@mirohq/design-system-icon-button 1.3.19 → 1.3.20
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 +8 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -350,6 +350,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
350
350
|
readonly borderRightColor: "colors";
|
|
351
351
|
readonly borderRightStyle: "border-styles";
|
|
352
352
|
readonly borderRightWidth: "border-widths";
|
|
353
|
+
readonly borderSpacing: "space-offset";
|
|
353
354
|
readonly borderStyle: "border-styles";
|
|
354
355
|
readonly borderTop: "colors";
|
|
355
356
|
readonly borderTopColor: "colors";
|
|
@@ -837,6 +838,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
837
838
|
readonly borderRightColor: "colors";
|
|
838
839
|
readonly borderRightStyle: "border-styles";
|
|
839
840
|
readonly borderRightWidth: "border-widths";
|
|
841
|
+
readonly borderSpacing: "space-offset";
|
|
840
842
|
readonly borderStyle: "border-styles";
|
|
841
843
|
readonly borderTop: "colors";
|
|
842
844
|
readonly borderTopColor: "colors";
|
|
@@ -1326,6 +1328,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1326
1328
|
readonly borderRightColor: "colors";
|
|
1327
1329
|
readonly borderRightStyle: "border-styles";
|
|
1328
1330
|
readonly borderRightWidth: "border-widths";
|
|
1331
|
+
readonly borderSpacing: "space-offset";
|
|
1329
1332
|
readonly borderStyle: "border-styles";
|
|
1330
1333
|
readonly borderTop: "colors";
|
|
1331
1334
|
readonly borderTopColor: "colors";
|
|
@@ -1815,6 +1818,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1815
1818
|
readonly borderRightColor: "colors";
|
|
1816
1819
|
readonly borderRightStyle: "border-styles";
|
|
1817
1820
|
readonly borderRightWidth: "border-widths";
|
|
1821
|
+
readonly borderSpacing: "space-offset";
|
|
1818
1822
|
readonly borderStyle: "border-styles";
|
|
1819
1823
|
readonly borderTop: "colors";
|
|
1820
1824
|
readonly borderTopColor: "colors";
|
|
@@ -2306,6 +2310,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2306
2310
|
readonly borderRightColor: "colors";
|
|
2307
2311
|
readonly borderRightStyle: "border-styles";
|
|
2308
2312
|
readonly borderRightWidth: "border-widths";
|
|
2313
|
+
readonly borderSpacing: "space-offset";
|
|
2309
2314
|
readonly borderStyle: "border-styles";
|
|
2310
2315
|
readonly borderTop: "colors";
|
|
2311
2316
|
readonly borderTopColor: "colors";
|
|
@@ -2797,6 +2802,7 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2797
2802
|
readonly borderRightColor: "colors";
|
|
2798
2803
|
readonly borderRightStyle: "border-styles";
|
|
2799
2804
|
readonly borderRightWidth: "border-widths";
|
|
2805
|
+
readonly borderSpacing: "space-offset";
|
|
2800
2806
|
readonly borderStyle: "border-styles";
|
|
2801
2807
|
readonly borderTop: "colors";
|
|
2802
2808
|
readonly borderTopColor: "colors";
|
|
@@ -3401,6 +3407,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3401
3407
|
readonly borderRightColor: "colors";
|
|
3402
3408
|
readonly borderRightStyle: "border-styles";
|
|
3403
3409
|
readonly borderRightWidth: "border-widths";
|
|
3410
|
+
readonly borderSpacing: "space-offset";
|
|
3404
3411
|
readonly borderStyle: "border-styles";
|
|
3405
3412
|
readonly borderTop: "colors";
|
|
3406
3413
|
readonly borderTopColor: "colors";
|
|
@@ -3944,6 +3951,7 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3944
3951
|
readonly borderRightColor: "colors";
|
|
3945
3952
|
readonly borderRightStyle: "border-styles";
|
|
3946
3953
|
readonly borderRightWidth: "border-widths";
|
|
3954
|
+
readonly borderSpacing: "space-offset";
|
|
3947
3955
|
readonly borderStyle: "border-styles";
|
|
3948
3956
|
readonly borderTop: "colors";
|
|
3949
3957
|
readonly borderTopColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icon-button",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,10 +26,10 @@
|
|
|
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-stitches": "^2.
|
|
32
|
-
"@mirohq/design-system-tooltip": "^3.2.
|
|
29
|
+
"@mirohq/design-system-badge": "^0.3.25",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.27",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.4.0",
|
|
32
|
+
"@mirohq/design-system-tooltip": "^3.2.32"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rollup -c ../../../rollup.config.js",
|