intelliwaketssveltekitv25 0.1.59 → 0.1.60

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.
@@ -149,7 +149,8 @@
149
149
  {/if}
150
150
 
151
151
  {#if (!smallScreen || !!pathAnalyzer.activePageSlug) && (showDetailOnNoSelection || !!openItem)}
152
- <div class="grid grid-rows-[auto_1fr] overflow-hidden"
152
+ <div class="masterDetailDetail grid grid-rows-[auto_1fr]"
153
+ class:masterDetailDetailWithHeader={showDetailShowHeader}
153
154
  transition:fly|local={!animate ? undefined : {duration: 300, x: 100, opacity: 0, easing: quintOut}}>
154
155
  <div>
155
156
  {#if !!showDetailShowHeader}
@@ -162,7 +163,7 @@
162
163
  {/if}
163
164
  </div>
164
165
  <div
165
- class='masterDetailMaster relative grid grid-rows-1 md:relative overflow-hidden print:overflow-visible max-md:h-full max-md:w-full {detailClass}'
166
+ class='relative grid grid-rows-1 md:relative overflow-hidden print:overflow-visible max-md:h-full max-md:w-full {detailClass}'
166
167
  class:bg-white={showRoundedDetailFormatted}
167
168
  class:dark:bg-slate-700={showRoundedDetailFormatted}
168
169
  class:rounded-lg={showRoundedDetailFormatted}
@@ -177,7 +177,7 @@
177
177
 
178
178
  {#key basePath}
179
179
  <div
180
- class='grid mx-auto'
180
+ class='tab_href grid mx-auto'
181
181
  class:!flex={rounded}
182
182
  class:!flex-nowrap={rounded}
183
183
  class:my-2={rounded}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",