@mirohq/design-system-calendar 0.1.67 → 0.1.69

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 +1 -1
  2. package/package.json +6 -7
package/dist/types.d.ts CHANGED
@@ -280,8 +280,8 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
280
280
  "focus-small-outline": any;
281
281
  "focus-large": any;
282
282
  "focus-controls": any;
283
+ "focus-small-error": any;
283
284
  "focus-controls-error": any;
284
- "focus-controls-error-small": any;
285
285
  "focus-controls-success": any;
286
286
  };
287
287
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-calendar",
3
- "version": "0.1.67",
3
+ "version": "0.1.69",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -19,8 +19,7 @@
19
19
  "dist"
20
20
  ],
21
21
  "publishConfig": {
22
- "access": "public",
23
- "registry": "https://registry.npmjs.org/"
22
+ "access": "public"
24
23
  },
25
24
  "peerDependencies": {
26
25
  "@stitches/react": "^1.2.8",
@@ -31,11 +30,11 @@
31
30
  "@react-types/datepicker": "^3.4.0",
32
31
  "react-aria": "^3.25.0",
33
32
  "react-stately": "^3.23.0",
34
- "@mirohq/design-system-button": "^3.1.42",
35
- "@mirohq/design-system-icons": "^0.41.0",
36
- "@mirohq/design-system-stitches": "^2.6.4",
33
+ "@mirohq/design-system-button": "^3.1.44",
34
+ "@mirohq/design-system-flex": "^2.1.41",
35
+ "@mirohq/design-system-icons": "^0.41.2",
37
36
  "@mirohq/design-system-primitive": "^1.1.2",
38
- "@mirohq/design-system-flex": "^2.1.39"
37
+ "@mirohq/design-system-stitches": "^2.6.6"
39
38
  },
40
39
  "scripts": {
41
40
  "build": "rollup -c ../../../rollup.config.js",