@festo-ui/web-essentials 8.1.0-dev.566 → 8.1.0-dev.568
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 +35 -15
- 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 +26 -6
- 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/_button.scss +0 -1
- package/dist/scss/_text-link.scss +25 -4
- package/dist/scss/_tree.scss +5 -0
- 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/_button.scss +0 -1
- package/scss/_text-link.scss +25 -4
- package/scss/_tree.scss +5 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -2979,7 +2979,7 @@ template {
|
|
|
2979
2979
|
}
|
|
2980
2980
|
|
|
2981
2981
|
/*!
|
|
2982
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
2982
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
2983
2983
|
* Copyright 2022 Festo SE & Co. KG
|
|
2984
2984
|
* Licensed under Apache-2.0
|
|
2985
2985
|
*/
|
|
@@ -14436,7 +14436,7 @@ header.fwe-fixed-header {
|
|
|
14436
14436
|
}
|
|
14437
14437
|
|
|
14438
14438
|
/*!
|
|
14439
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
14439
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
14440
14440
|
* Copyright 2022 Festo SE & Co. KG
|
|
14441
14441
|
* Licensed under Apache-2.0
|
|
14442
14442
|
*/
|
|
@@ -14636,8 +14636,7 @@ header.fwe-fixed-header {
|
|
|
14636
14636
|
|
|
14637
14637
|
a {
|
|
14638
14638
|
color: var(--fwe-hero);
|
|
14639
|
-
text-decoration:
|
|
14640
|
-
text-decoration-thickness: auto;
|
|
14639
|
+
text-decoration: none;
|
|
14641
14640
|
}
|
|
14642
14641
|
a i.fwe-icon {
|
|
14643
14642
|
vertical-align: text-top;
|
|
@@ -14645,15 +14644,33 @@ a i.fwe-icon {
|
|
|
14645
14644
|
a.fwe-dark {
|
|
14646
14645
|
color: var(--fwe-text);
|
|
14647
14646
|
}
|
|
14648
|
-
a.fwe-active {
|
|
14649
|
-
color: var(--fwe-hero);
|
|
14650
|
-
}
|
|
14651
14647
|
a.fwe-disabled {
|
|
14652
14648
|
pointer-events: none;
|
|
14653
14649
|
color: var(--fwe-text-light);
|
|
14654
14650
|
cursor: default;
|
|
14655
14651
|
}
|
|
14656
14652
|
a:hover:not(.fwe-disabled) {
|
|
14653
|
+
color: var(--fwe-hero-hover);
|
|
14654
|
+
text-decoration: none;
|
|
14655
|
+
}
|
|
14656
|
+
|
|
14657
|
+
.fwe-text-link {
|
|
14658
|
+
color: var(--fwe-hero);
|
|
14659
|
+
text-decoration: underline;
|
|
14660
|
+
text-decoration-thickness: auto;
|
|
14661
|
+
}
|
|
14662
|
+
.fwe-text-link i.fwe-icon {
|
|
14663
|
+
vertical-align: text-top;
|
|
14664
|
+
}
|
|
14665
|
+
.fwe-text-link.fwe-dark {
|
|
14666
|
+
color: var(--fwe-text);
|
|
14667
|
+
}
|
|
14668
|
+
.fwe-text-link.fwe-disabled {
|
|
14669
|
+
pointer-events: none;
|
|
14670
|
+
color: var(--fwe-text-light);
|
|
14671
|
+
cursor: default;
|
|
14672
|
+
}
|
|
14673
|
+
.fwe-text-link:hover:not(.fwe-disabled) {
|
|
14657
14674
|
color: var(--fwe-hero-hover);
|
|
14658
14675
|
text-decoration: underline;
|
|
14659
14676
|
text-decoration-thickness: auto;
|
|
@@ -15533,7 +15550,6 @@ button.fwe-btn.fwe-btn-block {
|
|
|
15533
15550
|
}
|
|
15534
15551
|
a.fwe-btn.fwe-btn-link,
|
|
15535
15552
|
button.fwe-btn.fwe-btn-link {
|
|
15536
|
-
text-decoration: none;
|
|
15537
15553
|
background: none;
|
|
15538
15554
|
color: var(--fwe-hero);
|
|
15539
15555
|
padding: 0;
|
|
@@ -15613,7 +15629,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
15613
15629
|
}
|
|
15614
15630
|
|
|
15615
15631
|
/*!
|
|
15616
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
15632
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
15617
15633
|
* Copyright 2022 Festo SE & Co. KG
|
|
15618
15634
|
* Licensed under Apache-2.0
|
|
15619
15635
|
*/
|
|
@@ -16464,7 +16480,7 @@ fieldset.fwe-progress-container label {
|
|
|
16464
16480
|
}
|
|
16465
16481
|
|
|
16466
16482
|
/*!
|
|
16467
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
16483
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
16468
16484
|
* Copyright 2022 Festo SE & Co. KG
|
|
16469
16485
|
* Licensed under Apache-2.0
|
|
16470
16486
|
*/
|
|
@@ -16687,7 +16703,7 @@ fieldset.fwe-progress-container label {
|
|
|
16687
16703
|
}
|
|
16688
16704
|
}
|
|
16689
16705
|
/*!
|
|
16690
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
16706
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
16691
16707
|
* Copyright 2022 Festo SE & Co. KG
|
|
16692
16708
|
* Licensed under Apache-2.0
|
|
16693
16709
|
*/
|
|
@@ -17406,7 +17422,7 @@ fieldset.fwe-progress-container label {
|
|
|
17406
17422
|
}
|
|
17407
17423
|
|
|
17408
17424
|
/*!
|
|
17409
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
17425
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
17410
17426
|
* Copyright 2022 Festo SE & Co. KG
|
|
17411
17427
|
* Licensed under Apache-2.0
|
|
17412
17428
|
*/
|
|
@@ -17904,13 +17920,17 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17904
17920
|
}
|
|
17905
17921
|
}
|
|
17906
17922
|
/*!
|
|
17907
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
17923
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
17908
17924
|
* Copyright 2022 Festo SE & Co. KG
|
|
17909
17925
|
* Licensed under Apache-2.0
|
|
17910
17926
|
*/
|
|
17911
17927
|
.fwe-tree {
|
|
17912
17928
|
position: relative;
|
|
17913
17929
|
}
|
|
17930
|
+
.fwe-tree a,
|
|
17931
|
+
.fwe-tree a:hover {
|
|
17932
|
+
text-decoration: none;
|
|
17933
|
+
}
|
|
17914
17934
|
@-moz-document url-prefix() {
|
|
17915
17935
|
.fwe-tree {
|
|
17916
17936
|
scrollbar-width: thin;
|
|
@@ -18154,7 +18174,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
18154
18174
|
}
|
|
18155
18175
|
|
|
18156
18176
|
/*!
|
|
18157
|
-
* Festo UI - Web Essentials v8.1.0-dev.
|
|
18177
|
+
* Festo UI - Web Essentials v8.1.0-dev.568 (https://storybook.festo.design/)
|
|
18158
18178
|
* Copyright 2022 Festo SE & Co. KG
|
|
18159
18179
|
* Licensed under Apache-2.0
|
|
18160
18180
|
*/
|