@mirohq/design-system-icons 1.28.0-fix-stitches-types.0 → 1.28.0-fix-stitches-types.1
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.
- package/dist/types.d.ts +1 -1
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _mirohq_design_system_themes_web from '@mirohq/design-
|
|
1
|
+
import * as _mirohq_design_system_themes_web from '@mirohq/design-tokens';
|
|
2
2
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
3
3
|
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
4
4
|
import { ComponentPropsWithRef, ForwardRefExoticComponent, RefAttributes, PropsWithoutRef } from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "1.28.0-fix-stitches-types.
|
|
3
|
+
"version": "1.28.0-fix-stitches-types.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"react": "^16.14 || ^17 || ^18 || ^19"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@mirohq/design-system-base-icon": "^1.2.0-fix-stitches-types.
|
|
35
|
-
"@mirohq/design-system-stitches": "^3.2.0-fix-stitches-types.
|
|
36
|
-
"@mirohq/design-system-utils": "^1.2.1",
|
|
34
|
+
"@mirohq/design-system-base-icon": "^1.2.0-fix-stitches-types.1",
|
|
35
|
+
"@mirohq/design-system-stitches": "^3.2.0-fix-stitches-types.1",
|
|
37
36
|
"@mirohq/design-system-use-local-storage": "^1.1.0",
|
|
38
|
-
"@mirohq/design-system-
|
|
37
|
+
"@mirohq/design-system-utils": "^1.2.1",
|
|
38
|
+
"@mirohq/design-system-primitive": "^2.2.0-fix-stitches-types.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@svgr/cli": "^6.5.1",
|