Upgrade Vite, Vue and other thrid-party packages

This commit is contained in:
Darko Gjorgjijoski
2025-01-12 17:38:18 +01:00
parent 7e2d257f7d
commit fcf64c0b26
5 changed files with 44 additions and 2493 deletions

View File

@@ -33,6 +33,9 @@ const classObject = computed(() => {
</script>
<style lang="scss">
@use 'sass:color';
$base-content-placeholders-primary-color: #ccc !default;
$base-content-placeholders-secondary-color: #eee !default;
$base-content-placeholders-border-radius: 6px !default;
@@ -77,7 +80,7 @@ $base-content-placeholders-spacing: 10px !default;
background: linear-gradient(
to right,
transparent 0%,
darken($base-content-placeholders-secondary-color, 5%) 15%,
color.adjust($base-content-placeholders-secondary-color, $lightness: -5%) 15%,
transparent 30%
);
animation-duration: 1.5s;
@@ -168,7 +171,7 @@ $base-content-placeholders-spacing: 10px !default;
background: linear-gradient(
to right,
transparent 0%,
darken($base-content-placeholders-secondary-color, 5%) 15%,
color.adjust($base-content-placeholders-secondary-color, $lightness: -5%) 15%,
transparent 30%
);
animation-duration: 1.5s;

View File

@@ -250,9 +250,9 @@
</p>
</div>
<a
href="#"
<span
class="
cursor-pointer
box-border
absolute
z-30
@@ -273,7 +273,7 @@
@click.prevent.stop="onFileRemove(index)"
>
<BaseIcon name="XIcon" class="h-4 text-xl leading-6 text-black" />
</a>
</span>
</a>
</div>
@@ -348,9 +348,9 @@
</p>
</div>
<a
href="#"
<span
class="
cursor-pointer
box-border
absolute
z-30
@@ -371,7 +371,7 @@
@click.prevent.stop="onFileRemove(index)"
>
<BaseIcon name="XIcon" class="h-4 text-xl leading-6 text-black" />
</a>
</span>
</a>
</div>
</form>