storybook 9.0.0-alpha.2 → 9.0.0-alpha.20
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/README.md +1 -1
- package/assets/docs/addon-backgrounds.gif +0 -0
- package/assets/docs/addon-controls-args-annotated.png +0 -0
- package/assets/docs/addon-controls-args-background-color.png +0 -0
- package/assets/docs/addon-controls-args-background-string.png +0 -0
- package/assets/docs/addon-controls-args-docs.png +0 -0
- package/assets/docs/addon-controls-args-logging.png +0 -0
- package/assets/docs/addon-controls-args-no-annotation.png +0 -0
- package/assets/docs/addon-controls-args-reflow-slider.png +0 -0
- package/assets/docs/addon-controls-args-reflow.png +0 -0
- package/assets/docs/addon-controls-args-template.png +0 -0
- package/assets/docs/addon-controls-expanded.png +0 -0
- package/assets/docs/addon-controls-hero.gif +0 -0
- package/assets/docs/addon-controls-install.png +0 -0
- package/assets/docs/hero.gif +0 -0
- package/assets/docs/highlight.png +0 -0
- package/assets/docs/viewport.png +0 -0
- package/bin/index.cjs +2 -2
- package/dist/actions/decorator.d.ts +6 -0
- package/dist/actions/decorator.js +138 -0
- package/dist/actions/index.cjs +126 -0
- package/dist/actions/index.d.ts +102 -0
- package/dist/actions/index.js +111 -0
- package/dist/actions/preview.cjs +164 -0
- package/dist/actions/preview.d.ts +54 -0
- package/dist/actions/preview.js +155 -0
- package/dist/backgrounds/index.cjs +148 -0
- package/dist/backgrounds/index.d.ts +91 -0
- package/dist/backgrounds/index.js +130 -0
- package/dist/backgrounds/preview.cjs +143 -0
- package/dist/backgrounds/preview.d.ts +54 -0
- package/dist/backgrounds/preview.js +127 -0
- package/dist/bin/index.cjs +66 -89
- package/dist/bin/index.js +62 -85
- package/dist/builder-manager/index.cjs +523 -540
- package/dist/builder-manager/index.js +544 -561
- package/dist/channels/index.cjs +1026 -981
- package/dist/channels/index.js +1194 -1165
- package/dist/cli/bin/index.cjs +483 -483
- package/dist/cli/bin/index.js +495 -495
- package/dist/cli/index.cjs +2279 -2295
- package/dist/cli/index.d.ts +4 -8
- package/dist/cli/index.js +740 -756
- package/dist/client-logger/index.cjs +56 -88
- package/dist/client-logger/index.js +41 -47
- package/dist/common/index.cjs +2496 -2480
- package/dist/common/index.d.ts +5 -29
- package/dist/common/index.js +2679 -2663
- package/dist/component-testing/index.cjs +23 -0
- package/dist/component-testing/index.d.ts +3 -0
- package/dist/component-testing/index.js +5 -0
- package/dist/component-testing/preview.cjs +40 -0
- package/dist/component-testing/preview.d.ts +5 -0
- package/dist/component-testing/preview.js +25 -0
- package/dist/components/index.cjs +11709 -20418
- package/dist/components/index.d.ts +94 -346
- package/dist/components/index.js +5827 -19157
- package/dist/controls/decorator.d.ts +5 -0
- package/dist/controls/decorator.js +8 -0
- package/dist/controls/index.cjs +26 -0
- package/dist/controls/index.d.ts +39 -0
- package/dist/controls/index.js +6 -0
- package/dist/controls/preview.cjs +26 -0
- package/dist/controls/preview.d.ts +54 -0
- package/dist/controls/preview.js +9 -0
- package/dist/core-events/index.cjs +91 -106
- package/dist/core-events/index.d.ts +139 -104
- package/dist/core-events/index.js +79 -94
- package/dist/core-server/index.cjs +14413 -13924
- package/dist/core-server/index.d.ts +270 -3
- package/dist/core-server/index.js +14003 -13519
- package/dist/core-server/presets/common-manager.css +170 -0
- package/dist/core-server/presets/common-manager.js +12099 -17
- package/dist/core-server/presets/common-preset.cjs +2760 -2914
- package/dist/core-server/presets/common-preset.js +2852 -3007
- package/dist/csf/index.cjs +76 -120
- package/dist/csf/index.d.ts +2 -6
- package/dist/csf/index.js +69 -113
- package/dist/csf-tools/index.cjs +412 -403
- package/dist/csf-tools/index.d.ts +0 -4
- package/dist/csf-tools/index.js +410 -401
- package/dist/docs-tools/index.cjs +2569 -575
- package/dist/docs-tools/index.d.ts +2 -2
- package/dist/docs-tools/index.js +2557 -564
- package/dist/highlight/index.cjs +27 -0
- package/dist/highlight/index.d.ts +17 -0
- package/dist/highlight/index.js +7 -0
- package/dist/highlight/preview.cjs +81 -0
- package/dist/highlight/preview.d.ts +54 -0
- package/dist/highlight/preview.js +67 -0
- package/dist/instrumenter/index.cjs +2207 -2342
- package/dist/instrumenter/index.d.ts +8 -7
- package/dist/instrumenter/index.js +2438 -2620
- package/dist/manager/globals-module-info.cjs +290 -151
- package/dist/manager/globals-module-info.d.ts +1 -1
- package/dist/manager/globals-module-info.js +274 -135
- package/dist/manager/globals-runtime.js +60016 -28331
- package/dist/manager/globals.cjs +23 -19
- package/dist/manager/globals.d.ts +8 -5
- package/dist/manager/globals.js +10 -6
- package/dist/manager/runtime.js +4645 -3946
- package/dist/manager-api/index.cjs +4228 -3833
- package/dist/manager-api/index.d.ts +398 -102
- package/dist/manager-api/index.js +3676 -3291
- package/dist/manager-errors.d.ts +25 -1
- package/dist/manager-errors.js +42 -26
- package/dist/measure/index.cjs +474 -0
- package/dist/measure/index.d.ts +66 -0
- package/dist/measure/index.js +462 -0
- package/dist/measure/preview.cjs +464 -0
- package/dist/measure/preview.d.ts +59 -0
- package/dist/measure/preview.js +448 -0
- package/dist/outline/index.cjs +528 -0
- package/dist/outline/index.d.ts +66 -0
- package/dist/outline/index.js +500 -0
- package/dist/outline/preview.cjs +518 -0
- package/dist/outline/preview.d.ts +59 -0
- package/dist/outline/preview.js +486 -0
- package/dist/preview/globals.cjs +21 -17
- package/dist/preview/globals.d.ts +4 -1
- package/dist/preview/globals.js +6 -2
- package/dist/preview/runtime.js +45697 -6618
- package/dist/preview-api/index.cjs +1363 -1898
- package/dist/preview-api/index.d.ts +449 -498
- package/dist/preview-api/index.js +1622 -2095
- package/dist/preview-errors.cjs +99 -82
- package/dist/preview-errors.d.ts +25 -1
- package/dist/preview-errors.js +110 -94
- package/dist/router/index.cjs +847 -871
- package/dist/router/index.js +193 -199
- package/dist/server-errors.cjs +156 -125
- package/dist/server-errors.d.ts +28 -2
- package/dist/server-errors.js +150 -119
- package/dist/telemetry/index.cjs +1050 -1977
- package/dist/telemetry/index.d.ts +26 -5
- package/dist/telemetry/index.js +1085 -2008
- package/dist/test/index.cjs +35686 -0
- package/dist/test/index.d.ts +186 -0
- package/dist/test/index.js +33752 -0
- package/dist/test/preview.cjs +15870 -0
- package/dist/test/preview.d.ts +54 -0
- package/dist/test/preview.js +14441 -0
- package/dist/test/spy.cjs +258 -0
- package/dist/test/spy.d.ts +66 -0
- package/dist/test/spy.js +240 -0
- package/dist/theming/create.cjs +79 -2269
- package/dist/theming/create.js +67 -841
- package/dist/theming/index.cjs +1065 -3232
- package/dist/theming/index.js +951 -1719
- package/dist/types/index.cjs +11 -12
- package/dist/types/index.d.ts +612 -157
- package/dist/types/index.js +1 -2
- package/dist/viewport/index.cjs +310 -0
- package/dist/viewport/index.d.ts +320 -0
- package/dist/viewport/index.js +290 -0
- package/dist/viewport/preview.cjs +35 -0
- package/dist/viewport/preview.d.ts +68 -0
- package/dist/viewport/preview.js +19 -0
- package/package.json +359 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybook",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.20",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -21,6 +21,16 @@
|
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"type": "module",
|
|
24
|
+
"imports": {
|
|
25
|
+
"#manager-stores": {
|
|
26
|
+
"storybook": "./src/manager/manager-stores.mock.ts",
|
|
27
|
+
"default": "./src/manager/manager-stores.ts"
|
|
28
|
+
},
|
|
29
|
+
"#utils": {
|
|
30
|
+
"storybook": "./template/stories/utils.mock.ts",
|
|
31
|
+
"default": "./template/stories/utils.ts"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
24
34
|
"exports": {
|
|
25
35
|
".": {
|
|
26
36
|
"types": "./dist/index.d.ts",
|
|
@@ -42,11 +52,21 @@
|
|
|
42
52
|
"import": "./dist/theming/index.js",
|
|
43
53
|
"require": "./dist/theming/index.cjs"
|
|
44
54
|
},
|
|
55
|
+
"./theming": {
|
|
56
|
+
"types": "./dist/theming/index.d.ts",
|
|
57
|
+
"import": "./dist/theming/index.js",
|
|
58
|
+
"require": "./dist/theming/index.cjs"
|
|
59
|
+
},
|
|
45
60
|
"./internal/theming/create": {
|
|
46
61
|
"types": "./dist/theming/create.d.ts",
|
|
47
62
|
"import": "./dist/theming/create.js",
|
|
48
63
|
"require": "./dist/theming/create.cjs"
|
|
49
64
|
},
|
|
65
|
+
"./theming/create": {
|
|
66
|
+
"types": "./dist/theming/create.d.ts",
|
|
67
|
+
"import": "./dist/theming/create.js",
|
|
68
|
+
"require": "./dist/theming/create.cjs"
|
|
69
|
+
},
|
|
50
70
|
"./internal/core-server": {
|
|
51
71
|
"types": "./dist/core-server/index.d.ts",
|
|
52
72
|
"import": "./dist/core-server/index.js",
|
|
@@ -63,6 +83,158 @@
|
|
|
63
83
|
"import": "./dist/core-server/presets/common-override-preset.js",
|
|
64
84
|
"require": "./dist/core-server/presets/common-override-preset.cjs"
|
|
65
85
|
},
|
|
86
|
+
"./internal/backgrounds": {
|
|
87
|
+
"types": "./dist/backgrounds/index.d.ts",
|
|
88
|
+
"import": "./dist/backgrounds/index.js",
|
|
89
|
+
"require": "./dist/backgrounds/index.cjs"
|
|
90
|
+
},
|
|
91
|
+
"./backgrounds": {
|
|
92
|
+
"types": "./dist/backgrounds/index.d.ts",
|
|
93
|
+
"import": "./dist/backgrounds/index.js",
|
|
94
|
+
"require": "./dist/backgrounds/index.cjs"
|
|
95
|
+
},
|
|
96
|
+
"./internal/backgrounds/preview": {
|
|
97
|
+
"types": "./dist/backgrounds/preview.d.ts",
|
|
98
|
+
"import": "./dist/backgrounds/preview.js",
|
|
99
|
+
"require": "./dist/backgrounds/preview.cjs"
|
|
100
|
+
},
|
|
101
|
+
"./backgrounds/preview": {
|
|
102
|
+
"types": "./dist/backgrounds/preview.d.ts",
|
|
103
|
+
"import": "./dist/backgrounds/preview.js",
|
|
104
|
+
"require": "./dist/backgrounds/preview.cjs"
|
|
105
|
+
},
|
|
106
|
+
"./internal/measure": {
|
|
107
|
+
"types": "./dist/measure/index.d.ts",
|
|
108
|
+
"import": "./dist/measure/index.js",
|
|
109
|
+
"require": "./dist/measure/index.cjs"
|
|
110
|
+
},
|
|
111
|
+
"./measure": {
|
|
112
|
+
"types": "./dist/measure/index.d.ts",
|
|
113
|
+
"import": "./dist/measure/index.js",
|
|
114
|
+
"require": "./dist/measure/index.cjs"
|
|
115
|
+
},
|
|
116
|
+
"./internal/measure/preview": {
|
|
117
|
+
"types": "./dist/measure/preview.d.ts",
|
|
118
|
+
"import": "./dist/measure/preview.js",
|
|
119
|
+
"require": "./dist/measure/preview.cjs"
|
|
120
|
+
},
|
|
121
|
+
"./measure/preview": {
|
|
122
|
+
"types": "./dist/measure/preview.d.ts",
|
|
123
|
+
"import": "./dist/measure/preview.js",
|
|
124
|
+
"require": "./dist/measure/preview.cjs"
|
|
125
|
+
},
|
|
126
|
+
"./internal/outline": {
|
|
127
|
+
"types": "./dist/outline/index.d.ts",
|
|
128
|
+
"import": "./dist/outline/index.js",
|
|
129
|
+
"require": "./dist/outline/index.cjs"
|
|
130
|
+
},
|
|
131
|
+
"./outline": {
|
|
132
|
+
"types": "./dist/outline/index.d.ts",
|
|
133
|
+
"import": "./dist/outline/index.js",
|
|
134
|
+
"require": "./dist/outline/index.cjs"
|
|
135
|
+
},
|
|
136
|
+
"./internal/outline/preview": {
|
|
137
|
+
"types": "./dist/outline/preview.d.ts",
|
|
138
|
+
"import": "./dist/outline/preview.js",
|
|
139
|
+
"require": "./dist/outline/preview.cjs"
|
|
140
|
+
},
|
|
141
|
+
"./outline/preview": {
|
|
142
|
+
"types": "./dist/outline/preview.d.ts",
|
|
143
|
+
"import": "./dist/outline/preview.js",
|
|
144
|
+
"require": "./dist/outline/preview.cjs"
|
|
145
|
+
},
|
|
146
|
+
"./internal/highlight": {
|
|
147
|
+
"types": "./dist/highlight/index.d.ts",
|
|
148
|
+
"import": "./dist/highlight/index.js",
|
|
149
|
+
"require": "./dist/highlight/index.cjs"
|
|
150
|
+
},
|
|
151
|
+
"./highlight": {
|
|
152
|
+
"types": "./dist/highlight/index.d.ts",
|
|
153
|
+
"import": "./dist/highlight/index.js",
|
|
154
|
+
"require": "./dist/highlight/index.cjs"
|
|
155
|
+
},
|
|
156
|
+
"./internal/highlight/preview": {
|
|
157
|
+
"types": "./dist/highlight/preview.d.ts",
|
|
158
|
+
"import": "./dist/highlight/preview.js",
|
|
159
|
+
"require": "./dist/highlight/preview.cjs"
|
|
160
|
+
},
|
|
161
|
+
"./highlight/preview": {
|
|
162
|
+
"types": "./dist/highlight/preview.d.ts",
|
|
163
|
+
"import": "./dist/highlight/preview.js",
|
|
164
|
+
"require": "./dist/highlight/preview.cjs"
|
|
165
|
+
},
|
|
166
|
+
"./internal/actions": {
|
|
167
|
+
"types": "./dist/actions/index.d.ts",
|
|
168
|
+
"import": "./dist/actions/index.js",
|
|
169
|
+
"require": "./dist/actions/index.cjs"
|
|
170
|
+
},
|
|
171
|
+
"./actions": {
|
|
172
|
+
"types": "./dist/actions/index.d.ts",
|
|
173
|
+
"import": "./dist/actions/index.js",
|
|
174
|
+
"require": "./dist/actions/index.cjs"
|
|
175
|
+
},
|
|
176
|
+
"./internal/actions/preview": {
|
|
177
|
+
"types": "./dist/actions/preview.d.ts",
|
|
178
|
+
"import": "./dist/actions/preview.js",
|
|
179
|
+
"require": "./dist/actions/preview.cjs"
|
|
180
|
+
},
|
|
181
|
+
"./actions/preview": {
|
|
182
|
+
"types": "./dist/actions/preview.d.ts",
|
|
183
|
+
"import": "./dist/actions/preview.js",
|
|
184
|
+
"require": "./dist/actions/preview.cjs"
|
|
185
|
+
},
|
|
186
|
+
"./internal/actions/decorator": {
|
|
187
|
+
"types": "./dist/actions/decorator.d.ts",
|
|
188
|
+
"import": "./dist/actions/decorator.js"
|
|
189
|
+
},
|
|
190
|
+
"./actions/decorator": {
|
|
191
|
+
"types": "./dist/actions/decorator.d.ts",
|
|
192
|
+
"import": "./dist/actions/decorator.js"
|
|
193
|
+
},
|
|
194
|
+
"./internal/component-testing": {
|
|
195
|
+
"types": "./dist/component-testing/index.d.ts",
|
|
196
|
+
"import": "./dist/component-testing/index.js",
|
|
197
|
+
"require": "./dist/component-testing/index.cjs"
|
|
198
|
+
},
|
|
199
|
+
"./internal/component-testing/preview": {
|
|
200
|
+
"types": "./dist/component-testing/preview.d.ts",
|
|
201
|
+
"import": "./dist/component-testing/preview.js",
|
|
202
|
+
"require": "./dist/component-testing/preview.cjs"
|
|
203
|
+
},
|
|
204
|
+
"./internal/viewport": {
|
|
205
|
+
"types": "./dist/viewport/index.d.ts",
|
|
206
|
+
"import": "./dist/viewport/index.js",
|
|
207
|
+
"require": "./dist/viewport/index.cjs"
|
|
208
|
+
},
|
|
209
|
+
"./viewport": {
|
|
210
|
+
"types": "./dist/viewport/index.d.ts",
|
|
211
|
+
"import": "./dist/viewport/index.js",
|
|
212
|
+
"require": "./dist/viewport/index.cjs"
|
|
213
|
+
},
|
|
214
|
+
"./internal/viewport/preview": {
|
|
215
|
+
"types": "./dist/viewport/preview.d.ts",
|
|
216
|
+
"import": "./dist/viewport/preview.js",
|
|
217
|
+
"require": "./dist/viewport/preview.cjs"
|
|
218
|
+
},
|
|
219
|
+
"./viewport/preview": {
|
|
220
|
+
"types": "./dist/viewport/preview.d.ts",
|
|
221
|
+
"import": "./dist/viewport/preview.js",
|
|
222
|
+
"require": "./dist/viewport/preview.cjs"
|
|
223
|
+
},
|
|
224
|
+
"./internal/controls": {
|
|
225
|
+
"types": "./dist/controls/index.d.ts",
|
|
226
|
+
"import": "./dist/controls/index.js",
|
|
227
|
+
"require": "./dist/controls/index.cjs"
|
|
228
|
+
},
|
|
229
|
+
"./internal/controls/preview": {
|
|
230
|
+
"types": "./dist/controls/preview.d.ts",
|
|
231
|
+
"import": "./dist/controls/preview.js",
|
|
232
|
+
"require": "./dist/controls/preview.cjs"
|
|
233
|
+
},
|
|
234
|
+
"./internal/controls/decorator": {
|
|
235
|
+
"types": "./dist/controls/decorator.d.ts",
|
|
236
|
+
"import": "./dist/controls/decorator.js"
|
|
237
|
+
},
|
|
66
238
|
"./internal/core-events": {
|
|
67
239
|
"types": "./dist/core-events/index.d.ts",
|
|
68
240
|
"import": "./dist/core-events/index.js",
|
|
@@ -122,11 +294,21 @@
|
|
|
122
294
|
"import": "./dist/preview-api/index.js",
|
|
123
295
|
"require": "./dist/preview-api/index.cjs"
|
|
124
296
|
},
|
|
297
|
+
"./preview-api": {
|
|
298
|
+
"types": "./dist/preview-api/index.d.ts",
|
|
299
|
+
"import": "./dist/preview-api/index.js",
|
|
300
|
+
"require": "./dist/preview-api/index.cjs"
|
|
301
|
+
},
|
|
125
302
|
"./internal/manager-api": {
|
|
126
303
|
"types": "./dist/manager-api/index.d.ts",
|
|
127
304
|
"import": "./dist/manager-api/index.js",
|
|
128
305
|
"require": "./dist/manager-api/index.cjs"
|
|
129
306
|
},
|
|
307
|
+
"./manager-api": {
|
|
308
|
+
"types": "./dist/manager-api/index.d.ts",
|
|
309
|
+
"import": "./dist/manager-api/index.js",
|
|
310
|
+
"require": "./dist/manager-api/index.cjs"
|
|
311
|
+
},
|
|
130
312
|
"./internal/router": {
|
|
131
313
|
"types": "./dist/router/index.d.ts",
|
|
132
314
|
"import": "./dist/router/index.js",
|
|
@@ -181,6 +363,36 @@
|
|
|
181
363
|
"import": "./dist/instrumenter/index.js",
|
|
182
364
|
"require": "./dist/instrumenter/index.cjs"
|
|
183
365
|
},
|
|
366
|
+
"./internal/test/preview": {
|
|
367
|
+
"types": "./dist/test/preview.d.ts",
|
|
368
|
+
"import": "./dist/test/preview.js",
|
|
369
|
+
"require": "./dist/test/preview.cjs"
|
|
370
|
+
},
|
|
371
|
+
"./test/preview": {
|
|
372
|
+
"types": "./dist/test/preview.d.ts",
|
|
373
|
+
"import": "./dist/test/preview.js",
|
|
374
|
+
"require": "./dist/test/preview.cjs"
|
|
375
|
+
},
|
|
376
|
+
"./internal/test/spy": {
|
|
377
|
+
"types": "./dist/test/spy.d.ts",
|
|
378
|
+
"import": "./dist/test/spy.js",
|
|
379
|
+
"require": "./dist/test/spy.cjs"
|
|
380
|
+
},
|
|
381
|
+
"./test/spy": {
|
|
382
|
+
"types": "./dist/test/spy.d.ts",
|
|
383
|
+
"import": "./dist/test/spy.js",
|
|
384
|
+
"require": "./dist/test/spy.cjs"
|
|
385
|
+
},
|
|
386
|
+
"./internal/test": {
|
|
387
|
+
"types": "./dist/test/index.d.ts",
|
|
388
|
+
"import": "./dist/test/index.js",
|
|
389
|
+
"require": "./dist/test/index.cjs"
|
|
390
|
+
},
|
|
391
|
+
"./test": {
|
|
392
|
+
"types": "./dist/test/index.d.ts",
|
|
393
|
+
"import": "./dist/test/index.js",
|
|
394
|
+
"require": "./dist/test/index.cjs"
|
|
395
|
+
},
|
|
184
396
|
"./internal/preview/runtime": {
|
|
185
397
|
"import": "./dist/preview/runtime.js"
|
|
186
398
|
},
|
|
@@ -206,12 +418,111 @@
|
|
|
206
418
|
"internal/theming": [
|
|
207
419
|
"./dist/theming/index.d.ts"
|
|
208
420
|
],
|
|
421
|
+
"theming": [
|
|
422
|
+
"./dist/theming/index.d.ts"
|
|
423
|
+
],
|
|
209
424
|
"internal/theming/create": [
|
|
210
425
|
"./dist/theming/create.d.ts"
|
|
211
426
|
],
|
|
427
|
+
"theming/create": [
|
|
428
|
+
"./dist/theming/create.d.ts"
|
|
429
|
+
],
|
|
212
430
|
"internal/core-server": [
|
|
213
431
|
"./dist/core-server/index.d.ts"
|
|
214
432
|
],
|
|
433
|
+
"internal/backgrounds": [
|
|
434
|
+
"./dist/backgrounds/index.d.ts"
|
|
435
|
+
],
|
|
436
|
+
"backgrounds": [
|
|
437
|
+
"./dist/backgrounds/index.d.ts"
|
|
438
|
+
],
|
|
439
|
+
"internal/backgrounds/preview": [
|
|
440
|
+
"./dist/backgrounds/preview.d.ts"
|
|
441
|
+
],
|
|
442
|
+
"backgrounds/preview": [
|
|
443
|
+
"./dist/backgrounds/preview.d.ts"
|
|
444
|
+
],
|
|
445
|
+
"internal/measure": [
|
|
446
|
+
"./dist/measure/index.d.ts"
|
|
447
|
+
],
|
|
448
|
+
"measure": [
|
|
449
|
+
"./dist/measure/index.d.ts"
|
|
450
|
+
],
|
|
451
|
+
"internal/measure/preview": [
|
|
452
|
+
"./dist/measure/preview.d.ts"
|
|
453
|
+
],
|
|
454
|
+
"measure/preview": [
|
|
455
|
+
"./dist/measure/preview.d.ts"
|
|
456
|
+
],
|
|
457
|
+
"internal/outline": [
|
|
458
|
+
"./dist/outline/index.d.ts"
|
|
459
|
+
],
|
|
460
|
+
"outline": [
|
|
461
|
+
"./dist/outline/index.d.ts"
|
|
462
|
+
],
|
|
463
|
+
"internal/outline/preview": [
|
|
464
|
+
"./dist/outline/preview.d.ts"
|
|
465
|
+
],
|
|
466
|
+
"outline/preview": [
|
|
467
|
+
"./dist/outline/preview.d.ts"
|
|
468
|
+
],
|
|
469
|
+
"internal/highlight": [
|
|
470
|
+
"./dist/highlight/index.d.ts"
|
|
471
|
+
],
|
|
472
|
+
"highlight": [
|
|
473
|
+
"./dist/highlight/index.d.ts"
|
|
474
|
+
],
|
|
475
|
+
"internal/highlight/preview": [
|
|
476
|
+
"./dist/highlight/preview.d.ts"
|
|
477
|
+
],
|
|
478
|
+
"highlight/preview": [
|
|
479
|
+
"./dist/highlight/preview.d.ts"
|
|
480
|
+
],
|
|
481
|
+
"internal/actions": [
|
|
482
|
+
"./dist/actions/index.d.ts"
|
|
483
|
+
],
|
|
484
|
+
"actions": [
|
|
485
|
+
"./dist/actions/index.d.ts"
|
|
486
|
+
],
|
|
487
|
+
"internal/actions/preview": [
|
|
488
|
+
"./dist/actions/preview.d.ts"
|
|
489
|
+
],
|
|
490
|
+
"actions/preview": [
|
|
491
|
+
"./dist/actions/preview.d.ts"
|
|
492
|
+
],
|
|
493
|
+
"internal/actions/decorator": [
|
|
494
|
+
"./dist/actions/decorator.d.ts"
|
|
495
|
+
],
|
|
496
|
+
"actions/decorator": [
|
|
497
|
+
"./dist/actions/decorator.d.ts"
|
|
498
|
+
],
|
|
499
|
+
"internal/component-testing": [
|
|
500
|
+
"./dist/component-testing/index.d.ts"
|
|
501
|
+
],
|
|
502
|
+
"internal/component-testing/preview": [
|
|
503
|
+
"./dist/component-testing/preview.d.ts"
|
|
504
|
+
],
|
|
505
|
+
"internal/viewport": [
|
|
506
|
+
"./dist/viewport/index.d.ts"
|
|
507
|
+
],
|
|
508
|
+
"viewport": [
|
|
509
|
+
"./dist/viewport/index.d.ts"
|
|
510
|
+
],
|
|
511
|
+
"internal/viewport/preview": [
|
|
512
|
+
"./dist/viewport/preview.d.ts"
|
|
513
|
+
],
|
|
514
|
+
"viewport/preview": [
|
|
515
|
+
"./dist/viewport/preview.d.ts"
|
|
516
|
+
],
|
|
517
|
+
"internal/controls": [
|
|
518
|
+
"./dist/controls/index.d.ts"
|
|
519
|
+
],
|
|
520
|
+
"internal/controls/preview": [
|
|
521
|
+
"./dist/controls/preview.d.ts"
|
|
522
|
+
],
|
|
523
|
+
"internal/controls/decorator": [
|
|
524
|
+
"./dist/controls/decorator.d.ts"
|
|
525
|
+
],
|
|
215
526
|
"internal/core-events": [
|
|
216
527
|
"./dist/core-events/index.d.ts"
|
|
217
528
|
],
|
|
@@ -248,9 +559,15 @@
|
|
|
248
559
|
"internal/preview-api": [
|
|
249
560
|
"./dist/preview-api/index.d.ts"
|
|
250
561
|
],
|
|
562
|
+
"preview-api": [
|
|
563
|
+
"./dist/preview-api/index.d.ts"
|
|
564
|
+
],
|
|
251
565
|
"internal/manager-api": [
|
|
252
566
|
"./dist/manager-api/index.d.ts"
|
|
253
567
|
],
|
|
568
|
+
"manager-api": [
|
|
569
|
+
"./dist/manager-api/index.d.ts"
|
|
570
|
+
],
|
|
254
571
|
"internal/router": [
|
|
255
572
|
"./dist/router/index.d.ts"
|
|
256
573
|
],
|
|
@@ -280,6 +597,24 @@
|
|
|
280
597
|
],
|
|
281
598
|
"internal/instrumenter": [
|
|
282
599
|
"./dist/instrumenter/index.d.ts"
|
|
600
|
+
],
|
|
601
|
+
"internal/test/preview": [
|
|
602
|
+
"./dist/test/preview.d.ts"
|
|
603
|
+
],
|
|
604
|
+
"test/preview": [
|
|
605
|
+
"./dist/test/preview.d.ts"
|
|
606
|
+
],
|
|
607
|
+
"internal/test/spy": [
|
|
608
|
+
"./dist/test/spy.d.ts"
|
|
609
|
+
],
|
|
610
|
+
"test/spy": [
|
|
611
|
+
"./dist/test/spy.d.ts"
|
|
612
|
+
],
|
|
613
|
+
"internal/test": [
|
|
614
|
+
"./dist/test/index.d.ts"
|
|
615
|
+
],
|
|
616
|
+
"test": [
|
|
617
|
+
"./dist/test/index.d.ts"
|
|
283
618
|
]
|
|
284
619
|
}
|
|
285
620
|
},
|
|
@@ -294,16 +629,24 @@
|
|
|
294
629
|
"check": "jiti ./scripts/check.ts",
|
|
295
630
|
"prep": "jiti ./scripts/prep.ts"
|
|
296
631
|
},
|
|
632
|
+
"resolutions": {
|
|
633
|
+
"@testing-library/user-event": "patch:@testing-library/user-event@npm%3A14.6.1#~/../.yarn/patches/@testing-library-user-event-npm-14.6.1-5da7e1d4e2.patch"
|
|
634
|
+
},
|
|
297
635
|
"dependencies": {
|
|
636
|
+
"@storybook/global": "^5.0.0",
|
|
637
|
+
"@testing-library/dom": "10.4.0",
|
|
638
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
639
|
+
"@testing-library/user-event": "^14.6.1",
|
|
640
|
+
"@types/uuid": "^9.0.1",
|
|
641
|
+
"@vitest/expect": "3.0.9",
|
|
642
|
+
"@vitest/spy": "3.0.9",
|
|
298
643
|
"better-opn": "^3.0.2",
|
|
299
|
-
"browser-assert": "^1.2.1",
|
|
300
644
|
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0",
|
|
301
645
|
"esbuild-register": "^3.5.0",
|
|
302
|
-
"
|
|
303
|
-
"process": "^0.11.10",
|
|
646
|
+
"polished": "^4.2.2",
|
|
304
647
|
"recast": "^0.23.5",
|
|
305
648
|
"semver": "^7.6.2",
|
|
306
|
-
"
|
|
649
|
+
"uuid": "^9.0.0",
|
|
307
650
|
"ws": "^8.18.0"
|
|
308
651
|
},
|
|
309
652
|
"devDependencies": {
|
|
@@ -314,6 +657,7 @@
|
|
|
314
657
|
"@babel/preset-react": "^7.26.3",
|
|
315
658
|
"@babel/traverse": "^7.26.9",
|
|
316
659
|
"@babel/types": "^7.26.8",
|
|
660
|
+
"@devtools-ds/object-inspector": "^1.1.2",
|
|
317
661
|
"@discoveryjs/json-ext": "^0.5.3",
|
|
318
662
|
"@emotion/cache": "^11.14.0",
|
|
319
663
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
@@ -329,8 +673,7 @@
|
|
|
329
673
|
"@radix-ui/react-scroll-area": "1.2.0-rc.7",
|
|
330
674
|
"@radix-ui/react-slot": "^1.0.2",
|
|
331
675
|
"@storybook/docs-mdx": "4.0.0-next.1",
|
|
332
|
-
"@storybook/
|
|
333
|
-
"@storybook/icons": "^1.3.2",
|
|
676
|
+
"@storybook/icons": "^1.4.0",
|
|
334
677
|
"@tanstack/react-virtual": "^3.3.0",
|
|
335
678
|
"@testing-library/react": "^14.0.0",
|
|
336
679
|
"@types/cross-spawn": "^6.0.2",
|
|
@@ -349,7 +692,7 @@
|
|
|
349
692
|
"@types/react-transition-group": "^4",
|
|
350
693
|
"@types/semver": "^7.5.8",
|
|
351
694
|
"@types/ws": "^8",
|
|
352
|
-
"@vitest/utils": "^
|
|
695
|
+
"@vitest/utils": "^3.0.9",
|
|
353
696
|
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.10",
|
|
354
697
|
"@yarnpkg/fslib": "2.10.3",
|
|
355
698
|
"@yarnpkg/libzip": "2.3.0",
|
|
@@ -358,7 +701,9 @@
|
|
|
358
701
|
"babel-plugin-react-docgen": "4.2.1",
|
|
359
702
|
"boxen": "^7.1.1",
|
|
360
703
|
"browser-dtector": "^3.4.0",
|
|
704
|
+
"bundle-require": "^5.1.0",
|
|
361
705
|
"camelcase": "^8.0.0",
|
|
706
|
+
"chai": "^5.1.1",
|
|
362
707
|
"cli-table3": "^0.6.1",
|
|
363
708
|
"commander": "^12.1.0",
|
|
364
709
|
"comment-parser": "^1.4.1",
|
|
@@ -368,14 +713,12 @@
|
|
|
368
713
|
"deep-object-diff": "^1.1.0",
|
|
369
714
|
"dequal": "^2.0.2",
|
|
370
715
|
"detect-indent": "^7.0.1",
|
|
371
|
-
"detect-package-manager": "^3.0.2",
|
|
372
716
|
"detect-port": "^1.3.0",
|
|
373
717
|
"diff": "^5.2.0",
|
|
374
718
|
"downshift": "^9.0.4",
|
|
375
719
|
"ejs": "^3.1.10",
|
|
376
720
|
"es-toolkit": "^1.22.0",
|
|
377
721
|
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0",
|
|
378
|
-
"esbuild-plugin-alias": "^0.2.1",
|
|
379
722
|
"execa": "^8.0.1",
|
|
380
723
|
"fd-package-json": "^1.2.0",
|
|
381
724
|
"fetch-retry": "^6.0.0",
|
|
@@ -388,6 +731,7 @@
|
|
|
388
731
|
"globby": "^14.0.1",
|
|
389
732
|
"jiti": "^1.21.6",
|
|
390
733
|
"js-yaml": "^4.1.0",
|
|
734
|
+
"jsdoc-type-pratt-parser": "^4.0.0",
|
|
391
735
|
"lazy-universal-dotenv": "^4.0.0",
|
|
392
736
|
"leven": "^4.0.0",
|
|
393
737
|
"markdown-to-jsx": "^7.7.2",
|
|
@@ -396,6 +740,7 @@
|
|
|
396
740
|
"nanoid": "^4.0.2",
|
|
397
741
|
"npmlog": "^7.0.0",
|
|
398
742
|
"open": "^8.4.0",
|
|
743
|
+
"package-manager-detector": "^1.1.0",
|
|
399
744
|
"picocolors": "^1.1.0",
|
|
400
745
|
"picomatch": "^2.3.0",
|
|
401
746
|
"picoquery": "^1.4.0",
|
|
@@ -408,6 +753,7 @@
|
|
|
408
753
|
"react-dom": "^18.2.0",
|
|
409
754
|
"react-draggable": "^4.4.5",
|
|
410
755
|
"react-helmet-async": "^1.3.0",
|
|
756
|
+
"react-inspector": "^6.0.0",
|
|
411
757
|
"react-popper-tooltip": "^4.4.2",
|
|
412
758
|
"react-resize-detector": "^7.1.2",
|
|
413
759
|
"react-router-dom": "6.0.2",
|
|
@@ -420,10 +766,11 @@
|
|
|
420
766
|
"slash": "^5.0.0",
|
|
421
767
|
"source-map": "^0.7.4",
|
|
422
768
|
"store2": "^2.14.2",
|
|
769
|
+
"strip-ansi": "^7.1.0",
|
|
423
770
|
"strip-json-comments": "^5.0.1",
|
|
424
|
-
"telejson": "
|
|
771
|
+
"telejson": "8.0.0",
|
|
425
772
|
"tiny-invariant": "^1.3.1",
|
|
426
|
-
"tinyspy": "^
|
|
773
|
+
"tinyspy": "^3.0.2",
|
|
427
774
|
"ts-dedent": "^2.0.0",
|
|
428
775
|
"tsconfig-paths": "^4.2.0",
|
|
429
776
|
"type-fest": "^4.18.1",
|