@festo-ui/web-essentials 11.0.1 → 11.1.0-dev.978

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 (46) hide show
  1. package/dist/css/festo-web-essentials.css +130 -85
  2. package/dist/css/festo-web-essentials.css.map +1 -1
  3. package/dist/css/festo-web-essentials.min.css +17 -17
  4. package/dist/css/festo-web-essentials.min.css.map +1 -1
  5. package/dist/css/light/festo-web-essentials-light.css +121 -76
  6. package/dist/css/light/festo-web-essentials-light.css.map +1 -1
  7. package/dist/css/organisms/festo-web-essentials-organisms.css +12 -3
  8. package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
  9. package/dist/css/organisms/festo-web-essentials-organisms.min.css +2 -2
  10. package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
  11. package/dist/css/themes/flatpickr/festo.css +1 -1
  12. package/dist/css/themes/flatpickr/festo.min.css +1 -1
  13. package/dist/scss/_accordion.scss +3 -3
  14. package/dist/scss/_badge.scss +16 -23
  15. package/dist/scss/_button.scss +4 -2
  16. package/dist/scss/_list.scss +9 -3
  17. package/dist/scss/{_bottom-navigation.scss → _mobile-tab-bar.scss} +50 -47
  18. package/dist/scss/_modal.scss +2 -1
  19. package/dist/scss/_popover.scss +15 -2
  20. package/dist/scss/_root.scss +4 -4
  21. package/dist/scss/_snackbar.scss +6 -4
  22. package/dist/scss/_tree.scss +2 -1
  23. package/dist/scss/festo-web-essentials.scss +2 -2
  24. package/dist/scss/light/festo-web-essentials-light.scss +1 -1
  25. package/dist/scss/organisms/_header-slider.scss +4 -2
  26. package/dist/scss/organisms/_image-gallery.scss +4 -2
  27. package/dist/scss/organisms/_side-menu.scss +6 -0
  28. package/dist/scss/themes/flatpickr/festo.scss +1 -1
  29. package/llm-doc/components.md +11 -11
  30. package/llm-doc/organisms.md +1 -1
  31. package/package.json +1 -1
  32. package/scss/_accordion.scss +3 -3
  33. package/scss/_badge.scss +16 -23
  34. package/scss/_button.scss +4 -2
  35. package/scss/_list.scss +9 -3
  36. package/scss/{_bottom-navigation.scss → _mobile-tab-bar.scss} +50 -47
  37. package/scss/_modal.scss +2 -1
  38. package/scss/_popover.scss +15 -2
  39. package/scss/_root.scss +4 -4
  40. package/scss/_snackbar.scss +6 -4
  41. package/scss/_tree.scss +2 -1
  42. package/scss/festo-web-essentials.scss +1 -1
  43. package/scss/light/festo-web-essentials-light.scss +1 -1
  44. package/scss/organisms/_header-slider.scss +4 -2
  45. package/scss/organisms/_image-gallery.scss +4 -2
  46. package/scss/organisms/_side-menu.scss +6 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -426,7 +426,7 @@ h6,
426
426
  }
427
427
 
