tecitheme 0.3.0 → 0.3.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.
@@ -29,7 +29,7 @@
29
29
  {#each data.groups as group}
30
30
  {#if (group.id == toggleID)}
31
31
  {#each group.options as option}
32
- <div class="max-w-xs mx-auto sm:odd:mr-0 sm:even:ml-0 divide-y divide-gray-200 border border-gray-200 shadow-sm {option.highlight ? "shadow-[inset_0_0_6px_0_rgb(0,43,127,1.0)]":""}">
32
+ <div class="max-w-xs mx-auto sm:odd:mr-0 sm:even:ml-0 divide-y divide-gray-200 border border-gray-200 {option.highlight ? "shadow-[inset_0_0_6px_0_rgb(0,43,127,1.0)]":"shadow-md"}">
33
33
  <div class="p-6">
34
34
  <h2 class="text-lg font-medium leading-6 text-gray-900">{option.label}</h2>
35
35
  <p class="mt-4 text-sm text-gray-500">{option.text}</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "svelte": true,
5
5
  "devDependencies": {
6
6
  "@jsdevtools/rehype-toc": "^3.0.2",