@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
|
@@ -139,18 +139,23 @@ export declare const StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
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 StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
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 StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
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 StyledSwitchContainer: import("@stitches/react/types/styled
|
|
|
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 StyledSwitchInput: import("@stitches/react/types/styled-component").StyledComponent<"input", {}, {
|
|
@@ -1029,18 +1070,23 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1029
1070
|
primaryLight: string;
|
|
1030
1071
|
primary: string;
|
|
1031
1072
|
primaryDark: string;
|
|
1073
|
+
primaryShadow: string;
|
|
1032
1074
|
secondaryLight: string;
|
|
1033
1075
|
secondary: string;
|
|
1034
1076
|
secondaryDark: string;
|
|
1077
|
+
secondaryShadow: string;
|
|
1035
1078
|
successLight: string;
|
|
1036
1079
|
success: string;
|
|
1037
1080
|
successDark: string;
|
|
1081
|
+
successShadow: string;
|
|
1038
1082
|
warningLight: string;
|
|
1039
1083
|
warning: string;
|
|
1040
1084
|
warningDark: string;
|
|
1085
|
+
warningShadow: string;
|
|
1041
1086
|
errorLight: string;
|
|
1042
1087
|
error: string;
|
|
1043
1088
|
errorDark: string;
|
|
1089
|
+
errorShadow: string;
|
|
1044
1090
|
gradient: string;
|
|
1045
1091
|
link: string;
|
|
1046
1092
|
};
|
|
@@ -1731,6 +1777,22 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1731
1777
|
readonly [$$PropertyValue]: "width";
|
|
1732
1778
|
};
|
|
1733
1779
|
};
|
|
1780
|
+
minSize: (value: {
|
|
1781
|
+
readonly [$$PropertyValue]: "width";
|
|
1782
|
+
}) => {
|
|
1783
|
+
minWidth: {
|
|
1784
|
+
readonly [$$PropertyValue]: "width";
|
|
1785
|
+
};
|
|
1786
|
+
minHeight: {
|
|
1787
|
+
readonly [$$PropertyValue]: "width";
|
|
1788
|
+
};
|
|
1789
|
+
width: {
|
|
1790
|
+
readonly [$$PropertyValue]: "width";
|
|
1791
|
+
};
|
|
1792
|
+
height: {
|
|
1793
|
+
readonly [$$PropertyValue]: "width";
|
|
1794
|
+
};
|
|
1795
|
+
};
|
|
1734
1796
|
sizeMin: (value: {
|
|
1735
1797
|
readonly [$$PropertyValue]: "width";
|
|
1736
1798
|
}) => {
|
|
@@ -1747,6 +1809,16 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1747
1809
|
readonly [$$PropertyValue]: "width";
|
|
1748
1810
|
};
|
|
1749
1811
|
};
|
|
1812
|
+
maxSize: (value: {
|
|
1813
|
+
readonly [$$PropertyValue]: "width";
|
|
1814
|
+
}) => {
|
|
1815
|
+
maxWidth: {
|
|
1816
|
+
readonly [$$PropertyValue]: "width";
|
|
1817
|
+
};
|
|
1818
|
+
maxHeight: {
|
|
1819
|
+
readonly [$$PropertyValue]: "width";
|
|
1820
|
+
};
|
|
1821
|
+
};
|
|
1750
1822
|
sizeMax: (value: {
|
|
1751
1823
|
readonly [$$PropertyValue]: "width";
|
|
1752
1824
|
}) => {
|
|
@@ -1777,12 +1849,22 @@ export declare const StyledSwitchInput: import("@stitches/react/types/styled-com
|
|
|
1777
1849
|
}) => {
|
|
1778
1850
|
backgroundImage: string;
|
|
1779
1851
|
};
|
|
1852
|
+
tdl: (value: {
|
|
1853
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1854
|
+
}) => {
|
|
1855
|
+
textDecorationLine: {
|
|
1856
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1857
|
+
};
|
|
1858
|
+
};
|
|
1780
1859
|
textGradient: (value: {
|
|
1781
1860
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1782
1861
|
}) => {
|
|
1783
1862
|
backgroundImage: string;
|
|
1784
1863
|
WebkitBackgroundClip: string;
|
|
1785
1864
|
WebkitTextFillColor: string;
|
|
1865
|
+
'&::selection': {
|
|
1866
|
+
WebkitTextFillColor: string;
|
|
1867
|
+
};
|
|
1786
1868
|
};
|
|
1787
1869
|
}>>;
|
|
1788
1870
|
export declare const StyledSwitchCircle: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
|
|
@@ -1919,18 +2001,23 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
1919
2001
|
primaryLight: string;
|
|
1920
2002
|
primary: string;
|
|
1921
2003
|
primaryDark: string;
|
|
2004
|
+
primaryShadow: string;
|
|
1922
2005
|
secondaryLight: string;
|
|
1923
2006
|
secondary: string;
|
|
1924
2007
|
secondaryDark: string;
|
|
2008
|
+
secondaryShadow: string;
|
|
1925
2009
|
successLight: string;
|
|
1926
2010
|
success: string;
|
|
1927
2011
|
successDark: string;
|
|
2012
|
+
successShadow: string;
|
|
1928
2013
|
warningLight: string;
|
|
1929
2014
|
warning: string;
|
|
1930
2015
|
warningDark: string;
|
|
2016
|
+
warningShadow: string;
|
|
1931
2017
|
errorLight: string;
|
|
1932
2018
|
error: string;
|
|
1933
2019
|
errorDark: string;
|
|
2020
|
+
errorShadow: string;
|
|
1934
2021
|
gradient: string;
|
|
1935
2022
|
link: string;
|
|
1936
2023
|
};
|
|
@@ -2621,6 +2708,22 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2621
2708
|
readonly [$$PropertyValue]: "width";
|
|
2622
2709
|
};
|
|
2623
2710
|
};
|
|
2711
|
+
minSize: (value: {
|
|
2712
|
+
readonly [$$PropertyValue]: "width";
|
|
2713
|
+
}) => {
|
|
2714
|
+
minWidth: {
|
|
2715
|
+
readonly [$$PropertyValue]: "width";
|
|
2716
|
+
};
|
|
2717
|
+
minHeight: {
|
|
2718
|
+
readonly [$$PropertyValue]: "width";
|
|
2719
|
+
};
|
|
2720
|
+
width: {
|
|
2721
|
+
readonly [$$PropertyValue]: "width";
|
|
2722
|
+
};
|
|
2723
|
+
height: {
|
|
2724
|
+
readonly [$$PropertyValue]: "width";
|
|
2725
|
+
};
|
|
2726
|
+
};
|
|
2624
2727
|
sizeMin: (value: {
|
|
2625
2728
|
readonly [$$PropertyValue]: "width";
|
|
2626
2729
|
}) => {
|
|
@@ -2637,6 +2740,16 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2637
2740
|
readonly [$$PropertyValue]: "width";
|
|
2638
2741
|
};
|
|
2639
2742
|
};
|
|
2743
|
+
maxSize: (value: {
|
|
2744
|
+
readonly [$$PropertyValue]: "width";
|
|
2745
|
+
}) => {
|
|
2746
|
+
maxWidth: {
|
|
2747
|
+
readonly [$$PropertyValue]: "width";
|
|
2748
|
+
};
|
|
2749
|
+
maxHeight: {
|
|
2750
|
+
readonly [$$PropertyValue]: "width";
|
|
2751
|
+
};
|
|
2752
|
+
};
|
|
2640
2753
|
sizeMax: (value: {
|
|
2641
2754
|
readonly [$$PropertyValue]: "width";
|
|
2642
2755
|
}) => {
|
|
@@ -2667,12 +2780,22 @@ export declare const StyledSwitchCircle: import("@stitches/react/types/styled-co
|
|
|
2667
2780
|
}) => {
|
|
2668
2781
|
backgroundImage: string;
|
|
2669
2782
|
};
|
|
2783
|
+
tdl: (value: {
|
|
2784
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2785
|
+
}) => {
|
|
2786
|
+
textDecorationLine: {
|
|
2787
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2788
|
+
};
|
|
2789
|
+
};
|
|
2670
2790
|
textGradient: (value: {
|
|
2671
2791
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2672
2792
|
}) => {
|
|
2673
2793
|
backgroundImage: string;
|
|
2674
2794
|
WebkitBackgroundClip: string;
|
|
2675
2795
|
WebkitTextFillColor: string;
|
|
2796
|
+
'&::selection': {
|
|
2797
|
+
WebkitTextFillColor: string;
|
|
2798
|
+
};
|
|
2676
2799
|
};
|
|
2677
2800
|
}>>;
|
|
2678
2801
|
export declare const StyledSwitch: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
@@ -2816,18 +2939,23 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
2816
2939
|
primaryLight: string;
|
|
2817
2940
|
primary: string;
|
|
2818
2941
|
primaryDark: string;
|
|
2942
|
+
primaryShadow: string;
|
|
2819
2943
|
secondaryLight: string;
|
|
2820
2944
|
secondary: string;
|
|
2821
2945
|
secondaryDark: string;
|
|
2946
|
+
secondaryShadow: string;
|
|
2822
2947
|
successLight: string;
|
|
2823
2948
|
success: string;
|
|
2824
2949
|
successDark: string;
|
|
2950
|
+
successShadow: string;
|
|
2825
2951
|
warningLight: string;
|
|
2826
2952
|
warning: string;
|
|
2827
2953
|
warningDark: string;
|
|
2954
|
+
warningShadow: string;
|
|
2828
2955
|
errorLight: string;
|
|
2829
2956
|
error: string;
|
|
2830
2957
|
errorDark: string;
|
|
2958
|
+
errorShadow: string;
|
|
2831
2959
|
gradient: string;
|
|
2832
2960
|
link: string;
|
|
2833
2961
|
};
|
|
@@ -3518,6 +3646,22 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3518
3646
|
readonly [$$PropertyValue]: "width";
|
|
3519
3647
|
};
|
|
3520
3648
|
};
|
|
3649
|
+
minSize: (value: {
|
|
3650
|
+
readonly [$$PropertyValue]: "width";
|
|
3651
|
+
}) => {
|
|
3652
|
+
minWidth: {
|
|
3653
|
+
readonly [$$PropertyValue]: "width";
|
|
3654
|
+
};
|
|
3655
|
+
minHeight: {
|
|
3656
|
+
readonly [$$PropertyValue]: "width";
|
|
3657
|
+
};
|
|
3658
|
+
width: {
|
|
3659
|
+
readonly [$$PropertyValue]: "width";
|
|
3660
|
+
};
|
|
3661
|
+
height: {
|
|
3662
|
+
readonly [$$PropertyValue]: "width";
|
|
3663
|
+
};
|
|
3664
|
+
};
|
|
3521
3665
|
sizeMin: (value: {
|
|
3522
3666
|
readonly [$$PropertyValue]: "width";
|
|
3523
3667
|
}) => {
|
|
@@ -3534,6 +3678,16 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3534
3678
|
readonly [$$PropertyValue]: "width";
|
|
3535
3679
|
};
|
|
3536
3680
|
};
|
|
3681
|
+
maxSize: (value: {
|
|
3682
|
+
readonly [$$PropertyValue]: "width";
|
|
3683
|
+
}) => {
|
|
3684
|
+
maxWidth: {
|
|
3685
|
+
readonly [$$PropertyValue]: "width";
|
|
3686
|
+
};
|
|
3687
|
+
maxHeight: {
|
|
3688
|
+
readonly [$$PropertyValue]: "width";
|
|
3689
|
+
};
|
|
3690
|
+
};
|
|
3537
3691
|
sizeMax: (value: {
|
|
3538
3692
|
readonly [$$PropertyValue]: "width";
|
|
3539
3693
|
}) => {
|
|
@@ -3564,12 +3718,22 @@ export declare const StyledSwitch: import("@stitches/react/types/styled-componen
|
|
|
3564
3718
|
}) => {
|
|
3565
3719
|
backgroundImage: string;
|
|
3566
3720
|
};
|
|
3721
|
+
tdl: (value: {
|
|
3722
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3723
|
+
}) => {
|
|
3724
|
+
textDecorationLine: {
|
|
3725
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3726
|
+
};
|
|
3727
|
+
};
|
|
3567
3728
|
textGradient: (value: {
|
|
3568
3729
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3569
3730
|
}) => {
|
|
3570
3731
|
backgroundImage: string;
|
|
3571
3732
|
WebkitBackgroundClip: string;
|
|
3572
3733
|
WebkitTextFillColor: string;
|
|
3734
|
+
'&::selection': {
|
|
3735
|
+
WebkitTextFillColor: string;
|
|
3736
|
+
};
|
|
3573
3737
|
};
|
|
3574
3738
|
}>>;
|
|
3575
3739
|
export declare type SwitchVariantsProps = VariantProps<typeof StyledSwitch>;
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { CSS } from '../theme/stitches.config';
|
|
3
3
|
import { SimpleColors, TextTransforms } from '../utils/prop-types';
|
|
4
4
|
import { TextVariantsProps } from './text.styles';
|
|
5
|
+
declare type As = keyof JSX.IntrinsicElements | React.ComponentType<any>;
|
|
5
6
|
export interface Props {
|
|
6
7
|
tag: keyof JSX.IntrinsicElements;
|
|
7
8
|
color?: SimpleColors | string;
|
|
@@ -9,6 +10,7 @@ export interface Props {
|
|
|
9
10
|
margin?: string | number;
|
|
10
11
|
transform?: TextTransforms;
|
|
11
12
|
css?: CSS;
|
|
13
|
+
as?: As;
|
|
12
14
|
}
|
|
13
15
|
declare const defaultProps: {
|
|
14
16
|
color: string;
|
|
File without changes
|
|
@@ -28,7 +28,7 @@ declare const defaultProps: {
|
|
|
28
28
|
h5: boolean;
|
|
29
29
|
h6: boolean;
|
|
30
30
|
b: boolean;
|
|
31
|
-
|
|
31
|
+
small: boolean;
|
|
32
32
|
transform: "inherit" | "initial" | "revert" | "unset" | "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
|
|
33
33
|
i: boolean;
|
|
34
34
|
span: boolean;
|
|
@@ -47,7 +47,7 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
47
47
|
h5: boolean;
|
|
48
48
|
h6: boolean;
|
|
49
49
|
b: boolean;
|
|
50
|
-
|
|
50
|
+
small: boolean;
|
|
51
51
|
transform: "inherit" | "initial" | "revert" | "unset" | "none" | "capitalize" | "uppercase" | "lowercase" | "full-width" | "full-size-kana";
|
|
52
52
|
i: boolean;
|
|
53
53
|
span: boolean;
|
|
@@ -55,5 +55,5 @@ declare const _default: React.ComponentType<Partial<{
|
|
|
55
55
|
em: boolean;
|
|
56
56
|
blockquote: boolean;
|
|
57
57
|
color: string;
|
|
58
|
-
}> & Omit<TextProps, "
|
|
58
|
+
}> & Omit<TextProps, "b" | "blockquote" | "del" | "em" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "i" | "small" | "span" | "color" | "transform">>;
|
|
59
59
|
export default _default;
|
|
@@ -135,18 +135,23 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
135
135
|
primaryLight: string;
|
|
136
136
|
primary: string;
|
|
137
137
|
primaryDark: string;
|
|
138
|
+
primaryShadow: string;
|
|
138
139
|
secondaryLight: string;
|
|
139
140
|
secondary: string;
|
|
140
141
|
secondaryDark: string;
|
|
142
|
+
secondaryShadow: string;
|
|
141
143
|
successLight: string;
|
|
142
144
|
success: string;
|
|
143
145
|
successDark: string;
|
|
146
|
+
successShadow: string;
|
|
144
147
|
warningLight: string;
|
|
145
148
|
warning: string;
|
|
146
149
|
warningDark: string;
|
|
150
|
+
warningShadow: string;
|
|
147
151
|
errorLight: string;
|
|
148
152
|
error: string;
|
|
149
153
|
errorDark: string;
|
|
154
|
+
errorShadow: string;
|
|
150
155
|
gradient: string;
|
|
151
156
|
link: string;
|
|
152
157
|
};
|
|
@@ -837,6 +842,22 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
837
842
|
readonly [$$PropertyValue]: "width";
|
|
838
843
|
};
|
|
839
844
|
};
|
|
845
|
+
minSize: (value: {
|
|
846
|
+
readonly [$$PropertyValue]: "width";
|
|
847
|
+
}) => {
|
|
848
|
+
minWidth: {
|
|
849
|
+
readonly [$$PropertyValue]: "width";
|
|
850
|
+
};
|
|
851
|
+
minHeight: {
|
|
852
|
+
readonly [$$PropertyValue]: "width";
|
|
853
|
+
};
|
|
854
|
+
width: {
|
|
855
|
+
readonly [$$PropertyValue]: "width";
|
|
856
|
+
};
|
|
857
|
+
height: {
|
|
858
|
+
readonly [$$PropertyValue]: "width";
|
|
859
|
+
};
|
|
860
|
+
};
|
|
840
861
|
sizeMin: (value: {
|
|
841
862
|
readonly [$$PropertyValue]: "width";
|
|
842
863
|
}) => {
|
|
@@ -853,6 +874,16 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
853
874
|
readonly [$$PropertyValue]: "width";
|
|
854
875
|
};
|
|
855
876
|
};
|
|
877
|
+
maxSize: (value: {
|
|
878
|
+
readonly [$$PropertyValue]: "width";
|
|
879
|
+
}) => {
|
|
880
|
+
maxWidth: {
|
|
881
|
+
readonly [$$PropertyValue]: "width";
|
|
882
|
+
};
|
|
883
|
+
maxHeight: {
|
|
884
|
+
readonly [$$PropertyValue]: "width";
|
|
885
|
+
};
|
|
886
|
+
};
|
|
856
887
|
sizeMax: (value: {
|
|
857
888
|
readonly [$$PropertyValue]: "width";
|
|
858
889
|
}) => {
|
|
@@ -883,12 +914,22 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
883
914
|
}) => {
|
|
884
915
|
backgroundImage: string;
|
|
885
916
|
};
|
|
917
|
+
tdl: (value: {
|
|
918
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
919
|
+
}) => {
|
|
920
|
+
textDecorationLine: {
|
|
921
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
922
|
+
};
|
|
923
|
+
};
|
|
886
924
|
textGradient: (value: {
|
|
887
925
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
888
926
|
}) => {
|
|
889
927
|
backgroundImage: string;
|
|
890
928
|
WebkitBackgroundClip: string;
|
|
891
929
|
WebkitTextFillColor: string;
|
|
930
|
+
'&::selection': {
|
|
931
|
+
WebkitTextFillColor: string;
|
|
932
|
+
};
|
|
892
933
|
};
|
|
893
934
|
}>>;
|
|
894
935
|
export declare type TextVariantsProps = VariantProps<typeof StyledText>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -197,18 +197,23 @@ export declare const defaultColors: {
|
|
|
197
197
|
primaryLight: string;
|
|
198
198
|
primary: string;
|
|
199
199
|
primaryDark: string;
|
|
200
|
+
primaryShadow: string;
|
|
200
201
|
secondaryLight: string;
|
|
201
202
|
secondary: string;
|
|
202
203
|
secondaryDark: string;
|
|
204
|
+
secondaryShadow: string;
|
|
203
205
|
successLight: string;
|
|
204
206
|
success: string;
|
|
205
207
|
successDark: string;
|
|
208
|
+
successShadow: string;
|
|
206
209
|
warningLight: string;
|
|
207
210
|
warning: string;
|
|
208
211
|
warningDark: string;
|
|
212
|
+
warningShadow: string;
|
|
209
213
|
errorLight: string;
|
|
210
214
|
error: string;
|
|
211
215
|
errorDark: string;
|
|
216
|
+
errorShadow: string;
|
|
212
217
|
gradient: string;
|
|
213
218
|
link: string;
|
|
214
219
|
};
|
|
@@ -551,6 +556,20 @@ export declare const defaultUtils: {
|
|
|
551
556
|
readonly [$$PropertyValue]: "width";
|
|
552
557
|
};
|
|
553
558
|
};
|
|
559
|
+
minSize: (value: Stitches.PropertyValue<'width'>) => {
|
|
560
|
+
minWidth: {
|
|
561
|
+
readonly [$$PropertyValue]: "width";
|
|
562
|
+
};
|
|
563
|
+
minHeight: {
|
|
564
|
+
readonly [$$PropertyValue]: "width";
|
|
565
|
+
};
|
|
566
|
+
width: {
|
|
567
|
+
readonly [$$PropertyValue]: "width";
|
|
568
|
+
};
|
|
569
|
+
height: {
|
|
570
|
+
readonly [$$PropertyValue]: "width";
|
|
571
|
+
};
|
|
572
|
+
};
|
|
554
573
|
sizeMin: (value: Stitches.PropertyValue<'width'>) => {
|
|
555
574
|
minWidth: {
|
|
556
575
|
readonly [$$PropertyValue]: "width";
|
|
@@ -565,6 +584,14 @@ export declare const defaultUtils: {
|
|
|
565
584
|
readonly [$$PropertyValue]: "width";
|
|
566
585
|
};
|
|
567
586
|
};
|
|
587
|
+
maxSize: (value: Stitches.PropertyValue<'width'>) => {
|
|
588
|
+
maxWidth: {
|
|
589
|
+
readonly [$$PropertyValue]: "width";
|
|
590
|
+
};
|
|
591
|
+
maxHeight: {
|
|
592
|
+
readonly [$$PropertyValue]: "width";
|
|
593
|
+
};
|
|
594
|
+
};
|
|
568
595
|
sizeMax: (value: Stitches.PropertyValue<'width'>) => {
|
|
569
596
|
maxWidth: {
|
|
570
597
|
readonly [$$PropertyValue]: "width";
|
|
@@ -587,10 +614,18 @@ export declare const defaultUtils: {
|
|
|
587
614
|
linearGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => {
|
|
588
615
|
backgroundImage: string;
|
|
589
616
|
};
|
|
617
|
+
tdl: (value: Stitches.PropertyValue<'textDecorationLine'>) => {
|
|
618
|
+
textDecorationLine: {
|
|
619
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
620
|
+
};
|
|
621
|
+
};
|
|
590
622
|
textGradient: (value: Stitches.PropertyValue<'backgroundImage'>) => {
|
|
591
623
|
backgroundImage: string;
|
|
592
624
|
WebkitBackgroundClip: string;
|
|
593
625
|
WebkitTextFillColor: string;
|
|
626
|
+
'&::selection': {
|
|
627
|
+
WebkitTextFillColor: string;
|
|
628
|
+
};
|
|
594
629
|
};
|
|
595
630
|
};
|
|
596
631
|
export declare const defaultThemeMap: {
|
|
@@ -804,18 +839,23 @@ declare const _default: {
|
|
|
804
839
|
primaryLight: string;
|
|
805
840
|
primary: string;
|
|
806
841
|
primaryDark: string;
|
|
842
|
+
primaryShadow: string;
|
|
807
843
|
secondaryLight: string;
|
|
808
844
|
secondary: string;
|
|
809
845
|
secondaryDark: string;
|
|
846
|
+
secondaryShadow: string;
|
|
810
847
|
successLight: string;
|
|
811
848
|
success: string;
|
|
812
849
|
successDark: string;
|
|
850
|
+
successShadow: string;
|
|
813
851
|
warningLight: string;
|
|
814
852
|
warning: string;
|
|
815
853
|
warningDark: string;
|
|
854
|
+
warningShadow: string;
|
|
816
855
|
errorLight: string;
|
|
817
856
|
error: string;
|
|
818
857
|
errorDark: string;
|
|
858
|
+
errorShadow: string;
|
|
819
859
|
gradient: string;
|
|
820
860
|
link: string;
|
|
821
861
|
};
|
|
@@ -1396,6 +1436,22 @@ declare const _default: {
|
|
|
1396
1436
|
readonly [$$PropertyValue]: "width";
|
|
1397
1437
|
};
|
|
1398
1438
|
};
|
|
1439
|
+
minSize: (value: {
|
|
1440
|
+
readonly [$$PropertyValue]: "width";
|
|
1441
|
+
}) => {
|
|
1442
|
+
minWidth: {
|
|
1443
|
+
readonly [$$PropertyValue]: "width";
|
|
1444
|
+
};
|
|
1445
|
+
minHeight: {
|
|
1446
|
+
readonly [$$PropertyValue]: "width";
|
|
1447
|
+
};
|
|
1448
|
+
width: {
|
|
1449
|
+
readonly [$$PropertyValue]: "width";
|
|
1450
|
+
};
|
|
1451
|
+
height: {
|
|
1452
|
+
readonly [$$PropertyValue]: "width";
|
|
1453
|
+
};
|
|
1454
|
+
};
|
|
1399
1455
|
sizeMin: (value: {
|
|
1400
1456
|
readonly [$$PropertyValue]: "width";
|
|
1401
1457
|
}) => {
|
|
@@ -1412,6 +1468,16 @@ declare const _default: {
|
|
|
1412
1468
|
readonly [$$PropertyValue]: "width";
|
|
1413
1469
|
};
|
|
1414
1470
|
};
|
|
1471
|
+
maxSize: (value: {
|
|
1472
|
+
readonly [$$PropertyValue]: "width";
|
|
1473
|
+
}) => {
|
|
1474
|
+
maxWidth: {
|
|
1475
|
+
readonly [$$PropertyValue]: "width";
|
|
1476
|
+
};
|
|
1477
|
+
maxHeight: {
|
|
1478
|
+
readonly [$$PropertyValue]: "width";
|
|
1479
|
+
};
|
|
1480
|
+
};
|
|
1415
1481
|
sizeMax: (value: {
|
|
1416
1482
|
readonly [$$PropertyValue]: "width";
|
|
1417
1483
|
}) => {
|
|
@@ -1442,12 +1508,22 @@ declare const _default: {
|
|
|
1442
1508
|
}) => {
|
|
1443
1509
|
backgroundImage: string;
|
|
1444
1510
|
};
|
|
1511
|
+
tdl: (value: {
|
|
1512
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1513
|
+
}) => {
|
|
1514
|
+
textDecorationLine: {
|
|
1515
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1516
|
+
};
|
|
1517
|
+
};
|
|
1445
1518
|
textGradient: (value: {
|
|
1446
1519
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1447
1520
|
}) => {
|
|
1448
1521
|
backgroundImage: string;
|
|
1449
1522
|
WebkitBackgroundClip: string;
|
|
1450
1523
|
WebkitTextFillColor: string;
|
|
1524
|
+
'&::selection': {
|
|
1525
|
+
WebkitTextFillColor: string;
|
|
1526
|
+
};
|
|
1451
1527
|
};
|
|
1452
1528
|
};
|
|
1453
1529
|
themeMap: {
|
|
@@ -10,11 +10,21 @@ declare const _default: {
|
|
|
10
10
|
accents8: string;
|
|
11
11
|
accents9: string;
|
|
12
12
|
text: string;
|
|
13
|
+
blue900: string;
|
|
14
|
+
purple900: string;
|
|
15
|
+
green900: string;
|
|
16
|
+
yellow900: string;
|
|
17
|
+
red900: string;
|
|
13
18
|
primaryLight: string;
|
|
19
|
+
primaryShadow: string;
|
|
14
20
|
secondaryLight: string;
|
|
21
|
+
secondaryShadow: string;
|
|
15
22
|
successLight: string;
|
|
23
|
+
successShadow: string;
|
|
16
24
|
warningLight: string;
|
|
25
|
+
warningShadow: string;
|
|
17
26
|
errorLight: string;
|
|
27
|
+
errorShadow: string;
|
|
18
28
|
background: string;
|
|
19
29
|
foreground: string;
|
|
20
30
|
codeLight: string;
|
|
File without changes
|