@mirohq/design-system-toolbar 2.5.6 → 2.5.7
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 +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -275,6 +275,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
275
275
|
"focus-large": any;
|
|
276
276
|
"focus-controls": any;
|
|
277
277
|
"focus-controls-error": any;
|
|
278
|
+
"focus-controls-error-small": any;
|
|
278
279
|
"focus-controls-success": any;
|
|
279
280
|
};
|
|
280
281
|
sizes: {
|
|
@@ -769,6 +770,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
769
770
|
"focus-large": any;
|
|
770
771
|
"focus-controls": any;
|
|
771
772
|
"focus-controls-error": any;
|
|
773
|
+
"focus-controls-error-small": any;
|
|
772
774
|
"focus-controls-success": any;
|
|
773
775
|
};
|
|
774
776
|
sizes: {
|
|
@@ -1288,6 +1290,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
1288
1290
|
"focus-large": any;
|
|
1289
1291
|
"focus-controls": any;
|
|
1290
1292
|
"focus-controls-error": any;
|
|
1293
|
+
"focus-controls-error-small": any;
|
|
1291
1294
|
"focus-controls-success": any;
|
|
1292
1295
|
};
|
|
1293
1296
|
sizes: {
|
|
@@ -1782,6 +1785,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1782
1785
|
"focus-large": any;
|
|
1783
1786
|
"focus-controls": any;
|
|
1784
1787
|
"focus-controls-error": any;
|
|
1788
|
+
"focus-controls-error-small": any;
|
|
1785
1789
|
"focus-controls-success": any;
|
|
1786
1790
|
};
|
|
1787
1791
|
sizes: {
|
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.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,10 +31,10 @@
|
|
|
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.
|
|
36
|
-
"@mirohq/design-system-
|
|
37
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.6.5",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.2.4",
|
|
36
|
+
"@mirohq/design-system-utils": "^0.15.1",
|
|
37
|
+
"@mirohq/design-system-use-press": "^0.3.2"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "rollup -c ../../../rollup.config.js",
|