@mirohq/design-system-button 3.1.43 → 3.1.44
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 -6
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -274,8 +274,8 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
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
|
-
"focus-controls-error-small": any;
|
|
279
279
|
"focus-controls-success": any;
|
|
280
280
|
};
|
|
281
281
|
sizes: {
|
|
@@ -762,8 +762,8 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
762
762
|
"focus-small-outline": any;
|
|
763
763
|
"focus-large": any;
|
|
764
764
|
"focus-controls": any;
|
|
765
|
+
"focus-small-error": any;
|
|
765
766
|
"focus-controls-error": any;
|
|
766
|
-
"focus-controls-error-small": any;
|
|
767
767
|
"focus-controls-success": any;
|
|
768
768
|
};
|
|
769
769
|
sizes: {
|
|
@@ -1252,8 +1252,8 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1252
1252
|
"focus-small-outline": any;
|
|
1253
1253
|
"focus-large": any;
|
|
1254
1254
|
"focus-controls": any;
|
|
1255
|
+
"focus-small-error": any;
|
|
1255
1256
|
"focus-controls-error": any;
|
|
1256
|
-
"focus-controls-error-small": any;
|
|
1257
1257
|
"focus-controls-success": any;
|
|
1258
1258
|
};
|
|
1259
1259
|
sizes: {
|
|
@@ -1745,8 +1745,8 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1745
1745
|
"focus-small-outline": any;
|
|
1746
1746
|
"focus-large": any;
|
|
1747
1747
|
"focus-controls": any;
|
|
1748
|
+
"focus-small-error": any;
|
|
1748
1749
|
"focus-controls-error": any;
|
|
1749
|
-
"focus-controls-error-small": any;
|
|
1750
1750
|
"focus-controls-success": any;
|
|
1751
1751
|
};
|
|
1752
1752
|
sizes: {
|
|
@@ -2233,8 +2233,8 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2233
2233
|
"focus-small-outline": any;
|
|
2234
2234
|
"focus-large": any;
|
|
2235
2235
|
"focus-controls": any;
|
|
2236
|
+
"focus-small-error": any;
|
|
2236
2237
|
"focus-controls-error": any;
|
|
2237
|
-
"focus-controls-error-small": any;
|
|
2238
2238
|
"focus-controls-success": any;
|
|
2239
2239
|
};
|
|
2240
2240
|
sizes: {
|
|
@@ -2731,8 +2731,8 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
2731
2731
|
"focus-small-outline": any;
|
|
2732
2732
|
"focus-large": any;
|
|
2733
2733
|
"focus-controls": any;
|
|
2734
|
+
"focus-small-error": any;
|
|
2734
2735
|
"focus-controls-error": any;
|
|
2735
|
-
"focus-controls-error-small": any;
|
|
2736
2736
|
"focus-controls-success": any;
|
|
2737
2737
|
};
|
|
2738
2738
|
sizes: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-button",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.44",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@react-aria/utils": "^3.13.0",
|
|
30
|
-
"@mirohq/design-system-base-button": "^0.4.
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.42",
|
|
31
|
+
"@mirohq/design-system-base-icon": "^0.1.27",
|
|
31
32
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-styles": "^1.2.4",
|
|
33
|
+
"@mirohq/design-system-spinner": "^1.1.40",
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.6.6",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.2.5",
|
|
36
36
|
"@mirohq/design-system-types": "^0.7.0",
|
|
37
37
|
"@mirohq/design-system-utils": "^0.15.1"
|
|
38
38
|
},
|