@mirohq/design-system-calendar 0.1.66 → 0.1.67

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