@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.
- package/artifacts/dist/agora-line-CAGTnTRu.mjs +15 -0
- package/artifacts/dist/agora-line-CAGTnTRu.mjs.map +1 -0
- package/artifacts/dist/index.mjs +2707 -2696
- package/artifacts/dist/index.mjs.map +1 -1
- package/artifacts/dist/index.umd.js +2 -2
- package/artifacts/dist/index.umd.js.map +1 -1
- package/artifacts/dist/line-copy-BaJKTDcY.mjs +16 -0
- package/artifacts/dist/line-copy-BaJKTDcY.mjs.map +1 -0
- package/artifacts/dist/solid-copy-DQaYbvus.mjs +9 -0
- package/artifacts/dist/solid-copy-DQaYbvus.mjs.map +1 -0
- package/artifacts/dist/style.css +1 -1
- package/artifacts/dist/tailwind.css +24 -4
- package/artifacts/dist/types/components/avatar/avatar.d.ts +25 -0
- package/artifacts/dist/types/components/avatar/index.d.ts +1 -1
- package/artifacts/dist/types/components/icon/assets/line/line-copy.d.ts +4 -0
- package/artifacts/dist/types/components/icon/assets/solid/solid-copy.d.ts +4 -0
- package/artifacts/dist/types/components/panel-switcher/desktop/panel-switcher-desktop.d.ts +2 -1
- package/artifacts/dist/types/components/panel-switcher/helper.d.ts +36 -0
- package/artifacts/dist/types/components/panel-switcher/index.d.ts +1 -1
- package/artifacts/dist/types/components/panel-switcher/mobile/panel-switcher-mobile.d.ts +2 -1
- package/artifacts/dist/types/components/panel-switcher/panel-switcher-container.d.ts +5 -1
- package/artifacts/dist/types/components/panel-switcher/panel-switcher.d.ts +2 -23
- package/package.json +1 -1
- package/artifacts/dist/agora-line-NPWOQuk9.mjs +0 -15
- package/artifacts/dist/agora-line-NPWOQuk9.mjs.map +0 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import l from "react";
|
|
2
|
+
const i = (e) => {
|
|
3
|
+
const t = { ...e };
|
|
4
|
+
return delete t.alt, delete t.title, /* @__PURE__ */ l.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...t, role: "img" }, e.title && /* @__PURE__ */ l.createElement("title", null, e.title), /* @__PURE__ */ l.createElement(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
fill: "none",
|
|
8
|
+
d: "M13.264 2.5 8.697 14.016l-.271.684h7.328l-.247-.673-2.04-5.544 1.417-3.623 6.389 16.64H18.43l-1.519-3.882-.124-.318h-9.4l-.127.31-1.596 3.89H2.74l1.412-3.514 1.45-3.6v-.001L10.34 2.5z"
|
|
9
|
+
}
|
|
10
|
+
));
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
i as default
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=agora-line-CAGTnTRu.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agora-line-CAGTnTRu.mjs","sources":["../../src/components/icon/assets/other/agora-line.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 fill=\"none\"\n d=\"M13.264 2.5 8.697 14.016l-.271.684h7.328l-.247-.673-2.04-5.544 1.417-3.623 6.389 16.64H18.43l-1.519-3.882-.124-.318h-9.4l-.127.31-1.596 3.89H2.74l1.412-3.514 1.45-3.6v-.001L10.34 2.5z\"\n />\n </svg>\n );\n};\n"],"names":["agoraLine","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,MAAK;AAAA,MACL,GAAE;AAAA,IAAA;AAAA,EAAA,CAEN;AAEJ;"}
|