zignal-stencil-library 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js +8 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +1 -0
- package/dist/cjs/autocomplete-select_18.cjs.entry.js +41433 -0
- package/dist/cjs/autocomplete-select_18.cjs.entry.js.map +1 -0
- package/dist/cjs/index-C4CtrJXU.js +2199 -0
- package/dist/cjs/index-C4CtrJXU.js.map +1 -0
- package/dist/cjs/index-tRPYdc8n.js +1927 -0
- package/dist/cjs/index-tRPYdc8n.js.map +1 -0
- package/dist/cjs/index.cjs.js +7 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +16 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/zignal-stencil-library.cjs.js +28 -0
- package/dist/cjs/zignal-stencil-library.cjs.js.map +1 -0
- package/dist/collection/api/index.js +132 -0
- package/dist/collection/api/index.js.map +1 -0
- package/dist/collection/collection-manifest.json +29 -0
- package/dist/collection/components/autocomplete-select/autocomplete-select.css +1 -0
- package/dist/collection/components/autocomplete-select/autocomplete-select.js +230 -0
- package/dist/collection/components/autocomplete-select/autocomplete-select.js.map +1 -0
- package/dist/collection/components/channel-box/channel-box.css +1 -0
- package/dist/collection/components/channel-box/channel-box.js +93 -0
- package/dist/collection/components/channel-box/channel-box.js.map +1 -0
- package/dist/collection/components/chat-app/chat-app.css +1 -0
- package/dist/collection/components/chat-app/chat-app.js +227 -0
- package/dist/collection/components/chat-app/chat-app.js.map +1 -0
- package/dist/collection/components/chat-header/chat-header.css +1 -0
- package/dist/collection/components/chat-header/chat-header.js +45 -0
- package/dist/collection/components/chat-header/chat-header.js.map +1 -0
- package/dist/collection/components/chat-input/chat-input.css +1 -0
- package/dist/collection/components/chat-input/chat-input.js +118 -0
- package/dist/collection/components/chat-input/chat-input.js.map +1 -0
- package/dist/collection/components/dialog-editor/dialog-editor.css +1 -0
- package/dist/collection/components/dialog-editor/dialog-editor.js +176 -0
- package/dist/collection/components/dialog-editor/dialog-editor.js.map +1 -0
- package/dist/collection/components/dialog-preview-media/dialog-preview-media.css +1 -0
- package/dist/collection/components/dialog-preview-media/dialog-preview-media.js +96 -0
- package/dist/collection/components/dialog-preview-media/dialog-preview-media.js.map +1 -0
- package/dist/collection/components/dialog-search/dialog-search.css +1 -0
- package/dist/collection/components/dialog-search/dialog-search.js +105 -0
- package/dist/collection/components/dialog-search/dialog-search.js.map +1 -0
- package/dist/collection/components/internal-component/chat-item.js +28 -0
- package/dist/collection/components/internal-component/chat-item.js.map +1 -0
- package/dist/collection/components/internal-component/icon.js +9 -0
- package/dist/collection/components/internal-component/icon.js.map +1 -0
- package/dist/collection/components/internal-component/tag-or-status-item.js +9 -0
- package/dist/collection/components/internal-component/tag-or-status-item.js.map +1 -0
- package/dist/collection/components/internal-component/z-button.js +24 -0
- package/dist/collection/components/internal-component/z-button.js.map +1 -0
- package/dist/collection/components/internal-component/z-icon-button.js +23 -0
- package/dist/collection/components/internal-component/z-icon-button.js.map +1 -0
- package/dist/collection/components/internal-component/z-input-area.js +8 -0
- package/dist/collection/components/internal-component/z-input-area.js.map +1 -0
- package/dist/collection/components/internal-component/z-input.js +8 -0
- package/dist/collection/components/internal-component/z-input.js.map +1 -0
- package/dist/collection/components/internal-component/z-select-input.js +9 -0
- package/dist/collection/components/internal-component/z-select-input.js.map +1 -0
- package/dist/collection/components/menu-list/menu-list.css +1 -0
- package/dist/collection/components/menu-list/menu-list.js +168 -0
- package/dist/collection/components/menu-list/menu-list.js.map +1 -0
- package/dist/collection/components/message-box/message-box.css +1 -0
- package/dist/collection/components/message-box/message-box.js +179 -0
- package/dist/collection/components/message-box/message-box.js.map +1 -0
- package/dist/collection/components/message-content/message-content.css +1 -0
- package/dist/collection/components/message-content/message-content.js +98 -0
- package/dist/collection/components/message-content/message-content.js.map +1 -0
- package/dist/collection/components/message-item/message-item.css +1 -0
- package/dist/collection/components/message-item/message-item.js +115 -0
- package/dist/collection/components/message-item/message-item.js.map +1 -0
- package/dist/collection/components/profile-history/profile-history.css +1 -0
- package/dist/collection/components/profile-history/profile-history.js +18 -0
- package/dist/collection/components/profile-history/profile-history.js.map +1 -0
- package/dist/collection/components/profile-info/profile-info.css +1 -0
- package/dist/collection/components/profile-info/profile-info.js +255 -0
- package/dist/collection/components/profile-info/profile-info.js.map +1 -0
- package/dist/collection/components/profile-media/profile-media.css +1 -0
- package/dist/collection/components/profile-media/profile-media.js +18 -0
- package/dist/collection/components/profile-media/profile-media.js.map +1 -0
- package/dist/collection/components/profile-tabs/profile-tabs.css +1 -0
- package/dist/collection/components/profile-tabs/profile-tabs.js +43 -0
- package/dist/collection/components/profile-tabs/profile-tabs.js.map +1 -0
- package/dist/collection/components/search-box/search-box.css +1 -0
- package/dist/collection/components/search-box/search-box.js +71 -0
- package/dist/collection/components/search-box/search-box.js.map +1 -0
- package/dist/collection/components/tag-popper/tag-popper.css +1 -0
- package/dist/collection/components/tag-popper/tag-popper.js +124 -0
- package/dist/collection/components/tag-popper/tag-popper.js.map +1 -0
- package/dist/collection/global/i18n.js +13 -0
- package/dist/collection/global/i18n.js.map +1 -0
- package/dist/collection/index.js +11 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/postcss/property-to-variable.js +54 -0
- package/dist/collection/store/store.js +25 -0
- package/dist/collection/store/store.js.map +1 -0
- package/dist/collection/utils/axios.js +11 -0
- package/dist/collection/utils/axios.js.map +1 -0
- package/dist/collection/utils/constant.js +5 -0
- package/dist/collection/utils/constant.js.map +1 -0
- package/dist/collection/utils/dayjs.js +175 -0
- package/dist/collection/utils/dayjs.js.map +1 -0
- package/dist/collection/utils/socket.js +59 -0
- package/dist/collection/utils/socket.js.map +1 -0
- package/dist/collection/utils/utils.js +8 -0
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/components/autocomplete-select.d.ts +11 -0
- package/dist/components/autocomplete-select.js +9 -0
- package/dist/components/autocomplete-select.js.map +1 -0
- package/dist/components/channel-box.d.ts +11 -0
- package/dist/components/channel-box.js +9 -0
- package/dist/components/channel-box.js.map +1 -0
- package/dist/components/chat-app.d.ts +11 -0
- package/dist/components/chat-app.js +226 -0
- package/dist/components/chat-app.js.map +1 -0
- package/dist/components/chat-header.d.ts +11 -0
- package/dist/components/chat-header.js +9 -0
- package/dist/components/chat-header.js.map +1 -0
- package/dist/components/chat-input.d.ts +11 -0
- package/dist/components/chat-input.js +9 -0
- package/dist/components/chat-input.js.map +1 -0
- package/dist/components/dialog-editor.d.ts +11 -0
- package/dist/components/dialog-editor.js +9 -0
- package/dist/components/dialog-editor.js.map +1 -0
- package/dist/components/dialog-preview-media.d.ts +11 -0
- package/dist/components/dialog-preview-media.js +9 -0
- package/dist/components/dialog-preview-media.js.map +1 -0
- package/dist/components/dialog-search.d.ts +11 -0
- package/dist/components/dialog-search.js +9 -0
- package/dist/components/dialog-search.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +2199 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/menu-list.d.ts +11 -0
- package/dist/components/menu-list.js +9 -0
- package/dist/components/menu-list.js.map +1 -0
- package/dist/components/message-box.d.ts +11 -0
- package/dist/components/message-box.js +9 -0
- package/dist/components/message-box.js.map +1 -0
- package/dist/components/message-content.d.ts +11 -0
- package/dist/components/message-content.js +9 -0
- package/dist/components/message-content.js.map +1 -0
- package/dist/components/message-item.d.ts +11 -0
- package/dist/components/message-item.js +9 -0
- package/dist/components/message-item.js.map +1 -0
- package/dist/components/p-6xqe-pLQ.js +1509 -0
- package/dist/components/p-6xqe-pLQ.js.map +1 -0
- package/dist/components/p-B8jcXcXq.js +10 -0
- package/dist/components/p-B8jcXcXq.js.map +1 -0
- package/dist/components/p-BAxNTWPI.js +32 -0
- package/dist/components/p-BAxNTWPI.js.map +1 -0
- package/dist/components/p-BZ4TvILZ.js +24 -0
- package/dist/components/p-BZ4TvILZ.js.map +1 -0
- package/dist/components/p-BZ_KFdA7.js +99 -0
- package/dist/components/p-BZ_KFdA7.js.map +1 -0
- package/dist/components/p-BaEi6GXz.js +27448 -0
- package/dist/components/p-BaEi6GXz.js.map +1 -0
- package/dist/components/p-BcC6bTqM.js +104 -0
- package/dist/components/p-BcC6bTqM.js.map +1 -0
- package/dist/components/p-Beycm8NN.js +3027 -0
- package/dist/components/p-Beycm8NN.js.map +1 -0
- package/dist/components/p-Bf89k6bd.js +3932 -0
- package/dist/components/p-Bf89k6bd.js.map +1 -0
- package/dist/components/p-BtkLsQfZ.js +17 -0
- package/dist/components/p-BtkLsQfZ.js.map +1 -0
- package/dist/components/p-C9EokLnL.js +102 -0
- package/dist/components/p-C9EokLnL.js.map +1 -0
- package/dist/components/p-CHaS9akB.js +33 -0
- package/dist/components/p-CHaS9akB.js.map +1 -0
- package/dist/components/p-CQZRPVaY.js +1715 -0
- package/dist/components/p-CQZRPVaY.js.map +1 -0
- package/dist/components/p-CS8eN-II.js +60 -0
- package/dist/components/p-CS8eN-II.js.map +1 -0
- package/dist/components/p-CUmphmPD.js +48 -0
- package/dist/components/p-CUmphmPD.js.map +1 -0
- package/dist/components/p-ChdOg2lI.js +90 -0
- package/dist/components/p-ChdOg2lI.js.map +1 -0
- package/dist/components/p-CkqA8kPB.js +210 -0
- package/dist/components/p-CkqA8kPB.js.map +1 -0
- package/dist/components/p-CmWIRJ5t.js +91 -0
- package/dist/components/p-CmWIRJ5t.js.map +1 -0
- package/dist/components/p-CzESq-LE.js +88 -0
- package/dist/components/p-CzESq-LE.js.map +1 -0
- package/dist/components/p-DD3M-jE2.js +87 -0
- package/dist/components/p-DD3M-jE2.js.map +1 -0
- package/dist/components/p-DFjLV5Vy.js +71 -0
- package/dist/components/p-DFjLV5Vy.js.map +1 -0
- package/dist/components/p-DYI8iHdE.js +279 -0
- package/dist/components/p-DYI8iHdE.js.map +1 -0
- package/dist/components/p-DfRY75vS.js +16 -0
- package/dist/components/p-DfRY75vS.js.map +1 -0
- package/dist/components/p-DspEZ2pG.js +85 -0
- package/dist/components/p-DspEZ2pG.js.map +1 -0
- package/dist/components/p-LCZ_Vyoy.js +4084 -0
- package/dist/components/p-LCZ_Vyoy.js.map +1 -0
- package/dist/components/p-N-wb2wDd.js +236 -0
- package/dist/components/p-N-wb2wDd.js.map +1 -0
- package/dist/components/p-Urxy5c9-.js +154 -0
- package/dist/components/p-Urxy5c9-.js.map +1 -0
- package/dist/components/p-nz95LAGz.js +33 -0
- package/dist/components/p-nz95LAGz.js.map +1 -0
- package/dist/components/profile-history.d.ts +11 -0
- package/dist/components/profile-history.js +9 -0
- package/dist/components/profile-history.js.map +1 -0
- package/dist/components/profile-info.d.ts +11 -0
- package/dist/components/profile-info.js +9 -0
- package/dist/components/profile-info.js.map +1 -0
- package/dist/components/profile-media.d.ts +11 -0
- package/dist/components/profile-media.js +9 -0
- package/dist/components/profile-media.js.map +1 -0
- package/dist/components/profile-tabs.d.ts +11 -0
- package/dist/components/profile-tabs.js +9 -0
- package/dist/components/profile-tabs.js.map +1 -0
- package/dist/components/search-box.d.ts +11 -0
- package/dist/components/search-box.js +9 -0
- package/dist/components/search-box.js.map +1 -0
- package/dist/components/tag-popper.d.ts +11 -0
- package/dist/components/tag-popper.js +9 -0
- package/dist/components/tag-popper.js.map +1 -0
- package/dist/esm/app-globals-DQuL1Twl.js +6 -0
- package/dist/esm/app-globals-DQuL1Twl.js.map +1 -0
- package/dist/esm/autocomplete-select.channel-box.chat-app.chat-header.chat-input.dialog-editor.dialog-preview-media.dialog-search.menu-list.message-box.message-content.message-item.profile-history.profile-info.profile-media.profile-tabs.search-box.tag-popper.entry.js.map +1 -0
- package/dist/esm/autocomplete-select_18.entry.js +41414 -0
- package/dist/esm/autocomplete-select_18.entry.js.map +1 -0
- package/dist/esm/index-C0ey1F02.js +1917 -0
- package/dist/esm/index-C0ey1F02.js.map +1 -0
- package/dist/esm/index-DasOEma2.js +2197 -0
- package/dist/esm/index-DasOEma2.js.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +14 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/zignal-stencil-library.js +24 -0
- package/dist/esm/zignal-stencil-library.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/api/index.d.ts +12 -0
- package/dist/types/api/index.type.d.ts +98 -0
- package/dist/types/components/autocomplete-select/autocomplete-select.d.ts +19 -0
- package/dist/types/components/channel-box/channel-box.d.ts +11 -0
- package/dist/types/components/chat-app/chat-app.d.ts +25 -0
- package/dist/types/components/chat-header/chat-header.d.ts +3 -0
- package/dist/types/components/chat-input/chat-input.d.ts +9 -0
- package/dist/types/components/dialog-editor/dialog-editor.d.ts +16 -0
- package/dist/types/components/dialog-preview-media/dialog-preview-media.d.ts +8 -0
- package/dist/types/components/dialog-search/dialog-search.d.ts +18 -0
- package/dist/types/components/internal-component/chat-item.d.ts +6 -0
- package/dist/types/components/internal-component/icon.d.ts +7 -0
- package/dist/types/components/internal-component/tag-or-status-item.d.ts +7 -0
- package/dist/types/components/internal-component/z-button.d.ts +15 -0
- package/dist/types/components/internal-component/z-icon-button.d.ts +13 -0
- package/dist/types/components/internal-component/z-input-area.d.ts +13 -0
- package/dist/types/components/internal-component/z-input.d.ts +13 -0
- package/dist/types/components/internal-component/z-select-input.d.ts +13 -0
- package/dist/types/components/menu-list/menu-list.d.ts +17 -0
- package/dist/types/components/message-box/message-box.d.ts +19 -0
- package/dist/types/components/message-content/message-content.d.ts +8 -0
- package/dist/types/components/message-item/message-item.d.ts +9 -0
- package/dist/types/components/profile-history/profile-history.d.ts +3 -0
- package/dist/types/components/profile-info/profile-info.d.ts +29 -0
- package/dist/types/components/profile-media/profile-media.d.ts +3 -0
- package/dist/types/components/profile-tabs/profile-tabs.d.ts +8 -0
- package/dist/types/components/search-box/search-box.d.ts +10 -0
- package/dist/types/components/tag-popper/tag-popper.d.ts +13 -0
- package/dist/types/components.d.ts +498 -0
- package/dist/types/global/i18n.d.ts +2 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +1709 -0
- package/dist/types/store/store.d.ts +16 -0
- package/dist/types/store/store.type.d.ts +132 -0
- package/dist/types/utils/axios.d.ts +1 -0
- package/dist/types/utils/constant.d.ts +1 -0
- package/dist/types/utils/dayjs.d.ts +31 -0
- package/dist/types/utils/socket.d.ts +6 -0
- package/dist/types/utils/utils.d.ts +2 -0
- package/dist/zignal-stencil-library/index.esm.js +2 -0
- package/dist/zignal-stencil-library/index.esm.js.map +1 -0
- package/dist/zignal-stencil-library/loader.esm.js.map +1 -0
- package/dist/zignal-stencil-library/p-C0ey1F02.js +3 -0
- package/dist/zignal-stencil-library/p-C0ey1F02.js.map +1 -0
- package/dist/zignal-stencil-library/p-DQuL1Twl.js +2 -0
- package/dist/zignal-stencil-library/p-DQuL1Twl.js.map +1 -0
- package/dist/zignal-stencil-library/p-DasOEma2.js +2 -0
- package/dist/zignal-stencil-library/p-DasOEma2.js.map +1 -0
- package/dist/zignal-stencil-library/p-ee2ebe92.entry.js +9777 -0
- package/dist/zignal-stencil-library/p-ee2ebe92.entry.js.map +1 -0
- package/dist/zignal-stencil-library/zignal-stencil-library.css +1 -0
- package/dist/zignal-stencil-library/zignal-stencil-library.esm.js +2 -0
- package/dist/zignal-stencil-library/zignal-stencil-library.esm.js.map +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +73 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-globals-V2Kpy_OQ.js","sources":["@stencil/core/internal/app-globals"],"sourcesContent":["export const globalScripts = () => {};\nexport const globalStyles = \"/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\\\"Liberation Mono\\\",\\\"Courier New\\\",monospace;--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-700:oklch(37.3% .034 259.733);--color-black:#000;--color-white:#fff;--default-font-family:\\\"Kanit\\\",var(--default-font);--default-mono-font-family:var(--font-mono);--default-font:ui-sans-serif,system-ui,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\",\\\"Segoe UI Symbol\\\",\\\"Noto Color Emoji\\\";--color-primary:#e02848;--color-secondary:#023761;--color-background:#fff;--color-primary-dark:#b50f30;--color-secondary-dark:#fff;--color-background-dark:#23292d}}@layer base{*,::backdrop,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}::file-selector-button{appearance:button;background-color:#0000;border:0 solid;border-radius:0;box-sizing:border-box;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;margin:0;margin-inline-end:4px;opacity:1;padding:0}:host,html{-webkit-text-size-adjust:100%;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\\\");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);line-height:1.5;tab-size:4;-webkit-tap-highlight-color:transparent}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\\\"Liberation Mono\\\",\\\"Courier New\\\",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-size:1em;font-variation-settings:var(--default-mono-font-variation-settings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}button,input,optgroup,select,textarea{background-color:#0000;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0;padding-bottom:0;padding-top:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0;padding-bottom:0;padding-top:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0;padding-bottom:0;padding-top:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0;padding-bottom:0;padding-top:0}::-webkit-datetime-edit-meridiem-field{padding-block:0;padding-bottom:0;padding-top:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-color:oklch(55.1% .027 264.364);border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}:is([type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:oklch(54.6% .245 262.881);--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);border-color:oklch(54.6% .245 262.881);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000}input::placeholder,textarea::placeholder{color:oklch(55.1% .027 264.364);opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}select{background-image:url(\\\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E\\\");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;print-color-adjust:exact}[multiple],[size]:where(select:not([size=\\\"1\\\"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;print-color-adjust:unset}[type=checkbox],[type=radio]{appearance:none;color:oklch(54.6% .245 262.881);print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-color:oklch(55.1% .027 264.364);border-width:1px;display:inline-block;flex-shrink:0;height:1rem;padding:0;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:oklch(54.6% .245 262.881);--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}[type=checkbox]:checked{background-image:url(\\\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E\\\")}[type=radio]:checked{background-image:url(\\\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E\\\")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:#0000}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url(\\\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E\\\");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:#0000}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}}@layer components,utilities;.scroll-container::-webkit-scrollbar{background:0 0;height:8px;width:8px}.scroll-container:active::-webkit-scrollbar,.scroll-container:hover::-webkit-scrollbar{background:#0000001a}.scroll-container:active::-webkit-scrollbar-thumb,.scroll-container:hover::-webkit-scrollbar-thumb{background:#0006;border-radius:4px}.z-text-light{color:var(--color-black)}.z-text-dark{color:var(--color-white)}.z-text-primary-light{color:var(--color-primary)}.z-text-primary-dark{color:var(--color-primary-dark)}.z-text-gray-light{color:var(--color-gray-500)}.z-text-gray-dark{color:var(--color-gray-300)}.z-border-light{border-color:var(--color-black)}.z-border-dark{border-color:var(--color-white)}.z-border-primary-light{border-color:var(--color-primary)}.z-border-primary-dark{border-color:var(--color-primary-dark)}.z-border-divider-light{border-color:var(--color-gray-400)}.z-border-divider-dark{border-color:var(--color-gray-300)}.z-search-input-background-light{background-color:var(--color-gray-200)}.z-search-input-background-dark{background-color:var(--color-gray-500)}.z-chat-input-background-light{background-color:var(--color-white)}.z-chat-input-background-dark{background-color:var(--color-gray-700)}.z-placeholder-light::placeholder{color:var(--color-gray-500)}.z-placeholder-dark::placeholder{color:var(--color-gray-200)}.z-background-light{background-color:var(--color-background)}.z-background-dark{background-color:var(--color-background-dark)}.z-paper-light{background-color:var(--color-gray-100)}.z-paper-dark{background-color:var(--color-gray-700)}.z-width-100{width:100%}.z-width-75{width:75%}.z-width-50{width:50%}.z-width-25{width:25%}.z-width-0{width:0}@media (forced-colors:active){[type=checkbox]:checked,[type=radio]:checked{appearance:auto}[type=checkbox]:indeterminate{appearance:auto}}@media screen and (min-width:0){.z-max-height{height:calc(100vh - 56px)}}@media screen and (min-width:600px){.z-max-height{height:calc(100vh - 64px)}}\";\n"],"names":[],"mappings":";;AAAY,MAAC,aAAa,GAAG,MAAM;;;;"}
|