@festo-ui/web-essentials 7.3.0-dev.461 → 7.3.0-dev.464
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/README.md +83 -83
- package/dist/css/festo-web-essentials.css +81 -58
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +34 -2
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css +5 -0
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +5 -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.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_accordion.scss +26 -24
- package/dist/scss/_badge.scss +11 -9
- package/dist/scss/_border.scss +9 -5
- package/dist/scss/_bottom-navigation.scss +8 -6
- package/dist/scss/_bottom-sheet.scss +19 -16
- package/dist/scss/_breadcrumb.scss +7 -5
- package/dist/scss/_button.scss +25 -22
- package/dist/scss/_cards.scss +13 -11
- package/dist/scss/_checkbox.scss +18 -16
- package/dist/scss/_chips.scss +25 -22
- package/dist/scss/_colors.scss +3 -1
- package/dist/scss/_display.scss +9 -5
- package/dist/scss/_flex.scss +10 -5
- package/dist/scss/_fonts.scss +13 -11
- package/dist/scss/_grid.scss +11 -7
- package/dist/scss/_icons.scss +9 -7
- package/dist/scss/_layout.scss +10 -7
- package/dist/scss/_list.scss +20 -18
- package/dist/scss/_loading-indicator.scss +6 -4
- package/dist/scss/_mixins.scss +4 -2
- package/dist/scss/_mobile-flyout.scss +17 -15
- package/dist/scss/_modal.scss +36 -33
- package/dist/scss/_navbar-menu.scss +118 -116
- package/dist/scss/_navbar.scss +30 -48
- package/dist/scss/_normalize.scss +16 -13
- package/dist/scss/_pagination.scss +23 -21
- package/dist/scss/_popover.scss +21 -19
- package/dist/scss/_progressbar.scss +14 -12
- package/dist/scss/_radio.scss +20 -18
- package/dist/scss/_rfs.scss +5 -4
- package/dist/scss/_root.scss +5 -3
- package/dist/scss/_scroll.scss +6 -3
- package/dist/scss/_search-input.scss +15 -13
- package/dist/scss/_segment.scss +30 -27
- package/dist/scss/_select.scss +20 -18
- package/dist/scss/_sidebar-overlay.scss +7 -5
- package/dist/scss/_slider.scss +26 -23
- package/dist/scss/_snackbar.scss +48 -45
- package/dist/scss/_spacing.scss +9 -5
- package/dist/scss/_stepper-horizontal.scss +22 -20
- package/dist/scss/_stepper-vertical.scss +18 -16
- package/dist/scss/_switch.scss +12 -10
- package/dist/scss/_table.scss +11 -9
- package/dist/scss/_text-input.scss +24 -22
- package/dist/scss/_text-link.scss +7 -5
- package/dist/scss/_timepicker.scss +10 -8
- package/dist/scss/_toolbar.scss +8 -6
- package/dist/scss/_tree.scss +67 -68
- package/dist/scss/_type.scss +10 -8
- package/dist/scss/_utils.scss +2 -1
- package/dist/scss/_variables.scss +3 -2
- package/dist/scss/festo-web-essentials.scss +53 -53
- package/dist/scss/organisms/_footer.scss +13 -11
- package/dist/scss/organisms/_header-modul.scss +14 -12
- package/dist/scss/organisms/_header-slider.scss +10 -8
- package/dist/scss/organisms/_image-gallery.scss +19 -17
- package/dist/scss/organisms/_login.scss +14 -12
- package/dist/scss/organisms/_side-menu.scss +8 -5
- package/dist/scss/organisms/_teaser.scss +7 -5
- package/dist/scss/organisms/festo-web-essentials-organisms.scss +9 -9
- package/dist/scss/themes/flatpickr/festo.scss +2 -2
- package/package.json +3 -3
- package/scss/_accordion.scss +26 -24
- package/scss/_badge.scss +11 -9
- package/scss/_border.scss +9 -5
- package/scss/_bottom-navigation.scss +8 -6
- package/scss/_bottom-sheet.scss +19 -16
- package/scss/_breadcrumb.scss +7 -5
- package/scss/_button.scss +25 -22
- package/scss/_cards.scss +13 -11
- package/scss/_checkbox.scss +18 -16
- package/scss/_chips.scss +25 -22
- package/scss/_colors.scss +3 -1
- package/scss/_display.scss +9 -5
- package/scss/_flex.scss +10 -5
- package/scss/_fonts.scss +13 -11
- package/scss/_grid.scss +11 -7
- package/scss/_icons.scss +9 -7
- package/scss/_layout.scss +10 -7
- package/scss/_list.scss +20 -18
- package/scss/_loading-indicator.scss +6 -4
- package/scss/_mixins.scss +4 -2
- package/scss/_mobile-flyout.scss +17 -15
- package/scss/_modal.scss +36 -33
- package/scss/_navbar-menu.scss +118 -116
- package/scss/_navbar.scss +30 -48
- package/scss/_normalize.scss +16 -13
- package/scss/_pagination.scss +23 -21
- package/scss/_popover.scss +21 -19
- package/scss/_progressbar.scss +14 -12
- package/scss/_radio.scss +20 -18
- package/scss/_rfs.scss +5 -4
- package/scss/_root.scss +5 -3
- package/scss/_scroll.scss +6 -3
- package/scss/_search-input.scss +15 -13
- package/scss/_segment.scss +30 -27
- package/scss/_select.scss +20 -18
- package/scss/_sidebar-overlay.scss +7 -5
- package/scss/_slider.scss +26 -23
- package/scss/_snackbar.scss +48 -45
- package/scss/_spacing.scss +9 -5
- package/scss/_stepper-horizontal.scss +22 -20
- package/scss/_stepper-vertical.scss +18 -16
- package/scss/_switch.scss +12 -10
- package/scss/_table.scss +11 -9
- package/scss/_text-input.scss +24 -22
- package/scss/_text-link.scss +7 -5
- package/scss/_timepicker.scss +10 -8
- package/scss/_toolbar.scss +8 -6
- package/scss/_tree.scss +67 -68
- package/scss/_type.scss +10 -8
- package/scss/_utils.scss +2 -1
- package/scss/_variables.scss +3 -2
- package/scss/festo-web-essentials.scss +52 -52
- package/scss/organisms/_footer.scss +13 -11
- package/scss/organisms/_header-modul.scss +14 -12
- package/scss/organisms/_header-slider.scss +10 -8
- package/scss/organisms/_image-gallery.scss +19 -17
- package/scss/organisms/_login.scss +14 -12
- package/scss/organisms/_side-menu.scss +8 -5
- package/scss/organisms/_teaser.scss +7 -5
- package/scss/organisms/festo-web-essentials-organisms.scss +9 -9
- package/scss/themes/flatpickr/festo.scss +1 -1
package/README.md
CHANGED
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
# FESTO UI
|
|
2
|
-
|
|
3
|
-
## Web Essentials - Digital Styleguide
|
|
4
|
-
|
|
5
|
-
Welcome to the CSS component framework of Festo for web developers!
|
|
6
|
-
Here you’ll find components that have been implemented by the specification of the Design department.
|
|
7
|
-
The library contains everything you need to build great projects in the design of Festo.
|
|
8
|
-
Showcases, components, templates and much more, containing the digital essentials of the Festo Brand.
|
|
9
|
-
|
|
10
|
-
The Web Essentials project is the base layer for all Festo web developments in the form of a CSS framework.
|
|
11
|
-
It is written in SCSS and brings you all the features you need to quickstart your next web project.
|
|
12
|
-
For example it contains a responsive grid layout, icons, form controls and many more.
|
|
13
|
-
This framework comes with no javascript at all so you can use it with the javascript framework of your choice.
|
|
14
|
-
|
|
15
|
-
We are also providing [examples](https://festo.gitlab-pages.festo.company/digital-styleguide/templates/) that you can use as a quickstart for your next Festo web application.
|
|
16
|
-
Let us know if you have a demand for a specific example and we will see what we can do.
|
|
17
|
-
|
|
18
|
-
### Angular & React
|
|
19
|
-
|
|
20
|
-
We love Angular and React at Festo. We deliver the component libraries for Angular and React based on the Web Essentials [@festo-ui/angular](https://www.npmjs.com/package/@festo-ui/angular) and [@festo-ui/react](https://www.npmjs.com/package/@festo-ui/react).
|
|
21
|
-
These libraries extend the basic HTML controls of the Web Essentials with enhanced (non-basic) features.
|
|
22
|
-
For example Checkboxes with indeterminate state or sortable table headings.
|
|
23
|
-
|
|
24
|
-
You can explore the current version of Web Essentials, Angular and React components at [https://storybook.festo.design](https://storybook.festo.design).
|
|
25
|
-
|
|
26
|
-
## Getting started
|
|
27
|
-
|
|
28
|
-
Festo Web Essentials comes as a NPM package.
|
|
29
|
-
Oh you don't know NPM? Then you must start a bit further at [Node.js](https://nodejs.org).
|
|
30
|
-
|
|
31
|
-
### Install
|
|
32
|
-
|
|
33
|
-
Installing the libraries is very easy. Just use this command to install the Web Essentials to your project:
|
|
34
|
-
|
|
35
|
-
`npm install @festo-ui/web-essentials`
|
|
36
|
-
|
|
37
|
-
If you just need the static CSS resources then you can find them inside the `dist` directory.
|
|
38
|
-
|
|
39
|
-
Import the css like this:
|
|
40
|
-
|
|
41
|
-
```css
|
|
42
|
-
... @import '~@festo-ui/web-essentials/dist/css/festo-web-essentials.min.css' ...;
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
### Using the SCSS variables in your project
|
|
46
|
-
|
|
47
|
-
If you want to use the variables (color or more) from the web essentials library, you can add the scss resources.
|
|
48
|
-
|
|
49
|
-
You'll find them inside the directory `node_modules/@festo-ui/web-essentials/scss`.
|
|
50
|
-
|
|
51
|
-
You can use the variables like this:
|
|
52
|
-
`example.scss`
|
|
53
|
-
|
|
54
|
-
```scss
|
|
55
|
-
@import '~@festo-ui/web-essentials/scss/variables';
|
|
56
|
-
|
|
57
|
-
background: $hero; // background is carul now
|
|
58
|
-
@extend .fwe-icon-menu-close; // add the menu-close icon as ::before element
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
## Using Web Essentials with local fonts
|
|
62
|
-
|
|
63
|
-
If you want to use Web Essentials in an **offline** environment or with an non-latin style font, you have to provide own files for the Festo font.
|
|
64
|
-
|
|
65
|
-
- Download the required fonts here: https://festo.sharepoint.com/sites/tggfw/SitePages/Font-Richtlinie.aspx
|
|
66
|
-
- Override the css variable for the font:
|
|
67
|
-
|
|
68
|
-
```scss
|
|
69
|
-
@font-face {
|
|
70
|
-
font-family: 'localMeta';
|
|
71
|
-
src: url('../src/fonts/MetaChinese.woff') format('woff'), url('../src/fonts/MetaChinese.woff2') format('woff2');
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
@font-face {
|
|
75
|
-
font-family: 'localMeta';
|
|
76
|
-
src: url('../src/fonts/MetaChinese-Bold.woff') format('woff'), url('../src/fonts/MetaChinese-Bold.woff2') format('woff2');
|
|
77
|
-
font-weight: bold;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
:root {
|
|
81
|
-
--fwe-font-family-sans-serif: 'localMeta';
|
|
82
|
-
}
|
|
83
|
-
```
|
|
1
|
+
# FESTO UI
|
|
2
|
+
|
|
3
|
+
## Web Essentials - Digital Styleguide
|
|
4
|
+
|
|
5
|
+
Welcome to the CSS component framework of Festo for web developers!
|
|
6
|
+
Here you’ll find components that have been implemented by the specification of the Design department.
|
|
7
|
+
The library contains everything you need to build great projects in the design of Festo.
|
|
8
|
+
Showcases, components, templates and much more, containing the digital essentials of the Festo Brand.
|
|
9
|
+
|
|
10
|
+
The Web Essentials project is the base layer for all Festo web developments in the form of a CSS framework.
|
|
11
|
+
It is written in SCSS and brings you all the features you need to quickstart your next web project.
|
|
12
|
+
For example it contains a responsive grid layout, icons, form controls and many more.
|
|
13
|
+
This framework comes with no javascript at all so you can use it with the javascript framework of your choice.
|
|
14
|
+
|
|
15
|
+
We are also providing [examples](https://festo.gitlab-pages.festo.company/digital-styleguide/templates/) that you can use as a quickstart for your next Festo web application.
|
|
16
|
+
Let us know if you have a demand for a specific example and we will see what we can do.
|
|
17
|
+
|
|
18
|
+
### Angular & React
|
|
19
|
+
|
|
20
|
+
We love Angular and React at Festo. We deliver the component libraries for Angular and React based on the Web Essentials [@festo-ui/angular](https://www.npmjs.com/package/@festo-ui/angular) and [@festo-ui/react](https://www.npmjs.com/package/@festo-ui/react).
|
|
21
|
+
These libraries extend the basic HTML controls of the Web Essentials with enhanced (non-basic) features.
|
|
22
|
+
For example Checkboxes with indeterminate state or sortable table headings.
|
|
23
|
+
|
|
24
|
+
You can explore the current version of Web Essentials, Angular and React components at [https://storybook.festo.design](https://storybook.festo.design).
|
|
25
|
+
|
|
26
|
+
## Getting started
|
|
27
|
+
|
|
28
|
+
Festo Web Essentials comes as a NPM package.
|
|
29
|
+
Oh you don't know NPM? Then you must start a bit further at [Node.js](https://nodejs.org).
|
|
30
|
+
|
|
31
|
+
### Install
|
|
32
|
+
|
|
33
|
+
Installing the libraries is very easy. Just use this command to install the Web Essentials to your project:
|
|
34
|
+
|
|
35
|
+
`npm install @festo-ui/web-essentials`
|
|
36
|
+
|
|
37
|
+
If you just need the static CSS resources then you can find them inside the `dist` directory.
|
|
38
|
+
|
|
39
|
+
Import the css like this:
|
|
40
|
+
|
|
41
|
+
```css
|
|
42
|
+
... @import '~@festo-ui/web-essentials/dist/css/festo-web-essentials.min.css' ...;
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Using the SCSS variables in your project
|
|
46
|
+
|
|
47
|
+
If you want to use the variables (color or more) from the web essentials library, you can add the scss resources.
|
|
48
|
+
|
|
49
|
+
You'll find them inside the directory `node_modules/@festo-ui/web-essentials/scss`.
|
|
50
|
+
|
|
51
|
+
You can use the variables like this:
|
|
52
|
+
`example.scss`
|
|
53
|
+
|
|
54
|
+
```scss
|
|
55
|
+
@import '~@festo-ui/web-essentials/scss/variables';
|
|
56
|
+
|
|
57
|
+
background: $hero; // background is carul now
|
|
58
|
+
@extend .fwe-icon-menu-close; // add the menu-close icon as ::before element
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## Using Web Essentials with local fonts
|
|
62
|
+
|
|
63
|
+
If you want to use Web Essentials in an **offline** environment or with an non-latin style font, you have to provide own files for the Festo font.
|
|
64
|
+
|
|
65
|
+
- Download the required fonts here: https://festo.sharepoint.com/sites/tggfw/SitePages/Font-Richtlinie.aspx
|
|
66
|
+
- Override the css variable for the font:
|
|
67
|
+
|
|
68
|
+
```scss
|
|
69
|
+
@font-face {
|
|
70
|
+
font-family: 'localMeta';
|
|
71
|
+
src: url('../src/fonts/MetaChinese.woff') format('woff'), url('../src/fonts/MetaChinese.woff2') format('woff2');
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'localMeta';
|
|
76
|
+
src: url('../src/fonts/MetaChinese-Bold.woff') format('woff'), url('../src/fonts/MetaChinese-Bold.woff2') format('woff2');
|
|
77
|
+
font-weight: bold;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
:root {
|
|
81
|
+
--fwe-font-family-sans-serif: 'localMeta';
|
|
82
|
+
}
|
|
83
|
+
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.3.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
font-family: var(--fwe-font-family-monospace);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.fwe-icon
|
|
89
|
+
.fwe-icon {
|
|
90
90
|
font-family: var(--fwe-font-family-icons-16);
|
|
91
91
|
font-size: var(--fwe-font-size-base);
|
|
92
92
|
display: inline-block;
|
|
93
93
|
}
|
|
94
|
-
.fwe-icon:before
|
|
94
|
+
.fwe-icon:before {
|
|
95
95
|
line-height: 1;
|
|
96
96
|
display: inline-block;
|
|
97
97
|
speak-as: none;
|
|
@@ -107,21 +107,21 @@
|
|
|
107
107
|
.fwe-icon-lg, a.fwe-btn.fwe-btn-lg i[class^=fwe-icon-],
|
|
108
108
|
a.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"],
|
|
109
109
|
button.fwe-btn.fwe-btn-lg i[class^=fwe-icon-],
|
|
110
|
-
button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"], .fwe-chip
|
|
111
|
-
.fwe-chip.fwe-chip-lg i[class*=" fwe-icon-"],
|
|
110
|
+
button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"], .fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class^=fwe-icon-],
|
|
112
111
|
.fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class*=" fwe-icon-"],
|
|
113
|
-
.fwe-chip.fwe-chip-lg .fwe-svg-icon,
|
|
114
|
-
.fwe-chip
|
|
112
|
+
.fwe-chip-container.fwe-chip-container-lg .fwe-chip .fwe-svg-icon, .fwe-chip.fwe-chip-lg i[class^=fwe-icon-],
|
|
113
|
+
.fwe-chip.fwe-chip-lg i[class*=" fwe-icon-"],
|
|
114
|
+
.fwe-chip.fwe-chip-lg .fwe-svg-icon {
|
|
115
115
|
font-size: 24px;
|
|
116
116
|
}
|
|
117
117
|
.fwe-icon-lg:before, a.fwe-btn.fwe-btn-lg i[class^=fwe-icon-]:before,
|
|
118
118
|
a.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before,
|
|
119
119
|
button.fwe-btn.fwe-btn-lg i[class^=fwe-icon-]:before,
|
|
120
|
-
button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip
|
|
121
|
-
.fwe-chip.fwe-chip-lg i[class*=" fwe-icon-"]:before,
|
|
120
|
+
button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class^=fwe-icon-]:before,
|
|
122
121
|
.fwe-chip-container.fwe-chip-container-lg .fwe-chip i[class*=" fwe-icon-"]:before,
|
|
123
|
-
.fwe-chip.fwe-chip-lg .fwe-svg-icon:before,
|
|
124
|
-
.fwe-chip
|
|
122
|
+
.fwe-chip-container.fwe-chip-container-lg .fwe-chip .fwe-svg-icon:before, .fwe-chip.fwe-chip-lg i[class^=fwe-icon-]:before,
|
|
123
|
+
.fwe-chip.fwe-chip-lg i[class*=" fwe-icon-"]:before,
|
|
124
|
+
.fwe-chip.fwe-chip-lg .fwe-svg-icon:before {
|
|
125
125
|
font-family: var(--fwe-font-family-icons-24) !important;
|
|
126
126
|
}
|
|
127
127
|
|
|
@@ -1025,7 +1025,7 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, .fwe-chip.fwe-chip-lg i
|
|
|
1025
1025
|
content: "\e9d7";
|
|
1026
1026
|
}
|
|
1027
1027
|
|
|
1028
|
-
.fwe-icon-menu-menu:before
|
|
1028
|
+
.fwe-icon-menu-menu:before {
|
|
1029
1029
|
content: "\e9d8";
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
@@ -2991,7 +2991,11 @@ template {
|
|
|
2991
2991
|
text-align: start;
|
|
2992
2992
|
}
|
|
2993
2993
|
|
|
2994
|
-
|
|
2994
|
+
/*!
|
|
2995
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
2996
|
+
* Copyright 2022 Festo SE & Co. KG
|
|
2997
|
+
* Licensed under Apache-2.0
|
|
2998
|
+
*/
|
|
2995
2999
|
.fwe-d-none {
|
|
2996
3000
|
display: none !important;
|
|
2997
3001
|
}
|
|
@@ -14280,20 +14284,6 @@ header.fwe-fixed-header {
|
|
|
14280
14284
|
left: 0px;
|
|
14281
14285
|
margin-right: 24px;
|
|
14282
14286
|
}
|
|
14283
|
-
.fwe-navbar .fwe-navbar-burger-menu {
|
|
14284
|
-
padding: 0px;
|
|
14285
|
-
line-height: 1;
|
|
14286
|
-
height: 24px;
|
|
14287
|
-
border: none;
|
|
14288
|
-
background: none;
|
|
14289
|
-
outline: none;
|
|
14290
|
-
margin-bottom: 16px;
|
|
14291
|
-
margin-right: auto;
|
|
14292
|
-
cursor: pointer;
|
|
14293
|
-
}
|
|
14294
|
-
.fwe-navbar .fwe-navbar-burger-menu:hover {
|
|
14295
|
-
color: var(--fwe-hero);
|
|
14296
|
-
}
|
|
14297
14287
|
@keyframes fadeInAnimation {
|
|
14298
14288
|
0% {
|
|
14299
14289
|
visibility: hidden;
|
|
@@ -14458,6 +14448,11 @@ header.fwe-fixed-header {
|
|
|
14458
14448
|
margin-top: 64px;
|
|
14459
14449
|
}
|
|
14460
14450
|
|
|
14451
|
+
/*!
|
|
14452
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
14453
|
+
* Copyright 2022 Festo SE & Co. KG
|
|
14454
|
+
* Licensed under Apache-2.0
|
|
14455
|
+
*/
|
|
14461
14456
|
.fwe-mobile-flyout {
|
|
14462
14457
|
position: relative;
|
|
14463
14458
|
}
|
|
@@ -14652,7 +14647,7 @@ a {
|
|
|
14652
14647
|
color: var(--fwe-hero);
|
|
14653
14648
|
text-decoration: none;
|
|
14654
14649
|
}
|
|
14655
|
-
a i.fwe-icon
|
|
14650
|
+
a i.fwe-icon {
|
|
14656
14651
|
vertical-align: text-top;
|
|
14657
14652
|
}
|
|
14658
14653
|
a.fwe-dark {
|
|
@@ -15580,6 +15575,11 @@ a.fwe-btn.fwe-disabled {
|
|
|
15580
15575
|
pointer-events: none;
|
|
15581
15576
|
}
|
|
15582
15577
|
|
|
15578
|
+
/*!
|
|
15579
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
15580
|
+
* Copyright 2022 Festo SE & Co. KG
|
|
15581
|
+
* Licensed under Apache-2.0
|
|
15582
|
+
*/
|
|
15583
15583
|
label.fwe-slider span {
|
|
15584
15584
|
margin-bottom: 4px;
|
|
15585
15585
|
display: inline-block;
|
|
@@ -16463,6 +16463,11 @@ fieldset.fwe-progress-container label {
|
|
|
16463
16463
|
}
|
|
16464
16464
|
}
|
|
16465
16465
|
|
|
16466
|
+
/*!
|
|
16467
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
16468
|
+
* Copyright 2022 Festo SE & Co. KG
|
|
16469
|
+
* Licensed under Apache-2.0
|
|
16470
|
+
*/
|
|
16466
16471
|
.fwe-modal {
|
|
16467
16472
|
padding: 48px;
|
|
16468
16473
|
z-index: var(--fwe-z-index-modal);
|
|
@@ -16681,6 +16686,11 @@ fieldset.fwe-progress-container label {
|
|
|
16681
16686
|
min-width: unset;
|
|
16682
16687
|
}
|
|
16683
16688
|
}
|
|
16689
|
+
/*!
|
|
16690
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
16691
|
+
* Copyright 2022 Festo SE & Co. KG
|
|
16692
|
+
* Licensed under Apache-2.0
|
|
16693
|
+
*/
|
|
16684
16694
|
.fwe-segment {
|
|
16685
16695
|
display: inline-block;
|
|
16686
16696
|
padding: 0;
|
|
@@ -17113,7 +17123,7 @@ fieldset.fwe-progress-container label {
|
|
|
17113
17123
|
text-align: left;
|
|
17114
17124
|
justify-content: unset;
|
|
17115
17125
|
}
|
|
17116
|
-
.fwe-profile-menu .fwe-profile-menu-item .fwe-icon,
|
|
17126
|
+
.fwe-profile-menu .fwe-profile-menu-item .fwe-icon,
|
|
17117
17127
|
.fwe-profile-menu .fwe-profile-menu-item .fwe-svg-icon {
|
|
17118
17128
|
margin-right: 12px !important;
|
|
17119
17129
|
}
|
|
@@ -17388,6 +17398,11 @@ fieldset.fwe-progress-container label {
|
|
|
17388
17398
|
color: var(--fwe-red);
|
|
17389
17399
|
}
|
|
17390
17400
|
|
|
17401
|
+
/*!
|
|
17402
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
17403
|
+
* Copyright 2022 Festo SE & Co. KG
|
|
17404
|
+
* Licensed under Apache-2.0
|
|
17405
|
+
*/
|
|
17391
17406
|
@-moz-document url-prefix() {
|
|
17392
17407
|
.fwe-scrollbar {
|
|
17393
17408
|
scrollbar-width: thin;
|
|
@@ -17772,7 +17787,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17772
17787
|
color: var(--fwe-hero-gray);
|
|
17773
17788
|
position: relative;
|
|
17774
17789
|
}
|
|
17775
|
-
.fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon
|
|
17790
|
+
.fwe-bottom-navigation .fwe-bottom-navigation-button .fwe-icon {
|
|
17776
17791
|
line-height: 0px;
|
|
17777
17792
|
}
|
|
17778
17793
|
.fwe-bottom-navigation .fwe-bottom-navigation-button :after {
|
|
@@ -17883,6 +17898,11 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17883
17898
|
margin-right: 64px;
|
|
17884
17899
|
}
|
|
17885
17900
|
}
|
|
17901
|
+
/*!
|
|
17902
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
17903
|
+
* Copyright 2022 Festo SE & Co. KG
|
|
17904
|
+
* Licensed under Apache-2.0
|
|
17905
|
+
*/
|
|
17886
17906
|
.fwe-tree {
|
|
17887
17907
|
position: relative;
|
|
17888
17908
|
}
|
|
@@ -17945,11 +17965,11 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17945
17965
|
transform: scaleX(4);
|
|
17946
17966
|
transition: transform 0.2s;
|
|
17947
17967
|
}
|
|
17948
|
-
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-toggle .fwe-icon,
|
|
17968
|
+
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-toggle .fwe-icon,
|
|
17949
17969
|
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-toggle .fwe-svg-icon {
|
|
17950
17970
|
color: var(--fwe-caerul);
|
|
17951
17971
|
}
|
|
17952
|
-
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-select .fwe-icon,
|
|
17972
|
+
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-select .fwe-icon,
|
|
17953
17973
|
.fwe-tree-node-container--selected > .fwe-tree-node .fwe-btn--tree-node-select .fwe-svg-icon {
|
|
17954
17974
|
color: var(--fwe-caerul);
|
|
17955
17975
|
}
|
|
@@ -17960,7 +17980,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17960
17980
|
.fwe-tree-node-container--disabled {
|
|
17961
17981
|
pointer-events: none;
|
|
17962
17982
|
}
|
|
17963
|
-
.fwe-tree-node-container--disabled > .fwe-tree-node .fwe-tree-node-alert .fwe-icon,
|
|
17983
|
+
.fwe-tree-node-container--disabled > .fwe-tree-node .fwe-tree-node-alert .fwe-icon,
|
|
17964
17984
|
.fwe-tree-node-container--disabled > .fwe-tree-node .fwe-tree-node-alert .fwe-svg-icon {
|
|
17965
17985
|
color: var(--fwe-text-disabled) !important;
|
|
17966
17986
|
}
|
|
@@ -18025,6 +18045,28 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
18025
18045
|
align-items: center;
|
|
18026
18046
|
justify-content: center;
|
|
18027
18047
|
}
|
|
18048
|
+
.fwe-tree-node:hover .fwe-tree-node-text {
|
|
18049
|
+
color: var(--fwe-hero-hover);
|
|
18050
|
+
}
|
|
18051
|
+
.fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-icon,
|
|
18052
|
+
.fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-svg-icon {
|
|
18053
|
+
color: var(--fwe-hero-hover);
|
|
18054
|
+
}
|
|
18055
|
+
.fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-icon,
|
|
18056
|
+
.fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-svg-icon {
|
|
18057
|
+
color: var(--fwe-hero-hover);
|
|
18058
|
+
}
|
|
18059
|
+
.fwe-tree-node:active .fwe-tree-node-text {
|
|
18060
|
+
color: var(--fwe-hero-active);
|
|
18061
|
+
}
|
|
18062
|
+
.fwe-tree-node:active .fwe-btn--tree-node-select .fwe-icon,
|
|
18063
|
+
.fwe-tree-node:active .fwe-btn--tree-node-select .fwe-svg-icon {
|
|
18064
|
+
color: var(--fwe-hero-active);
|
|
18065
|
+
}
|
|
18066
|
+
.fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-icon,
|
|
18067
|
+
.fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-svg-icon {
|
|
18068
|
+
color: var(--fwe-hero-active);
|
|
18069
|
+
}
|
|
18028
18070
|
.fwe-tree--nested .fwe-tree-node-container {
|
|
18029
18071
|
display: block;
|
|
18030
18072
|
position: static;
|
|
@@ -18047,34 +18089,10 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
18047
18089
|
flex-basis: 100%;
|
|
18048
18090
|
}
|
|
18049
18091
|
|
|
18050
|
-
.fwe-btn--tree-node-select .fwe-icon
|
|
18092
|
+
.fwe-btn--tree-node-select .fwe-icon {
|
|
18051
18093
|
padding-right: 0;
|
|
18052
18094
|
}
|
|
18053
18095
|
|
|
18054
|
-
.fwe-tree-node:hover .fwe-tree-node-text {
|
|
18055
|
-
color: var(--fwe-hero-hover);
|
|
18056
|
-
}
|
|
18057
|
-
.fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-icon, .fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-navbar-burger-menu,
|
|
18058
|
-
.fwe-tree-node:hover .fwe-btn--tree-node-select .fwe-svg-icon {
|
|
18059
|
-
color: var(--fwe-hero-hover);
|
|
18060
|
-
}
|
|
18061
|
-
.fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-icon, .fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-navbar-burger-menu,
|
|
18062
|
-
.fwe-tree-node:hover .fwe-btn--tree-node-toggle .fwe-svg-icon {
|
|
18063
|
-
color: var(--fwe-hero-hover);
|
|
18064
|
-
}
|
|
18065
|
-
|
|
18066
|
-
.fwe-tree-node:active .fwe-tree-node-text {
|
|
18067
|
-
color: var(--fwe-hero-active);
|
|
18068
|
-
}
|
|
18069
|
-
.fwe-tree-node:active .fwe-btn--tree-node-select .fwe-icon, .fwe-tree-node:active .fwe-btn--tree-node-select .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node:active .fwe-btn--tree-node-select .fwe-navbar-burger-menu,
|
|
18070
|
-
.fwe-tree-node:active .fwe-btn--tree-node-select .fwe-svg-icon {
|
|
18071
|
-
color: var(--fwe-hero-active);
|
|
18072
|
-
}
|
|
18073
|
-
.fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-icon, .fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-navbar .fwe-navbar-burger-menu, .fwe-navbar .fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-navbar-burger-menu,
|
|
18074
|
-
.fwe-tree-node:active .fwe-btn--tree-node-toggle .fwe-svg-icon {
|
|
18075
|
-
color: var(--fwe-hero-active);
|
|
18076
|
-
}
|
|
18077
|
-
|
|
18078
18096
|
.fwe-sidebar-overlay {
|
|
18079
18097
|
z-index: var(--fwe-z-index-sticky);
|
|
18080
18098
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
|
|
@@ -18126,6 +18144,11 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
18126
18144
|
}
|
|
18127
18145
|
}
|
|
18128
18146
|
|
|
18147
|
+
/*!
|
|
18148
|
+
* Festo UI - Web Essentials v7.3.0-dev.464 (https://storybook.festo.design/)
|
|
18149
|
+
* Copyright 2022 Festo SE & Co. KG
|
|
18150
|
+
* Licensed under Apache-2.0
|
|
18151
|
+
*/
|
|
18129
18152
|
.fwe-bottom-sheet-header {
|
|
18130
18153
|
position: relative;
|
|
18131
18154
|
display: flex;
|