@aizu-chat/react 0.0.9 → 0.0.10
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/chunk-2TI7IWH7.mjs +67 -0
- package/dist/chunk-HDOMF6SD.mjs +1370 -0
- package/dist/{chunk-BRNQSZ2E.mjs → chunk-TXBCCMO7.mjs} +331 -76
- package/dist/components.d.mts +11 -3
- package/dist/components.d.ts +11 -3
- package/dist/components.js +580 -141
- package/dist/components.mjs +1 -1
- package/dist/index.js +582 -143
- package/dist/index.mjs +1 -1
- package/dist/sdk.d.mts +38 -0
- package/dist/sdk.d.ts +38 -0
- package/dist/sdk.js +136 -0
- package/dist/sdk.mjs +10 -0
- package/package.json +1 -1
|
@@ -29,7 +29,7 @@ function styleInject(css, { insertAt } = {}) {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
// src/global.css
|
|
32
|
-
styleInject('/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */\n@layer properties;\n@layer theme, base, components, utilities;\n@layer theme {\n :root,\n :host {\n --font-sans:\n ui-sans-serif,\n system-ui,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji",\n "Segoe UI Symbol",\n "Noto Color Emoji";\n --font-mono:\n ui-monospace,\n SFMono-Regular,\n Menlo,\n Monaco,\n Consolas,\n "Liberation Mono",\n "Courier New",\n monospace;\n --color-orange-200: oklch(90.1% 0.076 70.697);\n --color-orange-300: oklch(83.7% 0.128 66.29);\n --color-orange-400: oklch(75% 0.183 55.934);\n --color-orange-500: oklch(70.5% 0.213 47.604);\n --color-gray-100: oklch(96.7% 0.003 264.542);\n --color-gray-200: oklch(92.8% 0.006 264.531);\n --color-gray-300: oklch(87.2% 0.01 258.338);\n --color-gray-500: oklch(55.1% 0.027 264.364);\n --color-black: #000;\n --color-white: #fff;\n --spacing: 0.25rem;\n --text-sm: 0.875rem;\n --text-sm--line-height: calc(1.25 / 0.875);\n --radius-3xl: 1.5rem;\n --radius-4xl: 2rem;\n --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);\n --default-transition-duration: 150ms;\n --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n --font-sukhumvit:\n "Sukhumvit Set",\n ui-sans-serif,\n system-ui,\n sans-serif;\n --animate-circle-keys: circle-keys 2s ease-in-out infinite;\n }\n}\n@layer base {\n *,\n ::after,\n ::before,\n ::backdrop,\n ::file-selector-button {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: 0 solid;\n }\n html,\n :host {\n line-height: 1.5;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n font-family: var(--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(--default-font-feature-settings, normal);\n font-variation-settings: var(--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,\n h2,\n h3,\n h4,\n h5,\n 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,\n strong {\n font-weight: bolder;\n }\n code,\n kbd,\n samp,\n pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n small {\n font-size: 80%;\n }\n sub,\n 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,\n ul,\n menu {\n list-style: none;\n }\n img,\n svg,\n video,\n canvas,\n audio,\n iframe,\n embed,\n object {\n display: block;\n vertical-align: middle;\n }\n img,\n video {\n max-width: 100%;\n height: auto;\n }\n button,\n input,\n select,\n optgroup,\n textarea,\n ::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,\n ::-webkit-datetime-edit-year-field,\n ::-webkit-datetime-edit-month-field,\n ::-webkit-datetime-edit-day-field,\n ::-webkit-datetime-edit-hour-field,\n ::-webkit-datetime-edit-minute-field,\n ::-webkit-datetime-edit-second-field,\n ::-webkit-datetime-edit-millisecond-field,\n ::-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,\n input:where([type=button], [type=reset], [type=submit]),\n ::file-selector-button {\n appearance: button;\n }\n ::-webkit-inner-spin-button,\n ::-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 .pointer-events-auto {\n pointer-events: auto;\n }\n .pointer-events-none {\n pointer-events: none;\n }\n .invisible {\n visibility: hidden;\n }\n .absolute {\n position: absolute;\n }\n .fixed {\n position: fixed;\n }\n .relative {\n position: relative;\n }\n .inset-0 {\n inset: calc(var(--spacing) * 0);\n }\n .top-0 {\n top: calc(var(--spacing) * 0);\n }\n .top-1\\/2 {\n top: calc(1/2 * 100%);\n }\n .right-0 {\n right: calc(var(--spacing) * 0);\n }\n .right-2 {\n right: calc(var(--spacing) * 2);\n }\n .right-5 {\n right: calc(var(--spacing) * 5);\n }\n .bottom-0 {\n bottom: calc(var(--spacing) * 0);\n }\n .bottom-5 {\n bottom: calc(var(--spacing) * 5);\n }\n .z-10 {\n z-index: 10;\n }\n .z-9998 {\n z-index: 9998;\n }\n .z-9999 {\n z-index: 9999;\n }\n .mt-1 {\n margin-top: calc(var(--spacing) * 1);\n }\n .mt-auto {\n margin-top: auto;\n }\n .mr-3 {\n margin-right: calc(var(--spacing) * 3);\n }\n .mr-auto {\n margin-right: auto;\n }\n .mb-2 {\n margin-bottom: calc(var(--spacing) * 2);\n }\n .mb-4 {\n margin-bottom: calc(var(--spacing) * 4);\n }\n .ml-auto {\n margin-left: auto;\n }\n .block {\n display: block;\n }\n .flex {\n display: flex;\n }\n .aspect-square {\n aspect-ratio: 1 / 1;\n }\n .h-2 {\n height: calc(var(--spacing) * 2);\n }\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n .h-10 {\n height: calc(var(--spacing) * 10);\n }\n .h-16 {\n height: calc(var(--spacing) * 16);\n }\n .h-29\\.5 {\n height: calc(var(--spacing) * 29.5);\n }\n .h-42\\.5 {\n height: calc(var(--spacing) * 42.5);\n }\n .h-full {\n height: 100%;\n }\n .min-h-full {\n min-height: 100%;\n }\n .w-2 {\n width: calc(var(--spacing) * 2);\n }\n .w-8 {\n width: calc(var(--spacing) * 8);\n }\n .w-10 {\n width: calc(var(--spacing) * 10);\n }\n .w-16 {\n width: calc(var(--spacing) * 16);\n }\n .w-75\\.5 {\n width: calc(var(--spacing) * 75.5);\n }\n .w-full {\n width: 100%;\n }\n .max-w-69\\.5 {\n max-width: calc(var(--spacing) * 69.5);\n }\n .max-w-75\\.5 {\n max-width: calc(var(--spacing) * 75.5);\n }\n .min-w-max {\n min-width: max-content;\n }\n .flex-1 {\n flex: 1;\n }\n .shrink-0 {\n flex-shrink: 0;\n }\n .-translate-y-1\\/2 {\n --tw-translate-y: calc(calc(1/2 * 100%) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n .translate-y-0 {\n --tw-translate-y: calc(var(--spacing) * 0);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n .translate-y-4 {\n --tw-translate-y: calc(var(--spacing) * 4);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n .animate-circle-keys {\n animation: var(--animate-circle-keys);\n }\n .cursor-pointer {\n cursor: pointer;\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .items-center {\n align-items: center;\n }\n .items-start {\n align-items: flex-start;\n }\n .justify-between {\n justify-content: space-between;\n }\n .justify-center {\n justify-content: center;\n }\n .justify-end {\n justify-content: flex-end;\n }\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n .gap-3 {\n gap: calc(var(--spacing) * 3);\n }\n .gap-x-1 {\n column-gap: calc(var(--spacing) * 1);\n }\n .gap-x-2 {\n column-gap: calc(var(--spacing) * 2);\n }\n .gap-y-3 {\n row-gap: calc(var(--spacing) * 3);\n }\n .overflow-hidden {\n overflow: hidden;\n }\n .overflow-x-scroll {\n overflow-x: scroll;\n }\n .overflow-y-auto {\n overflow-y: auto;\n }\n .rounded-3xl {\n border-radius: var(--radius-3xl);\n }\n .rounded-full {\n border-radius: calc(infinity * 1px);\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-b {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 1px;\n }\n .border-none {\n --tw-border-style: none;\n border-style: none;\n }\n .border-black\\/50 {\n border-color: color-mix(in srgb, #000 50%, transparent);\n @supports (color: color-mix(in lab, red, red)) {\n border-color: color-mix(in oklab, var(--color-black) 50%, transparent);\n }\n }\n .border-gray-200 {\n border-color: var(--color-gray-200);\n }\n .border-orange-300 {\n border-color: var(--color-orange-300);\n }\n .border-orange-400 {\n border-color: var(--color-orange-400);\n }\n .bg-\\[\\#3D3D3D\\] {\n background-color: #3D3D3D;\n }\n .bg-\\[\\#F8F8FA\\] {\n background-color: #F8F8FA;\n }\n .bg-black\\/50 {\n background-color: color-mix(in srgb, #000 50%, transparent);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--color-black) 50%, transparent);\n }\n }\n .bg-gray-100 {\n background-color: var(--color-gray-100);\n }\n .bg-orange-200 {\n background-color: var(--color-orange-200);\n }\n .bg-orange-400 {\n background-color: var(--color-orange-400);\n }\n .bg-white {\n background-color: var(--color-white);\n }\n .bg-linear-to-l {\n --tw-gradient-position: to left;\n @supports (background-image: linear-gradient(in lab, red, red)) {\n --tw-gradient-position: to left in oklab;\n }\n background-image: linear-gradient(var(--tw-gradient-stops));\n }\n .from-white {\n --tw-gradient-from: var(--color-white);\n --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));\n }\n .to-transparent {\n --tw-gradient-to: transparent;\n --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));\n }\n .p-2 {\n padding: calc(var(--spacing) * 2);\n }\n .p-2\\.5 {\n padding: calc(var(--spacing) * 2.5);\n }\n .p-3 {\n padding: calc(var(--spacing) * 3);\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .px-4 {\n padding-inline: calc(var(--spacing) * 4);\n }\n .py-2 {\n padding-block: calc(var(--spacing) * 2);\n }\n .py-3 {\n padding-block: calc(var(--spacing) * 3);\n }\n .pt-4 {\n padding-top: calc(var(--spacing) * 4);\n }\n .pr-12 {\n padding-right: calc(var(--spacing) * 12);\n }\n .pb-2 {\n padding-bottom: calc(var(--spacing) * 2);\n }\n .pl-4 {\n padding-left: calc(var(--spacing) * 4);\n }\n .text-center {\n text-align: center;\n }\n .text-left {\n text-align: left;\n }\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n .text-\\[10px\\] {\n font-size: 10px;\n }\n .text-\\[12px\\] {\n font-size: 12px;\n }\n .text-nowrap {\n text-wrap: nowrap;\n }\n .text-\\[\\#3D3D3D\\] {\n color: #3D3D3D;\n }\n .text-\\[\\#7C7C7C\\] {\n color: #7C7C7C;\n }\n .text-\\[\\#FFF8EC\\] {\n color: #FFF8EC;\n }\n .text-black {\n color: var(--color-black);\n }\n .text-black\\/85 {\n color: color-mix(in srgb, #000 85%, transparent);\n @supports (color: color-mix(in lab, red, red)) {\n color: color-mix(in oklab, var(--color-black) 85%, transparent);\n }\n }\n .text-gray-500 {\n color: var(--color-gray-500);\n }\n .text-orange-500 {\n color: var(--color-orange-500);\n }\n .opacity-0 {\n opacity: 0%;\n }\n .opacity-100 {\n opacity: 100%;\n }\n .shadow {\n --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow:\n var(--tw-inset-shadow),\n var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow),\n var(--tw-ring-shadow),\n var(--tw-shadow);\n }\n .shadow-orange-blur {\n --tw-shadow: 0 4px 20px 0 var(--tw-shadow-color, #a1440299);\n box-shadow:\n var(--tw-inset-shadow),\n var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow),\n var(--tw-ring-shadow),\n var(--tw-shadow);\n }\n .shadow-orange-400 {\n --tw-shadow-color: oklch(75% 0.183 55.934);\n @supports (color: color-mix(in lab, red, red)) {\n --tw-shadow-color: color-mix(in oklab, var(--color-orange-400) var(--tw-shadow-alpha), transparent);\n }\n }\n .filter {\n filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);\n }\n .transition-all {\n transition-property: all;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n .transition-colors {\n transition-property:\n color,\n background-color,\n border-color,\n outline-color,\n text-decoration-color,\n fill,\n stroke,\n --tw-gradient-from,\n --tw-gradient-via,\n --tw-gradient-to;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n .transition-opacity {\n transition-property: opacity;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n .duration-300 {\n --tw-duration: 300ms;\n transition-duration: 300ms;\n }\n .ease-in-out {\n --tw-ease: var(--ease-in-out);\n transition-timing-function: var(--ease-in-out);\n }\n .outline-none {\n --tw-outline-style: none;\n outline-style: none;\n }\n .focus-within\\:ring-2 {\n &:focus-within {\n --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow:\n var(--tw-inset-shadow),\n var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow),\n var(--tw-ring-shadow),\n var(--tw-shadow);\n }\n }\n .focus-within\\:ring-orange-300 {\n &:focus-within {\n --tw-ring-color: var(--color-orange-300);\n }\n }\n .hover\\:bg-gray-200 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--color-gray-200);\n }\n }\n }\n .hover\\:opacity-70 {\n &:hover {\n @media (hover: hover) {\n opacity: 70%;\n }\n }\n }\n .disabled\\:cursor-not-allowed {\n &:disabled {\n cursor: not-allowed;\n }\n }\n .disabled\\:bg-gray-300 {\n &:disabled {\n background-color: var(--color-gray-300);\n }\n }\n .lg\\:invisible {\n @media (width >= 64rem) {\n visibility: hidden;\n }\n }\n .lg\\:visible {\n @media (width >= 64rem) {\n visibility: visible;\n }\n }\n .lg\\:top-auto {\n @media (width >= 64rem) {\n top: auto;\n }\n }\n .lg\\:right-1\\/2 {\n @media (width >= 64rem) {\n right: calc(1/2 * 100%);\n }\n }\n .lg\\:right-5 {\n @media (width >= 64rem) {\n right: calc(var(--spacing) * 5);\n }\n }\n .lg\\:bottom-25 {\n @media (width >= 64rem) {\n bottom: calc(var(--spacing) * 25);\n }\n }\n .lg\\:hidden {\n @media (width >= 64rem) {\n display: none;\n }\n }\n .lg\\:h-46 {\n @media (width >= 64rem) {\n height: calc(var(--spacing) * 46);\n }\n }\n .lg\\:h-\\[calc\\(100vh-100px\\)\\] {\n @media (width >= 64rem) {\n height: calc(100vh - 100px);\n }\n }\n .lg\\:max-h-201 {\n @media (width >= 64rem) {\n max-height: calc(var(--spacing) * 201);\n }\n }\n .lg\\:w-107\\.5 {\n @media (width >= 64rem) {\n width: calc(var(--spacing) * 107.5);\n }\n }\n .lg\\:w-\\[calc\\(100vw-100px\\)\\] {\n @media (width >= 64rem) {\n width: calc(100vw - 100px);\n }\n }\n .lg\\:max-w-80 {\n @media (width >= 64rem) {\n max-width: calc(var(--spacing) * 80);\n }\n }\n .lg\\:max-w-289 {\n @media (width >= 64rem) {\n max-width: calc(var(--spacing) * 289);\n }\n }\n .lg\\:translate-x-1\\/2 {\n @media (width >= 64rem) {\n --tw-translate-x: calc(1/2 * 100%);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n }\n .lg\\:flex-wrap {\n @media (width >= 64rem) {\n flex-wrap: wrap;\n }\n }\n .lg\\:rounded-4xl {\n @media (width >= 64rem) {\n border-radius: var(--radius-4xl);\n }\n }\n}\n@layer base {\n * {\n font-family: var(--font-sukhumvit);\n }\n}\n@layer utilities {\n .scrollbar-hide::-webkit-scrollbar {\n display: none;\n }\n .scrollbar-hide {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n .animation-delay-0 {\n animation-delay: 0s;\n }\n .animation-delay-300 {\n animation-delay: 0.3s;\n }\n .animation-delay-600 {\n animation-delay: 0.6s;\n }\n .animation-delay-900 {\n animation-delay: 0.9s;\n }\n .animation-delay-1200 {\n animation-delay: 1.2s;\n }\n}\n@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }\n@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }\n@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }\n@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }\n@property --tw-gradient-position { syntax: "*"; inherits: false; }\n@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }\n@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }\n@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }\n@property --tw-gradient-stops { syntax: "*"; inherits: false; }\n@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }\n@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }\n@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }\n@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }\n@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-shadow-color { syntax: "*"; inherits: false; }\n@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }\n@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }\n@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }\n@property --tw-ring-color { syntax: "*"; inherits: false; }\n@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-inset-ring-color { syntax: "*"; inherits: false; }\n@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-ring-inset { syntax: "*"; inherits: false; }\n@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }\n@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }\n@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-blur { syntax: "*"; inherits: false; }\n@property --tw-brightness { syntax: "*"; inherits: false; }\n@property --tw-contrast { syntax: "*"; inherits: false; }\n@property --tw-grayscale { syntax: "*"; inherits: false; }\n@property --tw-hue-rotate { syntax: "*"; inherits: false; }\n@property --tw-invert { syntax: "*"; inherits: false; }\n@property --tw-opacity { syntax: "*"; inherits: false; }\n@property --tw-saturate { syntax: "*"; inherits: false; }\n@property --tw-sepia { syntax: "*"; inherits: false; }\n@property --tw-drop-shadow { syntax: "*"; inherits: false; }\n@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }\n@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }\n@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }\n@property --tw-duration { syntax: "*"; inherits: false; }\n@property --tw-ease { syntax: "*"; inherits: false; }\n@keyframes circle-keys {\n 0% {\n transform: scale(1);\n opacity: 1;\n }\n 50% {\n transform: scale(0.7);\n opacity: 1;\n }\n 100% {\n transform: scale(1);\n opacity: 1;\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 *,\n ::before,\n ::after,\n ::backdrop {\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-translate-z: 0;\n --tw-border-style: solid;\n --tw-gradient-position: initial;\n --tw-gradient-from: #0000;\n --tw-gradient-via: #0000;\n --tw-gradient-to: #0000;\n --tw-gradient-stops: initial;\n --tw-gradient-via-stops: initial;\n --tw-gradient-from-position: 0%;\n --tw-gradient-via-position: 50%;\n --tw-gradient-to-position: 100%;\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-blur: initial;\n --tw-brightness: initial;\n --tw-contrast: initial;\n --tw-grayscale: initial;\n --tw-hue-rotate: initial;\n --tw-invert: initial;\n --tw-opacity: initial;\n --tw-saturate: initial;\n --tw-sepia: initial;\n --tw-drop-shadow: initial;\n --tw-drop-shadow-color: initial;\n --tw-drop-shadow-alpha: 100%;\n --tw-drop-shadow-size: initial;\n --tw-duration: initial;\n --tw-ease: initial;\n }\n }\n}\n');
|
|
32
|
+
styleInject('/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */\n@layer properties;\n@layer theme, base, components, utilities;\n@layer theme {\n :root,\n :host {\n --font-sans:\n ui-sans-serif,\n system-ui,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji",\n "Segoe UI Symbol",\n "Noto Color Emoji";\n --font-mono:\n ui-monospace,\n SFMono-Regular,\n Menlo,\n Monaco,\n Consolas,\n "Liberation Mono",\n "Courier New",\n monospace;\n --color-orange-200: oklch(90.1% 0.076 70.697);\n --color-orange-300: oklch(83.7% 0.128 66.29);\n --color-orange-400: oklch(75% 0.183 55.934);\n --color-orange-500: oklch(70.5% 0.213 47.604);\n --color-green-600: oklch(62.7% 0.194 149.214);\n --color-blue-500: oklch(62.3% 0.214 259.815);\n --color-blue-600: oklch(54.6% 0.245 262.881);\n --color-gray-100: oklch(96.7% 0.003 264.542);\n --color-gray-200: oklch(92.8% 0.006 264.531);\n --color-gray-300: oklch(87.2% 0.01 258.338);\n --color-gray-400: oklch(70.7% 0.022 261.325);\n --color-gray-500: oklch(55.1% 0.027 264.364);\n --color-gray-700: oklch(37.3% 0.034 259.733);\n --color-gray-900: oklch(21% 0.034 264.665);\n --color-black: #000;\n --color-white: #fff;\n --spacing: 0.25rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\n --text-sm: 0.875rem;\n --text-sm--line-height: calc(1.25 / 0.875);\n --text-xl: 1.25rem;\n --text-xl--line-height: calc(1.75 / 1.25);\n --font-weight-bold: 700;\n --radius-3xl: 1.5rem;\n --radius-4xl: 2rem;\n --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);\n --default-transition-duration: 150ms;\n --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n --default-font-family: var(--font-sans);\n --default-mono-font-family: var(--font-mono);\n --font-sukhumvit:\n "Sukhumvit Set",\n ui-sans-serif,\n system-ui,\n sans-serif;\n --animate-circle-keys: circle-keys 2s ease-in-out infinite;\n }\n}\n@layer base {\n *,\n ::after,\n ::before,\n ::backdrop,\n ::file-selector-button {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: 0 solid;\n }\n html,\n :host {\n line-height: 1.5;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n font-family: var(--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(--default-font-feature-settings, normal);\n font-variation-settings: var(--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,\n h2,\n h3,\n h4,\n h5,\n 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,\n strong {\n font-weight: bolder;\n }\n code,\n kbd,\n samp,\n pre {\n font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);\n font-feature-settings: var(--default-mono-font-feature-settings, normal);\n font-variation-settings: var(--default-mono-font-variation-settings, normal);\n font-size: 1em;\n }\n small {\n font-size: 80%;\n }\n sub,\n 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,\n ul,\n menu {\n list-style: none;\n }\n img,\n svg,\n video,\n canvas,\n audio,\n iframe,\n embed,\n object {\n display: block;\n vertical-align: middle;\n }\n img,\n video {\n max-width: 100%;\n height: auto;\n }\n button,\n input,\n select,\n optgroup,\n textarea,\n ::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,\n ::-webkit-datetime-edit-year-field,\n ::-webkit-datetime-edit-month-field,\n ::-webkit-datetime-edit-day-field,\n ::-webkit-datetime-edit-hour-field,\n ::-webkit-datetime-edit-minute-field,\n ::-webkit-datetime-edit-second-field,\n ::-webkit-datetime-edit-millisecond-field,\n ::-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,\n input:where([type=button], [type=reset], [type=submit]),\n ::file-selector-button {\n appearance: button;\n }\n ::-webkit-inner-spin-button,\n ::-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 .pointer-events-auto {\n pointer-events: auto;\n }\n .pointer-events-none {\n pointer-events: none;\n }\n .invisible {\n visibility: hidden;\n }\n .absolute {\n position: absolute;\n }\n .fixed {\n position: fixed;\n }\n .relative {\n position: relative;\n }\n .inset-0 {\n inset: calc(var(--spacing) * 0);\n }\n .top-0 {\n top: calc(var(--spacing) * 0);\n }\n .top-1\\/2 {\n top: calc(1/2 * 100%);\n }\n .right-0 {\n right: calc(var(--spacing) * 0);\n }\n .right-2 {\n right: calc(var(--spacing) * 2);\n }\n .right-5 {\n right: calc(var(--spacing) * 5);\n }\n .bottom-0 {\n bottom: calc(var(--spacing) * 0);\n }\n .bottom-5 {\n bottom: calc(var(--spacing) * 5);\n }\n .z-10 {\n z-index: 10;\n }\n .z-9998 {\n z-index: 9998;\n }\n .z-9999 {\n z-index: 9999;\n }\n .mt-1 {\n margin-top: calc(var(--spacing) * 1);\n }\n .mt-2 {\n margin-top: calc(var(--spacing) * 2);\n }\n .mt-auto {\n margin-top: auto;\n }\n .mr-3 {\n margin-right: calc(var(--spacing) * 3);\n }\n .mr-auto {\n margin-right: auto;\n }\n .mb-2 {\n margin-bottom: calc(var(--spacing) * 2);\n }\n .mb-4 {\n margin-bottom: calc(var(--spacing) * 4);\n }\n .ml-auto {\n margin-left: auto;\n }\n .block {\n display: block;\n }\n .flex {\n display: flex;\n }\n .aspect-square {\n aspect-ratio: 1 / 1;\n }\n .h-2 {\n height: calc(var(--spacing) * 2);\n }\n .h-8 {\n height: calc(var(--spacing) * 8);\n }\n .h-10 {\n height: calc(var(--spacing) * 10);\n }\n .h-16 {\n height: calc(var(--spacing) * 16);\n }\n .h-29\\.5 {\n height: calc(var(--spacing) * 29.5);\n }\n .h-42\\.5 {\n height: calc(var(--spacing) * 42.5);\n }\n .h-full {\n height: 100%;\n }\n .min-h-full {\n min-height: 100%;\n }\n .w-2 {\n width: calc(var(--spacing) * 2);\n }\n .w-8 {\n width: calc(var(--spacing) * 8);\n }\n .w-10 {\n width: calc(var(--spacing) * 10);\n }\n .w-16 {\n width: calc(var(--spacing) * 16);\n }\n .w-75\\.5 {\n width: calc(var(--spacing) * 75.5);\n }\n .w-full {\n width: 100%;\n }\n .max-w-69\\.5 {\n max-width: calc(var(--spacing) * 69.5);\n }\n .max-w-75\\.5 {\n max-width: calc(var(--spacing) * 75.5);\n }\n .min-w-\\[100px\\] {\n min-width: 100px;\n }\n .min-w-max {\n min-width: max-content;\n }\n .flex-1 {\n flex: 1;\n }\n .shrink-0 {\n flex-shrink: 0;\n }\n .-translate-y-1\\/2 {\n --tw-translate-y: calc(calc(1/2 * 100%) * -1);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n .translate-y-0 {\n --tw-translate-y: calc(var(--spacing) * 0);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n .translate-y-4 {\n --tw-translate-y: calc(var(--spacing) * 4);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n .animate-circle-keys {\n animation: var(--animate-circle-keys);\n }\n .cursor-pointer {\n cursor: pointer;\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .items-center {\n align-items: center;\n }\n .items-start {\n align-items: flex-start;\n }\n .justify-between {\n justify-content: space-between;\n }\n .justify-center {\n justify-content: center;\n }\n .justify-end {\n justify-content: flex-end;\n }\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n .gap-3 {\n gap: calc(var(--spacing) * 3);\n }\n .space-y-1 {\n :where(& > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));\n }\n }\n .space-y-4 {\n :where(& > :not(:last-child)) {\n --tw-space-y-reverse: 0;\n margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));\n margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));\n }\n }\n .gap-x-1 {\n column-gap: calc(var(--spacing) * 1);\n }\n .gap-x-2 {\n column-gap: calc(var(--spacing) * 2);\n }\n .gap-y-3 {\n row-gap: calc(var(--spacing) * 3);\n }\n .overflow-hidden {\n overflow: hidden;\n }\n .overflow-x-scroll {\n overflow-x: scroll;\n }\n .overflow-y-auto {\n overflow-y: auto;\n }\n .rounded {\n border-radius: 0.25rem;\n }\n .rounded-3xl {\n border-radius: var(--radius-3xl);\n }\n .rounded-full {\n border-radius: calc(infinity * 1px);\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-2 {\n border-style: var(--tw-border-style);\n border-width: 2px;\n }\n .border-t {\n border-top-style: var(--tw-border-style);\n border-top-width: 1px;\n }\n .border-b {\n border-bottom-style: var(--tw-border-style);\n border-bottom-width: 1px;\n }\n .border-none {\n --tw-border-style: none;\n border-style: none;\n }\n .border-black\\/50 {\n border-color: color-mix(in srgb, #000 50%, transparent);\n @supports (color: color-mix(in lab, red, red)) {\n border-color: color-mix(in oklab, var(--color-black) 50%, transparent);\n }\n }\n .border-blue-500 {\n border-color: var(--color-blue-500);\n }\n .border-gray-200 {\n border-color: var(--color-gray-200);\n }\n .border-orange-300 {\n border-color: var(--color-orange-300);\n }\n .border-orange-400 {\n border-color: var(--color-orange-400);\n }\n .bg-\\[\\#3D3D3D\\] {\n background-color: #3D3D3D;\n }\n .bg-\\[\\#F8F8FA\\] {\n background-color: #F8F8FA;\n }\n .bg-black\\/50 {\n background-color: color-mix(in srgb, #000 50%, transparent);\n @supports (color: color-mix(in lab, red, red)) {\n background-color: color-mix(in oklab, var(--color-black) 50%, transparent);\n }\n }\n .bg-blue-500 {\n background-color: var(--color-blue-500);\n }\n .bg-gray-100 {\n background-color: var(--color-gray-100);\n }\n .bg-gray-200 {\n background-color: var(--color-gray-200);\n }\n .bg-orange-200 {\n background-color: var(--color-orange-200);\n }\n .bg-orange-400 {\n background-color: var(--color-orange-400);\n }\n .bg-white {\n background-color: var(--color-white);\n }\n .bg-linear-to-l {\n --tw-gradient-position: to left;\n @supports (background-image: linear-gradient(in lab, red, red)) {\n --tw-gradient-position: to left in oklab;\n }\n background-image: linear-gradient(var(--tw-gradient-stops));\n }\n .from-white {\n --tw-gradient-from: var(--color-white);\n --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));\n }\n .to-transparent {\n --tw-gradient-to: transparent;\n --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));\n }\n .p-2 {\n padding: calc(var(--spacing) * 2);\n }\n .p-2\\.5 {\n padding: calc(var(--spacing) * 2.5);\n }\n .p-3 {\n padding: calc(var(--spacing) * 3);\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .px-3 {\n padding-inline: calc(var(--spacing) * 3);\n }\n .px-4 {\n padding-inline: calc(var(--spacing) * 4);\n }\n .py-1 {\n padding-block: calc(var(--spacing) * 1);\n }\n .py-2 {\n padding-block: calc(var(--spacing) * 2);\n }\n .py-3 {\n padding-block: calc(var(--spacing) * 3);\n }\n .pt-2 {\n padding-top: calc(var(--spacing) * 2);\n }\n .pt-4 {\n padding-top: calc(var(--spacing) * 4);\n }\n .pr-12 {\n padding-right: calc(var(--spacing) * 12);\n }\n .pb-2 {\n padding-bottom: calc(var(--spacing) * 2);\n }\n .pl-4 {\n padding-left: calc(var(--spacing) * 4);\n }\n .text-center {\n text-align: center;\n }\n .text-left {\n text-align: left;\n }\n .text-sm {\n font-size: var(--text-sm);\n line-height: var(--tw-leading, var(--text-sm--line-height));\n }\n .text-xl {\n font-size: var(--text-xl);\n line-height: var(--tw-leading, var(--text-xl--line-height));\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .text-\\[10px\\] {\n font-size: 10px;\n }\n .text-\\[12px\\] {\n font-size: 12px;\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .text-nowrap {\n text-wrap: nowrap;\n }\n .whitespace-pre-wrap {\n white-space: pre-wrap;\n }\n .text-\\[\\#3D3D3D\\] {\n color: #3D3D3D;\n }\n .text-\\[\\#7C7C7C\\] {\n color: #7C7C7C;\n }\n .text-\\[\\#FFF8EC\\] {\n color: #FFF8EC;\n }\n .text-black {\n color: var(--color-black);\n }\n .text-black\\/85 {\n color: color-mix(in srgb, #000 85%, transparent);\n @supports (color: color-mix(in lab, red, red)) {\n color: color-mix(in oklab, var(--color-black) 85%, transparent);\n }\n }\n .text-gray-400 {\n color: var(--color-gray-400);\n }\n .text-gray-500 {\n color: var(--color-gray-500);\n }\n .text-gray-700 {\n color: var(--color-gray-700);\n }\n .text-gray-900 {\n color: var(--color-gray-900);\n }\n .text-green-600 {\n color: var(--color-green-600);\n }\n .text-orange-500 {\n color: var(--color-orange-500);\n }\n .text-white {\n color: var(--color-white);\n }\n .opacity-0 {\n opacity: 0%;\n }\n .opacity-100 {\n opacity: 100%;\n }\n .shadow {\n --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow:\n var(--tw-inset-shadow),\n var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow),\n var(--tw-ring-shadow),\n var(--tw-shadow);\n }\n .shadow-orange-blur {\n --tw-shadow: 0 4px 20px 0 var(--tw-shadow-color, #a1440299);\n box-shadow:\n var(--tw-inset-shadow),\n var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow),\n var(--tw-ring-shadow),\n var(--tw-shadow);\n }\n .shadow-orange-400 {\n --tw-shadow-color: oklch(75% 0.183 55.934);\n @supports (color: color-mix(in lab, red, red)) {\n --tw-shadow-color: color-mix(in oklab, var(--color-orange-400) var(--tw-shadow-alpha), transparent);\n }\n }\n .filter {\n filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);\n }\n .transition-all {\n transition-property: all;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n .transition-colors {\n transition-property:\n color,\n background-color,\n border-color,\n outline-color,\n text-decoration-color,\n fill,\n stroke,\n --tw-gradient-from,\n --tw-gradient-via,\n --tw-gradient-to;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n .transition-opacity {\n transition-property: opacity;\n transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));\n transition-duration: var(--tw-duration, var(--default-transition-duration));\n }\n .duration-300 {\n --tw-duration: 300ms;\n transition-duration: 300ms;\n }\n .ease-in-out {\n --tw-ease: var(--ease-in-out);\n transition-timing-function: var(--ease-in-out);\n }\n .outline-none {\n --tw-outline-style: none;\n outline-style: none;\n }\n .focus-within\\:ring-2 {\n &:focus-within {\n --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow:\n var(--tw-inset-shadow),\n var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow),\n var(--tw-ring-shadow),\n var(--tw-shadow);\n }\n }\n .focus-within\\:ring-orange-300 {\n &:focus-within {\n --tw-ring-color: var(--color-orange-300);\n }\n }\n .hover\\:bg-blue-600 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--color-blue-600);\n }\n }\n }\n .hover\\:bg-gray-200 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--color-gray-200);\n }\n }\n }\n .hover\\:bg-gray-300 {\n &:hover {\n @media (hover: hover) {\n background-color: var(--color-gray-300);\n }\n }\n }\n .hover\\:opacity-70 {\n &:hover {\n @media (hover: hover) {\n opacity: 70%;\n }\n }\n }\n .focus\\:ring-2 {\n &:focus {\n --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);\n box-shadow:\n var(--tw-inset-shadow),\n var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow),\n var(--tw-ring-shadow),\n var(--tw-shadow);\n }\n }\n .focus\\:ring-blue-500 {\n &:focus {\n --tw-ring-color: var(--color-blue-500);\n }\n }\n .focus\\:outline-none {\n &:focus {\n --tw-outline-style: none;\n outline-style: none;\n }\n }\n .disabled\\:cursor-not-allowed {\n &:disabled {\n cursor: not-allowed;\n }\n }\n .disabled\\:bg-gray-300 {\n &:disabled {\n background-color: var(--color-gray-300);\n }\n }\n .disabled\\:bg-gray-400 {\n &:disabled {\n background-color: var(--color-gray-400);\n }\n }\n .disabled\\:opacity-50 {\n &:disabled {\n opacity: 50%;\n }\n }\n .lg\\:invisible {\n @media (width >= 64rem) {\n visibility: hidden;\n }\n }\n .lg\\:visible {\n @media (width >= 64rem) {\n visibility: visible;\n }\n }\n .lg\\:top-auto {\n @media (width >= 64rem) {\n top: auto;\n }\n }\n .lg\\:right-1\\/2 {\n @media (width >= 64rem) {\n right: calc(1/2 * 100%);\n }\n }\n .lg\\:right-5 {\n @media (width >= 64rem) {\n right: calc(var(--spacing) * 5);\n }\n }\n .lg\\:bottom-25 {\n @media (width >= 64rem) {\n bottom: calc(var(--spacing) * 25);\n }\n }\n .lg\\:hidden {\n @media (width >= 64rem) {\n display: none;\n }\n }\n .lg\\:h-46 {\n @media (width >= 64rem) {\n height: calc(var(--spacing) * 46);\n }\n }\n .lg\\:h-\\[calc\\(100vh-100px\\)\\] {\n @media (width >= 64rem) {\n height: calc(100vh - 100px);\n }\n }\n .lg\\:max-h-201 {\n @media (width >= 64rem) {\n max-height: calc(var(--spacing) * 201);\n }\n }\n .lg\\:w-107\\.5 {\n @media (width >= 64rem) {\n width: calc(var(--spacing) * 107.5);\n }\n }\n .lg\\:w-\\[calc\\(100vw-100px\\)\\] {\n @media (width >= 64rem) {\n width: calc(100vw - 100px);\n }\n }\n .lg\\:max-w-80 {\n @media (width >= 64rem) {\n max-width: calc(var(--spacing) * 80);\n }\n }\n .lg\\:max-w-289 {\n @media (width >= 64rem) {\n max-width: calc(var(--spacing) * 289);\n }\n }\n .lg\\:translate-x-1\\/2 {\n @media (width >= 64rem) {\n --tw-translate-x: calc(1/2 * 100%);\n translate: var(--tw-translate-x) var(--tw-translate-y);\n }\n }\n .lg\\:flex-wrap {\n @media (width >= 64rem) {\n flex-wrap: wrap;\n }\n }\n .lg\\:rounded-4xl {\n @media (width >= 64rem) {\n border-radius: var(--radius-4xl);\n }\n }\n}\n@layer base {\n * {\n font-family: var(--font-sukhumvit);\n }\n}\n@layer utilities {\n .scrollbar-hide::-webkit-scrollbar {\n display: none;\n }\n .scrollbar-hide {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n .animation-delay-0 {\n animation-delay: 0s;\n }\n .animation-delay-300 {\n animation-delay: 0.3s;\n }\n .animation-delay-600 {\n animation-delay: 0.6s;\n }\n .animation-delay-900 {\n animation-delay: 0.9s;\n }\n .animation-delay-1200 {\n animation-delay: 1.2s;\n }\n}\n@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }\n@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }\n@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }\n@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }\n@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }\n@property --tw-gradient-position { syntax: "*"; inherits: false; }\n@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }\n@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }\n@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }\n@property --tw-gradient-stops { syntax: "*"; inherits: false; }\n@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }\n@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }\n@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }\n@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }\n@property --tw-font-weight { syntax: "*"; inherits: false; }\n@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-shadow-color { syntax: "*"; inherits: false; }\n@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }\n@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }\n@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }\n@property --tw-ring-color { syntax: "*"; inherits: false; }\n@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-inset-ring-color { syntax: "*"; inherits: false; }\n@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-ring-inset { syntax: "*"; inherits: false; }\n@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }\n@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }\n@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }\n@property --tw-blur { syntax: "*"; inherits: false; }\n@property --tw-brightness { syntax: "*"; inherits: false; }\n@property --tw-contrast { syntax: "*"; inherits: false; }\n@property --tw-grayscale { syntax: "*"; inherits: false; }\n@property --tw-hue-rotate { syntax: "*"; inherits: false; }\n@property --tw-invert { syntax: "*"; inherits: false; }\n@property --tw-opacity { syntax: "*"; inherits: false; }\n@property --tw-saturate { syntax: "*"; inherits: false; }\n@property --tw-sepia { syntax: "*"; inherits: false; }\n@property --tw-drop-shadow { syntax: "*"; inherits: false; }\n@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }\n@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }\n@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }\n@property --tw-duration { syntax: "*"; inherits: false; }\n@property --tw-ease { syntax: "*"; inherits: false; }\n@keyframes circle-keys {\n 0% {\n transform: scale(1);\n opacity: 1;\n }\n 50% {\n transform: scale(0.7);\n opacity: 1;\n }\n 100% {\n transform: scale(1);\n opacity: 1;\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 *,\n ::before,\n ::after,\n ::backdrop {\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-translate-z: 0;\n --tw-space-y-reverse: 0;\n --tw-border-style: solid;\n --tw-gradient-position: initial;\n --tw-gradient-from: #0000;\n --tw-gradient-via: #0000;\n --tw-gradient-to: #0000;\n --tw-gradient-stops: initial;\n --tw-gradient-via-stops: initial;\n --tw-gradient-from-position: 0%;\n --tw-gradient-via-position: 50%;\n --tw-gradient-to-position: 100%;\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-blur: initial;\n --tw-brightness: initial;\n --tw-contrast: initial;\n --tw-grayscale: initial;\n --tw-hue-rotate: initial;\n --tw-invert: initial;\n --tw-opacity: initial;\n --tw-saturate: initial;\n --tw-sepia: initial;\n --tw-drop-shadow: initial;\n --tw-drop-shadow-color: initial;\n --tw-drop-shadow-alpha: 100%;\n --tw-drop-shadow-size: initial;\n --tw-duration: initial;\n --tw-ease: initial;\n }\n }\n}\n');
|
|
33
33
|
|
|
34
34
|
// src/utils/cn.ts
|
|
35
35
|
import { clsx } from "clsx";
|
|
@@ -490,17 +490,14 @@ var getMockBotMessage = (menu) => {
|
|
|
490
490
|
const newMessage = mockResponse[menu.mockResponse];
|
|
491
491
|
return newMessage ? newMessage : mockResponse["ERROR" /* ERROR */];
|
|
492
492
|
};
|
|
493
|
-
var getMockBotMessageByText = (text) => {
|
|
494
|
-
const menu = searchableMenus.find((menu2) => menu2.title.includes(text));
|
|
495
|
-
if (!menu) {
|
|
496
|
-
return mockResponse["ERROR" /* ERROR */];
|
|
497
|
-
}
|
|
498
|
-
const newMessage = mockResponse[menu.mockResponse];
|
|
499
|
-
return newMessage ? newMessage : mockResponse["ERROR" /* ERROR */];
|
|
500
|
-
};
|
|
501
493
|
|
|
502
494
|
// src/components/aizu-chat.tsx
|
|
503
|
-
import {
|
|
495
|
+
import {
|
|
496
|
+
useCallback as useCallback5,
|
|
497
|
+
useEffect,
|
|
498
|
+
useRef,
|
|
499
|
+
useState as useState4
|
|
500
|
+
} from "react";
|
|
504
501
|
|
|
505
502
|
// src/components/input-bar/index.tsx
|
|
506
503
|
import { jsx as jsx8, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
@@ -748,58 +745,182 @@ var QuickMenuChips = ({ menus, handleClick, className }) => {
|
|
|
748
745
|
};
|
|
749
746
|
var quick_menus_chip_default = QuickMenuChips;
|
|
750
747
|
|
|
748
|
+
// src/contexts/aizu-client-context.tsx
|
|
749
|
+
import {
|
|
750
|
+
createContext as createContext2,
|
|
751
|
+
useContext as useContext2,
|
|
752
|
+
useMemo as useMemo2
|
|
753
|
+
} from "react";
|
|
754
|
+
|
|
755
|
+
// src/hooks/use-aizu-chat.ts
|
|
756
|
+
import { useCallback as useCallback4 } from "react";
|
|
757
|
+
|
|
758
|
+
// src/hooks/use-local-storage.ts
|
|
759
|
+
import { useState as useState3, useCallback as useCallback3 } from "react";
|
|
760
|
+
function useLocalStorage(key, initialValue) {
|
|
761
|
+
const [storedValue, setStoredValue] = useState3(() => {
|
|
762
|
+
if (typeof window === "undefined") return initialValue;
|
|
763
|
+
try {
|
|
764
|
+
const item = window.localStorage.getItem(key);
|
|
765
|
+
return item ? JSON.parse(item) : initialValue;
|
|
766
|
+
} catch (error) {
|
|
767
|
+
console.error(`Error reading localStorage key "${key}":`, error);
|
|
768
|
+
return initialValue;
|
|
769
|
+
}
|
|
770
|
+
});
|
|
771
|
+
const setValue = useCallback3(
|
|
772
|
+
(value) => {
|
|
773
|
+
try {
|
|
774
|
+
setStoredValue(value);
|
|
775
|
+
if (typeof window !== "undefined") {
|
|
776
|
+
window.localStorage.setItem(key, JSON.stringify(value));
|
|
777
|
+
}
|
|
778
|
+
} catch (error) {
|
|
779
|
+
console.error(`Error setting localStorage key "${key}":`, error);
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
[key]
|
|
783
|
+
);
|
|
784
|
+
const clearValue = useCallback3(() => {
|
|
785
|
+
try {
|
|
786
|
+
setStoredValue(initialValue);
|
|
787
|
+
if (typeof window !== "undefined") {
|
|
788
|
+
window.localStorage.removeItem(key);
|
|
789
|
+
}
|
|
790
|
+
} catch (error) {
|
|
791
|
+
console.error(`Error clearing localStorage key "${key}":`, error);
|
|
792
|
+
}
|
|
793
|
+
}, [key, initialValue]);
|
|
794
|
+
return [storedValue, setValue, clearValue];
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
// src/hooks/use-aizu-chat.ts
|
|
798
|
+
var useAizuChat = (client) => {
|
|
799
|
+
const [threadId, setThreadId, clearThreadId] = useLocalStorage(
|
|
800
|
+
"aizu_thread_id",
|
|
801
|
+
null
|
|
802
|
+
);
|
|
803
|
+
const [resourceId, setResourceId, clearResourceId] = useLocalStorage("aizu_resource_id", null);
|
|
804
|
+
const sendMessage = useCallback4(
|
|
805
|
+
(query) => __async(null, null, function* () {
|
|
806
|
+
const params = __spreadValues(__spreadValues({
|
|
807
|
+
query
|
|
808
|
+
}, threadId && { thread_id: threadId }), resourceId && { resource_id: resourceId });
|
|
809
|
+
try {
|
|
810
|
+
const response = yield client.chat(params);
|
|
811
|
+
if (response.thread_id && response.thread_id !== threadId) {
|
|
812
|
+
setThreadId(response.thread_id);
|
|
813
|
+
}
|
|
814
|
+
if (response.resource_id && response.resource_id !== resourceId) {
|
|
815
|
+
setResourceId(response.resource_id);
|
|
816
|
+
}
|
|
817
|
+
return { success: true, data: response };
|
|
818
|
+
} catch (error) {
|
|
819
|
+
console.error("Failed to send message:", error);
|
|
820
|
+
return { success: false, message: "Failed to send message" };
|
|
821
|
+
}
|
|
822
|
+
}),
|
|
823
|
+
[client, threadId, resourceId, setThreadId, setResourceId]
|
|
824
|
+
);
|
|
825
|
+
const clearConversation = useCallback4(() => {
|
|
826
|
+
clearThreadId();
|
|
827
|
+
clearResourceId();
|
|
828
|
+
}, [clearThreadId, clearResourceId]);
|
|
829
|
+
return {
|
|
830
|
+
sendMessage,
|
|
831
|
+
clearConversation,
|
|
832
|
+
threadId,
|
|
833
|
+
resourceId
|
|
834
|
+
};
|
|
835
|
+
};
|
|
836
|
+
|
|
837
|
+
// src/contexts/aizu-client-context.tsx
|
|
838
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
839
|
+
var AizuClientContext = createContext2(
|
|
840
|
+
void 0
|
|
841
|
+
);
|
|
842
|
+
var AizuClientProvider = ({
|
|
843
|
+
children,
|
|
844
|
+
client
|
|
845
|
+
}) => {
|
|
846
|
+
const { sendMessage, clearConversation, threadId, resourceId } = useAizuChat(client);
|
|
847
|
+
const value = useMemo2(
|
|
848
|
+
() => ({
|
|
849
|
+
aizuClient: client,
|
|
850
|
+
threadId,
|
|
851
|
+
resourceId,
|
|
852
|
+
sendMessage,
|
|
853
|
+
clearConversation
|
|
854
|
+
}),
|
|
855
|
+
[client, threadId, resourceId, sendMessage, clearConversation]
|
|
856
|
+
);
|
|
857
|
+
return /* @__PURE__ */ jsx15(AizuClientContext.Provider, { value, children });
|
|
858
|
+
};
|
|
859
|
+
var useAizuClient = () => {
|
|
860
|
+
const context = useContext2(AizuClientContext);
|
|
861
|
+
if (!context) {
|
|
862
|
+
throw new Error("useAizuClient must be used within AizuClientProvider");
|
|
863
|
+
}
|
|
864
|
+
return context;
|
|
865
|
+
};
|
|
866
|
+
|
|
751
867
|
// src/components/aizu-chat.tsx
|
|
752
|
-
import { Fragment, jsx as
|
|
753
|
-
var AizuChat = () => {
|
|
754
|
-
return /* @__PURE__ */
|
|
755
|
-
/* @__PURE__ */
|
|
868
|
+
import { Fragment, jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
869
|
+
var AizuChat = ({ aizuClient }) => {
|
|
870
|
+
return /* @__PURE__ */ jsx16(AizuClientProvider, { client: aizuClient, children: /* @__PURE__ */ jsx16(ChatProvider, { children: /* @__PURE__ */ jsxs12("div", { children: [
|
|
871
|
+
/* @__PURE__ */ jsx16(FloatingButton, {}),
|
|
756
872
|
/* @__PURE__ */ jsxs12(ChatWindow, { children: [
|
|
757
|
-
/* @__PURE__ */
|
|
758
|
-
/* @__PURE__ */
|
|
759
|
-
/* @__PURE__ */
|
|
873
|
+
/* @__PURE__ */ jsx16(ChatHeader, {}),
|
|
874
|
+
/* @__PURE__ */ jsx16(ChatBody, {}),
|
|
875
|
+
/* @__PURE__ */ jsx16(ChatFooter, {})
|
|
760
876
|
] })
|
|
761
|
-
] }) });
|
|
877
|
+
] }) }) });
|
|
762
878
|
};
|
|
763
879
|
var FloatingButton = () => {
|
|
764
880
|
const { chatControls } = useChatContext();
|
|
765
|
-
return /* @__PURE__ */
|
|
881
|
+
return /* @__PURE__ */ jsx16(
|
|
766
882
|
"button",
|
|
767
883
|
{
|
|
768
884
|
type: "button",
|
|
769
885
|
onClick: chatControls.toggleChat,
|
|
770
886
|
className: "rounded-full aspect-square w-16 cursor-pointer fixed right-5 bottom-5 shadow-orange-blur",
|
|
771
887
|
"aria-label": "Toggle chat",
|
|
772
|
-
children: /* @__PURE__ */
|
|
888
|
+
children: /* @__PURE__ */ jsx16(IconAI, { className: "w-full h-full" })
|
|
773
889
|
}
|
|
774
890
|
);
|
|
775
891
|
};
|
|
776
892
|
var ChatWindow = ({ children }) => {
|
|
777
893
|
const { chatControls } = useChatContext();
|
|
778
894
|
return /* @__PURE__ */ jsxs12(Fragment, { children: [
|
|
779
|
-
chatControls.isExpanded && /* @__PURE__ */
|
|
895
|
+
chatControls.isExpanded && /* @__PURE__ */ jsx16(
|
|
780
896
|
"div",
|
|
781
897
|
{
|
|
782
898
|
className: "fixed inset-0 bg-black/50 z-9998 transition-opacity duration-300",
|
|
783
899
|
onClick: chatControls.toggleExpand,
|
|
784
900
|
onKeyDown: void 0,
|
|
785
|
-
"aria-hidden": "true"
|
|
786
|
-
"aria-label": "Close expanded chat"
|
|
901
|
+
"aria-hidden": "true"
|
|
787
902
|
}
|
|
788
903
|
),
|
|
789
|
-
/* @__PURE__ */
|
|
790
|
-
"
|
|
791
|
-
"z-9999 fixed top-0 right-0 lg:right-5 lg:bottom-25 lg:top-auto bg-[#F8F8FA]",
|
|
792
|
-
"lg:rounded-4xl shadow-orange-blur overflow-hidden",
|
|
793
|
-
"flex flex-col",
|
|
794
|
-
"transition-all duration-300 ease-in-out",
|
|
795
|
-
{
|
|
796
|
-
"opacity-0 pointer-events-none translate-y-4": !chatControls.isOpen,
|
|
797
|
-
"opacity-100 pointer-events-auto translate-y-0": chatControls.isOpen
|
|
798
|
-
},
|
|
904
|
+
/* @__PURE__ */ jsx16(
|
|
905
|
+
"div",
|
|
799
906
|
{
|
|
800
|
-
|
|
907
|
+
className: cn(
|
|
908
|
+
"w-full lg:w-107.5 h-full lg:h-[calc(100vh-100px)] lg:max-h-201",
|
|
909
|
+
"z-9999 fixed top-0 right-0 lg:right-5 lg:bottom-25 lg:top-auto bg-[#F8F8FA]",
|
|
910
|
+
"lg:rounded-4xl shadow-orange-blur overflow-hidden",
|
|
911
|
+
"flex flex-col",
|
|
912
|
+
"transition-all duration-300 ease-in-out",
|
|
913
|
+
{
|
|
914
|
+
"opacity-0 pointer-events-none translate-y-4": !chatControls.isOpen,
|
|
915
|
+
"opacity-100 pointer-events-auto translate-y-0": chatControls.isOpen
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"lg:right-1/2 lg:translate-x-1/2 lg:w-[calc(100vw-100px)] lg:max-w-289 ": chatControls.isExpanded
|
|
919
|
+
}
|
|
920
|
+
),
|
|
921
|
+
children
|
|
801
922
|
}
|
|
802
|
-
)
|
|
923
|
+
)
|
|
803
924
|
] });
|
|
804
925
|
};
|
|
805
926
|
var ChatHeader = () => {
|
|
@@ -812,34 +933,34 @@ var ChatHeader = () => {
|
|
|
812
933
|
onClick: chatControls.closeChat,
|
|
813
934
|
className: "text-sm text-left cursor-pointer flex flex-1 lg:invisible",
|
|
814
935
|
children: [
|
|
815
|
-
/* @__PURE__ */
|
|
816
|
-
/* @__PURE__ */
|
|
936
|
+
/* @__PURE__ */ jsx16(IconChevronLeft, {}),
|
|
937
|
+
/* @__PURE__ */ jsx16("span", { children: "\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A" })
|
|
817
938
|
]
|
|
818
939
|
}
|
|
819
940
|
),
|
|
820
941
|
/* @__PURE__ */ jsxs12("div", { className: "flex flex-col items-center flex-1 ", children: [
|
|
821
|
-
/* @__PURE__ */
|
|
822
|
-
/* @__PURE__ */
|
|
942
|
+
/* @__PURE__ */ jsx16("span", { className: "text-nowrap", children: "ZIMCRAFT STORE" }),
|
|
943
|
+
/* @__PURE__ */ jsx16("span", { className: "text-[10px] text-[#7C7C7C]", children: "Powered by Zimpligital" })
|
|
823
944
|
] }),
|
|
824
945
|
/* @__PURE__ */ jsxs12("div", { className: "flex-1 flex items-center justify-end gap-2 invisible lg:visible", children: [
|
|
825
|
-
/* @__PURE__ */
|
|
946
|
+
/* @__PURE__ */ jsx16(
|
|
826
947
|
"button",
|
|
827
948
|
{
|
|
828
949
|
type: "button",
|
|
829
950
|
"aria-label": "Expand chat",
|
|
830
951
|
onClick: chatControls.toggleExpand,
|
|
831
952
|
className: "text-sm p-2.5 cursor-pointer",
|
|
832
|
-
children: /* @__PURE__ */
|
|
953
|
+
children: /* @__PURE__ */ jsx16(IconExpand, {})
|
|
833
954
|
}
|
|
834
955
|
),
|
|
835
|
-
/* @__PURE__ */
|
|
956
|
+
/* @__PURE__ */ jsx16(
|
|
836
957
|
"button",
|
|
837
958
|
{
|
|
838
959
|
type: "button",
|
|
839
960
|
"aria-label": "Close chat",
|
|
840
961
|
onClick: chatControls.closeChat,
|
|
841
962
|
className: "text-sm p-2.5 cursor-pointer",
|
|
842
|
-
children: /* @__PURE__ */
|
|
963
|
+
children: /* @__PURE__ */ jsx16(IconXClose, {})
|
|
843
964
|
}
|
|
844
965
|
)
|
|
845
966
|
] })
|
|
@@ -847,19 +968,22 @@ var ChatHeader = () => {
|
|
|
847
968
|
};
|
|
848
969
|
var ChatBody = () => {
|
|
849
970
|
const { isLoading, addUserMessage, addBotMessage, messages, latestMessage } = useChatContext();
|
|
850
|
-
const [showWaitMessage, setShowWaitMessage] =
|
|
971
|
+
const [showWaitMessage, setShowWaitMessage] = useState4(false);
|
|
851
972
|
const messagesEndRef = useRef(null);
|
|
852
973
|
const loadingMessage = showWaitMessage ? "Wait a minute..." : void 0;
|
|
853
974
|
const messagesDisplay = messages || [];
|
|
854
975
|
const displayWelcomeMessage = messagesDisplay.length === 0 && !isLoading;
|
|
855
|
-
const handleClick =
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
976
|
+
const handleClick = useCallback5(
|
|
977
|
+
(menu) => __async(null, null, function* () {
|
|
978
|
+
if (menu.title.includes(tryAgain) && !!(latestMessage == null ? void 0 : latestMessage.text)) {
|
|
979
|
+
return addUserMessage(latestMessage == null ? void 0 : latestMessage.text);
|
|
980
|
+
}
|
|
981
|
+
addUserMessage(menu.title);
|
|
982
|
+
const mockResponse2 = getMockBotMessage(menu);
|
|
983
|
+
addBotMessage(mockResponse2);
|
|
984
|
+
}),
|
|
985
|
+
[addUserMessage, addBotMessage, latestMessage]
|
|
986
|
+
);
|
|
863
987
|
useEffect(() => {
|
|
864
988
|
var _a;
|
|
865
989
|
(_a = messagesEndRef.current) == null ? void 0 : _a.scrollIntoView({ behavior: "smooth" });
|
|
@@ -877,40 +1001,75 @@ var ChatBody = () => {
|
|
|
877
1001
|
if (timer) clearTimeout(timer);
|
|
878
1002
|
};
|
|
879
1003
|
}, [isLoading]);
|
|
880
|
-
return /* @__PURE__ */
|
|
1004
|
+
return /* @__PURE__ */ jsx16("section", { className: "flex-1 overflow-y-auto relative", children: /* @__PURE__ */ jsxs12("section", { className: " p-4 flex flex-col gap-y-3 overflow-y-auto min-h-full", children: [
|
|
881
1005
|
/* @__PURE__ */ jsxs12("div", { children: [
|
|
882
|
-
/* @__PURE__ */
|
|
883
|
-
/* @__PURE__ */
|
|
1006
|
+
/* @__PURE__ */ jsx16(IconAI, { className: "mb-2" }),
|
|
1007
|
+
/* @__PURE__ */ jsx16(
|
|
1008
|
+
QuickMenus,
|
|
1009
|
+
{
|
|
1010
|
+
bannerSrc: defaultBanner,
|
|
1011
|
+
menus: defaultQuickMenus,
|
|
1012
|
+
message: defaultQuickMenuMessage,
|
|
1013
|
+
handleClick
|
|
1014
|
+
}
|
|
1015
|
+
)
|
|
884
1016
|
] }),
|
|
885
1017
|
messagesDisplay == null ? void 0 : messagesDisplay.map((message) => {
|
|
886
|
-
return /* @__PURE__ */
|
|
1018
|
+
return /* @__PURE__ */ jsx16("div", { className: "w-full flex flex-col items-start", children: /* @__PURE__ */ jsx16(MessageBubble, { message, handleClick }) }, message.id);
|
|
887
1019
|
}),
|
|
888
1020
|
isLoading && /* @__PURE__ */ jsxs12("div", { children: [
|
|
889
|
-
/* @__PURE__ */
|
|
890
|
-
/* @__PURE__ */
|
|
1021
|
+
/* @__PURE__ */ jsx16(IconAI, { className: "mb-2" }),
|
|
1022
|
+
/* @__PURE__ */ jsx16(Loading, { message: loadingMessage })
|
|
891
1023
|
] }),
|
|
892
|
-
/* @__PURE__ */
|
|
893
|
-
displayWelcomeMessage && /* @__PURE__ */
|
|
1024
|
+
/* @__PURE__ */ jsx16("div", { ref: messagesEndRef }),
|
|
1025
|
+
displayWelcomeMessage && /* @__PURE__ */ jsx16("div", { className: "mt-auto text-center text-sm text-gray-500", children: "\u0E04\u0E38\u0E13\u0E01\u0E33\u0E25\u0E31\u0E07\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19\u0E2A\u0E19\u0E17\u0E19\u0E32\u0E01\u0E31\u0E1A ZIMCRAFT AI" })
|
|
894
1026
|
] }) });
|
|
895
1027
|
};
|
|
896
1028
|
var ChatFooter = () => {
|
|
897
1029
|
const { addUserMessage, addBotMessage, latestMessage, isLoading } = useChatContext();
|
|
898
|
-
const
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
1030
|
+
const { sendMessage } = useAizuClient();
|
|
1031
|
+
const handleClick = useCallback5(
|
|
1032
|
+
(menu) => __async(null, null, function* () {
|
|
1033
|
+
if (menu.title.includes(tryAgain) && !!(latestMessage == null ? void 0 : latestMessage.text)) {
|
|
1034
|
+
return addUserMessage(latestMessage == null ? void 0 : latestMessage.text);
|
|
1035
|
+
}
|
|
1036
|
+
addUserMessage(menu.title);
|
|
1037
|
+
const mockResponse2 = getMockBotMessage(menu);
|
|
1038
|
+
addBotMessage(mockResponse2);
|
|
1039
|
+
}),
|
|
1040
|
+
[addUserMessage, addBotMessage, latestMessage]
|
|
1041
|
+
);
|
|
1042
|
+
const handleSend = useCallback5(
|
|
1043
|
+
(message) => __async(null, null, function* () {
|
|
1044
|
+
addUserMessage(message);
|
|
1045
|
+
const result = yield sendMessage(message);
|
|
1046
|
+
if (result.success) {
|
|
1047
|
+
const botMessage = {
|
|
1048
|
+
id: Date.now().toString(),
|
|
1049
|
+
text: result.data.response,
|
|
1050
|
+
type: "BOT_TEXT" /* BOT_TEXT */
|
|
1051
|
+
};
|
|
1052
|
+
addBotMessage(botMessage);
|
|
1053
|
+
} else {
|
|
1054
|
+
const botMessage = __spreadProps(__spreadValues({}, mockResponse["ERROR" /* ERROR */]), {
|
|
1055
|
+
id: Date.now().toString(),
|
|
1056
|
+
type: "BOT_ERROR_WITH_MENUS" /* BOT_ERROR_WITH_MENUS */
|
|
1057
|
+
});
|
|
1058
|
+
addBotMessage(botMessage);
|
|
1059
|
+
}
|
|
1060
|
+
}),
|
|
1061
|
+
[addUserMessage, addBotMessage, sendMessage]
|
|
1062
|
+
);
|
|
911
1063
|
return /* @__PURE__ */ jsxs12("section", { className: "bg-white h-42.5 lg:h-46", children: [
|
|
912
|
-
/* @__PURE__ */
|
|
913
|
-
|
|
1064
|
+
/* @__PURE__ */ jsx16(
|
|
1065
|
+
quick_menus_chip_default,
|
|
1066
|
+
{
|
|
1067
|
+
handleClick,
|
|
1068
|
+
menus: defaultQuickMenuChips,
|
|
1069
|
+
className: "pl-4 pt-4 pb-2"
|
|
1070
|
+
}
|
|
1071
|
+
),
|
|
1072
|
+
/* @__PURE__ */ jsx16(
|
|
914
1073
|
InputBar,
|
|
915
1074
|
{
|
|
916
1075
|
placeholder: "\u0E16\u0E32\u0E21\u0E04\u0E33\u0E16\u0E32\u0E21\u0E44\u0E14\u0E49\u0E40\u0E25\u0E22...",
|
|
@@ -923,9 +1082,105 @@ var ChatFooter = () => {
|
|
|
923
1082
|
] });
|
|
924
1083
|
};
|
|
925
1084
|
|
|
1085
|
+
// src/components/test-component.tsx
|
|
1086
|
+
import { useState as useState5 } from "react";
|
|
1087
|
+
import { jsx as jsx17, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
1088
|
+
var TestComponent = ({ client }) => {
|
|
1089
|
+
return /* @__PURE__ */ jsx17(AizuClientProvider, { client, children: /* @__PURE__ */ jsx17(TestComponentContent, {}) });
|
|
1090
|
+
};
|
|
1091
|
+
var TestComponentContent = () => {
|
|
1092
|
+
const { sendMessage, resourceId, threadId, clearConversation } = useAizuClient();
|
|
1093
|
+
const [query, setQuery] = useState5("");
|
|
1094
|
+
const [response, setResponse] = useState5("");
|
|
1095
|
+
const [loading, setLoading] = useState5(false);
|
|
1096
|
+
const handleSend = () => __async(null, null, function* () {
|
|
1097
|
+
if (!query.trim()) return;
|
|
1098
|
+
setLoading(true);
|
|
1099
|
+
setResponse("");
|
|
1100
|
+
console.log("\u{1F4E4} Sending query:", query);
|
|
1101
|
+
const result = yield sendMessage(query);
|
|
1102
|
+
if (result.success) {
|
|
1103
|
+
console.log("\u2705 Got response:", result.data);
|
|
1104
|
+
setResponse(result.data.response);
|
|
1105
|
+
setQuery("");
|
|
1106
|
+
} else {
|
|
1107
|
+
console.error("\u274C Error:", result.message);
|
|
1108
|
+
setResponse(`\u274C Error: ${result.message}`);
|
|
1109
|
+
}
|
|
1110
|
+
setLoading(false);
|
|
1111
|
+
});
|
|
1112
|
+
const handleClear = () => {
|
|
1113
|
+
if (confirm("Start new conversation? This will clear your chat history.")) {
|
|
1114
|
+
clearConversation();
|
|
1115
|
+
setResponse("");
|
|
1116
|
+
setQuery("");
|
|
1117
|
+
console.log("\u{1F504} Conversation cleared!");
|
|
1118
|
+
}
|
|
1119
|
+
};
|
|
1120
|
+
return /* @__PURE__ */ jsxs13("div", { className: "border-2 border-blue-500 p-4 rounded space-y-4", children: [
|
|
1121
|
+
/* @__PURE__ */ jsxs13("div", { className: "flex justify-between items-center", children: [
|
|
1122
|
+
/* @__PURE__ */ jsx17("h2", { className: "font-bold text-xl", children: "Test API Call" }),
|
|
1123
|
+
/* @__PURE__ */ jsx17(
|
|
1124
|
+
"button",
|
|
1125
|
+
{
|
|
1126
|
+
type: "button",
|
|
1127
|
+
onClick: handleClear,
|
|
1128
|
+
className: "text-sm bg-gray-200 px-3 py-1 rounded hover:bg-gray-300 disabled:opacity-50",
|
|
1129
|
+
disabled: loading,
|
|
1130
|
+
children: "\u{1F504} New Chat"
|
|
1131
|
+
}
|
|
1132
|
+
)
|
|
1133
|
+
] }),
|
|
1134
|
+
/* @__PURE__ */ jsxs13("div", { className: "text-sm space-y-1", children: [
|
|
1135
|
+
/* @__PURE__ */ jsxs13("p", { className: threadId ? "text-green-600" : "text-gray-400", children: [
|
|
1136
|
+
"\u{1F517} Thread ID: ",
|
|
1137
|
+
threadId || "(waiting for first message)"
|
|
1138
|
+
] }),
|
|
1139
|
+
/* @__PURE__ */ jsxs13("p", { className: resourceId ? "text-green-600" : "text-gray-400", children: [
|
|
1140
|
+
"\u{1F4E6} Resource ID: ",
|
|
1141
|
+
resourceId || "(waiting for first message)"
|
|
1142
|
+
] })
|
|
1143
|
+
] }),
|
|
1144
|
+
/* @__PURE__ */ jsxs13("div", { className: "flex gap-2", children: [
|
|
1145
|
+
/* @__PURE__ */ jsx17(
|
|
1146
|
+
"input",
|
|
1147
|
+
{
|
|
1148
|
+
type: "text",
|
|
1149
|
+
value: query,
|
|
1150
|
+
onChange: (e) => setQuery(e.target.value),
|
|
1151
|
+
onKeyDown: (e) => e.key === "Enter" && !loading && handleSend(),
|
|
1152
|
+
placeholder: "Type your question...",
|
|
1153
|
+
className: "flex-1 border p-2 rounded focus:outline-none focus:ring-2 focus:ring-blue-500",
|
|
1154
|
+
disabled: loading
|
|
1155
|
+
}
|
|
1156
|
+
),
|
|
1157
|
+
/* @__PURE__ */ jsx17(
|
|
1158
|
+
"button",
|
|
1159
|
+
{
|
|
1160
|
+
type: "button",
|
|
1161
|
+
onClick: handleSend,
|
|
1162
|
+
disabled: loading || !query.trim(),
|
|
1163
|
+
className: "bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600 disabled:bg-gray-400 disabled:cursor-not-allowed min-w-[100px]",
|
|
1164
|
+
children: loading ? "Sending..." : "Send"
|
|
1165
|
+
}
|
|
1166
|
+
)
|
|
1167
|
+
] }),
|
|
1168
|
+
response && /* @__PURE__ */ jsxs13("div", { className: "p-3 bg-gray-100 rounded", children: [
|
|
1169
|
+
/* @__PURE__ */ jsx17("strong", { className: "text-gray-700", children: "Response:" }),
|
|
1170
|
+
/* @__PURE__ */ jsx17("p", { className: "mt-1 whitespace-pre-wrap text-gray-900", children: response })
|
|
1171
|
+
] }),
|
|
1172
|
+
!threadId && /* @__PURE__ */ jsxs13("div", { className: "text-xs text-gray-500 border-t pt-2 mt-2", children: [
|
|
1173
|
+
"\u{1F4A1} ",
|
|
1174
|
+
/* @__PURE__ */ jsx17("strong", { children: "Tip:" }),
|
|
1175
|
+
" Send your first message to start a conversation. The thread ID will be saved and persist across page refreshes."
|
|
1176
|
+
] })
|
|
1177
|
+
] });
|
|
1178
|
+
};
|
|
1179
|
+
|
|
926
1180
|
export {
|
|
927
1181
|
Loading,
|
|
928
1182
|
Button,
|
|
929
1183
|
QuickMenus,
|
|
930
|
-
AizuChat
|
|
1184
|
+
AizuChat,
|
|
1185
|
+
TestComponent
|
|
931
1186
|
};
|