@festo-ui/web-essentials 7.2.0-dev.432 → 7.2.0-dev.435

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 v7.2.0-dev.432 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.2.0-dev.435 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -15205,7 +15205,7 @@ label.fwe-radio input[type=radio]:invalid ~ .fwe-radio-checkmark::before {
15205
15205
 
15206
15206
  label.fwe-checkbox.fwe-checkbox-label-before, .fwe-checkbox-group.fwe-checkbox-label-before label.fwe-checkbox {
15207
15207
  flex-direction: row-reverse;
15208
- justify-content: flex-end;
15208
+ justify-content: space-between;
15209
15209
  }
15210
15210
  label.fwe-checkbox.fwe-checkbox-label-before .fwe-checkbox-label-content, .fwe-checkbox-group.fwe-checkbox-label-before label.fwe-checkbox .fwe-checkbox-label-content {
15211
15211
  margin-left: 0px;
@@ -15244,7 +15244,6 @@ label.fwe-checkbox {
15244
15244
  align-items: center;
15245
15245
  white-space: nowrap;
15246
15246
  vertical-align: middle;
15247
- width: 100%;
15248
15247
  -webkit-user-select: none;
15249
15248
  -moz-user-select: none;
15250
15249
  user-select: none;
@@ -15323,7 +15322,7 @@ label.fwe-checkbox input[type=checkbox]:invalid ~ .fwe-checkbox-checkmark {
15323
15322
 
15324
15323
  label.fwe-switch.fwe-switch-label-before {
15325
15324
  flex-direction: row-reverse;
15326
- justify-content: flex-end;
15325
+ justify-content: space-between;
15327
15326
  }
15328
15327
  label.fwe-switch.fwe-switch-label-before .fwe-switch-label-content {
15329
15328
  margin-left: 0px;
@@ -15396,8 +15395,7 @@ label.fwe-switch .fwe-switch-label-content {
15396
15395
  label.fwe-switch input[type=checkbox] {
15397
15396
  height: 0px;
15398
15397
  width: 0px;
15399
- opacity: 0;
15400
- cursor: pointer;
15398
+ position: absolute;
15401
15399
  }
15402
15400
  label.fwe-switch input[type=checkbox]:hover ~ .fwe-switch-track {
15403
15401
  background-color: var(--fwe-control-border-hover);