@mirohq/design-system-popover 5.1.21-colors.0 → 5.1.21-colors.2
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 +32 -24
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -266,12 +266,14 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
266
266
|
readonly none: "0px";
|
|
267
267
|
};
|
|
268
268
|
shadows: {
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
269
|
+
50: any;
|
|
270
|
+
100: any;
|
|
271
|
+
"focus-small": any;
|
|
272
|
+
"focus-small-outline": any;
|
|
273
|
+
"focus-large": any;
|
|
274
|
+
"focus-controls": any;
|
|
275
|
+
"focus-controls-error": any;
|
|
276
|
+
"focus-controls-success": any;
|
|
275
277
|
};
|
|
276
278
|
sizes: {
|
|
277
279
|
readonly number: string;
|
|
@@ -802,12 +804,14 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
802
804
|
readonly none: "0px";
|
|
803
805
|
};
|
|
804
806
|
shadows: {
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
807
|
+
50: any;
|
|
808
|
+
100: any;
|
|
809
|
+
"focus-small": any;
|
|
810
|
+
"focus-small-outline": any;
|
|
811
|
+
"focus-large": any;
|
|
812
|
+
"focus-controls": any;
|
|
813
|
+
"focus-controls-error": any;
|
|
814
|
+
"focus-controls-success": any;
|
|
811
815
|
};
|
|
812
816
|
sizes: {
|
|
813
817
|
readonly number: string;
|
|
@@ -1468,12 +1472,14 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
1468
1472
|
readonly none: "0px";
|
|
1469
1473
|
};
|
|
1470
1474
|
shadows: {
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1475
|
+
50: any;
|
|
1476
|
+
100: any;
|
|
1477
|
+
"focus-small": any;
|
|
1478
|
+
"focus-small-outline": any;
|
|
1479
|
+
"focus-large": any;
|
|
1480
|
+
"focus-controls": any;
|
|
1481
|
+
"focus-controls-error": any;
|
|
1482
|
+
"focus-controls-success": any;
|
|
1477
1483
|
};
|
|
1478
1484
|
sizes: {
|
|
1479
1485
|
readonly number: string;
|
|
@@ -2065,12 +2071,14 @@ declare const StyledArrow: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
2065
2071
|
readonly none: "0px";
|
|
2066
2072
|
};
|
|
2067
2073
|
shadows: {
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
+
50: any;
|
|
2075
|
+
100: any;
|
|
2076
|
+
"focus-small": any;
|
|
2077
|
+
"focus-small-outline": any;
|
|
2078
|
+
"focus-large": any;
|
|
2079
|
+
"focus-controls": any;
|
|
2080
|
+
"focus-controls-error": any;
|
|
2081
|
+
"focus-controls-success": any;
|
|
2074
2082
|
};
|
|
2075
2083
|
sizes: {
|
|
2076
2084
|
readonly number: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "5.1.21-colors.
|
|
3
|
+
"version": "5.1.21-colors.2",
|
|
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.36.3-colors.
|
|
32
|
+
"@mirohq/design-system-icons": "^0.36.3-colors.2",
|
|
33
33
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-
|
|
34
|
+
"@mirohq/design-system-stitches": "^2.6.1-colors.2",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.1.20-colors.2"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|