@festo-ui/web-essentials 7.2.0-dev.426 → 7.2.0-dev.428
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 +49 -1
- 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/fonts/festo_icons-16.woff2 +0 -0
- package/dist/css/fonts/festo_icons-24.woff2 +0 -0
- package/dist/css/fonts/festo_icons-32.woff2 +0 -0
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/fonts/festo_icons-16.woff2 +0 -0
- package/dist/fonts/festo_icons-24.woff2 +0 -0
- package/dist/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/_button.scss +4 -0
- package/dist/scss/_icons.scss +33 -0
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_button.scss +4 -0
- package/scss/_icons.scss +33 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.2.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.2.0-dev.428 (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
|
}
|
|
@@ -15509,6 +15553,10 @@ button.fwe-btn.fwe-btn-icon i[class*=" fwe-icon-"],
|
|
|
15509
15553
|
button.fwe-btn.fwe-btn-icon .fwe-svg-icon {
|
|
15510
15554
|
margin-right: 0px;
|
|
15511
15555
|
}
|
|
15556
|
+
a.fwe-btn.fwe-btn-lg.fwe-btn-icon.fwe-btn-floating,
|
|
15557
|
+
button.fwe-btn.fwe-btn-lg.fwe-btn-icon.fwe-btn-floating {
|
|
15558
|
+
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.13);
|
|
15559
|
+
}
|
|
15512
15560
|
|
|
15513
15561
|
a.fwe-btn.fwe-disabled {
|
|
15514
15562
|
pointer-events: none;
|