@mirohq/design-system-calendar 0.1.33 → 0.1.35

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -3
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -228,8 +228,6 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
228
228
  readonly 200: "16px";
229
229
  };
230
230
  shadows: {
231
- readonly 50: "0 4px 16px #05003812";
232
- readonly 100: "0 8px 32px #05003808";
233
231
  readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
234
232
  readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
235
233
  readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
@@ -243,7 +241,7 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
243
241
  readonly 'icon-400': "32px";
244
242
  };
245
243
  space: {
246
- readonly 0: 0;
244
+ readonly 0: "0px";
247
245
  readonly 50: "4px";
248
246
  readonly 100: "8px";
249
247
  readonly 150: "12px";
@@ -273,6 +271,7 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
273
271
  readonly 300: any;
274
272
  readonly 400: any;
275
273
  readonly 600: any;
274
+ readonly 700: any;
276
275
  readonly 800: any;
277
276
  readonly 1200: any;
278
277
  readonly 1600: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-calendar",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,11 +30,11 @@
30
30
  "@react-types/datepicker": "^3.4.0",
31
31
  "react-aria": "^3.25.0",
32
32
  "react-stately": "^3.23.0",
33
- "@mirohq/design-system-button": "^3.1.20",
34
- "@mirohq/design-system-flex": "^2.1.25",
35
- "@mirohq/design-system-icons": "^0.30.5",
33
+ "@mirohq/design-system-button": "^3.1.22",
34
+ "@mirohq/design-system-flex": "^2.1.26",
35
+ "@mirohq/design-system-icons": "^0.30.6",
36
36
  "@mirohq/design-system-primitive": "^1.1.1",
37
- "@mirohq/design-system-stitches": "^2.3.12"
37
+ "@mirohq/design-system-stitches": "^2.3.13"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "rollup -c ../../../rollup.config.js",