adata-ui 2.0.68 → 2.0.70

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.
@@ -43,7 +43,7 @@ const linkByIndex = [
43
43
  <div
44
44
  class="size-10 p-2 rounded-lg"
45
45
  :class="[
46
- index === services.length - 1 ? 'bg-gradient-blue text-white' : 'bg-deepblue-900/5 dark:bg-gray-200/5',
46
+ 'bg-deepblue-900/5 dark:bg-gray-200/5',
47
47
  {'!bg-blue-700 text-white dark:!bg-blue-500 ': route.path.replace(/\/+$/, '') === localePath(linkByIndex[index]).replace(/\/+$/, '')}
48
48
  ]"
49
49
  >
@@ -400,7 +400,7 @@ export const usePkServicesLinks = () => {
400
400
  {
401
401
  title: t('all_services'),
402
402
  icon: AIconExpandWindow,
403
- to: buildLocalizedUrl(locale.value, `https://${mode}.kz`, PAGES.tariffs)
403
+ to: buildLocalizedUrl(locale.value, `https://${mode}.kz`, PAGES.allServices)
404
404
  },
405
405
  ]
406
406
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.68",
4
+ "version": "2.0.70",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",