@pagamio/frontend-commons-lib 0.8.210 → 0.8.211

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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { MdOutlineFolder } from 'react-icons/md';
3
3
  const EmptyState = ({ title }) => {
4
- return (_jsxs("div", { className: "flex flex-col items-center justify-center rounded-lg border border-gray-300 bg-gray-50 p-8 text-center", children: [_jsx("div", { className: "mb-4 flex h-32 w-32 items-center justify-center", children: _jsx(MdOutlineFolder, { className: "h-full w-full text-gray-400" }) }), _jsxs("h2", { className: "mb-2 text-lg font-semibold text-gray-800", children: ["No ", title, " Data Found"] }), _jsxs("p", { className: "text-gray-600", children: ["We couldn't find any ", title.toLowerCase(), " data at this moment. Please try again later or adjust your filters."] })] }));
4
+ return (_jsxs("div", { className: "flex flex-col items-center justify-center rounded-lg border border-gray-300 bg-gray-50 p-8 text-center", children: [_jsx("div", { className: "mb-4 flex h-32 w-32 items-center justify-center", children: _jsx(MdOutlineFolder, { className: "h-full w-full text-gray-400" }) }), _jsx("h2", { className: "mb-2 text-lg font-semibold text-gray-800", children: title }), _jsx("p", { className: "text-gray-600", children: "We couldn't find any data at this moment. Please try again later or adjust your filters." })] }));
5
5
  };
6
6
  export default EmptyState;
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.210",
4
+ "version": "0.8.211",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": false