@mirohq/design-system-icon-button 2.1.16 → 2.1.17
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 +7 -7
- package/package.json +8 -8
package/dist/types.d.ts
CHANGED
|
@@ -274,8 +274,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
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 StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
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 StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
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: {
|
|
@@ -1743,8 +1743,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
1743
1743
|
"focus-small-outline": any;
|
|
1744
1744
|
"focus-large": any;
|
|
1745
1745
|
"focus-controls": any;
|
|
1746
|
+
"focus-small-error": any;
|
|
1746
1747
|
"focus-controls-error": any;
|
|
1747
|
-
"focus-controls-error-small": any;
|
|
1748
1748
|
"focus-controls-success": any;
|
|
1749
1749
|
};
|
|
1750
1750
|
sizes: {
|
|
@@ -2231,8 +2231,8 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2231
2231
|
"focus-small-outline": any;
|
|
2232
2232
|
"focus-large": any;
|
|
2233
2233
|
"focus-controls": any;
|
|
2234
|
+
"focus-small-error": any;
|
|
2234
2235
|
"focus-controls-error": any;
|
|
2235
|
-
"focus-controls-error-small": any;
|
|
2236
2236
|
"focus-controls-success": any;
|
|
2237
2237
|
};
|
|
2238
2238
|
sizes: {
|
|
@@ -2784,8 +2784,8 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
2784
2784
|
"focus-small-outline": any;
|
|
2785
2785
|
"focus-large": any;
|
|
2786
2786
|
"focus-controls": any;
|
|
2787
|
+
"focus-small-error": any;
|
|
2787
2788
|
"focus-controls-error": any;
|
|
2788
|
-
"focus-controls-error-small": any;
|
|
2789
2789
|
"focus-controls-success": any;
|
|
2790
2790
|
};
|
|
2791
2791
|
sizes: {
|
|
@@ -3300,8 +3300,8 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3300
3300
|
"focus-small-outline": any;
|
|
3301
3301
|
"focus-large": any;
|
|
3302
3302
|
"focus-controls": any;
|
|
3303
|
+
"focus-small-error": any;
|
|
3303
3304
|
"focus-controls-error": any;
|
|
3304
|
-
"focus-controls-error-small": any;
|
|
3305
3305
|
"focus-controls-success": any;
|
|
3306
3306
|
};
|
|
3307
3307
|
sizes: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icon-button",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.17",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-badge": "^0.3.
|
|
30
|
-
"@mirohq/design-system-base-button": "^0.4.
|
|
31
|
-
"@mirohq/design-system-styles": "^1.2.
|
|
32
|
-
"@mirohq/design-system-base-icon": "^0.1.
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-tooltip": "^3.3.10",
|
|
29
|
+
"@mirohq/design-system-badge": "^0.3.36",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.42",
|
|
31
|
+
"@mirohq/design-system-styles": "^1.2.5",
|
|
32
|
+
"@mirohq/design-system-base-icon": "^0.1.27",
|
|
33
|
+
"@mirohq/design-system-tooltip": "^3.3.11",
|
|
35
34
|
"@mirohq/design-system-use-id": "^0.1.2",
|
|
36
|
-
"@mirohq/design-system-utils": "^0.15.1"
|
|
35
|
+
"@mirohq/design-system-utils": "^0.15.1",
|
|
36
|
+
"@mirohq/design-system-stitches": "^2.6.6"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c ../../../rollup.config.js",
|