tecitheme 0.11.14 → 0.11.16

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.
@@ -66,7 +66,7 @@
66
66
  }
67
67
 
68
68
  $:modalData = {
69
- modalContent: `<h2 class="text-lg leading-6 font-medium text-gray-900">Reseller Required</h2><div class="mt-2 px-7 py-3"><p class="text-sm text-gray-500">Thunderhead cannot sell to you directly, you must use the authorized reseller for your region.</p></div><div class="items-center px-4 py-3"><a href="https://www.thunderheadeng.com/partners#${resellerLinks[resellerIndex]}" id="ok-btn" class="px-4 py-2 bg-teci-blue-light text-white text-base font-medium w-full shadow-sm hover:bg-teci-blue-dark focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">Reseller Contact Information</a></div>`,
69
+ modalContent: `<h2 class="text-lg leading-6 font-medium text-gray-900">Reseller Required</h2><div class="mt-2 px-7 py-3"><p class="text-sm text-gray-500">Thunderhead cannot sell to you directly, you must use the authorized reseller for your region.</p></div><div class="items-center px-4 py-3"><a href="https://www.thunderheadeng.com/partners/#${resellerLinks[resellerIndex]}" id="ok-btn" class="px-4 py-2 bg-teci-blue-light text-white text-base font-medium w-full shadow-sm hover:bg-teci-blue-dark focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">Reseller Contact Information</a></div>`,
70
70
  };
71
71
  </script>
72
72
 
