Skip to content

Commit

Permalink
Merge pull request #591 from appearhere/calendar-strikethrough
Browse files Browse the repository at this point in the history
Add strikethrough to unavailable date in calendar
  • Loading branch information
lukedonov authored Apr 16, 2024
2 parents 5d0a49f + 47bf915 commit 26ef0f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "1.1.0-beta.93",
"version": "1.1.0-beta.94",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appearhere/bloom",
"version": "1.1.0-beta.93",
"version": "1.1.0-beta.94",
"description": "Appear Here's pattern library",
"main": "dist/bundle.js",
"module": "dist/module/packages/core/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
text-decoration: line-through;
}

.disabled > span {
text-decoration: line-through;
}

.disabled {
pointer-events: none;
color: var(--color-greyLight);
}

.disabled > span {
text-decoration: line-through;
}

.firstSelected.lastSelected {
border-radius: 4px;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appearhere/bloom-playground",
"version": "1.1.0-beta.93",
"version": "1.1.0-beta.94",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,7 +10,7 @@
]
},
"dependencies": {
"@appearhere/bloom": "^1.1.0-beta.93",
"@appearhere/bloom": "^1.1.0-beta.94",
"@appearhere/common-styles": "^1.1.0-beta.87"
},
"devDependencies": {
Expand Down

0 comments on commit 26ef0f5

Please sign in to comment.