tecitheme 0.11.5 → 0.11.6

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.
@@ -218,9 +218,9 @@
218
218
 
219
219
  <!-- Desktop Table Headings -->
220
220
  <div class="hidden sticky top-16 bg-white sm:flex flex-row space-x-8 w-full z-20 border-b shadow-lg">
221
- <div class="w-full pt-8"></div>
221
+ <div class="w-full py-8"></div>
222
222
  {#each $selectedTable.columns as column}
223
- <div class="-mt-px border-b-2 w-full border-transparent pt-8 {column.highlightOption ? getColorStyles("border", data.color) : ""}">
223
+ <div class="-mt-px border-b-2 w-full border-transparent py-8 {column.highlightOption ? getColorStyles("border", data.color) : ""}">
224
224
  <h3 class="font-semibold leading-6 text-gray-900 {column.highlightOption ? getColorStyles("text", data.color) : ""}">{column.name}</h3>
225
225
  {#if column.description}
226
226
  <p class="mt-1 text-sm leading-6 text-gray-600">{@html column.description}</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.11.5",
3
+ "version": "0.11.6",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev",