@yuno-payments/dashboard-design-system 2.7.13 → 2.8.0

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.
Files changed (36) hide show
  1. package/dist/components/atoms/icon/icon-list.d.ts +2 -0
  2. package/dist/components/atoms/icon/icon-list.js +19 -15
  3. package/dist/components/molecules/data-table-cells/data-table-amount-cell.d.ts +30 -0
  4. package/dist/components/molecules/data-table-cells/data-table-amount-cell.js +27 -0
  5. package/dist/components/molecules/data-table-cells/data-table-copy-cell.d.ts +41 -0
  6. package/dist/components/molecules/data-table-cells/data-table-copy-cell.js +83 -0
  7. package/dist/components/molecules/data-table-cells/data-table-country-cell.d.ts +31 -0
  8. package/dist/components/molecules/data-table-cells/data-table-country-cell.js +37 -0
  9. package/dist/components/molecules/data-table-cells/data-table-date-cell.d.ts +29 -0
  10. package/dist/components/molecules/data-table-cells/data-table-date-cell.js +32 -0
  11. package/dist/components/molecules/data-table-cells/data-table-icon-text-cell.d.ts +21 -0
  12. package/dist/components/molecules/data-table-cells/data-table-icon-text-cell.js +75 -0
  13. package/dist/components/molecules/data-table-cells/data-table-percentage-cell.d.ts +28 -0
  14. package/dist/components/molecules/data-table-cells/data-table-percentage-cell.js +27 -0
  15. package/dist/components/molecules/data-table-cells/data-table-status-cell.d.ts +44 -0
  16. package/dist/components/molecules/data-table-cells/data-table-status-cell.js +24 -0
  17. package/dist/components/molecules/data-table-cells/data-table-tags-cell.d.ts +16 -0
  18. package/dist/components/molecules/data-table-cells/data-table-tags-cell.js +39 -0
  19. package/dist/components/molecules/data-table-cells/data-table-text-cell.d.ts +53 -0
  20. package/dist/components/molecules/data-table-cells/data-table-text-cell.js +18 -0
  21. package/dist/components/molecules/data-table-cells/index.d.ts +9 -0
  22. package/dist/components/molecules/index.d.ts +1 -0
  23. package/dist/dashboard-design-system.css +1 -1
  24. package/dist/hooks/index.d.ts +1 -0
  25. package/dist/hooks/use-copy-to-clipboard.d.ts +42 -0
  26. package/dist/hooks/use-copy-to-clipboard.js +26 -0
  27. package/dist/index.css +1 -1
  28. package/dist/index.esm.min.js +8056 -7668
  29. package/dist/index.js +210 -190
  30. package/dist/index.umd.min.js +32 -32
  31. package/dist/node_modules/@phosphor-icons/react/dist/csr/CalendarPlus.es.js +8 -0
  32. package/dist/node_modules/@phosphor-icons/react/dist/csr/FilePlus.es.js +8 -0
  33. package/dist/node_modules/@phosphor-icons/react/dist/defs/CalendarPlus.es.js +36 -0
  34. package/dist/node_modules/@phosphor-icons/react/dist/defs/FilePlus.es.js +30 -0
  35. package/package.json +1 -1
  36. package/registry/components-registry.json +593 -2
