@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
|
@@ -137,18 +137,23 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
|
|
|
137
137
|
primaryLight: string;
|
|
138
138
|
primary: string;
|
|
139
139
|
primaryDark: string;
|
|
140
|
+
primaryShadow: string;
|
|
140
141
|
secondaryLight: string;
|
|
141
142
|
secondary: string;
|
|
142
143
|
secondaryDark: string;
|
|
144
|
+
secondaryShadow: string;
|
|
143
145
|
successLight: string;
|
|
144
146
|
success: string;
|
|
145
147
|
successDark: string;
|
|
148
|
+
successShadow: string;
|
|
146
149
|
warningLight: string;
|
|
147
150
|
warning: string;
|
|
148
151
|
warningDark: string;
|
|
152
|
+
warningShadow: string;
|
|
149
153
|
errorLight: string;
|
|
150
154
|
error: string;
|
|
151
155
|
errorDark: string;
|
|
156
|
+
errorShadow: string;
|
|
152
157
|
gradient: string;
|
|
153
158
|
link: string;
|
|
154
159
|
};
|
|
@@ -839,6 +844,22 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
|
|
|
839
844
|
readonly [$$PropertyValue]: "width";
|
|
840
845
|
};
|
|
841
846
|
};
|
|
847
|
+
minSize: (value: {
|
|
848
|
+
readonly [$$PropertyValue]: "width";
|
|
849
|
+
}) => {
|
|
850
|
+
minWidth: {
|
|
851
|
+
readonly [$$PropertyValue]: "width";
|
|
852
|
+
};
|
|
853
|
+
minHeight: {
|
|
854
|
+
readonly [$$PropertyValue]: "width";
|
|
855
|
+
};
|
|
856
|
+
width: {
|
|
857
|
+
readonly [$$PropertyValue]: "width";
|
|
858
|
+
};
|
|
859
|
+
height: {
|
|
860
|
+
readonly [$$PropertyValue]: "width";
|
|
861
|
+
};
|
|
862
|
+
};
|
|
842
863
|
sizeMin: (value: {
|
|
843
864
|
readonly [$$PropertyValue]: "width";
|
|
844
865
|
}) => {
|
|
@@ -855,6 +876,16 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
|
|
|
855
876
|
readonly [$$PropertyValue]: "width";
|
|
856
877
|
};
|
|
857
878
|
};
|
|
879
|
+
maxSize: (value: {
|
|
880
|
+
readonly [$$PropertyValue]: "width";
|
|
881
|
+
}) => {
|
|
882
|
+
maxWidth: {
|
|
883
|
+
readonly [$$PropertyValue]: "width";
|
|
884
|
+
};
|
|
885
|
+
maxHeight: {
|
|
886
|
+
readonly [$$PropertyValue]: "width";
|
|
887
|
+
};
|
|
888
|
+
};
|
|
858
889
|
sizeMax: (value: {
|
|
859
890
|
readonly [$$PropertyValue]: "width";
|
|
860
891
|
}) => {
|
|
@@ -885,12 +916,22 @@ export declare const StyledCheckboxLabel: import("@stitches/react/types/styled-c
|
|
|
885
916
|
}) => {
|
|
886
917
|
backgroundImage: string;
|
|
887
918
|
};
|
|
919
|
+
tdl: (value: {
|
|
920
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
921
|
+
}) => {
|
|
922
|
+
textDecorationLine: {
|
|
923
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
924
|
+
};
|
|
925
|
+
};
|
|
888
926
|
textGradient: (value: {
|
|
889
927
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
890
928
|
}) => {
|
|
891
929
|
backgroundImage: string;
|
|
892
930
|
WebkitBackgroundClip: string;
|
|
893
931
|
WebkitTextFillColor: string;
|
|
932
|
+
'&::selection': {
|
|
933
|
+
WebkitTextFillColor: string;
|
|
934
|
+
};
|
|
894
935
|
};
|
|
895
936
|
}>>;
|
|
896
937
|
export declare const StyledCheckboxContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -1032,18 +1073,23 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
1032
1073
|
primaryLight: string;
|
|
1033
1074
|
primary: string;
|
|
1034
1075
|
primaryDark: string;
|
|
1076
|
+
primaryShadow: string;
|
|
1035
1077
|
secondaryLight: string;
|
|
1036
1078
|
secondary: string;
|
|
1037
1079
|
secondaryDark: string;
|
|
1080
|
+
secondaryShadow: string;
|
|
1038
1081
|
successLight: string;
|
|
1039
1082
|
success: string;
|
|
1040
1083
|
successDark: string;
|
|
1084
|
+
successShadow: string;
|
|
1041
1085
|
warningLight: string;
|
|
1042
1086
|
warning: string;
|
|
1043
1087
|
warningDark: string;
|
|
1088
|
+
warningShadow: string;
|
|
1044
1089
|
errorLight: string;
|
|
1045
1090
|
error: string;
|
|
1046
1091
|
errorDark: string;
|
|
1092
|
+
errorShadow: string;
|
|
1047
1093
|
gradient: string;
|
|
1048
1094
|
link: string;
|
|
1049
1095
|
};
|
|
@@ -1734,6 +1780,22 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
1734
1780
|
readonly [$$PropertyValue]: "width";
|
|
1735
1781
|
};
|
|
1736
1782
|
};
|
|
1783
|
+
minSize: (value: {
|
|
1784
|
+
readonly [$$PropertyValue]: "width";
|
|
1785
|
+
}) => {
|
|
1786
|
+
minWidth: {
|
|
1787
|
+
readonly [$$PropertyValue]: "width";
|
|
1788
|
+
};
|
|
1789
|
+
minHeight: {
|
|
1790
|
+
readonly [$$PropertyValue]: "width";
|
|
1791
|
+
};
|
|
1792
|
+
width: {
|
|
1793
|
+
readonly [$$PropertyValue]: "width";
|
|
1794
|
+
};
|
|
1795
|
+
height: {
|
|
1796
|
+
readonly [$$PropertyValue]: "width";
|
|
1797
|
+
};
|
|
1798
|
+
};
|
|
1737
1799
|
sizeMin: (value: {
|
|
1738
1800
|
readonly [$$PropertyValue]: "width";
|
|
1739
1801
|
}) => {
|
|
@@ -1750,6 +1812,16 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
1750
1812
|
readonly [$$PropertyValue]: "width";
|
|
1751
1813
|
};
|
|
1752
1814
|
};
|
|
1815
|
+
maxSize: (value: {
|
|
1816
|
+
readonly [$$PropertyValue]: "width";
|
|
1817
|
+
}) => {
|
|
1818
|
+
maxWidth: {
|
|
1819
|
+
readonly [$$PropertyValue]: "width";
|
|
1820
|
+
};
|
|
1821
|
+
maxHeight: {
|
|
1822
|
+
readonly [$$PropertyValue]: "width";
|
|
1823
|
+
};
|
|
1824
|
+
};
|
|
1753
1825
|
sizeMax: (value: {
|
|
1754
1826
|
readonly [$$PropertyValue]: "width";
|
|
1755
1827
|
}) => {
|
|
@@ -1780,12 +1852,22 @@ export declare const StyledCheckboxContainer: import("@stitches/react/types/styl
|
|
|
1780
1852
|
}) => {
|
|
1781
1853
|
backgroundImage: string;
|
|
1782
1854
|
};
|
|
1855
|
+
tdl: (value: {
|
|
1856
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1857
|
+
}) => {
|
|
1858
|
+
textDecorationLine: {
|
|
1859
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1860
|
+
};
|
|
1861
|
+
};
|
|
1783
1862
|
textGradient: (value: {
|
|
1784
1863
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1785
1864
|
}) => {
|
|
1786
1865
|
backgroundImage: string;
|
|
1787
1866
|
WebkitBackgroundClip: string;
|
|
1788
1867
|
WebkitTextFillColor: string;
|
|
1868
|
+
'&::selection': {
|
|
1869
|
+
WebkitTextFillColor: string;
|
|
1870
|
+
};
|
|
1789
1871
|
};
|
|
1790
1872
|
}>>;
|
|
1791
1873
|
export declare const StyledIconCheckFirstLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -1926,18 +2008,23 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
|
|
|
1926
2008
|
primaryLight: string;
|
|
1927
2009
|
primary: string;
|
|
1928
2010
|
primaryDark: string;
|
|
2011
|
+
primaryShadow: string;
|
|
1929
2012
|
secondaryLight: string;
|
|
1930
2013
|
secondary: string;
|
|
1931
2014
|
secondaryDark: string;
|
|
2015
|
+
secondaryShadow: string;
|
|
1932
2016
|
successLight: string;
|
|
1933
2017
|
success: string;
|
|
1934
2018
|
successDark: string;
|
|
2019
|
+
successShadow: string;
|
|
1935
2020
|
warningLight: string;
|
|
1936
2021
|
warning: string;
|
|
1937
2022
|
warningDark: string;
|
|
2023
|
+
warningShadow: string;
|
|
1938
2024
|
errorLight: string;
|
|
1939
2025
|
error: string;
|
|
1940
2026
|
errorDark: string;
|
|
2027
|
+
errorShadow: string;
|
|
1941
2028
|
gradient: string;
|
|
1942
2029
|
link: string;
|
|
1943
2030
|
};
|
|
@@ -2628,6 +2715,22 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
|
|
|
2628
2715
|
readonly [$$PropertyValue]: "width";
|
|
2629
2716
|
};
|
|
2630
2717
|
};
|
|
2718
|
+
minSize: (value: {
|
|
2719
|
+
readonly [$$PropertyValue]: "width";
|
|
2720
|
+
}) => {
|
|
2721
|
+
minWidth: {
|
|
2722
|
+
readonly [$$PropertyValue]: "width";
|
|
2723
|
+
};
|
|
2724
|
+
minHeight: {
|
|
2725
|
+
readonly [$$PropertyValue]: "width";
|
|
2726
|
+
};
|
|
2727
|
+
width: {
|
|
2728
|
+
readonly [$$PropertyValue]: "width";
|
|
2729
|
+
};
|
|
2730
|
+
height: {
|
|
2731
|
+
readonly [$$PropertyValue]: "width";
|
|
2732
|
+
};
|
|
2733
|
+
};
|
|
2631
2734
|
sizeMin: (value: {
|
|
2632
2735
|
readonly [$$PropertyValue]: "width";
|
|
2633
2736
|
}) => {
|
|
@@ -2644,6 +2747,16 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
|
|
|
2644
2747
|
readonly [$$PropertyValue]: "width";
|
|
2645
2748
|
};
|
|
2646
2749
|
};
|
|
2750
|
+
maxSize: (value: {
|
|
2751
|
+
readonly [$$PropertyValue]: "width";
|
|
2752
|
+
}) => {
|
|
2753
|
+
maxWidth: {
|
|
2754
|
+
readonly [$$PropertyValue]: "width";
|
|
2755
|
+
};
|
|
2756
|
+
maxHeight: {
|
|
2757
|
+
readonly [$$PropertyValue]: "width";
|
|
2758
|
+
};
|
|
2759
|
+
};
|
|
2647
2760
|
sizeMax: (value: {
|
|
2648
2761
|
readonly [$$PropertyValue]: "width";
|
|
2649
2762
|
}) => {
|
|
@@ -2674,12 +2787,22 @@ export declare const StyledIconCheckFirstLine: import("@stitches/react/types/sty
|
|
|
2674
2787
|
}) => {
|
|
2675
2788
|
backgroundImage: string;
|
|
2676
2789
|
};
|
|
2790
|
+
tdl: (value: {
|
|
2791
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2792
|
+
}) => {
|
|
2793
|
+
textDecorationLine: {
|
|
2794
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2795
|
+
};
|
|
2796
|
+
};
|
|
2677
2797
|
textGradient: (value: {
|
|
2678
2798
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2679
2799
|
}) => {
|
|
2680
2800
|
backgroundImage: string;
|
|
2681
2801
|
WebkitBackgroundClip: string;
|
|
2682
2802
|
WebkitTextFillColor: string;
|
|
2803
|
+
'&::selection': {
|
|
2804
|
+
WebkitTextFillColor: string;
|
|
2805
|
+
};
|
|
2683
2806
|
};
|
|
2684
2807
|
}>>;
|
|
2685
2808
|
export declare const StyledIconCheckSecondLine: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -2820,18 +2943,23 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
|
|
|
2820
2943
|
primaryLight: string;
|
|
2821
2944
|
primary: string;
|
|
2822
2945
|
primaryDark: string;
|
|
2946
|
+
primaryShadow: string;
|
|
2823
2947
|
secondaryLight: string;
|
|
2824
2948
|
secondary: string;
|
|
2825
2949
|
secondaryDark: string;
|
|
2950
|
+
secondaryShadow: string;
|
|
2826
2951
|
successLight: string;
|
|
2827
2952
|
success: string;
|
|
2828
2953
|
successDark: string;
|
|
2954
|
+
successShadow: string;
|
|
2829
2955
|
warningLight: string;
|
|
2830
2956
|
warning: string;
|
|
2831
2957
|
warningDark: string;
|
|
2958
|
+
warningShadow: string;
|
|
2832
2959
|
errorLight: string;
|
|
2833
2960
|
error: string;
|
|
2834
2961
|
errorDark: string;
|
|
2962
|
+
errorShadow: string;
|
|
2835
2963
|
gradient: string;
|
|
2836
2964
|
link: string;
|
|
2837
2965
|
};
|
|
@@ -3522,6 +3650,22 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
|
|
|
3522
3650
|
readonly [$$PropertyValue]: "width";
|
|
3523
3651
|
};
|
|
3524
3652
|
};
|
|
3653
|
+
minSize: (value: {
|
|
3654
|
+
readonly [$$PropertyValue]: "width";
|
|
3655
|
+
}) => {
|
|
3656
|
+
minWidth: {
|
|
3657
|
+
readonly [$$PropertyValue]: "width";
|
|
3658
|
+
};
|
|
3659
|
+
minHeight: {
|
|
3660
|
+
readonly [$$PropertyValue]: "width";
|
|
3661
|
+
};
|
|
3662
|
+
width: {
|
|
3663
|
+
readonly [$$PropertyValue]: "width";
|
|
3664
|
+
};
|
|
3665
|
+
height: {
|
|
3666
|
+
readonly [$$PropertyValue]: "width";
|
|
3667
|
+
};
|
|
3668
|
+
};
|
|
3525
3669
|
sizeMin: (value: {
|
|
3526
3670
|
readonly [$$PropertyValue]: "width";
|
|
3527
3671
|
}) => {
|
|
@@ -3538,6 +3682,16 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
|
|
|
3538
3682
|
readonly [$$PropertyValue]: "width";
|
|
3539
3683
|
};
|
|
3540
3684
|
};
|
|
3685
|
+
maxSize: (value: {
|
|
3686
|
+
readonly [$$PropertyValue]: "width";
|
|
3687
|
+
}) => {
|
|
3688
|
+
maxWidth: {
|
|
3689
|
+
readonly [$$PropertyValue]: "width";
|
|
3690
|
+
};
|
|
3691
|
+
maxHeight: {
|
|
3692
|
+
readonly [$$PropertyValue]: "width";
|
|
3693
|
+
};
|
|
3694
|
+
};
|
|
3541
3695
|
sizeMax: (value: {
|
|
3542
3696
|
readonly [$$PropertyValue]: "width";
|
|
3543
3697
|
}) => {
|
|
@@ -3568,12 +3722,22 @@ export declare const StyledIconCheckSecondLine: import("@stitches/react/types/st
|
|
|
3568
3722
|
}) => {
|
|
3569
3723
|
backgroundImage: string;
|
|
3570
3724
|
};
|
|
3725
|
+
tdl: (value: {
|
|
3726
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3727
|
+
}) => {
|
|
3728
|
+
textDecorationLine: {
|
|
3729
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3730
|
+
};
|
|
3731
|
+
};
|
|
3571
3732
|
textGradient: (value: {
|
|
3572
3733
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3573
3734
|
}) => {
|
|
3574
3735
|
backgroundImage: string;
|
|
3575
3736
|
WebkitBackgroundClip: string;
|
|
3576
3737
|
WebkitTextFillColor: string;
|
|
3738
|
+
'&::selection': {
|
|
3739
|
+
WebkitTextFillColor: string;
|
|
3740
|
+
};
|
|
3577
3741
|
};
|
|
3578
3742
|
}>>;
|
|
3579
3743
|
export declare const StyledIconCheck: import("@stitches/react/types/styled-component").StyledComponent<"i", {
|
|
@@ -3715,18 +3879,23 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
|
|
|
3715
3879
|
primaryLight: string;
|
|
3716
3880
|
primary: string;
|
|
3717
3881
|
primaryDark: string;
|
|
3882
|
+
primaryShadow: string;
|
|
3718
3883
|
secondaryLight: string;
|
|
3719
3884
|
secondary: string;
|
|
3720
3885
|
secondaryDark: string;
|
|
3886
|
+
secondaryShadow: string;
|
|
3721
3887
|
successLight: string;
|
|
3722
3888
|
success: string;
|
|
3723
3889
|
successDark: string;
|
|
3890
|
+
successShadow: string;
|
|
3724
3891
|
warningLight: string;
|
|
3725
3892
|
warning: string;
|
|
3726
3893
|
warningDark: string;
|
|
3894
|
+
warningShadow: string;
|
|
3727
3895
|
errorLight: string;
|
|
3728
3896
|
error: string;
|
|
3729
3897
|
errorDark: string;
|
|
3898
|
+
errorShadow: string;
|
|
3730
3899
|
gradient: string;
|
|
3731
3900
|
link: string;
|
|
3732
3901
|
};
|
|
@@ -4417,6 +4586,22 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
|
|
|
4417
4586
|
readonly [$$PropertyValue]: "width";
|
|
4418
4587
|
};
|
|
4419
4588
|
};
|
|
4589
|
+
minSize: (value: {
|
|
4590
|
+
readonly [$$PropertyValue]: "width";
|
|
4591
|
+
}) => {
|
|
4592
|
+
minWidth: {
|
|
4593
|
+
readonly [$$PropertyValue]: "width";
|
|
4594
|
+
};
|
|
4595
|
+
minHeight: {
|
|
4596
|
+
readonly [$$PropertyValue]: "width";
|
|
4597
|
+
};
|
|
4598
|
+
width: {
|
|
4599
|
+
readonly [$$PropertyValue]: "width";
|
|
4600
|
+
};
|
|
4601
|
+
height: {
|
|
4602
|
+
readonly [$$PropertyValue]: "width";
|
|
4603
|
+
};
|
|
4604
|
+
};
|
|
4420
4605
|
sizeMin: (value: {
|
|
4421
4606
|
readonly [$$PropertyValue]: "width";
|
|
4422
4607
|
}) => {
|
|
@@ -4433,6 +4618,16 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
|
|
|
4433
4618
|
readonly [$$PropertyValue]: "width";
|
|
4434
4619
|
};
|
|
4435
4620
|
};
|
|
4621
|
+
maxSize: (value: {
|
|
4622
|
+
readonly [$$PropertyValue]: "width";
|
|
4623
|
+
}) => {
|
|
4624
|
+
maxWidth: {
|
|
4625
|
+
readonly [$$PropertyValue]: "width";
|
|
4626
|
+
};
|
|
4627
|
+
maxHeight: {
|
|
4628
|
+
readonly [$$PropertyValue]: "width";
|
|
4629
|
+
};
|
|
4630
|
+
};
|
|
4436
4631
|
sizeMax: (value: {
|
|
4437
4632
|
readonly [$$PropertyValue]: "width";
|
|
4438
4633
|
}) => {
|
|
@@ -4463,12 +4658,22 @@ export declare const StyledIconCheck: import("@stitches/react/types/styled-compo
|
|
|
4463
4658
|
}) => {
|
|
4464
4659
|
backgroundImage: string;
|
|
4465
4660
|
};
|
|
4661
|
+
tdl: (value: {
|
|
4662
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4663
|
+
}) => {
|
|
4664
|
+
textDecorationLine: {
|
|
4665
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4666
|
+
};
|
|
4667
|
+
};
|
|
4466
4668
|
textGradient: (value: {
|
|
4467
4669
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4468
4670
|
}) => {
|
|
4469
4671
|
backgroundImage: string;
|
|
4470
4672
|
WebkitBackgroundClip: string;
|
|
4471
4673
|
WebkitTextFillColor: string;
|
|
4674
|
+
'&::selection': {
|
|
4675
|
+
WebkitTextFillColor: string;
|
|
4676
|
+
};
|
|
4472
4677
|
};
|
|
4473
4678
|
}>>;
|
|
4474
4679
|
export declare const StyledCheckboxMask: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -4608,18 +4813,23 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
|
|
|
4608
4813
|
primaryLight: string;
|
|
4609
4814
|
primary: string;
|
|
4610
4815
|
primaryDark: string;
|
|
4816
|
+
primaryShadow: string;
|
|
4611
4817
|
secondaryLight: string;
|
|
4612
4818
|
secondary: string;
|
|
4613
4819
|
secondaryDark: string;
|
|
4820
|
+
secondaryShadow: string;
|
|
4614
4821
|
successLight: string;
|
|
4615
4822
|
success: string;
|
|
4616
4823
|
successDark: string;
|
|
4824
|
+
successShadow: string;
|
|
4617
4825
|
warningLight: string;
|
|
4618
4826
|
warning: string;
|
|
4619
4827
|
warningDark: string;
|
|
4828
|
+
warningShadow: string;
|
|
4620
4829
|
errorLight: string;
|
|
4621
4830
|
error: string;
|
|
4622
4831
|
errorDark: string;
|
|
4832
|
+
errorShadow: string;
|
|
4623
4833
|
gradient: string;
|
|
4624
4834
|
link: string;
|
|
4625
4835
|
};
|
|
@@ -5310,6 +5520,22 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
|
|
|
5310
5520
|
readonly [$$PropertyValue]: "width";
|
|
5311
5521
|
};
|
|
5312
5522
|
};
|
|
5523
|
+
minSize: (value: {
|
|
5524
|
+
readonly [$$PropertyValue]: "width";
|
|
5525
|
+
}) => {
|
|
5526
|
+
minWidth: {
|
|
5527
|
+
readonly [$$PropertyValue]: "width";
|
|
5528
|
+
};
|
|
5529
|
+
minHeight: {
|
|
5530
|
+
readonly [$$PropertyValue]: "width";
|
|
5531
|
+
};
|
|
5532
|
+
width: {
|
|
5533
|
+
readonly [$$PropertyValue]: "width";
|
|
5534
|
+
};
|
|
5535
|
+
height: {
|
|
5536
|
+
readonly [$$PropertyValue]: "width";
|
|
5537
|
+
};
|
|
5538
|
+
};
|
|
5313
5539
|
sizeMin: (value: {
|
|
5314
5540
|
readonly [$$PropertyValue]: "width";
|
|
5315
5541
|
}) => {
|
|
@@ -5326,6 +5552,16 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
|
|
|
5326
5552
|
readonly [$$PropertyValue]: "width";
|
|
5327
5553
|
};
|
|
5328
5554
|
};
|
|
5555
|
+
maxSize: (value: {
|
|
5556
|
+
readonly [$$PropertyValue]: "width";
|
|
5557
|
+
}) => {
|
|
5558
|
+
maxWidth: {
|
|
5559
|
+
readonly [$$PropertyValue]: "width";
|
|
5560
|
+
};
|
|
5561
|
+
maxHeight: {
|
|
5562
|
+
readonly [$$PropertyValue]: "width";
|
|
5563
|
+
};
|
|
5564
|
+
};
|
|
5329
5565
|
sizeMax: (value: {
|
|
5330
5566
|
readonly [$$PropertyValue]: "width";
|
|
5331
5567
|
}) => {
|
|
@@ -5356,12 +5592,22 @@ export declare const StyledCheckboxMask: import("@stitches/react/types/styled-co
|
|
|
5356
5592
|
}) => {
|
|
5357
5593
|
backgroundImage: string;
|
|
5358
5594
|
};
|
|
5595
|
+
tdl: (value: {
|
|
5596
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5597
|
+
}) => {
|
|
5598
|
+
textDecorationLine: {
|
|
5599
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
5600
|
+
};
|
|
5601
|
+
};
|
|
5359
5602
|
textGradient: (value: {
|
|
5360
5603
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
5361
5604
|
}) => {
|
|
5362
5605
|
backgroundImage: string;
|
|
5363
5606
|
WebkitBackgroundClip: string;
|
|
5364
5607
|
WebkitTextFillColor: string;
|
|
5608
|
+
'&::selection': {
|
|
5609
|
+
WebkitTextFillColor: string;
|
|
5610
|
+
};
|
|
5365
5611
|
};
|
|
5366
5612
|
}>>;
|
|
5367
5613
|
export declare const StyledCheckboxText: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
@@ -5504,18 +5750,23 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
|
|
|
5504
5750
|
primaryLight: string;
|
|
5505
5751
|
primary: string;
|
|
5506
5752
|
primaryDark: string;
|
|
5753
|
+
primaryShadow: string;
|
|
5507
5754
|
secondaryLight: string;
|
|
5508
5755
|
secondary: string;
|
|
5509
5756
|
secondaryDark: string;
|
|
5757
|
+
secondaryShadow: string;
|
|
5510
5758
|
successLight: string;
|
|
5511
5759
|
success: string;
|
|
5512
5760
|
successDark: string;
|
|
5761
|
+
successShadow: string;
|
|
5513
5762
|
warningLight: string;
|
|
5514
5763
|
warning: string;
|
|
5515
5764
|
warningDark: string;
|
|
5765
|
+
warningShadow: string;
|
|
5516
5766
|
errorLight: string;
|
|
5517
5767
|
error: string;
|
|
5518
5768
|
errorDark: string;
|
|
5769
|
+
errorShadow: string;
|
|
5519
5770
|
gradient: string;
|
|
5520
5771
|
link: string;
|
|
5521
5772
|
};
|
|
@@ -6206,6 +6457,22 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
|
|
|
6206
6457
|
readonly [$$PropertyValue]: "width";
|
|
6207
6458
|
};
|
|
6208
6459
|
};
|
|
6460
|
+
minSize: (value: {
|
|
6461
|
+
readonly [$$PropertyValue]: "width";
|
|
6462
|
+
}) => {
|
|
6463
|
+
minWidth: {
|
|
6464
|
+
readonly [$$PropertyValue]: "width";
|
|
6465
|
+
};
|
|
6466
|
+
minHeight: {
|
|
6467
|
+
readonly [$$PropertyValue]: "width";
|
|
6468
|
+
};
|
|
6469
|
+
width: {
|
|
6470
|
+
readonly [$$PropertyValue]: "width";
|
|
6471
|
+
};
|
|
6472
|
+
height: {
|
|
6473
|
+
readonly [$$PropertyValue]: "width";
|
|
6474
|
+
};
|
|
6475
|
+
};
|
|
6209
6476
|
sizeMin: (value: {
|
|
6210
6477
|
readonly [$$PropertyValue]: "width";
|
|
6211
6478
|
}) => {
|
|
@@ -6222,6 +6489,16 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
|
|
|
6222
6489
|
readonly [$$PropertyValue]: "width";
|
|
6223
6490
|
};
|
|
6224
6491
|
};
|
|
6492
|
+
maxSize: (value: {
|
|
6493
|
+
readonly [$$PropertyValue]: "width";
|
|
6494
|
+
}) => {
|
|
6495
|
+
maxWidth: {
|
|
6496
|
+
readonly [$$PropertyValue]: "width";
|
|
6497
|
+
};
|
|
6498
|
+
maxHeight: {
|
|
6499
|
+
readonly [$$PropertyValue]: "width";
|
|
6500
|
+
};
|
|
6501
|
+
};
|
|
6225
6502
|
sizeMax: (value: {
|
|
6226
6503
|
readonly [$$PropertyValue]: "width";
|
|
6227
6504
|
}) => {
|
|
@@ -6252,12 +6529,22 @@ export declare const StyledCheckboxText: import("@stitches/react/types/styled-co
|
|
|
6252
6529
|
}) => {
|
|
6253
6530
|
backgroundImage: string;
|
|
6254
6531
|
};
|
|
6532
|
+
tdl: (value: {
|
|
6533
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
6534
|
+
}) => {
|
|
6535
|
+
textDecorationLine: {
|
|
6536
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
6537
|
+
};
|
|
6538
|
+
};
|
|
6255
6539
|
textGradient: (value: {
|
|
6256
6540
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
6257
6541
|
}) => {
|
|
6258
6542
|
backgroundImage: string;
|
|
6259
6543
|
WebkitBackgroundClip: string;
|
|
6260
6544
|
WebkitTextFillColor: string;
|
|
6545
|
+
'&::selection': {
|
|
6546
|
+
WebkitTextFillColor: string;
|
|
6547
|
+
};
|
|
6261
6548
|
};
|
|
6262
6549
|
}>>;
|
|
6263
6550
|
export declare const StyledCheckboxInput: import("@stitches/react/types/styled-component").StyledComponent<"input", {}, {
|
|
@@ -6394,18 +6681,23 @@ export declare const StyledCheckboxInput: import("@stitches/react/types/styled-c
|
|
|
6394
6681
|
primaryLight: string;
|
|
6395
6682
|
primary: string;
|
|
6396
6683
|
primaryDark: string;
|
|
6684
|
+
primaryShadow: string;
|
|
6397
6685
|
secondaryLight: string;
|
|
6398
6686
|
secondary: string;
|
|
6399
6687
|
secondaryDark: string;
|
|
6688
|
+
secondaryShadow: string;
|
|
6400
6689
|
successLight: string;
|
|
6401
6690
|
success: string;
|
|
6402
6691
|
successDark: string;
|
|
6692
|
+
successShadow: string;
|
|
6403
6693
|
warningLight: string;
|
|
6404
6694
|
warning: string;
|
|
6405
6695
|
warningDark: string;
|
|
6696
|
+
warningShadow: string;
|
|
6406
6697
|
errorLight: string;
|
|
6407
6698
|
error: string;
|
|
6408
6699
|
errorDark: string;
|
|
6700
|
+
errorShadow: string;
|
|
6409
6701
|
gradient: string;
|
|
6410
6702
|
link: string;
|
|
6411
6703
|
};
|
|
@@ -7096,6 +7388,22 @@ export declare const StyledCheckboxInput: import("@stitches/react/types/styled-c
|
|
|
7096
7388
|
readonly [$$PropertyValue]: "width";
|
|
7097
7389
|
};
|
|
7098
7390
|
};
|
|
7391
|
+
minSize: (value: {
|
|
7392
|
+
readonly [$$PropertyValue]: "width";
|
|
7393
|
+
}) => {
|
|
7394
|
+
minWidth: {
|
|
7395
|
+
readonly [$$PropertyValue]: "width";
|
|
7396
|
+
};
|
|
7397
|
+
minHeight: {
|
|
7398
|
+
readonly [$$PropertyValue]: "width";
|
|
7399
|
+
};
|
|
7400
|
+
width: {
|
|
7401
|
+
readonly [$$PropertyValue]: "width";
|
|
7402
|
+
};
|
|
7403
|
+
height: {
|
|
7404
|
+
readonly [$$PropertyValue]: "width";
|
|
7405
|
+
};
|
|
7406
|
+
};
|
|
7099
7407
|
sizeMin: (value: {
|
|
7100
7408
|
readonly [$$PropertyValue]: "width";
|
|
7101
7409
|
}) => {
|
|
@@ -7112,6 +7420,16 @@ export declare const StyledCheckboxInput: import("@stitches/react/types/styled-c
|
|
|
7112
7420
|
readonly [$$PropertyValue]: "width";
|
|
7113
7421
|
};
|
|
7114
7422
|
};
|
|
7423
|
+
maxSize: (value: {
|
|
7424
|
+
readonly [$$PropertyValue]: "width";
|
|
7425
|
+
}) => {
|
|
7426
|
+
maxWidth: {
|
|
7427
|
+
readonly [$$PropertyValue]: "width";
|
|
7428
|
+
};
|
|
7429
|
+
maxHeight: {
|
|
7430
|
+
readonly [$$PropertyValue]: "width";
|
|
7431
|
+
};
|
|
7432
|
+
};
|
|
7115
7433
|
sizeMax: (value: {
|
|
7116
7434
|
readonly [$$PropertyValue]: "width";
|
|
7117
7435
|
}) => {
|
|
@@ -7142,12 +7460,22 @@ export declare const StyledCheckboxInput: import("@stitches/react/types/styled-c
|
|
|
7142
7460
|
}) => {
|
|
7143
7461
|
backgroundImage: string;
|
|
7144
7462
|
};
|
|
7463
|
+
tdl: (value: {
|
|
7464
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
7465
|
+
}) => {
|
|
7466
|
+
textDecorationLine: {
|
|
7467
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
7468
|
+
};
|
|
7469
|
+
};
|
|
7145
7470
|
textGradient: (value: {
|
|
7146
7471
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
7147
7472
|
}) => {
|
|
7148
7473
|
backgroundImage: string;
|
|
7149
7474
|
WebkitBackgroundClip: string;
|
|
7150
7475
|
WebkitTextFillColor: string;
|
|
7476
|
+
'&::selection': {
|
|
7477
|
+
WebkitTextFillColor: string;
|
|
7478
|
+
};
|
|
7151
7479
|
};
|
|
7152
7480
|
}>>;
|
|
7153
7481
|
export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -7287,18 +7615,23 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
|
|
|
7287
7615
|
primaryLight: string;
|
|
7288
7616
|
primary: string;
|
|
7289
7617
|
primaryDark: string;
|
|
7618
|
+
primaryShadow: string;
|
|
7290
7619
|
secondaryLight: string;
|
|
7291
7620
|
secondary: string;
|
|
7292
7621
|
secondaryDark: string;
|
|
7622
|
+
secondaryShadow: string;
|
|
7293
7623
|
successLight: string;
|
|
7294
7624
|
success: string;
|
|
7295
7625
|
successDark: string;
|
|
7626
|
+
successShadow: string;
|
|
7296
7627
|
warningLight: string;
|
|
7297
7628
|
warning: string;
|
|
7298
7629
|
warningDark: string;
|
|
7630
|
+
warningShadow: string;
|
|
7299
7631
|
errorLight: string;
|
|
7300
7632
|
error: string;
|
|
7301
7633
|
errorDark: string;
|
|
7634
|
+
errorShadow: string;
|
|
7302
7635
|
gradient: string;
|
|
7303
7636
|
link: string;
|
|
7304
7637
|
};
|
|
@@ -7989,6 +8322,22 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
|
|
|
7989
8322
|
readonly [$$PropertyValue]: "width";
|
|
7990
8323
|
};
|
|
7991
8324
|
};
|
|
8325
|
+
minSize: (value: {
|
|
8326
|
+
readonly [$$PropertyValue]: "width";
|
|
8327
|
+
}) => {
|
|
8328
|
+
minWidth: {
|
|
8329
|
+
readonly [$$PropertyValue]: "width";
|
|
8330
|
+
};
|
|
8331
|
+
minHeight: {
|
|
8332
|
+
readonly [$$PropertyValue]: "width";
|
|
8333
|
+
};
|
|
8334
|
+
width: {
|
|
8335
|
+
readonly [$$PropertyValue]: "width";
|
|
8336
|
+
};
|
|
8337
|
+
height: {
|
|
8338
|
+
readonly [$$PropertyValue]: "width";
|
|
8339
|
+
};
|
|
8340
|
+
};
|
|
7992
8341
|
sizeMin: (value: {
|
|
7993
8342
|
readonly [$$PropertyValue]: "width";
|
|
7994
8343
|
}) => {
|
|
@@ -8005,6 +8354,16 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
|
|
|
8005
8354
|
readonly [$$PropertyValue]: "width";
|
|
8006
8355
|
};
|
|
8007
8356
|
};
|
|
8357
|
+
maxSize: (value: {
|
|
8358
|
+
readonly [$$PropertyValue]: "width";
|
|
8359
|
+
}) => {
|
|
8360
|
+
maxWidth: {
|
|
8361
|
+
readonly [$$PropertyValue]: "width";
|
|
8362
|
+
};
|
|
8363
|
+
maxHeight: {
|
|
8364
|
+
readonly [$$PropertyValue]: "width";
|
|
8365
|
+
};
|
|
8366
|
+
};
|
|
8008
8367
|
sizeMax: (value: {
|
|
8009
8368
|
readonly [$$PropertyValue]: "width";
|
|
8010
8369
|
}) => {
|
|
@@ -8035,12 +8394,22 @@ export declare const StyledCheckboxGroup: import("@stitches/react/types/styled-c
|
|
|
8035
8394
|
}) => {
|
|
8036
8395
|
backgroundImage: string;
|
|
8037
8396
|
};
|
|
8397
|
+
tdl: (value: {
|
|
8398
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
8399
|
+
}) => {
|
|
8400
|
+
textDecorationLine: {
|
|
8401
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
8402
|
+
};
|
|
8403
|
+
};
|
|
8038
8404
|
textGradient: (value: {
|
|
8039
8405
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
8040
8406
|
}) => {
|
|
8041
8407
|
backgroundImage: string;
|
|
8042
8408
|
WebkitBackgroundClip: string;
|
|
8043
8409
|
WebkitTextFillColor: string;
|
|
8410
|
+
'&::selection': {
|
|
8411
|
+
WebkitTextFillColor: string;
|
|
8412
|
+
};
|
|
8044
8413
|
};
|
|
8045
8414
|
}>>;
|
|
8046
8415
|
export declare type CheckboxVariantsProps = VariantProps<typeof StyledCheckboxInput>;
|