adata-ui 3.1.29 → 3.1.30

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.29",
8
+ "version": "3.1.30",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -189,7 +189,7 @@ defineExpose({
189
189
  <div
190
190
  v-if="autocompleteList.length && isFocused"
191
191
  :class="[
192
- 'absolute z-[31] w-full flex flex-col gap-4 rounded bg-gray-200 p-2 dark:bg-gray-800',
192
+ 'absolute z-[31] w-full flex flex-col gap-4 rounded bg-white p-2 dark:bg-gray-900',
193
193
  isDropdownUp ? 'bottom-[44px]' : 'top-[44px]'
194
194
  ]"
195
195
  >
@@ -200,8 +200,8 @@ defineExpose({
200
200
  <li
201
201
  v-for="(item, idx) in autocompleteList"
202
202
  :key="idx"
203
- class="cursor-pointer rounded px-4 py-[10px] transition-colors hover:bg-gray-50 hover:dark:bg-gray-900"
204
- :class="{ 'bg-gray-100 dark:bg-gray-700': currentItemIndex === idx }"
203
+ class="cursor-pointer rounded px-4 py-[10px] transition-colors hover:bg-deepblue-900/10 hover:dark:bg-gray-200/10"
204
+ :class="{ 'bg-deepblue-900/5 dark:bg-gray-200/5': currentItemIndex === idx }"
205
205
  @mousedown="onSelectOption(item)"
206
206
  @touchend="onSelectOptionMobile(item)"
207
207
  @touchmove="mobileAutocomMoved = true"
@@ -163,25 +163,25 @@ const filteredItems = computed(() => [
163
163
  title: t("header.products.analytics.items.procurement.title"),
164
164
  subtitle: t("header.products.analytics.items.procurement.subtitle"),
165
165
  icon: IClipboardText,
166
- to: `https://analytics.${mode}.kz` + PAGES.analytics.analysis
166
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.analysis
167
167
  },
168
168
  {
169
169
  title: t("header.products.analytics.items.activity.title"),
170
170
  subtitle: t("header.products.analytics.items.activity.subtitle"),
171
171
  icon: IArrowGraphUp,
172
- to: `https://analytics.${mode}.kz` + PAGES.analytics.index
172
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.index
173
173
  },
174
174
  {
175
175
  title: t("header.products.analytics.items.rate.title"),
176
176
  subtitle: t("header.products.analytics.items.rate.subtitle"),
177
177
  icon: IMedal,
178
- to: `https://analytics.${mode}.kz` + PAGES.analytics.rating
178
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.rating
179
179
  },
180
180
  {
181
181
  title: t("header.products.analytics.items.subjects.title"),
182
182
  subtitle: t("header.products.analytics.items.subjects.subtitle"),
183
183
  icon: ICompany,
184
- to: `https://analytics.${mode}.kz` + PAGES.analytics.business
184
+ to: `https://analytics-new.${mode}.kz` + PAGES.analytics.business
185
185
  }
186
186
  ]
187
187
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.29",
3
+ "version": "3.1.30",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",