adata-ui 2.1.40-beta.2 → 2.1.40-beta.3

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.
@@ -109,7 +109,7 @@ onMounted(() => {
109
109
  <system-notification />
110
110
  <header
111
111
  ref="headerRef"
112
- class="relative h-16 border-b border-deepblue-900/10 bg-gray-50/30 backdrop-blur-lg dark:border-gray-200/10 dark:bg-gray-900/30"
112
+ class="relative h-16 border-b border-deepblue-900/10 bg-gray-50/20 backdrop-blur-lg dark:border-gray-200/10 dark:bg-gray-900/30"
113
113
  >
114
114
  <div class="a-container mobile-padding flex h-full items-center justify-between gap-2">
115
115
  <!-- Desktop hidden -->
@@ -135,18 +135,18 @@ onMounted(() => {
135
135
  </div>
136
136
  <div
137
137
  v-else-if="mobileHeaderType === 'search'"
138
- class="flex w-full items-center gap-2 bg-white dark:bg-gray-900 lg:hidden"
138
+ class="flex w-full items-center gap-2 lg:hidden"
139
139
  >
140
140
  <logo
141
141
  class="dark:text-gray-200"
142
142
  @click="goToAnotherModule"
143
143
  />
144
144
  <button
145
- class="flex w-full items-center gap-2 rounded bg-gray-50 px-4 py-1.5 dark:bg-gray-800 dark:text-gray-500"
145
+ class="flex w-full items-center gap-2 rounded-lg border border-gray-200 bg-white px-4 py-1.5 shadow-sm dark:border-gray-700 dark:bg-gray-900 dark:text-gray-400"
146
146
  @click="$emit('search')"
147
147
  >
148
- <a-icon-search />
149
- <span class="body-400">Найти</span>
148
+ <a-icon-search class="text-gray-400 dark:text-gray-500" />
149
+ <span class="body-400 text-gray-500 dark:text-gray-400">Найти</span>
150
150
  </button>
151
151
  </div>
152
152
  </section>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.1.40-beta.2",
4
+ "version": "2.1.40-beta.3",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",