@marigold/components 5.5.0 → 6.0.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/index.d.ts +301 -319
- package/dist/index.js +2255 -1758
- package/dist/index.mjs +2195 -1716
- package/package.json +61 -57
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Components for the Marigold Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -23,62 +23,67 @@
|
|
|
23
23
|
"directory": "packages/components"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@
|
|
27
|
-
"@react-aria/
|
|
28
|
-
"@react-aria/
|
|
29
|
-
"@react-aria/
|
|
30
|
-
"@react-aria/
|
|
31
|
-
"@react-aria/
|
|
32
|
-
"@react-aria/
|
|
33
|
-
"@react-aria/
|
|
34
|
-
"@react-aria/
|
|
35
|
-
"@react-aria/
|
|
36
|
-
"@react-aria/
|
|
37
|
-
"@react-aria/
|
|
38
|
-
"@react-aria/
|
|
39
|
-
"@react-aria/
|
|
40
|
-
"@react-aria/
|
|
41
|
-
"@react-aria/
|
|
42
|
-
"@react-aria/
|
|
43
|
-
"@react-aria/
|
|
44
|
-
"@react-aria/
|
|
45
|
-
"@react-aria/
|
|
46
|
-
"@react-aria/
|
|
47
|
-
"@react-aria/
|
|
48
|
-
"@react-aria/
|
|
49
|
-
"@react-aria/
|
|
50
|
-
"@react-aria/
|
|
51
|
-
"@react-
|
|
52
|
-
"@react-
|
|
53
|
-
"@react-
|
|
26
|
+
"@internationalized/date": "3.3.0",
|
|
27
|
+
"@react-aria/accordion": "3.0.0-alpha.19",
|
|
28
|
+
"@react-aria/autocomplete": "3.0.0-alpha.18",
|
|
29
|
+
"@react-aria/button": "3.8.0",
|
|
30
|
+
"@react-aria/calendar": "3.4.0",
|
|
31
|
+
"@react-aria/checkbox": "3.9.2",
|
|
32
|
+
"@react-aria/combobox": "3.6.2",
|
|
33
|
+
"@react-aria/datepicker": "3.5.0",
|
|
34
|
+
"@react-aria/dialog": "3.5.3",
|
|
35
|
+
"@react-aria/focus": "3.13.0",
|
|
36
|
+
"@react-aria/i18n": "3.8.0",
|
|
37
|
+
"@react-aria/interactions": "3.16.0",
|
|
38
|
+
"@react-aria/link": "3.5.2",
|
|
39
|
+
"@react-aria/listbox": "3.10.0",
|
|
40
|
+
"@react-aria/live-announcer": "3.3.1",
|
|
41
|
+
"@react-aria/menu": "3.10.0",
|
|
42
|
+
"@react-aria/numberfield": "3.6.0",
|
|
43
|
+
"@react-aria/overlays": "3.15.0",
|
|
44
|
+
"@react-aria/radio": "3.6.2",
|
|
45
|
+
"@react-aria/select": "3.11.0",
|
|
46
|
+
"@react-aria/selection": "3.16.0",
|
|
47
|
+
"@react-aria/separator": "3.3.3",
|
|
48
|
+
"@react-aria/slider": "3.5.0",
|
|
49
|
+
"@react-aria/switch": "3.5.2",
|
|
50
|
+
"@react-aria/table": "3.10.0",
|
|
51
|
+
"@react-aria/tabs": "3.6.1",
|
|
52
|
+
"@react-aria/tag": "3.1.0",
|
|
53
|
+
"@react-aria/textfield": "3.10.0",
|
|
54
|
+
"@react-aria/tooltip": "3.6.0",
|
|
55
|
+
"@react-aria/utils": "3.18.0",
|
|
56
|
+
"@react-aria/visually-hidden": "3.8.2",
|
|
57
|
+
"@react-stately/calendar": "3.3.0",
|
|
58
|
+
"@react-stately/checkbox": "3.4.3",
|
|
59
|
+
"@react-stately/collections": "3.9.0",
|
|
60
|
+
"@react-stately/combobox": "3.5.2",
|
|
54
61
|
"@react-stately/data": "^3.6.0",
|
|
55
|
-
"@react-stately/
|
|
56
|
-
"@react-stately/
|
|
57
|
-
"@react-stately/
|
|
58
|
-
"@react-stately/
|
|
59
|
-
"@react-stately/
|
|
60
|
-
"@react-stately/
|
|
61
|
-
"@react-stately/
|
|
62
|
-
"@react-stately/
|
|
63
|
-
"@react-stately/
|
|
64
|
-
"@react-stately/
|
|
65
|
-
"@react-stately/
|
|
66
|
-
"@react-stately/
|
|
67
|
-
"@react-stately/
|
|
68
|
-
"@react-stately/
|
|
69
|
-
"@react-
|
|
70
|
-
"@react-types/
|
|
71
|
-
"@react-types/
|
|
72
|
-
"@react-types/
|
|
73
|
-
"@react-types/
|
|
74
|
-
"@react-types/
|
|
75
|
-
"@react-types/
|
|
76
|
-
"
|
|
62
|
+
"@react-stately/datepicker": "3.5.0",
|
|
63
|
+
"@react-stately/list": "3.9.0",
|
|
64
|
+
"@react-stately/menu": "3.5.3",
|
|
65
|
+
"@react-stately/numberfield": "3.5.0",
|
|
66
|
+
"@react-stately/overlays": "3.6.0",
|
|
67
|
+
"@react-stately/radio": "3.8.2",
|
|
68
|
+
"@react-stately/select": "3.5.2",
|
|
69
|
+
"@react-stately/selection": "3.13.2",
|
|
70
|
+
"@react-stately/slider": "3.4.0",
|
|
71
|
+
"@react-stately/table": "3.10.0",
|
|
72
|
+
"@react-stately/tabs": "3.5.0",
|
|
73
|
+
"@react-stately/toggle": "3.6.0",
|
|
74
|
+
"@react-stately/tooltip": "3.4.2",
|
|
75
|
+
"@react-stately/tree": "3.7.0",
|
|
76
|
+
"@react-stately/utils": "3.7.0",
|
|
77
|
+
"@react-types/autocomplete": "3.0.0-alpha.14",
|
|
78
|
+
"@react-types/checkbox": "3.4.4",
|
|
79
|
+
"@react-types/dialog": "3.5.3",
|
|
80
|
+
"@react-types/numberfield": "3.4.2",
|
|
81
|
+
"@react-types/radio": "3.4.2",
|
|
82
|
+
"@react-types/shared": "3.18.1",
|
|
83
|
+
"@react-types/tooltip": "3.4.2",
|
|
77
84
|
"react-is": "18.2.0",
|
|
78
|
-
"
|
|
79
|
-
"@marigold/
|
|
80
|
-
"@marigold/system": "5.5.0",
|
|
81
|
-
"@marigold/tokens": "3.1.0",
|
|
85
|
+
"@marigold/icons": "1.2.6",
|
|
86
|
+
"@marigold/system": "6.0.0",
|
|
82
87
|
"@marigold/types": "1.0.1"
|
|
83
88
|
},
|
|
84
89
|
"peerDependencies": {
|
|
@@ -86,8 +91,7 @@
|
|
|
86
91
|
"react-dom": "17.x || 18.x"
|
|
87
92
|
},
|
|
88
93
|
"devDependencies": {
|
|
89
|
-
"@types/react": "18.
|
|
90
|
-
"@types/react-transition-group": "4.4.5",
|
|
94
|
+
"@types/react": "18.2.14",
|
|
91
95
|
"react": "18.2.0",
|
|
92
96
|
"react-dom": "18.2.0",
|
|
93
97
|
"tsup": "6.7.0",
|