@storybook/addon-onboarding 0.0.29 → 0.0.30-canary.40.9cbd35d.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/dist/index.mjs +0 -2
- package/dist/manager.mjs +122 -84
- package/dist/preset.js +7 -0
- package/package.json +35 -43
- package/preset.js +8 -0
- package/dist/index.js +0 -7
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/manager.js +0 -452
- package/dist/manager.js.map +0 -1
- package/dist/manager.mjs.map +0 -1
- package/dist/preview.d.ts +0 -9
- package/dist/preview.js +0 -7
- package/dist/preview.js.map +0 -1
- package/dist/preview.mjs +0 -5
- package/dist/preview.mjs.map +0 -1
- package/manager.js +0 -1
- package/preview.js +0 -1
package/dist/preset.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var telemetry = require('@storybook/telemetry');
|
|
4
|
+
|
|
5
|
+
var t="STORYBOOK_ADDON_ONBOARDING_CHANNEL";var m=async(e,o)=>{let{disableTelemetry:r}=await o.presets.apply("core",{});return r||e.on(t,({type:n,...O})=>{n==="telemetry"&&telemetry.telemetry("addon-onboarding",O);}),e};
|
|
6
|
+
|
|
7
|
+
exports.experimental_serverChannel = m;
|
package/package.json
CHANGED
|
@@ -1,29 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-onboarding",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.30-canary.40.9cbd35d.0",
|
|
4
4
|
"description": "Storybook Addon Onboarding - Introduces a new onboarding experience",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook-addons",
|
|
7
7
|
"addon-onboarding"
|
|
8
8
|
],
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"homepage": "https://github.com/storybookjs/addon-onboarding#readme",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/storybookjs/addon-onboarding/issues"
|
|
12
|
+
},
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/storybookjs/addon-onboarding.git"
|
|
16
|
+
},
|
|
11
17
|
"license": "MIT",
|
|
18
|
+
"author": {
|
|
19
|
+
"name": "@storybookjs/core"
|
|
20
|
+
},
|
|
12
21
|
"exports": {
|
|
13
22
|
".": {
|
|
14
23
|
"require": "./dist/index.js",
|
|
15
24
|
"import": "./dist/index.mjs",
|
|
16
25
|
"types": "./dist/index.d.ts"
|
|
17
26
|
},
|
|
18
|
-
"./
|
|
19
|
-
"require": "./dist/
|
|
20
|
-
"import": "./dist/
|
|
21
|
-
"types": "./dist/
|
|
22
|
-
},
|
|
23
|
-
"./preview": {
|
|
24
|
-
"require": "./dist/preview.js",
|
|
25
|
-
"import": "./dist/preview.mjs",
|
|
26
|
-
"types": "./dist/preview.d.ts"
|
|
27
|
+
"./preset": {
|
|
28
|
+
"require": "./dist/preset.js",
|
|
29
|
+
"import": "./dist/preset.mjs",
|
|
30
|
+
"types": "./dist/preset.d.ts"
|
|
27
31
|
},
|
|
28
32
|
"./package.json": "./package.json"
|
|
29
33
|
},
|
|
@@ -38,8 +42,8 @@
|
|
|
38
42
|
],
|
|
39
43
|
"scripts": {
|
|
40
44
|
"build": "tsup",
|
|
41
|
-
"postinstall": "yarn build",
|
|
42
45
|
"build:watch": "yarn build --watch",
|
|
46
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
43
47
|
"start": "run-p build:watch 'storybook --quiet'",
|
|
44
48
|
"release": "yarn build && auto shipit",
|
|
45
49
|
"storybook": "storybook dev -p 6006",
|
|
@@ -48,6 +52,8 @@
|
|
|
48
52
|
"chromatic": "npx chromatic"
|
|
49
53
|
},
|
|
50
54
|
"nodemonConfig": {
|
|
55
|
+
"exec": "yarn storybook --ci",
|
|
56
|
+
"ext": "js,jsx,ts,tsx",
|
|
51
57
|
"ignore": [
|
|
52
58
|
"src/stories",
|
|
53
59
|
"src/**/*.stories.*"
|
|
@@ -56,29 +62,36 @@
|
|
|
56
62
|
"src",
|
|
57
63
|
".storybook/main.ts",
|
|
58
64
|
"vite.config.ts"
|
|
59
|
-
]
|
|
60
|
-
|
|
61
|
-
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"@radix-ui/react-dialog": "^1.0.4",
|
|
69
|
+
"framer-motion": "^6.5.1",
|
|
70
|
+
"react-confetti": "^6.1.0",
|
|
71
|
+
"react-joyride": "^2.5.4",
|
|
72
|
+
"react-use-measure": "^2.1.1",
|
|
73
|
+
"@storybook/channels": "^7.1.0-alpha.32",
|
|
74
|
+
"@storybook/components": "^7.1.0-alpha.32",
|
|
75
|
+
"@storybook/core-events": "^7.1.0-alpha.32",
|
|
76
|
+
"@storybook/manager-api": "^7.1.0-alpha.32",
|
|
77
|
+
"@storybook/telemetry": "^7.1.0-alpha.32",
|
|
78
|
+
"@storybook/theming": "^7.1.0-alpha.32",
|
|
79
|
+
"@storybook/types": "^7.1.0-alpha.32"
|
|
62
80
|
},
|
|
63
81
|
"devDependencies": {
|
|
64
82
|
"@storybook/addon-essentials": "^7.1.0-alpha.32",
|
|
65
83
|
"@storybook/addon-interactions": "^7.1.0-alpha.32",
|
|
66
84
|
"@storybook/addon-links": "^7.1.0-alpha.32",
|
|
67
85
|
"@storybook/blocks": "^7.1.0-alpha.32",
|
|
68
|
-
"@storybook/components": "^7.1.0-alpha.32",
|
|
69
|
-
"@storybook/core-events": "^7.1.0-alpha.32",
|
|
70
86
|
"@storybook/jest": "^0.1.0",
|
|
71
|
-
"@storybook/manager-api": "^7.1.0-alpha.32",
|
|
72
87
|
"@storybook/react": "^7.1.0-alpha.32",
|
|
73
88
|
"@storybook/react-vite": "^7.1.0-alpha.32",
|
|
74
89
|
"@storybook/testing-library": "^0.0.14-next.1",
|
|
75
|
-
"@storybook/theming": "^7.1.0-alpha.32",
|
|
76
90
|
"@types/node": "^18.15.0",
|
|
77
91
|
"@types/react": "^18.2.7",
|
|
78
92
|
"@types/react-dom": "^18.2.4",
|
|
79
93
|
"@vitejs/plugin-react": "^3.1.0",
|
|
80
94
|
"auto": "^10.3.0",
|
|
81
|
-
"boxen": "^5.0.1",
|
|
82
95
|
"chromatic": "^6.17.4",
|
|
83
96
|
"dedent": "^0.7.0",
|
|
84
97
|
"nodemon": "^2.0.22",
|
|
@@ -97,30 +110,9 @@
|
|
|
97
110
|
"@storybook/core-events": "^7.0.0",
|
|
98
111
|
"@storybook/manager-api": "^7.0.0",
|
|
99
112
|
"@storybook/theming": "^7.0.0",
|
|
100
|
-
"@storybook/types": "^7.0.0"
|
|
101
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
102
|
-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
103
|
-
},
|
|
104
|
-
"peerDependenciesMeta": {
|
|
105
|
-
"react": {
|
|
106
|
-
"optional": true
|
|
107
|
-
},
|
|
108
|
-
"react-dom": {
|
|
109
|
-
"optional": true
|
|
110
|
-
}
|
|
113
|
+
"@storybook/types": "^7.0.0"
|
|
111
114
|
},
|
|
112
115
|
"publishConfig": {
|
|
113
116
|
"access": "public"
|
|
114
|
-
},
|
|
115
|
-
"bugs": {
|
|
116
|
-
"url": "https://github.com/storybookjs/addon-onboarding/issues"
|
|
117
|
-
},
|
|
118
|
-
"homepage": "https://github.com/storybookjs/addon-onboarding#readme",
|
|
119
|
-
"dependencies": {
|
|
120
|
-
"@radix-ui/react-dialog": "^1.0.4",
|
|
121
|
-
"framer-motion": "^6.5.1",
|
|
122
|
-
"react-confetti": "^6.1.0",
|
|
123
|
-
"react-joyride": "^2.5.4",
|
|
124
|
-
"react-use-measure": "^2.1.1"
|
|
125
117
|
}
|
|
126
118
|
}
|
package/preset.js
ADDED
package/dist/index.js
DELETED
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":["src_default"],"mappings":"AACA,IAAOA,EAAQ,CAAC","sourcesContent":["// make it work with --isolatedModules\nexport default {};\n"]}
|
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":["src_default"],"mappings":"AACA,IAAOA,EAAQ,CAAC","sourcesContent":["// make it work with --isolatedModules\nexport default {};\n"]}
|