@wix/vibe-bookings-plugin-files 0.36.0 → 0.37.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/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
## Implement components
|
|
2
2
|
|
|
3
3
|
1. first implement your headless compoenents
|
|
4
|
-
2. implement your componeents / ui components / pages, add them under `src/componenets/
|
|
4
|
+
2. implement your componeents / ui components / pages, add them under `src/componenets/vertical-name` and `src/componenets/ui/vertical-name`. use your headless compoenents to implement your components
|
|
5
5
|
3. headless / ui (shadcn) guidelines: https://github.com/wix-incubator/headless-components/blob/main/docs/api/API.md
|
|
6
6
|
|
|
7
7
|
Notes:
|
|
@@ -9,13 +9,13 @@ Make sure your headless sdk packages (i.e. @wix/stores) are part of picasso main
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
# Test build of zip files to be used by plugin module:
|
|
12
|
-
- build of this package should use something like `node scripts/build-zip.js` - it should only compress `compoentns
|
|
12
|
+
- build of this package should use something like `node scripts/build-zip.js` - it should only compress `compoentns/<vertical-name>` and `components/ui/<vertical-name>` folders.
|
|
13
13
|
- Do not zip folders which do not include your vertical name.
|
|
14
14
|
- Verify that a zip file is created successfully in dist/statics/
|
|
15
15
|
- Verify that the zip is exported properly in index.js as `zipPath`
|
|
16
16
|
- Note that the files and plugin packages are published to the public npm registry so bump the files' package version manually as the bump strategy is manual.
|
|
17
17
|
- merge to master and make sure a new package is published (public npm registry)
|
|
18
|
-
- use this package in `vibe-
|
|
18
|
+
- use this package in `vibe-vertical-name-plugin` and use the zip file from there to be used during the "install" step and copy the files over to the picasso template in runtime
|
|
19
19
|
- In Falcon the dependency is resolved from the workspace but do this in order to verify it would work in Picasso too
|
|
20
20
|
|
|
21
21
|
## Testing over Wix Vibe main template:
|
|
@@ -44,4 +44,4 @@ Start the dev server allowing you to start coding, the repo is equipped with a s
|
|
|
44
44
|
|
|
45
45
|
# Testing your instructions with LLM (WIP):
|
|
46
46
|
1. open as an individual cursor project
|
|
47
|
-
1. ask agent: integrate all page components in src/components/
|
|
47
|
+
1. ask agent: integrate all page components in src/components/vertical-name to the main router. implement homepage.
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/vibe-bookings-plugin-files",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"unpkg": true,
|
|
6
6
|
"files": [
|
|
@@ -27,7 +27,9 @@
|
|
|
27
27
|
"template-env": "wix env pull",
|
|
28
28
|
"template-check": "npx astro check --js-only",
|
|
29
29
|
"template-test:run": "vitest run",
|
|
30
|
-
"template-install-template": "npm i --force --legacy-peer-deps --include=dev --registry=https://registry.npmjs.org"
|
|
30
|
+
"template-install-template": "npm i --force --legacy-peer-deps --include=dev --registry=https://registry.npmjs.org",
|
|
31
|
+
"test:e2e": "true",
|
|
32
|
+
"test:full": "true"
|
|
31
33
|
},
|
|
32
34
|
"wix": {
|
|
33
35
|
"artifact": {
|
|
@@ -41,112 +43,125 @@
|
|
|
41
43
|
"source": [
|
|
42
44
|
"lint"
|
|
43
45
|
],
|
|
44
|
-
"
|
|
46
|
+
"postPublish": [
|
|
47
|
+
{
|
|
48
|
+
"scriptName": "test:full"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
45
51
|
}
|
|
46
52
|
},
|
|
47
53
|
"dependencies": {
|
|
48
|
-
"@astrojs/check": "
|
|
49
|
-
"@astrojs/cloudflare": "
|
|
50
|
-
"@astrojs/react": "
|
|
51
|
-
"@astrojs/tailwind": "
|
|
52
|
-
"@hello-pangea/dnd": "
|
|
53
|
-
"@hookform/resolvers": "
|
|
54
|
+
"@astrojs/check": "0.9.4",
|
|
55
|
+
"@astrojs/cloudflare": "12.6.6",
|
|
56
|
+
"@astrojs/react": "4.3.0",
|
|
57
|
+
"@astrojs/tailwind": "6.0.2",
|
|
58
|
+
"@hello-pangea/dnd": "18.0.1",
|
|
59
|
+
"@hookform/resolvers": "5.2.0",
|
|
54
60
|
"@nanostores/persistent": "^1.0.0",
|
|
55
61
|
"@nanostores/react": "^1.0.0",
|
|
56
|
-
"@radix-ui/react-accordion": "
|
|
57
|
-
"@radix-ui/react-alert-dialog": "
|
|
58
|
-
"@radix-ui/react-aspect-ratio": "
|
|
59
|
-
"@radix-ui/react-avatar": "
|
|
60
|
-
"@radix-ui/react-checkbox": "
|
|
61
|
-
"@radix-ui/react-collapsible": "
|
|
62
|
-
"@radix-ui/react-context-menu": "
|
|
63
|
-
"@radix-ui/react-dialog": "
|
|
64
|
-
"@radix-ui/react-dropdown-menu": "
|
|
65
|
-
"@radix-ui/react-hover-card": "
|
|
66
|
-
"@radix-ui/react-icons": "
|
|
67
|
-
"@radix-ui/react-label": "
|
|
68
|
-
"@radix-ui/react-menubar": "
|
|
69
|
-
"@radix-ui/react-navigation-menu": "
|
|
70
|
-
"@radix-ui/react-popover": "
|
|
71
|
-
"@radix-ui/react-progress": "
|
|
72
|
-
"@radix-ui/react-radio-group": "
|
|
73
|
-
"@radix-ui/react-scroll-area": "
|
|
74
|
-
"@radix-ui/react-select": "
|
|
75
|
-
"@radix-ui/react-separator": "
|
|
76
|
-
"@radix-ui/react-slider": "
|
|
77
|
-
"@radix-ui/react-slot": "
|
|
78
|
-
"@radix-ui/react-switch": "
|
|
79
|
-
"@radix-ui/react-tabs": "
|
|
80
|
-
"@radix-ui/react-toast": "
|
|
81
|
-
"@radix-ui/react-toggle": "
|
|
82
|
-
"@radix-ui/react-toggle-group": "
|
|
83
|
-
"@radix-ui/react-tooltip": "
|
|
84
|
-
"@react-hook/resize-observer": "
|
|
85
|
-
"@tailwindcss/container-queries": "
|
|
86
|
-
"@tailwindcss/typography": "
|
|
87
|
-
"@tailwindcss/vite": "
|
|
88
|
-
"@
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"@
|
|
62
|
+
"@radix-ui/react-accordion": "1.2.11",
|
|
63
|
+
"@radix-ui/react-alert-dialog": "1.1.14",
|
|
64
|
+
"@radix-ui/react-aspect-ratio": "1.1.7",
|
|
65
|
+
"@radix-ui/react-avatar": "1.1.10",
|
|
66
|
+
"@radix-ui/react-checkbox": "1.3.3",
|
|
67
|
+
"@radix-ui/react-collapsible": "1.1.11",
|
|
68
|
+
"@radix-ui/react-context-menu": "2.2.15",
|
|
69
|
+
"@radix-ui/react-dialog": "1.1.14",
|
|
70
|
+
"@radix-ui/react-dropdown-menu": "2.1.15",
|
|
71
|
+
"@radix-ui/react-hover-card": "1.1.14",
|
|
72
|
+
"@radix-ui/react-icons": "1.3.2",
|
|
73
|
+
"@radix-ui/react-label": "2.1.7",
|
|
74
|
+
"@radix-ui/react-menubar": "1.1.15",
|
|
75
|
+
"@radix-ui/react-navigation-menu": "1.2.13",
|
|
76
|
+
"@radix-ui/react-popover": "1.1.14",
|
|
77
|
+
"@radix-ui/react-progress": "1.1.7",
|
|
78
|
+
"@radix-ui/react-radio-group": "1.3.7",
|
|
79
|
+
"@radix-ui/react-scroll-area": "1.2.9",
|
|
80
|
+
"@radix-ui/react-select": "2.2.6",
|
|
81
|
+
"@radix-ui/react-separator": "1.1.7",
|
|
82
|
+
"@radix-ui/react-slider": "1.3.6",
|
|
83
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
84
|
+
"@radix-ui/react-switch": "1.2.5",
|
|
85
|
+
"@radix-ui/react-tabs": "1.1.12",
|
|
86
|
+
"@radix-ui/react-toast": "1.2.14",
|
|
87
|
+
"@radix-ui/react-toggle": "1.1.10",
|
|
88
|
+
"@radix-ui/react-toggle-group": "1.1.11",
|
|
89
|
+
"@radix-ui/react-tooltip": "1.2.7",
|
|
90
|
+
"@react-hook/resize-observer": "2.0.2",
|
|
91
|
+
"@tailwindcss/container-queries": "0.1.1",
|
|
92
|
+
"@tailwindcss/typography": "0.5.16",
|
|
93
|
+
"@tailwindcss/vite": "4.1.11",
|
|
94
|
+
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
95
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
96
|
+
"@typescript-eslint/utils": "^8.47.0",
|
|
97
|
+
"@typescript-eslint/visitor-keys": "^8.47.0",
|
|
98
|
+
"@wix/astro": "^2.10.0",
|
|
99
|
+
"@wix/astro-pages": "^2.0.1",
|
|
100
|
+
"@wix/auto-patterns": "^1.17.0",
|
|
101
|
+
"@wix/babel-plugin-jsx-dynamic-data": "1.0.11",
|
|
102
|
+
"@wix/babel-plugin-jsx-source-attrs": "^1.1.0",
|
|
92
103
|
"@wix/benefit-programs": "^1.0.121",
|
|
93
|
-
"@wix/blog": "^1.0.
|
|
104
|
+
"@wix/blog": "^1.0.520",
|
|
94
105
|
"@wix/bookings": "^1.0.1218",
|
|
95
106
|
"@wix/categories": "^1.0.133",
|
|
107
|
+
"@wix/cloud-provider-fetch-adapter": "^1.0.4",
|
|
96
108
|
"@wix/dashboard": "^1.3.39",
|
|
97
|
-
"@wix/data": "^1.0.
|
|
109
|
+
"@wix/data": "^1.0.360",
|
|
98
110
|
"@wix/design-system": "^1.199.0",
|
|
99
|
-
"@wix/ecom": "^1.0.
|
|
100
|
-
"@wix/essentials": "
|
|
101
|
-
"@wix/events": "
|
|
102
|
-
"@wix/faq": "
|
|
103
|
-
"@wix/
|
|
111
|
+
"@wix/ecom": "^1.0.1473",
|
|
112
|
+
"@wix/essentials": "0.1.24",
|
|
113
|
+
"@wix/events": "1.0.669",
|
|
114
|
+
"@wix/faq": "1.0.30",
|
|
115
|
+
"@wix/fast-gallery-vibe": "1.4.0",
|
|
116
|
+
"@wix/forms": "1.0.352",
|
|
104
117
|
"@wix/headless-components": "^0.0.35",
|
|
105
118
|
"@wix/headless-ecom": "^0.0.27",
|
|
106
119
|
"@wix/headless-media": "^0.0.13",
|
|
107
120
|
"@wix/headless-seo": "^0.0.11",
|
|
108
121
|
"@wix/headless-stores": "^0.0.86",
|
|
109
|
-
"@wix/image": "
|
|
122
|
+
"@wix/image": "1.392.0",
|
|
110
123
|
"@wix/image-kit": "^1.0.0",
|
|
111
124
|
"@wix/media": "^1.0.189",
|
|
112
125
|
"@wix/members": "^1.0.304",
|
|
113
|
-
"@wix/monitoring-astro": "^
|
|
114
|
-
"@wix/online-programs": "^1.0.
|
|
126
|
+
"@wix/monitoring-astro": "^2.7.0",
|
|
127
|
+
"@wix/online-programs": "^1.0.63",
|
|
115
128
|
"@wix/patterns": "^1.230.0",
|
|
116
129
|
"@wix/payments": "^1.0.91",
|
|
117
|
-
"@wix/pricing-plans": "^1.0.
|
|
130
|
+
"@wix/pricing-plans": "^1.0.243",
|
|
118
131
|
"@wix/redirects": "^1.0.83",
|
|
119
|
-
"@wix/restaurants": "^1.0.
|
|
120
|
-
"@wix/ricos": "^10.
|
|
121
|
-
"@wix/sdk": "^1.
|
|
132
|
+
"@wix/restaurants": "^1.0.435",
|
|
133
|
+
"@wix/ricos": "^10.152.0",
|
|
134
|
+
"@wix/sdk": "^1.17.8",
|
|
122
135
|
"@wix/seo": "^1.0.27",
|
|
123
136
|
"@wix/services-definitions": "^0.1.5",
|
|
124
137
|
"@wix/services-manager": "^0.2.21",
|
|
125
138
|
"@wix/services-manager-react": "^0.1.27",
|
|
126
|
-
"@wix/stores": "^1.0.
|
|
127
|
-
"@wix/
|
|
128
|
-
"
|
|
139
|
+
"@wix/stores": "^1.0.558",
|
|
140
|
+
"@wix/vibe-routes-parser": "^0.0.6",
|
|
141
|
+
"@wix/wix-data-items-sdk": "^1.0.469",
|
|
142
|
+
"@wix/wix-vibe-plugins": "^0.0.8",
|
|
143
|
+
"astro": "^5.15.8",
|
|
129
144
|
"babel-plugin-transform-react-jsx-location": "^0.2.0",
|
|
130
145
|
"class-variance-authority": "^0.7.1",
|
|
131
146
|
"clsx": "^2.1.1",
|
|
132
147
|
"cmdk": "^1.1.1",
|
|
133
148
|
"date-fns": "^4.1.0",
|
|
134
|
-
"embla-carousel-react": "^8.
|
|
135
|
-
"framer-motion": "^12.
|
|
149
|
+
"embla-carousel-react": "^8.6.0",
|
|
150
|
+
"framer-motion": "^12.23.9",
|
|
136
151
|
"input-otp": "^1.4.2",
|
|
137
152
|
"lucide-react": "^0.487.0",
|
|
138
153
|
"nanostores": "^1.0.1",
|
|
139
154
|
"next-themes": "^0.4.6",
|
|
140
155
|
"react-day-picker": "^8.10.1",
|
|
141
|
-
"react-hook-form": "^7.
|
|
156
|
+
"react-hook-form": "^7.61.1",
|
|
142
157
|
"react-leaflet": "^5.0.0",
|
|
143
|
-
"react-resizable-panels": "^2.1.
|
|
144
|
-
"react-router-dom": "^7.
|
|
158
|
+
"react-resizable-panels": "^2.1.9",
|
|
159
|
+
"react-router-dom": "^7.7.1",
|
|
145
160
|
"react-share": "^5.2.2",
|
|
146
|
-
"recharts": "^3.0
|
|
147
|
-
"sonner": "^2.0.
|
|
148
|
-
"tailwind-merge": "^3.
|
|
149
|
-
"tailwindcss": "^3.4.
|
|
161
|
+
"recharts": "^3.1.0",
|
|
162
|
+
"sonner": "^2.0.6",
|
|
163
|
+
"tailwind-merge": "^3.3.1",
|
|
164
|
+
"tailwindcss": "^3.4.17",
|
|
150
165
|
"tailwindcss-animate": "^1.0.7",
|
|
151
166
|
"three": "^0.177.0",
|
|
152
167
|
"typescript": "^5.8.3",
|
|
@@ -157,15 +172,17 @@
|
|
|
157
172
|
"zustand": "^5.0.6"
|
|
158
173
|
},
|
|
159
174
|
"devDependencies": {
|
|
175
|
+
"@playwright/test": "~1.49.1",
|
|
160
176
|
"@testing-library/jest-dom": "^5.16.5",
|
|
161
177
|
"@testing-library/react": "^13.4.0",
|
|
162
178
|
"@types/react": "^18.3.0",
|
|
163
179
|
"@types/react-dom": "^18.3.0",
|
|
164
180
|
"@types/three": "^0",
|
|
165
|
-
"@typescript-eslint/eslint-plugin": "
|
|
166
|
-
"@typescript-eslint/parser": "
|
|
167
|
-
"@wix/cli": "^1.1.
|
|
181
|
+
"@typescript-eslint/eslint-plugin": "8.47.0",
|
|
182
|
+
"@typescript-eslint/parser": "8.47.0",
|
|
183
|
+
"@wix/cli": "^1.1.144",
|
|
168
184
|
"@wix/framewire": "^1.9.51",
|
|
185
|
+
"@wix/sled-playwright": "^1.18.0",
|
|
169
186
|
"@wix/vibe-plugins-ci-utils": "0.1.0",
|
|
170
187
|
"csstype": "^3.1.3",
|
|
171
188
|
"eslint": "^9.26.0",
|
|
@@ -174,14 +191,15 @@
|
|
|
174
191
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
175
192
|
"eslint-plugin-react": "^7.37.5",
|
|
176
193
|
"globals": "^16.0.0",
|
|
194
|
+
"jiti": "^2.4.2",
|
|
177
195
|
"jsdom": "^20.0.0",
|
|
178
196
|
"react": "^18.3.0",
|
|
179
197
|
"react-dom": "^18.3.0",
|
|
180
198
|
"sass-embedded": "^1.89.2",
|
|
181
199
|
"typescript": "^5.8.3",
|
|
182
|
-
"vite": "^4.
|
|
200
|
+
"vite": "^6.4.1",
|
|
183
201
|
"vite-tsconfig-paths": "^5.1.4",
|
|
184
202
|
"vitest": "3.1.4"
|
|
185
203
|
},
|
|
186
|
-
"falconPackageHash": "
|
|
204
|
+
"falconPackageHash": "2789b85b75f43460c03d8c37a0f88bcfff9776771444294ebc1a7643"
|
|
187
205
|
}
|