proto-autos-wc 0.0.994 → 0.0.996
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/cjs/proto-autos.cjs.entry.js +3 -3
- package/dist/collection/styles/{utils.css → shadow.css} +41 -26
- package/dist/collection/tokens.css +6 -350
- package/dist/collection/utils/tw-version.js +1 -1
- package/dist/esm/proto-autos.entry.js +3 -3
- package/dist/proto-autos-wc/p-bf765799.entry.js +1 -0
- package/dist/proto-autos-wc/proto-autos-wc.esm.js +1 -1
- package/dist/proto-autos-wc/tokens.css +6 -350
- package/dist/types/utils/tw-version.d.ts +1 -1
- package/package.json +5 -5
- package/dist/proto-autos-wc/p-ebd5815b.entry.js +0 -1
|
@@ -797,7 +797,7 @@ const actions = {
|
|
|
797
797
|
};
|
|
798
798
|
|
|
799
799
|
// WARNING: generated file...
|
|
800
|
-
const TW_VERSION = '4.0.
|
|
800
|
+
const TW_VERSION = '4.0.5';
|
|
801
801
|
|
|
802
802
|
const tw = (...classes) => {
|
|
803
803
|
return classes.filter(Boolean).join(' ');
|
|
@@ -918,8 +918,8 @@ const ToolBar = _props => {
|
|
|
918
918
|
: 'bg-clrs-yellow text-clrs-navy'), onClick: () => actions.updatePick(indx), title: `${dealer.name} (${dealer.vehicles.length})` }, indx + 1))))));
|
|
919
919
|
};
|
|
920
920
|
|
|
921
|
-
const
|
|
922
|
-
const ProtoAutosStyle0 =
|
|
921
|
+
const shadowCss = "/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer theme {\n :root,\n :host {\n --font-sans:\n ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';\n --font-mono:\n ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',\n 'Courier New', monospace;\n --color-yellow-300: oklch(0.905 0.182 98.111);\n --color-yellow-600: oklch(0.681 0.162 75.834);\n --color-green-200: oklch(0.925 0.084 155.995);\n --color-green-600: oklch(0.627 0.194 149.214);\n --color-blue-200: oklch(0.882 0.059 254.128);\n --color-blue-400: oklch(0.707 0.165 254.624);\n --color-gray-300: oklch(0.872 0.01 258.338);\n --color-gray-600: oklch(0.446 0.03 256.802);\n --color-white: #fff;\n --spacing: 0.25rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\n --text-sm: 0.875rem;\n --text-sm--line-height: calc(1.25 / 0.875);\n --text-lg: 1.125rem;\n --text-lg--line-height: calc(1.75 / 1.125);\n --text-xl: 1.25rem;\n --text-xl--line-height: calc(1.75 / 1.25);\n --text-6xl: 3.75rem;\n --text-6xl--line-height: 1;\n --font-weight-thin: 100;\n --font-weight-bold: 700;\n --radius-md: 0.375rem;\n --radius-lg: 0.5rem;\n --animate-spin: spin 1s linear infinite;\n }\n}\n@layer utilities {\n .absolute {\n position: absolute;\n }\n .relative {\n position: relative;\n }\n .top-0 {\n top: calc(var(--spacing) * 0);\n }\n .right-0 {\n right: calc(var(--spacing) * 0);\n }\n .m-6 {\n margin: calc(var(--spacing) * 6);\n }\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-4 {\n margin-top: calc(var(--spacing) * 4);\n }\n .mt-11 {\n margin-top: calc(var(--spacing) * 11);\n }\n .mr-0 {\n margin-right: calc(var(--spacing) * 0);\n }\n .mr-1\\.5 {\n margin-right: calc(var(--spacing) * 1.5);\n }\n .mr-2 {\n margin-right: calc(var(--spacing) * 2);\n }\n .mb-1 {\n margin-bottom: calc(var(--spacing) * 1);\n }\n .mb-2 {\n margin-bottom: calc(var(--spacing) * 2);\n }\n .mb-4 {\n margin-bottom: calc(var(--spacing) * 4);\n }\n .mb-11 {\n margin-bottom: calc(var(--spacing) * 11);\n }\n .ml-0 {\n margin-left: calc(var(--spacing) * 0);\n }\n .ml-auto {\n margin-left: auto;\n }\n .flex {\n display: flex;\n }\n .inline-flex {\n display: inline-flex;\n }\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n .w-8 {\n width: calc(var(--spacing) * 8);\n }\n .animate-spin {\n animation: var(--animate-spin);\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-row {\n flex-direction: row;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .content-center {\n align-content: center;\n }\n .justify-end {\n justify-content: flex-end;\n }\n .self-center {\n align-self: center;\n }\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n .rounded-md {\n border-radius: var(--radius-md);\n }\n .rounded-none {\n border-radius: 0;\n }\n .rounded-tl-md {\n border-top-left-radius: var(--radius-md);\n }\n .rounded-tl-none {\n border-top-left-radius: 0;\n }\n .rounded-tr-md {\n border-top-right-radius: var(--radius-md);\n }\n .rounded-tr-none {\n border-top-right-radius: 0;\n }\n .rounded-br-md {\n border-bottom-right-radius: var(--radius-md);\n }\n .rounded-br-none {\n border-bottom-right-radius: 0;\n }\n .rounded-bl-md {\n border-bottom-left-radius: var(--radius-md);\n }\n .rounded-bl-none {\n border-bottom-left-radius: 0;\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-r-0 {\n border-right-style: var(--tw-border-style);\n border-right-width: 0px;\n }\n .border-b-0 {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 0px;\n }\n .border-l-0 {\n border-left-style: var(--tw-border-style);\n border-left-width: 0px;\n }\n .border-none {\n --tw-border-style: none;\n border-style: none;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-blue-400 {\n border-color: var(--color-blue-400);\n }\n .border-clrs-navy {\n border-color: var(--clrs-navy, #001f3f);\n }\n .border-gray-300 {\n border-color: var(--color-gray-300);\n }\n .border-gray-600 {\n border-color: var(--color-gray-600);\n }\n .border-green-600 {\n border-color: var(--color-green-600);\n }\n .border-yellow-600 {\n border-color: var(--color-yellow-600);\n }\n .bg-blue-200 {\n background-color: var(--color-blue-200);\n }\n .bg-clrs-navy {\n background-color: var(--clrs-navy, #001f3f);\n }\n .bg-clrs-red {\n background-color: var(--clrs-red, #ff4136);\n }\n .bg-clrs-yellow {\n background-color: var(--clrs-yellow, #ffdc00);\n }\n .bg-gray-300 {\n background-color: var(--color-gray-300);\n }\n .bg-green-200 {\n background-color: var(--color-green-200);\n }\n .bg-yellow-300 {\n background-color: var(--color-yellow-300);\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .text-center {\n text-align: center;\n }\n .text-right {\n text-align: right;\n }\n .align-middle {\n vertical-align: middle;\n }\n .align-top {\n vertical-align: top;\n }\n .font-sans {\n font-family: var(--font-sans);\n }\n .text-6xl {\n font-size: var(--text-6xl);\n line-height: var(--tw-leading, var(--text-6xl--line-height));\n }\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--line-height));\n }\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n .text-xl {\n font-size: var(--text-xl);\n line-height: var(--tw-leading, var(--text-xl--line-height));\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .font-thin {\n --tw-font-weight: var(--font-weight-thin);\n font-weight: var(--font-weight-thin);\n }\n .text-clrs-gray {\n color: var(--clrs-gray, #aaaaaa);\n }\n .text-clrs-navy {\n color: var(--clrs-navy, #001f3f);\n }\n .text-clrs-red {\n color: var(--clrs-red, #ff4136);\n }\n .text-clrs-slate4 {\n color: var(--clrs-slate4, #4e5964);\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .text-white {\n color: var(--color-white);\n }\n .uppercase {\n text-transform: uppercase;\n }\n .italic {\n font-style: italic;\n }\n .antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .opacity-25 {\n opacity: 25%;\n }\n .opacity-75 {\n opacity: 75%;\n }\n .shadow {\n --tw-shadow:\n 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow:\n var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .filter {\n filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)\n var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)\n var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);\n }\n .hover\\:text-clrs-navy {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-navy, #001f3f);\n }\n }\n }\n .hover\\:text-clrs-red {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-red, #ff4136);\n }\n }\n }\n .md\\:w-auto {\n @media (width >= 48rem) {\n width: auto;\n }\n }\n}\n@layer components {\n .ds1-main {\n margin: calc(var(--spacing) * 6);\n display: flex;\n flex-direction: column;\n font-family: var(--font-sans);\n color: var(--clrs-navy, #001f3f);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n}\n.ikon {\n height: 96px;\n width: 96px;\n}\n@media (min-width: 500px) {\n .ikon {\n height: 144px;\n width: 144px;\n }\n}\n@media (min-width: 700px) {\n .ikon {\n height: 192px;\n width: 192px;\n }\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n";
|
|
922
|
+
const ProtoAutosStyle0 = shadowCss;
|
|
923
923
|
|
|
924
924
|
const ProtoAutos = class {
|
|
925
925
|
constructor(hostRef) {
|
|
@@ -1,5 +1,41 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
|
+
@layer theme {
|
|
4
|
+
:root,
|
|
5
|
+
:host {
|
|
6
|
+
--font-sans:
|
|
7
|
+
ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
|
|
8
|
+
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
9
|
+
--font-mono:
|
|
10
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
|
|
11
|
+
'Courier New', monospace;
|
|
12
|
+
--color-yellow-300: oklch(0.905 0.182 98.111);
|
|
13
|
+
--color-yellow-600: oklch(0.681 0.162 75.834);
|
|
14
|
+
--color-green-200: oklch(0.925 0.084 155.995);
|
|
15
|
+
--color-green-600: oklch(0.627 0.194 149.214);
|
|
16
|
+
--color-blue-200: oklch(0.882 0.059 254.128);
|
|
17
|
+
--color-blue-400: oklch(0.707 0.165 254.624);
|
|
18
|
+
--color-gray-300: oklch(0.872 0.01 258.338);
|
|
19
|
+
--color-gray-600: oklch(0.446 0.03 256.802);
|
|
20
|
+
--color-white: #fff;
|
|
21
|
+
--spacing: 0.25rem;
|
|
22
|
+
--text-xs: 0.75rem;
|
|
23
|
+
--text-xs--line-height: calc(1 / 0.75);
|
|
24
|
+
--text-sm: 0.875rem;
|
|
25
|
+
--text-sm--line-height: calc(1.25 / 0.875);
|
|
26
|
+
--text-lg: 1.125rem;
|
|
27
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
|
28
|
+
--text-xl: 1.25rem;
|
|
29
|
+
--text-xl--line-height: calc(1.75 / 1.25);
|
|
30
|
+
--text-6xl: 3.75rem;
|
|
31
|
+
--text-6xl--line-height: 1;
|
|
32
|
+
--font-weight-thin: 100;
|
|
33
|
+
--font-weight-bold: 700;
|
|
34
|
+
--radius-md: 0.375rem;
|
|
35
|
+
--radius-lg: 0.5rem;
|
|
36
|
+
--animate-spin: spin 1s linear infinite;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
3
39
|
@layer utilities {
|
|
4
40
|
.absolute {
|
|
5
41
|
position: absolute;
|
|
@@ -262,9 +298,11 @@
|
|
|
262
298
|
opacity: 75%;
|
|
263
299
|
}
|
|
264
300
|
.shadow {
|
|
265
|
-
--tw-shadow:
|
|
301
|
+
--tw-shadow:
|
|
302
|
+
0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
|
|
266
303
|
0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
267
|
-
box-shadow:
|
|
304
|
+
box-shadow:
|
|
305
|
+
var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
|
|
268
306
|
var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
269
307
|
}
|
|
270
308
|
.filter {
|
|
@@ -324,26 +362,3 @@
|
|
|
324
362
|
transform: rotate(360deg);
|
|
325
363
|
}
|
|
326
364
|
}
|
|
327
|
-
@keyframes ping {
|
|
328
|
-
75%,
|
|
329
|
-
100% {
|
|
330
|
-
transform: scale(2);
|
|
331
|
-
opacity: 0;
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
@keyframes pulse {
|
|
335
|
-
50% {
|
|
336
|
-
opacity: 0.5;
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
@keyframes bounce {
|
|
340
|
-
0%,
|
|
341
|
-
100% {
|
|
342
|
-
transform: translateY(-25%);
|
|
343
|
-
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
|
344
|
-
}
|
|
345
|
-
50% {
|
|
346
|
-
transform: none;
|
|
347
|
-
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
348
|
-
}
|
|
349
|
-
}
|
|
@@ -1,382 +1,38 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root,
|
|
5
5
|
:host {
|
|
6
|
-
--font-sans:
|
|
6
|
+
--font-sans:
|
|
7
|
+
ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
|
|
7
8
|
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
8
|
-
--font-
|
|
9
|
-
|
|
10
|
-
'
|
|
11
|
-
--color-red-50: oklch(0.971 0.013 17.38);
|
|
12
|
-
--color-red-100: oklch(0.936 0.032 17.717);
|
|
13
|
-
--color-red-200: oklch(0.885 0.062 18.334);
|
|
14
|
-
--color-red-300: oklch(0.808 0.114 19.571);
|
|
15
|
-
--color-red-400: oklch(0.704 0.191 22.216);
|
|
16
|
-
--color-red-500: oklch(0.637 0.237 25.331);
|
|
17
|
-
--color-red-600: oklch(0.577 0.245 27.325);
|
|
18
|
-
--color-red-700: oklch(0.505 0.213 27.518);
|
|
19
|
-
--color-red-800: oklch(0.444 0.177 26.899);
|
|
20
|
-
--color-red-900: oklch(0.396 0.141 25.723);
|
|
21
|
-
--color-red-950: oklch(0.258 0.092 26.042);
|
|
22
|
-
--color-orange-50: oklch(0.98 0.016 73.684);
|
|
23
|
-
--color-orange-100: oklch(0.954 0.038 75.164);
|
|
24
|
-
--color-orange-200: oklch(0.901 0.076 70.697);
|
|
25
|
-
--color-orange-300: oklch(0.837 0.128 66.29);
|
|
26
|
-
--color-orange-400: oklch(0.75 0.183 55.934);
|
|
27
|
-
--color-orange-500: oklch(0.705 0.213 47.604);
|
|
28
|
-
--color-orange-600: oklch(0.646 0.222 41.116);
|
|
29
|
-
--color-orange-700: oklch(0.553 0.195 38.402);
|
|
30
|
-
--color-orange-800: oklch(0.47 0.157 37.304);
|
|
31
|
-
--color-orange-900: oklch(0.408 0.123 38.172);
|
|
32
|
-
--color-orange-950: oklch(0.266 0.079 36.259);
|
|
33
|
-
--color-amber-50: oklch(0.987 0.022 95.277);
|
|
34
|
-
--color-amber-100: oklch(0.962 0.059 95.617);
|
|
35
|
-
--color-amber-200: oklch(0.924 0.12 95.746);
|
|
36
|
-
--color-amber-300: oklch(0.879 0.169 91.605);
|
|
37
|
-
--color-amber-400: oklch(0.828 0.189 84.429);
|
|
38
|
-
--color-amber-500: oklch(0.769 0.188 70.08);
|
|
39
|
-
--color-amber-600: oklch(0.666 0.179 58.318);
|
|
40
|
-
--color-amber-700: oklch(0.555 0.163 48.998);
|
|
41
|
-
--color-amber-800: oklch(0.473 0.137 46.201);
|
|
42
|
-
--color-amber-900: oklch(0.414 0.112 45.904);
|
|
43
|
-
--color-amber-950: oklch(0.279 0.077 45.635);
|
|
44
|
-
--color-yellow-50: oklch(0.987 0.026 102.212);
|
|
45
|
-
--color-yellow-100: oklch(0.973 0.071 103.193);
|
|
46
|
-
--color-yellow-200: oklch(0.945 0.129 101.54);
|
|
9
|
+
--font-mono:
|
|
10
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
|
|
11
|
+
'Courier New', monospace;
|
|
47
12
|
--color-yellow-300: oklch(0.905 0.182 98.111);
|
|
48
|
-
--color-yellow-400: oklch(0.852 0.199 91.936);
|
|
49
|
-
--color-yellow-500: oklch(0.795 0.184 86.047);
|
|
50
13
|
--color-yellow-600: oklch(0.681 0.162 75.834);
|
|
51
|
-
--color-yellow-700: oklch(0.554 0.135 66.442);
|
|
52
|
-
--color-yellow-800: oklch(0.476 0.114 61.907);
|
|
53
|
-
--color-yellow-900: oklch(0.421 0.095 57.708);
|
|
54
|
-
--color-yellow-950: oklch(0.286 0.066 53.813);
|
|
55
|
-
--color-lime-50: oklch(0.986 0.031 120.757);
|
|
56
|
-
--color-lime-100: oklch(0.967 0.067 122.328);
|
|
57
|
-
--color-lime-200: oklch(0.938 0.127 124.321);
|
|
58
|
-
--color-lime-300: oklch(0.897 0.196 126.665);
|
|
59
|
-
--color-lime-400: oklch(0.841 0.238 128.85);
|
|
60
|
-
--color-lime-500: oklch(0.768 0.233 130.85);
|
|
61
|
-
--color-lime-600: oklch(0.648 0.2 131.684);
|
|
62
|
-
--color-lime-700: oklch(0.532 0.157 131.589);
|
|
63
|
-
--color-lime-800: oklch(0.453 0.124 130.933);
|
|
64
|
-
--color-lime-900: oklch(0.405 0.101 131.063);
|
|
65
|
-
--color-lime-950: oklch(0.274 0.072 132.109);
|
|
66
|
-
--color-green-50: oklch(0.982 0.018 155.826);
|
|
67
|
-
--color-green-100: oklch(0.962 0.044 156.743);
|
|
68
14
|
--color-green-200: oklch(0.925 0.084 155.995);
|
|
69
|
-
--color-green-300: oklch(0.871 0.15 154.449);
|
|
70
|
-
--color-green-400: oklch(0.792 0.209 151.711);
|
|
71
|
-
--color-green-500: oklch(0.723 0.219 149.579);
|
|
72
15
|
--color-green-600: oklch(0.627 0.194 149.214);
|
|
73
|
-
--color-green-700: oklch(0.527 0.154 150.069);
|
|
74
|
-
--color-green-800: oklch(0.448 0.119 151.328);
|
|
75
|
-
--color-green-900: oklch(0.393 0.095 152.535);
|
|
76
|
-
--color-green-950: oklch(0.266 0.065 152.934);
|
|
77
|
-
--color-emerald-50: oklch(0.979 0.021 166.113);
|
|
78
|
-
--color-emerald-100: oklch(0.95 0.052 163.051);
|
|
79
|
-
--color-emerald-200: oklch(0.905 0.093 164.15);
|
|
80
|
-
--color-emerald-300: oklch(0.845 0.143 164.978);
|
|
81
|
-
--color-emerald-400: oklch(0.765 0.177 163.223);
|
|
82
|
-
--color-emerald-500: oklch(0.696 0.17 162.48);
|
|
83
|
-
--color-emerald-600: oklch(0.596 0.145 163.225);
|
|
84
|
-
--color-emerald-700: oklch(0.508 0.118 165.612);
|
|
85
|
-
--color-emerald-800: oklch(0.432 0.095 166.913);
|
|
86
|
-
--color-emerald-900: oklch(0.378 0.077 168.94);
|
|
87
|
-
--color-emerald-950: oklch(0.262 0.051 172.552);
|
|
88
|
-
--color-teal-50: oklch(0.984 0.014 180.72);
|
|
89
|
-
--color-teal-100: oklch(0.953 0.051 180.801);
|
|
90
|
-
--color-teal-200: oklch(0.91 0.096 180.426);
|
|
91
|
-
--color-teal-300: oklch(0.855 0.138 181.071);
|
|
92
|
-
--color-teal-400: oklch(0.777 0.152 181.912);
|
|
93
|
-
--color-teal-500: oklch(0.704 0.14 182.503);
|
|
94
|
-
--color-teal-600: oklch(0.6 0.118 184.704);
|
|
95
|
-
--color-teal-700: oklch(0.511 0.096 186.391);
|
|
96
|
-
--color-teal-800: oklch(0.437 0.078 188.216);
|
|
97
|
-
--color-teal-900: oklch(0.386 0.063 188.416);
|
|
98
|
-
--color-teal-950: oklch(0.277 0.046 192.524);
|
|
99
|
-
--color-cyan-50: oklch(0.984 0.019 200.873);
|
|
100
|
-
--color-cyan-100: oklch(0.956 0.045 203.388);
|
|
101
|
-
--color-cyan-200: oklch(0.917 0.08 205.041);
|
|
102
|
-
--color-cyan-300: oklch(0.865 0.127 207.078);
|
|
103
|
-
--color-cyan-400: oklch(0.789 0.154 211.53);
|
|
104
|
-
--color-cyan-500: oklch(0.715 0.143 215.221);
|
|
105
|
-
--color-cyan-600: oklch(0.609 0.126 221.723);
|
|
106
|
-
--color-cyan-700: oklch(0.52 0.105 223.128);
|
|
107
|
-
--color-cyan-800: oklch(0.45 0.085 224.283);
|
|
108
|
-
--color-cyan-900: oklch(0.398 0.07 227.392);
|
|
109
|
-
--color-cyan-950: oklch(0.302 0.056 229.695);
|
|
110
|
-
--color-sky-50: oklch(0.977 0.013 236.62);
|
|
111
|
-
--color-sky-100: oklch(0.951 0.026 236.824);
|
|
112
|
-
--color-sky-200: oklch(0.901 0.058 230.902);
|
|
113
|
-
--color-sky-300: oklch(0.828 0.111 230.318);
|
|
114
|
-
--color-sky-400: oklch(0.746 0.16 232.661);
|
|
115
|
-
--color-sky-500: oklch(0.685 0.169 237.323);
|
|
116
|
-
--color-sky-600: oklch(0.588 0.158 241.966);
|
|
117
|
-
--color-sky-700: oklch(0.5 0.134 242.749);
|
|
118
|
-
--color-sky-800: oklch(0.443 0.11 240.79);
|
|
119
|
-
--color-sky-900: oklch(0.391 0.09 240.876);
|
|
120
|
-
--color-sky-950: oklch(0.293 0.066 243.157);
|
|
121
|
-
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
122
|
-
--color-blue-100: oklch(0.932 0.032 255.585);
|
|
123
16
|
--color-blue-200: oklch(0.882 0.059 254.128);
|
|
124
|
-
--color-blue-300: oklch(0.809 0.105 251.813);
|
|
125
17
|
--color-blue-400: oklch(0.707 0.165 254.624);
|
|
126
|
-
--color-blue-500: oklch(0.623 0.214 259.815);
|
|
127
|
-
--color-blue-600: oklch(0.546 0.245 262.881);
|
|
128
|
-
--color-blue-700: oklch(0.488 0.243 264.376);
|
|
129
|
-
--color-blue-800: oklch(0.424 0.199 265.638);
|
|
130
|
-
--color-blue-900: oklch(0.379 0.146 265.522);
|
|
131
|
-
--color-blue-950: oklch(0.282 0.091 267.935);
|
|
132
|
-
--color-indigo-50: oklch(0.962 0.018 272.314);
|
|
133
|
-
--color-indigo-100: oklch(0.93 0.034 272.788);
|
|
134
|
-
--color-indigo-200: oklch(0.87 0.065 274.039);
|
|
135
|
-
--color-indigo-300: oklch(0.785 0.115 274.713);
|
|
136
|
-
--color-indigo-400: oklch(0.673 0.182 276.935);
|
|
137
|
-
--color-indigo-500: oklch(0.585 0.233 277.117);
|
|
138
|
-
--color-indigo-600: oklch(0.511 0.262 276.966);
|
|
139
|
-
--color-indigo-700: oklch(0.457 0.24 277.023);
|
|
140
|
-
--color-indigo-800: oklch(0.398 0.195 277.366);
|
|
141
|
-
--color-indigo-900: oklch(0.359 0.144 278.697);
|
|
142
|
-
--color-indigo-950: oklch(0.257 0.09 281.288);
|
|
143
|
-
--color-violet-50: oklch(0.969 0.016 293.756);
|
|
144
|
-
--color-violet-100: oklch(0.943 0.029 294.588);
|
|
145
|
-
--color-violet-200: oklch(0.894 0.057 293.283);
|
|
146
|
-
--color-violet-300: oklch(0.811 0.111 293.571);
|
|
147
|
-
--color-violet-400: oklch(0.702 0.183 293.541);
|
|
148
|
-
--color-violet-500: oklch(0.606 0.25 292.717);
|
|
149
|
-
--color-violet-600: oklch(0.541 0.281 293.009);
|
|
150
|
-
--color-violet-700: oklch(0.491 0.27 292.581);
|
|
151
|
-
--color-violet-800: oklch(0.432 0.232 292.759);
|
|
152
|
-
--color-violet-900: oklch(0.38 0.189 293.745);
|
|
153
|
-
--color-violet-950: oklch(0.283 0.141 291.089);
|
|
154
|
-
--color-purple-50: oklch(0.977 0.014 308.299);
|
|
155
|
-
--color-purple-100: oklch(0.946 0.033 307.174);
|
|
156
|
-
--color-purple-200: oklch(0.902 0.063 306.703);
|
|
157
|
-
--color-purple-300: oklch(0.827 0.119 306.383);
|
|
158
|
-
--color-purple-400: oklch(0.714 0.203 305.504);
|
|
159
|
-
--color-purple-500: oklch(0.627 0.265 303.9);
|
|
160
|
-
--color-purple-600: oklch(0.558 0.288 302.321);
|
|
161
|
-
--color-purple-700: oklch(0.496 0.265 301.924);
|
|
162
|
-
--color-purple-800: oklch(0.438 0.218 303.724);
|
|
163
|
-
--color-purple-900: oklch(0.381 0.176 304.987);
|
|
164
|
-
--color-purple-950: oklch(0.291 0.149 302.717);
|
|
165
|
-
--color-fuchsia-50: oklch(0.977 0.017 320.058);
|
|
166
|
-
--color-fuchsia-100: oklch(0.952 0.037 318.852);
|
|
167
|
-
--color-fuchsia-200: oklch(0.903 0.076 319.62);
|
|
168
|
-
--color-fuchsia-300: oklch(0.833 0.145 321.434);
|
|
169
|
-
--color-fuchsia-400: oklch(0.74 0.238 322.16);
|
|
170
|
-
--color-fuchsia-500: oklch(0.667 0.295 322.15);
|
|
171
|
-
--color-fuchsia-600: oklch(0.591 0.293 322.896);
|
|
172
|
-
--color-fuchsia-700: oklch(0.518 0.253 323.949);
|
|
173
|
-
--color-fuchsia-800: oklch(0.452 0.211 324.591);
|
|
174
|
-
--color-fuchsia-900: oklch(0.401 0.17 325.612);
|
|
175
|
-
--color-fuchsia-950: oklch(0.293 0.136 325.661);
|
|
176
|
-
--color-pink-50: oklch(0.971 0.014 343.198);
|
|
177
|
-
--color-pink-100: oklch(0.948 0.028 342.258);
|
|
178
|
-
--color-pink-200: oklch(0.899 0.061 343.231);
|
|
179
|
-
--color-pink-300: oklch(0.823 0.12 346.018);
|
|
180
|
-
--color-pink-400: oklch(0.718 0.202 349.761);
|
|
181
|
-
--color-pink-500: oklch(0.656 0.241 354.308);
|
|
182
|
-
--color-pink-600: oklch(0.592 0.249 0.584);
|
|
183
|
-
--color-pink-700: oklch(0.525 0.223 3.958);
|
|
184
|
-
--color-pink-800: oklch(0.459 0.187 3.815);
|
|
185
|
-
--color-pink-900: oklch(0.408 0.153 2.432);
|
|
186
|
-
--color-pink-950: oklch(0.284 0.109 3.907);
|
|
187
|
-
--color-rose-50: oklch(0.969 0.015 12.422);
|
|
188
|
-
--color-rose-100: oklch(0.941 0.03 12.58);
|
|
189
|
-
--color-rose-200: oklch(0.892 0.058 10.001);
|
|
190
|
-
--color-rose-300: oklch(0.81 0.117 11.638);
|
|
191
|
-
--color-rose-400: oklch(0.712 0.194 13.428);
|
|
192
|
-
--color-rose-500: oklch(0.645 0.246 16.439);
|
|
193
|
-
--color-rose-600: oklch(0.586 0.253 17.585);
|
|
194
|
-
--color-rose-700: oklch(0.514 0.222 16.935);
|
|
195
|
-
--color-rose-800: oklch(0.455 0.188 13.697);
|
|
196
|
-
--color-rose-900: oklch(0.41 0.159 10.272);
|
|
197
|
-
--color-rose-950: oklch(0.271 0.105 12.094);
|
|
198
|
-
--color-slate-50: oklch(0.984 0.003 247.858);
|
|
199
|
-
--color-slate-100: oklch(0.968 0.007 247.896);
|
|
200
|
-
--color-slate-200: oklch(0.929 0.013 255.508);
|
|
201
|
-
--color-slate-300: oklch(0.869 0.022 252.894);
|
|
202
|
-
--color-slate-400: oklch(0.704 0.04 256.788);
|
|
203
|
-
--color-slate-500: oklch(0.554 0.046 257.417);
|
|
204
|
-
--color-slate-600: oklch(0.446 0.043 257.281);
|
|
205
|
-
--color-slate-700: oklch(0.372 0.044 257.287);
|
|
206
|
-
--color-slate-800: oklch(0.279 0.041 260.031);
|
|
207
|
-
--color-slate-900: oklch(0.208 0.042 265.755);
|
|
208
|
-
--color-slate-950: oklch(0.129 0.042 264.695);
|
|
209
|
-
--color-gray-50: oklch(0.985 0.002 247.839);
|
|
210
|
-
--color-gray-100: oklch(0.967 0.003 264.542);
|
|
211
|
-
--color-gray-200: oklch(0.928 0.006 264.531);
|
|
212
18
|
--color-gray-300: oklch(0.872 0.01 258.338);
|
|
213
|
-
--color-gray-400: oklch(0.707 0.022 261.325);
|
|
214
|
-
--color-gray-500: oklch(0.551 0.027 264.364);
|
|
215
19
|
--color-gray-600: oklch(0.446 0.03 256.802);
|
|
216
|
-
--color-gray-700: oklch(0.373 0.034 259.733);
|
|
217
|
-
--color-gray-800: oklch(0.278 0.033 256.848);
|
|
218
|
-
--color-gray-900: oklch(0.21 0.034 264.665);
|
|
219
|
-
--color-gray-950: oklch(0.13 0.028 261.692);
|
|
220
|
-
--color-zinc-50: oklch(0.985 0 0);
|
|
221
|
-
--color-zinc-100: oklch(0.967 0.001 286.375);
|
|
222
|
-
--color-zinc-200: oklch(0.92 0.004 286.32);
|
|
223
|
-
--color-zinc-300: oklch(0.871 0.006 286.286);
|
|
224
|
-
--color-zinc-400: oklch(0.705 0.015 286.067);
|
|
225
|
-
--color-zinc-500: oklch(0.552 0.016 285.938);
|
|
226
|
-
--color-zinc-600: oklch(0.442 0.017 285.786);
|
|
227
|
-
--color-zinc-700: oklch(0.37 0.013 285.805);
|
|
228
|
-
--color-zinc-800: oklch(0.274 0.006 286.033);
|
|
229
|
-
--color-zinc-900: oklch(0.21 0.006 285.885);
|
|
230
|
-
--color-zinc-950: oklch(0.141 0.005 285.823);
|
|
231
|
-
--color-neutral-50: oklch(0.985 0 0);
|
|
232
|
-
--color-neutral-100: oklch(0.97 0 0);
|
|
233
|
-
--color-neutral-200: oklch(0.922 0 0);
|
|
234
|
-
--color-neutral-300: oklch(0.87 0 0);
|
|
235
|
-
--color-neutral-400: oklch(0.708 0 0);
|
|
236
|
-
--color-neutral-500: oklch(0.556 0 0);
|
|
237
|
-
--color-neutral-600: oklch(0.439 0 0);
|
|
238
|
-
--color-neutral-700: oklch(0.371 0 0);
|
|
239
|
-
--color-neutral-800: oklch(0.269 0 0);
|
|
240
|
-
--color-neutral-900: oklch(0.205 0 0);
|
|
241
|
-
--color-neutral-950: oklch(0.145 0 0);
|
|
242
|
-
--color-stone-50: oklch(0.985 0.001 106.423);
|
|
243
|
-
--color-stone-100: oklch(0.97 0.001 106.424);
|
|
244
|
-
--color-stone-200: oklch(0.923 0.003 48.717);
|
|
245
|
-
--color-stone-300: oklch(0.869 0.005 56.366);
|
|
246
|
-
--color-stone-400: oklch(0.709 0.01 56.259);
|
|
247
|
-
--color-stone-500: oklch(0.553 0.013 58.071);
|
|
248
|
-
--color-stone-600: oklch(0.444 0.011 73.639);
|
|
249
|
-
--color-stone-700: oklch(0.374 0.01 67.558);
|
|
250
|
-
--color-stone-800: oklch(0.268 0.007 34.298);
|
|
251
|
-
--color-stone-900: oklch(0.216 0.006 56.043);
|
|
252
|
-
--color-stone-950: oklch(0.147 0.004 49.25);
|
|
253
|
-
--color-black: #000;
|
|
254
20
|
--color-white: #fff;
|
|
255
21
|
--spacing: 0.25rem;
|
|
256
|
-
--breakpoint-sm: 40rem;
|
|
257
|
-
--breakpoint-md: 48rem;
|
|
258
|
-
--breakpoint-lg: 64rem;
|
|
259
|
-
--breakpoint-xl: 80rem;
|
|
260
|
-
--breakpoint-2xl: 96rem;
|
|
261
|
-
--container-3xs: 16rem;
|
|
262
|
-
--container-2xs: 18rem;
|
|
263
|
-
--container-xs: 20rem;
|
|
264
|
-
--container-sm: 24rem;
|
|
265
|
-
--container-md: 28rem;
|
|
266
|
-
--container-lg: 32rem;
|
|
267
|
-
--container-xl: 36rem;
|
|
268
|
-
--container-2xl: 42rem;
|
|
269
|
-
--container-3xl: 48rem;
|
|
270
|
-
--container-4xl: 56rem;
|
|
271
|
-
--container-5xl: 64rem;
|
|
272
|
-
--container-6xl: 72rem;
|
|
273
|
-
--container-7xl: 80rem;
|
|
274
22
|
--text-xs: 0.75rem;
|
|
275
23
|
--text-xs--line-height: calc(1 / 0.75);
|
|
276
24
|
--text-sm: 0.875rem;
|
|
277
25
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
278
|
-
--text-base: 1rem;
|
|
279
|
-
--text-base--line-height: calc(1.5 / 1);
|
|
280
26
|
--text-lg: 1.125rem;
|
|
281
27
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
282
28
|
--text-xl: 1.25rem;
|
|
283
29
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
284
|
-
--text-2xl: 1.5rem;
|
|
285
|
-
--text-2xl--line-height: calc(2 / 1.5);
|
|
286
|
-
--text-3xl: 1.875rem;
|
|
287
|
-
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
288
|
-
--text-4xl: 2.25rem;
|
|
289
|
-
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
290
|
-
--text-5xl: 3rem;
|
|
291
|
-
--text-5xl--line-height: 1;
|
|
292
30
|
--text-6xl: 3.75rem;
|
|
293
31
|
--text-6xl--line-height: 1;
|
|
294
|
-
--text-7xl: 4.5rem;
|
|
295
|
-
--text-7xl--line-height: 1;
|
|
296
|
-
--text-8xl: 6rem;
|
|
297
|
-
--text-8xl--line-height: 1;
|
|
298
|
-
--text-9xl: 8rem;
|
|
299
|
-
--text-9xl--line-height: 1;
|
|
300
32
|
--font-weight-thin: 100;
|
|
301
|
-
--font-weight-extralight: 200;
|
|
302
|
-
--font-weight-light: 300;
|
|
303
|
-
--font-weight-normal: 400;
|
|
304
|
-
--font-weight-medium: 500;
|
|
305
|
-
--font-weight-semibold: 600;
|
|
306
33
|
--font-weight-bold: 700;
|
|
307
|
-
--font-weight-extrabold: 800;
|
|
308
|
-
--font-weight-black: 900;
|
|
309
|
-
--tracking-tighter: -0.05em;
|
|
310
|
-
--tracking-tight: -0.025em;
|
|
311
|
-
--tracking-normal: 0em;
|
|
312
|
-
--tracking-wide: 0.025em;
|
|
313
|
-
--tracking-wider: 0.05em;
|
|
314
|
-
--tracking-widest: 0.1em;
|
|
315
|
-
--leading-tight: 1.25;
|
|
316
|
-
--leading-snug: 1.375;
|
|
317
|
-
--leading-normal: 1.5;
|
|
318
|
-
--leading-relaxed: 1.625;
|
|
319
|
-
--leading-loose: 2;
|
|
320
|
-
--radius-xs: 0.125rem;
|
|
321
|
-
--radius-sm: 0.25rem;
|
|
322
34
|
--radius-md: 0.375rem;
|
|
323
35
|
--radius-lg: 0.5rem;
|
|
324
|
-
--radius-xl: 0.75rem;
|
|
325
|
-
--radius-2xl: 1rem;
|
|
326
|
-
--radius-3xl: 1.5rem;
|
|
327
|
-
--radius-4xl: 2rem;
|
|
328
|
-
--shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
|
|
329
|
-
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
330
|
-
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
331
|
-
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1),
|
|
332
|
-
0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
333
|
-
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
334
|
-
0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
335
|
-
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1),
|
|
336
|
-
0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
337
|
-
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
338
|
-
--inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
|
|
339
|
-
--inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
|
|
340
|
-
--inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
|
|
341
|
-
--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
|
|
342
|
-
--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
|
|
343
|
-
--drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
|
|
344
|
-
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
345
|
-
--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
|
|
346
|
-
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
|
347
|
-
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
348
|
-
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
349
|
-
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
350
36
|
--animate-spin: spin 1s linear infinite;
|
|
351
|
-
--animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
352
|
-
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
353
|
-
--animate-bounce: bounce 1s infinite;
|
|
354
|
-
--blur-xs: 4px;
|
|
355
|
-
--blur-sm: 8px;
|
|
356
|
-
--blur-md: 12px;
|
|
357
|
-
--blur-lg: 16px;
|
|
358
|
-
--blur-xl: 24px;
|
|
359
|
-
--blur-2xl: 40px;
|
|
360
|
-
--blur-3xl: 64px;
|
|
361
|
-
--perspective-dramatic: 100px;
|
|
362
|
-
--perspective-near: 300px;
|
|
363
|
-
--perspective-normal: 500px;
|
|
364
|
-
--perspective-midrange: 800px;
|
|
365
|
-
--perspective-distant: 1200px;
|
|
366
|
-
--aspect-video: 16 / 9;
|
|
367
|
-
--default-transition-duration: 150ms;
|
|
368
|
-
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
369
|
-
--default-font-family: var(--font-sans);
|
|
370
|
-
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
371
|
-
--default-font-variation-settings: var(
|
|
372
|
-
--font-sans--font-variation-settings
|
|
373
|
-
);
|
|
374
|
-
--default-mono-font-family: var(--font-mono);
|
|
375
|
-
--default-mono-font-feature-settings: var(
|
|
376
|
-
--font-mono--font-feature-settings
|
|
377
|
-
);
|
|
378
|
-
--default-mono-font-variation-settings: var(
|
|
379
|
-
--font-mono--font-variation-settings
|
|
380
|
-
);
|
|
381
37
|
}
|
|
382
38
|
}
|
|
@@ -793,7 +793,7 @@ const actions = {
|
|
|
793
793
|
};
|
|
794
794
|
|
|
795
795
|
// WARNING: generated file...
|
|
796
|
-
const TW_VERSION = '4.0.
|
|
796
|
+
const TW_VERSION = '4.0.5';
|
|
797
797
|
|
|
798
798
|
const tw = (...classes) => {
|
|
799
799
|
return classes.filter(Boolean).join(' ');
|
|
@@ -914,8 +914,8 @@ const ToolBar = _props => {
|
|
|
914
914
|
: 'bg-clrs-yellow text-clrs-navy'), onClick: () => actions.updatePick(indx), title: `${dealer.name} (${dealer.vehicles.length})` }, indx + 1))))));
|
|
915
915
|
};
|
|
916
916
|
|
|
917
|
-
const
|
|
918
|
-
const ProtoAutosStyle0 =
|
|
917
|
+
const shadowCss = "/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer theme {\n :root,\n :host {\n --font-sans:\n ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';\n --font-mono:\n ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',\n 'Courier New', monospace;\n --color-yellow-300: oklch(0.905 0.182 98.111);\n --color-yellow-600: oklch(0.681 0.162 75.834);\n --color-green-200: oklch(0.925 0.084 155.995);\n --color-green-600: oklch(0.627 0.194 149.214);\n --color-blue-200: oklch(0.882 0.059 254.128);\n --color-blue-400: oklch(0.707 0.165 254.624);\n --color-gray-300: oklch(0.872 0.01 258.338);\n --color-gray-600: oklch(0.446 0.03 256.802);\n --color-white: #fff;\n --spacing: 0.25rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\n --text-sm: 0.875rem;\n --text-sm--line-height: calc(1.25 / 0.875);\n --text-lg: 1.125rem;\n --text-lg--line-height: calc(1.75 / 1.125);\n --text-xl: 1.25rem;\n --text-xl--line-height: calc(1.75 / 1.25);\n --text-6xl: 3.75rem;\n --text-6xl--line-height: 1;\n --font-weight-thin: 100;\n --font-weight-bold: 700;\n --radius-md: 0.375rem;\n --radius-lg: 0.5rem;\n --animate-spin: spin 1s linear infinite;\n }\n}\n@layer utilities {\n .absolute {\n position: absolute;\n }\n .relative {\n position: relative;\n }\n .top-0 {\n top: calc(var(--spacing) * 0);\n }\n .right-0 {\n right: calc(var(--spacing) * 0);\n }\n .m-6 {\n margin: calc(var(--spacing) * 6);\n }\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-4 {\n margin-top: calc(var(--spacing) * 4);\n }\n .mt-11 {\n margin-top: calc(var(--spacing) * 11);\n }\n .mr-0 {\n margin-right: calc(var(--spacing) * 0);\n }\n .mr-1\\.5 {\n margin-right: calc(var(--spacing) * 1.5);\n }\n .mr-2 {\n margin-right: calc(var(--spacing) * 2);\n }\n .mb-1 {\n margin-bottom: calc(var(--spacing) * 1);\n }\n .mb-2 {\n margin-bottom: calc(var(--spacing) * 2);\n }\n .mb-4 {\n margin-bottom: calc(var(--spacing) * 4);\n }\n .mb-11 {\n margin-bottom: calc(var(--spacing) * 11);\n }\n .ml-0 {\n margin-left: calc(var(--spacing) * 0);\n }\n .ml-auto {\n margin-left: auto;\n }\n .flex {\n display: flex;\n }\n .inline-flex {\n display: inline-flex;\n }\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n .w-8 {\n width: calc(var(--spacing) * 8);\n }\n .animate-spin {\n animation: var(--animate-spin);\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-row {\n flex-direction: row;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .content-center {\n align-content: center;\n }\n .justify-end {\n justify-content: flex-end;\n }\n .self-center {\n align-self: center;\n }\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n .rounded-md {\n border-radius: var(--radius-md);\n }\n .rounded-none {\n border-radius: 0;\n }\n .rounded-tl-md {\n border-top-left-radius: var(--radius-md);\n }\n .rounded-tl-none {\n border-top-left-radius: 0;\n }\n .rounded-tr-md {\n border-top-right-radius: var(--radius-md);\n }\n .rounded-tr-none {\n border-top-right-radius: 0;\n }\n .rounded-br-md {\n border-bottom-right-radius: var(--radius-md);\n }\n .rounded-br-none {\n border-bottom-right-radius: 0;\n }\n .rounded-bl-md {\n border-bottom-left-radius: var(--radius-md);\n }\n .rounded-bl-none {\n border-bottom-left-radius: 0;\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-r-0 {\n border-right-style: var(--tw-border-style);\n border-right-width: 0px;\n }\n .border-b-0 {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 0px;\n }\n .border-l-0 {\n border-left-style: var(--tw-border-style);\n border-left-width: 0px;\n }\n .border-none {\n --tw-border-style: none;\n border-style: none;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-blue-400 {\n border-color: var(--color-blue-400);\n }\n .border-clrs-navy {\n border-color: var(--clrs-navy, #001f3f);\n }\n .border-gray-300 {\n border-color: var(--color-gray-300);\n }\n .border-gray-600 {\n border-color: var(--color-gray-600);\n }\n .border-green-600 {\n border-color: var(--color-green-600);\n }\n .border-yellow-600 {\n border-color: var(--color-yellow-600);\n }\n .bg-blue-200 {\n background-color: var(--color-blue-200);\n }\n .bg-clrs-navy {\n background-color: var(--clrs-navy, #001f3f);\n }\n .bg-clrs-red {\n background-color: var(--clrs-red, #ff4136);\n }\n .bg-clrs-yellow {\n background-color: var(--clrs-yellow, #ffdc00);\n }\n .bg-gray-300 {\n background-color: var(--color-gray-300);\n }\n .bg-green-200 {\n background-color: var(--color-green-200);\n }\n .bg-yellow-300 {\n background-color: var(--color-yellow-300);\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .text-center {\n text-align: center;\n }\n .text-right {\n text-align: right;\n }\n .align-middle {\n vertical-align: middle;\n }\n .align-top {\n vertical-align: top;\n }\n .font-sans {\n font-family: var(--font-sans);\n }\n .text-6xl {\n font-size: var(--text-6xl);\n line-height: var(--tw-leading, var(--text-6xl--line-height));\n }\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--line-height));\n }\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n .text-xl {\n font-size: var(--text-xl);\n line-height: var(--tw-leading, var(--text-xl--line-height));\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .font-thin {\n --tw-font-weight: var(--font-weight-thin);\n font-weight: var(--font-weight-thin);\n }\n .text-clrs-gray {\n color: var(--clrs-gray, #aaaaaa);\n }\n .text-clrs-navy {\n color: var(--clrs-navy, #001f3f);\n }\n .text-clrs-red {\n color: var(--clrs-red, #ff4136);\n }\n .text-clrs-slate4 {\n color: var(--clrs-slate4, #4e5964);\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .text-white {\n color: var(--color-white);\n }\n .uppercase {\n text-transform: uppercase;\n }\n .italic {\n font-style: italic;\n }\n .antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .opacity-25 {\n opacity: 25%;\n }\n .opacity-75 {\n opacity: 75%;\n }\n .shadow {\n --tw-shadow:\n 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow:\n var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .filter {\n filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)\n var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)\n var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);\n }\n .hover\\:text-clrs-navy {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-navy, #001f3f);\n }\n }\n }\n .hover\\:text-clrs-red {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-red, #ff4136);\n }\n }\n }\n .md\\:w-auto {\n @media (width >= 48rem) {\n width: auto;\n }\n }\n}\n@layer components {\n .ds1-main {\n margin: calc(var(--spacing) * 6);\n display: flex;\n flex-direction: column;\n font-family: var(--font-sans);\n color: var(--clrs-navy, #001f3f);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n}\n.ikon {\n height: 96px;\n width: 96px;\n}\n@media (min-width: 500px) {\n .ikon {\n height: 144px;\n width: 144px;\n }\n}\n@media (min-width: 700px) {\n .ikon {\n height: 192px;\n width: 192px;\n }\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n";
|
|
918
|
+
const ProtoAutosStyle0 = shadowCss;
|
|
919
919
|
|
|
920
920
|
const ProtoAutos = class {
|
|
921
921
|
constructor(hostRef) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{g as n,f as e,h as r,r as t}from"./p-dd883392.js";const o="proto-autos",a="data",i="pick",l=n=>{const e=localStorage.getItem(n?`${o}-${n}`:o);return e?JSON.parse(e):void 0},s=(n,e)=>{const r=n?`${o}-${n}`:o,t=JSON.stringify(e);localStorage.setItem(r,t)},c=n=>!("isConnected"in n)||n.isConnected,d=(()=>{let n;return(...e)=>{n&&clearTimeout(n),n=setTimeout((()=>{n=0,(n=>{for(let e of n.keys())n.set(e,n.get(e).filter(c))})(...e)}),2e3)}})(),u=n=>"function"==typeof n?n():n;var f=function(){function n(n,e){for(var r=0;r<e.length;r++){var t=e[r];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(n,t.key,t)}}return function(e,r,t){return r&&n(e.prototype,r),t&&n(e,t),e}}();function h(n,e){if(!(n instanceof e))throw new TypeError("Cannot call a class as a function")}var v=function(){function n(){var e=this;h(this,n),this.interceptors=[],this.fetch=function(){for(var n=arguments.length,r=Array(n),t=0;t<n;t++)r[t]=arguments[t];return e.interceptorWrapper.apply(e,[fetch].concat(r))}}return f(n,[{key:"addInterceptors",value:function(n){var e=this,r=[];return Array.isArray(n)?n.map((function(n){return r.push(e.interceptors.length),e.interceptors.push(n)})):n instanceof Object&&(r.push(this.interceptors.length),this.interceptors.push(n)),this.updateInterceptors(),function(){return e.removeInterceptors(r)}}},{key:"removeInterceptors",value:function(n){var e=this;Array.isArray(n)&&(n.map((function(n){return e.interceptors.splice(n,1)})),this.updateInterceptors())}},{key:"updateInterceptors",value:function(){this.reversedInterceptors=this.interceptors.reduce((function(n,e){return[e].concat(n)}),[])}},{key:"clearInterceptors",value:function(){this.interceptors=[],this.updateInterceptors()}},{key:"interceptorWrapper",value:function(n){for(var e=arguments.length,r=Array(e>1?e-1:0),t=1;t<e;t++)r[t-1]=arguments[t];var o=Promise.resolve(r);return this.reversedInterceptors.forEach((function(n){var e=n.request,t=n.requestError;(e||t)&&(o=o.then((function(){return e.apply(void 0,r)}),t))})),o=o.then((function(){return n.apply(void 0,r)})),this.reversedInterceptors.forEach((function(n){var e=n.response,r=n.responseError;(e||r)&&(o=o.then(e,r))})),o}}]),n}(),g=function(){function n(e){var r=e.url,t=e.interceptors,o=e.headers,a=e.onStart,i=e.onEnd,l=e.omitEmptyVariables,s=void 0!==l&&l,c=e.requestOptions,d=void 0===c?{}:c;h(this,n);var u=function(n,e){if(!n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?n:e}(this,(n.__proto__||Object.getPrototypeOf(n)).call(this));return u.requestObject=Object.assign({},{method:"POST",headers:Object.assign({},{Accept:"application/json","Content-Type":"application/json"},o),credentials:"same-origin"},d),u.url=r,u.omitEmptyVariables=s,u.requestQueueLength=0,u.EnumMap={},u.callbacks={onStart:a,onEnd:i},u.addInterceptors(t),u}return function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);n.prototype=Object.create(e&&e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(n,e):n.__proto__=e)}(n,v),f(n,[{key:"query",value:function(n){var e,r=this,t=n.operationName,o=n.query,a=n.variables,i=n.opts,l=void 0===i?{}:i,s=n.requestOptions,c=Object.assign({},this.requestObject,void 0===s?{}:s);return e=this.omitEmptyVariables||l.omitEmptyVariables?this.doOmitEmptyVariables(a):a,c.body=JSON.stringify({operationName:t,query:o,variables:e}),this.onStart(),this.fetch(this.url,c).then((function(n){return n.ok?n.json():{errors:[{message:n.statusText,stack:n}]}})).then((function(n){var e=n.data,t=n.errors;return new Promise((function(n,o){return r.onEnd(),e?Object.keys(e).every((function(n){return!e[n]}))?o(t):n({data:e,errors:t}):o(t||[{}])}))}))}},{key:"getUrl",value:function(){return this.url}},{key:"setUrl",value:function(n){this.url=n}},{key:"getEnumTypes",value:function(n){var e=this,r={},t=n.filter((function(n){return!e.EnumMap[n]||(r[n]=e.EnumMap[n],!1)}));if(!t.length)return new Promise((function(n){n({data:r})}));var o="\n query {\n "+t.map((function(n){return n+': __type(name: "'+n+'") {\n ...EnumFragment\n }'})).join("\n")+"\n }\n \n fragment EnumFragment on __Type {\n kind\n description\n enumValues {\n name\n description\n }\n }",a=Object.assign({},this.requestObject);return a.body=JSON.stringify({query:o}),this.onStart(),this.fetch(this.url,a).then((function(n){return n.ok?n.json():{errors:[{message:n.statusText,stack:n}]}})).then((function(n){var t=n.data,o=n.errors;return new Promise((function(n,a){if(e.onEnd(),!t)return a(o||[{message:"Do not get any data."}]);if(Object.keys(t).every((function(n){return!t[n]}))&&o&&o.length)return a(o);var i=Object.assign(r,t);return Object.keys(t).map((function(n){return e.EnumMap[n]=t[n],n})),n({data:i,errors:o})}))}))}},{key:"onStart",value:function(){this.requestQueueLength++,this.requestQueueLength>1||!this.callbacks.onStart||this.callbacks.onStart(this.requestQueueLength)}},{key:"onEnd",value:function(){this.requestQueueLength--,!this.requestQueueLength&&this.callbacks.onEnd&&this.callbacks.onEnd(this.requestQueueLength)}},{key:"doOmitEmptyVariables",value:function(n){var e=this,r={};return Object.keys(n).map((function(t){var o=n[t];return"string"==typeof o&&0===o.length||null==o||(r[t]=o instanceof Object?e.doOmitEmptyVariables(o):o),t})),r}}]),n}();const b={loading:!1,error:void 0,data:void 0,pick:0,dealer:void 0},{state:m}=(()=>{const r=((n,e=((n,e)=>n!==e))=>{const r=u(n);let t=new Map(Object.entries(null!=r?r:{}));const o={dispose:[],get:[],set:[],reset:[]},a=()=>{var e;t=new Map(Object.entries(null!==(e=u(n))&&void 0!==e?e:{})),o.reset.forEach((n=>n()))},i=n=>(o.get.forEach((e=>e(n))),t.get(n)),l=(n,r)=>{const a=t.get(n);e(r,a,n)&&(t.set(n,r),o.set.forEach((e=>e(n,r,a))))},s="undefined"==typeof Proxy?{}:new Proxy(r,{get:(n,e)=>i(e),ownKeys:()=>Array.from(t.keys()),getOwnPropertyDescriptor:()=>({enumerable:!0,configurable:!0}),has:(n,e)=>t.has(e),set:(n,e,r)=>(l(e,r),!0)}),c=(n,e)=>(o[n].push(e),()=>{((n,e)=>{const r=n.indexOf(e);r>=0&&(n[r]=n[n.length-1],n.length--)})(o[n],e)});return{state:s,get:i,set:l,on:c,onChange:(e,r)=>{const t=c("set",((n,t)=>{n===e&&r(t)})),o=c("reset",(()=>r(u(n)[e])));return()=>{t(),o()}},use:(...n)=>{const e=n.reduce(((n,e)=>(e.set&&n.push(c("set",e.set)),e.get&&n.push(c("get",e.get)),e.reset&&n.push(c("reset",e.reset)),e.dispose&&n.push(c("dispose",e.dispose)),n)),[]);return()=>e.forEach((n=>n()))},dispose:()=>{o.dispose.forEach((n=>n())),a()},reset:a,forceUpdate:n=>{const e=t.get(n);o.set.forEach((r=>r(n,e,e)))}}})(b,void 0);return r.use((()=>{if("function"!=typeof n)return{};const r=new Map;return{dispose:()=>r.clear(),get:e=>{const t=n();t&&((n,e,r)=>{const t=n.get(e);t?t.includes(r)||t.push(r):n.set(e,[r])})(r,e,t)},set:n=>{const t=r.get(n);t&&r.set(n,t.filter(e)),d(r)},reset:()=>{r.forEach((n=>n.forEach(e))),d(r)}}})()),r})(),p=(n=!1)=>{m.loading=n,m.error=void 0,m.pick=0,m.data=void 0,m.dealer=void 0},y=n=>{if(n){const{pick:e}=m;m.dealer=null!=e?n.list[e]:void 0,m.data=n,m.loading=!1}else m.data=void 0,m.loading=!1},x=n=>{const{data:e}=m;e&&void 0!==n?(m.pick=n,m.dealer=e.list[n]):(m.pick=0,m.dealer=void 0)};var w=new g({url:"https://gt-forza.vercel.app/graphql"});const k=()=>{p(!0),s(i,0),w.query({operationName:"Uuid",query:"\n query Uuid($count: Int!) {\n uuid(count: $count)\n }\n",variables:{count:1}}).then((n=>{const e=n.data.uuid[0];w.query({operationName:"Solution",query:"\n query Solution($id: String!) {\n solution(id: $id) {\n id\n data {\n dealers {\n dealerId\n name\n vehicles {\n vin\n year\n make\n model\n color\n }\n }\n }\n }\n }\n",variables:{id:e}}).then((n=>{const r=JSON.parse(JSON.stringify(n.data.solution.data.dealers)),t={id:e,list:r};s(a,t),y(t)}))}))},j=()=>{p();const n=l(a),e=l(i);n?(y(n),e&&x(e)):k()},O=k,S=n=>{s(i,n),x(n)},z=(...n)=>n.filter(Boolean).join(" "),C=n=>{const{value:e}=n,{dealerId:t,name:o,vehicles:a}=e||{},i=a?a.length:0;return r("div",{class:z("flex flex-wrap content-center","mb-4 rounded-lg bg-blue-200 p-4","border border-solid border-blue-400")},r("label",{class:"text-xl font-bold"},o?`${o} `:"",r("sup",null,i||"")),r("label",{class:"ml-auto self-center text-right text-sm"},t||""))},E=/^\#[0-9]*/,N=n=>null!=n.match(E),$=n=>2554===n,I=n=>n>2010,M=n=>{const{vin:e,make:t,model:o,year:a,color:i}=n.value||{};return r("div",{class:z("flex align-middle","mb-1 rounded-lg p-4","border border-solid",$(a)?"border-clrs-navy bg-clrs-navy text-clrs-white":N(o)?"border-yellow-600 bg-yellow-300":I(a)?"border-green-600 bg-green-200":"border-gray-600 bg-gray-300")},r("div",{class:"mr-1.5 flex flex-col"},r("label",{class:"mb-2 text-xs"},e||""),r("label",{class:"text-lg font-bold"},t||""),r("label",{class:"mb-2 text-sm italic"},o||""),r("label",null,a||"",", ",i||""),r("label",null,$(a)?"- exotic... [ Sierra 117 ]":N(o)?"- track only...":"")),r("proto-ikon-loader",{class:"ikon ml-auto self-center",name:t,label:t.toLowerCase()}))},T=n=>{const{list:e}=n,t=e.length;return 0===t?"":r("div",{class:"flex flex-col"},t?e.map((n=>r(M,{value:n}))):"")},q=n=>{const{dealer:e}=n,{vehicles:t}=e||{vehicles:[]},o=t;return e?r("div",{class:"flex flex-col"},r(C,{value:e}),r(T,{list:o})):""},A="eswat2",P=()=>r("a",{class:"absolute right-0 top-0 text-clrs-gray hover:text-clrs-navy",href:"https://eswat2.dev","aria-label":A,target:"blank",title:A},r("proto-ikon-loader",{name:"fingerprint",size:24,label:"eswat2"})),U=()=>r("div",{class:"mb-4 mr-2 mt-2 flex flex-row"},r("label",{class:"ml-auto align-top text-xs italic text-clrs-slate4"},"Tailwind ","4.0.5")),J=n=>{const{label:e}=n;return r("h1",{class:z("text-center uppercase text-clrs-red","mb-11 ml-0 mr-0 mt-11","text-6xl font-thin")},e)},_=n=>{const e=n.hex||"currentColor",t=n.label||"loading...",o=n.size||24;return r("svg",{class:z(n.class||"","animate-spin"),width:o,height:o,fill:"none",viewBox:"0 0 24 24",role:"img","aria-label":"title"},r("title",null,t),r("g",null,r("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:e,"stroke-width":"4"}),r("path",{class:"opacity-75",fill:e,d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),r("path",{d:"M0 0h24v24H0z",fill:"none"}))},D=()=>{const{loading:n,pick:e,data:t}=m||{},{list:o}=t||{list:[]},a=o.length-1;return n?"":r("div",{class:"flex"},r("div",{class:"refresh hover:text-clrs-red md:w-auto",onClick:()=>O()},r("proto-ikon-loader",{name:"refresh",size:24})),r("div",{class:z("ml-auto inline-flex justify-end","border border-solid border-gray-600","rounded-md")},o.map(((n,t)=>r("button",{class:z("h-8 w-8 border-none font-bold",0==t?"rounded-bl-md rounded-br-none rounded-tl-md rounded-tr-none":t==a?"rounded-bl-none rounded-br-md rounded-tl-none rounded-tr-md":"rounded-none",e==t?"bg-clrs-red text-white":"bg-clrs-yellow text-clrs-navy"),onClick:()=>S(t),title:`${n.name} (${n.vehicles.length})`},t+1)))))},F=class{constructor(n){t(this,n),this.tag="proto-autos"}componentDidLoad(){j()}render(){const{loading:n,dealer:e}=m;return r("main",{key:"eb918bee95389cd4c78c6a7b3134ada507c5a042",id:"app",class:"ds1-main relative"},r(P,{key:"efa617ee04ddd6c58650d1cf4d00f899c3520efa"}),r(J,{key:"6762516c1c9fc2d4490e9343d75f4f09f657fae6",label:"Auto Dealers"}),r(D,{key:"ce1aeeb560729f66726b859d6f9d5a4a410703b1"}),n?r(_,null):r("hr",{class:z("mb-4 ml-0 mr-0 mt-4","border-solid border-gray-300","border-b-0 border-l-0 border-r-0")}),r(q,{key:"63ef8ba16a60533a147c06e126442e9f2481f8fe",dealer:e}),r(U,{key:"00d32c34fcf933386a5e5f920e09f02f95dbfbf1"}))}};F.style="/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer theme {\n :root,\n :host {\n --font-sans:\n ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';\n --font-mono:\n ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',\n 'Courier New', monospace;\n --color-yellow-300: oklch(0.905 0.182 98.111);\n --color-yellow-600: oklch(0.681 0.162 75.834);\n --color-green-200: oklch(0.925 0.084 155.995);\n --color-green-600: oklch(0.627 0.194 149.214);\n --color-blue-200: oklch(0.882 0.059 254.128);\n --color-blue-400: oklch(0.707 0.165 254.624);\n --color-gray-300: oklch(0.872 0.01 258.338);\n --color-gray-600: oklch(0.446 0.03 256.802);\n --color-white: #fff;\n --spacing: 0.25rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\n --text-sm: 0.875rem;\n --text-sm--line-height: calc(1.25 / 0.875);\n --text-lg: 1.125rem;\n --text-lg--line-height: calc(1.75 / 1.125);\n --text-xl: 1.25rem;\n --text-xl--line-height: calc(1.75 / 1.25);\n --text-6xl: 3.75rem;\n --text-6xl--line-height: 1;\n --font-weight-thin: 100;\n --font-weight-bold: 700;\n --radius-md: 0.375rem;\n --radius-lg: 0.5rem;\n --animate-spin: spin 1s linear infinite;\n }\n}\n@layer utilities {\n .absolute {\n position: absolute;\n }\n .relative {\n position: relative;\n }\n .top-0 {\n top: calc(var(--spacing) * 0);\n }\n .right-0 {\n right: calc(var(--spacing) * 0);\n }\n .m-6 {\n margin: calc(var(--spacing) * 6);\n }\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-4 {\n margin-top: calc(var(--spacing) * 4);\n }\n .mt-11 {\n margin-top: calc(var(--spacing) * 11);\n }\n .mr-0 {\n margin-right: calc(var(--spacing) * 0);\n }\n .mr-1\\.5 {\n margin-right: calc(var(--spacing) * 1.5);\n }\n .mr-2 {\n margin-right: calc(var(--spacing) * 2);\n }\n .mb-1 {\n margin-bottom: calc(var(--spacing) * 1);\n }\n .mb-2 {\n margin-bottom: calc(var(--spacing) * 2);\n }\n .mb-4 {\n margin-bottom: calc(var(--spacing) * 4);\n }\n .mb-11 {\n margin-bottom: calc(var(--spacing) * 11);\n }\n .ml-0 {\n margin-left: calc(var(--spacing) * 0);\n }\n .ml-auto {\n margin-left: auto;\n }\n .flex {\n display: flex;\n }\n .inline-flex {\n display: inline-flex;\n }\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n .w-8 {\n width: calc(var(--spacing) * 8);\n }\n .animate-spin {\n animation: var(--animate-spin);\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-row {\n flex-direction: row;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .content-center {\n align-content: center;\n }\n .justify-end {\n justify-content: flex-end;\n }\n .self-center {\n align-self: center;\n }\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n .rounded-md {\n border-radius: var(--radius-md);\n }\n .rounded-none {\n border-radius: 0;\n }\n .rounded-tl-md {\n border-top-left-radius: var(--radius-md);\n }\n .rounded-tl-none {\n border-top-left-radius: 0;\n }\n .rounded-tr-md {\n border-top-right-radius: var(--radius-md);\n }\n .rounded-tr-none {\n border-top-right-radius: 0;\n }\n .rounded-br-md {\n border-bottom-right-radius: var(--radius-md);\n }\n .rounded-br-none {\n border-bottom-right-radius: 0;\n }\n .rounded-bl-md {\n border-bottom-left-radius: var(--radius-md);\n }\n .rounded-bl-none {\n border-bottom-left-radius: 0;\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-r-0 {\n border-right-style: var(--tw-border-style);\n border-right-width: 0px;\n }\n .border-b-0 {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 0px;\n }\n .border-l-0 {\n border-left-style: var(--tw-border-style);\n border-left-width: 0px;\n }\n .border-none {\n --tw-border-style: none;\n border-style: none;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-blue-400 {\n border-color: var(--color-blue-400);\n }\n .border-clrs-navy {\n border-color: var(--clrs-navy, #001f3f);\n }\n .border-gray-300 {\n border-color: var(--color-gray-300);\n }\n .border-gray-600 {\n border-color: var(--color-gray-600);\n }\n .border-green-600 {\n border-color: var(--color-green-600);\n }\n .border-yellow-600 {\n border-color: var(--color-yellow-600);\n }\n .bg-blue-200 {\n background-color: var(--color-blue-200);\n }\n .bg-clrs-navy {\n background-color: var(--clrs-navy, #001f3f);\n }\n .bg-clrs-red {\n background-color: var(--clrs-red, #ff4136);\n }\n .bg-clrs-yellow {\n background-color: var(--clrs-yellow, #ffdc00);\n }\n .bg-gray-300 {\n background-color: var(--color-gray-300);\n }\n .bg-green-200 {\n background-color: var(--color-green-200);\n }\n .bg-yellow-300 {\n background-color: var(--color-yellow-300);\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .text-center {\n text-align: center;\n }\n .text-right {\n text-align: right;\n }\n .align-middle {\n vertical-align: middle;\n }\n .align-top {\n vertical-align: top;\n }\n .font-sans {\n font-family: var(--font-sans);\n }\n .text-6xl {\n font-size: var(--text-6xl);\n line-height: var(--tw-leading, var(--text-6xl--line-height));\n }\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--line-height));\n }\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n .text-xl {\n font-size: var(--text-xl);\n line-height: var(--tw-leading, var(--text-xl--line-height));\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .font-thin {\n --tw-font-weight: var(--font-weight-thin);\n font-weight: var(--font-weight-thin);\n }\n .text-clrs-gray {\n color: var(--clrs-gray, #aaaaaa);\n }\n .text-clrs-navy {\n color: var(--clrs-navy, #001f3f);\n }\n .text-clrs-red {\n color: var(--clrs-red, #ff4136);\n }\n .text-clrs-slate4 {\n color: var(--clrs-slate4, #4e5964);\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .text-white {\n color: var(--color-white);\n }\n .uppercase {\n text-transform: uppercase;\n }\n .italic {\n font-style: italic;\n }\n .antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .opacity-25 {\n opacity: 25%;\n }\n .opacity-75 {\n opacity: 75%;\n }\n .shadow {\n --tw-shadow:\n 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow:\n var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .filter {\n filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)\n var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)\n var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);\n }\n .hover\\:text-clrs-navy {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-navy, #001f3f);\n }\n }\n }\n .hover\\:text-clrs-red {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-red, #ff4136);\n }\n }\n }\n .md\\:w-auto {\n @media (width >= 48rem) {\n width: auto;\n }\n }\n}\n@layer components {\n .ds1-main {\n margin: calc(var(--spacing) * 6);\n display: flex;\n flex-direction: column;\n font-family: var(--font-sans);\n color: var(--clrs-navy, #001f3f);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n}\n.ikon {\n height: 96px;\n width: 96px;\n}\n@media (min-width: 500px) {\n .ikon {\n height: 144px;\n width: 144px;\n }\n}\n@media (min-width: 700px) {\n .ikon {\n height: 192px;\n width: 192px;\n }\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n";export{F as proto_autos}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as o,b as t}from"./p-dd883392.js";export{s as setNonce}from"./p-dd883392.js";import{g as a}from"./p-e1255160.js";(()=>{const s=import.meta.url,t={};return""!==s&&(t.resourcesUrl=new URL(".",s).href),o(t)})().then((async o=>(await a(),t([["p-
|
|
1
|
+
import{p as o,b as t}from"./p-dd883392.js";export{s as setNonce}from"./p-dd883392.js";import{g as a}from"./p-e1255160.js";(()=>{const s=import.meta.url,t={};return""!==s&&(t.resourcesUrl=new URL(".",s).href),o(t)})().then((async o=>(await a(),t([["p-bf765799",[[1,"proto-autos",{tag:[1]}]]]],o))));
|
|
@@ -1,382 +1,38 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
1
|
+
/*! tailwindcss v4.0.5 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer theme, base, components, utilities;
|
|
3
3
|
@layer theme {
|
|
4
4
|
:root,
|
|
5
5
|
:host {
|
|
6
|
-
--font-sans:
|
|
6
|
+
--font-sans:
|
|
7
|
+
ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
|
|
7
8
|
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
8
|
-
--font-
|
|
9
|
-
|
|
10
|
-
'
|
|
11
|
-
--color-red-50: oklch(0.971 0.013 17.38);
|
|
12
|
-
--color-red-100: oklch(0.936 0.032 17.717);
|
|
13
|
-
--color-red-200: oklch(0.885 0.062 18.334);
|
|
14
|
-
--color-red-300: oklch(0.808 0.114 19.571);
|
|
15
|
-
--color-red-400: oklch(0.704 0.191 22.216);
|
|
16
|
-
--color-red-500: oklch(0.637 0.237 25.331);
|
|
17
|
-
--color-red-600: oklch(0.577 0.245 27.325);
|
|
18
|
-
--color-red-700: oklch(0.505 0.213 27.518);
|
|
19
|
-
--color-red-800: oklch(0.444 0.177 26.899);
|
|
20
|
-
--color-red-900: oklch(0.396 0.141 25.723);
|
|
21
|
-
--color-red-950: oklch(0.258 0.092 26.042);
|
|
22
|
-
--color-orange-50: oklch(0.98 0.016 73.684);
|
|
23
|
-
--color-orange-100: oklch(0.954 0.038 75.164);
|
|
24
|
-
--color-orange-200: oklch(0.901 0.076 70.697);
|
|
25
|
-
--color-orange-300: oklch(0.837 0.128 66.29);
|
|
26
|
-
--color-orange-400: oklch(0.75 0.183 55.934);
|
|
27
|
-
--color-orange-500: oklch(0.705 0.213 47.604);
|
|
28
|
-
--color-orange-600: oklch(0.646 0.222 41.116);
|
|
29
|
-
--color-orange-700: oklch(0.553 0.195 38.402);
|
|
30
|
-
--color-orange-800: oklch(0.47 0.157 37.304);
|
|
31
|
-
--color-orange-900: oklch(0.408 0.123 38.172);
|
|
32
|
-
--color-orange-950: oklch(0.266 0.079 36.259);
|
|
33
|
-
--color-amber-50: oklch(0.987 0.022 95.277);
|
|
34
|
-
--color-amber-100: oklch(0.962 0.059 95.617);
|
|
35
|
-
--color-amber-200: oklch(0.924 0.12 95.746);
|
|
36
|
-
--color-amber-300: oklch(0.879 0.169 91.605);
|
|
37
|
-
--color-amber-400: oklch(0.828 0.189 84.429);
|
|
38
|
-
--color-amber-500: oklch(0.769 0.188 70.08);
|
|
39
|
-
--color-amber-600: oklch(0.666 0.179 58.318);
|
|
40
|
-
--color-amber-700: oklch(0.555 0.163 48.998);
|
|
41
|
-
--color-amber-800: oklch(0.473 0.137 46.201);
|
|
42
|
-
--color-amber-900: oklch(0.414 0.112 45.904);
|
|
43
|
-
--color-amber-950: oklch(0.279 0.077 45.635);
|
|
44
|
-
--color-yellow-50: oklch(0.987 0.026 102.212);
|
|
45
|
-
--color-yellow-100: oklch(0.973 0.071 103.193);
|
|
46
|
-
--color-yellow-200: oklch(0.945 0.129 101.54);
|
|
9
|
+
--font-mono:
|
|
10
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
|
|
11
|
+
'Courier New', monospace;
|
|
47
12
|
--color-yellow-300: oklch(0.905 0.182 98.111);
|
|
48
|
-
--color-yellow-400: oklch(0.852 0.199 91.936);
|
|
49
|
-
--color-yellow-500: oklch(0.795 0.184 86.047);
|
|
50
13
|
--color-yellow-600: oklch(0.681 0.162 75.834);
|
|
51
|
-
--color-yellow-700: oklch(0.554 0.135 66.442);
|
|
52
|
-
--color-yellow-800: oklch(0.476 0.114 61.907);
|
|
53
|
-
--color-yellow-900: oklch(0.421 0.095 57.708);
|
|
54
|
-
--color-yellow-950: oklch(0.286 0.066 53.813);
|
|
55
|
-
--color-lime-50: oklch(0.986 0.031 120.757);
|
|
56
|
-
--color-lime-100: oklch(0.967 0.067 122.328);
|
|
57
|
-
--color-lime-200: oklch(0.938 0.127 124.321);
|
|
58
|
-
--color-lime-300: oklch(0.897 0.196 126.665);
|
|
59
|
-
--color-lime-400: oklch(0.841 0.238 128.85);
|
|
60
|
-
--color-lime-500: oklch(0.768 0.233 130.85);
|
|
61
|
-
--color-lime-600: oklch(0.648 0.2 131.684);
|
|
62
|
-
--color-lime-700: oklch(0.532 0.157 131.589);
|
|
63
|
-
--color-lime-800: oklch(0.453 0.124 130.933);
|
|
64
|
-
--color-lime-900: oklch(0.405 0.101 131.063);
|
|
65
|
-
--color-lime-950: oklch(0.274 0.072 132.109);
|
|
66
|
-
--color-green-50: oklch(0.982 0.018 155.826);
|
|
67
|
-
--color-green-100: oklch(0.962 0.044 156.743);
|
|
68
14
|
--color-green-200: oklch(0.925 0.084 155.995);
|
|
69
|
-
--color-green-300: oklch(0.871 0.15 154.449);
|
|
70
|
-
--color-green-400: oklch(0.792 0.209 151.711);
|
|
71
|
-
--color-green-500: oklch(0.723 0.219 149.579);
|
|
72
15
|
--color-green-600: oklch(0.627 0.194 149.214);
|
|
73
|
-
--color-green-700: oklch(0.527 0.154 150.069);
|
|
74
|
-
--color-green-800: oklch(0.448 0.119 151.328);
|
|
75
|
-
--color-green-900: oklch(0.393 0.095 152.535);
|
|
76
|
-
--color-green-950: oklch(0.266 0.065 152.934);
|
|
77
|
-
--color-emerald-50: oklch(0.979 0.021 166.113);
|
|
78
|
-
--color-emerald-100: oklch(0.95 0.052 163.051);
|
|
79
|
-
--color-emerald-200: oklch(0.905 0.093 164.15);
|
|
80
|
-
--color-emerald-300: oklch(0.845 0.143 164.978);
|
|
81
|
-
--color-emerald-400: oklch(0.765 0.177 163.223);
|
|
82
|
-
--color-emerald-500: oklch(0.696 0.17 162.48);
|
|
83
|
-
--color-emerald-600: oklch(0.596 0.145 163.225);
|
|
84
|
-
--color-emerald-700: oklch(0.508 0.118 165.612);
|
|
85
|
-
--color-emerald-800: oklch(0.432 0.095 166.913);
|
|
86
|
-
--color-emerald-900: oklch(0.378 0.077 168.94);
|
|
87
|
-
--color-emerald-950: oklch(0.262 0.051 172.552);
|
|
88
|
-
--color-teal-50: oklch(0.984 0.014 180.72);
|
|
89
|
-
--color-teal-100: oklch(0.953 0.051 180.801);
|
|
90
|
-
--color-teal-200: oklch(0.91 0.096 180.426);
|
|
91
|
-
--color-teal-300: oklch(0.855 0.138 181.071);
|
|
92
|
-
--color-teal-400: oklch(0.777 0.152 181.912);
|
|
93
|
-
--color-teal-500: oklch(0.704 0.14 182.503);
|
|
94
|
-
--color-teal-600: oklch(0.6 0.118 184.704);
|
|
95
|
-
--color-teal-700: oklch(0.511 0.096 186.391);
|
|
96
|
-
--color-teal-800: oklch(0.437 0.078 188.216);
|
|
97
|
-
--color-teal-900: oklch(0.386 0.063 188.416);
|
|
98
|
-
--color-teal-950: oklch(0.277 0.046 192.524);
|
|
99
|
-
--color-cyan-50: oklch(0.984 0.019 200.873);
|
|
100
|
-
--color-cyan-100: oklch(0.956 0.045 203.388);
|
|
101
|
-
--color-cyan-200: oklch(0.917 0.08 205.041);
|
|
102
|
-
--color-cyan-300: oklch(0.865 0.127 207.078);
|
|
103
|
-
--color-cyan-400: oklch(0.789 0.154 211.53);
|
|
104
|
-
--color-cyan-500: oklch(0.715 0.143 215.221);
|
|
105
|
-
--color-cyan-600: oklch(0.609 0.126 221.723);
|
|
106
|
-
--color-cyan-700: oklch(0.52 0.105 223.128);
|
|
107
|
-
--color-cyan-800: oklch(0.45 0.085 224.283);
|
|
108
|
-
--color-cyan-900: oklch(0.398 0.07 227.392);
|
|
109
|
-
--color-cyan-950: oklch(0.302 0.056 229.695);
|
|
110
|
-
--color-sky-50: oklch(0.977 0.013 236.62);
|
|
111
|
-
--color-sky-100: oklch(0.951 0.026 236.824);
|
|
112
|
-
--color-sky-200: oklch(0.901 0.058 230.902);
|
|
113
|
-
--color-sky-300: oklch(0.828 0.111 230.318);
|
|
114
|
-
--color-sky-400: oklch(0.746 0.16 232.661);
|
|
115
|
-
--color-sky-500: oklch(0.685 0.169 237.323);
|
|
116
|
-
--color-sky-600: oklch(0.588 0.158 241.966);
|
|
117
|
-
--color-sky-700: oklch(0.5 0.134 242.749);
|
|
118
|
-
--color-sky-800: oklch(0.443 0.11 240.79);
|
|
119
|
-
--color-sky-900: oklch(0.391 0.09 240.876);
|
|
120
|
-
--color-sky-950: oklch(0.293 0.066 243.157);
|
|
121
|
-
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
122
|
-
--color-blue-100: oklch(0.932 0.032 255.585);
|
|
123
16
|
--color-blue-200: oklch(0.882 0.059 254.128);
|
|
124
|
-
--color-blue-300: oklch(0.809 0.105 251.813);
|
|
125
17
|
--color-blue-400: oklch(0.707 0.165 254.624);
|
|
126
|
-
--color-blue-500: oklch(0.623 0.214 259.815);
|
|
127
|
-
--color-blue-600: oklch(0.546 0.245 262.881);
|
|
128
|
-
--color-blue-700: oklch(0.488 0.243 264.376);
|
|
129
|
-
--color-blue-800: oklch(0.424 0.199 265.638);
|
|
130
|
-
--color-blue-900: oklch(0.379 0.146 265.522);
|
|
131
|
-
--color-blue-950: oklch(0.282 0.091 267.935);
|
|
132
|
-
--color-indigo-50: oklch(0.962 0.018 272.314);
|
|
133
|
-
--color-indigo-100: oklch(0.93 0.034 272.788);
|
|
134
|
-
--color-indigo-200: oklch(0.87 0.065 274.039);
|
|
135
|
-
--color-indigo-300: oklch(0.785 0.115 274.713);
|
|
136
|
-
--color-indigo-400: oklch(0.673 0.182 276.935);
|
|
137
|
-
--color-indigo-500: oklch(0.585 0.233 277.117);
|
|
138
|
-
--color-indigo-600: oklch(0.511 0.262 276.966);
|
|
139
|
-
--color-indigo-700: oklch(0.457 0.24 277.023);
|
|
140
|
-
--color-indigo-800: oklch(0.398 0.195 277.366);
|
|
141
|
-
--color-indigo-900: oklch(0.359 0.144 278.697);
|
|
142
|
-
--color-indigo-950: oklch(0.257 0.09 281.288);
|
|
143
|
-
--color-violet-50: oklch(0.969 0.016 293.756);
|
|
144
|
-
--color-violet-100: oklch(0.943 0.029 294.588);
|
|
145
|
-
--color-violet-200: oklch(0.894 0.057 293.283);
|
|
146
|
-
--color-violet-300: oklch(0.811 0.111 293.571);
|
|
147
|
-
--color-violet-400: oklch(0.702 0.183 293.541);
|
|
148
|
-
--color-violet-500: oklch(0.606 0.25 292.717);
|
|
149
|
-
--color-violet-600: oklch(0.541 0.281 293.009);
|
|
150
|
-
--color-violet-700: oklch(0.491 0.27 292.581);
|
|
151
|
-
--color-violet-800: oklch(0.432 0.232 292.759);
|
|
152
|
-
--color-violet-900: oklch(0.38 0.189 293.745);
|
|
153
|
-
--color-violet-950: oklch(0.283 0.141 291.089);
|
|
154
|
-
--color-purple-50: oklch(0.977 0.014 308.299);
|
|
155
|
-
--color-purple-100: oklch(0.946 0.033 307.174);
|
|
156
|
-
--color-purple-200: oklch(0.902 0.063 306.703);
|
|
157
|
-
--color-purple-300: oklch(0.827 0.119 306.383);
|
|
158
|
-
--color-purple-400: oklch(0.714 0.203 305.504);
|
|
159
|
-
--color-purple-500: oklch(0.627 0.265 303.9);
|
|
160
|
-
--color-purple-600: oklch(0.558 0.288 302.321);
|
|
161
|
-
--color-purple-700: oklch(0.496 0.265 301.924);
|
|
162
|
-
--color-purple-800: oklch(0.438 0.218 303.724);
|
|
163
|
-
--color-purple-900: oklch(0.381 0.176 304.987);
|
|
164
|
-
--color-purple-950: oklch(0.291 0.149 302.717);
|
|
165
|
-
--color-fuchsia-50: oklch(0.977 0.017 320.058);
|
|
166
|
-
--color-fuchsia-100: oklch(0.952 0.037 318.852);
|
|
167
|
-
--color-fuchsia-200: oklch(0.903 0.076 319.62);
|
|
168
|
-
--color-fuchsia-300: oklch(0.833 0.145 321.434);
|
|
169
|
-
--color-fuchsia-400: oklch(0.74 0.238 322.16);
|
|
170
|
-
--color-fuchsia-500: oklch(0.667 0.295 322.15);
|
|
171
|
-
--color-fuchsia-600: oklch(0.591 0.293 322.896);
|
|
172
|
-
--color-fuchsia-700: oklch(0.518 0.253 323.949);
|
|
173
|
-
--color-fuchsia-800: oklch(0.452 0.211 324.591);
|
|
174
|
-
--color-fuchsia-900: oklch(0.401 0.17 325.612);
|
|
175
|
-
--color-fuchsia-950: oklch(0.293 0.136 325.661);
|
|
176
|
-
--color-pink-50: oklch(0.971 0.014 343.198);
|
|
177
|
-
--color-pink-100: oklch(0.948 0.028 342.258);
|
|
178
|
-
--color-pink-200: oklch(0.899 0.061 343.231);
|
|
179
|
-
--color-pink-300: oklch(0.823 0.12 346.018);
|
|
180
|
-
--color-pink-400: oklch(0.718 0.202 349.761);
|
|
181
|
-
--color-pink-500: oklch(0.656 0.241 354.308);
|
|
182
|
-
--color-pink-600: oklch(0.592 0.249 0.584);
|
|
183
|
-
--color-pink-700: oklch(0.525 0.223 3.958);
|
|
184
|
-
--color-pink-800: oklch(0.459 0.187 3.815);
|
|
185
|
-
--color-pink-900: oklch(0.408 0.153 2.432);
|
|
186
|
-
--color-pink-950: oklch(0.284 0.109 3.907);
|
|
187
|
-
--color-rose-50: oklch(0.969 0.015 12.422);
|
|
188
|
-
--color-rose-100: oklch(0.941 0.03 12.58);
|
|
189
|
-
--color-rose-200: oklch(0.892 0.058 10.001);
|
|
190
|
-
--color-rose-300: oklch(0.81 0.117 11.638);
|
|
191
|
-
--color-rose-400: oklch(0.712 0.194 13.428);
|
|
192
|
-
--color-rose-500: oklch(0.645 0.246 16.439);
|
|
193
|
-
--color-rose-600: oklch(0.586 0.253 17.585);
|
|
194
|
-
--color-rose-700: oklch(0.514 0.222 16.935);
|
|
195
|
-
--color-rose-800: oklch(0.455 0.188 13.697);
|
|
196
|
-
--color-rose-900: oklch(0.41 0.159 10.272);
|
|
197
|
-
--color-rose-950: oklch(0.271 0.105 12.094);
|
|
198
|
-
--color-slate-50: oklch(0.984 0.003 247.858);
|
|
199
|
-
--color-slate-100: oklch(0.968 0.007 247.896);
|
|
200
|
-
--color-slate-200: oklch(0.929 0.013 255.508);
|
|
201
|
-
--color-slate-300: oklch(0.869 0.022 252.894);
|
|
202
|
-
--color-slate-400: oklch(0.704 0.04 256.788);
|
|
203
|
-
--color-slate-500: oklch(0.554 0.046 257.417);
|
|
204
|
-
--color-slate-600: oklch(0.446 0.043 257.281);
|
|
205
|
-
--color-slate-700: oklch(0.372 0.044 257.287);
|
|
206
|
-
--color-slate-800: oklch(0.279 0.041 260.031);
|
|
207
|
-
--color-slate-900: oklch(0.208 0.042 265.755);
|
|
208
|
-
--color-slate-950: oklch(0.129 0.042 264.695);
|
|
209
|
-
--color-gray-50: oklch(0.985 0.002 247.839);
|
|
210
|
-
--color-gray-100: oklch(0.967 0.003 264.542);
|
|
211
|
-
--color-gray-200: oklch(0.928 0.006 264.531);
|
|
212
18
|
--color-gray-300: oklch(0.872 0.01 258.338);
|
|
213
|
-
--color-gray-400: oklch(0.707 0.022 261.325);
|
|
214
|
-
--color-gray-500: oklch(0.551 0.027 264.364);
|
|
215
19
|
--color-gray-600: oklch(0.446 0.03 256.802);
|
|
216
|
-
--color-gray-700: oklch(0.373 0.034 259.733);
|
|
217
|
-
--color-gray-800: oklch(0.278 0.033 256.848);
|
|
218
|
-
--color-gray-900: oklch(0.21 0.034 264.665);
|
|
219
|
-
--color-gray-950: oklch(0.13 0.028 261.692);
|
|
220
|
-
--color-zinc-50: oklch(0.985 0 0);
|
|
221
|
-
--color-zinc-100: oklch(0.967 0.001 286.375);
|
|
222
|
-
--color-zinc-200: oklch(0.92 0.004 286.32);
|
|
223
|
-
--color-zinc-300: oklch(0.871 0.006 286.286);
|
|
224
|
-
--color-zinc-400: oklch(0.705 0.015 286.067);
|
|
225
|
-
--color-zinc-500: oklch(0.552 0.016 285.938);
|
|
226
|
-
--color-zinc-600: oklch(0.442 0.017 285.786);
|
|
227
|
-
--color-zinc-700: oklch(0.37 0.013 285.805);
|
|
228
|
-
--color-zinc-800: oklch(0.274 0.006 286.033);
|
|
229
|
-
--color-zinc-900: oklch(0.21 0.006 285.885);
|
|
230
|
-
--color-zinc-950: oklch(0.141 0.005 285.823);
|
|
231
|
-
--color-neutral-50: oklch(0.985 0 0);
|
|
232
|
-
--color-neutral-100: oklch(0.97 0 0);
|
|
233
|
-
--color-neutral-200: oklch(0.922 0 0);
|
|
234
|
-
--color-neutral-300: oklch(0.87 0 0);
|
|
235
|
-
--color-neutral-400: oklch(0.708 0 0);
|
|
236
|
-
--color-neutral-500: oklch(0.556 0 0);
|
|
237
|
-
--color-neutral-600: oklch(0.439 0 0);
|
|
238
|
-
--color-neutral-700: oklch(0.371 0 0);
|
|
239
|
-
--color-neutral-800: oklch(0.269 0 0);
|
|
240
|
-
--color-neutral-900: oklch(0.205 0 0);
|
|
241
|
-
--color-neutral-950: oklch(0.145 0 0);
|
|
242
|
-
--color-stone-50: oklch(0.985 0.001 106.423);
|
|
243
|
-
--color-stone-100: oklch(0.97 0.001 106.424);
|
|
244
|
-
--color-stone-200: oklch(0.923 0.003 48.717);
|
|
245
|
-
--color-stone-300: oklch(0.869 0.005 56.366);
|
|
246
|
-
--color-stone-400: oklch(0.709 0.01 56.259);
|
|
247
|
-
--color-stone-500: oklch(0.553 0.013 58.071);
|
|
248
|
-
--color-stone-600: oklch(0.444 0.011 73.639);
|
|
249
|
-
--color-stone-700: oklch(0.374 0.01 67.558);
|
|
250
|
-
--color-stone-800: oklch(0.268 0.007 34.298);
|
|
251
|
-
--color-stone-900: oklch(0.216 0.006 56.043);
|
|
252
|
-
--color-stone-950: oklch(0.147 0.004 49.25);
|
|
253
|
-
--color-black: #000;
|
|
254
20
|
--color-white: #fff;
|
|
255
21
|
--spacing: 0.25rem;
|
|
256
|
-
--breakpoint-sm: 40rem;
|
|
257
|
-
--breakpoint-md: 48rem;
|
|
258
|
-
--breakpoint-lg: 64rem;
|
|
259
|
-
--breakpoint-xl: 80rem;
|
|
260
|
-
--breakpoint-2xl: 96rem;
|
|
261
|
-
--container-3xs: 16rem;
|
|
262
|
-
--container-2xs: 18rem;
|
|
263
|
-
--container-xs: 20rem;
|
|
264
|
-
--container-sm: 24rem;
|
|
265
|
-
--container-md: 28rem;
|
|
266
|
-
--container-lg: 32rem;
|
|
267
|
-
--container-xl: 36rem;
|
|
268
|
-
--container-2xl: 42rem;
|
|
269
|
-
--container-3xl: 48rem;
|
|
270
|
-
--container-4xl: 56rem;
|
|
271
|
-
--container-5xl: 64rem;
|
|
272
|
-
--container-6xl: 72rem;
|
|
273
|
-
--container-7xl: 80rem;
|
|
274
22
|
--text-xs: 0.75rem;
|
|
275
23
|
--text-xs--line-height: calc(1 / 0.75);
|
|
276
24
|
--text-sm: 0.875rem;
|
|
277
25
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
278
|
-
--text-base: 1rem;
|
|
279
|
-
--text-base--line-height: calc(1.5 / 1);
|
|
280
26
|
--text-lg: 1.125rem;
|
|
281
27
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
282
28
|
--text-xl: 1.25rem;
|
|
283
29
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
284
|
-
--text-2xl: 1.5rem;
|
|
285
|
-
--text-2xl--line-height: calc(2 / 1.5);
|
|
286
|
-
--text-3xl: 1.875rem;
|
|
287
|
-
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
288
|
-
--text-4xl: 2.25rem;
|
|
289
|
-
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
290
|
-
--text-5xl: 3rem;
|
|
291
|
-
--text-5xl--line-height: 1;
|
|
292
30
|
--text-6xl: 3.75rem;
|
|
293
31
|
--text-6xl--line-height: 1;
|
|
294
|
-
--text-7xl: 4.5rem;
|
|
295
|
-
--text-7xl--line-height: 1;
|
|
296
|
-
--text-8xl: 6rem;
|
|
297
|
-
--text-8xl--line-height: 1;
|
|
298
|
-
--text-9xl: 8rem;
|
|
299
|
-
--text-9xl--line-height: 1;
|
|
300
32
|
--font-weight-thin: 100;
|
|
301
|
-
--font-weight-extralight: 200;
|
|
302
|
-
--font-weight-light: 300;
|
|
303
|
-
--font-weight-normal: 400;
|
|
304
|
-
--font-weight-medium: 500;
|
|
305
|
-
--font-weight-semibold: 600;
|
|
306
33
|
--font-weight-bold: 700;
|
|
307
|
-
--font-weight-extrabold: 800;
|
|
308
|
-
--font-weight-black: 900;
|
|
309
|
-
--tracking-tighter: -0.05em;
|
|
310
|
-
--tracking-tight: -0.025em;
|
|
311
|
-
--tracking-normal: 0em;
|
|
312
|
-
--tracking-wide: 0.025em;
|
|
313
|
-
--tracking-wider: 0.05em;
|
|
314
|
-
--tracking-widest: 0.1em;
|
|
315
|
-
--leading-tight: 1.25;
|
|
316
|
-
--leading-snug: 1.375;
|
|
317
|
-
--leading-normal: 1.5;
|
|
318
|
-
--leading-relaxed: 1.625;
|
|
319
|
-
--leading-loose: 2;
|
|
320
|
-
--radius-xs: 0.125rem;
|
|
321
|
-
--radius-sm: 0.25rem;
|
|
322
34
|
--radius-md: 0.375rem;
|
|
323
35
|
--radius-lg: 0.5rem;
|
|
324
|
-
--radius-xl: 0.75rem;
|
|
325
|
-
--radius-2xl: 1rem;
|
|
326
|
-
--radius-3xl: 1.5rem;
|
|
327
|
-
--radius-4xl: 2rem;
|
|
328
|
-
--shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
|
|
329
|
-
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
330
|
-
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
331
|
-
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1),
|
|
332
|
-
0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
333
|
-
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1),
|
|
334
|
-
0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
335
|
-
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1),
|
|
336
|
-
0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
337
|
-
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
338
|
-
--inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
|
|
339
|
-
--inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
|
|
340
|
-
--inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
|
|
341
|
-
--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
|
|
342
|
-
--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
|
|
343
|
-
--drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
|
|
344
|
-
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
345
|
-
--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
|
|
346
|
-
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
|
347
|
-
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
348
|
-
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
349
|
-
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
350
36
|
--animate-spin: spin 1s linear infinite;
|
|
351
|
-
--animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
352
|
-
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
353
|
-
--animate-bounce: bounce 1s infinite;
|
|
354
|
-
--blur-xs: 4px;
|
|
355
|
-
--blur-sm: 8px;
|
|
356
|
-
--blur-md: 12px;
|
|
357
|
-
--blur-lg: 16px;
|
|
358
|
-
--blur-xl: 24px;
|
|
359
|
-
--blur-2xl: 40px;
|
|
360
|
-
--blur-3xl: 64px;
|
|
361
|
-
--perspective-dramatic: 100px;
|
|
362
|
-
--perspective-near: 300px;
|
|
363
|
-
--perspective-normal: 500px;
|
|
364
|
-
--perspective-midrange: 800px;
|
|
365
|
-
--perspective-distant: 1200px;
|
|
366
|
-
--aspect-video: 16 / 9;
|
|
367
|
-
--default-transition-duration: 150ms;
|
|
368
|
-
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
369
|
-
--default-font-family: var(--font-sans);
|
|
370
|
-
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
371
|
-
--default-font-variation-settings: var(
|
|
372
|
-
--font-sans--font-variation-settings
|
|
373
|
-
);
|
|
374
|
-
--default-mono-font-family: var(--font-mono);
|
|
375
|
-
--default-mono-font-feature-settings: var(
|
|
376
|
-
--font-mono--font-feature-settings
|
|
377
|
-
);
|
|
378
|
-
--default-mono-font-variation-settings: var(
|
|
379
|
-
--font-mono--font-variation-settings
|
|
380
|
-
);
|
|
381
37
|
}
|
|
382
38
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proto-autos-wc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.996",
|
|
4
4
|
"description": "prototype - a simple GraphQL demo rendered in Stencil and Tailwind",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"autoprefixer": "10.4.20",
|
|
37
37
|
"concurrently": "9.1.2",
|
|
38
38
|
"cspell": "8.17.3",
|
|
39
|
-
"eslint": "9.
|
|
39
|
+
"eslint": "9.20.0",
|
|
40
40
|
"postcss": "8.5.1",
|
|
41
|
-
"prettier": "3.
|
|
41
|
+
"prettier": "3.5.0",
|
|
42
42
|
"prettier-plugin-tailwindcss": "0.6.11",
|
|
43
|
-
"proto-tailwindcss-clrs": "0.0.
|
|
44
|
-
"tailwindcss": "4.0.
|
|
43
|
+
"proto-tailwindcss-clrs": "0.0.406",
|
|
44
|
+
"tailwindcss": "4.0.5",
|
|
45
45
|
"typescript": "5.7.3",
|
|
46
46
|
"workbox-build": "7.3.0"
|
|
47
47
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g as n,f as e,h as r,r as t}from"./p-dd883392.js";const o="proto-autos",a="data",i="pick",l=n=>{const e=localStorage.getItem(n?`${o}-${n}`:o);return e?JSON.parse(e):void 0},s=(n,e)=>{const r=n?`${o}-${n}`:o,t=JSON.stringify(e);localStorage.setItem(r,t)},c=n=>!("isConnected"in n)||n.isConnected,d=(()=>{let n;return(...e)=>{n&&clearTimeout(n),n=setTimeout((()=>{n=0,(n=>{for(let e of n.keys())n.set(e,n.get(e).filter(c))})(...e)}),2e3)}})(),u=n=>"function"==typeof n?n():n;var f=function(){function n(n,e){for(var r=0;r<e.length;r++){var t=e[r];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(n,t.key,t)}}return function(e,r,t){return r&&n(e.prototype,r),t&&n(e,t),e}}();function v(n,e){if(!(n instanceof e))throw new TypeError("Cannot call a class as a function")}var b=function(){function n(){var e=this;v(this,n),this.interceptors=[],this.fetch=function(){for(var n=arguments.length,r=Array(n),t=0;t<n;t++)r[t]=arguments[t];return e.interceptorWrapper.apply(e,[fetch].concat(r))}}return f(n,[{key:"addInterceptors",value:function(n){var e=this,r=[];return Array.isArray(n)?n.map((function(n){return r.push(e.interceptors.length),e.interceptors.push(n)})):n instanceof Object&&(r.push(this.interceptors.length),this.interceptors.push(n)),this.updateInterceptors(),function(){return e.removeInterceptors(r)}}},{key:"removeInterceptors",value:function(n){var e=this;Array.isArray(n)&&(n.map((function(n){return e.interceptors.splice(n,1)})),this.updateInterceptors())}},{key:"updateInterceptors",value:function(){this.reversedInterceptors=this.interceptors.reduce((function(n,e){return[e].concat(n)}),[])}},{key:"clearInterceptors",value:function(){this.interceptors=[],this.updateInterceptors()}},{key:"interceptorWrapper",value:function(n){for(var e=arguments.length,r=Array(e>1?e-1:0),t=1;t<e;t++)r[t-1]=arguments[t];var o=Promise.resolve(r);return this.reversedInterceptors.forEach((function(n){var e=n.request,t=n.requestError;(e||t)&&(o=o.then((function(){return e.apply(void 0,r)}),t))})),o=o.then((function(){return n.apply(void 0,r)})),this.reversedInterceptors.forEach((function(n){var e=n.response,r=n.responseError;(e||r)&&(o=o.then(e,r))})),o}}]),n}(),g=function(){function n(e){var r=e.url,t=e.interceptors,o=e.headers,a=e.onStart,i=e.onEnd,l=e.omitEmptyVariables,s=void 0!==l&&l,c=e.requestOptions,d=void 0===c?{}:c;v(this,n);var u=function(n,e){if(!n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?n:e}(this,(n.__proto__||Object.getPrototypeOf(n)).call(this));return u.requestObject=Object.assign({},{method:"POST",headers:Object.assign({},{Accept:"application/json","Content-Type":"application/json"},o),credentials:"same-origin"},d),u.url=r,u.omitEmptyVariables=s,u.requestQueueLength=0,u.EnumMap={},u.callbacks={onStart:a,onEnd:i},u.addInterceptors(t),u}return function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);n.prototype=Object.create(e&&e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(n,e):n.__proto__=e)}(n,b),f(n,[{key:"query",value:function(n){var e,r=this,t=n.operationName,o=n.query,a=n.variables,i=n.opts,l=void 0===i?{}:i,s=n.requestOptions,c=Object.assign({},this.requestObject,void 0===s?{}:s);return e=this.omitEmptyVariables||l.omitEmptyVariables?this.doOmitEmptyVariables(a):a,c.body=JSON.stringify({operationName:t,query:o,variables:e}),this.onStart(),this.fetch(this.url,c).then((function(n){return n.ok?n.json():{errors:[{message:n.statusText,stack:n}]}})).then((function(n){var e=n.data,t=n.errors;return new Promise((function(n,o){return r.onEnd(),e?Object.keys(e).every((function(n){return!e[n]}))?o(t):n({data:e,errors:t}):o(t||[{}])}))}))}},{key:"getUrl",value:function(){return this.url}},{key:"setUrl",value:function(n){this.url=n}},{key:"getEnumTypes",value:function(n){var e=this,r={},t=n.filter((function(n){return!e.EnumMap[n]||(r[n]=e.EnumMap[n],!1)}));if(!t.length)return new Promise((function(n){n({data:r})}));var o="\n query {\n "+t.map((function(n){return n+': __type(name: "'+n+'") {\n ...EnumFragment\n }'})).join("\n")+"\n }\n \n fragment EnumFragment on __Type {\n kind\n description\n enumValues {\n name\n description\n }\n }",a=Object.assign({},this.requestObject);return a.body=JSON.stringify({query:o}),this.onStart(),this.fetch(this.url,a).then((function(n){return n.ok?n.json():{errors:[{message:n.statusText,stack:n}]}})).then((function(n){var t=n.data,o=n.errors;return new Promise((function(n,a){if(e.onEnd(),!t)return a(o||[{message:"Do not get any data."}]);if(Object.keys(t).every((function(n){return!t[n]}))&&o&&o.length)return a(o);var i=Object.assign(r,t);return Object.keys(t).map((function(n){return e.EnumMap[n]=t[n],n})),n({data:i,errors:o})}))}))}},{key:"onStart",value:function(){this.requestQueueLength++,this.requestQueueLength>1||!this.callbacks.onStart||this.callbacks.onStart(this.requestQueueLength)}},{key:"onEnd",value:function(){this.requestQueueLength--,!this.requestQueueLength&&this.callbacks.onEnd&&this.callbacks.onEnd(this.requestQueueLength)}},{key:"doOmitEmptyVariables",value:function(n){var e=this,r={};return Object.keys(n).map((function(t){var o=n[t];return"string"==typeof o&&0===o.length||null==o||(r[t]=o instanceof Object?e.doOmitEmptyVariables(o):o),t})),r}}]),n}();const h={loading:!1,error:void 0,data:void 0,pick:0,dealer:void 0},{state:m}=(()=>{const r=((n,e=((n,e)=>n!==e))=>{const r=u(n);let t=new Map(Object.entries(null!=r?r:{}));const o={dispose:[],get:[],set:[],reset:[]},a=()=>{var e;t=new Map(Object.entries(null!==(e=u(n))&&void 0!==e?e:{})),o.reset.forEach((n=>n()))},i=n=>(o.get.forEach((e=>e(n))),t.get(n)),l=(n,r)=>{const a=t.get(n);e(r,a,n)&&(t.set(n,r),o.set.forEach((e=>e(n,r,a))))},s="undefined"==typeof Proxy?{}:new Proxy(r,{get:(n,e)=>i(e),ownKeys:()=>Array.from(t.keys()),getOwnPropertyDescriptor:()=>({enumerable:!0,configurable:!0}),has:(n,e)=>t.has(e),set:(n,e,r)=>(l(e,r),!0)}),c=(n,e)=>(o[n].push(e),()=>{((n,e)=>{const r=n.indexOf(e);r>=0&&(n[r]=n[n.length-1],n.length--)})(o[n],e)});return{state:s,get:i,set:l,on:c,onChange:(e,r)=>{const t=c("set",((n,t)=>{n===e&&r(t)})),o=c("reset",(()=>r(u(n)[e])));return()=>{t(),o()}},use:(...n)=>{const e=n.reduce(((n,e)=>(e.set&&n.push(c("set",e.set)),e.get&&n.push(c("get",e.get)),e.reset&&n.push(c("reset",e.reset)),e.dispose&&n.push(c("dispose",e.dispose)),n)),[]);return()=>e.forEach((n=>n()))},dispose:()=>{o.dispose.forEach((n=>n())),a()},reset:a,forceUpdate:n=>{const e=t.get(n);o.set.forEach((r=>r(n,e,e)))}}})(h,void 0);return r.use((()=>{if("function"!=typeof n)return{};const r=new Map;return{dispose:()=>r.clear(),get:e=>{const t=n();t&&((n,e,r)=>{const t=n.get(e);t?t.includes(r)||t.push(r):n.set(e,[r])})(r,e,t)},set:n=>{const t=r.get(n);t&&r.set(n,t.filter(e)),d(r)},reset:()=>{r.forEach((n=>n.forEach(e))),d(r)}}})()),r})(),p=(n=!1)=>{m.loading=n,m.error=void 0,m.pick=0,m.data=void 0,m.dealer=void 0},y=n=>{if(n){const{pick:e}=m;m.dealer=null!=e?n.list[e]:void 0,m.data=n,m.loading=!1}else m.data=void 0,m.loading=!1},w=n=>{const{data:e}=m;e&&void 0!==n?(m.pick=n,m.dealer=e.list[n]):(m.pick=0,m.dealer=void 0)};var x=new g({url:"https://gt-forza.vercel.app/graphql"});const k=()=>{p(!0),s(i,0),x.query({operationName:"Uuid",query:"\n query Uuid($count: Int!) {\n uuid(count: $count)\n }\n",variables:{count:1}}).then((n=>{const e=n.data.uuid[0];x.query({operationName:"Solution",query:"\n query Solution($id: String!) {\n solution(id: $id) {\n id\n data {\n dealers {\n dealerId\n name\n vehicles {\n vin\n year\n make\n model\n color\n }\n }\n }\n }\n }\n",variables:{id:e}}).then((n=>{const r=JSON.parse(JSON.stringify(n.data.solution.data.dealers)),t={id:e,list:r};s(a,t),y(t)}))}))},O=()=>{p();const n=l(a),e=l(i);n?(y(n),e&&w(e)):k()},j=k,S=n=>{s(i,n),w(n)},z=(...n)=>n.filter(Boolean).join(" "),$=n=>{const{value:e}=n,{dealerId:t,name:o,vehicles:a}=e||{},i=a?a.length:0;return r("div",{class:z("flex flex-wrap content-center","mb-4 rounded-lg bg-blue-200 p-4","border border-solid border-blue-400")},r("label",{class:"text-xl font-bold"},o?`${o} `:"",r("sup",null,i||"")),r("label",{class:"ml-auto self-center text-right text-sm"},t||""))},T=/^\#[0-9]*/,q=n=>null!=n.match(T),E=n=>2554===n,N=n=>n>2010,A=n=>{const{vin:e,make:t,model:o,year:a,color:i}=n.value||{};return r("div",{class:z("flex align-middle","mb-1 rounded-lg p-4","border border-solid",E(a)?"border-clrs-navy bg-clrs-navy text-clrs-white":q(o)?"border-yellow-600 bg-yellow-300":N(a)?"border-green-600 bg-green-200":"border-gray-600 bg-gray-300")},r("div",{class:"mr-1.5 flex flex-col"},r("label",{class:"mb-2 text-xs"},e||""),r("label",{class:"text-lg font-bold"},t||""),r("label",{class:"mb-2 text-sm italic"},o||""),r("label",null,a||"",", ",i||""),r("label",null,E(a)?"- exotic... [ Sierra 117 ]":q(o)?"- track only...":"")),r("proto-ikon-loader",{class:"ikon ml-auto self-center",name:t,label:t.toLowerCase()}))},C=n=>{const{list:e}=n,t=e.length;return 0===t?"":r("div",{class:"flex flex-col"},t?e.map((n=>r(A,{value:n}))):"")},I=n=>{const{dealer:e}=n,{vehicles:t}=e||{vehicles:[]},o=t;return e?r("div",{class:"flex flex-col"},r($,{value:e}),r(C,{list:o})):""},P="eswat2",J=()=>r("a",{class:"absolute right-0 top-0 text-clrs-gray hover:text-clrs-navy",href:"https://eswat2.dev","aria-label":P,target:"blank",title:P},r("proto-ikon-loader",{name:"fingerprint",size:24,label:"eswat2"})),M=()=>r("div",{class:"mb-4 mr-2 mt-2 flex flex-row"},r("label",{class:"ml-auto align-top text-xs italic text-clrs-slate4"},"Tailwind ","4.0.4")),U=n=>{const{label:e}=n;return r("h1",{class:z("text-center uppercase text-clrs-red","mb-11 ml-0 mr-0 mt-11","text-6xl font-thin")},e)},_=n=>{const e=n.hex||"currentColor",t=n.label||"loading...",o=n.size||24;return r("svg",{class:z(n.class||"","animate-spin"),width:o,height:o,fill:"none",viewBox:"0 0 24 24",role:"img","aria-label":"title"},r("title",null,t),r("g",null,r("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:e,"stroke-width":"4"}),r("path",{class:"opacity-75",fill:e,d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),r("path",{d:"M0 0h24v24H0z",fill:"none"}))},D=()=>{const{loading:n,pick:e,data:t}=m||{},{list:o}=t||{list:[]},a=o.length-1;return n?"":r("div",{class:"flex"},r("div",{class:"refresh hover:text-clrs-red md:w-auto",onClick:()=>j()},r("proto-ikon-loader",{name:"refresh",size:24})),r("div",{class:z("ml-auto inline-flex justify-end","border border-solid border-gray-600","rounded-md")},o.map(((n,t)=>r("button",{class:z("h-8 w-8 border-none font-bold",0==t?"rounded-bl-md rounded-br-none rounded-tl-md rounded-tr-none":t==a?"rounded-bl-none rounded-br-md rounded-tl-none rounded-tr-md":"rounded-none",e==t?"bg-clrs-red text-white":"bg-clrs-yellow text-clrs-navy"),onClick:()=>S(t),title:`${n.name} (${n.vehicles.length})`},t+1)))))},V=class{constructor(n){t(this,n),this.tag="proto-autos"}componentDidLoad(){O()}render(){const{loading:n,dealer:e}=m;return r("main",{key:"eb918bee95389cd4c78c6a7b3134ada507c5a042",id:"app",class:"ds1-main relative"},r(J,{key:"efa617ee04ddd6c58650d1cf4d00f899c3520efa"}),r(U,{key:"6762516c1c9fc2d4490e9343d75f4f09f657fae6",label:"Auto Dealers"}),r(D,{key:"ce1aeeb560729f66726b859d6f9d5a4a410703b1"}),n?r(_,null):r("hr",{class:z("mb-4 ml-0 mr-0 mt-4","border-solid border-gray-300","border-b-0 border-l-0 border-r-0")}),r(I,{key:"63ef8ba16a60533a147c06e126442e9f2481f8fe",dealer:e}),r(M,{key:"00d32c34fcf933386a5e5f920e09f02f95dbfbf1"}))}};V.style="/*! tailwindcss v4.0.4 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer utilities {\n .absolute {\n position: absolute;\n }\n .relative {\n position: relative;\n }\n .top-0 {\n top: calc(var(--spacing) * 0);\n }\n .right-0 {\n right: calc(var(--spacing) * 0);\n }\n .m-6 {\n margin: calc(var(--spacing) * 6);\n }\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-4 {\n margin-top: calc(var(--spacing) * 4);\n }\n .mt-11 {\n margin-top: calc(var(--spacing) * 11);\n }\n .mr-0 {\n margin-right: calc(var(--spacing) * 0);\n }\n .mr-1\\.5 {\n margin-right: calc(var(--spacing) * 1.5);\n }\n .mr-2 {\n margin-right: calc(var(--spacing) * 2);\n }\n .mb-1 {\n margin-bottom: calc(var(--spacing) * 1);\n }\n .mb-2 {\n margin-bottom: calc(var(--spacing) * 2);\n }\n .mb-4 {\n margin-bottom: calc(var(--spacing) * 4);\n }\n .mb-11 {\n margin-bottom: calc(var(--spacing) * 11);\n }\n .ml-0 {\n margin-left: calc(var(--spacing) * 0);\n }\n .ml-auto {\n margin-left: auto;\n }\n .flex {\n display: flex;\n }\n .inline-flex {\n display: inline-flex;\n }\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n .w-8 {\n width: calc(var(--spacing) * 8);\n }\n .animate-spin {\n animation: var(--animate-spin);\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-row {\n flex-direction: row;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .content-center {\n align-content: center;\n }\n .justify-end {\n justify-content: flex-end;\n }\n .self-center {\n align-self: center;\n }\n .rounded-lg {\n border-radius: var(--radius-lg);\n }\n .rounded-md {\n border-radius: var(--radius-md);\n }\n .rounded-none {\n border-radius: 0;\n }\n .rounded-tl-md {\n border-top-left-radius: var(--radius-md);\n }\n .rounded-tl-none {\n border-top-left-radius: 0;\n }\n .rounded-tr-md {\n border-top-right-radius: var(--radius-md);\n }\n .rounded-tr-none {\n border-top-right-radius: 0;\n }\n .rounded-br-md {\n border-bottom-right-radius: var(--radius-md);\n }\n .rounded-br-none {\n border-bottom-right-radius: 0;\n }\n .rounded-bl-md {\n border-bottom-left-radius: var(--radius-md);\n }\n .rounded-bl-none {\n border-bottom-left-radius: 0;\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-r-0 {\n border-right-style: var(--tw-border-style);\n border-right-width: 0px;\n }\n .border-b-0 {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 0px;\n }\n .border-l-0 {\n border-left-style: var(--tw-border-style);\n border-left-width: 0px;\n }\n .border-none {\n --tw-border-style: none;\n border-style: none;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-blue-400 {\n border-color: var(--color-blue-400);\n }\n .border-clrs-navy {\n border-color: var(--clrs-navy, #001f3f);\n }\n .border-gray-300 {\n border-color: var(--color-gray-300);\n }\n .border-gray-600 {\n border-color: var(--color-gray-600);\n }\n .border-green-600 {\n border-color: var(--color-green-600);\n }\n .border-yellow-600 {\n border-color: var(--color-yellow-600);\n }\n .bg-blue-200 {\n background-color: var(--color-blue-200);\n }\n .bg-clrs-navy {\n background-color: var(--clrs-navy, #001f3f);\n }\n .bg-clrs-red {\n background-color: var(--clrs-red, #ff4136);\n }\n .bg-clrs-yellow {\n background-color: var(--clrs-yellow, #ffdc00);\n }\n .bg-gray-300 {\n background-color: var(--color-gray-300);\n }\n .bg-green-200 {\n background-color: var(--color-green-200);\n }\n .bg-yellow-300 {\n background-color: var(--color-yellow-300);\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .text-center {\n text-align: center;\n }\n .text-right {\n text-align: right;\n }\n .align-middle {\n vertical-align: middle;\n }\n .align-top {\n vertical-align: top;\n }\n .font-sans {\n font-family: var(--font-sans);\n }\n .text-6xl {\n font-size: var(--text-6xl);\n line-height: var(--tw-leading, var(--text-6xl--line-height));\n }\n .text-lg {\n font-size: var(--text-lg);\n line-height: var(--tw-leading, var(--text-lg--line-height));\n }\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n .text-xl {\n font-size: var(--text-xl);\n line-height: var(--tw-leading, var(--text-xl--line-height));\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .font-thin {\n --tw-font-weight: var(--font-weight-thin);\n font-weight: var(--font-weight-thin);\n }\n .text-clrs-gray {\n color: var(--clrs-gray, #aaaaaa);\n }\n .text-clrs-navy {\n color: var(--clrs-navy, #001f3f);\n }\n .text-clrs-red {\n color: var(--clrs-red, #ff4136);\n }\n .text-clrs-slate4 {\n color: var(--clrs-slate4, #4e5964);\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .text-white {\n color: var(--color-white);\n }\n .uppercase {\n text-transform: uppercase;\n }\n .italic {\n font-style: italic;\n }\n .antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .opacity-25 {\n opacity: 25%;\n }\n .opacity-75 {\n opacity: 75%;\n }\n .shadow {\n --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .filter {\n filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)\n var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)\n var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);\n }\n .hover\\:text-clrs-navy {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-navy, #001f3f);\n }\n }\n }\n .hover\\:text-clrs-red {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-red, #ff4136);\n }\n }\n }\n .md\\:w-auto {\n @media (width >= 48rem) {\n width: auto;\n }\n }\n}\n@layer components {\n .ds1-main {\n margin: calc(var(--spacing) * 6);\n display: flex;\n flex-direction: column;\n font-family: var(--font-sans);\n color: var(--clrs-navy, #001f3f);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n}\n.ikon {\n height: 96px;\n width: 96px;\n}\n@media (min-width: 500px) {\n .ikon {\n height: 144px;\n width: 144px;\n }\n}\n@media (min-width: 700px) {\n .ikon {\n height: 192px;\n width: 192px;\n }\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes ping {\n 75%,\n 100% {\n transform: scale(2);\n opacity: 0;\n }\n}\n@keyframes pulse {\n 50% {\n opacity: 0.5;\n }\n}\n@keyframes bounce {\n 0%,\n 100% {\n transform: translateY(-25%);\n animation-timing-function: cubic-bezier(0.8, 0, 1, 1);\n }\n 50% {\n transform: none;\n animation-timing-function: cubic-bezier(0, 0, 0.2, 1);\n }\n}\n";export{V as proto_autos}
|