@festo-ui/web-essentials 7.2.0-dev.423 → 7.2.0-dev.427

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.
Files changed (32) hide show
  1. package/dist/css/festo-web-essentials.css +58 -16
  2. package/dist/css/festo-web-essentials.css.map +1 -1
  3. package/dist/css/festo-web-essentials.min.css +2 -2
  4. package/dist/css/festo-web-essentials.min.css.map +1 -1
  5. package/dist/css/fonts/festo_icons-16.woff2 +0 -0
  6. package/dist/css/fonts/festo_icons-24.woff2 +0 -0
  7. package/dist/css/fonts/festo_icons-32.woff2 +0 -0
  8. package/dist/css/organisms/festo-web-essentials-organisms.css +28 -5
  9. package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
  10. package/dist/css/organisms/festo-web-essentials-organisms.min.css +1 -1
  11. package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
  12. package/dist/css/themes/flatpickr/festo.css +1 -1
  13. package/dist/css/themes/flatpickr/festo.min.css +1 -1
  14. package/dist/fonts/festo_icons-16.woff2 +0 -0
  15. package/dist/fonts/festo_icons-24.woff2 +0 -0
  16. package/dist/fonts/festo_icons-32.woff2 +0 -0
  17. package/dist/scss/_chips.scss +6 -7
  18. package/dist/scss/_icons.scss +33 -0
  19. package/dist/scss/_popover.scss +5 -0
  20. package/dist/scss/_segment.scss +2 -2
  21. package/dist/scss/festo-web-essentials.scss +1 -1
  22. package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
  23. package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
  24. package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
  25. package/dist/scss/organisms/_image-gallery.scss +28 -6
  26. package/dist/scss/themes/flatpickr/festo.scss +1 -1
  27. package/package.json +1 -1
  28. package/scss/_chips.scss +6 -7
  29. package/scss/_icons.scss +33 -0
  30. package/scss/_popover.scss +5 -0
  31. package/scss/_segment.scss +2 -2
  32. package/scss/organisms/_image-gallery.scss +28 -6
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v7.2.0-dev.423 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.2.0-dev.427 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -2113,6 +2113,50 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip.fwe-chip-lg i
2113
2113
  content: "\eae7";
2114
2114
  }
2115
2115
 
2116
+ .fwe-icon-arrange:before {
2117
+ content: "\eae8";
2118
+ }
2119
+
2120
+ .fwe-icon-cloud-failure:before {
2121
+ content: "\eae9";
2122
+ }
2123
+
2124
+ .fwe-icon-cloud-ready:before {
2125
+ content: "\eaeb";
2126
+ }
2127
+
2128
+ .fwe-icon-cloud-sync:before {
2129
+ content: "\eaed";
2130
+ }
2131
+
2132
+ .fwe-icon-crop:before {
2133
+ content: "\eaee";
2134
+ }
2135
+
2136
+ .fwe-icon-decentral-drive:before {
2137
+ content: "\eaef";
2138
+ }
2139
+
2140
+ .fwe-icon-feature-tag:before {
2141
+ content: "\eaf0";
2142
+ }
2143
+
2144
+ .fwe-icon-hide:before {
2145
+ content: "\eaf1";
2146
+ }
2147
+
2148
+ .fwe-icon-repeat-audio:before {
2149
+ content: "\eaf2";
2150
+ }
2151
+
2152
+ .fwe-icon-data-variable:before {
2153
+ content: "\eaea";
2154
+ }
2155
+
2156
+ .fwe-icon-method:before {
2157
+ content: "\eaec";
2158
+ }
2159
+
2116
2160
  .fwe-color-black {
2117
2161
  color: var(--fwe-black) !important;
2118
2162
  }
