@mirohq/design-system-popover 5.0.23 → 5.0.24
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 +27 -0
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -95,17 +95,26 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
95
95
|
"background-neutrals-page"?: any;
|
|
96
96
|
"background-neutrals-page-subtle"?: any;
|
|
97
97
|
"background-neutrals-scrolls"?: any;
|
|
98
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
98
99
|
"background-neutrals-scrolls-hover"?: any;
|
|
100
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
101
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
99
102
|
"background-neutrals-subtle"?: any;
|
|
100
103
|
"background-neutrals-subtle-active"?: any;
|
|
101
104
|
"background-neutrals-subtle-hover"?: any;
|
|
102
105
|
"background-primary-prominent"?: any;
|
|
103
106
|
"background-primary-prominent-active"?: any;
|
|
107
|
+
"background-primary-prominent-expanded"?: any;
|
|
104
108
|
"background-primary-prominent-hover"?: any;
|
|
109
|
+
"background-primary-prominent-pressed"?: any;
|
|
110
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
105
111
|
"background-primary-prominent-selected"?: any;
|
|
106
112
|
"background-primary-subtle"?: any;
|
|
107
113
|
"background-primary-subtle-active"?: any;
|
|
114
|
+
"background-primary-subtle-expanded"?: any;
|
|
108
115
|
"background-primary-subtle-hover"?: any;
|
|
116
|
+
"background-primary-subtle-pressed"?: any;
|
|
117
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
109
118
|
"background-primary-subtle-selected"?: any;
|
|
110
119
|
"background-success"?: any;
|
|
111
120
|
"background-warning-prominent"?: any;
|
|
@@ -567,17 +576,26 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
567
576
|
"background-neutrals-page"?: any;
|
|
568
577
|
"background-neutrals-page-subtle"?: any;
|
|
569
578
|
"background-neutrals-scrolls"?: any;
|
|
579
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
570
580
|
"background-neutrals-scrolls-hover"?: any;
|
|
581
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
582
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
571
583
|
"background-neutrals-subtle"?: any;
|
|
572
584
|
"background-neutrals-subtle-active"?: any;
|
|
573
585
|
"background-neutrals-subtle-hover"?: any;
|
|
574
586
|
"background-primary-prominent"?: any;
|
|
575
587
|
"background-primary-prominent-active"?: any;
|
|
588
|
+
"background-primary-prominent-expanded"?: any;
|
|
576
589
|
"background-primary-prominent-hover"?: any;
|
|
590
|
+
"background-primary-prominent-pressed"?: any;
|
|
591
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
577
592
|
"background-primary-prominent-selected"?: any;
|
|
578
593
|
"background-primary-subtle"?: any;
|
|
579
594
|
"background-primary-subtle-active"?: any;
|
|
595
|
+
"background-primary-subtle-expanded"?: any;
|
|
580
596
|
"background-primary-subtle-hover"?: any;
|
|
597
|
+
"background-primary-subtle-pressed"?: any;
|
|
598
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
581
599
|
"background-primary-subtle-selected"?: any;
|
|
582
600
|
"background-success"?: any;
|
|
583
601
|
"background-warning-prominent"?: any;
|
|
@@ -1157,17 +1175,26 @@ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1157
1175
|
"background-neutrals-page"?: any;
|
|
1158
1176
|
"background-neutrals-page-subtle"?: any;
|
|
1159
1177
|
"background-neutrals-scrolls"?: any;
|
|
1178
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
1160
1179
|
"background-neutrals-scrolls-hover"?: any;
|
|
1180
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
1181
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
1161
1182
|
"background-neutrals-subtle"?: any;
|
|
1162
1183
|
"background-neutrals-subtle-active"?: any;
|
|
1163
1184
|
"background-neutrals-subtle-hover"?: any;
|
|
1164
1185
|
"background-primary-prominent"?: any;
|
|
1165
1186
|
"background-primary-prominent-active"?: any;
|
|
1187
|
+
"background-primary-prominent-expanded"?: any;
|
|
1166
1188
|
"background-primary-prominent-hover"?: any;
|
|
1189
|
+
"background-primary-prominent-pressed"?: any;
|
|
1190
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
1167
1191
|
"background-primary-prominent-selected"?: any;
|
|
1168
1192
|
"background-primary-subtle"?: any;
|
|
1169
1193
|
"background-primary-subtle-active"?: any;
|
|
1194
|
+
"background-primary-subtle-expanded"?: any;
|
|
1170
1195
|
"background-primary-subtle-hover"?: any;
|
|
1196
|
+
"background-primary-subtle-pressed"?: any;
|
|
1197
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
1171
1198
|
"background-primary-subtle-selected"?: any;
|
|
1172
1199
|
"background-success"?: any;
|
|
1173
1200
|
"background-warning-prominent"?: 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.24",
|
|
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.29.
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-
|
|
35
|
-
"@mirohq/design-system-styles": "^1.1.
|
|
32
|
+
"@mirohq/design-system-icons": "^0.29.3",
|
|
33
|
+
"@mirohq/design-system-stitches": "^2.3.8",
|
|
34
|
+
"@mirohq/design-system-primitive": "^1.1.1",
|
|
35
|
+
"@mirohq/design-system-styles": "^1.1.4"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "rollup -c ../../../rollup.config.js",
|