@asd20/ui 3.2.1018 → 3.2.1020

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.1018",
8
+ "version": "3.2.1020",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -80,8 +80,8 @@ export default {
80
80
  var(--website-homepage-header__background-style);
81
81
  padding: space(3) space(1) space(1) space(1);
82
82
  height: auto;
83
- border-radius: 0 var(--website-shape__radius-s)
84
- var(--website-shape__radius-s) 0;
83
+ border-radius: 0 var(--website-shape__radius-m)
84
+ var(--website-shape__radius-m) 0;
85
85
  }
86
86
 
87
87
  &::v-deep .asd20-messaging__heading {
@@ -56,14 +56,14 @@
56
56
  </asd20-page-header>
57
57
 
58
58
  <!-- Inline-Notifications -->
59
- <client-only>
59
+ <!-- <client-only>
60
60
  <asd20-notification-group
61
61
  :notifications="activeNotificationsByType.inline"
62
62
  group-type="inline"
63
63
  @dismiss="$emit('dismiss-notification', $event)"
64
64
  @toggle-all="$emit('toggle-all')"
65
65
  ></asd20-notification-group>
66
- </client-only>
66
+ </client-only> -->
67
67
 
68
68
  <!-- Page Content -->
69
69
  <asd20-page-content
@@ -83,7 +83,7 @@
83
83
  </asd20-page-content>
84
84
 
85
85
  <!-- Feeds -->
86
- <asd20-feeds-section
86
+ <!-- <asd20-feeds-section
87
87
  :announcements="announcements"
88
88
  :announcements-feed-props="announcementsFeedProps"
89
89
  @announcements-in-view="$emit('announcements-in-view')"
@@ -95,7 +95,7 @@
95
95
  @events-in-view="$emit('events-in-view')"
96
96
  :organization="organization"
97
97
  :organization-options="organizationOptions"
98
- ></asd20-feeds-section>
98
+ ></asd20-feeds-section> -->
99
99
 
100
100
  <asd20-media-section
101
101
  v-if="(combinedMessageImages.length > 1 || combinedMessageVideos.length) && !primaryDetailMessages[0].bodyHtml.includes('<img')"
@@ -193,9 +193,9 @@
193
193
  --website-shape__even-transform: none;
194
194
  --website-shape__line-thickness: 2px;
195
195
  --website-shape__odd-transform: none;
196
- --website-shape__radius-l: 2px;
196
+ --website-shape__radius-l: 10px;
197
197
  --website-shape__radius-m: 5px;
198
- --website-shape__radius-s: 10px;
198
+ --website-shape__radius-s: 2px;
199
199
  --website-shape__transform: none;
200
200
  --website-texture__default: url('/statics/images/chalk-dark.png');
201
201
  --website-texture__position: center center;