@ark-ui/solid 0.7.2-beta.0 → 0.7.2-beta.2
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 +14 -2
- package/package.json +43 -42
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@ description: All notable changes to this project will be documented in this file
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.7.2-beta.2] - 2023-07-05
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- Declare no external
|
|
14
|
+
|
|
15
|
+
## [0.7.2-beta.1] - 2023-07-05
|
|
16
|
+
|
|
17
|
+
- Updated @zag-js dependencies to their latest versions
|
|
18
|
+
|
|
9
19
|
## [0.7.2-beta.0] - 2023-07-03
|
|
10
20
|
|
|
11
21
|
### Fixed
|
|
@@ -99,7 +109,7 @@ description: All notable changes to this project will be documented in this file
|
|
|
99
109
|
- Add `Toast`
|
|
100
110
|
- Add `Tooltip`
|
|
101
111
|
|
|
102
|
-
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.7.2-beta.
|
|
112
|
+
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/solid@0.7.2-beta.2...HEAD
|
|
103
113
|
[0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.1.0
|
|
104
114
|
[0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.2.0
|
|
105
115
|
[0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.3.0
|
|
@@ -108,5 +118,7 @@ description: All notable changes to this project will be documented in this file
|
|
|
108
118
|
[0.6.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.6.0
|
|
109
119
|
[0.7.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.0
|
|
110
120
|
[0.7.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.1
|
|
111
|
-
|
|
112
121
|
[0.7.2-beta.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.0
|
|
122
|
+
[0.7.2-beta.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.1
|
|
123
|
+
|
|
124
|
+
[0.7.2-beta.2]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/solid@0.7.2-beta.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/solid",
|
|
3
|
-
"version": "0.7.2-beta.
|
|
3
|
+
"version": "0.7.2-beta.2",
|
|
4
4
|
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accordion",
|
|
@@ -60,67 +60,68 @@
|
|
|
60
60
|
"foo": "pnpm --filter=@ark-ui/scripts release:prepare @ark-ui/solid"
|
|
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/combobox": "0.
|
|
70
|
-
"@zag-js/date-picker": "0.
|
|
71
|
-
"@zag-js/dialog": "0.
|
|
72
|
-
"@zag-js/editable": "0.
|
|
73
|
-
"@zag-js/hover-card": "0.
|
|
74
|
-
"@zag-js/menu": "0.
|
|
75
|
-
"@zag-js/number-input": "0.
|
|
76
|
-
"@zag-js/pagination": "0.
|
|
77
|
-
"@zag-js/pin-input": "0.
|
|
78
|
-
"@zag-js/popover": "0.
|
|
79
|
-
"@zag-js/pressable": "0.
|
|
80
|
-
"@zag-js/radio-group": "0.
|
|
81
|
-
"@zag-js/range-slider": "0.
|
|
82
|
-
"@zag-js/rating-group": "0.
|
|
83
|
-
"@zag-js/select": "0.
|
|
84
|
-
"@zag-js/slider": "0.
|
|
85
|
-
"@zag-js/solid": "0.
|
|
86
|
-
"@zag-js/splitter": "0.
|
|
87
|
-
"@zag-js/switch": "0.
|
|
88
|
-
"@zag-js/tabs": "0.
|
|
89
|
-
"@zag-js/tags-input": "0.
|
|
90
|
-
"@zag-js/toast": "0.
|
|
91
|
-
"@zag-js/tooltip": "0.
|
|
92
|
-
"@zag-js/types": "0.
|
|
63
|
+
"@zag-js/accordion": "0.0.0-dev-20230705143151",
|
|
64
|
+
"@zag-js/anatomy": "0.0.0-dev-20230705143151",
|
|
65
|
+
"@zag-js/avatar": "0.0.0-dev-20230705143151",
|
|
66
|
+
"@zag-js/carousel": "0.0.0-dev-20230705143151",
|
|
67
|
+
"@zag-js/checkbox": "0.0.0-dev-20230705143151",
|
|
68
|
+
"@zag-js/color-picker": "0.0.0-dev-20230705143151",
|
|
69
|
+
"@zag-js/combobox": "0.0.0-dev-20230705143151",
|
|
70
|
+
"@zag-js/date-picker": "0.0.0-dev-20230705143151",
|
|
71
|
+
"@zag-js/dialog": "0.0.0-dev-20230705143151",
|
|
72
|
+
"@zag-js/editable": "0.0.0-dev-20230705143151",
|
|
73
|
+
"@zag-js/hover-card": "0.0.0-dev-20230705143151",
|
|
74
|
+
"@zag-js/menu": "0.0.0-dev-20230705143151",
|
|
75
|
+
"@zag-js/number-input": "0.0.0-dev-20230705143151",
|
|
76
|
+
"@zag-js/pagination": "0.0.0-dev-20230705143151",
|
|
77
|
+
"@zag-js/pin-input": "0.0.0-dev-20230705143151",
|
|
78
|
+
"@zag-js/popover": "0.0.0-dev-20230705143151",
|
|
79
|
+
"@zag-js/pressable": "0.0.0-dev-20230705143151",
|
|
80
|
+
"@zag-js/radio-group": "0.0.0-dev-20230705143151",
|
|
81
|
+
"@zag-js/range-slider": "0.0.0-dev-20230705143151",
|
|
82
|
+
"@zag-js/rating-group": "0.0.0-dev-20230705143151",
|
|
83
|
+
"@zag-js/select": "0.0.0-dev-20230705143151",
|
|
84
|
+
"@zag-js/slider": "0.0.0-dev-20230705143151",
|
|
85
|
+
"@zag-js/solid": "0.0.0-dev-20230705143151",
|
|
86
|
+
"@zag-js/splitter": "0.0.0-dev-20230705143151",
|
|
87
|
+
"@zag-js/switch": "0.0.0-dev-20230705143151",
|
|
88
|
+
"@zag-js/tabs": "0.0.0-dev-20230705143151",
|
|
89
|
+
"@zag-js/tags-input": "0.0.0-dev-20230705143151",
|
|
90
|
+
"@zag-js/toast": "0.0.0-dev-20230705143151",
|
|
91
|
+
"@zag-js/tooltip": "0.0.0-dev-20230705143151",
|
|
92
|
+
"@zag-js/types": "0.0.0-dev-20230705143151",
|
|
93
|
+
"vite-plugin-ssr": "0.4.132"
|
|
93
94
|
},
|
|
94
95
|
"devDependencies": {
|
|
95
96
|
"@release-it/keep-a-changelog": "3.1.0",
|
|
96
|
-
"@solidjs/testing-library": "0.8.
|
|
97
|
-
"@storybook/addon-essentials": "7.0.
|
|
98
|
-
"@storybook/addon-interactions": "7.0.
|
|
99
|
-
"@storybook/addon-links": "7.0.
|
|
100
|
-
"@storybook/blocks": "7.0.
|
|
97
|
+
"@solidjs/testing-library": "0.8.4",
|
|
98
|
+
"@storybook/addon-essentials": "7.0.25",
|
|
99
|
+
"@storybook/addon-interactions": "7.0.25",
|
|
100
|
+
"@storybook/addon-links": "7.0.25",
|
|
101
|
+
"@storybook/blocks": "7.0.25",
|
|
101
102
|
"@storybook/testing-library": "0.2.0",
|
|
102
103
|
"@testing-library/dom": "9.3.1",
|
|
103
104
|
"@testing-library/jest-dom": "5.16.5",
|
|
104
105
|
"@testing-library/user-event": "14.4.3",
|
|
105
106
|
"@types/jsdom": "21.1.1",
|
|
106
107
|
"@types/testing-library__jest-dom": "5.14.6",
|
|
107
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
108
|
-
"@typescript-eslint/parser": "5.
|
|
109
|
-
"@vitest/coverage-v8": "0.32.
|
|
110
|
-
"eslint": "8.
|
|
108
|
+
"@typescript-eslint/eslint-plugin": "5.61.0",
|
|
109
|
+
"@typescript-eslint/parser": "5.61.0",
|
|
110
|
+
"@vitest/coverage-v8": "0.32.4",
|
|
111
|
+
"eslint": "8.44.0",
|
|
111
112
|
"happy-dom": "9.20.3",
|
|
112
113
|
"react": "18.2.0",
|
|
113
114
|
"react-dom": "18.2.0",
|
|
114
115
|
"release-it": "15.11.0",
|
|
115
116
|
"solid-js": "1.7.7",
|
|
116
|
-
"storybook": "7.0.
|
|
117
|
+
"storybook": "7.0.25",
|
|
117
118
|
"storybook-solidjs": "1.0.0-beta.2",
|
|
118
119
|
"storybook-solidjs-vite": "1.0.0-beta.2",
|
|
119
120
|
"typescript": "5.1.6",
|
|
120
121
|
"vite": "4.3.9",
|
|
121
122
|
"vite-plugin-dts": "2.3.0",
|
|
122
123
|
"vite-plugin-solid": "2.7.0",
|
|
123
|
-
"vitest": "0.32.
|
|
124
|
+
"vitest": "0.32.4"
|
|
124
125
|
},
|
|
125
126
|
"peerDependencies": {
|
|
126
127
|
"solid-js": ">=1.6.0"
|