@storybook/addon-onboarding 0.0.20--canary.40.b9e16c4.0 → 0.0.20--canary.40.3e55dab.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/package.json +19 -24
package/package.json
CHANGED
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-onboarding",
|
|
3
|
-
"version": "0.0.20--canary.40.
|
|
3
|
+
"version": "0.0.20--canary.40.3e55dab.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
|
+
"homepage": "https://github.com/storybookjs/addon-onboarding#readme",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/storybookjs/addon-onboarding/issues"
|
|
12
|
+
},
|
|
9
13
|
"repository": {
|
|
10
14
|
"type": "git",
|
|
11
15
|
"url": "git+https://github.com/storybookjs/addon-onboarding.git"
|
|
12
16
|
},
|
|
17
|
+
"license": "MIT",
|
|
13
18
|
"author": {
|
|
14
19
|
"name": "@storybookjs/core"
|
|
15
20
|
},
|
|
16
|
-
"license": "MIT",
|
|
17
21
|
"exports": {
|
|
18
22
|
".": {
|
|
19
23
|
"require": "./dist/index.js",
|
|
@@ -55,6 +59,8 @@
|
|
|
55
59
|
"chromatic": "npx chromatic"
|
|
56
60
|
},
|
|
57
61
|
"nodemonConfig": {
|
|
62
|
+
"exec": "yarn storybook --ci",
|
|
63
|
+
"ext": "js,jsx,ts,tsx",
|
|
58
64
|
"ignore": [
|
|
59
65
|
"src/stories",
|
|
60
66
|
"src/**/*.stories.*"
|
|
@@ -63,9 +69,15 @@
|
|
|
63
69
|
"src",
|
|
64
70
|
".storybook/main.ts",
|
|
65
71
|
"vite.config.ts"
|
|
66
|
-
]
|
|
67
|
-
|
|
68
|
-
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"@radix-ui/react-dialog": "^1.0.4",
|
|
76
|
+
"@storybook/telemetry": "next",
|
|
77
|
+
"framer-motion": "^6.5.1",
|
|
78
|
+
"react-confetti": "^6.1.0",
|
|
79
|
+
"react-joyride": "^2.5.4",
|
|
80
|
+
"react-use-measure": "^2.1.1"
|
|
69
81
|
},
|
|
70
82
|
"devDependencies": {
|
|
71
83
|
"@storybook/addon-essentials": "^7.0.18",
|
|
@@ -81,6 +93,7 @@
|
|
|
81
93
|
"@storybook/telemetry": "^7.0.18",
|
|
82
94
|
"@storybook/testing-library": "^0.0.14-next.1",
|
|
83
95
|
"@storybook/theming": "^7.0.17",
|
|
96
|
+
"@storybook/types": "^7.0.17",
|
|
84
97
|
"@types/lodash.throttle": "^4.1.7",
|
|
85
98
|
"@types/node": "^18.15.0",
|
|
86
99
|
"@types/react": "^18.2.7",
|
|
@@ -104,13 +117,6 @@
|
|
|
104
117
|
"vite": "^4.1.4"
|
|
105
118
|
},
|
|
106
119
|
"peerDependencies": {
|
|
107
|
-
"@storybook/blocks": "next",
|
|
108
|
-
"@storybook/components": "next",
|
|
109
|
-
"@storybook/core-events": "next",
|
|
110
|
-
"@storybook/manager-api": "next",
|
|
111
|
-
"@storybook/telemetry": "next",
|
|
112
|
-
"@storybook/theming": "next",
|
|
113
|
-
"@storybook/types": "next",
|
|
114
120
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
115
121
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
116
122
|
},
|
|
@@ -125,16 +131,5 @@
|
|
|
125
131
|
"publishConfig": {
|
|
126
132
|
"access": "public"
|
|
127
133
|
},
|
|
128
|
-
"
|
|
129
|
-
"url": "https://github.com/storybookjs/addon-onboarding/issues"
|
|
130
|
-
},
|
|
131
|
-
"readme": "ERROR: No README data found!",
|
|
132
|
-
"homepage": "https://github.com/storybookjs/addon-onboarding#readme",
|
|
133
|
-
"dependencies": {
|
|
134
|
-
"@radix-ui/react-dialog": "^1.0.4",
|
|
135
|
-
"framer-motion": "^6.5.1",
|
|
136
|
-
"react-confetti": "^6.1.0",
|
|
137
|
-
"react-joyride": "^2.5.4",
|
|
138
|
-
"react-use-measure": "^2.1.1"
|
|
139
|
-
}
|
|
134
|
+
"readme": "ERROR: No README data found!"
|
|
140
135
|
}
|