@ballistix.digital/react-components 0.4.99 → 0.4.101
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 +5 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3416,7 +3416,7 @@ var base$g = {
|
|
|
3416
3416
|
button: 'inline-flex justify-center w-full rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-sm font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-primary-500',
|
|
3417
3417
|
compact: 'bg-gray-100 rounded-full flex items-center text-gray-400 hover:text-gray-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-primary-500',
|
|
3418
3418
|
dots: 'h-7 w-7 p-1',
|
|
3419
|
-
items: 'z-
|
|
3419
|
+
items: 'z-10 absolute mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5 divide-y divide-gray-100 focus:outline-none',
|
|
3420
3420
|
};
|
|
3421
3421
|
var button = {};
|
|
3422
3422
|
var compact = {};
|
|
@@ -4293,7 +4293,8 @@ var TableList2 = function (props) {
|
|
|
4293
4293
|
}
|
|
4294
4294
|
}, [onChange, state]);
|
|
4295
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-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: {
|
|
4296
|
-
minWidth: header.column.columnDef.size
|
|
4296
|
+
minWidth: !!header.column.columnDef.size &&
|
|
4297
|
+
header.column.columnDef.size !== 150
|
|
4297
4298
|
? "".concat(header.column.columnDef.size, "px")
|
|
4298
4299
|
: 'auto',
|
|
4299
4300
|
} }, { children: [header.isPlaceholder
|
|
@@ -4770,7 +4771,7 @@ var ModalOverlay = function (props) {
|
|
|
4770
4771
|
};
|
|
4771
4772
|
|
|
4772
4773
|
var base$4 = {
|
|
4773
|
-
container: 'relative z-
|
|
4774
|
+
container: 'relative z-20',
|
|
4774
4775
|
background: {
|
|
4775
4776
|
container: 'fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity',
|
|
4776
4777
|
transition: {
|
|
@@ -4870,7 +4871,7 @@ var NotificationOverlay = {
|
|
|
4870
4871
|
|
|
4871
4872
|
var base$3 = {
|
|
4872
4873
|
container: {
|
|
4873
|
-
outer: 'pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-start sm:p-6 z-
|
|
4874
|
+
outer: 'pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-start sm:p-6 z-30',
|
|
4874
4875
|
inner: 'flex w-full flex-col items-center space-y-4 sm:items-end',
|
|
4875
4876
|
},
|
|
4876
4877
|
item: {
|