@saas-ui/storybook-addon 7.0.0-next.2 → 7.0.0-next.4
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/LICENSE +21 -0
- package/package.json +10 -10
- package/CHANGELOG.md +0 -181
package/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2021 Eelco Wiersma
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/storybook-addon",
|
3
|
-
"version": "7.0.0-next.
|
3
|
+
"version": "7.0.0-next.4",
|
4
4
|
"description": "The official Storybook Addon for Saas UI",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -38,12 +38,6 @@
|
|
38
38
|
]
|
39
39
|
}
|
40
40
|
},
|
41
|
-
"scripts": {
|
42
|
-
"build": "tsup",
|
43
|
-
"dev": "pnpm build -- --watch",
|
44
|
-
"clean": "rimraf dist .turbo",
|
45
|
-
"typecheck": "tsc --noEmit"
|
46
|
-
},
|
47
41
|
"repository": {
|
48
42
|
"type": "git",
|
49
43
|
"url": "git+https://github.com/chakra-ui/chakra-ui.git",
|
@@ -67,11 +61,11 @@
|
|
67
61
|
"@chakra-ui/react": "^3.14.0",
|
68
62
|
"@emotion/react": "^11.14.0",
|
69
63
|
"@emotion/styled": "^11.14.0",
|
70
|
-
"@saas-ui/react": "3.0.0-next.34",
|
71
64
|
"@storybook/types": "^8.6.9",
|
72
65
|
"framer-motion": "^11.18.2",
|
73
66
|
"react": "^19.0.0",
|
74
|
-
"tsup": "^8.4.0"
|
67
|
+
"tsup": "^8.4.0",
|
68
|
+
"@saas-ui/react": "3.0.0-next.37"
|
75
69
|
},
|
76
70
|
"dependencies": {
|
77
71
|
"@storybook/components": "^8.6.9",
|
@@ -80,7 +74,7 @@
|
|
80
74
|
},
|
81
75
|
"peerDependencies": {
|
82
76
|
"@chakra-ui/react": "^3.0.0",
|
83
|
-
"@saas-ui/react": "^3.0.0-next.
|
77
|
+
"@saas-ui/react": "^3.0.0-next.37",
|
84
78
|
"@storybook/components": ">=8.0.0",
|
85
79
|
"@storybook/manager-api": ">=8.0.0",
|
86
80
|
"@storybook/preview-api": ">=8.0.0",
|
@@ -102,5 +96,11 @@
|
|
102
96
|
"Svelte"
|
103
97
|
],
|
104
98
|
"icon": "https://raw.githubusercontent.com/chakra-ui/chakra-ui/main/logo/logomark-colored.svg"
|
99
|
+
},
|
100
|
+
"scripts": {
|
101
|
+
"build": "tsup",
|
102
|
+
"dev": "pnpm build -- --watch",
|
103
|
+
"clean": "rimraf dist .turbo",
|
104
|
+
"typecheck": "tsc --noEmit"
|
105
105
|
}
|
106
106
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,181 +0,0 @@
|
|
1
|
-
# @saas-ui/storybook-addon
|
2
|
-
|
3
|
-
## 7.0.0-next.2
|
4
|
-
|
5
|
-
### Patch Changes
|
6
|
-
|
7
|
-
- Updated dependencies [964ffa7]
|
8
|
-
- @saas-ui/react@3.0.0-next.34
|
9
|
-
|
10
|
-
## 7.0.0-next.1
|
11
|
-
|
12
|
-
### Patch Changes
|
13
|
-
|
14
|
-
- Updated dependencies [ec22a57]
|
15
|
-
- Updated dependencies [928abff]
|
16
|
-
- Updated dependencies [26f5452]
|
17
|
-
- @saas-ui/react@3.0.0-next.2
|
18
|
-
|
19
|
-
## 7.0.0-next.0
|
20
|
-
|
21
|
-
### Major Changes
|
22
|
-
|
23
|
-
- 550e5a6: Upgrade to Chakra v3
|
24
|
-
|
25
|
-
### Minor Changes
|
26
|
-
|
27
|
-
- 95c8652: Update to Chakra UI 3.2.1
|
28
|
-
- 6459de4: Removed src exports and files from packages
|
29
|
-
|
30
|
-
### Patch Changes
|
31
|
-
|
32
|
-
- Updated dependencies [ba3b566]
|
33
|
-
- Updated dependencies [e9fec88]
|
34
|
-
- Updated dependencies [2285040]
|
35
|
-
- Updated dependencies [64e680e]
|
36
|
-
- Updated dependencies [53716c5]
|
37
|
-
- Updated dependencies [5115e8f]
|
38
|
-
- Updated dependencies [212a7e6]
|
39
|
-
- Updated dependencies [38082d4]
|
40
|
-
- Updated dependencies [8d8ffaa]
|
41
|
-
- Updated dependencies [c680574]
|
42
|
-
- Updated dependencies [c680574]
|
43
|
-
- Updated dependencies [f62c3d6]
|
44
|
-
- Updated dependencies [942e9a0]
|
45
|
-
- Updated dependencies [f85d493]
|
46
|
-
- Updated dependencies [8d8ffaa]
|
47
|
-
- Updated dependencies [a2ef175]
|
48
|
-
- Updated dependencies [eb02362]
|
49
|
-
- Updated dependencies [53716c5]
|
50
|
-
- Updated dependencies [205580d]
|
51
|
-
- Updated dependencies [7808a76]
|
52
|
-
- Updated dependencies [e7fe684]
|
53
|
-
- Updated dependencies [f85d493]
|
54
|
-
- Updated dependencies [c680574]
|
55
|
-
- Updated dependencies [c680574]
|
56
|
-
- Updated dependencies [b51aff9]
|
57
|
-
- Updated dependencies [212a7e6]
|
58
|
-
- Updated dependencies [550e5a6]
|
59
|
-
- Updated dependencies [ce8c247]
|
60
|
-
- Updated dependencies [19309d4]
|
61
|
-
- Updated dependencies [ce8c247]
|
62
|
-
- Updated dependencies [ce8c247]
|
63
|
-
- Updated dependencies [c680574]
|
64
|
-
- Updated dependencies [ba3b566]
|
65
|
-
- Updated dependencies [95c8652]
|
66
|
-
- Updated dependencies [6a8bf46]
|
67
|
-
- Updated dependencies [ac2d80d]
|
68
|
-
- Updated dependencies [0067207]
|
69
|
-
- Updated dependencies [b51aff9]
|
70
|
-
- Updated dependencies [205580d]
|
71
|
-
- Updated dependencies [ba3b566]
|
72
|
-
- Updated dependencies [8e760c5]
|
73
|
-
- Updated dependencies [56b0623]
|
74
|
-
- Updated dependencies [6a8bf46]
|
75
|
-
- Updated dependencies [15e093e]
|
76
|
-
- Updated dependencies [8d8ffaa]
|
77
|
-
- Updated dependencies [c680574]
|
78
|
-
- Updated dependencies [8ac704a]
|
79
|
-
- Updated dependencies [6f9f04d]
|
80
|
-
- Updated dependencies [eb02362]
|
81
|
-
- Updated dependencies [6459de4]
|
82
|
-
- Updated dependencies [56b0623]
|
83
|
-
- Updated dependencies [c51e12c]
|
84
|
-
- Updated dependencies [0067207]
|
85
|
-
- Updated dependencies [8d8ffaa]
|
86
|
-
- Updated dependencies [65fac53]
|
87
|
-
- Updated dependencies [61ce1b5]
|
88
|
-
- Updated dependencies [3a73bc8]
|
89
|
-
- Updated dependencies [9d47676]
|
90
|
-
- Updated dependencies [64e680e]
|
91
|
-
- Updated dependencies [2285040]
|
92
|
-
- Updated dependencies [ba3b566]
|
93
|
-
- Updated dependencies [8d8ffaa]
|
94
|
-
- Updated dependencies [f0f5ab0]
|
95
|
-
- Updated dependencies [19309d4]
|
96
|
-
- Updated dependencies [727b902]
|
97
|
-
- @saas-ui/react@3.0.0-next.0
|
98
|
-
|
99
|
-
## 6.0.1
|
100
|
-
|
101
|
-
### Patch Changes
|
102
|
-
|
103
|
-
- 862937a: Bump chakra version
|
104
|
-
- Updated dependencies [862937a]
|
105
|
-
- @saas-ui/react@2.11.2
|
106
|
-
|
107
|
-
## 6.0.0
|
108
|
-
|
109
|
-
### Minor Changes
|
110
|
-
|
111
|
-
- 803ede7: Updated Chakra UI version range to >=2.9.0 <3
|
112
|
-
|
113
|
-
### Patch Changes
|
114
|
-
|
115
|
-
- Updated dependencies [803ede7]
|
116
|
-
- @saas-ui/react@2.11.0
|
117
|
-
|
118
|
-
## 5.0.0
|
119
|
-
|
120
|
-
### Patch Changes
|
121
|
-
|
122
|
-
- Updated dependencies [fc799df]
|
123
|
-
- @saas-ui/react@2.10.0
|
124
|
-
|
125
|
-
## 4.0.1
|
126
|
-
|
127
|
-
### Patch Changes
|
128
|
-
|
129
|
-
- f0ee3db: Updated to Chakra 2.10
|
130
|
-
- Updated dependencies [f0ee3db]
|
131
|
-
- @saas-ui/react@2.9.1
|
132
|
-
|
133
|
-
## 4.0.0
|
134
|
-
|
135
|
-
### Minor Changes
|
136
|
-
|
137
|
-
- 2ac496a: Upgraded to Chakra UI v2.9.3
|
138
|
-
|
139
|
-
### Patch Changes
|
140
|
-
|
141
|
-
- Updated dependencies [2ac496a]
|
142
|
-
- @saas-ui/react@2.9.0
|
143
|
-
|
144
|
-
## 3.0.2
|
145
|
-
|
146
|
-
### Patch Changes
|
147
|
-
|
148
|
-
- 1cc49dc: Removed logs
|
149
|
-
- @saas-ui/react@2.8.8
|
150
|
-
|
151
|
-
## 3.0.1
|
152
|
-
|
153
|
-
### Patch Changes
|
154
|
-
|
155
|
-
- 02cac87: Updated dependencies
|
156
|
-
- @saas-ui/react@2.8.7
|
157
|
-
|
158
|
-
## 3.0.0
|
159
|
-
|
160
|
-
### Major Changes
|
161
|
-
|
162
|
-
- 3f92e52: Updated to Storybook 8
|
163
|
-
|
164
|
-
### Patch Changes
|
165
|
-
|
166
|
-
- Updated dependencies [9fe1899]
|
167
|
-
- Updated dependencies [e75e99b]
|
168
|
-
- Updated dependencies [e75e99b]
|
169
|
-
- @saas-ui/react@2.8.0
|
170
|
-
|
171
|
-
## 2.0.3
|
172
|
-
|
173
|
-
### Patch Changes
|
174
|
-
|
175
|
-
- 2e7da38: Updated dependencies
|
176
|
-
|
177
|
-
## 2.0.1
|
178
|
-
|
179
|
-
### Patch Changes
|
180
|
-
|
181
|
-
- a1e92adb: Fixed theme switcher
|