@mirohq/design-system-select 0.3.16 → 0.3.17
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 +7 -0
- package/package.json +6 -5
package/dist/types.d.ts
CHANGED
|
@@ -278,6 +278,7 @@ declare const StyledSelectContent: react.ForwardRefExoticComponent<Omit<Omit<_mi
|
|
|
278
278
|
"focus-large": any;
|
|
279
279
|
"focus-controls": any;
|
|
280
280
|
"focus-controls-error": any;
|
|
281
|
+
"focus-controls-error-small": any;
|
|
281
282
|
"focus-controls-success": any;
|
|
282
283
|
};
|
|
283
284
|
sizes: {
|
|
@@ -768,6 +769,7 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
768
769
|
"focus-large": any;
|
|
769
770
|
"focus-controls": any;
|
|
770
771
|
"focus-controls-error": any;
|
|
772
|
+
"focus-controls-error-small": any;
|
|
771
773
|
"focus-controls-success": any;
|
|
772
774
|
};
|
|
773
775
|
sizes: {
|
|
@@ -1262,6 +1264,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1262
1264
|
"focus-large": any;
|
|
1263
1265
|
"focus-controls": any;
|
|
1264
1266
|
"focus-controls-error": any;
|
|
1267
|
+
"focus-controls-error-small": any;
|
|
1265
1268
|
"focus-controls-success": any;
|
|
1266
1269
|
};
|
|
1267
1270
|
sizes: {
|
|
@@ -1779,6 +1782,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
1779
1782
|
"focus-large": any;
|
|
1780
1783
|
"focus-controls": any;
|
|
1781
1784
|
"focus-controls-error": any;
|
|
1785
|
+
"focus-controls-error-small": any;
|
|
1782
1786
|
"focus-controls-success": any;
|
|
1783
1787
|
};
|
|
1784
1788
|
sizes: {
|
|
@@ -2300,6 +2304,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
2300
2304
|
"focus-large": any;
|
|
2301
2305
|
"focus-controls": any;
|
|
2302
2306
|
"focus-controls-error": any;
|
|
2307
|
+
"focus-controls-error-small": any;
|
|
2303
2308
|
"focus-controls-success": any;
|
|
2304
2309
|
};
|
|
2305
2310
|
sizes: {
|
|
@@ -2922,6 +2927,7 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_des
|
|
|
2922
2927
|
"focus-large": any;
|
|
2923
2928
|
"focus-controls": any;
|
|
2924
2929
|
"focus-controls-error": any;
|
|
2930
|
+
"focus-controls-error-small": any;
|
|
2925
2931
|
"focus-controls-success": any;
|
|
2926
2932
|
};
|
|
2927
2933
|
sizes: {
|
|
@@ -3416,6 +3422,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3416
3422
|
"focus-large": any;
|
|
3417
3423
|
"focus-controls": any;
|
|
3418
3424
|
"focus-controls-error": any;
|
|
3425
|
+
"focus-controls-error-small": any;
|
|
3419
3426
|
"focus-controls-success": any;
|
|
3420
3427
|
};
|
|
3421
3428
|
sizes: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-select",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.17",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
21
|
"publishConfig": {
|
|
22
|
-
"access": "public"
|
|
22
|
+
"access": "public",
|
|
23
|
+
"registry": "https://registry.npmjs.org/"
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
25
26
|
"@stitches/react": "^1.2.8",
|
|
@@ -31,14 +32,14 @@
|
|
|
31
32
|
"@react-aria/utils": "^3.13.0",
|
|
32
33
|
"@react-types/shared": "^3.16.0",
|
|
33
34
|
"@mirohq/design-system-base-form": "^0.2.6",
|
|
35
|
+
"@mirohq/design-system-icons": "^0.41.0",
|
|
34
36
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
35
37
|
"@mirohq/design-system-scroll-area": "^0.2.4",
|
|
36
38
|
"@mirohq/design-system-stitches": "^2.6.4",
|
|
37
39
|
"@mirohq/design-system-styles": "^1.2.3",
|
|
38
|
-
"@mirohq/design-system-
|
|
40
|
+
"@mirohq/design-system-types": "^0.6.2",
|
|
39
41
|
"@mirohq/design-system-use-force-update": "^0.1.0",
|
|
40
|
-
"@mirohq/design-system-utils": "^0.15.0"
|
|
41
|
-
"@mirohq/design-system-types": "^0.6.2"
|
|
42
|
+
"@mirohq/design-system-utils": "^0.15.0"
|
|
42
43
|
},
|
|
43
44
|
"scripts": {
|
|
44
45
|
"build": "rollup -c ../../../rollup.config.js",
|