@mirohq/design-system-toolbar 2.5.7-combobox.0 → 2.5.8
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
|
@@ -274,6 +274,7 @@ declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
274
274
|
"focus-small-outline": any;
|
|
275
275
|
"focus-large": any;
|
|
276
276
|
"focus-controls": any;
|
|
277
|
+
"focus-small-error": any;
|
|
277
278
|
"focus-controls-error": any;
|
|
278
279
|
"focus-controls-success": any;
|
|
279
280
|
};
|
|
@@ -768,6 +769,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
768
769
|
"focus-small-outline": any;
|
|
769
770
|
"focus-large": any;
|
|
770
771
|
"focus-controls": any;
|
|
772
|
+
"focus-small-error": any;
|
|
771
773
|
"focus-controls-error": any;
|
|
772
774
|
"focus-controls-success": any;
|
|
773
775
|
};
|
|
@@ -1287,6 +1289,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
1287
1289
|
"focus-small-outline": any;
|
|
1288
1290
|
"focus-large": any;
|
|
1289
1291
|
"focus-controls": any;
|
|
1292
|
+
"focus-small-error": any;
|
|
1290
1293
|
"focus-controls-error": any;
|
|
1291
1294
|
"focus-controls-success": any;
|
|
1292
1295
|
};
|
|
@@ -1781,6 +1784,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1781
1784
|
"focus-small-outline": any;
|
|
1782
1785
|
"focus-large": any;
|
|
1783
1786
|
"focus-controls": any;
|
|
1787
|
+
"focus-small-error": any;
|
|
1784
1788
|
"focus-controls-error": any;
|
|
1785
1789
|
"focus-controls-success": any;
|
|
1786
1790
|
};
|
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.8",
|
|
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-
|
|
36
|
-
"@mirohq/design-system-
|
|
37
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.6.6",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.2.5",
|
|
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",
|