@ama-pt/agora-design-system 3.3.5 → 3.3.7
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-NPWOQuk9.mjs +15 -0
- package/artifacts/dist/agora-line-NPWOQuk9.mjs.map +1 -0
- package/artifacts/dist/index.mjs +5355 -5254
- 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/style.css +1 -1
- package/artifacts/dist/tailwind.css +37 -0
- package/artifacts/dist/types/components/cards/card-general/card-general.d.ts +5 -0
- package/artifacts/dist/types/components/cards/card-general/variants.d.ts +14 -0
- package/artifacts/dist/types/components/dropdown/dropdown.d.ts +4 -0
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-filter-section.d.ts +3 -0
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-no-results.d.ts +2 -0
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-option.d.ts +1 -0
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-section.d.ts +1 -0
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-select-all-section.d.ts +3 -0
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown.d.ts +1 -0
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar-content.d.ts +5 -0
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar-title.d.ts +5 -0
- package/artifacts/dist/types/components/header/ecosystem-bar/ecosystem-bar.d.ts +5 -0
- package/artifacts/dist/types/components/header/header.d.ts +4 -1
- package/artifacts/dist/types/components/header/internals/context/data-context/header-data-context.d.ts +4 -0
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/areas-utils.d.ts +6 -8
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/authenticated-utils.d.ts +5 -7
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/brand-utils.d.ts +4 -5
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/ecosystem-utils.d.ts +5 -0
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/general-utils.d.ts +2 -4
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/languages-utils.d.ts +7 -8
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/navigation-utils.d.ts +12 -14
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/search-utils.d.ts +12 -13
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/unauthenticated-utils.d.ts +3 -5
- package/artifacts/dist/types/components/header/internals/ecosystem-bar/internal-ecosystem-bar.d.ts +3 -0
- package/artifacts/dist/types/components/icon/assets/other/agora-line.d.ts +4 -0
- package/package.json +1 -1
- package/artifacts/dist/types/components/sidebar/utils/handlerSetGapPill.d.ts +0 -8
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import l from "react";
|
|
2
|
+
const n = (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", fill: "none", ...t, role: "img" }, e.title && /* @__PURE__ */ l.createElement("title", null, e.title), /* @__PURE__ */ l.createElement(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
d: "M13.2637 2.5L8.69727 14.0156L8.42578 14.7002H15.7539L15.5068 14.0273L13.4678 8.4834L14.8838 4.86035L21.2725 21.5H18.4307L16.9121 17.6182L16.7881 17.2998H7.38672L7.25977 17.6104L5.66406 21.5H2.74023L4.15234 17.9863L5.60156 14.3867L5.60254 14.3848L10.3398 2.5H13.2637Z",
|
|
8
|
+
stroke: "#034AD8"
|
|
9
|
+
}
|
|
10
|
+
));
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
n as default
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=agora-line-NPWOQuk9.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agora-line-NPWOQuk9.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\" fill=\"none\" {...newProps} role=\"img\">\n {props.title && <title>{props.title}</title>}\n <path\n d=\"M13.2637 2.5L8.69727 14.0156L8.42578 14.7002H15.7539L15.5068 14.0273L13.4678 8.4834L14.8838 4.86035L21.2725 21.5H18.4307L16.9121 17.6182L16.7881 17.2998H7.38672L7.25977 17.6104L5.66406 21.5H2.74023L4.15234 17.9863L5.60156 14.3867L5.60254 14.3848L10.3398 2.5H13.2637Z\"\n stroke=\"#034AD8\"\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,8BAA6B,MAAK,QAAQ,GAAGD,GAAU,MAAK,MAAA,GAC/GD,EAAM,SAAS,gBAAAE,EAAA,cAAC,SAAA,MAAOF,EAAM,KAAM,GACpC,gBAAAE,EAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,GAAE;AAAA,MACF,QAAO;AAAA,IAAA;AAAA,EAAA,CAEX;AAEJ;"}
|