@mirohq/design-system-typography 1.3.0 → 1.3.1

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 +6 -6
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -46,14 +46,14 @@ interface HeadingProps extends Omit<StyledHeadingProps, 'debug'> {
46
46
  }
47
47
  declare const Heading: react__default.ForwardRefExoticComponent<Omit<HeadingProps, "ref"> & react__default.RefAttributes<HTMLHeadingElement>>;
48
48
 
49
- declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"span">>>, "size" | "debug" | "weight"> & TransformProps<{
49
+ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"span">>>, "size" | "weight" | "debug"> & TransformProps<{
50
50
  debug?: boolean | "true" | "false" | undefined;
51
51
  size?: "small" | "normal" | "mini" | undefined;
52
- weight?: "bold" | "normal" | undefined;
52
+ weight?: "normal" | "bold" | undefined;
53
53
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLSpanElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"span">>, {
54
54
  debug?: boolean | "true" | "false" | undefined;
55
55
  size?: "small" | "normal" | "mini" | undefined;
56
- weight?: "bold" | "normal" | undefined;
56
+ weight?: "normal" | "bold" | undefined;
57
57
  }, {}>;
58
58
  type StyledTextProps = ComponentPropsWithRef<typeof StyledText>;
59
59
 
@@ -73,14 +73,14 @@ interface TextProps extends Omit<StyledTextProps, 'debug'> {
73
73
  }
74
74
  declare const Text: react__default.ForwardRefExoticComponent<Omit<TextProps, "ref"> & react__default.RefAttributes<HTMLSpanElement>>;
75
75
 
76
- declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"p">>>, "size" | "debug" | "weight"> & TransformProps<{
76
+ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"p">>>, "size" | "weight" | "debug"> & TransformProps<{
77
77
  debug?: boolean | "true" | "false" | undefined;
78
78
  size?: "small" | "normal" | "mini" | "tiny" | undefined;
79
- weight?: "bold" | "normal" | undefined;
79
+ weight?: "normal" | "bold" | undefined;
80
80
  }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLParagraphElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"p">>, {
81
81
  debug?: boolean | "true" | "false" | undefined;
82
82
  size?: "small" | "normal" | "mini" | "tiny" | undefined;
83
- weight?: "bold" | "normal" | undefined;
83
+ weight?: "normal" | "bold" | undefined;
84
84
  }, {}>;
85
85
  type StyledParagraphProps = ComponentPropsWithRef<typeof StyledParagraph>;
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-typography",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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": "^2.2.0",
30
- "@mirohq/design-system-stitches": "^3.2.0",
30
+ "@mirohq/design-system-stitches": "^3.2.1",
31
31
  "@mirohq/design-system-use-local-storage": "^1.1.0"
32
32
  },
33
33
  "scripts": {