tecitheme 1.1.0 → 1.1.1

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.
@@ -7,7 +7,7 @@
7
7
  <section {id} class="{data.bgColor?'p-8':''} {getColorStyles('background', data.bgColor)}
8
8
  {data.fullwidth?'w-full mx-auto':'max-w-3xl mx-auto'}
9
9
  {data.justifyText?(data.justifyText=='left'?'text-left':(data.justifyText=='right'?'text-right':'')):'text-center'}
10
- not-prose
10
+ not-prose print:hidden
11
11
  "
12
12
  >
13
13
  {#if data.title}
@@ -5,7 +5,7 @@
5
5
  let id = makeIdString(data.name);
6
6
  </script>
7
7
 
8
- <section {id} class="relative {getColorStyles('background', data.color)}">
8
+ <section {id} class="relative {getColorStyles('background', data.color)} print:hidden">
9
9
  <div class="h-56 sm:h-72 md:absolute md:left-0 md:h-full md:w-1/2">
10
10
  <img class="h-full w-full object-cover" src="https://files.thunderheadeng.com/www/images/{data.image}?w=608&fit=clip&auto=compress&auto=format" alt="Image for {data.preheading}">
11
11
  </div>
@@ -4,7 +4,7 @@ import Button from './Button.svelte'
4
4
  let d = new Date();
5
5
  </script>
6
6
 
7
- <footer id="bottom" class="bg-gray-800" aria-labelledby="footerHeading">
7
+ <footer id="bottom" class="bg-gray-800 print:hidden" aria-labelledby="footerHeading">
8
8
  <h2 id="footerHeading" class="sr-only">Footer</h2>
9
9
  <div class="mx-auto max-w-7xl py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
10
10
  <div class="xl:grid xl:grid-cols-3 xl:gap-8">
@@ -36,7 +36,7 @@
36
36
 
37
37
  <svelte:window on:keyup={handleEscape} />
38
38
 
39
- <header id="menu" class="relative">
39
+ <header id="menu" class="relative print:hidden">
40
40
  <div
41
41
  aria-hidden="true"
42
42
  class="pointer-events-none absolute inset-0 z-50 shadow"
@@ -38,7 +38,7 @@
38
38
 
39
39
  <svelte:window on:keyup={handleEscape} />
40
40
 
41
- <header {id} class="sticky top-0 w-full z-40 bg-white">
41
+ <header {id} class="sticky top-0 w-full z-40 bg-white print:hidden">
42
42
  <div
43
43
  aria-hidden="true"
44
44
  class="pointer-events-none absolute inset-0 z-30 shadow"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev",