adata-ui 3.1.12 → 3.1.13

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.12",
8
+ "version": "3.1.13",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -214,17 +214,17 @@ const filteredItems = [
214
214
  name: t("header.products.fea.label"),
215
215
  icon: IGlobe,
216
216
  items: [
217
- {
218
- title: t("header.products.fea.items.i.t"),
219
- subtitle: t("header.products.fea.items.i.st"),
220
- icon: IHandshake,
221
- to: `https://tnved.${mode}.kz` + PAGES.fea.t
222
- },
217
+ // {
218
+ // title: t('header.products.fea.items.i.t'),
219
+ // subtitle: t('header.products.fea.items.i.st'),
220
+ // icon: IHandshake,
221
+ // to: `https://tnved.${mode}.kz` + PAGES.fea.t,
222
+ // },
223
223
  {
224
224
  title: t("header.products.fea.items.o.t"),
225
225
  subtitle: t("header.products.fea.items.o.st"),
226
226
  icon: ISviazi,
227
- to: `https://tnved.${mode}.kz` + PAGES.fea.o
227
+ to: `https://tnved.${mode}.kz`
228
228
  },
229
229
  {
230
230
  title: t("header.products.fea.items.cp.t"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.12",
3
+ "version": "3.1.13",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",