@paperless/core 0.1.0-alpha.192 → 0.1.0-alpha.194
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/CHANGELOG.md +26 -0
- package/dist/build/p-18d93526.entry.js +1 -0
- package/dist/build/{p-1ed09d06.entry.js → p-4be40169.entry.js} +1 -1
- package/dist/build/p-57261ed2.entry.js +1 -0
- package/dist/{paperless/p-6661c3d7.entry.js → build/p-79fc9ada.entry.js} +1 -1
- package/dist/build/p-8f92339e.entry.js +1 -0
- package/dist/{paperless/p-8c963008.entry.js → build/p-9cdab5d8.entry.js} +1 -1
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/index-cf92051a.js +8 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-button_3.cjs.entry.js +3 -3
- package/dist/cjs/p-modal-backdrop_5.cjs.entry.js +2 -2
- package/dist/cjs/p-navbar.cjs.entry.js +1 -1
- package/dist/cjs/p-table-column_5.cjs.entry.js +4 -4
- package/dist/cjs/p-toast-container.cjs.entry.js +33 -0
- package/dist/cjs/p-toast.cjs.entry.js +33 -0
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/atoms/button/button.component.css +1 -1
- package/dist/collection/components/atoms/divider/divider.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +1 -1
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/atoms/loader/loader.component.css +1 -1
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +2 -2
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +2 -2
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/table-container/table-container.component.css +1 -1
- package/dist/collection/components/atoms/table-container/table-container.component.js +1 -0
- package/dist/collection/components/atoms/toast-container/toast-container.component.css +5 -0
- package/dist/collection/components/atoms/toast-container/toast-container.component.js +51 -0
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
- package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
- package/dist/collection/components/molecules/table-footer/table-footer.component.css +8 -8
- package/dist/collection/components/molecules/table-footer/table-footer.component.js +1 -0
- package/dist/collection/components/molecules/table-header/table-header.component.css +4 -4
- package/dist/collection/components/molecules/table-header/table-header.component.js +1 -0
- package/dist/collection/components/molecules/table-row/table-row.component.css +5 -5
- package/dist/collection/components/molecules/table-row/table-row.component.js +1 -0
- package/dist/collection/components/molecules/toast/toast.component.css +23 -0
- package/dist/collection/components/molecules/toast/toast.component.js +192 -0
- package/dist/collection/components/organisms/navbar/navbar.component.css +2 -2
- package/dist/collection/tailwind/z-index.js +7 -0
- package/dist/components/button.component.js +1 -1
- package/dist/components/icon.component.js +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/loader.component.js +1 -1
- package/dist/components/modal-backdrop.component.js +1 -1
- package/dist/components/modal-container.component.js +1 -1
- package/dist/components/p-navbar.js +1 -1
- package/dist/components/p-toast-container.d.ts +11 -0
- package/dist/components/p-toast-container.js +49 -0
- package/dist/components/p-toast.d.ts +11 -0
- package/dist/components/p-toast.js +73 -0
- package/dist/components/table-container.component.js +3 -2
- package/dist/components/table-footer.component.js +3 -2
- package/dist/components/table-header.component.js +3 -2
- package/dist/components/table-row.component.js +3 -2
- package/dist/esm/index-7c99f044.js +8 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-button_3.entry.js +3 -3
- package/dist/esm/p-modal-backdrop_5.entry.js +2 -2
- package/dist/esm/p-navbar.entry.js +1 -1
- package/dist/esm/p-table-column_5.entry.js +4 -4
- package/dist/esm/p-toast-container.entry.js +29 -0
- package/dist/esm/p-toast.entry.js +29 -0
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-18d93526.entry.js +1 -0
- package/dist/paperless/{p-1ed09d06.entry.js → p-4be40169.entry.js} +1 -1
- package/dist/paperless/p-57261ed2.entry.js +1 -0
- package/dist/{build/p-6661c3d7.entry.js → paperless/p-79fc9ada.entry.js} +1 -1
- package/dist/paperless/p-8f92339e.entry.js +1 -0
- package/dist/{build/p-8c963008.entry.js → paperless/p-9cdab5d8.entry.js} +1 -1
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/style/_fonts.scss +70 -0
- package/dist/style/_reset.scss +31 -0
- package/dist/style/_tailwind.scss +3 -0
- package/dist/style/_typograhpy.scss +29 -0
- package/dist/style/_variables.scss +2 -0
- package/dist/style/form/_checkbox.scss +62 -0
- package/dist/style/form/_input.scss +22 -0
- package/dist/style/form/_mixins.scss +107 -0
- package/dist/style/form/_radio.scss +58 -0
- package/dist/style/form/_textarea.scss +18 -0
- package/dist/style/form/index.scss +4 -0
- package/dist/style/paperless.scss +10 -0
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/tailwind/z-index.js +7 -0
- package/dist/types/components/atoms/toast-container/toast-container.component.d.ts +10 -0
- package/dist/types/components/molecules/toast/toast.component.d.ts +38 -0
- package/dist/types/components.d.ts +99 -1
- package/package.json +1 -1
- package/dist/build/p-be4b9c2b.entry.js +0 -1
- package/dist/paperless/p-be4b9c2b.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as r,h as o,H as e}from"./p-d9c1fe13.js";const i=class{constructor(o){t(this,o),this.action=r(this,"action",7),this.variant="positive",this.enableAction=!0,this.actionIcon="negative"}render(){var t,r;return o(e,{class:`p-toast variant-${this.variant}`},o("div",{class:"flex flex-col w-full min-w-0"},o("p",{class:"font-semibold text-storm"},(null===(t=this.header)||void 0===t?void 0:t.length)?this.header:o("slot",{name:"header"})),o("p",{class:"text-sm text-storm-medium w-full"},(null===(r=this.content)||void 0===r?void 0:r.length)?this.content:o("slot",{name:"content"}))),this.enableAction&&o("p-button",{class:"flex-1",variant:"secondary",iconOnly:!0,size:"small",icon:this.actionIcon,iconFlip:this.actionIconFlip,iconRotate:this.actionIconRotate}))}};i.style=".static{position:static!important}.flex{display:flex!important}.w-full{width:100%!important}.min-w-0{min-width:0!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-between{justify-content:space-between!important}.overflow-hidden{overflow:hidden!important}.text-ellipsis{text-overflow:ellipsis!important}.rounded{border-radius:.25rem!important}.border-l-4{border-left-width:4px!important}.border-solid{border-style:solid!important}.border-l-positive{--tw-border-opacity:1!important;border-left-color:rgb(40 209 124/var(--tw-border-opacity))!important}.border-l-unbiased{--tw-border-opacity:1!important;border-left-color:rgb(255 199 45/var(--tw-border-opacity))!important}.border-l-negative{--tw-border-opacity:1!important;border-left-color:rgb(185 30 40/var(--tw-border-opacity))!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.p-4{padding:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.font-semibold{font-weight:600!important}.text-storm{color:rgb(81 83 107/var(--tw-text-opacity))!important}.text-storm,.text-storm-medium{--tw-text-opacity:1!important}.text-storm-medium{color:rgb(128 130 158/var(--tw-text-opacity))!important}.shadow-4{--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}*{box-sizing:border-box}:host{--tw-bg-opacity:1;--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-left-width:4px!important;border-radius:.25rem;border-style:solid!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;box-sizing:border-box;display:flex;gap:.5rem;justify-content:space-between;padding:1rem 1rem 1rem 1.25rem;width:100%}:host p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(.variant-positive){--tw-border-opacity:1!important;border-left-color:rgb(40 209 124/var(--tw-border-opacity))!important}:host(.variant-unbiased){--tw-border-opacity:1!important;border-left-color:rgb(255 199 45/var(--tw-border-opacity))!important}:host(.variant-negative){--tw-border-opacity:1!important;border-left-color:rgb(185 30 40/var(--tw-border-opacity))!important}";export{i as p_toast}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,h as i,H as r,c as a}from"./p-d9c1fe13.js";const e=class{constructor(i){t(this,i)}render(){return i(r,{class:"p-modal-backdrop"},i("slot",null))}};e.style=".static{position:static!important}.fixed{position:fixed!important}.top-0{top:0!important}.left-0{left:0!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.h-full{height:100%!important}.w-full{width:100%!important}.items-end{align-items:flex-end!important}.justify-center{justify-content:center!important}.backdrop-blur-xs{--tw-backdrop-blur:blur(2px)!important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{--tw-backdrop-blur:blur(2px);align-items:flex-end;-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);background-color:rgba(81,83,107,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:500}@media (min-width:40rem){:host{padding-left:4rem;padding-right:4rem}}@media (min-width:64rem){:host{align-items:center;padding:4rem}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}.tablet\\:px-16{padding-left:4rem!important;padding-right:4rem!important}}";const m=class{constructor(i){t(this,i),this.variant="default"}render(){return i(r,{class:`p-modal-body variant-${this.variant}`},i("slot",null))}};m.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{padding:1.5rem}@media (min-width:40rem){:host{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width:64rem){:host{padding-left:3.5rem;padding-right:3.5rem}}:host(.variant-table){padding-left:1.5rem;padding-right:1.5rem}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}.tablet\\:px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}}@media (min-width:64rem){.desktop-xs\\:px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}}";const o={xs:"tablet:w-80",sm:"tablet:w-[33.5rem]",md:"tablet:w-[38rem]",lg:"tablet:w-[47.5rem]",xl:"tablet:w-[57.5rem]"},n=class{constructor(i){t(this,i),this.size="md"}render(){return i(r,{class:`p-modal-container ${o[this.size]}`},i("slot",null))}};n.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.rounded-t-xxlarge{border-top-left-radius:.75rem!important;border-top-right-radius:.75rem!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.shadow-4{--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}p-modal-container{--tw-bg-opacity:1;--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-top-left-radius:.75rem;border-top-right-radius:.75rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;display:flex;flex-direction:column;overflow:hidden;width:100%}@media (min-width:40rem){p-modal-container{width:auto}}@media (min-width:64rem){p-modal-container{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}";const d=class{constructor(i){t(this,i),this.hideOnMobile=!0}render(){return i(r,{class:`p-modal-footer ${this.hideOnMobile&&"hide-on-mobile"}`},i("p-divider",{class:"mb-6 mt-0"}),i("slot",null))}};d.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.hidden{display:none!important}.pb-6{padding-bottom:1.5rem!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{display:flex;flex-direction:column;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem}:host(.hide-on-mobile){display:none}@media (min-width:64rem){:host(.hide-on-mobile){display:flex}}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}}";const p=class{constructor(i){t(this,i),this.close=a(this,"close",7),this.showMobileClose=!0}render(){return i(r,{class:"p-modal-header"},i("span",null,i("slot",null)),this.showMobileClose&&i("div",{class:"close",onClick:()=>this.close.emit()},i("p-icon",{variant:"negative"})))}};p.style=".static{position:static!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.h-7{height:1.75rem!important}.w-7{width:1.75rem!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.rounded{border-radius:.25rem!important}.border-0{border-width:0!important}.border-b{border-bottom-width:1px!important}.border-solid{border-style:solid!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.bg-indigo-light{--tw-bg-opacity:1!important;background-color:rgb(241 246 255/var(--tw-bg-opacity))!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-storm-dark{--tw-text-opacity:1!important;color:rgb(39 40 56/var(--tw-text-opacity))!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-border-opacity:1!important;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-width:0!important;border-bottom:1px rgb(227 236 243/var(--tw-border-opacity))!important;border-style:solid!important;color:rgb(39 40 56/var(--tw-text-opacity));display:flex;font-size:1.25rem;font-weight:600;justify-content:space-between;line-height:1.75rem;margin-left:1rem;margin-right:1rem;padding-bottom:1rem;padding-top:1rem}@media (min-width:64rem){:host{--tw-bg-opacity:1;background-color:rgb(247 250 252/var(--tw-bg-opacity));font-size:1.875rem;font-weight:700;line-height:2.25rem;margin-left:0;margin-right:0;padding:1.5rem 2rem}}:host .close{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(241 246 255/var(--tw-bg-opacity));border-radius:.25rem;color:rgb(152 154 183/var(--tw-text-opacity));cursor:pointer;display:flex;height:1.75rem;justify-content:center;width:1.75rem}@media (min-width:64rem){:host .close{display:none}}:host .close:hover{background-color:rgba(82,138,250,.2)}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:mx-0{margin-left:0!important;margin-right:0!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:px-8{padding-left:2rem!important;padding-right:2rem!important}.desktop-xs\\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}}";export{e as p_modal_backdrop,m as p_modal_body,n as p_modal_container,d as p_modal_footer,p as p_modal_header}
|
|
1
|
+
import{r as t,h as i,H as r,c as a}from"./p-d9c1fe13.js";const e=class{constructor(i){t(this,i)}render(){return i(r,{class:"p-modal-backdrop"},i("slot",null))}};e.style=".static{position:static!important}.fixed{position:fixed!important}.top-0{top:0!important}.left-0{left:0!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.h-full{height:100%!important}.w-full{width:100%!important}.items-end{align-items:flex-end!important}.justify-center{justify-content:center!important}.backdrop-blur-xs{--tw-backdrop-blur:blur(2px)!important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{--tw-backdrop-blur:blur(2px);align-items:flex-end;-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);background-color:rgba(81,83,107,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:300}@media (min-width:40rem){:host{padding-left:4rem;padding-right:4rem}}@media (min-width:64rem){:host{align-items:center;padding:4rem}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}.tablet\\:px-16{padding-left:4rem!important;padding-right:4rem!important}}";const m=class{constructor(i){t(this,i),this.variant="default"}render(){return i(r,{class:`p-modal-body variant-${this.variant}`},i("slot",null))}};m.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{padding:1.5rem}@media (min-width:40rem){:host{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width:64rem){:host{padding-left:3.5rem;padding-right:3.5rem}}:host(.variant-table){padding-left:1.5rem;padding-right:1.5rem}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}.tablet\\:px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}}@media (min-width:64rem){.desktop-xs\\:px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}}";const o={xs:"tablet:w-80",sm:"tablet:w-[33.5rem]",md:"tablet:w-[38rem]",lg:"tablet:w-[47.5rem]",xl:"tablet:w-[57.5rem]"},n=class{constructor(i){t(this,i),this.size="md"}render(){return i(r,{class:`p-modal-container ${o[this.size]}`},i("slot",null))}};n.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.rounded-t-xxlarge{border-top-left-radius:.75rem!important;border-top-right-radius:.75rem!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.shadow-4{--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}p-modal-container{--tw-bg-opacity:1;--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-top-left-radius:.75rem;border-top-right-radius:.75rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;display:flex;flex-direction:column;overflow:hidden;width:100%;z-index:500}@media (min-width:40rem){p-modal-container{width:auto}}@media (min-width:64rem){p-modal-container{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}.tablet\\:w-auto{width:auto!important}}";const d=class{constructor(i){t(this,i),this.hideOnMobile=!0}render(){return i(r,{class:`p-modal-footer ${this.hideOnMobile&&"hide-on-mobile"}`},i("p-divider",{class:"mb-6 mt-0"}),i("slot",null))}};d.style=".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.hidden{display:none!important}.pb-6{padding-bottom:1.5rem!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{display:flex;flex-direction:column;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem}:host(.hide-on-mobile){display:none}@media (min-width:64rem){:host(.hide-on-mobile){display:flex}}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}}";const p=class{constructor(i){t(this,i),this.close=a(this,"close",7),this.showMobileClose=!0}render(){return i(r,{class:"p-modal-header"},i("span",null,i("slot",null)),this.showMobileClose&&i("div",{class:"close",onClick:()=>this.close.emit()},i("p-icon",{variant:"negative"})))}};p.style=".static{position:static!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.h-7{height:1.75rem!important}.w-7{width:1.75rem!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.rounded{border-radius:.25rem!important}.border-0{border-width:0!important}.border-b{border-bottom-width:1px!important}.border-solid{border-style:solid!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.bg-indigo-light{--tw-bg-opacity:1!important;background-color:rgb(241 246 255/var(--tw-bg-opacity))!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-storm-dark{--tw-text-opacity:1!important;color:rgb(39 40 56/var(--tw-text-opacity))!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}*{box-sizing:border-box}:host{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-border-opacity:1!important;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-width:0!important;border-bottom:1px rgb(227 236 243/var(--tw-border-opacity))!important;border-style:solid!important;color:rgb(39 40 56/var(--tw-text-opacity));display:flex;font-size:1.25rem;font-weight:600;justify-content:space-between;line-height:1.75rem;margin-left:1rem;margin-right:1rem;padding-bottom:1rem;padding-top:1rem}@media (min-width:64rem){:host{--tw-bg-opacity:1;background-color:rgb(247 250 252/var(--tw-bg-opacity));font-size:1.875rem;font-weight:700;line-height:2.25rem;margin-left:0;margin-right:0;padding:1.5rem 2rem}}:host .close{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgb(241 246 255/var(--tw-bg-opacity));border-radius:.25rem;color:rgb(152 154 183/var(--tw-text-opacity));cursor:pointer;display:flex;height:1.75rem;justify-content:center;width:1.75rem}@media (min-width:64rem){:host .close{display:none}}:host .close:hover{background-color:rgba(82,138,250,.2)}@media (min-width:40rem){.tablet\\:w-80{width:20rem!important}.tablet\\:w-\\[33\\.5rem\\]{width:33.5rem!important}.tablet\\:w-\\[38rem\\]{width:38rem!important}.tablet\\:w-\\[47\\.5rem\\]{width:47.5rem!important}.tablet\\:w-\\[57\\.5rem\\]{width:57.5rem!important}}@media (min-width:64rem){.desktop-xs\\:mx-0{margin-left:0!important;margin-right:0!important}.desktop-xs\\:hidden{display:none!important}.desktop-xs\\:px-8{padding-left:2rem!important;padding-right:2rem!important}.desktop-xs\\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}}";export{e as p_modal_backdrop,m as p_modal_body,n as p_modal_container,d as p_modal_footer,p as p_modal_header}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as i}from"./p-d9c1fe13.js";(()=>{const i=import.meta.url,a={};return""!==i&&(a.resourcesUrl=new URL(".",i).href),e(a)})().then((e=>i([["p-
|
|
1
|
+
import{p as e,b as i}from"./p-d9c1fe13.js";(()=>{const i=import.meta.url,a={};return""!==i&&(a.resourcesUrl=new URL(".",i).href),e(a)})().then((e=>i([["p-79fc9ada",[[4,"p-button",{variant:[1],href:[1],target:[1],size:[1],width:[1],loading:[4],chevron:[8],chevronPosition:[1,"chevron-position"],disabled:[4],icon:[1],iconOnly:[4,"icon-only"],iconPosition:[1,"icon-position"],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"],inheritText:[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{show:[4],variant:[1],color:[1],modalTitle:[1,"modal-title"],modalDescription:[1,"modal-description"]}],[0,"p-icon",{variant:[1],size:[1],rotate:[2],flip:[1]}]]],["p-d2afd9a5",[[0,"p-table",{items:[1],loading:[4],amountOfLoadingRows:[2,"amount-of-loading-rows"],enableRowSelection:[4,"enable-row-selection"],enableRowClick:[4,"enable-row-click"],selectedRows:[16],selectionKey:[1,"selection-key"],canSelectKey:[1,"can-select-key"],quickFilters:[16],activeQuickFilterIdentifier:[1,"active-quick-filter-identifier"],enableSearch:[4,"enable-search"],query:[1025],enableFilter:[4,"enable-filter"],selectedFiltersAmount:[2,"selected-filters-amount"],filterButtonTemplate:[16],enableEdit:[4,"enable-edit"],editButtonTemplate:[16],enablePageSize:[4,"enable-page-size"],enablePagination:[4,"enable-pagination"],enableExport:[4,"enable-export"],page:[1538],total:[2],pageSize:[2,"page-size"],pageSizeOptions:[16],hideOnSinglePage:[4,"hide-on-single-page"],_columns:[32],_items:[32]},[[16,"tableDefinitionChanged","onTableDefinitionUpdated"],[4,"keydown","keyDown"],[4,"keyup","keyUp"],[4,"visibilitychange","visibilityChange"]]]]],["p-61975c9a",[[0,"p-select",{items:[1],query:[1],placeholder:[1],autocompletePlaceholder:[1,"autocomplete-placeholder"],value:[8],displayKey:[1,"display-key"],valueKey:[1,"value-key"],queryKey:[1,"query-key"],autoSelectFirst:[4,"auto-select-first"],maxDisplayedItems:[2,"max-displayed-items"],enableAutocomplete:[4,"enable-autocomplete"],asyncFilter:[4,"async-filter"],loading:[4],size:[1],prefix:[1],label:[1],helper:[1],error:[513],disabled:[516],_showDropdown:[32],_selectedItem:[32]},[[6,"click","documentClickHandler"]]]]],["p-d0a9b97b",[[1,"p-modal",{size:[1],variant:[1],header:[1],show:[4],showMobileClose:[4,"show-mobile-close"],showMobileFooter:[4,"show-mobile-footer"]}]]],["p-4be40169",[[1,"p-navbar",{closeText:[1,"close-text"],menuText:[1,"menu-text"],_showMenu:[32]},[[8,"closeNavbar","handleCloseNavbar"],[8,"openNavbar","handleOpenNavbar"]]]]],["p-44d46765",[[1,"p-profile",{variant:[1],size:[513],_dropdownOpen:[32]}]]],["p-52ab1f62",[[1,"p-stepper",{activeStep:[2,"active-step"],direction:[513]}]]],["p-8f92339e",[[1,"p-toast",{variant:[1],header:[1],content:[1],enableAction:[4,"enable-action"],actionIcon:[1,"action-icon"],actionIconFlip:[1,"action-icon-flip"],actionIconRotate:[2,"action-icon-rotate"]}]]],["p-7e9a866e",[[1,"p-accordion",{header:[1],open:[4],closeable:[4],openable:[4]}]]],["p-41588819",[[1,"p-navigation-item",{active:[4],icon:[1],counter:[8],href:[1],target:[1]}]]],["p-06899ffb",[[4,"p-card-header",{header:[1],arrow:[4]}]]],["p-11f54615",[[1,"p-content-slider",{hideMobileIndicator:[4,"hide-mobile-indicator"],disableDrag:[4,"disable-drag"],disableAutoCenter:[4,"disable-auto-center"],disableIndicatorClick:[4,"disable-indicator-click"],_visibleIndex:[32],_outerHeight:[32],_totalWidth:[32],_dragging:[32]},[[9,"mouseup","mouseUpHandler"],[9,"touchend","mouseUpHandler"],[9,"resize","resizeHandler"]]]]],["p-c4110c09",[[1,"p-info-panel",{variant:[1],header:[1],content:[1],closeable:[4]}]]],["p-58dd41be",[[4,"p-status",{variant:[1],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-c11282d2",[[1,"p-tab-group"]]],["p-5a71d6ae",[[0,"p-avatar",{variant:[513],size:[513],defaultImage:[1,"default-image"],src:[1],_src:[32]}]]],["p-86a6c56a",[[4,"p-avatar-group",{extra:[2]}]]],["p-600a2f21",[[4,"p-card-body",{inheritText:[516,"inherit-text"]}]]],["p-15d13147",[[1,"p-card-container",{hoverable:[516],shadow:[516]}]]],["p-78db3d3c",[[0,"p-illustration",{variant:[1]}]]],["p-158ac8f8",[[1,"p-layout",{variant:[1]}]]],["p-4588a510",[[1,"p-tab-item",{active:[4]}]]],["p-1f58297f",[[0,"p-table-definition",{path:[1537],type:[1537],name:[1537],useSlot:[1540,"use-slot"],align:[1537],sizes:[1032]}]]],["p-57261ed2",[[1,"p-toast-container",{placement:[1]}]]],["p-8614bd10",[[1,"p-counter",{variant:[1],size:[1]}]]],["p-ad147b1b",[[1,"p-slider-indicator",{active:[4]}]]],["p-8f179b0d",[[1,"p-stepper-item",{align:[513],direction:[513],finished:[516],active:[516]}],[1,"p-stepper-line",{active:[516],direction:[513]}]]],["p-aae4caab",[[1,"p-divider"]]],["p-f45b75ae",[[1,"p-dropdown-menu-item",{active:[4],enableHover:[4,"enable-hover"],icon:[1]}],[1,"p-dropdown",{placement:[513],strategy:[1],show:[4],calculateWidth:[4,"calculate-width"],insideClick:[4,"inside-click"],disableTriggerClick:[4,"disable-trigger-click"],chevronPosition:[1,"chevron-position"],chevronDirection:[1,"chevron-direction"]},[[6,"click","documentClickHandler"]]],[4,"p-dropdown-menu-container",{maxWidth:[4,"max-width"]}]]],["p-8262fe7e",[[1,"p-page-size-select",{size:[1538],sizeOptions:[16],chevronPosition:[1,"chevron-position"],buttonSize:[1,"button-size"],buttonTemplate:[16],itemTemplate:[16],hidden:[4],_locales:[32]},[[16,"localeChanged","_setLocales"]]],[0,"p-pagination",{page:[1538],pageSize:[2,"page-size"],hideOnSinglePage:[4,"hide-on-single-page"],total:[2]}],[1,"p-pagination-item",{active:[4]}]]],["p-18d93526",[[1,"p-table-footer",{enablePageSize:[4,"enable-page-size"],enablePagination:[4,"enable-pagination"],enableExport:[4,"enable-export"],page:[1538],total:[2],pageSize:[2,"page-size"],pageSizeOptions:[16],hideOnSinglePage:[4,"hide-on-single-page"],_locales:[32]},[[16,"localeChanged","_setLocales"]]],[1,"p-table-header",{quickFilters:[16],activeQuickFilterIdentifier:[1,"active-quick-filter-identifier"],enableSearch:[4,"enable-search"],itemsSelectedAmount:[2,"items-selected-amount"],query:[1025],enableFilter:[4,"enable-filter"],selectedFiltersAmount:[2,"selected-filters-amount"],filterButtonTemplate:[16],enableEdit:[4,"enable-edit"],canEdit:[1028,"can-edit"],editButtonTemplate:[16],_locales:[32]},[[16,"localeChanged","_setLocales"]]],[4,"p-table-column",{variant:[1],index:[2],rowIndex:[2,"row-index"],definition:[16],item:[8],value:[8],checkbox:[8],template:[16]}],[1,"p-table-row",{variant:[1],enableHover:[4,"enable-hover"]}],[1,"p-table-container"]]],["p-9cdab5d8",[[1,"p-modal-footer",{hideOnMobile:[4,"hide-on-mobile"]}],[1,"p-modal-header",{showMobileClose:[4,"show-mobile-close"]}],[1,"p-modal-backdrop"],[1,"p-modal-body",{variant:[1]}],[4,"p-modal-container",{size:[1]}]]],["p-3b243f16",[[1,"p-helper",{placement:[1]}],[1,"p-tooltip",{variant:[1],popover:[8],placement:[1],strategy:[1],show:[4],canManuallyClose:[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-74df20cb",[[1,"p-segment-item",{active:[4],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}],[1,"p-label",{variant:[513],circle:[516],size:[513]}],[4,"p-segment-container"],[1,"p-input-group",{size:[1],prefix:[1],suffix:[1],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"],iconPosition:[1,"icon-position"],label:[1],helper:[1],error:[513],disabled:[516],focused:[516],_showTooltip:[32],_forceShowTooltip:[32]},[[0,"focusin","handleFocusIn"],[0,"focusout","handleFocusOut"]]]]]],e)));
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/* ibm-plex-sans-300 - latin */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'IBM Plex Sans';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 300;
|
|
6
|
+
src: url(/assets/fonts/ibm-plex-sans-v3-latin-300.eot);
|
|
7
|
+
/* IE9 Compat Modes */
|
|
8
|
+
src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'), url(/assets/fonts/ibm-plex-sans-v3-latin-300.eot?#iefix) format('embedded-opentype'),
|
|
9
|
+
/* IE6-IE8 */ url(/assets/fonts/ibm-plex-sans-v3-latin-300.woff2) format('woff2'), /* Super Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-300.woff) format('woff'),
|
|
10
|
+
/* Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-300.ttf) format('truetype'),
|
|
11
|
+
/* Safari, Android, iOS */ url(/assets/fonts/ibm-plex-sans-v3-latin-300.svg#IBMPlexSans) format('svg');
|
|
12
|
+
/* Legacy iOS */
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/* ibm-plex-sans-regular - latin */
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'IBM Plex Sans';
|
|
18
|
+
font-style: normal;
|
|
19
|
+
font-weight: 400;
|
|
20
|
+
src: url(/assets/fonts/ibm-plex-sans-v3-latin-regular.eot);
|
|
21
|
+
/* IE9 Compat Modes */
|
|
22
|
+
src: local('IBM Plex Sans'), local('IBMPlexSans'), url(/assets/fonts/ibm-plex-sans-v3-latin-regular.eot?#iefix) format('embedded-opentype'),
|
|
23
|
+
/* IE6-IE8 */ url(/assets/fonts/ibm-plex-sans-v3-latin-regular.woff2) format('woff2'),
|
|
24
|
+
/* Super Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-regular.woff) format('woff'),
|
|
25
|
+
/* Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-regular.ttf) format('truetype'),
|
|
26
|
+
/* Safari, Android, iOS */ url(/assets/fonts/ibm-plex-sans-v3-latin-regular.svg#IBMPlexSans) format('svg');
|
|
27
|
+
/* Legacy iOS */
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* ibm-plex-sans-500 - latin */
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: 'IBM Plex Sans';
|
|
33
|
+
font-style: normal;
|
|
34
|
+
font-weight: 500;
|
|
35
|
+
src: url(/assets/fonts/ibm-plex-sans-v3-latin-500.eot);
|
|
36
|
+
/* IE9 Compat Modes */
|
|
37
|
+
src: local('IBM Plex Sans Medium'), local('IBMPlexSans-Medium'), url(/assets/fonts/ibm-plex-sans-v3-latin-500.eot?#iefix) format('embedded-opentype'),
|
|
38
|
+
/* IE6-IE8 */ url(/assets/fonts/ibm-plex-sans-v3-latin-500.woff2) format('woff2'), /* Super Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-500.woff) format('woff'),
|
|
39
|
+
/* Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-500.ttf) format('truetype'),
|
|
40
|
+
/* Safari, Android, iOS */ url(/assets/fonts/ibm-plex-sans-v3-latin-500.svg#IBMPlexSans) format('svg');
|
|
41
|
+
/* Legacy iOS */
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* ibm-plex-sans-600 - latin */
|
|
45
|
+
@font-face {
|
|
46
|
+
font-family: 'IBM Plex Sans';
|
|
47
|
+
font-style: normal;
|
|
48
|
+
font-weight: 600;
|
|
49
|
+
src: url(/assets/fonts/ibm-plex-sans-v3-latin-600.eot);
|
|
50
|
+
/* IE9 Compat Modes */
|
|
51
|
+
src: local('IBM Plex Sans SemiBold'), local('IBMPlexSans-SemiBold'), url(/assets/fonts/ibm-plex-sans-v3-latin-600.eot?#iefix) format('embedded-opentype'),
|
|
52
|
+
/* IE6-IE8 */ url(/assets/fonts/ibm-plex-sans-v3-latin-600.woff2) format('woff2'), /* Super Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-600.woff) format('woff'),
|
|
53
|
+
/* Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-600.ttf) format('truetype'),
|
|
54
|
+
/* Safari, Android, iOS */ url(/assets/fonts/ibm-plex-sans-v3-latin-600.svg#IBMPlexSans) format('svg');
|
|
55
|
+
/* Legacy iOS */
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* ibm-plex-sans-700 - latin */
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: 'IBM Plex Sans';
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-weight: 700;
|
|
63
|
+
src: url(/assets/fonts/ibm-plex-sans-v3-latin-700.eot);
|
|
64
|
+
/* IE9 Compat Modes */
|
|
65
|
+
src: local('IBM Plex Sans Bold'), local('IBMPlexSans-Bold'), url(/assets/fonts/ibm-plex-sans-v3-latin-700.eot?#iefix) format('embedded-opentype'),
|
|
66
|
+
/* IE6-IE8 */ url(/assets/fonts/ibm-plex-sans-v3-latin-700.woff2) format('woff2'), /* Super Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-700.woff) format('woff'),
|
|
67
|
+
/* Modern Browsers */ url(/assets/fonts/ibm-plex-sans-v3-latin-700.ttf) format('truetype'),
|
|
68
|
+
/* Safari, Android, iOS */ url(/assets/fonts/ibm-plex-sans-v3-latin-700.svg#IBMPlexSans) format('svg');
|
|
69
|
+
/* Legacy iOS */
|
|
70
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@layer base {
|
|
2
|
+
html,
|
|
3
|
+
body {
|
|
4
|
+
font-family: 'IBM Plex Sans', sans-serif;
|
|
5
|
+
|
|
6
|
+
@apply w-full;
|
|
7
|
+
@apply bg-mystic;
|
|
8
|
+
|
|
9
|
+
max-width: 100vw;
|
|
10
|
+
|
|
11
|
+
text-rendering: optimizeLegibility;
|
|
12
|
+
-webkit-font-smoothing: antialiased;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
html {
|
|
16
|
+
height: -moz-available;
|
|
17
|
+
height: -webkit-fill-available;
|
|
18
|
+
height: fill-available;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
body {
|
|
22
|
+
@apply min-h-screen;
|
|
23
|
+
min-height: -moz-available;
|
|
24
|
+
min-height: -webkit-fill-available;
|
|
25
|
+
min-height: fill-available;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
body * {
|
|
29
|
+
@apply box-border;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@layer base {
|
|
2
|
+
h1 {
|
|
3
|
+
@apply text-h1 font-bold leading-h1;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
h2 {
|
|
7
|
+
@apply text-h2 font-bold leading-h2;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
h3 {
|
|
11
|
+
@apply text-h3 font-semibold leading-h3;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
h4 {
|
|
15
|
+
@apply text-h4 font-semibold leading-h4;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
h5 {
|
|
19
|
+
@apply text-h5 font-medium leading-h5;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
body {
|
|
23
|
+
@apply text-body leading-body text-storm #{!important};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.body-2 {
|
|
27
|
+
@apply text-body-2 leading-body-2 text-storm #{!important};
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
@import './mixins';
|
|
2
|
+
|
|
3
|
+
input[type='checkbox'].p-input {
|
|
4
|
+
@apply appearance-none bg-center bg-no-repeat;
|
|
5
|
+
@apply w-6 h-6 rounded bg-white;
|
|
6
|
+
@apply border border-solid border-mystic-dark;
|
|
7
|
+
@apply outline-none #{!important};
|
|
8
|
+
|
|
9
|
+
background-size: 1rem;
|
|
10
|
+
|
|
11
|
+
+ label {
|
|
12
|
+
margin-top: 0.05rem;
|
|
13
|
+
margin-left: 0.2rem;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&:hover:not(:disabled):not([disabled]):not(.disabled) {
|
|
17
|
+
@apply cursor-pointer;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:hover:not(:disabled):not([disabled]):not(.disabled):not(:checked):not([checked]):not(.checked):not(:indeterminate):not([indeterminate]):not(.indeterminate) {
|
|
21
|
+
@apply border-indigo;
|
|
22
|
+
background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>EB3016C2-A1DF-47ED-937C-697443FD3F3C@1x</title> <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -368.000000)" fill="%23dae6f0"> <g id="Collection---Icons" transform="translate(56.000000, 56.000000)"> <g id="icons" transform="translate(0.000000, 152.000000)"> <g id="checkmark" transform="translate(0.000000, 160.000000)"> <g id="Path" transform="translate(243.000000, 0.000000)"> <path d="M5.9647539,11.4869113 L13.5310363,1.53005377 C13.9660225,0.957640367 14.7506399,0.830594918 15.3318508,1.23846541 L15.4391486,1.31485597 C15.7328273,1.52108493 15.9306419,1.84558554 15.9849532,2.2102092 C16.0392644,2.57483285 15.9451503,2.94653481 15.725276,3.23579911 L7.2585864,14.3795051 C7.08780408,14.6049504 6.86247873,14.7614579 6.61748211,14.843438 C6.09379993,15.1259931 5.45441111,15.0189985 5.04199293,14.5797974 L0.362021072,9.60136867 C0.114703307,9.33763381 -0.0159246448,8.97843936 0.00155347006,8.61017223 C0.019031585,8.2419051 0.18303418,7.89788961 0.45411834,7.6608621 L0.554262943,7.57329243 C1.09124008,7.10398752 1.8844974,7.14458066 2.37474875,7.66645166 L5.96564805,11.4869113 L5.9647539,11.4869113 Z"></path> </g> </g> </g> </g> </g> </g></svg>');
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&[indeterminate],
|
|
26
|
+
&:indeterminate,
|
|
27
|
+
&.indeterminate,
|
|
28
|
+
&[checked],
|
|
29
|
+
&:checked,
|
|
30
|
+
&.checked {
|
|
31
|
+
@apply bg-indigo border-indigo;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&[checked],
|
|
35
|
+
&:checked,
|
|
36
|
+
&.checked {
|
|
37
|
+
background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>EB3016C2-A1DF-47ED-937C-697443FD3F3C@1x</title> <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -368.000000)" fill="white"> <g id="Collection---Icons" transform="translate(56.000000, 56.000000)"> <g id="icons" transform="translate(0.000000, 152.000000)"> <g id="checkmark" transform="translate(0.000000, 160.000000)"> <g id="Path" transform="translate(243.000000, 0.000000)"> <path d="M5.9647539,11.4869113 L13.5310363,1.53005377 C13.9660225,0.957640367 14.7506399,0.830594918 15.3318508,1.23846541 L15.4391486,1.31485597 C15.7328273,1.52108493 15.9306419,1.84558554 15.9849532,2.2102092 C16.0392644,2.57483285 15.9451503,2.94653481 15.725276,3.23579911 L7.2585864,14.3795051 C7.08780408,14.6049504 6.86247873,14.7614579 6.61748211,14.843438 C6.09379993,15.1259931 5.45441111,15.0189985 5.04199293,14.5797974 L0.362021072,9.60136867 C0.114703307,9.33763381 -0.0159246448,8.97843936 0.00155347006,8.61017223 C0.019031585,8.2419051 0.18303418,7.89788961 0.45411834,7.6608621 L0.554262943,7.57329243 C1.09124008,7.10398752 1.8844974,7.14458066 2.37474875,7.66645166 L5.96564805,11.4869113 L5.9647539,11.4869113 Z"></path> </g> </g> </g> </g> </g> </g></svg>');
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&[indeterminate],
|
|
41
|
+
&:indeterminate,
|
|
42
|
+
&.indeterminate {
|
|
43
|
+
background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>1AA10FE9-5D18-418E-AF58-B044C23B6DEB@1x</title> <g id="✔️-Collections" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="⚛️-Atoms---Icons" transform="translate(-299.000000, -854.000000)" fill="white"> <g id="Collection---Icons" transform="translate(56.000000, 56.000000)"> <g id="icons" transform="translate(0.000000, 152.000000)"> <g id="minus" transform="translate(0.000000, 646.000000)"> <g id="icons/plus/default" transform="translate(243.000000, 0.000000)"> <path d="M4,7 L12,7 C12.5522847,7 13,7.44771525 13,8 C13,8.55228475 12.5522847,9 12,9 L4,9 C3.44771525,9 3,8.55228475 3,8 C3,7.44771525 3.44771525,7 4,7 Z"></path> </g> </g> </g> </g> </g> </g></svg>');
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&[disabled],
|
|
47
|
+
&:disabled,
|
|
48
|
+
&.disabled {
|
|
49
|
+
@include inputDisabledState();
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&[error],
|
|
53
|
+
&.error {
|
|
54
|
+
@include inputErrorState();
|
|
55
|
+
|
|
56
|
+
&[checked],
|
|
57
|
+
&:checked,
|
|
58
|
+
&.checked {
|
|
59
|
+
@apply bg-negative;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@import './mixins';
|
|
2
|
+
|
|
3
|
+
@include inputs() {
|
|
4
|
+
@include inputDefaultState();
|
|
5
|
+
|
|
6
|
+
&[error],
|
|
7
|
+
&.error {
|
|
8
|
+
@include inputErrorState();
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&[disabled],
|
|
12
|
+
&:disabled,
|
|
13
|
+
&.disabled {
|
|
14
|
+
@include inputDisabledState();
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.clean {
|
|
18
|
+
&::-webkit-calendar-picker-indicator {
|
|
19
|
+
display: none;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
@mixin inputs($prefix: false, $slotted: false) {
|
|
2
|
+
@if $prefix != false {
|
|
3
|
+
@if $slotted == true {
|
|
4
|
+
#{$prefix} + ::slotted(input[type='text'].p-input),
|
|
5
|
+
#{$prefix} + ::slotted(input[type='number'].p-input),
|
|
6
|
+
#{$prefix} + ::slotted(input[type='date'].p-input),
|
|
7
|
+
#{$prefix} + ::slotted(input[type='month'].p-input),
|
|
8
|
+
#{$prefix} + ::slotted(input[type='datetime-local'].p-input),
|
|
9
|
+
#{$prefix} + ::slotted(input[type='time'].p-input),
|
|
10
|
+
#{$prefix} + ::slotted(input[type='tel'].p-input),
|
|
11
|
+
#{$prefix} + ::slotted(input[type='password'].p-input),
|
|
12
|
+
#{$prefix} + ::slotted(input[type='email'].p-input) {
|
|
13
|
+
@content;
|
|
14
|
+
}
|
|
15
|
+
} @else {
|
|
16
|
+
#{$prefix} + input[type='text'],
|
|
17
|
+
#{$prefix} + input[type='number'],
|
|
18
|
+
#{$prefix} + input[type='date'],
|
|
19
|
+
#{$prefix} + input[type='month'],
|
|
20
|
+
#{$prefix} + input[type='datetime-local'],
|
|
21
|
+
#{$prefix} + input[type='time'],
|
|
22
|
+
#{$prefix} + input[type='tel'],
|
|
23
|
+
#{$prefix} + input[type='password'],
|
|
24
|
+
#{$prefix} + input[type='email'] {
|
|
25
|
+
&.p-input {
|
|
26
|
+
@content;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
} @else {
|
|
31
|
+
@if $slotted == true {
|
|
32
|
+
::slotted(input[type='text'].p-input),
|
|
33
|
+
::slotted(input[type='number'].p-input),
|
|
34
|
+
::slotted(input[type='date'].p-input),
|
|
35
|
+
::slotted(input[type='month'].p-input),
|
|
36
|
+
::slotted(input[type='datetime-local'].p-input),
|
|
37
|
+
::slotted(input[type='time'].p-input),
|
|
38
|
+
::slotted(input[type='tel'].p-input),
|
|
39
|
+
::slotted(input[type='password'].p-input),
|
|
40
|
+
::slotted(input[type='email'].p-input) {
|
|
41
|
+
@content;
|
|
42
|
+
}
|
|
43
|
+
} @else {
|
|
44
|
+
input[type='text'],
|
|
45
|
+
input[type='number'],
|
|
46
|
+
input[type='date'],
|
|
47
|
+
input[type='month'],
|
|
48
|
+
input[type='datetime-local'],
|
|
49
|
+
input[type='time'],
|
|
50
|
+
input[type='tel'],
|
|
51
|
+
input[type='password'],
|
|
52
|
+
input[type='email'] {
|
|
53
|
+
&.p-input {
|
|
54
|
+
@content;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@mixin inputDefaultState {
|
|
62
|
+
@apply flex justify-start items-center h-10;
|
|
63
|
+
@apply text-storm-dark;
|
|
64
|
+
@apply bg-white px-4 w-full;
|
|
65
|
+
@apply rounded-large;
|
|
66
|
+
@apply border border-mystic-dark border-solid #{!important};
|
|
67
|
+
@apply outline-none #{!important};
|
|
68
|
+
|
|
69
|
+
&::placeholder {
|
|
70
|
+
@apply text-storm-medium;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&:focus,
|
|
74
|
+
&:focus-within,
|
|
75
|
+
&:focus-visible,
|
|
76
|
+
&.focus,
|
|
77
|
+
&[active],
|
|
78
|
+
&.active {
|
|
79
|
+
@include inputFocusState();
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&.size-small {
|
|
83
|
+
@include inputSizeSmall();
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@mixin inputFocusState {
|
|
88
|
+
@apply border-indigo #{!important};
|
|
89
|
+
@apply outline-none #{!important};
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@mixin inputErrorState {
|
|
93
|
+
@apply text-negative-dark;
|
|
94
|
+
@apply border-negative #{!important};
|
|
95
|
+
|
|
96
|
+
&::placeholder {
|
|
97
|
+
@apply text-negative-light;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@mixin inputDisabledState {
|
|
102
|
+
@apply opacity-40;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@mixin inputSizeSmall {
|
|
106
|
+
@apply h-8 text-sm;
|
|
107
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
.p-input[type='radio'] {
|
|
2
|
+
@apply appearance-none relative;
|
|
3
|
+
@apply w-4 h-4 bg-white rounded-round;
|
|
4
|
+
@apply border border-solid border-mystic-dark;
|
|
5
|
+
@apply outline-none #{!important};
|
|
6
|
+
|
|
7
|
+
&:after {
|
|
8
|
+
@apply absolute top-1/2 left-1/2 bg-transparent;
|
|
9
|
+
@apply transform -translate-x-1/2 -translate-y-1/2 rounded-round;
|
|
10
|
+
|
|
11
|
+
content: ' ';
|
|
12
|
+
width: 0.375em;
|
|
13
|
+
height: 0.375em;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&:hover:not(:disabled):not([disabled]):not(.disabled) {
|
|
17
|
+
@apply cursor-pointer;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:hover:not(:disabled):not([disabled]):not(.disabled):not(:checked):not([checked]):not(.checked) {
|
|
21
|
+
@apply border-indigo;
|
|
22
|
+
|
|
23
|
+
&::after {
|
|
24
|
+
@apply bg-mystic-dark;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&[checked],
|
|
29
|
+
&:checked,
|
|
30
|
+
&.checked {
|
|
31
|
+
@apply bg-indigo border-indigo;
|
|
32
|
+
|
|
33
|
+
&:after {
|
|
34
|
+
@apply bg-white;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&[disabled],
|
|
39
|
+
&:disabled,
|
|
40
|
+
&.disabled {
|
|
41
|
+
@include inputDisabledState();
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&[error],
|
|
45
|
+
&.error {
|
|
46
|
+
@include inputErrorState();
|
|
47
|
+
|
|
48
|
+
&[checked],
|
|
49
|
+
&:checked,
|
|
50
|
+
&.checked {
|
|
51
|
+
@apply bg-negative;
|
|
52
|
+
|
|
53
|
+
&:after {
|
|
54
|
+
@apply bg-white;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
@import './mixins';
|
|
2
|
+
|
|
3
|
+
textarea.p-input {
|
|
4
|
+
@include inputDefaultState();
|
|
5
|
+
|
|
6
|
+
@apply h-auto py-2;
|
|
7
|
+
|
|
8
|
+
&[error],
|
|
9
|
+
&.error {
|
|
10
|
+
@include inputErrorState();
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&[disabled],
|
|
14
|
+
&:disabled,
|
|
15
|
+
&.disabled {
|
|
16
|
+
@include inputDisabledState();
|
|
17
|
+
}
|
|
18
|
+
}
|