@nuvoui/core 1.3.2 → 1.3.3

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/nuvoui.css CHANGED
@@ -20831,10 +20831,6 @@ code {
20831
20831
  font-weight: 800;
20832
20832
  }
20833
20833
 
20834
- .font-black {
20835
- font-weight: 900;
20836
- }
20837
-
20838
20834
  .leading-none {
20839
20835
  line-height: 1;
20840
20836
  }
@@ -21093,9 +21089,6 @@ code {
21093
21089
  .font-extrabold\@xs {
21094
21090
  font-weight: 800;
21095
21091
  }
21096
- .font-black\@xs {
21097
- font-weight: 900;
21098
- }
21099
21092
  .leading-none\@xs {
21100
21093
  line-height: 1;
21101
21094
  }
@@ -21291,9 +21284,6 @@ code {
21291
21284
  .font-extrabold\@sm {
21292
21285
  font-weight: 800;
21293
21286
  }
21294
- .font-black\@sm {
21295
- font-weight: 900;
21296
- }
21297
21287
  .leading-none\@sm {
21298
21288
  line-height: 1;
21299
21289
  }
@@ -21489,9 +21479,6 @@ code {
21489
21479
  .font-extrabold\@md {
21490
21480
  font-weight: 800;
21491
21481
  }
21492
- .font-black\@md {
21493
- font-weight: 900;
21494
- }
21495
21482
  .leading-none\@md {
21496
21483
  line-height: 1;
21497
21484
  }
@@ -21687,9 +21674,6 @@ code {
21687
21674
  .font-extrabold\@lg {
21688
21675
  font-weight: 800;
21689
21676
  }
21690
- .font-black\@lg {
21691
- font-weight: 900;
21692
- }
21693
21677
  .leading-none\@lg {
21694
21678
  line-height: 1;
21695
21679
  }
@@ -21885,9 +21869,6 @@ code {
21885
21869
  .font-extrabold\@xl {
21886
21870
  font-weight: 800;
21887
21871
  }
21888
- .font-black\@xl {
21889
- font-weight: 900;
21890
- }
21891
21872
  .leading-none\@xl {
21892
21873
  line-height: 1;
21893
21874
  }
@@ -22083,9 +22064,6 @@ code {
22083
22064
  .font-extrabold\@2xl {
22084
22065
  font-weight: 800;
22085
22066
  }
22086
- .font-black\@2xl {
22087
- font-weight: 900;
22088
- }
22089
22067
  .leading-none\@2xl {
22090
22068
  line-height: 1;
22091
22069
  }
@@ -34549,146 +34527,146 @@ code {
34549
34527
  [data-theme=light] {
34550
34528
  --primary: #007bff;
34551
34529
  --primary-50: rgb(229.5, 241.8, 255);
34552
- --primary-100: rgb(178.5, 215.4, 255);
34553
- --primary-200: rgb(127.5, 189, 255);
34554
- --primary-300: rgb(76.5, 162.6, 255);
34555
- --primary-400: rgb(25.5, 136.2, 255);
34530
+ --primary-100: rgb(205.5, 229.3764705882, 255);
34531
+ --primary-200: rgb(157.5, 204.5294117647, 255);
34532
+ --primary-300: rgb(109.5, 179.6823529412, 255);
34533
+ --primary-400: rgb(61.5, 154.8352941176, 255);
34556
34534
  --primary-500: #007bff;
34557
- --primary-600: rgb(0, 110.7, 229.5);
34558
- --primary-700: rgb(0, 86.1, 178.5);
34559
- --primary-800: rgb(0, 61.5, 127.5);
34535
+ --primary-600: rgb(0, 106.3588235294, 220.5);
34536
+ --primary-700: rgb(0, 83.2058823529, 172.5);
34537
+ --primary-800: rgb(0, 60.0529411765, 124.5);
34560
34538
  --primary-900: rgb(0, 36.9, 76.5);
34561
34539
  --secondary: #6c757d;
34562
34540
  --secondary-50: rgb(240.3, 241.2, 242);
34563
- --secondary-100: rgb(210.9, 213.6, 216);
34564
- --secondary-200: rgb(181.5, 186, 190);
34565
- --secondary-300: rgb(152.1, 158.4, 164);
34566
- --secondary-400: rgb(122.7, 130.8, 138);
34541
+ --secondary-100: rgb(226.4647058824, 228.2117647059, 229.7647058824);
34542
+ --secondary-200: rgb(198.7941176471, 202.2352941176, 205.2941176471);
34543
+ --secondary-300: rgb(171.1235294118, 176.2588235294, 180.8235294118);
34544
+ --secondary-400: rgb(143.4529411765, 150.2823529412, 156.3529411765);
34567
34545
  --secondary-500: #6c757d;
34568
- --secondary-600: rgb(97.2, 105.3, 112.5);
34569
- --secondary-700: rgb(75.6, 81.9, 87.5);
34570
- --secondary-800: rgb(54, 58.5, 62.5);
34546
+ --secondary-600: rgb(93.3882352941, 101.1705882353, 108.0882352941);
34547
+ --secondary-700: rgb(73.0588235294, 79.1470588235, 84.5588235294);
34548
+ --secondary-800: rgb(52.7294117647, 57.1235294118, 61.0294117647);
34571
34549
  --secondary-900: rgb(32.4, 35.1, 37.5);
34572
34550
  --success: #28a745;
34573
34551
  --success-50: rgb(233.5, 246.2, 236.4);
34574
- --success-100: rgb(190.5, 228.6, 199.2);
34575
- --success-200: rgb(147.5, 211, 162);
34576
- --success-300: rgb(104.5, 193.4, 124.8);
34577
- --success-400: rgb(61.5, 175.8, 87.6);
34552
+ --success-100: rgb(213.2647058824, 237.9176470588, 218.8941176471);
34553
+ --success-200: rgb(172.7941176471, 221.3529411765, 183.8823529412);
34554
+ --success-300: rgb(132.3235294118, 204.7882352941, 148.8705882353);
34555
+ --success-400: rgb(91.8529411765, 188.2235294118, 113.8588235294);
34578
34556
  --success-500: #28a745;
34579
- --success-600: rgb(36, 150.3, 62.1);
34580
- --success-700: rgb(28, 116.9, 48.3);
34581
- --success-800: rgb(20, 83.5, 34.5);
34557
+ --success-600: rgb(34.5882352941, 144.4058823529, 59.6647058824);
34558
+ --success-700: rgb(27.0588235294, 112.9705882353, 46.6764705882);
34559
+ --success-800: rgb(19.5294117647, 81.5352941176, 33.6882352941);
34582
34560
  --success-900: rgb(12, 50.1, 20.7);
34583
34561
  --danger: #dc3545;
34584
34562
  --danger-50: rgb(251.5, 234.8, 236.4);
34585
- --danger-100: rgb(244.5, 194.4, 199.2);
34586
- --danger-200: rgb(237.5, 154, 162);
34587
- --danger-300: rgb(230.5, 113.6, 124.8);
34588
- --danger-400: rgb(223.5, 73.2, 87.6);
34563
+ --danger-100: rgb(248.2058823529, 215.7882352941, 218.8941176471);
34564
+ --danger-200: rgb(241.6176470588, 177.7647058824, 183.8823529412);
34565
+ --danger-300: rgb(235.0294117647, 139.7411764706, 148.8705882353);
34566
+ --danger-400: rgb(228.4411764706, 101.7176470588, 113.8588235294);
34589
34567
  --danger-500: #dc3545;
34590
- --danger-600: rgb(198, 47.7, 62.1);
34591
- --danger-700: rgb(154, 37.1, 48.3);
34592
- --danger-800: rgb(110, 26.5, 34.5);
34568
+ --danger-600: rgb(190.2352941176, 45.8294117647, 59.6647058824);
34569
+ --danger-700: rgb(148.8235294118, 35.8529411765, 46.6764705882);
34570
+ --danger-800: rgb(107.4117647059, 25.8764705882, 33.6882352941);
34593
34571
  --danger-900: rgb(66, 15.9, 20.7);
34594
34572
  --warning: #ffc107;
34595
34573
  --warning-50: rgb(255, 248.8, 230.2);
34596
- --warning-100: rgb(255, 236.4, 180.6);
34597
- --warning-200: #ffe083;
34598
- --warning-300: rgb(255, 211.6, 81.4);
34599
- --warning-400: rgb(255, 199.2, 31.8);
34574
+ --warning-100: rgb(255, 242.9647058824, 206.8588235294);
34575
+ --warning-200: rgb(255, 231.2941176471, 160.1764705882);
34576
+ --warning-300: rgb(255, 219.6235294118, 113.4941176471);
34577
+ --warning-400: rgb(255, 207.9529411765, 66.8117647059);
34600
34578
  --warning-500: #ffc107;
34601
- --warning-600: rgb(229.5, 173.7, 6.3);
34602
- --warning-700: rgb(178.5, 135.1, 4.9);
34603
- --warning-800: rgb(127.5, 96.5, 3.5);
34579
+ --warning-600: rgb(220.5, 166.8882352941, 6.0529411765);
34580
+ --warning-700: rgb(172.5, 130.5588235294, 4.7352941176);
34581
+ --warning-800: rgb(124.5, 94.2294117647, 3.4176470588);
34604
34582
  --warning-900: rgb(76.5, 57.9, 2.1);
34605
34583
  --info: #17a2b8;
34606
34584
  --info-50: rgb(231.8, 245.7, 247.9);
34607
- --info-100: rgb(185.4, 227.1, 233.7);
34608
- --info-200: rgb(139, 208.5, 219.5);
34609
- --info-300: rgb(92.6, 189.9, 205.3);
34610
- --info-400: rgb(46.2, 171.3, 191.1);
34585
+ --info-100: rgb(209.9647058824, 236.9470588235, 241.2176470588);
34586
+ --info-200: rgb(166.2941176471, 219.4411764706, 227.8529411765);
34587
+ --info-300: rgb(122.6235294118, 201.9352941176, 214.4882352941);
34588
+ --info-400: rgb(78.9529411765, 184.4294117647, 201.1235294118);
34611
34589
  --info-500: #17a2b8;
34612
- --info-600: rgb(20.7, 145.8, 165.6);
34613
- --info-700: rgb(16.1, 113.4, 128.8);
34614
- --info-800: rgb(11.5, 81, 92);
34590
+ --info-600: rgb(19.8882352941, 140.0823529412, 159.1058823529);
34591
+ --info-700: rgb(15.5588235294, 109.5882352941, 124.4705882353);
34592
+ --info-800: rgb(11.2294117647, 79.0941176471, 89.8352941176);
34615
34593
  --info-900: rgb(6.9, 48.6, 55.2);
34616
34594
  --gray: #6b7280;
34617
34595
  --gray-50: rgb(240.2, 240.9, 242.3);
34618
- --gray-100: rgb(210.6, 212.7, 216.9);
34619
- --gray-200: rgb(181, 184.5, 191.5);
34620
- --gray-300: rgb(151.4, 156.3, 166.1);
34621
- --gray-400: rgb(121.8, 128.1, 140.7);
34596
+ --gray-100: rgb(226.2705882353, 227.6294117647, 230.3470588235);
34597
+ --gray-200: rgb(198.4117647059, 201.0882352941, 206.4411764706);
34598
+ --gray-300: rgb(170.5529411765, 174.5470588235, 182.5352941176);
34599
+ --gray-400: rgb(142.6941176471, 148.0058823529, 158.6294117647);
34622
34600
  --gray-500: #6b7280;
34623
- --gray-600: rgb(96.3, 102.6, 115.2);
34624
- --gray-700: rgb(74.9, 79.8, 89.6);
34625
- --gray-800: rgb(53.5, 57, 64);
34601
+ --gray-600: rgb(92.5235294118, 98.5764705882, 110.6823529412);
34602
+ --gray-700: rgb(72.3823529412, 77.1176470588, 86.5882352941);
34603
+ --gray-800: rgb(52.2411764706, 55.6588235294, 62.4941176471);
34626
34604
  --gray-900: rgb(32.1, 34.2, 38.4);
34627
34605
  --red: #ef4444;
34628
34606
  --red-50: rgb(253.4, 236.3, 236.3);
34629
- --red-100: rgb(250.2, 198.9, 198.9);
34630
- --red-200: rgb(247, 161.5, 161.5);
34631
- --red-300: rgb(243.8, 124.1, 124.1);
34632
- --red-400: rgb(240.6, 86.7, 86.7);
34607
+ --red-100: rgb(251.8941176471, 218.7, 218.7);
34608
+ --red-200: rgb(248.8823529412, 183.5, 183.5);
34609
+ --red-300: rgb(245.8705882353, 148.3, 148.3);
34610
+ --red-400: rgb(242.8588235294, 113.1, 113.1);
34633
34611
  --red-500: #ef4444;
34634
- --red-600: rgb(215.1, 61.2, 61.2);
34635
- --red-700: rgb(167.3, 47.6, 47.6);
34636
- --red-800: rgb(119.5, 34, 34);
34612
+ --red-600: rgb(206.6647058824, 58.8, 58.8);
34613
+ --red-700: rgb(161.6764705882, 46, 46);
34614
+ --red-800: rgb(116.6882352941, 33.2, 33.2);
34637
34615
  --red-900: rgb(71.7, 20.4, 20.4);
34638
34616
  --blue: #3b82f6;
34639
34617
  --blue-50: rgb(235.4, 242.5, 254.1);
34640
- --blue-100: rgb(196.2, 217.5, 252.3);
34641
- --blue-200: rgb(157, 192.5, 250.5);
34642
- --blue-300: rgb(117.8, 167.5, 248.7);
34643
- --blue-400: rgb(78.6, 142.5, 246.9);
34618
+ --blue-100: rgb(216.9529411765, 230.7352941176, 253.2529411765);
34619
+ --blue-200: rgb(180.0588235294, 207.2058823529, 251.5588235294);
34620
+ --blue-300: rgb(143.1647058824, 183.6764705882, 249.8647058824);
34621
+ --blue-400: rgb(106.2705882353, 160.1470588235, 248.1705882353);
34644
34622
  --blue-500: #3b82f6;
34645
- --blue-600: rgb(53.1, 117, 221.4);
34646
- --blue-700: rgb(41.3, 91, 172.2);
34647
- --blue-800: rgb(29.5, 65, 123);
34623
+ --blue-600: rgb(51.0176470588, 112.4117647059, 212.7176470588);
34624
+ --blue-700: rgb(39.9117647059, 87.9411764706, 166.4117647059);
34625
+ --blue-800: rgb(28.8058823529, 63.4705882353, 120.1058823529);
34648
34626
  --blue-900: rgb(17.7, 39, 73.8);
34649
34627
  --green: #22c55e;
34650
34628
  --green-50: rgb(232.9, 249.2, 238.9);
34651
- --green-100: rgb(188.7, 237.6, 206.7);
34652
- --green-200: rgb(144.5, 226, 174.5);
34653
- --green-300: rgb(100.3, 214.4, 142.3);
34654
- --green-400: rgb(56.1, 202.8, 110.1);
34629
+ --green-100: rgb(212.1, 243.7411764706, 223.7470588235);
34630
+ --green-200: rgb(170.5, 232.8235294118, 193.4411764706);
34631
+ --green-300: rgb(128.9, 221.9058823529, 163.1352941176);
34632
+ --green-400: rgb(87.3, 210.9882352941, 132.8294117647);
34655
34633
  --green-500: #22c55e;
34656
- --green-600: rgb(30.6, 177.3, 84.6);
34657
- --green-700: rgb(23.8, 137.9, 65.8);
34658
- --green-800: rgb(17, 98.5, 47);
34634
+ --green-600: rgb(29.4, 170.3470588235, 81.2823529412);
34635
+ --green-700: rgb(23, 133.2647058824, 63.5882352941);
34636
+ --green-800: rgb(16.6, 96.1823529412, 45.8941176471);
34659
34637
  --green-900: rgb(10.2, 59.1, 28.2);
34660
34638
  --yellow: #eab308;
34661
34639
  --yellow-50: rgb(252.9, 247.4, 230.3);
34662
- --yellow-100: rgb(248.7, 232.2, 180.9);
34663
- --yellow-200: rgb(244.5, 217, 131.5);
34664
- --yellow-300: rgb(240.3, 201.8, 82.1);
34665
- --yellow-400: rgb(236.1, 186.6, 32.7);
34640
+ --yellow-100: rgb(250.9235294118, 240.2470588235, 207.0529411765);
34641
+ --yellow-200: rgb(246.9705882353, 225.9411764706, 160.5588235294);
34642
+ --yellow-300: rgb(243.0176470588, 211.6352941176, 114.0647058824);
34643
+ --yellow-400: rgb(239.0647058824, 197.3294117647, 67.5705882353);
34666
34644
  --yellow-500: #eab308;
34667
- --yellow-600: rgb(210.6, 161.1, 7.2);
34668
- --yellow-700: rgb(163.8, 125.3, 5.6);
34669
- --yellow-800: rgb(117, 89.5, 4);
34645
+ --yellow-600: rgb(202.3411764706, 154.7823529412, 6.9176470588);
34646
+ --yellow-700: rgb(158.2941176471, 121.0882352941, 5.4117647059);
34647
+ --yellow-800: rgb(114.2470588235, 87.3941176471, 3.9058823529);
34670
34648
  --yellow-900: rgb(70.2, 53.7, 2.4);
34671
34649
  --purple: #a855f7;
34672
34650
  --purple-50: rgb(246.3, 238, 254.2);
34673
- --purple-100: rgb(228.9, 204, 252.6);
34674
- --purple-200: rgb(211.5, 170, 251);
34675
- --purple-300: rgb(194.1, 136, 249.4);
34676
- --purple-400: rgb(176.7, 102, 247.8);
34651
+ --purple-100: rgb(238.1117647059, 222, 253.4470588235);
34652
+ --purple-200: rgb(221.7352941176, 190, 251.9411764706);
34653
+ --purple-300: rgb(205.3588235294, 158, 250.4352941176);
34654
+ --purple-400: rgb(188.9823529412, 126, 248.9294117647);
34677
34655
  --purple-500: #a855f7;
34678
- --purple-600: rgb(151.2, 76.5, 222.3);
34679
- --purple-700: rgb(117.6, 59.5, 172.9);
34680
- --purple-800: rgb(84, 42.5, 123.5);
34656
+ --purple-600: rgb(145.2705882353, 73.5, 213.5823529412);
34657
+ --purple-700: rgb(113.6470588235, 57.5, 167.0882352941);
34658
+ --purple-800: rgb(82.0235294118, 41.5, 120.5941176471);
34681
34659
  --purple-900: rgb(50.4, 25.5, 74.1);
34682
34660
  --pink: #ec4899;
34683
34661
  --pink-50: rgb(253.1, 236.7, 244.8);
34684
- --pink-100: rgb(249.3, 200.1, 224.4);
34685
- --pink-200: rgb(245.5, 163.5, 204);
34686
- --pink-300: rgb(241.7, 126.9, 183.6);
34687
- --pink-400: rgb(237.9, 90.3, 163.2);
34662
+ --pink-100: rgb(251.3117647059, 219.4764705882, 235.2);
34663
+ --pink-200: rgb(247.7352941176, 185.0294117647, 216);
34664
+ --pink-300: rgb(244.1588235294, 150.5823529412, 196.8);
34665
+ --pink-400: rgb(240.5823529412, 116.1352941176, 177.6);
34688
34666
  --pink-500: #ec4899;
34689
- --pink-600: rgb(212.4, 64.8, 137.7);
34690
- --pink-700: rgb(165.2, 50.4, 107.1);
34691
- --pink-800: rgb(118, 36, 76.5);
34667
+ --pink-600: rgb(204.0705882353, 62.2588235294, 132.3);
34668
+ --pink-700: rgb(159.6470588235, 48.7058823529, 103.5);
34669
+ --pink-800: rgb(115.2235294118, 35.1529411765, 74.7);
34692
34670
  --pink-900: rgb(70.8, 21.6, 45.9);
34693
34671
  --bg-base: #fbfafc;
34694
34672
  --inverted-bg-base: #1a1a1a;
@@ -34748,7 +34726,7 @@ code {
34748
34726
  }
34749
34727
 
34750
34728
  .text-on-primary-50 {
34751
- color: #000;
34729
+ color: #1a1a1a;
34752
34730
  }
34753
34731
 
34754
34732
  .text-primary-50,
@@ -34770,7 +34748,7 @@ code {
34770
34748
  }
34771
34749
 
34772
34750
  .text-on-primary-100 {
34773
- color: #000;
34751
+ color: #1a1a1a;
34774
34752
  }
34775
34753
 
34776
34754
  .text-primary-100,
@@ -34792,7 +34770,7 @@ code {
34792
34770
  }
34793
34771
 
34794
34772
  .text-on-primary-200 {
34795
- color: #fff;
34773
+ color: #1a1a1a;
34796
34774
  }
34797
34775
 
34798
34776
  .text-primary-200,
@@ -34814,7 +34792,7 @@ code {
34814
34792
  }
34815
34793
 
34816
34794
  .text-on-primary-300 {
34817
- color: #fff;
34795
+ color: #f1f1f1;
34818
34796
  }
34819
34797
 
34820
34798
  .text-primary-300,
@@ -34836,7 +34814,7 @@ code {
34836
34814
  }
34837
34815
 
34838
34816
  .text-on-primary-400 {
34839
- color: #fff;
34817
+ color: #f1f1f1;
34840
34818
  }
34841
34819
 
34842
34820
  .text-primary-400,
@@ -34858,7 +34836,7 @@ code {
34858
34836
  }
34859
34837
 
34860
34838
  .text-on-primary-500 {
34861
- color: #fff;
34839
+ color: #f1f1f1;
34862
34840
  }
34863
34841
 
34864
34842
  .text-primary-500,
@@ -34880,7 +34858,7 @@ code {
34880
34858
  }
34881
34859
 
34882
34860
  .text-on-primary-600 {
34883
- color: #fff;
34861
+ color: #f1f1f1;
34884
34862
  }
34885
34863
 
34886
34864
  .text-primary-600,
@@ -34902,7 +34880,7 @@ code {
34902
34880
  }
34903
34881
 
34904
34882
  .text-on-primary-700 {
34905
- color: #fff;
34883
+ color: #f1f1f1;
34906
34884
  }
34907
34885
 
34908
34886
  .text-primary-700,
@@ -34924,7 +34902,7 @@ code {
34924
34902
  }
34925
34903
 
34926
34904
  .text-on-primary-800 {
34927
- color: #fff;
34905
+ color: #f1f1f1;
34928
34906
  }
34929
34907
 
34930
34908
  .text-primary-800,
@@ -34946,7 +34924,7 @@ code {
34946
34924
  }
34947
34925
 
34948
34926
  .text-on-primary-900 {
34949
- color: #fff;
34927
+ color: #f1f1f1;
34950
34928
  }
34951
34929
 
34952
34930
  .text-primary-900,
@@ -34986,7 +34964,7 @@ code {
34986
34964
  }
34987
34965
 
34988
34966
  .text-on-secondary-50 {
34989
- color: #000;
34967
+ color: #1a1a1a;
34990
34968
  }
34991
34969
 
34992
34970
  .text-secondary-50,
@@ -35008,7 +34986,7 @@ code {
35008
34986
  }
35009
34987
 
35010
34988
  .text-on-secondary-100 {
35011
- color: #000;
34989
+ color: #1a1a1a;
35012
34990
  }
35013
34991
 
35014
34992
  .text-secondary-100,
@@ -35030,7 +35008,7 @@ code {
35030
35008
  }
35031
35009
 
35032
35010
  .text-on-secondary-200 {
35033
- color: #fff;
35011
+ color: #1a1a1a;
35034
35012
  }
35035
35013
 
35036
35014
  .text-secondary-200,
@@ -35052,7 +35030,7 @@ code {
35052
35030
  }
35053
35031
 
35054
35032
  .text-on-secondary-300 {
35055
- color: #fff;
35033
+ color: #f1f1f1;
35056
35034
  }
35057
35035
 
35058
35036
  .text-secondary-300,
@@ -35074,7 +35052,7 @@ code {
35074
35052
  }
35075
35053
 
35076
35054
  .text-on-secondary-400 {
35077
- color: #fff;
35055
+ color: #f1f1f1;
35078
35056
  }
35079
35057
 
35080
35058
  .text-secondary-400,
@@ -35096,7 +35074,7 @@ code {
35096
35074
  }
35097
35075
 
35098
35076
  .text-on-secondary-500 {
35099
- color: #fff;
35077
+ color: #f1f1f1;
35100
35078
  }
35101
35079
 
35102
35080
  .text-secondary-500,
@@ -35118,7 +35096,7 @@ code {
35118
35096
  }
35119
35097
 
35120
35098
  .text-on-secondary-600 {
35121
- color: #fff;
35099
+ color: #f1f1f1;
35122
35100
  }
35123
35101
 
35124
35102
  .text-secondary-600,
@@ -35140,7 +35118,7 @@ code {
35140
35118
  }
35141
35119
 
35142
35120
  .text-on-secondary-700 {
35143
- color: #fff;
35121
+ color: #f1f1f1;
35144
35122
  }
35145
35123
 
35146
35124
  .text-secondary-700,
@@ -35162,7 +35140,7 @@ code {
35162
35140
  }
35163
35141
 
35164
35142
  .text-on-secondary-800 {
35165
- color: #fff;
35143
+ color: #f1f1f1;
35166
35144
  }
35167
35145
 
35168
35146
  .text-secondary-800,
@@ -35184,7 +35162,7 @@ code {
35184
35162
  }
35185
35163
 
35186
35164
  .text-on-secondary-900 {
35187
- color: #fff;
35165
+ color: #f1f1f1;
35188
35166
  }
35189
35167
 
35190
35168
  .text-secondary-900,
@@ -35224,7 +35202,7 @@ code {
35224
35202
  }
35225
35203
 
35226
35204
  .text-on-success-50 {
35227
- color: #000;
35205
+ color: #1a1a1a;
35228
35206
  }
35229
35207
 
35230
35208
  .text-success-50,
@@ -35246,7 +35224,7 @@ code {
35246
35224
  }
35247
35225
 
35248
35226
  .text-on-success-100 {
35249
- color: #000;
35227
+ color: #1a1a1a;
35250
35228
  }
35251
35229
 
35252
35230
  .text-success-100,
@@ -35268,7 +35246,7 @@ code {
35268
35246
  }
35269
35247
 
35270
35248
  .text-on-success-200 {
35271
- color: #000;
35249
+ color: #1a1a1a;
35272
35250
  }
35273
35251
 
35274
35252
  .text-success-200,
@@ -35290,7 +35268,7 @@ code {
35290
35268
  }
35291
35269
 
35292
35270
  .text-on-success-300 {
35293
- color: #fff;
35271
+ color: #f1f1f1;
35294
35272
  }
35295
35273
 
35296
35274
  .text-success-300,
@@ -35312,7 +35290,7 @@ code {
35312
35290
  }
35313
35291
 
35314
35292
  .text-on-success-400 {
35315
- color: #fff;
35293
+ color: #f1f1f1;
35316
35294
  }
35317
35295
 
35318
35296
  .text-success-400,
@@ -35334,7 +35312,7 @@ code {
35334
35312
  }
35335
35313
 
35336
35314
  .text-on-success-500 {
35337
- color: #fff;
35315
+ color: #f1f1f1;
35338
35316
  }
35339
35317
 
35340
35318
  .text-success-500,
@@ -35356,7 +35334,7 @@ code {
35356
35334
  }
35357
35335
 
35358
35336
  .text-on-success-600 {
35359
- color: #fff;
35337
+ color: #f1f1f1;
35360
35338
  }
35361
35339
 
35362
35340
  .text-success-600,
@@ -35378,7 +35356,7 @@ code {
35378
35356
  }
35379
35357
 
35380
35358
  .text-on-success-700 {
35381
- color: #fff;
35359
+ color: #f1f1f1;
35382
35360
  }
35383
35361
 
35384
35362
  .text-success-700,
@@ -35400,7 +35378,7 @@ code {
35400
35378
  }
35401
35379
 
35402
35380
  .text-on-success-800 {
35403
- color: #fff;
35381
+ color: #f1f1f1;
35404
35382
  }
35405
35383
 
35406
35384
  .text-success-800,
@@ -35422,7 +35400,7 @@ code {
35422
35400
  }
35423
35401
 
35424
35402
  .text-on-success-900 {
35425
- color: #fff;
35403
+ color: #f1f1f1;
35426
35404
  }
35427
35405
 
35428
35406
  .text-success-900,
@@ -35462,7 +35440,7 @@ code {
35462
35440
  }
35463
35441
 
35464
35442
  .text-on-danger-50 {
35465
- color: #000;
35443
+ color: #1a1a1a;
35466
35444
  }
35467
35445
 
35468
35446
  .text-danger-50,
@@ -35484,7 +35462,7 @@ code {
35484
35462
  }
35485
35463
 
35486
35464
  .text-on-danger-100 {
35487
- color: #000;
35465
+ color: #1a1a1a;
35488
35466
  }
35489
35467
 
35490
35468
  .text-danger-100,
@@ -35506,7 +35484,7 @@ code {
35506
35484
  }
35507
35485
 
35508
35486
  .text-on-danger-200 {
35509
- color: #fff;
35487
+ color: #f1f1f1;
35510
35488
  }
35511
35489
 
35512
35490
  .text-danger-200,
@@ -35528,7 +35506,7 @@ code {
35528
35506
  }
35529
35507
 
35530
35508
  .text-on-danger-300 {
35531
- color: #fff;
35509
+ color: #f1f1f1;
35532
35510
  }
35533
35511
 
35534
35512
  .text-danger-300,
@@ -35550,7 +35528,7 @@ code {
35550
35528
  }
35551
35529
 
35552
35530
  .text-on-danger-400 {
35553
- color: #fff;
35531
+ color: #f1f1f1;
35554
35532
  }
35555
35533
 
35556
35534
  .text-danger-400,
@@ -35572,7 +35550,7 @@ code {
35572
35550
  }
35573
35551
 
35574
35552
  .text-on-danger-500 {
35575
- color: #fff;
35553
+ color: #f1f1f1;
35576
35554
  }
35577
35555
 
35578
35556
  .text-danger-500,
@@ -35594,7 +35572,7 @@ code {
35594
35572
  }
35595
35573
 
35596
35574
  .text-on-danger-600 {
35597
- color: #fff;
35575
+ color: #f1f1f1;
35598
35576
  }
35599
35577
 
35600
35578
  .text-danger-600,
@@ -35616,7 +35594,7 @@ code {
35616
35594
  }
35617
35595
 
35618
35596
  .text-on-danger-700 {
35619
- color: #fff;
35597
+ color: #f1f1f1;
35620
35598
  }
35621
35599
 
35622
35600
  .text-danger-700,
@@ -35638,7 +35616,7 @@ code {
35638
35616
  }
35639
35617
 
35640
35618
  .text-on-danger-800 {
35641
- color: #fff;
35619
+ color: #f1f1f1;
35642
35620
  }
35643
35621
 
35644
35622
  .text-danger-800,
@@ -35660,7 +35638,7 @@ code {
35660
35638
  }
35661
35639
 
35662
35640
  .text-on-danger-900 {
35663
- color: #fff;
35641
+ color: #f1f1f1;
35664
35642
  }
35665
35643
 
35666
35644
  .text-danger-900,
@@ -35700,7 +35678,7 @@ code {
35700
35678
  }
35701
35679
 
35702
35680
  .text-on-warning-50 {
35703
- color: #000;
35681
+ color: #1a1a1a;
35704
35682
  }
35705
35683
 
35706
35684
  .text-warning-50,
@@ -35722,7 +35700,7 @@ code {
35722
35700
  }
35723
35701
 
35724
35702
  .text-on-warning-100 {
35725
- color: #000;
35703
+ color: #1a1a1a;
35726
35704
  }
35727
35705
 
35728
35706
  .text-warning-100,
@@ -35744,7 +35722,7 @@ code {
35744
35722
  }
35745
35723
 
35746
35724
  .text-on-warning-200 {
35747
- color: #000;
35725
+ color: #1a1a1a;
35748
35726
  }
35749
35727
 
35750
35728
  .text-warning-200,
@@ -35766,7 +35744,7 @@ code {
35766
35744
  }
35767
35745
 
35768
35746
  .text-on-warning-300 {
35769
- color: #000;
35747
+ color: #1a1a1a;
35770
35748
  }
35771
35749
 
35772
35750
  .text-warning-300,
@@ -35788,7 +35766,7 @@ code {
35788
35766
  }
35789
35767
 
35790
35768
  .text-on-warning-400 {
35791
- color: #000;
35769
+ color: #1a1a1a;
35792
35770
  }
35793
35771
 
35794
35772
  .text-warning-400,
@@ -35810,7 +35788,7 @@ code {
35810
35788
  }
35811
35789
 
35812
35790
  .text-on-warning-500 {
35813
- color: #000;
35791
+ color: #1a1a1a;
35814
35792
  }
35815
35793
 
35816
35794
  .text-warning-500,
@@ -35832,7 +35810,7 @@ code {
35832
35810
  }
35833
35811
 
35834
35812
  .text-on-warning-600 {
35835
- color: #fff;
35813
+ color: #f1f1f1;
35836
35814
  }
35837
35815
 
35838
35816
  .text-warning-600,
@@ -35854,7 +35832,7 @@ code {
35854
35832
  }
35855
35833
 
35856
35834
  .text-on-warning-700 {
35857
- color: #fff;
35835
+ color: #f1f1f1;
35858
35836
  }
35859
35837
 
35860
35838
  .text-warning-700,
@@ -35876,7 +35854,7 @@ code {
35876
35854
  }
35877
35855
 
35878
35856
  .text-on-warning-800 {
35879
- color: #fff;
35857
+ color: #f1f1f1;
35880
35858
  }
35881
35859
 
35882
35860
  .text-warning-800,
@@ -35898,7 +35876,7 @@ code {
35898
35876
  }
35899
35877
 
35900
35878
  .text-on-warning-900 {
35901
- color: #fff;
35879
+ color: #f1f1f1;
35902
35880
  }
35903
35881
 
35904
35882
  .text-warning-900,
@@ -35938,7 +35916,7 @@ code {
35938
35916
  }
35939
35917
 
35940
35918
  .text-on-info-50 {
35941
- color: #000;
35919
+ color: #1a1a1a;
35942
35920
  }
35943
35921
 
35944
35922
  .text-info-50,
@@ -35960,7 +35938,7 @@ code {
35960
35938
  }
35961
35939
 
35962
35940
  .text-on-info-100 {
35963
- color: #000;
35941
+ color: #1a1a1a;
35964
35942
  }
35965
35943
 
35966
35944
  .text-info-100,
@@ -35982,7 +35960,7 @@ code {
35982
35960
  }
35983
35961
 
35984
35962
  .text-on-info-200 {
35985
- color: #000;
35963
+ color: #1a1a1a;
35986
35964
  }
35987
35965
 
35988
35966
  .text-info-200,
@@ -36004,7 +35982,7 @@ code {
36004
35982
  }
36005
35983
 
36006
35984
  .text-on-info-300 {
36007
- color: #fff;
35985
+ color: #f1f1f1;
36008
35986
  }
36009
35987
 
36010
35988
  .text-info-300,
@@ -36026,7 +36004,7 @@ code {
36026
36004
  }
36027
36005
 
36028
36006
  .text-on-info-400 {
36029
- color: #fff;
36007
+ color: #f1f1f1;
36030
36008
  }
36031
36009
 
36032
36010
  .text-info-400,
@@ -36048,7 +36026,7 @@ code {
36048
36026
  }
36049
36027
 
36050
36028
  .text-on-info-500 {
36051
- color: #fff;
36029
+ color: #f1f1f1;
36052
36030
  }
36053
36031
 
36054
36032
  .text-info-500,
@@ -36070,7 +36048,7 @@ code {
36070
36048
  }
36071
36049
 
36072
36050
  .text-on-info-600 {
36073
- color: #fff;
36051
+ color: #f1f1f1;
36074
36052
  }
36075
36053
 
36076
36054
  .text-info-600,
@@ -36092,7 +36070,7 @@ code {
36092
36070
  }
36093
36071
 
36094
36072
  .text-on-info-700 {
36095
- color: #fff;
36073
+ color: #f1f1f1;
36096
36074
  }
36097
36075
 
36098
36076
  .text-info-700,
@@ -36114,7 +36092,7 @@ code {
36114
36092
  }
36115
36093
 
36116
36094
  .text-on-info-800 {
36117
- color: #fff;
36095
+ color: #f1f1f1;
36118
36096
  }
36119
36097
 
36120
36098
  .text-info-800,
@@ -36136,7 +36114,7 @@ code {
36136
36114
  }
36137
36115
 
36138
36116
  .text-on-info-900 {
36139
- color: #fff;
36117
+ color: #f1f1f1;
36140
36118
  }
36141
36119
 
36142
36120
  .text-info-900,
@@ -36176,7 +36154,7 @@ code {
36176
36154
  }
36177
36155
 
36178
36156
  .text-on-gray-50 {
36179
- color: #000;
36157
+ color: #1a1a1a;
36180
36158
  }
36181
36159
 
36182
36160
  .text-gray-50,
@@ -36198,7 +36176,7 @@ code {
36198
36176
  }
36199
36177
 
36200
36178
  .text-on-gray-100 {
36201
- color: #000;
36179
+ color: #1a1a1a;
36202
36180
  }
36203
36181
 
36204
36182
  .text-gray-100,
@@ -36220,7 +36198,7 @@ code {
36220
36198
  }
36221
36199
 
36222
36200
  .text-on-gray-200 {
36223
- color: #fff;
36201
+ color: #1a1a1a;
36224
36202
  }
36225
36203
 
36226
36204
  .text-gray-200,
@@ -36242,7 +36220,7 @@ code {
36242
36220
  }
36243
36221
 
36244
36222
  .text-on-gray-300 {
36245
- color: #fff;
36223
+ color: #f1f1f1;
36246
36224
  }
36247
36225
 
36248
36226
  .text-gray-300,
@@ -36264,7 +36242,7 @@ code {
36264
36242
  }
36265
36243
 
36266
36244
  .text-on-gray-400 {
36267
- color: #fff;
36245
+ color: #f1f1f1;
36268
36246
  }
36269
36247
 
36270
36248
  .text-gray-400,
@@ -36286,7 +36264,7 @@ code {
36286
36264
  }
36287
36265
 
36288
36266
  .text-on-gray-500 {
36289
- color: #fff;
36267
+ color: #f1f1f1;
36290
36268
  }
36291
36269
 
36292
36270
  .text-gray-500,
@@ -36308,7 +36286,7 @@ code {
36308
36286
  }
36309
36287
 
36310
36288
  .text-on-gray-600 {
36311
- color: #fff;
36289
+ color: #f1f1f1;
36312
36290
  }
36313
36291
 
36314
36292
  .text-gray-600,
@@ -36330,7 +36308,7 @@ code {
36330
36308
  }
36331
36309
 
36332
36310
  .text-on-gray-700 {
36333
- color: #fff;
36311
+ color: #f1f1f1;
36334
36312
  }
36335
36313
 
36336
36314
  .text-gray-700,
@@ -36352,7 +36330,7 @@ code {
36352
36330
  }
36353
36331
 
36354
36332
  .text-on-gray-800 {
36355
- color: #fff;
36333
+ color: #f1f1f1;
36356
36334
  }
36357
36335
 
36358
36336
  .text-gray-800,
@@ -36374,7 +36352,7 @@ code {
36374
36352
  }
36375
36353
 
36376
36354
  .text-on-gray-900 {
36377
- color: #fff;
36355
+ color: #f1f1f1;
36378
36356
  }
36379
36357
 
36380
36358
  .text-gray-900,
@@ -36414,7 +36392,7 @@ code {
36414
36392
  }
36415
36393
 
36416
36394
  .text-on-red-50 {
36417
- color: #000;
36395
+ color: #1a1a1a;
36418
36396
  }
36419
36397
 
36420
36398
  .text-red-50,
@@ -36436,7 +36414,7 @@ code {
36436
36414
  }
36437
36415
 
36438
36416
  .text-on-red-100 {
36439
- color: #000;
36417
+ color: #1a1a1a;
36440
36418
  }
36441
36419
 
36442
36420
  .text-red-100,
@@ -36458,7 +36436,7 @@ code {
36458
36436
  }
36459
36437
 
36460
36438
  .text-on-red-200 {
36461
- color: #fff;
36439
+ color: #1a1a1a;
36462
36440
  }
36463
36441
 
36464
36442
  .text-red-200,
@@ -36480,7 +36458,7 @@ code {
36480
36458
  }
36481
36459
 
36482
36460
  .text-on-red-300 {
36483
- color: #fff;
36461
+ color: #f1f1f1;
36484
36462
  }
36485
36463
 
36486
36464
  .text-red-300,
@@ -36502,7 +36480,7 @@ code {
36502
36480
  }
36503
36481
 
36504
36482
  .text-on-red-400 {
36505
- color: #fff;
36483
+ color: #f1f1f1;
36506
36484
  }
36507
36485
 
36508
36486
  .text-red-400,
@@ -36524,7 +36502,7 @@ code {
36524
36502
  }
36525
36503
 
36526
36504
  .text-on-red-500 {
36527
- color: #fff;
36505
+ color: #f1f1f1;
36528
36506
  }
36529
36507
 
36530
36508
  .text-red-500,
@@ -36546,7 +36524,7 @@ code {
36546
36524
  }
36547
36525
 
36548
36526
  .text-on-red-600 {
36549
- color: #fff;
36527
+ color: #f1f1f1;
36550
36528
  }
36551
36529
 
36552
36530
  .text-red-600,
@@ -36568,7 +36546,7 @@ code {
36568
36546
  }
36569
36547
 
36570
36548
  .text-on-red-700 {
36571
- color: #fff;
36549
+ color: #f1f1f1;
36572
36550
  }
36573
36551
 
36574
36552
  .text-red-700,
@@ -36590,7 +36568,7 @@ code {
36590
36568
  }
36591
36569
 
36592
36570
  .text-on-red-800 {
36593
- color: #fff;
36571
+ color: #f1f1f1;
36594
36572
  }
36595
36573
 
36596
36574
  .text-red-800,
@@ -36612,7 +36590,7 @@ code {
36612
36590
  }
36613
36591
 
36614
36592
  .text-on-red-900 {
36615
- color: #fff;
36593
+ color: #f1f1f1;
36616
36594
  }
36617
36595
 
36618
36596
  .text-red-900,
@@ -36652,7 +36630,7 @@ code {
36652
36630
  }
36653
36631
 
36654
36632
  .text-on-blue-50 {
36655
- color: #000;
36633
+ color: #1a1a1a;
36656
36634
  }
36657
36635
 
36658
36636
  .text-blue-50,
@@ -36674,7 +36652,7 @@ code {
36674
36652
  }
36675
36653
 
36676
36654
  .text-on-blue-100 {
36677
- color: #000;
36655
+ color: #1a1a1a;
36678
36656
  }
36679
36657
 
36680
36658
  .text-blue-100,
@@ -36696,7 +36674,7 @@ code {
36696
36674
  }
36697
36675
 
36698
36676
  .text-on-blue-200 {
36699
- color: #fff;
36677
+ color: #1a1a1a;
36700
36678
  }
36701
36679
 
36702
36680
  .text-blue-200,
@@ -36718,7 +36696,7 @@ code {
36718
36696
  }
36719
36697
 
36720
36698
  .text-on-blue-300 {
36721
- color: #fff;
36699
+ color: #f1f1f1;
36722
36700
  }
36723
36701
 
36724
36702
  .text-blue-300,
@@ -36740,7 +36718,7 @@ code {
36740
36718
  }
36741
36719
 
36742
36720
  .text-on-blue-400 {
36743
- color: #fff;
36721
+ color: #f1f1f1;
36744
36722
  }
36745
36723
 
36746
36724
  .text-blue-400,
@@ -36762,7 +36740,7 @@ code {
36762
36740
  }
36763
36741
 
36764
36742
  .text-on-blue-500 {
36765
- color: #fff;
36743
+ color: #f1f1f1;
36766
36744
  }
36767
36745
 
36768
36746
  .text-blue-500,
@@ -36784,7 +36762,7 @@ code {
36784
36762
  }
36785
36763
 
36786
36764
  .text-on-blue-600 {
36787
- color: #fff;
36765
+ color: #f1f1f1;
36788
36766
  }
36789
36767
 
36790
36768
  .text-blue-600,
@@ -36806,7 +36784,7 @@ code {
36806
36784
  }
36807
36785
 
36808
36786
  .text-on-blue-700 {
36809
- color: #fff;
36787
+ color: #f1f1f1;
36810
36788
  }
36811
36789
 
36812
36790
  .text-blue-700,
@@ -36828,7 +36806,7 @@ code {
36828
36806
  }
36829
36807
 
36830
36808
  .text-on-blue-800 {
36831
- color: #fff;
36809
+ color: #f1f1f1;
36832
36810
  }
36833
36811
 
36834
36812
  .text-blue-800,
@@ -36850,7 +36828,7 @@ code {
36850
36828
  }
36851
36829
 
36852
36830
  .text-on-blue-900 {
36853
- color: #fff;
36831
+ color: #f1f1f1;
36854
36832
  }
36855
36833
 
36856
36834
  .text-blue-900,
@@ -36890,7 +36868,7 @@ code {
36890
36868
  }
36891
36869
 
36892
36870
  .text-on-green-50 {
36893
- color: #000;
36871
+ color: #1a1a1a;
36894
36872
  }
36895
36873
 
36896
36874
  .text-green-50,
@@ -36912,7 +36890,7 @@ code {
36912
36890
  }
36913
36891
 
36914
36892
  .text-on-green-100 {
36915
- color: #000;
36893
+ color: #1a1a1a;
36916
36894
  }
36917
36895
 
36918
36896
  .text-green-100,
@@ -36934,7 +36912,7 @@ code {
36934
36912
  }
36935
36913
 
36936
36914
  .text-on-green-200 {
36937
- color: #000;
36915
+ color: #1a1a1a;
36938
36916
  }
36939
36917
 
36940
36918
  .text-green-200,
@@ -36956,7 +36934,7 @@ code {
36956
36934
  }
36957
36935
 
36958
36936
  .text-on-green-300 {
36959
- color: #fff;
36937
+ color: #1a1a1a;
36960
36938
  }
36961
36939
 
36962
36940
  .text-green-300,
@@ -36978,7 +36956,7 @@ code {
36978
36956
  }
36979
36957
 
36980
36958
  .text-on-green-400 {
36981
- color: #fff;
36959
+ color: #f1f1f1;
36982
36960
  }
36983
36961
 
36984
36962
  .text-green-400,
@@ -37000,7 +36978,7 @@ code {
37000
36978
  }
37001
36979
 
37002
36980
  .text-on-green-500 {
37003
- color: #fff;
36981
+ color: #f1f1f1;
37004
36982
  }
37005
36983
 
37006
36984
  .text-green-500,
@@ -37022,7 +37000,7 @@ code {
37022
37000
  }
37023
37001
 
37024
37002
  .text-on-green-600 {
37025
- color: #fff;
37003
+ color: #f1f1f1;
37026
37004
  }
37027
37005
 
37028
37006
  .text-green-600,
@@ -37044,7 +37022,7 @@ code {
37044
37022
  }
37045
37023
 
37046
37024
  .text-on-green-700 {
37047
- color: #fff;
37025
+ color: #f1f1f1;
37048
37026
  }
37049
37027
 
37050
37028
  .text-green-700,
@@ -37066,7 +37044,7 @@ code {
37066
37044
  }
37067
37045
 
37068
37046
  .text-on-green-800 {
37069
- color: #fff;
37047
+ color: #f1f1f1;
37070
37048
  }
37071
37049
 
37072
37050
  .text-green-800,
@@ -37088,7 +37066,7 @@ code {
37088
37066
  }
37089
37067
 
37090
37068
  .text-on-green-900 {
37091
- color: #fff;
37069
+ color: #f1f1f1;
37092
37070
  }
37093
37071
 
37094
37072
  .text-green-900,
@@ -37128,7 +37106,7 @@ code {
37128
37106
  }
37129
37107
 
37130
37108
  .text-on-yellow-50 {
37131
- color: #000;
37109
+ color: #1a1a1a;
37132
37110
  }
37133
37111
 
37134
37112
  .text-yellow-50,
@@ -37150,7 +37128,7 @@ code {
37150
37128
  }
37151
37129
 
37152
37130
  .text-on-yellow-100 {
37153
- color: #000;
37131
+ color: #1a1a1a;
37154
37132
  }
37155
37133
 
37156
37134
  .text-yellow-100,
@@ -37172,7 +37150,7 @@ code {
37172
37150
  }
37173
37151
 
37174
37152
  .text-on-yellow-200 {
37175
- color: #000;
37153
+ color: #1a1a1a;
37176
37154
  }
37177
37155
 
37178
37156
  .text-yellow-200,
@@ -37194,7 +37172,7 @@ code {
37194
37172
  }
37195
37173
 
37196
37174
  .text-on-yellow-300 {
37197
- color: #000;
37175
+ color: #1a1a1a;
37198
37176
  }
37199
37177
 
37200
37178
  .text-yellow-300,
@@ -37216,7 +37194,7 @@ code {
37216
37194
  }
37217
37195
 
37218
37196
  .text-on-yellow-400 {
37219
- color: #fff;
37197
+ color: #1a1a1a;
37220
37198
  }
37221
37199
 
37222
37200
  .text-yellow-400,
@@ -37238,7 +37216,7 @@ code {
37238
37216
  }
37239
37217
 
37240
37218
  .text-on-yellow-500 {
37241
- color: #fff;
37219
+ color: #f1f1f1;
37242
37220
  }
37243
37221
 
37244
37222
  .text-yellow-500,
@@ -37260,7 +37238,7 @@ code {
37260
37238
  }
37261
37239
 
37262
37240
  .text-on-yellow-600 {
37263
- color: #fff;
37241
+ color: #f1f1f1;
37264
37242
  }
37265
37243
 
37266
37244
  .text-yellow-600,
@@ -37282,7 +37260,7 @@ code {
37282
37260
  }
37283
37261
 
37284
37262
  .text-on-yellow-700 {
37285
- color: #fff;
37263
+ color: #f1f1f1;
37286
37264
  }
37287
37265
 
37288
37266
  .text-yellow-700,
@@ -37304,7 +37282,7 @@ code {
37304
37282
  }
37305
37283
 
37306
37284
  .text-on-yellow-800 {
37307
- color: #fff;
37285
+ color: #f1f1f1;
37308
37286
  }
37309
37287
 
37310
37288
  .text-yellow-800,
@@ -37326,7 +37304,7 @@ code {
37326
37304
  }
37327
37305
 
37328
37306
  .text-on-yellow-900 {
37329
- color: #fff;
37307
+ color: #f1f1f1;
37330
37308
  }
37331
37309
 
37332
37310
  .text-yellow-900,
@@ -37366,7 +37344,7 @@ code {
37366
37344
  }
37367
37345
 
37368
37346
  .text-on-purple-50 {
37369
- color: #000;
37347
+ color: #1a1a1a;
37370
37348
  }
37371
37349
 
37372
37350
  .text-purple-50,
@@ -37388,7 +37366,7 @@ code {
37388
37366
  }
37389
37367
 
37390
37368
  .text-on-purple-100 {
37391
- color: #000;
37369
+ color: #1a1a1a;
37392
37370
  }
37393
37371
 
37394
37372
  .text-purple-100,
@@ -37410,7 +37388,7 @@ code {
37410
37388
  }
37411
37389
 
37412
37390
  .text-on-purple-200 {
37413
- color: #fff;
37391
+ color: #1a1a1a;
37414
37392
  }
37415
37393
 
37416
37394
  .text-purple-200,
@@ -37432,7 +37410,7 @@ code {
37432
37410
  }
37433
37411
 
37434
37412
  .text-on-purple-300 {
37435
- color: #fff;
37413
+ color: #f1f1f1;
37436
37414
  }
37437
37415
 
37438
37416
  .text-purple-300,
@@ -37454,7 +37432,7 @@ code {
37454
37432
  }
37455
37433
 
37456
37434
  .text-on-purple-400 {
37457
- color: #fff;
37435
+ color: #f1f1f1;
37458
37436
  }
37459
37437
 
37460
37438
  .text-purple-400,
@@ -37476,7 +37454,7 @@ code {
37476
37454
  }
37477
37455
 
37478
37456
  .text-on-purple-500 {
37479
- color: #fff;
37457
+ color: #f1f1f1;
37480
37458
  }
37481
37459
 
37482
37460
  .text-purple-500,
@@ -37498,7 +37476,7 @@ code {
37498
37476
  }
37499
37477
 
37500
37478
  .text-on-purple-600 {
37501
- color: #fff;
37479
+ color: #f1f1f1;
37502
37480
  }
37503
37481
 
37504
37482
  .text-purple-600,
@@ -37520,7 +37498,7 @@ code {
37520
37498
  }
37521
37499
 
37522
37500
  .text-on-purple-700 {
37523
- color: #fff;
37501
+ color: #f1f1f1;
37524
37502
  }
37525
37503
 
37526
37504
  .text-purple-700,
@@ -37542,7 +37520,7 @@ code {
37542
37520
  }
37543
37521
 
37544
37522
  .text-on-purple-800 {
37545
- color: #fff;
37523
+ color: #f1f1f1;
37546
37524
  }
37547
37525
 
37548
37526
  .text-purple-800,
@@ -37564,7 +37542,7 @@ code {
37564
37542
  }
37565
37543
 
37566
37544
  .text-on-purple-900 {
37567
- color: #fff;
37545
+ color: #f1f1f1;
37568
37546
  }
37569
37547
 
37570
37548
  .text-purple-900,
@@ -37604,7 +37582,7 @@ code {
37604
37582
  }
37605
37583
 
37606
37584
  .text-on-pink-50 {
37607
- color: #000;
37585
+ color: #1a1a1a;
37608
37586
  }
37609
37587
 
37610
37588
  .text-pink-50,
@@ -37626,7 +37604,7 @@ code {
37626
37604
  }
37627
37605
 
37628
37606
  .text-on-pink-100 {
37629
- color: #000;
37607
+ color: #1a1a1a;
37630
37608
  }
37631
37609
 
37632
37610
  .text-pink-100,
@@ -37648,7 +37626,7 @@ code {
37648
37626
  }
37649
37627
 
37650
37628
  .text-on-pink-200 {
37651
- color: #fff;
37629
+ color: #1a1a1a;
37652
37630
  }
37653
37631
 
37654
37632
  .text-pink-200,
@@ -37670,7 +37648,7 @@ code {
37670
37648
  }
37671
37649
 
37672
37650
  .text-on-pink-300 {
37673
- color: #fff;
37651
+ color: #f1f1f1;
37674
37652
  }
37675
37653
 
37676
37654
  .text-pink-300,
@@ -37692,7 +37670,7 @@ code {
37692
37670
  }
37693
37671
 
37694
37672
  .text-on-pink-400 {
37695
- color: #fff;
37673
+ color: #f1f1f1;
37696
37674
  }
37697
37675
 
37698
37676
  .text-pink-400,
@@ -37714,7 +37692,7 @@ code {
37714
37692
  }
37715
37693
 
37716
37694
  .text-on-pink-500 {
37717
- color: #fff;
37695
+ color: #f1f1f1;
37718
37696
  }
37719
37697
 
37720
37698
  .text-pink-500,
@@ -37736,7 +37714,7 @@ code {
37736
37714
  }
37737
37715
 
37738
37716
  .text-on-pink-600 {
37739
- color: #fff;
37717
+ color: #f1f1f1;
37740
37718
  }
37741
37719
 
37742
37720
  .text-pink-600,
@@ -37758,7 +37736,7 @@ code {
37758
37736
  }
37759
37737
 
37760
37738
  .text-on-pink-700 {
37761
- color: #fff;
37739
+ color: #f1f1f1;
37762
37740
  }
37763
37741
 
37764
37742
  .text-pink-700,
@@ -37780,7 +37758,7 @@ code {
37780
37758
  }
37781
37759
 
37782
37760
  .text-on-pink-800 {
37783
- color: #fff;
37761
+ color: #f1f1f1;
37784
37762
  }
37785
37763
 
37786
37764
  .text-pink-800,
@@ -37802,7 +37780,7 @@ code {
37802
37780
  }
37803
37781
 
37804
37782
  .text-on-pink-900 {
37805
- color: #fff;
37783
+ color: #f1f1f1;
37806
37784
  }
37807
37785
 
37808
37786
  .text-pink-900,