@festo-ui/web-essentials 11.0.0-dev.969 → 11.0.0-dev.971
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 +14 -10
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +11 -11
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +5 -1
- package/dist/css/light/festo-web-essentials-light.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css +4 -0
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.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/_modal.scss +1 -0
- package/dist/scss/_tree.scss +1 -0
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/organisms/_header-slider.scss +2 -0
- package/dist/scss/organisms/_image-gallery.scss +2 -0
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_modal.scss +1 -0
- package/scss/_tree.scss +1 -0
- package/scss/organisms/_header-slider.scss +2 -0
- package/scss/organisms/_image-gallery.scss +2 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -926,7 +926,7 @@ template {
|
|
|
926
926
|
}
|
|
927
927
|
|
|
928
928
|
/*!
|
|
929
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
929
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
930
930
|
* Copyright 2022 Festo SE & Co. KG
|
|
931
931
|
* Licensed under Apache-2.0
|
|
932
932
|
*/
|
|
@@ -12388,7 +12388,7 @@ header.fwe-fixed-header {
|
|
|
12388
12388
|
}
|
|
12389
12389
|
|
|
12390
12390
|
/*!
|
|
12391
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
12391
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
12392
12392
|
* Copyright 2022 Festo SE & Co. KG
|
|
12393
12393
|
* Licensed under Apache-2.0
|
|
12394
12394
|
*/
|
|
@@ -13676,7 +13676,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
13676
13676
|
}
|
|
13677
13677
|
|
|
13678
13678
|
/*!
|
|
13679
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
13679
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
13680
13680
|
* Copyright 2022 Festo SE & Co. KG
|
|
13681
13681
|
* Licensed under Apache-2.0
|
|
13682
13682
|
*/
|
|
@@ -14581,7 +14581,7 @@ fieldset.fwe-progress-container label {
|
|
|
14581
14581
|
}
|
|
14582
14582
|
|
|
14583
14583
|
/*!
|
|
14584
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
14584
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
14585
14585
|
* Copyright 2022 Festo SE & Co. KG
|
|
14586
14586
|
* Licensed under Apache-2.0
|
|
14587
14587
|
*/
|
|
@@ -14688,7 +14688,9 @@ fieldset.fwe-progress-container label {
|
|
|
14688
14688
|
.fwe-modal--with-indicator-bar {
|
|
14689
14689
|
border-left: 8px solid var(--fwe-hero);
|
|
14690
14690
|
}
|
|
14691
|
-
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-
|
|
14691
|
+
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-link,
|
|
14692
|
+
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-tertiary, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-link,
|
|
14693
|
+
.fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-tertiary {
|
|
14692
14694
|
color: var(--fwe-text);
|
|
14693
14695
|
}
|
|
14694
14696
|
.fwe-modal--info .fwe-modal-h2, .fwe-modal--warning .fwe-modal-h2, .fwe-modal--error .fwe-modal-h2 {
|
|
@@ -14812,7 +14814,7 @@ fieldset.fwe-progress-container label {
|
|
|
14812
14814
|
}
|
|
14813
14815
|
}
|
|
14814
14816
|
/*!
|
|
14815
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
14817
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
14816
14818
|
* Copyright 2022 Festo SE & Co. KG
|
|
14817
14819
|
* Licensed under Apache-2.0
|
|
14818
14820
|
*/
|
|
@@ -15548,7 +15550,7 @@ fieldset.fwe-progress-container label {
|
|
|
15548
15550
|
}
|
|
15549
15551
|
|
|
15550
15552
|
/*!
|
|
15551
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
15553
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
15552
15554
|
* Copyright 2022 Festo SE & Co. KG
|
|
15553
15555
|
* Licensed under Apache-2.0
|
|
15554
15556
|
*/
|
|
@@ -16066,7 +16068,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16066
16068
|
}
|
|
16067
16069
|
}
|
|
16068
16070
|
/*!
|
|
16069
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
16071
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
16070
16072
|
* Copyright 2022 Festo SE & Co. KG
|
|
16071
16073
|
* Licensed under Apache-2.0
|
|
16072
16074
|
*/
|
|
@@ -16282,11 +16284,13 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16282
16284
|
margin-left: 16px;
|
|
16283
16285
|
}
|
|
16284
16286
|
|
|
16287
|
+
.fwe-btn.fwe-btn-link.fwe-btn--tree-node-toggle,
|
|
16285
16288
|
.fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-toggle {
|
|
16286
16289
|
color: var(--fwe-text);
|
|
16287
16290
|
padding: 0 8px 0 16px;
|
|
16288
16291
|
justify-content: flex-start;
|
|
16289
16292
|
}
|
|
16293
|
+
.fwe-btn.fwe-btn-link.fwe-btn--tree-node-select,
|
|
16290
16294
|
.fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-select {
|
|
16291
16295
|
color: var(--fwe-text);
|
|
16292
16296
|
justify-content: flex-start;
|
|
@@ -16350,7 +16354,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16350
16354
|
}
|
|
16351
16355
|
|
|
16352
16356
|
/*!
|
|
16353
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
16357
|
+
* Festo UI - Web Essentials v11.0.0-dev.971 (https://storybook.festo.design/)
|
|
16354
16358
|
* Copyright 2022 Festo SE & Co. KG
|
|
16355
16359
|
* Licensed under Apache-2.0
|
|
16356
16360
|
*/
|