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]
|
|
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='
|
|
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}
|
package/dist/TabHref.svelte
CHANGED