@festo-ui/web-essentials 8.2.0-dev.576 → 8.2.0-dev.579

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.576 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v8.2.0-dev.579 (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.576 (https://storybook.festo.design/)
2982
+ * Festo UI - Web Essentials v8.2.0-dev.579 (https://storybook.festo.design/)
2983
2983
  * Copyright 2022 Festo SE & Co. KG
2984
2984
  * Licensed under Apache-2.0
2985
2985
  */
@@ -14078,11 +14078,15 @@ ul.fwe-list-group {
14078
14078
  transform: scaleX(0);
14079
14079
  transition: transform 0.3s;
14080
14080
  }
14081
+ .fwe-list-group .fwe-list-group-item.fwe-active {
14082
+ color: var(--fwe-hero);
14083
+ }
14081
14084
  .fwe-list-group .fwe-list-group-item.fwe-active::before {
14082
14085
  transform: scaleX(4);
14083
14086
  }
14084
- .fwe-list-group .fwe-list-group-item.fwe-active .fwe-list-group-item-head {
14085
- color: var(--fwe-hero);
14087
+ .fwe-list-group .fwe-list-group-item.fwe-active .fwe-list-group-item-body,
14088
+ .fwe-list-group .fwe-list-group-item.fwe-active .fwe-list-group-item-footer {
14089
+ color: var(--fwe-text);
14086
14090
  }
14087
14091
  .fwe-list-group .fwe-list-group-item.fwe-disabled {
14088
14092
  color: var(--fwe-text-disabled);
@@ -14095,9 +14099,12 @@ ul.fwe-list-group {
14095
14099
  color: var(--fwe-text);
14096
14100
  }
14097
14101
  .fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover {
14098
- color: var(--fwe-text);
14099
14102
  background-color: var(--fwe-sucanul);
14100
14103
  }
14104
+ .fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-body,
14105
+ .fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-footer {
14106
+ color: var(--fwe-text);
14107
+ }
14101
14108
  .fwe-list-group button.fwe-list-group-item {
14102
14109
  outline: none;
14103
14110
  background-color: inherit;
@@ -14107,6 +14114,7 @@ ul.fwe-list-group {
14107
14114
  cursor: pointer;
14108
14115
  }
14109
14116
  .fwe-list-group button.fwe-list-group-item:not(.fwe-disabled):hover {
14117
+ color: var(--fwe-hero);
14110
14118
  background-color: var(--fwe-sucanul);
14111
14119
  }
14112
14120
  .fwe-list-group.fwe-list-group-border .fwe-list-group-item,
@@ -14153,9 +14161,6 @@ ul.fwe-list-group {
14153
14161
  .fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-active::before {
14154
14162
  transform: scaleY(4);
14155
14163
  }
14156
- .fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-active .fwe-list-group-item-head {
14157
- color: var(--fwe-hero);
14158
- }
14159
14164
  .fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled {
14160
14165
  color: var(--fwe-text-disabled);
14161
14166
  }
@@ -14436,7 +14441,7 @@ header.fwe-fixed-header {
14436
14441
  }
14437
14442
 
14438
14443
  /*!
14439
- * Festo UI - Web Essentials v8.2.0-dev.576 (https://storybook.festo.design/)
14444
+ * Festo UI - Web Essentials v8.2.0-dev.579 (https://storybook.festo.design/)
14440
14445
  * Copyright 2022 Festo SE & Co. KG
14441
14446
  * Licensed under Apache-2.0
14442
14447
  */
@@ -15142,12 +15147,16 @@ label.fwe-radio {
15142
15147
  cursor: pointer;
15143
15148
  display: flex;
15144
15149
  align-items: center;
15145
- white-space: nowrap;
15146
15150
  vertical-align: middle;
15147
15151
  -webkit-user-select: none;
15148
15152
  -moz-user-select: none;
15149
15153
  user-select: none;
15150
15154
  }
15155
+ label.fwe-radio .fwe-radio-check {
15156
+ display: flex;
15157
+ align-self: start;
15158
+ margin-top: 4px;
15159
+ }
15151
15160
  label.fwe-radio .fwe-radio-checkmark {
15152
15161
  position: relative;
15153
15162
  height: 16px;
@@ -15626,7 +15635,7 @@ a.fwe-btn.fwe-disabled {
15626
15635
  }
15627
15636
 
15628
15637
  /*!
15629
- * Festo UI - Web Essentials v8.2.0-dev.576 (https://storybook.festo.design/)
15638
+ * Festo UI - Web Essentials v8.2.0-dev.579 (https://storybook.festo.design/)
15630
15639
  * Copyright 2022 Festo SE & Co. KG
15631
15640
  * Licensed under Apache-2.0
15632
15641
  */
@@ -16477,7 +16486,7 @@ fieldset.fwe-progress-container label {
16477
16486
  }
16478
16487
 
16479
16488
  /*!
16480
- * Festo UI - Web Essentials v8.2.0-dev.576 (https://storybook.festo.design/)
16489
+ * Festo UI - Web Essentials v8.2.0-dev.579 (https://storybook.festo.design/)
16481
16490
  * Copyright 2022 Festo SE & Co. KG
16482
16491
  * Licensed under Apache-2.0
16483
16492
  */
@@ -16700,7 +16709,7 @@ fieldset.fwe-progress-container label {
16700
16709
  }
16701
16710
  }
16702
16711
  /*!
16703
- * Festo UI - Web Essentials v8.2.0-dev.576 (https://storybook.festo.design/)
16712
+ * Festo UI - Web Essentials v8.2.0-dev.579 (https://storybook.festo.design/)
16704
16713
  * Copyright 2022 Festo SE & Co. KG
16705
16714
  * Licensed under Apache-2.0
16706
16715
  */
@@ -17419,7 +17428,7 @@ fieldset.fwe-progress-container label {
17419
17428
  }
17420
17429
 
17421
17430
  /*!
17422
- * Festo UI - Web Essentials v8.2.0-dev.576 (https://storybook.festo.design/)
17431
+ * Festo UI - Web Essentials v8.2.0-dev.579 (https://storybook.festo.design/)
17423
17432
  * Copyright 2022 Festo SE & Co. KG
17424
17433
  * Licensed under Apache-2.0
17425
17434
  */
@@ -17917,7 +17926,7 @@ input[type=search]::-webkit-search-cancel-button {
17917
17926
  }
17918
17927
  }
17919
17928
  /*!
17920
- * Festo UI - Web Essentials v8.2.0-dev.576 (https://storybook.festo.design/)
17929
+ * Festo UI - Web Essentials v8.2.0-dev.579 (https://storybook.festo.design/)
17921
17930
  * Copyright 2022 Festo SE & Co. KG
17922
17931
  * Licensed under Apache-2.0
17923
17932
  */
@@ -18171,7 +18180,7 @@ input[type=search]::-webkit-search-cancel-button {
18171
18180
  }
18172
18181
 
18173
18182
  /*!
18174
- * Festo UI - Web Essentials v8.2.0-dev.576 (https://storybook.festo.design/)
18183
+ * Festo UI - Web Essentials v8.2.0-dev.579 (https://storybook.festo.design/)
18175
18184
  * Copyright 2022 Festo SE & Co. KG
18176
18185
  * Licensed under Apache-2.0
18177
18186
  */