@public-ui/themes 1.5.0 → 1.5.1

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/index.mjs CHANGED
@@ -4497,28 +4497,34 @@ const BMF = KoliBri.createTheme("bmf", {
4497
4497
  --color-ocean: #0077b6;
4498
4498
  --color-sky: #99c9e2;
4499
4499
  --color-ice: #cce4f0;
4500
+ --color-crystal: #f0f7fb;
4500
4501
  --color-crimson: #780f2d;
4501
4502
  --color-red: #c0003c;
4502
4503
  --color-pink: #f2ccd8;
4504
+ --color-blossom: #fbf0f3;
4503
4505
  --color-olive: #004d38;
4504
4506
  --color-green: #005c45;
4505
4507
  --color-jungle: #00854a;
4506
4508
  --color-lime: #c1ca31;
4507
4509
  --color-mint: #ccdeda;
4510
+ --color-haze: #f0f5f4;
4508
4511
  --color-fire: #7a2e1f;
4509
4512
  --color-orange: #c44931;
4510
4513
  --color-coral: #f5dcd7;
4511
- --color-bronze: #c44931;
4512
- --color-yellow: #c44931;
4513
- --color-ivory: #c44931;
4514
- --color-purple: #c44931;
4515
- --color-lavender: #c44931;
4514
+ --color-peach: #fdf6f5;
4515
+ --color-bronze: #6a4a06;
4516
+ --color-yellow: #f9e03a;
4517
+ --color-ivory: #fdf3b0;
4518
+ --color-wine: #3f1d4a;
4519
+ --color-purple: #6b4479;
4520
+ --color-lavender: #dfd6de;
4516
4521
  --color-black: #202020;
4517
4522
  --color-metal: #454d4f;
4518
4523
  --color-grey: #576164;
4519
4524
  --color-granite: #bec5c9;
4520
4525
  --color-silver: #e5e8e9;
4521
4526
  --color-smoke: #f2f3f4;
4527
+ --color-cloud: #f6f7f7;
4522
4528
  --color-white: #ffffff;
4523
4529
  --font-family: BundesSans Web, Calibri, Verdana, Arial, Helvetica, sans-serif;
4524
4530
  --font-size: 16px;
@@ -4691,7 +4697,7 @@ const BMF = KoliBri.createTheme("bmf", {
4691
4697
  border-color: transparent;
4692
4698
  }`,
4693
4699
  "KOL-INPUT-TEXT": `kol-input {
4694
- gap: 0.4em;
4700
+ gap: 0.25em;
4695
4701
  }
4696
4702
  kol-input .error {
4697
4703
  order: 1;
@@ -4707,31 +4713,30 @@ const BMF = KoliBri.createTheme("bmf", {
4707
4713
  font-size: 0.875em;
4708
4714
  font-style: italic;
4709
4715
  }
4710
- input,
4711
- select,
4712
- textarea {
4713
- border: none;
4714
- }
4715
- input[type="color"] {
4716
+ input {
4716
4717
  border: none;
4717
- min-height: 40px !important;
4718
- }
4719
- input[type="color"],
4720
- input[type="file"] {
4721
- background-color: transparent;
4722
4718
  }
4723
4719
  input::placeholder {
4724
4720
  color: var(--color-grey);
4725
4721
  }
4726
4722
  .input {
4723
+ background-color: var(--color-white);
4727
4724
  border-color: var(--color-grey);
4728
- border-radius: 0.3125rem;
4725
+ border-radius: var(--border-radius);
4729
4726
  border-style: solid;
4730
4727
  border-width: 2px;
4731
4728
  padding: 0 0.5em;
4732
4729
  }
4733
4730
  .input > kol-icon {
4734
- width: 1.5em;
4731
+ width: 1em;
4732
+ }
4733
+ .input:is(.icon-left, .icon-right) {
4734
+ padding-left: 1em;
4735
+ padding-right: 1em;
4736
+ }
4737
+ .input:is(.icon-left, .icon-right) input {
4738
+ padding-left: 0.5em;
4739
+ padding-right: 0.5em;
4735
4740
  }
4736
4741
  .input > input:first-child {
4737
4742
  padding-left: 0.375em;
@@ -4742,7 +4747,8 @@ const BMF = KoliBri.createTheme("bmf", {
4742
4747
  .input:hover {
4743
4748
  border-color: var(--color-midnight);
4744
4749
  }
4745
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
4750
+ input:read-only,
4751
+ input:disabled {
4746
4752
  cursor: not-allowed;
4747
4753
  }
4748
4754
  .required label > span::after {
@@ -4760,34 +4766,15 @@ const BMF = KoliBri.createTheme("bmf", {
4760
4766
  color: var(--color-red);
4761
4767
  font-weight: 700;
4762
4768
  }
4763
- .disabled {
4764
- opacity: 0.33;
4769
+ kol-input.disabled :is(input, label) {
4770
+ opacity: 1;
4765
4771
  }
4766
- select[multiple],
4767
- textarea {
4768
- overflow: auto;
4769
- }
4770
- textarea {
4771
- display: block;
4772
- }
4773
- select option {
4774
- margin: 1px 0;
4775
- padding: 0.5em;
4776
- border-radius: 0.25em;
4777
- cursor: pointer;
4778
- }
4779
- select option:disabled {
4780
- cursor: not-allowed;
4781
- }
4782
- option:active:not(:disabled),
4783
- option:checked:not(:disabled),
4784
- option:focus:not(:disabled),
4785
- option:hover:not(:disabled) {
4786
- background: var(--color-ocean);
4787
- color: white;
4772
+ kol-input.disabled :is(input, .input) {
4773
+ background-color: var(--color-smoke);
4774
+ border-color: var(--color-granite);
4788
4775
  }`,
4789
4776
  "KOL-INPUT-PASSWORD": `kol-input {
4790
- gap: 0.4em;
4777
+ gap: 0.25em;
4791
4778
  }
4792
4779
  kol-input .error {
4793
4780
  order: 1;
@@ -4803,31 +4790,30 @@ const BMF = KoliBri.createTheme("bmf", {
4803
4790
  font-size: 0.875em;
4804
4791
  font-style: italic;
4805
4792
  }
4806
- input,
4807
- select,
4808
- textarea {
4809
- border: none;
4810
- }
4811
- input[type="color"] {
4793
+ input {
4812
4794
  border: none;
4813
- min-height: 40px !important;
4814
- }
4815
- input[type="color"],
4816
- input[type="file"] {
4817
- background-color: transparent;
4818
4795
  }
4819
4796
  input::placeholder {
4820
4797
  color: var(--color-grey);
4821
4798
  }
4822
4799
  .input {
4800
+ background-color: var(--color-white);
4823
4801
  border-color: var(--color-grey);
4824
- border-radius: 0.3125rem;
4802
+ border-radius: var(--border-radius);
4825
4803
  border-style: solid;
4826
4804
  border-width: 2px;
4827
4805
  padding: 0 0.5em;
4828
4806
  }
4829
4807
  .input > kol-icon {
4830
- width: 1.5em;
4808
+ width: 1em;
4809
+ }
4810
+ .input:is(.icon-left, .icon-right) {
4811
+ padding-left: 1em;
4812
+ padding-right: 1em;
4813
+ }
4814
+ .input:is(.icon-left, .icon-right) input {
4815
+ padding-left: 0.5em;
4816
+ padding-right: 0.5em;
4831
4817
  }
4832
4818
  .input > input:first-child {
4833
4819
  padding-left: 0.375em;
@@ -4838,7 +4824,8 @@ const BMF = KoliBri.createTheme("bmf", {
4838
4824
  .input:hover {
4839
4825
  border-color: var(--color-midnight);
4840
4826
  }
4841
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
4827
+ input:read-only,
4828
+ input:disabled {
4842
4829
  cursor: not-allowed;
4843
4830
  }
4844
4831
  .required label > span::after {
@@ -4856,34 +4843,16 @@ const BMF = KoliBri.createTheme("bmf", {
4856
4843
  color: var(--color-red);
4857
4844
  font-weight: 700;
4858
4845
  }
4859
- .disabled {
4860
- opacity: 0.33;
4861
- }
4862
- select[multiple],
4863
- textarea {
4864
- overflow: auto;
4865
- }
4866
- textarea {
4867
- display: block;
4868
- }
4869
- select option {
4870
- margin: 1px 0;
4871
- padding: 0.5em;
4872
- border-radius: 0.25em;
4873
- cursor: pointer;
4874
- }
4875
- select option:disabled {
4876
- cursor: not-allowed;
4846
+ kol-input.disabled :is(button, input, label, option, select, textarea) {
4847
+ opacity: 1;
4877
4848
  }
4878
- option:active:not(:disabled),
4879
- option:checked:not(:disabled),
4880
- option:focus:not(:disabled),
4881
- option:hover:not(:disabled) {
4882
- background: var(--color-ocean);
4883
- color: white;
4849
+ kol-input.disabled :is(input, select, textarea, .input) {
4850
+ background-color: var(--color-smoke);
4851
+ border-color: var(--color-granite);
4852
+ color: var(--color-black);
4884
4853
  }`,
4885
4854
  "KOL-INPUT-NUMBER": `kol-input {
4886
- gap: 0.4em;
4855
+ gap: 0.25em;
4887
4856
  }
4888
4857
  kol-input .error {
4889
4858
  order: 1;
@@ -4899,31 +4868,30 @@ const BMF = KoliBri.createTheme("bmf", {
4899
4868
  font-size: 0.875em;
4900
4869
  font-style: italic;
4901
4870
  }
4902
- input,
4903
- select,
4904
- textarea {
4905
- border: none;
4906
- }
4907
- input[type="color"] {
4871
+ input {
4908
4872
  border: none;
4909
- min-height: 40px !important;
4910
- }
4911
- input[type="color"],
4912
- input[type="file"] {
4913
- background-color: transparent;
4914
4873
  }
4915
4874
  input::placeholder {
4916
4875
  color: var(--color-grey);
4917
4876
  }
4918
4877
  .input {
4878
+ background-color: var(--color-white);
4919
4879
  border-color: var(--color-grey);
4920
- border-radius: 0.3125rem;
4880
+ border-radius: var(--border-radius);
4921
4881
  border-style: solid;
4922
4882
  border-width: 2px;
4923
4883
  padding: 0 0.5em;
4924
4884
  }
4925
4885
  .input > kol-icon {
4926
- width: 1.5em;
4886
+ width: 1em;
4887
+ }
4888
+ .input:is(.icon-left, .icon-right) {
4889
+ padding-left: 1em;
4890
+ padding-right: 1em;
4891
+ }
4892
+ .input:is(.icon-left, .icon-right) input {
4893
+ padding-left: 0.5em;
4894
+ padding-right: 0.5em;
4927
4895
  }
4928
4896
  .input > input:first-child {
4929
4897
  padding-left: 0.375em;
@@ -4934,7 +4902,7 @@ const BMF = KoliBri.createTheme("bmf", {
4934
4902
  .input:hover {
4935
4903
  border-color: var(--color-midnight);
4936
4904
  }
4937
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
4905
+ input:disabled {
4938
4906
  cursor: not-allowed;
4939
4907
  }
4940
4908
  .required label > span::after {
@@ -4952,34 +4920,16 @@ const BMF = KoliBri.createTheme("bmf", {
4952
4920
  color: var(--color-red);
4953
4921
  font-weight: 700;
4954
4922
  }
4955
- .disabled {
4956
- opacity: 0.33;
4957
- }
4958
- select[multiple],
4959
- textarea {
4960
- overflow: auto;
4961
- }
4962
- textarea {
4963
- display: block;
4964
- }
4965
- select option {
4966
- margin: 1px 0;
4967
- padding: 0.5em;
4968
- border-radius: 0.25em;
4969
- cursor: pointer;
4970
- }
4971
- select option:disabled {
4972
- cursor: not-allowed;
4923
+ kol-input.disabled :is(input, label) {
4924
+ opacity: 1;
4973
4925
  }
4974
- option:active:not(:disabled),
4975
- option:checked:not(:disabled),
4976
- option:focus:not(:disabled),
4977
- option:hover:not(:disabled) {
4978
- background: var(--color-ocean);
4979
- color: white;
4926
+ kol-input.disabled :is(input, .input) {
4927
+ background-color: var(--color-smoke);
4928
+ border-color: var(--color-granite);
4929
+ color: var(--color-black);
4980
4930
  }`,
4981
4931
  "KOL-INPUT-EMAIL": `kol-input {
4982
- gap: 0.4em;
4932
+ gap: 0.25em;
4983
4933
  }
4984
4934
  kol-input .error {
4985
4935
  order: 1;
@@ -4995,31 +4945,30 @@ const BMF = KoliBri.createTheme("bmf", {
4995
4945
  font-size: 0.875em;
4996
4946
  font-style: italic;
4997
4947
  }
4998
- input,
4999
- select,
5000
- textarea {
5001
- border: none;
5002
- }
5003
- input[type="color"] {
4948
+ input {
5004
4949
  border: none;
5005
- min-height: 40px !important;
5006
- }
5007
- input[type="color"],
5008
- input[type="file"] {
5009
- background-color: transparent;
5010
4950
  }
5011
4951
  input::placeholder {
5012
4952
  color: var(--color-grey);
5013
4953
  }
5014
4954
  .input {
4955
+ background-color: var(--color-white);
5015
4956
  border-color: var(--color-grey);
5016
- border-radius: 0.3125rem;
4957
+ border-radius: var(--border-radius);
5017
4958
  border-style: solid;
5018
4959
  border-width: 2px;
5019
4960
  padding: 0 0.5em;
5020
4961
  }
5021
4962
  .input > kol-icon {
5022
- width: 1.5em;
4963
+ width: 1em;
4964
+ }
4965
+ .input:is(.icon-left, .icon-right) {
4966
+ padding-left: 1em;
4967
+ padding-right: 1em;
4968
+ }
4969
+ .input:is(.icon-left, .icon-right) input {
4970
+ padding-left: 0.5em;
4971
+ padding-right: 0.5em;
5023
4972
  }
5024
4973
  .input > input:first-child {
5025
4974
  padding-left: 0.375em;
@@ -5030,7 +4979,8 @@ const BMF = KoliBri.createTheme("bmf", {
5030
4979
  .input:hover {
5031
4980
  border-color: var(--color-midnight);
5032
4981
  }
5033
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
4982
+ input:read-only,
4983
+ input:disabled {
5034
4984
  cursor: not-allowed;
5035
4985
  }
5036
4986
  .required label > span::after {
@@ -5048,34 +4998,16 @@ const BMF = KoliBri.createTheme("bmf", {
5048
4998
  color: var(--color-red);
5049
4999
  font-weight: 700;
5050
5000
  }
5051
- .disabled {
5052
- opacity: 0.33;
5053
- }
5054
- select[multiple],
5055
- textarea {
5056
- overflow: auto;
5001
+ kol-input.disabled :is(input, label) {
5002
+ opacity: 1;
5057
5003
  }
5058
- textarea {
5059
- display: block;
5060
- }
5061
- select option {
5062
- margin: 1px 0;
5063
- padding: 0.5em;
5064
- border-radius: 0.25em;
5065
- cursor: pointer;
5066
- }
5067
- select option:disabled {
5068
- cursor: not-allowed;
5069
- }
5070
- option:active:not(:disabled),
5071
- option:checked:not(:disabled),
5072
- option:focus:not(:disabled),
5073
- option:hover:not(:disabled) {
5074
- background: var(--color-ocean);
5075
- color: white;
5004
+ kol-input.disabled :is(input, .input) {
5005
+ background-color: var(--color-smoke);
5006
+ border-color: var(--color-granite);
5007
+ color: var(--color-black);
5076
5008
  }`,
5077
5009
  "KOL-INPUT-FILE": `kol-input {
5078
- gap: 0.4em;
5010
+ gap: 0.25em;
5079
5011
  }
5080
5012
  kol-input .error {
5081
5013
  order: 1;
@@ -5094,16 +5026,9 @@ const BMF = KoliBri.createTheme("bmf", {
5094
5026
  kol-input .input input[type="file"] {
5095
5027
  padding-top: calc(0.5em + 2px);
5096
5028
  }
5097
- input,
5098
- select,
5099
- textarea {
5100
- border: none;
5101
- }
5102
- input[type="color"] {
5029
+ input {
5103
5030
  border: none;
5104
- min-height: 40px !important;
5105
5031
  }
5106
- input[type="color"],
5107
5032
  input[type="file"] {
5108
5033
  background-color: transparent;
5109
5034
  }
@@ -5111,14 +5036,23 @@ const BMF = KoliBri.createTheme("bmf", {
5111
5036
  color: var(--color-grey);
5112
5037
  }
5113
5038
  .input {
5039
+ background-color: var(--color-white);
5114
5040
  border-color: var(--color-grey);
5115
- border-radius: 0.3125rem;
5041
+ border-radius: var(--border-radius);
5116
5042
  border-style: solid;
5117
5043
  border-width: 2px;
5118
5044
  padding: 0 0.5em;
5119
5045
  }
5120
5046
  .input > kol-icon {
5121
- width: 1.5em;
5047
+ width: 1em;
5048
+ }
5049
+ .input:is(.icon-left, .icon-right) {
5050
+ padding-left: 1em;
5051
+ padding-right: 1em;
5052
+ }
5053
+ .input:is(.icon-left, .icon-right) input {
5054
+ padding-left: 0.5em;
5055
+ padding-right: 0.5em;
5122
5056
  }
5123
5057
  .input > input:first-child {
5124
5058
  padding-left: 0.375em;
@@ -5129,7 +5063,8 @@ const BMF = KoliBri.createTheme("bmf", {
5129
5063
  .input:hover {
5130
5064
  border-color: var(--color-midnight);
5131
5065
  }
5132
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
5066
+ input:read-only,
5067
+ input:disabled {
5133
5068
  cursor: not-allowed;
5134
5069
  }
5135
5070
  .required label > span::after {
@@ -5147,34 +5082,16 @@ const BMF = KoliBri.createTheme("bmf", {
5147
5082
  color: var(--color-red);
5148
5083
  font-weight: 700;
5149
5084
  }
5150
- .disabled {
5151
- opacity: 0.33;
5152
- }
5153
- select[multiple],
5154
- textarea {
5155
- overflow: auto;
5085
+ kol-input.disabled :is(button, input, label, option, select, textarea) {
5086
+ opacity: 1;
5156
5087
  }
5157
- textarea {
5158
- display: block;
5159
- }
5160
- select option {
5161
- margin: 1px 0;
5162
- padding: 0.5em;
5163
- border-radius: 0.25em;
5164
- cursor: pointer;
5165
- }
5166
- select option:disabled {
5167
- cursor: not-allowed;
5168
- }
5169
- option:active:not(:disabled),
5170
- option:checked:not(:disabled),
5171
- option:focus:not(:disabled),
5172
- option:hover:not(:disabled) {
5173
- background: var(--color-ocean);
5174
- color: white;
5088
+ kol-input.disabled :is(input, select, textarea, .input) {
5089
+ background-color: var(--color-smoke);
5090
+ border-color: var(--color-granite);
5091
+ color: var(--color-black);
5175
5092
  }`,
5176
5093
  "KOL-TEXTAREA": `kol-input {
5177
- gap: 0.4em;
5094
+ gap: 0.25em;
5178
5095
  }
5179
5096
  kol-input .error {
5180
5097
  order: 1;
@@ -5190,31 +5107,30 @@ const BMF = KoliBri.createTheme("bmf", {
5190
5107
  font-size: 0.875em;
5191
5108
  font-style: italic;
5192
5109
  }
5193
- input,
5194
- select,
5195
5110
  textarea {
5196
5111
  border: none;
5197
5112
  }
5198
- input[type="color"] {
5199
- border: none;
5200
- min-height: 40px !important;
5201
- }
5202
- input[type="color"],
5203
- input[type="file"] {
5204
- background-color: transparent;
5205
- }
5206
5113
  input::placeholder {
5207
5114
  color: var(--color-grey);
5208
5115
  }
5209
5116
  .input {
5117
+ background-color: var(--color-white);
5210
5118
  border-color: var(--color-grey);
5211
- border-radius: 0.3125rem;
5119
+ border-radius: var(--border-radius);
5212
5120
  border-style: solid;
5213
5121
  border-width: 2px;
5214
5122
  padding: 0 0.5em;
5215
5123
  }
5216
5124
  .input > kol-icon {
5217
- width: 1.5em;
5125
+ width: 1em;
5126
+ }
5127
+ .input:is(.icon-left, .icon-right) {
5128
+ padding-left: 1em;
5129
+ padding-right: 1em;
5130
+ }
5131
+ .input:is(.icon-left, .icon-right) input {
5132
+ padding-left: 0.5em;
5133
+ padding-right: 0.5em;
5218
5134
  }
5219
5135
  .input > input:first-child {
5220
5136
  padding-left: 0.375em;
@@ -5225,7 +5141,8 @@ const BMF = KoliBri.createTheme("bmf", {
5225
5141
  .input:hover {
5226
5142
  border-color: var(--color-midnight);
5227
5143
  }
5228
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
5144
+ textarea:read-only,
5145
+ textarea:disabled {
5229
5146
  cursor: not-allowed;
5230
5147
  }
5231
5148
  .required label > span::after {
@@ -5253,21 +5170,14 @@ const BMF = KoliBri.createTheme("bmf", {
5253
5170
  textarea {
5254
5171
  display: block;
5255
5172
  }
5256
- select option {
5257
- margin: 1px 0;
5258
- padding: 0.5em;
5259
- border-radius: 0.25em;
5260
- cursor: pointer;
5261
- }
5262
- select option:disabled {
5263
- cursor: not-allowed;
5173
+ .input {
5174
+ position: relative;
5264
5175
  }
5265
- option:active:not(:disabled),
5266
- option:checked:not(:disabled),
5267
- option:focus:not(:disabled),
5268
- option:hover:not(:disabled) {
5269
- background: var(--color-ocean);
5270
- color: white;
5176
+ .input textarea ~ span {
5177
+ position: absolute;
5178
+ top: -1.5rem;
5179
+ right: 0;
5180
+ color: var(--color-grey);
5271
5181
  }`,
5272
5182
  "KOL-ALERT": `.msg,
5273
5183
  .msg {
@@ -5348,6 +5258,10 @@ const BMF = KoliBri.createTheme("bmf", {
5348
5258
  .msg > .heading > .heading-icon::part(icon) {
5349
5259
  line-height: 1.375rem;
5350
5260
  }
5261
+ .msg > .heading > div > kol-heading-wc {
5262
+ line-height: 20px;
5263
+ padding-top: 0.125rem;
5264
+ }
5351
5265
  .msg.default .heading > div > kol-heading-wc {
5352
5266
  color: var(--color-grey);
5353
5267
  }
@@ -5387,18 +5301,25 @@ const BMF = KoliBri.createTheme("bmf", {
5387
5301
  .card > .heading {
5388
5302
  padding: 0.5rem 1rem;
5389
5303
  }
5304
+ .card[_has-closer] > .heading {
5305
+ padding-top: 0;
5306
+ padding-bottom: 0;
5307
+ padding-right: 0;
5308
+ }
5390
5309
  .card > .heading > div {
5391
5310
  width: 100%;
5311
+ min-height: 1.25rem;
5392
5312
  }
5393
5313
  .card > .heading .heading-icon {
5394
5314
  justify-self: right;
5315
+ margin-top: -4px;
5395
5316
  }
5396
5317
  .card > .heading kol-heading-wc {
5397
5318
  width: 100%;
5398
5319
  color: white;
5399
5320
  display: flex;
5400
5321
  font-size: 1.25rem;
5401
- line-height: 1.75rem;
5322
+ line-height: 1.25rem;
5402
5323
  }
5403
5324
  .card > .heading kol-heading-wc > * {
5404
5325
  margin: auto 0;
@@ -5424,6 +5345,11 @@ const BMF = KoliBri.createTheme("bmf", {
5424
5345
  :is(.error, .info, .success, .warning) .heading-icon::part(icon) {
5425
5346
  font-family: "Font Awesome 6 Free" !important;
5426
5347
  font-weight: 900;
5348
+ height: 1.25rem;
5349
+ width: 1.25rem;
5350
+ }
5351
+ :is(.error, .info, .success, .warning) .heading-icon {
5352
+ font-size: 1.25rem !important;
5427
5353
  }
5428
5354
  .error .heading-icon::part(icon)::before {
5429
5355
  content: "\\f06a";
@@ -5484,10 +5410,18 @@ const BMF = KoliBri.createTheme("bmf", {
5484
5410
  .close > button.icon-only {
5485
5411
  padding: 8px;
5486
5412
  }
5487
- .close > button.icon-only kol-icon {
5488
- display: inline-block;
5489
- width: 1.5em;
5490
- height: 1.5em;
5413
+ .close > button.icon-only kol-icon {
5414
+ display: flex;
5415
+ width: 1em;
5416
+ height: 1em;
5417
+ font-size: 1rem;
5418
+ }
5419
+ .close > button.icon-only kol-icon::part(icon) {
5420
+ font-family: "Font Awesome 6 Free";
5421
+ font-weight: 900;
5422
+ }
5423
+ .close > button.icon-only kol-icon::part(icon)::before {
5424
+ content: "\\f00d";
5491
5425
  }
5492
5426
  .close > button:active {
5493
5427
  box-shadow: none;
@@ -5511,7 +5445,7 @@ const BMF = KoliBri.createTheme("bmf", {
5511
5445
  }
5512
5446
  h1 {
5513
5447
  font-size: 1.5rem;
5514
- line-height: 3.25rem;
5448
+ line-height: 1.75rem;
5515
5449
  }
5516
5450
  h2 {
5517
5451
  font-size: 1.25rem;
@@ -5527,10 +5461,9 @@ const BMF = KoliBri.createTheme("bmf", {
5527
5461
  :host > span {
5528
5462
  border-radius: 0.3125rem;
5529
5463
  display: inline-flex;
5530
- font-size: 0.875em;
5464
+ font-size: 1em;
5531
5465
  font-style: normal;
5532
- font-weight: 700;
5533
- line-height: 1rem;
5466
+ line-height: 1.25rem;
5534
5467
  }
5535
5468
  :host > span.smart-button {
5536
5469
  align-items: center;
@@ -5547,7 +5480,7 @@ const BMF = KoliBri.createTheme("bmf", {
5547
5480
  padding: 2px;
5548
5481
  }
5549
5482
  :host > span kol-span-wc {
5550
- padding: 0.25rem 0.5rem;
5483
+ padding: 0.25rem 0.75rem;
5551
5484
  }
5552
5485
  :host > span > kol-span-wc {
5553
5486
  align-items: center;
@@ -5566,8 +5499,8 @@ const BMF = KoliBri.createTheme("bmf", {
5566
5499
  "KOL-INDENTED-TEXT": `:host > div {
5567
5500
  background-color: var(--color-white);
5568
5501
  border-left: none;
5569
- box-shadow: -4px 0px 0px var(--color-ocean);
5570
- padding: 0.25em 0.5em;
5502
+ box-shadow: -2px 0px 0px var(--color-ocean);
5503
+ padding: 0 0.5em;
5571
5504
  width: 100%;
5572
5505
  }`,
5573
5506
  "KOL-LINK": `:is(a, button) {
@@ -5692,7 +5625,7 @@ const BMF = KoliBri.createTheme("bmf", {
5692
5625
  stroke: var(--color-midnight);
5693
5626
  }`,
5694
5627
  "KOL-SELECT": `kol-input {
5695
- gap: 0.4em;
5628
+ gap: 0.25em;
5696
5629
  }
5697
5630
  kol-input .error {
5698
5631
  order: 1;
@@ -5708,31 +5641,32 @@ const BMF = KoliBri.createTheme("bmf", {
5708
5641
  font-size: 0.875em;
5709
5642
  font-style: italic;
5710
5643
  }
5711
- input,
5712
- select,
5713
- textarea {
5714
- border: none;
5715
- }
5716
- input[type="color"] {
5644
+ select {
5717
5645
  border: none;
5718
- min-height: 40px !important;
5719
- }
5720
- input[type="color"],
5721
- input[type="file"] {
5722
- background-color: transparent;
5723
5646
  }
5724
5647
  input::placeholder {
5725
5648
  color: var(--color-grey);
5726
5649
  }
5727
5650
  .input {
5651
+ background-color: var(--color-white);
5728
5652
  border-color: var(--color-grey);
5729
- border-radius: 0.3125rem;
5653
+ border-radius: var(--border-radius);
5730
5654
  border-style: solid;
5731
5655
  border-width: 2px;
5732
5656
  padding: 0 0.5em;
5733
5657
  }
5734
5658
  .input > kol-icon {
5735
- width: 1.5em;
5659
+ width: 1em;
5660
+ }
5661
+ .input:is(.icon-left, .icon-right) {
5662
+ padding-left: 1em;
5663
+ padding-right: 1em;
5664
+ }
5665
+ .input.icon-left kol-icon:first-child {
5666
+ margin-right: 0.5em;
5667
+ }
5668
+ .input.icon-right kol-icon:last-child {
5669
+ margin-left: 0.5em;
5736
5670
  }
5737
5671
  .input > input:first-child {
5738
5672
  padding-left: 0.375em;
@@ -5743,7 +5677,7 @@ const BMF = KoliBri.createTheme("bmf", {
5743
5677
  .input:hover {
5744
5678
  border-color: var(--color-midnight);
5745
5679
  }
5746
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
5680
+ select:disabled {
5747
5681
  cursor: not-allowed;
5748
5682
  }
5749
5683
  .required label > span::after {
@@ -5761,15 +5695,15 @@ const BMF = KoliBri.createTheme("bmf", {
5761
5695
  color: var(--color-red);
5762
5696
  font-weight: 700;
5763
5697
  }
5764
- .disabled {
5765
- opacity: 0.33;
5698
+ kol-input.disabled :is(select, label, option) {
5699
+ opacity: 1;
5766
5700
  }
5767
- select[multiple],
5768
- textarea {
5769
- overflow: auto;
5701
+ kol-input.disabled :is(select, .input) {
5702
+ background-color: var(--color-smoke);
5703
+ border-color: var(--color-granite);
5770
5704
  }
5771
- textarea {
5772
- display: block;
5705
+ select[multiple] {
5706
+ overflow: auto;
5773
5707
  }
5774
5708
  select option {
5775
5709
  margin: 1px 0;
@@ -5788,7 +5722,7 @@ const BMF = KoliBri.createTheme("bmf", {
5788
5722
  color: white;
5789
5723
  }`,
5790
5724
  "KOL-INPUT-COLOR": `kol-input {
5791
- gap: 0.4em;
5725
+ gap: 0.25em;
5792
5726
  }
5793
5727
  kol-input .error {
5794
5728
  order: 1;
@@ -5804,31 +5738,37 @@ const BMF = KoliBri.createTheme("bmf", {
5804
5738
  font-size: 0.875em;
5805
5739
  font-style: italic;
5806
5740
  }
5807
- input,
5808
- select,
5809
- textarea {
5741
+ input {
5810
5742
  border: none;
5811
5743
  }
5812
5744
  input[type="color"] {
5813
5745
  border: none;
5814
5746
  min-height: 40px !important;
5815
5747
  }
5816
- input[type="color"],
5817
- input[type="file"] {
5748
+ input[type="color"] {
5818
5749
  background-color: transparent;
5819
5750
  }
5820
5751
  input::placeholder {
5821
5752
  color: var(--color-grey);
5822
5753
  }
5823
5754
  .input {
5755
+ background-color: var(--color-white);
5824
5756
  border-color: var(--color-grey);
5825
- border-radius: 0.3125rem;
5757
+ border-radius: var(--border-radius);
5826
5758
  border-style: solid;
5827
5759
  border-width: 2px;
5828
5760
  padding: 0 0.5em;
5829
5761
  }
5830
5762
  .input > kol-icon {
5831
- width: 1.5em;
5763
+ width: 1em;
5764
+ }
5765
+ .input:is(.icon-left, .icon-right) {
5766
+ padding-left: 1em;
5767
+ padding-right: 1em;
5768
+ }
5769
+ .input:is(.icon-left, .icon-right) input {
5770
+ padding-left: 0.5em;
5771
+ padding-right: 0.5em;
5832
5772
  }
5833
5773
  .input > input:first-child {
5834
5774
  padding-left: 0.375em;
@@ -5839,7 +5779,8 @@ const BMF = KoliBri.createTheme("bmf", {
5839
5779
  .input:hover {
5840
5780
  border-color: var(--color-midnight);
5841
5781
  }
5842
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
5782
+ input:not([type="color"]):read-only,
5783
+ input:disabled {
5843
5784
  cursor: not-allowed;
5844
5785
  }
5845
5786
  .required label > span::after {
@@ -5857,31 +5798,13 @@ const BMF = KoliBri.createTheme("bmf", {
5857
5798
  color: var(--color-red);
5858
5799
  font-weight: 700;
5859
5800
  }
5860
- .disabled {
5861
- opacity: 0.33;
5862
- }
5863
- select[multiple],
5864
- textarea {
5865
- overflow: auto;
5866
- }
5867
- textarea {
5868
- display: block;
5869
- }
5870
- select option {
5871
- margin: 1px 0;
5872
- padding: 0.5em;
5873
- border-radius: 0.25em;
5874
- cursor: pointer;
5875
- }
5876
- select option:disabled {
5877
- cursor: not-allowed;
5801
+ kol-input.disabled :is(input, label) {
5802
+ opacity: 1;
5878
5803
  }
5879
- option:active:not(:disabled),
5880
- option:checked:not(:disabled),
5881
- option:focus:not(:disabled),
5882
- option:hover:not(:disabled) {
5883
- background: var(--color-ocean);
5884
- color: white;
5804
+ kol-input.disabled :is(input, .input) {
5805
+ background-color: var(--color-smoke);
5806
+ border-color: var(--color-granite);
5807
+ color: var(--color-black);
5885
5808
  }`,
5886
5809
  "KOL-ACCORDION": `kol-span-wc > span {
5887
5810
  display: flex;
@@ -5908,10 +5831,10 @@ const BMF = KoliBri.createTheme("bmf", {
5908
5831
  color: var(--color-midnight);
5909
5832
  }
5910
5833
  :host > div.open > kol-heading-wc button kol-icon::part(icon)::before {
5911
- content: "\\f054";
5834
+ content: "\\f078";
5912
5835
  }
5913
5836
  :host > div.close > kol-heading-wc button kol-icon::part(icon)::before {
5914
- content: "\\f078";
5837
+ content: "\\f054";
5915
5838
  }
5916
5839
  :host > div {
5917
5840
  width: 100%;
@@ -5921,9 +5844,9 @@ const BMF = KoliBri.createTheme("bmf", {
5921
5844
  :host > div div[class="header"],
5922
5845
  :host > div[class*="open"] div[class="content"] {
5923
5846
  margin: 0;
5924
- padding-left: 2.25em;
5925
5847
  }
5926
- :host > div[class*="open"] div[class="content"] {
5848
+ :host > div div[class="content"] {
5849
+ padding-left: 2.25em;
5927
5850
  padding-bottom: 12px;
5928
5851
  padding-right: 8px;
5929
5852
  }
@@ -6038,10 +5961,21 @@ const BMF = KoliBri.createTheme("bmf", {
6038
5961
  font-family: var(--font-family);
6039
5962
  font-size: var(--font-size);
6040
5963
  background-color: var(--color-smoke);
5964
+ width: 100%;
6041
5965
  }
6042
5966
  ul {
6043
5967
  list-style: none;
6044
5968
  }
5969
+ kol-link-wc,
5970
+ a {
5971
+ height: 100%;
5972
+ min-height: 44px;
5973
+ display: flex;
5974
+ place-items: center;
5975
+ }
5976
+ .entry > kol-span-wc > span {
5977
+ width: 100%;
5978
+ }
6045
5979
  .entry > :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
6046
5980
  background-color: var(--color-white);
6047
5981
  text-decoration: none;
@@ -6050,10 +5984,6 @@ const BMF = KoliBri.createTheme("bmf", {
6050
5984
  display: flex;
6051
5985
  align-items: center;
6052
5986
  font-style: normal;
6053
- padding: 0.75rem 0.5rem 0.75rem 0;
6054
- border-left-color: var(--color-white);
6055
- border-left-style: solid;
6056
- border-left-width: 0.5rem;
6057
5987
  line-height: 1.5rem;
6058
5988
  min-height: 44px;
6059
5989
  min-width: 44px;
@@ -6061,22 +5991,55 @@ const BMF = KoliBri.createTheme("bmf", {
6061
5991
  transition-property: background-color, color, border-color;
6062
5992
  letter-spacing: 0.175px;
6063
5993
  }
5994
+ .entry > :is(kol-link-wc, kol-button-wc):first-child :is(a, button) {
5995
+ color: var(--color-midnight);
5996
+ text-decoration: none;
5997
+ }
6064
5998
  .entry > :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child:hover {
6065
5999
  border-left-color: var(--color-ocean);
6000
+ background-color: var(--color-ocean);
6001
+ }
6002
+ .entry
6003
+ > :is(kol-link-wc, kol-button-wc, kol-span-wc):first-child:hover
6004
+ > :is(a, button, span) {
6005
+ color: var(--color-white);
6066
6006
  font-weight: 700;
6007
+ letter-spacing: unset;
6067
6008
  }
6068
- .selected :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
6009
+ .selected > :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
6069
6010
  background-color: var(--color-ice);
6070
- border-left-color: var(--color-midnight);
6071
6011
  color: var(--color-midnight);
6072
6012
  font-weight: 700;
6073
- letter-spacing: unset;
6074
6013
  }
6075
- a:hover,
6076
- .selected a:hover,
6077
- [exportparts*="selected"] a:hover {
6078
- background-color: var(--color-ocean);
6014
+ .selected
6015
+ > :is(kol-link-wc, kol-button-wc, kol-span-wc):first-child
6016
+ > :is(a, button, span) {
6017
+ font-weight: 700;
6018
+ }
6019
+ .selected :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child:hover {
6079
6020
  color: var(--color-white);
6021
+ letter-spacing: unset;
6022
+ }
6023
+ .entry > kol-span-wc > span,
6024
+ .entry :is(a, button) {
6025
+ border-left-color: transparent;
6026
+ border-left-style: solid;
6027
+ border-left-width: 0.5rem;
6028
+ padding: 0.75rem 0.5rem 0.75rem 0.25rem;
6029
+ }
6030
+ .selected :is(a, button),
6031
+ [exportparts*="selected"] a {
6032
+ border-left-color: var(--color-midnight);
6033
+ } /** Compact mode */
6034
+ .entry.text-center :is(kol-button-wc, kol-link-wc, kol-span-wc):first-child {
6035
+ place-items: center;
6036
+ }
6037
+ .entry.text-center > kol-span-wc > span {
6038
+ flex-direction: column;
6039
+ }
6040
+ .entry.text-center > kol-span-wc > span,
6041
+ .entry.text-center :is(a, button) {
6042
+ padding-left: 0;
6080
6043
  }`,
6081
6044
  "KOL-CARD": `/* https://www.figma.com/file/56JbmrssCRpjpfxoAFeHqT/Design-System-EPLF-(in-progress)?node-id=8225%3A5945 */
6082
6045
  :host > div {
@@ -6114,10 +6077,10 @@ const BMF = KoliBri.createTheme("bmf", {
6114
6077
  gap: 0.4em;
6115
6078
  }
6116
6079
  :host kol-input.default {
6117
- grid-template-columns: 2rem auto;
6080
+ grid-template-columns: 1.5rem auto;
6118
6081
  }
6119
6082
  :host kol-input.switch {
6120
- grid-template-columns: 4rem auto;
6083
+ grid-template-columns: 3.5rem auto;
6121
6084
  }
6122
6085
  :host kol-input > div.input {
6123
6086
  display: inherit;
@@ -6199,7 +6162,7 @@ const BMF = KoliBri.createTheme("bmf", {
6199
6162
  border-color: var(--color-midnight);
6200
6163
  }
6201
6164
  :host kol-input.default input[type="checkbox"] {
6202
- border-radius: 0.25em;
6165
+ border-radius: var(--border-radius);
6203
6166
  height: calc(6 * var(--spacing));
6204
6167
  min-width: calc(6 * var(--spacing));
6205
6168
  width: calc(6 * var(--spacing));
@@ -6227,14 +6190,15 @@ const BMF = KoliBri.createTheme("bmf", {
6227
6190
  width: calc(1.5 * var(--spacing));
6228
6191
  }
6229
6192
  :host kol-input.default input[type="checkbox"]:indeterminate {
6230
- --tw-bg-opacity: 1; /* background-color: white; */
6193
+ --tw-bg-opacity: 1;
6194
+ background-color: var(--color-midnight);
6231
6195
  }
6232
6196
  :host kol-input.default input[type="checkbox"]:indeterminate:before {
6233
6197
  background-color: var(--color-white);
6234
6198
  height: 0.125rem;
6235
6199
  top: 0.6rem;
6236
- left: 0.1rem;
6237
- width: calc(4 * var(--spacing));
6200
+ left: 0.25rem;
6201
+ width: calc(3 * var(--spacing));
6238
6202
  transform: inherit;
6239
6203
  }
6240
6204
  :host kol-input.default input[type="checkbox"]:checked:indeterminate:before {
@@ -6411,26 +6375,32 @@ const BMF = KoliBri.createTheme("bmf", {
6411
6375
  fieldset.horizontal legend {
6412
6376
  display: inline-block;
6413
6377
  margin-bottom: 0.25em;
6378
+ }
6379
+ fieldset [slot="input"] {
6380
+ gap: 0.5rem;
6381
+ }
6382
+ fieldset div label {
6383
+ padding-left: 0;
6414
6384
  }`,
6415
6385
  "KOL-TOAST": `:host > div {
6416
6386
  position: fixed;
6417
6387
  top: 0;
6418
- left: 0;
6388
+ right: 0;
6419
6389
  width: 100%;
6420
6390
  height: 0;
6421
6391
  z-index: 200;
6422
6392
  }
6423
6393
  :host > div > kol-alert {
6424
6394
  display: block;
6425
- margin: auto;
6426
- padding: 1rem;
6395
+ margin-left: auto;
6396
+ margin-right: unset;
6397
+ padding: 2rem;
6427
6398
  max-width: 750px;
6428
6399
  }
6429
6400
  :host > div > kol-button-wc {
6430
6401
  top: 0;
6431
6402
  position: relative;
6432
6403
  display: block;
6433
- margin: auto;
6434
6404
  width: 1em;
6435
6405
  }`,
6436
6406
  "KOL-TABS": `button:disabled {
@@ -6614,9 +6584,25 @@ const BMF = KoliBri.createTheme("bmf", {
6614
6584
  align-self: flex-end;
6615
6585
  padding-bottom: 0.5rem;
6616
6586
  color: var(--color-midnight);
6587
+ }
6588
+ kol-button::part(icon) {
6589
+ font-family: "Font Awesome 6 Free";
6590
+ font-weight: 900;
6591
+ }
6592
+ kol-button.first::part(icon):before {
6593
+ content: "\\f100";
6594
+ }
6595
+ kol-button.previous::part(icon):before {
6596
+ content: "\\f104";
6597
+ }
6598
+ kol-button.next::part(icon):before {
6599
+ content: "\\f105";
6600
+ }
6601
+ kol-button.last::part(icon):before {
6602
+ content: "\\f101";
6617
6603
  }`,
6618
6604
  "KOL-INPUT-RANGE": `kol-input {
6619
- gap: 0.4em;
6605
+ gap: 0.25em;
6620
6606
  }
6621
6607
  kol-input .error {
6622
6608
  order: 1;
@@ -6632,42 +6618,38 @@ const BMF = KoliBri.createTheme("bmf", {
6632
6618
  font-size: 0.875em;
6633
6619
  font-style: italic;
6634
6620
  }
6635
- input,
6636
- select,
6637
- textarea {
6638
- border: none;
6639
- }
6640
- input[type="color"] {
6621
+ input {
6641
6622
  border: none;
6642
- min-height: 40px !important;
6643
- }
6644
- input[type="color"],
6645
- input[type="file"] {
6646
- background-color: transparent;
6647
6623
  }
6648
6624
  input::placeholder {
6649
6625
  color: var(--color-grey);
6650
6626
  }
6651
6627
  .input {
6628
+ background-color: var(--color-white);
6652
6629
  border-color: var(--color-grey);
6653
- border-radius: 0.3125rem;
6630
+ border-radius: var(--border-radius);
6654
6631
  border-style: solid;
6655
6632
  border-width: 2px;
6656
- padding: 0 0.5em;
6633
+ padding: 0 1em;
6657
6634
  }
6658
6635
  .input > kol-icon {
6659
- width: 1.5em;
6636
+ width: 1em;
6660
6637
  }
6661
- .input > input:first-child {
6662
- padding-left: 0.375em;
6638
+ .input.icon-left > kol-icon:first-child {
6639
+ margin-right: 0.5em;
6663
6640
  }
6664
- .input > input:last-child {
6665
- padding-right: 0.375em;
6641
+ .input.icon-right > kol-icon:last-child {
6642
+ margin-left: 0.5em;
6643
+ }
6644
+ .input:is(.icon-left, .icon-right) {
6645
+ padding-left: 1em;
6646
+ padding-right: 1em;
6666
6647
  }
6667
6648
  .input:hover {
6668
6649
  border-color: var(--color-midnight);
6669
6650
  }
6670
- input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
6651
+ input:read-only,
6652
+ input:disabled {
6671
6653
  cursor: not-allowed;
6672
6654
  }
6673
6655
  .required label > span::after {
@@ -6685,31 +6667,13 @@ const BMF = KoliBri.createTheme("bmf", {
6685
6667
  color: var(--color-red);
6686
6668
  font-weight: 700;
6687
6669
  }
6688
- .disabled {
6689
- opacity: 0.33;
6690
- }
6691
- select[multiple],
6692
- textarea {
6693
- overflow: auto;
6694
- }
6695
- textarea {
6696
- display: block;
6697
- }
6698
- select option {
6699
- margin: 1px 0;
6700
- padding: 0.5em;
6701
- border-radius: 0.25em;
6702
- cursor: pointer;
6703
- }
6704
- select option:disabled {
6705
- cursor: not-allowed;
6670
+ kol-input.disabled :is(input, label) {
6671
+ opacity: 1;
6706
6672
  }
6707
- option:active:not(:disabled),
6708
- option:checked:not(:disabled),
6709
- option:focus:not(:disabled),
6710
- option:hover:not(:disabled) {
6711
- background: var(--color-ocean);
6712
- color: white;
6673
+ kol-input.disabled :is(.input) {
6674
+ background-color: var(--color-smoke);
6675
+ border-color: var(--color-granite);
6676
+ color: var(--color-black);
6713
6677
  }`,
6714
6678
  "KOL-LINK-BUTTON": `:is(a, button):focus {
6715
6679
  outline: none;
@@ -6807,6 +6771,19 @@ const BMF = KoliBri.createTheme("bmf", {
6807
6771
  :is(a, button).loading > kol-span-wc kol-icon {
6808
6772
  animation: spin 5s infinite linear;
6809
6773
  }
6774
+ /** small ghost button */
6775
+ .ghost :is(a, button).small > kol-span-wc {
6776
+ border: none;
6777
+ background-color: transparent;
6778
+ box-shadow: none;
6779
+ }
6780
+ .ghost :is(a, button).small > kol-span-wc > span {
6781
+ border-radius: 1.5em;
6782
+ border-style: solid;
6783
+ border-width: 2px;
6784
+ border-color: var(--color-white);
6785
+ background-color: var(--color-white);
6786
+ }
6810
6787
  .ghost :is(a, button).small:active > kol-span-wc > span,
6811
6788
  .ghost :is(a, button).small:hover > kol-span-wc > span,
6812
6789
  .ghost :is(a, button).small.transparent:active > kol-span-wc > span,
@@ -6858,11 +6835,31 @@ const BMF = KoliBri.createTheme("bmf", {
6858
6835
  position: unset;
6859
6836
  }`,
6860
6837
  "KOL-ABBR": `abbr {
6861
- border-bottom: dotted var(--color-metal) 1px;
6838
+ border-bottom: dashed var(--color-black) 1px;
6862
6839
  text-decoration: none !important;
6863
6840
  }`,
6841
+ "KOL-BREADCRUMB": `li:has(:is(kol-icon + kol-link, kol-icon + span)) kol-icon {
6842
+ font-size: 0.75rem;
6843
+ }
6844
+ li:has(:is(kol-icon + kol-link, kol-icon + span)) kol-icon::part(icon) {
6845
+ font-family: "Font Awesome 6 Free";
6846
+ font-weight: 900;
6847
+ color: var(--color-grey);
6848
+ }
6849
+ li:has(:is(kol-icon + kol-link, kol-icon + span)) kol-icon::part(icon)::before {
6850
+ content: "\\f054";
6851
+ }
6852
+ kol-link::part(icon) {
6853
+ font-size: 1.25rem;
6854
+ }
6855
+ ul li > :is(span, kol-link) {
6856
+ line-height: 1.25rem;
6857
+ height: 20px;
6858
+ }
6859
+ ul li:last-child > span {
6860
+ color: var(--color-grey);
6861
+ }`,
6864
6862
  "KOL-ICON": `:host {
6865
- display: inline-block;
6866
6863
  width: 1em;
6867
6864
  height: 1em;
6868
6865
  }