@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.
Files changed (368) hide show
  1. package/.astro/content-modules.mjs +24 -24
  2. package/.astro/content.d.ts +43 -0
  3. package/cli/buildPropsData.ts +13 -8
  4. package/cli/cli.ts +44 -33
  5. package/cli/createCollectionContent.ts +109 -9
  6. package/cli/getConfig.ts +1 -0
  7. package/dist/cli/buildPropsData.js +11 -8
  8. package/dist/cli/cli.js +36 -28
  9. package/dist/cli/createCollectionContent.js +70 -9
  10. package/dist/docs/_astro/ClientRouter.astro_astro_type_script_index_0_lang.DZnDNxNb.js +1 -0
  11. package/dist/docs/_worker.js/_@astrojs-ssr-adapter.mjs +1 -1
  12. package/dist/docs/_worker.js/_astro-internal_middleware.mjs +3 -3
  13. package/dist/docs/_worker.js/chunks/{_@astro-renderers_D4IG6Oyo.mjs → _@astro-renderers_B-gIj2th.mjs} +1 -1
  14. package/dist/docs/_worker.js/chunks/{_@astrojs-ssr-adapter_B_x81DBq.mjs → _@astrojs-ssr-adapter_u4VQ4c24.mjs} +23 -15
  15. package/dist/docs/_worker.js/chunks/astro/{server_CVEnF9i1.mjs → server_DXtGNXGl.mjs} +126 -72
  16. package/dist/docs/_worker.js/chunks/{astro-designed-error-pages_CXRddWNa.mjs → astro-designed-error-pages_Cre3i65F.mjs} +2 -2
  17. package/dist/docs/_worker.js/chunks/{index_CYXMeXT4.mjs → index_DkNBuRXQ.mjs} +193 -150
  18. package/dist/docs/_worker.js/chunks/{noop-middleware_DIXVCvyq.mjs → noop-middleware_D7Bh5dKA.mjs} +1 -1
  19. package/dist/docs/_worker.js/chunks/{path_C-ZOwaTP.mjs → path_u5O9njcM.mjs} +8 -2
  20. package/dist/docs/_worker.js/index.js +4 -4
  21. package/dist/docs/_worker.js/manifest_CR827M2P.mjs +100 -0
  22. package/dist/docs/_worker.js/pages/_image.astro.mjs +1 -1
  23. package/dist/docs/_worker.js/pages/props.astro.mjs +24 -6
  24. package/dist/docs/_worker.js/renderers.mjs +1 -1
  25. package/dist/docs/components/about-modal/index.html +1 -1
  26. package/dist/docs/components/about-modal/react/index.html +1 -1
  27. package/dist/docs/components/accordion/index.html +11 -11
  28. package/dist/docs/components/accordion/react/index.html +11 -11
  29. package/dist/docs/components/action-list/index.html +10 -10
  30. package/dist/docs/components/action-list/react/index.html +10 -10
  31. package/dist/docs/components/alert/index.html +84 -84
  32. package/dist/docs/components/alert/react/index.html +84 -84
  33. package/dist/docs/components/avatar/index.html +6 -6
  34. package/dist/docs/components/avatar/react/index.html +6 -6
  35. package/dist/docs/components/back-to-top/index.html +9 -9
  36. package/dist/docs/components/back-to-top/react/index.html +9 -9
  37. package/dist/docs/components/backdrop/index.html +4 -4
  38. package/dist/docs/components/backdrop/react/index.html +4 -4
  39. package/dist/docs/components/background-image/index.html +4 -4
  40. package/dist/docs/components/background-image/react/index.html +4 -4
  41. package/dist/docs/components/badge/index.html +9 -9
  42. package/dist/docs/components/badge/react/index.html +9 -9
  43. package/dist/docs/components/banner/index.html +12 -12
  44. package/dist/docs/components/banner/react/index.html +12 -12
  45. package/dist/docs/components/brand/index.html +1 -1
  46. package/dist/docs/components/brand/react/index.html +1 -1
  47. package/dist/docs/components/breadcrumb/index.html +1 -1
  48. package/dist/docs/components/breadcrumb/react/index.html +1 -1
  49. package/dist/docs/components/button/index.html +1 -1
  50. package/dist/docs/components/button/react/index.html +1 -1
  51. package/dist/docs/components/calendar-month/index.html +1 -1
  52. package/dist/docs/components/calendar-month/react/index.html +1 -1
  53. package/dist/docs/components/card/index.html +1 -1
  54. package/dist/docs/components/card/react/index.html +1 -1
  55. package/dist/docs/components/checkbox/index.html +1 -1
  56. package/dist/docs/components/checkbox/react/index.html +1 -1
  57. package/dist/docs/components/chip/index.html +1 -1
  58. package/dist/docs/components/chip/react-deprecated/index.html +1 -1
  59. package/dist/docs/components/clipboard-copy/index.html +1 -1
  60. package/dist/docs/components/clipboard-copy/react/index.html +1 -1
  61. package/dist/docs/components/code-block/index.html +1 -1
  62. package/dist/docs/components/code-block/react/index.html +1 -1
  63. package/dist/docs/components/content/index.html +1 -1
  64. package/dist/docs/components/content/react/index.html +1 -1
  65. package/dist/docs/components/data-list/index.html +25 -25
  66. package/dist/docs/components/data-list/react/index.html +25 -25
  67. package/dist/docs/components/date-picker/index.html +1 -1
  68. package/dist/docs/components/date-picker/react/index.html +1 -1
  69. package/dist/docs/components/description-list/index.html +37 -37
  70. package/dist/docs/components/description-list/react/index.html +37 -37
  71. package/dist/docs/components/divider/index.html +15 -15
  72. package/dist/docs/components/divider/react/index.html +15 -15
  73. package/dist/docs/components/drag-and-drop/index.html +1 -1
  74. package/dist/docs/components/drag-and-drop/react-deprecated/index.html +1 -1
  75. package/dist/docs/components/drawer/index.html +29 -29
  76. package/dist/docs/components/drawer/react/index.html +29 -29
  77. package/dist/docs/components/dropdown/index.html +21 -21
  78. package/dist/docs/components/dropdown/react/index.html +21 -21
  79. package/dist/docs/components/dual-list-selector/index.html +18 -18
  80. package/dist/docs/components/dual-list-selector/react/index.html +1 -1
  81. package/dist/docs/components/dual-list-selector/react-deprecated/index.html +26 -26
  82. package/dist/docs/components/empty-state/index.html +1 -1
  83. package/dist/docs/components/empty-state/react/index.html +1 -1
  84. package/dist/docs/components/expandable-section/index.html +1 -1
  85. package/dist/docs/components/expandable-section/react/index.html +1 -1
  86. package/dist/docs/components/form/index.html +20 -20
  87. package/dist/docs/components/form/react/index.html +20 -20
  88. package/dist/docs/components/form-select/index.html +1 -1
  89. package/dist/docs/components/form-select/react/index.html +1 -1
  90. package/dist/docs/components/helper-text/index.html +1 -1
  91. package/dist/docs/components/helper-text/react/index.html +1 -1
  92. package/dist/docs/components/hint/index.html +1 -1
  93. package/dist/docs/components/hint/react/index.html +1 -1
  94. package/dist/docs/components/icon/index.html +1 -1
  95. package/dist/docs/components/icon/react/index.html +1 -1
  96. package/dist/docs/components/input-group/index.html +10 -10
  97. package/dist/docs/components/input-group/react/index.html +10 -10
  98. package/dist/docs/components/jump-links/index.html +13 -13
  99. package/dist/docs/components/jump-links/react/index.html +13 -13
  100. package/dist/docs/components/label/index.html +29 -29
  101. package/dist/docs/components/label/react/index.html +29 -29
  102. package/dist/docs/components/list/index.html +1 -1
  103. package/dist/docs/components/list/react/index.html +1 -1
  104. package/dist/docs/components/login-page/index.html +14 -14
  105. package/dist/docs/components/login-page/react/index.html +14 -14
  106. package/dist/docs/components/masthead/index.html +19 -19
  107. package/dist/docs/components/masthead/react/index.html +19 -19
  108. package/dist/docs/components/menu/index.html +69 -69
  109. package/dist/docs/components/menu/react/index.html +69 -69
  110. package/dist/docs/components/menu-toggle/index.html +67 -67
  111. package/dist/docs/components/menu-toggle/react/index.html +67 -67
  112. package/dist/docs/components/modal/index.html +39 -39
  113. package/dist/docs/components/modal/react/index.html +1 -1
  114. package/dist/docs/components/modal/react-deprecated/index.html +39 -39
  115. package/dist/docs/components/multiple-file-upload/index.html +30 -30
  116. package/dist/docs/components/multiple-file-upload/react/index.html +30 -30
  117. package/dist/docs/components/navigation/index.html +22 -22
  118. package/dist/docs/components/navigation/react/index.html +22 -22
  119. package/dist/docs/components/notification-badge/index.html +14 -14
  120. package/dist/docs/components/notification-badge/react/index.html +14 -14
  121. package/dist/docs/components/notification-drawer/index.html +1 -1
  122. package/dist/docs/components/notification-drawer/react/index.html +1 -1
  123. package/dist/docs/components/number-input/index.html +1 -1
  124. package/dist/docs/components/number-input/react/index.html +1 -1
  125. package/dist/docs/components/overflow-menu/index.html +1 -1
  126. package/dist/docs/components/overflow-menu/react/index.html +1 -1
  127. package/dist/docs/components/page/index.html +51 -51
  128. package/dist/docs/components/page/react/index.html +51 -51
  129. package/dist/docs/components/pagination/index.html +1 -1
  130. package/dist/docs/components/pagination/react/index.html +1 -1
  131. package/dist/docs/components/panel/index.html +26 -26
  132. package/dist/docs/components/panel/react/index.html +26 -26
  133. package/dist/docs/components/popover/index.html +24 -24
  134. package/dist/docs/components/popover/react/index.html +24 -24
  135. package/dist/docs/components/progress/index.html +21 -21
  136. package/dist/docs/components/progress/react/index.html +21 -21
  137. package/dist/docs/components/progress-stepper/index.html +1 -1
  138. package/dist/docs/components/progress-stepper/react/index.html +1 -1
  139. package/dist/docs/components/radio/index.html +13 -13
  140. package/dist/docs/components/radio/react/index.html +13 -13
  141. package/dist/docs/components/search-input/index.html +12 -12
  142. package/dist/docs/components/search-input/react/index.html +12 -12
  143. package/dist/docs/components/select/index.html +63 -63
  144. package/dist/docs/components/select/react/index.html +63 -63
  145. package/dist/docs/components/sidebar/index.html +18 -18
  146. package/dist/docs/components/sidebar/react/index.html +18 -18
  147. package/dist/docs/components/simple-file-upload/index.html +33 -33
  148. package/dist/docs/components/simple-file-upload/react/index.html +33 -33
  149. package/dist/docs/components/simple-list/index.html +10 -10
  150. package/dist/docs/components/simple-list/react/index.html +10 -10
  151. package/dist/docs/components/skeleton/index.html +11 -11
  152. package/dist/docs/components/skeleton/react/index.html +11 -11
  153. package/dist/docs/components/skip-to-content/index.html +7 -7
  154. package/dist/docs/components/skip-to-content/react/index.html +7 -7
  155. package/dist/docs/components/slider/index.html +23 -23
  156. package/dist/docs/components/slider/react/index.html +23 -23
  157. package/dist/docs/components/spinner/index.html +7 -7
  158. package/dist/docs/components/spinner/react/index.html +7 -7
  159. package/dist/docs/components/switch/index.html +10 -10
  160. package/dist/docs/components/switch/react/index.html +10 -10
  161. package/dist/docs/components/tabs/index.html +78 -78
  162. package/dist/docs/components/tabs/react/index.html +78 -78
  163. package/dist/docs/components/text-area/index.html +16 -16
  164. package/dist/docs/components/text-area/react/index.html +16 -16
  165. package/dist/docs/components/text-input/index.html +14 -14
  166. package/dist/docs/components/text-input/react/index.html +14 -14
  167. package/dist/docs/components/text-input-group/index.html +14 -14
  168. package/dist/docs/components/text-input-group/react/index.html +14 -14
  169. package/dist/docs/components/tile/index.html +27 -27
  170. package/dist/docs/components/tile/react-deprecated/index.html +27 -27
  171. package/dist/docs/components/time-picker/index.html +11 -11
  172. package/dist/docs/components/time-picker/react/index.html +11 -11
  173. package/dist/docs/components/timestamp/index.html +22 -22
  174. package/dist/docs/components/timestamp/react/index.html +22 -22
  175. package/dist/docs/components/title/index.html +5 -5
  176. package/dist/docs/components/title/react/index.html +5 -5
  177. package/dist/docs/components/toggle-group/index.html +19 -19
  178. package/dist/docs/components/toggle-group/react/index.html +19 -19
  179. package/dist/docs/components/toolbar/index.html +43 -43
  180. package/dist/docs/components/toolbar/react/index.html +43 -43
  181. package/dist/docs/components/tooltip/index.html +13 -13
  182. package/dist/docs/components/tooltip/react/index.html +13 -13
  183. package/dist/docs/components/tree-view/index.html +24 -24
  184. package/dist/docs/components/tree-view/react/index.html +24 -24
  185. package/dist/docs/components/truncate/index.html +11 -11
  186. package/dist/docs/components/truncate/react/index.html +11 -11
  187. package/dist/docs/components/wizard/index.html +33 -33
  188. package/dist/docs/components/wizard/react/index.html +30 -30
  189. package/dist/docs/components/wizard/react-deprecated/index.html +23 -23
  190. package/dist/docs/index.html +2 -2
  191. package/package.json +6 -6
  192. package/src/content.config.ts +4 -2
  193. package/src/content.ts +1 -1
  194. package/src/pages/props.ts +8 -4
  195. package/dist/docs/_astro/ClientRouter.astro_astro_type_script_index_0_lang.CtSceO8m.js +0 -1
  196. package/dist/docs/_worker.js/manifest_BT0KogAj.mjs +0 -100
  197. /package/dist/docs/_worker.js/chunks/{AboutModal_CrdYiVZ2.mjs → AboutModal_BItn3kin.mjs} +0 -0
  198. /package/dist/docs/_worker.js/chunks/{AboutModal_D3R-r6ju.mjs → AboutModal_CZjdACeW.mjs} +0 -0
  199. /package/dist/docs/_worker.js/chunks/{Accordion_Dbx8tdfD.mjs → Accordion_CYmF0KwJ.mjs} +0 -0
  200. /package/dist/docs/_worker.js/chunks/{Accordion_sjy0EnPK.mjs → Accordion_dgrn0E_o.mjs} +0 -0
  201. /package/dist/docs/_worker.js/chunks/{ActionList_Bx7eAKgV.mjs → ActionList_b3_CLZ14.mjs} +0 -0
  202. /package/dist/docs/_worker.js/chunks/{ActionList_CuygbYGp.mjs → ActionList_hxinmMC0.mjs} +0 -0
  203. /package/dist/docs/_worker.js/chunks/{Alert_Cgh0pfMA.mjs → Alert_CPMXr4GU.mjs} +0 -0
  204. /package/dist/docs/_worker.js/chunks/{Alert_CplJ22O9.mjs → Alert_CjLz1avf.mjs} +0 -0
  205. /package/dist/docs/_worker.js/chunks/{Avatar_BszzDSZB.mjs → Avatar_BpvZS7Vn.mjs} +0 -0
  206. /package/dist/docs/_worker.js/chunks/{Avatar_DuNXB-Tl.mjs → Avatar_CJxK-3JY.mjs} +0 -0
  207. /package/dist/docs/_worker.js/chunks/{BackToTop_B_0NN1kJ.mjs → BackToTop_C4eW2L0y.mjs} +0 -0
  208. /package/dist/docs/_worker.js/chunks/{BackToTop_DKY1zHBL.mjs → BackToTop_DcZBtTyL.mjs} +0 -0
  209. /package/dist/docs/_worker.js/chunks/{Backdrop_ByJvccKQ.mjs → Backdrop_10J0WLph.mjs} +0 -0
  210. /package/dist/docs/_worker.js/chunks/{Backdrop_D12wBLrB.mjs → Backdrop_D8sST9JX.mjs} +0 -0
  211. /package/dist/docs/_worker.js/chunks/{BackgroundImage_7zaRIuh-.mjs → BackgroundImage_BKA-ulgj.mjs} +0 -0
  212. /package/dist/docs/_worker.js/chunks/{BackgroundImage_BFUrU51J.mjs → BackgroundImage_Cz6hAv0v.mjs} +0 -0
  213. /package/dist/docs/_worker.js/chunks/{Badge_DloPmeMn.mjs → Badge_Cg9zVGV6.mjs} +0 -0
  214. /package/dist/docs/_worker.js/chunks/{Badge_DxGDbEGv.mjs → Badge_CmcfMGLy.mjs} +0 -0
  215. /package/dist/docs/_worker.js/chunks/{Banner_4Te4yy7I.mjs → Banner_B-0nD2-g.mjs} +0 -0
  216. /package/dist/docs/_worker.js/chunks/{Banner_FbFCGml0.mjs → Banner_D1S93kG4.mjs} +0 -0
  217. /package/dist/docs/_worker.js/chunks/{Brand_Cjeb58fX.mjs → Brand_BbimpMS3.mjs} +0 -0
  218. /package/dist/docs/_worker.js/chunks/{Brand_DZEvbkMH.mjs → Brand_BpKIcHo4.mjs} +0 -0
  219. /package/dist/docs/_worker.js/chunks/{Breadcrumb_DkNDUMw0.mjs → Breadcrumb_Ck-Lj1T3.mjs} +0 -0
  220. /package/dist/docs/_worker.js/chunks/{Breadcrumb_bVSwIfTk.mjs → Breadcrumb_D9KV7rzl.mjs} +0 -0
  221. /package/dist/docs/_worker.js/chunks/{Button_BqggYTWh.mjs → Button_CIRvQZry.mjs} +0 -0
  222. /package/dist/docs/_worker.js/chunks/{Button_DbZb-z5h.mjs → Button_V8lUSO6X.mjs} +0 -0
  223. /package/dist/docs/_worker.js/chunks/{CalendarMonth_BdoIQD1o.mjs → CalendarMonth_BFffUIcM.mjs} +0 -0
  224. /package/dist/docs/_worker.js/chunks/{CalendarMonth_BqZc2rYW.mjs → CalendarMonth_BQ28v_pg.mjs} +0 -0
  225. /package/dist/docs/_worker.js/chunks/{Card_BW6WmwTW.mjs → Card_C8qkLKEf.mjs} +0 -0
  226. /package/dist/docs/_worker.js/chunks/{Card_CEDol7Xx.mjs → Card_DUK4FmPS.mjs} +0 -0
  227. /package/dist/docs/_worker.js/chunks/{Checkbox_BqVpiIvF.mjs → Checkbox_Bn--Z5lv.mjs} +0 -0
  228. /package/dist/docs/_worker.js/chunks/{Checkbox_DSYhfv7p.mjs → Checkbox_qYxKZZGQ.mjs} +0 -0
  229. /package/dist/docs/_worker.js/chunks/{Chip_BciXepRF.mjs → Chip_0R4AtDfc.mjs} +0 -0
  230. /package/dist/docs/_worker.js/chunks/{Chip_C23BxFTk.mjs → Chip_COOLhRtH.mjs} +0 -0
  231. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_BjySfoK1.mjs → ClipboardCopy_CCw7mUNs.mjs} +0 -0
  232. /package/dist/docs/_worker.js/chunks/{ClipboardCopy_CvrD2b3T.mjs → ClipboardCopy_E2VziZOh.mjs} +0 -0
  233. /package/dist/docs/_worker.js/chunks/{CodeBlock_CuH1PrfL.mjs → CodeBlock_B6MAjfQG.mjs} +0 -0
  234. /package/dist/docs/_worker.js/chunks/{CodeBlock_DK5AauFn.mjs → CodeBlock_E5IUdMeV.mjs} +0 -0
  235. /package/dist/docs/_worker.js/chunks/{Content_BfZIFUr8.mjs → Content_BTsW49BT.mjs} +0 -0
  236. /package/dist/docs/_worker.js/chunks/{Content_lBUC3eEp.mjs → Content_DAKpmQcD.mjs} +0 -0
  237. /package/dist/docs/_worker.js/chunks/{DataList_CSJAkMMZ.mjs → DataList_BUnDIzjX.mjs} +0 -0
  238. /package/dist/docs/_worker.js/chunks/{DataList_CaFvg0uz.mjs → DataList_DAx1YA9q.mjs} +0 -0
  239. /package/dist/docs/_worker.js/chunks/{DatePicker_Cw2abdEU.mjs → DatePicker_B7e4HDrD.mjs} +0 -0
  240. /package/dist/docs/_worker.js/chunks/{DatePicker_bYwsFHXL.mjs → DatePicker_BvR2KULb.mjs} +0 -0
  241. /package/dist/docs/_worker.js/chunks/{DescriptionList_BTTyevMb.mjs → DescriptionList_BN8g0mN-.mjs} +0 -0
  242. /package/dist/docs/_worker.js/chunks/{DescriptionList_Dr51d-67.mjs → DescriptionList_Ci0wXiOc.mjs} +0 -0
  243. /package/dist/docs/_worker.js/chunks/{Divider_BgOt1--F.mjs → Divider_01665LVV.mjs} +0 -0
  244. /package/dist/docs/_worker.js/chunks/{Divider_Bh7n4QTo.mjs → Divider_58GLcmuG.mjs} +0 -0
  245. /package/dist/docs/_worker.js/chunks/{DragDrop_BF-aF6Z8.mjs → DragDrop_D0BsENaH.mjs} +0 -0
  246. /package/dist/docs/_worker.js/chunks/{DragDrop_DId590rN.mjs → DragDrop_R1Bxn5bG.mjs} +0 -0
  247. /package/dist/docs/_worker.js/chunks/{Drawer_BVywTMVo.mjs → Drawer_CqiPp4tH.mjs} +0 -0
  248. /package/dist/docs/_worker.js/chunks/{Drawer_RrCnySEa.mjs → Drawer_ar8SYBBZ.mjs} +0 -0
  249. /package/dist/docs/_worker.js/chunks/{Dropdown_BjtqviYW.mjs → Dropdown_BxRoNhEO.mjs} +0 -0
  250. /package/dist/docs/_worker.js/chunks/{Dropdown_GiUvjFPw.mjs → Dropdown_CGqAffXy.mjs} +0 -0
  251. /package/dist/docs/_worker.js/chunks/{DualListSelector_8uLukfP0.mjs → DualListSelector_BY0jUhu5.mjs} +0 -0
  252. /package/dist/docs/_worker.js/chunks/{DualListSelector_Bgj1IWqe.mjs → DualListSelector_BtS4RhPL.mjs} +0 -0
  253. /package/dist/docs/_worker.js/chunks/{DualListSelector_C5QjTplp.mjs → DualListSelector_DS3XuAyO.mjs} +0 -0
  254. /package/dist/docs/_worker.js/chunks/{DualListSelector_DLgspM0s.mjs → DualListSelector_DpkuRNqO.mjs} +0 -0
  255. /package/dist/docs/_worker.js/chunks/{EmptyState_Ct_PJba3.mjs → EmptyState_D8pG8NNs.mjs} +0 -0
  256. /package/dist/docs/_worker.js/chunks/{EmptyState_Dk3hKJlg.mjs → EmptyState_DKnL5Sxb.mjs} +0 -0
  257. /package/dist/docs/_worker.js/chunks/{ExpandableSection_DSw76PjZ.mjs → ExpandableSection_BxeRuhxW.mjs} +0 -0
  258. /package/dist/docs/_worker.js/chunks/{ExpandableSection_vUQO3FgG.mjs → ExpandableSection_C-rR4lpq.mjs} +0 -0
  259. /package/dist/docs/_worker.js/chunks/{FileUpload_CEvZ0G-d.mjs → FileUpload_BS2e2_2a.mjs} +0 -0
  260. /package/dist/docs/_worker.js/chunks/{FileUpload_Ci_s8Ghd.mjs → FileUpload_Mp8yctad.mjs} +0 -0
  261. /package/dist/docs/_worker.js/chunks/{FormSelect_C2YPRAlw.mjs → FormSelect_Dh4wqtK-.mjs} +0 -0
  262. /package/dist/docs/_worker.js/chunks/{FormSelect_DWShl8Fb.mjs → FormSelect_Dj_assyG.mjs} +0 -0
  263. /package/dist/docs/_worker.js/chunks/{Form_Dyb98Nez.mjs → Form_C6rxCWwv.mjs} +0 -0
  264. /package/dist/docs/_worker.js/chunks/{Form_olaoRN4o.mjs → Form_LFZpV55d.mjs} +0 -0
  265. /package/dist/docs/_worker.js/chunks/{HelperText_2CcHVaih.mjs → HelperText_Cdoh4Xq5.mjs} +0 -0
  266. /package/dist/docs/_worker.js/chunks/{HelperText_DthGttZo.mjs → HelperText_PKuHc_Y7.mjs} +0 -0
  267. /package/dist/docs/_worker.js/chunks/{Hint_BXDZKYhJ.mjs → Hint_BdmmUbjS.mjs} +0 -0
  268. /package/dist/docs/_worker.js/chunks/{Hint_DHoiYdn6.mjs → Hint_DYFKftOG.mjs} +0 -0
  269. /package/dist/docs/_worker.js/chunks/{Icon_C4IPnIAg.mjs → Icon_B8kEVedr.mjs} +0 -0
  270. /package/dist/docs/_worker.js/chunks/{Icon_C_Dqbg9w.mjs → Icon_BMlPtDQq.mjs} +0 -0
  271. /package/dist/docs/_worker.js/chunks/{InputGroup_CDKP-uXZ.mjs → InputGroup_CvQnB4Xi.mjs} +0 -0
  272. /package/dist/docs/_worker.js/chunks/{InputGroup_CmZgaEyr.mjs → InputGroup_DuMIDv_M.mjs} +0 -0
  273. /package/dist/docs/_worker.js/chunks/{JumpLinks_DvM3PVg0.mjs → JumpLinks_0RwPXv3d.mjs} +0 -0
  274. /package/dist/docs/_worker.js/chunks/{JumpLinks_Dvdlxdps.mjs → JumpLinks_C5MZGLAO.mjs} +0 -0
  275. /package/dist/docs/_worker.js/chunks/{Label_C7fP9Jp9.mjs → Label_CNsHUBdN.mjs} +0 -0
  276. /package/dist/docs/_worker.js/chunks/{Label_Cxir7_Q4.mjs → Label_THkE-AFA.mjs} +0 -0
  277. /package/dist/docs/_worker.js/chunks/{List_CUgwFnXa.mjs → List_BXjcB6TX.mjs} +0 -0
  278. /package/dist/docs/_worker.js/chunks/{List_CWAsiYnN.mjs → List_CoXnRuT-.mjs} +0 -0
  279. /package/dist/docs/_worker.js/chunks/{LoginPage_BDfliKtU.mjs → LoginPage_Cd_Vx4TL.mjs} +0 -0
  280. /package/dist/docs/_worker.js/chunks/{LoginPage_BjIl_nF9.mjs → LoginPage_Dy-dda7r.mjs} +0 -0
  281. /package/dist/docs/_worker.js/chunks/{Masthead_BWjm5CFj.mjs → Masthead_0dZpDAir.mjs} +0 -0
  282. /package/dist/docs/_worker.js/chunks/{Masthead_BZnYzDu_.mjs → Masthead_L5uTIDIo.mjs} +0 -0
  283. /package/dist/docs/_worker.js/chunks/{MenuToggle_DeKwv469.mjs → MenuToggle_Bb2rO_CM.mjs} +0 -0
  284. /package/dist/docs/_worker.js/chunks/{MenuToggle_DmJISlPR.mjs → MenuToggle_D3uQPRxu.mjs} +0 -0
  285. /package/dist/docs/_worker.js/chunks/{Menu_DRRoq5PM.mjs → Menu_CU4-bIwV.mjs} +0 -0
  286. /package/dist/docs/_worker.js/chunks/{Menu_Sl-QVQ_w.mjs → Menu_Drl71efm.mjs} +0 -0
  287. /package/dist/docs/_worker.js/chunks/{Modal_6WZzoDHU.mjs → Modal_B35nIeQ6.mjs} +0 -0
  288. /package/dist/docs/_worker.js/chunks/{Modal_BI2dVPRJ.mjs → Modal_D-zL8r6s.mjs} +0 -0
  289. /package/dist/docs/_worker.js/chunks/{Modal_CdokBUDP.mjs → Modal_DDfqMCzs.mjs} +0 -0
  290. /package/dist/docs/_worker.js/chunks/{Modal_DJRobnfc.mjs → Modal_DKK66Rag.mjs} +0 -0
  291. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_BaHVtkF_.mjs → MultipleFileUpload_B_T35Ur4.mjs} +0 -0
  292. /package/dist/docs/_worker.js/chunks/{MultipleFileUpload_BznvLbsj.mjs → MultipleFileUpload_SF3pfPOs.mjs} +0 -0
  293. /package/dist/docs/_worker.js/chunks/{Nav_DwqATcJ4.mjs → Nav_DWhCiasr.mjs} +0 -0
  294. /package/dist/docs/_worker.js/chunks/{Nav_GZ0nRYXE.mjs → Nav_OmbKpzoZ.mjs} +0 -0
  295. /package/dist/docs/_worker.js/chunks/{NotificationBadge_DO4OLgvO.mjs → NotificationBadge_CCC3w-0n.mjs} +0 -0
  296. /package/dist/docs/_worker.js/chunks/{NotificationBadge_DjINhOQ5.mjs → NotificationBadge_Du1zJprr.mjs} +0 -0
  297. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_BtpQ4pmZ.mjs → NotificationDrawer_DAuLxL7w.mjs} +0 -0
  298. /package/dist/docs/_worker.js/chunks/{NotificationDrawer_D1lmMCgd.mjs → NotificationDrawer_GsX4wbyf.mjs} +0 -0
  299. /package/dist/docs/_worker.js/chunks/{NumberInput_CggpJ5ge.mjs → NumberInput_BTUsP2Dy.mjs} +0 -0
  300. /package/dist/docs/_worker.js/chunks/{NumberInput_zMcSUUwH.mjs → NumberInput_CEdn1SLL.mjs} +0 -0
  301. /package/dist/docs/_worker.js/chunks/{OverflowMenu_BX4nwFvK.mjs → OverflowMenu_Bz0pUIse.mjs} +0 -0
  302. /package/dist/docs/_worker.js/chunks/{OverflowMenu_DnQ7wMy-.mjs → OverflowMenu_eowJo-oA.mjs} +0 -0
  303. /package/dist/docs/_worker.js/chunks/{Page_Cw_XTB6Y.mjs → Page_D8wqD5dY.mjs} +0 -0
  304. /package/dist/docs/_worker.js/chunks/{Page_UhywZXdY.mjs → Page_D96Z1le0.mjs} +0 -0
  305. /package/dist/docs/_worker.js/chunks/{Pagination_7rr0n7-V.mjs → Pagination_-jq13UTb.mjs} +0 -0
  306. /package/dist/docs/_worker.js/chunks/{Pagination_Dc5L6yaI.mjs → Pagination_CQXZNog1.mjs} +0 -0
  307. /package/dist/docs/_worker.js/chunks/{Panel_Bl_LqCWS.mjs → Panel_83a69pjh.mjs} +0 -0
  308. /package/dist/docs/_worker.js/chunks/{Panel_s8-TwBlS.mjs → Panel_Cwf130Yb.mjs} +0 -0
  309. /package/dist/docs/_worker.js/chunks/{Popover_CjipqBWs.mjs → Popover_DVQ8u4Fp.mjs} +0 -0
  310. /package/dist/docs/_worker.js/chunks/{Popover_DvQgGJTf.mjs → Popover_DtFhoH3l.mjs} +0 -0
  311. /package/dist/docs/_worker.js/chunks/{ProgressStepper_DXBI4K2w.mjs → ProgressStepper_CMwF8CiX.mjs} +0 -0
  312. /package/dist/docs/_worker.js/chunks/{ProgressStepper_lBd5mTHE.mjs → ProgressStepper_Yvcq3pmc.mjs} +0 -0
  313. /package/dist/docs/_worker.js/chunks/{Progress_BZA5taDC.mjs → Progress_DsBSXTmv.mjs} +0 -0
  314. /package/dist/docs/_worker.js/chunks/{Progress_CIgybc-D.mjs → Progress_M0fLgfjf.mjs} +0 -0
  315. /package/dist/docs/_worker.js/chunks/{Radio_3tPx1coq.mjs → Radio_BmbmoopI.mjs} +0 -0
  316. /package/dist/docs/_worker.js/chunks/{Radio_BG7VZAk6.mjs → Radio_CjW5TY2C.mjs} +0 -0
  317. /package/dist/docs/_worker.js/chunks/{SearchInput_BZ43-Elo.mjs → SearchInput_BiyBA_eF.mjs} +0 -0
  318. /package/dist/docs/_worker.js/chunks/{SearchInput_aCFv-N1U.mjs → SearchInput_Bv6KJYSn.mjs} +0 -0
  319. /package/dist/docs/_worker.js/chunks/{Select_B4cumL7U.mjs → Select_B957i7MN.mjs} +0 -0
  320. /package/dist/docs/_worker.js/chunks/{Select_CJ78kBVM.mjs → Select_BBTTR43m.mjs} +0 -0
  321. /package/dist/docs/_worker.js/chunks/{Sidebar_Bto2_gKJ.mjs → Sidebar_C3c-bPso.mjs} +0 -0
  322. /package/dist/docs/_worker.js/chunks/{Sidebar_DOfifBRA.mjs → Sidebar_CHEf7dr0.mjs} +0 -0
  323. /package/dist/docs/_worker.js/chunks/{SimpleList_CVkO5Odp.mjs → SimpleList_BqpkJemM.mjs} +0 -0
  324. /package/dist/docs/_worker.js/chunks/{SimpleList_oJajk3_z.mjs → SimpleList_DDfBcEWe.mjs} +0 -0
  325. /package/dist/docs/_worker.js/chunks/{Skeleton_CCJNka-d.mjs → Skeleton_B4QE65Ar.mjs} +0 -0
  326. /package/dist/docs/_worker.js/chunks/{Skeleton_N02yA_k6.mjs → Skeleton_D5WnGxh0.mjs} +0 -0
  327. /package/dist/docs/_worker.js/chunks/{SkipToContent_DvOYRCWm.mjs → SkipToContent_BBwU-ZdY.mjs} +0 -0
  328. /package/dist/docs/_worker.js/chunks/{SkipToContent_o7vh-U_u.mjs → SkipToContent_DFYTlqla.mjs} +0 -0
  329. /package/dist/docs/_worker.js/chunks/{Slider_C0bH-JMY.mjs → Slider_BX6wz0hN.mjs} +0 -0
  330. /package/dist/docs/_worker.js/chunks/{Slider_CWRDqhx4.mjs → Slider_BlpXbwhH.mjs} +0 -0
  331. /package/dist/docs/_worker.js/chunks/{Spinner_B-x8bJt0.mjs → Spinner_C5qilvZp.mjs} +0 -0
  332. /package/dist/docs/_worker.js/chunks/{Spinner_hzAAbZdS.mjs → Spinner_CuLTR583.mjs} +0 -0
  333. /package/dist/docs/_worker.js/chunks/{Switch_Cpr1OETy.mjs → Switch_BnA8s7Wn.mjs} +0 -0
  334. /package/dist/docs/_worker.js/chunks/{Switch_Du7AKJ4O.mjs → Switch_CvUw0Z4X.mjs} +0 -0
  335. /package/dist/docs/_worker.js/chunks/{Tabs_CzDrfKA-.mjs → Tabs_CyeQBOGa.mjs} +0 -0
  336. /package/dist/docs/_worker.js/chunks/{Tabs_KXDkISY4.mjs → Tabs_xDQjU8nW.mjs} +0 -0
  337. /package/dist/docs/_worker.js/chunks/{TextArea_C1dmG8mr.mjs → TextArea_7cFF77CV.mjs} +0 -0
  338. /package/dist/docs/_worker.js/chunks/{TextArea_Dtm0m8LO.mjs → TextArea_D7NOOvRK.mjs} +0 -0
  339. /package/dist/docs/_worker.js/chunks/{TextInputGroup_D0NXU95v.mjs → TextInputGroup_DiXNtIIB.mjs} +0 -0
  340. /package/dist/docs/_worker.js/chunks/{TextInputGroup_mJpBrogC.mjs → TextInputGroup_ZNRIWQeP.mjs} +0 -0
  341. /package/dist/docs/_worker.js/chunks/{TextInput_B0XLYaVA.mjs → TextInput_3Gggoxng.mjs} +0 -0
  342. /package/dist/docs/_worker.js/chunks/{TextInput_CmLcsUiv.mjs → TextInput_Dg_3P9RM.mjs} +0 -0
  343. /package/dist/docs/_worker.js/chunks/{Tile_CF_12LPU.mjs → Tile_CAcRzWZ9.mjs} +0 -0
  344. /package/dist/docs/_worker.js/chunks/{Tile_DJ0LawLW.mjs → Tile_RHzJKWiw.mjs} +0 -0
  345. /package/dist/docs/_worker.js/chunks/{TimePicker_CijfSKJQ.mjs → TimePicker_DtrDRcMy.mjs} +0 -0
  346. /package/dist/docs/_worker.js/chunks/{TimePicker_VX9VE-Uy.mjs → TimePicker_qxUpEV9n.mjs} +0 -0
  347. /package/dist/docs/_worker.js/chunks/{Timestamp_D7uyrIK7.mjs → Timestamp_2Z94f_Eh.mjs} +0 -0
  348. /package/dist/docs/_worker.js/chunks/{Timestamp_c2Mozpr4.mjs → Timestamp_rMinDYzW.mjs} +0 -0
  349. /package/dist/docs/_worker.js/chunks/{Title_DbrwFEEy.mjs → Title_CdyPwQ2b.mjs} +0 -0
  350. /package/dist/docs/_worker.js/chunks/{Title_DlFn7G9R.mjs → Title_Csq8EY4-.mjs} +0 -0
  351. /package/dist/docs/_worker.js/chunks/{ToggleGroup_DpLWzfAW.mjs → ToggleGroup_B1Xtdxuy.mjs} +0 -0
  352. /package/dist/docs/_worker.js/chunks/{ToggleGroup_j1ooRpX3.mjs → ToggleGroup_GBAc787N.mjs} +0 -0
  353. /package/dist/docs/_worker.js/chunks/{Toolbar_BEIh7r7J.mjs → Toolbar_BfRvo9qx.mjs} +0 -0
  354. /package/dist/docs/_worker.js/chunks/{Toolbar_mjrD3_l-.mjs → Toolbar_CmeIzev4.mjs} +0 -0
  355. /package/dist/docs/_worker.js/chunks/{Tooltip_Bp5XOVoV.mjs → Tooltip_CPduniOG.mjs} +0 -0
  356. /package/dist/docs/_worker.js/chunks/{Tooltip_BrFKk02i.mjs → Tooltip_Cdt0oB9I.mjs} +0 -0
  357. /package/dist/docs/_worker.js/chunks/{TreeView_BImfKPD_.mjs → TreeView_B1tisZRW.mjs} +0 -0
  358. /package/dist/docs/_worker.js/chunks/{TreeView_CgO4iC1E.mjs → TreeView_CwOQvnLr.mjs} +0 -0
  359. /package/dist/docs/_worker.js/chunks/{Truncate_Bn55QoeZ.mjs → Truncate_C6bX3QmA.mjs} +0 -0
  360. /package/dist/docs/_worker.js/chunks/{Truncate_S939OotH.mjs → Truncate_DGi514H0.mjs} +0 -0
  361. /package/dist/docs/_worker.js/chunks/{Wizard_B28f3non.mjs → Wizard_BOkVt8H-.mjs} +0 -0
  362. /package/dist/docs/_worker.js/chunks/{Wizard_B4Dw5Yc8.mjs → Wizard_CEoZM0Yt.mjs} +0 -0
  363. /package/dist/docs/_worker.js/chunks/{Wizard_BOCBVIjJ.mjs → Wizard_CLZDzozE.mjs} +0 -0
  364. /package/dist/docs/_worker.js/chunks/{Wizard_C2sit354.mjs → Wizard_OGE-NwoN.mjs} +0 -0
  365. /package/dist/docs/_worker.js/chunks/{_astro_assets_Cpp4aFxG.mjs → _astro_assets_RFx5l3a7.mjs} +0 -0
  366. /package/dist/docs/_worker.js/chunks/{_astro_data-layer-content_D-EXtmSy.mjs → _astro_data-layer-content_BpG5DifN.mjs} +0 -0
  367. /package/dist/docs/_worker.js/chunks/{content-modules_CUXjIWnT.mjs → content-modules_CYtYtJTg.mjs} +0 -0
  368. /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.9.3";
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 addAttribute(value, key, shouldEscape = true) {
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 markHTMLString(value ? ` ${key}` : "");
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 markHTMLString(value ? ` popover` : "");
1156
+ return handleBooleanAttribute(key, value, shouldEscape, tagName);
1148
1157
  }
