@festo-ui/web-essentials 7.3.0-dev.528 → 7.3.0-dev.531
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 +27 -23
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +12 -12
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +18 -14
- package/dist/css/light/festo-web-essentials-light.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/_mobile-flyout.scss +6 -0
- package/dist/scss/_root.scss +13 -13
- package/dist/scss/_toolbar.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/_mobile-flyout.scss +6 -0
- package/scss/_root.scss +13 -13
- package/scss/_toolbar.scss +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -2509,17 +2509,17 @@ h6,
|
|
|
2509
2509
|
--fwe-white: #ffffff;
|
|
2510
2510
|
--fwe-white-hover: #ededed;
|
|
2511
2511
|
--fwe-caerul: #0091dc;
|
|
2512
|
-
--fwe-sucaerul: #
|
|
2513
|
-
--fwe-sucanul: #
|
|
2514
|
-
--fwe-gray-100: #
|
|
2515
|
-
--fwe-gray-200: #
|
|
2516
|
-
--fwe-gray-300: #
|
|
2512
|
+
--fwe-sucaerul: #c8e6fa;
|
|
2513
|
+
--fwe-sucanul: #e2e5e8;
|
|
2514
|
+
--fwe-gray-100: #f0f2f3;
|
|
2515
|
+
--fwe-gray-200: #e2e5e8;
|
|
2516
|
+
--fwe-gray-300: #d3d8dd;
|
|
2517
2517
|
--fwe-gray-400: #b6bec6;
|
|
2518
2518
|
--fwe-text: #333333;
|
|
2519
2519
|
--fwe-text-light: #82868b;
|
|
2520
2520
|
--fwe-text-disabled: #b9babb;
|
|
2521
2521
|
--fwe-hero: #0091dc;
|
|
2522
|
-
--fwe-hero-hover: #
|
|
2522
|
+
--fwe-hero-hover: #0588cb;
|
|
2523
2523
|
--fwe-hero-active: #0a7eba;
|
|
2524
2524
|
--fwe-hero-gray: #a3b2bc;
|
|
2525
2525
|
--fwe-hero-bg: #c8e6fa;
|
|
@@ -2535,17 +2535,17 @@ h6,
|
|
|
2535
2535
|
--fwe-red-active: #b50a0a;
|
|
2536
2536
|
--fwe-orange-bg: #fbf0e1;
|
|
2537
2537
|
--fwe-red-bg: #f7e1e1;
|
|
2538
|
-
--fwe-control: #
|
|
2539
|
-
--fwe-control-hover: #
|
|
2540
|
-
--fwe-control-active: #
|
|
2541
|
-
--fwe-control-disabled: #
|
|
2538
|
+
--fwe-control: #d3d8dd;
|
|
2539
|
+
--fwe-control-hover: #c5cbd1;
|
|
2540
|
+
--fwe-control-active: #a9b0b7;
|
|
2541
|
+
--fwe-control-disabled: #e2e5e8;
|
|
2542
2542
|
--fwe-control-border: #b6bec6;
|
|
2543
2543
|
--fwe-control-border-hover: #a9b0b7;
|
|
2544
2544
|
--fwe-control-border-active: #9ca2a9;
|
|
2545
2545
|
--fwe-control-scrollbar: #d2d5d9;
|
|
2546
|
-
--fwe-border: #
|
|
2547
|
-
--fwe-border-disabled: #
|
|
2548
|
-
--fwe-background: #
|
|
2546
|
+
--fwe-border: #d3d8dd;
|
|
2547
|
+
--fwe-border-disabled: #e2e5e8;
|
|
2548
|
+
--fwe-background: #f0f2f3;
|
|
2549
2549
|
--fwe-breakpoint-unset: 0;
|
|
2550
2550
|
--fwe-breakpoint-xxs: 375px;
|
|
2551
2551
|
--fwe-breakpoint-xs: 600px;
|
|
@@ -2979,7 +2979,7 @@ template {
|
|
|
2979
2979
|
}
|
|
2980
2980
|
|
|
2981
2981
|
/*!
|
|
2982
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
2982
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
2983
2983
|
* Copyright 2022 Festo SE & Co. KG
|
|
2984
2984
|
* Licensed under Apache-2.0
|
|
2985
2985
|
*/
|
|
@@ -12992,7 +12992,7 @@ template {
|
|
|
12992
12992
|
}
|
|
12993
12993
|
.fwe-toolbar.fwe-toolbar-right {
|
|
12994
12994
|
border-right: none;
|
|
12995
|
-
border-left: 1px solid
|
|
12995
|
+
border-left: 1px solid var(--fwe-border);
|
|
12996
12996
|
padding-right: 1px;
|
|
12997
12997
|
}
|
|
12998
12998
|
.fwe-toolbar.fwe-toolbar-right .fwe-toolbar-actions a::after,
|
|
@@ -14436,7 +14436,7 @@ header.fwe-fixed-header {
|
|
|
14436
14436
|
}
|
|
14437
14437
|
|
|
14438
14438
|
/*!
|
|
14439
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
14439
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
14440
14440
|
* Copyright 2022 Festo SE & Co. KG
|
|
14441
14441
|
* Licensed under Apache-2.0
|
|
14442
14442
|
*/
|
|
@@ -14569,6 +14569,7 @@ header.fwe-fixed-header {
|
|
|
14569
14569
|
}
|
|
14570
14570
|
|
|
14571
14571
|
.fwe-mobile-flyout-item {
|
|
14572
|
+
text-decoration: none;
|
|
14572
14573
|
color: var(--fwe-text);
|
|
14573
14574
|
cursor: pointer;
|
|
14574
14575
|
display: flex;
|
|
@@ -14578,6 +14579,9 @@ header.fwe-fixed-header {
|
|
|
14578
14579
|
.fwe-mobile-flyout-item.fwe-active {
|
|
14579
14580
|
color: var(--fwe-hero);
|
|
14580
14581
|
}
|
|
14582
|
+
.fwe-mobile-flyout-item:hover:not(.fwe-disabled) {
|
|
14583
|
+
text-decoration: none;
|
|
14584
|
+
}
|
|
14581
14585
|
|
|
14582
14586
|
.fwe-breadcrumb {
|
|
14583
14587
|
display: flex;
|
|
@@ -15608,7 +15612,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
15608
15612
|
}
|
|
15609
15613
|
|
|
15610
15614
|
/*!
|
|
15611
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
15615
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
15612
15616
|
* Copyright 2022 Festo SE & Co. KG
|
|
15613
15617
|
* Licensed under Apache-2.0
|
|
15614
15618
|
*/
|
|
@@ -16498,7 +16502,7 @@ fieldset.fwe-progress-container label {
|
|
|
16498
16502
|
}
|
|
16499
16503
|
|
|
16500
16504
|
/*!
|
|
16501
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
16505
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
16502
16506
|
* Copyright 2022 Festo SE & Co. KG
|
|
16503
16507
|
* Licensed under Apache-2.0
|
|
16504
16508
|
*/
|
|
@@ -16721,7 +16725,7 @@ fieldset.fwe-progress-container label {
|
|
|
16721
16725
|
}
|
|
16722
16726
|
}
|
|
16723
16727
|
/*!
|
|
16724
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
16728
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
16725
16729
|
* Copyright 2022 Festo SE & Co. KG
|
|
16726
16730
|
* Licensed under Apache-2.0
|
|
16727
16731
|
*/
|
|
@@ -17438,7 +17442,7 @@ fieldset.fwe-progress-container label {
|
|
|
17438
17442
|
}
|
|
17439
17443
|
|
|
17440
17444
|
/*!
|
|
17441
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
17445
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
17442
17446
|
* Copyright 2022 Festo SE & Co. KG
|
|
17443
17447
|
* Licensed under Apache-2.0
|
|
17444
17448
|
*/
|
|
@@ -17936,7 +17940,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17936
17940
|
}
|
|
17937
17941
|
}
|
|
17938
17942
|
/*!
|
|
17939
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
17943
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
17940
17944
|
* Copyright 2022 Festo SE & Co. KG
|
|
17941
17945
|
* Licensed under Apache-2.0
|
|
17942
17946
|
*/
|
|
@@ -18186,7 +18190,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
18186
18190
|
}
|
|
18187
18191
|
|
|
18188
18192
|
/*!
|
|
18189
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
18193
|
+
* Festo UI - Web Essentials v7.3.0-dev.531 (https://storybook.festo.design/)
|
|
18190
18194
|
* Copyright 2022 Festo SE & Co. KG
|
|
18191
18195
|
* Licensed under Apache-2.0
|
|
18192
18196
|
*/
|