@mirohq/design-system-button 3.1.25 → 3.1.26

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 +5 -5
package/dist/types.d.ts CHANGED
@@ -354,6 +354,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
354
354
  readonly borderRightColor: "colors";
355
355
  readonly borderRightStyle: "border-styles";
356
356
  readonly borderRightWidth: "border-widths";
357
+ readonly borderSpacing: "space-offset";
357
358
  readonly borderStyle: "border-styles";
358
359
  readonly borderTop: "colors";
359
360
  readonly borderTopColor: "colors";
@@ -841,6 +842,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
841
842
  readonly borderRightColor: "colors";
842
843
  readonly borderRightStyle: "border-styles";
843
844
  readonly borderRightWidth: "border-widths";
845
+ readonly borderSpacing: "space-offset";
844
846
  readonly borderStyle: "border-styles";
845
847
  readonly borderTop: "colors";
846
848
  readonly borderTopColor: "colors";
@@ -1330,6 +1332,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
1330
1332
  readonly borderRightColor: "colors";
1331
1333
  readonly borderRightStyle: "border-styles";
1332
1334
  readonly borderRightWidth: "border-widths";
1335
+ readonly borderSpacing: "space-offset";
1333
1336
  readonly borderStyle: "border-styles";
1334
1337
  readonly borderTop: "colors";
1335
1338
  readonly borderTopColor: "colors";
@@ -1819,6 +1822,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
1819
1822
  readonly borderRightColor: "colors";
1820
1823
  readonly borderRightStyle: "border-styles";
1821
1824
  readonly borderRightWidth: "border-widths";
1825
+ readonly borderSpacing: "space-offset";
1822
1826
  readonly borderStyle: "border-styles";
1823
1827
  readonly borderTop: "colors";
1824
1828
  readonly borderTopColor: "colors";
@@ -2310,6 +2314,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
2310
2314
  readonly borderRightColor: "colors";
2311
2315
  readonly borderRightStyle: "border-styles";
2312
2316
  readonly borderRightWidth: "border-widths";
2317
+ readonly borderSpacing: "space-offset";
2313
2318
  readonly borderStyle: "border-styles";
2314
2319
  readonly borderTop: "colors";
2315
2320
  readonly borderTopColor: "colors";
@@ -2801,6 +2806,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
2801
2806
  readonly borderRightColor: "colors";
2802
2807
  readonly borderRightStyle: "border-styles";
2803
2808
  readonly borderRightWidth: "border-widths";
2809
+ readonly borderSpacing: "space-offset";
2804
2810
  readonly borderStyle: "border-styles";
2805
2811
  readonly borderTop: "colors";
2806
2812
  readonly borderTopColor: "colors";
@@ -3302,6 +3308,7 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
3302
3308
  readonly borderRightColor: "colors";
3303
3309
  readonly borderRightStyle: "border-styles";
3304
3310
  readonly borderRightWidth: "border-widths";
3311
+ readonly borderSpacing: "space-offset";
3305
3312
  readonly borderStyle: "border-styles";
3306
3313
  readonly borderTop: "colors";
3307
3314
  readonly borderTopColor: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-button",
3
- "version": "3.1.25",
3
+ "version": "3.1.26",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@react-aria/utils": "^3.13.0",
30
- "@mirohq/design-system-base-button": "^0.4.26",
30
+ "@mirohq/design-system-base-button": "^0.4.27",
31
31
  "@mirohq/design-system-primitive": "^1.1.1",
32
- "@mirohq/design-system-spinner": "^1.1.28",
33
- "@mirohq/design-system-stitches": "^2.3.16",
34
- "@mirohq/design-system-styles": "^1.1.13",
32
+ "@mirohq/design-system-spinner": "^1.1.29",
33
+ "@mirohq/design-system-styles": "^1.1.14",
34
+ "@mirohq/design-system-stitches": "^2.4.0",
35
35
  "@mirohq/design-system-types": "^0.6.2",
36
36
  "@mirohq/design-system-utils": "^0.14.3"
37
37
  },