@ama-pt/agora-design-system 3.5.1 → 3.5.2

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 (25) hide show
  1. package/artifacts/dist/agora-line-CAGTnTRu.mjs +15 -0
  2. package/artifacts/dist/agora-line-CAGTnTRu.mjs.map +1 -0
  3. package/artifacts/dist/index.mjs +2707 -2696
  4. package/artifacts/dist/index.mjs.map +1 -1
  5. package/artifacts/dist/index.umd.js +2 -2
  6. package/artifacts/dist/index.umd.js.map +1 -1
  7. package/artifacts/dist/line-copy-BaJKTDcY.mjs +16 -0
  8. package/artifacts/dist/line-copy-BaJKTDcY.mjs.map +1 -0
  9. package/artifacts/dist/solid-copy-DQaYbvus.mjs +9 -0
  10. package/artifacts/dist/solid-copy-DQaYbvus.mjs.map +1 -0
  11. package/artifacts/dist/style.css +1 -1
  12. package/artifacts/dist/tailwind.css +24 -4
  13. package/artifacts/dist/types/components/avatar/avatar.d.ts +25 -0
  14. package/artifacts/dist/types/components/avatar/index.d.ts +1 -1
  15. package/artifacts/dist/types/components/icon/assets/line/line-copy.d.ts +4 -0
  16. package/artifacts/dist/types/components/icon/assets/solid/solid-copy.d.ts +4 -0
  17. package/artifacts/dist/types/components/panel-switcher/desktop/panel-switcher-desktop.d.ts +2 -1
  18. package/artifacts/dist/types/components/panel-switcher/helper.d.ts +36 -0
  19. package/artifacts/dist/types/components/panel-switcher/index.d.ts +1 -1
  20. package/artifacts/dist/types/components/panel-switcher/mobile/panel-switcher-mobile.d.ts +2 -1
  21. package/artifacts/dist/types/components/panel-switcher/panel-switcher-container.d.ts +5 -1
  22. package/artifacts/dist/types/components/panel-switcher/panel-switcher.d.ts +2 -23
  23. package/package.json +1 -1
  24. package/artifacts/dist/agora-line-NPWOQuk9.mjs +0 -15
  25. package/artifacts/dist/agora-line-NPWOQuk9.mjs.map +0 -1
