@festo-ui/web-essentials 9.0.0-dev.677 → 9.0.0-dev.679

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 (38) hide show
  1. package/README.md +10 -1
  2. package/dist/css/festo-web-essentials.css +34 -2146
  3. package/dist/css/festo-web-essentials.css.map +1 -1
  4. package/dist/css/festo-web-essentials.min.css +11 -11
  5. package/dist/css/festo-web-essentials.min.css.map +1 -1
  6. package/dist/css/light/festo-web-essentials-light.css +0 -39
  7. package/dist/css/light/festo-web-essentials-light.css.map +1 -1
  8. package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
  9. package/dist/css/themes/flatpickr/festo.css +1 -1
  10. package/dist/css/themes/flatpickr/festo.css.map +1 -1
  11. package/dist/css/themes/flatpickr/festo.min.css +1 -1
  12. package/dist/scss/_button.scss +0 -3
  13. package/dist/scss/_chips.scss +0 -3
  14. package/dist/scss/_fonts.scss +0 -25
  15. package/dist/scss/_root.scss +0 -3
  16. package/dist/scss/_text-input.scss +0 -1
  17. package/dist/scss/_variables.scss +0 -3
  18. package/dist/scss/festo-web-essentials.scss +1 -2
  19. package/dist/scss/themes/flatpickr/festo.scss +1 -1
  20. package/package.json +7 -6
  21. package/scss/_button.scss +0 -3
  22. package/scss/_chips.scss +0 -3
  23. package/scss/_fonts.scss +0 -25
  24. package/scss/_root.scss +0 -3
  25. package/scss/_text-input.scss +0 -1
  26. package/scss/_variables.scss +0 -3
  27. package/scss/festo-web-essentials.scss +0 -1
  28. package/dist/css/fonts/festo_icons-16.woff2 +0 -0
  29. package/dist/css/fonts/festo_icons-24.woff2 +0 -0
  30. package/dist/css/fonts/festo_icons-32.woff2 +0 -0
  31. package/dist/fonts/festo_icons-16.woff2 +0 -0
  32. package/dist/fonts/festo_icons-24.woff2 +0 -0
  33. package/dist/fonts/festo_icons-32.woff2 +0 -0
  34. package/dist/scss/_icons.scss +0 -1579
  35. package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
  36. package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
  37. package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
  38. package/scss/_icons.scss +0 -1579
@@ -15,28 +15,6 @@
15
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
- /* Festo Icon Font */
19
- @font-face {
20
- font-family: "festo_icons-16";
21
- src: url("../fonts/festo_icons-16.woff2") format("woff2");
22
- font-weight: normal;
23
- font-style: normal;
24
- font-display: block;
25
- }
26
- @font-face {
27
- font-family: "festo_icons-24";
28
- src: url("../fonts/festo_icons-24.woff2") format("woff2");
29
- font-weight: normal;
30
- font-style: normal;
31
- font-display: block;
32
- }
33
- @font-face {
34
- font-family: "festo_icons-32";
35
- src: url("../fonts/festo_icons-32.woff2") format("woff2");
36
- font-weight: normal;
37
- font-style: normal;
38
- font-display: block;
39
- }
40
18
  .fwe-font-size-small {
41
19
  font-size: var(--fwe-font-size-small);
42
20
  }
@@ -521,9 +499,6 @@ h6,
521
499
  --fwe-spacer-xxl: 64px;
522
500
  --fwe-font-family-sans-serif: "Festo", "Trebuchet MS", Arial, sans-serif;
523
501
  --fwe-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
524
- --fwe-font-family-icons-16: "festo_icons-16";
525
- --fwe-font-family-icons-24: "festo_icons-24";
526
- --fwe-font-family-icons-32: "festo_icons-32";
527
502
  --fwe-font-weight-normal: 400;
528
503
  --fwe-font-weight-bold: 700;
529
504
  --fwe-line-height-base: 1.5;
@@ -3535,7 +3510,6 @@ label.fwe-input-text input[type=datetime-local]:before {
3535
3510
  color: transparent;
3536
3511
  background: none;
3537
3512
  display: block;
3538
- font-family: var(--fwe-font-family-icons-16);
3539
3513
  width: 16px;
3540
3514
  height: 16px;
3541
3515
  position: absolute;
@@ -3632,13 +3606,6 @@ label.fwe-input-text.fwe-input-text-icon textarea {
3632
3606
  .fwe-chip-container.fwe-chip-container-lg .fwe-chip .fwe-svg-icon {
3633
3607
  font-size: 24px;
3634
3608
  }
3635
- .fwe-chip.fwe-chip-lg i[class^=fwe-icon-]:before, .fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class^=fwe-icon-]:before,
3636
- .fwe-chip.fwe-chip-lg i[class*=" fwe-icon-"]:before,
3637
- .fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class*=" fwe-icon-"]:before,
3638
- .fwe-chip.fwe-chip-lg .fwe-svg-icon:before,
3639
- .fwe-chip-container.fwe-chip-container-lg .fwe-chip .fwe-svg-icon:before {
3640
- font-family: var(--fwe-font-family-icons-24) !important;
3641
- }
3642
3609
  .fwe-selected.fwe-category.fwe-chip.fwe-chip-lg, .fwe-chip-container.fwe-chip-container-lg .fwe-selected.fwe-category.fwe-chip {
3643
3610
  padding-right: 30px;
3644
3611
  }
@@ -4239,12 +4206,6 @@ button.fwe-btn.fwe-btn-lg i[class^=fwe-icon-],
4239
4206
  button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"] {
4240
4207
  font-size: 24px;
4241
4208
  }
4242
- a.fwe-btn.fwe-btn-lg i[class^=fwe-icon-]:before,
4243
- a.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before,
4244
- button.fwe-btn.fwe-btn-lg i[class^=fwe-icon-]:before,
4245
- button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before {
4246
- font-family: var(--fwe-font-family-icons-24) !important;
4247
- }
4248
4209
  a.fwe-btn.fwe-btn-icon,
4249
4210
  button.fwe-btn.fwe-btn-icon {
4250
4211
  border-radius: 50%;