adata-ui 2.0.84 → 2.0.86

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.
@@ -33,6 +33,7 @@ function onClick(loc: any) {
33
33
  <button
34
34
  class="text-xs font-semibold py-1 px-2 bg-gray-100 dark:bg-gray-200/5 rounded"
35
35
  @click="isOpen = true"
36
+ aria-hidden="true"
36
37
  >
37
38
  {{ t(`lang.${locale}.short`) }}
38
39
  </button>
@@ -85,6 +85,7 @@ defineExpose({
85
85
  v-model="form.comment"
86
86
  :label="t('modals.submit_application_modal.labels.comment')"
87
87
  :error="getError('comment')"
88
+ resizeable="none"
88
89
  required
89
90
  />
90
91
  </div>
@@ -155,7 +155,7 @@ onBeforeMount(() => {
155
155
  />
156
156
  </div>
157
157
  <!-- Mobile hidden -->
158
- <nav class="hidden items-center gap-4 lg:flex">
158
+ <nav class="hidden items-center gap-4 lg:flex" itemscope itemtype="https://schema.org/SiteNavigationElement" role="list">
159
159
  <nuxt-link-locale
160
160
  aria-label="Adata-logo"
161
161
  :to="buildLocalizedUrl(locale, urls.landing)"
@@ -151,6 +151,7 @@ watch(
151
151
  :key="nav.label"
152
152
  class="group inline-block border-r border-[#2C3E501A] px-2 last-of-type:border-none dark:border-[#E3E5E81A]"
153
153
  @click="lockMenu"
154
+ role="listitem"
154
155
  >
155
156
  <div
156
157
  class="relative cursor-pointer font-bold uppercase text-gray-800 hover:text-gray-600 dark:text-gray-200 hover:dark:text-gray-600"
@@ -99,6 +99,7 @@ function isActive(itemPath: string) {
99
99
  <nuxt-link-locale
100
100
  v-if="item.to"
101
101
  :to="item.to"
102
+ itemprop="name"
102
103
  class="inline-block normal-case w-full cursor-pointer align-middle text-sm font-semibold text-gray-600 dark:text-gray-200"
103
104
  >
104
105
  {{ item.title }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.84",
4
+ "version": "2.0.86",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",
@@ -40,7 +40,7 @@ export const PAGES = {
40
40
  },
41
41
  tender: {
42
42
  monitoring: '/',
43
- akimat: '/akimat',
43
+ akimat: '/main/eoz',
44
44
  main: '/',
45
45
  contracts: '/main/contracts',
46
46
  plans: '/main/plans'