@rws-aoa/react-library 6.0.1 → 7.0.1
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/_constants.js.map +1 -1
- package/dist/chunks/FieldError.CCQnjdMd.js +161 -0
- package/dist/chunks/{FieldError.B8t3zEhf.js.map → FieldError.CCQnjdMd.js.map} +1 -1
- package/dist/chunks/compiler-runtime.hDcrsMwn.js +55 -0
- package/dist/chunks/compiler-runtime.hDcrsMwn.js.map +1 -0
- package/dist/components/atoms/_menu/menu-item/MenuItem.d.ts +2 -2
- package/dist/components/atoms/_menu/menu-item/MenuItem.d.ts.map +1 -1
- package/dist/components/atoms/_menu/menu-item/MenuItem.js +73 -128
- package/dist/components/atoms/_menu/menu-item/MenuItem.js.map +1 -1
- package/dist/components/atoms/_menu/user-menu/UserMenu.d.ts +1 -2
- package/dist/components/atoms/_menu/user-menu/UserMenu.d.ts.map +1 -1
- package/dist/components/atoms/_menu/user-menu/UserMenu.js +72 -72
- package/dist/components/atoms/_menu/user-menu/UserMenu.js.map +1 -1
- package/dist/components/atoms/button/Button.d.ts +2 -2
- package/dist/components/atoms/button/Button.d.ts.map +1 -1
- package/dist/components/atoms/button/Button.js +120 -133
- package/dist/components/atoms/button/Button.js.map +1 -1
- package/dist/components/atoms/icon-button/IconButton.d.ts +6 -1
- package/dist/components/atoms/icon-button/IconButton.d.ts.map +1 -1
- package/dist/components/atoms/icon-button/IconButton.js +50 -50
- package/dist/components/atoms/icon-button/IconButton.js.map +1 -1
- package/dist/components/atoms/input/Input.d.ts +1 -2
- package/dist/components/atoms/input/Input.d.ts.map +1 -1
- package/dist/components/atoms/input/Input.js +51 -56
- package/dist/components/atoms/input/Input.js.map +1 -1
- package/dist/components/atoms/logo/Logo.d.ts +2 -2
- package/dist/components/atoms/logo/Logo.d.ts.map +1 -1
- package/dist/components/atoms/logo/Logo.js +298 -457
- package/dist/components/atoms/logo/Logo.js.map +1 -1
- package/dist/components/atoms/no-permission/NoPermission.d.ts +1 -1
- package/dist/components/atoms/no-permission/NoPermission.d.ts.map +1 -1
- package/dist/components/atoms/no-permission/NoPermission.js +20 -23
- package/dist/components/atoms/no-permission/NoPermission.js.map +1 -1
- package/dist/components/atoms/notification/Notification.d.ts +1 -2
- package/dist/components/atoms/notification/Notification.d.ts.map +1 -1
- package/dist/components/atoms/notification/Notification.js +29 -41
- package/dist/components/atoms/notification/Notification.js.map +1 -1
- package/dist/components/atoms/notification/_icons/Error.d.ts +1 -1
- package/dist/components/atoms/notification/_icons/Error.d.ts.map +1 -1
- package/dist/components/atoms/notification/_icons/Error.js +25 -32
- package/dist/components/atoms/notification/_icons/Error.js.map +1 -1
- package/dist/components/atoms/notification/_icons/Info.d.ts +1 -1
- package/dist/components/atoms/notification/_icons/Info.d.ts.map +1 -1
- package/dist/components/atoms/notification/_icons/Info.js +26 -39
- package/dist/components/atoms/notification/_icons/Info.js.map +1 -1
- package/dist/components/atoms/notification/_icons/Success.d.ts +1 -1
- package/dist/components/atoms/notification/_icons/Success.d.ts.map +1 -1
- package/dist/components/atoms/notification/_icons/Success.js +26 -39
- package/dist/components/atoms/notification/_icons/Success.js.map +1 -1
- package/dist/components/atoms/notification/_icons/Warning.js +23 -38
- package/dist/components/atoms/notification/_icons/Warning.js.map +1 -1
- package/dist/components/atoms/section-header/SectionHeader.d.ts +1 -1
- package/dist/components/atoms/section-header/SectionHeader.d.ts.map +1 -1
- package/dist/components/atoms/section-header/SectionHeader.js +37 -64
- package/dist/components/atoms/section-header/SectionHeader.js.map +1 -1
- package/dist/components/atoms/selection-buttons/checkbox/Checkbox.d.ts +1 -2
- package/dist/components/atoms/selection-buttons/checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/atoms/selection-buttons/checkbox/Checkbox.js +23 -35
- package/dist/components/atoms/selection-buttons/checkbox/Checkbox.js.map +1 -1
- package/dist/components/atoms/selection-buttons/radio-button/RadioButton.d.ts +1 -2
- package/dist/components/atoms/selection-buttons/radio-button/RadioButton.d.ts.map +1 -1
- package/dist/components/atoms/selection-buttons/radio-button/RadioButton.js +19 -29
- package/dist/components/atoms/selection-buttons/radio-button/RadioButton.js.map +1 -1
- package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.d.ts +1 -2
- package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.d.ts.map +1 -1
- package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.js +26 -29
- package/dist/components/atoms/selection-buttons/switch-button/SwitchButton.js.map +1 -1
- package/dist/components/atoms/table/Table.d.ts +1 -0
- package/dist/components/atoms/table/Table.d.ts.map +1 -1
- package/dist/components/atoms/table/Table.js +173 -202
- package/dist/components/atoms/table/Table.js.map +1 -1
- package/dist/components/atoms/table/_QuickSearchToolbar.d.ts +1 -1
- package/dist/components/atoms/table/_QuickSearchToolbar.d.ts.map +1 -1
- package/dist/components/atoms/table/_QuickSearchToolbar.js +1434 -1523
- package/dist/components/atoms/table/_QuickSearchToolbar.js.map +1 -1
- package/dist/components/atoms/tooltip/Tooltip.js +16 -27
- package/dist/components/atoms/tooltip/Tooltip.js.map +1 -1
- package/dist/components/atoms/zero-width-space/ZeroWidthSpace.d.ts +1 -2
- package/dist/components/atoms/zero-width-space/ZeroWidthSpace.d.ts.map +1 -1
- package/dist/components/atoms/zero-width-space/ZeroWidthSpace.js +16 -7
- package/dist/components/atoms/zero-width-space/ZeroWidthSpace.js.map +1 -1
- package/dist/components/molecules/field-error/FieldError.js +3 -2
- package/dist/components/molecules/field-error/FieldError.js.map +1 -1
- package/dist/components/molecules/file-dropzone/FileDropzone.d.ts +1 -1
- package/dist/components/molecules/file-dropzone/FileDropzone.d.ts.map +1 -1
- package/dist/components/molecules/file-dropzone/FileDropzone.js +90 -79
- package/dist/components/molecules/file-dropzone/FileDropzone.js.map +1 -1
- package/dist/components/molecules/file-table/FileTable.js +4 -14
- package/dist/components/molecules/file-table/FileTable.js.map +1 -1
- package/dist/components/molecules/form-error/FormError.js +3 -2
- package/dist/components/molecules/form-error/FormError.js.map +1 -1
- package/dist/components/molecules/form-modal/FormModal.js +3 -2
- package/dist/components/molecules/form-modal/FormModal.js.map +1 -1
- package/dist/components/molecules/modal/Modal.d.ts +1 -1
- package/dist/components/molecules/modal/Modal.d.ts.map +1 -1
- package/dist/components/molecules/modal/Modal.js +50 -68
- package/dist/components/molecules/modal/Modal.js.map +1 -1
- package/dist/components/molecules/modal-close-button/ModalCloseButton.d.ts +1 -1
- package/dist/components/molecules/modal-close-button/ModalCloseButton.d.ts.map +1 -1
- package/dist/components/molecules/modal-close-button/ModalCloseButton.js +20 -19
- package/dist/components/molecules/modal-close-button/ModalCloseButton.js.map +1 -1
- package/dist/components/molecules/navigation-bar/NavigationBar.d.ts +1 -2
- package/dist/components/molecules/navigation-bar/NavigationBar.d.ts.map +1 -1
- package/dist/components/molecules/navigation-bar/NavigationBar.js +96 -97
- package/dist/components/molecules/navigation-bar/NavigationBar.js.map +1 -1
- package/dist/components/molecules/upload-button/UploadButton.js +36 -33
- package/dist/components/molecules/upload-button/UploadButton.js.map +1 -1
- package/dist/components/organisms/content-page/ContentPage.d.ts +1 -1
- package/dist/components/organisms/content-page/ContentPage.d.ts.map +1 -1
- package/dist/components/organisms/content-page/ContentPage.js +22 -11
- package/dist/components/organisms/content-page/ContentPage.js.map +1 -1
- package/dist/contexts/TanstackFormContext.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +21 -21
- package/dist/chunks/FieldError.B8t3zEhf.js +0 -143
|
@@ -1,46 +1,34 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { Alert as
|
|
3
|
-
import { l as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
2
|
+
import { Alert as n, alertClasses as o } from "@mui/material";
|
|
3
|
+
import { l as i } from "../../../chunks/lodash.CA_K01A9.js";
|
|
4
|
+
import { FontNormalSxProps as t } from "../../../_constants.js";
|
|
5
|
+
import { IconError as c } from "./_icons/Error.js";
|
|
6
|
+
import { IconInfo as s } from "./_icons/Info.js";
|
|
7
|
+
import { IconSuccess as e } from "./_icons/Success.js";
|
|
8
|
+
import { IconWarning as l } from "./_icons/Warning.js";
|
|
9
|
+
function v(a) {
|
|
10
|
+
return /* @__PURE__ */ r(n, { "data-qa": a["data-qa"], iconMapping: {
|
|
11
|
+
error: /* @__PURE__ */ r(c, {}),
|
|
12
|
+
warning: /* @__PURE__ */ r(l, {}),
|
|
13
|
+
info: /* @__PURE__ */ r(s, {}),
|
|
14
|
+
success: /* @__PURE__ */ r(e, {})
|
|
15
|
+
}, severity: a.severity, sx: i.merge({
|
|
16
|
+
color: "var(--color-text)",
|
|
17
|
+
[`&.${o.standard}.${o.colorSuccess}`]: {
|
|
18
|
+
backgroundColor: "var(--color-rijks-notification-green)"
|
|
19
19
|
},
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
backgroundColor: "var(--color-rijks-notification-yellow)"
|
|
32
|
-
},
|
|
33
|
-
[`&.${o.standard}.${o.colorInfo}`]: {
|
|
34
|
-
backgroundColor: "var(--color-rijks-notification-blue)"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
c,
|
|
38
|
-
a.sx
|
|
39
|
-
),
|
|
40
|
-
children: a.message
|
|
41
|
-
}
|
|
42
|
-
));
|
|
20
|
+
[`&.${o.standard}.${o.colorError}`]: {
|
|
21
|
+
backgroundColor: "var(--color-rijks-notification-red)"
|
|
22
|
+
},
|
|
23
|
+
[`&.${o.standard}.${o.colorWarning}`]: {
|
|
24
|
+
backgroundColor: "var(--color-rijks-notification-yellow)"
|
|
25
|
+
},
|
|
26
|
+
[`&.${o.standard}.${o.colorInfo}`]: {
|
|
27
|
+
backgroundColor: "var(--color-rijks-notification-blue)"
|
|
28
|
+
}
|
|
29
|
+
}, t, a.sx), children: a.message });
|
|
30
|
+
}
|
|
43
31
|
export {
|
|
44
|
-
|
|
32
|
+
v as AoaNotification
|
|
45
33
|
};
|
|
46
34
|
//# sourceMappingURL=Notification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.js","sources":["../../../../src/components/atoms/notification/Notification.tsx"],"sourcesContent":["import { Alert, type SxProps, alertClasses } from '@mui/material';\nimport { merge } from 'lodash';\nimport {
|
|
1
|
+
{"version":3,"file":"Notification.js","sources":["../../../../src/components/atoms/notification/Notification.tsx"],"sourcesContent":["import { Alert, type SxProps, alertClasses } from '@mui/material';\nimport { merge } from 'lodash';\nimport { FontNormalSxProps } from '../../../_constants';\nimport { IconError } from './_icons/Error';\nimport { IconInfo } from './_icons/Info';\nimport { IconSuccess } from './_icons/Success';\nimport { IconWarning } from './_icons/Warning';\n\nexport type Severity = 'error' | 'info' | 'success' | 'warning';\n\nexport interface AoaNotificationProps {\n /**\n * Data-qa tag for E2E test purposes\n */\n readonly 'data-qa'?: string;\n /**\n * The message to be displayed in the notification\n */\n readonly message: string;\n /**\n * The type of notification\n */\n readonly severity: Severity;\n /**\n * Material UI's property to apply styling\n */\n readonly sx?: SxProps;\n}\n\n/**\n * Constructs an alert using pre-defined Rijks styling\n *\n * @param props - Props to pass to the alert\n * @example\n * ```jsx\n * <AoaNotification message=\"wrong password\" severity=\"error\" />\n * ```\n */\n\nexport function AoaNotification(props: AoaNotificationProps) {\n return (\n <Alert\n data-qa={props['data-qa']}\n iconMapping={{\n error: <IconError />,\n warning: <IconWarning />,\n info: <IconInfo />,\n success: <IconSuccess />\n }}\n severity={props.severity}\n sx={merge(\n {\n color: 'var(--color-text)',\n\n [`&.${alertClasses.standard}.${alertClasses.colorSuccess}`]: {\n backgroundColor: 'var(--color-rijks-notification-green)'\n },\n\n [`&.${alertClasses.standard}.${alertClasses.colorError}`]: {\n backgroundColor: 'var(--color-rijks-notification-red)'\n },\n\n [`&.${alertClasses.standard}.${alertClasses.colorWarning}`]: {\n backgroundColor: 'var(--color-rijks-notification-yellow)'\n },\n\n [`&.${alertClasses.standard}.${alertClasses.colorInfo}`]: {\n backgroundColor: 'var(--color-rijks-notification-blue)'\n }\n },\n FontNormalSxProps,\n props.sx\n )}\n >\n {props.message}\n </Alert>\n );\n}\n"],"names":["AoaNotification","props","Alert","error","IconError","warning","IconWarning","info","IconInfo","success","IconSuccess","severity","merge","color","alertClasses","standard","colorSuccess","backgroundColor","colorError","colorWarning","colorInfo","FontNormalSxProps","sx","message"],"mappings":";;;;;;;;AAuCO,SAASA,EAAgBC,GAA6B;AAC3D,2BACGC,GAAA,EACC,WAASD,EAAM,SAAS,GACxB,aAAa;AAAA,IACXE,yBAAQC,GAAA,EAAS;AAAA,IACjBC,2BAAUC,GAAA,EAAW;AAAA,IACrBC,wBAAOC,GAAA,EAAQ;AAAA,IACfC,2BAAUC,GAAA,CAAA,CAAW;AAAA,EAAA,GAEvB,UAAUT,EAAMU,UAChB,IAAIC,EAAAA,MACF;AAAA,IACEC,OAAO;AAAA,IAEP,CAAC,KAAKC,EAAaC,QAAQ,IAAID,EAAaE,YAAY,EAAE,GAAG;AAAA,MAC3DC,iBAAiB;AAAA,IAAA;AAAA,IAGnB,CAAC,KAAKH,EAAaC,QAAQ,IAAID,EAAaI,UAAU,EAAE,GAAG;AAAA,MACzDD,iBAAiB;AAAA,IAAA;AAAA,IAGnB,CAAC,KAAKH,EAAaC,QAAQ,IAAID,EAAaK,YAAY,EAAE,GAAG;AAAA,MAC3DF,iBAAiB;AAAA,IAAA;AAAA,IAGnB,CAAC,KAAKH,EAAaC,QAAQ,IAAID,EAAaM,SAAS,EAAE,GAAG;AAAA,MACxDH,iBAAiB;AAAA,IAAA;AAAA,EACnB,GAEFI,GACApB,EAAMqB,EACR,GAECrB,YAAMsB,SACT;AAEJ;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare
|
|
1
|
+
export declare function IconError(): import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
//# sourceMappingURL=Error.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/notification/_icons/Error.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/notification/_icons/Error.tsx"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,4CAmCxB"}
|
|
@@ -1,37 +1,30 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
children: [
|
|
17
|
-
|
|
18
|
-
/* @__PURE__ */ l("
|
|
19
|
-
/* @__PURE__ */ l("g", { children: /* @__PURE__ */ l("circle", { cx: "12", cy: "12", r: "10.5", style: { fill: "#D52B1E" } }) }),
|
|
20
|
-
/* @__PURE__ */ l(
|
|
21
|
-
"path",
|
|
22
|
-
{
|
|
23
|
-
d: `M15.12,7.71L12,10.48L8.88,7.71C8.55,7.42,8.05,7.43,7.73,7.73c-0.3,0.32-0.31,0.81-0.02,1.14L10.48,12
|
|
1
|
+
import { jsx as l, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as n } from "../../../../chunks/compiler-runtime.hDcrsMwn.js";
|
|
3
|
+
function h() {
|
|
4
|
+
const e = n.c(3);
|
|
5
|
+
let r;
|
|
6
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (r = /* @__PURE__ */ l("g", { children: /* @__PURE__ */ l("g", { children: /* @__PURE__ */ l("rect", { height: "24", style: {
|
|
7
|
+
fill: "none"
|
|
8
|
+
}, width: "24" }) }) }), e[0] = r) : r = e[0];
|
|
9
|
+
let c;
|
|
10
|
+
e[1] === Symbol.for("react.memo_cache_sentinel") ? (c = /* @__PURE__ */ l("g", { children: /* @__PURE__ */ l("circle", { cx: "12", cy: "12", r: "10.5", style: {
|
|
11
|
+
fill: "#D52B1E"
|
|
12
|
+
} }) }), e[1] = c) : c = e[1];
|
|
13
|
+
let t;
|
|
14
|
+
return e[2] === Symbol.for("react.memo_cache_sentinel") ? (t = /* @__PURE__ */ i("svg", { "aria-label": "icon error", height: "24px", version: "1.1", viewBox: "0 0 24 24", width: "24px", x: "0px", xmlSpace: "preserve", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", y: "0px", children: [
|
|
15
|
+
r,
|
|
16
|
+
/* @__PURE__ */ l("g", { children: /* @__PURE__ */ i("g", { children: [
|
|
17
|
+
c,
|
|
18
|
+
/* @__PURE__ */ l("path", { d: `M15.12,7.71L12,10.48L8.88,7.71C8.55,7.42,8.05,7.43,7.73,7.73c-0.3,0.32-0.31,0.81-0.02,1.14L10.48,12
|
|
24
19
|
l-2.77,3.12c-0.29,0.33-0.29,0.83,0.02,1.14c0.32,0.3,0.81,0.31,1.14,0.02L12,13.52l3.12,2.77c0.33,0.29,0.83,0.28,1.14-0.02
|
|
25
20
|
c0.3-0.32,0.31-0.81,0.02-1.14L13.52,12l2.77-3.12c0.29-0.33,0.29-0.83-0.02-1.14C15.95,7.43,15.45,7.42,15.12,7.71 M12,12.01
|
|
26
|
-
l-0.01-0.01L12,11.99l0.01-0.01l0.01,0.01l0.01,0.01L12,12.01z`,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
));
|
|
21
|
+
l-0.01-0.01L12,11.99l0.01-0.01l0.01,0.01l0.01,0.01L12,12.01z`, style: {
|
|
22
|
+
fill: "#FFFFFF"
|
|
23
|
+
} })
|
|
24
|
+
] }) })
|
|
25
|
+
] }), e[2] = t) : t = e[2], t;
|
|
26
|
+
}
|
|
34
27
|
export {
|
|
35
|
-
|
|
28
|
+
h as IconError
|
|
36
29
|
};
|
|
37
30
|
//# sourceMappingURL=Error.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Error.js","sources":["../../../../../src/components/atoms/notification/_icons/Error.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"Error.js","sources":["../../../../../src/components/atoms/notification/_icons/Error.tsx"],"sourcesContent":["export function IconError() {\n return (\n <svg\n aria-label='icon error'\n height='24px'\n version='1.1'\n viewBox='0 0 24 24'\n width='24px'\n x='0px'\n xmlSpace='preserve'\n xmlns='http://www.w3.org/2000/svg'\n xmlnsXlink='http://www.w3.org/1999/xlink'\n y='0px'\n >\n <g>\n <g>\n <rect height='24' style={{ fill: 'none' }} width='24' />\n </g>\n </g>\n <g>\n <g>\n <g>\n <circle cx='12' cy='12' r='10.5' style={{ fill: '#D52B1E' }} />\n </g>\n <path\n d='M15.12,7.71L12,10.48L8.88,7.71C8.55,7.42,8.05,7.43,7.73,7.73c-0.3,0.32-0.31,0.81-0.02,1.14L10.48,12\n\t\t\tl-2.77,3.12c-0.29,0.33-0.29,0.83,0.02,1.14c0.32,0.3,0.81,0.31,1.14,0.02L12,13.52l3.12,2.77c0.33,0.29,0.83,0.28,1.14-0.02\n\t\t\tc0.3-0.32,0.31-0.81,0.02-1.14L13.52,12l2.77-3.12c0.29-0.33,0.29-0.83-0.02-1.14C15.95,7.43,15.45,7.42,15.12,7.71 M12,12.01\n\t\t\tl-0.01-0.01L12,11.99l0.01-0.01l0.01,0.01l0.01,0.01L12,12.01z'\n style={{ fill: '#FFFFFF' }}\n />\n </g>\n </g>\n </svg>\n );\n}\n"],"names":["IconError","$","_c","t0","Symbol","for","jsx","fill","t1","t2","jsxs"],"mappings":";;AAAO,SAAAA,IAAA;AAAA,QAAAC,IAAAC,EAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,EAAAF,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAcDF,IAAA,gBAAAG,EAAA,OACE,UAAA,gBAAAA,EAAA,KAAA,EACE,4BAAA,QAAA,EAAa,QAAA,MAAY,OAAA;AAAA,IAAAC,MAAQ;AAAA,EAAA,GAAgB,OAAA,SACnD,EAAA,CACF,GAAIN,OAAAE,KAAAA,IAAAF,EAAA,CAAA;AAAA,MAAAO;AAAA,EAAAP,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAGAG,6BACE,UAAA,gBAAAF,EAAA,UAAA,EAAW,IAAA,MAAQ,IAAA,MAAO,GAAA,QAAc,OAAA;AAAA,IAAAC,MAAQ;AAAA,EAAA,GAAW,EAAA,CAC7D,GAAIN,OAAAO,KAAAA,IAAAP,EAAA,CAAA;AAAA,MAAAQ;AAAA,SAAAR,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KArBVI,IAAA,gBAAAC,EAAA,SACa,cAAA,cACJ,QAAA,QACC,SAAA,OACA,SAAA,aACF,OAAA,QACJ,GAAA,OACO,UAAA,YACH,OAAA,8BACK,YAAA,gCACT,GAAA,OAEFP,UAAAA;AAAAA,IAAAA;AAAAA,IAKA,gBAAAG,EAAA,KAAA,EACE,UAAA,gBAAAI,EAAA,KAAA,EACEF,UAAAA;AAAAA,MAAAA;AAAAA,MAGA,gBAAAF,EAAA,QAAA,EACI,GAAA;AAAA;AAAA;AAAA,kEAIK,OAAA;AAAA,QAAAC,MAAQ;AAAA,MAAA,EAAS;OAE5B,EAAA,CACF;AAAA,EAAA,GACF,GAAMN,OAAAQ,KAAAA,IAAAR,EAAA,CAAA,GA/BNQ;AA+BM;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare
|
|
1
|
+
export declare function IconInfo(): import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
//# sourceMappingURL=Info.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Info.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/notification/_icons/Info.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Info.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/notification/_icons/Info.tsx"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,4CAwCvB"}
|
|
@@ -1,45 +1,32 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
x: "0px",
|
|
12
|
-
xmlSpace: "preserve",
|
|
13
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15
|
-
y: "0px",
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("rect", { height: "24", style: { fill: "none" }, width: "24" }) }) }),
|
|
18
|
-
/* @__PURE__ */ c("g", { children: /* @__PURE__ */ n("g", { children: [
|
|
19
|
-
/* @__PURE__ */ c(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
d: `M22.04,3.78c-0.16-0.95-0.88-1.67-1.83-1.83C17.48,1.5,12.91,1.5,12,1.5c-0.91,0-5.48,0-8.22,0.46
|
|
1
|
+
import { jsx as c, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../../../../chunks/compiler-runtime.hDcrsMwn.js";
|
|
3
|
+
function h() {
|
|
4
|
+
const e = r.c(3);
|
|
5
|
+
let l;
|
|
6
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (l = /* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("rect", { height: "24", style: {
|
|
7
|
+
fill: "none"
|
|
8
|
+
}, width: "24" }) }) }), e[0] = l) : l = e[0];
|
|
9
|
+
let t;
|
|
10
|
+
e[1] === Symbol.for("react.memo_cache_sentinel") ? (t = /* @__PURE__ */ c("path", { d: `M22.04,3.78c-0.16-0.95-0.88-1.67-1.83-1.83C17.48,1.5,12.91,1.5,12,1.5c-0.91,0-5.48,0-8.22,0.46
|
|
23
11
|
C2.84,2.11,2.11,2.84,1.96,3.78C1.5,6.52,1.5,11.09,1.5,12s0,5.48,0.46,8.22c0.16,0.95,0.88,1.67,1.83,1.83
|
|
24
12
|
c2.74,0.46,7.3,0.46,8.22,0.46c0.91,0,5.48,0,8.22-0.46c0.95-0.16,1.67-0.88,1.83-1.83c0.46-2.74,0.46-7.3,0.46-8.22
|
|
25
|
-
C22.5,9.26,22.5,6.52,22.04,3.78z`,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
13
|
+
C22.5,9.26,22.5,6.52,22.04,3.78z`, style: {
|
|
14
|
+
fill: "#007BC7"
|
|
15
|
+
} }), e[1] = t) : t = e[1];
|
|
16
|
+
let n;
|
|
17
|
+
return e[2] === Symbol.for("react.memo_cache_sentinel") ? (n = /* @__PURE__ */ i("svg", { "aria-label": "icon info", height: "24px", version: "1.1", viewBox: "0 0 24 24", width: "24px", x: "0px", xmlSpace: "preserve", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", y: "0px", children: [
|
|
18
|
+
l,
|
|
19
|
+
/* @__PURE__ */ c("g", { children: /* @__PURE__ */ i("g", { children: [
|
|
20
|
+
t,
|
|
21
|
+
/* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("path", { d: `M10.71,6.93c0-0.34,0.11-0.63,0.33-0.88c0.22-0.25,0.54-0.38,0.95-0.38c0.41,0,0.72,0.12,0.94,0.36
|
|
33
22
|
c0.22,0.24,0.33,0.54,0.33,0.9c0,0.32-0.11,0.61-0.33,0.86s-0.54,0.37-0.94,0.37c-0.41,0-0.72-0.12-0.95-0.35
|
|
34
|
-
C10.82,7.57,10.71,7.28,10.71,6.93z M13.11,9.32v8.96h-2.21V9.41L13.11,9.32z`,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
));
|
|
23
|
+
C10.82,7.57,10.71,7.28,10.71,6.93z M13.11,9.32v8.96h-2.21V9.41L13.11,9.32z`, style: {
|
|
24
|
+
fill: "#FFFFFF"
|
|
25
|
+
} }) })
|
|
26
|
+
] }) })
|
|
27
|
+
] }), e[2] = n) : n = e[2], n;
|
|
28
|
+
}
|
|
42
29
|
export {
|
|
43
|
-
|
|
30
|
+
h as IconInfo
|
|
44
31
|
};
|
|
45
32
|
//# sourceMappingURL=Info.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Info.js","sources":["../../../../../src/components/atoms/notification/_icons/Info.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"Info.js","sources":["../../../../../src/components/atoms/notification/_icons/Info.tsx"],"sourcesContent":["export function IconInfo() {\n return (\n <svg\n aria-label='icon info'\n height='24px'\n version='1.1'\n viewBox='0 0 24 24'\n width='24px'\n x='0px'\n xmlSpace='preserve'\n xmlns='http://www.w3.org/2000/svg'\n xmlnsXlink='http://www.w3.org/1999/xlink'\n y='0px'\n >\n <g>\n <g>\n <rect height='24' style={{ fill: 'none' }} width='24' />\n </g>\n </g>\n <g>\n <g>\n <path\n d='M22.04,3.78c-0.16-0.95-0.88-1.67-1.83-1.83C17.48,1.5,12.91,1.5,12,1.5c-0.91,0-5.48,0-8.22,0.46\n\t\t\tC2.84,2.11,2.11,2.84,1.96,3.78C1.5,6.52,1.5,11.09,1.5,12s0,5.48,0.46,8.22c0.16,0.95,0.88,1.67,1.83,1.83\n\t\t\tc2.74,0.46,7.3,0.46,8.22,0.46c0.91,0,5.48,0,8.22-0.46c0.95-0.16,1.67-0.88,1.83-1.83c0.46-2.74,0.46-7.3,0.46-8.22\n\t\t\tC22.5,9.26,22.5,6.52,22.04,3.78z'\n style={{ fill: '#007BC7' }}\n />\n <g>\n <path\n d='M10.71,6.93c0-0.34,0.11-0.63,0.33-0.88c0.22-0.25,0.54-0.38,0.95-0.38c0.41,0,0.72,0.12,0.94,0.36\n\t\t\t\tc0.22,0.24,0.33,0.54,0.33,0.9c0,0.32-0.11,0.61-0.33,0.86s-0.54,0.37-0.94,0.37c-0.41,0-0.72-0.12-0.95-0.35\n\t\t\t\tC10.82,7.57,10.71,7.28,10.71,6.93z M13.11,9.32v8.96h-2.21V9.41L13.11,9.32z'\n style={{ fill: '#FFFFFF' }}\n />\n </g>\n </g>\n </g>\n </svg>\n );\n}\n"],"names":["IconInfo","$","_c","t0","Symbol","for","jsx","fill","t1","t2","jsxs"],"mappings":";;AAAO,SAAAA,IAAA;AAAA,QAAAC,IAAAC,EAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,EAAAF,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAcDF,IAAA,gBAAAG,EAAA,OACE,UAAA,gBAAAA,EAAA,KAAA,EACE,4BAAA,QAAA,EAAa,QAAA,MAAY,OAAA;AAAA,IAAAC,MAAQ;AAAA,EAAA,GAAgB,OAAA,SACnD,EAAA,CACF,GAAIN,OAAAE,KAAAA,IAAAF,EAAA,CAAA;AAAA,MAAAO;AAAA,EAAAP,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAGAG,IAAA,gBAAAF,EAAA,QAAA,EACI;;;sCAIK,OAAA;AAAA,IAAAC,MAAQ;AAAA,EAAA,GAAW,GAC1BN,OAAAO,KAAAA,IAAAP,EAAA,CAAA;AAAA,MAAAQ;AAAA,SAAAR,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAzBRI,IAAA,gBAAAC,EAAA,SACa,cAAA,aACJ,QAAA,QACC,SAAA,OACA,SAAA,aACF,OAAA,QACJ,GAAA,OACO,UAAA,YACH,OAAA,8BACK,YAAA,gCACT,GAAA,OAEFP,UAAAA;AAAAA,IAAAA;AAAAA,IAKA,gBAAAG,EAAA,KAAA,EACE,UAAA,gBAAAI,EAAA,KAAA,EACEF,UAAAA;AAAAA,MAAAA;AAAAA,wBAOA,KAAA,EACE,UAAA,gBAAAF,EAAA,QAAA,EACI,GAAA;AAAA;AAAA,iFAGK,OAAA;AAAA,QAAAC,MAAQ;AAAA,MAAA,GAAW,EAAA,CAE9B;AAAA,IAAA,EAAA,CACF,EAAA,CACF;AAAA,EAAA,GACF,GAAMN,OAAAQ,KAAAA,IAAAR,EAAA,CAAA,GApCNQ;AAoCM;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare
|
|
1
|
+
export declare function IconSuccess(): import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
//# sourceMappingURL=Success.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Success.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/notification/_icons/Success.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Success.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/notification/_icons/Success.tsx"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,4CAsC1B"}
|
|
@@ -1,45 +1,32 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
x: "0px",
|
|
12
|
-
xmlSpace: "preserve",
|
|
13
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15
|
-
y: "0px",
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("rect", { height: "24", style: { fill: "none" }, width: "24" }) }) }),
|
|
18
|
-
/* @__PURE__ */ c("g", { children: /* @__PURE__ */ l("g", { children: [
|
|
19
|
-
/* @__PURE__ */ c(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
d: `M22.04,3.78c-0.16-0.95-0.88-1.67-1.83-1.83C17.48,1.5,12.91,1.5,12,1.5c-0.91,0-5.48,0-8.22,0.46
|
|
1
|
+
import { jsx as c, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../../../../chunks/compiler-runtime.hDcrsMwn.js";
|
|
3
|
+
function h() {
|
|
4
|
+
const e = r.c(3);
|
|
5
|
+
let l;
|
|
6
|
+
e[0] === Symbol.for("react.memo_cache_sentinel") ? (l = /* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("g", { children: /* @__PURE__ */ c("rect", { height: "24", style: {
|
|
7
|
+
fill: "none"
|
|
8
|
+
}, width: "24" }) }) }), e[0] = l) : l = e[0];
|
|
9
|
+
let t;
|
|
10
|
+
e[1] === Symbol.for("react.memo_cache_sentinel") ? (t = /* @__PURE__ */ c("path", { d: `M22.04,3.78c-0.16-0.95-0.88-1.67-1.83-1.83C17.48,1.5,12.91,1.5,12,1.5c-0.91,0-5.48,0-8.22,0.46
|
|
23
11
|
C2.83,2.11,2.11,2.83,1.96,3.78C1.5,6.52,1.5,11.09,1.5,12s0,5.48,0.46,8.22c0.16,0.95,0.88,1.67,1.83,1.83
|
|
24
12
|
c2.74,0.46,7.3,0.46,8.22,0.46c0.91,0,5.48,0,8.22-0.46c0.95-0.16,1.67-0.88,1.83-1.83c0.46-2.74,0.46-7.3,0.46-8.22
|
|
25
|
-
C22.5,9.26,22.5,6.52,22.04,3.78z`,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
13
|
+
C22.5,9.26,22.5,6.52,22.04,3.78z`, style: {
|
|
14
|
+
fill: "#39870C"
|
|
15
|
+
} }), e[1] = t) : t = e[1];
|
|
16
|
+
let n;
|
|
17
|
+
return e[2] === Symbol.for("react.memo_cache_sentinel") ? (n = /* @__PURE__ */ i("svg", { "aria-label": "icon success", height: "24px", version: "1.1", viewBox: "0 0 24 24", width: "24px", x: "0px", xmlSpace: "preserve", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", y: "0px", children: [
|
|
18
|
+
l,
|
|
19
|
+
/* @__PURE__ */ c("g", { children: /* @__PURE__ */ i("g", { children: [
|
|
20
|
+
t,
|
|
21
|
+
/* @__PURE__ */ c("path", { d: `M16.5,7.35c-0.31-0.23-0.75-0.19-1.01,0.1l-4.4,4.95l-2.65-2.3C8.16,9.86,7.75,9.86,7.47,10.1
|
|
33
22
|
c-0.28,0.24-0.35,0.65-0.16,0.97l3.2,5.38c0.14,0.23,0.38,0.37,0.64,0.37c0,0,0,0,0,0c0.26,0,0.51-0.14,0.64-0.36l4.89-8.09
|
|
34
|
-
C16.89,8.02,16.81,7.59,16.5,7.35z`,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
));
|
|
23
|
+
C16.89,8.02,16.81,7.59,16.5,7.35z`, style: {
|
|
24
|
+
fill: "#FFFFFF"
|
|
25
|
+
} })
|
|
26
|
+
] }) })
|
|
27
|
+
] }), e[2] = n) : n = e[2], n;
|
|
28
|
+
}
|
|
42
29
|
export {
|
|
43
|
-
|
|
30
|
+
h as IconSuccess
|
|
44
31
|
};
|
|
45
32
|
//# sourceMappingURL=Success.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Success.js","sources":["../../../../../src/components/atoms/notification/_icons/Success.tsx"],"sourcesContent":["
|
|
1
|
+
{"version":3,"file":"Success.js","sources":["../../../../../src/components/atoms/notification/_icons/Success.tsx"],"sourcesContent":["export function IconSuccess() {\n return (\n <svg\n aria-label='icon success'\n height='24px'\n version='1.1'\n viewBox='0 0 24 24'\n width='24px'\n x='0px'\n xmlSpace='preserve'\n xmlns='http://www.w3.org/2000/svg'\n xmlnsXlink='http://www.w3.org/1999/xlink'\n y='0px'\n >\n <g>\n <g>\n <rect height='24' style={{ fill: 'none' }} width='24' />\n </g>\n </g>\n <g>\n <g>\n <path\n d='M22.04,3.78c-0.16-0.95-0.88-1.67-1.83-1.83C17.48,1.5,12.91,1.5,12,1.5c-0.91,0-5.48,0-8.22,0.46\n\t\t\tC2.83,2.11,2.11,2.83,1.96,3.78C1.5,6.52,1.5,11.09,1.5,12s0,5.48,0.46,8.22c0.16,0.95,0.88,1.67,1.83,1.83\n\t\t\tc2.74,0.46,7.3,0.46,8.22,0.46c0.91,0,5.48,0,8.22-0.46c0.95-0.16,1.67-0.88,1.83-1.83c0.46-2.74,0.46-7.3,0.46-8.22\n\t\t\tC22.5,9.26,22.5,6.52,22.04,3.78z'\n style={{ fill: '#39870C' }}\n />\n <path\n d='M16.5,7.35c-0.31-0.23-0.75-0.19-1.01,0.1l-4.4,4.95l-2.65-2.3C8.16,9.86,7.75,9.86,7.47,10.1\n\t\t\tc-0.28,0.24-0.35,0.65-0.16,0.97l3.2,5.38c0.14,0.23,0.38,0.37,0.64,0.37c0,0,0,0,0,0c0.26,0,0.51-0.14,0.64-0.36l4.89-8.09\n\t\t\tC16.89,8.02,16.81,7.59,16.5,7.35z'\n style={{ fill: '#FFFFFF' }}\n />\n </g>\n </g>\n </svg>\n );\n}\n"],"names":["IconSuccess","$","_c","t0","Symbol","for","jsx","fill","t1","t2","jsxs"],"mappings":";;AAAO,SAAAA,IAAA;AAAA,QAAAC,IAAAC,EAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,EAAAF,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAcDF,IAAA,gBAAAG,EAAA,OACE,UAAA,gBAAAA,EAAA,KAAA,EACE,4BAAA,QAAA,EAAa,QAAA,MAAY,OAAA;AAAA,IAAAC,MAAQ;AAAA,EAAA,GAAgB,OAAA,SACnD,EAAA,CACF,GAAIN,OAAAE,KAAAA,IAAAF,EAAA,CAAA;AAAA,MAAAO;AAAA,EAAAP,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAGAG,IAAA,gBAAAF,EAAA,QAAA,EACI;;;sCAIK,OAAA;AAAA,IAAAC,MAAQ;AAAA,EAAA,GAAW,GAC1BN,OAAAO,KAAAA,IAAAP,EAAA,CAAA;AAAA,MAAAQ;AAAA,SAAAR,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAzBRI,IAAA,gBAAAC,EAAA,SACa,cAAA,gBACJ,QAAA,QACC,SAAA,OACA,SAAA,aACF,OAAA,QACJ,GAAA,OACO,UAAA,YACH,OAAA,8BACK,YAAA,gCACT,GAAA,OAEFP,UAAAA;AAAAA,IAAAA;AAAAA,IAKA,gBAAAG,EAAA,KAAA,EACE,UAAA,gBAAAI,EAAA,KAAA,EACEF,UAAAA;AAAAA,MAAAA;AAAAA,MAOA,gBAAAF,EAAA,QAAA,EACI,GAAA;AAAA;AAAA,uCAGK,OAAA;AAAA,QAAAC,MAAQ;AAAA,MAAA,EAAS;OAE5B,EAAA,CACF;AAAA,EAAA,GACF,GAAMN,OAAAQ,KAAAA,IAAAR,EAAA,CAAA,GAlCNQ;AAkCM;"}
|
|
@@ -1,42 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
/* @__PURE__ */
|
|
19
|
-
/* @__PURE__ */ n(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
d: `M23.38,19.64L13.67,2.47c-0.73-1.3-2.6-1.3-3.34,0L0.62,19.64c-0.72,1.28,0.2,2.86,1.67,2.86h19.43
|
|
23
|
-
C23.18,22.5,24.1,20.92,23.38,19.64z`,
|
|
24
|
-
style: { fill: "#FFB612" }
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ n("g", { children: /* @__PURE__ */ n(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
d: `M10.54,17.45c0-0.44,0.12-0.82,0.36-1.12c0.24-0.31,0.6-0.46,1.09-0.46c0.48,0,0.85,0.14,1.1,0.4
|
|
1
|
+
import { jsx as e, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as t } from "../../../../chunks/compiler-runtime.hDcrsMwn.js";
|
|
3
|
+
import { memo as i } from "react";
|
|
4
|
+
const s = i(() => {
|
|
5
|
+
const l = t.c(2);
|
|
6
|
+
let c;
|
|
7
|
+
l[0] === Symbol.for("react.memo_cache_sentinel") ? (c = /* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("rect", { height: "24", style: {
|
|
8
|
+
fill: "none"
|
|
9
|
+
}, width: "24" }) }) }), l[0] = c) : c = l[0];
|
|
10
|
+
let n;
|
|
11
|
+
return l[1] === Symbol.for("react.memo_cache_sentinel") ? (n = /* @__PURE__ */ r("svg", { "aria-label": "icon warning", height: "24px", version: "1.1", viewBox: "0 0 24 24", width: "24px", x: "0px", xmlSpace: "preserve", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", y: "0px", children: [
|
|
12
|
+
c,
|
|
13
|
+
/* @__PURE__ */ e("g", { children: /* @__PURE__ */ r("g", { children: [
|
|
14
|
+
/* @__PURE__ */ e("path", { d: `M23.38,19.64L13.67,2.47c-0.73-1.3-2.6-1.3-3.34,0L0.62,19.64c-0.72,1.28,0.2,2.86,1.67,2.86h19.43
|
|
15
|
+
C23.18,22.5,24.1,20.92,23.38,19.64z`, style: {
|
|
16
|
+
fill: "#FFB612"
|
|
17
|
+
} }),
|
|
18
|
+
/* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("path", { d: `M10.54,17.45c0-0.44,0.12-0.82,0.36-1.12c0.24-0.31,0.6-0.46,1.09-0.46c0.48,0,0.85,0.14,1.1,0.4
|
|
31
19
|
c0.25,0.27,0.38,0.66,0.38,1.18c0,0.43-0.12,0.8-0.36,1.09c-0.24,0.29-0.6,0.44-1.09,0.44c-0.48,0-0.85-0.13-1.1-0.39
|
|
32
|
-
C10.67,18.34,10.54,17.96,10.54,17.45z M10.85,7.18l2.48-0.2l-0.22,5.51v2.63l-2.27,0.05V7.18z`
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
));
|
|
20
|
+
C10.67,18.34,10.54,17.96,10.54,17.45z M10.85,7.18l2.48-0.2l-0.22,5.51v2.63l-2.27,0.05V7.18z` }) })
|
|
21
|
+
] }) })
|
|
22
|
+
] }), l[1] = n) : n = l[1], n;
|
|
23
|
+
});
|
|
39
24
|
export {
|
|
40
|
-
|
|
25
|
+
s as IconWarning
|
|
41
26
|
};
|
|
42
27
|
//# sourceMappingURL=Warning.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Warning.js","sources":["../../../../../src/components/atoms/notification/_icons/Warning.tsx"],"sourcesContent":["import { memo } from 'react';\n\nexport const IconWarning = memo(() => (\n <svg\n aria-label='icon warning'\n height='24px'\n version='1.1'\n viewBox='0 0 24 24'\n width='24px'\n x='0px'\n xmlSpace='preserve'\n xmlns='http://www.w3.org/2000/svg'\n xmlnsXlink='http://www.w3.org/1999/xlink'\n y='0px'\n >\n <g>\n <g>\n <rect height='24' style={{ fill: 'none' }} width='24' />\n </g>\n </g>\n <g>\n <g>\n <path\n d='M23.38,19.64L13.67,2.47c-0.73-1.3-2.6-1.3-3.34,0L0.62,19.64c-0.72,1.28,0.2,2.86,1.67,2.86h19.43\n\t\t\tC23.18,22.5,24.1,20.92,23.38,19.64z'\n style={{ fill: '#FFB612' }}\n />\n <g>\n <path\n d='M10.54,17.45c0-0.44,0.12-0.82,0.36-1.12c0.24-0.31,0.6-0.46,1.09-0.46c0.48,0,0.85,0.14,1.1,0.4\n\t\t\t\tc0.25,0.27,0.38,0.66,0.38,1.18c0,0.43-0.12,0.8-0.36,1.09c-0.24,0.29-0.6,0.44-1.09,0.44c-0.48,0-0.85-0.13-1.1-0.39\n\t\t\t\tC10.67,18.34,10.54,17.96,10.54,17.45z M10.85,7.18l2.48-0.2l-0.22,5.51v2.63l-2.27,0.05V7.18z'\n />\n </g>\n </g>\n </g>\n </svg>\n));\n"],"names":["IconWarning","memo","
|
|
1
|
+
{"version":3,"file":"Warning.js","sources":["../../../../../src/components/atoms/notification/_icons/Warning.tsx"],"sourcesContent":["import { memo } from 'react';\n\nexport const IconWarning = memo(() => (\n <svg\n aria-label='icon warning'\n height='24px'\n version='1.1'\n viewBox='0 0 24 24'\n width='24px'\n x='0px'\n xmlSpace='preserve'\n xmlns='http://www.w3.org/2000/svg'\n xmlnsXlink='http://www.w3.org/1999/xlink'\n y='0px'\n >\n <g>\n <g>\n <rect height='24' style={{ fill: 'none' }} width='24' />\n </g>\n </g>\n <g>\n <g>\n <path\n d='M23.38,19.64L13.67,2.47c-0.73-1.3-2.6-1.3-3.34,0L0.62,19.64c-0.72,1.28,0.2,2.86,1.67,2.86h19.43\n\t\t\tC23.18,22.5,24.1,20.92,23.38,19.64z'\n style={{ fill: '#FFB612' }}\n />\n <g>\n <path\n d='M10.54,17.45c0-0.44,0.12-0.82,0.36-1.12c0.24-0.31,0.6-0.46,1.09-0.46c0.48,0,0.85,0.14,1.1,0.4\n\t\t\t\tc0.25,0.27,0.38,0.66,0.38,1.18c0,0.43-0.12,0.8-0.36,1.09c-0.24,0.29-0.6,0.44-1.09,0.44c-0.48,0-0.85-0.13-1.1-0.39\n\t\t\t\tC10.67,18.34,10.54,17.96,10.54,17.45z M10.85,7.18l2.48-0.2l-0.22,5.51v2.63l-2.27,0.05V7.18z'\n />\n </g>\n </g>\n </g>\n </svg>\n));\n"],"names":["IconWarning","memo","$","_c","t0","Symbol","for","jsx","fill","t1","jsxs"],"mappings":";;;AAEO,MAAMA,IAAcC,EAAK,MAAA;AAAA,QAAAC,IAAAC,EAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,EAAAF,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAa5BF,IAAA,gBAAAG,EAAA,OACE,UAAA,gBAAAA,EAAA,KAAA,EACE,4BAAA,QAAA,EAAa,QAAA,MAAY,OAAA;AAAA,IAAAC,MAAQ;AAAA,EAAA,GAAgB,OAAA,SACnD,EAAA,CACF,GAAIN,OAAAE,KAAAA,IAAAF,EAAA,CAAA;AAAA,MAAAO;AAAA,SAAAP,EAAA,CAAA,MAAAG,OAAAC,IAAA,2BAAA,KAhBNG,IAAA,gBAAAC,EAAA,SACa,cAAA,gBACJ,QAAA,QACC,SAAA,OACA,SAAA,aACF,OAAA,QACJ,GAAA,OACO,UAAA,YACH,OAAA,8BACK,YAAA,gCACT,GAAA,OAEFN,UAAAA;AAAAA,IAAAA;AAAAA,IAKA,gBAAAG,EAAA,KAAA,EACE,UAAA,gBAAAG,EAAA,KAAA,EACE,UAAA;AAAA,MAAA,gBAAAH,EAAA,QAAA,EACI,GAAA;AAAA,yCAEK,OAAA;AAAA,QAAAC,MAAQ;AAAA,MAAA;wBAEjB,KAAA,EACE,UAAA,gBAAAD,YACI,GAAA;AAAA;AAAA,qGAIN;AAAA,IAAA,EAAA,CACF,EAAA,CACF;AAAA,EAAA,GACF,GAAML,OAAAO,KAAAA,IAAAP,EAAA,CAAA,GAjCNO;AAiCM,CACP;"}
|
|
@@ -23,5 +23,5 @@ export interface AoaSectionHeaderProps extends Omit<BoxProps, 'title'> {
|
|
|
23
23
|
* <AoaSectionHeader title='This is a title' subtitle='And this is a subtitle' />
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
|
-
export declare
|
|
26
|
+
export declare function AoaSectionHeader({ title, subtitle, children, ...props }: PropsWithChildren<AoaSectionHeaderProps>): import("react/jsx-runtime").JSX.Element;
|
|
27
27
|
//# sourceMappingURL=SectionHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/section-header/SectionHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA+C,KAAK,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE3F,OAAO,
|
|
1
|
+
{"version":3,"file":"SectionHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/section-header/SectionHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA+C,KAAK,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE3F,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE1D,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC;IACpE;;OAEG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,SAAS,CAAC;CAC3B;AAED;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,EAC/B,KAAK,EACL,QAAa,EACb,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,iBAAiB,CAAC,qBAAqB,CAAC,2CAsD1C"}
|