@mirohq/design-system-popover 5.1.33 → 5.1.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 +4 -4
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -273,8 +273,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
273
273
|
"focus-small-outline": any;
|
|
274
274
|
"focus-large": any;
|
|
275
275
|
"focus-controls": any;
|
|
276
|
+
"focus-small-error": any;
|
|
276
277
|
"focus-controls-error": any;
|
|
277
|
-
"focus-controls-error-small": any;
|
|
278
278
|
"focus-controls-success": any;
|
|
279
279
|
};
|
|
280
280
|
sizes: {
|
|
@@ -771,8 +771,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
771
771
|
"focus-small-outline": any;
|
|
772
772
|
"focus-large": any;
|
|
773
773
|
"focus-controls": any;
|
|
774
|
+
"focus-small-error": any;
|
|
774
775
|
"focus-controls-error": any;
|
|
775
|
-
"focus-controls-error-small": any;
|
|
776
776
|
"focus-controls-success": any;
|
|
777
777
|
};
|
|
778
778
|
sizes: {
|
|
@@ -1399,8 +1399,8 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1399
1399
|
"focus-small-outline": any;
|
|
1400
1400
|
"focus-large": any;
|
|
1401
1401
|
"focus-controls": any;
|
|
1402
|
+
"focus-small-error": any;
|
|
1402
1403
|
"focus-controls-error": any;
|
|
1403
|
-
"focus-controls-error-small": any;
|
|
1404
1404
|
"focus-controls-success": any;
|
|
1405
1405
|
};
|
|
1406
1406
|
sizes: {
|
|
@@ -1958,8 +1958,8 @@ declare const StyledArrow: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1958
1958
|
"focus-small-outline": any;
|
|
1959
1959
|
"focus-large": any;
|
|
1960
1960
|
"focus-controls": any;
|
|
1961
|
+
"focus-small-error": any;
|
|
1961
1962
|
"focus-controls-error": any;
|
|
1962
|
-
"focus-controls-error-small": any;
|
|
1963
1963
|
"focus-controls-success": any;
|
|
1964
1964
|
};
|
|
1965
1965
|
sizes: {
|
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.34",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-popover": "^1.0.7",
|
|
31
|
-
"@mirohq/design-system-icons": "^0.41.
|
|
31
|
+
"@mirohq/design-system-icons": "^0.41.2",
|
|
32
32
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
33
|
-
"@mirohq/design-system-stitches": "^2.6.
|
|
34
|
-
"@mirohq/design-system-styles": "^1.2.
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.6.6",
|
|
34
|
+
"@mirohq/design-system-styles": "^1.2.5"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rollup -c ../../../rollup.config.js",
|