@mirohq/design-system-popover 5.1.4 → 5.1.6
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 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -234,6 +234,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
234
234
|
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";
|
|
235
235
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
236
236
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
237
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
237
238
|
};
|
|
238
239
|
sizes: {
|
|
239
240
|
readonly number: string;
|
|
@@ -338,6 +339,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
338
339
|
readonly borderRightColor: "colors";
|
|
339
340
|
readonly borderRightStyle: "border-styles";
|
|
340
341
|
readonly borderRightWidth: "border-widths";
|
|
342
|
+
readonly borderSpacing: "space-offset";
|
|
341
343
|
readonly borderStyle: "border-styles";
|
|
342
344
|
readonly borderTop: "colors";
|
|
343
345
|
readonly borderTopColor: "colors";
|
|
@@ -734,6 +736,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
734
736
|
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";
|
|
735
737
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
736
738
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
739
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
737
740
|
};
|
|
738
741
|
sizes: {
|
|
739
742
|
readonly number: string;
|
|
@@ -838,6 +841,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
838
841
|
readonly borderRightColor: "colors";
|
|
839
842
|
readonly borderRightStyle: "border-styles";
|
|
840
843
|
readonly borderRightWidth: "border-widths";
|
|
844
|
+
readonly borderSpacing: "space-offset";
|
|
841
845
|
readonly borderStyle: "border-styles";
|
|
842
846
|
readonly borderTop: "colors";
|
|
843
847
|
readonly borderTopColor: "colors";
|
|
@@ -1352,6 +1356,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1352
1356
|
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";
|
|
1353
1357
|
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
1354
1358
|
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
1359
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
1355
1360
|
};
|
|
1356
1361
|
sizes: {
|
|
1357
1362
|
readonly number: string;
|
|
@@ -1456,6 +1461,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1456
1461
|
readonly borderRightColor: "colors";
|
|
1457
1462
|
readonly borderRightStyle: "border-styles";
|
|
1458
1463
|
readonly borderRightWidth: "border-widths";
|
|
1464
|
+
readonly borderSpacing: "space-offset";
|
|
1459
1465
|
readonly borderStyle: "border-styles";
|
|
1460
1466
|
readonly borderTop: "colors";
|
|
1461
1467
|
readonly borderTopColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.6",
|
|
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.32.
|
|
32
|
+
"@mirohq/design-system-icons": "^0.32.2",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.4.0",
|
|
33
34
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-styles": "^1.1.12"
|
|
35
|
+
"@mirohq/design-system-styles": "^1.1.14"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|