hr-design-system-handlebars 1.110.7 → 1.110.9

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.
Files changed (72) hide show
  1. package/.storybook/preview.js +1 -1
  2. package/CHANGELOG.md +24 -0
  3. package/dist/assets/index.css +76 -74
  4. package/dist/views/components/content/copytext/components/audio.hbs +2 -2
  5. package/dist/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  6. package/dist/views/components/content/copytext/components/cite.hbs +1 -1
  7. package/dist/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  8. package/dist/views/components/content/copytext/components/image/image.hbs +4 -4
  9. package/dist/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  10. package/dist/views/components/content/copytext/components/posterteaser.hbs +1 -1
  11. package/dist/views/components/content/copytext/components/video/video.hbs +2 -2
  12. package/dist/views/components/content/copytext/components/videolivestream.hbs +2 -2
  13. package/dist/views/components/forms/backgroundBox.hbs +1 -1
  14. package/dist/views/components/forms/choice.hbs +5 -5
  15. package/dist/views/components/forms/choiceGroup.hbs +3 -3
  16. package/dist/views/components/forms/controls.hbs +1 -1
  17. package/dist/views/components/forms/error_icon.hbs +1 -1
  18. package/dist/views/components/forms/fields.hbs +1 -1
  19. package/dist/views/components/forms/input.hbs +14 -14
  20. package/dist/views/components/forms/select.hbs +9 -9
  21. package/dist/views/components/forms/textarea.hbs +7 -7
  22. package/dist/views/components/forms/webform.hbs +1 -12
  23. package/dist/views/components/podcast/components/podcast_player_ui.hbs +1 -1
  24. package/dist/views/components/podcast/components/podcast_subscribe_button.hbs +1 -1
  25. package/dist/views_static/components/content/copytext/components/audio.hbs +2 -2
  26. package/dist/views_static/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  27. package/dist/views_static/components/content/copytext/components/cite.hbs +1 -1
  28. package/dist/views_static/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  29. package/dist/views_static/components/content/copytext/components/image/image.hbs +4 -4
  30. package/dist/views_static/components/content/copytext/components/podcastepisode.hbs +1 -1
  31. package/dist/views_static/components/content/copytext/components/posterteaser.hbs +1 -1
  32. package/dist/views_static/components/content/copytext/components/video/video.hbs +2 -2
  33. package/dist/views_static/components/content/copytext/components/videolivestream.hbs +2 -2
  34. package/dist/views_static/components/forms/backgroundBox.hbs +1 -1
  35. package/dist/views_static/components/forms/choice.hbs +5 -5
  36. package/dist/views_static/components/forms/choiceGroup.hbs +3 -3
  37. package/dist/views_static/components/forms/controls.hbs +1 -1
  38. package/dist/views_static/components/forms/error_icon.hbs +1 -1
  39. package/dist/views_static/components/forms/fields.hbs +1 -1
  40. package/dist/views_static/components/forms/input.hbs +14 -14
  41. package/dist/views_static/components/forms/select.hbs +9 -9
  42. package/dist/views_static/components/forms/textarea.hbs +7 -7
  43. package/dist/views_static/components/forms/webform.hbs +1 -12
  44. package/dist/views_static/components/podcast/components/podcast_player_ui.hbs +1 -1
  45. package/dist/views_static/components/podcast/components/podcast_subscribe_button.hbs +1 -1
  46. package/package.json +1 -1
  47. package/src/assets/fixtures/content/copytext/components/form/form_input.json +16 -16
  48. package/src/assets/fixtures/content/copytext/copytext_webform.json +4 -0
  49. package/src/assets/tailwind.css +20 -24
  50. package/src/stories/views/components/content/copytext/components/audio.hbs +2 -2
  51. package/src/stories/views/components/content/copytext/components/audioeventlivestream.hbs +2 -2
  52. package/src/stories/views/components/content/copytext/components/cite.hbs +1 -1
  53. package/src/stories/views/components/content/copytext/components/common/paragraphbox_wrapper.hbs +1 -1
  54. package/src/stories/views/components/content/copytext/components/image/image.hbs +4 -4
  55. package/src/stories/views/components/content/copytext/components/podcastepisode.hbs +1 -1
  56. package/src/stories/views/components/content/copytext/components/posterteaser.hbs +1 -1
  57. package/src/stories/views/components/content/copytext/components/video/video.hbs +2 -2
  58. package/src/stories/views/components/content/copytext/components/videolivestream.hbs +2 -2
  59. package/src/stories/views/components/content/copytext/fixtures/copytext_webform.json +1 -1
  60. package/src/stories/views/components/forms/backgroundBox.hbs +1 -1
  61. package/src/stories/views/components/forms/choice.hbs +5 -5
  62. package/src/stories/views/components/forms/choiceGroup.hbs +3 -3
  63. package/src/stories/views/components/forms/controls.hbs +1 -1
  64. package/src/stories/views/components/forms/error_icon.hbs +1 -1
  65. package/src/stories/views/components/forms/fields.hbs +1 -1
  66. package/src/stories/views/components/forms/input.hbs +14 -14
  67. package/src/stories/views/components/forms/select.hbs +9 -9
  68. package/src/stories/views/components/forms/textarea.hbs +7 -7
  69. package/src/stories/views/components/forms/webform.hbs +1 -12
  70. package/src/stories/views/components/podcast/components/podcast_player_ui.hbs +1 -1
  71. package/src/stories/views/components/podcast/components/podcast_subscribe_button.hbs +1 -1
  72. package/tailwind.config.js +4 -2
