@festo-ui/web-essentials 11.0.0-dev.974 → 11.0.0-dev.976

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -926,7 +926,7 @@ template {
926
926
  }
927
927
 
928
928
  /*!
929
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
929
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
930
930
  * Copyright 2022 Festo SE & Co. KG
931
931
  * Licensed under Apache-2.0
932
932
  */
@@ -12033,7 +12033,7 @@ ul.fwe-list-group {
12033
12033
  color: var(--fwe-text);
12034
12034
  }
12035
12035
  .fwe-list-group .fwe-list-group-item.fwe-disabled {
12036
- color: var(--fwe-control-active);
12036
+ color: var(--fwe-text-disabled);
12037
12037
  }
12038
12038
  .fwe-list-group .fwe-list-group-item.fwe-disabled::before {
12039
12039
  background-color: var(--fwe-control-hover);
@@ -12106,7 +12106,7 @@ ul.fwe-list-group {
12106
12106
  transform: scaleY(4);
12107
12107
  }
12108
12108
  .fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled {
12109
- color: var(--fwe-control-active);
12109
+ color: var(--fwe-text-disabled);
12110
12110
  }
12111
12111
  .fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled::before {
12112
12112
  background-color: var(--fwe-control-hover);
@@ -12388,7 +12388,7 @@ header.fwe-fixed-header {
12388
12388
  }
12389
12389
 
12390
12390
  /*!
12391
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
12391
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
12392
12392
  * Copyright 2022 Festo SE & Co. KG
12393
12393
  * Licensed under Apache-2.0
12394
12394
  */
@@ -13145,7 +13145,7 @@ label.fwe-input-text.fwe-input-text-icon textarea {
13145
13145
  cursor: default;
13146
13146
  background: var(--fwe-control-disabled);
13147
13147
  border: 1px solid var(--fwe-control-disabled);
13148
- color: var(--fwe-control-active);
13148
+ color: var(--fwe-text-disabled);
13149
13149
  }
13150
13150
  .fwe-chip.fwe-disabled.fwe-filter.fwe-selected {
13151
13151
  cursor: default;
@@ -13676,7 +13676,7 @@ a.fwe-btn.fwe-disabled {
13676
13676
  }
13677
13677
 
13678
13678
  /*!
13679
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
13679
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
13680
13680
  * Copyright 2022 Festo SE & Co. KG
13681
13681
  * Licensed under Apache-2.0
13682
13682
  */
@@ -14500,7 +14500,7 @@ fieldset.fwe-progress-container label {
14500
14500
  }
14501
14501
  .fwe-snackbar.fwe-snackbar-warning {
14502
14502
  border-color: var(--fwe-orange);
14503
- background-color: var(--fwe-orange-bg);
14503
+ background-color: #ffeacc;
14504
14504
  }
14505
14505
  .fwe-snackbar.fwe-snackbar-warning span::before {
14506
14506
  background-color: var(--fwe-orange);
@@ -14512,7 +14512,7 @@ fieldset.fwe-progress-container label {
14512
14512
  }
14513
14513
  .fwe-snackbar.fwe-snackbar-error {
14514
14514
  border-color: var(--fwe-red);
14515
- background-color: var(--fwe-red-bg);
14515
+ background-color: #f6cccc;
14516
14516
  }
14517
14517
  .fwe-snackbar.fwe-snackbar-error span::before {
14518
14518
  background-color: var(--fwe-red);
@@ -14528,37 +14528,37 @@ fieldset.fwe-progress-container label {
14528
14528
  margin: 0px 12px;
14529
14529
  background: var(--fwe-hero);
14530
14530
  }
14531
- .fwe-snackbar.fwe-snackbar-b {
14531
+ .fwe-snackbar.fwe-snackbar-b, .fwe-snackbar.fwe-snackbar-light {
14532
14532
  border: none;
14533
14533
  background-color: var(--fwe-white);
14534
14534
  }
14535
- .fwe-snackbar.fwe-snackbar-b span::before {
14535
+ .fwe-snackbar.fwe-snackbar-b span::before, .fwe-snackbar.fwe-snackbar-light span::before {
14536
14536
  background-color: var(--fwe-text);
14537
14537
  }
14538
- .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 {
14539
14539
  background-color: var(--fwe-text-light);
14540
14540
  }
14541
- .fwe-snackbar.fwe-snackbar-c {
14541
+ .fwe-snackbar.fwe-snackbar-c, .fwe-snackbar.fwe-snackbar-strong {
14542
14542
  border: none;
14543
14543
  color: var(--fwe-white);
14544
14544
  background-color: var(--fwe-hero);
14545
14545
  }
14546
- .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 {
14547
14547
  background-color: var(--fwe-orange);
14548
14548
  }
14549
- .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 {
14550
14550
  background-color: var(--fwe-red);
14551
14551
  }
14552
- .fwe-snackbar.fwe-snackbar-c span::before {
14552
+ .fwe-snackbar.fwe-snackbar-c span::before, .fwe-snackbar.fwe-snackbar-strong span::before {
14553
14553
  background-color: var(--fwe-white);
14554
14554
  }
14555
- .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 {
14556
14556
  background-color: var(--fwe-white);
14557
14557
  }
14558
- .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 {
14559
14559
  background-color: var(--fwe-white-hover);
14560
14560
  }
14561
- .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 {
14562
14562
  color: var(--fwe-white);
14563
14563
  }
14564
14564
 
@@ -14581,7 +14581,7 @@ fieldset.fwe-progress-container label {
14581
14581
  }
14582
14582
 
14583
14583
  /*!
14584
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
14584
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
14585
14585
  * Copyright 2022 Festo SE & Co. KG
14586
14586
  * Licensed under Apache-2.0
14587
14587
  */
@@ -14814,7 +14814,7 @@ fieldset.fwe-progress-container label {
14814
14814
  }
14815
14815
  }
14816
14816
  /*!
14817
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
14817
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
14818
14818
  * Copyright 2022 Festo SE & Co. KG
14819
14819
  * Licensed under Apache-2.0
14820
14820
  */
@@ -15018,7 +15018,7 @@ fieldset.fwe-progress-container label {
15018
15018
  .fwe-popover--menu {
15019
15019
  font-size: var(--fwe-font-size-base);
15020
15020
  line-height: 1.5rem;
15021
- padding: 16px;
15021
+ padding: 18px 16px 10px 16px;
15022
15022
  }
15023
15023
  .fwe-popover--menu button {
15024
15024
  all: unset;
@@ -15058,6 +15058,16 @@ fieldset.fwe-progress-container label {
15058
15058
  .fwe-popover--menu button:active {
15059
15059
  background-color: rgba(51, 51, 51, 0.2);
15060
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
+ }
15061
15071
  .fwe-popover--content {
15062
15072
  width: auto;
15063
15073
  min-width: -moz-max-content;
@@ -15550,7 +15560,7 @@ fieldset.fwe-progress-container label {
15550
15560
  }
15551
15561
 
15552
15562
  /*!
15553
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
15563
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
15554
15564
  * Copyright 2022 Festo SE & Co. KG
15555
15565
  * Licensed under Apache-2.0
15556
15566
  */
@@ -16068,7 +16078,7 @@ input[type=search]::-webkit-search-cancel-button {
16068
16078
  }
16069
16079
  }
16070
16080
  /*!
16071
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
16081
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
16072
16082
  * Copyright 2022 Festo SE & Co. KG
16073
16083
  * Licensed under Apache-2.0
16074
16084
  */
@@ -16354,7 +16364,7 @@ input[type=search]::-webkit-search-cancel-button {
16354
16364
  }
16355
16365
 
16356
16366
  /*!
16357
- * Festo UI - Web Essentials v11.0.0-dev.974 (https://storybook.festo.design/)
16367
+ * Festo UI - Web Essentials v11.0.0-dev.976 (https://storybook.festo.design/)
16358
16368
  * Copyright 2022 Festo SE & Co. KG
16359
16369
  * Licensed under Apache-2.0
16360
16370
  */