1149
1158
  if (key === "download" && typeof value === "boolean") {
1150
- return markHTMLString(value ? ` download` : "");
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 content2 = await renderSlotToString(this.result, this.slots[name]);
5599
- renderedSlots[name] = content2.toString();
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 = crypto.randomUUID();
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
- const content = `${method}replaceServerIsland('${hostId}', response);`;
5637
- if (this.result.cspDestination) {
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: props ?? {}
7323
+ props
7270
7324
  };
7271
7325
  transformSetDirectives(vnode);
7272
7326
  transformSlots(vnode);
7273
7327
  return vnode;
7274
7328
  }
7275
7329
 
7276
- export { PageNumberParamNotFound as $, AstroError as A, red as B, yellow as C, DEFAULT_404_COMPONENT as D, dim as E, Fragment as F, blue as G, clientAddressSymbol as H, REROUTABLE_STATUS_CODES as I, responseSentSymbol as J, decryptString as K, LocalsNotAnObject as L, createSlotValueFromString as M, isAstroComponentFactory as N, i18nNoLocaleFoundInPath as O, ResponseSentError as P, originPathnameSymbol as Q, RenderUndefinedEntryError as R, RewriteWithBodyUsed as S, MiddlewareNoDataOrNextCalled as T, UnknownContentCollectionError as U, MiddlewareNotAResponse as V, GetStaticPathsRequired as W, InvalidGetStaticPathsReturn as X, InvalidGetStaticPathsEntry as Y, GetStaticPathsExpectedParams as Z, GetStaticPathsInvalidRouteParam as _, createAstro as a, NoMatchingStaticPathFound as a0, PrerenderDynamicEndpointPathCollide as a1, ReservedSlotName as a2, renderSlotToString as a3, chunkToString as a4, isRenderInstruction as a5, SessionStorageSaveError as a6, SessionStorageInitError as a7, ForbiddenRewrite as a8, ASTRO_VERSION as a9, ImageMissingAlt as aA, spreadAttributes as aB, ExperimentalFontsNotEnabled as aC, FontFamilyNotFound as aD, MissingSharp as aE, __astro_tag_component__ as aF, CspNotEnabled as aa, green as ab, LocalsReassigned as ac, PrerenderClientAddressNotAvailable as ad, ClientAddressNotAvailable as ae, StaticClientAddressNotAvailable as af, AstroResponseHeadersReassigned as ag, renderPage as ah, REWRITE_DIRECTIVE_HEADER_KEY as ai, REWRITE_DIRECTIVE_HEADER_VALUE as aj, renderEndpoint as ak, NOOP_MIDDLEWARE_HEADER as al, REDIRECT_STATUS_CODES as am, ActionsReturnedInvalidDataError as an, ExpectedImage as ao, LocalImageUsedWrongly as ap, MissingImageDimension as aq, UnsupportedImageFormat as ar, IncompatibleDescriptorOptions as as, UnsupportedImageConversion as at, toStyleString as au, NoImageMetadata as av, FailedToFetchRemoteImageDimensions as aw, ExpectedImageOptions as ax, ExpectedNotESMImage as ay, InvalidImageService as az, renderTemplate as b, createComponent as c, addAttribute as d, renderHead as e, escape as f, renderUniqueStylesheet as g, renderScriptElement as h, createHeadAndContent as i, renderScript as j, renderSlot as k, renderTransition as l, maybeRenderHead as m, createTransitionScope as n, decodeKey as o, getDefaultExportFromCjs as p, renderJSX as q, renderComponent as r, createVNode as s, AstroJSX as t, unescapeHTML as u, AstroUserError as v, ROUTE_TYPE_HEADER as w, REROUTE_DIRECTIVE_HEADER as x, ActionNotFoundError as y, bold as z };
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 { am as REDIRECT_STATUS_CODES, A as AstroError, an as ActionsReturnedInvalidDataError, f as escape, D as DEFAULT_404_COMPONENT } from './astro/server_CVEnF9i1.mjs';
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: /\/404/,
896
+ pattern: /^\/404\/?$/,
897
897
  prerender: false,
898
898
  pathname: "/404",
899
899
  segments: [[{ content: "404", dynamic: false, spread: false }]],