@@ -335,12 +335,12 @@
335
335
  {#each $selectedTable.columns as column}
336
336
  <!-- Mobile table headings -->
337
337
  <div class="sm:hidden sticky top-16 flex flex-row bg-white z-20 w-full">
338
- <div class="flex flex-col w-full border-t py-8 {column.highlightOption ? getColorStyles("border", data.color) : ""}">
338
+ <div class="flex flex-col w-full border-t py-8 h-40 {column.highlightOption ? getColorStyles("border", data.color) : ""}">
339
339
  <h3 class="font-semibold leading-6 text-gray-900 {column.highlightOption ? getColorStyles("text", data.color) : ""}">
340
340
  {column.name}
341
341
  </h3>
342
342
  {#if column.description}
343
- <p>{@html column.description}</p>
343
+ <p class="line-clamp-3">{@html column.description}</p>
344
344
  {/if}
345
345
  </div>
346
346
  <div class="border-t w-full" />
@@ -352,7 +352,7 @@
352
352
  {#if sortFeaturesByOrder(category.features, column.name).length > 0}
353
353
 
354
354
  <!-- Category Headings -->
355
- <h4 id={makeIdString(column.name + " " + category.name)} class="sticky top-44 sm:hidden block font-semibold leading-6 text-gray-900 w-full bg-white z-20 py-2 scroll-mt-36"><a href={"#" + makeIdString(column.name + " " + category.name)}>{category.name}</a></h4>
355
+ <h4 id={makeIdString(column.name + " " + category.name)} class="sticky top-48 sm:hidden block font-semibold leading-6 text-gray-900 w-full bg-white z-20 py-2 scroll-mt-36"><a href={"#" + makeIdString(column.name + " " + category.name)}>{category.name}</a></h4>
356
356
 
357
357
  <div class="sm:hidden relative flex flex-col">
358
358
  <!-- Tables -->
@@ -19,7 +19,7 @@ import Button from './Button.svelte'
19
19
  <ul class="mt-4 space-y-4">
20
20
  <li>
21
21
  <a
22
- href="https://www.thunderheadeng.com/pyrosim"
22
+ href="https://www.thunderheadeng.com/pyrosim/"
23
23
  class="text-base text-gray-100 hover:text-white"
24
24
  >
25
25
  PyroSim
@@ -27,7 +27,7 @@ import Button from './Button.svelte'
27
27
  </li>
28
28
  <li>
29
29
  <a
30
- href="https://www.thunderheadeng.com/pathfinder"
30
+ href="https://www.thunderheadeng.com/pathfinder/"
31
31
  class="text-base text-gray-100 hover:text-white"
32
32
  >
33
33
  Pathfinder
@@ -35,7 +35,7 @@ import Button from './Button.svelte'
35
35
  </li>
36
36
  <li>
37
37
  <a
38
- href="https://www.thunderheadeng.com/ventus"
38
+ href="https://www.thunderheadeng.com/ventus/"
39
39
  class="text-base text-gray-100 hover:text-white"
40
40
  >
41
41
  Ventus
@@ -43,7 +43,7 @@ import Button from './Button.svelte'
43
43
  </li>
44
44
  <li>
45
45
  <a
46
- href="https://www.thunderheadeng.com/other"
46
+ href="https://www.thunderheadeng.com/other/"
47
47
  class="text-base text-gray-100 hover:text-white"
48
48
  >
49
49
  Other Tools
@@ -60,7 +60,7 @@ import Button from './Button.svelte'
60
60
  <ul class="mt-4 space-y-4">
61
61
  <li>
62
62
  <a
63
- href="https://support.thunderheadeng.com/docs"
63
+ href="https://support.thunderheadeng.com/docs/"
64
64
  class="text-base text-gray-100 hover:text-white"
65
65
  >
66
66
  Documentation
@@ -68,7 +68,7 @@ import Button from './Button.svelte'
68
68
  </li>
69
69
  <li>
70
70
  <a
71
- href="https://support.thunderheadeng.com/tutorials"
71
+ href="https://support.thunderheadeng.com/tutorials/"
72
72
  class="text-base text-gray-100 hover:text-white"
73
73
  >
74
74
  Tutorials
@@ -76,7 +76,7 @@ import Button from './Button.svelte'
76
76
  </li>
77
77
  <li>
78
78
  <a
79
- href="https://support.thunderheadeng.com/release-notes"
79
+ href="https://support.thunderheadeng.com/release-notes/"
80
80
  class="text-base text-gray-100 hover:text-white"
81
81
  >
82
82
  Release Notes
@@ -84,7 +84,7 @@ import Button from './Button.svelte'
84
84
  </li>
85
85
  <li>
86
86
  <a
87
- href="https://help.thunderheadeng.com/support/home"
87
+ href="https://help.thunderheadeng.com/support/home/"
88
88
  class="text-base text-gray-100 hover:text-white"
89
89
  >
90
90
  Help Portal
@@ -103,7 +103,7 @@ import Button from './Button.svelte'
103
103
  <ul class="mt-4 space-y-4">
104
104
  <li>
105
105
  <a
106
- href="https://training.thunderheadeng.com"
106
+ href="https://training.thunderheadeng.com/"
107
107
  class="text-base text-gray-100 hover:text-white"
108
108
  >
109
109
  Training
@@ -111,7 +111,7 @@ import Button from './Button.svelte'
111
111
  </li>
112
112
  <li>
113
113
  <a
114
- href="https://www.femtc.com"
114
+ href="https://www.femtc.com/"
115
115
  class="text-base text-gray-100 hover:text-white"
116
116
  >
117
117
  FEMTC
@@ -128,7 +128,7 @@ import Button from './Button.svelte'
128
128
  <ul class="mt-4 space-y-4">
129
129
  <li>
130
130
  <a
131
- href="https://www.thunderheadeng.com/about"
131
+ href="https://www.thunderheadeng.com/about/"
132
132
  class="text-base text-gray-100 hover:text-white"
133
133
  >
134
134
  About
@@ -136,7 +136,7 @@ import Button from './Button.svelte'
136
136
  </li>
137
137
  <li>
138
138
  <a
139
- href="https://www.thunderheadeng.com/news"
139
+ href="https://www.thunderheadeng.com/news/"
140
140
  class="text-base text-gray-100 hover:text-white"
141
141
  >
142
142
  News
@@ -144,7 +144,7 @@ import Button from './Button.svelte'
144
144
  </li>
145
145
  <li>
146
146
  <a
147
- href="https://www.thunderheadeng.com/job-openings"
147
+ href="https://www.thunderheadeng.com/job-openings/"
148
148
  class="text-base text-gray-100 hover:text-white"
149
149
  >
150
150
  Jobs
@@ -152,7 +152,7 @@ import Button from './Button.svelte'
152
152
  </li>
153
153
  <li>
154
154
  <a
155
- href="https://www.thunderheadeng.com/partners"
155
+ href="https://www.thunderheadeng.com/partners/"
156
156
  class="text-base text-gray-100 hover:text-white"
157
157
  >
158
158
  Partners
@@ -182,7 +182,7 @@ import Button from './Button.svelte'
182
182
  class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between"
183
183
  >
184
184
  <div class="flex space-x-6 md:order-3">
185
- <a href="https://www.linkedin.com/company/thunderheadeng"
185
+ <a href="https://www.linkedin.com/company/thunderheadeng/"
186
186
  class="text-gray-300 hover:text-gray-300"
187
187
  >
188
188
  <span class="sr-only">LinkedIn</span>
@@ -200,7 +200,7 @@ import Button from './Button.svelte'
200
200
  </a>
201
201
 
202
202
  <a
203
- href="https://www.facebook.com/thunderheadeng"
203
+ href="https://www.facebook.com/thunderheadeng/"
204
204
  class="text-gray-300 hover:text-gray-300"
205
205
  >
206
206
  <span class="sr-only">Facebook</span>
@@ -219,7 +219,7 @@ import Button from './Button.svelte'
219
219
  </a>
220
220
 
221
221
  <a
222
- href="https://twitter.com/thunderheadeng"
222
+ href="https://twitter.com/thunderheadeng/"
223
223
  class="text-gray-300 hover:text-gray-300"
224
224
  >
225
225
  <span class="sr-only">Twitter</span>
@@ -41,7 +41,7 @@
41
41
  >
42
42
  <!-- Nav Icon Linked to WWW Homepage -->
43
43
  <div class="flex-shrink-0">
44
- <a href="https://www.thunderheadeng.com" class="flex">
44
+ <a href="https://www.thunderheadeng.com/" class="flex">
45
45
  <span class="sr-only">Thunderhead Engineering</span>
46
46
  <Icon classes="h-10 w-auto" />
47
47
  </a>
@@ -96,7 +96,7 @@
96
96
  >
97
97
  <!-- PyroSim -->
98
98
  <a
99
- href="https://www.thunderheadeng.com/pyrosim"
99
+ href="https://www.thunderheadeng.com/pyrosim/"
100
100
  class="-m-3 flex flex-col justify-between p-3 hover:bg-gray-50"
101
101
  >
102
102
  <div class="flex md:h-full lg:flex-col">
@@ -121,19 +121,19 @@
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/user-manual" 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
 
128
- <a href="https://support.thunderheadeng.com/tutorials/pyrosim" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
128
+ <a href="https://support.thunderheadeng.com/tutorials/pyrosim/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
129
129
  Tutorials <span aria-hidden="true">&rarr;</span>
130
130
  </a>
131
131
 
132
- <a href="https://support.thunderheadeng.com/release-notes/pyrosim/latest" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
132
+ <a href="https://support.thunderheadeng.com/release-notes/pyrosim/latest/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
133
133
  Download <span aria-hidden="true">&rarr;</span>
134
134
  </a>
135
135
 
136
- <a href="https://training.thunderheadeng.com/courses/pyrosim-fundamentals" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
136
+ <a href="https://training.thunderheadeng.com/courses/pyrosim-fundamentals/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
137
137
  Courses <span aria-hidden="true">&rarr;</span>
138
138
  </a>
139
139
 
@@ -145,7 +145,7 @@
145
145
 
146
146
  <!-- Pathfinder -->
147
147
  <a
148
- href="https://www.thunderheadeng.com/pathfinder"
148
+ href="https://www.thunderheadeng.com/pathfinder/"
149
149
  class="-m-3 flex flex-col justify-between p-3 hover:bg-gray-50"
150
150
  >
151
151
  <div class="flex md:h-full lg:flex-col">
@@ -169,19 +169,19 @@
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/user-manual" 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
 
176
- <a href="https://support.thunderheadeng.com/tutorials/pathfinder" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
176
+ <a href="https://support.thunderheadeng.com/tutorials/pathfinder/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
177
177
  Tutorials <span aria-hidden="true">&rarr;</span>
178
178
  </a>
179
179
 
180
- <a href="https://support.thunderheadeng.com/release-notes/pathfinder/latest" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
180
+ <a href="https://support.thunderheadeng.com/release-notes/pathfinder/latest/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
181
181
  Download <span aria-hidden="true">&rarr;</span>
182
182
  </a>
183
183
 
184
- <a href="https://training.thunderheadeng.com/courses/pathfinder-fundamentals" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
184
+ <a href="https://training.thunderheadeng.com/courses/pathfinder-fundamentals/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
185
185
  Courses <span aria-hidden="true">&rarr;</span>
186
186
  </a>
187
187
 
@@ -192,7 +192,7 @@
192
192
 
193
193
  <!-- Ventus -->
194
194
  <a
195
- href="https://www.thunderheadeng.com/ventus"
195
+ href="https://www.thunderheadeng.com/ventus/"
196
196
  class="-m-3 flex flex-col justify-between p-3 hover:bg-gray-50"
197
197
  >
198
198
  <div class="flex md:h-full lg:flex-col">
@@ -215,19 +215,19 @@
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/user-manual" 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
 
222
- <a href="https://support.thunderheadeng.com/tutorials/ventus" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
222
+ <a href="https://support.thunderheadeng.com/tutorials/ventus/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
223
223
  Tutorials <span aria-hidden="true">&rarr;</span>
224
224
  </a>
225
225
 
226
- <a href="https://support.thunderheadeng.com/release-notes/ventus/latest" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
226
+ <a href="https://support.thunderheadeng.com/release-notes/ventus/latest/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
227
227
  Download <span aria-hidden="true">&rarr;</span>
228
228
  </a>
229
229
 
230
- <a href="https://training.thunderheadeng.com/courses/ventus-fundamentals" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
230
+ <a href="https://training.thunderheadeng.com/courses/ventus-fundamentals/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
231
231
  Courses <span aria-hidden="true">&rarr;</span>
232
232
  </a>
233
233
 
@@ -248,7 +248,7 @@
248
248
  <!-- Order Online -->
249
249
  <div class="flow-root">
250
250
  <a
251
- href="https://store2.thunderheadeng.com/cart"
251
+ href="https://store2.thunderheadeng.com/cart/"
252
252
  class="-m-3 flex items-center p-3 text-base font-medium text-gray-900 hover:bg-gray-100"
253
253
  >
254
254
  <svg
@@ -272,7 +272,7 @@
272
272
  <!-- 30-Day Trial -->
273
273
  <div class="flow-root">
274
274
  <a
275
- href="https://store2.thunderheadeng.com/trial"
275
+ href="https://store2.thunderheadeng.com/trial/"
276
276
  class="-m-3 flex items-center p-3 text-base font-medium text-gray-900 hover:bg-gray-100"
277
277
  >
278
278
  <svg
@@ -296,7 +296,7 @@
296
296
  <!-- Get Help -->
297
297
  <div class="flow-root">
298
298
  <a
299
- href="https://help.thunderheadeng.com/support/tickets/new"
299
+ href="https://help.thunderheadeng.com/support/tickets/new/"
300
300
  class="-m-3 flex items-center p-3 text-base font-medium text-gray-900 hover:bg-gray-100"
301
301
  >
302
302
  <svg
@@ -361,7 +361,7 @@
361
361
  class="relative grid w-full gap-6 bg-white px-5 py-6 text-left sm:gap-8 sm:p-8"
362
362
  >
363
363
  <a
364
- href="https://www.thunderheadeng.com/about"
364
+ href="https://www.thunderheadeng.com/about/"
365
365
  class="-m-3 flex items-start p-3 transition duration-150 ease-in-out hover:bg-gray-50"
366
366
  >
367
367
  <svg
@@ -387,7 +387,7 @@
387
387
  </a>
388
388
 
389
389
  <a
390
- href="https://www.thunderheadeng.com/news"
390
+ href="https://www.thunderheadeng.com/news/"
391
391
  class="-m-3 flex items-start p-3 transition duration-150 ease-in-out hover:bg-gray-50"
392
392
  >
393
393
  <svg
@@ -413,7 +413,7 @@
413
413
  </a>
414
414
 
415
415
  <a
416
- href="https://www.thunderheadeng.com/job-openings"
416
+ href="https://www.thunderheadeng.com/job-openings/"
417
417
  class="-m-3 flex items-start p-3 transition duration-150 ease-in-out hover:bg-gray-50"
418
418
  >
419
419
  <svg
@@ -439,7 +439,7 @@
439
439
  </a>
440
440
 
441
441
  <a
442
- href="https://www.thunderheadeng.com/partners"
442
+ href="https://www.thunderheadeng.com/partners/"
443
443
  class="-m-3 flex items-start p-3 transition duration-150 ease-in-out hover:bg-gray-50"
444
444
  >
445
445
  <svg
@@ -468,7 +468,7 @@
468
468
  {/if}
469
469
  </div>
470
470
 
471
- <a href="https://femtc.com/events/2024" class="text-base font-medium hover:text-gray-900">FEMTC 2024</a>
471
+ <a href="https://femtc.com/events/2024/" class="text-base font-medium hover:text-gray-900">FEMTC 2024</a>
472
472
  </nav>
473
473
  </div>
474
474
 
@@ -607,7 +607,7 @@
607
607
  <a
608
608
  on:click={() => (openMenu = "")}
609
609
  class="block"
610
- href="https://www.thunderheadeng.com"
610
+ href="https://www.thunderheadeng.com/"
611
611
  >
612
612
  <img
613
613
  class="h-10 w-auto"
@@ -675,7 +675,7 @@
675
675
 
676
676
  <!-- Company -->
677
677
  <a
678
- href="https://www.thunderheadeng.com/about"
678
+ href="https://www.thunderheadeng.com/about/"
679
679
  class="-m-3 flex items-center p-3 hover:bg-gray-50"
680
680
  >
681
681
  <div
@@ -703,7 +703,7 @@
703
703
 
704
704
  <!-- FEMTC -->
705
705
  <a
706
- href="https://www.femtc.com/events/2024"
706
+ href="https://www.femtc.com/events/2024/"
707
707
  class="-m-3 flex items-center p-3 hover:bg-gray-50"
708
708
  >
709
709
  <div
@@ -743,7 +743,7 @@
743
743
  <!-- Order Online -->
744
744
  <div class="flow-root">
745
745
  <a
746
- href="https://store2.thunderheadeng.com/cart"
746
+ href="https://store2.thunderheadeng.com/cart/"
747
747
  class="-m-3 flex items-start p-3 text-base font-medium text-gray-900 hover:bg-gray-100"
748
748
  >
749
749
  <svg
@@ -791,7 +791,7 @@
791
791
  <!-- News -->
792
792
  <div class="flow-root">
793
793
  <a
794
- href="https://www.thunderheadeng.com/news"
794
+ href="https://www.thunderheadeng.com/news/"
795
795
  class="-m-3 flex items-start p-3 text-base font-medium text-gray-900 hover:bg-gray-100"
796
796
  >
797
797
  <svg
@@ -815,7 +815,7 @@
815
815
  <!-- Releases -->
816
816
  <div class="flow-root">
817
817
  <a
818
- href="https://support.thunderheadeng.com/release-notes"
818
+ href="https://support.thunderheadeng.com/release-notes/"
819
819
  class="-m-3 flex items-start p-3 text-base font-medium text-gray-900 hover:bg-gray-100"
820
820
  >
821
821
  <svg
@@ -839,7 +839,7 @@
839
839
  <!-- Documentation -->
840
840
  <div class="flow-root">
841
841
  <a
842
- href="https://support.thunderheadeng.com/docs"
842
+ href="https://support.thunderheadeng.com/docs/"
843
843
  class="-m-3 flex items-start p-3 text-base font-medium text-gray-900 hover:bg-gray-100"
844
844
  >
845
845
  <svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.11.14",
3
+ "version": "0.11.16",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev",