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

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 +14 -6
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -225,6 +225,10 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
225
225
  readonly 800: "4rem";
226
226
  readonly 900: "4.5rem";
227
227
  };
228
+ fonts: {
229
+ readonly heading: "Roobert, sans-serif";
230
+ readonly body: "Open Sans, sans-serif";
231
+ };
228
232
  radii: {
229
233
  readonly none: 0;
230
234
  readonly half: "999em";
@@ -311,9 +315,9 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<{
311
315
  };
312
316
  'z-indices': {
313
317
  readonly dropdownMenu: 100;
314
- readonly select: 100;
315
- readonly popover: 200;
316
- readonly tooltip: 300;
318
+ readonly select: 200;
319
+ readonly popover: 300;
320
+ readonly tooltip: 400;
317
321
  };
318
322
  }, {
319
323
  readonly background: "colors";
@@ -722,6 +726,10 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
722
726
  readonly 800: "4rem";
723
727
  readonly 900: "4.5rem";
724
728
  };
729
+ fonts: {
730
+ readonly heading: "Roobert, sans-serif";
731
+ readonly body: "Open Sans, sans-serif";
732
+ };
725
733
  radii: {
726
734
  readonly none: 0;
727
735
  readonly half: "999em";
@@ -808,9 +816,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
808
816
  };
809
817
  'z-indices': {
810
818
  readonly dropdownMenu: 100;
811
- readonly select: 100;
812
- readonly popover: 200;
813
- readonly tooltip: 300;
819
+ readonly select: 200;
820
+ readonly popover: 300;
821
+ readonly tooltip: 400;
814
822
  };
815
823
  }, {
816
824
  readonly background: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-grid",
3
- "version": "2.1.22-select.0",
3
+ "version": "2.1.23",
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-utils": "^0.14.3",
30
- "@mirohq/design-system-stitches": "^2.3.11-select.0",
31
- "@mirohq/design-system-primitive": "^1.1.1"
29
+ "@mirohq/design-system-primitive": "^1.1.1",
30
+ "@mirohq/design-system-stitches": "^2.3.12",
31
+ "@mirohq/design-system-utils": "^0.14.3"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",