@mirohq/design-system-spinner 1.1.65-new-focus-keyboard.0 → 1.1.65-sync-design-tokens.0
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 +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
9
9
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
|
|
10
10
|
size?: "small" | "medium" | undefined;
|
|
11
11
|
}, {}>;
|
|
12
|
-
|
|
12
|
+
type StyledSpinnerProps = ComponentPropsWithRef<typeof StyledSpinner>;
|
|
13
13
|
|
|
14
14
|
interface SpinnerProps extends StyledSpinnerProps {
|
|
15
15
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-spinner",
|
|
3
|
-
"version": "1.1.65-
|
|
3
|
+
"version": "1.1.65-sync-design-tokens.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.6.31-
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.6.31-sync-design-tokens.0"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|