@mirohq/design-system-grid 2.1.22 → 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 +8 -0
- package/package.json +3 -3
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";
|
|
@@ -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";
|
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",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-
|
|
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",
|