@ark-ui/react 0.10.0-beta.1 → 0.10.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/CHANGELOG.md +9 -2
- package/package.json +44 -44
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ description: All notable changes to this project will be documented in this file
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.10.0] - 2023-08-02
|
|
10
|
+
|
|
11
|
+
## Added
|
|
12
|
+
|
|
13
|
+
- Developers can now set default options for all `Toast` components in their application, ensuring a consistent look and feel across the board.
|
|
14
|
+
|
|
9
15
|
## [0.10.0-beta.1] - 2023-07-29
|
|
10
16
|
|
|
11
17
|
### Changed
|
|
@@ -146,7 +152,7 @@ description: All notable changes to this project will be documented in this file
|
|
|
146
152
|
- Add `Toast`
|
|
147
153
|
- Add `Tooltip`
|
|
148
154
|
|
|
149
|
-
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.10.0
|
|
155
|
+
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/react@0.10.0...HEAD
|
|
150
156
|
[0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.1.0
|
|
151
157
|
[0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.2.0
|
|
152
158
|
[0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.3.0
|
|
@@ -161,5 +167,6 @@ description: All notable changes to this project will be documented in this file
|
|
|
161
167
|
[0.8.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.8.1
|
|
162
168
|
[0.9.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.9.0
|
|
163
169
|
[0.10.0-beta.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.10.0-beta.0
|
|
164
|
-
|
|
165
170
|
[0.10.0-beta.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.10.0-beta.1
|
|
171
|
+
|
|
172
|
+
[0.10.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/react@0.10.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/react",
|
|
3
|
-
"version": "0.10.0
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accordion",
|
|
@@ -60,47 +60,47 @@
|
|
|
60
60
|
"release-it": "release-it --config ../../release-it.json"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@zag-js/accordion": "0.
|
|
64
|
-
"@zag-js/anatomy": "0.
|
|
65
|
-
"@zag-js/avatar": "0.
|
|
66
|
-
"@zag-js/carousel": "0.
|
|
67
|
-
"@zag-js/checkbox": "0.
|
|
68
|
-
"@zag-js/color-picker": "0.
|
|
69
|
-
"@zag-js/color-utils": "0.
|
|
70
|
-
"@zag-js/combobox": "0.
|
|
71
|
-
"@zag-js/date-picker": "0.
|
|
72
|
-
"@zag-js/date-utils": "0.
|
|
73
|
-
"@zag-js/dialog": "0.
|
|
74
|
-
"@zag-js/editable": "0.
|
|
75
|
-
"@zag-js/hover-card": "0.
|
|
76
|
-
"@zag-js/menu": "0.
|
|
77
|
-
"@zag-js/number-input": "0.
|
|
78
|
-
"@zag-js/pagination": "0.
|
|
79
|
-
"@zag-js/pin-input": "0.
|
|
80
|
-
"@zag-js/popover": "0.
|
|
81
|
-
"@zag-js/presence": "0.
|
|
82
|
-
"@zag-js/pressable": "0.
|
|
83
|
-
"@zag-js/radio-group": "0.
|
|
84
|
-
"@zag-js/range-slider": "0.
|
|
85
|
-
"@zag-js/rating-group": "0.
|
|
86
|
-
"@zag-js/react": "0.
|
|
87
|
-
"@zag-js/select": "0.
|
|
88
|
-
"@zag-js/slider": "0.
|
|
89
|
-
"@zag-js/splitter": "0.
|
|
90
|
-
"@zag-js/switch": "0.
|
|
91
|
-
"@zag-js/tabs": "0.
|
|
92
|
-
"@zag-js/tags-input": "0.
|
|
93
|
-
"@zag-js/toast": "0.
|
|
94
|
-
"@zag-js/tooltip": "0.
|
|
95
|
-
"@zag-js/types": "0.
|
|
63
|
+
"@zag-js/accordion": "0.13.0",
|
|
64
|
+
"@zag-js/anatomy": "0.13.0",
|
|
65
|
+
"@zag-js/avatar": "0.13.0",
|
|
66
|
+
"@zag-js/carousel": "0.13.0",
|
|
67
|
+
"@zag-js/checkbox": "0.13.0",
|
|
68
|
+
"@zag-js/color-picker": "0.13.0",
|
|
69
|
+
"@zag-js/color-utils": "0.13.0",
|
|
70
|
+
"@zag-js/combobox": "0.13.0",
|
|
71
|
+
"@zag-js/date-picker": "0.13.0",
|
|
72
|
+
"@zag-js/date-utils": "0.13.0",
|
|
73
|
+
"@zag-js/dialog": "0.13.0",
|
|
74
|
+
"@zag-js/editable": "0.13.0",
|
|
75
|
+
"@zag-js/hover-card": "0.13.0",
|
|
76
|
+
"@zag-js/menu": "0.13.0",
|
|
77
|
+
"@zag-js/number-input": "0.13.0",
|
|
78
|
+
"@zag-js/pagination": "0.13.0",
|
|
79
|
+
"@zag-js/pin-input": "0.13.0",
|
|
80
|
+
"@zag-js/popover": "0.13.0",
|
|
81
|
+
"@zag-js/presence": "0.13.0",
|
|
82
|
+
"@zag-js/pressable": "0.13.0",
|
|
83
|
+
"@zag-js/radio-group": "0.13.0",
|
|
84
|
+
"@zag-js/range-slider": "0.13.0",
|
|
85
|
+
"@zag-js/rating-group": "0.13.0",
|
|
86
|
+
"@zag-js/react": "0.13.0",
|
|
87
|
+
"@zag-js/select": "0.13.0",
|
|
88
|
+
"@zag-js/slider": "0.13.0",
|
|
89
|
+
"@zag-js/splitter": "0.13.0",
|
|
90
|
+
"@zag-js/switch": "0.13.0",
|
|
91
|
+
"@zag-js/tabs": "0.13.0",
|
|
92
|
+
"@zag-js/tags-input": "0.13.0",
|
|
93
|
+
"@zag-js/toast": "0.13.0",
|
|
94
|
+
"@zag-js/tooltip": "0.13.0",
|
|
95
|
+
"@zag-js/types": "0.13.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@release-it/keep-a-changelog": "4.0.0",
|
|
99
|
-
"@storybook/addon-a11y": "7.
|
|
100
|
-
"@storybook/addon-essentials": "7.
|
|
101
|
-
"@storybook/addons": "7.
|
|
102
|
-
"@storybook/react": "7.
|
|
103
|
-
"@storybook/react-vite": "7.
|
|
99
|
+
"@storybook/addon-a11y": "7.2.0",
|
|
100
|
+
"@storybook/addon-essentials": "7.2.0",
|
|
101
|
+
"@storybook/addons": "7.2.0",
|
|
102
|
+
"@storybook/react": "7.2.0",
|
|
103
|
+
"@storybook/react-vite": "7.2.0",
|
|
104
104
|
"@testing-library/dom": "9.3.1",
|
|
105
105
|
"@testing-library/jest-dom": "5.17.0",
|
|
106
106
|
"@testing-library/react": "14.0.0",
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
113
113
|
"@typescript-eslint/parser": "5.62.0",
|
|
114
114
|
"@vitejs/plugin-react": "4.0.3",
|
|
115
|
-
"@vitest/coverage-v8": "0.
|
|
115
|
+
"@vitest/coverage-v8": "0.34.1",
|
|
116
116
|
"eslint": "8.46.0",
|
|
117
|
-
"eslint-plugin-react": "7.33.
|
|
117
|
+
"eslint-plugin-react": "7.33.1",
|
|
118
118
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
119
119
|
"globby": "13.2.2",
|
|
120
120
|
"jsdom": "22.1.0",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"react-frame-component": "5.2.6",
|
|
124
124
|
"release-it": "16.1.3",
|
|
125
125
|
"resize-observer-polyfill": "1.5.1",
|
|
126
|
-
"storybook": "7.
|
|
126
|
+
"storybook": "7.2.0",
|
|
127
127
|
"typescript": "5.1.6",
|
|
128
|
-
"vite": "4.4.
|
|
128
|
+
"vite": "4.4.8",
|
|
129
129
|
"vite-plugin-dts": "2.3.0",
|
|
130
|
-
"vitest": "0.
|
|
130
|
+
"vitest": "0.34.1"
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
|
133
133
|
"react": ">=18.0.0",
|