@festo-ui/web-essentials 10.1.0-dev.875 → 10.1.1
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 +17 -17
- 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 +8 -8
- 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/_breadcrumb.scss +3 -4
- package/dist/scss/_table.scss +6 -3
- 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/_breadcrumb.scss +3 -4
- package/scss/_table.scss +6 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v10.1.
|
|
2
|
+
* Festo UI - Web Essentials v10.1.1 (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 v10.1.
|
|
929
|
+
* Festo UI - Web Essentials v10.1.1 (https://storybook.festo.design/)
|
|
930
930
|
* Copyright 2022 Festo SE & Co. KG
|
|
931
931
|
* Licensed under Apache-2.0
|
|
932
932
|
*/
|
|
@@ -11871,6 +11871,8 @@ table.fwe-table tr th.fwe-table-order::before {
|
|
|
11871
11871
|
position: relative;
|
|
11872
11872
|
top: 2px;
|
|
11873
11873
|
left: 8px;
|
|
11874
|
+
}
|
|
11875
|
+
table.fwe-table tr th.fwe-table-order::before {
|
|
11874
11876
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNOCAxMC43MDdMMy42NDYgNi4zNTRMNC4zNTQgNS42NDZMOCA5LjI5M0wxMS42NDYgNS42NDZMMTIuMzU0IDYuMzU0TDggMTAuNzA3WiIgZmlsbD0iIzMzMzMzMyIvPjwvc3ZnPg==");
|
|
11875
11877
|
}
|
|
11876
11878
|
table.fwe-table tr th.fwe-table-order.fwe-table-order-ascending::before {
|
|
@@ -11889,11 +11891,11 @@ table.fwe-table tr td {
|
|
|
11889
11891
|
padding-bottom: 12px;
|
|
11890
11892
|
padding-left: 16px;
|
|
11891
11893
|
padding-right: 16px;
|
|
11892
|
-
vertical-align: middle;
|
|
11893
|
-
}
|
|
11894
|
-
table.fwe-table tr td.fwe-v-align-top {
|
|
11895
11894
|
vertical-align: top;
|
|
11896
11895
|
}
|
|
11896
|
+
table.fwe-table tr td.fwe-v-align-middle {
|
|
11897
|
+
vertical-align: middle;
|
|
11898
|
+
}
|
|
11897
11899
|
table.fwe-table tr td.fwe-t-align-center {
|
|
11898
11900
|
text-align: center;
|
|
11899
11901
|
}
|
|
@@ -12385,7 +12387,7 @@ header.fwe-fixed-header {
|
|
|
12385
12387
|
}
|
|
12386
12388
|
|
|
12387
12389
|
/*!
|
|
12388
|
-
* Festo UI - Web Essentials v10.1.
|
|
12390
|
+
* Festo UI - Web Essentials v10.1.1 (https://storybook.festo.design/)
|
|
12389
12391
|
* Copyright 2022 Festo SE & Co. KG
|
|
12390
12392
|
* Licensed under Apache-2.0
|
|
12391
12393
|
*/
|
|
@@ -12547,7 +12549,7 @@ header.fwe-fixed-header {
|
|
|
12547
12549
|
flex-shrink: 0;
|
|
12548
12550
|
align-items: center;
|
|
12549
12551
|
min-height: 24px;
|
|
12550
|
-
color:
|
|
12552
|
+
color: var(--fwe-text);
|
|
12551
12553
|
font-size: var(--fwe-font-size-md);
|
|
12552
12554
|
line-height: calc(var(--fwe-font-size-md) + 2px);
|
|
12553
12555
|
}
|
|
@@ -12562,7 +12564,7 @@ header.fwe-fixed-header {
|
|
|
12562
12564
|
.fwe-breadcrumb a {
|
|
12563
12565
|
display: block;
|
|
12564
12566
|
align-items: center;
|
|
12565
|
-
color:
|
|
12567
|
+
color: var(--fwe-text);
|
|
12566
12568
|
text-decoration: none;
|
|
12567
12569
|
-webkit-user-select: none;
|
|
12568
12570
|
-moz-user-select: none;
|
|
@@ -12588,9 +12590,7 @@ header.fwe-fixed-header {
|
|
|
12588
12590
|
margin-right: 4px;
|
|
12589
12591
|
height: 16px;
|
|
12590
12592
|
width: 16px;
|
|
12591
|
-
background:
|
|
12592
|
-
-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAxNlYwaDE2djE2eiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0xMC43MDcgOC00LjM1MyA0LjM1NC0uNzA4LS43MDhMOS4yOTMgOCA1LjY0NiA0LjM1NGwuNzA4LS43MDhMMTAuNzA3IDh6Ii8+PC9zdmc+");
|
|
12593
|
-
mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAxNlYwaDE2djE2eiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0xMC43MDcgOC00LjM1MyA0LjM1NC0uNzA4LS43MDhMOS4yOTMgOCA1LjY0NiA0LjM1NGwuNzA4LS43MDhMMTAuNzA3IDh6Ii8+PC9zdmc+");
|
|
12593
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0id2hpdGUgYmFja2dyb3VuZCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAxNlYwaDE2djE2eiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0xMC43MDcgOC00LjM1MyA0LjM1NC0uNzA4LS43MDhMOS4yOTMgOCA1LjY0NiA0LjM1NGwuNzA4LS43MDhMMTAuNzA3IDh6Ii8+PC9zdmc+");
|
|
12594
12594
|
}
|
|
12595
12595
|
.fwe-breadcrumb--mobile li {
|
|
12596
12596
|
display: none;
|
|
@@ -13655,7 +13655,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
13655
13655
|
}
|
|
13656
13656
|
|
|
13657
13657
|
/*!
|
|
13658
|
-
* Festo UI - Web Essentials v10.1.
|
|
13658
|
+
* Festo UI - Web Essentials v10.1.1 (https://storybook.festo.design/)
|
|
13659
13659
|
* Copyright 2022 Festo SE & Co. KG
|
|
13660
13660
|
* Licensed under Apache-2.0
|
|
13661
13661
|
*/
|
|
@@ -14567,7 +14567,7 @@ fieldset.fwe-progress-container label {
|
|
|
14567
14567
|
}
|
|
14568
14568
|
|
|
14569
14569
|
/*!
|
|
14570
|
-
* Festo UI - Web Essentials v10.1.
|
|
14570
|
+
* Festo UI - Web Essentials v10.1.1 (https://storybook.festo.design/)
|
|
14571
14571
|
* Copyright 2022 Festo SE & Co. KG
|
|
14572
14572
|
* Licensed under Apache-2.0
|
|
14573
14573
|
*/
|
|
@@ -14798,7 +14798,7 @@ fieldset.fwe-progress-container label {
|
|
|
14798
14798
|
}
|
|
14799
14799
|
}
|
|
14800
14800
|
/*!
|
|
14801
|
-
* Festo UI - Web Essentials v10.1.
|
|
14801
|
+
* Festo UI - Web Essentials v10.1.1 (https://storybook.festo.design/)
|
|
14802
14802
|
* Copyright 2022 Festo SE & Co. KG
|
|
14803
14803
|
* Licensed under Apache-2.0
|
|
14804
14804
|
*/
|
|
@@ -15534,7 +15534,7 @@ fieldset.fwe-progress-container label {
|
|
|
15534
15534
|
}
|
|
15535
15535
|
|
|
15536
15536
|
/*!
|
|
15537
|
-
* Festo UI - Web Essentials v10.1.
|
|
15537
|
+
* Festo UI - Web Essentials v10.1.1 (https://storybook.festo.design/)
|
|
15538
15538
|
* Copyright 2022 Festo SE & Co. KG
|
|
15539
15539
|
* Licensed under Apache-2.0
|
|
15540
15540
|
*/
|
|
@@ -16033,7 +16033,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16033
16033
|
}
|
|
16034
16034
|
}
|
|
16035
16035
|
/*!
|
|
16036
|
-
* Festo UI - Web Essentials v10.1.
|
|
16036
|
+
* Festo UI - Web Essentials v10.1.1 (https://storybook.festo.design/)
|
|
16037
16037
|
* Copyright 2022 Festo SE & Co. KG
|
|
16038
16038
|
* Licensed under Apache-2.0
|
|
16039
16039
|
*/
|
|
@@ -16317,7 +16317,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16317
16317
|
}
|
|
16318
16318
|
|
|
16319
16319
|
/*!
|
|
16320
|
-
* Festo UI - Web Essentials v10.1.
|
|
16320
|
+
* Festo UI - Web Essentials v10.1.1 (https://storybook.festo.design/)
|
|
16321
16321
|
* Copyright 2022 Festo SE & Co. KG
|
|
16322
16322
|
* Licensed under Apache-2.0
|
|
16323
16323
|
*/
|