@saas-ui/storybook-addon 7.0.0-next.1 → 7.0.0-next.3

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.
Files changed (3) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +15 -15
  3. package/CHANGELOG.md +0 -174
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.1",
3
+ "version": "7.0.0-next.3",
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",
@@ -64,23 +58,23 @@
64
58
  },
65
59
  "homepage": "https://github.com/saas-ui/saas-ui#readme",
66
60
  "devDependencies": {
67
- "@chakra-ui/react": "^3.13.0",
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.2",
71
- "@storybook/types": "^8.6.6",
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.36"
75
69
  },
76
70
  "dependencies": {
77
- "@storybook/components": "^8.6.6",
78
- "@storybook/manager-api": "^8.6.6",
79
- "@storybook/preview-api": "^8.6.6"
71
+ "@storybook/components": "^8.6.9",
72
+ "@storybook/manager-api": "^8.6.9",
73
+ "@storybook/preview-api": "^8.6.9"
80
74
  },
81
75
  "peerDependencies": {
82
76
  "@chakra-ui/react": "^3.0.0",
83
- "@saas-ui/react": "^3.0.0-next.2",
77
+ "@saas-ui/react": "^3.0.0-next.36",
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,174 +0,0 @@
1
- # @saas-ui/storybook-addon
2
-
3
- ## 7.0.0-next.1
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [ec22a57]
8
- - Updated dependencies [928abff]
9
- - Updated dependencies [26f5452]
10
- - @saas-ui/react@3.0.0-next.2
11
-
12
- ## 7.0.0-next.0
13
-
14
- ### Major Changes
15
-
16
- - 550e5a6: Upgrade to Chakra v3
17
-
18
- ### Minor Changes
19
-
20
- - 95c8652: Update to Chakra UI 3.2.1
21
- - 6459de4: Removed src exports and files from packages
22
-
23
- ### Patch Changes
24
-
25
- - Updated dependencies [ba3b566]
26
- - Updated dependencies [e9fec88]
27
- - Updated dependencies [2285040]
28
- - Updated dependencies [64e680e]
29
- - Updated dependencies [53716c5]
30
- - Updated dependencies [5115e8f]
31
- - Updated dependencies [212a7e6]
32
- - Updated dependencies [38082d4]
33
- - Updated dependencies [8d8ffaa]
34
- - Updated dependencies [c680574]
35
- - Updated dependencies [c680574]
36
- - Updated dependencies [f62c3d6]
37
- - Updated dependencies [942e9a0]
38
- - Updated dependencies [f85d493]
39
- - Updated dependencies [8d8ffaa]
40
- - Updated dependencies [a2ef175]
41
- - Updated dependencies [eb02362]
42
- - Updated dependencies [53716c5]
43
- - Updated dependencies [205580d]
44
- - Updated dependencies [7808a76]
45
- - Updated dependencies [e7fe684]
46
- - Updated dependencies [f85d493]
47
- - Updated dependencies [c680574]
48
- - Updated dependencies [c680574]
49
- - Updated dependencies [b51aff9]
50
- - Updated dependencies [212a7e6]
51
- - Updated dependencies [550e5a6]
52
- - Updated dependencies [ce8c247]
53
- - Updated dependencies [19309d4]
54
- - Updated dependencies [ce8c247]
55
- - Updated dependencies [ce8c247]
56
- - Updated dependencies [c680574]
57
- - Updated dependencies [ba3b566]
58
- - Updated dependencies [95c8652]
59
- - Updated dependencies [6a8bf46]
60
- - Updated dependencies [ac2d80d]
61
- - Updated dependencies [0067207]
62
- - Updated dependencies [b51aff9]
63
- - Updated dependencies [205580d]
64
- - Updated dependencies [ba3b566]
65
- - Updated dependencies [8e760c5]
66
- - Updated dependencies [56b0623]
67
- - Updated dependencies [6a8bf46]
68
- - Updated dependencies [15e093e]
69
- - Updated dependencies [8d8ffaa]
70
- - Updated dependencies [c680574]
71
- - Updated dependencies [8ac704a]
72
- - Updated dependencies [6f9f04d]
73
- - Updated dependencies [eb02362]
74
- - Updated dependencies [6459de4]
75
- - Updated dependencies [56b0623]
76
- - Updated dependencies [c51e12c]
77
- - Updated dependencies [0067207]
78
- - Updated dependencies [8d8ffaa]
79
- - Updated dependencies [65fac53]
80
- - Updated dependencies [61ce1b5]
81
- - Updated dependencies [3a73bc8]
82
- - Updated dependencies [9d47676]
83
- - Updated dependencies [64e680e]
84
- - Updated dependencies [2285040]
85
- - Updated dependencies [ba3b566]
86
- - Updated dependencies [8d8ffaa]
87
- - Updated dependencies [f0f5ab0]
88
- - Updated dependencies [19309d4]
89
- - Updated dependencies [727b902]
90
- - @saas-ui/react@3.0.0-next.0
91
-
92
- ## 6.0.1
93
-
94
- ### Patch Changes
95
-
96
- - 862937a: Bump chakra version
97
- - Updated dependencies [862937a]
98
- - @saas-ui/react@2.11.2
99
-
100
- ## 6.0.0
101
-
102
- ### Minor Changes
103
-
104
- - 803ede7: Updated Chakra UI version range to >=2.9.0 <3
105
-
106
- ### Patch Changes
107
-
108
- - Updated dependencies [803ede7]
109
- - @saas-ui/react@2.11.0
110
-
111
- ## 5.0.0
112
-
113
- ### Patch Changes
114
-
115
- - Updated dependencies [fc799df]
116
- - @saas-ui/react@2.10.0
117
-
118
- ## 4.0.1
119
-
120
- ### Patch Changes
121
-
122
- - f0ee3db: Updated to Chakra 2.10
123
- - Updated dependencies [f0ee3db]
124
- - @saas-ui/react@2.9.1
125
-
126
- ## 4.0.0
127
-
128
- ### Minor Changes
129
-
130
- - 2ac496a: Upgraded to Chakra UI v2.9.3
131
-
132
- ### Patch Changes
133
-
134
- - Updated dependencies [2ac496a]
135
- - @saas-ui/react@2.9.0
136
-
137
- ## 3.0.2
138
-
139
- ### Patch Changes
140
-
141
- - 1cc49dc: Removed logs
142
- - @saas-ui/react@2.8.8
143
-
144
- ## 3.0.1
145
-
146
- ### Patch Changes
147
-
148
- - 02cac87: Updated dependencies
149
- - @saas-ui/react@2.8.7
150
-
151
- ## 3.0.0
152
-
153
- ### Major Changes
154
-
155
- - 3f92e52: Updated to Storybook 8
156
-
157
- ### Patch Changes
158
-
159
- - Updated dependencies [9fe1899]
160
- - Updated dependencies [e75e99b]
161
- - Updated dependencies [e75e99b]
162
- - @saas-ui/react@2.8.0
163
-
164
- ## 2.0.3
165
-
166
- ### Patch Changes
167
-
168
- - 2e7da38: Updated dependencies
169
-
170
- ## 2.0.1
171
-
172
- ### Patch Changes
173
-
174
- - a1e92adb: Fixed theme switcher