@festo-ui/web-essentials 6.1.0-dev.279 → 6.1.0-dev.284

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 v6.1.0-dev.279 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v6.1.0-dev.284 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -94,7 +94,7 @@
94
94
  .fwe-icon:before, .fwe-stepper-vertical .fwe-step-container.fwe-step-done .fwe-step:before, .fwe-stepper-horizontal .fwe-step-container.fwe-step-done .fwe-step:before, .fwe-search-input .fwe-clear-icon:before, .fwe-search-input .fwe-search-icon:before, .fwe-notification-menu .fwe-notification-list .fwe-notification-item-content:before, .fwe-notification-menu .fwe-notification-list .fwe-notification-error:before, .fwe-notification-menu .fwe-notification-list .fwe-notification-warning:before, .fwe-notification-menu .fwe-notification-list .fwe-notification-info:before, .fwe-pagination .fwe-navigate-btn:before, .fwe-pagination .fwe-navigate-btn-down:before, .fwe-pagination .fwe-navigate-btn-up:before, .fwe-select-wrapper:before, label.fwe-checkbox .fwe-checkbox-checkmark:before, .fwe-mobile-flyout-page .fwe-page-back i:before, .fwe-mobile-flyout .fwe-mobile-flyout-button:before, .fwe-mobile-flyout .fwe-close-button:before, .fwe-mobile-flyout .fwe-burger-button:before, .fwe-navbar .fwe-navbar-burger-menu:before {
95
95
  line-height: 1;
96
96
  display: inline-block;
97
- speak: none;
97
+ speak-as: none;
98
98
  font-style: normal;
99
99
  font-weight: normal;
100
100
  font-variant: normal;
@@ -261,7 +261,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
261
261
  content: "\e919";
262
262
  }
263
263
 
264
- .fwe-icon-communication-headset:before {
264
+ .fwe-icon-communication-audio-on:before {
265
265
  content: "\e91a";
266
266
  }
267
267
 
@@ -1105,7 +1105,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
1105
1105
  content: "\e9ec";
1106
1106
  }
1107
1107
 
1108
- .fwe-icon-network-show-modules:before {
1108
+ .fwe-icon-network-show-nuggets:before {
1109
1109
  content: "\e9ed";
1110
1110
  }
1111
1111
 
@@ -1409,7 +1409,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
1409
1409
  content: "\ea38";
1410
1410
  }
1411
1411
 
1412
- .fwe-icon-time-outline:before {
1412
+ .fwe-icon-time-time-outline:before {
1413
1413
  content: "\ea39";
1414
1414
  }
1415
1415
 
@@ -2105,6 +2105,10 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
2105
2105
  content: "\eae6";
2106
2106
  }
2107
2107
 
2108
+ .fwe-icon-check-small:before {
2109
+ content: "\eae7";
2110
+ }
2111
+
2108
2112
  .fwe-color-black {
2109
2113
  color: var(--fwe-black) !important;
2110
2114
  }
@@ -14453,11 +14457,15 @@ header.fwe-fixed-header {
14453
14457
  bottom: 0;
14454
14458
  transform: translateX(100%);
14455
14459
  transition: transform 0.3s ease;
14456
- scrollbar-width: thin;
14457
- scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
14458
14460
  overflow-x: hidden;
14459
14461
  overflow-y: auto;
14460
14462
  }
14463
+ @-moz-document url-prefix() {
14464
+ .fwe-mobile-flyout-page {
14465
+ scrollbar-width: thin;
14466
+ scrollbar-color: var(--fwe-control-scrollbar) transparent;
14467
+ }
14468
+ }
14461
14469
  @media (pointer: fine) {
14462
14470
  .fwe-mobile-flyout-page::-webkit-scrollbar {
14463
14471
  width: 14px;
@@ -16351,11 +16359,15 @@ fieldset.fwe-progress-container label {
16351
16359
  overflow: hidden;
16352
16360
  }
16353
16361
  .fwe-modal .fwe-modal-body {
16354
- scrollbar-width: thin;
16355
- scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
16356
16362
  overflow-x: hidden;
16357
16363
  overflow-y: auto;
16358
16364
  }
16365
+ @-moz-document url-prefix() {
16366
+ .fwe-modal .fwe-modal-body {
16367
+ scrollbar-width: thin;
16368
+ scrollbar-color: var(--fwe-control-scrollbar) transparent;
16369
+ }
16370
+ }
16359
16371
  @media (pointer: fine) {
16360
16372
  .fwe-modal .fwe-modal-body::-webkit-scrollbar {
16361
16373
  width: 14px;
@@ -17166,9 +17178,11 @@ fieldset.fwe-progress-container label {
17166
17178
  color: var(--fwe-red);
17167
17179
  }
17168
17180
 
17169
- .fwe-scrollbar {
17170
- scrollbar-width: thin;
17171
- scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
17181
+ @-moz-document url-prefix() {
17182
+ .fwe-scrollbar {
17183
+ scrollbar-width: thin;
17184
+ scrollbar-color: var(--fwe-control-scrollbar) transparent;
17185
+ }
17172
17186
  }
17173
17187
  @media (pointer: fine) {
17174
17188
  .fwe-scrollbar::-webkit-scrollbar {
@@ -17641,10 +17655,14 @@ input[type=search]::-webkit-search-cancel-button {
17641
17655
  }
17642
17656
  }
17643
17657
  .fwe-tree {
17644
- scrollbar-width: thin;
17645
- scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
17646
17658
  position: relative;
17647
17659
  }
17660
+ @-moz-document url-prefix() {
17661
+ .fwe-tree {
17662
+ scrollbar-width: thin;
17663
+ scrollbar-color: var(--fwe-control-scrollbar) transparent;
17664
+ }
17665
+ }
17648
17666
  @media (pointer: fine) {
17649
17667
  .fwe-tree::-webkit-scrollbar {
17650
17668
  width: 14px;