@r2digisolutions/ui 0.34.2 → 0.34.3

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.
@@ -652,7 +652,6 @@
652
652
  {/each}
653
653
  </div>
654
654
  {:else}
655
- <!-- GRID VIEW -->
656
655
  <div class="grid gap-3 p-3 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
657
656
  {#each controller.currentRows as row, index (rowIdFor(row, index))}
658
657
  {@const id = rowIdFor(row, index)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r2digisolutions/ui",
3
- "version": "0.34.2",
3
+ "version": "0.34.3",
4
4
  "private": false,
5
5
  "packageManager": "bun@1.3.8",
6
6
  "publishConfig": {