@pagamio/frontend-commons-lib 0.8.364 → 0.8.365

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.
@@ -197,8 +197,8 @@ const ExportDropdown = ({ data, columns, containerClassName, buttonClassName, ex
197
197
  label: 'Cancel',
198
198
  onClick: () => setExportType(null),
199
199
  disabled: isExporting,
200
- variant: 'outline'
201
- }, children: [_jsx("div", { className: "text-sm text-muted-foreground pb-3", children: "Uncheck to exclude column from export" }), _jsxs("div", { className: "mb-4 p-3 bg-muted rounded-md", children: [_jsxs("div", { className: "flex items-center gap-x-2", children: [_jsx(Checkbox, { id: "export-all-data", checked: exportAllData, onChange: (event) => setExportAllData(event.currentTarget.checked), className: "checked:!bg-primary checked:!border-primary-50" }), _jsx("label", { htmlFor: 'export-all-data', className: 'text-sm font-medium', children: "Export all data" })] }), _jsx("p", { className: 'text-xs text-muted-foreground mt-1 ml-6', children: shouldQueueAsync
200
+ variant: 'outline',
201
+ }, children: [_jsx("div", { className: "text-sm text-muted-foreground pb-3", children: "Uncheck to exclude column from export" }), _jsxs("div", { className: "mb-4 p-3 bg-muted rounded-md", children: [_jsxs("div", { className: "flex items-center gap-x-2", children: [_jsx(Checkbox, { id: "export-all-data", checked: exportAllData, onChange: (event) => setExportAllData(event.currentTarget.checked), className: "checked:!bg-primary checked:!border-primary-50" }), _jsx("label", { htmlFor: "export-all-data", className: "text-sm font-medium", children: "Export all data" })] }), _jsx("p", { className: "text-xs text-muted-foreground mt-1 ml-6", children: shouldQueueAsync
202
202
  ? 'This dataset is large - it will be prepared in the background and and appear in export history.'
203
203
  : 'This will fetch all records for the table' })] }), _jsx(Stack, { children: columns.map((col) => {
204
204
  if (col.accessorKey !== 'action') {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagamio/frontend-commons-lib",
3
3
  "description": "Pagamio library for Frontend reusable components like the form engine and table container",
4
- "version": "0.8.364",
4
+ "version": "0.8.365",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": false