@@ -0,0 +1,16 @@
1
+ import e from "react";
2
+ const n = (t) => {
3
+ const C = { ...t };
4
+ return delete C.alt, delete C.title, /* @__PURE__ */ e.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...C, role: "img" }, t.title && /* @__PURE__ */ e.createElement("title", null, t.title), /* @__PURE__ */ e.createElement(
5
+ "path",
6
+ {
7
+ fillRule: "evenodd",
8
+ clipRule: "evenodd",
9
+ d: "M20.7461 7.33398C22.5448 7.33398 24.0029 8.79213 24.0029 10.5908V20.7461C24.0029 22.5448 22.5448 24.0029 20.7461 24.0029H10.5908C8.79213 24.0029 7.33398 22.5448 7.33398 20.7461V10.5908C7.33398 8.79213 8.79213 7.33398 10.5908 7.33398H20.7461ZM10.5908 9.33398C9.8967 9.33398 9.33398 9.8967 9.33398 10.5908V20.7461C9.33398 21.4402 9.8967 22.0029 10.5908 22.0029H20.7461C21.4402 22.0029 22.0029 21.4402 22.0029 20.7461V10.5908C22.0029 9.8967 21.4402 9.33398 20.7461 9.33398H10.5908Z"
10
+ }
11
+ ), /* @__PURE__ */ e.createElement("path", { d: "M13.4121 0C14.2758 0 15.1051 0.343407 15.7158 0.954102C16.3264 1.56482 16.6689 2.39325 16.6689 3.25684V4.38477C16.6689 4.93705 16.2212 5.38477 15.6689 5.38477C15.1169 5.38448 14.6689 4.93687 14.6689 4.38477V3.25684C14.6689 2.92355 14.5365 2.60384 14.3008 2.36816C14.0651 2.13267 13.7453 2 13.4121 2H3.25684C2.92355 2.00003 2.60383 2.13249 2.36816 2.36816C2.13249 2.60383 2.00003 2.92355 2 3.25684V13.4121C2 13.7453 2.13267 14.0651 2.36816 14.3008C2.60384 14.5365 2.92355 14.6689 3.25684 14.6689H4.38477C4.93687 14.6689 5.38448 15.1169 5.38477 15.6689C5.38477 16.2212 4.93705 16.6689 4.38477 16.6689H3.25684C2.39325 16.6689 1.56482 16.3264 0.954102 15.7158C0.343407 15.1051 0 14.2758 0 13.4121V3.25684C3.32285e-05 2.39312 0.343358 1.56485 0.954102 0.954102C1.56485 0.343358 2.39312 3.32285e-05 3.25684 0H13.4121Z" }));
12
+ };
13
+ export {
14
+ n as default
15
+ };
16
+ //# sourceMappingURL=line-copy-BaJKTDcY.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"line-copy-BaJKTDcY.mjs","sources":["../../src/components/icon/assets/line/line-copy.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SVGIconProps } from '@/models/';\n\nexport default (props: SVGIconProps) => {\n const newProps = { ...props };\n delete newProps.alt;\n delete newProps.title;\n\n return (\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" {...newProps} role=\"img\">\n {props.title && <title>{props.title}</title>}\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.7461 7.33398C22.5448 7.33398 24.0029 8.79213 24.0029 10.5908V20.7461C24.0029 22.5448 22.5448 24.0029 20.7461 24.0029H10.5908C8.79213 24.0029 7.33398 22.5448 7.33398 20.7461V10.5908C7.33398 8.79213 8.79213 7.33398 10.5908 7.33398H20.7461ZM10.5908 9.33398C9.8967 9.33398 9.33398 9.8967 9.33398 10.5908V20.7461C9.33398 21.4402 9.8967 22.0029 10.5908 22.0029H20.7461C21.4402 22.0029 22.0029 21.4402 22.0029 20.7461V10.5908C22.0029 9.8967 21.4402 9.33398 20.7461 9.33398H10.5908Z\"\n />\n <path d=\"M13.4121 0C14.2758 0 15.1051 0.343407 15.7158 0.954102C16.3264 1.56482 16.6689 2.39325 16.6689 3.25684V4.38477C16.6689 4.93705 16.2212 5.38477 15.6689 5.38477C15.1169 5.38448 14.6689 4.93687 14.6689 4.38477V3.25684C14.6689 2.92355 14.5365 2.60384 14.3008 2.36816C14.0651 2.13267 13.7453 2 13.4121 2H3.25684C2.92355 2.00003 2.60383 2.13249 2.36816 2.36816C2.13249 2.60383 2.00003 2.92355 2 3.25684V13.4121C2 13.7453 2.13267 14.0651 2.36816 14.3008C2.60384 14.5365 2.92355 14.6689 3.25684 14.6689H4.38477C4.93687 14.6689 5.38448 15.1169 5.38477 15.6689C5.38477 16.2212 4.93705 16.6689 4.38477 16.6689H3.25684C2.39325 16.6689 1.56482 16.3264 0.954102 15.7158C0.343407 15.1051 0 14.2758 0 13.4121V3.25684C3.32285e-05 2.39312 0.343358 1.56485 0.954102 0.954102C1.56485 0.343358 2.39312 3.32285e-05 3.25684 0H13.4121Z\" />\n </svg>\n );\n};\n"],"names":["lineCopy","props","newProps","React"],"mappings":";AAIA,MAAAA,IAAe,CAACC,MAAwB;AACtC,QAAMC,IAAW,EAAE,GAAGD,EAAA;AACtB,gBAAOC,EAAS,KAChB,OAAOA,EAAS,OAGd,gBAAAC,EAAA,cAAC,SAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,OAAM,8BAA8B,GAAGD,GAAU,MAAK,SACnGD,EAAM,yCAAU,SAAA,MAAOA,EAAM,KAAM,GACpC,gBAAAE,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA,IAAA;AAAA,EAAA,GAEJ,gBAAAA,EAAA,cAAC,QAAA,EAAK,GAAE,+yBAA8yB,CACxzB;AAEJ;"}
@@ -0,0 +1,9 @@
1
+ import e from "react";
2
+ const a = (t) => {
3
+ const C = { ...t };
4
+ return delete C.alt, delete C.title, /* @__PURE__ */ e.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...C, role: "img" }, t.title && /* @__PURE__ */ e.createElement("title", null, t.title), /* @__PURE__ */ e.createElement("path", { d: "M20.7461 7.33398C22.5448 7.33398 24.0029 8.79213 24.0029 10.5908V20.7461C24.0029 22.5448 22.5448 24.0029 20.7461 24.0029H10.5908C8.79213 24.0029 7.33398 22.5448 7.33398 20.7461V10.5908C7.33398 8.79213 8.79213 7.33398 10.5908 7.33398H20.7461Z" }), /* @__PURE__ */ e.createElement("path", { d: "M13.4121 0C14.2758 0 15.1051 0.343407 15.7158 0.954102C16.3264 1.56482 16.6689 2.39325 16.6689 3.25684V4.38477C16.6689 4.93705 16.2212 5.38477 15.6689 5.38477C15.1169 5.38448 14.6689 4.93687 14.6689 4.38477V3.25684C14.6689 2.92355 14.5365 2.60384 14.3008 2.36816C14.0651 2.13267 13.7453 2 13.4121 2H3.25684C2.92355 2.00003 2.60383 2.13249 2.36816 2.36816C2.13249 2.60383 2.00003 2.92355 2 3.25684V13.4121C2 13.7453 2.13267 14.0651 2.36816 14.3008C2.60384 14.5365 2.92355 14.6689 3.25684 14.6689H4.38477C4.93687 14.6689 5.38448 15.1169 5.38477 15.6689C5.38477 16.2212 4.93705 16.6689 4.38477 16.6689H3.25684C2.39325 16.6689 1.56482 16.3264 0.954102 15.7158C0.343407 15.1051 0 14.2758 0 13.4121V3.25684C3.32285e-05 2.39312 0.343358 1.56485 0.954102 0.954102C1.56485 0.343358 2.39312 3.32285e-05 3.25684 0H13.4121Z" }));
5
+ };
6
+ export {
7
+ a as default
8
+ };
9
+ //# sourceMappingURL=solid-copy-DQaYbvus.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solid-copy-DQaYbvus.mjs","sources":["../../src/components/icon/assets/solid/solid-copy.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SVGIconProps } from '@/models/';\n\nexport default (props: SVGIconProps) => {\n const newProps = { ...props };\n delete newProps.alt;\n delete newProps.title;\n\n return (\n <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" {...newProps} role=\"img\">\n {props.title && <title>{props.title}</title>}\n <path d=\"M20.7461 7.33398C22.5448 7.33398 24.0029 8.79213 24.0029 10.5908V20.7461C24.0029 22.5448 22.5448 24.0029 20.7461 24.0029H10.5908C8.79213 24.0029 7.33398 22.5448 7.33398 20.7461V10.5908C7.33398 8.79213 8.79213 7.33398 10.5908 7.33398H20.7461Z\" />\n <path d=\"M13.4121 0C14.2758 0 15.1051 0.343407 15.7158 0.954102C16.3264 1.56482 16.6689 2.39325 16.6689 3.25684V4.38477C16.6689 4.93705 16.2212 5.38477 15.6689 5.38477C15.1169 5.38448 14.6689 4.93687 14.6689 4.38477V3.25684C14.6689 2.92355 14.5365 2.60384 14.3008 2.36816C14.0651 2.13267 13.7453 2 13.4121 2H3.25684C2.92355 2.00003 2.60383 2.13249 2.36816 2.36816C2.13249 2.60383 2.00003 2.92355 2 3.25684V13.4121C2 13.7453 2.13267 14.0651 2.36816 14.3008C2.60384 14.5365 2.92355 14.6689 3.25684 14.6689H4.38477C4.93687 14.6689 5.38448 15.1169 5.38477 15.6689C5.38477 16.2212 4.93705 16.6689 4.38477 16.6689H3.25684C2.39325 16.6689 1.56482 16.3264 0.954102 15.7158C0.343407 15.1051 0 14.2758 0 13.4121V3.25684C3.32285e-05 2.39312 0.343358 1.56485 0.954102 0.954102C1.56485 0.343358 2.39312 3.32285e-05 3.25684 0H13.4121Z\" />\n </svg>\n );\n};\n"],"names":["solidCopy","props","newProps","React"],"mappings":";AAIA,MAAAA,IAAe,CAACC,MAAwB;AACtC,QAAMC,IAAW,EAAE,GAAGD,EAAA;AACtB,gBAAOC,EAAS,KAChB,OAAOA,EAAS,OAGd,gBAAAC,EAAA,cAAC,OAAA,EAAI,OAAM,MAAK,QAAO,MAAK,SAAQ,aAAY,OAAM,8BAA8B,GAAGD,GAAU,MAAK,MAAA,GACnGD,EAAM,SAAS,gBAAAE,EAAA,cAAC,SAAA,MAAOF,EAAM,KAAM,GACpC,gBAAAE,EAAA,cAAC,QAAA,EAAK,GAAE,oPAAA,CAAoP,GAC5P,gBAAAA,EAAA,cAAC,QAAA,EAAK,GAAE,+yBAA8yB,CACxzB;AAEJ;"}