@onsvisual/svelte-components 0.1.71 → 0.1.72

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.
@@ -283,7 +283,6 @@
283
283
  <Theme theme="{theme}" overrides="{themeOverrides}">
284
284
  {#if lang}
285
285
  <div id="pagePath" class="hide">{path}</div>
286
- <slot name="before" />
287
286
  {#if compact}
288
287
  <div
289
288
  class="ons-header__top"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://onsvisual.github.io/svelte-components",