@mirohq/design-system-icons 0.32.4 → 0.32.6-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 +5 -5
package/dist/types.d.ts CHANGED
@@ -491,6 +491,9 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<_mirohq_design_sys
491
491
  readonly [$$PropertyValue]: "width";
492
492
  };
493
493
  };
494
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
495
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
496
+ };
494
497
  }>>>, "size" | "weight" | "color"> & _stitches_react_types_styled_component.TransformProps<{
495
498
  color?: packages_themes_src_alias_keys.AliasColorsKeys | "black" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "transparent" | "white" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | undefined;
496
499
  size?: "small" | "medium" | "large" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "0.32.4",
3
+ "version": "0.32.6-fix-dd-icon-slot.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,11 +31,11 @@
31
31
  "react": "^16.14 || ^17 || ^18"
32
32
  },
33
33
  "dependencies": {
34
- "@mirohq/design-system-link": "^1.3.9",
35
- "@mirohq/design-system-base-icon": "^0.1.17",
34
+ "@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0",
35
+ "@mirohq/design-system-base-icon": "^0.1.19-fix-dd-icon-slot.0",
36
+ "@mirohq/design-system-primitive": "^1.1.1",
36
37
  "@mirohq/design-system-utils": "^0.14.3",
37
- "@mirohq/design-system-stitches": "^2.4.1",
38
- "@mirohq/design-system-primitive": "^1.1.1"
38
+ "@mirohq/design-system-link": "^1.3.11-fix-dd-icon-slot.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@svgr/cli": "^6.5.1",