@saas-ui/react 3.0.0-next.1 → 3.0.0-next.2
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/CHANGELOG.md +11 -0
- package/dist/{components/accordion → accordion}/index.cjs +7 -0
- package/dist/{chunk-SD2NTPHR.js → accordion/index.js} +3 -4
- package/dist/{components/action-bar → action-bar}/index.cjs +7 -0
- package/dist/{chunk-AY7C4U2O.js → action-bar/index.js} +4 -4
- package/dist/{components/alert → alert}/index.cjs +7 -0
- package/dist/{chunk-HTQRA26F.js → alert/index.js} +3 -2
- package/dist/{chunk-YTTZX7ZE.js → app-shell/index.js} +1 -1
- package/dist/aspect-ratio/index.cjs +31 -0
- package/dist/aspect-ratio/index.d.cts +1 -0
- package/dist/aspect-ratio/index.d.ts +1 -0
- package/dist/aspect-ratio/index.js +10 -0
- package/dist/{chunk-FN7TU5F5.js → avatar/index.js} +0 -1
- package/dist/back-button/index.cjs +227 -0
- package/dist/back-button/index.d.cts +11 -0
- package/dist/back-button/index.d.ts +11 -0
- package/dist/back-button/index.js +191 -0
- package/dist/badge/index.d.cts +1 -0
- package/dist/badge/index.d.ts +1 -0
- package/dist/{chunk-R2J5USV6.js → badge/index.js} +0 -1
- package/dist/bleed/index.cjs +31 -0
- package/dist/bleed/index.d.cts +2 -0
- package/dist/bleed/index.d.ts +2 -0
- package/dist/bleed/index.js +9 -0
- package/dist/{chunk-GSWLAOIM.js → blockquote/index.js} +0 -1
- package/dist/box/index.cjs +31 -0
- package/dist/box/index.d.cts +3 -0
- package/dist/box/index.d.ts +3 -0
- package/dist/box/index.js +10 -0
- package/dist/{chunk-CRFTMIQA.js → breadcrumb/index.js} +2 -3
- package/dist/{chunk-5HVAMQYO.js → button/index.js} +1 -1
- package/dist/{chunk-7PWVK3NL.js → button-group/index.js} +1 -1
- package/dist/{chunk-7DF4NQNZ.js → card/index.js} +2 -1
- package/dist/center/index.cjs +31 -0
- package/dist/center/index.d.cts +3 -0
- package/dist/center/index.d.ts +3 -0
- package/dist/center/index.js +9 -0
- package/dist/{chunk-Z3SWPGPQ.js → checkbox/index.js} +0 -1
- package/dist/{chunk-NLMFEUVO.js → checkbox-card/index.js} +0 -1
- package/dist/{chunk-UIP2CHMU.js → checkmark/index.js} +0 -1
- package/dist/chunk-2Q6YNPRO.js +151 -0
- package/dist/chunk-4F7N63LO.js +43 -0
- package/dist/{chunk-OJZPPAT6.js → chunk-A4CVFWTP.js} +4 -3
- package/dist/{chunk-4XB7B73X.js → chunk-AX3QDODM.js} +9 -16
- package/dist/chunk-BFWNUE2X.js +15 -0
- package/dist/chunk-EZNMWDPR.js +28 -0
- package/dist/chunk-GMRF4UIJ.js +159 -0
- package/dist/chunk-HBX3KIPQ.js +135 -0
- package/dist/{chunk-3MO37LYW.js → chunk-KNFGYOLD.js} +6 -0
- package/dist/chunk-M5ROLN3M.js +8903 -0
- package/dist/chunk-V5WPZT25.js +135 -0
- package/dist/client-only/index.cjs +31 -0
- package/dist/client-only/index.d.cts +1 -0
- package/dist/client-only/index.d.ts +1 -0
- package/dist/client-only/index.js +9 -0
- package/dist/{components/clipboard → clipboard}/index.cjs +7 -0
- package/dist/clipboard/index.d.cts +28 -0
- package/dist/clipboard/index.d.ts +28 -0
- package/dist/{chunk-3EV6MKBG.js → clipboard/index.js} +17 -14
- package/dist/{components/close-button → close-button}/index.cjs +7 -0
- package/dist/close-button/index.d.cts +9 -0
- package/dist/close-button/index.d.ts +9 -0
- package/dist/{chunk-H7KPEI6P.js → close-button/index.js} +3 -5
- package/dist/code/index.d.cts +3 -0
- package/dist/code/index.d.ts +3 -0
- package/dist/{chunk-YMCOU2N5.js → code/index.js} +1 -1
- package/dist/{chunk-PEJYADAS.js → collapsible/index.js} +1 -1
- package/dist/color-picker/index.cjs +31 -0
- package/dist/color-picker/index.d.cts +1 -0
- package/dist/color-picker/index.d.ts +1 -0
- package/dist/color-picker/index.js +8 -0
- package/dist/color-swatch/index.cjs +35 -0
- package/dist/color-swatch/index.d.cts +3 -0
- package/dist/color-swatch/index.d.ts +3 -0
- package/dist/color-swatch/index.js +14 -0
- package/dist/{components/command → command}/index.d.cts +5 -1
- package/dist/{components/command → command}/index.d.ts +5 -1
- package/dist/{chunk-5ZKEXMBN.js → command/index.js} +6 -4
- package/dist/{chunk-PIQURQGB.js → container/index.js} +1 -1
- package/dist/{chunk-52XM5VXJ.js → data-list/index.js} +1 -1
- package/dist/{components/dialog → dialog}/index.cjs +7 -0
- package/dist/dialog/index.js +226 -0
- package/dist/{components/drawer → drawer}/index.cjs +7 -0
- package/dist/drawer/index.js +216 -0
- package/dist/editable/index.d.cts +3 -0
- package/dist/editable/index.d.ts +3 -0
- package/dist/{chunk-TEQVVR3W.js → editable/index.js} +1 -1
- package/dist/{chunk-NGGISORT.js → empty-state/index.js} +1 -1
- package/dist/env/index.cjs +33 -0
- package/dist/env/index.d.cts +1 -0
- package/dist/env/index.d.ts +1 -0
- package/dist/env/index.js +12 -0
- package/dist/{chunk-XX2OY7LK.js → field/index.js} +1 -1
- package/dist/fieldset/index.d.cts +4 -0
- package/dist/fieldset/index.d.ts +4 -0
- package/dist/{chunk-FPRTN3I7.js → fieldset/index.js} +1 -1
- package/dist/{components/file-upload → file-upload}/index.cjs +7 -0
- package/dist/{components/file-upload → file-upload}/index.d.cts +10 -10
- package/dist/{components/file-upload → file-upload}/index.d.ts +10 -10
- package/dist/file-upload/index.js +272 -0
- package/dist/flex/index.cjs +31 -0
- package/dist/flex/index.d.cts +1 -0
- package/dist/flex/index.d.ts +1 -0
- package/dist/flex/index.js +10 -0
- package/dist/float/index.cjs +31 -0
- package/dist/float/index.d.cts +1 -0
- package/dist/float/index.d.ts +1 -0
- package/dist/float/index.js +10 -0
- package/dist/focus-trap/index.cjs +31 -0
- package/dist/focus-trap/index.d.cts +1 -0
- package/dist/focus-trap/index.d.ts +1 -0
- package/dist/focus-trap/index.js +8 -0
- package/dist/for/index.cjs +31 -0
- package/dist/for/index.d.cts +4 -0
- package/dist/for/index.d.ts +4 -0
- package/dist/for/index.js +10 -0
- package/dist/format/index.cjs +33 -0
- package/dist/format/index.d.cts +1 -0
- package/dist/format/index.d.ts +1 -0
- package/dist/format/index.js +12 -0
- package/dist/grid/index.cjs +31 -0
- package/dist/grid/index.d.cts +1 -0
- package/dist/grid/index.d.ts +1 -0
- package/dist/grid/index.js +10 -0
- package/dist/{components/grid-list → grid-list}/index.d.cts +6 -2
- package/dist/{components/grid-list → grid-list}/index.d.ts +6 -2
- package/dist/{chunk-ZUT5GZTD.js → grid-list/index.js} +2 -3
- package/dist/group/index.cjs +31 -0
- package/dist/group/index.d.cts +1 -0
- package/dist/group/index.d.ts +1 -0
- package/dist/group/index.js +10 -0
- package/dist/{components/heading → heading}/index.d.cts +2 -0
- package/dist/{components/heading → heading}/index.d.ts +2 -0
- package/dist/{chunk-HZX4AGO5.js → heading/index.js} +1 -1
- package/dist/highlight/index.cjs +31 -0
- package/dist/highlight/index.d.cts +1 -0
- package/dist/highlight/index.d.ts +1 -0
- package/dist/highlight/index.js +10 -0
- package/dist/{components/hover-card → hover-card}/index.d.cts +6 -6
- package/dist/{components/hover-card → hover-card}/index.d.ts +6 -6
- package/dist/{chunk-MZ2RY4NU.js → hover-card/index.js} +2 -3
- package/dist/{chunk-M3DJWM6D.js → icon/index.js} +1 -1
- package/dist/{components/icon-badge → icon-badge}/index.d.cts +3 -3
- package/dist/{components/icon-badge → icon-badge}/index.d.ts +3 -3
- package/dist/{chunk-NSFGACD7.js → icon-badge/index.js} +1 -1
- package/dist/icon-button/index.js +8 -0
- package/dist/icon-button-CR4hDxYi.d.cts +6 -0
- package/dist/icon-button-CR4hDxYi.d.ts +6 -0
- package/dist/{components/icons → icons}/index.cjs +9 -0
- package/dist/icons/index.d.cts +23 -0
- package/dist/icons/index.d.ts +23 -0
- package/dist/{components/icons → icons}/index.js +4 -3
- package/dist/{components/image → image}/index.d.cts +1 -0
- package/dist/{components/image → image}/index.d.ts +1 -0
- package/dist/{chunk-FD2V4Y66.js → image/index.js} +1 -1
- package/dist/index.cjs +721 -477
- package/dist/index.d.cts +1454 -99
- package/dist/index.d.ts +1454 -99
- package/dist/index.js +2727 -9084
- package/dist/{components/info-tip → info-tip}/index.cjs +7 -0
- package/dist/info-tip/index.d.cts +38 -0
- package/dist/info-tip/index.d.ts +38 -0
- package/dist/info-tip/index.js +128 -0
- package/dist/{components/input → input}/index.cjs +2 -0
- package/dist/input/index.d.cts +1 -0
- package/dist/input/index.d.ts +1 -0
- package/dist/{chunk-5MTFSSOH.js → input/index.js} +4 -2
- package/dist/kbd/index.d.cts +3 -0
- package/dist/kbd/index.d.ts +3 -0
- package/dist/{chunk-OQU4LWZW.js → kbd/index.js} +1 -1
- package/dist/{components/link → link}/index.d.cts +2 -2
- package/dist/{components/link → link}/index.d.ts +2 -2
- package/dist/{chunk-O2WVT2BP.js → link/index.js} +15 -14
- package/dist/{chunk-C5KFNMWU.js → list/index.js} +1 -1
- package/dist/{chunk-DHFAFRZ4.js → loader/index.js} +1 -1
- package/dist/loading-overlay/index.d.cts +31 -0
- package/dist/loading-overlay/index.d.ts +31 -0
- package/dist/{chunk-BDS3APRG.js → loading-overlay/index.js} +21 -11
- package/dist/locale/index.cjs +33 -0
- package/dist/locale/index.d.cts +1 -0
- package/dist/locale/index.d.ts +1 -0
- package/dist/locale/index.js +12 -0
- package/dist/{components/mark → mark}/index.d.cts +1 -0
- package/dist/{components/mark → mark}/index.d.ts +1 -0
- package/dist/{chunk-EWCBYJA7.js → mark/index.js} +1 -1
- package/dist/{components/menu → menu}/index.cjs +7 -0
- package/dist/{chunk-UNF77J24.js → menu/index.js} +8 -7
- package/dist/{components/native-select → native-select}/index.cjs +7 -0
- package/dist/{chunk-HD7BIWDH.js → native-select/index.js} +2 -2
- package/dist/navbar/index.d.cts +21 -0
- package/dist/navbar/index.d.ts +21 -0
- package/dist/{chunk-Q6SNJJO2.js → navbar/index.js} +23 -8
- package/dist/number-input/index.cjs +67 -0
- package/dist/{components/number-input → number-input}/index.d.cts +2 -2
- package/dist/{components/number-input → number-input}/index.d.ts +2 -2
- package/dist/{chunk-IEWGZ4LU.js → number-input/index.js} +2 -2
- package/dist/page/index.cjs +196 -0
- package/dist/page/index.d.cts +50 -0
- package/dist/page/index.d.ts +50 -0
- package/dist/page/index.js +167 -0
- package/dist/{components/pagination → pagination}/index.cjs +7 -0
- package/dist/{components/pagination → pagination}/index.d.cts +10 -10
- package/dist/{components/pagination → pagination}/index.d.ts +10 -10
- package/dist/pagination/index.js +223 -0
- package/dist/{components/password-input → password-input}/index.cjs +14 -42
- package/dist/{components/password-input → password-input}/index.d.cts +3 -5
- package/dist/{components/password-input → password-input}/index.d.ts +3 -5
- package/dist/{chunk-T7XRS654.js → password-input/index.js} +4 -6
- package/dist/{components/persona → persona}/index.cjs +3 -3
- package/dist/{components/persona → persona}/index.d.cts +32 -24
- package/dist/{components/persona → persona}/index.d.ts +32 -24
- package/dist/{chunk-VJ4UOABT.js → persona/index.js} +59 -24
- package/dist/{components/pin-input → pin-input}/index.d.cts +2 -2
- package/dist/{components/pin-input → pin-input}/index.d.ts +2 -2
- package/dist/{chunk-RYKJOZ3B.js → pin-input/index.js} +1 -1
- package/dist/{components/popover → popover}/index.cjs +7 -0
- package/dist/popover/index.d.cts +37 -0
- package/dist/popover/index.d.ts +37 -0
- package/dist/popover/index.js +226 -0
- package/dist/portal/index.cjs +31 -0
- package/dist/portal/index.d.cts +3 -0
- package/dist/portal/index.d.ts +3 -0
- package/dist/portal/index.js +10 -0
- package/dist/presence/index.cjs +31 -0
- package/dist/presence/index.d.cts +1 -0
- package/dist/presence/index.d.ts +1 -0
- package/dist/presence/index.js +8 -0
- package/dist/preset.cjs +9240 -0
- package/dist/preset.d.cts +6 -0
- package/dist/preset.d.ts +6 -0
- package/dist/preset.js +11 -0
- package/dist/{chunk-6YZ76Q2W.js → progress/index.js} +1 -1
- package/dist/{chunk-7HAGRXKM.js → progress-circle/index.js} +1 -1
- package/dist/qr-code/index.cjs +31 -0
- package/dist/qr-code/index.d.cts +3 -0
- package/dist/qr-code/index.d.ts +3 -0
- package/dist/qr-code/index.js +8 -0
- package/dist/{components/radio → radio}/index.cjs +2 -4
- package/dist/radio/index.d.cts +10 -0
- package/dist/radio/index.d.ts +10 -0
- package/dist/{chunk-HKUOHPZ6.js → radio/index.js} +2 -3
- package/dist/{chunk-KRJG7H4W.js → radio-card/index.js} +2 -3
- package/dist/radio-group/index.cjs +31 -0
- package/dist/radio-group/index.d.cts +1 -0
- package/dist/radio-group/index.d.ts +1 -0
- package/dist/radio-group/index.js +8 -0
- package/dist/radiomark/index.cjs +31 -0
- package/dist/radiomark/index.d.cts +2 -0
- package/dist/radiomark/index.d.ts +2 -0
- package/dist/radiomark/index.js +10 -0
- package/dist/{chunk-HQVBJT5Y.js → rating-group/index.js} +1 -1
- package/dist/{components/search-input → search-input}/index.cjs +7 -0
- package/dist/{chunk-4IZGJDYL.js → search-input/index.js} +2 -2
- package/dist/{chunk-KFDVVTMT.js → segmented-control/index.js} +1 -1
- package/dist/{components/select → select}/index.cjs +7 -0
- package/dist/select/index.js +137 -0
- package/dist/{components/separator → separator}/index.d.cts +2 -0
- package/dist/{components/separator → separator}/index.d.ts +2 -0
- package/dist/{chunk-27OMFCPD.js → separator/index.js} +1 -1
- package/dist/show/index.cjs +31 -0
- package/dist/show/index.d.cts +1 -0
- package/dist/show/index.d.ts +1 -0
- package/dist/show/index.js +10 -0
- package/dist/sidebar/index.d.cts +90 -0
- package/dist/sidebar/index.d.ts +90 -0
- package/dist/{chunk-U23VDAWJ.js → sidebar/index.js} +4 -5
- package/dist/{components/skeleton → skeleton}/index.d.cts +3 -3
- package/dist/{components/skeleton → skeleton}/index.d.ts +3 -3
- package/dist/{chunk-UEXUCHDD.js → skeleton/index.js} +3 -3
- package/dist/skip-nav/index.cjs +33 -0
- package/dist/skip-nav/index.js +12 -0
- package/dist/skip-nav-link/index.d.cts +3 -0
- package/dist/skip-nav-link/index.d.ts +3 -0
- package/dist/{chunk-BFO2S4Y5.js → skip-nav-link/index.js} +2 -3
- package/dist/{chunk-GD2247J4.js → slider/index.js} +0 -1
- package/dist/spacer/index.cjs +31 -0
- package/dist/spacer/index.d.cts +1 -0
- package/dist/spacer/index.d.ts +1 -0
- package/dist/spacer/index.js +9 -0
- package/dist/{chunk-MK3OG2I4.js → spinner/index.js} +0 -1
- package/dist/stack/index.cjs +31 -0
- package/dist/stack/index.d.cts +1 -0
- package/dist/stack/index.d.ts +1 -0
- package/dist/stack/index.js +9 -0
- package/dist/{components/stat → stat}/index.d.cts +8 -8
- package/dist/{components/stat → stat}/index.d.ts +8 -8
- package/dist/{chunk-3RHNNKPC.js → stat/index.js} +2 -3
- package/dist/{components/status → status}/index.d.cts +2 -2
- package/dist/{components/status → status}/index.d.ts +2 -2
- package/dist/{chunk-U3EPRSD3.js → status/index.js} +1 -1
- package/dist/{components/steps → steps}/index.cjs +7 -0
- package/dist/{components/steps → steps}/index.d.cts +5 -5
- package/dist/{components/steps → steps}/index.d.ts +5 -5
- package/dist/steps/index.js +198 -0
- package/dist/{components/switch → switch}/index.d.cts +2 -2
- package/dist/{components/switch → switch}/index.d.ts +2 -2
- package/dist/{chunk-HTVSG47E.js → switch/index.js} +1 -1
- package/dist/{chunk-TH6YCBEG.js → table/index.js} +1 -1
- package/dist/{components/tabs → tabs}/index.d.cts +2 -0
- package/dist/{components/tabs → tabs}/index.d.ts +2 -0
- package/dist/{chunk-5YNHX4C7.js → tabs/index.js} +2 -3
- package/dist/{chunk-WJZED26X.js → tag/index.js} +0 -1
- package/dist/{chunk-CQD32UVJ.js → textarea/index.js} +0 -1
- package/dist/theme/tokens/colors.js +1 -2
- package/dist/{chunk-QLN2CBY6.js → timeline/index.js} +0 -1
- package/dist/{components/toaster → toaster}/index.cjs +7 -0
- package/dist/toaster/index.d.cts +235 -0
- package/dist/toaster/index.d.ts +235 -0
- package/dist/toaster/index.js +241 -0
- package/dist/toggle/index.cjs +31 -0
- package/dist/toggle/index.d.cts +3 -0
- package/dist/toggle/index.d.ts +3 -0
- package/dist/toggle/index.js +8 -0
- package/dist/{components/toggle-tip → toggle-tip}/index.cjs +7 -0
- package/dist/toggle-tip/index.d.cts +32 -0
- package/dist/toggle-tip/index.d.ts +32 -0
- package/dist/toggle-tip/index.js +263 -0
- package/dist/{components/tooltip → tooltip}/index.d.cts +2 -2
- package/dist/{components/tooltip → tooltip}/index.d.ts +2 -2
- package/dist/{chunk-7MCVXFWM.js → tooltip/index.js} +1 -1
- package/dist/typography/index.cjs +37 -0
- package/dist/typography/index.d.cts +1 -0
- package/dist/typography/index.d.ts +1 -0
- package/dist/typography/index.js +16 -0
- package/dist/visually-hidden/index.cjs +31 -0
- package/dist/visually-hidden/index.d.cts +1 -0
- package/dist/visually-hidden/index.d.ts +1 -0
- package/dist/visually-hidden/index.js +8 -0
- package/package.json +10 -4
- package/dist/chunk-2B5OZHZY.js +0 -71
- package/dist/chunk-3DGRWH7C.js +0 -101
- package/dist/chunk-77QJSEEA.js +0 -68
- package/dist/chunk-EYOHLXWQ.js +0 -64
- package/dist/chunk-HKMYYESV.js +0 -34
- package/dist/chunk-JMYI6YXR.js +0 -1
- package/dist/chunk-JPY2QZLC.js +0 -64
- package/dist/chunk-KTLWEUNW.js +0 -1
- package/dist/chunk-SXFVA6CX.js +0 -20
- package/dist/chunk-T2FPZNCP.js +0 -115
- package/dist/chunk-TWTXZ7PR.js +0 -100
- package/dist/chunk-XW747T2R.js +0 -43
- package/dist/chunk-YHQ5JGCC.js +0 -1
- package/dist/chunk-YLZEO3RK.js +0 -24
- package/dist/chunk-Z37BQ5VU.js +0 -54
- package/dist/components/accordion/index.js +0 -9
- package/dist/components/action-bar/index.js +0 -13
- package/dist/components/alert/index.js +0 -13
- package/dist/components/app-shell/index.js +0 -8
- package/dist/components/avatar/index.js +0 -11
- package/dist/components/badge/index.d.cts +0 -27
- package/dist/components/badge/index.d.ts +0 -27
- package/dist/components/badge/index.js +0 -10
- package/dist/components/blockquote/index.js +0 -8
- package/dist/components/breadcrumb/index.js +0 -8
- package/dist/components/button/index.js +0 -8
- package/dist/components/button-group/index.js +0 -8
- package/dist/components/card/index.js +0 -9
- package/dist/components/checkbox/index.js +0 -8
- package/dist/components/checkbox-card/index.js +0 -8
- package/dist/components/checkmark/index.js +0 -8
- package/dist/components/clipboard/index.d.cts +0 -28
- package/dist/components/clipboard/index.d.ts +0 -28
- package/dist/components/clipboard/index.js +0 -13
- package/dist/components/close-button/index.d.cts +0 -9
- package/dist/components/close-button/index.d.ts +0 -9
- package/dist/components/close-button/index.js +0 -12
- package/dist/components/code/index.d.cts +0 -1
- package/dist/components/code/index.d.ts +0 -1
- package/dist/components/code/index.js +0 -8
- package/dist/components/collapsible/index.js +0 -8
- package/dist/components/command/index.js +0 -9
- package/dist/components/container/index.js +0 -8
- package/dist/components/data-list/index.js +0 -10
- package/dist/components/dialog/index.js +0 -13
- package/dist/components/drawer/index.js +0 -13
- package/dist/components/editable/index.d.cts +0 -1
- package/dist/components/editable/index.d.ts +0 -1
- package/dist/components/editable/index.js +0 -8
- package/dist/components/empty-state/index.js +0 -8
- package/dist/components/field/index.js +0 -12
- package/dist/components/fieldset/index.d.cts +0 -1
- package/dist/components/fieldset/index.d.ts +0 -1
- package/dist/components/fieldset/index.js +0 -10
- package/dist/components/file-upload/index.js +0 -14
- package/dist/components/grid-list/index.js +0 -8
- package/dist/components/heading/index.js +0 -8
- package/dist/components/hover-card/index.js +0 -8
- package/dist/components/icon/index.js +0 -8
- package/dist/components/icon-badge/index.js +0 -8
- package/dist/components/icon-button/index.js +0 -9
- package/dist/components/icons/index.d.cts +0 -22
- package/dist/components/icons/index.d.ts +0 -22
- package/dist/components/image/index.js +0 -8
- package/dist/components/info-tip/index.d.cts +0 -13
- package/dist/components/info-tip/index.d.ts +0 -13
- package/dist/components/info-tip/index.js +0 -16
- package/dist/components/input/index.d.cts +0 -1
- package/dist/components/input/index.d.ts +0 -1
- package/dist/components/input/index.js +0 -14
- package/dist/components/input-group/index.cjs +0 -61
- package/dist/components/input-group/index.d.cts +0 -14
- package/dist/components/input-group/index.d.ts +0 -14
- package/dist/components/input-group/index.js +0 -9
- package/dist/components/kbd/index.d.cts +0 -1
- package/dist/components/kbd/index.d.ts +0 -1
- package/dist/components/kbd/index.js +0 -8
- package/dist/components/link/index.js +0 -9
- package/dist/components/list/index.js +0 -8
- package/dist/components/loader/index.js +0 -8
- package/dist/components/loading-overlay/index.d.cts +0 -10
- package/dist/components/loading-overlay/index.d.ts +0 -10
- package/dist/components/loading-overlay/index.js +0 -11
- package/dist/components/mark/index.js +0 -8
- package/dist/components/menu/index.js +0 -11
- package/dist/components/native-select/index.js +0 -10
- package/dist/components/navbar/index.d.cts +0 -21
- package/dist/components/navbar/index.d.ts +0 -21
- package/dist/components/navbar/index.js +0 -9
- package/dist/components/number-input/index.cjs +0 -95
- package/dist/components/number-input/index.js +0 -10
- package/dist/components/pagination/index.js +0 -11
- package/dist/components/password-input/index.js +0 -12
- package/dist/components/persona/index.js +0 -13
- package/dist/components/pin-input/index.js +0 -8
- package/dist/components/popover/index.d.cts +0 -3
- package/dist/components/popover/index.d.ts +0 -3
- package/dist/components/popover/index.js +0 -13
- package/dist/components/progress/index.js +0 -8
- package/dist/components/progress-circle/index.js +0 -8
- package/dist/components/radio/index.d.cts +0 -12
- package/dist/components/radio/index.d.ts +0 -12
- package/dist/components/radio/index.js +0 -10
- package/dist/components/radio-card/index.js +0 -8
- package/dist/components/rating-group/index.js +0 -8
- package/dist/components/search-input/index.js +0 -10
- package/dist/components/segmented-control/index.js +0 -8
- package/dist/components/select/index.js +0 -13
- package/dist/components/separator/index.js +0 -8
- package/dist/components/sidebar/index.d.cts +0 -90
- package/dist/components/sidebar/index.d.ts +0 -90
- package/dist/components/sidebar/index.js +0 -14
- package/dist/components/skeleton/index.js +0 -12
- package/dist/components/skip-nav-link/index.js +0 -10
- package/dist/components/slider/index.js +0 -8
- package/dist/components/spinner/index.js +0 -8
- package/dist/components/stat/index.js +0 -8
- package/dist/components/status/index.js +0 -8
- package/dist/components/steps/index.js +0 -10
- package/dist/components/switch/index.js +0 -8
- package/dist/components/table/index.js +0 -8
- package/dist/components/tabs/index.js +0 -14
- package/dist/components/tag/index.js +0 -8
- package/dist/components/textarea/index.js +0 -8
- package/dist/components/timeline/index.js +0 -8
- package/dist/components/toaster/index.d.cts +0 -11
- package/dist/components/toaster/index.d.ts +0 -11
- package/dist/components/toaster/index.js +0 -16
- package/dist/components/toggle-tip/index.d.cts +0 -13
- package/dist/components/toggle-tip/index.d.ts +0 -13
- package/dist/components/toggle-tip/index.js +0 -14
- package/dist/components/tooltip/index.js +0 -8
- package/dist/index-zAqswhEI.d.cts +0 -37
- package/dist/index-zAqswhEI.d.ts +0 -37
- package/dist/loading-overlay-BQ4lOS6T.d.ts +0 -23
- package/dist/loading-overlay-afP_W7ru.d.cts +0 -23
- package/dist/types-DnFoUudY.d.cts +0 -10
- package/dist/types-DnFoUudY.d.ts +0 -10
- /package/dist/{components/accordion → accordion}/index.d.cts +0 -0
- /package/dist/{components/accordion → accordion}/index.d.ts +0 -0
- /package/dist/{components/action-bar → action-bar}/index.d.cts +0 -0
- /package/dist/{components/action-bar → action-bar}/index.d.ts +0 -0
- /package/dist/{components/alert → alert}/index.d.cts +0 -0
- /package/dist/{components/alert → alert}/index.d.ts +0 -0
- /package/dist/{components/app-shell → app-shell}/index.cjs +0 -0
- /package/dist/{components/app-shell → app-shell}/index.d.cts +0 -0
- /package/dist/{components/app-shell → app-shell}/index.d.ts +0 -0
- /package/dist/{components/avatar → avatar}/index.cjs +0 -0
- /package/dist/{components/avatar → avatar}/index.d.cts +0 -0
- /package/dist/{components/avatar → avatar}/index.d.ts +0 -0
- /package/dist/{components/badge → badge}/index.cjs +0 -0
- /package/dist/{components/blockquote → blockquote}/index.cjs +0 -0
- /package/dist/{components/blockquote → blockquote}/index.d.cts +0 -0
- /package/dist/{components/blockquote → blockquote}/index.d.ts +0 -0
- /package/dist/{components/breadcrumb → breadcrumb}/index.cjs +0 -0
- /package/dist/{components/breadcrumb → breadcrumb}/index.d.cts +0 -0
- /package/dist/{components/breadcrumb → breadcrumb}/index.d.ts +0 -0
- /package/dist/{components/button → button}/index.cjs +0 -0
- /package/dist/{components/button → button}/index.d.cts +0 -0
- /package/dist/{components/button → button}/index.d.ts +0 -0
- /package/dist/{components/button-group → button-group}/index.cjs +0 -0
- /package/dist/{components/button-group → button-group}/index.d.cts +0 -0
- /package/dist/{components/button-group → button-group}/index.d.ts +0 -0
- /package/dist/{components/card → card}/index.cjs +0 -0
- /package/dist/{components/card → card}/index.d.cts +0 -0
- /package/dist/{components/card → card}/index.d.ts +0 -0
- /package/dist/{components/checkbox → checkbox}/index.cjs +0 -0
- /package/dist/{components/checkbox → checkbox}/index.d.cts +0 -0
- /package/dist/{components/checkbox → checkbox}/index.d.ts +0 -0
- /package/dist/{components/checkbox-card → checkbox-card}/index.cjs +0 -0
- /package/dist/{components/checkbox-card → checkbox-card}/index.d.cts +0 -0
- /package/dist/{components/checkbox-card → checkbox-card}/index.d.ts +0 -0
- /package/dist/{components/checkmark → checkmark}/index.cjs +0 -0
- /package/dist/{components/checkmark → checkmark}/index.d.cts +0 -0
- /package/dist/{components/checkmark → checkmark}/index.d.ts +0 -0
- /package/dist/{components/code → code}/index.cjs +0 -0
- /package/dist/{components/collapsible → collapsible}/index.cjs +0 -0
- /package/dist/{components/collapsible → collapsible}/index.d.cts +0 -0
- /package/dist/{components/collapsible → collapsible}/index.d.ts +0 -0
- /package/dist/{components/command → command}/index.cjs +0 -0
- /package/dist/{components/container → container}/index.cjs +0 -0
- /package/dist/{components/container → container}/index.d.cts +0 -0
- /package/dist/{components/container → container}/index.d.ts +0 -0
- /package/dist/{components/data-list → data-list}/index.cjs +0 -0
- /package/dist/{components/data-list → data-list}/index.d.cts +0 -0
- /package/dist/{components/data-list → data-list}/index.d.ts +0 -0
- /package/dist/{components/dialog → dialog}/index.d.cts +0 -0
- /package/dist/{components/dialog → dialog}/index.d.ts +0 -0
- /package/dist/{components/drawer → drawer}/index.d.cts +0 -0
- /package/dist/{components/drawer → drawer}/index.d.ts +0 -0
- /package/dist/{components/editable → editable}/index.cjs +0 -0
- /package/dist/{components/empty-state → empty-state}/index.cjs +0 -0
- /package/dist/{components/empty-state → empty-state}/index.d.cts +0 -0
- /package/dist/{components/empty-state → empty-state}/index.d.ts +0 -0
- /package/dist/{components/field → field}/index.cjs +0 -0
- /package/dist/{components/field → field}/index.d.cts +0 -0
- /package/dist/{components/field → field}/index.d.ts +0 -0
- /package/dist/{components/fieldset → fieldset}/index.cjs +0 -0
- /package/dist/{components/grid-list → grid-list}/index.cjs +0 -0
- /package/dist/{components/heading → heading}/index.cjs +0 -0
- /package/dist/{components/hover-card → hover-card}/index.cjs +0 -0
- /package/dist/{components/icon → icon}/index.cjs +0 -0
- /package/dist/{components/icon → icon}/index.d.cts +0 -0
- /package/dist/{components/icon → icon}/index.d.ts +0 -0
- /package/dist/{components/icon-badge → icon-badge}/index.cjs +0 -0
- /package/dist/{components/icon-button → icon-button}/index.cjs +0 -0
- /package/dist/{components/icon-button → icon-button}/index.d.cts +0 -0
- /package/dist/{components/icon-button → icon-button}/index.d.ts +0 -0
- /package/dist/{components/image → image}/index.cjs +0 -0
- /package/dist/{components/kbd → kbd}/index.cjs +0 -0
- /package/dist/{components/link → link}/index.cjs +0 -0
- /package/dist/{components/list → list}/index.cjs +0 -0
- /package/dist/{components/list → list}/index.d.cts +0 -0
- /package/dist/{components/list → list}/index.d.ts +0 -0
- /package/dist/{components/loader → loader}/index.cjs +0 -0
- /package/dist/{components/loader → loader}/index.d.cts +0 -0
- /package/dist/{components/loader → loader}/index.d.ts +0 -0
- /package/dist/{components/loading-overlay → loading-overlay}/index.cjs +0 -0
- /package/dist/{components/mark → mark}/index.cjs +0 -0
- /package/dist/{components/menu → menu}/index.d.cts +0 -0
- /package/dist/{components/menu → menu}/index.d.ts +0 -0
- /package/dist/{components/native-select → native-select}/index.d.cts +0 -0
- /package/dist/{components/native-select → native-select}/index.d.ts +0 -0
- /package/dist/{components/navbar → navbar}/index.cjs +0 -0
- /package/dist/{components/pin-input → pin-input}/index.cjs +0 -0
- /package/dist/{components/progress → progress}/index.cjs +0 -0
- /package/dist/{components/progress → progress}/index.d.cts +0 -0
- /package/dist/{components/progress → progress}/index.d.ts +0 -0
- /package/dist/{components/progress-circle → progress-circle}/index.cjs +0 -0
- /package/dist/{components/progress-circle → progress-circle}/index.d.cts +0 -0
- /package/dist/{components/progress-circle → progress-circle}/index.d.ts +0 -0
- /package/dist/{components/radio-card → radio-card}/index.cjs +0 -0
- /package/dist/{components/radio-card → radio-card}/index.d.cts +0 -0
- /package/dist/{components/radio-card → radio-card}/index.d.ts +0 -0
- /package/dist/{components/rating-group → rating-group}/index.cjs +0 -0
- /package/dist/{components/rating-group → rating-group}/index.d.cts +0 -0
- /package/dist/{components/rating-group → rating-group}/index.d.ts +0 -0
- /package/dist/{components/search-input → search-input}/index.d.cts +0 -0
- /package/dist/{components/search-input → search-input}/index.d.ts +0 -0
- /package/dist/{components/segmented-control → segmented-control}/index.cjs +0 -0
- /package/dist/{components/segmented-control → segmented-control}/index.d.cts +0 -0
- /package/dist/{components/segmented-control → segmented-control}/index.d.ts +0 -0
- /package/dist/{components/select → select}/index.d.cts +0 -0
- /package/dist/{components/select → select}/index.d.ts +0 -0
- /package/dist/{components/separator → separator}/index.cjs +0 -0
- /package/dist/{components/sidebar → sidebar}/index.cjs +0 -0
- /package/dist/{components/skeleton → skeleton}/index.cjs +0 -0
- /package/dist/{components/skip-nav-link → skip-nav}/index.d.cts +0 -0
- /package/dist/{components/skip-nav-link → skip-nav}/index.d.ts +0 -0
- /package/dist/{components/skip-nav-link → skip-nav-link}/index.cjs +0 -0
- /package/dist/{components/slider → slider}/index.cjs +0 -0
- /package/dist/{components/slider → slider}/index.d.cts +0 -0
- /package/dist/{components/slider → slider}/index.d.ts +0 -0
- /package/dist/{components/spinner → spinner}/index.cjs +0 -0
- /package/dist/{components/spinner → spinner}/index.d.cts +0 -0
- /package/dist/{components/spinner → spinner}/index.d.ts +0 -0
- /package/dist/{components/stat → stat}/index.cjs +0 -0
- /package/dist/{components/status → status}/index.cjs +0 -0
- /package/dist/{components/switch → switch}/index.cjs +0 -0
- /package/dist/{components/table → table}/index.cjs +0 -0
- /package/dist/{components/table → table}/index.d.cts +0 -0
- /package/dist/{components/table → table}/index.d.ts +0 -0
- /package/dist/{components/tabs → tabs}/index.cjs +0 -0
- /package/dist/{components/tag → tag}/index.cjs +0 -0
- /package/dist/{components/tag → tag}/index.d.cts +0 -0
- /package/dist/{components/tag → tag}/index.d.ts +0 -0
- /package/dist/{components/textarea → textarea}/index.cjs +0 -0
- /package/dist/{components/textarea → textarea}/index.d.cts +0 -0
- /package/dist/{components/textarea → textarea}/index.d.ts +0 -0
- /package/dist/{components/timeline → timeline}/index.cjs +0 -0
- /package/dist/{components/timeline → timeline}/index.d.cts +0 -0
- /package/dist/{components/timeline → timeline}/index.d.ts +0 -0
- /package/dist/{components/tooltip → tooltip}/index.cjs +0 -0
@@ -0,0 +1,196 @@
|
|
1
|
+
'use client'
|
2
|
+
"use strict";
|
3
|
+
var __create = Object.create;
|
4
|
+
var __defProp = Object.defineProperty;
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
9
|
+
var __export = (target, all) => {
|
10
|
+
for (var name in all)
|
11
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
12
|
+
};
|
13
|
+
var __copyProps = (to, from, except, desc) => {
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
15
|
+
for (let key of __getOwnPropNames(from))
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
17
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
18
|
+
}
|
19
|
+
return to;
|
20
|
+
};
|
21
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
26
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
27
|
+
mod
|
28
|
+
));
|
29
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
30
|
+
|
31
|
+
// src/components/page/index.ts
|
32
|
+
var page_exports2 = {};
|
33
|
+
__export(page_exports2, {
|
34
|
+
Page: () => page_exports,
|
35
|
+
usePageStyles: () => usePageStyles
|
36
|
+
});
|
37
|
+
module.exports = __toCommonJS(page_exports2);
|
38
|
+
|
39
|
+
// src/components/page/page.tsx
|
40
|
+
var page_exports = {};
|
41
|
+
__export(page_exports, {
|
42
|
+
Body: () => PageBody,
|
43
|
+
Description: () => PageDescription,
|
44
|
+
Header: () => PageHeader,
|
45
|
+
HeaderSection: () => PageHeaderSection,
|
46
|
+
Root: () => PageRoot,
|
47
|
+
Title: () => PageTitle
|
48
|
+
});
|
49
|
+
var import_react6 = __toESM(require("react"), 1);
|
50
|
+
var import_react7 = require("@chakra-ui/react");
|
51
|
+
|
52
|
+
// src/components/loading-overlay/loading-overlay.tsx
|
53
|
+
var loading_overlay_exports = {};
|
54
|
+
__export(loading_overlay_exports, {
|
55
|
+
Root: () => LoadingOverlayRoot,
|
56
|
+
Spinner: () => LoadingOverlaySpinner,
|
57
|
+
Text: () => LoadingOverlayText
|
58
|
+
});
|
59
|
+
var import_react3 = require("react");
|
60
|
+
var import_presence = require("@ark-ui/react/presence");
|
61
|
+
var import_react4 = require("@chakra-ui/react");
|
62
|
+
|
63
|
+
// src/components/spinner/spinner.tsx
|
64
|
+
var import_react = require("react");
|
65
|
+
var import_spinner = require("@chakra-ui/react/spinner");
|
66
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
67
|
+
var Spinner = (0, import_react.forwardRef)(
|
68
|
+
function Spinner2(props, ref) {
|
69
|
+
const { loading, children, ...rest } = props;
|
70
|
+
if (loading === false) {
|
71
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, { children });
|
72
|
+
}
|
73
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_spinner.Spinner, { ref, ...rest });
|
74
|
+
}
|
75
|
+
);
|
76
|
+
|
77
|
+
// src/components/loading-overlay/loading-overlay.context.ts
|
78
|
+
var import_react2 = require("@chakra-ui/react");
|
79
|
+
var {
|
80
|
+
useStyles: useLoadingOverlayStyles,
|
81
|
+
withContext,
|
82
|
+
withProvider
|
83
|
+
} = (0, import_react2.createSlotRecipeContext)({
|
84
|
+
key: "suiLoadingOverlay"
|
85
|
+
});
|
86
|
+
|
87
|
+
// src/components/loading-overlay/loading-overlay.tsx
|
88
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
89
|
+
var LoadingOverlay = (0, import_react3.forwardRef)(
|
90
|
+
(props, ref) => {
|
91
|
+
const { children, loading = true, ...rest } = props;
|
92
|
+
const [presenceProps, rootProps] = (0, import_presence.splitPresenceProps)(rest);
|
93
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_presence.Presence, { present: loading, ...presenceProps, asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react4.chakra.div, { ref, ...rootProps, children }) });
|
94
|
+
}
|
95
|
+
);
|
96
|
+
var LoadingOverlayRoot = withProvider(
|
97
|
+
LoadingOverlay,
|
98
|
+
"root"
|
99
|
+
);
|
100
|
+
LoadingOverlayRoot.displayName = "LoadingOverlay";
|
101
|
+
var LoadingOverlaySpinner = Spinner;
|
102
|
+
var LoadingOverlayText = withContext(
|
103
|
+
"p",
|
104
|
+
"text"
|
105
|
+
);
|
106
|
+
|
107
|
+
// src/components/page/page.context.ts
|
108
|
+
var import_react5 = require("@chakra-ui/react");
|
109
|
+
var {
|
110
|
+
withProvider: withProvider2,
|
111
|
+
withContext: withContext2,
|
112
|
+
useStyles: usePageStyles,
|
113
|
+
useClassNames
|
114
|
+
} = (0, import_react5.createSlotRecipeContext)({
|
115
|
+
key: "suiPage"
|
116
|
+
});
|
117
|
+
var [PageProvider, usePageContext] = (0, import_react5.createContext)();
|
118
|
+
|
119
|
+
// src/components/page/page.tsx
|
120
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
121
|
+
var PageRoot = withProvider2(
|
122
|
+
(0, import_react6.forwardRef)(function PageRoot2(props, ref) {
|
123
|
+
const { loading, skeleton, children, ...containerProps } = props;
|
124
|
+
const context = {
|
125
|
+
loading,
|
126
|
+
skeleton
|
127
|
+
};
|
128
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(PageProvider, { value: context, children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react7.chakra.main, { ref, ...containerProps, children }) });
|
129
|
+
}),
|
130
|
+
"root"
|
131
|
+
);
|
132
|
+
var PageHeader = withContext2(
|
133
|
+
(0, import_react6.forwardRef)(function PageHeader2(props, ref) {
|
134
|
+
const { nav, title, description, actions, footer, css, ...rest } = props;
|
135
|
+
const styles = usePageStyles();
|
136
|
+
const classNames = useClassNames();
|
137
|
+
let heading;
|
138
|
+
if (title || description) {
|
139
|
+
heading = /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
140
|
+
import_react7.chakra.div,
|
141
|
+
{
|
142
|
+
gridArea: "heading",
|
143
|
+
className: classNames.heading,
|
144
|
+
css: styles.heading,
|
145
|
+
children: [
|
146
|
+
typeof title === "string" ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(PageTitle, { children: title }) : title,
|
147
|
+
typeof description === "string" ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(PageDescription, { children: description }) : description
|
148
|
+
]
|
149
|
+
}
|
150
|
+
);
|
151
|
+
}
|
152
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(import_react7.chakra.header, { ref, css, ...rest, className: props.className, children: [
|
153
|
+
import_react6.default.isValidElement(nav) ? import_react6.default.cloneElement(nav, {
|
154
|
+
gridArea: "nav"
|
155
|
+
}) : null,
|
156
|
+
heading,
|
157
|
+
import_react6.default.isValidElement(actions) ? import_react6.default.cloneElement(actions, {
|
158
|
+
gridArea: "actions"
|
159
|
+
}) : null,
|
160
|
+
import_react6.default.isValidElement(footer) ? import_react6.default.cloneElement(footer, {
|
161
|
+
gridArea: "footer"
|
162
|
+
}) : null
|
163
|
+
] });
|
164
|
+
}),
|
165
|
+
"header"
|
166
|
+
);
|
167
|
+
var PageHeaderSection = withContext2(
|
168
|
+
"div",
|
169
|
+
"section"
|
170
|
+
);
|
171
|
+
var PageTitle = withContext2(
|
172
|
+
"h2",
|
173
|
+
"title"
|
174
|
+
);
|
175
|
+
var PageDescription = withContext2(
|
176
|
+
"div",
|
177
|
+
"description"
|
178
|
+
);
|
179
|
+
var PageBody = withContext2(
|
180
|
+
(0, import_react6.forwardRef)((props, ref) => {
|
181
|
+
const { children, ...rest } = props;
|
182
|
+
const { loading, skeleton } = usePageContext();
|
183
|
+
let content = children;
|
184
|
+
if (loading) {
|
185
|
+
content = skeleton || /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(loading_overlay_exports.Root, { children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(loading_overlay_exports.Spinner, {}) });
|
186
|
+
}
|
187
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_react7.chakra.div, { ref, ...rest, children: content });
|
188
|
+
}),
|
189
|
+
"body"
|
190
|
+
);
|
191
|
+
PageBody.displayName = "PageBody";
|
192
|
+
// Annotate the CommonJS export names for ESM import in node:
|
193
|
+
0 && (module.exports = {
|
194
|
+
Page,
|
195
|
+
usePageStyles
|
196
|
+
});
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import * as _chakra_ui_react from '@chakra-ui/react';
|
2
|
+
import { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
|
3
|
+
import React__default from 'react';
|
4
|
+
|
5
|
+
interface PageOptions {
|
6
|
+
children?: React__default.ReactNode;
|
7
|
+
loading?: boolean;
|
8
|
+
skeleton?: React__default.ReactNode;
|
9
|
+
}
|
10
|
+
interface PageRootProps extends PageOptions, HTMLChakraProps<'main'>, SlotRecipeProps<'suiPage'> {
|
11
|
+
}
|
12
|
+
declare const PageRoot: React__default.ForwardRefExoticComponent<PageRootProps & React__default.RefAttributes<HTMLDivElement>>;
|
13
|
+
interface PageHeaderProps extends Omit<HTMLChakraProps<'header'>, 'title' | 'children'> {
|
14
|
+
/**
|
15
|
+
* Page header navigation
|
16
|
+
* Typically breadcrumbs or backbutton.
|
17
|
+
*/
|
18
|
+
nav?: React__default.ReactNode;
|
19
|
+
/**
|
20
|
+
* Page header title
|
21
|
+
*/
|
22
|
+
title?: React__default.ReactNode;
|
23
|
+
/**
|
24
|
+
* Page header description
|
25
|
+
*/
|
26
|
+
description?: React__default.ReactNode;
|
27
|
+
/**
|
28
|
+
* Page header actions, typically a toolbar
|
29
|
+
*/
|
30
|
+
actions?: React__default.ReactNode;
|
31
|
+
/**
|
32
|
+
* Page header footer
|
33
|
+
*/
|
34
|
+
footer?: React__default.ReactNode;
|
35
|
+
}
|
36
|
+
declare const PageHeader: React__default.ForwardRefExoticComponent<PageHeaderProps & React__default.RefAttributes<HTMLDivElement>>;
|
37
|
+
declare const PageHeaderSection: React__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "color" | "translate" | "transition" | "width" | "height" | "content" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & React__default.RefAttributes<HTMLDivElement>>;
|
38
|
+
declare const PageTitle: React__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>, "color" | "translate" | "transition" | "width" | "height" | "content" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & React__default.RefAttributes<HTMLDivElement>>;
|
39
|
+
declare const PageDescription: React__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "color" | "translate" | "transition" | "width" | "height" | "content" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & React__default.RefAttributes<HTMLDivElement>>;
|
40
|
+
interface PageBodyProps extends HTMLChakraProps<'div'> {
|
41
|
+
}
|
42
|
+
declare const PageBody: React__default.ForwardRefExoticComponent<PageBodyProps & React__default.RefAttributes<HTMLDivElement>>;
|
43
|
+
|
44
|
+
declare namespace page {
|
45
|
+
export { PageBody as Body, type PageBodyProps as BodyProps, PageDescription as Description, PageHeader as Header, type PageHeaderProps as HeaderProps, PageHeaderSection as HeaderSection, PageRoot as Root, type PageRootProps as RootProps, PageTitle as Title };
|
46
|
+
}
|
47
|
+
|
48
|
+
declare const usePageStyles: () => Record<string, _chakra_ui_react.SystemStyleObject>;
|
49
|
+
|
50
|
+
export { page as Page, usePageStyles };
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import * as _chakra_ui_react from '@chakra-ui/react';
|
2
|
+
import { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
|
3
|
+
import React__default from 'react';
|
4
|
+
|
5
|
+
interface PageOptions {
|
6
|
+
children?: React__default.ReactNode;
|
7
|
+
loading?: boolean;
|
8
|
+
skeleton?: React__default.ReactNode;
|
9
|
+
}
|
10
|
+
interface PageRootProps extends PageOptions, HTMLChakraProps<'main'>, SlotRecipeProps<'suiPage'> {
|
11
|
+
}
|
12
|
+
declare const PageRoot: React__default.ForwardRefExoticComponent<PageRootProps & React__default.RefAttributes<HTMLDivElement>>;
|
13
|
+
interface PageHeaderProps extends Omit<HTMLChakraProps<'header'>, 'title' | 'children'> {
|
14
|
+
/**
|
15
|
+
* Page header navigation
|
16
|
+
* Typically breadcrumbs or backbutton.
|
17
|
+
*/
|
18
|
+
nav?: React__default.ReactNode;
|
19
|
+
/**
|
20
|
+
* Page header title
|
21
|
+
*/
|
22
|
+
title?: React__default.ReactNode;
|
23
|
+
/**
|
24
|
+
* Page header description
|
25
|
+
*/
|
26
|
+
description?: React__default.ReactNode;
|
27
|
+
/**
|
28
|
+
* Page header actions, typically a toolbar
|
29
|
+
*/
|
30
|
+
actions?: React__default.ReactNode;
|
31
|
+
/**
|
32
|
+
* Page header footer
|
33
|
+
*/
|
34
|
+
footer?: React__default.ReactNode;
|
35
|
+
}
|
36
|
+
declare const PageHeader: React__default.ForwardRefExoticComponent<PageHeaderProps & React__default.RefAttributes<HTMLDivElement>>;
|
37
|
+
declare const PageHeaderSection: React__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "color" | "translate" | "transition" | "width" | "height" | "content" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & React__default.RefAttributes<HTMLDivElement>>;
|
38
|
+
declare const PageTitle: React__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>, "color" | "translate" | "transition" | "width" | "height" | "content" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & React__default.RefAttributes<HTMLDivElement>>;
|
39
|
+
declare const PageDescription: React__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<React__default.DetailedHTMLProps<React__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "color" | "translate" | "transition" | "width" | "height" | "content" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & React__default.RefAttributes<HTMLDivElement>>;
|
40
|
+
interface PageBodyProps extends HTMLChakraProps<'div'> {
|
41
|
+
}
|
42
|
+
declare const PageBody: React__default.ForwardRefExoticComponent<PageBodyProps & React__default.RefAttributes<HTMLDivElement>>;
|
43
|
+
|
44
|
+
declare namespace page {
|
45
|
+
export { PageBody as Body, type PageBodyProps as BodyProps, PageDescription as Description, PageHeader as Header, type PageHeaderProps as HeaderProps, PageHeaderSection as HeaderSection, PageRoot as Root, type PageRootProps as RootProps, PageTitle as Title };
|
46
|
+
}
|
47
|
+
|
48
|
+
declare const usePageStyles: () => Record<string, _chakra_ui_react.SystemStyleObject>;
|
49
|
+
|
50
|
+
export { page as Page, usePageStyles };
|