@festo-ui/web-essentials 11.0.0-dev.962 → 11.0.0-dev.964
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 +33 -35
- 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 +24 -26
- package/dist/css/light/festo-web-essentials-light.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css +2 -2
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.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 +1 -0
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/organisms/_header-slider.scss +2 -2
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/llm-doc/components.md +8 -8
- package/llm-doc/organisms.md +1 -1
- package/package.json +1 -1
- package/scss/_badge.scss +16 -23
- package/scss/_button.scss +1 -0
- package/scss/organisms/_header-slider.scss +2 -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.964 (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.964 (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.964 (https://storybook.festo.design/)
|
|
12389
12389
|
* Copyright 2022 Festo SE & Co. KG
|
|
12390
12390
|
* Licensed under Apache-2.0
|
|
12391
12391
|
*/
|
|
@@ -13558,21 +13558,26 @@ button.fwe-btn.fwe-disabled {
|
|
|
13558
13558
|
background: var(--fwe-control-disabled);
|
|
13559
13559
|
color: var(--fwe-text-disabled);
|
|
13560
13560
|
}
|
|
13561
|
-
a.fwe-btn.fwe-btn-hero,
|
|
13561
|
+
a.fwe-btn.fwe-btn-primary, a.fwe-btn.fwe-btn-hero,
|
|
13562
|
+
button.fwe-btn.fwe-btn-primary,
|
|
13562
13563
|
button.fwe-btn.fwe-btn-hero {
|
|
13563
13564
|
color: var(--fwe-white);
|
|
13564
13565
|
background: var(--fwe-hero);
|
|
13565
13566
|
}
|
|
13566
|
-
a.fwe-btn.fwe-btn-hero:hover,
|
|
13567
|
+
a.fwe-btn.fwe-btn-primary:hover, a.fwe-btn.fwe-btn-hero:hover,
|
|
13568
|
+
button.fwe-btn.fwe-btn-primary:hover,
|
|
13567
13569
|
button.fwe-btn.fwe-btn-hero:hover {
|
|
13568
13570
|
color: var(--fwe-white);
|
|
13569
13571
|
background: var(--fwe-hero-hover);
|
|
13570
13572
|
}
|
|
13571
|
-
a.fwe-btn.fwe-btn-hero:active,
|
|
13573
|
+
a.fwe-btn.fwe-btn-primary:active, a.fwe-btn.fwe-btn-hero:active,
|
|
13574
|
+
button.fwe-btn.fwe-btn-primary:active,
|
|
13572
13575
|
button.fwe-btn.fwe-btn-hero:active {
|
|
13573
13576
|
background: var(--fwe-hero-active);
|
|
13574
13577
|
}
|
|
13575
|
-
a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
|
|
13578
|
+
a.fwe-btn.fwe-btn-primary:disabled, a.fwe-btn.fwe-btn-primary.fwe-disabled, a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
|
|
13579
|
+
button.fwe-btn.fwe-btn-primary:disabled,
|
|
13580
|
+
button.fwe-btn.fwe-btn-primary.fwe-disabled,
|
|
13576
13581
|
button.fwe-btn.fwe-btn-hero:disabled,
|
|
13577
13582
|
button.fwe-btn.fwe-btn-hero.fwe-disabled {
|
|
13578
13583
|
background: var(--fwe-control-disabled);
|
|
@@ -13668,7 +13673,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
13668
13673
|
}
|
|
13669
13674
|
|
|
13670
13675
|
/*!
|
|
13671
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
13676
|
+
* Festo UI - Web Essentials v11.0.0-dev.964 (https://storybook.festo.design/)
|
|
13672
13677
|
* Copyright 2022 Festo SE & Co. KG
|
|
13673
13678
|
* Licensed under Apache-2.0
|
|
13674
13679
|
*/
|
|
@@ -14118,40 +14123,33 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
|
|
|
14118
14123
|
|
|
14119
14124
|
.fwe-badge {
|
|
14120
14125
|
display: inline-block;
|
|
14121
|
-
border-radius: 2px;
|
|
14122
|
-
font-size: var(--fwe-font-size-md);
|
|
14123
|
-
padding-left: 6px;
|
|
14124
|
-
padding-right: 6px;
|
|
14125
14126
|
color: var(--fwe-white);
|
|
14126
|
-
max-height: 19px;
|
|
14127
|
-
height: 19px;
|
|
14128
|
-
line-height: 17px;
|
|
14129
14127
|
background-color: var(--fwe-hero);
|
|
14128
|
+
border-radius: 2px;
|
|
14129
|
+
max-height: 18px;
|
|
14130
|
+
height: 18px;
|
|
14131
|
+
line-height: 18px;
|
|
14132
|
+
padding: 0 4px;
|
|
14130
14133
|
font-weight: var(--fwe-font-weight-bold);
|
|
14134
|
+
font-size: var(--fwe-font-size-md);
|
|
14131
14135
|
}
|
|
14132
14136
|
.fwe-badge.fwe-badge-sm {
|
|
14133
14137
|
font-size: var(--fwe-font-size-small);
|
|
14134
|
-
max-height:
|
|
14135
|
-
height:
|
|
14136
|
-
line-height:
|
|
14138
|
+
max-height: 18px;
|
|
14139
|
+
height: 18px;
|
|
14140
|
+
line-height: 18px;
|
|
14137
14141
|
}
|
|
14138
|
-
.fwe-badge.fwe-badge-md {
|
|
14142
|
+
.fwe-badge.fwe-badge-md, .fwe-badge.fwe-badge-lg {
|
|
14139
14143
|
font-size: var(--fwe-font-size-base);
|
|
14140
14144
|
max-height: 22px;
|
|
14141
14145
|
height: 22px;
|
|
14142
|
-
line-height:
|
|
14143
|
-
}
|
|
14144
|
-
.fwe-badge.fwe-badge-lg {
|
|
14145
|
-
font-size: var(--fwe-font-size-xl);
|
|
14146
|
-
max-height: 32px;
|
|
14147
|
-
height: 32px;
|
|
14148
|
-
line-height: 30px;
|
|
14146
|
+
line-height: 22px;
|
|
14149
14147
|
}
|
|
14150
14148
|
.fwe-badge.fwe-badge-xl {
|
|
14151
|
-
font-size: var(--fwe-font-size-
|
|
14152
|
-
max-height:
|
|
14153
|
-
height:
|
|
14154
|
-
line-height:
|
|
14149
|
+
font-size: var(--fwe-font-size-xl);
|
|
14150
|
+
max-height: 34px;
|
|
14151
|
+
height: 34px;
|
|
14152
|
+
line-height: 34px;
|
|
14155
14153
|
}
|
|
14156
14154
|
|
|
14157
14155
|
.fwe-badge-caerul {
|
|
@@ -14580,7 +14578,7 @@ fieldset.fwe-progress-container label {
|
|
|
14580
14578
|
}
|
|
14581
14579
|
|
|
14582
14580
|
/*!
|
|
14583
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
14581
|
+
* Festo UI - Web Essentials v11.0.0-dev.964 (https://storybook.festo.design/)
|
|
14584
14582
|
* Copyright 2022 Festo SE & Co. KG
|
|
14585
14583
|
* Licensed under Apache-2.0
|
|
14586
14584
|
*/
|
|
@@ -14811,7 +14809,7 @@ fieldset.fwe-progress-container label {
|
|
|
14811
14809
|
}
|
|
14812
14810
|
}
|
|
14813
14811
|
/*!
|
|
14814
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
14812
|
+
* Festo UI - Web Essentials v11.0.0-dev.964 (https://storybook.festo.design/)
|
|
14815
14813
|
* Copyright 2022 Festo SE & Co. KG
|
|
14816
14814
|
* Licensed under Apache-2.0
|
|
14817
14815
|
*/
|
|
@@ -15547,7 +15545,7 @@ fieldset.fwe-progress-container label {
|
|
|
15547
15545
|
}
|
|
15548
15546
|
|
|
15549
15547
|
/*!
|
|
15550
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
15548
|
+
* Festo UI - Web Essentials v11.0.0-dev.964 (https://storybook.festo.design/)
|
|
15551
15549
|
* Copyright 2022 Festo SE & Co. KG
|
|
15552
15550
|
* Licensed under Apache-2.0
|
|
15553
15551
|
*/
|
|
@@ -16046,7 +16044,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16046
16044
|
}
|
|
16047
16045
|
}
|
|
16048
16046
|
/*!
|
|
16049
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
16047
|
+
* Festo UI - Web Essentials v11.0.0-dev.964 (https://storybook.festo.design/)
|
|
16050
16048
|
* Copyright 2022 Festo SE & Co. KG
|
|
16051
16049
|
* Licensed under Apache-2.0
|
|
16052
16050
|
*/
|
|
@@ -16330,7 +16328,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16330
16328
|
}
|
|
16331
16329
|
|
|
16332
16330
|
/*!
|
|
16333
|
-
* Festo UI - Web Essentials v11.0.0-dev.
|
|
16331
|
+
* Festo UI - Web Essentials v11.0.0-dev.964 (https://storybook.festo.design/)
|
|
16334
16332
|
* Copyright 2022 Festo SE & Co. KG
|
|
16335
16333
|
* Licensed under Apache-2.0
|
|
16336
16334
|
*/
|