@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260627090429 → 0.8.1-dev.20260627092052

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.js CHANGED
@@ -6034,9 +6034,28 @@ var DocumentNode = (props) => {
6034
6034
  }
6035
6035
  }
6036
6036
  if (documents.length === 0) {
6037
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "py-4 px-2 bg-neutral-soft gap-4 border rounded", children: [
6038
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: "text-sm font-medium", children: "\u{1F4C4} No documents found" }),
6039
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: "text-xs", children: "Kindly Check Later" })
6037
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "py-4 px-2 bg-neutral-weak border rounded text-center flex flex-col gap-2", children: [
6038
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "mx-auto w-10 h-10 rounded-full flex items-center justify-center bg-neutral-soft", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6039
+ "svg",
6040
+ {
6041
+ className: "w-5 h-5",
6042
+ fill: "none",
6043
+ stroke: "currentColor",
6044
+ viewBox: "0 0 24 24",
6045
+ xmlns: "http://www.w3.org/2000/svg",
6046
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6047
+ "path",
6048
+ {
6049
+ strokeLinecap: "round",
6050
+ strokeLinejoin: "round",
6051
+ strokeWidth: "1.5",
6052
+ d: "M20 13V6a2 2 0 00-2-2H6a2 2 0 00-2 2v7m16 0v5a2 2 0 01-2 2H6a2 2 0 01-2-2v-5m16 0h-2.586a1 1 0 00-.707.293l-2.414 2.414a1 1 0 01-.707.293h-3.172a1 1 0 01-.707-.293l-2.414-2.414A1 1 0 006.586 13H4"
6053
+ }
6054
+ )
6055
+ }
6056
+ ) }),
6057
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "text-sm font-medium", children: "No documents found" }),
6058
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "text-xs", children: "No records found. Data may be empty or not available at the moment." })
6040
6059
  ] }) });
6041
6060
  }
6042
6061
  return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "", children: documents.map((doc, index) => {
package/dist/index.mjs CHANGED
@@ -4428,9 +4428,28 @@ var DocumentNode = (props) => {
4428
4428
  }
4429
4429
  }
4430
4430
  if (documents.length === 0) {
4431
- return /* @__PURE__ */ jsx59(Fragment9, { children: /* @__PURE__ */ jsxs32("div", { className: "py-4 px-2 bg-neutral-soft gap-4 border rounded", children: [
4432
- /* @__PURE__ */ jsx59("p", { className: "text-sm font-medium", children: "\u{1F4C4} No documents found" }),
4433
- /* @__PURE__ */ jsx59("p", { className: "text-xs", children: "Kindly Check Later" })
4431
+ return /* @__PURE__ */ jsx59(Fragment9, { children: /* @__PURE__ */ jsxs32("div", { className: "py-4 px-2 bg-neutral-weak border rounded text-center flex flex-col gap-2", children: [
4432
+ /* @__PURE__ */ jsx59("div", { className: "mx-auto w-10 h-10 rounded-full flex items-center justify-center bg-neutral-soft", children: /* @__PURE__ */ jsx59(
4433
+ "svg",
4434
+ {
4435
+ className: "w-5 h-5",
4436
+ fill: "none",
4437
+ stroke: "currentColor",
4438
+ viewBox: "0 0 24 24",
4439
+ xmlns: "http://www.w3.org/2000/svg",
4440
+ children: /* @__PURE__ */ jsx59(
4441
+ "path",
4442
+ {
4443
+ strokeLinecap: "round",
4444
+ strokeLinejoin: "round",
4445
+ strokeWidth: "1.5",
4446
+ d: "M20 13V6a2 2 0 00-2-2H6a2 2 0 00-2 2v7m16 0v5a2 2 0 01-2 2H6a2 2 0 01-2-2v-5m16 0h-2.586a1 1 0 00-.707.293l-2.414 2.414a1 1 0 01-.707.293h-3.172a1 1 0 01-.707-.293l-2.414-2.414A1 1 0 006.586 13H4"
4447
+ }
4448
+ )
4449
+ }
4450
+ ) }),
4451
+ /* @__PURE__ */ jsx59("div", { className: "text-sm font-medium", children: "No documents found" }),
4452
+ /* @__PURE__ */ jsx59("div", { className: "text-xs", children: "No records found. Data may be empty or not available at the moment." })
4434
4453
  ] }) });
4435
4454
  }
4436
4455
  return /* @__PURE__ */ jsx59("div", { className: "", children: documents.map((doc, index) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acoustte-digital-services/digitalstore-controls-dev",
3
- "version": "0.8.1-dev.20260627090429",
3
+ "version": "0.8.1-dev.20260627092052",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",