@mirohq/design-system-spinner 1.1.41 → 1.1.42
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 -8
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import react__default, { ComponentPropsWithRef } from 'react';
|
|
3
|
-
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
4
3
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
5
4
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
5
|
+
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
6
6
|
|
|
7
|
-
declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<
|
|
8
|
-
ref?: ((instance: SVGSVGElement | null) => void) | react.RefObject<SVGSVGElement> | null | undefined;
|
|
9
|
-
} & {
|
|
10
|
-
asChild?: boolean | undefined;
|
|
11
|
-
}, _mirohq_design_system_stitches.ForbiddenProps> & {
|
|
12
|
-
children?: react.ReactNode;
|
|
13
|
-
} & _stitches_react_types_styled_component.TransformProps<{
|
|
7
|
+
declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>>, "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
14
8
|
size?: "small" | "medium" | undefined;
|
|
15
9
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
|
|
16
10
|
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.42",
|
|
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.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.6.8",
|
|
31
31
|
"@mirohq/design-tokens": "^5.0.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|