adata-ui 3.1.26 → 3.1.27

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.27",
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.26",
3
+ "version": "3.1.27",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",