428
428
  :root {
429
- --fwe-black: #000000;
429
+ --fwe-black: #333333;
430
430
  --fwe-white: #ffffff;
431
431
  --fwe-white-hover: #ededed;
432
432
  --fwe-caerul: #0091dc;
@@ -438,7 +438,7 @@ h6,
438
438
  --fwe-gray-400: #b6bec6;
439
439
  --fwe-text: #333333;
440
440
  --fwe-text-light: #82868b;
441
- --fwe-text-disabled: #b9babb;
441
+ --fwe-text-disabled: #a9b0b7;
442
442
  --fwe-hero: #0091dc;
443
443
  --fwe-hero-hover: #0588cb;
444
444
  --fwe-hero-active: #0a7eba;
@@ -456,12 +456,12 @@ h6,
456
456
  --fwe-red-active: #b50a0a;
457
457
  --fwe-orange-bg: #fbf0e1;
458
458
  --fwe-red-bg: #f7e1e1;
459
- --fwe-control: #d3d8dd;
459
+ --fwe-control: #dbdfe3;
460
460
  --fwe-control-hover: #c5cbd1;
461
461
  --fwe-control-active: #a9b0b7;
462
462
  --fwe-control-disabled: #e2e5e8;
463
463
  --fwe-control-border: #b6bec6;
464
- --fwe-control-border-hover: #a9b0b7;
464
+ --fwe-control-border-hover: #c5cbd1;
465
465
  --fwe-control-border-active: #9ca2a9;
466
466
  --fwe-control-scrollbar: #d2d5d9;
467
467
  --fwe-border: #d3d8dd;
@@ -926,7 +926,7 @@ template {
926
926
  }
927
927
 
928
928
  /*!
929
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
929
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
930
930
  * Copyright 2022 Festo SE & Co. KG
931
931
  * Licensed under Apache-2.0
932
932
  */
@@ -12043,7 +12043,7 @@ ul.fwe-list-group {
12043
12043
  color: var(--fwe-text);
12044
12044
  }
12045
12045
  .fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover {
12046
- background-color: var(--fwe-sucanul);
12046
+ background-color: var(--fwe-background);
12047
12047
  }
12048
12048
  .fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-body,
12049
12049
  .fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-footer {
@@ -12059,7 +12059,7 @@ ul.fwe-list-group {
12059
12059
  }
12060
12060
  .fwe-list-group button.fwe-list-group-item:not(.fwe-disabled):hover {
12061
12061
  color: var(--fwe-hero);
12062
- background-color: var(--fwe-sucanul);
12062
+ background-color: var(--fwe-background);
12063
12063
  }
12064
12064
  .fwe-list-group.fwe-list-group-border .fwe-list-group-item,
12065
12065
  .fwe-list-group.fwe-list-group-border button.fwe-list-group-item {
@@ -12119,9 +12119,12 @@ ul.fwe-list-group {
12119
12119
  width: auto;
12120
12120
  }
12121
12121
  .fwe-list-group.fwe-list-group-horizontal a.fwe-list-group-item:not(.fwe-disabled):hover,
12122
+ .fwe-list-group.fwe-list-group-horizontal button.fwe-list-group-item:not(.fwe-disabled):hover {
12123
+ background-color: var(--fwe-background);
12124
+ }
12122
12125
  .fwe-list-group.fwe-list-group-horizontal button.fwe-list-group-item:not(.fwe-disabled):hover {
12123
12126
  color: var(--fwe-hero);
12124
- background-color: unset;
12127
+ background-color: var(--fwe-background);
12125
12128
  }
12126
12129
 
12127
12130
  .fwe-list-group-header {
@@ -12385,7 +12388,7 @@ header.fwe-fixed-header {
12385
12388
  }
12386
12389
 
12387
12390
  /*!
12388
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
12391
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
12389
12392
  * Copyright 2022 Festo SE & Co. KG
12390
12393
  * Licensed under Apache-2.0
12391
12394
  */
@@ -13558,23 +13561,28 @@ button.fwe-btn.fwe-disabled {
13558
13561
  background: var(--fwe-control-disabled);
13559
13562
  color: var(--fwe-text-disabled);
13560
13563
  }
13561
- a.fwe-btn.fwe-btn-hero,
13562
- button.fwe-btn.fwe-btn-hero {
13564
+ a.fwe-btn.fwe-btn-hero, a.fwe-btn.fwe-btn-primary,
13565
+ button.fwe-btn.fwe-btn-hero,
13566
+ button.fwe-btn.fwe-btn-primary {
13563
13567
  color: var(--fwe-white);
13564
13568
  background: var(--fwe-hero);
13565
13569
  }
13566
- a.fwe-btn.fwe-btn-hero:hover,
13567
- button.fwe-btn.fwe-btn-hero:hover {
13570
+ a.fwe-btn.fwe-btn-hero:hover, a.fwe-btn.fwe-btn-primary:hover,
13571
+ button.fwe-btn.fwe-btn-hero:hover,
13572
+ button.fwe-btn.fwe-btn-primary:hover {
13568
13573
  color: var(--fwe-white);
13569
13574
  background: var(--fwe-hero-hover);
13570
13575
  }
13571
- a.fwe-btn.fwe-btn-hero:active,
13572
- button.fwe-btn.fwe-btn-hero:active {
13576
+ a.fwe-btn.fwe-btn-hero:active, a.fwe-btn.fwe-btn-primary:active,
13577
+ button.fwe-btn.fwe-btn-hero:active,
13578
+ button.fwe-btn.fwe-btn-primary:active {
13573
13579
  background: var(--fwe-hero-active);
13574
13580
  }
13575
- a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
13581
+ a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled, a.fwe-btn.fwe-btn-primary:disabled, a.fwe-btn.fwe-btn-primary.fwe-disabled,
13576
13582
  button.fwe-btn.fwe-btn-hero:disabled,
13577
- button.fwe-btn.fwe-btn-hero.fwe-disabled {
13583
+ button.fwe-btn.fwe-btn-hero.fwe-disabled,
13584
+ button.fwe-btn.fwe-btn-primary:disabled,
13585
+ button.fwe-btn.fwe-btn-primary.fwe-disabled {
13578
13586
  background: var(--fwe-control-disabled);
13579
13587
  color: var(--fwe-text-disabled);
13580
13588
  }
@@ -13582,37 +13590,48 @@ a.fwe-btn.fwe-btn-block,
13582
13590
  button.fwe-btn.fwe-btn-block {
13583
13591
  width: 100%;
13584
13592
  }
13585
- a.fwe-btn.fwe-btn-link,
13586
- button.fwe-btn.fwe-btn-link {
13593
+ a.fwe-btn.fwe-btn-link, a.fwe-btn.fwe-btn-tertiary,
13594
+ button.fwe-btn.fwe-btn-link,
13595
+ button.fwe-btn.fwe-btn-tertiary {
13587
13596
  background: none;
13588
13597
  color: var(--fwe-hero);
13589
13598
  padding: 0;
13590
13599
  }
13591
13600
  a.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
13592
13601
  a.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
13593
- a.fwe-btn.fwe-btn-link .fwe-svg-icon,
13602
+ a.fwe-btn.fwe-btn-link .fwe-svg-icon, a.fwe-btn.fwe-btn-tertiary i[class^=fwe-icon-],
13603
+ a.fwe-btn.fwe-btn-tertiary i[class*=" fwe-icon-"],
13604
+ a.fwe-btn.fwe-btn-tertiary .fwe-svg-icon,
13594
13605
  button.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
13595
13606
  button.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
13596
- button.fwe-btn.fwe-btn-link .fwe-svg-icon {
13607
+ button.fwe-btn.fwe-btn-link .fwe-svg-icon,
13608
+ button.fwe-btn.fwe-btn-tertiary i[class^=fwe-icon-],
13609
+ button.fwe-btn.fwe-btn-tertiary i[class*=" fwe-icon-"],
13610
+ button.fwe-btn.fwe-btn-tertiary .fwe-svg-icon {
13597
13611
  margin-right: 4px;
13598
13612
  }
13599
- a.fwe-btn.fwe-btn-link.fwe-dark,
13600
- button.fwe-btn.fwe-btn-link.fwe-dark {
13613
+ a.fwe-btn.fwe-btn-link.fwe-dark, a.fwe-btn.fwe-btn-tertiary.fwe-dark,
13614
+ button.fwe-btn.fwe-btn-link.fwe-dark,
13615
+ button.fwe-btn.fwe-btn-tertiary.fwe-dark {
13601
13616
  color: var(--fwe-text);
13602
13617
  }
13603
- a.fwe-btn.fwe-btn-link:hover,
13604
- button.fwe-btn.fwe-btn-link:hover {
13618
+ a.fwe-btn.fwe-btn-link:hover, a.fwe-btn.fwe-btn-tertiary:hover,
13619
+ button.fwe-btn.fwe-btn-link:hover,
13620
+ button.fwe-btn.fwe-btn-tertiary:hover {
13605
13621
  background: none;
13606
13622
  color: var(--fwe-hero-hover);
13607
13623
  }
13608
- a.fwe-btn.fwe-btn-link:active,
13609
- button.fwe-btn.fwe-btn-link:active {
13624
+ a.fwe-btn.fwe-btn-link:active, a.fwe-btn.fwe-btn-tertiary:active,
13625
+ button.fwe-btn.fwe-btn-link:active,
13626
+ button.fwe-btn.fwe-btn-tertiary:active {
13610
13627
  background: none;
13611
13628
  color: var(--fwe-hero-hover);
13612
13629
  }
13613
- a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled,
13630
+ a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled, a.fwe-btn.fwe-btn-tertiary:disabled, a.fwe-btn.fwe-btn-tertiary.fwe-disabled,
13614
13631
  button.fwe-btn.fwe-btn-link:disabled,
13615
- button.fwe-btn.fwe-btn-link.fwe-disabled {
13632
+ button.fwe-btn.fwe-btn-link.fwe-disabled,
13633
+ button.fwe-btn.fwe-btn-tertiary:disabled,
13634
+ button.fwe-btn.fwe-btn-tertiary.fwe-disabled {
13616
13635
  color: var(--fwe-text-disabled);
13617
13636
  }
13618
13637
  a.fwe-btn.fwe-btn-lg,
@@ -13657,7 +13676,7 @@ a.fwe-btn.fwe-disabled {
13657
13676
  }
13658
13677
 
13659
13678
  /*!
13660
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
13679
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
13661
13680
  * Copyright 2022 Festo SE & Co. KG
13662
13681
  * Licensed under Apache-2.0
13663
13682
  */
@@ -14107,40 +14126,33 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
14107
14126
 
14108
14127
  .fwe-badge {
14109
14128
  display: inline-block;
14110
- border-radius: 2px;
14111
- font-size: var(--fwe-font-size-md);
14112
- padding-left: 6px;
14113
- padding-right: 6px;
14114
14129
  color: var(--fwe-white);
14115
- max-height: 19px;
14116
- height: 19px;
14117
- line-height: 17px;
14118
14130
  background-color: var(--fwe-hero);
14131
+ border-radius: 2px;
14132
+ max-height: 18px;
14133
+ height: 18px;
14134
+ line-height: 18px;
14135
+ padding: 0 4px;
14119
14136
  font-weight: var(--fwe-font-weight-bold);
14137
+ font-size: var(--fwe-font-size-md);
14120
14138
  }
14121
14139
  .fwe-badge.fwe-badge-sm {
14122
14140
  font-size: var(--fwe-font-size-small);
14123
- max-height: 17px;
14124
- height: 17px;
14125
- line-height: 16px;
14141
+ max-height: 18px;
14142
+ height: 18px;
14143
+ line-height: 18px;
14126
14144
  }
14127
- .fwe-badge.fwe-badge-md {
14145
+ .fwe-badge.fwe-badge-md, .fwe-badge.fwe-badge-lg {
14128
14146
  font-size: var(--fwe-font-size-base);
14129
14147
  max-height: 22px;
14130
14148
  height: 22px;
14131
- line-height: 20px;
14132
- }
14133
- .fwe-badge.fwe-badge-lg {
14134
- font-size: var(--fwe-font-size-xl);
14135
- max-height: 32px;
14136
- height: 32px;
14137
- line-height: 30px;
14149
+ line-height: 22px;
14138
14150
  }
14139
14151
  .fwe-badge.fwe-badge-xl {
14140
- font-size: var(--fwe-font-size-xxl);
14141
- max-height: 44px;
14142
- height: 44px;
14143
- line-height: 42px;
14152
+ font-size: var(--fwe-font-size-xl);
14153
+ max-height: 34px;
14154
+ height: 34px;
14155
+ line-height: 34px;
14144
14156
  }
14145
14157
 
14146
14158
  .fwe-badge-caerul {
@@ -14488,7 +14500,7 @@ fieldset.fwe-progress-container label {
14488
14500
  }
14489
14501
  .fwe-snackbar.fwe-snackbar-warning {
14490
14502
  border-color: var(--fwe-orange);
14491
- background-color: var(--fwe-orange-bg);
14503
+ background-color: #ffeacc;
14492
14504
  }
14493
14505
  .fwe-snackbar.fwe-snackbar-warning span::before {
14494
14506
  background-color: var(--fwe-orange);
@@ -14500,7 +14512,7 @@ fieldset.fwe-progress-container label {
14500
14512
  }
14501
14513
  .fwe-snackbar.fwe-snackbar-error {
14502
14514
  border-color: var(--fwe-red);
14503
- background-color: var(--fwe-red-bg);
14515
+ background-color: #f6cccc;
14504
14516
  }
14505
14517
  .fwe-snackbar.fwe-snackbar-error span::before {
14506
14518
  background-color: var(--fwe-red);
@@ -14516,37 +14528,37 @@ fieldset.fwe-progress-container label {
14516
14528
  margin: 0px 12px;
14517
14529
  background: var(--fwe-hero);
14518
14530
  }
14519
- .fwe-snackbar.fwe-snackbar-b {
14531
+ .fwe-snackbar.fwe-snackbar-b, .fwe-snackbar.fwe-snackbar-light {
14520
14532
  border: none;
14521
14533
  background-color: var(--fwe-white);
14522
14534
  }
14523
- .fwe-snackbar.fwe-snackbar-b span::before {
14535
+ .fwe-snackbar.fwe-snackbar-b span::before, .fwe-snackbar.fwe-snackbar-light span::before {
14524
14536
  background-color: var(--fwe-text);
14525
14537
  }
14526
- .fwe-snackbar.fwe-snackbar-b .fwe-snackbar-separator {
14538
+ .fwe-snackbar.fwe-snackbar-b .fwe-snackbar-separator, .fwe-snackbar.fwe-snackbar-light .fwe-snackbar-separator {
14527
14539
  background-color: var(--fwe-text-light);
14528
14540
  }
14529
- .fwe-snackbar.fwe-snackbar-c {
14541
+ .fwe-snackbar.fwe-snackbar-c, .fwe-snackbar.fwe-snackbar-strong {
14530
14542
  border: none;
14531
14543
  color: var(--fwe-white);
14532
14544
  background-color: var(--fwe-hero);
14533
14545
  }
14534
- .fwe-snackbar.fwe-snackbar-c.fwe-snackbar-warning {
14546
+ .fwe-snackbar.fwe-snackbar-c.fwe-snackbar-warning, .fwe-snackbar.fwe-snackbar-strong.fwe-snackbar-warning {
14535
14547
  background-color: var(--fwe-orange);
14536
14548
  }
14537
- .fwe-snackbar.fwe-snackbar-c.fwe-snackbar-error {
14549
+ .fwe-snackbar.fwe-snackbar-c.fwe-snackbar-error, .fwe-snackbar.fwe-snackbar-strong.fwe-snackbar-error {
14538
14550
  background-color: var(--fwe-red);
14539
14551
  }
14540
- .fwe-snackbar.fwe-snackbar-c span::before {
14552
+ .fwe-snackbar.fwe-snackbar-c span::before, .fwe-snackbar.fwe-snackbar-strong span::before {
14541
14553
  background-color: var(--fwe-white);
14542
14554
  }
14543
- .fwe-snackbar.fwe-snackbar-c .fwe-snackbar-close-btn {
14555
+ .fwe-snackbar.fwe-snackbar-c .fwe-snackbar-close-btn, .fwe-snackbar.fwe-snackbar-strong .fwe-snackbar-close-btn {
14544
14556
  background-color: var(--fwe-white);
14545
14557
  }
14546
- .fwe-snackbar.fwe-snackbar-c .fwe-snackbar-separator {
14558
+ .fwe-snackbar.fwe-snackbar-c .fwe-snackbar-separator, .fwe-snackbar.fwe-snackbar-strong .fwe-snackbar-separator {
14547
14559
  background-color: var(--fwe-white-hover);
14548
14560
  }
14549
- .fwe-snackbar.fwe-snackbar-c .fwe-snackbar-link-btn {
14561
+ .fwe-snackbar.fwe-snackbar-c .fwe-snackbar-link-btn, .fwe-snackbar.fwe-snackbar-strong .fwe-snackbar-link-btn {
14550
14562
  color: var(--fwe-white);
14551
14563
  }
14552
14564
 
@@ -14569,7 +14581,7 @@ fieldset.fwe-progress-container label {
14569
14581
  }
14570
14582
 
14571
14583
  /*!
14572
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
14584
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
14573
14585
  * Copyright 2022 Festo SE & Co. KG
14574
14586
  * Licensed under Apache-2.0
14575
14587
  */
@@ -14676,7 +14688,9 @@ fieldset.fwe-progress-container label {
14676
14688
  .fwe-modal--with-indicator-bar {
14677
14689
  border-left: 8px solid var(--fwe-hero);
14678
14690
  }
14679
- .fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-link, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-link {
14691
+ .fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-link,
14692
+ .fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-tertiary, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-link,
14693
+ .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-tertiary {
14680
14694
  color: var(--fwe-text);
14681
14695
  }
14682
14696
  .fwe-modal--info .fwe-modal-h2, .fwe-modal--warning .fwe-modal-h2, .fwe-modal--error .fwe-modal-h2 {
@@ -14800,7 +14814,7 @@ fieldset.fwe-progress-container label {
14800
14814
  }
14801
14815
  }
14802
14816
  /*!
14803
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
14817
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
14804
14818
  * Copyright 2022 Festo SE & Co. KG
14805
14819
  * Licensed under Apache-2.0
14806
14820
  */
@@ -15004,7 +15018,7 @@ fieldset.fwe-progress-container label {
15004
15018
  .fwe-popover--menu {
15005
15019
  font-size: var(--fwe-font-size-base);
15006
15020
  line-height: 1.5rem;
15007
- padding: 16px;
15021
+ padding: 18px 16px 10px 16px;
15008
15022
  }
15009
15023
  .fwe-popover--menu button {
15010
15024
  all: unset;
@@ -15039,11 +15053,21 @@ fieldset.fwe-progress-container label {
15039
15053
  margin-right: 8px;
15040
15054
  }
15041
15055
  .fwe-popover--menu button:hover {
15042
- background-color: rgba(51, 51, 51, 0.1019607843);
15056
+ color: var(--fwe-hero);
15043
15057
  }
15044
15058
  .fwe-popover--menu button:active {
15045
15059
  background-color: rgba(51, 51, 51, 0.2);
15046
15060
  }
15061
+ .fwe-popover--menu button:disabled {
15062
+ color: var(--fwe-text-disabled);
15063
+ cursor: default;
15064
+ }
15065
+ .fwe-popover--menu button:disabled:hover {
15066
+ color: var(--fwe-text-disabled);
15067
+ }
15068
+ .fwe-popover--menu button:disabled:active {
15069
+ background-color: transparent;
15070
+ }
15047
15071
  .fwe-popover--content {
15048
15072
  width: auto;
15049
15073
  min-width: -moz-max-content;
@@ -15536,7 +15560,7 @@ fieldset.fwe-progress-container label {
15536
15560
  }
15537
15561
 
15538
15562
  /*!
15539
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
15563
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
15540
15564
  * Copyright 2022 Festo SE & Co. KG
15541
15565
  * Licensed under Apache-2.0
15542
15566
  */
@@ -15902,7 +15926,8 @@ input[type=search]::-webkit-search-cancel-button {
15902
15926
  border-color: transparent;
15903
15927
  }
15904
15928
 
15905
- .fwe-bottom-navigation {
15929
+ .fwe-bottom-navigation,
15930
+ .fwe-mobile-tab-bar {
15906
15931
  width: 100%;
15907
15932
  display: flex;
15908
15933
  background: var(--fwe-white);
@@ -15912,7 +15937,10 @@ input[type=search]::-webkit-search-cancel-button {
15912
15937
  height: 84px;
15913
15938
  padding: 22px 16px;
15914
15939
  }
15915
- .fwe-bottom-navigation .fwe-bottom-navigation-button {
15940
+ .fwe-bottom-navigation .fwe-bottom-navigation-button,
15941
+ .fwe-bottom-navigation .fwe-mobile-tab-bar-button,
15942
+ .fwe-mobile-tab-bar .fwe-bottom-navigation-button,
15943
+ .fwe-mobile-tab-bar .fwe-mobile-tab-bar-button {
15916
15944
  cursor: pointer;
15917
15945
  -webkit-user-select: none;
15918
15946
  -moz-user-select: none;
@@ -15925,10 +15953,16 @@ input[type=search]::-webkit-search-cancel-button {
15925
15953
  color: var(--fwe-hero-gray);
15926
15954
  position: relative;
15927
15955
  }
15928
- .fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon {
15956
+ .fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon,
15957
+ .fwe-bottom-navigation .fwe-mobile-tab-bar-button .fwe-icon,
15958
+ .fwe-mobile-tab-bar .fwe-bottom-navigation-button .fwe-icon,
15959
+ .fwe-mobile-tab-bar .fwe-mobile-tab-bar-button .fwe-icon {
15929
15960
  line-height: 0px;
15930
15961
  }
15931
- .fwe-bottom-navigation .fwe-bottom-navigation-button :after {
15962
+ .fwe-bottom-navigation .fwe-bottom-navigation-button :after,
15963
+ .fwe-bottom-navigation .fwe-mobile-tab-bar-button :after,
15964
+ .fwe-mobile-tab-bar .fwe-bottom-navigation-button :after,
15965
+ .fwe-mobile-tab-bar .fwe-mobile-tab-bar-button :after {
15932
15966
  content: "";
15933
15967
  position: absolute;
15934
15968
  top: -23px;
@@ -15938,14 +15972,23 @@ input[type=search]::-webkit-search-cancel-button {
15938
15972
  background: var(--fwe-hero);
15939
15973
  transition: height 0.3s ease;
15940
15974
  }
15941
- .fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected {
15975
+ .fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected,
15976
+ .fwe-bottom-navigation .fwe-mobile-tab-bar-button.fwe-selected,
15977
+ .fwe-mobile-tab-bar .fwe-bottom-navigation-button.fwe-selected,
15978
+ .fwe-mobile-tab-bar .fwe-mobile-tab-bar-button.fwe-selected {
15942
15979
  color: var(--fwe-hero);
15943
15980
  cursor: default;
15944
15981
  }
15945
- .fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected :after {
15982
+ .fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected :after,
15983
+ .fwe-bottom-navigation .fwe-mobile-tab-bar-button.fwe-selected :after,
15984
+ .fwe-mobile-tab-bar .fwe-bottom-navigation-button.fwe-selected :after,
15985
+ .fwe-mobile-tab-bar .fwe-mobile-tab-bar-button.fwe-selected :after {
15946
15986
  height: 4px;
15947
15987
  }
15948
- .fwe-bottom-navigation .fwe-bottom-navigation-button:active {
15988
+ .fwe-bottom-navigation .fwe-bottom-navigation-button:active,
15989
+ .fwe-bottom-navigation .fwe-mobile-tab-bar-button:active,
15990
+ .fwe-mobile-tab-bar .fwe-bottom-navigation-button:active,
15991
+ .fwe-mobile-tab-bar .fwe-mobile-tab-bar-button:active {
15949
15992
  color: var(--fwe-hero-active);
15950
15993
  }
15951
15994
 
@@ -15991,12 +16034,12 @@ input[type=search]::-webkit-search-cancel-button {
15991
16034
  }
15992
16035
  .fwe-accordion-item::after {
15993
16036
  position: absolute;
15994
- top: 21px;
16037
+ top: 23px;
15995
16038
  right: 16px;
15996
16039
  pointer-events: none;
15997
16040
  content: "";
15998
- height: 32px;
15999
- width: 32px;
16041
+ height: 24px;
16042
+ width: 24px;
16000
16043
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0xNiAyMi04LjcwNy04LjcwNyAxLjQxNC0xLjQxNEwxNiAxOS4xNzJsNy4yOTMtNy4yOTMgMS40MTQgMS40MTRMMTYgMjJ6IiAvPjwvc3ZnPg==");
16001
16044
  transition: transform 0.2s ease;
16002
16045
  }
@@ -16035,7 +16078,7 @@ input[type=search]::-webkit-search-cancel-button {
16035
16078
  }
16036
16079
  }
16037
16080
  /*!
16038
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
16081
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
16039
16082
  * Copyright 2022 Festo SE & Co. KG
16040
16083
  * Licensed under Apache-2.0
16041
16084
  */
@@ -16251,12 +16294,14 @@ input[type=search]::-webkit-search-cancel-button {
16251
16294
  margin-left: 16px;
16252
16295
  }
16253
16296
 
16254
- .fwe-btn.fwe-btn-link.fwe-btn--tree-node-toggle {
16297
+ .fwe-btn.fwe-btn-link.fwe-btn--tree-node-toggle,
16298
+ .fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-toggle {
16255
16299
  color: var(--fwe-text);
16256
16300
  padding: 0 8px 0 16px;
16257
16301
  justify-content: flex-start;
16258
16302
  }
16259
- .fwe-btn.fwe-btn-link.fwe-btn--tree-node-select {
16303
+ .fwe-btn.fwe-btn-link.fwe-btn--tree-node-select,
16304
+ .fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-select {
16260
16305
  color: var(--fwe-text);
16261
16306
  justify-content: flex-start;
16262
16307
  min-width: 0;
@@ -16319,7 +16364,7 @@ input[type=search]::-webkit-search-cancel-button {
16319
16364
  }
16320
16365
 
16321
16366
  /*!
16322
- * Festo UI - Web Essentials v11.0.1 (https://storybook.festo.design/)
16367
+ * Festo UI - Web Essentials v11.1.0-dev.978 (https://storybook.festo.design/)
16323
16368
  * Copyright 2022 Festo SE & Co. KG
16324
16369
  * Licensed under Apache-2.0
16325
16370
  */