@haiilo/catalyst 1.2.3 → 1.2.5

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.
Files changed (52) hide show
  1. package/dist/catalyst/catalyst.css +1 -1
  2. package/dist/catalyst/catalyst.esm.js +1 -1
  3. package/dist/catalyst/catalyst.esm.js.map +1 -1
  4. package/dist/catalyst/p-270fd91d.entry.js +2 -0
  5. package/dist/catalyst/{p-394f6b20.entry.js.map → p-270fd91d.entry.js.map} +1 -1
  6. package/dist/catalyst/p-692e49d6.js +3 -0
  7. package/dist/catalyst/p-692e49d6.js.map +1 -0
  8. package/dist/catalyst/p-cdac3176.entry.js +2 -0
  9. package/dist/catalyst/p-cdac3176.entry.js.map +1 -0
  10. package/dist/catalyst/scss/_variables.tokens.scss +2 -2
  11. package/dist/catalyst/scss/index.scss +4 -4
  12. package/dist/cjs/cat-alert_22.cjs.entry.js +109 -61
  13. package/dist/cjs/cat-alert_22.cjs.entry.js.map +1 -1
  14. package/dist/cjs/cat-modal.cjs.entry.js +2 -2
  15. package/dist/cjs/cat-modal.cjs.entry.js.map +1 -1
  16. package/dist/cjs/catalyst.cjs.js +2 -2
  17. package/dist/cjs/catalyst.cjs.js.map +1 -1
  18. package/dist/cjs/{index-8ab22379.js → index-b2134f1b.js} +13 -5
  19. package/dist/cjs/index-b2134f1b.js.map +1 -0
  20. package/dist/cjs/loader.cjs.js +2 -2
  21. package/dist/cjs/loader.cjs.js.map +1 -1
  22. package/dist/collection/collection-manifest.json +1 -1
  23. package/dist/collection/components/cat-button/cat-button.css +6 -2
  24. package/dist/collection/components/cat-menu/cat-menu.js +0 -1
  25. package/dist/collection/components/cat-menu/cat-menu.js.map +1 -1
  26. package/dist/collection/components/cat-select/cat-select.css +3 -0
  27. package/dist/components/cat-button2.js +1 -1
  28. package/dist/components/cat-button2.js.map +1 -1
  29. package/dist/components/cat-menu.js +0 -1
  30. package/dist/components/cat-menu.js.map +1 -1
  31. package/dist/components/cat-select2.js +1 -1
  32. package/dist/components/cat-select2.js.map +1 -1
  33. package/dist/components/floating-ui.dom.esm.js +106 -57
  34. package/dist/components/floating-ui.dom.esm.js.map +1 -1
  35. package/dist/esm/cat-alert_22.entry.js +109 -61
  36. package/dist/esm/cat-alert_22.entry.js.map +1 -1
  37. package/dist/esm/cat-modal.entry.js +2 -2
  38. package/dist/esm/cat-modal.entry.js.map +1 -1
  39. package/dist/esm/catalyst.js +2 -2
  40. package/dist/esm/catalyst.js.map +1 -1
  41. package/dist/esm/{index-df195301.js → index-033048ed.js} +13 -6
  42. package/dist/esm/index-033048ed.js.map +1 -0
  43. package/dist/esm/loader.js +2 -2
  44. package/dist/esm/loader.js.map +1 -1
  45. package/package.json +16 -13
  46. package/dist/catalyst/p-394f6b20.entry.js +0 -2
  47. package/dist/catalyst/p-bc57ca12.entry.js +0 -2
  48. package/dist/catalyst/p-bc57ca12.entry.js.map +0 -1
  49. package/dist/catalyst/p-f80e3399.js +0 -3
  50. package/dist/catalyst/p-f80e3399.js.map +0 -1
  51. package/dist/cjs/index-8ab22379.js.map +0 -1
  52. package/dist/esm/index-df195301.js.map +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{background:transparent;border:0;color:white;cursor:pointer;font-family:inherit;font-size:1em;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-weight:var(--cat-font-weight-body, 400);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";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.625rem;margin-bottom:0.625rem}nav .cat-head,nav .cat-text{padding:0.625rem 1.25rem}nav .cat-head>:last-child,nav .cat-text>:last-child{margin-bottom:0 !important}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));font-weight:var(--cat-font-weight-head, 500)}.cat-toastify{background:white;color:black;padding:0;border-radius:0.5rem;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:1.1rem;left:1.125rem}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.error{color:rgb(var(--cat-danger-text, 217, 52, 13))}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.success{color:rgb(var(--cat-success-text, 0, 132, 88))}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.primary{color:#008194}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.secondary{color:black}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.info{color:#9f6100}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper{width:100%;padding:1.2rem 1.2rem 1.2rem 3rem}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper.has-message{margin-bottom:-2.25rem}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper .cat-toastify-title{width:100%;padding-right:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:20px;color:black}.cat-toastify .cat-toastify-wrapper .cat-toastify-message{width:100%;padding:1.5rem 1.5rem 1.5rem 3rem;color:black}h1,h2,h3,h4,h5,h6,.cat-h1,.cat-h2,.cat-h3,.cat-h4,.cat-h5,.cat-h6{font-weight:var(--cat-font-weight-head, 500)}:where(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}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}.cat-text-xl{font-size:1.25rem;line-height:1.5rem;font-weight:var(--cat-font-weight-body, 400)}.cat-text-l{font-size:1.125rem;line-height:1.5rem;font-weight:var(--cat-font-weight-body, 400)}.cat-text-m{font-size:0.9375rem;line-height:1.25rem;font-weight:var(--cat-font-weight-body, 400)}.cat-text-s{font-size:0.875rem;line-height:1rem;font-weight:var(--cat-font-weight-body, 400)}.cat-text-xs{font-size:0.75rem;line-height:1rem;font-weight:var(--cat-font-weight-body, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}:where(p){margin-top:0;margin-bottom:1rem}hr,.cat-hr{display:block;margin:1rem 0;border:0;height:1px;background-color:rgb(var(--cat-border-color, 235, 236, 240));overflow:hidden}a{color:rgb(var(--cat-primary-text, 0, 129, 148));text-decoration:none;transition:color 0.13s linear}a:hover{color:rgb(var(--cat-primary-text-hover, 1, 115, 132));text-decoration:underline}a:active{color:rgb(var(--cat-primary-text-active, 2, 83, 113))}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, 0, 129, 148), 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 ol,ol ul,ol dl,ul ol,ul ul,ul dl,dl ol,dl ul,dl dl{margin-bottom:0}:where(ol,ul,dl){margin-top:0;margin-bottom:1rem}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}:where(blockquote,figure){margin:0 0 1rem;color:rgb(var(--cat-font-color-quote, 105, 118, 135))}blockquote{padding:0.5rem 0 0.5rem calc(2rem - 4px);border-left:4px solid rgb(var(--cat-border-color, 235, 236, 240));font-size:1.125rem;line-height:1.5rem}blockquote>:last-child{margin-bottom:0 !important}figcaption{font-size:0.875rem;line-height:1rem;font-weight:var(--cat-font-weight-body, 400)}figcaption::before{content:"— "}figcaption a{color:inherit}figure{padding:0.5rem 0 0.5rem calc(2rem - 4px);border-left:4px solid rgb(var(--cat-border-color, 235, 236, 240))}figure blockquote{margin-bottom:0;padding:0;border:none}figure figcaption{margin-top:1rem}blockquote.cat-text-center,figure.cat-text-center{padding-left:2rem;padding-right:2rem;border-left:none}blockquote.cat-text-right,figure.cat-text-right{padding-left:0;padding-right:calc(2rem - 4px);border-left:none;border-right:4px solid rgb(var(--cat-border-color, 235, 236, 240))}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);font-weight:var(--cat-font-weight-mono, 400)}pre{overflow:auto}pre code{margin:0;padding:0;color:inherit;background:none;box-shadow:none;border-radius:0;word-wrap:normal;word-break:normal}:where(pre){margin-top:0;margin-bottom:1rem}kbd,code{margin:0 0.125rem;color:rgb(var(--cat-font-color-muted, 105, 118, 135));background:white;box-shadow:0 0 0 2px rgb(var(--cat-border-color, 235, 236, 240));border-radius:var(--cat-border-radius-s, 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, 0, 129, 148)) !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, 1, 115, 132)) !important;color:rgb(var(--cat-primary-fill-hover, 255, 255, 255)) !important}.cat-text-primary,.cat-link-primary{color:rgb(var(--cat-primary-text, 0, 129, 148)) !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, 1, 115, 132)) !important}.cat-link-primary:active,.cat-text-primary-hover:active{color:rgb(var(--cat-primary-text-active, 2, 83, 113)) !important}.cat-bg-secondary{background-color:rgb(var(--cat-secondary-bg, 105, 118, 135)) !important;color:rgb(var(--cat-secondary-fill, 255, 255, 255)) !important}.cat-bg-secondary-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-secondary-hover:hover{background-color:rgb(var(--cat-secondary-bg-hover, 105, 118, 135)) !important;color:rgb(var(--cat-secondary-fill-hover, 255, 255, 255)) !important}.cat-text-secondary,.cat-link-secondary{color:rgb(var(--cat-secondary-text, 0, 0, 0)) !important}.cat-link-secondary,.cat-text-secondary-hover{transition:color 0.13s}.cat-link-secondary:hover,.cat-text-secondary-hover:hover{color:rgb(var(--cat-secondary-text-hover, 0, 0, 0)) !important}.cat-link-secondary:active,.cat-text-secondary-hover:active{color:rgb(var(--cat-catsecondary-text-active, 0, 0, 0)) !important}.cat-bg-success{background-color:rgb(var(--cat-success-bg-, 0, 132, 88)) !important;color:rgb(var(--cat-success-fill, 255, 255, 255)) !important}.cat-bg-success-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-success-hover:hover{background-color:rgb(var(--cat-success-bg-hover, 0, 117, 78)) !important;color:rgb(var(--cat-success-fill-hover, 255, 255, 255)) !important}.cat-text-success,.cat-link-success{color:rgb(var(--cat-success-text, 0, 132, 88)) !important}.cat-link-success,.cat-text-success-hover{transition:color 0.13s}.cat-link-success:hover,.cat-text-success-hover:hover{color:rgb(var(--cat-success-text-hover, 0, 117, 78)) !important}.cat-link-success:active,.cat-text-success-hover:active{color:rgb(var(--cat-success-text-active, 0, 105, 70)) !important}.cat-bg-warning{background-color:rgb(var(--cat-warning-bg, 255, 206, 128)) !important;color:rgb(var(--cat-warning-fill, 0, 0, 0)) !important}.cat-bg-warning-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-warning-hover:hover{background-color:rgb(var(--cat-warning-bg-hover, 255, 214, 148)) !important;color:rgb(var(--cat-warning-fill-hover, 0, 0, 0)) !important}.cat-text-warning,.cat-link-warning{color:rgb(var(--cat-warning-text, 159, 97, 0)) !important}.cat-link-warning,.cat-text-warning-hover{transition:color 0.13s}.cat-link-warning:hover,.cat-text-warning-hover:hover{color:rgb(var(--cat-warning-text-hover, 159, 97, 0)) !important}.cat-link-warning:active,.cat-text-warning-hover:active{color:rgb(var(--cat-warning-text-active, 159, 97, 0)) !important}.cat-bg-danger{background-color:rgb(var(--cat-danger-bg, 217, 52, 13)) !important;color:rgb(var(--cat-danger-fill, 255, 255, 255)) !important}.cat-bg-danger-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-danger-hover:hover{background-color:rgb(var(--cat-danger-bg-hover, 194, 46, 11)) !important;color:rgb(var(--cat-danger-fill-hover, 255, 255, 255)) !important}.cat-text-danger,.cat-link-danger{color:rgb(var(--cat-danger-text, 217, 52, 13)) !important}.cat-link-danger,.cat-text-danger-hover{transition:color 0.13s}.cat-link-danger:hover,.cat-text-danger-hover:hover{color:rgb(var(--cat-danger-text-hover, 194, 46, 11)) !important}.cat-link-danger:active,.cat-text-danger-hover:active{color:rgb(var(--cat-catdanger-text-active, 174, 42, 10)) !important}.cat-active{color:rgb(var(--cat-primary-text, 0, 129, 148)) !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:center}.cat-justify-items-stretch{justify-items: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:center}.cat-items-stretch{align-items: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:var(--cat-border-radius-l, 0.5rem)}.cat-radius-m{border-radius:var(--cat-border-radius-m, 0.25rem)}.cat-radius-s{border-radius:var(--cat-border-radius-s, 0.125rem)}.cat-radius-0{border-radius:0}.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{background:transparent;border:0;color:white;cursor:pointer;font-family:inherit;font-size:1em;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-weight:var(--cat-font-weight-body, 400);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";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.625rem;margin-bottom:0.625rem}nav .cat-head,nav .cat-text{padding:0.625rem 1.25rem}nav .cat-head>:last-child,nav .cat-text>:last-child{margin-bottom:0 !important}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));font-weight:var(--cat-font-weight-head, 500)}.cat-toastify{background:white;color:black;padding:0;border-radius:0.5rem;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:1.1rem;left:1.125rem}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.error{color:rgb(var(--cat-danger-text, 217, 52, 13))}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.success{color:rgb(var(--cat-success-text, 0, 132, 88))}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.primary{color:#008194}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.secondary{color:black}.cat-toastify .cat-toastify-wrapper .cat-toastify-icon-wrapper.info{color:#9f6100}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper{width:100%;padding:1.2rem 1.2rem 1.2rem 3rem}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper.has-message{margin-bottom:-2.25rem}.cat-toastify .cat-toastify-wrapper .cat-toastify-title-wrapper .cat-toastify-title{width:100%;padding-right:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:20px;color:black}.cat-toastify .cat-toastify-wrapper .cat-toastify-message{width:100%;padding:1.5rem 1.5rem 1.5rem 3rem;color:black}h1,h2,h3,h4,h5,h6,.cat-h1,.cat-h2,.cat-h3,.cat-h4,.cat-h5,.cat-h6{font-weight:var(--cat-font-weight-head, 500)}:where(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}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}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));font-weight:var(--cat-font-weight-head, 500)}.cat-text-xl{font-size:1.25rem;line-height:1.5rem;font-weight:var(--cat-font-weight-body, 400)}.cat-text-l{font-size:1.125rem;line-height:1.5rem;font-weight:var(--cat-font-weight-body, 400)}.cat-text-m{font-size:0.9375rem;line-height:1.25rem;font-weight:var(--cat-font-weight-body, 400)}.cat-text-s{font-size:0.875rem;line-height:1rem;font-weight:var(--cat-font-weight-body, 400)}.cat-text-xs{font-size:0.75rem;line-height:1rem;font-weight:var(--cat-font-weight-body, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}.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));font-weight:var(--cat-font-weight-mono, 400)}:where(p){margin-top:0;margin-bottom:1rem}hr,.cat-hr{display:block;margin:1rem 0;border:0;height:1px;background-color:rgb(var(--cat-border-color, 235, 236, 240));overflow:hidden}a{color:rgb(var(--cat-primary-text, 0, 129, 148));text-decoration:none;transition:color 0.13s linear}a:hover{color:rgb(var(--cat-primary-text-hover, 1, 115, 132));text-decoration:underline}a:active{color:rgb(var(--cat-primary-text-active, 2, 99, 113))}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, 0, 129, 148), 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 ol,ol ul,ol dl,ul ol,ul ul,ul dl,dl ol,dl ul,dl dl{margin-bottom:0}:where(ol,ul,dl){margin-top:0;margin-bottom:1rem}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}:where(blockquote,figure){margin:0 0 1rem;color:rgb(var(--cat-font-color-quote, 105, 118, 135))}blockquote{padding:0.5rem 0 0.5rem calc(2rem - 4px);border-left:4px solid rgb(var(--cat-border-color, 235, 236, 240));font-size:1.125rem;line-height:1.5rem}blockquote>:last-child{margin-bottom:0 !important}figcaption{font-size:0.875rem;line-height:1rem;font-weight:var(--cat-font-weight-body, 400)}figcaption::before{content:"— "}figcaption a{color:inherit}figure{padding:0.5rem 0 0.5rem calc(2rem - 4px);border-left:4px solid rgb(var(--cat-border-color, 235, 236, 240))}figure blockquote{margin-bottom:0;padding:0;border:none}figure figcaption{margin-top:1rem}blockquote.cat-text-center,figure.cat-text-center{padding-left:2rem;padding-right:2rem;border-left:none}blockquote.cat-text-right,figure.cat-text-right{padding-left:0;padding-right:calc(2rem - 4px);border-left:none;border-right:4px solid rgb(var(--cat-border-color, 235, 236, 240))}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);font-weight:var(--cat-font-weight-mono, 400)}pre{overflow:auto}pre code{margin:0;padding:0;color:inherit;background:none;box-shadow:none;border-radius:0;word-wrap:normal;word-break:normal}:where(pre){margin-top:0;margin-bottom:1rem}kbd,code{margin:0 0.125rem;color:rgb(var(--cat-font-color-muted, 105, 118, 135));background:white;box-shadow:0 0 0 2px rgb(var(--cat-border-color, 235, 236, 240));border-radius:var(--cat-border-radius-s, 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, 0, 129, 148)) !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, 1, 115, 132)) !important;color:rgb(var(--cat-primary-fill-hover, 255, 255, 255)) !important}.cat-text-primary,.cat-link-primary{color:rgb(var(--cat-primary-text, 0, 129, 148)) !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, 1, 115, 132)) !important}.cat-link-primary:active,.cat-text-primary-hover:active{color:rgb(var(--cat-primary-text-active, 2, 99, 113)) !important}.cat-bg-secondary{background-color:rgb(var(--cat-secondary-bg, 105, 118, 135)) !important;color:rgb(var(--cat-secondary-fill, 255, 255, 255)) !important}.cat-bg-secondary-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-secondary-hover:hover{background-color:rgb(var(--cat-secondary-bg-hover, 105, 118, 135)) !important;color:rgb(var(--cat-secondary-fill-hover, 255, 255, 255)) !important}.cat-text-secondary,.cat-link-secondary{color:rgb(var(--cat-secondary-text, 0, 0, 0)) !important}.cat-link-secondary,.cat-text-secondary-hover{transition:color 0.13s}.cat-link-secondary:hover,.cat-text-secondary-hover:hover{color:rgb(var(--cat-secondary-text-hover, 0, 0, 0)) !important}.cat-link-secondary:active,.cat-text-secondary-hover:active{color:rgb(var(--cat-catsecondary-text-active, 0, 0, 0)) !important}.cat-bg-success{background-color:rgb(var(--cat-success-bg-, 0, 132, 88)) !important;color:rgb(var(--cat-success-fill, 255, 255, 255)) !important}.cat-bg-success-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-success-hover:hover{background-color:rgb(var(--cat-success-bg-hover, 0, 117, 78)) !important;color:rgb(var(--cat-success-fill-hover, 255, 255, 255)) !important}.cat-text-success,.cat-link-success{color:rgb(var(--cat-success-text, 0, 132, 88)) !important}.cat-link-success,.cat-text-success-hover{transition:color 0.13s}.cat-link-success:hover,.cat-text-success-hover:hover{color:rgb(var(--cat-success-text-hover, 0, 117, 78)) !important}.cat-link-success:active,.cat-text-success-hover:active{color:rgb(var(--cat-success-text-active, 0, 105, 70)) !important}.cat-bg-warning{background-color:rgb(var(--cat-warning-bg, 255, 206, 128)) !important;color:rgb(var(--cat-warning-fill, 0, 0, 0)) !important}.cat-bg-warning-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-warning-hover:hover{background-color:rgb(var(--cat-warning-bg-hover, 255, 214, 148)) !important;color:rgb(var(--cat-warning-fill-hover, 0, 0, 0)) !important}.cat-text-warning,.cat-link-warning{color:rgb(var(--cat-warning-text, 159, 97, 0)) !important}.cat-link-warning,.cat-text-warning-hover{transition:color 0.13s}.cat-link-warning:hover,.cat-text-warning-hover:hover{color:rgb(var(--cat-warning-text-hover, 159, 97, 0)) !important}.cat-link-warning:active,.cat-text-warning-hover:active{color:rgb(var(--cat-warning-text-active, 159, 97, 0)) !important}.cat-bg-danger{background-color:rgb(var(--cat-danger-bg, 217, 52, 13)) !important;color:rgb(var(--cat-danger-fill, 255, 255, 255)) !important}.cat-bg-danger-hover{transition:background-color 0.13s, color 0.13s}.cat-bg-danger-hover:hover{background-color:rgb(var(--cat-danger-bg-hover, 194, 46, 11)) !important;color:rgb(var(--cat-danger-fill-hover, 255, 255, 255)) !important}.cat-text-danger,.cat-link-danger{color:rgb(var(--cat-danger-text, 217, 52, 13)) !important}.cat-link-danger,.cat-text-danger-hover{transition:color 0.13s}.cat-link-danger:hover,.cat-text-danger-hover:hover{color:rgb(var(--cat-danger-text-hover, 194, 46, 11)) !important}.cat-link-danger:active,.cat-text-danger-hover:active{color:rgb(var(--cat-catdanger-text-active, 174, 42, 10)) !important}.cat-active{color:rgb(var(--cat-primary-text, 0, 129, 148)) !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:center}.cat-justify-items-stretch{justify-items: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:center}.cat-items-stretch{align-items: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:var(--cat-border-radius-l, 0.5rem)}.cat-radius-m{border-radius:var(--cat-border-radius-m, 0.25rem)}.cat-radius-s{border-radius:var(--cat-border-radius-s, 0.125rem)}.cat-radius-0{border-radius:0}.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 l}from"./p-f80e3399.js";const a=()=>{const l=import.meta.url;const a={};if(l!==""){a.resourcesUrl=new URL(".",l).href}return e(a)};a().then((e=>l([["p-bc57ca12",[[1,"cat-select-demo"],[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:[8],maxLength:[2,"max-length"],min:[8],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-tabs",{activeTab:[1,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],activeTabId:[32]},[[0,"keydown","onKeydown"]]],[0,"cat-toast-demo"],[1,"cat-alert",{color:[1],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-badge",{variant:[1],color:[1],size:[1],round:[4],pulse:[4]}],[1,"cat-card"],[1,"cat-menu",{placement:[1],close:[64]},[[0,"catClick","clickHandler"]]],[1,"cat-radio",{checked:[1028],disabled:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],setFocus:[64]}],[1,"cat-radio-group",{name:[1],value:[1025],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"blur","onBlur"]]],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516]},[[0,"click","onClick"]]],[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]}],[1,"cat-toggle",{checked:[1028],disabled:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],setFocus:[64]}],[1,"cat-tooltip",{content:[1],disabled:[4],placement:[1],round:[4],size:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],longTouchDuration:[2,"long-touch-duration"]},[[0,"keydown","handleKeyDown"]]],[1,"cat-select",{multiple:[4],debounce:[2],placement:[1],value:[1025],disabled:[4],placeholder:[1],hint:[1],label:[1],name:[1],labelHidden:[4,"label-hidden"],required:[4],clearable:[4],tags:[4],tagHint:[1,"tag-hint"],connector:[32],state:[32],hasSlottedLabel:[32],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]]],[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-checkbox",{checked:[1028],disabled:[4],indeterminate:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],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-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"]}]]],["p-394f6b20",[[1,"cat-modal",{size:[1],isVisible:[32],show:[64]}]]]],e)));
1
+ import{p as e,b as l}from"./p-692e49d6.js";const a=()=>{const l=import.meta.url;const a={};if(l!==""){a.resourcesUrl=new URL(".",l).href}return e(a)};a().then((e=>l([["p-cdac3176",[[1,"cat-select-demo"],[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:[8],maxLength:[2,"max-length"],min:[8],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-tabs",{activeTab:[1,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],activeTabId:[32]},[[0,"keydown","onKeydown"]]],[0,"cat-toast-demo"],[1,"cat-alert",{color:[1],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-badge",{variant:[1],color:[1],size:[1],round:[4],pulse:[4]}],[1,"cat-card"],[1,"cat-menu",{placement:[1],close:[64]},[[0,"catClick","clickHandler"]]],[1,"cat-radio",{checked:[1028],disabled:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],setFocus:[64]}],[1,"cat-radio-group",{name:[1],value:[1025],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"blur","onBlur"]]],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516]},[[0,"click","onClick"]]],[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]}],[1,"cat-toggle",{checked:[1028],disabled:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],hasSlottedLabel:[32],setFocus:[64]}],[1,"cat-tooltip",{content:[1],disabled:[4],placement:[1],round:[4],size:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],longTouchDuration:[2,"long-touch-duration"]},[[0,"keydown","handleKeyDown"]]],[1,"cat-select",{multiple:[4],debounce:[2],placement:[1],value:[1025],disabled:[4],placeholder:[1],hint:[1],label:[1],name:[1],labelHidden:[4,"label-hidden"],required:[4],clearable:[4],tags:[4],tagHint:[1,"tag-hint"],connector:[32],state:[32],hasSlottedLabel:[32],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]]],[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-checkbox",{checked:[1028],disabled:[4],indeterminate:[4],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1032],hint:[1],labelLeft:[4,"label-left"],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-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"]}]]],["p-270fd91d",[[1,"cat-modal",{size:[1],isVisible:[32],show:[64]}]]]],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","bootstrapLazy","autoComplete","clearable","disabled","hint","icon","iconRight","label","labelHidden","max","maxLength","min","minLength","name","placeholder","textPrefix","textSuffix","readonly","required","round","type","value","hasSlottedLabel","setFocus","clear","activeTab","tabsAlign","tabs","activeTabId","color","noIcon","variant","size","pulse","placement","close","checked","labelLeft","a11yLabel","iconOnly","urlTarget","deactivated","rows","content","showDelay","hideDelay","longTouchDuration","multiple","debounce","tags","tagHint","connector","state","connect","initials","src","backgroundImage","indeterminate","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","active","loading","submit","noEllipsis","buttonId","_iconOnly","isVisible","show"],"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","autoComplete","clearable","disabled","hint","icon","iconRight","label","labelHidden","max","maxLength","min","minLength","name","placeholder","textPrefix","textSuffix","readonly","required","round","type","value","hasSlottedLabel","setFocus","clear","activeTab","tabsAlign","tabs","activeTabId","color","noIcon","variant","size","pulse","placement","close","checked","labelLeft","a11yLabel","iconOnly","urlTarget","deactivated","rows","content","showDelay","hideDelay","longTouchDuration","multiple","debounce","tags","tagHint","connector","state","connect","initials","src","backgroundImage","indeterminate","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","active","loading","submit","noEllipsis","buttonId","_iconOnly","isVisible","show"],"mappings":"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","sourcesContent":["/*\n Stencil Client Patch Browser v2.17.4 | 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"]}
@@ -0,0 +1,2 @@
1
+ import{r as t,a as i,h as a,g as o}from"./p-692e49d6.js";import{c as s,f as e}from"./p-60a20ebe.js";const d=":host{display:block}:host([hidden]){display:none}.modal-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgb(rgb(var(--cat-bg-backdrop, 0, 0, 0)), var(--cat-opacity-backdrop, 0.6));z-index:2;display:flex}.modal-wrapper[aria-hidden=true]{display:none}.modal{margin:auto;z-index:2;position:relative;background-color:white;border-radius:var(--cat-border-radius-l, 0.5rem);max-width:100%;padding:32px}.modal-header{display:flex;justify-content:end;align-self:stretch}.modal-header .close-button::part(button){box-shadow:unset}.modal-content{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;margin:16px 0}.modal-s{width:400px}.modal-m{width:600px}.modal-l{width:800px}";const l=class{constructor(i){t(this,i);this.isVisible=false;this.size="m"}componentDidLoad(){if(this.modal){this.trap=s(this.modal,{tabbableOptions:{getShadowRoot:true},initialFocus:e(this.closeButton),allowOutsideClick:true,clickOutsideDeactivates:t=>!this.modal||!t.composedPath().includes(this.modal),onDeactivate:()=>this.isVisible=false,setReturnFocus:t=>t instanceof i?e(t):t})}}componentDidUpdate(){var t;if(this.isVisible)(t=this.trap)===null||t===void 0?void 0:t.activate();this.updateAccessibility(this.hostElement)}async show(){this.isVisible=true}render(){return a("div",{"aria-modal":true,role:"dialog","aria-hidden":!this.isVisible?"true":"false",class:"modal-wrapper"},a("div",{ref:t=>this.modal=t,class:{modal:true,[`modal-${this.size}`]:Boolean(this.size)}},a("div",{class:"modal-header"},a("cat-button",{ref:t=>this.closeButton=t,icon:"cross-outlined",class:"close-button",size:"s",iconOnly:true,a11yLabel:"close",onCatClick:this.onClick.bind(this)})),a("div",{class:"modal-content"},a("slot",null))))}onClick(){var t;(t=this.trap)===null||t===void 0?void 0:t.deactivate()}updateAccessibility(t){if(t.parentElement){Array.from(t.parentElement.children).forEach((i=>{if(i!==t){this.isVisible?i.setAttribute("aria-hidden","true"):i.removeAttribute("aria-hidden")}}));if(t.parentElement!==document.body){this.updateAccessibility(t.parentElement)}}}get hostElement(){return o(this)}};l.style=d;export{l as cat_modal};
2
+ //# sourceMappingURL=p-270fd91d.entry.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["src/components/cat-modal/cat-modal.scss?tag=cat-modal&encapsulation=shadow","src/components/cat-modal/cat-modal.tsx"],"names":["catModalCss","CatModal","[object Object]","hostRef","this","isVisible","size","modal","trap","focusTrap.createFocusTrap","tabbableOptions","getShadowRoot","initialFocus","firstTabbable","closeButton","allowOutsideClick","clickOutsideDeactivates","event","composedPath","includes","onDeactivate","setReturnFocus","previousActiveElement","HTMLElement","_a","activate","updateAccessibility","hostElement","h","aria-modal","role","aria-hidden","class","ref","el","Boolean","icon","iconOnly","a11yLabel","onCatClick","onClick","bind","deactivate","element","parentElement","Array","from","children","forEach","elementSibling","setAttribute","removeAttribute","document","body"],"mappings":"6FAAA,MAAMA,EAAc,itBCSPC,EAAQ,MALrBC,YAAAC,aAYWC,KAAAC,UAAY,MAKbD,KAAAE,KAAwB,IAEhCJ,mBACE,GAAIE,KAAKG,MAAO,CACdH,KAAKI,KAAOC,EAA0BL,KAAKG,MAAO,CAChDG,gBAAiB,CACfC,cAAe,MAEjBC,aAAcC,EAAcT,KAAKU,aACjCC,kBAAmB,KACnBC,wBAAyBC,IAAUb,KAAKG,QAAUU,EAAMC,eAAeC,SAASf,KAAKG,OACrFa,aAAc,IAAOhB,KAAKC,UAAY,MACtCgB,eAAgBC,GACdA,aAAiCC,YAC5BV,EAAcS,GACfA,KAKZpB,2BACE,GAAIE,KAAKC,WAAWmB,EAAApB,KAAKI,QAAI,MAAAgB,SAAA,OAAA,EAAAA,EAAEC,WAC/BrB,KAAKsB,oBAAoBtB,KAAKuB,aAOhCzB,aACEE,KAAKC,UAAY,KAGnBH,SACE,OACE0B,EAAA,MAAA,CAAAC,aAAA,KAAgBC,KAAK,SAAQC,eAAe3B,KAAKC,UAAY,OAAS,QAAS2B,MAAM,iBACnFJ,EAAA,MAAA,CAAKK,IAAKC,GAAO9B,KAAKG,MAAQ2B,EAAKF,MAAO,CAAEzB,MAAO,KAAML,CAAC,SAASE,KAAKE,QAAS6B,QAAQ/B,KAAKE,QAC5FsB,EAAA,MAAA,CAAKI,MAAM,gBACTJ,EAAA,aAAA,CACEK,IAAKC,GAAO9B,KAAKU,YAAcoB,EAC/BE,KAAK,iBACLJ,MAAM,eACN1B,KAAK,IACL+B,SAAQ,KACRC,UAAU,QACVC,WAAYnC,KAAKoC,QAAQC,KAAKrC,SAGlCwB,EAAA,MAAA,CAAKI,MAAM,iBACTJ,EAAA,OAAA,SAOF1B,iBACNsB,EAAApB,KAAKI,QAAI,MAAAgB,SAAA,OAAA,EAAAA,EAAEkB,aAGLxC,oBAAoByC,GAC1B,GAAIA,EAAQC,cAAe,CACzBC,MAAMC,KAAKH,EAAQC,cAAcG,UAAUC,SAAQC,IACjD,GAAIA,IAAmBN,EAAS,CAC9BvC,KAAKC,UACD4C,EAAeC,aAAa,cAAe,QAC3CD,EAAeE,gBAAgB,mBAIvC,GAAIR,EAAQC,gBAAkBQ,SAASC,KAAM,CAC3CjD,KAAKsB,oBAAoBiB,EAAQC","sourcesContent":["@use 'variables' as *;\n@use 'mixins' as *;\n\n:host {\n display: block;\n}\n\n:host([hidden]) {\n display: none;\n}\n\n.modal-wrapper {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgb(cat-token('color.ui.background.backdrop'), cat-token('opacity.backdrop'));\n z-index: 2;\n display: flex;\n\n &[aria-hidden='true'] {\n display: none;\n }\n}\n\n.modal {\n margin: auto;\n z-index: 2;\n position: relative;\n background-color: cat-token('color.ui.background.body');\n border-radius: cat-border-radius('l');\n max-width: 100%;\n padding: 32px;\n}\n\n.modal-header {\n display: flex;\n justify-content: end;\n align-self: stretch;\n\n .close-button::part(button) {\n box-shadow: unset;\n }\n}\n\n.modal-content {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n margin: 16px 0;\n}\n\n@mixin size($size) {\n .modal-#{$size} {\n width: cat-token('size.modal.#{$size}');\n }\n}\n\n@include size('s');\n@include size('m');\n@include size('l');\n","import { Component, Element, h, Method, Prop, State } from '@stencil/core';\nimport * as focusTrap from 'focus-trap';\nimport firstTabbable from '../../utils/first-tabbable';\n\n@Component({\n tag: 'cat-modal',\n styleUrl: 'cat-modal.scss',\n shadow: true\n})\nexport class CatModal {\n private trap?: focusTrap.FocusTrap;\n private modal?: HTMLElement;\n private closeButton?: HTMLElement;\n\n @Element() hostElement!: HTMLElement;\n\n @State() isVisible = false;\n\n /**\n * The size of the modal.\n */\n @Prop() size: 's' | 'm' | 'l' = 'm';\n\n componentDidLoad(): void {\n if (this.modal) {\n this.trap = focusTrap.createFocusTrap(this.modal, {\n tabbableOptions: {\n getShadowRoot: true\n },\n initialFocus: firstTabbable(this.closeButton),\n allowOutsideClick: true,\n clickOutsideDeactivates: event => !this.modal || !event.composedPath().includes(this.modal),\n onDeactivate: () => (this.isVisible = false),\n setReturnFocus: previousActiveElement =>\n previousActiveElement instanceof HTMLElement\n ? (firstTabbable(previousActiveElement) as HTMLElement)\n : previousActiveElement\n });\n }\n }\n\n componentDidUpdate(): void {\n if (this.isVisible) this.trap?.activate();\n this.updateAccessibility(this.hostElement);\n }\n\n /**\n * Shows the modal.\n */\n @Method()\n async show(): Promise<void> {\n this.isVisible = true;\n }\n\n render() {\n return (\n <div aria-modal role=\"dialog\" aria-hidden={!this.isVisible ? 'true' : 'false'} class=\"modal-wrapper\">\n <div ref={el => (this.modal = el)} class={{ modal: true, [`modal-${this.size}`]: Boolean(this.size) }}>\n <div class=\"modal-header\">\n <cat-button\n ref={el => (this.closeButton = el)}\n icon=\"cross-outlined\"\n class=\"close-button\"\n size=\"s\"\n iconOnly\n a11yLabel=\"close\"\n onCatClick={this.onClick.bind(this)}\n ></cat-button>\n </div>\n <div class=\"modal-content\">\n <slot></slot>\n </div>\n </div>\n </div>\n );\n }\n\n private onClick() {\n this.trap?.deactivate();\n }\n\n private updateAccessibility(element: HTMLElement) {\n if (element.parentElement) {\n Array.from(element.parentElement.children).forEach(elementSibling => {\n if (elementSibling !== element) {\n this.isVisible\n ? elementSibling.setAttribute('aria-hidden', 'true')\n : elementSibling.removeAttribute('aria-hidden');\n }\n });\n\n if (element.parentElement !== document.body) {\n this.updateAccessibility(element.parentElement);\n }\n }\n }\n}\n"]}
1
+ {"version":3,"sources":["src/components/cat-modal/cat-modal.scss?tag=cat-modal&encapsulation=shadow","src/components/cat-modal/cat-modal.tsx"],"names":["catModalCss","CatModal","[object Object]","hostRef","this","isVisible","size","modal","trap","focusTrap.createFocusTrap","tabbableOptions","getShadowRoot","initialFocus","firstTabbable","closeButton","allowOutsideClick","clickOutsideDeactivates","event","composedPath","includes","onDeactivate","setReturnFocus","previousActiveElement","HTMLElement","_a","activate","updateAccessibility","hostElement","h","aria-modal","role","aria-hidden","class","ref","el","Boolean","icon","iconOnly","a11yLabel","onCatClick","onClick","bind","deactivate","element","parentElement","Array","from","children","forEach","elementSibling","setAttribute","removeAttribute","document","body"],"mappings":"oGAAA,MAAMA,EAAc,itBCSPC,EAAQ,MALrBC,YAAAC,aAYWC,KAAAC,UAAY,MAKbD,KAAAE,KAAwB,IAEhCJ,mBACE,GAAIE,KAAKG,MAAO,CACdH,KAAKI,KAAOC,EAA0BL,KAAKG,MAAO,CAChDG,gBAAiB,CACfC,cAAe,MAEjBC,aAAcC,EAAcT,KAAKU,aACjCC,kBAAmB,KACnBC,wBAAyBC,IAAUb,KAAKG,QAAUU,EAAMC,eAAeC,SAASf,KAAKG,OACrFa,aAAc,IAAOhB,KAAKC,UAAY,MACtCgB,eAAgBC,GACdA,aAAiCC,EAC5BV,EAAcS,GACfA,KAKZpB,2BACE,GAAIE,KAAKC,WAAWmB,EAAApB,KAAKI,QAAI,MAAAgB,SAAA,OAAA,EAAAA,EAAEC,WAC/BrB,KAAKsB,oBAAoBtB,KAAKuB,aAOhCzB,aACEE,KAAKC,UAAY,KAGnBH,SACE,OACE0B,EAAA,MAAA,CAAAC,aAAA,KAAgBC,KAAK,SAAQC,eAAe3B,KAAKC,UAAY,OAAS,QAAS2B,MAAM,iBACnFJ,EAAA,MAAA,CAAKK,IAAKC,GAAO9B,KAAKG,MAAQ2B,EAAKF,MAAO,CAAEzB,MAAO,KAAML,CAAC,SAASE,KAAKE,QAAS6B,QAAQ/B,KAAKE,QAC5FsB,EAAA,MAAA,CAAKI,MAAM,gBACTJ,EAAA,aAAA,CACEK,IAAKC,GAAO9B,KAAKU,YAAcoB,EAC/BE,KAAK,iBACLJ,MAAM,eACN1B,KAAK,IACL+B,SAAQ,KACRC,UAAU,QACVC,WAAYnC,KAAKoC,QAAQC,KAAKrC,SAGlCwB,EAAA,MAAA,CAAKI,MAAM,iBACTJ,EAAA,OAAA,SAOF1B,iBACNsB,EAAApB,KAAKI,QAAI,MAAAgB,SAAA,OAAA,EAAAA,EAAEkB,aAGLxC,oBAAoByC,GAC1B,GAAIA,EAAQC,cAAe,CACzBC,MAAMC,KAAKH,EAAQC,cAAcG,UAAUC,SAAQC,IACjD,GAAIA,IAAmBN,EAAS,CAC9BvC,KAAKC,UACD4C,EAAeC,aAAa,cAAe,QAC3CD,EAAeE,gBAAgB,mBAIvC,GAAIR,EAAQC,gBAAkBQ,SAASC,KAAM,CAC3CjD,KAAKsB,oBAAoBiB,EAAQC","sourcesContent":["@use 'variables' as *;\n@use 'mixins' as *;\n\n:host {\n display: block;\n}\n\n:host([hidden]) {\n display: none;\n}\n\n.modal-wrapper {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgb(cat-token('color.ui.background.backdrop'), cat-token('opacity.backdrop'));\n z-index: 2;\n display: flex;\n\n &[aria-hidden='true'] {\n display: none;\n }\n}\n\n.modal {\n margin: auto;\n z-index: 2;\n position: relative;\n background-color: cat-token('color.ui.background.body');\n border-radius: cat-border-radius('l');\n max-width: 100%;\n padding: 32px;\n}\n\n.modal-header {\n display: flex;\n justify-content: end;\n align-self: stretch;\n\n .close-button::part(button) {\n box-shadow: unset;\n }\n}\n\n.modal-content {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n align-self: stretch;\n margin: 16px 0;\n}\n\n@mixin size($size) {\n .modal-#{$size} {\n width: cat-token('size.modal.#{$size}');\n }\n}\n\n@include size('s');\n@include size('m');\n@include size('l');\n","import { Component, Element, h, Method, Prop, State } from '@stencil/core';\nimport * as focusTrap from 'focus-trap';\nimport firstTabbable from '../../utils/first-tabbable';\n\n@Component({\n tag: 'cat-modal',\n styleUrl: 'cat-modal.scss',\n shadow: true\n})\nexport class CatModal {\n private trap?: focusTrap.FocusTrap;\n private modal?: HTMLElement;\n private closeButton?: HTMLElement;\n\n @Element() hostElement!: HTMLElement;\n\n @State() isVisible = false;\n\n /**\n * The size of the modal.\n */\n @Prop() size: 's' | 'm' | 'l' = 'm';\n\n componentDidLoad(): void {\n if (this.modal) {\n this.trap = focusTrap.createFocusTrap(this.modal, {\n tabbableOptions: {\n getShadowRoot: true\n },\n initialFocus: firstTabbable(this.closeButton),\n allowOutsideClick: true,\n clickOutsideDeactivates: event => !this.modal || !event.composedPath().includes(this.modal),\n onDeactivate: () => (this.isVisible = false),\n setReturnFocus: previousActiveElement =>\n previousActiveElement instanceof HTMLElement\n ? (firstTabbable(previousActiveElement) as HTMLElement)\n : previousActiveElement\n });\n }\n }\n\n componentDidUpdate(): void {\n if (this.isVisible) this.trap?.activate();\n this.updateAccessibility(this.hostElement);\n }\n\n /**\n * Shows the modal.\n */\n @Method()\n async show(): Promise<void> {\n this.isVisible = true;\n }\n\n render() {\n return (\n <div aria-modal role=\"dialog\" aria-hidden={!this.isVisible ? 'true' : 'false'} class=\"modal-wrapper\">\n <div ref={el => (this.modal = el)} class={{ modal: true, [`modal-${this.size}`]: Boolean(this.size) }}>\n <div class=\"modal-header\">\n <cat-button\n ref={el => (this.closeButton = el)}\n icon=\"cross-outlined\"\n class=\"close-button\"\n size=\"s\"\n iconOnly\n a11yLabel=\"close\"\n onCatClick={this.onClick.bind(this)}\n ></cat-button>\n </div>\n <div class=\"modal-content\">\n <slot></slot>\n </div>\n </div>\n </div>\n );\n }\n\n private onClick() {\n this.trap?.deactivate();\n }\n\n private updateAccessibility(element: HTMLElement) {\n if (element.parentElement) {\n Array.from(element.parentElement.children).forEach(elementSibling => {\n if (elementSibling !== element) {\n this.isVisible\n ? elementSibling.setAttribute('aria-hidden', 'true')\n : elementSibling.removeAttribute('aria-hidden');\n }\n });\n\n if (element.parentElement !== document.body) {\n this.updateAccessibility(element.parentElement);\n }\n }\n }\n}\n"]}
@@ -0,0 +1,3 @@
1
+ const t="catalyst";let e;let n;let s=false;let o=false;const c=typeof window!=="undefined"?window:{};const l=c.document||{head:{}};const i=c.HTMLElement||class{};const f={t:0,o:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,s)=>t.addEventListener(e,n,s),rel:(t,e,n,s)=>t.removeEventListener(e,n,s),ce:(t,e)=>new CustomEvent(t,e)};const r=t=>Promise.resolve(t);const a=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(t){}return false})();const u=(t,e,n,s)=>{if(n){n.map((([n,s,o])=>{const c=t;const l=d(e,o);const i=p(n);f.ael(c,s,l,i);(e.l=e.l||[]).push((()=>f.rel(c,s,l,i)))}))}};const d=(t,e)=>n=>{try{{if(t.t&256){t.i[e](n)}else{(t.u=t.u||[]).push([e,n])}}}catch(t){wt(t)}};const p=t=>(t&2)!==0;const h="{visibility:hidden}.hydrated{visibility:inherit}";const y=(t,e="")=>{{return()=>{}}};const m=(t,e)=>{{return()=>{}}};const b=new WeakMap;const $=(t,e,n)=>{let s=vt.get(t);if(a&&n){s=s||new CSSStyleSheet;if(typeof s==="string"){s=e}else{s.replaceSync(e)}}else{s=e}vt.set(t,s)};const w=(t,e,n,s)=>{let o=S(e);const c=vt.get(o);t=t.nodeType===11?t:l;if(c){if(typeof c==="string"){t=t.head||t;let e=b.get(t);let n;if(!e){b.set(t,e=new Set)}if(!e.has(o)){{{n=l.createElement("style");n.innerHTML=c}t.insertBefore(n,t.querySelector("link"))}if(e){e.add(o)}}}else if(!t.adoptedStyleSheets.includes(c)){t.adoptedStyleSheets=[...t.adoptedStyleSheets,c]}}return o};const g=t=>{const e=t.p;const n=t.h;const s=e.t;const o=y("attachStyles",e.m);const c=w(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);if(s&10){n["s-sc"]=c;n.classList.add(c+"-h")}o()};const S=(t,e)=>"sc-"+t.m;const v={};const j="http://www.w3.org/2000/svg";const O="http://www.w3.org/1999/xhtml";const k=t=>t!=null;const C=t=>{t=typeof t;return t==="object"||t==="function"};const M=(t,e,...n)=>{let s=null;let o=false;let c=false;const l=[];const i=e=>{for(let n=0;n<e.length;n++){s=e[n];if(Array.isArray(s)){i(s)}else if(s!=null&&typeof s!=="boolean"){if(o=typeof t!=="function"&&!C(s)){s=String(s)}if(o&&c){l[l.length-1].$+=s}else{l.push(o?x(null,s):s)}c=o}}};i(n);if(e){{const t=e.className||e.class;if(t){e.class=typeof t!=="object"?t:Object.keys(t).filter((e=>t[e])).join(" ")}}}if(typeof t==="function"){return t(e===null?{}:e,l,E)}const f=x(t,null);f.g=e;if(l.length>0){f.S=l}return f};const x=(t,e)=>{const n={t:0,v:t,$:e,j:null,S:null};{n.g=null}return n};const P={};const U=t=>t&&t.v===P;const E={forEach:(t,e)=>t.map(L).forEach(e),map:(t,e)=>t.map(L).map(e).map(R)};const L=t=>({vattrs:t.g,vchildren:t.S,vkey:t.O,vname:t.k,vtag:t.v,vtext:t.$});const R=t=>{if(typeof t.vtag==="function"){const e=Object.assign({},t.vattrs);if(t.vkey){e.key=t.vkey}if(t.vname){e.name=t.vname}return M(t.vtag,e,...t.vchildren||[])}const e=x(t.vtag,t.vtext);e.g=t.vattrs;e.S=t.vchildren;e.O=t.vkey;e.k=t.vname;return e};const W=(t,e,n,s,o,l)=>{if(n!==s){let i=$t(t,e);let r=e.toLowerCase();if(e==="class"){const e=t.classList;const o=N(n);const c=N(s);e.remove(...o.filter((t=>t&&!c.includes(t))));e.add(...c.filter((t=>t&&!o.includes(t))))}else if(e==="style"){{for(const e in n){if(!s||s[e]==null){if(e.includes("-")){t.style.removeProperty(e)}else{t.style[e]=""}}}}for(const e in s){if(!n||s[e]!==n[e]){if(e.includes("-")){t.style.setProperty(e,s[e])}else{t.style[e]=s[e]}}}}else if(e==="ref"){if(s){s(t)}}else if(!i&&e[0]==="o"&&e[1]==="n"){if(e[2]==="-"){e=e.slice(3)}else if($t(c,r)){e=r.slice(2)}else{e=r[2]+e.slice(3)}if(n){f.rel(t,e,n,false)}if(s){f.ael(t,e,s,false)}}else{const c=C(s);if((i||c&&s!==null)&&!o){try{if(!t.tagName.includes("-")){const o=s==null?"":s;if(e==="list"){i=false}else if(n==null||t[e]!=o){t[e]=o}}else{t[e]=s}}catch(t){}}if(s==null||s===false){if(s!==false||t.getAttribute(e)===""){{t.removeAttribute(e)}}}else if((!i||l&4||o)&&!c){s=s===true?"":s;{t.setAttribute(e,s)}}}}};const D=/\s/;const N=t=>!t?[]:t.split(D);const T=(t,e,n,s)=>{const o=e.j.nodeType===11&&e.j.host?e.j.host:e.j;const c=t&&t.g||v;const l=e.g||v;{for(s in c){if(!(s in l)){W(o,s,c[s],undefined,n,e.t)}}}for(s in l){W(o,s,c[s],l[s],n,e.t)}};const A=(t,n,o,c)=>{const i=n.S[o];let f=0;let r;let a;if(i.$!==null){r=i.j=l.createTextNode(i.$)}else{if(!s){s=i.v==="svg"}r=i.j=l.createElementNS(s?j:O,i.v);if(s&&i.v==="foreignObject"){s=false}{T(null,i,s)}if(k(e)&&r["s-si"]!==e){r.classList.add(r["s-si"]=e)}if(i.S){for(f=0;f<i.S.length;++f){a=A(t,i,f);if(a){r.appendChild(a)}}}{if(i.v==="svg"){s=false}else if(r.tagName==="foreignObject"){s=true}}}return r};const F=(t,e,s,o,c,l)=>{let i=t;let f;if(i.shadowRoot&&i.tagName===n){i=i.shadowRoot}for(;c<=l;++c){if(o[c]){f=A(null,s,c);if(f){o[c].j=f;i.insertBefore(f,e)}}}};const H=(t,e,n,s,o)=>{for(;e<=n;++e){if(s=t[e]){o=s.j;_(s);o.remove()}}};const q=(t,e,n,s)=>{let o=0;let c=0;let l=e.length-1;let i=e[0];let f=e[l];let r=s.length-1;let a=s[0];let u=s[r];let d;while(o<=l&&c<=r){if(i==null){i=e[++o]}else if(f==null){f=e[--l]}else if(a==null){a=s[++c]}else if(u==null){u=s[--r]}else if(I(i,a)){V(i,a);i=e[++o];a=s[++c]}else if(I(f,u)){V(f,u);f=e[--l];u=s[--r]}else if(I(i,u)){V(i,u);t.insertBefore(i.j,f.j.nextSibling);i=e[++o];u=s[--r]}else if(I(f,a)){V(f,a);t.insertBefore(f.j,i.j);f=e[--l];a=s[++c]}else{{d=A(e&&e[c],n,c);a=s[++c]}if(d){{i.j.parentNode.insertBefore(d,i.j)}}}}if(o>l){F(t,s[r+1]==null?null:s[r+1].j,n,s,c,r)}else if(c>r){H(e,o,l)}};const I=(t,e)=>{if(t.v===e.v){return true}return false};const V=(t,e)=>{const n=e.j=t.j;const o=t.S;const c=e.S;const l=e.v;const i=e.$;if(i===null){{s=l==="svg"?true:l==="foreignObject"?false:s}{if(l==="slot");else{T(t,e,s)}}if(o!==null&&c!==null){q(n,o,e,c)}else if(c!==null){if(t.$!==null){n.textContent=""}F(n,null,e,c,0,c.length-1)}else if(o!==null){H(o,0,o.length-1)}if(s&&l==="svg"){s=false}}else if(t.$!==i){n.data=i}};const _=t=>{{t.g&&t.g.ref&&t.g.ref(null);t.S&&t.S.map(_)}};const z=(t,s)=>{const o=t.h;const c=t.p;const l=t.C||x(null,null);const i=U(s)?s:M(null,null,s);n=o.tagName;if(c.M){i.g=i.g||{};c.M.map((([t,e])=>i.g[e]=o[t]))}i.v=null;i.t|=4;t.C=i;i.j=l.j=o.shadowRoot||o;{e=o["s-sc"]}V(l,i)};const B=t=>yt(t).h;const G=(t,e,n)=>{const s=B(t);return{emit:t=>J(s,e,{bubbles:!!(n&4),composed:!!(n&2),cancelable:!!(n&1),detail:t})}};const J=(t,e,n)=>{const s=f.ce(e,n);t.dispatchEvent(s);return s};const K=(t,e)=>{if(e&&!t.P&&e["s-p"]){e["s-p"].push(new Promise((e=>t.P=e)))}};const Q=(t,e)=>{{t.t|=16}if(t.t&4){t.t|=512;return}K(t,t.U);const n=()=>X(t,e);return Pt(n)};const X=(t,e)=>{const n=y("scheduleUpdate",t.p.m);const s=t.i;let o;if(e){{t.t|=256;if(t.u){t.u.map((([t,e])=>nt(s,t,e)));t.u=null}}{o=nt(s,"componentWillLoad")}}{o=st(o,(()=>nt(s,"componentWillRender")))}n();return st(o,(()=>Y(t,s,e)))};const Y=async(t,e,n)=>{const s=t.h;const o=y("update",t.p.m);const c=s["s-rc"];if(n){g(t)}const l=y("render",t.p.m);{Z(t,e)}if(c){c.map((t=>t()));s["s-rc"]=undefined}l();o();{const e=s["s-p"];const n=()=>tt(t);if(e.length===0){n()}else{Promise.all(e).then(n);t.t|=4;e.length=0}}};const Z=(t,e,n)=>{try{e=e.render();{t.t&=~16}{t.t|=2}{{{z(t,e)}}}}catch(e){wt(e,t.h)}return null};const tt=t=>{const e=t.p.m;const n=t.h;const s=y("postUpdate",e);const o=t.i;const c=t.U;{nt(o,"componentDidRender")}if(!(t.t&64)){t.t|=64;{ot(n)}{nt(o,"componentDidLoad")}s();{t.L(n);if(!c){et()}}}else{{nt(o,"componentDidUpdate")}s()}{t.R(n)}{if(t.P){t.P();t.P=undefined}if(t.t&512){xt((()=>Q(t,false)))}t.t&=~(4|512)}};const et=e=>{{ot(l.documentElement)}xt((()=>J(c,"appload",{detail:{namespace:t}})))};const nt=(t,e,n)=>{if(t&&t[e]){try{return t[e](n)}catch(t){wt(t)}}return undefined};const st=(t,e)=>t&&t.then?t.then(e):e();const ot=t=>t.classList.add("hydrated");const ct=(t,e)=>{if(t!=null&&!C(t)){if(e&4){return t==="false"?false:t===""||!!t}if(e&2){return parseFloat(t)}if(e&1){return String(t)}return t}return t};const lt=(t,e)=>yt(t).W.get(e);const it=(t,e,n,s)=>{const o=yt(t);const c=o.h;const l=o.W.get(e);const i=o.t;const f=o.i;n=ct(n,s.D[e][0]);const r=Number.isNaN(l)&&Number.isNaN(n);const a=n!==l&&!r;if((!(i&8)||l===undefined)&&a){o.W.set(e,n);if(f){if(s.N&&i&128){const t=s.N[e];if(t){t.map((t=>{try{f[t](n,l,e)}catch(t){wt(t,c)}}))}}if((i&(2|16))===2){Q(o,false)}}}};const ft=(t,e,n)=>{if(e.D){if(t.watchers){e.N=t.watchers}const s=Object.entries(e.D);const o=t.prototype;s.map((([t,[s]])=>{if(s&31||n&2&&s&32){Object.defineProperty(o,t,{get(){return lt(this,t)},set(n){it(this,t,n,e)},configurable:true,enumerable:true})}else if(n&1&&s&64){Object.defineProperty(o,t,{value(...e){const n=yt(this);return n.T.then((()=>n.i[t](...e)))}})}}));if(n&1){const n=new Map;o.attributeChangedCallback=function(t,e,s){f.jmp((()=>{const e=n.get(t);if(this.hasOwnProperty(e)){s=this[e];delete this[e]}else if(o.hasOwnProperty(e)&&typeof this[e]==="number"&&this[e]==s){return}this[e]=s===null&&typeof this[e]==="boolean"?false:s}))};t.observedAttributes=s.filter((([t,e])=>e[0]&15)).map((([t,s])=>{const o=s[1]||t;n.set(o,t);if(s[0]&512){e.M.push([t,o])}return o}))}}return t};const rt=async(t,e,n,s,o)=>{if((e.t&32)===0){{e.t|=32;o=St(n);if(o.then){const t=m();o=await o;t()}if(!o.isProxied){{n.N=o.watchers}ft(o,n,2);o.isProxied=true}const t=y("createInstance",n.m);{e.t|=8}try{new o(e)}catch(t){wt(t)}{e.t&=~8}{e.t|=128}t();at(e.i)}if(o.style){let t=o.style;const e=S(n);if(!vt.has(e)){const s=y("registerStyles",n.m);$(e,t,!!(n.t&1));s()}}}const c=e.U;const l=()=>Q(e,true);if(c&&c["s-rc"]){c["s-rc"].push(l)}else{l()}};const at=t=>{{nt(t,"connectedCallback")}};const ut=t=>{if((f.t&1)===0){const e=yt(t);const n=e.p;const s=y("connectedCallback",n.m);if(!(e.t&1)){e.t|=1;{let n=t;while(n=n.parentNode||n.host){if(n["s-p"]){K(e,e.U=n);break}}}if(n.D){Object.entries(n.D).map((([e,[n]])=>{if(n&31&&t.hasOwnProperty(e)){const n=t[e];delete t[e];t[e]=n}}))}{rt(t,e,n)}}else{u(t,e,n.A);at(e.i)}s()}};const dt=t=>{if((f.t&1)===0){const e=yt(t);const n=e.i;{if(e.l){e.l.map((t=>t()));e.l=undefined}}{nt(n,"disconnectedCallback")}}};const pt=(t,e={})=>{const n=y();const s=[];const o=e.exclude||[];const i=c.customElements;const r=l.head;const a=r.querySelector("meta[charset]");const u=l.createElement("style");const d=[];let p;let m=true;Object.assign(f,e);f.o=new URL(e.resourcesUrl||"./",l.baseURI).href;t.map((t=>{t[1].map((e=>{const n={t:e[0],m:e[1],D:e[2],A:e[3]};{n.D=e[2]}{n.A=e[3]}{n.M=[]}{n.N={}}const c=n.m;const l=class extends HTMLElement{constructor(t){super(t);t=this;bt(t,n);if(n.t&1){{{t.attachShadow({mode:"open"})}}}}connectedCallback(){if(p){clearTimeout(p);p=null}if(m){d.push(this)}else{f.jmp((()=>ut(this)))}}disconnectedCallback(){f.jmp((()=>dt(this)))}componentOnReady(){return yt(this).F}};n.H=t[0];if(!o.includes(c)&&!i.get(c)){s.push(c);i.define(c,ft(l,n,1))}}))}));{u.innerHTML=s+h;u.setAttribute("data-styles","");r.insertBefore(u,a?a.nextSibling:r.firstChild)}m=false;if(d.length){d.map((t=>t.connectedCallback()))}else{{f.jmp((()=>p=setTimeout(et,30)))}}n()};const ht=new WeakMap;const yt=t=>ht.get(t);const mt=(t,e)=>ht.set(e.i=t,e);const bt=(t,e)=>{const n={t:0,h:t,p:e,W:new Map};{n.T=new Promise((t=>n.R=t))}{n.F=new Promise((t=>n.L=t));t["s-p"]=[];t["s-rc"]=[]}u(t,n,e.A);return ht.set(t,n)};const $t=(t,e)=>e in t;const wt=(t,e)=>(0,console.error)(t,e);const gt=new Map;const St=(t,e,n)=>{const s=t.m.replace(/-/g,"_");const o=t.H;const c=gt.get(o);if(c){return c[s]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${o}.entry.js${""}`).then((t=>{{gt.set(o,t)}return t[s]}),wt)};const vt=new Map;const jt=[];const Ot=[];const kt=(t,e)=>n=>{t.push(n);if(!o){o=true;if(e&&f.t&4){xt(Mt)}else{f.raf(Mt)}}};const Ct=t=>{for(let e=0;e<t.length;e++){try{t[e](performance.now())}catch(t){wt(t)}}t.length=0};const Mt=()=>{Ct(jt);{Ct(Ot);if(o=jt.length>0){f.raf(Mt)}}};const xt=t=>r().then(t);const Pt=kt(Ot,true);export{P as H,i as a,pt as b,G as c,B as g,M as h,r as p,mt as r};
3
+ //# sourceMappingURL=p-692e49d6.js.map