@festo-ui/web-essentials 8.2.0-dev.594 → 8.2.0-dev.597

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 v8.2.0-dev.594 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -2979,7 +2979,7 @@ template {
2979
2979
  }
2980
2980
 
2981
2981
  /*!
2982
- * Festo UI - Web Essentials v8.2.0-dev.594 (https://storybook.festo.design/)
2982
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
2983
2983
  * Copyright 2022 Festo SE & Co. KG
2984
2984
  * Licensed under Apache-2.0
2985
2985
  */
@@ -14441,7 +14441,7 @@ header.fwe-fixed-header {
14441
14441
  }
14442
14442
 
14443
14443
  /*!
14444
- * Festo UI - Web Essentials v8.2.0-dev.594 (https://storybook.festo.design/)
14444
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
14445
14445
  * Copyright 2022 Festo SE & Co. KG
14446
14446
  * Licensed under Apache-2.0
14447
14447
  */
@@ -15635,7 +15635,7 @@ a.fwe-btn.fwe-disabled {
15635
15635
  }
15636
15636
 
15637
15637
  /*!
15638
- * Festo UI - Web Essentials v8.2.0-dev.594 (https://storybook.festo.design/)
15638
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
15639
15639
  * Copyright 2022 Festo SE & Co. KG
15640
15640
  * Licensed under Apache-2.0
15641
15641
  */
@@ -16486,7 +16486,7 @@ fieldset.fwe-progress-container label {
16486
16486
  }
16487
16487
 
16488
16488
  /*!
16489
- * Festo UI - Web Essentials v8.2.0-dev.594 (https://storybook.festo.design/)
16489
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
16490
16490
  * Copyright 2022 Festo SE & Co. KG
16491
16491
  * Licensed under Apache-2.0
16492
16492
  */
@@ -16654,6 +16654,14 @@ fieldset.fwe-progress-container label {
16654
16654
  grid-auto-columns: minmax(200px, auto);
16655
16655
  }
16656
16656
 
16657
+ @keyframes fwe-modal-backdrop-fade-in {
16658
+ from {
16659
+ opacity: 0;
16660
+ }
16661
+ to {
16662
+ opacity: 1;
16663
+ }
16664
+ }
16657
16665
  .fwe-modal-backdrop {
16658
16666
  position: fixed;
16659
16667
  background-color: rgba(0, 0, 0, 0.7);
@@ -16665,6 +16673,7 @@ fieldset.fwe-progress-container label {
16665
16673
  display: flex;
16666
16674
  align-items: center;
16667
16675
  justify-content: center;
16676
+ animation: fwe-modal-backdrop-fade-in 0.3s ease-out;
16668
16677
  }
16669
16678
 
16670
16679
  @media (max-width: 600px), (max-height: 600px) {
@@ -16709,7 +16718,7 @@ fieldset.fwe-progress-container label {
16709
16718
  }
16710
16719
  }
16711
16720
  /*!
16712
- * Festo UI - Web Essentials v8.2.0-dev.594 (https://storybook.festo.design/)
16721
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
16713
16722
  * Copyright 2022 Festo SE & Co. KG
16714
16723
  * Licensed under Apache-2.0
16715
16724
  */
@@ -17439,7 +17448,7 @@ fieldset.fwe-progress-container label {
17439
17448
  }
17440
17449
 
17441
17450
  /*!
17442
- * Festo UI - Web Essentials v8.2.0-dev.594 (https://storybook.festo.design/)
17451
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
17443
17452
  * Copyright 2022 Festo SE & Co. KG
17444
17453
  * Licensed under Apache-2.0
17445
17454
  */
@@ -17937,7 +17946,7 @@ input[type=search]::-webkit-search-cancel-button {
17937
17946
  }
17938
17947
  }
17939
17948
  /*!
17940
- * Festo UI - Web Essentials v8.2.0-dev.594 (https://storybook.festo.design/)
17949
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
17941
17950
  * Copyright 2022 Festo SE & Co. KG
17942
17951
  * Licensed under Apache-2.0
17943
17952
  */
@@ -18060,6 +18069,36 @@ input[type=search]::-webkit-search-cancel-button {
18060
18069
  .fwe-tree-node-container[aria-level="10"] {
18061
18070
  padding-left: 144px;
18062
18071
  }
18072
+ .fwe-tree-node-container[aria-level="11"] {
18073
+ padding-left: 160px;
18074
+ }
18075
+ .fwe-tree-node-container[aria-level="12"] {
18076
+ padding-left: 176px;
18077
+ }
18078
+ .fwe-tree-node-container[aria-level="13"] {
18079
+ padding-left: 192px;
18080
+ }
18081
+ .fwe-tree-node-container[aria-level="14"] {
18082
+ padding-left: 208px;
18083
+ }
18084
+ .fwe-tree-node-container[aria-level="15"] {
18085
+ padding-left: 224px;
18086
+ }
18087
+ .fwe-tree-node-container[aria-level="16"] {
18088
+ padding-left: 240px;
18089
+ }
18090
+ .fwe-tree-node-container[aria-level="17"] {
18091
+ padding-left: 256px;
18092
+ }
18093
+ .fwe-tree-node-container[aria-level="18"] {
18094
+ padding-left: 272px;
18095
+ }
18096
+ .fwe-tree-node-container[aria-level="19"] {
18097
+ padding-left: 288px;
18098
+ }
18099
+ .fwe-tree-node-container[aria-level="20"] {
18100
+ padding-left: 304px;
18101
+ }
18063
18102
  .fwe-tree-node-container[aria-expanded=false] > .fwe-tree-node .fwe-icon-arrows-right-2::before {
18064
18103
  transform: rotate(0deg);
18065
18104
  transition: transform 0.2s;
@@ -18191,7 +18230,7 @@ input[type=search]::-webkit-search-cancel-button {
18191
18230
  }
18192
18231
 
18193
18232
  /*!
18194
- * Festo UI - Web Essentials v8.2.0-dev.594 (https://storybook.festo.design/)
18233
+ * Festo UI - Web Essentials v8.2.0-dev.597 (https://storybook.festo.design/)
18195
18234
  * Copyright 2022 Festo SE & Co. KG
18196
18235
  * Licensed under Apache-2.0
18197
18236
  */