@mirohq/design-system-typography 0.4.6 → 0.4.8-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 +9 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -490,6 +490,9 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_syste
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
  }>>>, "level"> & _stitches_react_types_styled_component.TransformProps<{
494
497
  level?: 1 | 4 | "1" | 2 | 3 | "4" | "2" | "3" | undefined;
495
498
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLHeadingElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"h1">>, {
@@ -996,6 +999,9 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
996
999
  readonly [$$PropertyValue]: "width";
997
1000
  };
998
1001
  };
1002
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
1003
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
1004
+ };
999
1005
  }>>>, "size" | "weight"> & _stitches_react_types_styled_component.TransformProps<{
1000
1006
  size?: "small" | "normal" | "mini" | undefined;
1001
1007
  weight?: "bold" | "normal" | undefined;
@@ -1506,6 +1512,9 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
1506
1512
  readonly [$$PropertyValue]: "width";
1507
1513
  };
1508
1514
  };
1515
+ _hover: (css: _stitches_react_types_css_util.CSSProperties) => {
1516
+ '&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
1517
+ };
1509
1518
  }>>>, "size" | "weight"> & _stitches_react_types_styled_component.TransformProps<{
1510
1519
  size?: "small" | "normal" | "mini" | undefined;
1511
1520
  weight?: "bold" | "normal" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-typography",
3
- "version": "0.4.6",
3
+ "version": "0.4.8-fix-dd-icon-slot.0",
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.1",
30
- "@mirohq/design-system-stitches": "^2.4.1"
30
+ "@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",