@functionalcms/svelte-components 3.0.31 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/functional.css +1 -1
- package/css/functional.css.map +1 -1
- package/dist/components/agnostic/Card/Card.svelte +144 -127
- package/dist/components/agnostic/Card/Card.svelte.d.ts +1 -10
- package/dist/components/form/Input.svelte +465 -402
- package/dist/components/form/Input.svelte.d.ts +1 -22
- package/package.json +1 -1
package/css/functional.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:where(html){--functional-warning-border-accent-modelight: #ecd386;--functional-warning-border-modelight: #f0e3b9;--functional-warning-light-modelight: #fff5d4;--functional-warning-dark-modelight: #634902;--functional-secondary-hover-modelight: #bc583d;--functional-secondary-modelight: #c94d2b;--functional-primary-extra-light-modelight: #f1faff;--functional-primary-light-modelight: #dcf1ff;--functional-primary-dark-modelight: #063f69;--functional-primary-border-modelight: #c1d9e9;--functional-primary-hover-modelight: #2087d0;--functional-primary-modelight: #077acb;--functional-light-modelight: #fff;--functional-dark-modelight: #333;--functional-gray-dark-modelight: #717171;--functional-gray-mid-dark-modelight: #ccc;--functional-gray-mid-modelight: #d8d8d8;--functional-gray-light-modelight: #e9e9e9;--functional-gray-extra-light-modelight: #f8f8f8;--functional-error-border-modelight: #eec8c8;--functional-error-light-modelight: #ffe0e0;--functional-error-dark-modelight: #771414;--functional-error-modelight: #e02e2e;--functional-action-border-modelight: #c7f0d1;--functional-action-light-modelight: #e2ffe9;--functional-action-dark-modelight: #0a3414;--functional-action-hover-modelight: #3dd262;--functional-action-modelight: #2fb751;--functional-disabled-color-modelight: var(--functional-gray-dark-modelight);--functional-disabled-bg-modelight: var(--functional-gray-light-modelight) }:where(html){--functional-warning-border-accent-modedark: #433507;--functional-warning-border-modedark: #fff5d4;--functional-warning-light-modedark: #faecc0;--functional-warning-dark-modedark: #221b01;--functional-secondary-hover-modedark: #000;--functional-secondary-modedark: #e89982;--functional-primary-extra-light-modedark: #172c38;--functional-primary-light-modedark: #90d0fd;--functional-primary-dark-modedark: #021421;--functional-primary-border-modedark: #63b9f7;--functional-primary-hover-modedark: #63b9f7;--functional-primary-modedark: #91d1ff;--functional-light-modedark: #1a202c;--functional-dark-modedark: #d0d0d0;--functional-gray-dark-modedark: rgb(255 255 255 / 40%);--functional-gray-mid-dark-modedark: rgba(255 255 255 / 32%);--functional-gray-mid-modedark: rgba(255 255 255 / 8%);--functional-gray-light-modedark: rgba(255 255 255 / 6%);--functional-gray-extra-light-modedark: rgba(255 255 255 / 4%);--functional-error-border-modedark: #ffe0e0;--functional-error-light-modedark: #ffe0e0;--functional-error-dark-modedark: #260202;--functional-error-modedark: #fd9e9e;--functional-action-border-modedark: #e7ffed;--functional-action-light-modedark: #baf9ca;--functional-action-dark-modedark: #011e08;--functional-action-hover-modedark: #9fe0af;--functional-action-modedark: #baf9ca;--functional-disabled-color-modedark: var(--functional-gray-dark-modedark);--functional-disabled-bg-modedark: var(--functional-gray-light-modedark) }:root{color-scheme:light;--functional-warning-border-accent: var(--functional-warning-border-accent-modelight);--functional-warning-border: var(--functional-warning-border-modelight);--functional-warning-light: var(--functional-warning-light-modelight);--functional-warning-dark: var(--functional-warning-dark-modelight);--functional-secondary-hover: var(--functional-secondary-hover-modelight);--functional-secondary: var(--functional-secondary-modelight);--functional-primary-light: var(--functional-primary-light-modelight);--functional-primary-dark: var(--functional-primary-dark-modelight);--functional-primary-border: var(--functional-primary-border-modelight);--functional-primary-hover: var(--functional-primary-hover-modelight);--functional-primary: var(--functional-primary-modelight);--functional-light: var(--functional-light-modelight);--functional-dark: var(--functional-dark-modelight);--functional-gray-dark: var(--functional-gray-dark-modelight);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modelight);--functional-gray-mid: var(--functional-gray-mid-modelight);--functional-gray-light: var(--functional-gray-light-modelight);--functional-gray-extra-light: var(--functional-gray-extra-light-modelight);--functional-error: var(--functional-error-modelight);--functional-error-light: var(--functional-error-light-modelight);--functional-error-dark: var(--functional-error-dark-modelight);--functional-error-border: var(--functional-error-border-modelight);--functional-disabled-color: var(--functional-gray-dark-modelight);--functional-disabled-bg: var(--functional-gray-light-modelight);--functional-action-border: var(--functional-action-border-modelight);--functional-action-light: var(--functional-action-light-modelight);--functional-action-dark: var(--functional-action-dark-modelight);--functional-action-hover: var(--functional-action-hover-modelight);--functional-action: var(--functional-action-modelight) }@media(prefers-color-scheme: dark){:root{color-scheme:dark;--functional-warning-border-accent: var(--functional-warning-border-accent-modedark);--functional-warning-border: var(--functional-warning-border-modedark);--functional-warning-light: var(--functional-warning-light-modedark);--functional-warning-dark: var(--functional-warning-dark-modedark);--functional-secondary-hover: var(--functional-secondary-hover-modedark);--functional-secondary: var(--functional-secondary-modedark);--functional-primary-light: var(--functional-primary-light-modedark);--functional-primary-dark: var(--functional-primary-dark-modedark);--functional-primary-border: var(--functional-primary-border-modedark);--functional-primary-hover: var(--functional-primary-hover-modedark);--functional-primary: var(--functional-primary-modedark);--functional-light: var(--functional-light-modedark);--functional-dark: var(--functional-dark-modedark);--functional-gray-dark: var(--functional-gray-dark-modedark);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modedark);--functional-gray-mid: var(--functional-gray-mid-modedark);--functional-gray-light: var(--functional-gray-light-modedark);--functional-gray-extra-light: var(--functional-gray-extra-light-modedark);--functional-error: var(--functional-error-modedark);--functional-error-light: var(--functional-error-light-modedark);--functional-error-dark: var(--functional-error-dark-modedark);--functional-error-border: var(--functional-error-border-modedark);--functional-disabled-color: var(--functional-gray-dark-modedark);--functional-disabled-bg: var(--functional-gray-light-modedark);--functional-action-border: var(--functional-action-border-modedark);--functional-action-light: var(--functional-action-light-modedark);--functional-action-dark: var(--functional-action-dark-modedark);--functional-action-hover: var(--functional-action-hover-modedark);--functional-action: var(--functional-action-modedark) }}[color-scheme=light]{color-scheme:light;--functional-warning-border-accent: var(--functional-warning-border-accent-modelight);--functional-warning-border: var(--functional-warning-border-modelight);--functional-warning-light: var(--functional-warning-light-modelight);--functional-warning-dark: var(--functional-warning-dark-modelight);--functional-secondary-hover: var(--functional-secondary-hover-modelight);--functional-secondary: var(--functional-secondary-modelight);--functional-primary-light: var(--functional-primary-light-modelight);--functional-primary-dark: var(--functional-primary-dark-modelight);--functional-primary-border: var(--functional-primary-border-modelight);--functional-primary-hover: var(--functional-primary-hover-modelight);--functional-primary: var(--functional-primary-modelight);--functional-light: var(--functional-light-modelight);--functional-dark: var(--functional-dark-modelight);--functional-gray-dark: var(--functional-gray-dark-modelight);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modelight);--functional-gray-mid: var(--functional-gray-mid-modelight);--functional-gray-light: var(--functional-gray-light-modelight);--functional-gray-extra-light: var(--functional-gray-extra-light-modelight);--functional-error: var(--functional-error-modelight);--functional-error-light: var(--functional-error-light-modelight);--functional-error-dark: var(--functional-error-dark-modelight);--functional-error-border: var(--functional-error-border-modelight);--functional-disabled-color: var(--functional-gray-dark-modelight);--functional-disabled-bg: var(--functional-gray-light-modelight);--functional-action-border: var(--functional-action-border-modelight);--functional-action-light: var(--functional-action-light-modelight);--functional-action-dark: var(--functional-action-dark-modelight);--functional-action-hover: var(--functional-action-hover-modelight);--functional-action: var(--functional-action-modelight) }[color-scheme=dark]{color-scheme:dark;--functional-warning-border-accent: var(--functional-warning-border-accent-modedark);--functional-warning-border: var(--functional-warning-border-modedark);--functional-warning-light: var(--functional-warning-light-modedark);--functional-warning-dark: var(--functional-warning-dark-modedark);--functional-secondary-hover: var(--functional-secondary-hover-modedark);--functional-secondary: var(--functional-secondary-modedark);--functional-primary-light: var(--functional-primary-light-modedark);--functional-primary-dark: var(--functional-primary-dark-modedark);--functional-primary-border: var(--functional-primary-border-modedark);--functional-primary-hover: var(--functional-primary-hover-modedark);--functional-primary: var(--functional-primary-modedark);--functional-light: var(--functional-light-modedark);--functional-dark: var(--functional-dark-modedark);--functional-gray-dark: var(--functional-gray-dark-modedark);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modedark);--functional-gray-mid: var(--functional-gray-mid-modedark);--functional-gray-light: var(--functional-gray-light-modedark);--functional-gray-extra-light: var(--functional-gray-extra-light-modedark);--functional-error: var(--functional-error-modedark);--functional-error-light: var(--functional-error-light-modedark);--functional-error-dark: var(--functional-error-dark-modedark);--functional-error-border: var(--functional-error-border-modedark);--functional-disabled-color: var(--functional-gray-dark-modedark);--functional-disabled-bg: var(--functional-gray-light-modedark);--functional-action-border: var(--functional-action-border-modedark);--functional-action-light: var(--functional-action-light-modedark);--functional-action-dark: var(--functional-action-dark-modedark);--functional-action-hover: var(--functional-action-hover-modedark);--functional-action: var(--functional-action-modedark) }:where(html){--functional-focus-ring-outline-color: transparent;--functional-focus-ring-outline-style: solid;--functional-focus-ring-outline-width: 3px;--functional-focus-ring-color: rgb(55 149 225 / 50%) }:where(html){--fluid-80: 5rem;--fluid-72: 4.5rem;--fluid-64: 4rem;--fluid-56: 3.5rem;--fluid-48: 3rem;--fluid-40: 2.5rem;--fluid-36: 2.25rem;--fluid-32: 2rem;--fluid-24: 1.5rem;--fluid-20: 1.25rem;--fluid-18: 1.125rem;--fluid-16: 1rem;--fluid-14: 0.875rem;--fluid-12: 0.75rem;--fluid-10: 0.625rem;--fluid-8: 0.5rem;--fluid-6: 0.375rem;--fluid-4: 0.25rem;--fluid-2: 0.125rem;--functional-vertical-pad: var(--fluid-8);--functional-line-height: var(--fluid-20);--functional-side-padding: var(--fluid-12);--functional-input-side-padding: var(--fluid-12) }:where(html){--functional-small: 0.875rem;--functional-body: 1rem;--functional-h6: 0.75rem;--functional-h5: 1.125rem;--functional-h4: 1.5rem;--functional-h3: 2.25rem;--functional-h2: 3rem;--functional-h1: 4rem;--functional-font-color: var(--functional-dark);--functional-font-weight-bold: 600;--functional-font-weight-light: 300;--functional-font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--functional-font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif;--functional-font-family-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif }:where(html){--functional-timing-slow: 450ms;--functional-timing-medium: 300ms;--functional-timing-fast: 200ms }:root{--functional-radius: var(--fluid-4, 0.25rem);--functional-radius-capsule: 9999px }html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}:where(body){line-height:1.5}:where(ul){list-style:none}:where(button,[role=button]){cursor:pointer}:where(input,button,select,optgroup,textarea){margin:0;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit}:where(table){border-collapse:collapse}:where(th){text-align:-webkit-match-parent;text-align:match-parent;text-align:inherit}:where(thead,tbody,tfoot,tr,td,th){border-color:inherit;border-style:solid;border-width:0}:where(html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,button,pre,hr,h1,h2,h3,h4,h5,h6){margin:0;padding:0}a{--functional-link-color: var(--functional-primary, #077acb);color:var(--functional-link-color);text-decoration:none}a:hover{text-decoration:underline}a:focus{box-shadow:0 0 0 var(--functional-focus-ring-outline-width) var(--functional-focus-ring-color);outline:var(--functional-focus-ring-outline-width) var(--functional-focus-ring-outline-style) var(--functional-focus-ring-outline-color);transition:box-shadow var(--functional-timing-fast) ease-out}@media(prefers-reduced-motion),(update: slow){a:focus{transition-duration:.001ms !important}}.screenreader-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.w-100{width:100% !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-center{text-align:center !important}.h1{font-size:var(--functional-h1) !important}.h2{font-size:var(--functional-h2) !important}.h3{font-size:var(--functional-h3) !important}.h4{font-size:var(--functional-h4) !important}.h5{font-size:var(--functional-h5) !important}.h6{font-size:var(--functional-h6) !important}.top{top:0 !important}.bottom{bottom:0 !important}.start{left:var(--fluid-16) !important}.end{right:var(--fluid-16) !important}.center{left:50% !important;transform:translateX(-50%) !important}.flex{display:flex !important}.flex-inline{display:inline-flex !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.items-start{align-items:flex-start !important}.items-end{align-items:flex-end !important}.items-center{align-items:center !important}.items-baseline{align-items:baseline !important}.items-stretch{align-items:stretch !important}.self-start{align-self:flex-start !important}.self-end{align-self:flex-end !important}.self-center{align-self:center !important}.self-baseline{align-self:baseline !important}.self-stretch{align-self:stretch !important}.justify-start{justify-content:flex-start !important}.justify-end{justify-content:flex-end !important}.justify-center{justify-content:center !important}.justify-between{justify-content:space-between !important}.justify-around{justify-content:space-around !important}.content-start{align-content:flex-start !important}.content-end{align-content:flex-end !important}.content-center{align-content:center !important}.content-between{align-content:space-between !important}.content-around{align-content:space-around !important}.content-stretch{align-content:stretch !important}.m0{margin:0 !important}.m2{margin:var(--fluid-2) !important}.m4{margin:var(--fluid-4) !important}.m6{margin:var(--fluid-6) !important}.m8{margin:var(--fluid-8) !important}.m10{margin:var(--fluid-10) !important}.m12{margin:var(--fluid-12) !important}.m14{margin:var(--fluid-14) !important}.m16{margin:var(--fluid-16) !important}.m18{margin:var(--fluid-18) !important}.m20{margin:var(--fluid-20) !important}.m24{margin:var(--fluid-24) !important}.m32{margin:var(--fluid-32) !important}.m36{margin:var(--fluid-36) !important}.m40{margin:var(--fluid-40) !important}.m48{margin:var(--fluid-48) !important}.m56{margin:var(--fluid-56) !important}.m64{margin:var(--fluid-64) !important}.mis0{-webkit-margin-start:0 !important;margin-inline-start:0 !important}.mis2{-webkit-margin-start:var(--fluid-2) !important;margin-inline-start:var(--fluid-2) !important}.mis4{-webkit-margin-start:var(--fluid-4) !important;margin-inline-start:var(--fluid-4) !important}.mis6{-webkit-margin-start:var(--fluid-6) !important;margin-inline-start:var(--fluid-6) !important}.mis8{-webkit-margin-start:var(--fluid-8) !important;margin-inline-start:var(--fluid-8) !important}.mis10{-webkit-margin-start:var(--fluid-10) !important;margin-inline-start:var(--fluid-10) !important}.mis12{-webkit-margin-start:var(--fluid-12) !important;margin-inline-start:var(--fluid-12) !important}.mis14{-webkit-margin-start:var(--fluid-14) !important;margin-inline-start:var(--fluid-14) !important}.mis16{-webkit-margin-start:var(--fluid-16) !important;margin-inline-start:var(--fluid-16) !important}.mis18{-webkit-margin-start:var(--fluid-18) !important;margin-inline-start:var(--fluid-18) !important}.mis20{-webkit-margin-start:var(--fluid-20) !important;margin-inline-start:var(--fluid-20) !important}.mis24{-webkit-margin-start:var(--fluid-24) !important;margin-inline-start:var(--fluid-24) !important}.mis32{-webkit-margin-start:var(--fluid-32) !important;margin-inline-start:var(--fluid-32) !important}.mis36{-webkit-margin-start:var(--fluid-36) !important;margin-inline-start:var(--fluid-36) !important}.mis40{-webkit-margin-start:var(--fluid-40) !important;margin-inline-start:var(--fluid-40) !important}.mis48{-webkit-margin-start:var(--fluid-48) !important;margin-inline-start:var(--fluid-48) !important}.mis56{-webkit-margin-start:var(--fluid-56) !important;margin-inline-start:var(--fluid-56) !important}.mis64{-webkit-margin-start:var(--fluid-64) !important;margin-inline-start:var(--fluid-64) !important}.mie0{-webkit-margin-end:0 !important;margin-inline-end:0 !important}.mie2{-webkit-margin-end:var(--fluid-2) !important;margin-inline-end:var(--fluid-2) !important}.mie4{-webkit-margin-end:var(--fluid-4) !important;margin-inline-end:var(--fluid-4) !important}.mie6{-webkit-margin-end:var(--fluid-6) !important;margin-inline-end:var(--fluid-6) !important}.mie8{-webkit-margin-end:var(--fluid-8) !important;margin-inline-end:var(--fluid-8) !important}.mie10{-webkit-margin-end:var(--fluid-10) !important;margin-inline-end:var(--fluid-10) !important}.mie12{-webkit-margin-end:var(--fluid-12) !important;margin-inline-end:var(--fluid-12) !important}.mie14{-webkit-margin-end:var(--fluid-14) !important;margin-inline-end:var(--fluid-14) !important}.mie16{-webkit-margin-end:var(--fluid-16) !important;margin-inline-end:var(--fluid-16) !important}.mie18{-webkit-margin-end:var(--fluid-18) !important;margin-inline-end:var(--fluid-18) !important}.mie20{-webkit-margin-end:var(--fluid-20) !important;margin-inline-end:var(--fluid-20) !important}.mie24{-webkit-margin-end:var(--fluid-24) !important;margin-inline-end:var(--fluid-24) !important}.mie32{-webkit-margin-end:var(--fluid-32) !important;margin-inline-end:var(--fluid-32) !important}.mie36{-webkit-margin-end:var(--fluid-36) !important;margin-inline-end:var(--fluid-36) !important}.mie40{-webkit-margin-end:var(--fluid-40) !important;margin-inline-end:var(--fluid-40) !important}.mie48{-webkit-margin-end:var(--fluid-48) !important;margin-inline-end:var(--fluid-48) !important}.mie56{-webkit-margin-end:var(--fluid-56) !important;margin-inline-end:var(--fluid-56) !important}.mie64{-webkit-margin-end:var(--fluid-64) !important;margin-inline-end:var(--fluid-64) !important}.mbs0{-webkit-margin-before:0 !important;margin-block-start:0 !important}.mbs2{-webkit-margin-before:var(--fluid-2) !important;margin-block-start:var(--fluid-2) !important}.mbs4{-webkit-margin-before:var(--fluid-4) !important;margin-block-start:var(--fluid-4) !important}.mbs6{-webkit-margin-before:var(--fluid-6) !important;margin-block-start:var(--fluid-6) !important}.mbs8{-webkit-margin-before:var(--fluid-8) !important;margin-block-start:var(--fluid-8) !important}.mbs10{-webkit-margin-before:var(--fluid-10) !important;margin-block-start:var(--fluid-10) !important}.mbs12{-webkit-margin-before:var(--fluid-12) !important;margin-block-start:var(--fluid-12) !important}.mbs14{-webkit-margin-before:var(--fluid-14) !important;margin-block-start:var(--fluid-14) !important}.mbs16{-webkit-margin-before:var(--fluid-16) !important;margin-block-start:var(--fluid-16) !important}.mbs18{-webkit-margin-before:var(--fluid-18) !important;margin-block-start:var(--fluid-18) !important}.mbs20{-webkit-margin-before:var(--fluid-20) !important;margin-block-start:var(--fluid-20) !important}.mbs24{-webkit-margin-before:var(--fluid-24) !important;margin-block-start:var(--fluid-24) !important}.mbs32{-webkit-margin-before:var(--fluid-32) !important;margin-block-start:var(--fluid-32) !important}.mbs36{-webkit-margin-before:var(--fluid-36) !important;margin-block-start:var(--fluid-36) !important}.mbs40{-webkit-margin-before:var(--fluid-40) !important;margin-block-start:var(--fluid-40) !important}.mbs48{-webkit-margin-before:var(--fluid-48) !important;margin-block-start:var(--fluid-48) !important}.mbs56{-webkit-margin-before:var(--fluid-56) !important;margin-block-start:var(--fluid-56) !important}.mbs64{-webkit-margin-before:var(--fluid-64) !important;margin-block-start:var(--fluid-64) !important}.mbe0{-webkit-margin-after:0 !important;margin-block-end:0 !important}.mbe2{-webkit-margin-after:var(--fluid-2) !important;margin-block-end:var(--fluid-2) !important}.mbe4{-webkit-margin-after:var(--fluid-4) !important;margin-block-end:var(--fluid-4) !important}.mbe6{-webkit-margin-after:var(--fluid-6) !important;margin-block-end:var(--fluid-6) !important}.mbe8{-webkit-margin-after:var(--fluid-8) !important;margin-block-end:var(--fluid-8) !important}.mbe10{-webkit-margin-after:var(--fluid-10) !important;margin-block-end:var(--fluid-10) !important}.mbe12{-webkit-margin-after:var(--fluid-12) !important;margin-block-end:var(--fluid-12) !important}.mbe14{-webkit-margin-after:var(--fluid-14) !important;margin-block-end:var(--fluid-14) !important}.mbe16{-webkit-margin-after:var(--fluid-16) !important;margin-block-end:var(--fluid-16) !important}.mbe18{-webkit-margin-after:var(--fluid-18) !important;margin-block-end:var(--fluid-18) !important}.mbe20{-webkit-margin-after:var(--fluid-20) !important;margin-block-end:var(--fluid-20) !important}.mbe24{-webkit-margin-after:var(--fluid-24) !important;margin-block-end:var(--fluid-24) !important}.mbe32{-webkit-margin-after:var(--fluid-32) !important;margin-block-end:var(--fluid-32) !important}.mbe36{-webkit-margin-after:var(--fluid-36) !important;margin-block-end:var(--fluid-36) !important}.mbe40{-webkit-margin-after:var(--fluid-40) !important;margin-block-end:var(--fluid-40) !important}.mbe48{-webkit-margin-after:var(--fluid-48) !important;margin-block-end:var(--fluid-48) !important}.mbe56{-webkit-margin-after:var(--fluid-56) !important;margin-block-end:var(--fluid-56) !important}.mbe64{-webkit-margin-after:var(--fluid-64) !important;margin-block-end:var(--fluid-64) !important}.p0{padding:0 !important}.p2{padding:var(--fluid-2) !important}.p4{padding:var(--fluid-4) !important}.p6{padding:var(--fluid-6) !important}.p8{padding:var(--fluid-8) !important}.p10{padding:var(--fluid-10) !important}.p12{padding:var(--fluid-12) !important}.p14{padding:var(--fluid-14) !important}.p16{padding:var(--fluid-16) !important}.p18{padding:var(--fluid-18) !important}.p20{padding:var(--fluid-20) !important}.p24{padding:var(--fluid-24) !important}.p32{padding:var(--fluid-32) !important}.p36{padding:var(--fluid-36) !important}.p40{padding:var(--fluid-40) !important}.p48{padding:var(--fluid-48) !important}.p56{padding:var(--fluid-56) !important}.p64{padding:var(--fluid-64) !important}.pis0{-webkit-padding-start:0 !important;padding-inline-start:0 !important}.pis2{-webkit-padding-start:var(--fluid-2) !important;padding-inline-start:var(--fluid-2) !important}.pis4{-webkit-padding-start:var(--fluid-4) !important;padding-inline-start:var(--fluid-4) !important}.pis6{-webkit-padding-start:var(--fluid-6) !important;padding-inline-start:var(--fluid-6) !important}.pis8{-webkit-padding-start:var(--fluid-8) !important;padding-inline-start:var(--fluid-8) !important}.pis10{-webkit-padding-start:var(--fluid-10) !important;padding-inline-start:var(--fluid-10) !important}.pis12{-webkit-padding-start:var(--fluid-12) !important;padding-inline-start:var(--fluid-12) !important}.pis14{-webkit-padding-start:var(--fluid-14) !important;padding-inline-start:var(--fluid-14) !important}.pis16{-webkit-padding-start:var(--fluid-16) !important;padding-inline-start:var(--fluid-16) !important}.pis18{-webkit-padding-start:var(--fluid-18) !important;padding-inline-start:var(--fluid-18) !important}.pis20{-webkit-padding-start:var(--fluid-20) !important;padding-inline-start:var(--fluid-20) !important}.pis24{-webkit-padding-start:var(--fluid-24) !important;padding-inline-start:var(--fluid-24) !important}.pis32{-webkit-padding-start:var(--fluid-32) !important;padding-inline-start:var(--fluid-32) !important}.pis36{-webkit-padding-start:var(--fluid-36) !important;padding-inline-start:var(--fluid-36) !important}.pis40{-webkit-padding-start:var(--fluid-40) !important;padding-inline-start:var(--fluid-40) !important}.pis48{-webkit-padding-start:var(--fluid-48) !important;padding-inline-start:var(--fluid-48) !important}.pis56{-webkit-padding-start:var(--fluid-56) !important;padding-inline-start:var(--fluid-56) !important}.pis64{-webkit-padding-start:var(--fluid-64) !important;padding-inline-start:var(--fluid-64) !important}.pie0{-webkit-padding-end:0 !important;padding-inline-end:0 !important}.pie2{-webkit-padding-end:var(--fluid-2) !important;padding-inline-end:var(--fluid-2) !important}.pie4{-webkit-padding-end:var(--fluid-4) !important;padding-inline-end:var(--fluid-4) !important}.pie6{-webkit-padding-end:var(--fluid-6) !important;padding-inline-end:var(--fluid-6) !important}.pie8{-webkit-padding-end:var(--fluid-8) !important;padding-inline-end:var(--fluid-8) !important}.pie10{-webkit-padding-end:var(--fluid-10) !important;padding-inline-end:var(--fluid-10) !important}.pie12{-webkit-padding-end:var(--fluid-12) !important;padding-inline-end:var(--fluid-12) !important}.pie14{-webkit-padding-end:var(--fluid-14) !important;padding-inline-end:var(--fluid-14) !important}.pie16{-webkit-padding-end:var(--fluid-16) !important;padding-inline-end:var(--fluid-16) !important}.pie18{-webkit-padding-end:var(--fluid-18) !important;padding-inline-end:var(--fluid-18) !important}.pie20{-webkit-padding-end:var(--fluid-20) !important;padding-inline-end:var(--fluid-20) !important}.pie24{-webkit-padding-end:var(--fluid-24) !important;padding-inline-end:var(--fluid-24) !important}.pie32{-webkit-padding-end:var(--fluid-32) !important;padding-inline-end:var(--fluid-32) !important}.pie36{-webkit-padding-end:var(--fluid-36) !important;padding-inline-end:var(--fluid-36) !important}.pie40{-webkit-padding-end:var(--fluid-40) !important;padding-inline-end:var(--fluid-40) !important}.pie48{-webkit-padding-end:var(--fluid-48) !important;padding-inline-end:var(--fluid-48) !important}.pie56{-webkit-padding-end:var(--fluid-56) !important;padding-inline-end:var(--fluid-56) !important}.pie64{-webkit-padding-end:var(--fluid-64) !important;padding-inline-end:var(--fluid-64) !important}.pbs0{-webkit-padding-before:0 !important;padding-block-start:0 !important}.pbs2{-webkit-padding-before:var(--fluid-2) !important;padding-block-start:var(--fluid-2) !important}.pbs4{-webkit-padding-before:var(--fluid-4) !important;padding-block-start:var(--fluid-4) !important}.pbs6{-webkit-padding-before:var(--fluid-6) !important;padding-block-start:var(--fluid-6) !important}.pbs8{-webkit-padding-before:var(--fluid-8) !important;padding-block-start:var(--fluid-8) !important}.pbs10{-webkit-padding-before:var(--fluid-10) !important;padding-block-start:var(--fluid-10) !important}.pbs12{-webkit-padding-before:var(--fluid-12) !important;padding-block-start:var(--fluid-12) !important}.pbs14{-webkit-padding-before:var(--fluid-14) !important;padding-block-start:var(--fluid-14) !important}.pbs16{-webkit-padding-before:var(--fluid-16) !important;padding-block-start:var(--fluid-16) !important}.pbs18{-webkit-padding-before:var(--fluid-18) !important;padding-block-start:var(--fluid-18) !important}.pbs20{-webkit-padding-before:var(--fluid-20) !important;padding-block-start:var(--fluid-20) !important}.pbs24{-webkit-padding-before:var(--fluid-24) !important;padding-block-start:var(--fluid-24) !important}.pbs32{-webkit-padding-before:var(--fluid-32) !important;padding-block-start:var(--fluid-32) !important}.pbs36{-webkit-padding-before:var(--fluid-36) !important;padding-block-start:var(--fluid-36) !important}.pbs40{-webkit-padding-before:var(--fluid-40) !important;padding-block-start:var(--fluid-40) !important}.pbs48{-webkit-padding-before:var(--fluid-48) !important;padding-block-start:var(--fluid-48) !important}.pbs56{-webkit-padding-before:var(--fluid-56) !important;padding-block-start:var(--fluid-56) !important}.pbs64{-webkit-padding-before:var(--fluid-64) !important;padding-block-start:var(--fluid-64) !important}.pbe0{-webkit-padding-after:0 !important;padding-block-end:0 !important}.pbe2{-webkit-padding-after:var(--fluid-2) !important;padding-block-end:var(--fluid-2) !important}.pbe4{-webkit-padding-after:var(--fluid-4) !important;padding-block-end:var(--fluid-4) !important}.pbe6{-webkit-padding-after:var(--fluid-6) !important;padding-block-end:var(--fluid-6) !important}.pbe8{-webkit-padding-after:var(--fluid-8) !important;padding-block-end:var(--fluid-8) !important}.pbe10{-webkit-padding-after:var(--fluid-10) !important;padding-block-end:var(--fluid-10) !important}.pbe12{-webkit-padding-after:var(--fluid-12) !important;padding-block-end:var(--fluid-12) !important}.pbe14{-webkit-padding-after:var(--fluid-14) !important;padding-block-end:var(--fluid-14) !important}.pbe16{-webkit-padding-after:var(--fluid-16) !important;padding-block-end:var(--fluid-16) !important}.pbe18{-webkit-padding-after:var(--fluid-18) !important;padding-block-end:var(--fluid-18) !important}.pbe20{-webkit-padding-after:var(--fluid-20) !important;padding-block-end:var(--fluid-20) !important}.pbe24{-webkit-padding-after:var(--fluid-24) !important;padding-block-end:var(--fluid-24) !important}.pbe32{-webkit-padding-after:var(--fluid-32) !important;padding-block-end:var(--fluid-32) !important}.pbe36{-webkit-padding-after:var(--fluid-36) !important;padding-block-end:var(--fluid-36) !important}.pbe40{-webkit-padding-after:var(--fluid-40) !important;padding-block-end:var(--fluid-40) !important}.pbe48{-webkit-padding-after:var(--fluid-48) !important;padding-block-end:var(--fluid-48) !important}.pbe56{-webkit-padding-after:var(--fluid-56) !important;padding-block-end:var(--fluid-56) !important}.pbe64{-webkit-padding-after:var(--fluid-64) !important;padding-block-end:var(--fluid-64) !important}:where(html){scrollbar-gutter:stable both-edges}:where(img,picture,canvas,video,iframe){max-inline-size:100%;block-size:auto;vertical-align:middle}:where(body){font-family:var(--functional-font-family-body);font-size:var(--functional-body);-webkit-font-smoothing:antialiased}:where(h1){font-size:var(--functional-h1)}:where(h2){font-size:var(--functional-h2)}:where(h3){font-size:var(--functional-h3)}:where(h4){font-size:var(--functional-h4)}:where(h5){font-size:var(--functional-h5)}:where(h6){font-size:var(--functional-h6)}:root{--functional-menu-margin: 0px;--functional-menu-padding: 0px;--functional-menu-background: none;--functional-menu-item-color: var(--functional-primary);--functional-menu-item-margin: 0px;--functional-menu-item-padding: 0px;--functional-menu-item-border-top: 0px;--functional-menu-item-border-right: 0px;--functional-menu-item-border-bottom: 0px;--functional-menu-item-border-left: 0px;--functional-menu-item-selected-radius: var(--functional-radius, 0);--functional-menu-item-hover-color: var(--functional-menu-item-color);--functional-menu-item-hover-background: var(--functional-menu-item-background);--functional-menu-item-hover-margin: var(--functional-menu-item-margin);--functional-menu-item-hover-padding: var(--functional-menu-item-padding);--functional-menu-item-hover-border-top: var(--functional-menu-item-hover-border-top);--functional-menu-item-hover-border-right: var(--functional-menu-item-hover-border-right);--functional-menu-item-hover-border-bottom: var(--functional-menu-item-hover-border-bottom);--functional-menu-item-hover-border-left: var(--functional-menu-item-hover-border-left);--functional-menu-item-hover-radius: var(--functional-menu-item-radius);--functional-menu-item-selected-color: var(--functional-menu-item-color);--functional-menu-item-selected-background: var(--functional-menu-item-background);--functional-menu-item-selected-margin: var(--functional-menu-item-margin);--functional-menu-item-selected-padding: var(--functional-menu-item-padding);--functional-menu-item-selected-border-top:var(--functional-menu-item-border-top);--functional-menu-item-selected-border-right:var(--functional-menu-item-border-right);--functional-menu-item-selected-border-bottom:var(--functional-menu-item-border-bottom);--functional-menu-item-selected-border-left:var(--functional-menu-item-border-left);--functional-menu-item-selected-radius: var(--functional-menu-item-radius)}.sticky{position:sticky;top:0;z-index:10000}:root{--functional-mobile-logo-margin: 0px;--functional-mobile-logo-padding: 0px;--functional-logo-margin: var(--functional-mobile-logo-margin);--functional-logo-padding: var(--functional-mobile-logo-padding)}.display-block{display:block}.display-inline{display:inline}.display-inline-block{display:inline-block}.display-flex{display:flex}.display-inline-flex{display:inline-flex}.display-grid{display:grid}.display-inline-grid{display:inline-grid}.display-flow-root{display:flow-root}.display-none{display:none}.display-contents{display:contents}.display-block-flex{display:block flex}.display-block-flow{display:block flow}.display-block-flow-root{display:block flow-root}.display-block-grid{display:block grid}.display-inline-flex{display:inline flex}.display-inline-flow{display:inline flow}.display-inline-flow-root{display:inline flow-root}.display-inline-grid{display:inline grid}.display-table{display:table}.display-table-row{display:table-row}.display-list-item{display:list-item}.display-inherit{display:inherit}.display-initial{display:initial}.display-revert{display:revert}.display-revert-layer{display:revert-layer}.display-unset{display:unset}html,body,body>div{height:100%}body{display:flex;flex-direction:column}#defaultLayout{flex:1 0 auto}.fw{width:100% !important}.fh{height:100% !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-dynamic{flex-direction:column !important}.h0{height:0 !important}.h2{height:var(--fluid-2) !important}.h4{height:var(--fluid-4) !important}.h6{height:var(--fluid-6) !important}.h8{height:var(--fluid-8) !important}.h10{height:var(--fluid-10) !important}.h12{height:var(--fluid-12) !important}.h14{height:var(--fluid-14) !important}.h16{height:var(--fluid-16) !important}.h18{height:var(--fluid-18) !important}.h20{height:var(--fluid-20) !important}.h24{height:var(--fluid-24) !important}.h32{height:var(--fluid-32) !important}.h36{height:var(--fluid-36) !important}.h40{height:var(--fluid-40) !important}.h48{height:var(--fluid-48) !important}.h56{height:var(--fluid-56) !important}.h64{height:var(--fluid-64) !important}.h20p{height:20% !important}.h10p{height:10% !important}.h30p{height:30% !important}.h40p{height:40% !important}.h50p{height:50% !important}.h60p{height:60% !important}.h70p{height:70% !important}.h80p{height:80% !important}.h90p{height:90% !important}.h100p{height:100% !important}.h33p{height:33% !important}.h66p{height:66% !important}.h25p{height:25% !important}.h75p{height:75% !important}.h50p{height:50% !important}.w0{width:0 !important}.w2{width:var(--fluid-2) !important}.w4{width:var(--fluid-4) !important}.w6{width:var(--fluid-6) !important}.w8{width:var(--fluid-8) !important}.w10{width:var(--fluid-10) !important}.w12{width:var(--fluid-12) !important}.w14{width:var(--fluid-14) !important}.w16{width:var(--fluid-16) !important}.w18{width:var(--fluid-18) !important}.w20{width:var(--fluid-20) !important}.w24{width:var(--fluid-24) !important}.w32{width:var(--fluid-32) !important}.w36{width:var(--fluid-36) !important}.w40{width:var(--fluid-40) !important}.w48{width:var(--fluid-48) !important}.w56{width:var(--fluid-56) !important}.w64{width:var(--fluid-64) !important}.w10p{width:10% !important}.w20p{width:20% !important}.w30p{width:30% !important}.w40p{width:40% !important}.w50p{width:50% !important}.w60p{width:60% !important}.w70p{width:70% !important}.w80p{width:80% !important}.w90p{width:90% !important}.w100p{width:100% !important}.w33p{width:100% !important}.w66p{width:100% !important}.w25p{width:100% !important}.w75p{width:100% !important}.w50p{width:100% !important}@media(min-width: 960px){.flex-row-dynamic{flex-direction:row !important}.w33p{width:33% !important}.w66p{width:66% !important}.w25p{width:25% !important}.w75p{width:75% !important}.w50p{width:50% !important}.w10p{width:10% !important}.w20p{width:20% !important}.w30p{width:30% !important}.w40p{width:40% !important}.w50p{width:50% !important}.w60p{width:60% !important}.w70p{width:70% !important}.w80p{width:80% !important}.w90p{width:90% !important}.h33p{height:33% !important}.h66p{height:66% !important}.h25p{height:25% !important}.h75p{height:75% !important}.h50p{height:50% !important}}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0 !important;padding:0 !important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none !important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0 !important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.splide__slide:focus{outline:0}@supports(outline-offset: -3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset: -3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}/*# sourceMappingURL=functional.css.map */
|
|
1
|
+
:where(html){--functional-warning-border-accent-modelight: #ecd386;--functional-warning-border-modelight: #f0e3b9;--functional-warning-light-modelight: #fff5d4;--functional-warning-dark-modelight: #634902;--functional-secondary-hover-modelight: #bc583d;--functional-secondary-modelight: #c94d2b;--functional-primary-extra-light-modelight: #f1faff;--functional-primary-light-modelight: #dcf1ff;--functional-primary-dark-modelight: #063f69;--functional-primary-border-modelight: #c1d9e9;--functional-primary-hover-modelight: #2087d0;--functional-primary-modelight: #077acb;--functional-light-modelight: #fff;--functional-dark-modelight: #333;--functional-gray-dark-modelight: #717171;--functional-gray-mid-dark-modelight: #ccc;--functional-gray-mid-modelight: #d8d8d8;--functional-gray-light-modelight: #e9e9e9;--functional-gray-extra-light-modelight: #f8f8f8;--functional-error-border-modelight: #eec8c8;--functional-error-light-modelight: #ffe0e0;--functional-error-dark-modelight: #771414;--functional-error-modelight: #e02e2e;--functional-action-border-modelight: #c7f0d1;--functional-action-light-modelight: #e2ffe9;--functional-action-dark-modelight: #0a3414;--functional-action-hover-modelight: #3dd262;--functional-action-modelight: #2fb751;--functional-disabled-color-modelight: var(--functional-gray-dark-modelight);--functional-disabled-bg-modelight: var(--functional-gray-light-modelight) }:where(html){--functional-warning-border-accent-modedark: #433507;--functional-warning-border-modedark: #fff5d4;--functional-warning-light-modedark: #faecc0;--functional-warning-dark-modedark: #221b01;--functional-secondary-hover-modedark: #000;--functional-secondary-modedark: #e89982;--functional-primary-extra-light-modedark: #172c38;--functional-primary-light-modedark: #90d0fd;--functional-primary-dark-modedark: #021421;--functional-primary-border-modedark: #63b9f7;--functional-primary-hover-modedark: #63b9f7;--functional-primary-modedark: #91d1ff;--functional-light-modedark: #1a202c;--functional-dark-modedark: #d0d0d0;--functional-gray-dark-modedark: rgb(255 255 255 / 40%);--functional-gray-mid-dark-modedark: rgba(255 255 255 / 32%);--functional-gray-mid-modedark: rgba(255 255 255 / 8%);--functional-gray-light-modedark: rgba(255 255 255 / 6%);--functional-gray-extra-light-modedark: rgba(255 255 255 / 4%);--functional-error-border-modedark: #ffe0e0;--functional-error-light-modedark: #ffe0e0;--functional-error-dark-modedark: #260202;--functional-error-modedark: #fd9e9e;--functional-action-border-modedark: #e7ffed;--functional-action-light-modedark: #baf9ca;--functional-action-dark-modedark: #011e08;--functional-action-hover-modedark: #9fe0af;--functional-action-modedark: #baf9ca;--functional-disabled-color-modedark: var(--functional-gray-dark-modedark);--functional-disabled-bg-modedark: var(--functional-gray-light-modedark) }:root{color-scheme:light;--functional-warning-border-accent: var(--functional-warning-border-accent-modelight);--functional-warning-border: var(--functional-warning-border-modelight);--functional-warning-light: var(--functional-warning-light-modelight);--functional-warning-dark: var(--functional-warning-dark-modelight);--functional-secondary-hover: var(--functional-secondary-hover-modelight);--functional-secondary: var(--functional-secondary-modelight);--functional-primary-light: var(--functional-primary-light-modelight);--functional-primary-dark: var(--functional-primary-dark-modelight);--functional-primary-border: var(--functional-primary-border-modelight);--functional-primary-hover: var(--functional-primary-hover-modelight);--functional-primary: var(--functional-primary-modelight);--functional-light: var(--functional-light-modelight);--functional-dark: var(--functional-dark-modelight);--functional-gray-dark: var(--functional-gray-dark-modelight);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modelight);--functional-gray-mid: var(--functional-gray-mid-modelight);--functional-gray-light: var(--functional-gray-light-modelight);--functional-gray-extra-light: var(--functional-gray-extra-light-modelight);--functional-error: var(--functional-error-modelight);--functional-error-light: var(--functional-error-light-modelight);--functional-error-dark: var(--functional-error-dark-modelight);--functional-error-border: var(--functional-error-border-modelight);--functional-disabled-color: var(--functional-gray-dark-modelight);--functional-disabled-bg: var(--functional-gray-light-modelight);--functional-action-border: var(--functional-action-border-modelight);--functional-action-light: var(--functional-action-light-modelight);--functional-action-dark: var(--functional-action-dark-modelight);--functional-action-hover: var(--functional-action-hover-modelight);--functional-action: var(--functional-action-modelight) }@media(prefers-color-scheme: dark){:root{color-scheme:dark;--functional-warning-border-accent: var(--functional-warning-border-accent-modedark);--functional-warning-border: var(--functional-warning-border-modedark);--functional-warning-light: var(--functional-warning-light-modedark);--functional-warning-dark: var(--functional-warning-dark-modedark);--functional-secondary-hover: var(--functional-secondary-hover-modedark);--functional-secondary: var(--functional-secondary-modedark);--functional-primary-light: var(--functional-primary-light-modedark);--functional-primary-dark: var(--functional-primary-dark-modedark);--functional-primary-border: var(--functional-primary-border-modedark);--functional-primary-hover: var(--functional-primary-hover-modedark);--functional-primary: var(--functional-primary-modedark);--functional-light: var(--functional-light-modedark);--functional-dark: var(--functional-dark-modedark);--functional-gray-dark: var(--functional-gray-dark-modedark);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modedark);--functional-gray-mid: var(--functional-gray-mid-modedark);--functional-gray-light: var(--functional-gray-light-modedark);--functional-gray-extra-light: var(--functional-gray-extra-light-modedark);--functional-error: var(--functional-error-modedark);--functional-error-light: var(--functional-error-light-modedark);--functional-error-dark: var(--functional-error-dark-modedark);--functional-error-border: var(--functional-error-border-modedark);--functional-disabled-color: var(--functional-gray-dark-modedark);--functional-disabled-bg: var(--functional-gray-light-modedark);--functional-action-border: var(--functional-action-border-modedark);--functional-action-light: var(--functional-action-light-modedark);--functional-action-dark: var(--functional-action-dark-modedark);--functional-action-hover: var(--functional-action-hover-modedark);--functional-action: var(--functional-action-modedark) }}[color-scheme=light]{color-scheme:light;--functional-warning-border-accent: var(--functional-warning-border-accent-modelight);--functional-warning-border: var(--functional-warning-border-modelight);--functional-warning-light: var(--functional-warning-light-modelight);--functional-warning-dark: var(--functional-warning-dark-modelight);--functional-secondary-hover: var(--functional-secondary-hover-modelight);--functional-secondary: var(--functional-secondary-modelight);--functional-primary-light: var(--functional-primary-light-modelight);--functional-primary-dark: var(--functional-primary-dark-modelight);--functional-primary-border: var(--functional-primary-border-modelight);--functional-primary-hover: var(--functional-primary-hover-modelight);--functional-primary: var(--functional-primary-modelight);--functional-light: var(--functional-light-modelight);--functional-dark: var(--functional-dark-modelight);--functional-gray-dark: var(--functional-gray-dark-modelight);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modelight);--functional-gray-mid: var(--functional-gray-mid-modelight);--functional-gray-light: var(--functional-gray-light-modelight);--functional-gray-extra-light: var(--functional-gray-extra-light-modelight);--functional-error: var(--functional-error-modelight);--functional-error-light: var(--functional-error-light-modelight);--functional-error-dark: var(--functional-error-dark-modelight);--functional-error-border: var(--functional-error-border-modelight);--functional-disabled-color: var(--functional-gray-dark-modelight);--functional-disabled-bg: var(--functional-gray-light-modelight);--functional-action-border: var(--functional-action-border-modelight);--functional-action-light: var(--functional-action-light-modelight);--functional-action-dark: var(--functional-action-dark-modelight);--functional-action-hover: var(--functional-action-hover-modelight);--functional-action: var(--functional-action-modelight) }[color-scheme=dark]{color-scheme:dark;--functional-warning-border-accent: var(--functional-warning-border-accent-modedark);--functional-warning-border: var(--functional-warning-border-modedark);--functional-warning-light: var(--functional-warning-light-modedark);--functional-warning-dark: var(--functional-warning-dark-modedark);--functional-secondary-hover: var(--functional-secondary-hover-modedark);--functional-secondary: var(--functional-secondary-modedark);--functional-primary-light: var(--functional-primary-light-modedark);--functional-primary-dark: var(--functional-primary-dark-modedark);--functional-primary-border: var(--functional-primary-border-modedark);--functional-primary-hover: var(--functional-primary-hover-modedark);--functional-primary: var(--functional-primary-modedark);--functional-light: var(--functional-light-modedark);--functional-dark: var(--functional-dark-modedark);--functional-gray-dark: var(--functional-gray-dark-modedark);--functional-gray-mid-dark: var(--functional-gray-mid-dark-modedark);--functional-gray-mid: var(--functional-gray-mid-modedark);--functional-gray-light: var(--functional-gray-light-modedark);--functional-gray-extra-light: var(--functional-gray-extra-light-modedark);--functional-error: var(--functional-error-modedark);--functional-error-light: var(--functional-error-light-modedark);--functional-error-dark: var(--functional-error-dark-modedark);--functional-error-border: var(--functional-error-border-modedark);--functional-disabled-color: var(--functional-gray-dark-modedark);--functional-disabled-bg: var(--functional-gray-light-modedark);--functional-action-border: var(--functional-action-border-modedark);--functional-action-light: var(--functional-action-light-modedark);--functional-action-dark: var(--functional-action-dark-modedark);--functional-action-hover: var(--functional-action-hover-modedark);--functional-action: var(--functional-action-modedark) }:where(html){--functional-focus-ring-outline-color: transparent;--functional-focus-ring-outline-style: solid;--functional-focus-ring-outline-width: 3px;--functional-focus-ring-color: rgb(55 149 225 / 50%) }:where(html){--fluid-80: 5rem;--fluid-72: 4.5rem;--fluid-64: 4rem;--fluid-56: 3.5rem;--fluid-48: 3rem;--fluid-40: 2.5rem;--fluid-36: 2.25rem;--fluid-32: 2rem;--fluid-24: 1.5rem;--fluid-20: 1.25rem;--fluid-18: 1.125rem;--fluid-16: 1rem;--fluid-14: 0.875rem;--fluid-12: 0.75rem;--fluid-10: 0.625rem;--fluid-8: 0.5rem;--fluid-6: 0.375rem;--fluid-4: 0.25rem;--fluid-2: 0.125rem;--functional-vertical-pad: var(--fluid-8);--functional-line-height: var(--fluid-20);--functional-side-padding: var(--fluid-12);--functional-input-side-padding: var(--fluid-12) }:where(html){--functional-small: 0.875rem;--functional-body: 1rem;--functional-h6: 0.75rem;--functional-h5: 1.125rem;--functional-h4: 1.5rem;--functional-h3: 2.25rem;--functional-h2: 3rem;--functional-h1: 4rem;--functional-font-color: var(--functional-dark);--functional-font-weight-bold: 600;--functional-font-weight-light: 300;--functional-font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--functional-font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif;--functional-font-family-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif }:where(html){--functional-timing-slow: 450ms;--functional-timing-medium: 300ms;--functional-timing-fast: 200ms }:root{--functional-radius: var(--fluid-4, 0.25rem);--functional-radius-capsule: 9999px }html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}:where(body){line-height:1.5}:where(ul){list-style:none}:where(button,[role=button]){cursor:pointer}:where(input,button,select,optgroup,textarea){margin:0;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit}:where(table){border-collapse:collapse}:where(th){text-align:-webkit-match-parent;text-align:match-parent;text-align:inherit}:where(thead,tbody,tfoot,tr,td,th){border-color:inherit;border-style:solid;border-width:0}:where(html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,button,pre,hr,h1,h2,h3,h4,h5,h6){margin:0;padding:0}a{--functional-link-color: var(--functional-primary, #077acb);color:var(--functional-link-color);text-decoration:none}a:hover{text-decoration:underline}a:focus{box-shadow:0 0 0 var(--functional-focus-ring-outline-width) var(--functional-focus-ring-color);outline:var(--functional-focus-ring-outline-width) var(--functional-focus-ring-outline-style) var(--functional-focus-ring-outline-color);transition:box-shadow var(--functional-timing-fast) ease-out}@media(prefers-reduced-motion),(update: slow){a:focus{transition-duration:.001ms !important}}.screenreader-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.w-100{width:100% !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-center{text-align:center !important}.h1{font-size:var(--functional-h1) !important}.h2{font-size:var(--functional-h2) !important}.h3{font-size:var(--functional-h3) !important}.h4{font-size:var(--functional-h4) !important}.h5{font-size:var(--functional-h5) !important}.h6{font-size:var(--functional-h6) !important}.top{top:0 !important}.bottom{bottom:0 !important}.start{left:var(--fluid-16) !important}.end{right:var(--fluid-16) !important}.center{left:50% !important;transform:translateX(-50%) !important}.flex{display:flex !important}.flex-inline{display:inline-flex !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.items-start{align-items:flex-start !important}.items-end{align-items:flex-end !important}.items-center{align-items:center !important}.items-baseline{align-items:baseline !important}.items-stretch{align-items:stretch !important}.self-start{align-self:flex-start !important}.self-end{align-self:flex-end !important}.self-center{align-self:center !important}.self-baseline{align-self:baseline !important}.self-stretch{align-self:stretch !important}.justify-start{justify-content:flex-start !important}.justify-end{justify-content:flex-end !important}.justify-center{justify-content:center !important}.justify-between{justify-content:space-between !important}.justify-around{justify-content:space-around !important}.content-start{align-content:flex-start !important}.content-end{align-content:flex-end !important}.content-center{align-content:center !important}.content-between{align-content:space-between !important}.content-around{align-content:space-around !important}.content-stretch{align-content:stretch !important}.m0{margin:0 !important}.m2{margin:var(--fluid-2) !important}.m4{margin:var(--fluid-4) !important}.m6{margin:var(--fluid-6) !important}.m8{margin:var(--fluid-8) !important}.m10{margin:var(--fluid-10) !important}.m12{margin:var(--fluid-12) !important}.m14{margin:var(--fluid-14) !important}.m16{margin:var(--fluid-16) !important}.m18{margin:var(--fluid-18) !important}.m20{margin:var(--fluid-20) !important}.m24{margin:var(--fluid-24) !important}.m32{margin:var(--fluid-32) !important}.m36{margin:var(--fluid-36) !important}.m40{margin:var(--fluid-40) !important}.m48{margin:var(--fluid-48) !important}.m56{margin:var(--fluid-56) !important}.m64{margin:var(--fluid-64) !important}.mis0{-webkit-margin-start:0 !important;margin-inline-start:0 !important}.mis2{-webkit-margin-start:var(--fluid-2) !important;margin-inline-start:var(--fluid-2) !important}.mis4{-webkit-margin-start:var(--fluid-4) !important;margin-inline-start:var(--fluid-4) !important}.mis6{-webkit-margin-start:var(--fluid-6) !important;margin-inline-start:var(--fluid-6) !important}.mis8{-webkit-margin-start:var(--fluid-8) !important;margin-inline-start:var(--fluid-8) !important}.mis10{-webkit-margin-start:var(--fluid-10) !important;margin-inline-start:var(--fluid-10) !important}.mis12{-webkit-margin-start:var(--fluid-12) !important;margin-inline-start:var(--fluid-12) !important}.mis14{-webkit-margin-start:var(--fluid-14) !important;margin-inline-start:var(--fluid-14) !important}.mis16{-webkit-margin-start:var(--fluid-16) !important;margin-inline-start:var(--fluid-16) !important}.mis18{-webkit-margin-start:var(--fluid-18) !important;margin-inline-start:var(--fluid-18) !important}.mis20{-webkit-margin-start:var(--fluid-20) !important;margin-inline-start:var(--fluid-20) !important}.mis24{-webkit-margin-start:var(--fluid-24) !important;margin-inline-start:var(--fluid-24) !important}.mis32{-webkit-margin-start:var(--fluid-32) !important;margin-inline-start:var(--fluid-32) !important}.mis36{-webkit-margin-start:var(--fluid-36) !important;margin-inline-start:var(--fluid-36) !important}.mis40{-webkit-margin-start:var(--fluid-40) !important;margin-inline-start:var(--fluid-40) !important}.mis48{-webkit-margin-start:var(--fluid-48) !important;margin-inline-start:var(--fluid-48) !important}.mis56{-webkit-margin-start:var(--fluid-56) !important;margin-inline-start:var(--fluid-56) !important}.mis64{-webkit-margin-start:var(--fluid-64) !important;margin-inline-start:var(--fluid-64) !important}.mie0{-webkit-margin-end:0 !important;margin-inline-end:0 !important}.mie2{-webkit-margin-end:var(--fluid-2) !important;margin-inline-end:var(--fluid-2) !important}.mie4{-webkit-margin-end:var(--fluid-4) !important;margin-inline-end:var(--fluid-4) !important}.mie6{-webkit-margin-end:var(--fluid-6) !important;margin-inline-end:var(--fluid-6) !important}.mie8{-webkit-margin-end:var(--fluid-8) !important;margin-inline-end:var(--fluid-8) !important}.mie10{-webkit-margin-end:var(--fluid-10) !important;margin-inline-end:var(--fluid-10) !important}.mie12{-webkit-margin-end:var(--fluid-12) !important;margin-inline-end:var(--fluid-12) !important}.mie14{-webkit-margin-end:var(--fluid-14) !important;margin-inline-end:var(--fluid-14) !important}.mie16{-webkit-margin-end:var(--fluid-16) !important;margin-inline-end:var(--fluid-16) !important}.mie18{-webkit-margin-end:var(--fluid-18) !important;margin-inline-end:var(--fluid-18) !important}.mie20{-webkit-margin-end:var(--fluid-20) !important;margin-inline-end:var(--fluid-20) !important}.mie24{-webkit-margin-end:var(--fluid-24) !important;margin-inline-end:var(--fluid-24) !important}.mie32{-webkit-margin-end:var(--fluid-32) !important;margin-inline-end:var(--fluid-32) !important}.mie36{-webkit-margin-end:var(--fluid-36) !important;margin-inline-end:var(--fluid-36) !important}.mie40{-webkit-margin-end:var(--fluid-40) !important;margin-inline-end:var(--fluid-40) !important}.mie48{-webkit-margin-end:var(--fluid-48) !important;margin-inline-end:var(--fluid-48) !important}.mie56{-webkit-margin-end:var(--fluid-56) !important;margin-inline-end:var(--fluid-56) !important}.mie64{-webkit-margin-end:var(--fluid-64) !important;margin-inline-end:var(--fluid-64) !important}.mbs0{-webkit-margin-before:0 !important;margin-block-start:0 !important}.mbs2{-webkit-margin-before:var(--fluid-2) !important;margin-block-start:var(--fluid-2) !important}.mbs4{-webkit-margin-before:var(--fluid-4) !important;margin-block-start:var(--fluid-4) !important}.mbs6{-webkit-margin-before:var(--fluid-6) !important;margin-block-start:var(--fluid-6) !important}.mbs8{-webkit-margin-before:var(--fluid-8) !important;margin-block-start:var(--fluid-8) !important}.mbs10{-webkit-margin-before:var(--fluid-10) !important;margin-block-start:var(--fluid-10) !important}.mbs12{-webkit-margin-before:var(--fluid-12) !important;margin-block-start:var(--fluid-12) !important}.mbs14{-webkit-margin-before:var(--fluid-14) !important;margin-block-start:var(--fluid-14) !important}.mbs16{-webkit-margin-before:var(--fluid-16) !important;margin-block-start:var(--fluid-16) !important}.mbs18{-webkit-margin-before:var(--fluid-18) !important;margin-block-start:var(--fluid-18) !important}.mbs20{-webkit-margin-before:var(--fluid-20) !important;margin-block-start:var(--fluid-20) !important}.mbs24{-webkit-margin-before:var(--fluid-24) !important;margin-block-start:var(--fluid-24) !important}.mbs32{-webkit-margin-before:var(--fluid-32) !important;margin-block-start:var(--fluid-32) !important}.mbs36{-webkit-margin-before:var(--fluid-36) !important;margin-block-start:var(--fluid-36) !important}.mbs40{-webkit-margin-before:var(--fluid-40) !important;margin-block-start:var(--fluid-40) !important}.mbs48{-webkit-margin-before:var(--fluid-48) !important;margin-block-start:var(--fluid-48) !important}.mbs56{-webkit-margin-before:var(--fluid-56) !important;margin-block-start:var(--fluid-56) !important}.mbs64{-webkit-margin-before:var(--fluid-64) !important;margin-block-start:var(--fluid-64) !important}.mbe0{-webkit-margin-after:0 !important;margin-block-end:0 !important}.mbe2{-webkit-margin-after:var(--fluid-2) !important;margin-block-end:var(--fluid-2) !important}.mbe4{-webkit-margin-after:var(--fluid-4) !important;margin-block-end:var(--fluid-4) !important}.mbe6{-webkit-margin-after:var(--fluid-6) !important;margin-block-end:var(--fluid-6) !important}.mbe8{-webkit-margin-after:var(--fluid-8) !important;margin-block-end:var(--fluid-8) !important}.mbe10{-webkit-margin-after:var(--fluid-10) !important;margin-block-end:var(--fluid-10) !important}.mbe12{-webkit-margin-after:var(--fluid-12) !important;margin-block-end:var(--fluid-12) !important}.mbe14{-webkit-margin-after:var(--fluid-14) !important;margin-block-end:var(--fluid-14) !important}.mbe16{-webkit-margin-after:var(--fluid-16) !important;margin-block-end:var(--fluid-16) !important}.mbe18{-webkit-margin-after:var(--fluid-18) !important;margin-block-end:var(--fluid-18) !important}.mbe20{-webkit-margin-after:var(--fluid-20) !important;margin-block-end:var(--fluid-20) !important}.mbe24{-webkit-margin-after:var(--fluid-24) !important;margin-block-end:var(--fluid-24) !important}.mbe32{-webkit-margin-after:var(--fluid-32) !important;margin-block-end:var(--fluid-32) !important}.mbe36{-webkit-margin-after:var(--fluid-36) !important;margin-block-end:var(--fluid-36) !important}.mbe40{-webkit-margin-after:var(--fluid-40) !important;margin-block-end:var(--fluid-40) !important}.mbe48{-webkit-margin-after:var(--fluid-48) !important;margin-block-end:var(--fluid-48) !important}.mbe56{-webkit-margin-after:var(--fluid-56) !important;margin-block-end:var(--fluid-56) !important}.mbe64{-webkit-margin-after:var(--fluid-64) !important;margin-block-end:var(--fluid-64) !important}.p0{padding:0 !important}.p2{padding:var(--fluid-2) !important}.p4{padding:var(--fluid-4) !important}.p6{padding:var(--fluid-6) !important}.p8{padding:var(--fluid-8) !important}.p10{padding:var(--fluid-10) !important}.p12{padding:var(--fluid-12) !important}.p14{padding:var(--fluid-14) !important}.p16{padding:var(--fluid-16) !important}.p18{padding:var(--fluid-18) !important}.p20{padding:var(--fluid-20) !important}.p24{padding:var(--fluid-24) !important}.p32{padding:var(--fluid-32) !important}.p36{padding:var(--fluid-36) !important}.p40{padding:var(--fluid-40) !important}.p48{padding:var(--fluid-48) !important}.p56{padding:var(--fluid-56) !important}.p64{padding:var(--fluid-64) !important}.pis0{-webkit-padding-start:0 !important;padding-inline-start:0 !important}.pis2{-webkit-padding-start:var(--fluid-2) !important;padding-inline-start:var(--fluid-2) !important}.pis4{-webkit-padding-start:var(--fluid-4) !important;padding-inline-start:var(--fluid-4) !important}.pis6{-webkit-padding-start:var(--fluid-6) !important;padding-inline-start:var(--fluid-6) !important}.pis8{-webkit-padding-start:var(--fluid-8) !important;padding-inline-start:var(--fluid-8) !important}.pis10{-webkit-padding-start:var(--fluid-10) !important;padding-inline-start:var(--fluid-10) !important}.pis12{-webkit-padding-start:var(--fluid-12) !important;padding-inline-start:var(--fluid-12) !important}.pis14{-webkit-padding-start:var(--fluid-14) !important;padding-inline-start:var(--fluid-14) !important}.pis16{-webkit-padding-start:var(--fluid-16) !important;padding-inline-start:var(--fluid-16) !important}.pis18{-webkit-padding-start:var(--fluid-18) !important;padding-inline-start:var(--fluid-18) !important}.pis20{-webkit-padding-start:var(--fluid-20) !important;padding-inline-start:var(--fluid-20) !important}.pis24{-webkit-padding-start:var(--fluid-24) !important;padding-inline-start:var(--fluid-24) !important}.pis32{-webkit-padding-start:var(--fluid-32) !important;padding-inline-start:var(--fluid-32) !important}.pis36{-webkit-padding-start:var(--fluid-36) !important;padding-inline-start:var(--fluid-36) !important}.pis40{-webkit-padding-start:var(--fluid-40) !important;padding-inline-start:var(--fluid-40) !important}.pis48{-webkit-padding-start:var(--fluid-48) !important;padding-inline-start:var(--fluid-48) !important}.pis56{-webkit-padding-start:var(--fluid-56) !important;padding-inline-start:var(--fluid-56) !important}.pis64{-webkit-padding-start:var(--fluid-64) !important;padding-inline-start:var(--fluid-64) !important}.pie0{-webkit-padding-end:0 !important;padding-inline-end:0 !important}.pie2{-webkit-padding-end:var(--fluid-2) !important;padding-inline-end:var(--fluid-2) !important}.pie4{-webkit-padding-end:var(--fluid-4) !important;padding-inline-end:var(--fluid-4) !important}.pie6{-webkit-padding-end:var(--fluid-6) !important;padding-inline-end:var(--fluid-6) !important}.pie8{-webkit-padding-end:var(--fluid-8) !important;padding-inline-end:var(--fluid-8) !important}.pie10{-webkit-padding-end:var(--fluid-10) !important;padding-inline-end:var(--fluid-10) !important}.pie12{-webkit-padding-end:var(--fluid-12) !important;padding-inline-end:var(--fluid-12) !important}.pie14{-webkit-padding-end:var(--fluid-14) !important;padding-inline-end:var(--fluid-14) !important}.pie16{-webkit-padding-end:var(--fluid-16) !important;padding-inline-end:var(--fluid-16) !important}.pie18{-webkit-padding-end:var(--fluid-18) !important;padding-inline-end:var(--fluid-18) !important}.pie20{-webkit-padding-end:var(--fluid-20) !important;padding-inline-end:var(--fluid-20) !important}.pie24{-webkit-padding-end:var(--fluid-24) !important;padding-inline-end:var(--fluid-24) !important}.pie32{-webkit-padding-end:var(--fluid-32) !important;padding-inline-end:var(--fluid-32) !important}.pie36{-webkit-padding-end:var(--fluid-36) !important;padding-inline-end:var(--fluid-36) !important}.pie40{-webkit-padding-end:var(--fluid-40) !important;padding-inline-end:var(--fluid-40) !important}.pie48{-webkit-padding-end:var(--fluid-48) !important;padding-inline-end:var(--fluid-48) !important}.pie56{-webkit-padding-end:var(--fluid-56) !important;padding-inline-end:var(--fluid-56) !important}.pie64{-webkit-padding-end:var(--fluid-64) !important;padding-inline-end:var(--fluid-64) !important}.pbs0{-webkit-padding-before:0 !important;padding-block-start:0 !important}.pbs2{-webkit-padding-before:var(--fluid-2) !important;padding-block-start:var(--fluid-2) !important}.pbs4{-webkit-padding-before:var(--fluid-4) !important;padding-block-start:var(--fluid-4) !important}.pbs6{-webkit-padding-before:var(--fluid-6) !important;padding-block-start:var(--fluid-6) !important}.pbs8{-webkit-padding-before:var(--fluid-8) !important;padding-block-start:var(--fluid-8) !important}.pbs10{-webkit-padding-before:var(--fluid-10) !important;padding-block-start:var(--fluid-10) !important}.pbs12{-webkit-padding-before:var(--fluid-12) !important;padding-block-start:var(--fluid-12) !important}.pbs14{-webkit-padding-before:var(--fluid-14) !important;padding-block-start:var(--fluid-14) !important}.pbs16{-webkit-padding-before:var(--fluid-16) !important;padding-block-start:var(--fluid-16) !important}.pbs18{-webkit-padding-before:var(--fluid-18) !important;padding-block-start:var(--fluid-18) !important}.pbs20{-webkit-padding-before:var(--fluid-20) !important;padding-block-start:var(--fluid-20) !important}.pbs24{-webkit-padding-before:var(--fluid-24) !important;padding-block-start:var(--fluid-24) !important}.pbs32{-webkit-padding-before:var(--fluid-32) !important;padding-block-start:var(--fluid-32) !important}.pbs36{-webkit-padding-before:var(--fluid-36) !important;padding-block-start:var(--fluid-36) !important}.pbs40{-webkit-padding-before:var(--fluid-40) !important;padding-block-start:var(--fluid-40) !important}.pbs48{-webkit-padding-before:var(--fluid-48) !important;padding-block-start:var(--fluid-48) !important}.pbs56{-webkit-padding-before:var(--fluid-56) !important;padding-block-start:var(--fluid-56) !important}.pbs64{-webkit-padding-before:var(--fluid-64) !important;padding-block-start:var(--fluid-64) !important}.pbe0{-webkit-padding-after:0 !important;padding-block-end:0 !important}.pbe2{-webkit-padding-after:var(--fluid-2) !important;padding-block-end:var(--fluid-2) !important}.pbe4{-webkit-padding-after:var(--fluid-4) !important;padding-block-end:var(--fluid-4) !important}.pbe6{-webkit-padding-after:var(--fluid-6) !important;padding-block-end:var(--fluid-6) !important}.pbe8{-webkit-padding-after:var(--fluid-8) !important;padding-block-end:var(--fluid-8) !important}.pbe10{-webkit-padding-after:var(--fluid-10) !important;padding-block-end:var(--fluid-10) !important}.pbe12{-webkit-padding-after:var(--fluid-12) !important;padding-block-end:var(--fluid-12) !important}.pbe14{-webkit-padding-after:var(--fluid-14) !important;padding-block-end:var(--fluid-14) !important}.pbe16{-webkit-padding-after:var(--fluid-16) !important;padding-block-end:var(--fluid-16) !important}.pbe18{-webkit-padding-after:var(--fluid-18) !important;padding-block-end:var(--fluid-18) !important}.pbe20{-webkit-padding-after:var(--fluid-20) !important;padding-block-end:var(--fluid-20) !important}.pbe24{-webkit-padding-after:var(--fluid-24) !important;padding-block-end:var(--fluid-24) !important}.pbe32{-webkit-padding-after:var(--fluid-32) !important;padding-block-end:var(--fluid-32) !important}.pbe36{-webkit-padding-after:var(--fluid-36) !important;padding-block-end:var(--fluid-36) !important}.pbe40{-webkit-padding-after:var(--fluid-40) !important;padding-block-end:var(--fluid-40) !important}.pbe48{-webkit-padding-after:var(--fluid-48) !important;padding-block-end:var(--fluid-48) !important}.pbe56{-webkit-padding-after:var(--fluid-56) !important;padding-block-end:var(--fluid-56) !important}.pbe64{-webkit-padding-after:var(--fluid-64) !important;padding-block-end:var(--fluid-64) !important}:where(html){scrollbar-gutter:stable both-edges}:where(img,picture,canvas,video,iframe){max-inline-size:100%;block-size:auto;vertical-align:middle}:where(body){font-family:var(--functional-font-family-body);font-size:var(--functional-body);-webkit-font-smoothing:antialiased}:where(h1){font-size:var(--functional-h1)}:where(h2){font-size:var(--functional-h2)}:where(h3){font-size:var(--functional-h3)}:where(h4){font-size:var(--functional-h4)}:where(h5){font-size:var(--functional-h5)}:where(h6){font-size:var(--functional-h6)}:root{--functional-menu-margin: 0px;--functional-menu-padding: 0px;--functional-menu-background: none;--functional-menu-item-color: var(--functional-primary);--functional-menu-item-margin: 0px;--functional-menu-item-padding: 0px;--functional-menu-item-border-top: 0px;--functional-menu-item-border-right: 0px;--functional-menu-item-border-bottom: 0px;--functional-menu-item-border-left: 0px;--functional-menu-item-selected-radius: var(--functional-radius, 0);--functional-menu-item-hover-color: var(--functional-menu-item-color);--functional-menu-item-hover-background: var(--functional-menu-item-background);--functional-menu-item-hover-margin: var(--functional-menu-item-margin);--functional-menu-item-hover-padding: var(--functional-menu-item-padding);--functional-menu-item-hover-border-top: var(--functional-menu-item-hover-border-top);--functional-menu-item-hover-border-right: var(--functional-menu-item-hover-border-right);--functional-menu-item-hover-border-bottom: var(--functional-menu-item-hover-border-bottom);--functional-menu-item-hover-border-left: var(--functional-menu-item-hover-border-left);--functional-menu-item-hover-radius: var(--functional-menu-item-radius);--functional-menu-item-selected-color: var(--functional-menu-item-color);--functional-menu-item-selected-background: var(--functional-menu-item-background);--functional-menu-item-selected-margin: var(--functional-menu-item-margin);--functional-menu-item-selected-padding: var(--functional-menu-item-padding);--functional-menu-item-selected-border-top:var(--functional-menu-item-border-top);--functional-menu-item-selected-border-right:var(--functional-menu-item-border-right);--functional-menu-item-selected-border-bottom:var(--functional-menu-item-border-bottom);--functional-menu-item-selected-border-left:var(--functional-menu-item-border-left);--functional-menu-item-selected-radius: var(--functional-menu-item-radius)}.sticky{position:sticky;top:0;z-index:10000}:root{--functional-mobile-logo-margin: 0px;--functional-mobile-logo-padding: 0px;--functional-logo-margin: var(--functional-mobile-logo-margin);--functional-logo-padding: var(--functional-mobile-logo-padding)}.display-block{display:block}.display-inline{display:inline}.display-inline-block{display:inline-block}.display-flex{display:flex}.display-inline-flex{display:inline-flex}.display-grid{display:grid}.display-inline-grid{display:inline-grid}.display-flow-root{display:flow-root}.display-none{display:none}.display-contents{display:contents}.display-block-flex{display:block flex}.display-block-flow{display:block flow}.display-block-flow-root{display:block flow-root}.display-block-grid{display:block grid}.display-inline-flex{display:inline flex}.display-inline-flow{display:inline flow}.display-inline-flow-root{display:inline flow-root}.display-inline-grid{display:inline grid}.display-table{display:table}.display-table-row{display:table-row}.display-list-item{display:list-item}.display-inherit{display:inherit}.display-initial{display:initial}.display-revert{display:revert}.display-revert-layer{display:revert-layer}.display-unset{display:unset}html,body,body>div{height:100%}body{display:flex;flex-direction:column}#defaultLayout{flex:1 0 auto}.fw{width:100% !important}.fh{height:100% !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-dynamic{flex-direction:column !important}.h0{height:0 !important}.h2{height:var(--fluid-2) !important}.h4{height:var(--fluid-4) !important}.h6{height:var(--fluid-6) !important}.h8{height:var(--fluid-8) !important}.h10{height:var(--fluid-10) !important}.h12{height:var(--fluid-12) !important}.h14{height:var(--fluid-14) !important}.h16{height:var(--fluid-16) !important}.h18{height:var(--fluid-18) !important}.h20{height:var(--fluid-20) !important}.h24{height:var(--fluid-24) !important}.h32{height:var(--fluid-32) !important}.h36{height:var(--fluid-36) !important}.h40{height:var(--fluid-40) !important}.h48{height:var(--fluid-48) !important}.h56{height:var(--fluid-56) !important}.h64{height:var(--fluid-64) !important}.h20p{height:20% !important}.h10p{height:10% !important}.h30p{height:30% !important}.h40p{height:40% !important}.h50p{height:50% !important}.h60p{height:60% !important}.h70p{height:70% !important}.h80p{height:80% !important}.h90p{height:90% !important}.h100p{height:100% !important}.h33p{height:33% !important}.h66p{height:66% !important}.h25p{height:25% !important}.h75p{height:75% !important}.h50p{height:50% !important}.w0{width:0 !important}.w2{width:var(--fluid-2) !important}.w4{width:var(--fluid-4) !important}.w6{width:var(--fluid-6) !important}.w8{width:var(--fluid-8) !important}.w10{width:var(--fluid-10) !important}.w12{width:var(--fluid-12) !important}.w14{width:var(--fluid-14) !important}.w16{width:var(--fluid-16) !important}.w18{width:var(--fluid-18) !important}.w20{width:var(--fluid-20) !important}.w24{width:var(--fluid-24) !important}.w32{width:var(--fluid-32) !important}.w36{width:var(--fluid-36) !important}.w40{width:var(--fluid-40) !important}.w48{width:var(--fluid-48) !important}.w56{width:var(--fluid-56) !important}.w64{width:var(--fluid-64) !important}.w10p{width:10% !important}.w20p{width:20% !important}.w30p{width:30% !important}.w40p{width:40% !important}.w50p{width:50% !important}.w60p{width:60% !important}.w70p{width:70% !important}.w80p{width:80% !important}.w90p{width:90% !important}.w100p{width:100% !important}.w33p{width:100% !important}.w66p{width:100% !important}.w25p{width:100% !important}.w45p{width:100% !important}.w75p{width:100% !important}.w50p{width:100% !important}@media(min-width: 960px){.flex-row-dynamic{flex-direction:row !important}.w33p{width:33% !important}.w66p{width:66% !important}.w25p{width:25% !important}.w75p{width:75% !important}.w50p{width:50% !important}.w10p{width:10% !important}.w20p{width:20% !important}.w30p{width:30% !important}.w40p{width:40% !important}.w50p{width:50% !important}.w60p{width:60% !important}.w70p{width:70% !important}.w80p{width:80% !important}.w90p{width:90% !important}.h33p{height:33% !important}.h66p{height:66% !important}.h25p{height:25% !important}.h75p{height:75% !important}.h50p{height:50% !important}}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0 !important;padding:0 !important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none !important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0 !important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.splide__slide:focus{outline:0}@supports(outline-offset: -3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset: -3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}/*# sourceMappingURL=functional.css.map */
|
package/css/functional.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../src/lib/css/common.scss","../src/lib/css/opinions.scss","../src/lib/css/menu.scss","../src/lib/css/logo.scss","../src/lib/css/displays.scss","../src/lib/css/properties.scss","../node_modules/@splidejs/svelte-splide/css/splide.min.css"],"names":[],"mappings":"AAAA,aACI,sDACA,+CACA,8CACA,6CACA,gDACA,0CACA,oDACA,8CACA,6CACA,+CACA,8CACA,wCACA,mCACA,kCACA,0CACA,2CACA,yCACA,2CACA,iDACA,6CACA,4CACA,2CACA,sCACA,8CACA,6CACA,4CACA,6CACA,uCACA,6EACA,4EAGJ,aACI,qDACA,8CACA,6CACA,4CACA,4CACA,yCACA,mDACA,6CACA,4CACA,8CACA,6CACA,uCACA,qCACA,oCACA,wDACA,6DACA,uDACA,yDACA,+DACA,4CACA,2CACA,0CACA,qCACA,6CACA,4CACA,2CACA,4CACA,sCACA,2EACA,0EAGJ,MACI,mBACA,sFACA,wEACA,sEACA,oEACA,0EACA,8DACA,sEACA,oEACA,wEACA,sEACA,0DACA,sDACA,oDACA,8DACA,sEACA,4DACA,gEACA,4EACA,sDACA,kEACA,gEACA,oEACA,mEACA,iEACA,sEACA,oEACA,kEACA,oEACA,yDAGJ,mCACI,MACI,kBACA,qFACA,uEACA,qEACA,mEACA,yEACA,6DACA,qEACA,mEACA,uEACA,qEACA,yDACA,qDACA,mDACA,6DACA,qEACA,2DACA,+DACA,2EACA,qDACA,iEACA,+DACA,mEACA,kEACA,gEACA,qEACA,mEACA,iEACA,mEACA,yDAIR,qBACI,mBACA,sFACA,wEACA,sEACA,oEACA,0EACA,8DACA,sEACA,oEACA,wEACA,sEACA,0DACA,sDACA,oDACA,8DACA,sEACA,4DACA,gEACA,4EACA,sDACA,kEACA,gEACA,oEACA,mEACA,iEACA,sEACA,oEACA,kEACA,oEACA,yDAGJ,oBACI,kBACA,qFACA,uEACA,qEACA,mEACA,yEACA,6DACA,qEACA,mEACA,uEACA,qEACA,yDACA,qDACA,mDACA,6DACA,qEACA,2DACA,+DACA,2EACA,qDACA,iEACA,+DACA,mEACA,kEACA,gEACA,qEACA,mEACA,iEACA,mEACA,wDAGJ,aACI,mDACA,6CACA,2CACA,sDAGJ,aACI,iBACA,mBACA,iBACA,mBACA,iBACA,mBACA,oBACA,i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
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/lib/css/common.scss","../src/lib/css/opinions.scss","../src/lib/css/menu.scss","../src/lib/css/logo.scss","../src/lib/css/displays.scss","../src/lib/css/properties.scss","../node_modules/@splidejs/svelte-splide/css/splide.min.css"],"names":[],"mappings":"AAAA,aACI,sDACA,+CACA,8CACA,6CACA,gDACA,0CACA,oDACA,8CACA,6CACA,+CACA,8CACA,wCACA,mCACA,kCACA,0CACA,2CACA,yCACA,2CACA,iDACA,6CACA,4CACA,2CACA,sCACA,8CACA,6CACA,4CACA,6CACA,uCACA,6EACA,4EAGJ,aACI,qDACA,8CACA,6CACA,4CACA,4CACA,yCACA,mDACA,6CACA,4CACA,8CACA,6CACA,uCACA,qCACA,oCACA,wDACA,6DACA,uDACA,yDACA,+DACA,4CACA,2CACA,0CACA,qCACA,6CACA,4CACA,2CACA,4CACA,sCACA,2EACA,0EAGJ,MACI,mBACA,sFACA,wEACA,sEACA,oEACA,0EACA,8DACA,sEACA,oEACA,wEACA,sEACA,0DACA,sDACA,oDACA,8DACA,sEACA,4DACA,gEACA,4EACA,sDACA,kEACA,gEACA,oEACA,mEACA,iEACA,sEACA,oEACA,kEACA,oEACA,yDAGJ,mCACI,MACI,kBACA,qFACA,uEACA,qEACA,mEACA,yEACA,6DACA,qEACA,mEACA,uEACA,qEACA,yDACA,qDACA,mDACA,6DACA,qEACA,2DACA,+DACA,2EACA,qDACA,iEACA,+DACA,mEACA,kEACA,gEACA,qEACA,mEACA,iEACA,mEACA,yDAIR,qBACI,mBACA,sFACA,wEACA,sEACA,oEACA,0EACA,8DACA,sEACA,oEACA,wEACA,sEACA,0DACA,sDACA,oDACA,8DACA,sEACA,4DACA,gEACA,4EACA,sDACA,kEACA,gEACA,oEACA,mEACA,iEACA,sEACA,oEACA,kEACA,oEACA,yDAGJ,oBACI,kBACA,qFACA,uEACA,qEACA,mEACA,yEACA,6DACA,qEACA,mEACA,uEACA,qEACA,yDACA,qDACA,mDACA,6DACA,qEACA,2DACA,+DACA,2EACA,qDACA,iEACA,+DACA,mEACA,kEACA,gEACA,qEACA,mEACA,iEACA,mEACA,wDAGJ,aACI,mDACA,6CACA,2CACA,sDAGJ,aACI,iBACA,mBACA,iBACA,mBACA,iBACA,mBACA,oBACA,i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","file":"functional.css"}
|
|
@@ -1,137 +1,154 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import { mergedClasses } from '../../CssHelper';
|
|
3
|
+
import { Orientation } from '../../Styling';
|
|
4
|
+
|
|
5
|
+
const {
|
|
6
|
+
isAnimated = false,
|
|
7
|
+
isSkinned = true,
|
|
8
|
+
isStacked = false,
|
|
9
|
+
isShadow = false,
|
|
10
|
+
isBorder = false,
|
|
11
|
+
isRounded = false,
|
|
12
|
+
orientation = Orientation.Column,
|
|
13
|
+
type = '',
|
|
14
|
+
css = ''
|
|
15
|
+
}: {
|
|
16
|
+
isAnimated: boolean,
|
|
17
|
+
isSkinned: boolean,
|
|
18
|
+
isStacked: boolean,
|
|
19
|
+
isShadow: boolean,
|
|
20
|
+
isBorder: boolean,
|
|
21
|
+
isRounded: boolean,
|
|
22
|
+
orientation: Orientation,
|
|
23
|
+
type: string,
|
|
24
|
+
css: string,
|
|
25
|
+
} = $props();
|
|
26
|
+
|
|
27
|
+
let klasses = mergedClasses(
|
|
28
|
+
isSkinned ? 'card' : 'card-base',
|
|
29
|
+
isAnimated ? 'card-animated' : '',
|
|
30
|
+
isStacked ? 'card-stacked' : '',
|
|
31
|
+
isShadow ? 'card-shadow' : '',
|
|
32
|
+
isRounded ? 'card-rounded' : '',
|
|
33
|
+
isBorder ? 'card-border' : '',
|
|
34
|
+
type ? `card-${type}` : '',
|
|
35
|
+
`${orientation}`,
|
|
36
|
+
css ? `${css}` : ''
|
|
37
|
+
);
|
|
38
|
+
</script>
|
|
39
|
+
|
|
40
|
+
<div class={klasses} on:click on:focus on:blur>
|
|
41
|
+
<slot />
|
|
42
|
+
</div>
|
|
43
|
+
|
|
1
44
|
<style>
|
|
2
|
-
/**
|
|
45
|
+
/**
|
|
3
46
|
* Cards
|
|
4
47
|
*
|
|
5
48
|
* I drew some inspiration from the article on media-query less cards:
|
|
6
49
|
* https://css-tricks.com/how-to-make-a-media-query-less-card-component/
|
|
7
50
|
*/
|
|
8
|
-
.card,
|
|
9
|
-
.card-base {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
+
.card,
|
|
52
|
+
.card-base {
|
|
53
|
+
display: flex;
|
|
54
|
+
align-items: center;
|
|
55
|
+
position: relative;
|
|
56
|
+
box-sizing: border-box;
|
|
57
|
+
width: 100%;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.card-wrap {
|
|
61
|
+
flex-wrap: wrap;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.card-border {
|
|
65
|
+
border: 1px solid var(--functional-card-border-color, var(--functional-gray-light));
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.card-rounded {
|
|
69
|
+
border-radius: var(--functional-radius, 0.25rem);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.card-shadow {
|
|
73
|
+
box-shadow:
|
|
74
|
+
var(--functional-card-boxshadow1-offset-x, 0)
|
|
75
|
+
var(--functional-card-boxshadow1-offset-y, 0.375rem)
|
|
76
|
+
var(--functional-card-boxshadow1-blur, 0.5625rem)
|
|
77
|
+
var(--functional-card-boxshadow1-color, rgb(6 6 6 / 7.5%)),
|
|
78
|
+
var(--functional-card-boxshadow2-offset-x, 0) var(--functional-card-boxshadow2-offset-y, 0)
|
|
79
|
+
var(--functional-card-boxshadow2-blur, 1px)
|
|
80
|
+
var(--functional-card-boxshadow2-color, rgb(5 5 5 / 10%));
|
|
81
|
+
border-radius: var(--functional-card-border-radius, var(--functional-radius, 0.25rem));
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.card-shadow:hover {
|
|
86
|
+
box-shadow:
|
|
87
|
+
var(--functional-card-boxshadow1-offset-x, 0)
|
|
88
|
+
var(--functional-card-boxshadow1-offset-y, 0.375rem)
|
|
89
|
+
var(--functional-card-boxshadow1-blur, 0.875rem)
|
|
90
|
+
var(--functional-card-boxshadow1-color, rgb(4 4 4 / 10%)),
|
|
91
|
+
var(--functional-card-boxshadow2-offset-x, 0) var(--functional-card-boxshadow2-offset-y, 0)
|
|
92
|
+
var(--functional-card-boxshadow2-blur, 2px)
|
|
93
|
+
var(--functional-card-boxshadow2-color, rgb(3 3 3 / 10%));
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
51
97
|
* Animates the y position and box shadow on hover
|
|
52
98
|
*/
|
|
53
|
-
.card-animated {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.card-animated:hover {
|
|
66
|
-
transform: translateY(var(--functional-card-translate-y-hover, -3px));
|
|
67
|
-
transition:
|
|
68
|
-
box-shadow ease-out var(--functional-timing-fast),
|
|
69
|
-
transform var(--functional-timing-slow)
|
|
70
|
-
cubic-bezier(
|
|
71
|
-
var(--functional-card-cubic-1, 0.39),
|
|
72
|
-
var(--functional-card-cubic-2, 0.575),
|
|
73
|
-
var(--functional-card-cubic-3, 0.565),
|
|
74
|
-
var(--functional-card-cubic-4, 1)
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@media (prefers-reduced-motion), (update: slow) {
|
|
79
|
-
.card-animated,
|
|
80
|
-
.card-animated:hover {
|
|
81
|
-
transition-duration: 0.001ms !important;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.card-stacked {
|
|
86
|
-
flex-direction: column;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.card-success {
|
|
90
|
-
background: var(--functional-action-light);
|
|
91
|
-
color: var(--functional-action-dark);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.card-info {
|
|
95
|
-
background: var(--functional-primary-light);
|
|
96
|
-
color: var(--functional-primary-dark);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.card-error {
|
|
100
|
-
background: var(--functional-error-light);
|
|
101
|
-
color: var(--functional-error-dark);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.card-warning {
|
|
105
|
-
background: var(--functional-warning-light);
|
|
106
|
-
color: var(--functional-warning-dark);
|
|
107
|
-
}
|
|
99
|
+
.card-animated {
|
|
100
|
+
transition:
|
|
101
|
+
box-shadow ease-out 5s,
|
|
102
|
+
transform var(--functional-timing-fast)
|
|
103
|
+
cubic-bezier(
|
|
104
|
+
var(--functional-card-cubic-1, 0.39),
|
|
105
|
+
var(--functional-card-cubic-2, 0.575),
|
|
106
|
+
var(--functional-card-cubic-3, 0.565),
|
|
107
|
+
var(--functional-card-cubic-4, 1)
|
|
108
|
+
);
|
|
109
|
+
}
|
|
108
110
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
let klasses = [
|
|
122
|
-
isSkinned ? "card" : "card-base",
|
|
123
|
-
isAnimated ? "card-animated" : "",
|
|
124
|
-
isStacked ? "card-stacked" : "",
|
|
125
|
-
isShadow ? "card-shadow" : "",
|
|
126
|
-
isRounded ? "card-rounded" : "",
|
|
127
|
-
isBorder ? "card-border" : "",
|
|
128
|
-
type ? `card-${type}` : "",
|
|
129
|
-
css ? `${css}` : "",
|
|
130
|
-
]
|
|
131
|
-
.filter((klass) => klass.length)
|
|
132
|
-
.join(" ");
|
|
133
|
-
</script>
|
|
111
|
+
.card-animated:hover {
|
|
112
|
+
transform: translateY(var(--functional-card-translate-y-hover, -3px));
|
|
113
|
+
transition:
|
|
114
|
+
box-shadow ease-out var(--functional-timing-fast),
|
|
115
|
+
transform var(--functional-timing-slow)
|
|
116
|
+
cubic-bezier(
|
|
117
|
+
var(--functional-card-cubic-1, 0.39),
|
|
118
|
+
var(--functional-card-cubic-2, 0.575),
|
|
119
|
+
var(--functional-card-cubic-3, 0.565),
|
|
120
|
+
var(--functional-card-cubic-4, 1)
|
|
121
|
+
);
|
|
122
|
+
}
|
|
134
123
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
124
|
+
@media (prefers-reduced-motion), (update: slow) {
|
|
125
|
+
.card-animated,
|
|
126
|
+
.card-animated:hover {
|
|
127
|
+
transition-duration: 0.001ms !important;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.card-stacked {
|
|
132
|
+
flex-direction: column;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.card-success {
|
|
136
|
+
background: var(--functional-action-light);
|
|
137
|
+
color: var(--functional-action-dark);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.card-info {
|
|
141
|
+
background: var(--functional-primary-light);
|
|
142
|
+
color: var(--functional-primary-dark);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.card-error {
|
|
146
|
+
background: var(--functional-error-light);
|
|
147
|
+
color: var(--functional-error-dark);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.card-warning {
|
|
151
|
+
background: var(--functional-warning-light);
|
|
152
|
+
color: var(--functional-warning-dark);
|
|
153
|
+
}
|
|
154
|
+
</style>
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
|
-
props:
|
|
4
|
-
isAnimated?: boolean;
|
|
5
|
-
isSkinned?: boolean;
|
|
6
|
-
isStacked?: boolean;
|
|
7
|
-
isShadow?: boolean;
|
|
8
|
-
isBorder?: boolean;
|
|
9
|
-
isRounded?: boolean;
|
|
10
|
-
type?: string;
|
|
11
|
-
css?: string;
|
|
12
|
-
};
|
|
3
|
+
props: Record<string, never>;
|
|
13
4
|
events: {
|
|
14
5
|
click: MouseEvent;
|
|
15
6
|
focus: FocusEvent;
|