@onsvisual/svelte-components 1.0.5 → 1.0.6

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.
@@ -726,10 +726,8 @@
726
726
  >
727
727
  <!-- Home Link -->
728
728
  <li class="primary-nav__item js-nav">
729
- <a
730
- class="primary-nav__link col col--md-7 col--lg-9"
731
- href="{baseurl}/"
732
- style="color: #e5e6e7">{i18n("Home")}</a
729
+ <a class="primary-nav__link col col--md-7 col--lg-9" href="{baseurl}/"
730
+ >{i18n("Home")}</a
733
731
  >
734
732
  </li>
735
733
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run build:package && npm run build:docs",