@festo-ui/web-essentials 7.0.0-dev.381 → 7.0.0-dev.384
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 -3
- 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 +7 -0
- package/dist/scss/_pagination.scss +2 -2
- 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 +7 -0
- package/scss/_pagination.scss +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.0.0-dev.384 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -15006,6 +15006,12 @@ label.fwe-input-text.fwe-input-text-icon textarea {
|
|
|
15006
15006
|
border: 1px solid var(--fwe-control-disabled);
|
|
15007
15007
|
color: var(--fwe-text-disabled);
|
|
15008
15008
|
}
|
|
15009
|
+
.fwe-chip.fwe-disabled.fwe-filter.fwe-selected {
|
|
15010
|
+
cursor: default;
|
|
15011
|
+
}
|
|
15012
|
+
.fwe-chip.fwe-disabled.fwe-filter.fwe-selected::before {
|
|
15013
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNNi4xNDEsMTIuODE0LDEuOTM0LDguNjA3LDMuMzQ4LDcuMTkzLDYuMTQxLDkuOTg2bDYuNzkzLTYuNzkzLDEuNDE0LDEuNDE0WiIgZmlsbD0iI2I5YmFiYiIvPjwvc3ZnPg==");
|
|
15014
|
+
}
|
|
15009
15015
|
label.fwe-switch.fwe-switch-label-before, label.fwe-checkbox.fwe-checkbox-label-before, .fwe-checkbox-group.fwe-checkbox-label-before label.fwe-checkbox, label.fwe-radio.fwe-radio-label-before, .fwe-radio-group.fwe-radio-label-before label.fwe-radio {
|
|
15010
15016
|
flex-direction: row-reverse;
|
|
15011
15017
|
justify-content: flex-end;
|
|
@@ -16153,14 +16159,14 @@ fieldset.fwe-progress-container label {
|
|
|
16153
16159
|
cursor: default;
|
|
16154
16160
|
}
|
|
16155
16161
|
.fwe-pagination .fwe-page-current {
|
|
16156
|
-
font-feature-settings:
|
|
16162
|
+
font-feature-settings: var(--fwe-font-feature-settings);
|
|
16157
16163
|
font-size: var(--fwe-font-size-base);
|
|
16158
16164
|
font-weight: var(--fwe-font-weight-bold);
|
|
16159
16165
|
border-right: 1px solid var(--fwe-text);
|
|
16160
16166
|
padding: 0px 12px 0px 4px;
|
|
16161
16167
|
}
|
|
16162
16168
|
.fwe-pagination .fwe-page-max {
|
|
16163
|
-
font-feature-settings:
|
|
16169
|
+
font-feature-settings: var(--fwe-font-feature-settings);
|
|
16164
16170
|
font-size: var(--fwe-font-size-small);
|
|
16165
16171
|
line-height: 24px;
|
|
16166
16172
|
padding: 0px 4px 0px 12px;
|