@haiilo/catalyst 0.8.5 → 0.10.0
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/catalyst/catalyst.css +1 -1
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/catalyst.esm.js.map +1 -1
- package/dist/catalyst/index.esm.js +1 -1
- package/dist/catalyst/{p-6a8a4dc0.js → p-8121572a.js} +3 -3
- package/dist/catalyst/p-8121572a.js.map +1 -0
- package/dist/catalyst/{p-74fbe829.entry.js → p-a21823c9.entry.js} +5 -5
- package/dist/catalyst/p-a21823c9.entry.js.map +1 -0
- package/dist/catalyst/scss/core/_typography.scss +7 -7
- package/dist/catalyst/scss/index.scss +1 -5
- package/dist/cjs/cat-alert_20.cjs.entry.js +12 -7
- package/dist/cjs/cat-alert_20.cjs.entry.js.map +1 -1
- package/dist/cjs/{cat-notification-fe237312.js → cat-notification-c2859ed7.js} +121 -1
- package/dist/cjs/cat-notification-c2859ed7.js.map +1 -0
- package/dist/cjs/catalyst.cjs.js +0 -4
- package/dist/cjs/catalyst.cjs.js.map +1 -1
- package/dist/cjs/index.cjs.js +3 -4
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +0 -4
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +1 -2
- package/dist/collection/components/cat-card/cat-card.css +34 -0
- package/dist/collection/components/cat-i18n/cat-i18n-registry.js +3 -2
- package/dist/collection/components/cat-i18n/cat-i18n-registry.js.map +1 -1
- package/dist/collection/components/cat-select/cat-select.js +8 -0
- package/dist/collection/components/cat-select/cat-select.js.map +1 -1
- package/dist/collection/scss/core/_typography.scss +7 -7
- package/dist/collection/scss/index.scss +1 -5
- package/dist/components/cat-card.js +1 -1
- package/dist/components/cat-card.js.map +1 -1
- package/dist/components/cat-i18n-registry.js +3 -2
- package/dist/components/cat-i18n-registry.js.map +1 -1
- package/dist/components/cat-select.js +7 -1
- package/dist/components/cat-select.js.map +1 -1
- package/dist/components/index.js +0 -253
- package/dist/components/index.js.map +1 -1
- package/dist/esm/cat-alert_20.entry.js +9 -4
- package/dist/esm/cat-alert_20.entry.js.map +1 -1
- package/dist/esm/{cat-notification-a9655c00.js → cat-notification-3da6ddb1.js} +121 -3
- package/dist/esm/cat-notification-3da6ddb1.js.map +1 -0
- package/dist/esm/catalyst.js +0 -4
- package/dist/esm/catalyst.js.map +1 -1
- package/dist/esm/index.js +1 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +0 -4
- package/dist/esm/loader.js.map +1 -1
- package/dist/types/components/cat-select/cat-select.d.ts +1 -0
- package/package.json +2 -2
- package/dist/catalyst/p-6a8a4dc0.js.map +0 -1
- package/dist/catalyst/p-74fbe829.entry.js.map +0 -1
- package/dist/catalyst/p-decdc6f1.js +0 -2
- package/dist/catalyst/p-decdc6f1.js.map +0 -1
- package/dist/catalyst/p-f45bcfd6.js +0 -2
- package/dist/catalyst/p-f45bcfd6.js.map +0 -1
- package/dist/cjs/app-globals-79765026.js +0 -256
- package/dist/cjs/app-globals-79765026.js.map +0 -1
- package/dist/cjs/cat-icon-registry-b015a65f.js +0 -125
- package/dist/cjs/cat-icon-registry-b015a65f.js.map +0 -1
- package/dist/cjs/cat-notification-fe237312.js.map +0 -1
- package/dist/collection/init.js +0 -17
- package/dist/collection/init.js.map +0 -1
- package/dist/esm/app-globals-7d163b94.js +0 -254
- package/dist/esm/app-globals-7d163b94.js.map +0 -1
- package/dist/esm/cat-icon-registry-dc1ef79a.js +0 -122
- package/dist/esm/cat-icon-registry-dc1ef79a.js.map +0 -1
- package/dist/esm/cat-notification-a9655c00.js.map +0 -1
- package/dist/types/init.d.ts +0 -1
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @license MIT licensed
|
|
5
5
|
*
|
|
6
6
|
* Copyright (C) 2018 Varun A P
|
|
7
|
-
*/.toastify{padding:12px 20px;color:#ffffff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);background:-webkit-linear-gradient(315deg, #73a5ff, #5477f5);background:linear-gradient(135deg, #73a5ff, #5477f5);position:fixed;opacity:0;transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{opacity:0.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}body{font-size:0.9375rem;line-height:1.25rem;font-family:var(--cat-font-family-body, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-weight:var(--cat-font-weight-body, 400);color:rgb(var(--cat-font-color-body, 0, 0, 0));background-color:rgb(var(--cat-bg, 248, 248, 251))}nav hr,nav .cat-hr{margin-top:0.5rem;margin-bottom:0.5rem}nav .cat-head,nav .cat-text{padding:0.5rem 1rem}nav .cat-head>:last-child,nav .cat-text>:last-child{margin-bottom:0}nav .cat-head{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:0.9375rem;line-height:1.25rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}.cat-toastify{background:white;color:black;padding:0;box-shadow:0 1px 4px 0 rgba(16, 29, 48, 0.2)}.cat-toastify .toast-close{float:right;font-size:20px;margin-top:0.5rem;position:absolute;top:0;right:0;z-index:10}.cat-toastify .cat-toastify-wrapper{display:block;position:relative}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper{position:absolute;top:6px;left:5px}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.info{color:black}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.error{color:#d9340d}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.success{color:#008458}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper{width:100%;padding:0.5rem 0.5rem 0.5rem 2rem}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper.has-message{border-bottom:1px solid #d7dbe0}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper .cat-toastify-title{width:100%;padding-right:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:20px;font-weight:600;color:black}.cat-toastify .cat-toastify-wrapper .cat-toastify-message{width:100%;padding:0.5rem;color:black}h1,h2,h3,h4,h5,h6,.cat-h1,.cat-h2,.cat-h3,.cat-h4,.cat-h5,.cat-h6{margin-top:0;margin-bottom:0.5rem;font-weight:var(--cat-font-weight-head, 500)}h1,.cat-h1{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1.75rem;line-height:2rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h2,.cat-h2{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1.5rem;line-height:1.75rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h3,.cat-h3{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1.25rem;line-height:1.5rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h4,.cat-h4{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1.125rem;line-height:1.5rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h5,.cat-h5{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:0.9375rem;line-height:1.25rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h6,.cat-h6{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:0.875rem;line-height:1rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}.cat-text-xl{font-size:1.25rem;line-height:1.5rem}.cat-text-l{font-size:1.125rem;line-height:1.5rem}.cat-text-m{font-size:0.9375rem;line-height:1.25rem}.cat-text-s{font-size:0.875rem;line-height:1rem}.cat-text-xs{font-size:0.75rem;line-height:1rem}.cat-mono-xl{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1.125rem;line-height:1.5rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}.cat-mono-l{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.9375rem;line-height:1.25rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}.cat-mono-m{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.875rem;line-height:1.125rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}.cat-mono-s{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.75rem;line-height:1rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}.cat-mono-xs{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.625rem;line-height:0.875rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}p{margin-top:0;margin-bottom:1rem}hr,.cat-hr{display:block;margin:1rem 0;border:0;height:1px;background-color:#ebecf0;overflow:hidden}a{color:rgb(var(--cat-primary-text, 32, 127, 138));text-decoration:none;transition:color 0.13s linear}a:hover{color:rgb(var(--cat-primary-text-hover, 28, 112, 122));text-decoration:underline}a:active{color:rgb(var(--cat-primary-text-active, 25, 101, 110))}a:focus-visible{outline:2px solid rgb(var(--cat-border-color-focus, 0, 113, 255))}a[tabindex="-1"]:focus{outline:none}b,strong,.cat-strong{font-weight:600}mark,.cat-mark{padding:0.125rem 0.25rem;background-color:rgba(var(--cat-primary-bg, 32, 127, 138), 0.2)}small,.cat-small{font-size:0.875em}.cat-underline{text-decoration:underline}.cat-line-through{text-decoration:line-through}.cat-muted{color:rgb(var(--cat-font-color-muted, 105, 118, 135))}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ol dl,ul ol,ul ul,ul dl,dl ol,dl ul,dl dl{margin-bottom:0}nav ol,nav ul{list-style-type:none;margin:0;padding:0}dt{font-weight:600}dd{margin-bottom:0.5rem;margin-left:0}.cat-lead{font-size:1.25rem;line-height:1.5rem;font-weight:300}blockquote{margin:0 0 1rem;font-style:italic;font-size:1.125rem;line-height:1.5rem;color:rgb(var(--cat-font-color-body, 0, 0, 0))}blockquote>:last-child{margin-bottom:0}figure{margin:0 0 1rem}figure figcaption{margin-top:-0.5rem;margin-bottom:0;font-size:0.875rem;line-height:1rem;color:rgb(var(--cat-font-color-muted, 105, 118, 135))}figure figcaption::before{content:"— "}code,samp,kbd,pre{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.875rem;line-height:1.125rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0));font-weight:var(--cat-font-weight-mono, 400)}pre{margin-top:0;margin-bottom:1rem;overflow:auto}pre code{margin:0;padding:0;color:inherit;background:none;box-shadow:none;border-radius:0;word-wrap:normal;word-break:normal}kbd,code{margin:0 0.125rem;color:rgb(var(--cat-font-color-muted, 105, 118, 135));background:white;box-shadow:0 0 0 2px #ebecf0;border-radius:0.125rem}kbd{font-size:0.75rem;display:inline-block;min-width:1.5rem;line-height:1.25rem;padding:0 0.375rem;text-align:center;vertical-align:top;white-space:nowrap}code{word-wrap:break-word;word-break:break-word;padding:0.0625rem 0.25rem}.cat-bg-primary{background-color:rgb(var(--cat-primary-bg, 32, 127, 138)) !important;color:rgb(var(--cat-primary-fill, 255, 255, 255)) !important}.cat-bg-primary-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-primary-hover:hover{background-color:rgb(var(--cat-primary-bg-hover, 28, 112, 122)) !important;color:rgb(var(--cat-primary-fill-hover, 255, 255, 255)) !important}.cat-text-primary,.cat-link-primary{color:rgb(var(--cat-primary-text, 32, 127, 138)) !important}.cat-link-primary,.cat-text-primary-hover{transition:color 0.13s}.cat-link-primary:hover,.cat-text-primary-hover:hover{color:rgb(var(--cat-primary-text-hover, 28, 112, 122)) !important}.cat-link-primary:active,.cat-text-primary-hover:active{color:rgb(var(--cat-primary-text-active, 25, 101, 110)) !important}.cat-bg-secondary{background-color:#697687 !important;color:white !important}.cat-bg-secondary-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-secondary-hover:hover{background-color:#697687 !important;color:white !important}.cat-text-secondary,.cat-link-secondary{color:black !important}.cat-link-secondary,.cat-text-secondary-hover{transition:color 0.13s}.cat-link-secondary:hover,.cat-text-secondary-hover:hover{color:black !important}.cat-link-secondary:active,.cat-text-secondary-hover:active{color:black !important}.cat-bg-success{background-color:#008458 !important;color:white !important}.cat-bg-success-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-success-hover:hover{background-color:#00754e !important;color:white !important}.cat-text-success,.cat-link-success{color:#008458 !important}.cat-link-success,.cat-text-success-hover{transition:color 0.13s}.cat-link-success:hover,.cat-text-success-hover:hover{color:#00754e !important}.cat-link-success:active,.cat-text-success-hover:active{color:#006946 !important}.cat-bg-warning{background-color:#ffce80 !important;color:black !important}.cat-bg-warning-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-warning-hover:hover{background-color:#ffd694 !important;color:black !important}.cat-text-warning,.cat-link-warning{color:#9f6100 !important}.cat-link-warning,.cat-text-warning-hover{transition:color 0.13s}.cat-link-warning:hover,.cat-text-warning-hover:hover{color:#9f6100 !important}.cat-link-warning:active,.cat-text-warning-hover:active{color:#9f6100 !important}.cat-bg-danger{background-color:#d9340d !important;color:white !important}.cat-bg-danger-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-danger-hover:hover{background-color:#c22e0b !important;color:white !important}.cat-text-danger,.cat-link-danger{color:#d9340d !important}.cat-link-danger,.cat-text-danger-hover{transition:color 0.13s}.cat-link-danger:hover,.cat-text-danger-hover:hover{color:#c22e0b !important}.cat-link-danger:active,.cat-text-danger-hover:active{color:#ae2a0a !important}.cat-active{color:rgb(var(--cat-primary-text, 32, 127, 138)) !important}.cat-muted{color:rgb(var(--cat-font-color-muted, 105, 118, 135)) !important}.cat-text-reset{color:inherit !important}.cat-link-reset{color:inherit !important;text-decoration:inherit !important}.cat-none{display:none !important}.cat-inline{display:inline !important}.cat-inline-block{display:inline-block !important}.cat-block{display:block !important}.cat-grid{display:grid !important}.cat-flex{display:flex !important}.cat-inline-flex{display:inline-flex !important}@media screen and (min-width: 540px){.cat-none\:xs{display:none !important}.cat-inline\:xs{display:inline !important}.cat-inline-block\:xs{display:inline-block !important}.cat-block\:xs{display:block !important}.cat-grid\:xs{display:grid !important}.cat-flex\:xs{display:flex !important}.cat-inline-flex\:xs{display:inline-flex !important}}@media screen and (min-width: 768px){.cat-none\:s{display:none !important}.cat-inline\:s{display:inline !important}.cat-inline-block\:s{display:inline-block !important}.cat-block\:s{display:block !important}.cat-grid\:s{display:grid !important}.cat-flex\:s{display:flex !important}.cat-inline-flex\:s{display:inline-flex !important}}@media screen and (min-width: 992px){.cat-none\:m{display:none !important}.cat-inline\:m{display:inline !important}.cat-inline-block\:m{display:inline-block !important}.cat-block\:m{display:block !important}.cat-grid\:m{display:grid !important}.cat-flex\:m{display:flex !important}.cat-inline-flex\:m{display:inline-flex !important}}@media screen and (min-width: 1200px){.cat-none\:l{display:none !important}.cat-inline\:l{display:inline !important}.cat-inline-block\:l{display:inline-block !important}.cat-block\:l{display:block !important}.cat-grid\:l{display:grid !important}.cat-flex\:l{display:flex !important}.cat-inline-flex\:l{display:inline-flex !important}}@media screen and (min-width: 1400px){.cat-none\:xl{display:none !important}.cat-inline\:xl{display:inline !important}.cat-inline-block\:xl{display:inline-block !important}.cat-block\:xl{display:block !important}.cat-grid\:xl{display:grid !important}.cat-flex\:xl{display:flex !important}.cat-inline-flex\:xl{display:inline-flex !important}}.cat-elevation-transition{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)}.cat-elevation-0{box-shadow:none}.cat-elevation-hover-0:hover,.cat-elevation-hover-0:focus,.cat-elevation-hover-0:focus-within{box-shadow:none}.cat-elevation-1{box-shadow:0 1px 4px 0 rgba(16, 29, 48, 0.2)}.cat-elevation-hover-1:hover,.cat-elevation-hover-1:focus,.cat-elevation-hover-1:focus-within{box-shadow:0 1px 4px 0 rgba(16, 29, 48, 0.2)}.cat-elevation-2{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.2), 0 4px 5px 0 rgba(16, 29, 48, 0.26), 0 1px 10px -1px rgba(16, 29, 48, 0.12)}.cat-elevation-hover-2:hover,.cat-elevation-hover-2:focus,.cat-elevation-hover-2:focus-within{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.2), 0 4px 5px 0 rgba(16, 29, 48, 0.26), 0 1px 10px -1px rgba(16, 29, 48, 0.12)}.cat-elevation-3{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.2), 0 9px 16px -3px rgba(16, 29, 48, 0.14), 0 10px 20px -8px rgba(16, 29, 48, 0.12)}.cat-elevation-hover-3:hover,.cat-elevation-hover-3:focus,.cat-elevation-hover-3:focus-within{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.2), 0 9px 16px -3px rgba(16, 29, 48, 0.14), 0 10px 20px -8px rgba(16, 29, 48, 0.12)}.cat-elevation-4{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.05), 0 9px 16px -3px rgba(16, 29, 48, 0.14), 0 32px 20px -20px rgba(16, 29, 48, 0.2)}.cat-elevation-hover-4:hover,.cat-elevation-hover-4:focus,.cat-elevation-hover-4:focus-within{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.05), 0 9px 16px -3px rgba(16, 29, 48, 0.14), 0 32px 20px -20px rgba(16, 29, 48, 0.2)}.cat-flex-row{flex-direction:row}.cat-flex-col{flex-direction:column}.cat-flex-1{flex:1 1 0%}.cat-flex-auto{flex:1 1 auto}.cat-flex-init{flex:0 1 auto}.cat-flex-none{flex:none}.cat-flex-wrap{flex-wrap:wrap}.cat-flex-nowrap{flex-wrap:nowrap}.cat-gap-xl{gap:2rem}.cat-gap-x-xl{column-gap:2rem}.cat-gap-y-xl{row-gap:2rem}.cat-gap-l{gap:1.5rem}.cat-gap-x-l{column-gap:1.5rem}.cat-gap-y-l{row-gap:1.5rem}.cat-gap-m{gap:1rem}.cat-gap-x-m{column-gap:1rem}.cat-gap-y-m{row-gap:1rem}.cat-gap-s{gap:0.5rem}.cat-gap-x-s{column-gap:0.5rem}.cat-gap-y-s{row-gap:0.5rem}.cat-gap-xs{gap:0.25rem}.cat-gap-x-xs{column-gap:0.25rem}.cat-gap-y-xs{row-gap:0.25rem}.cat-justify-start{justify-content:flex-start}.cat-justify-end{justify-content:flex-end}.cat-justify-center{justify-content:center}.cat-justify-between{justify-content:space-between}.cat-justify-items-start{justify-items:flex-start}.cat-justify-items-end{justify-items:flex-end}.cat-justify-items-center{justify-items:flex-center}.cat-justify-items-stretch{justify-items:flex-stretch}.cat-content-start{align-content:flex-start}.cat-content-end{align-content:flex-end}.cat-content-center{align-content:center}.cat-content-between{align-content:space-between}.cat-items-start{align-items:flex-start}.cat-items-end{align-items:flex-end}.cat-items-center{align-items:flex-center}.cat-items-stretch{align-items:flex-stretch}.cat-grid-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.cat-grid-col-1{grid-column:span 1 / span 1}.cat-grid-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.cat-grid-col-2{grid-column:span 2 / span 2}.cat-grid-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.cat-grid-col-3{grid-column:span 3 / span 3}.cat-grid-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.cat-grid-col-4{grid-column:span 4 / span 4}.cat-grid-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.cat-grid-col-5{grid-column:span 5 / span 5}.cat-grid-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.cat-grid-col-6{grid-column:span 6 / span 6}.cat-grid-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.cat-grid-col-7{grid-column:span 7 / span 7}.cat-grid-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.cat-grid-col-8{grid-column:span 8 / span 8}.cat-grid-9{grid-template-columns:repeat(9, minmax(0, 1fr))}.cat-grid-col-9{grid-column:span 9 / span 9}.cat-grid-10{grid-template-columns:repeat(10, minmax(0, 1fr))}.cat-grid-col-10{grid-column:span 10 / span 10}.cat-grid-11{grid-template-columns:repeat(11, minmax(0, 1fr))}.cat-grid-col-11{grid-column:span 11 / span 11}.cat-grid-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.cat-grid-col-12{grid-column:span 12 / span 12}.cat-grid-row-1{grid-row:span 1 / span 1}.cat-grid-row-2{grid-row:span 2 / span 2}.cat-grid-row-3{grid-row:span 3 / span 3}.cat-grid-row-4{grid-row:span 4 / span 4}.cat-grid-row-5{grid-row:span 5 / span 5}.cat-grid-row-6{grid-row:span 6 / span 6}.cat-grid-auto{grid-template-columns:repeat(auto-fill,minmax(min(var(--grid-min),100%),1fr));--grid-min:100%}.cat-radius-l{border-radius:0.5rem}.cat-radius-m{border-radius:0.25rem}.cat-radius-s{border-radius:0.125rem}.cat-radius-0{border-radius:none}.cat-radius-full{border-radius:100rem}.cat-m-auto{margin:auto !important}.cat-mv-auto{margin-top:auto !important;margin-bottom:auto !important}.cat-mh-auto{margin-left:auto !important;margin-right:auto !important}.cat-mt-auto{margin-top:auto !important}.cat-mb-auto{margin-bottom:auto !important}.cat-ml-auto{margin-left:auto !important}.cat-mr-auto{margin-right:auto !important}.cat-m-0{margin:0 !important}.cat-mv-0{margin-top:0 !important;margin-bottom:0 !important}.cat-mh-0{margin-left:0 !important;margin-right:0 !important}.cat-mt-0{margin-top:0 !important}.cat-mb-0{margin-bottom:0 !important}.cat-ml-0{margin-left:0 !important}.cat-mr-0{margin-right:0 !important}.cat-p-0{padding:0 !important}.cat-pv-0{padding-top:0 !important;padding-bottom:0 !important}.cat-ph-0{padding-left:0 !important;padding-right:0 !important}.cat-pt-0{padding-top:0 !important}.cat-pb-0{padding-bottom:0 !important}.cat-pl-0{padding-left:0 !important}.cat-pr-0{padding-right:0 !important}.cat-m-xl{margin:2rem !important}.cat-mv-xl{margin-top:2rem !important;margin-bottom:2rem !important}.cat-mh-xl{margin-left:2rem !important;margin-right:2rem !important}.cat-mt-xl{margin-top:2rem !important}.cat-mb-xl{margin-bottom:2rem !important}.cat-ml-xl{margin-left:2rem !important}.cat-mr-xl{margin-right:2rem !important}.cat-p-xl{padding:2rem !important}.cat-pv-xl{padding-top:2rem !important;padding-bottom:2rem !important}.cat-ph-xl{padding-left:2rem !important;padding-right:2rem !important}.cat-pt-xl{padding-top:2rem !important}.cat-pb-xl{padding-bottom:2rem !important}.cat-pl-xl{padding-left:2rem !important}.cat-pr-xl{padding-right:2rem !important}.cat-m-l{margin:1.5rem !important}.cat-mv-l{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.cat-mh-l{margin-left:1.5rem !important;margin-right:1.5rem !important}.cat-mt-l{margin-top:1.5rem !important}.cat-mb-l{margin-bottom:1.5rem !important}.cat-ml-l{margin-left:1.5rem !important}.cat-mr-l{margin-right:1.5rem !important}.cat-p-l{padding:1.5rem !important}.cat-pv-l{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.cat-ph-l{padding-left:1.5rem !important;padding-right:1.5rem !important}.cat-pt-l{padding-top:1.5rem !important}.cat-pb-l{padding-bottom:1.5rem !important}.cat-pl-l{padding-left:1.5rem !important}.cat-pr-l{padding-right:1.5rem !important}.cat-m-m{margin:1rem !important}.cat-mv-m{margin-top:1rem !important;margin-bottom:1rem !important}.cat-mh-m{margin-left:1rem !important;margin-right:1rem !important}.cat-mt-m{margin-top:1rem !important}.cat-mb-m{margin-bottom:1rem !important}.cat-ml-m{margin-left:1rem !important}.cat-mr-m{margin-right:1rem !important}.cat-p-m{padding:1rem !important}.cat-pv-m{padding-top:1rem !important;padding-bottom:1rem !important}.cat-ph-m{padding-left:1rem !important;padding-right:1rem !important}.cat-pt-m{padding-top:1rem !important}.cat-pb-m{padding-bottom:1rem !important}.cat-pl-m{padding-left:1rem !important}.cat-pr-m{padding-right:1rem !important}.cat-m-s{margin:0.5rem !important}.cat-mv-s{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.cat-mh-s{margin-left:0.5rem !important;margin-right:0.5rem !important}.cat-mt-s{margin-top:0.5rem !important}.cat-mb-s{margin-bottom:0.5rem !important}.cat-ml-s{margin-left:0.5rem !important}.cat-mr-s{margin-right:0.5rem !important}.cat-p-s{padding:0.5rem !important}.cat-pv-s{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.cat-ph-s{padding-left:0.5rem !important;padding-right:0.5rem !important}.cat-pt-s{padding-top:0.5rem !important}.cat-pb-s{padding-bottom:0.5rem !important}.cat-pl-s{padding-left:0.5rem !important}.cat-pr-s{padding-right:0.5rem !important}.cat-m-xs{margin:0.25rem !important}.cat-mv-xs{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.cat-mh-xs{margin-left:0.25rem !important;margin-right:0.25rem !important}.cat-mt-xs{margin-top:0.25rem !important}.cat-mb-xs{margin-bottom:0.25rem !important}.cat-ml-xs{margin-left:0.25rem !important}.cat-mr-xs{margin-right:0.25rem !important}.cat-p-xs{padding:0.25rem !important}.cat-pv-xs{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.cat-ph-xs{padding-left:0.25rem !important;padding-right:0.25rem !important}.cat-pt-xs{padding-top:0.25rem !important}.cat-pb-xs{padding-bottom:0.25rem !important}.cat-pl-xs{padding-left:0.25rem !important}.cat-pr-xs{padding-right:0.25rem !important}.cat-text-left{text-align:left !important}.cat-text-center{text-align:center !important}.cat-text-right{text-align:right !important}.cat-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.cat-ellipsis-1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.cat-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.cat-ellipsis-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.cat-ellipsis-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}.cat-ellipsis-5{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}.cat-select{-webkit-user-select:auto;-ms-user-select:auto;user-select:auto;}.cat-no-select{-webkit-user-select:none;-ms-user-select:none;user-select:none;}.cat-break-word{word-wrap:break-word;word-break:break-word}.cat-visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.cat-visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}*:not(:hover):not(:focus):not(:focus-within)>.cat-visually-hidden-hoverable{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.cat-ratio{position:relative;aspect-ratio:var(--cat-aspect-ratio)}.cat-ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.cat-ratio-1x1{--cat-aspect-ratio:1}.cat-ratio-3x1{--cat-aspect-ratio:3}.cat-ratio-6x1{--cat-aspect-ratio:6}.cat-ratio-4x3{--cat-aspect-ratio:1.3333333333}.cat-ratio-16x9{--cat-aspect-ratio:1.7777777778}.cat-ratio-21x9{--cat-aspect-ratio:2.3333333333}@font-face{font-family:"DM Sans";src:url("assets/fonts/DMSans-Medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:"DM Sans";src:url("assets/fonts/DMSans-MediumItalic.woff2") format("woff2");font-style:italic;font-weight:500;font-display:swap}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Light.woff2") format("woff2"), url("assets/fonts/Lato-Light.woff") format("woff");font-style:normal;font-weight:300;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-LightItalic.woff2") format("woff2"), url("assets/fonts/Lato-LightItalic.woff") format("woff");font-style:italic;font-weight:300;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Regular.woff2") format("woff2"), url("assets/fonts/Lato-Regular.woff") format("woff");font-style:normal;font-weight:400;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Italic.woff2") format("woff2"), url("assets/fonts/Lato-Italic.woff") format("woff");font-style:italic;font-weight:400;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Medium.woff2") format("woff2"), url("assets/fonts/Lato-Medium.woff") format("woff");font-style:normal;font-weight:500;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-MediumItalic.woff2") format("woff2"), url("assets/fonts/Lato-MediumItalic.woff") format("woff");font-style:italic;font-weight:500;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Bold.woff2") format("woff2"), url("assets/fonts/Lato-Bold.woff") format("woff");font-style:normal;font-weight:700;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-BoldItalic.woff2") format("woff2"), url("assets/fonts/Lato-BoldItalic.woff") format("woff");font-style:italic;font-weight:700;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:"Azeret Mono";src:url("assets/fonts/AzeretMono-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:fallback}
|
|
7
|
+
*/.toastify{padding:12px 20px;color:#ffffff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);background:-webkit-linear-gradient(315deg, #73a5ff, #5477f5);background:linear-gradient(135deg, #73a5ff, #5477f5);position:fixed;opacity:0;transition:all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{opacity:0.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}body{font-size:0.9375rem;line-height:1.25rem;font-family:var(--cat-font-family-body, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-weight:var(--cat-font-weight-body, 400);color:rgb(var(--cat-font-color-body, 0, 0, 0));background-color:rgb(var(--cat-bg, 248, 248, 251))}nav hr,nav .cat-hr{margin-top:0.5rem;margin-bottom:0.5rem}nav .cat-head,nav .cat-text{padding:0.5rem 1rem}nav .cat-head>:last-child,nav .cat-text>:last-child{margin-bottom:0}nav .cat-head{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:0.9375rem;line-height:1.25rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}.cat-toastify{background:white;color:black;padding:0;box-shadow:0 1px 4px 0 rgba(16, 29, 48, 0.2)}.cat-toastify .toast-close{float:right;font-size:20px;margin-top:0.5rem;position:absolute;top:0;right:0;z-index:10}.cat-toastify .cat-toastify-wrapper{display:block;position:relative}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper{position:absolute;top:6px;left:5px}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.info{color:black}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.error{color:#d9340d}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.success{color:#008458}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper{width:100%;padding:0.5rem 0.5rem 0.5rem 2rem}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper.has-message{border-bottom:1px solid #d7dbe0}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper .cat-toastify-title{width:100%;padding-right:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:20px;font-weight:600;color:black}.cat-toastify .cat-toastify-wrapper .cat-toastify-message{width:100%;padding:0.5rem;color:black}h1,h2,h3,h4,h5,h6,.cat-h1,.cat-h2,.cat-h3,.cat-h4,.cat-h5,.cat-h6{margin-top:0;margin-bottom:0.5rem;font-weight:var(--cat-font-weight-head, 500)}h1,.cat-h1{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1.75rem;line-height:2rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h2,.cat-h2{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1.5rem;line-height:1.75rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h3,.cat-h3{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1.25rem;line-height:1.5rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h4,.cat-h4{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1.125rem;line-height:1.5rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h5,.cat-h5{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:0.9375rem;line-height:1.25rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}h6,.cat-h6{font-family:var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:0.875rem;line-height:1rem;color:rgb(var(--cat-font-color-head, 0, 0, 0))}.cat-text-xl{font-size:1.25rem;line-height:1.5rem}.cat-text-l{font-size:1.125rem;line-height:1.5rem}.cat-text-m{font-size:0.9375rem;line-height:1.25rem}.cat-text-s{font-size:0.875rem;line-height:1rem}.cat-text-xs{font-size:0.75rem;line-height:1rem}.cat-mono-xl{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1.125rem;line-height:1.5rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}.cat-mono-l{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.9375rem;line-height:1.25rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}.cat-mono-m{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.875rem;line-height:1.125rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}.cat-mono-s{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.75rem;line-height:1rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}.cat-mono-xs{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.625rem;line-height:0.875rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0))}p{margin-top:0;margin-bottom:1rem}hr,.cat-hr{display:block;margin:1rem 0;border:0;height:1px;background-color:#ebecf0;overflow:hidden}a{color:rgb(var(--cat-primary-text, 32, 127, 138));text-decoration:none;transition:color 0.13s linear}a:hover{color:rgb(var(--cat-primary-text-hover, 28, 112, 122));text-decoration:underline}a:active{color:rgb(var(--cat-primary-text-active, 25, 101, 110))}a:focus-visible{outline:2px solid rgb(var(--cat-border-color-focus, 0, 113, 255))}a[tabindex="-1"]:focus{outline:none}b,strong,.cat-strong{font-weight:600}mark,.cat-mark{padding:0.125rem 0.25rem;background-color:rgba(var(--cat-primary-bg, 32, 127, 138), 0.2)}small,.cat-small{font-size:0.875em}.cat-underline{text-decoration:underline}.cat-line-through{text-decoration:line-through}.cat-muted{color:rgb(var(--cat-font-color-muted, 105, 118, 135))}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ol dl,ul ol,ul ul,ul dl,dl ol,dl ul,dl dl{margin-bottom:0}nav ol,nav ul,ol.cat-plain,ul.cat-plain{list-style:none;margin:0;padding:0}dt{font-weight:600}dd{margin-bottom:0.5rem;margin-left:0}.cat-lead{font-size:1.25rem;line-height:1.5rem;font-weight:300}blockquote{margin:0 0 1rem;font-style:italic;font-size:1.125rem;line-height:1.5rem;color:rgb(var(--cat-font-color-body, 0, 0, 0))}blockquote>:last-child{margin-bottom:0}figure{margin:0 0 1rem}figure figcaption{margin-top:-0.5rem;margin-bottom:0;font-size:0.875rem;line-height:1rem;color:rgb(var(--cat-font-color-muted, 105, 118, 135))}figure figcaption::before{content:"— "}code,samp,kbd,pre{font-family:var(--cat-font-family-mono, "Azeret Mono"), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:0.875rem;line-height:1.125rem;color:rgb(var(--cat-font-color-mono, 0, 0, 0));font-weight:var(--cat-font-weight-mono, 400)}pre{margin-top:0;margin-bottom:1rem;overflow:auto}pre code{margin:0;padding:0;color:inherit;background:none;box-shadow:none;border-radius:0;word-wrap:normal;word-break:normal}kbd,code{margin:0 0.125rem;color:rgb(var(--cat-font-color-muted, 105, 118, 135));background:white;box-shadow:0 0 0 2px #ebecf0;border-radius:0.125rem}kbd{font-size:0.75rem;display:inline-block;min-width:1.5rem;line-height:1.25rem;padding:0 0.375rem;text-align:center;vertical-align:top;white-space:nowrap}code{word-wrap:break-word;word-break:break-word;padding:0.0625rem 0.25rem}.cat-bg-primary{background-color:rgb(var(--cat-primary-bg, 32, 127, 138)) !important;color:rgb(var(--cat-primary-fill, 255, 255, 255)) !important}.cat-bg-primary-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-primary-hover:hover{background-color:rgb(var(--cat-primary-bg-hover, 28, 112, 122)) !important;color:rgb(var(--cat-primary-fill-hover, 255, 255, 255)) !important}.cat-text-primary,.cat-link-primary{color:rgb(var(--cat-primary-text, 32, 127, 138)) !important}.cat-link-primary,.cat-text-primary-hover{transition:color 0.13s}.cat-link-primary:hover,.cat-text-primary-hover:hover{color:rgb(var(--cat-primary-text-hover, 28, 112, 122)) !important}.cat-link-primary:active,.cat-text-primary-hover:active{color:rgb(var(--cat-primary-text-active, 25, 101, 110)) !important}.cat-bg-secondary{background-color:#697687 !important;color:white !important}.cat-bg-secondary-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-secondary-hover:hover{background-color:#697687 !important;color:white !important}.cat-text-secondary,.cat-link-secondary{color:black !important}.cat-link-secondary,.cat-text-secondary-hover{transition:color 0.13s}.cat-link-secondary:hover,.cat-text-secondary-hover:hover{color:black !important}.cat-link-secondary:active,.cat-text-secondary-hover:active{color:black !important}.cat-bg-success{background-color:#008458 !important;color:white !important}.cat-bg-success-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-success-hover:hover{background-color:#00754e !important;color:white !important}.cat-text-success,.cat-link-success{color:#008458 !important}.cat-link-success,.cat-text-success-hover{transition:color 0.13s}.cat-link-success:hover,.cat-text-success-hover:hover{color:#00754e !important}.cat-link-success:active,.cat-text-success-hover:active{color:#006946 !important}.cat-bg-warning{background-color:#ffce80 !important;color:black !important}.cat-bg-warning-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-warning-hover:hover{background-color:#ffd694 !important;color:black !important}.cat-text-warning,.cat-link-warning{color:#9f6100 !important}.cat-link-warning,.cat-text-warning-hover{transition:color 0.13s}.cat-link-warning:hover,.cat-text-warning-hover:hover{color:#9f6100 !important}.cat-link-warning:active,.cat-text-warning-hover:active{color:#9f6100 !important}.cat-bg-danger{background-color:#d9340d !important;color:white !important}.cat-bg-danger-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-danger-hover:hover{background-color:#c22e0b !important;color:white !important}.cat-text-danger,.cat-link-danger{color:#d9340d !important}.cat-link-danger,.cat-text-danger-hover{transition:color 0.13s}.cat-link-danger:hover,.cat-text-danger-hover:hover{color:#c22e0b !important}.cat-link-danger:active,.cat-text-danger-hover:active{color:#ae2a0a !important}.cat-active{color:rgb(var(--cat-primary-text, 32, 127, 138)) !important}.cat-muted{color:rgb(var(--cat-font-color-muted, 105, 118, 135)) !important}.cat-text-reset{color:inherit !important}.cat-link-reset{color:inherit !important;text-decoration:inherit !important}.cat-none{display:none !important}.cat-inline{display:inline !important}.cat-inline-block{display:inline-block !important}.cat-block{display:block !important}.cat-grid{display:grid !important}.cat-flex{display:flex !important}.cat-inline-flex{display:inline-flex !important}@media screen and (min-width: 540px){.cat-none\:xs{display:none !important}.cat-inline\:xs{display:inline !important}.cat-inline-block\:xs{display:inline-block !important}.cat-block\:xs{display:block !important}.cat-grid\:xs{display:grid !important}.cat-flex\:xs{display:flex !important}.cat-inline-flex\:xs{display:inline-flex !important}}@media screen and (min-width: 768px){.cat-none\:s{display:none !important}.cat-inline\:s{display:inline !important}.cat-inline-block\:s{display:inline-block !important}.cat-block\:s{display:block !important}.cat-grid\:s{display:grid !important}.cat-flex\:s{display:flex !important}.cat-inline-flex\:s{display:inline-flex !important}}@media screen and (min-width: 992px){.cat-none\:m{display:none !important}.cat-inline\:m{display:inline !important}.cat-inline-block\:m{display:inline-block !important}.cat-block\:m{display:block !important}.cat-grid\:m{display:grid !important}.cat-flex\:m{display:flex !important}.cat-inline-flex\:m{display:inline-flex !important}}@media screen and (min-width: 1200px){.cat-none\:l{display:none !important}.cat-inline\:l{display:inline !important}.cat-inline-block\:l{display:inline-block !important}.cat-block\:l{display:block !important}.cat-grid\:l{display:grid !important}.cat-flex\:l{display:flex !important}.cat-inline-flex\:l{display:inline-flex !important}}@media screen and (min-width: 1400px){.cat-none\:xl{display:none !important}.cat-inline\:xl{display:inline !important}.cat-inline-block\:xl{display:inline-block !important}.cat-block\:xl{display:block !important}.cat-grid\:xl{display:grid !important}.cat-flex\:xl{display:flex !important}.cat-inline-flex\:xl{display:inline-flex !important}}.cat-elevation-transition{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)}.cat-elevation-0{box-shadow:none}.cat-elevation-hover-0:hover,.cat-elevation-hover-0:focus,.cat-elevation-hover-0:focus-within{box-shadow:none}.cat-elevation-1{box-shadow:0 1px 4px 0 rgba(16, 29, 48, 0.2)}.cat-elevation-hover-1:hover,.cat-elevation-hover-1:focus,.cat-elevation-hover-1:focus-within{box-shadow:0 1px 4px 0 rgba(16, 29, 48, 0.2)}.cat-elevation-2{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.2), 0 4px 5px 0 rgba(16, 29, 48, 0.26), 0 1px 10px -1px rgba(16, 29, 48, 0.12)}.cat-elevation-hover-2:hover,.cat-elevation-hover-2:focus,.cat-elevation-hover-2:focus-within{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.2), 0 4px 5px 0 rgba(16, 29, 48, 0.26), 0 1px 10px -1px rgba(16, 29, 48, 0.12)}.cat-elevation-3{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.2), 0 9px 16px -3px rgba(16, 29, 48, 0.14), 0 10px 20px -8px rgba(16, 29, 48, 0.12)}.cat-elevation-hover-3:hover,.cat-elevation-hover-3:focus,.cat-elevation-hover-3:focus-within{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.2), 0 9px 16px -3px rgba(16, 29, 48, 0.14), 0 10px 20px -8px rgba(16, 29, 48, 0.12)}.cat-elevation-4{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.05), 0 9px 16px -3px rgba(16, 29, 48, 0.14), 0 32px 20px -20px rgba(16, 29, 48, 0.2)}.cat-elevation-hover-4:hover,.cat-elevation-hover-4:focus,.cat-elevation-hover-4:focus-within{box-shadow:0 2px 4px -1px rgba(16, 29, 48, 0.05), 0 9px 16px -3px rgba(16, 29, 48, 0.14), 0 32px 20px -20px rgba(16, 29, 48, 0.2)}.cat-flex-row{flex-direction:row}.cat-flex-col{flex-direction:column}.cat-flex-1{flex:1 1 0%}.cat-flex-auto{flex:1 1 auto}.cat-flex-init{flex:0 1 auto}.cat-flex-none{flex:none}.cat-flex-wrap{flex-wrap:wrap}.cat-flex-nowrap{flex-wrap:nowrap}.cat-gap-xl{gap:2rem}.cat-gap-x-xl{column-gap:2rem}.cat-gap-y-xl{row-gap:2rem}.cat-gap-l{gap:1.5rem}.cat-gap-x-l{column-gap:1.5rem}.cat-gap-y-l{row-gap:1.5rem}.cat-gap-m{gap:1rem}.cat-gap-x-m{column-gap:1rem}.cat-gap-y-m{row-gap:1rem}.cat-gap-s{gap:0.5rem}.cat-gap-x-s{column-gap:0.5rem}.cat-gap-y-s{row-gap:0.5rem}.cat-gap-xs{gap:0.25rem}.cat-gap-x-xs{column-gap:0.25rem}.cat-gap-y-xs{row-gap:0.25rem}.cat-justify-start{justify-content:flex-start}.cat-justify-end{justify-content:flex-end}.cat-justify-center{justify-content:center}.cat-justify-between{justify-content:space-between}.cat-justify-items-start{justify-items:flex-start}.cat-justify-items-end{justify-items:flex-end}.cat-justify-items-center{justify-items:flex-center}.cat-justify-items-stretch{justify-items:flex-stretch}.cat-content-start{align-content:flex-start}.cat-content-end{align-content:flex-end}.cat-content-center{align-content:center}.cat-content-between{align-content:space-between}.cat-items-start{align-items:flex-start}.cat-items-end{align-items:flex-end}.cat-items-center{align-items:flex-center}.cat-items-stretch{align-items:flex-stretch}.cat-grid-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.cat-grid-col-1{grid-column:span 1 / span 1}.cat-grid-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.cat-grid-col-2{grid-column:span 2 / span 2}.cat-grid-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.cat-grid-col-3{grid-column:span 3 / span 3}.cat-grid-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.cat-grid-col-4{grid-column:span 4 / span 4}.cat-grid-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.cat-grid-col-5{grid-column:span 5 / span 5}.cat-grid-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.cat-grid-col-6{grid-column:span 6 / span 6}.cat-grid-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.cat-grid-col-7{grid-column:span 7 / span 7}.cat-grid-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.cat-grid-col-8{grid-column:span 8 / span 8}.cat-grid-9{grid-template-columns:repeat(9, minmax(0, 1fr))}.cat-grid-col-9{grid-column:span 9 / span 9}.cat-grid-10{grid-template-columns:repeat(10, minmax(0, 1fr))}.cat-grid-col-10{grid-column:span 10 / span 10}.cat-grid-11{grid-template-columns:repeat(11, minmax(0, 1fr))}.cat-grid-col-11{grid-column:span 11 / span 11}.cat-grid-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.cat-grid-col-12{grid-column:span 12 / span 12}.cat-grid-row-1{grid-row:span 1 / span 1}.cat-grid-row-2{grid-row:span 2 / span 2}.cat-grid-row-3{grid-row:span 3 / span 3}.cat-grid-row-4{grid-row:span 4 / span 4}.cat-grid-row-5{grid-row:span 5 / span 5}.cat-grid-row-6{grid-row:span 6 / span 6}.cat-grid-auto{grid-template-columns:repeat(auto-fill,minmax(min(var(--grid-min),100%),1fr));--grid-min:100%}.cat-radius-l{border-radius:0.5rem}.cat-radius-m{border-radius:0.25rem}.cat-radius-s{border-radius:0.125rem}.cat-radius-0{border-radius:none}.cat-radius-full{border-radius:100rem}.cat-m-auto{margin:auto !important}.cat-mv-auto{margin-top:auto !important;margin-bottom:auto !important}.cat-mh-auto{margin-left:auto !important;margin-right:auto !important}.cat-mt-auto{margin-top:auto !important}.cat-mb-auto{margin-bottom:auto !important}.cat-ml-auto{margin-left:auto !important}.cat-mr-auto{margin-right:auto !important}.cat-m-0{margin:0 !important}.cat-mv-0{margin-top:0 !important;margin-bottom:0 !important}.cat-mh-0{margin-left:0 !important;margin-right:0 !important}.cat-mt-0{margin-top:0 !important}.cat-mb-0{margin-bottom:0 !important}.cat-ml-0{margin-left:0 !important}.cat-mr-0{margin-right:0 !important}.cat-p-0{padding:0 !important}.cat-pv-0{padding-top:0 !important;padding-bottom:0 !important}.cat-ph-0{padding-left:0 !important;padding-right:0 !important}.cat-pt-0{padding-top:0 !important}.cat-pb-0{padding-bottom:0 !important}.cat-pl-0{padding-left:0 !important}.cat-pr-0{padding-right:0 !important}.cat-m-xl{margin:2rem !important}.cat-mv-xl{margin-top:2rem !important;margin-bottom:2rem !important}.cat-mh-xl{margin-left:2rem !important;margin-right:2rem !important}.cat-mt-xl{margin-top:2rem !important}.cat-mb-xl{margin-bottom:2rem !important}.cat-ml-xl{margin-left:2rem !important}.cat-mr-xl{margin-right:2rem !important}.cat-p-xl{padding:2rem !important}.cat-pv-xl{padding-top:2rem !important;padding-bottom:2rem !important}.cat-ph-xl{padding-left:2rem !important;padding-right:2rem !important}.cat-pt-xl{padding-top:2rem !important}.cat-pb-xl{padding-bottom:2rem !important}.cat-pl-xl{padding-left:2rem !important}.cat-pr-xl{padding-right:2rem !important}.cat-m-l{margin:1.5rem !important}.cat-mv-l{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.cat-mh-l{margin-left:1.5rem !important;margin-right:1.5rem !important}.cat-mt-l{margin-top:1.5rem !important}.cat-mb-l{margin-bottom:1.5rem !important}.cat-ml-l{margin-left:1.5rem !important}.cat-mr-l{margin-right:1.5rem !important}.cat-p-l{padding:1.5rem !important}.cat-pv-l{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.cat-ph-l{padding-left:1.5rem !important;padding-right:1.5rem !important}.cat-pt-l{padding-top:1.5rem !important}.cat-pb-l{padding-bottom:1.5rem !important}.cat-pl-l{padding-left:1.5rem !important}.cat-pr-l{padding-right:1.5rem !important}.cat-m-m{margin:1rem !important}.cat-mv-m{margin-top:1rem !important;margin-bottom:1rem !important}.cat-mh-m{margin-left:1rem !important;margin-right:1rem !important}.cat-mt-m{margin-top:1rem !important}.cat-mb-m{margin-bottom:1rem !important}.cat-ml-m{margin-left:1rem !important}.cat-mr-m{margin-right:1rem !important}.cat-p-m{padding:1rem !important}.cat-pv-m{padding-top:1rem !important;padding-bottom:1rem !important}.cat-ph-m{padding-left:1rem !important;padding-right:1rem !important}.cat-pt-m{padding-top:1rem !important}.cat-pb-m{padding-bottom:1rem !important}.cat-pl-m{padding-left:1rem !important}.cat-pr-m{padding-right:1rem !important}.cat-m-s{margin:0.5rem !important}.cat-mv-s{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.cat-mh-s{margin-left:0.5rem !important;margin-right:0.5rem !important}.cat-mt-s{margin-top:0.5rem !important}.cat-mb-s{margin-bottom:0.5rem !important}.cat-ml-s{margin-left:0.5rem !important}.cat-mr-s{margin-right:0.5rem !important}.cat-p-s{padding:0.5rem !important}.cat-pv-s{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.cat-ph-s{padding-left:0.5rem !important;padding-right:0.5rem !important}.cat-pt-s{padding-top:0.5rem !important}.cat-pb-s{padding-bottom:0.5rem !important}.cat-pl-s{padding-left:0.5rem !important}.cat-pr-s{padding-right:0.5rem !important}.cat-m-xs{margin:0.25rem !important}.cat-mv-xs{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.cat-mh-xs{margin-left:0.25rem !important;margin-right:0.25rem !important}.cat-mt-xs{margin-top:0.25rem !important}.cat-mb-xs{margin-bottom:0.25rem !important}.cat-ml-xs{margin-left:0.25rem !important}.cat-mr-xs{margin-right:0.25rem !important}.cat-p-xs{padding:0.25rem !important}.cat-pv-xs{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.cat-ph-xs{padding-left:0.25rem !important;padding-right:0.25rem !important}.cat-pt-xs{padding-top:0.25rem !important}.cat-pb-xs{padding-bottom:0.25rem !important}.cat-pl-xs{padding-left:0.25rem !important}.cat-pr-xs{padding-right:0.25rem !important}.cat-text-left{text-align:left !important}.cat-text-center{text-align:center !important}.cat-text-right{text-align:right !important}.cat-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.cat-ellipsis-1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.cat-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.cat-ellipsis-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.cat-ellipsis-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}.cat-ellipsis-5{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}.cat-select{-webkit-user-select:auto;-ms-user-select:auto;user-select:auto;}.cat-no-select{-webkit-user-select:none;-ms-user-select:none;user-select:none;}.cat-break-word{word-wrap:break-word;word-break:break-word}.cat-visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.cat-visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}*:not(:hover):not(:focus):not(:focus-within)>.cat-visually-hidden-hoverable{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.cat-ratio{position:relative;aspect-ratio:var(--cat-aspect-ratio)}.cat-ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.cat-ratio-1x1{--cat-aspect-ratio:1}.cat-ratio-3x1{--cat-aspect-ratio:3}.cat-ratio-6x1{--cat-aspect-ratio:6}.cat-ratio-4x3{--cat-aspect-ratio:1.3333333333}.cat-ratio-16x9{--cat-aspect-ratio:1.7777777778}.cat-ratio-21x9{--cat-aspect-ratio:2.3333333333}@font-face{font-family:"DM Sans";src:url("assets/fonts/DMSans-Medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:"DM Sans";src:url("assets/fonts/DMSans-MediumItalic.woff2") format("woff2");font-style:italic;font-weight:500;font-display:swap}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Light.woff2") format("woff2"), url("assets/fonts/Lato-Light.woff") format("woff");font-style:normal;font-weight:300;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-LightItalic.woff2") format("woff2"), url("assets/fonts/Lato-LightItalic.woff") format("woff");font-style:italic;font-weight:300;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Regular.woff2") format("woff2"), url("assets/fonts/Lato-Regular.woff") format("woff");font-style:normal;font-weight:400;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Italic.woff2") format("woff2"), url("assets/fonts/Lato-Italic.woff") format("woff");font-style:italic;font-weight:400;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Medium.woff2") format("woff2"), url("assets/fonts/Lato-Medium.woff") format("woff");font-style:normal;font-weight:500;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-MediumItalic.woff2") format("woff2"), url("assets/fonts/Lato-MediumItalic.woff") format("woff");font-style:italic;font-weight:500;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-Bold.woff2") format("woff2"), url("assets/fonts/Lato-Bold.woff") format("woff");font-style:normal;font-weight:700;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:Lato;src:url("assets/fonts/Lato-BoldItalic.woff2") format("woff2"), url("assets/fonts/Lato-BoldItalic.woff") format("woff");font-style:italic;font-weight:700;text-rendering:optimizeLegibility;font-display:fallback}@font-face{font-family:"Azeret Mono";src:url("assets/fonts/AzeretMono-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:fallback}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as a}from"./p-659073b5.js";
|
|
1
|
+
import{p as e,b as a}from"./p-659073b5.js";const l=()=>{const a=import.meta.url;const l={};if(a!==""){l.resourcesUrl=new URL(".",a).href}return e(l)};l().then((e=>a([["p-c0b4200d",[[1,"cat-textarea",{disabled:[4],hint:[1],label:[1],labelHidden:[4,"label-hidden"],maxLength:[2,"max-length"],minLength:[2,"min-length"],name:[1],placeholder:[1],readonly:[4],required:[4],rows:[2],value:[1032],hasSlottedLabel:[32],setFocus:[64]}]]],["p-a21823c9",[[1,"cat-input",{autoComplete:[1,"auto-complete"],clearable:[4],disabled:[4],hint:[1],icon:[1],iconRight:[4,"icon-right"],label:[1],labelHidden:[4,"label-hidden"],max:[2],maxLength:[2,"max-length"],min:[2],minLength:[2,"min-length"],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],round:[4],type:[1],value:[1032],hasSlottedLabel:[32],setFocus:[64],clear:[64]}],[1,"cat-modal",{size:[1],isVisible:[32],show:[64]}],[1,"cat-select",{label:[1],labelHidden:[4,"label-hidden"],required:[4],choices:[16],value:[1025],disabled:[4],multiple:[4],placeholder:[1],position:[1],noSearch:[4,"no-search"],hint:[1],hasSlottedLabel:[32],setValue:[64],setChoices:[64],clearChoices:[64],clearInput:[64]}],[1,"cat-tabs",{activeTab:[1,"active-tab"],tabsAlign:[1,"tabs-align"],activeTabId:[32]},[[0,"keydown","onKeydown"]]],[0,"cat-toast-demo"],[1,"cat-avatar",{size:[1],round:[4],label:[1],initials:[1],src:[1],icon:[1],url:[1],urlTarget:[1,"url-target"],backgroundImage:[32]}],[1,"cat-alert",{color:[1]}],[1,"cat-badge",{variant:[1],color:[1],size:[1],round:[4],pulse:[4]}],[1,"cat-card"],[1,"cat-checkbox",{checked:[4],disabled:[4],indeterminate:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1025],hint:[1],hasSlottedLabel:[32],setFocus:[64]}],[1,"cat-menu",{placement:[1]},[[0,"catClick","clickHandler"]]],[1,"cat-radio",{checked:[4],disabled:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1025],hint:[1],hasSlottedLabel:[32],setFocus:[64]}],[1,"cat-scrollable",{noShadowX:[4,"no-shadow-x"],noShadowY:[4,"no-shadow-y"],noOverflowX:[4,"no-overflow-x"],noOverflowY:[4,"no-overflow-y"],noOverscroll:[4,"no-overscroll"],noScrolledInit:[4,"no-scrolled-init"],scrolledBuffer:[2,"scrolled-buffer"]}],[1,"cat-skeleton",{effect:[1],variant:[1],size:[1],lines:[2]}],[1,"cat-tab",{label:[1],icon:[1],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],url:[1],urlTarget:[1,"url-target"],deactivated:[4]},[[0,"click","onClick"]]],[1,"cat-toggle",{checked:[4],disabled:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1025],hint:[1],hasSlottedLabel:[32],setFocus:[64]}],[1,"cat-tooltip",{content:[1],disabled:[4],placement:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],longTouchDuration:[2,"long-touch-duration"]},[[0,"keydown","handleKeyDown"]]],[1,"cat-button",{variant:[1],color:[1],active:[4],size:[1],name:[1],value:[1],disabled:[4],loading:[4],submit:[4],noEllipsis:[4,"no-ellipsis"],round:[4],url:[1],urlTarget:[1,"url-target"],icon:[1],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],buttonId:[1,"button-id"],a11yLabel:[1,"a11y-label"],_iconOnly:[32],setFocus:[64]},[[0,"click","haltDisabledEvents"]]],[1,"cat-spinner",{size:[1],a11yLabel:[1,"a11y-label"]}],[1,"cat-icon",{icon:[1],size:[1],a11yLabel:[1,"a11y-label"]}]]]],e)));
|
|
2
2
|
//# sourceMappingURL=catalyst.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"names":["patchBrowser","importMeta","import","meta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","globalScripts","bootstrapLazy","disabled","hint","label","labelHidden","maxLength","minLength","name","placeholder","readonly","required","rows","value","hasSlottedLabel","setFocus","autoComplete","clearable","icon","iconRight","max","min","textPrefix","textSuffix","round","type","clear","size","isVisible","show","choices","multiple","position","noSearch","setValue","setChoices","clearChoices","clearInput","activeTab","tabsAlign","activeTabId","initials","src","urlTarget","backgroundImage","color","variant","pulse","checked","indeterminate","placement","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","iconOnly","deactivated","content","showDelay","hideDelay","longTouchDuration","active","loading","submit","noEllipsis","buttonId","a11yLabel","_iconOnly"],"mappings":"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","sourcesContent":["/*\n Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cssVarShim) {\n // shim css vars\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","import { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"]}
|
|
1
|
+
{"version":3,"sources":["../node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"names":["patchBrowser","importMeta","import","meta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","disabled","hint","label","labelHidden","maxLength","minLength","name","placeholder","readonly","required","rows","value","hasSlottedLabel","setFocus","autoComplete","clearable","icon","iconRight","max","min","textPrefix","textSuffix","round","type","clear","size","isVisible","show","choices","multiple","position","noSearch","setValue","setChoices","clearChoices","clearInput","activeTab","tabsAlign","activeTabId","initials","src","urlTarget","backgroundImage","color","variant","pulse","checked","indeterminate","placement","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","iconOnly","deactivated","content","showDelay","hideDelay","longTouchDuration","active","loading","submit","noEllipsis","buttonId","a11yLabel","_iconOnly"],"mappings":"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","sourcesContent":["/*\n Stencil Client Patch Browser v2.17.0 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cssVarShim) {\n // shim css vars\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? scriptElm['data-opts'] || {} : {};\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","import { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{C as CatI18nRegistry,a as CatIconRegistry,N as NotificationsService}from"./p-8121572a.js";import"./p-2ad6f8d8.js";
|
|
2
2
|
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{l as t,c as i,a as s}from"./p-2ad6f8d8.js";class e{constructor(){this._locale="en";this._dicts=new Map}static getInstance(){if(!e.instance){e.instance=new e}return e.instance}locale(i){if(i){this._locale=i;t.info(`[CatI18nRegistry] Locale set to ${i}`);window.dispatchEvent(this.buildEvent("cat-i18n-locale",{locale:i}))}return this._locale}register(i,s){const e=this.getDict(i);Object.entries(s).forEach((([t,i])=>e.set(t,i)));t.info(`[CatI18nRegistry] Registered messages for ${i}`,s);window.dispatchEvent(this.buildEvent("cat-i18n-register",{i18n:s}))}clear(i){if(i){this.getDict(i).clear();t.info(`[CatI18nRegistry] Cleared messages for ${i}`);window.dispatchEvent(this.buildEvent("cat-i18n-clear",{locale:i}))}else{this._dicts.clear();t.info(`[CatI18nRegistry] Cleared messages`);window.dispatchEvent(this.buildEvent("cat-i18n-clear"))}}t(i,s){var e;const o=(e=this._dicts.get(this._locale))===null||e===void 0?void 0:e.get(i);if(o===undefined){t.error(`[CatI18nRegistry] Unknown message for ${this._locale}: ${i}`);return""}return o.replace(/{{\s*([-a-zA-Z._]+)\s*}}/g,((t,i)=>{var e;return`${(e=s===null||s===void 0?void 0:s[i])!==null&&e!==void 0?e:""}`}))}buildEvent(t,i){return new CustomEvent(t,{bubbles:true,composed:true,detail:i})}getDict(t){let i=this._dicts.get(t);if(!i){i=new Map;this._dicts.set(t,i)}return i}}class o{constructor(){this.icons=new Map}static getInstance(){if(!o.instance){o.instance=new o}return o.instance}getIcon(i,s){const e=this.icons.get(this.buildName(i,s));if(!e){t.error(`[CatIconRegistry] Unknown icon${s?` in set ${s}`:""}: ${i}`)}return e}addIcon(i,s,e){this.icons.set(this.buildName(i,e),s);t.info(`[CatIconRegistry] Added icon${e?` to set ${e}`:""}: ${i}`);window.dispatchEvent(this.buildEvent("cat-icon-added",{name:i,setName:e}));return this}addIcons(i,s){Object.entries(i).forEach((([t,i])=>this.icons.set(this.buildName(t,s),i)));t.info(`[CatIconRegistry] Added icons${s?` to set ${s}`:""}: ${Object.keys(i).concat(", ")}`);window.dispatchEvent(this.buildEvent("cat-icons-added",{names:Object.keys(i),setName:s}));return this}removeIcon(i,s){this.icons.delete(this.buildName(i,s));t.info(`[CatIconRegistry] Removed icon${s?` from set ${s}`:""}: ${i}`);window.dispatchEvent(this.buildEvent("cat-icon-removed",{name:i,setName:s}));return this}removeIcons(i,s){i.forEach((t=>this.icons.delete(this.buildName(t,s))));t.info(`[CatIconRegistry] Removed icons${s?` from set ${s}`:""}: ${i.concat(", ")}`);window.dispatchEvent(this.buildEvent("cat-icons-removed",{names:i,setName:s}));return this}buildName(t,i){return i?`${i}:name`:t}buildEvent(t,i){return new CustomEvent(t,{bubbles:true,composed:true,detail:i})}}var n=i((function(t){
|
|
2
2
|
/*!
|
|
3
3
|
* Toastify js 1.11.2
|
|
4
4
|
* https://github.com/apvarun/toastify-js
|
|
@@ -6,5 +6,5 @@ import{c as t,a as i}from"./p-2ad6f8d8.js";var s=t((function(t){
|
|
|
6
6
|
*
|
|
7
7
|
* Copyright (C) 2018 Varun A P
|
|
8
8
|
*/
|
|
9
|
-
(function(i,s){if(t.exports){t.exports=s()}else{i.Toastify=s()}})(
|
|
10
|
-
//# sourceMappingURL=p-
|
|
9
|
+
(function(i,s){if(t.exports){t.exports=s()}else{i.Toastify=s()}})(s,(function(t){var i=function(t){return new i.lib.init(t)},s="1.11.2";i.defaults={oldestFirst:true,text:"Toastify is awesome!",node:undefined,duration:3e3,selector:undefined,callback:function(){},destination:undefined,newWindow:false,close:false,gravity:"toastify-top",positionLeft:false,position:"",backgroundColor:"",avatar:"",className:"",stopOnFocus:true,onClick:function(){},offset:{x:0,y:0},escapeMarkup:true,style:{background:""}};i.lib=i.prototype={toastify:s,constructor:i,init:function(t){if(!t){t={}}this.options={};this.toastElement=null;this.options.text=t.text||i.defaults.text;this.options.node=t.node||i.defaults.node;this.options.duration=t.duration===0?0:t.duration||i.defaults.duration;this.options.selector=t.selector||i.defaults.selector;this.options.callback=t.callback||i.defaults.callback;this.options.destination=t.destination||i.defaults.destination;this.options.newWindow=t.newWindow||i.defaults.newWindow;this.options.close=t.close||i.defaults.close;this.options.gravity=t.gravity==="bottom"?"toastify-bottom":i.defaults.gravity;this.options.positionLeft=t.positionLeft||i.defaults.positionLeft;this.options.position=t.position||i.defaults.position;this.options.backgroundColor=t.backgroundColor||i.defaults.backgroundColor;this.options.avatar=t.avatar||i.defaults.avatar;this.options.className=t.className||i.defaults.className;this.options.stopOnFocus=t.stopOnFocus===undefined?i.defaults.stopOnFocus:t.stopOnFocus;this.options.onClick=t.onClick||i.defaults.onClick;this.options.offset=t.offset||i.defaults.offset;this.options.escapeMarkup=t.escapeMarkup!==undefined?t.escapeMarkup:i.defaults.escapeMarkup;this.options.style=t.style||i.defaults.style;if(t.backgroundColor){this.options.style.background=t.backgroundColor}return this},buildToast:function(){if(!this.options){throw"Toastify is not initialized"}var t=document.createElement("div");t.className="toastify on "+this.options.className;if(!!this.options.position){t.className+=" toastify-"+this.options.position}else{if(this.options.positionLeft===true){t.className+=" toastify-left";console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")}else{t.className+=" toastify-right"}}t.className+=" "+this.options.gravity;if(this.options.backgroundColor){console.warn('DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.')}for(var i in this.options.style){t.style[i]=this.options.style[i]}if(this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE){t.appendChild(this.options.node)}else{if(this.options.escapeMarkup){t.innerText=this.options.text}else{t.innerHTML=this.options.text}if(this.options.avatar!==""){var s=document.createElement("img");s.src=this.options.avatar;s.className="toastify-avatar";if(this.options.position=="left"||this.options.positionLeft===true){t.appendChild(s)}else{t.insertAdjacentElement("afterbegin",s)}}}if(this.options.close===true){var o=document.createElement("span");o.innerHTML="✖";o.className="toast-close";o.addEventListener("click",function(t){t.stopPropagation();this.removeElement(this.toastElement);window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var n=window.innerWidth>0?window.innerWidth:screen.width;if((this.options.position=="left"||this.options.positionLeft===true)&&n>360){t.insertAdjacentElement("afterbegin",o)}else{t.appendChild(o)}}if(this.options.stopOnFocus&&this.options.duration>0){var r=this;t.addEventListener("mouseover",(function(i){window.clearTimeout(t.timeOutValue)}));t.addEventListener("mouseleave",(function(){t.timeOutValue=window.setTimeout((function(){r.removeElement(t)}),r.options.duration)}))}if(typeof this.options.destination!=="undefined"){t.addEventListener("click",function(t){t.stopPropagation();if(this.options.newWindow===true){window.open(this.options.destination,"_blank")}else{window.location=this.options.destination}}.bind(this))}if(typeof this.options.onClick==="function"&&typeof this.options.destination==="undefined"){t.addEventListener("click",function(t){t.stopPropagation();this.options.onClick()}.bind(this))}if(typeof this.options.offset==="object"){var a=e("x",this.options);var c=e("y",this.options);var h=this.options.position=="left"?a:"-"+a;var f=this.options.gravity=="toastify-top"?c:"-"+c;t.style.transform="translate("+h+","+f+")"}return t},showToast:function(){this.toastElement=this.buildToast();var t;if(typeof this.options.selector==="string"){t=document.getElementById(this.options.selector)}else if(this.options.selector instanceof HTMLElement||typeof ShadowRoot!=="undefined"&&this.options.selector instanceof ShadowRoot){t=this.options.selector}else{t=document.body}if(!t){throw"Root element is not defined"}var s=i.defaults.oldestFirst?t.firstChild:t.lastChild;t.insertBefore(this.toastElement,s);i.reposition();if(this.options.duration>0){this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)}return this},hideToast:function(){if(this.toastElement.timeOutValue){clearTimeout(this.toastElement.timeOutValue)}this.removeElement(this.toastElement)},removeElement:function(t){t.className=t.className.replace(" on","");window.setTimeout(function(){if(this.options.node&&this.options.node.parentNode){this.options.node.parentNode.removeChild(this.options.node)}if(t.parentNode){t.parentNode.removeChild(t)}this.options.callback.call(t);i.reposition()}.bind(this),400)}};i.reposition=function(){var t={top:15,bottom:15};var i={top:15,bottom:15};var s={top:15,bottom:15};var e=document.getElementsByClassName("toastify");var n;for(var r=0;r<e.length;r++){if(o(e[r],"toastify-top")===true){n="toastify-top"}else{n="toastify-bottom"}var a=e[r].offsetHeight;n=n.substr(9,n.length-1);var c=15;var h=window.innerWidth>0?window.innerWidth:screen.width;if(h<=360){e[r].style[n]=s[n]+"px";s[n]+=a+c}else{if(o(e[r],"toastify-left")===true){e[r].style[n]=t[n]+"px";t[n]+=a+c}else{e[r].style[n]=i[n]+"px";i[n]+=a+c}}}return this};function e(t,i){if(i.offset[t]){if(isNaN(i.offset[t])){return i.offset[t]}else{return i.offset[t]+"px"}}return"0px"}function o(t,i){if(!t||typeof i!=="string"){return false}else if(t.className&&t.className.trim().split(/\s+/gi).indexOf(i)>-1){return true}else{return false}}i.lib.init.prototype=i.lib;return i}))}));var r;(function(t){t["success"]="check-circle-filled";t["error"]="sparkle-filled";t["info"]="sparkle-filled"})(r||(r={}));const a={"top-left":{gravity:"top",position:"left"},"top-center":{gravity:"top",position:"center"},"top-right":{gravity:"top",position:"right"},"bottom-left":{gravity:"bottom",position:"left"},"bottom-center":{gravity:"bottom",position:"center"},"bottom-right":{gravity:"bottom",position:"right"}};class c{toastHTMLTemplate(t,i=" ",s){var e;const o=document.createElement("template");const n=(s===null||s===void 0?void 0:s.type)?r[s.type]:r.info;t=t.trim();i=i.trim();const a=i&&i!=="";const c=a?"has-message":"";o.innerHTML=`<div class="cat-toastify-wrapper">\n <div class="cat-toastify-icon-wrapper ${(e=s===null||s===void 0?void 0:s.type)!==null&&e!==void 0?e:"info"}">\n <cat-icon icon="${n}"></cat-icon>\n </div>\n <div class="cat-toastify-title-wrapper ${c}">\n <div class="cat-toastify-title">${t}</div></div>\n ${a?`<div class="cat-toastify-message">${i}</div>`:""}\n </div>`;return o.content.firstChild}error(t,i=" ",s){const e=this.getPosition(s);const o={node:(s===null||s===void 0?void 0:s.content)?s.content:this.toastHTMLTemplate(t,i,s),duration:c.DURATION,close:true,className:"cat-toastify",gravity:e.gravity,position:e.position,stopOnFocus:true};n(o).showToast()}success(t,i=" ",s){const e=this.getPosition(s);const o={node:(s===null||s===void 0?void 0:s.content)?s.content:this.toastHTMLTemplate(t,i,s),duration:c.DURATION,close:true,className:"cat-toastify",gravity:e.gravity,position:e.position,stopOnFocus:true};n(o).showToast()}info(t,i=" ",s){const e=this.getPosition(s);const o={node:(s===null||s===void 0?void 0:s.content)?s.content:this.toastHTMLTemplate(t,i,s),duration:c.DURATION,close:true,className:"cat-toastify",gravity:e.gravity,position:e.position,stopOnFocus:true};n(o).showToast()}getPosition(t){const i={gravity:"bottom",position:"right"};if((t===null||t===void 0?void 0:t.position)&&a[t.position]){i.position=a[t.position].position;i.gravity=a[t.position].gravity}return i}}c.DURATION=8e3;const h=new c;export{e as C,h as N,o as a};
|
|
10
|
+
//# sourceMappingURL=p-8121572a.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["src/components/cat-i18n/cat-i18n-registry.ts","src/components/cat-icon/cat-icon-registry.ts","../node_modules/toastify-js/src/toastify.js","src/components/cat-notification/cat-notification.tsx"],"names":["CatI18nRegistry","[object Object]","this","_locale","_dicts","Map","instance","locale","log","info","window","dispatchEvent","buildEvent","i18n","dict","getDict","Object","entries","forEach","key","message","set","clear","params","_a","get","undefined","error","replace","_match","name","detail","CustomEvent","bubbles","composed","lang","CatIconRegistry","icons","setName","icon","buildName","data","keys","concat","names","delete","root","factory","module","exports","Toastify","global","options","lib","init","version","defaults","oldestFirst","text","node","duration","selector","callback","destination","newWindow","close","gravity","positionLeft","position","backgroundColor","avatar","className","stopOnFocus","onClick","offset","x","y","escapeMarkup","style","background","prototype","toastify","constructor","toastElement","buildToast","divElement","document","createElement","console","warn","property","nodeType","Node","ELEMENT_NODE","appendChild","innerText","innerHTML","avatarElement","src","insertAdjacentElement","closeElement","addEventListener","event","stopPropagation","removeElement","clearTimeout","timeOutValue","bind","width","innerWidth","screen","self","setTimeout","open","location","getAxisOffsetAValue","xOffset","yOffset","transform","showToast","rootElement","getElementById","HTMLElement","ShadowRoot","body","elementToInsert","firstChild","lastChild","insertBefore","reposition","hideToast","parentNode","removeChild","call","topLeftOffsetSize","top","bottom","topRightOffsetSize","offsetSize","allToasts","getElementsByClassName","classUsed","i","length","containsClass","height","offsetHeight","substr","axis","isNaN","elem","yourClass","trim","split","indexOf","TypeIcons","ToastPositions","top-left","top-center","top-right","bottom-left","bottom-center","bottom-right","CatNotificationService","title","template","typeIcon","type","hasMessage","hasMessageClass","content","getPosition","toastOptions","toastHTMLTemplate","DURATION","NotificationsService"],"mappings":"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","sourcesContent":["import log from 'loglevel';\n\nexport class CatI18nRegistry {\n private static instance: CatI18nRegistry;\n\n private _locale = 'en';\n private readonly _dicts: Map<string, Map<string, string>> = new Map();\n\n private constructor() {\n // hide constructor\n }\n\n static getInstance(): CatI18nRegistry {\n if (!CatI18nRegistry.instance) {\n CatI18nRegistry.instance = new CatI18nRegistry();\n }\n return CatI18nRegistry.instance;\n }\n\n locale(locale?: string): string {\n if (locale) {\n this._locale = locale;\n log.info(`[CatI18nRegistry] Locale set to ${locale}`);\n window.dispatchEvent(this.buildEvent('cat-i18n-locale', { locale }));\n }\n return this._locale;\n }\n\n register(locale: string, i18n: { [key: string]: string }): void {\n const dict = this.getDict(locale);\n Object.entries(i18n).forEach(([key, message]) => dict.set(key, message));\n log.info(`[CatI18nRegistry] Registered messages for ${locale}`, i18n);\n window.dispatchEvent(this.buildEvent('cat-i18n-register', { i18n }));\n }\n\n clear(locale?: string): void {\n if (locale) {\n this.getDict(locale).clear();\n log.info(`[CatI18nRegistry] Cleared messages for ${locale}`);\n window.dispatchEvent(this.buildEvent('cat-i18n-clear', { locale }));\n } else {\n this._dicts.clear();\n log.info(`[CatI18nRegistry] Cleared messages`);\n window.dispatchEvent(this.buildEvent('cat-i18n-clear'));\n }\n }\n\n t(key: string, params?: { [key: string]: string | number }): string {\n const message = this._dicts.get(this._locale)?.get(key);\n if (message === undefined) {\n log.error(`[CatI18nRegistry] Unknown message for ${this._locale}: ${key}`);\n return '';\n }\n return message.replace(/{{\\s*([-a-zA-Z._]+)\\s*}}/g, (_match, key) => `${params?.[key] ?? ''}`);\n }\n\n private buildEvent<T>(name: string, detail?: T) {\n return new CustomEvent(name, {\n bubbles: true,\n composed: true,\n detail\n });\n }\n\n private getDict(lang: string) {\n let dict = this._dicts.get(lang);\n if (!dict) {\n dict = new Map();\n this._dicts.set(lang, dict);\n }\n return dict;\n }\n}\n","import log from 'loglevel';\n\nexport class CatIconRegistry {\n private static instance: CatIconRegistry;\n\n private readonly icons: Map<string, string> = new Map();\n\n private constructor() {\n // hide constructor\n }\n\n static getInstance(): CatIconRegistry {\n if (!CatIconRegistry.instance) {\n CatIconRegistry.instance = new CatIconRegistry();\n }\n return CatIconRegistry.instance;\n }\n\n getIcon(name: string, setName?: string): string | undefined {\n const icon = this.icons.get(this.buildName(name, setName));\n if (!icon) {\n log.error(`[CatIconRegistry] Unknown icon${setName ? ` in set ${setName}` : ''}: ${name}`);\n }\n return icon;\n }\n\n addIcon(name: string, data: string, setName?: string): CatIconRegistry {\n this.icons.set(this.buildName(name, setName), data);\n log.info(`[CatIconRegistry] Added icon${setName ? ` to set ${setName}` : ''}: ${name}`);\n window.dispatchEvent(this.buildEvent('cat-icon-added', { name, setName }));\n return this;\n }\n\n addIcons(icons: { [name: string]: string }, setName?: string): CatIconRegistry {\n Object.entries(icons).forEach(([name, data]) => this.icons.set(this.buildName(name, setName), data));\n log.info(`[CatIconRegistry] Added icons${setName ? ` to set ${setName}` : ''}: ${Object.keys(icons).concat(', ')}`);\n window.dispatchEvent(this.buildEvent('cat-icons-added', { names: Object.keys(icons), setName }));\n return this;\n }\n\n removeIcon(name: string, setName?: string): CatIconRegistry {\n this.icons.delete(this.buildName(name, setName));\n log.info(`[CatIconRegistry] Removed icon${setName ? ` from set ${setName}` : ''}: ${name}`);\n window.dispatchEvent(this.buildEvent('cat-icon-removed', { name, setName }));\n return this;\n }\n\n removeIcons(names: string[], setName?: string): CatIconRegistry {\n names.forEach(name => this.icons.delete(this.buildName(name, setName)));\n log.info(`[CatIconRegistry] Removed icons${setName ? ` from set ${setName}` : ''}: ${names.concat(', ')}`);\n window.dispatchEvent(this.buildEvent('cat-icons-removed', { names, setName }));\n return this;\n }\n\n private buildName(name: string, setName?: string) {\n return setName ? `${setName}:name` : name;\n }\n\n private buildEvent<T>(name: string, detail?: T) {\n return new CustomEvent(name, {\n bubbles: true,\n composed: true,\n detail\n });\n }\n}\n","/*!\n * Toastify js 1.11.2\n * https://github.com/apvarun/toastify-js\n * @license MIT licensed\n *\n * Copyright (C) 2018 Varun A P\n */\n(function(root, factory) {\n if (typeof module === \"object\" && module.exports) {\n module.exports = factory();\n } else {\n root.Toastify = factory();\n }\n})(this, function(global) {\n // Object initialization\n var Toastify = function(options) {\n // Returning a new init object\n return new Toastify.lib.init(options);\n },\n // Library version\n version = \"1.11.2\";\n\n // Set the default global options\n Toastify.defaults = {\n oldestFirst: true,\n text: \"Toastify is awesome!\",\n node: undefined,\n duration: 3000,\n selector: undefined,\n callback: function () {\n },\n destination: undefined,\n newWindow: false,\n close: false,\n gravity: \"toastify-top\",\n positionLeft: false,\n position: '',\n backgroundColor: '',\n avatar: \"\",\n className: \"\",\n stopOnFocus: true,\n onClick: function () {\n },\n offset: {x: 0, y: 0},\n escapeMarkup: true,\n style: {background: ''}\n };\n\n // Defining the prototype of the object\n Toastify.lib = Toastify.prototype = {\n toastify: version,\n\n constructor: Toastify,\n\n // Initializing the object with required parameters\n init: function(options) {\n // Verifying and validating the input object\n if (!options) {\n options = {};\n }\n\n // Creating the options object\n this.options = {};\n\n this.toastElement = null;\n\n // Validating the options\n this.options.text = options.text || Toastify.defaults.text; // Display message\n this.options.node = options.node || Toastify.defaults.node; // Display content as node\n this.options.duration = options.duration === 0 ? 0 : options.duration || Toastify.defaults.duration; // Display duration\n this.options.selector = options.selector || Toastify.defaults.selector; // Parent selector\n this.options.callback = options.callback || Toastify.defaults.callback; // Callback after display\n this.options.destination = options.destination || Toastify.defaults.destination; // On-click destination\n this.options.newWindow = options.newWindow || Toastify.defaults.newWindow; // Open destination in new window\n this.options.close = options.close || Toastify.defaults.close; // Show toast close icon\n this.options.gravity = options.gravity === \"bottom\" ? \"toastify-bottom\" : Toastify.defaults.gravity; // toast position - top or bottom\n this.options.positionLeft = options.positionLeft || Toastify.defaults.positionLeft; // toast position - left or right\n this.options.position = options.position || Toastify.defaults.position; // toast position - left or right\n this.options.backgroundColor = options.backgroundColor || Toastify.defaults.backgroundColor; // toast background color\n this.options.avatar = options.avatar || Toastify.defaults.avatar; // img element src - url or a path\n this.options.className = options.className || Toastify.defaults.className; // additional class names for the toast\n this.options.stopOnFocus = options.stopOnFocus === undefined ? Toastify.defaults.stopOnFocus : options.stopOnFocus; // stop timeout on focus\n this.options.onClick = options.onClick || Toastify.defaults.onClick; // Callback after click\n this.options.offset = options.offset || Toastify.defaults.offset; // toast offset\n this.options.escapeMarkup = options.escapeMarkup !== undefined ? options.escapeMarkup : Toastify.defaults.escapeMarkup;\n this.options.style = options.style || Toastify.defaults.style;\n if(options.backgroundColor) {\n this.options.style.background = options.backgroundColor;\n }\n\n // Returning the current object for chaining functions\n return this;\n },\n\n // Building the DOM element\n buildToast: function() {\n // Validating if the options are defined\n if (!this.options) {\n throw \"Toastify is not initialized\";\n }\n\n // Creating the DOM object\n var divElement = document.createElement(\"div\");\n divElement.className = \"toastify on \" + this.options.className;\n\n // Positioning toast to left or right or center\n if (!!this.options.position) {\n divElement.className += \" toastify-\" + this.options.position;\n } else {\n // To be depreciated in further versions\n if (this.options.positionLeft === true) {\n divElement.className += \" toastify-left\";\n console.warn('Property `positionLeft` will be depreciated in further versions. Please use `position` instead.')\n } else {\n // Default position\n divElement.className += \" toastify-right\";\n }\n }\n\n // Assigning gravity of element\n divElement.className += \" \" + this.options.gravity;\n\n if (this.options.backgroundColor) {\n // This is being deprecated in favor of using the style HTML DOM property\n console.warn('DEPRECATION NOTICE: \"backgroundColor\" is being deprecated. Please use the \"style.background\" property.');\n }\n\n // Loop through our style object and apply styles to divElement\n for (var property in this.options.style) {\n divElement.style[property] = this.options.style[property];\n }\n\n // Adding the toast message/node\n if (this.options.node && this.options.node.nodeType === Node.ELEMENT_NODE) {\n // If we have a valid node, we insert it\n divElement.appendChild(this.options.node)\n } else {\n if (this.options.escapeMarkup) {\n divElement.innerText = this.options.text;\n } else {\n divElement.innerHTML = this.options.text;\n }\n\n if (this.options.avatar !== \"\") {\n var avatarElement = document.createElement(\"img\");\n avatarElement.src = this.options.avatar;\n\n avatarElement.className = \"toastify-avatar\";\n\n if (this.options.position == \"left\" || this.options.positionLeft === true) {\n // Adding close icon on the left of content\n divElement.appendChild(avatarElement);\n } else {\n // Adding close icon on the right of content\n divElement.insertAdjacentElement(\"afterbegin\", avatarElement);\n }\n }\n }\n\n // Adding a close icon to the toast\n if (this.options.close === true) {\n // Create a span for close element\n var closeElement = document.createElement(\"span\");\n closeElement.innerHTML = \"✖\";\n\n closeElement.className = \"toast-close\";\n\n // Triggering the removal of toast from DOM on close click\n closeElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.removeElement(this.toastElement);\n window.clearTimeout(this.toastElement.timeOutValue);\n }.bind(this)\n );\n\n //Calculating screen width\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Adding the close icon to the toast element\n // Display on the right if screen width is less than or equal to 360px\n if ((this.options.position == \"left\" || this.options.positionLeft === true) && width > 360) {\n // Adding close icon on the left of content\n divElement.insertAdjacentElement(\"afterbegin\", closeElement);\n } else {\n // Adding close icon on the right of content\n divElement.appendChild(closeElement);\n }\n }\n\n // Clear timeout while toast is focused\n if (this.options.stopOnFocus && this.options.duration > 0) {\n var self = this;\n // stop countdown\n divElement.addEventListener(\n \"mouseover\",\n function(event) {\n window.clearTimeout(divElement.timeOutValue);\n }\n )\n // add back the timeout\n divElement.addEventListener(\n \"mouseleave\",\n function() {\n divElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n self.removeElement(divElement);\n },\n self.options.duration\n )\n }\n )\n }\n\n // Adding an on-click destination path\n if (typeof this.options.destination !== \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n if (this.options.newWindow === true) {\n window.open(this.options.destination, \"_blank\");\n } else {\n window.location = this.options.destination;\n }\n }.bind(this)\n );\n }\n\n if (typeof this.options.onClick === \"function\" && typeof this.options.destination === \"undefined\") {\n divElement.addEventListener(\n \"click\",\n function(event) {\n event.stopPropagation();\n this.options.onClick();\n }.bind(this)\n );\n }\n\n // Adding offset\n if(typeof this.options.offset === \"object\") {\n\n var x = getAxisOffsetAValue(\"x\", this.options);\n var y = getAxisOffsetAValue(\"y\", this.options);\n\n var xOffset = this.options.position == \"left\" ? x : \"-\" + x;\n var yOffset = this.options.gravity == \"toastify-top\" ? y : \"-\" + y;\n\n divElement.style.transform = \"translate(\" + xOffset + \",\" + yOffset + \")\";\n\n }\n\n // Returning the generated element\n return divElement;\n },\n\n // Displaying the toast\n showToast: function() {\n // Creating the DOM object for the toast\n this.toastElement = this.buildToast();\n\n // Getting the root element to with the toast needs to be added\n var rootElement;\n if (typeof this.options.selector === \"string\") {\n rootElement = document.getElementById(this.options.selector);\n } else if (this.options.selector instanceof HTMLElement || (typeof ShadowRoot !== 'undefined' && this.options.selector instanceof ShadowRoot)) {\n rootElement = this.options.selector;\n } else {\n rootElement = document.body;\n }\n\n // Validating if root element is present in DOM\n if (!rootElement) {\n throw \"Root element is not defined\";\n }\n\n // Adding the DOM element\n var elementToInsert = Toastify.defaults.oldestFirst ? rootElement.firstChild : rootElement.lastChild;\n rootElement.insertBefore(this.toastElement, elementToInsert);\n\n // Repositioning the toasts in case multiple toasts are present\n Toastify.reposition();\n\n if (this.options.duration > 0) {\n this.toastElement.timeOutValue = window.setTimeout(\n function() {\n // Remove the toast from DOM\n this.removeElement(this.toastElement);\n }.bind(this),\n this.options.duration\n ); // Binding `this` for function invocation\n }\n\n // Supporting function chaining\n return this;\n },\n\n hideToast: function() {\n if (this.toastElement.timeOutValue) {\n clearTimeout(this.toastElement.timeOutValue);\n }\n this.removeElement(this.toastElement);\n },\n\n // Removing the element from the DOM\n removeElement: function(toastElement) {\n // Hiding the element\n // toastElement.classList.remove(\"on\");\n toastElement.className = toastElement.className.replace(\" on\", \"\");\n\n // Removing the element from DOM after transition end\n window.setTimeout(\n function() {\n // remove options node if any\n if (this.options.node && this.options.node.parentNode) {\n this.options.node.parentNode.removeChild(this.options.node);\n }\n\n // Remove the element from the DOM, only when the parent node was not removed before.\n if (toastElement.parentNode) {\n toastElement.parentNode.removeChild(toastElement);\n }\n\n // Calling the callback function\n this.options.callback.call(toastElement);\n\n // Repositioning the toasts again\n Toastify.reposition();\n }.bind(this),\n 400\n ); // Binding `this` for function invocation\n },\n };\n\n // Positioning the toasts on the DOM\n Toastify.reposition = function() {\n\n // Top margins with gravity\n var topLeftOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var topRightOffsetSize = {\n top: 15,\n bottom: 15,\n };\n var offsetSize = {\n top: 15,\n bottom: 15,\n };\n\n // Get all toast messages on the DOM\n var allToasts = document.getElementsByClassName(\"toastify\");\n\n var classUsed;\n\n // Modifying the position of each toast element\n for (var i = 0; i < allToasts.length; i++) {\n // Getting the applied gravity\n if (containsClass(allToasts[i], \"toastify-top\") === true) {\n classUsed = \"toastify-top\";\n } else {\n classUsed = \"toastify-bottom\";\n }\n\n var height = allToasts[i].offsetHeight;\n classUsed = classUsed.substr(9, classUsed.length-1)\n // Spacing between toasts\n var offset = 15;\n\n var width = window.innerWidth > 0 ? window.innerWidth : screen.width;\n\n // Show toast in center if screen with less than or equal to 360px\n if (width <= 360) {\n // Setting the position\n allToasts[i].style[classUsed] = offsetSize[classUsed] + \"px\";\n\n offsetSize[classUsed] += height + offset;\n } else {\n if (containsClass(allToasts[i], \"toastify-left\") === true) {\n // Setting the position\n allToasts[i].style[classUsed] = topLeftOffsetSize[classUsed] + \"px\";\n\n topLeftOffsetSize[classUsed] += height + offset;\n } else {\n // Setting the position\n allToasts[i].style[classUsed] = topRightOffsetSize[classUsed] + \"px\";\n\n topRightOffsetSize[classUsed] += height + offset;\n }\n }\n }\n\n // Supporting function chaining\n return this;\n };\n\n // Helper function to get offset.\n function getAxisOffsetAValue(axis, options) {\n\n if(options.offset[axis]) {\n if(isNaN(options.offset[axis])) {\n return options.offset[axis];\n }\n else {\n return options.offset[axis] + 'px';\n }\n }\n\n return '0px';\n\n }\n\n function containsClass(elem, yourClass) {\n if (!elem || typeof yourClass !== \"string\") {\n return false;\n } else if (\n elem.className &&\n elem.className\n .trim()\n .split(/\\s+/gi)\n .indexOf(yourClass) > -1\n ) {\n return true;\n } else {\n return false;\n }\n }\n\n // Setting up the prototype for the init object\n Toastify.lib.init.prototype = Toastify.lib;\n\n // Returning the Toastify function to be assigned to the window object/module\n return Toastify;\n});\n","import Toastify, { Options } from 'toastify-js';\n\nexport enum TypeIcons {\n 'success' = 'check-circle-filled',\n 'error' = 'sparkle-filled',\n 'info' = 'sparkle-filled'\n}\n\nexport const ToastPositions: { [key: string]: { gravity: 'top' | 'bottom'; position: 'left' | 'center' | 'right' } } = {\n 'top-left': {\n gravity: 'top',\n position: 'left'\n },\n 'top-center': {\n gravity: 'top',\n position: 'center'\n },\n 'top-right': {\n gravity: 'top',\n position: 'right'\n },\n 'bottom-left': {\n gravity: 'bottom',\n position: 'left'\n },\n 'bottom-center': {\n gravity: 'bottom',\n position: 'center'\n },\n 'bottom-right': {\n gravity: 'bottom',\n position: 'right'\n }\n};\n\nexport interface ToastPosition {\n gravity: 'top' | 'bottom';\n position: 'left' | 'center' | 'right';\n}\n\nexport interface ToastOptions {\n /**\n * HTML content of the toast\n */\n content: Node;\n /**\n * Show close button\n */\n close: boolean;\n /**\n * Toast position\n */\n position: 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';\n /**\n * Type of toast\n */\n type: 'success' | 'info' | 'error';\n /**\n * Invoked when the toast is clicked\n */\n onClick: () => void;\n /**\n * Toggle the default behavior of escaping HTML markup\n */\n escapeMarkup: boolean;\n}\n\nclass CatNotificationService {\n private static DURATION = 8000;\n\n toastHTMLTemplate(title: string, message = ' ', options?: Partial<ToastOptions>): HTMLElement {\n const template = document.createElement('template');\n const typeIcon = options?.type ? TypeIcons[options.type] : TypeIcons.info;\n title = title.trim();\n message = message.trim();\n const hasMessage = message && message !== '';\n const hasMessageClass = hasMessage ? 'has-message' : '';\n template.innerHTML = `<div class=\"cat-toastify-wrapper\">\n <div class=\"cat-toastify-icon-wrapper ${options?.type ?? 'info'}\">\n <cat-icon icon=\"${typeIcon}\"></cat-icon>\n </div>\n <div class=\"cat-toastify-title-wrapper ${hasMessageClass}\">\n <div class=\"cat-toastify-title\">${title}</div></div>\n ${hasMessage ? `<div class=\"cat-toastify-message\">${message}</div>` : ''}\n </div>`;\n return template.content.firstChild as HTMLElement;\n }\n\n error(title: string, message = ' ', options?: Partial<ToastOptions>): void {\n const position: ToastPosition = this.getPosition(options);\n const toastOptions: Options = {\n node: options?.content ? options.content : this.toastHTMLTemplate(title, message, options),\n duration: CatNotificationService.DURATION,\n close: true,\n className: 'cat-toastify',\n gravity: position.gravity,\n position: position.position,\n stopOnFocus: true\n };\n Toastify(toastOptions).showToast();\n }\n\n success(title: string, message = ' ', options?: Partial<ToastOptions>): void {\n const position: ToastPosition = this.getPosition(options);\n const toastOptions: Options = {\n node: options?.content ? options.content : this.toastHTMLTemplate(title, message, options),\n duration: CatNotificationService.DURATION,\n close: true,\n className: 'cat-toastify',\n gravity: position.gravity,\n position: position.position,\n stopOnFocus: true\n };\n Toastify(toastOptions).showToast();\n }\n\n info(title: string, message = ' ', options?: Partial<ToastOptions>): void {\n const position: ToastPosition = this.getPosition(options);\n const toastOptions: Options = {\n node: options?.content ? options.content : this.toastHTMLTemplate(title, message, options),\n duration: CatNotificationService.DURATION,\n close: true,\n className: 'cat-toastify',\n gravity: position.gravity,\n position: position.position,\n stopOnFocus: true\n };\n Toastify(toastOptions).showToast();\n }\n\n private getPosition(options?: Partial<ToastOptions>): ToastPosition {\n const position: ToastPosition = {\n gravity: 'bottom',\n position: 'right'\n };\n if (options?.position && ToastPositions[options.position]) {\n position.position = ToastPositions[options.position].position;\n position.gravity = ToastPositions[options.position].gravity;\n }\n return position;\n }\n}\n\nexport const NotificationsService = new CatNotificationService();\n"]}
|