@festo-ui/web-essentials 7.0.0-dev.342 → 7.0.0-dev.350

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.0.0-dev.342 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.0.0-dev.350 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -12917,9 +12917,16 @@ template {
12917
12917
  .fwe-toolbar .fwe-toolbar-actions {
12918
12918
  padding-top: 24px;
12919
12919
  }
12920
- .fwe-toolbar .fwe-toolbar-actions a,
12920
+ .fwe-toolbar .fwe-toolbar-actions a {
12921
+ display: flex;
12922
+ align-items: center;
12923
+ justify-content: center;
12924
+ }
12921
12925
  .fwe-toolbar .fwe-toolbar-actions button {
12922
12926
  display: block;
12927
+ }
12928
+ .fwe-toolbar .fwe-toolbar-actions a,
12929
+ .fwe-toolbar .fwe-toolbar-actions button {
12923
12930
  height: 60px;
12924
12931
  width: 60px;
12925
12932
  line-height: 60px;
@@ -15228,6 +15235,10 @@ label.fwe-checkbox input[type=checkbox]:disabled ~ .fwe-checkbox-checkmark {
15228
15235
  border-color: var(--fwe-control-disabled);
15229
15236
  cursor: not-allowed;
15230
15237
  }
15238
+ label.fwe-checkbox input[type=checkbox]:disabled:checked ~ .fwe-checkbox-checkmark {
15239
+ background-color: var(--fwe-control-disabled);
15240
+ border-color: var(--fwe-control-disabled);
15241
+ }
15231
15242
  label.fwe-checkbox input[type=checkbox]:disabled {
15232
15243
  cursor: not-allowed;
15233
15244
  }
@@ -15262,7 +15273,6 @@ label.fwe-switch {
15262
15273
  align-items: center;
15263
15274
  white-space: nowrap;
15264
15275
  vertical-align: middle;
15265
- width: 100%;
15266
15276
  -webkit-user-select: none;
15267
15277
  -moz-user-select: none;
15268
15278
  user-select: none;
@@ -15338,7 +15348,7 @@ label.fwe-switch input[type=checkbox]:disabled ~ .fwe-switch-track {
15338
15348
  cursor: not-allowed;
15339
15349
  }
15340
15350
  label.fwe-switch input[type=checkbox]:disabled:checked ~ .fwe-switch-track {
15341
- background-color: var(--fwe-control-disabled);
15351
+ background-color: var(--fwe-hero-bg);
15342
15352
  cursor: not-allowed;
15343
15353
  }
15344
15354
  label.fwe-switch input[type=checkbox]:disabled {
@@ -15483,60 +15493,13 @@ a.fwe-btn.fwe-disabled {
15483
15493
  pointer-events: none;
15484
15494
  }
15485
15495
 
15486
- input[type=range].fwe-slider-input.fwe-slider-lg::-webkit-slider-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input::-webkit-slider-thumb {
15487
- width: 16px;
15488
- height: 16px;
15489
- margin-top: -6px;
15490
- }
15491
- input[type=range].fwe-slider-input.fwe-slider-lg::-moz-range-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input::-moz-range-thumb {
15492
- width: 16px;
15493
- height: 16px;
15494
- }
15495
- input[type=range].fwe-slider-input.fwe-slider-lg::-ms-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input::-ms-thumb {
15496
- width: 12px;
15497
- height: 12px;
15498
- }
15499
- input[type=range].fwe-slider-input.fwe-slider-lg::-webkit-slider-runnable-track, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input::-webkit-slider-runnable-track {
15500
- height: 2px;
15501
- }
15502
- input[type=range].fwe-slider-input.fwe-slider-lg::-moz-range-track, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input::-moz-range-track {
15503
- height: 2px;
15504
- }
15505
- input[type=range].fwe-slider-input.fwe-slider-lg::-moz-range-progress, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input::-moz-range-progress {
15506
- height: 2px;
15507
- }
15508
- input[type=range].fwe-slider-input.fwe-slider-lg::-ms-track, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input::-ms-track {
15509
- height: 2px;
15510
- border-width: 32px 0;
15511
- }
15512
- input[type=range].fwe-slider-input.fwe-slider-lg:hover:not(:disabled)::-webkit-slider-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input:hover:not(:disabled)::-webkit-slider-thumb {
15513
- margin-top: -14px;
15514
- height: 32px;
15515
- width: 32px;
15516
- }
15517
- input[type=range].fwe-slider-input.fwe-slider-lg:hover:not(:disabled)::-moz-range-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input:hover:not(:disabled)::-moz-range-thumb {
15518
- height: 32px;
15519
- width: 32px;
15520
- }
15521
- input[type=range].fwe-slider-input.fwe-slider-lg:hover:not(:disabled)::-ms-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input:hover:not(:disabled)::-ms-thumb {
15522
- box-shadow: 0px 0px 0px 8px var(--fwe-hero);
15523
- }
15524
- input[type=range].fwe-slider-input.fwe-slider-lg:active:not(:disabled)::-webkit-slider-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input:active:not(:disabled)::-webkit-slider-thumb {
15525
- box-shadow: 0px 0px 0px 16px rgba(0, 145, 220, 0.3);
15526
- }
15527
- input[type=range].fwe-slider-input.fwe-slider-lg:active:not(:disabled)::-moz-range-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input:active:not(:disabled)::-moz-range-thumb {
15528
- box-shadow: 0px 0px 0px 16px rgba(0, 145, 220, 0.3);
15529
- }
15530
- input[type=range].fwe-slider-input.fwe-slider-lg:active:not(:disabled)::-ms-thumb, label.fwe-slider.fwe-slider-lg input[type=range].fwe-slider-input:active:not(:disabled)::-ms-thumb {
15531
- box-shadow: 0px 0px 0px 8px var(--fwe-hero), 0px 0px 0px 24px rgba(0, 145, 220, 0.3) !important;
15532
- }
15533
-
15534
15496
  label.fwe-slider span {
15535
15497
  margin-bottom: 4px;
15536
15498
  display: inline-block;
15537
15499
  font-size: var(--fwe-font-size-md);
15538
15500
  color: var(--fwe-text-light);
15539
15501
  }
15502
+
15540
15503
  input[type=range].fwe-slider-input {
15541
15504
  -webkit-appearance: none;
15542
15505
  -moz-appearance: none;
@@ -15544,8 +15507,8 @@ input[type=range].fwe-slider-input {
15544
15507
  width: 100%;
15545
15508
  background: transparent;
15546
15509
  padding: 0px;
15547
- padding-top: 8px;
15548
- padding-bottom: 8px;
15510
+ padding-top: 16px;
15511
+ padding-bottom: 16px;
15549
15512
  cursor: pointer;
15550
15513
  }
15551
15514
  @-moz-document url-prefix() {
@@ -15663,6 +15626,7 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
15663
15626
  background: var(--fwe-control);
15664
15627
  border: 1px solid var(--fwe-control);
15665
15628
  }
15629
+
15666
15630
  .fwe-waiting-container {
15667
15631
  width: 100%;
15668
15632
  height: 100%;
@@ -15883,6 +15847,7 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
15883
15847
  }
15884
15848
  .fwe-select-wrapper .fwe-select:invalid {
15885
15849
  box-shadow: none;
15850
+ border-color: var(--fwe-red);
15886
15851
  }
15887
15852
  .fwe-select-wrapper .fwe-select:invalid ~ .fwe-select-invalid {
15888
15853
  display: block;
@@ -17667,7 +17632,7 @@ input[type=search]::-webkit-search-cancel-button {
17667
17632
  display: flex;
17668
17633
  background: var(--fwe-white);
17669
17634
  align-items: flex-start;
17670
- justify-content: space-between;
17635
+ justify-content: space-around;
17671
17636
  border-top: 1px solid var(--fwe-border);
17672
17637
  height: 84px;
17673
17638
  padding: 22px 16px;