daisyui 4.1.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/full.css +47930 -4
- package/dist/styled.css +3665 -2088
- package/dist/themes.css +2118 -1
- package/dist/unstyled.css +862 -458
- package/package.json +1 -1
- package/src/theming/index.js +0 -2
- package/src/theming/themes.js +3 -3
- package/dist/base.js +0 -1
- package/dist/styled.js +0 -1
- package/dist/unstyled.js +0 -1
- package/dist/utilities-styled.js +0 -1
- package/dist/utilities-unstyled.js +0 -1
- package/dist/utilities.js +0 -1
package/package.json
CHANGED
package/src/theming/index.js
CHANGED
package/src/theming/themes.js
CHANGED
|
@@ -433,9 +433,9 @@ export const themes = {
|
|
|
433
433
|
"accent": "#C792E9",
|
|
434
434
|
"neutral": "#162135",
|
|
435
435
|
"neutral-content": "#B2CCD6",
|
|
436
|
-
"base-100": "#
|
|
437
|
-
"base-200": "#
|
|
438
|
-
"base-300": "#
|
|
436
|
+
"base-100": "#2A303C",
|
|
437
|
+
"base-200": "#242933",
|
|
438
|
+
"base-300": "#20252E",
|
|
439
439
|
"base-content": "#B2CCD6",
|
|
440
440
|
"info": "#28ebff",
|
|
441
441
|
"success": "#62efbd",
|
package/dist/base.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = {":root,\n[data-theme]":{"backgroundColor":"theme(colors.base-100)","color":"theme(colors.base-content)"},"@supports not (color: oklch(0 0 0))":{":root":{"colorScheme":"light","-FallbackP":"#491eff","-FallbackPc":"#d4dbff","-FallbackS":"#ff41c7","-FallbackSc":"#fff9fc","-FallbackA":"#00cfbd","-FallbackAc":"#00100d","-FallbackN":"#2b3440","-FallbackNc":"#d7dde4","-FallbackB1":"#ffffff","-FallbackB2":"#e5e6e6","-FallbackB3":"#e5e6e6","-FallbackBc":"#1f2937","-FallbackIn":"#00b3f0","-FallbackInc":"#000000","-FallbackSu":"#00ca92","-FallbackSuc":"#000000","-FallbackWa":"#ffc22d","-FallbackWac":"#000000","-FallbackEr":"#ff6f70","-FallbackErc":"#000000"},"@media (prefers-color-scheme: dark)":{":root":{"colorScheme":"dark","-FallbackP":"#7582ff","-FallbackPc":"#050617","-FallbackS":"#ff71cf","-FallbackSc":"#190211","-FallbackA":"#00c7b5","-FallbackAc":"#000e0c","-FallbackN":"#2a323c","-FallbackNc":"#a6adbb","-FallbackB1":"#1d232a","-FallbackB2":"#191e24","-FallbackB3":"#15191e","-FallbackBc":"#a6adbb","-FallbackIn":"#00b3f0","-FallbackInc":"#000000","-FallbackSu":"#00ca92","-FallbackSuc":"#000000","-FallbackWa":"#ffc22d","-FallbackWac":"#000000","-FallbackEr":"#ff6f70","-FallbackErc":"#000000"}}},"html":{"WebkitTapHighlightColor":"transparent"}};
|
package/dist/styled.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = {".alert":{"@apply grid w-full grid-flow-row content-start items-center justify-items-center gap-4 text-center sm:grid-flow-col sm:grid-cols-[auto_minmax(auto,1fr)] sm:justify-items-start sm:text-start":true,"@apply rounded-box text-base-content border-base-200 border p-4":true,"-AlertBg":"theme(colors.base-200)","-AlertBgMix":"theme(colors.base-100)","backgroundColor":"var(--alert-bg)","&-info":{"@apply text-info-content border-info/20":true,"-AlertBg":"theme(colors.info)","-AlertBgMix":"theme(colors.base-100)"},"&-success":{"@apply text-success-content border-success/20":true,"-AlertBg":"theme(colors.success)","-AlertBgMix":"theme(colors.base-100)"},"&-warning":{"@apply text-warning-content border-warning/20":true,"-AlertBg":"theme(colors.warning)","-AlertBgMix":"theme(colors.base-100)"},"&-error":{"@apply text-error-content border-error/20":true,"-AlertBg":"theme(colors.error)","-AlertBgMix":"theme(colors.base-100)"}},".artboard":{"@apply w-full":true},".avatar":{"@apply relative inline-flex":true,"& > div":{"@apply block aspect-square overflow-hidden":true},"img":{"@apply h-full w-full object-cover":true},"&.placeholder":{"& > div":{"@apply flex items-center justify-center":true}}},".badge":{"@apply inline-flex items-center justify-center transition duration-200 ease-out":true,"@apply h-5 text-sm leading-5":true,"width":"fit-content","paddingLeft":"0.563rem","paddingRight":"0.563rem","@apply border-base-200 bg-base-100 text-base-content rounded-badge border":true,"&-neutral":{"@apply border-neutral bg-neutral text-neutral-content":true},"&-primary":{"@apply border-primary bg-primary text-primary-content":true},"&-secondary":{"@apply border-secondary bg-secondary text-secondary-content":true},"&-accent":{"@apply border-accent bg-accent text-accent-content":true},"&-info":{"@apply bg-info text-info-content border-transparent":true},"&-success":{"@apply bg-success text-success-content border-transparent":true},"&-warning":{"@apply bg-warning text-warning-content border-transparent":true},"&-error":{"@apply bg-error text-error-content border-transparent":true},"&-ghost":{"@apply border-base-200 bg-base-200 text-base-content":true},"&-outline":{"@apply border-current border-opacity-50 bg-transparent text-current":true,"&.badge-neutral":{"@apply text-neutral":true},"&.badge-primary":{"@apply text-primary":true},"&.badge-secondary":{"@apply text-secondary":true},"&.badge-accent":{"@apply text-accent":true},"&.badge-info":{"@apply text-info":true},"&.badge-success":{"@apply text-success":true},"&.badge-warning":{"@apply text-warning":true},"&.badge-error":{"@apply text-error":true}}},".btm-nav":{"@apply fixed bottom-0 left-0 right-0 flex w-full flex-row items-center justify-around":true,"paddingBottom":"env(safe-area-inset-bottom)","& > *":{"@apply relative flex h-full basis-full cursor-pointer flex-col items-center justify-center gap-1":true,"@apply border-current":true,"&:not(.active)":{"@apply pt-0.5":true},"&:where(.active)":{"@apply bg-base-100 border-t-2":true},"&.disabled,\n &[disabled]":{"@apply bg-neutral text-base-content pointer-events-none border-opacity-0 bg-opacity-10 text-opacity-20":true},"@media (hover: hover)":{"&.disabled:hover,\n &[disabled]:hover":{"@apply bg-neutral text-base-content pointer-events-none border-opacity-0 bg-opacity-10 text-opacity-20":true}},".label":{"@apply text-base":true}},"@apply bg-base-100 h-16 text-current":true},".breadcrumbs":{"@apply max-w-full overflow-x-auto":true,"& > ul,\n & > ol":{"@apply flex items-center whitespace-nowrap":true,"minHeight":"min-content","& > li":{"@apply flex items-center":true,"& > a":{"@apply flex cursor-pointer items-center [@media(hover:hover)]:hover:underline":true,"&:focus":{"@apply outline-none":true},"&:focus-visible":{"outline":"2px solid currentColor","outlineOffset":"2px"}},"& + *:before":{"content":"\"\"","@apply ml-2 mr-3 block h-1.5 w-1.5 rotate-45 transform opacity-40":true,"borderTop":"1px solid","borderRight":"1px solid","backgroundColor":"transparent"}}},"@apply py-2":true},".btn":{"@apply rounded-btn inline-flex h-12 min-h-[3rem] flex-shrink-0 cursor-pointer select-none flex-wrap items-center justify-center border-transparent px-4 text-center":true,"fontSize":"0.875rem","lineHeight":"1em","&-disabled,\n &[disabled],\n &:disabled":{"@apply pointer-events-none":true},"&-square":{"@apply h-12 w-12 p-0":true},"&-circle":{"@apply h-12 w-12 rounded-full p-0":true},"@apply gap-2 font-semibold no-underline duration-200 ease-out":true,"borderWidth":"var(--border-btn, 1px)","animation":"button-pop var(--animation-btn, 0.25s) ease-out","transitionProperty":"color, background-color, border-color, opacity, box-shadow, transform","&:active:hover,\n &:active:focus":{"animation":"button-pop 0s ease-out","transform":"scale(var(--btn-focus-scale, 0.97))"},"&":{"@apply text-base-content outline-base-content no-underline shadow-sm":true,"backgroundColor":"oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1))","borderColor":"oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1))","@supports not (color: oklch(0 0 0))":{"backgroundColor":"var(--btn-color, var(--fallback-b2))","borderColor":"var(--btn-color, var(--fallback-b2))"},"@media (hover: hover)":{"&:hover":{"@apply border-base-300 bg-base-300":true,"backgroundColor":"color-mix(\n in oklab,\n oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,\n black\n )","borderColor":"color-mix(\n in oklab,\n oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,\n black\n )","@supports not (color: oklch(0 0 0))":{"backgroundColor":"var(--btn-color, var(--fallback-b2))","borderColor":"var(--btn-color, var(--fallback-b2))"}}},"&-active":{"backgroundColor":"color-mix(\n in oklab,\n oklch(var(--btn-color, var(--b3)) / var(--tw-bg-opacity, 1)) 90%,\n black\n )","borderColor":"color-mix(\n in oklab,\n oklch(var(--btn-color, var(--b3)) / var(--tw-border-opacity, 1)) 90%,\n black\n )"},"&:focus-visible":{"@apply outline outline-2 outline-offset-2":true}},"&-primary":{"@apply text-primary-content outline-primary":true,"@supports (color: oklch(0 0 0))":{"-BtnColor":"var(--p)"},"@supports not (color: oklch(0 0 0))":{"-BtnColor":"var(--fallback-p)"}},"&-secondary":{"@apply text-secondary-content outline-secondary":true,"@supports (color: oklch(0 0 0))":{"-BtnColor":"var(--s)"},"@supports not (color: oklch(0 0 0))":{"-BtnColor":"var(--fallback-s)"}},"&-accent":{"@apply text-accent-content outline-accent":true,"@supports (color: oklch(0 0 0))":{"-BtnColor":"var(--a)"},"@supports not (color: oklch(0 0 0))":{"-BtnColor":"var(--fallback-a)"}},"&-neutral":{"@apply text-neutral-content outline-neutral":true,"@supports (color: oklch(0 0 0))":{"-BtnColor":"var(--n)"},"@supports not (color: oklch(0 0 0))":{"-BtnColor":"var(--fallback-n)"}},"&-info":{"@apply text-info-content outline-info":true,"@supports (color: oklch(0 0 0))":{"-BtnColor":"var(--in)"},"@supports not (color: oklch(0 0 0))":{"-BtnColor":"var(--fallback-in)"}},"&-success":{"@apply text-success-content outline-success":true,"@supports (color: oklch(0 0 0))":{"-BtnColor":"var(--su)"},"@supports not (color: oklch(0 0 0))":{"-BtnColor":"var(--fallback-su)"}},"&-warning":{"@apply text-warning-content outline-warning":true,"@supports (color: oklch(0 0 0))":{"-BtnColor":"var(--wa)"},"@supports not (color: oklch(0 0 0))":{"-BtnColor":"var(--fallback-wa)"}},"&-error":{"@apply text-error-content outline-error":true,"@supports (color: oklch(0 0 0))":{"-BtnColor":"var(--er)"},"@supports not (color: oklch(0 0 0))":{"-BtnColor":"var(--fallback-er)"}},"&.glass":{"@apply shadow-none outline-current":true,"@media (hover: hover)":{"&:hover":{"-GlassOpacity":"25%","-GlassBorderOpacity":"15%"}},"&.btn-active":{"-GlassOpacity":"25%","-GlassBorderOpacity":"15%"}},"&-ghost":{"@apply border border-transparent bg-transparent text-current shadow-none outline-current":true,"@media (hover: hover)":{"&:hover":{"@apply border-transparent":true,"@supports (color: oklch(0 0 0))":{"@apply bg-base-content/20":true}}},"&.btn-active":{"@apply bg-base-content/20 border-transparent":true}},"&-link":{"@apply text-primary border-transparent bg-transparent underline shadow-none outline-current":true,"@media (hover: hover)":{"&:hover":{"@apply border-transparent bg-transparent underline":true}},"&.btn-active":{"@apply border-transparent bg-transparent underline":true}},"&-outline":{"@apply text-base-content border-current bg-transparent shadow-none":true,"@media (hover: hover)":{"&:hover":{"@apply border-base-content bg-base-content text-base-100":true}},"&.btn-active":{"@apply border-base-content bg-base-content text-base-100":true},"&.btn-primary":{"@apply text-primary":true,"@media (hover: hover)":{"&:hover":{"@apply text-primary-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.primary) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.primary) 90%, black)"}},"&.btn-active":{"@apply text-primary-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.primary) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.primary) 90%, black)"}},"&.btn-secondary":{"@apply text-secondary":true,"@media (hover: hover)":{"&:hover":{"@apply text-secondary-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.secondary) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.secondary) 90%, black)"}},"&.btn-active":{"@apply text-secondary-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.secondary) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.secondary) 90%, black)"}},"&.btn-accent":{"@apply text-accent":true,"@media (hover: hover)":{"&:hover":{"@apply text-accent-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.accent) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.accent) 90%, black)"}},"&.btn-active":{"@apply text-accent-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.accent) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.accent) 90%, black)"}},"&.btn-success":{"@apply text-success":true,"@media (hover: hover)":{"&:hover":{"@apply text-success-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.success) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.success) 90%, black)"}},"&.btn-active":{"@apply text-success-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.success) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.success) 90%, black)"}},"&.btn-info":{"@apply text-info":true,"@media (hover: hover)":{"&:hover":{"@apply text-info-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.info) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.info) 90%, black)"}},"&.btn-active":{"@apply text-info-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.info) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.info) 90%, black)"}},"&.btn-warning":{"@apply text-warning":true,"@media (hover: hover)":{"&:hover":{"@apply text-warning-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.warning) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.warning) 90%, black)"}},"&.btn-active":{"@apply text-warning-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.warning) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.warning) 90%, black)"}},"&.btn-error":{"@apply text-error":true,"@media (hover: hover)":{"&:hover":{"@apply text-error-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.error) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.error) 90%, black)"}},"&.btn-active":{"@apply text-error-content":true,"backgroundColor":"color-mix(in oklab, theme(colors.error) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.error) 90%, black)"}}},"&.btn-disabled,\n &[disabled],\n &:disabled":{"@apply bg-neutral text-base-content border-opacity-0 bg-opacity-20 text-opacity-20":true},"@media (hover: hover)":{"&-disabled:hover,\n &[disabled]:hover,\n &:disabled:hover":{"@apply bg-neutral text-base-content border-opacity-0 bg-opacity-20 text-opacity-20":true}}},":where(.btn:is(input[type=\"checkbox\"])),\n:where(.btn:is(input[type=\"radio\"]))":{"@apply w-auto appearance-none":true},".btn:is(input[type=\"checkbox\"]):after,\n.btn:is(input[type=\"radio\"]):after":{"@apply content-[attr(aria-label)]":true},".card":{"@apply relative flex flex-col":true,"&:focus":{"@apply outline-none":true},"&-body":{"@apply flex flex-auto flex-col":true,":where(p)":{"@apply flex-grow":true},"padding":"var(--padding-card, 2rem)","@apply flex flex-col gap-2":true},"&-actions":{"@apply flex flex-wrap items-start gap-2":true},"& figure":{"@apply flex items-center justify-center":true},"&.image-full":{"@apply grid":true,"&:before":{"@apply relative":true,"content":"\"\"","@apply bg-neutral rounded-box z-10 opacity-75":true},"&:before,\n & > *":{"@apply col-start-1 row-start-1":true},"& > figure img":{"@apply h-full object-cover":true},":where(figure)":{"@apply overflow-hidden":true,"borderRadius":"inherit"}},"&.image-full > &-body":{"@apply relative":true,"@apply text-neutral-content z-20":true},"@apply rounded-box":true,":where(figure:first-child)":{"@apply overflow-hidden":true,"borderStartStartRadius":"inherit","borderStartEndRadius":"inherit","borderEndStartRadius":"unset","borderEndEndRadius":"unset"},":where(figure:last-child)":{"@apply overflow-hidden":true,"borderStartStartRadius":"unset","borderStartEndRadius":"unset","borderEndStartRadius":"inherit","borderEndEndRadius":"inherit"},"&:focus-visible":{"outline":"2px solid currentColor","outlineOffset":"2px"},"&.bordered":{"@apply border-base-200 border":true},"&-bordered":{"@apply border-base-200 border":true},"&.compact":{".card-body":{"@apply p-4 text-sm":true}},"&-title":{"@apply flex items-center gap-2 text-xl font-semibold":true}},".carousel":{"@apply inline-flex overflow-x-scroll":true,"scrollSnapType":"x mandatory","scrollBehavior":"smooth","&-vertical":{"@apply flex-col overflow-y-scroll":true,"scrollSnapType":"y mandatory"},"&-item":{"@apply box-content flex flex-none":true,"scrollSnapAlign":"start"},"&-center .carousel-item":{"scrollSnapAlign":"center"},"&-end .carousel-item":{"scrollSnapAlign":"end"},"msOverflowStyle":"none","scrollbarWidth":"none","&::-webkit-scrollbar":{"@apply hidden":true}},".chat":{"@apply grid grid-cols-2 gap-x-3 py-1":true,"&-image":{"@apply row-span-2 self-end":true},"&-header":{"@apply row-start-1 text-sm":true},"&-footer":{"@apply row-start-3 text-sm":true},"&-bubble":{"@apply relative block w-fit px-4 py-2":true,"maxWidth":"90%","&:before":{"@apply absolute bottom-0 h-3 w-3":true,"backgroundColor":"inherit","content":"\"\"","maskSize":"contain","maskRepeat":"no-repeat","maskPosition":"center"},"@apply rounded-box":true,"minHeight":"2.75rem","minWidth":"2.75rem","&":{"@apply bg-neutral text-neutral-content":true},"&-primary":{"@apply bg-primary text-primary-content":true},"&-secondary":{"@apply bg-secondary text-secondary-content":true},"&-accent":{"@apply bg-accent text-accent-content":true},"&-info":{"@apply bg-info text-info-content":true},"&-success":{"@apply bg-success text-success-content":true},"&-warning":{"@apply bg-warning text-warning-content":true},"&-error":{"@apply bg-error text-error-content":true}},"&-start":{"@apply place-items-start":true,"gridTemplateColumns":"auto 1fr",".chat-header":{"@apply col-start-2":true},".chat-footer":{"@apply col-start-2":true},".chat-image":{"@apply col-start-1":true},".chat-bubble":{"@apply col-start-2":true,"&:before":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e\")","[dir=\"rtl\"] &":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e\")"}}}},"&-end":{"@apply place-items-end":true,"gridTemplateColumns":"1fr auto",".chat-header":{"@apply col-start-1":true},".chat-footer":{"@apply col-start-1":true},".chat-image":{"@apply col-start-2":true},".chat-bubble":{"@apply col-start-1":true,"&:before":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e\")","[dir=\"rtl\"] &":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e\")"}}}},"&-start .chat-bubble":{"@apply rounded-es-none":true,"&:before":{"insetInlineStart":"-0.749rem"}},"&-end .chat-bubble":{"@apply rounded-ee-none":true,"&:before":{"insetInlineStart":"99.9%"}}},".checkbox":{"@apply shrink-0":true,"-Chkbg":"theme(colors.base-content)","-Chkfg":"theme(colors.base-100)","@apply border-base-content rounded-btn h-6 w-6 cursor-pointer appearance-none border border-opacity-20":true,"&:focus":{"boxShadow":"none"},"&:focus-visible":{"@apply outline-base-content outline outline-2 outline-offset-2":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply bg-base-content bg-no-repeat":true,"animation":"checkmark var(--animation-input, 0.2s) ease-out","backgroundImage":"linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),\n linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),\n linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),\n linear-gradient(\n 45deg,\n var(--chkbg) 30%,\n var(--chkfg) 30.99%,\n var(--chkfg) 40%,\n transparent 40.99%\n ),\n linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%)"},"&:indeterminate":{"@apply bg-base-content bg-no-repeat":true,"animation":"checkmark var(--animation-input, 0.2s) ease-out","backgroundImage":"linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),\n linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),\n linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%)"},"&-primary":{"-Chkbg":"theme(colors.primary)","-Chkfg":"theme(colors.primary-content)","@apply border-primary [@media(hover:hover)]:hover:border-primary":true,"&:focus-visible":{"@apply outline-primary":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-primary bg-primary text-primary-content":true}},"&-secondary":{"-Chkbg":"theme(colors.secondary)","-Chkfg":"theme(colors.secondary-content)","@apply border-secondary [@media(hover:hover)]:hover:border-secondary":true,"&:focus-visible":{"@apply outline-secondary":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-secondary bg-secondary text-secondary-content":true}},"&-accent":{"-Chkbg":"theme(colors.accent)","-Chkfg":"theme(colors.accent-content)","@apply border-accent [@media(hover:hover)]:hover:border-accent":true,"&:focus-visible":{"@apply outline-accent":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-accent bg-accent text-accent-content":true}},"&-success":{"-Chkbg":"theme(colors.success)","-Chkfg":"theme(colors.success-content)","@apply border-success [@media(hover:hover)]:hover:border-success":true,"&:focus-visible":{"@apply outline-success":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-success bg-success text-success-content":true}},"&-warning":{"-Chkbg":"theme(colors.warning)","-Chkfg":"theme(colors.warning-content)","@apply border-warning [@media(hover:hover)]:hover:border-warning":true,"&:focus-visible":{"@apply outline-warning":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-warning bg-warning text-warning-content":true}},"&-info":{"-Chkbg":"theme(colors.info)","-Chkfg":"theme(colors.info-content)","@apply border-info [@media(hover:hover)]:hover:border-info":true,"&:focus-visible":{"@apply outline-info":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-info bg-info text-info-content":true}},"&-error":{"-Chkbg":"theme(colors.error)","-Chkfg":"theme(colors.error-content)","@apply border-error [@media(hover:hover)]:hover:border-error":true,"&:focus-visible":{"@apply outline-error":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-error bg-error text-error-content":true}},"&:disabled":{"@apply bg-base-content cursor-not-allowed border-transparent opacity-20":true}},".collapse:not(td):not(tr):not(colgroup)":{"@apply visible":true},".collapse":{"@apply relative grid overflow-hidden":true,"gridTemplateRows":"auto 0fr","transition":"grid-template-rows 0.2s","@apply rounded-box w-full":true},".collapse-title,\n.collapse > input[type=\"checkbox\"],\n.collapse > input[type=\"radio\"],\n.collapse-content":{"@apply col-start-1 row-start-1":true},".collapse > input[type=\"checkbox\"],\n.collapse > input[type=\"radio\"]":{"@apply appearance-none opacity-0":true},".collapse-content":{"@apply invisible col-start-1 row-start-2 min-h-0":true,"transition":["visibility 0.2s","padding 0.2s ease-out,\n background-color 0.2s ease-out"],"@apply px-4":true,"cursor":"unset"},".collapse[open],\n.collapse-open,\n.collapse:focus:not(.collapse-close)":{"gridTemplateRows":"auto 1fr"},".collapse:not(.collapse-close):has(> input[type=\"checkbox\"]:checked),\n.collapse:not(.collapse-close):has(> input[type=\"radio\"]:checked)":{"gridTemplateRows":"auto 1fr"},".collapse[open] > .collapse-content,\n.collapse-open > .collapse-content,\n.collapse:focus:not(.collapse-close) > .collapse-content,\n.collapse:not(.collapse-close) > input[type=\"checkbox\"]:checked ~ .collapse-content,\n.collapse:not(.collapse-close) > input[type=\"radio\"]:checked ~ .collapse-content":{"@apply visible min-h-fit":true},":root .countdown":{"lineHeight":"1em"},".countdown":{"display":"inline-flex","& > *":{"height":"1em","@apply inline-block overflow-y-hidden":true,"&:before":{"position":"relative","content":"\"00\\A 01\\A 02\\A 03\\A 04\\A 05\\A 06\\A 07\\A 08\\A 09\\A 10\\A 11\\A 12\\A 13\\A 14\\A 15\\A 16\\A 17\\A 18\\A 19\\A 20\\A 21\\A 22\\A 23\\A 24\\A 25\\A 26\\A 27\\A 28\\A 29\\A 30\\A 31\\A 32\\A 33\\A 34\\A 35\\A 36\\A 37\\A 38\\A 39\\A 40\\A 41\\A 42\\A 43\\A 44\\A 45\\A 46\\A 47\\A 48\\A 49\\A 50\\A 51\\A 52\\A 53\\A 54\\A 55\\A 56\\A 57\\A 58\\A 59\\A 60\\A 61\\A 62\\A 63\\A 64\\A 65\\A 66\\A 67\\A 68\\A 69\\A 70\\A 71\\A 72\\A 73\\A 74\\A 75\\A 76\\A 77\\A 78\\A 79\\A 80\\A 81\\A 82\\A 83\\A 84\\A 85\\A 86\\A 87\\A 88\\A 89\\A 90\\A 91\\A 92\\A 93\\A 94\\A 95\\A 96\\A 97\\A 98\\A 99\\A\"","whiteSpace":"pre","top":"calc(var(--value) * -1em)","textAlign":"center","transition":"all 1s cubic-bezier(1, 0, 0, 1)"}}},".diff":{"@apply relative grid w-full overflow-hidden":true,"containerType":"inline-size","gridTemplateColumns":"auto 1fr"},".diff-resizer":{"@apply relative top-1/2 z-[1] h-12 w-[25rem] min-w-[1rem] max-w-[calc(100cqi-1rem)] resize-x overflow-hidden opacity-0":true,"transformOrigin":"100% 100%","scale":"4","translate":"1.5rem -1.5rem","clipPath":"inset(calc(100% - 0.75rem) 0 0 calc(100% - 0.75rem))"},".diff-resizer,\n.diff-item-1,\n.diff-item-2":{"@apply relative col-start-1 row-start-1":true},".diff-item-1:after":{"@apply pointer-events-none absolute bottom-0 right-px top-1/2 z-[1] h-8 w-8 content-['']":true,"translate":["50% -50%","50% -50%"],"@apply bg-base-100/50 border-base-100 outline-base-content/5 rounded-full border-2 shadow-sm outline outline-offset-[-3px] backdrop-blur":true},".diff-item-2":{"@apply overflow-hidden":true,"@apply border-base-100 border-r-2":true},".diff-item-1 > *,\n.diff-item-2 > *":{"@apply pointer-events-none absolute bottom-0 left-0 top-0 h-full w-[100cqi] max-w-none object-cover object-center":true},".divider":{"@apply flex flex-row items-center self-stretch":true,"&:before,\n &:after":{"@apply h-0.5 w-full flex-grow content-['']":true,"@apply bg-base-content/10":true},"&-start:before":{"@apply hidden":true},"&-end:after":{"@apply hidden":true},"@apply my-4 h-4 whitespace-nowrap":true,"&:not(:empty)":{"@apply gap-4":true},"&-neutral:before,\n &-neutral:after":{"@apply bg-neutral":true},"&-primary:before,\n &-primary:after":{"@apply bg-primary":true},"&-secondary:before,\n &-secondary:after":{"@apply bg-secondary":true},"&-accent:before,\n &-accent:after":{"@apply bg-accent":true},"&-success:before,\n &-success:after":{"@apply bg-success":true},"&-warning:before,\n &-warning:after":{"@apply bg-warning":true},"&-info:before,\n &-info:after":{"@apply bg-info":true},"&-error:before,\n &-error:after":{"@apply bg-error":true}},".drawer":{"@apply relative grid":true,"gridAutoColumns":"max-content auto","&-content":{"@apply col-start-2 row-start-1":true},"&-side":{"@apply pointer-events-none fixed start-0 top-0 col-start-1 row-start-1 grid w-full grid-cols-1 grid-rows-1 items-start justify-items-start overflow-y-auto overscroll-contain":true,"height":["100vh","100dvh"],"scrollbarWidth":"none","&::-webkit-scrollbar":{"@apply hidden":true},"& > .drawer-overlay":{"@apply sticky top-0 place-self-stretch":true,"@apply cursor-pointer bg-transparent transition-colors duration-200 ease-out":true},"& > *":{"@apply col-start-1 row-start-1":true},"& > *:not(.drawer-overlay)":{"@apply transition-transform duration-300 ease-out will-change-transform":true,"transform":"translateX(-100%)","[dir=\"rtl\"] &":{"transform":"translateX(100%)"}}},"&-toggle":{"@apply fixed h-0 w-0 appearance-none opacity-0":true,"&:checked":{"& ~ .drawer-side":{"@apply pointer-events-auto visible":true,"& > *:not(.drawer-overlay)":{"transform":"translateX(0%)"}}},"&:checked ~ .drawer-side":{"& > .drawer-overlay":{"backgroundColor":"#00000066"}},"&:focus-visible ~ .drawer-content label.drawer-button":{"@apply outline outline-2 outline-offset-2":true}},"&-end":{"gridAutoColumns":"auto max-content",".drawer-toggle":{"& ~ .drawer-content":{"@apply col-start-1":true},"& ~ .drawer-side":{"@apply col-start-2 justify-items-end":true},"& ~ .drawer-side > *:not(.drawer-overlay)":{"transform":"translateX(100%)","[dir=\"rtl\"] &":{"transform":"translateX(-100%)"}},"&:checked ~ .drawer-side > *:not(.drawer-overlay)":{"transform":"translateX(0%)"}}},"width":"100%"},".dropdown":{"@apply relative inline-block":true},".dropdown > *:not(summary):focus":{"@apply outline-none":true},".dropdown .dropdown-content":{"@apply absolute":true},".dropdown:is(:not(details)) .dropdown-content":{"@apply invisible opacity-0":true,"@apply origin-top scale-95 transform transition duration-200 ease-out":true},".dropdown-end .dropdown-content":{"@apply end-0":true},".dropdown-left .dropdown-content":{"@apply bottom-auto end-full top-0":true,"@apply origin-right":true},".dropdown-right .dropdown-content":{"@apply bottom-auto start-full top-0":true,"@apply origin-left":true},".dropdown-bottom .dropdown-content":{"@apply bottom-auto top-full":true,"@apply origin-top":true},".dropdown-top .dropdown-content":{"@apply bottom-full top-auto":true,"@apply origin-bottom":true},".dropdown-end.dropdown-right .dropdown-content":{"@apply bottom-0 top-auto":true},".dropdown-end.dropdown-left .dropdown-content":{"@apply bottom-0 top-auto":true},".dropdown.dropdown-open .dropdown-content,\n.dropdown:not(.dropdown-hover):focus .dropdown-content,\n.dropdown:focus-within .dropdown-content":{"@apply visible opacity-100":true},"@media (hover: hover)":[{".dropdown.dropdown-hover:hover .dropdown-content":{"@apply visible opacity-100":true}},{".dropdown.dropdown-hover:hover .dropdown-content":{"@apply scale-100":true}}],".dropdown:is(details) summary::-webkit-details-marker":{"@apply hidden":true},".file-input":{"@apply h-12 flex-shrink pe-4 text-sm leading-loose":true,"&::file-selector-button":{"@apply me-4 inline-flex h-full flex-shrink-0 cursor-pointer select-none flex-wrap items-center justify-center px-4 text-center text-sm transition duration-200 ease-out":true,"lineHeight":"1em","borderStyle":"solid","@apply border-neutral bg-neutral text-neutral-content font-semibold uppercase no-underline":true,"borderWidth":"var(--border-btn, 1px)","animation":"button-pop var(--animation-btn, 0.25s) ease-out"},"@apply border-base-content bg-base-100 rounded-btn overflow-hidden border border-opacity-0 text-base":true,"&-bordered":{"@apply border-opacity-20":true},"&:focus":{"@apply outline-base-content/20 outline outline-2 outline-offset-2":true},"&-ghost":{"@apply bg-opacity-5":true,"&:focus":{"@apply text-base-content bg-opacity-100":true,"boxShadow":"none"},"&::file-selector-button":{"@apply border border-transparent bg-transparent text-current":true}},"&-primary":{"@apply border-primary":true,"&:focus":{"@apply outline-primary":true},"&::file-selector-button":{"@apply border-primary bg-primary text-primary-content":true}},"&-secondary":{"@apply border-secondary":true,"&:focus":{"@apply outline-secondary":true},"&::file-selector-button":{"@apply border-secondary bg-secondary text-secondary-content":true}},"&-accent":{"@apply border-accent":true,"&:focus":{"@apply outline-accent":true},"&::file-selector-button":{"@apply border-accent bg-accent text-accent-content":true}},"&-info":{"@apply border-info":true,"&:focus":{"@apply outline-info":true},"&::file-selector-button":{"@apply border-info bg-info text-info-content":true}},"&-success":{"@apply border-success":true,"&:focus":{"@apply outline-success":true},"&::file-selector-button":{"@apply border-success bg-success text-success-content":true}},"&-warning":{"@apply border-warning":true,"&:focus":{"@apply outline-warning":true},"&::file-selector-button":{"@apply border-warning bg-warning text-warning-content":true}},"&-error":{"@apply border-error":true,"&:focus":{"@apply outline-error":true},"&::file-selector-button":{"@apply border-error bg-error text-error-content":true}},"&-disabled,\n &[disabled]":{"@apply border-base-200 bg-base-200 placeholder-base-content cursor-not-allowed text-opacity-20 placeholder-opacity-20":true,"&::file-selector-button":{"@apply bg-neutral text-base-content border-opacity-0 bg-opacity-20 text-opacity-20":true}}},".footer":{"@apply grid w-full grid-flow-row place-items-start":true,"& > *":{"@apply grid place-items-start":true,"@apply gap-2":true},"&-center":{"@apply place-items-center text-center":true,"& > *":{"@apply place-items-center":true}},"@apply gap-x-4 gap-y-10 text-sm":true,"&-title":{"@apply mb-2 font-bold uppercase opacity-60":true}},"@media (min-width: 48rem)":{".footer":{"gridAutoFlow":"column"},".footer-center":{"gridAutoFlow":"row dense"}},".form-control":{"@apply flex flex-col":true},".label":{"@apply flex select-none items-center justify-between":true,"@apply px-1 py-2":true,"&-text":{"@apply text-base-content text-sm":true},"&-text-alt":{"@apply text-base-content text-xs":true},"a":{"@apply [@media(hover:hover)]:hover:text-base-content":true}},".hero":{"@apply grid w-full place-items-center bg-cover bg-center":true,"& > *":{"@apply col-start-1 row-start-1":true},"&-overlay":{"@apply col-start-1 row-start-1 h-full w-full":true,"@apply bg-neutral bg-opacity-50":true},"&-content":{"@apply z-0 flex items-center justify-center":true,"@apply max-w-7xl gap-4 p-4":true}},".indicator":{"@apply relative inline-flex":true,"width":"max-content","& :where(.indicator-item)":{"zIndex":"1","@apply absolute transform whitespace-nowrap":true}},".input":{"@apply flex-shrink":true,"@apply h-12 px-4 text-sm leading-loose":true,"@apply bg-base-100 rounded-btn border border-transparent text-base":true,"input:focus":{"@apply outline-none":true},"&[list]::-webkit-calendar-picker-indicator":{"lineHeight":"1em"},"&-bordered":{"@apply border-base-content/20":true},"&:focus,\n &:focus-within":{"boxShadow":"none","@apply border-base-content/20 outline-base-content/20 outline outline-2 outline-offset-2":true},"&-ghost":{"@apply bg-opacity-5":true,"&:focus,\n &:focus-within":{"@apply text-base-content bg-opacity-100":true,"boxShadow":"none"}},"&-primary":{"@apply border-primary":true,"&:focus,\n &:focus-within":{"@apply outline-primary border-primary":true}},"&-secondary":{"@apply border-secondary":true,"&:focus,\n &:focus-within":{"@apply outline-secondary border-secondary":true}},"&-accent":{"@apply border-accent":true,"&:focus,\n &:focus-within":{"@apply outline-accent border-accent":true}},"&-info":{"@apply border-info":true,"&:focus,\n &:focus-within":{"@apply outline-info border-info":true}},"&-success":{"@apply border-success":true,"&:focus,\n &:focus-within":{"@apply outline-success border-success":true}},"&-warning":{"@apply border-warning":true,"&:focus,\n &:focus-within":{"@apply outline-warning border-warning":true}},"&-error":{"@apply border-error":true,"&:focus,\n &:focus-within":{"@apply outline-error border-error":true}},"&-disabled,\n &:disabled,\n &[disabled]":{"@apply border-base-200 bg-base-200 placeholder-base-content text-base-content/40 cursor-not-allowed placeholder-opacity-20":true}},".join":{"@apply inline-flex items-stretch":true,"& :where(.join-item)":{"borderStartEndRadius":"0","borderEndEndRadius":"0","borderEndStartRadius":"0","borderStartStartRadius":"0"},"& .join-item:not(:first-child):not(:last-child),\n & *:not(:first-child):not(:last-child) .join-item":{"borderStartEndRadius":"0","borderEndEndRadius":"0","borderEndStartRadius":"0","borderStartStartRadius":"0"},"& .join-item:first-child:not(:last-child),\n & *:first-child:not(:last-child) .join-item":{"borderStartEndRadius":"0","borderEndEndRadius":"0"},"& .dropdown .join-item:first-child:not(:last-child),\n & *:first-child:not(:last-child) .dropdown .join-item":{"borderStartEndRadius":"inherit","borderEndEndRadius":"inherit"},"& :where(.join-item:first-child:not(:last-child)),\n & :where(*:first-child:not(:last-child) .join-item)":{"borderEndStartRadius":"inherit","borderStartStartRadius":"inherit"},"& .join-item:last-child:not(:first-child),\n & *:last-child:not(:first-child) .join-item":{"borderEndStartRadius":"0","borderStartStartRadius":"0"},"& :where(.join-item:last-child:not(:first-child)),\n & :where(*:last-child:not(:first-child) .join-item)":{"borderStartEndRadius":"inherit","borderEndEndRadius":"inherit"},"@apply rounded-btn":true,"& > :where(*:not(:first-child))":{"@apply my-0 -ms-px":true},"&-item:focus":{"@apply isolate":true}},"@supports not selector(:has(*))":{":where(.join *)":{"@apply rounded-[inherit]":true}},"@supports selector(:has(*))":{":where(.join *:has(.join-item))":{"@apply rounded-[inherit]":true}},".kbd":{"@apply inline-flex items-center justify-center":true,"@apply border-base-content bg-base-200 rounded-btn border border-opacity-20 px-2":true,"borderBottomWidth":"2px","minHeight":"2.2em","minWidth":"2.2em"},".link":{"@apply cursor-pointer underline":true,"&-hover":{"@apply no-underline [@media(hover:hover)]:hover:underline":true},"&-primary":{"@apply text-primary [@media(hover:hover)]:hover:text-[color-mix(in_oklab,theme(colors.primary)_80%,black)]":true},"&-secondary":{"@apply text-secondary [@media(hover:hover)]:hover:text-[color-mix(in_oklab,theme(colors.secondary)_80%,black)]":true},"&-accent":{"@apply text-accent [@media(hover:hover)]:hover:text-[color-mix(in_oklab,theme(colors.accent)_80%,black)]":true},"&-neutral":{"@apply text-neutral [@media(hover:hover)]:hover:text-[color-mix(in_oklab,theme(colors.neutral)_80%,black)]":true},"&-success":{"@apply text-success [@media(hover:hover)]:hover:text-[color-mix(in_oklab,theme(colors.success)_80%,black)]":true},"&-info":{"@apply text-info [@media(hover:hover)]:hover:text-[color-mix(in_oklab,theme(colors.info)_80%,black)]":true},"&-warning":{"@apply text-warning [@media(hover:hover)]:hover:text-[color-mix(in_oklab,theme(colors.warning)_80%,black)]":true},"&-error":{"@apply text-error [@media(hover:hover)]:hover:text-[color-mix(in_oklab,theme(colors.error)_80%,black)]":true},"&:focus":{"@apply outline-none":true},"&:focus-visible":{"outline":"2px solid currentColor","outlineOffset":"2px"}},".mask":{"maskSize":"contain","maskRepeat":"no-repeat","maskPosition":"center","&-squircle":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e\")"},"&-decagon":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-diamond":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-heart":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e\")"},"&-hexagon":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e\")"},"&-hexagon-2":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e\")"},"&-circle":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-parallelogram":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='200' height='154' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M46.154 0H200l-46.154 153.846H0z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-parallelogram-2":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='200' height='154' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M153.846 0H0l46.154 153.846H200z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-parallelogram-3":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='154' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.077 47.077v153.846l153.846-46.154V.923z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-parallelogram-4":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='154' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M153.923 47.077v153.846L.077 154.77V.923z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-pentagon":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-square":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 0h200v200H0z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-star":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-star-2":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-triangle":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-triangle-2":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-triangle-3":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e\")"},"&-triangle-4":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e\")"}},".mask-half-1":{"maskSize":"200%","maskPosition":"left","@apply [mask-position:left] rtl:[mask-position:right]":true},".mask-half-2":{"maskSize":"200%","maskPosition":"right","@apply [mask-position:right] rtl:[mask-position:left]":true},".menu":{"@apply flex flex-col flex-wrap text-sm":true,":where(li ul)":{"@apply relative whitespace-nowrap":true},":where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),\n :where(li:not(.menu-title) > details > summary:not(.menu-title))":{"@apply grid grid-flow-col content-start items-center gap-2":true,"gridAutoColumns":"minmax(auto, max-content) auto max-content","userSelect":"none"},"& li.disabled":{"@apply cursor-not-allowed select-none":true},":where(li > .menu-dropdown:not(.menu-dropdown-show))":{"@apply hidden":true},"@apply p-2":true},":where(.menu li)":{"@apply relative flex shrink-0 flex-col flex-wrap items-stretch":true,".badge":{"@apply justify-self-end":true}},".mockup":{"&-code":{"@apply relative overflow-hidden overflow-x-auto":true,"pre[data-prefix]":{"&:before":{"content":["attr(data-prefix)","attr(data-prefix)"],"@apply inline-block text-right":true,"@apply w-8 opacity-50":true}},"@apply bg-neutral text-neutral-content rounded-box min-w-[18rem] py-5":true,"direction":"ltr","&:before":{"content":"\"\"","@apply mb-4 block h-3 w-3 rounded-full opacity-30":true,"boxShadow":"1.4em 0,\n 2.8em 0,\n 4.2em 0"},"pre":{"@apply pr-5":true,"&:before":{"content":"\"\"","marginRight":"2ch"}}},"&-window":{"@apply relative overflow-hidden overflow-x-auto":true,"pre[data-prefix]":{"&:before":{"content":"attr(data-prefix)","@apply inline-block text-right":true}},"@apply rounded-box flex flex-col pt-5":true,"&:before":{"content":"\"\"","@apply mb-4 block aspect-square h-3 shrink-0 self-start rounded-full opacity-30 rtl:self-end":true,"boxShadow":"1.4em 0,\n 2.8em 0,\n 4.2em 0"}},"&-browser":{"@apply relative overflow-hidden overflow-x-auto":true,"pre[data-prefix]":{"&:before":{"content":"attr(data-prefix)","@apply inline-block text-right":true}},"@apply rounded-box":true,".mockup-browser-toolbar":{"@apply my-3 inline-flex w-full items-center pr-[1.4em] rtl:flex-row-reverse":true,"&:before":{"content":"\"\"","@apply mr-[4.8rem] inline-block aspect-square h-3 rounded-full opacity-30":true,"boxShadow":"1.4em 0,\n 2.8em 0,\n 4.2em 0"},".input":{"@apply bg-base-200 relative mx-auto block h-7 w-96 overflow-hidden text-ellipsis whitespace-nowrap pl-8":true,"direction":"ltr","&:before":{"content":"\"\"","@apply absolute left-2 top-1/2 aspect-square h-3 -translate-y-1/2 rounded-full border-2 border-current opacity-60":true},"&:after":{"content":"\"\"","@apply absolute left-5 top-1/2 h-2 translate-y-1/4 -rotate-45 rounded-full border border-current opacity-60":true}}}},"&-phone":{"display":"inline-block","border":"4px solid #444","borderRadius":"50px","backgroundColor":"#000","padding":"10px","margin":"0 auto","overflow":"hidden",".camera":{"position":"relative","top":"0px","left":"0px","background":"#000","height":"25px","width":"150px","margin":"0 auto","borderBottomLeftRadius":"17px","borderBottomRightRadius":"17px","zIndex":"11","&:before":{"content":"\"\"","position":"absolute","top":"35%","left":"50%","width":"50px","height":"4px","borderRadius":"5px","backgroundColor":"#0c0b0e","transform":"translate(-50%, -50%)"},"&:after":{"content":"\"\"","position":"absolute","top":"20%","left":"70%","width":"8px","height":"8px","borderRadius":"5px","backgroundColor":"#0f0b25"}},".display":{"overflow":"hidden","borderRadius":"40px","marginTop":"-25px"}}},".modal":{"@apply pointer-events-none fixed inset-0 m-0 grid h-full max-h-none w-full max-w-none justify-items-center p-0 opacity-0":true,"overscrollBehavior":["contain","contain"],"zIndex":"999","@apply bg-transparent text-[inherit] duration-200 ease-out":true,"transitionProperty":"transform, opacity, visibility","overflowY":"hidden","&:not(dialog:not(.modal-open)),\n &::backdrop":{"backgroundColor":"rgba(0, 0, 0, 0.3)","animation":"modal-pop 0.2s ease-out"}},".modal-scroll":{"overscrollBehavior":"auto"},":where(.modal)":{"@apply items-center":true},".modal-box":{"maxHeight":"calc(100vh - 5em)","@apply bg-base-100 rounded-b-box rounded-t-box col-start-1 row-start-1 w-11/12 max-w-lg scale-90 transform p-6 transition duration-200 ease-out":true,"boxShadow":"rgba(0, 0, 0, 0.25) 0px 25px 50px -12px","overflowY":"auto","overscrollBehavior":"contain"},".modal-open,\n.modal:target,\n.modal-toggle:checked + .modal,\n.modal[open]":{"@apply pointer-events-auto visible opacity-100":true},".modal-action":{"@apply flex":true,"@apply mt-6 justify-end space-x-2":true},".modal-toggle":{"@apply fixed h-0 w-0 appearance-none opacity-0":true},":root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open]))":{"@apply overflow-hidden":true},".navbar":{"@apply flex items-center":true,"padding":"var(--navbar-padding, 0.5rem)","minHeight":"4rem","@apply w-full":true},":where(.navbar > *)":{"@apply inline-flex items-center":true},".navbar-start":{"width":"50%","justifyContent":"flex-start"},".navbar-center":{"flexShrink":"0"},".navbar-end":{"width":"50%","justifyContent":"flex-end"},".progress":{"@apply relative w-full appearance-none overflow-hidden":true,"@apply rounded-box bg-base-content/20 h-2":true,"&::-moz-progress-bar":{"@apply bg-base-content rounded-box":true},"&-primary::-moz-progress-bar":{"@apply bg-primary rounded-box":true},"&-secondary::-moz-progress-bar":{"@apply bg-secondary rounded-box":true},"&-accent::-moz-progress-bar":{"@apply bg-accent rounded-box":true},"&-info::-moz-progress-bar":{"@apply bg-info rounded-box":true},"&-success::-moz-progress-bar":{"@apply bg-success rounded-box":true},"&-warning::-moz-progress-bar":{"@apply bg-warning rounded-box":true},"&-error::-moz-progress-bar":{"@apply bg-error rounded-box":true},"&:indeterminate":{"-ProgressColor":"theme(colors.base-content)"},"&-primary:indeterminate":{"-ProgressColor":"theme(colors.primary)"},"&-secondary:indeterminate":{"-ProgressColor":"theme(colors.secondary)"},"&-accent:indeterminate":{"-ProgressColor":"theme(colors.accent)"},"&-info:indeterminate":{"-ProgressColor":"theme(colors.info)"},"&-success:indeterminate":{"-ProgressColor":"theme(colors.success)"},"&-warning:indeterminate":{"-ProgressColor":"theme(colors.warning)"},"&-error:indeterminate":{"-ProgressColor":"theme(colors.error)"},"&::-webkit-progress-bar":{"@apply rounded-box bg-transparent":true},"&::-webkit-progress-value":{"@apply bg-base-content rounded-box":true},"&-primary::-webkit-progress-value":{"@apply bg-primary":true},"&-secondary::-webkit-progress-value":{"@apply bg-secondary":true},"&-accent::-webkit-progress-value":{"@apply bg-accent":true},"&-info::-webkit-progress-value":{"@apply bg-info":true},"&-success::-webkit-progress-value":{"@apply bg-success":true},"&-warning::-webkit-progress-value":{"@apply bg-warning":true},"&-error::-webkit-progress-value":{"@apply bg-error":true}},".radial-progress":{"@apply relative inline-grid h-[var(--size)] w-[var(--size)] place-content-center rounded-full bg-transparent":true,"verticalAlign":"middle","boxSizing":"content-box","-Value":"0","-Size":"5rem","-Thickness":"calc(var(--size) / 10)"},".radial-progress::-moz-progress-bar":{"@apply appearance-none bg-transparent":true},".radial-progress::-webkit-progress-value":{"@apply appearance-none bg-transparent":true},".radial-progress::-webkit-progress-bar":{"@apply appearance-none bg-transparent":true},".radial-progress:before,\n.radial-progress:after":{"@apply absolute rounded-full":true,"content":"\"\""},".radial-progress:before":{"@apply inset-0":true,"background":"radial-gradient(farthest-side, currentColor 98%, #0000) top/var(--thickness) var(--thickness)\n no-repeat,\n conic-gradient(currentColor calc(var(--value) * 1%), #0000 0)","WebkitMask":"radial-gradient(\n farthest-side,\n #0000 calc(99% - var(--thickness)),\n #000 calc(100% - var(--thickness))\n )","mask":"radial-gradient(\n farthest-side,\n #0000 calc(99% - var(--thickness)),\n #000 calc(100% - var(--thickness))\n )"},".radial-progress:after":{"inset":"calc(50% - var(--thickness) / 2)","transform":"rotate(calc(var(--value) * 3.6deg - 90deg)) translate(calc(var(--size) / 2 - 50%))","@apply bg-current":true},".radio":{"@apply shrink-0":true,"-Chkbg":"var(--bc)","@apply border-base-content h-6 w-6 cursor-pointer appearance-none rounded-full border border-opacity-20":true,"&:focus":{"boxShadow":"none"},"&:focus-visible":{"@apply outline-base-content outline outline-2 outline-offset-2":true},"&:checked,\n &[aria-checked=\"true\"]":{"@apply bg-base-content":true,"backgroundImage":"none","animation":"radiomark var(--animation-input, 0.2s) ease-out","boxShadow":"0 0 0 4px theme(colors.base-100) inset,\n 0 0 0 4px theme(colors.base-100) inset"},"&-primary":{"-Chkbg":"var(--p)","@apply border-primary [@media(hover:hover)]:hover:border-primary":true,"&:focus-visible":{"@apply outline-primary":true},"&:checked,\n &[aria-checked=\"true\"]":{"@apply border-primary bg-primary text-primary-content":true}},"&-secondary":{"-Chkbg":"var(--s)","@apply border-secondary [@media(hover:hover)]:hover:border-secondary":true,"&:focus-visible":{"@apply outline-secondary":true},"&:checked,\n &[aria-checked=\"true\"]":{"@apply border-secondary bg-secondary text-secondary-content":true}},"&-accent":{"-Chkbg":"var(--a)","@apply border-accent [@media(hover:hover)]:hover:border-accent":true,"&:focus-visible":{"@apply outline-accent":true},"&:checked,\n &[aria-checked=\"true\"]":{"@apply border-accent bg-accent text-accent-content":true}},"&-success":{"-Chkbg":"var(--su)","@apply border-success [@media(hover:hover)]:hover:border-success":true,"&:focus-visible":{"@apply outline-success":true},"&:checked,\n &[aria-checked=\"true\"]":{"@apply border-success bg-success text-success-content":true}},"&-warning":{"-Chkbg":"var(--wa)","@apply border-warning [@media(hover:hover)]:hover:border-warning":true,"&:focus-visible":{"@apply outline-warning":true},"&:checked,\n &[aria-checked=\"true\"]":{"@apply border-warning bg-warning text-warning-content":true}},"&-info":{"-Chkbg":"var(--in)","@apply border-info [@media(hover:hover)]:hover:border-info":true,"&:focus-visible":{"@apply outline-info":true},"&:checked,\n &[aria-checked=\"true\"]":{"@apply border-info bg-info text-info-content":true}},"&-error":{"-Chkbg":"var(--er)","@apply border-error [@media(hover:hover)]:hover:border-error":true,"&:focus-visible":{"@apply outline-error":true},"&:checked,\n &[aria-checked=\"true\"]":{"@apply border-error bg-error text-error-content":true}},"&:disabled":{"@apply cursor-not-allowed opacity-20":true}},".range":{"@apply h-6 w-full cursor-pointer":true,"&:focus":{"outline":"none"},"appearance":"none","WebkitAppearance":"none","-RangeShdw":"theme(colors.base-content)","@apply rounded-box overflow-hidden bg-transparent":true,"&:focus-visible::-webkit-slider-thumb":{"-FocusShadow":"0 0 0 6px theme(colors.base-100) inset, 0 0 0 2rem var(--range-shdw) inset"},"&:focus-visible::-moz-range-thumb":{"-FocusShadow":"0 0 0 6px theme(colors.base-100) inset, 0 0 0 2rem var(--range-shdw) inset"},"&::-webkit-slider-runnable-track":{"@apply rounded-box bg-base-content/10 h-2 w-full":true},"&::-moz-range-track":{"@apply rounded-box bg-base-content/10 h-2 w-full":true},"&::-webkit-slider-thumb":{"@apply rounded-box bg-base-100 relative h-6 w-6 border-none":true,"appearance":"none","WebkitAppearance":"none","top":"50%","color":"var(--range-shdw)","transform":"translateY(-50%)","-FillerSize":"100rem","-FillerOffset":"0.6rem","boxShadow":"0 0 0 3px var(--range-shdw) inset,\n var(--focus-shadow, 0 0),\n calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size)"},"&::-moz-range-thumb":{"@apply rounded-box bg-base-100 relative h-6 w-6 border-none":true,"top":"50%","color":"var(--range-shdw)","-FillerSize":"100rem","-FillerOffset":"0.5rem","boxShadow":"0 0 0 3px var(--range-shdw) inset,\n var(--focus-shadow, 0 0),\n calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size)"},"&-primary":{"-RangeShdw":"theme(colors.primary)"},"&-secondary":{"-RangeShdw":"theme(colors.secondary)"},"&-accent":{"-RangeShdw":"theme(colors.accent)"},"&-success":{"-RangeShdw":"theme(colors.success)"},"&-warning":{"-RangeShdw":"theme(colors.warning)"},"&-info":{"-RangeShdw":"theme(colors.info)"},"&-error":{"-RangeShdw":"theme(colors.error)"}},".rating":{"@apply relative inline-flex":true,":where(input)":{"@apply cursor-pointer rounded-none":true,"animation":"rating-pop var(--animation-input, 0.25s) ease-out","@apply bg-base-content h-6 w-6 bg-opacity-100":true},"& input":{"@apply appearance-none":true,"WebkitAppearance":"none"},"& .rating-hidden":{"@apply w-2 bg-transparent":true},"input[type=\"radio\"]:checked":{"backgroundImage":"none"},"input:checked ~ input,\n input[aria-checked=\"true\"] ~ input":{"@apply bg-opacity-20":true},"input:focus-visible":{"@apply transition-transform duration-300 ease-out":true,"transform":"translateY(-0.125em)"},"& input:active:focus":{"animation":"none","transform":"translateY(-0.125em)"}},".select":{"@apply inline-flex cursor-pointer select-none appearance-none":true,"@apply h-12 min-h-[3rem] pl-4 pr-10 text-sm leading-loose":true,"&[multiple]":{"@apply h-auto":true},"@apply bg-base-100 rounded-btn border border-transparent pr-10":true,"&-bordered":{"@apply border-base-content/20":true},"backgroundImage":"linear-gradient(45deg, transparent 50%, currentColor 50%),\n linear-gradient(135deg, currentColor 50%, transparent 50%)","backgroundPosition":"calc(100% - 20px) calc(1px + 50%),\n calc(100% - 16.1px) calc(1px + 50%)","backgroundSize":"4px 4px,\n 4px 4px","backgroundRepeat":"no-repeat","&:focus":{"boxShadow":"none","@apply border-base-content/20 outline-base-content/20 outline outline-2 outline-offset-2":true},"&-ghost":{"@apply bg-opacity-5":true,"&:focus":{"@apply text-base-content bg-opacity-100":true}},"&-primary":{"@apply border-primary":true,"&:focus":{"@apply outline-primary border-primary":true}},"&-secondary":{"@apply border-secondary":true,"&:focus":{"@apply outline-secondary border-secondary":true}},"&-accent":{"@apply border-accent":true,"&:focus":{"@apply outline-accent border-accent":true}},"&-info":{"@apply border-info":true,"&:focus":{"@apply outline-info border-info":true}},"&-success":{"@apply border-success":true,"&:focus":{"@apply outline-success border-success":true}},"&-warning":{"@apply border-warning":true,"&:focus":{"@apply outline-warning border-warning":true}},"&-error":{"@apply border-error":true,"&:focus":{"@apply outline-error border-error":true}},"&-disabled,\n &:disabled,\n &[disabled]":{"@apply border-base-200 bg-base-200 placeholder-base-content cursor-not-allowed text-opacity-20 placeholder-opacity-20":true},"&-multiple,\n &[multiple],\n &[size]&:not([size=\"1\"])":{"@apply bg-none pr-4":true}},".stack":{"@apply inline-grid":true,"& > *":{"@apply col-start-1 row-start-1":true,"transform":"translateY(10%) scale(0.9)","zIndex":"1","@apply w-full":true,"@apply opacity-60":true},"& > *:nth-child(2)":{"transform":"translateY(5%) scale(0.95)","zIndex":"2","@apply opacity-80":true},"& > *:nth-child(1)":{"transform":"translateY(0) scale(1)","zIndex":"3","@apply opacity-100":true},"@apply place-items-center items-end":true},".stats":{"@apply inline-grid":true,"@apply bg-base-100 text-base-content rounded-box":true},":where(.stats)":{"@apply grid-flow-col":true,"@apply divide-x divide-y-0 overflow-x-auto":true},".stat":{"@apply inline-grid w-full":true,"gridTemplateColumns":"repeat(1, 1fr)","&-figure":{"@apply col-start-2 row-span-3 row-start-1 place-self-center justify-self-end":true},"&-title":{"@apply col-start-1 whitespace-nowrap":true,"@apply text-base-content/60":true},"&-value":{"@apply col-start-1 whitespace-nowrap":true,"@apply text-4xl font-extrabold":true},"&-desc":{"@apply col-start-1 whitespace-nowrap":true,"@apply text-base-content/60 text-xs":true},"&-actions":{"@apply col-start-1 whitespace-nowrap":true,"@apply mt-4":true},"@apply border-base-content gap-x-4 border-opacity-10 px-6 py-4":true},".steps":{"@apply inline-grid grid-flow-col overflow-hidden overflow-x-auto":true,"counterReset":"step","gridAutoColumns":"1fr",".step":{"@apply grid grid-cols-1 grid-rows-2 place-items-center text-center":true,"gridTemplateRows":"40px 1fr","gridTemplateColumns":"auto","minWidth":"4rem","&:before":{"@apply bg-base-300 text-base-content top-0 col-start-1 row-start-1 h-2 w-full transform":true,"content":"\"\"","marginInlineStart":"-100%"},"&:after":{"content":"counter(step)","counterIncrement":"step","zIndex":"1","@apply bg-base-300 text-base-content relative col-start-1 row-start-1 grid h-8 w-8 place-items-center place-self-center rounded-full":true},"&:first-child:before":{"content":"none"},"&[data-content]:after":{"content":"attr(data-content)"}},".step-neutral + .step-neutral:before,\n .step-neutral:after":{"@apply bg-neutral text-neutral-content":true},".step-primary + .step-primary:before,\n .step-primary:after":{"@apply bg-primary text-primary-content":true},".step-secondary + .step-secondary:before,\n .step-secondary:after":{"@apply bg-secondary text-secondary-content":true},".step-accent + .step-accent:before,\n .step-accent:after":{"@apply bg-accent text-accent-content":true},".step-info + .step-info:before":{"@apply bg-info":true},".step-info:after":{"@apply bg-info text-info-content":true},".step-success + .step-success:before":{"@apply bg-success":true},".step-success:after":{"@apply bg-success text-success-content":true},".step-warning + .step-warning:before":{"@apply bg-warning":true},".step-warning:after":{"@apply bg-warning text-warning-content":true},".step-error + .step-error:before":{"@apply bg-error":true},".step-error:after":{"@apply bg-error text-error-content":true}},".swap":{"@apply relative inline-grid select-none place-content-center":true,"@apply cursor-pointer":true},".swap > *":{"@apply col-start-1 row-start-1":true,"@apply duration-300 ease-out":true,"transitionProperty":"transform, opacity"},".swap input":{"@apply appearance-none":true},".swap .swap-on,\n.swap .swap-indeterminate,\n.swap input:indeterminate ~ .swap-on":{"@apply opacity-0":true},".swap input:checked ~ .swap-off,\n.swap-active .swap-off,\n.swap input:indeterminate ~ .swap-off":{"@apply opacity-0":true},".swap input:checked ~ .swap-on,\n.swap-active .swap-on,\n.swap input:indeterminate ~ .swap-indeterminate":{"@apply opacity-100":true},".tabs":{"@apply grid items-end":true},".tabs-lifted":{"&:has(.tab-content[class^=\"rounded-\"]) .tab:first-child:not(.tab-active),\n &:has(.tab-content[class*=\" rounded-\"]) .tab:first-child:not(.tab-active)":{"@apply border-b-transparent":true}},".tab":{"@apply relative row-start-1 inline-flex h-8 cursor-pointer select-none appearance-none flex-wrap items-center justify-center text-center text-sm leading-loose":true,"-TabPadding":"1rem","&:is(input[type=\"radio\"]):after":{"-TwContent":"attr(aria-label)","content":"var(--tw-content)"},"&:not(input):empty":{"@apply cursor-default":true,"gridColumnStart":"span 9999"},"@apply text-opacity-50 [@media(hover:hover)]:hover:text-opacity-100":true,"-TabColor":"theme(colors.base-content)","-TabBg":"theme(colors.base-100)","-TabBorderColor":"theme(colors.base-300)","color":"var(--tab-color)","paddingInlineStart":"var(--tab-padding, 1rem)","paddingInlineEnd":"var(--tab-padding, 1rem)","&.tab-active:not(.tab-disabled):not([disabled]),\n &:is(input:checked)":{"@apply border-base-content border-opacity-100 text-opacity-100":true},"&:focus":{"@apply outline-none":true},"&:focus-visible":{"outline":"2px solid currentColor","outlineOffset":"-5px"},"&-disabled,\n &[disabled]":{"@apply text-base-content cursor-not-allowed text-opacity-20":true},"@media (hover: hover)":{"&[disabled],\n &[disabled]:hover":{"@apply text-base-content cursor-not-allowed text-opacity-20":true}}},".tab-content":{"@apply col-span-full col-end-[span_9999] row-start-2 -mt-[--tab-border] hidden border-transparent":true,"borderWidth":"var(--tab-border, 0)",":checked + &:nth-child(2),\n .tab-active + &:nth-child(2)":{"@apply rounded-ss-none":true}},"input.tab:checked + .tab-content,\n.tab-active + .tab-content":{"@apply block":true},".table":{"@apply relative w-full":true,":where(.table-pin-rows thead tr)":{"@apply bg-base-100 sticky top-0 z-[1]":true},":where(.table-pin-rows tfoot tr)":{"@apply bg-base-100 sticky bottom-0 z-[1]":true},":where(.table-pin-cols tr th)":{"@apply bg-base-100 sticky left-0 right-0":true},"&-zebra tbody tr:nth-child(even) :where(.table-pin-cols tr th)":{"@apply bg-base-200":true},"@apply rounded-box text-left text-sm rtl:text-right":true,":where(th, td)":{"@apply px-4 py-3 align-middle":true},"tr.active,\n tr.active:nth-child(even),\n &-zebra tbody tr:nth-child(even)":{"@apply bg-base-200":true},"tr.hover,\n tr.hover:nth-child(even)":{"@apply [@media(hover:hover)]:hover:bg-base-200":true},"&-zebra":{"tr.active,\n tr.active:nth-child(even),\n &-zebra tbody tr:nth-child(even)":{"@apply bg-base-300":true}},"&-zebra tr.hover,\n &-zebra tr.hover:nth-child(even)":{"@apply [@media(hover:hover)]:hover:bg-base-300":true},":where(thead, tbody)":{":where(tr:not(:last-child)),\n :where(tr:first-child:last-child)":{"@apply border-b-base-200 border-b":true}},":where(thead, tfoot)":{"@apply text-base-content/60 whitespace-nowrap text-xs font-bold":true}},".textarea":{"@apply min-h-[3rem] flex-shrink":true,"@apply px-4 py-2 text-sm leading-loose":true,"@apply bg-base-100 rounded-btn border border-transparent":true,"&-bordered":{"@apply border-base-content/20":true},"&:focus":{"boxShadow":"none","@apply border-base-content/20 outline-base-content/20 outline outline-2 outline-offset-2":true},"&-ghost":{"@apply bg-opacity-5":true,"&:focus":{"@apply text-base-content bg-opacity-100":true,"boxShadow":"none"}},"&-primary":{"@apply border-primary":true,"&:focus":{"@apply outline-primary border-primary":true}},"&-secondary":{"@apply border-secondary":true,"&:focus":{"@apply outline-secondary border-secondary":true}},"&-accent":{"@apply border-accent":true,"&:focus":{"@apply outline-accent border-accent":true}},"&-info":{"@apply border-info":true,"&:focus":{"@apply outline-info border-info":true}},"&-success":{"@apply border-success":true,"&:focus":{"@apply outline-success border-success":true}},"&-warning":{"@apply border-warning":true,"&:focus":{"@apply outline-warning border-warning":true}},"&-error":{"@apply border-error":true,"&:focus":{"@apply outline-error border-error":true}},"&-disabled,\n &:disabled,\n &[disabled]":{"@apply border-base-200 bg-base-200 placeholder-base-content cursor-not-allowed text-opacity-20 placeholder-opacity-20":true}},".timeline":{"@apply relative flex":true},":where(.timeline > li)":{"@apply relative grid shrink-0 items-center":true,"gridTemplateRows":"var(--timeline-row-start, minmax(0, 1fr)) auto var(\n --timeline-row-end,\n minmax(0, 1fr)\n )","gridTemplateColumns":"var(--timeline-col-start, minmax(0, 1fr)) auto var(\n --timeline-col-end,\n minmax(0, 1fr)\n )"},".timeline > li > hr":{"@apply w-full border-0":true},":where(.timeline > li > hr)":{"&:first-child":{"@apply col-start-1 row-start-2":true},"&:last-child":{"@apply col-start-3 col-end-[none] row-start-2 row-end-auto":true}},".timeline-start":{"@apply col-start-1 col-end-4 row-start-1 row-end-2 m-1 self-end justify-self-center":true},".timeline-middle":{"@apply col-start-2 row-start-2":true},".timeline-end":{"@apply col-start-1 col-end-4 row-start-3 row-end-4 m-1 self-start justify-self-center":true},".toast":{"@apply fixed flex min-w-fit flex-col whitespace-nowrap":true,"@apply gap-2 p-4":true,"& > *":{"animation":"toast-pop 0.25s ease-out"}},".toggle":{"@apply shrink-0":true,"-Tglbg":"theme(colors.base-100)","-Handleoffset":"1.5rem","-Handleoffsetcalculator":"calc(var(--handleoffset) * -1)","-Togglehandleborder":"0 0","@apply text-base-content/50 rounded-badge h-6 w-12 cursor-pointer appearance-none border border-current bg-current":true,"transition":"background,\n box-shadow var(--animation-input, 0.2s) ease-out","boxShadow":"var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,\n 0 0 0 2px var(--tglbg) inset,\n var(--togglehandleborder)","[dir=\"rtl\"] &":{"-Handleoffsetcalculator":"calc(var(--handleoffset) * 1)"},"&:focus-visible":{"@apply outline-base-content/20 outline outline-2 outline-offset-2":true},"&:hover":{"@apply bg-current":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"backgroundImage":"none","-Handleoffsetcalculator":"var(--handleoffset)","@apply text-base-content":true,"[dir=\"rtl\"] &":{"-Handleoffsetcalculator":"calc(var(--handleoffset) * -1)"}},"&:indeterminate":{"@apply text-base-content":true,"boxShadow":"calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,\n calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,\n 0 0 0 2px var(--tglbg) inset","[dir=\"rtl\"] &":{"boxShadow":"calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,\n calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,\n 0 0 0 2px var(--tglbg) inset"}},"&-primary":{"&:focus-visible":{"@apply outline-primary":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-primary bg-primary text-primary-content border-opacity-10":true}},"&-secondary":{"&:focus-visible":{"@apply outline-secondary":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-secondary bg-secondary text-secondary-content border-opacity-10":true}},"&-accent":{"&:focus-visible":{"@apply outline-accent":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-accent bg-accent text-accent-content border-opacity-10":true}},"&-success":{"&:focus-visible":{"@apply outline-success":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-success bg-success text-success-content border-opacity-10":true}},"&-warning":{"&:focus-visible":{"@apply outline-warning":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-warning bg-warning text-warning-content border-opacity-10":true}},"&-info":{"&:focus-visible":{"@apply outline-info":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-info bg-info text-info-content border-opacity-10":true}},"&-error":{"&:focus-visible":{"@apply outline-error":true},"&:checked,\n &[checked=\"true\"],\n &[aria-checked=\"true\"]":{"@apply border-error bg-error text-error-content border-opacity-10":true}},"&:disabled":{"@apply border-base-content cursor-not-allowed bg-transparent opacity-30":true,"-Togglehandleborder":"0 0 0 3px theme(colors.base-content) inset,\n var(--handleoffsetcalculator) 0 0 3px theme(colors.base-content) inset"}},".avatar-group":{"@apply flex overflow-hidden":true,":where(.avatar)":{"@apply border-base-100 overflow-hidden rounded-full border-4":true}},"[dir=\"rtl\"] .breadcrumbs > ul > li + *:before,\n[dir=\"rtl\"] .breadcrumbs > ol > li + *:before":{"-TwRotate":"-135deg"},".btn:is(input[type=\"checkbox\"]:checked),\n.btn:is(input[type=\"radio\"]:checked)":{"@apply border-primary bg-primary text-primary-content":true,"@media (hover: hover)":{"&:hover":{"backgroundColor":"color-mix(in oklab, theme(colors.primary) 90%, black)","borderColor":"color-mix(in oklab, theme(colors.primary) 90%, black)"}},"&:focus-visible":{"@apply outline-primary":true}},"@keyframes button-pop":{"0%":{"transform":"scale(var(--btn-focus-scale, 0.98))"},"40%":{"transform":"scale(1.02)"},"100%":{"transform":"scale(1)"}},"@keyframes checkmark":{"0%":{"backgroundPositionY":"5px"},"50%":{"backgroundPositionY":"-2px"},"100%":{"backgroundPositionY":"0"}},".checkbox-mark":{"@apply hidden":true},"details.collapse":{"@apply w-full":true,"& summary":{"@apply relative block":true,"&::-webkit-details-marker":{"@apply hidden":true}}},".collapse:focus-visible":{"@apply outline-base-content outline outline-2 outline-offset-2":true},"details.collapse summary":{"@apply outline-none":true},".collapse:has(.collapse-title:focus-visible),\n.collapse:has(> input[type=\"checkbox\"]:focus-visible),\n.collapse:has(> input[type=\"radio\"]:focus-visible)":{"@apply outline-base-content outline outline-2 outline-offset-2":true},".collapse-arrow > .collapse-title:after":{"@apply absolute block h-2 w-2 translate-y-[-100%] rotate-[45deg] transition-all ease-out":true,"transitionDuration":"0.2s","top":"50%","insetInlineEnd":"1.4rem","content":"\"\"","transformOrigin":"75% 75%","boxShadow":"2px 2px","pointerEvents":"none"},".collapse-plus > .collapse-title:after":{"@apply absolute block h-2 w-2 transition-all duration-300 ease-out":true,"top":"0.9rem","insetInlineEnd":"1.4rem","content":"\"+\"","pointerEvents":"none"},".collapse:not(.collapse-open):not(.collapse-close) > input[type=\"checkbox\"],\n.collapse:not(.collapse-open):not(.collapse-close) > input[type=\"radio\"]:not(:checked),\n.collapse:not(.collapse-open):not(.collapse-close) > .collapse-title":{"@apply cursor-pointer":true},".collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open]) > .collapse-title":{"cursor":"unset"},".collapse-title":{"@apply relative":true},":where(.collapse > input[type=\"checkbox\"]),\n:where(.collapse > input[type=\"radio\"])":{"zIndex":"1"},".collapse-title,\n:where(.collapse > input[type=\"checkbox\"]),\n:where(.collapse > input[type=\"radio\"])":{"@apply w-full p-4 pe-12":true,"minHeight":"3.75rem","transition":"background-color 0.2s ease-out"},".collapse[open] > :where(.collapse-content),\n.collapse-open > :where(.collapse-content),\n.collapse:focus:not(.collapse-close) > :where(.collapse-content),\n.collapse:not(.collapse-close) > :where(input[type=\"checkbox\"]:checked ~ .collapse-content),\n.collapse:not(.collapse-close) > :where(input[type=\"radio\"]:checked ~ .collapse-content)":{"@apply pb-4":true,"transition":"padding 0.2s ease-out,\n background-color 0.2s ease-out"},".collapse[open].collapse-arrow > .collapse-title:after,\n.collapse-open.collapse-arrow > .collapse-title:after,\n.collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,\n.collapse-arrow:not(.collapse-close) > input[type=\"checkbox\"]:checked ~ .collapse-title:after,\n.collapse-arrow:not(.collapse-close) > input[type=\"radio\"]:checked ~ .collapse-title:after":{"@apply translate-y-[-50%] rotate-[225deg]":true},".collapse[open].collapse-plus > .collapse-title:after,\n.collapse-open.collapse-plus > .collapse-title:after,\n.collapse-plus:focus:not(.collapse-close) > .collapse-title:after,\n.collapse-plus:not(.collapse-close) > input[type=\"checkbox\"]:checked ~ .collapse-title:after,\n.collapse-plus:not(.collapse-close) > input[type=\"radio\"]:checked ~ .collapse-title:after":{"content":"\"−\""},".dropdown.dropdown-open .dropdown-content,\n.dropdown:focus .dropdown-content,\n.dropdown:focus-within .dropdown-content":{"@apply scale-100":true},".loading":{"@apply pointer-events-none inline-block aspect-square w-6":true,"backgroundColor":"currentColor","maskSize":"100%","maskRepeat":"no-repeat","maskPosition":"center","maskImage":"url(\"data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E\")"},".loading-spinner":{"maskImage":"url(\"data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E\")"},".loading-dots":{"maskImage":"url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_qM83%7Banimation:spinner_8HQG 1.05s infinite%7D.spinner_oXPr%7Banimation-delay:.1s%7D.spinner_ZTLf%7Banimation-delay:.2s%7D@keyframes spinner_8HQG%7B0%25,57.14%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);transform:translate(0)%7D28.57%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);transform:translateY(-6px)%7D100%25%7Btransform:translate(0)%7D%7D%3C/style%3E%3Ccircle class='spinner_qM83' cx='4' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_oXPr' cx='12' cy='12' r='3'/%3E%3Ccircle class='spinner_qM83 spinner_ZTLf' cx='20' cy='12' r='3'/%3E%3C/svg%3E\")"},".loading-ring":{"maskImage":"url(\"data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 20' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/svg%3E\")"},".loading-ball":{"maskImage":"url(\"data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_rXNP%7Banimation:spinner_YeBj .8s infinite%7D@keyframes spinner_YeBj%7B0%25%7Banimation-timing-function:cubic-bezier(0.33,0,.66,.33);cy:5px%7D46.875%25%7Bcy:20px;rx:4px;ry:4px%7D50%25%7Banimation-timing-function:cubic-bezier(0.33,.66,.66,1);cy:20.5px;rx:4.8px;ry:3px%7D53.125%25%7Brx:4px;ry:4px%7D100%25%7Bcy:5px%7D%7D%3C/style%3E%3Cellipse class='spinner_rXNP' cx='12' cy='5' rx='4' ry='4'/%3E%3C/svg%3E\")"},".loading-bars":{"maskImage":"url(\"data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_hzlK%7Banimation:spinner_vc4H .8s linear infinite;animation-delay:-.8s%7D.spinner_koGT%7Banimation-delay:-.65s%7D.spinner_YF1u%7Banimation-delay:-.5s%7D@keyframes spinner_vc4H%7B0%25%7By:1px;height:22px%7D93.75%25%7By:5px;height:14px;opacity:.2%7D%7D%3C/style%3E%3Crect class='spinner_hzlK' x='1' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_koGT' x='9' y='1' width='6' height='22'/%3E%3Crect class='spinner_hzlK spinner_YF1u' x='17' y='1' width='6' height='22'/%3E%3C/svg%3E\")"},".loading-infinity":{"maskImage":"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='%230a0a0a' stroke-width='10' stroke-dasharray='205.271142578125 51.317785644531256' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40 C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.58892822265625'%3E%3C/animate%3E%3C/path%3E%3C/svg%3E\")"},".loading-xs":{"@apply w-4":true},".loading-sm":{"@apply w-5":true},".loading-md":{"@apply w-6":true},".loading-lg":{"@apply w-10":true},":where(.menu li:empty)":{"@apply bg-base-content/10":true,"margin":"0.5rem 1rem","height":"1px"},".menu :where(li ul)":{"@apply ms-4 ps-2":true,"&:before":{"@apply bg-base-content/10 absolute bottom-3 start-0 top-3 w-px":true,"content":"\"\""}},".menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),\n.menu :where(li:not(.menu-title) > details > summary:not(.menu-title))":{"@apply rounded-btn px-4 py-2 text-start transition duration-200 ease-out":true,"textWrap":"balance"},":where(.menu li:not(.menu-title):not(.disabled) > *:not(ul):not(details):not(.menu-title)),\n:where(.menu li:not(.menu-title):not(.disabled) > details > summary:not(.menu-title))":{"&:not(summary):not(.active).focus,\n &:not(summary):not(.active):focus,\n &:is(summary):not(.active):focus-visible":{"@apply bg-base-content/10 text-base-content cursor-pointer outline-none":true},"@media (hover: hover)":{"&:not(.active):hover":{"@apply text-base-content cursor-pointer outline-none":true,"@supports (color: oklch(0 0 0))":{"@apply bg-base-content/10":true}}}},".menu li > *:not(ul):not(.menu-title):not(details):active,\n.menu li > *:not(ul):not(.menu-title):not(details).active,\n.menu li > details > summary:active":{"@apply bg-neutral text-neutral-content [@media(hover:hover)]:bg-neutral [@media(hover:hover)]:text-neutral-content":true},".menu li.disabled":{"@apply text-base-content/30":true},".menu :where(li > details > summary)::-webkit-details-marker":{"@apply hidden":true},".menu :where(li > details > summary):after,\n.menu :where(li > .menu-dropdown-toggle):after":{"@apply justify-self-end":true,"display":"block","marginTop":"-0.5rem","height":"0.5rem","width":"0.5rem","transform":"rotate(45deg)","transitionProperty":"transform, margin-top","transitionDuration":"0.3s","transitionTimingFunction":"cubic-bezier(0.4, 0, 0.2, 1)","content":"\"\"","transformOrigin":"75% 75%","boxShadow":"2px 2px","pointerEvents":"none"},".menu :where(li > details[open] > summary):after,\n.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after":{"transform":"rotate(225deg)","marginTop":"0"},".menu-title":{"@apply text-base-content/40 px-4 py-2 text-sm font-bold":true},".modal-backdrop":{"@apply -z-[1] col-start-1 row-start-1 grid self-stretch justify-self-stretch text-transparent":true},".modal-open .modal-box,\n.modal-toggle:checked + .modal .modal-box,\n.modal:target .modal-box,\n.modal[open] .modal-box":{"@apply translate-y-0 scale-100":true},"@keyframes modal-pop":{"0%":{"opacity":"0"}},".progress:indeterminate":{"backgroundImage":"repeating-linear-gradient(\n 90deg,\n var(--progress-color) -1%,\n var(--progress-color) 10%,\n transparent 10%,\n transparent 90%\n )","backgroundSize":"200%","backgroundPositionX":"15%","animation":"progress-loading 5s ease-in-out infinite"},".progress:indeterminate::-moz-progress-bar":{"@apply bg-transparent":true,"backgroundImage":"repeating-linear-gradient(\n 90deg,\n var(--progress-color) -1%,\n var(--progress-color) 10%,\n transparent 10%,\n transparent 90%\n )","backgroundSize":"200%","backgroundPositionX":"15%","animation":"progress-loading 5s ease-in-out infinite"},"@keyframes progress-loading":{"50%":{"backgroundPositionX":"-115%"}},"@keyframes radiomark":{"0%":{"boxShadow":"0 0 0 12px theme(colors.base-100) inset,\n 0 0 0 12px theme(colors.base-100) inset"},"50%":{"boxShadow":"0 0 0 3px theme(colors.base-100) inset,\n 0 0 0 3px theme(colors.base-100) inset"},"100%":{"boxShadow":"0 0 0 4px theme(colors.base-100) inset,\n 0 0 0 4px theme(colors.base-100) inset"}},".radio-mark":{"@apply hidden":true},".rating-half":{":where(input:not(.rating-hidden))":{"@apply w-3":true}},"@keyframes rating-pop":{"0%":{"transform":"translateY(-0.125em)"},"40%":{"transform":"translateY(-0.125em)"},"100%":{"transform":"translateY(0)"}},"[dir=\"rtl\"] .select":{"backgroundPosition":"calc(0% + 12px) calc(1px + 50%),\n calc(0% + 16px) calc(1px + 50%)"},".skeleton":{"@apply bg-base-300 rounded-box":true,"willChange":"background-position","animation":"skeleton 1.8s ease-in-out infinite","backgroundImage":"linear-gradient(\n 105deg,\n transparent 0%,\n transparent 40%,\n theme(colors.base-100) 50%,\n transparent 60%,\n transparent 100%\n )","backgroundSize":"200% auto","backgroundRepeat":"no-repeat","backgroundPositionX":"-50%"},"@media (prefers-reduced-motion)":{".skeleton":{"animationDuration":"15s"}},"@keyframes skeleton":{"from":{"backgroundPosition":"150%"},"to":{"backgroundPosition":"-50%"}},":is([dir=\"rtl\"] .stats > :not([hidden]) ~ :not([hidden]))":{"-TwDivideXReverse":"1"},".swap-rotate .swap-on,\n.swap-rotate .swap-indeterminate,\n.swap-rotate input:indeterminate ~ .swap-on":{"@apply rotate-45":true},".swap-rotate input:checked ~ .swap-off,\n.swap-active:where(.swap-rotate) .swap-off,\n.swap-rotate input:indeterminate ~ .swap-off":{"@apply -rotate-45":true},".swap-rotate input:checked ~ .swap-on,\n.swap-active:where(.swap-rotate) .swap-on,\n.swap-rotate input:indeterminate ~ .swap-indeterminate":{"@apply rotate-0":true},".swap-flip":{"transformStyle":"preserve-3d","perspective":"16em"},".swap-flip .swap-on,\n.swap-flip .swap-indeterminate,\n.swap-flip input:indeterminate ~ .swap-on":{"transform":"rotateY(180deg)","backfaceVisibility":"hidden","@apply opacity-100":true},".swap-flip input:checked ~ .swap-off,\n.swap-active:where(.swap-flip) .swap-off,\n.swap-flip input:indeterminate ~ .swap-off":{"transform":"rotateY(-180deg)","backfaceVisibility":"hidden","@apply opacity-100":true},".swap-flip input:checked ~ .swap-on,\n.swap-active:where(.swap-flip) .swap-on,\n.swap-flip input:indeterminate ~ .swap-indeterminate":{"transform":"rotateY(0deg)"},".tabs-lifted .tab:focus-visible":{"borderEndEndRadius":"0","borderEndStartRadius":"0"},".tabs-bordered .tab":{"@apply border-base-content border-opacity-20":true,"borderStyle":"solid","borderBottomWidth":"calc(var(--tab-border, 1px) + 1px)"},".tabs-lifted .tab":{"border":"var(--tab-border, 1px) solid transparent","borderWidth":"0 0 var(--tab-border, 1px) 0","borderStartStartRadius":"var(--tab-radius, 0.5rem)","borderStartEndRadius":"var(--tab-radius, 0.5rem)","borderBottomColor":"var(--tab-border-color)","paddingInlineStart":"var(--tab-padding, 1rem)","paddingInlineEnd":"var(--tab-padding, 1rem)","paddingTop":"var(--tab-border, 1px)","&.tab-active:not(.tab-disabled):not([disabled]),\n &:is(input:checked)":{"backgroundColor":"var(--tab-bg)","borderWidth":"var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px)","borderInlineStartColor":"var(--tab-border-color)","borderInlineEndColor":"var(--tab-border-color)","borderTopColor":"var(--tab-border-color)","paddingInlineStart":"calc(var(--tab-padding, 1rem) - var(--tab-border, 1px))","paddingInlineEnd":"calc(var(--tab-padding, 1rem) - var(--tab-border, 1px))","paddingBottom":"var(--tab-border, 1px)","paddingTop":"0","&:before":{"zIndex":"1","content":"\"\"","display":"block","position":"absolute","width":"calc(100% + var(--tab-radius, 0.5rem) * 2)","height":"var(--tab-radius, 0.5rem)","bottom":"0","backgroundSize":"var(--tab-radius, 0.5rem)","backgroundPosition":"top left,\n top right","backgroundRepeat":"no-repeat","-TabGrad":"calc(69% - var(--tab-border, 1px))","-RadiusStart":"radial-gradient(\n circle at top left,\n transparent var(--tab-grad),\n var(--tab-border-color) calc(var(--tab-grad) + 0.25px),\n var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),\n var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)\n )","-RadiusEnd":"radial-gradient(\n circle at top right,\n transparent var(--tab-grad),\n var(--tab-border-color) calc(var(--tab-grad) + 0.25px),\n var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),\n var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)\n )","backgroundImage":"var(--radius-start), var(--radius-end)"},"&:first-child:before":{"backgroundImage":"var(--radius-end)","backgroundPosition":"top right","[dir=\"rtl\"] &":{"backgroundImage":"var(--radius-start)","backgroundPosition":"top left"}},"&:last-child:before":{"backgroundImage":"var(--radius-start)","backgroundPosition":"top left","[dir=\"rtl\"] &":{"backgroundImage":"var(--radius-end)","backgroundPosition":"top right"}}}},".tabs-lifted\n .tab-active:not(.tab-disabled):not([disabled])\n + .tabs-lifted\n .tab-active:not(.tab-disabled):not([disabled]),\n.tabs-lifted .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked)":{"&:before":{"backgroundImage":"var(--radius-end)","backgroundPosition":"top right"}},".tabs-boxed":{"@apply bg-base-200 rounded-btn p-1":true,".tab":{"@apply rounded-btn":true},".tab-active:not(.tab-disabled):not([disabled]),\n :is(input:checked)":{"@apply bg-primary text-primary-content [@media(hover:hover)]:hover:text-primary-content":true}},".timeline hr":{"@apply h-1":true},":where(.timeline hr)":{"@apply bg-base-300":true},":where(.timeline:has(.timeline-middle) hr)":{"&:first-child":{"@apply rounded-e-badge rounded-s-none":true},"&:last-child":{"@apply rounded-s-badge rounded-e-none":true}},":where(.timeline:not(:has(.timeline-middle)) :first-child hr:last-child)":{"@apply rounded-s-badge rounded-e-none":true},":where(.timeline:not(:has(.timeline-middle)) :last-child hr:first-child)":{"@apply rounded-e-badge rounded-s-none":true},".timeline-box":{"@apply rounded-box bg-base-100 border-base-300 border px-4 py-2 shadow-sm":true},"@keyframes toast-pop":{"0%":{"transform":"scale(0.9)","opacity":"0"},"100%":{"transform":"scale(1)","opacity":"1"}},".toggle-mark":{"@apply hidden":true},":root .prose":{"-TwProseBody":"theme(colors.base-content/0.8)","-TwProseHeadings":"theme(colors.base-content)","-TwProseLead":"theme(colors.base-content)","-TwProseLinks":"theme(colors.base-content)","-TwProseBold":"theme(colors.base-content)","-TwProseCounters":"theme(colors.base-content)","-TwProseBullets":"theme(colors.base-content/0.5)","-TwProseHr":"theme(colors.base-content/0.2)","-TwProseQuotes":"theme(colors.base-content)","-TwProseQuoteBorders":"theme(colors.base-content/0.2)","-TwProseCaptions":"theme(colors.base-content/0.5)","-TwProseCode":"theme(colors.base-content)","-TwProsePreCode":"theme(colors.neutral-content)","-TwProsePreBg":"theme(colors.neutral)","-TwProseThBorders":"theme(colors.base-content/0.5)","-TwProseTdBorders":"theme(colors.base-content/0.2)"},".prose":{"& :where(code):not(:where([class~=\"not-prose\"] *))":{"padding":"2px 8px","borderRadius":"var(--rounded-badge)"},"& code:after,\n & code:before":{"content":"none"},"pre":{"code":{"borderRadius":"0","padding":"0"}},"& :where(tbody tr, thead):not(:where([class~=\"not-prose\"] *))":{"borderBottomColor":"theme(colors.base-content/0.2)"}}};
|
package/dist/unstyled.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = {".alert":{"@apply grid w-full grid-flow-row content-start items-center justify-items-center gap-4 text-center sm:grid-flow-col sm:grid-cols-[auto_minmax(auto,1fr)] sm:justify-items-start sm:text-start":true},".artboard":{"@apply w-full":true},".avatar":{"@apply relative inline-flex":true,"& > div":{"@apply block aspect-square overflow-hidden":true},"img":{"@apply h-full w-full object-cover":true},"&.placeholder":{"& > div":{"@apply flex items-center justify-center":true}}},".badge":{"@apply inline-flex items-center justify-center transition duration-200 ease-out":true,"@apply h-5 text-sm leading-5":true,"width":"fit-content","paddingLeft":"0.563rem","paddingRight":"0.563rem"},".btm-nav":{"@apply fixed bottom-0 left-0 right-0 flex w-full flex-row items-center justify-around":true,"paddingBottom":"env(safe-area-inset-bottom)","& > *":{"@apply relative flex h-full basis-full cursor-pointer flex-col items-center justify-center gap-1":true}},".breadcrumbs":{"@apply max-w-full overflow-x-auto":true,"& > ul,\n & > ol":{"@apply flex items-center whitespace-nowrap":true,"minHeight":"min-content","& > li":{"@apply flex items-center":true,"& > a":{"@apply flex cursor-pointer items-center [@media(hover:hover)]:hover:underline":true}}}},".btn":{"@apply rounded-btn inline-flex h-12 min-h-[3rem] flex-shrink-0 cursor-pointer select-none flex-wrap items-center justify-center border-transparent px-4 text-center":true,"fontSize":"0.875rem","lineHeight":"1em","&-disabled,\n &[disabled],\n &:disabled":{"@apply pointer-events-none":true},"&-square":{"@apply h-12 w-12 p-0":true},"&-circle":{"@apply h-12 w-12 rounded-full p-0":true}},":where(.btn:is(input[type=\"checkbox\"])),\n:where(.btn:is(input[type=\"radio\"]))":{"@apply w-auto appearance-none":true},".btn:is(input[type=\"checkbox\"]):after,\n.btn:is(input[type=\"radio\"]):after":{"@apply content-[attr(aria-label)]":true},".card":{"@apply relative flex flex-col":true,"&:focus":{"@apply outline-none":true},"&-body":{"@apply flex flex-auto flex-col":true,":where(p)":{"@apply flex-grow":true}},"&-actions":{"@apply flex flex-wrap items-start gap-2":true},"& figure":{"@apply flex items-center justify-center":true},"&.image-full":{"@apply grid":true,"&:before":{"@apply relative":true,"content":"\"\""},"&:before,\n & > *":{"@apply col-start-1 row-start-1":true},"& > figure img":{"@apply h-full object-cover":true}},"&.image-full > &-body":{"@apply relative":true}},".carousel":{"@apply inline-flex overflow-x-scroll":true,"scrollSnapType":"x mandatory","scrollBehavior":"smooth","&-vertical":{"@apply flex-col overflow-y-scroll":true,"scrollSnapType":"y mandatory"},"&-item":{"@apply box-content flex flex-none":true,"scrollSnapAlign":"start"},"&-center .carousel-item":{"scrollSnapAlign":"center"},"&-end .carousel-item":{"scrollSnapAlign":"end"}},".chat":{"@apply grid grid-cols-2 gap-x-3 py-1":true,"&-image":{"@apply row-span-2 self-end":true},"&-header":{"@apply row-start-1 text-sm":true},"&-footer":{"@apply row-start-3 text-sm":true},"&-bubble":{"@apply relative block w-fit px-4 py-2":true,"maxWidth":"90%","&:before":{"@apply absolute bottom-0 h-3 w-3":true,"backgroundColor":"inherit","content":"\"\"","maskSize":"contain","maskRepeat":"no-repeat","maskPosition":"center"}},"&-start":{"@apply place-items-start":true,"gridTemplateColumns":"auto 1fr",".chat-header":{"@apply col-start-2":true},".chat-footer":{"@apply col-start-2":true},".chat-image":{"@apply col-start-1":true},".chat-bubble":{"@apply col-start-2":true,"&:before":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e\")","[dir=\"rtl\"] &":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e\")"}}}},"&-end":{"@apply place-items-end":true,"gridTemplateColumns":"1fr auto",".chat-header":{"@apply col-start-1":true},".chat-footer":{"@apply col-start-1":true},".chat-image":{"@apply col-start-2":true},".chat-bubble":{"@apply col-start-1":true,"&:before":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e\")","[dir=\"rtl\"] &":{"maskImage":"url(\"data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e\")"}}}}},".checkbox":{"@apply shrink-0":true},".collapse:not(td):not(tr):not(colgroup)":{"@apply visible":true},".collapse":{"@apply relative grid overflow-hidden":true,"gridTemplateRows":"auto 0fr","transition":"grid-template-rows 0.2s"},".collapse-title,\n.collapse > input[type=\"checkbox\"],\n.collapse > input[type=\"radio\"],\n.collapse-content":{"@apply col-start-1 row-start-1":true},".collapse > input[type=\"checkbox\"],\n.collapse > input[type=\"radio\"]":{"@apply appearance-none opacity-0":true},".collapse-content":{"@apply invisible col-start-1 row-start-2 min-h-0":true,"transition":"visibility 0.2s"},".collapse[open],\n.collapse-open,\n.collapse:focus:not(.collapse-close)":{"gridTemplateRows":"auto 1fr"},".collapse:not(.collapse-close):has(> input[type=\"checkbox\"]:checked),\n.collapse:not(.collapse-close):has(> input[type=\"radio\"]:checked)":{"gridTemplateRows":"auto 1fr"},".collapse[open] > .collapse-content,\n.collapse-open > .collapse-content,\n.collapse:focus:not(.collapse-close) > .collapse-content,\n.collapse:not(.collapse-close) > input[type=\"checkbox\"]:checked ~ .collapse-content,\n.collapse:not(.collapse-close) > input[type=\"radio\"]:checked ~ .collapse-content":{"@apply visible min-h-fit":true},":root .countdown":{"lineHeight":"1em"},".countdown":{"display":"inline-flex","& > *":{"height":"1em","@apply inline-block overflow-y-hidden":true,"&:before":{"position":"relative","content":"\"00\\A 01\\A 02\\A 03\\A 04\\A 05\\A 06\\A 07\\A 08\\A 09\\A 10\\A 11\\A 12\\A 13\\A 14\\A 15\\A 16\\A 17\\A 18\\A 19\\A 20\\A 21\\A 22\\A 23\\A 24\\A 25\\A 26\\A 27\\A 28\\A 29\\A 30\\A 31\\A 32\\A 33\\A 34\\A 35\\A 36\\A 37\\A 38\\A 39\\A 40\\A 41\\A 42\\A 43\\A 44\\A 45\\A 46\\A 47\\A 48\\A 49\\A 50\\A 51\\A 52\\A 53\\A 54\\A 55\\A 56\\A 57\\A 58\\A 59\\A 60\\A 61\\A 62\\A 63\\A 64\\A 65\\A 66\\A 67\\A 68\\A 69\\A 70\\A 71\\A 72\\A 73\\A 74\\A 75\\A 76\\A 77\\A 78\\A 79\\A 80\\A 81\\A 82\\A 83\\A 84\\A 85\\A 86\\A 87\\A 88\\A 89\\A 90\\A 91\\A 92\\A 93\\A 94\\A 95\\A 96\\A 97\\A 98\\A 99\\A\"","whiteSpace":"pre","top":"calc(var(--value) * -1em)"}}},".diff":{"@apply relative grid w-full overflow-hidden":true,"containerType":"inline-size","gridTemplateColumns":"auto 1fr"},".diff-resizer":{"@apply relative top-1/2 z-[1] h-12 w-[25rem] min-w-[1rem] max-w-[calc(100cqi-1rem)] resize-x overflow-hidden opacity-0":true,"transformOrigin":"100% 100%","scale":"4","translate":"1.5rem -1.5rem","clipPath":"inset(calc(100% - 0.75rem) 0 0 calc(100% - 0.75rem))"},".diff-resizer,\n.diff-item-1,\n.diff-item-2":{"@apply relative col-start-1 row-start-1":true},".diff-item-1:after":{"@apply pointer-events-none absolute bottom-0 right-px top-1/2 z-[1] h-8 w-8 content-['']":true,"translate":"50% -50%"},".diff-item-2":{"@apply overflow-hidden":true},".diff-item-1 > *,\n.diff-item-2 > *":{"@apply pointer-events-none absolute bottom-0 left-0 top-0 h-full w-[100cqi] max-w-none object-cover object-center":true},".divider":{"@apply flex flex-row items-center self-stretch":true,"&:before,\n &:after":{"@apply h-0.5 w-full flex-grow content-['']":true},"&-start:before":{"@apply hidden":true},"&-end:after":{"@apply hidden":true}},".drawer":{"@apply relative grid":true,"gridAutoColumns":"max-content auto","&-content":{"@apply col-start-2 row-start-1":true},"&-side":{"@apply pointer-events-none fixed start-0 top-0 col-start-1 row-start-1 grid w-full grid-cols-1 grid-rows-1 items-start justify-items-start overflow-y-auto overscroll-contain":true,"height":["100vh","100dvh"],"scrollbarWidth":"none","&::-webkit-scrollbar":{"@apply hidden":true},"& > .drawer-overlay":{"@apply sticky top-0 place-self-stretch":true},"& > *":{"@apply col-start-1 row-start-1":true},"& > *:not(.drawer-overlay)":{"@apply transition-transform duration-300 ease-out will-change-transform":true,"transform":"translateX(-100%)","[dir=\"rtl\"] &":{"transform":"translateX(100%)"}}},"&-toggle":{"@apply fixed h-0 w-0 appearance-none opacity-0":true,"&:checked":{"& ~ .drawer-side":{"@apply pointer-events-auto visible":true,"& > *:not(.drawer-overlay)":{"transform":"translateX(0%)"}}}},"&-end":{"gridAutoColumns":"auto max-content",".drawer-toggle":{"& ~ .drawer-content":{"@apply col-start-1":true},"& ~ .drawer-side":{"@apply col-start-2 justify-items-end":true},"& ~ .drawer-side > *:not(.drawer-overlay)":{"transform":"translateX(100%)","[dir=\"rtl\"] &":{"transform":"translateX(-100%)"}},"&:checked ~ .drawer-side > *:not(.drawer-overlay)":{"transform":"translateX(0%)"}}}},".dropdown":{"@apply relative inline-block":true},".dropdown > *:not(summary):focus":{"@apply outline-none":true},".dropdown .dropdown-content":{"@apply absolute":true},".dropdown:is(:not(details)) .dropdown-content":{"@apply invisible opacity-0":true},".dropdown-end .dropdown-content":{"@apply end-0":true},".dropdown-left .dropdown-content":{"@apply bottom-auto end-full top-0":true},".dropdown-right .dropdown-content":{"@apply bottom-auto start-full top-0":true},".dropdown-bottom .dropdown-content":{"@apply bottom-auto top-full":true},".dropdown-top .dropdown-content":{"@apply bottom-full top-auto":true},".dropdown-end.dropdown-right .dropdown-content":{"@apply bottom-0 top-auto":true},".dropdown-end.dropdown-left .dropdown-content":{"@apply bottom-0 top-auto":true},".dropdown.dropdown-open .dropdown-content,\n.dropdown:not(.dropdown-hover):focus .dropdown-content,\n.dropdown:focus-within .dropdown-content":{"@apply visible opacity-100":true},"@media (hover: hover)":{".dropdown.dropdown-hover:hover .dropdown-content":{"@apply visible opacity-100":true}},".dropdown:is(details) summary::-webkit-details-marker":{"@apply hidden":true},".file-input":{"@apply h-12 flex-shrink pe-4 text-sm leading-loose":true,"&::file-selector-button":{"@apply me-4 inline-flex h-full flex-shrink-0 cursor-pointer select-none flex-wrap items-center justify-center px-4 text-center text-sm transition duration-200 ease-out":true,"lineHeight":"1em"}},".footer":{"@apply grid w-full grid-flow-row place-items-start":true,"& > *":{"@apply grid place-items-start":true},"&-center":{"@apply place-items-center text-center":true,"& > *":{"@apply place-items-center":true}}},"@media (min-width: 48rem)":{".footer":{"gridAutoFlow":"column"},".footer-center":{"gridAutoFlow":"row dense"}},".form-control":{"@apply flex flex-col":true},".label":{"@apply flex select-none items-center justify-between":true},".hero":{"@apply grid w-full place-items-center bg-cover bg-center":true,"& > *":{"@apply col-start-1 row-start-1":true},"&-overlay":{"@apply col-start-1 row-start-1 h-full w-full":true},"&-content":{"@apply z-0 flex items-center justify-center":true}},".indicator":{"@apply relative inline-flex":true,"width":"max-content","& :where(.indicator-item)":{"zIndex":"1","@apply absolute transform whitespace-nowrap":true}},".input":{"@apply flex-shrink":true,"@apply h-12 px-4 text-sm leading-loose":true},".join":{"@apply inline-flex items-stretch":true,"& :where(.join-item)":{"borderStartEndRadius":"0","borderEndEndRadius":"0","borderEndStartRadius":"0","borderStartStartRadius":"0"},"& .join-item:not(:first-child):not(:last-child),\n & *:not(:first-child):not(:last-child) .join-item":{"borderStartEndRadius":"0","borderEndEndRadius":"0","borderEndStartRadius":"0","borderStartStartRadius":"0"},"& .join-item:first-child:not(:last-child),\n & *:first-child:not(:last-child) .join-item":{"borderStartEndRadius":"0","borderEndEndRadius":"0"},"& .dropdown .join-item:first-child:not(:last-child),\n & *:first-child:not(:last-child) .dropdown .join-item":{"borderStartEndRadius":"inherit","borderEndEndRadius":"inherit"},"& :where(.join-item:first-child:not(:last-child)),\n & :where(*:first-child:not(:last-child) .join-item)":{"borderEndStartRadius":"inherit","borderStartStartRadius":"inherit"},"& .join-item:last-child:not(:first-child),\n & *:last-child:not(:first-child) .join-item":{"borderEndStartRadius":"0","borderStartStartRadius":"0"},"& :where(.join-item:last-child:not(:first-child)),\n & :where(*:last-child:not(:first-child) .join-item)":{"borderStartEndRadius":"inherit","borderEndEndRadius":"inherit"}},"@supports not selector(:has(*))":{":where(.join *)":{"@apply rounded-[inherit]":true}},"@supports selector(:has(*))":{":where(.join *:has(.join-item))":{"@apply rounded-[inherit]":true}},".kbd":{"@apply inline-flex items-center justify-center":true},".link":{"@apply cursor-pointer underline":true,"&-hover":{"@apply no-underline [@media(hover:hover)]:hover:underline":true}},".mask":{"maskSize":"contain","maskRepeat":"no-repeat","maskPosition":"center"},".mask-half-1":{"maskSize":"200%","maskPosition":"left","@apply [mask-position:left] rtl:[mask-position:right]":true},".mask-half-2":{"maskSize":"200%","maskPosition":"right","@apply [mask-position:right] rtl:[mask-position:left]":true},".menu":{"@apply flex flex-col flex-wrap text-sm":true,":where(li ul)":{"@apply relative whitespace-nowrap":true},":where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),\n :where(li:not(.menu-title) > details > summary:not(.menu-title))":{"@apply grid grid-flow-col content-start items-center gap-2":true,"gridAutoColumns":"minmax(auto, max-content) auto max-content","userSelect":"none"},"& li.disabled":{"@apply cursor-not-allowed select-none":true},":where(li > .menu-dropdown:not(.menu-dropdown-show))":{"@apply hidden":true}},":where(.menu li)":{"@apply relative flex shrink-0 flex-col flex-wrap items-stretch":true,".badge":{"@apply justify-self-end":true}},".mockup":{"&-code":{"@apply relative overflow-hidden overflow-x-auto":true,"pre[data-prefix]":{"&:before":{"content":"attr(data-prefix)","@apply inline-block text-right":true}}},"&-window":{"@apply relative overflow-hidden overflow-x-auto":true,"pre[data-prefix]":{"&:before":{"content":"attr(data-prefix)","@apply inline-block text-right":true}}},"&-browser":{"@apply relative overflow-hidden overflow-x-auto":true,"pre[data-prefix]":{"&:before":{"content":"attr(data-prefix)","@apply inline-block text-right":true}}}},".modal":{"@apply pointer-events-none fixed inset-0 m-0 grid h-full max-h-none w-full max-w-none justify-items-center p-0 opacity-0":true,"overscrollBehavior":"contain","zIndex":"999"},".modal-scroll":{"overscrollBehavior":"auto"},":where(.modal)":{"@apply items-center":true},".modal-box":{"maxHeight":"calc(100vh - 5em)"},".modal-open,\n.modal:target,\n.modal-toggle:checked + .modal,\n.modal[open]":{"@apply pointer-events-auto visible opacity-100":true},".modal-action":{"@apply flex":true},".modal-toggle":{"@apply fixed h-0 w-0 appearance-none opacity-0":true},":root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open]))":{"@apply overflow-hidden":true},".navbar":{"@apply flex items-center":true},":where(.navbar > *)":{"@apply inline-flex items-center":true},".navbar-start":{"width":"50%","justifyContent":"flex-start"},".navbar-center":{"flexShrink":"0"},".navbar-end":{"width":"50%","justifyContent":"flex-end"},".progress":{"@apply relative w-full appearance-none overflow-hidden":true},".radial-progress":{"@apply relative inline-grid h-[var(--size)] w-[var(--size)] place-content-center rounded-full bg-transparent":true,"verticalAlign":"middle","boxSizing":"content-box"},".radial-progress::-moz-progress-bar":{"@apply appearance-none bg-transparent":true},".radial-progress::-webkit-progress-value":{"@apply appearance-none bg-transparent":true},".radial-progress::-webkit-progress-bar":{"@apply appearance-none bg-transparent":true},".radial-progress:before,\n.radial-progress:after":{"@apply absolute rounded-full":true,"content":"\"\""},".radial-progress:before":{"@apply inset-0":true,"background":"radial-gradient(farthest-side, currentColor 98%, #0000) top/var(--thickness) var(--thickness)\n no-repeat,\n conic-gradient(currentColor calc(var(--value) * 1%), #0000 0)","WebkitMask":"radial-gradient(\n farthest-side,\n #0000 calc(99% - var(--thickness)),\n #000 calc(100% - var(--thickness))\n )","mask":"radial-gradient(\n farthest-side,\n #0000 calc(99% - var(--thickness)),\n #000 calc(100% - var(--thickness))\n )"},".radial-progress:after":{"inset":"calc(50% - var(--thickness) / 2)","transform":"rotate(calc(var(--value) * 3.6deg - 90deg)) translate(calc(var(--size) / 2 - 50%))"},".radio":{"@apply shrink-0":true},".range":{"@apply h-6 w-full cursor-pointer":true,"&:focus":{"outline":"none"}},".rating":{"@apply relative inline-flex":true,":where(input)":{"@apply cursor-pointer rounded-none":true}},".select":{"@apply inline-flex cursor-pointer select-none appearance-none":true,"@apply h-12 min-h-[3rem] pl-4 pr-10 text-sm leading-loose":true,"&[multiple]":{"@apply h-auto":true}},".stack":{"@apply inline-grid":true,"& > *":{"@apply col-start-1 row-start-1":true,"transform":"translateY(10%) scale(0.9)","zIndex":"1"},"& > *:nth-child(2)":{"transform":"translateY(5%) scale(0.95)","zIndex":"2"},"& > *:nth-child(1)":{"transform":"translateY(0) scale(1)","zIndex":"3"}},".stats":{"@apply inline-grid":true},":where(.stats)":{"@apply grid-flow-col":true},".stat":{"@apply inline-grid w-full":true,"gridTemplateColumns":"repeat(1, 1fr)","&-figure":{"@apply col-start-2 row-span-3 row-start-1 place-self-center justify-self-end":true},"&-title":{"@apply col-start-1 whitespace-nowrap":true},"&-value":{"@apply col-start-1 whitespace-nowrap":true},"&-desc":{"@apply col-start-1 whitespace-nowrap":true},"&-actions":{"@apply col-start-1 whitespace-nowrap":true}},".steps":{"@apply inline-grid grid-flow-col overflow-hidden overflow-x-auto":true,"counterReset":"step","gridAutoColumns":"1fr",".step":{"@apply grid grid-cols-1 grid-rows-2 place-items-center text-center":true}},".swap":{"@apply relative inline-grid select-none place-content-center":true},".swap > *":{"@apply col-start-1 row-start-1":true},".swap input":{"@apply appearance-none":true},".swap .swap-on,\n.swap .swap-indeterminate,\n.swap input:indeterminate ~ .swap-on":{"@apply opacity-0":true},".swap input:checked ~ .swap-off,\n.swap-active .swap-off,\n.swap input:indeterminate ~ .swap-off":{"@apply opacity-0":true},".swap input:checked ~ .swap-on,\n.swap-active .swap-on,\n.swap input:indeterminate ~ .swap-indeterminate":{"@apply opacity-100":true},".tabs":{"@apply grid items-end":true},".tabs-lifted":{"&:has(.tab-content[class^=\"rounded-\"]) .tab:first-child:not(.tab-active),\n &:has(.tab-content[class*=\" rounded-\"]) .tab:first-child:not(.tab-active)":{"@apply border-b-transparent":true}},".tab":{"@apply relative row-start-1 inline-flex h-8 cursor-pointer select-none appearance-none flex-wrap items-center justify-center text-center text-sm leading-loose":true,"-TabPadding":"1rem","&:is(input[type=\"radio\"]):after":{"-TwContent":"attr(aria-label)","content":"var(--tw-content)"},"&:not(input):empty":{"@apply cursor-default":true,"gridColumnStart":"span 9999"}},".tab-content":{"@apply col-span-full col-end-[span_9999] row-start-2 -mt-[--tab-border] hidden border-transparent":true,"borderWidth":"var(--tab-border, 0)",":checked + &:nth-child(2),\n .tab-active + &:nth-child(2)":{"@apply rounded-ss-none":true}},"input.tab:checked + .tab-content,\n.tab-active + .tab-content":{"@apply block":true},".table":{"@apply relative w-full":true,":where(.table-pin-rows thead tr)":{"@apply bg-base-100 sticky top-0 z-[1]":true},":where(.table-pin-rows tfoot tr)":{"@apply bg-base-100 sticky bottom-0 z-[1]":true},":where(.table-pin-cols tr th)":{"@apply bg-base-100 sticky left-0 right-0":true},"&-zebra tbody tr:nth-child(even) :where(.table-pin-cols tr th)":{"@apply bg-base-200":true}},".textarea":{"@apply min-h-[3rem] flex-shrink":true,"@apply px-4 py-2 text-sm leading-loose":true},".timeline":{"@apply relative flex":true},":where(.timeline > li)":{"@apply relative grid shrink-0 items-center":true,"gridTemplateRows":"var(--timeline-row-start, minmax(0, 1fr)) auto var(\n --timeline-row-end,\n minmax(0, 1fr)\n )","gridTemplateColumns":"var(--timeline-col-start, minmax(0, 1fr)) auto var(\n --timeline-col-end,\n minmax(0, 1fr)\n )"},".timeline > li > hr":{"@apply w-full border-0":true},":where(.timeline > li > hr)":{"&:first-child":{"@apply col-start-1 row-start-2":true},"&:last-child":{"@apply col-start-3 col-end-[none] row-start-2 row-end-auto":true}},".timeline-start":{"@apply col-start-1 col-end-4 row-start-1 row-end-2 m-1 self-end justify-self-center":true},".timeline-middle":{"@apply col-start-2 row-start-2":true},".timeline-end":{"@apply col-start-1 col-end-4 row-start-3 row-end-4 m-1 self-start justify-self-center":true},".toast":{"@apply fixed flex min-w-fit flex-col whitespace-nowrap":true},".toggle":{"@apply shrink-0":true}};
|
package/dist/utilities-styled.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = {".artboard":{"&-demo":{"@apply bg-base-300 text-base-content rounded-box":true,"boxShadow":"0 1px 3px 0 rgba(0, 0, 0, 0.1),\n 0 1px 2px 0 rgba(0, 0, 0, 0.06)"}},".avatar":{"&.online":{"&:before":{"content":"\"\"","@apply bg-success outline-base-100 absolute z-10 block rounded-full outline outline-2":true,"width":"15%","height":"15%","top":"7%","right":"7%"}},"&.offline":{"&:before":{"content":"\"\"","@apply bg-base-300 outline-base-100 absolute z-10 block rounded-full outline outline-2":true,"width":"15%","height":"15%","top":"7%","right":"7%"}}},".card-compact":{".card-body":{"@apply p-4 text-sm":true},".card-title":{"@apply mb-1":true}},".card-normal":{".card-body":{"padding":"var(--padding-card, 2rem)","@apply text-base":true},".card-title":{"@apply mb-3":true}},".divider-horizontal":{"@apply mx-4 my-0 h-auto w-4":true},".divider-vertical":{"@apply mx-0 my-4 h-4 w-auto":true},".drawer-open > .drawer-toggle":{"& ~ .drawer-side":{"& > .drawer-overlay":{"@apply cursor-default bg-transparent":true}}},".join.join-vertical > :where(*:not(:first-child))":{"@apply mx-0 -mt-px":true},".join.join-horizontal > :where(*:not(:first-child))":{"@apply my-0 -ms-px":true},".menu-horizontal":{"& > li:not(.menu-title) > details > ul":{"@apply ms-0 mt-4 py-2 pe-2":true},"& > li > details > ul":{"&:before":{"content":"none"}}},":where(.menu-horizontal > li:not(.menu-title) > details > ul)":{"@apply bg-base-100 rounded-box shadow-xl":true},".menu-vertical":{"& > li:not(.menu-title) > details > ul":{"@apply ms-4 mt-0 py-0 pe-0":true}},".menu-xs":{":where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),\n :where(li:not(.menu-title) > details > summary:not(.menu-title))":{"@apply rounded px-2 py-1 text-xs":true},".menu-title":{"@apply px-2 py-1":true}},".menu-sm":{":where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),\n :where(li:not(.menu-title) > details > summary:not(.menu-title))":{"@apply rounded-btn px-3 py-1 text-sm":true},".menu-title":{"@apply px-3 py-2":true}},".menu-md":{":where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),\n :where(li:not(.menu-title) > details > summary:not(.menu-title))":{"@apply rounded-btn px-4 py-2 text-sm":true},".menu-title":{"@apply px-4 py-2":true}},".menu-lg":{":where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),\n :where(li:not(.menu-title) > details > summary:not(.menu-title))":{"@apply rounded-btn px-6 py-3 text-lg":true},".menu-title":{"@apply px-6 py-3":true}},".modal-top :where(.modal-box)":{"@apply rounded-b-box w-full max-w-none -translate-y-10 scale-100 rounded-t-none":true},".modal-middle :where(.modal-box)":{"@apply rounded-t-box rounded-b-box w-11/12 max-w-lg translate-y-0 scale-90":true},".modal-bottom :where(.modal-box)":{"@apply rounded-t-box w-full max-w-none translate-y-10 scale-100 rounded-b-none":true},".stats-horizontal":{"@apply divide-x divide-y-0 overflow-x-auto rtl:[--tw-divide-x-reverse:1]":true},".stats-vertical":{"@apply divide-x-0 divide-y overflow-y-auto":true},".steps":{"&-horizontal":{".step":{"gridTemplateRows":"40px 1fr","gridTemplateColumns":"auto","minWidth":"4rem","&:before":{"@apply h-2 w-full translate-x-0 translate-y-0 rtl:translate-x-0":true,"content":"\"\"","marginInlineStart":"-100%"}}},"&-vertical":{".step":{"gap":"0.5rem","gridTemplateColumns":"40px 1fr","gridTemplateRows":"auto","minHeight":"4rem","justifyItems":"start","&:before":{"@apply h-full w-2 -translate-x-1/2 -translate-y-1/2 rtl:translate-x-1/2":true,"marginInlineStart":"50%"}}}},".table-xs :not(thead):not(tfoot) tr":{"@apply text-xs":true},".table-xs :where(th, td)":{"@apply px-2 py-1":true},".table-sm :not(thead):not(tfoot) tr":{"@apply text-sm":true},".table-sm :where(th, td)":{"@apply px-3 py-2":true},".table-md :not(thead):not(tfoot) tr":{"@apply text-sm":true},".table-md :where(th, td)":{"@apply px-4 py-3":true},".table-lg :not(thead):not(tfoot) tr":{"@apply text-base":true},".table-lg :where(th, td)":{"@apply px-6 py-4":true},".timeline-vertical > li > hr":{"@apply w-1":true},":where(.timeline-vertical:has(.timeline-middle) > li > hr)":{"&:first-child":{"@apply rounded-b-badge rounded-t-none":true},"&:last-child":{"@apply rounded-t-badge rounded-b-none":true}},":where(.timeline-vertical:not(:has(.timeline-middle)) :first-child > hr:last-child)":{"@apply rounded-t-badge rounded-b-none":true},":where(.timeline-vertical:not(:has(.timeline-middle)) :last-child > hr:first-child)":{"@apply rounded-b-badge rounded-t-none":true},".timeline-horizontal > li > hr":{"@apply h-1":true},":where(.timeline-horizontal:has(.timeline-middle) > li > hr)":{"&:first-child":{"@apply rounded-e-badge rounded-s-none":true},"&:last-child":{"@apply rounded-s-badge rounded-e-none":true}},":where(.timeline-horizontal:not(:has(.timeline-middle)) :first-child > hr:last-child)":{"@apply rounded-s-badge rounded-e-none":true},":where(.timeline-horizontal:not(:has(.timeline-middle)) :last-child > hr:first-child)":{"@apply rounded-e-badge rounded-s-none":true},".tooltip":{"@apply relative inline-block text-center":true,"-TooltipTail":"0.1875rem","-TooltipColor":"theme(colors.neutral)","-TooltipTextColor":"theme(colors.neutral-content)","-TooltipTailOffset":"calc(100% + 0.0625rem - var(--tooltip-tail))","&-primary":{"-TooltipColor":"theme(colors.primary)","-TooltipTextColor":"theme(colors.primary-content)"},"&-secondary":{"-TooltipColor":"theme(colors.secondary)","-TooltipTextColor":"theme(colors.secondary-content)"},"&-accent":{"-TooltipColor":"theme(colors.accent)","-TooltipTextColor":"theme(colors.accent-content)"},"&-info":{"-TooltipColor":"theme(colors.info)","-TooltipTextColor":"theme(colors.info-content)"},"&-success":{"-TooltipColor":"theme(colors.success)","-TooltipTextColor":"theme(colors.success-content)"},"&-warning":{"-TooltipColor":"theme(colors.warning)","-TooltipTextColor":"theme(colors.warning-content)"},"&-error":{"-TooltipColor":"theme(colors.error)","-TooltipTextColor":"theme(colors.error-content)"}},".tooltip:before,\n.tooltip:after":{"@apply opacity-0 transition delay-100 duration-200 ease-in-out":true},".tooltip:after":{"@apply absolute":true,"content":"\"\"","borderStyle":"solid","borderWidth":"var(--tooltip-tail, 0)","width":"0","height":"0","display":"block","position":"absolute"},".tooltip:before":{"@apply max-w-xs rounded px-2 py-1 text-sm":true,"backgroundColor":"var(--tooltip-color)","color":"var(--tooltip-text-color)","width":"max-content"},".tooltip.tooltip-open:before,\n.tooltip.tooltip-open:after,\n.tooltip:hover:before,\n.tooltip:hover:after":{"@apply opacity-100 delay-75":true},".tooltip:has(:focus-visible):after,\n.tooltip:has(:focus-visible):before":{"@apply opacity-100 delay-75":true},".tooltip:not([data-tip]):hover:before,\n.tooltip:not([data-tip]):hover:after":{"visibility":"hidden","opacity":"0"},".tooltip,\n.tooltip-top":{"&:after":{"transform":"translateX(-50%)","borderColor":"var(--tooltip-color) transparent transparent transparent","top":"auto","left":"50%","right":"auto","bottom":"var(--tooltip-tail-offset)"}},".tooltip-bottom":{"&:after":{"transform":"translateX(-50%)","borderColor":"transparent transparent var(--tooltip-color) transparent","top":"var(--tooltip-tail-offset)","left":"50%","right":"auto","bottom":"auto"}},".tooltip-left":{"&:after":{"transform":"translateY(-50%)","borderColor":"transparent transparent transparent var(--tooltip-color)","top":"50%","left":"auto","right":"calc(var(--tooltip-tail-offset) + 0.0625rem)","bottom":"auto"}},".tooltip-right":{"&:after":{"transform":"translateY(-50%)","borderColor":"transparent var(--tooltip-color) transparent transparent","top":"50%","left":"calc(var(--tooltip-tail-offset) + 0.0625rem)","right":"auto","bottom":"auto"}}};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = {".artboard":{"&-demo":{"@apply flex flex-none flex-col items-center justify-center":true},"&.phone":{"width":"320px","&-1":{"width":"320px","height":"568px","&.horizontal,\n &.artboard-horizontal":{"width":"568px","height":"320px"}},"&-2":{"width":"375px","height":"667px","&.horizontal,\n &.artboard-horizontal":{"width":"667px","height":"375px"}},"&-3":{"width":"414px","height":"736px","&.horizontal,\n &.artboard-horizontal":{"width":"736px","height":"414px"}},"&-4":{"width":"375px","height":"812px","&.horizontal,\n &.artboard-horizontal":{"width":"812px","height":"375px"}},"&-5":{"width":"414px","height":"896px","&.horizontal,\n &.artboard-horizontal":{"width":"896px","height":"414px"}},"&-6":{"width":"320px","height":"1024px","&.horizontal,\n &.artboard-horizontal":{"width":"1024px","height":"320px"}}}},".badge":{"&-xs":{"@apply h-3 text-xs leading-3":true,"paddingLeft":"0.313rem","paddingRight":"0.313rem"},"&-sm":{"@apply h-4 text-xs leading-4":true,"paddingLeft":"0.438rem","paddingRight":"0.438rem"},"&-md":{"@apply h-5 text-sm leading-5":true,"paddingLeft":"0.563rem","paddingRight":"0.563rem"},"&-lg":{"@apply h-6 text-base leading-6":true,"paddingLeft":"0.688rem","paddingRight":"0.688rem"}},".btm-nav":{"&-xs":{"@apply h-10":true,"& > *:where(.active)":{"@apply border-t-[1px]":true},".btm-nav-label":{"@apply text-xs":true}},"&-sm":{"@apply h-12":true,"& > *:where(.active)":{"@apply border-t-2":true},".btm-nav-label":{"@apply text-xs":true}},"&-md":{"@apply h-16":true,"& > *:where(.active)":{"@apply border-t-2":true},".btm-nav-label":{"@apply text-sm":true}},"&-lg":{"@apply h-20":true,"& > *:where(.active)":{"@apply border-t-4":true},".btm-nav-label":{"@apply text-base":true}}},".btn":{"&-xs":{"@apply h-6 min-h-[1.5rem] px-2":true,"fontSize":"0.75rem"},"&-sm":{"@apply h-8 min-h-[2rem] px-3":true,"fontSize":"0.875rem"},"&-md":{"@apply h-12 min-h-[3rem] px-4":true,"fontSize":"0.875rem"},"&-lg":{"@apply h-16 min-h-[4rem] px-6":true,"fontSize":"1.125rem"},"&-wide":{"@apply w-64":true},"&-block":{"@apply w-full":true},"&-square":{"&:where(.btn-xs)":{"@apply h-6 w-6 p-0":true},"&:where(.btn-sm)":{"@apply h-8 w-8 p-0":true},"&:where(.btn-md)":{"@apply h-12 w-12 p-0":true},"&:where(.btn-lg)":{"@apply h-16 w-16 p-0":true}},"&-circle":{"&:where(.btn-xs)":{"@apply h-6 w-6 rounded-full p-0":true},"&:where(.btn-sm)":{"@apply h-8 w-8 rounded-full p-0":true},"&:where(.btn-md)":{"@apply h-12 w-12 rounded-full p-0":true},"&:where(.btn-lg)":{"@apply h-16 w-16 rounded-full p-0":true}}},".card-side":{"alignItems":"stretch","flexDirection":"row",":where(figure:first-child)":{"@apply overflow-hidden":true,"borderStartStartRadius":"inherit","borderStartEndRadius":"unset","borderEndStartRadius":"inherit","borderEndEndRadius":"unset"},":where(figure:last-child)":{"@apply overflow-hidden":true,"borderStartStartRadius":"unset","borderStartEndRadius":"inherit","borderEndStartRadius":"unset","borderEndEndRadius":"inherit"},"& figure > *":{"maxWidth":"unset"}},":where(.card-side figure > *)":{"width":"100%","height":"100%","objectFit":"cover"},"[type=\"checkbox\"].checkbox":{"&-xs":{"@apply h-4 w-4":true},"&-sm":{"@apply h-5 w-5":true},"&-md":{"@apply h-6 w-6":true},"&-lg":{"@apply h-8 w-8":true}},".divider-horizontal":{"@apply flex-col":true,"&:before":{"@apply h-full w-0.5":true},"&:after":{"@apply h-full w-0.5":true}},".divider-vertical":{"@apply flex-row":true,"&:before":{"@apply h-0.5 w-full":true},"&:after":{"@apply h-0.5 w-full":true}},".drawer-open > .drawer-toggle":{"@apply hidden":true,"& ~ .drawer-side":{"@apply pointer-events-auto visible sticky block w-auto overscroll-auto":true,"& > *:not(.drawer-overlay)":{"transform":"translateX(0%)","[dir=\"rtl\"] &":{"transform":"translateX(0%)"}}},"&:checked ~ .drawer-side":{"@apply pointer-events-auto visible":true}},".file-input":{"&-xs":{"@apply h-6 pe-2 text-xs leading-relaxed":true,"&::file-selector-button":{"@apply mr-2":true,"fontSize":"0.75rem"}},"&-sm":{"@apply h-8 pe-3 text-sm leading-loose":true,"&::file-selector-button":{"@apply mr-3":true,"fontSize":"0.875rem"}},"&-md":{"@apply h-12 pe-4 text-sm leading-loose":true,"&::file-selector-button":{"@apply mr-4":true,"fontSize":"0.875rem"}},"&-lg":{"@apply h-16 pe-6 text-lg leading-loose":true,"&::file-selector-button":{"@apply mr-6":true,"fontSize":"1.125rem"}}},".indicator":{"& :where(.indicator-item)":{"@apply bottom-auto end-0 start-auto top-0 -translate-y-1/2 translate-x-1/2 rtl:-translate-x-1/2":true},"& :where(.indicator-item.indicator-start)":{"@apply end-auto start-0 -translate-x-1/2 rtl:translate-x-1/2":true},"& :where(.indicator-item.indicator-center)":{"@apply end-1/2 start-1/2 -translate-x-1/2 rtl:translate-x-1/2":true},"& :where(.indicator-item.indicator-end)":{"@apply end-0 start-auto translate-x-1/2 rtl:-translate-x-1/2":true},"& :where(.indicator-item.indicator-bottom)":{"@apply bottom-0 top-auto translate-y-1/2":true},"& :where(.indicator-item.indicator-middle)":{"@apply bottom-1/2 top-1/2 -translate-y-1/2":true},"& :where(.indicator-item.indicator-top)":{"@apply bottom-auto top-0 -translate-y-1/2":true}},".input,\ninput.input":{"&-xs":{"@apply h-6 px-2 text-xs leading-relaxed":true},"&-md":{"@apply h-12 px-4 text-sm leading-loose":true},"&-lg":{"@apply h-16 px-6 text-lg leading-loose":true},"&-sm":{"@apply h-8 px-3 text-sm leading-8":true}},".join.join-vertical":{"@apply flex-col":true,"& .join-item:first-child:not(:last-child),\n & *:first-child:not(:last-child) .join-item":{"borderEndStartRadius":"0","borderEndEndRadius":"0","borderStartStartRadius":"inherit","borderStartEndRadius":"inherit"},"& .join-item:last-child:not(:first-child),\n & *:last-child:not(:first-child) .join-item":{"borderStartStartRadius":"0","borderStartEndRadius":"0","borderEndStartRadius":"inherit","borderEndEndRadius":"inherit"}},".join.join-horizontal":{"@apply flex-row":true,"& .join-item:first-child:not(:last-child),\n & *:first-child:not(:last-child) .join-item":{"borderEndEndRadius":"0","borderStartEndRadius":"0","borderEndStartRadius":"inherit","borderStartStartRadius":"inherit"},"& .join-item:last-child:not(:first-child),\n & *:last-child:not(:first-child) .join-item":{"borderEndStartRadius":"0","borderStartStartRadius":"0","borderEndEndRadius":"inherit","borderStartEndRadius":"inherit"}},".kbd":{"&-xs":{"@apply px-1 text-xs":true,"minHeight":"1.2em","minWidth":"1.2em"},"&-sm":{"@apply px-1 text-sm":true,"minHeight":"1.6em","minWidth":"1.6em"},"&-md":{"@apply px-2 text-base":true,"minHeight":"2.2em","minWidth":"2.2em"},"&-lg":{"@apply px-4 text-lg":true,"minHeight":"2.5em","minWidth":"2.5em"}},".menu-horizontal":{"@apply inline-flex flex-row":true,"& > li:not(.menu-title) > details > ul":{"@apply absolute":true}},".menu-vertical":{"@apply flex flex-col":true,"& > li:not(.menu-title) > details > ul":{"@apply relative":true}},".modal-top":{"@apply place-items-start":true},".modal-middle":{"@apply place-items-center":true},".modal-bottom":{"@apply place-items-end":true},"[type=\"radio\"].radio":{"&-xs":{"@apply h-4 w-4":true},"&-sm":{"@apply h-5 w-5":true},"&-md":{"@apply h-6 w-6":true},"&-lg":{"@apply h-8 w-8":true}},".range":{"&-xs":{"@apply h-4":true,"&::-webkit-slider-runnable-track":{"@apply h-1":true},"&::-moz-range-track":{"@apply h-1":true},"&::-webkit-slider-thumb":{"@apply h-4 w-4":true,"-FillerOffset":"0.4rem"},"&::-moz-range-thumb":{"@apply h-4 w-4":true,"-FillerOffset":"0.4rem"}},"&-sm":{"@apply h-5":true,"&::-webkit-slider-runnable-track":{"@apply h-1":true},"&::-moz-range-track":{"@apply h-1":true},"&::-webkit-slider-thumb":{"@apply h-5 w-5":true,"-FillerOffset":"0.5rem"},"&::-moz-range-thumb":{"@apply h-5 w-5":true,"-FillerOffset":"0.5rem"}},"&-md":{"@apply h-6":true,"&::-webkit-slider-runnable-track":{"@apply h-2":true},"&::-moz-range-track":{"@apply h-2":true},"&::-webkit-slider-thumb":{"@apply h-6 w-6":true,"-FillerOffset":"0.6rem"},"&::-moz-range-thumb":{"@apply h-6 w-6":true,"-FillerOffset":"0.6rem"}},"&-lg":{"@apply h-8":true,"&::-webkit-slider-runnable-track":{"@apply h-4":true},"&::-moz-range-track":{"@apply h-4":true},"&::-webkit-slider-thumb":{"@apply h-8 w-8":true,"-FillerOffset":"1rem"},"&::-moz-range-thumb":{"@apply h-8 w-8":true,"-FillerOffset":"1rem"}}},".rating-xs input":{"@apply h-3 w-3":true},".rating-sm input":{"@apply h-4 w-4":true},".rating-md input":{"@apply h-6 w-6":true},".rating-lg input":{"@apply h-10 w-10":true},".rating-half":{"&.rating-xs input:not(.rating-hidden)":{"@apply w-1.5":true},"&.rating-sm input:not(.rating-hidden)":{"@apply w-2":true},"&.rating-md input:not(.rating-hidden)":{"@apply w-3":true},"&.rating-lg input:not(.rating-hidden)":{"@apply w-5":true}},".select":{"&-md":{"@apply h-12 min-h-[3rem] pl-4 pr-10 text-sm leading-loose":true,"[dir=\"rtl\"] &":{"@apply pl-10 pr-4":true}},"&-lg":{"@apply h-16 min-h-[4rem] pl-6 pr-8 text-lg leading-loose":true,"[dir=\"rtl\"] &":{"@apply pl-8 pr-6":true}},"&-sm":{"@apply h-8 min-h-[2rem] pl-3 pr-8 text-sm leading-8":true,"[dir=\"rtl\"] &":{"@apply pl-8 pr-3":true}},"&-xs":{"@apply h-6 min-h-[1.5rem] pl-2 pr-8 text-xs leading-relaxed":true,"[dir=\"rtl\"] &":{"@apply pl-8 pr-2":true}}},".stats-horizontal":{"@apply grid-flow-col":true},".stats-vertical":{"@apply grid-flow-row":true},".steps":{"&-horizontal":{"gridAutoColumns":"1fr","@apply inline-grid grid-flow-col overflow-hidden overflow-x-auto":true,".step":{"@apply grid grid-cols-1 grid-rows-2 place-items-center text-center":true}},"&-vertical":{"gridAutoRows":"1fr","@apply grid-flow-row":true,".step":{"@apply grid grid-cols-2 grid-rows-1":true}}},".tabs-md :where(.tab)":{"@apply h-8 text-sm leading-loose":true,"-TabPadding":"1rem"},".tabs-lg :where(.tab)":{"@apply h-12 text-lg leading-loose":true,"-TabPadding":"1.25rem"},".tabs-sm :where(.tab)":{"@apply h-6 text-sm leading-3":true,"-TabPadding":"0.75rem"},".tabs-xs :where(.tab)":{"@apply h-5 text-xs leading-3":true,"-TabPadding":"0.5rem"},".textarea":{"&-xs":{"@apply px-2 py-1 text-xs leading-relaxed":true},"&-sm":{"@apply px-3 py-1 text-sm leading-8":true},"&-md":{"@apply px-4 py-3 text-sm leading-loose":true},"&-lg":{"@apply px-6 py-4 text-lg leading-loose":true}},".timeline-vertical":{"@apply flex-col":true},".timeline-compact,\n.timeline-horizontal.timeline-compact":{"-TimelineRowStart":"0",".timeline-start":{"@apply col-start-1 col-end-4 row-start-3 row-end-4 m-1 self-start justify-self-center":true},"li:has(.timeline-start) .timeline-end":{"@apply col-start-[none] row-start-auto":true}},".timeline-vertical.timeline-compact":{"& > li":{"-TimelineColStart":"0"},".timeline-start":{"@apply col-start-3 col-end-4 row-start-1 row-end-4 self-center justify-self-start":true},"li:has(.timeline-start) .timeline-end":{"@apply col-start-auto row-start-[none]":true}},":where(.timeline-vertical > li)":{"-TimelineRowStart":"minmax(0, 1fr)","-TimelineRowEnd":"minmax(0, 1fr)","@apply justify-items-center":true},".timeline-vertical > li > hr":{"@apply h-full":true},":where(.timeline-vertical > li > hr)":{"&:first-child":{"@apply col-start-2 row-start-1":true},"&:last-child":{"@apply col-start-2 col-end-auto row-start-3 row-end-[none]":true}},".timeline-vertical .timeline-start":{"@apply col-start-1 col-end-2 row-start-1 row-end-4 self-center justify-self-end":true},".timeline-vertical .timeline-end":{"@apply col-start-3 col-end-4 row-start-1 row-end-4 self-center justify-self-start":true},".timeline-vertical:where(.timeline-snap-icon) > li":{"-TimelineColStart":"minmax(0, 1fr)","-TimelineRowStart":"0.5rem"},".timeline-horizontal":{"@apply flex-row":true},".timeline-horizontal > li > hr":{"@apply w-full":true},":where(.timeline-horizontal > li)":{"@apply items-center":true},":where(.timeline-horizontal > li > hr)":{"&:first-child":{"@apply col-start-1 row-start-2":true},"&:last-child":{"@apply col-start-3 col-end-[none] row-start-2 row-end-auto":true}},".timeline-horizontal .timeline-start":{"@apply col-start-1 col-end-4 row-start-1 row-end-2 self-end justify-self-center":true},".timeline-horizontal .timeline-end":{"@apply col-start-1 col-end-4 row-start-3 row-end-4 self-start justify-self-center":true},":where(.timeline-snap-icon) > li,\n.timeline-horizontal:where(.timeline-snap-icon) > li":{"-TimelineColStart":"0.5rem","-TimelineRowStart":"minmax(0, 1fr)"},":where(.toast)":{"@apply bottom-0 end-0 start-auto top-auto translate-x-0 translate-y-0":true},".toast:where(.toast-start)":{"@apply end-auto start-0 translate-x-0":true},".toast:where(.toast-center)":{"@apply end-1/2 start-1/2 -translate-x-1/2 rtl:translate-x-1/2":true},".toast:where(.toast-end)":{"@apply end-0 start-auto translate-x-0":true},".toast:where(.toast-bottom)":{"@apply bottom-0 top-auto translate-y-0":true},".toast:where(.toast-middle)":{"@apply bottom-auto top-1/2 -translate-y-1/2":true},".toast:where(.toast-top)":{"@apply bottom-auto top-0 translate-y-0":true},"[type=\"checkbox\"].toggle":{"&-xs":{"-Handleoffset":"0.5rem","@apply h-4 w-6":true},"&-sm":{"-Handleoffset":"0.75rem","@apply h-5 w-8":true},"&-md":{"-Handleoffset":"1.5rem","@apply h-6 w-12":true},"&-lg":{"-Handleoffset":"2rem","@apply h-8 w-16":true}},".tooltip":{"@apply relative inline-block":true,"-TooltipOffset":"calc(100% + 1px + var(--tooltip-tail, 0px))"},".tooltip:before":{"@apply absolute":true,"pointerEvents":"none","zIndex":"1","content":"var(--tw-content)","-TwContent":"attr(data-tip)"},".tooltip,\n.tooltip-top":{"&:before":{"transform":"translateX(-50%)","top":"auto","left":"50%","right":"auto","bottom":"var(--tooltip-offset)"}},".tooltip-bottom":{"&:before":{"transform":"translateX(-50%)","top":"var(--tooltip-offset)","left":"50%","right":"auto","bottom":"auto"}},".tooltip-left":{"&:before":{"transform":"translateY(-50%)","top":"50%","left":"auto","right":"var(--tooltip-offset)","bottom":"auto"}},".tooltip-right":{"&:before":{"transform":"translateY(-50%)","top":"50%","left":"var(--tooltip-offset)","right":"auto","bottom":"auto"}}};
|
package/dist/utilities.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = {".glass":{"&,\n &.btn-active":{"border":"none","backdropFilter":"blur(var(--glass-blur, 40px))","backgroundColor":"transparent","backgroundImage":"linear-gradient(\n 135deg,\n rgb(255 255 255 / var(--glass-opacity, 30%)) 0%,\n rgb(0 0 0 / 0%) 100%\n ),\n linear-gradient(\n var(--glass-reflex-degree, 100deg),\n rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,\n rgb(0 0 0 / 0%) 25%\n )","boxShadow":"0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,\n 0 0 0 2px rgb(0 0 0 / 5%)","textShadow":"0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%))"},"@media (hover: hover)":{"&.btn-active":{"border":"none","backdropFilter":"blur(var(--glass-blur, 40px))","backgroundColor":"transparent","backgroundImage":"linear-gradient(\n 135deg,\n rgb(255 255 255 / var(--glass-opacity, 30%)) 0%,\n rgb(0 0 0 / 0%) 100%\n ),\n linear-gradient(\n var(--glass-reflex-degree, 100deg),\n rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,\n rgb(0 0 0 / 0%) 25%\n )","boxShadow":"0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,\n 0 0 0 2px rgb(0 0 0 / 5%)","textShadow":"0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%))"}}},".no-animation":{"-BtnFocusScale":"1","-AnimationBtn":"0","-AnimationInput":"0"},".tab-border-none":{"-TabBorder":"0px"},".tab-border":{"-TabBorder":"1px"},".tab-border-2":{"-TabBorder":"2px"},".tab-border-3":{"-TabBorder":"3px"},".tab-rounded-none":{"-TabRadius":"0"},".tab-rounded-lg":{"-TabRadius":"0.5rem"}};
|