@mirohq/design-system-popover 5.0.33 → 5.0.34
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 +6 -9
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -217,8 +217,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
217
217
|
readonly 200: "16px";
|
|
218
218
|
};
|
|
219
219
|
shadows: {
|
|
220
|
-
readonly 50: "0 4px 16px #05003812";
|
|
221
|
-
readonly 100: "0 8px 32px #05003808";
|
|
222
220
|
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
223
221
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
224
222
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
@@ -232,7 +230,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
232
230
|
readonly 'icon-400': "32px";
|
|
233
231
|
};
|
|
234
232
|
space: {
|
|
235
|
-
readonly 0:
|
|
233
|
+
readonly 0: "0px";
|
|
236
234
|
readonly 50: "4px";
|
|
237
235
|
readonly 100: "8px";
|
|
238
236
|
readonly 150: "12px";
|
|
@@ -262,6 +260,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
262
260
|
readonly 300: any;
|
|
263
261
|
readonly 400: any;
|
|
264
262
|
readonly 600: any;
|
|
263
|
+
readonly 700: any;
|
|
265
264
|
readonly 800: any;
|
|
266
265
|
readonly 1200: any;
|
|
267
266
|
readonly 1600: any;
|
|
@@ -705,8 +704,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
705
704
|
readonly 200: "16px";
|
|
706
705
|
};
|
|
707
706
|
shadows: {
|
|
708
|
-
readonly 50: "0 4px 16px #05003812";
|
|
709
|
-
readonly 100: "0 8px 32px #05003808";
|
|
710
707
|
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
711
708
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
712
709
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
@@ -720,7 +717,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
720
717
|
readonly 'icon-400': "32px";
|
|
721
718
|
};
|
|
722
719
|
space: {
|
|
723
|
-
readonly 0:
|
|
720
|
+
readonly 0: "0px";
|
|
724
721
|
readonly 50: "4px";
|
|
725
722
|
readonly 100: "8px";
|
|
726
723
|
readonly 150: "12px";
|
|
@@ -750,6 +747,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
750
747
|
readonly 300: any;
|
|
751
748
|
readonly 400: any;
|
|
752
749
|
readonly 600: any;
|
|
750
|
+
readonly 700: any;
|
|
753
751
|
readonly 800: any;
|
|
754
752
|
readonly 1200: any;
|
|
755
753
|
readonly 1600: any;
|
|
@@ -1311,8 +1309,6 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1311
1309
|
readonly 200: "16px";
|
|
1312
1310
|
};
|
|
1313
1311
|
shadows: {
|
|
1314
|
-
readonly 50: "0 4px 16px #05003812";
|
|
1315
|
-
readonly 100: "0 8px 32px #05003808";
|
|
1316
1312
|
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
1317
1313
|
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
1318
1314
|
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
@@ -1326,7 +1322,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1326
1322
|
readonly 'icon-400': "32px";
|
|
1327
1323
|
};
|
|
1328
1324
|
space: {
|
|
1329
|
-
readonly 0:
|
|
1325
|
+
readonly 0: "0px";
|
|
1330
1326
|
readonly 50: "4px";
|
|
1331
1327
|
readonly 100: "8px";
|
|
1332
1328
|
readonly 150: "12px";
|
|
@@ -1356,6 +1352,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1356
1352
|
readonly 300: any;
|
|
1357
1353
|
readonly 400: any;
|
|
1358
1354
|
readonly 600: any;
|
|
1355
|
+
readonly 700: any;
|
|
1359
1356
|
readonly 800: any;
|
|
1360
1357
|
readonly 1200: any;
|
|
1361
1358
|
readonly 1600: any;
|
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.34",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,9 +29,9 @@
|
|
|
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-stitches": "^2.3.
|
|
34
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
32
|
+
"@mirohq/design-system-icons": "^0.30.6",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.3.13",
|
|
34
|
+
"@mirohq/design-system-styles": "^1.1.10",
|
|
35
35
|
"@mirohq/design-system-primitive": "^1.1.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|