@absolutejs/absolute 0.19.0-beta.192 → 0.19.0-beta.193

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.
@@ -106,8 +106,8 @@
106
106
  };
107
107
  </script>
108
108
 
109
- {#if priority}
110
- <svelte:head>
109
+ <svelte:head>
110
+ {#if priority}
111
111
  <link
112
112
  rel="preload"
113
113
  as="image"
@@ -116,8 +116,8 @@
116
116
  imagesizes={resolvedSizes}
117
117
  crossorigin={crossOrigin}
118
118
  />
119
- </svelte:head>
120
- {/if}
119
+ {/if}
120
+ </svelte:head>
121
121
 
122
122
  {#if fill}
123
123
  <span style="position:relative;overflow:hidden;display:block;width:100%;height:100%">
package/package.json CHANGED
@@ -208,5 +208,5 @@
208
208
  "typecheck": "bun run vue-tsc --noEmit"
209
209
  },
210
210
  "types": "./dist/src/index.d.ts",
211
- "version": "0.19.0-beta.192"
211
+ "version": "0.19.0-beta.193"
212
212
  }