@designcrowd/fe-shared-lib 1.5.26-pre-gt-0007 → 1.5.26
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/.vscode/settings.json +2 -0
- package/dist/css/tailwind-brandCrowd.css +0 -3
- package/dist/css/tailwind-brandPage.css +2 -321
- package/dist/css/tailwind-crazyDomains.css +100 -103
- package/dist/css/tailwind-designCom.css +110 -113
- package/dist/css/tailwind-designCrowd.css +78 -81
- package/index.js +0 -1
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +21 -4
- package/public/css/tailwind-brandPage.css +13 -4
- package/public/css/tailwind-crazyDomains.css +21 -4
- package/public/css/tailwind-designCom.css +21 -4
- package/public/css/tailwind-designCrowd.css +21 -4
- package/src/atoms/components/Carousel/carousel.stories.js +0 -135
- package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +5 -4
- package/.storybook-static/favicon.svg +0 -1
- package/.storybook-static/index.html +0 -156
- package/.storybook-static/index.json +0 -1
- package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/.storybook-static/nunito-sans-bold.woff2 +0 -0
- package/.storybook-static/nunito-sans-italic.woff2 +0 -0
- package/.storybook-static/nunito-sans-regular.woff2 +0 -0
- package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +0 -5
- package/.storybook-static/sb-addons/links-2/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -188
- package/.storybook-static/sb-addons/themes-3/manager-bundle.js +0 -3
- package/.storybook-static/sb-common-assets/favicon.svg +0 -1
- package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/.storybook-static/sb-manager/globals-module-info.js +0 -797
- package/.storybook-static/sb-manager/globals-runtime.js +0 -72062
- package/.storybook-static/sb-manager/globals.js +0 -34
- package/.storybook-static/sb-manager/runtime.js +0 -13002
- package/src/atoms/components/Carousel/CarouselSSR.vue +0 -215
|
@@ -946,6 +946,9 @@ video {
|
|
|
946
946
|
.theme-designCom .tw-w-96 {
|
|
947
947
|
width: 24rem;
|
|
948
948
|
}
|
|
949
|
+
.theme-designCom .tw-w-\[14rem\] {
|
|
950
|
+
width: 14rem;
|
|
951
|
+
}
|
|
949
952
|
.theme-designCom .tw-w-auto {
|
|
950
953
|
width: auto;
|
|
951
954
|
}
|
|
@@ -1210,6 +1213,9 @@ video {
|
|
|
1210
1213
|
.theme-designCom .tw-rounded-full {
|
|
1211
1214
|
border-radius: 9999px;
|
|
1212
1215
|
}
|
|
1216
|
+
.theme-designCom .tw-rounded-lg {
|
|
1217
|
+
border-radius: 0.75rem;
|
|
1218
|
+
}
|
|
1213
1219
|
.theme-designCom .tw-rounded-md {
|
|
1214
1220
|
border-radius: 0.375rem;
|
|
1215
1221
|
}
|
|
@@ -1306,10 +1312,6 @@ video {
|
|
|
1306
1312
|
--tw-border-opacity: 1;
|
|
1307
1313
|
border-color: rgb(182 58 42 / var(--tw-border-opacity));
|
|
1308
1314
|
}
|
|
1309
|
-
.theme-designCom .tw-border-grayscale-100 {
|
|
1310
|
-
--tw-border-opacity: 1;
|
|
1311
|
-
border-color: rgb(250 250 250 / var(--tw-border-opacity));
|
|
1312
|
-
}
|
|
1313
1315
|
.theme-designCom .tw-border-grayscale-300 {
|
|
1314
1316
|
--tw-border-opacity: 1;
|
|
1315
1317
|
border-color: rgb(237 237 237 / var(--tw-border-opacity));
|
|
@@ -1851,6 +1853,9 @@ video {
|
|
|
1851
1853
|
.theme-designCom .tw-font-bold {
|
|
1852
1854
|
font-weight: 700;
|
|
1853
1855
|
}
|
|
1856
|
+
.theme-designCom .tw-font-medium {
|
|
1857
|
+
font-weight: 500;
|
|
1858
|
+
}
|
|
1854
1859
|
.theme-designCom .tw-font-normal {
|
|
1855
1860
|
font-weight: 400;
|
|
1856
1861
|
}
|
|
@@ -2098,6 +2103,10 @@ video {
|
|
|
2098
2103
|
--tw-bg-opacity: 1;
|
|
2099
2104
|
background-color: rgb(227 227 227 / var(--tw-bg-opacity));
|
|
2100
2105
|
}
|
|
2106
|
+
.theme-designCom .hover\:tw-bg-grayscale-500:hover {
|
|
2107
|
+
--tw-bg-opacity: 1;
|
|
2108
|
+
background-color: rgb(209 209 209 / var(--tw-bg-opacity));
|
|
2109
|
+
}
|
|
2101
2110
|
.theme-designCom .hover\:tw-bg-info-100:hover {
|
|
2102
2111
|
--tw-bg-opacity: 1;
|
|
2103
2112
|
background-color: rgb(236 238 254 / var(--tw-bg-opacity));
|
|
@@ -2122,6 +2131,10 @@ video {
|
|
|
2122
2131
|
--tw-bg-opacity: 1;
|
|
2123
2132
|
background-color: rgb(50 71 197 / var(--tw-bg-opacity));
|
|
2124
2133
|
}
|
|
2134
|
+
.theme-designCom .hover\:tw-bg-primary-700:hover {
|
|
2135
|
+
--tw-bg-opacity: 1;
|
|
2136
|
+
background-color: rgb(38 53 148 / var(--tw-bg-opacity));
|
|
2137
|
+
}
|
|
2125
2138
|
.theme-designCom .hover\:tw-bg-secondary-100:hover {
|
|
2126
2139
|
--tw-bg-opacity: 1;
|
|
2127
2140
|
background-color: rgb(236 236 236 / var(--tw-bg-opacity));
|
|
@@ -2138,6 +2151,10 @@ video {
|
|
|
2138
2151
|
--tw-bg-opacity: 1;
|
|
2139
2152
|
background-color: rgb(49 49 49 / var(--tw-bg-opacity));
|
|
2140
2153
|
}
|
|
2154
|
+
.theme-designCom .hover\:tw-bg-secondary-700:hover {
|
|
2155
|
+
--tw-bg-opacity: 1;
|
|
2156
|
+
background-color: rgb(37 37 37 / var(--tw-bg-opacity));
|
|
2157
|
+
}
|
|
2141
2158
|
.theme-designCom .hover\:tw-bg-success-100:hover {
|
|
2142
2159
|
--tw-bg-opacity: 1;
|
|
2143
2160
|
background-color: rgb(236 238 254 / var(--tw-bg-opacity));
|
|
@@ -946,6 +946,9 @@ video {
|
|
|
946
946
|
.theme-designCrowd .tw-w-96 {
|
|
947
947
|
width: 24rem;
|
|
948
948
|
}
|
|
949
|
+
.theme-designCrowd .tw-w-\[14rem\] {
|
|
950
|
+
width: 14rem;
|
|
951
|
+
}
|
|
949
952
|
.theme-designCrowd .tw-w-auto {
|
|
950
953
|
width: auto;
|
|
951
954
|
}
|
|
@@ -1210,6 +1213,9 @@ video {
|
|
|
1210
1213
|
.theme-designCrowd .tw-rounded-full {
|
|
1211
1214
|
border-radius: 9999px;
|
|
1212
1215
|
}
|
|
1216
|
+
.theme-designCrowd .tw-rounded-lg {
|
|
1217
|
+
border-radius: 0.5rem;
|
|
1218
|
+
}
|
|
1213
1219
|
.theme-designCrowd .tw-rounded-md {
|
|
1214
1220
|
border-radius: 0.375rem;
|
|
1215
1221
|
}
|
|
@@ -1306,10 +1312,6 @@ video {
|
|
|
1306
1312
|
--tw-border-opacity: 1;
|
|
1307
1313
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
1308
1314
|
}
|
|
1309
|
-
.theme-designCrowd .tw-border-grayscale-100 {
|
|
1310
|
-
--tw-border-opacity: 1;
|
|
1311
|
-
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1312
|
-
}
|
|
1313
1315
|
.theme-designCrowd .tw-border-grayscale-300 {
|
|
1314
1316
|
--tw-border-opacity: 1;
|
|
1315
1317
|
border-color: rgb(239 239 239 / var(--tw-border-opacity));
|
|
@@ -1851,6 +1853,9 @@ video {
|
|
|
1851
1853
|
.theme-designCrowd .tw-font-bold {
|
|
1852
1854
|
font-weight: 700;
|
|
1853
1855
|
}
|
|
1856
|
+
.theme-designCrowd .tw-font-medium {
|
|
1857
|
+
font-weight: 500;
|
|
1858
|
+
}
|
|
1854
1859
|
.theme-designCrowd .tw-font-normal {
|
|
1855
1860
|
font-weight: 400;
|
|
1856
1861
|
}
|
|
@@ -2098,6 +2103,10 @@ video {
|
|
|
2098
2103
|
--tw-bg-opacity: 1;
|
|
2099
2104
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2100
2105
|
}
|
|
2106
|
+
.theme-designCrowd .hover\:tw-bg-grayscale-500:hover {
|
|
2107
|
+
--tw-bg-opacity: 1;
|
|
2108
|
+
background-color: rgb(204 204 204 / var(--tw-bg-opacity));
|
|
2109
|
+
}
|
|
2101
2110
|
.theme-designCrowd .hover\:tw-bg-info-100:hover {
|
|
2102
2111
|
--tw-bg-opacity: 1;
|
|
2103
2112
|
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
@@ -2122,6 +2131,10 @@ video {
|
|
|
2122
2131
|
--tw-bg-opacity: 1;
|
|
2123
2132
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2124
2133
|
}
|
|
2134
|
+
.theme-designCrowd .hover\:tw-bg-primary-700:hover {
|
|
2135
|
+
--tw-bg-opacity: 1;
|
|
2136
|
+
background-color: rgb(10 91 141 / var(--tw-bg-opacity));
|
|
2137
|
+
}
|
|
2125
2138
|
.theme-designCrowd .hover\:tw-bg-secondary-100:hover {
|
|
2126
2139
|
--tw-bg-opacity: 1;
|
|
2127
2140
|
background-color: rgb(223 226 230 / var(--tw-bg-opacity));
|
|
@@ -2138,6 +2151,10 @@ video {
|
|
|
2138
2151
|
--tw-bg-opacity: 1;
|
|
2139
2152
|
background-color: rgb(74 87 103 / var(--tw-bg-opacity));
|
|
2140
2153
|
}
|
|
2154
|
+
.theme-designCrowd .hover\:tw-bg-secondary-700:hover {
|
|
2155
|
+
--tw-bg-opacity: 1;
|
|
2156
|
+
background-color: rgb(56 65 77 / var(--tw-bg-opacity));
|
|
2157
|
+
}
|
|
2141
2158
|
.theme-designCrowd .hover\:tw-bg-success-100:hover {
|
|
2142
2159
|
--tw-bg-opacity: 1;
|
|
2143
2160
|
background-color: rgb(213 242 223 / var(--tw-bg-opacity));
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Icon from '../Icon/Icon.vue';
|
|
2
2
|
import { cards } from './Carousel.fixtures';
|
|
3
3
|
import Carousel from './Carousel.vue';
|
|
4
|
-
import CarouselSSR from './CarouselSSR.vue';
|
|
5
4
|
|
|
6
5
|
export default {
|
|
7
6
|
title: 'Components/Carousel',
|
|
@@ -529,137 +528,3 @@ export const ResponsiveBreakpoints = {
|
|
|
529
528
|
},
|
|
530
529
|
},
|
|
531
530
|
};
|
|
532
|
-
|
|
533
|
-
// CarouselSSR - SSR-safe wrapper that prevents hydration mismatches
|
|
534
|
-
export const SSRSafe = {
|
|
535
|
-
args: {
|
|
536
|
-
cards,
|
|
537
|
-
showControls: true,
|
|
538
|
-
showBullets: true,
|
|
539
|
-
options: {
|
|
540
|
-
loop: true,
|
|
541
|
-
spaceBetween: 20,
|
|
542
|
-
slidesPerView: 1,
|
|
543
|
-
breakpoints: {
|
|
544
|
-
640: {
|
|
545
|
-
slidesPerView: 2,
|
|
546
|
-
slidesPerGroup: 2,
|
|
547
|
-
},
|
|
548
|
-
1024: {
|
|
549
|
-
slidesPerView: 3,
|
|
550
|
-
slidesPerGroup: 3,
|
|
551
|
-
},
|
|
552
|
-
},
|
|
553
|
-
},
|
|
554
|
-
},
|
|
555
|
-
render: (args) => ({
|
|
556
|
-
components: { CarouselSSR },
|
|
557
|
-
setup() {
|
|
558
|
-
return { args };
|
|
559
|
-
},
|
|
560
|
-
template: `
|
|
561
|
-
<div class="tw-p-8">
|
|
562
|
-
<div class="tw-mb-4 tw-p-4 tw-bg-green-50 tw-rounded-lg">
|
|
563
|
-
<p class="tw-text-sm tw-font-semibold tw-text-green-800">CarouselSSR Component</p>
|
|
564
|
-
<p class="tw-text-sm tw-text-green-700 tw-mt-1">
|
|
565
|
-
This wrapper prevents hydration mismatch errors in SSR environments (Nuxt).
|
|
566
|
-
It renders a static skeleton server-side, then switches to the interactive Swiper on the client.
|
|
567
|
-
</p>
|
|
568
|
-
</div>
|
|
569
|
-
<CarouselSSR
|
|
570
|
-
:cards="args.cards"
|
|
571
|
-
:show-controls="args.showControls"
|
|
572
|
-
:show-bullets="args.showBullets"
|
|
573
|
-
:options="args.options"
|
|
574
|
-
>
|
|
575
|
-
<template #slide="{ slide }">
|
|
576
|
-
<div class="tw-flex tw-flex-col tw-items-center tw-cursor-pointer tw-p-4 tw-bg-gray-50 tw-rounded-lg tw-h-full">
|
|
577
|
-
<img :src="slide.imageUrl" :alt="slide.name" class="tw-w-full tw-h-48 tw-object-contain tw-mb-4" />
|
|
578
|
-
<span class="tw-text-lg tw-font-semibold tw-text-center">{{ slide.name }}</span>
|
|
579
|
-
</div>
|
|
580
|
-
</template>
|
|
581
|
-
</CarouselSSR>
|
|
582
|
-
</div>
|
|
583
|
-
`,
|
|
584
|
-
}),
|
|
585
|
-
parameters: {
|
|
586
|
-
docs: {
|
|
587
|
-
description: {
|
|
588
|
-
story: `
|
|
589
|
-
**CarouselSSR** is an SSR-safe wrapper around the Carousel component designed for use in Nuxt/SSR environments.
|
|
590
|
-
|
|
591
|
-
### Why use CarouselSSR?
|
|
592
|
-
Swiper.js initializes client-side and adds classes/styles that don't exist on the server, causing Vue hydration mismatches. CarouselSSR solves this by:
|
|
593
|
-
|
|
594
|
-
1. **Server-side**: Renders a static skeleton that matches the carousel layout (showing actual card content)
|
|
595
|
-
2. **Client-side**: After mount, switches to the interactive Swiper carousel
|
|
596
|
-
|
|
597
|
-
### Migration
|
|
598
|
-
Replace \`Carousel\` with \`CarouselSSR\` - the API is identical:
|
|
599
|
-
|
|
600
|
-
\`\`\`vue
|
|
601
|
-
<!-- Before -->
|
|
602
|
-
<Carousel :cards="cards" :options="options">
|
|
603
|
-
<template #slide="{ slide }">...</template>
|
|
604
|
-
</Carousel>
|
|
605
|
-
|
|
606
|
-
<!-- After -->
|
|
607
|
-
<CarouselSSR :cards="cards" :options="options">
|
|
608
|
-
<template #slide="{ slide }">...</template>
|
|
609
|
-
</CarouselSSR>
|
|
610
|
-
\`\`\`
|
|
611
|
-
|
|
612
|
-
### Additional Props
|
|
613
|
-
- \`skeletonSlideCount\` (Number, default: 6) - How many slides to show in the skeleton
|
|
614
|
-
`,
|
|
615
|
-
},
|
|
616
|
-
},
|
|
617
|
-
},
|
|
618
|
-
};
|
|
619
|
-
|
|
620
|
-
// CarouselSSR with custom skeleton slide count
|
|
621
|
-
export const SSRSafeCustomSkeletonCount = {
|
|
622
|
-
args: {
|
|
623
|
-
cards: [...cards, ...cards],
|
|
624
|
-
skeletonSlideCount: 3,
|
|
625
|
-
options: {
|
|
626
|
-
spaceBetween: 20,
|
|
627
|
-
slidesPerView: 'auto',
|
|
628
|
-
},
|
|
629
|
-
},
|
|
630
|
-
render: (args) => ({
|
|
631
|
-
components: { CarouselSSR },
|
|
632
|
-
setup() {
|
|
633
|
-
return { args };
|
|
634
|
-
},
|
|
635
|
-
template: `
|
|
636
|
-
<div class="tw-p-8">
|
|
637
|
-
<div class="tw-mb-4 tw-p-4 tw-bg-blue-50 tw-rounded-lg">
|
|
638
|
-
<p class="tw-text-sm tw-text-blue-800">
|
|
639
|
-
<strong>skeletonSlideCount: 3</strong> - Only shows 3 slides in the SSR skeleton,
|
|
640
|
-
even though there are more cards. Useful for controlling initial render size.
|
|
641
|
-
</p>
|
|
642
|
-
</div>
|
|
643
|
-
<CarouselSSR
|
|
644
|
-
:cards="args.cards"
|
|
645
|
-
:skeleton-slide-count="args.skeletonSlideCount"
|
|
646
|
-
:options="args.options"
|
|
647
|
-
>
|
|
648
|
-
<template #slide="{ slide }">
|
|
649
|
-
<div class="tw-flex tw-flex-col tw-items-center tw-p-4 tw-bg-white tw-rounded-lg tw-shadow" style="width: 200px;">
|
|
650
|
-
<img :src="slide.imageUrl" :alt="slide.name" class="tw-w-full tw-h-32 tw-object-contain tw-mb-2" />
|
|
651
|
-
<span class="tw-text-center tw-text-sm tw-font-medium">{{ slide.name }}</span>
|
|
652
|
-
</div>
|
|
653
|
-
</template>
|
|
654
|
-
</CarouselSSR>
|
|
655
|
-
</div>
|
|
656
|
-
`,
|
|
657
|
-
}),
|
|
658
|
-
parameters: {
|
|
659
|
-
docs: {
|
|
660
|
-
description: {
|
|
661
|
-
story: 'Control how many slides appear in the SSR skeleton with the `skeletonSlideCount` prop.',
|
|
662
|
-
},
|
|
663
|
-
},
|
|
664
|
-
},
|
|
665
|
-
};
|
package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue
CHANGED
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
</div>
|
|
37
37
|
</div>
|
|
38
38
|
</div>
|
|
39
|
-
<div class="bottom-bar tw-mt-2">
|
|
39
|
+
<div class="bottom-bar tw-mt-2 tw-border-grayscale-300">
|
|
40
40
|
<div
|
|
41
|
-
class="bottom-bar tw-mt-6 tw-bg-grayscale-200 tw-flex tw-flex-col md:tw-flex-row md:tw-items-center md:tw-gap-2"
|
|
41
|
+
class="bottom-bar tw-mt-6 tw-border-grayscale-300 tw-bg-grayscale-200 tw-flex tw-flex-col md:tw-flex-row md:tw-items-center md:tw-gap-2"
|
|
42
42
|
>
|
|
43
43
|
<div class="button-size md:tw-flex-1">
|
|
44
44
|
<Button
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
</template>
|
|
70
70
|
<script setup lang="ts">
|
|
71
71
|
import { Ref, ref } from 'vue';
|
|
72
|
-
import Modal from '../../../atoms/components/Modal/Modal.vue';
|
|
73
72
|
import Button from '../../../atoms/components/Button/Button.vue';
|
|
74
73
|
import Icon from '../../../atoms/components/Icon/Icon.vue';
|
|
74
|
+
import Modal from '../../../atoms/components/Modal/Modal.vue';
|
|
75
75
|
import { websiteContextualUpgradeModalTr } from '../../../useSharedLibTranslate';
|
|
76
76
|
import { WEBSITE_UPGRADE_CONTEXT_TYPES, type WebsiteContextUpgradeType } from '../../models/websiteContextualModel';
|
|
77
77
|
|
|
@@ -190,7 +190,8 @@ const onUpgradeClick = () => {
|
|
|
190
190
|
</script>
|
|
191
191
|
<style scoped>
|
|
192
192
|
.bottom-bar {
|
|
193
|
-
@apply tw-absolute tw-p-4 tw-bottom-0 tw-left-0 tw-w-full tw-border-t
|
|
193
|
+
@apply tw-absolute tw-p-4 tw-bottom-0 tw-left-0 tw-w-full tw-border-t md:tw-p-0 md:tw-relative md:tw-border-none;
|
|
194
|
+
@apply tw-absolute tw-p-4 tw-bottom-0 tw-left-0 tw-w-full tw-border-t tw-border-gray-300 md:tw-p-0 md:tw-relative md:tw-border-none;
|
|
194
195
|
}
|
|
195
196
|
.button-size {
|
|
196
197
|
@apply tw-w-full md:tw-max-w-40;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svgjs="http://svgjs.com/svgjs" xmlns:xlink="http://www.w3.org/1999/xlink" width="164" height="164" version="1.1"><svg xmlns="http://www.w3.org/2000/svg" width="164" height="164" fill="none" viewBox="0 0 164 164"><path fill="#FF4785" d="M22.467 147.762 17.5 15.402a8.062 8.062 0 0 1 7.553-8.35L137.637.016a8.061 8.061 0 0 1 8.565 8.047v144.23a8.063 8.063 0 0 1-8.424 8.054l-107.615-4.833a8.062 8.062 0 0 1-7.695-7.752Z"/><path fill="#fff" fill-rule="evenodd" d="m128.785.57-15.495.968-.755 18.172a1.203 1.203 0 0 0 1.928 1.008l7.06-5.354 5.962 4.697a1.202 1.202 0 0 0 1.946-.987L128.785.569Zm-12.059 60.856c-2.836 2.203-23.965 3.707-23.965.57.447-11.969-4.912-12.494-7.889-12.494-2.828 0-7.59.855-7.59 7.267 0 6.534 6.96 10.223 15.13 14.553 11.607 6.15 25.654 13.594 25.654 32.326 0 17.953-14.588 27.871-33.194 27.871-19.201 0-35.981-7.769-34.086-34.702.744-3.163 25.156-2.411 25.156 0-.298 11.114 2.232 14.383 8.633 14.383 4.912 0 7.144-2.708 7.144-7.267 0-6.9-7.252-10.973-15.595-15.657C64.827 81.933 51.53 74.468 51.53 57.34c0-17.098 11.76-28.497 32.747-28.497 20.988 0 32.449 11.224 32.449 32.584Z" clip-rule="evenodd"/></svg><style>@media (prefers-color-scheme:light){:root{filter:none}}</style></svg>
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
|
|
6
|
-
<title>storybook - Storybook</title>
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
|
|
11
|
-
|
|
12
|
-
<style>
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: 'Nunito Sans';
|
|
15
|
-
font-style: normal;
|
|
16
|
-
font-weight: 400;
|
|
17
|
-
font-display: swap;
|
|
18
|
-
src: url('./sb-common-assets/nunito-sans-regular.woff2') format('woff2');
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@font-face {
|
|
22
|
-
font-family: 'Nunito Sans';
|
|
23
|
-
font-style: italic;
|
|
24
|
-
font-weight: 400;
|
|
25
|
-
font-display: swap;
|
|
26
|
-
src: url('./sb-common-assets/nunito-sans-italic.woff2') format('woff2');
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@font-face {
|
|
30
|
-
font-family: 'Nunito Sans';
|
|
31
|
-
font-style: normal;
|
|
32
|
-
font-weight: 700;
|
|
33
|
-
font-display: swap;
|
|
34
|
-
src: url('./sb-common-assets/nunito-sans-bold.woff2') format('woff2');
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@font-face {
|
|
38
|
-
font-family: 'Nunito Sans';
|
|
39
|
-
font-style: italic;
|
|
40
|
-
font-weight: 700;
|
|
41
|
-
font-display: swap;
|
|
42
|
-
src: url('./sb-common-assets/nunito-sans-bold-italic.woff2') format('woff2');
|
|
43
|
-
}
|
|
44
|
-
</style>
|
|
45
|
-
|
|
46
|
-
<link href="./sb-manager/runtime.js" rel="modulepreload" />
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<link href="./sb-addons/storybook-core-server-presets-0/common-manager-bundle.js" rel="modulepreload" />
|
|
50
|
-
|
|
51
|
-
<link href="./sb-addons/a11y-1/manager-bundle.js" rel="modulepreload" />
|
|
52
|
-
|
|
53
|
-
<link href="./sb-addons/links-2/manager-bundle.js" rel="modulepreload" />
|
|
54
|
-
|
|
55
|
-
<link href="./sb-addons/themes-3/manager-bundle.js" rel="modulepreload" />
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
<style>
|
|
59
|
-
#storybook-root[hidden] {
|
|
60
|
-
display: none !important;
|
|
61
|
-
}
|
|
62
|
-
</style>
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</head>
|
|
66
|
-
<body>
|
|
67
|
-
<div id="root"></div>
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
<script>
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
window['FEATURES'] = {
|
|
74
|
-
"argTypeTargetsV7": true,
|
|
75
|
-
"legacyDecoratorFileOrder": false,
|
|
76
|
-
"disallowImplicitActionsInRenderV8": true,
|
|
77
|
-
"viewport": true,
|
|
78
|
-
"highlight": true,
|
|
79
|
-
"controls": true,
|
|
80
|
-
"interactions": true,
|
|
81
|
-
"actions": true,
|
|
82
|
-
"backgrounds": true,
|
|
83
|
-
"outline": true,
|
|
84
|
-
"measure": true
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
window['REFS'] = {};
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
window['LOGLEVEL'] = "info";
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
window['DOCS_OPTIONS'] = {
|
|
98
|
-
"autodocs": true
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
window['CONFIG_TYPE'] = "PRODUCTION";
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
window['TAGS_OPTIONS'] = {
|
|
112
|
-
"dev-only": {
|
|
113
|
-
"excludeFromDocsStories": true
|
|
114
|
-
},
|
|
115
|
-
"docs-only": {
|
|
116
|
-
"excludeFromSidebar": true
|
|
117
|
-
},
|
|
118
|
-
"test-only": {
|
|
119
|
-
"excludeFromSidebar": true,
|
|
120
|
-
"excludeFromDocsStories": true
|
|
121
|
-
}
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
window['STORYBOOK_RENDERER'] = "vue3";
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
window['STORYBOOK_BUILDER'] = "@storybook/builder-vite";
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
window['STORYBOOK_FRAMEWORK'] = "@storybook/vue3-vite";
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
</script>
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
<script type="module">
|
|
141
|
-
import './sb-manager/globals-runtime.js';
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
import './sb-addons/storybook-core-server-presets-0/common-manager-bundle.js';
|
|
145
|
-
|
|
146
|
-
import './sb-addons/a11y-1/manager-bundle.js';
|
|
147
|
-
|
|
148
|
-
import './sb-addons/links-2/manager-bundle.js';
|
|
149
|
-
|
|
150
|
-
import './sb-addons/themes-3/manager-bundle.js';
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
import './sb-manager/runtime.js';
|
|
154
|
-
</script>
|
|
155
|
-
</body>
|
|
156
|
-
</html>
|