adata-ui 3.1.88 → 3.1.89

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/module.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "3.1.88",
8
+ "version": "3.1.89",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -87,7 +87,7 @@ const mainLinks = computed(() => ({
87
87
  },
88
88
  {
89
89
  title: "header.products.edo.label",
90
- link: buildLocalizedUrl(locale.value, urls.edo, PAGES.edo.l),
90
+ link: buildLocalizedUrl(locale.value, urls.edo_docs, PAGES.edo.l),
91
91
  isNew: true
92
92
  },
93
93
  {
@@ -254,14 +254,14 @@ const filteredItems = computed(() => [
254
254
  key: "edo",
255
255
  is_new: true,
256
256
  name: t("header.products.edo.label"),
257
- link: `https://edo.${mode}.kz`,
257
+ link: `https://docs.${mode}.kz`,
258
258
  icon: IFiles,
259
259
  items: [
260
260
  {
261
261
  title: t("header.products.edo.items.l.t"),
262
262
  subtitle: t("header.products.edo.items.l.t"),
263
263
  icon: IFiles,
264
- to: `https://edo.${mode}.kz`
264
+ to: `https://docs.${mode}.kz`
265
265
  }
266
266
  ]
267
267
  },
@@ -285,7 +285,7 @@ const sideLinks = {
285
285
  {
286
286
  label: "header.products.edo.label",
287
287
  icon: IFileFiles,
288
- link: `https://edo.${mode}.kz`
288
+ link: `https://docs.${mode}.kz`
289
289
  }
290
290
  ]
291
291
  };
@@ -11,6 +11,7 @@ export declare function useUrls(): {
11
11
  analyticsNew: string;
12
12
  tnved: string;
13
13
  edo: string;
14
+ edo_docs: string;
14
15
  compliance: string;
15
16
  export: string;
16
17
  mode: any;
@@ -15,6 +15,7 @@ export function useUrls() {
15
15
  analyticsNew: `https://analytics-new.${mode}.kz`,
16
16
  tnved: `https://tnved.${mode}.kz`,
17
17
  edo: `https://edo.${mode}.kz`,
18
+ edo_docs: `https://docs.${mode}.kz`,
18
19
  compliance: `https://ac.${mode}.kz/compliance`,
19
20
  export: `https://export.${mode}.kz`,
20
21
  mode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.88",
3
+ "version": "3.1.89",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",