@mirohq/design-system-grid 2.1.21-select.0 → 2.1.22-select.0

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 +4 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -259,6 +259,7 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
259
259
  readonly 400: "32px";
260
260
  readonly 500: "40px";
261
261
  readonly 600: "48px";
262
+ readonly 700: "56px";
262
263
  readonly 800: "64px";
263
264
  readonly 1200: "96px";
264
265
  readonly 1600: "128px";
@@ -310,6 +311,7 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
310
311
  };
311
312
  'z-indices': {
312
313
  readonly dropdownMenu: 100;
314
+ readonly select: 100;
313
315
  readonly popover: 200;
314
316
  readonly tooltip: 300;
315
317
  };
@@ -754,6 +756,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
754
756
  readonly 400: "32px";
755
757
  readonly 500: "40px";
756
758
  readonly 600: "48px";
759
+ readonly 700: "56px";
757
760
  readonly 800: "64px";
758
761
  readonly 1200: "96px";
759
762
  readonly 1600: "128px";
@@ -805,6 +808,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
805
808
  };
806
809
  'z-indices': {
807
810
  readonly dropdownMenu: 100;
811
+ readonly select: 100;
808
812
  readonly popover: 200;
809
813
  readonly tooltip: 300;
810
814
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-grid",
3
- "version": "2.1.21-select.0",
3
+ "version": "2.1.22-select.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,9 +26,9 @@
26
26
  "react": "^16.14 || ^17 || ^18"
27
27
  },
28
28
  "dependencies": {
29
- "@mirohq/design-system-primitive": "^1.1.1",
30
- "@mirohq/design-system-stitches": "^2.3.10-select.0",
31
- "@mirohq/design-system-utils": "^0.14.3"
29
+ "@mirohq/design-system-utils": "^0.14.3",
30
+ "@mirohq/design-system-stitches": "^2.3.11-select.0",
31
+ "@mirohq/design-system-primitive": "^1.1.1"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",