@mirohq/design-system-base-switch 1.2.0-fix-stitches-types.0 → 1.2.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 +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
2
|
-
import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-
|
|
2
|
+
import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-primitive';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
5
|
declare const styles: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-base-switch",
|
|
3
|
-
"version": "1.2.0-fix-stitches-types.
|
|
3
|
+
"version": "1.2.0-fix-stitches-types.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18 || ^19"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-
|
|
30
|
-
"@mirohq/design-system-
|
|
29
|
+
"@mirohq/design-system-stitches": "^3.2.0-fix-stitches-types.1",
|
|
30
|
+
"@mirohq/design-system-primitive": "^2.2.0-fix-stitches-types.1"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../../rollup.config.js",
|