@mirohq/design-system-typography 0.4.3 → 0.4.5
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 +6 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -240,6 +240,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
240
240
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
241
241
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
242
242
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
243
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
243
244
|
};
|
|
244
245
|
sizes: {
|
|
245
246
|
readonly number: string;
|
|
@@ -344,6 +345,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
344
345
|
readonly borderRightColor: "colors";
|
|
345
346
|
readonly borderRightStyle: "border-styles";
|
|
346
347
|
readonly borderRightWidth: "border-widths";
|
|
348
|
+
readonly borderSpacing: "space-offset";
|
|
347
349
|
readonly borderStyle: "border-styles";
|
|
348
350
|
readonly borderTop: "colors";
|
|
349
351
|
readonly borderTopColor: "colors";
|
|
@@ -755,6 +757,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
755
757
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
756
758
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
757
759
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
760
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
758
761
|
};
|
|
759
762
|
sizes: {
|
|
760
763
|
readonly number: string;
|
|
@@ -859,6 +862,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
859
862
|
readonly borderRightColor: "colors";
|
|
860
863
|
readonly borderRightStyle: "border-styles";
|
|
861
864
|
readonly borderRightWidth: "border-widths";
|
|
865
|
+
readonly borderSpacing: "space-offset";
|
|
862
866
|
readonly borderStyle: "border-styles";
|
|
863
867
|
readonly borderTop: "colors";
|
|
864
868
|
readonly borderTopColor: "colors";
|
|
@@ -1273,6 +1277,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1273
1277
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
1274
1278
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
1275
1279
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
1280
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
1276
1281
|
};
|
|
1277
1282
|
sizes: {
|
|
1278
1283
|
readonly number: string;
|
|
@@ -1377,6 +1382,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1377
1382
|
readonly borderRightColor: "colors";
|
|
1378
1383
|
readonly borderRightStyle: "border-styles";
|
|
1379
1384
|
readonly borderRightWidth: "border-widths";
|
|
1385
|
+
readonly borderSpacing: "space-offset";
|
|
1380
1386
|
readonly borderStyle: "border-styles";
|
|
1381
1387
|
readonly borderTop: "colors";
|
|
1382
1388
|
readonly borderTopColor: "colors";
|
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.5",
|
|
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.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.4.0"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|