adata-ui 3.1.26 → 3.1.28

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.26",
8
+ "version": "3.1.28",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -86,9 +86,7 @@ onBeforeMount(() => {
86
86
  class="text-deepblue dark:text-[#E3E5E8]"
87
87
  @click="goToAnotherModule"
88
88
  >
89
- <span class="visually-hidden"> Сервисы Adata.kz</span>
90
-
91
- <adata-logo
89
+ <i-adata
92
90
  :font-controlled="false"
93
91
  filled
94
92
  />
@@ -14,13 +14,13 @@ interface Props {
14
14
  oldVersion?: string;
15
15
  redirectAfterLogin?: string;
16
16
  }
17
- declare var __VLS_4: {}, __VLS_18: {}, __VLS_55: {};
17
+ declare var __VLS_4: {}, __VLS_17: {}, __VLS_54: {};
18
18
  type __VLS_Slots = {} & {
19
19
  'mobile-left'?: (props: typeof __VLS_4) => any;
20
20
  } & {
21
- 'mobile-right'?: (props: typeof __VLS_18) => any;
21
+ 'mobile-right'?: (props: typeof __VLS_17) => any;
22
22
  } & {
23
- notifications?: (props: typeof __VLS_55) => any;
23
+ notifications?: (props: typeof __VLS_54) => any;
24
24
  };
25
25
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
26
26
  daysRemaining: number;
@@ -75,13 +75,14 @@ function onSend() {
75
75
  />
76
76
  </div>
77
77
  </slot>
78
- <div>
78
+ <div class="flex flex-col gap-2 w-full">
79
79
  <adt-button
80
80
  block
81
81
  @click="onSend"
82
82
  >
83
83
  {{ t("forms.request_demo.send") }}
84
84
  </adt-button>
85
+ <slot name="info" />
85
86
  </div>
86
87
  </div>
87
88
  </div>
@@ -2,13 +2,15 @@ type __VLS_Props = {
2
2
  title?: string;
3
3
  description?: string;
4
4
  };
5
- declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
5
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_27: {};
6
6
  type __VLS_Slots = {} & {
7
7
  title?: (props: typeof __VLS_1) => any;
8
8
  } & {
9
9
  description?: (props: typeof __VLS_3) => any;
10
10
  } & {
11
11
  inputs?: (props: typeof __VLS_5) => any;
12
+ } & {
13
+ info?: (props: typeof __VLS_27) => any;
12
14
  };
13
15
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
16
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.26",
3
+ "version": "3.1.28",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",