@@ -29,7 +29,7 @@ checkcss.onClassnameDetected = function (classname, element) {
29
29
  // For example, to ignore classnames starting with
30
30
  // "license-" or "maintainer-"...
31
31
  var storybookRoot = document.getElementById('storybook-root');
32
- var prefixes = /^js-|^ui-test-|^sb-/.test(classname) ? false : true
32
+ var prefixes = /^js-|^ui-test-|^hrds-|^sb-/.test(classname) ? false : true
33
33
  return storybookRoot.contains(element) && prefixes
34
34
  }
35
35
  checkcss.onUndefinedClassname = function (classname) {
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v1.110.9 (Wed Oct 16 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Feature/dpe 3394 [#1113](https://github.com/mumprod/hr-design-system-handlebars/pull/1113) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
13
+ # v1.110.8 (Tue Oct 15 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Forms colors and spacings [#1112](https://github.com/mumprod/hr-design-system-handlebars/pull/1112) ([@vascoeduardo](https://github.com/vascoeduardo))
18
+
19
+ #### Authors: 1
20
+
21
+ - Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
22
+
23
+ ---
24
+
1
25
  # v1.110.7 (Mon Oct 14 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
@@ -24,7 +24,7 @@
24
24
  --tw-gradient-to-position: ;
25
25
  }
26
26
 
27
- .ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-teaser-focus, .ds-teaser-focus::before, .ds-cta > *, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .hrds-copytext__link, .hrds-copytext__link:not(:focus-visible), .shadow, .shadow-md, .shadow-xl, .toggleSwitch-label, .before\:shadow-stage::before {
27
+ .ds-focus, .ds-focus:not(:focus-visible), .ds-button, .ds-button:not(:focus-visible), .ds-button-round, .ds-button-round:not(:focus-visible), .ds-link, .ds-link:not(:focus-visible), .ds-teaser-focus, .ds-teaser-focus::before, .ds-cta > *, .ds-teaser-focus:not(:focus-visible)::before, .-isOpen, .hrds-copytext__link, .hrds-copytext__link:not(:focus-visible), .shadow, .shadow-md, .shadow-xl, .toggleSwitch-label, .autofill\:shadow-autofill, .before\:shadow-stage::before {
28
28
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
29
29
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
30
30
  --tw-shadow: 0 0 rgba(0,0,0,0);
@@ -2358,16 +2358,6 @@ article.indexTextDS .indexTextHighlighted .link {
2358
2358
  border-color: rgba(227, 227, 227, 1);
2359
2359
  border-color: rgba(227, 227, 227, var(--tw-border-opacity));
2360
2360
  }
2361
- .border-blue-500 {
2362
- --tw-border-opacity: 1;
2363
- border-color: rgba(59, 130, 246, 1);
2364
- border-color: rgba(59, 130, 246, var(--tw-border-opacity));
2365
- }
2366
- .border-blue-science-hex {
2367
- --tw-border-opacity: 1;
2368
- border-color: rgba(0, 109, 193, 1);
2369
- border-color: rgba(0, 109, 193, var(--tw-border-opacity));
2370
- }
2371
2361
  .border-brandnavigation-border-color {
2372
2362
  border-color: #005293;
2373
2363
  border-color: var(--color-brandnavigation-border-color);
@@ -2390,6 +2380,10 @@ article.indexTextDS .indexTextHighlighted .link {
2390
2380
  border-color: #005293;
2391
2381
  border-color: var(--color-content-nav);
2392
2382
  }
2383
+ .border-error {
2384
+ border-color: #cc1a14;
2385
+ border-color: var(--color-error);
2386
+ }
2393
2387
  .border-event-calendar-secondary {
2394
2388
  border-color: #797979;
2395
2389
  border-color: var(--color-eventcalendar-secondary);
@@ -2427,6 +2421,14 @@ article.indexTextDS .indexTextHighlighted .link {
2427
2421
  border-color: rgba(96, 96, 96, 1);
2428
2422
  border-color: rgba(96, 96, 96, var(--tw-border-opacity));
2429
2423
  }
2424
+ .border-link {
2425
+ border-color: #006eb7;
2426
+ border-color: var(--color-link);
2427
+ }
2428
+ .border-link-dark {
2429
+ border-color: #006eb7;
2430
+ border-color: var(--color-link-dark);
2431
+ }
2430
2432
  .border-navigation-border-color {
2431
2433
  border-color: #fff;
2432
2434
  border-color: var(--color-navigation-border-color);
@@ -2440,11 +2442,6 @@ article.indexTextDS .indexTextHighlighted .link {
2440
2442
  border-color: rgba(248, 113, 113, 1);
2441
2443
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
2442
2444
  }
2443
- .border-red-700 {
2444
- --tw-border-opacity: 1;
2445
- border-color: rgba(185, 28, 28, 1);
2446
- border-color: rgba(185, 28, 28, var(--tw-border-opacity));
2447
- }
2448
2445
  .border-servicenavigation-border-color {
2449
2446
  border-color: #fff;
2450
2447
  border-color: var(--color-servicenavigation-border-color);
@@ -2539,11 +2536,6 @@ article.indexTextDS .indexTextHighlighted .link {
2539
2536
  background-color: rgba(243, 244, 246, 1);
2540
2537
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
2541
2538
  }
2542
- .bg-gray-400 {
2543
- --tw-bg-opacity: 1;
2544
- background-color: rgba(156, 163, 175, 1);
2545
- background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
2546
- }
2547
2539
  .bg-gray-500 {
2548
2540
  --tw-bg-opacity: 1;
2549
2541
  background-color: rgba(107, 114, 128, 1);
@@ -2570,7 +2562,7 @@ article.indexTextDS .indexTextHighlighted .link {
2570
2562
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity));
2571
2563
  }
2572
2564
  .bg-highlight-1 {
2573
- background-color: #eaf3fa;
2565
+ background-color: #E6E6E6;
2574
2566
  background-color: var(--color-highlight-1);
2575
2567
  }
2576
2568
  .bg-highlight-2 {
@@ -2774,6 +2766,10 @@ article.indexTextDS .indexTextHighlighted .link {
2774
2766
  .fill-current {
2775
2767
  fill: currentColor;
2776
2768
  }
2769
+ .fill-error {
2770
+ fill: #cc1a14;
2771
+ fill: var(--color-error);
2772
+ }
2777
2773
  .fill-event-calendar-secondary {
2778
2774
  fill: #797979;
2779
2775
  fill: var(--color-eventcalendar-secondary);
@@ -2786,9 +2782,6 @@ article.indexTextDS .indexTextHighlighted .link {
2786
2782
  fill: #006eb7;
2787
2783
  fill: var(--color-link);
2788
2784
  }
2789
- .fill-red-700 {
2790
- fill: #b91c1c;
2791
- }
2792
2785
  .fill-search {
2793
2786
  fill: #000000;
2794
2787
  fill: var(--search-icon-color);
@@ -3251,6 +3244,10 @@ article.indexTextDS .indexTextHighlighted .link {
3251
3244
  color: #005293;
3252
3245
  color: var(--color-content-nav);
3253
3246
  }
3247
+ .text-error {
3248
+ color: #cc1a14;
3249
+ color: var(--color-error);
3250
+ }
3254
3251
  .text-event-status {
3255
3252
  color: #cc1a14;
3256
3253
  color: var(--color-event-status);
@@ -3263,16 +3260,6 @@ article.indexTextDS .indexTextHighlighted .link {
3263
3260
  color: #000000;
3264
3261
  color: var(--color-footer-text);
3265
3262
  }
3266
- .text-gray-500 {
3267
- --tw-text-opacity: 1;
3268
- color: rgba(107, 114, 128, 1);
3269
- color: rgba(107, 114, 128, var(--tw-text-opacity));
3270
- }
3271
- .text-gray-800 {
3272
- --tw-text-opacity: 1;
3273
- color: rgba(31, 41, 55, 1);
3274
- color: rgba(31, 41, 55, var(--tw-text-opacity));
3275
- }
3276
3263
  .text-gray-dark {
3277
3264
  --tw-text-opacity: 1;
3278
3265
  color: rgba(112, 112, 112, 1);
@@ -3324,11 +3311,6 @@ article.indexTextDS .indexTextHighlighted .link {
3324
3311
  color: #005293;
3325
3312
  color: var(--color-primary-ds);
3326
3313
  }
3327
- .text-red-700 {
3328
- --tw-text-opacity: 1;
3329
- color: rgba(185, 28, 28, 1);
3330
- color: rgba(185, 28, 28, var(--tw-text-opacity));
3331
- }
3332
3314
  .text-search-footer-text {
3333
3315
  color: #000000;
3334
3316
  color: var(--color-search-footer-text);
@@ -3593,7 +3575,7 @@ article.indexTextDS .indexTextHighlighted .link {
3593
3575
  border-bottom-color: var(--color-secondary-ds);
3594
3576
  }
3595
3577
  .counter-reset {
3596
- counter-reset: cnt1728919117449;
3578
+ counter-reset: cnt1729072489604;
3597
3579
  }
3598
3580
  .placeholder-text-xs::-webkit-input-placeholder {
3599
3581
  font-size: 0.75rem;
@@ -4007,7 +3989,7 @@ article.indexTextDS .indexTextHighlighted .link {
4007
3989
  --tw-ring-color: rgba(255, 255, 255, 0.5);
4008
3990
  }
4009
3991
  .-ordered {
4010
- counter-increment: cnt1728919117449 1;
3992
+ counter-increment: cnt1729072489604 1;
4011
3993
  }
4012
3994
  .-ordered::before {
4013
3995
  position: absolute;
@@ -4025,7 +4007,7 @@ article.indexTextDS .indexTextHighlighted .link {
4025
4007
  --tw-text-opacity: 1;
4026
4008
  color: rgba(0, 0, 0, 1);
4027
4009
  color: rgba(0, 0, 0, var(--tw-text-opacity));
4028
- content: counter(cnt1728919117449);
4010
+ content: counter(cnt1729072489604);
4029
4011
  }
4030
4012
  /*! ****************************/
4031
4013
  /*! DataPolicy stuff */
@@ -4209,7 +4191,7 @@ input[type='radio']:checked::after {
4209
4191
 
4210
4192
  --color-primary-ds: #005293;
4211
4193
  --color-secondary-ds: #606060;
4212
- --color-highlight-1: #eaf3fa;
4194
+ --color-highlight-1: #E6E6E6;
4213
4195
  --color-highlight-2: #d34600;
4214
4196
  --color-highlight-3: #707070;
4215
4197
  --color-highlight-1-dark: #2d2d2d;
@@ -4357,6 +4339,8 @@ input[type='radio']:checked::after {
4357
4339
  --structure-nav-text: #ffffff;
4358
4340
  --structure-nav-text-mobile: var(--color-primary-ds);
4359
4341
 
4342
+ --color-error: #cc1a14;
4343
+
4360
4344
  --feature-box-height: 0;
4361
4345
  }
4362
4346
  :root .ardplayer, [data-theme='default'] .ardplayer {
@@ -4535,7 +4519,6 @@ input[type='radio']:checked::after {
4535
4519
  [data-theme='hr-fernsehen'] {
4536
4520
  --color-primary-ds: #007396;
4537
4521
  --color-secondary-ds: #007179;
4538
- --color-highlight-1: #eaeded;
4539
4522
  --color-highlight-2: #d34600;
4540
4523
 
4541
4524
  /* Brandnavigation Border and :before Colors*/
@@ -4629,7 +4612,7 @@ input[type='radio']:checked::after {
4629
4612
  [data-theme='hr-inforadio'] {
4630
4613
  --color-primary-ds: #276b9e;
4631
4614
  --color-secondary-ds: #007179;
4632
- --color-highlight-1: #e5edf1;
4615
+ --color-highlight-1: #eaf3fa;
4633
4616
  --color-highlight-2: #d34600;
4634
4617
 
4635
4618
  /* Service/Sectionnavigation Border-Color */
@@ -4729,7 +4712,6 @@ input[type='radio']:checked::after {
4729
4712
  [data-theme='hr-rundfunkrat'] {
4730
4713
  --color-primary-ds: #606060;
4731
4714
  --color-secondary-ds: #007179;
4732
- --color-highlight-1: #eaf3fa;
4733
4715
  --color-highlight-2: #d34600;
4734
4716
 
4735
4717
  /* Navigation Hintergrund */
@@ -4838,7 +4820,7 @@ input[type='radio']:checked::after {
4838
4820
  [data-theme='hr-werbung'] {
4839
4821
  --color-primary-ds: #007396;
4840
4822
  --color-secondary-ds: #007179;
4841
- --color-highlight-1: #eaf3fa;
4823
+ --color-highlight-1: #eaf5f7;
4842
4824
  --color-highlight-2: #d34600;
4843
4825
 
4844
4826
  /* Brandnavigation Border and :before Colors*/
@@ -4950,7 +4932,6 @@ input[type='radio']:checked::after {
4950
4932
  [data-theme='hr-sinfonieorchester'] {
4951
4933
  --color-primary-ds: #8d2725;
4952
4934
  --color-secondary-ds: #007179;
4953
- --color-highlight-1: #e0e0e0;
4954
4935
  --color-highlight-2: #d34600;
4955
4936
 
4956
4937
  /* Brandnavigation Border and :before Colors*/
@@ -5149,7 +5130,6 @@ input[type='radio']:checked::after {
5149
5130
  [data-theme='hr'] {
5150
5131
  --color-primary-ds: #007396;
5151
5132
  --color-secondary-ds: #007396;
5152
- --color-highlight-1: #eaf3fa;
5153
5133
  --color-highlight-2: #d34600;
5154
5134
 
5155
5135
  /* Navigation Hintergrund */
@@ -5365,7 +5345,6 @@ input[type='radio']:checked::after {
5365
5345
  [data-theme='hr2'] {
5366
5346
  --color-primary-ds: #ec6602;
5367
5347
  --color-secondary-ds: #007179;
5368
- --color-highlight-1: #e0e0e0;
5369
5348
  --color-highlight-2: #d34600;
5370
5349
 
5371
5350
  /* Brandnavigation Border and :before Colors*/
@@ -5485,7 +5464,7 @@ input[type='radio']:checked::after {
5485
5464
  [data-theme='hr3'] {
5486
5465
  --color-primary-ds: #c20016;
5487
5466
  --color-secondary-ds: #007179;
5488
- --color-highlight-1: #E6E6E6;
5467
+
5489
5468
  --color-highlight-2: #d34600;
5490
5469
 
5491
5470
  /* Brandnavigation Border and :before Colors*/
@@ -5590,7 +5569,7 @@ input[type='radio']:checked::after {
5590
5569
  [data-theme='hr4'] {
5591
5570
  --color-primary-ds: #bf0071;
5592
5571
  --color-secondary-ds: #007179;
5593
- --color-highlight-1: #DBEAEA;
5572
+ --color-highlight-1: #eaf5f7;
5594
5573
  --color-highlight-2: #d34600;
5595
5574
 
5596
5575
  /* Service/Sectionnavigation Border Color */
@@ -5695,7 +5674,6 @@ input[type='radio']:checked::after {
5695
5674
  [data-theme='you-fm'] {
5696
5675
  --color-primary-ds: #007179 /* #c20016 */;
5697
5676
  --color-secondary-ds: #007179;
5698
- --color-highlight-1: #E5E8E8;
5699
5677
  --color-highlight-2: #d34600;
5700
5678
 
5701
5679
  /* Brandnavigation Border and :before Colors*/
@@ -5939,24 +5917,31 @@ input[type='radio']:checked::after {
5939
5917
  .last-of-type\:pb-3:last-of-type {
5940
5918
  padding-bottom: 0.75rem;
5941
5919
  }
5942
- .checked\:border-blue-congress-hex:checked {
5943
- --tw-border-opacity: 1;
5944
- border-color: rgba(0, 82, 147, 1);
5945
- border-color: rgba(0, 82, 147, var(--tw-border-opacity));
5920
+ .checked\:border-link:checked {
5921
+ border-color: #006eb7;
5922
+ border-color: var(--color-link);
5946
5923
  }
5947
- .checked\:border-transparent:checked {
5948
- border-color: transparent;
5949
- }
5950
- .checked\:bg-blue-congress-hex:checked {
5951
- --tw-bg-opacity: 1;
5952
- background-color: rgba(0, 82, 147, 1);
5953
- background-color: rgba(0, 82, 147, var(--tw-bg-opacity));
5924
+ .checked\:bg-link:checked {
5925
+ background-color: #006eb7;
5926
+ background-color: var(--color-link);
5954
5927
  }
5955
5928
  .checked\:bg-white:checked {
5956
5929
  --tw-bg-opacity: 1;
5957
5930
  background-color: rgba(255, 255, 255, 1);
5958
5931
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
5959
5932
  }
5933
+ .autofill\:shadow-autofill:-webkit-autofill {
5934
+ --tw-shadow: 0 0 0px 1000px var(--color-standard-text-dark) inset;
5935
+ --tw-shadow-colored: inset 0 0 0px 1000px var(--tw-shadow-color);
5936
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 0px 1000px #f0f0f0 inset;
5937
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
5938
+ }
5939
+ .autofill\:shadow-autofill:autofill {
5940
+ --tw-shadow: 0 0 0px 1000px var(--color-standard-text-dark) inset;
5941
+ --tw-shadow-colored: inset 0 0 0px 1000px var(--tw-shadow-color);
5942
+ box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 0px 1000px #f0f0f0 inset;
5943
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
5944
+ }
5960
5945
  .empty\:hidden:empty {
5961
5946
  display: none;
5962
5947
  }
@@ -6096,10 +6081,10 @@ input[type='radio']:checked::after {
6096
6081
  .disabled\:hidden:disabled {
6097
6082
  display: none;
6098
6083
  }
6099
- .disabled\:text-gray-500:disabled {
6084
+ .disabled\:text-gray-scorpion:disabled {
6100
6085
  --tw-text-opacity: 1;
6101
- color: rgba(107, 114, 128, 1);
6102
- color: rgba(107, 114, 128, var(--tw-text-opacity));
6086
+ color: rgba(96, 96, 96, 1);
6087
+ color: rgba(96, 96, 96, var(--tw-text-opacity));
6103
6088
  }
6104
6089
  .group:focus-within .group-focus-within\:text-white {
6105
6090
  --tw-text-opacity: 1;
@@ -6201,10 +6186,9 @@ input[type='radio']:checked::after {
6201
6186
  .peer:focus ~ .peer-focus\:border-r {
6202
6187
  border-right-width: 1px;
6203
6188
  }
6204
- .peer:focus ~ .peer-focus\:text-blue-500 {
6205
- --tw-text-opacity: 1;
6206
- color: rgba(59, 130, 246, 1);
6207
- color: rgba(59, 130, 246, var(--tw-text-opacity));
6189
+ .peer:focus ~ .peer-focus\:text-link {
6190
+ color: #006eb7;
6191
+ color: var(--color-link);
6208
6192
  }
6209
6193
  .aria-hidden\:hidden[aria-hidden="true"] {
6210
6194
  display: none;
@@ -8200,10 +8184,21 @@ input[type='radio']:checked::after {
8200
8184
  .rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
8201
8185
  --tw-space-x-reverse: 1;
8202
8186
  }
8187
+ .dark\:border-error:where(.dark, .dark *) {
8188
+ border-color: #cc1a14;
8189
+ border-color: var(--color-error);
8190
+ }
8191
+ .dark\:border-link-dark:where(.dark, .dark *) {
8192
+ border-color: #006eb7;
8193
+ border-color: var(--color-link-dark);
8194
+ }
8203
8195
  .dark\:border-text-dark:where(.dark, .dark *) {
8204
8196
  border-color: #f0f0f0;
8205
8197
  border-color: var(--color-standard-text-dark);
8206
8198
  }
8199
+ .dark\:border-t-transparent:where(.dark, .dark *) {
8200
+ border-top-color: transparent;
8201
+ }
8207
8202
  .dark\:bg-black:where(.dark, .dark *) {
8208
8203
  --tw-bg-opacity: 1;
8209
8204
  background-color: rgba(0, 0, 0, 1);
@@ -8251,6 +8246,13 @@ input[type='radio']:checked::after {
8251
8246
  .dark\:ring-podcast:where(.dark, .dark *) {
8252
8247
  --tw-ring-color: var(--color-podcast);
8253
8248
  }
8249
+ .dark\:border-t-transparent:where(.dark, .dark *) {
8250
+ border-top-color: transparent;
8251
+ }
8252
+ .peer:focus ~ .peer-focus\:dark\:text-text-dark:where(.dark, .dark *) {
8253
+ color: #f0f0f0;
8254
+ color: var(--color-standard-text-dark);
8255
+ }
8254
8256
  @media print {
8255
8257
 
8256
8258
  .print\:static {
@@ -8431,12 +8433,12 @@ input[type='radio']:checked::after {
8431
8433
  }
8432
8434
  }
8433
8435
  }
8434
- .\[\&\+\.hr-copytext-teaser-half\]\:mt-4+.hr-copytext-teaser-half {
8436
+ .\[\&\+\.hrds-copytext-teaser-half\]\:mt-4+.hrds-copytext-teaser-half {
8435
8437
  margin-top: 1rem;
8436
8438
  }
8437
8439
  @media (min-width: 640px) {
8438
8440
 
8439
- .sm\:\[\&\+\.hr-copytext-teaser-half\]\:mt-0+.hr-copytext-teaser-half {
8441
+ .sm\:\[\&\+\.hrds-copytext-teaser-half\]\:mt-0+.hrds-copytext-teaser-half {
8440
8442
  margin-top: 0px;
8441
8443
  }
8442
8444
  }
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="50" _addClass="hr-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_intro_sr" _a11yOutro-loca="story_audio_outro_sr" }}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="50" _addClass="hr-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width mt-12 mb-8 sm:my-7 sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_audio_event_livestream_intro_sr" _a11yOutro-loca="story_audio_event_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -1,4 +1,4 @@
1
- <div class="{{#if this.paragraphProperties.[0].showFullSize }}mt-6 mb-2 sm480:mt-7 sm480:mb-7{{else}}hr-copytext-teaser-half mr-0 sm:mr-5 mb-2 sm:mb-5 mt-5 w-full sm:w-1/2 sm:float-left{{/if}}">
1
+ <div class="{{#if this.paragraphProperties.[0].showFullSize }}mt-6 mb-2 sm480:mt-7 sm480:mb-7{{else}}hrds-copytext-teaser-half mr-0 sm:mr-5 mb-2 sm:mb-5 mt-5 w-full sm:w-1/2 sm:float-left{{/if}}">
2
2
  {{> components/base/image/icon _icon="quotation" _addClass="sm:ml-4 mr-2 mt-px float-left text-gray-scorpion w-6 h-6 sm480:w-8 sm480:h-8 fill-current dark:fill-link-dark"}}
3
3
  <span class="sr-only">{{loca "story_cite_intro_sr" }}</span>
4
4
  <blockquote>
@@ -1,3 +1,3 @@
1
- <div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hr-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
1
+ <div class="mx-1 sm:ml-[1.531rem] sm:mr-6.5 px-4 sm:pl-[1.531rem] sm:pr-6.5 border-l-[3px] border-gray-boulder overflow-auto {{#if _showFullsize}}[&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 clear-both mt-12 mb-8 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14 {{else}}hrds-copytext-teaser-half mb-8 sm:mb-5 sm:mt-6 mt-12 w-full sm:w-1/2 sm:float-left{{/if}}{{#if _cssClasses}} {{_cssClasses}}{{/if}}">
2
2
  {{~> @partial-block ~}}
3
3
  </div>
@@ -1,7 +1,7 @@
1
1
  {{#if this.showPortrait.isTrue }}
2
2
  {{#if this.showFullSize.isTrue }}
3
3
  {{> components/content/copytext/components/image/figure
4
- _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
4
+ _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
5
5
  _cssClassCaption="mx-5 sm:mx-0"
6
6
  _type="story"
7
7
  _variant="100-copytext-portrait"
@@ -9,7 +9,7 @@
9
9
  _isWebview=_isWebview}}
10
10
  {{else}}
11
11
  {{> components/content/copytext/components/image/figure
12
- _cssClass="hr-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
12
+ _cssClass="hrds-copytext-teaser-half mt-12 mb-8 article-full-width sm:article-narrow sm:mt-6 sm:mb-5 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
13
13
  _cssClassCaption="mx-5 sm:mx-0"
14
14
  _type="story"
15
15
  _variant="copytext-portrait"
@@ -19,7 +19,7 @@
19
19
  {{else}}
20
20
  {{#if this.showFullSize.isTrue}}
21
21
  {{> components/content/copytext/components/image/figure
22
- _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
22
+ _cssClass="mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:my-14 clear-both article-full-width sm:article-narrow"
23
23
  _cssClassCaption="mx-5 sm:mx-0"
24
24
  _type="story"
25
25
  _variant="100-copytext"
@@ -27,7 +27,7 @@
27
27
  _isWebview=_isWebview}}
28
28
  {{else}}
29
29
  {{> components/content/copytext/components/image/figure
30
- _cssClass="hr-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid"
30
+ _cssClass="hrds-copytext-teaser-half mt-12 mb-8 sm:mt-6 sm:mb-5 article-full-width sm:article-narrow sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid"
31
31
  _cssClassCaption="mx-5 sm:mx-0"
32
32
  _type="story"
33
33
  _variant="copytext"
@@ -1,3 +1,3 @@
1
- <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
1
+ <div class="print:hidden {{#if this.showFullSize.isTrue }}clear-both [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 mt-12 mb-8 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:mt-14 sm:mb-14{{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left sm:mr-5 mt-12 mb-8 sm:mt-6 sm:mb-5{{/if}}">
2
2
  {{> components/teaser/podcast/podcast _headlineTag="h3" _isCopytext=true }}
3
3
  </div>
@@ -1,3 +1,3 @@
1
- <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hr-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hr-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
1
+ <div class="print:hidden article-narrow w-auto [&+h2]:mt-4 xs:article-full-width xs:mx-13 {{#if this.showFullSize.isTrue }}hrds-copytext-teaser-full clear-both mb-8 mt-12 sm:my-14 sm:mx-26 {{else}}hrds-copytext-teaser-half sm:w-1/2 clear-both sm:float-left mt-12 mb-8 sm:mt-6 sm:mb-5 sm:mr-5 sm:ml-0{{/if}}">
2
2
  {{> components/teaser/teaser_poster _isCopytext=true }}
3
3
  </div>
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="50" _addClass="hr-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_intro_sr" _a11yOutro-loca="story_video_outro_sr" }}
5
5
  {{/if}}
@@ -1,5 +1,5 @@
1
1
  {{#if this.showFullSize.isTrue }}
2
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hr-copytext-teaser-half]:mt-4 sm:[&+.hr-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
2
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="100" _addClass="print:hidden clear-both article-full-width mt-12 mb-8 [&+h2]:mt-4 [&+.hrds-copytext-teaser-half]:mt-4 sm:[&+.hrds-copytext-teaser-half]:mt-0 sm:article-narrow sm:my-14" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
3
3
  {{else}}
4
- {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="50" _addClass="hr-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid page-break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
4
+ {{> components/content/copytext/components/media/media_figure _playerLocation="Copytext" _playerSize="50" _addClass="hrds-copytext-teaser-half print:hidden article-full-width sm:article-narrow mt-12 mb-8 sm:my-7 sm:mr-5 sm:w-1/2 w-auto flex-col float-none sm:float-left break-inside-avoid" _cssClassCaption="mx-5 sm:mx-0" _a11yIntro-loca="story_video_livestream_intro_sr" _a11yOutro-loca="story_video_livestream_outro_sr" }}
5
5
  {{/if}}
@@ -1,3 +1,3 @@
1
- <div class="relative px-5 pt-6 pb-8 bg-highlight-1 sm:rounded-tl-hr sm:rounded-br-hr sm:px-13 sm:pt-12 article-full-width sm:article-narrow" >
1
+ <div class="relative px-5 pt-6 pb-8 bg-highlight-1 dark:bg-highlight-1-dark sm:rounded-tl-hr sm:rounded-br-hr sm:px-13 sm:pt-12 article-full-width sm:article-narrow" >
2
2
  {{> @partial-block }}
3
3
  </div>
@@ -9,9 +9,9 @@
9
9
  {{/unless}}
10
10
  >
11
11
  <div class="flex flex-row items-center w-full gap-x-2 md:gap-x-3">
12
- <input class="relative self-start flex-shrink-0 w-6 h-6 bg-white border appearance-none cursor-pointer {{~inline-switch _type '["checkbox","radio"]' '[" border-blue-science-hex checked:bg-blue-congress-hex checked:border-transparent"," border-blue-science-hex checked:bg-white checked:border-blue-congress-hex rounded-full",""]'}}"
12
+ <input class="relative self-start flex-shrink-0 w-6 h-6 bg-white dark:bg-black border appearance-none cursor-pointer border-link dark:border-link-dark {{~inline-switch _type '["checkbox","radio"]' '[" checked:bg-link checked:border-link"," checked:bg-white checked:border-link rounded-full",""]'}}"
13
13
  {{#if _required}}
14
- :class="{' border-blue-science-hex': hideError(),'border-red-700': hideDescription() }"
14
+ :class="{' border-link dark:border-link-dark': hideError(),'border-error dark:border-error': hideDescription() }"
15
15
  {{/if}}
16
16
  {{#if _inGroup }}
17
17
  {{#if _required}}
@@ -59,7 +59,7 @@
59
59
  {{/if}}
60
60
  {{/if~}}
61
61
  >
62
- <label for="input{{getRandom}}" class="items-center justify-center text-xs text-black md:text-sm font-headingSerif ">
62
+ <label for="input{{getRandom}}" class="items-center justify-center text-xs text-text dark:text-text-dark md:text-sm font-headingSerif ">
63
63
  {{#if _hasBody}}
64
64
  {{decorator_body}}{{#unless _inGroup}}{{#if _required}}*{{/if}}{{/unless}}
65
65
  {{else}}
@@ -76,10 +76,10 @@
76
76
  {{#unless _inGroup}}
77
77
  <div class="font-heading">
78
78
  {{#if _description}}
79
- <div class="text-xs text-gray-500" {{#if _required}}:class="{'hidden': hideDescription() }"{{/if}}>{{_description}}</div>
79
+ <div class="text-xs text-gray-scorpion dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription() }"{{/if}}>{{_description}}</div>
80
80
  {{/if}}
81
81
  {{#if _required}}
82
- <div class="hidden text-xs text-red-700" :class="{'hidden': hideError()}" x-text="errorMessage"></div>
82
+ <div class="hidden text-xs text-error" :class="{'hidden': hideError()}" x-text="errorMessage"></div>
83
83
  {{/if}}
84
84
  </div>
85
85
  {{/unless}}
@@ -6,7 +6,7 @@
6
6
  {{/if}}
7
7
  >
8
8
  <div class="relative flex flex-col w-full mb-6 md:mb-12 gap-y-4 md:gap-y-5">
9
- <legend class="text-lg font-bold text-black md:text-xl font-heading">
9
+ <legend class="text-lg font-bold text-text dark:text-text-dark md:text-xl font-heading">
10
10
  {{#if _hasBody}}
11
11
  {{decorator_body}}{{#if _required}}*{{/if}}
12
12
  {{else}}
@@ -39,10 +39,10 @@
39
39
  </div>
40
40
  <div class="font-heading">
41
41
  {{#if _description}}
42
- <div class="text-xs text-gray-500" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
42
+ <div class="text-xs text-gray-scorpion dark:text-text-dark" {{#if _required}}:class="{'hidden': hideDescription()}"{{/if}}>{{_description}}</div>
43
43
  {{/if}}
44
44
  {{#if _required}}
45
- <div class="hidden text-xs text-red-700" :class="{'hidden': hideError()}" x-text="errorMessage"></div>
45
+ <div class="hidden text-xs text-error" :class="{'hidden': hideError()}" x-text="errorMessage"></div>
46
46
  {{/if}}
47
47
  </div>
48
48
  </div>
@@ -1,5 +1,5 @@
1
1
  <div class="flex items-center justify-between">
2
- <div class="text-xs text-gray-500 font-headingSerif">Pflichtfeld*</div>
2
+ <div class="text-xs text-gray-scorpion dark:text-text-dark font-headingSerif">Pflichtfeld*</div>
3
3
  <div class="flex items-center">
4
4
  <label class="order-2 cursor-pointer {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_variation_classes _variant='primary'}} {{> components/button/utilities/button_dimension_classes _size='lg'}}">
5
5
  <span class="hidden" :class="{'hidden': !isPosting}">{{> components/base/image/icon _icon="reload" _addClass="w-5 h-5 fill-white dark:fill-text-dark animate-spin"}}</span>
@@ -1,3 +1,3 @@
1
1
  <div class="hidden w-5 h-5 font-bold" :class="{{_xclass}}">
2
- {{> components/base/image/icon _icon="error-ds" _addClass="w-5 h-5 fill-red-700"}}
2
+ {{> components/base/image/icon _icon="error-ds" _addClass="w-5 h-5 fill-error"}}
3
3
  </div>
@@ -3,7 +3,7 @@
3
3
 
4
4
  {{#if this.caption}}
5
5
  <fieldset>
6
- <legend class="mb-5 font-headingSerif">{{this.caption}}</legend>
6
+ <legend class="mb-5 text-lg font-bold text-text dark:text-text-dark md:text-xl font-heading">{{this.caption}}</legend>
7
7
  {{~> components/forms/fields}}
8
8
  </fieldset>
9
9
  {{else}}