@nextui-org/react 1.0.0-beta.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/LICENSE +21 -0
- package/README.md +100 -0
- package/avatar/package.json +6 -0
- package/backdrop/package.json +6 -0
- package/badge/package.json +6 -0
- package/button/package.json +6 -0
- package/card/package.json +6 -0
- package/checkbox/package.json +6 -0
- package/cjs/avatar/avatar-group.js +1 -0
- package/cjs/avatar/avatar-group.styles.js +1 -0
- package/cjs/avatar/avatar.js +1 -0
- package/cjs/avatar/avatar.styles.js +1 -0
- package/cjs/avatar/index.js +1 -0
- package/cjs/backdrop/backdrop.js +1 -0
- package/cjs/backdrop/backdrop.styles.js +1 -0
- package/cjs/backdrop/index.js +1 -0
- package/cjs/badge/badge.animations.js +1 -0
- package/cjs/badge/badge.js +1 -0
- package/cjs/badge/badge.styles.js +1 -0
- package/cjs/badge/index.js +1 -0
- package/cjs/button/button-group-context.js +1 -0
- package/cjs/button/button-group.js +1 -0
- package/cjs/button/button-group.styles.js +1 -0
- package/cjs/button/button-icon.js +1 -0
- package/cjs/button/button.js +1 -0
- package/cjs/button/button.styles.js +1 -0
- package/cjs/button/index.js +1 -0
- package/cjs/button/utils.js +1 -0
- package/cjs/card/card.js +1 -0
- package/cjs/card/card.styles.js +1 -0
- package/cjs/card/index.js +1 -0
- package/cjs/card/use-card.js +1 -0
- package/cjs/checkbox/checkbox-context.js +1 -0
- package/cjs/checkbox/checkbox-group.js +1 -0
- package/cjs/checkbox/checkbox.js +1 -0
- package/cjs/checkbox/checkbox.styles.js +1 -0
- package/cjs/checkbox/index.js +1 -0
- package/cjs/checkbox/use-checkbox-group.js +1 -0
- package/cjs/checkbox/use-checkbox.js +1 -0
- package/cjs/code/code.js +1 -0
- package/cjs/code/code.styles.js +1 -0
- package/cjs/code/index.js +1 -0
- package/cjs/col/col.js +1 -0
- package/cjs/col/col.styles.js +1 -0
- package/cjs/col/index.js +1 -0
- package/cjs/collapse/collapse-context.js +1 -0
- package/cjs/collapse/collapse-group.js +1 -0
- package/cjs/collapse/collapse-icon.js +1 -0
- package/cjs/collapse/collapse.js +1 -0
- package/cjs/collapse/collapse.styles.js +1 -0
- package/cjs/collapse/index.js +1 -0
- package/cjs/container/container.js +1 -0
- package/cjs/container/container.styles.js +1 -0
- package/cjs/container/index.js +1 -0
- package/cjs/css-baseline/css-baseline.js +1 -0
- package/cjs/css-baseline/index.js +1 -0
- package/cjs/divider/divider.js +1 -0
- package/cjs/divider/divider.styles.js +1 -0
- package/cjs/divider/index.js +1 -0
- package/cjs/dropdown/base/dropdown-item-base.js +1 -0
- package/cjs/dropdown/dropdown-button.js +1 -0
- package/cjs/dropdown/dropdown-context.js +1 -0
- package/cjs/dropdown/dropdown-icon.js +1 -0
- package/cjs/dropdown/dropdown-item.js +1 -0
- package/cjs/dropdown/dropdown-menu.js +1 -0
- package/cjs/dropdown/dropdown-section.js +1 -0
- package/cjs/dropdown/dropdown-trigger.js +1 -0
- package/cjs/dropdown/dropdown-types.js +1 -0
- package/cjs/dropdown/dropdown.js +1 -0
- package/cjs/dropdown/dropdown.styles.js +1 -0
- package/cjs/dropdown/index.js +1 -0
- package/cjs/dropdown/use-dropdown.js +1 -0
- package/cjs/grid/grid-container.js +1 -0
- package/cjs/grid/grid-item.js +1 -0
- package/cjs/grid/grid.js +1 -0
- package/cjs/grid/grid.styles.js +1 -0
- package/cjs/grid/index.js +1 -0
- package/cjs/image/image.js +1 -0
- package/cjs/image/image.skeleton.js +1 -0
- package/cjs/image/image.styles.js +1 -0
- package/cjs/image/index.js +1 -0
- package/cjs/index.js +1 -0
- package/cjs/input/index.js +1 -0
- package/cjs/input/input-password.js +1 -0
- package/cjs/input/input-props.js +1 -0
- package/cjs/input/input.js +1 -0
- package/cjs/input/input.styles.js +1 -0
- package/cjs/input/password-icon.js +1 -0
- package/cjs/link/icon.js +1 -0
- package/cjs/link/index.js +1 -0
- package/cjs/link/link.js +1 -0
- package/cjs/link/link.styles.js +1 -0
- package/cjs/loading/index.js +1 -0
- package/cjs/loading/loading.js +1 -0
- package/cjs/loading/loading.styles.js +1 -0
- package/cjs/loading/spinner.js +1 -0
- package/cjs/modal/index.js +1 -0
- package/cjs/modal/modal-body.js +1 -0
- package/cjs/modal/modal-close-button.js +1 -0
- package/cjs/modal/modal-context.js +1 -0
- package/cjs/modal/modal-footer.js +1 -0
- package/cjs/modal/modal-header.js +1 -0
- package/cjs/modal/modal-wrapper.js +1 -0
- package/cjs/modal/modal.js +1 -0
- package/cjs/modal/modal.styles.js +1 -0
- package/cjs/modal/use-modal.js +1 -0
- package/cjs/navbar/index.js +1 -0
- package/cjs/navbar/navbar-brand.js +1 -0
- package/cjs/navbar/navbar-collapse-context.js +1 -0
- package/cjs/navbar/navbar-collapse-item.js +1 -0
- package/cjs/navbar/navbar-collapse.js +1 -0
- package/cjs/navbar/navbar-content-context.js +1 -0
- package/cjs/navbar/navbar-content.js +1 -0
- package/cjs/navbar/navbar-context.js +1 -0
- package/cjs/navbar/navbar-item.js +1 -0
- package/cjs/navbar/navbar-link.js +1 -0
- package/cjs/navbar/navbar-toggle-icon.js +1 -0
- package/cjs/navbar/navbar-toggle.js +1 -0
- package/cjs/navbar/navbar.js +1 -0
- package/cjs/navbar/navbar.styles.js +1 -0
- package/cjs/navbar/use-navbar-collapse.js +1 -0
- package/cjs/navbar/use-navbar-content.js +1 -0
- package/cjs/navbar/use-navbar.js +1 -0
- package/cjs/pagination/index.js +1 -0
- package/cjs/pagination/pagination-ellipsis.js +1 -0
- package/cjs/pagination/pagination-highlight.js +1 -0
- package/cjs/pagination/pagination-icon.js +1 -0
- package/cjs/pagination/pagination-item.js +1 -0
- package/cjs/pagination/pagination.js +1 -0
- package/cjs/pagination/pagination.styles.js +1 -0
- package/cjs/popover/index.js +1 -0
- package/cjs/popover/popover-content.js +1 -0
- package/cjs/popover/popover-context.js +1 -0
- package/cjs/popover/popover-trigger.js +1 -0
- package/cjs/popover/popover.js +1 -0
- package/cjs/popover/popover.styles.js +1 -0
- package/cjs/popover/use-popover.js +1 -0
- package/cjs/popover/utils.js +1 -0
- package/cjs/progress/index.js +1 -0
- package/cjs/progress/progress.js +1 -0
- package/cjs/progress/progress.styles.js +1 -0
- package/cjs/radio/index.js +1 -0
- package/cjs/radio/radio-context.js +1 -0
- package/cjs/radio/radio-group.js +1 -0
- package/cjs/radio/radio.js +1 -0
- package/cjs/radio/radio.styles.js +1 -0
- package/cjs/radio/use-radio-group.js +1 -0
- package/cjs/radio/use-radio.js +1 -0
- package/cjs/row/index.js +1 -0
- package/cjs/row/row.js +1 -0
- package/cjs/row/row.styles.js +1 -0
- package/cjs/snippet/index.js +1 -0
- package/cjs/snippet/snippet-icon.js +1 -0
- package/cjs/snippet/snippet.js +1 -0
- package/cjs/snippet/snippet.styles.js +1 -0
- package/cjs/spacer/index.js +1 -0
- package/cjs/spacer/spacer.js +1 -0
- package/cjs/spacer/spacer.styles.js +1 -0
- package/cjs/switch/index.js +1 -0
- package/cjs/switch/switch.js +1 -0
- package/cjs/switch/switch.styles.js +1 -0
- package/cjs/table/base/index.js +1 -0
- package/cjs/table/base/table-body.js +1 -0
- package/cjs/table/base/table-cell.js +1 -0
- package/cjs/table/base/table-column.js +1 -0
- package/cjs/table/base/table-header.js +1 -0
- package/cjs/table/base/table-row.js +1 -0
- package/cjs/table/index.js +1 -0
- package/cjs/table/table-body.js +1 -0
- package/cjs/table/table-cell.js +1 -0
- package/cjs/table/table-checkbox-cell.js +1 -0
- package/cjs/table/table-column-header.js +1 -0
- package/cjs/table/table-context.js +1 -0
- package/cjs/table/table-footer.js +1 -0
- package/cjs/table/table-header-row.js +1 -0
- package/cjs/table/table-pagination.js +1 -0
- package/cjs/table/table-row-group.js +1 -0
- package/cjs/table/table-row.js +1 -0
- package/cjs/table/table-select-all-checkbox.js +1 -0
- package/cjs/table/table-sort-icon.js +1 -0
- package/cjs/table/table.js +1 -0
- package/cjs/table/table.styles.js +1 -0
- package/cjs/table/utils.js +1 -0
- package/cjs/text/child.js +1 -0
- package/cjs/text/index.js +1 -0
- package/cjs/text/text.js +1 -0
- package/cjs/text/text.styles.js +1 -0
- package/cjs/textarea/index.js +1 -0
- package/cjs/textarea/textarea.js +1 -0
- package/cjs/textarea/utils.js +1 -0
- package/cjs/theme/colors/blue.js +1 -0
- package/cjs/theme/colors/cyan.js +1 -0
- package/cjs/theme/colors/gray.js +1 -0
- package/cjs/theme/colors/green.js +1 -0
- package/cjs/theme/colors/index.js +1 -0
- package/cjs/theme/colors/pink.js +1 -0
- package/cjs/theme/colors/purple.js +1 -0
- package/cjs/theme/colors/red.js +1 -0
- package/cjs/theme/colors/yellow.js +1 -0
- package/cjs/theme/common.js +1 -0
- package/cjs/theme/dark-theme.js +1 -0
- package/cjs/theme/index.js +1 -0
- package/cjs/theme/light-theme.js +1 -0
- package/cjs/theme/shared-css.js +1 -0
- package/cjs/theme/stitches.config.js +1 -0
- package/cjs/theme/theme-context.js +1 -0
- package/cjs/theme/theme-provider.js +1 -0
- package/cjs/theme/types.js +1 -0
- package/cjs/theme/utils.js +1 -0
- package/cjs/tooltip/index.js +1 -0
- package/cjs/tooltip/placement.js +1 -0
- package/cjs/tooltip/tooltip-content.js +1 -0
- package/cjs/tooltip/tooltip.js +1 -0
- package/cjs/tooltip/tooltip.styles.js +1 -0
- package/cjs/use-body-scroll/index.js +1 -0
- package/cjs/use-body-scroll/use-body-scroll.js +1 -0
- package/cjs/use-click-anywhere/index.js +1 -0
- package/cjs/use-click-anywhere/use-click-anywhere.js +1 -0
- package/cjs/use-click-away/index.js +1 -0
- package/cjs/use-click-away/use-click-away.js +1 -0
- package/cjs/use-clipboard/index.js +1 -0
- package/cjs/use-clipboard/use-clipboard.js +1 -0
- package/cjs/use-current-state/index.js +1 -0
- package/cjs/use-current-state/use-current-state.js +1 -0
- package/cjs/use-drip/index.js +1 -0
- package/cjs/use-drip/use-drip.js +1 -0
- package/cjs/use-input/index.js +1 -0
- package/cjs/use-input/use-input.js +1 -0
- package/cjs/use-intersection-observer/index.js +1 -0
- package/cjs/use-intersection-observer/use-intersection-observer.js +1 -0
- package/cjs/use-keyboard/codes.js +1 -0
- package/cjs/use-keyboard/helper.js +1 -0
- package/cjs/use-keyboard/index.js +1 -0
- package/cjs/use-keyboard/use-keyboard.js +1 -0
- package/cjs/use-pagination/index.js +1 -0
- package/cjs/use-portal/index.js +1 -0
- package/cjs/use-portal/use-portal.js +1 -0
- package/cjs/use-real-shape/index.js +1 -0
- package/cjs/use-real-shape/use-real-shape.js +1 -0
- package/cjs/use-resize/index.js +1 -0
- package/cjs/use-resize/use-resize.js +1 -0
- package/cjs/use-scroll-position/index.js +1 -0
- package/cjs/use-scroll-position/use-scroll-position.js +1 -0
- package/cjs/use-ssr/index.js +1 -0
- package/cjs/use-ssr/use-ssr.js +1 -0
- package/cjs/use-theme/index.js +1 -0
- package/cjs/use-theme/use-theme.js +1 -0
- package/cjs/user/index.js +1 -0
- package/cjs/user/user-link.js +1 -0
- package/cjs/user/user.js +1 -0
- package/cjs/user/user.styles.js +1 -0
- package/cjs/utils/animations.js +1 -0
- package/cjs/utils/assertion.js +1 -0
- package/cjs/utils/checkmark.js +1 -0
- package/cjs/utils/clear-icon.js +1 -0
- package/cjs/utils/clsx.js +1 -0
- package/cjs/utils/collections.js +1 -0
- package/cjs/utils/color.js +1 -0
- package/cjs/utils/console.js +1 -0
- package/cjs/utils/context.js +1 -0
- package/cjs/utils/css-transition.js +1 -0
- package/cjs/utils/deep-merge.js +1 -0
- package/cjs/utils/dimensions.js +1 -0
- package/cjs/utils/dom.js +1 -0
- package/cjs/utils/drip.js +1 -0
- package/cjs/utils/expand.js +1 -0
- package/cjs/utils/icons.js +1 -0
- package/cjs/utils/numbers.js +1 -0
- package/cjs/utils/object.js +1 -0
- package/cjs/utils/prop-types.js +1 -0
- package/cjs/utils/react.js +1 -0
- package/cjs/utils/refs.js +1 -0
- package/cjs/utils/strings.js +1 -0
- package/cjs/utils/system.js +1 -0
- package/cjs/utils/with-defaults.js +1 -0
- package/code/package.json +6 -0
- package/col/package.json +6 -0
- package/collapse/package.json +6 -0
- package/container/package.json +6 -0
- package/css-baseline/package.json +6 -0
- package/divider/package.json +6 -0
- package/dropdown/package.json +6 -0
- package/esm/avatar/avatar-group.js +1 -0
- package/esm/avatar/avatar-group.styles.js +1 -0
- package/esm/avatar/avatar.js +1 -0
- package/esm/avatar/avatar.styles.js +1 -0
- package/esm/avatar/index.js +1 -0
- package/esm/backdrop/backdrop.js +1 -0
- package/esm/backdrop/backdrop.styles.js +1 -0
- package/esm/backdrop/index.js +1 -0
- package/esm/badge/badge.animations.js +1 -0
- package/esm/badge/badge.js +1 -0
- package/esm/badge/badge.styles.js +1 -0
- package/esm/badge/index.js +1 -0
- package/esm/button/button-group-context.js +1 -0
- package/esm/button/button-group.js +1 -0
- package/esm/button/button-group.styles.js +1 -0
- package/esm/button/button-icon.js +1 -0
- package/esm/button/button.js +1 -0
- package/esm/button/button.styles.js +1 -0
- package/esm/button/index.js +1 -0
- package/esm/button/utils.js +1 -0
- package/esm/card/card.js +1 -0
- package/esm/card/card.styles.js +1 -0
- package/esm/card/index.js +1 -0
- package/esm/card/use-card.js +1 -0
- package/esm/checkbox/checkbox-context.js +1 -0
- package/esm/checkbox/checkbox-group.js +1 -0
- package/esm/checkbox/checkbox.js +1 -0
- package/esm/checkbox/checkbox.styles.js +1 -0
- package/esm/checkbox/index.js +1 -0
- package/esm/checkbox/use-checkbox-group.js +1 -0
- package/esm/checkbox/use-checkbox.js +1 -0
- package/esm/code/code.js +1 -0
- package/esm/code/code.styles.js +1 -0
- package/esm/code/index.js +1 -0
- package/esm/col/col.js +1 -0
- package/esm/col/col.styles.js +1 -0
- package/esm/col/index.js +1 -0
- package/esm/collapse/collapse-context.js +1 -0
- package/esm/collapse/collapse-group.js +1 -0
- package/esm/collapse/collapse-icon.js +1 -0
- package/esm/collapse/collapse.js +1 -0
- package/esm/collapse/collapse.styles.js +1 -0
- package/esm/collapse/index.js +1 -0
- package/esm/container/container.js +1 -0
- package/esm/container/container.styles.js +1 -0
- package/esm/container/index.js +1 -0
- package/esm/css-baseline/css-baseline.js +1 -0
- package/esm/css-baseline/index.js +1 -0
- package/esm/divider/divider.js +1 -0
- package/esm/divider/divider.styles.js +1 -0
- package/esm/divider/index.js +1 -0
- package/esm/dropdown/base/dropdown-item-base.js +1 -0
- package/esm/dropdown/dropdown-button.js +1 -0
- package/esm/dropdown/dropdown-context.js +1 -0
- package/esm/dropdown/dropdown-icon.js +1 -0
- package/esm/dropdown/dropdown-item.js +1 -0
- package/esm/dropdown/dropdown-menu.js +1 -0
- package/esm/dropdown/dropdown-section.js +1 -0
- package/esm/dropdown/dropdown-trigger.js +1 -0
- package/esm/dropdown/dropdown-types.js +1 -0
- package/esm/dropdown/dropdown.js +1 -0
- package/esm/dropdown/dropdown.styles.js +1 -0
- package/esm/dropdown/index.js +1 -0
- package/esm/dropdown/use-dropdown.js +1 -0
- package/esm/grid/grid-container.js +1 -0
- package/esm/grid/grid-item.js +1 -0
- package/esm/grid/grid.js +1 -0
- package/esm/grid/grid.styles.js +1 -0
- package/esm/grid/index.js +1 -0
- package/esm/image/image.js +1 -0
- package/esm/image/image.skeleton.js +1 -0
- package/esm/image/image.styles.js +1 -0
- package/esm/image/index.js +1 -0
- package/esm/index.js +1 -0
- package/esm/input/index.js +1 -0
- package/esm/input/input-password.js +1 -0
- package/esm/input/input-props.js +1 -0
- package/esm/input/input.js +1 -0
- package/esm/input/input.styles.js +1 -0
- package/esm/input/password-icon.js +1 -0
- package/esm/link/icon.js +1 -0
- package/esm/link/index.js +1 -0
- package/esm/link/link.js +1 -0
- package/esm/link/link.styles.js +1 -0
- package/esm/loading/index.js +1 -0
- package/esm/loading/loading.js +1 -0
- package/esm/loading/loading.styles.js +1 -0
- package/esm/loading/spinner.js +1 -0
- package/esm/modal/index.js +1 -0
- package/esm/modal/modal-body.js +1 -0
- package/esm/modal/modal-close-button.js +1 -0
- package/esm/modal/modal-context.js +1 -0
- package/esm/modal/modal-footer.js +1 -0
- package/esm/modal/modal-header.js +1 -0
- package/esm/modal/modal-wrapper.js +1 -0
- package/esm/modal/modal.js +1 -0
- package/esm/modal/modal.styles.js +1 -0
- package/esm/modal/use-modal.js +1 -0
- package/esm/navbar/index.js +1 -0
- package/esm/navbar/navbar-brand.js +1 -0
- package/esm/navbar/navbar-collapse-context.js +1 -0
- package/esm/navbar/navbar-collapse-item.js +1 -0
- package/esm/navbar/navbar-collapse.js +1 -0
- package/esm/navbar/navbar-content-context.js +1 -0
- package/esm/navbar/navbar-content.js +1 -0
- package/esm/navbar/navbar-context.js +1 -0
- package/esm/navbar/navbar-item.js +1 -0
- package/esm/navbar/navbar-link.js +1 -0
- package/esm/navbar/navbar-toggle-icon.js +1 -0
- package/esm/navbar/navbar-toggle.js +1 -0
- package/esm/navbar/navbar.js +1 -0
- package/esm/navbar/navbar.styles.js +1 -0
- package/esm/navbar/use-navbar-collapse.js +1 -0
- package/esm/navbar/use-navbar-content.js +1 -0
- package/esm/navbar/use-navbar.js +1 -0
- package/esm/pagination/index.js +1 -0
- package/esm/pagination/pagination-ellipsis.js +1 -0
- package/esm/pagination/pagination-highlight.js +1 -0
- package/esm/pagination/pagination-icon.js +1 -0
- package/esm/pagination/pagination-item.js +1 -0
- package/esm/pagination/pagination.js +1 -0
- package/esm/pagination/pagination.styles.js +1 -0
- package/esm/popover/index.js +1 -0
- package/esm/popover/popover-content.js +1 -0
- package/esm/popover/popover-context.js +1 -0
- package/esm/popover/popover-trigger.js +1 -0
- package/esm/popover/popover.js +1 -0
- package/esm/popover/popover.styles.js +1 -0
- package/esm/popover/use-popover.js +1 -0
- package/esm/popover/utils.js +1 -0
- package/esm/progress/index.js +1 -0
- package/esm/progress/progress.js +1 -0
- package/esm/progress/progress.styles.js +1 -0
- package/esm/radio/index.js +1 -0
- package/esm/radio/radio-context.js +1 -0
- package/esm/radio/radio-group.js +1 -0
- package/esm/radio/radio.js +1 -0
- package/esm/radio/radio.styles.js +1 -0
- package/esm/radio/use-radio-group.js +1 -0
- package/esm/radio/use-radio.js +1 -0
- package/esm/row/index.js +1 -0
- package/esm/row/row.js +1 -0
- package/esm/row/row.styles.js +1 -0
- package/esm/snippet/index.js +1 -0
- package/esm/snippet/snippet-icon.js +1 -0
- package/esm/snippet/snippet.js +1 -0
- package/esm/snippet/snippet.styles.js +1 -0
- package/esm/spacer/index.js +1 -0
- package/esm/spacer/spacer.js +1 -0
- package/esm/spacer/spacer.styles.js +1 -0
- package/esm/switch/index.js +1 -0
- package/esm/switch/switch.js +1 -0
- package/esm/switch/switch.styles.js +1 -0
- package/esm/table/base/index.js +1 -0
- package/esm/table/base/table-body.js +1 -0
- package/esm/table/base/table-cell.js +1 -0
- package/esm/table/base/table-column.js +1 -0
- package/esm/table/base/table-header.js +1 -0
- package/esm/table/base/table-row.js +1 -0
- package/esm/table/index.js +1 -0
- package/esm/table/table-body.js +1 -0
- package/esm/table/table-cell.js +1 -0
- package/esm/table/table-checkbox-cell.js +1 -0
- package/esm/table/table-column-header.js +1 -0
- package/esm/table/table-context.js +1 -0
- package/esm/table/table-footer.js +1 -0
- package/esm/table/table-header-row.js +1 -0
- package/esm/table/table-pagination.js +1 -0
- package/esm/table/table-row-group.js +1 -0
- package/esm/table/table-row.js +1 -0
- package/esm/table/table-select-all-checkbox.js +1 -0
- package/esm/table/table-sort-icon.js +1 -0
- package/esm/table/table.js +1 -0
- package/esm/table/table.styles.js +1 -0
- package/esm/table/utils.js +1 -0
- package/esm/text/child.js +1 -0
- package/esm/text/index.js +1 -0
- package/esm/text/text.js +1 -0
- package/esm/text/text.styles.js +1 -0
- package/esm/textarea/index.js +1 -0
- package/esm/textarea/textarea.js +1 -0
- package/esm/textarea/utils.js +1 -0
- package/esm/theme/colors/blue.js +1 -0
- package/esm/theme/colors/cyan.js +1 -0
- package/esm/theme/colors/gray.js +1 -0
- package/esm/theme/colors/green.js +1 -0
- package/esm/theme/colors/index.js +1 -0
- package/esm/theme/colors/pink.js +1 -0
- package/esm/theme/colors/purple.js +1 -0
- package/esm/theme/colors/red.js +1 -0
- package/esm/theme/colors/yellow.js +1 -0
- package/esm/theme/common.js +1 -0
- package/esm/theme/dark-theme.js +1 -0
- package/esm/theme/index.js +1 -0
- package/esm/theme/light-theme.js +1 -0
- package/esm/theme/shared-css.js +1 -0
- package/esm/theme/stitches.config.js +1 -0
- package/esm/theme/theme-context.js +1 -0
- package/esm/theme/theme-provider.js +1 -0
- package/esm/theme/types.js +1 -0
- package/esm/theme/utils.js +1 -0
- package/esm/tooltip/index.js +1 -0
- package/esm/tooltip/placement.js +1 -0
- package/esm/tooltip/tooltip-content.js +1 -0
- package/esm/tooltip/tooltip.js +1 -0
- package/esm/tooltip/tooltip.styles.js +1 -0
- package/esm/use-body-scroll/index.js +1 -0
- package/esm/use-body-scroll/use-body-scroll.js +1 -0
- package/esm/use-click-anywhere/index.js +1 -0
- package/esm/use-click-anywhere/use-click-anywhere.js +1 -0
- package/esm/use-click-away/index.js +1 -0
- package/esm/use-click-away/use-click-away.js +1 -0
- package/esm/use-clipboard/index.js +1 -0
- package/esm/use-clipboard/use-clipboard.js +1 -0
- package/esm/use-current-state/index.js +1 -0
- package/esm/use-current-state/use-current-state.js +1 -0
- package/esm/use-drip/index.js +1 -0
- package/esm/use-drip/use-drip.js +1 -0
- package/esm/use-input/index.js +1 -0
- package/esm/use-input/use-input.js +1 -0
- package/esm/use-intersection-observer/index.js +1 -0
- package/esm/use-intersection-observer/use-intersection-observer.js +1 -0
- package/esm/use-keyboard/codes.js +1 -0
- package/esm/use-keyboard/helper.js +1 -0
- package/esm/use-keyboard/index.js +1 -0
- package/esm/use-keyboard/use-keyboard.js +1 -0
- package/esm/use-pagination/index.js +1 -0
- package/esm/use-portal/index.js +1 -0
- package/esm/use-portal/use-portal.js +1 -0
- package/esm/use-real-shape/index.js +1 -0
- package/esm/use-real-shape/use-real-shape.js +1 -0
- package/esm/use-resize/index.js +1 -0
- package/esm/use-resize/use-resize.js +1 -0
- package/esm/use-scroll-position/index.js +1 -0
- package/esm/use-scroll-position/use-scroll-position.js +1 -0
- package/esm/use-ssr/index.js +1 -0
- package/esm/use-ssr/use-ssr.js +1 -0
- package/esm/use-theme/index.js +1 -0
- package/esm/use-theme/use-theme.js +1 -0
- package/esm/user/index.js +1 -0
- package/esm/user/user-link.js +1 -0
- package/esm/user/user.js +1 -0
- package/esm/user/user.styles.js +1 -0
- package/esm/utils/animations.js +1 -0
- package/esm/utils/assertion.js +1 -0
- package/esm/utils/checkmark.js +1 -0
- package/esm/utils/clear-icon.js +1 -0
- package/esm/utils/clsx.js +1 -0
- package/esm/utils/collections.js +1 -0
- package/esm/utils/color.js +1 -0
- package/esm/utils/console.js +1 -0
- package/esm/utils/context.js +1 -0
- package/esm/utils/css-transition.js +1 -0
- package/esm/utils/deep-merge.js +1 -0
- package/esm/utils/dimensions.js +1 -0
- package/esm/utils/dom.js +1 -0
- package/esm/utils/drip.js +1 -0
- package/esm/utils/expand.js +1 -0
- package/esm/utils/icons.js +1 -0
- package/esm/utils/numbers.js +1 -0
- package/esm/utils/object.js +1 -0
- package/esm/utils/prop-types.js +1 -0
- package/esm/utils/react.js +1 -0
- package/esm/utils/refs.js +1 -0
- package/esm/utils/strings.js +1 -0
- package/esm/utils/system.js +1 -0
- package/esm/utils/with-defaults.js +1 -0
- package/grid/package.json +6 -0
- package/image/package.json +6 -0
- package/input/package.json +6 -0
- package/link/package.json +6 -0
- package/loading/package.json +6 -0
- package/modal/package.json +6 -0
- package/navbar/package.json +6 -0
- package/package.json +70 -0
- package/pagination/package.json +6 -0
- package/popover/package.json +6 -0
- package/progress/package.json +6 -0
- package/radio/package.json +6 -0
- package/row/package.json +6 -0
- package/snippet/package.json +6 -0
- package/spacer/package.json +6 -0
- package/switch/package.json +6 -0
- package/table/package.json +6 -0
- package/text/package.json +6 -0
- package/textarea/package.json +6 -0
- package/tooltip/package.json +6 -0
- package/types/avatar/avatar-group.d.ts +39 -0
- package/types/avatar/avatar-group.styles.d.ts +2149 -0
- package/types/avatar/avatar.d.ts +1411 -0
- package/types/avatar/avatar.styles.d.ts +2441 -0
- package/types/avatar/index.d.ts +7 -0
- package/types/backdrop/backdrop.d.ts +37 -0
- package/types/backdrop/backdrop.styles.d.ts +3225 -0
- package/types/backdrop/index.d.ts +5 -0
- package/types/badge/badge.animations.d.ts +36 -0
- package/types/badge/badge.d.ts +13 -0
- package/types/badge/badge.styles.d.ts +3240 -0
- package/types/badge/index.d.ts +5 -0
- package/types/button/button-group-context.d.ts +20 -0
- package/types/button/button-group.d.ts +34 -0
- package/types/button/button-group.styles.d.ts +1081 -0
- package/types/button/button-icon.d.ts +1095 -0
- package/types/button/button.d.ts +32 -0
- package/types/button/button.styles.d.ts +3472 -0
- package/types/button/index.d.ts +10 -0
- package/types/button/utils.d.ts +53 -0
- package/types/card/card.d.ts +22 -0
- package/types/card/card.styles.d.ts +6689 -0
- package/types/card/index.d.ts +5 -0
- package/types/card/use-card.d.ts +41 -0
- package/types/checkbox/checkbox-context.d.ts +3 -0
- package/types/checkbox/checkbox-group.d.ts +11 -0
- package/types/checkbox/checkbox.d.ts +19 -0
- package/types/checkbox/checkbox.styles.d.ts +10848 -0
- package/types/checkbox/index.d.ts +6 -0
- package/types/checkbox/use-checkbox-group.d.ts +30 -0
- package/types/checkbox/use-checkbox.d.ts +26 -0
- package/types/code/code.d.ts +15 -0
- package/types/code/code.styles.d.ts +2146 -0
- package/types/code/index.d.ts +5 -0
- package/types/col/col.d.ts +20 -0
- package/types/col/col.styles.d.ts +1075 -0
- package/types/col/index.d.ts +5 -0
- package/types/collapse/collapse-context.d.ts +9 -0
- package/types/collapse/collapse-group.d.ts +18 -0
- package/types/collapse/collapse-icon.d.ts +24 -0
- package/types/collapse/collapse.d.ts +43 -0
- package/types/collapse/collapse.styles.d.ts +6470 -0
- package/types/collapse/index.d.ts +6 -0
- package/types/container/container.d.ts +40 -0
- package/types/container/container.styles.d.ts +1078 -0
- package/types/container/index.d.ts +5 -0
- package/types/css-baseline/css-baseline.d.ts +9 -0
- package/types/css-baseline/index.d.ts +1 -0
- package/types/divider/divider.d.ts +22 -0
- package/types/divider/divider.styles.d.ts +2151 -0
- package/types/divider/index.d.ts +5 -0
- package/types/dropdown/base/dropdown-item-base.d.ts +23 -0
- package/types/dropdown/dropdown-button.d.ts +306 -0
- package/types/dropdown/dropdown-context.d.ts +290 -0
- package/types/dropdown/dropdown-icon.d.ts +9 -0
- package/types/dropdown/dropdown-item.d.ts +35 -0
- package/types/dropdown/dropdown-menu.d.ts +30 -0
- package/types/dropdown/dropdown-section.d.ts +29 -0
- package/types/dropdown/dropdown-trigger.d.ts +9 -0
- package/types/dropdown/dropdown-types.d.ts +24 -0
- package/types/dropdown/dropdown.d.ts +24 -0
- package/types/dropdown/dropdown.styles.d.ts +12155 -0
- package/types/dropdown/index.d.ts +9 -0
- package/types/dropdown/use-dropdown.d.ts +175 -0
- package/types/grid/grid-container.d.ts +19 -0
- package/types/grid/grid-item.d.ts +31 -0
- package/types/grid/grid.d.ts +9 -0
- package/types/grid/grid.styles.d.ts +2147 -0
- package/types/grid/index.d.ts +7 -0
- package/types/image/image.d.ts +46 -0
- package/types/image/image.skeleton.d.ts +19 -0
- package/types/image/image.styles.d.ts +3222 -0
- package/types/image/index.d.ts +5 -0
- package/types/index.d.ts +97 -0
- package/types/input/index.d.ts +7 -0
- package/types/input/input-password.d.ts +98 -0
- package/types/input/input-props.d.ts +66 -0
- package/types/input/input.d.ts +18 -0
- package/types/input/input.styles.d.ts +11856 -0
- package/types/input/password-icon.d.ts +6 -0
- package/types/link/icon.d.ts +4 -0
- package/types/link/index.d.ts +5 -0
- package/types/link/link.d.ts +11 -0
- package/types/link/link.styles.d.ts +3303 -0
- package/types/loading/index.d.ts +7 -0
- package/types/loading/loading.d.ts +24 -0
- package/types/loading/loading.styles.d.ts +6448 -0
- package/types/loading/spinner.d.ts +17 -0
- package/types/modal/index.d.ts +8 -0
- package/types/modal/modal-body.d.ts +50 -0
- package/types/modal/modal-close-button.d.ts +13 -0
- package/types/modal/modal-context.d.ts +8 -0
- package/types/modal/modal-footer.d.ts +24 -0
- package/types/modal/modal-header.d.ts +24 -0
- package/types/modal/modal-wrapper.d.ts +24 -0
- package/types/modal/modal.d.ts +40 -0
- package/types/modal/modal.styles.d.ts +6453 -0
- package/types/modal/use-modal.d.ts +11 -0
- package/types/navbar/index.d.ts +11 -0
- package/types/navbar/navbar-brand.d.ts +9 -0
- package/types/navbar/navbar-collapse-context.d.ts +798 -0
- package/types/navbar/navbar-collapse-item.d.ts +12 -0
- package/types/navbar/navbar-collapse.d.ts +4 -0
- package/types/navbar/navbar-content-context.d.ts +886 -0
- package/types/navbar/navbar-content.d.ts +11 -0
- package/types/navbar/navbar-context.d.ts +842 -0
- package/types/navbar/navbar-item.d.ts +10 -0
- package/types/navbar/navbar-link.d.ts +10 -0
- package/types/navbar/navbar-toggle-icon.d.ts +9 -0
- package/types/navbar/navbar-toggle.d.ts +9 -0
- package/types/navbar/navbar.d.ts +24 -0
- package/types/navbar/navbar.styles.d.ts +42225 -0
- package/types/navbar/use-navbar-collapse.d.ts +419 -0
- package/types/navbar/use-navbar-content.d.ts +480 -0
- package/types/navbar/use-navbar.d.ts +475 -0
- package/types/pagination/index.d.ts +7 -0
- package/types/pagination/pagination-ellipsis.d.ts +11 -0
- package/types/pagination/pagination-highlight.d.ts +15 -0
- package/types/pagination/pagination-icon.d.ts +16 -0
- package/types/pagination/pagination-item.d.ts +22 -0
- package/types/pagination/pagination.d.ts +46 -0
- package/types/pagination/pagination.styles.d.ts +6461 -0
- package/types/popover/index.d.ts +5 -0
- package/types/popover/popover-content.d.ts +14 -0
- package/types/popover/popover-context.d.ts +192 -0
- package/types/popover/popover-trigger.d.ts +6 -0
- package/types/popover/popover.d.ts +17 -0
- package/types/popover/popover.styles.d.ts +3307 -0
- package/types/popover/use-popover.d.ts +156 -0
- package/types/popover/utils.d.ts +6 -0
- package/types/progress/index.d.ts +5 -0
- package/types/progress/progress.d.ts +70 -0
- package/types/progress/progress.styles.d.ts +2157 -0
- package/types/radio/index.d.ts +4 -0
- package/types/radio/radio-context.d.ts +22 -0
- package/types/radio/radio-group.d.ts +15 -0
- package/types/radio/radio.d.ts +22 -0
- package/types/radio/radio.styles.d.ts +8606 -0
- package/types/radio/use-radio-group.d.ts +26 -0
- package/types/radio/use-radio.d.ts +31 -0
- package/types/row/index.d.ts +5 -0
- package/types/row/row.d.ts +21 -0
- package/types/row/row.styles.d.ts +1077 -0
- package/types/snippet/index.d.ts +5 -0
- package/types/snippet/snippet-icon.d.ts +21 -0
- package/types/snippet/snippet.d.ts +35 -0
- package/types/snippet/snippet.styles.d.ts +4298 -0
- package/types/spacer/index.d.ts +5 -0
- package/types/spacer/spacer.d.ts +46 -0
- package/types/spacer/spacer.styles.d.ts +1076 -0
- package/types/switch/index.d.ts +5 -0
- package/types/switch/switch.d.ts +87 -0
- package/types/switch/switch.styles.d.ts +4307 -0
- package/types/table/base/index.d.ts +5 -0
- package/types/table/base/table-body.d.ts +8 -0
- package/types/table/base/table-cell.d.ts +8 -0
- package/types/table/base/table-column.d.ts +8 -0
- package/types/table/base/table-header.d.ts +4 -0
- package/types/table/base/table-row.d.ts +8 -0
- package/types/table/index.d.ts +12 -0
- package/types/table/table-body.d.ts +20 -0
- package/types/table/table-cell.d.ts +20 -0
- package/types/table/table-checkbox-cell.d.ts +23 -0
- package/types/table/table-column-header.d.ts +1175 -0
- package/types/table/table-context.d.ts +29 -0
- package/types/table/table-footer.d.ts +36 -0
- package/types/table/table-header-row.d.ts +19 -0
- package/types/table/table-pagination.d.ts +16 -0
- package/types/table/table-row-group.d.ts +14 -0
- package/types/table/table-row.d.ts +19 -0
- package/types/table/table-select-all-checkbox.d.ts +20 -0
- package/types/table/table-sort-icon.d.ts +1085 -0
- package/types/table/table.d.ts +29 -0
- package/types/table/table.styles.d.ts +18448 -0
- package/types/table/utils.d.ts +7 -0
- package/types/text/child.d.ts +8722 -0
- package/types/text/index.d.ts +4 -0
- package/types/text/text.d.ts +25 -0
- package/types/text/text.styles.d.ts +5396 -0
- package/types/textarea/index.d.ts +3 -0
- package/types/textarea/textarea.d.ts +42 -0
- package/types/textarea/utils.d.ts +13 -0
- package/types/theme/colors/blue.d.ts +24 -0
- package/types/theme/colors/cyan.d.ts +24 -0
- package/types/theme/colors/gray.d.ts +24 -0
- package/types/theme/colors/green.d.ts +24 -0
- package/types/theme/colors/index.d.ts +8 -0
- package/types/theme/colors/pink.d.ts +24 -0
- package/types/theme/colors/purple.d.ts +24 -0
- package/types/theme/colors/red.d.ts +24 -0
- package/types/theme/colors/yellow.d.ts +24 -0
- package/types/theme/common.d.ts +1761 -0
- package/types/theme/dark-theme.d.ts +136 -0
- package/types/theme/index.d.ts +4 -0
- package/types/theme/light-theme.d.ts +109 -0
- package/types/theme/shared-css.d.ts +10729 -0
- package/types/theme/stitches.config.d.ts +8486 -0
- package/types/theme/theme-context.d.ts +5 -0
- package/types/theme/theme-provider.d.ts +14 -0
- package/types/theme/types.d.ts +85 -0
- package/types/theme/utils.d.ts +16 -0
- package/types/tooltip/index.d.ts +6 -0
- package/types/tooltip/placement.d.ts +39 -0
- package/types/tooltip/tooltip-content.d.ts +27 -0
- package/types/tooltip/tooltip.d.ts +59 -0
- package/types/tooltip/tooltip.styles.d.ts +4299 -0
- package/types/use-body-scroll/index.d.ts +3 -0
- package/types/use-body-scroll/use-body-scroll.d.ts +9 -0
- package/types/use-click-anywhere/index.d.ts +2 -0
- package/types/use-click-anywhere/use-click-anywhere.d.ts +2 -0
- package/types/use-click-away/index.d.ts +2 -0
- package/types/use-click-away/use-click-away.d.ts +3 -0
- package/types/use-clipboard/index.d.ts +3 -0
- package/types/use-clipboard/use-clipboard.d.ts +8 -0
- package/types/use-current-state/index.d.ts +2 -0
- package/types/use-current-state/use-current-state.d.ts +4 -0
- package/types/use-drip/index.d.ts +2 -0
- package/types/use-drip/use-drip.d.ts +10 -0
- package/types/use-input/index.d.ts +2 -0
- package/types/use-input/use-input.d.ts +13 -0
- package/types/use-intersection-observer/index.d.ts +2 -0
- package/types/use-intersection-observer/use-intersection-observer.d.ts +11 -0
- package/types/use-keyboard/codes.d.ts +92 -0
- package/types/use-keyboard/helper.d.ts +3 -0
- package/types/use-keyboard/index.d.ts +5 -0
- package/types/use-keyboard/use-keyboard.d.ts +22 -0
- package/types/use-pagination/index.d.ts +20 -0
- package/types/use-portal/index.d.ts +2 -0
- package/types/use-portal/use-portal.d.ts +2 -0
- package/types/use-real-shape/index.d.ts +2 -0
- package/types/use-real-shape/use-real-shape.d.ts +9 -0
- package/types/use-resize/index.d.ts +2 -0
- package/types/use-resize/use-resize.d.ts +2 -0
- package/types/use-scroll-position/index.d.ts +2 -0
- package/types/use-scroll-position/use-scroll-position.d.ts +16 -0
- package/types/use-ssr/index.d.ts +2 -0
- package/types/use-ssr/use-ssr.d.ts +6 -0
- package/types/use-theme/index.d.ts +2 -0
- package/types/use-theme/use-theme.d.ts +3 -0
- package/types/user/index.d.ts +5 -0
- package/types/user/user-link.d.ts +8 -0
- package/types/user/user.d.ts +43 -0
- package/types/user/user.styles.d.ts +4290 -0
- package/types/utils/animations.d.ts +12 -0
- package/types/utils/assertion.d.ts +9 -0
- package/types/utils/checkmark.d.ts +19 -0
- package/types/utils/clear-icon.d.ts +16 -0
- package/types/utils/clsx.d.ts +1 -0
- package/types/utils/collections.d.ts +13 -0
- package/types/utils/color.d.ts +30 -0
- package/types/utils/console.d.ts +1 -0
- package/types/utils/context.d.ts +24 -0
- package/types/utils/css-transition.d.ts +30 -0
- package/types/utils/deep-merge.d.ts +1 -0
- package/types/utils/dimensions.d.ts +1 -0
- package/types/utils/dom.d.ts +22 -0
- package/types/utils/drip.d.ts +1123 -0
- package/types/utils/expand.d.ts +20 -0
- package/types/utils/numbers.d.ts +9 -0
- package/types/utils/object.d.ts +29 -0
- package/types/utils/prop-types.d.ts +64 -0
- package/types/utils/refs.d.ts +17 -0
- package/types/utils/system.d.ts +32 -0
- package/types/utils/with-defaults.d.ts +3 -0
- package/umd/nextui.js +33940 -0
- package/umd/nextui.min.js +2 -0
- package/umd/nextui.min.js.LICENSE.txt +14 -0
- package/use-body-scroll/package.json +6 -0
- package/use-click-anywhere/package.json +6 -0
- package/use-click-away/package.json +6 -0
- package/use-clipboard/package.json +6 -0
- package/use-current-state/package.json +6 -0
- package/use-drip/package.json +6 -0
- package/use-input/package.json +6 -0
- package/use-intersection-observer/package.json +6 -0
- package/use-keyboard/package.json +6 -0
- package/use-portal/package.json +6 -0
- package/use-real-shape/package.json +6 -0
- package/use-resize/package.json +6 -0
- package/use-scroll-position/package.json +6 -0
- package/use-ssr/package.json +6 -0
- package/use-theme/package.json +6 -0
- package/user/package.json +6 -0
- package/utils/package.json +6 -0
|
@@ -0,0 +1,1095 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { VariantProps, CSS } from "../theme/stitches.config";
|
|
3
|
+
interface Props {
|
|
4
|
+
isRight?: boolean;
|
|
5
|
+
isSingle?: boolean;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const defaultProps: {
|
|
9
|
+
className: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const StyledButtonIcon: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
12
|
+
isAuto?: boolean | "true" | undefined;
|
|
13
|
+
isRight?: boolean | "true" | undefined;
|
|
14
|
+
isSingle?: boolean | "true" | undefined;
|
|
15
|
+
isGradientButtonBorder?: boolean | "true" | undefined;
|
|
16
|
+
}, {
|
|
17
|
+
xs: string;
|
|
18
|
+
sm: string;
|
|
19
|
+
md: string;
|
|
20
|
+
lg: string;
|
|
21
|
+
xl: string;
|
|
22
|
+
xsMin: string;
|
|
23
|
+
smMin: string;
|
|
24
|
+
mdMin: string;
|
|
25
|
+
lgMin: string;
|
|
26
|
+
xlMin: string;
|
|
27
|
+
xsMax: string;
|
|
28
|
+
smMax: string;
|
|
29
|
+
mdMax: string;
|
|
30
|
+
lgMax: string;
|
|
31
|
+
xlMax: string;
|
|
32
|
+
motion: string;
|
|
33
|
+
safari: string;
|
|
34
|
+
hover: string;
|
|
35
|
+
dark: string;
|
|
36
|
+
light: string;
|
|
37
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
38
|
+
xs: string;
|
|
39
|
+
sm: string;
|
|
40
|
+
md: string;
|
|
41
|
+
lg: string;
|
|
42
|
+
xl: string;
|
|
43
|
+
xsMin: string;
|
|
44
|
+
smMin: string;
|
|
45
|
+
mdMin: string;
|
|
46
|
+
lgMin: string;
|
|
47
|
+
xlMin: string;
|
|
48
|
+
xsMax: string;
|
|
49
|
+
smMax: string;
|
|
50
|
+
mdMax: string;
|
|
51
|
+
lgMax: string;
|
|
52
|
+
xlMax: string;
|
|
53
|
+
motion: string;
|
|
54
|
+
safari: string;
|
|
55
|
+
hover: string;
|
|
56
|
+
dark: string;
|
|
57
|
+
light: string;
|
|
58
|
+
}, {
|
|
59
|
+
shadows: {
|
|
60
|
+
xs: string;
|
|
61
|
+
sm: string;
|
|
62
|
+
md: string;
|
|
63
|
+
lg: string;
|
|
64
|
+
xl: string;
|
|
65
|
+
};
|
|
66
|
+
dropShadows: {
|
|
67
|
+
xs: string;
|
|
68
|
+
sm: string;
|
|
69
|
+
md: string;
|
|
70
|
+
lg: string;
|
|
71
|
+
xl: string;
|
|
72
|
+
};
|
|
73
|
+
colors: {
|
|
74
|
+
text: string;
|
|
75
|
+
link: string;
|
|
76
|
+
codeLight: string;
|
|
77
|
+
code: string;
|
|
78
|
+
selection: string;
|
|
79
|
+
border: string;
|
|
80
|
+
gray50: string;
|
|
81
|
+
gray100: string;
|
|
82
|
+
gray200: string;
|
|
83
|
+
gray300: string;
|
|
84
|
+
gray400: string;
|
|
85
|
+
gray500: string;
|
|
86
|
+
gray600: string;
|
|
87
|
+
gray700: string;
|
|
88
|
+
gray800: string;
|
|
89
|
+
gray900: string;
|
|
90
|
+
pink50: string;
|
|
91
|
+
pink100: string;
|
|
92
|
+
pink200: string;
|
|
93
|
+
pink300: string;
|
|
94
|
+
pink400: string;
|
|
95
|
+
pink500: string;
|
|
96
|
+
pink600: string;
|
|
97
|
+
pink700: string;
|
|
98
|
+
pink800: string;
|
|
99
|
+
pink900: string;
|
|
100
|
+
cyan50: string;
|
|
101
|
+
cyan100: string;
|
|
102
|
+
cyan200: string;
|
|
103
|
+
cyan300: string;
|
|
104
|
+
cyan400: string;
|
|
105
|
+
cyan500: string;
|
|
106
|
+
cyan600: string;
|
|
107
|
+
cyan700: string;
|
|
108
|
+
cyan800: string;
|
|
109
|
+
cyan900: string;
|
|
110
|
+
red50: string;
|
|
111
|
+
red100: string;
|
|
112
|
+
red200: string;
|
|
113
|
+
red300: string;
|
|
114
|
+
red400: string;
|
|
115
|
+
red500: string;
|
|
116
|
+
red600: string;
|
|
117
|
+
red700: string;
|
|
118
|
+
red800: string;
|
|
119
|
+
red900: string;
|
|
120
|
+
yellow50: string;
|
|
121
|
+
yellow100: string;
|
|
122
|
+
yellow200: string;
|
|
123
|
+
yellow300: string;
|
|
124
|
+
yellow400: string;
|
|
125
|
+
yellow500: string;
|
|
126
|
+
yellow600: string;
|
|
127
|
+
yellow700: string;
|
|
128
|
+
yellow800: string;
|
|
129
|
+
yellow900: string;
|
|
130
|
+
green50: string;
|
|
131
|
+
green100: string;
|
|
132
|
+
green200: string;
|
|
133
|
+
green300: string;
|
|
134
|
+
green400: string;
|
|
135
|
+
green500: string;
|
|
136
|
+
green600: string;
|
|
137
|
+
green700: string;
|
|
138
|
+
green800: string;
|
|
139
|
+
green900: string;
|
|
140
|
+
purple50: string;
|
|
141
|
+
purple100: string;
|
|
142
|
+
purple200: string;
|
|
143
|
+
purple300: string;
|
|
144
|
+
purple400: string;
|
|
145
|
+
purple500: string;
|
|
146
|
+
purple600: string;
|
|
147
|
+
purple700: string;
|
|
148
|
+
purple800: string;
|
|
149
|
+
purple900: string;
|
|
150
|
+
blue50: string;
|
|
151
|
+
blue100: string;
|
|
152
|
+
blue200: string;
|
|
153
|
+
blue300: string;
|
|
154
|
+
blue400: string;
|
|
155
|
+
blue500: string;
|
|
156
|
+
blue600: string;
|
|
157
|
+
blue700: string;
|
|
158
|
+
blue800: string;
|
|
159
|
+
blue900: string;
|
|
160
|
+
background: string;
|
|
161
|
+
backgroundAlpha: string;
|
|
162
|
+
foreground: string;
|
|
163
|
+
backgroundContrast: string;
|
|
164
|
+
white: string;
|
|
165
|
+
black: string;
|
|
166
|
+
primaryLight: string;
|
|
167
|
+
primaryLightHover: string;
|
|
168
|
+
primaryLightActive: string;
|
|
169
|
+
primaryLightContrast: string;
|
|
170
|
+
primary: string;
|
|
171
|
+
primaryBorder: string;
|
|
172
|
+
primaryBorderHover: string;
|
|
173
|
+
primarySolidHover: string;
|
|
174
|
+
primarySolidContrast: string;
|
|
175
|
+
primaryShadow: string;
|
|
176
|
+
secondaryLight: string;
|
|
177
|
+
secondaryLightHover: string;
|
|
178
|
+
secondaryLightActive: string;
|
|
179
|
+
secondaryLightContrast: string;
|
|
180
|
+
secondary: string;
|
|
181
|
+
secondaryBorder: string;
|
|
182
|
+
secondaryBorderHover: string;
|
|
183
|
+
secondarySolidHover: string;
|
|
184
|
+
secondarySolidContrast: string;
|
|
185
|
+
secondaryShadow: string;
|
|
186
|
+
successLight: string;
|
|
187
|
+
successLightHover: string;
|
|
188
|
+
successLightActive: string;
|
|
189
|
+
successLightContrast: string;
|
|
190
|
+
success: string;
|
|
191
|
+
successBorder: string;
|
|
192
|
+
successBorderHover: string;
|
|
193
|
+
successSolidHover: string;
|
|
194
|
+
successSolidContrast: string;
|
|
195
|
+
successShadow: string;
|
|
196
|
+
warningLight: string;
|
|
197
|
+
warningLightHover: string;
|
|
198
|
+
warningLightActive: string;
|
|
199
|
+
warningLightContrast: string;
|
|
200
|
+
warning: string;
|
|
201
|
+
warningBorder: string;
|
|
202
|
+
warningBorderHover: string;
|
|
203
|
+
warningSolidHover: string;
|
|
204
|
+
warningSolidContrast: string;
|
|
205
|
+
warningShadow: string;
|
|
206
|
+
errorLight: string;
|
|
207
|
+
errorLightHover: string;
|
|
208
|
+
errorLightActive: string;
|
|
209
|
+
errorLightContrast: string;
|
|
210
|
+
error: string;
|
|
211
|
+
errorBorder: string;
|
|
212
|
+
errorBorderHover: string;
|
|
213
|
+
errorSolidHover: string;
|
|
214
|
+
errorSolidContrast: string;
|
|
215
|
+
errorShadow: string;
|
|
216
|
+
neutralLight: string;
|
|
217
|
+
neutralLightHover: string;
|
|
218
|
+
neutralLightActive: string;
|
|
219
|
+
neutralLightContrast: string;
|
|
220
|
+
neutral: string;
|
|
221
|
+
neutralBorder: string;
|
|
222
|
+
neutralBorderHover: string;
|
|
223
|
+
neutralSolidHover: string;
|
|
224
|
+
neutralSolidContrast: string;
|
|
225
|
+
neutralShadow: string;
|
|
226
|
+
gradient: string;
|
|
227
|
+
accents0: string;
|
|
228
|
+
accents1: string;
|
|
229
|
+
accents2: string;
|
|
230
|
+
accents3: string;
|
|
231
|
+
accents4: string;
|
|
232
|
+
accents5: string;
|
|
233
|
+
accents6: string;
|
|
234
|
+
accents7: string;
|
|
235
|
+
accents8: string;
|
|
236
|
+
accents9: string;
|
|
237
|
+
};
|
|
238
|
+
fonts: {
|
|
239
|
+
sans: string;
|
|
240
|
+
mono: string;
|
|
241
|
+
};
|
|
242
|
+
fontSizes: {
|
|
243
|
+
xs: string;
|
|
244
|
+
sm: string;
|
|
245
|
+
base: string;
|
|
246
|
+
md: string;
|
|
247
|
+
lg: string;
|
|
248
|
+
xl: string;
|
|
249
|
+
"2xl": string;
|
|
250
|
+
"3xl": string;
|
|
251
|
+
"4xl": string;
|
|
252
|
+
"5xl": string;
|
|
253
|
+
"6xl": string;
|
|
254
|
+
"7xl": string;
|
|
255
|
+
"8xl": string;
|
|
256
|
+
"9xl": string;
|
|
257
|
+
};
|
|
258
|
+
fontWeights: {
|
|
259
|
+
hairline: number;
|
|
260
|
+
thin: number;
|
|
261
|
+
light: number;
|
|
262
|
+
normal: number;
|
|
263
|
+
medium: number;
|
|
264
|
+
semibold: number;
|
|
265
|
+
bold: number;
|
|
266
|
+
extrabold: number;
|
|
267
|
+
black: number;
|
|
268
|
+
};
|
|
269
|
+
lineHeights: {
|
|
270
|
+
xs: number;
|
|
271
|
+
sm: number;
|
|
272
|
+
base: number;
|
|
273
|
+
md: number;
|
|
274
|
+
lg: number;
|
|
275
|
+
xl: number;
|
|
276
|
+
"2xl": number;
|
|
277
|
+
"3xl": number;
|
|
278
|
+
"4xl": number;
|
|
279
|
+
"5xl": number;
|
|
280
|
+
"6xl": number;
|
|
281
|
+
"7xl": number;
|
|
282
|
+
"8xl": number;
|
|
283
|
+
"9xl": number;
|
|
284
|
+
};
|
|
285
|
+
letterSpacings: {
|
|
286
|
+
tighter: string;
|
|
287
|
+
tight: string;
|
|
288
|
+
normal: string;
|
|
289
|
+
wide: string;
|
|
290
|
+
wider: string;
|
|
291
|
+
widest: string;
|
|
292
|
+
};
|
|
293
|
+
space: {
|
|
294
|
+
0: string;
|
|
295
|
+
xs: string;
|
|
296
|
+
sm: string;
|
|
297
|
+
md: string;
|
|
298
|
+
lg: string;
|
|
299
|
+
xl: string;
|
|
300
|
+
"2xl": string;
|
|
301
|
+
"3xl": string;
|
|
302
|
+
"4xl": string;
|
|
303
|
+
"5xl": string;
|
|
304
|
+
"6xl": string;
|
|
305
|
+
"7xl": string;
|
|
306
|
+
"8xl": string;
|
|
307
|
+
"9xl": string;
|
|
308
|
+
min: string;
|
|
309
|
+
max: string;
|
|
310
|
+
fit: string;
|
|
311
|
+
screen: string;
|
|
312
|
+
full: string;
|
|
313
|
+
px: string;
|
|
314
|
+
1: string;
|
|
315
|
+
2: string;
|
|
316
|
+
3: string;
|
|
317
|
+
4: string;
|
|
318
|
+
5: string;
|
|
319
|
+
6: string;
|
|
320
|
+
7: string;
|
|
321
|
+
8: string;
|
|
322
|
+
9: string;
|
|
323
|
+
10: string;
|
|
324
|
+
11: string;
|
|
325
|
+
12: string;
|
|
326
|
+
13: string;
|
|
327
|
+
14: string;
|
|
328
|
+
15: string;
|
|
329
|
+
16: string;
|
|
330
|
+
17: string;
|
|
331
|
+
18: string;
|
|
332
|
+
20: string;
|
|
333
|
+
24: string;
|
|
334
|
+
28: string;
|
|
335
|
+
32: string;
|
|
336
|
+
36: string;
|
|
337
|
+
40: string;
|
|
338
|
+
44: string;
|
|
339
|
+
48: string;
|
|
340
|
+
52: string;
|
|
341
|
+
56: string;
|
|
342
|
+
60: string;
|
|
343
|
+
64: string;
|
|
344
|
+
72: string;
|
|
345
|
+
80: string;
|
|
346
|
+
96: string;
|
|
347
|
+
};
|
|
348
|
+
radii: {
|
|
349
|
+
xs: string;
|
|
350
|
+
sm: string;
|
|
351
|
+
md: string;
|
|
352
|
+
base: string;
|
|
353
|
+
lg: string;
|
|
354
|
+
xl: string;
|
|
355
|
+
"2xl": string;
|
|
356
|
+
"3xl": string;
|
|
357
|
+
squared: string;
|
|
358
|
+
rounded: string;
|
|
359
|
+
pill: string;
|
|
360
|
+
};
|
|
361
|
+
zIndices: {
|
|
362
|
+
1: string;
|
|
363
|
+
2: string;
|
|
364
|
+
3: string;
|
|
365
|
+
4: string;
|
|
366
|
+
5: string;
|
|
367
|
+
10: string;
|
|
368
|
+
max: string;
|
|
369
|
+
};
|
|
370
|
+
borderWeights: {
|
|
371
|
+
light: string;
|
|
372
|
+
normal: string;
|
|
373
|
+
bold: string;
|
|
374
|
+
extrabold: string;
|
|
375
|
+
black: string;
|
|
376
|
+
};
|
|
377
|
+
transitions: {
|
|
378
|
+
default: string;
|
|
379
|
+
button: string;
|
|
380
|
+
avatar: string;
|
|
381
|
+
card: string;
|
|
382
|
+
dropdownItem: string;
|
|
383
|
+
};
|
|
384
|
+
breakpoints: {
|
|
385
|
+
xs: string;
|
|
386
|
+
sm: string;
|
|
387
|
+
md: string;
|
|
388
|
+
lg: string;
|
|
389
|
+
xl: string;
|
|
390
|
+
};
|
|
391
|
+
}, {
|
|
392
|
+
width: string;
|
|
393
|
+
height: string;
|
|
394
|
+
minWidth: string;
|
|
395
|
+
maxWidth: string;
|
|
396
|
+
minHeight: string;
|
|
397
|
+
maxHeight: string;
|
|
398
|
+
flexBasis: string;
|
|
399
|
+
gridTemplateColumns: string;
|
|
400
|
+
gridTemplateRows: string;
|
|
401
|
+
blockSize: string;
|
|
402
|
+
minBlockSize: string;
|
|
403
|
+
maxBlockSize: string;
|
|
404
|
+
inlineSize: string;
|
|
405
|
+
minInlineSize: string;
|
|
406
|
+
maxInlineSize: string;
|
|
407
|
+
borderWidth: string;
|
|
408
|
+
gap: "space";
|
|
409
|
+
gridGap: "space";
|
|
410
|
+
columnGap: "space";
|
|
411
|
+
gridColumnGap: "space";
|
|
412
|
+
rowGap: "space";
|
|
413
|
+
gridRowGap: "space";
|
|
414
|
+
inset: "space";
|
|
415
|
+
insetBlock: "space";
|
|
416
|
+
insetBlockEnd: "space";
|
|
417
|
+
insetBlockStart: "space";
|
|
418
|
+
insetInline: "space";
|
|
419
|
+
insetInlineEnd: "space";
|
|
420
|
+
insetInlineStart: "space";
|
|
421
|
+
margin: "space";
|
|
422
|
+
marginTop: "space";
|
|
423
|
+
marginRight: "space";
|
|
424
|
+
marginBottom: "space";
|
|
425
|
+
marginLeft: "space";
|
|
426
|
+
marginBlock: "space";
|
|
427
|
+
marginBlockEnd: "space";
|
|
428
|
+
marginBlockStart: "space";
|
|
429
|
+
marginInline: "space";
|
|
430
|
+
marginInlineEnd: "space";
|
|
431
|
+
marginInlineStart: "space";
|
|
432
|
+
padding: "space";
|
|
433
|
+
paddingTop: "space";
|
|
434
|
+
paddingRight: "space";
|
|
435
|
+
paddingBottom: "space";
|
|
436
|
+
paddingLeft: "space";
|
|
437
|
+
paddingBlock: "space";
|
|
438
|
+
paddingBlockEnd: "space";
|
|
439
|
+
paddingBlockStart: "space";
|
|
440
|
+
paddingInline: "space";
|
|
441
|
+
paddingInlineEnd: "space";
|
|
442
|
+
paddingInlineStart: "space";
|
|
443
|
+
scrollMargin: "space";
|
|
444
|
+
scrollMarginTop: "space";
|
|
445
|
+
scrollMarginRight: "space";
|
|
446
|
+
scrollMarginBottom: "space";
|
|
447
|
+
scrollMarginLeft: "space";
|
|
448
|
+
scrollMarginBlock: "space";
|
|
449
|
+
scrollMarginBlockEnd: "space";
|
|
450
|
+
scrollMarginBlockStart: "space";
|
|
451
|
+
scrollMarginInline: "space";
|
|
452
|
+
scrollMarginInlineEnd: "space";
|
|
453
|
+
scrollMarginInlineStart: "space";
|
|
454
|
+
scrollPadding: "space";
|
|
455
|
+
scrollPaddingTop: "space";
|
|
456
|
+
scrollPaddingRight: "space";
|
|
457
|
+
scrollPaddingBottom: "space";
|
|
458
|
+
scrollPaddingLeft: "space";
|
|
459
|
+
scrollPaddingBlock: "space";
|
|
460
|
+
scrollPaddingBlockEnd: "space";
|
|
461
|
+
scrollPaddingBlockStart: "space";
|
|
462
|
+
scrollPaddingInline: "space";
|
|
463
|
+
scrollPaddingInlineEnd: "space";
|
|
464
|
+
scrollPaddingInlineStart: "space";
|
|
465
|
+
top: "space";
|
|
466
|
+
right: "space";
|
|
467
|
+
bottom: "space";
|
|
468
|
+
left: "space";
|
|
469
|
+
fontSize: "fontSizes";
|
|
470
|
+
background: "colors";
|
|
471
|
+
backgroundColor: "colors";
|
|
472
|
+
backgroundImage: "colors";
|
|
473
|
+
borderImage: "colors";
|
|
474
|
+
border: "colors";
|
|
475
|
+
borderBlock: "colors";
|
|
476
|
+
borderBlockEnd: "colors";
|
|
477
|
+
borderBlockStart: "colors";
|
|
478
|
+
borderBottom: "colors";
|
|
479
|
+
borderBottomColor: "colors";
|
|
480
|
+
borderColor: "colors";
|
|
481
|
+
borderInline: "colors";
|
|
482
|
+
borderInlineEnd: "colors";
|
|
483
|
+
borderInlineStart: "colors";
|
|
484
|
+
borderLeft: "colors";
|
|
485
|
+
borderLeftColor: "colors";
|
|
486
|
+
borderRight: "colors";
|
|
487
|
+
borderRightColor: "colors";
|
|
488
|
+
borderTop: "colors";
|
|
489
|
+
borderTopColor: "colors";
|
|
490
|
+
caretColor: "colors";
|
|
491
|
+
color: "colors";
|
|
492
|
+
columnRuleColor: "colors";
|
|
493
|
+
outline: "colors";
|
|
494
|
+
outlineColor: "colors";
|
|
495
|
+
fill: "colors";
|
|
496
|
+
stroke: "colors";
|
|
497
|
+
textDecorationColor: "colors";
|
|
498
|
+
fontFamily: "fonts";
|
|
499
|
+
fontWeight: "fontWeights";
|
|
500
|
+
lineHeight: "lineHeights";
|
|
501
|
+
letterSpacing: "letterSpacings";
|
|
502
|
+
borderTopWidth: "borderWidths";
|
|
503
|
+
borderLeftWidth: "borderWidths";
|
|
504
|
+
borderRightWidth: "borderWidths";
|
|
505
|
+
borderBottomWidth: "borderWidths";
|
|
506
|
+
borderStyle: "borderStyles";
|
|
507
|
+
borderTopStyle: "borderStyles";
|
|
508
|
+
borderLeftStyle: "borderStyles";
|
|
509
|
+
borderRightStyle: "borderStyles";
|
|
510
|
+
borderBottomStyle: "borderStyles";
|
|
511
|
+
borderRadius: "radii";
|
|
512
|
+
borderTopLeftRadius: "radii";
|
|
513
|
+
borderTopRightRadius: "radii";
|
|
514
|
+
borderBottomRightRadius: "radii";
|
|
515
|
+
borderBottomLeftRadius: "radii";
|
|
516
|
+
boxShadow: "shadows";
|
|
517
|
+
textShadow: "shadows";
|
|
518
|
+
transition: "transitions";
|
|
519
|
+
zIndex: "zIndices";
|
|
520
|
+
}, {
|
|
521
|
+
p: (value: {
|
|
522
|
+
readonly [$$PropertyValue]: "padding";
|
|
523
|
+
}) => {
|
|
524
|
+
padding: {
|
|
525
|
+
readonly [$$PropertyValue]: "padding";
|
|
526
|
+
};
|
|
527
|
+
};
|
|
528
|
+
pt: (value: {
|
|
529
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
530
|
+
}) => {
|
|
531
|
+
paddingTop: {
|
|
532
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
533
|
+
};
|
|
534
|
+
};
|
|
535
|
+
pr: (value: {
|
|
536
|
+
readonly [$$PropertyValue]: "paddingRight";
|
|
537
|
+
}) => {
|
|
538
|
+
paddingRight: {
|
|
539
|
+
readonly [$$PropertyValue]: "paddingRight";
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
pb: (value: {
|
|
543
|
+
readonly [$$PropertyValue]: "paddingBottom";
|
|
544
|
+
}) => {
|
|
545
|
+
paddingBottom: {
|
|
546
|
+
readonly [$$PropertyValue]: "paddingBottom";
|
|
547
|
+
};
|
|
548
|
+
};
|
|
549
|
+
pl: (value: {
|
|
550
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
551
|
+
}) => {
|
|
552
|
+
paddingLeft: {
|
|
553
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
px: (value: {
|
|
557
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
558
|
+
}) => {
|
|
559
|
+
paddingLeft: {
|
|
560
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
561
|
+
};
|
|
562
|
+
paddingRight: {
|
|
563
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
py: (value: {
|
|
567
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
568
|
+
}) => {
|
|
569
|
+
paddingTop: {
|
|
570
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
571
|
+
};
|
|
572
|
+
paddingBottom: {
|
|
573
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
m: (value: {
|
|
577
|
+
readonly [$$PropertyValue]: "margin";
|
|
578
|
+
}) => {
|
|
579
|
+
margin: {
|
|
580
|
+
readonly [$$PropertyValue]: "margin";
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
mt: (value: {
|
|
584
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
585
|
+
}) => {
|
|
586
|
+
marginTop: {
|
|
587
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
588
|
+
};
|
|
589
|
+
};
|
|
590
|
+
mr: (value: {
|
|
591
|
+
readonly [$$PropertyValue]: "marginRight";
|
|
592
|
+
}) => {
|
|
593
|
+
marginRight: {
|
|
594
|
+
readonly [$$PropertyValue]: "marginRight";
|
|
595
|
+
};
|
|
596
|
+
};
|
|
597
|
+
mb: (value: {
|
|
598
|
+
readonly [$$PropertyValue]: "marginBottom";
|
|
599
|
+
}) => {
|
|
600
|
+
marginBottom: {
|
|
601
|
+
readonly [$$PropertyValue]: "marginBottom";
|
|
602
|
+
};
|
|
603
|
+
};
|
|
604
|
+
ml: (value: {
|
|
605
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
606
|
+
}) => {
|
|
607
|
+
marginLeft: {
|
|
608
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
609
|
+
};
|
|
610
|
+
};
|
|
611
|
+
mx: (value: {
|
|
612
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
613
|
+
}) => {
|
|
614
|
+
marginLeft: {
|
|
615
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
616
|
+
};
|
|
617
|
+
marginRight: {
|
|
618
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
619
|
+
};
|
|
620
|
+
};
|
|
621
|
+
my: (value: {
|
|
622
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
623
|
+
}) => {
|
|
624
|
+
marginTop: {
|
|
625
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
626
|
+
};
|
|
627
|
+
marginBottom: {
|
|
628
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
629
|
+
};
|
|
630
|
+
};
|
|
631
|
+
ta: (value: {
|
|
632
|
+
readonly [$$PropertyValue]: "textAlign";
|
|
633
|
+
}) => {
|
|
634
|
+
textAlign: {
|
|
635
|
+
readonly [$$PropertyValue]: "textAlign";
|
|
636
|
+
};
|
|
637
|
+
};
|
|
638
|
+
tt: (value: {
|
|
639
|
+
readonly [$$PropertyValue]: "textTransform";
|
|
640
|
+
}) => {
|
|
641
|
+
textTransform: {
|
|
642
|
+
readonly [$$PropertyValue]: "textTransform";
|
|
643
|
+
};
|
|
644
|
+
};
|
|
645
|
+
to: (value: {
|
|
646
|
+
readonly [$$PropertyValue]: "textOverflow";
|
|
647
|
+
}) => {
|
|
648
|
+
textOverflow: {
|
|
649
|
+
readonly [$$PropertyValue]: "textOverflow";
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
d: (value: {
|
|
653
|
+
readonly [$$PropertyValue]: "display";
|
|
654
|
+
}) => {
|
|
655
|
+
display: {
|
|
656
|
+
readonly [$$PropertyValue]: "display";
|
|
657
|
+
};
|
|
658
|
+
};
|
|
659
|
+
dflex: (value: {
|
|
660
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
661
|
+
}) => {
|
|
662
|
+
display: string;
|
|
663
|
+
alignItems: {
|
|
664
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
665
|
+
};
|
|
666
|
+
justifyContent: {
|
|
667
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
668
|
+
};
|
|
669
|
+
};
|
|
670
|
+
fd: (value: {
|
|
671
|
+
readonly [$$PropertyValue]: "flexDirection";
|
|
672
|
+
}) => {
|
|
673
|
+
flexDirection: {
|
|
674
|
+
readonly [$$PropertyValue]: "flexDirection";
|
|
675
|
+
};
|
|
676
|
+
};
|
|
677
|
+
fw: (value: {
|
|
678
|
+
readonly [$$PropertyValue]: "flexWrap";
|
|
679
|
+
}) => {
|
|
680
|
+
flexWrap: {
|
|
681
|
+
readonly [$$PropertyValue]: "flexWrap";
|
|
682
|
+
};
|
|
683
|
+
};
|
|
684
|
+
ai: (value: {
|
|
685
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
686
|
+
}) => {
|
|
687
|
+
alignItems: {
|
|
688
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
ac: (value: {
|
|
692
|
+
readonly [$$PropertyValue]: "alignContent";
|
|
693
|
+
}) => {
|
|
694
|
+
alignContent: {
|
|
695
|
+
readonly [$$PropertyValue]: "alignContent";
|
|
696
|
+
};
|
|
697
|
+
};
|
|
698
|
+
jc: (value: {
|
|
699
|
+
readonly [$$PropertyValue]: "justifyContent";
|
|
700
|
+
}) => {
|
|
701
|
+
justifyContent: {
|
|
702
|
+
readonly [$$PropertyValue]: "justifyContent";
|
|
703
|
+
};
|
|
704
|
+
};
|
|
705
|
+
as: (value: {
|
|
706
|
+
readonly [$$PropertyValue]: "alignSelf";
|
|
707
|
+
}) => {
|
|
708
|
+
alignSelf: {
|
|
709
|
+
readonly [$$PropertyValue]: "alignSelf";
|
|
710
|
+
};
|
|
711
|
+
};
|
|
712
|
+
fg: (value: {
|
|
713
|
+
readonly [$$PropertyValue]: "flexGrow";
|
|
714
|
+
}) => {
|
|
715
|
+
flexGrow: {
|
|
716
|
+
readonly [$$PropertyValue]: "flexGrow";
|
|
717
|
+
};
|
|
718
|
+
};
|
|
719
|
+
fs: (value: {
|
|
720
|
+
readonly [$$PropertyValue]: "fontSize";
|
|
721
|
+
}) => {
|
|
722
|
+
fontSize: {
|
|
723
|
+
readonly [$$PropertyValue]: "fontSize";
|
|
724
|
+
};
|
|
725
|
+
};
|
|
726
|
+
fb: (value: {
|
|
727
|
+
readonly [$$PropertyValue]: "flexBasis";
|
|
728
|
+
}) => {
|
|
729
|
+
flexBasis: {
|
|
730
|
+
readonly [$$PropertyValue]: "flexBasis";
|
|
731
|
+
};
|
|
732
|
+
};
|
|
733
|
+
bc: (value: {
|
|
734
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
735
|
+
}) => {
|
|
736
|
+
backgroundColor: {
|
|
737
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
738
|
+
};
|
|
739
|
+
};
|
|
740
|
+
bf: (value: {
|
|
741
|
+
readonly [$$PropertyValue]: "backdropFilter";
|
|
742
|
+
}) => {
|
|
743
|
+
backdropFilter: {
|
|
744
|
+
readonly [$$PropertyValue]: "backdropFilter";
|
|
745
|
+
};
|
|
746
|
+
};
|
|
747
|
+
bg: (value: {
|
|
748
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
749
|
+
}) => {
|
|
750
|
+
background: {
|
|
751
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
752
|
+
};
|
|
753
|
+
};
|
|
754
|
+
bgBlur: (value: {
|
|
755
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
756
|
+
}) => {
|
|
757
|
+
bf: string;
|
|
758
|
+
bg: {
|
|
759
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
760
|
+
};
|
|
761
|
+
};
|
|
762
|
+
bgColor: (value: {
|
|
763
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
764
|
+
}) => {
|
|
765
|
+
backgroundColor: {
|
|
766
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
767
|
+
};
|
|
768
|
+
};
|
|
769
|
+
backgroundClip: (value: {
|
|
770
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
771
|
+
}) => {
|
|
772
|
+
WebkitBackgroundClip: {
|
|
773
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
774
|
+
};
|
|
775
|
+
backgroundClip: {
|
|
776
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
777
|
+
};
|
|
778
|
+
};
|
|
779
|
+
bgClip: (value: {
|
|
780
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
781
|
+
}) => {
|
|
782
|
+
WebkitBackgroundClip: {
|
|
783
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
784
|
+
};
|
|
785
|
+
backgroundClip: {
|
|
786
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
787
|
+
};
|
|
788
|
+
};
|
|
789
|
+
br: (value: {
|
|
790
|
+
readonly [$$PropertyValue]: "borderRadius";
|
|
791
|
+
}) => {
|
|
792
|
+
borderRadius: {
|
|
793
|
+
readonly [$$PropertyValue]: "borderRadius";
|
|
794
|
+
};
|
|
795
|
+
};
|
|
796
|
+
bw: (value: {
|
|
797
|
+
readonly [$$PropertyValue]: "borderWidth";
|
|
798
|
+
}) => {
|
|
799
|
+
borderWidth: {
|
|
800
|
+
readonly [$$PropertyValue]: "borderWidth";
|
|
801
|
+
};
|
|
802
|
+
};
|
|
803
|
+
btrr: (value: {
|
|
804
|
+
readonly [$$PropertyValue]: "borderTopRightRadius";
|
|
805
|
+
}) => {
|
|
806
|
+
borderTopRightRadius: {
|
|
807
|
+
readonly [$$PropertyValue]: "borderTopRightRadius";
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
bbrr: (value: {
|
|
811
|
+
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
|
812
|
+
}) => {
|
|
813
|
+
borderBottomRightRadius: {
|
|
814
|
+
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
|
815
|
+
};
|
|
816
|
+
};
|
|
817
|
+
bblr: (value: {
|
|
818
|
+
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
|
819
|
+
}) => {
|
|
820
|
+
borderBottomLeftRadius: {
|
|
821
|
+
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
btlr: (value: {
|
|
825
|
+
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
|
826
|
+
}) => {
|
|
827
|
+
borderTopLeftRadius: {
|
|
828
|
+
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
|
829
|
+
};
|
|
830
|
+
};
|
|
831
|
+
bs: (value: {
|
|
832
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
833
|
+
}) => {
|
|
834
|
+
boxShadow: {
|
|
835
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
836
|
+
};
|
|
837
|
+
};
|
|
838
|
+
ds: (value: {
|
|
839
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
840
|
+
}) => {
|
|
841
|
+
dropShadow: {
|
|
842
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
843
|
+
};
|
|
844
|
+
};
|
|
845
|
+
shadow: (value: {
|
|
846
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
847
|
+
}) => {
|
|
848
|
+
boxShadow: {
|
|
849
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
dshadow: (value: {
|
|
853
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
854
|
+
}) => {
|
|
855
|
+
dropShadow: {
|
|
856
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
857
|
+
};
|
|
858
|
+
};
|
|
859
|
+
dropShadow: (value: {
|
|
860
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
861
|
+
}) => {
|
|
862
|
+
filter: string;
|
|
863
|
+
};
|
|
864
|
+
normalShadow: (value: {
|
|
865
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
866
|
+
}) => {
|
|
867
|
+
boxShadow: string;
|
|
868
|
+
};
|
|
869
|
+
normalShadowVar: (value: {
|
|
870
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
871
|
+
}) => {
|
|
872
|
+
boxShadow: string;
|
|
873
|
+
};
|
|
874
|
+
lh: (value: {
|
|
875
|
+
readonly [$$PropertyValue]: "lineHeight";
|
|
876
|
+
}) => {
|
|
877
|
+
lineHeight: {
|
|
878
|
+
readonly [$$PropertyValue]: "lineHeight";
|
|
879
|
+
};
|
|
880
|
+
};
|
|
881
|
+
ov: (value: {
|
|
882
|
+
readonly [$$PropertyValue]: "overflow";
|
|
883
|
+
}) => {
|
|
884
|
+
overflow: {
|
|
885
|
+
readonly [$$PropertyValue]: "overflow";
|
|
886
|
+
};
|
|
887
|
+
};
|
|
888
|
+
ox: (value: {
|
|
889
|
+
readonly [$$PropertyValue]: "overflowX";
|
|
890
|
+
}) => {
|
|
891
|
+
overflowX: {
|
|
892
|
+
readonly [$$PropertyValue]: "overflowX";
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
oy: (value: {
|
|
896
|
+
readonly [$$PropertyValue]: "overflowY";
|
|
897
|
+
}) => {
|
|
898
|
+
overflowY: {
|
|
899
|
+
readonly [$$PropertyValue]: "overflowY";
|
|
900
|
+
};
|
|
901
|
+
};
|
|
902
|
+
pe: (value: {
|
|
903
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
|
904
|
+
}) => {
|
|
905
|
+
pointerEvents: {
|
|
906
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
|
907
|
+
};
|
|
908
|
+
};
|
|
909
|
+
events: (value: {
|
|
910
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
|
911
|
+
}) => {
|
|
912
|
+
pointerEvents: {
|
|
913
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
|
914
|
+
};
|
|
915
|
+
};
|
|
916
|
+
us: (value: {
|
|
917
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
918
|
+
}) => {
|
|
919
|
+
WebkitUserSelect: {
|
|
920
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
921
|
+
};
|
|
922
|
+
userSelect: {
|
|
923
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
924
|
+
};
|
|
925
|
+
};
|
|
926
|
+
userSelect: (value: {
|
|
927
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
928
|
+
}) => {
|
|
929
|
+
WebkitUserSelect: {
|
|
930
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
931
|
+
};
|
|
932
|
+
userSelect: {
|
|
933
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
934
|
+
};
|
|
935
|
+
};
|
|
936
|
+
w: (value: {
|
|
937
|
+
readonly [$$PropertyValue]: "width";
|
|
938
|
+
}) => {
|
|
939
|
+
width: {
|
|
940
|
+
readonly [$$PropertyValue]: "width";
|
|
941
|
+
};
|
|
942
|
+
};
|
|
943
|
+
h: (value: {
|
|
944
|
+
readonly [$$PropertyValue]: "height";
|
|
945
|
+
}) => {
|
|
946
|
+
height: {
|
|
947
|
+
readonly [$$PropertyValue]: "height";
|
|
948
|
+
};
|
|
949
|
+
};
|
|
950
|
+
mw: (value: {
|
|
951
|
+
readonly [$$PropertyValue]: "maxWidth";
|
|
952
|
+
}) => {
|
|
953
|
+
maxWidth: {
|
|
954
|
+
readonly [$$PropertyValue]: "maxWidth";
|
|
955
|
+
};
|
|
956
|
+
};
|
|
957
|
+
maxW: (value: {
|
|
958
|
+
readonly [$$PropertyValue]: "maxWidth";
|
|
959
|
+
}) => {
|
|
960
|
+
maxWidth: {
|
|
961
|
+
readonly [$$PropertyValue]: "maxWidth";
|
|
962
|
+
};
|
|
963
|
+
};
|
|
964
|
+
mh: (value: {
|
|
965
|
+
readonly [$$PropertyValue]: "maxHeight";
|
|
966
|
+
}) => {
|
|
967
|
+
maxHeight: {
|
|
968
|
+
readonly [$$PropertyValue]: "maxHeight";
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
maxH: (value: {
|
|
972
|
+
readonly [$$PropertyValue]: "maxHeight";
|
|
973
|
+
}) => {
|
|
974
|
+
maxHeight: {
|
|
975
|
+
readonly [$$PropertyValue]: "maxHeight";
|
|
976
|
+
};
|
|
977
|
+
};
|
|
978
|
+
size: (value: {
|
|
979
|
+
readonly [$$PropertyValue]: "width";
|
|
980
|
+
}) => {
|
|
981
|
+
width: {
|
|
982
|
+
readonly [$$PropertyValue]: "width";
|
|
983
|
+
};
|
|
984
|
+
height: {
|
|
985
|
+
readonly [$$PropertyValue]: "width";
|
|
986
|
+
};
|
|
987
|
+
};
|
|
988
|
+
minSize: (value: {
|
|
989
|
+
readonly [$$PropertyValue]: "width";
|
|
990
|
+
}) => {
|
|
991
|
+
minWidth: {
|
|
992
|
+
readonly [$$PropertyValue]: "width";
|
|
993
|
+
};
|
|
994
|
+
minHeight: {
|
|
995
|
+
readonly [$$PropertyValue]: "width";
|
|
996
|
+
};
|
|
997
|
+
width: {
|
|
998
|
+
readonly [$$PropertyValue]: "width";
|
|
999
|
+
};
|
|
1000
|
+
height: {
|
|
1001
|
+
readonly [$$PropertyValue]: "width";
|
|
1002
|
+
};
|
|
1003
|
+
};
|
|
1004
|
+
sizeMin: (value: {
|
|
1005
|
+
readonly [$$PropertyValue]: "width";
|
|
1006
|
+
}) => {
|
|
1007
|
+
minWidth: {
|
|
1008
|
+
readonly [$$PropertyValue]: "width";
|
|
1009
|
+
};
|
|
1010
|
+
minHeight: {
|
|
1011
|
+
readonly [$$PropertyValue]: "width";
|
|
1012
|
+
};
|
|
1013
|
+
width: {
|
|
1014
|
+
readonly [$$PropertyValue]: "width";
|
|
1015
|
+
};
|
|
1016
|
+
height: {
|
|
1017
|
+
readonly [$$PropertyValue]: "width";
|
|
1018
|
+
};
|
|
1019
|
+
};
|
|
1020
|
+
maxSize: (value: {
|
|
1021
|
+
readonly [$$PropertyValue]: "width";
|
|
1022
|
+
}) => {
|
|
1023
|
+
maxWidth: {
|
|
1024
|
+
readonly [$$PropertyValue]: "width";
|
|
1025
|
+
};
|
|
1026
|
+
maxHeight: {
|
|
1027
|
+
readonly [$$PropertyValue]: "width";
|
|
1028
|
+
};
|
|
1029
|
+
};
|
|
1030
|
+
sizeMax: (value: {
|
|
1031
|
+
readonly [$$PropertyValue]: "width";
|
|
1032
|
+
}) => {
|
|
1033
|
+
maxWidth: {
|
|
1034
|
+
readonly [$$PropertyValue]: "width";
|
|
1035
|
+
};
|
|
1036
|
+
maxHeight: {
|
|
1037
|
+
readonly [$$PropertyValue]: "width";
|
|
1038
|
+
};
|
|
1039
|
+
};
|
|
1040
|
+
appearance: (value: {
|
|
1041
|
+
readonly [$$PropertyValue]: "appearance";
|
|
1042
|
+
}) => {
|
|
1043
|
+
WebkitAppearance: {
|
|
1044
|
+
readonly [$$PropertyValue]: "appearance";
|
|
1045
|
+
};
|
|
1046
|
+
appearance: {
|
|
1047
|
+
readonly [$$PropertyValue]: "appearance";
|
|
1048
|
+
};
|
|
1049
|
+
};
|
|
1050
|
+
scale: (value: {
|
|
1051
|
+
readonly [$$PropertyValue]: "scale";
|
|
1052
|
+
}) => {
|
|
1053
|
+
transform: string;
|
|
1054
|
+
};
|
|
1055
|
+
linearGradient: (value: {
|
|
1056
|
+
readonly [$$PropertyValue]: "backgroundImage";
|
|
1057
|
+
}) => {
|
|
1058
|
+
backgroundImage: string;
|
|
1059
|
+
};
|
|
1060
|
+
tdl: (value: {
|
|
1061
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1062
|
+
}) => {
|
|
1063
|
+
textDecorationLine: {
|
|
1064
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1065
|
+
};
|
|
1066
|
+
};
|
|
1067
|
+
truncateText: (value: {
|
|
1068
|
+
readonly [$$PropertyValue]: "width";
|
|
1069
|
+
}) => {
|
|
1070
|
+
maxWidth: {
|
|
1071
|
+
readonly [$$PropertyValue]: "width";
|
|
1072
|
+
};
|
|
1073
|
+
whiteSpace: string;
|
|
1074
|
+
overflow: string;
|
|
1075
|
+
textOverflow: string;
|
|
1076
|
+
};
|
|
1077
|
+
textGradient: (value: {
|
|
1078
|
+
readonly [$$PropertyValue]: "backgroundImage";
|
|
1079
|
+
}) => {
|
|
1080
|
+
backgroundImage: string;
|
|
1081
|
+
WebkitBackgroundClip: string;
|
|
1082
|
+
WebkitTextFillColor: string;
|
|
1083
|
+
"&::selection": {
|
|
1084
|
+
WebkitTextFillColor: string;
|
|
1085
|
+
};
|
|
1086
|
+
};
|
|
1087
|
+
}>>;
|
|
1088
|
+
declare type ButtonIconVariants = VariantProps<typeof StyledButtonIcon>;
|
|
1089
|
+
export declare type ButtonIconProps = Props & typeof defaultProps & ButtonIconVariants & {
|
|
1090
|
+
css?: CSS;
|
|
1091
|
+
};
|
|
1092
|
+
declare const _default: React.ComponentType<Partial<{
|
|
1093
|
+
className: string;
|
|
1094
|
+
}> & Omit<ButtonIconProps, "className">>;
|
|
1095
|
+
export default _default;
|