@mirohq/design-system-typography 0.4.14 → 0.4.16
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
|
@@ -271,6 +271,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_syste
|
|
|
271
271
|
"focus-small-outline": any;
|
|
272
272
|
"focus-large": any;
|
|
273
273
|
"focus-controls": any;
|
|
274
|
+
"focus-small-error": any;
|
|
274
275
|
"focus-controls-error": any;
|
|
275
276
|
"focus-controls-success": any;
|
|
276
277
|
};
|
|
@@ -779,6 +780,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
779
780
|
"focus-small-outline": any;
|
|
780
781
|
"focus-large": any;
|
|
781
782
|
"focus-controls": any;
|
|
783
|
+
"focus-small-error": any;
|
|
782
784
|
"focus-controls-error": any;
|
|
783
785
|
"focus-controls-success": any;
|
|
784
786
|
};
|
|
@@ -1291,6 +1293,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
1291
1293
|
"focus-small-outline": any;
|
|
1292
1294
|
"focus-large": any;
|
|
1293
1295
|
"focus-controls": any;
|
|
1296
|
+
"focus-small-error": any;
|
|
1294
1297
|
"focus-controls-error": any;
|
|
1295
1298
|
"focus-controls-success": any;
|
|
1296
1299
|
};
|
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.16",
|
|
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.6"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|