@mercurjs/vendor 2.2.0-rc.3 → 2.2.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.
@@ -148,11 +148,13 @@ var LoginForm = () => {
148
148
  ] }) });
149
149
  };
150
150
  var LoginFooter = () => {
151
+ const { t } = useTranslation();
151
152
  const { feature_flags } = useFeatureFlags();
152
153
  return /* @__PURE__ */ jsxs("div", { className: "mt-auto flex flex-col gap-y-2", children: [
153
154
  /* @__PURE__ */ jsx("span", { className: "text-ui-fg-muted txt-small", children: /* @__PURE__ */ jsx(
154
155
  Trans,
155
156
  {
157
+ t,
156
158
  i18nKey: "login.forgotPassword",
157
159
  components: [
158
160
  /* @__PURE__ */ jsx(
@@ -169,6 +171,7 @@ var LoginFooter = () => {
169
171
  feature_flags?.[import_types.MercurFeatureFlags.SELLER_REGISTRATION] && /* @__PURE__ */ jsx("span", { className: "text-ui-fg-muted txt-small", children: /* @__PURE__ */ jsx(
170
172
  Trans,
171
173
  {
174
+ t,
172
175
  i18nKey: "login.notSellerYet",
173
176
  components: [
174
177
  /* @__PURE__ */ jsx(
package/dist/index.js CHANGED
@@ -4225,7 +4225,7 @@ function getRouteMap({
4225
4225
  {
4226
4226
  path: "/login",
4227
4227
  lazy: async () => {
4228
- const { LoginPage } = await import("./login-FK6ATIQV.js");
4228
+ const { LoginPage } = await import("./login-VMLJYOCF.js");
4229
4229
  return { Component: LoginPage };
4230
4230
  }
4231
4231
  },
@@ -4236,7 +4236,7 @@ function getRouteMap({
4236
4236
  {
4237
4237
  path: "/register",
4238
4238
  lazy: async () => {
4239
- const { RegisterPage } = await import("./register-L4ADQUUW.js");
4239
+ const { RegisterPage } = await import("./register-S4EBPL7B.js");
4240
4240
  return { Component: RegisterPage };
4241
4241
  }
4242
4242
  },
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  LoginPage
3
- } from "./chunk-57ZJ6HTU.js";
3
+ } from "./chunk-YXEC5XAV.js";
4
4
  import "./chunk-QEFPTNPC.js";
5
5
  import "./chunk-CP5IL4P6.js";
6
6
  import "./chunk-C6SUTRP2.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  LoginPage
3
- } from "../chunk-57ZJ6HTU.js";
3
+ } from "../chunk-YXEC5XAV.js";
4
4
  import "../chunk-QEFPTNPC.js";
5
5
  import "../chunk-CP5IL4P6.js";
6
6
  import {
@@ -181,9 +181,11 @@ var RegisterForm = () => {
181
181
  ] }) });
182
182
  };
183
183
  var RegisterFooter = () => {
184
+ const { t } = useTranslation();
184
185
  return /* @__PURE__ */ jsx("div", { className: "mt-auto", children: /* @__PURE__ */ jsx("span", { className: "text-ui-fg-muted txt-small", children: /* @__PURE__ */ jsx(
185
186
  Trans,
186
187
  {
188
+ t,
187
189
  i18nKey: "register.alreadySeller",
188
190
  components: [
189
191
  /* @__PURE__ */ jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/vendor",
3
- "version": "2.2.0-rc.3",
3
+ "version": "2.2.0",
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-rc.3",
38
- "@mercurjs/client": "2.2.0-rc.3",
37
+ "@mercurjs/dashboard-shared": "2.2.0",
38
+ "@mercurjs/client": "2.2.0",
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-rc.3",
92
- "@mercurjs/dashboard-sdk": "2.2.0-rc.3",
93
- "@mercurjs/types": "2.2.0-rc.3"
91
+ "@mercurjs/core": "2.2.0",
92
+ "@mercurjs/dashboard-sdk": "2.2.0",
93
+ "@mercurjs/types": "2.2.0"
94
94
  }
95
95
  }