@apptegy/nuxt-navigation 0.1.100 → 0.1.101

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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=3.0.0"
5
5
  },
6
6
  "configKey": "@apptegy/nuxt-navigation",
7
- "version": "0.1.100",
7
+ "version": "0.1.101",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -203,7 +203,8 @@ function handleDismiss(event) {
203
203
  background: var(--primary-white, #fff);
204
204
  text-align: left;
205
205
  color: inherit;
206
- transition: background-color 0.15s ease;
206
+ box-shadow: none;
207
+ transition: box-shadow 0.15s ease;
207
208
  }
208
209
  .notification-item__main {
209
210
  display: grid;
@@ -227,7 +228,7 @@ function handleDismiss(event) {
227
228
  border-radius: 4px;
228
229
  }
229
230
  .notification-item:hover {
230
- background: var(--grey-10, #f9fafb);
231
+ box-shadow: rgba(0, 0, 0, 0.06) 0 2px 10px;
231
232
  }
232
233
  .notification-item__avatar {
233
234
  position: relative;
@@ -434,6 +434,7 @@ function scrollFilters() {
434
434
  .notifications-panel__body {
435
435
  overflow-y: auto;
436
436
  padding: 16px;
437
+ background: #f7f7f8;
437
438
  }
438
439
  .notifications-panel__loading, .notifications-panel__empty {
439
440
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.1.100",
3
+ "version": "0.1.101",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {