@mirohq/design-system-toolbar 2.5.2-colors.1 → 2.5.2-colors.2
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 +32 -24
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -267,12 +267,14 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
267
267
|
readonly none: "0px";
|
|
268
268
|
};
|
|
269
269
|
shadows: {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
270
|
+
50: any;
|
|
271
|
+
100: any;
|
|
272
|
+
"focus-small": any;
|
|
273
|
+
"focus-small-outline": any;
|
|
274
|
+
"focus-large": any;
|
|
275
|
+
"focus-controls": any;
|
|
276
|
+
"focus-controls-error": any;
|
|
277
|
+
"focus-controls-success": any;
|
|
276
278
|
};
|
|
277
279
|
sizes: {
|
|
278
280
|
readonly number: string;
|
|
@@ -800,12 +802,14 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
800
802
|
readonly none: "0px";
|
|
801
803
|
};
|
|
802
804
|
shadows: {
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
805
|
+
50: any;
|
|
806
|
+
100: any;
|
|
807
|
+
"focus-small": any;
|
|
808
|
+
"focus-small-outline": any;
|
|
809
|
+
"focus-large": any;
|
|
810
|
+
"focus-controls": any;
|
|
811
|
+
"focus-controls-error": any;
|
|
812
|
+
"focus-controls-success": any;
|
|
809
813
|
};
|
|
810
814
|
sizes: {
|
|
811
815
|
readonly number: string;
|
|
@@ -1358,12 +1362,14 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
1358
1362
|
readonly none: "0px";
|
|
1359
1363
|
};
|
|
1360
1364
|
shadows: {
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1365
|
+
50: any;
|
|
1366
|
+
100: any;
|
|
1367
|
+
"focus-small": any;
|
|
1368
|
+
"focus-small-outline": any;
|
|
1369
|
+
"focus-large": any;
|
|
1370
|
+
"focus-controls": any;
|
|
1371
|
+
"focus-controls-error": any;
|
|
1372
|
+
"focus-controls-success": any;
|
|
1367
1373
|
};
|
|
1368
1374
|
sizes: {
|
|
1369
1375
|
readonly number: string;
|
|
@@ -1891,12 +1897,14 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1891
1897
|
readonly none: "0px";
|
|
1892
1898
|
};
|
|
1893
1899
|
shadows: {
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
+
50: any;
|
|
1901
|
+
100: any;
|
|
1902
|
+
"focus-small": any;
|
|
1903
|
+
"focus-small-outline": any;
|
|
1904
|
+
"focus-large": any;
|
|
1905
|
+
"focus-controls": any;
|
|
1906
|
+
"focus-controls-error": any;
|
|
1907
|
+
"focus-controls-success": any;
|
|
1900
1908
|
};
|
|
1901
1909
|
sizes: {
|
|
1902
1910
|
readonly number: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-toolbar",
|
|
3
|
-
"version": "2.5.2-colors.
|
|
3
|
+
"version": "2.5.2-colors.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,9 +31,9 @@
|
|
|
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.1-colors.
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.6.1-colors.2",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.1.20-colors.2",
|
|
35
36
|
"@mirohq/design-system-use-press": "^0.3.1",
|
|
36
|
-
"@mirohq/design-system-styles": "^1.1.20-colors.1",
|
|
37
37
|
"@mirohq/design-system-utils": "^0.15.0"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|