@mirohq/design-system-button 3.1.16-select.0 → 3.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.
- package/dist/types.d.ts +21 -21
- package/package.json +7 -7
package/dist/types.d.ts
CHANGED
|
@@ -304,9 +304,9 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
304
304
|
};
|
|
305
305
|
'z-indices': {
|
|
306
306
|
readonly dropdownMenu: 100;
|
|
307
|
-
readonly select:
|
|
308
|
-
readonly popover:
|
|
309
|
-
readonly tooltip:
|
|
307
|
+
readonly select: 200;
|
|
308
|
+
readonly popover: 300;
|
|
309
|
+
readonly tooltip: 400;
|
|
310
310
|
};
|
|
311
311
|
}, {
|
|
312
312
|
readonly background: "colors";
|
|
@@ -774,9 +774,9 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
774
774
|
};
|
|
775
775
|
'z-indices': {
|
|
776
776
|
readonly dropdownMenu: 100;
|
|
777
|
-
readonly select:
|
|
778
|
-
readonly popover:
|
|
779
|
-
readonly tooltip:
|
|
777
|
+
readonly select: 200;
|
|
778
|
+
readonly popover: 300;
|
|
779
|
+
readonly tooltip: 400;
|
|
780
780
|
};
|
|
781
781
|
}, {
|
|
782
782
|
readonly background: "colors";
|
|
@@ -1246,9 +1246,9 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1246
1246
|
};
|
|
1247
1247
|
'z-indices': {
|
|
1248
1248
|
readonly dropdownMenu: 100;
|
|
1249
|
-
readonly select:
|
|
1250
|
-
readonly popover:
|
|
1251
|
-
readonly tooltip:
|
|
1249
|
+
readonly select: 200;
|
|
1250
|
+
readonly popover: 300;
|
|
1251
|
+
readonly tooltip: 400;
|
|
1252
1252
|
};
|
|
1253
1253
|
}, {
|
|
1254
1254
|
readonly background: "colors";
|
|
@@ -1718,9 +1718,9 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1718
1718
|
};
|
|
1719
1719
|
'z-indices': {
|
|
1720
1720
|
readonly dropdownMenu: 100;
|
|
1721
|
-
readonly select:
|
|
1722
|
-
readonly popover:
|
|
1723
|
-
readonly tooltip:
|
|
1721
|
+
readonly select: 200;
|
|
1722
|
+
readonly popover: 300;
|
|
1723
|
+
readonly tooltip: 400;
|
|
1724
1724
|
};
|
|
1725
1725
|
}, {
|
|
1726
1726
|
readonly background: "colors";
|
|
@@ -2192,9 +2192,9 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2192
2192
|
};
|
|
2193
2193
|
'z-indices': {
|
|
2194
2194
|
readonly dropdownMenu: 100;
|
|
2195
|
-
readonly select:
|
|
2196
|
-
readonly popover:
|
|
2197
|
-
readonly tooltip:
|
|
2195
|
+
readonly select: 200;
|
|
2196
|
+
readonly popover: 300;
|
|
2197
|
+
readonly tooltip: 400;
|
|
2198
2198
|
};
|
|
2199
2199
|
}, {
|
|
2200
2200
|
readonly background: "colors";
|
|
@@ -2666,9 +2666,9 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2666
2666
|
};
|
|
2667
2667
|
'z-indices': {
|
|
2668
2668
|
readonly dropdownMenu: 100;
|
|
2669
|
-
readonly select:
|
|
2670
|
-
readonly popover:
|
|
2671
|
-
readonly tooltip:
|
|
2669
|
+
readonly select: 200;
|
|
2670
|
+
readonly popover: 300;
|
|
2671
|
+
readonly tooltip: 400;
|
|
2672
2672
|
};
|
|
2673
2673
|
}, {
|
|
2674
2674
|
readonly background: "colors";
|
|
@@ -3150,9 +3150,9 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
3150
3150
|
};
|
|
3151
3151
|
'z-indices': {
|
|
3152
3152
|
readonly dropdownMenu: 100;
|
|
3153
|
-
readonly select:
|
|
3154
|
-
readonly popover:
|
|
3155
|
-
readonly tooltip:
|
|
3153
|
+
readonly select: 200;
|
|
3154
|
+
readonly popover: 300;
|
|
3155
|
+
readonly tooltip: 400;
|
|
3156
3156
|
};
|
|
3157
3157
|
}, {
|
|
3158
3158
|
readonly background: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-button",
|
|
3
|
-
"version": "3.1.16
|
|
3
|
+
"version": "3.1.16",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@react-aria/utils": "^3.13.0",
|
|
30
|
-
"@mirohq/design-system-base-button": "^0.4.20
|
|
31
|
-
"@mirohq/design-system-styles": "^1.1.7
|
|
32
|
-
"@mirohq/design-system-types": "^0.6.2",
|
|
33
|
-
"@mirohq/design-system-utils": "^0.14.3",
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.3.11-select.0",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.20",
|
|
31
|
+
"@mirohq/design-system-styles": "^1.1.7",
|
|
35
32
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
36
|
-
"@mirohq/design-system-spinner": "^1.1.22
|
|
33
|
+
"@mirohq/design-system-spinner": "^1.1.22",
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.3.11",
|
|
35
|
+
"@mirohq/design-system-types": "^0.6.2",
|
|
36
|
+
"@mirohq/design-system-utils": "^0.14.3"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/lodash.capitalize": "^4.2.7",
|