@mirohq/design-system-spinner 1.1.31 → 1.1.32-fix-dd-icon-slot.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 +2 -13
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import react__default, { ComponentPropsWithRef } from 'react';
|
|
|
3
3
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
4
4
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
5
5
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
|
-
import * as _stitches_react from '@stitches/react';
|
|
7
6
|
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
8
7
|
|
|
9
8
|
declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
@@ -491,18 +490,8 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
491
490
|
readonly [$$PropertyValue]: "width";
|
|
492
491
|
};
|
|
493
492
|
};
|
|
494
|
-
_hover: (css:
|
|
495
|
-
|
|
496
|
-
theme: {};
|
|
497
|
-
themeMap: {};
|
|
498
|
-
utils: {};
|
|
499
|
-
}>) => {
|
|
500
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
501
|
-
media: {};
|
|
502
|
-
theme: {};
|
|
503
|
-
themeMap: {};
|
|
504
|
-
utils: {};
|
|
505
|
-
}>;
|
|
493
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
494
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
506
495
|
};
|
|
507
496
|
}>>>, "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
508
497
|
size?: "small" | "medium" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-spinner",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.32-fix-dd-icon-slot.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
+
"@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0",
|
|
29
30
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
-
"@mirohq/design-tokens": "^3.6.0"
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.5.0"
|
|
31
|
+
"@mirohq/design-tokens": "^3.6.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|