@festo-ui/web-essentials 11.0.0-dev.963 → 11.0.0-dev.969
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 +72 -57
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +13 -13
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +63 -48
- 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/_badge.scss +16 -23
- package/dist/scss/_button.scss +3 -3
- package/dist/scss/_chips.scss +1 -1
- package/dist/scss/_list.scss +11 -5
- package/dist/scss/{_bottom-navigation.scss → _mobile-tab-bar.scss} +50 -47
- package/dist/scss/festo-web-essentials.scss +2 -2
- package/dist/scss/light/festo-web-essentials-light.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/llm-doc/components.md +3 -3
- package/package.json +1 -1
- package/scss/_badge.scss +16 -23
- package/scss/_button.scss +3 -3
- package/scss/_chips.scss +1 -1
- package/scss/_list.scss +11 -5
- package/scss/{_bottom-navigation.scss → _mobile-tab-bar.scss} +50 -47
- package/scss/festo-web-essentials.scss +1 -1
- package/scss/light/festo-web-essentials-light.scss +1 -1
|
@@ -2702,7 +2702,7 @@ ul.fwe-list-group {
|
|
|
2702
2702
|
color: var(--fwe-text);
|
|
2703
2703
|
}
|
|
2704
2704
|
.fwe-list-group .fwe-list-group-item.fwe-disabled {
|
|
2705
|
-
color: var(--fwe-
|
|
2705
|
+
color: var(--fwe-control-active);
|
|
2706
2706
|
}
|
|
2707
2707
|
.fwe-list-group .fwe-list-group-item.fwe-disabled::before {
|
|
2708
2708
|
background-color: var(--fwe-control-hover);
|
|
@@ -2712,7 +2712,7 @@ ul.fwe-list-group {
|
|
|
2712
2712
|
color: var(--fwe-text);
|
|
2713
2713
|
}
|
|
2714
2714
|
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
2715
|
-
background-color: var(--fwe-
|
|
2715
|
+
background-color: var(--fwe-background);
|
|
2716
2716
|
}
|
|
2717
2717
|
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-body,
|
|
2718
2718
|
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-footer {
|
|
@@ -2728,7 +2728,7 @@ ul.fwe-list-group {
|
|
|
2728
2728
|
}
|
|
2729
2729
|
.fwe-list-group button.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
2730
2730
|
color: var(--fwe-hero);
|
|
2731
|
-
background-color: var(--fwe-
|
|
2731
|
+
background-color: var(--fwe-background);
|
|
2732
2732
|
}
|
|
2733
2733
|
.fwe-list-group.fwe-list-group-border .fwe-list-group-item,
|
|
2734
2734
|
.fwe-list-group.fwe-list-group-border button.fwe-list-group-item {
|
|
@@ -2775,7 +2775,7 @@ ul.fwe-list-group {
|
|
|
2775
2775
|
transform: scaleY(4);
|
|
2776
2776
|
}
|
|
2777
2777
|
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled {
|
|
2778
|
-
color: var(--fwe-
|
|
2778
|
+
color: var(--fwe-control-active);
|
|
2779
2779
|
}
|
|
2780
2780
|
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled::before {
|
|
2781
2781
|
background-color: var(--fwe-control-hover);
|
|
@@ -2788,9 +2788,12 @@ ul.fwe-list-group {
|
|
|
2788
2788
|
width: auto;
|
|
2789
2789
|
}
|
|
2790
2790
|
.fwe-list-group.fwe-list-group-horizontal a.fwe-list-group-item:not(.fwe-disabled):hover,
|
|
2791
|
+
.fwe-list-group.fwe-list-group-horizontal button.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
2792
|
+
background-color: var(--fwe-background);
|
|
2793
|
+
}
|
|
2791
2794
|
.fwe-list-group.fwe-list-group-horizontal button.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
2792
2795
|
color: var(--fwe-hero);
|
|
2793
|
-
background-color:
|
|
2796
|
+
background-color: var(--fwe-background);
|
|
2794
2797
|
}
|
|
2795
2798
|
|
|
2796
2799
|
.fwe-list-group-header {
|
|
@@ -3811,7 +3814,7 @@ label.fwe-input-text.fwe-input-text-icon textarea {
|
|
|
3811
3814
|
cursor: default;
|
|
3812
3815
|
background: var(--fwe-control-disabled);
|
|
3813
3816
|
border: 1px solid var(--fwe-control-disabled);
|
|
3814
|
-
color: var(--fwe-
|
|
3817
|
+
color: var(--fwe-control-active);
|
|
3815
3818
|
}
|
|
3816
3819
|
.fwe-chip.fwe-disabled.fwe-filter.fwe-selected {
|
|
3817
3820
|
cursor: default;
|
|
@@ -4227,28 +4230,28 @@ button.fwe-btn.fwe-disabled {
|
|
|
4227
4230
|
background: var(--fwe-control-disabled);
|
|
4228
4231
|
color: var(--fwe-text-disabled);
|
|
4229
4232
|
}
|
|
4230
|
-
a.fwe-btn.fwe-btn-
|
|
4231
|
-
button.fwe-btn.fwe-btn-
|
|
4232
|
-
button.fwe-btn.fwe-btn-
|
|
4233
|
+
a.fwe-btn.fwe-btn-hero, a.fwe-btn.fwe-btn-primary,
|
|
4234
|
+
button.fwe-btn.fwe-btn-hero,
|
|
4235
|
+
button.fwe-btn.fwe-btn-primary {
|
|
4233
4236
|
color: var(--fwe-white);
|
|
4234
4237
|
background: var(--fwe-hero);
|
|
4235
4238
|
}
|
|
4236
|
-
a.fwe-btn.fwe-btn-
|
|
4237
|
-
button.fwe-btn.fwe-btn-
|
|
4238
|
-
button.fwe-btn.fwe-btn-
|
|
4239
|
+
a.fwe-btn.fwe-btn-hero:hover, a.fwe-btn.fwe-btn-primary:hover,
|
|
4240
|
+
button.fwe-btn.fwe-btn-hero:hover,
|
|
4241
|
+
button.fwe-btn.fwe-btn-primary:hover {
|
|
4239
4242
|
color: var(--fwe-white);
|
|
4240
4243
|
background: var(--fwe-hero-hover);
|
|
4241
4244
|
}
|
|
4242
|
-
a.fwe-btn.fwe-btn-
|
|
4243
|
-
button.fwe-btn.fwe-btn-
|
|
4244
|
-
button.fwe-btn.fwe-btn-
|
|
4245
|
+
a.fwe-btn.fwe-btn-hero:active, a.fwe-btn.fwe-btn-primary:active,
|
|
4246
|
+
button.fwe-btn.fwe-btn-hero:active,
|
|
4247
|
+
button.fwe-btn.fwe-btn-primary:active {
|
|
4245
4248
|
background: var(--fwe-hero-active);
|
|
4246
4249
|
}
|
|
4247
|
-
a.fwe-btn.fwe-btn-
|
|
4248
|
-
button.fwe-btn.fwe-btn-primary:disabled,
|
|
4249
|
-
button.fwe-btn.fwe-btn-primary.fwe-disabled,
|
|
4250
|
+
a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled, a.fwe-btn.fwe-btn-primary:disabled, a.fwe-btn.fwe-btn-primary.fwe-disabled,
|
|
4250
4251
|
button.fwe-btn.fwe-btn-hero:disabled,
|
|
4251
|
-
button.fwe-btn.fwe-btn-hero.fwe-disabled
|
|
4252
|
+
button.fwe-btn.fwe-btn-hero.fwe-disabled,
|
|
4253
|
+
button.fwe-btn.fwe-btn-primary:disabled,
|
|
4254
|
+
button.fwe-btn.fwe-btn-primary.fwe-disabled {
|
|
4252
4255
|
background: var(--fwe-control-disabled);
|
|
4253
4256
|
color: var(--fwe-text-disabled);
|
|
4254
4257
|
}
|
|
@@ -4792,40 +4795,33 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
4792
4795
|
|
|
4793
4796
|
.fwe-badge {
|
|
4794
4797
|
display: inline-block;
|
|
4795
|
-
border-radius: 2px;
|
|
4796
|
-
font-size: var(--fwe-font-size-md);
|
|
4797
|
-
padding-left: 6px;
|
|
4798
|
-
padding-right: 6px;
|
|
4799
4798
|
color: var(--fwe-white);
|
|
4800
|
-
max-height: 19px;
|
|
4801
|
-
height: 19px;
|
|
4802
|
-
line-height: 17px;
|
|
4803
4799
|
background-color: var(--fwe-hero);
|
|
4800
|
+
border-radius: 2px;
|
|
4801
|
+
max-height: 18px;
|
|
4802
|
+
height: 18px;
|
|
4803
|
+
line-height: 18px;
|
|
4804
|
+
padding: 0 4px;
|
|
4804
4805
|
font-weight: var(--fwe-font-weight-bold);
|
|
4806
|
+
font-size: var(--fwe-font-size-md);
|
|
4805
4807
|
}
|
|
4806
4808
|
.fwe-badge.fwe-badge-sm {
|
|
4807
4809
|
font-size: var(--fwe-font-size-small);
|
|
4808
|
-
max-height:
|
|
4809
|
-
height:
|
|
4810
|
-
line-height:
|
|
4810
|
+
max-height: 18px;
|
|
4811
|
+
height: 18px;
|
|
4812
|
+
line-height: 18px;
|
|
4811
4813
|
}
|
|
4812
|
-
.fwe-badge.fwe-badge-md {
|
|
4814
|
+
.fwe-badge.fwe-badge-md, .fwe-badge.fwe-badge-lg {
|
|
4813
4815
|
font-size: var(--fwe-font-size-base);
|
|
4814
4816
|
max-height: 22px;
|
|
4815
4817
|
height: 22px;
|
|
4816
|
-
line-height:
|
|
4817
|
-
}
|
|
4818
|
-
.fwe-badge.fwe-badge-lg {
|
|
4819
|
-
font-size: var(--fwe-font-size-xl);
|
|
4820
|
-
max-height: 32px;
|
|
4821
|
-
height: 32px;
|
|
4822
|
-
line-height: 30px;
|
|
4818
|
+
line-height: 22px;
|
|
4823
4819
|
}
|
|
4824
4820
|
.fwe-badge.fwe-badge-xl {
|
|
4825
|
-
font-size: var(--fwe-font-size-
|
|
4826
|
-
max-height:
|
|
4827
|
-
height:
|
|
4828
|
-
line-height:
|
|
4821
|
+
font-size: var(--fwe-font-size-xl);
|
|
4822
|
+
max-height: 34px;
|
|
4823
|
+
height: 34px;
|
|
4824
|
+
line-height: 34px;
|
|
4829
4825
|
}
|
|
4830
4826
|
|
|
4831
4827
|
.fwe-badge-caerul {
|
|
@@ -6587,7 +6583,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6587
6583
|
border-color: transparent;
|
|
6588
6584
|
}
|
|
6589
6585
|
|
|
6590
|
-
.fwe-bottom-navigation
|
|
6586
|
+
.fwe-bottom-navigation,
|
|
6587
|
+
.fwe-mobile-tab-bar {
|
|
6591
6588
|
width: 100%;
|
|
6592
6589
|
display: flex;
|
|
6593
6590
|
background: var(--fwe-white);
|
|
@@ -6597,7 +6594,10 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6597
6594
|
height: 84px;
|
|
6598
6595
|
padding: 22px 16px;
|
|
6599
6596
|
}
|
|
6600
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button
|
|
6597
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button,
|
|
6598
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button,
|
|
6599
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button,
|
|
6600
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button {
|
|
6601
6601
|
cursor: pointer;
|
|
6602
6602
|
-webkit-user-select: none;
|
|
6603
6603
|
-moz-user-select: none;
|
|
@@ -6610,10 +6610,16 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6610
6610
|
color: var(--fwe-hero-gray);
|
|
6611
6611
|
position: relative;
|
|
6612
6612
|
}
|
|
6613
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon
|
|
6613
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon,
|
|
6614
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button .fwe-icon,
|
|
6615
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button .fwe-icon,
|
|
6616
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button .fwe-icon {
|
|
6614
6617
|
line-height: 0px;
|
|
6615
6618
|
}
|
|
6616
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button :after
|
|
6619
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button :after,
|
|
6620
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button :after,
|
|
6621
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button :after,
|
|
6622
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button :after {
|
|
6617
6623
|
content: "";
|
|
6618
6624
|
position: absolute;
|
|
6619
6625
|
top: -23px;
|
|
@@ -6623,14 +6629,23 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6623
6629
|
background: var(--fwe-hero);
|
|
6624
6630
|
transition: height 0.3s ease;
|
|
6625
6631
|
}
|
|
6626
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected
|
|
6632
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected,
|
|
6633
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button.fwe-selected,
|
|
6634
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button.fwe-selected,
|
|
6635
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button.fwe-selected {
|
|
6627
6636
|
color: var(--fwe-hero);
|
|
6628
6637
|
cursor: default;
|
|
6629
6638
|
}
|
|
6630
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected :after
|
|
6639
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected :after,
|
|
6640
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button.fwe-selected :after,
|
|
6641
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button.fwe-selected :after,
|
|
6642
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button.fwe-selected :after {
|
|
6631
6643
|
height: 4px;
|
|
6632
6644
|
}
|
|
6633
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button:active
|
|
6645
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button:active,
|
|
6646
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button:active,
|
|
6647
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button:active,
|
|
6648
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button:active {
|
|
6634
6649
|
color: var(--fwe-hero-active);
|
|
6635
6650
|
}
|
|
6636
6651
|
|