@asd20/ui 3.2.496 → 3.2.498

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-lock.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@asd20/ui",
3
- "version": "3.2.492",
3
+ "version": "3.2.497",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
7
7
  "@asd20/notifications-ui": {
8
- "version": "0.9.0",
9
- "resolved": "https://registry.npmjs.org/@asd20/notifications-ui/-/notifications-ui-0.9.0.tgz",
10
- "integrity": "sha512-JqqSPKdrCOEcLrAUHVypntBiszUkRgti+zkR0MHkiZiaBm6dIXAHtmychzhXmqTXwBhijIHvj6CoKZ78BSnWwg==",
8
+ "version": "0.11.0",
9
+ "resolved": "https://registry.npmjs.org/@asd20/notifications-ui/-/notifications-ui-0.11.0.tgz",
10
+ "integrity": "sha512-4+pIBBciYUuq5Ny4BnYZGGUwjasejZB7G+05+TAukcd5yTietNdlsYt3gZiMNiyBMbNcjKma8WM9hSvpVUoxog==",
11
11
  "requires": {
12
12
  "@babel/runtime": "^7.10.2",
13
13
  "@vue/web-component-wrapper": "^1.2.0",
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.496",
8
+ "version": "3.2.498",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "@asd20/notifications-ui": "^0.8.20"
29
29
  },
30
30
  "dependencies": {
31
- "@asd20/notifications-ui": "^0.9.0",
31
+ "@asd20/notifications-ui": "^0.11.0",
32
32
  "axios": "^0.19.2",
33
33
  "basicscroll": "^3.0.2",
34
34
  "countup.js": "^2.0.0",
@@ -370,7 +370,7 @@ export default {
370
370
  },
371
371
  reset() {
372
372
  this.counter = 1
373
- this.counter2 = 9
373
+ this.counter2 = 25
374
374
  this.$emit('announcements-in-view')
375
375
  },
376
376
  },
@@ -363,7 +363,7 @@ export default {
363
363
  },
364
364
  reset() {
365
365
  this.counter = 1
366
- this.counter2 = 10
366
+ this.counter2 = 25
367
367
  this.$emit('announcements-in-view')
368
368
  },
369
369
  },
@@ -190,20 +190,20 @@ export default {
190
190
  }
191
191
  }
192
192
  .asd20-notification-group--floating {
193
- .bell {
194
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
195
- svg {
196
- fill: var(--color__accent) !important;
197
- }
198
- span {
199
- background: var(--color__accent) !important;
200
- top: inherit !important;
201
- right: inherit !important;
202
- width: 1.2rem !important;
203
- height: 1.2rem !important;
204
- font-size: 0.75rem !important;
205
- }
206
- }
193
+ // .bell {
194
+ // box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
195
+ // svg {
196
+ // fill: var(--color__accent) !important;
197
+ // }
198
+ // span {
199
+ // background: var(--color__accent) !important;
200
+ // top: inherit !important;
201
+ // right: inherit !important;
202
+ // width: 1.2rem !important;
203
+ // height: 1.2rem !important;
204
+ // font-size: 0.75rem !important;
205
+ // }
206
+ // }
207
207
  }
208
208
 
209
209
  @media (min-width: 667px) {