@nextui-org/react 1.0.2-beta.3 → 1.0.2-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/cjs/avatar/avatar-group.js +1 -35
- package/cjs/avatar/avatar-group.styles.js +1 -52
- package/cjs/avatar/avatar.js +1 -75
- package/cjs/avatar/avatar.styles.js +1 -334
- package/cjs/avatar/index.js +1 -22
- package/cjs/backdrop/backdrop.js +1 -137
- package/cjs/backdrop/backdrop.styles.js +1 -119
- package/cjs/backdrop/index.js +1 -16
- package/cjs/button/button-group-context.js +1 -21
- package/cjs/button/button-group.js +1 -81
- package/cjs/button/button-group.styles.js +1 -136
- package/cjs/button/button-icon.js +1 -68
- package/cjs/button/button.js +1 -145
- package/cjs/button/button.styles.js +1 -726
- package/cjs/button/index.js +1 -25
- package/cjs/button/utils.js +1 -27
- package/cjs/card/card.js +1 -117
- package/cjs/card/card.styles.js +1 -267
- package/cjs/card/index.js +1 -24
- package/cjs/checkbox/checkbox-context.js +1 -25
- package/cjs/checkbox/checkbox-group.js +1 -89
- package/cjs/checkbox/checkbox.js +1 -192
- package/cjs/checkbox/checkbox.styles.js +1 -563
- package/cjs/checkbox/index.js +1 -26
- package/cjs/code/code.js +1 -42
- package/cjs/code/code.styles.js +1 -14
- package/cjs/code/index.js +1 -15
- package/cjs/col/col.js +1 -46
- package/cjs/col/col.styles.js +1 -16
- package/cjs/col/index.js +1 -14
- package/cjs/collapse/collapse-context.js +1 -20
- package/cjs/collapse/collapse-group.js +1 -90
- package/cjs/collapse/collapse-icon.js +1 -41
- package/cjs/collapse/collapse.js +1 -196
- package/cjs/collapse/collapse.styles.js +1 -256
- package/cjs/collapse/index.js +1 -22
- package/cjs/container/container.js +1 -91
- package/cjs/container/container.styles.js +1 -45
- package/cjs/container/index.js +1 -14
- package/cjs/css-baseline/css-baseline.js +1 -247
- package/cjs/css-baseline/index.js +1 -11
- package/cjs/divider/divider.js +1 -82
- package/cjs/divider/divider.styles.js +1 -77
- package/cjs/divider/index.js +1 -15
- package/cjs/grid/grid-container.js +1 -60
- package/cjs/grid/grid-item.js +1 -123
- package/cjs/grid/grid.js +1 -29
- package/cjs/grid/grid.styles.js +1 -15
- package/cjs/grid/index.js +1 -18
- package/cjs/image/image.js +1 -150
- package/cjs/image/image.skeleton.js +1 -50
- package/cjs/image/image.styles.js +1 -57
- package/cjs/image/index.js +1 -16
- package/cjs/index.js +1 -435
- package/cjs/input/index.js +1 -30
- package/cjs/input/input-password.js +1 -80
- package/cjs/input/input-props.js +1 -30
- package/cjs/input/input.js +1 -318
- package/cjs/input/input.styles.js +1 -878
- package/cjs/input/password-icon.js +1 -51
- package/cjs/link/icon.js +1 -42
- package/cjs/link/index.js +1 -15
- package/cjs/link/link.js +1 -42
- package/cjs/link/link.styles.js +1 -135
- package/cjs/loading/index.js +1 -24
- package/cjs/loading/loading.js +1 -80
- package/cjs/loading/loading.styles.js +1 -438
- package/cjs/loading/spinner.js +1 -47
- package/cjs/modal/index.js +1 -28
- package/cjs/modal/modal-body.js +1 -62
- package/cjs/modal/modal-close-button.js +1 -49
- package/cjs/modal/modal-context.js +1 -18
- package/cjs/modal/modal-footer.js +1 -69
- package/cjs/modal/modal-header.js +1 -69
- package/cjs/modal/modal-wrapper.js +1 -153
- package/cjs/modal/modal.js +1 -159
- package/cjs/modal/modal.styles.js +1 -243
- package/cjs/modal/use-modal.js +1 -25
- package/cjs/pagination/index.js +1 -19
- package/cjs/pagination/pagination-ellipsis.js +1 -86
- package/cjs/pagination/pagination-highlight.js +1 -52
- package/cjs/pagination/pagination-icon.js +1 -59
- package/cjs/pagination/pagination-item.js +1 -104
- package/cjs/pagination/pagination.js +1 -169
- package/cjs/pagination/pagination.styles.js +1 -361
- package/cjs/progress/index.js +1 -15
- package/cjs/progress/progress.js +1 -101
- package/cjs/progress/progress.styles.js +1 -165
- package/cjs/radio/index.js +1 -24
- package/cjs/radio/radio-context.js +1 -24
- package/cjs/radio/radio-group.js +1 -78
- package/cjs/radio/radio.js +1 -156
- package/cjs/radio/radio.styles.js +1 -240
- package/cjs/row/index.js +1 -14
- package/cjs/row/row.js +1 -54
- package/cjs/row/row.styles.js +1 -25
- package/cjs/snippet/index.js +1 -16
- package/cjs/snippet/snippet-icon.js +1 -52
- package/cjs/snippet/snippet.js +1 -137
- package/cjs/snippet/snippet.styles.js +1 -141
- package/cjs/spacer/index.js +1 -14
- package/cjs/spacer/spacer.js +1 -49
- package/cjs/spacer/spacer.styles.js +1 -24
- package/cjs/switch/index.js +1 -17
- package/cjs/switch/switch.js +1 -142
- package/cjs/switch/switch.styles.js +1 -283
- package/cjs/text/child.js +1 -83
- package/cjs/text/index.js +1 -14
- package/cjs/text/text.js +1 -124
- package/cjs/text/text.styles.js +1 -41
- package/cjs/textarea/index.js +1 -12
- package/cjs/textarea/textarea.js +1 -126
- package/cjs/textarea/utils.js +1 -126
- package/cjs/theme/common.js +1 -503
- package/cjs/theme/dark-theme.js +1 -38
- package/cjs/theme/index.js +1 -31
- package/cjs/theme/light-theme.js +1 -33
- package/cjs/theme/stitches.config.js +1 -88
- package/cjs/theme/theme-context.js +1 -22
- package/cjs/theme/theme-provider.js +1 -111
- package/cjs/theme/types.js +1 -3
- package/cjs/theme/utils.js +1 -113
- package/cjs/tooltip/index.js +1 -17
- package/cjs/tooltip/placement.js +1 -193
- package/cjs/tooltip/tooltip-content.js +1 -135
- package/cjs/tooltip/tooltip.js +1 -143
- package/cjs/tooltip/tooltip.styles.js +1 -159
- package/cjs/use-body-scroll/index.js +1 -12
- package/cjs/use-body-scroll/use-body-scroll.js +1 -77
- package/cjs/use-click-anywhere/index.js +1 -12
- package/cjs/use-click-anywhere/use-click-anywhere.js +1 -19
- package/cjs/use-click-away/index.js +1 -12
- package/cjs/use-click-away/use-click-away.js +1 -23
- package/cjs/use-clipboard/index.js +1 -12
- package/cjs/use-clipboard/use-clipboard.js +1 -57
- package/cjs/use-current-state/index.js +1 -12
- package/cjs/use-current-state/use-current-state.js +1 -28
- package/cjs/use-drip/index.js +1 -12
- package/cjs/use-drip/use-drip.js +1 -38
- package/cjs/use-input/index.js +1 -12
- package/cjs/use-input/use-input.js +1 -32
- package/cjs/use-keyboard/codes.js +1 -104
- package/cjs/use-keyboard/helper.js +1 -35
- package/cjs/use-keyboard/index.js +1 -15
- package/cjs/use-keyboard/use-keyboard.js +1 -76
- package/cjs/use-pagination/index.js +1 -88
- package/cjs/use-portal/index.js +1 -12
- package/cjs/use-portal/use-portal.js +1 -43
- package/cjs/use-real-shape/index.js +1 -12
- package/cjs/use-real-shape/use-real-shape.js +1 -55
- package/cjs/use-resize/index.js +1 -12
- package/cjs/use-resize/use-resize.js +1 -23
- package/cjs/use-ssr/index.js +1 -12
- package/cjs/use-ssr/use-ssr.js +1 -25
- package/cjs/use-theme/index.js +1 -12
- package/cjs/use-theme/use-theme.js +1 -16
- package/cjs/use-warning/index.js +1 -12
- package/cjs/use-warning/use-warning.js +1 -23
- package/cjs/user/index.js +1 -21
- package/cjs/user/user-link.js +1 -46
- package/cjs/user/user.js +1 -63
- package/cjs/user/user.styles.js +1 -56
- package/cjs/utils/assertion.js +1 -42
- package/cjs/utils/clear-icon.js +1 -70
- package/cjs/utils/clsx.js +1 -57
- package/cjs/utils/collections.js +1 -110
- package/cjs/utils/color.js +1 -187
- package/cjs/utils/css-transition.js +1 -76
- package/cjs/utils/deep-merge.js +1 -33
- package/cjs/utils/dimensions.js +1 -10
- package/cjs/utils/dom.js +1 -110
- package/cjs/utils/drip.js +1 -116
- package/cjs/utils/expand.js +1 -109
- package/cjs/utils/icons.js +1 -481
- package/cjs/utils/numbers.js +1 -23
- package/cjs/utils/object.js +1 -40
- package/cjs/utils/prop-types.js +1 -56
- package/cjs/utils/react.js +1 -24
- package/cjs/utils/strings.js +1 -18
- package/cjs/utils/types.d.js +1 -3
- package/cjs/utils/with-defaults.js +1 -13
- package/esm/avatar/avatar-group.js +1 -35
- package/esm/avatar/avatar-group.styles.js +1 -52
- package/esm/avatar/avatar.js +1 -75
- package/esm/avatar/avatar.styles.js +1 -334
- package/esm/avatar/index.js +1 -22
- package/esm/backdrop/backdrop.js +1 -137
- package/esm/backdrop/backdrop.styles.js +1 -119
- package/esm/backdrop/index.js +1 -16
- package/esm/button/button-group-context.js +1 -21
- package/esm/button/button-group.js +1 -81
- package/esm/button/button-group.styles.js +1 -136
- package/esm/button/button-icon.js +1 -68
- package/esm/button/button.js +1 -145
- package/esm/button/button.styles.js +1 -726
- package/esm/button/index.js +1 -25
- package/esm/button/utils.js +1 -27
- package/esm/card/card.js +1 -117
- package/esm/card/card.styles.js +1 -267
- package/esm/card/index.js +1 -24
- package/esm/checkbox/checkbox-context.js +1 -25
- package/esm/checkbox/checkbox-group.js +1 -89
- package/esm/checkbox/checkbox.js +1 -192
- package/esm/checkbox/checkbox.styles.js +1 -563
- package/esm/checkbox/index.js +1 -26
- package/esm/code/code.js +1 -42
- package/esm/code/code.styles.js +1 -14
- package/esm/code/index.js +1 -15
- package/esm/col/col.js +1 -46
- package/esm/col/col.styles.js +1 -16
- package/esm/col/index.js +1 -14
- package/esm/collapse/collapse-context.js +1 -20
- package/esm/collapse/collapse-group.js +1 -90
- package/esm/collapse/collapse-icon.js +1 -41
- package/esm/collapse/collapse.js +1 -196
- package/esm/collapse/collapse.styles.js +1 -256
- package/esm/collapse/index.js +1 -22
- package/esm/container/container.js +1 -91
- package/esm/container/container.styles.js +1 -45
- package/esm/container/index.js +1 -14
- package/esm/css-baseline/css-baseline.js +1 -247
- package/esm/css-baseline/index.js +1 -11
- package/esm/divider/divider.js +1 -82
- package/esm/divider/divider.styles.js +1 -77
- package/esm/divider/index.js +1 -15
- package/esm/grid/grid-container.js +1 -60
- package/esm/grid/grid-item.js +1 -123
- package/esm/grid/grid.js +1 -29
- package/esm/grid/grid.styles.js +1 -15
- package/esm/grid/index.js +1 -18
- package/esm/image/image.js +1 -150
- package/esm/image/image.skeleton.js +1 -50
- package/esm/image/image.styles.js +1 -57
- package/esm/image/index.js +1 -16
- package/esm/index.js +1 -435
- package/esm/input/index.js +1 -30
- package/esm/input/input-password.js +1 -80
- package/esm/input/input-props.js +1 -30
- package/esm/input/input.js +1 -318
- package/esm/input/input.styles.js +1 -878
- package/esm/input/password-icon.js +1 -51
- package/esm/link/icon.js +1 -42
- package/esm/link/index.js +1 -15
- package/esm/link/link.js +1 -42
- package/esm/link/link.styles.js +1 -135
- package/esm/loading/index.js +1 -24
- package/esm/loading/loading.js +1 -80
- package/esm/loading/loading.styles.js +1 -438
- package/esm/loading/spinner.js +1 -47
- package/esm/modal/index.js +1 -28
- package/esm/modal/modal-body.js +1 -62
- package/esm/modal/modal-close-button.js +1 -49
- package/esm/modal/modal-context.js +1 -18
- package/esm/modal/modal-footer.js +1 -69
- package/esm/modal/modal-header.js +1 -69
- package/esm/modal/modal-wrapper.js +1 -153
- package/esm/modal/modal.js +1 -159
- package/esm/modal/modal.styles.js +1 -243
- package/esm/modal/use-modal.js +1 -25
- package/esm/pagination/index.js +1 -19
- package/esm/pagination/pagination-ellipsis.js +1 -86
- package/esm/pagination/pagination-highlight.js +1 -52
- package/esm/pagination/pagination-icon.js +1 -59
- package/esm/pagination/pagination-item.js +1 -104
- package/esm/pagination/pagination.js +1 -169
- package/esm/pagination/pagination.styles.js +1 -361
- package/esm/progress/index.js +1 -15
- package/esm/progress/progress.js +1 -101
- package/esm/progress/progress.styles.js +1 -165
- package/esm/radio/index.js +1 -24
- package/esm/radio/radio-context.js +1 -24
- package/esm/radio/radio-group.js +1 -78
- package/esm/radio/radio.js +1 -156
- package/esm/radio/radio.styles.js +1 -240
- package/esm/row/index.js +1 -14
- package/esm/row/row.js +1 -54
- package/esm/row/row.styles.js +1 -25
- package/esm/snippet/index.js +1 -16
- package/esm/snippet/snippet-icon.js +1 -52
- package/esm/snippet/snippet.js +1 -137
- package/esm/snippet/snippet.styles.js +1 -141
- package/esm/spacer/index.js +1 -14
- package/esm/spacer/spacer.js +1 -49
- package/esm/spacer/spacer.styles.js +1 -24
- package/esm/switch/index.js +1 -17
- package/esm/switch/switch.js +1 -142
- package/esm/switch/switch.styles.js +1 -283
- package/esm/text/child.js +1 -83
- package/esm/text/index.js +1 -14
- package/esm/text/text.js +1 -124
- package/esm/text/text.styles.js +1 -41
- package/esm/textarea/index.js +1 -12
- package/esm/textarea/textarea.js +1 -126
- package/esm/textarea/utils.js +1 -126
- package/esm/theme/common.js +1 -503
- package/esm/theme/dark-theme.js +1 -38
- package/esm/theme/index.js +1 -31
- package/esm/theme/light-theme.js +1 -33
- package/esm/theme/stitches.config.js +1 -88
- package/esm/theme/theme-context.js +1 -22
- package/esm/theme/theme-provider.js +1 -111
- package/esm/theme/types.js +1 -3
- package/esm/theme/utils.js +1 -113
- package/esm/tooltip/index.js +1 -17
- package/esm/tooltip/placement.js +1 -193
- package/esm/tooltip/tooltip-content.js +1 -135
- package/esm/tooltip/tooltip.js +1 -143
- package/esm/tooltip/tooltip.styles.js +1 -159
- package/esm/use-body-scroll/index.js +1 -12
- package/esm/use-body-scroll/use-body-scroll.js +1 -77
- package/esm/use-click-anywhere/index.js +1 -12
- package/esm/use-click-anywhere/use-click-anywhere.js +1 -19
- package/esm/use-click-away/index.js +1 -12
- package/esm/use-click-away/use-click-away.js +1 -23
- package/esm/use-clipboard/index.js +1 -12
- package/esm/use-clipboard/use-clipboard.js +1 -57
- package/esm/use-current-state/index.js +1 -12
- package/esm/use-current-state/use-current-state.js +1 -28
- package/esm/use-drip/index.js +1 -12
- package/esm/use-drip/use-drip.js +1 -38
- package/esm/use-input/index.js +1 -12
- package/esm/use-input/use-input.js +1 -32
- package/esm/use-keyboard/codes.js +1 -104
- package/esm/use-keyboard/helper.js +1 -35
- package/esm/use-keyboard/index.js +1 -15
- package/esm/use-keyboard/use-keyboard.js +1 -76
- package/esm/use-pagination/index.js +1 -88
- package/esm/use-portal/index.js +1 -12
- package/esm/use-portal/use-portal.js +1 -43
- package/esm/use-real-shape/index.js +1 -12
- package/esm/use-real-shape/use-real-shape.js +1 -55
- package/esm/use-resize/index.js +1 -12
- package/esm/use-resize/use-resize.js +1 -23
- package/esm/use-ssr/index.js +1 -12
- package/esm/use-ssr/use-ssr.js +1 -25
- package/esm/use-theme/index.js +1 -12
- package/esm/use-theme/use-theme.js +1 -16
- package/esm/use-warning/index.js +1 -12
- package/esm/use-warning/use-warning.js +1 -23
- package/esm/user/index.js +1 -21
- package/esm/user/user-link.js +1 -46
- package/esm/user/user.js +1 -63
- package/esm/user/user.styles.js +1 -56
- package/esm/utils/assertion.js +1 -42
- package/esm/utils/clear-icon.js +1 -70
- package/esm/utils/clsx.js +1 -57
- package/esm/utils/collections.js +1 -110
- package/esm/utils/color.js +1 -187
- package/esm/utils/css-transition.js +1 -76
- package/esm/utils/deep-merge.js +1 -33
- package/esm/utils/dimensions.js +1 -10
- package/esm/utils/dom.js +1 -110
- package/esm/utils/drip.js +1 -116
- package/esm/utils/expand.js +1 -109
- package/esm/utils/icons.js +1 -481
- package/esm/utils/numbers.js +1 -23
- package/esm/utils/object.js +1 -40
- package/esm/utils/prop-types.js +1 -56
- package/esm/utils/react.js +1 -24
- package/esm/utils/strings.js +1 -18
- package/esm/utils/types.d.js +1 -3
- package/esm/utils/with-defaults.js +1 -13
- package/package.json +7 -3
- package/{cjs → types}/avatar/avatar-group.d.ts +0 -0
- package/{cjs → types}/avatar/avatar-group.styles.d.ts +16 -0
- package/{cjs → types}/avatar/avatar.d.ts +0 -0
- package/{esm → types}/avatar/avatar.styles.d.ts +8 -0
- package/{cjs → types}/avatar/index.d.ts +0 -0
- package/{cjs → types}/backdrop/backdrop.d.ts +0 -0
- package/{cjs → types}/backdrop/backdrop.styles.d.ts +24 -0
- package/{cjs → types}/backdrop/index.d.ts +0 -0
- package/{cjs → types}/button/button-group-context.d.ts +0 -0
- package/{cjs → types}/button/button-group.d.ts +0 -0
- package/{cjs → types}/button/button-group.styles.d.ts +8 -0
- package/{esm → types}/button/button-icon.d.ts +9 -0
- package/{cjs → types}/button/button.d.ts +1 -0
- package/{esm/backdrop/backdrop.styles.d.ts → types/button/button.styles.d.ts} +1220 -931
- package/{cjs → types}/button/index.d.ts +0 -0
- package/{cjs → types}/button/utils.d.ts +0 -0
- package/{cjs → types}/card/card.d.ts +0 -0
- package/{cjs → types}/card/card.styles.d.ts +32 -0
- package/{cjs → types}/card/index.d.ts +0 -0
- package/{cjs → types}/checkbox/checkbox-context.d.ts +0 -0
- package/{cjs → types}/checkbox/checkbox-group.d.ts +0 -0
- package/{cjs → types}/checkbox/checkbox.d.ts +0 -0
- package/{cjs → types}/checkbox/checkbox.styles.d.ts +72 -0
- package/{cjs → types}/checkbox/index.d.ts +0 -0
- package/{cjs → types}/code/code.d.ts +0 -0
- package/{esm → types}/code/code.styles.d.ts +16 -0
- package/{cjs → types}/code/index.d.ts +0 -0
- package/{cjs → types}/col/col.d.ts +0 -0
- package/{esm → types}/col/col.styles.d.ts +8 -0
- package/{cjs → types}/col/index.d.ts +0 -0
- package/{cjs → types}/collapse/collapse-context.d.ts +0 -0
- package/{cjs → types}/collapse/collapse-group.d.ts +0 -0
- package/{cjs → types}/collapse/collapse-icon.d.ts +0 -0
- package/{cjs → types}/collapse/collapse.d.ts +0 -0
- package/{esm → types}/collapse/collapse.styles.d.ts +40 -0
- package/{cjs → types}/collapse/index.d.ts +0 -0
- package/{cjs → types}/container/container.d.ts +0 -0
- package/{esm → types}/container/container.styles.d.ts +8 -0
- package/{cjs → types}/container/index.d.ts +0 -0
- package/{cjs → types}/css-baseline/css-baseline.d.ts +0 -0
- package/{cjs → types}/css-baseline/index.d.ts +0 -0
- package/{cjs → types}/divider/divider.d.ts +0 -0
- package/{esm → types}/divider/divider.styles.d.ts +16 -0
- package/{cjs → types}/divider/index.d.ts +0 -0
- package/{cjs → types}/grid/grid-container.d.ts +0 -0
- package/{cjs → types}/grid/grid-item.d.ts +0 -0
- package/{cjs → types}/grid/grid.d.ts +0 -0
- package/{cjs → types}/grid/grid.styles.d.ts +16 -0
- package/{cjs → types}/grid/index.d.ts +0 -0
- package/{cjs → types}/image/image.d.ts +0 -0
- package/{cjs → types}/image/image.skeleton.d.ts +0 -0
- package/{esm → types}/image/image.styles.d.ts +24 -0
- package/{cjs → types}/image/index.d.ts +0 -0
- package/{cjs → types}/index.d.ts +0 -0
- package/{cjs → types}/input/index.d.ts +0 -0
- package/{cjs → types}/input/input-password.d.ts +0 -0
- package/{cjs → types}/input/input-props.d.ts +0 -0
- package/{cjs → types}/input/input.d.ts +0 -0
- package/{cjs → types}/input/input.styles.d.ts +88 -0
- package/{cjs → types}/input/password-icon.d.ts +0 -0
- package/{cjs → types}/link/icon.d.ts +0 -0
- package/{cjs → types}/link/index.d.ts +0 -0
- package/{cjs → types}/link/link.d.ts +1 -1
- package/{cjs → types}/link/link.styles.d.ts +17 -1
- package/{cjs → types}/loading/index.d.ts +0 -0
- package/{cjs → types}/loading/loading.d.ts +0 -0
- package/{esm → types}/loading/loading.styles.d.ts +48 -0
- package/{cjs → types}/loading/spinner.d.ts +0 -0
- package/{cjs → types}/modal/index.d.ts +0 -0
- package/{cjs → types}/modal/modal-body.d.ts +0 -0
- package/{cjs → types}/modal/modal-close-button.d.ts +0 -0
- package/{cjs → types}/modal/modal-context.d.ts +0 -0
- package/{cjs → types}/modal/modal-footer.d.ts +0 -0
- package/{cjs → types}/modal/modal-header.d.ts +0 -0
- package/{cjs → types}/modal/modal-wrapper.d.ts +0 -0
- package/{cjs → types}/modal/modal.d.ts +0 -0
- package/{cjs → types}/modal/modal.styles.d.ts +48 -0
- package/{cjs → types}/modal/use-modal.d.ts +0 -0
- package/{cjs → types}/pagination/index.d.ts +0 -0
- package/{cjs → types}/pagination/pagination-ellipsis.d.ts +0 -0
- package/{cjs → types}/pagination/pagination-highlight.d.ts +0 -0
- package/{cjs → types}/pagination/pagination-icon.d.ts +0 -0
- package/{cjs → types}/pagination/pagination-item.d.ts +0 -0
- package/{cjs → types}/pagination/pagination.d.ts +0 -0
- package/{esm → types}/pagination/pagination.styles.d.ts +48 -0
- package/{cjs → types}/progress/index.d.ts +0 -0
- package/{esm → types}/progress/progress.d.ts +1 -1
- package/{esm → types}/progress/progress.styles.d.ts +17 -1
- package/{cjs → types}/radio/index.d.ts +0 -0
- package/{cjs → types}/radio/radio-context.d.ts +0 -0
- package/{cjs → types}/radio/radio-group.d.ts +0 -0
- package/{cjs → types}/radio/radio.d.ts +0 -0
- package/{cjs → types}/radio/radio.styles.d.ts +48 -0
- package/{cjs → types}/row/index.d.ts +0 -0
- package/{cjs → types}/row/row.d.ts +0 -0
- package/{esm → types}/row/row.styles.d.ts +8 -0
- package/{cjs → types}/snippet/index.d.ts +0 -0
- package/{cjs → types}/snippet/snippet-icon.d.ts +0 -0
- package/{cjs → types}/snippet/snippet.d.ts +0 -0
- package/{esm → types}/snippet/snippet.styles.d.ts +32 -0
- package/{cjs → types}/spacer/index.d.ts +0 -0
- package/{cjs → types}/spacer/spacer.d.ts +0 -0
- package/{cjs → types}/spacer/spacer.styles.d.ts +8 -0
- package/{cjs → types}/switch/index.d.ts +0 -0
- package/{cjs → types}/switch/switch.d.ts +0 -0
- package/{cjs → types}/switch/switch.styles.d.ts +32 -0
- package/{cjs → types}/text/child.d.ts +0 -0
- package/{cjs → types}/text/index.d.ts +0 -0
- package/{cjs → types}/text/text.d.ts +0 -0
- package/{cjs → types}/text/text.styles.d.ts +8 -0
- package/{cjs → types}/textarea/index.d.ts +0 -0
- package/{cjs → types}/textarea/textarea.d.ts +0 -0
- package/{cjs → types}/textarea/utils.d.ts +0 -0
- package/{cjs → types}/theme/common.d.ts +16 -0
- package/{cjs → types}/theme/dark-theme.d.ts +10 -0
- package/{cjs → types}/theme/light-theme.d.ts +0 -0
- package/{cjs → types}/theme/stitches.config.d.ts +1021 -1
- package/{cjs → types}/theme/theme-context.d.ts +0 -0
- package/{cjs → types}/theme/theme-provider.d.ts +0 -0
- package/{cjs → types}/theme/types.d.ts +0 -0
- package/{cjs → types}/theme/utils.d.ts +0 -0
- package/{cjs → types}/tooltip/index.d.ts +0 -0
- package/{cjs → types}/tooltip/placement.d.ts +0 -0
- package/{cjs → types}/tooltip/tooltip-content.d.ts +0 -0
- package/{cjs → types}/tooltip/tooltip.d.ts +0 -0
- package/{esm → types}/tooltip/tooltip.styles.d.ts +32 -0
- package/{cjs → types}/use-body-scroll/index.d.ts +0 -0
- package/{cjs → types}/use-body-scroll/use-body-scroll.d.ts +0 -0
- package/{cjs → types}/use-click-anywhere/index.d.ts +0 -0
- package/{cjs → types}/use-click-anywhere/use-click-anywhere.d.ts +0 -0
- package/{cjs → types}/use-click-away/index.d.ts +0 -0
- package/{cjs → types}/use-click-away/use-click-away.d.ts +0 -0
- package/{cjs → types}/use-clipboard/index.d.ts +0 -0
- package/{cjs → types}/use-clipboard/use-clipboard.d.ts +0 -0
- package/{cjs → types}/use-current-state/index.d.ts +0 -0
- package/{cjs → types}/use-current-state/use-current-state.d.ts +0 -0
- package/{cjs → types}/use-drip/index.d.ts +0 -0
- package/{cjs → types}/use-drip/use-drip.d.ts +0 -0
- package/{cjs → types}/use-input/index.d.ts +0 -0
- package/{cjs → types}/use-input/use-input.d.ts +0 -0
- package/{cjs → types}/use-keyboard/codes.d.ts +0 -0
- package/{cjs → types}/use-keyboard/helper.d.ts +0 -0
- package/{cjs → types}/use-keyboard/index.d.ts +0 -0
- package/{cjs → types}/use-keyboard/use-keyboard.d.ts +0 -0
- package/{cjs → types}/use-pagination/index.d.ts +0 -0
- package/{cjs → types}/use-portal/index.d.ts +0 -0
- package/{cjs → types}/use-portal/use-portal.d.ts +0 -0
- package/{cjs → types}/use-real-shape/index.d.ts +0 -0
- package/{cjs → types}/use-real-shape/use-real-shape.d.ts +0 -0
- package/{cjs → types}/use-resize/index.d.ts +0 -0
- package/{cjs → types}/use-resize/use-resize.d.ts +0 -0
- package/{cjs → types}/use-ssr/index.d.ts +0 -0
- package/{cjs → types}/use-ssr/use-ssr.d.ts +0 -0
- package/{cjs → types}/use-theme/index.d.ts +0 -0
- package/{cjs → types}/use-theme/use-theme.d.ts +0 -0
- package/{cjs → types}/use-warning/index.d.ts +0 -0
- package/{cjs → types}/use-warning/use-warning.d.ts +0 -0
- package/{cjs → types}/user/index.d.ts +0 -0
- package/{cjs → types}/user/user-link.d.ts +0 -0
- package/{cjs → types}/user/user.d.ts +0 -0
- package/{cjs → types}/user/user.styles.d.ts +40 -0
- package/{cjs → types}/utils/assertion.d.ts +0 -0
- package/{cjs → types}/utils/clear-icon.d.ts +0 -0
- package/{cjs → types}/utils/clsx.d.ts +0 -0
- package/{cjs → types}/utils/collections.d.ts +0 -0
- package/{cjs → types}/utils/color.d.ts +0 -0
- package/{cjs → types}/utils/css-transition.d.ts +0 -0
- package/{cjs → types}/utils/deep-merge.d.ts +0 -0
- package/{cjs → types}/utils/dimensions.d.ts +0 -0
- package/{cjs → types}/utils/drip.d.ts +8 -0
- package/{cjs → types}/utils/expand.d.ts +0 -0
- package/{cjs → types}/utils/numbers.d.ts +0 -0
- package/{cjs → types}/utils/object.d.ts +0 -0
- package/{cjs → types}/utils/prop-types.d.ts +0 -0
- package/{cjs → types}/utils/with-defaults.d.ts +0 -0
- package/umd/nextui.js +4436 -512
- package/umd/nextui.min.js +1 -1
- package/cjs/avatar/avatar.styles.d.ts +0 -937
- package/cjs/button/button-icon.d.ts +0 -942
- package/cjs/button/button.styles.d.ts +0 -940
- package/cjs/code/code.styles.d.ts +0 -1848
- package/cjs/col/col.styles.d.ts +0 -926
- package/cjs/collapse/collapse.styles.d.ts +0 -4637
- package/cjs/container/container.styles.d.ts +0 -929
- package/cjs/divider/divider.styles.d.ts +0 -1853
- package/cjs/image/image.styles.d.ts +0 -2775
- package/cjs/loading/loading.styles.d.ts +0 -5554
- package/cjs/pagination/pagination.styles.d.ts +0 -5567
- package/cjs/progress/progress.d.ts +0 -65
- package/cjs/progress/progress.styles.d.ts +0 -1859
- package/cjs/row/row.styles.d.ts +0 -928
- package/cjs/snippet/snippet.styles.d.ts +0 -3702
- package/cjs/tooltip/tooltip.styles.d.ts +0 -3703
- package/esm/avatar/avatar-group.d.ts +0 -13
- package/esm/avatar/avatar-group.styles.d.ts +0 -1851
- package/esm/avatar/avatar.d.ts +0 -21
- package/esm/avatar/index.d.ts +0 -7
- package/esm/backdrop/backdrop.d.ts +0 -37
- package/esm/backdrop/index.d.ts +0 -5
- package/esm/button/button-group-context.d.ts +0 -20
- package/esm/button/button-group.d.ts +0 -34
- package/esm/button/button-group.styles.d.ts +0 -932
- package/esm/button/button.d.ts +0 -30
- package/esm/button/button.styles.d.ts +0 -940
- package/esm/button/index.d.ts +0 -10
- package/esm/button/utils.d.ts +0 -4
- package/esm/card/card.d.ts +0 -23
- package/esm/card/card.styles.d.ts +0 -3707
- package/esm/card/index.d.ts +0 -5
- package/esm/checkbox/checkbox-context.d.ts +0 -13
- package/esm/checkbox/checkbox-group.d.ts +0 -29
- package/esm/checkbox/checkbox.d.ts +0 -58
- package/esm/checkbox/checkbox.styles.d.ts +0 -8351
- package/esm/checkbox/index.d.ts +0 -6
- package/esm/code/code.d.ts +0 -15
- package/esm/code/index.d.ts +0 -5
- package/esm/col/col.d.ts +0 -20
- package/esm/col/index.d.ts +0 -5
- package/esm/collapse/collapse-context.d.ts +0 -9
- package/esm/collapse/collapse-group.d.ts +0 -18
- package/esm/collapse/collapse-icon.d.ts +0 -19
- package/esm/collapse/collapse.d.ts +0 -43
- package/esm/collapse/index.d.ts +0 -6
- package/esm/container/container.d.ts +0 -40
- package/esm/container/index.d.ts +0 -5
- package/esm/css-baseline/css-baseline.d.ts +0 -9
- package/esm/css-baseline/index.d.ts +0 -1
- package/esm/divider/divider.d.ts +0 -22
- package/esm/divider/index.d.ts +0 -5
- package/esm/grid/grid-container.d.ts +0 -22
- package/esm/grid/grid-item.d.ts +0 -37
- package/esm/grid/grid.d.ts +0 -9
- package/esm/grid/grid.styles.d.ts +0 -1849
- package/esm/grid/index.d.ts +0 -7
- package/esm/image/image.d.ts +0 -29
- package/esm/image/image.skeleton.d.ts +0 -19
- package/esm/image/index.d.ts +0 -5
- package/esm/index.d.ts +0 -79
- package/esm/input/index.d.ts +0 -7
- package/esm/input/input-password.d.ts +0 -98
- package/esm/input/input-props.d.ts +0 -66
- package/esm/input/input.d.ts +0 -18
- package/esm/input/input.styles.d.ts +0 -10217
- package/esm/input/password-icon.d.ts +0 -6
- package/esm/link/icon.d.ts +0 -4
- package/esm/link/index.d.ts +0 -5
- package/esm/link/link.d.ts +0 -43
- package/esm/link/link.styles.d.ts +0 -1854
- package/esm/loading/index.d.ts +0 -7
- package/esm/loading/loading.d.ts +0 -24
- package/esm/loading/spinner.d.ts +0 -17
- package/esm/modal/index.d.ts +0 -8
- package/esm/modal/modal-body.d.ts +0 -45
- package/esm/modal/modal-close-button.d.ts +0 -13
- package/esm/modal/modal-context.d.ts +0 -8
- package/esm/modal/modal-footer.d.ts +0 -24
- package/esm/modal/modal-header.d.ts +0 -24
- package/esm/modal/modal-wrapper.d.ts +0 -24
- package/esm/modal/modal.d.ts +0 -42
- package/esm/modal/modal.styles.d.ts +0 -5560
- package/esm/modal/use-modal.d.ts +0 -11
- package/esm/pagination/index.d.ts +0 -7
- package/esm/pagination/pagination-ellipsis.d.ts +0 -11
- package/esm/pagination/pagination-highlight.d.ts +0 -14
- package/esm/pagination/pagination-icon.d.ts +0 -16
- package/esm/pagination/pagination-item.d.ts +0 -22
- package/esm/pagination/pagination.d.ts +0 -46
- package/esm/progress/index.d.ts +0 -5
- package/esm/radio/index.d.ts +0 -4
- package/esm/radio/radio-context.d.ts +0 -13
- package/esm/radio/radio-group.d.ts +0 -30
- package/esm/radio/radio.d.ts +0 -45
- package/esm/radio/radio.styles.d.ts +0 -5555
- package/esm/row/index.d.ts +0 -5
- package/esm/row/row.d.ts +0 -21
- package/esm/snippet/index.d.ts +0 -5
- package/esm/snippet/snippet-icon.d.ts +0 -21
- package/esm/snippet/snippet.d.ts +0 -35
- package/esm/spacer/index.d.ts +0 -5
- package/esm/spacer/spacer.d.ts +0 -41
- package/esm/spacer/spacer.styles.d.ts +0 -927
- package/esm/switch/index.d.ts +0 -5
- package/esm/switch/switch.d.ts +0 -82
- package/esm/switch/switch.styles.d.ts +0 -3708
- package/esm/text/child.d.ts +0 -23
- package/esm/text/index.d.ts +0 -4
- package/esm/text/text.d.ts +0 -59
- package/esm/text/text.styles.d.ts +0 -927
- package/esm/textarea/index.d.ts +0 -3
- package/esm/textarea/textarea.d.ts +0 -42
- package/esm/textarea/utils.d.ts +0 -13
- package/esm/theme/common.d.ts +0 -1644
- package/esm/theme/dark-theme.d.ts +0 -33
- package/esm/theme/light-theme.d.ts +0 -28
- package/esm/theme/stitches.config.d.ts +0 -9004
- package/esm/theme/theme-context.d.ts +0 -5
- package/esm/theme/theme-provider.d.ts +0 -14
- package/esm/theme/types.d.ts +0 -76
- package/esm/theme/utils.d.ts +0 -16
- package/esm/tooltip/index.d.ts +0 -6
- package/esm/tooltip/placement.d.ts +0 -39
- package/esm/tooltip/tooltip-content.d.ts +0 -27
- package/esm/tooltip/tooltip.d.ts +0 -59
- package/esm/use-body-scroll/index.d.ts +0 -3
- package/esm/use-body-scroll/use-body-scroll.d.ts +0 -9
- package/esm/use-click-anywhere/index.d.ts +0 -2
- package/esm/use-click-anywhere/use-click-anywhere.d.ts +0 -2
- package/esm/use-click-away/index.d.ts +0 -2
- package/esm/use-click-away/use-click-away.d.ts +0 -3
- package/esm/use-clipboard/index.d.ts +0 -3
- package/esm/use-clipboard/use-clipboard.d.ts +0 -8
- package/esm/use-current-state/index.d.ts +0 -2
- package/esm/use-current-state/use-current-state.d.ts +0 -8
- package/esm/use-drip/index.d.ts +0 -2
- package/esm/use-drip/use-drip.d.ts +0 -9
- package/esm/use-input/index.d.ts +0 -2
- package/esm/use-input/use-input.d.ts +0 -13
- package/esm/use-keyboard/codes.d.ts +0 -92
- package/esm/use-keyboard/helper.d.ts +0 -3
- package/esm/use-keyboard/index.d.ts +0 -5
- package/esm/use-keyboard/use-keyboard.d.ts +0 -22
- package/esm/use-pagination/index.d.ts +0 -20
- package/esm/use-portal/index.d.ts +0 -2
- package/esm/use-portal/use-portal.d.ts +0 -2
- package/esm/use-real-shape/index.d.ts +0 -2
- package/esm/use-real-shape/use-real-shape.d.ts +0 -9
- package/esm/use-resize/index.d.ts +0 -2
- package/esm/use-resize/use-resize.d.ts +0 -2
- package/esm/use-ssr/index.d.ts +0 -2
- package/esm/use-ssr/use-ssr.d.ts +0 -6
- package/esm/use-theme/index.d.ts +0 -2
- package/esm/use-theme/use-theme.d.ts +0 -3
- package/esm/use-warning/index.d.ts +0 -2
- package/esm/use-warning/use-warning.d.ts +0 -2
- package/esm/user/index.d.ts +0 -6
- package/esm/user/user-link.d.ts +0 -32
- package/esm/user/user.d.ts +0 -35
- package/esm/user/user.styles.d.ts +0 -4621
- package/esm/utils/assertion.d.ts +0 -8
- package/esm/utils/clear-icon.d.ts +0 -16
- package/esm/utils/clsx.d.ts +0 -1
- package/esm/utils/collections.d.ts +0 -12
- package/esm/utils/color.d.ts +0 -28
- package/esm/utils/css-transition.d.ts +0 -27
- package/esm/utils/deep-merge.d.ts +0 -1
- package/esm/utils/dimensions.d.ts +0 -1
- package/esm/utils/drip.d.ts +0 -969
- package/esm/utils/expand.d.ts +0 -20
- package/esm/utils/numbers.d.ts +0 -9
- package/esm/utils/object.d.ts +0 -11
- package/esm/utils/prop-types.d.ts +0 -54
- package/esm/utils/with-defaults.d.ts +0 -3
|
@@ -141,18 +141,23 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
141
141
|
primaryLight: string;
|
|
142
142
|
primary: string;
|
|
143
143
|
primaryDark: string;
|
|
144
|
+
primaryShadow: string;
|
|
144
145
|
secondaryLight: string;
|
|
145
146
|
secondary: string;
|
|
146
147
|
secondaryDark: string;
|
|
148
|
+
secondaryShadow: string;
|
|
147
149
|
successLight: string;
|
|
148
150
|
success: string;
|
|
149
151
|
successDark: string;
|
|
152
|
+
successShadow: string;
|
|
150
153
|
warningLight: string;
|
|
151
154
|
warning: string;
|
|
152
155
|
warningDark: string;
|
|
156
|
+
warningShadow: string;
|
|
153
157
|
errorLight: string;
|
|
154
158
|
error: string;
|
|
155
159
|
errorDark: string;
|
|
160
|
+
errorShadow: string;
|
|
156
161
|
gradient: string;
|
|
157
162
|
link: string;
|
|
158
163
|
};
|
|
@@ -928,6 +933,9 @@ export declare const StyledCollapse: import("@stitches/react/types/styled-compon
|
|
|
928
933
|
backgroundImage: string;
|
|
929
934
|
WebkitBackgroundClip: string;
|
|
930
935
|
WebkitTextFillColor: string;
|
|
936
|
+
'&::selection': {
|
|
937
|
+
WebkitTextFillColor: string;
|
|
938
|
+
};
|
|
931
939
|
};
|
|
932
940
|
}>>;
|
|
933
941
|
export declare const StyledCollapseView: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -1066,18 +1074,23 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1066
1074
|
primaryLight: string;
|
|
1067
1075
|
primary: string;
|
|
1068
1076
|
primaryDark: string;
|
|
1077
|
+
primaryShadow: string;
|
|
1069
1078
|
secondaryLight: string;
|
|
1070
1079
|
secondary: string;
|
|
1071
1080
|
secondaryDark: string;
|
|
1081
|
+
secondaryShadow: string;
|
|
1072
1082
|
successLight: string;
|
|
1073
1083
|
success: string;
|
|
1074
1084
|
successDark: string;
|
|
1085
|
+
successShadow: string;
|
|
1075
1086
|
warningLight: string;
|
|
1076
1087
|
warning: string;
|
|
1077
1088
|
warningDark: string;
|
|
1089
|
+
warningShadow: string;
|
|
1078
1090
|
errorLight: string;
|
|
1079
1091
|
error: string;
|
|
1080
1092
|
errorDark: string;
|
|
1093
|
+
errorShadow: string;
|
|
1081
1094
|
gradient: string;
|
|
1082
1095
|
link: string;
|
|
1083
1096
|
};
|
|
@@ -1853,6 +1866,9 @@ export declare const StyledCollapseView: import("@stitches/react/types/styled-co
|
|
|
1853
1866
|
backgroundImage: string;
|
|
1854
1867
|
WebkitBackgroundClip: string;
|
|
1855
1868
|
WebkitTextFillColor: string;
|
|
1869
|
+
'&::selection': {
|
|
1870
|
+
WebkitTextFillColor: string;
|
|
1871
|
+
};
|
|
1856
1872
|
};
|
|
1857
1873
|
}>>;
|
|
1858
1874
|
export declare const StyledCollapseContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
@@ -1989,18 +2005,23 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
1989
2005
|
primaryLight: string;
|
|
1990
2006
|
primary: string;
|
|
1991
2007
|
primaryDark: string;
|
|
2008
|
+
primaryShadow: string;
|
|
1992
2009
|
secondaryLight: string;
|
|
1993
2010
|
secondary: string;
|
|
1994
2011
|
secondaryDark: string;
|
|
2012
|
+
secondaryShadow: string;
|
|
1995
2013
|
successLight: string;
|
|
1996
2014
|
success: string;
|
|
1997
2015
|
successDark: string;
|
|
2016
|
+
successShadow: string;
|
|
1998
2017
|
warningLight: string;
|
|
1999
2018
|
warning: string;
|
|
2000
2019
|
warningDark: string;
|
|
2020
|
+
warningShadow: string;
|
|
2001
2021
|
errorLight: string;
|
|
2002
2022
|
error: string;
|
|
2003
2023
|
errorDark: string;
|
|
2024
|
+
errorShadow: string;
|
|
2004
2025
|
gradient: string;
|
|
2005
2026
|
link: string;
|
|
2006
2027
|
};
|
|
@@ -2776,6 +2797,9 @@ export declare const StyledCollapseContent: import("@stitches/react/types/styled
|
|
|
2776
2797
|
backgroundImage: string;
|
|
2777
2798
|
WebkitBackgroundClip: string;
|
|
2778
2799
|
WebkitTextFillColor: string;
|
|
2800
|
+
'&::selection': {
|
|
2801
|
+
WebkitTextFillColor: string;
|
|
2802
|
+
};
|
|
2779
2803
|
};
|
|
2780
2804
|
}>>;
|
|
2781
2805
|
export declare const StyledCollapseIcon: import("@stitches/react/types/styled-component").StyledComponent<"svg", {}, {
|
|
@@ -2912,18 +2936,23 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
2912
2936
|
primaryLight: string;
|
|
2913
2937
|
primary: string;
|
|
2914
2938
|
primaryDark: string;
|
|
2939
|
+
primaryShadow: string;
|
|
2915
2940
|
secondaryLight: string;
|
|
2916
2941
|
secondary: string;
|
|
2917
2942
|
secondaryDark: string;
|
|
2943
|
+
secondaryShadow: string;
|
|
2918
2944
|
successLight: string;
|
|
2919
2945
|
success: string;
|
|
2920
2946
|
successDark: string;
|
|
2947
|
+
successShadow: string;
|
|
2921
2948
|
warningLight: string;
|
|
2922
2949
|
warning: string;
|
|
2923
2950
|
warningDark: string;
|
|
2951
|
+
warningShadow: string;
|
|
2924
2952
|
errorLight: string;
|
|
2925
2953
|
error: string;
|
|
2926
2954
|
errorDark: string;
|
|
2955
|
+
errorShadow: string;
|
|
2927
2956
|
gradient: string;
|
|
2928
2957
|
link: string;
|
|
2929
2958
|
};
|
|
@@ -3699,6 +3728,9 @@ export declare const StyledCollapseIcon: import("@stitches/react/types/styled-co
|
|
|
3699
3728
|
backgroundImage: string;
|
|
3700
3729
|
WebkitBackgroundClip: string;
|
|
3701
3730
|
WebkitTextFillColor: string;
|
|
3731
|
+
'&::selection': {
|
|
3732
|
+
WebkitTextFillColor: string;
|
|
3733
|
+
};
|
|
3702
3734
|
};
|
|
3703
3735
|
}>>;
|
|
3704
3736
|
export declare const StyledCollapseGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -3841,18 +3873,23 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
3841
3873
|
primaryLight: string;
|
|
3842
3874
|
primary: string;
|
|
3843
3875
|
primaryDark: string;
|
|
3876
|
+
primaryShadow: string;
|
|
3844
3877
|
secondaryLight: string;
|
|
3845
3878
|
secondary: string;
|
|
3846
3879
|
secondaryDark: string;
|
|
3880
|
+
secondaryShadow: string;
|
|
3847
3881
|
successLight: string;
|
|
3848
3882
|
success: string;
|
|
3849
3883
|
successDark: string;
|
|
3884
|
+
successShadow: string;
|
|
3850
3885
|
warningLight: string;
|
|
3851
3886
|
warning: string;
|
|
3852
3887
|
warningDark: string;
|
|
3888
|
+
warningShadow: string;
|
|
3853
3889
|
errorLight: string;
|
|
3854
3890
|
error: string;
|
|
3855
3891
|
errorDark: string;
|
|
3892
|
+
errorShadow: string;
|
|
3856
3893
|
gradient: string;
|
|
3857
3894
|
link: string;
|
|
3858
3895
|
};
|
|
@@ -4628,6 +4665,9 @@ export declare const StyledCollapseGroup: import("@stitches/react/types/styled-c
|
|
|
4628
4665
|
backgroundImage: string;
|
|
4629
4666
|
WebkitBackgroundClip: string;
|
|
4630
4667
|
WebkitTextFillColor: string;
|
|
4668
|
+
'&::selection': {
|
|
4669
|
+
WebkitTextFillColor: string;
|
|
4670
|
+
};
|
|
4631
4671
|
};
|
|
4632
4672
|
}>>;
|
|
4633
4673
|
export declare type CollapseVariantsProps = VariantProps<typeof StyledCollapse>;
|
|
File without changes
|
|
File without changes
|
|
@@ -136,18 +136,23 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
136
136
|
primaryLight: string;
|
|
137
137
|
primary: string;
|
|
138
138
|
primaryDark: string;
|
|
139
|
+
primaryShadow: string;
|
|
139
140
|
secondaryLight: string;
|
|
140
141
|
secondary: string;
|
|
141
142
|
secondaryDark: string;
|
|
143
|
+
secondaryShadow: string;
|
|
142
144
|
successLight: string;
|
|
143
145
|
success: string;
|
|
144
146
|
successDark: string;
|
|
147
|
+
successShadow: string;
|
|
145
148
|
warningLight: string;
|
|
146
149
|
warning: string;
|
|
147
150
|
warningDark: string;
|
|
151
|
+
warningShadow: string;
|
|
148
152
|
errorLight: string;
|
|
149
153
|
error: string;
|
|
150
154
|
errorDark: string;
|
|
155
|
+
errorShadow: string;
|
|
151
156
|
gradient: string;
|
|
152
157
|
link: string;
|
|
153
158
|
};
|
|
@@ -923,6 +928,9 @@ export declare const StyledContainer: import("@stitches/react/types/styled-compo
|
|
|
923
928
|
backgroundImage: string;
|
|
924
929
|
WebkitBackgroundClip: string;
|
|
925
930
|
WebkitTextFillColor: string;
|
|
931
|
+
'&::selection': {
|
|
932
|
+
WebkitTextFillColor: string;
|
|
933
|
+
};
|
|
926
934
|
};
|
|
927
935
|
}>>;
|
|
928
936
|
export declare type ContainerVariantsProps = VariantProps<typeof StyledContainer>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -135,18 +135,23 @@ export declare const StyledDivider: import("@stitches/react/types/styled-compone
|
|
|
135
135
|
primaryLight: string;
|
|
136
136
|
primary: string;
|
|
137
137
|
primaryDark: string;
|
|
138
|
+
primaryShadow: string;
|
|
138
139
|
secondaryLight: string;
|
|
139
140
|
secondary: string;
|
|
140
141
|
secondaryDark: string;
|
|
142
|
+
secondaryShadow: string;
|
|
141
143
|
successLight: string;
|
|
142
144
|
success: string;
|
|
143
145
|
successDark: string;
|
|
146
|
+
successShadow: string;
|
|
144
147
|
warningLight: string;
|
|
145
148
|
warning: string;
|
|
146
149
|
warningDark: string;
|
|
150
|
+
warningShadow: string;
|
|
147
151
|
errorLight: string;
|
|
148
152
|
error: string;
|
|
149
153
|
errorDark: string;
|
|
154
|
+
errorShadow: string;
|
|
150
155
|
gradient: string;
|
|
151
156
|
link: string;
|
|
152
157
|
};
|
|
@@ -922,6 +927,9 @@ export declare const StyledDivider: import("@stitches/react/types/styled-compone
|
|
|
922
927
|
backgroundImage: string;
|
|
923
928
|
WebkitBackgroundClip: string;
|
|
924
929
|
WebkitTextFillColor: string;
|
|
930
|
+
'&::selection': {
|
|
931
|
+
WebkitTextFillColor: string;
|
|
932
|
+
};
|
|
925
933
|
};
|
|
926
934
|
}>>;
|
|
927
935
|
export declare const StyledDividerText: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
@@ -1060,18 +1068,23 @@ export declare const StyledDividerText: import("@stitches/react/types/styled-com
|
|
|
1060
1068
|
primaryLight: string;
|
|
1061
1069
|
primary: string;
|
|
1062
1070
|
primaryDark: string;
|
|
1071
|
+
primaryShadow: string;
|
|
1063
1072
|
secondaryLight: string;
|
|
1064
1073
|
secondary: string;
|
|
1065
1074
|
secondaryDark: string;
|
|
1075
|
+
secondaryShadow: string;
|
|
1066
1076
|
successLight: string;
|
|
1067
1077
|
success: string;
|
|
1068
1078
|
successDark: string;
|
|
1079
|
+
successShadow: string;
|
|
1069
1080
|
warningLight: string;
|
|
1070
1081
|
warning: string;
|
|
1071
1082
|
warningDark: string;
|
|
1083
|
+
warningShadow: string;
|
|
1072
1084
|
errorLight: string;
|
|
1073
1085
|
error: string;
|
|
1074
1086
|
errorDark: string;
|
|
1087
|
+
errorShadow: string;
|
|
1075
1088
|
gradient: string;
|
|
1076
1089
|
link: string;
|
|
1077
1090
|
};
|
|
@@ -1847,6 +1860,9 @@ export declare const StyledDividerText: import("@stitches/react/types/styled-com
|
|
|
1847
1860
|
backgroundImage: string;
|
|
1848
1861
|
WebkitBackgroundClip: string;
|
|
1849
1862
|
WebkitTextFillColor: string;
|
|
1863
|
+
'&::selection': {
|
|
1864
|
+
WebkitTextFillColor: string;
|
|
1865
|
+
};
|
|
1850
1866
|
};
|
|
1851
1867
|
}>>;
|
|
1852
1868
|
export declare type DividerVariantsProps = VariantProps<typeof StyledDivider>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -133,18 +133,23 @@ export declare const StyledGridContainer: import("@stitches/react/types/styled-c
|
|
|
133
133
|
primaryLight: string;
|
|
134
134
|
primary: string;
|
|
135
135
|
primaryDark: string;
|
|
136
|
+
primaryShadow: string;
|
|
136
137
|
secondaryLight: string;
|
|
137
138
|
secondary: string;
|
|
138
139
|
secondaryDark: string;
|
|
140
|
+
secondaryShadow: string;
|
|
139
141
|
successLight: string;
|
|
140
142
|
success: string;
|
|
141
143
|
successDark: string;
|
|
144
|
+
successShadow: string;
|
|
142
145
|
warningLight: string;
|
|
143
146
|
warning: string;
|
|
144
147
|
warningDark: string;
|
|
148
|
+
warningShadow: string;
|
|
145
149
|
errorLight: string;
|
|
146
150
|
error: string;
|
|
147
151
|
errorDark: string;
|
|
152
|
+
errorShadow: string;
|
|
148
153
|
gradient: string;
|
|
149
154
|
link: string;
|
|
150
155
|
};
|
|
@@ -920,6 +925,9 @@ export declare const StyledGridContainer: import("@stitches/react/types/styled-c
|
|
|
920
925
|
backgroundImage: string;
|
|
921
926
|
WebkitBackgroundClip: string;
|
|
922
927
|
WebkitTextFillColor: string;
|
|
928
|
+
'&::selection': {
|
|
929
|
+
WebkitTextFillColor: string;
|
|
930
|
+
};
|
|
923
931
|
};
|
|
924
932
|
}>>;
|
|
925
933
|
export declare const StyledGridItem: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
@@ -1056,18 +1064,23 @@ export declare const StyledGridItem: import("@stitches/react/types/styled-compon
|
|
|
1056
1064
|
primaryLight: string;
|
|
1057
1065
|
primary: string;
|
|
1058
1066
|
primaryDark: string;
|
|
1067
|
+
primaryShadow: string;
|
|
1059
1068
|
secondaryLight: string;
|
|
1060
1069
|
secondary: string;
|
|
1061
1070
|
secondaryDark: string;
|
|
1071
|
+
secondaryShadow: string;
|
|
1062
1072
|
successLight: string;
|
|
1063
1073
|
success: string;
|
|
1064
1074
|
successDark: string;
|
|
1075
|
+
successShadow: string;
|
|
1065
1076
|
warningLight: string;
|
|
1066
1077
|
warning: string;
|
|
1067
1078
|
warningDark: string;
|
|
1079
|
+
warningShadow: string;
|
|
1068
1080
|
errorLight: string;
|
|
1069
1081
|
error: string;
|
|
1070
1082
|
errorDark: string;
|
|
1083
|
+
errorShadow: string;
|
|
1071
1084
|
gradient: string;
|
|
1072
1085
|
link: string;
|
|
1073
1086
|
};
|
|
@@ -1843,6 +1856,9 @@ export declare const StyledGridItem: import("@stitches/react/types/styled-compon
|
|
|
1843
1856
|
backgroundImage: string;
|
|
1844
1857
|
WebkitBackgroundClip: string;
|
|
1845
1858
|
WebkitTextFillColor: string;
|
|
1859
|
+
'&::selection': {
|
|
1860
|
+
WebkitTextFillColor: string;
|
|
1861
|
+
};
|
|
1846
1862
|
};
|
|
1847
1863
|
}>>;
|
|
1848
1864
|
export declare type GridContainerVariantProps = VariantProps<typeof StyledGridContainer>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -135,18 +135,23 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
135
135
|
primaryLight: string;
|
|
136
136
|
primary: string;
|
|
137
137
|
primaryDark: string;
|
|
138
|
+
primaryShadow: string;
|
|
138
139
|
secondaryLight: string;
|
|
139
140
|
secondary: string;
|
|
140
141
|
secondaryDark: string;
|
|
142
|
+
secondaryShadow: string;
|
|
141
143
|
successLight: string;
|
|
142
144
|
success: string;
|
|
143
145
|
successDark: string;
|
|
146
|
+
successShadow: string;
|
|
144
147
|
warningLight: string;
|
|
145
148
|
warning: string;
|
|
146
149
|
warningDark: string;
|
|
150
|
+
warningShadow: string;
|
|
147
151
|
errorLight: string;
|
|
148
152
|
error: string;
|
|
149
153
|
errorDark: string;
|
|
154
|
+
errorShadow: string;
|
|
150
155
|
gradient: string;
|
|
151
156
|
link: string;
|
|
152
157
|
};
|
|
@@ -922,6 +927,9 @@ export declare const StyledImageContainer: import("@stitches/react/types/styled-
|
|
|
922
927
|
backgroundImage: string;
|
|
923
928
|
WebkitBackgroundClip: string;
|
|
924
929
|
WebkitTextFillColor: string;
|
|
930
|
+
'&::selection': {
|
|
931
|
+
WebkitTextFillColor: string;
|
|
932
|
+
};
|
|
925
933
|
};
|
|
926
934
|
}>>;
|
|
927
935
|
export declare const StyledImage: import("@stitches/react/types/styled-component").StyledComponent<"img", {}, {
|
|
@@ -1058,18 +1066,23 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
1058
1066
|
primaryLight: string;
|
|
1059
1067
|
primary: string;
|
|
1060
1068
|
primaryDark: string;
|
|
1069
|
+
primaryShadow: string;
|
|
1061
1070
|
secondaryLight: string;
|
|
1062
1071
|
secondary: string;
|
|
1063
1072
|
secondaryDark: string;
|
|
1073
|
+
secondaryShadow: string;
|
|
1064
1074
|
successLight: string;
|
|
1065
1075
|
success: string;
|
|
1066
1076
|
successDark: string;
|
|
1077
|
+
successShadow: string;
|
|
1067
1078
|
warningLight: string;
|
|
1068
1079
|
warning: string;
|
|
1069
1080
|
warningDark: string;
|
|
1081
|
+
warningShadow: string;
|
|
1070
1082
|
errorLight: string;
|
|
1071
1083
|
error: string;
|
|
1072
1084
|
errorDark: string;
|
|
1085
|
+
errorShadow: string;
|
|
1073
1086
|
gradient: string;
|
|
1074
1087
|
link: string;
|
|
1075
1088
|
};
|
|
@@ -1845,6 +1858,9 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
|
|
|
1845
1858
|
backgroundImage: string;
|
|
1846
1859
|
WebkitBackgroundClip: string;
|
|
1847
1860
|
WebkitTextFillColor: string;
|
|
1861
|
+
'&::selection': {
|
|
1862
|
+
WebkitTextFillColor: string;
|
|
1863
|
+
};
|
|
1848
1864
|
};
|
|
1849
1865
|
}>>;
|
|
1850
1866
|
export declare const StyledImageSkeleton: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
@@ -1981,18 +1997,23 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
1981
1997
|
primaryLight: string;
|
|
1982
1998
|
primary: string;
|
|
1983
1999
|
primaryDark: string;
|
|
2000
|
+
primaryShadow: string;
|
|
1984
2001
|
secondaryLight: string;
|
|
1985
2002
|
secondary: string;
|
|
1986
2003
|
secondaryDark: string;
|
|
2004
|
+
secondaryShadow: string;
|
|
1987
2005
|
successLight: string;
|
|
1988
2006
|
success: string;
|
|
1989
2007
|
successDark: string;
|
|
2008
|
+
successShadow: string;
|
|
1990
2009
|
warningLight: string;
|
|
1991
2010
|
warning: string;
|
|
1992
2011
|
warningDark: string;
|
|
2012
|
+
warningShadow: string;
|
|
1993
2013
|
errorLight: string;
|
|
1994
2014
|
error: string;
|
|
1995
2015
|
errorDark: string;
|
|
2016
|
+
errorShadow: string;
|
|
1996
2017
|
gradient: string;
|
|
1997
2018
|
link: string;
|
|
1998
2019
|
};
|
|
@@ -2768,6 +2789,9 @@ export declare const StyledImageSkeleton: import("@stitches/react/types/styled-c
|
|
|
2768
2789
|
backgroundImage: string;
|
|
2769
2790
|
WebkitBackgroundClip: string;
|
|
2770
2791
|
WebkitTextFillColor: string;
|
|
2792
|
+
'&::selection': {
|
|
2793
|
+
WebkitTextFillColor: string;
|
|
2794
|
+
};
|
|
2771
2795
|
};
|
|
2772
2796
|
}>>;
|
|
2773
2797
|
export declare type ImageContainerVariantProps = VariantProps<typeof StyledImageContainer>;
|
|
File without changes
|
package/{cjs → types}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|