@festo-ui/web-essentials 7.3.0-dev.480 → 7.3.0-dev.481

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.3.0-dev.480 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -2992,7 +2992,7 @@ template {
2992
2992
  }
2993
2993
 
2994
2994
  /*!
2995
- * Festo UI - Web Essentials v7.3.0-dev.480 (https://storybook.festo.design/)
2995
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
2996
2996
  * Copyright 2022 Festo SE & Co. KG
2997
2997
  * Licensed under Apache-2.0
2998
2998
  */
@@ -14449,7 +14449,7 @@ header.fwe-fixed-header {
14449
14449
  }
14450
14450
 
14451
14451
  /*!
14452
- * Festo UI - Web Essentials v7.3.0-dev.480 (https://storybook.festo.design/)
14452
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
14453
14453
  * Copyright 2022 Festo SE & Co. KG
14454
14454
  * Licensed under Apache-2.0
14455
14455
  */
@@ -14699,6 +14699,7 @@ label.fwe-input-text .fwe-input-text-invalid {
14699
14699
  color: var(--fwe-red);
14700
14700
  }
14701
14701
  label.fwe-input-text input[type=text],
14702
+ label.fwe-input-text input[type=email],
14702
14703
  label.fwe-input-text input[type=password],
14703
14704
  label.fwe-input-text input[type=number],
14704
14705
  label.fwe-input-text input[type=date],
@@ -14719,6 +14720,7 @@ label.fwe-input-text textarea {
14719
14720
  padding-bottom: 4px;
14720
14721
  }
14721
14722
  label.fwe-input-text input[type=text]:disabled,
14723
+ label.fwe-input-text input[type=email]:disabled,
14722
14724
  label.fwe-input-text input[type=password]:disabled,
14723
14725
  label.fwe-input-text input[type=number]:disabled,
14724
14726
  label.fwe-input-text input[type=date]:disabled,
@@ -14727,10 +14729,11 @@ label.fwe-input-text input[type=datetime-local]:disabled,
14727
14729
  label.fwe-input-text textarea:disabled {
14728
14730
  pointer-events: none;
14729
14731
  }
