@mirohq/design-system-icon-button 2.1.16-combobox.0 → 2.1.16

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +7 -0
  2. package/package.json +9 -9
package/dist/types.d.ts CHANGED
@@ -275,6 +275,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
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: {
@@ -762,6 +763,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
762
763
  "focus-large": any;
763
764
  "focus-controls": any;
764
765
  "focus-controls-error": any;
766
+ "focus-controls-error-small": any;
765
767
  "focus-controls-success": any;
766
768
  };
767
769
  sizes: {
@@ -1251,6 +1253,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
1251
1253
  "focus-large": any;
1252
1254
  "focus-controls": any;
1253
1255
  "focus-controls-error": any;
1256
+ "focus-controls-error-small": any;
1254
1257
  "focus-controls-success": any;
1255
1258
  };
1256
1259
  sizes: {
@@ -1741,6 +1744,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
1741
1744
  "focus-large": any;
1742
1745
  "focus-controls": any;
1743
1746
  "focus-controls-error": any;
1747
+ "focus-controls-error-small": any;
1744
1748
  "focus-controls-success": any;
1745
1749
  };
1746
1750
  sizes: {
@@ -2228,6 +2232,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<_miroh
2228
2232
  "focus-large": any;
2229
2233
  "focus-controls": any;
2230
2234
  "focus-controls-error": any;
2235
+ "focus-controls-error-small": any;
2231
2236
  "focus-controls-success": any;
2232
2237
  };
2233
2238
  sizes: {
@@ -2780,6 +2785,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
2780
2785
  "focus-large": any;
2781
2786
  "focus-controls": any;
2782
2787
  "focus-controls-error": any;
2788
+ "focus-controls-error-small": any;
2783
2789
  "focus-controls-success": any;
2784
2790
  };
2785
2791
  sizes: {
@@ -3295,6 +3301,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
3295
3301
  "focus-large": any;
3296
3302
  "focus-controls": any;
3297
3303
  "focus-controls-error": any;
3304
+ "focus-controls-error-small": any;
3298
3305
  "focus-controls-success": any;
3299
3306
  };
3300
3307
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icon-button",
3
- "version": "2.1.16-combobox.0",
3
+ "version": "2.1.16",
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.34",
30
- "@mirohq/design-system-stitches": "^2.6.4",
31
- "@mirohq/design-system-styles": "^1.2.4-combobox.0",
32
- "@mirohq/design-system-base-icon": "^0.1.25",
33
- "@mirohq/design-system-tooltip": "^3.3.10-combobox.0",
34
- "@mirohq/design-system-use-id": "^0.1.1",
35
- "@mirohq/design-system-utils": "^0.15.0",
36
- "@mirohq/design-system-base-button": "^0.4.40"
29
+ "@mirohq/design-system-badge": "^0.3.35",
30
+ "@mirohq/design-system-base-button": "^0.4.41",
31
+ "@mirohq/design-system-styles": "^1.2.4",
32
+ "@mirohq/design-system-base-icon": "^0.1.26",
33
+ "@mirohq/design-system-stitches": "^2.6.5",
34
+ "@mirohq/design-system-tooltip": "^3.3.10",
35
+ "@mirohq/design-system-use-id": "^0.1.2",
36
+ "@mirohq/design-system-utils": "^0.15.1"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",