@mirohq/design-system-popover 4.3.22 → 4.3.23-dropdown.0
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 +18 -18
- package/package.json +4 -8
package/dist/types.d.ts
CHANGED
|
@@ -201,28 +201,28 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
201
201
|
readonly 'icon-400': "32px";
|
|
202
202
|
};
|
|
203
203
|
space: {
|
|
204
|
-
readonly
|
|
204
|
+
readonly 0: 0;
|
|
205
205
|
readonly 50: "4px";
|
|
206
206
|
readonly 100: "8px";
|
|
207
207
|
readonly 150: "12px";
|
|
208
208
|
readonly 200: "16px";
|
|
209
209
|
readonly 300: "24px";
|
|
210
210
|
readonly 400: "32px";
|
|
211
|
-
readonly 500: "
|
|
211
|
+
readonly 500: "40px";
|
|
212
212
|
readonly 600: "48px";
|
|
213
213
|
readonly 800: "64px";
|
|
214
214
|
readonly 1200: "96px";
|
|
215
215
|
readonly 1600: "128px";
|
|
216
216
|
};
|
|
217
217
|
'space-gap': {
|
|
218
|
-
readonly
|
|
218
|
+
readonly 0: any;
|
|
219
219
|
readonly 50: any;
|
|
220
220
|
readonly 100: any;
|
|
221
221
|
readonly 200: any;
|
|
222
222
|
readonly 300: any;
|
|
223
223
|
};
|
|
224
224
|
'space-inset': {
|
|
225
|
-
readonly
|
|
225
|
+
readonly 0: any;
|
|
226
226
|
readonly 50: any;
|
|
227
227
|
readonly 100: any;
|
|
228
228
|
readonly 150: any;
|
|
@@ -235,7 +235,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
235
235
|
readonly 1600: any;
|
|
236
236
|
};
|
|
237
237
|
'space-offset': {
|
|
238
|
-
readonly
|
|
238
|
+
readonly 0: any;
|
|
239
239
|
readonly 50: any;
|
|
240
240
|
readonly 100: any;
|
|
241
241
|
readonly 150: any;
|
|
@@ -246,7 +246,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never
|
|
|
246
246
|
readonly 800: any;
|
|
247
247
|
readonly 1200: any;
|
|
248
248
|
readonly 1600: any;
|
|
249
|
-
readonly 'stacking-
|
|
249
|
+
readonly 'stacking-0': any;
|
|
250
250
|
readonly 'stacking-100': any;
|
|
251
251
|
readonly 'stacking-200': any;
|
|
252
252
|
readonly 'stacking-300': any;
|
|
@@ -660,28 +660,28 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
660
660
|
readonly 'icon-400': "32px";
|
|
661
661
|
};
|
|
662
662
|
space: {
|
|
663
|
-
readonly
|
|
663
|
+
readonly 0: 0;
|
|
664
664
|
readonly 50: "4px";
|
|
665
665
|
readonly 100: "8px";
|
|
666
666
|
readonly 150: "12px";
|
|
667
667
|
readonly 200: "16px";
|
|
668
668
|
readonly 300: "24px";
|
|
669
669
|
readonly 400: "32px";
|
|
670
|
-
readonly 500: "
|
|
670
|
+
readonly 500: "40px";
|
|
671
671
|
readonly 600: "48px";
|
|
672
672
|
readonly 800: "64px";
|
|
673
673
|
readonly 1200: "96px";
|
|
674
674
|
readonly 1600: "128px";
|
|
675
675
|
};
|
|
676
676
|
'space-gap': {
|
|
677
|
-
readonly
|
|
677
|
+
readonly 0: any;
|
|
678
678
|
readonly 50: any;
|
|
679
679
|
readonly 100: any;
|
|
680
680
|
readonly 200: any;
|
|
681
681
|
readonly 300: any;
|
|
682
682
|
};
|
|
683
683
|
'space-inset': {
|
|
684
|
-
readonly
|
|
684
|
+
readonly 0: any;
|
|
685
685
|
readonly 50: any;
|
|
686
686
|
readonly 100: any;
|
|
687
687
|
readonly 150: any;
|
|
@@ -694,7 +694,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
694
694
|
readonly 1600: any;
|
|
695
695
|
};
|
|
696
696
|
'space-offset': {
|
|
697
|
-
readonly
|
|
697
|
+
readonly 0: any;
|
|
698
698
|
readonly 50: any;
|
|
699
699
|
readonly 100: any;
|
|
700
700
|
readonly 150: any;
|
|
@@ -705,7 +705,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
705
705
|
readonly 800: any;
|
|
706
706
|
readonly 1200: any;
|
|
707
707
|
readonly 1600: any;
|
|
708
|
-
readonly 'stacking-
|
|
708
|
+
readonly 'stacking-0': any;
|
|
709
709
|
readonly 'stacking-100': any;
|
|
710
710
|
readonly 'stacking-200': any;
|
|
711
711
|
readonly 'stacking-300': any;
|
|
@@ -1221,28 +1221,28 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1221
1221
|
readonly 'icon-400': "32px";
|
|
1222
1222
|
};
|
|
1223
1223
|
space: {
|
|
1224
|
-
readonly
|
|
1224
|
+
readonly 0: 0;
|
|
1225
1225
|
readonly 50: "4px";
|
|
1226
1226
|
readonly 100: "8px";
|
|
1227
1227
|
readonly 150: "12px";
|
|
1228
1228
|
readonly 200: "16px";
|
|
1229
1229
|
readonly 300: "24px";
|
|
1230
1230
|
readonly 400: "32px";
|
|
1231
|
-
readonly 500: "
|
|
1231
|
+
readonly 500: "40px";
|
|
1232
1232
|
readonly 600: "48px";
|
|
1233
1233
|
readonly 800: "64px";
|
|
1234
1234
|
readonly 1200: "96px";
|
|
1235
1235
|
readonly 1600: "128px";
|
|
1236
1236
|
};
|
|
1237
1237
|
'space-gap': {
|
|
1238
|
-
readonly
|
|
1238
|
+
readonly 0: any;
|
|
1239
1239
|
readonly 50: any;
|
|
1240
1240
|
readonly 100: any;
|
|
1241
1241
|
readonly 200: any;
|
|
1242
1242
|
readonly 300: any;
|
|
1243
1243
|
};
|
|
1244
1244
|
'space-inset': {
|
|
1245
|
-
readonly
|
|
1245
|
+
readonly 0: any;
|
|
1246
1246
|
readonly 50: any;
|
|
1247
1247
|
readonly 100: any;
|
|
1248
1248
|
readonly 150: any;
|
|
@@ -1255,7 +1255,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1255
1255
|
readonly 1600: any;
|
|
1256
1256
|
};
|
|
1257
1257
|
'space-offset': {
|
|
1258
|
-
readonly
|
|
1258
|
+
readonly 0: any;
|
|
1259
1259
|
readonly 50: any;
|
|
1260
1260
|
readonly 100: any;
|
|
1261
1261
|
readonly 150: any;
|
|
@@ -1266,7 +1266,7 @@ declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1266
1266
|
readonly 800: any;
|
|
1267
1267
|
readonly 1200: any;
|
|
1268
1268
|
readonly 1600: any;
|
|
1269
|
-
readonly 'stacking-
|
|
1269
|
+
readonly 'stacking-0': any;
|
|
1270
1270
|
readonly 'stacking-100': any;
|
|
1271
1271
|
readonly 'stacking-200': any;
|
|
1272
1272
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-popover",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.23-dropdown.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,14 +30,10 @@
|
|
|
30
30
|
"@radix-ui/react-compose-refs": "^1.0.1",
|
|
31
31
|
"@radix-ui/react-popover": "^1.0.0",
|
|
32
32
|
"@radix-ui/react-use-size": "^1.0.1",
|
|
33
|
+
"@mirohq/design-system-icons": "^0.23.1-dropdown.0",
|
|
33
34
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
35
|
-
"@mirohq/design-system-styles": "^1.0.
|
|
36
|
-
"@mirohq/design-system-icons": "^0.23.0"
|
|
37
|
-
},
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"@mirohq/design-system-button": "^3.1.1",
|
|
40
|
-
"@mirohq/design-system-flex": "^2.1.11"
|
|
35
|
+
"@mirohq/design-system-stitches": "^2.3.2-dropdown.0",
|
|
36
|
+
"@mirohq/design-system-styles": "^1.0.24-dropdown.0"
|
|
41
37
|
},
|
|
42
38
|
"scripts": {
|
|
43
39
|
"build": "rollup -c ../../../rollup.config.js",
|