@mirohq/design-system-toolbar 2.5.3 → 2.5.4-tag-component.0
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 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
241
241
|
"text-warning-subtle"?: any;
|
|
242
242
|
};
|
|
243
243
|
'font-sizes': {
|
|
244
|
+
readonly 125: "0.625rem";
|
|
244
245
|
readonly 150: "0.75rem";
|
|
245
246
|
readonly 175: "0.875rem";
|
|
246
247
|
readonly 200: "1rem";
|
|
@@ -776,6 +777,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
776
777
|
"text-warning-subtle"?: any;
|
|
777
778
|
};
|
|
778
779
|
'font-sizes': {
|
|
780
|
+
readonly 125: "0.625rem";
|
|
779
781
|
readonly 150: "0.75rem";
|
|
780
782
|
readonly 175: "0.875rem";
|
|
781
783
|
readonly 200: "1rem";
|
|
@@ -1336,6 +1338,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
1336
1338
|
"text-warning-subtle"?: any;
|
|
1337
1339
|
};
|
|
1338
1340
|
'font-sizes': {
|
|
1341
|
+
readonly 125: "0.625rem";
|
|
1339
1342
|
readonly 150: "0.75rem";
|
|
1340
1343
|
readonly 175: "0.875rem";
|
|
1341
1344
|
readonly 200: "1rem";
|
|
@@ -1871,6 +1874,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1871
1874
|
"text-warning-subtle"?: any;
|
|
1872
1875
|
};
|
|
1873
1876
|
'font-sizes': {
|
|
1877
|
+
readonly 125: "0.625rem";
|
|
1874
1878
|
readonly 150: "0.75rem";
|
|
1875
1879
|
readonly 175: "0.875rem";
|
|
1876
1880
|
readonly 200: "1rem";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-toolbar",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.4-tag-component.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@react-aria/interactions": "^3.13.0",
|
|
32
32
|
"@react-aria/utils": "^3.13.0",
|
|
33
33
|
"@react-types/shared": "^3.16.0",
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.6.
|
|
35
|
-
"@mirohq/design-system-styles": "^1.2.0",
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.6.2-tag-component.0",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.2.1-tag-component.0",
|
|
36
36
|
"@mirohq/design-system-utils": "^0.15.0",
|
|
37
37
|
"@mirohq/design-system-use-press": "^0.3.1"
|
|
38
38
|
},
|