@mirohq/design-system-icon-button 1.3.11-select.0 → 1.3.12
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 +24 -24
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -300,9 +300,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
300
300
|
};
|
|
301
301
|
'z-indices': {
|
|
302
302
|
readonly dropdownMenu: 100;
|
|
303
|
-
readonly select:
|
|
304
|
-
readonly popover:
|
|
305
|
-
readonly tooltip:
|
|
303
|
+
readonly select: 200;
|
|
304
|
+
readonly popover: 300;
|
|
305
|
+
readonly tooltip: 400;
|
|
306
306
|
};
|
|
307
307
|
}, {
|
|
308
308
|
readonly background: "colors";
|
|
@@ -770,9 +770,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
770
770
|
};
|
|
771
771
|
'z-indices': {
|
|
772
772
|
readonly dropdownMenu: 100;
|
|
773
|
-
readonly select:
|
|
774
|
-
readonly popover:
|
|
775
|
-
readonly tooltip:
|
|
773
|
+
readonly select: 200;
|
|
774
|
+
readonly popover: 300;
|
|
775
|
+
readonly tooltip: 400;
|
|
776
776
|
};
|
|
777
777
|
}, {
|
|
778
778
|
readonly background: "colors";
|
|
@@ -1242,9 +1242,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1242
1242
|
};
|
|
1243
1243
|
'z-indices': {
|
|
1244
1244
|
readonly dropdownMenu: 100;
|
|
1245
|
-
readonly select:
|
|
1246
|
-
readonly popover:
|
|
1247
|
-
readonly tooltip:
|
|
1245
|
+
readonly select: 200;
|
|
1246
|
+
readonly popover: 300;
|
|
1247
|
+
readonly tooltip: 400;
|
|
1248
1248
|
};
|
|
1249
1249
|
}, {
|
|
1250
1250
|
readonly background: "colors";
|
|
@@ -1714,9 +1714,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1714
1714
|
};
|
|
1715
1715
|
'z-indices': {
|
|
1716
1716
|
readonly dropdownMenu: 100;
|
|
1717
|
-
readonly select:
|
|
1718
|
-
readonly popover:
|
|
1719
|
-
readonly tooltip:
|
|
1717
|
+
readonly select: 200;
|
|
1718
|
+
readonly popover: 300;
|
|
1719
|
+
readonly tooltip: 400;
|
|
1720
1720
|
};
|
|
1721
1721
|
}, {
|
|
1722
1722
|
readonly background: "colors";
|
|
@@ -2188,9 +2188,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2188
2188
|
};
|
|
2189
2189
|
'z-indices': {
|
|
2190
2190
|
readonly dropdownMenu: 100;
|
|
2191
|
-
readonly select:
|
|
2192
|
-
readonly popover:
|
|
2193
|
-
readonly tooltip:
|
|
2191
|
+
readonly select: 200;
|
|
2192
|
+
readonly popover: 300;
|
|
2193
|
+
readonly tooltip: 400;
|
|
2194
2194
|
};
|
|
2195
2195
|
}, {
|
|
2196
2196
|
readonly background: "colors";
|
|
@@ -2662,9 +2662,9 @@ declare const StyledIconButton: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
2662
2662
|
};
|
|
2663
2663
|
'z-indices': {
|
|
2664
2664
|
readonly dropdownMenu: 100;
|
|
2665
|
-
readonly select:
|
|
2666
|
-
readonly popover:
|
|
2667
|
-
readonly tooltip:
|
|
2665
|
+
readonly select: 200;
|
|
2666
|
+
readonly popover: 300;
|
|
2667
|
+
readonly tooltip: 400;
|
|
2668
2668
|
};
|
|
2669
2669
|
}, {
|
|
2670
2670
|
readonly background: "colors";
|
|
@@ -3249,9 +3249,9 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3249
3249
|
};
|
|
3250
3250
|
'z-indices': {
|
|
3251
3251
|
readonly dropdownMenu: 100;
|
|
3252
|
-
readonly select:
|
|
3253
|
-
readonly popover:
|
|
3254
|
-
readonly tooltip:
|
|
3252
|
+
readonly select: 200;
|
|
3253
|
+
readonly popover: 300;
|
|
3254
|
+
readonly tooltip: 400;
|
|
3255
3255
|
};
|
|
3256
3256
|
}, {
|
|
3257
3257
|
readonly background: "colors";
|
|
@@ -3775,9 +3775,9 @@ declare const IconButton: react__default.ForwardRefExoticComponent<(Omit<{
|
|
|
3775
3775
|
};
|
|
3776
3776
|
'z-indices': {
|
|
3777
3777
|
readonly dropdownMenu: 100;
|
|
3778
|
-
readonly select:
|
|
3779
|
-
readonly popover:
|
|
3780
|
-
readonly tooltip:
|
|
3778
|
+
readonly select: 200;
|
|
3779
|
+
readonly popover: 300;
|
|
3780
|
+
readonly tooltip: 400;
|
|
3781
3781
|
};
|
|
3782
3782
|
}, {
|
|
3783
3783
|
readonly background: "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.12",
|
|
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.19
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-stitches": "^2.3.11
|
|
32
|
-
"@mirohq/design-system-
|
|
29
|
+
"@mirohq/design-system-badge": "^0.3.19",
|
|
30
|
+
"@mirohq/design-system-tooltip": "^3.2.25",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.11",
|
|
32
|
+
"@mirohq/design-system-base-button": "^0.4.20"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rollup -c ../../../rollup.config.js",
|