@festo-ui/web-essentials 5.0.0-dev.60 → 5.0.0-dev.67
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 +113 -9
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +2 -2
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/fonts/festo_icons-16.woff2 +0 -0
- package/dist/css/fonts/festo_icons-24.woff2 +0 -0
- package/dist/css/fonts/festo_icons-32.woff2 +0 -0
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/fonts/festo_icons-16.woff2 +0 -0
- package/dist/fonts/festo_icons-24.woff2 +0 -0
- package/dist/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/_icons.scss +78 -0
- package/dist/scss/_mixins.scss +2 -2
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_icons.scss +78 -0
- package/scss/_mixins.scss +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v5.0.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v5.0.0-dev.67 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -1968,6 +1968,110 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
|
|
|
1968
1968
|
content: "\eacb";
|
|
1969
1969
|
}
|
|
1970
1970
|
|
|
1971
|
+
.fwe-icon-cut:before {
|
|
1972
|
+
content: "\eabb";
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
.fwe-icon-digital-twin:before {
|
|
1976
|
+
content: "\eac8";
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
.fwe-icon-doc-zip:before {
|
|
1980
|
+
content: "\eacc";
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.fwe-icon-fast-forward:before {
|
|
1984
|
+
content: "\eacd";
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.fwe-icon-fast-rewind:before {
|
|
1988
|
+
content: "\eace";
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.fwe-icon-forward:before {
|
|
1992
|
+
content: "\eacf";
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.fwe-icon-rewind:before {
|
|
1996
|
+
content: "\ead0";
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.fwe-icon-report-error:before {
|
|
2000
|
+
content: "\ead1";
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
.fwe-icon-show-learning-path:before {
|
|
2004
|
+
content: "\ead2";
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.fwe-icon-clock-generator:before {
|
|
2008
|
+
content: "\ead3";
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.fwe-icon-diode:before {
|
|
2012
|
+
content: "\ead4";
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.fwe-icon-flip-horizontally:before {
|
|
2016
|
+
content: "\ead5";
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.fwe-icon-flip-vertically:before {
|
|
2020
|
+
content: "\ead6";
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.fwe-icon-function-generator:before {
|
|
2024
|
+
content: "\ead7";
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.fwe-icon-multimeter:before {
|
|
2028
|
+
content: "\ead8";
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.fwe-icon-oscilloscope:before {
|
|
2032
|
+
content: "\ead9";
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.fwe-icon-parameter:before {
|
|
2036
|
+
content: "\eada";
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.fwe-icon-rotate:before {
|
|
2040
|
+
content: "\eadb";
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.fwe-icon-select:before {
|
|
2044
|
+
content: "\eadc";
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
.fwe-icon-sound-of-multimeter:before {
|
|
2048
|
+
content: "\eadd";
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
.fwe-icon-voltage-source:before {
|
|
2052
|
+
content: "\eade";
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
.fwe-icon-add-photo:before {
|
|
2056
|
+
content: "\eadf";
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
.fwe-icon-analog-io:before {
|
|
2060
|
+
content: "\eae0";
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.fwe-icon-diagnosis:before {
|
|
2064
|
+
content: "\eae1";
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.fwe-icon-digital-io:before {
|
|
2068
|
+
content: "\eae2";
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.fwe-icon-led-test:before {
|
|
2072
|
+
content: "\eae3";
|
|
2073
|
+
}
|
|
2074
|
+
|
|
1971
2075
|
.fwe-color-black {
|
|
1972
2076
|
color: var(--fwe-black) !important;
|
|
1973
2077
|
}
|
|
@@ -13712,7 +13816,7 @@ header.fwe-fixed-header {
|
|
|
13712
13816
|
overflow-y: auto;
|
|
13713
13817
|
}
|
|
13714
13818
|
.fwe-mobile-flyout-page::-webkit-scrollbar {
|
|
13715
|
-
width:
|
|
13819
|
+
width: 14px;
|
|
13716
13820
|
}
|
|
13717
13821
|
.fwe-mobile-flyout-page::-webkit-scrollbar-track {
|
|
13718
13822
|
background: transparent;
|
|
@@ -13723,7 +13827,7 @@ header.fwe-fixed-header {
|
|
|
13723
13827
|
border: 3px solid rgba(242, 243, 245, 0);
|
|
13724
13828
|
-webkit-background-clip: padding-box;
|
|
13725
13829
|
background-clip: padding-box;
|
|
13726
|
-
border-radius:
|
|
13830
|
+
border-radius: 8px;
|
|
13727
13831
|
}
|
|
13728
13832
|
.fwe-mobile-flyout-page.fwe-opened {
|
|
13729
13833
|
transform: translateX(0%);
|
|
@@ -15582,7 +15686,7 @@ fieldset.fwe-progress-container label {
|
|
|
15582
15686
|
overflow-y: auto;
|
|
15583
15687
|
}
|
|
15584
15688
|
.fwe-modal .fwe-modal-body::-webkit-scrollbar {
|
|
15585
|
-
width:
|
|
15689
|
+
width: 14px;
|
|
15586
15690
|
}
|
|
15587
15691
|
.fwe-modal .fwe-modal-body::-webkit-scrollbar-track {
|
|
15588
15692
|
background: transparent;
|
|
@@ -15593,7 +15697,7 @@ fieldset.fwe-progress-container label {
|
|
|
15593
15697
|
border: 3px solid rgba(242, 243, 245, 0);
|
|
15594
15698
|
-webkit-background-clip: padding-box;
|
|
15595
15699
|
background-clip: padding-box;
|
|
15596
|
-
border-radius:
|
|
15700
|
+
border-radius: 8px;
|
|
15597
15701
|
}
|
|
15598
15702
|
.fwe-modal-h1 {
|
|
15599
15703
|
margin-top: 0px;
|
|
@@ -16394,7 +16498,7 @@ fieldset.fwe-progress-container label {
|
|
|
16394
16498
|
scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
|
|
16395
16499
|
}
|
|
16396
16500
|
.fwe-scrollbar::-webkit-scrollbar {
|
|
16397
|
-
width:
|
|
16501
|
+
width: 14px;
|
|
16398
16502
|
}
|
|
16399
16503
|
.fwe-scrollbar::-webkit-scrollbar-track {
|
|
16400
16504
|
background: transparent;
|
|
@@ -16405,7 +16509,7 @@ fieldset.fwe-progress-container label {
|
|
|
16405
16509
|
border: 3px solid rgba(242, 243, 245, 0);
|
|
16406
16510
|
-webkit-background-clip: padding-box;
|
|
16407
16511
|
background-clip: padding-box;
|
|
16408
|
-
border-radius:
|
|
16512
|
+
border-radius: 8px;
|
|
16409
16513
|
}
|
|
16410
16514
|
|
|
16411
16515
|
/* stylelint-disable */
|
|
@@ -16863,7 +16967,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16863
16967
|
position: relative;
|
|
16864
16968
|
}
|
|
16865
16969
|
.fwe-tree::-webkit-scrollbar {
|
|
16866
|
-
width:
|
|
16970
|
+
width: 14px;
|
|
16867
16971
|
}
|
|
16868
16972
|
.fwe-tree::-webkit-scrollbar-track {
|
|
16869
16973
|
background: transparent;
|
|
@@ -16874,7 +16978,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
16874
16978
|
border: 3px solid rgba(242, 243, 245, 0);
|
|
16875
16979
|
-webkit-background-clip: padding-box;
|
|
16876
16980
|
background-clip: padding-box;
|
|
16877
|
-
border-radius:
|
|
16981
|
+
border-radius: 8px;
|
|
16878
16982
|
}
|
|
16879
16983
|
.fwe-tree-node {
|
|
16880
16984
|
position: relative;
|