@public-ui/themes 1.7.0-rc.12 → 1.7.0-rc.14

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.cjs CHANGED
@@ -355,8 +355,8 @@ var TagEnum = /* @__PURE__ */ ((TagEnum2) => {
355
355
  TagEnum2[TagEnum2["input-checkbox"] = 17] = "input-checkbox";
356
356
  TagEnum2[TagEnum2["input-color"] = 18] = "input-color";
357
357
  TagEnum2[TagEnum2["input-date"] = 19] = "input-date";
358
- TagEnum2[TagEnum2["input-file"] = 20] = "input-file";
359
- TagEnum2[TagEnum2["input-email"] = 21] = "input-email";
358
+ TagEnum2[TagEnum2["input-email"] = 20] = "input-email";
359
+ TagEnum2[TagEnum2["input-file"] = 21] = "input-file";
360
360
  TagEnum2[TagEnum2["input-number"] = 22] = "input-number";
361
361
  TagEnum2[TagEnum2["input-password"] = 23] = "input-password";
362
362
  TagEnum2[TagEnum2["input-radio"] = 24] = "input-radio";
@@ -374,13 +374,15 @@ var TagEnum = /* @__PURE__ */ ((TagEnum2) => {
374
374
  TagEnum2[TagEnum2["separator"] = 36] = "separator";
375
375
  TagEnum2[TagEnum2["skip-nav"] = 37] = "skip-nav";
376
376
  TagEnum2[TagEnum2["spin"] = 38] = "spin";
377
- TagEnum2[TagEnum2["symbol"] = 39] = "symbol";
378
- TagEnum2[TagEnum2["table"] = 40] = "table";
379
- TagEnum2[TagEnum2["tabs"] = 41] = "tabs";
380
- TagEnum2[TagEnum2["textarea"] = 42] = "textarea";
381
- TagEnum2[TagEnum2["toast"] = 43] = "toast";
382
- TagEnum2[TagEnum2["toolbar"] = 44] = "toolbar";
383
- TagEnum2[TagEnum2["tooltip"] = 45] = "tooltip";
377
+ TagEnum2[TagEnum2["split-button"] = 39] = "split-button";
378
+ TagEnum2[TagEnum2["symbol"] = 40] = "symbol";
379
+ TagEnum2[TagEnum2["table"] = 41] = "table";
380
+ TagEnum2[TagEnum2["tabs"] = 42] = "tabs";
381
+ TagEnum2[TagEnum2["textarea"] = 43] = "textarea";
382
+ TagEnum2[TagEnum2["toast"] = 44] = "toast";
383
+ TagEnum2[TagEnum2["toast-container"] = 45] = "toast-container";
384
+ TagEnum2[TagEnum2["toolbar"] = 46] = "toolbar";
385
+ TagEnum2[TagEnum2["tooltip"] = 47] = "tooltip";
384
386
  return TagEnum2;
385
387
  })(TagEnum || {});
386
388
 
@@ -4339,6 +4341,19 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
4339
4341
  -ms-transform: translateX(1em);
4340
4342
  transform: translateX(1em);
4341
4343
  }
4344
+ .switch {
4345
+ & .icon {
4346
+ width: 1.25em;
4347
+ height: 1.25em;
4348
+ left: 2px;
4349
+ }
4350
+ &:has(input:checked) .icon {
4351
+ transform: translate(2em, -50%);
4352
+ }
4353
+ &:has(input:indeterminate) .icon {
4354
+ transform: translate(1em, -50%);
4355
+ }
4356
+ }
4342
4357
  .disabled {
4343
4358
  opacity: 0.33;
4344
4359
  }`,
@@ -9837,9 +9852,7 @@ const BMF = KoliBri.createTheme("bmf", {
9837
9852
  :host > span {
9838
9853
  border-radius: 0.3125rem;
9839
9854
  display: inline-flex;
9840
- font-size: 1em;
9841
9855
  font-style: normal;
9842
- line-height: 1.25rem;
9843
9856
  }
9844
9857
  :host > span.smart-button {
9845
9858
  align-items: center;
@@ -10254,7 +10267,7 @@ const BMF = KoliBri.createTheme("bmf", {
10254
10267
  :host > div.open > kol-heading-wc button kol-icon::part(icon)::before {
10255
10268
  content: "\\f078";
10256
10269
  }
10257
- :host > div.close > kol-heading-wc button kol-icon::part(icon)::before {
10270
+ :host > div:not(.open) > kol-heading-wc button kol-icon::part(icon)::before {
10258
10271
  content: "\\f054";
10259
10272
  }
10260
10273
  :host > div {
@@ -10531,13 +10544,14 @@ const BMF = KoliBri.createTheme("bmf", {
10531
10544
  justify-items: left;
10532
10545
  width: 100%;
10533
10546
  min-height: 44px;
10534
- gap: 0.4em;
10535
10547
  }
10536
10548
  :host kol-input.default {
10537
10549
  grid-template-columns: 1.5rem auto;
10550
+ gap: 0.4em;
10538
10551
  }
10539
10552
  :host kol-input.switch {
10540
10553
  grid-template-columns: 3.5rem auto;
10554
+ gap: 0.4em;
10541
10555
  }
10542
10556
  :host kol-input > div.input {
10543
10557
  display: inherit;
@@ -10702,18 +10716,26 @@ const BMF = KoliBri.createTheme("bmf", {
10702
10716
  -ms-transform: translateX(1em);
10703
10717
  transform: translateX(1em);
10704
10718
  }
10719
+ .switch {
10720
+ & .icon {
10721
+ width: 1.25em;
10722
+ height: 1.25em;
10723
+ left: 2px;
10724
+ color: #000;
10725
+ }
10726
+ &:has(input:checked) .icon {
10727
+ transform: translate(2em, -50%);
10728
+ }
10729
+ &:has(input:indeterminate) .icon {
10730
+ transform: translate(1em, -50%);
10731
+ }
10732
+ }
10705
10733
  :host .disabled {
10706
10734
  opacity: 0.33;
10707
10735
  }
10736
+
10708
10737
  :host kol-input.button {
10709
- cursor: inherit;
10710
- display: grid;
10711
- column-gap: 0;
10712
- grid-template-columns: 32px auto;
10713
- grid-template-areas:
10714
- "error error"
10715
- "input label"
10716
- "hint hint";
10738
+ row-gap: 0.5rem;
10717
10739
  }
10718
10740
 
10719
10741
  :host kol-input.button.checked > .input,
@@ -10721,12 +10743,7 @@ const BMF = KoliBri.createTheme("bmf", {
10721
10743
  background-color: var(--color-ice);
10722
10744
  }
10723
10745
 
10724
- :host kol-input.button > .error {
10725
- grid-area: error;
10726
- }
10727
-
10728
10746
  :host kol-input.button > label {
10729
- grid-area: label;
10730
10747
  background-color: var(--color-silver);
10731
10748
  border-top-right-radius: var(--border-radius);
10732
10749
  border-bottom-right-radius: var(--border-radius);
@@ -10738,7 +10755,6 @@ const BMF = KoliBri.createTheme("bmf", {
10738
10755
  }
10739
10756
 
10740
10757
  :host kol-input.button > .input {
10741
- grid-area: input;
10742
10758
  background-color: var(--color-silver);
10743
10759
  border-top-left-radius: var(--border-radius);
10744
10760
  border-bottom-left-radius: var(--border-radius);
@@ -10747,13 +10763,13 @@ const BMF = KoliBri.createTheme("bmf", {
10747
10763
  place-content: center;
10748
10764
  }
10749
10765
 
10750
- :host kol-input.button > .hint {
10751
- grid-area: hint;
10752
- }
10753
-
10754
10766
  :host kol-input.button > .input > div {
10755
10767
  display: flex;
10756
10768
  }
10769
+
10770
+ :host kol-input.button .icon {
10771
+ height: auto;
10772
+ }
10757
10773
  `,
10758
10774
  "KOL-INPUT-RADIO": `/* INPUT */
10759
10775
  kol-input {
@@ -10889,26 +10905,13 @@ const BMF = KoliBri.createTheme("bmf", {
10889
10905
  fieldset div label {
10890
10906
  padding-left: 0;
10891
10907
  }`,
10892
- "KOL-TOAST": `:host > div {
10893
- position: fixed;
10894
- top: 0;
10895
- right: 0;
10896
- width: 100%;
10897
- height: 0;
10898
- z-index: 200;
10899
- }
10900
- :host > div > kol-alert {
10901
- display: block;
10902
- margin-left: auto;
10903
- margin-right: unset;
10904
- padding: 2rem;
10905
- max-width: 440px;
10906
- }
10907
- :host > div > kol-button-wc {
10908
- top: 0;
10909
- position: relative;
10910
- display: block;
10911
- width: 1em;
10908
+ "KOL-TOAST-CONTAINER": `:host {
10909
+ top: 1rem;
10910
+ right: 1rem;
10911
+ width: 440px;
10912
+ }`,
10913
+ "KOL-TOAST": `.toast {
10914
+ margin-top: 1rem;
10912
10915
  }`,
10913
10916
  "KOL-TABS": `button:disabled {
10914
10917
  opacity: 0.5;
@@ -18473,6 +18476,9 @@ const BMF = KoliBri.createTheme("bmf", {
18473
18476
  border-color: var(--color-ocean);
18474
18477
  color: var(--color-white);
18475
18478
  cursor: pointer;
18479
+ }`,
18480
+ "KOL-SPLIT-BUTTON": `.popover {
18481
+ background: #fff;
18476
18482
  }`
18477
18483
  });
18478
18484
 
@@ -19482,12 +19488,12 @@ const DEFAULT = KoliBri.createTheme("default", {
19482
19488
  "KOL-BADGE": css`
19483
19489
  :host {
19484
19490
  display: inline-block;
19491
+ font-size: inherit;
19485
19492
  }
19486
19493
  :host > span {
19487
19494
  border-radius: var(--border-radius);
19488
19495
  display: inline-flex;
19489
19496
  font-style: normal;
19490
- line-height: 1.25rem;
19491
19497
  }
19492
19498
  :host > span.smart-button {
19493
19499
  align-items: center;
@@ -20117,6 +20123,9 @@ const DEFAULT = KoliBri.createTheme("default", {
20117
20123
  :host kol-input.switch {
20118
20124
  grid-template-columns: 3.5rem auto;
20119
20125
  }
20126
+ :host kol-input.button {
20127
+ gap: 0.4rem 0;
20128
+ }
20120
20129
  :host kol-input > div.input {
20121
20130
  display: inherit;
20122
20131
  min-height: var(--a11y-min-size);
@@ -20266,6 +20275,21 @@ const DEFAULT = KoliBri.createTheme("default", {
20266
20275
  :host kol-input.switch input[type='checkbox']:indeterminate:before {
20267
20276
  transform: translateX(1em);
20268
20277
  }
20278
+ .switch {
20279
+ & .icon {
20280
+ width: 1.25em;
20281
+ height: 1.25em;
20282
+ left: 2px;
20283
+ }
20284
+
20285
+ &:has(input:checked) .icon {
20286
+ transform: translate(2em, -50%);
20287
+ }
20288
+
20289
+ &:has(input:indeterminate) .icon {
20290
+ transform: translate(1em, -50%);
20291
+ }
20292
+ }
20269
20293
  :host .disabled {
20270
20294
  opacity: 0.33;
20271
20295
  }
@@ -20399,27 +20423,16 @@ const DEFAULT = KoliBri.createTheme("default", {
20399
20423
  padding-left: 0;
20400
20424
  }
20401
20425
  `,
20402
- "KOL-TOAST": css`
20403
- :host > div {
20404
- position: fixed;
20405
- top: 0;
20406
- right: 0;
20407
- width: 100%;
20408
- height: 0;
20409
- z-index: 200;
20410
- }
20411
- :host > div > kol-alert {
20412
- display: block;
20413
- margin-left: auto;
20414
- margin-right: unset;
20415
- padding: 2rem;
20416
- max-width: 750px;
20426
+ "KOL-TOAST-CONTAINER": css`
20427
+ :host {
20428
+ top: 1rem;
20429
+ right: 1rem;
20430
+ width: 440px;
20417
20431
  }
20418
- :host > div > kol-button-wc {
20419
- top: 0;
20420
- position: relative;
20421
- display: block;
20422
- width: 1rem;
20432
+ `,
20433
+ "KOL-TOAST": css`
20434
+ .toast {
20435
+ margin-top: 1rem;
20423
20436
  }
20424
20437
  `,
20425
20438
  "KOL-TABS": css`
@@ -20880,7 +20893,10 @@ const DEFAULT = KoliBri.createTheme("default", {
20880
20893
  color: var(--color-light);
20881
20894
  cursor: pointer;
20882
20895
  }
20883
- `
20896
+ `,
20897
+ "KOL-SPLIT-BUTTON": `.popover {
20898
+ background: #fff;
20899
+ }`
20884
20900
  });
20885
20901
 
20886
20902
  const ECL_EC = KoliBri.createTheme("ecl-ec", {
@@ -21038,7 +21054,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21038
21054
  outline: 2px solid var(--color-blue);
21039
21055
  outline-offset: -2px;
21040
21056
  }
21041
- div[part="content"] {
21057
+ .content {
21042
21058
  padding: var(--spacing-s) var(--spacing-m);
21043
21059
  }`,
21044
21060
  "KOL-INDENTED-TEXT": `:host > div {
@@ -21237,7 +21253,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21237
21253
  color: var(--color-blue-130);
21238
21254
  }`,
21239
21255
  "KOL-BADGE": `:host > span {
21240
- font: normal normal var(--font-weight) 0.875rem/1em var(--font-family);
21256
+ font: normal normal var(--font-weight) 1em var(--font-family);
21241
21257
  padding: calc(0.5rem - 1px) calc(0.75rem - 1px);
21242
21258
  text-transform: uppercase;
21243
21259
  }`,
@@ -21519,6 +21535,13 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21519
21535
  kol-input {
21520
21536
  gap: var(--spacing-xs);
21521
21537
  }
21538
+ .button {
21539
+ gap: var(--spacing-xs) 0;
21540
+ grid-template-areas:
21541
+ "input label"
21542
+ "hint hint"
21543
+ "error error";
21544
+ }
21522
21545
  kol-input > .input {
21523
21546
  order: 2;
21524
21547
  }
@@ -21543,7 +21566,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21543
21566
  select,
21544
21567
  textarea {
21545
21568
  border: none;
21546
- margin: 1px;
21547
21569
  outline: none;
21548
21570
  }
21549
21571
  input,
@@ -21571,6 +21593,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21571
21593
  color: var(--color-grey);
21572
21594
  order: 4;
21573
21595
  align-items: center;
21596
+ padding: 1px;
21574
21597
  }
21575
21598
  input::placeholder,
21576
21599
  textarea::placeholder {
@@ -21623,6 +21646,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21623
21646
  "KOL-INPUT-RADIO": `fieldset {
21624
21647
  border: 0;
21625
21648
  gap: 0.5rem;
21649
+ flex-wrap: wrap;
21626
21650
  }
21627
21651
  .input-slot {
21628
21652
  gap: 0.25rem;
@@ -21639,6 +21663,13 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21639
21663
  fieldset kol-input {
21640
21664
  order: 4;
21641
21665
  }
21666
+ .radio-input-wrapper {
21667
+ display: flex;
21668
+ align-items: center;
21669
+ }
21670
+ .radio-label {
21671
+ padding-left: 0.5rem;
21672
+ }
21642
21673
  input[type="radio"] {
21643
21674
  border: 2px solid var(--color-grey-75);
21644
21675
  }
@@ -21681,6 +21712,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21681
21712
  font-size: 0.875em;
21682
21713
  margin-left: calc(-1 * var(--spacing-xs));
21683
21714
  order: 1;
21715
+ width: 100%;
21684
21716
  }
21685
21717
  .hint {
21686
21718
  font-size: 0.875rem;
@@ -21772,6 +21804,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21772
21804
  color: var(--color-grey);
21773
21805
  order: 4;
21774
21806
  align-items: center;
21807
+ padding: 1px;
21775
21808
  }
21776
21809
  input::placeholder,
21777
21810
  textarea::placeholder {
@@ -21796,7 +21829,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21796
21829
  select,
21797
21830
  textarea {
21798
21831
  border: none;
21799
- margin: 1px 0.5em;
21800
21832
  outline: none;
21801
21833
  }
21802
21834
  input,
@@ -21824,6 +21856,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21824
21856
  color: var(--color-grey);
21825
21857
  order: 4;
21826
21858
  align-items: center;
21859
+ padding: 1px 0.5em;
21827
21860
  }
21828
21861
  input::placeholder,
21829
21862
  textarea::placeholder {
@@ -21848,7 +21881,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21848
21881
  select,
21849
21882
  textarea {
21850
21883
  border: none;
21851
- margin: 1px 0.5em;
21852
21884
  outline: none;
21853
21885
  }
21854
21886
  input,
@@ -21876,6 +21908,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21876
21908
  color: var(--color-grey);
21877
21909
  order: 4;
21878
21910
  align-items: center;
21911
+ padding: 1px 0.5em;
21879
21912
  }
21880
21913
  input::placeholder,
21881
21914
  textarea::placeholder {
@@ -21900,7 +21933,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21900
21933
  select,
21901
21934
  textarea {
21902
21935
  border: none;
21903
- margin: 1px 0.5em;
21904
21936
  outline: none;
21905
21937
  }
21906
21938
  input,
@@ -21928,6 +21960,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21928
21960
  color: var(--color-grey);
21929
21961
  order: 4;
21930
21962
  align-items: center;
21963
+ padding: 1px 0.5em;
21931
21964
  }
21932
21965
  input::placeholder,
21933
21966
  textarea::placeholder {
@@ -21952,7 +21985,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21952
21985
  select,
21953
21986
  textarea {
21954
21987
  border: none;
21955
- margin: 1px 0.5em;
21956
21988
  outline: none;
21957
21989
  }
21958
21990
  input,
@@ -21980,6 +22012,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21980
22012
  color: var(--color-grey);
21981
22013
  order: 4;
21982
22014
  align-items: center;
22015
+ padding: 1px 0.5em;
21983
22016
  }
21984
22017
  input::placeholder,
21985
22018
  textarea::placeholder {
@@ -22056,7 +22089,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22056
22089
  select,
22057
22090
  textarea {
22058
22091
  border: none;
22059
- margin: 1px 0.5em;
22060
22092
  outline: none;
22061
22093
  }
22062
22094
  input,
@@ -22084,6 +22116,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22084
22116
  color: var(--color-grey);
22085
22117
  order: 4;
22086
22118
  align-items: center;
22119
+ padding: 1px 0.5em;
22087
22120
  }
22088
22121
  input::placeholder,
22089
22122
  textarea::placeholder {
@@ -22108,7 +22141,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22108
22141
  select,
22109
22142
  textarea {
22110
22143
  border: none;
22111
- margin: 1px 0.5em;
22112
22144
  outline: none;
22113
22145
  }
22114
22146
  input,
@@ -22136,6 +22168,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22136
22168
  color: var(--color-grey);
22137
22169
  order: 4;
22138
22170
  align-items: center;
22171
+ padding: 1px 0.5em;
22139
22172
  }
22140
22173
  .counter {
22141
22174
  order: 5;
@@ -22320,6 +22353,24 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22320
22353
  border-color: var(--color-blue);
22321
22354
  color: var(--color-white);
22322
22355
  cursor: pointer;
22356
+ }`,
22357
+ "KOL-SPLIT-BUTTON": `.popover {
22358
+ background: #fff;
22359
+ }`,
22360
+ "KOL-TOAST-CONTAINER": `:host {
22361
+ top: 1rem;
22362
+ right: 1rem;
22363
+ width: 440px;
22364
+ }`,
22365
+ "KOL-TOAST": `:host {
22366
+ display: block;
22367
+ }
22368
+ .toast {
22369
+ background: #fff;
22370
+ margin-top: 1rem;
22371
+ }
22372
+ .alert {
22373
+ display: block;
22323
22374
  }`
22324
22375
  });
22325
22376
 
@@ -22369,6 +22420,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
22369
22420
  --color-grey-110: #222732;
22370
22421
  --color-grey-100: #262b38;
22371
22422
  --color-grey-80: #515560;
22423
+ --color-grey-75: #515560;
22372
22424
  --color-grey-60: #7d8088;
22373
22425
  --color-grey-40: #a8aaaf;
22374
22426
  --color-grey-20: #d4d5d7;
@@ -22582,7 +22634,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
22582
22634
  .open .headline button kol-icon::part(icon)::before {
22583
22635
  content: "\\f077";
22584
22636
  }
22585
- .close .headline button kol-icon::part(icon)::before {
22637
+ :not(.open) .headline button kol-icon::part(icon)::before {
22586
22638
  content: "\\f078";
22587
22639
  }
22588
22640
  .content,
@@ -23085,6 +23137,13 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23085
23137
  kol-input {
23086
23138
  gap: var(--spacing-xs);
23087
23139
  }
23140
+ .button {
23141
+ gap: var(--spacing-xs) 0;
23142
+ grid-template-areas:
23143
+ "input label"
23144
+ "hint hint"
23145
+ "error error";
23146
+ }
23088
23147
  kol-input > .input {
23089
23148
  order: 2;
23090
23149
  }
@@ -23109,7 +23168,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23109
23168
  select,
23110
23169
  textarea {
23111
23170
  border: none;
23112
- margin: 1px;
23113
23171
  outline: none;
23114
23172
  }
23115
23173
  input,
@@ -23137,6 +23195,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23137
23195
  color: var(--color-grey);
23138
23196
  order: 4;
23139
23197
  align-items: center;
23198
+ padding: 1px;
23140
23199
  }
23141
23200
  input::placeholder,
23142
23201
  textarea::placeholder {
@@ -23213,7 +23272,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23213
23272
  select,
23214
23273
  textarea {
23215
23274
  border: none;
23216
- margin: 1px 0.5em;
23217
23275
  outline: none;
23218
23276
  }
23219
23277
  input,
@@ -23241,6 +23299,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23241
23299
  color: var(--color-grey);
23242
23300
  order: 4;
23243
23301
  align-items: center;
23302
+ padding: 1px 0.5em;
23244
23303
  }
23245
23304
  input::placeholder,
23246
23305
  textarea::placeholder {
@@ -23265,7 +23324,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23265
23324
  select,
23266
23325
  textarea {
23267
23326
  border: none;
23268
- margin: 1px 0.5em;
23269
23327
  outline: none;
23270
23328
  }
23271
23329
  input,
@@ -23293,6 +23351,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23293
23351
  color: var(--color-grey);
23294
23352
  order: 4;
23295
23353
  align-items: center;
23354
+ padding: 1px 0.5em;
23296
23355
  }
23297
23356
  input::placeholder,
23298
23357
  textarea::placeholder {
@@ -23317,7 +23376,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23317
23376
  select,
23318
23377
  textarea {
23319
23378
  border: none;
23320
- margin: 1px 0.5em;
23321
23379
  outline: none;
23322
23380
  }
23323
23381
  input,
@@ -23345,6 +23403,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23345
23403
  color: var(--color-grey);
23346
23404
  order: 4;
23347
23405
  align-items: center;
23406
+ padding: 1px 0.5em;
23348
23407
  }
23349
23408
  input::placeholder,
23350
23409
  textarea::placeholder {
@@ -23369,7 +23428,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23369
23428
  select,
23370
23429
  textarea {
23371
23430
  border: none;
23372
- margin: 1px;
23373
23431
  outline: none;
23374
23432
  }
23375
23433
  input,
@@ -23397,6 +23455,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23397
23455
  color: var(--color-grey);
23398
23456
  order: 4;
23399
23457
  align-items: center;
23458
+ padding: 1px;
23400
23459
  }
23401
23460
  input::placeholder,
23402
23461
  textarea::placeholder {
@@ -23421,7 +23480,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23421
23480
  select,
23422
23481
  textarea {
23423
23482
  border: none;
23424
- margin: 1px;
23425
23483
  outline: none;
23426
23484
  }
23427
23485
  input,
@@ -23449,6 +23507,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23449
23507
  color: var(--color-grey);
23450
23508
  order: 4;
23451
23509
  align-items: center;
23510
+ padding: 1px;
23452
23511
  }
23453
23512
  input::placeholder,
23454
23513
  textarea::placeholder {
@@ -23473,7 +23532,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23473
23532
  select,
23474
23533
  textarea {
23475
23534
  border: none;
23476
- margin: 1px 0.5em;
23477
23535
  outline: none;
23478
23536
  }
23479
23537
  input,
@@ -23501,6 +23559,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23501
23559
  color: var(--color-grey);
23502
23560
  order: 4;
23503
23561
  align-items: center;
23562
+ padding: 1px 0.5em;
23504
23563
  }
23505
23564
  input::placeholder,
23506
23565
  textarea::placeholder {
@@ -23525,7 +23584,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23525
23584
  select,
23526
23585
  textarea {
23527
23586
  border: none;
23528
- margin: 1px 0.5em;
23529
23587
  outline: none;
23530
23588
  }
23531
23589
  input,
@@ -23553,6 +23611,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23553
23611
  color: var(--color-grey);
23554
23612
  order: 4;
23555
23613
  align-items: center;
23614
+ padding: 1px 0.5em;
23556
23615
  }
23557
23616
  kol-input .counter {
23558
23617
  order: 5;
@@ -23726,9 +23785,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23726
23785
  "KOL-INPUT-RADIO": `fieldset {
23727
23786
  border: 0;
23728
23787
  gap: 0.5rem;
23729
- }
23730
- .input-slot {
23731
- gap: 0.25rem;
23788
+ flex-wrap: wrap;
23732
23789
  }
23733
23790
  fieldset kol-alert {
23734
23791
  order: 1;
@@ -23742,8 +23799,16 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23742
23799
  fieldset kol-input {
23743
23800
  order: 4;
23744
23801
  }
23802
+ .radio-input-wrapper {
23803
+ display: flex;
23804
+ align-items: center;
23805
+ }
23806
+ .radio-label {
23807
+ padding-left: 0.5rem;
23808
+ }
23745
23809
  input[type="radio"] {
23746
- border: 2px solid var(--color-grey-75);
23810
+ outline: 2px solid var(--color-grey-75);
23811
+ outline-offset: 2px;
23747
23812
  }
23748
23813
  input[type="radio"]:before {
23749
23814
  display: none;
@@ -23753,8 +23818,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23753
23818
  border-width: 7px;
23754
23819
  }
23755
23820
  input[type="radio"]:focus {
23756
- outline: 2px solid var(--color-blue);
23757
- outline-offset: 2px;
23821
+ outline-color: var(--color-blue);
23758
23822
  }
23759
23823
  input[type="radio"]:not(:disabled):hover {
23760
23824
  border-color: var(--color-blue);
@@ -23784,11 +23848,15 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23784
23848
  font-size: 0.875em;
23785
23849
  margin-left: calc(-1 * var(--spacing-xs));
23786
23850
  order: 1;
23851
+ width: 100%;
23787
23852
  }
23788
23853
  .hint {
23789
23854
  font-size: 0.875rem;
23790
23855
  order: 4;
23791
23856
  }`,
23857
+ "KOL-INPUT-RANGE": `.inputs-wrapper {
23858
+ gap: 1rem;
23859
+ }`,
23792
23860
  "KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
23793
23861
  border-radius: 4px;
23794
23862
  gap: 0.5rem;
@@ -23797,6 +23865,24 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23797
23865
  background-color: #0e47cb;
23798
23866
  color: #fff;
23799
23867
  cursor: pointer;
23868
+ }`,
23869
+ "KOL-SPLIT-BUTTON": `.popover {
23870
+ background: #fff;
23871
+ }`,
23872
+ "KOL-TOAST-CONTAINER": `:host {
23873
+ top: 1rem;
23874
+ right: 1rem;
23875
+ width: 440px;
23876
+ }`,
23877
+ "KOL-TOAST": `:host {
23878
+ display: block;
23879
+ }
23880
+ .toast {
23881
+ background: #fff;
23882
+ margin-top: 1rem;
23883
+ }
23884
+ .alert {
23885
+ display: block;
23800
23886
  }`
23801
23887
  });
23802
23888
 
@@ -24530,6 +24616,9 @@ const ITZBund = KoliBri.createTheme("itzbund", {
24530
24616
  :host .default {
24531
24617
  border-color: var(--color-anthrazit);
24532
24618
  }
24619
+ .heading {
24620
+ gap: 0.5rem;
24621
+ }
24533
24622
  .default .heading-icon {
24534
24623
  background-color: var(--color-anthrazit);
24535
24624
  }
@@ -24603,7 +24692,6 @@ const ITZBund = KoliBri.createTheme("itzbund", {
24603
24692
  :host > span {
24604
24693
  border-radius: 0.3125rem;
24605
24694
  display: inline-flex;
24606
- line-height: 1.25rem;
24607
24695
  }
24608
24696
  :host > span kol-button-wc {
24609
24697
  border-left: 1px solid rgba(0, 0, 0, 0.25);
@@ -24916,6 +25004,9 @@ const ITZBund = KoliBri.createTheme("itzbund", {
24916
25004
  font-size: inherit;
24917
25005
  line-height: inherit;
24918
25006
  }
25007
+ .content {
25008
+ padding: 0.5rem;
25009
+ }
24919
25010
  :host > div > kol-heading-wc button kol-icon::part(close)::before {
24920
25011
  font-family: "Font Awesome 6 Free";
24921
25012
  content: "\\f077";
@@ -25125,9 +25216,16 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25125
25216
  kol-input.default {
25126
25217
  grid-template-columns: calc(6 * 2 * var(--spacing)) auto;
25127
25218
  }
25128
- kol-input.switch {
25219
+ .switch {
25129
25220
  grid-template-columns: calc(13 * 2 * var(--spacing)) auto;
25130
25221
  }
25222
+ .button {
25223
+ gap: 0.5rem 0;
25224
+ grid-template-areas:
25225
+ "input label"
25226
+ "hint hint"
25227
+ "error error";
25228
+ }
25131
25229
  kol-input > div.input {
25132
25230
  display: inline-flex;
25133
25231
  order: 1;
@@ -25231,11 +25329,13 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25231
25329
  transform: translateX(0.75em);
25232
25330
  background-color: var(--color-petrol);
25233
25331
  }
25332
+ .switch:has(input:not(:checked), input:indeterminate) .icon {
25333
+ color: #fff;
25334
+ }
25234
25335
  .disabled {
25235
25336
  opacity: 0.33;
25236
25337
  }
25237
- .default kol-icon,
25238
- .switch kol-icon {
25338
+ .default kol-icon {
25239
25339
  display: none;
25240
25340
  }
25241
25341
  kol-input span.hint {
@@ -25284,8 +25384,10 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25284
25384
  border: 0px;
25285
25385
  margin: 0px;
25286
25386
  padding: 0px;
25287
- display: grid;
25288
- gap: 0.25em;
25387
+ flex-wrap: wrap;
25388
+ }
25389
+ fieldset.horizontal {
25390
+ gap: 1rem;
25289
25391
  }
25290
25392
  fieldset legend {
25291
25393
  display: block;
@@ -25326,28 +25428,22 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25326
25428
  background-color: var(--color-input-bg-default);
25327
25429
  border-color: #999;
25328
25430
  cursor: not-allowed;
25329
- }`,
25330
- "KOL-TOAST": `:host > div {
25331
- position: fixed;
25332
- top: 0;
25333
- left: 0;
25334
- width: 100%;
25335
- height: 0;
25336
- z-index: 200;
25337
25431
  }
25338
- :host > div > kol-alert {
25339
- display: block;
25340
- margin: auto;
25341
- padding: 1rem;
25342
- max-width: 750px;
25343
- }
25344
- :host > div > kol-button-wc {
25345
- top: 0;
25346
- position: relative;
25347
- display: block;
25348
- margin: auto;
25349
- width: 1em;
25432
+ kol-alert {
25433
+ width: 100%:
25350
25434
  }`,
25435
+ "KOL-TOAST-CONTAINER": `:host {
25436
+ top: 1rem;
25437
+ width: 750px;
25438
+ left: 50%;
25439
+ transform: translateX(-50%);
25440
+ }`,
25441
+ "KOL-TOAST": `
25442
+ .toast {
25443
+ background: #fff;
25444
+ margin-top: 1rem;
25445
+ }
25446
+ `,
25351
25447
  "KOL-TABS": `:host > div {
25352
25448
  display: block;
25353
25449
  width: 100%;
@@ -25516,6 +25612,9 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25516
25612
  border-color: var(--color-petrol);
25517
25613
  color: var(--color-weiss);
25518
25614
  cursor: pointer;
25615
+ }`,
25616
+ "KOL-SPLIT-BUTTON": `.popover {
25617
+ background: #fff;
25519
25618
  }`
25520
25619
  });
25521
25620
 
@@ -35984,6 +36083,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
35984
36083
  kol-input.switch {
35985
36084
  grid-template-columns: calc(13 * var(--spacing)) auto;
35986
36085
  }
36086
+ .button {
36087
+ gap: 0.5rem 0;
36088
+ }
35987
36089
  kol-input > div.input {
35988
36090
  display: inline-flex;
35989
36091
  order: 1;
@@ -36087,6 +36189,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
36087
36189
  transform: translateX(0.75em);
36088
36190
  background-color: var(--kolibri-color-primary);
36089
36191
  }
36192
+ .switch:has(input:not(:checked), input:indeterminate) .icon {
36193
+ color: #fff;
36194
+ }
36090
36195
  .disabled {
36091
36196
  opacity: 0.33;
36092
36197
  }`,
@@ -36532,6 +36637,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
36532
36637
  font-weight: inherit;
36533
36638
  font-size: inherit;
36534
36639
  line-height: inherit;
36640
+ }
36641
+ .content {
36642
+ padding: 0.5rem;
36535
36643
  }`,
36536
36644
  "KOL-CARD": `:host > div {
36537
36645
  border-color: var(--kolibri-border-color);
@@ -36556,7 +36664,7 @@ const MAPZ = KoliBri.createTheme("mapz", {
36556
36664
  padding: 0.5rem;
36557
36665
  }
36558
36666
  :host div.content {
36559
- padding: 0;
36667
+ padding: 0.5rem;
36560
36668
  }
36561
36669
  :host div.content,
36562
36670
  :host div.content + div.footer {
@@ -36819,28 +36927,18 @@ const MAPZ = KoliBri.createTheme("mapz", {
36819
36927
  :host > div.tabs-align-right > div {
36820
36928
  border-radius: 0.25rem 0 0 0.25rem;
36821
36929
  }`,
36822
- "KOL-TOAST": `:host > div {
36823
- position: fixed;
36824
- top: 0;
36825
- left: 0;
36826
- width: 100%;
36827
- height: 0;
36828
- z-index: 200;
36829
- }
36830
- :host > div > kol-alert {
36831
- background-color: white;
36832
- border-radius: var(--kolibri-border-radius);
36833
- display: block;
36834
- margin: 1rem auto;
36835
- max-width: 750px;
36836
- }
36837
- :host > div > kol-button-wc {
36838
- top: 0;
36839
- position: relative;
36840
- display: block;
36841
- margin: auto;
36842
- width: 1em;
36930
+ "KOL-TOAST-CONTAINER": `:host {
36931
+ top: 1rem;
36932
+ width: 750px;
36933
+ left: 50%;
36934
+ transform: translateX(-50%);
36843
36935
  }`,
36936
+ "KOL-TOAST": `
36937
+ .toast {
36938
+ background: #fff;
36939
+ margin-top: 1rem;
36940
+ }
36941
+ `,
36844
36942
  "KOL-NAV": `:host > div {
36845
36943
  gap: var(--spacing);
36846
36944
  }
@@ -52690,6 +52788,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
52690
52788
  border-color: var(--kolibri-border-color);
52691
52789
  color: white;
52692
52790
  cursor: pointer;
52791
+ }`,
52792
+ "KOL-SPLIT-BUTTON": `.popover {
52793
+ background: #fff;
52693
52794
  }`
52694
52795
  });
52695
52796
 
@@ -52792,7 +52893,6 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
52792
52893
  :host > span {
52793
52894
  border-radius: 0.3125rem;
52794
52895
  display: inline-flex;
52795
- line-height: 1.25rem;
52796
52896
  }
52797
52897
  :host > span kol-span-wc {
52798
52898
  padding: 0.25rem 0.5rem;
@@ -53021,13 +53121,13 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53021
53121
  }
53022
53122
  th[data-sort="sort-NOS"] kol-button::part(icon)::before,
53023
53123
  th[data-sort="sort-undefined"] kol-button::part(icon)::before {
53024
- content: "\f0dc";
53124
+ content: "\\f0dc";
53025
53125
  }
53026
53126
  th[data-sort="sort-ASC"] kol-button::part(icon)::before {
53027
- content: "\f0de";
53127
+ content: "\\f0de";
53028
53128
  }
53029
53129
  th[data-sort="sort-DESC"] kol-button::part(icon)::before {
53030
- content: "\f0dd";
53130
+ content: "\\f0dd";
53031
53131
  }`,
53032
53132
  "KOL-ACCORDION": `:host > div {
53033
53133
  border-color: var(--border-color);
@@ -53067,7 +53167,7 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53067
53167
  :host > div.open > kol-heading-wc button kol-icon::part(icon)::before {
53068
53168
  content: "\\f077";
53069
53169
  }
53070
- :host > div.close > kol-heading-wc button kol-icon::part(icon)::before {
53170
+ :host > div:not(.open) > kol-heading-wc button kol-icon::part(icon)::before {
53071
53171
  content: "\\f078";
53072
53172
  }`,
53073
53173
  "KOL-ALERT": `kol-alert-wc {
@@ -53137,7 +53237,7 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53137
53237
  display: flex;
53138
53238
  gap: var(--spacing);
53139
53239
  flex-grow: 1;
53140
- align-items: flex-start;
53240
+ align-items: center;
53141
53241
  }
53142
53242
  .msg .heading > div {
53143
53243
  display: flex;
@@ -53217,8 +53317,11 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53217
53317
  border-radius: var(--border-radius);
53218
53318
  border-style: solid;
53219
53319
  border-width: 1px;
53320
+ background: #fff;
53220
53321
  }
53221
- :host > div .header {
53322
+ :host > div .header,
53323
+ .content,
53324
+ .footer {
53222
53325
  padding: 1.5rem;
53223
53326
  }`,
53224
53327
  "KOL-BUTTON": `:host > kol-button-wc > button > kol-span-wc,
@@ -53445,27 +53548,18 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53445
53548
  padding: 0.75rem 1rem;
53446
53549
  text-decoration: underline;
53447
53550
  }`,
53448
- "KOL-TOAST": `:host > div {
53449
- position: fixed;
53450
- top: 0;
53451
- left: 0;
53452
- width: 100%;
53453
- height: 0;
53454
- z-index: 200;
53455
- }
53456
- :host > div > kol-alert {
53457
- display: block;
53458
- margin: auto;
53459
- padding: 1rem;
53460
- max-width: 750px;
53461
- }
53462
- :host > div > kol-button-wc {
53463
- top: 0;
53464
- position: relative;
53465
- display: block;
53466
- margin: auto;
53467
- width: 1em;
53551
+ "KOL-TOAST-CONTAINER": `:host {
53552
+ top: 1rem;
53553
+ width: 750px;
53554
+ left: 50%;
53555
+ transform: translateX(-50%);
53468
53556
  }`,
53557
+ "KOL-TOAST": `
53558
+ .toast {
53559
+ background: #fff;
53560
+ margin-top: 1rem;
53561
+ }
53562
+ `,
53469
53563
  "KOL-PROGRESS": `svg line:first-child,
53470
53564
  svg circle:first-child {
53471
53565
  stroke: var(--color-neutral);
@@ -53512,6 +53606,13 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53512
53606
  kol-input.switch {
53513
53607
  grid-template-columns: calc(13 * var(--spacing)) auto;
53514
53608
  }
53609
+ .button {
53610
+ grid-template-areas:
53611
+ "input label"
53612
+ "hint hint"
53613
+ "error error";
53614
+ gap: 0.5rem 0;
53615
+ }
53515
53616
  kol-input > div.input {
53516
53617
  display: inline-flex;
53517
53618
  order: 1;
@@ -53616,6 +53717,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53616
53717
  transform: translateX(0.75em);
53617
53718
  background-color: white;
53618
53719
  }
53720
+ .switch:has(input:not(:checked, :indeterminate)) .icon {
53721
+ color: #fff;
53722
+ }
53619
53723
  .disabled {
53620
53724
  opacity: 0.33;
53621
53725
  }`,
@@ -53700,6 +53804,13 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53700
53804
  fieldset kol-input {
53701
53805
  order: 2;
53702
53806
  }
53807
+ .radio-input-wrapper {
53808
+ display: flex;
53809
+ align-items: center;
53810
+ }
53811
+ .radio-label {
53812
+ padding-left: 0.5rem;
53813
+ }
53703
53814
  .disabled {
53704
53815
  opacity: 0.33;
53705
53816
  }
@@ -61315,6 +61426,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
61315
61426
  border-color: var(--color-blau-dark);
61316
61427
  color: white;
61317
61428
  cursor: pointer;
61429
+ }`,
61430
+ "KOL-SPLIT-BUTTON": `.popover {
61431
+ background: #fff;
61318
61432
  }`
61319
61433
  });
61320
61434