@festo-ui/web-essentials 7.2.0-dev.415 → 7.2.0-dev.418
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.
- package/dist/css/festo-web-essentials.css +9 -10
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +2 -2
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_chips.scss +1 -2
- package/dist/scss/_fonts.scss +8 -8
- package/dist/scss/_root.scss +1 -1
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_chips.scss +1 -2
- package/scss/_fonts.scss +8 -8
- package/scss/_root.scss +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.2.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.2.0-dev.418 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
6
6
|
/* a screen reader friendly approach */
|
|
7
|
-
/*
|
|
7
|
+
/* Festo regular */
|
|
8
8
|
@font-face {
|
|
9
|
-
font-family: "
|
|
10
|
-
src:
|
|
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");
|
|
11
11
|
}
|
|
12
|
-
/*
|
|
12
|
+
/* Festo bold */
|
|
13
13
|
@font-face {
|
|
14
|
-
font-family: "
|
|
15
|
-
src:
|
|
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");
|
|
16
16
|
font-weight: bold;
|
|
17
17
|
}
|
|
18
18
|
/* Festo Icon Font */
|
|
@@ -2546,7 +2546,7 @@ h6,
|
|
|
2546
2546
|
--fwe-spacer-l: 32px;
|
|
2547
2547
|
--fwe-spacer-xl: 48px;
|
|
2548
2548
|
--fwe-spacer-xxl: 64px;
|
|
2549
|
-
--fwe-font-family-sans-serif: "
|
|
2549
|
+
--fwe-font-family-sans-serif: "Festo", "Trebuchet MS", Arial, sans-serif;
|
|
2550
2550
|
--fwe-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
2551
2551
|
--fwe-font-family-icons-16: "festo_icons-16";
|
|
2552
2552
|
--fwe-font-family-icons-24: "festo_icons-24";
|
|
@@ -14930,7 +14930,7 @@ label.fwe-input-text.fwe-input-text-icon textarea {
|
|
|
14930
14930
|
.fwe-chip-container {
|
|
14931
14931
|
display: flex;
|
|
14932
14932
|
flex-wrap: wrap;
|
|
14933
|
-
|
|
14933
|
+
gap: 8px;
|
|
14934
14934
|
}
|
|
14935
14935
|
.fwe-chip {
|
|
14936
14936
|
-webkit-user-select: none;
|
|
@@ -14949,7 +14949,6 @@ label.fwe-input-text.fwe-input-text-icon textarea {
|
|
|
14949
14949
|
border: 1px solid var(--fwe-control);
|
|
14950
14950
|
box-sizing: border-box;
|
|
14951
14951
|
padding: 0px 12px 1px 12px;
|
|
14952
|
-
margin: 0px 8px 8px 0px;
|
|
14953
14952
|
}
|
|
14954
14953
|
.fwe-chip i[class^=fwe-icon-],
|
|
14955
14954
|
.fwe-chip i[class*=" fwe-icon-"],
|