@kayord/ui 0.9.3 → 0.9.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.
@@ -146,11 +146,11 @@
146
146
  {/if}
147
147
  </div>
148
148
  <div class="flex items-center">
149
- {#if isSelectEnabled && showSelected}
150
- <div class="flex-1 text-sm text-muted-foreground px-2">
149
+ <div class="flex-1 text-sm text-muted-foreground px-2">
150
+ {#if isSelectEnabled && showSelected}
151
151
  {Object.keys($selectedDataIds).length} of {serverItemCount ?? $rows.length} row(s) selected.
152
- </div>
153
- {/if}
152
+ {/if}
153
+ </div>
154
154
  {#if isPagingEnabled}
155
155
  <DataTablePagination tableModel={tableViewModel} {showRowsPerPage} />
156
156
  {/if}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kayord/ui",
3
3
  "private": false,
4
- "version": "0.9.3",
4
+ "version": "0.9.4",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",