@asd20/ui 3.2.829 → 3.2.830

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.829",
8
+ "version": "3.2.830",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -28,7 +28,7 @@ const wrapper = {
28
28
  floating: [],
29
29
  status: [],
30
30
  }
31
- return boolean('Show Notifications', false)
31
+ return boolean('Show Notifications', true)
32
32
  ? notifications || empty
33
33
  : empty
34
34
  },
@@ -192,7 +192,7 @@ export default {
192
192
  margin-top: space(2.25);
193
193
  .asd20-notification-group--floating {
194
194
  position: absolute;
195
- top: space(1.5375);
195
+ top: space(2);
196
196
  // .bell {
197
197
  // box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
198
198
  // svg {
@@ -28,7 +28,7 @@ const wrapper = {
28
28
  floating: [],
29
29
  status: [],
30
30
  }
31
- return boolean('Show Notifications', false)
31
+ return boolean('Show Notifications', true)
32
32
  ? notifications || empty
33
33
  : empty
34
34
  },
@@ -185,7 +185,7 @@ export default {
185
185
  margin-top: space(2.25);
186
186
  .asd20-notification-group--floating {
187
187
  position: absolute;
188
- top: space(1.5375);
188
+ top: space(2);
189
189
  // .bell {
190
190
  // box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
191
191
  // svg {