tecitheme 0.10.2 → 0.10.4

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.
@@ -121,7 +121,7 @@
121
121
  <!-- Links -->
122
122
  <div class="mt-2 lg:mt-4 grid grid-cols-2 justify-end gap-y-2">
123
123
 
124
- <a href="https://support.thunderheadeng.com/docs/pyrosim/latest" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
124
+ <a href="https://support.thunderheadeng.com/docs/pyrosim/latest/user-manual" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
125
125
  Documentation <span aria-hidden="true">&rarr;</span>
126
126
  </a>
127
127
 
@@ -169,7 +169,7 @@
169
169
  <!-- Links -->
170
170
  <div class="mt-2 lg:mt-4 grid grid-cols-2 justify-end gap-y-2">
171
171
 
172
- <a href="https://support.thunderheadeng.com/docs/pathfinder/latest" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
172
+ <a href="https://support.thunderheadeng.com/docs/pathfinder/latest/user-manual" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
173
173
  Documentation <span aria-hidden="true">&rarr;</span>
174
174
  </a>
175
175
 
@@ -215,7 +215,7 @@
215
215
  <!-- Links -->
216
216
  <div class="mt-2 lg:mt-4 grid grid-cols-2 justify-end gap-y-2">
217
217
 
218
- <a href="https://support.thunderheadeng.com/docs/ventus/latest" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
218
+ <a href="https://support.thunderheadeng.com/docs/ventus/latest/user-manual" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
219
219
  Documentation <span aria-hidden="true">&rarr;</span>
220
220
  </a>
221
221
 
@@ -593,7 +593,7 @@
593
593
  <!-- Mobile menu, show/hide based on mobile menu state.-->
594
594
  {#if openMenu == "mobile"}
595
595
  <div
596
- class="absolute inset-x-0 top-0 z-30 divide-y-2 divide-gray-50 bg-white shadow-lg ring-1 ring-black ring-opacity-5 md:hidden"
596
+ class="absolute inset-x-0 top-0 z-50 divide-y-2 divide-gray-50 bg-white shadow-lg ring-1 ring-black ring-opacity-5 md:hidden"
597
597
  use:clickOutside
598
598
  on:outclick={() => (openMenu = "")}
599
599
  in:fade={{ duration: 250, easing: cubicOut }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.10.2",
3
+ "version": "0.10.4",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev",