@apptegy/nuxt-navigation 0.1.107 → 0.1.108

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.107",
7
+ "version": "0.1.108",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "unknown"
@@ -410,6 +410,9 @@ function scrollFilters() {
410
410
  border-bottom: 1px solid var(--grey-20, #e5e7eb);
411
411
  background: transparent;
412
412
  }
413
+ .notifications-panel__tabs :deep(.p-tablist-active-bar) {
414
+ display: none;
415
+ }
413
416
  .notifications-panel__tabs :deep(.p-tab) {
414
417
  padding: 0 0 12px;
415
418
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
- "version": "0.1.107",
3
+ "version": "0.1.108",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {