@mirohq/design-system-icons 0.32.3 → 0.32.5

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 +14 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -2,6 +2,7 @@ import * as packages_themes_src_alias_keys from 'packages/themes/src/alias-keys'
2
2
  import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
3
3
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
4
4
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
5
+ import * as _stitches_react from '@stitches/react';
5
6
  import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
6
7
  import { ForwardRefExoticComponent, RefAttributes, ComponentPropsWithRef } from 'react';
7
8
  import { iconSymbol } from '@mirohq/design-system-base-icon';
@@ -491,6 +492,19 @@ declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<_mirohq_design_sys
491
492
  readonly [$$PropertyValue]: "width";
492
493
  };
493
494
  };
495
+ _hover: (css: _stitches_react.CSS<{
496
+ media: {};
497
+ theme: {};
498
+ themeMap: {};
499
+ utils: {};
500
+ }>) => {
501
+ '&:hover, &[data-hovered]': _stitches_react.CSS<{
502
+ media: {};
503
+ theme: {};
504
+ themeMap: {};
505
+ utils: {};
506
+ }>;
507
+ };
494
508
  }>>>, "size" | "weight" | "color"> & _stitches_react_types_styled_component.TransformProps<{
495
509
  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
510
  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.3",
3
+ "version": "0.32.5",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,10 +31,10 @@
31
31
  "react": "^16.14 || ^17 || ^18"
32
32
  },
33
33
  "dependencies": {
34
- "@mirohq/design-system-base-icon": "^0.1.17",
35
- "@mirohq/design-system-link": "^1.3.8",
34
+ "@mirohq/design-system-link": "^1.3.10",
36
35
  "@mirohq/design-system-primitive": "^1.1.1",
37
- "@mirohq/design-system-stitches": "^2.4.1",
36
+ "@mirohq/design-system-base-icon": "^0.1.18",
37
+ "@mirohq/design-system-stitches": "^2.5.0",
38
38
  "@mirohq/design-system-utils": "^0.14.3"
39
39
  },
40
40
  "devDependencies": {