@acmekit/dashboard 2.13.15 → 2.13.17

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/app.js CHANGED
@@ -112754,7 +112754,6 @@ var useSettingRoutes = () => {
112754
112754
  const { t: t3 } = (0, import_react_i18next10.useTranslation)();
112755
112755
  return (0, import_react27.useMemo)(
112756
112756
  () => [
112757
- { label: t3("store.domain"), to: "/settings/store" },
112758
112757
  { label: t3("users.domain"), to: "/settings/users" },
112759
112758
  ...isTranslationsEnabled ? [{ label: t3("translations.domain"), to: "/settings/translations" }] : []
112760
112759
  ],
package/dist/app.mjs CHANGED
@@ -95089,7 +95089,6 @@ var useSettingRoutes = () => {
95089
95089
  const { t: t2 } = useTranslation9();
95090
95090
  return useMemo5(
95091
95091
  () => [
95092
- { label: t2("store.domain"), to: "/settings/store" },
95093
95092
  { label: t2("users.domain"), to: "/settings/users" },
95094
95093
  ...isTranslationsEnabled ? [{ label: t2("translations.domain"), to: "/settings/translations" }] : []
95095
95094
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acmekit/dashboard",
3
- "version": "2.13.15",
3
+ "version": "2.13.17",
4
4
  "scripts": {
5
5
  "generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
6
6
  "dev": "../../../node_modules/.bin/vite",
@@ -39,10 +39,10 @@
39
39
  "dist"
40
40
  ],
41
41
  "dependencies": {
42
- "@acmekit/admin-shared": "2.13.15",
43
- "@acmekit/icons": "2.13.15",
44
- "@acmekit/js-sdk": "2.13.15",
45
- "@acmekit/ui": "4.1.11",
42
+ "@acmekit/admin-shared": "2.13.17",
43
+ "@acmekit/icons": "2.13.17",
44
+ "@acmekit/js-sdk": "2.13.17",
45
+ "@acmekit/ui": "4.1.13",
46
46
  "@ariakit/react": "^0.4.15",
47
47
  "@babel/runtime": "^7.26.10",
48
48
  "@dnd-kit/core": "^6.1.0",
@@ -80,10 +80,10 @@
80
80
  "zod": "3.25.76"
81
81
  },
82
82
  "devDependencies": {
83
- "@acmekit/admin-shared": "2.13.15",
84
- "@acmekit/admin-vite-plugin": "2.13.15",
85
- "@acmekit/types": "2.13.15",
86
- "@acmekit/ui-preset": "2.13.15"
83
+ "@acmekit/admin-shared": "2.13.17",
84
+ "@acmekit/admin-vite-plugin": "2.13.17",
85
+ "@acmekit/types": "2.13.17",
86
+ "@acmekit/ui-preset": "2.13.17"
87
87
  },
88
88
  "packageManager": "yarn@3.2.1"
89
89
  }
@@ -25,7 +25,6 @@ const useSettingRoutes = (): INavItem[] => {
25
25
 
26
26
  return useMemo(
27
27
  () => [
28
- { label: t("store.domain"), to: "/settings/store" },
29
28
  { label: t("users.domain"), to: "/settings/users" },
30
29
  ...(isTranslationsEnabled
31
30
  ? [{ label: t("translations.domain"), to: "/settings/translations" }]
@@ -711,7 +711,7 @@
711
711
  "shippingProfile": {
712
712
  "type": "string"
713
713
  },
714
- "publishableApiKey": {
714
+ "clientApiKey": {
715
715
  "type": "string"
716
716
  },
717
717
  "secretApiKey": {
@@ -747,7 +747,7 @@
747
747
  "productTag",
748
748
  "location",
749
749
  "shippingProfile",
750
- "publishableApiKey",
750
+ "clientApiKey",
751
751
  "secretApiKey",
752
752
  "command",
753
753
  "navigation"
@@ -10284,27 +10284,27 @@
10284
10284
  "domain": {
10285
10285
  "type": "object",
10286
10286
  "properties": {
10287
- "publishable": {
10287
+ "client": {
10288
10288
  "type": "string"
10289
10289
  },
10290
10290
  "secret": {
10291
10291
  "type": "string"
10292
10292
  }
10293
10293
  },
10294
- "required": ["publishable", "secret"],
10294
+ "required": ["client", "secret"],
10295
10295
  "additionalProperties": false
10296
10296
  },
10297
10297
  "subtitle": {
10298
10298
  "type": "object",
10299
10299
  "properties": {
10300
- "publishable": {
10300
+ "client": {
10301
10301
  "type": "string"
10302
10302
  },
10303
10303
  "secret": {
10304
10304
  "type": "string"
10305
10305
  }
10306
10306
  },
10307
- "required": ["publishable", "secret"],
10307
+ "required": ["client", "secret"],
10308
10308
  "additionalProperties": false
10309
10309
  },
10310
10310
  "status": {
@@ -10323,23 +10323,23 @@
10323
10323
  "type": {
10324
10324
  "type": "object",
10325
10325
  "properties": {
10326
- "publishable": {
10326
+ "client": {
10327
10327
  "type": "string"
10328
10328
  },
10329
10329
  "secret": {
10330
10330
  "type": "string"
10331
10331
  }
10332
10332
  },
10333
- "required": ["publishable", "secret"],
10333
+ "required": ["client", "secret"],
10334
10334
  "additionalProperties": false
10335
10335
  },
10336
10336
  "create": {
10337
10337
  "type": "object",
10338
10338
  "properties": {
10339
- "createPublishableHeader": {
10339
+ "createClientHeader": {
10340
10340
  "type": "string"
10341
10341
  },
10342
- "createPublishableHint": {
10342
+ "createClientHint": {
10343
10343
  "type": "string"
10344
10344
  },
10345
10345
  "createSecretHeader": {
@@ -10365,8 +10365,8 @@
10365
10365
  }
10366
10366
  },
10367
10367
  "required": [
10368
- "createPublishableHeader",
10369
- "createPublishableHint",
10368
+ "createClientHeader",
10369
+ "createClientHint",
10370
10370
  "createSecretHeader",
10371
10371
  "createSecretHint",
10372
10372
  "secretKeyCreatedHeader",