proto-autos-wc 0.1.125 → 0.1.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
- import { b as bootstrapLazy } from './index-CUeCNkv1.js';
2
- export { s as setNonce } from './index-CUeCNkv1.js';
1
+ import { b as bootstrapLazy } from './index-Djdza2ry.js';
2
+ export { s as setNonce } from './index-Djdza2ry.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await globalScripts();
8
- return bootstrapLazy([["proto-autos",[[257,"proto-autos",{"tag":[1]}]]]], options);
8
+ return bootstrapLazy([["proto-autos",[[1,"proto-autos",{"tag":[1]}]]]], options);
9
9
  };
10
10
 
11
11
  export { defineCustomElements };
@@ -1,9 +1,9 @@
1
- import { p as promiseResolve, B as BUILD, c as consoleDevInfo, w as win, N as NAMESPACE, H, b as bootstrapLazy } from './index-CUeCNkv1.js';
2
- export { s as setNonce } from './index-CUeCNkv1.js';
1
+ import { p as promiseResolve, B as BUILD, c as consoleDevInfo, w as win, N as NAMESPACE, H, b as bootstrapLazy } from './index-Djdza2ry.js';
2
+ export { s as setNonce } from './index-Djdza2ry.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.39.0 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.40.1 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
 
9
9
  var patchBrowser = () => {
@@ -44,5 +44,5 @@ var patchCloneNodeFix = (HTMLElementPrototype) => {
44
44
 
45
45
  patchBrowser().then(async (options) => {
46
46
  await globalScripts();
47
- return bootstrapLazy([["proto-autos",[[257,"proto-autos",{"tag":[1]}]]]], options);
47
+ return bootstrapLazy([["proto-autos",[[1,"proto-autos",{"tag":[1]}]]]], options);
48
48
  });
@@ -1,4 +1,4 @@
1
- import { S as StencilCore, h, r as registerInstance } from './index-CUeCNkv1.js';
1
+ import { S as StencilCore, h, r as registerInstance } from './index-Djdza2ry.js';
2
2
 
3
3
  const KEY = 'proto-autos';
4
4
  const DATA = 'data';
@@ -970,386 +970,7 @@ const ToolBar = _props => {
970
970
  : 'bg-clrs-yellow text-clrs-navy'), onClick: () => actions.updatePick(indx), title: `${dealer.name} (${dealer.vehicles.length})` }, indx + 1))))));
971
971
  };
972
972
 
