@mirohq/design-system-button 3.1.42 → 3.1.43

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 +6 -0
  2. package/package.json +8 -8
package/dist/types.d.ts CHANGED
@@ -275,6 +275,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
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 StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
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 StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
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: {
@@ -1743,6 +1746,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
1743
1746
  "focus-large": any;
1744
1747
  "focus-controls": any;
1745
1748
  "focus-controls-error": any;
1749
+ "focus-controls-error-small": any;
1746
1750
  "focus-controls-success": any;
1747
1751
  };
1748
1752
  sizes: {
@@ -2230,6 +2234,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
2230
2234
  "focus-large": any;
2231
2235
  "focus-controls": any;
2232
2236
  "focus-controls-error": any;
2237
+ "focus-controls-error-small": any;
2233
2238
  "focus-controls-success": any;
2234
2239
  };
2235
2240
  sizes: {
@@ -2727,6 +2732,7 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
2727
2732
  "focus-large": any;
2728
2733
  "focus-controls": any;
2729
2734
  "focus-controls-error": any;
2735
+ "focus-controls-error-small": any;
2730
2736
  "focus-controls-success": any;
2731
2737
  };
2732
2738
  sizes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-button",
3
- "version": "3.1.42",
3
+ "version": "3.1.43",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,14 +27,14 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@react-aria/utils": "^3.13.0",
30
- "@mirohq/design-system-base-button": "^0.4.40",
30
+ "@mirohq/design-system-base-button": "^0.4.41",
31
31
  "@mirohq/design-system-primitive": "^1.1.2",
32
- "@mirohq/design-system-base-icon": "^0.1.25",
33
- "@mirohq/design-system-styles": "^1.2.3",
34
- "@mirohq/design-system-stitches": "^2.6.4",
35
- "@mirohq/design-system-spinner": "^1.1.38",
36
- "@mirohq/design-system-types": "^0.6.2",
37
- "@mirohq/design-system-utils": "^0.15.0"
32
+ "@mirohq/design-system-base-icon": "^0.1.26",
33
+ "@mirohq/design-system-spinner": "^1.1.39",
34
+ "@mirohq/design-system-stitches": "^2.6.5",
35
+ "@mirohq/design-system-styles": "^1.2.4",
36
+ "@mirohq/design-system-types": "^0.7.0",
37
+ "@mirohq/design-system-utils": "^0.15.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/lodash.capitalize": "^4.2.7",