@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
|
@@ -136,18 +136,23 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
136
136
|
primaryLight: string;
|
|
137
137
|
primary: string;
|
|
138
138
|
primaryDark: string;
|
|
139
|
+
primaryShadow: string;
|
|
139
140
|
secondaryLight: string;
|
|
140
141
|
secondary: string;
|
|
141
142
|
secondaryDark: string;
|
|
143
|
+
secondaryShadow: string;
|
|
142
144
|
successLight: string;
|
|
143
145
|
success: string;
|
|
144
146
|
successDark: string;
|
|
147
|
+
successShadow: string;
|
|
145
148
|
warningLight: string;
|
|
146
149
|
warning: string;
|
|
147
150
|
warningDark: string;
|
|
151
|
+
warningShadow: string;
|
|
148
152
|
errorLight: string;
|
|
149
153
|
error: string;
|
|
150
154
|
errorDark: string;
|
|
155
|
+
errorShadow: string;
|
|
151
156
|
gradient: string;
|
|
152
157
|
link: string;
|
|
153
158
|
};
|
|
@@ -838,6 +843,22 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
838
843
|
readonly [$$PropertyValue]: "width";
|
|
839
844
|
};
|
|
840
845
|
};
|
|
846
|
+
minSize: (value: {
|
|
847
|
+
readonly [$$PropertyValue]: "width";
|
|
848
|
+
}) => {
|
|
849
|
+
minWidth: {
|
|
850
|
+
readonly [$$PropertyValue]: "width";
|
|
851
|
+
};
|
|
852
|
+
minHeight: {
|
|
853
|
+
readonly [$$PropertyValue]: "width";
|
|
854
|
+
};
|
|
855
|
+
width: {
|
|
856
|
+
readonly [$$PropertyValue]: "width";
|
|
857
|
+
};
|
|
858
|
+
height: {
|
|
859
|
+
readonly [$$PropertyValue]: "width";
|
|
860
|
+
};
|
|
861
|
+
};
|
|
841
862
|
sizeMin: (value: {
|
|
842
863
|
readonly [$$PropertyValue]: "width";
|
|
843
864
|
}) => {
|
|
@@ -854,6 +875,16 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
854
875
|
readonly [$$PropertyValue]: "width";
|
|
855
876
|
};
|
|
856
877
|
};
|
|
878
|
+
maxSize: (value: {
|
|
879
|
+
readonly [$$PropertyValue]: "width";
|
|
880
|
+
}) => {
|
|
881
|
+
maxWidth: {
|
|
882
|
+
readonly [$$PropertyValue]: "width";
|
|
883
|
+
};
|
|
884
|
+
maxHeight: {
|
|
885
|
+
readonly [$$PropertyValue]: "width";
|
|
886
|
+
};
|
|
887
|
+
};
|
|
857
888
|
sizeMax: (value: {
|
|
858
889
|
readonly [$$PropertyValue]: "width";
|
|
859
890
|
}) => {
|
|
@@ -884,12 +915,22 @@ export declare const StyledPaginationEllipsis: import("@stitches/react/types/sty
|
|
|
884
915
|
}) => {
|
|
885
916
|
backgroundImage: string;
|
|
886
917
|
};
|
|
918
|
+
tdl: (value: {
|
|
919
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
920
|
+
}) => {
|
|
921
|
+
textDecorationLine: {
|
|
922
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
923
|
+
};
|
|
924
|
+
};
|
|
887
925
|
textGradient: (value: {
|
|
888
926
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
889
927
|
}) => {
|
|
890
928
|
backgroundImage: string;
|
|
891
929
|
WebkitBackgroundClip: string;
|
|
892
930
|
WebkitTextFillColor: string;
|
|
931
|
+
'&::selection': {
|
|
932
|
+
WebkitTextFillColor: string;
|
|
933
|
+
};
|
|
893
934
|
};
|
|
894
935
|
}>>;
|
|
895
936
|
export declare const StyledPaginationIcon: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
|
|
@@ -1028,18 +1069,23 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1028
1069
|
primaryLight: string;
|
|
1029
1070
|
primary: string;
|
|
1030
1071
|
primaryDark: string;
|
|
1072
|
+
primaryShadow: string;
|
|
1031
1073
|
secondaryLight: string;
|
|
1032
1074
|
secondary: string;
|
|
1033
1075
|
secondaryDark: string;
|
|
1076
|
+
secondaryShadow: string;
|
|
1034
1077
|
successLight: string;
|
|
1035
1078
|
success: string;
|
|
1036
1079
|
successDark: string;
|
|
1080
|
+
successShadow: string;
|
|
1037
1081
|
warningLight: string;
|
|
1038
1082
|
warning: string;
|
|
1039
1083
|
warningDark: string;
|
|
1084
|
+
warningShadow: string;
|
|
1040
1085
|
errorLight: string;
|
|
1041
1086
|
error: string;
|
|
1042
1087
|
errorDark: string;
|
|
1088
|
+
errorShadow: string;
|
|
1043
1089
|
gradient: string;
|
|
1044
1090
|
link: string;
|
|
1045
1091
|
};
|
|
@@ -1730,6 +1776,22 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1730
1776
|
readonly [$$PropertyValue]: "width";
|
|
1731
1777
|
};
|
|
1732
1778
|
};
|
|
1779
|
+
minSize: (value: {
|
|
1780
|
+
readonly [$$PropertyValue]: "width";
|
|
1781
|
+
}) => {
|
|
1782
|
+
minWidth: {
|
|
1783
|
+
readonly [$$PropertyValue]: "width";
|
|
1784
|
+
};
|
|
1785
|
+
minHeight: {
|
|
1786
|
+
readonly [$$PropertyValue]: "width";
|
|
1787
|
+
};
|
|
1788
|
+
width: {
|
|
1789
|
+
readonly [$$PropertyValue]: "width";
|
|
1790
|
+
};
|
|
1791
|
+
height: {
|
|
1792
|
+
readonly [$$PropertyValue]: "width";
|
|
1793
|
+
};
|
|
1794
|
+
};
|
|
1733
1795
|
sizeMin: (value: {
|
|
1734
1796
|
readonly [$$PropertyValue]: "width";
|
|
1735
1797
|
}) => {
|
|
@@ -1746,6 +1808,16 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1746
1808
|
readonly [$$PropertyValue]: "width";
|
|
1747
1809
|
};
|
|
1748
1810
|
};
|
|
1811
|
+
maxSize: (value: {
|
|
1812
|
+
readonly [$$PropertyValue]: "width";
|
|
1813
|
+
}) => {
|
|
1814
|
+
maxWidth: {
|
|
1815
|
+
readonly [$$PropertyValue]: "width";
|
|
1816
|
+
};
|
|
1817
|
+
maxHeight: {
|
|
1818
|
+
readonly [$$PropertyValue]: "width";
|
|
1819
|
+
};
|
|
1820
|
+
};
|
|
1749
1821
|
sizeMax: (value: {
|
|
1750
1822
|
readonly [$$PropertyValue]: "width";
|
|
1751
1823
|
}) => {
|
|
@@ -1776,12 +1848,22 @@ export declare const StyledPaginationIcon: import("@stitches/react/types/styled-
|
|
|
1776
1848
|
}) => {
|
|
1777
1849
|
backgroundImage: string;
|
|
1778
1850
|
};
|
|
1851
|
+
tdl: (value: {
|
|
1852
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1853
|
+
}) => {
|
|
1854
|
+
textDecorationLine: {
|
|
1855
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1856
|
+
};
|
|
1857
|
+
};
|
|
1779
1858
|
textGradient: (value: {
|
|
1780
1859
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1781
1860
|
}) => {
|
|
1782
1861
|
backgroundImage: string;
|
|
1783
1862
|
WebkitBackgroundClip: string;
|
|
1784
1863
|
WebkitTextFillColor: string;
|
|
1864
|
+
'&::selection': {
|
|
1865
|
+
WebkitTextFillColor: string;
|
|
1866
|
+
};
|
|
1785
1867
|
};
|
|
1786
1868
|
}>>;
|
|
1787
1869
|
export declare const StyledPaginationItemContent: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
|
|
@@ -1918,18 +2000,23 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
1918
2000
|
primaryLight: string;
|
|
1919
2001
|
primary: string;
|
|
1920
2002
|
primaryDark: string;
|
|
2003
|
+
primaryShadow: string;
|
|
1921
2004
|
secondaryLight: string;
|
|
1922
2005
|
secondary: string;
|
|
1923
2006
|
secondaryDark: string;
|
|
2007
|
+
secondaryShadow: string;
|
|
1924
2008
|
successLight: string;
|
|
1925
2009
|
success: string;
|
|
1926
2010
|
successDark: string;
|
|
2011
|
+
successShadow: string;
|
|
1927
2012
|
warningLight: string;
|
|
1928
2013
|
warning: string;
|
|
1929
2014
|
warningDark: string;
|
|
2015
|
+
warningShadow: string;
|
|
1930
2016
|
errorLight: string;
|
|
1931
2017
|
error: string;
|
|
1932
2018
|
errorDark: string;
|
|
2019
|
+
errorShadow: string;
|
|
1933
2020
|
gradient: string;
|
|
1934
2021
|
link: string;
|
|
1935
2022
|
};
|
|
@@ -2620,6 +2707,22 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2620
2707
|
readonly [$$PropertyValue]: "width";
|
|
2621
2708
|
};
|
|
2622
2709
|
};
|
|
2710
|
+
minSize: (value: {
|
|
2711
|
+
readonly [$$PropertyValue]: "width";
|
|
2712
|
+
}) => {
|
|
2713
|
+
minWidth: {
|
|
2714
|
+
readonly [$$PropertyValue]: "width";
|
|
2715
|
+
};
|
|
2716
|
+
minHeight: {
|
|
2717
|
+
readonly [$$PropertyValue]: "width";
|
|
2718
|
+
};
|
|
2719
|
+
width: {
|
|
2720
|
+
readonly [$$PropertyValue]: "width";
|
|
2721
|
+
};
|
|
2722
|
+
height: {
|
|
2723
|
+
readonly [$$PropertyValue]: "width";
|
|
2724
|
+
};
|
|
2725
|
+
};
|
|
2623
2726
|
sizeMin: (value: {
|
|
2624
2727
|
readonly [$$PropertyValue]: "width";
|
|
2625
2728
|
}) => {
|
|
@@ -2636,6 +2739,16 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2636
2739
|
readonly [$$PropertyValue]: "width";
|
|
2637
2740
|
};
|
|
2638
2741
|
};
|
|
2742
|
+
maxSize: (value: {
|
|
2743
|
+
readonly [$$PropertyValue]: "width";
|
|
2744
|
+
}) => {
|
|
2745
|
+
maxWidth: {
|
|
2746
|
+
readonly [$$PropertyValue]: "width";
|
|
2747
|
+
};
|
|
2748
|
+
maxHeight: {
|
|
2749
|
+
readonly [$$PropertyValue]: "width";
|
|
2750
|
+
};
|
|
2751
|
+
};
|
|
2639
2752
|
sizeMax: (value: {
|
|
2640
2753
|
readonly [$$PropertyValue]: "width";
|
|
2641
2754
|
}) => {
|
|
@@ -2666,12 +2779,22 @@ export declare const StyledPaginationItemContent: import("@stitches/react/types/
|
|
|
2666
2779
|
}) => {
|
|
2667
2780
|
backgroundImage: string;
|
|
2668
2781
|
};
|
|
2782
|
+
tdl: (value: {
|
|
2783
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2784
|
+
}) => {
|
|
2785
|
+
textDecorationLine: {
|
|
2786
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2787
|
+
};
|
|
2788
|
+
};
|
|
2669
2789
|
textGradient: (value: {
|
|
2670
2790
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2671
2791
|
}) => {
|
|
2672
2792
|
backgroundImage: string;
|
|
2673
2793
|
WebkitBackgroundClip: string;
|
|
2674
2794
|
WebkitTextFillColor: string;
|
|
2795
|
+
'&::selection': {
|
|
2796
|
+
WebkitTextFillColor: string;
|
|
2797
|
+
};
|
|
2675
2798
|
};
|
|
2676
2799
|
}>>;
|
|
2677
2800
|
export declare const StyledPaginationItem: import("@stitches/react/types/styled-component").StyledComponent<"button", {
|
|
@@ -2815,18 +2938,23 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
2815
2938
|
primaryLight: string;
|
|
2816
2939
|
primary: string;
|
|
2817
2940
|
primaryDark: string;
|
|
2941
|
+
primaryShadow: string;
|
|
2818
2942
|
secondaryLight: string;
|
|
2819
2943
|
secondary: string;
|
|
2820
2944
|
secondaryDark: string;
|
|
2945
|
+
secondaryShadow: string;
|
|
2821
2946
|
successLight: string;
|
|
2822
2947
|
success: string;
|
|
2823
2948
|
successDark: string;
|
|
2949
|
+
successShadow: string;
|
|
2824
2950
|
warningLight: string;
|
|
2825
2951
|
warning: string;
|
|
2826
2952
|
warningDark: string;
|
|
2953
|
+
warningShadow: string;
|
|
2827
2954
|
errorLight: string;
|
|
2828
2955
|
error: string;
|
|
2829
2956
|
errorDark: string;
|
|
2957
|
+
errorShadow: string;
|
|
2830
2958
|
gradient: string;
|
|
2831
2959
|
link: string;
|
|
2832
2960
|
};
|
|
@@ -3517,6 +3645,22 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3517
3645
|
readonly [$$PropertyValue]: "width";
|
|
3518
3646
|
};
|
|
3519
3647
|
};
|
|
3648
|
+
minSize: (value: {
|
|
3649
|
+
readonly [$$PropertyValue]: "width";
|
|
3650
|
+
}) => {
|
|
3651
|
+
minWidth: {
|
|
3652
|
+
readonly [$$PropertyValue]: "width";
|
|
3653
|
+
};
|
|
3654
|
+
minHeight: {
|
|
3655
|
+
readonly [$$PropertyValue]: "width";
|
|
3656
|
+
};
|
|
3657
|
+
width: {
|
|
3658
|
+
readonly [$$PropertyValue]: "width";
|
|
3659
|
+
};
|
|
3660
|
+
height: {
|
|
3661
|
+
readonly [$$PropertyValue]: "width";
|
|
3662
|
+
};
|
|
3663
|
+
};
|
|
3520
3664
|
sizeMin: (value: {
|
|
3521
3665
|
readonly [$$PropertyValue]: "width";
|
|
3522
3666
|
}) => {
|
|
@@ -3533,6 +3677,16 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3533
3677
|
readonly [$$PropertyValue]: "width";
|
|
3534
3678
|
};
|
|
3535
3679
|
};
|
|
3680
|
+
maxSize: (value: {
|
|
3681
|
+
readonly [$$PropertyValue]: "width";
|
|
3682
|
+
}) => {
|
|
3683
|
+
maxWidth: {
|
|
3684
|
+
readonly [$$PropertyValue]: "width";
|
|
3685
|
+
};
|
|
3686
|
+
maxHeight: {
|
|
3687
|
+
readonly [$$PropertyValue]: "width";
|
|
3688
|
+
};
|
|
3689
|
+
};
|
|
3536
3690
|
sizeMax: (value: {
|
|
3537
3691
|
readonly [$$PropertyValue]: "width";
|
|
3538
3692
|
}) => {
|
|
@@ -3563,12 +3717,22 @@ export declare const StyledPaginationItem: import("@stitches/react/types/styled-
|
|
|
3563
3717
|
}) => {
|
|
3564
3718
|
backgroundImage: string;
|
|
3565
3719
|
};
|
|
3720
|
+
tdl: (value: {
|
|
3721
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3722
|
+
}) => {
|
|
3723
|
+
textDecorationLine: {
|
|
3724
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3725
|
+
};
|
|
3726
|
+
};
|
|
3566
3727
|
textGradient: (value: {
|
|
3567
3728
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3568
3729
|
}) => {
|
|
3569
3730
|
backgroundImage: string;
|
|
3570
3731
|
WebkitBackgroundClip: string;
|
|
3571
3732
|
WebkitTextFillColor: string;
|
|
3733
|
+
'&::selection': {
|
|
3734
|
+
WebkitTextFillColor: string;
|
|
3735
|
+
};
|
|
3572
3736
|
};
|
|
3573
3737
|
}>>;
|
|
3574
3738
|
export declare const StyledPaginationHighlight: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -3710,18 +3874,23 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
3710
3874
|
primaryLight: string;
|
|
3711
3875
|
primary: string;
|
|
3712
3876
|
primaryDark: string;
|
|
3877
|
+
primaryShadow: string;
|
|
3713
3878
|
secondaryLight: string;
|
|
3714
3879
|
secondary: string;
|
|
3715
3880
|
secondaryDark: string;
|
|
3881
|
+
secondaryShadow: string;
|
|
3716
3882
|
successLight: string;
|
|
3717
3883
|
success: string;
|
|
3718
3884
|
successDark: string;
|
|
3885
|
+
successShadow: string;
|
|
3719
3886
|
warningLight: string;
|
|
3720
3887
|
warning: string;
|
|
3721
3888
|
warningDark: string;
|
|
3889
|
+
warningShadow: string;
|
|
3722
3890
|
errorLight: string;
|
|
3723
3891
|
error: string;
|
|
3724
3892
|
errorDark: string;
|
|
3893
|
+
errorShadow: string;
|
|
3725
3894
|
gradient: string;
|
|
3726
3895
|
link: string;
|
|
3727
3896
|
};
|
|
@@ -4412,6 +4581,22 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4412
4581
|
readonly [$$PropertyValue]: "width";
|
|
4413
4582
|
};
|
|
4414
4583
|
};
|
|
4584
|
+
minSize: (value: {
|
|
4585
|
+
readonly [$$PropertyValue]: "width";
|
|
4586
|
+
}) => {
|
|
4587
|
+
minWidth: {
|
|
4588
|
+
readonly [$$PropertyValue]: "width";
|
|
4589
|
+
};
|
|
4590
|
+
minHeight: {
|
|
4591
|
+
readonly [$$PropertyValue]: "width";
|
|
4592
|
+
};
|
|
4593
|
+
width: {
|
|
4594
|
+
readonly [$$PropertyValue]: "width";
|
|
4595
|
+
};
|
|
4596
|
+
height: {
|
|
4597
|
+
readonly [$$PropertyValue]: "width";
|
|
4598
|
+
};
|
|
4599
|
+
};
|
|
4415
4600
|
sizeMin: (value: {
|
|
4416
4601
|
readonly [$$PropertyValue]: "width";
|
|
4417
4602
|
}) => {
|
|
@@ -4428,6 +4613,16 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4428
4613
|
readonly [$$PropertyValue]: "width";
|
|
4429
4614
|
};
|
|
4430
4615
|
};
|
|
4616
|
+
maxSize: (value: {
|
|
4617
|
+
readonly [$$PropertyValue]: "width";
|
|
4618
|
+
}) => {
|
|
4619
|
+
maxWidth: {
|
|
4620
|
+
readonly [$$PropertyValue]: "width";
|
|
4621
|
+
};
|
|
4622
|
+
maxHeight: {
|
|
4623
|
+
readonly [$$PropertyValue]: "width";
|
|
4624
|
+
};
|
|
4625
|
+
};
|
|
4431
4626
|
sizeMax: (value: {
|
|
4432
4627
|
readonly [$$PropertyValue]: "width";
|
|
4433
4628
|
}) => {
|
|
@@ -4458,12 +4653,22 @@ export declare const StyledPaginationHighlight: import("@stitches/react/types/st
|
|
|
4458
4653
|
}) => {
|
|
4459
4654
|
backgroundImage: string;
|
|
4460
4655
|
};
|
|
4656
|
+
tdl: (value: {
|
|
4657
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4658
|
+
}) => {
|
|
4659
|
+
textDecorationLine: {
|
|
4660
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4661
|
+
};
|
|
4662
|
+
};
|
|
4461
4663
|
textGradient: (value: {
|
|
4462
4664
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
4463
4665
|
}) => {
|
|
4464
4666
|
backgroundImage: string;
|
|
4465
4667
|
WebkitBackgroundClip: string;
|
|
4466
4668
|
WebkitTextFillColor: string;
|
|
4669
|
+
'&::selection': {
|
|
4670
|
+
WebkitTextFillColor: string;
|
|
4671
|
+
};
|
|
4467
4672
|
};
|
|
4468
4673
|
}>>;
|
|
4469
4674
|
export declare const StyledPagination: import("@stitches/react/types/styled-component").StyledComponent<"nav", {
|
|
@@ -4608,18 +4813,23 @@ export declare const StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
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 StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
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 StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
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 StyledPagination: import("@stitches/react/types/styled-comp
|
|
|
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 type PaginationVariantsProps = VariantProps<typeof StyledPagination>;
|
|
File without changes
|
|
@@ -40,7 +40,7 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
40
40
|
min: number;
|
|
41
41
|
max: number;
|
|
42
42
|
} & NativeAttrs & import("@stitches/react/types/styled-component").TransformProps<{
|
|
43
|
-
color?: "primary" | "secondary" | "success" | "warning" | "error" | "gradient" |
|
|
43
|
+
color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "gradient" | undefined;
|
|
44
44
|
status?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
45
45
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
46
46
|
indeterminated?: boolean | "true" | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VariantProps } from '../theme/stitches.config';
|
|
2
2
|
export declare const StyledProgress: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3
|
-
color?: "primary" | "secondary" | "success" | "warning" | "error" | "gradient" |
|
|
3
|
+
color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "gradient" | undefined;
|
|
4
4
|
status?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
|
|
5
5
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
6
6
|
indeterminated?: boolean | "true" | undefined;
|
|
@@ -139,18 +139,23 @@ export declare const StyledProgress: import("@stitches/react/types/styled-compon
|
|
|
139
139
|
primaryLight: string;
|
|
140
140
|
primary: string;
|
|
141
141
|
primaryDark: string;
|
|
142
|
+
primaryShadow: string;
|
|
142
143
|
secondaryLight: string;
|
|
143
144
|
secondary: string;
|
|
144
145
|
secondaryDark: string;
|
|
146
|
+
secondaryShadow: string;
|
|
145
147
|
successLight: string;
|
|
146
148
|
success: string;
|
|
147
149
|
successDark: string;
|
|
150
|
+
successShadow: string;
|
|
148
151
|
warningLight: string;
|
|
149
152
|
warning: string;
|
|
150
153
|
warningDark: string;
|
|
154
|
+
warningShadow: string;
|
|
151
155
|
errorLight: string;
|
|
152
156
|
error: string;
|
|
153
157
|
errorDark: string;
|
|
158
|
+
errorShadow: string;
|
|
154
159
|
gradient: string;
|
|
155
160
|
link: string;
|
|
156
161
|
};
|
|
@@ -841,6 +846,22 @@ export declare const StyledProgress: import("@stitches/react/types/styled-compon
|
|
|
841
846
|
readonly [$$PropertyValue]: "width";
|
|
842
847
|
};
|
|
843
848
|
};
|
|
849
|
+
minSize: (value: {
|
|
850
|
+
readonly [$$PropertyValue]: "width";
|
|
851
|
+
}) => {
|
|
852
|
+
minWidth: {
|
|
853
|
+
readonly [$$PropertyValue]: "width";
|
|
854
|
+
};
|
|
855
|
+
minHeight: {
|
|
856
|
+
readonly [$$PropertyValue]: "width";
|
|
857
|
+
};
|
|
858
|
+
width: {
|
|
859
|
+
readonly [$$PropertyValue]: "width";
|
|
860
|
+
};
|
|
861
|
+
height: {
|
|
862
|
+
readonly [$$PropertyValue]: "width";
|
|
863
|
+
};
|
|
864
|
+
};
|
|
844
865
|
sizeMin: (value: {
|
|
845
866
|
readonly [$$PropertyValue]: "width";
|
|
846
867
|
}) => {
|
|
@@ -857,6 +878,16 @@ export declare const StyledProgress: import("@stitches/react/types/styled-compon
|
|
|
857
878
|
readonly [$$PropertyValue]: "width";
|
|
858
879
|
};
|
|
859
880
|
};
|
|
881
|
+
maxSize: (value: {
|
|
882
|
+
readonly [$$PropertyValue]: "width";
|
|
883
|
+
}) => {
|
|
884
|
+
maxWidth: {
|
|
885
|
+
readonly [$$PropertyValue]: "width";
|
|
886
|
+
};
|
|
887
|
+
maxHeight: {
|
|
888
|
+
readonly [$$PropertyValue]: "width";
|
|
889
|
+
};
|
|
890
|
+
};
|
|
860
891
|
sizeMax: (value: {
|
|
861
892
|
readonly [$$PropertyValue]: "width";
|
|
862
893
|
}) => {
|
|
@@ -887,12 +918,22 @@ export declare const StyledProgress: import("@stitches/react/types/styled-compon
|
|
|
887
918
|
}) => {
|
|
888
919
|
backgroundImage: string;
|
|
889
920
|
};
|
|
921
|
+
tdl: (value: {
|
|
922
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
923
|
+
}) => {
|
|
924
|
+
textDecorationLine: {
|
|
925
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
926
|
+
};
|
|
927
|
+
};
|
|
890
928
|
textGradient: (value: {
|
|
891
929
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
892
930
|
}) => {
|
|
893
931
|
backgroundImage: string;
|
|
894
932
|
WebkitBackgroundClip: string;
|
|
895
933
|
WebkitTextFillColor: string;
|
|
934
|
+
'&::selection': {
|
|
935
|
+
WebkitTextFillColor: string;
|
|
936
|
+
};
|
|
896
937
|
};
|
|
897
938
|
}>>;
|
|
898
939
|
export declare const StyledProgressBar: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -1034,18 +1075,23 @@ export declare const StyledProgressBar: import("@stitches/react/types/styled-com
|
|
|
1034
1075
|
primaryLight: string;
|
|
1035
1076
|
primary: string;
|
|
1036
1077
|
primaryDark: string;
|
|
1078
|
+
primaryShadow: string;
|
|
1037
1079
|
secondaryLight: string;
|
|
1038
1080
|
secondary: string;
|
|
1039
1081
|
secondaryDark: string;
|
|
1082
|
+
secondaryShadow: string;
|
|
1040
1083
|
successLight: string;
|
|
1041
1084
|
success: string;
|
|
1042
1085
|
successDark: string;
|
|
1086
|
+
successShadow: string;
|
|
1043
1087
|
warningLight: string;
|
|
1044
1088
|
warning: string;
|
|
1045
1089
|
warningDark: string;
|
|
1090
|
+
warningShadow: string;
|
|
1046
1091
|
errorLight: string;
|
|
1047
1092
|
error: string;
|
|
1048
1093
|
errorDark: string;
|
|
1094
|
+
errorShadow: string;
|
|
1049
1095
|
gradient: string;
|
|
1050
1096
|
link: string;
|
|
1051
1097
|
};
|
|
@@ -1736,6 +1782,22 @@ export declare const StyledProgressBar: import("@stitches/react/types/styled-com
|
|
|
1736
1782
|
readonly [$$PropertyValue]: "width";
|
|
1737
1783
|
};
|
|
1738
1784
|
};
|
|
1785
|
+
minSize: (value: {
|
|
1786
|
+
readonly [$$PropertyValue]: "width";
|
|
1787
|
+
}) => {
|
|
1788
|
+
minWidth: {
|
|
1789
|
+
readonly [$$PropertyValue]: "width";
|
|
1790
|
+
};
|
|
1791
|
+
minHeight: {
|
|
1792
|
+
readonly [$$PropertyValue]: "width";
|
|
1793
|
+
};
|
|
1794
|
+
width: {
|
|
1795
|
+
readonly [$$PropertyValue]: "width";
|
|
1796
|
+
};
|
|
1797
|
+
height: {
|
|
1798
|
+
readonly [$$PropertyValue]: "width";
|
|
1799
|
+
};
|
|
1800
|
+
};
|
|
1739
1801
|
sizeMin: (value: {
|
|
1740
1802
|
readonly [$$PropertyValue]: "width";
|
|
1741
1803
|
}) => {
|
|
@@ -1752,6 +1814,16 @@ export declare const StyledProgressBar: import("@stitches/react/types/styled-com
|
|
|
1752
1814
|
readonly [$$PropertyValue]: "width";
|
|
1753
1815
|
};
|
|
1754
1816
|
};
|
|
1817
|
+
maxSize: (value: {
|
|
1818
|
+
readonly [$$PropertyValue]: "width";
|
|
1819
|
+
}) => {
|
|
1820
|
+
maxWidth: {
|
|
1821
|
+
readonly [$$PropertyValue]: "width";
|
|
1822
|
+
};
|
|
1823
|
+
maxHeight: {
|
|
1824
|
+
readonly [$$PropertyValue]: "width";
|
|
1825
|
+
};
|
|
1826
|
+
};
|
|
1755
1827
|
sizeMax: (value: {
|
|
1756
1828
|
readonly [$$PropertyValue]: "width";
|
|
1757
1829
|
}) => {
|
|
@@ -1782,12 +1854,22 @@ export declare const StyledProgressBar: import("@stitches/react/types/styled-com
|
|
|
1782
1854
|
}) => {
|
|
1783
1855
|
backgroundImage: string;
|
|
1784
1856
|
};
|
|
1857
|
+
tdl: (value: {
|
|
1858
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1859
|
+
}) => {
|
|
1860
|
+
textDecorationLine: {
|
|
1861
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1862
|
+
};
|
|
1863
|
+
};
|
|
1785
1864
|
textGradient: (value: {
|
|
1786
1865
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1787
1866
|
}) => {
|
|
1788
1867
|
backgroundImage: string;
|
|
1789
1868
|
WebkitBackgroundClip: string;
|
|
1790
1869
|
WebkitTextFillColor: string;
|
|
1870
|
+
'&::selection': {
|
|
1871
|
+
WebkitTextFillColor: string;
|
|
1872
|
+
};
|
|
1791
1873
|
};
|
|
1792
1874
|
}>>;
|
|
1793
1875
|
export declare type ProgressVariantsProps = VariantProps<typeof StyledProgress>;
|
|
File without changes
|