@mirohq/design-system-spinner 1.1.30 → 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.
Files changed (2) hide show
  1. package/dist/types.d.ts +3 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -490,6 +490,9 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
490
490
  readonly [$$PropertyValue]: "width";
491
491
  };
492
492
  };
493
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
494
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
495
+ };
493
496
  }>>>, "size"> & _stitches_react_types_styled_component.TransformProps<{
494
497
  size?: "small" | "medium" | undefined;
495
498
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-spinner",
3
- "version": "1.1.30",
3
+ "version": "1.1.32-fix-dd-icon-slot.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,8 +26,8 @@
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-system-stitches": "^2.4.1",
31
31
  "@mirohq/design-tokens": "^3.6.0"
32
32
  },
33
33
  "scripts": {