14730
- label.fwe-input-text input[type=text]::-moz-placeholder, label.fwe-input-text input[type=password]::-moz-placeholder, label.fwe-input-text input[type=number]::-moz-placeholder, label.fwe-input-text input[type=date]::-moz-placeholder, label.fwe-input-text input[type=time]::-moz-placeholder, label.fwe-input-text input[type=datetime-local]::-moz-placeholder, label.fwe-input-text textarea::-moz-placeholder {
14732
+ label.fwe-input-text input[type=text]::-moz-placeholder, label.fwe-input-text input[type=email]::-moz-placeholder, label.fwe-input-text input[type=password]::-moz-placeholder, label.fwe-input-text input[type=number]::-moz-placeholder, label.fwe-input-text input[type=date]::-moz-placeholder, label.fwe-input-text input[type=time]::-moz-placeholder, label.fwe-input-text input[type=datetime-local]::-moz-placeholder, label.fwe-input-text textarea::-moz-placeholder {
14731
14733
  color: var(--fwe-text-disabled);
14732
14734
  }
14733
14735
  label.fwe-input-text input[type=text]::placeholder,
14736
+ label.fwe-input-text input[type=email]::placeholder,
14734
14737
  label.fwe-input-text input[type=password]::placeholder,
14735
14738
  label.fwe-input-text input[type=number]::placeholder,
14736
14739
  label.fwe-input-text input[type=date]::placeholder,
@@ -14740,6 +14743,7 @@ label.fwe-input-text textarea::placeholder {
14740
14743
  color: var(--fwe-text-disabled);
14741
14744
  }
14742
14745
  label.fwe-input-text input[type=text]:hover:valid:not(:disabled),
14746
+ label.fwe-input-text input[type=email]:hover:valid:not(:disabled),
14743
14747
  label.fwe-input-text input[type=password]:hover:valid:not(:disabled),
14744
14748
  label.fwe-input-text input[type=number]:hover:valid:not(:disabled),
14745
14749
  label.fwe-input-text input[type=date]:hover:valid:not(:disabled),
@@ -14749,6 +14753,7 @@ label.fwe-input-text textarea:hover:valid:not(:disabled) {
14749
14753
  border-color: var(--fwe-hero);
14750
14754
  }
14751
14755
  label.fwe-input-text input[type=text]:hover:not(:disabled),
14756
+ label.fwe-input-text input[type=email]:hover:not(:disabled),
14752
14757
  label.fwe-input-text input[type=password]:hover:not(:disabled),
14753
14758
  label.fwe-input-text input[type=number]:hover:not(:disabled),
14754
14759
  label.fwe-input-text input[type=date]:hover:not(:disabled),
@@ -14758,6 +14763,7 @@ label.fwe-input-text textarea:hover:not(:disabled) {
14758
14763
  color: var(--fwe-hero);
14759
14764
  }
14760
14765
  label.fwe-input-text input[type=text]:focus,
14766
+ label.fwe-input-text input[type=email]:focus,
14761
14767
  label.fwe-input-text input[type=password]:focus,
14762
14768
  label.fwe-input-text input[type=number]:focus,
14763
14769
  label.fwe-input-text input[type=date]:focus,
@@ -14769,6 +14775,7 @@ label.fwe-input-text textarea:focus {
14769
14775
  color: var(--fwe-text) !important;
14770
14776
  }
14771
14777
  label.fwe-input-text input[type=text]:user-invalid,
14778
+ label.fwe-input-text input[type=email]:user-invalid,
14772
14779
  label.fwe-input-text input[type=password]:user-invalid,
14773
14780
  label.fwe-input-text input[type=number]:user-invalid,
14774
14781
  label.fwe-input-text input[type=date]:user-invalid,
@@ -14778,6 +14785,8 @@ label.fwe-input-text textarea:user-invalid {
14778
14785
  border-color: var(--fwe-red);
14779
14786
  }
14780
14787
  label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-info, label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-invalid,
14788
+ label.fwe-input-text input[type=email]:user-invalid ~ .fwe-input-text-info,
14789
+ label.fwe-input-text input[type=email]:user-invalid ~ .fwe-input-text-invalid,
14781
14790
  label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-info,
14782
14791
  label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-invalid,
14783
14792
  label.fwe-input-text input[type=number]:user-invalid ~ .fwe-input-text-info,
@@ -14793,6 +14802,7 @@ label.fwe-input-text textarea:user-invalid ~ .fwe-input-text-invalid {
14793
14802
  display: none;
14794
14803
  }
14795
14804
  label.fwe-input-text input[type=text]:user-invalid ~ .fwe-input-text-invalid,
14805
+ label.fwe-input-text input[type=email]:user-invalid ~ .fwe-input-text-invalid,
14796
14806
  label.fwe-input-text input[type=password]:user-invalid ~ .fwe-input-text-invalid,
14797
14807
  label.fwe-input-text input[type=number]:user-invalid ~ .fwe-input-text-invalid,
14798
14808
  label.fwe-input-text input[type=date]:user-invalid ~ .fwe-input-text-invalid,
@@ -14802,6 +14812,7 @@ label.fwe-input-text textarea:user-invalid ~ .fwe-input-text-invalid {
14802
14812
  display: block;
14803
14813
  }
14804
14814
  label.fwe-input-text input[type=text]:disabled,
14815
+ label.fwe-input-text input[type=email]:disabled,
14805
14816
  label.fwe-input-text input[type=password]:disabled,
14806
14817
  label.fwe-input-text input[type=number]:disabled,
14807
14818
  label.fwe-input-text input[type=date]:disabled,
@@ -14813,6 +14824,9 @@ label.fwe-input-text textarea:disabled {
14813
14824
  border-color: var(--fwe-control-disabled);
14814
14825
  }
14815
14826
  label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-label, label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-invalid, label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-info,
14827
+ label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-label,
14828
+ label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-invalid,
14829
+ label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-info,
14816
14830
  label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-label,
14817
14831
  label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-invalid,
14818
14832
  label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-info,
@@ -14834,6 +14848,9 @@ label.fwe-input-text textarea:disabled ~ .fwe-input-text-info {
14834
14848
  color: var(--fwe-text-disabled);
14835
14849
  }
14836
14850
  label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-label::before, label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-invalid::before, label.fwe-input-text input[type=text]:disabled ~ .fwe-input-text-info::before,
14851
+ label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-label::before,
14852
+ label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-invalid::before,
14853
+ label.fwe-input-text input[type=email]:disabled ~ .fwe-input-text-info::before,
14837
14854
  label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-label::before,
14838
14855
  label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-invalid::before,
14839
14856
  label.fwe-input-text input[type=password]:disabled ~ .fwe-input-text-info::before,
@@ -15576,7 +15593,7 @@ a.fwe-btn.fwe-disabled {
15576
15593
  }
15577
15594
 
15578
15595
  /*!
15579
- * Festo UI - Web Essentials v7.3.0-dev.480 (https://storybook.festo.design/)
15596
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
15580
15597
  * Copyright 2022 Festo SE & Co. KG
15581
15598
  * Licensed under Apache-2.0
15582
15599
  */
@@ -16465,7 +16482,7 @@ fieldset.fwe-progress-container label {
16465
16482
  }
16466
16483
 
16467
16484
  /*!
16468
- * Festo UI - Web Essentials v7.3.0-dev.480 (https://storybook.festo.design/)
16485
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
16469
16486
  * Copyright 2022 Festo SE & Co. KG
16470
16487
  * Licensed under Apache-2.0
16471
16488
  */
@@ -16688,7 +16705,7 @@ fieldset.fwe-progress-container label {
16688
16705
  }
16689
16706
  }
16690
16707
  /*!
16691
- * Festo UI - Web Essentials v7.3.0-dev.480 (https://storybook.festo.design/)
16708
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
16692
16709
  * Copyright 2022 Festo SE & Co. KG
16693
16710
  * Licensed under Apache-2.0
16694
16711
  */
@@ -17400,7 +17417,7 @@ fieldset.fwe-progress-container label {
17400
17417
  }
17401
17418
 
17402
17419
  /*!
17403
- * Festo UI - Web Essentials v7.3.0-dev.480 (https://storybook.festo.design/)
17420
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
17404
17421
  * Copyright 2022 Festo SE & Co. KG
17405
17422
  * Licensed under Apache-2.0
17406
17423
  */
@@ -17900,7 +17917,7 @@ input[type=search]::-webkit-search-cancel-button {
17900
17917
  }
17901
17918
  }
17902
17919
  /*!
17903
- * Festo UI - Web Essentials v7.3.0-dev.480 (https://storybook.festo.design/)
17920
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
17904
17921
  * Copyright 2022 Festo SE & Co. KG
17905
17922
  * Licensed under Apache-2.0
17906
17923
  */
@@ -18150,7 +18167,7 @@ input[type=search]::-webkit-search-cancel-button {
18150
18167
  }
18151
18168
 
18152
18169
  /*!
18153
- * Festo UI - Web Essentials v7.3.0-dev.480 (https://storybook.festo.design/)
18170
+ * Festo UI - Web Essentials v7.3.0-dev.481 (https://storybook.festo.design/)
18154
18171
  * Copyright 2022 Festo SE & Co. KG
18155
18172
  * Licensed under Apache-2.0
18156
18173
  */