thread-ui 0.3.0 → 0.4.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/README.md +63 -18
- package/dist/components/form-elements/dropdown/dropdown.d.ts +14 -0
- package/dist/components/form-elements/dropdown/dropdown.d.ts.map +1 -0
- package/dist/components/form-elements/dropdown/dropdown.js +83 -0
- package/dist/components/form-elements/dropdown/dropdown.js.map +1 -0
- package/dist/components/form-elements/dropdown/dropdown.types.d.ts +24 -0
- package/dist/components/form-elements/dropdown/dropdown.types.d.ts.map +1 -0
- package/dist/components/form-elements/dropdown/dropdown.types.js +2 -0
- package/dist/components/form-elements/dropdown/dropdown.types.js.map +1 -0
- package/dist/components/form-elements/dropdown/index.d.ts +3 -0
- package/dist/components/form-elements/dropdown/index.d.ts.map +1 -0
- package/dist/components/form-elements/dropdown/index.js +2 -0
- package/dist/components/form-elements/dropdown/index.js.map +1 -0
- package/dist/components/form-elements/file-upload/components/file-input.d.ts +2 -0
- package/dist/components/form-elements/file-upload/components/file-input.d.ts.map +1 -0
- package/dist/components/form-elements/file-upload/components/file-input.js +93 -0
- package/dist/components/form-elements/file-upload/components/file-input.js.map +1 -0
- package/dist/components/form-elements/file-upload/components/file-upload-content.d.ts +2 -0
- package/dist/components/form-elements/file-upload/components/file-upload-content.d.ts.map +1 -0
- package/dist/components/form-elements/file-upload/components/file-upload-content.js +28 -0
- package/dist/components/form-elements/file-upload/components/file-upload-content.js.map +1 -0
- package/dist/components/form-elements/file-upload/components/file-upload-preview.d.ts +2 -0
- package/dist/components/form-elements/file-upload/components/file-upload-preview.d.ts.map +1 -0
- package/dist/components/form-elements/file-upload/components/file-upload-preview.js +51 -0
- package/dist/components/form-elements/file-upload/components/file-upload-preview.js.map +1 -0
- package/dist/components/form-elements/file-upload/components/item-previews.d.ts +12 -0
- package/dist/components/form-elements/file-upload/components/item-previews.d.ts.map +1 -0
- package/dist/components/form-elements/file-upload/components/item-previews.js +58 -0
- package/dist/components/form-elements/file-upload/components/item-previews.js.map +1 -0
- package/dist/components/form-elements/file-upload/file-upload-context.d.ts +3 -0
- package/dist/components/form-elements/file-upload/file-upload-context.d.ts.map +1 -0
- package/dist/components/form-elements/file-upload/file-upload-context.js +4 -0
- package/dist/components/form-elements/file-upload/file-upload-context.js.map +1 -0
- package/dist/components/form-elements/file-upload/file-upload.d.ts +20 -0
- package/dist/components/form-elements/file-upload/file-upload.d.ts.map +1 -0
- package/dist/components/form-elements/file-upload/file-upload.js +148 -0
- package/dist/components/form-elements/file-upload/file-upload.js.map +1 -0
- package/dist/components/form-elements/file-upload/file-upload.types.d.ts +36 -0
- package/dist/components/form-elements/file-upload/file-upload.types.d.ts.map +1 -0
- package/dist/components/form-elements/file-upload/file-upload.types.js +2 -0
- package/dist/components/form-elements/file-upload/file-upload.types.js.map +1 -0
- package/dist/components/form-elements/file-upload/index.d.ts +3 -0
- package/dist/components/form-elements/file-upload/index.d.ts.map +1 -0
- package/dist/components/form-elements/file-upload/index.js +2 -0
- package/dist/components/form-elements/file-upload/index.js.map +1 -0
- package/dist/components/form-elements/form-label/form-label.d.ts +6 -0
- package/dist/components/form-elements/form-label/form-label.d.ts.map +1 -1
- package/dist/components/form-elements/form-label/form-label.js +6 -0
- package/dist/components/form-elements/form-label/form-label.js.map +1 -1
- package/dist/components/form-elements/form-label/form-label.types.d.ts +3 -0
- package/dist/components/form-elements/form-label/form-label.types.d.ts.map +1 -1
- package/dist/components/form-elements/index.d.ts +2 -0
- package/dist/components/form-elements/index.d.ts.map +1 -1
- package/dist/components/form-elements/index.js +2 -0
- package/dist/components/form-elements/index.js.map +1 -1
- package/dist/components/form-elements/input-props.types.d.ts +10 -3
- package/dist/components/form-elements/input-props.types.d.ts.map +1 -1
- package/dist/components/form-elements/number-input/number-input.d.ts +14 -0
- package/dist/components/form-elements/number-input/number-input.d.ts.map +1 -1
- package/dist/components/form-elements/number-input/number-input.js +15 -0
- package/dist/components/form-elements/number-input/number-input.js.map +1 -1
- package/dist/components/form-elements/number-input/number-input.types.d.ts +3 -0
- package/dist/components/form-elements/number-input/number-input.types.d.ts.map +1 -1
- package/dist/components/form-elements/styles/index.d.ts.map +1 -1
- package/dist/components/form-elements/styles/index.js +1 -0
- package/dist/components/form-elements/styles/index.js.map +1 -1
- package/dist/components/form-elements/text-input/text-input.d.ts +6 -0
- package/dist/components/form-elements/text-input/text-input.d.ts.map +1 -1
- package/dist/components/form-elements/text-input/text-input.js +6 -0
- package/dist/components/form-elements/text-input/text-input.js.map +1 -1
- package/dist/components/form-elements/text-input/text-input.types.d.ts +1 -0
- package/dist/components/form-elements/text-input/text-input.types.d.ts.map +1 -1
- package/dist/components/layouts/column-layout/column-layout.d.ts +11 -2
- package/dist/components/layouts/column-layout/column-layout.d.ts.map +1 -1
- package/dist/components/layouts/column-layout/column-layout.js +11 -2
- package/dist/components/layouts/column-layout/column-layout.js.map +1 -1
- package/dist/components/layouts/column-layout/column-layout.types.d.ts +8 -18
- package/dist/components/layouts/column-layout/column-layout.types.d.ts.map +1 -1
- package/dist/components/layouts/footer/footer.d.ts +13 -1
- package/dist/components/layouts/footer/footer.d.ts.map +1 -1
- package/dist/components/layouts/footer/footer.js +14 -2
- package/dist/components/layouts/footer/footer.js.map +1 -1
- package/dist/components/layouts/footer/footer.types.d.ts +7 -0
- package/dist/components/layouts/footer/footer.types.d.ts.map +1 -1
- package/dist/components/layouts/masonry-layout/masonry-layout.d.ts +9 -0
- package/dist/components/layouts/masonry-layout/masonry-layout.d.ts.map +1 -1
- package/dist/components/layouts/masonry-layout/masonry-layout.js +9 -0
- package/dist/components/layouts/masonry-layout/masonry-layout.js.map +1 -1
- package/dist/components/layouts/masonry-layout/masonry-layout.types.d.ts +3 -0
- package/dist/components/layouts/masonry-layout/masonry-layout.types.d.ts.map +1 -1
- package/dist/components/media/image-panel/image-panel.d.ts +14 -0
- package/dist/components/media/image-panel/image-panel.d.ts.map +1 -1
- package/dist/components/media/image-panel/image-panel.js +14 -0
- package/dist/components/media/image-panel/image-panel.js.map +1 -1
- package/dist/components/media/image-panel/image-panel.types.d.ts +8 -0
- package/dist/components/media/image-panel/image-panel.types.d.ts.map +1 -1
- package/dist/components/media/info-card/info-card.d.ts +11 -0
- package/dist/components/media/info-card/info-card.d.ts.map +1 -1
- package/dist/components/media/info-card/info-card.js +11 -0
- package/dist/components/media/info-card/info-card.js.map +1 -1
- package/dist/components/media/info-card/info-card.types.d.ts +10 -0
- package/dist/components/media/info-card/info-card.types.d.ts.map +1 -1
- package/dist/components/media/media-card/media-card.d.ts +13 -0
- package/dist/components/media/media-card/media-card.d.ts.map +1 -1
- package/dist/components/media/media-card/media-card.js +15 -0
- package/dist/components/media/media-card/media-card.js.map +1 -1
- package/dist/components/media/media-card/media-card.types.d.ts +13 -0
- package/dist/components/media/media-card/media-card.types.d.ts.map +1 -1
- package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.d.ts.map +1 -1
- package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.js +10 -7
- package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.js.map +1 -1
- package/dist/components/navigation/nav-menu/nav-menu.d.ts +13 -0
- package/dist/components/navigation/nav-menu/nav-menu.d.ts.map +1 -1
- package/dist/components/navigation/nav-menu/nav-menu.js +13 -0
- package/dist/components/navigation/nav-menu/nav-menu.js.map +1 -1
- package/dist/components/navigation/nav-menu/nav-menu.types.d.ts +2 -0
- package/dist/components/navigation/nav-menu/nav-menu.types.d.ts.map +1 -1
- package/dist/components/navigation/side-nav/side-nav-item/side-nav-item.js +1 -1
- package/dist/components/navigation/side-nav/side-nav-item/side-nav-item.js.map +1 -1
- package/dist/components/navigation/side-nav/side-nav-item/side-nav-item.types.d.ts.map +1 -1
- package/dist/components/navigation/side-nav/side-nav.d.ts +8 -2
- package/dist/components/navigation/side-nav/side-nav.d.ts.map +1 -1
- package/dist/components/navigation/side-nav/side-nav.js +8 -2
- package/dist/components/navigation/side-nav/side-nav.js.map +1 -1
- package/dist/components/navigation/side-nav/side-nav.types.d.ts +4 -0
- package/dist/components/navigation/side-nav/side-nav.types.d.ts.map +1 -1
- package/dist/components/typography/page-header/page-header.d.ts +6 -0
- package/dist/components/typography/page-header/page-header.d.ts.map +1 -1
- package/dist/components/typography/page-header/page-header.js +6 -0
- package/dist/components/typography/page-header/page-header.js.map +1 -1
- package/dist/components/typography/page-header/page-header.types.d.ts +3 -0
- package/dist/components/typography/page-header/page-header.types.d.ts.map +1 -1
- package/dist/components/typography/typography.d.ts +55 -0
- package/dist/components/typography/typography.d.ts.map +1 -1
- package/dist/components/typography/typography.js +48 -0
- package/dist/components/typography/typography.js.map +1 -1
- package/dist/components/ui/button/button-recipe.d.ts.map +1 -1
- package/dist/components/ui/button/button-recipe.js +1 -0
- package/dist/components/ui/button/button-recipe.js.map +1 -1
- package/dist/components/ui/button/button.d.ts +8 -0
- package/dist/components/ui/button/button.d.ts.map +1 -1
- package/dist/components/ui/button/button.js +8 -0
- package/dist/components/ui/button/button.js.map +1 -1
- package/dist/components/ui/button/button.types.d.ts +7 -0
- package/dist/components/ui/button/button.types.d.ts.map +1 -1
- package/dist/components/ui/card/card.d.ts +8 -0
- package/dist/components/ui/card/card.d.ts.map +1 -1
- package/dist/components/ui/card/card.js +8 -0
- package/dist/components/ui/card/card.js.map +1 -1
- package/dist/components/ui/card/card.types.d.ts +8 -1
- package/dist/components/ui/card/card.types.d.ts.map +1 -1
- package/dist/components/ui/divider/divider.d.ts +6 -0
- package/dist/components/ui/divider/divider.d.ts.map +1 -1
- package/dist/components/ui/divider/divider.js +6 -0
- package/dist/components/ui/divider/divider.js.map +1 -1
- package/dist/components/ui/divider/divider.types.d.ts +3 -0
- package/dist/components/ui/divider/divider.types.d.ts.map +1 -1
- package/dist/components/ui/icon/icon.d.ts +5 -7
- package/dist/components/ui/icon/icon.d.ts.map +1 -1
- package/dist/components/ui/icon/icon.js +5 -7
- package/dist/components/ui/icon/icon.js.map +1 -1
- package/dist/components/ui/icon/icon.types.d.ts +5 -0
- package/dist/components/ui/icon/icon.types.d.ts.map +1 -1
- package/dist/components/ui/icon-button/icon-button.d.ts +8 -0
- package/dist/components/ui/icon-button/icon-button.d.ts.map +1 -1
- package/dist/components/ui/icon-button/icon-button.js +9 -1
- package/dist/components/ui/icon-button/icon-button.js.map +1 -1
- package/dist/components/ui/icon-button/icon-button.types.d.ts +3 -1
- package/dist/components/ui/icon-button/icon-button.types.d.ts.map +1 -1
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +1 -0
- package/dist/components/ui/index.js.map +1 -1
- package/dist/components/ui/modal/components/modal-content.d.ts +2 -0
- package/dist/components/ui/modal/components/modal-content.d.ts.map +1 -0
- package/dist/components/ui/modal/components/modal-content.js +98 -0
- package/dist/components/ui/modal/components/modal-content.js.map +1 -0
- package/dist/components/ui/modal/index.d.ts +3 -0
- package/dist/components/ui/modal/index.d.ts.map +1 -0
- package/dist/components/ui/modal/index.js +2 -0
- package/dist/components/ui/modal/index.js.map +1 -0
- package/dist/components/ui/modal/modal-context.d.ts +3 -0
- package/dist/components/ui/modal/modal-context.d.ts.map +1 -0
- package/dist/components/ui/modal/modal-context.js +4 -0
- package/dist/components/ui/modal/modal-context.js.map +1 -0
- package/dist/components/ui/modal/modal.d.ts +12 -0
- package/dist/components/ui/modal/modal.d.ts.map +1 -0
- package/dist/components/ui/modal/modal.js +44 -0
- package/dist/components/ui/modal/modal.js.map +1 -0
- package/dist/components/ui/modal/modal.types.d.ts +27 -0
- package/dist/components/ui/modal/modal.types.d.ts.map +1 -0
- package/dist/components/ui/modal/modal.types.js +2 -0
- package/dist/components/ui/modal/modal.types.js.map +1 -0
- package/dist/components/ui/toggle/toggle.d.ts +6 -1
- package/dist/components/ui/toggle/toggle.d.ts.map +1 -1
- package/dist/components/ui/toggle/toggle.js +6 -1
- package/dist/components/ui/toggle/toggle.js.map +1 -1
- package/dist/components/ui/toggle/toggle.types.d.ts +3 -0
- package/dist/components/ui/toggle/toggle.types.d.ts.map +1 -1
- package/dist/styled-system/styles.css +295 -215
- package/dist/styles/panda.css +1 -2054
- package/dist/styles/thread.css +3 -3
- package/dist/theme/default-theme.js +3 -3
- package/dist/theme/default-theme.js.map +1 -1
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.js +1 -1
- package/dist/theme/index.js.map +1 -1
- package/dist/theme/theme-provider.d.ts +21 -1
- package/dist/theme/theme-provider.d.ts.map +1 -1
- package/dist/theme/theme-provider.js +23 -4
- package/dist/theme/theme-provider.js.map +1 -1
- package/dist/theme/thread-script.d.ts +16 -14
- package/dist/theme/thread-script.d.ts.map +1 -1
- package/dist/theme/thread-script.js +16 -14
- package/dist/theme/thread-script.js.map +1 -1
- package/dist/utils/context/create-component-context/create-component-context.d.ts +2 -0
- package/dist/utils/context/create-component-context/create-component-context.d.ts.map +1 -0
- package/dist/utils/context/create-component-context/create-component-context.js +14 -0
- package/dist/utils/context/create-component-context/create-component-context.js.map +1 -0
- package/dist/utils/context/create-component-context/index.d.ts +2 -0
- package/dist/utils/context/create-component-context/index.d.ts.map +1 -0
- package/dist/utils/context/create-component-context/index.js +2 -0
- package/dist/utils/context/create-component-context/index.js.map +1 -0
- package/dist/utils/context/index.d.ts +2 -0
- package/dist/utils/context/index.d.ts.map +1 -0
- package/dist/utils/context/index.js +2 -0
- package/dist/utils/context/index.js.map +1 -0
- package/dist/utils/{deep-merge → data-manipulation/deep-merge}/deep-merge.d.ts +1 -1
- package/dist/utils/data-manipulation/deep-merge/deep-merge.d.ts.map +1 -0
- package/dist/utils/data-manipulation/deep-merge/deep-merge.js.map +1 -0
- package/dist/utils/data-manipulation/deep-merge/index.d.ts.map +1 -0
- package/dist/utils/data-manipulation/deep-merge/index.js.map +1 -0
- package/dist/utils/data-manipulation/index.d.ts +2 -0
- package/dist/utils/data-manipulation/index.d.ts.map +1 -0
- package/dist/utils/data-manipulation/index.js +2 -0
- package/dist/utils/data-manipulation/index.js.map +1 -0
- package/dist/utils/hooks/index.d.ts +3 -0
- package/dist/utils/hooks/index.d.ts.map +1 -0
- package/dist/utils/hooks/index.js +3 -0
- package/dist/utils/hooks/index.js.map +1 -0
- package/dist/utils/hooks/use-outside-close-click/index.d.ts +2 -0
- package/dist/utils/hooks/use-outside-close-click/index.d.ts.map +1 -0
- package/dist/utils/hooks/use-outside-close-click/index.js +2 -0
- package/dist/utils/hooks/use-outside-close-click/index.js.map +1 -0
- package/dist/utils/hooks/use-outside-close-click/use-outside-close-click.d.ts +3 -0
- package/dist/utils/hooks/use-outside-close-click/use-outside-close-click.d.ts.map +1 -0
- package/dist/utils/hooks/use-outside-close-click/use-outside-close-click.js +16 -0
- package/dist/utils/hooks/use-outside-close-click/use-outside-close-click.js.map +1 -0
- package/dist/utils/hooks/use-pathname/index.d.ts.map +1 -0
- package/dist/utils/hooks/use-pathname/index.js.map +1 -0
- package/dist/utils/hooks/use-pathname/use-pathname.d.ts.map +1 -0
- package/dist/utils/hooks/use-pathname/use-pathname.js.map +1 -0
- package/dist/utils/index.d.ts +5 -8
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +5 -8
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/misc/index.d.ts +2 -0
- package/dist/utils/misc/index.d.ts.map +1 -0
- package/dist/utils/misc/index.js +2 -0
- package/dist/utils/misc/index.js.map +1 -0
- package/dist/utils/misc/is-file-image-type/index.d.ts +2 -0
- package/dist/utils/misc/is-file-image-type/index.d.ts.map +1 -0
- package/dist/utils/misc/is-file-image-type/index.js +2 -0
- package/dist/utils/misc/is-file-image-type/index.js.map +1 -0
- package/dist/utils/misc/is-file-image-type/is-file-image-type.d.ts +2 -0
- package/dist/utils/misc/is-file-image-type/is-file-image-type.d.ts.map +1 -0
- package/dist/utils/misc/is-file-image-type/is-file-image-type.js +4 -0
- package/dist/utils/misc/is-file-image-type/is-file-image-type.js.map +1 -0
- package/dist/utils/{get-colored-text-color → theme-utilities/get-colored-text-color}/get-colored-text-color.d.ts +1 -1
- package/dist/utils/theme-utilities/get-colored-text-color/get-colored-text-color.d.ts.map +1 -0
- package/dist/utils/{get-colored-text-color → theme-utilities/get-colored-text-color}/get-colored-text-color.js +1 -1
- package/dist/utils/theme-utilities/get-colored-text-color/get-colored-text-color.js.map +1 -0
- package/dist/utils/theme-utilities/get-colored-text-color/index.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-colored-text-color/index.js.map +1 -0
- package/dist/utils/{get-text-color → theme-utilities/get-text-color}/get-text-color.d.ts +1 -1
- package/dist/utils/theme-utilities/get-text-color/get-text-color.d.ts.map +1 -0
- package/dist/utils/{get-text-color → theme-utilities/get-text-color}/get-text-color.js +1 -1
- package/dist/utils/theme-utilities/get-text-color/get-text-color.js.map +1 -0
- package/dist/utils/theme-utilities/get-text-color/index.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-text-color/index.js.map +1 -0
- package/dist/utils/{get-utility-color → theme-utilities/get-utility-color}/get-utility-color-value.d.ts +1 -1
- package/dist/utils/theme-utilities/get-utility-color/get-utility-color-value.d.ts.map +1 -0
- package/dist/utils/{get-utility-color → theme-utilities/get-utility-color}/get-utility-color-value.js +1 -1
- package/dist/utils/theme-utilities/get-utility-color/get-utility-color-value.js.map +1 -0
- package/dist/utils/theme-utilities/get-utility-color/index.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-utility-color/index.js.map +1 -0
- package/dist/utils/{get-utility-font-size → theme-utilities/get-utility-font-size}/getUtilityFontSize.d.ts +1 -1
- package/dist/utils/theme-utilities/get-utility-font-size/getUtilityFontSize.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-utility-font-size/getUtilityFontSize.js.map +1 -0
- package/dist/utils/theme-utilities/get-utility-font-size/index.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-utility-font-size/index.js.map +1 -0
- package/dist/utils/theme-utilities/get-utility-icon-size/get-utility-icon-size.d.ts +4 -0
- package/dist/utils/theme-utilities/get-utility-icon-size/get-utility-icon-size.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-utility-icon-size/get-utility-icon-size.js.map +1 -0
- package/dist/utils/theme-utilities/get-utility-icon-size/index.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-utility-icon-size/index.js.map +1 -0
- package/dist/utils/theme-utilities/get-utility-size-value/get-utility-size-value.d.ts +3 -0
- package/dist/utils/theme-utilities/get-utility-size-value/get-utility-size-value.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-utility-size-value/get-utility-size-value.js.map +1 -0
- package/dist/utils/theme-utilities/get-utility-size-value/index.d.ts.map +1 -0
- package/dist/utils/theme-utilities/get-utility-size-value/index.js.map +1 -0
- package/dist/utils/theme-utilities/index.d.ts +7 -0
- package/dist/utils/theme-utilities/index.d.ts.map +1 -0
- package/dist/utils/theme-utilities/index.js +7 -0
- package/dist/utils/theme-utilities/index.js.map +1 -0
- package/package.json +2 -4
- package/dist/utils/deep-merge/deep-merge.d.ts.map +0 -1
- package/dist/utils/deep-merge/deep-merge.js.map +0 -1
- package/dist/utils/deep-merge/index.d.ts.map +0 -1
- package/dist/utils/deep-merge/index.js.map +0 -1
- package/dist/utils/get-colored-text-color/get-colored-text-color.d.ts.map +0 -1
- package/dist/utils/get-colored-text-color/get-colored-text-color.js.map +0 -1
- package/dist/utils/get-colored-text-color/index.d.ts.map +0 -1
- package/dist/utils/get-colored-text-color/index.js.map +0 -1
- package/dist/utils/get-text-color/get-text-color.d.ts.map +0 -1
- package/dist/utils/get-text-color/get-text-color.js.map +0 -1
- package/dist/utils/get-text-color/index.d.ts.map +0 -1
- package/dist/utils/get-text-color/index.js.map +0 -1
- package/dist/utils/get-utility-color/get-utility-color-value.d.ts.map +0 -1
- package/dist/utils/get-utility-color/get-utility-color-value.js.map +0 -1
- package/dist/utils/get-utility-color/index.d.ts.map +0 -1
- package/dist/utils/get-utility-color/index.js.map +0 -1
- package/dist/utils/get-utility-font-size/getUtilityFontSize.d.ts.map +0 -1
- package/dist/utils/get-utility-font-size/getUtilityFontSize.js.map +0 -1
- package/dist/utils/get-utility-font-size/index.d.ts.map +0 -1
- package/dist/utils/get-utility-font-size/index.js.map +0 -1
- package/dist/utils/get-utility-icon-size/get-utility-icon-size.d.ts +0 -4
- package/dist/utils/get-utility-icon-size/get-utility-icon-size.d.ts.map +0 -1
- package/dist/utils/get-utility-icon-size/get-utility-icon-size.js.map +0 -1
- package/dist/utils/get-utility-icon-size/index.d.ts.map +0 -1
- package/dist/utils/get-utility-icon-size/index.js.map +0 -1
- package/dist/utils/get-utility-size-value/get-utility-size-value.d.ts +0 -3
- package/dist/utils/get-utility-size-value/get-utility-size-value.d.ts.map +0 -1
- package/dist/utils/get-utility-size-value/get-utility-size-value.js.map +0 -1
- package/dist/utils/get-utility-size-value/index.d.ts.map +0 -1
- package/dist/utils/get-utility-size-value/index.js.map +0 -1
- package/dist/utils/use-pathname/index.d.ts.map +0 -1
- package/dist/utils/use-pathname/index.js.map +0 -1
- package/dist/utils/use-pathname/use-pathname.d.ts.map +0 -1
- package/dist/utils/use-pathname/use-pathname.js.map +0 -1
- /package/dist/utils/{deep-merge → data-manipulation/deep-merge}/deep-merge.js +0 -0
- /package/dist/utils/{deep-merge → data-manipulation/deep-merge}/index.d.ts +0 -0
- /package/dist/utils/{deep-merge → data-manipulation/deep-merge}/index.js +0 -0
- /package/dist/utils/{use-pathname → hooks/use-pathname}/index.d.ts +0 -0
- /package/dist/utils/{use-pathname → hooks/use-pathname}/index.js +0 -0
- /package/dist/utils/{use-pathname → hooks/use-pathname}/use-pathname.d.ts +0 -0
- /package/dist/utils/{use-pathname → hooks/use-pathname}/use-pathname.js +0 -0
- /package/dist/utils/{get-colored-text-color → theme-utilities/get-colored-text-color}/index.d.ts +0 -0
- /package/dist/utils/{get-colored-text-color → theme-utilities/get-colored-text-color}/index.js +0 -0
- /package/dist/utils/{get-text-color → theme-utilities/get-text-color}/index.d.ts +0 -0
- /package/dist/utils/{get-text-color → theme-utilities/get-text-color}/index.js +0 -0
- /package/dist/utils/{get-utility-color → theme-utilities/get-utility-color}/index.d.ts +0 -0
- /package/dist/utils/{get-utility-color → theme-utilities/get-utility-color}/index.js +0 -0
- /package/dist/utils/{get-utility-font-size → theme-utilities/get-utility-font-size}/getUtilityFontSize.js +0 -0
- /package/dist/utils/{get-utility-font-size → theme-utilities/get-utility-font-size}/index.d.ts +0 -0
- /package/dist/utils/{get-utility-font-size → theme-utilities/get-utility-font-size}/index.js +0 -0
- /package/dist/utils/{get-utility-icon-size → theme-utilities/get-utility-icon-size}/get-utility-icon-size.js +0 -0
- /package/dist/utils/{get-utility-icon-size → theme-utilities/get-utility-icon-size}/index.d.ts +0 -0
- /package/dist/utils/{get-utility-icon-size → theme-utilities/get-utility-icon-size}/index.js +0 -0
- /package/dist/utils/{get-utility-size-value → theme-utilities/get-utility-size-value}/get-utility-size-value.js +0 -0
- /package/dist/utils/{get-utility-size-value → theme-utilities/get-utility-size-value}/index.d.ts +0 -0
- /package/dist/utils/{get-utility-size-value → theme-utilities/get-utility-size-value}/index.js +0 -0
|
@@ -724,6 +724,7 @@
|
|
|
724
724
|
cursor: pointer;
|
|
725
725
|
-webkit-user-select: none;
|
|
726
726
|
user-select: none;
|
|
727
|
+
height: fit-content;
|
|
727
728
|
}
|
|
728
729
|
}
|
|
729
730
|
|
|
@@ -857,6 +858,10 @@
|
|
|
857
858
|
|
|
858
859
|
@layer thread-utilities{
|
|
859
860
|
|
|
861
|
+
.thread-ui-p_3 {
|
|
862
|
+
padding: var(--thread-ui-spacing-3);
|
|
863
|
+
}
|
|
864
|
+
|
|
860
865
|
.thread-ui-m_auto {
|
|
861
866
|
margin: auto;
|
|
862
867
|
}
|
|
@@ -869,14 +874,50 @@
|
|
|
869
874
|
padding: 0.5rem;
|
|
870
875
|
}
|
|
871
876
|
|
|
872
|
-
.thread-ui-
|
|
873
|
-
padding:
|
|
877
|
+
.thread-ui-p_4 {
|
|
878
|
+
padding: var(--thread-ui-spacing-4);
|
|
874
879
|
}
|
|
875
880
|
|
|
876
881
|
.thread-ui-p_5 {
|
|
877
882
|
padding: var(--thread-ui-spacing-5);
|
|
878
883
|
}
|
|
879
884
|
|
|
885
|
+
.thread-ui-inset_0 {
|
|
886
|
+
inset: var(--thread-ui-spacing-0);
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.thread-ui-bg_rgba\(0\,_0\,_0\,_0\.5\) {
|
|
890
|
+
background: rgba(0, 0, 0, 0.5);
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.thread-ui-bd_2px_dashed {
|
|
894
|
+
border: 2px dashed;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.thread-ui-p_8 {
|
|
898
|
+
padding: var(--thread-ui-spacing-8);
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.thread-ui-bg_surface {
|
|
902
|
+
background: var(--thread-ui-colors-surface);
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.thread-ui-p_1 {
|
|
906
|
+
padding: var(--thread-ui-spacing-1);
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.thread-ui-bg_background {
|
|
910
|
+
background: var(--thread-ui-colors-background);
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.thread-ui-p_2 {
|
|
914
|
+
padding: var(--thread-ui-spacing-2);
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.thread-ui-p_6 {
|
|
918
|
+
padding: var(--thread-ui-spacing-6);
|
|
919
|
+
}
|
|
920
|
+
|
|
880
921
|
.thread-ui-p_4px_8px {
|
|
881
922
|
padding: 4px 8px;
|
|
882
923
|
}
|
|
@@ -885,16 +926,36 @@
|
|
|
885
926
|
padding: 8px 16px;
|
|
886
927
|
}
|
|
887
928
|
|
|
888
|
-
.thread-ui-
|
|
889
|
-
|
|
929
|
+
.thread-ui-p_16px {
|
|
930
|
+
padding: 16px;
|
|
890
931
|
}
|
|
891
932
|
|
|
892
|
-
.thread-ui-
|
|
893
|
-
|
|
933
|
+
.thread-ui-bd-w_md {
|
|
934
|
+
border-width: var(--thread-ui-border-widths-md);
|
|
894
935
|
}
|
|
895
936
|
|
|
896
|
-
.thread-ui-
|
|
897
|
-
|
|
937
|
+
.thread-ui-bd-c_structure {
|
|
938
|
+
border-color: var(--thread-ui-colors-structure);
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.thread-ui-bdr_md {
|
|
942
|
+
border-radius: var(--thread-ui-radii-md);
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.thread-ui-ov_auto {
|
|
946
|
+
overflow: auto;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
.thread-ui-px_4 {
|
|
950
|
+
padding-inline: var(--thread-ui-spacing-4);
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.thread-ui-py_2 {
|
|
954
|
+
padding-block: var(--thread-ui-spacing-2);
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.thread-ui-bd-c_gray\.light {
|
|
958
|
+
border-color: var(--thread-ui-colors-gray-light);
|
|
898
959
|
}
|
|
899
960
|
|
|
900
961
|
.thread-ui-px_16px {
|
|
@@ -913,10 +974,6 @@
|
|
|
913
974
|
border-style: solid;
|
|
914
975
|
}
|
|
915
976
|
|
|
916
|
-
.thread-ui-bd-c_structure {
|
|
917
|
-
border-color: var(--thread-ui-colors-structure);
|
|
918
|
-
}
|
|
919
|
-
|
|
920
977
|
.thread-ui-trs_colors {
|
|
921
978
|
transition-property: var(--transition-prop, color, background-color, border-color, outline-color, text-decoration-color, fill, stroke);
|
|
922
979
|
transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
|
|
@@ -955,28 +1012,20 @@
|
|
|
955
1012
|
border-radius: 50%;
|
|
956
1013
|
}
|
|
957
1014
|
|
|
958
|
-
.thread-ui-
|
|
959
|
-
border-radius:
|
|
1015
|
+
.thread-ui-bdr_sm {
|
|
1016
|
+
border-radius: var(--thread-ui-radii-sm);
|
|
960
1017
|
}
|
|
961
1018
|
|
|
962
1019
|
.thread-ui-mx_0 {
|
|
963
1020
|
margin-inline: var(--thread-ui-spacing-0);
|
|
964
1021
|
}
|
|
965
1022
|
|
|
966
|
-
.thread-ui-
|
|
967
|
-
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
.thread-ui-bd-w_md {
|
|
971
|
-
border-width: var(--thread-ui-border-widths-md);
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
.thread-ui-gap_8px {
|
|
975
|
-
gap: 8px;
|
|
1023
|
+
.thread-ui-gap_2 {
|
|
1024
|
+
gap: var(--thread-ui-spacing-2);
|
|
976
1025
|
}
|
|
977
1026
|
|
|
978
|
-
.thread-ui-
|
|
979
|
-
|
|
1027
|
+
.thread-ui-gap_3 {
|
|
1028
|
+
gap: var(--thread-ui-spacing-3);
|
|
980
1029
|
}
|
|
981
1030
|
|
|
982
1031
|
.thread-ui-gap_0\.5rem {
|
|
@@ -995,8 +1044,8 @@
|
|
|
995
1044
|
gap: 0.75rem;
|
|
996
1045
|
}
|
|
997
1046
|
|
|
998
|
-
.thread-ui-
|
|
999
|
-
gap:
|
|
1047
|
+
.thread-ui-gap_1 {
|
|
1048
|
+
gap: var(--thread-ui-spacing-1);
|
|
1000
1049
|
}
|
|
1001
1050
|
|
|
1002
1051
|
.thread-ui-gap_24px {
|
|
@@ -1007,10 +1056,6 @@
|
|
|
1007
1056
|
outline: 2px solid transparent;
|
|
1008
1057
|
}
|
|
1009
1058
|
|
|
1010
|
-
.thread-ui-bdr_sm {
|
|
1011
|
-
border-radius: var(--thread-ui-radii-sm);
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
1059
|
.thread-ui-gap_16px {
|
|
1015
1060
|
gap: 16px;
|
|
1016
1061
|
}
|
|
@@ -1027,8 +1072,32 @@
|
|
|
1027
1072
|
margin-block: 16px;
|
|
1028
1073
|
}
|
|
1029
1074
|
|
|
1030
|
-
.thread-ui-
|
|
1031
|
-
|
|
1075
|
+
.thread-ui-bd-c_gray\.300 {
|
|
1076
|
+
border-color: var(--thread-ui-colors-gray-300);
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.thread-ui-gap_7 {
|
|
1080
|
+
gap: var(--thread-ui-spacing-7);
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.thread-ui-bd-c_blue\.500 {
|
|
1084
|
+
border-color: var(--thread-ui-colors-blue-500);
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.thread-ui-gap_4 {
|
|
1088
|
+
gap: var(--thread-ui-spacing-4);
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.thread-ui-px_5 {
|
|
1092
|
+
padding-inline: var(--thread-ui-spacing-5);
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.thread-ui-gap_12 {
|
|
1096
|
+
gap: var(--thread-ui-spacing-12);
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.thread-ui-gap_8px {
|
|
1100
|
+
gap: 8px;
|
|
1032
1101
|
}
|
|
1033
1102
|
|
|
1034
1103
|
.thread-ui-my_4px {
|
|
@@ -1047,6 +1116,14 @@
|
|
|
1047
1116
|
border-color: var(--thread-ui-colors-primary-main);
|
|
1048
1117
|
}
|
|
1049
1118
|
|
|
1119
|
+
.thread-ui-bdr_none {
|
|
1120
|
+
border-radius: none;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.thread-ui-flex_1 {
|
|
1124
|
+
flex: 1 1 0%;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1050
1127
|
.thread-ui-bdr_0\.375rem {
|
|
1051
1128
|
border-radius: 0.375rem;
|
|
1052
1129
|
}
|
|
@@ -1059,64 +1136,56 @@
|
|
|
1059
1136
|
transition: all 150ms ease-in-out;
|
|
1060
1137
|
}
|
|
1061
1138
|
|
|
1062
|
-
.thread-ui-
|
|
1063
|
-
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
.thread-ui-bd-c_gray\.main {
|
|
1067
|
-
border-color: var(--thread-ui-colors-gray-main);
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
.thread-ui-bd-c_gray\.light {
|
|
1071
|
-
border-color: var(--thread-ui-colors-gray-light);
|
|
1139
|
+
.thread-ui-gap_4px {
|
|
1140
|
+
gap: 4px;
|
|
1072
1141
|
}
|
|
1073
1142
|
|
|
1074
|
-
.thread-ui-
|
|
1075
|
-
|
|
1143
|
+
.thread-ui-d_flex {
|
|
1144
|
+
display: flex;
|
|
1076
1145
|
}
|
|
1077
1146
|
|
|
1078
|
-
.thread-ui-
|
|
1079
|
-
|
|
1147
|
+
.thread-ui-flex-d_column {
|
|
1148
|
+
flex-direction: column;
|
|
1080
1149
|
}
|
|
1081
1150
|
|
|
1082
|
-
.thread-ui-
|
|
1083
|
-
|
|
1151
|
+
.thread-ui-jc_start {
|
|
1152
|
+
justify-content: start;
|
|
1084
1153
|
}
|
|
1085
1154
|
|
|
1086
|
-
.thread-ui-
|
|
1087
|
-
|
|
1155
|
+
.thread-ui-ai_center {
|
|
1156
|
+
align-items: center;
|
|
1088
1157
|
}
|
|
1089
1158
|
|
|
1090
|
-
.thread-ui-
|
|
1091
|
-
|
|
1159
|
+
.thread-ui-c_text\.standard {
|
|
1160
|
+
color: var(--thread-ui-colors-text-standard);
|
|
1092
1161
|
}
|
|
1093
1162
|
|
|
1094
|
-
.thread-ui-
|
|
1095
|
-
|
|
1163
|
+
.thread-ui-pos_relative {
|
|
1164
|
+
position: relative;
|
|
1096
1165
|
}
|
|
1097
1166
|
|
|
1098
|
-
.thread-ui-
|
|
1099
|
-
|
|
1167
|
+
.thread-ui-bg-c_background {
|
|
1168
|
+
background-color: var(--thread-ui-colors-background);
|
|
1100
1169
|
}
|
|
1101
1170
|
|
|
1102
|
-
.thread-ui-
|
|
1103
|
-
|
|
1171
|
+
.thread-ui-pos_absolute {
|
|
1172
|
+
position: absolute;
|
|
1104
1173
|
}
|
|
1105
1174
|
|
|
1106
|
-
.thread-ui-
|
|
1107
|
-
|
|
1175
|
+
.thread-ui-bx-sh_lg {
|
|
1176
|
+
box-shadow: var(--thread-ui-shadows-lg);
|
|
1108
1177
|
}
|
|
1109
1178
|
|
|
1110
|
-
.thread-ui-
|
|
1111
|
-
|
|
1179
|
+
.thread-ui-z_10 {
|
|
1180
|
+
z-index: 10;
|
|
1112
1181
|
}
|
|
1113
1182
|
|
|
1114
|
-
.thread-ui-
|
|
1115
|
-
|
|
1183
|
+
.thread-ui-cursor_pointer {
|
|
1184
|
+
cursor: pointer;
|
|
1116
1185
|
}
|
|
1117
1186
|
|
|
1118
|
-
.thread-ui-
|
|
1119
|
-
|
|
1187
|
+
.thread-ui-bg-c_elevated {
|
|
1188
|
+
background-color: var(--thread-ui-colors-elevated);
|
|
1120
1189
|
}
|
|
1121
1190
|
|
|
1122
1191
|
.thread-ui-d_block {
|
|
@@ -1127,22 +1196,51 @@
|
|
|
1127
1196
|
align-self: flex-start;
|
|
1128
1197
|
}
|
|
1129
1198
|
|
|
1130
|
-
.thread-ui-c_primary\.dark {
|
|
1131
|
-
color: var(--thread-ui-colors-primary-dark);
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
1199
|
.thread-ui-bg-c_gray\.light {
|
|
1135
1200
|
background-color: var(--thread-ui-colors-gray-light);
|
|
1136
1201
|
}
|
|
1137
1202
|
|
|
1138
|
-
.thread-ui-
|
|
1139
|
-
|
|
1203
|
+
.thread-ui-bdr-ss_lg {
|
|
1204
|
+
border-start-start-radius: var(--thread-ui-radii-lg);
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.thread-ui-bdr-es_lg {
|
|
1208
|
+
border-end-start-radius: var(--thread-ui-radii-lg);
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.thread-ui-bdr-se_lg {
|
|
1212
|
+
border-start-end-radius: var(--thread-ui-radii-lg);
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
.thread-ui-bdr-ee_lg {
|
|
1216
|
+
border-end-end-radius: var(--thread-ui-radii-lg);
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.thread-ui-ta_center {
|
|
1220
|
+
text-align: center;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.thread-ui-fs_sm {
|
|
1224
|
+
font-size: var(--thread-ui-font-sizes-sm);
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.thread-ui-ap_none {
|
|
1228
|
+
appearance: none;
|
|
1229
|
+
-webkit-appearance: none;
|
|
1140
1230
|
}
|
|
1141
1231
|
|
|
1142
1232
|
.thread-ui-jc_center {
|
|
1143
1233
|
justify-content: center;
|
|
1144
1234
|
}
|
|
1145
1235
|
|
|
1236
|
+
.thread-ui-as_start {
|
|
1237
|
+
align-self: start;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
.thread-ui-resize_vertical {
|
|
1241
|
+
resize: vertical;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1146
1244
|
.thread-ui-flex-d_row {
|
|
1147
1245
|
flex-direction: row;
|
|
1148
1246
|
}
|
|
@@ -1151,26 +1249,18 @@
|
|
|
1151
1249
|
background-color: var(--thread-ui-colors-black);
|
|
1152
1250
|
}
|
|
1153
1251
|
|
|
1154
|
-
.thread-ui-c_text\.standard {
|
|
1155
|
-
color: var(--thread-ui-colors-text-standard);
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
1252
|
.thread-ui-column-count_2 {
|
|
1159
1253
|
column-count: 2;
|
|
1160
1254
|
}
|
|
1161
1255
|
|
|
1162
|
-
.thread-ui-
|
|
1163
|
-
column-gap:
|
|
1256
|
+
.thread-ui-cg_2 {
|
|
1257
|
+
column-gap: var(--thread-ui-spacing-2);
|
|
1164
1258
|
}
|
|
1165
1259
|
|
|
1166
1260
|
.thread-ui-d_inline-block {
|
|
1167
1261
|
display: inline-block;
|
|
1168
1262
|
}
|
|
1169
1263
|
|
|
1170
|
-
.thread-ui-pos_relative {
|
|
1171
|
-
position: relative;
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
1264
|
.thread-ui-d_block\! {
|
|
1175
1265
|
display: block !important;
|
|
1176
1266
|
}
|
|
@@ -1187,14 +1277,6 @@
|
|
|
1187
1277
|
flex-direction: column-reverse;
|
|
1188
1278
|
}
|
|
1189
1279
|
|
|
1190
|
-
.thread-ui-bg-c_background {
|
|
1191
|
-
background-color: var(--thread-ui-colors-background);
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
.thread-ui-cursor_pointer {
|
|
1195
|
-
cursor: pointer;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
1280
|
.thread-ui-jc_flex-start {
|
|
1199
1281
|
justify-content: flex-start;
|
|
1200
1282
|
}
|
|
@@ -1239,10 +1321,6 @@
|
|
|
1239
1321
|
animation-timing-function: var(--thread-ui-easings-linear);
|
|
1240
1322
|
}
|
|
1241
1323
|
|
|
1242
|
-
.thread-ui-pos_absolute {
|
|
1243
|
-
position: absolute;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
1324
|
.thread-ui-cg_24px {
|
|
1247
1325
|
column-gap: 24px;
|
|
1248
1326
|
}
|
|
@@ -1320,10 +1398,6 @@
|
|
|
1320
1398
|
background-color: var(--thread-ui-colors-surface);
|
|
1321
1399
|
}
|
|
1322
1400
|
|
|
1323
|
-
.thread-ui-bg-c_elevated {
|
|
1324
|
-
background-color: var(--thread-ui-colors-elevated);
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
1401
|
.thread-ui-bx-sh_0_1px_2px_0_rgb\(0_0_0_\/_0\.05\) {
|
|
1328
1402
|
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1329
1403
|
}
|
|
@@ -1336,93 +1410,84 @@
|
|
|
1336
1410
|
background-color: var(--thread-ui-colors-structure);
|
|
1337
1411
|
}
|
|
1338
1412
|
|
|
1339
|
-
.thread-ui-
|
|
1340
|
-
|
|
1413
|
+
.thread-ui-ai_flex-start {
|
|
1414
|
+
align-items: flex-start;
|
|
1341
1415
|
}
|
|
1342
1416
|
|
|
1343
|
-
.thread-ui-
|
|
1344
|
-
|
|
1417
|
+
.thread-ui-pos_fixed {
|
|
1418
|
+
position: fixed;
|
|
1345
1419
|
}
|
|
1346
1420
|
|
|
1347
|
-
.thread-ui-
|
|
1348
|
-
|
|
1421
|
+
.thread-ui-z_50 {
|
|
1422
|
+
z-index: 50;
|
|
1349
1423
|
}
|
|
1350
1424
|
|
|
1351
|
-
.thread-ui-
|
|
1352
|
-
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.thread-ui-c_inherit {
|
|
1356
|
-
color: inherit;
|
|
1425
|
+
.thread-ui-c_info\.main {
|
|
1426
|
+
color: var(--thread-ui-colors-info-main);
|
|
1357
1427
|
}
|
|
1358
1428
|
|
|
1359
|
-
.thread-ui-
|
|
1360
|
-
|
|
1429
|
+
.thread-ui-fs_xs {
|
|
1430
|
+
font-size: var(--thread-ui-font-sizes-xs);
|
|
1361
1431
|
}
|
|
1362
1432
|
|
|
1363
|
-
.thread-ui-
|
|
1364
|
-
display:
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
.thread-ui-fw_500 {
|
|
1368
|
-
font-weight: 500;
|
|
1433
|
+
.thread-ui-d_none {
|
|
1434
|
+
display: none;
|
|
1369
1435
|
}
|
|
1370
1436
|
|
|
1371
|
-
.thread-ui-
|
|
1372
|
-
|
|
1437
|
+
.thread-ui-jc_normal {
|
|
1438
|
+
justify-content: normal;
|
|
1373
1439
|
}
|
|
1374
1440
|
|
|
1375
|
-
.thread-ui-
|
|
1376
|
-
|
|
1441
|
+
.thread-ui-as_flex-end {
|
|
1442
|
+
align-self: flex-end;
|
|
1377
1443
|
}
|
|
1378
1444
|
|
|
1379
|
-
.thread-ui-
|
|
1380
|
-
|
|
1445
|
+
.thread-ui-obj-f_cover {
|
|
1446
|
+
object-fit: cover;
|
|
1381
1447
|
}
|
|
1382
1448
|
|
|
1383
|
-
.thread-ui-
|
|
1384
|
-
|
|
1449
|
+
.thread-ui-d_grid {
|
|
1450
|
+
display: grid;
|
|
1385
1451
|
}
|
|
1386
1452
|
|
|
1387
|
-
.thread-ui-
|
|
1388
|
-
|
|
1453
|
+
.thread-ui-c_text\.inverted {
|
|
1454
|
+
color: var(--thread-ui-colors-text-inverted);
|
|
1389
1455
|
}
|
|
1390
1456
|
|
|
1391
|
-
.thread-ui-
|
|
1392
|
-
|
|
1457
|
+
.thread-ui-bg-c_primary\.main {
|
|
1458
|
+
background-color: var(--thread-ui-colors-primary-main);
|
|
1393
1459
|
}
|
|
1394
1460
|
|
|
1395
|
-
.thread-ui-
|
|
1396
|
-
|
|
1461
|
+
.thread-ui-c_inherit {
|
|
1462
|
+
color: inherit;
|
|
1397
1463
|
}
|
|
1398
1464
|
|
|
1399
|
-
.thread-ui-
|
|
1400
|
-
|
|
1465
|
+
.thread-ui-flex-sh_0 {
|
|
1466
|
+
flex-shrink: 0;
|
|
1401
1467
|
}
|
|
1402
1468
|
|
|
1403
|
-
.thread-ui-
|
|
1404
|
-
|
|
1469
|
+
.thread-ui-flex-d_row-reverse {
|
|
1470
|
+
flex-direction: row-reverse;
|
|
1405
1471
|
}
|
|
1406
1472
|
|
|
1407
|
-
.thread-ui-
|
|
1408
|
-
|
|
1409
|
-
-webkit-appearance: none;
|
|
1473
|
+
.thread-ui-li-t_none {
|
|
1474
|
+
list-style-type: none;
|
|
1410
1475
|
}
|
|
1411
1476
|
|
|
1412
|
-
.thread-ui
|
|
1413
|
-
|
|
1477
|
+
.thread-ui-d_inline-flex {
|
|
1478
|
+
display: inline-flex;
|
|
1414
1479
|
}
|
|
1415
1480
|
|
|
1416
|
-
.thread-ui-
|
|
1417
|
-
|
|
1481
|
+
.thread-ui-fw_500 {
|
|
1482
|
+
font-weight: 500;
|
|
1418
1483
|
}
|
|
1419
1484
|
|
|
1420
|
-
.thread-ui-
|
|
1421
|
-
|
|
1485
|
+
.thread-ui-trf_translateX\(-50\%\) {
|
|
1486
|
+
transform: translateX(-50%);
|
|
1422
1487
|
}
|
|
1423
1488
|
|
|
1424
|
-
.thread-ui-
|
|
1425
|
-
|
|
1489
|
+
.thread-ui-pos_static {
|
|
1490
|
+
position: static;
|
|
1426
1491
|
}
|
|
1427
1492
|
|
|
1428
1493
|
.thread-ui-w_100\% {
|
|
@@ -1433,16 +1498,32 @@
|
|
|
1433
1498
|
padding-bottom: 4px;
|
|
1434
1499
|
}
|
|
1435
1500
|
|
|
1501
|
+
.thread-ui-mt_1 {
|
|
1502
|
+
margin-top: var(--thread-ui-spacing-1);
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
.thread-ui-max-h_60 {
|
|
1506
|
+
max-height: var(--thread-ui-sizes-60);
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1436
1509
|
.thread-ui-mb_2 {
|
|
1437
1510
|
margin-bottom: var(--thread-ui-spacing-2);
|
|
1438
1511
|
}
|
|
1439
1512
|
|
|
1513
|
+
.thread-ui-h_11 {
|
|
1514
|
+
height: var(--thread-ui-sizes-11);
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.thread-ui-w_16 {
|
|
1518
|
+
width: var(--thread-ui-sizes-16);
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1440
1521
|
.thread-ui-w_auto {
|
|
1441
1522
|
width: auto;
|
|
1442
1523
|
}
|
|
1443
1524
|
|
|
1444
|
-
.thread-ui-min-
|
|
1445
|
-
min-height:
|
|
1525
|
+
.thread-ui-min-h_25 {
|
|
1526
|
+
min-height: 25px;
|
|
1446
1527
|
}
|
|
1447
1528
|
|
|
1448
1529
|
.thread-ui-mr_auto {
|
|
@@ -1505,6 +1586,10 @@
|
|
|
1505
1586
|
height: 48px;
|
|
1506
1587
|
}
|
|
1507
1588
|
|
|
1589
|
+
.thread-ui-mt_2 {
|
|
1590
|
+
margin-top: var(--thread-ui-spacing-2);
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1508
1593
|
.thread-ui-h_100\% {
|
|
1509
1594
|
height: 100%;
|
|
1510
1595
|
}
|
|
@@ -1697,56 +1782,52 @@
|
|
|
1697
1782
|
width: 75%;
|
|
1698
1783
|
}
|
|
1699
1784
|
|
|
1700
|
-
.thread-ui-
|
|
1701
|
-
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
.thread-ui-w_calc\(100\%_\+_32px\) {
|
|
1705
|
-
width: calc(100% + 32px);
|
|
1785
|
+
.thread-ui-pt_10 {
|
|
1786
|
+
padding-top: var(--thread-ui-spacing-10);
|
|
1706
1787
|
}
|
|
1707
1788
|
|
|
1708
|
-
.thread-ui-
|
|
1709
|
-
|
|
1789
|
+
.thread-ui-pt_0 {
|
|
1790
|
+
padding-top: var(--thread-ui-spacing-0);
|
|
1710
1791
|
}
|
|
1711
1792
|
|
|
1712
|
-
.thread-ui-
|
|
1713
|
-
|
|
1793
|
+
.thread-ui-max-h_6rem {
|
|
1794
|
+
max-height: 6rem;
|
|
1714
1795
|
}
|
|
1715
1796
|
|
|
1716
|
-
.thread-ui-
|
|
1717
|
-
|
|
1797
|
+
.thread-ui-max-w_6rem {
|
|
1798
|
+
max-width: 6rem;
|
|
1718
1799
|
}
|
|
1719
1800
|
|
|
1720
|
-
.thread-ui-
|
|
1721
|
-
|
|
1801
|
+
.thread-ui-max-w_100\% {
|
|
1802
|
+
max-width: 100%;
|
|
1722
1803
|
}
|
|
1723
1804
|
|
|
1724
|
-
.thread-ui-min-
|
|
1725
|
-
min-height:
|
|
1805
|
+
.thread-ui-min-h_4 {
|
|
1806
|
+
min-height: var(--thread-ui-sizes-4);
|
|
1726
1807
|
}
|
|
1727
1808
|
|
|
1728
|
-
.thread-ui-
|
|
1729
|
-
|
|
1809
|
+
.thread-ui-w_fit-content {
|
|
1810
|
+
width: fit-content;
|
|
1730
1811
|
}
|
|
1731
1812
|
|
|
1732
|
-
.thread-ui-
|
|
1733
|
-
|
|
1813
|
+
.thread-ui-w_calc\(100\%_\+_32px\) {
|
|
1814
|
+
width: calc(100% + 32px);
|
|
1734
1815
|
}
|
|
1735
1816
|
|
|
1736
|
-
.thread-ui-
|
|
1737
|
-
|
|
1817
|
+
.thread-ui-h_0px {
|
|
1818
|
+
height: 0px;
|
|
1738
1819
|
}
|
|
1739
1820
|
|
|
1740
|
-
.thread-ui-
|
|
1741
|
-
|
|
1821
|
+
.thread-ui-left_50\% {
|
|
1822
|
+
left: 50%;
|
|
1742
1823
|
}
|
|
1743
1824
|
|
|
1744
|
-
.thread-ui-
|
|
1745
|
-
|
|
1825
|
+
.thread-ui-bottom_-0px {
|
|
1826
|
+
bottom: -0px;
|
|
1746
1827
|
}
|
|
1747
1828
|
|
|
1748
|
-
.
|
|
1749
|
-
|
|
1829
|
+
.thread-ui-w_100vw {
|
|
1830
|
+
width: 100vw;
|
|
1750
1831
|
}
|
|
1751
1832
|
|
|
1752
1833
|
.\[\&\:\:-webkit-outer-spin-button\]\:thread-ui-ap_none::-webkit-outer-spin-button,.\[\&\:\:-webkit-inner-spin-button\]\:thread-ui-ap_none::-webkit-inner-spin-button {
|
|
@@ -1754,24 +1835,20 @@
|
|
|
1754
1835
|
-webkit-appearance: none;
|
|
1755
1836
|
}
|
|
1756
1837
|
|
|
1757
|
-
|
|
1758
|
-
-
|
|
1838
|
+
.dark .dark\:thread-ui-bg-c_surface {
|
|
1839
|
+
background-color: var(--thread-ui-colors-surface);
|
|
1759
1840
|
}
|
|
1760
1841
|
|
|
1761
1842
|
.focus\:thread-ui-ring_none:is(:focus, [data-focus]) {
|
|
1762
1843
|
outline: var(--thread-ui-borders-none);
|
|
1763
1844
|
}
|
|
1764
1845
|
|
|
1765
|
-
.focus\:thread-ui-bd-c_transparent:is(:focus, [data-focus]) {
|
|
1766
|
-
border-color: var(--thread-ui-colors-transparent);
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
1846
|
.focus\:thread-ui-bd-c_blue\.500:is(:focus, [data-focus]) {
|
|
1770
1847
|
border-color: var(--thread-ui-colors-blue-500);
|
|
1771
1848
|
}
|
|
1772
1849
|
|
|
1773
|
-
.focus\:thread-ui-
|
|
1774
|
-
|
|
1850
|
+
.focus\:thread-ui-bd-c_transparent:is(:focus, [data-focus]) {
|
|
1851
|
+
border-color: var(--thread-ui-colors-transparent);
|
|
1775
1852
|
}
|
|
1776
1853
|
|
|
1777
1854
|
.focus\:thread-ui-ring-c_gray\.100:is(:focus, [data-focus]) {
|
|
@@ -1782,8 +1859,8 @@
|
|
|
1782
1859
|
outline-color: var(--thread-ui-colors-blue-500);
|
|
1783
1860
|
}
|
|
1784
1861
|
|
|
1785
|
-
.focus\:thread-ui-
|
|
1786
|
-
|
|
1862
|
+
.focus\:thread-ui-bx-sh_0_0_0_2px_\{colors\.blue\.500\}:is(:focus, [data-focus]) {
|
|
1863
|
+
box-shadow: 0 0 0 2px var(--thread-ui-colors-blue-500);
|
|
1787
1864
|
}
|
|
1788
1865
|
|
|
1789
1866
|
.hover\:thread-ui-bd-c_primary\.main:is(:hover, [data-hover]) {
|
|
@@ -1822,6 +1899,10 @@
|
|
|
1822
1899
|
border-color: var(--thread-ui-colors-white);
|
|
1823
1900
|
}
|
|
1824
1901
|
|
|
1902
|
+
.hover\:thread-ui-td_underline:is(:hover, [data-hover]) {
|
|
1903
|
+
text-decoration: underline;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1825
1906
|
.hover\:thread-ui-bg-c_primary\.main:is(:hover, [data-hover]) {
|
|
1826
1907
|
background-color: var(--thread-ui-colors-primary-main);
|
|
1827
1908
|
}
|
|
@@ -1866,6 +1947,10 @@
|
|
|
1866
1947
|
background-color: var(--thread-ui-colors-surface);
|
|
1867
1948
|
}
|
|
1868
1949
|
|
|
1950
|
+
.hover\:thread-ui-bg-c_gray\.100:is(:hover, [data-hover]) {
|
|
1951
|
+
background-color: var(--thread-ui-colors-gray-100);
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1869
1954
|
.hover\:thread-ui-c_primary\.main:is(:hover, [data-hover]) {
|
|
1870
1955
|
color: var(--thread-ui-colors-primary-main);
|
|
1871
1956
|
}
|
|
@@ -1882,14 +1967,6 @@
|
|
|
1882
1967
|
background-color: var(--thread-ui-colors-elevated);
|
|
1883
1968
|
}
|
|
1884
1969
|
|
|
1885
|
-
.hover\:thread-ui-bg-c_gray\.light:is(:hover, [data-hover]) {
|
|
1886
|
-
background-color: var(--thread-ui-colors-gray-light);
|
|
1887
|
-
}
|
|
1888
|
-
|
|
1889
|
-
.hover\:thread-ui-bg-c_gray\.100:is(:hover, [data-hover]) {
|
|
1890
|
-
background-color: var(--thread-ui-colors-gray-100);
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
1970
|
@media screen and (min-width: 40rem) {
|
|
1894
1971
|
.sm\:thread-ui-pos_static {
|
|
1895
1972
|
position: static;
|
|
@@ -1921,6 +1998,9 @@
|
|
|
1921
1998
|
.md\:thread-ui-trs-prop_none {
|
|
1922
1999
|
--transition-prop: none;
|
|
1923
2000
|
transition-property: none;
|
|
2001
|
+
}
|
|
2002
|
+
.md\:thread-ui-jc_space-between {
|
|
2003
|
+
justify-content: space-between;
|
|
1924
2004
|
}
|
|
1925
2005
|
.md\:thread-ui-grid-tc_repeat\(1\,_minmax\(0\,_1fr\)\) {
|
|
1926
2006
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
@@ -1960,13 +2040,19 @@
|
|
|
1960
2040
|
}
|
|
1961
2041
|
.md\:thread-ui-w_75\% {
|
|
1962
2042
|
width: 75%;
|
|
2043
|
+
}
|
|
2044
|
+
.md\:thread-ui-max-w_480px {
|
|
2045
|
+
max-width: 480px;
|
|
2046
|
+
}
|
|
2047
|
+
.md\:thread-ui-max-w_560px {
|
|
2048
|
+
max-width: 560px;
|
|
2049
|
+
}
|
|
2050
|
+
.md\:thread-ui-max-w_720px {
|
|
2051
|
+
max-width: 720px;
|
|
1963
2052
|
}
|
|
1964
2053
|
}
|
|
1965
2054
|
|
|
1966
2055
|
@media screen and (min-width: 64rem) {
|
|
1967
|
-
.lg\:thread-ui-p_24px {
|
|
1968
|
-
padding: 24px;
|
|
1969
|
-
}
|
|
1970
2056
|
.lg\:thread-ui-p_6 {
|
|
1971
2057
|
padding: var(--thread-ui-spacing-6);
|
|
1972
2058
|
}
|
|
@@ -1981,18 +2067,6 @@
|
|
|
1981
2067
|
}
|
|
1982
2068
|
.lg\:thread-ui-border-style_none {
|
|
1983
2069
|
border-style: none;
|
|
1984
|
-
}
|
|
1985
|
-
.lg\:thread-ui-gap_1\.5rem {
|
|
1986
|
-
gap: 1.5rem;
|
|
1987
|
-
}
|
|
1988
|
-
.lg\:thread-ui-gap_1\.5 {
|
|
1989
|
-
gap: var(--thread-ui-spacing-1\.5);
|
|
1990
|
-
}
|
|
1991
|
-
.lg\:thread-ui-gap_3 {
|
|
1992
|
-
gap: var(--thread-ui-spacing-3);
|
|
1993
|
-
}
|
|
1994
|
-
.lg\:thread-ui-gap_4 {
|
|
1995
|
-
gap: var(--thread-ui-spacing-4);
|
|
1996
2070
|
}
|
|
1997
2071
|
.lg\:thread-ui-gap_6 {
|
|
1998
2072
|
gap: var(--thread-ui-spacing-6);
|
|
@@ -2056,6 +2130,12 @@
|
|
|
2056
2130
|
}
|
|
2057
2131
|
.lg\:thread-ui-d_block {
|
|
2058
2132
|
display: block;
|
|
2133
|
+
}
|
|
2134
|
+
.lg\:thread-ui-pos_absolute {
|
|
2135
|
+
position: absolute;
|
|
2136
|
+
}
|
|
2137
|
+
.lg\:thread-ui-trf_translateX\(-50\%\) {
|
|
2138
|
+
transform: translateX(-50%);
|
|
2059
2139
|
}
|
|
2060
2140
|
.lg\:thread-ui-max-w_none {
|
|
2061
2141
|
max-width: none;
|
|
@@ -2116,9 +2196,6 @@
|
|
|
2116
2196
|
}
|
|
2117
2197
|
.lg\:thread-ui-w_95\% {
|
|
2118
2198
|
width: 95%;
|
|
2119
|
-
}
|
|
2120
|
-
.lg\:thread-ui-w_75\%\% {
|
|
2121
|
-
width: 75%%;
|
|
2122
2199
|
}
|
|
2123
2200
|
.lg\:thread-ui-h_2\.5rem {
|
|
2124
2201
|
height: 2.5rem;
|
|
@@ -2134,6 +2211,9 @@
|
|
|
2134
2211
|
}
|
|
2135
2212
|
.lg\:thread-ui-top_calc\(100\%_\+_30px\) {
|
|
2136
2213
|
top: calc(100% + 30px);
|
|
2214
|
+
}
|
|
2215
|
+
.lg\:thread-ui-left_50\% {
|
|
2216
|
+
left: 50%;
|
|
2137
2217
|
}
|
|
2138
2218
|
}
|
|
2139
2219
|
|