973
- const shadowCss = () => `/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
974
- @layer properties;
975
- @layer theme, base, components, utilities;
976
- @layer theme {
977
- :root,
978
- :host {
979
- --font-sans:
980
- ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
981
- 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
982
- --color-yellow-300: oklch(90.5% 0.182 98.111);
983
- --color-yellow-600: oklch(68.1% 0.162 75.834);
984
- --color-green-200: oklch(92.5% 0.084 155.995);
985
- --color-green-600: oklch(62.7% 0.194 149.214);
986
- --color-blue-200: oklch(88.2% 0.059 254.128);
987
- --color-blue-400: oklch(70.7% 0.165 254.624);
988
- --color-gray-300: oklch(87.2% 0.01 258.338);
989
- --color-gray-600: oklch(44.6% 0.03 256.802);
990
- --color-white: #fff;
991
- --spacing: 0.25rem;
992
- --text-xs: 0.75rem;
993
- --text-xs--line-height: calc(1 / 0.75);
994
- --text-sm: 0.875rem;
995
- --text-sm--line-height: calc(1.25 / 0.875);
996
- --text-lg: 1.125rem;
997
- --text-lg--line-height: calc(1.75 / 1.125);
998
- --text-xl: 1.25rem;
999
- --text-xl--line-height: calc(1.75 / 1.25);
1000
- --text-6xl: 3.75rem;
1001
- --text-6xl--line-height: 1;
1002
- --font-weight-thin: 100;
1003
- --font-weight-bold: 700;
1004
- --radius-md: 0.375rem;
1005
- --radius-lg: 0.5rem;
1006
- --animate-spin: spin 1s linear infinite;
1007
- }
1008
- }
1009
- @layer utilities {
1010
- .absolute {
1011
- position: absolute;
1012
- }
1013
- .relative {
1014
- position: relative;
1015
- }
1016
- .top-0 {
1017
- top: calc(var(--spacing) * 0);
1018
- }
1019
- .right-0 {
1020
- right: calc(var(--spacing) * 0);
1021
- }
1022
- .m-6 {
1023
- margin: calc(var(--spacing) * 6);
1024
- }
1025
- .mt-2 {
1026
- margin-top: calc(var(--spacing) * 2);
1027
- }
1028
- .mt-4 {
1029
- margin-top: calc(var(--spacing) * 4);
1030
- }
1031
- .mt-11 {
1032
- margin-top: calc(var(--spacing) * 11);
1033
- }
1034
- .mr-0 {
1035
- margin-right: calc(var(--spacing) * 0);
1036
- }
1037
- .mr-1\.5 {
1038
- margin-right: calc(var(--spacing) * 1.5);
1039
- }
1040
- .mr-2 {
1041
- margin-right: calc(var(--spacing) * 2);
1042
- }
1043
- .mb-1 {
1044
- margin-bottom: calc(var(--spacing) * 1);
1045
- }
1046
- .mb-2 {
1047
- margin-bottom: calc(var(--spacing) * 2);
1048
- }
1049
- .mb-4 {
1050
- margin-bottom: calc(var(--spacing) * 4);
1051
- }
1052
- .mb-11 {
1053
- margin-bottom: calc(var(--spacing) * 11);
1054
- }
1055
- .ml-0 {
1056
- margin-left: calc(var(--spacing) * 0);
1057
- }
1058
- .ml-auto {
1059
- margin-left: auto;
1060
- }
1061
- .flex {
1062
- display: flex;
1063
- }
1064
- .inline-flex {
1065
- display: inline-flex;
1066
- }
1067
- .h-8 {
1068
- height: calc(var(--spacing) * 8);
1069
- }
1070
- .w-8 {
1071
- width: calc(var(--spacing) * 8);
1072
- }
1073
- .animate-spin {
1074
- animation: var(--animate-spin);
1075
- }
1076
- .flex-col {
1077
- flex-direction: column;
1078
- }
1079
- .flex-row {
1080
- flex-direction: row;
1081
- }
1082
- .flex-wrap {
1083
- flex-wrap: wrap;
1084
- }
1085
- .content-center {
1086
- align-content: center;
1087
- }
1088
- .justify-end {
1089
- justify-content: flex-end;
1090
- }
1091
- .self-center {
1092
- align-self: center;
1093
- }
1094
- .rounded-lg {
1095
- border-radius: var(--radius-lg);
1096
- }
1097
- .rounded-md {
1098
- border-radius: var(--radius-md);
1099
- }
1100
- .rounded-none {
1101
- border-radius: 0;
1102
- }
1103
- .rounded-tl-md {
1104
- border-top-left-radius: var(--radius-md);
1105
- }
1106
- .rounded-tl-none {
1107
- border-top-left-radius: 0;
1108
- }
1109
- .rounded-tr-md {
1110
- border-top-right-radius: var(--radius-md);
1111
- }
1112
- .rounded-tr-none {
1113
- border-top-right-radius: 0;
1114
- }
1115
- .rounded-br-md {
1116
- border-bottom-right-radius: var(--radius-md);
1117
- }
1118
- .rounded-br-none {
1119
- border-bottom-right-radius: 0;
1120
- }
1121
- .rounded-bl-md {
1122
- border-bottom-left-radius: var(--radius-md);
1123
- }
1124
- .rounded-bl-none {
1125
- border-bottom-left-radius: 0;
1126
- }
1127
- .border {
1128
- border-style: var(--tw-border-style);
1129
- border-width: 1px;
1130
- }
1131
- .border-r-0 {
1132
- border-right-style: var(--tw-border-style);
1133
- border-right-width: 0px;
1134
- }
1135
- .border-b-0 {
1136
- border-bottom-style: var(--tw-border-style);
1137
- border-bottom-width: 0px;
1138
- }
1139
- .border-l-0 {
1140
- border-left-style: var(--tw-border-style);
1141
- border-left-width: 0px;
1142
- }
1143
- .border-none {
1144
- --tw-border-style: none;
1145
- border-style: none;
1146
- }
1147
- .border-solid {
1148
- --tw-border-style: solid;
1149
- border-style: solid;
1150
- }
1151
- .border-blue-400 {
1152
- border-color: var(--color-blue-400);
1153
- }
1154
- .border-clrs-navy {
1155
- border-color: var(--clrs-navy, #001f3f);
1156
- }
1157
- .border-gray-300 {
1158
- border-color: var(--color-gray-300);
1159
- }
1160
- .border-gray-600 {
1161
- border-color: var(--color-gray-600);
1162
- }
1163
- .border-green-600 {
1164
- border-color: var(--color-green-600);
1165
- }
1166
- .border-yellow-600 {
1167
- border-color: var(--color-yellow-600);
1168
- }
1169
- .bg-blue-200 {
1170
- background-color: var(--color-blue-200);
1171
- }
1172
- .bg-clrs-navy {
1173
- background-color: var(--clrs-navy, #001f3f);
1174
- }
1175
- .bg-clrs-red {
1176
- background-color: var(--clrs-red, #ff4136);
1177
- }
1178
- .bg-clrs-yellow {
1179
- background-color: var(--clrs-yellow, #ffdc00);
1180
- }
1181
- .bg-gray-300 {
1182
- background-color: var(--color-gray-300);
1183
- }
1184
- .bg-green-200 {
1185
- background-color: var(--color-green-200);
1186
- }
1187
- .bg-yellow-300 {
1188
- background-color: var(--color-yellow-300);
1189
- }
1190
- .p-4 {
1191
- padding: calc(var(--spacing) * 4);
1192
- }
1193
- .text-center {
1194
- text-align: center;
1195
- }
1196
- .text-right {
1197
- text-align: right;
1198
- }
1199
- .align-middle {
1200
- vertical-align: middle;
1201
- }
1202
- .align-top {
1203
- vertical-align: top;
1204
- }
1205
- .font-sans {
1206
- font-family: var(--font-sans);
1207
- }
1208
- .text-6xl {
1209
- font-size: var(--text-6xl);
1210
- line-height: var(--tw-leading, var(--text-6xl--line-height));
1211
- }
1212
- .text-lg {
1213
- font-size: var(--text-lg);
1214
- line-height: var(--tw-leading, var(--text-lg--line-height));
1215
- }
1216
- .text-sm {
1217
- font-size: var(--text-sm);
1218
- line-height: var(--tw-leading, var(--text-sm--line-height));
1219
- }
1220
- .text-xl {
1221
- font-size: var(--text-xl);
1222
- line-height: var(--tw-leading, var(--text-xl--line-height));
1223
- }
1224
- .text-xs {
1225
- font-size: var(--text-xs);
1226
- line-height: var(--tw-leading, var(--text-xs--line-height));
1227
- }
1228
- .font-bold {
1229
- --tw-font-weight: var(--font-weight-bold);
1230
- font-weight: var(--font-weight-bold);
1231
- }
1232
- .font-thin {
1233
- --tw-font-weight: var(--font-weight-thin);
1234
- font-weight: var(--font-weight-thin);
1235
- }
1236
- .text-clrs-gray {
1237
- color: var(--clrs-gray, #aaaaaa);
1238
- }
1239
- .text-clrs-navy {
1240
- color: var(--clrs-navy, #001f3f);
1241
- }
1242
- .text-clrs-red {
1243
- color: var(--clrs-red, #ff4136);
1244
- }
1245
- .text-clrs-slate4 {
1246
- color: var(--clrs-slate4, #4e5964);
1247
- }
1248
- .text-clrs-white {
1249
- color: var(--clrs-white, #ffffff);
1250
- }
1251
- .text-white {
1252
- color: var(--color-white);
1253
- }
1254
- .uppercase {
1255
- text-transform: uppercase;
1256
- }
1257
- .italic {
1258
- font-style: italic;
1259
- }
1260
- .opacity-25 {
1261
- opacity: 25%;
1262
- }
1263
- .opacity-75 {
1264
- opacity: 75%;
1265
- }
1266
- .shadow {
1267
- --tw-shadow:
1268
- 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
1269
- 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1270
- box-shadow:
1271
- var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
1272
- var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1273
- }
1274
- .hover\:text-clrs-navy {
1275
- &:hover {
1276
- @media (hover: hover) {
1277
- color: var(--clrs-navy, #001f3f);
1278
- }
1279
- }
1280
- }
1281
- .hover\:text-clrs-red {
1282
- &:hover {
1283
- @media (hover: hover) {
1284
- color: var(--clrs-red, #ff4136);
1285
- }
1286
- }
1287
- }
1288
- .md\:w-auto {
1289
- @media (width >= 48rem) {
1290
- width: auto;
1291
- }
1292
- }
1293
- }
1294
- @layer components {
1295
- .ds1-main {
1296
- margin: calc(var(--spacing) * 6);
1297
- display: flex;
1298
- flex-direction: column;
1299
- font-family: var(--font-sans);
1300
- color: var(--clrs-navy, #001f3f);
1301
- -webkit-font-smoothing: antialiased;
1302
- -moz-osx-font-smoothing: grayscale;
1303
- }
1304
- }
1305
- .ikon {
1306
- height: 96px;
1307
- width: 96px;
1308
- }
1309
- @media (min-width: 500px) {
1310
- .ikon {
1311
- height: 144px;
1312
- width: 144px;
1313
- }
1314
- }
1315
- @media (min-width: 700px) {
1316
- .ikon {
1317
- height: 192px;
1318
- width: 192px;
1319
- }
1320
- }
1321
- @keyframes spin {
1322
- to {
1323
- transform: rotate(360deg);
1324
- }
1325
- }
1326
- @layer properties {
1327
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
1328
- ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
1329
- *,
1330
- ::before,
1331
- ::after,
1332
- ::backdrop {
1333
- --tw-border-style: solid;
1334
- --tw-font-weight: initial;
1335
- --tw-shadow: 0 0 #0000;
1336
- --tw-shadow-color: initial;
1337
- --tw-shadow-alpha: 100%;
1338
- --tw-inset-shadow: 0 0 #0000;
1339
- --tw-inset-shadow-color: initial;
1340
- --tw-inset-shadow-alpha: 100%;
1341
- --tw-ring-color: initial;
1342
- --tw-ring-shadow: 0 0 #0000;
1343
- --tw-inset-ring-color: initial;
1344
- --tw-inset-ring-shadow: 0 0 #0000;
1345
- --tw-ring-inset: initial;
1346
- --tw-ring-offset-width: 0px;
1347
- --tw-ring-offset-color: #fff;
1348
- --tw-ring-offset-shadow: 0 0 #0000;
1349
- }
1350
- }
1351
- }
1352
- `;
973
+ const shadowCss = () => `\\n@layer properties;\\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 --color-yellow-300: oklch(90.5% 0.182 98.111);\\n --color-yellow-600: oklch(68.1% 0.162 75.834);\\n --color-green-200: oklch(92.5% 0.084 155.995);\\n --color-green-600: oklch(62.7% 0.194 149.214);\\n --color-blue-200: oklch(88.2% 0.059 254.128);\\n --color-blue-400: oklch(70.7% 0.165 254.624);\\n --color-gray-300: oklch(87.2% 0.01 258.338);\\n --color-gray-600: oklch(44.6% 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 .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 .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@layer properties {\\n @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or\\n ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {\\n *,\\n ::before,\\n ::after,\\n ::backdrop {\\n --tw-border-style: solid;\\n --tw-font-weight: initial;\\n --tw-shadow: 0 0 #0000;\\n --tw-shadow-color: initial;\\n --tw-shadow-alpha: 100%;\\n --tw-inset-shadow: 0 0 #0000;\\n --tw-inset-shadow-color: initial;\\n --tw-inset-shadow-alpha: 100%;\\n --tw-ring-color: initial;\\n --tw-ring-shadow: 0 0 #0000;\\n --tw-inset-ring-color: initial;\\n --tw-inset-ring-shadow: 0 0 #0000;\\n --tw-ring-inset: initial;\\n --tw-ring-offset-width: 0px;\\n --tw-ring-offset-color: #fff;\\n --tw-ring-offset-shadow: 0 0 #0000;\\n }\\n }\\n}\\n`;
1353
974
 
1354
975
  const ProtoAutos = class {
1355
976
  constructor(hostRef) {