@imaginario27/air-ui-ds 1.0.10 → 1.0.11

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,5 @@
1
1
  <template>
2
- <NuxtLink
3
- v-if="redirectToHome"
2
+ <NuxtLink
4
3
  :to
5
4
  >
6
5
  <SVGImage
@@ -9,31 +8,18 @@
9
8
  :class="logoClass"
10
9
  />
11
10
  </NuxtLink>
12
- <div
13
- v-else
14
- :class="logoClass"
15
- :aria-label="ariaLabel"
16
- v-html="src"
17
- />
18
11
  </template>
19
12
  <script setup lang="ts">
20
- // Imports
21
- import logo from '@/public/images/logo/air-ui-logo-color.svg?raw'
22
-
23
13
  // Props
24
14
  defineProps({
25
15
  src: {
26
16
  type: String as PropType<string>,
27
- default: logo
17
+ required: true
28
18
  },
29
19
  ariaLabel: {
30
20
  type: String as PropType<string>,
31
21
  default: 'App logo'
32
22
  },
33
- redirectToHome: {
34
- type: Boolean as PropType<boolean>,
35
- default: true
36
- },
37
23
  to: {
38
24
  type: String as PropType<string>,
39
25
  default: '/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imaginario27/air-ui-ds",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "author": "imaginario27",
5
5
  "type": "module",
6
6
  "homepage": "https://air-ui.netlify.app/",
@@ -45,7 +45,7 @@
45
45
  "@nuxt/test-utils": "3.19.2",
46
46
  "@vitest/coverage-v8": "3.2.4",
47
47
  "@vue/test-utils": "2.4.6",
48
- "eslint": "^9.36.0",
48
+ "eslint": "9.36.0",
49
49
  "happy-dom": "18.0.1",
50
50
  "playwright-core": "1.55.1",
51
51
  "prettier": "3.6.2",