@mirohq/design-system-popover 5.0.25 → 5.0.26
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 +3 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -236,6 +236,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
236
236
|
readonly 400: "32px";
|
|
237
237
|
readonly 500: "40px";
|
|
238
238
|
readonly 600: "48px";
|
|
239
|
+
readonly 700: "56px";
|
|
239
240
|
readonly 800: "64px";
|
|
240
241
|
readonly 1200: "96px";
|
|
241
242
|
readonly 1600: "128px";
|
|
@@ -717,6 +718,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
717
718
|
readonly 400: "32px";
|
|
718
719
|
readonly 500: "40px";
|
|
719
720
|
readonly 600: "48px";
|
|
721
|
+
readonly 700: "56px";
|
|
720
722
|
readonly 800: "64px";
|
|
721
723
|
readonly 1200: "96px";
|
|
722
724
|
readonly 1600: "128px";
|
|
@@ -1316,6 +1318,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1316
1318
|
readonly 400: "32px";
|
|
1317
1319
|
readonly 500: "40px";
|
|
1318
1320
|
readonly 600: "48px";
|
|
1321
|
+
readonly 700: "56px";
|
|
1319
1322
|
readonly 800: "64px";
|
|
1320
1323
|
readonly 1200: "96px";
|
|
1321
1324
|
readonly 1600: "128px";
|
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.26",
|
|
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-
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.3.10",
|
|
33
|
+
"@mirohq/design-system-primitive": "^1.1.1",
|
|
34
|
+
"@mirohq/design-system-icons": "^0.29.5",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.1.6"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|