@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.mjs CHANGED
@@ -353,8 +353,8 @@ var TagEnum = /* @__PURE__ */ ((TagEnum2) => {
353
353
  TagEnum2[TagEnum2["input-checkbox"] = 17] = "input-checkbox";
354
354
  TagEnum2[TagEnum2["input-color"] = 18] = "input-color";
355
355
  TagEnum2[TagEnum2["input-date"] = 19] = "input-date";
356
- TagEnum2[TagEnum2["input-file"] = 20] = "input-file";
357
- TagEnum2[TagEnum2["input-email"] = 21] = "input-email";
356
+ TagEnum2[TagEnum2["input-email"] = 20] = "input-email";
357
+ TagEnum2[TagEnum2["input-file"] = 21] = "input-file";
358
358
  TagEnum2[TagEnum2["input-number"] = 22] = "input-number";
359
359
  TagEnum2[TagEnum2["input-password"] = 23] = "input-password";
360
360
  TagEnum2[TagEnum2["input-radio"] = 24] = "input-radio";
@@ -372,13 +372,15 @@ var TagEnum = /* @__PURE__ */ ((TagEnum2) => {
372
372
  TagEnum2[TagEnum2["separator"] = 36] = "separator";
373
373
  TagEnum2[TagEnum2["skip-nav"] = 37] = "skip-nav";
374
374
  TagEnum2[TagEnum2["spin"] = 38] = "spin";
375
- TagEnum2[TagEnum2["symbol"] = 39] = "symbol";
376
- TagEnum2[TagEnum2["table"] = 40] = "table";
377
- TagEnum2[TagEnum2["tabs"] = 41] = "tabs";
378
- TagEnum2[TagEnum2["textarea"] = 42] = "textarea";
379
- TagEnum2[TagEnum2["toast"] = 43] = "toast";
380
- TagEnum2[TagEnum2["toolbar"] = 44] = "toolbar";
381
- TagEnum2[TagEnum2["tooltip"] = 45] = "tooltip";
375
+ TagEnum2[TagEnum2["split-button"] = 39] = "split-button";
376
+ TagEnum2[TagEnum2["symbol"] = 40] = "symbol";
377
+ TagEnum2[TagEnum2["table"] = 41] = "table";
378
+ TagEnum2[TagEnum2["tabs"] = 42] = "tabs";
379
+ TagEnum2[TagEnum2["textarea"] = 43] = "textarea";
380
+ TagEnum2[TagEnum2["toast"] = 44] = "toast";
381
+ TagEnum2[TagEnum2["toast-container"] = 45] = "toast-container";
382
+ TagEnum2[TagEnum2["toolbar"] = 46] = "toolbar";
383
+ TagEnum2[TagEnum2["tooltip"] = 47] = "tooltip";
382
384
  return TagEnum2;
383
385
  })(TagEnum || {});
384
386
 
@@ -4337,6 +4339,19 @@ const DESYv2 = KoliBri.createTheme("desy-v2", {
4337
4339
  -ms-transform: translateX(1em);
4338
4340
  transform: translateX(1em);
4339
4341
  }
4342
+ .switch {
4343
+ & .icon {
4344
+ width: 1.25em;
4345
+ height: 1.25em;
4346
+ left: 2px;
4347
+ }
4348
+ &:has(input:checked) .icon {
4349
+ transform: translate(2em, -50%);
4350
+ }
4351
+ &:has(input:indeterminate) .icon {
4352
+ transform: translate(1em, -50%);
4353
+ }
4354
+ }
4340
4355
  .disabled {
4341
4356
  opacity: 0.33;
4342
4357
  }`,
@@ -9835,9 +9850,7 @@ const BMF = KoliBri.createTheme("bmf", {
9835
9850
  :host > span {
9836
9851
  border-radius: 0.3125rem;
9837
9852
  display: inline-flex;
9838
- font-size: 1em;
9839
9853
  font-style: normal;
9840
- line-height: 1.25rem;
9841
9854
  }
9842
9855
  :host > span.smart-button {
9843
9856
  align-items: center;
@@ -10252,7 +10265,7 @@ const BMF = KoliBri.createTheme("bmf", {
10252
10265
  :host > div.open > kol-heading-wc button kol-icon::part(icon)::before {
10253
10266
  content: "\\f078";
10254
10267
  }
10255
- :host > div.close > kol-heading-wc button kol-icon::part(icon)::before {
10268
+ :host > div:not(.open) > kol-heading-wc button kol-icon::part(icon)::before {
10256
10269
  content: "\\f054";
10257
10270
  }
10258
10271
  :host > div {
@@ -10529,13 +10542,14 @@ const BMF = KoliBri.createTheme("bmf", {
10529
10542
  justify-items: left;
10530
10543
  width: 100%;
10531
10544
  min-height: 44px;
10532
- gap: 0.4em;
10533
10545
  }
10534
10546
  :host kol-input.default {
10535
10547
  grid-template-columns: 1.5rem auto;
10548
+ gap: 0.4em;
10536
10549
  }
10537
10550
  :host kol-input.switch {
10538
10551
  grid-template-columns: 3.5rem auto;
10552
+ gap: 0.4em;
10539
10553
  }
10540
10554
  :host kol-input > div.input {
10541
10555
  display: inherit;
@@ -10700,18 +10714,26 @@ const BMF = KoliBri.createTheme("bmf", {
10700
10714
  -ms-transform: translateX(1em);
10701
10715
  transform: translateX(1em);
10702
10716
  }
10717
+ .switch {
10718
+ & .icon {
10719
+ width: 1.25em;
10720
+ height: 1.25em;
10721
+ left: 2px;
10722
+ color: #000;
10723
+ }
10724
+ &:has(input:checked) .icon {
10725
+ transform: translate(2em, -50%);
10726
+ }
10727
+ &:has(input:indeterminate) .icon {
10728
+ transform: translate(1em, -50%);
10729
+ }
10730
+ }
10703
10731
  :host .disabled {
10704
10732
  opacity: 0.33;
10705
10733
  }
10734
+
10706
10735
  :host kol-input.button {
10707
- cursor: inherit;
10708
- display: grid;
10709
- column-gap: 0;
10710
- grid-template-columns: 32px auto;
10711
- grid-template-areas:
10712
- "error error"
10713
- "input label"
10714
- "hint hint";
10736
+ row-gap: 0.5rem;
10715
10737
  }
10716
10738
 
10717
10739
  :host kol-input.button.checked > .input,
@@ -10719,12 +10741,7 @@ const BMF = KoliBri.createTheme("bmf", {
10719
10741
  background-color: var(--color-ice);
10720
10742
  }
10721
10743
 
10722
- :host kol-input.button > .error {
10723
- grid-area: error;
10724
- }
10725
-
10726
10744
  :host kol-input.button > label {
10727
- grid-area: label;
10728
10745
  background-color: var(--color-silver);
10729
10746
  border-top-right-radius: var(--border-radius);
10730
10747
  border-bottom-right-radius: var(--border-radius);
@@ -10736,7 +10753,6 @@ const BMF = KoliBri.createTheme("bmf", {
10736
10753
  }
10737
10754
 
10738
10755
  :host kol-input.button > .input {
10739
- grid-area: input;
10740
10756
  background-color: var(--color-silver);
10741
10757
  border-top-left-radius: var(--border-radius);
10742
10758
  border-bottom-left-radius: var(--border-radius);
@@ -10745,13 +10761,13 @@ const BMF = KoliBri.createTheme("bmf", {
10745
10761
  place-content: center;
10746
10762
  }
10747
10763
 
10748
- :host kol-input.button > .hint {
10749
- grid-area: hint;
10750
- }
10751
-
10752
10764
  :host kol-input.button > .input > div {
10753
10765
  display: flex;
10754
10766
  }
10767
+
10768
+ :host kol-input.button .icon {
10769
+ height: auto;
10770
+ }
10755
10771
  `,
10756
10772
  "KOL-INPUT-RADIO": `/* INPUT */
10757
10773
  kol-input {
@@ -10887,26 +10903,13 @@ const BMF = KoliBri.createTheme("bmf", {
10887
10903
  fieldset div label {
10888
10904
  padding-left: 0;
10889
10905
  }`,
10890
- "KOL-TOAST": `:host > div {
10891
- position: fixed;
10892
- top: 0;
10893
- right: 0;
10894
- width: 100%;
10895
- height: 0;
10896
- z-index: 200;
10897
- }
10898
- :host > div > kol-alert {
10899
- display: block;
10900
- margin-left: auto;
10901
- margin-right: unset;
10902
- padding: 2rem;
10903
- max-width: 440px;
10904
- }
10905
- :host > div > kol-button-wc {
10906
- top: 0;
10907
- position: relative;
10908
- display: block;
10909
- width: 1em;
10906
+ "KOL-TOAST-CONTAINER": `:host {
10907
+ top: 1rem;
10908
+ right: 1rem;
10909
+ width: 440px;
10910
+ }`,
10911
+ "KOL-TOAST": `.toast {
10912
+ margin-top: 1rem;
10910
10913
  }`,
10911
10914
  "KOL-TABS": `button:disabled {
10912
10915
  opacity: 0.5;
@@ -18471,6 +18474,9 @@ const BMF = KoliBri.createTheme("bmf", {
18471
18474
  border-color: var(--color-ocean);
18472
18475
  color: var(--color-white);
18473
18476
  cursor: pointer;
18477
+ }`,
18478
+ "KOL-SPLIT-BUTTON": `.popover {
18479
+ background: #fff;
18474
18480
  }`
18475
18481
  });
18476
18482
 
@@ -19480,12 +19486,12 @@ const DEFAULT = KoliBri.createTheme("default", {
19480
19486
  "KOL-BADGE": css`
19481
19487
  :host {
19482
19488
  display: inline-block;
19489
+ font-size: inherit;
19483
19490
  }
19484
19491
  :host > span {
19485
19492
  border-radius: var(--border-radius);
19486
19493
  display: inline-flex;
19487
19494
  font-style: normal;
19488
- line-height: 1.25rem;
19489
19495
  }
19490
19496
  :host > span.smart-button {
19491
19497
  align-items: center;
@@ -20115,6 +20121,9 @@ const DEFAULT = KoliBri.createTheme("default", {
20115
20121
  :host kol-input.switch {
20116
20122
  grid-template-columns: 3.5rem auto;
20117
20123
  }
20124
+ :host kol-input.button {
20125
+ gap: 0.4rem 0;
20126
+ }
20118
20127
  :host kol-input > div.input {
20119
20128
  display: inherit;
20120
20129
  min-height: var(--a11y-min-size);
@@ -20264,6 +20273,21 @@ const DEFAULT = KoliBri.createTheme("default", {
20264
20273
  :host kol-input.switch input[type='checkbox']:indeterminate:before {
20265
20274
  transform: translateX(1em);
20266
20275
  }
20276
+ .switch {
20277
+ & .icon {
20278
+ width: 1.25em;
20279
+ height: 1.25em;
20280
+ left: 2px;
20281
+ }
20282
+
20283
+ &:has(input:checked) .icon {
20284
+ transform: translate(2em, -50%);
20285
+ }
20286
+
20287
+ &:has(input:indeterminate) .icon {
20288
+ transform: translate(1em, -50%);
20289
+ }
20290
+ }
20267
20291
  :host .disabled {
20268
20292
  opacity: 0.33;
20269
20293
  }
@@ -20397,27 +20421,16 @@ const DEFAULT = KoliBri.createTheme("default", {
20397
20421
  padding-left: 0;
20398
20422
  }
20399
20423
  `,
20400
- "KOL-TOAST": css`
20401
- :host > div {
20402
- position: fixed;
20403
- top: 0;
20404
- right: 0;
20405
- width: 100%;
20406
- height: 0;
20407
- z-index: 200;
20408
- }
20409
- :host > div > kol-alert {
20410
- display: block;
20411
- margin-left: auto;
20412
- margin-right: unset;
20413
- padding: 2rem;
20414
- max-width: 750px;
20424
+ "KOL-TOAST-CONTAINER": css`
20425
+ :host {
20426
+ top: 1rem;
20427
+ right: 1rem;
20428
+ width: 440px;
20415
20429
  }
20416
- :host > div > kol-button-wc {
20417
- top: 0;
20418
- position: relative;
20419
- display: block;
20420
- width: 1rem;
20430
+ `,
20431
+ "KOL-TOAST": css`
20432
+ .toast {
20433
+ margin-top: 1rem;
20421
20434
  }
20422
20435
  `,
20423
20436
  "KOL-TABS": css`
@@ -20878,7 +20891,10 @@ const DEFAULT = KoliBri.createTheme("default", {
20878
20891
  color: var(--color-light);
20879
20892
  cursor: pointer;
20880
20893
  }
20881
- `
20894
+ `,
20895
+ "KOL-SPLIT-BUTTON": `.popover {
20896
+ background: #fff;
20897
+ }`
20882
20898
  });
20883
20899
 
20884
20900
  const ECL_EC = KoliBri.createTheme("ecl-ec", {
@@ -21036,7 +21052,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21036
21052
  outline: 2px solid var(--color-blue);
21037
21053
  outline-offset: -2px;
21038
21054
  }
21039
- div[part="content"] {
21055
+ .content {
21040
21056
  padding: var(--spacing-s) var(--spacing-m);
21041
21057
  }`,
21042
21058
  "KOL-INDENTED-TEXT": `:host > div {
@@ -21235,7 +21251,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21235
21251
  color: var(--color-blue-130);
21236
21252
  }`,
21237
21253
  "KOL-BADGE": `:host > span {
21238
- font: normal normal var(--font-weight) 0.875rem/1em var(--font-family);
21254
+ font: normal normal var(--font-weight) 1em var(--font-family);
21239
21255
  padding: calc(0.5rem - 1px) calc(0.75rem - 1px);
21240
21256
  text-transform: uppercase;
21241
21257
  }`,
@@ -21517,6 +21533,13 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21517
21533
  kol-input {
21518
21534
  gap: var(--spacing-xs);
21519
21535
  }
21536
+ .button {
21537
+ gap: var(--spacing-xs) 0;
21538
+ grid-template-areas:
21539
+ "input label"
21540
+ "hint hint"
21541
+ "error error";
21542
+ }
21520
21543
  kol-input > .input {
21521
21544
  order: 2;
21522
21545
  }
@@ -21541,7 +21564,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21541
21564
  select,
21542
21565
  textarea {
21543
21566
  border: none;
21544
- margin: 1px;
21545
21567
  outline: none;
21546
21568
  }
21547
21569
  input,
@@ -21569,6 +21591,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21569
21591
  color: var(--color-grey);
21570
21592
  order: 4;
21571
21593
  align-items: center;
21594
+ padding: 1px;
21572
21595
  }
21573
21596
  input::placeholder,
21574
21597
  textarea::placeholder {
@@ -21621,6 +21644,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21621
21644
  "KOL-INPUT-RADIO": `fieldset {
21622
21645
  border: 0;
21623
21646
  gap: 0.5rem;
21647
+ flex-wrap: wrap;
21624
21648
  }
21625
21649
  .input-slot {
21626
21650
  gap: 0.25rem;
@@ -21637,6 +21661,13 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21637
21661
  fieldset kol-input {
21638
21662
  order: 4;
21639
21663
  }
21664
+ .radio-input-wrapper {
21665
+ display: flex;
21666
+ align-items: center;
21667
+ }
21668
+ .radio-label {
21669
+ padding-left: 0.5rem;
21670
+ }
21640
21671
  input[type="radio"] {
21641
21672
  border: 2px solid var(--color-grey-75);
21642
21673
  }
@@ -21679,6 +21710,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21679
21710
  font-size: 0.875em;
21680
21711
  margin-left: calc(-1 * var(--spacing-xs));
21681
21712
  order: 1;
21713
+ width: 100%;
21682
21714
  }
21683
21715
  .hint {
21684
21716
  font-size: 0.875rem;
@@ -21770,6 +21802,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21770
21802
  color: var(--color-grey);
21771
21803
  order: 4;
21772
21804
  align-items: center;
21805
+ padding: 1px;
21773
21806
  }
21774
21807
  input::placeholder,
21775
21808
  textarea::placeholder {
@@ -21794,7 +21827,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21794
21827
  select,
21795
21828
  textarea {
21796
21829
  border: none;
21797
- margin: 1px 0.5em;
21798
21830
  outline: none;
21799
21831
  }
21800
21832
  input,
@@ -21822,6 +21854,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21822
21854
  color: var(--color-grey);
21823
21855
  order: 4;
21824
21856
  align-items: center;
21857
+ padding: 1px 0.5em;
21825
21858
  }
21826
21859
  input::placeholder,
21827
21860
  textarea::placeholder {
@@ -21846,7 +21879,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21846
21879
  select,
21847
21880
  textarea {
21848
21881
  border: none;
21849
- margin: 1px 0.5em;
21850
21882
  outline: none;
21851
21883
  }
21852
21884
  input,
@@ -21874,6 +21906,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21874
21906
  color: var(--color-grey);
21875
21907
  order: 4;
21876
21908
  align-items: center;
21909
+ padding: 1px 0.5em;
21877
21910
  }
21878
21911
  input::placeholder,
21879
21912
  textarea::placeholder {
@@ -21898,7 +21931,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21898
21931
  select,
21899
21932
  textarea {
21900
21933
  border: none;
21901
- margin: 1px 0.5em;
21902
21934
  outline: none;
21903
21935
  }
21904
21936
  input,
@@ -21926,6 +21958,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21926
21958
  color: var(--color-grey);
21927
21959
  order: 4;
21928
21960
  align-items: center;
21961
+ padding: 1px 0.5em;
21929
21962
  }
21930
21963
  input::placeholder,
21931
21964
  textarea::placeholder {
@@ -21950,7 +21983,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21950
21983
  select,
21951
21984
  textarea {
21952
21985
  border: none;
21953
- margin: 1px 0.5em;
21954
21986
  outline: none;
21955
21987
  }
21956
21988
  input,
@@ -21978,6 +22010,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
21978
22010
  color: var(--color-grey);
21979
22011
  order: 4;
21980
22012
  align-items: center;
22013
+ padding: 1px 0.5em;
21981
22014
  }
21982
22015
  input::placeholder,
21983
22016
  textarea::placeholder {
@@ -22054,7 +22087,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22054
22087
  select,
22055
22088
  textarea {
22056
22089
  border: none;
22057
- margin: 1px 0.5em;
22058
22090
  outline: none;
22059
22091
  }
22060
22092
  input,
@@ -22082,6 +22114,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22082
22114
  color: var(--color-grey);
22083
22115
  order: 4;
22084
22116
  align-items: center;
22117
+ padding: 1px 0.5em;
22085
22118
  }
22086
22119
  input::placeholder,
22087
22120
  textarea::placeholder {
@@ -22106,7 +22139,6 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22106
22139
  select,
22107
22140
  textarea {
22108
22141
  border: none;
22109
- margin: 1px 0.5em;
22110
22142
  outline: none;
22111
22143
  }
22112
22144
  input,
@@ -22134,6 +22166,7 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22134
22166
  color: var(--color-grey);
22135
22167
  order: 4;
22136
22168
  align-items: center;
22169
+ padding: 1px 0.5em;
22137
22170
  }
22138
22171
  .counter {
22139
22172
  order: 5;
@@ -22318,6 +22351,24 @@ const ECL_EC = KoliBri.createTheme("ecl-ec", {
22318
22351
  border-color: var(--color-blue);
22319
22352
  color: var(--color-white);
22320
22353
  cursor: pointer;
22354
+ }`,
22355
+ "KOL-SPLIT-BUTTON": `.popover {
22356
+ background: #fff;
22357
+ }`,
22358
+ "KOL-TOAST-CONTAINER": `:host {
22359
+ top: 1rem;
22360
+ right: 1rem;
22361
+ width: 440px;
22362
+ }`,
22363
+ "KOL-TOAST": `:host {
22364
+ display: block;
22365
+ }
22366
+ .toast {
22367
+ background: #fff;
22368
+ margin-top: 1rem;
22369
+ }
22370
+ .alert {
22371
+ display: block;
22321
22372
  }`
22322
22373
  });
22323
22374
 
@@ -22367,6 +22418,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
22367
22418
  --color-grey-110: #222732;
22368
22419
  --color-grey-100: #262b38;
22369
22420
  --color-grey-80: #515560;
22421
+ --color-grey-75: #515560;
22370
22422
  --color-grey-60: #7d8088;
22371
22423
  --color-grey-40: #a8aaaf;
22372
22424
  --color-grey-20: #d4d5d7;
@@ -22580,7 +22632,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
22580
22632
  .open .headline button kol-icon::part(icon)::before {
22581
22633
  content: "\\f077";
22582
22634
  }
22583
- .close .headline button kol-icon::part(icon)::before {
22635
+ :not(.open) .headline button kol-icon::part(icon)::before {
22584
22636
  content: "\\f078";
22585
22637
  }
22586
22638
  .content,
@@ -23083,6 +23135,13 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23083
23135
  kol-input {
23084
23136
  gap: var(--spacing-xs);
23085
23137
  }
23138
+ .button {
23139
+ gap: var(--spacing-xs) 0;
23140
+ grid-template-areas:
23141
+ "input label"
23142
+ "hint hint"
23143
+ "error error";
23144
+ }
23086
23145
  kol-input > .input {
23087
23146
  order: 2;
23088
23147
  }
@@ -23107,7 +23166,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23107
23166
  select,
23108
23167
  textarea {
23109
23168
  border: none;
23110
- margin: 1px;
23111
23169
  outline: none;
23112
23170
  }
23113
23171
  input,
@@ -23135,6 +23193,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23135
23193
  color: var(--color-grey);
23136
23194
  order: 4;
23137
23195
  align-items: center;
23196
+ padding: 1px;
23138
23197
  }
23139
23198
  input::placeholder,
23140
23199
  textarea::placeholder {
@@ -23211,7 +23270,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23211
23270
  select,
23212
23271
  textarea {
23213
23272
  border: none;
23214
- margin: 1px 0.5em;
23215
23273
  outline: none;
23216
23274
  }
23217
23275
  input,
@@ -23239,6 +23297,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23239
23297
  color: var(--color-grey);
23240
23298
  order: 4;
23241
23299
  align-items: center;
23300
+ padding: 1px 0.5em;
23242
23301
  }
23243
23302
  input::placeholder,
23244
23303
  textarea::placeholder {
@@ -23263,7 +23322,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23263
23322
  select,
23264
23323
  textarea {
23265
23324
  border: none;
23266
- margin: 1px 0.5em;
23267
23325
  outline: none;
23268
23326
  }
23269
23327
  input,
@@ -23291,6 +23349,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23291
23349
  color: var(--color-grey);
23292
23350
  order: 4;
23293
23351
  align-items: center;
23352
+ padding: 1px 0.5em;
23294
23353
  }
23295
23354
  input::placeholder,
23296
23355
  textarea::placeholder {
@@ -23315,7 +23374,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23315
23374
  select,
23316
23375
  textarea {
23317
23376
  border: none;
23318
- margin: 1px 0.5em;
23319
23377
  outline: none;
23320
23378
  }
23321
23379
  input,
@@ -23343,6 +23401,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23343
23401
  color: var(--color-grey);
23344
23402
  order: 4;
23345
23403
  align-items: center;
23404
+ padding: 1px 0.5em;
23346
23405
  }
23347
23406
  input::placeholder,
23348
23407
  textarea::placeholder {
@@ -23367,7 +23426,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23367
23426
  select,
23368
23427
  textarea {
23369
23428
  border: none;
23370
- margin: 1px;
23371
23429
  outline: none;
23372
23430
  }
23373
23431
  input,
@@ -23395,6 +23453,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23395
23453
  color: var(--color-grey);
23396
23454
  order: 4;
23397
23455
  align-items: center;
23456
+ padding: 1px;
23398
23457
  }
23399
23458
  input::placeholder,
23400
23459
  textarea::placeholder {
@@ -23419,7 +23478,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23419
23478
  select,
23420
23479
  textarea {
23421
23480
  border: none;
23422
- margin: 1px;
23423
23481
  outline: none;
23424
23482
  }
23425
23483
  input,
@@ -23447,6 +23505,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23447
23505
  color: var(--color-grey);
23448
23506
  order: 4;
23449
23507
  align-items: center;
23508
+ padding: 1px;
23450
23509
  }
23451
23510
  input::placeholder,
23452
23511
  textarea::placeholder {
@@ -23471,7 +23530,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23471
23530
  select,
23472
23531
  textarea {
23473
23532
  border: none;
23474
- margin: 1px 0.5em;
23475
23533
  outline: none;
23476
23534
  }
23477
23535
  input,
@@ -23499,6 +23557,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23499
23557
  color: var(--color-grey);
23500
23558
  order: 4;
23501
23559
  align-items: center;
23560
+ padding: 1px 0.5em;
23502
23561
  }
23503
23562
  input::placeholder,
23504
23563
  textarea::placeholder {
@@ -23523,7 +23582,6 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23523
23582
  select,
23524
23583
  textarea {
23525
23584
  border: none;
23526
- margin: 1px 0.5em;
23527
23585
  outline: none;
23528
23586
  }
23529
23587
  input,
@@ -23551,6 +23609,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23551
23609
  color: var(--color-grey);
23552
23610
  order: 4;
23553
23611
  align-items: center;
23612
+ padding: 1px 0.5em;
23554
23613
  }
23555
23614
  kol-input .counter {
23556
23615
  order: 5;
@@ -23724,9 +23783,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23724
23783
  "KOL-INPUT-RADIO": `fieldset {
23725
23784
  border: 0;
23726
23785
  gap: 0.5rem;
23727
- }
23728
- .input-slot {
23729
- gap: 0.25rem;
23786
+ flex-wrap: wrap;
23730
23787
  }
23731
23788
  fieldset kol-alert {
23732
23789
  order: 1;
@@ -23740,8 +23797,16 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23740
23797
  fieldset kol-input {
23741
23798
  order: 4;
23742
23799
  }
23800
+ .radio-input-wrapper {
23801
+ display: flex;
23802
+ align-items: center;
23803
+ }
23804
+ .radio-label {
23805
+ padding-left: 0.5rem;
23806
+ }
23743
23807
  input[type="radio"] {
23744
- border: 2px solid var(--color-grey-75);
23808
+ outline: 2px solid var(--color-grey-75);
23809
+ outline-offset: 2px;
23745
23810
  }
23746
23811
  input[type="radio"]:before {
23747
23812
  display: none;
@@ -23751,8 +23816,7 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23751
23816
  border-width: 7px;
23752
23817
  }
23753
23818
  input[type="radio"]:focus {
23754
- outline: 2px solid var(--color-blue);
23755
- outline-offset: 2px;
23819
+ outline-color: var(--color-blue);
23756
23820
  }
23757
23821
  input[type="radio"]:not(:disabled):hover {
23758
23822
  border-color: var(--color-blue);
@@ -23782,11 +23846,15 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23782
23846
  font-size: 0.875em;
23783
23847
  margin-left: calc(-1 * var(--spacing-xs));
23784
23848
  order: 1;
23849
+ width: 100%;
23785
23850
  }
23786
23851
  .hint {
23787
23852
  font-size: 0.875rem;
23788
23853
  order: 4;
23789
23854
  }`,
23855
+ "KOL-INPUT-RANGE": `.inputs-wrapper {
23856
+ gap: 1rem;
23857
+ }`,
23790
23858
  "KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
23791
23859
  border-radius: 4px;
23792
23860
  gap: 0.5rem;
@@ -23795,6 +23863,24 @@ const ECL_EU = KoliBri.createTheme("ecl-eu", {
23795
23863
  background-color: #0e47cb;
23796
23864
  color: #fff;
23797
23865
  cursor: pointer;
23866
+ }`,
23867
+ "KOL-SPLIT-BUTTON": `.popover {
23868
+ background: #fff;
23869
+ }`,
23870
+ "KOL-TOAST-CONTAINER": `:host {
23871
+ top: 1rem;
23872
+ right: 1rem;
23873
+ width: 440px;
23874
+ }`,
23875
+ "KOL-TOAST": `:host {
23876
+ display: block;
23877
+ }
23878
+ .toast {
23879
+ background: #fff;
23880
+ margin-top: 1rem;
23881
+ }
23882
+ .alert {
23883
+ display: block;
23798
23884
  }`
23799
23885
  });
23800
23886
 
@@ -24528,6 +24614,9 @@ const ITZBund = KoliBri.createTheme("itzbund", {
24528
24614
  :host .default {
24529
24615
  border-color: var(--color-anthrazit);
24530
24616
  }
24617
+ .heading {
24618
+ gap: 0.5rem;
24619
+ }
24531
24620
  .default .heading-icon {
24532
24621
  background-color: var(--color-anthrazit);
24533
24622
  }
@@ -24601,7 +24690,6 @@ const ITZBund = KoliBri.createTheme("itzbund", {
24601
24690
  :host > span {
24602
24691
  border-radius: 0.3125rem;
24603
24692
  display: inline-flex;
24604
- line-height: 1.25rem;
24605
24693
  }
24606
24694
  :host > span kol-button-wc {
24607
24695
  border-left: 1px solid rgba(0, 0, 0, 0.25);
@@ -24914,6 +25002,9 @@ const ITZBund = KoliBri.createTheme("itzbund", {
24914
25002
  font-size: inherit;
24915
25003
  line-height: inherit;
24916
25004
  }
25005
+ .content {
25006
+ padding: 0.5rem;
25007
+ }
24917
25008
  :host > div > kol-heading-wc button kol-icon::part(close)::before {
24918
25009
  font-family: "Font Awesome 6 Free";
24919
25010
  content: "\\f077";
@@ -25123,9 +25214,16 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25123
25214
  kol-input.default {
25124
25215
  grid-template-columns: calc(6 * 2 * var(--spacing)) auto;
25125
25216
  }
25126
- kol-input.switch {
25217
+ .switch {
25127
25218
  grid-template-columns: calc(13 * 2 * var(--spacing)) auto;
25128
25219
  }
25220
+ .button {
25221
+ gap: 0.5rem 0;
25222
+ grid-template-areas:
25223
+ "input label"
25224
+ "hint hint"
25225
+ "error error";
25226
+ }
25129
25227
  kol-input > div.input {
25130
25228
  display: inline-flex;
25131
25229
  order: 1;
@@ -25229,11 +25327,13 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25229
25327
  transform: translateX(0.75em);
25230
25328
  background-color: var(--color-petrol);
25231
25329
  }
25330
+ .switch:has(input:not(:checked), input:indeterminate) .icon {
25331
+ color: #fff;
25332
+ }
25232
25333
  .disabled {
25233
25334
  opacity: 0.33;
25234
25335
  }
25235
- .default kol-icon,
25236
- .switch kol-icon {
25336
+ .default kol-icon {
25237
25337
  display: none;
25238
25338
  }
25239
25339
  kol-input span.hint {
@@ -25282,8 +25382,10 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25282
25382
  border: 0px;
25283
25383
  margin: 0px;
25284
25384
  padding: 0px;
25285
- display: grid;
25286
- gap: 0.25em;
25385
+ flex-wrap: wrap;
25386
+ }
25387
+ fieldset.horizontal {
25388
+ gap: 1rem;
25287
25389
  }
25288
25390
  fieldset legend {
25289
25391
  display: block;
@@ -25324,28 +25426,22 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25324
25426
  background-color: var(--color-input-bg-default);
25325
25427
  border-color: #999;
25326
25428
  cursor: not-allowed;
25327
- }`,
25328
- "KOL-TOAST": `:host > div {
25329
- position: fixed;
25330
- top: 0;
25331
- left: 0;
25332
- width: 100%;
25333
- height: 0;
25334
- z-index: 200;
25335
25429
  }
25336
- :host > div > kol-alert {
25337
- display: block;
25338
- margin: auto;
25339
- padding: 1rem;
25340
- max-width: 750px;
25341
- }
25342
- :host > div > kol-button-wc {
25343
- top: 0;
25344
- position: relative;
25345
- display: block;
25346
- margin: auto;
25347
- width: 1em;
25430
+ kol-alert {
25431
+ width: 100%:
25348
25432
  }`,
25433
+ "KOL-TOAST-CONTAINER": `:host {
25434
+ top: 1rem;
25435
+ width: 750px;
25436
+ left: 50%;
25437
+ transform: translateX(-50%);
25438
+ }`,
25439
+ "KOL-TOAST": `
25440
+ .toast {
25441
+ background: #fff;
25442
+ margin-top: 1rem;
25443
+ }
25444
+ `,
25349
25445
  "KOL-TABS": `:host > div {
25350
25446
  display: block;
25351
25447
  width: 100%;
@@ -25514,6 +25610,9 @@ const ITZBund = KoliBri.createTheme("itzbund", {
25514
25610
  border-color: var(--color-petrol);
25515
25611
  color: var(--color-weiss);
25516
25612
  cursor: pointer;
25613
+ }`,
25614
+ "KOL-SPLIT-BUTTON": `.popover {
25615
+ background: #fff;
25517
25616
  }`
25518
25617
  });
25519
25618
 
@@ -35982,6 +36081,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
35982
36081
  kol-input.switch {
35983
36082
  grid-template-columns: calc(13 * var(--spacing)) auto;
35984
36083
  }
36084
+ .button {
36085
+ gap: 0.5rem 0;
36086
+ }
35985
36087
  kol-input > div.input {
35986
36088
  display: inline-flex;
35987
36089
  order: 1;
@@ -36085,6 +36187,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
36085
36187
  transform: translateX(0.75em);
36086
36188
  background-color: var(--kolibri-color-primary);
36087
36189
  }
36190
+ .switch:has(input:not(:checked), input:indeterminate) .icon {
36191
+ color: #fff;
36192
+ }
36088
36193
  .disabled {
36089
36194
  opacity: 0.33;
36090
36195
  }`,
@@ -36530,6 +36635,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
36530
36635
  font-weight: inherit;
36531
36636
  font-size: inherit;
36532
36637
  line-height: inherit;
36638
+ }
36639
+ .content {
36640
+ padding: 0.5rem;
36533
36641
  }`,
36534
36642
  "KOL-CARD": `:host > div {
36535
36643
  border-color: var(--kolibri-border-color);
@@ -36554,7 +36662,7 @@ const MAPZ = KoliBri.createTheme("mapz", {
36554
36662
  padding: 0.5rem;
36555
36663
  }
36556
36664
  :host div.content {
36557
- padding: 0;
36665
+ padding: 0.5rem;
36558
36666
  }
36559
36667
  :host div.content,
36560
36668
  :host div.content + div.footer {
@@ -36817,28 +36925,18 @@ const MAPZ = KoliBri.createTheme("mapz", {
36817
36925
  :host > div.tabs-align-right > div {
36818
36926
  border-radius: 0.25rem 0 0 0.25rem;
36819
36927
  }`,
36820
- "KOL-TOAST": `:host > div {
36821
- position: fixed;
36822
- top: 0;
36823
- left: 0;
36824
- width: 100%;
36825
- height: 0;
36826
- z-index: 200;
36827
- }
36828
- :host > div > kol-alert {
36829
- background-color: white;
36830
- border-radius: var(--kolibri-border-radius);
36831
- display: block;
36832
- margin: 1rem auto;
36833
- max-width: 750px;
36834
- }
36835
- :host > div > kol-button-wc {
36836
- top: 0;
36837
- position: relative;
36838
- display: block;
36839
- margin: auto;
36840
- width: 1em;
36928
+ "KOL-TOAST-CONTAINER": `:host {
36929
+ top: 1rem;
36930
+ width: 750px;
36931
+ left: 50%;
36932
+ transform: translateX(-50%);
36841
36933
  }`,
36934
+ "KOL-TOAST": `
36935
+ .toast {
36936
+ background: #fff;
36937
+ margin-top: 1rem;
36938
+ }
36939
+ `,
36842
36940
  "KOL-NAV": `:host > div {
36843
36941
  gap: var(--spacing);
36844
36942
  }
@@ -52688,6 +52786,9 @@ const MAPZ = KoliBri.createTheme("mapz", {
52688
52786
  border-color: var(--kolibri-border-color);
52689
52787
  color: white;
52690
52788
  cursor: pointer;
52789
+ }`,
52790
+ "KOL-SPLIT-BUTTON": `.popover {
52791
+ background: #fff;
52691
52792
  }`
52692
52793
  });
52693
52794
 
@@ -52790,7 +52891,6 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
52790
52891
  :host > span {
52791
52892
  border-radius: 0.3125rem;
52792
52893
  display: inline-flex;
52793
- line-height: 1.25rem;
52794
52894
  }
52795
52895
  :host > span kol-span-wc {
52796
52896
  padding: 0.25rem 0.5rem;
@@ -53019,13 +53119,13 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53019
53119
  }
53020
53120
  th[data-sort="sort-NOS"] kol-button::part(icon)::before,
53021
53121
  th[data-sort="sort-undefined"] kol-button::part(icon)::before {
53022
- content: "\f0dc";
53122
+ content: "\\f0dc";
53023
53123
  }
53024
53124
  th[data-sort="sort-ASC"] kol-button::part(icon)::before {
53025
- content: "\f0de";
53125
+ content: "\\f0de";
53026
53126
  }
53027
53127
  th[data-sort="sort-DESC"] kol-button::part(icon)::before {
53028
- content: "\f0dd";
53128
+ content: "\\f0dd";
53029
53129
  }`,
53030
53130
  "KOL-ACCORDION": `:host > div {
53031
53131
  border-color: var(--border-color);
@@ -53065,7 +53165,7 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53065
53165
  :host > div.open > kol-heading-wc button kol-icon::part(icon)::before {
53066
53166
  content: "\\f077";
53067
53167
  }
53068
- :host > div.close > kol-heading-wc button kol-icon::part(icon)::before {
53168
+ :host > div:not(.open) > kol-heading-wc button kol-icon::part(icon)::before {
53069
53169
  content: "\\f078";
53070
53170
  }`,
53071
53171
  "KOL-ALERT": `kol-alert-wc {
@@ -53135,7 +53235,7 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53135
53235
  display: flex;
53136
53236
  gap: var(--spacing);
53137
53237
  flex-grow: 1;
53138
- align-items: flex-start;
53238
+ align-items: center;
53139
53239
  }
53140
53240
  .msg .heading > div {
53141
53241
  display: flex;
@@ -53215,8 +53315,11 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53215
53315
  border-radius: var(--border-radius);
53216
53316
  border-style: solid;
53217
53317
  border-width: 1px;
53318
+ background: #fff;
53218
53319
  }
53219
- :host > div .header {
53320
+ :host > div .header,
53321
+ .content,
53322
+ .footer {
53220
53323
  padding: 1.5rem;
53221
53324
  }`,
53222
53325
  "KOL-BUTTON": `:host > kol-button-wc > button > kol-span-wc,
@@ -53443,27 +53546,18 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53443
53546
  padding: 0.75rem 1rem;
53444
53547
  text-decoration: underline;
53445
53548
  }`,
53446
- "KOL-TOAST": `:host > div {
53447
- position: fixed;
53448
- top: 0;
53449
- left: 0;
53450
- width: 100%;
53451
- height: 0;
53452
- z-index: 200;
53453
- }
53454
- :host > div > kol-alert {
53455
- display: block;
53456
- margin: auto;
53457
- padding: 1rem;
53458
- max-width: 750px;
53459
- }
53460
- :host > div > kol-button-wc {
53461
- top: 0;
53462
- position: relative;
53463
- display: block;
53464
- margin: auto;
53465
- width: 1em;
53549
+ "KOL-TOAST-CONTAINER": `:host {
53550
+ top: 1rem;
53551
+ width: 750px;
53552
+ left: 50%;
53553
+ transform: translateX(-50%);
53466
53554
  }`,
53555
+ "KOL-TOAST": `
53556
+ .toast {
53557
+ background: #fff;
53558
+ margin-top: 1rem;
53559
+ }
53560
+ `,
53467
53561
  "KOL-PROGRESS": `svg line:first-child,
53468
53562
  svg circle:first-child {
53469
53563
  stroke: var(--color-neutral);
@@ -53510,6 +53604,13 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53510
53604
  kol-input.switch {
53511
53605
  grid-template-columns: calc(13 * var(--spacing)) auto;
53512
53606
  }
53607
+ .button {
53608
+ grid-template-areas:
53609
+ "input label"
53610
+ "hint hint"
53611
+ "error error";
53612
+ gap: 0.5rem 0;
53613
+ }
53513
53614
  kol-input > div.input {
53514
53615
  display: inline-flex;
53515
53616
  order: 1;
@@ -53614,6 +53715,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53614
53715
  transform: translateX(0.75em);
53615
53716
  background-color: white;
53616
53717
  }
53718
+ .switch:has(input:not(:checked, :indeterminate)) .icon {
53719
+ color: #fff;
53720
+ }
53617
53721
  .disabled {
53618
53722
  opacity: 0.33;
53619
53723
  }`,
@@ -53698,6 +53802,13 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
53698
53802
  fieldset kol-input {
53699
53803
  order: 2;
53700
53804
  }
53805
+ .radio-input-wrapper {
53806
+ display: flex;
53807
+ align-items: center;
53808
+ }
53809
+ .radio-label {
53810
+ padding-left: 0.5rem;
53811
+ }
53701
53812
  .disabled {
53702
53813
  opacity: 0.33;
53703
53814
  }
@@ -61313,6 +61424,9 @@ const ZOLLv2 = KoliBri.createTheme("zoll-v2", {
61313
61424
  border-color: var(--color-blau-dark);
61314
61425
  color: white;
61315
61426
  cursor: pointer;
61427
+ }`,
61428
+ "KOL-SPLIT-BUTTON": `.popover {
61429
+ background: #fff;
61316
61430
  }`
61317
61431
  });
61318
61432