intelliwaketssveltekitv25 0.2.21 → 0.2.23

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.
@@ -80,7 +80,6 @@
80
80
  onDestroy(() => {
81
81
  if (pathAnalyzer) BreakAtManager.remove(pathAnalyzer.basePath)
82
82
  })
83
-
84
83
  </script>
85
84
 
86
85
  <div
@@ -154,12 +153,12 @@
154
153
  class:shadow={showRoundedDetailFormatted}>
155
154
  <div>
156
155
  {#if !!showDetailShowHeader}
157
- <h3 class="text-center">
156
+ <h2>
158
157
  {#if !!openItem?.faProps || !!detailShowHeaderFAProps}
159
158
  <Icon {...(openItem?.faProps ?? detailShowHeaderFAProps)} fw />
160
159
  {/if}
161
160
  {typeof showDetailShowHeader === 'string' ? showDetailShowHeader : openItem?.title ?? ''}
162
- </h3>
161
+ </h2>
163
162
  <hr class="border-2 mt-1" />
164
163
  {/if}
165
164
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "0.2.21",
3
+ "version": "0.2.23",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",