@zap-wunschlachen/wl-shared-components 1.0.26 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zap-wunschlachen/wl-shared-components",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -9,7 +9,7 @@
9
9
  </template>
10
10
 
11
11
  <script setup lang="ts">
12
- import { siteColors } from '@/utils';
12
+ import { siteColors } from "../../utils/index";
13
13
  import { computed } from 'vue';
14
14
  import './Background.css';
15
15
  import WunschlachenBackground from './WunschlachenBackground.vue';
@@ -5,5 +5,5 @@
5
5
  </template>
6
6
 
7
7
  <script setup lang="ts">
8
- import { siteColors } from '@/utils';
8
+ import { siteColors } from "../../utils/index";
9
9
  </script>
@@ -7,5 +7,5 @@
7
7
  </template>
8
8
 
9
9
  <script setup lang="ts">
10
- import { siteColors } from '@/utils';
10
+ import { siteColors } from "../../utils/index";
11
11
  </script>
@@ -10,7 +10,7 @@
10
10
  </template>
11
11
 
12
12
  <script setup lang="ts">
13
- import { siteColors } from '@/utils';
13
+ import { siteColors } from "../../utils/index";
14
14
 
15
15
  // You can pass props if you need to customize it
16
16
  defineProps({
@@ -92,7 +92,7 @@
92
92
  </template>
93
93
 
94
94
  <script setup lang="ts">
95
- import { siteColors } from '@/utils';
95
+ import { siteColors } from "../../utils/index";
96
96
 
97
97
  // You can pass props if you need to customize it
98
98
  defineProps({
@@ -46,7 +46,7 @@ import { PhoneIcon, EnvelopeIcon } from '@heroicons/vue/24/outline';
46
46
  import Logo from '../Icons/Logo.vue';
47
47
  import MaintenanceIllustration from './MaintenanceIllustration.vue';
48
48
  import './MaintenanceBanner.css';
49
- import { siteColors } from '@/utils';
49
+ import { siteColors } from "../../utils/index";
50
50
  import Button from '../Button/Button.vue';
51
51
  import { computed } from 'vue';
52
52
  import Background from '../Background/Background.vue';
@@ -40,7 +40,7 @@
40
40
  </template>
41
41
 
42
42
  <script setup lang="ts">
43
- import { siteColors } from '@/utils';
43
+ import { siteColors } from "../../utils/index";
44
44
  defineProps({
45
45
  width: {
46
46
  type: [String, Number],