@mirohq/design-system-select 0.2.0 → 0.2.1
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 +8 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -342,6 +342,7 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
342
342
|
readonly borderRightColor: "colors";
|
|
343
343
|
readonly borderRightStyle: "border-styles";
|
|
344
344
|
readonly borderRightWidth: "border-widths";
|
|
345
|
+
readonly borderSpacing: "space-offset";
|
|
345
346
|
readonly borderStyle: "border-styles";
|
|
346
347
|
readonly borderTop: "colors";
|
|
347
348
|
readonly borderTopColor: "colors";
|
|
@@ -836,6 +837,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
|
|
|
836
837
|
readonly borderRightColor: "colors";
|
|
837
838
|
readonly borderRightStyle: "border-styles";
|
|
838
839
|
readonly borderRightWidth: "border-widths";
|
|
840
|
+
readonly borderSpacing: "space-offset";
|
|
839
841
|
readonly borderStyle: "border-styles";
|
|
840
842
|
readonly borderTop: "colors";
|
|
841
843
|
readonly borderTopColor: "colors";
|
|
@@ -1344,6 +1346,7 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<{}, never> & _s
|
|
|
1344
1346
|
readonly borderRightColor: "colors";
|
|
1345
1347
|
readonly borderRightStyle: "border-styles";
|
|
1346
1348
|
readonly borderRightWidth: "border-widths";
|
|
1349
|
+
readonly borderSpacing: "space-offset";
|
|
1347
1350
|
readonly borderStyle: "border-styles";
|
|
1348
1351
|
readonly borderTop: "colors";
|
|
1349
1352
|
readonly borderTopColor: "colors";
|
|
@@ -1846,6 +1849,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1846
1849
|
readonly borderRightColor: "colors";
|
|
1847
1850
|
readonly borderRightStyle: "border-styles";
|
|
1848
1851
|
readonly borderRightWidth: "border-widths";
|
|
1852
|
+
readonly borderSpacing: "space-offset";
|
|
1849
1853
|
readonly borderStyle: "border-styles";
|
|
1850
1854
|
readonly borderTop: "colors";
|
|
1851
1855
|
readonly borderTopColor: "colors";
|
|
@@ -2360,6 +2364,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
|
|
|
2360
2364
|
readonly borderRightColor: "colors";
|
|
2361
2365
|
readonly borderRightStyle: "border-styles";
|
|
2362
2366
|
readonly borderRightWidth: "border-widths";
|
|
2367
|
+
readonly borderSpacing: "space-offset";
|
|
2363
2368
|
readonly borderStyle: "border-styles";
|
|
2364
2369
|
readonly borderTop: "colors";
|
|
2365
2370
|
readonly borderTopColor: "colors";
|
|
@@ -2972,6 +2977,7 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
2972
2977
|
readonly borderRightColor: "colors";
|
|
2973
2978
|
readonly borderRightStyle: "border-styles";
|
|
2974
2979
|
readonly borderRightWidth: "border-widths";
|
|
2980
|
+
readonly borderSpacing: "space-offset";
|
|
2975
2981
|
readonly borderStyle: "border-styles";
|
|
2976
2982
|
readonly borderTop: "colors";
|
|
2977
2983
|
readonly borderTopColor: "colors";
|
|
@@ -3466,6 +3472,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
|
|
|
3466
3472
|
readonly borderRightColor: "colors";
|
|
3467
3473
|
readonly borderRightStyle: "border-styles";
|
|
3468
3474
|
readonly borderRightWidth: "border-widths";
|
|
3475
|
+
readonly borderSpacing: "space-offset";
|
|
3469
3476
|
readonly borderStyle: "border-styles";
|
|
3470
3477
|
readonly borderTop: "colors";
|
|
3471
3478
|
readonly borderTopColor: "colors";
|
|
@@ -3960,6 +3967,7 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<{}, never> & _s
|
|
|
3960
3967
|
readonly borderRightColor: "colors";
|
|
3961
3968
|
readonly borderRightStyle: "border-styles";
|
|
3962
3969
|
readonly borderRightWidth: "border-widths";
|
|
3970
|
+
readonly borderSpacing: "space-offset";
|
|
3963
3971
|
readonly borderStyle: "border-styles";
|
|
3964
3972
|
readonly borderTop: "colors";
|
|
3965
3973
|
readonly borderTopColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-select",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"@radix-ui/react-select": "^2.0.0",
|
|
30
30
|
"@react-aria/interactions": "^3.13.0",
|
|
31
31
|
"@react-types/shared": "^3.16.0",
|
|
32
|
+
"@mirohq/design-system-icons": "^0.32.2",
|
|
33
|
+
"@mirohq/design-system-scroll-area": "^0.1.17",
|
|
32
34
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
33
|
-
"@mirohq/design-system-
|
|
35
|
+
"@mirohq/design-system-stitches": "^2.4.0",
|
|
34
36
|
"@mirohq/design-system-types": "^0.6.2",
|
|
35
|
-
"@mirohq/design-system-icons": "^0.32.1",
|
|
36
|
-
"@mirohq/design-system-stitches": "^2.3.16",
|
|
37
37
|
"@mirohq/design-system-utils": "^0.14.3"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|