proto-ikons-wc 0.0.27 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/acura-ikon_73.cjs.entry.js +73 -73
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/proto-ikons-wc.cjs.js +1 -1
- package/dist/cjs/slug-icon.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/custom-elements/index.js +74 -74
- package/dist/esm/acura-ikon_73.entry.js +73 -73
- package/dist/esm/loader.js +1 -1
- package/dist/esm/proto-ikons-wc.js +1 -1
- package/dist/esm/slug-icon.entry.js +1 -1
- package/dist/proto-ikons-wc/p-22eb2125.entry.js +1 -0
- package/dist/proto-ikons-wc/p-cd78c719.entry.js +1 -0
- package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
- package/loader/index.d.ts +0 -1
- package/package.json +2 -2
- package/dist/proto-ikons-wc/p-fa72818a.entry.js +0 -1
- package/dist/proto-ikons-wc/p-fdd79866.entry.js +0 -1
|
@@ -6,7 +6,7 @@ const index = require('./index-52e7fb17.js');
|
|
|
6
6
|
|
|
7
7
|
const acuraIkonCss = "";
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
let AcuraIkon = class {
|
|
10
10
|
constructor(hostRef) {
|
|
11
11
|
index.registerInstance(this, hostRef);
|
|
12
12
|
this.hex = undefined;
|
|
@@ -22,7 +22,7 @@ AcuraIkon.style = acuraIkonCss;
|
|
|
22
22
|
|
|
23
23
|
const alfaRomeoIkonCss = "";
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
let AlfaRomeoIkon = class {
|
|
26
26
|
constructor(hostRef) {
|
|
27
27
|
index.registerInstance(this, hostRef);
|
|
28
28
|
this.hex = undefined;
|
|
@@ -38,7 +38,7 @@ AlfaRomeoIkon.style = alfaRomeoIkonCss;
|
|
|
38
38
|
|
|
39
39
|
const amGeneralIkonCss = "";
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
let AmGeneralIkon = class {
|
|
42
42
|
constructor(hostRef) {
|
|
43
43
|
index.registerInstance(this, hostRef);
|
|
44
44
|
this.hex = undefined;
|
|
@@ -54,7 +54,7 @@ AmGeneralIkon.style = amGeneralIkonCss;
|
|
|
54
54
|
|
|
55
55
|
const astonMartinIkonCss = "";
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
let AstonMartinIkon = class {
|
|
58
58
|
constructor(hostRef) {
|
|
59
59
|
index.registerInstance(this, hostRef);
|
|
60
60
|
this.hex = undefined;
|
|
@@ -70,7 +70,7 @@ AstonMartinIkon.style = astonMartinIkonCss;
|
|
|
70
70
|
|
|
71
71
|
const audiIkonCss = "";
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
let AudiIkon = class {
|
|
74
74
|
constructor(hostRef) {
|
|
75
75
|
index.registerInstance(this, hostRef);
|
|
76
76
|
this.hex = undefined;
|
|
@@ -86,7 +86,7 @@ AudiIkon.style = audiIkonCss;
|
|
|
86
86
|
|
|
87
87
|
const bentlyIkonCss = "";
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
let BentlyIkon = class {
|
|
90
90
|
constructor(hostRef) {
|
|
91
91
|
index.registerInstance(this, hostRef);
|
|
92
92
|
this.hex = undefined;
|
|
@@ -102,7 +102,7 @@ BentlyIkon.style = bentlyIkonCss;
|
|
|
102
102
|
|
|
103
103
|
const bmwIkonCss = "";
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
let BmwIkon = class {
|
|
106
106
|
constructor(hostRef) {
|
|
107
107
|
index.registerInstance(this, hostRef);
|
|
108
108
|
this.hex = undefined;
|
|
@@ -118,7 +118,7 @@ BmwIkon.style = bmwIkonCss;
|
|
|
118
118
|
|
|
119
119
|
const bugattiIkonCss = "";
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
let BugattiIkon = class {
|
|
122
122
|
constructor(hostRef) {
|
|
123
123
|
index.registerInstance(this, hostRef);
|
|
124
124
|
this.hex = undefined;
|
|
@@ -134,7 +134,7 @@ BugattiIkon.style = bugattiIkonCss;
|
|
|
134
134
|
|
|
135
135
|
const buickIkonCss = "";
|
|
136
136
|
|
|
137
|
-
|
|
137
|
+
let BuickIkon = class {
|
|
138
138
|
constructor(hostRef) {
|
|
139
139
|
index.registerInstance(this, hostRef);
|
|
140
140
|
this.hex = undefined;
|
|
@@ -150,7 +150,7 @@ BuickIkon.style = buickIkonCss;
|
|
|
150
150
|
|
|
151
151
|
const cadillacIkonCss = "";
|
|
152
152
|
|
|
153
|
-
|
|
153
|
+
let CadillacIkon = class {
|
|
154
154
|
constructor(hostRef) {
|
|
155
155
|
index.registerInstance(this, hostRef);
|
|
156
156
|
this.hex = undefined;
|
|
@@ -166,7 +166,7 @@ CadillacIkon.style = cadillacIkonCss;
|
|
|
166
166
|
|
|
167
167
|
const chevroletIkonCss = "";
|
|
168
168
|
|
|
169
|
-
|
|
169
|
+
let ChevroletIkon = class {
|
|
170
170
|
constructor(hostRef) {
|
|
171
171
|
index.registerInstance(this, hostRef);
|
|
172
172
|
this.hex = undefined;
|
|
@@ -182,7 +182,7 @@ ChevroletIkon.style = chevroletIkonCss;
|
|
|
182
182
|
|
|
183
183
|
const chryslerIkonCss = "";
|
|
184
184
|
|
|
185
|
-
|
|
185
|
+
let ChryslerIkon = class {
|
|
186
186
|
constructor(hostRef) {
|
|
187
187
|
index.registerInstance(this, hostRef);
|
|
188
188
|
this.hex = undefined;
|
|
@@ -198,7 +198,7 @@ ChryslerIkon.style = chryslerIkonCss;
|
|
|
198
198
|
|
|
199
199
|
const citroenIkonCss = "";
|
|
200
200
|
|
|
201
|
-
|
|
201
|
+
let CitroenIkon = class {
|
|
202
202
|
constructor(hostRef) {
|
|
203
203
|
index.registerInstance(this, hostRef);
|
|
204
204
|
this.hex = undefined;
|
|
@@ -214,7 +214,7 @@ CitroenIkon.style = citroenIkonCss;
|
|
|
214
214
|
|
|
215
215
|
const daewooIkonCss = "";
|
|
216
216
|
|
|
217
|
-
|
|
217
|
+
let DaewooIkon = class {
|
|
218
218
|
constructor(hostRef) {
|
|
219
219
|
index.registerInstance(this, hostRef);
|
|
220
220
|
this.hex = undefined;
|
|
@@ -230,7 +230,7 @@ DaewooIkon.style = daewooIkonCss;
|
|
|
230
230
|
|
|
231
231
|
const dodgeIkonCss = "";
|
|
232
232
|
|
|
233
|
-
|
|
233
|
+
let DodgeIkon = class {
|
|
234
234
|
constructor(hostRef) {
|
|
235
235
|
index.registerInstance(this, hostRef);
|
|
236
236
|
this.hex = undefined;
|
|
@@ -246,7 +246,7 @@ DodgeIkon.style = dodgeIkonCss;
|
|
|
246
246
|
|
|
247
247
|
const eagleIkonCss = "";
|
|
248
248
|
|
|
249
|
-
|
|
249
|
+
let EagleIkon = class {
|
|
250
250
|
constructor(hostRef) {
|
|
251
251
|
index.registerInstance(this, hostRef);
|
|
252
252
|
this.hex = undefined;
|
|
@@ -262,7 +262,7 @@ EagleIkon.style = eagleIkonCss;
|
|
|
262
262
|
|
|
263
263
|
const ferrariIkonCss = "";
|
|
264
264
|
|
|
265
|
-
|
|
265
|
+
let FerrariIkon = class {
|
|
266
266
|
constructor(hostRef) {
|
|
267
267
|
index.registerInstance(this, hostRef);
|
|
268
268
|
this.hex = undefined;
|
|
@@ -278,7 +278,7 @@ FerrariIkon.style = ferrariIkonCss;
|
|
|
278
278
|
|
|
279
279
|
const fiatIkonCss = "";
|
|
280
280
|
|
|
281
|
-
|
|
281
|
+
let FiatIkon = class {
|
|
282
282
|
constructor(hostRef) {
|
|
283
283
|
index.registerInstance(this, hostRef);
|
|
284
284
|
this.hex = undefined;
|
|
@@ -294,7 +294,7 @@ FiatIkon.style = fiatIkonCss;
|
|
|
294
294
|
|
|
295
295
|
const fingerprintIconCss = "";
|
|
296
296
|
|
|
297
|
-
|
|
297
|
+
let FingerprintIcon = class {
|
|
298
298
|
constructor(hostRef) {
|
|
299
299
|
index.registerInstance(this, hostRef);
|
|
300
300
|
this.hex = undefined;
|
|
@@ -310,7 +310,7 @@ FingerprintIcon.style = fingerprintIconCss;
|
|
|
310
310
|
|
|
311
311
|
const fiskerIkonCss = "";
|
|
312
312
|
|
|
313
|
-
|
|
313
|
+
let FiskerIkon = class {
|
|
314
314
|
constructor(hostRef) {
|
|
315
315
|
index.registerInstance(this, hostRef);
|
|
316
316
|
this.hex = undefined;
|
|
@@ -326,7 +326,7 @@ FiskerIkon.style = fiskerIkonCss;
|
|
|
326
326
|
|
|
327
327
|
const fordIkonCss = "";
|
|
328
328
|
|
|
329
|
-
|
|
329
|
+
let FordIkon = class {
|
|
330
330
|
constructor(hostRef) {
|
|
331
331
|
index.registerInstance(this, hostRef);
|
|
332
332
|
this.hex = undefined;
|
|
@@ -342,7 +342,7 @@ FordIkon.style = fordIkonCss;
|
|
|
342
342
|
|
|
343
343
|
const genesisIkonCss = "";
|
|
344
344
|
|
|
345
|
-
|
|
345
|
+
let GenesisIkon = class {
|
|
346
346
|
constructor(hostRef) {
|
|
347
347
|
index.registerInstance(this, hostRef);
|
|
348
348
|
this.hex = undefined;
|
|
@@ -358,7 +358,7 @@ GenesisIkon.style = genesisIkonCss;
|
|
|
358
358
|
|
|
359
359
|
const geoIkonCss = "";
|
|
360
360
|
|
|
361
|
-
|
|
361
|
+
let GeoIkon = class {
|
|
362
362
|
constructor(hostRef) {
|
|
363
363
|
index.registerInstance(this, hostRef);
|
|
364
364
|
this.hex = undefined;
|
|
@@ -374,7 +374,7 @@ GeoIkon.style = geoIkonCss;
|
|
|
374
374
|
|
|
375
375
|
const gmcIkonCss = "";
|
|
376
376
|
|
|
377
|
-
|
|
377
|
+
let GmcIkon = class {
|
|
378
378
|
constructor(hostRef) {
|
|
379
379
|
index.registerInstance(this, hostRef);
|
|
380
380
|
this.hex = undefined;
|
|
@@ -390,7 +390,7 @@ GmcIkon.style = gmcIkonCss;
|
|
|
390
390
|
|
|
391
391
|
const hondaIkonCss = "";
|
|
392
392
|
|
|
393
|
-
|
|
393
|
+
let HondaIkon = class {
|
|
394
394
|
constructor(hostRef) {
|
|
395
395
|
index.registerInstance(this, hostRef);
|
|
396
396
|
this.hex = undefined;
|
|
@@ -406,7 +406,7 @@ HondaIkon.style = hondaIkonCss;
|
|
|
406
406
|
|
|
407
407
|
const hummerIkonCss = "";
|
|
408
408
|
|
|
409
|
-
|
|
409
|
+
let HummerIkon = class {
|
|
410
410
|
constructor(hostRef) {
|
|
411
411
|
index.registerInstance(this, hostRef);
|
|
412
412
|
this.hex = undefined;
|
|
@@ -422,7 +422,7 @@ HummerIkon.style = hummerIkonCss;
|
|
|
422
422
|
|
|
423
423
|
const hyundaiIkonCss = "";
|
|
424
424
|
|
|
425
|
-
|
|
425
|
+
let HyundaiIkon = class {
|
|
426
426
|
constructor(hostRef) {
|
|
427
427
|
index.registerInstance(this, hostRef);
|
|
428
428
|
this.hex = undefined;
|
|
@@ -438,7 +438,7 @@ HyundaiIkon.style = hyundaiIkonCss;
|
|
|
438
438
|
|
|
439
439
|
const infinitiIkonCss = "";
|
|
440
440
|
|
|
441
|
-
|
|
441
|
+
let InfinitiIkon = class {
|
|
442
442
|
constructor(hostRef) {
|
|
443
443
|
index.registerInstance(this, hostRef);
|
|
444
444
|
this.hex = undefined;
|
|
@@ -454,7 +454,7 @@ InfinitiIkon.style = infinitiIkonCss;
|
|
|
454
454
|
|
|
455
455
|
const isuzuIkonCss = "";
|
|
456
456
|
|
|
457
|
-
|
|
457
|
+
let IsuzuIkon = class {
|
|
458
458
|
constructor(hostRef) {
|
|
459
459
|
index.registerInstance(this, hostRef);
|
|
460
460
|
this.hex = undefined;
|
|
@@ -470,7 +470,7 @@ IsuzuIkon.style = isuzuIkonCss;
|
|
|
470
470
|
|
|
471
471
|
const jaguarIkonCss = "";
|
|
472
472
|
|
|
473
|
-
|
|
473
|
+
let JaguarIkon = class {
|
|
474
474
|
constructor(hostRef) {
|
|
475
475
|
index.registerInstance(this, hostRef);
|
|
476
476
|
this.hex = undefined;
|
|
@@ -486,7 +486,7 @@ JaguarIkon.style = jaguarIkonCss;
|
|
|
486
486
|
|
|
487
487
|
const jeepIkonCss = "";
|
|
488
488
|
|
|
489
|
-
|
|
489
|
+
let JeepIkon = class {
|
|
490
490
|
constructor(hostRef) {
|
|
491
491
|
index.registerInstance(this, hostRef);
|
|
492
492
|
this.hex = undefined;
|
|
@@ -502,7 +502,7 @@ JeepIkon.style = jeepIkonCss;
|
|
|
502
502
|
|
|
503
503
|
const kiaIkonCss = "";
|
|
504
504
|
|
|
505
|
-
|
|
505
|
+
let KiaIkon = class {
|
|
506
506
|
constructor(hostRef) {
|
|
507
507
|
index.registerInstance(this, hostRef);
|
|
508
508
|
this.hex = undefined;
|
|
@@ -518,7 +518,7 @@ KiaIkon.style = kiaIkonCss;
|
|
|
518
518
|
|
|
519
519
|
const lamborghiniIkonCss = "";
|
|
520
520
|
|
|
521
|
-
|
|
521
|
+
let LamborghiniIkon = class {
|
|
522
522
|
constructor(hostRef) {
|
|
523
523
|
index.registerInstance(this, hostRef);
|
|
524
524
|
this.hex = undefined;
|
|
@@ -534,7 +534,7 @@ LamborghiniIkon.style = lamborghiniIkonCss;
|
|
|
534
534
|
|
|
535
535
|
const landRoverIkonCss = "";
|
|
536
536
|
|
|
537
|
-
|
|
537
|
+
let LandRoverIkon = class {
|
|
538
538
|
constructor(hostRef) {
|
|
539
539
|
index.registerInstance(this, hostRef);
|
|
540
540
|
this.hex = undefined;
|
|
@@ -550,7 +550,7 @@ LandRoverIkon.style = landRoverIkonCss;
|
|
|
550
550
|
|
|
551
551
|
const lexusIkonCss = "";
|
|
552
552
|
|
|
553
|
-
|
|
553
|
+
let LexusIkon = class {
|
|
554
554
|
constructor(hostRef) {
|
|
555
555
|
index.registerInstance(this, hostRef);
|
|
556
556
|
this.hex = undefined;
|
|
@@ -566,7 +566,7 @@ LexusIkon.style = lexusIkonCss;
|
|
|
566
566
|
|
|
567
567
|
const lincolnIkonCss = "";
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
let LincolnIkon = class {
|
|
570
570
|
constructor(hostRef) {
|
|
571
571
|
index.registerInstance(this, hostRef);
|
|
572
572
|
this.hex = undefined;
|
|
@@ -582,7 +582,7 @@ LincolnIkon.style = lincolnIkonCss;
|
|
|
582
582
|
|
|
583
583
|
const lotusIkonCss = "";
|
|
584
584
|
|
|
585
|
-
|
|
585
|
+
let LotusIkon = class {
|
|
586
586
|
constructor(hostRef) {
|
|
587
587
|
index.registerInstance(this, hostRef);
|
|
588
588
|
this.hex = undefined;
|
|
@@ -598,7 +598,7 @@ LotusIkon.style = lotusIkonCss;
|
|
|
598
598
|
|
|
599
599
|
const maseratiIkonCss = "";
|
|
600
600
|
|
|
601
|
-
|
|
601
|
+
let MaseratiIkon = class {
|
|
602
602
|
constructor(hostRef) {
|
|
603
603
|
index.registerInstance(this, hostRef);
|
|
604
604
|
this.hex = undefined;
|
|
@@ -614,7 +614,7 @@ MaseratiIkon.style = maseratiIkonCss;
|
|
|
614
614
|
|
|
615
615
|
const maybachIkonCss = "";
|
|
616
616
|
|
|
617
|
-
|
|
617
|
+
let MaybachIkon = class {
|
|
618
618
|
constructor(hostRef) {
|
|
619
619
|
index.registerInstance(this, hostRef);
|
|
620
620
|
this.hex = undefined;
|
|
@@ -630,7 +630,7 @@ MaybachIkon.style = maybachIkonCss;
|
|
|
630
630
|
|
|
631
631
|
const mazdaIkonCss = "";
|
|
632
632
|
|
|
633
|
-
|
|
633
|
+
let MazdaIkon = class {
|
|
634
634
|
constructor(hostRef) {
|
|
635
635
|
index.registerInstance(this, hostRef);
|
|
636
636
|
this.hex = undefined;
|
|
@@ -646,7 +646,7 @@ MazdaIkon.style = mazdaIkonCss;
|
|
|
646
646
|
|
|
647
647
|
const mclarenIkonCss = "";
|
|
648
648
|
|
|
649
|
-
|
|
649
|
+
let MclarenIkon = class {
|
|
650
650
|
constructor(hostRef) {
|
|
651
651
|
index.registerInstance(this, hostRef);
|
|
652
652
|
this.hex = undefined;
|
|
@@ -662,7 +662,7 @@ MclarenIkon.style = mclarenIkonCss;
|
|
|
662
662
|
|
|
663
663
|
const mercedesBenzIkonCss = "";
|
|
664
664
|
|
|
665
|
-
|
|
665
|
+
let MercedesBenzIkon = class {
|
|
666
666
|
constructor(hostRef) {
|
|
667
667
|
index.registerInstance(this, hostRef);
|
|
668
668
|
this.hex = undefined;
|
|
@@ -678,7 +678,7 @@ MercedesBenzIkon.style = mercedesBenzIkonCss;
|
|
|
678
678
|
|
|
679
679
|
const mercuryIkonCss = "";
|
|
680
680
|
|
|
681
|
-
|
|
681
|
+
let MercuryIkon = class {
|
|
682
682
|
constructor(hostRef) {
|
|
683
683
|
index.registerInstance(this, hostRef);
|
|
684
684
|
this.hex = undefined;
|
|
@@ -694,7 +694,7 @@ MercuryIkon.style = mercuryIkonCss;
|
|
|
694
694
|
|
|
695
695
|
const miniIkonCss = "";
|
|
696
696
|
|
|
697
|
-
|
|
697
|
+
let MiniIkon = class {
|
|
698
698
|
constructor(hostRef) {
|
|
699
699
|
index.registerInstance(this, hostRef);
|
|
700
700
|
this.hex = undefined;
|
|
@@ -710,7 +710,7 @@ MiniIkon.style = miniIkonCss;
|
|
|
710
710
|
|
|
711
711
|
const mitsubishiIkonCss = "";
|
|
712
712
|
|
|
713
|
-
|
|
713
|
+
let MitsubishiIkon = class {
|
|
714
714
|
constructor(hostRef) {
|
|
715
715
|
index.registerInstance(this, hostRef);
|
|
716
716
|
this.hex = undefined;
|
|
@@ -726,7 +726,7 @@ MitsubishiIkon.style = mitsubishiIkonCss;
|
|
|
726
726
|
|
|
727
727
|
const nissanIkonCss = "";
|
|
728
728
|
|
|
729
|
-
|
|
729
|
+
let NissanIkon = class {
|
|
730
730
|
constructor(hostRef) {
|
|
731
731
|
index.registerInstance(this, hostRef);
|
|
732
732
|
this.hex = undefined;
|
|
@@ -742,7 +742,7 @@ NissanIkon.style = nissanIkonCss;
|
|
|
742
742
|
|
|
743
743
|
const oldsmobileIkonCss = "";
|
|
744
744
|
|
|
745
|
-
|
|
745
|
+
let OldsmobileIkon = class {
|
|
746
746
|
constructor(hostRef) {
|
|
747
747
|
index.registerInstance(this, hostRef);
|
|
748
748
|
this.hex = undefined;
|
|
@@ -758,7 +758,7 @@ OldsmobileIkon.style = oldsmobileIkonCss;
|
|
|
758
758
|
|
|
759
759
|
const opelIkonCss = "";
|
|
760
760
|
|
|
761
|
-
|
|
761
|
+
let OpelIkon = class {
|
|
762
762
|
constructor(hostRef) {
|
|
763
763
|
index.registerInstance(this, hostRef);
|
|
764
764
|
this.hex = undefined;
|
|
@@ -774,7 +774,7 @@ OpelIkon.style = opelIkonCss;
|
|
|
774
774
|
|
|
775
775
|
const panozIkonCss = "";
|
|
776
776
|
|
|
777
|
-
|
|
777
|
+
let PanozIkon = class {
|
|
778
778
|
constructor(hostRef) {
|
|
779
779
|
index.registerInstance(this, hostRef);
|
|
780
780
|
this.hex = undefined;
|
|
@@ -790,7 +790,7 @@ PanozIkon.style = panozIkonCss;
|
|
|
790
790
|
|
|
791
791
|
const pawIconCss = "";
|
|
792
792
|
|
|
793
|
-
|
|
793
|
+
let PawIcon = class {
|
|
794
794
|
constructor(hostRef) {
|
|
795
795
|
index.registerInstance(this, hostRef);
|
|
796
796
|
this.hex = undefined;
|
|
@@ -806,7 +806,7 @@ PawIcon.style = pawIconCss;
|
|
|
806
806
|
|
|
807
807
|
const peugeotIkonCss = "";
|
|
808
808
|
|
|
809
|
-
|
|
809
|
+
let PeugeotIkon = class {
|
|
810
810
|
constructor(hostRef) {
|
|
811
811
|
index.registerInstance(this, hostRef);
|
|
812
812
|
this.hex = undefined;
|
|
@@ -822,7 +822,7 @@ PeugeotIkon.style = peugeotIkonCss;
|
|
|
822
822
|
|
|
823
823
|
const plymouthIkonCss = "";
|
|
824
824
|
|
|
825
|
-
|
|
825
|
+
let PlymouthIkon = class {
|
|
826
826
|
constructor(hostRef) {
|
|
827
827
|
index.registerInstance(this, hostRef);
|
|
828
828
|
this.hex = undefined;
|
|
@@ -838,7 +838,7 @@ PlymouthIkon.style = plymouthIkonCss;
|
|
|
838
838
|
|
|
839
839
|
const pontiacIkonCss = "";
|
|
840
840
|
|
|
841
|
-
|
|
841
|
+
let PontiacIkon = class {
|
|
842
842
|
constructor(hostRef) {
|
|
843
843
|
index.registerInstance(this, hostRef);
|
|
844
844
|
this.hex = undefined;
|
|
@@ -854,7 +854,7 @@ PontiacIkon.style = pontiacIkonCss;
|
|
|
854
854
|
|
|
855
855
|
const porscheIkonCss = "";
|
|
856
856
|
|
|
857
|
-
|
|
857
|
+
let PorscheIkon = class {
|
|
858
858
|
constructor(hostRef) {
|
|
859
859
|
index.registerInstance(this, hostRef);
|
|
860
860
|
this.hex = undefined;
|
|
@@ -870,7 +870,7 @@ PorscheIkon.style = porscheIkonCss;
|
|
|
870
870
|
|
|
871
871
|
const pulseIconCss = "";
|
|
872
872
|
|
|
873
|
-
|
|
873
|
+
let PulseIcon = class {
|
|
874
874
|
constructor(hostRef) {
|
|
875
875
|
index.registerInstance(this, hostRef);
|
|
876
876
|
this.hex = undefined;
|
|
@@ -886,7 +886,7 @@ PulseIcon.style = pulseIconCss;
|
|
|
886
886
|
|
|
887
887
|
const radioIconCss = "";
|
|
888
888
|
|
|
889
|
-
|
|
889
|
+
let RadioIcon = class {
|
|
890
890
|
constructor(hostRef) {
|
|
891
891
|
index.registerInstance(this, hostRef);
|
|
892
892
|
this.selected = false;
|
|
@@ -903,7 +903,7 @@ RadioIcon.style = radioIconCss;
|
|
|
903
903
|
|
|
904
904
|
const ramIkonCss = "";
|
|
905
905
|
|
|
906
|
-
|
|
906
|
+
let RamIkon = class {
|
|
907
907
|
constructor(hostRef) {
|
|
908
908
|
index.registerInstance(this, hostRef);
|
|
909
909
|
this.hex = undefined;
|
|
@@ -919,7 +919,7 @@ RamIkon.style = ramIkonCss;
|
|
|
919
919
|
|
|
920
920
|
const refreshIconCss = "";
|
|
921
921
|
|
|
922
|
-
|
|
922
|
+
let RefreshIcon = class {
|
|
923
923
|
constructor(hostRef) {
|
|
924
924
|
index.registerInstance(this, hostRef);
|
|
925
925
|
this.hex = undefined;
|
|
@@ -935,7 +935,7 @@ RefreshIcon.style = refreshIconCss;
|
|
|
935
935
|
|
|
936
936
|
const renaultIkonCss = "";
|
|
937
937
|
|
|
938
|
-
|
|
938
|
+
let RenaultIkon = class {
|
|
939
939
|
constructor(hostRef) {
|
|
940
940
|
index.registerInstance(this, hostRef);
|
|
941
941
|
this.hex = undefined;
|
|
@@ -951,7 +951,7 @@ RenaultIkon.style = renaultIkonCss;
|
|
|
951
951
|
|
|
952
952
|
const rollsRoyceIkonCss = "";
|
|
953
953
|
|
|
954
|
-
|
|
954
|
+
let RollsRoyceIkon = class {
|
|
955
955
|
constructor(hostRef) {
|
|
956
956
|
index.registerInstance(this, hostRef);
|
|
957
957
|
this.hex = undefined;
|
|
@@ -967,7 +967,7 @@ RollsRoyceIkon.style = rollsRoyceIkonCss;
|
|
|
967
967
|
|
|
968
968
|
const saabIkonCss = "";
|
|
969
969
|
|
|
970
|
-
|
|
970
|
+
let SaabIkon = class {
|
|
971
971
|
constructor(hostRef) {
|
|
972
972
|
index.registerInstance(this, hostRef);
|
|
973
973
|
this.hex = undefined;
|
|
@@ -983,7 +983,7 @@ SaabIkon.style = saabIkonCss;
|
|
|
983
983
|
|
|
984
984
|
const saturnIkonCss = "";
|
|
985
985
|
|
|
986
|
-
|
|
986
|
+
let SaturnIkon = class {
|
|
987
987
|
constructor(hostRef) {
|
|
988
988
|
index.registerInstance(this, hostRef);
|
|
989
989
|
this.hex = undefined;
|
|
@@ -999,7 +999,7 @@ SaturnIkon.style = saturnIkonCss;
|
|
|
999
999
|
|
|
1000
1000
|
const scionIkonCss = "";
|
|
1001
1001
|
|
|
1002
|
-
|
|
1002
|
+
let ScionIkon = class {
|
|
1003
1003
|
constructor(hostRef) {
|
|
1004
1004
|
index.registerInstance(this, hostRef);
|
|
1005
1005
|
this.hex = undefined;
|
|
@@ -1015,7 +1015,7 @@ ScionIkon.style = scionIkonCss;
|
|
|
1015
1015
|
|
|
1016
1016
|
const seatIkonCss = "";
|
|
1017
1017
|
|
|
1018
|
-
|
|
1018
|
+
let SeatIkon = class {
|
|
1019
1019
|
constructor(hostRef) {
|
|
1020
1020
|
index.registerInstance(this, hostRef);
|
|
1021
1021
|
this.hex = undefined;
|
|
@@ -1031,7 +1031,7 @@ SeatIkon.style = seatIkonCss;
|
|
|
1031
1031
|
|
|
1032
1032
|
const skodaIkonCss = "";
|
|
1033
1033
|
|
|
1034
|
-
|
|
1034
|
+
let SkodaIkon = class {
|
|
1035
1035
|
constructor(hostRef) {
|
|
1036
1036
|
index.registerInstance(this, hostRef);
|
|
1037
1037
|
this.hex = undefined;
|
|
@@ -1047,7 +1047,7 @@ SkodaIkon.style = skodaIkonCss;
|
|
|
1047
1047
|
|
|
1048
1048
|
const smartIkonCss = "";
|
|
1049
1049
|
|
|
1050
|
-
|
|
1050
|
+
let SmartIkon = class {
|
|
1051
1051
|
constructor(hostRef) {
|
|
1052
1052
|
index.registerInstance(this, hostRef);
|
|
1053
1053
|
this.hex = undefined;
|
|
@@ -1063,7 +1063,7 @@ SmartIkon.style = smartIkonCss;
|
|
|
1063
1063
|
|
|
1064
1064
|
const spyderIkonCss = "";
|
|
1065
1065
|
|
|
1066
|
-
|
|
1066
|
+
let SpyderIkon = class {
|
|
1067
1067
|
constructor(hostRef) {
|
|
1068
1068
|
index.registerInstance(this, hostRef);
|
|
1069
1069
|
this.hex = undefined;
|
|
@@ -1079,7 +1079,7 @@ SpyderIkon.style = spyderIkonCss;
|
|
|
1079
1079
|
|
|
1080
1080
|
const subaruIkonCss = "";
|
|
1081
1081
|
|
|
1082
|
-
|
|
1082
|
+
let SubaruIkon = class {
|
|
1083
1083
|
constructor(hostRef) {
|
|
1084
1084
|
index.registerInstance(this, hostRef);
|
|
1085
1085
|
this.hex = undefined;
|
|
@@ -1095,7 +1095,7 @@ SubaruIkon.style = subaruIkonCss;
|
|
|
1095
1095
|
|
|
1096
1096
|
const suzukiIkonCss = "";
|
|
1097
1097
|
|
|
1098
|
-
|
|
1098
|
+
let SuzukiIkon = class {
|
|
1099
1099
|
constructor(hostRef) {
|
|
1100
1100
|
index.registerInstance(this, hostRef);
|
|
1101
1101
|
this.hex = undefined;
|
|
@@ -1111,7 +1111,7 @@ SuzukiIkon.style = suzukiIkonCss;
|
|
|
1111
1111
|
|
|
1112
1112
|
const teslaIkonCss = "";
|
|
1113
1113
|
|
|
1114
|
-
|
|
1114
|
+
let TeslaIkon = class {
|
|
1115
1115
|
constructor(hostRef) {
|
|
1116
1116
|
index.registerInstance(this, hostRef);
|
|
1117
1117
|
this.hex = undefined;
|
|
@@ -1127,7 +1127,7 @@ TeslaIkon.style = teslaIkonCss;
|
|
|
1127
1127
|
|
|
1128
1128
|
const toyotaIkonCss = "";
|
|
1129
1129
|
|
|
1130
|
-
|
|
1130
|
+
let ToyotaIkon = class {
|
|
1131
1131
|
constructor(hostRef) {
|
|
1132
1132
|
index.registerInstance(this, hostRef);
|
|
1133
1133
|
this.hex = undefined;
|
|
@@ -1143,7 +1143,7 @@ ToyotaIkon.style = toyotaIkonCss;
|
|
|
1143
1143
|
|
|
1144
1144
|
const volkswagenIkonCss = "";
|
|
1145
1145
|
|
|
1146
|
-
|
|
1146
|
+
let VolkswagenIkon = class {
|
|
1147
1147
|
constructor(hostRef) {
|
|
1148
1148
|
index.registerInstance(this, hostRef);
|
|
1149
1149
|
this.hex = undefined;
|
|
@@ -1159,7 +1159,7 @@ VolkswagenIkon.style = volkswagenIkonCss;
|
|
|
1159
1159
|
|
|
1160
1160
|
const volvoIkonCss = "";
|
|
1161
1161
|
|
|
1162
|
-
|
|
1162
|
+
let VolvoIkon = class {
|
|
1163
1163
|
constructor(hostRef) {
|
|
1164
1164
|
index.registerInstance(this, hostRef);
|
|
1165
1165
|
this.hex = undefined;
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-52e7fb17.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Esm v2.
|
|
8
|
+
Stencil Client Patch Esm v2.9.0 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
const patchEsm = () => {
|
|
11
11
|
return index.promiseResolve();
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const index = require('./index-52e7fb17.js');
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
|
-
Stencil Client Patch Browser v2.
|
|
6
|
+
Stencil Client Patch Browser v2.9.0 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
const patchBrowser = () => {
|
|
9
9
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-ikons-wc.cjs.js', document.baseURI).href));
|