@asd20/ui 3.2.372 → 3.2.375

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.372",
8
+ "version": "3.2.375",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -51,6 +51,7 @@ export default {
51
51
  background-size: 30% auto;
52
52
  }
53
53
  &::v-deep .lead {
54
+ @include fluid-type($base-font-size * 1.2, $base-font-size * 1.4);
54
55
  color: var(--website-homepage-header__secondary-foreground-color);
55
56
  width: 100%;
56
57
  }
@@ -110,7 +111,7 @@ export default {
110
111
  background: var(--website-homepage-header__secondary-background-color)
111
112
  var(--website-homepage-header__secondary-background-style);
112
113
  &::v-deep .lead {
113
- width: 55vw;
114
+ width: 100%;
114
115
  }
115
116
  }
116
117
  }
@@ -71,7 +71,7 @@ export default {
71
71
  &::v-deep .lead {
72
72
  margin-bottom: 0;
73
73
  // width: 90%;
74
- font-size: 18px;
74
+ @include fluid-type($base-font-size * 1.2, $base-font-size * 1.4);
75
75
  color: var(--website-homepage-header__foreground-color) !important;
76
76
  }
77
77
  &::v-deep .asd20-button {
@@ -106,7 +106,7 @@ export default {
106
106
  }
107
107
  &::v-deep .header-messaging-section {
108
108
  .asd20-messaging__content {
109
- width: 55vw;
109
+ width: 100%;
110
110
  }
111
111
  }
112
112
  }
@@ -122,7 +122,7 @@ export default {
122
122
  padding: space(1);
123
123
  margin-left: space(2);
124
124
  .asd20-messaging__content {
125
- max-width: 60%;
125
+ max-width: 80%;
126
126
  }
127
127
  .asd20-messaging__heading {
128
128
  @include fluid-type($base-font-size * 1.5, $base-font-size * 2);
@@ -171,7 +171,6 @@ export default {
171
171
  700
172
172
  );
173
173
  flex-direction: row;
174
- flex-wrap: nowrap !important;
175
174
  width: inherit;
176
175
  }
177
176
  }
@@ -61,6 +61,25 @@
61
61
  "overlayBackgroundColor": "transparent",
62
62
  "titleColor": "#fff"
63
63
  },
64
+ "websiteHomepageHeader": {
65
+ "accent": "var(--color__accent)",
66
+ "backgroundColor": "var(--color__secondary)",
67
+ "backgroundStyle": "var(--website-texture__reverse) var(--website-texture__position)/var(--website-texture__size-m) var(--website-texture__repeat)",
68
+ "buttonBackgroundColor": "var(--color__accent)",
69
+ "buttonForegroundColor": "var(--color__on-accent)",
70
+ "buttonHoverBackgroundColor": "var(--color__accent-t10)",
71
+ "buttonHoverForegroundColor": "var(--color__on-accent-s10)",
72
+ "foregroundColor": "var(--color__secondary-t90)",
73
+ "titleColor": "#fff",
74
+ "secondaryBackgroundColor": "var(--color__secondary)",
75
+ "secondaryBackgroundStyle": "var(--website-texture__reverse) var(--website-texture__position)/var(--website-texture__size-m) var(--website-texture__repeat)",
76
+ "secondaryButtonBackgroundColor": "var(--color__accent)",
77
+ "secondaryButtonForegroundColor": "var(--color__on-accent)",
78
+ "secondaryButtonHoverBackgroundColor": "var(--color__accent-t10)",
79
+ "secondaryButtonHoverForegroundColor": "var(--color__on-accent-s10)",
80
+ "secondaryForegroundColor": "var(--color__secondary-t90)",
81
+ "secondaryTitleColor": "#fff"
82
+ },
64
83
  "websiteIcon": {
65
84
  "fillColor": "var(--color__accent)",
66
85
  "fillColorReverse": "var(--color__accent)",