@@ -0,0 +1,8 @@
1
+ import * as r from "react";
2
+ import o from "../lib/IconBase.es.js";
3
+ import m from "../defs/CalendarPlus.es.js";
4
+ const t = r.forwardRef((e, a) => /* @__PURE__ */ r.createElement(o, { ref: a, ...e, weights: m }));
5
+ t.displayName = "CalendarPlusIcon";
6
+ export {
7
+ t as CalendarPlusIcon
8
+ };
@@ -0,0 +1,8 @@
1
+ import * as e from "react";
2
+ import m from "../lib/IconBase.es.js";
3
+ import t from "../defs/FilePlus.es.js";
4
+ const a = e.forwardRef((o, r) => /* @__PURE__ */ e.createElement(m, { ref: r, ...o, weights: t }));
5
+ a.displayName = "FilePlusIcon";
6
+ export {
7
+ a as FilePlusIcon
8
+ };
@@ -0,0 +1,36 @@
1
+ import * as a from "react";
2
+ const V = /* @__PURE__ */ new Map([
3
+ [
4
+ "bold",
5
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M208,28H188V24a12,12,0,0,0-24,0v4H92V24a12,12,0,0,0-24,0v4H48A20,20,0,0,0,28,48V208a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V48A20,20,0,0,0,208,28ZM68,52a12,12,0,0,0,24,0h72a12,12,0,0,0,24,0h16V76H52V52ZM52,204V100H204V204Zm112-52a12,12,0,0,1-12,12H140v12a12,12,0,0,1-24,0V164H104a12,12,0,0,1,0-24h12V128a12,12,0,0,1,24,0v12h12A12,12,0,0,1,164,152Z" }))
6
+ ],
7
+ [
8
+ "duotone",
9
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement(
10
+ "path",
11
+ {
12
+ d: "M216,48V88H40V48a8,8,0,0,1,8-8H208A8,8,0,0,1,216,48Z",
13
+ opacity: "0.2"
14
+ }
15
+ ), /* @__PURE__ */ a.createElement("path", { d: "M208,32H184V24a8,8,0,0,0-16,0v8H88V24a8,8,0,0,0-16,0v8H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM72,48v8a8,8,0,0,0,16,0V48h80v8a8,8,0,0,0,16,0V48h24V80H48V48ZM208,208H48V96H208V208Zm-48-56a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z" }))
16
+ ],
17
+ [
18
+ "fill",
19
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M208,32H184V24a8,8,0,0,0-16,0v8H88V24a8,8,0,0,0-16,0v8H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM152,160H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16a8,8,0,0,1,0,16ZM48,80V48H72v8a8,8,0,0,0,16,0V48h80v8a8,8,0,0,0,16,0V48h24V80Z" }))
20
+ ],
21
+ [
22
+ "light",
23
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M208,34H182V24a6,6,0,0,0-12,0V34H86V24a6,6,0,0,0-12,0V34H48A14,14,0,0,0,34,48V208a14,14,0,0,0,14,14H208a14,14,0,0,0,14-14V48A14,14,0,0,0,208,34ZM48,46H74V56a6,6,0,0,0,12,0V46h84V56a6,6,0,0,0,12,0V46h26a2,2,0,0,1,2,2V82H46V48A2,2,0,0,1,48,46ZM208,210H48a2,2,0,0,1-2-2V94H210V208A2,2,0,0,1,208,210Zm-50-58a6,6,0,0,1-6,6H134v18a6,6,0,0,1-12,0V158H104a6,6,0,0,1,0-12h18V128a6,6,0,0,1,12,0v18h18A6,6,0,0,1,158,152Z" }))
24
+ ],
25
+ [
26
+ "regular",
27
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M208,32H184V24a8,8,0,0,0-16,0v8H88V24a8,8,0,0,0-16,0v8H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM72,48v8a8,8,0,0,0,16,0V48h80v8a8,8,0,0,0,16,0V48h24V80H48V48ZM208,208H48V96H208V208Zm-48-56a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z" }))
28
+ ],
29
+ [
30
+ "thin",
31
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M208,36H180V24a4,4,0,0,0-8,0V36H84V24a4,4,0,0,0-8,0V36H48A12,12,0,0,0,36,48V208a12,12,0,0,0,12,12H208a12,12,0,0,0,12-12V48A12,12,0,0,0,208,36ZM48,44H76V56a4,4,0,0,0,8,0V44h88V56a4,4,0,0,0,8,0V44h28a4,4,0,0,1,4,4V84H44V48A4,4,0,0,1,48,44ZM208,212H48a4,4,0,0,1-4-4V92H212V208A4,4,0,0,1,208,212Zm-52-60a4,4,0,0,1-4,4H132v20a4,4,0,0,1-8,0V156H104a4,4,0,0,1,0-8h20V128a4,4,0,0,1,8,0v20h20A4,4,0,0,1,156,152Z" }))
32
+ ]
33
+ ]);
34
+ export {
35
+ V as default
36
+ };
@@ -0,0 +1,30 @@
1
+ import * as a from "react";
2
+ const e = /* @__PURE__ */ new Map([
3
+ [
4
+ "bold",
5
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Zm104-60a12,12,0,0,1-12,12H140v12a12,12,0,0,1-24,0V164H104a12,12,0,0,1,0-24h12V128a12,12,0,0,1,24,0v12h12A12,12,0,0,1,164,152Z" }))
6
+ ],
7
+ [
8
+ "duotone",
9
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M208,88H152V32Z", opacity: "0.2" }), /* @__PURE__ */ a.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-40-64a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z" }))
10
+ ],
11
+ [
12
+ "fill",
13
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,160H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16a8,8,0,0,1,0,16Zm0-72V43.31L196.69,88Z" }))
14
+ ],
15
+ [
16
+ "light",
17
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Zm-42-66a6,6,0,0,1-6,6H134v18a6,6,0,0,1-12,0V158H104a6,6,0,0,1,0-12h18V128a6,6,0,0,1,12,0v18h18A6,6,0,0,1,158,152Z" }))
18
+ ],
19
+ [
20
+ "regular",
21
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-40-64a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z" }))
22
+ ],
23
+ [
24
+ "thin",
25
+ /* @__PURE__ */ a.createElement(a.Fragment, null, /* @__PURE__ */ a.createElement("path", { d: "M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Zm-44-68a4,4,0,0,1-4,4H132v20a4,4,0,0,1-8,0V156H104a4,4,0,0,1,0-8h20V128a4,4,0,0,1,8,0v20h20A4,4,0,0,1,156,152Z" }))
26
+ ]
27
+ ]);
28
+ export {
29
+ e as default
30
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-design-system",
3
- "version": "2.7.13",
3
+ "version": "2.8.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",