@nomideusz/svelte-calendar 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -950,6 +950,7 @@
950
950
  border-radius: 6px;
951
951
  cursor: pointer;
952
952
  background: color-mix(in srgb, var(--ev-color) 15%, var(--dt-surface, var(--dt-bg, #ffffff)));
953
+ border: 1px solid color-mix(in srgb, var(--ev-color) 40%, transparent);
953
954
  overflow: hidden;
954
955
  display: flex;
955
956
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomideusz/svelte-calendar",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "A themeable Svelte 5 calendar with Day and Week views — Planner and Agenda.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -243,6 +243,7 @@
243
243
  border-radius: 6px;
244
244
  cursor: pointer;
245
245
  background: color-mix(in srgb, var(--ev-color) 15%, var(--dt-surface, var(--dt-bg, #ffffff)));
246
+ border: 1px solid color-mix(in srgb, var(--ev-color) 40%, transparent);
246
247
  overflow: hidden;
247
248
  display: flex;
248
249
  align-items: center;