@mirohq/design-system-typography 0.4.11 → 0.4.12
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 +3 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -238,6 +238,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_syste
|
|
|
238
238
|
"text-warning-subtle"?: any;
|
|
239
239
|
};
|
|
240
240
|
'font-sizes': {
|
|
241
|
+
readonly 125: "0.625rem";
|
|
241
242
|
readonly 150: "0.75rem";
|
|
242
243
|
readonly 175: "0.875rem";
|
|
243
244
|
readonly 200: "1rem";
|
|
@@ -787,6 +788,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
787
788
|
"text-warning-subtle"?: any;
|
|
788
789
|
};
|
|
789
790
|
'font-sizes': {
|
|
791
|
+
readonly 125: "0.625rem";
|
|
790
792
|
readonly 150: "0.75rem";
|
|
791
793
|
readonly 175: "0.875rem";
|
|
792
794
|
readonly 200: "1rem";
|
|
@@ -1340,6 +1342,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
1340
1342
|
"text-warning-subtle"?: any;
|
|
1341
1343
|
};
|
|
1342
1344
|
'font-sizes': {
|
|
1345
|
+
readonly 125: "0.625rem";
|
|
1343
1346
|
readonly 150: "0.75rem";
|
|
1344
1347
|
readonly 175: "0.875rem";
|
|
1345
1348
|
readonly 200: "1rem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-typography",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.12",
|
|
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.2",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.6.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.6.2"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|