@ballistix.digital/react-components 0.4.102 → 0.4.103
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.
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4281,7 +4281,7 @@ var TableList2 = function (props) {
|
|
|
4281
4281
|
onChange && onChange(state);
|
|
4282
4282
|
}
|
|
4283
4283
|
}, [onChange, state]);
|
|
4284
|
-
return (jsxs("div", __assign({ className: styles$a.container }, { children: [jsx("div", __assign({ className: styles$a.head }, { children: head && head(state) })), jsx("div", __assign({ className: "" }, { children: jsx("div", __assign({ className: "flow-root" }, { children: jsx("div", __assign({ className: "overflow-x-scroll" }, { children: jsxs("div", __assign({ className: "inline-block min-w-full align-middle" }, { children: [jsxs("table", __assign({ className: "min-w-full border-separate border-spacing-0 " }, { children: [jsx("thead", __assign({ className: "" }, { children: table === null || table === void 0 ? void 0 : table.getHeaderGroups().map(function (headerGroup) { return (jsx("tr", { children: headerGroup.headers.map(function (header) { return (jsxs("th", __assign({ colSpan: header.colSpan, className: toClassName(styles$a.body.table.head.cell, 'border-b', header.column.getCanSort() && 'cursor-pointer'), onClick: header.column.getToggleSortingHandler(), style: {
|
|
4284
|
+
return (jsxs("div", __assign({ className: styles$a.container }, { children: [jsx("div", __assign({ className: styles$a.head }, { children: head && head(state) })), jsx("div", __assign({ className: "" }, { children: jsx("div", __assign({ className: "flow-root" }, { children: jsx("div", __assign({ className: "overflow-x-scroll overflow-y-visible" }, { children: jsxs("div", __assign({ className: "inline-block min-w-full align-middle" }, { children: [jsxs("table", __assign({ className: "min-w-full border-separate border-spacing-0 " }, { children: [jsx("thead", __assign({ className: "" }, { children: table === null || table === void 0 ? void 0 : table.getHeaderGroups().map(function (headerGroup) { return (jsx("tr", { children: headerGroup.headers.map(function (header) { return (jsxs("th", __assign({ colSpan: header.colSpan, className: toClassName(styles$a.body.table.head.cell, 'border-b', header.column.getCanSort() && 'cursor-pointer'), onClick: header.column.getToggleSortingHandler(), style: {
|
|
4285
4285
|
minWidth: !!header.column.columnDef.size &&
|
|
4286
4286
|
header.column.columnDef.size !== 150
|
|
4287
4287
|
? "".concat(header.column.columnDef.size, "px")
|
|
@@ -4312,7 +4312,7 @@ var styles$a = {
|
|
|
4312
4312
|
container: 'flex flex-col',
|
|
4313
4313
|
wrapper: '-my-2',
|
|
4314
4314
|
content: '',
|
|
4315
|
-
styleWrapper: 'overflow-x-scroll w-screen md:w-auto md:overflow-auto pr-12 md:pr-0',
|
|
4315
|
+
styleWrapper: 'overflow-x-scroll overflow-y-visible w-screen md:w-auto md:overflow-auto pr-12 md:pr-0',
|
|
4316
4316
|
table: {
|
|
4317
4317
|
container: 'min-w-full divide-y divide-gray-300 ',
|
|
4318
4318
|
head: {
|
package/dist/index.js
CHANGED
|
@@ -4292,7 +4292,7 @@ var TableList2 = function (props) {
|
|
|
4292
4292
|
onChange && onChange(state);
|
|
4293
4293
|
}
|
|
4294
4294
|
}, [onChange, state]);
|
|
4295
|
-
return (jsxRuntime.jsxs("div", __assign({ className: styles$a.container }, { children: [jsxRuntime.jsx("div", __assign({ className: styles$a.head }, { children: head && head(state) })), jsxRuntime.jsx("div", __assign({ className: "" }, { children: jsxRuntime.jsx("div", __assign({ className: "flow-root" }, { children: jsxRuntime.jsx("div", __assign({ className: "overflow-x-scroll" }, { children: jsxRuntime.jsxs("div", __assign({ className: "inline-block min-w-full align-middle" }, { children: [jsxRuntime.jsxs("table", __assign({ className: "min-w-full border-separate border-spacing-0 " }, { children: [jsxRuntime.jsx("thead", __assign({ className: "" }, { children: table === null || table === void 0 ? void 0 : table.getHeaderGroups().map(function (headerGroup) { return (jsxRuntime.jsx("tr", { children: headerGroup.headers.map(function (header) { return (jsxRuntime.jsxs("th", __assign({ colSpan: header.colSpan, className: toClassName(styles$a.body.table.head.cell, 'border-b', header.column.getCanSort() && 'cursor-pointer'), onClick: header.column.getToggleSortingHandler(), style: {
|
|
4295
|
+
return (jsxRuntime.jsxs("div", __assign({ className: styles$a.container }, { children: [jsxRuntime.jsx("div", __assign({ className: styles$a.head }, { children: head && head(state) })), jsxRuntime.jsx("div", __assign({ className: "" }, { children: jsxRuntime.jsx("div", __assign({ className: "flow-root" }, { children: jsxRuntime.jsx("div", __assign({ className: "overflow-x-scroll overflow-y-visible" }, { children: jsxRuntime.jsxs("div", __assign({ className: "inline-block min-w-full align-middle" }, { children: [jsxRuntime.jsxs("table", __assign({ className: "min-w-full border-separate border-spacing-0 " }, { children: [jsxRuntime.jsx("thead", __assign({ className: "" }, { children: table === null || table === void 0 ? void 0 : table.getHeaderGroups().map(function (headerGroup) { return (jsxRuntime.jsx("tr", { children: headerGroup.headers.map(function (header) { return (jsxRuntime.jsxs("th", __assign({ colSpan: header.colSpan, className: toClassName(styles$a.body.table.head.cell, 'border-b', header.column.getCanSort() && 'cursor-pointer'), onClick: header.column.getToggleSortingHandler(), style: {
|
|
4296
4296
|
minWidth: !!header.column.columnDef.size &&
|
|
4297
4297
|
header.column.columnDef.size !== 150
|
|
4298
4298
|
? "".concat(header.column.columnDef.size, "px")
|
|
@@ -4323,7 +4323,7 @@ var styles$a = {
|
|
|
4323
4323
|
container: 'flex flex-col',
|
|
4324
4324
|
wrapper: '-my-2',
|
|
4325
4325
|
content: '',
|
|
4326
|
-
styleWrapper: 'overflow-x-scroll w-screen md:w-auto md:overflow-auto pr-12 md:pr-0',
|
|
4326
|
+
styleWrapper: 'overflow-x-scroll overflow-y-visible w-screen md:w-auto md:overflow-auto pr-12 md:pr-0',
|
|
4327
4327
|
table: {
|
|
4328
4328
|
container: 'min-w-full divide-y divide-gray-300 ',
|
|
4329
4329
|
head: {
|