@nextui-org/react 1.0.2-alpha.2 → 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 +10 -5
- 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 -695
- 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 -190
- package/cjs/collapse/collapse.styles.js +1 -254
- 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 -317
- 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 -490
- 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 -115
- 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 -141
- 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 -695
- 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 -190
- package/esm/collapse/collapse.styles.js +1 -254
- 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 -317
- 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 -490
- 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 -115
- 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 -141
- 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 +8 -3
- package/{cjs → types}/avatar/avatar-group.d.ts +0 -0
- package/{cjs → types}/avatar/avatar-group.styles.d.ts +82 -0
- package/{cjs → types}/avatar/avatar.d.ts +0 -0
- package/{esm → types}/avatar/avatar.styles.d.ts +41 -0
- package/{cjs → types}/avatar/index.d.ts +0 -0
- package/{cjs → types}/backdrop/backdrop.d.ts +1 -1
- package/{cjs → types}/backdrop/backdrop.styles.d.ts +123 -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 +41 -0
- package/{esm → types}/button/button-icon.d.ts +42 -0
- package/{cjs → types}/button/button.d.ts +1 -0
- package/{esm/backdrop/backdrop.styles.d.ts → types/button/button.styles.d.ts} +1286 -898
- 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 +164 -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 +369 -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 +82 -0
- package/{cjs → types}/code/index.d.ts +0 -0
- package/{cjs → types}/col/col.d.ts +0 -0
- package/{cjs → types}/col/col.styles.d.ts +41 -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/{esm → types}/collapse/collapse.d.ts +5 -3
- package/{esm → types}/collapse/collapse.styles.d.ts +205 -0
- package/{cjs → types}/collapse/index.d.ts +0 -0
- package/{cjs → types}/container/container.d.ts +0 -0
- package/{cjs → types}/container/container.styles.d.ts +41 -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 +82 -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 +82 -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 +123 -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 +451 -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 +83 -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 +246 -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 +246 -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 +246 -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 +83 -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 +246 -0
- package/{cjs → types}/row/index.d.ts +0 -0
- package/{cjs → types}/row/row.d.ts +0 -0
- package/{cjs → types}/row/row.styles.d.ts +41 -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 +164 -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 +41 -0
- package/{cjs → types}/switch/index.d.ts +1 -1
- package/{cjs → types}/switch/switch.d.ts +0 -0
- package/{cjs → types}/switch/switch.styles.d.ts +164 -0
- package/{esm → types}/text/child.d.ts +2 -0
- package/{cjs → types}/text/index.d.ts +0 -0
- package/{cjs → types}/text/text.d.ts +3 -3
- package/{cjs → types}/text/text.styles.d.ts +41 -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 +76 -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 +5411 -4087
- 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 +1 -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/{esm → types}/tooltip/tooltip.d.ts +4 -1
- package/{esm → types}/tooltip/tooltip.styles.d.ts +164 -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 +205 -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 +41 -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 +4532 -602
- package/umd/nextui.min.js +1 -1
- package/cjs/avatar/avatar.styles.d.ts +0 -904
- package/cjs/button/button-icon.d.ts +0 -909
- package/cjs/button/button.styles.d.ts +0 -907
- package/cjs/code/code.styles.d.ts +0 -1782
- package/cjs/collapse/collapse.d.ts +0 -41
- package/cjs/collapse/collapse.styles.d.ts +0 -4472
- package/cjs/divider/divider.styles.d.ts +0 -1787
- package/cjs/image/image.styles.d.ts +0 -2676
- package/cjs/loading/loading.styles.d.ts +0 -5356
- package/cjs/pagination/pagination.styles.d.ts +0 -5369
- package/cjs/progress/progress.d.ts +0 -65
- package/cjs/progress/progress.styles.d.ts +0 -1793
- package/cjs/snippet/snippet.styles.d.ts +0 -3570
- package/cjs/text/child.d.ts +0 -21
- package/cjs/theme/ssr-provider.d.ts +0 -7
- package/cjs/theme/ssr-provider.js +0 -51
- package/cjs/tooltip/tooltip.d.ts +0 -56
- package/cjs/tooltip/tooltip.styles.d.ts +0 -3571
- package/esm/avatar/avatar-group.d.ts +0 -13
- package/esm/avatar/avatar-group.styles.d.ts +0 -1785
- 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 -899
- package/esm/button/button.d.ts +0 -30
- package/esm/button/button.styles.d.ts +0 -907
- 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 -3575
- 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 -8054
- 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/col.styles.d.ts +0 -893
- 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/index.d.ts +0 -6
- package/esm/container/container.d.ts +0 -40
- package/esm/container/container.styles.d.ts +0 -896
- 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 -1783
- 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 -9854
- 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 -1788
- 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 -5362
- 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 -5357
- package/esm/row/index.d.ts +0 -5
- package/esm/row/row.d.ts +0 -21
- package/esm/row/row.styles.d.ts +0 -895
- 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 -894
- package/esm/switch/index.d.ts +0 -5
- package/esm/switch/switch.d.ts +0 -82
- package/esm/switch/switch.styles.d.ts +0 -3576
- package/esm/text/index.d.ts +0 -4
- package/esm/text/text.d.ts +0 -59
- package/esm/text/text.styles.d.ts +0 -894
- 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 -1584
- package/esm/theme/dark-theme.d.ts +0 -33
- package/esm/theme/light-theme.d.ts +0 -28
- package/esm/theme/ssr-provider.d.ts +0 -7
- package/esm/theme/ssr-provider.js +0 -51
- package/esm/theme/stitches.config.d.ts +0 -8700
- 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 -75
- 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/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 -4456
- 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 -936
- 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 StyledInputMainContainer: import("@stitches/react/types/sty
|
|
|
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
|
};
|
|
@@ -843,6 +848,22 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
|
|
|
843
848
|
readonly [$$PropertyValue]: "width";
|
|
844
849
|
};
|
|
845
850
|
};
|
|
851
|
+
minSize: (value: {
|
|
852
|
+
readonly [$$PropertyValue]: "width";
|
|
853
|
+
}) => {
|
|
854
|
+
minWidth: {
|
|
855
|
+
readonly [$$PropertyValue]: "width";
|
|
856
|
+
};
|
|
857
|
+
minHeight: {
|
|
858
|
+
readonly [$$PropertyValue]: "width";
|
|
859
|
+
};
|
|
860
|
+
width: {
|
|
861
|
+
readonly [$$PropertyValue]: "width";
|
|
862
|
+
};
|
|
863
|
+
height: {
|
|
864
|
+
readonly [$$PropertyValue]: "width";
|
|
865
|
+
};
|
|
866
|
+
};
|
|
846
867
|
sizeMin: (value: {
|
|
847
868
|
readonly [$$PropertyValue]: "width";
|
|
848
869
|
}) => {
|
|
@@ -859,6 +880,16 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
|
|
|
859
880
|
readonly [$$PropertyValue]: "width";
|
|
860
881
|
};
|
|
861
882
|
};
|
|
883
|
+
maxSize: (value: {
|
|
884
|
+
readonly [$$PropertyValue]: "width";
|
|
885
|
+
}) => {
|
|
886
|
+
maxWidth: {
|
|
887
|
+
readonly [$$PropertyValue]: "width";
|
|
888
|
+
};
|
|
889
|
+
maxHeight: {
|
|
890
|
+
readonly [$$PropertyValue]: "width";
|
|
891
|
+
};
|
|
892
|
+
};
|
|
862
893
|
sizeMax: (value: {
|
|
863
894
|
readonly [$$PropertyValue]: "width";
|
|
864
895
|
}) => {
|
|
@@ -889,12 +920,22 @@ export declare const StyledInputMainContainer: import("@stitches/react/types/sty
|
|
|
889
920
|
}) => {
|
|
890
921
|
backgroundImage: string;
|
|
891
922
|
};
|
|
923
|
+
tdl: (value: {
|
|
924
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
925
|
+
}) => {
|
|
926
|
+
textDecorationLine: {
|
|
927
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
928
|
+
};
|
|
929
|
+
};
|
|
892
930
|
textGradient: (value: {
|
|
893
931
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
894
932
|
}) => {
|
|
895
933
|
backgroundImage: string;
|
|
896
934
|
WebkitBackgroundClip: string;
|
|
897
935
|
WebkitTextFillColor: string;
|
|
936
|
+
'&::selection': {
|
|
937
|
+
WebkitTextFillColor: string;
|
|
938
|
+
};
|
|
898
939
|
};
|
|
899
940
|
}>>;
|
|
900
941
|
export declare const StyledInputContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -1037,18 +1078,23 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
|
|
|
1037
1078
|
primaryLight: string;
|
|
1038
1079
|
primary: string;
|
|
1039
1080
|
primaryDark: string;
|
|
1081
|
+
primaryShadow: string;
|
|
1040
1082
|
secondaryLight: string;
|
|
1041
1083
|
secondary: string;
|
|
1042
1084
|
secondaryDark: string;
|
|
1085
|
+
secondaryShadow: string;
|
|
1043
1086
|
successLight: string;
|
|
1044
1087
|
success: string;
|
|
1045
1088
|
successDark: string;
|
|
1089
|
+
successShadow: string;
|
|
1046
1090
|
warningLight: string;
|
|
1047
1091
|
warning: string;
|
|
1048
1092
|
warningDark: string;
|
|
1093
|
+
warningShadow: string;
|
|
1049
1094
|
errorLight: string;
|
|
1050
1095
|
error: string;
|
|
1051
1096
|
errorDark: string;
|
|
1097
|
+
errorShadow: string;
|
|
1052
1098
|
gradient: string;
|
|
1053
1099
|
link: string;
|
|
1054
1100
|
};
|
|
@@ -1739,6 +1785,22 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
|
|
|
1739
1785
|
readonly [$$PropertyValue]: "width";
|
|
1740
1786
|
};
|
|
1741
1787
|
};
|
|
1788
|
+
minSize: (value: {
|
|
1789
|
+
readonly [$$PropertyValue]: "width";
|
|
1790
|
+
}) => {
|
|
1791
|
+
minWidth: {
|
|
1792
|
+
readonly [$$PropertyValue]: "width";
|
|
1793
|
+
};
|
|
1794
|
+
minHeight: {
|
|
1795
|
+
readonly [$$PropertyValue]: "width";
|
|
1796
|
+
};
|
|
1797
|
+
width: {
|
|
1798
|
+
readonly [$$PropertyValue]: "width";
|
|
1799
|
+
};
|
|
1800
|
+
height: {
|
|
1801
|
+
readonly [$$PropertyValue]: "width";
|
|
1802
|
+
};
|
|
1803
|
+
};
|
|
1742
1804
|
sizeMin: (value: {
|
|
1743
1805
|
readonly [$$PropertyValue]: "width";
|
|
1744
1806
|
}) => {
|
|
@@ -1755,6 +1817,16 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
|
|
|
1755
1817
|
readonly [$$PropertyValue]: "width";
|
|
1756
1818
|
};
|
|
1757
1819
|
};
|
|
1820
|
+
maxSize: (value: {
|
|
1821
|
+
readonly [$$PropertyValue]: "width";
|
|
1822
|
+
}) => {
|
|
1823
|
+
maxWidth: {
|
|
1824
|
+
readonly [$$PropertyValue]: "width";
|
|
1825
|
+
};
|
|
1826
|
+
maxHeight: {
|
|
1827
|
+
readonly [$$PropertyValue]: "width";
|
|
1828
|
+
};
|
|
1829
|
+
};
|
|
1758
1830
|
sizeMax: (value: {
|
|
1759
1831
|
readonly [$$PropertyValue]: "width";
|
|
1760
1832
|
}) => {
|
|
@@ -1785,12 +1857,22 @@ export declare const StyledInputContainer: import("@stitches/react/types/styled-
|
|
|
1785
1857
|
}) => {
|
|
1786
1858
|
backgroundImage: string;
|
|
1787
1859
|
};
|
|
1860
|
+
tdl: (value: {
|
|
1861
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1862
|
+
}) => {
|
|
1863
|
+
textDecorationLine: {
|
|
1864
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1865
|
+
};
|
|
1866
|
+
};
|
|
1788
1867
|
textGradient: (value: {
|
|
1789
1868
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1790
1869
|
}) => {
|
|
1791
1870
|
backgroundImage: string;
|
|
1792
1871
|
WebkitBackgroundClip: string;
|
|
1793
1872
|
WebkitTextFillColor: string;
|
|
1873
|
+
'&::selection': {
|
|
1874
|
+
WebkitTextFillColor: string;
|
|
1875
|
+
};
|
|
1794
1876
|
};
|
|
1795
1877
|
}>>;
|
|
1796
1878
|
export declare const StyledInput: import("@stitches/react/types/styled-component").StyledComponent<"input", {
|
|
@@ -1935,18 +2017,23 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
|
|
|
1935
2017
|
primaryLight: string;
|
|
1936
2018
|
primary: string;
|
|
1937
2019
|
primaryDark: string;
|
|
2020
|
+
primaryShadow: string;
|
|
1938
2021
|
secondaryLight: string;
|
|
1939
2022
|
secondary: string;
|
|
1940
2023
|
secondaryDark: string;
|
|
2024
|
+
secondaryShadow: string;
|
|
1941
2025
|
successLight: string;
|
|
1942
2026
|
success: string;
|
|
1943
2027
|
successDark: string;
|
|
2028
|
+
successShadow: string;
|
|
1944
2029
|
warningLight: string;
|
|
1945
2030
|
warning: string;
|
|
1946
2031
|
warningDark: string;
|
|
2032
|
+
warningShadow: string;
|
|
1947
2033
|
errorLight: string;
|
|
1948
2034
|
error: string;
|
|
1949
2035
|
errorDark: string;
|
|
2036
|
+
errorShadow: string;
|
|
1950
2037
|
gradient: string;
|
|
1951
2038
|
link: string;
|
|
1952
2039
|
};
|
|
@@ -2637,6 +2724,22 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
|
|
|
2637
2724
|
readonly [$$PropertyValue]: "width";
|
|
2638
2725
|
};
|
|
2639
2726
|
};
|
|
2727
|
+
minSize: (value: {
|
|
2728
|
+
readonly [$$PropertyValue]: "width";
|
|
2729
|
+
}) => {
|
|
2730
|
+
minWidth: {
|
|
2731
|
+
readonly [$$PropertyValue]: "width";
|
|
2732
|
+
};
|
|
2733
|
+
minHeight: {
|
|
2734
|
+
readonly [$$PropertyValue]: "width";
|
|
2735
|
+
};
|
|
2736
|
+
width: {
|
|
2737
|
+
readonly [$$PropertyValue]: "width";
|
|
2738
|
+
};
|
|
2739
|
+
height: {
|
|
2740
|
+
readonly [$$PropertyValue]: "width";
|
|
2741
|
+
};
|
|
2742
|
+
};
|
|
2640
2743
|
sizeMin: (value: {
|
|
2641
2744
|
readonly [$$PropertyValue]: "width";
|
|
2642
2745
|
}) => {
|
|
@@ -2653,6 +2756,16 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
|
|
|
2653
2756
|
readonly [$$PropertyValue]: "width";
|
|
2654
2757
|
};
|
|
2655
2758
|
};
|
|
2759
|
+
maxSize: (value: {
|
|
2760
|
+
readonly [$$PropertyValue]: "width";
|
|
2761
|
+
}) => {
|
|
2762
|
+
maxWidth: {
|
|
2763
|
+
readonly [$$PropertyValue]: "width";
|
|
2764
|
+
};
|
|
2765
|
+
maxHeight: {
|
|
2766
|
+
readonly [$$PropertyValue]: "width";
|
|
2767
|
+
};
|
|
2768
|
+
};
|
|
2656
2769
|
sizeMax: (value: {
|
|
2657
2770
|
readonly [$$PropertyValue]: "width";
|
|
2658
2771
|
}) => {
|
|
@@ -2683,12 +2796,22 @@ export declare const StyledInput: import("@stitches/react/types/styled-component
|
|
|
2683
2796
|
}) => {
|
|
2684
2797
|
backgroundImage: string;
|
|
2685
2798
|
};
|
|
2799
|
+
tdl: (value: {
|
|
2800
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2801
|
+
}) => {
|
|
2802
|
+
textDecorationLine: {
|
|
2803
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2804
|
+
};
|
|
2805
|
+
};
|
|
2686
2806
|
textGradient: (value: {
|
|
2687
2807
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2688
2808
|
}) => {
|
|
2689
2809
|
backgroundImage: string;
|
|
2690
2810
|
WebkitBackgroundClip: string;
|
|
2691
2811
|
WebkitTextFillColor: string;
|
|
2812
|
+
'&::selection': {
|
|
2813
|
+
WebkitTextFillColor: string;
|
|
2814
|
+
};
|
|
2692
2815
|
};
|
|
2693
2816
|
}>>;
|
|
2694
2817
|
export declare const StyledInputWrapper: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -2834,18 +2957,23 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
|
|
|
2834
2957
|
primaryLight: string;
|
|
2835
2958
|
primary: string;
|
|
2836
2959
|
primaryDark: string;
|
|
2960
|
+
primaryShadow: string;
|
|
2837
2961
|
secondaryLight: string;
|
|
2838
2962
|
secondary: string;
|
|
2839
2963
|
secondaryDark: string;
|
|
2964
|
+
secondaryShadow: string;
|
|
2840
2965
|
successLight: string;
|
|
2841
2966
|
success: string;
|
|
2842
2967
|
successDark: string;
|
|
2968
|
+
successShadow: string;
|
|
2843
2969
|
warningLight: string;
|
|
2844
2970
|
warning: string;
|
|
2845
2971
|
warningDark: string;
|
|
2972
|
+
warningShadow: string;
|
|
2846
2973
|
errorLight: string;
|
|
2847
2974
|
error: string;
|
|
2848
2975
|
errorDark: string;
|
|
2976
|
+
errorShadow: string;
|
|
2849
2977
|
gradient: string;
|
|
2850
2978
|
link: string;
|
|
2851
2979
|
};
|
|
@@ -3536,6 +3664,22 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
|
|
|
3536
3664
|
readonly [$$PropertyValue]: "width";
|
|
3537
3665
|
};
|
|
3538
3666
|
};
|
|
3667
|
+
minSize: (value: {
|
|
3668
|
+
readonly [$$PropertyValue]: "width";
|
|
3669
|
+
}) => {
|
|
3670
|
+
minWidth: {
|
|
3671
|
+
readonly [$$PropertyValue]: "width";
|
|
3672
|
+
};
|
|
3673
|
+
minHeight: {
|
|
3674
|
+
readonly [$$PropertyValue]: "width";
|
|
3675
|
+
};
|
|
3676
|
+
width: {
|
|
3677
|
+
readonly [$$PropertyValue]: "width";
|
|
3678
|
+
};
|
|
3679
|
+
height: {
|
|
3680
|
+
readonly [$$PropertyValue]: "width";
|
|
3681
|
+
};
|
|
3682
|
+
};
|
|
3539
3683
|
sizeMin: (value: {
|
|
3540
3684
|
readonly [$$PropertyValue]: "width";
|
|
3541
3685
|
}) => {
|
|
@@ -3552,6 +3696,16 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
|
|
|
3552
3696
|
readonly [$$PropertyValue]: "width";
|
|
3553
3697
|
};
|
|
3554
3698
|
};
|
|
3699
|
+
maxSize: (value: {
|
|
3700
|
+
readonly [$$PropertyValue]: "width";
|
|
3701
|
+
}) => {
|
|
3702
|
+
maxWidth: {
|
|
3703
|
+
readonly [$$PropertyValue]: "width";
|
|
3704
|
+
};
|
|
3705
|
+
maxHeight: {
|
|
3706
|
+
readonly [$$PropertyValue]: "width";
|
|
3707
|
+
};
|
|
3708
|
+
};
|
|
3555
3709
|
sizeMax: (value: {
|
|
3556
3710
|
readonly [$$PropertyValue]: "width";
|
|
3557
3711
|
}) => {
|
|
@@ -3582,12 +3736,22 @@ export declare const StyledInputWrapper: import("@stitches/react/types/styled-co
|
|
|
3582
3736
|
}) => {
|
|
3583
3737
|
backgroundImage: string;
|
|
3584
3738
|
};
|
|
3739
|
+
tdl: (value: {
|
|
3740
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3741
|
+
}) => {
|
|
3742
|
+
textDecorationLine: {
|
|
3743
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3744
|
+
};
|
|
3745
|
+
};
|
|
3585
3746
|
textGradient: (value: {
|
|
3586
3747
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3587
3748
|
}) => {
|
|
3588
3749
|
backgroundImage: string;
|
|
3589
3750
|
WebkitBackgroundClip: string;
|
|
3590
3751
|
WebkitTextFillColor: string;
|
|
3752
|
+
'&::selection': {
|
|
3753
|
+
WebkitTextFillColor: string;
|
|
3754
|
+
};
|
|
3591
3755
|
};
|
|
3592
3756
|
}>>;
|
|
3593
3757
|
export declare const StyledHelperTextContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -3727,18 +3891,23 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
|
|
|
3727
3891
|
primaryLight: string;
|
|
3728
3892
|
primary: string;
|
|
3729
3893
|
primaryDark: string;
|
|
3894
|
+
primaryShadow: string;
|
|
3730
3895
|
secondaryLight: string;
|
|
3731
3896
|
secondary: string;
|
|
3732
3897
|
secondaryDark: string;
|
|
3898
|
+
secondaryShadow: string;
|
|
3733
3899
|
successLight: string;
|
|
3734
3900
|
success: string;
|
|
3735
3901
|
successDark: string;
|
|
3902
|
+
successShadow: string;
|
|
3736
3903
|
warningLight: string;
|
|
3737
3904
|
warning: string;
|
|
3738
3905
|
warningDark: string;
|
|
3906
|
+
warningShadow: string;
|
|
3739
3907
|
errorLight: string;
|
|
3740
3908
|
error: string;
|
|
3741
3909
|
errorDark: string;
|
|
3910
|
+
errorShadow: string;
|
|
3742
3911
|
gradient: string;
|
|
3743
3912
|
link: string;
|
|
3744
3913
|
};
|
|
@@ -4429,6 +4598,22 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
|
|
|
4429
4598
|
readonly [$$PropertyValue]: "width";
|
|
4430
4599
|
};
|
|
4431
4600
|
};
|
|
4601
|
+
minSize: (value: {
|
|
4602
|
+
readonly [$$PropertyValue]: "width";
|
|
4603
|
+
}) => {
|
|
4604
|
+
minWidth: {
|
|
4605
|
+
readonly [$$PropertyValue]: "width";
|
|
4606
|
+
};
|
|
4607
|
+
minHeight: {
|
|
4608
|
+
readonly [$$PropertyValue]: "width";
|
|
4609
|
+
};
|
|
4610
|
+
width: {
|
|
4611
|
+
readonly [$$PropertyValue]: "width";
|
|
4612
|
+
};
|
|
4613
|
+
height: {
|
|
4614
|
+
readonly [$$PropertyValue]: "width";
|
|
4615
|
+
};
|
|
4616
|
+
};
|
|
4432
4617
|
sizeMin: (value: {
|
|
4433
4618
|
readonly [$$PropertyValue]: "width";
|
|
4434
4619
|
}) => {
|
|
@@ -4445,6 +4630,16 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
|
|
|
4445
4630
|
readonly [$$PropertyValue]: "width";
|
|
4446
4631
|
};
|
|
4447
4632
|
};
|
|
4633
|
+
maxSize: (value: {
|
|
4634
|
+
readonly [$$PropertyValue]: "width";
|
|
4635
|
+
}) => {
|
|
4636
|
+
maxWidth: {
|
|
4637
|
+
readonly [$$PropertyValue]: "width";
|
|
4638
|
+
};
|
|
4639
|
+
maxHeight: {
|
|
4640
|
+
readonly [$$PropertyValue]: "width";
|
|
4641
|
+
};
|
|
4642
|
+
};
|
|
4448
4643
|
sizeMax: (value: {
|
|
4449
4644
|
readonly [$$PropertyValue]: "width";
|
|
4450
4645
|
}) => {
|
|
@@ -4475,12 +4670,22 @@ export declare const StyledHelperTextContainer: import("@stitches/react/types/st
|
|
|
4475
4670
|
}) => {
|
|
4476
4671
|
backgroundImage: string;
|
|
4477
4672
|
};
|
|
4673
|
+
tdl: (value: {
|
|
4674
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4675
|
+
}) => {
|
|
4676
|
+
textDecorationLine: {
|
|
4677
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4678
|
+
};
|
|
4679
|
+
};
|
|
4478
4680
|
textGradient: (value: {
|
|
4479
4681
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4480
4682
|
}) => {
|
|
4481
4683
|
backgroundImage: string;
|
|
4482
4684
|
WebkitBackgroundClip: string;
|
|
4483
4685
|
WebkitTextFillColor: string;
|
|
4686
|
+
'&::selection': {
|
|
4687
|
+
WebkitTextFillColor: string;
|
|
4688
|
+
};
|
|
4484
4689
|
};
|
|
4485
4690
|
}>>;
|
|
4486
4691
|
export declare const StyledHelperText: import("@stitches/react/types/styled-component").StyledComponent<"p", {}, {
|
|
@@ -4617,18 +4822,23 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
|
|
|
4617
4822
|
primaryLight: string;
|
|
4618
4823
|
primary: string;
|
|
4619
4824
|
primaryDark: string;
|
|
4825
|
+
primaryShadow: string;
|
|
4620
4826
|
secondaryLight: string;
|
|
4621
4827
|
secondary: string;
|
|
4622
4828
|
secondaryDark: string;
|
|
4829
|
+
secondaryShadow: string;
|
|
4623
4830
|
successLight: string;
|
|
4624
4831
|
success: string;
|
|
4625
4832
|
successDark: string;
|
|
4833
|
+
successShadow: string;
|
|
4626
4834
|
warningLight: string;
|
|
4627
4835
|
warning: string;
|
|
4628
4836
|
warningDark: string;
|
|
4837
|
+
warningShadow: string;
|
|
4629
4838
|
errorLight: string;
|
|
4630
4839
|
error: string;
|
|
4631
4840
|
errorDark: string;
|
|
4841
|
+
errorShadow: string;
|
|
4632
4842
|
gradient: string;
|
|
4633
4843
|
link: string;
|
|
4634
4844
|
};
|
|
@@ -5319,6 +5529,22 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
|
|
|
5319
5529
|
readonly [$$PropertyValue]: "width";
|
|
5320
5530
|
};
|
|
5321
5531
|
};
|
|
5532
|
+
minSize: (value: {
|
|
5533
|
+
readonly [$$PropertyValue]: "width";
|
|
5534
|
+
}) => {
|
|
5535
|
+
minWidth: {
|
|
5536
|
+
readonly [$$PropertyValue]: "width";
|
|
5537
|
+
};
|
|
5538
|
+
minHeight: {
|
|
5539
|
+
readonly [$$PropertyValue]: "width";
|
|
5540
|
+
};
|
|
5541
|
+
width: {
|
|
5542
|
+
readonly [$$PropertyValue]: "width";
|
|
5543
|
+
};
|
|
5544
|
+
height: {
|
|
5545
|
+
readonly [$$PropertyValue]: "width";
|
|
5546
|
+
};
|
|
5547
|
+
};
|
|
5322
5548
|
sizeMin: (value: {
|
|
5323
5549
|
readonly [$$PropertyValue]: "width";
|
|
5324
5550
|
}) => {
|
|
@@ -5335,6 +5561,16 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
|
|
|
5335
5561
|
readonly [$$PropertyValue]: "width";
|
|
5336
5562
|
};
|
|
5337
5563
|
};
|
|
5564
|
+
maxSize: (value: {
|
|
5565
|
+
readonly [$$PropertyValue]: "width";
|
|
5566
|
+
}) => {
|
|
5567
|
+
maxWidth: {
|
|
5568
|
+
readonly [$$PropertyValue]: "width";
|
|
5569
|
+
};
|
|
5570
|
+
maxHeight: {
|
|
5571
|
+
readonly [$$PropertyValue]: "width";
|
|
5572
|
+
};
|
|
5573
|
+
};
|
|
5338
5574
|
sizeMax: (value: {
|
|
5339
5575
|
readonly [$$PropertyValue]: "width";
|
|
5340
5576
|
}) => {
|
|
@@ -5365,12 +5601,22 @@ export declare const StyledHelperText: import("@stitches/react/types/styled-comp
|
|
|
5365
5601
|
}) => {
|
|
5366
5602
|
backgroundImage: string;
|
|
5367
5603
|
};
|
|
5604
|
+
tdl: (value: {
|
|
5605
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5606
|
+
}) => {
|
|
5607
|
+
textDecorationLine: {
|
|
5608
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5609
|
+
};
|
|
5610
|
+
};
|
|
5368
5611
|
textGradient: (value: {
|
|
5369
5612
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
5370
5613
|
}) => {
|
|
5371
5614
|
backgroundImage: string;
|
|
5372
5615
|
WebkitBackgroundClip: string;
|
|
5373
5616
|
WebkitTextFillColor: string;
|
|
5617
|
+
'&::selection': {
|
|
5618
|
+
WebkitTextFillColor: string;
|
|
5619
|
+
};
|
|
5374
5620
|
};
|
|
5375
5621
|
}>>;
|
|
5376
5622
|
export declare const StyledInputPlaceholder: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
|
|
@@ -5507,18 +5753,23 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
|
|
|
5507
5753
|
primaryLight: string;
|
|
5508
5754
|
primary: string;
|
|
5509
5755
|
primaryDark: string;
|
|
5756
|
+
primaryShadow: string;
|
|
5510
5757
|
secondaryLight: string;
|
|
5511
5758
|
secondary: string;
|
|
5512
5759
|
secondaryDark: string;
|
|
5760
|
+
secondaryShadow: string;
|
|
5513
5761
|
successLight: string;
|
|
5514
5762
|
success: string;
|
|
5515
5763
|
successDark: string;
|
|
5764
|
+
successShadow: string;
|
|
5516
5765
|
warningLight: string;
|
|
5517
5766
|
warning: string;
|
|
5518
5767
|
warningDark: string;
|
|
5768
|
+
warningShadow: string;
|
|
5519
5769
|
errorLight: string;
|
|
5520
5770
|
error: string;
|
|
5521
5771
|
errorDark: string;
|
|
5772
|
+
errorShadow: string;
|
|
5522
5773
|
gradient: string;
|
|
5523
5774
|
link: string;
|
|
5524
5775
|
};
|
|
@@ -6209,6 +6460,22 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
|
|
|
6209
6460
|
readonly [$$PropertyValue]: "width";
|
|
6210
6461
|
};
|
|
6211
6462
|
};
|
|
6463
|
+
minSize: (value: {
|
|
6464
|
+
readonly [$$PropertyValue]: "width";
|
|
6465
|
+
}) => {
|
|
6466
|
+
minWidth: {
|
|
6467
|
+
readonly [$$PropertyValue]: "width";
|
|
6468
|
+
};
|
|
6469
|
+
minHeight: {
|
|
6470
|
+
readonly [$$PropertyValue]: "width";
|
|
6471
|
+
};
|
|
6472
|
+
width: {
|
|
6473
|
+
readonly [$$PropertyValue]: "width";
|
|
6474
|
+
};
|
|
6475
|
+
height: {
|
|
6476
|
+
readonly [$$PropertyValue]: "width";
|
|
6477
|
+
};
|
|
6478
|
+
};
|
|
6212
6479
|
sizeMin: (value: {
|
|
6213
6480
|
readonly [$$PropertyValue]: "width";
|
|
6214
6481
|
}) => {
|
|
@@ -6225,6 +6492,16 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
|
|
|
6225
6492
|
readonly [$$PropertyValue]: "width";
|
|
6226
6493
|
};
|
|
6227
6494
|
};
|
|
6495
|
+
maxSize: (value: {
|
|
6496
|
+
readonly [$$PropertyValue]: "width";
|
|
6497
|
+
}) => {
|
|
6498
|
+
maxWidth: {
|
|
6499
|
+
readonly [$$PropertyValue]: "width";
|
|
6500
|
+
};
|
|
6501
|
+
maxHeight: {
|
|
6502
|
+
readonly [$$PropertyValue]: "width";
|
|
6503
|
+
};
|
|
6504
|
+
};
|
|
6228
6505
|
sizeMax: (value: {
|
|
6229
6506
|
readonly [$$PropertyValue]: "width";
|
|
6230
6507
|
}) => {
|
|
@@ -6255,12 +6532,22 @@ export declare const StyledInputPlaceholder: import("@stitches/react/types/style
|
|
|
6255
6532
|
}) => {
|
|
6256
6533
|
backgroundImage: string;
|
|
6257
6534
|
};
|
|
6535
|
+
tdl: (value: {
|
|
6536
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
6537
|
+
}) => {
|
|
6538
|
+
textDecorationLine: {
|
|
6539
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
6540
|
+
};
|
|
6541
|
+
};
|
|
6258
6542
|
textGradient: (value: {
|
|
6259
6543
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
6260
6544
|
}) => {
|
|
6261
6545
|
backgroundImage: string;
|
|
6262
6546
|
WebkitBackgroundClip: string;
|
|
6263
6547
|
WebkitTextFillColor: string;
|
|
6548
|
+
'&::selection': {
|
|
6549
|
+
WebkitTextFillColor: string;
|
|
6550
|
+
};
|
|
6264
6551
|
};
|
|
6265
6552
|
}>>;
|
|
6266
6553
|
export declare const StyledInputBlockLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
|
|
@@ -6407,18 +6694,23 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
|
|
|
6407
6694
|
primaryLight: string;
|
|
6408
6695
|
primary: string;
|
|
6409
6696
|
primaryDark: string;
|
|
6697
|
+
primaryShadow: string;
|
|
6410
6698
|
secondaryLight: string;
|
|
6411
6699
|
secondary: string;
|
|
6412
6700
|
secondaryDark: string;
|
|
6701
|
+
secondaryShadow: string;
|
|
6413
6702
|
successLight: string;
|
|
6414
6703
|
success: string;
|
|
6415
6704
|
successDark: string;
|
|
6705
|
+
successShadow: string;
|
|
6416
6706
|
warningLight: string;
|
|
6417
6707
|
warning: string;
|
|
6418
6708
|
warningDark: string;
|
|
6709
|
+
warningShadow: string;
|
|
6419
6710
|
errorLight: string;
|
|
6420
6711
|
error: string;
|
|
6421
6712
|
errorDark: string;
|
|
6713
|
+
errorShadow: string;
|
|
6422
6714
|
gradient: string;
|
|
6423
6715
|
link: string;
|
|
6424
6716
|
};
|
|
@@ -7109,6 +7401,22 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
|
|
|
7109
7401
|
readonly [$$PropertyValue]: "width";
|
|
7110
7402
|
};
|
|
7111
7403
|
};
|
|
7404
|
+
minSize: (value: {
|
|
7405
|
+
readonly [$$PropertyValue]: "width";
|
|
7406
|
+
}) => {
|
|
7407
|
+
minWidth: {
|
|
7408
|
+
readonly [$$PropertyValue]: "width";
|
|
7409
|
+
};
|
|
7410
|
+
minHeight: {
|
|
7411
|
+
readonly [$$PropertyValue]: "width";
|
|
7412
|
+
};
|
|
7413
|
+
width: {
|
|
7414
|
+
readonly [$$PropertyValue]: "width";
|
|
7415
|
+
};
|
|
7416
|
+
height: {
|
|
7417
|
+
readonly [$$PropertyValue]: "width";
|
|
7418
|
+
};
|
|
7419
|
+
};
|
|
7112
7420
|
sizeMin: (value: {
|
|
7113
7421
|
readonly [$$PropertyValue]: "width";
|
|
7114
7422
|
}) => {
|
|
@@ -7125,6 +7433,16 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
|
|
|
7125
7433
|
readonly [$$PropertyValue]: "width";
|
|
7126
7434
|
};
|
|
7127
7435
|
};
|
|
7436
|
+
maxSize: (value: {
|
|
7437
|
+
readonly [$$PropertyValue]: "width";
|
|
7438
|
+
}) => {
|
|
7439
|
+
maxWidth: {
|
|
7440
|
+
readonly [$$PropertyValue]: "width";
|
|
7441
|
+
};
|
|
7442
|
+
maxHeight: {
|
|
7443
|
+
readonly [$$PropertyValue]: "width";
|
|
7444
|
+
};
|
|
7445
|
+
};
|
|
7128
7446
|
sizeMax: (value: {
|
|
7129
7447
|
readonly [$$PropertyValue]: "width";
|
|
7130
7448
|
}) => {
|
|
@@ -7155,12 +7473,22 @@ export declare const StyledInputBlockLabel: import("@stitches/react/types/styled
|
|
|
7155
7473
|
}) => {
|
|
7156
7474
|
backgroundImage: string;
|
|
7157
7475
|
};
|
|
7476
|
+
tdl: (value: {
|
|
7477
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
7478
|
+
}) => {
|
|
7479
|
+
textDecorationLine: {
|
|
7480
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
7481
|
+
};
|
|
7482
|
+
};
|
|
7158
7483
|
textGradient: (value: {
|
|
7159
7484
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
7160
7485
|
}) => {
|
|
7161
7486
|
backgroundImage: string;
|
|
7162
7487
|
WebkitBackgroundClip: string;
|
|
7163
7488
|
WebkitTextFillColor: string;
|
|
7489
|
+
'&::selection': {
|
|
7490
|
+
WebkitTextFillColor: string;
|
|
7491
|
+
};
|
|
7164
7492
|
};
|
|
7165
7493
|
}>>;
|
|
7166
7494
|
export declare const StyledInputLabel: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
@@ -7303,18 +7631,23 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
|
|
|
7303
7631
|
primaryLight: string;
|
|
7304
7632
|
primary: string;
|
|
7305
7633
|
primaryDark: string;
|
|
7634
|
+
primaryShadow: string;
|
|
7306
7635
|
secondaryLight: string;
|
|
7307
7636
|
secondary: string;
|
|
7308
7637
|
secondaryDark: string;
|
|
7638
|
+
secondaryShadow: string;
|
|
7309
7639
|
successLight: string;
|
|
7310
7640
|
success: string;
|
|
7311
7641
|
successDark: string;
|
|
7642
|
+
successShadow: string;
|
|
7312
7643
|
warningLight: string;
|
|
7313
7644
|
warning: string;
|
|
7314
7645
|
warningDark: string;
|
|
7646
|
+
warningShadow: string;
|
|
7315
7647
|
errorLight: string;
|
|
7316
7648
|
error: string;
|
|
7317
7649
|
errorDark: string;
|
|
7650
|
+
errorShadow: string;
|
|
7318
7651
|
gradient: string;
|
|
7319
7652
|
link: string;
|
|
7320
7653
|
};
|
|
@@ -8005,6 +8338,22 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
|
|
|
8005
8338
|
readonly [$$PropertyValue]: "width";
|
|
8006
8339
|
};
|
|
8007
8340
|
};
|
|
8341
|
+
minSize: (value: {
|
|
8342
|
+
readonly [$$PropertyValue]: "width";
|
|
8343
|
+
}) => {
|
|
8344
|
+
minWidth: {
|
|
8345
|
+
readonly [$$PropertyValue]: "width";
|
|
8346
|
+
};
|
|
8347
|
+
minHeight: {
|
|
8348
|
+
readonly [$$PropertyValue]: "width";
|
|
8349
|
+
};
|
|
8350
|
+
width: {
|
|
8351
|
+
readonly [$$PropertyValue]: "width";
|
|
8352
|
+
};
|
|
8353
|
+
height: {
|
|
8354
|
+
readonly [$$PropertyValue]: "width";
|
|
8355
|
+
};
|
|
8356
|
+
};
|
|
8008
8357
|
sizeMin: (value: {
|
|
8009
8358
|
readonly [$$PropertyValue]: "width";
|
|
8010
8359
|
}) => {
|
|
@@ -8021,6 +8370,16 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
|
|
|
8021
8370
|
readonly [$$PropertyValue]: "width";
|
|
8022
8371
|
};
|
|
8023
8372
|
};
|
|
8373
|
+
maxSize: (value: {
|
|
8374
|
+
readonly [$$PropertyValue]: "width";
|
|
8375
|
+
}) => {
|
|
8376
|
+
maxWidth: {
|
|
8377
|
+
readonly [$$PropertyValue]: "width";
|
|
8378
|
+
};
|
|
8379
|
+
maxHeight: {
|
|
8380
|
+
readonly [$$PropertyValue]: "width";
|
|
8381
|
+
};
|
|
8382
|
+
};
|
|
8024
8383
|
sizeMax: (value: {
|
|
8025
8384
|
readonly [$$PropertyValue]: "width";
|
|
8026
8385
|
}) => {
|
|
@@ -8051,12 +8410,22 @@ export declare const StyledInputLabel: import("@stitches/react/types/styled-comp
|
|
|
8051
8410
|
}) => {
|
|
8052
8411
|
backgroundImage: string;
|
|
8053
8412
|
};
|
|
8413
|
+
tdl: (value: {
|
|
8414
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
8415
|
+
}) => {
|
|
8416
|
+
textDecorationLine: {
|
|
8417
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
8418
|
+
};
|
|
8419
|
+
};
|
|
8054
8420
|
textGradient: (value: {
|
|
8055
8421
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
8056
8422
|
}) => {
|
|
8057
8423
|
backgroundImage: string;
|
|
8058
8424
|
WebkitBackgroundClip: string;
|
|
8059
8425
|
WebkitTextFillColor: string;
|
|
8426
|
+
'&::selection': {
|
|
8427
|
+
WebkitTextFillColor: string;
|
|
8428
|
+
};
|
|
8060
8429
|
};
|
|
8061
8430
|
}>>;
|
|
8062
8431
|
export declare const StyledInputContent: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
@@ -8196,18 +8565,23 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
|
|
|
8196
8565
|
primaryLight: string;
|
|
8197
8566
|
primary: string;
|
|
8198
8567
|
primaryDark: string;
|
|
8568
|
+
primaryShadow: string;
|
|
8199
8569
|
secondaryLight: string;
|
|
8200
8570
|
secondary: string;
|
|
8201
8571
|
secondaryDark: string;
|
|
8572
|
+
secondaryShadow: string;
|
|
8202
8573
|
successLight: string;
|
|
8203
8574
|
success: string;
|
|
8204
8575
|
successDark: string;
|
|
8576
|
+
successShadow: string;
|
|
8205
8577
|
warningLight: string;
|
|
8206
8578
|
warning: string;
|
|
8207
8579
|
warningDark: string;
|
|
8580
|
+
warningShadow: string;
|
|
8208
8581
|
errorLight: string;
|
|
8209
8582
|
error: string;
|
|
8210
8583
|
errorDark: string;
|
|
8584
|
+
errorShadow: string;
|
|
8211
8585
|
gradient: string;
|
|
8212
8586
|
link: string;
|
|
8213
8587
|
};
|
|
@@ -8898,6 +9272,22 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
|
|
|
8898
9272
|
readonly [$$PropertyValue]: "width";
|
|
8899
9273
|
};
|
|
8900
9274
|
};
|
|
9275
|
+
minSize: (value: {
|
|
9276
|
+
readonly [$$PropertyValue]: "width";
|
|
9277
|
+
}) => {
|
|
9278
|
+
minWidth: {
|
|
9279
|
+
readonly [$$PropertyValue]: "width";
|
|
9280
|
+
};
|
|
9281
|
+
minHeight: {
|
|
9282
|
+
readonly [$$PropertyValue]: "width";
|
|
9283
|
+
};
|
|
9284
|
+
width: {
|
|
9285
|
+
readonly [$$PropertyValue]: "width";
|
|
9286
|
+
};
|
|
9287
|
+
height: {
|
|
9288
|
+
readonly [$$PropertyValue]: "width";
|
|
9289
|
+
};
|
|
9290
|
+
};
|
|
8901
9291
|
sizeMin: (value: {
|
|
8902
9292
|
readonly [$$PropertyValue]: "width";
|
|
8903
9293
|
}) => {
|
|
@@ -8914,6 +9304,16 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
|
|
|
8914
9304
|
readonly [$$PropertyValue]: "width";
|
|
8915
9305
|
};
|
|
8916
9306
|
};
|
|
9307
|
+
maxSize: (value: {
|
|
9308
|
+
readonly [$$PropertyValue]: "width";
|
|
9309
|
+
}) => {
|
|
9310
|
+
maxWidth: {
|
|
9311
|
+
readonly [$$PropertyValue]: "width";
|
|
9312
|
+
};
|
|
9313
|
+
maxHeight: {
|
|
9314
|
+
readonly [$$PropertyValue]: "width";
|
|
9315
|
+
};
|
|
9316
|
+
};
|
|
8917
9317
|
sizeMax: (value: {
|
|
8918
9318
|
readonly [$$PropertyValue]: "width";
|
|
8919
9319
|
}) => {
|
|
@@ -8944,12 +9344,22 @@ export declare const StyledInputContent: import("@stitches/react/types/styled-co
|
|
|
8944
9344
|
}) => {
|
|
8945
9345
|
backgroundImage: string;
|
|
8946
9346
|
};
|
|
9347
|
+
tdl: (value: {
|
|
9348
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
9349
|
+
}) => {
|
|
9350
|
+
textDecorationLine: {
|
|
9351
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
9352
|
+
};
|
|
9353
|
+
};
|
|
8947
9354
|
textGradient: (value: {
|
|
8948
9355
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
8949
9356
|
}) => {
|
|
8950
9357
|
backgroundImage: string;
|
|
8951
9358
|
WebkitBackgroundClip: string;
|
|
8952
9359
|
WebkitTextFillColor: string;
|
|
9360
|
+
'&::selection': {
|
|
9361
|
+
WebkitTextFillColor: string;
|
|
9362
|
+
};
|
|
8953
9363
|
};
|
|
8954
9364
|
}>>;
|
|
8955
9365
|
export declare const StyledInputClearButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {
|
|
@@ -9092,18 +9502,23 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
|
|
|
9092
9502
|
primaryLight: string;
|
|
9093
9503
|
primary: string;
|
|
9094
9504
|
primaryDark: string;
|
|
9505
|
+
primaryShadow: string;
|
|
9095
9506
|
secondaryLight: string;
|
|
9096
9507
|
secondary: string;
|
|
9097
9508
|
secondaryDark: string;
|
|
9509
|
+
secondaryShadow: string;
|
|
9098
9510
|
successLight: string;
|
|
9099
9511
|
success: string;
|
|
9100
9512
|
successDark: string;
|
|
9513
|
+
successShadow: string;
|
|
9101
9514
|
warningLight: string;
|
|
9102
9515
|
warning: string;
|
|
9103
9516
|
warningDark: string;
|
|
9517
|
+
warningShadow: string;
|
|
9104
9518
|
errorLight: string;
|
|
9105
9519
|
error: string;
|
|
9106
9520
|
errorDark: string;
|
|
9521
|
+
errorShadow: string;
|
|
9107
9522
|
gradient: string;
|
|
9108
9523
|
link: string;
|
|
9109
9524
|
};
|
|
@@ -9794,6 +10209,22 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
|
|
|
9794
10209
|
readonly [$$PropertyValue]: "width";
|
|
9795
10210
|
};
|
|
9796
10211
|
};
|
|
10212
|
+
minSize: (value: {
|
|
10213
|
+
readonly [$$PropertyValue]: "width";
|
|
10214
|
+
}) => {
|
|
10215
|
+
minWidth: {
|
|
10216
|
+
readonly [$$PropertyValue]: "width";
|
|
10217
|
+
};
|
|
10218
|
+
minHeight: {
|
|
10219
|
+
readonly [$$PropertyValue]: "width";
|
|
10220
|
+
};
|
|
10221
|
+
width: {
|
|
10222
|
+
readonly [$$PropertyValue]: "width";
|
|
10223
|
+
};
|
|
10224
|
+
height: {
|
|
10225
|
+
readonly [$$PropertyValue]: "width";
|
|
10226
|
+
};
|
|
10227
|
+
};
|
|
9797
10228
|
sizeMin: (value: {
|
|
9798
10229
|
readonly [$$PropertyValue]: "width";
|
|
9799
10230
|
}) => {
|
|
@@ -9810,6 +10241,16 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
|
|
|
9810
10241
|
readonly [$$PropertyValue]: "width";
|
|
9811
10242
|
};
|
|
9812
10243
|
};
|
|
10244
|
+
maxSize: (value: {
|
|
10245
|
+
readonly [$$PropertyValue]: "width";
|
|
10246
|
+
}) => {
|
|
10247
|
+
maxWidth: {
|
|
10248
|
+
readonly [$$PropertyValue]: "width";
|
|
10249
|
+
};
|
|
10250
|
+
maxHeight: {
|
|
10251
|
+
readonly [$$PropertyValue]: "width";
|
|
10252
|
+
};
|
|
10253
|
+
};
|
|
9813
10254
|
sizeMax: (value: {
|
|
9814
10255
|
readonly [$$PropertyValue]: "width";
|
|
9815
10256
|
}) => {
|
|
@@ -9840,12 +10281,22 @@ export declare const StyledInputClearButton: import("@stitches/react/types/style
|
|
|
9840
10281
|
}) => {
|
|
9841
10282
|
backgroundImage: string;
|
|
9842
10283
|
};
|
|
10284
|
+
tdl: (value: {
|
|
10285
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
10286
|
+
}) => {
|
|
10287
|
+
textDecorationLine: {
|
|
10288
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
10289
|
+
};
|
|
10290
|
+
};
|
|
9843
10291
|
textGradient: (value: {
|
|
9844
10292
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
9845
10293
|
}) => {
|
|
9846
10294
|
backgroundImage: string;
|
|
9847
10295
|
WebkitBackgroundClip: string;
|
|
9848
10296
|
WebkitTextFillColor: string;
|
|
10297
|
+
'&::selection': {
|
|
10298
|
+
WebkitTextFillColor: string;
|
|
10299
|
+
};
|
|
9849
10300
|
};
|
|
9850
10301
|
}>>;
|
|
9851
10302
|
export declare type InputVariantsProps = VariantProps<typeof StyledInput>;
|