@mirohq/design-system-icon-button 1.3.11-select.0 → 1.3.11

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 +24 -24
  2. 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: 100;
304
- readonly popover: 200;
305
- readonly tooltip: 300;
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: 100;
774
- readonly popover: 200;
775
- readonly tooltip: 300;
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: 100;
1246
- readonly popover: 200;
1247
- readonly tooltip: 300;
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: 100;
1718
- readonly popover: 200;
1719
- readonly tooltip: 300;
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: 100;
2192
- readonly popover: 200;
2193
- readonly tooltip: 300;
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: 100;
2666
- readonly popover: 200;
2667
- readonly tooltip: 300;
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: 100;
3253
- readonly popover: 200;
3254
- readonly tooltip: 300;
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: 100;
3779
- readonly popover: 200;
3780
- readonly tooltip: 300;
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.11-select.0",
3
+ "version": "1.3.11",
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-select.0",
30
- "@mirohq/design-system-base-button": "^0.4.20-select.0",
31
- "@mirohq/design-system-stitches": "^2.3.11-select.0",
32
- "@mirohq/design-system-tooltip": "^3.2.24-select.0"
29
+ "@mirohq/design-system-badge": "^0.3.19",
30
+ "@mirohq/design-system-base-button": "^0.4.20",
31
+ "@mirohq/design-system-stitches": "^2.3.11",
32
+ "@mirohq/design-system-tooltip": "^3.2.24"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rollup -c ../../../rollup.config.js",