@onsvisual/svelte-components 1.1.6 → 1.1.8

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.
@@ -52,7 +52,7 @@
52
52
  * Include a border/line under the menu when open. For use if hero colour matches menu
53
53
  * @type {boolean}
54
54
  */
55
- export let menuBorder = true;
55
+ export let menuBorder = false;
56
56
  /**
57
57
  * Use the legacy nav header
58
58
  * @type {boolean}
@@ -600,7 +600,7 @@
600
600
  display: block;
601
601
  margin-top: 0.85em;
602
602
  }
603
- .ons-header--border {
603
+ .ons-header--border:has(+ .ons-u-d-no) {
604
604
  border-bottom: 1px solid var(--ons-color-borders);
605
605
  }
606
606
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run build:package && npm run build:docs",