@vanstack/solid-ark 0.0.28 → 0.0.30

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.
@@ -2,7 +2,7 @@ import "../solid-ark.css";
2
2
  import { t as e } from "../button-Br_upy12.js";
3
3
  import { t } from "../badge-Dt0uZnmA.js";
4
4
  import { t as n } from "../form-CsuVvlcC.js";
5
- import { t as r } from "../table-B4cRw5Gz.js";
5
+ import { t as r } from "../table-ByBUErrC.js";
6
6
  import { className as i, createComponent as a, effect as o, insert as s, memo as c, setAttribute as l, setStyleProperty as u, template as d, use as f } from "solid-js/web";
7
7
  import { For as p, Show as m, createEffect as ee, createMemo as h, createSignal as g, mergeProps as _, on as te, onCleanup as v, onMount as y } from "solid-js";
8
8
  import { formatDate as b, formatDateTime as ne, formatShortDateTime as re } from "@vanstack/shared";
@@ -1,3 +1,3 @@
1
1
  import "../solid-ark.css";
2
- import { t as e } from "../table-B4cRw5Gz.js";
2
+ import { t as e } from "../table-ByBUErrC.js";
3
3
  export { e as Table };
@@ -121,10 +121,7 @@ function P(r) {
121
121
  getSortedRowModel: v(),
122
122
  enableRowSelection: l.selectable,
123
123
  getRowId: (e) => l.rowId(e),
124
- defaultColumn: {
125
- enableSorting: !1,
126
- size: void 0
127
- }
124
+ defaultColumn: { enableSorting: !1 }
128
125
  }), L = (e) => e === "__select__";
129
126
  function R(r) {
130
127
  return (() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanstack/solid-ark",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",