@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v11.0.0-dev.969 (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.969 (https://storybook.festo.design/)
|
|
930
930
|
* Copyright 2022 Festo SE & Co. KG
|
|
931
931
|
* Licensed under Apache-2.0
|
|
932
932
|
*/
|
|
@@ -12033,7 +12033,7 @@ ul.fwe-list-group {
|
|
|
12033
12033
|
color: var(--fwe-text);
|
|
12034
12034
|
}
|
|
12035
12035
|
.fwe-list-group .fwe-list-group-item.fwe-disabled {
|
|
12036
|
-
color: var(--fwe-
|
|
12036
|
+
color: var(--fwe-control-active);
|
|
12037
12037
|
}
|
|
12038
12038
|
.fwe-list-group .fwe-list-group-item.fwe-disabled::before {
|
|
12039
12039
|
background-color: var(--fwe-control-hover);
|
|
@@ -12043,7 +12043,7 @@ ul.fwe-list-group {
|
|
|
12043
12043
|
color: var(--fwe-text);
|
|
12044
12044
|
}
|
|
12045
12045
|
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
12046
|
-
background-color: var(--fwe-
|
|
12046
|
+
background-color: var(--fwe-background);
|
|
12047
12047
|
}
|
|
12048
12048
|
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-body,
|
|
12049
12049
|
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-footer {
|
|
@@ -12059,7 +12059,7 @@ ul.fwe-list-group {
|
|
|
12059
12059
|
}
|
|
12060
12060
|
.fwe-list-group button.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
12061
12061
|
color: var(--fwe-hero);
|
|
12062
|
-
background-color: var(--fwe-
|
|
12062
|
+
background-color: var(--fwe-background);
|
|
12063
12063
|
}
|
|
12064
12064
|
.fwe-list-group.fwe-list-group-border .fwe-list-group-item,
|
|
12065
12065
|
.fwe-list-group.fwe-list-group-border button.fwe-list-group-item {
|
|
@@ -12106,7 +12106,7 @@ ul.fwe-list-group {
|
|
|
12106
12106
|
transform: scaleY(4);
|
|
12107
12107
|
}
|
|
12108
12108
|
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled {
|
|
12109
|
-
color: var(--fwe-
|
|
12109
|
+
color: var(--fwe-control-active);
|
|
12110
12110
|
}
|
|
12111
12111
|
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled::before {
|
|
12112
12112
|
background-color: var(--fwe-control-hover);
|
|
@@ -12119,9 +12119,12 @@ ul.fwe-list-group {
|
|
|
12119
12119
|
width: auto;
|
|
12120
12120
|
}
|
|
12121
12121
|
.fwe-list-group.fwe-list-group-horizontal a.fwe-list-group-item:not(.fwe-disabled):hover,
|
|
12122
|
+
.fwe-list-group.fwe-list-group-horizontal button.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
12123
|
+
background-color: var(--fwe-background);
|
|
12124
|
+
}
|
|
12122
12125
|
.fwe-list-group.fwe-list-group-horizontal button.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
12123
12126
|
color: var(--fwe-hero);
|
|
12124
|
-
background-color:
|
|
12127
|
+
background-color: var(--fwe-background);
|
|
12125
12128
|
}
|
|
12126
12129
|
|
|
12127
12130
|
.fwe-list-group-header {
|
|
@@ -12385,7 +12388,7 @@ header.fwe-fixed-header {
|
|
|
12385
12388
|
}
|
|
12386
12389
|
|
|
12387
12390
|
/*!
|
|
12388
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
12391
|
+
* Festo UI - Web Essentials v11.0.0-dev.969 (https://storybook.festo.design/)
|
|
12389
12392
|
* Copyright 2022 Festo SE & Co. KG
|
|
12390
12393
|
* Licensed under Apache-2.0
|
|
12391
12394
|
*/
|
|
@@ -13142,7 +13145,7 @@ label.fwe-input-text.fwe-input-text-icon textarea {
|
|
|
13142
13145
|
cursor: default;
|
|
13143
13146
|
background: var(--fwe-control-disabled);
|
|
13144
13147
|
border: 1px solid var(--fwe-control-disabled);
|
|
13145
|
-
color: var(--fwe-
|
|
13148
|
+
color: var(--fwe-control-active);
|
|
13146
13149
|
}
|
|
13147
13150
|
.fwe-chip.fwe-disabled.fwe-filter.fwe-selected {
|
|
13148
13151
|
cursor: default;
|
|
@@ -13558,28 +13561,28 @@ button.fwe-btn.fwe-disabled {
|
|
|
13558
13561
|
background: var(--fwe-control-disabled);
|
|
13559
13562
|
color: var(--fwe-text-disabled);
|
|
13560
13563
|
}
|
|
13561
|
-
a.fwe-btn.fwe-btn-
|
|
13562
|
-
button.fwe-btn.fwe-btn-
|
|
13563
|
-
button.fwe-btn.fwe-btn-
|
|
13564
|
+
a.fwe-btn.fwe-btn-hero, a.fwe-btn.fwe-btn-primary,
|
|
13565
|
+
button.fwe-btn.fwe-btn-hero,
|
|
13566
|
+
button.fwe-btn.fwe-btn-primary {
|
|
13564
13567
|
color: var(--fwe-white);
|
|
13565
13568
|
background: var(--fwe-hero);
|
|
13566
13569
|
}
|
|
13567
|
-
a.fwe-btn.fwe-btn-
|
|
13568
|
-
button.fwe-btn.fwe-btn-
|
|
13569
|
-
button.fwe-btn.fwe-btn-
|
|
13570
|
+
a.fwe-btn.fwe-btn-hero:hover, a.fwe-btn.fwe-btn-primary:hover,
|
|
13571
|
+
button.fwe-btn.fwe-btn-hero:hover,
|
|
13572
|
+
button.fwe-btn.fwe-btn-primary:hover {
|
|
13570
13573
|
color: var(--fwe-white);
|
|
13571
13574
|
background: var(--fwe-hero-hover);
|
|
13572
13575
|
}
|
|
13573
|
-
a.fwe-btn.fwe-btn-
|
|
13574
|
-
button.fwe-btn.fwe-btn-
|
|
13575
|
-
button.fwe-btn.fwe-btn-
|
|
13576
|
+
a.fwe-btn.fwe-btn-hero:active, a.fwe-btn.fwe-btn-primary:active,
|
|
13577
|
+
button.fwe-btn.fwe-btn-hero:active,
|
|
13578
|
+
button.fwe-btn.fwe-btn-primary:active {
|
|
13576
13579
|
background: var(--fwe-hero-active);
|
|
13577
13580
|
}
|
|
13578
|
-
a.fwe-btn.fwe-btn-
|
|
13579
|
-
button.fwe-btn.fwe-btn-primary:disabled,
|
|
13580
|
-
button.fwe-btn.fwe-btn-primary.fwe-disabled,
|
|
13581
|
+
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,
|
|
13581
13582
|
button.fwe-btn.fwe-btn-hero:disabled,
|
|
13582
|
-
button.fwe-btn.fwe-btn-hero.fwe-disabled
|
|
13583
|
+
button.fwe-btn.fwe-btn-hero.fwe-disabled,
|
|
13584
|
+
button.fwe-btn.fwe-btn-primary:disabled,
|
|
13585
|
+
button.fwe-btn.fwe-btn-primary.fwe-disabled {
|
|
13583
13586
|
background: var(--fwe-control-disabled);
|
|
13584
13587
|
color: var(--fwe-text-disabled);
|
|
13585
13588
|
}
|
|
@@ -13673,7 +13676,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
13673
13676
|
}
|
|
13674
13677
|
|
|
13675
13678
|
/*!
|
|
13676
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
13679
|
+
* Festo UI - Web Essentials v11.0.0-dev.969 (https://storybook.festo.design/)
|
|
13677
13680
|
* Copyright 2022 Festo SE & Co. KG
|
|
13678
13681
|
* Licensed under Apache-2.0
|
|
13679
13682
|
*/
|
|
@@ -14123,40 +14126,33 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
14123
14126
|
|
|
14124
14127
|
.fwe-badge {
|
|
14125
14128
|
display: inline-block;
|
|
14126
|
-
border-radius: 2px;
|
|
14127
|
-
font-size: var(--fwe-font-size-md);
|
|
14128
|
-
padding-left: 6px;
|
|
14129
|
-
padding-right: 6px;
|
|
14130
14129
|
color: var(--fwe-white);
|
|
14131
|
-
max-height: 19px;
|
|
14132
|
-
height: 19px;
|
|
14133
|
-
line-height: 17px;
|
|
14134
14130
|
background-color: var(--fwe-hero);
|
|
14131
|
+
border-radius: 2px;
|
|
14132
|
+
max-height: 18px;
|
|
14133
|
+
height: 18px;
|
|
14134
|
+
line-height: 18px;
|
|
14135
|
+
padding: 0 4px;
|
|
14135
14136
|
font-weight: var(--fwe-font-weight-bold);
|
|
14137
|
+
font-size: var(--fwe-font-size-md);
|
|
14136
14138
|
}
|
|
14137
14139
|
.fwe-badge.fwe-badge-sm {
|
|
14138
14140
|
font-size: var(--fwe-font-size-small);
|
|
14139
|
-
max-height:
|
|
14140
|
-
height:
|
|
14141
|
-
line-height:
|
|
14141
|
+
max-height: 18px;
|
|
14142
|
+
height: 18px;
|
|
14143
|
+
line-height: 18px;
|
|
14142
14144
|
}
|
|
14143
|
-
.fwe-badge.fwe-badge-md {
|
|
14145
|
+
.fwe-badge.fwe-badge-md, .fwe-badge.fwe-badge-lg {
|
|
14144
14146
|
font-size: var(--fwe-font-size-base);
|
|
14145
14147
|
max-height: 22px;
|
|
14146
14148
|
height: 22px;
|
|
14147
|
-
line-height:
|
|
14148
|
-
}
|
|
14149
|
-
.fwe-badge.fwe-badge-lg {
|
|
14150
|
-
font-size: var(--fwe-font-size-xl);
|
|
14151
|
-
max-height: 32px;
|
|
14152
|
-
height: 32px;
|
|
14153
|
-
line-height: 30px;
|
|
14149
|
+
line-height: 22px;
|
|
14154
14150
|
}
|
|
14155
14151
|
.fwe-badge.fwe-badge-xl {
|
|
14156
|
-
font-size: var(--fwe-font-size-
|
|
14157
|
-
max-height:
|
|
14158
|
-
height:
|
|
14159
|
-
line-height:
|
|
14152
|
+
font-size: var(--fwe-font-size-xl);
|
|
14153
|
+
max-height: 34px;
|
|
14154
|
+
height: 34px;
|
|
14155
|
+
line-height: 34px;
|
|
14160
14156
|
}
|
|
14161
14157
|
|
|
14162
14158
|
.fwe-badge-caerul {
|
|
@@ -14585,7 +14581,7 @@ fieldset.fwe-progress-container label {
|
|
|
14585
14581
|
}
|
|
14586
14582
|
|
|
14587
14583
|
/*!
|
|
14588
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
14584
|
+
* Festo UI - Web Essentials v11.0.0-dev.969 (https://storybook.festo.design/)
|
|
14589
14585
|
* Copyright 2022 Festo SE & Co. KG
|
|
14590
14586
|
* Licensed under Apache-2.0
|
|
14591
14587
|
*/
|
|
@@ -14816,7 +14812,7 @@ fieldset.fwe-progress-container label {
|
|
|
14816
14812
|
}
|
|
14817
14813
|
}
|
|
14818
14814
|
/*!
|
|
14819
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
14815
|
+
* Festo UI - Web Essentials v11.0.0-dev.969 (https://storybook.festo.design/)
|
|
14820
14816
|
* Copyright 2022 Festo SE & Co. KG
|
|
14821
14817
|
* Licensed under Apache-2.0
|
|
14822
14818
|
*/
|
|
@@ -15552,7 +15548,7 @@ fieldset.fwe-progress-container label {
|
|
|
15552
15548
|
}
|
|
15553
15549
|
|
|
15554
15550
|
/*!
|
|
15555
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
15551
|
+
* Festo UI - Web Essentials v11.0.0-dev.969 (https://storybook.festo.design/)
|
|
15556
15552
|
* Copyright 2022 Festo SE & Co. KG
|
|
15557
15553
|
* Licensed under Apache-2.0
|
|
15558
15554
|
*/
|
|
@@ -15918,7 +15914,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15918
15914
|
border-color: transparent;
|
|
15919
15915
|
}
|
|
15920
15916
|
|
|
15921
|
-
.fwe-bottom-navigation
|
|
15917
|
+
.fwe-bottom-navigation,
|
|
15918
|
+
.fwe-mobile-tab-bar {
|
|
15922
15919
|
width: 100%;
|
|
15923
15920
|
display: flex;
|
|
15924
15921
|
background: var(--fwe-white);
|
|
@@ -15928,7 +15925,10 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15928
15925
|
height: 84px;
|
|
15929
15926
|
padding: 22px 16px;
|
|
15930
15927
|
}
|
|
15931
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button
|
|
15928
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button,
|
|
15929
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button,
|
|
15930
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button,
|
|
15931
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button {
|
|
15932
15932
|
cursor: pointer;
|
|
15933
15933
|
-webkit-user-select: none;
|
|
15934
15934
|
-moz-user-select: none;
|
|
@@ -15941,10 +15941,16 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15941
15941
|
color: var(--fwe-hero-gray);
|
|
15942
15942
|
position: relative;
|
|
15943
15943
|
}
|
|
15944
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon
|
|
15944
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon,
|
|
15945
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button .fwe-icon,
|
|
15946
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button .fwe-icon,
|
|
15947
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button .fwe-icon {
|
|
15945
15948
|
line-height: 0px;
|
|
15946
15949
|
}
|
|
15947
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button :after
|
|
15950
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button :after,
|
|
15951
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button :after,
|
|
15952
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button :after,
|
|
15953
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button :after {
|
|
15948
15954
|
content: "";
|
|
15949
15955
|
position: absolute;
|
|
15950
15956
|
top: -23px;
|
|
@@ -15954,14 +15960,23 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15954
15960
|
background: var(--fwe-hero);
|
|
15955
15961
|
transition: height 0.3s ease;
|
|
15956
15962
|
}
|
|
15957
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected
|
|
15963
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected,
|
|
15964
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button.fwe-selected,
|
|
15965
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button.fwe-selected,
|
|
15966
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button.fwe-selected {
|
|
15958
15967
|
color: var(--fwe-hero);
|
|
15959
15968
|
cursor: default;
|
|
15960
15969
|
}
|
|
15961
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected :after
|
|
15970
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button.fwe-selected :after,
|
|
15971
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button.fwe-selected :after,
|
|
15972
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button.fwe-selected :after,
|
|
15973
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button.fwe-selected :after {
|
|
15962
15974
|
height: 4px;
|
|
15963
15975
|
}
|
|
15964
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button:active
|
|
15976
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button:active,
|
|
15977
|
+
.fwe-bottom-navigation .fwe-mobile-tab-bar-button:active,
|
|
15978
|
+
.fwe-mobile-tab-bar .fwe-bottom-navigation-button:active,
|
|
15979
|
+
.fwe-mobile-tab-bar .fwe-mobile-tab-bar-button:active {
|
|
15965
15980
|
color: var(--fwe-hero-active);
|
|
15966
15981
|
}
|
|
15967
15982
|
|
|
@@ -16051,7 +16066,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16051
16066
|
}
|
|
16052
16067
|
}
|
|
16053
16068
|
/*!
|
|
16054
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
16069
|
+
* Festo UI - Web Essentials v11.0.0-dev.969 (https://storybook.festo.design/)
|
|
16055
16070
|
* Copyright 2022 Festo SE & Co. KG
|
|
16056
16071
|
* Licensed under Apache-2.0
|
|
16057
16072
|
*/
|
|
@@ -16335,7 +16350,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16335
16350
|
}
|
|
16336
16351
|
|
|
16337
16352
|
/*!
|
|
16338
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
16353
|
+
* Festo UI - Web Essentials v11.0.0-dev.969 (https://storybook.festo.design/)
|
|
16339
16354
|
* Copyright 2022 Festo SE & Co. KG
|
|
16340
16355
|
* Licensed under Apache-2.0
|
|
16341
16356
|
*/
|