@@ -14904,16 +14948,9 @@ label.fwe-input-text.fwe-input-text-icon textarea {
14904
14948
 
14905
14949
  .fwe-chip.fwe-chip-lg, .fwe-chip-container.fwe-chip-container-lg .fwe-chip {
14906
14950
  font-size: var(--fwe-font-size-base);
14907
- line-height: 22px;
14908
14951
  border-radius: 16px;
14909
- padding: 3px 16px 5px 16px;
14910
- }
14911
- .fwe-chip.fwe-chip-lg i[class^=fwe-icon-], .fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class^=fwe-icon-],
14912
- .fwe-chip.fwe-chip-lg i[class*=" fwe-icon-"],
14913
- .fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class*=" fwe-icon-"],
14914
- .fwe-chip.fwe-chip-lg .fwe-svg-icon,
14915
- .fwe-chip-container.fwe-chip-container-lg .fwe-chip .fwe-svg-icon {
14916
- margin-bottom: -3px;
14952
+ padding: 0px 16px;
14953
+ height: 32px;
14917
14954
  }
14918
14955
  .fwe-selected.fwe-category.fwe-chip.fwe-chip-lg, .fwe-chip-container.fwe-chip-container-lg .fwe-selected.fwe-category.fwe-chip {
14919
14956
  padding-right: 30px;
@@ -14937,14 +14974,14 @@ label.fwe-input-text.fwe-input-text-icon textarea {
14937
14974
  gap: 8px;
14938
14975
  }
14939
14976
  .fwe-chip {
14977
+ height: 24px;
14940
14978
  -webkit-user-select: none;
14941
14979
  -moz-user-select: none;
14942
14980
  user-select: none;
14943
14981
  position: relative;
14944
14982
  display: flex;
14945
- align-items: flex-end;
14983
+ align-items: center;
14946
14984
  font-size: var(--fwe-font-size-md);
14947
- line-height: calc(var(--fwe-font-size-md) + 7px);
14948
14985
  text-align: center;
14949
14986
  border-radius: 12px;
14950
14987
  cursor: pointer;
@@ -14952,14 +14989,14 @@ label.fwe-input-text.fwe-input-text-icon textarea {
14952
14989
  color: var(--fwe-text);
14953
14990
  border: 1px solid var(--fwe-control);
14954
14991
  box-sizing: border-box;
14955
- padding: 0px 12px 1px 12px;
14992
+ padding: 0px 12px;
14956
14993
  }
14957
14994
  .fwe-chip i[class^=fwe-icon-],
14958
14995
  .fwe-chip i[class*=" fwe-icon-"],
14959
14996
  .fwe-chip .fwe-svg-icon {
14960
- margin-bottom: -1px;
14961
14997
  margin-left: -4px;
14962
14998
  margin-right: 8px;
14999
+ line-height: 1;
14963
15000
  }
14964
15001
  .fwe-chip:hover {
14965
15002
  background: var(--fwe-control-hover);
@@ -16614,10 +16651,10 @@ fieldset.fwe-progress-container label {
16614
16651
  grid-auto-flow: column;
16615
16652
  }
16616
16653
  .fwe-segment-label {
16617
- display: inline-block;
16654
+ display: inline-flex;
16655
+ align-items: center;
16618
16656
  height: 32px;
16619
16657
  width: 100%;
16620
- line-height: 28px;
16621
16658
  white-space: nowrap;
16622
16659
  padding: 0 24px;
16623
16660
  font-size: var(--fwe-font-size-base);
@@ -16815,10 +16852,15 @@ fieldset.fwe-progress-container label {
16815
16852
  flex-wrap: nowrap;
16816
16853
  height: 24px;
16817
16854
  width: 32px;
16855
+ margin-right: 0px;
16818
16856
  }
16819
16857
  .fwe-popover.fwe-popover-menu .fwe-list-group .fwe-list-group-item button i::before {
16820
16858
  display: inline-flex;
16821
16859
  }
16860
+ .fwe-popover.fwe-popover-menu .fwe-list-group .fwe-list-group-item button .fwe-svg-icon {
16861
+ margin-right: 8px;
16862
+ margin-left: 8px;
16863
+ }
16822
16864
  .fwe-popover.fwe-popover-menu .fwe-list-group .fwe-list-group-item button span {
16823
16865
  display: inline-flex;
16824
16866
  height: 24px;