@namehash/namehash-ui 1.9.0 → 1.10.1
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/components/legacy/index.cjs +155 -0
- package/dist/components/legacy/index.cjs.map +1 -0
- package/dist/components/legacy/index.css +1603 -0
- package/dist/components/legacy/index.css.map +1 -0
- package/dist/components/legacy/index.d.cts +35 -0
- package/dist/components/legacy/index.d.ts +35 -0
- package/dist/components/legacy/index.js +122 -0
- package/dist/components/legacy/index.js.map +1 -0
- package/dist/index.cjs +15 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +207 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +10 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/styles.css"],"sourcesContent":["/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */\n@layer properties;\n@layer theme, base, components, utilities;\n@layer theme {\n :root, :host {\n --nhui-font-sans: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\",\n \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --nhui-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n --nhui-color-blue-600: oklch(54.6% 0.245 262.881);\n --nhui-color-gray-50: oklch(98.5% 0.002 247.839);\n --nhui-color-gray-200: oklch(92.8% 0.006 264.531);\n --nhui-color-gray-400: oklch(70.7% 0.022 261.325);\n --nhui-color-gray-500: oklch(55.1% 0.027 264.364);\n --nhui-color-gray-700: oklch(37.3% 0.034 259.733);\n --nhui-color-neutral-300: oklch(87% 0 0);\n --nhui-color-black: #000;\n --nhui-color-white: #fff;\n --nhui-spacing: 0.25rem;\n --nhui-text-xs: 0.75rem;\n --nhui-text-xs--line-height: calc(1 / 0.75);\n --nhui-text-sm: 0.875rem;\n --nhui-text-sm--line-height: calc(1.25 / 0.875);\n --nhui-text-base: 1rem;\n --nhui-text-base--line-height: calc(1.5 / 1);\n --nhui-text-lg: 1.125rem;\n --nhui-text-lg--line-height: calc(1.75 / 1.125);\n --nhui-font-weight-light: 300;\n --nhui-font-weight-normal: 400;\n --nhui-font-weight-medium: 500;\n --nhui-font-weight-semibold: 600;\n --nhui-leading-normal: 1.5;\n --nhui-radius-2xl: 1rem;\n --nhui-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\n --nhui-default-transition-duration: 150ms;\n --nhui-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n --nhui-default-font-family: var(--nhui-font-sans);\n --nhui-default-mono-font-family: var(--nhui-font-mono);\n }\n}\n@layer base {\n *, ::after, ::before, ::backdrop, ::file-selector-button {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: 0 solid;\n }\n html, :host {\n line-height: 1.5;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n font-family: var(--nhui-default-font-family, ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\");\n font-feature-settings: var(--nhui-default-font-feature-settings, normal);\n font-variation-settings: var(--nhui-default-font-variation-settings, normal);\n -webkit-tap-highlight-color: transparent;\n }\n hr {\n height: 0;\n color: inherit;\n border-top-width: 1px;\n }\n abbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n h1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n }\n a {\n color: inherit;\n -webkit-text-decoration: inherit;\n text-decoration: inherit;\n }\n b, strong {\n font-weight: bolder;\n }\n code, kbd, samp, pre {\n font-family: var(--nhui-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace);\n font-feature-settings: var(--nhui-default-mono-font-feature-settings, normal);\n font-variation-settings: var(--nhui-default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n small {\n font-size: 80%;\n }\n sub, sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n sub {\n bottom: -0.25em;\n }\n sup {\n top: -0.5em;\n }\n table {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n }\n :-moz-focusring {\n outline: auto;\n }\n progress {\n vertical-align: baseline;\n }\n summary {\n display: list-item;\n }\n ol, ul, menu {\n list-style: none;\n }\n img, svg, video, canvas, audio, iframe, embed, object {\n display: block;\n vertical-align: middle;\n }\n img, video {\n max-width: 100%;\n height: auto;\n }\n button, input, select, optgroup, textarea, ::file-selector-button {\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n border-radius: 0;\n background-color: transparent;\n opacity: 1;\n }\n :where(select:is([multiple], [size])) optgroup {\n font-weight: bolder;\n }\n :where(select:is([multiple], [size])) optgroup option {\n padding-inline-start: 20px;\n }\n ::file-selector-button {\n margin-inline-end: 4px;\n }\n ::placeholder {\n opacity: 1;\n }\n @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {\n ::placeholder {\n color: currentcolor;\n @supports (color: color-mix(in lab, red, red)) {\n color: color-mix(in oklab, currentcolor 50%, transparent);\n }\n }\n }\n textarea {\n resize: vertical;\n }\n ::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n ::-webkit-date-and-time-value {\n min-height: 1lh;\n text-align: inherit;\n }\n ::-webkit-datetime-edit {\n display: inline-flex;\n }\n ::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n }\n ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n }\n ::-webkit-calendar-picker-indicator {\n line-height: 1;\n }\n :-moz-ui-invalid {\n box-shadow: none;\n }\n button, input:where([type=\"button\"], [type=\"reset\"], [type=\"submit\"]), ::file-selector-button {\n appearance: button;\n }\n ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {\n height: auto;\n }\n [hidden]:where(:not([hidden=\"until-found\"])) {\n display: none !important;\n }\n}\n@layer utilities {\n .nhui\\:relative {\n position: relative;\n }\n .nhui\\:z-10 {\n z-index: 10;\n }\n .nhui\\:z-50 {\n z-index: 50;\n }\n .nhui\\:mx-1 {\n margin-inline: calc(var(--nhui-spacing) * 1);\n }\n .nhui\\:my-2 {\n margin-block: calc(var(--nhui-spacing) * 2);\n }\n .nhui\\:mt-\\[4px\\] {\n margin-top: 4px;\n }\n .nhui\\:mb-2 {\n margin-bottom: calc(var(--nhui-spacing) * 2);\n }\n .nhui\\:mb-\\[3px\\] {\n margin-bottom: 3px;\n }\n .nhui\\:box-border {\n box-sizing: border-box;\n }\n .nhui\\:block {\n display: block;\n }\n .nhui\\:flex {\n display: flex;\n }\n .nhui\\:hidden {\n display: none;\n }\n .nhui\\:inline-flex {\n display: inline-flex;\n }\n .nhui\\:aspect-square {\n aspect-ratio: 1 / 1;\n }\n .nhui\\:size-2\\.5 {\n width: calc(var(--nhui-spacing) * 2.5);\n height: calc(var(--nhui-spacing) * 2.5);\n }\n .nhui\\:size-8 {\n width: calc(var(--nhui-spacing) * 8);\n height: calc(var(--nhui-spacing) * 8);\n }\n .nhui\\:size-9 {\n width: calc(var(--nhui-spacing) * 9);\n height: calc(var(--nhui-spacing) * 9);\n }\n .nhui\\:size-10 {\n width: calc(var(--nhui-spacing) * 10);\n height: calc(var(--nhui-spacing) * 10);\n }\n .nhui\\:size-full {\n width: 100%;\n height: 100%;\n }\n .nhui\\:h-4 {\n height: calc(var(--nhui-spacing) * 4);\n }\n .nhui\\:h-5 {\n height: calc(var(--nhui-spacing) * 5);\n }\n .nhui\\:h-6 {\n height: calc(var(--nhui-spacing) * 6);\n }\n .nhui\\:h-8 {\n height: calc(var(--nhui-spacing) * 8);\n }\n .nhui\\:h-9 {\n height: calc(var(--nhui-spacing) * 9);\n }\n .nhui\\:h-10 {\n height: calc(var(--nhui-spacing) * 10);\n }\n .nhui\\:h-\\[14px\\] {\n height: 14px;\n }\n .nhui\\:h-\\[21px\\] {\n height: 21px;\n }\n .nhui\\:h-fit {\n height: fit-content;\n }\n .nhui\\:h-full {\n height: 100%;\n }\n .nhui\\:min-h-\\[80px\\] {\n min-height: 80px;\n }\n .nhui\\:w-1\\/4 {\n width: calc(1/4 * 100%);\n }\n .nhui\\:w-1\\/5 {\n width: calc(1/5 * 100%);\n }\n .nhui\\:w-4 {\n width: calc(var(--nhui-spacing) * 4);\n }\n .nhui\\:w-5 {\n width: calc(var(--nhui-spacing) * 5);\n }\n .nhui\\:w-6 {\n width: calc(var(--nhui-spacing) * 6);\n }\n .nhui\\:w-10 {\n width: calc(var(--nhui-spacing) * 10);\n }\n .nhui\\:w-\\[10\\%\\] {\n width: 10%;\n }\n .nhui\\:w-\\[15\\%\\] {\n width: 15%;\n }\n .nhui\\:w-\\[100px\\] {\n width: 100px;\n }\n .nhui\\:w-\\[228px\\] {\n width: 228px;\n }\n .nhui\\:w-fit {\n width: fit-content;\n }\n .nhui\\:w-full {\n width: 100%;\n }\n .nhui\\:max-w-\\[339px\\] {\n max-width: 339px;\n }\n .nhui\\:max-w-\\[1216px\\] {\n max-width: 1216px;\n }\n .nhui\\:min-w-\\[110px\\] {\n min-width: 110px;\n }\n .nhui\\:min-w-\\[162px\\] {\n min-width: 162px;\n }\n .nhui\\:shrink-0 {\n flex-shrink: 0;\n }\n .nhui\\:origin-\\(--radix-tooltip-content-transform-origin\\) {\n transform-origin: var(--radix-tooltip-content-transform-origin);\n }\n .nhui\\:translate-y-\\[calc\\(-50\\%_-_2px\\)\\] {\n --tw-translate-y: calc(-50% - 2px);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n .nhui\\:rotate-45 {\n rotate: 45deg;\n }\n .nhui\\:animate-in {\n animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);\n }\n .nhui\\:animate-pulse {\n animation: var(--nhui-animate-pulse);\n }\n .nhui\\:cursor-pointer {\n cursor: pointer;\n }\n .nhui\\:cursor-text {\n cursor: text;\n }\n .nhui\\:flex-col {\n flex-direction: column;\n }\n .nhui\\:flex-row {\n flex-direction: row;\n }\n .nhui\\:flex-nowrap {\n flex-wrap: nowrap;\n }\n .nhui\\:flex-wrap {\n flex-wrap: wrap;\n }\n .nhui\\:items-center {\n align-items: center;\n }\n .nhui\\:items-start {\n align-items: flex-start;\n }\n .nhui\\:justify-between {\n justify-content: space-between;\n }\n .nhui\\:justify-center {\n justify-content: center;\n }\n .nhui\\:justify-start {\n justify-content: flex-start;\n }\n .nhui\\:gap-0 {\n gap: calc(var(--nhui-spacing) * 0);\n }\n .nhui\\:gap-1\\.5 {\n gap: calc(var(--nhui-spacing) * 1.5);\n }\n .nhui\\:gap-2 {\n gap: calc(var(--nhui-spacing) * 2);\n }\n .nhui\\:gap-3 {\n gap: calc(var(--nhui-spacing) * 3);\n }\n .nhui\\:gap-4 {\n gap: calc(var(--nhui-spacing) * 4);\n }\n .nhui\\:gap-5 {\n gap: calc(var(--nhui-spacing) * 5);\n }\n .nhui\\:gap-10 {\n gap: calc(var(--nhui-spacing) * 10);\n }\n .nhui\\:space-x-1 {\n :where(& > :not(:last-child)) {\n --tw-space-x-reverse: 0;\n margin-inline-start: calc(calc(var(--nhui-spacing) * 1) * var(--tw-space-x-reverse));\n margin-inline-end: calc(calc(var(--nhui-spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));\n }\n }\n .nhui\\:overflow-hidden {\n overflow: hidden;\n }\n .nhui\\:overflow-x-auto {\n overflow-x: auto;\n }\n .nhui\\:rounded-2xl {\n border-radius: var(--nhui-radius-2xl);\n }\n .nhui\\:rounded-\\[2px\\] {\n border-radius: 2px;\n }\n .nhui\\:rounded-full {\n border-radius: calc(infinity * 1px);\n }\n .nhui\\:rounded-md {\n border-radius: calc(var(--nhui-radius) - 2px);\n }\n .nhui\\:rounded-sm {\n border-radius: calc(var(--nhui-radius) - 4px);\n }\n .nhui\\:border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .nhui\\:border-t {\n border-top-style: var(--tw-border-style);\n border-top-width: 1px;\n }\n .nhui\\:border-\\[\\#DBDBDB\\] {\n border-color: #DBDBDB;\n }\n .nhui\\:border-black {\n border-color: var(--nhui-color-black);\n }\n .nhui\\:border-gray-200 {\n border-color: var(--nhui-color-gray-200);\n }\n .nhui\\:border-transparent {\n border-color: transparent;\n }\n .nhui\\:bg-\\[\\#171717\\] {\n background-color: #171717;\n }\n .nhui\\:bg-accent {\n background-color: var(--nhui-accent);\n }\n .nhui\\:bg-background {\n background-color: var(--nhui-background);\n }\n .nhui\\:bg-black {\n background-color: var(--nhui-color-black);\n }\n .nhui\\:bg-destructive {\n background-color: var(--nhui-destructive);\n }\n .nhui\\:bg-foreground {\n background-color: var(--nhui-foreground);\n }\n .nhui\\:bg-gray-50 {\n background-color: var(--nhui-color-gray-50);\n }\n .nhui\\:bg-gray-200 {\n background-color: var(--nhui-color-gray-200);\n }\n .nhui\\:bg-muted {\n background-color: var(--nhui-muted);\n }\n .nhui\\:bg-primary {\n background-color: var(--nhui-primary);\n }\n .nhui\\:bg-secondary {\n background-color: var(--nhui-secondary);\n }\n .nhui\\:bg-white {\n background-color: var(--nhui-color-white);\n }\n .nhui\\:fill-black {\n fill: var(--nhui-color-black);\n }\n .nhui\\:fill-foreground {\n fill: var(--nhui-foreground);\n }\n .nhui\\:fill-neutral-300 {\n fill: var(--nhui-color-neutral-300);\n }\n .nhui\\:p-4 {\n padding: calc(var(--nhui-spacing) * 4);\n }\n .nhui\\:px-2 {\n padding-inline: calc(var(--nhui-spacing) * 2);\n }\n .nhui\\:px-3 {\n padding-inline: calc(var(--nhui-spacing) * 3);\n }\n .nhui\\:px-4 {\n padding-inline: calc(var(--nhui-spacing) * 4);\n }\n .nhui\\:px-5 {\n padding-inline: calc(var(--nhui-spacing) * 5);\n }\n .nhui\\:px-6 {\n padding-inline: calc(var(--nhui-spacing) * 6);\n }\n .nhui\\:py-1 {\n padding-block: calc(var(--nhui-spacing) * 1);\n }\n .nhui\\:py-1\\.5 {\n padding-block: calc(var(--nhui-spacing) * 1.5);\n }\n .nhui\\:py-2 {\n padding-block: calc(var(--nhui-spacing) * 2);\n }\n .nhui\\:py-3 {\n padding-block: calc(var(--nhui-spacing) * 3);\n }\n .nhui\\:pt-5 {\n padding-top: calc(var(--nhui-spacing) * 5);\n }\n .nhui\\:pt-8 {\n padding-top: calc(var(--nhui-spacing) * 8);\n }\n .nhui\\:pr-5 {\n padding-right: calc(var(--nhui-spacing) * 5);\n }\n .nhui\\:pb-5 {\n padding-bottom: calc(var(--nhui-spacing) * 5);\n }\n .nhui\\:text-left {\n text-align: left;\n }\n .nhui\\:text-base {\n font-size: var(--nhui-text-base);\n line-height: var(--tw-leading, var(--nhui-text-base--line-height));\n }\n .nhui\\:text-lg {\n font-size: var(--nhui-text-lg);\n line-height: var(--tw-leading, var(--nhui-text-lg--line-height));\n }\n .nhui\\:text-sm {\n font-size: var(--nhui-text-sm);\n line-height: var(--tw-leading, var(--nhui-text-sm--line-height));\n }\n .nhui\\:text-xs {\n font-size: var(--nhui-text-xs);\n line-height: var(--tw-leading, var(--nhui-text-xs--line-height));\n }\n .nhui\\:leading-5 {\n --tw-leading: calc(var(--nhui-spacing) * 5);\n line-height: calc(var(--nhui-spacing) * 5);\n }\n .nhui\\:leading-6 {\n --tw-leading: calc(var(--nhui-spacing) * 6);\n line-height: calc(var(--nhui-spacing) * 6);\n }\n .nhui\\:leading-normal {\n --tw-leading: var(--nhui-leading-normal);\n line-height: var(--nhui-leading-normal);\n }\n .nhui\\:font-light {\n --tw-font-weight: var(--nhui-font-weight-light);\n font-weight: var(--nhui-font-weight-light);\n }\n .nhui\\:font-medium {\n --tw-font-weight: var(--nhui-font-weight-medium);\n font-weight: var(--nhui-font-weight-medium);\n }\n .nhui\\:font-normal {\n --tw-font-weight: var(--nhui-font-weight-normal);\n font-weight: var(--nhui-font-weight-normal);\n }\n .nhui\\:font-semibold {\n --tw-font-weight: var(--nhui-font-weight-semibold);\n font-weight: var(--nhui-font-weight-semibold);\n }\n .nhui\\:text-balance {\n text-wrap: balance;\n }\n .nhui\\:whitespace-nowrap {\n white-space: nowrap;\n }\n .nhui\\:\\!text-black {\n color: var(--nhui-color-black) !important;\n }\n .nhui\\:text-\\[\\#9CA3AF\\] {\n color: #9CA3AF;\n }\n .nhui\\:text-\\[\\#AFAFAF\\] {\n color: #AFAFAF;\n }\n .nhui\\:text-\\[\\#EF4444\\] {\n color: #EF4444;\n }\n .nhui\\:text-background {\n color: var(--nhui-background);\n }\n .nhui\\:text-black {\n color: var(--nhui-color-black);\n }\n .nhui\\:text-blue-600 {\n color: var(--nhui-color-blue-600);\n }\n .nhui\\:text-current {\n color: currentcolor;\n }\n .nhui\\:text-gray-400 {\n color: var(--nhui-color-gray-400);\n }\n .nhui\\:text-gray-500 {\n color: var(--nhui-color-gray-500);\n }\n .nhui\\:text-muted-foreground {\n color: var(--nhui-muted-foreground);\n }\n .nhui\\:text-primary {\n color: var(--nhui-primary);\n }\n .nhui\\:text-primary-foreground {\n color: var(--nhui-primary-foreground);\n }\n .nhui\\:text-secondary-foreground {\n color: var(--nhui-secondary-foreground);\n }\n .nhui\\:text-white {\n color: var(--nhui-color-white);\n }\n .nhui\\:not-italic {\n font-style: normal;\n }\n .nhui\\:no-underline {\n text-decoration-line: none;\n }\n .nhui\\:underline {\n text-decoration-line: underline;\n }\n .nhui\\:decoration-current {\n text-decoration-color: currentcolor;\n }\n .nhui\\:decoration-transparent {\n text-decoration-color: transparent;\n }\n .nhui\\:underline-offset-4 {\n text-underline-offset: 4px;\n }\n .nhui\\:underline-offset-\\[4px\\] {\n text-underline-offset: 4px;\n }\n .nhui\\:shadow-\\[0_1px_2px_0_rgba\\(0\\,0\\,0\\,0\\.05\\)\\] {\n --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(0,0,0,0.05));\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .nhui\\:shadow-md {\n --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .nhui\\:shadow-xs {\n --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .nhui\\:outline-hidden {\n --tw-outline-style: none;\n outline-style: none;\n @media (forced-colors: active) {\n outline: 2px solid transparent;\n outline-offset: 2px;\n }\n }\n .nhui\\:transition {\n transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;\n transition-timing-function: var(--tw-ease, var(--nhui-default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--nhui-default-transition-duration));\n }\n .nhui\\:transition-all {\n transition-property: all;\n transition-timing-function: var(--tw-ease, var(--nhui-default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--nhui-default-transition-duration));\n }\n .nhui\\:transition-colors {\n transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;\n transition-timing-function: var(--tw-ease, var(--nhui-default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--nhui-default-transition-duration));\n }\n .nhui\\:transition-opacity {\n transition-property: opacity;\n transition-timing-function: var(--tw-ease, var(--nhui-default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--nhui-default-transition-duration));\n }\n .nhui\\:duration-0 {\n --tw-duration: 0ms;\n transition-duration: 0ms;\n }\n .nhui\\:duration-200 {\n --tw-duration: 200ms;\n transition-duration: 200ms;\n }\n .nhui\\:duration-300 {\n --tw-duration: 300ms;\n transition-duration: 300ms;\n }\n .nhui\\:animate-in {\n animation-name: enter;\n animation-duration: 150ms;\n --tw-enter-opacity: initial;\n --tw-enter-scale: initial;\n --tw-enter-rotate: initial;\n --tw-enter-translate-x: initial;\n --tw-enter-translate-y: initial;\n }\n .nhui\\:fade-in-0 {\n --tw-enter-opacity: calc(0/100);\n --tw-enter-opacity: 0;\n }\n .nhui\\:outline-none {\n --tw-outline-style: none;\n outline-style: none;\n }\n .nhui\\:zoom-in-95 {\n --tw-enter-scale: calc(95*1%);\n --tw-enter-scale: .95;\n }\n .nhui\\:duration-0 {\n animation-duration: 0s;\n }\n .nhui\\:duration-200 {\n animation-duration: 200ms;\n }\n .nhui\\:duration-300 {\n animation-duration: 300ms;\n }\n .nhui\\:fade-in-0 {\n --tw-enter-opacity: 0;\n }\n .nhui\\:zoom-in-95 {\n --tw-enter-scale: .95;\n }\n .nhui\\:hover\\:bg-\\[\\#272727\\] {\n &:hover {\n @media (hover: hover) {\n background-color: #272727;\n }\n }\n }\n .nhui\\:hover\\:bg-accent {\n &:hover {\n @media (hover: hover) {\n background-color: var(--nhui-accent);\n }\n }\n }\n .nhui\\:hover\\:bg-black\\/5 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--nhui-color-black);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--nhui-color-black) 5%, transparent);\n }\n }\n }\n }\n .nhui\\:hover\\:bg-destructive\\/90 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--nhui-destructive);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--nhui-destructive) 90%, transparent);\n }\n }\n }\n }\n .nhui\\:hover\\:bg-gray-50 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--nhui-color-gray-50);\n }\n }\n }\n .nhui\\:hover\\:bg-primary\\/90 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--nhui-primary);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--nhui-primary) 90%, transparent);\n }\n }\n }\n }\n .nhui\\:hover\\:bg-secondary\\/80 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--nhui-secondary);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--nhui-secondary) 80%, transparent);\n }\n }\n }\n }\n .nhui\\:hover\\:text-accent-foreground {\n &:hover {\n @media (hover: hover) {\n color: var(--nhui-accent-foreground);\n }\n }\n }\n .nhui\\:hover\\:text-black {\n &:hover {\n @media (hover: hover) {\n color: var(--nhui-color-black);\n }\n }\n }\n .nhui\\:hover\\:text-gray-700 {\n &:hover {\n @media (hover: hover) {\n color: var(--nhui-color-gray-700);\n }\n }\n }\n .nhui\\:hover\\:underline {\n &:hover {\n @media (hover: hover) {\n text-decoration-line: underline;\n }\n }\n }\n .nhui\\:hover\\:decoration-current {\n &:hover {\n @media (hover: hover) {\n text-decoration-color: currentcolor;\n }\n }\n }\n .nhui\\:hover\\:underline-offset-\\[2px\\] {\n &:hover {\n @media (hover: hover) {\n text-underline-offset: 2px;\n }\n }\n }\n .nhui\\:hover\\:underline-offset-\\[25\\%\\] {\n &:hover {\n @media (hover: hover) {\n text-underline-offset: 25%;\n }\n }\n }\n .nhui\\:focus-visible\\:border-ring {\n &:focus-visible {\n border-color: var(--nhui-ring);\n }\n }\n .nhui\\:focus-visible\\:ring-\\[3px\\] {\n &:focus-visible {\n --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n }\n .nhui\\:focus-visible\\:ring-destructive\\/20 {\n &:focus-visible {\n --tw-ring-color: var(--nhui-destructive);\n @supports (color: color-mix(in lab, red, red)) {\n --tw-ring-color: color-mix(in oklab, var(--nhui-destructive) 20%, transparent);\n }\n }\n }\n .nhui\\:focus-visible\\:ring-ring\\/50 {\n &:focus-visible {\n --tw-ring-color: var(--nhui-ring);\n @supports (color: color-mix(in lab, red, red)) {\n --tw-ring-color: color-mix(in oklab, var(--nhui-ring) 50%, transparent);\n }\n }\n }\n .nhui\\:disabled\\:pointer-events-none {\n &:disabled {\n pointer-events: none;\n }\n }\n .nhui\\:disabled\\:opacity-50 {\n &:disabled {\n opacity: 50%;\n }\n }\n .nhui\\:has-\\[\\>svg\\]\\:px-2\\.5 {\n &:has(>svg) {\n padding-inline: calc(var(--nhui-spacing) * 2.5);\n }\n }\n .nhui\\:has-\\[\\>svg\\]\\:px-3 {\n &:has(>svg) {\n padding-inline: calc(var(--nhui-spacing) * 3);\n }\n }\n .nhui\\:has-\\[\\>svg\\]\\:px-4 {\n &:has(>svg) {\n padding-inline: calc(var(--nhui-spacing) * 4);\n }\n }\n .nhui\\:aria-invalid\\:border-destructive {\n &[aria-invalid=\"true\"] {\n border-color: var(--nhui-destructive);\n }\n }\n .nhui\\:aria-invalid\\:ring-destructive\\/20 {\n &[aria-invalid=\"true\"] {\n --tw-ring-color: var(--nhui-destructive);\n @supports (color: color-mix(in lab, red, red)) {\n --tw-ring-color: color-mix(in oklab, var(--nhui-destructive) 20%, transparent);\n }\n }\n }\n .nhui\\:data-\\[side\\=bottom\\]\\:slide-in-from-top-1 {\n &[data-side=\"bottom\"] {\n --tw-enter-translate-y: -.;\n }\n }\n .nhui\\:data-\\[side\\=bottom\\]\\:slide-in-from-top-1 {\n &[data-side=\"bottom\"] {\n --tw-enter-translate-y: calc(1*var(--spacing)*-1);\n }\n }\n .nhui\\:data-\\[side\\=bottom\\]\\:slide-in-from-top-2 {\n &[data-side=\"bottom\"] {\n --tw-enter-translate-y: -2;\n }\n }\n .nhui\\:data-\\[side\\=bottom\\]\\:slide-in-from-top-2 {\n &[data-side=\"bottom\"] {\n --tw-enter-translate-y: calc(2*var(--spacing)*-1);\n }\n }\n .nhui\\:data-\\[side\\=left\\]\\:slide-in-from-right-1 {\n &[data-side=\"left\"] {\n --tw-enter-translate-x: .;\n }\n }\n .nhui\\:data-\\[side\\=left\\]\\:slide-in-from-right-1 {\n &[data-side=\"left\"] {\n --tw-enter-translate-x: calc(1*var(--spacing));\n }\n }\n .nhui\\:data-\\[side\\=left\\]\\:slide-in-from-right-2 {\n &[data-side=\"left\"] {\n --tw-enter-translate-x: 2;\n }\n }\n .nhui\\:data-\\[side\\=left\\]\\:slide-in-from-right-2 {\n &[data-side=\"left\"] {\n --tw-enter-translate-x: calc(2*var(--spacing));\n }\n }\n .nhui\\:data-\\[side\\=right\\]\\:slide-in-from-left-1 {\n &[data-side=\"right\"] {\n --tw-enter-translate-x: -.;\n }\n }\n .nhui\\:data-\\[side\\=right\\]\\:slide-in-from-left-1 {\n &[data-side=\"right\"] {\n --tw-enter-translate-x: calc(1*var(--spacing)*-1);\n }\n }\n .nhui\\:data-\\[side\\=right\\]\\:slide-in-from-left-2 {\n &[data-side=\"right\"] {\n --tw-enter-translate-x: -2;\n }\n }\n .nhui\\:data-\\[side\\=right\\]\\:slide-in-from-left-2 {\n &[data-side=\"right\"] {\n --tw-enter-translate-x: calc(2*var(--spacing)*-1);\n }\n }\n .nhui\\:data-\\[side\\=top\\]\\:slide-in-from-bottom-1 {\n &[data-side=\"top\"] {\n --tw-enter-translate-y: .;\n }\n }\n .nhui\\:data-\\[side\\=top\\]\\:slide-in-from-bottom-1 {\n &[data-side=\"top\"] {\n --tw-enter-translate-y: calc(1*var(--spacing));\n }\n }\n .nhui\\:data-\\[side\\=top\\]\\:slide-in-from-bottom-2 {\n &[data-side=\"top\"] {\n --tw-enter-translate-y: 2;\n }\n }\n .nhui\\:data-\\[side\\=top\\]\\:slide-in-from-bottom-2 {\n &[data-side=\"top\"] {\n --tw-enter-translate-y: calc(2*var(--spacing));\n }\n }\n .nhui\\:data-\\[state\\=closed\\]\\:animate-out {\n &[data-state=\"closed\"] {\n animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);\n }\n }\n .nhui\\:data-\\[state\\=closed\\]\\:duration-200 {\n &[data-state=\"closed\"] {\n --tw-duration: 200ms;\n transition-duration: 200ms;\n }\n }\n .nhui\\:data-\\[state\\=closed\\]\\:animate-out {\n &[data-state=\"closed\"] {\n animation-name: exit;\n animation-duration: 150ms;\n --tw-exit-opacity: initial;\n --tw-exit-scale: initial;\n --tw-exit-rotate: initial;\n --tw-exit-translate-x: initial;\n --tw-exit-translate-y: initial;\n }\n }\n .nhui\\:data-\\[state\\=closed\\]\\:fade-out-0 {\n &[data-state=\"closed\"] {\n --tw-exit-opacity: calc(0/100);\n --tw-exit-opacity: 0;\n }\n }\n .nhui\\:data-\\[state\\=closed\\]\\:zoom-out-95 {\n &[data-state=\"closed\"] {\n --tw-exit-scale: calc(95*1%);\n --tw-exit-scale: .95;\n }\n }\n .nhui\\:data-\\[state\\=closed\\]\\:duration-200 {\n &[data-state=\"closed\"] {\n animation-duration: 200ms;\n }\n }\n .nhui\\:data-\\[state\\=closed\\]\\:fade-out-0 {\n &[data-state=\"closed\"] {\n --tw-exit-opacity: 0;\n }\n }\n .nhui\\:data-\\[state\\=closed\\]\\:zoom-out-95 {\n &[data-state=\"closed\"] {\n --tw-exit-scale: .95;\n }\n }\n .nhui\\:data-\\[state\\=delayed-open\\]\\:animate-in {\n &[data-state=\"delayed-open\"] {\n animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);\n }\n }\n .nhui\\:data-\\[state\\=delayed-open\\]\\:animate-in {\n &[data-state=\"delayed-open\"] {\n animation-name: enter;\n animation-duration: 150ms;\n --tw-enter-opacity: initial;\n --tw-enter-scale: initial;\n --tw-enter-rotate: initial;\n --tw-enter-translate-x: initial;\n --tw-enter-translate-y: initial;\n }\n }\n .nhui\\:data-\\[state\\=delayed-open\\]\\:fade-in-0 {\n &[data-state=\"delayed-open\"] {\n --tw-enter-opacity: calc(0/100);\n --tw-enter-opacity: 0;\n }\n }\n .nhui\\:data-\\[state\\=delayed-open\\]\\:fade-in-0 {\n &[data-state=\"delayed-open\"] {\n --tw-enter-opacity: 0;\n }\n }\n .nhui\\:max-sm\\:w-full {\n @media (width < 40rem) {\n width: 100%;\n }\n }\n .nhui\\:max-sm\\:max-w-3\\/4 {\n @media (width < 40rem) {\n max-width: calc(3/4 * 100%);\n }\n }\n .nhui\\:max-sm\\:justify-end {\n @media (width < 40rem) {\n justify-content: flex-end;\n }\n }\n .nhui\\:max-sm\\:self-stretch {\n @media (width < 40rem) {\n align-self: stretch;\n }\n }\n .nhui\\:min-\\[1220px\\]\\:max-w-\\[140px\\] {\n @media (width >= 1220px) {\n max-width: 140px;\n }\n }\n .nhui\\:sm\\:w-2\\/3 {\n @media (width >= 40rem) {\n width: calc(2/3 * 100%);\n }\n }\n .nhui\\:sm\\:w-3\\/4 {\n @media (width >= 40rem) {\n width: calc(3/4 * 100%);\n }\n }\n .nhui\\:sm\\:w-3\\/5 {\n @media (width >= 40rem) {\n width: calc(3/5 * 100%);\n }\n }\n .nhui\\:sm\\:w-4\\/5 {\n @media (width >= 40rem) {\n width: calc(4/5 * 100%);\n }\n }\n .nhui\\:sm\\:w-full {\n @media (width >= 40rem) {\n width: 100%;\n }\n }\n .nhui\\:sm\\:min-w-\\[110px\\] {\n @media (width >= 40rem) {\n min-width: 110px;\n }\n }\n .nhui\\:sm\\:flex-col {\n @media (width >= 40rem) {\n flex-direction: column;\n }\n }\n .nhui\\:sm\\:flex-row {\n @media (width >= 40rem) {\n flex-direction: row;\n }\n }\n .nhui\\:sm\\:items-center {\n @media (width >= 40rem) {\n align-items: center;\n }\n }\n .nhui\\:sm\\:justify-between {\n @media (width >= 40rem) {\n justify-content: space-between;\n }\n }\n .nhui\\:sm\\:justify-center {\n @media (width >= 40rem) {\n justify-content: center;\n }\n }\n .nhui\\:sm\\:gap-y-5 {\n @media (width >= 40rem) {\n row-gap: calc(var(--nhui-spacing) * 5);\n }\n }\n .nhui\\:sm\\:p-6 {\n @media (width >= 40rem) {\n padding: calc(var(--nhui-spacing) * 6);\n }\n }\n .nhui\\:sm\\:underline-offset-\\[4px\\] {\n @media (width >= 40rem) {\n text-underline-offset: 4px;\n }\n }\n .nhui\\:sm\\:transition-all {\n @media (width >= 40rem) {\n transition-property: all;\n transition-timing-function: var(--tw-ease, var(--nhui-default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--nhui-default-transition-duration));\n }\n }\n .nhui\\:sm\\:duration-200 {\n @media (width >= 40rem) {\n --tw-duration: 200ms;\n transition-duration: 200ms;\n }\n }\n .nhui\\:sm\\:duration-200 {\n @media (width >= 40rem) {\n animation-duration: 200ms;\n }\n }\n .nhui\\:sm\\:hover\\:underline-offset-\\[2px\\] {\n @media (width >= 40rem) {\n &:hover {\n @media (hover: hover) {\n text-underline-offset: 2px;\n }\n }\n }\n }\n .nhui\\:sm\\:max-\\[1220px\\]\\:max-w-\\[110px\\] {\n @media (width >= 40rem) {\n @media (width < 1220px) {\n max-width: 110px;\n }\n }\n }\n .nhui\\:lg\\:flex-row {\n @media (width >= 64rem) {\n flex-direction: row;\n }\n }\n .nhui\\:lg\\:justify-between {\n @media (width >= 64rem) {\n justify-content: space-between;\n }\n }\n .nhui\\:lg\\:border-t {\n @media (width >= 64rem) {\n border-top-style: var(--tw-border-style);\n border-top-width: 1px;\n }\n }\n .nhui\\:lg\\:border-gray-200 {\n @media (width >= 64rem) {\n border-color: var(--nhui-color-gray-200);\n }\n }\n .nhui\\:lg\\:px-\\[50px\\] {\n @media (width >= 64rem) {\n padding-inline: 50px;\n }\n }\n .nhui\\:dark\\:border-input {\n &:is(.dark *) {\n border-color: var(--nhui-input);\n }\n }\n .nhui\\:dark\\:bg-destructive\\/60 {\n &:is(.dark *) {\n background-color: var(--nhui-destructive);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--nhui-destructive) 60%, transparent);\n }\n }\n }\n .nhui\\:dark\\:bg-input\\/30 {\n &:is(.dark *) {\n background-color: var(--nhui-input);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--nhui-input) 30%, transparent);\n }\n }\n }\n .nhui\\:dark\\:hover\\:bg-accent\\/50 {\n &:is(.dark *) {\n &:hover {\n @media (hover: hover) {\n background-color: var(--nhui-accent);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--nhui-accent) 50%, transparent);\n }\n }\n }\n }\n }\n .nhui\\:dark\\:hover\\:bg-input\\/50 {\n &:is(.dark *) {\n &:hover {\n @media (hover: hover) {\n background-color: var(--nhui-input);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--nhui-input) 50%, transparent);\n }\n }\n }\n }\n }\n .nhui\\:dark\\:focus-visible\\:ring-destructive\\/40 {\n &:is(.dark *) {\n &:focus-visible {\n --tw-ring-color: var(--nhui-destructive);\n @supports (color: color-mix(in lab, red, red)) {\n --tw-ring-color: color-mix(in oklab, var(--nhui-destructive) 40%, transparent);\n }\n }\n }\n }\n .nhui\\:dark\\:aria-invalid\\:ring-destructive\\/40 {\n &:is(.dark *) {\n &[aria-invalid=\"true\"] {\n --tw-ring-color: var(--nhui-destructive);\n @supports (color: color-mix(in lab, red, red)) {\n --tw-ring-color: color-mix(in oklab, var(--nhui-destructive) 40%, transparent);\n }\n }\n }\n }\n .nhui\\:\\[\\&_svg\\]\\:pointer-events-none {\n & svg {\n pointer-events: none;\n }\n }\n .nhui\\:\\[\\&_svg\\]\\:shrink-0 {\n & svg {\n flex-shrink: 0;\n }\n }\n .nhui\\:\\[\\&_svg\\:not\\(\\[class\\*\\=size-\\]\\)\\]\\:size-4 {\n & svg:not([class*=size-]) {\n width: calc(var(--nhui-spacing) * 4);\n height: calc(var(--nhui-spacing) * 4);\n }\n }\n}\n@property --tw-animation-delay {\n syntax: \"*\";\n inherits: false;\n initial-value: 0s;\n}\n@property --tw-animation-direction {\n syntax: \"*\";\n inherits: false;\n initial-value: normal;\n}\n@property --tw-animation-duration {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-animation-fill-mode {\n syntax: \"*\";\n inherits: false;\n initial-value: none;\n}\n@property --tw-animation-iteration-count {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-enter-blur {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-enter-opacity {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-enter-rotate {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-enter-scale {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-enter-translate-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-enter-translate-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-exit-blur {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-exit-opacity {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-exit-rotate {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-exit-scale {\n syntax: \"*\";\n inherits: false;\n initial-value: 1;\n}\n@property --tw-exit-translate-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-exit-translate-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n:root {\n --nhui-background: oklch(1 0 0);\n --nhui-foreground: oklch(0.145 0 0);\n --nhui-card: oklch(1 0 0);\n --nhui-card-foreground: oklch(0.145 0 0);\n --nhui-popover: oklch(1 0 0);\n --nhui-popover-foreground: oklch(0.145 0 0);\n --nhui-primary: oklch(0.205 0 0);\n --nhui-primary-foreground: oklch(0.985 0 0);\n --nhui-secondary: oklch(0.97 0 0);\n --nhui-secondary-foreground: oklch(0.205 0 0);\n --nhui-muted: oklch(0.97 0 0);\n --nhui-muted-foreground: oklch(0.556 0 0);\n --nhui-accent: oklch(0.97 0 0);\n --nhui-accent-foreground: oklch(0.205 0 0);\n --nhui-destructive: oklch(0.577 0.245 27.325);\n --nhui-destructive-foreground: oklch(0.577 0.245 27.325);\n --nhui-border: oklch(0.922 0 0);\n --nhui-input: oklch(0.922 0 0);\n --nhui-ring: oklch(0.708 0 0);\n --nhui-chart-1: oklch(0.646 0.222 41.116);\n --nhui-chart-2: oklch(0.6 0.118 184.704);\n --nhui-chart-3: oklch(0.398 0.07 227.392);\n --nhui-chart-4: oklch(0.828 0.189 84.429);\n --nhui-chart-5: oklch(0.769 0.188 70.08);\n --nhui-radius: 0.625rem;\n --nhui-sidebar: oklch(0.985 0 0);\n --nhui-sidebar-foreground: oklch(0.145 0 0);\n --nhui-sidebar-primary: oklch(0.205 0 0);\n --nhui-sidebar-primary-foreground: oklch(0.985 0 0);\n --nhui-sidebar-accent: oklch(0.97 0 0);\n --nhui-sidebar-accent-foreground: oklch(0.205 0 0);\n --nhui-sidebar-border: oklch(0.922 0 0);\n --nhui-sidebar-ring: oklch(0.708 0 0);\n}\n@layer base {\n * {\n border-color: var(--nhui-border);\n outline-color: var(--nhui-ring);\n @supports (color: color-mix(in lab, red, red)) {\n outline-color: color-mix(in oklab, var(--nhui-ring) 50%, transparent);\n }\n }\n body {\n background-color: var(--nhui-background);\n color: var(--nhui-foreground);\n }\n}\n@keyframes enter {\n from {\n opacity: var(--tw-enter-opacity, 1);\n transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));\n }\n}\n@keyframes exit {\n to {\n opacity: var(--tw-exit-opacity, 1);\n transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));\n }\n}\n@property --tw-translate-x {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-translate-y {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-translate-z {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-space-x-reverse {\n syntax: \"*\";\n inherits: false;\n initial-value: 0;\n}\n@property --tw-border-style {\n syntax: \"*\";\n inherits: false;\n initial-value: solid;\n}\n@property --tw-leading {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-font-weight {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-shadow-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n@property --tw-inset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-inset-shadow-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-inset-shadow-alpha {\n syntax: \"<percentage>\";\n inherits: false;\n initial-value: 100%;\n}\n@property --tw-ring-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-inset-ring-color {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-inset-ring-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-ring-inset {\n syntax: \"*\";\n inherits: false;\n}\n@property --tw-ring-offset-width {\n syntax: \"<length>\";\n inherits: false;\n initial-value: 0px;\n}\n@property --tw-ring-offset-color {\n syntax: \"*\";\n inherits: false;\n initial-value: #fff;\n}\n@property --tw-ring-offset-shadow {\n syntax: \"*\";\n inherits: false;\n initial-value: 0 0 #0000;\n}\n@property --tw-duration {\n syntax: \"*\";\n inherits: false;\n}\n@keyframes pulse {\n 50% {\n opacity: 0.5;\n }\n}\n@keyframes enter {\n from {\n opacity: var(--tw-enter-opacity,1);\n transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));\n filter: blur(var(--tw-enter-blur,0));\n }\n}\n@keyframes exit {\n to {\n opacity: var(--tw-exit-opacity,1);\n transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));\n filter: blur(var(--tw-exit-blur,0));\n }\n}\n@keyframes enter {\n from {\n opacity: var(--tw-enter-opacity, 1);\n transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));\n }\n}\n@keyframes exit {\n to {\n opacity: var(--tw-exit-opacity, 1);\n transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));\n }\n}\n@layer properties {\n @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {\n *, ::before, ::after, ::backdrop {\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-translate-z: 0;\n --tw-space-x-reverse: 0;\n --tw-border-style: solid;\n --tw-leading: initial;\n --tw-font-weight: initial;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-color: initial;\n --tw-shadow-alpha: 100%;\n --tw-inset-shadow: 0 0 #0000;\n --tw-inset-shadow-color: initial;\n --tw-inset-shadow-alpha: 100%;\n --tw-ring-color: initial;\n --tw-ring-shadow: 0 0 #0000;\n --tw-inset-ring-color: initial;\n --tw-inset-ring-shadow: 0 0 #0000;\n --tw-ring-inset: initial;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-duration: initial;\n --tw-animation-delay: 0s;\n --tw-animation-direction: normal;\n --tw-animation-duration: initial;\n --tw-animation-fill-mode: none;\n --tw-animation-iteration-count: 1;\n --tw-enter-blur: 0;\n --tw-enter-opacity: 1;\n --tw-enter-rotate: 0;\n --tw-enter-scale: 1;\n --tw-enter-translate-x: 0;\n --tw-enter-translate-y: 0;\n --tw-exit-blur: 0;\n --tw-exit-opacity: 1;\n --tw-exit-rotate: 0;\n --tw-exit-scale: 1;\n --tw-exit-translate-x: 0;\n --tw-exit-translate-y: 0;\n }\n }\n}\n"],"mappings":"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","names":[]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
2
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
+
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
|
|
6
|
+
declare const legacyButtonVariants: (props?: ({
|
|
7
|
+
variant?: "primary" | "secondary" | "ghost" | null | undefined;
|
|
8
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
|
+
|
|
11
|
+
declare const legacyLinkVariants: (props?: ({
|
|
12
|
+
variant?: "primary" | "secondary" | "underline" | null | undefined;
|
|
13
|
+
size?: "small" | "medium" | "large" | "xsmall" | null | undefined;
|
|
14
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
15
|
+
|
|
16
|
+
type Props = {
|
|
17
|
+
trigger: React.ReactNode;
|
|
18
|
+
children: React.ReactNode;
|
|
19
|
+
placement?: TooltipPlacement;
|
|
20
|
+
maxTooltipWidth?: number;
|
|
21
|
+
className?: string;
|
|
22
|
+
withDelay?: boolean;
|
|
23
|
+
} & Omit<React.ComponentProps<typeof TooltipPrimitive.Content>, "children" | "side" | "style" | "className">;
|
|
24
|
+
declare const DEFAULT_MAX_TOOLTIP_WIDTH = 400;
|
|
25
|
+
declare const TooltipPlacement: {
|
|
26
|
+
readonly Top: "top";
|
|
27
|
+
readonly Right: "right";
|
|
28
|
+
readonly Bottom: "bottom";
|
|
29
|
+
readonly Left: "left";
|
|
30
|
+
};
|
|
31
|
+
type TooltipPlacement = (typeof TooltipPlacement)[keyof typeof TooltipPlacement];
|
|
32
|
+
declare const DEFAULT_TOOLTIP_PLACEMENT: "top";
|
|
33
|
+
declare function Tooltip({ trigger, children, placement, maxTooltipWidth, className, withDelay, sideOffset, collisionPadding, avoidCollisions, ...props }: Props): react_jsx_runtime.JSX.Element;
|
|
34
|
+
|
|
35
|
+
export { DEFAULT_MAX_TOOLTIP_WIDTH, DEFAULT_TOOLTIP_PLACEMENT, Tooltip, TooltipPlacement, legacyButtonVariants, legacyLinkVariants };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
2
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
+
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
|
|
6
|
+
declare const legacyButtonVariants: (props?: ({
|
|
7
|
+
variant?: "primary" | "secondary" | "ghost" | null | undefined;
|
|
8
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
|
+
|
|
11
|
+
declare const legacyLinkVariants: (props?: ({
|
|
12
|
+
variant?: "primary" | "secondary" | "underline" | null | undefined;
|
|
13
|
+
size?: "small" | "medium" | "large" | "xsmall" | null | undefined;
|
|
14
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
15
|
+
|
|
16
|
+
type Props = {
|
|
17
|
+
trigger: React.ReactNode;
|
|
18
|
+
children: React.ReactNode;
|
|
19
|
+
placement?: TooltipPlacement;
|
|
20
|
+
maxTooltipWidth?: number;
|
|
21
|
+
className?: string;
|
|
22
|
+
withDelay?: boolean;
|
|
23
|
+
} & Omit<React.ComponentProps<typeof TooltipPrimitive.Content>, "children" | "side" | "style" | "className">;
|
|
24
|
+
declare const DEFAULT_MAX_TOOLTIP_WIDTH = 400;
|
|
25
|
+
declare const TooltipPlacement: {
|
|
26
|
+
readonly Top: "top";
|
|
27
|
+
readonly Right: "right";
|
|
28
|
+
readonly Bottom: "bottom";
|
|
29
|
+
readonly Left: "left";
|
|
30
|
+
};
|
|
31
|
+
type TooltipPlacement = (typeof TooltipPlacement)[keyof typeof TooltipPlacement];
|
|
32
|
+
declare const DEFAULT_TOOLTIP_PLACEMENT: "top";
|
|
33
|
+
declare function Tooltip({ trigger, children, placement, maxTooltipWidth, className, withDelay, sideOffset, collisionPadding, avoidCollisions, ...props }: Props): react_jsx_runtime.JSX.Element;
|
|
34
|
+
|
|
35
|
+
export { DEFAULT_MAX_TOOLTIP_WIDTH, DEFAULT_TOOLTIP_PLACEMENT, Tooltip, TooltipPlacement, legacyButtonVariants, legacyLinkVariants };
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
// src/components/legacy/buttonVariants.ts
|
|
2
|
+
import { cva } from "class-variance-authority";
|
|
3
|
+
var legacyButtonVariants = cva(
|
|
4
|
+
"nhui:relative nhui:transition nhui:text-base nhui:rounded-md nhui:border nhui:font-medium nhui:inline-flex nhui:gap-2 nhui:items-center nhui:whitespace-nowrap nhui:no-underline nhui:disabled:opacity-50",
|
|
5
|
+
{
|
|
6
|
+
variants: {
|
|
7
|
+
variant: {
|
|
8
|
+
primary: "nhui:bg-black nhui:text-white nhui:border-black nhui:hover:bg-[#272727]",
|
|
9
|
+
secondary: "nhui:bg-white nhui:text-black nhui:border-[#DBDBDB] nhui:shadow-[0_1px_2px_0_rgba(0,0,0,0.05)] nhui:hover:bg-gray-50",
|
|
10
|
+
ghost: "nhui:text-black nhui:border-transparent nhui:hover:bg-black/5"
|
|
11
|
+
},
|
|
12
|
+
size: {
|
|
13
|
+
small: "nhui:py-1 nhui:px-2 nhui:text-sm",
|
|
14
|
+
medium: "nhui:py-2 nhui:px-4",
|
|
15
|
+
large: "nhui:py-3 nhui:px-6 nhui:text-lg"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
defaultVariants: {
|
|
19
|
+
variant: "primary",
|
|
20
|
+
size: "medium"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
// src/components/legacy/linkVariants.ts
|
|
26
|
+
import { cva as cva2 } from "class-variance-authority";
|
|
27
|
+
var legacyLinkVariants = cva2("nhui:transition nhui:cursor-pointer", {
|
|
28
|
+
variants: {
|
|
29
|
+
variant: {
|
|
30
|
+
primary: "nhui:text-current nhui:underline nhui:decoration-transparent nhui:hover:decoration-current nhui:sm:underline-offset-[4px] nhui:sm:transition-all nhui:sm:duration-200 nhui:sm:hover:underline-offset-[2px]",
|
|
31
|
+
secondary: "nhui:text-gray-500 nhui:hover:text-black",
|
|
32
|
+
underline: "nhui:text-current nhui:underline nhui:decoration-current nhui:underline-offset-[4px] nhui:transition-all nhui:duration-200 nhui:hover:underline-offset-[2px]"
|
|
33
|
+
},
|
|
34
|
+
size: {
|
|
35
|
+
xsmall: "nhui:text-xs",
|
|
36
|
+
small: "nhui:text-sm",
|
|
37
|
+
medium: "nhui:text-base",
|
|
38
|
+
large: "nhui:text-lg"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
defaultVariants: {
|
|
42
|
+
variant: "primary",
|
|
43
|
+
size: "medium"
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
// src/components/legacy/Tooltip.tsx
|
|
48
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
49
|
+
import * as React from "react";
|
|
50
|
+
import { useState } from "react";
|
|
51
|
+
|
|
52
|
+
// src/utils/cn.ts
|
|
53
|
+
import { clsx } from "clsx";
|
|
54
|
+
import { twMerge } from "tailwind-merge";
|
|
55
|
+
function cn(...inputs) {
|
|
56
|
+
return twMerge(clsx(inputs));
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// src/components/legacy/Tooltip.tsx
|
|
60
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
61
|
+
var DEFAULT_MAX_TOOLTIP_WIDTH = 400;
|
|
62
|
+
var TooltipPlacement = {
|
|
63
|
+
Top: "top",
|
|
64
|
+
Right: "right",
|
|
65
|
+
Bottom: "bottom",
|
|
66
|
+
Left: "left"
|
|
67
|
+
};
|
|
68
|
+
var DEFAULT_TOOLTIP_PLACEMENT = TooltipPlacement.Top;
|
|
69
|
+
function Tooltip({
|
|
70
|
+
trigger,
|
|
71
|
+
children,
|
|
72
|
+
placement = DEFAULT_TOOLTIP_PLACEMENT,
|
|
73
|
+
maxTooltipWidth = DEFAULT_MAX_TOOLTIP_WIDTH,
|
|
74
|
+
className,
|
|
75
|
+
withDelay = false,
|
|
76
|
+
sideOffset = 15,
|
|
77
|
+
collisionPadding = 6,
|
|
78
|
+
avoidCollisions = true,
|
|
79
|
+
...props
|
|
80
|
+
}) {
|
|
81
|
+
const triggerNode = React.isValidElement(trigger) && trigger.type !== React.Fragment ? trigger : /* @__PURE__ */ jsx("span", { children: trigger });
|
|
82
|
+
const [open, setOpen] = useState(false);
|
|
83
|
+
return /* @__PURE__ */ jsx(TooltipPrimitive.Provider, { delayDuration: withDelay ? 300 : 0, children: /* @__PURE__ */ jsx(TooltipPrimitive.Root, { open, onOpenChange: setOpen, children: /* @__PURE__ */ jsxs("div", { className: cn("nhui:flex nhui:items-center", className), children: [
|
|
84
|
+
/* @__PURE__ */ jsx(TooltipPrimitive.Trigger, { onClick: () => setOpen(true), asChild: true, children: triggerNode }),
|
|
85
|
+
/* @__PURE__ */ jsx(TooltipPrimitive.Portal, { children: /* @__PURE__ */ jsxs(
|
|
86
|
+
TooltipPrimitive.Content,
|
|
87
|
+
{
|
|
88
|
+
side: placement,
|
|
89
|
+
sideOffset,
|
|
90
|
+
collisionPadding,
|
|
91
|
+
avoidCollisions,
|
|
92
|
+
className: cn(
|
|
93
|
+
"nhui:z-50 nhui:rounded-md nhui:bg-black nhui:outline-none",
|
|
94
|
+
"nhui:origin-(--radix-tooltip-content-transform-origin)",
|
|
95
|
+
"nhui:transition-opacity nhui:duration-300",
|
|
96
|
+
"nhui:data-[state=delayed-open]:animate-in nhui:data-[state=closed]:animate-out",
|
|
97
|
+
"nhui:data-[state=closed]:duration-200",
|
|
98
|
+
"nhui:data-[state=closed]:fade-out-0 nhui:data-[state=delayed-open]:fade-in-0",
|
|
99
|
+
"nhui:data-[side=top]:slide-in-from-bottom-1",
|
|
100
|
+
"nhui:data-[side=right]:slide-in-from-left-1",
|
|
101
|
+
"nhui:data-[side=bottom]:slide-in-from-top-1",
|
|
102
|
+
"nhui:data-[side=left]:slide-in-from-right-1"
|
|
103
|
+
),
|
|
104
|
+
style: { maxWidth: maxTooltipWidth },
|
|
105
|
+
...props,
|
|
106
|
+
children: [
|
|
107
|
+
/* @__PURE__ */ jsx(TooltipPrimitive.Arrow, { className: "nhui:z-50 nhui:size-2.5 nhui:translate-y-[calc(-50%_-_2px)] nhui:rotate-45 nhui:rounded-[2px] nhui:bg-black nhui:fill-black" }),
|
|
108
|
+
/* @__PURE__ */ jsx("div", { className: "nhui:relative nhui:z-10 nhui:h-full nhui:rounded-md nhui:px-4 nhui:py-2 nhui:text-sm nhui:font-medium nhui:text-white", children })
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
) })
|
|
112
|
+
] }) }) });
|
|
113
|
+
}
|
|
114
|
+
export {
|
|
115
|
+
DEFAULT_MAX_TOOLTIP_WIDTH,
|
|
116
|
+
DEFAULT_TOOLTIP_PLACEMENT,
|
|
117
|
+
Tooltip,
|
|
118
|
+
TooltipPlacement,
|
|
119
|
+
legacyButtonVariants,
|
|
120
|
+
legacyLinkVariants
|
|
121
|
+
};
|
|
122
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/components/legacy/buttonVariants.ts","../../../src/components/legacy/linkVariants.ts","../../../src/components/legacy/Tooltip.tsx","../../../src/utils/cn.ts"],"sourcesContent":["import { cva } from \"class-variance-authority\";\n\nexport const legacyButtonVariants = cva(\n \"nhui:relative nhui:transition nhui:text-base nhui:rounded-md nhui:border nhui:font-medium nhui:inline-flex nhui:gap-2 nhui:items-center nhui:whitespace-nowrap nhui:no-underline nhui:disabled:opacity-50\",\n {\n variants: {\n variant: {\n primary: \"nhui:bg-black nhui:text-white nhui:border-black nhui:hover:bg-[#272727]\",\n secondary:\n \"nhui:bg-white nhui:text-black nhui:border-[#DBDBDB] nhui:shadow-[0_1px_2px_0_rgba(0,0,0,0.05)] nhui:hover:bg-gray-50\",\n ghost: \"nhui:text-black nhui:border-transparent nhui:hover:bg-black/5\",\n },\n size: {\n small: \"nhui:py-1 nhui:px-2 nhui:text-sm\",\n medium: \"nhui:py-2 nhui:px-4\",\n large: \"nhui:py-3 nhui:px-6 nhui:text-lg\",\n },\n },\n defaultVariants: {\n variant: \"primary\",\n size: \"medium\",\n },\n },\n);\n","import { cva } from \"class-variance-authority\";\n\nexport const legacyLinkVariants = cva(\"nhui:transition nhui:cursor-pointer\", {\n variants: {\n variant: {\n primary:\n \"nhui:text-current nhui:underline nhui:decoration-transparent nhui:hover:decoration-current nhui:sm:underline-offset-[4px] nhui:sm:transition-all nhui:sm:duration-200 nhui:sm:hover:underline-offset-[2px]\",\n secondary: \"nhui:text-gray-500 nhui:hover:text-black\",\n underline:\n \"nhui:text-current nhui:underline nhui:decoration-current nhui:underline-offset-[4px] nhui:transition-all nhui:duration-200 nhui:hover:underline-offset-[2px]\",\n },\n size: {\n xsmall: \"nhui:text-xs\",\n small: \"nhui:text-sm\",\n medium: \"nhui:text-base\",\n large: \"nhui:text-lg\",\n },\n },\n defaultVariants: {\n variant: \"primary\",\n size: \"medium\",\n },\n});\n","import * as TooltipPrimitive from \"@radix-ui/react-tooltip\";\nimport * as React from \"react\";\nimport { useState } from \"react\";\n\nimport { cn } from \"../../utils/cn\";\n\ntype Props = {\n trigger: React.ReactNode;\n children: React.ReactNode;\n placement?: TooltipPlacement;\n maxTooltipWidth?: number;\n className?: string;\n withDelay?: boolean;\n} & Omit<\n React.ComponentProps<typeof TooltipPrimitive.Content>,\n \"children\" | \"side\" | \"style\" | \"className\"\n>;\n\nexport const DEFAULT_MAX_TOOLTIP_WIDTH = 400;\n\nexport const TooltipPlacement = {\n Top: \"top\",\n Right: \"right\",\n Bottom: \"bottom\",\n Left: \"left\",\n} as const;\n\nexport type TooltipPlacement = (typeof TooltipPlacement)[keyof typeof TooltipPlacement];\n\nexport const DEFAULT_TOOLTIP_PLACEMENT = TooltipPlacement.Top;\n\nexport function Tooltip({\n trigger,\n children,\n placement = DEFAULT_TOOLTIP_PLACEMENT,\n maxTooltipWidth = DEFAULT_MAX_TOOLTIP_WIDTH,\n className,\n withDelay = false,\n sideOffset = 15,\n collisionPadding = 6,\n avoidCollisions = true,\n ...props\n}: Props) {\n const triggerNode =\n React.isValidElement(trigger) && trigger.type !== React.Fragment ? (\n trigger\n ) : (\n <span>{trigger}</span>\n );\n const [open, setOpen] = useState(false);\n\n return (\n <TooltipPrimitive.Provider delayDuration={withDelay ? 300 : 0}>\n <TooltipPrimitive.Root open={open} onOpenChange={setOpen}>\n <div className={cn(\"nhui:flex nhui:items-center\", className)}>\n <TooltipPrimitive.Trigger onClick={() => setOpen(true)} asChild>\n {triggerNode}\n </TooltipPrimitive.Trigger>\n <TooltipPrimitive.Portal>\n <TooltipPrimitive.Content\n side={placement}\n sideOffset={sideOffset}\n collisionPadding={collisionPadding}\n avoidCollisions={avoidCollisions}\n className={cn(\n \"nhui:z-50 nhui:rounded-md nhui:bg-black nhui:outline-none\",\n \"nhui:origin-(--radix-tooltip-content-transform-origin)\",\n \"nhui:transition-opacity nhui:duration-300\",\n \"nhui:data-[state=delayed-open]:animate-in nhui:data-[state=closed]:animate-out\",\n \"nhui:data-[state=closed]:duration-200\",\n \"nhui:data-[state=closed]:fade-out-0 nhui:data-[state=delayed-open]:fade-in-0\",\n \"nhui:data-[side=top]:slide-in-from-bottom-1\",\n \"nhui:data-[side=right]:slide-in-from-left-1\",\n \"nhui:data-[side=bottom]:slide-in-from-top-1\",\n \"nhui:data-[side=left]:slide-in-from-right-1\",\n )}\n style={{ maxWidth: maxTooltipWidth }}\n {...props}\n >\n <TooltipPrimitive.Arrow className=\"nhui:z-50 nhui:size-2.5 nhui:translate-y-[calc(-50%_-_2px)] nhui:rotate-45 nhui:rounded-[2px] nhui:bg-black nhui:fill-black\" />\n <div className=\"nhui:relative nhui:z-10 nhui:h-full nhui:rounded-md nhui:px-4 nhui:py-2 nhui:text-sm nhui:font-medium nhui:text-white\">\n {children}\n </div>\n </TooltipPrimitive.Content>\n </TooltipPrimitive.Portal>\n </div>\n </TooltipPrimitive.Root>\n </TooltipPrimitive.Provider>\n );\n}\n","import { type ClassValue, clsx } from \"clsx\";\nimport { twMerge } from \"tailwind-merge\";\n\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(inputs));\n}\n"],"mappings":";AAAA,SAAS,WAAW;AAEb,IAAM,uBAAuB;AAAA,EAClC;AAAA,EACA;AAAA,IACE,UAAU;AAAA,MACR,SAAS;AAAA,QACP,SAAS;AAAA,QACT,WACE;AAAA,QACF,OAAO;AAAA,MACT;AAAA,MACA,MAAM;AAAA,QACJ,OAAO;AAAA,QACP,QAAQ;AAAA,QACR,OAAO;AAAA,MACT;AAAA,IACF;AAAA,IACA,iBAAiB;AAAA,MACf,SAAS;AAAA,MACT,MAAM;AAAA,IACR;AAAA,EACF;AACF;;;ACvBA,SAAS,OAAAA,YAAW;AAEb,IAAM,qBAAqBA,KAAI,uCAAuC;AAAA,EAC3E,UAAU;AAAA,IACR,SAAS;AAAA,MACP,SACE;AAAA,MACF,WAAW;AAAA,MACX,WACE;AAAA,IACJ;AAAA,IACA,MAAM;AAAA,MACJ,QAAQ;AAAA,MACR,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,OAAO;AAAA,IACT;AAAA,EACF;AAAA,EACA,iBAAiB;AAAA,IACf,SAAS;AAAA,IACT,MAAM;AAAA,EACR;AACF,CAAC;;;ACtBD,YAAY,sBAAsB;AAClC,YAAY,WAAW;AACvB,SAAS,gBAAgB;;;ACFzB,SAA0B,YAAY;AACtC,SAAS,eAAe;AAEjB,SAAS,MAAM,QAAsB;AAC1C,SAAO,QAAQ,KAAK,MAAM,CAAC;AAC7B;;;AD0CM,cAYM,YAZN;AA7BC,IAAM,4BAA4B;AAElC,IAAM,mBAAmB;AAAA,EAC9B,KAAK;AAAA,EACL,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AACR;AAIO,IAAM,4BAA4B,iBAAiB;AAEnD,SAAS,QAAQ;AAAA,EACtB;AAAA,EACA;AAAA,EACA,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB;AAAA,EACA,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,mBAAmB;AAAA,EACnB,kBAAkB;AAAA,EAClB,GAAG;AACL,GAAU;AACR,QAAM,cACE,qBAAe,OAAO,KAAK,QAAQ,SAAe,iBACtD,UAEA,oBAAC,UAAM,mBAAQ;AAEnB,QAAM,CAAC,MAAM,OAAO,IAAI,SAAS,KAAK;AAEtC,SACE,oBAAkB,2BAAjB,EAA0B,eAAe,YAAY,MAAM,GAC1D,8BAAkB,uBAAjB,EAAsB,MAAY,cAAc,SAC/C,+BAAC,SAAI,WAAW,GAAG,+BAA+B,SAAS,GACzD;AAAA,wBAAkB,0BAAjB,EAAyB,SAAS,MAAM,QAAQ,IAAI,GAAG,SAAO,MAC5D,uBACH;AAAA,IACA,oBAAkB,yBAAjB,EACC;AAAA,MAAkB;AAAA,MAAjB;AAAA,QACC,MAAM;AAAA,QACN;AAAA,QACA;AAAA,QACA;AAAA,QACA,WAAW;AAAA,UACT;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF;AAAA,QACA,OAAO,EAAE,UAAU,gBAAgB;AAAA,QAClC,GAAG;AAAA,QAEJ;AAAA,8BAAkB,wBAAjB,EAAuB,WAAU,+HAA8H;AAAA,UAChK,oBAAC,SAAI,WAAU,yHACZ,UACH;AAAA;AAAA;AAAA,IACF,GACF;AAAA,KACF,GACF,GACF;AAEJ;","names":["cva"]}
|
package/dist/index.cjs
CHANGED
|
@@ -5305,6 +5305,7 @@ var AvatarLoading = ({ isSquare }) => /* @__PURE__ */ (0, import_jsx_runtime34.j
|
|
|
5305
5305
|
);
|
|
5306
5306
|
|
|
5307
5307
|
// src/components/identity/Identity.tsx
|
|
5308
|
+
var import_enssdk = require("enssdk");
|
|
5308
5309
|
var import_lucide_react = require("lucide-react");
|
|
5309
5310
|
var import_ensnode_sdk3 = require("@ensnode/ensnode-sdk");
|
|
5310
5311
|
|
|
@@ -5500,7 +5501,7 @@ var IdentityTooltip = ({
|
|
|
5500
5501
|
if (!(0, import_ensnode_sdk3.isResolvedIdentity)(identity)) {
|
|
5501
5502
|
return children;
|
|
5502
5503
|
}
|
|
5503
|
-
const chainDescription = identity.chainId ===
|
|
5504
|
+
const chainDescription = identity.chainId === import_enssdk.DEFAULT_EVM_CHAIN_ID ? 'the "default" EVM Chain' : getChainName(identity.chainId);
|
|
5504
5505
|
let header;
|
|
5505
5506
|
switch (identity.resolutionStatus) {
|
|
5506
5507
|
case import_ensnode_sdk3.ResolutionStatusIds.Named:
|
|
@@ -5573,16 +5574,16 @@ var IdentityTooltip = ({
|
|
|
5573
5574
|
};
|
|
5574
5575
|
|
|
5575
5576
|
// src/components/identity/Name.tsx
|
|
5576
|
-
var
|
|
5577
|
+
var import_enssdk2 = require("enssdk");
|
|
5577
5578
|
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
5578
5579
|
function NameDisplay({ name, className = "nhui:font-medium" }) {
|
|
5579
|
-
const beautifiedName = (0,
|
|
5580
|
+
const beautifiedName = (0, import_enssdk2.beautifyName)(name);
|
|
5580
5581
|
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className, children: beautifiedName });
|
|
5581
5582
|
}
|
|
5582
5583
|
|
|
5583
5584
|
// src/components/identity/ResolveAndDisplayIdentity.tsx
|
|
5584
5585
|
var import_ensnode_react = require("@ensnode/ensnode-react");
|
|
5585
|
-
var
|
|
5586
|
+
var import_ensnode_sdk4 = require("@ensnode/ensnode-sdk");
|
|
5586
5587
|
|
|
5587
5588
|
// src/hooks/useIsMobile.tsx
|
|
5588
5589
|
var React5 = __toESM(require("react"), 1);
|
|
@@ -5629,7 +5630,8 @@ function ResolveAndDisplayIdentity({
|
|
|
5629
5630
|
}) {
|
|
5630
5631
|
const { identity: identityResult } = (0, import_ensnode_react.useResolvedIdentity)({
|
|
5631
5632
|
identity,
|
|
5632
|
-
accelerate
|
|
5633
|
+
accelerate,
|
|
5634
|
+
namespace: namespaceId
|
|
5633
5635
|
});
|
|
5634
5636
|
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5635
5637
|
DisplayIdentity,
|
|
@@ -5658,7 +5660,7 @@ function DisplayIdentity({
|
|
|
5658
5660
|
let avatar;
|
|
5659
5661
|
let identifier;
|
|
5660
5662
|
const isMobile = useIsMobile();
|
|
5661
|
-
if (!(0,
|
|
5663
|
+
if (!(0, import_ensnode_sdk4.isResolvedIdentity)(identity)) {
|
|
5662
5664
|
avatar = /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5663
5665
|
Skeleton,
|
|
5664
5666
|
{
|
|
@@ -5677,7 +5679,7 @@ function DisplayIdentity({
|
|
|
5677
5679
|
)
|
|
5678
5680
|
}
|
|
5679
5681
|
);
|
|
5680
|
-
} else if (identity.resolutionStatus ===
|
|
5682
|
+
} else if (identity.resolutionStatus === import_ensnode_sdk4.ResolutionStatusIds.Unnamed || identity.resolutionStatus === import_ensnode_sdk4.ResolutionStatusIds.Unknown) {
|
|
5681
5683
|
avatar = /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5682
5684
|
"div",
|
|
5683
5685
|
{
|
|
@@ -5688,7 +5690,7 @@ function DisplayIdentity({
|
|
|
5688
5690
|
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5689
5691
|
ChainIcon,
|
|
5690
5692
|
{
|
|
5691
|
-
chainId: (0,
|
|
5693
|
+
chainId: (0, import_ensnode_sdk4.translateDefaultableChainIdToChainId)(identity.chainId, namespaceId),
|
|
5692
5694
|
height: isMobile && withIdentifier ? 16 : 24,
|
|
5693
5695
|
width: isMobile && withIdentifier ? 16 : 24
|
|
5694
5696
|
}
|
|
@@ -5751,7 +5753,7 @@ function DisplayIdentity({
|
|
|
5751
5753
|
// src/components/registrar-actions/RegistrarActionCard.tsx
|
|
5752
5754
|
var import_lucide_react2 = require("lucide-react");
|
|
5753
5755
|
var import_react4 = require("react");
|
|
5754
|
-
var
|
|
5756
|
+
var import_ensnode_sdk5 = require("@ensnode/ensnode-sdk");
|
|
5755
5757
|
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
5756
5758
|
function LabeledField({
|
|
5757
5759
|
fieldLabel,
|
|
@@ -5784,7 +5786,7 @@ function ResolveAndDisplayReferrerIdentity({
|
|
|
5784
5786
|
withIdentifier = true,
|
|
5785
5787
|
className
|
|
5786
5788
|
}) {
|
|
5787
|
-
if (!(0,
|
|
5789
|
+
if (!(0, import_ensnode_sdk5.isRegistrarActionReferralAvailable)(referral) || referral.encodedReferrer === import_ensnode_sdk5.ZERO_ENCODED_REFERRER) {
|
|
5788
5790
|
return withAvatar && !withIdentifier ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "nhui:w-10 nhui:h-10" }) : /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("p", { className: "nhui:h-[21px]", children: "-" });
|
|
5789
5791
|
}
|
|
5790
5792
|
if (referral.decodedReferrer === zeroAddress) {
|
|
@@ -5819,7 +5821,7 @@ function ResolveAndDisplayReferrerIdentity({
|
|
|
5819
5821
|
] })
|
|
5820
5822
|
] });
|
|
5821
5823
|
}
|
|
5822
|
-
const referrerIdentity = (0,
|
|
5824
|
+
const referrerIdentity = (0, import_ensnode_sdk5.buildUnresolvedIdentity)(referral.decodedReferrer, namespaceId, chainId);
|
|
5823
5825
|
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5824
5826
|
ResolveAndDisplayIdentity,
|
|
5825
5827
|
{
|
|
@@ -5898,7 +5900,7 @@ function RegistrarActionCard({
|
|
|
5898
5900
|
}
|
|
5899
5901
|
) : children
|
|
5900
5902
|
);
|
|
5901
|
-
const registrantIdentity = (0,
|
|
5903
|
+
const registrantIdentity = (0, import_ensnode_sdk5.buildUnresolvedIdentity)(registrant, namespaceId, chainId);
|
|
5902
5904
|
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
5903
5905
|
"div",
|
|
5904
5906
|
{
|
|
@@ -5916,7 +5918,7 @@ function RegistrarActionCard({
|
|
|
5916
5918
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5917
5919
|
LabeledField,
|
|
5918
5920
|
{
|
|
5919
|
-
fieldLabel: type ===
|
|
5921
|
+
fieldLabel: type === import_ensnode_sdk5.RegistrarActionTypes.Registration ? "Registered" : "Renewed",
|
|
5920
5922
|
className: "nhui:w-[15%] nhui:min-w-[110px]",
|
|
5921
5923
|
children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("p", { className: "nhui:h-[21px] nhui:font-medium", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
5922
5924
|
RelativeTime,
|