@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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"react";import{jsx as t}from"react/jsx-runtime";import{jsxs as i}from"react/jsx-runtime";export const Sun=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>l?t("svg",{viewBox:"0 0 512 512",width:r||h||24,height:r||n||24,...s,children:t("path",{fill:o,d:"M256 118a22 22 0 01-22-22V48a22 22 0 0144 0v48a22 22 0 01-22 22zM256 486a22 22 0 01-22-22v-48a22 22 0 0144 0v48a22 22 0 01-22 22zM369.14 164.86a22 22 0 01-15.56-37.55l33.94-33.94a22 22 0 0131.11 31.11l-33.94 33.94a21.93 21.93 0 01-15.55 6.44zM108.92 425.08a22 22 0 01-15.55-37.56l33.94-33.94a22 22 0 1131.11 31.11l-33.94 33.94a21.94 21.94 0 01-15.56 6.45zM464 278h-48a22 22 0 010-44h48a22 22 0 010 44zM96 278H48a22 22 0 010-44h48a22 22 0 010 44zM403.08 425.08a21.94 21.94 0 01-15.56-6.45l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.55 37.56zM142.86 164.86a21.89 21.89 0 01-15.55-6.44l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.56 37.55zM256 358a102 102 0 11102-102 102.12 102.12 0 01-102 102z"})}):i("svg",{viewBox:"0 0 512 512",width:r||h||24,height:r||n||24,...s,children:[t("path",{fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32,d:"M256 48v48M256 416v48M403.08 108.92l-33.94 33.94M142.86 369.14l-33.94 33.94M464 256h-48M96 256H48M403.08 403.08l-33.94-33.94M142.86 142.86l-33.94-33.94"}),t("circle",{cx:256,cy:256,r:80,fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32})]});export const Mail=({theme:e,fill:o,size:l,height:r,width:n,...h})=>t("svg",{width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M12 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v3"}),t("path",{d:"M17 9l-3.13 2.5a3.166 3.166 0 01-3.75 0L7 9M19.21 14.77l-3.539 3.54a1.232 1.232 0 00-.3.59l-.19 1.35a.635.635 0 00.76.76l1.35-.19a1.189 1.189 0 00.59-.3l3.54-3.54a1.365 1.365 0 000-2.22 1.361 1.361 0 00-2.211.01zM18.7 15.28a3.185 3.185 0 002.22 2.22"})]})});export const Moon=({theme:e,fill:i,filled:o,size:l,height:r,width:n,label:h,...a})=>t("svg",o?{viewBox:"0 0 512 512",width:l||n||24,height:l||r||24,...a,children:t("path",{fill:i,d:"M152.62 126.77c0-33 4.85-66.35 17.23-94.77C87.54 67.83 32 151.89 32 247.38 32 375.85 136.15 480 264.62 480c95.49 0 179.55-55.54 215.38-137.85-28.42 12.38-61.8 17.23-94.77 17.23-128.47 0-232.61-104.14-232.61-232.61z"})}:{viewBox:"0 0 512 512",width:l||n||24,height:l||r||24,...a,children:t("path",{d:"M160 136c0-30.62 4.51-61.61 16-88C99.57 81.27 48 159.32 48 248c0 119.29 96.71 216 216 216 88.68 0 166.73-51.57 200-128-26.39 11.49-57.38 16-88 16-119.29 0-216-96.71-216-216z",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:32})});export const Lock=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>{const d=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...s,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M9.121,6.653V4.5A4.561,4.561,0,0,0,0,4.484V6.653",transform:"translate(3.85 0.75)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.4,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Unlock=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>{const d=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...s,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M8.927,3.237A4.562,4.562,0,0,0,0,4.484V6.653",transform:"translate(3.849 0.75)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.406,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:d,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Password=({theme:e,fill:o,size:l,height:r,width:n,...h})=>t("svg",{width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:o,children:[t("path",{d:"M18.75 8v2.1a12.984 12.984 0 00-1.5-.1V8c0-3.15-.89-5.25-5.25-5.25S6.75 4.85 6.75 8v2a12.984 12.984 0 00-1.5.1V8c0-2.9.7-6.75 6.75-6.75S18.75 5.1 18.75 8z"}),t("path",{d:"M18.75 10.1a12.984 12.984 0 00-1.5-.1H6.75a12.984 12.984 0 00-1.5.1C2.7 10.41 2 11.66 2 15v2c0 4 1 5 5 5h10c4 0 5-1 5-5v-2c0-3.34-.7-4.59-3.25-4.9zM8.71 16.71A1.052 1.052 0 018 17a1 1 0 01-.38-.08 1.032 1.032 0 01-.33-.21A1.052 1.052 0 017 16a1 1 0 01.08-.38 1.155 1.155 0 01.21-.33 1.032 1.032 0 01.33-.21 1 1 0 011.09.21 1.155 1.155 0 01.21.33A1 1 0 019 16a1.052 1.052 0 01-.29.71zm4.21-.33a1.155 1.155 0 01-.21.33A1.052 1.052 0 0112 17a1.033 1.033 0 01-.71-.29 1.155 1.155 0 01-.21-.33A1 1 0 0111 16a1.033 1.033 0 01.29-.71 1.047 1.047 0 011.42 0A1.033 1.033 0 0113 16a1 1 0 01-.08.38zm3.79.33a1.014 1.014 0 01-1.42 0 1.014 1.014 0 010-1.42 1.047 1.047 0 011.42 0c.04.05.08.1.12.16a.556.556 0 01.09.17.636.636 0 01.06.18 1.5 1.5 0 01.02.2 1.052 1.052 0 01-.29.71z"})]})});export const Notification=({theme:e,fill:i,filled:o,size:l,height:r,width:n,label:h,...a})=>t("svg",{width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.707 8.796c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.863 2.378a4.537 4.537 0 01-2.9 1.413c-1.571.134-3.143.247-4.736.247-1.595 0-3.166-.068-4.737-.247a4.532 4.532 0 01-2.9-1.413 3.616 3.616 0 01-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.781 1.283-3.858C7.861 2.942 9.919 2 11.956 2h.09c2.08 0 4.204.987 5.466 2.625.82 1.054 1.195 2.108 1.195 3.745v.426zM9.074 20.061c0-.504.462-.734.89-.833.5-.106 3.545-.106 4.045 0 .428.099.89.33.89.833-.025.48-.306.904-.695 1.174a3.635 3.635 0 01-1.713.731 3.795 3.795 0 01-1.008 0 3.618 3.618 0 01-1.714-.732c-.39-.269-.67-.694-.695-1.173z",fill:i})});export const User=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>t("svg",{"data-name":"Iconly/Curved/Profile",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:r||h||24,height:r||n||24,...s,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{"data-name":"Stroke 1",d:"M11.845 21.662C8.153 21.662 5 21.088 5 18.787s3.133-4.425 6.845-4.425c3.692 0 6.845 2.1 6.845 4.4s-3.134 2.9-6.845 2.9z"}),t("path",{"data-name":"Stroke 3",d:"M11.837 11.174a4.372 4.372 0 10-.031 0z"})]})});export const VolumeUp=({theme:e,fill:i,filled:o,size:l,height:r,width:n,label:h,...a})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:l||n||24,height:l||r||24,fill:"none",...a,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.357 6.45c-.05-.486-.103-.99-.232-1.494C12.775 3.752 11.801 3 10.758 3c-.582-.002-1.318.356-1.736.72l-3.46 2.897h-1.81c-1.333 0-2.404 1.027-2.607 2.51-.172 1.424-.214 4.11 0 5.677.186 1.567 1.21 2.579 2.607 2.579h1.81l3.527 2.94c.362.315 1 .676 1.588.676l.105.001c1.063 0 2-.78 2.35-1.98.133-.509.18-.985.224-1.445l.001-.008.047-.459c.18-1.487.18-8.739 0-10.215l-.047-.442zm4.05.045a.907.907 0 00-1.279-.237.957.957 0 00-.228 1.308c.802 1.182 1.243 2.756 1.243 4.434 0 1.677-.441 3.252-1.243 4.434a.956.956 0 00.23 1.308.905.905 0 001.277-.237c1.012-1.492 1.571-3.447 1.571-5.505s-.559-4.013-1.571-5.505zM19.29 3.22a.905.905 0 011.277.236C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.234-2.433 8.544a.902.902 0 01-1.276.236.957.957 0 01-.23-1.308c1.356-1.999 2.104-4.653 2.104-7.472 0-2.818-.748-5.472-2.105-7.471a.958.958 0 01.23-1.308z",fill:i})});export const Camera=({theme:e,fill:i,filled:o,size:l,height:r,width:n,label:h,...a})=>t("svg",{width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.368 4.368 0 0117.64 21H6.36A4.361 4.361 0 012 16.645V10.71a4.361 4.361 0 014.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a97.79 97.79 0 01.714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299.1.22zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91zm-6.44 1.548c.47-.47 1.08-.719 1.73-.719.65 0 1.26.25 1.72.71.46.459.71 1.068.71 1.717A2.438 2.438 0 0112 15.756c-.65 0-1.26-.25-1.72-.71a2.408 2.408 0 01-.71-1.717v-.01c-.01-.63.24-1.24.7-1.699zm4.5 4.485a3.91 3.91 0 01-2.77 1.15 3.921 3.921 0 01-3.93-3.926 3.865 3.865 0 011.14-2.767A3.921 3.921 0 0112 9.402c1.05 0 2.04.41 2.78 1.15.74.749 1.15 1.738 1.15 2.777a3.958 3.958 0 01-1.16 2.776z",fill:i})});export const Activity=({theme:e,fill:o,filled:l,size:r,height:n,width:h,label:a,...s})=>t("svg",{"data-name":"Iconly/Curved/Activity",xmlns:"http://www.w3.org/2000/svg",width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...s,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{d:"M6.918 14.854l2.993-3.889 3.414 2.68 2.929-3.78"}),t("path",{d:"M19.668 2.35a1.922 1.922 0 11-1.922 1.922 1.921 1.921 0 011.922-1.922z"}),t("path",{d:"M20.756 9.269a20.809 20.809 0 01.194 3.034c0 6.938-2.312 9.25-9.25 9.25s-9.25-2.312-9.25-9.25 2.313-9.25 9.25-9.25a20.931 20.931 0 012.983.187"})]})});export const Plus=({theme:e,fill:o,size:l,height:r,width:n,...h})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:l||n||24,height:l||r||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M6 12h12"}),t("path",{d:"M12 18V6"})]})});export const Minus=({theme:e,fill:i,size:o,height:l,width:r,...n})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:o||r||24,height:o||l||24,viewBox:"0 0 24 24",...n,children:t("path",{d:"M6 12h12",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})});
|
|
1
|
+
import e from"react";import{jsx as t}from"react/jsx-runtime";import{jsxs as i}from"react/jsx-runtime";export const Sun=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>r?t("svg",{viewBox:"0 0 512 512",width:n||h||24,height:n||l||24,...d,children:t("path",{fill:o,d:"M256 118a22 22 0 01-22-22V48a22 22 0 0144 0v48a22 22 0 01-22 22zM256 486a22 22 0 01-22-22v-48a22 22 0 0144 0v48a22 22 0 01-22 22zM369.14 164.86a22 22 0 01-15.56-37.55l33.94-33.94a22 22 0 0131.11 31.11l-33.94 33.94a21.93 21.93 0 01-15.55 6.44zM108.92 425.08a22 22 0 01-15.55-37.56l33.94-33.94a22 22 0 1131.11 31.11l-33.94 33.94a21.94 21.94 0 01-15.56 6.45zM464 278h-48a22 22 0 010-44h48a22 22 0 010 44zM96 278H48a22 22 0 010-44h48a22 22 0 010 44zM403.08 425.08a21.94 21.94 0 01-15.56-6.45l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.55 37.56zM142.86 164.86a21.89 21.89 0 01-15.55-6.44l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.56 37.55zM256 358a102 102 0 11102-102 102.12 102.12 0 01-102 102z"})}):i("svg",{viewBox:"0 0 512 512",width:n||h||24,height:n||l||24,...d,children:[t("path",{fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32,d:"M256 48v48M256 416v48M403.08 108.92l-33.94 33.94M142.86 369.14l-33.94 33.94M464 256h-48M96 256H48M403.08 403.08l-33.94-33.94M142.86 142.86l-33.94-33.94"}),t("circle",{cx:256,cy:256,r:80,fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32})]});export const Mail=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M12 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v3"}),t("path",{d:"M17 9l-3.13 2.5a3.166 3.166 0 01-3.75 0L7 9M19.21 14.77l-3.539 3.54a1.232 1.232 0 00-.3.59l-.19 1.35a.635.635 0 00.76.76l1.35-.19a1.189 1.189 0 00.59-.3l3.54-3.54a1.365 1.365 0 000-2.22 1.361 1.361 0 00-2.211.01zM18.7 15.28a3.185 3.185 0 002.22 2.22"})]})});export const Moon=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",o?{viewBox:"0 0 512 512",width:r||l||24,height:r||n||24,...s,children:t("path",{fill:i,d:"M152.62 126.77c0-33 4.85-66.35 17.23-94.77C87.54 67.83 32 151.89 32 247.38 32 375.85 136.15 480 264.62 480c95.49 0 179.55-55.54 215.38-137.85-28.42 12.38-61.8 17.23-94.77 17.23-128.47 0-232.61-104.14-232.61-232.61z"})}:{viewBox:"0 0 512 512",width:r||l||24,height:r||n||24,...s,children:t("path",{d:"M160 136c0-30.62 4.51-61.61 16-88C99.57 81.27 48 159.32 48 248c0 119.29 96.71 216 216 216 88.68 0 166.73-51.57 200-128-26.39 11.49-57.38 16-88 16-119.29 0-216-96.71-216-216z",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:32})});export const Lock=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>{const a=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M9.121,6.653V4.5A4.561,4.561,0,0,0,0,4.484V6.653",transform:"translate(3.85 0.75)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.4,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Unlock=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>{const a=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M8.927,3.237A4.562,4.562,0,0,0,0,4.484V6.653",transform:"translate(3.849 0.75)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.406,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Password=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:o,children:[t("path",{d:"M18.75 8v2.1a12.984 12.984 0 00-1.5-.1V8c0-3.15-.89-5.25-5.25-5.25S6.75 4.85 6.75 8v2a12.984 12.984 0 00-1.5.1V8c0-2.9.7-6.75 6.75-6.75S18.75 5.1 18.75 8z"}),t("path",{d:"M18.75 10.1a12.984 12.984 0 00-1.5-.1H6.75a12.984 12.984 0 00-1.5.1C2.7 10.41 2 11.66 2 15v2c0 4 1 5 5 5h10c4 0 5-1 5-5v-2c0-3.34-.7-4.59-3.25-4.9zM8.71 16.71A1.052 1.052 0 018 17a1 1 0 01-.38-.08 1.032 1.032 0 01-.33-.21A1.052 1.052 0 017 16a1 1 0 01.08-.38 1.155 1.155 0 01.21-.33 1.032 1.032 0 01.33-.21 1 1 0 011.09.21 1.155 1.155 0 01.21.33A1 1 0 019 16a1.052 1.052 0 01-.29.71zm4.21-.33a1.155 1.155 0 01-.21.33A1.052 1.052 0 0112 17a1.033 1.033 0 01-.71-.29 1.155 1.155 0 01-.21-.33A1 1 0 0111 16a1.033 1.033 0 01.29-.71 1.047 1.047 0 011.42 0A1.033 1.033 0 0113 16a1 1 0 01-.08.38zm3.79.33a1.014 1.014 0 01-1.42 0 1.014 1.014 0 010-1.42 1.047 1.047 0 011.42 0c.04.05.08.1.12.16a.556.556 0 01.09.17.636.636 0 01.06.18 1.5 1.5 0 01.02.2 1.052 1.052 0 01-.29.71z"})]})});export const Notification=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.707 8.796c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.863 2.378a4.537 4.537 0 01-2.9 1.413c-1.571.134-3.143.247-4.736.247-1.595 0-3.166-.068-4.737-.247a4.532 4.532 0 01-2.9-1.413 3.616 3.616 0 01-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.781 1.283-3.858C7.861 2.942 9.919 2 11.956 2h.09c2.08 0 4.204.987 5.466 2.625.82 1.054 1.195 2.108 1.195 3.745v.426zM9.074 20.061c0-.504.462-.734.89-.833.5-.106 3.545-.106 4.045 0 .428.099.89.33.89.833-.025.48-.306.904-.695 1.174a3.635 3.635 0 01-1.713.731 3.795 3.795 0 01-1.008 0 3.618 3.618 0 01-1.714-.732c-.39-.269-.67-.694-.695-1.173z",fill:i})});export const User=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>t("svg",{"data-name":"Iconly/Curved/Profile",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:n||h||24,height:n||l||24,...d,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{"data-name":"Stroke 1",d:"M11.845 21.662C8.153 21.662 5 21.088 5 18.787s3.133-4.425 6.845-4.425c3.692 0 6.845 2.1 6.845 4.4s-3.134 2.9-6.845 2.9z"}),t("path",{"data-name":"Stroke 3",d:"M11.837 11.174a4.372 4.372 0 10-.031 0z"})]})});export const VolumeUp=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:r||l||24,height:r||n||24,fill:"none",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.357 6.45c-.05-.486-.103-.99-.232-1.494C12.775 3.752 11.801 3 10.758 3c-.582-.002-1.318.356-1.736.72l-3.46 2.897h-1.81c-1.333 0-2.404 1.027-2.607 2.51-.172 1.424-.214 4.11 0 5.677.186 1.567 1.21 2.579 2.607 2.579h1.81l3.527 2.94c.362.315 1 .676 1.588.676l.105.001c1.063 0 2-.78 2.35-1.98.133-.509.18-.985.224-1.445l.001-.008.047-.459c.18-1.487.18-8.739 0-10.215l-.047-.442zm4.05.045a.907.907 0 00-1.279-.237.957.957 0 00-.228 1.308c.802 1.182 1.243 2.756 1.243 4.434 0 1.677-.441 3.252-1.243 4.434a.956.956 0 00.23 1.308.905.905 0 001.277-.237c1.012-1.492 1.571-3.447 1.571-5.505s-.559-4.013-1.571-5.505zM19.29 3.22a.905.905 0 011.277.236C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.234-2.433 8.544a.902.902 0 01-1.276.236.957.957 0 01-.23-1.308c1.356-1.999 2.104-4.653 2.104-7.472 0-2.818-.748-5.472-2.105-7.471a.958.958 0 01.23-1.308z",fill:i})});export const Camera=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.368 4.368 0 0117.64 21H6.36A4.361 4.361 0 012 16.645V10.71a4.361 4.361 0 014.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a97.79 97.79 0 01.714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299.1.22zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91zm-6.44 1.548c.47-.47 1.08-.719 1.73-.719.65 0 1.26.25 1.72.71.46.459.71 1.068.71 1.717A2.438 2.438 0 0112 15.756c-.65 0-1.26-.25-1.72-.71a2.408 2.408 0 01-.71-1.717v-.01c-.01-.63.24-1.24.7-1.699zm4.5 4.485a3.91 3.91 0 01-2.77 1.15 3.921 3.921 0 01-3.93-3.926 3.865 3.865 0 011.14-2.767A3.921 3.921 0 0112 9.402c1.05 0 2.04.41 2.78 1.15.74.749 1.15 1.738 1.15 2.777a3.958 3.958 0 01-1.16 2.776z",fill:i})});export const Activity=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>t("svg",{"data-name":"Iconly/Curved/Activity",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{d:"M6.918 14.854l2.993-3.889 3.414 2.68 2.929-3.78"}),t("path",{d:"M19.668 2.35a1.922 1.922 0 11-1.922 1.922 1.921 1.921 0 011.922-1.922z"}),t("path",{d:"M20.756 9.269a20.809 20.809 0 01.194 3.034c0 6.938-2.312 9.25-9.25 9.25s-9.25-2.312-9.25-9.25 2.313-9.25 9.25-9.25a20.931 20.931 0 012.983.187"})]})});export const Plus=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M6 12h12"}),t("path",{d:"M12 18V6"})]})});export const Minus=({theme:e,fill:i,size:o,height:r,width:n,...l})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",...l,children:t("path",{d:"M6 12h12",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})});export const Eye=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M12.9833 10C12.9833 11.65 11.65 12.9833 10 12.9833C8.35 12.9833 7.01666 11.65 7.01666 10C7.01666 8.35 8.35 7.01666 10 7.01666C11.65 7.01666 12.9833 8.35 12.9833 10Z",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M9.99999 16.8916C12.9417 16.8916 15.6833 15.1583 17.5917 12.1583C18.3417 10.9833 18.3417 9.00831 17.5917 7.83331C15.6833 4.83331 12.9417 3.09998 9.99999 3.09998C7.05833 3.09998 4.31666 4.83331 2.40833 7.83331C1.65833 9.00831 1.65833 10.9833 2.40833 12.1583C4.31666 15.1583 7.05833 16.8916 9.99999 16.8916Z",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});export const Edit=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M11.05 3.00002L4.20835 10.2417C3.95002 10.5167 3.70002 11.0584 3.65002 11.4334L3.34169 14.1334C3.23335 15.1084 3.93335 15.775 4.90002 15.6084L7.58335 15.15C7.95835 15.0834 8.48335 14.8084 8.74168 14.525L15.5834 7.28335C16.7667 6.03335 17.3 4.60835 15.4583 2.86668C13.625 1.14168 12.2334 1.75002 11.05 3.00002Z",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M9.90833 4.20831C10.2667 6.50831 12.1333 8.26665 14.45 8.49998",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M2.5 18.3333H17.5",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})]});export const Delete=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M17.5 4.98332C14.725 4.70832 11.9333 4.56665 9.15 4.56665C7.5 4.56665 5.85 4.64998 4.2 4.81665L2.5 4.98332",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M7.08331 4.14169L7.26665 3.05002C7.39998 2.25835 7.49998 1.66669 8.90831 1.66669H11.0916C12.5 1.66669 12.6083 2.29169 12.7333 3.05835L12.9166 4.14169",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M15.7084 7.61664L15.1667 16.0083C15.075 17.3166 15 18.3333 12.675 18.3333H7.32502C5.00002 18.3333 4.92502 17.3166 4.83335 16.0083L4.29169 7.61664",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M8.60834 13.75H11.3833",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M7.91669 10.4167H12.0834",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const isObject=e=>e&&"object"==typeof e;export const renameProp=(e,t,{[e]:r,...c})=>({[t]:r,...c});export const copyObject=e=>isObject(e)?e instanceof Array?[...e]:{...e}:e;export const omitObject=(e,t)=>{if(!isObject(e))return e;if(e instanceof Array)return[...e];const r={...e};return t.forEach((e=>r[e]&&delete r[e])),r};export const cleanObject=e=>{if(!isObject(e))return e;if(e instanceof Array)return[...e];const t={...e};return Object.keys(t).forEach((e=>{void 0!==t[e]&&null!==t[e]||delete t[e]})),t};export const cleanObjectKeys=(e,t=[])=>{if(!isObject(e))return e;if(e instanceof Array)return[...e];const r={...e};return t.forEach((e=>{r[e]&&delete r[e]})),r};export const getKeyValue=(e,t)=>isObject(e)?e instanceof Array?[...e]:e[t]:e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const tuple=(...e)=>e;tuple("xs","sm","md","lg","xl");export const normalColors=tuple("default","primary","secondary","success","warning","error","gradient");export const simpleColors=tuple("default","primary","secondary","success","warning","error");export const extendedColors=tuple("default","primary","secondary","success","warning","error","invert","gradient");export const extendedColorsNoGradient=tuple("default","primary","secondary","success","warning","error","invert");export const extraColors=tuple("default","primary","secondary","success","warning","error","dark","lite","alert","purple","violet","gradient","cyan");export const normalLoaders=tuple("default","points","points-opacity","gradient","spinner");export const normalWeights=tuple("light","normal","bold","extrabold","black");export const textWeights=tuple("normal","bold","lighter","bolder","inherit","initial","revert","unset");export const textTransforms=tuple("none","capitalize","uppercase","lowercase","full-width","full-size-kana","inherit","initial","revert","unset");tuple("default","slient","prevent"),tuple("hover","click"),tuple("top","topStart","topEnd","left","leftStart","leftEnd","bottom","bottomStart","bottomEnd","right","rightStart","rightEnd"),tuple("static","relative","absolute","fixed","sticky","inherit","initial","revert","unset"),tuple("contain","cover","fill","none","scale-down","inherit","initial","revert","unset"),tuple("start","center","end","left","right"),tuple("flex-start","center","flex-end","space-between","space-around","space-evenly"),tuple("flex-start","flex-end","center","stretch","baseline"),tuple("stretch","center","flex-start","flex-end","space-between","space-around"),tuple("row","row-reverse","column","column-reverse"),tuple("nowrap","wrap","wrap-reverse"),tuple("flex","block","grid","inline","inline-block","inline-flex","inline-grid"),tuple("left","right");export const excludedInputPropsForTextarea=tuple("clearable","as","rounded","labelLeft","labelRight","contentLeft","contentRight","contentClickable","contentLeftStyling","contentRightStyling","onContentClick","onClearClick","css");
|
|
1
|
+
export const tuple=(...e)=>e;tuple("xs","sm","md","lg","xl");export const normalColors=tuple("default","primary","secondary","success","warning","error","gradient");export const simpleColors=tuple("default","primary","secondary","success","warning","error");export const extendedColors=tuple("default","primary","secondary","success","warning","error","invert","gradient");export const extendedColorsNoGradient=tuple("default","primary","secondary","success","warning","error","invert");export const extraColors=tuple("default","primary","secondary","success","warning","error","dark","lite","alert","purple","violet","gradient","cyan");export const normalLoaders=tuple("default","points","points-opacity","gradient","spinner");export const normalWeights=tuple("light","normal","bold","extrabold","black");export const textWeights=tuple("normal","bold","lighter","bolder","inherit","initial","revert","unset");export const textTransforms=tuple("none","capitalize","uppercase","lowercase","full-width","full-size-kana","inherit","initial","revert","unset");tuple("default","slient","prevent"),tuple("hover","click"),tuple("top","topStart","topEnd","left","leftStart","leftEnd","bottom","bottomStart","bottomEnd","right","rightStart","rightEnd"),tuple("static","relative","absolute","fixed","sticky","inherit","initial","revert","unset"),tuple("contain","cover","fill","none","scale-down","inherit","initial","revert","unset"),tuple("start","center","end","left","right"),tuple("flex-start","center","flex-end","space-between","space-around","space-evenly"),tuple("flex-start","flex-end","center","stretch","baseline"),tuple("stretch","center","flex-start","flex-end","space-between","space-around"),tuple("row","row-reverse","column","column-reverse"),tuple("nowrap","wrap","wrap-reverse"),tuple("flex","block","grid","inline","inline-block","inline-flex","inline-grid"),tuple("left","right"),tuple("start","center","end");export const excludedInputPropsForTextarea=tuple("clearable","as","rounded","labelLeft","labelRight","contentLeft","contentRight","contentClickable","contentLeftStyling","contentRightStyling","onContentClick","onClearClick","css");export const excludedTableProps=tuple("items","disabledKeys","allowDuplicateSelectionEvents","disallowEmptySelection","defaultSelectedKeys","sortDescriptor","onSortChange");tuple("toggle","replace"),tuple("none","single","multiple");
|
|
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
|
package/lib/package.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nextui-org/react",
|
|
3
|
+
"version": "1.0.2-beta.4",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"description": "🚀 Beautiful and modern React UI library.",
|
|
6
|
+
"homepage": "https://nextui.org",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "Junior Garcia",
|
|
9
|
+
"email": "jrgarciadev@gmail.com"
|
|
10
|
+
},
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/nextui-org/nextui/issues/new/choose"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/nextui-org/nextui"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"next",
|
|
20
|
+
"next ui",
|
|
21
|
+
"components",
|
|
22
|
+
"modern components",
|
|
23
|
+
"react components",
|
|
24
|
+
"react ui"
|
|
25
|
+
],
|
|
26
|
+
"source": "src/index.ts",
|
|
27
|
+
"main": "cjs/index.js",
|
|
28
|
+
"module": "esm/index.js",
|
|
29
|
+
"unpkg": "umd/nextui.min.js",
|
|
30
|
+
"types": "types/index.d.ts",
|
|
31
|
+
"sideEffects": false,
|
|
32
|
+
"scripts": {},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@babel/runtime": "7.9.6",
|
|
35
|
+
"@stitches/react": "1.2.6",
|
|
36
|
+
"@react-aria/checkbox": "3.3.0",
|
|
37
|
+
"@react-aria/focus": "3.5.1",
|
|
38
|
+
"@react-aria/i18n": "3.3.6",
|
|
39
|
+
"@react-aria/interactions": "3.8.0",
|
|
40
|
+
"@react-aria/label": "3.2.2",
|
|
41
|
+
"@react-aria/ssr": "3.1.1",
|
|
42
|
+
"@react-aria/table": "3.2.1",
|
|
43
|
+
"@react-aria/utils": "3.11.1",
|
|
44
|
+
"@react-aria/visually-hidden": "3.2.4",
|
|
45
|
+
"@react-stately/data": "3.4.5",
|
|
46
|
+
"@react-stately/table": "3.1.1",
|
|
47
|
+
"@react-stately/toggle": "3.2.4",
|
|
48
|
+
"@react-types/grid": "3.0.1",
|
|
49
|
+
"@react-types/shared": "3.11.0"
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"react": ">=16.8.0",
|
|
53
|
+
"react-dom": ">=16.8.0"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {}
|
|
56
|
+
}
|
|
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
|
|
@@ -33,5 +33,5 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
33
33
|
preventDefault: boolean;
|
|
34
34
|
opacity: number;
|
|
35
35
|
className: string;
|
|
36
|
-
}> & Omit<React.PropsWithChildren<BackdropProps>, "blur" | "opacity" | "visible" | "
|
|
36
|
+
}> & Omit<React.PropsWithChildren<BackdropProps>, "blur" | "opacity" | "visible" | "animated" | "className" | "preventDefault" | "onClick">>;
|
|
37
37
|
export default _default;
|
|
@@ -931,7 +931,7 @@ export declare const StyledBackdropContent: import("@stitches/react/types/styled
|
|
|
931
931
|
};
|
|
932
932
|
}>>;
|
|
933
933
|
export declare const StyledBackdropLayer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
934
|
-
blur?: boolean | "
|
|
934
|
+
blur?: boolean | "false" | "true" | undefined;
|
|
935
935
|
animated?: boolean | "false" | undefined;
|
|
936
936
|
}, {
|
|
937
937
|
xs: string;
|
|
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 StyledButtonGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3
|
-
vertical?: boolean | "
|
|
3
|
+
vertical?: boolean | "false" | "true" | undefined;
|
|
4
4
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
5
5
|
rounded?: boolean | "true" | undefined;
|
|
6
6
|
bordered?: boolean | "true" | undefined;
|
|
File without changes
|
|
File without changes
|
|
@@ -1199,7 +1199,8 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1199
1199
|
size: "md";
|
|
1200
1200
|
};
|
|
1201
1201
|
}, import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
1202
|
-
|
|
1202
|
+
animated?: boolean | "false" | undefined;
|
|
1203
|
+
isFocusVisible?: boolean | "false" | "true" | undefined;
|
|
1203
1204
|
}, {
|
|
1204
1205
|
xs: string;
|
|
1205
1206
|
sm: string;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -933,12 +933,12 @@ export declare const StyledCardBody: import("@stitches/react/types/styled-compon
|
|
|
933
933
|
export declare const StyledCard: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
934
934
|
color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "gradient" | undefined;
|
|
935
935
|
shadow?: boolean | "true" | undefined;
|
|
936
|
-
bordered?: boolean | "
|
|
936
|
+
bordered?: boolean | "false" | "true" | undefined;
|
|
937
937
|
borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
|
|
938
|
-
animated?: boolean | "
|
|
938
|
+
animated?: boolean | "false" | "true" | undefined;
|
|
939
939
|
clickable?: boolean | "true" | undefined;
|
|
940
940
|
hoverable?: boolean | "true" | undefined;
|
|
941
|
-
cover?: boolean | "
|
|
941
|
+
cover?: boolean | "false" | "true" | undefined;
|
|
942
942
|
isDark?: boolean | "true" | undefined;
|
|
943
943
|
}, {
|
|
944
944
|
xs: string;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React, { PropsWithoutRef, RefAttributes } from 'react';
|
|
2
2
|
import CheckboxGroup from './checkbox-group';
|
|
3
3
|
import { NormalSizes, NormalColors, SimpleColors } from '../utils/prop-types';
|
|
4
4
|
import { CSS } from '../theme/stitches.config';
|
|
@@ -48,11 +48,11 @@ declare type NativeAttrs = Omit<React.InputHTMLAttributes<unknown>, keyof Props>
|
|
|
48
48
|
export declare type CheckboxProps = Props & typeof defaultProps & CheckboxVariantsProps & NativeAttrs & {
|
|
49
49
|
css?: CSS;
|
|
50
50
|
};
|
|
51
|
-
declare type CheckboxComponent<P = {}> = React.
|
|
51
|
+
declare type CheckboxComponent<T, P = {}> = React.ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>> & {
|
|
52
52
|
Group: typeof CheckboxGroup;
|
|
53
53
|
};
|
|
54
54
|
declare type ComponentProps = Partial<typeof defaultProps> & Omit<Props, keyof typeof defaultProps> & NativeAttrs & CheckboxVariantsProps & {
|
|
55
55
|
css?: CSS;
|
|
56
56
|
};
|
|
57
|
-
declare const _default: CheckboxComponent<ComponentProps>;
|
|
57
|
+
declare const _default: CheckboxComponent<HTMLInputElement, ComponentProps>;
|
|
58
58
|
export default _default;
|