@asd20/ui 3.2.371 → 3.2.374

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.371",
8
+ "version": "3.2.374",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -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
  }
@@ -70,6 +70,25 @@
70
70
  "buttonHoverForegroundColor": "var(--color__on-accent-s10)",
71
71
  "buttonBackgroundColor": "var(--color__accent)"
72
72
  },
73
+ "websiteHomepageHeader": {
74
+ "accent": "var(--color__accent)",
75
+ "backgroundColor": "var(--color__secondary)",
76
+ "backgroundStyle": "var(--website-texture__reverse) var(--website-texture__position)/var(--website-texture__size-m) var(--website-texture__repeat)",
77
+ "buttonBackgroundColor": "var(--color__accent)",
78
+ "buttonForegroundColor": "var(--color__on-accent)",
79
+ "buttonHoverBackgroundColor": "var(--color__accent-t10)",
80
+ "buttonHoverForegroundColor": "var(--color__on-accent-s10)",
81
+ "foregroundColor": "var(--color__secondary-t90)",
82
+ "titleColor": "#fff",
83
+ "secondaryBackgroundColor": "var(--color__secondary)",
84
+ "secondaryBackgroundStyle": "var(--website-texture__reverse) var(--website-texture__position)/var(--website-texture__size-m) var(--website-texture__repeat)",
85
+ "secondaryButtonBackgroundColor": "var(--color__accent)",
86
+ "secondaryButtonForegroundColor": "var(--color__on-accent)",
87
+ "secondaryButtonHoverBackgroundColor": "var(--color__accent-t10)",
88
+ "secondaryButtonHoverForegroundColor": "var(--color__on-accent-s10)",
89
+ "secondaryForegroundColor": "var(--color__secondary-t90)",
90
+ "secondaryTitleColor": "#fff"
91
+ },
73
92
  "websiteCard": {
74
93
  "backgroundStyle": "var(--website-texture__default) var(--website-texture__position)/var(--website-texture__size-m) var(--website-texture__repeat)",
75
94
  "reverseBackgroundStyle": "var(--website-texture__reverse) var(--website-texture__position)/var(--website-texture__size-m) var(--website-texture__repeat)",
@@ -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)",