@mirohq/design-system-icon-button 2.1.16-combobox.0 → 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 -0
- package/package.json +9 -9
package/dist/types.d.ts
CHANGED
|
@@ -274,6 +274,7 @@ 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
279
|
"focus-controls-success": any;
|
|
279
280
|
};
|
|
@@ -761,6 +762,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
761
762
|
"focus-small-outline": any;
|
|
762
763
|
"focus-large": any;
|
|
763
764
|
"focus-controls": any;
|
|
765
|
+
"focus-small-error": any;
|
|
764
766
|
"focus-controls-error": any;
|
|
765
767
|
"focus-controls-success": any;
|
|
766
768
|
};
|
|
@@ -1250,6 +1252,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
1250
1252
|
"focus-small-outline": any;
|
|
1251
1253
|
"focus-large": any;
|
|
1252
1254
|
"focus-controls": any;
|
|
1255
|
+
"focus-small-error": any;
|
|
1253
1256
|
"focus-controls-error": any;
|
|
1254
1257
|
"focus-controls-success": any;
|
|
1255
1258
|
};
|
|
@@ -1740,6 +1743,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
1740
1743
|
"focus-small-outline": any;
|
|
1741
1744
|
"focus-large": any;
|
|
1742
1745
|
"focus-controls": any;
|
|
1746
|
+
"focus-small-error": any;
|
|
1743
1747
|
"focus-controls-error": any;
|
|
1744
1748
|
"focus-controls-success": any;
|
|
1745
1749
|
};
|
|
@@ -2227,6 +2231,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2227
2231
|
"focus-small-outline": any;
|
|
2228
2232
|
"focus-large": any;
|
|
2229
2233
|
"focus-controls": any;
|
|
2234
|
+
"focus-small-error": any;
|
|
2230
2235
|
"focus-controls-error": any;
|
|
2231
2236
|
"focus-controls-success": any;
|
|
2232
2237
|
};
|
|
@@ -2779,6 +2784,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
2779
2784
|
"focus-small-outline": any;
|
|
2780
2785
|
"focus-large": any;
|
|
2781
2786
|
"focus-controls": any;
|
|
2787
|
+
"focus-small-error": any;
|
|
2782
2788
|
"focus-controls-error": any;
|
|
2783
2789
|
"focus-controls-success": any;
|
|
2784
2790
|
};
|
|
@@ -3294,6 +3300,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3294
3300
|
"focus-small-outline": any;
|
|
3295
3301
|
"focus-large": any;
|
|
3296
3302
|
"focus-controls": any;
|
|
3303
|
+
"focus-small-error": any;
|
|
3297
3304
|
"focus-controls-error": any;
|
|
3298
3305
|
"focus-controls-success": any;
|
|
3299
3306
|
};
|
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-
|
|
31
|
-
"@mirohq/design-system-styles": "^1.2.
|
|
32
|
-
"@mirohq/design-system-base-icon": "^0.1.
|
|
33
|
-
"@mirohq/design-system-tooltip": "^3.3.
|
|
34
|
-
"@mirohq/design-system-use-id": "^0.1.
|
|
35
|
-
"@mirohq/design-system-utils": "^0.15.
|
|
36
|
-
"@mirohq/design-system-
|
|
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",
|
|
34
|
+
"@mirohq/design-system-use-id": "^0.1.2",
|
|
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",
|