@festo-ui/web-essentials 5.0.0-dev.107 → 5.0.0-dev.112

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 v5.0.0-dev.107 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v5.0.0-dev.112 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -2502,7 +2502,6 @@ h6,
2502
2502
  --fwe-control-border-darker: #9ca2a9;
2503
2503
  --fwe-control-scrollbar: #d2d5d9;
2504
2504
  --fwe-background: #f2f3f5;
2505
- --fwe-background-image-gallery: #707070;
2506
2505
  --fwe-border: #d8dce1;
2507
2506
  --fwe-border-disabled: #e6e9ec;
2508
2507
  --fwe-snackbar-info-bg: #c8e6fa;
@@ -2881,6 +2880,26 @@ template {
2881
2880
  display: none;
2882
2881
  }
2883
2882
 
2883
+ .fwe-object-fit-contain {
2884
+ -o-object-fit: contain !important;
2885
+ object-fit: contain !important;
2886
+ }
2887
+
2888
+ .fwe-object-fit-cover {
2889
+ -o-object-fit: cover !important;
2890
+ object-fit: cover !important;
2891
+ }
2892
+
2893
+ .fwe-object-fit-fill {
2894
+ -o-object-fit: fill !important;
2895
+ object-fit: fill !important;
2896
+ }
2897
+
2898
+ .fwe-object-fit-scale-down {
2899
+ -o-object-fit: scale-down !important;
2900
+ object-fit: scale-down !important;
2901
+ }
2902
+
2884
2903
  /* a screen reader friendly approach */
2885
2904
  .fwe-d-none {
2886
2905
  display: none !important;