adata-ui 2.0.3 → 2.0.5

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.
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="flex flex-col gap-4 lg:gap-8">
3
- <h2 class="lg:heading-01 heading-02 lg:text-left text-center ">{{ t('our_clients.title') }}</h2>
3
+ <h2 class="md:heading-01 heading-02">{{ t('our_clients.title') }}</h2>
4
4
  <a-infinite-carousel>
5
5
  <div class="flex items-center justify-center">
6
6
  <a-icon-company-forte class="max-w-[150px] sm:max-w-none"></a-icon-company-forte>
@@ -23,7 +23,7 @@ const blockStyles = [
23
23
  v-for="(service, index) in services"
24
24
  :key="index"
25
25
  :to="service.to"
26
- :class="['flex flex-col justify-center items-center gap-2 p-2', blockStyles[index]]"
26
+ :class="['flex flex-col items-center gap-2 p-2', blockStyles[index]]"
27
27
  >
28
28
  <div
29
29
  class="size-10 p-2 rounded-lg"
@@ -34,7 +34,7 @@ const blockStyles = [
34
34
  class="size-6 shrink-0"
35
35
  />
36
36
  </div>
37
- <p class="size-xs text-center">
37
+ <p class="text-xs text-center">
38
38
  {{ service.title }}
39
39
  </p>
40
40
  </nuxt-link-locale>
@@ -46,10 +46,10 @@ function onSend() {
46
46
  </script>
47
47
 
48
48
  <template>
49
- <div class="rounded-[20px] bg-blue-700 p-4 dark:bg-blue-500 lg:p-8">
49
+ <div class="rounded-[20px] bg-blue-700 dark:bg-[#1B98E2] p-4 dark:bg-blue-500 lg:p-8">
50
50
  <div class="flex w-full flex-col gap-4 lg:flex-row lg:justify-between">
51
- <div class="flex flex-col gap-4 text-white lg:max-w-[50%] lg:gap-6">
52
- <p class="text-[32px] font-bold">
51
+ <div class="flex flex-col gap-4 text-white dark:text-gray-900 lg:max-w-[50%] lg:gap-6">
52
+ <p class="md:text-[32px] text-[24px] font-bold">
53
53
  {{ title || t('forms.request_demo.title') }}
54
54
  </p>
55
55
  <p class="text-base">
@@ -128,7 +128,7 @@ const contactLinks = {
128
128
  link: buildLocalizedUrl(locale.value, myLayer.landingUrl, PAGES.contacts),
129
129
  items: [
130
130
  {
131
- title: t('footer.contacts.address'),
131
+ title: 'footer.contacts.address',
132
132
  link: 'https://go.2gis.com/30j2f',
133
133
  startIcon: AIconLocation,
134
134
  endIcon: null,
@@ -146,7 +146,7 @@ const contactLinks = {
146
146
  endIcon: null,
147
147
  },
148
148
  {
149
- title: t('footer.contacts.goToChat'),
149
+ title: 'footer.contacts.goToChat',
150
150
  link: 'https://api.whatsapp.com/send?phone=77712289041',
151
151
  startIcon: null,
152
152
  endIcon: AIconExpandWindow,
@@ -238,7 +238,7 @@ const contactLinks = {
238
238
  class="size-4 shrink-0"
239
239
  />
240
240
 
241
- <p>{{ link.title }}</p>
241
+ <p>{{ t(link.title) }}</p>
242
242
 
243
243
  <component
244
244
  :is="link.endIcon"
package/icons/clock.vue CHANGED
@@ -1,8 +1,24 @@
1
1
 
2
2
  <template>
3
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00004 2.04999C11.2861 2.04999 13.95 4.71388 13.95 7.99996C13.95 11.286 11.2861 13.9499 8.00004 13.9499C4.71397 13.9499 2.05008 11.286 2.05008 7.99996C2.05008 4.71388 4.71397 2.04999 8.00004 2.04999ZM15 7.99996C15 4.13399 11.866 1 8.00004 1C4.13407 1 1.00008 4.13399 1.00008 7.99996C1.00008 11.8659 4.13407 14.9999 8.00004 14.9999C11.866 14.9999 15 11.8659 15 7.99996Z" fill="currentColor"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00004 4.77705C7.71009 4.77705 7.47504 5.0121 7.47504 5.30204V7.75952L4.90795 10.3266C4.70293 10.5316 4.70293 10.8641 4.90795 11.0691C5.11298 11.2741 5.44538 11.2741 5.65041 11.0691L8.52504 8.19444V5.30204C8.52504 5.0121 8.28999 4.77705 8.00004 4.77705Z" fill="currentColor"/>
3
+ <svg
4
+ width="16"
5
+ height="16"
6
+ viewBox="0 0 16 16"
7
+ fill="none"
8
+ xmlns="https://www.w3.org/2000/svg"
9
+ >
10
+ <path
11
+ fill-rule="evenodd"
12
+ clip-rule="evenodd"
13
+ d="M8.00004 2.04999C11.2861 2.04999 13.95 4.71388 13.95 7.99996C13.95 11.286 11.2861 13.9499 8.00004 13.9499C4.71397 13.9499 2.05008 11.286 2.05008 7.99996C2.05008 4.71388 4.71397 2.04999 8.00004 2.04999ZM15 7.99996C15 4.13399 11.866 1 8.00004 1C4.13407 1 1.00008 4.13399 1.00008 7.99996C1.00008 11.8659 4.13407 14.9999 8.00004 14.9999C11.866 14.9999 15 11.8659 15 7.99996Z"
14
+ fill="currentColor"
15
+ />
16
+ <path
17
+ fill-rule="evenodd"
18
+ clip-rule="evenodd"
19
+ d="M8.00004 4.77705C7.71009 4.77705 7.47504 5.0121 7.47504 5.30204V7.75952L4.90795 10.3266C4.70293 10.5316 4.70293 10.8641 4.90795 11.0691C5.11298 11.2741 5.44538 11.2741 5.65041 11.0691L8.52504 8.19444V5.30204C8.52504 5.0121 8.28999 4.77705 8.00004 4.77705Z"
20
+ fill="currentColor"
21
+ />
6
22
  </svg>
7
23
  </template>
8
24
  <script setup lang="ts">
@@ -0,0 +1,16 @@
1
+ <template>
2
+ <svg
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="currentColor"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M17.7489 7.46323C18.0837 7.1285 18.0837 6.58579 17.7489 6.25105C17.4142 5.91632 16.8715 5.91632 16.5368 6.25105L12 10.7878L7.46323 6.25105C7.1285 5.91632 6.58579 5.91632 6.25105 6.25105C5.91632 6.58579 5.91632 7.1285 6.25105 7.46323L10.7878 12L6.25105 16.5368C5.91632 16.8715 5.91632 17.4142 6.25105 17.7489C6.58579 18.0837 7.1285 18.0837 7.46323 17.7489L12 13.2122L16.5368 17.7489C16.8715 18.0837 17.4142 18.0837 17.7489 17.7489C18.0837 17.4142 18.0837 16.8715 17.7489 16.5368L13.2122 12L17.7489 7.46323Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle
10
+ cx="8"
11
+ cy="4"
12
+ r="4"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ d="M8 8.5C4.54216 8.5 1.63087 10.84 0.763329 14.0229C0.472858 15.0886 1.39543 16 2.5 16H13.5C14.6046 16 15.5271 15.0886 15.2367 14.0229C14.3691 10.84 11.4578 8.5 8 8.5Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ </template>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.3",
4
+ "version": "2.0.5",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",