@festo-ui/web-essentials 8.3.0-dev.647 → 8.3.0-dev.664

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.3.0-dev.647 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -7,12 +7,12 @@
7
7
  /* Festo regular */
8
8
  @font-face {
9
9
  font-family: "Festo";
10
- src: url("https://www.festo.com/fonts/Festo-Regular.woff2") format("woff2"), url("https://www.festo.com/fonts/Festo-Regular.woff") format("woff");
10
+ src: url("https://www.festo.com/fonts/festo-regular.woff2") format("woff2"), url("https://www.festo.com/fonts/festo-regular.woff") format("woff");
11
11
  }
12
12
  /* Festo bold */
13
13
  @font-face {
14
14
  font-family: "Festo";
15
- src: url("https://www.festo.com/fonts/Festo-Bold.woff2") format("woff2"), url("https://www.festo.com/fonts/Festo-Bold.woff") format("woff");
15
+ src: url("https://www.festo.com/fonts/festo-bold.woff2") format("woff2"), url("https://www.festo.com/fonts/festo-bold.woff") format("woff");
16
16
  font-weight: bold;
17
17
  }
18
18
  /* Festo Icon Font */
@@ -2966,10 +2966,30 @@ template {
2966
2966
  width: 100% !important;
2967
2967
  }
2968
2968
 
2969
+ .fwe-w-unset {
2970
+ width: unset !important;
2971
+ }
2972
+
2973
+ .fwe-w-auto {
2974
+ width: auto !important;
2975
+ }
2976
+
2969
2977
  .fwe-h-100 {
2970
2978
  height: 100% !important;
2971
2979
  }
2972
2980
 
2981
+ .fwe-h-unset {
2982
+ height: unset !important;
2983
+ }
2984
+
2985
+ .fwe-h-auto {
2986
+ height: auto !important;
2987
+ }
2988
+
2989
+ .fwe-word-break-break-all {
2990
+ word-break: break-all;
2991
+ }
2992
+
2973
2993
  .fwe-text-align-center {
2974
2994
  text-align: center;
2975
2995
  }
@@ -2998,8 +3018,14 @@ template {
2998
3018
  cursor: pointer;
2999
3019
  }
3000
3020
 
3021
+ .fwe-btn-unstyled {
3022
+ all: unset;
3023
+ display: block;
3024
+ cursor: pointer;
3025
+ }
3026
+
3001
3027
  /*!
3002
- * Festo UI - Web Essentials v8.3.0-dev.647 (https://storybook.festo.design/)
3028
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
3003
3029
  * Copyright 2022 Festo SE & Co. KG
3004
3030
  * Licensed under Apache-2.0
3005
3031
  */
@@ -14460,7 +14486,7 @@ header.fwe-fixed-header {
14460
14486
  }
14461
14487
 
14462
14488
  /*!
14463
- * Festo UI - Web Essentials v8.3.0-dev.647 (https://storybook.festo.design/)
14489
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
14464
14490
  * Copyright 2022 Festo SE & Co. KG
14465
14491
  * Licensed under Apache-2.0
14466
14492
  */
@@ -15654,7 +15680,7 @@ a.fwe-btn.fwe-disabled {
15654
15680
  }
15655
15681
 
15656
15682
  /*!
15657
- * Festo UI - Web Essentials v8.3.0-dev.647 (https://storybook.festo.design/)
15683
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
15658
15684
  * Copyright 2022 Festo SE & Co. KG
15659
15685
  * Licensed under Apache-2.0
15660
15686
  */
@@ -16505,7 +16531,7 @@ fieldset.fwe-progress-container label {
16505
16531
  }
16506
16532
 
16507
16533
  /*!
16508
- * Festo UI - Web Essentials v8.3.0-dev.647 (https://storybook.festo.design/)
16534
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
16509
16535
  * Copyright 2022 Festo SE & Co. KG
16510
16536
  * Licensed under Apache-2.0
16511
16537
  */
@@ -16736,7 +16762,7 @@ fieldset.fwe-progress-container label {
16736
16762
  }
16737
16763
  }
16738
16764
  /*!
16739
- * Festo UI - Web Essentials v8.3.0-dev.647 (https://storybook.festo.design/)
16765
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
16740
16766
  * Copyright 2022 Festo SE & Co. KG
16741
16767
  * Licensed under Apache-2.0
16742
16768
  */
@@ -17466,7 +17492,7 @@ fieldset.fwe-progress-container label {
17466
17492
  }
17467
17493
 
17468
17494
  /*!
17469
- * Festo UI - Web Essentials v8.3.0-dev.647 (https://storybook.festo.design/)
17495
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
17470
17496
  * Copyright 2022 Festo SE & Co. KG
17471
17497
  * Licensed under Apache-2.0
17472
17498
  */
@@ -17964,7 +17990,7 @@ input[type=search]::-webkit-search-cancel-button {
17964
17990
  }
17965
17991
  }
17966
17992
  /*!
17967
- * Festo UI - Web Essentials v8.3.0-dev.647 (https://storybook.festo.design/)
17993
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
17968
17994
  * Copyright 2022 Festo SE & Co. KG
17969
17995
  * Licensed under Apache-2.0
17970
17996
  */
@@ -18248,7 +18274,7 @@ input[type=search]::-webkit-search-cancel-button {
18248
18274
  }
18249
18275
 
18250
18276
  /*!
18251
- * Festo UI - Web Essentials v8.3.0-dev.647 (https://storybook.festo.design/)
18277
+ * Festo UI - Web Essentials v8.3.0-dev.664 (https://storybook.festo.design/)
18252
18278
  * Copyright 2022 Festo SE & Co. KG
18253
18279
  * Licensed under Apache-2.0
18254
18280
  */