@onsvisual/svelte-components 1.1.6 → 1.1.7

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}
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.7",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run build:package && npm run build:docs",