@festo-ui/web-essentials 11.0.0-dev.930 → 11.0.0-dev.935
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 +13 -11
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +10 -10
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +4 -2
- 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/_text-link.scss +4 -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/_text-link.scss +4 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v11.0.0-dev.935 (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.935 (https://storybook.festo.design/)
|
|
930
930
|
* Copyright 2022 Festo SE & Co. KG
|
|
931
931
|
* Licensed under Apache-2.0
|
|
932
932
|
*/
|
|
@@ -12385,7 +12385,7 @@ header.fwe-fixed-header {
|
|
|
12385
12385
|
}
|
|
12386
12386
|
|
|
12387
12387
|
/*!
|
|
12388
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
12388
|
+
* Festo UI - Web Essentials v11.0.0-dev.935 (https://storybook.festo.design/)
|
|
12389
12389
|
* Copyright 2022 Festo SE & Co. KG
|
|
12390
12390
|
* Licensed under Apache-2.0
|
|
12391
12391
|
*/
|
|
@@ -12630,7 +12630,8 @@ a:hover:not(.fwe-disabled) {
|
|
|
12630
12630
|
.fwe-text-link {
|
|
12631
12631
|
color: var(--fwe-hero);
|
|
12632
12632
|
text-decoration: underline;
|
|
12633
|
-
text-decoration-thickness:
|
|
12633
|
+
text-decoration-thickness: 2px;
|
|
12634
|
+
text-underline-offset: 2px;
|
|
12634
12635
|
}
|
|
12635
12636
|
.fwe-text-link i.fwe-icon {
|
|
12636
12637
|
vertical-align: text-top;
|
|
@@ -12646,7 +12647,8 @@ a:hover:not(.fwe-disabled) {
|
|
|
12646
12647
|
.fwe-text-link:hover:not(.fwe-disabled) {
|
|
12647
12648
|
color: var(--fwe-hero-hover);
|
|
12648
12649
|
text-decoration: underline;
|
|
12649
|
-
text-decoration-thickness:
|
|
12650
|
+
text-decoration-thickness: 2px;
|
|
12651
|
+
text-underline-offset: 2px;
|
|
12650
12652
|
}
|
|
12651
12653
|
|
|
12652
12654
|
label.fwe-input-text {
|
|
@@ -13655,7 +13657,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
13655
13657
|
}
|
|
13656
13658
|
|
|
13657
13659
|
/*!
|
|
13658
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
13660
|
+
* Festo UI - Web Essentials v11.0.0-dev.935 (https://storybook.festo.design/)
|
|
13659
13661
|
* Copyright 2022 Festo SE & Co. KG
|
|
13660
13662
|
* Licensed under Apache-2.0
|
|
13661
13663
|
*/
|
|
@@ -14567,7 +14569,7 @@ fieldset.fwe-progress-container label {
|
|
|
14567
14569
|
}
|
|
14568
14570
|
|
|
14569
14571
|
/*!
|
|
14570
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
14572
|
+
* Festo UI - Web Essentials v11.0.0-dev.935 (https://storybook.festo.design/)
|
|
14571
14573
|
* Copyright 2022 Festo SE & Co. KG
|
|
14572
14574
|
* Licensed under Apache-2.0
|
|
14573
14575
|
*/
|
|
@@ -14798,7 +14800,7 @@ fieldset.fwe-progress-container label {
|
|
|
14798
14800
|
}
|
|
14799
14801
|
}
|
|
14800
14802
|
/*!
|
|
14801
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
14803
|
+
* Festo UI - Web Essentials v11.0.0-dev.935 (https://storybook.festo.design/)
|
|
14802
14804
|
* Copyright 2022 Festo SE & Co. KG
|
|
14803
14805
|
* Licensed under Apache-2.0
|
|
14804
14806
|
*/
|
|
@@ -15534,7 +15536,7 @@ fieldset.fwe-progress-container label {
|
|
|
15534
15536
|
}
|
|
15535
15537
|
|
|
15536
15538
|
/*!
|
|
15537
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
15539
|
+
* Festo UI - Web Essentials v11.0.0-dev.935 (https://storybook.festo.design/)
|
|
15538
15540
|
* Copyright 2022 Festo SE & Co. KG
|
|
15539
15541
|
* Licensed under Apache-2.0
|
|
15540
15542
|
*/
|
|
@@ -16033,7 +16035,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16033
16035
|
}
|
|
16034
16036
|
}
|
|
16035
16037
|
/*!
|
|
16036
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
16038
|
+
* Festo UI - Web Essentials v11.0.0-dev.935 (https://storybook.festo.design/)
|
|
16037
16039
|
* Copyright 2022 Festo SE & Co. KG
|
|
16038
16040
|
* Licensed under Apache-2.0
|
|
16039
16041
|
*/
|
|
@@ -16317,7 +16319,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16317
16319
|
}
|
|
16318
16320
|
|
|
16319
16321
|
/*!
|
|
16320
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
16322
|
+
* Festo UI - Web Essentials v11.0.0-dev.935 (https://storybook.festo.design/)
|
|
16321
16323
|
* Copyright 2022 Festo SE & Co. KG
|
|
16322
16324
|
* Licensed under Apache-2.0
|
|
16323
16325
|
*/
|