@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.
- package/dist/types.d.ts +14 -6
- 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:
|
|
315
|
-
readonly popover:
|
|
316
|
-
readonly tooltip:
|
|
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:
|
|
812
|
-
readonly popover:
|
|
813
|
-
readonly tooltip:
|
|
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.
|
|
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-
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
31
|
-
"@mirohq/design-system-
|
|
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",
|