@nextui-org/react 1.0.2-beta.4 → 1.0.2-beta.5-dbg1
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/lib/LICENSE +21 -0
- package/lib/README.md +98 -0
- package/{avatar → lib/avatar}/package.json +0 -0
- package/{backdrop → lib/backdrop}/package.json +0 -0
- package/{button → lib/button}/package.json +0 -0
- package/{card → lib/card}/package.json +0 -0
- package/{checkbox → lib/checkbox}/package.json +0 -0
- package/{cjs → lib/cjs}/avatar/avatar-group.js +0 -0
- package/{cjs → lib/cjs}/avatar/avatar-group.styles.js +0 -0
- package/{cjs → lib/cjs}/avatar/avatar.js +0 -0
- package/lib/cjs/avatar/avatar.styles.js +1 -0
- package/{cjs → lib/cjs}/avatar/index.js +0 -0
- package/{cjs → lib/cjs}/backdrop/backdrop.js +0 -0
- package/{cjs → lib/cjs}/backdrop/backdrop.styles.js +0 -0
- package/{cjs → lib/cjs}/backdrop/index.js +0 -0
- package/{cjs → lib/cjs}/button/button-group-context.js +0 -0
- package/{cjs → lib/cjs}/button/button-group.js +0 -0
- package/{cjs → lib/cjs}/button/button-group.styles.js +0 -0
- package/{cjs → lib/cjs}/button/button-icon.js +0 -0
- package/{cjs → lib/cjs}/button/button.js +0 -0
- package/{cjs → lib/cjs}/button/button.styles.js +0 -0
- package/{cjs → lib/cjs}/button/index.js +0 -0
- package/{cjs → lib/cjs}/button/utils.js +0 -0
- package/{cjs → lib/cjs}/card/card.js +0 -0
- package/{cjs → lib/cjs}/card/card.styles.js +0 -0
- package/{cjs → lib/cjs}/card/index.js +0 -0
- package/{cjs → lib/cjs}/checkbox/checkbox-context.js +0 -0
- package/{cjs → lib/cjs}/checkbox/checkbox-group.js +0 -0
- package/lib/cjs/checkbox/checkbox.js +1 -0
- package/lib/cjs/checkbox/checkbox.styles.js +1 -0
- package/{cjs → lib/cjs}/checkbox/index.js +0 -0
- package/{cjs → lib/cjs}/code/code.js +0 -0
- package/{cjs → lib/cjs}/code/code.styles.js +0 -0
- package/{cjs → lib/cjs}/code/index.js +0 -0
- package/{cjs → lib/cjs}/col/col.js +0 -0
- package/{cjs → lib/cjs}/col/col.styles.js +0 -0
- package/{cjs → lib/cjs}/col/index.js +0 -0
- package/{cjs → lib/cjs}/collapse/collapse-context.js +0 -0
- package/{cjs → lib/cjs}/collapse/collapse-group.js +0 -0
- package/{cjs → lib/cjs}/collapse/collapse-icon.js +0 -0
- package/{cjs → lib/cjs}/collapse/collapse.js +0 -0
- package/{cjs → lib/cjs}/collapse/collapse.styles.js +0 -0
- package/{cjs → lib/cjs}/collapse/index.js +0 -0
- package/{cjs → lib/cjs}/container/container.js +0 -0
- package/{cjs → lib/cjs}/container/container.styles.js +0 -0
- package/{cjs → lib/cjs}/container/index.js +0 -0
- package/{cjs → lib/cjs}/css-baseline/css-baseline.js +0 -0
- package/{cjs → lib/cjs}/css-baseline/index.js +0 -0
- package/{cjs → lib/cjs}/divider/divider.js +0 -0
- package/{cjs → lib/cjs}/divider/divider.styles.js +0 -0
- package/{cjs → lib/cjs}/divider/index.js +0 -0
- package/{cjs → lib/cjs}/grid/grid-container.js +0 -0
- package/{cjs → lib/cjs}/grid/grid-item.js +0 -0
- package/{cjs → lib/cjs}/grid/grid.js +0 -0
- package/{cjs → lib/cjs}/grid/grid.styles.js +0 -0
- package/{cjs → lib/cjs}/grid/index.js +0 -0
- package/{cjs → lib/cjs}/image/image.js +0 -0
- package/{cjs → lib/cjs}/image/image.skeleton.js +0 -0
- package/{cjs → lib/cjs}/image/image.styles.js +0 -0
- package/{cjs → lib/cjs}/image/index.js +0 -0
- package/lib/cjs/index.js +1 -0
- package/{cjs → lib/cjs}/input/index.js +0 -0
- package/{cjs → lib/cjs}/input/input-password.js +0 -0
- package/{cjs → lib/cjs}/input/input-props.js +0 -0
- package/{cjs → lib/cjs}/input/input.js +0 -0
- package/{cjs → lib/cjs}/input/input.styles.js +0 -0
- package/{cjs → lib/cjs}/input/password-icon.js +0 -0
- package/{cjs → lib/cjs}/link/icon.js +0 -0
- package/{cjs → lib/cjs}/link/index.js +0 -0
- package/{cjs → lib/cjs}/link/link.js +0 -0
- package/{cjs → lib/cjs}/link/link.styles.js +0 -0
- package/{cjs → lib/cjs}/loading/index.js +0 -0
- package/{cjs → lib/cjs}/loading/loading.js +0 -0
- package/{cjs → lib/cjs}/loading/loading.styles.js +0 -0
- package/{cjs → lib/cjs}/loading/spinner.js +0 -0
- package/{cjs → lib/cjs}/modal/index.js +0 -0
- package/{cjs → lib/cjs}/modal/modal-body.js +0 -0
- package/{cjs → lib/cjs}/modal/modal-close-button.js +0 -0
- package/{cjs → lib/cjs}/modal/modal-context.js +0 -0
- package/{cjs → lib/cjs}/modal/modal-footer.js +0 -0
- package/{cjs → lib/cjs}/modal/modal-header.js +0 -0
- package/{cjs → lib/cjs}/modal/modal-wrapper.js +0 -0
- package/{cjs → lib/cjs}/modal/modal.js +0 -0
- package/{cjs → lib/cjs}/modal/modal.styles.js +0 -0
- package/{cjs → lib/cjs}/modal/use-modal.js +0 -0
- package/{cjs → lib/cjs}/pagination/index.js +0 -0
- package/{cjs → lib/cjs}/pagination/pagination-ellipsis.js +0 -0
- package/lib/cjs/pagination/pagination-highlight.js +1 -0
- package/{cjs → lib/cjs}/pagination/pagination-icon.js +0 -0
- package/{cjs → lib/cjs}/pagination/pagination-item.js +0 -0
- package/{cjs → lib/cjs}/pagination/pagination.js +1 -1
- package/lib/cjs/pagination/pagination.styles.js +1 -0
- package/{cjs → lib/cjs}/progress/index.js +0 -0
- package/{cjs → lib/cjs}/progress/progress.js +0 -0
- package/{cjs → lib/cjs}/progress/progress.styles.js +0 -0
- package/{cjs → lib/cjs}/radio/index.js +0 -0
- package/{cjs → lib/cjs}/radio/radio-context.js +0 -0
- package/{cjs → lib/cjs}/radio/radio-group.js +0 -0
- package/{cjs → lib/cjs}/radio/radio.js +0 -0
- package/{cjs → lib/cjs}/radio/radio.styles.js +0 -0
- package/{cjs → lib/cjs}/row/index.js +0 -0
- package/{cjs → lib/cjs}/row/row.js +0 -0
- package/{cjs → lib/cjs}/row/row.styles.js +0 -0
- package/{cjs → lib/cjs}/snippet/index.js +0 -0
- package/{cjs → lib/cjs}/snippet/snippet-icon.js +0 -0
- package/{cjs → lib/cjs}/snippet/snippet.js +0 -0
- package/{cjs → lib/cjs}/snippet/snippet.styles.js +0 -0
- package/{cjs → lib/cjs}/spacer/index.js +0 -0
- package/lib/cjs/spacer/spacer.js +1 -0
- package/{cjs → lib/cjs}/spacer/spacer.styles.js +0 -0
- package/{cjs → lib/cjs}/switch/index.js +0 -0
- package/{cjs → lib/cjs}/switch/switch.js +0 -0
- package/{cjs → lib/cjs}/switch/switch.styles.js +0 -0
- package/lib/cjs/table/base/index.js +1 -0
- package/lib/cjs/table/base/table-body.js +1 -0
- package/lib/cjs/table/base/table-cell.js +1 -0
- package/lib/cjs/table/base/table-column.js +1 -0
- package/lib/cjs/table/base/table-header.js +1 -0
- package/lib/cjs/table/base/table-row.js +1 -0
- package/lib/cjs/table/index.js +1 -0
- package/lib/cjs/table/table-body.js +1 -0
- package/lib/cjs/table/table-cell.js +1 -0
- package/lib/cjs/table/table-checkbox-cell.js +1 -0
- package/lib/cjs/table/table-column-header.js +1 -0
- package/lib/cjs/table/table-context.js +1 -0
- package/lib/cjs/table/table-footer.js +1 -0
- package/lib/cjs/table/table-header-row.js +1 -0
- package/lib/cjs/table/table-pagination.js +1 -0
- package/lib/cjs/table/table-row-group.js +1 -0
- package/lib/cjs/table/table-row.js +1 -0
- package/lib/cjs/table/table-select-all-checkbox.js +1 -0
- package/lib/cjs/table/table-sort-icon.js +1 -0
- package/lib/cjs/table/table.js +1 -0
- package/lib/cjs/table/table.styles.js +1 -0
- package/lib/cjs/table/utils.js +1 -0
- package/{cjs → lib/cjs}/text/child.js +0 -0
- package/{cjs → lib/cjs}/text/index.js +0 -0
- package/{cjs → lib/cjs}/text/text.js +0 -0
- package/{cjs → lib/cjs}/text/text.styles.js +0 -0
- package/{cjs → lib/cjs}/textarea/index.js +0 -0
- package/{cjs → lib/cjs}/textarea/textarea.js +0 -0
- package/{cjs → lib/cjs}/textarea/utils.js +0 -0
- package/{cjs → lib/cjs}/theme/common.js +1 -1
- package/{cjs → lib/cjs}/theme/dark-theme.js +0 -0
- package/{cjs → lib/cjs}/theme/index.js +0 -0
- package/{cjs → lib/cjs}/theme/light-theme.js +0 -0
- package/lib/cjs/theme/stitches.config.js +1 -0
- package/{cjs → lib/cjs}/theme/theme-context.js +0 -0
- package/{cjs → lib/cjs}/theme/theme-provider.js +0 -0
- package/{cjs → lib/cjs}/theme/types.js +0 -0
- package/{cjs → lib/cjs}/theme/utils.js +1 -1
- package/{cjs → lib/cjs}/tooltip/index.js +0 -0
- package/{cjs → lib/cjs}/tooltip/placement.js +0 -0
- package/{cjs → lib/cjs}/tooltip/tooltip-content.js +0 -0
- package/{cjs → lib/cjs}/tooltip/tooltip.js +1 -1
- package/lib/cjs/tooltip/tooltip.styles.js +1 -0
- package/{cjs → lib/cjs}/use-body-scroll/index.js +0 -0
- package/{cjs → lib/cjs}/use-body-scroll/use-body-scroll.js +0 -0
- package/{cjs → lib/cjs}/use-click-anywhere/index.js +0 -0
- package/{cjs → lib/cjs}/use-click-anywhere/use-click-anywhere.js +0 -0
- package/{cjs → lib/cjs}/use-click-away/index.js +0 -0
- package/{cjs → lib/cjs}/use-click-away/use-click-away.js +0 -0
- package/{cjs → lib/cjs}/use-clipboard/index.js +0 -0
- package/{cjs → lib/cjs}/use-clipboard/use-clipboard.js +0 -0
- package/{cjs → lib/cjs}/use-current-state/index.js +0 -0
- package/{cjs → lib/cjs}/use-current-state/use-current-state.js +0 -0
- package/{cjs → lib/cjs}/use-drip/index.js +0 -0
- package/{cjs → lib/cjs}/use-drip/use-drip.js +0 -0
- package/{cjs → lib/cjs}/use-input/index.js +0 -0
- package/{cjs → lib/cjs}/use-input/use-input.js +0 -0
- package/{cjs → lib/cjs}/use-keyboard/codes.js +0 -0
- package/{cjs → lib/cjs}/use-keyboard/helper.js +0 -0
- package/{cjs → lib/cjs}/use-keyboard/index.js +0 -0
- package/{cjs → lib/cjs}/use-keyboard/use-keyboard.js +0 -0
- package/lib/cjs/use-pagination/index.js +1 -0
- package/{cjs → lib/cjs}/use-portal/index.js +0 -0
- package/{cjs → lib/cjs}/use-portal/use-portal.js +0 -0
- package/{cjs → lib/cjs}/use-real-shape/index.js +0 -0
- package/{cjs → lib/cjs}/use-real-shape/use-real-shape.js +0 -0
- package/{cjs → lib/cjs}/use-resize/index.js +0 -0
- package/{cjs → lib/cjs}/use-resize/use-resize.js +0 -0
- package/{cjs → lib/cjs}/use-ssr/index.js +0 -0
- package/{cjs → lib/cjs}/use-ssr/use-ssr.js +0 -0
- package/{cjs → lib/cjs}/use-theme/index.js +0 -0
- package/{cjs → lib/cjs}/use-theme/use-theme.js +0 -0
- package/{cjs → lib/cjs}/use-warning/index.js +0 -0
- package/{cjs → lib/cjs}/use-warning/use-warning.js +0 -0
- package/lib/cjs/user/index.js +1 -0
- package/{cjs → lib/cjs}/user/user-link.js +0 -0
- package/lib/cjs/user/user.js +1 -0
- package/lib/cjs/user/user.styles.js +1 -0
- package/{cjs → lib/cjs}/utils/assertion.js +0 -0
- package/{cjs → lib/cjs}/utils/clear-icon.js +0 -0
- package/{cjs → lib/cjs}/utils/clsx.js +0 -0
- package/lib/cjs/utils/collections.js +1 -0
- package/{cjs → lib/cjs}/utils/color.js +0 -0
- package/{cjs → lib/cjs}/utils/css-transition.js +0 -0
- package/{cjs → lib/cjs}/utils/deep-merge.js +0 -0
- package/{cjs → lib/cjs}/utils/dimensions.js +0 -0
- package/{cjs → lib/cjs}/utils/dom.js +0 -0
- package/{cjs → lib/cjs}/utils/drip.js +0 -0
- package/{cjs → lib/cjs}/utils/expand.js +0 -0
- package/lib/cjs/utils/icons.js +1 -0
- package/{cjs → lib/cjs}/utils/numbers.js +0 -0
- package/lib/cjs/utils/object.js +1 -0
- package/lib/cjs/utils/prop-types.js +1 -0
- package/{cjs → lib/cjs}/utils/react.js +0 -0
- package/{cjs → lib/cjs}/utils/strings.js +0 -0
- package/{cjs → lib/cjs}/utils/types.d.js +0 -0
- package/{cjs → lib/cjs}/utils/with-defaults.js +0 -0
- package/{code → lib/code}/package.json +0 -0
- package/{col → lib/col}/package.json +0 -0
- package/{collapse → lib/collapse}/package.json +0 -0
- package/{container → lib/container}/package.json +0 -0
- package/{css-baseline → lib/css-baseline}/package.json +0 -0
- package/{divider → lib/divider}/package.json +0 -0
- package/{esm → lib/esm}/avatar/avatar-group.js +0 -0
- package/{esm → lib/esm}/avatar/avatar-group.styles.js +0 -0
- package/{esm → lib/esm}/avatar/avatar.js +0 -0
- package/lib/esm/avatar/avatar.styles.js +1 -0
- package/{esm → lib/esm}/avatar/index.js +0 -0
- package/{esm → lib/esm}/backdrop/backdrop.js +0 -0
- package/{esm → lib/esm}/backdrop/backdrop.styles.js +0 -0
- package/{esm → lib/esm}/backdrop/index.js +0 -0
- package/{esm → lib/esm}/button/button-group-context.js +0 -0
- package/{esm → lib/esm}/button/button-group.js +0 -0
- package/{esm → lib/esm}/button/button-group.styles.js +0 -0
- package/{esm → lib/esm}/button/button-icon.js +0 -0
- package/{esm → lib/esm}/button/button.js +0 -0
- package/{esm → lib/esm}/button/button.styles.js +0 -0
- package/{esm → lib/esm}/button/index.js +0 -0
- package/{esm → lib/esm}/button/utils.js +0 -0
- package/{esm → lib/esm}/card/card.js +0 -0
- package/{esm → lib/esm}/card/card.styles.js +0 -0
- package/{esm → lib/esm}/card/index.js +0 -0
- package/{esm → lib/esm}/checkbox/checkbox-context.js +0 -0
- package/{esm → lib/esm}/checkbox/checkbox-group.js +0 -0
- package/lib/esm/checkbox/checkbox.js +1 -0
- package/lib/esm/checkbox/checkbox.styles.js +1 -0
- package/{esm → lib/esm}/checkbox/index.js +0 -0
- package/{esm → lib/esm}/code/code.js +0 -0
- package/{esm → lib/esm}/code/code.styles.js +0 -0
- package/{esm → lib/esm}/code/index.js +0 -0
- package/{esm → lib/esm}/col/col.js +0 -0
- package/{esm → lib/esm}/col/col.styles.js +0 -0
- package/{esm → lib/esm}/col/index.js +0 -0
- package/{esm → lib/esm}/collapse/collapse-context.js +0 -0
- package/{esm → lib/esm}/collapse/collapse-group.js +0 -0
- package/{esm → lib/esm}/collapse/collapse-icon.js +0 -0
- package/{esm → lib/esm}/collapse/collapse.js +0 -0
- package/{esm → lib/esm}/collapse/collapse.styles.js +0 -0
- package/{esm → lib/esm}/collapse/index.js +0 -0
- package/{esm → lib/esm}/container/container.js +0 -0
- package/{esm → lib/esm}/container/container.styles.js +0 -0
- package/{esm → lib/esm}/container/index.js +0 -0
- package/{esm → lib/esm}/css-baseline/css-baseline.js +0 -0
- package/{esm → lib/esm}/css-baseline/index.js +0 -0
- package/{esm → lib/esm}/divider/divider.js +0 -0
- package/{esm → lib/esm}/divider/divider.styles.js +0 -0
- package/{esm → lib/esm}/divider/index.js +0 -0
- package/{esm → lib/esm}/grid/grid-container.js +0 -0
- package/{esm → lib/esm}/grid/grid-item.js +0 -0
- package/{esm → lib/esm}/grid/grid.js +0 -0
- package/{esm → lib/esm}/grid/grid.styles.js +0 -0
- package/{esm → lib/esm}/grid/index.js +0 -0
- package/{esm → lib/esm}/image/image.js +0 -0
- package/{esm → lib/esm}/image/image.skeleton.js +0 -0
- package/{esm → lib/esm}/image/image.styles.js +0 -0
- package/{esm → lib/esm}/image/index.js +0 -0
- package/lib/esm/index.js +1 -0
- package/{esm → lib/esm}/input/index.js +0 -0
- package/{esm → lib/esm}/input/input-password.js +0 -0
- package/{esm → lib/esm}/input/input-props.js +0 -0
- package/{esm → lib/esm}/input/input.js +0 -0
- package/{esm → lib/esm}/input/input.styles.js +0 -0
- package/{esm → lib/esm}/input/password-icon.js +0 -0
- package/{esm → lib/esm}/link/icon.js +0 -0
- package/{esm → lib/esm}/link/index.js +0 -0
- package/{esm → lib/esm}/link/link.js +0 -0
- package/{esm → lib/esm}/link/link.styles.js +0 -0
- package/{esm → lib/esm}/loading/index.js +0 -0
- package/{esm → lib/esm}/loading/loading.js +0 -0
- package/{esm → lib/esm}/loading/loading.styles.js +0 -0
- package/{esm → lib/esm}/loading/spinner.js +0 -0
- package/{esm → lib/esm}/modal/index.js +0 -0
- package/{esm → lib/esm}/modal/modal-body.js +0 -0
- package/{esm → lib/esm}/modal/modal-close-button.js +0 -0
- package/{esm → lib/esm}/modal/modal-context.js +0 -0
- package/{esm → lib/esm}/modal/modal-footer.js +0 -0
- package/{esm → lib/esm}/modal/modal-header.js +0 -0
- package/{esm → lib/esm}/modal/modal-wrapper.js +0 -0
- package/{esm → lib/esm}/modal/modal.js +0 -0
- package/{esm → lib/esm}/modal/modal.styles.js +0 -0
- package/{esm → lib/esm}/modal/use-modal.js +0 -0
- package/{esm → lib/esm}/pagination/index.js +0 -0
- package/{esm → lib/esm}/pagination/pagination-ellipsis.js +0 -0
- package/lib/esm/pagination/pagination-highlight.js +1 -0
- package/{esm → lib/esm}/pagination/pagination-icon.js +0 -0
- package/{esm → lib/esm}/pagination/pagination-item.js +0 -0
- package/{esm → lib/esm}/pagination/pagination.js +1 -1
- package/lib/esm/pagination/pagination.styles.js +1 -0
- package/{esm → lib/esm}/progress/index.js +0 -0
- package/{esm → lib/esm}/progress/progress.js +0 -0
- package/{esm → lib/esm}/progress/progress.styles.js +0 -0
- package/{esm → lib/esm}/radio/index.js +0 -0
- package/{esm → lib/esm}/radio/radio-context.js +0 -0
- package/{esm → lib/esm}/radio/radio-group.js +0 -0
- package/{esm → lib/esm}/radio/radio.js +0 -0
- package/{esm → lib/esm}/radio/radio.styles.js +0 -0
- package/{esm → lib/esm}/row/index.js +0 -0
- package/{esm → lib/esm}/row/row.js +0 -0
- package/{esm → lib/esm}/row/row.styles.js +0 -0
- package/{esm → lib/esm}/snippet/index.js +0 -0
- package/{esm → lib/esm}/snippet/snippet-icon.js +0 -0
- package/{esm → lib/esm}/snippet/snippet.js +0 -0
- package/{esm → lib/esm}/snippet/snippet.styles.js +0 -0
- package/{esm → lib/esm}/spacer/index.js +0 -0
- package/lib/esm/spacer/spacer.js +1 -0
- package/{esm → lib/esm}/spacer/spacer.styles.js +0 -0
- package/{esm → lib/esm}/switch/index.js +0 -0
- package/{esm → lib/esm}/switch/switch.js +0 -0
- package/{esm → lib/esm}/switch/switch.styles.js +0 -0
- package/lib/esm/table/base/index.js +1 -0
- package/lib/esm/table/base/table-body.js +1 -0
- package/lib/esm/table/base/table-cell.js +1 -0
- package/lib/esm/table/base/table-column.js +1 -0
- package/lib/esm/table/base/table-header.js +1 -0
- package/lib/esm/table/base/table-row.js +1 -0
- package/lib/esm/table/index.js +1 -0
- package/lib/esm/table/table-body.js +1 -0
- package/lib/esm/table/table-cell.js +1 -0
- package/lib/esm/table/table-checkbox-cell.js +1 -0
- package/lib/esm/table/table-column-header.js +1 -0
- package/lib/esm/table/table-context.js +1 -0
- package/lib/esm/table/table-footer.js +1 -0
- package/lib/esm/table/table-header-row.js +1 -0
- package/lib/esm/table/table-pagination.js +1 -0
- package/lib/esm/table/table-row-group.js +1 -0
- package/lib/esm/table/table-row.js +1 -0
- package/lib/esm/table/table-select-all-checkbox.js +1 -0
- package/lib/esm/table/table-sort-icon.js +1 -0
- package/lib/esm/table/table.js +1 -0
- package/lib/esm/table/table.styles.js +1 -0
- package/lib/esm/table/utils.js +1 -0
- package/{esm → lib/esm}/text/child.js +0 -0
- package/{esm → lib/esm}/text/index.js +0 -0
- package/{esm → lib/esm}/text/text.js +0 -0
- package/{esm → lib/esm}/text/text.styles.js +0 -0
- package/{esm → lib/esm}/textarea/index.js +0 -0
- package/{esm → lib/esm}/textarea/textarea.js +0 -0
- package/{esm → lib/esm}/textarea/utils.js +0 -0
- package/{esm → lib/esm}/theme/common.js +1 -1
- package/{esm → lib/esm}/theme/dark-theme.js +0 -0
- package/{esm → lib/esm}/theme/index.js +0 -0
- package/{esm → lib/esm}/theme/light-theme.js +0 -0
- package/lib/esm/theme/stitches.config.js +1 -0
- package/{esm → lib/esm}/theme/theme-context.js +0 -0
- package/{esm → lib/esm}/theme/theme-provider.js +0 -0
- package/{esm → lib/esm}/theme/types.js +0 -0
- package/{esm → lib/esm}/theme/utils.js +1 -1
- package/{esm → lib/esm}/tooltip/index.js +0 -0
- package/{esm → lib/esm}/tooltip/placement.js +0 -0
- package/{esm → lib/esm}/tooltip/tooltip-content.js +0 -0
- package/{esm → lib/esm}/tooltip/tooltip.js +1 -1
- package/lib/esm/tooltip/tooltip.styles.js +1 -0
- package/{esm → lib/esm}/use-body-scroll/index.js +0 -0
- package/{esm → lib/esm}/use-body-scroll/use-body-scroll.js +0 -0
- package/{esm → lib/esm}/use-click-anywhere/index.js +0 -0
- package/{esm → lib/esm}/use-click-anywhere/use-click-anywhere.js +0 -0
- package/{esm → lib/esm}/use-click-away/index.js +0 -0
- package/{esm → lib/esm}/use-click-away/use-click-away.js +0 -0
- package/{esm → lib/esm}/use-clipboard/index.js +0 -0
- package/{esm → lib/esm}/use-clipboard/use-clipboard.js +0 -0
- package/{esm → lib/esm}/use-current-state/index.js +0 -0
- package/{esm → lib/esm}/use-current-state/use-current-state.js +0 -0
- package/{esm → lib/esm}/use-drip/index.js +0 -0
- package/{esm → lib/esm}/use-drip/use-drip.js +0 -0
- package/{esm → lib/esm}/use-input/index.js +0 -0
- package/{esm → lib/esm}/use-input/use-input.js +0 -0
- package/{esm → lib/esm}/use-keyboard/codes.js +0 -0
- package/{esm → lib/esm}/use-keyboard/helper.js +0 -0
- package/{esm → lib/esm}/use-keyboard/index.js +0 -0
- package/{esm → lib/esm}/use-keyboard/use-keyboard.js +0 -0
- package/lib/esm/use-pagination/index.js +1 -0
- package/{esm → lib/esm}/use-portal/index.js +0 -0
- package/{esm → lib/esm}/use-portal/use-portal.js +0 -0
- package/{esm → lib/esm}/use-real-shape/index.js +0 -0
- package/{esm → lib/esm}/use-real-shape/use-real-shape.js +0 -0
- package/{esm → lib/esm}/use-resize/index.js +0 -0
- package/{esm → lib/esm}/use-resize/use-resize.js +0 -0
- package/{esm → lib/esm}/use-ssr/index.js +0 -0
- package/{esm → lib/esm}/use-ssr/use-ssr.js +0 -0
- package/{esm → lib/esm}/use-theme/index.js +0 -0
- package/{esm → lib/esm}/use-theme/use-theme.js +0 -0
- package/{esm → lib/esm}/use-warning/index.js +0 -0
- package/{esm → lib/esm}/use-warning/use-warning.js +0 -0
- package/lib/esm/user/index.js +1 -0
- package/{esm → lib/esm}/user/user-link.js +0 -0
- package/lib/esm/user/user.js +1 -0
- package/lib/esm/user/user.styles.js +1 -0
- package/{esm → lib/esm}/utils/assertion.js +0 -0
- package/{esm → lib/esm}/utils/clear-icon.js +0 -0
- package/{esm → lib/esm}/utils/clsx.js +0 -0
- package/lib/esm/utils/collections.js +1 -0
- package/{esm → lib/esm}/utils/color.js +0 -0
- package/{esm → lib/esm}/utils/css-transition.js +0 -0
- package/{esm → lib/esm}/utils/deep-merge.js +0 -0
- package/{esm → lib/esm}/utils/dimensions.js +0 -0
- package/{esm → lib/esm}/utils/dom.js +0 -0
- package/{esm → lib/esm}/utils/drip.js +0 -0
- package/{esm → lib/esm}/utils/expand.js +0 -0
- package/{esm → lib/esm}/utils/icons.js +1 -1
- package/{esm → lib/esm}/utils/numbers.js +0 -0
- package/lib/esm/utils/object.js +1 -0
- package/{esm → lib/esm}/utils/prop-types.js +1 -1
- package/{esm → lib/esm}/utils/react.js +0 -0
- package/{esm → lib/esm}/utils/strings.js +0 -0
- package/{esm → lib/esm}/utils/types.d.js +0 -0
- package/{esm → lib/esm}/utils/with-defaults.js +0 -0
- package/{grid → lib/grid}/package.json +0 -0
- package/{image → lib/image}/package.json +0 -0
- package/{input → lib/input}/package.json +0 -0
- package/{link → lib/link}/package.json +0 -0
- package/{loading → lib/loading}/package.json +0 -0
- package/{modal → lib/modal}/package.json +0 -0
- package/lib/package.json +56 -0
- package/{pagination → lib/pagination}/package.json +0 -0
- package/{progress → lib/progress}/package.json +0 -0
- package/{radio → lib/radio}/package.json +0 -0
- package/{row → lib/row}/package.json +0 -0
- package/{snippet → lib/snippet}/package.json +0 -0
- package/{spacer → lib/spacer}/package.json +0 -0
- package/{switch → lib/switch}/package.json +0 -0
- package/lib/table/package.json +6 -0
- package/{text → lib/text}/package.json +0 -0
- package/{textarea → lib/textarea}/package.json +0 -0
- package/{tooltip → lib/tooltip}/package.json +0 -0
- package/{types → lib/types}/avatar/avatar-group.d.ts +0 -0
- package/{types → lib/types}/avatar/avatar-group.styles.d.ts +0 -0
- package/{types → lib/types}/avatar/avatar.d.ts +0 -0
- package/{types → lib/types}/avatar/avatar.styles.d.ts +0 -0
- package/{types → lib/types}/avatar/index.d.ts +0 -0
- package/{types → lib/types}/backdrop/backdrop.d.ts +1 -1
- package/{types → lib/types}/backdrop/backdrop.styles.d.ts +1 -1
- package/{types → lib/types}/backdrop/index.d.ts +0 -0
- package/{types → lib/types}/button/button-group-context.d.ts +0 -0
- package/{types → lib/types}/button/button-group.d.ts +0 -0
- package/{types → lib/types}/button/button-group.styles.d.ts +1 -1
- package/{types → lib/types}/button/button-icon.d.ts +0 -0
- package/{types → lib/types}/button/button.d.ts +0 -0
- package/{types → lib/types}/button/button.styles.d.ts +2 -1
- package/{types → lib/types}/button/index.d.ts +0 -0
- package/{types → lib/types}/button/utils.d.ts +0 -0
- package/{types → lib/types}/card/card.d.ts +0 -0
- package/{types → lib/types}/card/card.styles.d.ts +3 -3
- package/{types → lib/types}/card/index.d.ts +0 -0
- package/{types → lib/types}/checkbox/checkbox-context.d.ts +0 -0
- package/{types → lib/types}/checkbox/checkbox-group.d.ts +0 -0
- package/{types → lib/types}/checkbox/checkbox.d.ts +3 -3
- package/{types → lib/types}/checkbox/checkbox.styles.d.ts +995 -6
- package/{types → lib/types}/checkbox/index.d.ts +1 -1
- package/{types → lib/types}/code/code.d.ts +0 -0
- package/{types → lib/types}/code/code.styles.d.ts +0 -0
- package/{types → lib/types}/code/index.d.ts +0 -0
- package/{types → lib/types}/col/col.d.ts +0 -0
- package/{types → lib/types}/col/col.styles.d.ts +0 -0
- package/{types → lib/types}/col/index.d.ts +0 -0
- package/{types → lib/types}/collapse/collapse-context.d.ts +0 -0
- package/{types → lib/types}/collapse/collapse-group.d.ts +0 -0
- package/{types → lib/types}/collapse/collapse-icon.d.ts +0 -0
- package/{types → lib/types}/collapse/collapse.d.ts +0 -0
- package/{types → lib/types}/collapse/collapse.styles.d.ts +2 -2
- package/{types → lib/types}/collapse/index.d.ts +0 -0
- package/{types → lib/types}/container/container.d.ts +0 -0
- package/{types → lib/types}/container/container.styles.d.ts +0 -0
- package/{types → lib/types}/container/index.d.ts +0 -0
- package/{types → lib/types}/css-baseline/css-baseline.d.ts +0 -0
- package/{types → lib/types}/css-baseline/index.d.ts +0 -0
- package/{types → lib/types}/divider/divider.d.ts +0 -0
- package/{types → lib/types}/divider/divider.styles.d.ts +0 -0
- package/{types → lib/types}/divider/index.d.ts +0 -0
- package/{types → lib/types}/grid/grid-container.d.ts +0 -0
- package/{types → lib/types}/grid/grid-item.d.ts +0 -0
- package/{types → lib/types}/grid/grid.d.ts +0 -0
- package/{types → lib/types}/grid/grid.styles.d.ts +0 -0
- package/{types → lib/types}/grid/index.d.ts +0 -0
- package/{types → lib/types}/image/image.d.ts +0 -0
- package/{types → lib/types}/image/image.skeleton.d.ts +0 -0
- package/{types → lib/types}/image/image.styles.d.ts +1 -1
- package/{types → lib/types}/image/index.d.ts +0 -0
- package/{types → lib/types}/index.d.ts +4 -0
- package/{types → lib/types}/input/index.d.ts +0 -0
- package/{types → lib/types}/input/input-password.d.ts +1 -1
- package/{types → lib/types}/input/input-props.d.ts +0 -0
- package/{types → lib/types}/input/input.d.ts +0 -0
- package/{types → lib/types}/input/input.styles.d.ts +5 -5
- package/{types → lib/types}/input/password-icon.d.ts +0 -0
- package/{types → lib/types}/link/icon.d.ts +0 -0
- package/{types → lib/types}/link/index.d.ts +0 -0
- package/{types → lib/types}/link/link.d.ts +0 -0
- package/{types → lib/types}/link/link.styles.d.ts +0 -0
- package/{types → lib/types}/loading/index.d.ts +0 -0
- package/{types → lib/types}/loading/loading.d.ts +0 -0
- package/{types → lib/types}/loading/loading.styles.d.ts +0 -0
- package/{types → lib/types}/loading/spinner.d.ts +0 -0
- package/{types → lib/types}/modal/index.d.ts +0 -0
- package/{types → lib/types}/modal/modal-body.d.ts +0 -0
- package/{types → lib/types}/modal/modal-close-button.d.ts +0 -0
- package/{types → lib/types}/modal/modal-context.d.ts +0 -0
- package/{types → lib/types}/modal/modal-footer.d.ts +0 -0
- package/{types → lib/types}/modal/modal-header.d.ts +0 -0
- package/{types → lib/types}/modal/modal-wrapper.d.ts +0 -0
- package/{types → lib/types}/modal/modal.d.ts +0 -0
- package/{types → lib/types}/modal/modal.styles.d.ts +1 -1
- package/{types → lib/types}/modal/use-modal.d.ts +0 -0
- package/{types → lib/types}/pagination/index.d.ts +0 -0
- package/{types → lib/types}/pagination/pagination-ellipsis.d.ts +0 -0
- package/{types → lib/types}/pagination/pagination-highlight.d.ts +2 -1
- package/{types → lib/types}/pagination/pagination-icon.d.ts +0 -0
- package/{types → lib/types}/pagination/pagination-item.d.ts +0 -0
- package/{types → lib/types}/pagination/pagination.d.ts +0 -0
- package/{types → lib/types}/pagination/pagination.styles.d.ts +5 -5
- package/{types → lib/types}/progress/index.d.ts +0 -0
- package/{types → lib/types}/progress/progress.d.ts +1 -1
- package/{types → lib/types}/progress/progress.styles.d.ts +0 -0
- package/{types → lib/types}/radio/index.d.ts +0 -0
- package/{types → lib/types}/radio/radio-context.d.ts +0 -0
- package/{types → lib/types}/radio/radio-group.d.ts +0 -0
- package/{types → lib/types}/radio/radio.d.ts +0 -0
- package/{types → lib/types}/radio/radio.styles.d.ts +3 -3
- package/{types → lib/types}/row/index.d.ts +0 -0
- package/{types → lib/types}/row/row.d.ts +0 -0
- package/{types → lib/types}/row/row.styles.d.ts +0 -0
- package/{types → lib/types}/snippet/index.d.ts +0 -0
- package/{types → lib/types}/snippet/snippet-icon.d.ts +0 -0
- package/{types → lib/types}/snippet/snippet.d.ts +0 -0
- package/{types → lib/types}/snippet/snippet.styles.d.ts +1 -1
- package/{types → lib/types}/spacer/index.d.ts +0 -0
- package/{types → lib/types}/spacer/spacer.d.ts +1 -1
- package/{types → lib/types}/spacer/spacer.styles.d.ts +1 -1
- package/{types → lib/types}/switch/index.d.ts +0 -0
- package/{types → lib/types}/switch/switch.d.ts +1 -1
- package/{types → lib/types}/switch/switch.styles.d.ts +1 -1
- package/lib/types/table/base/index.d.ts +5 -0
- package/lib/types/table/base/table-body.d.ts +8 -0
- package/lib/types/table/base/table-cell.d.ts +8 -0
- package/lib/types/table/base/table-column.d.ts +8 -0
- package/lib/types/table/base/table-header.d.ts +4 -0
- package/lib/types/table/base/table-row.d.ts +8 -0
- package/lib/types/table/index.d.ts +12 -0
- package/lib/types/table/table-body.d.ts +20 -0
- package/lib/types/table/table-cell-old.d.ts +22 -0
- package/lib/types/table/table-cell.d.ts +20 -0
- package/lib/types/table/table-checkbox-cell.d.ts +23 -0
- package/lib/types/table/table-column-header.d.ts +1018 -0
- package/lib/types/table/table-column.d.ts +17 -0
- package/lib/types/table/table-context.d.ts +29 -0
- package/lib/types/table/table-footer.d.ts +31 -0
- package/lib/types/table/table-header-row.d.ts +19 -0
- package/lib/types/table/table-old.d.ts +49 -0
- package/lib/types/table/table-pagination.d.ts +16 -0
- package/lib/types/table/table-row-group.d.ts +14 -0
- package/lib/types/table/table-row.d.ts +20 -0
- package/lib/types/table/table-select-all-checkbox.d.ts +20 -0
- package/lib/types/table/table-sort-icon.d.ts +944 -0
- package/lib/types/table/table-types.d.ts +30 -0
- package/lib/types/table/table.d.ts +28 -0
- package/lib/types/table/table.styles.d.ts +15098 -0
- package/lib/types/table/utils.d.ts +2 -0
- package/{types → lib/types}/text/child.d.ts +0 -0
- package/{types → lib/types}/text/index.d.ts +0 -0
- package/{types → lib/types}/text/text.d.ts +0 -0
- package/{types → lib/types}/text/text.styles.d.ts +0 -0
- package/{types → lib/types}/textarea/index.d.ts +0 -0
- package/{types → lib/types}/textarea/textarea.d.ts +0 -0
- package/{types → lib/types}/textarea/utils.d.ts +0 -0
- package/{types → lib/types}/theme/common.d.ts +0 -0
- package/{types → lib/types}/theme/dark-theme.d.ts +0 -0
- package/{types → lib/types}/theme/light-theme.d.ts +0 -0
- package/lib/types/theme/ssr-provider.d.ts +7 -0
- package/{types → lib/types}/theme/stitches.config.d.ts +2 -1
- package/{types → lib/types}/theme/theme-context.d.ts +0 -0
- package/{types → lib/types}/theme/theme-provider.d.ts +0 -0
- package/{types → lib/types}/theme/types.d.ts +0 -0
- package/{types → lib/types}/theme/utils.d.ts +0 -0
- package/{types → lib/types}/tooltip/index.d.ts +0 -0
- package/{types → lib/types}/tooltip/placement.d.ts +0 -0
- package/{types → lib/types}/tooltip/tooltip-content.d.ts +0 -0
- package/{types → lib/types}/tooltip/tooltip.d.ts +1 -1
- package/{types → lib/types}/tooltip/tooltip.styles.d.ts +2 -2
- package/{types → lib/types}/use-body-scroll/index.d.ts +0 -0
- package/{types → lib/types}/use-body-scroll/use-body-scroll.d.ts +0 -0
- package/{types → lib/types}/use-click-anywhere/index.d.ts +0 -0
- package/{types → lib/types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
- package/{types → lib/types}/use-click-away/index.d.ts +0 -0
- package/{types → lib/types}/use-click-away/use-click-away.d.ts +0 -0
- package/{types → lib/types}/use-clipboard/index.d.ts +0 -0
- package/{types → lib/types}/use-clipboard/use-clipboard.d.ts +0 -0
- package/{types → lib/types}/use-current-state/index.d.ts +0 -0
- package/{types → lib/types}/use-current-state/use-current-state.d.ts +0 -0
- package/{types → lib/types}/use-drip/index.d.ts +0 -0
- package/{types → lib/types}/use-drip/use-drip.d.ts +0 -0
- package/{types → lib/types}/use-input/index.d.ts +0 -0
- package/{types → lib/types}/use-input/use-input.d.ts +0 -0
- package/{types → lib/types}/use-keyboard/codes.d.ts +0 -0
- package/{types → lib/types}/use-keyboard/helper.d.ts +0 -0
- package/{types → lib/types}/use-keyboard/index.d.ts +0 -0
- package/{types → lib/types}/use-keyboard/use-keyboard.d.ts +0 -0
- package/{types → lib/types}/use-pagination/index.d.ts +0 -0
- package/{types → lib/types}/use-portal/index.d.ts +0 -0
- package/{types → lib/types}/use-portal/use-portal.d.ts +0 -0
- package/{types → lib/types}/use-real-shape/index.d.ts +0 -0
- package/{types → lib/types}/use-real-shape/use-real-shape.d.ts +0 -0
- package/{types → lib/types}/use-resize/index.d.ts +0 -0
- package/{types → lib/types}/use-resize/use-resize.d.ts +0 -0
- package/{types → lib/types}/use-ssr/index.d.ts +0 -0
- package/{types → lib/types}/use-ssr/use-ssr.d.ts +0 -0
- package/{types → lib/types}/use-theme/index.d.ts +0 -0
- package/{types → lib/types}/use-theme/use-theme.d.ts +0 -0
- package/{types → lib/types}/use-warning/index.d.ts +0 -0
- package/{types → lib/types}/use-warning/use-warning.d.ts +0 -0
- package/lib/types/user/index.d.ts +5 -0
- package/lib/types/user/user-link.d.ts +15 -0
- package/{types → lib/types}/user/user.d.ts +2 -2
- package/{types → lib/types}/user/user.styles.d.ts +1 -7
- package/{types → lib/types}/utils/assertion.d.ts +0 -0
- package/{types → lib/types}/utils/clear-icon.d.ts +0 -0
- package/{types → lib/types}/utils/clsx.d.ts +0 -0
- package/{types → lib/types}/utils/collections.d.ts +2 -1
- package/{types → lib/types}/utils/color.d.ts +0 -0
- package/{types → lib/types}/utils/css-transition.d.ts +0 -0
- package/{types → lib/types}/utils/deep-merge.d.ts +0 -0
- package/{types → lib/types}/utils/dimensions.d.ts +0 -0
- package/{types → lib/types}/utils/drip.d.ts +0 -0
- package/{types → lib/types}/utils/expand.d.ts +0 -0
- package/{types → lib/types}/utils/numbers.d.ts +0 -0
- package/{types → lib/types}/utils/object.d.ts +4 -0
- package/{types → lib/types}/utils/prop-types.d.ts +7 -0
- package/{types → lib/types}/utils/with-defaults.d.ts +0 -0
- package/lib/umd/nextui.js +34283 -0
- package/lib/umd/nextui.min.js +2 -0
- package/lib/umd/nextui.min.js.LICENSE.txt +29 -0
- package/{use-body-scroll → lib/use-body-scroll}/package.json +0 -0
- package/{use-click-anywhere → lib/use-click-anywhere}/package.json +0 -0
- package/{use-click-away → lib/use-click-away}/package.json +0 -0
- package/{use-clipboard → lib/use-clipboard}/package.json +0 -0
- package/{use-current-state → lib/use-current-state}/package.json +0 -0
- package/{use-drip → lib/use-drip}/package.json +0 -0
- package/{use-input → lib/use-input}/package.json +0 -0
- package/{use-keyboard → lib/use-keyboard}/package.json +0 -0
- package/{use-portal → lib/use-portal}/package.json +0 -0
- package/{use-real-shape → lib/use-real-shape}/package.json +0 -0
- package/{use-resize → lib/use-resize}/package.json +0 -0
- package/{use-ssr → lib/use-ssr}/package.json +0 -0
- package/{use-theme → lib/use-theme}/package.json +0 -0
- package/{use-warning → lib/use-warning}/package.json +0 -0
- package/{user → lib/user}/package.json +0 -0
- package/{utils → lib/utils}/package.json +0 -0
- package/package.json +95 -12
- package/cjs/avatar/avatar.styles.js +0 -1
- package/cjs/checkbox/checkbox.js +0 -1
- package/cjs/checkbox/checkbox.styles.js +0 -1
- package/cjs/index.js +0 -1
- package/cjs/pagination/pagination-highlight.js +0 -1
- package/cjs/pagination/pagination.styles.js +0 -1
- package/cjs/spacer/spacer.js +0 -1
- package/cjs/theme/stitches.config.js +0 -1
- package/cjs/tooltip/tooltip.styles.js +0 -1
- package/cjs/use-pagination/index.js +0 -1
- package/cjs/user/index.js +0 -1
- package/cjs/user/user.js +0 -1
- package/cjs/user/user.styles.js +0 -1
- package/cjs/utils/collections.js +0 -1
- package/cjs/utils/icons.js +0 -1
- package/cjs/utils/object.js +0 -1
- package/cjs/utils/prop-types.js +0 -1
- package/esm/avatar/avatar.styles.js +0 -1
- package/esm/checkbox/checkbox.js +0 -1
- package/esm/checkbox/checkbox.styles.js +0 -1
- package/esm/index.js +0 -1
- package/esm/pagination/pagination-highlight.js +0 -1
- package/esm/pagination/pagination.styles.js +0 -1
- package/esm/spacer/spacer.js +0 -1
- package/esm/theme/stitches.config.js +0 -1
- package/esm/tooltip/tooltip.styles.js +0 -1
- package/esm/use-pagination/index.js +0 -1
- package/esm/user/index.js +0 -1
- package/esm/user/user.js +0 -1
- package/esm/user/user.styles.js +0 -1
- package/esm/utils/collections.js +0 -1
- package/esm/utils/object.js +0 -1
- package/types/user/index.d.ts +0 -6
- package/types/user/user-link.d.ts +0 -32
- package/umd/nextui.js +0 -17989
- package/umd/nextui.min.js +0 -2
- package/umd/nextui.min.js.LICENSE.txt +0 -14
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Checkbox from './checkbox';
|
|
2
|
-
export type { CheckboxProps
|
|
2
|
+
export type { CheckboxProps } from './checkbox';
|
|
3
3
|
export type { CheckboxGroupProps } from './checkbox-group';
|
|
4
4
|
export { StyledCheckboxLabel, StyledCheckboxContainer, StyledIconCheckFirstLine, StyledIconCheckSecondLine, StyledIconCheck, StyledCheckboxMask, StyledCheckboxText, StyledCheckboxInput, StyledCheckboxGroup } from './checkbox.styles';
|
|
5
5
|
export type { CheckboxVariantsProps, CheckboxGroupVariantsProps, CheckboxTextVariantsProps, CheckboxMaskVariantsProps, CheckboxIconCheckVariantsProps, CheckboxIconCheckFirstLineVariantsProps, CheckboxIconCheckSecondLineVariantsProps, CheckboxLabelVariantsProps, CheckboxContainerVariantsProps } from './checkbox.styles';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,8 +4,8 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
4
4
|
borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
|
|
5
5
|
divider?: boolean | "true" | undefined;
|
|
6
6
|
bordered?: boolean | "true" | undefined;
|
|
7
|
-
animated?: boolean | "
|
|
8
|
-
visible?: boolean | "
|
|
7
|
+
animated?: boolean | "false" | "true" | undefined;
|
|
8
|
+
visible?: boolean | "false" | "true" | undefined;
|
|
9
9
|
isDark?: boolean | "true" | undefined;
|
|
10
10
|
}, {
|
|
11
11
|
xs: string;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VariantProps } from '../theme/stitches.config';
|
|
2
2
|
export declare const StyledImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3
|
-
ready?: boolean | "
|
|
3
|
+
ready?: boolean | "false" | "true" | undefined;
|
|
4
4
|
}, {
|
|
5
5
|
xs: string;
|
|
6
6
|
sm: string;
|
|
File without changes
|
|
@@ -18,6 +18,8 @@ export type { PaginationParams } from './use-pagination';
|
|
|
18
18
|
export type { UseKeyboardHandler, KeyboardOptions, KeyboardResult, UseKeyboard } from './use-keyboard';
|
|
19
19
|
export { KeyMod, KeyCode } from './use-keyboard/codes';
|
|
20
20
|
export { default as CssBaseline } from './css-baseline';
|
|
21
|
+
export { useAsyncList } from '@react-stately/data';
|
|
22
|
+
export { useCollator } from '@react-aria/i18n';
|
|
21
23
|
export { default as NextUIProvider } from './theme/theme-provider';
|
|
22
24
|
export { changeTheme, getDocumentTheme, getTokenValue } from './theme/utils';
|
|
23
25
|
export type { VariantProps, CSS } from './theme/stitches.config';
|
|
@@ -77,3 +79,5 @@ export * from './tooltip';
|
|
|
77
79
|
export { default as Input } from './input';
|
|
78
80
|
export * from './input';
|
|
79
81
|
export { default as Textarea } from './textarea';
|
|
82
|
+
export { default as Table } from './table';
|
|
83
|
+
export * from './table';
|
|
File without changes
|
|
@@ -94,5 +94,5 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
94
94
|
initialValue: string;
|
|
95
95
|
} & NativeAttrs & {
|
|
96
96
|
css?: CSS | undefined;
|
|
97
|
-
} & React.RefAttributes<HTMLInputElement>, "clearable" | "rounded" | "contentClickable" | "contentLeftStyling" | "contentRightStyling" | "width" | "color" | "size" | "className" | "borderWeight" | "bordered" | "placeholder" | "status" | "
|
|
97
|
+
} & React.RefAttributes<HTMLInputElement>, "clearable" | "rounded" | "contentClickable" | "contentLeftStyling" | "contentRightStyling" | "width" | "color" | "size" | "animated" | "className" | "borderWeight" | "bordered" | "placeholder" | "status" | "disabled" | "autoComplete" | "readOnly" | "required" | "shadow" | "initialValue" | "fullWidth" | "helperColor" | "underlined" | "hideToggle" | "visibleIcon" | "hiddenIcon">>;
|
|
98
98
|
export default _default;
|
|
File without changes
|
|
File without changes
|
|
@@ -943,7 +943,7 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
|
|
|
943
943
|
focused?: boolean | "true" | undefined;
|
|
944
944
|
isReadOnly?: boolean | "false" | undefined;
|
|
945
945
|
underlined?: boolean | "true" | undefined;
|
|
946
|
-
animated?: boolean | "
|
|
946
|
+
animated?: boolean | "false" | "true" | undefined;
|
|
947
947
|
}, {
|
|
948
948
|
xs: string;
|
|
949
949
|
sm: string;
|
|
@@ -2820,9 +2820,9 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
|
|
|
2820
2820
|
bordered?: boolean | "true" | undefined;
|
|
2821
2821
|
shadow?: boolean | "true" | undefined;
|
|
2822
2822
|
disabled?: boolean | "true" | undefined;
|
|
2823
|
-
underlined?: boolean | "
|
|
2823
|
+
underlined?: boolean | "false" | "true" | undefined;
|
|
2824
2824
|
animated?: boolean | "false" | undefined;
|
|
2825
|
-
isTextarea?: boolean | "
|
|
2825
|
+
isTextarea?: boolean | "false" | "true" | undefined;
|
|
2826
2826
|
}, {
|
|
2827
2827
|
xs: string;
|
|
2828
2828
|
sm: string;
|
|
@@ -3755,7 +3755,7 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
|
|
|
3755
3755
|
};
|
|
3756
3756
|
}>>;
|
|
3757
3757
|
export declare const StyledHelperTextContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3758
|
-
animated?: boolean | "
|
|
3758
|
+
animated?: boolean | "false" | "true" | undefined;
|
|
3759
3759
|
withValue?: boolean | "true" | undefined;
|
|
3760
3760
|
}, {
|
|
3761
3761
|
xs: string;
|
|
@@ -7492,7 +7492,7 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
|
|
|
7492
7492
|
};
|
|
7493
7493
|
}>>;
|
|
7494
7494
|
export declare const StyledInputLabel: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
7495
|
-
isRight?: boolean | "
|
|
7495
|
+
isRight?: boolean | "false" | "true" | undefined;
|
|
7496
7496
|
isDark?: boolean | "true" | undefined;
|
|
7497
7497
|
isDefaultStatus?: boolean | "true" | undefined;
|
|
7498
7498
|
underlined?: boolean | "true" | undefined;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4666,7 +4666,7 @@ export declare const StyledModalFooter: import("@stitches/react/types/styled-com
|
|
|
4666
4666
|
};
|
|
4667
4667
|
}>>;
|
|
4668
4668
|
export declare const StyledModal: import("@stitches/react/types/styled-component").StyledComponent<"section", {
|
|
4669
|
-
fullScreen?: boolean | "
|
|
4669
|
+
fullScreen?: boolean | "false" | "true" | undefined;
|
|
4670
4670
|
scroll?: boolean | "true" | undefined;
|
|
4671
4671
|
closeButton?: boolean | "true" | undefined;
|
|
4672
4672
|
isDark?: boolean | "true" | undefined;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
css?: CSS;
|
|
10
10
|
as?: keyof JSX.IntrinsicElements;
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props>;
|
|
13
|
+
export declare type PaginationHighlightProps = Props & NativeAttrs & PaginationHighlightVariantsProps;
|
|
13
14
|
declare const PaginationHighlight: React.FC<PaginationHighlightProps>;
|
|
14
15
|
export default PaginationHighlight;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2803,7 +2803,7 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
2803
2803
|
bordered?: boolean | "true" | undefined;
|
|
2804
2804
|
onlyDots?: boolean | "true" | undefined;
|
|
2805
2805
|
preserveContent?: boolean | "true" | undefined;
|
|
2806
|
-
animated?: boolean | "
|
|
2806
|
+
animated?: boolean | "false" | "true" | undefined;
|
|
2807
2807
|
}, {
|
|
2808
2808
|
xs: string;
|
|
2809
2809
|
sm: string;
|
|
@@ -3736,7 +3736,7 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3736
3736
|
};
|
|
3737
3737
|
}>>;
|
|
3738
3738
|
export declare const StyledPaginationHighlight: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3739
|
-
animated?: boolean | "
|
|
3739
|
+
animated?: boolean | "false" | "true" | undefined;
|
|
3740
3740
|
noMargin?: boolean | "true" | undefined;
|
|
3741
3741
|
rounded?: boolean | "true" | undefined;
|
|
3742
3742
|
shadow?: boolean | "true" | undefined;
|
|
@@ -4676,9 +4676,9 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
4676
4676
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
4677
4677
|
borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
|
|
4678
4678
|
bordered?: boolean | "true" | undefined;
|
|
4679
|
-
onlyDots?: boolean | "
|
|
4680
|
-
rounded?: boolean | "
|
|
4681
|
-
noMargin?: boolean | "
|
|
4679
|
+
onlyDots?: boolean | "false" | "true" | undefined;
|
|
4680
|
+
rounded?: boolean | "false" | "true" | undefined;
|
|
4681
|
+
noMargin?: boolean | "false" | "true" | undefined;
|
|
4682
4682
|
}, {
|
|
4683
4683
|
xs: string;
|
|
4684
4684
|
sm: string;
|
|
File without changes
|
|
@@ -61,5 +61,5 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
61
61
|
hover: string;
|
|
62
62
|
dark: string;
|
|
63
63
|
light: string;
|
|
64
|
-
}>, "max" | "
|
|
64
|
+
}>, "max" | "animated" | "value" | "min" | "shadow" | "indeterminated" | "striped">>;
|
|
65
65
|
export default _default;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2799,9 +2799,9 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
|
|
|
2799
2799
|
color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
2800
2800
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
2801
2801
|
disabled?: boolean | "true" | undefined;
|
|
2802
|
-
squared?: boolean | "
|
|
2802
|
+
squared?: boolean | "false" | "true" | undefined;
|
|
2803
2803
|
active?: boolean | "true" | undefined;
|
|
2804
|
-
animated?: boolean | "
|
|
2804
|
+
animated?: boolean | "false" | "true" | undefined;
|
|
2805
2805
|
}, {
|
|
2806
2806
|
xs: string;
|
|
2807
2807
|
sm: string;
|
|
@@ -3735,7 +3735,7 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
|
|
|
3735
3735
|
}>>;
|
|
3736
3736
|
export declare const StyledRadioGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3737
3737
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
3738
|
-
row?: boolean | "
|
|
3738
|
+
row?: boolean | "false" | "true" | undefined;
|
|
3739
3739
|
}, {
|
|
3740
3740
|
xs: string;
|
|
3741
3741
|
sm: string;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -936,7 +936,7 @@ export declare const StyledSnippet: import("@stitches/react/types/styled-compone
|
|
|
936
936
|
};
|
|
937
937
|
}>>;
|
|
938
938
|
export declare const StyledSnippetPre: import("@stitches/react/types/styled-component").StyledComponent<"pre", {
|
|
939
|
-
withCopyButton?: boolean | "
|
|
939
|
+
withCopyButton?: boolean | "false" | "true" | undefined;
|
|
940
940
|
}, {
|
|
941
941
|
xs: string;
|
|
942
942
|
sm: string;
|
|
File without changes
|
|
@@ -20,7 +20,7 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
20
20
|
x: number;
|
|
21
21
|
y: number;
|
|
22
22
|
} & NativeAttrs & import("@stitches/react/types/styled-component").TransformProps<{
|
|
23
|
-
inline?: boolean | "
|
|
23
|
+
inline?: boolean | "false" | "true" | undefined;
|
|
24
24
|
}, {
|
|
25
25
|
xs: string;
|
|
26
26
|
sm: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VariantProps } from '../theme/stitches.config';
|
|
2
2
|
export declare const StyledSpacer: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
3
|
-
inline?: boolean | "
|
|
3
|
+
inline?: boolean | "false" | "true" | undefined;
|
|
4
4
|
}, {
|
|
5
5
|
xs: string;
|
|
6
6
|
sm: string;
|
|
File without changes
|
|
@@ -78,5 +78,5 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
78
78
|
light: string;
|
|
79
79
|
}> & {
|
|
80
80
|
css?: CSS | undefined;
|
|
81
|
-
}, "squared" | "
|
|
81
|
+
}, "squared" | "animated" | "preventDefault" | "bordered" | "disabled" | "shadow" | "initialChecked">>;
|
|
82
82
|
export default _default;
|
|
@@ -2804,7 +2804,7 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
2804
2804
|
squared?: boolean | "true" | undefined;
|
|
2805
2805
|
shadow?: boolean | "true" | undefined;
|
|
2806
2806
|
disabled?: boolean | "true" | undefined;
|
|
2807
|
-
animated?: boolean | "
|
|
2807
|
+
animated?: boolean | "false" | "true" | undefined;
|
|
2808
2808
|
}, {
|
|
2809
2809
|
xs: string;
|
|
2810
2810
|
sm: string;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as TableBody } from './table-body';
|
|
2
|
+
export { default as TableCell } from './table-cell';
|
|
3
|
+
export { default as TableColumn } from './table-column';
|
|
4
|
+
export { default as TableHeader } from './table-header';
|
|
5
|
+
export { default as TableRow } from './table-row';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TableBodyProps as TableBodyBaseProps } from '@react-types/table';
|
|
3
|
+
import { CSS } from '../../theme/stitches.config';
|
|
4
|
+
export declare type TableBodyProps<T> = TableBodyBaseProps<T> & {
|
|
5
|
+
css?: CSS;
|
|
6
|
+
};
|
|
7
|
+
declare const TableBody: <T>(props: TableBodyProps<T>) => JSX.Element;
|
|
8
|
+
export default TableBody;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { CellProps as TableCellBaseProps } from '@react-types/table';
|
|
3
|
+
import { CSS } from '../../theme/stitches.config';
|
|
4
|
+
export declare type TableCellProps = TableCellBaseProps & {
|
|
5
|
+
css?: CSS;
|
|
6
|
+
};
|
|
7
|
+
declare const TableCell: (props: TableCellProps) => JSX.Element;
|
|
8
|
+
export default TableCell;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SpectrumColumnProps } from '@react-types/table';
|
|
3
|
+
import { CSS } from '../../theme/stitches.config';
|
|
4
|
+
export declare type TableColumnProps<T> = Omit<SpectrumColumnProps<T>, 'showDivider'> & {
|
|
5
|
+
css?: CSS;
|
|
6
|
+
};
|
|
7
|
+
declare const TableColumn: <T>(props: TableColumnProps<T>) => JSX.Element;
|
|
8
|
+
export default TableColumn;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { RowProps as TableRowBaseProps } from '@react-types/table';
|
|
3
|
+
import { CSS } from '../../theme/stitches.config';
|
|
4
|
+
export declare type TableRowProps = TableRowBaseProps & {
|
|
5
|
+
css?: CSS;
|
|
6
|
+
};
|
|
7
|
+
declare const TableRow: (props: TableRowProps) => JSX.Element;
|
|
8
|
+
export default TableRow;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import Table from './table';
|
|
2
|
+
export type { SortDescriptor } from '@react-types/shared';
|
|
3
|
+
export { StyledTable, StyledTableRow, StyledTableCell, StyledTableHeaderCell } from './table.styles';
|
|
4
|
+
export type { TableVariantsProps, TableColumnHeaderVariantsProps, TableCellVariantsProps, StyledTableRowGroup, StyledTableHeaderRow } from './table.styles';
|
|
5
|
+
export type { TableProps } from './table';
|
|
6
|
+
export type { TablePaginationProps } from './table-pagination';
|
|
7
|
+
export type { TableBodyProps } from './table-body';
|
|
8
|
+
export type { TableHeaderRowProps } from './table-header-row';
|
|
9
|
+
export type { TableRowProps } from './table-row';
|
|
10
|
+
export type { TableCellProps } from './table-cell';
|
|
11
|
+
export type { TableFooterProps } from './table-footer';
|
|
12
|
+
export default Table;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CSS } from '../theme/stitches.config';
|
|
3
|
+
import { TableCollection } from '@react-types/table';
|
|
4
|
+
import { TableVariantsProps } from './table.styles';
|
|
5
|
+
import { TableState } from '@react-stately/table';
|
|
6
|
+
interface Props<T> {
|
|
7
|
+
state: TableState<T>;
|
|
8
|
+
collection: TableCollection<T>;
|
|
9
|
+
animated?: boolean;
|
|
10
|
+
hideLoading?: boolean;
|
|
11
|
+
hasPagination?: boolean;
|
|
12
|
+
color?: TableVariantsProps['color'];
|
|
13
|
+
as?: keyof JSX.IntrinsicElements;
|
|
14
|
+
}
|
|
15
|
+
declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props<any>>;
|
|
16
|
+
export declare type TableBodyProps<T = unknown> = Props<T> & NativeAttrs & {
|
|
17
|
+
css?: CSS;
|
|
18
|
+
};
|
|
19
|
+
declare const TableBody: React.FC<React.PropsWithChildren<TableBodyProps>>;
|
|
20
|
+
export default TableBody;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TableRowData, TableOnCellClick } from './table-types';
|
|
3
|
+
import { TableColumnProps } from './table-column';
|
|
4
|
+
import { CSS } from '../theme/stitches.config';
|
|
5
|
+
interface Props<TableDataItem extends TableRowData> {
|
|
6
|
+
row?: TableDataItem;
|
|
7
|
+
rowIndex?: number;
|
|
8
|
+
columns?: Array<TableColumnProps<TableDataItem>>;
|
|
9
|
+
emptyText?: string;
|
|
10
|
+
onCellClick?: TableOnCellClick<TableDataItem>;
|
|
11
|
+
as?: keyof JSX.IntrinsicElements;
|
|
12
|
+
}
|
|
13
|
+
declare type NativeAttrs = Omit<React.HTMLAttributes<any>, keyof Props<any>>;
|
|
14
|
+
export declare type TableCellProps<TableDataItem extends TableRowData> = Props<TableDataItem> & NativeAttrs & {
|
|
15
|
+
css?: CSS;
|
|
16
|
+
};
|
|
17
|
+
declare const TableCell: React.ForwardRefExoticComponent<Props<TableRowData> & NativeAttrs & {
|
|
18
|
+
css?: CSS | undefined;
|
|
19
|
+
} & {
|
|
20
|
+
children?: React.ReactNode;
|
|
21
|
+
} & React.RefAttributes<HTMLTableCellElement>>;
|
|
22
|
+
export default TableCell;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CSS } from '../theme/stitches.config';
|
|
3
|
+
import { GridNode } from '@react-types/grid';
|
|
4
|
+
import { TableState } from '@react-stately/table';
|
|
5
|
+
declare type CellProps<T> = GridNode<T> & {
|
|
6
|
+
rendered: React.ReactNode;
|
|
7
|
+
};
|
|
8
|
+
interface Props<T> {
|
|
9
|
+
cell: CellProps<T>;
|
|
10
|
+
state: TableState<T>;
|
|
11
|
+
as?: keyof JSX.IntrinsicElements;
|
|
12
|
+
}
|
|
13
|
+
declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props<any>>;
|
|
14
|
+
export declare type TableCellProps<T = unknown> = Props<T> & NativeAttrs & {
|
|
15
|
+
css?: CSS;
|
|
16
|
+
};
|
|
17
|
+
declare const TableCell: React.ForwardRefExoticComponent<Props<unknown> & NativeAttrs & {
|
|
18
|
+
css?: CSS | undefined;
|
|
19
|
+
} & React.RefAttributes<HTMLTableCellElement>>;
|
|
20
|
+
export default TableCell;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CSS } from '../theme/stitches.config';
|
|
3
|
+
import { GridNode } from '@react-types/grid';
|
|
4
|
+
import { TableState } from '@react-stately/table';
|
|
5
|
+
import { TableVariantsProps } from './table.styles';
|
|
6
|
+
declare type CellProps<T> = GridNode<T> & {
|
|
7
|
+
parentKey?: React.Key;
|
|
8
|
+
};
|
|
9
|
+
interface Props<T> {
|
|
10
|
+
cell: CellProps<T>;
|
|
11
|
+
state: TableState<T>;
|
|
12
|
+
color?: TableVariantsProps['color'];
|
|
13
|
+
animated?: boolean;
|
|
14
|
+
as?: keyof JSX.IntrinsicElements;
|
|
15
|
+
}
|
|
16
|
+
declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props<any>>;
|
|
17
|
+
export declare type TableCheckboxCellProps<T = unknown> = Props<T> & NativeAttrs & {
|
|
18
|
+
css?: CSS;
|
|
19
|
+
};
|
|
20
|
+
declare const TableCheckboxCell: React.ForwardRefExoticComponent<Props<unknown> & NativeAttrs & {
|
|
21
|
+
css?: CSS | undefined;
|
|
22
|
+
} & React.RefAttributes<HTMLTableCellElement>>;
|
|
23
|
+
export default TableCheckboxCell;
|