@asd20/ui 3.2.870 → 3.2.872

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.870",
8
+ "version": "3.2.872",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -6,7 +6,8 @@
6
6
  :aria-label="hideLabel ? label : undefined"
7
7
  :title="hideLabel ? label : undefined"
8
8
  :target="
9
- !link || link.startsWith('/') || link.includes('asd20.org')
9
+ !link || link.startsWith('/')
10
+ // || link.includes('asd20.org')
10
11
  ? undefined
11
12
  : '_blank'
12
13
  "
@@ -180,7 +180,7 @@ export default {
180
180
  .primary-messaging-section,
181
181
  .secondary-messaging-section {
182
182
  display: flex;
183
- padding: space(2);
183
+ padding: space(2) space(1) space(2) space(2);
184
184
  &::v-deep > * {
185
185
  // flex: 1 1 var(--minimum-column-width);
186
186
  // margin: space(1) !important;
@@ -220,7 +220,7 @@ export default {
220
220
  .asd20-page-content {
221
221
  .primary-messaging-section,
222
222
  .secondary-messaging-section {
223
- padding: space(2);
223
+ padding: space(2) space(1) space(2) space(2);
224
224
  &::v-deep > * {
225
225
  // flex: 1 1 var(--minimum-column-width);
226
226
  margin: space(1) !important;
@@ -256,8 +256,8 @@ export default {
256
256
  .intro-message {
257
257
  .primary-messaging-section {
258
258
  justify-content: center;
259
- padding-top: space(1) !important;
260
- padding-bottom: space(1) !important;
259
+ margin-top: space(1) !important;
260
+ padding: space(1) space(2) !important;
261
261
  .asd20-messaging {
262
262
  border-top: space(0.25) solid var(--color__tertiary);
263
263
  border-bottom: space(0.25) solid var(--color__tertiary);
@@ -266,8 +266,8 @@ export default {
266
266
  .intro-message {
267
267
  .primary-messaging-section {
268
268
  justify-content: center;
269
- padding-top: space(1) !important;
270
- padding-bottom: space(1) !important;
269
+ margin-top: space(1) !important;
270
+ padding: space(1) space(2) !important;
271
271
  .asd20-messaging {
272
272
  border-top: space(0.25) solid var(--color__tertiary);
273
273
  border-bottom: space(0.25) solid var(--color__tertiary);
@@ -236,8 +236,8 @@ export default {
236
236
  .intro-message {
237
237
  .primary-messaging-section {
238
238
  justify-content: center;
239
- padding-top: space(1) !important;
240
- padding-bottom: space(1) !important;
239
+ margin-top: space(1) !important;
240
+ padding: space(1) space(2) !important;
241
241
  .asd20-messaging {
242
242
  border-top: space(0.25) solid var(--color__tertiary);
243
243
  border-bottom: space(0.25) solid var(--color__tertiary);