@festo-ui/web-essentials 8.2.0-dev.629 → 8.2.0-dev.637
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 +9 -12
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +12 -12
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +0 -3
- 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 +49 -49
- package/dist/scss/_border.scss +86 -86
- package/dist/scss/_bottom-navigation.scss +47 -47
- package/dist/scss/_bottom-sheet.scss +116 -116
- package/dist/scss/_colors.scss +11 -11
- package/dist/scss/_display.scss +63 -63
- package/dist/scss/_flex.scss +269 -269
- package/dist/scss/_grid.scss +44 -44
- package/dist/scss/_layout.scss +64 -64
- package/dist/scss/_list.scss +211 -211
- package/dist/scss/_misc.scss +51 -51
- package/dist/scss/_mixins.scss +51 -51
- package/dist/scss/_modal.scss +233 -233
- package/dist/scss/_normalize.scss +369 -369
- package/dist/scss/_pagination.scss +124 -124
- package/dist/scss/_rfs.scss +177 -177
- package/dist/scss/_segment.scss +146 -146
- package/dist/scss/_sidebar-overlay.scss +51 -51
- package/dist/scss/_slider.scss +150 -150
- package/dist/scss/_snackbar.scss +159 -159
- package/dist/scss/_spacing.scss +51 -51
- package/dist/scss/_switch.scss +145 -145
- package/dist/scss/_text-input.scss +191 -191
- package/dist/scss/_text-link.scss +52 -52
- package/dist/scss/_toolbar.scss +83 -83
- package/dist/scss/_type.scss +50 -50
- package/dist/scss/_utils.scss +9 -9
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/light/_border-light.scss +75 -75
- package/dist/scss/light/_flex-light.scss +258 -258
- package/dist/scss/light/_spacing-light.scss +52 -52
- package/dist/scss/light/festo-web-essentials-light.scss +59 -59
- package/dist/scss/organisms/_header-modul.scss +111 -111
- package/dist/scss/organisms/_teaser.scss +96 -96
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +10 -16
- package/scss/_badge.scss +49 -49
- package/scss/_border.scss +86 -86
- package/scss/_bottom-navigation.scss +47 -47
- package/scss/_bottom-sheet.scss +116 -116
- package/scss/_colors.scss +11 -11
- package/scss/_display.scss +63 -63
- package/scss/_flex.scss +269 -269
- package/scss/_grid.scss +44 -44
- package/scss/_layout.scss +64 -64
- package/scss/_list.scss +211 -211
- package/scss/_misc.scss +51 -51
- package/scss/_mixins.scss +51 -51
- package/scss/_modal.scss +233 -233
- package/scss/_normalize.scss +369 -369
- package/scss/_pagination.scss +124 -124
- package/scss/_rfs.scss +177 -177
- package/scss/_segment.scss +146 -146
- package/scss/_sidebar-overlay.scss +51 -51
- package/scss/_slider.scss +150 -150
- package/scss/_snackbar.scss +159 -159
- package/scss/_spacing.scss +51 -51
- package/scss/_switch.scss +145 -145
- package/scss/_text-input.scss +191 -191
- package/scss/_text-link.scss +52 -52
- package/scss/_toolbar.scss +83 -83
- package/scss/_type.scss +50 -50
- package/scss/_utils.scss +9 -9
- package/scss/light/_border-light.scss +75 -75
- package/scss/light/_flex-light.scss +258 -258
- package/scss/light/_spacing-light.scss +52 -52
- package/scss/light/festo-web-essentials-light.scss +59 -59
- package/scss/organisms/_header-modul.scss +111 -111
- package/scss/organisms/_teaser.scss +96 -96
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
|
-
... @
|
|
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
|
-
@
|
|
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
|
+
... @use '~@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
|
+
@use '~@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 v8.2.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -2999,7 +2999,7 @@ template {
|
|
|
2999
2999
|
}
|
|
3000
3000
|
|
|
3001
3001
|
/*!
|
|
3002
|
-
* Festo UI - Web Essentials v8.2.0-dev.
|
|
3002
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
3003
3003
|
* Copyright 2022 Festo SE & Co. KG
|
|
3004
3004
|
* Licensed under Apache-2.0
|
|
3005
3005
|
*/
|
|
@@ -3275,7 +3275,6 @@ template {
|
|
|
3275
3275
|
overflow: hidden;
|
|
3276
3276
|
clip: rect(0, 0, 0, 0);
|
|
3277
3277
|
white-space: nowrap;
|
|
3278
|
-
-webkit-clip-path: inset(50%);
|
|
3279
3278
|
clip-path: inset(50%);
|
|
3280
3279
|
border: 0;
|
|
3281
3280
|
}
|
|
@@ -14461,7 +14460,7 @@ header.fwe-fixed-header {
|
|
|
14461
14460
|
}
|
|
14462
14461
|
|
|
14463
14462
|
/*!
|
|
14464
|
-
* Festo UI - Web Essentials v8.2.0-dev.
|
|
14463
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
14465
14464
|
* Copyright 2022 Festo SE & Co. KG
|
|
14466
14465
|
* Licensed under Apache-2.0
|
|
14467
14466
|
*/
|
|
@@ -15655,7 +15654,7 @@ a.fwe-btn.fwe-disabled {
|
|
|
15655
15654
|
}
|
|
15656
15655
|
|
|
15657
15656
|
/*!
|
|
15658
|
-
* Festo UI - Web Essentials v8.2.0-dev.
|
|
15657
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
15659
15658
|
* Copyright 2022 Festo SE & Co. KG
|
|
15660
15659
|
* Licensed under Apache-2.0
|
|
15661
15660
|
*/
|
|
@@ -16506,7 +16505,7 @@ fieldset.fwe-progress-container label {
|
|
|
16506
16505
|
}
|
|
16507
16506
|
|
|
16508
16507
|
/*!
|
|
16509
|
-
* Festo UI - Web Essentials v8.2.0-dev.
|
|
16508
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
16510
16509
|
* Copyright 2022 Festo SE & Co. KG
|
|
16511
16510
|
* Licensed under Apache-2.0
|
|
16512
16511
|
*/
|
|
@@ -16723,7 +16722,6 @@ fieldset.fwe-progress-container label {
|
|
|
16723
16722
|
overflow: hidden;
|
|
16724
16723
|
clip: rect(0, 0, 0, 0);
|
|
16725
16724
|
white-space: nowrap;
|
|
16726
|
-
-webkit-clip-path: inset(50%);
|
|
16727
16725
|
clip-path: inset(50%);
|
|
16728
16726
|
border: 0;
|
|
16729
16727
|
}
|
|
@@ -16738,7 +16736,7 @@ fieldset.fwe-progress-container label {
|
|
|
16738
16736
|
}
|
|
16739
16737
|
}
|
|
16740
16738
|
/*!
|
|
16741
|
-
* Festo UI - Web Essentials v8.2.0-dev.
|
|
16739
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
16742
16740
|
* Copyright 2022 Festo SE & Co. KG
|
|
16743
16741
|
* Licensed under Apache-2.0
|
|
16744
16742
|
*/
|
|
@@ -16786,7 +16784,6 @@ fieldset.fwe-progress-container label {
|
|
|
16786
16784
|
overflow: hidden;
|
|
16787
16785
|
clip: rect(0, 0, 0, 0);
|
|
16788
16786
|
white-space: nowrap;
|
|
16789
|
-
-webkit-clip-path: inset(50%);
|
|
16790
16787
|
clip-path: inset(50%);
|
|
16791
16788
|
border: 0;
|
|
16792
16789
|
}
|
|
@@ -17469,7 +17466,7 @@ fieldset.fwe-progress-container label {
|
|
|
17469
17466
|
}
|
|
17470
17467
|
|
|
17471
17468
|
/*!
|
|
17472
|
-
* Festo UI - Web Essentials v8.2.0-dev.
|
|
17469
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
17473
17470
|
* Copyright 2022 Festo SE & Co. KG
|
|
17474
17471
|
* Licensed under Apache-2.0
|
|
17475
17472
|
*/
|
|
@@ -17967,7 +17964,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
17967
17964
|
}
|
|
17968
17965
|
}
|
|
17969
17966
|
/*!
|
|
17970
|
-
* Festo UI - Web Essentials v8.2.0-dev.
|
|
17967
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
17971
17968
|
* Copyright 2022 Festo SE & Co. KG
|
|
17972
17969
|
* Licensed under Apache-2.0
|
|
17973
17970
|
*/
|
|
@@ -18251,7 +18248,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
18251
18248
|
}
|
|
18252
18249
|
|
|
18253
18250
|
/*!
|
|
18254
|
-
* Festo UI - Web Essentials v8.2.0-dev.
|
|
18251
|
+
* Festo UI - Web Essentials v8.2.0-dev.637 (https://storybook.festo.design/)
|
|
18255
18252
|
* Copyright 2022 Festo SE & Co. KG
|
|
18256
18253
|
* Licensed under Apache-2.0
|
|
18257
18254
|
*/
|