@mirohq/design-system-typography 0.3.7-select.0 → 0.3.7

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 +9 -9
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -295,9 +295,9 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
295
295
  };
296
296
  'z-indices': {
297
297
  readonly dropdownMenu: 100;
298
- readonly select: 100;
299
- readonly popover: 200;
300
- readonly tooltip: 300;
298
+ readonly select: 200;
299
+ readonly popover: 300;
300
+ readonly tooltip: 400;
301
301
  };
302
302
  }, {
303
303
  readonly background: "colors";
@@ -794,9 +794,9 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
794
794
  };
795
795
  'z-indices': {
796
796
  readonly dropdownMenu: 100;
797
- readonly select: 100;
798
- readonly popover: 200;
799
- readonly tooltip: 300;
797
+ readonly select: 200;
798
+ readonly popover: 300;
799
+ readonly tooltip: 400;
800
800
  };
801
801
  }, {
802
802
  readonly background: "colors";
@@ -1296,9 +1296,9 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
1296
1296
  };
1297
1297
  'z-indices': {
1298
1298
  readonly dropdownMenu: 100;
1299
- readonly select: 100;
1300
- readonly popover: 200;
1301
- readonly tooltip: 300;
1299
+ readonly select: 200;
1300
+ readonly popover: 300;
1301
+ readonly tooltip: 400;
1302
1302
  };
1303
1303
  }, {
1304
1304
  readonly background: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-typography",
3
- "version": "0.3.7-select.0",
3
+ "version": "0.3.7",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.1",
30
- "@mirohq/design-system-stitches": "^2.3.11-select.0"
30
+ "@mirohq/design-system-stitches": "^2.3.11"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../rollup.config.js",