@wix/vibe-forms-plugin-files 0.32.5 → 0.32.7

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
@@ -16,7 +16,18 @@ yarn build
16
16
  yarn lint:fix
17
17
  ```
18
18
 
19
+ ## Local development
20
+
21
+ Run once to generate Picasso files
22
+ ```
23
+ yarn reset-template
24
+ yarn bootstrap
25
+ ```
26
+ Ask collegues for .env.local secrets for "Vibe Astro Forms Demo" website
27
+ Start local server with ```yarn dev``` open form by id from metasite defined in wix.config.js
28
+
29
+
19
30
  ## Publishing new version
20
31
 
21
- Publish new version by bumping the package version in `package.json` manually. The version should be bumped for *all* forms plugins.
32
+ Manually update package version in `package.json`.
22
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/vibe-forms-plugin-files",
3
- "version": "0.32.5",
3
+ "version": "0.32.7",
4
4
  "main": "index.js",
5
5
  "unpkg": true,
6
6
  "files": [
@@ -14,19 +14,23 @@
14
14
  "access": "public"
15
15
  },
16
16
  "scripts": {
17
- "reset-template": "./scripts/reset-from-picasso.sh",
18
- "bootstrap": "rm -rf .wix wix.config.json .env.local && node scripts/bootstrap-headless.js",
19
- "build": "node scripts/build-zip.js",
17
+ "reset-template": "npx @wix/vibe-plugins-ci-utils reset-from-picasso -p $(pwd) && yarn",
18
+ "bootstrap": "rm -rf .wix wix.config.json .env.local && npx @wix/vibe-plugins-ci-utils bootstrap-headless",
19
+ "build": "npx @wix/vibe-plugins-ci-utils build-zip -v 'forms' -p $(pwd)",
20
20
  "lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
21
21
  "lint:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
22
- "template-dev": "wix dev",
23
22
  "template-build": "wix build",
24
- "template-preview": "wix preview",
25
- "template-release": "wix release",
26
23
  "template-env": "wix env pull",
27
24
  "template-check": "npx astro check --js-only",
28
25
  "template-test:run": "vitest run",
29
- "template-install-template": "npm i --force --legacy-peer-deps --include=dev --registry=https://registry.npmjs.org"
26
+ "template-install-template": "npm i --force --legacy-peer-deps --include=dev --registry=https://registry.npmjs.org",
27
+ "open": "open -na 'Google Chrome' --args --disable-web-security --user-data-dir='/tmp/chrome' 'http://localhost:4321/form/4c9ee5eb-a7d6-4b05-98c5-624982836e4c'",
28
+ "astro": "astro",
29
+ "dev": "wix dev",
30
+ "preview": "wix preview",
31
+ "release": "wix release",
32
+ "generate": "wix generate",
33
+ "env": "wix env"
30
34
  },
31
35
  "wix": {
32
36
  "artifact": {
@@ -44,103 +48,117 @@
44
48
  }
45
49
  },
46
50
  "dependencies": {
47
- "@astrojs/check": "^0.9.4",
48
- "@astrojs/cloudflare": "^12.5.3",
49
- "@astrojs/react": "^4.2.3",
50
- "@astrojs/tailwind": "^6.0.2",
51
- "@hello-pangea/dnd": "^18.0.1",
52
- "@hookform/resolvers": "^5.0.1",
51
+ "@astrojs/check": "0.9.4",
52
+ "@astrojs/cloudflare": "12.5.5",
53
+ "@astrojs/react": "4.3.0",
54
+ "@astrojs/tailwind": "6.0.2",
55
+ "@hello-pangea/dnd": "18.0.1",
56
+ "@hookform/resolvers": "5.2.0",
53
57
  "@nanostores/persistent": "^1.0.0",
54
58
  "@nanostores/react": "^1.0.0",
55
- "@radix-ui/react-accordion": "^1.2.10",
56
- "@radix-ui/react-alert-dialog": "^1.1.13",
57
- "@radix-ui/react-aspect-ratio": "^1.1.6",
58
- "@radix-ui/react-avatar": "^1.1.9",
59
- "@radix-ui/react-checkbox": "^1.3.1",
60
- "@radix-ui/react-collapsible": "^1.1.10",
61
- "@radix-ui/react-context-menu": "^2.2.14",
62
- "@radix-ui/react-dialog": "^1.1.13",
63
- "@radix-ui/react-dropdown-menu": "^2.1.14",
64
- "@radix-ui/react-hover-card": "^1.1.13",
65
- "@radix-ui/react-icons": "^1.3.2",
66
- "@radix-ui/react-label": "^2.1.6",
67
- "@radix-ui/react-menubar": "^1.1.14",
68
- "@radix-ui/react-navigation-menu": "^1.2.12",
69
- "@radix-ui/react-popover": "^1.1.13",
70
- "@radix-ui/react-progress": "^1.1.6",
71
- "@radix-ui/react-radio-group": "^1.3.6",
72
- "@radix-ui/react-scroll-area": "^1.2.8",
73
- "@radix-ui/react-select": "^2.2.4",
74
- "@radix-ui/react-separator": "^1.1.6",
75
- "@radix-ui/react-slider": "^1.3.4",
76
- "@radix-ui/react-slot": "^1.2.2",
77
- "@radix-ui/react-switch": "^1.2.4",
78
- "@radix-ui/react-tabs": "^1.1.11",
79
- "@radix-ui/react-toast": "^1.2.13",
80
- "@radix-ui/react-toggle": "^1.1.8",
81
- "@radix-ui/react-toggle-group": "^1.1.9",
82
- "@radix-ui/react-tooltip": "^1.2.6",
83
- "@react-hook/resize-observer": "^2.0.2",
84
- "@tailwindcss/container-queries": "^0.1.1",
85
- "@tailwindcss/typography": "^0.5.15",
86
- "@tailwindcss/vite": "^4.0.13",
87
- "@wix/astro": "1.0.31",
88
- "@wix/auto-patterns": "1.17.0",
89
- "@wix/babel-plugin-jsx-dynamic-data": "^1.0.8",
90
- "@wix/babel-plugin-jsx-source-attrs": "^1.2.0",
59
+ "@radix-ui/react-accordion": "1.2.11",
60
+ "@radix-ui/react-alert-dialog": "1.1.14",
61
+ "@radix-ui/react-aspect-ratio": "1.1.7",
62
+ "@radix-ui/react-avatar": "1.1.10",
63
+ "@radix-ui/react-checkbox": "1.3.3",
64
+ "@radix-ui/react-collapsible": "1.1.11",
65
+ "@radix-ui/react-context-menu": "2.2.15",
66
+ "@radix-ui/react-dialog": "1.1.14",
67
+ "@radix-ui/react-dropdown-menu": "2.1.15",
68
+ "@radix-ui/react-hover-card": "1.1.14",
69
+ "@radix-ui/react-icons": "1.3.2",
70
+ "@radix-ui/react-label": "2.1.7",
71
+ "@radix-ui/react-menubar": "1.1.15",
72
+ "@radix-ui/react-navigation-menu": "1.2.13",
73
+ "@radix-ui/react-popover": "1.1.14",
74
+ "@radix-ui/react-progress": "1.1.7",
75
+ "@radix-ui/react-radio-group": "1.3.7",
76
+ "@radix-ui/react-scroll-area": "1.2.9",
77
+ "@radix-ui/react-select": "2.2.6",
78
+ "@radix-ui/react-separator": "1.1.7",
79
+ "@radix-ui/react-slider": "1.3.6",
80
+ "@radix-ui/react-slot": "1.2.3",
81
+ "@radix-ui/react-switch": "1.2.5",
82
+ "@radix-ui/react-tabs": "1.1.12",
83
+ "@radix-ui/react-toast": "1.2.14",
84
+ "@radix-ui/react-toggle": "1.1.10",
85
+ "@radix-ui/react-toggle-group": "1.1.11",
86
+ "@radix-ui/react-tooltip": "1.2.7",
87
+ "@react-hook/resize-observer": "2.0.2",
88
+ "@tailwindcss/container-queries": "0.1.1",
89
+ "@tailwindcss/typography": "0.5.16",
90
+ "@tailwindcss/vite": "4.1.11",
91
+ "@typescript-eslint/eslint-plugin": "^8.47.0",
92
+ "@typescript-eslint/parser": "^8.47.0",
93
+ "@typescript-eslint/utils": "^8.47.0",
94
+ "@typescript-eslint/visitor-keys": "^8.47.0",
95
+ "@wix/astro": "^2.10.0",
96
+ "@wix/astro-pages": "^2.0.1",
97
+ "@wix/auto-patterns": "^1.17.0",
98
+ "@wix/babel-plugin-jsx-dynamic-data": "1.0.11",
99
+ "@wix/babel-plugin-jsx-source-attrs": "^1.1.0",
91
100
  "@wix/benefit-programs": "^1.0.121",
92
- "@wix/blog": "^1.0.441",
93
- "@wix/bookings": "^1.0.964",
101
+ "@wix/blog": "^1.0.520",
102
+ "@wix/bookings": "^1.0.1205",
94
103
  "@wix/categories": "^1.0.133",
104
+ "@wix/cloud-provider-fetch-adapter": "^1.0.4",
95
105
  "@wix/dashboard": "^1.3.39",
96
- "@wix/data": "^1.0.250",
106
+ "@wix/data": "^1.0.360",
97
107
  "@wix/design-system": "^1.199.0",
98
- "@wix/ecom": "^1.0.1405",
99
- "@wix/essentials": "^0.1.24",
100
- "@wix/forms": "^1.0.375",
101
- "@wix/headless-components": "^0.0.15",
108
+ "@wix/ecom": "^1.0.1473",
109
+ "@wix/essentials": "0.1.24",
110
+ "@wix/events": "1.0.669",
111
+ "@wix/faq": "1.0.30",
112
+ "@wix/fast-gallery-vibe": "1.4.0",
113
+ "@wix/forms": "1.0.387",
114
+ "@wix/headless-components": "0.0.33",
102
115
  "@wix/headless-ecom": "^0.0.27",
103
116
  "@wix/headless-media": "^0.0.11",
104
117
  "@wix/headless-seo": "^0.0.11",
105
118
  "@wix/headless-stores": "^0.0.86",
106
- "@wix/image": "^1.392.0",
119
+ "@wix/image": "1.392.0",
107
120
  "@wix/image-kit": "^1.0.0",
108
- "@wix/media": "^1.0.170",
121
+ "@wix/media": "^1.0.189",
109
122
  "@wix/members": "^1.0.304",
123
+ "@wix/monitoring-astro": "^2.7.0",
124
+ "@wix/online-programs": "^1.0.63",
110
125
  "@wix/patterns": "^1.230.0",
111
126
  "@wix/payments": "^1.0.91",
112
- "@wix/pricing-plans": "^1.0.188",
127
+ "@wix/pricing-plans": "^1.0.243",
113
128
  "@wix/redirects": "^1.0.83",
114
- "@wix/restaurants": "^1.0.351",
115
- "@wix/sdk": "^1.15.23",
116
- "@wix/seo": "^1.0.21",
129
+ "@wix/restaurants": "^1.0.435",
130
+ "@wix/ricos": "^10.152.0",
131
+ "@wix/sdk": "^1.17.8",
132
+ "@wix/seo": "^1.0.27",
117
133
  "@wix/services-definitions": "^0.1.5",
118
134
  "@wix/services-manager": "^0.2.21",
119
135
  "@wix/services-manager-react": "^0.1.27",
120
- "@wix/stores": "^1.0.530",
121
- "@wix/wix-vibe-plugins": "0.0.2",
122
- "astro": "^5.8.0",
136
+ "@wix/stores": "^1.0.558",
137
+ "@wix/vibe-routes-parser": "^0.0.6",
138
+ "@wix/wix-data-items-sdk": "^1.0.469",
139
+ "@wix/wix-vibe-plugins": "^0.0.8",
140
+ "astro": "^5.12.3",
123
141
  "babel-plugin-transform-react-jsx-location": "^0.2.0",
124
142
  "class-variance-authority": "^0.7.1",
125
143
  "clsx": "^2.1.1",
126
144
  "cmdk": "^1.1.1",
127
145
  "date-fns": "^4.1.0",
128
- "embla-carousel-react": "^8.5.2",
129
- "framer-motion": "^12.5.0",
146
+ "embla-carousel-react": "^8.6.0",
147
+ "framer-motion": "^12.23.9",
130
148
  "input-otp": "^1.4.2",
131
149
  "lucide-react": "^0.487.0",
132
150
  "nanostores": "^1.0.1",
133
151
  "next-themes": "^0.4.6",
134
152
  "react-day-picker": "^8.10.1",
135
- "react-hook-form": "^7.59.0",
153
+ "react-hook-form": "^7.61.1",
136
154
  "react-leaflet": "^5.0.0",
137
- "react-resizable-panels": "^2.1.7",
138
- "react-router-dom": "^7.4.1",
155
+ "react-resizable-panels": "^2.1.9",
156
+ "react-router-dom": "^7.7.1",
139
157
  "react-share": "^5.2.2",
140
- "recharts": "^3.0.2",
141
- "sonner": "^2.0.3",
142
- "tailwind-merge": "^3.2.0",
143
- "tailwindcss": "^3.4.14",
158
+ "recharts": "^3.1.0",
159
+ "sonner": "^2.0.6",
160
+ "tailwind-merge": "^3.3.1",
161
+ "tailwindcss": "^3.4.17",
144
162
  "tailwindcss-animate": "^1.0.7",
145
163
  "three": "^0.177.0",
146
164
  "typescript": "^5.8.3",
@@ -156,10 +174,11 @@
156
174
  "@types/react": "^18.3.0",
157
175
  "@types/react-dom": "^18.3.0",
158
176
  "@types/three": "^0",
159
- "@typescript-eslint/eslint-plugin": "^8.34.0",
160
- "@typescript-eslint/parser": "^8.34.0",
161
- "@wix/cli": "^1.1.115",
177
+ "@typescript-eslint/eslint-plugin": "8.47.0",
178
+ "@typescript-eslint/parser": "8.47.0",
179
+ "@wix/cli": "^1.1.144",
162
180
  "@wix/framewire": "^1.9.42",
181
+ "@wix/vibe-plugins-ci-utils": "0.1.0",
163
182
  "csstype": "^3.1.3",
164
183
  "eslint": "^9.26.0",
165
184
  "eslint-plugin-astro": "^1.3.1",
@@ -167,15 +186,16 @@
167
186
  "eslint-plugin-jsx-a11y": "^6.10.2",
168
187
  "eslint-plugin-react": "^7.37.5",
169
188
  "globals": "^16.0.0",
189
+ "jiti": "^2.4.2",
170
190
  "jsdom": "^20.0.0",
171
191
  "prettier": "^3.6.2",
172
192
  "react": "^18.3.0",
173
193
  "react-dom": "^18.3.0",
174
194
  "sass-embedded": "^1.89.2",
175
195
  "typescript": "^5.8.3",
176
- "vite": "^4.5.0",
196
+ "vite": "^6.4.1",
177
197
  "vite-tsconfig-paths": "^5.1.4",
178
198
  "vitest": "3.1.4"
179
199
  },
180
- "falconPackageHash": "b93fb83922b946270d77c11bbe6444870093178b76c0eaa4edef8932"
200
+ "falconPackageHash": "30b64f52a2ffd2f5683301ea55e520638f1fe632c18d994f22e5f031"
181
201
  }