@mirohq/design-system-typography 1.3.27 → 1.3.29
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.
- package/dist/types.d.ts +4 -4
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -49,11 +49,11 @@ declare const Heading: react__default.ForwardRefExoticComponent<Omit<HeadingProp
|
|
|
49
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?: "
|
|
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?: "
|
|
56
|
+
weight?: "normal" | "bold" | undefined;
|
|
57
57
|
}, {}>;
|
|
58
58
|
type StyledTextProps = ComponentPropsWithRef<typeof StyledText>;
|
|
59
59
|
|
|
@@ -76,11 +76,11 @@ declare const Text: react__default.ForwardRefExoticComponent<Omit<TextProps, "re
|
|
|
76
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?: "
|
|
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?: "
|
|
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.
|
|
3
|
+
"version": "1.3.29",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^2.2.1",
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-
|
|
30
|
+
"@mirohq/design-system-stitches": "^3.3.27",
|
|
31
|
+
"@mirohq/design-system-use-local-storage": "^1.1.1"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|