@patternfly/patternfly-doc-core 1.13.0 → 1.13.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/.astro/content-modules.mjs +24 -24
- package/.astro/content.d.ts +43 -0
- package/cli/buildPropsData.ts +13 -8
- package/cli/cli.ts +44 -33
- package/cli/createCollectionContent.ts +109 -9
- package/cli/getConfig.ts +1 -0
- package/dist/cli/buildPropsData.js +11 -8
- package/dist/cli/cli.js +36 -28
- package/dist/cli/createCollectionContent.js +70 -9
- package/dist/docs/_astro/ClientRouter.astro_astro_type_script_index_0_lang.DZnDNxNb.js +1 -0
- package/dist/docs/_worker.js/_@astrojs-ssr-adapter.mjs +1 -1
- package/dist/docs/_worker.js/_astro-internal_middleware.mjs +3 -3
- package/dist/docs/_worker.js/chunks/{_@astro-renderers_D4IG6Oyo.mjs → _@astro-renderers_B-gIj2th.mjs} +1 -1
- package/dist/docs/_worker.js/chunks/{_@astrojs-ssr-adapter_B_x81DBq.mjs → _@astrojs-ssr-adapter_u4VQ4c24.mjs} +23 -15
- package/dist/docs/_worker.js/chunks/astro/{server_CVEnF9i1.mjs → server_DXtGNXGl.mjs} +126 -72
- package/dist/docs/_worker.js/chunks/{astro-designed-error-pages_CXRddWNa.mjs → astro-designed-error-pages_Cre3i65F.mjs} +2 -2
- package/dist/docs/_worker.js/chunks/{index_CYXMeXT4.mjs → index_DkNBuRXQ.mjs} +193 -150
- package/dist/docs/_worker.js/chunks/{noop-middleware_DIXVCvyq.mjs → noop-middleware_D7Bh5dKA.mjs} +1 -1
- package/dist/docs/_worker.js/chunks/{path_C-ZOwaTP.mjs → path_u5O9njcM.mjs} +8 -2
- package/dist/docs/_worker.js/index.js +4 -4
- package/dist/docs/_worker.js/manifest_CR827M2P.mjs +100 -0
- package/dist/docs/_worker.js/pages/_image.astro.mjs +1 -1
- package/dist/docs/_worker.js/pages/props.astro.mjs +24 -6
- package/dist/docs/_worker.js/renderers.mjs +1 -1
- package/dist/docs/components/about-modal/index.html +1 -1
- package/dist/docs/components/about-modal/react/index.html +1 -1
- package/dist/docs/components/accordion/index.html +11 -11
- package/dist/docs/components/accordion/react/index.html +11 -11
- package/dist/docs/components/action-list/index.html +10 -10
- package/dist/docs/components/action-list/react/index.html +10 -10
- package/dist/docs/components/alert/index.html +84 -84
- package/dist/docs/components/alert/react/index.html +84 -84
- package/dist/docs/components/avatar/index.html +6 -6
- package/dist/docs/components/avatar/react/index.html +6 -6
- package/dist/docs/components/back-to-top/index.html +9 -9
- package/dist/docs/components/back-to-top/react/index.html +9 -9
- package/dist/docs/components/backdrop/index.html +4 -4
- package/dist/docs/components/backdrop/react/index.html +4 -4
- package/dist/docs/components/background-image/index.html +4 -4
- package/dist/docs/components/background-image/react/index.html +4 -4
- package/dist/docs/components/badge/index.html +9 -9
- package/dist/docs/components/badge/react/index.html +9 -9
- package/dist/docs/components/banner/index.html +12 -12
- package/dist/docs/components/banner/react/index.html +12 -12
- package/dist/docs/components/brand/index.html +1 -1
- package/dist/docs/components/brand/react/index.html +1 -1
- package/dist/docs/components/breadcrumb/index.html +1 -1
- package/dist/docs/components/breadcrumb/react/index.html +1 -1
- package/dist/docs/components/button/index.html +1 -1
- package/dist/docs/components/button/react/index.html +1 -1
- package/dist/docs/components/calendar-month/index.html +1 -1
- package/dist/docs/components/calendar-month/react/index.html +1 -1
- package/dist/docs/components/card/index.html +1 -1
- package/dist/docs/components/card/react/index.html +1 -1
- package/dist/docs/components/checkbox/index.html +1 -1
- package/dist/docs/components/checkbox/react/index.html +1 -1
- package/dist/docs/components/chip/index.html +1 -1
- package/dist/docs/components/chip/react-deprecated/index.html +1 -1
- package/dist/docs/components/clipboard-copy/index.html +1 -1
- package/dist/docs/components/clipboard-copy/react/index.html +1 -1
- package/dist/docs/components/code-block/index.html +1 -1
- package/dist/docs/components/code-block/react/index.html +1 -1
- package/dist/docs/components/content/index.html +1 -1
- package/dist/docs/components/content/react/index.html +1 -1
- package/dist/docs/components/data-list/index.html +25 -25
- package/dist/docs/components/data-list/react/index.html +25 -25
- package/dist/docs/components/date-picker/index.html +1 -1
- package/dist/docs/components/date-picker/react/index.html +1 -1
- package/dist/docs/components/description-list/index.html +37 -37
- package/dist/docs/components/description-list/react/index.html +37 -37
- package/dist/docs/components/divider/index.html +15 -15
- package/dist/docs/components/divider/react/index.html +15 -15
- package/dist/docs/components/drag-and-drop/index.html +1 -1
- package/dist/docs/components/drag-and-drop/react-deprecated/index.html +1 -1
- package/dist/docs/components/drawer/index.html +29 -29
- package/dist/docs/components/drawer/react/index.html +29 -29
- package/dist/docs/components/dropdown/index.html +21 -21
- package/dist/docs/components/dropdown/react/index.html +21 -21
- package/dist/docs/components/dual-list-selector/index.html +18 -18
- package/dist/docs/components/dual-list-selector/react/index.html +1 -1
- package/dist/docs/components/dual-list-selector/react-deprecated/index.html +26 -26
- package/dist/docs/components/empty-state/index.html +1 -1
- package/dist/docs/components/empty-state/react/index.html +1 -1
- package/dist/docs/components/expandable-section/index.html +1 -1
- package/dist/docs/components/expandable-section/react/index.html +1 -1
- package/dist/docs/components/form/index.html +20 -20
- package/dist/docs/components/form/react/index.html +20 -20
- package/dist/docs/components/form-select/index.html +1 -1
- package/dist/docs/components/form-select/react/index.html +1 -1
- package/dist/docs/components/helper-text/index.html +1 -1
- package/dist/docs/components/helper-text/react/index.html +1 -1
- package/dist/docs/components/hint/index.html +1 -1
- package/dist/docs/components/hint/react/index.html +1 -1
- package/dist/docs/components/icon/index.html +1 -1
- package/dist/docs/components/icon/react/index.html +1 -1
- package/dist/docs/components/input-group/index.html +10 -10
- package/dist/docs/components/input-group/react/index.html +10 -10
- package/dist/docs/components/jump-links/index.html +13 -13
- package/dist/docs/components/jump-links/react/index.html +13 -13
- package/dist/docs/components/label/index.html +29 -29
- package/dist/docs/components/label/react/index.html +29 -29
- package/dist/docs/components/list/index.html +1 -1
- package/dist/docs/components/list/react/index.html +1 -1
- package/dist/docs/components/login-page/index.html +14 -14
- package/dist/docs/components/login-page/react/index.html +14 -14
- package/dist/docs/components/masthead/index.html +19 -19
- package/dist/docs/components/masthead/react/index.html +19 -19
- package/dist/docs/components/menu/index.html +69 -69
- package/dist/docs/components/menu/react/index.html +69 -69
- package/dist/docs/components/menu-toggle/index.html +67 -67
- package/dist/docs/components/menu-toggle/react/index.html +67 -67
- package/dist/docs/components/modal/index.html +39 -39
- package/dist/docs/components/modal/react/index.html +1 -1
- package/dist/docs/components/modal/react-deprecated/index.html +39 -39
- package/dist/docs/components/multiple-file-upload/index.html +30 -30
- package/dist/docs/components/multiple-file-upload/react/index.html +30 -30
- package/dist/docs/components/navigation/index.html +22 -22
- package/dist/docs/components/navigation/react/index.html +22 -22
- package/dist/docs/components/notification-badge/index.html +14 -14
- package/dist/docs/components/notification-badge/react/index.html +14 -14
- package/dist/docs/components/notification-drawer/index.html +1 -1
- package/dist/docs/components/notification-drawer/react/index.html +1 -1
- package/dist/docs/components/number-input/index.html +1 -1
- package/dist/docs/components/number-input/react/index.html +1 -1
- package/dist/docs/components/overflow-menu/index.html +1 -1
- package/dist/docs/components/overflow-menu/react/index.html +1 -1
- package/dist/docs/components/page/index.html +51 -51
- package/dist/docs/components/page/react/index.html +51 -51
- package/dist/docs/components/pagination/index.html +1 -1
- package/dist/docs/components/pagination/react/index.html +1 -1
- package/dist/docs/components/panel/index.html +26 -26
- package/dist/docs/components/panel/react/index.html +26 -26
- package/dist/docs/components/popover/index.html +24 -24
- package/dist/docs/components/popover/react/index.html +24 -24
- package/dist/docs/components/progress/index.html +21 -21
- package/dist/docs/components/progress/react/index.html +21 -21
- package/dist/docs/components/progress-stepper/index.html +1 -1
- package/dist/docs/components/progress-stepper/react/index.html +1 -1
- package/dist/docs/components/radio/index.html +13 -13
- package/dist/docs/components/radio/react/index.html +13 -13
- package/dist/docs/components/search-input/index.html +12 -12
- package/dist/docs/components/search-input/react/index.html +12 -12
- package/dist/docs/components/select/index.html +63 -63
- package/dist/docs/components/select/react/index.html +63 -63
- package/dist/docs/components/sidebar/index.html +18 -18
- package/dist/docs/components/sidebar/react/index.html +18 -18
- package/dist/docs/components/simple-file-upload/index.html +33 -33
- package/dist/docs/components/simple-file-upload/react/index.html +33 -33
- package/dist/docs/components/simple-list/index.html +10 -10
- package/dist/docs/components/simple-list/react/index.html +10 -10
- package/dist/docs/components/skeleton/index.html +11 -11
- package/dist/docs/components/skeleton/react/index.html +11 -11
- package/dist/docs/components/skip-to-content/index.html +7 -7
- package/dist/docs/components/skip-to-content/react/index.html +7 -7
- package/dist/docs/components/slider/index.html +23 -23
- package/dist/docs/components/slider/react/index.html +23 -23
- package/dist/docs/components/spinner/index.html +7 -7
- package/dist/docs/components/spinner/react/index.html +7 -7
- package/dist/docs/components/switch/index.html +10 -10
- package/dist/docs/components/switch/react/index.html +10 -10
- package/dist/docs/components/tabs/index.html +78 -78
- package/dist/docs/components/tabs/react/index.html +78 -78
- package/dist/docs/components/text-area/index.html +16 -16
- package/dist/docs/components/text-area/react/index.html +16 -16
- package/dist/docs/components/text-input/index.html +14 -14
- package/dist/docs/components/text-input/react/index.html +14 -14
- package/dist/docs/components/text-input-group/index.html +14 -14
- package/dist/docs/components/text-input-group/react/index.html +14 -14
- package/dist/docs/components/tile/index.html +27 -27
- package/dist/docs/components/tile/react-deprecated/index.html +27 -27
- package/dist/docs/components/time-picker/index.html +11 -11
- package/dist/docs/components/time-picker/react/index.html +11 -11
- package/dist/docs/components/timestamp/index.html +22 -22
- package/dist/docs/components/timestamp/react/index.html +22 -22
- package/dist/docs/components/title/index.html +5 -5
- package/dist/docs/components/title/react/index.html +5 -5
- package/dist/docs/components/toggle-group/index.html +19 -19
- package/dist/docs/components/toggle-group/react/index.html +19 -19
- package/dist/docs/components/toolbar/index.html +43 -43
- package/dist/docs/components/toolbar/react/index.html +43 -43
- package/dist/docs/components/tooltip/index.html +13 -13
- package/dist/docs/components/tooltip/react/index.html +13 -13
- package/dist/docs/components/tree-view/index.html +24 -24
- package/dist/docs/components/tree-view/react/index.html +24 -24
- package/dist/docs/components/truncate/index.html +11 -11
- package/dist/docs/components/truncate/react/index.html +11 -11
- package/dist/docs/components/wizard/index.html +33 -33
- package/dist/docs/components/wizard/react/index.html +30 -30
- package/dist/docs/components/wizard/react-deprecated/index.html +23 -23
- package/dist/docs/index.html +2 -2
- package/package.json +6 -6
- package/src/content.config.ts +4 -2
- package/src/content.ts +1 -1
- package/src/pages/props.ts +8 -4
- package/dist/docs/_astro/ClientRouter.astro_astro_type_script_index_0_lang.CtSceO8m.js +0 -1
- package/dist/docs/_worker.js/manifest_BT0KogAj.mjs +0 -100
- /package/dist/docs/_worker.js/chunks/{AboutModal_CrdYiVZ2.mjs → AboutModal_BItn3kin.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{AboutModal_D3R-r6ju.mjs → AboutModal_CZjdACeW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Accordion_Dbx8tdfD.mjs → Accordion_CYmF0KwJ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Accordion_sjy0EnPK.mjs → Accordion_dgrn0E_o.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ActionList_Bx7eAKgV.mjs → ActionList_b3_CLZ14.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ActionList_CuygbYGp.mjs → ActionList_hxinmMC0.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alert_Cgh0pfMA.mjs → Alert_CPMXr4GU.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Alert_CplJ22O9.mjs → Alert_CjLz1avf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Avatar_BszzDSZB.mjs → Avatar_BpvZS7Vn.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Avatar_DuNXB-Tl.mjs → Avatar_CJxK-3JY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackToTop_B_0NN1kJ.mjs → BackToTop_C4eW2L0y.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackToTop_DKY1zHBL.mjs → BackToTop_DcZBtTyL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Backdrop_ByJvccKQ.mjs → Backdrop_10J0WLph.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Backdrop_D12wBLrB.mjs → Backdrop_D8sST9JX.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackgroundImage_7zaRIuh-.mjs → BackgroundImage_BKA-ulgj.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{BackgroundImage_BFUrU51J.mjs → BackgroundImage_Cz6hAv0v.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Badge_DloPmeMn.mjs → Badge_Cg9zVGV6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Badge_DxGDbEGv.mjs → Badge_CmcfMGLy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Banner_4Te4yy7I.mjs → Banner_B-0nD2-g.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Banner_FbFCGml0.mjs → Banner_D1S93kG4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Brand_Cjeb58fX.mjs → Brand_BbimpMS3.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Brand_DZEvbkMH.mjs → Brand_BpKIcHo4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Breadcrumb_DkNDUMw0.mjs → Breadcrumb_Ck-Lj1T3.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Breadcrumb_bVSwIfTk.mjs → Breadcrumb_D9KV7rzl.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Button_BqggYTWh.mjs → Button_CIRvQZry.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Button_DbZb-z5h.mjs → Button_V8lUSO6X.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CalendarMonth_BdoIQD1o.mjs → CalendarMonth_BFffUIcM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CalendarMonth_BqZc2rYW.mjs → CalendarMonth_BQ28v_pg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Card_BW6WmwTW.mjs → Card_C8qkLKEf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Card_CEDol7Xx.mjs → Card_DUK4FmPS.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Checkbox_BqVpiIvF.mjs → Checkbox_Bn--Z5lv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Checkbox_DSYhfv7p.mjs → Checkbox_qYxKZZGQ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Chip_BciXepRF.mjs → Chip_0R4AtDfc.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Chip_C23BxFTk.mjs → Chip_COOLhRtH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ClipboardCopy_BjySfoK1.mjs → ClipboardCopy_CCw7mUNs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ClipboardCopy_CvrD2b3T.mjs → ClipboardCopy_E2VziZOh.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CodeBlock_CuH1PrfL.mjs → CodeBlock_B6MAjfQG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{CodeBlock_DK5AauFn.mjs → CodeBlock_E5IUdMeV.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Content_BfZIFUr8.mjs → Content_BTsW49BT.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Content_lBUC3eEp.mjs → Content_DAKpmQcD.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DataList_CSJAkMMZ.mjs → DataList_BUnDIzjX.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DataList_CaFvg0uz.mjs → DataList_DAx1YA9q.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DatePicker_Cw2abdEU.mjs → DatePicker_B7e4HDrD.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DatePicker_bYwsFHXL.mjs → DatePicker_BvR2KULb.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DescriptionList_BTTyevMb.mjs → DescriptionList_BN8g0mN-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DescriptionList_Dr51d-67.mjs → DescriptionList_Ci0wXiOc.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Divider_BgOt1--F.mjs → Divider_01665LVV.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Divider_Bh7n4QTo.mjs → Divider_58GLcmuG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DragDrop_BF-aF6Z8.mjs → DragDrop_D0BsENaH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DragDrop_DId590rN.mjs → DragDrop_R1Bxn5bG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Drawer_BVywTMVo.mjs → Drawer_CqiPp4tH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Drawer_RrCnySEa.mjs → Drawer_ar8SYBBZ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Dropdown_BjtqviYW.mjs → Dropdown_BxRoNhEO.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Dropdown_GiUvjFPw.mjs → Dropdown_CGqAffXy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_8uLukfP0.mjs → DualListSelector_BY0jUhu5.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_Bgj1IWqe.mjs → DualListSelector_BtS4RhPL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_C5QjTplp.mjs → DualListSelector_DS3XuAyO.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{DualListSelector_DLgspM0s.mjs → DualListSelector_DpkuRNqO.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{EmptyState_Ct_PJba3.mjs → EmptyState_D8pG8NNs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{EmptyState_Dk3hKJlg.mjs → EmptyState_DKnL5Sxb.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ExpandableSection_DSw76PjZ.mjs → ExpandableSection_BxeRuhxW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ExpandableSection_vUQO3FgG.mjs → ExpandableSection_C-rR4lpq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FileUpload_CEvZ0G-d.mjs → FileUpload_BS2e2_2a.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FileUpload_Ci_s8Ghd.mjs → FileUpload_Mp8yctad.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FormSelect_C2YPRAlw.mjs → FormSelect_Dh4wqtK-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{FormSelect_DWShl8Fb.mjs → FormSelect_Dj_assyG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Form_Dyb98Nez.mjs → Form_C6rxCWwv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Form_olaoRN4o.mjs → Form_LFZpV55d.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{HelperText_2CcHVaih.mjs → HelperText_Cdoh4Xq5.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{HelperText_DthGttZo.mjs → HelperText_PKuHc_Y7.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Hint_BXDZKYhJ.mjs → Hint_BdmmUbjS.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Hint_DHoiYdn6.mjs → Hint_DYFKftOG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Icon_C4IPnIAg.mjs → Icon_B8kEVedr.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Icon_C_Dqbg9w.mjs → Icon_BMlPtDQq.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{InputGroup_CDKP-uXZ.mjs → InputGroup_CvQnB4Xi.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{InputGroup_CmZgaEyr.mjs → InputGroup_DuMIDv_M.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{JumpLinks_DvM3PVg0.mjs → JumpLinks_0RwPXv3d.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{JumpLinks_Dvdlxdps.mjs → JumpLinks_C5MZGLAO.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Label_C7fP9Jp9.mjs → Label_CNsHUBdN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Label_Cxir7_Q4.mjs → Label_THkE-AFA.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{List_CUgwFnXa.mjs → List_BXjcB6TX.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{List_CWAsiYnN.mjs → List_CoXnRuT-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{LoginPage_BDfliKtU.mjs → LoginPage_Cd_Vx4TL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{LoginPage_BjIl_nF9.mjs → LoginPage_Dy-dda7r.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Masthead_BWjm5CFj.mjs → Masthead_0dZpDAir.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Masthead_BZnYzDu_.mjs → Masthead_L5uTIDIo.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MenuToggle_DeKwv469.mjs → MenuToggle_Bb2rO_CM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MenuToggle_DmJISlPR.mjs → MenuToggle_D3uQPRxu.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Menu_DRRoq5PM.mjs → Menu_CU4-bIwV.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Menu_Sl-QVQ_w.mjs → Menu_Drl71efm.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_6WZzoDHU.mjs → Modal_B35nIeQ6.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_BI2dVPRJ.mjs → Modal_D-zL8r6s.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_CdokBUDP.mjs → Modal_DDfqMCzs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Modal_DJRobnfc.mjs → Modal_DKK66Rag.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_BaHVtkF_.mjs → MultipleFileUpload_B_T35Ur4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_BznvLbsj.mjs → MultipleFileUpload_SF3pfPOs.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Nav_DwqATcJ4.mjs → Nav_DWhCiasr.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Nav_GZ0nRYXE.mjs → Nav_OmbKpzoZ.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationBadge_DO4OLgvO.mjs → NotificationBadge_CCC3w-0n.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationBadge_DjINhOQ5.mjs → NotificationBadge_Du1zJprr.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BtpQ4pmZ.mjs → NotificationDrawer_DAuLxL7w.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NotificationDrawer_D1lmMCgd.mjs → NotificationDrawer_GsX4wbyf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NumberInput_CggpJ5ge.mjs → NumberInput_BTUsP2Dy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{NumberInput_zMcSUUwH.mjs → NumberInput_CEdn1SLL.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{OverflowMenu_BX4nwFvK.mjs → OverflowMenu_Bz0pUIse.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{OverflowMenu_DnQ7wMy-.mjs → OverflowMenu_eowJo-oA.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Page_Cw_XTB6Y.mjs → Page_D8wqD5dY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Page_UhywZXdY.mjs → Page_D96Z1le0.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Pagination_7rr0n7-V.mjs → Pagination_-jq13UTb.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Pagination_Dc5L6yaI.mjs → Pagination_CQXZNog1.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Panel_Bl_LqCWS.mjs → Panel_83a69pjh.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Panel_s8-TwBlS.mjs → Panel_Cwf130Yb.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Popover_CjipqBWs.mjs → Popover_DVQ8u4Fp.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Popover_DvQgGJTf.mjs → Popover_DtFhoH3l.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ProgressStepper_DXBI4K2w.mjs → ProgressStepper_CMwF8CiX.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ProgressStepper_lBd5mTHE.mjs → ProgressStepper_Yvcq3pmc.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Progress_BZA5taDC.mjs → Progress_DsBSXTmv.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Progress_CIgybc-D.mjs → Progress_M0fLgfjf.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Radio_3tPx1coq.mjs → Radio_BmbmoopI.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Radio_BG7VZAk6.mjs → Radio_CjW5TY2C.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SearchInput_BZ43-Elo.mjs → SearchInput_BiyBA_eF.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SearchInput_aCFv-N1U.mjs → SearchInput_Bv6KJYSn.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Select_B4cumL7U.mjs → Select_B957i7MN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Select_CJ78kBVM.mjs → Select_BBTTR43m.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Sidebar_Bto2_gKJ.mjs → Sidebar_C3c-bPso.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Sidebar_DOfifBRA.mjs → Sidebar_CHEf7dr0.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SimpleList_CVkO5Odp.mjs → SimpleList_BqpkJemM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SimpleList_oJajk3_z.mjs → SimpleList_DDfBcEWe.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Skeleton_CCJNka-d.mjs → Skeleton_B4QE65Ar.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Skeleton_N02yA_k6.mjs → Skeleton_D5WnGxh0.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SkipToContent_DvOYRCWm.mjs → SkipToContent_BBwU-ZdY.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{SkipToContent_o7vh-U_u.mjs → SkipToContent_DFYTlqla.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Slider_C0bH-JMY.mjs → Slider_BX6wz0hN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Slider_CWRDqhx4.mjs → Slider_BlpXbwhH.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Spinner_B-x8bJt0.mjs → Spinner_C5qilvZp.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Spinner_hzAAbZdS.mjs → Spinner_CuLTR583.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Switch_Cpr1OETy.mjs → Switch_BnA8s7Wn.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Switch_Du7AKJ4O.mjs → Switch_CvUw0Z4X.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tabs_CzDrfKA-.mjs → Tabs_CyeQBOGa.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tabs_KXDkISY4.mjs → Tabs_xDQjU8nW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextArea_C1dmG8mr.mjs → TextArea_7cFF77CV.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextArea_Dtm0m8LO.mjs → TextArea_D7NOOvRK.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInputGroup_D0NXU95v.mjs → TextInputGroup_DiXNtIIB.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInputGroup_mJpBrogC.mjs → TextInputGroup_ZNRIWQeP.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInput_B0XLYaVA.mjs → TextInput_3Gggoxng.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TextInput_CmLcsUiv.mjs → TextInput_Dg_3P9RM.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tile_CF_12LPU.mjs → Tile_CAcRzWZ9.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tile_DJ0LawLW.mjs → Tile_RHzJKWiw.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TimePicker_CijfSKJQ.mjs → TimePicker_DtrDRcMy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TimePicker_VX9VE-Uy.mjs → TimePicker_qxUpEV9n.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Timestamp_D7uyrIK7.mjs → Timestamp_2Z94f_Eh.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Timestamp_c2Mozpr4.mjs → Timestamp_rMinDYzW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Title_DbrwFEEy.mjs → Title_CdyPwQ2b.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Title_DlFn7G9R.mjs → Title_Csq8EY4-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ToggleGroup_DpLWzfAW.mjs → ToggleGroup_B1Xtdxuy.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{ToggleGroup_j1ooRpX3.mjs → ToggleGroup_GBAc787N.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Toolbar_BEIh7r7J.mjs → Toolbar_BfRvo9qx.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Toolbar_mjrD3_l-.mjs → Toolbar_CmeIzev4.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tooltip_Bp5XOVoV.mjs → Tooltip_CPduniOG.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Tooltip_BrFKk02i.mjs → Tooltip_Cdt0oB9I.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TreeView_BImfKPD_.mjs → TreeView_B1tisZRW.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{TreeView_CgO4iC1E.mjs → TreeView_CwOQvnLr.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Truncate_Bn55QoeZ.mjs → Truncate_C6bX3QmA.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Truncate_S939OotH.mjs → Truncate_DGi514H0.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_B28f3non.mjs → Wizard_BOkVt8H-.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_B4Dw5Yc8.mjs → Wizard_CEoZM0Yt.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_BOCBVIjJ.mjs → Wizard_CLZDzozE.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{Wizard_C2sit354.mjs → Wizard_OGE-NwoN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{_astro_assets_Cpp4aFxG.mjs → _astro_assets_RFx5l3a7.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_D-EXtmSy.mjs → _astro_data-layer-content_BpG5DifN.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{content-modules_CUXjIWnT.mjs → content-modules_CYtYtJTg.mjs} +0 -0
- /package/dist/docs/_worker.js/chunks/{sharp_C-KnEafm.mjs → sharp_DVa0kR-8.mjs} +0 -0
|
@@ -434,7 +434,7 @@ function createComponent(arg1, moduleId, propagation) {
|
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
const ASTRO_VERSION = "5.
|
|
437
|
+
const ASTRO_VERSION = "5.13.3";
|
|
438
438
|
const REROUTE_DIRECTIVE_HEADER = "X-Astro-Reroute";
|
|
439
439
|
const REWRITE_DIRECTIVE_HEADER_KEY = "X-Astro-Rewrite";
|
|
440
440
|
const REWRITE_DIRECTIVE_HEADER_VALUE = "yes";
|
|
@@ -698,16 +698,6 @@ function getPropagationHint(result, factory) {
|
|
|
698
698
|
return hint;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
-
const RenderInstructionSymbol = Symbol.for("astro:render");
|
|
702
|
-
function createRenderInstruction(instruction) {
|
|
703
|
-
return Object.defineProperty(instruction, RenderInstructionSymbol, {
|
|
704
|
-
value: true
|
|
705
|
-
});
|
|
706
|
-
}
|
|
707
|
-
function isRenderInstruction(chunk) {
|
|
708
|
-
return chunk && typeof chunk === "object" && chunk[RenderInstructionSymbol];
|
|
709
|
-
}
|
|
710
|
-
|
|
711
701
|
function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
|
|
712
702
|
|
|
713
703
|
const PROP_TYPE = {
|
|
@@ -1005,10 +995,10 @@ function createThinHead() {
|
|
|
1005
995
|
};
|
|
1006
996
|
}
|
|
1007
997
|
|
|
1008
|
-
const ISLAND_STYLES = "astro-island,astro-slot,astro-static-slot{display:contents}";
|
|
1009
|
-
|
|
1010
998
|
var astro_island_prebuilt_default = `(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=\` (export \${v})\`),console.error(\`[hydrate] Error parsing props for component \${s}\`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(\`astro:\${c}\`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(\`[astro-island] Error hydrating \${this.getAttribute("component-url")}\`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();`;
|
|
1011
999
|
|
|
1000
|
+
const ISLAND_STYLES = "astro-island,astro-slot,astro-static-slot{display:contents}";
|
|
1001
|
+
|
|
1012
1002
|
function determineIfNeedsHydrationScript(result) {
|
|
1013
1003
|
if (result._metadata.hasHydrationScript) {
|
|
1014
1004
|
return false;
|
|
@@ -1066,12 +1056,22 @@ function renderCspContent(result) {
|
|
|
1066
1056
|
if (result.styleResources.length > 0) {
|
|
1067
1057
|
styleResources = result.styleResources.map((r) => `${r}`).join(" ");
|
|
1068
1058
|
}
|
|
1069
|
-
const strictDynamic = result.isStrictDynamic ? ` strict-dynamic` : "";
|
|
1059
|
+
const strictDynamic = result.isStrictDynamic ? ` 'strict-dynamic'` : "";
|
|
1070
1060
|
const scriptSrc = `script-src ${scriptResources} ${Array.from(finalScriptHashes).join(" ")}${strictDynamic};`;
|
|
1071
1061
|
const styleSrc = `style-src ${styleResources} ${Array.from(finalStyleHashes).join(" ")};`;
|
|
1072
1062
|
return `${directives} ${scriptSrc} ${styleSrc}`;
|
|
1073
1063
|
}
|
|
1074
1064
|
|
|
1065
|
+
const RenderInstructionSymbol = Symbol.for("astro:render");
|
|
1066
|
+
function createRenderInstruction(instruction) {
|
|
1067
|
+
return Object.defineProperty(instruction, RenderInstructionSymbol, {
|
|
1068
|
+
value: true
|
|
1069
|
+
});
|
|
1070
|
+
}
|
|
1071
|
+
function isRenderInstruction(chunk) {
|
|
1072
|
+
return chunk && typeof chunk === "object" && chunk[RenderInstructionSymbol];
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
1075
|
const voidElementNames = /^(area|base|br|col|command|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)$/i;
|
|
1076
1076
|
const htmlBooleanAttributes = /^(?:allowfullscreen|async|autofocus|autoplay|checked|controls|default|defer|disabled|disablepictureinpicture|disableremoteplayback|formnovalidate|hidden|inert|loop|nomodule|novalidate|open|playsinline|readonly|required|reversed|scoped|seamless|selected|itemscope)$/i;
|
|
1077
1077
|
const AMPERSAND_REGEX = /&/g;
|
|
@@ -1104,7 +1104,16 @@ function formatList(values) {
|
|
|
1104
1104
|
}
|
|
1105
1105
|
return `${values.slice(0, -1).join(", ")} or ${values[values.length - 1]}`;
|
|
1106
1106
|
}
|
|
1107
|
-
function
|
|
1107
|
+
function isCustomElement(tagName) {
|
|
1108
|
+
return tagName.includes("-");
|
|
1109
|
+
}
|
|
1110
|
+
function handleBooleanAttribute(key, value, shouldEscape, tagName) {
|
|
1111
|
+
if (tagName && isCustomElement(tagName)) {
|
|
1112
|
+
return markHTMLString(` ${key}="${toAttributeString(value, shouldEscape)}"`);
|
|
1113
|
+
}
|
|
1114
|
+
return markHTMLString(value ? ` ${key}` : "");
|
|
1115
|
+
}
|
|
1116
|
+
function addAttribute(value, key, shouldEscape = true, tagName = "") {
|
|
1108
1117
|
if (value == null) {
|
|
1109
1118
|
return "";
|
|
1110
1119
|
}
|
|
@@ -1138,23 +1147,23 @@ Make sure to use the static attribute syntax (\`${key}={value}\`) instead of the
|
|
|
1138
1147
|
return markHTMLString(` ${key}="${toAttributeString(value, false)}"`);
|
|
1139
1148
|
}
|
|
1140
1149
|
if (htmlBooleanAttributes.test(key)) {
|
|
1141
|
-
return
|
|
1150
|
+
return handleBooleanAttribute(key, value, shouldEscape, tagName);
|
|
1142
1151
|
}
|
|
1143
1152
|
if (value === "") {
|
|
1144
1153
|
return markHTMLString(` ${key}`);
|
|
1145
1154
|
}
|
|
1146
1155
|
if (key === "popover" && typeof value === "boolean") {
|
|
1147
|
-
return
|
|
1156
|
+
return handleBooleanAttribute(key, value, shouldEscape, tagName);
|
|
1148
1157
|
}
|
|
1149
1158
|
if (key === "download" && typeof value === "boolean") {
|
|
1150
|
-
return
|
|
1159
|
+
return handleBooleanAttribute(key, value, shouldEscape, tagName);
|
|
1151
1160
|
}
|
|
1152
1161
|
return markHTMLString(` ${key}="${toAttributeString(value, shouldEscape)}"`);
|
|
1153
1162
|
}
|
|
1154
|
-
function internalSpreadAttributes(values, shouldEscape = true) {
|
|
1163
|
+
function internalSpreadAttributes(values, shouldEscape = true, tagName) {
|
|
1155
1164
|
let output = "";
|
|
1156
1165
|
for (const [key, value] of Object.entries(values)) {
|
|
1157
|
-
output += addAttribute(value, key, shouldEscape);
|
|
1166
|
+
output += addAttribute(value, key, shouldEscape, tagName);
|
|
1158
1167
|
}
|
|
1159
1168
|
return markHTMLString(output);
|
|
1160
1169
|
}
|
|
@@ -1171,9 +1180,9 @@ function renderElement$1(name, { props: _props, children = "" }, shouldEscape =
|
|
|
1171
1180
|
}
|
|
1172
1181
|
}
|
|
1173
1182
|
if ((children == null || children == "") && voidElementNames.test(name)) {
|
|
1174
|
-
return `<${name}${internalSpreadAttributes(props, shouldEscape)}>`;
|
|
1183
|
+
return `<${name}${internalSpreadAttributes(props, shouldEscape, name)}>`;
|
|
1175
1184
|
}
|
|
1176
|
-
return `<${name}${internalSpreadAttributes(props, shouldEscape)}>${children}</${name}>`;
|
|
1185
|
+
return `<${name}${internalSpreadAttributes(props, shouldEscape, name)}>${children}</${name}>`;
|
|
1177
1186
|
}
|
|
1178
1187
|
const noop = () => {
|
|
1179
1188
|
};
|
|
@@ -5310,9 +5319,13 @@ var ZodFirstPartyTypeKind;
|
|
|
5310
5319
|
ZodFirstPartyTypeKind["ZodPipeline"] = "ZodPipeline";
|
|
5311
5320
|
ZodFirstPartyTypeKind["ZodReadonly"] = "ZodReadonly";
|
|
5312
5321
|
})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
5322
|
+
const stringType = ZodString.create;
|
|
5323
|
+
const numberType = ZodNumber.create;
|
|
5324
|
+
const dateType = ZodDate.create;
|
|
5313
5325
|
ZodAny.create;
|
|
5314
5326
|
ZodNever.create;
|
|
5315
|
-
ZodArray.create;
|
|
5327
|
+
const arrayType = ZodArray.create;
|
|
5328
|
+
const objectType = ZodObject.create;
|
|
5316
5329
|
ZodUnion.create;
|
|
5317
5330
|
ZodIntersection.create;
|
|
5318
5331
|
ZodTuple.create;
|
|
@@ -5352,6 +5365,7 @@ const ALLOWED_DIRECTIVES = [
|
|
|
5352
5365
|
"object-src",
|
|
5353
5366
|
"referrer",
|
|
5354
5367
|
"report-to",
|
|
5368
|
+
"report-uri",
|
|
5355
5369
|
"require-trusted-types-for",
|
|
5356
5370
|
"sandbox",
|
|
5357
5371
|
"trusted-types",
|
|
@@ -5574,6 +5588,9 @@ class ServerIslandComponent {
|
|
|
5574
5588
|
displayName;
|
|
5575
5589
|
hostId;
|
|
5576
5590
|
islandContent;
|
|
5591
|
+
componentPath;
|
|
5592
|
+
componentExport;
|
|
5593
|
+
componentId;
|
|
5577
5594
|
constructor(result, props, slots, displayName) {
|
|
5578
5595
|
this.result = result;
|
|
5579
5596
|
this.props = props;
|
|
@@ -5581,8 +5598,64 @@ class ServerIslandComponent {
|
|
|
5581
5598
|
this.displayName = displayName;
|
|
5582
5599
|
}
|
|
5583
5600
|
async init() {
|
|
5601
|
+
const content = await this.getIslandContent();
|
|
5602
|
+
if (this.result.cspDestination) {
|
|
5603
|
+
this.result._metadata.extraScriptHashes.push(
|
|
5604
|
+
await generateCspDigest(SERVER_ISLAND_REPLACER, this.result.cspAlgorithm)
|
|
5605
|
+
);
|
|
5606
|
+
const contentDigest = await generateCspDigest(content, this.result.cspAlgorithm);
|
|
5607
|
+
this.result._metadata.extraScriptHashes.push(contentDigest);
|
|
5608
|
+
}
|
|
5609
|
+
return createThinHead();
|
|
5610
|
+
}
|
|
5611
|
+
async render(destination) {
|
|
5612
|
+
const hostId = await this.getHostId();
|
|
5613
|
+
const islandContent = await this.getIslandContent();
|
|
5614
|
+
destination.write(createRenderInstruction({ type: "server-island-runtime" }));
|
|
5615
|
+
destination.write("<!--[if astro]>server-island-start<![endif]-->");
|
|
5616
|
+
for (const name in this.slots) {
|
|
5617
|
+
if (name === "fallback") {
|
|
5618
|
+
await renderChild(destination, this.slots.fallback(this.result));
|
|
5619
|
+
}
|
|
5620
|
+
}
|
|
5621
|
+
destination.write(
|
|
5622
|
+
`<script type="module" data-astro-rerun data-island-id="${hostId}">${islandContent}</script>`
|
|
5623
|
+
);
|
|
5624
|
+
}
|
|
5625
|
+
getComponentPath() {
|
|
5626
|
+
if (this.componentPath) {
|
|
5627
|
+
return this.componentPath;
|
|
5628
|
+
}
|
|
5584
5629
|
const componentPath = this.props["server:component-path"];
|
|
5630
|
+
if (!componentPath) {
|
|
5631
|
+
throw new Error(`Could not find server component path`);
|
|
5632
|
+
}
|
|
5633
|
+
this.componentPath = componentPath;
|
|
5634
|
+
return componentPath;
|
|
5635
|
+
}
|
|
5636
|
+
getComponentExport() {
|
|
5637
|
+
if (this.componentExport) {
|
|
5638
|
+
return this.componentExport;
|
|
5639
|
+
}
|
|
5585
5640
|
const componentExport = this.props["server:component-export"];
|
|
5641
|
+
if (!componentExport) {
|
|
5642
|
+
throw new Error(`Could not find server component export`);
|
|
5643
|
+
}
|
|
5644
|
+
this.componentExport = componentExport;
|
|
5645
|
+
return componentExport;
|
|
5646
|
+
}
|
|
5647
|
+
async getHostId() {
|
|
5648
|
+
if (!this.hostId) {
|
|
5649
|
+
this.hostId = await crypto.randomUUID();
|
|
5650
|
+
}
|
|
5651
|
+
return this.hostId;
|
|
5652
|
+
}
|
|
5653
|
+
async getIslandContent() {
|
|
5654
|
+
if (this.islandContent) {
|
|
5655
|
+
return this.islandContent;
|
|
5656
|
+
}
|
|
5657
|
+
const componentPath = this.getComponentPath();
|
|
5658
|
+
const componentExport = this.getComponentExport();
|
|
5586
5659
|
const componentId = this.result.serverIslandNameMap.get(componentPath);
|
|
5587
5660
|
if (!componentId) {
|
|
5588
5661
|
throw new Error(`Could not find server component name`);
|
|
@@ -5595,13 +5668,13 @@ class ServerIslandComponent {
|
|
|
5595
5668
|
const renderedSlots = {};
|
|
5596
5669
|
for (const name in this.slots) {
|
|
5597
5670
|
if (name !== "fallback") {
|
|
5598
|
-
const
|
|
5599
|
-
renderedSlots[name] =
|
|
5671
|
+
const content = await renderSlotToString(this.result, this.slots[name]);
|
|
5672
|
+
renderedSlots[name] = content.toString();
|
|
5600
5673
|
}
|
|
5601
5674
|
}
|
|
5602
5675
|
const key = await this.result.key;
|
|
5603
5676
|
const propsEncrypted = Object.keys(this.props).length === 0 ? "" : await encryptString(key, JSON.stringify(this.props));
|
|
5604
|
-
const hostId =
|
|
5677
|
+
const hostId = await this.getHostId();
|
|
5605
5678
|
const slash = this.result.base.endsWith("/") ? "" : "/";
|
|
5606
5679
|
let serverIslandUrl = `${this.result.base}${slash}_server-islands/${componentId}${this.result.trailingSlash === "always" ? "/" : ""}`;
|
|
5607
5680
|
const potentialSearchParams = createSearchParams(
|
|
@@ -5633,29 +5706,8 @@ let response = await fetch('${serverIslandUrl}', {
|
|
|
5633
5706
|
body: JSON.stringify(data),
|
|
5634
5707
|
});`
|
|
5635
5708
|
);
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
this.result._metadata.extraScriptHashes.push(
|
|
5639
|
-
await generateCspDigest(SERVER_ISLAND_REPLACER, this.result.cspAlgorithm)
|
|
5640
|
-
);
|
|
5641
|
-
const contentDigest = await generateCspDigest(content, this.result.cspAlgorithm);
|
|
5642
|
-
this.result._metadata.extraScriptHashes.push(contentDigest);
|
|
5643
|
-
}
|
|
5644
|
-
this.islandContent = content;
|
|
5645
|
-
this.hostId = hostId;
|
|
5646
|
-
return createThinHead();
|
|
5647
|
-
}
|
|
5648
|
-
async render(destination) {
|
|
5649
|
-
destination.write(createRenderInstruction({ type: "server-island-runtime" }));
|
|
5650
|
-
destination.write("<!--[if astro]>server-island-start<![endif]-->");
|
|
5651
|
-
for (const name in this.slots) {
|
|
5652
|
-
if (name === "fallback") {
|
|
5653
|
-
await renderChild(destination, this.slots.fallback(this.result));
|
|
5654
|
-
}
|
|
5655
|
-
}
|
|
5656
|
-
destination.write(
|
|
5657
|
-
`<script type="module" data-astro-rerun data-island-id="${this.hostId}">${this.islandContent}</script>`
|
|
5658
|
-
);
|
|
5709
|
+
this.islandContent = `${method}replaceServerIsland('${hostId}', response);`;
|
|
5710
|
+
return this.islandContent;
|
|
5659
5711
|
}
|
|
5660
5712
|
}
|
|
5661
5713
|
const renderServerIslandRuntime = () => {
|
|
@@ -6383,7 +6435,9 @@ If you're still stuck, please open an issue on GitHub or join us at https://astr
|
|
|
6383
6435
|
const Tag = sanitizeElementName(Component);
|
|
6384
6436
|
const childSlots = Object.values(children).join("");
|
|
6385
6437
|
const renderTemplateResult = renderTemplate`<${Tag}${internalSpreadAttributes(
|
|
6386
|
-
props
|
|
6438
|
+
props,
|
|
6439
|
+
true,
|
|
6440
|
+
Tag
|
|
6387
6441
|
)}${markHTMLString(
|
|
6388
6442
|
childSlots === "" && voidElementNames.test(Tag) ? `/>` : `>${childSlots}</${Tag}>`
|
|
6389
6443
|
)}`;
|
|
@@ -6735,23 +6789,6 @@ function prerenderElementChildren(tag, children) {
|
|
|
6735
6789
|
}
|
|
6736
6790
|
}
|
|
6737
6791
|
|
|
6738
|
-
async function renderScript(result, id) {
|
|
6739
|
-
if (result._metadata.renderedScripts.has(id)) return;
|
|
6740
|
-
result._metadata.renderedScripts.add(id);
|
|
6741
|
-
const inlined = result.inlinedScripts.get(id);
|
|
6742
|
-
if (inlined != null) {
|
|
6743
|
-
if (inlined) {
|
|
6744
|
-
return markHTMLString(`<script type="module">${inlined}</script>`);
|
|
6745
|
-
} else {
|
|
6746
|
-
return "";
|
|
6747
|
-
}
|
|
6748
|
-
}
|
|
6749
|
-
const resolved = await result.resolve(id);
|
|
6750
|
-
return markHTMLString(
|
|
6751
|
-
`<script type="module" src="${result.userAssetsBase ? (result.base === "/" ? "" : result.base) + result.userAssetsBase : ""}${resolved}"></script>`
|
|
6752
|
-
);
|
|
6753
|
-
}
|
|
6754
|
-
|
|
6755
6792
|
async function renderPage(result, componentFactory, props, children, streaming, route) {
|
|
6756
6793
|
if (!isAstroComponentFactory(componentFactory)) {
|
|
6757
6794
|
result._metadata.headInTree = result.componentMetadata.get(componentFactory.moduleId)?.containsHead ?? false;
|
|
@@ -6770,7 +6807,7 @@ async function renderPage(result, componentFactory, props, children, streaming,
|
|
|
6770
6807
|
["Content-Type", "text/html"],
|
|
6771
6808
|
["Content-Length", bytes.byteLength.toString()]
|
|
6772
6809
|
]);
|
|
6773
|
-
if (result.cspDestination === "header" || result.cspDestination === "adapter") {
|
|
6810
|
+
if (result.shouldInjectCspMetaTags && (result.cspDestination === "header" || result.cspDestination === "adapter")) {
|
|
6774
6811
|
headers2.set("content-security-policy", renderCspContent(result));
|
|
6775
6812
|
}
|
|
6776
6813
|
return new Response(bytes, {
|
|
@@ -6826,6 +6863,23 @@ async function renderPage(result, componentFactory, props, children, streaming,
|
|
|
6826
6863
|
}
|
|
6827
6864
|
}
|
|
6828
6865
|
|
|
6866
|
+
async function renderScript(result, id) {
|
|
6867
|
+
if (result._metadata.renderedScripts.has(id)) return;
|
|
6868
|
+
result._metadata.renderedScripts.add(id);
|
|
6869
|
+
const inlined = result.inlinedScripts.get(id);
|
|
6870
|
+
if (inlined != null) {
|
|
6871
|
+
if (inlined) {
|
|
6872
|
+
return markHTMLString(`<script type="module">${inlined}</script>`);
|
|
6873
|
+
} else {
|
|
6874
|
+
return "";
|
|
6875
|
+
}
|
|
6876
|
+
}
|
|
6877
|
+
const resolved = await result.resolve(id);
|
|
6878
|
+
return markHTMLString(
|
|
6879
|
+
`<script type="module" src="${result.userAssetsBase ? (result.base === "/" ? "" : result.base) + result.userAssetsBase : ""}${resolved}"></script>`
|
|
6880
|
+
);
|
|
6881
|
+
}
|
|
6882
|
+
|
|
6829
6883
|
function renderScriptElement({ props, children }) {
|
|
6830
6884
|
return renderElement$1("script", {
|
|
6831
6885
|
props,
|
|
@@ -7201,7 +7255,7 @@ function spreadAttributes(values = {}, _name, { class: scopedClassName } = {}) {
|
|
|
7201
7255
|
}
|
|
7202
7256
|
}
|
|
7203
7257
|
for (const [key, value] of Object.entries(values)) {
|
|
7204
|
-
output += addAttribute(value, key, true);
|
|
7258
|
+
output += addAttribute(value, key, true, _name);
|
|
7205
7259
|
}
|
|
7206
7260
|
return markHTMLString(output);
|
|
7207
7261
|
}
|
|
@@ -7261,16 +7315,16 @@ function transformSetDirectives(vnode) {
|
|
|
7261
7315
|
return;
|
|
7262
7316
|
}
|
|
7263
7317
|
}
|
|
7264
|
-
function createVNode(type, props) {
|
|
7318
|
+
function createVNode(type, props = {}, key) {
|
|
7265
7319
|
const vnode = {
|
|
7266
7320
|
[Renderer]: "astro:jsx",
|
|
7267
7321
|
[AstroJSX]: true,
|
|
7268
7322
|
type,
|
|
7269
|
-
props
|
|
7323
|
+
props
|
|
7270
7324
|
};
|
|
7271
7325
|
transformSetDirectives(vnode);
|
|
7272
7326
|
transformSlots(vnode);
|
|
7273
7327
|
return vnode;
|
|
7274
7328
|
}
|
|
7275
7329
|
|
|
7276
|
-
export {
|
|
7330
|
+
export { InvalidGetStaticPathsEntry as $, AstroError as A, AstroUserError as B, ROUTE_TYPE_HEADER as C, REROUTE_DIRECTIVE_HEADER as D, DEFAULT_404_COMPONENT as E, Fragment as F, ActionNotFoundError as G, bold as H, red as I, yellow as J, dim as K, blue as L, clientAddressSymbol as M, LocalsNotAnObject as N, REROUTABLE_STATUS_CODES as O, responseSentSymbol as P, decryptString as Q, RenderUndefinedEntryError as R, createSlotValueFromString as S, isAstroComponentFactory as T, UnknownContentCollectionError as U, i18nNoLocaleFoundInPath as V, ResponseSentError as W, originPathnameSymbol as X, RewriteWithBodyUsed as Y, GetStaticPathsRequired as Z, InvalidGetStaticPathsReturn as _, createAstro as a, GetStaticPathsExpectedParams as a0, GetStaticPathsInvalidRouteParam as a1, PageNumberParamNotFound as a2, NoMatchingStaticPathFound as a3, PrerenderDynamicEndpointPathCollide as a4, ReservedSlotName as a5, renderSlotToString as a6, chunkToString as a7, isRenderInstruction as a8, MiddlewareNoDataOrNextCalled as a9, toStyleString as aA, NoImageMetadata as aB, FailedToFetchRemoteImageDimensions as aC, ExpectedImageOptions as aD, ExpectedNotESMImage as aE, InvalidImageService as aF, ImageMissingAlt as aG, spreadAttributes as aH, ExperimentalFontsNotEnabled as aI, FontFamilyNotFound as aJ, MissingSharp as aK, __astro_tag_component__ as aL, MiddlewareNotAResponse as aa, SessionStorageInitError as ab, SessionStorageSaveError as ac, ForbiddenRewrite as ad, ASTRO_VERSION as ae, CspNotEnabled as af, green as ag, LocalsReassigned as ah, generateCspDigest as ai, PrerenderClientAddressNotAvailable as aj, ClientAddressNotAvailable as ak, StaticClientAddressNotAvailable as al, AstroResponseHeadersReassigned as am, renderPage as an, REWRITE_DIRECTIVE_HEADER_KEY as ao, REWRITE_DIRECTIVE_HEADER_VALUE as ap, renderEndpoint as aq, NOOP_MIDDLEWARE_HEADER as ar, REDIRECT_STATUS_CODES as as, ActionsReturnedInvalidDataError as at, ExpectedImage as au, LocalImageUsedWrongly as av, MissingImageDimension as aw, UnsupportedImageFormat as ax, IncompatibleDescriptorOptions as ay, UnsupportedImageConversion as az, renderTemplate as b, createComponent as c, addAttribute as d, renderHead as e, dateType as f, arrayType as g, escape as h, renderUniqueStylesheet as i, renderScriptElement as j, createHeadAndContent as k, renderScript as l, maybeRenderHead as m, numberType as n, objectType as o, renderSlot as p, renderTransition as q, renderComponent as r, stringType as s, createTransitionScope as t, unescapeHTML as u, decodeKey as v, getDefaultExportFromCjs as w, renderJSX as x, createVNode as y, AstroJSX as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
globalThis.process ??= {}; globalThis.process.env ??= {};
|
|
2
|
-
import {
|
|
2
|
+
import { as as REDIRECT_STATUS_CODES, A as AstroError, at as ActionsReturnedInvalidDataError, h as escape, E as DEFAULT_404_COMPONENT } from './astro/server_DXtGNXGl.mjs';
|
|
3
3
|
import { U as UNDEFINED, N as NAN, P as POSITIVE_INFINITY, a as NEGATIVE_INFINITY, b as NEGATIVE_ZERO, e as encode64, H as HOLE, p as parse } from './parse_EttCPxrw.mjs';
|
|
4
4
|
|
|
5
5
|
/* es-module-lexer 1.6.0 */
|
|
@@ -893,7 +893,7 @@ const DEFAULT_404_ROUTE = {
|
|
|
893
893
|
component: DEFAULT_404_COMPONENT,
|
|
894
894
|
generate: () => "",
|
|
895
895
|
params: [],
|
|
896
|
-
pattern:
|
|
896
|
+
pattern: /^\/404\/?$/,
|
|
897
897
|
prerender: false,
|
|
898
898
|
pathname: "/404",
|
|
899
899
|
segments: [[{ content: "404", dynamic: false, spread: false }]],
|