@apptegy/nuxt-navigation 0.1.100 → 0.1.102

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.102",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -198,12 +198,13 @@ function handleDismiss(event) {
198
198
  align-items: start;
199
199
  width: 100%;
200
200
  padding: 12px;
201
- border: 1px solid var(--grey-20, #e5e7eb);
201
+ border: 1px solid rgb(232, 232, 236);
202
202
  border-radius: 8px;
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: border-color 0.15s ease, box-shadow 0.15s ease;
207
208
  }
208
209
  .notification-item__main {
209
210
  display: grid;
@@ -227,7 +228,8 @@ function handleDismiss(event) {
227
228
  border-radius: 4px;
228
229
  }
229
230
  .notification-item:hover {
230
- background: var(--grey-10, #f9fafb);
231
+ border-color: rgb(209, 209, 214);
232
+ box-shadow: rgba(0, 0, 0, 0.06) 0 2px 10px;
231
233
  }
232
234
  .notification-item__avatar {
233
235
  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.102",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {