@mercurjs/vendor 2.2.0-canary.49 → 2.2.0-canary.50

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.js CHANGED
@@ -4242,7 +4242,7 @@ function getRouteMap({
4242
4242
  },
4243
4243
  {
4244
4244
  path: "/onboarding",
4245
- lazy: () => import("./onboarding-EHKVCM6M.js")
4245
+ lazy: () => import("./onboarding-4DXHB5KY.js")
4246
4246
  },
4247
4247
  {
4248
4248
  path: "/invite",
@@ -346,6 +346,7 @@ var StoreStep = ({ onSubmit, isPending }) => {
346
346
  schema: StoreStepSchema,
347
347
  model: "seller",
348
348
  zone: "onboarding",
349
+ tab: "store",
349
350
  data: store,
350
351
  defaultValues: {
351
352
  name: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/vendor",
3
- "version": "2.2.0-canary.49",
3
+ "version": "2.2.0-canary.50",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",
@@ -34,8 +34,8 @@
34
34
  "lint": "oxlint --max-warnings 0"
35
35
  },
36
36
  "dependencies": {
37
- "@mercurjs/dashboard-shared": "2.2.0-canary.49",
38
- "@mercurjs/client": "2.2.0-canary.49",
37
+ "@mercurjs/dashboard-shared": "2.2.0-canary.50",
38
+ "@mercurjs/client": "2.2.0-canary.50",
39
39
  "@ariakit/react": "^0.4.15",
40
40
  "@babel/runtime": "^7.26.10",
41
41
  "@dnd-kit/core": "^6.1.0",
@@ -88,8 +88,8 @@
88
88
  "tsup": "^8.0.2",
89
89
  "typescript": "5.9.3",
90
90
  "@medusajs/types": "2.17.2",
91
- "@mercurjs/core": "2.2.0-canary.49",
92
- "@mercurjs/dashboard-sdk": "2.2.0-canary.49",
93
- "@mercurjs/types": "2.2.0-canary.49"
91
+ "@mercurjs/core": "2.2.0-canary.50",
92
+ "@mercurjs/dashboard-sdk": "2.2.0-canary.50",
93
+ "@mercurjs/types": "2.2.0-canary.50"
94
94
  }
95
95
  }