@pismo/marola 1.1.14 → 1.1.15
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/assets/ToastCard.css +1 -0
- package/dist/components/Icon/Icon.js +65 -59
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/ToastCard/ToastCard.d.ts +23 -0
- package/dist/components/ToastCard/ToastCard.js +70 -0
- package/dist/components/ToastCard/ToastCard.stories.d.ts +13 -0
- package/dist/components/ToastCard/ToastCard.test.d.ts +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +31 -29
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._toast-card_g6asb_1{--border-radius: 6px;border-radius:var(--border-radius);box-shadow:0 6px 16px rgb(from var(--black-100) r g b/.12)}._toast-card_g6asb_1 ._divider_g6asb_6{height:1px;background-color:var(--gray-5)}._toast-card-padding_g6asb_10{padding:.5rem 1rem}._toast-card_g6asb_1 ._toast-card-title_g6asb_13{min-height:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem;padding-bottom:.5rem;border-radius:var(--border-radius) var(--border-radius) 0 0;color:var(--white-100)}._toast-card_g6asb_1 ._toast-card-title_g6asb_13 ._close-btn_g6asb_24{padding:0}._toast-card_g6asb_1 ._toast-card-title_g6asb_13 ._close-btn_g6asb_24 svg{fill:rgb(from var(--white-100) r g b/.75);transition:fill .3s}._toast-card_g6asb_1 ._toast-card-title_g6asb_13 ._close-btn_g6asb_24 svg path{opacity:.6;transition:opacity .3s}._toast-card_g6asb_1 ._toast-card-title_g6asb_13 ._close-btn_g6asb_24 svg:hover{fill:var(--white-100)}._toast-card_g6asb_1 ._toast-card-title_g6asb_13 ._close-btn_g6asb_24 svg:hover path{opacity:.8}._toast-card_g6asb_1 ._toast-card-title--success_g6asb_41{background-color:var(--success-text)}._toast-card_g6asb_1 ._toast-card-title--danger_g6asb_44{background-color:var(--error-text)}._toast-card_g6asb_1 ._toast-card-title--warning_g6asb_47{background-color:var(--warning)}._toast-card_g6asb_1 ._toast-card-title--info_g6asb_50{background-color:var(--accent-dark)}._toast-card_g6asb_1 ._toast-card-title--default_g6asb_53{color:inherit}._toast-card_g6asb_1 ._toast-card-title--default_g6asb_53 ._close-btn_g6asb_24 svg{fill:rgb(from var(--gray-95) r g b/.45);transition:fill .3s}._toast-card_g6asb_1 ._toast-card-title--default_g6asb_53 ._close-btn_g6asb_24 svg path{opacity:.6}._toast-card_g6asb_1 ._toast-card-title--default_g6asb_53 ._close-btn_g6asb_24 svg:hover{fill:var(--gray-95)}._toast-card_g6asb_1 ._toast-card-title--default_g6asb_53 ._close-btn_g6asb_24 svg:hover path{opacity:.6}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { jsxs as
|
|
2
|
+
import { jsxs as a, jsx as c } from "react/jsx-runtime";
|
|
3
3
|
const s = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/arrow-down-arrow-up", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
4
4
|
fill: "currentcolor",
|
|
5
5
|
color: "currentcolor",
|
|
@@ -261,137 +261,142 @@ const s = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
261
261
|
color: "currentcolor",
|
|
262
262
|
width: "1em",
|
|
263
263
|
height: "1em"
|
|
264
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M224 32V480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H224zM88 96C74.75 96 64 106.7 64 120C64 133.3 74.75 144 88 144H136C149.3 144 160 133.3 160 120C160 106.7 149.3 96 136 96H88zM88 240H136C149.3 240 160 229.3 160 216C160 202.7 149.3 192 136 192H88C74.75 192 64 202.7 64 216C64 229.3 74.75 240 88 240zM88 288C74.75 288 64 298.7 64 312C64 325.3 74.75 336 88 336H136C149.3 336 160 325.3 160 312C160 298.7 149.3 288 136 288H88z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 416C512 451.3 483.3 480 448 480H224V32H448C483.3 32 512 60.65 512 96V416z" })),
|
|
264
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M224 32V480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H224zM88 96C74.75 96 64 106.7 64 120C64 133.3 74.75 144 88 144H136C149.3 144 160 133.3 160 120C160 106.7 149.3 96 136 96H88zM88 240H136C149.3 240 160 229.3 160 216C160 202.7 149.3 192 136 192H88C74.75 192 64 202.7 64 216C64 229.3 74.75 240 88 240zM88 288C74.75 288 64 298.7 64 312C64 325.3 74.75 336 88 336H136C149.3 336 160 325.3 160 312C160 298.7 149.3 288 136 288H88z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 416C512 451.3 483.3 480 448 480H224V32H448C483.3 32 512 60.65 512 96V416z" })), c2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/squirrel", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
265
265
|
fill: "currentcolor",
|
|
266
266
|
color: "currentcolor",
|
|
267
267
|
width: "1em",
|
|
268
268
|
height: "1em"
|
|
269
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M463.9 448H448.9c18.25-18.38 30.1-42.13 30.1-64c0-26.5-22.12-52.75-47.87-61.13L432 224h47.88c20.36 0 35.62-18.85 31.4-38.77C500.9 136.4 466.8 96 415.9 96V64c-48 0-74.25 62.75-89.37 108.3L216 504.3C231.5 508.9 247.5 512 264.2 512h231.7c8.75 0 15.99-7.125 15.99-16C511.9 469.6 490.3 448 463.9 448zM415.1 160c0-8.875 7.12-16 15.1-16s15.98 7.125 15.98 16s-7.125 16-15.1 16S415.1 168.9 415.1 160z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M287.1 288.1l-71.95 216.3c-66.92-19.56-118.1-77.63-120-149.7C95.64 329.2 101.8 305.5 112 284.2C47.94 269.6 0 212.5 0 144C0 64.47 64.47 0 143.1 0s143.1 64.47 143.1 144V288.1z" })),
|
|
269
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M463.9 448H448.9c18.25-18.38 30.1-42.13 30.1-64c0-26.5-22.12-52.75-47.87-61.13L432 224h47.88c20.36 0 35.62-18.85 31.4-38.77C500.9 136.4 466.8 96 415.9 96V64c-48 0-74.25 62.75-89.37 108.3L216 504.3C231.5 508.9 247.5 512 264.2 512h231.7c8.75 0 15.99-7.125 15.99-16C511.9 469.6 490.3 448 463.9 448zM415.1 160c0-8.875 7.12-16 15.1-16s15.98 7.125 15.98 16s-7.125 16-15.1 16S415.1 168.9 415.1 160z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M287.1 288.1l-71.95 216.3c-66.92-19.56-118.1-77.63-120-149.7C95.64 329.2 101.8 305.5 112 284.2C47.94 269.6 0 212.5 0 144C0 64.47 64.47 0 143.1 0s143.1 64.47 143.1 144V288.1z" })), a2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/duotone/stethoscope", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
270
270
|
fill: "currentcolor",
|
|
271
271
|
color: "currentcolor",
|
|
272
272
|
width: "1em",
|
|
273
273
|
height: "1em"
|
|
274
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
274
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M332.7 13.09L269.8 .4775c-12.96-2.607-25.56 5.803-28.16 18.77c-.002 .0156 .0039-.0156 0 0L238.4 34.99c-2.607 12.96 5.849 25.61 18.81 28.22c.0156 .0039-.0156-.002 0 0l30.69 6.059L288 192c0 53.02-42.98 96-96 96S95.94 244.1 95.94 191.9L95.89 69.37l30.72-6.112C139.6 60.68 147.1 48.07 145.4 35.1c-.0039-.0176 .0039 .0176 0 0L142.3 19.37C139.7 6.397 127.1-1.997 114.1 .5814c-.0176 .0039 .0176-.0039 0 0L51.28 12.99C40.06 15.27 32.02 25.15 32 36.59v155.4C32 280.2 103.8 352 192 352s160-71.78 160-160V36.59C351.1 25.16 343.9 15.33 332.7 13.09zM480 112c-44.18 0-80 35.82-80 80S435.8 272 480 272c44.18 0 80-35.81 80-79.1S524.2 112 480 112zM480 216c-13.23 0-24-10.77-24-24S466.8 168 480 168c13.23 0 24 10.77 24 24S493.2 216 480 216z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M512 265.3v78.75c0 92.6-79 168-176 168c-95.39 0-173.3-72.82-175.9-163.2l.5342 .0439C170.8 350.9 181.3 352 192 352s21.2-1.143 31.35-3.17l.8711-.0439c2.701 55.1 51.89 99.23 111.9 99.23c61.8 0 112-46.7 112-104V265.3C457.9 269.6 468.6 272 480 272C491.4 272 502.2 269.5 512 265.3z" })), s2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/timer", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
275
275
|
fill: "currentcolor",
|
|
276
276
|
color: "currentcolor",
|
|
277
277
|
width: "1em",
|
|
278
278
|
height: "1em"
|
|
279
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
279
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M159 159C168.4 149.7 183.6 149.7 192.1 159L272.1 239C282.3 248.4 282.3 263.6 272.1 272.1C263.6 282.3 248.4 282.3 239 272.1L159 192.1C149.7 183.6 149.7 168.4 159 159V159z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M224 32C224 14.33 238.3 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 184.4 29.46 119.6 76.84 73.14C89.46 60.78 109.7 60.98 122.1 73.6C134.5 86.23 134.3 106.5 121.6 118.9C86.03 153.7 64 202.3 64 256C64 362 149.1 448 256 448C362 448 448 362 448 256C448 160.9 378.8 81.89 288 66.65V96C288 113.7 273.7 128 256 128C238.3 128 224 113.7 224 96V32z" })), n2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/trash-can", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
280
280
|
fill: "currentcolor",
|
|
281
281
|
color: "currentcolor",
|
|
282
282
|
width: "1em",
|
|
283
283
|
height: "1em"
|
|
284
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M284.2 0C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "
|
|
284
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M284.2 0C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M416 448C416 483.3 387.3 512 352 512H96C60.65 512 32 483.3 32 448V96H416V448zM144 176C144 167.2 136.8 160 128 160C119.2 160 112 167.2 112 176V400C112 408.8 119.2 416 128 416C136.8 416 144 408.8 144 400V176zM240 176C240 167.2 232.8 160 224 160C215.2 160 208 167.2 208 176V400C208 408.8 215.2 416 224 416C232.8 416 240 408.8 240 400V176zM336 176C336 167.2 328.8 160 320 160C311.2 160 304 167.2 304 176V400C304 408.8 311.2 416 320 416C328.8 416 336 408.8 336 400V176z" })), C2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/trash", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
285
285
|
fill: "currentcolor",
|
|
286
286
|
color: "currentcolor",
|
|
287
287
|
width: "1em",
|
|
288
288
|
height: "1em"
|
|
289
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
289
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M284.2 0C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M32 96H416L394.6 466.8C393.1 492.2 372.1 512 346.7 512H101.3C75.87 512 54.86 492.2 53.39 466.8L32 96z" })), m2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/upload", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
290
290
|
fill: "currentcolor",
|
|
291
291
|
color: "currentcolor",
|
|
292
292
|
width: "1em",
|
|
293
293
|
height: "1em"
|
|
294
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
294
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M105.4 182.6c-12.49-12.49-12.49-32.75 0-45.25l128-128C239.6 3.125 247.8 0 256 0s16.38 3.125 22.62 9.375l128 128c12.49 12.49 12.49 32.75 0 45.25c-12.5 12.49-32.76 12.5-45.25 .001L288 109.3V352c0 17.67-14.33 32-32 32c-17.67 0-32-14.33-32-32V109.3L150.6 182.6C138.1 195.1 117.9 195.1 105.4 182.6z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M480 352h-160c0 35.35-28.65 64-64 64s-64-28.65-64-64H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456z" })), i2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/user-gear", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
295
295
|
fill: "currentcolor",
|
|
296
296
|
color: "currentcolor",
|
|
297
297
|
width: "1em",
|
|
298
298
|
height: "1em"
|
|
299
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
299
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M610.5 373.3c2.625-14 2.625-28.5 0-42.5l25.75-15c3-1.625 4.375-5.125 3.375-8.5c-6.75-21.5-18.25-41.13-33.25-57.38c-2.25-2.5-6-3.125-9-1.375l-25.75 14.88c-10.88-9.25-23.38-16.5-36.88-21.25V212.3c0-3.375-2.5-6.375-5.75-7c-22.25-5-45-4.875-66.25 0c-3.25 .625-5.625 3.625-5.625 7v29.88c-13.5 4.75-26 12-36.88 21.25L394.4 248.5c-2.875-1.75-6.625-1.125-9 1.375c-15 16.25-26.5 35.88-33.13 57.38c-1 3.375 .3751 6.875 3.25 8.5l25.75 15c-2.5 14-2.5 28.5 0 42.5l-25.75 15c-3 1.625-4.25 5.125-3.25 8.5c6.625 21.5 18.13 41 33.13 57.38c2.375 2.5 6 3.125 9 1.375l25.88-14.88c10.88 9.25 23.38 16.5 36.88 21.25v29.88c0 3.375 2.375 6.375 5.625 7c22.38 5 45 4.875 66.25 0c3.25-.625 5.75-3.625 5.75-7v-29.88c13.5-4.75 26-12 36.88-21.25l25.75 14.88c2.875 1.75 6.75 1.125 9-1.375c15-16.25 26.5-35.88 33.25-57.38c1-3.375-.3751-6.875-3.375-8.5L610.5 373.3zM496 400.5c-26.75 0-48.5-21.75-48.5-48.5s21.75-48.5 48.5-48.5c26.75 0 48.5 21.75 48.5 48.5S522.8 400.5 496 400.5z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM425.1 491.8v-9.172c-2.303-1.25-4.572-2.559-6.809-3.93l-7.818 4.493c-6.002 3.504-12.83 5.352-19.75 5.352c-10.71 0-21.13-4.492-28.97-12.75c-18.41-20.09-32.29-44.15-40.22-69.9c-5.352-18.06 2.343-36.87 17.83-45.24l8.018-4.669c-.0664-2.621-.0664-5.242 0-7.859l-7.655-4.461c-12.3-6.953-19.4-19.66-19.64-33.38C305.6 306.3 290.4 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512H413.3c5.727 0 10.9-1.727 15.66-4.188C426.7 502.8 425.1 497.5 425.1 491.8z" })), h2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/user-group", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
300
300
|
fill: "currentcolor",
|
|
301
301
|
color: "currentcolor",
|
|
302
302
|
width: "1em",
|
|
303
303
|
height: "1em"
|
|
304
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
304
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3c-95.73 0-173.3 77.6-173.3 173.3C0 496.5 15.52 512 34.66 512H413.3C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M479.1 320h-73.85C451.2 357.7 480 414.1 480 477.3C480 490.1 476.2 501.9 470 512h138C625.7 512 640 497.6 640 479.1C640 391.6 568.4 320 479.1 320zM432 256C493.9 256 544 205.9 544 144S493.9 32 432 32c-25.11 0-48.04 8.555-66.72 22.51C376.8 76.63 384 101.4 384 128c0 35.52-11.93 68.14-31.59 94.71C372.7 243.2 400.8 256 432 256z" })), d2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/user-tie-hair", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
305
305
|
fill: "currentcolor",
|
|
306
306
|
color: "currentcolor",
|
|
307
307
|
width: "1em",
|
|
308
308
|
height: "1em"
|
|
309
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
309
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M97.66 107.4C107.5 46.48 160.3 0 224 0C283.6 0 333.8 40.79 347.1 96H312C289.2 96 269.2 84.09 257.9 66.16C240.1 93.66 210.6 112 176 112H120C112.1 112 104.5 110.3 97.66 107.4V107.4zM209.1 359.2L176 304H272L238.9 359.2L272.2 483.1L311.7 321.9C388.9 333.9 448 400.7 448 481.3C448 498.2 434.2 512 417.3 512H30.72C13.75 512 0 498.2 0 481.3C0 400.7 59.09 333.9 136.3 321.9L175.8 483.1L209.1 359.2z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M257.9 66.16C269.2 84.1 289.2 96 312 96H347.1C350.6 106.2 352 116.1 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128C96 120.1 96.57 114.1 97.65 107.4C104.5 110.4 112.1 112 120 112H176C210.6 112 240.1 93.66 257.9 66.16V66.16z" })), w2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/user-tie", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
310
310
|
fill: "currentcolor",
|
|
311
311
|
color: "currentcolor",
|
|
312
312
|
width: "1em",
|
|
313
313
|
height: "1em"
|
|
314
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
314
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M272 304L238.9 359.2L272.2 483.1L311.7 321.9C388.9 333.9 448 400.7 448 481.3C448 498.2 434.2 512 417.3 512H30.72C13.75 512 0 498.2 0 481.3C0 400.7 59.09 333.9 136.3 321.9L175.8 483.1L209.1 359.2L176 304L272 304z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M96 128C96 57.31 153.3 0 224 0C294.7 0 352 57.31 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128z" })), u2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/user-vneck", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
315
315
|
fill: "currentcolor",
|
|
316
316
|
color: "currentcolor",
|
|
317
317
|
width: "1em",
|
|
318
318
|
height: "1em"
|
|
319
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
319
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M140.2 306.3L224 431.1L307.8 306.3C387.4 319.5 448 388.7 448 471.1V479.1C448 497.7 433.7 511.1 416 511.1H32C14.33 511.1 0 497.7 0 479.1V471.1C0 388.7 60.64 319.5 140.2 306.3z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M96 128C96 57.31 153.3 0 224 0C294.7 0 352 57.31 352 128C352 198.7 294.7 256 224 256C153.3 256 96 198.7 96 128z" })), g2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/duotone/user", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
320
320
|
fill: "currentcolor",
|
|
321
321
|
color: "currentcolor",
|
|
322
322
|
width: "1em",
|
|
323
323
|
height: "1em"
|
|
324
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
324
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M352 128c0 70.69-57.3 128-128 128C153.3 256 96 198.7 96 128s57.31-128 128-128C294.7 0 352 57.31 352 128z" })), f2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/users", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
325
325
|
fill: "currentcolor",
|
|
326
326
|
color: "currentcolor",
|
|
327
327
|
width: "1em",
|
|
328
328
|
height: "1em"
|
|
329
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
329
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M319.9 320c57.41 0 103.1-46.56 103.1-104c0-57.44-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104C215.9 273.4 262.5 320 319.9 320zM369.9 352H270.1C191.6 352 128 411.7 128 485.3C128 500.1 140.7 512 156.4 512h327.2C499.3 512 512 500.1 512 485.3C512 411.7 448.4 352 369.9 352z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80S83.82 160 128 160zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80S467.8 160 512 160zM551.9 192h-61.84c-12.8 0-24.88 3.037-35.86 8.24C454.8 205.5 455.8 210.6 455.8 216c0 33.71-12.78 64.21-33.16 88h199.7C632.1 304 640 295.6 640 285.3C640 233.8 600.6 192 551.9 192zM185.5 200.1C174.6 194.1 162.6 192 149.9 192H88.08C39.44 192 0 233.8 0 285.3C0 295.6 7.887 304 17.62 304h199.5c-20.38-23.79-33.16-54.29-33.16-88C183.9 210.6 184.9 205.4 185.5 200.1z" })), v2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/duotone/wallet", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
330
330
|
fill: "currentcolor",
|
|
331
331
|
color: "currentcolor",
|
|
332
332
|
width: "1em",
|
|
333
333
|
height: "1em"
|
|
334
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "
|
|
334
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M48 127.1L448 128C448.4 128 448.9 128 449.3 128C460.5 128.3 470.9 131.6 480 136.9V136.6C499.1 147.6 512 168.3 512 192V416C512 451.3 483.3 480 448 480H64C28.65 480 0 451.3 0 416V80C0 106.5 21.49 128 48 128L48 127.1zM416 336C433.7 336 448 321.7 448 304C448 286.3 433.7 272 416 272C398.3 272 384 286.3 384 304C384 321.7 398.3 336 416 336z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M0 80C0 53.49 21.49 32 48 32H432C458.5 32 480 53.49 480 80V136.6C470.6 131.1 459.7 128 448 128L48 128C21.49 128 0 106.5 0 80V80z" })), y2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "data-waves-icon": "fa/duotone/warehouse-full", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
335
335
|
fill: "currentcolor",
|
|
336
336
|
color: "currentcolor",
|
|
337
337
|
width: "1em",
|
|
338
338
|
height: "1em"
|
|
339
|
-
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-
|
|
339
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-primary", d: "M40.23 111.9L308.1 4.753C315.7 1.702 324.3 1.702 331.9 4.753L599.8 111.9C624.1 121.6 640 145.2 640 171.3V488C640 501.3 629.3 512 616 512H568C554.7 512 544 501.3 544 488V223.1C544 206.3 529.7 191.1 512 191.1H128C110.3 191.1 96 206.3 96 223.1V488C96 501.3 85.25 512 72 512H24C10.75 512 0 501.3 0 488V171.3C0 145.2 15.93 121.6 40.23 111.9z" }), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M128 248C128 234.7 138.7 224 152 224H296C309.3 224 320 234.7 320 248V328C320 341.3 309.3 352 296 352H152C138.7 352 128 341.3 128 328V248zM352 408C352 394.7 362.7 384 376 384H488C501.3 384 512 394.7 512 408V488C512 501.3 501.3 512 488 512H376C362.7 512 352 501.3 352 488V408zM296 384C309.3 384 320 394.7 320 408V488C320 501.3 309.3 512 296 512H152C138.7 512 128 501.3 128 488V408C128 394.7 138.7 384 152 384H296z" })), p2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512", "data-waves-icon": "fa/duotone/xmark", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
340
340
|
fill: "currentcolor",
|
|
341
341
|
color: "currentcolor",
|
|
342
342
|
width: "1em",
|
|
343
343
|
height: "1em"
|
|
344
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "
|
|
344
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { className: "fa-secondary", d: "M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z" })), E2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/light/circle-check", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
345
345
|
fill: "currentcolor",
|
|
346
346
|
color: "currentcolor",
|
|
347
347
|
width: "1em",
|
|
348
348
|
height: "1em"
|
|
349
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "
|
|
349
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M235.3 331.3C229.1 337.6 218.9 337.6 212.7 331.3L148.7 267.3C142.4 261.1 142.4 250.9 148.7 244.7C154.9 238.4 165.1 238.4 171.3 244.7L224 297.4L340.7 180.7C346.9 174.4 357.1 174.4 363.3 180.7C369.6 186.9 369.6 197.1 363.3 203.3L235.3 331.3zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z" })), M2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/light/circle-exclamation", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
350
350
|
fill: "currentcolor",
|
|
351
351
|
color: "currentcolor",
|
|
352
352
|
width: "1em",
|
|
353
353
|
height: "1em"
|
|
354
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "
|
|
354
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 480c-123.5 0-224-100.5-224-224s100.5-224 224-224s224 100.5 224 224S379.5 480 256 480zM256 304c8.844 0 16-7.156 16-16V128c0-8.844-7.156-16-16-16S240 119.2 240 128v160C240 296.8 247.2 304 256 304zM256 344c-13.25 0-24 10.75-24 24s10.75 24 24 24s24-10.75 24-24S269.3 344 256 344z" })), z2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/light/circle-xmark", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
355
355
|
fill: "currentcolor",
|
|
356
356
|
color: "currentcolor",
|
|
357
357
|
width: "1em",
|
|
358
358
|
height: "1em"
|
|
359
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "
|
|
359
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M180.7 180.7C186.9 174.4 197.1 174.4 203.3 180.7L256 233.4L308.7 180.7C314.9 174.4 325.1 174.4 331.3 180.7C337.6 186.9 337.6 197.1 331.3 203.3L278.6 256L331.3 308.7C337.6 314.9 337.6 325.1 331.3 331.3C325.1 337.6 314.9 337.6 308.7 331.3L256 278.6L203.3 331.3C197.1 337.6 186.9 337.6 180.7 331.3C174.4 325.1 174.4 314.9 180.7 308.7L233.4 256L180.7 203.3C174.4 197.1 174.4 186.9 180.7 180.7zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z" })), H2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/light/rotate", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
360
360
|
fill: "currentcolor",
|
|
361
361
|
color: "currentcolor",
|
|
362
362
|
width: "1em",
|
|
363
363
|
height: "1em"
|
|
364
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M447.1
|
|
364
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M447.1 272.2c-8.766-1.562-16.97 4.406-18.42 13.12C415.3 370.3 342.3 432 255.1 432c-49.96 0-95.99-21.56-128.5-56.8l59.88-59.88C191.9 310.8 193.3 303.8 190.8 297.9C188.3 291.9 182.5 288 176 288h-128C39.16 288 32 295.2 32 304v128c0 6.469 3.891 12.31 9.875 14.78C43.86 447.6 45.94 448 48 448c4.156 0 8.25-1.625 11.31-4.688l45.6-45.6C143.3 438.9 197.4 464 256 464c101.1 0 188.3-72.91 205.1-173.3C462.6 281.9 456.7 273.7 447.1 272.2zM64 393.4V320h73.38L64 393.4zM470.1 65.22C468.1 64.41 466.1 64 464 64c-4.156 0-8.25 1.625-11.31 4.688l-45.6 45.6C368.7 73.15 314.6 48 256 48c-102 0-188.3 72.91-205.1 173.3C49.42 230.1 55.3 238.3 64.02 239.8c8.766 1.562 16.97-4.406 18.42-13.12C96.69 141.7 169.7 80 256 80c49.96 0 96.02 21.56 128.6 56.8l-59.88 59.88c-4.578 4.562-5.953 11.47-3.469 17.44C323.7 220.1 329.5 224 336 224h128C472.8 224 480 216.8 480 208v-128C480 73.53 476.1 67.69 470.1 65.22zM448 192h-73.38L448 118.6V192z" })), V2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "data-waves-icon": "fa/solid/arrow-left", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
365
365
|
fill: "currentcolor",
|
|
366
366
|
color: "currentcolor",
|
|
367
367
|
width: "1em",
|
|
368
368
|
height: "1em"
|
|
369
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "
|
|
369
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M447.1 256C447.1 273.7 433.7 288 416 288H109.3l105.4 105.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448s-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L109.3 224H416C433.7 224 447.1 238.3 447.1 256z" })), L2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "data-waves-icon": "fa/solid/circle", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
370
370
|
fill: "currentcolor",
|
|
371
371
|
color: "currentcolor",
|
|
372
372
|
width: "1em",
|
|
373
373
|
height: "1em"
|
|
374
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M512
|
|
374
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256z" })), x2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/solid/credit-card-blank", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
375
375
|
fill: "currentcolor",
|
|
376
376
|
color: "currentcolor",
|
|
377
377
|
width: "1em",
|
|
378
378
|
height: "1em"
|
|
379
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "
|
|
379
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M512 32C547.3 32 576 60.65 576 96V416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H512zM112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384z" })), S2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/solid/credit-card-front", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
380
380
|
fill: "currentcolor",
|
|
381
381
|
color: "currentcolor",
|
|
382
382
|
width: "1em",
|
|
383
383
|
height: "1em"
|
|
384
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "
|
|
384
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M0 96C0 60.65 28.65 32 64 32H512C547.3 32 576 60.65 576 96V416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V96zM112 288C103.2 288 96 295.2 96 304C96 312.8 103.2 320 112 320H464C472.8 320 480 312.8 480 304C480 295.2 472.8 288 464 288H112zM112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384zM408 96C394.7 96 384 106.7 384 120V168C384 181.3 394.7 192 408 192H488C501.3 192 512 181.3 512 168V120C512 106.7 501.3 96 488 96H408z" })), N2 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "data-waves-icon": "fa/solid/credit-card", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
385
385
|
fill: "currentcolor",
|
|
386
386
|
color: "currentcolor",
|
|
387
387
|
width: "1em",
|
|
388
388
|
height: "1em"
|
|
389
|
-
}, ...t }, /* @__PURE__ */ e.createElement("
|
|
389
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M512 32C547.3 32 576 60.65 576 96V128H0V96C0 60.65 28.65 32 64 32H512zM576 416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V224H576V416zM112 352C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384z" })), B2 = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 122 100", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
390
390
|
fill: "currentcolor",
|
|
391
391
|
color: "currentcolor",
|
|
392
392
|
width: "1em",
|
|
393
393
|
height: "1em"
|
|
394
|
-
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "
|
|
394
|
+
}, ...t }, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("style", null, ".fa-secondary{opacity:.4}")), /* @__PURE__ */ e.createElement("path", { d: "M60.6033 99.4921C85.237 99.4921 105.207 95.7607 105.207 91.1579C105.207 86.555 85.237 82.8237 60.6033 82.8237C35.9696 82.8237 16 86.555 16 91.1579C16 95.7607 35.9696 99.4921 60.6033 99.4921Z", fill: "#F5F5F7", fillOpacity: 0.8 }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M96.2855 66.6737L80.5454 47.3019C79.7901 46.3901 78.6862 45.8381 77.5237 45.8381H43.6816C42.5197 45.8381 41.4158 46.3901 40.6605 47.3019L24.9211 66.6737V76.7941H96.2862V66.6737H96.2855Z", className: "fa-secondary" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.2566 20.8355H82.9493C83.6473 20.8355 84.3166 21.1128 84.8101 21.6063C85.3037 22.0998 85.5809 22.7692 85.5809 23.4671V84.8776C85.5809 85.5755 85.3037 86.2449 84.8101 86.7384C84.3166 87.2319 83.6473 87.5092 82.9493 87.5092H38.2566C37.5586 87.5092 36.8893 87.2319 36.3958 86.7384C35.9022 86.2449 35.625 85.5755 35.625 84.8776V23.4671C35.625 22.7692 35.9022 22.0998 36.3958 21.6063C36.8893 21.1128 37.5586 20.8355 38.2566 20.8355V20.8355Z", className: "fa-secondary" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.0776 27.3835H77.1283C77.4773 27.3835 77.8119 27.5222 78.0587 27.7689C78.3055 28.0157 78.4441 28.3504 78.4441 28.6993V45.1184C78.4441 45.4674 78.3055 45.8021 78.0587 46.0488C77.8119 46.2956 77.4773 46.4342 77.1283 46.4342H44.0776C43.7287 46.4342 43.394 46.2956 43.1472 46.0488C42.9005 45.8021 42.7618 45.4674 42.7618 45.1184V28.6993C42.7618 28.3504 42.9005 28.0157 43.1472 27.7689C43.394 27.5222 43.7287 27.3835 44.0776 27.3835ZM44.25 53.577H76.9559C77.3506 53.577 77.7291 53.7338 78.0082 54.0128C78.2873 54.2919 78.4441 54.6704 78.4441 55.0651C78.4441 55.4598 78.2873 55.8383 78.0082 56.1174C77.7291 56.3965 77.3506 56.5533 76.9559 56.5533H44.25C43.8553 56.5533 43.4768 56.3965 43.1977 56.1174C42.9186 55.8383 42.7618 55.4598 42.7618 55.0651C42.7618 54.6704 42.9186 54.2919 43.1977 54.0128C43.4768 53.7338 43.8553 53.577 44.25 53.577ZM44.25 61.3158H76.9559C77.3507 61.3158 77.7293 61.4726 78.0084 61.7518C78.2876 62.0309 78.4444 62.4095 78.4444 62.8043C78.4444 63.199 78.2876 63.5776 78.0084 63.8568C77.7293 64.1359 77.3507 64.2928 76.9559 64.2928H44.25C43.8552 64.2928 43.4766 64.1359 43.1975 63.8568C42.9183 63.5776 42.7615 63.199 42.7615 62.8043C42.7615 62.4095 42.9183 62.0309 43.1975 61.7518C43.4766 61.4726 43.8552 61.3158 44.25 61.3158ZM96.1401 89.9355C95.6303 91.9559 93.8395 93.4618 91.7092 93.4618H29.4967C27.3664 93.4618 25.5757 91.9553 25.0664 89.9355C24.9693 89.5505 24.9203 89.1549 24.9204 88.7579V66.6743H42.2349C44.1474 66.6743 45.6888 68.2849 45.6888 70.2401V70.2664C45.6888 72.221 47.248 73.7993 49.1605 73.7993H72.0454C73.9579 73.7993 75.5171 72.2066 75.5171 70.2513V70.2434C75.5171 68.2881 77.0586 66.6737 78.9711 66.6737H96.2855V88.7585C96.2855 89.1645 96.2349 89.5585 96.1401 89.9355Z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M98.3165 21.9026L93.823 23.6461C93.7076 23.6909 93.5818 23.7023 93.4602 23.6789C93.3386 23.6555 93.2261 23.5982 93.1355 23.5137C93.045 23.4292 92.9802 23.3208 92.9485 23.2011C92.9169 23.0813 92.9197 22.9551 92.9566 22.8368L94.2309 18.7533C92.5276 16.8164 91.5276 14.4546 91.5276 11.9059C91.5276 5.33026 98.1842 0 106.396 0C114.606 0 121.263 5.33026 121.263 11.9059C121.263 18.4816 114.607 23.8118 106.395 23.8118C103.416 23.8118 100.643 23.1105 98.3165 21.9026Z" }), /* @__PURE__ */ e.createElement("path", { d: "M112.253 14.0559C113.288 14.0559 114.127 13.2268 114.127 12.204C114.127 11.1811 113.288 10.352 112.253 10.352C111.217 10.352 110.378 11.1811 110.378 12.204C110.378 13.2268 111.217 14.0559 112.253 14.0559Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M102.413 13.8243H98.6645L100.571 10.5836L102.413 13.8243ZM104.756 10.5836H108.036V13.8243H104.756V10.5836Z", fill: "white" })), k2 = (t) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 664 652", xmlns: "http://www.w3.org/2000/svg", "data-waves-icon": "pi/logo", fill: "currentColor", color: "currentColor", width: "1em", height: "1em", style: {
|
|
395
|
+
fill: "currentcolor",
|
|
396
|
+
color: "currentcolor",
|
|
397
|
+
width: "1em",
|
|
398
|
+
height: "1em"
|
|
399
|
+
}, ...t }, /* @__PURE__ */ e.createElement("path", { d: "M391.42 125.965C448.039 184.645 504.938 243.615 565.81 185.331C583.085 168.806 588.671 138.702 583.932 117.95C552.33 -20.4551 366.687 -26.094 284.964 44.5249L285.069 45.0613C321.006 52.9875 356.159 89.4202 391.42 125.965Z" }), /* @__PURE__ */ e.createElement("path", { d: "M522.431 495.702C448.189 455.82 486.69 383.483 525.002 311.503C548.862 266.674 572.648 221.983 569.081 185.356L569.559 185.09C661.976 240.991 713.98 419.291 592.114 492.115C573.842 503.035 543.486 507.025 522.431 495.702V495.702Z" }), /* @__PURE__ */ e.createElement("path", { d: "M213.844 550.355C228.833 467.423 309.526 481.686 389.823 495.879C439.831 504.719 489.685 513.531 523.417 498.82L523.818 499.192C499.211 604.36 345.708 708.916 238.789 615.519C222.757 601.516 209.582 573.878 213.844 550.355Z" }), /* @__PURE__ */ e.createElement("path", { d: "M284.035 48.1638C320.656 124.068 246.989 159.959 173.686 195.673C128.033 217.916 82.5196 240.09 63.8762 271.819L63.3335 271.753C21.4251 172.207 84.1548 -2.6076 225.552 10.1071C246.753 12.0131 273.657 26.6279 284.035 48.1638Z" }), /* @__PURE__ */ e.createElement("path", { d: "M172.699 424.293C161.384 343.54 150.014 262.389 66.5079 273.761C42.819 276.977 20.6057 298.048 12.2415 317.622C-43.5448 448.169 103.33 561.849 210.954 552.754L211.185 552.258C186.77 524.722 179.745 474.585 172.699 424.293Z" })), b2 = Object.fromEntries(
|
|
395
400
|
Object.entries(
|
|
396
401
|
/* @__PURE__ */ Object.assign({
|
|
397
402
|
"./assets/fa/duotone/arrow-down-arrow-up.svg": s,
|
|
@@ -446,44 +451,45 @@ const s = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.
|
|
|
446
451
|
"./assets/fa/duotone/rectangle-history.svg": l2,
|
|
447
452
|
"./assets/fa/duotone/server.svg": r2,
|
|
448
453
|
"./assets/fa/duotone/sidebar.svg": o2,
|
|
449
|
-
"./assets/fa/duotone/squirrel.svg":
|
|
450
|
-
"./assets/fa/duotone/
|
|
451
|
-
"./assets/fa/duotone/
|
|
452
|
-
"./assets/fa/duotone/trash.svg": n2,
|
|
453
|
-
"./assets/fa/duotone/
|
|
454
|
-
"./assets/fa/duotone/
|
|
455
|
-
"./assets/fa/duotone/user-
|
|
456
|
-
"./assets/fa/duotone/user-
|
|
457
|
-
"./assets/fa/duotone/user-tie.svg": d2,
|
|
458
|
-
"./assets/fa/duotone/user-
|
|
459
|
-
"./assets/fa/duotone/user.svg": u2,
|
|
460
|
-
"./assets/fa/duotone/
|
|
461
|
-
"./assets/fa/duotone/
|
|
462
|
-
"./assets/fa/duotone/
|
|
463
|
-
"./assets/fa/duotone/
|
|
464
|
-
"./assets/fa/
|
|
465
|
-
"./assets/fa/light/circle-
|
|
466
|
-
"./assets/fa/light/circle-
|
|
467
|
-
"./assets/fa/light/
|
|
468
|
-
"./assets/fa/
|
|
469
|
-
"./assets/fa/solid/
|
|
470
|
-
"./assets/fa/solid/
|
|
471
|
-
"./assets/fa/solid/credit-card-
|
|
472
|
-
"./assets/fa/solid/credit-card.svg": S2,
|
|
473
|
-
"./assets/
|
|
474
|
-
"./assets/pi/
|
|
454
|
+
"./assets/fa/duotone/squirrel.svg": c2,
|
|
455
|
+
"./assets/fa/duotone/stethoscope.svg": a2,
|
|
456
|
+
"./assets/fa/duotone/timer.svg": s2,
|
|
457
|
+
"./assets/fa/duotone/trash-can.svg": n2,
|
|
458
|
+
"./assets/fa/duotone/trash.svg": C2,
|
|
459
|
+
"./assets/fa/duotone/upload.svg": m2,
|
|
460
|
+
"./assets/fa/duotone/user-gear.svg": i2,
|
|
461
|
+
"./assets/fa/duotone/user-group.svg": h2,
|
|
462
|
+
"./assets/fa/duotone/user-tie-hair.svg": d2,
|
|
463
|
+
"./assets/fa/duotone/user-tie.svg": w2,
|
|
464
|
+
"./assets/fa/duotone/user-vneck.svg": u2,
|
|
465
|
+
"./assets/fa/duotone/user.svg": g2,
|
|
466
|
+
"./assets/fa/duotone/users.svg": f2,
|
|
467
|
+
"./assets/fa/duotone/wallet.svg": v2,
|
|
468
|
+
"./assets/fa/duotone/warehouse-full.svg": y2,
|
|
469
|
+
"./assets/fa/duotone/xmark.svg": p2,
|
|
470
|
+
"./assets/fa/light/circle-check-outline.svg": E2,
|
|
471
|
+
"./assets/fa/light/circle-exclamation-outline.svg": M2,
|
|
472
|
+
"./assets/fa/light/circle-xmark-outline.svg": z2,
|
|
473
|
+
"./assets/fa/light/rotate.svg": H2,
|
|
474
|
+
"./assets/fa/solid/arrow-left.svg": V2,
|
|
475
|
+
"./assets/fa/solid/circle.svg": L2,
|
|
476
|
+
"./assets/fa/solid/credit-card-blank.svg": x2,
|
|
477
|
+
"./assets/fa/solid/credit-card-front.svg": S2,
|
|
478
|
+
"./assets/fa/solid/credit-card.svg": N2,
|
|
479
|
+
"./assets/pi/empty-img.svg": B2,
|
|
480
|
+
"./assets/pi/logo.svg": k2
|
|
475
481
|
})
|
|
476
482
|
).map(([t, r]) => {
|
|
477
483
|
var o, l;
|
|
478
484
|
return [(l = (o = t.split("/")) == null ? void 0 : o.at(-1)) == null ? void 0 : l.split(".svg")[0], r];
|
|
479
485
|
})
|
|
480
|
-
),
|
|
481
|
-
const l =
|
|
486
|
+
), R2 = ({ icon: t, size: r, color: o }) => {
|
|
487
|
+
const l = b2[t] ?? /* @__PURE__ */ a("span", { title: t, children: [
|
|
482
488
|
"ERROR ICON ",
|
|
483
|
-
/* @__PURE__ */
|
|
489
|
+
/* @__PURE__ */ c(R2, { icon: "circle-exclamation" })
|
|
484
490
|
] });
|
|
485
|
-
return l && /* @__PURE__ */
|
|
491
|
+
return l && /* @__PURE__ */ c(l, { style: { color: o, height: r, width: r } });
|
|
486
492
|
};
|
|
487
493
|
export {
|
|
488
|
-
|
|
494
|
+
R2 as Icon
|
|
489
495
|
};
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file is automatically generated. Any changes will be lost.
|
|
3
3
|
* run "yarn generate-icon-types" or "yarn build" to regenerate it.
|
|
4
4
|
*/
|
|
5
|
-
export type IconName = 'arrow-down-arrow-up' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-right-to-arc' | 'arrow-up-right-from-square' | 'arrows-rotate' | 'badge-check' | 'bell' | 'building-columns' | 'calendar-days' | 'check-double' | 'chevron-down' | 'chevron-up' | 'circle' | 'circle-arrow-right' | 'circle-check' | 'circle-check-outline' | 'circle-exclamation' | 'circle-exclamation-outline' | 'circle-info' | 'circle-minus' | 'circle-xmark' | 'circle-xmark-outline' | 'clock' | 'clock-rotate-left' | 'coin' | 'coins' | 'copy' | 'credit-card' | 'credit-card-blank' | 'credit-card-front' | 'download' | 'ellipsis-vertical' | 'empty-img' | 'empty-set' | 'eye' | 'eye-slash' | 'filter-list' | 'folder-magnifying-glass' | 'grid-horizontal' | 'headphones-simple' | 'house-blank' | 'list' | 'loader' | 'lock-keyhole' | 'lock-keyhole-open' | 'logo' | 'magnifying-glass' | 'map-location-dot' | 'mobile-screen-button' | 'money-bill-transfer' | 'money-bill-trend-up' | 'money-bills' | 'notes-medical' | 'paste' | 'pen-to-square' | 'percent' | 'piggy-bank' | 'rectangle-history' | 'rectangle-history-circle-user' | 'rotate' | 'server' | 'sidebar' | 'squirrel' | 'timer' | 'trash' | 'trash-can' | 'upload' | 'user' | 'user-gear' | 'user-group' | 'user-tie' | 'user-tie-hair' | 'user-vneck' | 'users' | 'wallet' | 'warehouse-full' | 'xmark';
|
|
5
|
+
export type IconName = 'arrow-down-arrow-up' | 'arrow-down-z-a' | 'arrow-left' | 'arrow-right-to-arc' | 'arrow-up-right-from-square' | 'arrows-rotate' | 'badge-check' | 'bell' | 'building-columns' | 'calendar-days' | 'check-double' | 'chevron-down' | 'chevron-up' | 'circle' | 'circle-arrow-right' | 'circle-check' | 'circle-check-outline' | 'circle-exclamation' | 'circle-exclamation-outline' | 'circle-info' | 'circle-minus' | 'circle-xmark' | 'circle-xmark-outline' | 'clock' | 'clock-rotate-left' | 'coin' | 'coins' | 'copy' | 'credit-card' | 'credit-card-blank' | 'credit-card-front' | 'download' | 'ellipsis-vertical' | 'empty-img' | 'empty-set' | 'eye' | 'eye-slash' | 'filter-list' | 'folder-magnifying-glass' | 'grid-horizontal' | 'headphones-simple' | 'house-blank' | 'list' | 'loader' | 'lock-keyhole' | 'lock-keyhole-open' | 'logo' | 'magnifying-glass' | 'map-location-dot' | 'mobile-screen-button' | 'money-bill-transfer' | 'money-bill-trend-up' | 'money-bills' | 'notes-medical' | 'paste' | 'pen-to-square' | 'percent' | 'piggy-bank' | 'rectangle-history' | 'rectangle-history-circle-user' | 'rotate' | 'server' | 'sidebar' | 'squirrel' | 'stethoscope' | 'timer' | 'trash' | 'trash-can' | 'upload' | 'user' | 'user-gear' | 'user-group' | 'user-tie' | 'user-tie-hair' | 'user-vneck' | 'users' | 'wallet' | 'warehouse-full' | 'xmark';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export type ToastCardProps = {
|
|
4
|
+
'data-testid'?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The variant of the toast card.
|
|
8
|
+
* @default 'default'
|
|
9
|
+
*/
|
|
10
|
+
variant?: 'default' | 'success' | 'danger' | 'warning' | 'info';
|
|
11
|
+
title: React.ReactNode;
|
|
12
|
+
'data-testid-title-wrapper'?: string;
|
|
13
|
+
classNameTitleWrapper?: string;
|
|
14
|
+
children: React.ReactNode;
|
|
15
|
+
'data-testid-children-wrapper'?: string;
|
|
16
|
+
classNameChildrenWrapper?: string;
|
|
17
|
+
footer?: React.ReactNode;
|
|
18
|
+
'data-testid-footer-wrapper'?: string;
|
|
19
|
+
classNameFooterWrapper?: string;
|
|
20
|
+
onClose: () => void;
|
|
21
|
+
};
|
|
22
|
+
declare const ToastCard: ({ variant, className, "data-testid": dataTestId, title, "data-testid-title-wrapper": dataTestIdTitleWrapper, classNameTitleWrapper, children, "data-testid-children-wrapper": dataTestIdChildrenWrapper, classNameChildrenWrapper, footer, "data-testid-footer-wrapper": dataTestIdFooterWrapper, classNameFooterWrapper, onClose, }: ToastCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export { ToastCard };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { jsxs as s, jsx as a, Fragment as f } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../clsx-DB4S2d7J.js";
|
|
3
|
+
import { Icon as u } from "../Icon/Icon.js";
|
|
4
|
+
import { IconButton as N } from "../IconButton/IconButton.js";
|
|
5
|
+
import '../../assets/ToastCard.css';const h = "_divider_g6asb_6", t = {
|
|
6
|
+
"toast-card": "_toast-card_g6asb_1",
|
|
7
|
+
divider: h,
|
|
8
|
+
"toast-card-padding": "_toast-card-padding_g6asb_10",
|
|
9
|
+
"toast-card-title": "_toast-card-title_g6asb_13",
|
|
10
|
+
"close-btn": "_close-btn_g6asb_24",
|
|
11
|
+
"toast-card-title--success": "_toast-card-title--success_g6asb_41",
|
|
12
|
+
"toast-card-title--danger": "_toast-card-title--danger_g6asb_44",
|
|
13
|
+
"toast-card-title--warning": "_toast-card-title--warning_g6asb_47",
|
|
14
|
+
"toast-card-title--info": "_toast-card-title--info_g6asb_50",
|
|
15
|
+
"toast-card-title--default": "_toast-card-title--default_g6asb_53"
|
|
16
|
+
}, C = ({
|
|
17
|
+
variant: i = "default",
|
|
18
|
+
className: r,
|
|
19
|
+
"data-testid": c,
|
|
20
|
+
title: o,
|
|
21
|
+
"data-testid-title-wrapper": l,
|
|
22
|
+
classNameTitleWrapper: n,
|
|
23
|
+
children: _,
|
|
24
|
+
"data-testid-children-wrapper": g,
|
|
25
|
+
classNameChildrenWrapper: m,
|
|
26
|
+
footer: e,
|
|
27
|
+
"data-testid-footer-wrapper": p,
|
|
28
|
+
classNameFooterWrapper: b,
|
|
29
|
+
onClose: v
|
|
30
|
+
}) => /* @__PURE__ */ s("div", { className: d(t["toast-card"], t[`toast-card--${i}`], r), "data-testid": c, children: [
|
|
31
|
+
/* @__PURE__ */ s(
|
|
32
|
+
"div",
|
|
33
|
+
{
|
|
34
|
+
className: d(
|
|
35
|
+
t["toast-card-padding"],
|
|
36
|
+
t["toast-card-title"],
|
|
37
|
+
t[`toast-card-title--${i}`],
|
|
38
|
+
n
|
|
39
|
+
),
|
|
40
|
+
"data-testid": l,
|
|
41
|
+
children: [
|
|
42
|
+
o,
|
|
43
|
+
/* @__PURE__ */ a(N, { className: t["close-btn"], icon: /* @__PURE__ */ a(u, { icon: "xmark", size: "1rem" }), onClick: v })
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ a("div", { className: t.divider }),
|
|
48
|
+
/* @__PURE__ */ a(
|
|
49
|
+
"div",
|
|
50
|
+
{
|
|
51
|
+
className: d(t["toast-card-padding"], m),
|
|
52
|
+
"data-testid": g,
|
|
53
|
+
children: _
|
|
54
|
+
}
|
|
55
|
+
),
|
|
56
|
+
e && /* @__PURE__ */ s(f, { children: [
|
|
57
|
+
/* @__PURE__ */ a("div", { className: t.divider }),
|
|
58
|
+
/* @__PURE__ */ a(
|
|
59
|
+
"div",
|
|
60
|
+
{
|
|
61
|
+
className: d(t["toast-card-padding"], b),
|
|
62
|
+
"data-testid": p,
|
|
63
|
+
children: e
|
|
64
|
+
}
|
|
65
|
+
)
|
|
66
|
+
] })
|
|
67
|
+
] });
|
|
68
|
+
export {
|
|
69
|
+
C as ToastCard
|
|
70
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ variant, className, "data-testid": dataTestId, title, "data-testid-title-wrapper": dataTestIdTitleWrapper, classNameTitleWrapper, children, "data-testid-children-wrapper": dataTestIdChildrenWrapper, classNameChildrenWrapper, footer, "data-testid-footer-wrapper": dataTestIdFooterWrapper, classNameFooterWrapper, onClose, }: import('./ToastCard').ToastCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Example: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/main.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export * from './components/Table/Table';
|
|
|
38
38
|
export * from './components/Tabs/Tabs';
|
|
39
39
|
export * from './components/Tag/Tag';
|
|
40
40
|
export * from './components/TextDisplay/TextDisplay';
|
|
41
|
+
export * from './components/ToastCard/ToastCard';
|
|
41
42
|
export * from './components/Toggle/Toggle';
|
|
42
43
|
export * from './components/ToggleGroup/ToggleGroup';
|
|
43
44
|
export * from './components/Tooltip/Tooltip';
|
package/dist/main.js
CHANGED
|
@@ -5,8 +5,8 @@ import { Autocomplete as m } from "./components/Autocomplete/Autocomplete.js";
|
|
|
5
5
|
import { Avatar as l } from "./components/Avatar/Avatar.js";
|
|
6
6
|
import { Badge as T } from "./components/Badge/Badge.js";
|
|
7
7
|
import { BankCard as c } from "./components/BankCard/BankCard.js";
|
|
8
|
-
import { Button as
|
|
9
|
-
import { Calendar as
|
|
8
|
+
import { Button as d } from "./components/Button/Button.js";
|
|
9
|
+
import { Calendar as S } from "./components/Calendar/Calendar.js";
|
|
10
10
|
import { Checkbox as b } from "./components/Checkbox/Checkbox.js";
|
|
11
11
|
import { C as h, R as D, T as A } from "./Toggle-BuZjueQ7.js";
|
|
12
12
|
import { ConfirmationDialog as I } from "./components/ConfirmationDialog/ConfirmationDialog.js";
|
|
@@ -33,19 +33,20 @@ import { TBody as bo, THead as ko, Table as ho, Td as Do, Th as Ao, Tr as Bo } f
|
|
|
33
33
|
import { Tabs as vo } from "./components/Tabs/Tabs.js";
|
|
34
34
|
import { Tag as Ro } from "./components/Tag/Tag.js";
|
|
35
35
|
import { TextDisplay as Go } from "./components/TextDisplay/TextDisplay.js";
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import { default as Yo } from "./components/Dialog/
|
|
44
|
-
import { default as _o } from "./components/Dialog/
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
36
|
+
import { ToastCard as Ho } from "./components/ToastCard/ToastCard.js";
|
|
37
|
+
import { Toggle as Lo } from "./components/Toggle/Toggle.js";
|
|
38
|
+
import { G as Oo } from "./Group-ZXteFV4M.js";
|
|
39
|
+
import { Tooltip as jo } from "./components/Tooltip/Tooltip.js";
|
|
40
|
+
import { TransactionRow as zo } from "./components/TransactionRow/TransactionRow.js";
|
|
41
|
+
import { Text as Jo, Typography as Ko } from "./components/Typography/Typography.js";
|
|
42
|
+
import { SnackbarContext as Qo, SnackbarProvider as Uo, useSnackbar as Vo } from "./contexts/SnackbarProvider/SnackbarProvider.js";
|
|
43
|
+
import { default as Yo } from "./components/Dialog/DialogTitle.js";
|
|
44
|
+
import { default as _o } from "./components/Dialog/Content.js";
|
|
45
|
+
import { default as or } from "./components/Dialog/Actions.js";
|
|
46
|
+
import { Tab as er } from "./components/Tabs/Tab.js";
|
|
47
|
+
import { TabPanel as pr } from "./components/Tabs/TabPanel.js";
|
|
47
48
|
export {
|
|
48
|
-
|
|
49
|
+
or as Actions,
|
|
49
50
|
e as Adornment,
|
|
50
51
|
p as Advice,
|
|
51
52
|
f as Alert,
|
|
@@ -53,15 +54,15 @@ export {
|
|
|
53
54
|
l as Avatar,
|
|
54
55
|
T as Badge,
|
|
55
56
|
c as BankCard,
|
|
56
|
-
|
|
57
|
-
|
|
57
|
+
d as Button,
|
|
58
|
+
S as Calendar,
|
|
58
59
|
b as Checkbox,
|
|
59
60
|
h as Chip,
|
|
60
61
|
I as ConfirmationDialog,
|
|
61
|
-
|
|
62
|
+
_o as Content,
|
|
62
63
|
P as Description,
|
|
63
64
|
y as Dialog,
|
|
64
|
-
|
|
65
|
+
Yo as DialogTitle,
|
|
65
66
|
w as EllipsisTooltip,
|
|
66
67
|
E as Icon,
|
|
67
68
|
N as IconButton,
|
|
@@ -81,31 +82,32 @@ export {
|
|
|
81
82
|
xo as SkeletonCircle,
|
|
82
83
|
mo as SkeletonTable,
|
|
83
84
|
lo as Snackbar,
|
|
84
|
-
|
|
85
|
-
|
|
85
|
+
Qo as SnackbarContext,
|
|
86
|
+
Uo as SnackbarProvider,
|
|
86
87
|
To as SortTooltip,
|
|
87
88
|
go as Stepper,
|
|
88
89
|
So as StepperNavigator,
|
|
89
90
|
bo as TBody,
|
|
90
91
|
ko as THead,
|
|
91
|
-
|
|
92
|
-
|
|
92
|
+
er as Tab,
|
|
93
|
+
pr as TabPanel,
|
|
93
94
|
ho as Table,
|
|
94
95
|
vo as Tabs,
|
|
95
96
|
Ro as Tag,
|
|
96
97
|
Do as Td,
|
|
97
|
-
|
|
98
|
+
Jo as Text,
|
|
98
99
|
Go as TextDisplay,
|
|
99
100
|
Ao as Th,
|
|
100
|
-
Ho as
|
|
101
|
-
Lo as
|
|
101
|
+
Ho as ToastCard,
|
|
102
|
+
Lo as Toggle,
|
|
103
|
+
Oo as ToggleGroup,
|
|
102
104
|
A as ToggleGroupItem,
|
|
103
|
-
|
|
105
|
+
jo as Tooltip,
|
|
104
106
|
Bo as Tr,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
+
zo as TransactionRow,
|
|
108
|
+
Ko as Typography,
|
|
107
109
|
U as paginationDefaultTranslations,
|
|
108
110
|
so as sortTooltipDefaultTranslations,
|
|
109
111
|
po as useSelectContext,
|
|
110
|
-
|
|
112
|
+
Vo as useSnackbar
|
|
111
113
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pismo/marola",
|
|
3
3
|
"description": "CDX tribe component library",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.15",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -100,4 +100,4 @@
|
|
|
100
100
|
"@mui/base": "^5.0.0-beta.40",
|
|
101
101
|
"@mui/material": "^5.15.15"
|
|
102
102
|
}
|
|
103
|
-
}
|
|
103
|
+
}
|