@mirohq/design-system-popover 5.0.30 → 5.0.32
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 +12 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -203,6 +203,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
203
203
|
readonly 800: "4rem";
|
|
204
204
|
readonly 900: "4.5rem";
|
|
205
205
|
};
|
|
206
|
+
fonts: {
|
|
207
|
+
readonly heading: "Roobert, sans-serif";
|
|
208
|
+
readonly body: "Open Sans, sans-serif";
|
|
209
|
+
};
|
|
206
210
|
radii: {
|
|
207
211
|
readonly none: 0;
|
|
208
212
|
readonly half: "999em";
|
|
@@ -687,6 +691,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
687
691
|
readonly 800: "4rem";
|
|
688
692
|
readonly 900: "4.5rem";
|
|
689
693
|
};
|
|
694
|
+
fonts: {
|
|
695
|
+
readonly heading: "Roobert, sans-serif";
|
|
696
|
+
readonly body: "Open Sans, sans-serif";
|
|
697
|
+
};
|
|
690
698
|
radii: {
|
|
691
699
|
readonly none: 0;
|
|
692
700
|
readonly half: "999em";
|
|
@@ -1289,6 +1297,10 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1289
1297
|
readonly 800: "4rem";
|
|
1290
1298
|
readonly 900: "4.5rem";
|
|
1291
1299
|
};
|
|
1300
|
+
fonts: {
|
|
1301
|
+
readonly heading: "Roobert, sans-serif";
|
|
1302
|
+
readonly body: "Open Sans, sans-serif";
|
|
1303
|
+
};
|
|
1292
1304
|
radii: {
|
|
1293
1305
|
readonly none: 0;
|
|
1294
1306
|
readonly half: "999em";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.32",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-popover": "^1.0.0",
|
|
31
31
|
"@radix-ui/react-use-size": "^1.0.1",
|
|
32
|
-
"@mirohq/design-system-icons": "^0.30.
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-icons": "^0.30.5",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.3.12",
|
|
34
|
+
"@mirohq/design-system-styles": "^1.1.9",
|
|
35
|
+
"@mirohq/design-system-primitive": "^1.1.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|