@festo-ui/web-essentials 11.0.0-dev.961 → 11.0.0-dev.963

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/web-essentials",
3
- "version": "11.0.0-dev.961",
3
+ "version": "11.0.0-dev.963",
4
4
  "description": "CSS framework and utils to build FESTO web applications",
5
5
  "keywords": [
6
6
  "css",
package/scss/_button.scss CHANGED
@@ -44,6 +44,7 @@ button.fwe-btn {
44
44
  color: variables.$text-disabled;
45
45
  }
46
46
 
47
+ &.fwe-btn-primary,
47
48
  &.fwe-btn-hero {
48
49
  color: variables.$white;
49
50
  background: variables.$hero;
@@ -68,7 +69,8 @@ button.fwe-btn {
68
69
  width: 100%;
69
70
  }
70
71
 
71
- &.fwe-btn-link {
72
+ &.fwe-btn-link,
73
+ &.fwe-btn-tertiary {
72
74
  background: none;
73
75
  color: variables.$hero;
74
76
  padding: 0;
package/scss/_modal.scss CHANGED
@@ -91,7 +91,7 @@
91
91
 
92
92
  &.fwe-modal--warning,
93
93
  &.fwe-modal--error {
94
- button.fwe-btn.fwe-btn-link {
94
+ button.fwe-btn.fwe-btn-tertiary {
95
95
  color: variables.$text;
96
96
  }
97
97
  }
package/scss/_tree.scss CHANGED
@@ -207,7 +207,7 @@
207
207
  }
208
208
  }
209
209
 
210
- .fwe-btn.fwe-btn-link {
210
+ .fwe-btn.fwe-btn-tertiary {
211
211
  &.fwe-btn--tree-node-toggle {
212
212
  color: variables.$text;
213
213
  padding: 0 variables.$spacer-xxs 0 variables.$spacer-s;
@@ -35,7 +35,7 @@
35
35
  margin: 0;
36
36
  }
37
37
 
38
- button.fwe-btn-hero {
38
+ button.fwe-btn-primary {
39
39
  margin-top: 24px;
40
40
  justify-content: center;
41
41
  margin-left: 18px;
@@ -97,7 +97,7 @@
97
97
  -webkit-line-clamp: 3;
98
98
  }
99
99
 
100
- button.fwe-btn-hero {
100
+ button.fwe-btn-primary {
101
101
  justify-content: center;
102
102
  margin-top: 0;
103
103
  margin-left: 34px;
@@ -12,8 +12,8 @@
12
12
  overflow-x: hidden;
13
13
  overflow-y: hidden;
14
14
 
15
- .fwe-btn-link i.fwe-icon-arrows-scale-up.fwe-modal-image-gallery-scale,
16
- .fwe-btn-link i.fwe-icon-arrows-scale-down.fwe-modal-image-gallery-scale {
15
+ .fwe-btn-tertiary i.fwe-icon-arrows-scale-up.fwe-modal-image-gallery-scale,
16
+ .fwe-btn-tertiary i.fwe-icon-arrows-scale-down.fwe-modal-image-gallery-scale {
17
17
  font-size: 24px;
18
18
  margin-right: 0px;
19
19
  padding-right: 0px;