@mmb-digital/ds-lilly 1.0.0-alpha.40 → 1.0.0-alpha.43
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/cjs/_virtual/index.js +1 -1
- package/cjs/_virtual/index2.js +1 -1
- package/cjs/components/Form/Select/Select.d.ts.map +1 -1
- package/cjs/components/Form/Select/Select.js +1 -1
- package/cjs/components/Form/Select/Select.js.map +1 -1
- package/cjs/ds-lilly.css +189 -183
- package/cjs/ext/camelcase/index.js +1 -1
- package/cjs/ext/camelcase/index.js.map +1 -1
- package/cjs/ext/react-dropzone/dist/es/index.js +1 -1
- package/cjs/ext/react-dropzone/dist/es/index.js.map +1 -1
- package/cjs/types/colors.d.ts +2 -2
- package/cjs/types/colors.d.ts.map +1 -1
- package/cjs/types/colors.js +1 -1
- package/cjs/types/colors.js.map +1 -1
- package/components/Form/Select/Select.d.ts.map +1 -1
- package/components/Form/Select/Select.js +1 -1
- package/components/Form/Select/Select.js.map +1 -1
- package/ds-lilly.css +189 -183
- package/package.json +1 -1
- package/types/colors.d.ts +2 -2
- package/types/colors.d.ts.map +1 -1
- package/types/colors.js +1 -1
- package/types/colors.js.map +1 -1
- /package/assets/{577d7856e3a8784b79e3.gif → 158aad3c1e9a5911b379.gif} +0 -0
- /package/assets/{03b7394b5d5bdc2db1f7.eot → 319f9dae4b61325b62d8.eot} +0 -0
- /package/assets/{5844e66ae6266ed9e18b.eot → 472b63f94eb35c75205c.eot} +0 -0
- /package/assets/{6f7500ca3bc9b4355654.gif → 590dce36b88d89a578ad.gif} +0 -0
- /package/assets/{0b6b53bbaf8c577debe5.woff → 59a96db9d686522608c8.woff} +0 -0
- /package/assets/{6e3f60eb862307d6a3d4.eot → 659b7dbe2ce7335de43b.eot} +0 -0
- /package/assets/{94fb67913519f74bca4b.ttf → 6ae52ac4b802020b8edd.ttf} +0 -0
- /package/assets/{cb0bedf36ab9c947fdf3.eot → 76c364b84efe62158b74.eot} +0 -0
- /package/assets/{9c517e7b76a71f273121.ttf → 9d1e00c3c29add80372f.ttf} +0 -0
- /package/assets/{805eacf09cce40ffe711.woff → a761a54479f60f400dcb.woff} +0 -0
- /package/assets/{1f4309c783eb8b26346d.svg → e3f5d7df6a451cb0da48.svg} +0 -0
- /package/assets/{de9865843c4a8cfebe2d.svg → e561d45cc8d6f8bd7331.svg} +0 -0
package/cjs/ds-lilly.css
CHANGED
|
@@ -316,18 +316,18 @@ body {
|
|
|
316
316
|
--fgNeutralSubtle-rgb: hex-to-rgb(#606876);
|
|
317
317
|
--fgNeutralSubtlest: #7D8594;
|
|
318
318
|
--fgNeutralSubtlest-rgb: hex-to-rgb(#7D8594);
|
|
319
|
-
--fgBrandDefault: #
|
|
320
|
-
--fgBrandDefault-rgb: hex-to-rgb(#
|
|
319
|
+
--fgBrandDefault: #403677;
|
|
320
|
+
--fgBrandDefault-rgb: hex-to-rgb(#403677);
|
|
321
321
|
--fgPromoDefault: #85703D;
|
|
322
322
|
--fgPromoDefault-rgb: hex-to-rgb(#85703D);
|
|
323
|
-
--fgLinkDefault: #
|
|
324
|
-
--fgLinkDefault-rgb: hex-to-rgb(#
|
|
325
|
-
--fgLinkDefaultHover: #
|
|
326
|
-
--fgLinkDefaultHover-rgb: hex-to-rgb(#
|
|
327
|
-
--fgLinkDefaultPressed: #
|
|
328
|
-
--fgLinkDefaultPressed-rgb: hex-to-rgb(#
|
|
329
|
-
--fgInfoDefault: #
|
|
330
|
-
--fgInfoDefault-rgb: hex-to-rgb(#
|
|
323
|
+
--fgLinkDefault: #403677;
|
|
324
|
+
--fgLinkDefault-rgb: hex-to-rgb(#403677);
|
|
325
|
+
--fgLinkDefaultHover: #140757;
|
|
326
|
+
--fgLinkDefaultHover-rgb: hex-to-rgb(#140757);
|
|
327
|
+
--fgLinkDefaultPressed: #0F0541;
|
|
328
|
+
--fgLinkDefaultPressed-rgb: hex-to-rgb(#0F0541);
|
|
329
|
+
--fgInfoDefault: #403677;
|
|
330
|
+
--fgInfoDefault-rgb: hex-to-rgb(#403677);
|
|
331
331
|
--fgErrorDefault: #C9392C;
|
|
332
332
|
--fgErrorDefault-rgb: hex-to-rgb(#C9392C);
|
|
333
333
|
--fgWarningDefault: #A16600;
|
|
@@ -356,36 +356,36 @@ body {
|
|
|
356
356
|
--bgNeutralSubtlestHover-rgb: hex-to-rgb(#F3F4F5);
|
|
357
357
|
--bgNeutralSubtlestActive: #E8EAED;
|
|
358
358
|
--bgNeutralSubtlestActive-rgb: hex-to-rgb(#E8EAED);
|
|
359
|
-
--bgBrandDefault: #
|
|
360
|
-
--bgBrandDefault-rgb: hex-to-rgb(#
|
|
361
|
-
--bgBrandDefaultHover: #
|
|
362
|
-
--bgBrandDefaultHover-rgb: hex-to-rgb(#
|
|
363
|
-
--bgBrandDefaultPressed: #
|
|
364
|
-
--bgBrandDefaultPressed-rgb: hex-to-rgb(#
|
|
365
|
-
--bgBrandBold: #
|
|
366
|
-
--bgBrandBold-rgb: hex-to-rgb(#
|
|
367
|
-
--bgBrandBoldHover: #
|
|
368
|
-
--bgBrandBoldHover-rgb: hex-to-rgb(#
|
|
369
|
-
--bgBrandBoldPressed: #
|
|
370
|
-
--bgBrandBoldPressed-rgb: hex-to-rgb(#
|
|
359
|
+
--bgBrandDefault: #E4E7F5;
|
|
360
|
+
--bgBrandDefault-rgb: hex-to-rgb(#E4E7F5);
|
|
361
|
+
--bgBrandDefaultHover: #9C97B9;
|
|
362
|
+
--bgBrandDefaultHover-rgb: hex-to-rgb(#9C97B9);
|
|
363
|
+
--bgBrandDefaultPressed: #665E91;
|
|
364
|
+
--bgBrandDefaultPressed-rgb: hex-to-rgb(#665E91);
|
|
365
|
+
--bgBrandBold: #403677;
|
|
366
|
+
--bgBrandBold-rgb: hex-to-rgb(#403677);
|
|
367
|
+
--bgBrandBoldHover: #140757;
|
|
368
|
+
--bgBrandBoldHover-rgb: hex-to-rgb(#140757);
|
|
369
|
+
--bgBrandBoldPressed: #0F0541;
|
|
370
|
+
--bgBrandBoldPressed-rgb: hex-to-rgb(#0F0541);
|
|
371
371
|
--bgPromoBold: #A58B4B;
|
|
372
372
|
--bgPromoBold-rgb: hex-to-rgb(#A58B4B);
|
|
373
373
|
--bgPromoBoldHover: #85703D;
|
|
374
374
|
--bgPromoBoldHover-rgb: hex-to-rgb(#85703D);
|
|
375
375
|
--bgPromoBoldPressed: #62532D;
|
|
376
376
|
--bgPromoBoldPressed-rgb: hex-to-rgb(#62532D);
|
|
377
|
-
--bgInfoDefault: #
|
|
378
|
-
--bgInfoDefault-rgb: hex-to-rgb(#
|
|
379
|
-
--bgInfoDefaultHover: #
|
|
380
|
-
--bgInfoDefaultHover-rgb: hex-to-rgb(#
|
|
381
|
-
--bgInfoDefaultPressed: #
|
|
382
|
-
--bgInfoDefaultPressed-rgb: hex-to-rgb(#
|
|
383
|
-
--bgInfoBold: #
|
|
384
|
-
--bgInfoBold-rgb: hex-to-rgb(#
|
|
385
|
-
--bgInfoBoldHover: #
|
|
386
|
-
--bgInfoBoldHover-rgb: hex-to-rgb(#
|
|
387
|
-
--bgInfoBoldPressed: #
|
|
388
|
-
--bgInfoBoldPressed-rgb: hex-to-rgb(#
|
|
377
|
+
--bgInfoDefault: #E4E7F5;
|
|
378
|
+
--bgInfoDefault-rgb: hex-to-rgb(#E4E7F5);
|
|
379
|
+
--bgInfoDefaultHover: #9C97B9;
|
|
380
|
+
--bgInfoDefaultHover-rgb: hex-to-rgb(#9C97B9);
|
|
381
|
+
--bgInfoDefaultPressed: #665E91;
|
|
382
|
+
--bgInfoDefaultPressed-rgb: hex-to-rgb(#665E91);
|
|
383
|
+
--bgInfoBold: #403677;
|
|
384
|
+
--bgInfoBold-rgb: hex-to-rgb(#403677);
|
|
385
|
+
--bgInfoBoldHover: #140757;
|
|
386
|
+
--bgInfoBoldHover-rgb: hex-to-rgb(#140757);
|
|
387
|
+
--bgInfoBoldPressed: #0F0541;
|
|
388
|
+
--bgInfoBoldPressed-rgb: hex-to-rgb(#0F0541);
|
|
389
389
|
--bgErrorDefault: #FFEAE8;
|
|
390
390
|
--bgErrorDefault-rgb: hex-to-rgb(#FFEAE8);
|
|
391
391
|
--bgErrorDefaultHover: #FFD6D2;
|
|
@@ -436,12 +436,12 @@ body {
|
|
|
436
436
|
--borderNeutralDefault-rgb: hex-to-rgb(#D5D7DD);
|
|
437
437
|
--borderNeutralSubtle: #E8EAED;
|
|
438
438
|
--borderNeutralSubtle-rgb: hex-to-rgb(#E8EAED);
|
|
439
|
-
--borderBrandDefault: #
|
|
440
|
-
--borderBrandDefault-rgb: hex-to-rgb(#
|
|
439
|
+
--borderBrandDefault: #554C85;
|
|
440
|
+
--borderBrandDefault-rgb: hex-to-rgb(#554C85);
|
|
441
441
|
--borderPromoDefault: #A58B4B;
|
|
442
442
|
--borderPromoDefault-rgb: hex-to-rgb(#A58B4B);
|
|
443
|
-
--borderInfoDefault: #
|
|
444
|
-
--borderInfoDefault-rgb: hex-to-rgb(#
|
|
443
|
+
--borderInfoDefault: #554C85;
|
|
444
|
+
--borderInfoDefault-rgb: hex-to-rgb(#554C85);
|
|
445
445
|
--borderErrorDefault: #E24B3D;
|
|
446
446
|
--borderErrorDefault-rgb: hex-to-rgb(#E24B3D);
|
|
447
447
|
--borderWarningDefault: #B58200;
|
|
@@ -455,12 +455,13 @@ body {
|
|
|
455
455
|
--gradientGold: linear-gradient(45deg, #cfb572 0%, #A58B4B 100%);
|
|
456
456
|
--gradientGoldHover: linear-gradient(45deg, #c2a14c 0%, #85703d 100%);
|
|
457
457
|
--gradientGoldActive: linear-gradient(45deg, #b7953e 0%, #62532d 100%);
|
|
458
|
-
--gradientMenu: linear-gradient(22deg, var(--gradientMenuStart) 28.63%, var(--gradientMenuEnd) 85.57%);
|
|
459
|
-
--gradientMenuStart: #131D41;
|
|
460
|
-
--gradientMenuStart-rgb: hex-to-rgb(#131D41);
|
|
461
|
-
--gradientMenuEnd: #4E1775;
|
|
462
|
-
--gradientMenuEnd-rgb: hex-to-rgb(#4E1775);
|
|
463
458
|
--gradientFresh: linear-gradient(314deg, #E930B5 6.72%, #2353FF 107%);
|
|
459
|
+
--gradientMenu: linear-gradient(183deg, #6F1C3F 10%, #481347 40%, #120853 80%);
|
|
460
|
+
--gradientPromo: linear-gradient(100deg, #A58B4B 0%, #CFB572 100%);
|
|
461
|
+
--gradientPromoHover: #85703D;
|
|
462
|
+
--gradientPromoHover-rgb: hex-to-rgb(#85703D);
|
|
463
|
+
--gradientPromoActive: #85703D;
|
|
464
|
+
--gradientPromoActive-rgb: hex-to-rgb(#85703D);
|
|
464
465
|
--categoryYellow: #ffd200;
|
|
465
466
|
--categoryYellow-rgb: hex-to-rgb(#ffd200);
|
|
466
467
|
--categoryOrange: #fa9646;
|
|
@@ -507,18 +508,18 @@ body.dark {
|
|
|
507
508
|
--fgNeutralSubtle-rgb: hex-to-rgb(#606876);
|
|
508
509
|
--fgNeutralSubtlest: #7D8594;
|
|
509
510
|
--fgNeutralSubtlest-rgb: hex-to-rgb(#7D8594);
|
|
510
|
-
--fgBrandDefault: #
|
|
511
|
-
--fgBrandDefault-rgb: hex-to-rgb(#
|
|
511
|
+
--fgBrandDefault: #403677;
|
|
512
|
+
--fgBrandDefault-rgb: hex-to-rgb(#403677);
|
|
512
513
|
--fgPromoDefault: #85703D;
|
|
513
514
|
--fgPromoDefault-rgb: hex-to-rgb(#85703D);
|
|
514
|
-
--fgLinkDefault: #
|
|
515
|
-
--fgLinkDefault-rgb: hex-to-rgb(#
|
|
516
|
-
--fgLinkDefaultHover: #
|
|
517
|
-
--fgLinkDefaultHover-rgb: hex-to-rgb(#
|
|
518
|
-
--fgLinkDefaultPressed: #
|
|
519
|
-
--fgLinkDefaultPressed-rgb: hex-to-rgb(#
|
|
520
|
-
--fgInfoDefault: #
|
|
521
|
-
--fgInfoDefault-rgb: hex-to-rgb(#
|
|
515
|
+
--fgLinkDefault: #403677;
|
|
516
|
+
--fgLinkDefault-rgb: hex-to-rgb(#403677);
|
|
517
|
+
--fgLinkDefaultHover: #140757;
|
|
518
|
+
--fgLinkDefaultHover-rgb: hex-to-rgb(#140757);
|
|
519
|
+
--fgLinkDefaultPressed: #0F0541;
|
|
520
|
+
--fgLinkDefaultPressed-rgb: hex-to-rgb(#0F0541);
|
|
521
|
+
--fgInfoDefault: #403677;
|
|
522
|
+
--fgInfoDefault-rgb: hex-to-rgb(#403677);
|
|
522
523
|
--fgErrorDefault: #C9392C;
|
|
523
524
|
--fgErrorDefault-rgb: hex-to-rgb(#C9392C);
|
|
524
525
|
--fgWarningDefault: #A16600;
|
|
@@ -547,36 +548,36 @@ body.dark {
|
|
|
547
548
|
--bgNeutralSubtlestHover-rgb: hex-to-rgb(#F3F4F5);
|
|
548
549
|
--bgNeutralSubtlestActive: #E8EAED;
|
|
549
550
|
--bgNeutralSubtlestActive-rgb: hex-to-rgb(#E8EAED);
|
|
550
|
-
--bgBrandDefault: #
|
|
551
|
-
--bgBrandDefault-rgb: hex-to-rgb(#
|
|
552
|
-
--bgBrandDefaultHover: #
|
|
553
|
-
--bgBrandDefaultHover-rgb: hex-to-rgb(#
|
|
554
|
-
--bgBrandDefaultPressed: #
|
|
555
|
-
--bgBrandDefaultPressed-rgb: hex-to-rgb(#
|
|
556
|
-
--bgBrandBold: #
|
|
557
|
-
--bgBrandBold-rgb: hex-to-rgb(#
|
|
558
|
-
--bgBrandBoldHover: #
|
|
559
|
-
--bgBrandBoldHover-rgb: hex-to-rgb(#
|
|
560
|
-
--bgBrandBoldPressed: #
|
|
561
|
-
--bgBrandBoldPressed-rgb: hex-to-rgb(#
|
|
551
|
+
--bgBrandDefault: #E4E7F5;
|
|
552
|
+
--bgBrandDefault-rgb: hex-to-rgb(#E4E7F5);
|
|
553
|
+
--bgBrandDefaultHover: #9C97B9;
|
|
554
|
+
--bgBrandDefaultHover-rgb: hex-to-rgb(#9C97B9);
|
|
555
|
+
--bgBrandDefaultPressed: #665E91;
|
|
556
|
+
--bgBrandDefaultPressed-rgb: hex-to-rgb(#665E91);
|
|
557
|
+
--bgBrandBold: #403677;
|
|
558
|
+
--bgBrandBold-rgb: hex-to-rgb(#403677);
|
|
559
|
+
--bgBrandBoldHover: #140757;
|
|
560
|
+
--bgBrandBoldHover-rgb: hex-to-rgb(#140757);
|
|
561
|
+
--bgBrandBoldPressed: #0F0541;
|
|
562
|
+
--bgBrandBoldPressed-rgb: hex-to-rgb(#0F0541);
|
|
562
563
|
--bgPromoBold: #A58B4B;
|
|
563
564
|
--bgPromoBold-rgb: hex-to-rgb(#A58B4B);
|
|
564
565
|
--bgPromoBoldHover: #85703D;
|
|
565
566
|
--bgPromoBoldHover-rgb: hex-to-rgb(#85703D);
|
|
566
567
|
--bgPromoBoldPressed: #62532D;
|
|
567
568
|
--bgPromoBoldPressed-rgb: hex-to-rgb(#62532D);
|
|
568
|
-
--bgInfoDefault: #
|
|
569
|
-
--bgInfoDefault-rgb: hex-to-rgb(#
|
|
570
|
-
--bgInfoDefaultHover: #
|
|
571
|
-
--bgInfoDefaultHover-rgb: hex-to-rgb(#
|
|
572
|
-
--bgInfoDefaultPressed: #
|
|
573
|
-
--bgInfoDefaultPressed-rgb: hex-to-rgb(#
|
|
574
|
-
--bgInfoBold: #
|
|
575
|
-
--bgInfoBold-rgb: hex-to-rgb(#
|
|
576
|
-
--bgInfoBoldHover: #
|
|
577
|
-
--bgInfoBoldHover-rgb: hex-to-rgb(#
|
|
578
|
-
--bgInfoBoldPressed: #
|
|
579
|
-
--bgInfoBoldPressed-rgb: hex-to-rgb(#
|
|
569
|
+
--bgInfoDefault: #E4E7F5;
|
|
570
|
+
--bgInfoDefault-rgb: hex-to-rgb(#E4E7F5);
|
|
571
|
+
--bgInfoDefaultHover: #9C97B9;
|
|
572
|
+
--bgInfoDefaultHover-rgb: hex-to-rgb(#9C97B9);
|
|
573
|
+
--bgInfoDefaultPressed: #665E91;
|
|
574
|
+
--bgInfoDefaultPressed-rgb: hex-to-rgb(#665E91);
|
|
575
|
+
--bgInfoBold: #403677;
|
|
576
|
+
--bgInfoBold-rgb: hex-to-rgb(#403677);
|
|
577
|
+
--bgInfoBoldHover: #140757;
|
|
578
|
+
--bgInfoBoldHover-rgb: hex-to-rgb(#140757);
|
|
579
|
+
--bgInfoBoldPressed: #0F0541;
|
|
580
|
+
--bgInfoBoldPressed-rgb: hex-to-rgb(#0F0541);
|
|
580
581
|
--bgErrorDefault: #FFEAE8;
|
|
581
582
|
--bgErrorDefault-rgb: hex-to-rgb(#FFEAE8);
|
|
582
583
|
--bgErrorDefaultHover: #FFD6D2;
|
|
@@ -627,12 +628,12 @@ body.dark {
|
|
|
627
628
|
--borderNeutralDefault-rgb: hex-to-rgb(#D5D7DD);
|
|
628
629
|
--borderNeutralSubtle: #E8EAED;
|
|
629
630
|
--borderNeutralSubtle-rgb: hex-to-rgb(#E8EAED);
|
|
630
|
-
--borderBrandDefault: #
|
|
631
|
-
--borderBrandDefault-rgb: hex-to-rgb(#
|
|
631
|
+
--borderBrandDefault: #554C85;
|
|
632
|
+
--borderBrandDefault-rgb: hex-to-rgb(#554C85);
|
|
632
633
|
--borderPromoDefault: #A58B4B;
|
|
633
634
|
--borderPromoDefault-rgb: hex-to-rgb(#A58B4B);
|
|
634
|
-
--borderInfoDefault: #
|
|
635
|
-
--borderInfoDefault-rgb: hex-to-rgb(#
|
|
635
|
+
--borderInfoDefault: #554C85;
|
|
636
|
+
--borderInfoDefault-rgb: hex-to-rgb(#554C85);
|
|
636
637
|
--borderErrorDefault: #E24B3D;
|
|
637
638
|
--borderErrorDefault-rgb: hex-to-rgb(#E24B3D);
|
|
638
639
|
--borderWarningDefault: #B58200;
|
|
@@ -646,12 +647,13 @@ body.dark {
|
|
|
646
647
|
--gradientGold: linear-gradient(45deg, #cfb572 0%, #A58B4B 100%);
|
|
647
648
|
--gradientGoldHover: linear-gradient(45deg, #c2a14c 0%, #85703d 100%);
|
|
648
649
|
--gradientGoldActive: linear-gradient(45deg, #b7953e 0%, #62532d 100%);
|
|
649
|
-
--gradientMenu: linear-gradient(22deg, var(--gradientMenuStart) 28.63%, var(--gradientMenuEnd) 85.57%);
|
|
650
|
-
--gradientMenuStart: #131D41;
|
|
651
|
-
--gradientMenuStart-rgb: hex-to-rgb(#131D41);
|
|
652
|
-
--gradientMenuEnd: #4E1775;
|
|
653
|
-
--gradientMenuEnd-rgb: hex-to-rgb(#4E1775);
|
|
654
650
|
--gradientFresh: linear-gradient(314deg, #E930B5 6.72%, #2353FF 107%);
|
|
651
|
+
--gradientMenu: linear-gradient(183deg, #6F1C3F 10%, #481347 40%, #120853 80%);
|
|
652
|
+
--gradientPromo: linear-gradient(100deg, #A58B4B 0%, #CFB572 100%);
|
|
653
|
+
--gradientPromoHover: #85703D;
|
|
654
|
+
--gradientPromoHover-rgb: hex-to-rgb(#85703D);
|
|
655
|
+
--gradientPromoActive: #85703D;
|
|
656
|
+
--gradientPromoActive-rgb: hex-to-rgb(#85703D);
|
|
655
657
|
--categoryYellow: #ffd200;
|
|
656
658
|
--categoryYellow-rgb: hex-to-rgb(#ffd200);
|
|
657
659
|
--categoryOrange: #fa9646;
|
|
@@ -700,18 +702,18 @@ body.dark {
|
|
|
700
702
|
--fgNeutralSubtle-rgb: hex-to-rgb(#606876);
|
|
701
703
|
--fgNeutralSubtlest: #7D8594;
|
|
702
704
|
--fgNeutralSubtlest-rgb: hex-to-rgb(#7D8594);
|
|
703
|
-
--fgBrandDefault: #
|
|
704
|
-
--fgBrandDefault-rgb: hex-to-rgb(#
|
|
705
|
+
--fgBrandDefault: #403677;
|
|
706
|
+
--fgBrandDefault-rgb: hex-to-rgb(#403677);
|
|
705
707
|
--fgPromoDefault: #85703D;
|
|
706
708
|
--fgPromoDefault-rgb: hex-to-rgb(#85703D);
|
|
707
|
-
--fgLinkDefault: #
|
|
708
|
-
--fgLinkDefault-rgb: hex-to-rgb(#
|
|
709
|
-
--fgLinkDefaultHover: #
|
|
710
|
-
--fgLinkDefaultHover-rgb: hex-to-rgb(#
|
|
711
|
-
--fgLinkDefaultPressed: #
|
|
712
|
-
--fgLinkDefaultPressed-rgb: hex-to-rgb(#
|
|
713
|
-
--fgInfoDefault: #
|
|
714
|
-
--fgInfoDefault-rgb: hex-to-rgb(#
|
|
709
|
+
--fgLinkDefault: #403677;
|
|
710
|
+
--fgLinkDefault-rgb: hex-to-rgb(#403677);
|
|
711
|
+
--fgLinkDefaultHover: #140757;
|
|
712
|
+
--fgLinkDefaultHover-rgb: hex-to-rgb(#140757);
|
|
713
|
+
--fgLinkDefaultPressed: #0F0541;
|
|
714
|
+
--fgLinkDefaultPressed-rgb: hex-to-rgb(#0F0541);
|
|
715
|
+
--fgInfoDefault: #403677;
|
|
716
|
+
--fgInfoDefault-rgb: hex-to-rgb(#403677);
|
|
715
717
|
--fgErrorDefault: #C9392C;
|
|
716
718
|
--fgErrorDefault-rgb: hex-to-rgb(#C9392C);
|
|
717
719
|
--fgWarningDefault: #A16600;
|
|
@@ -740,36 +742,36 @@ body.dark {
|
|
|
740
742
|
--bgNeutralSubtlestHover-rgb: hex-to-rgb(#F3F4F5);
|
|
741
743
|
--bgNeutralSubtlestActive: #E8EAED;
|
|
742
744
|
--bgNeutralSubtlestActive-rgb: hex-to-rgb(#E8EAED);
|
|
743
|
-
--bgBrandDefault: #
|
|
744
|
-
--bgBrandDefault-rgb: hex-to-rgb(#
|
|
745
|
-
--bgBrandDefaultHover: #
|
|
746
|
-
--bgBrandDefaultHover-rgb: hex-to-rgb(#
|
|
747
|
-
--bgBrandDefaultPressed: #
|
|
748
|
-
--bgBrandDefaultPressed-rgb: hex-to-rgb(#
|
|
749
|
-
--bgBrandBold: #
|
|
750
|
-
--bgBrandBold-rgb: hex-to-rgb(#
|
|
751
|
-
--bgBrandBoldHover: #
|
|
752
|
-
--bgBrandBoldHover-rgb: hex-to-rgb(#
|
|
753
|
-
--bgBrandBoldPressed: #
|
|
754
|
-
--bgBrandBoldPressed-rgb: hex-to-rgb(#
|
|
745
|
+
--bgBrandDefault: #E4E7F5;
|
|
746
|
+
--bgBrandDefault-rgb: hex-to-rgb(#E4E7F5);
|
|
747
|
+
--bgBrandDefaultHover: #9C97B9;
|
|
748
|
+
--bgBrandDefaultHover-rgb: hex-to-rgb(#9C97B9);
|
|
749
|
+
--bgBrandDefaultPressed: #665E91;
|
|
750
|
+
--bgBrandDefaultPressed-rgb: hex-to-rgb(#665E91);
|
|
751
|
+
--bgBrandBold: #403677;
|
|
752
|
+
--bgBrandBold-rgb: hex-to-rgb(#403677);
|
|
753
|
+
--bgBrandBoldHover: #140757;
|
|
754
|
+
--bgBrandBoldHover-rgb: hex-to-rgb(#140757);
|
|
755
|
+
--bgBrandBoldPressed: #0F0541;
|
|
756
|
+
--bgBrandBoldPressed-rgb: hex-to-rgb(#0F0541);
|
|
755
757
|
--bgPromoBold: #A58B4B;
|
|
756
758
|
--bgPromoBold-rgb: hex-to-rgb(#A58B4B);
|
|
757
759
|
--bgPromoBoldHover: #85703D;
|
|
758
760
|
--bgPromoBoldHover-rgb: hex-to-rgb(#85703D);
|
|
759
761
|
--bgPromoBoldPressed: #62532D;
|
|
760
762
|
--bgPromoBoldPressed-rgb: hex-to-rgb(#62532D);
|
|
761
|
-
--bgInfoDefault: #
|
|
762
|
-
--bgInfoDefault-rgb: hex-to-rgb(#
|
|
763
|
-
--bgInfoDefaultHover: #
|
|
764
|
-
--bgInfoDefaultHover-rgb: hex-to-rgb(#
|
|
765
|
-
--bgInfoDefaultPressed: #
|
|
766
|
-
--bgInfoDefaultPressed-rgb: hex-to-rgb(#
|
|
767
|
-
--bgInfoBold: #
|
|
768
|
-
--bgInfoBold-rgb: hex-to-rgb(#
|
|
769
|
-
--bgInfoBoldHover: #
|
|
770
|
-
--bgInfoBoldHover-rgb: hex-to-rgb(#
|
|
771
|
-
--bgInfoBoldPressed: #
|
|
772
|
-
--bgInfoBoldPressed-rgb: hex-to-rgb(#
|
|
763
|
+
--bgInfoDefault: #E4E7F5;
|
|
764
|
+
--bgInfoDefault-rgb: hex-to-rgb(#E4E7F5);
|
|
765
|
+
--bgInfoDefaultHover: #9C97B9;
|
|
766
|
+
--bgInfoDefaultHover-rgb: hex-to-rgb(#9C97B9);
|
|
767
|
+
--bgInfoDefaultPressed: #665E91;
|
|
768
|
+
--bgInfoDefaultPressed-rgb: hex-to-rgb(#665E91);
|
|
769
|
+
--bgInfoBold: #403677;
|
|
770
|
+
--bgInfoBold-rgb: hex-to-rgb(#403677);
|
|
771
|
+
--bgInfoBoldHover: #140757;
|
|
772
|
+
--bgInfoBoldHover-rgb: hex-to-rgb(#140757);
|
|
773
|
+
--bgInfoBoldPressed: #0F0541;
|
|
774
|
+
--bgInfoBoldPressed-rgb: hex-to-rgb(#0F0541);
|
|
773
775
|
--bgErrorDefault: #FFEAE8;
|
|
774
776
|
--bgErrorDefault-rgb: hex-to-rgb(#FFEAE8);
|
|
775
777
|
--bgErrorDefaultHover: #FFD6D2;
|
|
@@ -820,12 +822,12 @@ body.dark {
|
|
|
820
822
|
--borderNeutralDefault-rgb: hex-to-rgb(#D5D7DD);
|
|
821
823
|
--borderNeutralSubtle: #E8EAED;
|
|
822
824
|
--borderNeutralSubtle-rgb: hex-to-rgb(#E8EAED);
|
|
823
|
-
--borderBrandDefault: #
|
|
824
|
-
--borderBrandDefault-rgb: hex-to-rgb(#
|
|
825
|
+
--borderBrandDefault: #554C85;
|
|
826
|
+
--borderBrandDefault-rgb: hex-to-rgb(#554C85);
|
|
825
827
|
--borderPromoDefault: #A58B4B;
|
|
826
828
|
--borderPromoDefault-rgb: hex-to-rgb(#A58B4B);
|
|
827
|
-
--borderInfoDefault: #
|
|
828
|
-
--borderInfoDefault-rgb: hex-to-rgb(#
|
|
829
|
+
--borderInfoDefault: #554C85;
|
|
830
|
+
--borderInfoDefault-rgb: hex-to-rgb(#554C85);
|
|
829
831
|
--borderErrorDefault: #E24B3D;
|
|
830
832
|
--borderErrorDefault-rgb: hex-to-rgb(#E24B3D);
|
|
831
833
|
--borderWarningDefault: #B58200;
|
|
@@ -839,12 +841,13 @@ body.dark {
|
|
|
839
841
|
--gradientGold: linear-gradient(45deg, #cfb572 0%, #A58B4B 100%);
|
|
840
842
|
--gradientGoldHover: linear-gradient(45deg, #c2a14c 0%, #85703d 100%);
|
|
841
843
|
--gradientGoldActive: linear-gradient(45deg, #b7953e 0%, #62532d 100%);
|
|
842
|
-
--gradientMenu: linear-gradient(22deg, var(--gradientMenuStart) 28.63%, var(--gradientMenuEnd) 85.57%);
|
|
843
|
-
--gradientMenuStart: #131D41;
|
|
844
|
-
--gradientMenuStart-rgb: hex-to-rgb(#131D41);
|
|
845
|
-
--gradientMenuEnd: #4E1775;
|
|
846
|
-
--gradientMenuEnd-rgb: hex-to-rgb(#4E1775);
|
|
847
844
|
--gradientFresh: linear-gradient(314deg, #E930B5 6.72%, #2353FF 107%);
|
|
845
|
+
--gradientMenu: linear-gradient(183deg, #6F1C3F 10%, #481347 40%, #120853 80%);
|
|
846
|
+
--gradientPromo: linear-gradient(100deg, #A58B4B 0%, #CFB572 100%);
|
|
847
|
+
--gradientPromoHover: #85703D;
|
|
848
|
+
--gradientPromoHover-rgb: hex-to-rgb(#85703D);
|
|
849
|
+
--gradientPromoActive: #85703D;
|
|
850
|
+
--gradientPromoActive-rgb: hex-to-rgb(#85703D);
|
|
848
851
|
--categoryYellow: #ffd200;
|
|
849
852
|
--categoryYellow-rgb: hex-to-rgb(#ffd200);
|
|
850
853
|
--categoryOrange: #fa9646;
|
|
@@ -890,18 +893,18 @@ body.dark {
|
|
|
890
893
|
--fgNeutralSubtle-rgb: hex-to-rgb(#606876);
|
|
891
894
|
--fgNeutralSubtlest: #7D8594;
|
|
892
895
|
--fgNeutralSubtlest-rgb: hex-to-rgb(#7D8594);
|
|
893
|
-
--fgBrandDefault: #
|
|
894
|
-
--fgBrandDefault-rgb: hex-to-rgb(#
|
|
896
|
+
--fgBrandDefault: #403677;
|
|
897
|
+
--fgBrandDefault-rgb: hex-to-rgb(#403677);
|
|
895
898
|
--fgPromoDefault: #85703D;
|
|
896
899
|
--fgPromoDefault-rgb: hex-to-rgb(#85703D);
|
|
897
|
-
--fgLinkDefault: #
|
|
898
|
-
--fgLinkDefault-rgb: hex-to-rgb(#
|
|
899
|
-
--fgLinkDefaultHover: #
|
|
900
|
-
--fgLinkDefaultHover-rgb: hex-to-rgb(#
|
|
901
|
-
--fgLinkDefaultPressed: #
|
|
902
|
-
--fgLinkDefaultPressed-rgb: hex-to-rgb(#
|
|
903
|
-
--fgInfoDefault: #
|
|
904
|
-
--fgInfoDefault-rgb: hex-to-rgb(#
|
|
900
|
+
--fgLinkDefault: #403677;
|
|
901
|
+
--fgLinkDefault-rgb: hex-to-rgb(#403677);
|
|
902
|
+
--fgLinkDefaultHover: #140757;
|
|
903
|
+
--fgLinkDefaultHover-rgb: hex-to-rgb(#140757);
|
|
904
|
+
--fgLinkDefaultPressed: #0F0541;
|
|
905
|
+
--fgLinkDefaultPressed-rgb: hex-to-rgb(#0F0541);
|
|
906
|
+
--fgInfoDefault: #403677;
|
|
907
|
+
--fgInfoDefault-rgb: hex-to-rgb(#403677);
|
|
905
908
|
--fgErrorDefault: #C9392C;
|
|
906
909
|
--fgErrorDefault-rgb: hex-to-rgb(#C9392C);
|
|
907
910
|
--fgWarningDefault: #A16600;
|
|
@@ -930,36 +933,36 @@ body.dark {
|
|
|
930
933
|
--bgNeutralSubtlestHover-rgb: hex-to-rgb(#F3F4F5);
|
|
931
934
|
--bgNeutralSubtlestActive: #E8EAED;
|
|
932
935
|
--bgNeutralSubtlestActive-rgb: hex-to-rgb(#E8EAED);
|
|
933
|
-
--bgBrandDefault: #
|
|
934
|
-
--bgBrandDefault-rgb: hex-to-rgb(#
|
|
935
|
-
--bgBrandDefaultHover: #
|
|
936
|
-
--bgBrandDefaultHover-rgb: hex-to-rgb(#
|
|
937
|
-
--bgBrandDefaultPressed: #
|
|
938
|
-
--bgBrandDefaultPressed-rgb: hex-to-rgb(#
|
|
939
|
-
--bgBrandBold: #
|
|
940
|
-
--bgBrandBold-rgb: hex-to-rgb(#
|
|
941
|
-
--bgBrandBoldHover: #
|
|
942
|
-
--bgBrandBoldHover-rgb: hex-to-rgb(#
|
|
943
|
-
--bgBrandBoldPressed: #
|
|
944
|
-
--bgBrandBoldPressed-rgb: hex-to-rgb(#
|
|
936
|
+
--bgBrandDefault: #E4E7F5;
|
|
937
|
+
--bgBrandDefault-rgb: hex-to-rgb(#E4E7F5);
|
|
938
|
+
--bgBrandDefaultHover: #9C97B9;
|
|
939
|
+
--bgBrandDefaultHover-rgb: hex-to-rgb(#9C97B9);
|
|
940
|
+
--bgBrandDefaultPressed: #665E91;
|
|
941
|
+
--bgBrandDefaultPressed-rgb: hex-to-rgb(#665E91);
|
|
942
|
+
--bgBrandBold: #403677;
|
|
943
|
+
--bgBrandBold-rgb: hex-to-rgb(#403677);
|
|
944
|
+
--bgBrandBoldHover: #140757;
|
|
945
|
+
--bgBrandBoldHover-rgb: hex-to-rgb(#140757);
|
|
946
|
+
--bgBrandBoldPressed: #0F0541;
|
|
947
|
+
--bgBrandBoldPressed-rgb: hex-to-rgb(#0F0541);
|
|
945
948
|
--bgPromoBold: #A58B4B;
|
|
946
949
|
--bgPromoBold-rgb: hex-to-rgb(#A58B4B);
|
|
947
950
|
--bgPromoBoldHover: #85703D;
|
|
948
951
|
--bgPromoBoldHover-rgb: hex-to-rgb(#85703D);
|
|
949
952
|
--bgPromoBoldPressed: #62532D;
|
|
950
953
|
--bgPromoBoldPressed-rgb: hex-to-rgb(#62532D);
|
|
951
|
-
--bgInfoDefault: #
|
|
952
|
-
--bgInfoDefault-rgb: hex-to-rgb(#
|
|
953
|
-
--bgInfoDefaultHover: #
|
|
954
|
-
--bgInfoDefaultHover-rgb: hex-to-rgb(#
|
|
955
|
-
--bgInfoDefaultPressed: #
|
|
956
|
-
--bgInfoDefaultPressed-rgb: hex-to-rgb(#
|
|
957
|
-
--bgInfoBold: #
|
|
958
|
-
--bgInfoBold-rgb: hex-to-rgb(#
|
|
959
|
-
--bgInfoBoldHover: #
|
|
960
|
-
--bgInfoBoldHover-rgb: hex-to-rgb(#
|
|
961
|
-
--bgInfoBoldPressed: #
|
|
962
|
-
--bgInfoBoldPressed-rgb: hex-to-rgb(#
|
|
954
|
+
--bgInfoDefault: #E4E7F5;
|
|
955
|
+
--bgInfoDefault-rgb: hex-to-rgb(#E4E7F5);
|
|
956
|
+
--bgInfoDefaultHover: #9C97B9;
|
|
957
|
+
--bgInfoDefaultHover-rgb: hex-to-rgb(#9C97B9);
|
|
958
|
+
--bgInfoDefaultPressed: #665E91;
|
|
959
|
+
--bgInfoDefaultPressed-rgb: hex-to-rgb(#665E91);
|
|
960
|
+
--bgInfoBold: #403677;
|
|
961
|
+
--bgInfoBold-rgb: hex-to-rgb(#403677);
|
|
962
|
+
--bgInfoBoldHover: #140757;
|
|
963
|
+
--bgInfoBoldHover-rgb: hex-to-rgb(#140757);
|
|
964
|
+
--bgInfoBoldPressed: #0F0541;
|
|
965
|
+
--bgInfoBoldPressed-rgb: hex-to-rgb(#0F0541);
|
|
963
966
|
--bgErrorDefault: #FFEAE8;
|
|
964
967
|
--bgErrorDefault-rgb: hex-to-rgb(#FFEAE8);
|
|
965
968
|
--bgErrorDefaultHover: #FFD6D2;
|
|
@@ -1010,12 +1013,12 @@ body.dark {
|
|
|
1010
1013
|
--borderNeutralDefault-rgb: hex-to-rgb(#D5D7DD);
|
|
1011
1014
|
--borderNeutralSubtle: #E8EAED;
|
|
1012
1015
|
--borderNeutralSubtle-rgb: hex-to-rgb(#E8EAED);
|
|
1013
|
-
--borderBrandDefault: #
|
|
1014
|
-
--borderBrandDefault-rgb: hex-to-rgb(#
|
|
1016
|
+
--borderBrandDefault: #554C85;
|
|
1017
|
+
--borderBrandDefault-rgb: hex-to-rgb(#554C85);
|
|
1015
1018
|
--borderPromoDefault: #A58B4B;
|
|
1016
1019
|
--borderPromoDefault-rgb: hex-to-rgb(#A58B4B);
|
|
1017
|
-
--borderInfoDefault: #
|
|
1018
|
-
--borderInfoDefault-rgb: hex-to-rgb(#
|
|
1020
|
+
--borderInfoDefault: #554C85;
|
|
1021
|
+
--borderInfoDefault-rgb: hex-to-rgb(#554C85);
|
|
1019
1022
|
--borderErrorDefault: #E24B3D;
|
|
1020
1023
|
--borderErrorDefault-rgb: hex-to-rgb(#E24B3D);
|
|
1021
1024
|
--borderWarningDefault: #B58200;
|
|
@@ -1029,12 +1032,13 @@ body.dark {
|
|
|
1029
1032
|
--gradientGold: linear-gradient(45deg, #cfb572 0%, #A58B4B 100%);
|
|
1030
1033
|
--gradientGoldHover: linear-gradient(45deg, #c2a14c 0%, #85703d 100%);
|
|
1031
1034
|
--gradientGoldActive: linear-gradient(45deg, #b7953e 0%, #62532d 100%);
|
|
1032
|
-
--gradientMenu: linear-gradient(22deg, var(--gradientMenuStart) 28.63%, var(--gradientMenuEnd) 85.57%);
|
|
1033
|
-
--gradientMenuStart: #131D41;
|
|
1034
|
-
--gradientMenuStart-rgb: hex-to-rgb(#131D41);
|
|
1035
|
-
--gradientMenuEnd: #4E1775;
|
|
1036
|
-
--gradientMenuEnd-rgb: hex-to-rgb(#4E1775);
|
|
1037
1035
|
--gradientFresh: linear-gradient(314deg, #E930B5 6.72%, #2353FF 107%);
|
|
1036
|
+
--gradientMenu: linear-gradient(183deg, #6F1C3F 10%, #481347 40%, #120853 80%);
|
|
1037
|
+
--gradientPromo: linear-gradient(100deg, #A58B4B 0%, #CFB572 100%);
|
|
1038
|
+
--gradientPromoHover: #85703D;
|
|
1039
|
+
--gradientPromoHover-rgb: hex-to-rgb(#85703D);
|
|
1040
|
+
--gradientPromoActive: #85703D;
|
|
1041
|
+
--gradientPromoActive-rgb: hex-to-rgb(#85703D);
|
|
1038
1042
|
--categoryYellow: #ffd200;
|
|
1039
1043
|
--categoryYellow-rgb: hex-to-rgb(#ffd200);
|
|
1040
1044
|
--categoryOrange: #fa9646;
|
|
@@ -1075,7 +1079,6 @@ body.dark {
|
|
|
1075
1079
|
}
|
|
1076
1080
|
body {
|
|
1077
1081
|
--transparent: transparent;
|
|
1078
|
-
--backgroundHover: rgba(var(--blackNormal-rgb), 0.04);
|
|
1079
1082
|
}
|
|
1080
1083
|
|
|
1081
1084
|
body {
|
|
@@ -4280,7 +4283,7 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
4280
4283
|
.c-card--collapse {
|
|
4281
4284
|
flex-flow: column wrap;
|
|
4282
4285
|
}
|
|
4283
|
-
.c-card--collapse--open .c-card__collapseIcon .c-avatar__iconSvg {
|
|
4286
|
+
.c-card--collapse--open > .c-card__header .c-card__collapseIcon .c-avatar__iconSvg {
|
|
4284
4287
|
transform: rotate(180deg);
|
|
4285
4288
|
}
|
|
4286
4289
|
.c-card--collapse.c-card--small {
|
|
@@ -8237,17 +8240,20 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
8237
8240
|
.u-bg--gradientGoldActive {
|
|
8238
8241
|
background: var(--gradientGoldActive);
|
|
8239
8242
|
}
|
|
8243
|
+
.u-bg--gradientFresh {
|
|
8244
|
+
background: var(--gradientFresh);
|
|
8245
|
+
}
|
|
8240
8246
|
.u-bg--gradientMenu {
|
|
8241
8247
|
background: var(--gradientMenu);
|
|
8242
8248
|
}
|
|
8243
|
-
.u-bg--
|
|
8244
|
-
background: var(--
|
|
8249
|
+
.u-bg--gradientPromo {
|
|
8250
|
+
background: var(--gradientPromo);
|
|
8245
8251
|
}
|
|
8246
|
-
.u-bg--
|
|
8247
|
-
background: var(--
|
|
8252
|
+
.u-bg--gradientPromoHover {
|
|
8253
|
+
background: var(--gradientPromoHover);
|
|
8248
8254
|
}
|
|
8249
|
-
.u-bg--
|
|
8250
|
-
background: var(--
|
|
8255
|
+
.u-bg--gradientPromoActive {
|
|
8256
|
+
background: var(--gradientPromoActive);
|
|
8251
8257
|
}
|
|
8252
8258
|
.u-bg--categoryYellow {
|
|
8253
8259
|
background: var(--categoryYellow);
|
|
@@ -8952,7 +8958,7 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
8952
8958
|
/* Slider */
|
|
8953
8959
|
.slick-loading .slick-list
|
|
8954
8960
|
{
|
|
8955
|
-
background: #fff url('assets/
|
|
8961
|
+
background: #fff url('assets/158aad3c1e9a5911b379.gif') center center no-repeat;
|
|
8956
8962
|
}
|
|
8957
8963
|
|
|
8958
8964
|
/* Icons */
|
|
@@ -8962,8 +8968,8 @@ body.dark .l-mobilePanel--secondary .l-mobilePanel__close {
|
|
|
8962
8968
|
font-weight: normal;
|
|
8963
8969
|
font-style: normal;
|
|
8964
8970
|
|
|
8965
|
-
src: url('assets/
|
|
8966
|
-
src: url('assets/
|
|
8971
|
+
src: url('assets/659b7dbe2ce7335de43b.eot');
|
|
8972
|
+
src: url('assets/472b63f94eb35c75205c.eot') format('embedded-opentype'), url('assets/59a96db9d686522608c8.woff') format('woff'), url('assets/6ae52ac4b802020b8edd.ttf') format('truetype'), url('assets/e561d45cc8d6f8bd7331.svg') format('svg');
|
|
8967
8973
|
}
|
|
8968
8974
|
/* Arrows */
|
|
8969
8975
|
.slick-prev,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_commonjsHelpers.js"),r=require("../../_virtual/
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_commonjsHelpers.js"),r=require("../../_virtual/index2.js");const t=/[\p{Lu}]/u,s=/[\p{Ll}]/u,l=/^[\p{Lu}](?![\p{Lu}])/gu,a=/([\p{Alpha}\p{N}_]|$)/u,o=/[_.\- ]+/,p=new RegExp("^"+o.source),c=new RegExp(o.source+a.source,"gu"),u=new RegExp("\\d+"+a.source,"gu"),n=(e,r)=>{if("string"!=typeof e&&!Array.isArray(e))throw new TypeError("Expected the input to be `string | string[]`");if(r={pascalCase:!1,preserveConsecutiveUppercase:!1,...r},0===(e=Array.isArray(e)?e.map((e=>e.trim())).filter((e=>e.length)).join("-"):e.trim()).length)return"";const a=!1===r.locale?e=>e.toLowerCase():e=>e.toLocaleLowerCase(r.locale),o=!1===r.locale?e=>e.toUpperCase():e=>e.toLocaleUpperCase(r.locale);if(1===e.length)return r.pascalCase?o(e):a(e);return e!==a(e)&&(e=((e,r,l)=>{let a=!1,o=!1,p=!1;for(let c=0;c<e.length;c++){const u=e[c];a&&t.test(u)?(e=e.slice(0,c)+"-"+e.slice(c),a=!1,p=o,o=!0,c++):o&&p&&s.test(u)?(e=e.slice(0,c-1)+"-"+e.slice(c-1),p=o,o=!1,a=!0):(a=r(u)===u&&l(u)!==u,p=o,o=l(u)===u&&r(u)!==u)}return e})(e,a,o)),e=e.replace(p,""),e=r.preserveConsecutiveUppercase?((e,r)=>(l.lastIndex=0,e.replace(l,(e=>r(e)))))(e,a):a(e),r.pascalCase&&(e=o(e.charAt(0))+e.slice(1)),((e,r)=>(c.lastIndex=0,u.lastIndex=0,e.replace(c,((e,t)=>r(t))).replace(u,(e=>r(e)))))(e,o)};r.__module.exports=n,r.__module.exports.default=n;var i=r.__module.exports,g=e.getDefaultExportFromCjs(i);exports.default=g;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../node_modules/camelcase/index.js"],"sourcesContent":["'use strict';\n\nconst UPPERCASE = /[\\p{Lu}]/u;\nconst LOWERCASE = /[\\p{Ll}]/u;\nconst LEADING_CAPITAL = /^[\\p{Lu}](?![\\p{Lu}])/gu;\nconst IDENTIFIER = /([\\p{Alpha}\\p{N}_]|$)/u;\nconst SEPARATORS = /[_.\\- ]+/;\n\nconst LEADING_SEPARATORS = new RegExp('^' + SEPARATORS.source);\nconst SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, 'gu');\nconst NUMBERS_AND_IDENTIFIER = new RegExp('\\\\d+' + IDENTIFIER.source, 'gu');\n\nconst preserveCamelCase = (string, toLowerCase, toUpperCase) => {\n\tlet isLastCharLower = false;\n\tlet isLastCharUpper = false;\n\tlet isLastLastCharUpper = false;\n\n\tfor (let i = 0; i < string.length; i++) {\n\t\tconst character = string[i];\n\n\t\tif (isLastCharLower && UPPERCASE.test(character)) {\n\t\t\tstring = string.slice(0, i) + '-' + string.slice(i);\n\t\t\tisLastCharLower = false;\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = true;\n\t\t\ti++;\n\t\t} else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character)) {\n\t\t\tstring = string.slice(0, i - 1) + '-' + string.slice(i - 1);\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = false;\n\t\t\tisLastCharLower = true;\n\t\t} else {\n\t\t\tisLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;\n\t\t}\n\t}\n\n\treturn string;\n};\n\nconst preserveConsecutiveUppercase = (input, toLowerCase) => {\n\tLEADING_CAPITAL.lastIndex = 0;\n\n\treturn input.replace(LEADING_CAPITAL, m1 => toLowerCase(m1));\n};\n\nconst postProcess = (input, toUpperCase) => {\n\tSEPARATORS_AND_IDENTIFIER.lastIndex = 0;\n\tNUMBERS_AND_IDENTIFIER.lastIndex = 0;\n\n\treturn input.replace(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier))\n\t\t.replace(NUMBERS_AND_IDENTIFIER, m => toUpperCase(m));\n};\n\nconst camelCase = (input, options) => {\n\tif (!(typeof input === 'string' || Array.isArray(input))) {\n\t\tthrow new TypeError('Expected the input to be `string | string[]`');\n\t}\n\n\toptions = {\n\t\tpascalCase: false,\n\t\tpreserveConsecutiveUppercase: false,\n\t\t...options\n\t};\n\n\tif (Array.isArray(input)) {\n\t\tinput = input.map(x => x.trim())\n\t\t\t.filter(x => x.length)\n\t\t\t.join('-');\n\t} else {\n\t\tinput = input.trim();\n\t}\n\n\tif (input.length === 0) {\n\t\treturn '';\n\t}\n\n\tconst toLowerCase = options.locale === false ?\n\t\tstring => string.toLowerCase() :\n\t\tstring => string.toLocaleLowerCase(options.locale);\n\tconst toUpperCase = options.locale === false ?\n\t\tstring => string.toUpperCase() :\n\t\tstring => string.toLocaleUpperCase(options.locale);\n\n\tif (input.length === 1) {\n\t\treturn options.pascalCase ? toUpperCase(input) : toLowerCase(input);\n\t}\n\n\tconst hasUpperCase = input !== toLowerCase(input);\n\n\tif (hasUpperCase) {\n\t\tinput = preserveCamelCase(input, toLowerCase, toUpperCase);\n\t}\n\n\tinput = input.replace(LEADING_SEPARATORS, '');\n\n\tif (options.preserveConsecutiveUppercase) {\n\t\tinput = preserveConsecutiveUppercase(input, toLowerCase);\n\t} else {\n\t\tinput = toLowerCase(input);\n\t}\n\n\tif (options.pascalCase) {\n\t\tinput = toUpperCase(input.charAt(0)) + input.slice(1);\n\t}\n\n\treturn postProcess(input, toUpperCase);\n};\n\nmodule.exports = camelCase;\n// TODO: Remove this for the next major release\nmodule.exports.default = camelCase;\n"],"names":["UPPERCASE","LOWERCASE","LEADING_CAPITAL","IDENTIFIER","SEPARATORS","LEADING_SEPARATORS","RegExp","source","SEPARATORS_AND_IDENTIFIER","NUMBERS_AND_IDENTIFIER","camelCase","input","options","Array","isArray","TypeError","pascalCase","preserveConsecutiveUppercase","map","x","trim","filter","length","join","toLowerCase","locale","string","toLocaleLowerCase","toUpperCase","toLocaleUpperCase","isLastCharLower","isLastCharUpper","isLastLastCharUpper","i","character","test","slice","preserveCamelCase","replace","lastIndex","m1","charAt","_","identifier","m","postProcess","camelcaseModule","exports","default"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../node_modules/camelcase/index.js"],"sourcesContent":["'use strict';\n\nconst UPPERCASE = /[\\p{Lu}]/u;\nconst LOWERCASE = /[\\p{Ll}]/u;\nconst LEADING_CAPITAL = /^[\\p{Lu}](?![\\p{Lu}])/gu;\nconst IDENTIFIER = /([\\p{Alpha}\\p{N}_]|$)/u;\nconst SEPARATORS = /[_.\\- ]+/;\n\nconst LEADING_SEPARATORS = new RegExp('^' + SEPARATORS.source);\nconst SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, 'gu');\nconst NUMBERS_AND_IDENTIFIER = new RegExp('\\\\d+' + IDENTIFIER.source, 'gu');\n\nconst preserveCamelCase = (string, toLowerCase, toUpperCase) => {\n\tlet isLastCharLower = false;\n\tlet isLastCharUpper = false;\n\tlet isLastLastCharUpper = false;\n\n\tfor (let i = 0; i < string.length; i++) {\n\t\tconst character = string[i];\n\n\t\tif (isLastCharLower && UPPERCASE.test(character)) {\n\t\t\tstring = string.slice(0, i) + '-' + string.slice(i);\n\t\t\tisLastCharLower = false;\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = true;\n\t\t\ti++;\n\t\t} else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character)) {\n\t\t\tstring = string.slice(0, i - 1) + '-' + string.slice(i - 1);\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = false;\n\t\t\tisLastCharLower = true;\n\t\t} else {\n\t\t\tisLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;\n\t\t\tisLastLastCharUpper = isLastCharUpper;\n\t\t\tisLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;\n\t\t}\n\t}\n\n\treturn string;\n};\n\nconst preserveConsecutiveUppercase = (input, toLowerCase) => {\n\tLEADING_CAPITAL.lastIndex = 0;\n\n\treturn input.replace(LEADING_CAPITAL, m1 => toLowerCase(m1));\n};\n\nconst postProcess = (input, toUpperCase) => {\n\tSEPARATORS_AND_IDENTIFIER.lastIndex = 0;\n\tNUMBERS_AND_IDENTIFIER.lastIndex = 0;\n\n\treturn input.replace(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier))\n\t\t.replace(NUMBERS_AND_IDENTIFIER, m => toUpperCase(m));\n};\n\nconst camelCase = (input, options) => {\n\tif (!(typeof input === 'string' || Array.isArray(input))) {\n\t\tthrow new TypeError('Expected the input to be `string | string[]`');\n\t}\n\n\toptions = {\n\t\tpascalCase: false,\n\t\tpreserveConsecutiveUppercase: false,\n\t\t...options\n\t};\n\n\tif (Array.isArray(input)) {\n\t\tinput = input.map(x => x.trim())\n\t\t\t.filter(x => x.length)\n\t\t\t.join('-');\n\t} else {\n\t\tinput = input.trim();\n\t}\n\n\tif (input.length === 0) {\n\t\treturn '';\n\t}\n\n\tconst toLowerCase = options.locale === false ?\n\t\tstring => string.toLowerCase() :\n\t\tstring => string.toLocaleLowerCase(options.locale);\n\tconst toUpperCase = options.locale === false ?\n\t\tstring => string.toUpperCase() :\n\t\tstring => string.toLocaleUpperCase(options.locale);\n\n\tif (input.length === 1) {\n\t\treturn options.pascalCase ? toUpperCase(input) : toLowerCase(input);\n\t}\n\n\tconst hasUpperCase = input !== toLowerCase(input);\n\n\tif (hasUpperCase) {\n\t\tinput = preserveCamelCase(input, toLowerCase, toUpperCase);\n\t}\n\n\tinput = input.replace(LEADING_SEPARATORS, '');\n\n\tif (options.preserveConsecutiveUppercase) {\n\t\tinput = preserveConsecutiveUppercase(input, toLowerCase);\n\t} else {\n\t\tinput = toLowerCase(input);\n\t}\n\n\tif (options.pascalCase) {\n\t\tinput = toUpperCase(input.charAt(0)) + input.slice(1);\n\t}\n\n\treturn postProcess(input, toUpperCase);\n};\n\nmodule.exports = camelCase;\n// TODO: Remove this for the next major release\nmodule.exports.default = camelCase;\n"],"names":["UPPERCASE","LOWERCASE","LEADING_CAPITAL","IDENTIFIER","SEPARATORS","LEADING_SEPARATORS","RegExp","source","SEPARATORS_AND_IDENTIFIER","NUMBERS_AND_IDENTIFIER","camelCase","input","options","Array","isArray","TypeError","pascalCase","preserveConsecutiveUppercase","map","x","trim","filter","length","join","toLowerCase","locale","string","toLocaleLowerCase","toUpperCase","toLocaleUpperCase","isLastCharLower","isLastCharUpper","isLastLastCharUpper","i","character","test","slice","preserveCamelCase","replace","lastIndex","m1","charAt","_","identifier","m","postProcess","camelcaseModule","exports","default"],"mappings":"8JAEA,MAAMA,EAAY,YACZC,EAAY,YACZC,EAAkB,0BAClBC,EAAa,yBACbC,EAAa,WAEbC,EAAqB,IAAIC,OAAO,IAAMF,EAAWG,QACjDC,EAA4B,IAAIF,OAAOF,EAAWG,OAASJ,EAAWI,OAAQ,MAC9EE,EAAyB,IAAIH,OAAO,OAASH,EAAWI,OAAQ,MA6ChEG,EAAY,CAACC,EAAOC,KACzB,GAAuB,iBAAVD,IAAsBE,MAAMC,QAAQH,GAChD,MAAM,IAAII,UAAU,gDAiBrB,GAdAH,EAAU,CACTI,YAAY,EACZC,8BAA8B,KAC3BL,GAWiB,KAPpBD,EADGE,MAAMC,QAAQH,GACTA,EAAMO,KAAIC,GAAKA,EAAEC,SACvBC,QAAOF,GAAKA,EAAEG,SACdC,KAAK,KAECZ,EAAMS,QAGLE,OACT,MAAO,GAGR,MAAME,GAAiC,IAAnBZ,EAAQa,OAC3BC,GAAUA,EAAOF,cACjBE,GAAUA,EAAOC,kBAAkBf,EAAQa,QACtCG,GAAiC,IAAnBhB,EAAQa,OAC3BC,GAAUA,EAAOE,cACjBF,GAAUA,EAAOG,kBAAkBjB,EAAQa,QAE5C,GAAqB,IAAjBd,EAAMW,OACT,OAAOV,EAAQI,WAAaY,EAAYjB,GAASa,EAAYb,GAqB9D,OAlBqBA,IAAUa,EAAYb,KAG1CA,EAhFwB,EAACe,EAAQF,EAAaI,KAC/C,IAAIE,GAAkB,EAClBC,GAAkB,EAClBC,GAAsB,EAE1B,IAAK,IAAIC,EAAI,EAAGA,EAAIP,EAAOJ,OAAQW,IAAK,CACvC,MAAMC,EAAYR,EAAOO,GAErBH,GAAmB9B,EAAUmC,KAAKD,IACrCR,EAASA,EAAOU,MAAM,EAAGH,GAAK,IAAMP,EAAOU,MAAMH,GACjDH,GAAkB,EAClBE,EAAsBD,EACtBA,GAAkB,EAClBE,KACUF,GAAmBC,GAAuB/B,EAAUkC,KAAKD,IACnER,EAASA,EAAOU,MAAM,EAAGH,EAAI,GAAK,IAAMP,EAAOU,MAAMH,EAAI,GACzDD,EAAsBD,EACtBA,GAAkB,EAClBD,GAAkB,IAElBA,EAAkBN,EAAYU,KAAeA,GAAaN,EAAYM,KAAeA,EACrFF,EAAsBD,EACtBA,EAAkBH,EAAYM,KAAeA,GAAaV,EAAYU,KAAeA,EAEtF,CAED,OAAOR,CAAM,EAsDJW,CAAkB1B,EAAOa,EAAaI,IAG/CjB,EAAQA,EAAM2B,QAAQjC,EAAoB,IAGzCM,EADGC,EAAQK,6BAxDwB,EAACN,EAAOa,KAC5CtB,EAAgBqC,UAAY,EAErB5B,EAAM2B,QAAQpC,GAAiBsC,GAAMhB,EAAYgB,MAsD/CvB,CAA6BN,EAAOa,GAEpCA,EAAYb,GAGjBC,EAAQI,aACXL,EAAQiB,EAAYjB,EAAM8B,OAAO,IAAM9B,EAAMyB,MAAM,IAzDjC,EAACzB,EAAOiB,KAC3BpB,EAA0B+B,UAAY,EACtC9B,EAAuB8B,UAAY,EAE5B5B,EAAM2B,QAAQ9B,GAA2B,CAACkC,EAAGC,IAAef,EAAYe,KAC7EL,QAAQ7B,GAAwBmC,GAAKhB,EAAYgB,MAuD5CC,CAAYlC,EAAOiB,EAAY,EAGvCkB,EAAAA,SAAcC,QAAGrC,EAEjBoC,EAAAA,SAAAC,QAAAC,QAAyBtC","x_google_ignoreList":[0]}
|