@capitaltg/vero 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +20 -20
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--color-base-100: #f7f6f7;--color-base-200: #f0f0f0;--color-base-300: #9b9d9f;--color-base-400: #6b6b6b;--color-base-500: #565c65;--color-base-600: #3d4551;--color-base-700: #1b1b1b;--color-primary-100: #eff6fb;--color-primary-200: #d9e8f6;--color-primary-300: #24a1ff;--color-primary-400: #005ea2;--color-primary-500: #1a4480;--color-primary-600: #162e51;--color-primary-700: #252f3e;--color-success-100: #ecf3ec;--color-success-200: #dbebde;--color-success-300: #70e17b;--color-success-400: #00a91c;--color-success-500: #008817;--color-success-600: #216e1f;--color-success-700: #154c21;--color-danger-100: #f8eff1;--color-danger-200: #ffd7d7;--color-danger-300: #f2938c;--color-danger-400: #d83933;--color-danger-500: #b50909;--color-danger-600: #8b0a03;--color-danger-700: #4f1c24;--color-warning-100: #faf3d1;--color-warning-200: #fee685;--color-warning-300: #ffbe2e;--color-warning-400: #e5a000;--color-warning-500: #c2850c;--color-warning-600: #936f38;--color-warning-700: #7a591a;--color-info-100: #e7f6f8;--color-info-200: #def7ff;--color-info-300: #99deea;--color-info-400: #00bde3;--color-info-500: #009ec1;--color-info-600: #0081a1;--color-info-700: #00687d;--background: #ffffff;--foreground: #1a1a1a;--input: #e6e6e6;--ring: #006699;--link: #005ea2;--link-visited: #54278f;--link-hover: #1a4480;--link-active: #162e51;--primary: #006699;--primary-foreground: #ffffff;--secondary: #e6e6e6;--secondary-foreground: #1a1a1a;--muted: #e6e6e6;--muted-foreground: #6f6f6f;--accent: #ccecff;--accent-foreground: #006699;--destructive: #a60000;--destructive-foreground: #ffffff;--card: #ffffff;--card-foreground: #1a1a1a;--popover: #ffffff;--popover-foreground: #1a1a1a}.theme-uswds{--usa-input-border-color: #5c5c5c;--usa-input-background-color: #ffffff;--usa-input-text-color: #1b1b1b;--usa-input-placeholder-color: #a9aeb1;--usa-focus-color: #2491ff;--usa-input-border-color-focus: #005ea2;--usa-input-border-color-error: #d54309;--usa-input-background-color-error: #ffffff;--usa-input-text-color-error: #1b1b1b;--usa-input-background-color-disabled: #f0f0f0;--usa-input-border-color-disabled: #d6d7d9;--usa-input-text-color-disabled: #c1c1c1;--usa-error-text-color: #d54309;--usa-error-icon-color: #d54309;--usa-warning-text-color: #fdb81e;--usa-success-text-color: #2e8540;--usa-info-text-color: #005ea2;--usa-bg-white: #ffffff;--usa-bg-gray-10: #e6e6e6;--usa-text-base-darkest: #1b1b1b;--usa-text-secondary-dark: #b50909;--usa-link: #005ea2;--usa-link-visited: #54278f;--usa-link-hover: #1a4480;--usa-link-active: #162e51;--background: var(--usa-bg-white);--foreground: var(--usa-text-base-darkest);--input: var(--usa-input-border-color);--ring: var(--usa-focus-color);--link: var(--usa-link);--link-visited: var(--usa-link-visited);--link-hover: var(--usa-link-hover);--link-active: var(--usa-link-active);--primary: var(--color-primary-400);--primary-foreground: #fff;--secondary: var(--usa-bg-gray-10);--secondary-foreground: var(--usa-text-base-darkest);--muted: var(--usa-bg-gray-10);--muted-foreground: var(--color-base-400);--destructive: var(--usa-text-secondary-dark);--destructive-foreground: #fff;--card: var(--usa-bg-white);--card-foreground: var(--usa-text-base-darkest);--popover: var(--usa-bg-white);--popover-foreground: var(--usa-text-base-darkest)}.dark{--background: #1a1a1a;--foreground: #ffffff;--input: #333333;--ring: #0099cc;--primary: #006699;--primary-foreground: #ffffff;--secondary: #333333;--secondary-foreground: #ffffff;--muted: #333333;--muted-foreground: #999999;--accent: #004466;--accent-foreground: #ffffff;--destructive: #a60000;--destructive-foreground: #ffffff;--card: #1a1a1a;--card-foreground: #ffffff;--popover: #1a1a1a;--popover-foreground: #ffffff}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}[data-error=true] input,[data-error=true] textarea{border-color:var(--destructive)}[data-error=true] input:focus-visible,[data-error=true] textarea:focus-visible{--tw-ring-color: var(--destructive)}[data-error=true] select,[data-error=true] button[role=combobox],[data-error=true] button[data-component=date-picker],[data-error=true] button[data-component=date-range-picker]{border-color:var(--destructive)}[data-error=true] select:focus,[data-error=true] button[role=combobox]:focus,[data-error=true] button[data-component=date-picker]:focus,[data-error=true] button[data-component=date-range-picker]:focus{--tw-ring-color: var(--destructive)}.sr-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}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-\[0\.6875rem\]{left:.6875rem}.left-\[0\.9375rem\]{left:.9375rem}.left-\[1\.125rem\]{left:1.125rem}.left-\[50\%\]{left:50%}.left-\[calc\(50\%_\+_1\.25rem\)\]{left:calc(50% + 1.25rem)}.left-\[calc\(50\%_\+_1\.5rem\)\]{left:calc(50% + 1.5rem)}.left-\[calc\(50\%_\+_1\.75rem\)\]{left:calc(50% + 1.75rem)}.right-1{right:.25rem}.right-4{right:1rem}.top-3{top:.75rem}.top-4{top:1rem}.top-\[1\.25rem\]{top:1.25rem}.top-\[1\.75rem\]{top:1.75rem}.top-\[2\.25rem\]{top:2.25rem}.top-\[50\%\]{top:50%}.top-\[calc\(1\.25rem_-_1px\)\]{top:calc(1.25rem - 1px)}.top-\[calc\(1rem_-_1px\)\]{top:calc(1rem - 1px)}.z-10{z-index:10}.z-50{z-index:50}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-1{margin-bottom:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[2px\]{height:2px}.h-\[3px\]{height:3px}.h-\[4px\]{height:4px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-\[12rem\]{max-height:12rem}.max-h-\[20rem\]{max-height:20rem}.min-h-\[12rem\]{min-height:12rem}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[5rem\]{min-height:5rem}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[--radix-popover-trigger-width\]{width:var(--radix-popover-trigger-width)}.w-\[16rem\]{width:16rem}.w-\[3px\]{width:3px}.w-\[4px\]{width:4px}.w-\[calc\(100\%_-_1\.5rem\)\]{width:calc(100% - 1.5rem)}.w-auto{width:auto}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.25rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-l-4{border-left-width:4px}.border-l-8{border-left-width:8px}.border-r-4{border-right-width:4px}.border-base-200{border-color:var(--color-base-200)}.border-danger-400{border-color:var(--color-danger-400)}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-info-400{border-color:var(--color-info-400)}.border-input{border-color:var(--input)}.border-muted{border-color:var(--muted)}.border-primary-400{border-color:var(--color-primary-400)}.border-success-400{border-color:var(--color-success-400)}.border-transparent{border-color:transparent}.border-warning-400{border-color:var(--color-warning-400)}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.bg-\[\#551c9a\]{--tw-bg-opacity: 1;background-color:rgb(85 28 154 / var(--tw-bg-opacity, 1))}.bg-\[\#551c9a\]\/10{background-color:#551c9a1a}.bg-accent{background-color:var(--accent)}.bg-background{background-color:var(--background)}.bg-base-200{background-color:var(--color-base-200)}.bg-base-700{background-color:var(--color-base-700)}.bg-black\/80{background-color:#000c}.bg-danger-100{background-color:var(--color-danger-100)}.bg-danger-400{background-color:var(--color-danger-400)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-info-100{background-color:var(--color-info-100)}.bg-muted{background-color:var(--muted)}.bg-popover{background-color:var(--popover)}.bg-primary-400{background-color:var(--color-primary-400)}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:var(--secondary)}.bg-success-100{background-color:var(--color-success-100)}.bg-success-400{background-color:var(--color-success-400)}.bg-success-500{background-color:var(--color-success-500)}.bg-transparent{background-color:transparent}.bg-warning-100{background-color:var(--color-warning-100)}.bg-warning-300{background-color:var(--color-warning-300)}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.fill-base-700{fill:var(--color-base-700)}.fill-current{fill:currentColor}.fill-popover{fill:var(--popover)}.stroke-base-700{stroke:var(--color-base-700)}.stroke-\[1px\]{stroke-width:1px}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-1\.5{padding:.375rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-\[0\.875rem\]{padding-top:.875rem;padding-bottom:.875rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pt-1{padding-top:.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.875rem\]{font-size:.875rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-\[\#551c9a\]{--tw-text-opacity: 1;color:rgb(85 28 154 / var(--tw-text-opacity, 1))}.text-accent-foreground{color:var(--accent-foreground)}.text-base-400{color:var(--color-base-400)}.text-base-700{color:var(--color-base-700)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-destructive{color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-link{color:var(--link)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary-400{color:var(--color-primary-400)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: var(--background)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.fade-in-0{--tw-enter-opacity: 0}.duration-200{animation-duration:.2s}*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;border:0 solid}.placeholder\:text-muted-foreground::-moz-placeholder{color:var(--muted-foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:ml-0\.5:after{content:var(--tw-content);margin-left:.125rem}.after\:text-red-500:after{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.after\:content-\[\"\*\"\]:after{--tw-content: "*";content:var(--tw-content)}.visited\:text-link-visited:visited{color:var(--link-visited)}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:ring-\[3px\]:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-ring:focus-within{--tw-ring-color: var(--ring)}.focus-within\:ring-offset-\[2px\]:focus-within{--tw-ring-offset-width: 2px}.focus-within\:ring-offset-\[3px\]:focus-within{--tw-ring-offset-width: 3px}.focus-within\:ring-offset-background:focus-within{--tw-ring-offset-color: var(--background)}.hover\:bg-\[\#551c9a\]\/80:hover{background-color:#551c9acc}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-base-200:hover{background-color:var(--color-base-200)}.hover\:bg-danger-500:hover{background-color:var(--color-danger-500)}.hover\:bg-primary-400:hover{background-color:var(--color-primary-400)}.hover\:bg-primary-500:hover{background-color:var(--color-primary-500)}.hover\:bg-success-600:hover{background-color:var(--color-success-600)}.hover\:bg-warning-400:hover{background-color:var(--color-warning-400)}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-link-hover:hover{color:var(--link-hover)}.hover\:text-primary-foreground:hover{color:var(--primary-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:brightness-90:hover{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-ring:focus{border-color:var(--ring)}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:bg-primary-400:focus{background-color:var(--color-primary-400)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-primary-foreground:focus{color:var(--primary-foreground)}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[3px\]:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: var(--ring)}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-\[3px\]:focus{--tw-ring-offset-width: 3px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: var(--ring)}.focus-visible\:ring-offset-\[2px\]:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-\[3px\]:focus-visible{--tw-ring-offset-width: 3px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: var(--background)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:bg-accent[aria-selected=true]{background-color:var(--accent)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:var(--accent-foreground)}.aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=checked\]\:border-primary-400[data-state=checked]{border-color:var(--color-primary-400)}.data-\[state\=checked\]\:bg-primary-400[data-state=checked]{background-color:var(--color-primary-400)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=unchecked\]\:bg-muted[data-state=unchecked]{background-color:var(--muted)}.data-\[state\=checked\]\:text-white[data-state=checked]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.dark\:bg-danger-700:is(.dark *){background-color:var(--color-danger-700)}.dark\:bg-info-700:is(.dark *){background-color:var(--color-info-700)}.dark\:bg-success-700:is(.dark *){background-color:var(--color-success-700)}.dark\:bg-warning-700:is(.dark *){background-color:var(--color-warning-700)}.dark\:text-base-100:is(.dark *){color:var(--color-base-100)}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:.5rem}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:var(--accent)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\>span\]\:text-muted-foreground>span{color:var(--muted-foreground)}.\[\&\>svg\]\:mr-2>svg{margin-right:.5rem}.\[\&\>svg\]\:mr-3>svg{margin-right:.75rem}.\[\&\>svg\]\:h-5>svg{height:1.25rem}.\[\&\>svg\]\:h-8>svg{height:2rem}.\[\&\>svg\]\:w-5>svg{width:1.25rem}.\[\&\>svg\]\:w-8>svg{width:2rem}.\[\&\>svg\]\:text-danger-400>svg{color:var(--color-danger-400)}.\[\&\>svg\]\:text-info-400>svg{color:var(--color-info-400)}.\[\&\>svg\]\:text-success-400>svg{color:var(--color-success-400)}.\[\&\>svg\]\:text-warning-400>svg{color:var(--color-warning-400)}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-90[data-state=open]>svg{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}
|
|
1
|
+
:root{--color-base-100: #f7f6f7;--color-base-200: #f0f0f0;--color-base-300: #9b9d9f;--color-base-400: #6b6b6b;--color-base-500: #565c65;--color-base-600: #3d4551;--color-base-700: #1b1b1b;--color-primary-100: #eff6fb;--color-primary-200: #d9e8f6;--color-primary-300: #24a1ff;--color-primary-400: #005ea2;--color-primary-500: #1a4480;--color-primary-600: #162e51;--color-primary-700: #252f3e;--color-success-100: #ecf3ec;--color-success-200: #dbebde;--color-success-300: #70e17b;--color-success-400: #00a91c;--color-success-500: #008817;--color-success-600: #216e1f;--color-success-700: #154c21;--color-danger-100: #f8eff1;--color-danger-200: #ffd7d7;--color-danger-300: #f2938c;--color-danger-400: #d83933;--color-danger-500: #b50909;--color-danger-600: #8b0a03;--color-danger-700: #4f1c24;--color-warning-100: #faf3d1;--color-warning-200: #fee685;--color-warning-300: #ffbe2e;--color-warning-400: #e5a000;--color-warning-500: #c2850c;--color-warning-600: #936f38;--color-warning-700: #7a591a;--color-info-100: #e7f6f8;--color-info-200: #def7ff;--color-info-300: #99deea;--color-info-400: #00bde3;--color-info-500: #009ec1;--color-info-600: #0081a1;--color-info-700: #00687d;--background: #ffffff;--foreground: #1a1a1a;--input: #e6e6e6;--ring: #006699;--link: #005ea2;--link-visited: #54278f;--link-hover: #1a4480;--link-active: #162e51;--primary: #006699;--primary-foreground: #ffffff;--secondary: #e6e6e6;--secondary-foreground: #1a1a1a;--muted: #e6e6e6;--muted-foreground: #6f6f6f;--accent: #ccecff;--accent-foreground: #006699;--destructive: #a60000;--destructive-foreground: #ffffff;--card: #ffffff;--card-foreground: #1a1a1a;--popover: #ffffff;--popover-foreground: #1a1a1a}.theme-uswds{--usa-input-border-color: #5c5c5c;--usa-input-background-color: #ffffff;--usa-input-text-color: #1b1b1b;--usa-input-placeholder-color: #a9aeb1;--usa-focus-color: #2491ff;--usa-input-border-color-focus: #005ea2;--usa-input-border-color-error: #d54309;--usa-input-background-color-error: #ffffff;--usa-input-text-color-error: #1b1b1b;--usa-input-background-color-disabled: #f0f0f0;--usa-input-border-color-disabled: #d6d7d9;--usa-input-text-color-disabled: #c1c1c1;--usa-error-text-color: #d54309;--usa-error-icon-color: #d54309;--usa-warning-text-color: #fdb81e;--usa-success-text-color: #2e8540;--usa-info-text-color: #005ea2;--usa-bg-white: #ffffff;--usa-bg-gray-10: #e6e6e6;--usa-text-base-darkest: #1b1b1b;--usa-text-secondary-dark: #b50909;--usa-link: #005ea2;--usa-link-visited: #54278f;--usa-link-hover: #1a4480;--usa-link-active: #162e51;--background: var(--usa-bg-white);--foreground: var(--usa-text-base-darkest);--input: var(--usa-input-border-color);--ring: var(--usa-focus-color);--link: var(--usa-link);--link-visited: var(--usa-link-visited);--link-hover: var(--usa-link-hover);--link-active: var(--usa-link-active);--primary: var(--color-primary-400);--primary-foreground: #fff;--secondary: var(--usa-bg-gray-10);--secondary-foreground: var(--usa-text-base-darkest);--muted: var(--usa-bg-gray-10);--muted-foreground: var(--color-base-400);--destructive: var(--usa-text-secondary-dark);--destructive-foreground: #fff;--card: var(--usa-bg-white);--card-foreground: var(--usa-text-base-darkest);--popover: var(--usa-bg-white);--popover-foreground: var(--usa-text-base-darkest)}.dark{--background: #1a1a1a;--foreground: #ffffff;--input: #333333;--ring: #0099cc;--primary: #006699;--primary-foreground: #ffffff;--secondary: #333333;--secondary-foreground: #ffffff;--muted: #333333;--muted-foreground: #999999;--accent: #004466;--accent-foreground: #ffffff;--destructive: #a60000;--destructive-foreground: #ffffff;--card: #1a1a1a;--card-foreground: #ffffff;--popover: #1a1a1a;--popover-foreground: #ffffff}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}[data-error=true] input,[data-error=true] textarea{border-color:var(--destructive)}[data-error=true] input:focus-visible,[data-error=true] textarea:focus-visible{--tw-ring-color: var(--destructive)}[data-error=true] select,[data-error=true] button[role=combobox],[data-error=true] button[data-component=date-picker],[data-error=true] button[data-component=date-range-picker]{border-color:var(--destructive)}[data-error=true] select:focus,[data-error=true] button[role=combobox]:focus,[data-error=true] button[data-component=date-picker]:focus,[data-error=true] button[data-component=date-range-picker]:focus{--tw-ring-color: var(--destructive)}.sr-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}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-\[0\.6875rem\]{left:.6875rem}.left-\[0\.9375rem\]{left:.9375rem}.left-\[1\.125rem\]{left:1.125rem}.left-\[50\%\]{left:50%}.left-\[calc\(50\%_\+_1\.25rem\)\]{left:calc(50% + 1.25rem)}.left-\[calc\(50\%_\+_1\.5rem\)\]{left:calc(50% + 1.5rem)}.left-\[calc\(50\%_\+_1\.75rem\)\]{left:calc(50% + 1.75rem)}.right-1{right:.25rem}.right-4{right:1rem}.top-3{top:.75rem}.top-4{top:1rem}.top-\[1\.25rem\]{top:1.25rem}.top-\[1\.75rem\]{top:1.75rem}.top-\[2\.25rem\]{top:2.25rem}.top-\[50\%\]{top:50%}.top-\[calc\(1\.25rem_-_1px\)\]{top:calc(1.25rem - 1px)}.top-\[calc\(1rem_-_1px\)\]{top:calc(1rem - 1px)}.z-10{z-index:10}.z-50{z-index:50}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-1{margin-bottom:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[2px\]{height:2px}.h-\[3px\]{height:3px}.h-\[4px\]{height:4px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-\[12rem\]{max-height:12rem}.max-h-\[20rem\]{max-height:20rem}.min-h-\[12rem\]{min-height:12rem}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[5rem\]{min-height:5rem}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[--radix-popover-trigger-width\]{width:var(--radix-popover-trigger-width)}.w-\[16rem\]{width:16rem}.w-\[3px\]{width:3px}.w-\[4px\]{width:4px}.w-\[calc\(100\%_-_1\.5rem\)\]{width:calc(100% - 1.5rem)}.w-auto{width:auto}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.25rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-b-4{border-bottom-width:4px}.border-l-4{border-left-width:4px}.border-l-8{border-left-width:8px}.border-r-4{border-right-width:4px}.border-base-200{border-color:var(--color-base-200)}.border-danger-400{border-color:var(--color-danger-400)}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-info-400{border-color:var(--color-info-400)}.border-input{border-color:var(--input)}.border-muted{border-color:var(--muted)}.border-primary-400{border-color:var(--color-primary-400)}.border-success-400{border-color:var(--color-success-400)}.border-transparent{border-color:transparent}.border-warning-400{border-color:var(--color-warning-400)}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.bg-\[\#551c9a\]{--tw-bg-opacity: 1;background-color:rgb(85 28 154 / var(--tw-bg-opacity, 1))}.bg-\[\#551c9a\]\/10{background-color:#551c9a1a}.bg-accent{background-color:var(--accent)}.bg-background{background-color:var(--background)}.bg-base-200{background-color:var(--color-base-200)}.bg-base-700{background-color:var(--color-base-700)}.bg-black\/80{background-color:#000c}.bg-danger-100{background-color:var(--color-danger-100)}.bg-danger-400{background-color:var(--color-danger-400)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-info-100{background-color:var(--color-info-100)}.bg-muted{background-color:var(--muted)}.bg-popover{background-color:var(--popover)}.bg-primary-400{background-color:var(--color-primary-400)}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:var(--secondary)}.bg-success-100{background-color:var(--color-success-100)}.bg-success-400{background-color:var(--color-success-400)}.bg-success-500{background-color:var(--color-success-500)}.bg-transparent{background-color:transparent}.bg-warning-100{background-color:var(--color-warning-100)}.bg-warning-300{background-color:var(--color-warning-300)}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.fill-base-700{fill:var(--color-base-700)}.fill-current{fill:currentColor}.fill-popover{fill:var(--popover)}.stroke-base-700{stroke:var(--color-base-700)}.stroke-\[1px\]{stroke-width:1px}.object-cover{-o-object-fit:cover;object-fit:cover}.\!px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[0\.875rem\]{padding-top:.875rem;padding-bottom:.875rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pt-1{padding-top:.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.875rem\]{font-size:.875rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-\[\#551c9a\]{--tw-text-opacity: 1;color:rgb(85 28 154 / var(--tw-text-opacity, 1))}.text-accent-foreground{color:var(--accent-foreground)}.text-base-400{color:var(--color-base-400)}.text-base-700{color:var(--color-base-700)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-destructive{color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-link{color:var(--link)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary-400{color:var(--color-primary-400)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-offset-background{--tw-ring-offset-color: var(--background)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.fade-in-0{--tw-enter-opacity: 0}.duration-200{animation-duration:.2s}*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;border:0 solid}.placeholder\:text-muted-foreground::-moz-placeholder{color:var(--muted-foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:ml-0\.5:after{content:var(--tw-content);margin-left:.125rem}.after\:text-red-500:after{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.after\:content-\[\"\*\"\]:after{--tw-content: "*";content:var(--tw-content)}.visited\:text-link-visited:visited{color:var(--link-visited)}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:ring-\[3px\]:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-ring:focus-within{--tw-ring-color: var(--ring)}.focus-within\:ring-offset-\[2px\]:focus-within{--tw-ring-offset-width: 2px}.focus-within\:ring-offset-\[3px\]:focus-within{--tw-ring-offset-width: 3px}.focus-within\:ring-offset-background:focus-within{--tw-ring-offset-color: var(--background)}.hover\:bg-\[\#551c9a\]\/80:hover{background-color:#551c9acc}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-base-200:hover{background-color:var(--color-base-200)}.hover\:bg-danger-500:hover{background-color:var(--color-danger-500)}.hover\:bg-primary-400:hover{background-color:var(--color-primary-400)}.hover\:bg-primary-500:hover{background-color:var(--color-primary-500)}.hover\:bg-success-600:hover{background-color:var(--color-success-600)}.hover\:bg-warning-400:hover{background-color:var(--color-warning-400)}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-link-hover:hover{color:var(--link-hover)}.hover\:text-primary-foreground:hover{color:var(--primary-foreground)}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:brightness-90:hover{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-ring:focus{border-color:var(--ring)}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:bg-primary-400:focus{background-color:var(--color-primary-400)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-primary-foreground:focus{color:var(--primary-foreground)}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[3px\]:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: var(--ring)}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-\[3px\]:focus{--tw-ring-offset-width: 3px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: var(--ring)}.focus-visible\:ring-offset-\[2px\]:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-\[3px\]:focus-visible{--tw-ring-offset-width: 3px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: var(--background)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:bg-accent[aria-selected=true]{background-color:var(--accent)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:var(--accent-foreground)}.aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=checked\]\:border-primary-400[data-state=checked]{border-color:var(--color-primary-400)}.data-\[state\=checked\]\:bg-primary-400[data-state=checked]{background-color:var(--color-primary-400)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=unchecked\]\:bg-muted[data-state=unchecked]{background-color:var(--muted)}.data-\[state\=checked\]\:text-white[data-state=checked]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.dark\:bg-danger-700:is(.dark *){background-color:var(--color-danger-700)}.dark\:bg-info-700:is(.dark *){background-color:var(--color-info-700)}.dark\:bg-success-700:is(.dark *){background-color:var(--color-success-700)}.dark\:bg-warning-700:is(.dark *){background-color:var(--color-warning-700)}.dark\:text-base-100:is(.dark *){color:var(--color-base-100)}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:.5rem}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:var(--accent)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.\[\&\>span\]\:text-muted-foreground>span{color:var(--muted-foreground)}.\[\&\>svg\]\:mr-2>svg{margin-right:.5rem}.\[\&\>svg\]\:mr-3>svg{margin-right:.75rem}.\[\&\>svg\]\:h-5>svg{height:1.25rem}.\[\&\>svg\]\:h-8>svg{height:2rem}.\[\&\>svg\]\:w-5>svg{width:1.25rem}.\[\&\>svg\]\:w-8>svg{width:2rem}.\[\&\>svg\]\:text-danger-400>svg{color:var(--color-danger-400)}.\[\&\>svg\]\:text-info-400>svg{color:var(--color-info-400)}.\[\&\>svg\]\:text-success-400>svg{color:var(--color-success-400)}.\[\&\>svg\]\:text-warning-400>svg{color:var(--color-warning-400)}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-90[data-state=open]>svg{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}
|
package/dist/index.js
CHANGED
|
@@ -3148,7 +3148,7 @@ const pa = _e("X", [
|
|
|
3148
3148
|
},
|
|
3149
3149
|
// Common component styles
|
|
3150
3150
|
button: `${Jp} ${fi}`,
|
|
3151
|
-
popover: "relative z-50 w-72 rounded-md border bg-popover
|
|
3151
|
+
popover: "relative z-50 w-72 rounded-md border bg-popover px-4 py-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2"
|
|
3152
3152
|
}, mi = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, hi = hs, tn = (e, t) => (n) => {
|
|
3153
3153
|
var r;
|
|
3154
3154
|
if ((t == null ? void 0 : t.variants) == null) return hi(e, n == null ? void 0 : n.class, n == null ? void 0 : n.className);
|
|
@@ -3314,7 +3314,7 @@ const rm = tn(
|
|
|
3314
3314
|
},
|
|
3315
3315
|
size: {
|
|
3316
3316
|
sm: "px-3 py-2 text-sm [&>svg]:mr-2 [&>svg]:h-5 [&>svg]:w-5",
|
|
3317
|
-
default: "
|
|
3317
|
+
default: "px-4 py-4 text-base [&>svg]:mr-3 [&>svg]:h-8 [&>svg]:w-8"
|
|
3318
3318
|
}
|
|
3319
3319
|
},
|
|
3320
3320
|
defaultVariants: {
|
|
@@ -5810,7 +5810,7 @@ const Uc = l.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__
|
|
|
5810
5810
|
{
|
|
5811
5811
|
ref: r,
|
|
5812
5812
|
className: I(
|
|
5813
|
-
"fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background
|
|
5813
|
+
"fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background px-6 py-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
|
|
5814
5814
|
e
|
|
5815
5815
|
),
|
|
5816
5816
|
...n,
|
|
@@ -5834,9 +5834,9 @@ const Uc = l.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__
|
|
|
5834
5834
|
)
|
|
5835
5835
|
] }));
|
|
5836
5836
|
Uc.displayName = Fc.displayName;
|
|
5837
|
-
const Uv = Bv, hN = Hv, Yv = Vv, vN = Hc, Gv = ({ children: e, ...t }) => /* @__PURE__ */ f(Uv, { ...t, children: /* @__PURE__ */ f(Uc, { className: "overflow-hidden
|
|
5837
|
+
const Uv = Bv, hN = Hv, Yv = Vv, vN = Hc, Gv = ({ children: e, ...t }) => /* @__PURE__ */ f(Uv, { ...t, children: /* @__PURE__ */ f(Uc, { className: "overflow-hidden px-0 py-0 shadow-lg", children: /* @__PURE__ */ f(Dn, { className: "[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5", children: e }) }) });
|
|
5838
5838
|
Gv.displayName = "CommandDialog";
|
|
5839
|
-
const jv = U.div, Yc = "
|
|
5839
|
+
const jv = U.div, Yc = "px-3 py-2.5 text-sm", Ca = l.forwardRef((e, t) => /* @__PURE__ */ f(Me.Empty, { ref: t, className: Yc, ...e }));
|
|
5840
5840
|
Ca.displayName = Me.Empty.displayName;
|
|
5841
5841
|
const Fo = l.forwardRef(
|
|
5842
5842
|
(e, t) => /* @__PURE__ */ f(
|
|
@@ -5856,7 +5856,7 @@ const Mr = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f(
|
|
|
5856
5856
|
{
|
|
5857
5857
|
ref: n,
|
|
5858
5858
|
className: I(
|
|
5859
|
-
"overflow-hidden
|
|
5859
|
+
"overflow-hidden px-1 py-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
|
|
5860
5860
|
e
|
|
5861
5861
|
),
|
|
5862
5862
|
...t
|
|
@@ -5899,7 +5899,7 @@ const Kv = l.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f(
|
|
|
5899
5899
|
}
|
|
5900
5900
|
));
|
|
5901
5901
|
Kv.displayName = Me.List.displayName;
|
|
5902
|
-
const Gc = ({ children: e = "Loading...", ...t }) => /* @__PURE__ */ L("div", { className: "flex items-center gap-2
|
|
5902
|
+
const Gc = ({ children: e = "Loading...", ...t }) => /* @__PURE__ */ L("div", { className: "flex items-center gap-2 px-3 py-2.5 text-sm text-muted-foreground", ...t, children: [
|
|
5903
5903
|
/* @__PURE__ */ f(Kp, { className: "h-4 w-4 animate-spin" }),
|
|
5904
5904
|
e
|
|
5905
5905
|
] });
|
|
@@ -7765,7 +7765,7 @@ const ib = ce.forwardRef(
|
|
|
7765
7765
|
]
|
|
7766
7766
|
}
|
|
7767
7767
|
) }),
|
|
7768
|
-
/* @__PURE__ */ f(sn, { align: "start", className: "w-[--radix-popover-trigger-width]
|
|
7768
|
+
/* @__PURE__ */ f(sn, { align: "start", className: "w-[--radix-popover-trigger-width] px-0 py-0", children: /* @__PURE__ */ L(Dn, { shouldFilter: !1, children: [
|
|
7769
7769
|
/* @__PURE__ */ f(
|
|
7770
7770
|
Dr,
|
|
7771
7771
|
{
|
|
@@ -10167,7 +10167,7 @@ function za({ className: e, classNames: t, showOutsideDays: n = !0, ...r }) {
|
|
|
10167
10167
|
qw,
|
|
10168
10168
|
{
|
|
10169
10169
|
showOutsideDays: n,
|
|
10170
|
-
className: I("
|
|
10170
|
+
className: I("px-3 py-3", e),
|
|
10171
10171
|
classNames: {
|
|
10172
10172
|
months: "flex flex-col sm:flex-row space-y-4 sm:space-x-4 sm:space-y-0",
|
|
10173
10173
|
month: "space-y-4",
|
|
@@ -10176,7 +10176,7 @@ function za({ className: e, classNames: t, showOutsideDays: n = !0, ...r }) {
|
|
|
10176
10176
|
nav: "space-x-1 flex items-center",
|
|
10177
10177
|
nav_button: I(
|
|
10178
10178
|
_o({ variant: "input" }),
|
|
10179
|
-
"h-7 w-7 bg-transparent
|
|
10179
|
+
"h-7 w-7 bg-transparent px-0 py-0 opacity-50 hover:opacity-100 focus:border-ring focus:opacity-100 focus:ring-1 focus:ring-offset-0"
|
|
10180
10180
|
),
|
|
10181
10181
|
nav_button_previous: "absolute left-1",
|
|
10182
10182
|
nav_button_next: "absolute right-1",
|
|
@@ -10184,10 +10184,10 @@ function za({ className: e, classNames: t, showOutsideDays: n = !0, ...r }) {
|
|
|
10184
10184
|
head_row: "flex",
|
|
10185
10185
|
head_cell: "text-muted-foreground rounded-md w-9 font-normal text-[0.875rem]",
|
|
10186
10186
|
row: "flex w-full mt-2",
|
|
10187
|
-
cell: "h-9 w-9 text-center text-sm
|
|
10187
|
+
cell: "h-9 w-9 text-center text-sm px-0 py-0 relative [&:has([aria-selected].day-range-end)]:rounded-r-md [&:has([aria-selected].day-outside)]:bg-accent/50 [&:has([aria-selected])]:bg-accent first:[&:has([aria-selected])]:rounded-l-md last:[&:has([aria-selected])]:rounded-r-md focus-within:relative focus-within:z-20",
|
|
10188
10188
|
day: I(
|
|
10189
10189
|
_o({ variant: "ghost" }),
|
|
10190
|
-
"h-9 w-9
|
|
10190
|
+
"h-9 w-9 px-0 py-0 font-normal focus:opacity-100 focus:ring-2 focus:ring-offset-0 aria-selected:opacity-100"
|
|
10191
10191
|
),
|
|
10192
10192
|
day_range_end: "day-range-end",
|
|
10193
10193
|
day_selected: "bg-primary-400 text-primary-foreground hover:bg-primary-400 hover:text-primary-foreground focus:bg-primary-400 focus:text-primary-foreground",
|
|
@@ -10461,7 +10461,7 @@ const a0 = ce.forwardRef(
|
|
|
10461
10461
|
]
|
|
10462
10462
|
}
|
|
10463
10463
|
) }),
|
|
10464
|
-
/* @__PURE__ */ f(sn, { align: "start", className: "w-[--radix-popover-trigger-width]
|
|
10464
|
+
/* @__PURE__ */ f(sn, { align: "start", className: "w-[--radix-popover-trigger-width] px-0 py-0", children: /* @__PURE__ */ L(Dn, { children: [
|
|
10465
10465
|
/* @__PURE__ */ f(Dr, { placeholder: o }),
|
|
10466
10466
|
/* @__PURE__ */ f(Ca, { children: a }),
|
|
10467
10467
|
/* @__PURE__ */ f(Mr, { className: "max-h-[12rem] overflow-y-auto", children: e.map((p) => /* @__PURE__ */ L(
|
|
@@ -10510,7 +10510,7 @@ const i0 = l.forwardRef(
|
|
|
10510
10510
|
]
|
|
10511
10511
|
}
|
|
10512
10512
|
) }),
|
|
10513
|
-
/* @__PURE__ */ f(sn, { className: "w-auto
|
|
10513
|
+
/* @__PURE__ */ f(sn, { className: "w-auto px-0 py-0", children: /* @__PURE__ */ f(za, { mode: "single", selected: e, onSelect: t, initialFocus: !0 }) })
|
|
10514
10514
|
] })
|
|
10515
10515
|
);
|
|
10516
10516
|
i0.displayName = "DatePicker";
|
|
@@ -10554,7 +10554,7 @@ const s0 = l.forwardRef(
|
|
|
10554
10554
|
]
|
|
10555
10555
|
}
|
|
10556
10556
|
) }),
|
|
10557
|
-
/* @__PURE__ */ f(sn, { className: "w-auto
|
|
10557
|
+
/* @__PURE__ */ f(sn, { className: "w-auto px-0 py-0", align: "start", children: /* @__PURE__ */ f(
|
|
10558
10558
|
za,
|
|
10559
10559
|
{
|
|
10560
10560
|
initialFocus: !0,
|
|
@@ -11538,7 +11538,7 @@ const Vx = l.forwardRef(
|
|
|
11538
11538
|
{
|
|
11539
11539
|
align: r,
|
|
11540
11540
|
sideOffset: 4,
|
|
11541
|
-
className: "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover
|
|
11541
|
+
className: "z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover px-1 py-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
11542
11542
|
children: n.map(
|
|
11543
11543
|
(c, u) => c === "separator" ? /* @__PURE__ */ f(
|
|
11544
11544
|
Hx,
|
|
@@ -11687,7 +11687,7 @@ const jx = ce.forwardRef(
|
|
|
11687
11687
|
]
|
|
11688
11688
|
}
|
|
11689
11689
|
) }),
|
|
11690
|
-
/* @__PURE__ */ f(sn, { align: "start", className: "w-[--radix-popover-trigger-width]
|
|
11690
|
+
/* @__PURE__ */ f(sn, { align: "start", className: "w-[--radix-popover-trigger-width] px-0 py-0", children: /* @__PURE__ */ L(Dn, { children: [
|
|
11691
11691
|
/* @__PURE__ */ f(Dr, { placeholder: o }),
|
|
11692
11692
|
/* @__PURE__ */ f(Ca, { children: a }),
|
|
11693
11693
|
/* @__PURE__ */ f(Mr, { className: "max-h-[12rem] overflow-y-auto", children: e.map((d) => /* @__PURE__ */ f(
|
|
@@ -12125,7 +12125,7 @@ const ld = l.forwardRef(
|
|
|
12125
12125
|
"div",
|
|
12126
12126
|
{
|
|
12127
12127
|
className: I(
|
|
12128
|
-
"relative rounded-lg border-2 border-muted bg-popover
|
|
12128
|
+
"relative rounded-lg border-2 border-muted bg-popover px-4 py-4 hover:bg-accent hover:text-accent-foreground",
|
|
12129
12129
|
a && "border-primary-400",
|
|
12130
12130
|
i && "cursor-not-allowed opacity-50",
|
|
12131
12131
|
e
|
|
@@ -13048,7 +13048,7 @@ const zC = BC, SN = GC, qC = HC, Ud = l.forwardRef(({ className: e, children: t,
|
|
|
13048
13048
|
YC,
|
|
13049
13049
|
{
|
|
13050
13050
|
className: I(
|
|
13051
|
-
"
|
|
13051
|
+
"px-1 py-1",
|
|
13052
13052
|
n === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"
|
|
13053
13053
|
),
|
|
13054
13054
|
children: t
|
|
@@ -13491,7 +13491,7 @@ const iS = ce.forwardRef(
|
|
|
13491
13491
|
className: I(
|
|
13492
13492
|
ue.input,
|
|
13493
13493
|
ue.focusRingWithin,
|
|
13494
|
-
"flex min-h-[2.5rem] w-full cursor-text flex-wrap gap-1.5 !
|
|
13494
|
+
"flex min-h-[2.5rem] w-full cursor-text flex-wrap gap-1.5 !px-1.5 !py-1.5",
|
|
13495
13495
|
a && "cursor-not-allowed",
|
|
13496
13496
|
t
|
|
13497
13497
|
),
|