@jongh/ui 1.6.5 → 2.20260905.1

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 (317) hide show
  1. package/dist/base.css +1103 -0
  2. package/dist/blue.css +155 -0
  3. package/dist/chunks/component-accordion-fyrDP4PS.js +28 -0
  4. package/dist/chunks/component-avatar-Cl7qxXL7.js +15 -0
  5. package/dist/chunks/component-badge-BqDGL-KR.js +23 -0
  6. package/dist/chunks/component-box-BVJJ_2Ye.js +27 -0
  7. package/dist/chunks/component-button-6iooYVkM.js +21 -0
  8. package/dist/chunks/component-calendar-BIBA_BgQ.js +241 -0
  9. package/dist/chunks/component-center-rifwb_-x.js +33 -0
  10. package/dist/chunks/component-checkbox-KSwDeqdV.js +54 -0
  11. package/dist/chunks/component-dialog-xLex6FJh.js +36 -0
  12. package/dist/chunks/component-grid-aWgGm3Ad.js +39 -0
  13. package/dist/chunks/component-h-stack-Cj62v71l.js +37 -0
  14. package/dist/chunks/component-select-B35mHD7A.js +52 -0
  15. package/dist/chunks/component-slider-CPcl-o95.js +16 -0
  16. package/dist/chunks/component-tabs-2-w8TPID.js +58 -0
  17. package/dist/chunks/component-textfield-CaSHslMS.js +53 -0
  18. package/dist/chunks/component-v-stack-BzMHYpjP.js +37 -0
  19. package/dist/chunks/panda-runtime-C6bA3kfx.js +496 -0
  20. package/dist/chunks/recipe-accordion-recipe-CchKveXQ.js +27 -0
  21. package/dist/chunks/recipe-avatar-recipe-5VMtXIhg.js +24 -0
  22. package/dist/chunks/recipe-badge-recipe-D02izv1z.js +136 -0
  23. package/dist/chunks/recipe-button-recipe-CjRb9Hj9.js +36 -0
  24. package/dist/chunks/recipe-calendar-recipe-BUUS4QEd.js +31 -0
  25. package/dist/chunks/recipe-center-recipe-_gQI_rG1.js +24 -0
  26. package/dist/chunks/recipe-checkbox-recipe-D72btvoT.js +31 -0
  27. package/dist/chunks/recipe-dialog-recipe-RKZYROxV.js +31 -0
  28. package/dist/chunks/recipe-layout-recipe-BMWtqxiV.js +20 -0
  29. package/dist/chunks/recipe-select-recipe-BbGnyPQ_.js +33 -0
  30. package/dist/chunks/recipe-slider-recipe-BHAFeUmN.js +25 -0
  31. package/dist/chunks/recipe-tabs-recipe-Cbr23IZY.js +26 -0
  32. package/dist/chunks/recipe-textfield-recipe-C2tyOCzn.js +27 -0
  33. package/dist/chunks/rolldown-runtime-CKyOoeiN.js +12 -0
  34. package/dist/index.d.ts +21694 -0
  35. package/dist/index.js +93 -0
  36. package/dist/purple.css +155 -0
  37. package/dist/recipes/accordion-recipe.css +118 -0
  38. package/dist/recipes/avatar-recipe.css +44 -0
  39. package/dist/recipes/badge-recipe.css +47 -0
  40. package/dist/recipes/button-recipe.css +153 -0
  41. package/dist/recipes/calendar-recipe.css +145 -0
  42. package/dist/recipes/center-recipe.css +13 -0
  43. package/dist/recipes/checkbox-recipe.css +156 -0
  44. package/dist/recipes/dialog-recipe.css +101 -0
  45. package/dist/recipes/layout-recipe.css +427 -0
  46. package/dist/recipes/select-recipe.css +175 -0
  47. package/dist/recipes/slider-recipe.css +60 -0
  48. package/dist/recipes/tabs-recipe.css +76 -0
  49. package/dist/recipes/textfield-recipe.css +95 -0
  50. package/dist/style.css +1 -0
  51. package/package.json +64 -39
  52. package/.storybook/index.css +0 -1
  53. package/.storybook/main.ts +0 -40
  54. package/.storybook/preview.ts +0 -16
  55. package/.storybook/vitest.setup.ts +0 -9
  56. package/.turbo/turbo-build.log +0 -79
  57. package/CHANGELOG.md +0 -54
  58. package/chromatic.config.json +0 -6
  59. package/eslint.config.mjs +0 -14
  60. package/index.html +0 -13
  61. package/panda.config.ts +0 -13
  62. package/postcss.config.cjs +0 -3
  63. package/preset.ts +0 -134
  64. package/src/component/accordion/ui/index.tsx +0 -80
  65. package/src/component/accordion/ui/recipe.ts +0 -65
  66. package/src/component/avatar/ui/index.tsx +0 -47
  67. package/src/component/avatar/ui/recipe.ts +0 -30
  68. package/src/component/button/ui/index.tsx +0 -29
  69. package/src/component/button/ui/recipe.ts +0 -102
  70. package/src/component/chip/ui/index.tsx +0 -30
  71. package/src/component/chip/ui/recipe.ts +0 -112
  72. package/src/component/dialog/ui/index.tsx +0 -73
  73. package/src/component/dialog/ui/recipe.ts +0 -92
  74. package/src/component/select/ui/index.tsx +0 -128
  75. package/src/component/select/ui/recipe.ts +0 -142
  76. package/src/component/slider/ui/index.tsx +0 -61
  77. package/src/component/slider/ui/recipe.ts +0 -52
  78. package/src/component/tabs/ui/index.tsx +0 -61
  79. package/src/component/tabs/ui/recipe.ts +0 -59
  80. package/src/hooks/createContext.tsx +0 -34
  81. package/src/hooks/useComposedRefs.ts +0 -20
  82. package/src/hooks/useControllableState.ts +0 -87
  83. package/src/hooks/useKeyboardEvent.ts +0 -58
  84. package/src/stories/accordion.stories.tsx +0 -63
  85. package/src/stories/avatar.stories.tsx +0 -33
  86. package/src/stories/button.stories.tsx +0 -53
  87. package/src/stories/chip.stories.tsx +0 -69
  88. package/src/stories/dialog.stories.tsx +0 -134
  89. package/src/stories/select.stories.tsx +0 -35
  90. package/src/stories/slider.stories.tsx +0 -31
  91. package/src/stories/tabs.stories.tsx +0 -63
  92. package/src/test/accordion.test.tsx +0 -66
  93. package/src/test/tabs.test.tsx +0 -30
  94. package/src/types/index.ts +0 -1
  95. package/src/utils/createStyleContext.tsx +0 -108
  96. package/src/utils/defineSafe.ts +0 -46
  97. package/src/utils/getObjectKeys.ts +0 -20
  98. package/src/vite-env.d.ts +0 -1
  99. package/storybook-static/assets/Color-F6OSRLHC-CrKta8Qx.js +0 -1
  100. package/storybook-static/assets/DocsRenderer-CFRXHY34-Crd9Mepd.js +0 -586
  101. package/storybook-static/assets/_commonjsHelpers-Cpj98o6Y.js +0 -1
  102. package/storybook-static/assets/accordion.stories-0Om0AnMm.js +0 -50
  103. package/storybook-static/assets/avatar.stories-DMDsrSks.js +0 -16
  104. package/storybook-static/assets/axe-Dzet_oDA.js +0 -30
  105. package/storybook-static/assets/button.stories-CuVC-3x-.js +0 -40
  106. package/storybook-static/assets/chip.stories-FBIp8XNi.js +0 -48
  107. package/storybook-static/assets/chunk-XP5HYGXS-D5tuasO7.js +0 -1
  108. package/storybook-static/assets/createLucideIcon-DmXe7Z8R.js +0 -21
  109. package/storybook-static/assets/dialog.stories-3WsEvXt4.js +0 -106
  110. package/storybook-static/assets/entry-preview-Bkgdgq1b.js +0 -10
  111. package/storybook-static/assets/entry-preview-docs-zLz1Es7d.js +0 -46
  112. package/storybook-static/assets/iframe-LPPPXabV.js +0 -199
  113. package/storybook-static/assets/index-Bklpsb39.js +0 -1
  114. package/storybook-static/assets/index-BrlJLjep.js +0 -24
  115. package/storybook-static/assets/index-C2tRLqin.js +0 -41
  116. package/storybook-static/assets/index-CBft-ReK.js +0 -8
  117. package/storybook-static/assets/index-CSbWd7UJ.js +0 -1
  118. package/storybook-static/assets/index-ClcD9ViR.js +0 -9
  119. package/storybook-static/assets/index-Cu4lwwaE.js +0 -1
  120. package/storybook-static/assets/index-Cvkemp2J.js +0 -1
  121. package/storybook-static/assets/index-D59aU5s_.js +0 -240
  122. package/storybook-static/assets/index-DNo8LKN3.js +0 -1
  123. package/storybook-static/assets/index-DUy19JZU.js +0 -1
  124. package/storybook-static/assets/index-D_35mznO.js +0 -1
  125. package/storybook-static/assets/index-DrFu-skq.js +0 -6
  126. package/storybook-static/assets/index-DvbTp2M2.js +0 -1
  127. package/storybook-static/assets/index-rtmQni2k.js +0 -1
  128. package/storybook-static/assets/jsx-runtime-BYYWji4R.js +0 -9
  129. package/storybook-static/assets/matchers-57EZJSQE-oeXCqs4p.js +0 -14
  130. package/storybook-static/assets/preview-1l6V4UsQ.js +0 -1
  131. package/storybook-static/assets/preview-B3PTUHS7.js +0 -1
  132. package/storybook-static/assets/preview-BBWR9nbA.js +0 -1
  133. package/storybook-static/assets/preview-BCV5r-Ja.js +0 -1
  134. package/storybook-static/assets/preview-BWzBA1C2.js +0 -396
  135. package/storybook-static/assets/preview-Bb56VplF.js +0 -2
  136. package/storybook-static/assets/preview-Bl8rsKRy.js +0 -1
  137. package/storybook-static/assets/preview-Bm-a94Ct.js +0 -2
  138. package/storybook-static/assets/preview-Br-h4d84.js +0 -1
  139. package/storybook-static/assets/preview-D77C14du.js +0 -34
  140. package/storybook-static/assets/preview-DC8N7cZb.css +0 -1
  141. package/storybook-static/assets/preview-DGUiP6tS.js +0 -7
  142. package/storybook-static/assets/react-18-BPs3tMGP.js +0 -1
  143. package/storybook-static/assets/select.stories-AN8Hb81Z.js +0 -20
  144. package/storybook-static/assets/slider.stories-CxOczq0y.js +0 -12
  145. package/storybook-static/assets/tabs.stories-BbTU4QU3.js +0 -28
  146. package/storybook-static/favicon.svg +0 -1
  147. package/storybook-static/iframe.html +0 -666
  148. package/storybook-static/index.html +0 -193
  149. package/storybook-static/index.json +0 -1
  150. package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  151. package/storybook-static/nunito-sans-bold.woff2 +0 -0
  152. package/storybook-static/nunito-sans-italic.woff2 +0 -0
  153. package/storybook-static/nunito-sans-regular.woff2 +0 -0
  154. package/storybook-static/project.json +0 -1
  155. package/storybook-static/sb-addons/a11y-12/manager-bundle.js +0 -3
  156. package/storybook-static/sb-addons/a11y-12/manager-bundle.js.LEGAL.txt +0 -0
  157. package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +0 -331
  158. package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +0 -51
  159. package/storybook-static/sb-addons/controls-11/manager-bundle.js +0 -391
  160. package/storybook-static/sb-addons/controls-11/manager-bundle.js.LEGAL.txt +0 -0
  161. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
  162. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
  163. package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +0 -12
  164. package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js.LEGAL.txt +0 -0
  165. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -391
  166. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +0 -0
  167. package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +0 -230
  168. package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js.LEGAL.txt +0 -0
  169. package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +0 -3
  170. package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js.LEGAL.txt +0 -0
  171. package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +0 -3
  172. package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js.LEGAL.txt +0 -0
  173. package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +0 -3
  174. package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js.LEGAL.txt +0 -0
  175. package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +0 -3
  176. package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js.LEGAL.txt +0 -0
  177. package/storybook-static/sb-addons/links-1/manager-bundle.js +0 -3
  178. package/storybook-static/sb-addons/links-1/manager-bundle.js.LEGAL.txt +0 -0
  179. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
  180. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
  181. package/storybook-static/sb-addons/storybook-experimental-addon-test-13/manager-bundle.js +0 -211
  182. package/storybook-static/sb-addons/storybook-experimental-addon-test-13/manager-bundle.js.LEGAL.txt +0 -0
  183. package/storybook-static/sb-common-assets/favicon.svg +0 -1
  184. package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  185. package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  186. package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  187. package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  188. package/storybook-static/sb-manager/globals-module-info.js +0 -1037
  189. package/storybook-static/sb-manager/globals-runtime.js +0 -40857
  190. package/storybook-static/sb-manager/globals.js +0 -48
  191. package/storybook-static/sb-manager/runtime.js +0 -11963
  192. package/styled-system/css/conditions.mjs +0 -36
  193. package/styled-system/css/css.d.ts +0 -22
  194. package/styled-system/css/css.mjs +0 -45
  195. package/styled-system/css/cva.d.ts +0 -6
  196. package/styled-system/css/cva.mjs +0 -87
  197. package/styled-system/css/cx.d.ts +0 -5
  198. package/styled-system/css/cx.mjs +0 -15
  199. package/styled-system/css/index.d.ts +0 -5
  200. package/styled-system/css/index.mjs +0 -4
  201. package/styled-system/css/sva.d.ts +0 -4
  202. package/styled-system/css/sva.mjs +0 -41
  203. package/styled-system/helpers.mjs +0 -336
  204. package/styled-system/jsx/aspect-ratio.d.ts +0 -10
  205. package/styled-system/jsx/aspect-ratio.mjs +0 -14
  206. package/styled-system/jsx/bleed.d.ts +0 -10
  207. package/styled-system/jsx/bleed.mjs +0 -14
  208. package/styled-system/jsx/box.d.ts +0 -10
  209. package/styled-system/jsx/box.mjs +0 -14
  210. package/styled-system/jsx/center.d.ts +0 -10
  211. package/styled-system/jsx/center.mjs +0 -14
  212. package/styled-system/jsx/circle.d.ts +0 -10
  213. package/styled-system/jsx/circle.mjs +0 -14
  214. package/styled-system/jsx/container.d.ts +0 -10
  215. package/styled-system/jsx/container.mjs +0 -14
  216. package/styled-system/jsx/cq.d.ts +0 -10
  217. package/styled-system/jsx/cq.mjs +0 -14
  218. package/styled-system/jsx/divider.d.ts +0 -10
  219. package/styled-system/jsx/divider.mjs +0 -14
  220. package/styled-system/jsx/factory-helper.mjs +0 -22
  221. package/styled-system/jsx/factory.d.ts +0 -3
  222. package/styled-system/jsx/factory.mjs +0 -80
  223. package/styled-system/jsx/flex.d.ts +0 -10
  224. package/styled-system/jsx/flex.mjs +0 -14
  225. package/styled-system/jsx/float.d.ts +0 -10
  226. package/styled-system/jsx/float.mjs +0 -14
  227. package/styled-system/jsx/grid-item.d.ts +0 -10
  228. package/styled-system/jsx/grid-item.mjs +0 -14
  229. package/styled-system/jsx/grid.d.ts +0 -10
  230. package/styled-system/jsx/grid.mjs +0 -14
  231. package/styled-system/jsx/hstack.d.ts +0 -10
  232. package/styled-system/jsx/hstack.mjs +0 -14
  233. package/styled-system/jsx/index.d.ts +0 -24
  234. package/styled-system/jsx/index.mjs +0 -22
  235. package/styled-system/jsx/is-valid-prop.d.ts +0 -11
  236. package/styled-system/jsx/is-valid-prop.mjs +0 -17
  237. package/styled-system/jsx/link-overlay.d.ts +0 -10
  238. package/styled-system/jsx/link-overlay.mjs +0 -14
  239. package/styled-system/jsx/spacer.d.ts +0 -10
  240. package/styled-system/jsx/spacer.mjs +0 -14
  241. package/styled-system/jsx/square.d.ts +0 -10
  242. package/styled-system/jsx/square.mjs +0 -14
  243. package/styled-system/jsx/stack.d.ts +0 -10
  244. package/styled-system/jsx/stack.mjs +0 -14
  245. package/styled-system/jsx/visually-hidden.d.ts +0 -10
  246. package/styled-system/jsx/visually-hidden.mjs +0 -14
  247. package/styled-system/jsx/vstack.d.ts +0 -10
  248. package/styled-system/jsx/vstack.mjs +0 -14
  249. package/styled-system/jsx/wrap.d.ts +0 -10
  250. package/styled-system/jsx/wrap.mjs +0 -14
  251. package/styled-system/patterns/aspect-ratio.d.ts +0 -21
  252. package/styled-system/patterns/aspect-ratio.mjs +0 -38
  253. package/styled-system/patterns/bleed.d.ts +0 -22
  254. package/styled-system/patterns/bleed.mjs +0 -24
  255. package/styled-system/patterns/box.d.ts +0 -21
  256. package/styled-system/patterns/box.mjs +0 -15
  257. package/styled-system/patterns/center.d.ts +0 -21
  258. package/styled-system/patterns/center.mjs +0 -21
  259. package/styled-system/patterns/circle.d.ts +0 -21
  260. package/styled-system/patterns/circle.mjs +0 -25
  261. package/styled-system/patterns/container.d.ts +0 -21
  262. package/styled-system/patterns/container.mjs +0 -21
  263. package/styled-system/patterns/cq.d.ts +0 -22
  264. package/styled-system/patterns/cq.mjs +0 -21
  265. package/styled-system/patterns/divider.d.ts +0 -23
  266. package/styled-system/patterns/divider.mjs +0 -25
  267. package/styled-system/patterns/flex.d.ts +0 -27
  268. package/styled-system/patterns/flex.mjs +0 -26
  269. package/styled-system/patterns/float.d.ts +0 -24
  270. package/styled-system/patterns/float.mjs +0 -52
  271. package/styled-system/patterns/grid-item.d.ts +0 -26
  272. package/styled-system/patterns/grid-item.mjs +0 -25
  273. package/styled-system/patterns/grid.d.ts +0 -25
  274. package/styled-system/patterns/grid.mjs +0 -27
  275. package/styled-system/patterns/hstack.d.ts +0 -22
  276. package/styled-system/patterns/hstack.mjs +0 -24
  277. package/styled-system/patterns/index.d.ts +0 -21
  278. package/styled-system/patterns/index.mjs +0 -20
  279. package/styled-system/patterns/link-overlay.d.ts +0 -21
  280. package/styled-system/patterns/link-overlay.mjs +0 -24
  281. package/styled-system/patterns/spacer.d.ts +0 -21
  282. package/styled-system/patterns/spacer.mjs +0 -21
  283. package/styled-system/patterns/square.d.ts +0 -21
  284. package/styled-system/patterns/square.mjs +0 -24
  285. package/styled-system/patterns/stack.d.ts +0 -24
  286. package/styled-system/patterns/stack.mjs +0 -24
  287. package/styled-system/patterns/visually-hidden.d.ts +0 -21
  288. package/styled-system/patterns/visually-hidden.mjs +0 -18
  289. package/styled-system/patterns/vstack.d.ts +0 -22
  290. package/styled-system/patterns/vstack.mjs +0 -24
  291. package/styled-system/patterns/wrap.d.ts +0 -25
  292. package/styled-system/patterns/wrap.mjs +0 -25
  293. package/styled-system/tokens/index.d.ts +0 -9
  294. package/styled-system/tokens/index.mjs +0 -1992
  295. package/styled-system/tokens/tokens.d.ts +0 -60
  296. package/styled-system/types/composition.d.ts +0 -164
  297. package/styled-system/types/conditions.d.ts +0 -274
  298. package/styled-system/types/csstype.d.ts +0 -21298
  299. package/styled-system/types/global.d.ts +0 -20
  300. package/styled-system/types/index.d.ts +0 -8
  301. package/styled-system/types/jsx.d.ts +0 -52
  302. package/styled-system/types/parts.d.ts +0 -8
  303. package/styled-system/types/pattern.d.ts +0 -78
  304. package/styled-system/types/prop-type.d.ts +0 -235
  305. package/styled-system/types/recipe.d.ts +0 -181
  306. package/styled-system/types/selectors.d.ts +0 -59
  307. package/styled-system/types/static-css.d.ts +0 -56
  308. package/styled-system/types/style-props.d.ts +0 -7468
  309. package/styled-system/types/system-types.d.ts +0 -109
  310. package/tsconfig.json +0 -13
  311. package/turbo/generators/config.cjs +0 -7
  312. package/turbo/generators/stories.cjs +0 -23
  313. package/turbo/generators/templates/stories.tsx.hbs +0 -16
  314. package/turbo/generators/templates/ui.tsx.hbs +0 -8
  315. package/turbo/generators/ui.cjs +0 -19
  316. package/vite.config.ts +0 -7
  317. package/vitest.config.ts +0 -45
@@ -1,586 +0,0 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./Color-F6OSRLHC-CrKta8Qx.js","./index-ClcD9ViR.js","./_commonjsHelpers-Cpj98o6Y.js","./iframe-LPPPXabV.js","./jsx-runtime-BYYWji4R.js","./index-BrlJLjep.js","./index-Cu4lwwaE.js","./index-CBft-ReK.js","./index-DrFu-skq.js","./react-18-BPs3tMGP.js","./index-DUy19JZU.js"])))=>i.map(i=>d[i]);
2
- var dC=Object.defineProperty;var pC=(e,t,r)=>t in e?dC(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var _n=(e,t,r)=>pC(e,typeof t!="symbol"?t+"":t,r);import{_ as Up}from"./iframe-LPPPXabV.js";import{r as l,R as y}from"./index-ClcD9ViR.js";import{j as N}from"./jsx-runtime-BYYWji4R.js";import{G as cy,r as qp}from"./index-BrlJLjep.js";import{O as dy,P as fC}from"./index-Cu4lwwaE.js";import{y as Rh,g as Du}from"./index-CBft-ReK.js";import{d as hC}from"./index-DrFu-skq.js";import{renderElement as mC,unmountElement as gC}from"./react-18-BPs3tMGP.js";var vC=Object.create,py=Object.defineProperty,yC=Object.getOwnPropertyDescriptor,fy=Object.getOwnPropertyNames,bC=Object.getPrototypeOf,wC=Object.prototype.hasOwnProperty,Si=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),mn=(e,t)=>function(){return t||(0,e[fy(e)[0]])((t={exports:{}}).exports,t),t.exports},EC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of fy(t))!wC.call(e,a)&&a!==r&&py(e,a,{get:()=>t[a],enumerable:!(n=yC(t,a))||n.enumerable});return e},Wp=(e,t,r)=>(r=e!=null?vC(bC(e)):{},EC(t||!e||!e.__esModule?py(r,"default",{value:e,enumerable:!0}):r,e));function xC(e,t,{signal:r,edges:n}={}){let a,o=null,i=n!=null&&n.includes("leading"),s=n==null||n.includes("trailing"),c=()=>{o!==null&&(e.apply(a,o),a=void 0,o=null)},d=()=>{s&&c(),f()},p=null,g=()=>{p!=null&&clearTimeout(p),p=setTimeout(()=>{p=null,d()},t)},h=()=>{p!==null&&(clearTimeout(p),p=null)},f=()=>{h(),a=void 0,o=null},v=()=>{h(),c()},m=function(...w){if(r!=null&&r.aborted)return;a=this,o=w;let E=p==null;g(),i&&E&&c()};return m.schedule=g,m.cancel=f,m.flush=v,r==null||r.addEventListener("abort",f,{once:!0}),m}function qj(e,t=0,r={}){typeof r!="object"&&(r={});let{signal:n,leading:a=!1,trailing:o=!0,maxWait:i}=r,s=Array(2);a&&(s[0]="leading"),o&&(s[1]="trailing");let c,d=null,p=xC(function(...f){c=e.apply(this,f),d=null},t,{signal:n,edges:s}),g=function(...f){if(i!=null){if(d===null)d=Date.now();else if(Date.now()-d>=i)return c=e.apply(this,f),d=Date.now(),p.cancel(),p.schedule(),c}return p.apply(this,f),c},h=()=>(p.flush(),c);return g.cancel=p.cancel,g.flush=h,g}function DC(e){return Array.from(new Set(e))}function CC(e,t){let r={},n=Object.entries(e);for(let a=0;a<n.length;a++){let[o,i]=n[a];t(i,o)&&(r[o]=i)}return r}function SC(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function kC(e){return e==null||typeof e!="object"&&typeof e!="function"}function Ih(e){return Un(e)}function Un(e,t=new Map){if(kC(e))return e;if(t.has(e))return t.get(e);if(Array.isArray(e)){let r=new Array(e.length);t.set(e,r);for(let n=0;n<e.length;n++)r[n]=Un(e[n],t);return Object.prototype.hasOwnProperty.call(e,"index")&&(r.index=e.index),Object.prototype.hasOwnProperty.call(e,"input")&&(r.input=e.input),r}if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp){let r=new RegExp(e.source,e.flags);return r.lastIndex=e.lastIndex,r}if(e instanceof Map){let r=new Map;t.set(e,r);for(let[n,a]of e.entries())r.set(n,Un(a,t));return r}if(e instanceof Set){let r=new Set;t.set(e,r);for(let n of e.values())r.add(Un(n,t));return r}if(typeof Buffer<"u"&&Buffer.isBuffer(e))return e.subarray();if(SC(e)){let r=new(Object.getPrototypeOf(e)).constructor(e.length);t.set(e,r);for(let n=0;n<e.length;n++)r[n]=Un(e[n],t);return r}if(e instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&e instanceof SharedArrayBuffer)return e.slice(0);if(e instanceof DataView){let r=new DataView(e.buffer.slice(0),e.byteOffset,e.byteLength);return t.set(e,r),Jr(r,e,t),r}if(typeof File<"u"&&e instanceof File){let r=new File([e],e.name,{type:e.type});return t.set(e,r),Jr(r,e,t),r}if(e instanceof Blob){let r=new Blob([e],{type:e.type});return t.set(e,r),Jr(r,e,t),r}if(e instanceof Error){let r=new e.constructor;return t.set(e,r),r.message=e.message,r.name=e.name,r.stack=e.stack,r.cause=e.cause,Jr(r,e,t),r}if(typeof e=="object"&&e!==null){let r={};return t.set(e,r),Jr(r,e,t),r}return e}function Jr(e,t,r){let n=Object.keys(t);for(let a=0;a<n.length;a++){let o=n[a],i=Object.getOwnPropertyDescriptor(t,o);(i!=null&&i.writable||i!=null&&i.set)&&(e[o]=Un(t[o],r))}}var AC="[object String]",FC="[object Number]",_C="[object Boolean]",RC="[object Arguments]";function IC(e){if(typeof e!="object")return Ih(e);switch(Object.prototype.toString.call(e)){case FC:case AC:case _C:{let t=new e.constructor(e==null?void 0:e.valueOf());return Jr(t,e),t}case RC:{let t={};return Jr(t,e),t.length=e.length,t[Symbol.iterator]=e[Symbol.iterator],t}default:return Ih(e)}}var Et=e=>`control-${e.replace(/\s+/g,"-")}`,hs=e=>`set-${e.replace(/\s+/g,"-")}`,BC=Object.create,Gp=Object.defineProperty,TC=Object.getOwnPropertyDescriptor,zC=Object.getOwnPropertyNames,LC=Object.getPrototypeOf,OC=Object.prototype.hasOwnProperty,R=(e,t)=>Gp(e,"name",{value:t,configurable:!0}),ki=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),ms=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),MC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of zC(t))!OC.call(e,a)&&a!==r&&Gp(e,a,{get:()=>t[a],enumerable:!(n=TC(t,a))||n.enumerable});return e},Yp=(e,t,r)=>(r=e!=null?BC(LC(e)):{},MC(t||!e||!e.__esModule?Gp(r,"default",{value:e,enumerable:!0}):r,e)),PC=ms(e=>{(function(){var t=typeof Symbol=="function"&&Symbol.for,r=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,a=t?Symbol.for("react.fragment"):60107,o=t?Symbol.for("react.strict_mode"):60108,i=t?Symbol.for("react.profiler"):60114,s=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,d=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,g=t?Symbol.for("react.forward_ref"):60112,h=t?Symbol.for("react.suspense"):60113,f=t?Symbol.for("react.suspense_list"):60120,v=t?Symbol.for("react.memo"):60115,m=t?Symbol.for("react.lazy"):60116,w=t?Symbol.for("react.block"):60121,E=t?Symbol.for("react.fundamental"):60117,D=t?Symbol.for("react.responder"):60118,x=t?Symbol.for("react.scope"):60119;function b($){return typeof $=="string"||typeof $=="function"||$===a||$===p||$===i||$===o||$===h||$===f||typeof $=="object"&&$!==null&&($.$$typeof===m||$.$$typeof===v||$.$$typeof===s||$.$$typeof===c||$.$$typeof===g||$.$$typeof===E||$.$$typeof===D||$.$$typeof===x||$.$$typeof===w)}R(b,"isValidElementType");function C($){if(typeof $=="object"&&$!==null){var ot=$.$$typeof;switch(ot){case r:var St=$.type;switch(St){case d:case p:case a:case i:case o:case h:return St;default:var Mr=St&&St.$$typeof;switch(Mr){case c:case g:case m:case v:case s:return Mr;default:return ot}}case n:return ot}}}R(C,"typeOf");var S=d,k=p,A=c,_=s,I=r,B=g,z=a,L=m,M=v,O=n,P=i,j=o,q=h,U=!1;function Y($){return U||(U=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),X($)||C($)===d}R(Y,"isAsyncMode");function X($){return C($)===p}R(X,"isConcurrentMode");function re($){return C($)===c}R(re,"isContextConsumer");function Z($){return C($)===s}R(Z,"isContextProvider");function ie($){return typeof $=="object"&&$!==null&&$.$$typeof===r}R(ie,"isElement");function H($){return C($)===g}R(H,"isForwardRef");function J($){return C($)===a}R(J,"isFragment");function te($){return C($)===m}R(te,"isLazy");function pe($){return C($)===v}R(pe,"isMemo");function De($){return C($)===n}R(De,"isPortal");function Ct($){return C($)===i}R(Ct,"isProfiler");function qe($){return C($)===o}R(qe,"isStrictMode");function at($){return C($)===h}R(at,"isSuspense"),e.AsyncMode=S,e.ConcurrentMode=k,e.ContextConsumer=A,e.ContextProvider=_,e.Element=I,e.ForwardRef=B,e.Fragment=z,e.Lazy=L,e.Memo=M,e.Portal=O,e.Profiler=P,e.StrictMode=j,e.Suspense=q,e.isAsyncMode=Y,e.isConcurrentMode=X,e.isContextConsumer=re,e.isContextProvider=Z,e.isElement=ie,e.isForwardRef=H,e.isFragment=J,e.isLazy=te,e.isMemo=pe,e.isPortal=De,e.isProfiler=Ct,e.isStrictMode=qe,e.isSuspense=at,e.isValidElementType=b,e.typeOf=C})()}),NC=ms((e,t)=>{t.exports=PC()}),hy=ms((e,t)=>{var r=NC(),n={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};s[r.ForwardRef]=o,s[r.Memo]=i;function c(w){return r.isMemo(w)?i:s[w.$$typeof]||n}R(c,"getStatics");var d=Object.defineProperty,p=Object.getOwnPropertyNames,g=Object.getOwnPropertySymbols,h=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,v=Object.prototype;function m(w,E,D){if(typeof E!="string"){if(v){var x=f(E);x&&x!==v&&m(w,x,D)}var b=p(E);g&&(b=b.concat(g(E)));for(var C=c(w),S=c(E),k=0;k<b.length;++k){var A=b[k];if(!a[A]&&!(D&&D[A])&&!(S&&S[A])&&!(C&&C[A])){var _=h(E,A);try{d(w,A,_)}catch{}}}}return w}R(m,"hoistNonReactStatics"),t.exports=m}),$C=ms((e,t)=>{(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return R(function r(n,a,o){function i(d,p){if(!a[d]){if(!n[d]){var g=typeof ki=="function"&&ki;if(!p&&g)return g(d,!0);if(s)return s(d,!0);var h=new Error("Cannot find module '"+d+"'");throw h.code="MODULE_NOT_FOUND",h}var f=a[d]={exports:{}};n[d][0].call(f.exports,function(v){var m=n[d][1][v];return i(m||v)},f,f.exports,r,n,a,o)}return a[d].exports}R(i,"s");for(var s=typeof ki=="function"&&ki,c=0;c<o.length;c++)i(o[c]);return i},"e")({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}R(o,"Similar"),o.prototype.get=function(i){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(s=this.indexOf(i),s>=0)return this.lastItem=this.list[s],this.list[s].val},o.prototype.set=function(i,s){var c;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=s,this):(c=this.indexOf(i),c>=0?(this.lastItem=this.list[c],this.list[c].val=s,this):(this.lastItem={key:i,val:s},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),s=this.indexOf(i),s>=0)return this.size--,this.list.splice(s,1)[0]},o.prototype.has=function(i){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],!0):!1)},o.prototype.forEach=function(i,s){var c;for(c=0;c<this.size;c++)i.call(s||this,this.list[c].val,this.list[c].key,this)},o.prototype.indexOf=function(i){var s;for(s=0;s<this.size;s++)if(this.isEqual(this.list[s].key,i))return s;return-1},o.prototype.isEqual=function(i,s){return i===s||i!==i&&s!==s},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var p=new o(!1),g=[];return function(h){var f=R(function(){var v=p,m,w,E=arguments.length-1,D=Array(E+1),x=!0,b;if((f.numArgs||f.numArgs===0)&&f.numArgs!==E+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(b=0;b<E;b++){if(D[b]={cacheItem:v,arg:arguments[b]},v.has(arguments[b])){v=v.get(arguments[b]);continue}x=!1,m=new o(!1),v.set(arguments[b],m),v=m}return x&&(v.has(arguments[E])?w=v.get(arguments[E]):x=!1),x||(w=h.apply(null,arguments),v.set(arguments[E],w)),d>0&&(D[E]={cacheItem:v,arg:arguments[E]},x?i(g,D):g.push(D),g.length>d&&s(g.shift())),f.wasMemoized=x,f.numArgs=E+1,w},"memoizerific");return f.limit=d,f.wasMemoized=!1,f.cache=p,f.lru=g,f}};function i(d,p){var g=d.length,h=p.length,f,v,m;for(v=0;v<g;v++){for(f=!0,m=0;m<h;m++)if(!c(d[v][m].arg,p[m].arg)){f=!1;break}if(f)break}d.push(d.splice(v,1)[0])}R(i,"moveToMostRecentLru");function s(d){var p=d.length,g=d[p-1],h,f;for(g.cacheItem.delete(g.arg),f=p-2;f>=0&&(g=d[f],h=g.cacheItem.get(g.arg),!h||!h.size);f--)g.cacheItem.delete(g.arg)}R(s,"removeCachedResult");function c(d,p){return d===p||d!==d&&p!==p}R(c,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function jt(){return jt=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jt.apply(null,arguments)}R(jt,"_extends");function Kp(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}R(Kp,"memoize");var HC=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Jp=Kp(function(e){return HC.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function my(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}R(my,"sheetForTag");function gy(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}R(gy,"createStyleElement");var jC=function(){function e(r){var n=this;this._insertTag=function(a){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(a,o),n.tags.push(a)},this.isSpeedy=r.speedy===void 0?!1:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}R(e,"StyleSheet");var t=e.prototype;return t.hydrate=R(function(r){r.forEach(this._insertTag)},"hydrate"),t.insert=R(function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(gy(this));var n=this.tags[this.tags.length-1],a=r.charCodeAt(0)===64&&r.charCodeAt(1)===105;if(a&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
3
- `+r+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!a,this.isSpeedy){var o=my(n);try{o.insertRule(r,o.cssRules.length)}catch(i){/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(r)||console.error('There was a problem inserting the following rule: "'+r+'"',i)}}else n.appendChild(document.createTextNode(r));this.ctr++},"insert"),t.flush=R(function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0,this._alreadyInsertedOrderInsensitiveRule=!1},"flush"),e}(),Fe="-ms-",Sl="-moz-",ee="-webkit-",Zp="comm",Xp="rule",Qp="decl",VC="@import",vy="@keyframes",UC="@layer",qC=Math.abs,gs=String.fromCharCode,WC=Object.assign;function yy(e,t){return be(e,0)^45?(((t<<2^be(e,0))<<2^be(e,1))<<2^be(e,2))<<2^be(e,3):0}R(yy,"hash");function e1(e){return e.trim()}R(e1,"trim");function by(e,t){return(e=t.exec(e))?e[0]:e}R(by,"match");function Q(e,t,r){return e.replace(t,r)}R(Q,"replace");function kl(e,t){return e.indexOf(t)}R(kl,"indexof");function be(e,t){return e.charCodeAt(t)|0}R(be,"charat");function oa(e,t,r){return e.slice(t,r)}R(oa,"substr");function ct(e){return e.length}R(ct,"strlen");function vs(e){return e.length}R(vs,"sizeof");function ao(e,t){return t.push(e),e}R(ao,"append");function wy(e,t){return e.map(t).join("")}R(wy,"combine");var ys=1,ia=1,Ey=0,Ve=0,ce=0,Ca="";function Ko(e,t,r,n,a,o,i){return{value:e,root:t,parent:r,type:n,props:a,children:o,line:ys,column:ia,length:i,return:""}}R(Ko,"node");function Pn(e,t){return WC(Ko("",null,null,"",null,null,0),e,{length:-e.length},t)}R(Pn,"copy");function xy(){return ce}R(xy,"char");function Dy(){return ce=Ve>0?be(Ca,--Ve):0,ia--,ce===10&&(ia=1,ys--),ce}R(Dy,"prev");function $e(){return ce=Ve<Ey?be(Ca,Ve++):0,ia++,ce===10&&(ia=1,ys++),ce}R($e,"next");function mt(){return be(Ca,Ve)}R(mt,"peek");function yo(){return Ve}R(yo,"caret");function Sa(e,t){return oa(Ca,e,t)}R(Sa,"slice");function la(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}R(la,"token");function t1(e){return ys=ia=1,Ey=ct(Ca=e),Ve=0,[]}R(t1,"alloc");function r1(e){return Ca="",e}R(r1,"dealloc");function bo(e){return e1(Sa(Ve-1,Al(e===91?e+2:e===40?e+1:e)))}R(bo,"delimit");function Cy(e){for(;(ce=mt())&&ce<33;)$e();return la(e)>2||la(ce)>3?"":" "}R(Cy,"whitespace");function Sy(e,t){for(;--t&&$e()&&!(ce<48||ce>102||ce>57&&ce<65||ce>70&&ce<97););return Sa(e,yo()+(t<6&&mt()==32&&$e()==32))}R(Sy,"escaping");function Al(e){for(;$e();)switch(ce){case e:return Ve;case 34:case 39:e!==34&&e!==39&&Al(ce);break;case 40:e===41&&Al(e);break;case 92:$e();break}return Ve}R(Al,"delimiter");function ky(e,t){for(;$e()&&e+ce!==57&&!(e+ce===84&&mt()===47););return"/*"+Sa(t,Ve-1)+"*"+gs(e===47?e:$e())}R(ky,"commenter");function Ay(e){for(;!la(mt());)$e();return Sa(e,Ve)}R(Ay,"identifier");function Fy(e){return r1(wo("",null,null,null,[""],e=t1(e),0,[0],e))}R(Fy,"compile");function wo(e,t,r,n,a,o,i,s,c){for(var d=0,p=0,g=i,h=0,f=0,v=0,m=1,w=1,E=1,D=0,x="",b=a,C=o,S=n,k=x;w;)switch(v=D,D=$e()){case 40:if(v!=108&&be(k,g-1)==58){kl(k+=Q(bo(D),"&","&\f"),"&\f")!=-1&&(E=-1);break}case 34:case 39:case 91:k+=bo(D);break;case 9:case 10:case 13:case 32:k+=Cy(v);break;case 92:k+=Sy(yo()-1,7);continue;case 47:switch(mt()){case 42:case 47:ao(_y(ky($e(),yo()),t,r),c);break;default:k+="/"}break;case 123*m:s[d++]=ct(k)*E;case 125*m:case 59:case 0:switch(D){case 0:case 125:w=0;case 59+p:E==-1&&(k=Q(k,/\f/g,"")),f>0&&ct(k)-g&&ao(f>32?td(k+";",n,r,g-1):td(Q(k," ","")+";",n,r,g-2),c);break;case 59:k+=";";default:if(ao(S=ed(k,t,r,d,p,a,s,x,b=[],C=[],g),o),D===123)if(p===0)wo(k,t,S,S,b,o,g,s,C);else switch(h===99&&be(k,3)===110?100:h){case 100:case 108:case 109:case 115:wo(e,S,S,n&&ao(ed(e,S,S,0,0,a,s,x,a,b=[],g),C),a,C,g,s,n?b:C);break;default:wo(k,S,S,S,[""],C,0,s,C)}}d=p=f=0,m=E=1,x=k="",g=i;break;case 58:g=1+ct(k),f=v;default:if(m<1){if(D==123)--m;else if(D==125&&m++==0&&Dy()==125)continue}switch(k+=gs(D),D*m){case 38:E=p>0?1:(k+="\f",-1);break;case 44:s[d++]=(ct(k)-1)*E,E=1;break;case 64:mt()===45&&(k+=bo($e())),h=mt(),p=g=ct(x=k+=Ay(yo())),D++;break;case 45:v===45&&ct(k)==2&&(m=0)}}return o}R(wo,"parse");function ed(e,t,r,n,a,o,i,s,c,d,p){for(var g=a-1,h=a===0?o:[""],f=vs(h),v=0,m=0,w=0;v<n;++v)for(var E=0,D=oa(e,g+1,g=qC(m=i[v])),x=e;E<f;++E)(x=e1(m>0?h[E]+" "+D:Q(D,/&\f/g,h[E])))&&(c[w++]=x);return Ko(e,t,r,a===0?Xp:s,c,d,p)}R(ed,"ruleset");function _y(e,t,r){return Ko(e,t,r,Zp,gs(xy()),oa(e,2,-2),0)}R(_y,"comment");function td(e,t,r,n){return Ko(e,t,r,Qp,oa(e,0,n),oa(e,n+1,-1),n)}R(td,"declaration");function an(e,t){for(var r="",n=vs(e),a=0;a<n;a++)r+=t(e[a],a,e,t)||"";return r}R(an,"serialize");function Ry(e,t,r,n){switch(e.type){case UC:if(e.children.length)break;case VC:case Qp:return e.return=e.return||e.value;case Zp:return"";case vy:return e.return=e.value+"{"+an(e.children,n)+"}";case Xp:e.value=e.props.join(",")}return ct(r=an(e.children,n))?e.return=e.value+"{"+r+"}":""}R(Ry,"stringify");function Iy(e){var t=vs(e);return function(r,n,a,o){for(var i="",s=0;s<t;s++)i+=e[s](r,n,a,o)||"";return i}}R(Iy,"middleware");var Bh=R(function(e){var t=new WeakMap;return function(r){if(t.has(r))return t.get(r);var n=e(r);return t.set(r,n),n}},"weakMemoize"),GC=R(function(e,t,r){for(var n=0,a=0;n=a,a=mt(),n===38&&a===12&&(t[r]=1),!la(a);)$e();return Sa(e,Ve)},"identifierWithPointTracking"),YC=R(function(e,t){var r=-1,n=44;do switch(la(n)){case 0:n===38&&mt()===12&&(t[r]=1),e[r]+=GC(Ve-1,t,r);break;case 2:e[r]+=bo(n);break;case 4:if(n===44){e[++r]=mt()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=gs(n)}while(n=$e());return e},"toRules"),KC=R(function(e,t){return r1(YC(t1(e),t))},"getRules"),Th=new WeakMap,JC=R(function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!Th.get(r))&&!n){Th.set(e,!0);for(var a=[],o=KC(t,a),i=r.props,s=0,c=0;s<o.length;s++)for(var d=0;d<i.length;d++,c++)e.props[c]=a[s]?o[s].replace(/&\f/g,i[d]):i[d]+" "+o[s]}}},"compat"),ZC=R(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),XC="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",QC=R(function(e){return e.type==="comm"&&e.children.indexOf(XC)>-1},"isIgnoringComment"),e9=R(function(e){return function(t,r,n){if(!(t.type!=="rule"||e.compat)){var a=t.value.match(/(:first|:nth|:nth-last)-child/g);if(a){for(var o=!!t.parent,i=o?t.parent.children:n,s=i.length-1;s>=0;s--){var c=i[s];if(c.line<t.line)break;if(c.column<t.column){if(QC(c))return;break}}a.forEach(function(d){console.error('The pseudo class "'+d+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+d.split("-child")[0]+'-of-type".')})}}}},"createUnsafeSelectorsAlarm"),By=R(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),t9=R(function(e,t){for(var r=e-1;r>=0;r--)if(!By(t[r]))return!0;return!1},"isPrependedWithRegularRules"),zh=R(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),r9=R(function(e,t,r){By(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),zh(e)):t9(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),zh(e)))},"incorrectImportAlarm");function n1(e,t){switch(yy(e,t)){case 5103:return ee+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ee+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ee+e+Sl+e+Fe+e+e;case 6828:case 4268:return ee+e+Fe+e+e;case 6165:return ee+e+Fe+"flex-"+e+e;case 5187:return ee+e+Q(e,/(\w+).+(:[^]+)/,ee+"box-$1$2"+Fe+"flex-$1$2")+e;case 5443:return ee+e+Fe+"flex-item-"+Q(e,/flex-|-self/,"")+e;case 4675:return ee+e+Fe+"flex-line-pack"+Q(e,/align-content|flex-|-self/,"")+e;case 5548:return ee+e+Fe+Q(e,"shrink","negative")+e;case 5292:return ee+e+Fe+Q(e,"basis","preferred-size")+e;case 6060:return ee+"box-"+Q(e,"-grow","")+ee+e+Fe+Q(e,"grow","positive")+e;case 4554:return ee+Q(e,/([^-])(transform)/g,"$1"+ee+"$2")+e;case 6187:return Q(Q(Q(e,/(zoom-|grab)/,ee+"$1"),/(image-set)/,ee+"$1"),e,"")+e;case 5495:case 3959:return Q(e,/(image-set\([^]*)/,ee+"$1$`$1");case 4968:return Q(Q(e,/(.+:)(flex-)?(.*)/,ee+"box-pack:$3"+Fe+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ee+e+e;case 4095:case 3583:case 4068:case 2532:return Q(e,/(.+)-inline(.+)/,ee+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ct(e)-1-t>6)switch(be(e,t+1)){case 109:if(be(e,t+4)!==45)break;case 102:return Q(e,/(.+:)(.+)-([^]+)/,"$1"+ee+"$2-$3$1"+Sl+(be(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~kl(e,"stretch")?n1(Q(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(be(e,t+1)!==115)break;case 6444:switch(be(e,ct(e)-3-(~kl(e,"!important")&&10))){case 107:return Q(e,":",":"+ee)+e;case 101:return Q(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ee+(be(e,14)===45?"inline-":"")+"box$3$1"+ee+"$2$3$1"+Fe+"$2box$3")+e}break;case 5936:switch(be(e,t+11)){case 114:return ee+e+Fe+Q(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ee+e+Fe+Q(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ee+e+Fe+Q(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ee+e+Fe+e+e}return e}R(n1,"prefix");var n9=R(function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Qp:e.return=n1(e.value,e.length);break;case vy:return an([Pn(e,{value:Q(e.value,"@","@"+ee)})],n);case Xp:if(e.length)return wy(e.props,function(a){switch(by(a,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return an([Pn(e,{props:[Q(a,/:(read-\w+)/,":"+Sl+"$1")]})],n);case"::placeholder":return an([Pn(e,{props:[Q(a,/:(plac\w+)/,":"+ee+"input-$1")]}),Pn(e,{props:[Q(a,/:(plac\w+)/,":"+Sl+"$1")]}),Pn(e,{props:[Q(a,/:(plac\w+)/,Fe+"input-$1")]})],n)}return""})}},"prefixer"),a9=[n9],o9=R(function(e){var t=e.key;if(!t)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
4
- If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(v){var m=v.getAttribute("data-emotion");m.indexOf(" ")!==-1&&(document.head.appendChild(v),v.setAttribute("data-s",""))})}var n=e.stylisPlugins||a9;if(/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var a={},o,i=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(v){for(var m=v.getAttribute("data-emotion").split(" "),w=1;w<m.length;w++)a[m[w]]=!0;i.push(v)});var s,c=[JC,ZC];c.push(e9({get compat(){return f.compat}}),r9);{var d,p=[Ry,function(v){v.root||(v.return?d.insert(v.return):v.value&&v.type!==Zp&&d.insert(v.value+"{}"))}],g=Iy(c.concat(n,p)),h=R(function(v){return an(Fy(v),g)},"stylis");s=R(function(v,m,w,E){d=w,m.map!==void 0&&(d={insert:R(function(D){w.insert(D+m.map)},"insert")}),h(v?v+"{"+m.styles+"}":m.styles),E&&(f.inserted[m.name]=!0)},"insert")}var f={key:t,sheet:new jC({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:s};return f.sheet.hydrate(i),f},"createCache"),i9=Yp(hy()),l9=R(function(e,t){return(0,i9.default)(e,t)},"hoistNonReactStatics"),s9=!0;function bs(e,t,r){var n="";return r.split(" ").forEach(function(a){e[a]!==void 0?t.push(e[a]+";"):n+=a+" "}),n}R(bs,"getRegisteredStyles");var ws=R(function(e,t,r){var n=e.key+"-"+t.name;(r===!1||s9===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},"registerStyles"),Es=R(function(e,t,r){ws(e,t,r);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var a=t;do e.insert(t===a?"."+n:"",a,e.sheet,!0),a=a.next;while(a!==void 0)}},"insertStyles");function Ty(e){for(var t=0,r,n=0,a=e.length;a>=4;++n,a-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(a){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}R(Ty,"murmur2");var u9={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Lh=`You have illegal escape sequence in your template literal, most likely inside content's property value.
5
- Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
6
- You can read more about this here:
7
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,c9="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",d9=/[A-Z]|^ms/g,zy=/_EMO_([^_]+?)_([^]*?)_EMO_/g,a1=R(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),Oh=R(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),Cu=Kp(function(e){return a1(e)?e:e.replace(d9,"-$&").toLowerCase()}),Fl=R(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(zy,function(r,n,a){return zt={name:n,styles:a,next:zt},n})}return u9[e]!==1&&!a1(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");Mh=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Ph=["normal","none","initial","inherit","unset"],Nh=Fl,$h=/^-ms-/,Hh=/-(.)/g,Su={},Fl=R(function(e,t){if(e==="content"&&(typeof t!="string"||Ph.indexOf(t)===-1&&!Mh.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||t.charAt(0)!=='"'&&t.charAt(0)!=="'")))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+t+"\"'`");var r=Nh(e,t);return r!==""&&!a1(e)&&e.indexOf("-")!==-1&&Su[e]===void 0&&(Su[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace($h,"ms-").replace(Hh,function(n,a){return a.toUpperCase()})+"?")),r},"processStyleValue");var Mh,Ph,Nh,$h,Hh,Su,Ly="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function sa(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(Ly);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return zt={name:r.name,styles:r.styles,next:zt},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)zt={name:n.name,styles:n.styles,next:zt},n=n.next;var a=r.styles+";";return r.map!==void 0&&(a+=r.map),a}return Oy(e,t,r)}case"function":{if(e!==void 0){var o=zt,i=r(e);return zt=o,sa(e,t,i)}else console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":var s=[],c=r.replace(zy,function(p,g,h){var f="animation"+s.length;return s.push("const "+f+" = keyframes`"+h.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+f+"}"});s.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(s,["`"+c+"`"]).join(`
8
- `)+`
9
-
10
- You should wrap it with \`css\` like this:
11
-
12
- `+("css`"+c+"`"));break}if(t==null)return r;var d=t[r];return d!==void 0?d:r}R(sa,"handleInterpolation");function Oy(e,t,r){var n="";if(Array.isArray(r))for(var a=0;a<r.length;a++)n+=sa(e,t,r[a])+";";else for(var o in r){var i=r[o];if(typeof i!="object")t!=null&&t[i]!==void 0?n+=o+"{"+t[i]+"}":Oh(i)&&(n+=Cu(o)+":"+Fl(o,i)+";");else{if(o==="NO_COMPONENT_SELECTOR")throw new Error(Ly);if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var s=0;s<i.length;s++)Oh(i[s])&&(n+=Cu(o)+":"+Fl(o,i[s])+";");else{var c=sa(e,t,i);switch(o){case"animation":case"animationName":{n+=Cu(o)+":"+c+";";break}default:o==="undefined"&&console.error(c9),n+=o+"{"+c+"}"}}}}return n}R(Oy,"createStringFromObject");var jh=/label:\s*([^\s;\n{]+)\s*(;|$)/g,My;My=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var zt,ua=R(function(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,a="";zt=void 0;var o=e[0];o==null||o.raw===void 0?(n=!1,a+=sa(r,t,o)):(o[0]===void 0&&console.error(Lh),a+=o[0]);for(var i=1;i<e.length;i++)a+=sa(r,t,e[i]),n&&(o[i]===void 0&&console.error(Lh),a+=o[i]);var s;a=a.replace(My,function(g){return s=g,""}),jh.lastIndex=0;for(var c="",d;(d=jh.exec(a))!==null;)c+="-"+d[1];var p=Ty(a)+c;return{name:p,styles:a,map:s,next:zt,toString:R(function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."},"toString")}},"serializeStyles"),p9=R(function(e){return e()},"syncFallback"),Py=l.useInsertionEffect?l.useInsertionEffect:!1,o1=Py||p9,Vh=Py||l.useLayoutEffect,f9={}.hasOwnProperty,i1=l.createContext(typeof HTMLElement<"u"?o9({key:"css"}):null);i1.displayName="EmotionCacheContext";i1.Provider;var xs=R(function(e){return l.forwardRef(function(t,r){var n=l.useContext(i1);return e(t,n,r)})},"withEmotionCache"),ur=l.createContext({});ur.displayName="EmotionThemeContext";var Ny=R(function(){return l.useContext(ur)},"useTheme"),h9=R(function(e,t){if(typeof t=="function"){var r=t(e);if(r==null||typeof r!="object"||Array.isArray(r))throw new Error("[ThemeProvider] Please return an object from your theme function, i.e. theme={() => ({})}!");return r}if(t==null||typeof t!="object"||Array.isArray(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return jt({},e,t)},"getTheme"),m9=Bh(function(e){return Bh(function(t){return h9(e,t)})}),$y=R(function(e){var t=l.useContext(ur);return e.theme!==t&&(t=m9(t)(e.theme)),l.createElement(ur.Provider,{value:t},e.children)},"ThemeProvider");function g9(e){var t=e.displayName||e.name||"Component",r=R(function(a,o){var i=l.useContext(ur);return l.createElement(e,jt({theme:i,ref:o},a))},"render"),n=l.forwardRef(r);return n.displayName="WithTheme("+t+")",l9(n,e)}R(g9,"withTheme");var Uh="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",qh="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",v9=R(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return ws(t,r,n),o1(function(){return Es(t,r,n)}),null},"Insertion"),y9=xs(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var a=e[Uh],o=[n],i="";typeof e.className=="string"?i=bs(t.registered,o,e.className):e.className!=null&&(i=e.className+" ");var s=ua(o,void 0,l.useContext(ur));if(s.name.indexOf("-")===-1){var c=e[qh];c&&(s=ua([s,"label:"+c+";"]))}i+=t.key+"-"+s.name;var d={};for(var p in e)f9.call(e,p)&&p!=="css"&&p!==Uh&&p!==qh&&(d[p]=e[p]);return d.ref=r,d.className=i,l.createElement(l.Fragment,null,l.createElement(v9,{cache:t,serialized:s,isStringTag:typeof a=="string"}),l.createElement(a,d))});y9.displayName="EmotionCssPropInternal";Yp(hy());var b9={version:"11.11.4"},Wh=!1,w9=xs(function(e,t){!Wh&&(e.className||e.css)&&(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),Wh=!0);var r=e.styles,n=ua([r],void 0,l.useContext(ur)),a=l.useRef();return Vh(function(){var o=t.key+"-global",i=new t.sheet.constructor({key:o,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),s=!1,c=document.querySelector('style[data-emotion="'+o+" "+n.name+'"]');return t.sheet.tags.length&&(i.before=t.sheet.tags[0]),c!==null&&(s=!0,c.setAttribute("data-emotion",o),i.hydrate([c])),a.current=[i,s],function(){i.flush()}},[t]),Vh(function(){var o=a.current,i=o[0],s=o[1];if(s){o[1]=!1;return}if(n.next!==void 0&&Es(t,n.next,!0),i.tags.length){var c=i.tags[i.tags.length-1].nextElementSibling;i.before=c,i.flush()}t.insert("",n,i,!1)},[t,n.name]),null});w9.displayName="EmotionGlobal";function Ds(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return ua(t)}R(Ds,"css");var Jt=R(function(){var e=Ds.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:R(function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"},"toString")}},"keyframes"),E9=R(function e(t){for(var r=t.length,n=0,a="";n<r;n++){var o=t[n];if(o!=null){var i=void 0;switch(typeof o){case"boolean":break;case"object":{if(Array.isArray(o))i=e(o);else{o.styles!==void 0&&o.name!==void 0&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),i="";for(var s in o)o[s]&&s&&(i&&(i+=" "),i+=s)}break}default:i=o}i&&(a&&(a+=" "),a+=i)}}return a},"classnames");function Hy(e,t,r){var n=[],a=bs(e,n,r);return n.length<2?r:a+t(n)}R(Hy,"merge");var x9=R(function(e){var t=e.cache,r=e.serializedArr;return o1(function(){for(var n=0;n<r.length;n++)Es(t,r[n],!1)}),null},"Insertion"),D9=xs(function(e,t){var r=!1,n=[],a=R(function(){if(r)throw new Error("css can only be used during render");for(var c=arguments.length,d=new Array(c),p=0;p<c;p++)d[p]=arguments[p];var g=ua(d,t.registered);return n.push(g),ws(t,g,!1),t.key+"-"+g.name},"css"),o=R(function(){if(r)throw new Error("cx can only be used during render");for(var c=arguments.length,d=new Array(c),p=0;p<c;p++)d[p]=arguments[p];return Hy(t.registered,a,E9(d))},"cx"),i={css:a,cx:o,theme:l.useContext(ur)},s=e.children(i);return r=!0,l.createElement(l.Fragment,null,l.createElement(x9,{cache:t,serializedArr:n}),s)});D9.displayName="EmotionClassNames";ku=!0,Gh=typeof jest<"u"||typeof vi<"u",ku&&!Gh&&(Au=typeof globalThis<"u"?globalThis:ku?window:global,Fu="__EMOTION_REACT_"+b9.version.split(".")[0]+"__",Au[Fu]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),Au[Fu]=!0);var ku,Gh,Au,Fu,C9=Jp,S9=R(function(e){return e!=="theme"},"testOmitPropsOnComponent"),Yh=R(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?C9:S9},"getDefaultShouldForwardProp"),Kh=R(function(e,t,r){var n;if(t){var a=t.shouldForwardProp;n=e.__emotion_forwardProp&&a?function(o){return e.__emotion_forwardProp(o)&&a(o)}:a}return typeof n!="function"&&r&&(n=e.__emotion_forwardProp),n},"composeShouldForwardProps"),Jh=`You have illegal escape sequence in your template literal, most likely inside content's property value.
13
- Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
14
- You can read more about this here:
15
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,k9=R(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return ws(t,r,n),o1(function(){return Es(t,r,n)}),null},"Insertion"),A9=R(function e(t,r){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
16
- You may have forgotten to import it.`);var n=t.__emotion_real===t,a=n&&t.__emotion_base||t,o,i;r!==void 0&&(o=r.label,i=r.target);var s=Kh(t,r,n),c=s||Yh(a),d=!c("as");return function(){var p=arguments,g=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(o!==void 0&&g.push("label:"+o+";"),p[0]==null||p[0].raw===void 0)g.push.apply(g,p);else{p[0][0]===void 0&&console.error(Jh),g.push(p[0][0]);for(var h=p.length,f=1;f<h;f++)p[0][f]===void 0&&console.error(Jh),g.push(p[f],p[0][f])}var v=xs(function(m,w,E){var D=d&&m.as||a,x="",b=[],C=m;if(m.theme==null){C={};for(var S in m)C[S]=m[S];C.theme=l.useContext(ur)}typeof m.className=="string"?x=bs(w.registered,b,m.className):m.className!=null&&(x=m.className+" ");var k=ua(g.concat(b),w.registered,C);x+=w.key+"-"+k.name,i!==void 0&&(x+=" "+i);var A=d&&s===void 0?Yh(D):c,_={};for(var I in m)d&&I==="as"||A(I)&&(_[I]=m[I]);return _.className=x,_.ref=E,l.createElement(l.Fragment,null,l.createElement(k9,{cache:w,serialized:k,isStringTag:typeof D=="string"}),l.createElement(D,_))});return v.displayName=o!==void 0?o:"Styled("+(typeof a=="string"?a:a.displayName||a.name||"Component")+")",v.defaultProps=t.defaultProps,v.__emotion_real=v,v.__emotion_base=a,v.__emotion_styles=g,v.__emotion_forwardProp=s,Object.defineProperty(v,"toString",{value:R(function(){return i===void 0?"NO_COMPONENT_SELECTOR":"."+i},"value")}),v.withComponent=function(m,w){return e(m,jt({},r,w,{shouldForwardProp:Kh(v,w,!0)})).apply(void 0,g)},v}},"createStyled"),F9=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],F=A9.bind();F9.forEach(function(e){F[e]=F(e)});function jy(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}R(jy,"_assertThisInitialized");function ca(e,t){return ca=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ca(e,t)}R(ca,"_setPrototypeOf");function Vy(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ca(e,t)}R(Vy,"_inheritsLoose");function _l(e){return _l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},_l(e)}R(_l,"_getPrototypeOf");function Uy(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}R(Uy,"_isNativeFunction");function l1(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(l1=R(function(){return!!e},"_isNativeReflectConstruct"))()}R(l1,"_isNativeReflectConstruct");function qy(e,t,r){if(l1())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&ca(a,r.prototype),a}R(qy,"_construct");function Rl(e){var t=typeof Map=="function"?new Map:void 0;return Rl=R(function(r){if(r===null||!Uy(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return qy(r,arguments,_l(this).constructor)}return R(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),ca(n,r)},"_wrapNativeSuper"),Rl(e)}R(Rl,"_wrapNativeSuper");var _9={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
17
-
18
- `,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
19
-
20
- `,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
21
-
22
- `,4:`Couldn't generate valid rgb string from %s, it returned %s.
23
-
24
- `,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
25
-
26
- `,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
27
-
28
- `,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
29
-
30
- `,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
31
-
32
- `,9:`Please provide a number of steps to the modularScale helper.
33
-
34
- `,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
35
-
36
- `,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
37
-
38
- `,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
39
-
40
- `,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
41
-
42
- `,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
43
-
44
- `,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
45
-
46
- `,16:`You must provide a template to this method.
47
-
48
- `,17:`You passed an unsupported selector state to this method.
49
-
50
- `,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
51
-
52
- `,19:`fromSize and toSize must be provided as stringified numbers with the same units.
53
-
54
- `,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
55
-
56
- `,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
57
-
58
- `,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
59
-
60
- `,25:`fontFace expects localFonts to be an array.
61
-
62
- `,26:`fontFace expects fileFormats to be an array.
63
-
64
- `,27:`radialGradient requries at least 2 color-stops to properly render.
65
-
66
- `,28:`Please supply a filename to retinaImage() as the first argument.
67
-
68
- `,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
69
-
70
- `,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
71
-
72
- `,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
73
- To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
74
-
75
- `,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
76
-
77
- `,34:`borderRadius expects a radius value as a string or number as the second argument.
78
-
79
- `,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
80
-
81
- `,36:`Property must be a string value.
82
-
83
- `,37:`Syntax Error at %s.
84
-
85
- `,38:`Formula contains a function that needs parentheses at %s.
86
-
87
- `,39:`Formula is missing closing parenthesis at %s.
88
-
89
- `,40:`Formula has too many closing parentheses at %s.
90
-
91
- `,41:`All values in a formula must have the same unit or be unitless.
92
-
93
- `,42:`Please provide a number of steps to the modularScale helper.
94
-
95
- `,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
96
-
97
- `,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
98
-
99
- `,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
100
-
101
- `,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
102
-
103
- `,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
104
-
105
- `,48:`fromSize and toSize must be provided as stringified numbers with the same units.
106
-
107
- `,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
108
-
109
- `,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
110
-
111
- `,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
112
-
113
- `,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
114
-
115
- `,53:`fontFace expects localFonts to be an array.
116
-
117
- `,54:`fontFace expects fileFormats to be an array.
118
-
119
- `,55:`fontFace expects a name of a font-family.
120
-
121
- `,56:`linearGradient requries at least 2 color-stops to properly render.
122
-
123
- `,57:`radialGradient requries at least 2 color-stops to properly render.
124
-
125
- `,58:`Please supply a filename to retinaImage() as the first argument.
126
-
127
- `,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
128
-
129
- `,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
130
-
131
- `,62:`borderRadius expects a radius value as a string or number as the second argument.
132
-
133
- `,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
134
-
135
- `,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
136
-
137
- `,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
138
-
139
- `,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
140
-
141
- `,67:`You must provide a template to this method.
142
-
143
- `,68:`You passed an unsupported selector state to this method.
144
-
145
- `,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
146
-
147
- `,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
148
-
149
- `,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
150
-
151
- `,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
152
-
153
- `,73:`Please provide a valid CSS variable.
154
-
155
- `,74:`CSS variable not found and no default was provided.
156
-
157
- `,75:`important requires a valid style object, got a %s instead.
158
-
159
- `,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
160
-
161
- `,77:`remToPx expects a value in "rem" but you provided it in "%s".
162
-
163
- `,78:`base must be set in "px" or "%" but you set it in "%s".
164
- `};function Wy(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],a=[],o;for(o=1;o<t.length;o+=1)a.push(t[o]);return a.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}R(Wy,"format");var Ot=function(e){Vy(t,e);function t(r){for(var n,a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];return n=e.call(this,Wy.apply(void 0,[_9[r]].concat(o)))||this,jy(n)}return R(t,"PolishedError"),t}(Rl(Error));function nl(e){return Math.round(e*255)}R(nl,"colorToInt");function Gy(e,t,r){return nl(e)+","+nl(t)+","+nl(r)}R(Gy,"convertToInt");function da(e,t,r,n){if(n===void 0&&(n=Gy),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),s=0,c=0,d=0;a>=0&&a<1?(s=o,c=i):a>=1&&a<2?(s=i,c=o):a>=2&&a<3?(c=o,d=i):a>=3&&a<4?(c=i,d=o):a>=4&&a<5?(s=i,d=o):a>=5&&a<6&&(s=o,d=i);var p=r-o/2,g=s+p,h=c+p,f=d+p;return n(g,h,f)}R(da,"hslToRgb");var Zh={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function Yy(e){if(typeof e!="string")return e;var t=e.toLowerCase();return Zh[t]?"#"+Zh[t]:e}R(Yy,"nameToHex");var R9=/^#[a-fA-F0-9]{6}$/,I9=/^#[a-fA-F0-9]{8}$/,B9=/^#[a-fA-F0-9]{3}$/,T9=/^#[a-fA-F0-9]{4}$/,_u=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,z9=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,L9=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,O9=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function Jo(e){if(typeof e!="string")throw new Ot(3);var t=Yy(e);if(t.match(R9))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(I9)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(B9))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(T9)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=_u.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=z9.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=L9.exec(t);if(i){var s=parseInt(""+i[1],10),c=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,p="rgb("+da(s,c,d)+")",g=_u.exec(p);if(!g)throw new Ot(4,t,p);return{red:parseInt(""+g[1],10),green:parseInt(""+g[2],10),blue:parseInt(""+g[3],10)}}var h=O9.exec(t.substring(0,50));if(h){var f=parseInt(""+h[1],10),v=parseInt(""+h[2],10)/100,m=parseInt(""+h[3],10)/100,w="rgb("+da(f,v,m)+")",E=_u.exec(w);if(!E)throw new Ot(4,t,w);return{red:parseInt(""+E[1],10),green:parseInt(""+E[2],10),blue:parseInt(""+E[3],10),alpha:parseFloat(""+h[4])>1?parseFloat(""+h[4])/100:parseFloat(""+h[4])}}throw new Ot(5)}R(Jo,"parseToRgb");function Ky(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var s,c=a-o,d=i>.5?c/(2-a-o):c/(a+o);switch(a){case t:s=(r-n)/c+(r<n?6:0);break;case r:s=(n-t)/c+2;break;default:s=(t-r)/c+4;break}return s*=60,e.alpha!==void 0?{hue:s,saturation:d,lightness:i,alpha:e.alpha}:{hue:s,saturation:d,lightness:i}}R(Ky,"rgbToHsl");function s1(e){return Ky(Jo(e))}R(s1,"parseToHsl");var M9=R(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),rd=M9;function yr(e){var t=e.toString(16);return t.length===1?"0"+t:t}R(yr,"numberToHex");function al(e){return yr(Math.round(e*255))}R(al,"colorToHex");function Jy(e,t,r){return rd("#"+al(e)+al(t)+al(r))}R(Jy,"convertToHex");function Io(e,t,r){return da(e,t,r,Jy)}R(Io,"hslToHex");function Zy(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Io(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Io(e.hue,e.saturation,e.lightness);throw new Ot(1)}R(Zy,"hsl");function Xy(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Io(e,t,r):"rgba("+da(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Io(e.hue,e.saturation,e.lightness):"rgba("+da(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Ot(2)}R(Xy,"hsla");function Il(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return rd("#"+yr(e)+yr(t)+yr(r));if(typeof e=="object"&&t===void 0&&r===void 0)return rd("#"+yr(e.red)+yr(e.green)+yr(e.blue));throw new Ot(6)}R(Il,"rgb");function pa(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=Jo(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Il(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Il(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Ot(7)}R(pa,"rgba");var P9=R(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),N9=R(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),$9=R(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),H9=R(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function u1(e){if(typeof e!="object")throw new Ot(8);if(N9(e))return pa(e);if(P9(e))return Il(e);if(H9(e))return Xy(e);if($9(e))return Zy(e);throw new Ot(8)}R(u1,"toColorString");function c1(e,t,r){return R(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):c1(e,t,n)},"fn")}R(c1,"curried");function Zo(e){return c1(e,e.length,[])}R(Zo,"curry");function Xo(e,t,r){return Math.max(e,Math.min(t,r))}R(Xo,"guard");function Qy(e,t){if(t==="transparent")return t;var r=s1(t);return u1(jt({},r,{lightness:Xo(0,1,r.lightness-parseFloat(e))}))}R(Qy,"darken");var j9=Zo(Qy),V9=j9;function eb(e,t){if(t==="transparent")return t;var r=s1(t);return u1(jt({},r,{lightness:Xo(0,1,r.lightness+parseFloat(e))}))}R(eb,"lighten");var U9=Zo(eb),q9=U9;function tb(e,t){if(t==="transparent")return t;var r=Jo(t),n=typeof r.alpha=="number"?r.alpha:1,a=jt({},r,{alpha:Xo(0,1,(n*100+parseFloat(e)*100)/100)});return pa(a)}R(tb,"opacify");var W9=Zo(tb),G9=W9;function rb(e,t){if(t==="transparent")return t;var r=Jo(t),n=typeof r.alpha=="number"?r.alpha:1,a=jt({},r,{alpha:Xo(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return pa(a)}R(rb,"transparentize");var Y9=Zo(rb),K9=Y9,V={secondary:"#029CFD",tertiary:"#FAFBFC",ancillary:"#22a699",orange:"#FC521F",gold:"#FFAE00",green:"#66BF3C",seafoam:"#37D5D3",purple:"#6F2CAC",ultraviolet:"#2A0481",lightest:"#FFFFFF",lighter:"#F7FAFC",light:"#EEF3F6",mediumlight:"#ECF4F9",medium:"#D9E8F2",mediumdark:"#73828C",dark:"#5C6870",darker:"#454E54",darkest:"#2E3438",border:"hsla(203, 50%, 30%, 0.15)",positive:"#66BF3C",negative:"#FF4400",warning:"#E69D00",critical:"#FFFFFF",positiveText:"#448028",negativeText:"#D43900",warningText:"#A15C20"},br={app:"#F6F9FC",gridCellSize:10,hoverable:K9(.9,V.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},Mt={fonts:{base:['"Nunito Sans"',"-apple-system",'".SFNSText-Regular"','"San Francisco"',"BlinkMacSystemFont",'"Segoe UI"','"Helvetica Neue"',"Helvetica","Arial","sans-serif"].join(", "),mono:["ui-monospace","Menlo","Monaco",'"Roboto Mono"','"Oxygen Mono"','"Ubuntu Monospace"','"Source Code Pro"','"Droid Sans Mono"','"Courier New"',"monospace"].join(", ")},weight:{regular:400,bold:700},size:{s1:12,s2:14,s3:16,m1:20,m2:24,m3:28,l1:32,l2:40,l3:48,code:90}},nb=Yp($C(),1),J9=(0,nb.default)(1)(({typography:e})=>({body:{fontFamily:e.fonts.base,fontSize:e.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},"*":{boxSizing:"border-box"},"h1, h2, h3, h4, h5, h6":{fontWeight:e.weight.regular,margin:0,padding:0},"button, input, textarea, select":{fontFamily:"inherit",fontSize:"inherit",boxSizing:"border-box"},sub:{fontSize:"0.8em",bottom:"-0.2em"},sup:{fontSize:"0.8em",top:"-0.2em"},"b, strong":{fontWeight:e.weight.bold},hr:{border:"none",borderTop:"1px solid silver",clear:"both",marginBottom:"1.25rem"},code:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"},pre:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0"}}));(0,nb.default)(1)(({color:e,background:t,typography:r})=>{let n=J9({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var Z9={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:V.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:Mt.fonts.base,fontCode:Mt.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:V.mediumdark,barHoverColor:V.secondary,barSelectedColor:V.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:V.lightest,inputBorderRadius:4},X9=Z9,Q9={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:br.app,appContentBg:V.lightest,appPreviewBg:V.lightest,appBorderColor:V.border,appBorderRadius:4,fontBase:Mt.fonts.base,fontCode:Mt.fonts.mono,textColor:V.darkest,textInverseColor:V.lightest,textMutedColor:V.dark,barTextColor:V.mediumdark,barHoverColor:V.secondary,barSelectedColor:V.secondary,barBg:V.lightest,buttonBg:br.app,buttonBorder:V.medium,booleanBg:V.mediumlight,booleanSelectedBg:V.lightest,inputBg:V.lightest,inputBorder:V.border,inputTextColor:V.darkest,inputBorderRadius:4},Bl=Q9,eS=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})();const{logger:tS}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var{window:Ru}=eS,rS=R(e=>({color:e}),"mkColor"),nS=R(e=>typeof e!="string"?(tS.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),aS=R(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),oS=R((e,t)=>e==="darken"?pa(`${V9(1,t)}`,.95):e==="lighten"?pa(`${q9(1,t)}`,.95):t,"applyPolished"),ab=R(e=>t=>{if(!nS(t)||!aS(t))return t;try{return oS(e,t)}catch{return t}},"colorFactory"),$a=ab("lighten");ab("darken");var ob=R(()=>!Ru||!Ru.matchMedia?"light":Ru.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),nd={light:Bl,dark:X9,normal:Bl};ob();var iS={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},lS=Jt`
165
- from {
166
- transform: rotate(0deg);
167
- }
168
- to {
169
- transform: rotate(360deg);
170
- }
171
- `,ib=Jt`
172
- 0%, 100% { opacity: 1; }
173
- 50% { opacity: .4; }
174
- `,sS=Jt`
175
- 0% { transform: translateY(1px); }
176
- 25% { transform: translateY(0px); }
177
- 50% { transform: translateY(-3px); }
178
- 100% { transform: translateY(1px); }
179
- `,uS=Jt`
180
- 0%, 100% { transform:translate3d(0,0,0); }
181
- 12.5%, 62.5% { transform:translate3d(-4px,0,0); }
182
- 37.5%, 87.5% { transform: translate3d(4px,0,0); }
183
- `,cS=Ds`
184
- animation: ${ib} 1.5s ease-in-out infinite;
185
- color: transparent;
186
- cursor: progress;
187
- `,dS=Ds`
188
- transition: all 150ms ease-out;
189
- transform: translate3d(0, 0, 0);
190
-
191
- &:hover {
192
- transform: translate3d(0, -2px, 0);
193
- }
194
-
195
- &:active {
196
- transform: translate3d(0, 0, 0);
197
- }
198
- `,pS={rotate360:lS,glow:ib,float:sS,jiggle:uS,inlineGlow:cS,hoverable:dS},fS={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"rgb(36, 36, 36)",BASE_COLOR:"rgb(213, 213, 213)",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(227, 110, 236)",OBJECT_VALUE_NULL_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_REGEXP_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_STRING_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_NUMBER_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_BOOLEAN_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(85, 106, 242)",HTML_TAG_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(155, 187, 220)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(242, 151, 102)",HTML_COMMENT_COLOR:"rgb(137, 137, 137)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"rgb(145, 145, 145)",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"rgb(85, 85, 85)",TABLE_TH_BACKGROUND_COLOR:"rgb(44, 44, 44)",TABLE_TH_HOVER_COLOR:"rgb(48, 48, 48)",TABLE_SORT_ICON_COLOR:"black",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(51, 139, 255, 0.0980392) 50%, rgba(51, 139, 255, 0.0980392))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},hS={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"white",BASE_COLOR:"black",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(136, 19, 145)",OBJECT_VALUE_NULL_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_REGEXP_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_STRING_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_NUMBER_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_BOOLEAN_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(13, 34, 170)",HTML_TAG_COLOR:"rgb(168, 148, 166)",HTML_TAGNAME_COLOR:"rgb(136, 18, 128)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(153, 69, 0)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(26, 26, 166)",HTML_COMMENT_COLOR:"rgb(35, 110, 37)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"#6e6e6e",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"#aaa",TABLE_TH_BACKGROUND_COLOR:"#eee",TABLE_TH_HOVER_COLOR:"hsla(0, 0%, 90%, 1)",TABLE_SORT_ICON_COLOR:"#6e6e6e",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(to bottom, white, white 50%, rgb(234, 243, 255) 50%, rgb(234, 243, 255))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},mS=R(e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:rS(n)}),{}),"convertColors"),gS=R(({colors:e,mono:t})=>{let r=mS(e);return{token:{fontFamily:t,WebkitFontSmoothing:"antialiased","&.tag":r.red3,"&.comment":{...r.green1,fontStyle:"italic"},"&.prolog":{...r.green1,fontStyle:"italic"},"&.doctype":{...r.green1,fontStyle:"italic"},"&.cdata":{...r.green1,fontStyle:"italic"},"&.string":r.red1,"&.url":r.cyan1,"&.symbol":r.cyan1,"&.number":r.cyan1,"&.boolean":r.cyan1,"&.variable":r.cyan1,"&.constant":r.cyan1,"&.inserted":r.cyan1,"&.atrule":r.blue1,"&.keyword":r.blue1,"&.attr-value":r.blue1,"&.punctuation":r.gray1,"&.operator":r.gray1,"&.function":r.gray1,"&.deleted":r.red2,"&.important":{fontWeight:"bold"},"&.bold":{fontWeight:"bold"},"&.italic":{fontStyle:"italic"},"&.class-name":r.cyan2,"&.selector":r.red3,"&.attr-name":r.red4,"&.property":r.red4,"&.regex":r.red4,"&.entity":r.red4,"&.directive.tag .tag":{background:"#ffff00",...r.gray1}},"language-json .token.boolean":r.blue1,"language-json .token.number":r.blue1,"language-json .token.property":r.cyan2,namespace:{opacity:.7}}},"create"),vS={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},yS={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},bS=R(e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:V.tertiary,ancillary:V.ancillary,orange:V.orange,gold:V.gold,green:V.green,seafoam:V.seafoam,purple:V.purple,ultraviolet:V.ultraviolet,lightest:V.lightest,lighter:V.lighter,light:V.light,mediumlight:V.mediumlight,medium:V.medium,mediumdark:V.mediumdark,dark:V.dark,darker:V.darker,darkest:V.darkest,border:V.border,positive:V.positive,negative:V.negative,warning:V.warning,critical:V.critical,defaultText:e.textColor||V.darkest,inverseText:e.textInverseColor||V.lightest,positiveText:V.positiveText,negativeText:V.negativeText,warningText:V.warningText}),"createColors"),ad=R((e=nd[ob()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:a,appContentBg:o,appPreviewBg:i,appBorderColor:s,appBorderRadius:c,fontBase:d,fontCode:p,textColor:g,textInverseColor:h,barTextColor:f,barHoverColor:v,barSelectedColor:m,barBg:w,buttonBg:E,buttonBorder:D,booleanBg:x,booleanSelectedBg:b,inputBg:C,inputBorder:S,inputTextColor:k,inputBorderRadius:A,brandTitle:_,brandUrl:I,brandImage:B,brandTarget:z,gridCellSize:L,...M}=e;return{...M,base:t,color:bS(e),background:{app:a,bar:w,content:o,preview:i,gridCellSize:L||br.gridCellSize,hoverable:br.hoverable,positive:br.positive,negative:br.negative,warning:br.warning,critical:br.critical},typography:{fonts:{base:d,mono:p},weight:Mt.weight,size:Mt.size},animation:pS,easing:iS,input:{background:C,border:S,borderRadius:A,color:k},button:{background:E||C,border:D||S},boolean:{background:x||S,selectedBackground:b||C},layoutMargin:10,appBorderColor:s,appBorderRadius:c,barTextColor:f,barHoverColor:v||n,barSelectedColor:m||n,barBg:w,brand:{title:_,url:I,image:B||(_?null:void 0),target:z},code:gS({colors:t==="light"?vS:yS,mono:p}),addonActionsTheme:{...t==="light"?hS:fS,BASE_FONT_FAMILY:p,BASE_FONT_SIZE:Mt.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:g,ARROW_COLOR:G9(.2,s),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:p,TREENODE_FONT_SIZE:Mt.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert");const{logger:wS}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var ES=R(e=>Object.keys(e).length===0,"isEmpty"),Iu=R(e=>e!=null&&typeof e=="object","isObject"),xS=R((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),DS=R(()=>Object.create(null),"makeObjectWithoutPrototype"),lb=R((e,t)=>e===t||!Iu(e)||!Iu(t)?{}:Object.keys(e).reduce((r,n)=>{if(xS(t,n)){let a=lb(e[n],t[n]);return Iu(a)&&ES(a)||(r[n]=a),r}return r[n]=void 0,r},DS()),"deletedDiff"),CS=lb;function sb(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var a=n.reduce(function(s,c){var d=c.match(/\n([\t ]+|(?!\s).)/g);return d?s.concat(d.map(function(p){var g,h;return(h=(g=p.match(/[\t ]/g))===null||g===void 0?void 0:g.length)!==null&&h!==void 0?h:0})):s},[]);if(a.length){var o=new RegExp(`
199
- [ ]{`+Math.min.apply(Math,a)+"}","g");n=n.map(function(s){return s.replace(o,`
200
- `)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(s,c){var d=i.match(/(?:^|\n)( *)$/),p=d?d[1]:"",g=s;typeof s=="string"&&s.includes(`
201
- `)&&(g=String(s).split(`
202
- `).map(function(h,f){return f===0?h:""+p+h}).join(`
203
- `)),i+=g+n[c+1]}),i}R(sb,"dedent");var SS=R(e=>{if(!e)return ad(Bl);let t=CS(Bl,e);return Object.keys(t).length&&wS.warn(sb`
204
- Your theme is missing properties, you should update your theme!
205
-
206
- theme-data missing:
207
- `,t),ad(e)},"ensure"),od="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",kS=Object.create,Cs=Object.defineProperty,AS=Object.getOwnPropertyDescriptor,FS=Object.getOwnPropertyNames,_S=Object.getPrototypeOf,RS=Object.prototype.hasOwnProperty,u=(e,t)=>Cs(e,"name",{value:t,configurable:!0}),Ai=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),T=(e,t)=>()=>(e&&(t=e(e=0)),t),W=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ka=(e,t)=>{for(var r in t)Cs(e,r,{get:t[r],enumerable:!0})},IS=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of FS(t))!RS.call(e,a)&&a!==r&&Cs(e,a,{get:()=>t[a],enumerable:!(n=AS(t,a))||n.enumerable});return e},xe=(e,t,r)=>(r=e!=null?kS(_S(e)):{},IS(t||!e||!e.__esModule?Cs(r,"default",{value:e,enumerable:!0}):r,e));function Te(){return Te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Te.apply(null,arguments)}var Ss=T(()=>{u(Te,"_extends")});function ub(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var BS=T(()=>{u(ub,"_assertThisInitialized")});function fa(e,t){return fa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},fa(e,t)}var d1=T(()=>{u(fa,"_setPrototypeOf")});function Tl(e){return Tl=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Tl(e)}var TS=T(()=>{u(Tl,"_getPrototypeOf")}),ks,p1=T(()=>{ks=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})()}),As=W((e,t)=>{(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return u(function r(n,a,o){function i(d,p){if(!a[d]){if(!n[d]){var g=typeof Ai=="function"&&Ai;if(!p&&g)return g(d,!0);if(s)return s(d,!0);var h=new Error("Cannot find module '"+d+"'");throw h.code="MODULE_NOT_FOUND",h}var f=a[d]={exports:{}};n[d][0].call(f.exports,function(v){var m=n[d][1][v];return i(m||v)},f,f.exports,r,n,a,o)}return a[d].exports}u(i,"s");for(var s=typeof Ai=="function"&&Ai,c=0;c<o.length;c++)i(o[c]);return i},"e")({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}u(o,"Similar"),o.prototype.get=function(i){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(s=this.indexOf(i),s>=0)return this.lastItem=this.list[s],this.list[s].val},o.prototype.set=function(i,s){var c;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=s,this):(c=this.indexOf(i),c>=0?(this.lastItem=this.list[c],this.list[c].val=s,this):(this.lastItem={key:i,val:s},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),s=this.indexOf(i),s>=0)return this.size--,this.list.splice(s,1)[0]},o.prototype.has=function(i){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],!0):!1)},o.prototype.forEach=function(i,s){var c;for(c=0;c<this.size;c++)i.call(s||this,this.list[c].val,this.list[c].key,this)},o.prototype.indexOf=function(i){var s;for(s=0;s<this.size;s++)if(this.isEqual(this.list[s].key,i))return s;return-1},o.prototype.isEqual=function(i,s){return i===s||i!==i&&s!==s},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var p=new o(!1),g=[];return function(h){var f=u(function(){var v=p,m,w,E=arguments.length-1,D=Array(E+1),x=!0,b;if((f.numArgs||f.numArgs===0)&&f.numArgs!==E+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(b=0;b<E;b++){if(D[b]={cacheItem:v,arg:arguments[b]},v.has(arguments[b])){v=v.get(arguments[b]);continue}x=!1,m=new o(!1),v.set(arguments[b],m),v=m}return x&&(v.has(arguments[E])?w=v.get(arguments[E]):x=!1),x||(w=h.apply(null,arguments),v.set(arguments[E],w)),d>0&&(D[E]={cacheItem:v,arg:arguments[E]},x?i(g,D):g.push(D),g.length>d&&s(g.shift())),f.wasMemoized=x,f.numArgs=E+1,w},"memoizerific");return f.limit=d,f.wasMemoized=!1,f.cache=p,f.lru=g,f}};function i(d,p){var g=d.length,h=p.length,f,v,m;for(v=0;v<g;v++){for(f=!0,m=0;m<h;m++)if(!c(d[v][m].arg,p[m].arg)){f=!1;break}if(f)break}d.push(d.splice(v,1)[0])}u(i,"moveToMostRecentLru");function s(d){var p=d.length,g=d[p-1],h,f;for(g.cacheItem.delete(g.arg),f=p-2;f>=0&&(g=d[f],h=g.cacheItem.get(g.arg),!h||!h.size);f--)g.cacheItem.delete(g.arg)}u(s,"removeCachedResult");function c(d,p){return d===p||d!==d&&p!==p}u(c,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function Fs(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var f1=T(()=>{u(Fs,"_objectWithoutPropertiesLoose")});function cb(e,t){if(e==null)return{};var r,n,a=Fs(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||{}.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var zS=T(()=>{f1(),u(cb,"_objectWithoutProperties")});function zl(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var db=T(()=>{u(zl,"_arrayLikeToArray")});function pb(e){if(Array.isArray(e))return zl(e)}var LS=T(()=>{db(),u(pb,"_arrayWithoutHoles")});function fb(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var OS=T(()=>{u(fb,"_iterableToArray")});function hb(e,t){if(e){if(typeof e=="string")return zl(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?zl(e,t):void 0}}var MS=T(()=>{db(),u(hb,"_unsupportedIterableToArray")});function mb(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
208
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var PS=T(()=>{u(mb,"_nonIterableSpread")});function gb(e){return pb(e)||fb(e)||hb(e)||mb()}var NS=T(()=>{LS(),OS(),MS(),PS(),u(gb,"_toConsumableArray")});function ha(e){"@babel/helpers - typeof";return ha=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ha(e)}var vb=T(()=>{u(ha,"_typeof")});function yb(e,t){if(ha(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ha(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var $S=T(()=>{vb(),u(yb,"toPrimitive")});function bb(e){var t=yb(e,"string");return ha(t)=="symbol"?t:t+""}var HS=T(()=>{vb(),$S(),u(bb,"toPropertyKey")});function h1(e,t,r){return(t=bb(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var wb=T(()=>{HS(),u(h1,"_defineProperty")});function id(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function Xr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?id(Object(r),!0).forEach(function(n){h1(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):id(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Eb(e){var t=e.length;if(t===0||t===1)return e;if(t===2)return[e[0],e[1],"".concat(e[0],".").concat(e[1]),"".concat(e[1],".").concat(e[0])];if(t===3)return[e[0],e[1],e[2],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0])];if(t>=4)return[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]}function xb(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return ol[t]||(ol[t]=Eb(e)),ol[t]}function Db(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,n=e.filter(function(o){return o!=="token"}),a=xb(n);return a.reduce(function(o,i){return Xr(Xr({},o),r[i])},t)}function ld(e){return e.join(" ")}function Cb(e,t){var r=0;return function(n){return r+=1,n.map(function(a,o){return _s({node:a,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(o)})})}}function _s(e){var t=e.node,r=e.stylesheet,n=e.style,a=n===void 0?{}:n,o=e.useInlineStyles,i=e.key,s=t.properties,c=t.type,d=t.tagName,p=t.value;if(c==="text")return p;if(d){var g=Cb(r,o),h;if(!o)h=Xr(Xr({},s),{},{className:ld(s.className)});else{var f=Object.keys(r).reduce(function(E,D){return D.split(".").forEach(function(x){E.includes(x)||E.push(x)}),E},[]),v=s.className&&s.className.includes("token")?["token"]:[],m=s.className&&v.concat(s.className.filter(function(E){return!f.includes(E)}));h=Xr(Xr({},s),{},{className:ld(m)||void 0,style:Db(s.className,Object.assign({},s.style,a),r)})}var w=g(t.children);return y.createElement(d,Te({key:i},h),w)}}var ol,Sb=T(()=>{Ss(),wb(),u(id,"ownKeys"),u(Xr,"_objectSpread"),u(Eb,"powerSetPermutations"),ol={},u(xb,"getClassNameCombinations"),u(Db,"createStyleObject"),u(ld,"createClassNameString"),u(Cb,"createChildren"),u(_s,"createElement")}),kb,jS=T(()=>{kb=u(function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},"default")});function sd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function dt(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?sd(Object(r),!0).forEach(function(n){h1(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):sd(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Ab(e){return e.match(Ob)}function Fb(e){var t=e.lines,r=e.startingLineNumber,n=e.style;return t.map(function(a,o){var i=o+r;return y.createElement("span",{key:"line-".concat(o),className:"react-syntax-highlighter-line-number",style:typeof n=="function"?n(i):n},"".concat(i,`
209
- `))})}function _b(e){var t=e.codeString,r=e.codeStyle,n=e.containerStyle,a=n===void 0?{float:"left",paddingRight:"10px"}:n,o=e.numberStyle,i=o===void 0?{}:o,s=e.startingLineNumber;return y.createElement("code",{style:Object.assign({},r,a)},Fb({lines:t.replace(/\n$/,"").split(`
210
- `),style:i,startingLineNumber:s}))}function Rb(e){return"".concat(e.toString().length,".25em")}function m1(e,t){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(e),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:t},children:[{type:"text",value:e}]}}function g1(e,t,r){var n={display:"inline-block",minWidth:Rb(r),paddingRight:"1em",textAlign:"right",userSelect:"none"},a=typeof e=="function"?e(t):e,o=dt(dt({},n),a);return o}function Eo(e){var t=e.children,r=e.lineNumber,n=e.lineNumberStyle,a=e.largestLineNumber,o=e.showInlineLineNumbers,i=e.lineProps,s=i===void 0?{}:i,c=e.className,d=c===void 0?[]:c,p=e.showLineNumbers,g=e.wrapLongLines,h=typeof s=="function"?s(r):s;if(h.className=d,r&&o){var f=g1(n,r,a);t.unshift(m1(r,f))}return g&p&&(h.style=dt(dt({},h.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:h,children:t}}function v1(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],n=0;n<e.length;n++){var a=e[n];if(a.type==="text")r.push(Eo({children:[a],className:gb(new Set(t))}));else if(a.children){var o=t.concat(a.properties.className);v1(a.children,o).forEach(function(i){return r.push(i)})}}return r}function Ib(e,t,r,n,a,o,i,s,c){var d,p=v1(e.value),g=[],h=-1,f=0;function v(C,S){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return Eo({children:C,lineNumber:S,lineNumberStyle:s,largestLineNumber:i,showInlineLineNumbers:a,lineProps:r,className:k,showLineNumbers:n,wrapLongLines:c})}u(v,"createWrappedLine");function m(C,S){if(n&&S&&a){var k=g1(s,S,i);C.unshift(m1(S,k))}return C}u(m,"createUnwrappedLine");function w(C,S){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||k.length>0?v(C,S,k):m(C,S)}u(w,"createLine");for(var E=u(function(){var C=p[f],S=C.children[0].value,k=Ab(S);if(k){var A=S.split(`
211
- `);A.forEach(function(_,I){var B=n&&g.length+o,z={type:"text",value:"".concat(_,`
212
- `)};if(I===0){var L=p.slice(h+1,f).concat(Eo({children:[z],className:C.properties.className})),M=w(L,B);g.push(M)}else if(I===A.length-1){var O=p[f+1]&&p[f+1].children&&p[f+1].children[0],P={type:"text",value:"".concat(_)};if(O){var j=Eo({children:[P],className:C.properties.className});p.splice(f+1,0,j)}else{var q=[P],U=w(q,B,C.properties.className);g.push(U)}}else{var Y=[z],X=w(Y,B,C.properties.className);g.push(X)}}),h=f}f++},"_loop");f<p.length;)E();if(h!==p.length-1){var D=p.slice(h+1,p.length);if(D&&D.length){var x=n&&g.length+o,b=w(D,x);g.push(b)}}return t?g:(d=[]).concat.apply(d,g)}function Bb(e){var t=e.rows,r=e.stylesheet,n=e.useInlineStyles;return t.map(function(a,o){return _s({node:a,stylesheet:r,useInlineStyles:n,key:"code-segement".concat(o)})})}function y1(e){return e&&typeof e.highlightAuto<"u"}function Tb(e){var t=e.astGenerator,r=e.language,n=e.code,a=e.defaultCodeValue;if(y1(t)){var o=kb(t,r);return r==="text"?{value:a,language:"text"}:o?t.highlight(r,n):t.highlightAuto(n)}try{return r&&r!=="text"?{value:t.highlight(n,r)}:{value:a}}catch{return{value:a}}}function zb(e,t){return u(function(r){var n=r.language,a=r.children,o=r.style,i=o===void 0?t:o,s=r.customStyle,c=s===void 0?{}:s,d=r.codeTagProps,p=d===void 0?{className:n?"language-".concat(n):void 0,style:dt(dt({},i['code[class*="language-"]']),i['code[class*="language-'.concat(n,'"]')])}:d,g=r.useInlineStyles,h=g===void 0?!0:g,f=r.showLineNumbers,v=f===void 0?!1:f,m=r.showInlineLineNumbers,w=m===void 0?!0:m,E=r.startingLineNumber,D=E===void 0?1:E,x=r.lineNumberContainerStyle,b=r.lineNumberStyle,C=b===void 0?{}:b,S=r.wrapLines,k=r.wrapLongLines,A=k===void 0?!1:k,_=r.lineProps,I=_===void 0?{}:_,B=r.renderer,z=r.PreTag,L=z===void 0?"pre":z,M=r.CodeTag,O=M===void 0?"code":M,P=r.code,j=P===void 0?(Array.isArray(a)?a[0]:a)||"":P,q=r.astGenerator,U=cb(r,Lb);q=q||e;var Y=v?y.createElement(_b,{containerStyle:x,codeStyle:p.style||{},numberStyle:C,startingLineNumber:D,codeString:j}):null,X=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},re=y1(q)?"hljs":"prismjs",Z=h?Object.assign({},U,{style:Object.assign({},X,c)}):Object.assign({},U,{className:U.className?"".concat(re," ").concat(U.className):re,style:Object.assign({},c)});if(A?p.style=dt(dt({},p.style),{},{whiteSpace:"pre-wrap"}):p.style=dt(dt({},p.style),{},{whiteSpace:"pre"}),!q)return y.createElement(L,Z,Y,y.createElement(O,p,j));(S===void 0&&B||A)&&(S=!0),B=B||Bb;var ie=[{type:"text",value:j}],H=Tb({astGenerator:q,language:n,code:j,defaultCodeValue:ie});H.language===null&&(H.value=ie);var J=H.value.length+D,te=Ib(H,S,I,v,w,D,J,C,A);return y.createElement(L,Z,y.createElement(O,p,!w&&Y,B({rows:te,stylesheet:i,useInlineStyles:h})))},"SyntaxHighlighter")}var Lb,Ob,VS=T(()=>{zS(),NS(),wb(),Sb(),jS(),Lb=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],u(sd,"ownKeys"),u(dt,"_objectSpread"),Ob=/\n/g,u(Ab,"getNewLines"),u(Fb,"getAllLineNumbers"),u(_b,"AllLineNumbers"),u(Rb,"getEmWidthOfNumber"),u(m1,"getInlineLineNumber"),u(g1,"assembleLineNumberStyles"),u(Eo,"createLineElement"),u(v1,"flattenCodeTree"),u(Ib,"processLines"),u(Bb,"defaultRenderer"),u(y1,"isHighlightJs"),u(Tb,"getCodeTree"),u(zb,"default")}),US=W((e,t)=>{t.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var a={},o=0;o<arguments.length;o++){var i=arguments[o];for(var s in i)r.call(i,s)&&(a[s]=i[s])}return a}u(n,"extend")}),Mb=W((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.normal={},r.property={};function n(a,o,i){this.property=a,this.normal=o,i&&(this.space=i)}u(n,"Schema")}),qS=W((e,t)=>{var r=US(),n=Mb();t.exports=a;function a(o){for(var i=o.length,s=[],c=[],d=-1,p,g;++d<i;)p=o[d],s.push(p.property),c.push(p.normal),g=p.space;return new n(r.apply(null,s),r.apply(null,c),g)}u(a,"merge")}),b1=W((e,t)=>{t.exports=r;function r(n){return n.toLowerCase()}u(r,"normalize")}),Pb=W((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.attribute=null,r.property=null,r.boolean=!1,r.booleanish=!1,r.overloadedBoolean=!1,r.number=!1,r.commaSeparated=!1,r.spaceSeparated=!1,r.commaOrSpaceSeparated=!1,r.mustUseProperty=!1,r.defined=!1;function n(a,o){this.property=a,this.attribute=o}u(n,"Info")}),w1=W(e=>{var t=0;e.boolean=r(),e.booleanish=r(),e.overloadedBoolean=r(),e.number=r(),e.spaceSeparated=r(),e.commaSeparated=r(),e.commaOrSpaceSeparated=r();function r(){return Math.pow(2,++t)}u(r,"increment")}),Nb=W((e,t)=>{var r=Pb(),n=w1();t.exports=i,i.prototype=new r,i.prototype.defined=!0;var a=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],o=a.length;function i(c,d,p,g){var h=-1,f;for(s(this,"space",g),r.call(this,c,d);++h<o;)f=a[h],s(this,f,(p&n[f])===n[f])}u(i,"DefinedInfo");function s(c,d,p){p&&(c[d]=p)}u(s,"mark")}),Qo=W((e,t)=>{var r=b1(),n=Mb(),a=Nb();t.exports=o;function o(i){var s=i.space,c=i.mustUseProperty||[],d=i.attributes||{},p=i.properties,g=i.transform,h={},f={},v,m;for(v in p)m=new a(v,g(d,v),p[v],s),c.indexOf(v)!==-1&&(m.mustUseProperty=!0),h[v]=m,f[r(v)]=v,f[r(m.attribute)]=v;return new n(h,f,s)}u(o,"create")}),WS=W((e,t)=>{var r=Qo();t.exports=r({space:"xlink",transform:n,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function n(a,o){return"xlink:"+o.slice(5).toLowerCase()}u(n,"xlinkTransform")}),GS=W((e,t)=>{var r=Qo();t.exports=r({space:"xml",transform:n,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function n(a,o){return"xml:"+o.slice(3).toLowerCase()}u(n,"xmlTransform")}),YS=W((e,t)=>{t.exports=r;function r(n,a){return a in n?n[a]:a}u(r,"caseSensitiveTransform")}),$b=W((e,t)=>{var r=YS();t.exports=n;function n(a,o){return r(a,o.toLowerCase())}u(n,"caseInsensitiveTransform")}),KS=W((e,t)=>{var r=Qo(),n=$b();t.exports=r({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:n,properties:{xmlns:null,xmlnsXLink:null}})}),JS=W((e,t)=>{var r=w1(),n=Qo(),a=r.booleanish,o=r.number,i=r.spaceSeparated;t.exports=n({transform:s,properties:{ariaActiveDescendant:null,ariaAtomic:a,ariaAutoComplete:null,ariaBusy:a,ariaChecked:a,ariaColCount:o,ariaColIndex:o,ariaColSpan:o,ariaControls:i,ariaCurrent:null,ariaDescribedBy:i,ariaDetails:null,ariaDisabled:a,ariaDropEffect:i,ariaErrorMessage:null,ariaExpanded:a,ariaFlowTo:i,ariaGrabbed:a,ariaHasPopup:null,ariaHidden:a,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:i,ariaLevel:o,ariaLive:null,ariaModal:a,ariaMultiLine:a,ariaMultiSelectable:a,ariaOrientation:null,ariaOwns:i,ariaPlaceholder:null,ariaPosInSet:o,ariaPressed:a,ariaReadOnly:a,ariaRelevant:null,ariaRequired:a,ariaRoleDescription:i,ariaRowCount:o,ariaRowIndex:o,ariaRowSpan:o,ariaSelected:a,ariaSetSize:o,ariaSort:null,ariaValueMax:o,ariaValueMin:o,ariaValueNow:o,ariaValueText:null,role:null}});function s(c,d){return d==="role"?d:"aria-"+d.slice(4).toLowerCase()}u(s,"ariaTransform")}),ZS=W((e,t)=>{var r=w1(),n=Qo(),a=$b(),o=r.boolean,i=r.overloadedBoolean,s=r.booleanish,c=r.number,d=r.spaceSeparated,p=r.commaSeparated;t.exports=n({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:a,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:p,acceptCharset:d,accessKey:d,action:null,allow:null,allowFullScreen:o,allowPaymentRequest:o,allowUserMedia:o,alt:null,as:null,async:o,autoCapitalize:null,autoComplete:d,autoFocus:o,autoPlay:o,capture:o,charSet:null,checked:o,cite:null,className:d,cols:c,colSpan:null,content:null,contentEditable:s,controls:o,controlsList:d,coords:c|p,crossOrigin:null,data:null,dateTime:null,decoding:null,default:o,defer:o,dir:null,dirName:null,disabled:o,download:i,draggable:s,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:o,formTarget:null,headers:d,height:c,hidden:o,high:c,href:null,hrefLang:null,htmlFor:d,httpEquiv:d,id:null,imageSizes:null,imageSrcSet:p,inputMode:null,integrity:null,is:null,isMap:o,itemId:null,itemProp:d,itemRef:d,itemScope:o,itemType:d,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:o,low:c,manifest:null,max:null,maxLength:c,media:null,method:null,min:null,minLength:c,multiple:o,muted:o,name:null,nonce:null,noModule:o,noValidate:o,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:o,optimum:c,pattern:null,ping:d,placeholder:null,playsInline:o,poster:null,preload:null,readOnly:o,referrerPolicy:null,rel:d,required:o,reversed:o,rows:c,rowSpan:c,sandbox:d,scope:null,scoped:o,seamless:o,selected:o,shape:null,size:c,sizes:null,slot:null,span:c,spellCheck:s,src:null,srcDoc:null,srcLang:null,srcSet:p,start:c,step:null,style:null,tabIndex:c,target:null,title:null,translate:null,type:null,typeMustMatch:o,useMap:null,value:s,width:c,wrap:null,align:null,aLink:null,archive:d,axis:null,background:null,bgColor:null,border:c,borderColor:null,bottomMargin:c,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:o,declare:o,event:null,face:null,frame:null,frameBorder:null,hSpace:c,leftMargin:c,link:null,longDesc:null,lowSrc:null,marginHeight:c,marginWidth:c,noResize:o,noHref:o,noShade:o,noWrap:o,object:null,profile:null,prompt:null,rev:null,rightMargin:c,rules:null,scheme:null,scrolling:s,standby:null,summary:null,text:null,topMargin:c,valueType:null,version:null,vAlign:null,vLink:null,vSpace:c,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:o,disableRemotePlayback:o,prefix:null,property:null,results:c,security:null,unselectable:null}})}),XS=W((e,t)=>{var r=qS(),n=WS(),a=GS(),o=KS(),i=JS(),s=ZS();t.exports=r([a,n,o,i,s])}),QS=W((e,t)=>{var r=b1(),n=Nb(),a=Pb(),o="data";t.exports=d;var i=/^data[-\w.:]+$/i,s=/-[a-z]/g,c=/[A-Z]/g;function d(v,m){var w=r(m),E=m,D=a;return w in v.normal?v.property[v.normal[w]]:(w.length>4&&w.slice(0,4)===o&&i.test(m)&&(m.charAt(4)==="-"?E=p(m):m=g(m),D=n),new D(E,m))}u(d,"find");function p(v){var m=v.slice(5).replace(s,f);return o+m.charAt(0).toUpperCase()+m.slice(1)}u(p,"datasetToProperty");function g(v){var m=v.slice(4);return s.test(m)?v:(m=m.replace(c,h),m.charAt(0)!=="-"&&(m="-"+m),o+m)}u(g,"datasetToAttribute");function h(v){return"-"+v.toLowerCase()}u(h,"kebab");function f(v){return v.charAt(1).toUpperCase()}u(f,"camelcase")}),ek=W((e,t)=>{t.exports=n;var r=/[#.]/g;function n(a,o){for(var i=a||"",s=o||"div",c={},d=0,p,g,h;d<i.length;)r.lastIndex=d,h=r.exec(i),p=i.slice(d,h?h.index:i.length),p&&(g?g==="#"?c.id=p:c.className?c.className.push(p):c.className=[p]:s=p,d+=p.length),h&&(g=h[0],d++);return{type:"element",tagName:s,properties:c,children:[]}}u(n,"parse")}),tk=W(e=>{e.parse=a,e.stringify=o;var t="",r=" ",n=/[ \t\n\r\f]+/g;function a(i){var s=String(i||t).trim();return s===t?[]:s.split(n)}u(a,"parse");function o(i){return i.join(r).trim()}u(o,"stringify")}),rk=W(e=>{e.parse=a,e.stringify=o;var t=",",r=" ",n="";function a(i){for(var s=[],c=String(i||n),d=c.indexOf(t),p=0,g=!1,h;!g;)d===-1&&(d=c.length,g=!0),h=c.slice(p,d).trim(),(h||!g)&&s.push(h),p=d+1,d=c.indexOf(t,p);return s}u(a,"parse");function o(i,s){var c=s||{},d=c.padLeft===!1?n:r,p=c.padRight?r:n;return i[i.length-1]===n&&(i=i.concat(n)),i.join(p+t+d).trim()}u(o,"stringify")}),nk=W((e,t)=>{var r=QS(),n=b1(),a=ek(),o=tk().parse,i=rk().parse;t.exports=c;var s={}.hasOwnProperty;function c(w,E,D){var x=D?m(D):null;return b;function b(S,k){var A=a(S,E),_=Array.prototype.slice.call(arguments,2),I=A.tagName.toLowerCase(),B;if(A.tagName=x&&s.call(x,I)?x[I]:I,k&&d(k,A)&&(_.unshift(k),k=null),k)for(B in k)C(A.properties,B,k[B]);return g(A.children,_),A.tagName==="template"&&(A.content={type:"root",children:A.children},A.children=[]),A}function C(S,k,A){var _,I,B;A==null||A!==A||(_=r(w,k),I=_.property,B=A,typeof B=="string"&&(_.spaceSeparated?B=o(B):_.commaSeparated?B=i(B):_.commaOrSpaceSeparated&&(B=o(i(B).join(" ")))),I==="style"&&typeof A!="string"&&(B=v(B)),I==="className"&&S.className&&(B=S.className.concat(B)),S[I]=h(_,I,B))}}u(c,"factory");function d(w,E){return typeof w=="string"||"length"in w||p(E.tagName,w)}u(d,"isChildren");function p(w,E){var D=E.type;return w==="input"||!D||typeof D!="string"?!1:typeof E.children=="object"&&"length"in E.children?!0:(D=D.toLowerCase(),w==="button"?D!=="menu"&&D!=="submit"&&D!=="reset"&&D!=="button":"value"in E)}u(p,"isNode");function g(w,E){var D,x;if(typeof E=="string"||typeof E=="number"){w.push({type:"text",value:String(E)});return}if(typeof E=="object"&&"length"in E){for(D=-1,x=E.length;++D<x;)g(w,E[D]);return}if(typeof E!="object"||!("type"in E))throw new Error("Expected node, nodes, or string, got `"+E+"`");w.push(E)}u(g,"addChild");function h(w,E,D){var x,b,C;if(typeof D!="object"||!("length"in D))return f(w,E,D);for(b=D.length,x=-1,C=[];++x<b;)C[x]=f(w,E,D[x]);return C}u(h,"parsePrimitives");function f(w,E,D){var x=D;return w.number||w.positiveNumber?!isNaN(x)&&x!==""&&(x=Number(x)):(w.boolean||w.overloadedBoolean)&&typeof x=="string"&&(x===""||n(D)===n(E))&&(x=!0),x}u(f,"parsePrimitive");function v(w){var E=[],D;for(D in w)E.push([D,w[D]].join(": "));return E.join("; ")}u(v,"style");function m(w){for(var E=w.length,D=-1,x={},b;++D<E;)b=w[D],x[b.toLowerCase()]=b;return x}u(m,"createAdjustMap")}),ak=W((e,t)=>{var r=XS(),n=nk(),a=n(r,"div");a.displayName="html",t.exports=a}),ok=W((e,t)=>{t.exports=ak()}),ik=W((e,t)=>{t.exports={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}}),lk=W((e,t)=>{t.exports={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"}}),Hb=W((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=48&&a<=57}u(r,"decimal")}),sk=W((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=97&&a<=102||a>=65&&a<=70||a>=48&&a<=57}u(r,"hexadecimal")}),uk=W((e,t)=>{t.exports=r;function r(n){var a=typeof n=="string"?n.charCodeAt(0):n;return a>=97&&a<=122||a>=65&&a<=90}u(r,"alphabetical")}),ck=W((e,t)=>{var r=uk(),n=Hb();t.exports=a;function a(o){return r(o)||n(o)}u(a,"alphanumerical")}),dk=W((e,t)=>{var r,n=59;t.exports=a;function a(o){var i="&"+o+";",s;return r=r||document.createElement("i"),r.innerHTML=i,s=r.textContent,s.charCodeAt(s.length-1)===n&&o!=="semi"||s===i?!1:s}u(a,"decodeEntity")}),pk=W((e,t)=>{var r=ik(),n=lk(),a=Hb(),o=sk(),i=ck(),s=dk();t.exports=X;var c={}.hasOwnProperty,d=String.fromCharCode,p=Function.prototype,g={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},h=9,f=10,v=12,m=32,w=38,E=59,D=60,x=61,b=35,C=88,S=120,k=65533,A="named",_="hexadecimal",I="decimal",B={};B[_]=16,B[I]=10;var z={};z[A]=i,z[I]=a,z[_]=o;var L=1,M=2,O=3,P=4,j=5,q=6,U=7,Y={};Y[L]="Named character references must be terminated by a semicolon",Y[M]="Numeric character references must be terminated by a semicolon",Y[O]="Named character references cannot be empty",Y[P]="Numeric character references cannot be empty",Y[j]="Named character references must be known",Y[q]="Numeric character references cannot be disallowed",Y[U]="Numeric character references cannot be outside the permissible Unicode range";function X(H,J){var te={},pe,De;J||(J={});for(De in g)pe=J[De],te[De]=pe??g[De];return(te.position.indent||te.position.start)&&(te.indent=te.position.indent||[],te.position=te.position.start),re(H,te)}u(X,"parseEntities");function re(H,J){var te=J.additional,pe=J.nonTerminated,De=J.text,Ct=J.reference,qe=J.warning,at=J.textContext,$=J.referenceContext,ot=J.warningContext,St=J.position,Mr=J.indent||[],kn=H.length,kt=0,xi=-1,Re=St.column||1,Pr=St.line||1,At="",An=[],Ft,Fn,_t,Ce,it,ve,ue,Rt,Di,Eu,Nr,Ma,$r,Qt,kh,Pa,Ci,It,ye;for(typeof te=="string"&&(te=te.charCodeAt(0)),Pa=Na(),Rt=qe?cC:p,kt--,kn++;++kt<kn;)if(it===f&&(Re=Mr[xi]||1),it=H.charCodeAt(kt),it===w){if(ue=H.charCodeAt(kt+1),ue===h||ue===f||ue===v||ue===m||ue===w||ue===D||ue!==ue||te&&ue===te){At+=d(it),Re++;continue}for($r=kt+1,Ma=$r,ye=$r,ue===b?(ye=++Ma,ue=H.charCodeAt(ye),ue===C||ue===S?(Qt=_,ye=++Ma):Qt=I):Qt=A,Ft="",Nr="",Ce="",kh=z[Qt],ye--;++ye<kn&&(ue=H.charCodeAt(ye),!!kh(ue));)Ce+=d(ue),Qt===A&&c.call(r,Ce)&&(Ft=Ce,Nr=r[Ce]);_t=H.charCodeAt(ye)===E,_t&&(ye++,Fn=Qt===A?s(Ce):!1,Fn&&(Ft=Ce,Nr=Fn)),It=1+ye-$r,!_t&&!pe||(Ce?Qt===A?(_t&&!Nr?Rt(j,1):(Ft!==Ce&&(ye=Ma+Ft.length,It=1+ye-Ma,_t=!1),_t||(Di=Ft?L:O,J.attribute?(ue=H.charCodeAt(ye),ue===x?(Rt(Di,It),Nr=null):i(ue)?Nr=null:Rt(Di,It)):Rt(Di,It))),ve=Nr):(_t||Rt(M,It),ve=parseInt(Ce,B[Qt]),Z(ve)?(Rt(U,It),ve=d(k)):ve in n?(Rt(q,It),ve=n[ve]):(Eu="",ie(ve)&&Rt(q,It),ve>65535&&(ve-=65536,Eu+=d(ve>>>10|55296),ve=56320|ve&1023),ve=Eu+d(ve))):Qt!==A&&Rt(P,It)),ve?(Ah(),Pa=Na(),kt=ye-1,Re+=ye-$r+1,An.push(ve),Ci=Na(),Ci.offset++,Ct&&Ct.call($,ve,{start:Pa,end:Ci},H.slice($r-1,ye)),Pa=Ci):(Ce=H.slice($r-1,ye),At+=Ce,Re+=Ce.length,kt=ye-1)}else it===10&&(Pr++,xi++,Re=0),it===it?(At+=d(it),Re++):Ah();return An.join("");function Na(){return{line:Pr,column:Re,offset:kt+(St.offset||0)}}function cC(Fh,_h){var xu=Na();xu.column+=_h,xu.offset+=_h,qe.call(ot,Y[Fh],xu,Fh)}function Ah(){At&&(An.push(At),De&&De.call(at,At,{start:Pa,end:Na()}),At="")}}u(re,"parse");function Z(H){return H>=55296&&H<=57343||H>1114111}u(Z,"prohibited");function ie(H){return H>=1&&H<=8||H===11||H>=13&&H<=31||H>=127&&H<=159||H>=64976&&H<=65007||(H&65535)===65535||(H&65535)===65534}u(ie,"disallowed")}),fk=W((e,t)=>{var r=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},n=function(a){var o=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,s={},c={manual:a.Prism&&a.Prism.manual,disableWorkerMessageHandler:a.Prism&&a.Prism.disableWorkerMessageHandler,util:{encode:u(function x(b){return b instanceof d?new d(b.type,x(b.content),b.alias):Array.isArray(b)?b.map(x):b.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},"encode"),type:u(function(x){return Object.prototype.toString.call(x).slice(8,-1)},"type"),objId:u(function(x){return x.__id||Object.defineProperty(x,"__id",{value:++i}),x.__id},"objId"),clone:u(function x(b,C){C=C||{};var S,k;switch(c.util.type(b)){case"Object":if(k=c.util.objId(b),C[k])return C[k];S={},C[k]=S;for(var A in b)b.hasOwnProperty(A)&&(S[A]=x(b[A],C));return S;case"Array":return k=c.util.objId(b),C[k]?C[k]:(S=[],C[k]=S,b.forEach(function(_,I){S[I]=x(_,C)}),S);default:return b}},"deepClone"),getLanguage:u(function(x){for(;x;){var b=o.exec(x.className);if(b)return b[1].toLowerCase();x=x.parentElement}return"none"},"getLanguage"),setLanguage:u(function(x,b){x.className=x.className.replace(RegExp(o,"gi"),""),x.classList.add("language-"+b)},"setLanguage"),currentScript:u(function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(S){var x=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(S.stack)||[])[1];if(x){var b=document.getElementsByTagName("script");for(var C in b)if(b[C].src==x)return b[C]}return null}},"currentScript"),isActive:u(function(x,b,C){for(var S="no-"+b;x;){var k=x.classList;if(k.contains(b))return!0;if(k.contains(S))return!1;x=x.parentElement}return!!C},"isActive")},languages:{plain:s,plaintext:s,text:s,txt:s,extend:u(function(x,b){var C=c.util.clone(c.languages[x]);for(var S in b)C[S]=b[S];return C},"extend"),insertBefore:u(function(x,b,C,S){S=S||c.languages;var k=S[x],A={};for(var _ in k)if(k.hasOwnProperty(_)){if(_==b)for(var I in C)C.hasOwnProperty(I)&&(A[I]=C[I]);C.hasOwnProperty(_)||(A[_]=k[_])}var B=S[x];return S[x]=A,c.languages.DFS(c.languages,function(z,L){L===B&&z!=x&&(this[z]=A)}),A},"insertBefore"),DFS:u(function x(b,C,S,k){k=k||{};var A=c.util.objId;for(var _ in b)if(b.hasOwnProperty(_)){C.call(b,_,b[_],S||_);var I=b[_],B=c.util.type(I);B==="Object"&&!k[A(I)]?(k[A(I)]=!0,x(I,C,null,k)):B==="Array"&&!k[A(I)]&&(k[A(I)]=!0,x(I,C,_,k))}},"DFS")},plugins:{},highlightAll:u(function(x,b){c.highlightAllUnder(document,x,b)},"highlightAll"),highlightAllUnder:u(function(x,b,C){var S={callback:C,container:x,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};c.hooks.run("before-highlightall",S),S.elements=Array.prototype.slice.apply(S.container.querySelectorAll(S.selector)),c.hooks.run("before-all-elements-highlight",S);for(var k=0,A;A=S.elements[k++];)c.highlightElement(A,b===!0,S.callback)},"highlightAllUnder"),highlightElement:u(function(x,b,C){var S=c.util.getLanguage(x),k=c.languages[S];c.util.setLanguage(x,S);var A=x.parentElement;A&&A.nodeName.toLowerCase()==="pre"&&c.util.setLanguage(A,S);var _=x.textContent,I={element:x,language:S,grammar:k,code:_};function B(L){I.highlightedCode=L,c.hooks.run("before-insert",I),I.element.innerHTML=I.highlightedCode,c.hooks.run("after-highlight",I),c.hooks.run("complete",I),C&&C.call(I.element)}if(u(B,"insertHighlightedCode"),c.hooks.run("before-sanity-check",I),A=I.element.parentElement,A&&A.nodeName.toLowerCase()==="pre"&&!A.hasAttribute("tabindex")&&A.setAttribute("tabindex","0"),!I.code){c.hooks.run("complete",I),C&&C.call(I.element);return}if(c.hooks.run("before-highlight",I),!I.grammar){B(c.util.encode(I.code));return}if(b&&a.Worker){var z=new Worker(c.filename);z.onmessage=function(L){B(L.data)},z.postMessage(JSON.stringify({language:I.language,code:I.code,immediateClose:!0}))}else B(c.highlight(I.code,I.grammar,I.language))},"highlightElement"),highlight:u(function(x,b,C){var S={code:x,grammar:b,language:C};if(c.hooks.run("before-tokenize",S),!S.grammar)throw new Error('The language "'+S.language+'" has no grammar.');return S.tokens=c.tokenize(S.code,S.grammar),c.hooks.run("after-tokenize",S),d.stringify(c.util.encode(S.tokens),S.language)},"highlight"),tokenize:u(function(x,b){var C=b.rest;if(C){for(var S in C)b[S]=C[S];delete b.rest}var k=new h;return f(k,k.head,x),g(x,k,b,k.head,0),m(k)},"tokenize"),hooks:{all:{},add:u(function(x,b){var C=c.hooks.all;C[x]=C[x]||[],C[x].push(b)},"add"),run:u(function(x,b){var C=c.hooks.all[x];if(!(!C||!C.length))for(var S=0,k;k=C[S++];)k(b)},"run")},Token:d};a.Prism=c;function d(x,b,C,S){this.type=x,this.content=b,this.alias=C,this.length=(S||"").length|0}u(d,"Token"),d.stringify=u(function x(b,C){if(typeof b=="string")return b;if(Array.isArray(b)){var S="";return b.forEach(function(B){S+=x(B,C)}),S}var k={type:b.type,content:x(b.content,C),tag:"span",classes:["token",b.type],attributes:{},language:C},A=b.alias;A&&(Array.isArray(A)?Array.prototype.push.apply(k.classes,A):k.classes.push(A)),c.hooks.run("wrap",k);var _="";for(var I in k.attributes)_+=" "+I+'="'+(k.attributes[I]||"").replace(/"/g,"&quot;")+'"';return"<"+k.tag+' class="'+k.classes.join(" ")+'"'+_+">"+k.content+"</"+k.tag+">"},"stringify");function p(x,b,C,S){x.lastIndex=b;var k=x.exec(C);if(k&&S&&k[1]){var A=k[1].length;k.index+=A,k[0]=k[0].slice(A)}return k}u(p,"matchPattern");function g(x,b,C,S,k,A){for(var _ in C)if(!(!C.hasOwnProperty(_)||!C[_])){var I=C[_];I=Array.isArray(I)?I:[I];for(var B=0;B<I.length;++B){if(A&&A.cause==_+","+B)return;var z=I[B],L=z.inside,M=!!z.lookbehind,O=!!z.greedy,P=z.alias;if(O&&!z.pattern.global){var j=z.pattern.toString().match(/[imsuy]*$/)[0];z.pattern=RegExp(z.pattern.source,j+"g")}for(var q=z.pattern||z,U=S.next,Y=k;U!==b.tail&&!(A&&Y>=A.reach);Y+=U.value.length,U=U.next){var X=U.value;if(b.length>x.length)return;if(!(X instanceof d)){var re=1,Z;if(O){if(Z=p(q,Y,x,M),!Z||Z.index>=x.length)break;var te=Z.index,ie=Z.index+Z[0].length,H=Y;for(H+=U.value.length;te>=H;)U=U.next,H+=U.value.length;if(H-=U.value.length,Y=H,U.value instanceof d)continue;for(var J=U;J!==b.tail&&(H<ie||typeof J.value=="string");J=J.next)re++,H+=J.value.length;re--,X=x.slice(Y,H),Z.index-=Y}else if(Z=p(q,0,X,M),!Z)continue;var te=Z.index,pe=Z[0],De=X.slice(0,te),Ct=X.slice(te+pe.length),qe=Y+X.length;A&&qe>A.reach&&(A.reach=qe);var at=U.prev;De&&(at=f(b,at,De),Y+=De.length),v(b,at,re);var $=new d(_,L?c.tokenize(pe,L):pe,P,pe);if(U=f(b,at,$),Ct&&f(b,U,Ct),re>1){var ot={cause:_+","+B,reach:qe};g(x,b,C,U.prev,Y,ot),A&&ot.reach>A.reach&&(A.reach=ot.reach)}}}}}}u(g,"matchGrammar");function h(){var x={value:null,prev:null,next:null},b={value:null,prev:x,next:null};x.next=b,this.head=x,this.tail=b,this.length=0}u(h,"LinkedList");function f(x,b,C){var S=b.next,k={value:C,prev:b,next:S};return b.next=k,S.prev=k,x.length++,k}u(f,"addAfter");function v(x,b,C){for(var S=b.next,k=0;k<C&&S!==x.tail;k++)S=S.next;b.next=S,S.prev=b,x.length-=k}u(v,"removeRange");function m(x){for(var b=[],C=x.head.next;C!==x.tail;)b.push(C.value),C=C.next;return b}if(u(m,"toArray"),!a.document)return a.addEventListener&&(c.disableWorkerMessageHandler||a.addEventListener("message",function(x){var b=JSON.parse(x.data),C=b.language,S=b.code,k=b.immediateClose;a.postMessage(c.highlight(S,c.languages[C],C)),k&&a.close()},!1)),c;var w=c.util.currentScript();w&&(c.filename=w.src,w.hasAttribute("data-manual")&&(c.manual=!0));function E(){c.manual||c.highlightAll()}if(u(E,"highlightAutomaticallyCallback"),!c.manual){var D=document.readyState;D==="loading"||D==="interactive"&&w&&w.defer?document.addEventListener("DOMContentLoaded",E):window.requestAnimationFrame?window.requestAnimationFrame(E):window.setTimeout(E,16)}return c}(r);typeof t<"u"&&t.exports&&(t.exports=n),typeof global<"u"&&(global.Prism=n)}),jb=W((e,t)=>{t.exports=r,r.displayName="markup",r.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function r(n){n.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(a){a.type==="entity"&&(a.attributes.title=a.content.value.replace(/&amp;/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:u(function(a,o){var i={};i["language-"+o]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[o]},i.cdata=/^<!\[CDATA\[|\]\]>$/i;var s={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:i}};s["language-"+o]={pattern:/[\s\S]+/,inside:n.languages[o]};var c={};c[a]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return a}),"i"),lookbehind:!0,greedy:!0,inside:s},n.languages.insertBefore("markup","cdata",c)},"addInlined")}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:u(function(a,o){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+a+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[o,"language-"+o],inside:n.languages[o]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})},"value")}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml}u(r,"markup")}),Vb=W((e,t)=>{t.exports=r,r.displayName="css",r.aliases=[];function r(n){(function(a){var o=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;a.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+o.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+o.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+o.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:o,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},a.languages.css.atrule.inside.rest=a.languages.css;var i=a.languages.markup;i&&(i.tag.addInlined("style","css"),i.tag.addAttribute("style","css"))})(n)}u(r,"css")}),hk=W((e,t)=>{t.exports=r,r.displayName="clike",r.aliases=[];function r(n){n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}}u(r,"clike")}),mk=W((e,t)=>{t.exports=r,r.displayName="javascript",r.aliases=["js"];function r(n){n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),n.languages.js=n.languages.javascript}u(r,"javascript")}),gk=W((e,t)=>{var r=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},n=k();r.Prism={manual:!0,disableWorkerMessageHandler:!0};var a=ok(),o=pk(),i=fk(),s=jb(),c=Vb(),d=hk(),p=mk();n();var g={}.hasOwnProperty;function h(){}u(h,"Refractor"),h.prototype=i;var f=new h;t.exports=f,f.highlight=w,f.register=v,f.alias=m,f.registered=E,f.listLanguages=D,v(s),v(c),v(d),v(p),f.util.encode=C,f.Token.stringify=x;function v(A){if(typeof A!="function"||!A.displayName)throw new Error("Expected `function` for `grammar`, got `"+A+"`");f.languages[A.displayName]===void 0&&A(f)}u(v,"register");function m(A,_){var I=f.languages,B=A,z,L,M,O;_&&(B={},B[A]=_);for(z in B)for(L=B[z],L=typeof L=="string"?[L]:L,M=L.length,O=-1;++O<M;)I[L[O]]=I[z]}u(m,"alias");function w(A,_){var I=i.highlight,B;if(typeof A!="string")throw new Error("Expected `string` for `value`, got `"+A+"`");if(f.util.type(_)==="Object")B=_,_=null;else{if(typeof _!="string")throw new Error("Expected `string` for `name`, got `"+_+"`");if(g.call(f.languages,_))B=f.languages[_];else throw new Error("Unknown language: `"+_+"` is not registered")}return I.call(this,A,B,_)}u(w,"highlight");function E(A){if(typeof A!="string")throw new Error("Expected `string` for `language`, got `"+A+"`");return g.call(f.languages,A)}u(E,"registered");function D(){var A=f.languages,_=[],I;for(I in A)g.call(A,I)&&typeof A[I]=="object"&&_.push(I);return _}u(D,"listLanguages");function x(A,_,I){var B;return typeof A=="string"?{type:"text",value:A}:f.util.type(A)==="Array"?b(A,_):(B={type:A.type,content:f.Token.stringify(A.content,_,I),tag:"span",classes:["token",A.type],attributes:{},language:_,parent:I},A.alias&&(B.classes=B.classes.concat(A.alias)),f.hooks.run("wrap",B),a(B.tag+"."+B.classes.join("."),S(B.attributes),B.content))}u(x,"stringify");function b(A,_){for(var I=[],B=A.length,z=-1,L;++z<B;)L=A[z],L!==""&&L!==null&&L!==void 0&&I.push(L);for(z=-1,B=I.length;++z<B;)L=I[z],I[z]=f.Token.stringify(L,_,I);return I}u(b,"stringifyAll");function C(A){return A}u(C,"encode");function S(A){var _;for(_ in A)A[_]=o(A[_]);return A}u(S,"attributes");function k(){var A="Prism"in r,_=A?r.Prism:void 0;return I;function I(){A?r.Prism=_:delete r.Prism,A=void 0,_=void 0}}u(k,"capture")}),Fi,_i,il,vk=T(()=>{VS(),Fi=xe(gk()),_i=zb(Fi.default,{}),_i.registerLanguage=function(e,t){return Fi.default.register(t)},_i.alias=function(e,t){return Fi.default.alias(e,t)},il=_i}),yk=T(()=>{Sb()}),bk=W((e,t)=>{t.exports=r,r.displayName="bash",r.aliases=["shell"];function r(n){(function(a){var o="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",i={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},s={bash:i,environment:{pattern:RegExp("\\$"+o),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+o),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};a.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+o),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:s},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:i}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:s},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:s.entity}}],environment:{pattern:RegExp("\\$?"+o),alias:"constant"},variable:s.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},i.inside=a.languages.bash;for(var c=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],d=s.variable[1].inside,p=0;p<c.length;p++)d[c[p]]=a.languages.bash[c[p]];a.languages.shell=a.languages.bash})(n)}u(r,"bash")}),Xh,Ub,wk=T(()=>{Xh=xe(bk()),Ub=Xh.default}),Qh,qb,Ek=T(()=>{Qh=xe(Vb()),qb=Qh.default}),xk=W((e,t)=>{t.exports=r,r.displayName="graphql",r.aliases=[];function r(n){n.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:n.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},n.hooks.add("after-tokenize",u(function(a){if(a.language!=="graphql")return;var o=a.tokens.filter(function(D){return typeof D!="string"&&D.type!=="comment"&&D.type!=="scalar"}),i=0;function s(D){return o[i+D]}u(s,"getToken");function c(D,x){x=x||0;for(var b=0;b<D.length;b++){var C=s(b+x);if(!C||C.type!==D[b])return!1}return!0}u(c,"isTokenType");function d(D,x){for(var b=1,C=i;C<o.length;C++){var S=o[C],k=S.content;if(S.type==="punctuation"&&typeof k=="string"){if(D.test(k))b++;else if(x.test(k)&&(b--,b===0))return C}}return-1}u(d,"findClosingBracket");function p(D,x){var b=D.alias;b?Array.isArray(b)||(D.alias=b=[b]):D.alias=b=[],b.push(x)}for(u(p,"addAlias");i<o.length;){var g=o[i++];if(g.type==="keyword"&&g.content==="mutation"){var h=[];if(c(["definition-mutation","punctuation"])&&s(1).content==="("){i+=2;var f=d(/^\($/,/^\)$/);if(f===-1)continue;for(;i<f;i++){var v=s(0);v.type==="variable"&&(p(v,"variable-input"),h.push(v.content))}i=f+1}if(c(["punctuation","property-query"])&&s(0).content==="{"&&(i++,p(s(0),"property-mutation"),h.length>0)){var m=d(/^\{$/,/^\}$/);if(m===-1)continue;for(var w=i;w<m;w++){var E=o[w];E.type==="variable"&&h.indexOf(E.content)>=0&&p(E,"variable-input")}}}}},"afterTokenizeGraphql"))}u(r,"graphql")}),em,Wb,Dk=T(()=>{em=xe(xk()),Wb=em.default}),Ck=W((e,t)=>{t.exports=r,r.displayName="jsExtras",r.aliases=[];function r(n){(function(a){a.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+a.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),a.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+a.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),a.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]});function o(g,h){return RegExp(g.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),h)}u(o,"withId"),a.languages.insertBefore("javascript","keyword",{imports:{pattern:o(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:a.languages.javascript},exports:{pattern:o(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:a.languages.javascript}}),a.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),a.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),a.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:o(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var i=["function","function-variable","method","method-variable","property-access"],s=0;s<i.length;s++){var c=i[s],d=a.languages.javascript[c];a.util.type(d)==="RegExp"&&(d=a.languages.javascript[c]={pattern:d});var p=d.inside||{};d.inside=p,p["maybe-class-name"]=/^[A-Z][\s\S]*/}})(n)}u(r,"jsExtras")}),tm,Gb,Sk=T(()=>{tm=xe(Ck()),Gb=tm.default}),kk=W((e,t)=>{t.exports=r,r.displayName="json",r.aliases=["webmanifest"];function r(n){n.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},n.languages.webmanifest=n.languages.json}u(r,"json")}),rm,Yb,Ak=T(()=>{rm=xe(kk()),Yb=rm.default}),Kb=W((e,t)=>{t.exports=r,r.displayName="jsx",r.aliases=[];function r(n){(function(a){var o=a.util.clone(a.languages.javascript),i=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,s=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,c=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function d(h,f){return h=h.replace(/<S>/g,function(){return i}).replace(/<BRACES>/g,function(){return s}).replace(/<SPREAD>/g,function(){return c}),RegExp(h,f)}u(d,"re"),c=d(c).source,a.languages.jsx=a.languages.extend("markup",o),a.languages.jsx.tag.pattern=d(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),a.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,a.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,a.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,a.languages.jsx.tag.inside.comment=o.comment,a.languages.insertBefore("inside","attr-name",{spread:{pattern:d(/<SPREAD>/.source),inside:a.languages.jsx}},a.languages.jsx.tag),a.languages.insertBefore("inside","special-attr",{script:{pattern:d(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:a.languages.jsx}}},a.languages.jsx.tag);var p=u(function(h){return h?typeof h=="string"?h:typeof h.content=="string"?h.content:h.content.map(p).join(""):""},"stringifyToken"),g=u(function(h){for(var f=[],v=0;v<h.length;v++){var m=h[v],w=!1;if(typeof m!="string"&&(m.type==="tag"&&m.content[0]&&m.content[0].type==="tag"?m.content[0].content[0].content==="</"?f.length>0&&f[f.length-1].tagName===p(m.content[0].content[1])&&f.pop():m.content[m.content.length-1].content==="/>"||f.push({tagName:p(m.content[0].content[1]),openedBraces:0}):f.length>0&&m.type==="punctuation"&&m.content==="{"?f[f.length-1].openedBraces++:f.length>0&&f[f.length-1].openedBraces>0&&m.type==="punctuation"&&m.content==="}"?f[f.length-1].openedBraces--:w=!0),(w||typeof m=="string")&&f.length>0&&f[f.length-1].openedBraces===0){var E=p(m);v<h.length-1&&(typeof h[v+1]=="string"||h[v+1].type==="plain-text")&&(E+=p(h[v+1]),h.splice(v+1,1)),v>0&&(typeof h[v-1]=="string"||h[v-1].type==="plain-text")&&(E=p(h[v-1])+E,h.splice(v-1,1),v--),h[v]=new a.Token("plain-text",E,null,E)}m.content&&typeof m.content!="string"&&g(m.content)}},"walkTokens");a.hooks.add("after-tokenize",function(h){h.language!=="jsx"&&h.language!=="tsx"||g(h.tokens)})})(n)}u(r,"jsx")}),nm,Jb,Fk=T(()=>{nm=xe(Kb()),Jb=nm.default}),_k=W((e,t)=>{t.exports=r,r.displayName="markdown",r.aliases=["md"];function r(n){(function(a){var o=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function i(v){return v=v.replace(/<inner>/g,function(){return o}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+v+")")}u(i,"createInline");var s=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,c=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return s}),d=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;a.languages.markdown=a.languages.extend("markup",{}),a.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:a.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+c+d+"(?:"+c+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+c+d+")(?:"+c+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(s),inside:a.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+c+")"+d+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+c+"$"),inside:{"table-header":{pattern:RegExp(s),alias:"important",inside:a.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:i(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:i(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:i(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:i(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(v){["url","bold","italic","strike","code-snippet"].forEach(function(m){v!==m&&(a.languages.markdown[v].inside.content.inside[m]=a.languages.markdown[m])})}),a.hooks.add("after-tokenize",function(v){if(v.language!=="markdown"&&v.language!=="md")return;function m(w){if(!(!w||typeof w=="string"))for(var E=0,D=w.length;E<D;E++){var x=w[E];if(x.type!=="code"){m(x.content);continue}var b=x.content[1],C=x.content[3];if(b&&C&&b.type==="code-language"&&C.type==="code-block"&&typeof b.content=="string"){var S=b.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");S=(/[a-z][\w-]*/i.exec(S)||[""])[0].toLowerCase();var k="language-"+S;C.alias?typeof C.alias=="string"?C.alias=[C.alias,k]:C.alias.push(k):C.alias=[k]}}}u(m,"walkTokens"),m(v.tokens)}),a.hooks.add("wrap",function(v){if(v.type==="code-block"){for(var m="",w=0,E=v.classes.length;w<E;w++){var D=v.classes[w],x=/language-(.+)/.exec(D);if(x){m=x[1];break}}var b=a.languages[m];if(b)v.content=a.highlight(f(v.content.value),b,m);else if(m&&m!=="none"&&a.plugins.autoloader){var C="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);v.attributes.id=C,a.plugins.autoloader.loadLanguages(m,function(){var S=document.getElementById(C);S&&(S.innerHTML=a.highlight(S.textContent,a.languages[m],m))})}}});var p=RegExp(a.languages.markup.tag.pattern.source,"gi"),g={amp:"&",lt:"<",gt:">",quot:'"'},h=String.fromCodePoint||String.fromCharCode;function f(v){var m=v.replace(p,"");return m=m.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(w,E){if(E=E.toLowerCase(),E[0]==="#"){var D;return E[1]==="x"?D=parseInt(E.slice(2),16):D=Number(E.slice(1)),h(D)}else{var x=g[E];return x||w}}),m}u(f,"textContent"),a.languages.md=a.languages.markdown})(n)}u(r,"markdown")}),am,Zb,Rk=T(()=>{am=xe(_k()),Zb=am.default}),om,Xb,Ik=T(()=>{om=xe(jb()),Xb=om.default}),Qb=W((e,t)=>{t.exports=r,r.displayName="typescript",r.aliases=["ts"];function r(n){(function(a){a.languages.typescript=a.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),a.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete a.languages.typescript.parameter,delete a.languages.typescript["literal-property"];var o=a.languages.extend("typescript",{});delete o["class-name"],a.languages.typescript["class-name"].inside=o,a.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:o}}}}),a.languages.ts=a.languages.typescript})(n)}u(r,"typescript")}),Bk=W((e,t)=>{var r=Kb(),n=Qb();t.exports=a,a.displayName="tsx",a.aliases=[];function a(o){o.register(r),o.register(n),function(i){var s=i.util.clone(i.languages.typescript);i.languages.tsx=i.languages.extend("jsx",s),delete i.languages.tsx.parameter,delete i.languages.tsx["literal-property"];var c=i.languages.tsx.tag;c.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+c.pattern.source+")",c.pattern.flags),c.lookbehind=!0}(o)}u(a,"tsx")}),im,e3,Tk=T(()=>{im=xe(Bk()),e3=im.default}),lm,t3,zk=T(()=>{lm=xe(Qb()),t3=lm.default}),Lk=W((e,t)=>{t.exports=r,r.displayName="yaml",r.aliases=["yml"];function r(n){(function(a){var o=/[*&][^\s[\]{},]+/,i=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,s="(?:"+i.source+"(?:[ ]+"+o.source+")?|"+o.source+"(?:[ ]+"+i.source+")?)",c=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),d=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function p(g,h){h=(h||"").replace(/m/g,"")+"m";var f=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return s}).replace(/<<value>>/g,function(){return g});return RegExp(f,h)}u(p,"createValuePattern"),a.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return s})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return s}).replace(/<<key>>/g,function(){return"(?:"+c+"|"+d+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:p(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:p(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:p(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:p(d),lookbehind:!0,greedy:!0},number:{pattern:p(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:i,important:o,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},a.languages.yml=a.languages.yaml})(n)}u(r,"yaml")}),sm,r3,Ok=T(()=>{sm=xe(Lk()),r3=sm.default}),um,Bu,Rs,n3=T(()=>{um=F.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),Bu=F.button(({theme:e})=>({margin:0,border:"0 none",padding:"4px 10px",cursor:"pointer",display:"flex",alignItems:"center",color:e.color.defaultText,background:e.background.content,fontSize:12,lineHeight:"16px",fontFamily:e.typography.fonts.base,fontWeight:e.typography.weight.bold,borderTop:`1px solid ${e.appBorderColor}`,borderLeft:`1px solid ${e.appBorderColor}`,marginLeft:-1,borderRadius:"4px 0 0 0","&:not(:last-child)":{borderRight:`1px solid ${e.appBorderColor}`},"& + *":{borderLeft:`1px solid ${e.appBorderColor}`,borderRadius:0},"&:focus":{boxShadow:`${e.color.secondary} 0 -3px 0 0 inset`,outline:"0 none"}}),({disabled:e})=>e&&{cursor:"not-allowed",opacity:.5}),Bu.displayName="ActionButton",Rs=u(({actionItems:e,...t})=>y.createElement(um,{...t},e.map(({title:r,className:n,onClick:a,disabled:o},i)=>y.createElement(Bu,{key:i,className:n,onClick:a,disabled:!!o},r))),"ActionBar")});function a3(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function E1(...e){return t=>e.forEach(r=>a3(r,t))}function ze(...e){return l.useCallback(E1(...e),e)}var gn=T(()=>{u(a3,"setRef"),u(E1,"composeRefs"),u(ze,"useComposedRefs")});function cm(e){return l.isValidElement(e)&&e.type===o3}function dm(e,t){let r={...t};for(let n in t){let a=e[n],o=t[n];/^on[A-Z]/.test(n)?a&&o?r[n]=(...i)=>{o(...i),a(...i)}:a&&(r[n]=a):n==="style"?r[n]={...a,...o}:n==="className"&&(r[n]=[a,o].filter(Boolean).join(" "))}return{...e,...r}}function pm(e){var n,a;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(a=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:a.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var Bo,Ri,o3,x1=T(()=>{gn(),Bo=l.forwardRef((e,t)=>{let{children:r,...n}=e,a=l.Children.toArray(r),o=a.find(cm);if(o){let i=o.props.children,s=a.map(c=>c===o?l.Children.count(i)>1?l.Children.only(null):l.isValidElement(i)?i.props.children:null:c);return N.jsx(Ri,{...n,ref:t,children:l.isValidElement(i)?l.cloneElement(i,void 0,s):null})}return N.jsx(Ri,{...n,ref:t,children:r})}),Bo.displayName="Slot",Ri=l.forwardRef((e,t)=>{let{children:r,...n}=e;if(l.isValidElement(r)){let a=pm(r);return l.cloneElement(r,{...dm(n,r.props),ref:t?E1(t,a):a})}return l.Children.count(r)>1?l.Children.only(null):null}),Ri.displayName="SlotClone",o3=u(({children:e})=>N.jsx(N.Fragment,{children:e}),"Slottable"),u(cm,"isSlottable"),u(dm,"mergeProps"),u(pm,"getElementRef")});function i3(e,t){e&&qp.flushSync(()=>e.dispatchEvent(t))}var fm,Le,ei=T(()=>{x1(),fm=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Le=fm.reduce((e,t)=>{let r=l.forwardRef((n,a)=>{let{asChild:o,...i}=n,s=o?Bo:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),N.jsx(s,{...i,ref:a})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{}),u(i3,"dispatchDiscreteCustomEvent")}),kr,ti=T(()=>{kr=globalThis!=null&&globalThis.document?l.useLayoutEffect:()=>{}});function l3(e,t){return l.useReducer((r,n)=>t[r][n]??r,e)}function hm(e){let[t,r]=l.useState(),n=l.useRef({}),a=l.useRef(e),o=l.useRef("none"),i=e?"mounted":"unmounted",[s,c]=l3(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{let d=oo(n.current);o.current=s==="mounted"?d:"none"},[s]),kr(()=>{let d=n.current,p=a.current;if(p!==e){let g=o.current,h=oo(d);e?c("MOUNT"):h==="none"||(d==null?void 0:d.display)==="none"?c("UNMOUNT"):c(p&&g!==h?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,c]),kr(()=>{if(t){let d=u(g=>{let h=oo(n.current).includes(g.animationName);g.target===t&&h&&qp.flushSync(()=>c("ANIMATION_END"))},"handleAnimationEnd"),p=u(g=>{g.target===t&&(o.current=oo(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:l.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}function oo(e){return(e==null?void 0:e.animationName)||"none"}function mm(e){var n,a;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(a=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:a.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var qn,Mk=T(()=>{"use client";gn(),ti(),u(l3,"useStateMachine"),qn=u(e=>{let{present:t,children:r}=e,n=hm(t),a=typeof r=="function"?r({present:n.isPresent}):l.Children.only(r),o=ze(n.ref,mm(a));return typeof r=="function"||n.isPresent?l.cloneElement(a,{ref:o}):null},"Presence"),qn.displayName="Presence",u(hm,"usePresence"),u(oo,"getAnimationName"),u(mm,"getElementRef")});function s3(e,t=[]){let r=[];function n(o,i){let s=l.createContext(i),c=r.length;r=[...r,i];function d(g){let{scope:h,children:f,...v}=g,m=(h==null?void 0:h[e][c])||s,w=l.useMemo(()=>v,Object.values(v));return N.jsx(m.Provider,{value:w,children:f})}u(d,"Provider");function p(g,h){let f=(h==null?void 0:h[e][c])||s,v=l.useContext(f);if(v)return v;if(i!==void 0)return i;throw new Error(`\`${g}\` must be used within \`${o}\``)}return u(p,"useContext2"),d.displayName=o+"Provider",[d,p]}u(n,"createContext3");let a=u(()=>{let o=r.map(i=>l.createContext(i));return u(function(i){let s=(i==null?void 0:i[e])||o;return l.useMemo(()=>({[`__scope${e}`]:{...i,[e]:s}}),[i,s])},"useScope")},"createScope");return a.scopeName=e,[n,u3(a,...t)]}function u3(...e){let t=e[0];if(e.length===1)return t;let r=u(()=>{let n=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return u(function(a){let o=n.reduce((i,{useScope:s,scopeName:c})=>{let d=s(a)[`__scope${c}`];return{...i,...d}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])},"useComposedScopes")},"createScope");return r.scopeName=t.scopeName,r}var Pk=T(()=>{u(s3,"createContextScope"),u(u3,"composeContextScopes")});function Oe(e){let t=l.useRef(e);return l.useEffect(()=>{t.current=e}),l.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}var ri=T(()=>{u(Oe,"useCallbackRef")});function c3(e){let t=l.useContext(d3);return e||t||"ltr"}var d3,Nk=T(()=>{d3=l.createContext(void 0),u(c3,"useDirection")});function p3(e,[t,r]){return Math.min(r,Math.max(t,e))}var $k=T(()=>{u(p3,"clamp")});function _e(e,t,{checkForDefaultPrevented:r=!0}={}){return u(function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)},"handleEvent")}var D1=T(()=>{u(_e,"composeEventHandlers")});function gm(e,t){return l.useReducer((r,n)=>t[r][n]??r,e)}function Ha(e){return e?parseInt(e,10):0}function ud(e,t){let r=e/t;return isNaN(r)?0:r}function xo(e){let t=ud(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function vm(e,t,r,n="ltr"){let a=xo(r),o=a/2,i=t||o,s=a-i,c=r.scrollbar.paddingStart+i,d=r.scrollbar.size-r.scrollbar.paddingEnd-s,p=r.content-r.viewport,g=n==="ltr"?[0,p]:[p*-1,0];return C1([c,d],g)(e)}function Tu(e,t,r="ltr"){let n=xo(t),a=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-a,i=t.content-t.viewport,s=o-n,c=r==="ltr"?[0,i]:[i*-1,0],d=p3(e,c);return C1([0,i],[0,s])(d)}function C1(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(r-e[0])}}function zu(e,t){return e>0&&e<t}function ja(e,t){let r=Oe(e),n=l.useRef(0);return l.useEffect(()=>()=>window.clearTimeout(n.current),[]),l.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function Hr(e,t){let r=Oe(t);kr(()=>{let n=0;if(e){let a=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return a.observe(e),()=>{window.cancelAnimationFrame(n),a.unobserve(e)}}},[e,r])}function ym(e,t){let{asChild:r,children:n}=e;if(!r)return typeof t=="function"?t(n):t;let a=l.Children.only(n);return l.cloneElement(a,{children:typeof t=="function"?t(a.props.children):t})}var Ii,Lu,Hk,bm,We,Ou,Mu,Pu,lt,Nu,wm,Em,$u,Bi,xm,Dm,Cm,Hu,ju,Va,Vu,Sm,Ti,Uu,km,Am,f3,h3,m3,g3,v3,jk=T(()=>{"use client";ei(),Mk(),Pk(),gn(),ri(),Nk(),ti(),$k(),D1(),u(gm,"useStateMachine"),Ii="ScrollArea",[Lu,Hk]=s3(Ii),[bm,We]=Lu(Ii),Ou=l.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:a,scrollHideDelay:o=600,...i}=e,[s,c]=l.useState(null),[d,p]=l.useState(null),[g,h]=l.useState(null),[f,v]=l.useState(null),[m,w]=l.useState(null),[E,D]=l.useState(0),[x,b]=l.useState(0),[C,S]=l.useState(!1),[k,A]=l.useState(!1),_=ze(t,B=>c(B)),I=c3(a);return N.jsx(bm,{scope:r,type:n,dir:I,scrollHideDelay:o,scrollArea:s,viewport:d,onViewportChange:p,content:g,onContentChange:h,scrollbarX:f,onScrollbarXChange:v,scrollbarXEnabled:C,onScrollbarXEnabledChange:S,scrollbarY:m,onScrollbarYChange:w,scrollbarYEnabled:k,onScrollbarYEnabledChange:A,onCornerWidthChange:D,onCornerHeightChange:b,children:N.jsx(Le.div,{dir:I,...i,ref:_,style:{position:"relative","--radix-scroll-area-corner-width":E+"px","--radix-scroll-area-corner-height":x+"px",...e.style}})})}),Ou.displayName=Ii,Mu="ScrollAreaViewport",Pu=l.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,asChild:a,nonce:o,...i}=e,s=We(Mu,r),c=l.useRef(null),d=ze(t,c,s.onViewportChange);return N.jsxs(N.Fragment,{children:[N.jsx("style",{dangerouslySetInnerHTML:{__html:`
213
- [data-radix-scroll-area-viewport] {
214
- scrollbar-width: none;
215
- -ms-overflow-style: none;
216
- -webkit-overflow-scrolling: touch;
217
- }
218
- [data-radix-scroll-area-viewport]::-webkit-scrollbar {
219
- display: none;
220
- }
221
- :where([data-radix-scroll-area-viewport]) {
222
- display: flex;
223
- flex-direction: column;
224
- align-items: stretch;
225
- }
226
- :where([data-radix-scroll-area-content]) {
227
- flex-grow: 1;
228
- }
229
- `},nonce:o}),N.jsx(Le.div,{"data-radix-scroll-area-viewport":"",...i,asChild:a,ref:d,style:{overflowX:s.scrollbarXEnabled?"scroll":"hidden",overflowY:s.scrollbarYEnabled?"scroll":"hidden",...e.style},children:ym({asChild:a,children:n},p=>N.jsx("div",{"data-radix-scroll-area-content":"",ref:s.onContentChange,style:{minWidth:s.scrollbarXEnabled?"fit-content":void 0},children:p}))})]})}),Pu.displayName=Mu,lt="ScrollAreaScrollbar",Nu=l.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=We(lt,e.__scopeScrollArea),{onScrollbarXEnabledChange:o,onScrollbarYEnabledChange:i}=a,s=e.orientation==="horizontal";return l.useEffect(()=>(s?o(!0):i(!0),()=>{s?o(!1):i(!1)}),[s,o,i]),a.type==="hover"?N.jsx(wm,{...n,ref:t,forceMount:r}):a.type==="scroll"?N.jsx(Em,{...n,ref:t,forceMount:r}):a.type==="auto"?N.jsx($u,{...n,ref:t,forceMount:r}):a.type==="always"?N.jsx(Bi,{...n,ref:t}):null}),Nu.displayName=lt,wm=l.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=We(lt,e.__scopeScrollArea),[o,i]=l.useState(!1);return l.useEffect(()=>{let s=a.scrollArea,c=0;if(s){let d=u(()=>{window.clearTimeout(c),i(!0)},"handlePointerEnter"),p=u(()=>{c=window.setTimeout(()=>i(!1),a.scrollHideDelay)},"handlePointerLeave");return s.addEventListener("pointerenter",d),s.addEventListener("pointerleave",p),()=>{window.clearTimeout(c),s.removeEventListener("pointerenter",d),s.removeEventListener("pointerleave",p)}}},[a.scrollArea,a.scrollHideDelay]),N.jsx(qn,{present:r||o,children:N.jsx($u,{"data-state":o?"visible":"hidden",...n,ref:t})})}),Em=l.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=We(lt,e.__scopeScrollArea),o=e.orientation==="horizontal",i=ja(()=>c("SCROLL_END"),100),[s,c]=gm("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return l.useEffect(()=>{if(s==="idle"){let d=window.setTimeout(()=>c("HIDE"),a.scrollHideDelay);return()=>window.clearTimeout(d)}},[s,a.scrollHideDelay,c]),l.useEffect(()=>{let d=a.viewport,p=o?"scrollLeft":"scrollTop";if(d){let g=d[p],h=u(()=>{let f=d[p];g!==f&&(c("SCROLL"),i()),g=f},"handleScroll");return d.addEventListener("scroll",h),()=>d.removeEventListener("scroll",h)}},[a.viewport,o,c,i]),N.jsx(qn,{present:r||s!=="hidden",children:N.jsx(Bi,{"data-state":s==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:_e(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:_e(e.onPointerLeave,()=>c("POINTER_LEAVE"))})})}),$u=l.forwardRef((e,t)=>{let r=We(lt,e.__scopeScrollArea),{forceMount:n,...a}=e,[o,i]=l.useState(!1),s=e.orientation==="horizontal",c=ja(()=>{if(r.viewport){let d=r.viewport.offsetWidth<r.viewport.scrollWidth,p=r.viewport.offsetHeight<r.viewport.scrollHeight;i(s?d:p)}},10);return Hr(r.viewport,c),Hr(r.content,c),N.jsx(qn,{present:n||o,children:N.jsx(Bi,{"data-state":o?"visible":"hidden",...a,ref:t})})}),Bi=l.forwardRef((e,t)=>{let{orientation:r="vertical",...n}=e,a=We(lt,e.__scopeScrollArea),o=l.useRef(null),i=l.useRef(0),[s,c]=l.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=ud(s.viewport,s.content),p={...n,sizes:s,onSizesChange:c,hasThumb:d>0&&d<1,onThumbChange:u(h=>o.current=h,"onThumbChange"),onThumbPointerUp:u(()=>i.current=0,"onThumbPointerUp"),onThumbPointerDown:u(h=>i.current=h,"onThumbPointerDown")};function g(h,f){return vm(h,i.current,s,f)}return u(g,"getScrollPosition"),r==="horizontal"?N.jsx(xm,{...p,ref:t,onThumbPositionChange:u(()=>{if(a.viewport&&o.current){let h=a.viewport.scrollLeft,f=Tu(h,s,a.dir);o.current.style.transform=`translate3d(${f}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:u(h=>{a.viewport&&(a.viewport.scrollLeft=h)},"onWheelScroll"),onDragScroll:u(h=>{a.viewport&&(a.viewport.scrollLeft=g(h,a.dir))},"onDragScroll")}):r==="vertical"?N.jsx(Dm,{...p,ref:t,onThumbPositionChange:u(()=>{if(a.viewport&&o.current){let h=a.viewport.scrollTop,f=Tu(h,s);o.current.style.transform=`translate3d(0, ${f}px, 0)`}},"onThumbPositionChange"),onWheelScroll:u(h=>{a.viewport&&(a.viewport.scrollTop=h)},"onWheelScroll"),onDragScroll:u(h=>{a.viewport&&(a.viewport.scrollTop=g(h))},"onDragScroll")}):null}),xm=l.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...a}=e,o=We(lt,e.__scopeScrollArea),[i,s]=l.useState(),c=l.useRef(null),d=ze(t,c,o.onScrollbarXChange);return l.useEffect(()=>{c.current&&s(getComputedStyle(c.current))},[c]),N.jsx(ju,{"data-orientation":"horizontal",...a,ref:d,sizes:r,style:{bottom:0,left:o.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:o.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":xo(r)+"px",...e.style},onThumbPointerDown:u(p=>e.onThumbPointerDown(p.x),"onThumbPointerDown"),onDragScroll:u(p=>e.onDragScroll(p.x),"onDragScroll"),onWheelScroll:u((p,g)=>{if(o.viewport){let h=o.viewport.scrollLeft+p.deltaX;e.onWheelScroll(h),zu(h,g)&&p.preventDefault()}},"onWheelScroll"),onResize:u(()=>{c.current&&o.viewport&&i&&n({content:o.viewport.scrollWidth,viewport:o.viewport.offsetWidth,scrollbar:{size:c.current.clientWidth,paddingStart:Ha(i.paddingLeft),paddingEnd:Ha(i.paddingRight)}})},"onResize")})}),Dm=l.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...a}=e,o=We(lt,e.__scopeScrollArea),[i,s]=l.useState(),c=l.useRef(null),d=ze(t,c,o.onScrollbarYChange);return l.useEffect(()=>{c.current&&s(getComputedStyle(c.current))},[c]),N.jsx(ju,{"data-orientation":"vertical",...a,ref:d,sizes:r,style:{top:0,right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":xo(r)+"px",...e.style},onThumbPointerDown:u(p=>e.onThumbPointerDown(p.y),"onThumbPointerDown"),onDragScroll:u(p=>e.onDragScroll(p.y),"onDragScroll"),onWheelScroll:u((p,g)=>{if(o.viewport){let h=o.viewport.scrollTop+p.deltaY;e.onWheelScroll(h),zu(h,g)&&p.preventDefault()}},"onWheelScroll"),onResize:u(()=>{c.current&&o.viewport&&i&&n({content:o.viewport.scrollHeight,viewport:o.viewport.offsetHeight,scrollbar:{size:c.current.clientHeight,paddingStart:Ha(i.paddingTop),paddingEnd:Ha(i.paddingBottom)}})},"onResize")})}),[Cm,Hu]=Lu(lt),ju=l.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:a,onThumbChange:o,onThumbPointerUp:i,onThumbPointerDown:s,onThumbPositionChange:c,onDragScroll:d,onWheelScroll:p,onResize:g,...h}=e,f=We(lt,r),[v,m]=l.useState(null),w=ze(t,_=>m(_)),E=l.useRef(null),D=l.useRef(""),x=f.viewport,b=n.content-n.viewport,C=Oe(p),S=Oe(c),k=ja(g,10);function A(_){if(E.current){let I=_.clientX-E.current.left,B=_.clientY-E.current.top;d({x:I,y:B})}}return u(A,"handleDragScroll"),l.useEffect(()=>{let _=u(I=>{let B=I.target;v!=null&&v.contains(B)&&C(I,b)},"handleWheel");return document.addEventListener("wheel",_,{passive:!1}),()=>document.removeEventListener("wheel",_,{passive:!1})},[x,v,b,C]),l.useEffect(S,[n,S]),Hr(v,k),Hr(f.content,k),N.jsx(Cm,{scope:r,scrollbar:v,hasThumb:a,onThumbChange:Oe(o),onThumbPointerUp:Oe(i),onThumbPositionChange:S,onThumbPointerDown:Oe(s),children:N.jsx(Le.div,{...h,ref:w,style:{position:"absolute",...h.style},onPointerDown:_e(e.onPointerDown,_=>{_.button===0&&(_.target.setPointerCapture(_.pointerId),E.current=v.getBoundingClientRect(),D.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",f.viewport&&(f.viewport.style.scrollBehavior="auto"),A(_))}),onPointerMove:_e(e.onPointerMove,A),onPointerUp:_e(e.onPointerUp,_=>{let I=_.target;I.hasPointerCapture(_.pointerId)&&I.releasePointerCapture(_.pointerId),document.body.style.webkitUserSelect=D.current,f.viewport&&(f.viewport.style.scrollBehavior=""),E.current=null})})})}),Va="ScrollAreaThumb",Vu=l.forwardRef((e,t)=>{let{forceMount:r,...n}=e,a=Hu(Va,e.__scopeScrollArea);return N.jsx(qn,{present:r||a.hasThumb,children:N.jsx(Sm,{ref:t,...n})})}),Sm=l.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...a}=e,o=We(Va,r),i=Hu(Va,r),{onThumbPositionChange:s}=i,c=ze(t,g=>i.onThumbChange(g)),d=l.useRef(),p=ja(()=>{d.current&&(d.current(),d.current=void 0)},100);return l.useEffect(()=>{let g=o.viewport;if(g){let h=u(()=>{if(p(),!d.current){let f=Am(g,s);d.current=f,s()}},"handleScroll");return s(),g.addEventListener("scroll",h),()=>g.removeEventListener("scroll",h)}},[o.viewport,p,s]),N.jsx(Le.div,{"data-state":i.hasThumb?"visible":"hidden",...a,ref:c,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:_e(e.onPointerDownCapture,g=>{let h=g.target.getBoundingClientRect(),f=g.clientX-h.left,v=g.clientY-h.top;i.onThumbPointerDown({x:f,y:v})}),onPointerUp:_e(e.onPointerUp,i.onThumbPointerUp)})}),Vu.displayName=Va,Ti="ScrollAreaCorner",Uu=l.forwardRef((e,t)=>{let r=We(Ti,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?N.jsx(km,{...e,ref:t}):null}),Uu.displayName=Ti,km=l.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,a=We(Ti,r),[o,i]=l.useState(0),[s,c]=l.useState(0),d=!!(o&&s);return Hr(a.scrollbarX,()=>{var g;let p=((g=a.scrollbarX)==null?void 0:g.offsetHeight)||0;a.onCornerHeightChange(p),c(p)}),Hr(a.scrollbarY,()=>{var g;let p=((g=a.scrollbarY)==null?void 0:g.offsetWidth)||0;a.onCornerWidthChange(p),i(p)}),d?N.jsx(Le.div,{...n,ref:t,style:{width:o,height:s,position:"absolute",right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null}),u(Ha,"toInt"),u(ud,"getThumbRatio"),u(xo,"getThumbSize"),u(vm,"getScrollPositionFromPointer"),u(Tu,"getThumbOffsetFromScroll"),u(C1,"linearScale"),u(zu,"isScrollingWithinScrollbarBounds"),Am=u((e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return u(function a(){let o={left:e.scrollLeft,top:e.scrollTop},i=r.left!==o.left,s=r.top!==o.top;(i||s)&&t(),r=o,n=window.requestAnimationFrame(a)},"loop")(),()=>window.cancelAnimationFrame(n)},"addUnlinkedScrollListener"),u(ja,"useDebounceCallback"),u(Hr,"useResizeObserver"),u(ym,"getSubtree"),f3=Ou,h3=Pu,m3=Nu,g3=Vu,v3=Uu}),Fm,_m,qu,Wu,To,S1=T(()=>{jk(),Fm=F(f3)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),_m=F(h3)({width:"100%",height:"100%"}),qu=F(m3)(({offset:e,horizontal:t,vertical:r})=>({display:"flex",userSelect:"none",touchAction:"none",background:"transparent",transition:"all 0.2s ease-out",borderRadius:"var(--scrollbar-size)",zIndex:1,'&[data-orientation="vertical"]':{width:"var(--scrollbar-size)",paddingRight:e,marginTop:e,marginBottom:t==="true"&&r==="true"?0:e},'&[data-orientation="horizontal"]':{flexDirection:"column",height:"var(--scrollbar-size)",paddingBottom:e,marginLeft:e,marginRight:t==="true"&&r==="true"?0:e}})),Wu=F(g3)(({theme:e})=>({flex:1,background:e.textMutedColor,opacity:.5,borderRadius:"var(--scrollbar-size)",position:"relative",transition:"opacity 0.2s ease-out","&:hover":{opacity:.8},"::before":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%,-50%)",width:"100%",height:"100%"}})),To=l.forwardRef(({children:e,horizontal:t=!1,vertical:r=!1,offset:n=2,scrollbarSize:a=6,className:o},i)=>y.createElement(Fm,{scrollbarsize:a,offset:n,className:o},y.createElement(_m,{ref:i},e),t&&y.createElement(qu,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},y.createElement(Wu,null)),r&&y.createElement(qu,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},y.createElement(Wu,null)),t&&r&&y.createElement(v3,null))),To.displayName="ScrollArea"}),k1={};ka(k1,{SyntaxHighlighter:()=>Do,createCopyToClipboardFunction:()=>Ll,default:()=>y3,supportedLanguages:()=>cd});const{logger:Vk}=__STORYBOOK_MODULE_CLIENT_LOGGER__;function Ll(){return io!=null&&io.clipboard?e=>io.clipboard.writeText(e):async e=>{let t=Nn.createElement("TEXTAREA"),r=Nn.activeElement;t.value=e,Nn.body.appendChild(t),t.select(),Nn.execCommand("copy"),Nn.body.removeChild(t),r.focus()}}var Rm,io,Nn,Im,cd,Bm,Tm,zm,Lm,Om,Mm,Pm,Gu,Nm,$m,Do,y3,Is=T(()=>{p1(),Rm=xe(As(),1),yk(),wk(),Ek(),Dk(),Sk(),Ak(),Fk(),Rk(),Ik(),Tk(),zk(),Ok(),vk(),n3(),S1(),{navigator:io,document:Nn,window:Im}=ks,cd={jsextra:Gb,jsx:Jb,json:Yb,yml:r3,md:Zb,bash:Ub,css:qb,html:Xb,tsx:e3,typescript:t3,graphql:Wb},Object.entries(cd).forEach(([e,t])=>{il.registerLanguage(e,t)}),Bm=(0,Rm.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),Tm=Ll(),u(Ll,"createCopyToClipboardFunction"),zm=F.div(({theme:e})=>({position:"relative",overflow:"hidden",color:e.color.defaultText}),({theme:e,bordered:t})=>t?{border:`1px solid ${e.appBorderColor}`,borderRadius:e.borderRadius,background:e.background.content}:{},({showLineNumbers:e})=>e?{".react-syntax-highlighter-line-number::before":{content:"attr(data-line-number)"}}:{}),Lm=u(({children:e,className:t})=>y.createElement(To,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),Om=F(Lm)({position:"relative"},({theme:e})=>Bm(e)),Mm=F.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),Pm=F.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),Gu=u(e=>{let t=[...e.children],r=t[0],n=r.children[0].value,a={...r,children:[],properties:{...r.properties,"data-line-number":n,style:{...r.properties.style,userSelect:"auto"}}};return t[0]=a,{...e,children:t}},"processLineNumber"),Nm=u(({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,a)=>_s({node:Gu(n),stylesheet:t,useInlineStyles:r,key:`code-segement${a}`})),"defaultRenderer"),$m=u((e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(a=>Gu(a)),...n}):Nm:e,"wrapRenderer"),Do=u(({children:e,language:t="jsx",copyable:r=!1,bordered:n=!1,padded:a=!1,format:o=!0,formatter:i=void 0,className:s=void 0,showLineNumbers:c=!1,...d})=>{if(typeof e!="string"||!e.trim())return null;let[p,g]=l.useState("");l.useEffect(()=>{i?i(o,e).then(g):g(e.trim())},[e,o,i]);let[h,f]=l.useState(!1),v=l.useCallback(w=>{w.preventDefault(),Tm(p).then(()=>{f(!0),Im.setTimeout(()=>f(!1),1500)}).catch(Vk.error)},[p]),m=$m(d.renderer,c);return y.createElement(zm,{bordered:n,padded:a,showLineNumbers:c,className:s},y.createElement(Om,null,y.createElement(il,{padded:a||n,language:t,showLineNumbers:c,showInlineLineNumbers:c,useInlineStyles:!1,PreTag:Mm,CodeTag:Pm,lineNumberContainerStyle:{},...d,renderer:m},p)),r?y.createElement(Rs,{actionItems:[{title:h?"Copied":"Copy",onClick:v}]}):null)},"SyntaxHighlighter"),Do.registerLanguage=(...e)=>il.registerLanguage(...e),y3=Do});function Hm(e){if(typeof e=="string")return Ns;if(Array.isArray(e))return $s;if(!e)return;let{type:t}=e;if(Y1.has(t))return t}function jm(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
230
- Expected it to be 'string' or 'object'.`;if(Hs(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=kw([...Y1].map(a=>`'${a}'`));return`Unexpected doc.type '${e.type}'.
231
- Expected it to be ${n}.`}function xt(e){return Rr(e),{type:Oo,contents:e}}function A1(e,t){return Rr(t),{type:Mo,contents:t,n:e}}function de(e,t={}){return Rr(e),js(t.expandedStates,!0),{type:ga,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function b3(e){return A1(Number.NEGATIVE_INFINITY,e)}function w3(e){return A1({type:"root"},e)}function F1(e){return js(e),{type:Po,parts:e}}function zo(e,t="",r={}){return Rr(e),t!==""&&Rr(t),{type:No,breakContents:e,flatContents:t,groupId:r.groupId}}function E3(e,t){return Rr(e),{type:$o,contents:e,groupId:t.groupId,negate:t.negate}}function vn(e,t){Rr(e),js(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function Bs(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(o){if(r.has(o))return r.get(o);let i=a(o);return r.set(o,i),i}function a(o){switch(Hs(o)){case $s:return t(o.map(n));case Po:return t({...o,parts:o.parts.map(n)});case No:return t({...o,breakContents:n(o.breakContents),flatContents:n(o.flatContents)});case ga:{let{expandedStates:i,contents:s}=o;return i?(i=i.map(n),s=i[0]):s=n(s),t({...o,contents:s,expandedStates:i})}case Mo:case Oo:case $o:case Ul:case jl:return t({...o,contents:n(o.contents)});case Ns:case $l:case Hl:case Vl:case wr:case ko:return t(o);default:throw new K1(o)}}}function x3(e){switch(Hs(e)){case Po:if(e.parts.every(t=>t===""))return"";break;case ga:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===ga&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case Mo:case Oo:case $o:case jl:if(!e.contents)return"";break;case No:if(!e.flatContents&&!e.breakContents)return"";break;case $s:{let t=[];for(let r of e){if(!r)continue;let[n,...a]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof va(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...a)}return t.length===0?"":t.length===1?t[0]:t}case Ns:case $l:case Hl:case Vl:case wr:case Ul:case ko:break;default:throw new K1(e)}return e}function D3(e){return Bs(e,t=>x3(t))}function Qe(e,t=Aw){return Bs(e,r=>typeof r=="string"?vn(t,r.split(`
232
- `)):r)}function Vm(e,t){let r=t===!0||t===po?po:yd,n=r===po?yd:po,a=0,o=0;for(let i of e)i===r?a++:i===n&&o++;return a>o?n:r}function Um(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function qm(e){return(e==null?void 0:e.type)==="front-matter"}function Yu(e,t){var r;if(e.type==="text"||e.type==="comment"||ci(e)||e.type==="yaml"||e.type==="toml")return null;if(e.type==="attribute"&&delete t.value,e.type==="docType"&&delete t.value,e.type==="angularControlFlowBlock"&&(r=e.parameters)!=null&&r.children)for(let n of t.parameters.children)Rw.has(e.name)?delete n.expression:n.expression=n.expression.trim();e.type==="angularIcuExpression"&&(t.switchValue=e.switchValue.trim()),e.type==="angularLetDeclarationInitializer"&&delete t.value}async function Wm(e,t){if(e.language==="yaml"){let r=e.value.trim(),n=r?await t(r,{parser:"yaml"}):"";return w3([e.startDelimiter,e.explicitLanguage,ne,n,n?ne:"",e.endDelimiter])}}function ni(e,t=!0){return[xt([Ee,e]),t?Ee:""]}function yn(e,t){let r=e.type==="NGRoot"?e.node.type==="NGMicrosyntax"&&e.node.body.length===1&&e.node.body[0].type==="NGMicrosyntaxExpression"?e.node.body[0].expression:e.node:e.type==="JsExpressionRoot"?e.node:e;return r&&(r.type==="ObjectExpression"||r.type==="ArrayExpression"||(t.parser==="__vue_expression"||t.parser==="__vue_ts_expression")&&(r.type==="TemplateLiteral"||r.type==="StringLiteral"))}async function et(e,t,r,n){r={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...r};let a=!0;n&&(r.__onHtmlBindingRoot=(i,s)=>{a=n(i,s)});let o=await t(e,r,t);return a?de(o):ni(o)}function Gm(e,t,r,n){let{node:a}=r,o=n.originalText.slice(a.sourceSpan.start.offset,a.sourceSpan.end.offset);return/^\s*$/u.test(o)?"":et(o,e,{parser:"__ng_directive",__isInHtmlAttribute:!1},yn)}function dd(e,t){if(!t)return;let r=Tw(t).toLowerCase();return e.find(({filenames:n})=>n==null?void 0:n.some(a=>a.toLowerCase()===r))??e.find(({extensions:n})=>n==null?void 0:n.some(a=>r.endsWith(a)))}function C3(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r==null?void 0:r.includes(t))??e.find(({extensions:r})=>r==null?void 0:r.includes(`.${t}`))}function Ym(e,t){let r=e.plugins.flatMap(a=>a.languages??[]),n=C3(r,t.language)??dd(r,t.physicalFile)??dd(r,t.file)??(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function Km(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function _1(e,t){return!!(e.type==="ieConditionalComment"&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||e.type==="ieConditionalComment"&&!e.complete||sn(e)&&e.children.some(r=>r.type!=="text"&&r.type!=="interpolation")||zs(e,t)&&!Vt(e)&&e.type!=="interpolation")}function ai(e){return e.type==="attribute"||!e.parent||!e.prev?!1:S3(e.prev)}function S3(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function Ye(e){return e.type==="text"||e.type==="comment"}function Vt(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||e.fullName==="svg:script"||ya(e)&&(e.name==="script"||e.name==="style"))}function k3(e){return e.children&&!Vt(e)}function A3(e){return Vt(e)||e.type==="interpolation"||R1(e)}function R1(e){return M1(e).startsWith("pre")}function F3(e,t){var r,n;let a=o();if(a&&!e.prev&&(n=(r=e.parent)==null?void 0:r.tagDefinition)!=null&&n.ignoreFirstLf)return e.type==="interpolation";return a;function o(){return ci(e)||e.type==="angularControlFlowBlock"?!1:(e.type==="text"||e.type==="interpolation")&&e.prev&&(e.prev.type==="text"||e.prev.type==="interpolation")?!0:!e.parent||e.parent.cssDisplay==="none"?!1:sn(e.parent)?!0:!(!e.prev&&(e.parent.type==="root"||sn(e)&&e.parent||Vt(e.parent)||oi(e.parent,t)||!M3(e.parent.cssDisplay))||e.prev&&!$3(e.prev.cssDisplay))}}function _3(e,t){return ci(e)||e.type==="angularControlFlowBlock"?!1:(e.type==="text"||e.type==="interpolation")&&e.next&&(e.next.type==="text"||e.next.type==="interpolation")?!0:!e.parent||e.parent.cssDisplay==="none"?!1:sn(e.parent)?!0:!(!e.next&&(e.parent.type==="root"||sn(e)&&e.parent||Vt(e.parent)||oi(e.parent,t)||!P3(e.parent.cssDisplay))||e.next&&!N3(e.next.cssDisplay))}function R3(e){return H3(e.cssDisplay)&&!Vt(e)}function lo(e){return ci(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function I3(e){return I1(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>T3(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&T1(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||z1(e.lastChild))}function I1(e){return e.type==="element"&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&e.cssDisplay!=="table-cell")}function ll(e){return L1(e)||e.prev&&B3(e.prev)||B1(e)}function B3(e){return L1(e)||e.type==="element"&&e.fullName==="br"||B1(e)}function B1(e){return T1(e)&&z1(e)}function T1(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:e.parent.type==="root"||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function z1(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:e.parent.type==="root"||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function L1(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function Ts(e){return e.lastChild?Ts(e.lastChild):e}function T3(e){var t;return(t=e.children)==null?void 0:t.some(r=>r.type!=="text")}function O1(e){if(e)switch(e){case"module":case"text/javascript":case"text/babel":case"application/javascript":return"babel";case"application/x-typescript":return"typescript";case"text/markdown":return"markdown";case"text/html":return"html";case"text/x-handlebars-template":return"glimmer";default:if(e.endsWith("json")||e.endsWith("importmap")||e==="speculationrules")return"json"}}function z3(e,t){let{name:r,attrMap:n}=e;if(r!=="script"||Object.prototype.hasOwnProperty.call(n,"src"))return;let{type:a,lang:o}=e.attrMap;return!o&&!a?"babel":di(t,{language:o})??O1(a)}function L3(e,t){if(!zs(e,t))return;let{attrMap:r}=e;if(Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:n,lang:a}=r;return di(t,{language:a})??O1(n)}function O3(e,t){if(e.name!=="style")return;let{lang:r}=e.attrMap;return r?di(t,{language:r}):"css"}function pd(e,t){return z3(e,t)??O3(e,t)??L3(e,t)}function Aa(e){return e==="block"||e==="list-item"||e.startsWith("table")}function M3(e){return!Aa(e)&&e!=="inline-block"}function P3(e){return!Aa(e)&&e!=="inline-block"}function N3(e){return!Aa(e)}function $3(e){return!Aa(e)}function H3(e){return!Aa(e)&&e!=="inline-block"}function sn(e){return M1(e).startsWith("pre")}function j3(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}function V3(e,t){var r;if(bn(e,t))return"block";if(((r=e.prev)==null?void 0:r.type)==="comment"){let a=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/u);if(a)return a[1]}let n=!1;if(e.type==="element"&&e.namespace==="svg")if(j3(e,a=>a.fullName==="svg:foreignObject"))n=!0;else return e.name==="svg"?"inline-block":"block";switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return e.type==="element"&&(!e.namespace||n||ya(e))&&Lw[e.name]||zw}}function M1(e){return e.type==="element"&&(!e.namespace||ya(e))&&Mw[e.name]||Ow}function U3(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
233
- `)){if(r.length===0)continue;let n=ft.getLeadingWhitespaceCount(r);if(n===0)return 0;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function P1(e,t=U3(e)){return t===0?e:e.split(`
234
- `).map(r=>r.slice(t)).join(`
235
- `)}function N1(e){return He(!1,He(!1,e,"&apos;","'"),"&quot;",'"')}function dr(e){return N1(e.value)}function oi(e,t){return bn(e,t)&&!Nw.has(e.fullName)}function bn(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function zs(e,t){return bn(e,t)&&(oi(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function q3(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function W3(e,t){let r=e.parent;if(!bn(r,t))return!1;let n=r.fullName,a=e.fullName;return n==="script"&&a==="setup"||n==="style"&&a==="vars"}function $1(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?Qe(t):Qe(P1(J1(t)),ne):vn(ge,ft.split(t))}function H1(e,t){return bn(e,t)&&e.name==="script"}async function G3(e,t){let r=[];for(let[n,a]of e.split(Z1).entries())if(n%2===0)r.push(Qe(a));else try{r.push(de(["{{",xt([ge,await et(a,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),ge,"}}"]))}catch{r.push("{{",Qe(a),"}}")}return r}function zi({parser:e}){return(t,r,n)=>et(dr(n.node),t,{parser:e},yn)}function Jm(e,t){if(t.parser!=="angular")return;let{node:r}=e,n=r.fullName;if(n.startsWith("(")&&n.endsWith(")")||n.startsWith("on-"))return $w;if(n.startsWith("[")&&n.endsWith("]")||/^bind(?:on)?-/u.test(n)||/^ng-(?:if|show|hide|class|style)$/u.test(n))return Hw;if(n.startsWith("*"))return jw;let a=dr(r);if(/^i18n(?:-.+)?$/u.test(n))return()=>ni(F1($1(r,a.trim())),!a.includes("@@"));if(Z1.test(a))return o=>G3(a,o)}function Zm(e,t){let{node:r}=e,n=dr(r);if(r.fullName==="class"&&!t.parentParser&&!n.includes("{{"))return()=>n.trim().split(/\s+/u).join(" ")}function fd(e){return e===" "||e===`
236
- `||e==="\f"||e==="\r"||e===" "}function Xm(e){let t=e.length,r,n,a,o,i,s=0,c;function d(f){let v,m=f.exec(e.substring(s));if(m)return[v]=m,s+=v.length,v}u(d,"p");let p=[];for(;;){if(d(Ww),s>=t){if(p.length===0)throw new Error("Must contain one or more image candidate strings.");return p}c=s,r=d(Gw),n=[],r.slice(-1)===","?(r=r.replace(Yw,""),h()):g()}function g(){for(d(qw),a="",o="in descriptor";;){if(i=e.charAt(s),o==="in descriptor")if(fd(i))a&&(n.push(a),a="",o="after descriptor");else if(i===","){s+=1,a&&n.push(a),h();return}else if(i==="(")a+=i,o="in parens";else if(i===""){a&&n.push(a),h();return}else a+=i;else if(o==="in parens")if(i===")")a+=i,o="in descriptor";else if(i===""){n.push(a),h();return}else a+=i;else if(o==="after descriptor"&&!fd(i))if(i===""){h();return}else o="in descriptor",s-=1;s+=1}}u(g,"f");function h(){let f=!1,v,m,w,E,D={},x,b,C,S,k;for(E=0;E<n.length;E++)x=n[E],b=x[x.length-1],C=x.substring(0,x.length-1),S=parseInt(C,10),k=parseFloat(C),bd.test(C)&&b==="w"?((v||m)&&(f=!0),S===0?f=!0:v=S):Kw.test(C)&&b==="x"?((v||m||w)&&(f=!0),k<0?f=!0:m=k):bd.test(C)&&b==="h"?((w||m)&&(f=!0),S===0?f=!0:w=S):f=!0;if(!f)D.source={value:r,startOffset:c},v&&(D.width={value:v}),m&&(D.density={value:m}),w&&(D.height={value:w}),p.push(D);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${x}".`)}u(h,"d")}function Qm(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>Y3(dr(e.node))}function Y3(e){let t=Jw(e),r=Zw.filter(p=>t.some(g=>Object.prototype.hasOwnProperty.call(g,p)));if(r.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[n]=r,a=wd[n],o=t.map(p=>p.source.value),i=Math.max(...o.map(p=>p.length)),s=t.map(p=>p[n]?String(p[n].value):""),c=s.map(p=>{let g=p.indexOf(".");return g===-1?p.length:g}),d=Math.max(...c);return ni(vn([",",ge],o.map((p,g)=>{let h=[p],f=s[g];if(f){let v=i-p.length+1,m=d-c[g],w=" ".repeat(v+m);h.push(zo(w," "),f+a)}return h})))}function K3(e,t){let{node:r}=e,n=dr(e.node).trim();if(r.fullName==="style"&&!t.parentParser&&!n.includes("{{"))return async a=>ni(await a(n,{parser:"css",__isHTMLStyleAttribute:!0}))}function eg(e,t){let{root:r}=e;return sl.has(r)||sl.set(r,r.children.some(n=>H1(n,t)&&["ts","typescript"].includes(n.attrMap.lang))),sl.get(r)}function J3(e,t,r){let{node:n}=r,a=dr(n);return et(`type T<${a}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},yn)}function Z3(e,t,{parseWithTs:r}){return et(`function _(${e}) {}`,t,{parser:r?"babel-ts":"babel",__isVueBindings:!0})}function X3(e){let t=/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/u,r=/^[$_a-z][\w$]*(?:\.[$_a-z][\w$]*|\['[^']*'\]|\["[^"]*"\]|\[\d+\]|\[[$_a-z][\w$]*\])*$/iu,n=e.trim();return t.test(n)||r.test(n)}async function Q3(e,t,r,n){let a=dr(r.node),{left:o,operator:i,right:s}=ew(a),c=Vs(r,n);return[de(await et(`function _(${o}) {}`,e,{parser:c?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",i," ",await et(s,e,{parser:c?"__ts_expression":"__js_expression"})]}function ew(e){let t=/(.*?)\s+(in|of)\s+(.*)/su,r=/,([^,\]}]*)(?:,([^,\]}]*))?$/u,n=/^\(|\)$/gu,a=e.match(t);if(!a)return;let o={};if(o.for=a[3].trim(),!o.for)return;let i=He(!1,a[1].trim(),n,""),s=i.match(r);s?(o.alias=i.replace(r,""),o.iterator1=s[1].trim(),s[2]&&(o.iterator2=s[2].trim())):o.alias=i;let c=[o.alias,o.iterator1,o.iterator2];if(!c.some((d,p)=>!d&&(p===0||c.slice(p+1).some(Boolean))))return{left:c.filter(Boolean).join(","),operator:a[2],right:o.for}}function tg(e,t){if(t.parser!=="vue")return;let{node:r}=e,n=r.fullName;if(n==="v-for")return Q3;if(n==="generic"&&H1(r.parent,t))return J3;let a=dr(r),o=Vs(e,t);if(q3(r)||W3(r,t))return i=>Z3(a,i,{parseWithTs:o});if(n.startsWith("@")||n.startsWith("v-on:"))return i=>tw(a,i,{parseWithTs:o});if(n.startsWith(":")||n.startsWith("v-bind:"))return i=>rw(a,i,{parseWithTs:o});if(n.startsWith("v-"))return i=>j1(a,i,{parseWithTs:o})}function tw(e,t,{parseWithTs:r}){return X3(e)?j1(e,t,{parseWithTs:r}):et(e,t,{parser:r?"__vue_ts_event_binding":"__vue_event_binding"},yn)}function rw(e,t,{parseWithTs:r}){return et(e,t,{parser:r?"__vue_ts_expression":"__vue_expression"},yn)}function j1(e,t,{parseWithTs:r}){return et(e,t,{parser:r?"__ts_expression":"__js_expression"},yn)}function rg(e,t){let{node:r}=e;if(r.value){if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/u.test(t.originalText.slice(r.valueSpan.start.offset,r.valueSpan.end.offset))||t.parser==="lwc"&&r.value.startsWith("{")&&r.value.endsWith("}"))return[r.rawName,"=",r.value];for(let n of[Xw,K3,Uw,Qw,Vw]){let a=n(e,t);if(a)return nw(a)}}}function nw(e){return async(t,r,n,a)=>{let o=await e(t,r,n,a);if(o)return o=Bs(o,i=>typeof i=="string"?He(!1,i,'"',"&quot;"):i),[n.node.rawName,'="',de(o),'"']}}function ng(e){return Array.isArray(e)&&e.length>0}function ii(e){return e.sourceSpan.start.offset}function li(e){return e.sourceSpan.end.offset}function Ol(e,t){return[e.isSelfClosing?"":aw(e,t),Gn(e,t)]}function aw(e,t){return e.lastChild&&ma(e.lastChild)?"":[ow(e,t),Ls(e,t)]}function Gn(e,t){return(e.next?Fr(e.next):_a(e.parent))?"":[Fa(e,t),Ar(e,t)]}function ow(e,t){return _a(e)?Fa(e.lastChild,t):""}function Ar(e,t){return ma(e)?Ls(e.parent,t):si(e)?Os(e.next):""}function Ls(e,t){if(X1(!e.isSelfClosing),V1(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function Fa(e,t){if(V1(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]-->";case"ieConditionalStartComment":return"]><!-->";case"interpolation":return"}}";case"angularIcuExpression":return"}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function V1(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(ai(e)||_1(e.parent,t))}function Fr(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!Ye(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function _a(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!Ye(Ts(e.lastChild))&&!sn(e)}function ma(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&Ye(Ts(e))}function si(e){return e.next&&!Ye(e.next)&&Ye(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function iw(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);return t?t[1]?t[1].split(/\s+/u):!0:!1}function ui(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function lw(e,t,r){var n;let{node:a}=e;if(!Us(a.attrs))return a.isSelfClosing?" ":"";let o=((n=a.prev)==null?void 0:n.type)==="comment"&&iw(a.prev.value),i=typeof o=="boolean"?()=>o:Array.isArray(o)?g=>o.includes(g.rawName):()=>!1,s=e.map(({node:g})=>i(g)?Qe(t.originalText.slice(ii(g),li(g))):r(),"attrs"),c=a.type==="element"&&a.fullName==="script"&&a.attrs.length===1&&a.attrs[0].fullName==="src"&&a.children.length===0,d=t.singleAttributePerLine&&a.attrs.length>1&&!bn(a,t)?ne:ge,p=[xt([c?" ":ge,vn(d,s)])];return a.firstChild&&ui(a.firstChild)||a.isSelfClosing&&_a(a.parent)||c?p.push(a.isSelfClosing?" ":""):p.push(t.bracketSameLine?a.isSelfClosing?" ":"":a.isSelfClosing?ge:Ee),p}function sw(e){return e.firstChild&&ui(e.firstChild)?"":Ms(e)}function Ml(e,t,r){let{node:n}=e;return[Yn(n,t),lw(e,t,r),n.isSelfClosing?"":sw(n)]}function Yn(e,t){return e.prev&&si(e.prev)?"":[_r(e,t),Os(e)]}function _r(e,t){return ui(e)?Ms(e.parent):Fr(e)?Fa(e.prev,t):""}function Os(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return`<!--[if ${e.condition}`;case"ieConditionalEndComment":return"<!--<!";case"interpolation":return"{{";case"docType":return e.value==="html"?"<!doctype":"<!DOCTYPE";case"angularIcuExpression":return"{";case"element":if(e.condition)return`<!--[if ${e.condition}]><!--><${e.rawName}`;default:return`<${e.rawName}`}}function Ms(e){switch(X1(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function ag(e,t){if(!e.endSourceSpan)return"";let r=e.startSourceSpan.end.offset;e.firstChild&&ui(e.firstChild)&&(r-=Ms(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&ma(e.lastChild)?n+=Ls(e,t).length:_a(e)&&(n-=Fa(e.lastChild,t).length),t.originalText.slice(r,n)}function og(e,t){let{node:r}=e;switch(r.type){case"element":if(Vt(r)||r.type==="interpolation")return;if(!r.isSelfClosing&&zs(r,t)){let n=pd(r,t);return n?async(a,o)=>{let i=Q1(r,t),s=/^\s*$/u.test(i),c="";return s||(c=await a(J1(i),{parser:n,__embeddedInHtml:!0}),s=c===""),[_r(r,t),de(Ml(e,t,o)),s?"":ne,c,s?"":ne,Ol(r,t),Ar(r,t)]}:void 0}break;case"text":if(Vt(r.parent)){let n=pd(r.parent,t);if(n)return async a=>{let o=n==="markdown"?P1(r.value.replace(/^[^\S\n]*\n/u,"")):r.value,i={parser:n,__embeddedInHtml:!0};if(t.parser==="html"&&n==="babel"){let s="script",{attrMap:c}=r.parent;c&&(c.type==="module"||c.type==="text/babel"&&c["data-type"]==="module")&&(s="module"),i.__babelSourceType=s}return[Jn,_r(r,t),await a(o,i),Ar(r,t)]}}else if(r.parent.type==="interpolation")return async n=>{let a={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return t.parser==="angular"?a.parser="__ng_interpolation":t.parser==="vue"?a.parser=Vs(e,t)?"__vue_ts_expression":"__vue_expression":a.parser="__js_expression",[xt([ge,await n(r.value,a)]),r.parent.next&&Fr(r.parent.next)?" ":ge]};break;case"attribute":return e7(e,t);case"front-matter":return n=>Iw(r,n);case"angularControlFlowBlockParameters":return t7.has(e.parent.name)?Bw:void 0;case"angularLetDeclarationInitializer":return n=>et(r.value,n,{parser:"__ng_binding",__isInHtmlAttribute:!1})}}function Kn(e){if(Hn!==null&&typeof Hn.property){let t=Hn;return Hn=Kn.prototype=null,t}return Hn=Kn.prototype=e??Object.create(null),new Kn}function uw(e){return Kn(e)}function ig(e,t="type"){uw(e);function r(n){let a=n[t],o=e[a];if(!Array.isArray(o))throw Object.assign(new Error(`Missing visitor keys for '${a}'.`),{node:n});return o}return u(r,"r"),r}function cw(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(e)}function lg(e){return`<!-- @format -->
237
-
238
- `+e}function U1(e){let t=li(e);return e.type==="element"&&!e.endSourceSpan&&Us(e.children)?Math.max(t,U1(va(!1,e.children,-1))):t}function $n(e,t,r){let n=e.node;if(ai(n)){let a=U1(n);return[_r(n,t),Qe(ft.trimEnd(t.originalText.slice(ii(n)+(n.prev&&si(n.prev)?Os(n).length:0),a-(n.next&&Fr(n.next)?Fa(n,t).length:0)))),Ar(n,t)]}return r()}function so(e,t){return Ye(e)&&Ye(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?ll(t)?ne:ge:"":ll(t)?ne:Ee:si(e)&&(ai(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&Fr(t)?"":!t.isLeadingSpaceSensitive||ll(t)||Fr(t)&&e.lastChild&&ma(e.lastChild)&&e.lastChild.lastChild&&ma(e.lastChild.lastChild)?ne:t.hasLeadingSpaces?ge:Ee}function Ps(e,t,r){let{node:n}=e;if(I1(n))return[Jn,...e.map(o=>{let i=o.node,s=i.prev?so(i.prev,i):"";return[s?[s,lo(i.prev)?ne:""]:"",$n(o,t,r)]},"children")];let a=n.children.map(()=>Symbol(""));return e.map((o,i)=>{let s=o.node;if(Ye(s)){if(s.prev&&Ye(s.prev)){let v=so(s.prev,s);if(v)return lo(s.prev)?[ne,ne,$n(o,t,r)]:[v,$n(o,t,r)]}return $n(o,t,r)}let c=[],d=[],p=[],g=[],h=s.prev?so(s.prev,s):"",f=s.next?so(s,s.next):"";return h&&(lo(s.prev)?c.push(ne,ne):h===ne?c.push(ne):Ye(s.prev)?d.push(h):d.push(zo("",Ee,{groupId:a[i-1]}))),f&&(lo(s)?Ye(s.next)&&g.push(ne,ne):f===ne?Ye(s.next)&&g.push(ne):p.push(f)),[...c,de([...d,de([$n(o,t,r),...p],{id:a[i]})]),...g]},"children")}function dw(e,t,r){let{node:n}=e,a=[];pw(e)&&a.push("} "),a.push("@",n.name),n.parameters&&a.push(" (",de(r("parameters")),")"),a.push(" {");let o=q1(n);return n.children.length>0?(n.firstChild.hasLeadingSpaces=!0,n.lastChild.hasTrailingSpaces=!0,a.push(xt([ne,Ps(e,t,r)])),o&&a.push(ne,"}")):o&&a.push("}"),de(a,{shouldBreak:!0})}function q1(e){var t,r;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(r=r7.get(e.name))!=null&&r.has(e.next.name))}function pw(e){let{previous:t}=e;return(t==null?void 0:t.type)==="angularControlFlowBlock"&&!ai(t)&&!q1(t)}function fw(e,t,r){return[xt([Ee,vn([";",ge],e.map(r,"children"))]),Ee]}function hw(e,t,r){let{node:n}=e;return[Yn(n,t),de([n.switchValue.trim(),", ",n.clause,n.cases.length>0?[",",xt([ge,vn(ge,e.map(r,"cases"))])]:"",Ee]),Gn(n,t)]}function mw(e,t,r){let{node:n}=e;return[n.value," {",de([xt([Ee,e.map(({node:a})=>a.type==="text"&&!ft.trim(a.value)?"":r(),"expression")]),Ee]),"}"]}function gw(e,t,r){let{node:n}=e;if(_1(n,t))return[_r(n,t),de(Ml(e,t,r)),Qe(Q1(n,t)),...Ol(n,t),Ar(n,t)];let a=n.children.length===1&&(n.firstChild.type==="interpolation"||n.firstChild.type==="angularIcuExpression")&&n.firstChild.isLeadingSpaceSensitive&&!n.firstChild.hasLeadingSpaces&&n.lastChild.isTrailingSpaceSensitive&&!n.lastChild.hasTrailingSpaces,o=Symbol("element-attr-group-id"),i=u(p=>de([de(Ml(e,t,r),{id:o}),p,Ol(n,t)]),"a"),s=u(p=>a?E3(p,{groupId:o}):(Vt(n)||oi(n,t))&&n.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?p:xt(p),"o"),c=u(()=>a?zo(Ee,"",{groupId:o}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?ge:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?b3(Ee):Ee,"u"),d=u(()=>(n.next?Fr(n.next):_a(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":a?zo(Ee,"",{groupId:o}):n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?ge:(n.lastChild.type==="comment"||n.lastChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${t.tabWidth*(e.ancestors.length-1)}}$`,"u").test(n.lastChild.value)?"":Ee,"p");return n.children.length===0?i(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?ge:""):i([I3(n)?Jn:"",s([c(),Ps(e,t,r)]),d()])}function Co(e){return e>=9&&e<=32||e==160}function Pl(e){return 48<=e&&e<=57}function So(e){return e>=97&&e<=122||e>=65&&e<=90}function vw(e){return e>=97&&e<=102||e>=65&&e<=70||Pl(e)}function Li(e){return e===10||e===13}function Ku(e){return 48<=e&&e<=55}function Oi(e){return e===39||e===34||e===96}function sg(e){return e.replace(n7,(...t)=>t[1].toUpperCase())}function ug(e,t){for(let r of a7)r(e,t);return e}function cg(e){e.walk(t=>{if(t.type==="element"&&t.tagDefinition.ignoreFirstLf&&t.children.length>0&&t.children[0].type==="text"&&t.children[0].value[0]===`
239
- `){let r=t.children[0];r.value.length===1?t.removeChild(r):r.value=r.value.slice(1)}})}function dg(e){let t=u(r=>{var n,a;return r.type==="element"&&((n=r.prev)==null?void 0:n.type)==="ieConditionalStartComment"&&r.prev.sourceSpan.end.offset===r.startSourceSpan.start.offset&&((a=r.firstChild)==null?void 0:a.type)==="ieConditionalEndComment"&&r.firstChild.sourceSpan.start.offset===r.startSourceSpan.end.offset},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let a=r.children[n];if(!t(a))continue;let o=a.prev,i=a.firstChild;r.removeChild(o),n--;let s=new K(o.sourceSpan.start,i.sourceSpan.end),c=new K(s.start,a.sourceSpan.end);a.condition=o.condition,a.sourceSpan=c,a.startSourceSpan=s,a.removeChild(i)}})}function yw(e,t,r){e.walk(n=>{if(n.children)for(let a=0;a<n.children.length;a++){let o=n.children[a];if(o.type!=="text"&&!t(o))continue;o.type!=="text"&&(o.type="text",o.value=r(o));let i=o.prev;!i||i.type!=="text"||(i.value+=o.value,i.sourceSpan=new K(i.sourceSpan.start,o.sourceSpan.end),n.removeChild(o),a--)}})}function pg(e){return yw(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function fg(e){let t=u(r=>{var n,a;return r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!ft.hasWhitespaceCharacter(r.children[0].value)&&!r.firstChild.hasLeadingSpaces&&!r.firstChild.hasTrailingSpaces&&r.isLeadingSpaceSensitive&&!r.hasLeadingSpaces&&r.isTrailingSpaceSensitive&&!r.hasTrailingSpaces&&((n=r.prev)==null?void 0:n.type)==="text"&&((a=r.next)==null?void 0:a.type)==="text"},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let a=r.children[n];if(!t(a))continue;let o=a.prev,i=a.next;o.value+=`<${a.rawName}>`+a.firstChild.value+`</${a.rawName}>`+i.value,o.sourceSpan=new K(o.sourceSpan.start,i.sourceSpan.end),o.isTrailingSpaceSensitive=i.isTrailingSpaceSensitive,o.hasTrailingSpaces=i.hasTrailingSpaces,r.removeChild(a),n--,r.removeChild(i)}})}function hg(e,t){if(t.parser==="html")return;let r=/\{\{(.+?)\}\}/su;e.walk(n=>{if(k3(n))for(let a of n.children){if(a.type!=="text")continue;let o=a.sourceSpan.start,i=null,s=a.value.split(r);for(let c=0;c<s.length;c++,o=i){let d=s[c];if(c%2===0){i=o.moveBy(d.length),d.length>0&&n.insertChildBefore(a,{type:"text",value:d,sourceSpan:new K(o,i)});continue}i=o.moveBy(d.length+4),n.insertChildBefore(a,{type:"interpolation",sourceSpan:new K(o,i),children:d.length===0?[]:[{type:"text",value:d,sourceSpan:new K(o.moveBy(2),i.moveBy(-2))}]})}n.removeChild(a)}})}function mg(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&ft.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let r=A3(t),n=R1(t);if(!r)for(let a=0;a<t.children.length;a++){let o=t.children[a];if(o.type!=="text")continue;let{leadingWhitespace:i,text:s,trailingWhitespace:c}=Pw(o.value),d=o.prev,p=o.next;s?(o.value=s,o.sourceSpan=new K(o.sourceSpan.start.moveBy(i.length),o.sourceSpan.end.moveBy(-c.length)),i&&(d&&(d.hasTrailingSpaces=!0),o.hasLeadingSpaces=!0),c&&(o.hasTrailingSpaces=!0,p&&(p.hasLeadingSpaces=!0))):(t.removeChild(o),a--,(i||c)&&(d&&(d.hasTrailingSpaces=!0),p&&(p.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})}function gg(e){e.walk(t=>{t.isSelfClosing=!t.children||t.type==="element"&&(t.tagDefinition.isVoid||t.endSourceSpan&&t.startSourceSpan.start===t.endSourceSpan.start&&t.startSourceSpan.end===t.endSourceSpan.end)})}function vg(e,t){e.walk(r=>{r.type==="element"&&(r.hasHtmComponentClosingTag=r.endSourceSpan&&/^<\s*\/\s*\/\s*>$/u.test(t.originalText.slice(r.endSourceSpan.start.offset,r.endSourceSpan.end.offset)))})}function yg(e,t){e.walk(r=>{r.cssDisplay=V3(r,t)})}function bg(e,t){e.walk(r=>{let{children:n}=r;if(n){if(n.length===0){r.isDanglingSpaceSensitive=R3(r);return}for(let a of n)a.isLeadingSpaceSensitive=F3(a,t),a.isTrailingSpaceSensitive=_3(a,t);for(let a=0;a<n.length;a++){let o=n[a];o.isLeadingSpaceSensitive=(a===0||o.prev.isTrailingSpaceSensitive)&&o.isLeadingSpaceSensitive,o.isTrailingSpaceSensitive=(a===n.length-1||o.next.isLeadingSpaceSensitive)&&o.isTrailingSpaceSensitive}}})}function wg(e,t,r){let{node:n}=e;switch(n.type){case"front-matter":return Qe(n.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(n),[de(Ps(e,t,r)),ne];case"element":case"ieConditionalComment":return gw(e,t,r);case"angularControlFlowBlock":return dw(e,t,r);case"angularControlFlowBlockParameters":return fw(e,t,r);case"angularControlFlowBlockParameter":return ft.trim(n.expression);case"angularLetDeclaration":return de(["@let ",de([n.id," =",de(xt([ge,r("init")]))]),";"]);case"angularLetDeclarationInitializer":return n.value;case"angularIcuExpression":return hw(e,t,r);case"angularIcuCase":return mw(e,t,r);case"ieConditionalStartComment":case"ieConditionalEndComment":return[Yn(n),Gn(n)];case"interpolation":return[Yn(n,t),...e.map(r,"children"),Gn(n,t)];case"text":{if(n.parent.type==="interpolation"){let o=/\n[^\S\n]*$/u,i=o.test(n.value),s=i?n.value.replace(o,""):n.value;return[Qe(s),i?ne:""]}let a=D3([_r(n,t),...$1(n),Ar(n,t)]);return Array.isArray(a)?F1(a):a}case"docType":return[de([Yn(n,t)," ",He(!1,n.value.replace(/^html\b/iu,"html"),/\s+/gu," ")]),Gn(n,t)];case"comment":return[_r(n,t),Qe(t.originalText.slice(ii(n),li(n))),Ar(n,t)];case"attribute":{if(n.value===null)return n.rawName;let a=N1(n.value),o=Fw(a,'"');return[n.rawName,"=",o,Qe(o==='"'?He(!1,a,'"',"&quot;"):He(!1,a,"'","&apos;")),o]}case"cdata":default:throw new _w(n,"HTML")}}function Lo(e,t=!0){if(e[0]!=":")return[null,e];let r=e.indexOf(":",1);if(r===-1){if(t)throw new Error(`Unsupported format "${e}" expecting ":namespace:name"`);return[null,e]}return[e.slice(1,r),e.slice(r+1)]}function Ju(e){return Lo(e)[1]==="ng-container"}function Zu(e){return Lo(e)[1]==="ng-content"}function uo(e){return e===null?null:Lo(e)[0]}function Ua(e,t){return e?`:${e}:${t}`:t}function Xu(){return ul||(ul={},co(Qr.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),co(Qr.STYLE,["*|style"]),co(Qr.URL,["*|formAction","area|href","area|ping","audio|src","a|href","a|ping","blockquote|cite","body|background","del|cite","form|action","img|src","input|src","ins|cite","q|cite","source|src","track|src","video|poster","video|src"]),co(Qr.RESOURCE_URL,["applet|code","applet|codebase","base|href","embed|src","frame|src","head|profile","html|manifest","iframe|src","link|href","media|src","object|codebase","object|data","script|src"])),ul}function co(e,t){for(let r of t)ul[r.toLowerCase()]=e}function Eg(e){switch(e){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}function Nl(e){return Wa||(x5=new G({canSelfClose:!0}),Wa=Object.assign(Object.create(null),{base:new G({isVoid:!0}),meta:new G({isVoid:!0}),area:new G({isVoid:!0}),embed:new G({isVoid:!0}),link:new G({isVoid:!0}),img:new G({isVoid:!0}),input:new G({isVoid:!0}),param:new G({isVoid:!0}),hr:new G({isVoid:!0}),br:new G({isVoid:!0}),source:new G({isVoid:!0}),track:new G({isVoid:!0}),wbr:new G({isVoid:!0}),p:new G({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new G({closedByChildren:["tbody","tfoot"]}),tbody:new G({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new G({closedByChildren:["tbody"],closedByParent:!0}),tr:new G({closedByChildren:["tr"],closedByParent:!0}),td:new G({closedByChildren:["td","th"],closedByParent:!0}),th:new G({closedByChildren:["td","th"],closedByParent:!0}),col:new G({isVoid:!0}),svg:new G({implicitNamespacePrefix:"svg"}),foreignObject:new G({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new G({implicitNamespacePrefix:"math"}),li:new G({closedByChildren:["li"],closedByParent:!0}),dt:new G({closedByChildren:["dt","dd"]}),dd:new G({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new G({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new G({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new G({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new G({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new G({closedByChildren:["optgroup"],closedByParent:!0}),option:new G({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new G({ignoreFirstLf:!0}),listing:new G({ignoreFirstLf:!0}),style:new G({contentType:pt.RAW_TEXT}),script:new G({contentType:pt.RAW_TEXT}),title:new G({contentType:{default:pt.ESCAPABLE_RAW_TEXT,svg:pt.PARSABLE_DATA}}),textarea:new G({contentType:pt.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new o7().allKnownElementNames().forEach(t=>{!Wa[t]&&uo(t)===null&&(Wa[t]=new G({canSelfClose:!1}))})),Wa[e]??x5}function hd(e,t,r=null){let n=[],a=e.visit?o=>e.visit(o,r)||o.visit(e,r):o=>o.visit(e,r);return t.forEach(o=>{let i=a(o);i&&n.push(i)}),n}function xg(e,t){if(t!=null&&!(Array.isArray(t)&&t.length==2))throw new Error(`Expected '${e}' to be an array, [start, end].`);if(t!=null){let r=t[0],n=t[1];l7.forEach(a=>{if(a.test(r)||a.test(n))throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`)})}}function Dg(e,t,r,n={}){let a=new u7(new ef(e,t),r,n);return a.tokenize(),new s7(bw(a.tokens),a.errors,a.nonNormalizedIcuExpressions)}function jr(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function Qu(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function Cg(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function se(e){return!Co(e)||e===0}function ec(e){return Co(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function Sg(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function kg(e){return e===59||e===0||!vw(e)}function Ag(e){return e===59||e===0||!So(e)}function Fg(e){return e!==125}function _g(e,t){return md(e)===md(t)}function md(e){return e>=97&&e<=122?e-97+65:e}function tc(e){return So(e)||Pl(e)||e===95}function rc(e){return e!==59&&se(e)}function bw(e){let t=[],r;for(let n=0;n<e.length;n++){let a=e[n];r&&r.type===5&&a.type===5||r&&r.type===16&&a.type===16?(r.parts[0]+=a.parts[0],r.sourceSpan.end=a.sourceSpan.end):(r=a,t.push(r))}return t}function nc(e,t){return e.length>0&&e[e.length-1]===t}function ac(e,t){return Ao[t]!==void 0?Ao[t]||e:/^#x[a-f0-9]+$/i.test(t)?String.fromCodePoint(parseInt(t.slice(2),16)):/^#\d+$/.test(t)?String.fromCodePoint(parseInt(t.slice(1),10)):e}function gd(e,t={}){let{canSelfClose:r=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:a=!1,getTagContentType:o,tokenizeAngularBlocks:i=!1,tokenizeAngularLetDeclaration:s=!1}=t;return c7().parse(e,"angular-html-parser",{tokenizeExpansionForms:i,interpolationConfig:void 0,canSelfClose:r,allowHtmComponentClosingTags:n,tokenizeBlocks:i,tokenizeLet:s},a,o)}function Rg(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}function ww(e){let t=e.slice(0,jn);if(t!=="---"&&t!=="+++")return;let r=e.indexOf(`
240
- `,jn);if(r===-1)return;let n=e.slice(jn,r).trim(),a=e.indexOf(`
241
- ${t}`,r),o=n;if(o||(o=t==="+++"?"toml":"yaml"),a===-1&&t==="---"&&o==="yaml"&&(a=e.indexOf(`
242
- ...`,r)),a===-1)return;let i=a+1+jn,s=e.charAt(i+1);if(!/\s?/u.test(s))return;let c=e.slice(0,i);return{type:"front-matter",language:o,explicitLanguage:n,value:e.slice(r+1,a),startDelimiter:t,endDelimiter:c.slice(-jn),raw:c}}function Ig(e){let t=ww(e);if(!t)return{content:e};let{raw:r}=t;return{frontMatter:t,content:He(!1,r,/[^\n]/gu," ")+e.slice(r.length)}}function Bg(e,t){let r=e.map(t);return r.some((n,a)=>n!==e[a])?r:e}function Ew(e,t){if(e.value)for(let{regex:r,parse:n}of h7){let a=e.value.match(r);if(a)return n(e,t,a)}return null}function Tg(e,t,r){let[,n,a,o]=r,i=4+n.length,s=e.sourceSpan.start.moveBy(i),c=s.moveBy(o.length),[d,p]=(()=>{try{return[!0,t(o,s).children]}catch{return[!1,[{type:"text",value:o,sourceSpan:new K(s,c)}]]}})();return{type:"ieConditionalComment",complete:d,children:p,condition:He(!1,a.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan,startSourceSpan:new K(e.sourceSpan.start,s),endSourceSpan:new K(c,e.sourceSpan.end)}}function zg(e,t,r){let[,n]=r;return{type:"ieConditionalStartComment",condition:He(!1,n.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan}}function Lg(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function xw(e){if(e.type==="block"){if(e.name=He(!1,e.name.toLowerCase(),/\s+/gu," ").trim(),e.type="angularControlFlowBlock",!Us(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new K(e.parameters[0].sourceSpan.start,va(!1,e.parameters,-1).sourceSpan.end)}}}function Dw(e){e.type==="letDeclaration"&&(e.type="angularLetDeclaration",e.id=e.name,e.init={type:"angularLetDeclarationInitializer",sourceSpan:new K(e.valueSpan.start,e.valueSpan.end),value:e.value},delete e.name,delete e.value)}function Cw(e){(e.type==="plural"||e.type==="select")&&(e.clause=e.type,e.type="angularIcuExpression"),e.type==="expansionCase"&&(e.type="angularIcuCase")}function W1(e,t,r){let{name:n,canSelfClose:a=!0,normalizeTagName:o=!1,normalizeAttributeName:i=!1,allowHtmComponentClosingTags:s=!1,isTagNameCaseSensitive:c=!1,shouldParseAsRawText:d}=t,{rootNodes:p,errors:g}=gd(e,{canSelfClose:a,allowHtmComponentClosingTags:s,isTagNameCaseSensitive:c,getTagContentType:d?(...D)=>d(...D)?pt.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:n==="angular"?!0:void 0,tokenizeAngularLetDeclaration:n==="angular"?!0:void 0});if(n==="vue"){if(p.some(C=>C.type==="docType"&&C.value==="html"||C.type==="element"&&C.name.toLowerCase()==="html"))return W1(e,Ed,r);let D,x=u(()=>D??(D=gd(e,{canSelfClose:a,allowHtmComponentClosingTags:s,isTagNameCaseSensitive:c})),"y"),b=u(C=>x().rootNodes.find(({startSourceSpan:S})=>S&&S.start.offset===C.startSourceSpan.start.offset)??C,"M");for(let[C,S]of p.entries()){let{endSourceSpan:k,startSourceSpan:A}=S;if(k===null)g=x().errors,p[C]=b(S);else if(Sw(S,r)){let _=x().errors.find(I=>I.span.start.offset>A.start.offset&&I.span.start.offset<k.end.offset);_&&vd(_),p[C]=b(S)}}}g.length>0&&vd(g[0]);let h=u(D=>{let x=D.name.startsWith(":")?D.name.slice(1).split(":")[0]:null,b=D.nameSpan.toString(),C=x!==null&&b.startsWith(`${x}:`),S=C?b.slice(x.length+1):b;D.name=S,D.namespace=x,D.hasExplicitNamespace=C},"d"),f=u(D=>{switch(D.type){case"element":h(D);for(let x of D.attrs)h(x),x.valueSpan?(x.value=x.valueSpan.toString(),/["']/u.test(x.value[0])&&(x.value=x.value.slice(1,-1))):x.value=null;break;case"comment":D.value=D.sourceSpan.toString().slice(4,-3);break;case"text":D.value=D.sourceSpan.toString();break}},"C"),v=u((D,x)=>{let b=D.toLowerCase();return x(b)?b:D},"A"),m=u(D=>{if(D.type==="element"&&(o&&(!D.namespace||D.namespace===D.tagDefinition.implicitNamespacePrefix||ya(D))&&(D.name=v(D.name,x=>m7.has(x))),i))for(let x of D.attrs)x.namespace||(x.name=v(x.name,b=>cl.has(D.name)&&(cl.get("*").has(b)||cl.get(D.name).has(b))))},"D"),w=u(D=>{D.sourceSpan&&D.endSourceSpan&&(D.sourceSpan=new K(D.sourceSpan.start,D.endSourceSpan.end))},"R"),E=u(D=>{if(D.type==="element"){let x=Nl(c?D.name:D.name.toLowerCase());!D.namespace||D.namespace===x.implicitNamespacePrefix||ya(D)?D.tagDefinition=x:D.tagDefinition=Nl("")}},"F");return hd(new class extends i7{visitExpansionCase(D,x){n==="angular"&&this.visitChildren(x,b=>{b(D.expression)})}visit(D){f(D),E(D),m(D),w(D)}},p),p}function Sw(e,t){var r;if(e.type!=="element"||e.name!=="template")return!1;let n=(r=e.attrs.find(a=>a.name==="lang"))==null?void 0:r.value;return!n||di(t,{language:n})==="html"}function vd(e){let{msg:t,span:{start:r,end:n}}=e;throw d7(t,{loc:{start:{line:r.line+1,column:r.col+1},end:{line:n.line+1,column:n.col+1}},cause:e})}function G1(e,t,r={},n=!0){let{frontMatter:a,content:o}=n?p7(e):{frontMatter:null,content:e},i=new ef(e,r.filepath),s=new ql(i,0,0,0),c=s.moveBy(e.length),d={type:"root",sourceSpan:new K(s,c),children:W1(o,t,r)};if(a){let h=new ql(i,0,0,0),f=h.moveBy(a.raw.length);a.sourceSpan=new K(h,f),d.children.unshift(a)}let p=new f7(d),g=u((h,f)=>{let{offset:v}=f,m=He(!1,e.slice(0,v),/[^\n\r]/gu," "),w=G1(m+h,t,r,!1);w.sourceSpan=new K(f,va(!1,w.children,-1).sourceSpan.end);let E=w.children[0];return E.length===v?w.children.shift():(E.sourceSpan=new K(E.sourceSpan.start.moveBy(v),E.sourceSpan.end),E.value=E.value.slice(v)),w},"f");return p.walk(h=>{if(h.type==="comment"){let f=Ew(h,g);f&&h.parent.replaceChild(h,f)}xw(h),Dw(h),Cw(h)}),p}function qa(e){return{parse:u((t,r)=>G1(t,e,r),"parse"),hasPragma:cw,astFormat:"html",locStart:ii,locEnd:li}}var Og,oc,ic,lc,er,Mg,Pg,sc,Ng,He,Ns,$s,$l,Oo,Mo,Hl,ga,Po,No,$o,jl,Vl,wr,Ul,ko,Y1,Hs,kw,uc,$g,K1,cc,Rr,js,Jn,Hg,jg,ge,Ee,ne,Aw,Vg,va,po,yd,Fw,st,dc,Ug,qg,Wg,Gg,ft,pc,Yg,_w,ci,Kg,Rw,Jg,Iw,Bw,Tw,di,zw,Lw,Ow,Mw,ya,Zg,J1,Pw,Nw,Z1,$w,Hw,jw,Vw,Uw,qw,Ww,Gw,Yw,bd,Kw,Jw,wd,Zw,Xw,sl,Vs,Qw,e7,fc,X1,Us,Q1,t7,Xg,Hn,Qg,e5,t5,r5,n5,a5,r7,n7,Mi,ql,hc,ef,mc,K,Pi,gc,vc,a7,o5,i5,l5,s5,yc,bc,u5,c5,wc,d5,p5,f5,Ec,xc,Qr,h5,pt,ul,Dc,m5,g5,v5,y5,b5,w5,Cc,E5,Sc,o7,kc,G,x5,Wa,Ac,Vr,Fc,D5,_c,C5,Rc,S5,Ic,k5,Bc,A5,Tc,tr,zc,F5,Lc,_5,Oc,Ur,Mc,Pc,Nc,$c,Hc,i7,Ao,R5,l7,Ni,I5,jc,Vc,$i,Uc,s7,B5,Hi,qc,ji,Wc,u7,Ga,Gc,Ya,T5,Yc,Vi,Ui,Se,Kc,z5,Jc,L5,qi,O5,Zc,M5,Wi,c7,d7,jn,p7,Ka,Xc,qr,f7,h7,cl,m7,Ed,P5,N5,$5,H5,j5,g7,Uk=T(()=>{Og=Object.defineProperty,oc=u(e=>{throw TypeError(e)},"Xr"),ic=u((e,t)=>{for(var r in t)Og(e,r,{get:t[r],enumerable:!0})},"Jr"),lc=u((e,t,r)=>t.has(e)||oc("Cannot "+r),"Zr"),er=u((e,t,r)=>(lc(e,t,"read from private field"),r?r.call(e):t.get(e)),"Q"),Mg=u((e,t,r)=>t.has(e)?oc("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"en"),Pg=u((e,t,r,n)=>(lc(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),"tn"),sc={},ic(sc,{languages:u(()=>s5,"languages"),options:u(()=>c5,"options"),parsers:u(()=>wc,"parsers"),printers:u(()=>j5,"printers")}),Ng=u((e,t,r,n)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},"si"),He=Ng,Ns="string",$s="array",$l="cursor",Oo="indent",Mo="align",Hl="trim",ga="group",Po="fill",No="if-break",$o="indent-if-break",jl="line-suffix",Vl="line-suffix-boundary",wr="line",Ul="label",ko="break-parent",Y1=new Set([$l,Oo,Mo,Hl,ga,Po,No,$o,jl,Vl,wr,Ul,ko]),u(Hm,"ii"),Hs=Hm,kw=u(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ai"),u(jm,"oi"),$g=(uc=class extends Error{constructor(t){super(jm(t));_n(this,"name","InvalidDocError");this.doc=t}},u(uc,"lr"),uc),K1=$g,cc=u(()=>{},"rn"),Rr=cc,js=cc,u(xt,"k"),u(A1,"nn"),u(de,"_"),u(b3,"sn"),u(w3,"an"),u(F1,"At"),u(zo,"ge"),u(E3,"on"),Jn={type:ko},Hg={type:wr,hard:!0},jg={type:wr,hard:!0,literal:!0},ge={type:wr},Ee={type:wr,soft:!0},ne=[Hg,Jn],Aw=[jg,Jn],u(vn,"q"),Vg=u((e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},"ci"),va=Vg,u(Bs,"Dt"),u(x3,"pi"),u(D3,"ln"),u(Qe,"B"),po="'",yd='"',u(Vm,"hi"),Fw=Vm,u(Um,"cr"),Ug=(dc=class{constructor(e){Mg(this,st),Pg(this,st,new Set(e))}getLeadingWhitespaceCount(e){let t=er(this,st),r=0;for(let n=0;n<e.length&&t.has(e.charAt(n));n++)r++;return r}getTrailingWhitespaceCount(e){let t=er(this,st),r=0;for(let n=e.length-1;n>=0&&t.has(e.charAt(n));n--)r++;return r}getLeadingWhitespace(e){let t=this.getLeadingWhitespaceCount(e);return e.slice(0,t)}getTrailingWhitespace(e){let t=this.getTrailingWhitespaceCount(e);return e.slice(e.length-t)}hasLeadingWhitespace(e){return er(this,st).has(e.charAt(0))}hasTrailingWhitespace(e){return er(this,st).has(va(!1,e,-1))}trimStart(e){let t=this.getLeadingWhitespaceCount(e);return e.slice(t)}trimEnd(e){let t=this.getTrailingWhitespaceCount(e);return e.slice(0,e.length-t)}trim(e){return this.trimEnd(this.trimStart(e))}split(e,t=!1){let r=`[${Um([...er(this,st)].join(""))}]+`,n=new RegExp(t?`(${r})`:r,"u");return e.split(n)}hasWhitespaceCharacter(e){let t=er(this,st);return Array.prototype.some.call(e,r=>t.has(r))}hasNonWhitespaceCharacter(e){let t=er(this,st);return Array.prototype.some.call(e,r=>!t.has(r))}isWhitespaceOnly(e){let t=er(this,st);return Array.prototype.every.call(e,r=>t.has(r))}},u(dc,"pr"),dc),st=new WeakMap,qg=Ug,Wg=[" ",`
243
- `,"\f","\r"," "],Gg=new qg(Wg),ft=Gg,Yg=(pc=class extends Error{constructor(t,r,n="type"){super(`Unexpected ${r} node ${n}: ${JSON.stringify(t[n])}.`);_n(this,"name","UnexpectedNodeError");this.node=t}},u(pc,"hr"),pc),_w=Yg,u(qm,"di"),ci=qm,Kg=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),Rw=new Set(["if","else if","for","switch","case"]),u(Yu,"fn"),Yu.ignoredProperties=Kg,Jg=Yu,u(Wm,"Si"),Iw=Wm,u(ni,"Ce"),u(yn,"j"),u(et,"T"),u(Gm,"_i"),Bw=Gm,Tw=u(e=>String(e).split(/[/\\]/u).pop(),"Ei"),u(dd,"Sn"),u(C3,"Ai"),u(Ym,"Di"),di=Ym,zw="inline",Lw={area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",style:"none",template:"inline",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",dialog:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",search:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",menu:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",input:"inline-block",button:"inline-block",fieldset:"block",marquee:"inline-block",source:"block",track:"block",details:"block",summary:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},Ow="normal",Mw={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},u(Km,"vi"),ya=Km,Zg=u(e=>He(!1,e,/^[\t\f\r ]*\n/gu,""),"yi"),J1=u(e=>Zg(ft.trimEnd(e)),"mr"),Pw=u(e=>{let t=e,r=ft.getLeadingWhitespace(t);r&&(t=t.slice(r.length));let n=ft.getTrailingWhitespace(t);return n&&(t=t.slice(0,-n.length)),{leadingWhitespace:r,trailingWhitespace:n,text:t}},"vn"),u(_1,"yt"),u(ai,"Ee"),u(S3,"wi"),u(Ye,"$"),u(Vt,"U"),u(k3,"yn"),u(A3,"wn"),u(R1,"fr"),u(F3,"bn"),u(_3,"Tn"),u(R3,"xn"),u(lo,"Qe"),u(I3,"kn"),u(I1,"dr"),u(ll,"wt"),u(B3,"bi"),u(B1,"Bn"),u(T1,"Ln"),u(z1,"Fn"),u(L1,"Nn"),u(Ts,"bt"),u(T3,"Ti"),u(O1,"Pn"),u(z3,"xi"),u(L3,"ki"),u(O3,"Bi"),u(pd,"gr"),u(Aa,"Xe"),u(M3,"Li"),u(P3,"Fi"),u(N3,"Ni"),u($3,"Pi"),u(H3,"Ii"),u(sn,"_e"),u(j3,"Ri"),u(V3,"In"),u(M1,"Rn"),u(U3,"$i"),u(P1,"Cr"),u(N1,"Sr"),u(dr,"P"),Nw=new Set(["template","style","script"]),u(oi,"Je"),u(bn,"Ae"),u(zs,"Tt"),u(q3,"$n"),u(W3,"On"),u($1,"xt"),u(H1,"kt"),Z1=/\{\{(.+?)\}\}/su,u(G3,"Mn"),u(zi,"Er"),$w=zi({parser:"__ng_action"}),Hw=zi({parser:"__ng_binding"}),jw=zi({parser:"__ng_directive"}),u(Jm,"Vi"),Vw=Jm,u(Zm,"Ui"),Uw=Zm,u(fd,"Vn"),qw=/^[ \t\n\r\u000c]+/,Ww=/^[, \t\n\r\u000c]+/,Gw=/^[^ \t\n\r\u000c]+/,Yw=/[,]+$/,bd=/^\d+$/,Kw=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,u(Xm,"Ki"),Jw=Xm,u(Qm,"Qi"),wd={width:"w",height:"h",density:"x"},Zw=Object.keys(wd),u(Y3,"Ji"),Xw=Qm,u(K3,"Yn"),sl=new WeakMap,u(eg,"Zi"),Vs=eg,u(J3,"jn"),u(Z3,"Kn"),u(X3,"Qn"),u(Q3,"Xn"),u(ew,"ea"),u(tg,"ta"),u(tw,"ra"),u(rw,"na"),u(j1,"Jn"),Qw=tg,u(rg,"sa"),u(nw,"ia"),e7=rg,fc=new Proxy(()=>{},{get:u(()=>fc,"get")}),X1=fc,u(ng,"aa"),Us=ng,u(ii,"se"),u(li,"ie"),u(Ol,"Ze"),u(aw,"oa"),u(Gn,"De"),u(ow,"ua"),u(Ar,"W"),u(Ls,"Bt"),u(Fa,"ve"),u(V1,"rs"),u(Fr,"K"),u(_a,"ye"),u(ma,"we"),u(si,"et"),u(iw,"la"),u(ui,"tt"),u(lw,"ca"),u(sw,"pa"),u(Ml,"rt"),u(Yn,"be"),u(_r,"z"),u(Os,"Lt"),u(Ms,"Ft"),u(ag,"ha"),Q1=ag,t7=new Set(["if","else if","for","switch","case"]),u(og,"fa"),Xg=og,Hn=null,u(Kn,"st"),Qg=10;for(let e=0;e<=Qg;e++)Kn();u(uw,"vr"),u(ig,"ga"),e5=ig,t5={"front-matter":[],root:["children"],element:["attrs","children"],ieConditionalComment:["children"],ieConditionalStartComment:[],ieConditionalEndComment:[],interpolation:["children"],text:["children"],docType:[],comment:[],attribute:[],cdata:[],angularControlFlowBlock:["children","parameters"],angularControlFlowBlockParameters:["children"],angularControlFlowBlockParameter:[],angularLetDeclaration:["init"],angularLetDeclarationInitializer:[],angularIcuExpression:["cases"],angularIcuCase:["expression"]},r5=t5,n5=e5(r5),a5=n5,u(cw,"os"),u(lg,"us"),r7=new Map([["if",new Set(["else if","else"])],["else if",new Set(["else if","else"])],["for",new Set(["empty"])],["defer",new Set(["placeholder","error","loading"])],["placeholder",new Set(["placeholder","error","loading"])],["error",new Set(["placeholder","error","loading"])],["loading",new Set(["placeholder","error","loading"])]]),u(U1,"cs"),u($n,"it"),u(so,"Pt"),u(Ps,"He"),u(dw,"ps"),u(q1,"hs"),u(pw,"_a"),u(fw,"ms"),u(hw,"fs"),u(mw,"ds"),u(gw,"gs"),u(Co,"at"),u(Pl,"It"),u(So,"ot"),u(vw,"Cs"),u(Li,"Rt"),u(Ku,"yr"),u(Oi,"$t"),n7=/-+([a-z0-9])/g,u(sg,"_s"),ql=(Mi=class{constructor(e,t,r,n){this.file=e,this.offset=t,this.line=r,this.col=n}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(e){let t=this.file.content,r=t.length,n=this.offset,a=this.line,o=this.col;for(;n>0&&e<0;)if(n--,e++,t.charCodeAt(n)==10){a--;let i=t.substring(0,n-1).lastIndexOf(`
244
- `);o=i>0?n-i:n}else o--;for(;n<r&&e>0;){let i=t.charCodeAt(n);n++,e--,i==10?(a++,o=0):o++}return new Mi(this.file,n,a,o)}getContext(e,t){let r=this.file.content,n=this.offset;if(n!=null){n>r.length-1&&(n=r.length-1);let a=n,o=0,i=0;for(;o<e&&n>0&&(n--,o++,!(r[n]==`
245
- `&&++i==t)););for(o=0,i=0;o<e&&a<r.length-1&&(a++,o++,!(r[a]==`
246
- `&&++i==t)););return{before:r.substring(n,this.offset),after:r.substring(this.offset,a+1)}}return null}},u(Mi,"t"),Mi),ef=(hc=class{constructor(e,t){this.content=e,this.url=t}},u(hc,"Te"),hc),K=(mc=class{constructor(e,t,r=e,n=null){this.start=e,this.end=t,this.fullStart=r,this.details=n}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}},u(mc,"h"),mc),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(Pi||(Pi={})),vc=(gc=class{constructor(e,t,r=Pi.ERROR){this.span=e,this.msg=t,this.level=r}contextualMessage(){let e=this.span.start.getContext(100,3);return e?`${this.msg} ("${e.before}[${Pi[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},u(gc,"Ue"),gc),a7=[cg,dg,pg,hg,mg,yg,gg,vg,bg,fg],u(ug,"Da"),u(cg,"va"),u(dg,"ya"),u(yw,"wa"),u(pg,"ba"),u(fg,"Ta"),u(hg,"xa"),u(mg,"ka"),u(gg,"Ba"),u(vg,"La"),u(yg,"Fa"),u(bg,"Na"),o5=ug,u(wg,"Pa"),i5={preprocess:o5,print:wg,insertPragma:lg,massageAstNode:Jg,embed:Xg,getVisitorKeys:a5},l5=i5,s5=[{linguistLanguageId:146,name:"Angular",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".component.html"],parsers:["angular"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:146,name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".hta",".htm",".html.hl",".inc",".xht",".xhtml",".mjml"],parsers:["html"],vscodeLanguageIds:["html"]},{linguistLanguageId:146,name:"Lightning Web Components",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[],parsers:["lwc"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:391,name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",parsers:["vue"],vscodeLanguageIds:["vue"]}],yc={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},bc="HTML",u5={bracketSameLine:yc.bracketSameLine,htmlWhitespaceSensitivity:{category:bc,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:yc.singleAttributePerLine,vueIndentScriptAndStyle:{category:bc,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},c5=u5,wc={},ic(wc,{angular:u(()=>N5,"angular"),html:u(()=>P5,"html"),lwc:u(()=>H5,"lwc"),vue:u(()=>$5,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(d5||(d5={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(p5||(p5={})),function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"}(f5||(f5={})),Ec={name:"custom-elements"},xc={name:"no-errors-schema"},function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(Qr||(Qr={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(h5||(h5={})),function(e){e[e.RAW_TEXT=0]="RAW_TEXT",e[e.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",e[e.PARSABLE_DATA=2]="PARSABLE_DATA"}(pt||(pt={})),u(Lo,"ut"),u(Ju,"xr"),u(Zu,"kr"),u(uo,"We"),u(Ua,"ze"),u(Xu,"Br"),u(co,"Mt"),m5=(Dc=class{},u(Dc,"Ht"),Dc),g5="boolean",v5="number",y5="string",b5="object",w5=["[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,!inert,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume",":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","data^[HTMLElement]|value","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,media,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type","select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","slot^[HTMLElement]|name","source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","time^[HTMLElement]|dateTime","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|decoding",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|",":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":math:math^:math:|",":math:maction^:math:|",":math:menclose^:math:|",":math:merror^:math:|",":math:mfenced^:math:|",":math:mfrac^:math:|",":math:mi^:math:|",":math:mmultiscripts^:math:|",":math:mn^:math:|",":math:mo^:math:|",":math:mover^:math:|",":math:mpadded^:math:|",":math:mphantom^:math:|",":math:mroot^:math:|",":math:mrow^:math:|",":math:ms^:math:|",":math:mspace^:math:|",":math:msqrt^:math:|",":math:mstyle^:math:|",":math:msub^:math:|",":math:msubsup^:math:|",":math:msup^:math:|",":math:mtable^:math:|",":math:mtd^:math:|",":math:mtext^:math:|",":math:mtr^:math:|",":math:munder^:math:|",":math:munderover^:math:|",":math:semantics^:math:|"],Cc=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),E5=Array.from(Cc).reduce((e,[t,r])=>(e.set(t,r),e),new Map),o7=(Sc=class extends m5{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,w5.forEach(e=>{let t=new Map,r=new Set,[n,a]=e.split("|"),o=a.split(","),[i,s]=n.split("^");i.split(",").forEach(d=>{this._schema.set(d.toLowerCase(),t),this._eventSchema.set(d.toLowerCase(),r)});let c=s&&this._schema.get(s.toLowerCase());if(c){for(let[d,p]of c)t.set(d,p);for(let d of this._eventSchema.get(s.toLowerCase()))r.add(d)}o.forEach(d=>{if(d.length>0)switch(d[0]){case"*":r.add(d.substring(1));break;case"!":t.set(d.substring(1),g5);break;case"#":t.set(d.substring(1),v5);break;case"%":t.set(d.substring(1),b5);break;default:t.set(d,y5)}})})}hasProperty(e,t,r){if(r.some(n=>n.name===xc.name))return!0;if(e.indexOf("-")>-1){if(Ju(e)||Zu(e))return!1;if(r.some(n=>n.name===Ec.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(r=>r.name===xc.name)||e.indexOf("-")>-1&&(Ju(e)||Zu(e)||t.some(r=>r.name===Ec.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,r){r&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=Xu()[e+"|"+t];return n||(n=Xu()["*|"+t],n||Qr.NONE)}getMappedPropName(e){return Cc.get(e)??e}getDefaultComponentElementName(){return"ng-component"}validateProperty(e){return e.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event property '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...
247
- If '${e}' is a directive input, make sure the directive is imported by the current module.`}:{error:!1}}validateAttribute(e){return e.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event attribute '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...`}:{error:!1}}allKnownElementNames(){return Array.from(this._schema.keys())}allKnownAttributesOfElement(e){let t=this._schema.get(e.toLowerCase())||this._schema.get("unknown");return Array.from(t.keys()).map(r=>E5.get(r)??r)}allKnownEventsOfElement(e){return Array.from(this._eventSchema.get(e.toLowerCase())??[])}normalizeAnimationStyleProperty(e){return sg(e)}normalizeAnimationStyleValue(e,t,r){let n="",a=r.toString().trim(),o=null;if(Eg(e)&&r!==0&&r!=="0")if(typeof r=="number")n="px";else{let i=r.match(/^[+-]?[\d\.]+([a-z]*)$/);i&&i[1].length==0&&(o=`Please provide a CSS unit value for ${t}:${r}`)}return{error:o,value:a+n}}},u(Sc,"Vt"),Sc),u(Eg,"Ua"),G=(kc=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:r=pt.PARSABLE_DATA,closedByParent:n=!1,isVoid:a=!1,ignoreFirstLf:o=!1,preventNamespaceInheritance:i=!1,canSelfClose:s=!1}={}){this.closedByChildren={},this.closedByParent=!1,e&&e.length>0&&e.forEach(c=>this.closedByChildren[c]=!0),this.isVoid=a,this.closedByParent=n||a,this.implicitNamespacePrefix=t||null,this.contentType=r,this.ignoreFirstLf=o,this.preventNamespaceInheritance=i,this.canSelfClose=s??a}isClosedByChild(e){return this.isVoid||e.toLowerCase()in this.closedByChildren}getContentType(e){return typeof this.contentType=="object"?(e===void 0?void 0:this.contentType[e])??this.contentType.default:this.contentType}},u(kc,"m"),kc),u(Nl,"Ge"),Vr=(Ac=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},u(Ac,"oe"),Ac),D5=(Fc=class extends Vr{constructor(e,t,r,n){super(t,n),this.value=e,this.tokens=r,this.type="text"}visit(e,t){return e.visitText(this,t)}},u(Fc,"Ut"),Fc),C5=(_c=class extends Vr{constructor(e,t,r,n){super(t,n),this.value=e,this.tokens=r,this.type="cdata"}visit(e,t){return e.visitCdata(this,t)}},u(_c,"Wt"),_c),S5=(Rc=class extends Vr{constructor(e,t,r,n,a,o){super(n,o),this.switchValue=e,this.type=t,this.cases=r,this.switchValueSourceSpan=a}visit(e,t){return e.visitExpansion(this,t)}},u(Rc,"zt"),Rc),k5=(Ic=class{constructor(e,t,r,n,a){this.value=e,this.expression=t,this.sourceSpan=r,this.valueSourceSpan=n,this.expSourceSpan=a,this.type="expansionCase"}visit(e,t){return e.visitExpansionCase(this,t)}},u(Ic,"Gt"),Ic),A5=(Bc=class extends Vr{constructor(e,t,r,n,a,o,i){super(r,i),this.name=e,this.value=t,this.keySpan=n,this.valueSpan=a,this.valueTokens=o,this.type="attribute"}visit(e,t){return e.visitAttribute(this,t)}get nameSpan(){return this.keySpan}},u(Bc,"Yt"),Bc),tr=(Tc=class extends Vr{constructor(e,t,r,n,a,o=null,i=null,s){super(n,s),this.name=e,this.attrs=t,this.children=r,this.startSourceSpan=a,this.endSourceSpan=o,this.nameSpan=i,this.type="element"}visit(e,t){return e.visitElement(this,t)}},u(Tc,"G"),Tc),F5=(zc=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},u(zc,"jt"),zc),_5=(Lc=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},u(Lc,"Kt"),Lc),Ur=(Oc=class extends Vr{constructor(e,t,r,n,a,o,i=null,s){super(n,s),this.name=e,this.parameters=t,this.children=r,this.nameSpan=a,this.startSourceSpan=o,this.endSourceSpan=i,this.type="block"}visit(e,t){return e.visitBlock(this,t)}},u(Oc,"Z"),Oc),Pc=(Mc=class{constructor(e,t){this.expression=e,this.sourceSpan=t,this.type="blockParameter",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitBlockParameter(this,t)}},u(Mc,"ct"),Mc),$c=(Nc=class{constructor(e,t,r,n,a){this.name=e,this.value=t,this.sourceSpan=r,this.nameSpan=n,this.valueSpan=a,this.type="letDeclaration",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitLetDeclaration(this,t)}},u(Nc,"pt"),Nc),u(hd,"Qt"),i7=(Hc=class{constructor(){}visitElement(e,t){this.visitChildren(t,r=>{r(e.attrs),r(e.children)})}visitAttribute(e,t){}visitText(e,t){}visitCdata(e,t){}visitComment(e,t){}visitDocType(e,t){}visitExpansion(e,t){return this.visitChildren(t,r=>{r(e.cases)})}visitExpansionCase(e,t){}visitBlock(e,t){this.visitChildren(t,r=>{r(e.parameters),r(e.children)})}visitBlockParameter(e,t){}visitLetDeclaration(e,t){}visitChildren(e,t){let r=[],n=this;function a(o){o&&r.push(hd(n,o,e))}return u(a,"i"),t(a),Array.prototype.concat.apply([],r)}},u(Hc,"ht"),Hc),Ao={AElig:"Æ",AMP:"&",amp:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",af:"⁡",Aring:"Å",angst:"Å",Ascr:"𝒜",Assign:"≔",colone:"≔",coloneq:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",setminus:"∖",setmn:"∖",smallsetminus:"∖",ssetmn:"∖",Barv:"⫧",Barwed:"⌆",doublebarwedge:"⌆",Bcy:"Б",Because:"∵",becaus:"∵",because:"∵",Bernoullis:"ℬ",Bscr:"ℬ",bernou:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",breve:"˘",Bumpeq:"≎",HumpDownHump:"≎",bump:"≎",CHcy:"Ч",COPY:"©",copy:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",DD:"ⅅ",Cayleys:"ℭ",Cfr:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",cedil:"¸",CenterDot:"·",centerdot:"·",middot:"·",Chi:"Χ",CircleDot:"⊙",odot:"⊙",CircleMinus:"⊖",ominus:"⊖",CirclePlus:"⊕",oplus:"⊕",CircleTimes:"⊗",otimes:"⊗",ClockwiseContourIntegral:"∲",cwconint:"∲",CloseCurlyDoubleQuote:"”",rdquo:"”",rdquor:"”",CloseCurlyQuote:"’",rsquo:"’",rsquor:"’",Colon:"∷",Proportion:"∷",Colone:"⩴",Congruent:"≡",equiv:"≡",Conint:"∯",DoubleContourIntegral:"∯",ContourIntegral:"∮",conint:"∮",oint:"∮",Copf:"ℂ",complexes:"ℂ",Coproduct:"∐",coprod:"∐",CounterClockwiseContourIntegral:"∳",awconint:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",asympeq:"≍",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",ddagger:"‡",Darr:"↡",Dashv:"⫤",DoubleLeftTee:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",nabla:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",acute:"´",DiacriticalDot:"˙",dot:"˙",DiacriticalDoubleAcute:"˝",dblac:"˝",DiacriticalGrave:"`",grave:"`",DiacriticalTilde:"˜",tilde:"˜",Diamond:"⋄",diam:"⋄",diamond:"⋄",DifferentialD:"ⅆ",dd:"ⅆ",Dopf:"𝔻",Dot:"¨",DoubleDot:"¨",die:"¨",uml:"¨",DotDot:"⃜",DotEqual:"≐",doteq:"≐",esdot:"≐",DoubleDownArrow:"⇓",Downarrow:"⇓",dArr:"⇓",DoubleLeftArrow:"⇐",Leftarrow:"⇐",lArr:"⇐",DoubleLeftRightArrow:"⇔",Leftrightarrow:"⇔",hArr:"⇔",iff:"⇔",DoubleLongLeftArrow:"⟸",Longleftarrow:"⟸",xlArr:"⟸",DoubleLongLeftRightArrow:"⟺",Longleftrightarrow:"⟺",xhArr:"⟺",DoubleLongRightArrow:"⟹",Longrightarrow:"⟹",xrArr:"⟹",DoubleRightArrow:"⇒",Implies:"⇒",Rightarrow:"⇒",rArr:"⇒",DoubleRightTee:"⊨",vDash:"⊨",DoubleUpArrow:"⇑",Uparrow:"⇑",uArr:"⇑",DoubleUpDownArrow:"⇕",Updownarrow:"⇕",vArr:"⇕",DoubleVerticalBar:"∥",par:"∥",parallel:"∥",shortparallel:"∥",spar:"∥",DownArrow:"↓",ShortDownArrow:"↓",darr:"↓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",duarr:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",leftharpoondown:"↽",lhard:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",rhard:"⇁",rightharpoondown:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",top:"⊤",DownTeeArrow:"↧",mapstodown:"↧",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",in:"∈",isin:"∈",isinv:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",eqsim:"≂",esim:"≂",Equilibrium:"⇌",rightleftharpoons:"⇌",rlhar:"⇌",Escr:"ℰ",expectation:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",exist:"∃",ExponentialE:"ⅇ",ee:"ⅇ",exponentiale:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",blacksquare:"▪",squarf:"▪",squf:"▪",Fopf:"𝔽",ForAll:"∀",forall:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",gt:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",ggg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",ge:"≥",geq:"≥",GreaterEqualLess:"⋛",gel:"⋛",gtreqless:"⋛",GreaterFullEqual:"≧",gE:"≧",geqq:"≧",GreaterGreater:"⪢",GreaterLess:"≷",gl:"≷",gtrless:"≷",GreaterSlantEqual:"⩾",geqslant:"⩾",ges:"⩾",GreaterTilde:"≳",gsim:"≳",gtrsim:"≳",Gscr:"𝒢",Gt:"≫",NestedGreaterGreater:"≫",gg:"≫",HARDcy:"Ъ",Hacek:"ˇ",caron:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",Poincareplane:"ℌ",HilbertSpace:"ℋ",Hscr:"ℋ",hamilt:"ℋ",Hopf:"ℍ",quaternions:"ℍ",HorizontalLine:"─",boxh:"─",Hstrok:"Ħ",HumpEqual:"≏",bumpe:"≏",bumpeq:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Im:"ℑ",image:"ℑ",imagpart:"ℑ",Igrave:"Ì",Imacr:"Ī",ImaginaryI:"ⅈ",ii:"ⅈ",Int:"∬",Integral:"∫",int:"∫",Intersection:"⋂",bigcap:"⋂",xcap:"⋂",InvisibleComma:"⁣",ic:"⁣",InvisibleTimes:"⁢",it:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",imagline:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",lt:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Lscr:"ℒ",lagran:"ℒ",Larr:"↞",twoheadleftarrow:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",lang:"⟨",langle:"⟨",LeftArrow:"←",ShortLeftArrow:"←",larr:"←",leftarrow:"←",slarr:"←",LeftArrowBar:"⇤",larrb:"⇤",LeftArrowRightArrow:"⇆",leftrightarrows:"⇆",lrarr:"⇆",LeftCeiling:"⌈",lceil:"⌈",LeftDoubleBracket:"⟦",lobrk:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",dharl:"⇃",downharpoonleft:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",lfloor:"⌊",LeftRightArrow:"↔",harr:"↔",leftrightarrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",dashv:"⊣",LeftTeeArrow:"↤",mapstoleft:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",vartriangleleft:"⊲",vltri:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",ltrie:"⊴",trianglelefteq:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",uharl:"↿",upharpoonleft:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",leftharpoonup:"↼",lharu:"↼",LeftVectorBar:"⥒",LessEqualGreater:"⋚",leg:"⋚",lesseqgtr:"⋚",LessFullEqual:"≦",lE:"≦",leqq:"≦",LessGreater:"≶",lessgtr:"≶",lg:"≶",LessLess:"⪡",LessSlantEqual:"⩽",leqslant:"⩽",les:"⩽",LessTilde:"≲",lesssim:"≲",lsim:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",lAarr:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",longleftarrow:"⟵",xlarr:"⟵",LongLeftRightArrow:"⟷",longleftrightarrow:"⟷",xharr:"⟷",LongRightArrow:"⟶",longrightarrow:"⟶",xrarr:"⟶",Lopf:"𝕃",LowerLeftArrow:"↙",swarr:"↙",swarrow:"↙",LowerRightArrow:"↘",searr:"↘",searrow:"↘",Lsh:"↰",lsh:"↰",Lstrok:"Ł",Lt:"≪",NestedLessLess:"≪",ll:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mscr:"ℳ",phmmat:"ℳ",Mfr:"𝔐",MinusPlus:"∓",mnplus:"∓",mp:"∓",Mopf:"𝕄",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",ZeroWidthSpace:"​",NewLine:`
248
- `,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",nbsp:" ",Nopf:"ℕ",naturals:"ℕ",Not:"⫬",NotCongruent:"≢",nequiv:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",npar:"∦",nparallel:"∦",nshortparallel:"∦",nspar:"∦",NotElement:"∉",notin:"∉",notinva:"∉",NotEqual:"≠",ne:"≠",NotEqualTilde:"≂̸",nesim:"≂̸",NotExists:"∄",nexist:"∄",nexists:"∄",NotGreater:"≯",ngt:"≯",ngtr:"≯",NotGreaterEqual:"≱",nge:"≱",ngeq:"≱",NotGreaterFullEqual:"≧̸",ngE:"≧̸",ngeqq:"≧̸",NotGreaterGreater:"≫̸",nGtv:"≫̸",NotGreaterLess:"≹",ntgl:"≹",NotGreaterSlantEqual:"⩾̸",ngeqslant:"⩾̸",nges:"⩾̸",NotGreaterTilde:"≵",ngsim:"≵",NotHumpDownHump:"≎̸",nbump:"≎̸",NotHumpEqual:"≏̸",nbumpe:"≏̸",NotLeftTriangle:"⋪",nltri:"⋪",ntriangleleft:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",nltrie:"⋬",ntrianglelefteq:"⋬",NotLess:"≮",nless:"≮",nlt:"≮",NotLessEqual:"≰",nle:"≰",nleq:"≰",NotLessGreater:"≸",ntlg:"≸",NotLessLess:"≪̸",nLtv:"≪̸",NotLessSlantEqual:"⩽̸",nleqslant:"⩽̸",nles:"⩽̸",NotLessTilde:"≴",nlsim:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",npr:"⊀",nprec:"⊀",NotPrecedesEqual:"⪯̸",npre:"⪯̸",npreceq:"⪯̸",NotPrecedesSlantEqual:"⋠",nprcue:"⋠",NotReverseElement:"∌",notni:"∌",notniva:"∌",NotRightTriangle:"⋫",nrtri:"⋫",ntriangleright:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",nrtrie:"⋭",ntrianglerighteq:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",nsqsube:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",nsqsupe:"⋣",NotSubset:"⊂⃒",nsubset:"⊂⃒",vnsub:"⊂⃒",NotSubsetEqual:"⊈",nsube:"⊈",nsubseteq:"⊈",NotSucceeds:"⊁",nsc:"⊁",nsucc:"⊁",NotSucceedsEqual:"⪰̸",nsce:"⪰̸",nsucceq:"⪰̸",NotSucceedsSlantEqual:"⋡",nsccue:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",nsupset:"⊃⃒",vnsup:"⊃⃒",NotSupersetEqual:"⊉",nsupe:"⊉",nsupseteq:"⊉",NotTilde:"≁",nsim:"≁",NotTildeEqual:"≄",nsime:"≄",nsimeq:"≄",NotTildeFullEqual:"≇",ncong:"≇",NotTildeTilde:"≉",nap:"≉",napprox:"≉",NotVerticalBar:"∤",nmid:"∤",nshortmid:"∤",nsmid:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",ohm:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",ldquo:"“",OpenCurlyQuote:"‘",lsquo:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",oline:"‾",OverBrace:"⏞",OverBracket:"⎴",tbrk:"⎴",OverParenthesis:"⏜",PartialD:"∂",part:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",plusmn:"±",pm:"±",Popf:"ℙ",primes:"ℙ",Pr:"⪻",Precedes:"≺",pr:"≺",prec:"≺",PrecedesEqual:"⪯",pre:"⪯",preceq:"⪯",PrecedesSlantEqual:"≼",prcue:"≼",preccurlyeq:"≼",PrecedesTilde:"≾",precsim:"≾",prsim:"≾",Prime:"″",Product:"∏",prod:"∏",Proportional:"∝",prop:"∝",propto:"∝",varpropto:"∝",vprop:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',quot:'"',Qfr:"𝔔",Qopf:"ℚ",rationals:"ℚ",Qscr:"𝒬",RBarr:"⤐",drbkarow:"⤐",REG:"®",circledR:"®",reg:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",twoheadrightarrow:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",Rfr:"ℜ",real:"ℜ",realpart:"ℜ",ReverseElement:"∋",SuchThat:"∋",ni:"∋",niv:"∋",ReverseEquilibrium:"⇋",leftrightharpoons:"⇋",lrhar:"⇋",ReverseUpEquilibrium:"⥯",duhar:"⥯",Rho:"Ρ",RightAngleBracket:"⟩",rang:"⟩",rangle:"⟩",RightArrow:"→",ShortRightArrow:"→",rarr:"→",rightarrow:"→",srarr:"→",RightArrowBar:"⇥",rarrb:"⇥",RightArrowLeftArrow:"⇄",rightleftarrows:"⇄",rlarr:"⇄",RightCeiling:"⌉",rceil:"⌉",RightDoubleBracket:"⟧",robrk:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",dharr:"⇂",downharpoonright:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rfloor:"⌋",RightTee:"⊢",vdash:"⊢",RightTeeArrow:"↦",map:"↦",mapsto:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",vartriangleright:"⊳",vrtri:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",rtrie:"⊵",trianglerighteq:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",uharr:"↾",upharpoonright:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",rharu:"⇀",rightharpoonup:"⇀",RightVectorBar:"⥓",Ropf:"ℝ",reals:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",rAarr:"⇛",Rscr:"ℛ",realine:"ℛ",Rsh:"↱",rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortUpArrow:"↑",UpArrow:"↑",uarr:"↑",uparrow:"↑",Sigma:"Σ",SmallCircle:"∘",compfn:"∘",Sopf:"𝕊",Sqrt:"√",radic:"√",Square:"□",squ:"□",square:"□",SquareIntersection:"⊓",sqcap:"⊓",SquareSubset:"⊏",sqsub:"⊏",sqsubset:"⊏",SquareSubsetEqual:"⊑",sqsube:"⊑",sqsubseteq:"⊑",SquareSuperset:"⊐",sqsup:"⊐",sqsupset:"⊐",SquareSupersetEqual:"⊒",sqsupe:"⊒",sqsupseteq:"⊒",SquareUnion:"⊔",sqcup:"⊔",Sscr:"𝒮",Star:"⋆",sstarf:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",sube:"⊆",subseteq:"⊆",Succeeds:"≻",sc:"≻",succ:"≻",SucceedsEqual:"⪰",sce:"⪰",succeq:"⪰",SucceedsSlantEqual:"≽",sccue:"≽",succcurlyeq:"≽",SucceedsTilde:"≿",scsim:"≿",succsim:"≿",Sum:"∑",sum:"∑",Sup:"⋑",Supset:"⋑",Superset:"⊃",sup:"⊃",supset:"⊃",SupersetEqual:"⊇",supe:"⊇",supseteq:"⊇",THORN:"Þ",TRADE:"™",trade:"™",TSHcy:"Ћ",TScy:"Ц",Tab:" ",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",there4:"∴",therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",Tilde:"∼",sim:"∼",thicksim:"∼",thksim:"∼",TildeEqual:"≃",sime:"≃",simeq:"≃",TildeFullEqual:"≅",cong:"≅",TildeTilde:"≈",ap:"≈",approx:"≈",asymp:"≈",thickapprox:"≈",thkap:"≈",Topf:"𝕋",TripleDot:"⃛",tdot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",lowbar:"_",UnderBrace:"⏟",UnderBracket:"⎵",bbrk:"⎵",UnderParenthesis:"⏝",Union:"⋃",bigcup:"⋃",xcup:"⋃",UnionPlus:"⊎",uplus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",udarr:"⇅",UpDownArrow:"↕",updownarrow:"↕",varr:"↕",UpEquilibrium:"⥮",udhar:"⥮",UpTee:"⊥",bot:"⊥",bottom:"⊥",perp:"⊥",UpTeeArrow:"↥",mapstoup:"↥",UpperLeftArrow:"↖",nwarr:"↖",nwarrow:"↖",UpperRightArrow:"↗",nearr:"↗",nearrow:"↗",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",bigvee:"⋁",xvee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",mid:"∣",shortmid:"∣",smid:"∣",VerticalLine:"|",verbar:"|",vert:"|",VerticalSeparator:"❘",VerticalTilde:"≀",wr:"≀",wreath:"≀",VeryThinSpace:" ",hairsp:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",bigwedge:"⋀",xwedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",Zeta:"Ζ",Zfr:"ℨ",zeetrf:"ℨ",Zopf:"ℤ",integers:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",mstpos:"∾",acE:"∾̳",acd:"∿",acirc:"â",acy:"а",aelig:"æ",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",and:"∧",wedge:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",angle:"∠",ange:"⦤",angmsd:"∡",measuredangle:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angzarr:"⍼",aogon:"ą",aopf:"𝕒",apE:"⩰",apacir:"⩯",ape:"≊",approxeq:"≊",apid:"≋",apos:"'",aring:"å",ascr:"𝒶",ast:"*",midast:"*",atilde:"ã",auml:"ä",awint:"⨑",bNot:"⫭",backcong:"≌",bcong:"≌",backepsilon:"϶",bepsi:"϶",backprime:"‵",bprime:"‵",backsim:"∽",bsim:"∽",backsimeq:"⋍",bsime:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrktbrk:"⎶",bcy:"б",bdquo:"„",ldquor:"„",bemptyv:"⦰",beta:"β",beth:"ℶ",between:"≬",twixt:"≬",bfr:"𝔟",bigcirc:"◯",xcirc:"◯",bigodot:"⨀",xodot:"⨀",bigoplus:"⨁",xoplus:"⨁",bigotimes:"⨂",xotime:"⨂",bigsqcup:"⨆",xsqcup:"⨆",bigstar:"★",starf:"★",bigtriangledown:"▽",xdtri:"▽",bigtriangleup:"△",xutri:"△",biguplus:"⨄",xuplus:"⨄",bkarow:"⤍",rbarr:"⤍",blacklozenge:"⧫",lozf:"⧫",blacktriangle:"▴",utrif:"▴",blacktriangledown:"▾",dtrif:"▾",blacktriangleleft:"◂",ltrif:"◂",blacktriangleright:"▸",rtrif:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",minusb:"⊟",boxplus:"⊞",plusb:"⊞",boxtimes:"⊠",timesb:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bumpE:"⪮",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cemptyv:"⦲",cent:"¢",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",cire:"≗",circlearrowleft:"↺",olarr:"↺",circlearrowright:"↻",orarr:"↻",circledS:"Ⓢ",oS:"Ⓢ",circledast:"⊛",oast:"⊛",circledcirc:"⊚",ocir:"⊚",circleddash:"⊝",odash:"⊝",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",comma:",",commat:"@",comp:"∁",complement:"∁",congdot:"⩭",copf:"𝕔",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",curlyeqprec:"⋞",cuesc:"⋟",curlyeqsucc:"⋟",cularr:"↶",curvearrowleft:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curvearrowright:"↷",curarrm:"⤼",curlyvee:"⋎",cuvee:"⋎",curlywedge:"⋏",cuwed:"⋏",curren:"¤",cwint:"∱",cylcty:"⌭",dHar:"⥥",dagger:"†",daleth:"ℸ",dash:"‐",hyphen:"‐",dbkarow:"⤏",rBarr:"⤏",dcaron:"ď",dcy:"д",ddarr:"⇊",downdownarrows:"⇊",ddotseq:"⩷",eDDot:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",diamondsuit:"♦",diams:"♦",digamma:"ϝ",gammad:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",llcorner:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",doteqdot:"≑",eDot:"≑",dotminus:"∸",minusd:"∸",dotplus:"∔",plusdo:"∔",dotsquare:"⊡",sdotb:"⊡",drcorn:"⌟",lrcorner:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",triangledown:"▿",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",eqcirc:"≖",ecirc:"ê",ecolon:"≕",eqcolon:"≕",ecy:"э",edot:"ė",efDot:"≒",fallingdotseq:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",eqslantgtr:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",eqslantless:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",varnothing:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",straightepsilon:"ϵ",varepsilon:"ϵ",equals:"=",equest:"≟",questeq:"≟",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",risingdotseq:"≓",erarr:"⥱",escr:"ℯ",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",fork:"⋔",pitchfork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",half:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",sfrown:"⌢",fscr:"𝒻",gEl:"⪌",gtreqqless:"⪌",gacute:"ǵ",gamma:"γ",gap:"⪆",gtrapprox:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gimel:"ℷ",gjcy:"ѓ",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gneqq:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gnsim:"⋧",gopf:"𝕘",gscr:"ℊ",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtrdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrarr:"⥸",gvertneqq:"≩︀",gvnE:"≩︀",hardcy:"ъ",harrcir:"⥈",harrw:"↭",leftrightsquigarrow:"↭",hbar:"ℏ",hslash:"ℏ",planck:"ℏ",plankv:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",mldr:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",searhk:"⤥",hkswarow:"⤦",swarhk:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",larrhk:"↩",hookrightarrow:"↪",rarrhk:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hstrok:"ħ",hybull:"⁃",iacute:"í",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",ifr:"𝔦",igrave:"ì",iiiint:"⨌",qint:"⨌",iiint:"∭",tint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",imath:"ı",inodot:"ı",imof:"⊷",imped:"Ƶ",incare:"℅",infin:"∞",infintie:"⧝",intcal:"⊺",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iquest:"¿",iscr:"𝒾",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",varkappa:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAtail:"⤛",lBarr:"⤎",lEg:"⪋",lesseqqgtr:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lambda:"λ",langd:"⦑",lap:"⪅",lessapprox:"⪅",laquo:"«",larrbfs:"⤟",larrfs:"⤝",larrlp:"↫",looparrowleft:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",leftarrowtail:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lcub:"{",lbrack:"[",lsqb:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lcy:"л",ldca:"⤶",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leq:"≤",leftleftarrows:"⇇",llarr:"⇇",leftthreetimes:"⋋",lthree:"⋋",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessdot:"⋖",ltdot:"⋖",lfisht:"⥼",lfr:"𝔩",lgE:"⪑",lharul:"⥪",lhblk:"▄",ljcy:"љ",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lneqq:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lnsim:"⋦",loang:"⟬",loarr:"⇽",longmapsto:"⟼",xmap:"⟼",looparrowright:"↬",rarrlp:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",loz:"◊",lozenge:"◊",lpar:"(",lparlt:"⦓",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsime:"⪍",lsimg:"⪏",lsquor:"‚",sbquo:"‚",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",triangleleft:"◃",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",strns:"¯",male:"♂",malt:"✠",maltese:"✠",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",mfr:"𝔪",mho:"℧",micro:"µ",midcir:"⫰",minus:"−",minusdu:"⨪",mlcp:"⫛",models:"⊧",mopf:"𝕞",mscr:"𝓂",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nLeftarrow:"⇍",nlArr:"⇍",nLeftrightarrow:"⇎",nhArr:"⇎",nLl:"⋘̸",nLt:"≪⃒",nRightarrow:"⇏",nrArr:"⇏",nVDash:"⊯",nVdash:"⊮",nacute:"ń",nang:"∠⃒",napE:"⩰̸",napid:"≋̸",napos:"ʼn",natur:"♮",natural:"♮",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",neArr:"⇗",nearhk:"⤤",nedot:"≐̸",nesear:"⤨",toea:"⤨",nfr:"𝔫",nharr:"↮",nleftrightarrow:"↮",nhpar:"⫲",nis:"⋼",nisd:"⋺",njcy:"њ",nlE:"≦̸",nleqq:"≦̸",nlarr:"↚",nleftarrow:"↚",nldr:"‥",nopf:"𝕟",not:"¬",notinE:"⋹̸",notindot:"⋵̸",notinvb:"⋷",notinvc:"⋶",notnivb:"⋾",notnivc:"⋽",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",nrarr:"↛",nrightarrow:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nscr:"𝓃",nsub:"⊄",nsubE:"⫅̸",nsubseteqq:"⫅̸",nsup:"⊅",nsupE:"⫆̸",nsupseteqq:"⫆̸",ntilde:"ñ",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwnear:"⤧",oacute:"ó",ocirc:"ô",ocy:"о",odblac:"ő",odiv:"⨸",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",olcir:"⦾",olcross:"⦻",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",oopf:"𝕠",opar:"⦷",operp:"⦹",or:"∨",vee:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",oscr:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oslash:"ø",osol:"⊘",otilde:"õ",otimesas:"⨶",ouml:"ö",ovbar:"⌽",para:"¶",parsim:"⫳",parsl:"⫽",pcy:"п",percnt:"%",period:".",permil:"‰",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",straightphi:"ϕ",varphi:"ϕ",phone:"☎",pi:"π",piv:"ϖ",varpi:"ϖ",planckh:"ℎ",plus:"+",plusacir:"⨣",pluscir:"⨢",plusdu:"⨥",pluse:"⩲",plussim:"⨦",plustwo:"⨧",pointint:"⨕",popf:"𝕡",pound:"£",prE:"⪳",prap:"⪷",precapprox:"⪷",precnapprox:"⪹",prnap:"⪹",precneqq:"⪵",prnE:"⪵",precnsim:"⋨",prnsim:"⋨",prime:"′",profalar:"⌮",profline:"⌒",profsurf:"⌓",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quatint:"⨖",quest:"?",rAtail:"⤜",rHar:"⥤",race:"∽̱",racute:"ŕ",raemptyv:"⦳",rangd:"⦒",range:"⦥",raquo:"»",rarrap:"⥵",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rightarrowtail:"↣",rarrw:"↝",rightsquigarrow:"↝",ratail:"⤚",ratio:"∶",rbbrk:"❳",rbrace:"}",rcub:"}",rbrack:"]",rsqb:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdsh:"↳",rect:"▭",rfisht:"⥽",rfr:"𝔯",rharul:"⥬",rho:"ρ",rhov:"ϱ",varrho:"ϱ",rightrightarrows:"⇉",rrarr:"⇉",rightthreetimes:"⋌",rthree:"⋌",ring:"˚",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rsaquo:"›",rscr:"𝓇",rtimes:"⋊",rtri:"▹",triangleright:"▹",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",scE:"⪴",scap:"⪸",succapprox:"⪸",scaron:"š",scedil:"ş",scirc:"ŝ",scnE:"⪶",succneqq:"⪶",scnap:"⪺",succnapprox:"⪺",scnsim:"⋩",succnsim:"⋩",scpolint:"⨓",scy:"с",sdot:"⋅",sdote:"⩦",seArr:"⇘",sect:"§",semi:";",seswar:"⤩",tosa:"⤩",sext:"✶",sfr:"𝔰",sharp:"♯",shchcy:"щ",shcy:"ш",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",varsigma:"ς",simdot:"⩪",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",smashp:"⨳",smeparsl:"⧤",smile:"⌣",ssmile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",sqcaps:"⊓︀",sqcups:"⊔︀",sscr:"𝓈",star:"☆",sub:"⊂",subset:"⊂",subE:"⫅",subseteqq:"⫅",subdot:"⪽",subedot:"⫃",submult:"⫁",subnE:"⫋",subsetneqq:"⫋",subne:"⊊",subsetneq:"⊊",subplus:"⪿",subrarr:"⥹",subsim:"⫇",subsub:"⫕",subsup:"⫓",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supseteqq:"⫆",supdot:"⪾",supdsub:"⫘",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supsetneqq:"⫌",supne:"⊋",supsetneq:"⊋",supplus:"⫀",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tcaron:"ť",tcedil:"ţ",tcy:"т",telrec:"⌕",tfr:"𝔱",theta:"θ",thetasym:"ϑ",thetav:"ϑ",vartheta:"ϑ",thorn:"þ",times:"×",timesbar:"⨱",timesd:"⨰",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tprime:"‴",triangle:"▵",utri:"▵",triangleq:"≜",trie:"≜",tridot:"◬",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",uHar:"⥣",uacute:"ú",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udblac:"ű",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uogon:"ų",uopf:"𝕦",upsi:"υ",upsilon:"υ",upuparrows:"⇈",uuarr:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",uuml:"ü",uwangle:"⦧",vBar:"⫨",vBarv:"⫩",vangrt:"⦜",varsubsetneq:"⊊︀",vsubne:"⊊︀",varsubsetneqq:"⫋︀",vsubnE:"⫋︀",varsupsetneq:"⊋︀",vsupne:"⊋︀",varsupsetneqq:"⫌︀",vsupnE:"⫌︀",vcy:"в",veebar:"⊻",veeeq:"≚",vellip:"⋮",vfr:"𝔳",vopf:"𝕧",vscr:"𝓋",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedgeq:"≙",weierp:"℘",wp:"℘",wfr:"𝔴",wopf:"𝕨",wscr:"𝓌",xfr:"𝔵",xi:"ξ",xnis:"⋻",xopf:"𝕩",xscr:"𝓍",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"},R5="",Ao.ngsp=R5,l7=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],u(xg,"Ls"),I5=(Ni=class{static fromArray(e){return e?(xg("interpolation",e),new Ni(e[0],e[1])):jc}constructor(e,t){this.start=e,this.end=t}},u(Ni,"t"),Ni),jc=new I5("{{","}}"),$i=(Vc=class extends vc{constructor(e,t,r){super(r,e),this.tokenType=t}},u(Vc,"ft"),Vc),s7=(Uc=class{constructor(e,t,r){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=r}},u(Uc,"$r"),Uc),u(Dg,"Ws"),B5=/\r\n?/g,u(jr,"je"),u(Qu,"Rs"),u(Cg,"ho"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(Hi||(Hi={})),ji=(qc=class{constructor(e){this.error=e}},u(qc,"dt"),qc),u7=(Wc=class{constructor(e,t,r){this._getTagContentType=t,this._currentTokenStart=null,this._currentTokenType=null,this._expansionCaseStack=[],this._inInterpolation=!1,this._fullNameStack=[],this.tokens=[],this.errors=[],this.nonNormalizedIcuExpressions=[],this._tokenizeIcu=r.tokenizeExpansionForms||!1,this._interpolationConfig=r.interpolationConfig||jc,this._leadingTriviaCodePoints=r.leadingTriviaChars&&r.leadingTriviaChars.map(a=>a.codePointAt(0)||0),this._canSelfClose=r.canSelfClose||!1,this._allowHtmComponentClosingTags=r.allowHtmComponentClosingTags||!1;let n=r.range||{endPos:e.content.length,startPos:0,startLine:0,startCol:0};this._cursor=r.escapedString?new T5(e,n):new Gc(e,n),this._preserveLineEndings=r.preserveLineEndings||!1,this._i18nNormalizeLineEndingsInICUs=r.i18nNormalizeLineEndingsInICUs||!1,this._tokenizeBlocks=r.tokenizeBlocks??!0,this._tokenizeLet=r.tokenizeLet??!0;try{this._cursor.init()}catch(a){this.handleError(a)}}_processCarriageReturns(e){return this._preserveLineEndings?e:e.replace(B5,`
249
- `)}tokenize(){for(;this._cursor.peek()!==0;){let e=this._cursor.clone();try{if(this._attemptCharCode(60))if(this._attemptCharCode(33))this._attemptStr("[CDATA[")?this._consumeCdata(e):this._attemptStr("--")?this._consumeComment(e):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(e):this._consumeBogusComment(e);else if(this._attemptCharCode(47))this._consumeTagClose(e);else{let t=this._cursor.clone();this._attemptCharCode(63)?(this._cursor=t,this._consumeBogusComment(e)):this._consumeTagOpen(e)}else this._tokenizeLet&&this._cursor.peek()===64&&!this._inInterpolation&&this._attemptStr("@let")?this._consumeLetDeclaration(e):this._tokenizeBlocks&&this._attemptCharCode(64)?this._consumeBlockStart(e):this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansionCase()&&!this._isInExpansionForm()&&this._attemptCharCode(125)?this._consumeBlockEnd(e):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeWithInterpolation(5,8,()=>this._isTextEnd(),()=>this._isTagStart())}catch(t){this.handleError(t)}}this._beginToken(34),this._endToken([])}_getBlockName(){let e=!1,t=this._cursor.clone();return this._attemptCharCodeUntilFn(r=>Co(r)?!e:tc(r)?(e=!0,!1):!0),this._cursor.getChars(t).trim()}_consumeBlockStart(e){this._beginToken(25,e);let t=this._endToken([this._getBlockName()]);if(this._cursor.peek()===40)if(this._cursor.advance(),this._consumeBlockParameters(),this._attemptCharCodeUntilFn(se),this._attemptCharCode(41))this._attemptCharCodeUntilFn(se);else{t.type=29;return}this._attemptCharCode(123)?(this._beginToken(26),this._endToken([])):t.type=29}_consumeBlockEnd(e){this._beginToken(27,e),this._endToken([])}_consumeBlockParameters(){for(this._attemptCharCodeUntilFn(rc);this._cursor.peek()!==41&&this._cursor.peek()!==0;){this._beginToken(28);let e=this._cursor.clone(),t=null,r=0;for(;this._cursor.peek()!==59&&this._cursor.peek()!==0||t!==null;){let n=this._cursor.peek();if(n===92)this._cursor.advance();else if(n===t)t=null;else if(t===null&&Oi(n))t=n;else if(n===40&&t===null)r++;else if(n===41&&t===null){if(r===0)break;r>0&&r--}this._cursor.advance()}this._endToken([this._cursor.getChars(e)]),this._attemptCharCodeUntilFn(rc)}}_consumeLetDeclaration(e){if(this._beginToken(30,e),Co(this._cursor.peek()))this._attemptCharCodeUntilFn(se);else{let r=this._endToken([this._cursor.getChars(e)]);r.type=33;return}let t=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(se),!this._attemptCharCode(61)){t.type=33;return}this._attemptCharCodeUntilFn(r=>se(r)&&!Li(r)),this._consumeLetDeclarationValue(),this._cursor.peek()===59?(this._beginToken(32),this._endToken([]),this._cursor.advance()):(t.type=33,t.sourceSpan=this._cursor.getSpan(e))}_getLetDeclarationName(){let e=this._cursor.clone(),t=!1;return this._attemptCharCodeUntilFn(r=>So(r)||r==36||r===95||t&&Pl(r)?(t=!0,!1):!0),this._cursor.getChars(e).trim()}_consumeLetDeclarationValue(){let e=this._cursor.clone();for(this._beginToken(31,e);this._cursor.peek()!==0;){let t=this._cursor.peek();if(t===59)break;Oi(t)&&(this._cursor.advance(),this._attemptCharCodeUntilFn(r=>r===92?(this._cursor.advance(),!1):r===t)),this._cursor.advance()}this._endToken([this._cursor.getChars(e)])}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(Fg(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===125){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(e,t=this._cursor.clone()){this._currentTokenStart=t,this._currentTokenType=e}_endToken(e,t){if(this._currentTokenStart===null)throw new $i("Programming error - attempted to end a token when there was no start to the token",this._currentTokenType,this._cursor.getSpan(t));if(this._currentTokenType===null)throw new $i("Programming error - attempted to end a token which has no token type",null,this._cursor.getSpan(this._currentTokenStart));let r={type:this._currentTokenType,parts:e,sourceSpan:(t??this._cursor).getSpan(this._currentTokenStart,this._leadingTriviaCodePoints)};return this.tokens.push(r),this._currentTokenStart=null,this._currentTokenType=null,r}_createError(e,t){this._isInExpansionForm()&&(e+=` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);let r=new $i(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new ji(r)}handleError(e){if(e instanceof Vi&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof ji)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return _g(this._cursor.peek(),e)?(this._cursor.advance(),!0):!1}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(jr(this._cursor.peek()),this._cursor.getSpan(t))}_attemptStr(e){let t=e.length;if(this._cursor.charsLeft()<t)return!1;let r=this._cursor.clone();for(let n=0;n<t;n++)if(!this._attemptCharCode(e.charCodeAt(n)))return this._cursor=r,!1;return!0}_attemptStrCaseInsensitive(e){for(let t=0;t<e.length;t++)if(!this._attemptCharCodeCaseInsensitive(e.charCodeAt(t)))return!1;return!0}_requireStr(e){let t=this._cursor.clone();if(!this._attemptStr(e))throw this._createError(jr(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(jr(this._cursor.peek()),this._cursor.getSpan(t))}_attemptCharCodeUntilFn(e){for(;!e(this._cursor.peek());)this._cursor.advance()}_requireCharCodeUntilFn(e,t){let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(e),this._cursor.diff(r)<t)throw this._createError(jr(this._cursor.peek()),this._cursor.getSpan(r))}_attemptUntilChar(e){for(;this._cursor.peek()!==e;)this._cursor.advance()}_readChar(){let e=String.fromCodePoint(this._cursor.peek());return this._cursor.advance(),e}_consumeEntity(e){this._beginToken(9);let t=this._cursor.clone();if(this._cursor.advance(),this._attemptCharCode(35)){let r=this._attemptCharCode(120)||this._attemptCharCode(88),n=this._cursor.clone();if(this._attemptCharCodeUntilFn(kg),this._cursor.peek()!=59){this._cursor.advance();let o=r?Hi.HEX:Hi.DEC;throw this._createError(Cg(o,this._cursor.getChars(t)),this._cursor.getSpan())}let a=this._cursor.getChars(n);this._cursor.advance();try{let o=parseInt(a,r?16:10);this._endToken([String.fromCharCode(o),this._cursor.getChars(t)])}catch{throw this._createError(Qu(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(Ag),this._cursor.peek()!=59)this._beginToken(e,t),this._cursor=r,this._endToken(["&"]);else{let n=this._cursor.getChars(r);this._cursor.advance();let a=Ao[n];if(!a)throw this._createError(Qu(n),this._cursor.getSpan(t));this._endToken([a,`&${n};`])}}}_consumeRawText(e,t){this._beginToken(e?6:7);let r=[];for(;;){let n=this._cursor.clone(),a=t();if(this._cursor=n,a)break;e&&this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(r.join(""))]),r.length=0,this._consumeEntity(6),this._beginToken(6)):r.push(this._readChar())}this._endToken([this._processCarriageReturns(r.join(""))])}_consumeComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("-->")),this._beginToken(11),this._requireStr("-->"),this._endToken([])}_consumeBogusComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(11),this._cursor.advance(),this._endToken([])}_consumeCdata(e){this._beginToken(12,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(13),this._requireStr("]]>"),this._endToken([])}_consumeDocType(e){this._beginToken(18,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(19),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(){let e=this._cursor.clone(),t="";for(;this._cursor.peek()!==58&&!Sg(this._cursor.peek());)this._cursor.advance();let r;this._cursor.peek()===58?(t=this._cursor.getChars(e),this._cursor.advance(),r=this._cursor.clone()):r=e,this._requireCharCodeUntilFn(ec,t===""?0:1);let n=this._cursor.getChars(r);return[t,n]}_consumeTagOpen(e){let t,r,n,a=[];try{if(!So(this._cursor.peek()))throw this._createError(jr(this._cursor.peek()),this._cursor.getSpan(e));for(n=this._consumeTagOpenStart(e),r=n.parts[0],t=n.parts[1],this._attemptCharCodeUntilFn(se);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[i,s]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(se),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(se);let c=this._consumeAttributeValue();a.push({prefix:i,name:s,value:c})}else a.push({prefix:i,name:s});this._attemptCharCodeUntilFn(se)}this._consumeTagOpenEnd()}catch(i){if(i instanceof ji){n?n.type=4:(this._beginToken(5,e),this._endToken(["<"]));return}throw i}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===2)return;let o=this._getTagContentType(t,r,this._fullNameStack.length>0,a);this._handleFullNameStackForTagOpen(r,t),o===pt.RAW_TEXT?this._consumeRawTextWithTagClose(r,t,!1):o===pt.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(r,t,!0)}_consumeRawTextWithTagClose(e,t,r){this._consumeRawText(r,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(se),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(se),this._attemptCharCode(62))),this._beginToken(3),this._requireCharCodeUntilFn(n=>n===62,3),this._cursor.advance(),this._endToken([e,t]),this._handleFullNameStackForTagClose(e,t)}_consumeTagOpenStart(e){this._beginToken(0,e);let t=this._consumePrefixAndName();return this._endToken(t)}_consumeAttributeName(){let e=this._cursor.peek();if(e===39||e===34)throw this._createError(jr(e),this._cursor.getSpan());this._beginToken(14);let t=this._consumePrefixAndName();return this._endToken(t),t}_consumeAttributeValue(){let e;if(this._cursor.peek()===39||this._cursor.peek()===34){let t=this._cursor.peek();this._consumeQuote(t);let r=u(()=>this._cursor.peek()===t,"n");e=this._consumeWithInterpolation(16,17,r,r),this._consumeQuote(t)}else{let t=u(()=>ec(this._cursor.peek()),"r");e=this._consumeWithInterpolation(16,17,t,t)}return e}_consumeQuote(e){this._beginToken(15),this._requireCharCode(e),this._endToken([String.fromCodePoint(e)])}_consumeTagOpenEnd(){let e=this._attemptCharCode(47)?2:1;this._beginToken(e),this._requireCharCode(62),this._endToken([])}_consumeTagClose(e){if(this._beginToken(3,e),this._attemptCharCodeUntilFn(se),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(se),this._requireCharCode(62),this._endToken([]);else{let[t,r]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(se),this._requireCharCode(62),this._endToken([t,r]),this._handleFullNameStackForTagClose(t,r)}}_consumeExpansionFormStart(){this._beginToken(20),this._requireCharCode(123),this._endToken([]),this._expansionCaseStack.push(20),this._beginToken(7);let e=this._readUntil(44),t=this._processCarriageReturns(e);if(this._i18nNormalizeLineEndingsInICUs)this._endToken([t]);else{let n=this._endToken([e]);t!==e&&this.nonNormalizedIcuExpressions.push(n)}this._requireCharCode(44),this._attemptCharCodeUntilFn(se),this._beginToken(7);let r=this._readUntil(44);this._endToken([r]),this._requireCharCode(44),this._attemptCharCodeUntilFn(se)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(se),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(se),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(se),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(24),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(e,t,r,n){this._beginToken(e);let a=[];for(;!r();){let i=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(a.join(""))],i),a.length=0,this._consumeInterpolation(t,i,n),this._beginToken(e)):this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(a.join(""))]),a.length=0,this._consumeEntity(e),this._beginToken(e)):a.push(this._readChar())}this._inInterpolation=!1;let o=this._processCarriageReturns(a.join(""));return this._endToken([o]),o}_consumeInterpolation(e,t,r){let n=[];this._beginToken(e,t),n.push(this._interpolationConfig.start);let a=this._cursor.clone(),o=null,i=!1;for(;this._cursor.peek()!==0&&(r===null||!r());){let s=this._cursor.clone();if(this._isTagStart()){this._cursor=s,n.push(this._getProcessedChars(a,s)),this._endToken(n);return}if(o===null)if(this._attemptStr(this._interpolationConfig.end)){n.push(this._getProcessedChars(a,s)),n.push(this._interpolationConfig.end),this._endToken(n);return}else this._attemptStr("//")&&(i=!0);let c=this._cursor.peek();this._cursor.advance(),c===92?this._cursor.advance():c===o?o=null:!i&&o===null&&Oi(c)&&(o=c)}n.push(this._getProcessedChars(a,this._cursor)),this._endToken(n)}_getProcessedChars(e,t){return this._processCarriageReturns(t.getChars(e))}_isTextEnd(){return!!(this._isTagStart()||this._cursor.peek()===0||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===125&&this._isInExpansionCase())||this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansion()&&(this._isBlockStart()||this._cursor.peek()===64||this._cursor.peek()===125))}_isTagStart(){if(this._cursor.peek()===60){let e=this._cursor.clone();e.advance();let t=e.peek();if(97<=t&&t<=122||65<=t&&t<=90||t===47||t===33)return!0}return!1}_isBlockStart(){if(this._tokenizeBlocks&&this._cursor.peek()===64){let e=this._cursor.clone();if(e.advance(),tc(e.peek()))return!0}return!1}_readUntil(e){let t=this._cursor.clone();return this._attemptUntilChar(e),this._cursor.getChars(t)}_isInExpansion(){return this._isInExpansionCase()||this._isInExpansionForm()}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===22}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===20}isExpansionFormStart(){if(this._cursor.peek()!==123)return!1;if(this._interpolationConfig){let e=this._cursor.clone(),t=this._attemptStr(this._interpolationConfig.start);return this._cursor=e,!t}return!0}_handleFullNameStackForTagOpen(e,t){let r=Ua(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=Ua(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}},u(Wc,"Or"),Wc),u(se,"b"),u(ec,"$s"),u(Sg,"mo"),u(kg,"fo"),u(Ag,"go"),u(Fg,"Co"),u(_g,"So"),u(md,"Os"),u(tc,"Ms"),u(rc,"qs"),u(bw,"_o"),Gc=(Ga=class{constructor(e,t){if(e instanceof Ga){this.file=e.file,this.input=e.input,this.end=e.end;let r=e.state;this.state={peek:r.peek,offset:r.offset,line:r.line,column:r.column}}else{if(!t)throw new Error("Programming error: the range argument must be provided with a file argument.");this.file=e,this.input=e.content,this.end=t.endPos,this.state={peek:-1,offset:t.startPos,line:t.startLine,column:t.startCol}}}clone(){return new Ga(this)}peek(){return this.state.peek}charsLeft(){return this.end-this.state.offset}diff(e){return this.state.offset-e.state.offset}advance(){this.advanceState(this.state)}init(){this.updatePeek(this.state)}getSpan(e,t){e=e||this;let r=e;if(t)for(;this.diff(e)>0&&t.indexOf(e.peek())!==-1;)r===e&&(e=e.clone()),e.advance();let n=this.locationFromCursor(e),a=this.locationFromCursor(this),o=r!==e?this.locationFromCursor(r):n;return new K(n,a,o)}getChars(e){return this.input.substring(e.state.offset,this.state.offset)}charAt(e){return this.input.charCodeAt(e)}advanceState(e){if(e.offset>=this.end)throw this.state=e,new Vi('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):Li(t)||e.column++,e.offset++,this.updatePeek(e)}updatePeek(e){e.peek=e.offset>=this.end?0:this.charAt(e.offset)}locationFromCursor(e){return new ql(e.file,e.state.offset,e.state.line,e.state.column)}},u(Ga,"t"),Ga),T5=(Ya=class extends Gc{constructor(e,t){e instanceof Ya?(super(e),this.internalState={...e.internalState}):(super(e,t),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new Ya(this)}getChars(e){let t=e.clone(),r="";for(;t.internalState.offset<this.internalState.offset;)r+=String.fromCodePoint(t.peek()),t.advance();return r}processEscapeSequence(){let e=u(()=>this.internalState.peek,"e");if(e()===92)if(this.internalState={...this.state},this.advanceState(this.internalState),e()===110)this.state.peek=10;else if(e()===114)this.state.peek=13;else if(e()===118)this.state.peek=11;else if(e()===116)this.state.peek=9;else if(e()===98)this.state.peek=8;else if(e()===102)this.state.peek=12;else if(e()===117)if(this.advanceState(this.internalState),e()===123){this.advanceState(this.internalState);let t=this.clone(),r=0;for(;e()!==125;)this.advanceState(this.internalState),r++;this.state.peek=this.decodeHexDigits(t,r)}else{let t=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,4)}else if(e()===120){this.advanceState(this.internalState);let t=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,2)}else if(Ku(e())){let t="",r=0,n=this.clone();for(;Ku(e())&&r<3;)n=this.clone(),t+=String.fromCodePoint(e()),this.advanceState(this.internalState),r++;this.state.peek=parseInt(t,8),this.internalState=n.internalState}else Li(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(e,t){let r=this.input.slice(e.internalState.offset,e.internalState.offset+t),n=parseInt(r,16);if(isNaN(n))throw e.state=e.internalState,new Vi("Invalid hexadecimal escape sequence",e);return n}},u(Ya,"t"),Ya),Vi=(Yc=class{constructor(e,t){this.msg=e,this.cursor=t}},u(Yc,"gt"),Yc),Se=(Ui=class extends vc{static create(e,t,r){return new Ui(e,t,r)}constructor(e,t,r){super(t,r),this.elementName=e}},u(Ui,"t"),Ui),z5=(Kc=class{constructor(e,t){this.rootNodes=e,this.errors=t}},u(Kc,"Vr"),Kc),L5=(Jc=class{constructor(e){this.getTagDefinition=e}parse(e,t,r,n=!1,a){let o=u(f=>(v,...m)=>f(v.toLowerCase(),...m),"a"),i=n?this.getTagDefinition:o(this.getTagDefinition),s=u(f=>i(f).getContentType(),"u"),c=n?a:o(a),d=Dg(e,t,a?(f,v,m,w)=>{let E=c(f,v,m,w);return E!==void 0?E:s(f)}:s,r),p=r&&r.canSelfClose||!1,g=r&&r.allowHtmComponentClosingTags||!1,h=new O5(d.tokens,i,p,g,n);return h.build(),new z5(h.rootNodes,d.errors.concat(h.errors))}},u(Jc,"nr"),Jc),O5=(qi=class{constructor(e,t,r,n,a){this.tokens=e,this.getTagDefinition=t,this.canSelfClose=r,this.allowHtmComponentClosingTags=n,this.isTagNameCaseSensitive=a,this._index=-1,this._containerStack=[],this.rootNodes=[],this.errors=[],this._advance()}build(){for(;this._peek.type!==34;)this._peek.type===0||this._peek.type===4?this._consumeStartTag(this._advance()):this._peek.type===3?(this._closeVoidElement(),this._consumeEndTag(this._advance())):this._peek.type===12?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===10?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===5||this._peek.type===7||this._peek.type===6?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===20?this._consumeExpansion(this._advance()):this._peek.type===25?(this._closeVoidElement(),this._consumeBlockOpen(this._advance())):this._peek.type===27?(this._closeVoidElement(),this._consumeBlockClose(this._advance())):this._peek.type===29?(this._closeVoidElement(),this._consumeIncompleteBlock(this._advance())):this._peek.type===30?(this._closeVoidElement(),this._consumeLet(this._advance())):this._peek.type===18?this._consumeDocType(this._advance()):this._peek.type===33?(this._closeVoidElement(),this._consumeIncompleteLet(this._advance())):this._advance();for(let e of this._containerStack)e instanceof Ur&&this.errors.push(Se.create(e.name,e.sourceSpan,`Unclosed block "${e.name}"`))}_advance(){let e=this._peek;return this._index<this.tokens.length-1&&this._index++,this._peek=this.tokens[this._index],e}_advanceIf(e){return this._peek.type===e?this._advance():null}_consumeCdata(e){let t=this._advance(),r=this._getText(t),n=this._advanceIf(13);this._addToParent(new C5(r,new K(e.sourceSpan.start,(n||t).sourceSpan.end),[t]))}_consumeComment(e){let t=this._advanceIf(7),r=this._advanceIf(11),n=t!=null?t.parts[0].trim():null,a=r==null?e.sourceSpan:new K(e.sourceSpan.start,r.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new F5(n,a))}_consumeDocType(e){let t=this._advanceIf(7),r=this._advanceIf(19),n=t!=null?t.parts[0].trim():null,a=new K(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new _5(n,a))}_consumeExpansion(e){let t=this._advance(),r=this._advance(),n=[];for(;this._peek.type===21;){let o=this._parseExpansionCase();if(!o)return;n.push(o)}if(this._peek.type!==24){this.errors.push(Se.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let a=new K(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new S5(t.parts[0],r.parts[0],n,a,t.sourceSpan)),this._advance()}_parseExpansionCase(){let e=this._advance();if(this._peek.type!==22)return this.errors.push(Se.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '{'.")),null;let t=this._advance(),r=this._collectExpansionExpTokens(t);if(!r)return null;let n=this._advance();r.push({type:34,parts:[],sourceSpan:n.sourceSpan});let a=new qi(r,this.getTagDefinition,this.canSelfClose,this.allowHtmComponentClosingTags,this.isTagNameCaseSensitive);if(a.build(),a.errors.length>0)return this.errors=this.errors.concat(a.errors),null;let o=new K(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),i=new K(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new k5(e.parts[0],a.rootNodes,o,e.sourceSpan,i)}_collectExpansionExpTokens(e){let t=[],r=[22];for(;;){if((this._peek.type===20||this._peek.type===22)&&r.push(this._peek.type),this._peek.type===23)if(nc(r,22)){if(r.pop(),r.length===0)return t}else return this.errors.push(Se.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(nc(r,20))r.pop();else return this.errors.push(Se.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===34)return this.errors.push(Se.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;t.push(this._advance())}}_getText(e){let t=e.parts[0];if(t.length>0&&t[0]==`
250
- `){let r=this._getClosestParentElement();r!=null&&r.children.length==0&&this.getTagDefinition(r.name).ignoreFirstLf&&(t=t.substring(1))}return t}_consumeText(e){let t=[e],r=e.sourceSpan,n=e.parts[0];if(n.length>0&&n[0]===`
251
- `){let a=this._getContainer();a!=null&&a.children.length===0&&this.getTagDefinition(a.name).ignoreFirstLf&&(n=n.substring(1),t[0]={type:e.type,sourceSpan:e.sourceSpan,parts:[n]})}for(;this._peek.type===8||this._peek.type===5||this._peek.type===9;)e=this._advance(),t.push(e),e.type===8?n+=e.parts.join("").replace(/&([^;]+);/g,ac):e.type===9?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){let a=e.sourceSpan;this._addToParent(new D5(n,new K(r.start,a.end,r.fullStart,r.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof tr&&this.getTagDefinition(e.name).isVoid&&this._containerStack.pop()}_consumeStartTag(e){let[t,r]=e.parts,n=[];for(;this._peek.type===14;)n.push(this._consumeAttr(this._advance()));let a=this._getElementFullName(t,r,this._getClosestParentElement()),o=!1;if(this._peek.type===2){this._advance(),o=!0;let h=this.getTagDefinition(a);this.canSelfClose||h.canSelfClose||uo(a)!==null||h.isVoid||this.errors.push(Se.create(a,e.sourceSpan,`Only void, custom and foreign elements can be self closed "${e.parts[1]}"`))}else this._peek.type===1&&(this._advance(),o=!1);let i=this._peek.sourceSpan.fullStart,s=new K(e.sourceSpan.start,i,e.sourceSpan.fullStart),c=new K(e.sourceSpan.start,i,e.sourceSpan.fullStart),d=new K(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),p=new tr(a,n,[],s,c,void 0,d),g=this._getContainer();this._pushContainer(p,g instanceof tr&&this.getTagDefinition(g.name).isClosedByChild(p.name)),o?this._popContainer(a,tr,s):e.type===4&&(this._popContainer(a,tr,null),this.errors.push(Se.create(a,s,`Opening tag "${a}" not terminated.`)))}_pushContainer(e,t){t&&this._containerStack.pop(),this._addToParent(e),this._containerStack.push(e)}_consumeEndTag(e){let t=this.allowHtmComponentClosingTags&&e.parts.length===0?null:this._getElementFullName(e.parts[0],e.parts[1],this._getClosestParentElement());if(t&&this.getTagDefinition(t).isVoid)this.errors.push(Se.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,tr,e.sourceSpan)){let r=`Unexpected closing tag "${t}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;this.errors.push(Se.create(t,e.sourceSpan,r))}}_popContainer(e,t,r){let n=!1;for(let a=this._containerStack.length-1;a>=0;a--){let o=this._containerStack[a];if(uo(o.name)?o.name===e:(e==null||o.name.toLowerCase()===e.toLowerCase())&&o instanceof t)return o.endSourceSpan=r,o.sourceSpan.end=r!==null?r.end:o.sourceSpan.end,this._containerStack.splice(a,this._containerStack.length-a),!n;(o instanceof Ur||o instanceof tr&&!this.getTagDefinition(o.name).closedByParent)&&(n=!0)}return!1}_consumeAttr(e){let t=Ua(e.parts[0],e.parts[1]),r=e.sourceSpan.end,n;this._peek.type===15&&(n=this._advance());let a="",o=[],i,s;if(this._peek.type===16)for(i=this._peek.sourceSpan,s=this._peek.sourceSpan.end;this._peek.type===16||this._peek.type===17||this._peek.type===9;){let d=this._advance();o.push(d),d.type===17?a+=d.parts.join("").replace(/&([^;]+);/g,ac):d.type===9?a+=d.parts[0]:a+=d.parts.join(""),s=r=d.sourceSpan.end}this._peek.type===15&&(s=r=this._advance().sourceSpan.end);let c=i&&s&&new K((n==null?void 0:n.sourceSpan.start)??i.start,s,(n==null?void 0:n.sourceSpan.fullStart)??i.fullStart);return new A5(t,a,new K(e.sourceSpan.start,r,e.sourceSpan.fullStart),e.sourceSpan,c,o.length>0?o:void 0,void 0)}_consumeBlockOpen(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new Pc(i.parts[0],i.sourceSpan))}this._peek.type===26&&this._advance();let r=this._peek.sourceSpan.fullStart,n=new K(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new K(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new Ur(e.parts[0],t,[],n,e.sourceSpan,a);this._pushContainer(o,!1)}_consumeBlockClose(e){this._popContainer(null,Ur,e.sourceSpan)||this.errors.push(Se.create(null,e.sourceSpan,'Unexpected closing block. The block may have been closed earlier. If you meant to write the } character, you should use the "&#125;" HTML entity instead.'))}_consumeIncompleteBlock(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new Pc(i.parts[0],i.sourceSpan))}let r=this._peek.sourceSpan.fullStart,n=new K(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new K(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new Ur(e.parts[0],t,[],n,e.sourceSpan,a);this._pushContainer(o,!1),this._popContainer(null,Ur,null),this.errors.push(Se.create(e.parts[0],n,`Incomplete block "${e.parts[0]}". If you meant to write the @ character, you should use the "&#64;" HTML entity instead.`))}_consumeLet(e){let t=e.parts[0],r,n;if(this._peek.type!==31){this.errors.push(Se.create(e.parts[0],e.sourceSpan,`Invalid @let declaration "${t}". Declaration must have a value.`));return}else r=this._advance();if(this._peek.type!==32){this.errors.push(Se.create(e.parts[0],e.sourceSpan,`Unterminated @let declaration "${t}". Declaration must be terminated with a semicolon.`));return}else n=this._advance();let a=n.sourceSpan.fullStart,o=new K(e.sourceSpan.start,a,e.sourceSpan.fullStart),i=e.sourceSpan.toString().lastIndexOf(t),s=e.sourceSpan.start.moveBy(i),c=new K(s,e.sourceSpan.end),d=new $c(t,r.parts[0],o,c,r.sourceSpan);this._addToParent(d)}_consumeIncompleteLet(e){let t=e.parts[0]??"",r=t?` "${t}"`:"";if(t.length>0){let n=e.sourceSpan.toString().lastIndexOf(t),a=e.sourceSpan.start.moveBy(n),o=new K(a,e.sourceSpan.end),i=new K(e.sourceSpan.start,e.sourceSpan.start.moveBy(0)),s=new $c(t,"",e.sourceSpan,o,i);this._addToParent(s)}this.errors.push(Se.create(e.parts[0],e.sourceSpan,`Incomplete @let declaration${r}. @let declarations must be written as \`@let <name> = <value>;\``))}_getContainer(){return this._containerStack.length>0?this._containerStack[this._containerStack.length-1]:null}_getClosestParentElement(){for(let e=this._containerStack.length-1;e>-1;e--)if(this._containerStack[e]instanceof tr)return this._containerStack[e];return null}_addToParent(e){let t=this._getContainer();t===null?this.rootNodes.push(e):t.children.push(e)}_getElementFullName(e,t,r){if(e===""&&(e=this.getTagDefinition(t).implicitNamespacePrefix||"",e===""&&r!=null)){let n=Lo(r.name)[1];this.getTagDefinition(n).preventNamespaceInheritance||(e=uo(r.name))}return Ua(e,t)}},u(qi,"t"),qi),u(nc,"zs"),u(ac,"Gs"),M5=(Zc=class extends L5{constructor(){super(Nl)}parse(e,t,r,n=!1,a){return super.parse(e,t,r,n,a)}},u(Zc,"sr"),Zc),Wi=null,c7=u(()=>(Wi||(Wi=new M5),Wi),"Eo"),u(gd,"zr"),u(Rg,"Ao"),d7=Rg,jn=3,u(ww,"Do"),u(Ig,"vo"),p7=Ig,Ka={attrs:!0,children:!0,cases:!0,expression:!0},Xc=new Set(["parent"]),f7=(qr=class{constructor(e={}){for(let t of new Set([...Xc,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in Ka&&(t=t.map(r=>this.createChild(r))),!Xc.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let r in Ka){let n=this[r];if(n){let a=Bg(n,o=>o.map(e));t!==n&&(t||(t=new qr({parent:this.parent})),t.setProperty(r,a))}}if(t)for(let r in this)r in Ka||(t[r]=this[r]);return e(t||this)}walk(e){for(let t in Ka){let r=this[t];if(r)for(let n=0;n<r.length;n++)r[n].walk(e)}e(this)}createChild(e){let t=e instanceof qr?e.clone():new qr(e);return t.setProperty("parent",this),t}insertChildBefore(e,t){this.children.splice(this.children.indexOf(e),0,this.createChild(t))}removeChild(e){this.children.splice(this.children.indexOf(e),1)}replaceChild(e,t){this.children[this.children.indexOf(e)]=this.createChild(t)}clone(){return new qr(this)}get firstChild(){var e;return(e=this.children)==null?void 0:e[0]}get lastChild(){var e;return(e=this.children)==null?void 0:e[this.children.length-1]}get prev(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)-1]}get next(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)+1]}get rawName(){return this.hasExplicitNamespace?this.fullName:this.name}get fullName(){return this.namespace?this.namespace+":"+this.name:this.name}get attrMap(){return Object.fromEntries(this.attrs.map(e=>[e.fullName,e.value]))}},u(qr,"t"),qr),u(Bg,"yo"),h7=[{regex:/^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su,parse:Tg},{regex:/^\[if([^\]]*)\]><!$/u,parse:zg},{regex:/^<!\s*\[endif\]$/u,parse:Lg}],u(Ew,"Qs"),u(Tg,"bo"),u(zg,"To"),u(Lg,"xo"),cl=new Map([["*",new Set(["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inert","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","popover","slot","spellcheck","style","tabindex","title","translate","writingsuggestions"])],["a",new Set(["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"])],["applet",new Set(["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"])],["area",new Set(["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"])],["audio",new Set(["autoplay","controls","crossorigin","loop","muted","preload","src"])],["base",new Set(["href","target"])],["basefont",new Set(["color","face","size"])],["blockquote",new Set(["cite"])],["body",new Set(["alink","background","bgcolor","link","text","vlink"])],["br",new Set(["clear"])],["button",new Set(["disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","popovertarget","popovertargetaction","type","value"])],["canvas",new Set(["height","width"])],["caption",new Set(["align"])],["col",new Set(["align","char","charoff","span","valign","width"])],["colgroup",new Set(["align","char","charoff","span","valign","width"])],["data",new Set(["value"])],["del",new Set(["cite","datetime"])],["details",new Set(["name","open"])],["dialog",new Set(["open"])],["dir",new Set(["compact"])],["div",new Set(["align"])],["dl",new Set(["compact"])],["embed",new Set(["height","src","type","width"])],["fieldset",new Set(["disabled","form","name"])],["font",new Set(["color","face","size"])],["form",new Set(["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"])],["frame",new Set(["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"])],["frameset",new Set(["cols","rows"])],["h1",new Set(["align"])],["h2",new Set(["align"])],["h3",new Set(["align"])],["h4",new Set(["align"])],["h5",new Set(["align"])],["h6",new Set(["align"])],["head",new Set(["profile"])],["hr",new Set(["align","noshade","size","width"])],["html",new Set(["manifest","version"])],["iframe",new Set(["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"])],["img",new Set(["align","alt","border","crossorigin","decoding","fetchpriority","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"])],["input",new Set(["accept","align","alt","autocomplete","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","popovertarget","popovertargetaction","readonly","required","size","src","step","type","usemap","value","width"])],["ins",new Set(["cite","datetime"])],["isindex",new Set(["prompt"])],["label",new Set(["for","form"])],["legend",new Set(["align"])],["li",new Set(["type","value"])],["link",new Set(["as","blocking","charset","color","crossorigin","disabled","fetchpriority","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"])],["map",new Set(["name"])],["menu",new Set(["compact"])],["meta",new Set(["charset","content","http-equiv","media","name","scheme"])],["meter",new Set(["high","low","max","min","optimum","value"])],["object",new Set(["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"])],["ol",new Set(["compact","reversed","start","type"])],["optgroup",new Set(["disabled","label"])],["option",new Set(["disabled","label","selected","value"])],["output",new Set(["for","form","name"])],["p",new Set(["align"])],["param",new Set(["name","type","value","valuetype"])],["pre",new Set(["width"])],["progress",new Set(["max","value"])],["q",new Set(["cite"])],["script",new Set(["async","blocking","charset","crossorigin","defer","fetchpriority","integrity","language","nomodule","referrerpolicy","src","type"])],["select",new Set(["autocomplete","disabled","form","multiple","name","required","size"])],["slot",new Set(["name"])],["source",new Set(["height","media","sizes","src","srcset","type","width"])],["style",new Set(["blocking","media","type"])],["table",new Set(["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"])],["tbody",new Set(["align","char","charoff","valign"])],["td",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["template",new Set(["shadowrootclonable","shadowrootdelegatesfocus","shadowrootmode"])],["textarea",new Set(["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"])],["tfoot",new Set(["align","char","charoff","valign"])],["th",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["thead",new Set(["align","char","charoff","valign"])],["time",new Set(["datetime"])],["tr",new Set(["align","bgcolor","char","charoff","valign"])],["track",new Set(["default","kind","label","src","srclang"])],["ul",new Set(["compact","type"])],["video",new Set(["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"])]]),m7=new Set(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]),u(xw,"ko"),u(Dw,"Bo"),u(Cw,"Lo"),u(W1,"Zs"),u(Sw,"Fo"),u(vd,"Js"),u(G1,"ei"),u(qa,"ur"),Ed={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},P5=qa(Ed),N5=qa({name:"angular"}),$5=qa({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(e,t,r,n){return e.toLowerCase()!=="html"&&!r&&(e!=="template"||n.some(({name:a,value:o})=>a==="lang"&&o!=="html"&&o!==""&&o!==void 0))}}),H5=qa({name:"lwc",canSelfClose:!1}),j5={html:l5},g7=sc});function rr(){}function V5(e,t,r,n,a){for(var o=[],i;t;)o.push(t),i=t.previousComponent,delete t.previousComponent,t=i;o.reverse();for(var s=0,c=o.length,d=0,p=0;s<c;s++){var g=o[s];if(g.removed){if(g.value=e.join(n.slice(p,p+g.count)),p+=g.count,s&&o[s-1].added){var h=o[s-1];o[s-1]=o[s],o[s]=h}}else{if(!g.added&&a){var f=r.slice(d,d+g.count);f=f.map(function(m,w){var E=n[p+w];return E.length>m.length?E:m}),g.value=e.join(f)}else g.value=e.join(r.slice(d,d+g.count));d+=g.count,g.added||(p+=g.count)}}var v=o[c-1];return c>1&&typeof v.value=="string"&&(v.added||v.removed)&&e.equals("",v.value)&&(o[c-2].value+=v.value,o.pop()),o}function Fo(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Fo=u(function(t){return typeof t},"$e"):Fo=u(function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},"$e"),Fo(e)}function Wl(e,t,r,n,a){t=t||[],r=r||[],n&&(e=n(a,e));var o;for(o=0;o<t.length;o+=1)if(t[o]===e)return r[o];var i;if(i6.call(e)==="[object Array]"){for(t.push(e),i=new Array(e.length),r.push(i),o=0;o<e.length;o+=1)i[o]=Wl(e[o],t,r,n,a);return t.pop(),r.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),Fo(e)==="object"&&e!==null){t.push(e),i={},r.push(i);var s=[],c;for(c in e)e.hasOwnProperty(c)&&s.push(c);for(s.sort(),o=0;o<s.length;o+=1)c=s[o],i[c]=Wl(e[c],t,r,n,c);t.pop(),r.pop()}else i=e;return i}function v7(e,t,r){return ho.diff(e,t,r)}function y7(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
252
- `?"crlf":"cr":"lf"}function qs(e){switch(e){case"cr":return"\r";case"crlf":return`\r
253
- `;default:return`
254
- `}}function tf(e,t){let r;switch(t){case`
255
- `:r=/\n/gu;break;case"\r":r=/\r/gu;break;case`\r
256
- `:r=/\r\n/gu;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(t)}.`)}let n=e.match(r);return n?n.length:0}function b7(e){return fi(!1,e,/\r\n?/gu,`
257
- `)}function U5(e){if(typeof e=="string")return Tr;if(Array.isArray(e))return Ut;if(!e)return;let{type:t}=e;if(hf.has(t))return t}function q5(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
258
- Expected it to be 'string' or 'object'.`;if(zr(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=l6([...hf].map(a=>`'${a}'`));return`Unexpected doc.type '${e.type}'.
259
- Expected it to be ${n}.`}function W5(e,t,r,n){let a=[e];for(;a.length>0;){let o=a.pop();if(o===Vd){r(a.pop());continue}r&&a.push(o,Vd);let i=zr(o);if(!i)throw new cn(o);if((t==null?void 0:t(o))!==!1)switch(i){case Ut:case vt:{let s=i===Ut?o:o.parts;for(let c=s.length,d=c-1;d>=0;--d)a.push(s[d]);break}case je:a.push(o.flatContents,o.breakContents);break;case Ne:if(n&&o.expandedStates)for(let s=o.expandedStates.length,c=s-1;c>=0;--c)a.push(o.expandedStates[c]);else a.push(o.contents);break;case Wt:case qt:case Gt:case yt:case Yt:a.push(o.contents);break;case Tr:case xr:case $t:case Ht:case we:case Ke:break;default:throw new cn(o)}}}function Ho(e){return bt(e),{type:qt,contents:e}}function un(e,t){return bt(t),{type:Wt,contents:t,n:e}}function xd(e,t={}){return bt(e),Ys(t.expandedStates,!0),{type:Ne,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function G5(e){return un(Number.NEGATIVE_INFINITY,e)}function Y5(e){return un({type:"root"},e)}function K5(e){return un(-1,e)}function J5(e,t){return xd(e[0],{...t,expandedStates:e})}function Dd(e){return Ys(e),{type:vt,parts:e}}function Z5(e,t="",r={}){return bt(e),t!==""&&bt(t),{type:je,breakContents:e,flatContents:t,groupId:r.groupId}}function X5(e,t){return bt(e),{type:Gt,contents:e,groupId:t.groupId,negate:t.negate}}function Gl(e){return bt(e),{type:Yt,contents:e}}function Cd(e,t){bt(e),Ys(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function Sd(e,t,r){bt(e);let n=e;if(t>0){for(let a=0;a<Math.floor(t/r);++a)n=Ho(n);n=un(t%r,n),n=un(Number.NEGATIVE_INFINITY,n)}return n}function Q5(e,t){return bt(t),e?{type:yt,label:e,contents:t}:t}function Bt(e){var t;if(!e)return"";if(Array.isArray(e)){let r=[];for(let n of e)if(Array.isArray(n))r.push(...Bt(n));else{let a=Bt(n);a!==""&&r.push(a)}return r}return e.type===je?{...e,breakContents:Bt(e.breakContents),flatContents:Bt(e.flatContents)}:e.type===Ne?{...e,contents:Bt(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(Bt)}:e.type===vt?{type:"fill",parts:e.parts.map(Bt)}:e.contents?{...e,contents:Bt(e.contents)}:e}function w7(e){let t=Object.create(null),r=new Set;return n(Bt(e));function n(o,i,s){var c,d;if(typeof o=="string")return JSON.stringify(o);if(Array.isArray(o)){let p=o.map(n).filter(Boolean);return p.length===1?p[0]:`[${p.join(", ")}]`}if(o.type===we){let p=((c=s==null?void 0:s[i+1])==null?void 0:c.type)===Ke;return o.literal?p?"literalline":"literallineWithoutBreakParent":o.hard?p?"hardline":"hardlineWithoutBreakParent":o.soft?"softline":"line"}if(o.type===Ke)return((d=s==null?void 0:s[i-1])==null?void 0:d.type)===we&&s[i-1].hard?void 0:"breakParent";if(o.type===$t)return"trim";if(o.type===qt)return"indent("+n(o.contents)+")";if(o.type===Wt)return o.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+n(o.contents)+")":o.n<0?"dedent("+n(o.contents)+")":o.n.type==="root"?"markAsRoot("+n(o.contents)+")":"align("+JSON.stringify(o.n)+", "+n(o.contents)+")";if(o.type===je)return"ifBreak("+n(o.breakContents)+(o.flatContents?", "+n(o.flatContents):"")+(o.groupId?(o.flatContents?"":', ""')+`, { groupId: ${a(o.groupId)} }`:"")+")";if(o.type===Gt){let p=[];o.negate&&p.push("negate: true"),o.groupId&&p.push(`groupId: ${a(o.groupId)}`);let g=p.length>0?`, { ${p.join(", ")} }`:"";return`indentIfBreak(${n(o.contents)}${g})`}if(o.type===Ne){let p=[];o.break&&o.break!=="propagated"&&p.push("shouldBreak: true"),o.id&&p.push(`id: ${a(o.id)}`);let g=p.length>0?`, { ${p.join(", ")} }`:"";return o.expandedStates?`conditionalGroup([${o.expandedStates.map(h=>n(h)).join(",")}]${g})`:`group(${n(o.contents)}${g})`}if(o.type===vt)return`fill([${o.parts.map(p=>n(p)).join(", ")}])`;if(o.type===Yt)return"lineSuffix("+n(o.contents)+")";if(o.type===Ht)return"lineSuffixBoundary";if(o.type===yt)return`label(${JSON.stringify(o.label)}, ${n(o.contents)})`;throw new Error("Unknown doc type "+o.type)}function a(o){if(typeof o!="symbol")return JSON.stringify(String(o));if(o in t)return t[o];let i=o.description||"symbol";for(let s=0;;s++){let c=i+(s>0?` #${s}`:"");if(!r.has(c))return r.add(c),t[o]=`Symbol.for(${JSON.stringify(c)})`}}}function e2(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function t2(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9800&&e<=9811||e===9855||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}function r2(e){if(!e)return 0;if(!c6.test(e))return e.length;e=e.replace(s6()," ");let t=0;for(let r of e){let n=r.codePointAt(0);n<=31||n>=127&&n<=159||n>=768&&n<=879||(t+=u6(n)?1:2)}return t}function jo(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(o){if(r.has(o))return r.get(o);let i=a(o);return r.set(o,i),i}function a(o){switch(zr(o)){case Ut:return t(o.map(n));case vt:return t({...o,parts:o.parts.map(n)});case je:return t({...o,breakContents:n(o.breakContents),flatContents:n(o.flatContents)});case Ne:{let{expandedStates:i,contents:s}=o;return i?(i=i.map(n),s=i[0]):s=n(s),t({...o,contents:s,expandedStates:i})}case Wt:case qt:case Gt:case yt:case Yt:return t({...o,contents:n(o.contents)});case Tr:case xr:case $t:case Ht:case we:case Ke:return t(o);default:throw new cn(o)}}}function Yl(e,t,r){let n=r,a=!1;function o(i){if(a)return!1;let s=t(i);s!==void 0&&(a=!0,n=s)}return u(o,"u"),Xl(e,o),n}function E7(e){if(e.type===Ne&&e.break||e.type===we&&e.hard||e.type===Ke)return!0}function n2(e){return Yl(e,E7,!1)}function kd(e){if(e.length>0){let t=me(!1,e,-1);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function x7(e){let t=new Set,r=[];function n(o){if(o.type===Ke&&kd(r),o.type===Ne){if(r.push(o),t.has(o))return!1;t.add(o)}}u(n,"n");function a(o){o.type===Ne&&r.pop().break&&kd(r)}u(a,"o"),Xl(e,n,a,!0)}function D7(e){return e.type===we&&!e.hard?e.soft?"":" ":e.type===je?e.flatContents:e}function a2(e){return jo(e,D7)}function Ad(e){for(e=[...e];e.length>=2&&me(!1,e,-2).type===we&&me(!1,e,-1).type===Ke;)e.length-=2;if(e.length>0){let t=Zn(me(!1,e,-1));e[e.length-1]=t}return e}function Zn(e){switch(zr(e)){case qt:case Gt:case Ne:case Yt:case yt:{let t=Zn(e.contents);return{...e,contents:t}}case je:return{...e,breakContents:Zn(e.breakContents),flatContents:Zn(e.flatContents)};case vt:return{...e,parts:Ad(e.parts)};case Ut:return Ad(e);case Tr:return e.replace(/[\n\r]*$/u,"");case Wt:case xr:case $t:case Ht:case we:case Ke:break;default:throw new cn(e)}return e}function Fd(e){return Zn(S7(e))}function C7(e){switch(zr(e)){case vt:if(e.parts.every(t=>t===""))return"";break;case Ne:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===Ne&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case Wt:case qt:case Gt:case Yt:if(!e.contents)return"";break;case je:if(!e.flatContents&&!e.breakContents)return"";break;case Ut:{let t=[];for(let r of e){if(!r)continue;let[n,...a]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof me(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...a)}return t.length===0?"":t.length===1?t[0]:t}case Tr:case xr:case $t:case Ht:case we:case yt:case Ke:break;default:throw new cn(e)}return e}function S7(e){return jo(e,t=>C7(t))}function o2(e,t=qd){return jo(e,r=>typeof r=="string"?Cd(t,r.split(`
260
- `)):r)}function k7(e){if(e.type===we)return!0}function i2(e){return Yl(e,k7,!1)}function rf(e,t){return e.type===yt?{...e,contents:t(e.contents)}:t(e)}function nf(){return{value:"",length:0,queue:[]}}function A7(e,t){return Kl(e,{type:"indent"},t)}function F7(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||nf():t<0?Kl(e,{type:"dedent"},r):t?t.type==="root"?{...e,root:e}:Kl(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function Kl(e,t,r){let n=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],a="",o=0,i=0,s=0;for(let v of n)switch(v.type){case"indent":p(),r.useTabs?c(1):d(r.tabWidth);break;case"stringAlign":p(),a+=v.n,o+=v.n.length;break;case"numberAlign":i+=1,s+=v.n;break;default:throw new Error(`Unexpected type '${v.type}'`)}return h(),{...e,value:a,length:o,queue:n};function c(v){a+=" ".repeat(v),o+=r.tabWidth*v}function d(v){a+=" ".repeat(v),o+=v}function p(){r.useTabs?g():h()}function g(){i>0&&c(i),f()}function h(){s>0&&d(s),f()}function f(){i=0,s=0}}function Jl(e){let t=0,r=0,n=e.length;e:for(;n--;){let a=e[n];if(a===Xn){r++;continue}for(let o=a.length-1;o>=0;o--){let i=a[o];if(i===" "||i===" ")t++;else{e[n]=a.slice(0,o+1);break e}}}if(t>0||r>0)for(e.length=n+1;r-- >0;)e.push(Xn);return t}function fo(e,t,r,n,a,o){if(r===Number.POSITIVE_INFINITY)return!0;let i=t.length,s=[e],c=[];for(;r>=0;){if(s.length===0){if(i===0)return!0;s.push(t[--i]);continue}let{mode:d,doc:p}=s.pop(),g=zr(p);switch(g){case Tr:c.push(p),r-=es(p);break;case Ut:case vt:{let h=g===Ut?p:p.parts;for(let f=h.length-1;f>=0;f--)s.push({mode:d,doc:h[f]});break}case qt:case Wt:case Gt:case yt:s.push({mode:d,doc:p.contents});break;case $t:r+=Jl(c);break;case Ne:{if(o&&p.break)return!1;let h=p.break?Be:d,f=p.expandedStates&&h===Be?me(!1,p.expandedStates,-1):p.contents;s.push({mode:h,doc:f});break}case je:{let h=(p.groupId?a[p.groupId]||ut:d)===Be?p.breakContents:p.flatContents;h&&s.push({mode:d,doc:h});break}case we:if(d===Be||p.hard)return!0;p.soft||(c.push(" "),r--);break;case Yt:n=!0;break;case Ht:if(n)return!1;break}}return!1}function Vo(e,t){let r={},n=t.printWidth,a=qs(t.endOfLine),o=0,i=[{ind:nf(),mode:Be,doc:e}],s=[],c=!1,d=[],p=0;for(x7(e);i.length>0;){let{ind:h,mode:f,doc:v}=i.pop();switch(zr(v)){case Tr:{let m=a!==`
261
- `?fi(!1,v,`
262
- `,a):v;s.push(m),i.length>0&&(o+=es(m));break}case Ut:for(let m=v.length-1;m>=0;m--)i.push({ind:h,mode:f,doc:v[m]});break;case xr:if(p>=2)throw new Error("There are too many 'cursor' in doc.");s.push(Xn),p++;break;case qt:i.push({ind:A7(h,t),mode:f,doc:v.contents});break;case Wt:i.push({ind:F7(h,v.n,t),mode:f,doc:v.contents});break;case $t:o-=Jl(s);break;case Ne:switch(f){case ut:if(!c){i.push({ind:h,mode:v.break?Be:ut,doc:v.contents});break}case Be:{c=!1;let m={ind:h,mode:ut,doc:v.contents},w=n-o,E=d.length>0;if(!v.break&&fo(m,i,w,E,r))i.push(m);else if(v.expandedStates){let D=me(!1,v.expandedStates,-1);if(v.break){i.push({ind:h,mode:Be,doc:D});break}else for(let x=1;x<v.expandedStates.length+1;x++)if(x>=v.expandedStates.length){i.push({ind:h,mode:Be,doc:D});break}else{let b=v.expandedStates[x],C={ind:h,mode:ut,doc:b};if(fo(C,i,w,E,r)){i.push(C);break}}}else i.push({ind:h,mode:Be,doc:v.contents});break}}v.id&&(r[v.id]=me(!1,i,-1).mode);break;case vt:{let m=n-o,{parts:w}=v;if(w.length===0)break;let[E,D]=w,x={ind:h,mode:ut,doc:E},b={ind:h,mode:Be,doc:E},C=fo(x,[],m,d.length>0,r,!0);if(w.length===1){C?i.push(x):i.push(b);break}let S={ind:h,mode:ut,doc:D},k={ind:h,mode:Be,doc:D};if(w.length===2){C?i.push(S,x):i.push(k,b);break}w.splice(0,2);let A={ind:h,mode:f,doc:Dd(w)},_=w[0];fo({ind:h,mode:ut,doc:[E,D,_]},[],m,d.length>0,r,!0)?i.push(A,S,x):C?i.push(A,k,x):i.push(A,k,b);break}case je:case Gt:{let m=v.groupId?r[v.groupId]:f;if(m===Be){let w=v.type===je?v.breakContents:v.negate?v.contents:Ho(v.contents);w&&i.push({ind:h,mode:f,doc:w})}if(m===ut){let w=v.type===je?v.flatContents:v.negate?Ho(v.contents):v.contents;w&&i.push({ind:h,mode:f,doc:w})}break}case Yt:d.push({ind:h,mode:f,doc:v.contents});break;case Ht:d.length>0&&i.push({ind:h,mode:f,doc:hl});break;case we:switch(f){case ut:if(v.hard)c=!0;else{v.soft||(s.push(" "),o+=1);break}case Be:if(d.length>0){i.push({ind:h,mode:f,doc:v},...d.reverse()),d.length=0;break}v.literal?h.root?(s.push(a,h.root.value),o=h.root.length):(s.push(a),o=0):(o-=Jl(s),s.push(a+h.value),o=h.length);break}break;case yt:i.push({ind:h,mode:f,doc:v.contents});break;case Ke:break;default:throw new cn(v)}i.length===0&&d.length>0&&(i.push(...d.reverse()),d.length=0)}let g=s.indexOf(Xn);if(g!==-1){let h=s.indexOf(Xn,g+1),f=s.slice(0,g).join(""),v=s.slice(g+1,h).join(""),m=s.slice(h+1).join("");return{formatted:f+v+m,cursorNodeStart:f.length,cursorNodeText:v}}return{formatted:s.join("")}}function l2(e,t,r=0){let n=0;for(let a=r;a<e.length;++a)e[a]===" "?n=n+t-n%t:n++;return n}function s2(e){return e!==null&&typeof e=="object"}function*af(e,t){let{getVisitorKeys:r,filter:n=u(()=>!0,"n")}=t,a=u(o=>p6(o)&&n(o),"o");for(let o of r(e)){let i=e[o];if(Array.isArray(i))for(let s of i)a(s)&&(yield s);else a(i)&&(yield i)}}function*_7(e,t){let r=[e];for(let n=0;n<r.length;n++){let a=r[n];for(let o of af(a,t))yield o,r.push(o)}}function Rn(e){return(t,r,n)=>{let a=!!(n!=null&&n.backwards);if(r===!1)return!1;let{length:o}=t,i=r;for(;i>=0&&i<o;){let s=t.charAt(i);if(e instanceof RegExp){if(!e.test(s))return i}else if(!e.includes(s))return i;a?i--:i++}return i===-1||i===o?i:!1}}function u2(e,t,r){let n=!!(r!=null&&r.backwards);if(t===!1)return!1;let a=e.charAt(t);if(n){if(e.charAt(t-1)==="\r"&&a===`
263
- `)return t-2;if(a===`
264
- `||a==="\r"||a==="\u2028"||a==="\u2029")return t-1}else{if(a==="\r"&&e.charAt(t+1)===`
265
- `)return t+2;if(a===`
266
- `||a==="\r"||a==="\u2028"||a==="\u2029")return t+1}return t}function c2(e,t,r={}){let n=cr(e,r.backwards?t-1:t,r),a=Ir(e,n,r);return n!==a}function d2(e){return Array.isArray(e)&&e.length>0}function p2(e){return e?t=>e(t,Yd):h6}function R7(e){let t=e.type||e.kind||"(unknown type)",r=String(e.name||e.id&&(typeof e.id=="object"?e.id.name:e.id)||e.key&&(typeof e.key=="object"?e.key.name:e.key)||e.value&&(typeof e.value=="object"?"":String(e.value))||e.operator||"");return r.length>20&&(r=r.slice(0,19)+"…"),t+(r?" "+r:"")}function Ws(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=R7(e)}function en(e,t){t.leading=!0,t.trailing=!1,Ws(e,t)}function _o(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),Ws(e,t)}function tn(e,t){t.leading=!1,t.trailing=!0,Ws(e,t)}function Gs(e,t){if(ml.has(e))return ml.get(e);let{printer:{getCommentChildNodes:r,canAttachComment:n,getVisitorKeys:a},locStart:o,locEnd:i}=t;if(!n)return[];let s=((r==null?void 0:r(e,t))??[...af(e,{getVisitorKeys:hi(a)})]).flatMap(c=>n(c)?[c]:Gs(c,t));return s.sort((c,d)=>o(c)-o(d)||i(c)-i(d)),ml.set(e,s),s}function of(e,t,r,n){let{locStart:a,locEnd:o}=r,i=a(t),s=o(t),c=Gs(e,r),d,p,g=0,h=c.length;for(;g<h;){let f=g+h>>1,v=c[f],m=a(v),w=o(v);if(m<=i&&s<=w)return of(v,t,r,v);if(w<=i){d=v,g=f+1;continue}if(s<=m){p=v,h=f;continue}throw new Error("Comment location overlaps with node location")}if((n==null?void 0:n.type)==="TemplateLiteral"){let{quasis:f}=n,v=dl(f,t,r);d&&dl(f,d,r)!==v&&(d=null),p&&dl(f,p,r)!==v&&(p=null)}return{enclosingNode:n,precedingNode:d,followingNode:p}}function I7(e,t){let{comments:r}=e;if(delete e.comments,!f6(r)||!t.printer.canAttachComment)return;let n=[],{locStart:a,locEnd:o,printer:{experimentalFeatures:{avoidAstMutation:i=!1}={},handleComments:s={}},originalText:c}=t,{ownLine:d=gl,endOfLine:p=gl,remaining:g=gl}=s,h=r.map((f,v)=>({...of(e,f,t),comment:f,text:c,options:t,ast:e,isLastComment:r.length-1===v}));for(let[f,v]of h.entries()){let{comment:m,precedingNode:w,enclosingNode:E,followingNode:D,text:x,options:b,ast:C,isLastComment:S}=v;if(b.parser==="json"||b.parser==="json5"||b.parser==="jsonc"||b.parser==="__js_expression"||b.parser==="__ts_expression"||b.parser==="__vue_expression"||b.parser==="__vue_ts_expression"){if(a(m)-a(C)<=0){en(C,m);continue}if(o(m)-o(C)>=0){tn(C,m);continue}}let k;if(i?k=[v]:(m.enclosingNode=E,m.precedingNode=w,m.followingNode=D,k=[m,x,b,C,S]),B7(x,b,h,f))m.placement="ownLine",d(...k)||(D?en(D,m):w?tn(w,m):_o(E||C,m));else if(T7(x,b,h,f))m.placement="endOfLine",p(...k)||(w?tn(w,m):D?en(D,m):_o(E||C,m));else if(m.placement="remaining",!g(...k))if(w&&D){let A=n.length;A>0&&n[A-1].followingNode!==D&&_d(n,b),n.push(v)}else w?tn(w,m):D?en(D,m):_o(E||C,m)}if(_d(n,t),!i)for(let f of r)delete f.precedingNode,delete f.enclosingNode,delete f.followingNode}function B7(e,t,r,n){let{comment:a,precedingNode:o}=r[n],{locStart:i,locEnd:s}=t,c=i(a);if(o)for(let d=n-1;d>=0;d--){let{comment:p,precedingNode:g}=r[d];if(g!==o||!mf(e.slice(s(p),c)))break;c=i(p)}return sr(e,c,{backwards:!0})}function T7(e,t,r,n){let{comment:a,followingNode:o}=r[n],{locStart:i,locEnd:s}=t,c=s(a);if(o)for(let d=n+1;d<r.length;d++){let{comment:p,followingNode:g}=r[d];if(g!==o||!mf(e.slice(c,i(p))))break;c=s(p)}return sr(e,c)}function _d(e,t){var r,n;let a=e.length;if(a===0)return;let{precedingNode:o,followingNode:i}=e[0],s=t.locStart(i),c;for(c=a;c>0;--c){let{comment:d,precedingNode:p,followingNode:g}=e[c-1];rs.strictEqual(p,o),rs.strictEqual(g,i);let h=t.originalText.slice(t.locEnd(d),s);if(((n=(r=t.printer).isGap)==null?void 0:n.call(r,h,t))??/^[\s(]*$/u.test(h))s=t.locStart(d);else break}for(let[d,{comment:p}]of e.entries())d<c?tn(o,p):en(i,p);for(let d of[o,i])d.comments&&d.comments.length>1&&d.comments.sort((p,g)=>t.locStart(p)-t.locStart(g));e.length=0}function dl(e,t,r){let n=r.locStart(t)-1;for(let a=1;a<e.length;++a)if(n<r.locStart(e[a]))return a-1;return 0}function f2(e,t){let r=t-1;r=cr(e,r,{backwards:!0}),r=Ir(e,r,{backwards:!0}),r=cr(e,r,{backwards:!0});let n=Ir(e,r,{backwards:!0});return r!==n}function lf(e,t){let r=e.node;return r.printed=!0,t.printer.printComment(e,t)}function z7(e,t){var r;let n=e.node,a=[lf(e,t)],{printer:o,originalText:i,locStart:s,locEnd:c}=t;if((r=o.isBlockComment)!=null&&r.call(o,n)){let p=sr(i,c(n))?sr(i,s(n),{backwards:!0})?Dr:Ud:" ";a.push(p)}else a.push(Dr);let d=Ir(i,cr(i,c(n)));return d!==!1&&sr(i,d)&&a.push(Dr),a}function L7(e,t,r){var n;let a=e.node,o=lf(e,t),{printer:i,originalText:s,locStart:c}=t,d=(n=i.isBlockComment)==null?void 0:n.call(i,a);if(r!=null&&r.hasLineSuffix&&!(r!=null&&r.isBlock)||sr(s,c(a),{backwards:!0})){let p=Ks(s,c(a));return{doc:Gl([Dr,p?Dr:"",o]),isBlock:d,hasLineSuffix:!0}}return!d||r!=null&&r.hasLineSuffix?{doc:[Gl([" ",o]),mo],isBlock:d,hasLineSuffix:!0}:{doc:[" ",o],isBlock:d,hasLineSuffix:!1}}function O7(e,t){let r=e.node;if(!r)return{};let n=t[Symbol.for("printedComments")];if((r.comments||[]).filter(s=>!n.has(s)).length===0)return{leading:"",trailing:""};let a=[],o=[],i;return e.each(()=>{let s=e.node;if(n!=null&&n.has(s))return;let{leading:c,trailing:d}=s;c?a.push(z7(e,t)):d&&(i=L7(e,t,i),o.push(i.doc))},"comments"),{leading:a,trailing:o}}function M7(e,t,r){let{leading:n,trailing:a}=O7(e,r);return!n&&!a?t:rf(t,o=>[n,o,a])}function P7(e){let{[Symbol.for("comments")]:t,[Symbol.for("printedComments")]:r}=e;for(let n of t){if(!n.printed&&!r.has(n))throw new Error('Comment "'+n.value.trim()+'" was not printed. Please report this error!');delete n.printed}}function h2(e){return()=>{}}function Rd({plugins:e=[],showDeprecated:t=!1}={}){let r=e.flatMap(a=>a.languages??[]),n=[];for(let a of $7(Object.assign({},...e.map(({options:o})=>o),g6)))!t&&a.deprecated||(Array.isArray(a.choices)&&(t||(a.choices=a.choices.filter(o=>!o.deprecated)),a.name==="parser"&&(a.choices=[...a.choices,...N7(a.choices,r,e)])),a.pluginDefaults=Object.fromEntries(e.filter(o=>{var i;return((i=o.defaultOptions)==null?void 0:i[a.name])!==void 0}).map(o=>[o.name,o.defaultOptions[a.name]])),n.push(a));return{languages:r,options:n}}function*N7(e,t,r){let n=new Set(e.map(a=>a.value));for(let a of t)if(a.parsers){for(let o of a.parsers)if(!n.has(o)){n.add(o);let i=r.find(c=>c.parsers&&Object.prototype.hasOwnProperty.call(c.parsers,o)),s=a.name;i!=null&&i.name&&(s+=` (plugin: ${i.name})`),yield{value:o,description:s}}}}function $7(e){let t=[];for(let[r,n]of Object.entries(e)){let a={name:r,...n};Array.isArray(a.default)&&(a.default=me(!1,a.default,-1).value),t.push(a)}return t}function Id(e,t){if(!t)return;let r=v6(t).toLowerCase();return e.find(({filenames:n})=>n==null?void 0:n.some(a=>a.toLowerCase()===r))??e.find(({extensions:n})=>n==null?void 0:n.some(a=>r.endsWith(a)))}function H7(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r==null?void 0:r.includes(t))??e.find(({extensions:r})=>r==null?void 0:r.includes(`.${t}`))}function m2(e,t){let r=e.plugins.flatMap(a=>a.languages??[]),n=H7(r,t.language)??Id(r,t.physicalFile)??Id(r,t.file)??(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function Qc(e,t,r,n){return[`Invalid ${rn.default.red(n.key(e))} value.`,`Expected ${rn.default.blue(r)},`,`but received ${t===Jd?rn.default.gray("nothing"):rn.default.red(n.value(t))}.`].join(" ")}function Bd({text:e,list:t},r){let n=[];return e&&n.push(`- ${rn.default.blue(e)}`),t&&n.push([`- ${rn.default.blue(t.title)}:`].concat(t.values.map(a=>Bd(a,r-Zd.length).replace(/^|\n/g,`$&${Zd}`))).join(`
267
- `)),Td(n,r)}function Td(e,t){if(e.length===1)return e[0];let[r,n]=e,[a,o]=e.map(i=>i.split(`
268
- `,1)[0].length);return a>t&&a>o?n:r}function g2(e,t){if(e===t)return 0;let r=e;e.length>t.length&&(e=t,t=r);let n=e.length,a=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-a);)n--,a--;let o=0;for(;o<n&&e.charCodeAt(o)===t.charCodeAt(o);)o++;if(n-=o,a-=o,n===0)return a;let i,s,c,d,p=0,g=0;for(;p<n;)Xd[p]=e.charCodeAt(o+p),vl[p]=++p;for(;g<a;)for(i=t.charCodeAt(o+g),c=g++,s=g,p=0;p<n;p++)d=i===Xd[p]?c:c+1,c=vl[p],s=vl[p]=c>s?d>s?s+1:d:d>c?c+1:d;return s}function v2(e,t){let r=new e(t),n=Object.create(r);for(let a of b6)a in t&&(n[a]=j7(t[a],r,or.prototype[a].length));return n}function j7(e,t,r){return typeof e=="function"?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}function e0({from:e,to:t}){return{from:[e],to:t}}function y2(e,t){let r=Object.create(null);for(let n of e){let a=n[t];if(r[a])throw new Error(`Duplicate ${t} ${JSON.stringify(a)}`);r[a]=n}return r}function b2(e,t){let r=new Map;for(let n of e){let a=n[t];if(r.has(a))throw new Error(`Duplicate ${t} ${JSON.stringify(a)}`);r.set(a,n)}return r}function w2(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return e[r]?!0:(e[r]=!0,!1)}}function E2(e,t){let r=[],n=[];for(let a of e)t(a)?r.push(a):n.push(a);return[r,n]}function x2(e){return e===Math.floor(e)}function D2(e,t){if(e===t)return 0;let r=typeof e,n=typeof t,a=["undefined","object","boolean","number","string"];return r!==n?a.indexOf(r)-a.indexOf(n):r!=="string"?Number(e)-Number(t):e.localeCompare(t)}function C2(e){return(...t)=>{let r=e(...t);return typeof r=="string"?new Error(r):r}}function t0(e){return e===void 0?{}:e}function zd(e){if(typeof e=="string")return{text:e};let{text:t,list:r}=e;return V7((t||r)!==void 0,"Unexpected `expected` result, there should be at least one field."),r?{text:t,list:{title:r.title,values:r.values.map(zd)}}:{text:t}}function r0(e,t){return e===!0?!0:e===!1?{value:t}:e}function n0(e,t,r=!1){return e===!1?!1:e===!0?r?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function Ld(e,t){return typeof e=="string"||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function pl(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>Ld(r,t)):[Ld(e,t)]}function a0(e,t){let r=pl(typeof e=="object"&&"redirect"in e?e.redirect:e,t);return r.length===0?{remain:t,redirect:r}:typeof e=="object"&&"remain"in e?{remain:e.remain,redirect:r}:{redirect:r}}function V7(e,t){if(!e)throw new Error(t)}function S2(e,t,{logger:r=!1,isCLI:n=!1,passThrough:a=!1,FlagSchema:o,descriptor:i}={}){if(n){if(!o)throw new Error("'FlagSchema' option is required.");if(!i)throw new Error("'descriptor' option is required.")}else i=Gr;let s=a?Array.isArray(a)?(h,f)=>a.includes(h)?{[h]:f}:void 0:(h,f)=>({[h]:f}):(h,f,v)=>{let{_:m,...w}=v.schemas;return Qd(h,f,{...v,schemas:w})},c=U7(t,{isCLI:n,FlagSchema:o}),d=new k6(c,{logger:r,unknown:s,descriptor:i}),p=r!==!1;p&&T0&&(d._hasDeprecationWarned=T0);let g=d.normalize(e);return p&&(T0=d._hasDeprecationWarned),g}function U7(e,{isCLI:t,FlagSchema:r}){let n=[];t&&n.push(E6.create({name:"_"}));for(let a of e)n.push(q7(a,{isCLI:t,optionInfos:e,FlagSchema:r})),a.alias&&t&&n.push(w6.create({name:a.alias,sourceName:a.name}));return n}function q7(e,{isCLI:t,optionInfos:r,FlagSchema:n}){let{name:a}=e,o={name:a},i,s={};switch(e.type){case"int":i=S6,t&&(o.preprocess=Number);break;case"string":i=ep;break;case"choice":i=C6,o.choices=e.choices.map(c=>c!=null&&c.redirect?{...c,redirect:{to:{key:e.name,value:c.redirect}}}:c);break;case"boolean":i=D6;break;case"flag":i=n,o.flags=r.flatMap(c=>[c.alias,c.description&&c.name,c.oppositeDescription&&`no-${c.name}`].filter(Boolean));break;case"path":i=ep;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?o.validate=(c,d,p)=>e.exception(c)||d.validate(c,p):o.validate=(c,d,p)=>c===void 0||d.validate(c,p),e.redirect&&(s.redirect=c=>c?{to:typeof e.redirect=="string"?e.redirect:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(s.deprecated=!0),t&&!e.array){let c=o.preprocess||(d=>d);o.preprocess=(d,p,g)=>p.preprocess(c(Array.isArray(d)?me(!1,d,-1):d),g)}return e.array?x6.create({...t?{preprocess:u(c=>Array.isArray(c)?c:[c],"preprocess")}:{},...s,valueSchema:i.create(o)}):i.create({...o,...s})}function sf(e,t){if(!t)throw new Error("parserName is required.");let r=vf(!1,e,a=>a.parsers&&Object.prototype.hasOwnProperty.call(a.parsers,t));if(r)return r;let n=`Couldn't resolve parser "${t}".`;throw n+=" Plugins must be explicitly added to the standalone bundle.",new gf(n)}function W7(e,t){if(!t)throw new Error("astFormat is required.");let r=vf(!1,e,a=>a.printers&&Object.prototype.hasOwnProperty.call(a.printers,t));if(r)return r;let n=`Couldn't find plugin for AST format "${t}".`;throw n+=" Plugins must be explicitly added to the standalone bundle.",new gf(n)}function uf({plugins:e,parser:t}){let r=sf(e,t);return cf(r,t)}function cf(e,t){let r=e.parsers[t];return typeof r=="function"?r():r}function G7(e,t){let r=e.printers[t];return typeof r=="function"?r():r}async function k2(e,t={}){var r;let n={...e};if(!n.parser)if(n.filepath){if(n.parser=y6(n,{physicalFile:n.filepath}),!n.parser)throw new Kd(`No parser could be inferred for file "${n.filepath}".`)}else throw new Kd("No parser and no file path given, couldn't infer a parser.");let a=Rd({plugins:e.plugins,showDeprecated:!0}).options,o={...tp,...Object.fromEntries(a.filter(h=>h.default!==void 0).map(h=>[h.name,h.default]))},i=sf(n.plugins,n.parser),s=await cf(i,n.parser);n.astFormat=s.astFormat,n.locEnd=s.locEnd,n.locStart=s.locStart;let c=(r=i.printers)!=null&&r[s.astFormat]?i:W7(n.plugins,s.astFormat),d=await G7(c,s.astFormat);n.printer=d;let p=c.defaultOptions?Object.fromEntries(Object.entries(c.defaultOptions).filter(([,h])=>h!==void 0)):{},g={...o,...p};for(let[h,f]of Object.entries(g))(n[h]===null||n[h]===void 0)&&(n[h]=f);return n.parser==="json"&&(n.trailingComma="none"),A6(n,a,{passThrough:Object.keys(tp),...t})}async function A2(e,t){let r=await uf(t),n=r.preprocess?r.preprocess(e,t):e;t.originalText=n;let a;try{a=await r.parse(n,t,t)}catch(o){Y7(o,e)}return{text:n,ast:a}}function Y7(e,t){let{loc:r}=e;if(r){let n=(0,F6.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+=`
269
- `+n,e.codeFrame=n,e}throw e}async function K7(e,t,r,n,a){let{embeddedLanguageFormatting:o,printer:{embed:i,hasPrettierIgnore:s=u(()=>!1,"s"),getVisitorKeys:c}}=r;if(!i||o!=="auto")return;if(i.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/en/plugins.html#optional-embed");let d=hi(i.getVisitorKeys??c),p=[];f();let g=e.stack;for(let{print:v,node:m,pathStack:w}of p)try{e.stack=w;let E=await v(h,t,e,r);E&&a.set(m,E)}catch(E){if(globalThis.PRETTIER_DEBUG)throw E}e.stack=g;function h(v,m){return J7(v,m,r,n)}u(h,"f");function f(){let{node:v}=e;if(v===null||typeof v!="object"||s(e))return;for(let w of d(v))Array.isArray(v[w])?e.each(f,w):e.call(f,w);let m=i(e,r);if(m){if(typeof m=="function"){p.push({print:m,node:v,pathStack:[...e.stack]});return}a.set(v,m)}}u(f,"p")}async function J7(e,t,r,n){let a=await wn({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:o}=await Ra(e,a),i=await n(o,a);return Fd(i)}function F2(e,t){let{originalText:r,[Symbol.for("comments")]:n,locStart:a,locEnd:o,[Symbol.for("printedComments")]:i}=t,{node:s}=e,c=a(s),d=o(s);for(let p of n)a(p)>=c&&o(p)<=d&&i.add(p);return r.slice(c,d)}async function pi(e,t){({ast:e}=await df(e,t));let r=new Map,n=new d6(e),a=m6(t),o=new Map;await K7(n,s,t,pi,o);let i=await Od(n,t,s,void 0,o);return P7(t),i;function s(d,p){return d===void 0||d===n?c(p):Array.isArray(d)?n.call(()=>c(p),...d):n.call(()=>c(p),d)}function c(d){a(n);let p=n.node;if(p==null)return"";let g=p&&typeof p=="object"&&d===void 0;if(g&&r.has(p))return r.get(p);let h=Od(n,t,s,d,o);return g&&r.set(p,h),h}}function Od(e,t,r,n,a){var o;let{node:i}=e,{printer:s}=t,c;return(o=s.hasPrettierIgnore)!=null&&o.call(s,e)?c=_6(e,t):a.has(i)?c=a.get(i):c=s.print(e,t,r,n),i===t.cursorNode&&(c=rf(c,d=>[Ql,d,Ql])),s.printComment&&(!s.willPrintOwnComments||!s.willPrintOwnComments(e,t))&&(c=M7(e,c,t)),c}async function df(e,t){let r=e.comments??[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,I7(e,t);let{printer:{preprocess:n}}=t;return e=n?await n(e,t):e,{ast:e,comments:r}}function _2(e,t){let{cursorOffset:r,locStart:n,locEnd:a}=t,o=hi(t.printer.getVisitorKeys),i=u(c=>n(c)<=r&&a(c)>=r,"i"),s=e;for(let c of _7(e,{getVisitorKeys:o,filter:i}))s=c;return s}function R2(e,t){let{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;let a=hi(n),o=r.ignoredProperties??new Set;return i(e);function i(s,c){if(!(s!==null&&typeof s=="object"))return s;if(Array.isArray(s))return s.map(h=>i(h,c)).filter(Boolean);let d={},p=new Set(a(s));for(let h in s)!Object.prototype.hasOwnProperty.call(s,h)||o.has(h)||(p.has(h)?d[h]=i(s[h],s):d[h]=s[h]);let g=r(s,d,c);if(g!==null)return g??d}}function Z7(e,t){let r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find(a=>yf.has(a.type)&&n.has(a))}function Md(e){let t=B6(!1,e,r=>r.type!=="Program"&&r.type!=="File");return t===-1?e:e.slice(0,t+1)}function X7(e,t,{locStart:r,locEnd:n}){let a=e.node,o=t.node;if(a===o)return{startNode:a,endNode:o};let i=r(e.node);for(let c of Md(t.parentNodes))if(r(c)>=i)o=c;else break;let s=n(t.node);for(let c of Md(e.parentNodes)){if(n(c)<=s)a=c;else break;if(a===o)break}return{startNode:a,endNode:o}}function Zl(e,t,r,n,a=[],o){let{locStart:i,locEnd:s}=r,c=i(e),d=s(e);if(!(t>d||t<c||o==="rangeEnd"&&t===c||o==="rangeStart"&&t===d)){for(let p of Gs(e,r)){let g=Zl(p,t,r,n,[e,...a],o);if(g)return g}if(!n||n(e,a[0]))return{node:e,parentNodes:a}}}function Q7(e,t){return t!=="DeclareExportDeclaration"&&e!=="TypeParameterDeclaration"&&(e==="Directive"||e==="TypeAlias"||e==="TSExportAssignment"||e.startsWith("Declare")||e.startsWith("TSDeclare")||e.endsWith("Statement")||e.endsWith("Declaration"))}function Pd(e,t,r){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return Q7(t.type,r==null?void 0:r.type);case"json":case"json5":case"jsonc":case"json-stringify":return yf.has(t.type);case"graphql":return z6.has(t.kind);case"vue":return t.tag!=="root"}return!1}function e6(e,t,r){let{rangeStart:n,rangeEnd:a,locStart:o,locEnd:i}=t;rs.ok(a>n);let s=e.slice(n,a).search(/\S/u),c=s===-1;if(!c)for(n+=s;a>n&&!/\S/u.test(e[a-1]);--a);let d=Zl(r,n,t,(f,v)=>Pd(t,f,v),[],"rangeStart"),p=c?d:Zl(r,a,t,f=>Pd(t,f),[],"rangeEnd");if(!d||!p)return{rangeStart:0,rangeEnd:0};let g,h;if(T6(t)){let f=Z7(d,p);g=f,h=f}else({startNode:g,endNode:h}=X7(d,p,t));return{rangeStart:Math.min(o(g),o(h)),rangeEnd:Math.max(i(g),i(h))}}async function pf(e,t,r=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:a}=await Ra(e,t);t.cursorOffset>=0&&(t.cursorNode=R6(n,t));let o=await pi(n,t);r>0&&(o=Sd([Dr,o],r,t.tabWidth));let i=Vo(o,t);if(r>0){let c=i.formatted.trim();i.cursorNodeStart!==void 0&&(i.cursorNodeStart-=i.formatted.indexOf(c)),i.formatted=c+qs(t.endOfLine)}let s=t[Symbol.for("comments")];if(t.cursorOffset>=0){let c,d,p,g,h;if(t.cursorNode&&i.cursorNodeText?(c=t.locStart(t.cursorNode),d=a.slice(c,t.locEnd(t.cursorNode)),p=t.cursorOffset-c,g=i.cursorNodeStart,h=i.cursorNodeText):(c=0,d=a,p=t.cursorOffset,g=0,h=i.formatted),d===h)return{formatted:i.formatted,cursorOffset:g+p,comments:s};let f=d.split("");f.splice(p,0,rp);let v=h.split(""),m=v7(f,v),w=g;for(let E of m)if(E.removed){if(E.value.includes(rp))break}else w+=E.count;return{formatted:i.formatted,cursorOffset:w,comments:s}}return{formatted:i.formatted,cursorOffset:-1,comments:s}}async function t6(e,t){let{ast:r,text:n}=await Ra(e,t),{rangeStart:a,rangeEnd:o}=e6(n,t,r),i=n.slice(a,o),s=Math.min(a,n.lastIndexOf(`
270
- `,a)+1),c=n.slice(s,a).match(/^\s*/u)[0],d=ts(c,t.tabWidth),p=await pf(i,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>a&&t.cursorOffset<=o?t.cursorOffset-a:-1,endOfLine:"lf"},d),g=p.formatted.trimEnd(),{cursorOffset:h}=t;h>o?h+=g.length-i.length:p.cursorOffset>=0&&(h=p.cursorOffset+a);let f=n.slice(0,a)+g+n.slice(o);if(t.endOfLine!=="lf"){let v=qs(t.endOfLine);h>=0&&v===`\r
271
- `&&(h+=tf(f.slice(0,h),`
272
- `)),f=fi(!1,f,`
273
- `,v)}return{formatted:f,cursorOffset:h,comments:p.comments}}function fl(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function Nd(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:a}=t;return r=fl(e,r,-1),n=fl(e,n,0),a=fl(e,a,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:a}}function ff(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:a,endOfLine:o}=Nd(e,t),i=e.charAt(0)===bf;if(i&&(e=e.slice(1),r--,n--,a--),o==="auto"&&(o=y7(e)),e.includes("\r")){let s=u(c=>tf(e.slice(0,Math.max(c,0)),`\r
274
- `),"s");r-=s(r),n-=s(n),a-=s(a),e=b7(e)}return{hasBOM:i,text:e,options:Nd(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:a,endOfLine:o})}}async function $d(e,t){let r=await uf(t);return!r.hasPragma||r.hasPragma(e)}async function Hd(e,t){let{hasBOM:r,text:n,options:a}=ff(e,await wn(t));if(a.rangeStart>=a.rangeEnd&&n!==""||a.requirePragma&&!await $d(n,a))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let o;return a.rangeStart>0||a.rangeEnd<n.length?o=await t6(n,a):(!a.requirePragma&&a.insertPragma&&a.printer.insertPragma&&!await $d(n,a)&&(n=a.printer.insertPragma(n)),o=await pf(n,a)),r&&(o.formatted=bf+o.formatted,o.cursorOffset>=0&&o.cursorOffset++),o}async function I2(e,t,r){let{text:n,options:a}=ff(e,await wn(t)),o=await Ra(n,a);return r&&(r.preprocessForPrint&&(o.ast=await df(o.ast,a)),r.massage&&(o.ast=I6(o.ast,a))),o}async function B2(e,t){t=await wn(t);let r=await pi(e,t);return Vo(r,t)}async function T2(e,t){let r=w7(e),{formatted:n}=await Hd(r,{...t,parser:"__js_expression"});return n}async function z2(e,t){t=await wn(t);let{ast:r}=await Ra(e,t);return pi(r,t)}async function L2(e,t){return Vo(e,await wn(t))}function O2(e,t){if(t===!1)return!1;if(e.charAt(t)==="/"&&e.charAt(t+1)==="*"){for(let r=t+2;r<e.length;++r)if(e.charAt(r)==="*"&&e.charAt(r+1)==="/")return r+2}return t}function M2(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?Gd(e,t):t}function P2(e,t){let r=null,n=t;for(;n!==r;)r=n,n=cr(e,n),n=ns(e,n),n=as(e,n),n=Ir(e,n);return n}function N2(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Wd(e,n),n=ns(e,n),n=cr(e,n);return n=as(e,n),n=Ir(e,n),n!==!1&&sr(e,n)}function $2(e,t){let r=e.lastIndexOf(`
275
- `);return r===-1?0:ts(e.slice(r+1).match(/^[\t ]*/u)[0],t)}function r6(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function H2(e,t){let r=e.match(new RegExp(`(${r6(t)})+`,"gu"));return r===null?0:r.reduce((n,a)=>Math.max(n,a.length/t.length),0)}function j2(e,t){let r=Js(e,t);return r===!1?"":e.charAt(r)}function V2(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
276
- `)return!0;return!1}function U2(e,t,r={}){return cr(e,r.backwards?t-1:t,r)!==t}function q2(e,t,r){let n=t==='"'?"'":'"',a=fi(!1,e,/\\(.)|(["'])/gsu,(o,i,s)=>i===n?i:s===t?"\\"+s:s||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(i)?i:"\\"+i));return t+a+t}function n6(e,t,r){return Js(e,r(t))}function W2(e,t){return arguments.length===2||typeof t=="number"?Js(e,t):n6(...arguments)}function a6(e,t,r){return Ks(e,r(t))}function G2(e,t){return arguments.length===2||typeof t=="number"?Ks(e,t):a6(...arguments)}function o6(e,t,r){return os(e,r(t))}function Y2(e,t){return arguments.length===2||typeof t=="number"?os(e,t):o6(...arguments)}function hr(e,t=1){return async(...r)=>{let n=r[t]??{},a=n.plugins??[];return r[t]={...n,plugins:Array.isArray(a)?a:Object.values(a)},e(...r)}}async function jd(e,t){let{formatted:r}=await np(e,{...t,cursorOffset:-1});return r}async function K2(e,t){return await jd(e,t)===e}var J2,Ja,Z2,X2,Q2,ev,o0,tv,Gi,Za,i0,Xa,rv,nv,av,In,Yi,l0,ov,iv,lv,sv,uv,s0,cv,fi,u0,c0,d0,p0,dv,pv,i6,Bn,ho,Tr,Ut,xr,qt,Wt,$t,Ne,vt,je,Gt,Yt,Ht,we,yt,Ke,hf,zr,l6,f0,fv,cn,Vd,Xl,h0,bt,Ys,hv,mo,mv,hl,m0,Ud,gv,Dr,qd,Ql,vv,me,s6,u6,c6,es,Be,ut,Xn,ts,Wr,g0,Ki,v0,yv,d6,y0,rs,p6,bv,cr,Wd,Gd,Ir,sr,f6,Yd,h6,hi,ml,gl,mf,Ks,m6,b0,gf,w0,Kd,g6,v6,y6,Gr,E0,wv,rn,Jd,Qa,Zd,Ev,x0,vl,Xd,Qd,b6,D0,or,C0,w6,S0,E6,k0,x6,A0,D6,F0,C6,_0,xv,R0,S6,I0,ep,Dv,Cv,Sv,kv,B0,k6,T0,A6,Av,vf,tp,wn,F6,Ra,_6,R6,I6,Fv,B6,T6,yf,z6,bf,rp,z0,_v,Rv,Iv,Bv,L0,ns,as,Js,os,Tv,zv,Lv,Ov,Mv,Pv,np,Nv,$v,L6,qk=T(()=>{J2=Object.create,Ja=Object.defineProperty,Z2=Object.getOwnPropertyDescriptor,X2=Object.getOwnPropertyNames,Q2=Object.getPrototypeOf,ev=Object.prototype.hasOwnProperty,o0=u(e=>{throw TypeError(e)},"sr"),tv=u((e,t)=>()=>(e&&(t=e(e=0)),t),"_u"),Gi=u((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"At"),Za=u((e,t)=>{for(var r in t)Ja(e,r,{get:t[r],enumerable:!0})},"We"),i0=u((e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of X2(t))!ev.call(e,a)&&a!==r&&Ja(e,a,{get:u(()=>t[a],"get"),enumerable:!(n=Z2(t,a))||n.enumerable});return e},"ar"),Xa=u((e,t,r)=>(r=e!=null?J2(Q2(e)):{},i0(t||!e||!e.__esModule?Ja(r,"default",{value:e,enumerable:!0}):r,e)),"Me"),rv=u(e=>i0(Ja({},"__esModule",{value:!0}),e),"vu"),nv=u((e,t,r)=>t.has(e)||o0("Cannot "+r),"bu"),av=u((e,t,r)=>t.has(e)?o0("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"Dr"),In=u((e,t,r)=>(nv(e,t,"access private method"),r),"pe"),Yi=Gi((e,t)=>{var r=new Proxy(String,{get:u(()=>r,"get")});t.exports=r}),l0={},Za(l0,{default:u(()=>iv,"default"),shouldHighlight:u(()=>ov,"shouldHighlight")}),lv=tv(()=>{ov=u(()=>!1,"xo"),iv=String}),sv=Gi((e,t)=>{var r=String,n=u(function(){return{isColorSupported:!1,reset:r,bold:r,dim:r,italic:r,underline:r,inverse:r,hidden:r,strikethrough:r,black:r,red:r,green:r,yellow:r,blue:r,magenta:r,cyan:r,white:r,gray:r,bgBlack:r,bgRed:r,bgGreen:r,bgYellow:r,bgBlue:r,bgMagenta:r,bgCyan:r,bgWhite:r}},"Ln");t.exports=n(),t.exports.createColors=n}),uv=Gi(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=f,e.default=v;var t=(lv(),rv(l0)),r=a(sv(),!0);function n(m){if(typeof WeakMap!="function")return null;var w=new WeakMap,E=new WeakMap;return(n=u(function(D){return D?E:w},"Wn"))(m)}u(n,"Wn");function a(m,w){if(!w&&m&&m.__esModule)return m;if(m===null||typeof m!="object"&&typeof m!="function")return{default:m};var E=n(w);if(E&&E.has(m))return E.get(m);var D={__proto__:null},x=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var b in m)if(b!=="default"&&{}.hasOwnProperty.call(m,b)){var C=x?Object.getOwnPropertyDescriptor(m,b):null;C&&(C.get||C.set)?Object.defineProperty(D,b,C):D[b]=m[b]}return D.default=m,E&&E.set(m,D),D}u(a,"vo");var o=r.default,i=u((m,w)=>E=>m(w(E)),"Rn"),s;function c(m){return m?(s!=null||(s=(0,r.createColors)(!0)),s):o}u(c,"Oo");var d=!1;function p(m){return{gutter:m.gray,marker:i(m.red,m.bold),message:i(m.red,m.bold)}}u(p,"So");var g=/\r\n|[\n\r\u2028\u2029]/;function h(m,w,E){let D=Object.assign({column:0,line:-1},m.start),x=Object.assign({},D,m.end),{linesAbove:b=2,linesBelow:C=3}=E||{},S=D.line,k=D.column,A=x.line,_=x.column,I=Math.max(S-(b+1),0),B=Math.min(w.length,A+C);S===-1&&(I=0),A===-1&&(B=w.length);let z=A-S,L={};if(z)for(let M=0;M<=z;M++){let O=M+S;if(!k)L[O]=!0;else if(M===0){let P=w[O-1].length;L[O]=[k,P-k+1]}else if(M===z)L[O]=[0,_];else{let P=w[O-M].length;L[O]=[0,P]}}else k===_?k?L[S]=[k,0]:L[S]=!0:L[S]=[k,_-k];return{start:I,end:B,markerLines:L}}u(h,"No");function f(m,w,E={}){let D=(E.highlightCode||E.forceColor)&&(0,t.shouldHighlight)(E),x=c(E.forceColor),b=p(x),C=u((L,M)=>D?L(M):M,"i"),S=m.split(g),{start:k,end:A,markerLines:_}=h(w,S,E),I=w.start&&typeof w.start.column=="number",B=String(A).length,z=(D?(0,t.default)(m,E):m).split(g,A).slice(k,A).map((L,M)=>{let O=k+1+M,P=` ${` ${O}`.slice(-B)} |`,j=_[O],q=!_[O+1];if(j){let U="";if(Array.isArray(j)){let Y=L.slice(0,Math.max(j[0]-1,0)).replace(/[^\t]/g," "),X=j[1]||1;U=[`
277
- `,C(b.gutter,P.replace(/\d/g," "))," ",Y,C(b.marker,"^").repeat(X)].join(""),q&&E.message&&(U+=" "+C(b.message,E.message))}return[C(b.marker,">"),C(b.gutter,P),L.length>0?` ${L}`:"",U].join("")}else return` ${C(b.gutter,P)}${L.length>0?` ${L}`:""}`}).join(`
278
- `);return E.message&&!I&&(z=`${" ".repeat(B+1)}${E.message}
279
- ${z}`),D?x.reset(z):z}u(f,"Mn");function v(m,w,E,D={}){if(!d){d=!0;let x="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let b=new Error(x);b.name="DeprecationWarning",console.warn(new Error(x))}}return E=Math.max(E,0),f(m,{start:{column:E,line:w}},D)}u(v,"To")}),s0={},Za(s0,{__debug:u(()=>$v,"__debug"),check:u(()=>K2,"check"),doc:u(()=>z0,"doc"),format:u(()=>jd,"format"),formatWithCursor:u(()=>np,"formatWithCursor"),getSupportInfo:u(()=>Nv,"getSupportInfo"),util:u(()=>L0,"util"),version:u(()=>Bv,"version")}),cv=u((e,t,r,n)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},"Ou"),fi=cv,u(rr,"Z"),rr.prototype={diff:u(function(e,t){var r,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=n.callback;typeof n=="function"&&(a=n,n={}),this.options=n;var o=this;function i(x){return a?(setTimeout(function(){a(void 0,x)},0),!0):x}u(i,"s"),e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e)),t=this.removeEmpty(this.tokenize(t));var s=t.length,c=e.length,d=1,p=s+c;n.maxEditLength&&(p=Math.min(p,n.maxEditLength));var g=(r=n.timeout)!==null&&r!==void 0?r:1/0,h=Date.now()+g,f=[{oldPos:-1,lastComponent:void 0}],v=this.extractCommon(f[0],t,e,0);if(f[0].oldPos+1>=c&&v+1>=s)return i([{value:this.join(t),count:t.length}]);var m=-1/0,w=1/0;function E(){for(var x=Math.max(m,-d);x<=Math.min(w,d);x+=2){var b=void 0,C=f[x-1],S=f[x+1];C&&(f[x-1]=void 0);var k=!1;if(S){var A=S.oldPos-x;k=S&&0<=A&&A<s}var _=C&&C.oldPos+1<c;if(!k&&!_){f[x]=void 0;continue}if(!_||k&&C.oldPos+1<S.oldPos?b=o.addToPath(S,!0,void 0,0):b=o.addToPath(C,void 0,!0,1),v=o.extractCommon(b,t,e,x),b.oldPos+1>=c&&v+1>=s)return i(V5(o,b.lastComponent,t,e,o.useLongestToken));f[x]=b,b.oldPos+1>=c&&(w=Math.min(w,x-1)),v+1>=s&&(m=Math.max(m,x+1))}d++}if(u(E,"A"),a)u(function x(){setTimeout(function(){if(d>p||Date.now()>h)return a();E()||x()},0)},"h")();else for(;d<=p&&Date.now()<=h;){var D=E();if(D)return D}},"diff"),addToPath:u(function(e,t,r,n){var a=e.lastComponent;return a&&a.added===t&&a.removed===r?{oldPos:e.oldPos+n,lastComponent:{count:a.count+1,added:t,removed:r,previousComponent:a.previousComponent}}:{oldPos:e.oldPos+n,lastComponent:{count:1,added:t,removed:r,previousComponent:a}}},"addToPath"),extractCommon:u(function(e,t,r,n){for(var a=t.length,o=r.length,i=e.oldPos,s=i-n,c=0;s+1<a&&i+1<o&&this.equals(t[s+1],r[i+1]);)s++,i++,c++;return c&&(e.lastComponent={count:c,previousComponent:e.lastComponent}),e.oldPos=i,s},"extractCommon"),equals:u(function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},"equals"),removeEmpty:u(function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},"removeEmpty"),castInput:u(function(e){return e},"castInput"),tokenize:u(function(e){return e.split("")},"tokenize"),join:u(function(e){return e.join("")},"join")},u(V5,"Su"),u0=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,c0=/\S/,d0=new rr,d0.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!c0.test(e)&&!c0.test(t)},d0.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),r=0;r<t.length-1;r++)!t[r+1]&&t[r+2]&&u0.test(t[r])&&u0.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t},p0=new rr,p0.tokenize=function(e){this.options.stripTrailingCr&&(e=e.replace(/\r\n/g,`
280
- `));var t=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var n=0;n<r.length;n++){var a=r[n];n%2&&!this.options.newlineIsToken?t[t.length-1]+=a:(this.options.ignoreWhitespace&&(a=a.trim()),t.push(a))}return t},dv=new rr,dv.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},pv=new rr,pv.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)},u(Fo,"$e"),i6=Object.prototype.toString,Bn=new rr,Bn.useLongestToken=!0,Bn.tokenize=p0.tokenize,Bn.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,a=n===void 0?function(o,i){return typeof i>"u"?r:i}:n;return typeof e=="string"?e:JSON.stringify(Wl(e,null,null,a),a," ")},Bn.equals=function(e,t){return rr.prototype.equals.call(Bn,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))},u(Wl,"Bt"),ho=new rr,ho.tokenize=function(e){return e.slice()},ho.join=ho.removeEmpty=function(e){return e},u(v7,"dr"),u(y7,"Fr"),u(qs,"Be"),u(tf,"wt"),u(b7,"mr"),Tr="string",Ut="array",xr="cursor",qt="indent",Wt="align",$t="trim",Ne="group",vt="fill",je="if-break",Gt="indent-if-break",Yt="line-suffix",Ht="line-suffix-boundary",we="line",yt="label",Ke="break-parent",hf=new Set([xr,qt,Wt,$t,Ne,vt,je,Gt,Yt,Ht,we,yt,Ke]),u(U5,"Lu"),zr=U5,l6=u(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"Pu"),u(q5,"Iu"),fv=(f0=class extends Error{constructor(t){super(q5(t));_n(this,"name","InvalidDocError");this.doc=t}},u(f0,"xt"),f0),cn=fv,Vd={},u(W5,"Ru"),Xl=W5,h0=u(()=>{},"hr"),bt=h0,Ys=h0,u(Ho,"De"),u(un,"ae"),u(xd,"_t"),u(G5,"Cr"),u(Y5,"gr"),u(K5,"yr"),u(J5,"Ar"),u(Dd,"Ge"),u(Z5,"Br"),u(X5,"wr"),u(Gl,"xe"),hv={type:Ht},mo={type:Ke},mv={type:$t},hl={type:we,hard:!0},m0={type:we,hard:!0,literal:!0},Ud={type:we},gv={type:we,soft:!0},Dr=[hl,mo],qd=[m0,mo],Ql={type:xr},u(Cd,"be"),u(Sd,"Je"),u(Q5,"br"),u(Bt,"ee"),u(w7,"Or"),vv=u((e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},"Yu"),me=vv,s6=u(()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,"Sr"),u(e2,"Nr"),u(t2,"Tr"),u6=u(e=>!(e2(e)||t2(e)),"kr"),c6=/[^\x20-\x7F]/u,u(r2,"Hu"),es=r2,u(jo,"Ne"),u(Yl,"Xe"),u(E7,"Wu"),u(n2,"Ir"),u(kd,"Lr"),u(x7,"Rr"),u(D7,"Mu"),u(a2,"Yr"),u(Ad,"Pr"),u(Zn,"Se"),u(Fd,"Ze"),u(C7,"$u"),u(S7,"Vu"),u(o2,"jr"),u(k7,"Uu"),u(i2,"Hr"),u(rf,"Qe"),Be=Symbol("MODE_BREAK"),ut=Symbol("MODE_FLAT"),Xn=Symbol("cursor"),u(nf,"Wr"),u(A7,"zu"),u(F7,"Gu"),u(Kl,"bt"),u(Jl,"Ot"),u(fo,"et"),u(Vo,"Fe"),u(l2,"Ku"),ts=l2,yv=(v0=class{constructor(e){av(this,Wr),this.stack=[e]}get key(){let{stack:e,siblings:t}=this;return me(!1,e,t===null?-2:-4)??null}get index(){return this.siblings===null?null:me(!1,this.stack,-2)}get node(){return me(!1,this.stack,-1)}get parent(){return this.getNode(1)}get grandparent(){return this.getNode(2)}get isInArray(){return this.siblings!==null}get siblings(){let{stack:e}=this,t=me(!1,e,-3);return Array.isArray(t)?t:null}get next(){let{siblings:e}=this;return e===null?null:e[this.index+1]}get previous(){let{siblings:e}=this;return e===null?null:e[this.index-1]}get isFirst(){return this.index===0}get isLast(){let{siblings:e,index:t}=this;return e!==null&&t===e.length-1}get isRoot(){return this.stack.length===1}get root(){return this.stack[0]}get ancestors(){return[...In(this,Wr,Ki).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?me(!1,e,-2):null}getValue(){return me(!1,this.stack,-1)}getNode(e=0){let t=In(this,Wr,g0).call(this,e);return t===-1?null:this.stack[t]}getParentNode(e=0){return this.getNode(e+1)}call(e,...t){let{stack:r}=this,{length:n}=r,a=me(!1,r,-1);for(let o of t)a=a[o],r.push(o,a);try{return e(this)}finally{r.length=n}}callParent(e,t=0){let r=In(this,Wr,g0).call(this,t+1),n=this.stack.splice(r+1);try{return e(this)}finally{this.stack.push(...n)}}each(e,...t){let{stack:r}=this,{length:n}=r,a=me(!1,r,-1);for(let o of t)a=a[o],r.push(o,a);try{for(let o=0;o<a.length;++o)r.push(o,a[o]),e(this,o,a),r.length-=2}finally{r.length=n}}map(e,...t){let r=[];return this.each((n,a,o)=>{r[a]=e(n,a,o)},...t),r}match(...e){let t=this.stack.length-1,r=null,n=this.stack[t--];for(let a of e){if(n===void 0)return!1;let o=null;if(typeof r=="number"&&(o=r,r=this.stack[t--],n=this.stack[t--]),a&&!a(n,r,o))return!1;r=this.stack[t--],n=this.stack[t--]}return!0}findAncestor(e){for(let t of In(this,Wr,Ki).call(this))if(e(t))return t}hasAncestor(e){for(let t of In(this,Wr,Ki).call(this))if(e(t))return!0;return!1}},u(v0,"St"),v0),Wr=new WeakSet,g0=u(function(e){let{stack:t}=this;for(let r=t.length-1;r>=0;r-=2)if(!Array.isArray(t[r])&&--e<0)return r;return-1},"Nt"),Ki=u(function*(){let{stack:e}=this;for(let t=e.length-3;t>=0;t-=2){let r=e[t];Array.isArray(r)||(yield r)}},"tt"),d6=yv,y0=new Proxy(()=>{},{get:u(()=>y0,"get")}),rs=y0,u(s2,"qu"),p6=s2,u(af,"Tt"),u(_7,"Ur"),u(Rn,"Ee"),bv=Rn(/\s/u),cr=Rn(" "),Wd=Rn(",; "),Gd=Rn(/[^\n\r]/u),u(u2,"Ju"),Ir=u2,u(c2,"Xu"),sr=c2,u(d2,"Zu"),f6=d2,Yd=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),h6=u(e=>Object.keys(e).filter(t=>!Yd.has(t)),"Qu"),u(p2,"eo"),hi=p2,u(R7,"to"),u(Ws,"Lt"),u(en,"ue"),u(_o,"re"),u(tn,"oe"),ml=new WeakMap,u(Gs,"ut"),u(of,"qr"),gl=u(()=>!1,"It"),u(I7,"Jr"),mf=u(e=>!/[\S\n\u2028\u2029]/u.test(e),"Xr"),u(B7,"ro"),u(T7,"no"),u(_d,"Kr"),u(dl,"Rt"),u(f2,"uo"),Ks=f2,u(lf,"Zr"),u(z7,"oo"),u(L7,"io"),u(O7,"so"),u(M7,"Qr"),u(P7,"en"),u(h2,"ao"),m6=h2,gf=(b0=class extends Error{constructor(){super(...arguments);_n(this,"name","ConfigError")}},u(b0,"Pe"),b0),Kd=(w0=class extends Error{constructor(){super(...arguments);_n(this,"name","UndefinedParserError")}},u(w0,"Ie"),w0),g6={cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:`Maintain existing
281
- (mixed values within one file are normalised by looking at what's used after the first line)`}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:u(e=>typeof e=="string"||typeof e=="function","exception"),choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:u(e=>typeof e=="string"||typeof e=="object","exception"),cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:`Format code ending at a given character offset (exclusive).
282
- The range will extend forwards to the end of the selected statement.`,cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:`Format code starting at a given character offset.
283
- The range will extend backwards to the start of the first line containing the selected statement.`,cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:`Require either '@prettier' or '@format' to be present in the file's first docblock comment
284
- in order for it to be formatted.`,cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}},u(Rd,"ot"),u(N7,"Do"),u($7,"lo"),v6=u(e=>String(e).split(/[/\\]/u).pop(),"co"),u(Id,"nn"),u(H7,"fo"),u(m2,"po"),y6=m2,Gr={key:u(e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),"key"),value(e){if(e===null||typeof e!="object")return JSON.stringify(e);if(Array.isArray(e))return`[${e.map(r=>Gr.value(r)).join(", ")}]`;let t=Object.keys(e);return t.length===0?"{}":`{ ${t.map(r=>`${Gr.key(r)}: ${Gr.value(e[r])}`).join(", ")} }`},pair:u(({key:e,value:t})=>Gr.value({[e]:t}),"pair")},E0=Xa(Yi(),1),wv=u((e,t,{descriptor:r})=>{let n=[`${E0.default.yellow(typeof e=="string"?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${E0.default.blue(typeof t=="string"?r.key(t):r.pair(t))}`),n.join("; ")+"."},"an"),rn=Xa(Yi(),1),Jd=Symbol.for("vnopts.VALUE_NOT_EXIST"),Qa=Symbol.for("vnopts.VALUE_UNCHANGED"),Zd=" ".repeat(2),Ev=u((e,t,r)=>{let{text:n,list:a}=r.normalizeExpectedResult(r.schemas[e].expected(r)),o=[];return n&&o.push(Qc(e,t,n,r.descriptor)),a&&o.push([Qc(e,t,a.title,r.descriptor)].concat(a.values.map(i=>Bd(i,r.loggerPrintWidth))).join(`
285
- `)),Td(o,r.loggerPrintWidth)},"cn"),u(Qc,"ln"),u(Bd,"fn"),u(Td,"pn"),x0=Xa(Yi(),1),vl=[],Xd=[],u(g2,"Ht"),Qd=u((e,t,{descriptor:r,logger:n,schemas:a})=>{let o=[`Ignored unknown option ${x0.default.yellow(r.pair({key:e,value:t}))}.`],i=Object.keys(a).sort().find(s=>g2(e,s)<3);i&&o.push(`Did you mean ${x0.default.blue(r.key(i))}?`),n.warn(o.join(" "))},"at"),b6=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],u(v2,"mo"),or=(D0=class{static create(e){return v2(this,e)}constructor(e){this.name=e.name}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,r){return e}preprocess(e,t){return e}postprocess(e,t){return Qa}},u(D0,"O"),D0),u(j7,"Eo"),w6=(C0=class extends or{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}},u(C0,"Dt"),C0),E6=(S0=class extends or{expected(){return"anything"}validate(){return!0}},u(S0,"lt"),S0),x6=(k0=class extends or{constructor({valueSchema:e,name:t=e.name,...r}){super({...r,name:t}),this._valueSchema=e}expected(e){let{text:t,list:r}=e.normalizeExpectedResult(this._valueSchema.expected(e));return{text:t&&`an array of ${t}`,list:r&&{title:"an array of the following values",values:[{list:r}]}}}validate(e,t){if(!Array.isArray(e))return!1;let r=[];for(let n of e){let a=t.normalizeValidateResult(this._valueSchema.validate(n,t),n);a!==!0&&r.push(a.value)}return r.length===0?!0:{value:r}}deprecated(e,t){let r=[];for(let n of e){let a=t.normalizeDeprecatedResult(this._valueSchema.deprecated(n,t),n);a!==!1&&r.push(...a.map(({value:o})=>({value:[o]})))}return r}forward(e,t){let r=[];for(let n of e){let a=t.normalizeForwardResult(this._valueSchema.forward(n,t),n);r.push(...a.map(e0))}return r}redirect(e,t){let r=[],n=[];for(let a of e){let o=t.normalizeRedirectResult(this._valueSchema.redirect(a,t),a);"remain"in o&&r.push(o.remain),n.push(...o.redirect.map(e0))}return r.length===0?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}},u(k0,"ct"),k0),u(e0,"Fn"),D6=(A0=class extends or{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},u(A0,"ft"),A0),u(y2,"En"),u(b2,"hn"),u(w2,"Cn"),u(E2,"gn"),u(x2,"yn"),u(D2,"An"),u(C2,"Bn"),u(t0,"Mt"),u(zd,"$t"),u(r0,"Vt"),u(n0,"Ut"),u(Ld,"mn"),u(pl,"pt"),u(a0,"zt"),u(V7,"ho"),C6=(F0=class extends or{constructor(e){super(e),this._choices=b2(e.choices.map(t=>t&&typeof t=="object"?t:{value:t}),"value")}expected({descriptor:e}){let t=Array.from(this._choices.keys()).map(a=>this._choices.get(a)).filter(({hidden:a})=>!a).map(a=>a.value).sort(D2).map(e.value),r=t.slice(0,-2),n=t.slice(-2);return{text:r.concat(n.join(" or ")).join(", "),list:{title:"one of the following values",values:t}}}validate(e){return this._choices.has(e)}deprecated(e){let t=this._choices.get(e);return t&&t.deprecated?{value:e}:!1}forward(e){let t=this._choices.get(e);return t?t.forward:void 0}redirect(e){let t=this._choices.get(e);return t?t.redirect:void 0}},u(F0,"dt"),F0),xv=(_0=class extends or{expected(){return"a number"}validate(e,t){return typeof e=="number"}},u(_0,"Ft"),_0),S6=(R0=class extends xv{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&x2(e)}},u(R0,"mt"),R0),ep=(I0=class extends or{expected(){return"a string"}validate(e){return typeof e=="string"}},u(I0,"Re"),I0),Dv=Gr,Cv=Qd,Sv=Ev,kv=wv,k6=(B0=class{constructor(e,t){let{logger:r=console,loggerPrintWidth:n=80,descriptor:a=Dv,unknown:o=Cv,invalid:i=Sv,deprecated:s=kv,missing:c=u(()=>!1,"D"),required:d=u(()=>!1,"l"),preprocess:p=u(h=>h,"d"),postprocess:g=u(()=>Qa,"f")}=t||{};this._utils={descriptor:a,logger:r||{warn:u(()=>{},"warn")},loggerPrintWidth:n,schemas:y2(e,"name"),normalizeDefaultResult:t0,normalizeExpectedResult:zd,normalizeDeprecatedResult:n0,normalizeForwardResult:pl,normalizeRedirectResult:a0,normalizeValidateResult:r0},this._unknownHandler=o,this._invalidHandler=C2(i),this._deprecatedHandler=s,this._identifyMissing=(h,f)=>!(h in f)||c(h,f),this._identifyRequired=d,this._preprocess=p,this._postprocess=g,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=w2()}normalize(e){let t={},r=[this._preprocess(e,this._utils)],n=u(()=>{for(;r.length!==0;){let a=r.shift(),o=this._applyNormalization(a,t);r.push(...o)}},"u");n();for(let a of Object.keys(this._utils.schemas)){let o=this._utils.schemas[a];if(!(a in t)){let i=t0(o.default(this._utils));"value"in i&&r.push({[a]:i.value})}}n();for(let a of Object.keys(this._utils.schemas)){if(!(a in t))continue;let o=this._utils.schemas[a],i=t[a],s=o.postprocess(i,this._utils);s!==Qa&&(this._applyValidation(s,a,o),t[a]=s)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){let r=[],{knownKeys:n,unknownKeys:a}=this._partitionOptionKeys(e);for(let o of n){let i=this._utils.schemas[o],s=i.preprocess(e[o],this._utils);this._applyValidation(s,o,i);let c=u(({from:g,to:h})=>{r.push(typeof h=="string"?{[h]:g}:{[h.key]:h.value})},"D"),d=u(({value:g,redirectTo:h})=>{let f=n0(i.deprecated(g,this._utils),s,!0);if(f!==!1)if(f===!0)this._hasDeprecationWarned(o)||this._utils.logger.warn(this._deprecatedHandler(o,h,this._utils));else for(let{value:v}of f){let m={key:o,value:v};if(!this._hasDeprecationWarned(m)){let w=typeof h=="string"?{key:h,value:v}:h;this._utils.logger.warn(this._deprecatedHandler(m,w,this._utils))}}},"l");pl(i.forward(s,this._utils),s).forEach(c);let p=a0(i.redirect(s,this._utils),s);if(p.redirect.forEach(c),"remain"in p){let g=p.remain;t[o]=o in t?i.overlap(t[o],g,this._utils):g,d({value:g})}for(let{from:g,to:h}of p.redirect)d({value:g,redirectTo:h})}for(let o of a){let i=e[o];this._applyUnknownHandler(o,i,t,(s,c)=>{r.push({[s]:c})})}return r}_applyRequiredCheck(e){for(let t of Object.keys(this._utils.schemas))if(this._identifyMissing(t,e)&&this._identifyRequired(t))throw this._invalidHandler(t,Jd,this._utils)}_partitionOptionKeys(e){let[t,r]=E2(Object.keys(e).filter(n=>!this._identifyMissing(n,e)),n=>n in this._utils.schemas);return{knownKeys:t,unknownKeys:r}}_applyValidation(e,t,r){let n=r0(r.validate(e,this._utils),e);if(n!==!0)throw this._invalidHandler(t,n.value,this._utils)}_applyUnknownHandler(e,t,r,n){let a=this._unknownHandler(e,t,this._utils);if(a)for(let o of Object.keys(a)){if(this._identifyMissing(o,a))continue;let i=a[o];o in this._utils.schemas?n(o,i):r[o]=i}}_applyPostprocess(e){let t=this._postprocess(e,this._utils);if(t!==Qa){if(t.delete)for(let r of t.delete)delete e[r];if(t.override){let{knownKeys:r,unknownKeys:n}=this._partitionOptionKeys(t.override);for(let a of r){let o=t.override[a];this._applyValidation(o,a,this._utils.schemas[a]),e[a]=o}for(let a of n){let o=t.override[a];this._applyUnknownHandler(a,o,e,(i,s)=>{let c=this._utils.schemas[i];this._applyValidation(s,i,c),e[i]=s})}}}}},u(B0,"Et"),B0),u(S2,"go"),u(U7,"yo"),u(q7,"Ao"),A6=S2,Av=u((e,t,r)=>{if(!(e&&t==null)){if(t.findLast)return t.findLast(r);for(let n=t.length-1;n>=0;n--){let a=t[n];if(r(a,n,t))return a}}},"Bo"),vf=Av,u(sf,"qt"),u(W7,"On"),u(uf,"ht"),u(cf,"Jt"),u(G7,"Sn"),tp={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},u(k2,"wo"),wn=k2,F6=Xa(uv(),1),u(A2,"ko"),u(Y7,"Lo"),Ra=A2,u(K7,"Un"),u(J7,"Po"),u(F2,"Io"),_6=F2,u(pi,"Ye"),u(Od,"Gn"),u(df,"Qt"),u(_2,"Ro"),R6=_2,u(R2,"Yo"),I6=R2,Fv=u((e,t,r)=>{if(!(e&&t==null)){if(t.findLastIndex)return t.findLastIndex(r);for(let n=t.length-1;n>=0;n--){let a=t[n];if(r(a,n,t))return n}return-1}},"jo"),B6=Fv,T6=u(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","Ho"),u(Z7,"Wo"),u(Md,"Xn"),u(X7,"Mo"),u(Zl,"er"),u(Q7,"$o"),yf=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),z6=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),u(Pd,"Zn"),u(e6,"eu"),bf="\uFEFF",rp=Symbol("cursor"),u(pf,"ou"),u(t6,"Uo"),u(fl,"tr"),u(Nd,"ru"),u(ff,"iu"),u($d,"nu"),u(Hd,"rr"),u(I2,"su"),u(B2,"au"),u(T2,"Du"),u(z2,"lu"),u(L2,"cu"),z0={},Za(z0,{builders:u(()=>_v,"builders"),printer:u(()=>Rv,"printer"),utils:u(()=>Iv,"utils")}),_v={join:Cd,line:Ud,softline:gv,hardline:Dr,literalline:qd,group:xd,conditionalGroup:J5,fill:Dd,lineSuffix:Gl,lineSuffixBoundary:hv,cursor:Ql,breakParent:mo,ifBreak:Z5,trim:mv,indent:Ho,indentIfBreak:X5,align:un,addAlignmentToDoc:Sd,markAsRoot:Y5,dedentToRoot:G5,dedent:K5,hardlineWithoutBreakParent:hl,literallineWithoutBreakParent:m0,label:Q5,concat:u(e=>e,"concat")},Rv={printDocToString:Vo},Iv={willBreak:n2,traverseDoc:Xl,findInDoc:Yl,mapDoc:jo,removeLines:a2,stripTrailingHardline:Fd,replaceEndOfLine:o2,canBreak:i2},Bv="3.3.3",L0={},Za(L0,{addDanglingComment:u(()=>_o,"addDanglingComment"),addLeadingComment:u(()=>en,"addLeadingComment"),addTrailingComment:u(()=>tn,"addTrailingComment"),getAlignmentSize:u(()=>ts,"getAlignmentSize"),getIndentSize:u(()=>Tv,"getIndentSize"),getMaxContinuousCount:u(()=>zv,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:u(()=>Lv,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:u(()=>W2,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:u(()=>es,"getStringWidth"),hasNewline:u(()=>sr,"hasNewline"),hasNewlineInRange:u(()=>Ov,"hasNewlineInRange"),hasSpaces:u(()=>Mv,"hasSpaces"),isNextLineEmpty:u(()=>Y2,"isNextLineEmpty"),isNextLineEmptyAfterIndex:u(()=>os,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:u(()=>G2,"isPreviousLineEmpty"),makeString:u(()=>Pv,"makeString"),skip:u(()=>Rn,"skip"),skipEverythingButNewLine:u(()=>Gd,"skipEverythingButNewLine"),skipInlineComment:u(()=>ns,"skipInlineComment"),skipNewline:u(()=>Ir,"skipNewline"),skipSpaces:u(()=>cr,"skipSpaces"),skipToLineEnd:u(()=>Wd,"skipToLineEnd"),skipTrailingComment:u(()=>as,"skipTrailingComment"),skipWhitespace:u(()=>bv,"skipWhitespace")}),u(O2,"Jo"),ns=O2,u(M2,"Xo"),as=M2,u(P2,"Zo"),Js=P2,u(N2,"Qo"),os=N2,u($2,"ei"),Tv=$2,u(r6,"ur"),u(H2,"ti"),zv=H2,u(j2,"ri"),Lv=j2,u(V2,"ni"),Ov=V2,u(U2,"ui"),Mv=U2,u(q2,"oi"),Pv=q2,u(n6,"ii"),u(W2,"si"),u(a6,"ai"),u(G2,"Di"),u(o6,"li"),u(Y2,"ci"),u(hr,"fe"),np=hr(Hd),u(jd,"gu"),u(K2,"fi"),Nv=hr(Rd,0),$v={parse:hr(I2),formatAST:hr(B2),formatDoc:hr(T2),printToDoc:hr(z2),printDocToString:hr(L2)},L6=s0});function O6(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var a=n.reduce(function(s,c){var d=c.match(/\n([\t ]+|(?!\s).)/g);return d?s.concat(d.map(function(p){var g,h;return(h=(g=p.match(/[\t ]/g))===null||g===void 0?void 0:g.length)!==null&&h!==void 0?h:0})):s},[]);if(a.length){var o=new RegExp(`
286
- [ ]{`+Math.min.apply(Math,a)+"}","g");n=n.map(function(s){return s.replace(o,`
287
- `)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(s,c){var d=i.match(/(?:^|\n)( *)$/),p=d?d[1]:"",g=s;typeof s=="string"&&s.includes(`
288
- `)&&(g=String(s).split(`
289
- `).map(function(h,f){return f===0?h:""+p+h}).join(`
290
- `)),i+=g+n[c+1]}),i}var Wk=T(()=>{u(O6,"dedent")}),M6={};ka(M6,{formatter:()=>P6});var Hv,P6,Gk=T(()=>{Hv=xe(As(),1),Uk(),qk(),Wk(),P6=(0,Hv.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?O6(t):(await L6.format(t,{parser:e,plugins:[g7],htmlWhitespaceSensitivity:"ignore"})).trim())}),ap,op,Yk=T(()=>{ap=u(function(e){return e.reduce(function(t,r){var n=r[0],a=r[1];return t[n]=a,t},{})},"fromEntries"),op=typeof window<"u"&&window.document&&window.document.createElement?l.useLayoutEffect:l.useEffect}),Me,Ze,Xe,Pe,is,Qn,on,ea,N6,wf,Vn,$6,ip,Ef,jv,Vv,Uv,qv,Wv,Gv,Yv,Kv,Jv,H6,tt=T(()=>{Me="top",Ze="bottom",Xe="right",Pe="left",is="auto",Qn=[Me,Ze,Xe,Pe],on="start",ea="end",N6="clippingParents",wf="viewport",Vn="popper",$6="reference",ip=Qn.reduce(function(e,t){return e.concat([t+"-"+on,t+"-"+ea])},[]),Ef=[].concat(Qn,[is]).reduce(function(e,t){return e.concat([t,t+"-"+on,t+"-"+ea])},[]),jv="beforeRead",Vv="read",Uv="afterRead",qv="beforeMain",Wv="main",Gv="afterMain",Yv="beforeWrite",Kv="write",Jv="afterWrite",H6=[jv,Vv,Uv,qv,Wv,Gv,Yv,Kv,Jv]});function wt(e){return e?(e.nodeName||"").toLowerCase():null}var En=T(()=>{u(wt,"getNodeName")});function Ue(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var Zt=T(()=>{u(Ue,"getWindow")});function Br(e){var t=Ue(e).Element;return e instanceof t||e instanceof Element}function Je(e){var t=Ue(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Zs(e){if(typeof ShadowRoot>"u")return!1;var t=Ue(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var rt=T(()=>{Zt(),u(Br,"isElement"),u(Je,"isHTMLElement"),u(Zs,"isShadowRoot")});function Zv(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},a=t.attributes[r]||{},o=t.elements[r];!Je(o)||!wt(o)||(Object.assign(o.style,n),Object.keys(a).forEach(function(i){var s=a[i];s===!1?o.removeAttribute(i):o.setAttribute(i,s===!0?"":s)}))})}function Xv(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(n){var a=t.elements[n],o=t.attributes[n]||{},i=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),s=i.reduce(function(c,d){return c[d]="",c},{});!Je(a)||!wt(a)||(Object.assign(a.style,s),Object.keys(o).forEach(function(c){a.removeAttribute(c)}))})}}var j6,Kk=T(()=>{En(),rt(),u(Zv,"applyStyles"),u(Xv,"effect"),j6={name:"applyStyles",enabled:!0,phase:"write",fn:Zv,effect:Xv,requires:["computeStyles"]}});function gt(e){return e.split("-")[0]}var xn=T(()=>{u(gt,"getBasePlacement")}),Cr,Uo,dn,Dn=T(()=>{Cr=Math.max,Uo=Math.min,dn=Math.round});function ls(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}var V6=T(()=>{u(ls,"getUAString")});function xf(){return!/^((?!chrome|android).)*safari/i.test(ls())}var U6=T(()=>{V6(),u(xf,"isLayoutViewport")});function pn(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),a=1,o=1;t&&Je(e)&&(a=e.offsetWidth>0&&dn(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&dn(n.height)/e.offsetHeight||1);var i=Br(e)?Ue(e):window,s=i.visualViewport,c=!xf()&&r,d=(n.left+(c&&s?s.offsetLeft:0))/a,p=(n.top+(c&&s?s.offsetTop:0))/o,g=n.width/a,h=n.height/o;return{width:g,height:h,top:p,right:d+g,bottom:p+h,left:d,x:d,y:p}}var mi=T(()=>{rt(),Dn(),Zt(),U6(),u(pn,"getBoundingClientRect")});function Xs(e){var t=pn(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}var Df=T(()=>{mi(),u(Xs,"getLayoutRect")});function Cf(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Zs(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}var q6=T(()=>{rt(),u(Cf,"contains")});function Kt(e){return Ue(e).getComputedStyle(e)}var gi=T(()=>{Zt(),u(Kt,"getComputedStyle")});function W6(e){return["table","td","th"].indexOf(wt(e))>=0}var Jk=T(()=>{En(),u(W6,"isTableElement")});function pr(e){return((Br(e)?e.ownerDocument:e.document)||window.document).documentElement}var Lr=T(()=>{rt(),u(pr,"getDocumentElement")});function yi(e){return wt(e)==="html"?e:e.assignedSlot||e.parentNode||(Zs(e)?e.host:null)||pr(e)}var Qs=T(()=>{En(),Lr(),rt(),u(yi,"getParentNode")});function lp(e){return!Je(e)||Kt(e).position==="fixed"?null:e.offsetParent}function G6(e){var t=/firefox/i.test(ls()),r=/Trident/i.test(ls());if(r&&Je(e)){var n=Kt(e);if(n.position==="fixed")return null}var a=yi(e);for(Zs(a)&&(a=a.host);Je(a)&&["html","body"].indexOf(wt(a))<0;){var o=Kt(a);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none")return a;a=a.parentNode}return null}function Ia(e){for(var t=Ue(e),r=lp(e);r&&W6(r)&&Kt(r).position==="static";)r=lp(r);return r&&(wt(r)==="html"||wt(r)==="body"&&Kt(r).position==="static")?t:r||G6(e)||t}var bi=T(()=>{Zt(),En(),gi(),rt(),Jk(),Qs(),V6(),u(lp,"getTrueOffsetParent"),u(G6,"getContainingBlock"),u(Ia,"getOffsetParent")});function eu(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var Sf=T(()=>{u(eu,"getMainAxisFromPlacement")});function ta(e,t,r){return Cr(e,Uo(t,r))}function Y6(e,t,r){var n=ta(e,t,r);return n>r?r:n}var K6=T(()=>{Dn(),u(ta,"within"),u(Y6,"withinMaxClamp")});function kf(){return{top:0,right:0,bottom:0,left:0}}var J6=T(()=>{u(kf,"getFreshSideObject")});function Af(e){return Object.assign({},kf(),e)}var Z6=T(()=>{J6(),u(Af,"mergePaddingObject")});function Ff(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var X6=T(()=>{u(Ff,"expandToHashMap")});function Qv(e){var t,r=e.state,n=e.name,a=e.options,o=r.elements.arrow,i=r.modifiersData.popperOffsets,s=gt(r.placement),c=eu(s),d=[Pe,Xe].indexOf(s)>=0,p=d?"height":"width";if(!(!o||!i)){var g=Q6(a.padding,r),h=Xs(o),f=c==="y"?Me:Pe,v=c==="y"?Ze:Xe,m=r.rects.reference[p]+r.rects.reference[c]-i[c]-r.rects.popper[p],w=i[c]-r.rects.reference[c],E=Ia(o),D=E?c==="y"?E.clientHeight||0:E.clientWidth||0:0,x=m/2-w/2,b=g[f],C=D-h[p]-g[v],S=D/2-h[p]/2+x,k=ta(b,S,C),A=c;r.modifiersData[n]=(t={},t[A]=k,t.centerOffset=k-S,t)}}function e4(e){var t=e.state,r=e.options,n=r.element,a=n===void 0?"[data-popper-arrow]":n;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||Cf(t.elements.popper,a)&&(t.elements.arrow=a))}var Q6,e8,Zk=T(()=>{xn(),Df(),q6(),bi(),Sf(),K6(),Z6(),X6(),tt(),Q6=u(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Af(typeof e!="number"?e:Ff(e,Qn))},"toPaddingObject"),u(Qv,"arrow"),u(e4,"effect"),e8={name:"arrow",enabled:!0,phase:"main",fn:Qv,effect:e4,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function fn(e){return e.split("-")[1]}var wi=T(()=>{u(fn,"getVariation")});function t8(e,t){var r=e.x,n=e.y,a=t.devicePixelRatio||1;return{x:dn(r*a)/a||0,y:dn(n*a)/a||0}}function sp(e){var t,r=e.popper,n=e.popperRect,a=e.placement,o=e.variation,i=e.offsets,s=e.position,c=e.gpuAcceleration,d=e.adaptive,p=e.roundOffsets,g=e.isFixed,h=i.x,f=h===void 0?0:h,v=i.y,m=v===void 0?0:v,w=typeof p=="function"?p({x:f,y:m}):{x:f,y:m};f=w.x,m=w.y;var E=i.hasOwnProperty("x"),D=i.hasOwnProperty("y"),x=Pe,b=Me,C=window;if(d){var S=Ia(r),k="clientHeight",A="clientWidth";if(S===Ue(r)&&(S=pr(r),Kt(S).position!=="static"&&s==="absolute"&&(k="scrollHeight",A="scrollWidth")),S=S,a===Me||(a===Pe||a===Xe)&&o===ea){b=Ze;var _=g&&S===C&&C.visualViewport?C.visualViewport.height:S[k];m-=_-n.height,m*=c?1:-1}if(a===Pe||(a===Me||a===Ze)&&o===ea){x=Xe;var I=g&&S===C&&C.visualViewport?C.visualViewport.width:S[A];f-=I-n.width,f*=c?1:-1}}var B=Object.assign({position:s},d&&r8),z=p===!0?t8({x:f,y:m},Ue(r)):{x:f,y:m};if(f=z.x,m=z.y,c){var L;return Object.assign({},B,(L={},L[b]=D?"0":"",L[x]=E?"0":"",L.transform=(C.devicePixelRatio||1)<=1?"translate("+f+"px, "+m+"px)":"translate3d("+f+"px, "+m+"px, 0)",L))}return Object.assign({},B,(t={},t[b]=D?m+"px":"",t[x]=E?f+"px":"",t.transform="",t))}function t4(e){var t=e.state,r=e.options,n=r.gpuAcceleration,a=n===void 0?!0:n,o=r.adaptive,i=o===void 0?!0:o,s=r.roundOffsets,c=s===void 0?!0:s,d={placement:gt(t.placement),variation:fn(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,sp(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,sp(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var r8,n8,Xk=T(()=>{tt(),bi(),Zt(),Lr(),gi(),xn(),wi(),Dn(),r8={top:"auto",right:"auto",bottom:"auto",left:"auto"},u(t8,"roundOffsetsByDPR"),u(sp,"mapToStyles"),u(t4,"computeStyles"),n8={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:t4,data:{}}});function r4(e){var t=e.state,r=e.instance,n=e.options,a=n.scroll,o=a===void 0?!0:a,i=n.resize,s=i===void 0?!0:i,c=Ue(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&d.forEach(function(p){p.addEventListener("scroll",r.update,go)}),s&&c.addEventListener("resize",r.update,go),function(){o&&d.forEach(function(p){p.removeEventListener("scroll",r.update,go)}),s&&c.removeEventListener("resize",r.update,go)}}var go,a8,Qk=T(()=>{Zt(),go={passive:!0},u(r4,"effect"),a8={name:"eventListeners",enabled:!0,phase:"write",fn:u(function(){},"fn"),effect:r4,data:{}}});function Ro(e){return e.replace(/left|right|bottom|top/g,function(t){return o8[t]})}var o8,eA=T(()=>{o8={left:"right",right:"left",bottom:"top",top:"bottom"},u(Ro,"getOppositePlacement")});function up(e){return e.replace(/start|end/g,function(t){return i8[t]})}var i8,tA=T(()=>{i8={start:"end",end:"start"},u(up,"getOppositeVariationPlacement")});function tu(e){var t=Ue(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}var _f=T(()=>{Zt(),u(tu,"getWindowScroll")});function ru(e){return pn(pr(e)).left+tu(e).scrollLeft}var Rf=T(()=>{mi(),Lr(),_f(),u(ru,"getWindowScrollBarX")});function l8(e,t){var r=Ue(e),n=pr(e),a=r.visualViewport,o=n.clientWidth,i=n.clientHeight,s=0,c=0;if(a){o=a.width,i=a.height;var d=xf();(d||!d&&t==="fixed")&&(s=a.offsetLeft,c=a.offsetTop)}return{width:o,height:i,x:s+ru(e),y:c}}var rA=T(()=>{Zt(),Lr(),Rf(),U6(),u(l8,"getViewportRect")});function s8(e){var t,r=pr(e),n=tu(e),a=(t=e.ownerDocument)==null?void 0:t.body,o=Cr(r.scrollWidth,r.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),i=Cr(r.scrollHeight,r.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),s=-n.scrollLeft+ru(e),c=-n.scrollTop;return Kt(a||r).direction==="rtl"&&(s+=Cr(r.clientWidth,a?a.clientWidth:0)-o),{width:o,height:i,x:s,y:c}}var nA=T(()=>{Lr(),gi(),Rf(),_f(),Dn(),u(s8,"getDocumentRect")});function nu(e){var t=Kt(e),r=t.overflow,n=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+a+n)}var If=T(()=>{gi(),u(nu,"isScrollParent")});function Bf(e){return["html","body","#document"].indexOf(wt(e))>=0?e.ownerDocument.body:Je(e)&&nu(e)?e:Bf(yi(e))}var aA=T(()=>{Qs(),If(),En(),rt(),u(Bf,"getScrollParent")});function ra(e,t){var r;t===void 0&&(t=[]);var n=Bf(e),a=n===((r=e.ownerDocument)==null?void 0:r.body),o=Ue(n),i=a?[o].concat(o.visualViewport||[],nu(n)?n:[]):n,s=t.concat(i);return a?s:s.concat(ra(yi(i)))}var u8=T(()=>{aA(),Qs(),Zt(),If(),u(ra,"listScrollParents")});function ss(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var c8=T(()=>{u(ss,"rectToClientRect")});function d8(e,t){var r=pn(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function cp(e,t,r){return t===wf?ss(l8(e,r)):Br(t)?d8(t,r):ss(s8(pr(e)))}function p8(e){var t=ra(yi(e)),r=["absolute","fixed"].indexOf(Kt(e).position)>=0,n=r&&Je(e)?Ia(e):e;return Br(n)?t.filter(function(a){return Br(a)&&Cf(a,n)&&wt(a)!=="body"}):[]}function f8(e,t,r,n){var a=t==="clippingParents"?p8(e):[].concat(t),o=[].concat(a,[r]),i=o[0],s=o.reduce(function(c,d){var p=cp(e,d,n);return c.top=Cr(p.top,c.top),c.right=Uo(p.right,c.right),c.bottom=Uo(p.bottom,c.bottom),c.left=Cr(p.left,c.left),c},cp(e,i,n));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}var oA=T(()=>{tt(),rA(),nA(),u8(),bi(),Lr(),gi(),rt(),mi(),Qs(),q6(),En(),c8(),Dn(),u(d8,"getInnerBoundingClientRect"),u(cp,"getClientRectFromMixedType"),u(p8,"getClippingParents"),u(f8,"getClippingRect")});function Tf(e){var t=e.reference,r=e.element,n=e.placement,a=n?gt(n):null,o=n?fn(n):null,i=t.x+t.width/2-r.width/2,s=t.y+t.height/2-r.height/2,c;switch(a){case Me:c={x:i,y:t.y-r.height};break;case Ze:c={x:i,y:t.y+t.height};break;case Xe:c={x:t.x+t.width,y:s};break;case Pe:c={x:t.x-r.width,y:s};break;default:c={x:t.x,y:t.y}}var d=a?eu(a):null;if(d!=null){var p=d==="y"?"height":"width";switch(o){case on:c[d]=c[d]-(t[p]/2-r[p]/2);break;case ea:c[d]=c[d]+(t[p]/2-r[p]/2);break}}return c}var h8=T(()=>{xn(),wi(),Sf(),tt(),u(Tf,"computeOffsets")});function ba(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=n===void 0?e.placement:n,o=r.strategy,i=o===void 0?e.strategy:o,s=r.boundary,c=s===void 0?N6:s,d=r.rootBoundary,p=d===void 0?wf:d,g=r.elementContext,h=g===void 0?Vn:g,f=r.altBoundary,v=f===void 0?!1:f,m=r.padding,w=m===void 0?0:m,E=Af(typeof w!="number"?w:Ff(w,Qn)),D=h===Vn?$6:Vn,x=e.rects.popper,b=e.elements[v?D:h],C=f8(Br(b)?b:b.contextElement||pr(e.elements.popper),c,p,i),S=pn(e.elements.reference),k=Tf({reference:S,element:x,placement:a}),A=ss(Object.assign({},x,k)),_=h===Vn?A:S,I={top:C.top-_.top+E.top,bottom:_.bottom-C.bottom+E.bottom,left:C.left-_.left+E.left,right:_.right-C.right+E.right},B=e.modifiersData.offset;if(h===Vn&&B){var z=B[a];Object.keys(I).forEach(function(L){var M=[Xe,Ze].indexOf(L)>=0?1:-1,O=[Me,Ze].indexOf(L)>=0?"y":"x";I[L]+=z[O]*M})}return I}var au=T(()=>{oA(),Lr(),mi(),h8(),c8(),tt(),rt(),Z6(),X6(),u(ba,"detectOverflow")});function m8(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=r.boundary,o=r.rootBoundary,i=r.padding,s=r.flipVariations,c=r.allowedAutoPlacements,d=c===void 0?Ef:c,p=fn(n),g=p?s?ip:ip.filter(function(v){return fn(v)===p}):Qn,h=g.filter(function(v){return d.indexOf(v)>=0});h.length===0&&(h=g);var f=h.reduce(function(v,m){return v[m]=ba(e,{placement:m,boundary:a,rootBoundary:o,padding:i})[gt(m)],v},{});return Object.keys(f).sort(function(v,m){return f[v]-f[m]})}var iA=T(()=>{wi(),tt(),au(),xn(),u(m8,"computeAutoPlacement")});function g8(e){if(gt(e)===is)return[];var t=Ro(e);return[up(e),t,up(t)]}function n4(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var a=r.mainAxis,o=a===void 0?!0:a,i=r.altAxis,s=i===void 0?!0:i,c=r.fallbackPlacements,d=r.padding,p=r.boundary,g=r.rootBoundary,h=r.altBoundary,f=r.flipVariations,v=f===void 0?!0:f,m=r.allowedAutoPlacements,w=t.options.placement,E=gt(w),D=E===w,x=c||(D||!v?[Ro(w)]:g8(w)),b=[w].concat(x).reduce(function(ie,H){return ie.concat(gt(H)===is?m8(t,{placement:H,boundary:p,rootBoundary:g,padding:d,flipVariations:v,allowedAutoPlacements:m}):H)},[]),C=t.rects.reference,S=t.rects.popper,k=new Map,A=!0,_=b[0],I=0;I<b.length;I++){var B=b[I],z=gt(B),L=fn(B)===on,M=[Me,Ze].indexOf(z)>=0,O=M?"width":"height",P=ba(t,{placement:B,boundary:p,rootBoundary:g,altBoundary:h,padding:d}),j=M?L?Xe:Pe:L?Ze:Me;C[O]>S[O]&&(j=Ro(j));var q=Ro(j),U=[];if(o&&U.push(P[z]<=0),s&&U.push(P[j]<=0,P[q]<=0),U.every(function(ie){return ie})){_=B,A=!1;break}k.set(B,U)}if(A)for(var Y=v?3:1,X=u(function(ie){var H=b.find(function(J){var te=k.get(J);if(te)return te.slice(0,ie).every(function(pe){return pe})});if(H)return _=H,"break"},"_loop"),re=Y;re>0;re--){var Z=X(re);if(Z==="break")break}t.placement!==_&&(t.modifiersData[n]._skip=!0,t.placement=_,t.reset=!0)}}var v8,lA=T(()=>{eA(),xn(),tA(),au(),iA(),tt(),wi(),u(g8,"getExpandedFallbackPlacements"),u(n4,"flip"),v8={name:"flip",enabled:!0,phase:"main",fn:n4,requiresIfExists:["offset"],data:{_skip:!1}}});function dp(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function pp(e){return[Me,Xe,Ze,Pe].some(function(t){return e[t]>=0})}function a4(e){var t=e.state,r=e.name,n=t.rects.reference,a=t.rects.popper,o=t.modifiersData.preventOverflow,i=ba(t,{elementContext:"reference"}),s=ba(t,{altBoundary:!0}),c=dp(i,n),d=dp(s,a,o),p=pp(c),g=pp(d);t.modifiersData[r]={referenceClippingOffsets:c,popperEscapeOffsets:d,isReferenceHidden:p,hasPopperEscaped:g},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":g})}var y8,sA=T(()=>{tt(),au(),u(dp,"getSideOffsets"),u(pp,"isAnySideFullyClipped"),u(a4,"hide"),y8={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:a4}});function b8(e,t,r){var n=gt(e),a=[Pe,Me].indexOf(n)>=0?-1:1,o=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,i=o[0],s=o[1];return i=i||0,s=(s||0)*a,[Pe,Xe].indexOf(n)>=0?{x:s,y:i}:{x:i,y:s}}function o4(e){var t=e.state,r=e.options,n=e.name,a=r.offset,o=a===void 0?[0,0]:a,i=Ef.reduce(function(p,g){return p[g]=b8(g,t.rects,o),p},{}),s=i[t.placement],c=s.x,d=s.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=i}var w8,uA=T(()=>{xn(),tt(),u(b8,"distanceAndSkiddingToXY"),u(o4,"offset"),w8={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:o4}});function i4(e){var t=e.state,r=e.name;t.modifiersData[r]=Tf({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}var E8,cA=T(()=>{h8(),u(i4,"popperOffsets"),E8={name:"popperOffsets",enabled:!0,phase:"read",fn:i4,data:{}}});function x8(e){return e==="x"?"y":"x"}var dA=T(()=>{u(x8,"getAltAxis")});function l4(e){var t=e.state,r=e.options,n=e.name,a=r.mainAxis,o=a===void 0?!0:a,i=r.altAxis,s=i===void 0?!1:i,c=r.boundary,d=r.rootBoundary,p=r.altBoundary,g=r.padding,h=r.tether,f=h===void 0?!0:h,v=r.tetherOffset,m=v===void 0?0:v,w=ba(t,{boundary:c,rootBoundary:d,padding:g,altBoundary:p}),E=gt(t.placement),D=fn(t.placement),x=!D,b=eu(E),C=x8(b),S=t.modifiersData.popperOffsets,k=t.rects.reference,A=t.rects.popper,_=typeof m=="function"?m(Object.assign({},t.rects,{placement:t.placement})):m,I=typeof _=="number"?{mainAxis:_,altAxis:_}:Object.assign({mainAxis:0,altAxis:0},_),B=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,z={x:0,y:0};if(S){if(o){var L,M=b==="y"?Me:Pe,O=b==="y"?Ze:Xe,P=b==="y"?"height":"width",j=S[b],q=j+w[M],U=j-w[O],Y=f?-A[P]/2:0,X=D===on?k[P]:A[P],re=D===on?-A[P]:-k[P],Z=t.elements.arrow,ie=f&&Z?Xs(Z):{width:0,height:0},H=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:kf(),J=H[M],te=H[O],pe=ta(0,k[P],ie[P]),De=x?k[P]/2-Y-pe-J-I.mainAxis:X-pe-J-I.mainAxis,Ct=x?-k[P]/2+Y+pe+te+I.mainAxis:re+pe+te+I.mainAxis,qe=t.elements.arrow&&Ia(t.elements.arrow),at=qe?b==="y"?qe.clientTop||0:qe.clientLeft||0:0,$=(L=B==null?void 0:B[b])!=null?L:0,ot=j+De-$-at,St=j+Ct-$,Mr=ta(f?Uo(q,ot):q,j,f?Cr(U,St):U);S[b]=Mr,z[b]=Mr-j}if(s){var kn,kt=b==="x"?Me:Pe,xi=b==="x"?Ze:Xe,Re=S[C],Pr=C==="y"?"height":"width",At=Re+w[kt],An=Re-w[xi],Ft=[Me,Pe].indexOf(E)!==-1,Fn=(kn=B==null?void 0:B[C])!=null?kn:0,_t=Ft?At:Re-k[Pr]-A[Pr]-Fn+I.altAxis,Ce=Ft?Re+k[Pr]+A[Pr]-Fn-I.altAxis:An,it=f&&Ft?Y6(_t,Re,Ce):ta(f?_t:At,Re,f?Ce:An);S[C]=it,z[C]=it-Re}t.modifiersData[n]=z}}var D8,pA=T(()=>{tt(),xn(),Sf(),dA(),K6(),Df(),bi(),au(),wi(),J6(),Dn(),u(l4,"preventOverflow"),D8={name:"preventOverflow",enabled:!0,phase:"main",fn:l4,requiresIfExists:["offset"]}}),C8=T(()=>{});function S8(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var fA=T(()=>{u(S8,"getHTMLElementScroll")});function k8(e){return e===Ue(e)||!Je(e)?tu(e):S8(e)}var hA=T(()=>{_f(),Zt(),rt(),fA(),u(k8,"getNodeScroll")});function A8(e){var t=e.getBoundingClientRect(),r=dn(t.width)/e.offsetWidth||1,n=dn(t.height)/e.offsetHeight||1;return r!==1||n!==1}function F8(e,t,r){r===void 0&&(r=!1);var n=Je(t),a=Je(t)&&A8(t),o=pr(t),i=pn(e,a,r),s={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(n||!n&&!r)&&((wt(t)!=="body"||nu(o))&&(s=k8(t)),Je(t)?(c=pn(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):o&&(c.x=ru(o))),{x:i.left+s.scrollLeft-c.x,y:i.top+s.scrollTop-c.y,width:i.width,height:i.height}}var mA=T(()=>{mi(),hA(),En(),rt(),Rf(),Lr(),If(),Dn(),u(A8,"isElementScaled"),u(F8,"getCompositeRect")});function _8(e){var t=new Map,r=new Set,n=[];e.forEach(function(o){t.set(o.name,o)});function a(o){r.add(o.name);var i=[].concat(o.requires||[],o.requiresIfExists||[]);i.forEach(function(s){if(!r.has(s)){var c=t.get(s);c&&a(c)}}),n.push(o)}return u(a,"sort"),e.forEach(function(o){r.has(o.name)||a(o)}),n}function R8(e){var t=_8(e);return H6.reduce(function(r,n){return r.concat(t.filter(function(a){return a.phase===n}))},[])}var gA=T(()=>{tt(),u(_8,"order"),u(R8,"orderModifiers")});function I8(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}var vA=T(()=>{u(I8,"debounce")});function B8(e){var t=e.reduce(function(r,n){var a=r[n.name];return r[n.name]=a?Object.assign({},a,n,{options:Object.assign({},a.options,n.options),data:Object.assign({},a.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var yA=T(()=>{u(B8,"mergeByName")});function fp(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function T8(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,a=t.defaultOptions,o=a===void 0?hp:a;return u(function(i,s,c){c===void 0&&(c=o);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},hp,o),modifiersData:{},elements:{reference:i,popper:s},attributes:{},styles:{}},p=[],g=!1,h={state:d,setOptions:u(function(m){var w=typeof m=="function"?m(d.options):m;v(),d.options=Object.assign({},o,d.options,w),d.scrollParents={reference:Br(i)?ra(i):i.contextElement?ra(i.contextElement):[],popper:ra(s)};var E=R8(B8([].concat(n,d.options.modifiers)));return d.orderedModifiers=E.filter(function(D){return D.enabled}),f(),h.update()},"setOptions"),forceUpdate:u(function(){if(!g){var m=d.elements,w=m.reference,E=m.popper;if(fp(w,E)){d.rects={reference:F8(w,Ia(E),d.options.strategy==="fixed"),popper:Xs(E)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(A){return d.modifiersData[A.name]=Object.assign({},A.data)});for(var D=0;D<d.orderedModifiers.length;D++){if(d.reset===!0){d.reset=!1,D=-1;continue}var x=d.orderedModifiers[D],b=x.fn,C=x.options,S=C===void 0?{}:C,k=x.name;typeof b=="function"&&(d=b({state:d,options:S,name:k,instance:h})||d)}}}},"forceUpdate"),update:I8(function(){return new Promise(function(m){h.forceUpdate(),m(d)})}),destroy:u(function(){v(),g=!0},"destroy")};if(!fp(i,s))return h;h.setOptions(c).then(function(m){!g&&c.onFirstUpdate&&c.onFirstUpdate(m)});function f(){d.orderedModifiers.forEach(function(m){var w=m.name,E=m.options,D=E===void 0?{}:E,x=m.effect;if(typeof x=="function"){var b=x({state:d,name:w,instance:h,options:D}),C=u(function(){},"noopFn");p.push(b||C)}})}u(f,"runModifierEffects");function v(){p.forEach(function(m){return m()}),p=[]}return u(v,"cleanupModifierEffects"),h},"createPopper")}var hp,bA=T(()=>{mA(),Df(),u8(),bi(),gA(),vA(),yA(),rt(),hp={placement:"bottom",modifiers:[],strategy:"absolute"},u(fp,"areValidElements"),u(T8,"popperGenerator")}),s4,z8,wA=T(()=>{bA(),Qk(),cA(),Xk(),Kk(),uA(),lA(),pA(),Zk(),sA(),C8(),s4=[a8,E8,n8,j6,w8,v8,D8,e8,y8],z8=T8({defaultModifiers:s4})}),EA=T(()=>{tt(),C8(),wA()}),xA=W((e,t)=>{var r=typeof Element<"u",n=typeof Map=="function",a=typeof Set=="function",o=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(s,c){if(s===c)return!0;if(s&&c&&typeof s=="object"&&typeof c=="object"){if(s.constructor!==c.constructor)return!1;var d,p,g;if(Array.isArray(s)){if(d=s.length,d!=c.length)return!1;for(p=d;p--!==0;)if(!i(s[p],c[p]))return!1;return!0}var h;if(n&&s instanceof Map&&c instanceof Map){if(s.size!==c.size)return!1;for(h=s.entries();!(p=h.next()).done;)if(!c.has(p.value[0]))return!1;for(h=s.entries();!(p=h.next()).done;)if(!i(p.value[1],c.get(p.value[0])))return!1;return!0}if(a&&s instanceof Set&&c instanceof Set){if(s.size!==c.size)return!1;for(h=s.entries();!(p=h.next()).done;)if(!c.has(p.value[0]))return!1;return!0}if(o&&ArrayBuffer.isView(s)&&ArrayBuffer.isView(c)){if(d=s.length,d!=c.length)return!1;for(p=d;p--!==0;)if(s[p]!==c[p])return!1;return!0}if(s.constructor===RegExp)return s.source===c.source&&s.flags===c.flags;if(s.valueOf!==Object.prototype.valueOf&&typeof s.valueOf=="function"&&typeof c.valueOf=="function")return s.valueOf()===c.valueOf();if(s.toString!==Object.prototype.toString&&typeof s.toString=="function"&&typeof c.toString=="function")return s.toString()===c.toString();if(g=Object.keys(s),d=g.length,d!==Object.keys(c).length)return!1;for(p=d;p--!==0;)if(!Object.prototype.hasOwnProperty.call(c,g[p]))return!1;if(r&&s instanceof Element)return!1;for(p=d;p--!==0;)if(!((g[p]==="_owner"||g[p]==="__v"||g[p]==="__o")&&s.$$typeof)&&!i(s[g[p]],c[g[p]]))return!1;return!0}return s!==s&&c!==c}u(i,"equal"),t.exports=u(function(s,c){try{return i(s,c)}catch(d){if((d.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw d}},"isEqual")}),u4,c4,L8,DA=T(()=>{EA(),u4=xe(xA()),Yk(),c4=[],L8=u(function(e,t,r){r===void 0&&(r={});var n=l.useRef(null),a={onFirstUpdate:r.onFirstUpdate,placement:r.placement||"bottom",strategy:r.strategy||"absolute",modifiers:r.modifiers||c4},o=l.useState({styles:{popper:{position:a.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=o[0],s=o[1],c=l.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:u(function(g){var h=g.state,f=Object.keys(h.elements);qp.flushSync(function(){s({styles:ap(f.map(function(v){return[v,h.styles[v]||{}]})),attributes:ap(f.map(function(v){return[v,h.attributes[v]]}))})})},"fn"),requires:["computeStyles"]}},[]),d=l.useMemo(function(){var g={onFirstUpdate:a.onFirstUpdate,placement:a.placement,strategy:a.strategy,modifiers:[].concat(a.modifiers,[c,{name:"applyStyles",enabled:!1}])};return(0,u4.default)(n.current,g)?n.current||g:(n.current=g,g)},[a.onFirstUpdate,a.placement,a.strategy,a.modifiers,c]),p=l.useRef();return op(function(){p.current&&p.current.setOptions(d)},[d]),op(function(){if(!(e==null||t==null)){var g=r.createPopper||z8,h=g(e,t,d);return p.current=h,function(){h.destroy(),p.current=null}}},[e,t,r.createPopper]),{state:p.current?p.current.state:null,styles:i.styles,attributes:i.attributes,update:p.current?p.current.update:null,forceUpdate:p.current?p.current.forceUpdate:null}},"usePopper")}),CA=T(()=>{DA()});function zf(e){var t=l.useRef(e);return t.current=e,l.useCallback(function(){return t.current},[])}function O8(e){var t=e.initial,r=e.value,n=e.onChange,a=n===void 0?P8:n;if(t===void 0&&r===void 0)throw new TypeError('Either "value" or "initial" variable must be set. Now both are undefined');var o=l.useState(t),i=o[0],s=o[1],c=zf(i),d=l.useCallback(function(g){var h=c(),f=typeof g=="function"?g(h):g;typeof f.persist=="function"&&f.persist(),s(f),typeof a=="function"&&a(f)},[c,a]),p=r!==void 0;return[p?r:i,p?a:d]}function mp(e,t){return e===void 0&&(e=0),t===void 0&&(t=0),function(){return{width:0,height:0,top:t,right:e,bottom:t,left:e,x:0,y:0,toJSON:u(function(){return null},"toJSON")}}}function M8(e,t){var r,n,a;e===void 0&&(e={}),t===void 0&&(t={});var o=Object.keys(vp).reduce(function(O,P){var j;return Te({},O,(j={},j[P]=O[P]!==void 0?O[P]:vp[P],j))},e),i=l.useMemo(function(){return[{name:"offset",options:{offset:o.offset}}]},Array.isArray(o.offset)?o.offset:[]),s=Te({},t,{placement:t.placement||o.placement,modifiers:t.modifiers||i}),c=l.useState(null),d=c[0],p=c[1],g=l.useState(null),h=g[0],f=g[1],v=O8({initial:o.defaultVisible,value:o.visible,onChange:o.onVisibleChange}),m=v[0],w=v[1],E=l.useRef();l.useEffect(function(){return function(){return clearTimeout(E.current)}},[]);var D=L8(o.followCursor?gp:d,h,s),x=D.styles,b=D.attributes,C=Fs(D,N8),S=C.update,k=zf({visible:m,triggerRef:d,tooltipRef:h,finalConfig:o}),A=l.useCallback(function(O){return Array.isArray(o.trigger)?o.trigger.includes(O):o.trigger===O},Array.isArray(o.trigger)?o.trigger:[o.trigger]),_=l.useCallback(function(){clearTimeout(E.current),E.current=window.setTimeout(function(){return w(!1)},o.delayHide)},[o.delayHide,w]),I=l.useCallback(function(){clearTimeout(E.current),E.current=window.setTimeout(function(){return w(!0)},o.delayShow)},[o.delayShow,w]),B=l.useCallback(function(){k().visible?_():I()},[k,_,I]);l.useEffect(function(){if(k().finalConfig.closeOnOutsideClick){var O=u(function(P){var j,q=k(),U=q.tooltipRef,Y=q.triggerRef,X=(P.composedPath==null||(j=P.composedPath())==null?void 0:j[0])||P.target;X instanceof Node&&U!=null&&Y!=null&&!U.contains(X)&&!Y.contains(X)&&_()},"handleClickOutside");return document.addEventListener("mousedown",O),function(){return document.removeEventListener("mousedown",O)}}},[k,_]),l.useEffect(function(){if(!(d==null||!A("click")))return d.addEventListener("click",B),function(){return d.removeEventListener("click",B)}},[d,A,B]),l.useEffect(function(){if(!(d==null||!A("double-click")))return d.addEventListener("dblclick",B),function(){return d.removeEventListener("dblclick",B)}},[d,A,B]),l.useEffect(function(){if(!(d==null||!A("right-click"))){var O=u(function(P){P.preventDefault(),B()},"preventDefaultAndToggle");return d.addEventListener("contextmenu",O),function(){return d.removeEventListener("contextmenu",O)}}},[d,A,B]),l.useEffect(function(){if(!(d==null||!A("focus")))return d.addEventListener("focus",I),d.addEventListener("blur",_),function(){d.removeEventListener("focus",I),d.removeEventListener("blur",_)}},[d,A,I,_]),l.useEffect(function(){if(!(d==null||!A("hover")))return d.addEventListener("mouseenter",I),d.addEventListener("mouseleave",_),function(){d.removeEventListener("mouseenter",I),d.removeEventListener("mouseleave",_)}},[d,A,I,_]),l.useEffect(function(){if(!(h==null||!A("hover")||!k().finalConfig.interactive))return h.addEventListener("mouseenter",I),h.addEventListener("mouseleave",_),function(){h.removeEventListener("mouseenter",I),h.removeEventListener("mouseleave",_)}},[h,A,I,_,k]);var z=C==null||(r=C.state)==null||(n=r.modifiersData)==null||(a=n.hide)==null?void 0:a.isReferenceHidden;l.useEffect(function(){o.closeOnTriggerHidden&&z&&_()},[o.closeOnTriggerHidden,_,z]),l.useEffect(function(){if(!o.followCursor||d==null)return;function O(P){var j=P.clientX,q=P.clientY;gp.getBoundingClientRect=mp(j,q),S==null||S()}return u(O,"setMousePosition"),d.addEventListener("mousemove",O),function(){return d.removeEventListener("mousemove",O)}},[o.followCursor,d,S]),l.useEffect(function(){if(!(h==null||S==null||o.mutationObserverOptions==null)){var O=new MutationObserver(S);return O.observe(h,o.mutationObserverOptions),function(){return O.disconnect()}}},[o.mutationObserverOptions,h,S]);var L=u(function(O){return O===void 0&&(O={}),Te({},O,{style:Te({},O.style,x.popper)},b.popper,{"data-popper-interactive":o.interactive})},"getTooltipProps"),M=u(function(O){return O===void 0&&(O={}),Te({},O,b.arrow,{style:Te({},O.style,x.arrow),"data-popper-arrow":!0})},"getArrowProps");return Te({getArrowProps:M,getTooltipProps:L,setTooltipRef:f,setTriggerRef:p,tooltipRef:h,triggerRef:d,visible:m},C)}var P8,N8,gp,vp,SA=T(()=>{f1(),Ss(),CA(),u(zf,"useGetLatest"),P8=u(function(){},"noop"),u(O8,"useControlledState"),u(mp,"generateBoundingClientRect"),N8=["styles","attributes"],gp={getBoundingClientRect:mp()},vp={closeOnOutsideClick:!0,closeOnTriggerHidden:!1,defaultVisible:!1,delayHide:0,delayShow:0,followCursor:!1,interactive:!1,mutationObserverOptions:{attributes:!0,childList:!0,subtree:!0},offset:[0,6],trigger:"hover"},u(M8,"usePopperTooltip")}),d4,Ge,nr,p4,f4,yp,kA=T(()=>{d4=xe(As(),1),Ge=(0,d4.default)(1e3)((e,t,r,n=0)=>t.split("-")[0]===e?r:n),nr=8,p4=F.div({position:"absolute",borderStyle:"solid"},({placement:e})=>{let t=0,r=0;switch(!0){case(e.startsWith("left")||e.startsWith("right")):{r=8;break}case(e.startsWith("top")||e.startsWith("bottom")):{t=8;break}}return{transform:`translate3d(${t}px, ${r}px, 0px)`}},({theme:e,color:t,placement:r})=>({bottom:`${Ge("top",r,`${nr*-1}px`,"auto")}`,top:`${Ge("bottom",r,`${nr*-1}px`,"auto")}`,right:`${Ge("left",r,`${nr*-1}px`,"auto")}`,left:`${Ge("right",r,`${nr*-1}px`,"auto")}`,borderBottomWidth:`${Ge("top",r,"0",nr)}px`,borderTopWidth:`${Ge("bottom",r,"0",nr)}px`,borderRightWidth:`${Ge("left",r,"0",nr)}px`,borderLeftWidth:`${Ge("right",r,"0",nr)}px`,borderTopColor:Ge("top",r,e.color[t]||t||e.base==="light"?$a(e.background.app):e.background.app,"transparent"),borderBottomColor:Ge("bottom",r,e.color[t]||t||e.base==="light"?$a(e.background.app):e.background.app,"transparent"),borderLeftColor:Ge("left",r,e.color[t]||t||e.base==="light"?$a(e.background.app):e.background.app,"transparent"),borderRightColor:Ge("right",r,e.color[t]||t||e.base==="light"?$a(e.background.app):e.background.app,"transparent")})),f4=F.div(({hidden:e})=>({display:e?"none":"inline-block",zIndex:2147483647}),({theme:e,color:t,hasChrome:r})=>r?{background:t&&e.color[t]||t||e.base==="light"?$a(e.background.app):e.background.app,filter:`
291
- drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
292
- drop-shadow(0 1px 3px rgba(0,0,0,0.1))
293
- `,borderRadius:e.appBorderRadius+2,fontSize:e.typography.size.s1}:{}),yp=y.forwardRef(({placement:e="top",hasChrome:t=!0,children:r,arrowProps:n={},tooltipRef:a,color:o,withArrows:i,...s},c)=>y.createElement(f4,{"data-testid":"tooltip",hasChrome:t,ref:c,...s,color:o},t&&i&&y.createElement(p4,{placement:e,...n,color:o}),r)),yp.displayName="Tooltip"}),Lf={};ka(Lf,{WithToolTipState:()=>us,WithTooltip:()=>us,WithTooltipPure:()=>bp});var eo,h4,m4,bp,us,Of=T(()=>{p1(),SA(),kA(),{document:eo}=ks,h4=F.div`
294
- display: inline-block;
295
- cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
296
- `,m4=F.g`
297
- cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
298
- `,bp=u(({svg:e=!1,trigger:t="click",closeOnOutsideClick:r=!1,placement:n="top",modifiers:a=[{name:"preventOverflow",options:{padding:8}},{name:"offset",options:{offset:[8,8]}},{name:"arrow",options:{padding:8}}],hasChrome:o=!0,defaultVisible:i=!1,withArrows:s,offset:c,tooltip:d,children:p,closeOnTriggerHidden:g,mutationObserverOptions:h,delayHide:f,visible:v,interactive:m,delayShow:w,strategy:E,followCursor:D,onVisibleChange:x,...b})=>{let C=e?m4:h4,{getArrowProps:S,getTooltipProps:k,setTooltipRef:A,setTriggerRef:_,visible:I,state:B}=M8({trigger:t,placement:n,defaultVisible:i,delayHide:f,interactive:m,closeOnOutsideClick:r,closeOnTriggerHidden:g,onVisibleChange:x,delayShow:w,followCursor:D,mutationObserverOptions:h,visible:v,offset:c},{modifiers:a,strategy:E}),z=I?y.createElement(yp,{placement:B==null?void 0:B.placement,ref:A,hasChrome:o,arrowProps:S(),withArrows:s,...k()},typeof d=="function"?d({onHide:u(()=>x(!1),"onHide")}):d):null;return y.createElement(y.Fragment,null,y.createElement(C,{trigger:t,ref:_,...b},p),I&&cy.createPortal(z,eo.body))},"WithTooltipPure"),us=u(({startOpen:e=!1,onVisibleChange:t,...r})=>{let[n,a]=l.useState(e),o=l.useCallback(i=>{t&&t(i)===!1||a(i)},[t]);return l.useEffect(()=>{let i=u(()=>o(!1),"hide");eo.addEventListener("keydown",i,!1);let s=Array.from(eo.getElementsByTagName("iframe")),c=[];return s.forEach(d=>{let p=u(()=>{try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",i),c.push(()=>{try{d.contentWindow.document.removeEventListener("click",i)}catch{}}))}catch{}},"bind");p(),d.addEventListener("load",p),c.push(()=>{d.removeEventListener("load",p)})}),()=>{eo.removeEventListener("keydown",i),c.forEach(d=>{d()})}}),y.createElement(bp,{...r,visible:n,onVisibleChange:o})},"WithToolTipState")}),oe=u(({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e},"nameSpaceClassNames");Ss();BS();d1();function $8(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,fa(e,t)}u($8,"_inheritsLoose");TS();d1();function H8(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}u(H8,"_isNativeFunction");function Mf(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Mf=u(function(){return!!e},"_isNativeReflectConstruct"))()}u(Mf,"_isNativeReflectConstruct");d1();function j8(e,t,r){if(Mf())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&fa(a,r.prototype),a}u(j8,"_construct");function cs(e){var t=typeof Map=="function"?new Map:void 0;return cs=u(function(r){if(r===null||!H8(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return j8(r,arguments,Tl(this).constructor)}return u(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),fa(n,r)},"_wrapNativeSuper"),cs(e)}u(cs,"_wrapNativeSuper");var AA={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
299
-
300
- `,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
301
-
302
- `,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
303
-
304
- `,4:`Couldn't generate valid rgb string from %s, it returned %s.
305
-
306
- `,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
307
-
308
- `,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
309
-
310
- `,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
311
-
312
- `,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
313
-
314
- `,9:`Please provide a number of steps to the modularScale helper.
315
-
316
- `,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
317
-
318
- `,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
319
-
320
- `,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
321
-
322
- `,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
323
-
324
- `,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
325
-
326
- `,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
327
-
328
- `,16:`You must provide a template to this method.
329
-
330
- `,17:`You passed an unsupported selector state to this method.
331
-
332
- `,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
333
-
334
- `,19:`fromSize and toSize must be provided as stringified numbers with the same units.
335
-
336
- `,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
337
-
338
- `,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
339
-
340
- `,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
341
-
342
- `,25:`fontFace expects localFonts to be an array.
343
-
344
- `,26:`fontFace expects fileFormats to be an array.
345
-
346
- `,27:`radialGradient requries at least 2 color-stops to properly render.
347
-
348
- `,28:`Please supply a filename to retinaImage() as the first argument.
349
-
350
- `,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
351
-
352
- `,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
353
-
354
- `,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
355
- To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
356
-
357
- `,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
358
-
359
- `,34:`borderRadius expects a radius value as a string or number as the second argument.
360
-
361
- `,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
362
-
363
- `,36:`Property must be a string value.
364
-
365
- `,37:`Syntax Error at %s.
366
-
367
- `,38:`Formula contains a function that needs parentheses at %s.
368
-
369
- `,39:`Formula is missing closing parenthesis at %s.
370
-
371
- `,40:`Formula has too many closing parentheses at %s.
372
-
373
- `,41:`All values in a formula must have the same unit or be unitless.
374
-
375
- `,42:`Please provide a number of steps to the modularScale helper.
376
-
377
- `,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
378
-
379
- `,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
380
-
381
- `,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
382
-
383
- `,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
384
-
385
- `,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
386
-
387
- `,48:`fromSize and toSize must be provided as stringified numbers with the same units.
388
-
389
- `,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
390
-
391
- `,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
392
-
393
- `,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
394
-
395
- `,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
396
-
397
- `,53:`fontFace expects localFonts to be an array.
398
-
399
- `,54:`fontFace expects fileFormats to be an array.
400
-
401
- `,55:`fontFace expects a name of a font-family.
402
-
403
- `,56:`linearGradient requries at least 2 color-stops to properly render.
404
-
405
- `,57:`radialGradient requries at least 2 color-stops to properly render.
406
-
407
- `,58:`Please supply a filename to retinaImage() as the first argument.
408
-
409
- `,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
410
-
411
- `,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
412
-
413
- `,62:`borderRadius expects a radius value as a string or number as the second argument.
414
-
415
- `,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
416
-
417
- `,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
418
-
419
- `,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
420
-
421
- `,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
422
-
423
- `,67:`You must provide a template to this method.
424
-
425
- `,68:`You passed an unsupported selector state to this method.
426
-
427
- `,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
428
-
429
- `,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
430
-
431
- `,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
432
-
433
- `,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
434
-
435
- `,73:`Please provide a valid CSS variable.
436
-
437
- `,74:`CSS variable not found and no default was provided.
438
-
439
- `,75:`important requires a valid style object, got a %s instead.
440
-
441
- `,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
442
-
443
- `,77:`remToPx expects a value in "rem" but you provided it in "%s".
444
-
445
- `,78:`base must be set in "px" or "%" but you set it in "%s".
446
- `};function V8(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],a=[],o;for(o=1;o<t.length;o+=1)a.push(t[o]);return a.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}u(V8,"format");var Pt=function(e){$8(t,e);function t(r){for(var n,a=arguments.length,o=new Array(a>1?a-1:0),i=1;i<a;i++)o[i-1]=arguments[i];return n=e.call(this,V8.apply(void 0,[AA[r]].concat(o)))||this,ub(n)}return u(t,"PolishedError"),t}(cs(Error));function yl(e){return Math.round(e*255)}u(yl,"colorToInt");function U8(e,t,r){return yl(e)+","+yl(t)+","+yl(r)}u(U8,"convertToInt");function wa(e,t,r,n){if(n===void 0&&(n=U8),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),s=0,c=0,d=0;a>=0&&a<1?(s=o,c=i):a>=1&&a<2?(s=i,c=o):a>=2&&a<3?(c=o,d=i):a>=3&&a<4?(c=i,d=o):a>=4&&a<5?(s=i,d=o):a>=5&&a<6&&(s=o,d=i);var p=r-o/2,g=s+p,h=c+p,f=d+p;return n(g,h,f)}u(wa,"hslToRgb");var g4={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function q8(e){if(typeof e!="string")return e;var t=e.toLowerCase();return g4[t]?"#"+g4[t]:e}u(q8,"nameToHex");var FA=/^#[a-fA-F0-9]{6}$/,_A=/^#[a-fA-F0-9]{8}$/,RA=/^#[a-fA-F0-9]{3}$/,IA=/^#[a-fA-F0-9]{4}$/,O0=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,BA=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,TA=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,zA=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function ou(e){if(typeof e!="string")throw new Pt(3);var t=q8(e);if(t.match(FA))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(_A)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(RA))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(IA)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=O0.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=BA.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=TA.exec(t);if(i){var s=parseInt(""+i[1],10),c=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,p="rgb("+wa(s,c,d)+")",g=O0.exec(p);if(!g)throw new Pt(4,t,p);return{red:parseInt(""+g[1],10),green:parseInt(""+g[2],10),blue:parseInt(""+g[3],10)}}var h=zA.exec(t.substring(0,50));if(h){var f=parseInt(""+h[1],10),v=parseInt(""+h[2],10)/100,m=parseInt(""+h[3],10)/100,w="rgb("+wa(f,v,m)+")",E=O0.exec(w);if(!E)throw new Pt(4,t,w);return{red:parseInt(""+E[1],10),green:parseInt(""+E[2],10),blue:parseInt(""+E[3],10),alpha:parseFloat(""+h[4])>1?parseFloat(""+h[4])/100:parseFloat(""+h[4])}}throw new Pt(5)}u(ou,"parseToRgb");function W8(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var s,c=a-o,d=i>.5?c/(2-a-o):c/(a+o);switch(a){case t:s=(r-n)/c+(r<n?6:0);break;case r:s=(n-t)/c+2;break;default:s=(t-r)/c+4;break}return s*=60,e.alpha!==void 0?{hue:s,saturation:d,lightness:i,alpha:e.alpha}:{hue:s,saturation:d,lightness:i}}u(W8,"rgbToHsl");function Pf(e){return W8(ou(e))}u(Pf,"parseToHsl");var LA=u(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),wp=LA;function Er(e){var t=e.toString(16);return t.length===1?"0"+t:t}u(Er,"numberToHex");function bl(e){return Er(Math.round(e*255))}u(bl,"colorToHex");function G8(e,t,r){return wp("#"+bl(e)+bl(t)+bl(r))}u(G8,"convertToHex");function qo(e,t,r){return wa(e,t,r,G8)}u(qo,"hslToHex");function Y8(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return qo(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return qo(e.hue,e.saturation,e.lightness);throw new Pt(1)}u(Y8,"hsl");function K8(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?qo(e,t,r):"rgba("+wa(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?qo(e.hue,e.saturation,e.lightness):"rgba("+wa(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Pt(2)}u(K8,"hsla");function ds(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return wp("#"+Er(e)+Er(t)+Er(r));if(typeof e=="object"&&t===void 0&&r===void 0)return wp("#"+Er(e.red)+Er(e.green)+Er(e.blue));throw new Pt(6)}u(ds,"rgb");function Wo(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=ou(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?ds(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?ds(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Pt(7)}u(Wo,"rgba");var OA=u(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),MA=u(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),PA=u(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),NA=u(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function Nf(e){if(typeof e!="object")throw new Pt(8);if(MA(e))return Wo(e);if(OA(e))return ds(e);if(NA(e))return K8(e);if(PA(e))return Y8(e);throw new Pt(8)}u(Nf,"toColorString");function $f(e,t,r){return u(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):$f(e,t,n)},"fn")}u($f,"curried");function iu(e){return $f(e,e.length,[])}u(iu,"curry");function lu(e,t,r){return Math.max(e,Math.min(t,r))}u(lu,"guard");function J8(e,t){if(t==="transparent")return t;var r=Pf(t);return Nf(Te({},r,{lightness:lu(0,1,r.lightness-parseFloat(e))}))}u(J8,"darken");var $A=iu(J8),Wn=$A;function Z8(e,t){if(t==="transparent")return t;var r=Pf(t);return Nf(Te({},r,{lightness:lu(0,1,r.lightness+parseFloat(e))}))}u(Z8,"lighten");var HA=iu(Z8),v4=HA;function X8(e,t){if(t==="transparent")return t;var r=ou(t),n=typeof r.alpha=="number"?r.alpha:1,a=Te({},r,{alpha:lu(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Wo(a)}u(X8,"transparentize");var jA=iu(X8),ht=jA,Ba=u(({theme:e})=>({margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}}),"headerCommon"),fr=u(({theme:e})=>({lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?ht(.1,e.color.defaultText):ht(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),le=u(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"}),"withReset"),Cn={margin:"16px 0"},Hf=F.div(le),VA=u(({href:e="",...t})=>{let r=/^\//.test(e)?`./?path=${e}`:e,n=/^#.*/.test(e)?"_self":"_top";return y.createElement("a",{href:r,target:n,...t})},"Link"),Q8=F(VA)(le,({theme:e})=>({fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}})),eE=F.blockquote(le,Cn,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));Is();var UA=u(e=>typeof e=="string","isReactChildString"),qA=/[\n\r]/g,WA=F.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),fr),GA=F(Do)(({theme:e})=>({fontFamily:e.typography.fonts.mono,fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),jf=u(({className:e,children:t,...r})=>{let n=(e||"").match(/lang-(\S+)/),a=l.Children.toArray(t);return a.filter(UA).some(o=>o.match(qA))?y.createElement(GA,{bordered:!0,copyable:!0,language:(n==null?void 0:n[1])??"text",format:!1,...r},t):y.createElement(WA,{...r,className:e},a)},"Code"),tE=F.dl(le,Cn,{padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}}),rE=F.div(le),nE=F.h1(le,Ba,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),Vf=F.h2(le,Ba,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),Uf=F.h3(le,Ba,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),aE=F.h4(le,Ba,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),oE=F.h5(le,Ba,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),iE=F.h6(le,Ba,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),lE=F.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),sE=F.img({maxWidth:"100%"}),uE=F.li(le,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":fr({theme:e})})),YA={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},cE=F.ol(le,Cn,YA,{listStyle:"decimal"}),dE=F.p(le,Cn,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":fr({theme:e})})),pE=F.pre(le,Cn,({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}})),fE=F.span(le,({theme:e})=>({"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}})),hE=F.title(fr),mE=F.table(le,Cn,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}})),KA={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},gE=F.ul(le,Cn,KA,{listStyle:"disc"}),vE={h1:u(e=>y.createElement(nE,{...oe(e,"h1")}),"h1"),h2:u(e=>y.createElement(Vf,{...oe(e,"h2")}),"h2"),h3:u(e=>y.createElement(Uf,{...oe(e,"h3")}),"h3"),h4:u(e=>y.createElement(aE,{...oe(e,"h4")}),"h4"),h5:u(e=>y.createElement(oE,{...oe(e,"h5")}),"h5"),h6:u(e=>y.createElement(iE,{...oe(e,"h6")}),"h6"),pre:u(e=>y.createElement(pE,{...oe(e,"pre")}),"pre"),a:u(e=>y.createElement(Q8,{...oe(e,"a")}),"a"),hr:u(e=>y.createElement(lE,{...oe(e,"hr")}),"hr"),dl:u(e=>y.createElement(tE,{...oe(e,"dl")}),"dl"),blockquote:u(e=>y.createElement(eE,{...oe(e,"blockquote")}),"blockquote"),table:u(e=>y.createElement(mE,{...oe(e,"table")}),"table"),img:u(e=>y.createElement(sE,{...oe(e,"img")}),"img"),div:u(e=>y.createElement(rE,{...oe(e,"div")}),"div"),span:u(e=>y.createElement(fE,{...oe(e,"span")}),"span"),li:u(e=>y.createElement(uE,{...oe(e,"li")}),"li"),ul:u(e=>y.createElement(gE,{...oe(e,"ul")}),"ul"),ol:u(e=>y.createElement(cE,{...oe(e,"ol")}),"ol"),p:u(e=>y.createElement(dE,{...oe(e,"p")}),"p"),code:u(e=>y.createElement(jf,{...oe(e,"code")}),"code"),tt:u(e=>y.createElement(hE,{...oe(e,"tt")}),"tt"),resetwrapper:u(e=>y.createElement(Hf,{...oe(e,"resetwrapper")}),"resetwrapper")};F.div(({theme:e})=>({display:"inline-block",fontSize:11,lineHeight:"12px",alignSelf:"center",padding:"4px 12px",borderRadius:"3em",fontWeight:e.typography.weight.bold}),{svg:{height:12,width:12,marginRight:4,marginTop:-2,path:{fill:"currentColor"}}},({theme:e,status:t})=>{switch(t){case"critical":return{color:e.color.critical,background:e.background.critical};case"negative":return{color:e.color.negativeText,background:e.background.negative,boxShadow:e.base==="light"?`inset 0 0 0 1px ${ht(.9,e.color.negativeText)}`:"none"};case"warning":return{color:e.color.warningText,background:e.background.warning,boxShadow:e.base==="light"?`inset 0 0 0 1px ${ht(.9,e.color.warningText)}`:"none"};case"neutral":return{color:e.color.dark,background:e.color.mediumlight,boxShadow:e.base==="light"?`inset 0 0 0 1px ${ht(.9,e.color.dark)}`:"none"};case"positive":return{color:e.color.positiveText,background:e.background.positive,boxShadow:e.base==="light"?`inset 0 0 0 1px ${ht(.9,e.color.positiveText)}`:"none"};default:return{}}});var JA={};ka(JA,{AccessibilityAltIcon:()=>vB,AccessibilityIcon:()=>gB,AddIcon:()=>pR,AdminIcon:()=>iB,AlertAltIcon:()=>$R,AlertIcon:()=>NR,AlignLeftIcon:()=>VF,AlignRightIcon:()=>UF,AppleIcon:()=>u_,ArrowBottomLeftIcon:()=>BI,ArrowBottomRightIcon:()=>TI,ArrowDownIcon:()=>AI,ArrowLeftIcon:()=>FI,ArrowRightIcon:()=>_I,ArrowSolidDownIcon:()=>LI,ArrowSolidLeftIcon:()=>OI,ArrowSolidRightIcon:()=>MI,ArrowSolidUpIcon:()=>zI,ArrowTopLeftIcon:()=>RI,ArrowTopRightIcon:()=>II,ArrowUpIcon:()=>kI,AzureDevOpsIcon:()=>m_,BackIcon:()=>KI,BasketIcon:()=>uI,BatchAcceptIcon:()=>oR,BatchDenyIcon:()=>aR,BeakerIcon:()=>cI,BellIcon:()=>qR,BitbucketIcon:()=>g_,BoldIcon:()=>ZF,BookIcon:()=>zF,BookmarkHollowIcon:()=>XR,BookmarkIcon:()=>QR,BottomBarIcon:()=>j_,BottomBarToggleIcon:()=>V_,BoxIcon:()=>Y_,BranchIcon:()=>i_,BrowserIcon:()=>z_,ButtonIcon:()=>RR,CPUIcon:()=>U_,CalendarIcon:()=>HF,CameraIcon:()=>yF,CategoryIcon:()=>MF,CertificateIcon:()=>oI,ChangedIcon:()=>vR,ChatIcon:()=>CR,CheckIcon:()=>rR,ChevronDownIcon:()=>wI,ChevronLeftIcon:()=>EI,ChevronRightIcon:()=>wE,ChevronSmallDownIcon:()=>DI,ChevronSmallLeftIcon:()=>CI,ChevronSmallRightIcon:()=>SI,ChevronSmallUpIcon:()=>xI,ChevronUpIcon:()=>bI,ChromaticIcon:()=>v_,ChromeIcon:()=>f_,CircleHollowIcon:()=>JR,CircleIcon:()=>ZR,ClearIcon:()=>bR,CloseAltIcon:()=>sR,CloseIcon:()=>hR,CloudHollowIcon:()=>fI,CloudIcon:()=>hI,CogIcon:()=>Z_,CollapseIcon:()=>NI,CommandIcon:()=>zR,CommentAddIcon:()=>ER,CommentIcon:()=>wR,CommentsIcon:()=>DR,CommitIcon:()=>o_,CompassIcon:()=>QI,ComponentDrivenIcon:()=>y_,ComponentIcon:()=>QA,ContrastIcon:()=>dF,ControlsIcon:()=>iR,CopyIcon:()=>OF,CreditIcon:()=>_R,CrossIcon:()=>bE,DashboardIcon:()=>nB,DatabaseIcon:()=>q_,DeleteIcon:()=>mR,DiamondIcon:()=>eI,DirectionIcon:()=>lB,DiscordIcon:()=>b_,DocChartIcon:()=>WF,DocListIcon:()=>GF,DocumentIcon:()=>LF,DownloadIcon:()=>YI,DragIcon:()=>YF,EditIcon:()=>J_,EllipsisIcon:()=>eR,EmailIcon:()=>HR,ExpandAltIcon:()=>PI,ExpandIcon:()=>$I,EyeCloseIcon:()=>uF,EyeIcon:()=>sF,FaceHappyIcon:()=>fB,FaceNeutralIcon:()=>hB,FaceSadIcon:()=>mB,FacebookIcon:()=>w_,FailedIcon:()=>yR,FastForwardIcon:()=>SF,FigmaIcon:()=>E_,FilterIcon:()=>qF,FlagIcon:()=>pI,FolderIcon:()=>PF,FormIcon:()=>nR,GDriveIcon:()=>x_,GithubIcon:()=>D_,GitlabIcon:()=>C_,GlobeIcon:()=>XI,GoogleIcon:()=>S_,GraphBarIcon:()=>jF,GraphLineIcon:()=>$F,GraphqlIcon:()=>k_,GridAltIcon:()=>nF,GridIcon:()=>eF,GrowIcon:()=>hF,HeartHollowIcon:()=>tI,HeartIcon:()=>rI,HomeIcon:()=>oB,HourglassIcon:()=>dI,InfoIcon:()=>OR,ItalicIcon:()=>XF,JumpToIcon:()=>KR,KeyIcon:()=>AR,LightningIcon:()=>cF,LightningOffIcon:()=>yE,LinkBrokenIcon:()=>UR,LinkIcon:()=>VR,LinkedinIcon:()=>B_,LinuxIcon:()=>c_,ListOrderedIcon:()=>e_,ListUnorderedIcon:()=>t_,LocationIcon:()=>eB,LockIcon:()=>SR,MarkdownIcon:()=>n_,MarkupIcon:()=>JF,MediumIcon:()=>A_,MemoryIcon:()=>W_,MenuIcon:()=>KF,MergeIcon:()=>s_,MirrorIcon:()=>fF,MobileIcon:()=>O_,MoonIcon:()=>TF,NutIcon:()=>X_,OutboxIcon:()=>FR,OutlineIcon:()=>tF,PaintBrushIcon:()=>mF,PaperClipIcon:()=>QF,ParagraphIcon:()=>r_,PassedIcon:()=>gR,PhoneIcon:()=>jR,PhotoDragIcon:()=>rF,PhotoIcon:()=>XA,PinAltIcon:()=>cR,PinIcon:()=>tB,PlayAllHollowIcon:()=>_F,PlayBackIcon:()=>xF,PlayHollowIcon:()=>FF,PlayIcon:()=>EF,PlayNextIcon:()=>DF,PlusIcon:()=>lR,PointerDefaultIcon:()=>BR,PointerHandIcon:()=>TR,PowerIcon:()=>K_,PrintIcon:()=>NF,ProceedIcon:()=>JI,ProfileIcon:()=>pB,PullRequestIcon:()=>l_,QuestionIcon:()=>MR,RSSIcon:()=>WR,RedirectIcon:()=>VI,ReduxIcon:()=>F_,RefreshIcon:()=>ZI,ReplyIcon:()=>qI,RepoIcon:()=>a_,RequestChangeIcon:()=>xR,RewindIcon:()=>CF,RulerIcon:()=>gF,SaveIcon:()=>LR,SearchIcon:()=>aF,ShareAltIcon:()=>GR,ShareIcon:()=>YR,ShieldIcon:()=>sI,SideBySideIcon:()=>RF,SidebarAltIcon:()=>N_,SidebarAltToggleIcon:()=>$_,SidebarIcon:()=>P_,SidebarToggleIcon:()=>H_,SpeakerIcon:()=>wF,StackedIcon:()=>IF,StarHollowIcon:()=>nI,StarIcon:()=>aI,StatusFailIcon:()=>gI,StatusPassIcon:()=>yI,StatusWarnIcon:()=>vI,StickerIcon:()=>mI,StopAltHollowIcon:()=>AF,StopAltIcon:()=>kF,StopIcon:()=>vF,StorybookIcon:()=>h_,StructureIcon:()=>G_,SubtractIcon:()=>fR,SunIcon:()=>BF,SupportIcon:()=>PR,SwitchAltIcon:()=>pF,SyncIcon:()=>WI,TabletIcon:()=>L_,ThumbsUpIcon:()=>lI,TimeIcon:()=>rB,TimerIcon:()=>aB,TransferIcon:()=>jI,TrashIcon:()=>uR,TwitterIcon:()=>__,TypeIcon:()=>IR,UbuntuIcon:()=>d_,UndoIcon:()=>UI,UnfoldIcon:()=>HI,UnlockIcon:()=>kR,UnpinIcon:()=>dR,UploadIcon:()=>GI,UserAddIcon:()=>cB,UserAltIcon:()=>uB,UserIcon:()=>sB,UsersIcon:()=>dB,VSCodeIcon:()=>I_,VerifiedIcon:()=>iI,VideoIcon:()=>bF,WandIcon:()=>tR,WatchIcon:()=>M_,WindowsIcon:()=>p_,WrenchIcon:()=>Q_,XIcon:()=>T_,YoutubeIcon:()=>R_,ZoomIcon:()=>oF,ZoomOutIcon:()=>iF,ZoomResetIcon:()=>lF,iconList:()=>ZA});var ZA=[{name:"Images",icons:["PhotoIcon","ComponentIcon","GridIcon","OutlineIcon","PhotoDragIcon","GridAltIcon","SearchIcon","ZoomIcon","ZoomOutIcon","ZoomResetIcon","EyeIcon","EyeCloseIcon","LightningIcon","LightningOffIcon","ContrastIcon","SwitchAltIcon","MirrorIcon","GrowIcon","PaintBrushIcon","RulerIcon","StopIcon","CameraIcon","VideoIcon","SpeakerIcon","PlayIcon","PlayBackIcon","PlayNextIcon","RewindIcon","FastForwardIcon","StopAltIcon","StopAltHollowIcon","PlayHollowIcon","PlayAllHollowIcon","SideBySideIcon","StackedIcon","SunIcon","MoonIcon"]},{name:"Documents",icons:["BookIcon","DocumentIcon","CopyIcon","CategoryIcon","FolderIcon","PrintIcon","GraphLineIcon","CalendarIcon","GraphBarIcon","AlignLeftIcon","AlignRightIcon","FilterIcon","DocChartIcon","DocListIcon","DragIcon","MenuIcon"]},{name:"Editing",icons:["MarkupIcon","BoldIcon","ItalicIcon","PaperClipIcon","ListOrderedIcon","ListUnorderedIcon","ParagraphIcon","MarkdownIcon"]},{name:"Git",icons:["RepoIcon","CommitIcon","BranchIcon","PullRequestIcon","MergeIcon"]},{name:"OS",icons:["AppleIcon","LinuxIcon","UbuntuIcon","WindowsIcon","ChromeIcon"]},{name:"Logos",icons:["StorybookIcon","AzureDevOpsIcon","BitbucketIcon","ChromaticIcon","ComponentDrivenIcon","DiscordIcon","FacebookIcon","FigmaIcon","GDriveIcon","GithubIcon","GitlabIcon","GoogleIcon","GraphqlIcon","MediumIcon","ReduxIcon","TwitterIcon","YoutubeIcon","VSCodeIcon","LinkedinIcon","XIcon"]},{name:"Devices",icons:["BrowserIcon","TabletIcon","MobileIcon","WatchIcon","SidebarIcon","SidebarAltIcon","SidebarAltToggleIcon","SidebarToggleIcon","BottomBarIcon","BottomBarToggleIcon","CPUIcon","DatabaseIcon","MemoryIcon","StructureIcon","BoxIcon","PowerIcon"]},{name:"CRUD",icons:["EditIcon","CogIcon","NutIcon","WrenchIcon","EllipsisIcon","WandIcon","CheckIcon","FormIcon","BatchDenyIcon","BatchAcceptIcon","ControlsIcon","PlusIcon","CloseAltIcon","CrossIcon","TrashIcon","PinAltIcon","UnpinIcon","AddIcon","SubtractIcon","CloseIcon","DeleteIcon","PassedIcon","ChangedIcon","FailedIcon","ClearIcon","CommentIcon","CommentAddIcon","RequestChangeIcon","CommentsIcon","ChatIcon","LockIcon","UnlockIcon","KeyIcon","OutboxIcon","CreditIcon","ButtonIcon","TypeIcon","PointerDefaultIcon","PointerHandIcon","CommandIcon","SaveIcon"]},{name:"Communicate",icons:["InfoIcon","QuestionIcon","SupportIcon","AlertIcon","AlertAltIcon","EmailIcon","PhoneIcon","LinkIcon","LinkBrokenIcon","BellIcon","RSSIcon","ShareAltIcon","ShareIcon","JumpToIcon","CircleHollowIcon","CircleIcon","BookmarkHollowIcon","BookmarkIcon","DiamondIcon","HeartHollowIcon","HeartIcon","StarHollowIcon","StarIcon","CertificateIcon","VerifiedIcon","ThumbsUpIcon","ShieldIcon","BasketIcon","BeakerIcon","HourglassIcon","FlagIcon","CloudHollowIcon","CloudIcon","StickerIcon","StatusFailIcon","StatusWarnIcon","StatusPassIcon"]},{name:"Wayfinding",icons:["ChevronUpIcon","ChevronDownIcon","ChevronLeftIcon","ChevronRightIcon","ChevronSmallUpIcon","ChevronSmallDownIcon","ChevronSmallLeftIcon","ChevronSmallRightIcon","ArrowUpIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowTopLeftIcon","ArrowTopRightIcon","ArrowBottomLeftIcon","ArrowBottomRightIcon","ArrowSolidUpIcon","ArrowSolidDownIcon","ArrowSolidLeftIcon","ArrowSolidRightIcon","ExpandAltIcon","CollapseIcon","ExpandIcon","UnfoldIcon","TransferIcon","RedirectIcon","UndoIcon","ReplyIcon","SyncIcon","UploadIcon","DownloadIcon","BackIcon","ProceedIcon","RefreshIcon","GlobeIcon","CompassIcon","LocationIcon","PinIcon","TimeIcon","DashboardIcon","TimerIcon","HomeIcon","AdminIcon","DirectionIcon"]},{name:"People",icons:["UserIcon","UserAltIcon","UserAddIcon","UsersIcon","ProfileIcon","FaceHappyIcon","FaceNeutralIcon","FaceSadIcon","AccessibilityIcon","AccessibilityAltIcon"]}],XA=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25 4.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 1.504v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5zM2 9.297V2.004h10v5.293L9.854 5.15a.5.5 0 00-.708 0L6.5 7.797 5.354 6.65a.5.5 0 00-.708 0L2 9.297zM9.5 6.21l2.5 2.5v3.293H2V10.71l3-3 3.146 3.146a.5.5 0 00.708-.707L7.207 8.504 9.5 6.21z",fill:e}))),QA=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1.004a2.5 2.5 0 00-2.5 2.5v7a2.5 2.5 0 002.5 2.5h7a2.5 2.5 0 002.5-2.5v-7a2.5 2.5 0 00-2.5-2.5h-7zm8.5 5.5H7.5v-4.5h3a1.5 1.5 0 011.5 1.5v3zm0 1v3a1.5 1.5 0 01-1.5 1.5h-3v-4.5H12zm-5.5 4.5v-4.5H2v3a1.5 1.5 0 001.5 1.5h3zM2 6.504h4.5v-4.5h-3a1.5 1.5 0 00-1.5 1.5v3z",fill:e}))),eF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5H6a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H1.5a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5h3.5v3.5H2zM7.5 1.504a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5zM1.5 7.504a.5.5 0 00-.5.5v4.5a.5.5 0 00.5.5H6a.5.5 0 00.5-.5v-4.5a.5.5 0 00-.5-.5H1.5zm.5 1v3.5h3.5v-3.5H2zM7.5 8.004a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5z",fill:e}))),tF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2 2.004v2H1v-2.5a.5.5 0 01.5-.5H4v1H2zM1 9.004v-4h1v4H1zM1 10.004v2.5a.5.5 0 00.5.5H4v-1H2v-2H1zM10 13.004h2.5a.5.5 0 00.5-.5v-2.5h-1v2h-2v1zM12 4.004h1v-2.5a.5.5 0 00-.5-.5H10v1h2v2zM9 12.004v1H5v-1h4zM9 1.004v1H5v-1h4zM13 9.004h-1v-4h1v4zM7 8.004a1 1 0 100-2 1 1 0 000 2z",fill:e}))),rF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.25 3.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7.003v-6.5a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v2.5h1v-2h2v6.5a.5.5 0 00.5.5H10v2H8v1h2.5a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-3.5zm-10-6v5.794L5.646 5.15a.5.5 0 01.708 0L7.5 6.297l2.646-2.647a.5.5 0 01.708 0L13 5.797V1.004H4zm9 6.208l-2.5-2.5-2.293 2.293L9.354 8.15a.5.5 0 11-.708.707L6 6.211l-2 2v1.793h9V7.21z",fill:e}),l.createElement("path",{d:"M0 10.004v-3h1v3H0zM0 13.504v-2.5h1v2h2v1H.5a.5.5 0 01-.5-.5zM7 14.004H4v-1h3v1z",fill:e}))),nF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4 3V1h1v2H4zM4 6v2h1V6H4zM4 11v2h1v-2H4zM9 11v2h1v-2H9zM9 8V6h1v2H9zM9 1v2h1V1H9zM13 5h-2V4h2v1zM11 10h2V9h-2v1zM3 10H1V9h2v1zM1 5h2V4H1v1zM8 5H6V4h2v1zM6 10h2V9H6v1zM4 4h1v1H4V4zM10 4H9v1h1V4zM9 9h1v1H9V9zM5 9H4v1h1V9z",fill:e}))),aF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),oF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M6 3.5a.5.5 0 01.5.5v1.5H8a.5.5 0 010 1H6.5V8a.5.5 0 01-1 0V6.5H4a.5.5 0 010-1h1.5V4a.5.5 0 01.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),iF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 11.5c1.35 0 2.587-.487 3.544-1.294a.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 106 11.5zm0-1a4.5 4.5 0 100-9 4.5 4.5 0 000 9z",fill:e}))),lF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.5 2.837V1.5a.5.5 0 00-1 0V4a.5.5 0 00.5.5h2.5a.5.5 0 000-1H2.258a4.5 4.5 0 11-.496 4.016.5.5 0 10-.942.337 5.502 5.502 0 008.724 2.353.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 101.5 2.837z",fill:e}))),sF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7l-.21.293C13.669 7.465 10.739 11.5 7 11.5S.332 7.465.21 7.293L0 7l.21-.293C.331 6.536 3.261 2.5 7 2.5s6.668 4.036 6.79 4.207L14 7zM2.896 5.302A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5c1.518 0 2.958-.83 4.104-1.802A12.72 12.72 0 0012.755 7c-.297-.37-.875-1.04-1.65-1.698C9.957 4.33 8.517 3.5 7 3.5c-1.519 0-2.958.83-4.104 1.802z",fill:e}))),uF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11zM11.104 8.698c-.177.15-.362.298-.553.439l.714.714a13.25 13.25 0 002.526-2.558L14 7l-.21-.293C13.669 6.536 10.739 2.5 7 2.5c-.89 0-1.735.229-2.506.58l.764.763A4.859 4.859 0 017 3.5c1.518 0 2.958.83 4.104 1.802A12.724 12.724 0 0112.755 7a12.72 12.72 0 01-1.65 1.698zM.21 6.707c.069-.096 1.03-1.42 2.525-2.558l.714.714c-.191.141-.376.288-.553.439A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5a4.86 4.86 0 001.742-.344l.764.764c-.772.351-1.616.58-2.506.58C3.262 11.5.332 7.465.21 7.293L0 7l.21-.293z",fill:e}),l.createElement("path",{d:"M4.5 7c0-.322.061-.63.172-.914l3.242 3.242A2.5 2.5 0 014.5 7zM9.328 7.914L6.086 4.672a2.5 2.5 0 013.241 3.241z",fill:e}))),cF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.522 6.6a.566.566 0 00-.176.544.534.534 0 00.382.41l2.781.721-1.493 5.013a.563.563 0 00.216.627.496.496 0 00.63-.06l6.637-6.453a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L2.522 6.6zm7.72.63l-3.067-.804L9.02 2.29 3.814 6.803l2.95.764-1.277 4.285 4.754-4.622zM4.51 13.435l.037.011-.037-.011z",fill:e}))),yE=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M10.139 8.725l1.36-1.323a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L5.464 4.05l.708.71 2.848-2.47-1.64 3.677.697.697 2.164.567-.81.787.708.708zM2.523 6.6a.566.566 0 00-.177.544.534.534 0 00.382.41l2.782.721-1.494 5.013a.563.563 0 00.217.627.496.496 0 00.629-.06l3.843-3.736-.708-.707-2.51 2.44 1.137-3.814-.685-.685-2.125-.55.844-.731-.71-.71L2.524 6.6zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z",fill:e}))),dF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h10a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-10a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5zm1 1v2.293l2.293-2.293H4zm-1 0v6.5a.499.499 0 00.497.5H10v2H1v-9h2zm1-1h6.5a.499.499 0 01.5.5v6.5h2v-9H4v2zm6 7V7.71l-2.293 2.293H10zm0-3.707V4.71l-5.293 5.293h1.586L10 6.297zm-.707-2.293H7.707L4 7.71v1.586l5.293-5.293z",fill:e}))),pF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004v-2.5a.5.5 0 01.5-.5h10a.5.5 0 01.5.5v10a.5.5 0 01-.5.5H11v2.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5H3zm1 0v-2h9v9h-2v-6.5a.5.5 0 00-.5-.5H4zm6 8v2H1v-9h2v6.5a.5.5 0 00.5.5H10zm0-1H4v-6h6v6z",fill:e}))),fF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5h10v-10l-10 10z",fill:e}))),hF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.5 1.004a.5.5 0 100 1H12v10.5a.5.5 0 001 0v-10.5a1 1 0 00-1-1H1.5z",fill:e}),l.createElement("path",{d:"M1 3.504a.5.5 0 01.5-.5H10a1 1 0 011 1v8.5a.5.5 0 01-1 0v-8.5H1.5a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 5.004a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h7a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5h-7zm.5 1v6h6v-6H2z",fill:e}))),mF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.854.146a.5.5 0 00-.708 0L2.983 8.31a2.24 2.24 0 00-1.074.6C.677 10.14.24 11.902.085 12.997 0 13.6 0 14 0 14s.4 0 1.002-.085c1.095-.155 2.857-.592 4.089-1.824a2.24 2.24 0 00.6-1.074l8.163-8.163a.5.5 0 000-.708l-2-2zM5.6 9.692l.942-.942L5.25 7.457l-.942.943A2.242 2.242 0 015.6 9.692zm1.649-1.65L12.793 2.5 11.5 1.207 5.957 6.75 7.25 8.043zM4.384 9.617a1.25 1.25 0 010 1.768c-.767.766-1.832 1.185-2.78 1.403-.17.04-.335.072-.49.098.027-.154.06-.318.099-.49.219-.947.637-2.012 1.403-2.779a1.25 1.25 0 011.768 0z",fill:e}))),gF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.5 1.004a.5.5 0 01.5.5v.5h10v-.5a.5.5 0 011 0v2a.5.5 0 01-1 0v-.5H2v.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 6a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5h-11zM2 7v5h10V7h-1v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H7.5v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H4v2.5a.5.5 0 01-1 0V7H2z",fill:e}))),vF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4.5 4a.5.5 0 00-.5.5v5a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),yF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7a3 3 0 11-6 0 3 3 0 016 0zM9 7a2 2 0 11-4 0 2 2 0 014 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 1a.5.5 0 00-.5.5v.504H.5a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H6V1.5a.5.5 0 00-.5-.5h-3zM1 3.004v8h12v-8H1z",fill:e}))),bF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4a2 2 0 012-2h6a2 2 0 012 2v.5l3.189-2.391A.5.5 0 0114 2.5v9a.5.5 0 01-.804.397L10 9.5v.5a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm9 0v1.5a.5.5 0 00.8.4L13 3.5v7L9.8 8.1a.5.5 0 00-.8.4V10a1 1 0 01-1 1H2a1 1 0 01-1-1V4a1 1 0 011-1h6a1 1 0 011 1z",fill:e}))),wF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 4.5v5a.5.5 0 00.5.5H4l3.17 2.775a.5.5 0 00.83-.377V1.602a.5.5 0 00-.83-.376L4 4H1.5a.5.5 0 00-.5.5zM4 9V5H2v4h2zm.998.545A.504.504 0 005 9.5v-5c0-.015 0-.03-.002-.044L7 2.704v8.592L4.998 9.545z",fill:e}),l.createElement("path",{d:"M10.15 1.752a.5.5 0 00-.3.954 4.502 4.502 0 010 8.588.5.5 0 00.3.954 5.502 5.502 0 000-10.496z",fill:e}),l.createElement("path",{d:"M10.25 3.969a.5.5 0 00-.5.865 2.499 2.499 0 010 4.332.5.5 0 10.5.866 3.499 3.499 0 000-6.063z",fill:e}))),EF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M12.813 7.425l-9.05 5.603A.5.5 0 013 12.603V1.398a.5.5 0 01.763-.425l9.05 5.602a.5.5 0 010 .85z",fill:e}))),xF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.24 12.035L3.697 7.427A.494.494 0 013.5 7.2v4.05a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0V6.8a.494.494 0 01.198-.227l7.541-4.608A.5.5 0 0112 2.39v9.217a.5.5 0 01-.76.427z",fill:e}))),DF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2.76 12.035l7.542-4.608A.495.495 0 0010.5 7.2v4.05a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0V6.8a.495.495 0 00-.198-.227L2.76 1.965A.5.5 0 002 2.39v9.217a.5.5 0 00.76.427z",fill:e}))),CF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M9 2.42v2.315l4.228-2.736a.5.5 0 01.772.42v9.162a.5.5 0 01-.772.42L9 9.263v2.317a.5.5 0 01-.772.42L1.5 7.647v3.603a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0v3.603L8.228 2A.5.5 0 019 2.42z",fill:e}))),SF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5 2.42v2.315L.772 1.999a.5.5 0 00-.772.42v9.162a.5.5 0 00.772.42L5 9.263v2.317a.5.5 0 00.772.42L12.5 7.647v3.603a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0v3.603L5.772 2A.5.5 0 005 2.42z",fill:e}))),kF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11z",fill:e}))),AF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.2 2.204v9.6h9.6v-9.6H2.2zm-.7-1.2a.5.5 0 00-.5.5v11a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-11a.5.5 0 00-.5-.5h-11z",fill:e}))),FF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.2 10.88L10.668 7 4.2 3.12v7.76zM3 2.414v9.174a.8.8 0 001.212.686l7.645-4.587a.8.8 0 000-1.372L4.212 1.727A.8.8 0 003 2.413z",fill:e}))),_F=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.2 10.88L11.668 7 5.2 3.12v7.76zM4 2.414v9.174a.8.8 0 001.212.686l7.645-4.587a.8.8 0 000-1.372L5.212 1.727A.8.8 0 004 2.413zM1.5 1.6a.6.6 0 01.6.6v9.6a.6.6 0 11-1.2 0V2.2a.6.6 0 01.6-.6z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.963 1.932a.6.6 0 01.805-.268l1 .5a.6.6 0 01-.536 1.073l-1-.5a.6.6 0 01-.269-.805zM3.037 11.132a.6.6 0 01-.269.805l-1 .5a.6.6 0 01-.536-1.073l1-.5a.6.6 0 01.805.268z",fill:e}))),RF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5v-10h5v10H2z",fill:e}))),IF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 1.004a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11zm-10.5 1h10v5H2v-5z",fill:e}))),BF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3492)",fill:e},l.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0V2a.5.5 0 001 0V.5z"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 10a3 3 0 100-6 3 3 0 000 6zm0-1a2 2 0 100-4 2 2 0 000 4z"}),l.createElement("path",{d:"M7 11.5a.5.5 0 01.5.5v1.5a.5.5 0 01-1 0V12a.5.5 0 01.5-.5zM11.5 7a.5.5 0 01.5-.5h1.5a.5.5 0 010 1H12a.5.5 0 01-.5-.5zM.5 6.5a.5.5 0 000 1H2a.5.5 0 000-1H.5zM3.818 10.182a.5.5 0 010 .707l-1.06 1.06a.5.5 0 11-.708-.706l1.06-1.06a.5.5 0 01.708 0zM11.95 2.757a.5.5 0 10-.707-.707l-1.061 1.061a.5.5 0 10.707.707l1.06-1.06zM10.182 10.182a.5.5 0 01.707 0l1.06 1.06a.5.5 0 11-.706.708l-1.061-1.06a.5.5 0 010-.708zM2.757 2.05a.5.5 0 10-.707.707l1.06 1.061a.5.5 0 00.708-.707l-1.06-1.06z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3492"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),TF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3493)"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.335.047l-.15-.015a7.499 7.499 0 106.14 10.577c.103-.229-.156-.447-.386-.346a5.393 5.393 0 01-.771.27A5.356 5.356 0 019.153.691C9.37.568 9.352.23 9.106.175a7.545 7.545 0 00-.77-.128zM6.977 1.092a6.427 6.427 0 005.336 10.671A6.427 6.427 0 116.977 1.092z",fill:e})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3493"},l.createElement("path",{fill:"#fff",transform:"scale(1.07124)",d:"M0 0h14.001v14.002H0z"}))))),zF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2a2 2 0 00-2-2H1.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5H11a2 2 0 002-2V2zM3 13h8a1 1 0 001-1V2a1 1 0 00-1-1H7v6.004a.5.5 0 01-.856.352l-.002-.002L5.5 6.71l-.645.647A.5.5 0 014 7.009V1H3v12zM5 1v4.793l.146-.146a.5.5 0 01.743.039l.111.11V1H5z",fill:e}))),LF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4 5.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7.5a.5.5 0 000 1h5a.5.5 0 000-1h-5zM4 10.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3.207a.5.5 0 00-.146-.353L10.146.146A.5.5 0 009.793 0H1.5zM2 1h7.5v2a.5.5 0 00.5.5h2V13H2V1z",fill:e}))),OF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.746.07A.5.5 0 0011.5.003h-6a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-2.5h4.5a.5.5 0 00.5-.5v-8a.498.498 0 00-.15-.357L11.857.154a.506.506 0 00-.11-.085zM9 10.003h4v-7h-1.5a.5.5 0 01-.5-.5v-1.5H6v2h.5a.5.5 0 01.357.15L8.85 5.147c.093.09.15.217.15.357v4.5zm-8-6v9h7v-7H6.5a.5.5 0 01-.5-.5v-1.5H1z",fill:e}))),MF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3 1.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM2 3.504a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 5.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v7a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-7zM2 12V6h10v6H2z",fill:e}))),PF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.586 3.504l-1.5-1.5H1v9h12v-7.5H6.586zm.414-1L5.793 1.297a1 1 0 00-.707-.293H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-8.5a.5.5 0 00-.5-.5H7z",fill:e}))),NF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4.5 8.004a.5.5 0 100 1h5a.5.5 0 000-1h-5zM4.5 10.004a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 1.504a.5.5 0 01.5-.5h8a.498.498 0 01.357.15l.993.993c.093.09.15.217.15.357v1.5h1.5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5H12v2.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5H2v-2.5zm11 7.5h-1v-2.5a.5.5 0 00-.5-.5h-9a.5.5 0 00-.5.5v2.5H1v-4h12v4zm-2-6v1H3v-2h7v.5a.5.5 0 00.5.5h.5zm-8 9h8v-5H3v5z",fill:e}))),$F=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.146 6.15a.5.5 0 01.708 0L7 7.297 9.146 5.15a.5.5 0 01.708 0l1 1a.5.5 0 01-.708.707L9.5 6.211 7.354 8.357a.5.5 0 01-.708 0L5.5 7.211 3.854 8.857a.5.5 0 11-.708-.707l2-2z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 1.004a.5.5 0 00-.5.5v11a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-11a.5.5 0 00-.5-.5h-11zm.5 1v10h10v-10H2z",fill:e}))),HF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0a.5.5 0 01.5.5V1h6V.5a.5.5 0 011 0V1h1.5a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5H3V.5a.5.5 0 01.5-.5zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 4v2.3h3V4H9zM5.5 6.3h3V4h-3v2.3z",fill:e}))),jF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M12 2.5a.5.5 0 00-1 0v10a.5.5 0 001 0v-10zM9 4.5a.5.5 0 00-1 0v8a.5.5 0 001 0v-8zM5.5 7a.5.5 0 01.5.5v5a.5.5 0 01-1 0v-5a.5.5 0 01.5-.5zM3 10.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2z",fill:e}))),VF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M13 2a.5.5 0 010 1H1a.5.5 0 010-1h12zM10 5a.5.5 0 010 1H1a.5.5 0 010-1h9zM11.5 8.5A.5.5 0 0011 8H1a.5.5 0 000 1h10a.5.5 0 00.5-.5zM7.5 11a.5.5 0 010 1H1a.5.5 0 010-1h6.5z",fill:e}))),UF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM4 5a.5.5 0 000 1h9a.5.5 0 000-1H4zM2.5 8.5A.5.5 0 013 8h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1H13a.5.5 0 000-1H6.5z",fill:e}))),qF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM3 5a.5.5 0 000 1h8a.5.5 0 000-1H3zM4.5 8.5A.5.5 0 015 8h4a.5.5 0 010 1H5a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}))),WF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 6.3h3V4H9v2.3zm-3.5 0h3V4h-3v2.3z",fill:e}))),GF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.5 6.5A.5.5 0 014 6h6a.5.5 0 010 1H4a.5.5 0 01-.5-.5zM4 9a.5.5 0 000 1h6a.5.5 0 000-1H4z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v8h10V4H2z",fill:e}))),YF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M13 4a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 9.5A.5.5 0 0013 9H1a.5.5 0 000 1h12a.5.5 0 00.5-.5z",fill:e}))),KF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M13 3.5a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 10a.5.5 0 00-.5-.5H1a.5.5 0 000 1h12a.5.5 0 00.5-.5zM13 6.5a.5.5 0 010 1H1a.5.5 0 010-1h12z",fill:e}))),JF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M8.982 1.632a.5.5 0 00-.964-.263l-3 11a.5.5 0 10.964.263l3-11zM3.32 3.616a.5.5 0 01.064.704L1.151 7l2.233 2.68a.5.5 0 11-.768.64l-2.5-3a.5.5 0 010-.64l2.5-3a.5.5 0 01.704-.064zM10.68 3.616a.5.5 0 00-.064.704L12.849 7l-2.233 2.68a.5.5 0 00.768.64l2.5-3a.5.5 0 000-.64l-2.5-3a.5.5 0 00-.704-.064z",fill:e}))),ZF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2v1.5h1v7H3V12h5a3 3 0 001.791-5.407A2.75 2.75 0 008 2.011V2H3zm5 5.5H5.5v3H8a1.5 1.5 0 100-3zm-.25-4H5.5V6h2.25a1.25 1.25 0 100-2.5z",fill:e}))),XF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2z",fill:e}))),QF=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M10.553 2.268a1.5 1.5 0 00-2.12 0L2.774 7.925a2.5 2.5 0 003.536 3.535l3.535-3.535a.5.5 0 11.707.707l-3.535 3.536-.002.002a3.5 3.5 0 01-4.959-4.941l.011-.011L7.725 1.56l.007-.008a2.5 2.5 0 013.53 3.541l-.002.002-5.656 5.657-.003.003a1.5 1.5 0 01-2.119-2.124l3.536-3.536a.5.5 0 11.707.707L4.189 9.34a.5.5 0 00.707.707l5.657-5.657a1.5 1.5 0 000-2.121z",fill:e}))),e_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5 2.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2.5 2H1v1h1v3h1V2.5a.5.5 0 00-.5-.5zM3 8.5v1a.5.5 0 01-1 0V9h-.5a.5.5 0 010-1h1a.5.5 0 01.5.5zM2 10.5a.5.5 0 00-1 0V12h2v-1H2v-.5z",fill:e}))),t_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2.75 2.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM5.5 2a.5.5 0 000 1h7a.5.5 0 000-1h-7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2 12.25a.75.75 0 100-1.5.75.75 0 000 1.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM2 7.75a.75.75 0 100-1.5.75.75 0 000 1.5z",fill:e}))),r_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M6 7a3 3 0 110-6h5.5a.5.5 0 010 1H10v10.5a.5.5 0 01-1 0V2H7v10.5a.5.5 0 01-1 0V7z",fill:e}))),n_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2 4.5h1.5L5 6.375 6.5 4.5H8v5H6.5V7L5 8.875 3.5 7v2.5H2v-5zM9.75 4.5h1.5V7h1.25l-2 2.5-2-2.5h1.25V4.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 2a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5zM1 3v8h12V3H1z",fill:e}))),a_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5 2.5a.5.5 0 11-1 0 .5.5 0 011 0zM4.5 5a.5.5 0 100-1 .5.5 0 000 1zM5 6.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 0a2 2 0 012 2v10a2 2 0 01-2 2H1.5a.5.5 0 01-.5-.5V.5a.5.5 0 01.5-.5H11zm0 1H3v12h8a1 1 0 001-1V2a1 1 0 00-1-1z",fill:e}))),o_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.031 7.5a4 4 0 007.938 0H13.5a.5.5 0 000-1h-2.53a4 4 0 00-7.94 0H.501a.5.5 0 000 1h2.531zM7 10a3 3 0 100-6 3 3 0 000 6z",fill:e}))),i_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 2.5a1.5 1.5 0 01-1 1.415v4.053C5.554 7.4 6.367 7 7.5 7c.89 0 1.453-.252 1.812-.557.218-.184.374-.4.482-.62a1.5 1.5 0 111.026.143c-.155.423-.425.87-.86 1.24C9.394 7.685 8.59 8 7.5 8c-1.037 0-1.637.42-1.994.917a2.81 2.81 0 00-.472 1.18A1.5 1.5 0 114 10.086v-6.17A1.5 1.5 0 116 2.5zm-2 9a.5.5 0 111 0 .5.5 0 01-1 0zm1-9a.5.5 0 11-1 0 .5.5 0 011 0zm6 2a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),l_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.354 1.354L7.707 2H8.5A2.5 2.5 0 0111 4.5v5.585a1.5 1.5 0 11-1 0V4.5A1.5 1.5 0 008.5 3h-.793l.647.646a.5.5 0 11-.708.708l-1.5-1.5a.5.5 0 010-.708l1.5-1.5a.5.5 0 11.708.708zM11 11.5a.5.5 0 11-1 0 .5.5 0 011 0zM4 3.915a1.5 1.5 0 10-1 0v6.17a1.5 1.5 0 101 0v-6.17zM3.5 11a.5.5 0 100 1 .5.5 0 000-1zm0-8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),s_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.108 3.872A1.5 1.5 0 103 3.915v6.17a1.5 1.5 0 101 0V6.41c.263.41.573.77.926 1.083 1.108.98 2.579 1.433 4.156 1.5A1.5 1.5 0 109.09 7.99c-1.405-.065-2.62-.468-3.5-1.248-.723-.64-1.262-1.569-1.481-2.871zM3.5 11a.5.5 0 100 1 .5.5 0 000-1zM4 2.5a.5.5 0 11-1 0 .5.5 0 011 0zm7 6a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),u_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.03 8.103a3.044 3.044 0 01-.202-1.744 2.697 2.697 0 011.4-1.935c-.749-1.18-1.967-1.363-2.35-1.403-.835-.086-2.01.56-2.648.57h-.016c-.639-.01-1.814-.656-2.649-.57-.415.044-1.741.319-2.541 1.593-.281.447-.498 1.018-.586 1.744a6.361 6.361 0 00-.044.85c.005.305.028.604.07.895.09.62.259 1.207.477 1.744.242.595.543 1.13.865 1.585.712 1.008 1.517 1.59 1.971 1.6.934.021 1.746-.61 2.416-.594.006.002.014.003.02.002h.017c.007 0 .014 0 .021-.002.67-.017 1.481.615 2.416.595.453-.011 1.26-.593 1.971-1.6a7.95 7.95 0 00.97-1.856c-.697-.217-1.27-.762-1.578-1.474zm-2.168-5.97c.717-.848.69-2.07.624-2.125-.065-.055-1.25.163-1.985.984-.735.82-.69 2.071-.624 2.125.064.055 1.268-.135 1.985-.984z",fill:e}))),c_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a3 3 0 013 3v1.24c.129.132.25.27.362.415.113.111.283.247.515.433l.194.155c.325.261.711.582 1.095.966.765.765 1.545 1.806 1.823 3.186a.501.501 0 01-.338.581 3.395 3.395 0 01-1.338.134 2.886 2.886 0 01-1.049-.304 5.535 5.535 0 01-.17.519 2 2 0 11-2.892 2.55A5.507 5.507 0 017 13c-.439 0-.838-.044-1.201-.125a2 2 0 11-2.892-2.55 5.553 5.553 0 01-.171-.519c-.349.182-.714.27-1.05.304A3.395 3.395 0 01.35 9.977a.497.497 0 01-.338-.582c.278-1.38 1.058-2.42 1.823-3.186.384-.384.77-.705 1.095-.966l.194-.155c.232-.186.402-.322.515-.433.112-.145.233-.283.362-.414V3a3 3 0 013-3zm1.003 11.895a2 2 0 012.141-1.89c.246-.618.356-1.322.356-2.005 0-.514-.101-1.07-.301-1.599l-.027-.017a6.387 6.387 0 00-.857-.42 6.715 6.715 0 00-1.013-.315l-.852.638a.75.75 0 01-.9 0l-.852-.638a6.716 6.716 0 00-1.693.634 4.342 4.342 0 00-.177.101l-.027.017A4.6 4.6 0 003.501 8c0 .683.109 1.387.355 2.005a2 2 0 012.142 1.89c.295.067.627.105 1.002.105s.707-.038 1.003-.105zM5 12a1 1 0 11-2 0 1 1 0 012 0zm6 0a1 1 0 11-2 0 1 1 0 012 0zM6.1 4.3a1.5 1.5 0 011.8 0l.267.2L7 5.375 5.833 4.5l.267-.2zM8.5 2a.5.5 0 01.5.5V3a.5.5 0 01-1 0v-.5a.5.5 0 01.5-.5zM6 2.5a.5.5 0 00-1 0V3a.5.5 0 001 0v-.5z",fill:e}))),d_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3497)",fill:e},l.createElement("path",{d:"M12.261 2.067c0 1.142-.89 2.068-1.988 2.068-1.099 0-1.99-.926-1.99-2.068C8.283.926 9.174 0 10.273 0c1.098 0 1.989.926 1.989 2.067zM3.978 6.6c0 1.142-.89 2.068-1.989 2.068C.891 8.668 0 7.742 0 6.601c0-1.142.89-2.068 1.989-2.068 1.099 0 1.989.926 1.989 2.068zM6.475 11.921A4.761 4.761 0 014.539 11a4.993 4.993 0 01-1.367-1.696 2.765 2.765 0 01-1.701.217 6.725 6.725 0 001.844 2.635 6.379 6.379 0 004.23 1.577 3.033 3.033 0 01-.582-1.728 4.767 4.767 0 01-.488-.083zM11.813 11.933c0 1.141-.89 2.067-1.989 2.067-1.098 0-1.989-.926-1.989-2.067 0-1.142.891-2.068 1.99-2.068 1.098 0 1.989.926 1.989 2.068zM12.592 11.173a6.926 6.926 0 001.402-3.913 6.964 6.964 0 00-1.076-4.023A2.952 2.952 0 0111.8 4.6c.398.78.592 1.656.564 2.539a5.213 5.213 0 01-.724 2.495c.466.396.8.935.952 1.54zM1.987 3.631c-.05 0-.101.002-.151.004C3.073 1.365 5.504.024 8.005.23a3.07 3.07 0 00-.603 1.676 4.707 4.707 0 00-2.206.596 4.919 4.919 0 00-1.7 1.576 2.79 2.79 0 00-1.509-.447z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3497"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),p_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",fill:e}))),f_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3496)"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.023 3.431a.115.115 0 01-.099.174H7.296A3.408 3.408 0 003.7 6.148a.115.115 0 01-.21.028l-1.97-3.413a.115.115 0 01.01-.129A6.97 6.97 0 017 0a6.995 6.995 0 016.023 3.431zM7 9.615A2.619 2.619 0 014.384 7 2.62 2.62 0 017 4.383 2.619 2.619 0 019.616 7 2.619 2.619 0 017 9.615zm1.034.71a.115.115 0 00-.121-.041 3.4 3.4 0 01-.913.124 3.426 3.426 0 01-3.091-1.973L1.098 3.567a.115.115 0 00-.2.001 7.004 7.004 0 005.058 10.354l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.115.115 0 00-.009-.128zm1.43-5.954h3.947c.047 0 .09.028.107.072.32.815.481 1.675.481 2.557a6.957 6.957 0 01-2.024 4.923A6.957 6.957 0 017.08 14h-.001a.115.115 0 01-.1-.172L9.794 8.95A3.384 3.384 0 0010.408 7c0-.921-.364-1.785-1.024-2.433a.115.115 0 01.08-.196z",fill:e})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3496"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),h_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.042.616a.704.704 0 00-.66.729L1.816 12.9c.014.367.306.66.672.677l9.395.422h.032a.704.704 0 00.704-.703V.704c0-.015 0-.03-.002-.044a.704.704 0 00-.746-.659l-.773.049.057 1.615a.105.105 0 01-.17.086l-.52-.41-.617.468a.105.105 0 01-.168-.088L9.746.134 2.042.616zm8.003 4.747c-.247.192-2.092.324-2.092.05.04-1.045-.429-1.091-.689-1.091-.247 0-.662.075-.662.634 0 .57.607.893 1.32 1.27 1.014.538 2.24 1.188 2.24 2.823 0 1.568-1.273 2.433-2.898 2.433-1.676 0-3.141-.678-2.976-3.03.065-.275 2.197-.21 2.197 0-.026.971.195 1.256.753 1.256.43 0 .624-.236.624-.634 0-.602-.633-.958-1.361-1.367-.987-.554-2.148-1.205-2.148-2.7 0-1.494 1.027-2.489 2.86-2.489 1.832 0 2.832.98 2.832 2.845z",fill:e}))),m_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3503)"},l.createElement("path",{d:"M0 5.176l1.31-1.73 4.902-1.994V.014l4.299 3.144-8.78 1.706v4.8L0 9.162V5.176zm14-2.595v8.548l-3.355 2.857-5.425-1.783v1.783L1.73 9.661l8.784 1.047v-7.55L14 2.581z",fill:e})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3503"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),g_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.522a.411.411 0 00-.412.476l1.746 10.597a.56.56 0 00.547.466h8.373a.411.411 0 00.412-.345l1.017-6.248h-3.87L8.35 9.18H5.677l-.724-3.781h7.904L13.412 2A.411.411 0 0013 1.524L1 1.522z",fill:e}))),v_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1014 0A7 7 0 000 7zm5.215-3.869a1.967 1.967 0 013.747.834v1.283l-3.346-1.93a2.486 2.486 0 00-.401-.187zm3.484 2.58l-3.346-1.93a1.968 1.968 0 00-2.685.72 1.954 1.954 0 00.09 2.106 2.45 2.45 0 01.362-.254l1.514-.873a.27.27 0 01.268 0l2.1 1.21 1.697-.978zm-.323 4.972L6.86 9.81a.268.268 0 01-.134-.231V7.155l-1.698-.98v3.86a1.968 1.968 0 003.747.835 2.488 2.488 0 01-.4-.187zm.268-.464a1.967 1.967 0 002.685-.719 1.952 1.952 0 00-.09-2.106c-.112.094-.233.18-.361.253L7.53 9.577l1.113.642zm-4.106.257a1.974 1.974 0 01-1.87-.975A1.95 1.95 0 012.47 8.01c.136-.507.461-.93.916-1.193L4.5 6.175v3.86c0 .148.013.295.039.44zM11.329 4.5a1.973 1.973 0 00-1.87-.976c.025.145.039.292.039.44v1.747a.268.268 0 01-.135.232l-2.1 1.211v1.96l3.346-1.931a1.966 1.966 0 00.72-2.683z",fill:e}))),y_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M10.847 2.181L8.867.201a.685.685 0 00-.97 0l-4.81 4.81a.685.685 0 000 .969l2.466 2.465-2.405 2.404a.685.685 0 000 .97l1.98 1.98a.685.685 0 00.97 0l4.81-4.81a.685.685 0 000-.969L8.441 5.555l2.405-2.404a.685.685 0 000-.97z",fill:e}))),b_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.852 2.885c-.893-.41-1.85-.712-2.85-.884a.043.043 0 00-.046.021c-.123.22-.26.505-.355.73a10.658 10.658 0 00-3.2 0 7.377 7.377 0 00-.36-.73.045.045 0 00-.046-.021c-1 .172-1.957.474-2.85.884a.04.04 0 00-.019.016C.311 5.612-.186 8.257.058 10.869a.048.048 0 00.018.033 11.608 11.608 0 003.496 1.767.045.045 0 00.049-.016c.27-.368.51-.755.715-1.163a.044.044 0 00-.024-.062 7.661 7.661 0 01-1.092-.52.045.045 0 01-.005-.075c.074-.055.147-.112.217-.17a.043.043 0 01.046-.006c2.29 1.046 4.771 1.046 7.035 0a.043.043 0 01.046.006c.07.057.144.115.218.17a.045.045 0 01-.004.075 7.186 7.186 0 01-1.093.52.045.045 0 00-.024.062c.21.407.45.795.715 1.162.011.016.03.023.05.017a11.57 11.57 0 003.5-1.767.045.045 0 00.019-.032c.292-3.02-.49-5.643-2.07-7.969a.036.036 0 00-.018-.016zM4.678 9.279c-.69 0-1.258-.634-1.258-1.411 0-.778.558-1.411 1.258-1.411.707 0 1.27.639 1.259 1.41 0 .778-.558 1.412-1.259 1.412zm4.652 0c-.69 0-1.258-.634-1.258-1.411 0-.778.557-1.411 1.258-1.411.707 0 1.27.639 1.258 1.41 0 .778-.551 1.412-1.258 1.412z",fill:e}))),w_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.399 14H5.06V7H3.5V4.588l1.56-.001-.002-1.421C5.058 1.197 5.533 0 7.6 0h1.721v2.413H8.246c-.805 0-.844.337-.844.966l-.003 1.208h1.934l-.228 2.412L7.401 7l-.002 7z",fill:e}))),E_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.2 0H4.803A2.603 2.603 0 003.41 4.802a2.603 2.603 0 000 4.396 2.602 2.602 0 103.998 2.199v-2.51a2.603 2.603 0 103.187-4.085A2.604 2.604 0 009.2 0zM7.407 7a1.793 1.793 0 103.586 0 1.793 1.793 0 00-3.586 0zm-.81 2.603H4.803a1.793 1.793 0 101.794 1.794V9.603zM4.803 4.397h1.794V.81H4.803a1.793 1.793 0 000 3.587zm0 .81a1.793 1.793 0 000 3.586h1.794V5.207H4.803zm4.397-.81H7.407V.81H9.2a1.794 1.794 0 010 3.587z",fill:e}))),x_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M6.37 8.768l-2.042 3.537h6.755l2.042-3.537H6.37zm6.177-1.003l-3.505-6.07H4.96l3.504 6.07h4.084zM4.378 2.7L.875 8.77l2.042 3.536L6.42 6.236 4.378 2.7z",fill:e}))),D_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0C3.132 0 0 3.132 0 7a6.996 6.996 0 004.786 6.641c.35.062.482-.149.482-.332 0-.166-.01-.718-.01-1.304-1.758.324-2.213-.429-2.353-.823-.079-.2-.42-.822-.717-.988-.246-.132-.596-.455-.01-.464.552-.009.946.508 1.077.717.63 1.06 1.636.762 2.039.578.061-.455.245-.761.446-.936-1.558-.175-3.185-.779-3.185-3.457 0-.76.271-1.39.717-1.88-.07-.176-.314-.893.07-1.856 0 0 .587-.183 1.925.718a6.495 6.495 0 011.75-.236c.595 0 1.19.078 1.75.236 1.34-.91 1.926-.718 1.926-.718.385.963.14 1.68.07 1.855.446.49.717 1.111.717 1.881 0 2.687-1.636 3.282-3.194 3.457.254.218.473.638.473 1.295 0 .936-.009 1.688-.009 1.925 0 .184.131.402.481.332A7.012 7.012 0 0014 7c0-3.868-3.133-7-7-7z",fill:e}))),C_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.068 5.583l1.487-4.557a.256.256 0 01.487 0L4.53 5.583H1.068L7 13.15 4.53 5.583h4.941l-2.47 7.565 5.931-7.565H9.471l1.488-4.557a.256.256 0 01.486 0l1.488 4.557.75 2.3a.508.508 0 01-.185.568L7 13.148v.001H7L.503 8.452a.508.508 0 01-.186-.57l.75-2.299z",fill:e}))),S_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M10.925 1.094H7.262c-1.643 0-3.189 1.244-3.189 2.685 0 1.473 1.12 2.661 2.791 2.661.116 0 .23-.002.34-.01a1.49 1.49 0 00-.186.684c0 .41.22.741.498 1.012-.21 0-.413.006-.635.006-2.034 0-3.6 1.296-3.6 2.64 0 1.323 1.717 2.15 3.75 2.15 2.32 0 3.6-1.315 3.6-2.639 0-1.06-.313-1.696-1.28-2.38-.331-.235-.965-.805-.965-1.14 0-.392.112-.586.703-1.047.606-.474 1.035-1.14 1.035-1.914 0-.92-.41-1.819-1.18-2.115h1.161l.82-.593zm-1.335 8.96c.03.124.045.25.045.378 0 1.07-.688 1.905-2.665 1.905-1.406 0-2.421-.89-2.421-1.96 0-1.047 1.259-1.92 2.665-1.904.328.004.634.057.911.146.764.531 1.311.832 1.465 1.436zM7.34 6.068c-.944-.028-1.841-1.055-2.005-2.295-.162-1.24.47-2.188 1.415-2.16.943.029 1.84 1.023 2.003 2.262.163 1.24-.47 2.222-1.414 2.193z",fill:e}))),k_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.873 11.608a1.167 1.167 0 00-1.707-.027L3.46 10.018l.01-.04h7.072l.022.076-2.69 1.554zM6.166 2.42l.031.03-3.535 6.124a1.265 1.265 0 00-.043-.012V5.438a1.166 1.166 0 00.84-1.456L6.167 2.42zm4.387 1.562a1.165 1.165 0 00.84 1.456v3.124l-.043.012-3.536-6.123a1.2 1.2 0 00.033-.032l2.706 1.563zM3.473 9.42a1.168 1.168 0 00-.327-.568L6.68 2.73a1.17 1.17 0 00.652 0l3.536 6.123a1.169 1.169 0 00-.327.567H3.473zm8.79-.736a1.169 1.169 0 00-.311-.124V5.44a1.17 1.17 0 10-1.122-1.942L8.13 1.938a1.168 1.168 0 00-1.122-1.5 1.17 1.17 0 00-1.121 1.5l-2.702 1.56a1.168 1.168 0 00-1.86.22 1.17 1.17 0 00.739 1.722v3.12a1.168 1.168 0 00-.74 1.721 1.17 1.17 0 001.861.221l2.701 1.56a1.169 1.169 0 102.233-.035l2.687-1.552a1.168 1.168 0 101.457-1.791z",fill:e}))),A_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M0 0v14h14V0H0zm11.63 3.317l-.75.72a.22.22 0 00-.083.212v-.001 5.289a.22.22 0 00.083.21l.733.72v.159H7.925v-.158l.76-.738c.074-.074.074-.096.074-.21V5.244l-2.112 5.364h-.285l-2.46-5.364V8.84a.494.494 0 00.136.413h.001l.988 1.198v.158H2.226v-.158l.988-1.198a.477.477 0 00.126-.416v.003-4.157a.363.363 0 00-.118-.307l-.878-1.058v-.158h2.727l2.107 4.622L9.031 3.16h2.6v.158z",fill:e}))),F_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.06 9.689c.016.49.423.88.912.88h.032a.911.911 0 00.88-.945.916.916 0 00-.912-.88h-.033c-.033 0-.08 0-.113.016-.669-1.108-.946-2.314-.848-3.618.065-.978.391-1.825.961-2.526.473-.603 1.386-.896 2.005-.913 1.728-.032 2.461 2.119 2.51 2.983.212.049.57.163.815.244C10.073 2.29 8.444.92 6.88.92c-1.467 0-2.82 1.06-3.357 2.625-.75 2.086-.261 4.09.651 5.671a.74.74 0 00-.114.473zm8.279-2.298c-1.239-1.45-3.064-2.249-5.15-2.249h-.261a.896.896 0 00-.798-.489h-.033A.912.912 0 006.13 6.48h.031a.919.919 0 00.8-.554h.293c1.239 0 2.412.358 3.472 1.059.814.538 1.401 1.238 1.727 2.086.277.684.261 1.353-.033 1.923-.456.864-1.222 1.337-2.232 1.337a4.16 4.16 0 01-1.597-.343 9.58 9.58 0 01-.734.587c.7.326 1.418.505 2.102.505 1.565 0 2.722-.863 3.162-1.727.473-.946.44-2.575-.782-3.961zm-7.433 5.51a4.005 4.005 0 01-.977.113c-1.206 0-2.298-.505-2.836-1.32C.376 10.603.13 8.289 2.494 6.577c.05.261.147.62.212.832-.31.228-.798.685-1.108 1.303-.44.864-.391 1.729.13 2.527.359.537.93.864 1.663.962.896.114 1.793-.05 2.657-.505 1.271-.669 2.119-1.467 2.672-2.56a.944.944 0 01-.26-.603.913.913 0 01.88-.945h.033a.915.915 0 01.098 1.825c-.897 1.842-2.478 3.08-4.565 3.488z",fill:e}))),__=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2.547a5.632 5.632 0 01-1.65.464 2.946 2.946 0 001.263-1.63 5.67 5.67 0 01-1.823.715 2.837 2.837 0 00-2.097-.93c-1.586 0-2.872 1.319-2.872 2.946 0 .23.025.456.074.67C4.508 4.66 2.392 3.488.975 1.706c-.247.435-.389.941-.389 1.481 0 1.022.507 1.923 1.278 2.452a2.806 2.806 0 01-1.3-.368l-.001.037c0 1.427.99 2.617 2.303 2.888a2.82 2.82 0 01-1.297.05c.366 1.17 1.427 2.022 2.683 2.045A5.671 5.671 0 010 11.51a7.985 7.985 0 004.403 1.323c5.283 0 8.172-4.488 8.172-8.38 0-.128-.003-.255-.009-.38A5.926 5.926 0 0014 2.546z",fill:e}))),R_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.99 8.172c.005-.281.007-.672.007-1.172 0-.5-.002-.89-.007-1.172a14.952 14.952 0 00-.066-1.066 9.638 9.638 0 00-.169-1.153c-.083-.38-.264-.7-.542-.96a1.667 1.667 0 00-.972-.454C11.084 2.065 9.337 2 6.999 2s-4.085.065-5.241.195a1.65 1.65 0 00-.969.453c-.276.26-.455.58-.539.961a8.648 8.648 0 00-.176 1.153c-.039.43-.061.785-.066 1.066C.002 6.11 0 6.5 0 7c0 .5.002.89.008 1.172.005.281.027.637.066 1.067.04.43.095.813.168 1.152.084.38.265.7.543.96.279.261.603.412.973.453 1.156.13 2.902.196 5.24.196 2.34 0 4.087-.065 5.243-.196a1.65 1.65 0 00.967-.453c.276-.26.456-.58.54-.96.077-.339.136-.722.175-1.152.04-.43.062-.786.067-1.067zM9.762 6.578A.45.45 0 019.997 7a.45.45 0 01-.235.422l-3.998 2.5a.442.442 0 01-.266.078.538.538 0 01-.242-.063.465.465 0 01-.258-.437v-5c0-.197.086-.343.258-.437a.471.471 0 01.508.016l3.998 2.5z",fill:e}))),I_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.243.04a.87.87 0 01.38.087l2.881 1.386a.874.874 0 01.496.79V11.713a.875.875 0 01-.496.775l-2.882 1.386a.872.872 0 01-.994-.17L4.11 8.674l-2.404 1.823a.583.583 0 01-.744-.034l-.771-.7a.583.583 0 010-.862L2.274 7 .19 5.1a.583.583 0 010-.862l.772-.701a.583.583 0 01.744-.033L4.11 5.327 9.628.296a.871.871 0 01.615-.255zm.259 3.784L6.315 7l4.187 3.176V3.824z",fill:e}))),B_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.667 13H2.333A1.333 1.333 0 011 11.667V2.333C1 1.597 1.597 1 2.333 1h9.334C12.403 1 13 1.597 13 2.333v9.334c0 .736-.597 1.333-1.333 1.333zm-2.114-1.667h1.78V7.675c0-1.548-.877-2.296-2.102-2.296-1.226 0-1.742.955-1.742.955v-.778H5.773v5.777h1.716V8.3c0-.812.374-1.296 1.09-1.296.658 0 .974.465.974 1.296v3.033zm-6.886-7.6c0 .589.474 1.066 1.058 1.066.585 0 1.058-.477 1.058-1.066 0-.589-.473-1.066-1.058-1.066-.584 0-1.058.477-1.058 1.066zm1.962 7.6h-1.79V5.556h1.79v5.777z",fill:e}))),T_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.02.446h2.137L8.49 5.816l5.51 7.28H9.67L6.298 8.683l-3.88 4.413H.282l5.004-5.735L0 .446h4.442l3.064 4.048L11.02.446zm-.759 11.357h1.18L3.796 1.655H2.502l7.759 10.148z",fill:e}))),z_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h13a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-8h12v8H1zm1-9.5a.5.5 0 11-1 0 .5.5 0 011 0zm2 0a.5.5 0 11-1 0 .5.5 0 011 0zm2 0a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),L_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5.004a1.5 1.5 0 00-1.5 1.5v11a1.5 1.5 0 001.5 1.5h7a1.5 1.5 0 001.5-1.5v-11a1.5 1.5 0 00-1.5-1.5h-7zm0 1h7a.5.5 0 01.5.5v9.5H3v-9.5a.5.5 0 01.5-.5zm2.5 11a.5.5 0 000 1h2a.5.5 0 000-1H6z",fill:e}))),O_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 1.504a1.5 1.5 0 011.5-1.5h5a1.5 1.5 0 011.5 1.5v11a1.5 1.5 0 01-1.5 1.5h-5a1.5 1.5 0 01-1.5-1.5v-11zm1 10.5v-10h6v10H4z",fill:e}))),M_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 .504a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zm5.5 2.5h-5a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5zm-5-1a1.5 1.5 0 00-1.5 1.5v7a1.5 1.5 0 001.5 1.5h5a1.5 1.5 0 001.5-1.5v-7a1.5 1.5 0 00-1.5-1.5h-5zm2.5 2a.5.5 0 01.5.5v2h1a.5.5 0 110 1H7a.5.5 0 01-.5-.5v-2.5a.5.5 0 01.5-.5zm-2.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}))),P_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5zM3 6.004a.5.5 0 100 1h1a.5.5 0 000-1H3zM2.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h3v10H2zm4-10h6v10H6v-10z",fill:e}))),N_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M9.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM10 6.004a.5.5 0 100 1h1a.5.5 0 000-1h-1zM9.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h6v10H2zm7-10h3v10H9v-10z",fill:e}))),$_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.5 4.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5zM11 6.004a.5.5 0 010 1h-1a.5.5 0 010-1h1zM11.5 8.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm7.5-1h3v-10H9v10zm-1 0H2v-10h6v4.5H5.207l.65-.65a.5.5 0 10-.707-.708L3.646 6.65a.5.5 0 000 .707l1.497 1.497a.5.5 0 10.707-.708l-.643-.642H8v4.5z",fill:e}))),H_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5zM2 6.004a.5.5 0 100 1h1a.5.5 0 000-1H2zM1.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-10h3v10H1zm4 0v-4.5h2.793l-.643.642a.5.5 0 10.707.708l1.497-1.497a.5.5 0 000-.707L7.85 5.146a.5.5 0 10-.707.708l.65.65H5v-4.5h6v10H5z",fill:e}))),j_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM6.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM9 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 6.5v-6h10v6H2zm10 1v3H2v-3h10z",fill:e}))),V_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM6 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM9.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 12.504v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5zm1-.5v-3h10v3H2zm4.5-4H2v-6h10v6H7.5V5.21l.646.646a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0l-1.5 1.5a.5.5 0 10.708.707l.646-.646v2.793z",fill:e}))),U_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.504a.5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-3zm1 2.5v-2h2v2H6z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.004a.5.5 0 01.5.5v1.5h2v-1.5a.5.5 0 011 0v1.5h2.5a.5.5 0 01.5.5v2.5h1.5a.5.5 0 010 1H12v2h1.5a.5.5 0 010 1H12v2.5a.5.5 0 01-.5.5H9v1.5a.5.5 0 01-1 0v-1.5H6v1.5a.5.5 0 01-1 0v-1.5H2.5a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 010-1H2v-2H.5a.5.5 0 010-1H2v-2.5a.5.5 0 01.5-.5H5v-1.5a.5.5 0 01.5-.5zm5.5 3H3v8h8v-8z",fill:e}))),q_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3c0-1.105-2.239-2-5-2s-5 .895-5 2v8c0 .426.26.752.544.977.29.228.68.413 1.116.558.878.293 2.059.465 3.34.465 1.281 0 2.462-.172 3.34-.465.436-.145.825-.33 1.116-.558.285-.225.544-.551.544-.977V3zm-1.03 0a.787.787 0 00-.05-.052c-.13-.123-.373-.28-.756-.434C9.404 2.21 8.286 2 7 2c-1.286 0-2.404.21-3.164.514-.383.153-.625.31-.756.434A.756.756 0 003.03 3a.756.756 0 00.05.052c.13.123.373.28.756.434C4.596 3.79 5.714 4 7 4c1.286 0 2.404-.21 3.164-.514.383-.153.625-.31.756-.434A.787.787 0 0010.97 3zM11 5.75V4.2c-.912.486-2.364.8-4 .8-1.636 0-3.088-.314-4-.8v1.55l.002.008a.147.147 0 00.016.033.618.618 0 00.145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.62.62 0 00.146-.15.149.149 0 00.015-.033A.03.03 0 0011 5.75zM3 7.013c.2.103.423.193.66.272.878.293 2.059.465 3.34.465 1.281 0 2.462-.172 3.34-.465.237-.079.46-.17.66-.272V8.5l-.002.008a.149.149 0 01-.015.033.62.62 0 01-.146.15c-.165.13-.435.27-.813.395-.751.25-1.82.414-3.024.414s-2.273-.163-3.024-.414c-.378-.126-.648-.265-.813-.395a.618.618 0 01-.145-.15.147.147 0 01-.016-.033A.027.027 0 013 8.5V7.013zm0 2.75V11l.002.008a.147.147 0 00.016.033.617.617 0 00.145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 00.146-.15.148.148 0 00.015-.033L11 11V9.763c-.2.103-.423.193-.66.272-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465A4.767 4.767 0 013 9.763z",fill:e}))),W_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5 3a.5.5 0 00-1 0v3a.5.5 0 001 0V3zM7 2.5a.5.5 0 01.5.5v3a.5.5 0 01-1 0V3a.5.5 0 01.5-.5zM10 4.504a.5.5 0 10-1 0V6a.5.5 0 001 0V4.504z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.54l-.001-.002a.499.499 0 00-.145-.388l-3-3a.499.499 0 00-.388-.145L8.464.004H2.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h9a.5.5 0 00.5-.5V3.54zM3 1.004h5.293L11 3.71v5.293H3v-8zm0 9v3h8v-3H3z",fill:e}))),G_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.164 3.446a1.5 1.5 0 10-2.328 0L1.81 10.032A1.503 1.503 0 000 11.5a1.5 1.5 0 002.915.5h8.17a1.5 1.5 0 101.104-1.968L8.164 3.446zm-1.475.522a1.506 1.506 0 00.622 0l4.025 6.586a1.495 1.495 0 00-.25.446H2.914a1.497 1.497 0 00-.25-.446l4.024-6.586z",fill:e}))),Y_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.21.046l6.485 2.994A.5.5 0 0114 3.51v6.977a.495.495 0 01-.23.432.481.481 0 01-.071.038L7.23 13.944a.499.499 0 01-.46 0L.3 10.958a.498.498 0 01-.3-.47V3.511a.497.497 0 01.308-.473L6.78.051a.499.499 0 01.43-.005zM1 4.282v5.898l5.5 2.538V6.82L1 4.282zm6.5 8.436L13 10.18V4.282L7.5 6.82v5.898zM12.307 3.5L7 5.95 1.693 3.5 7 1.05l5.307 2.45z",fill:e}))),K_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6a.5.5 0 001 0v-6z",fill:e}),l.createElement("path",{d:"M4.273 2.808a.5.5 0 00-.546-.837 6 6 0 106.546 0 .5.5 0 00-.546.837 5 5 0 11-5.454 0z",fill:e}))),J_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.854 2.146l-2-2a.5.5 0 00-.708 0l-1.5 1.5-8.995 8.995a.499.499 0 00-.143.268L.012 13.39a.495.495 0 00.135.463.5.5 0 00.462.134l2.482-.496a.495.495 0 00.267-.143l8.995-8.995 1.5-1.5a.5.5 0 000-.708zM12 3.293l.793-.793L11.5 1.207 10.707 2 12 3.293zm-2-.586L1.707 11 3 12.293 11.293 4 10 2.707zM1.137 12.863l.17-.849.679.679-.849.17z",fill:e}))),Z_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.586 5.586A2 2 0 018.862 7.73a.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 10-.365-.93 2 2 0 01-2.145-3.277z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.939 6.527c.127.128.19.297.185.464a.635.635 0 01-.185.465L0 8.395a7.099 7.099 0 001.067 2.572h1.32c.182 0 .345.076.46.197a.635.635 0 01.198.46v1.317A7.097 7.097 0 005.602 14l.94-.94a.634.634 0 01.45-.186H7.021c.163 0 .326.061.45.186l.939.938a7.098 7.098 0 002.547-1.057V11.61c0-.181.075-.344.197-.46a.634.634 0 01.46-.197h1.33c.507-.76.871-1.622 1.056-2.55l-.946-.946a.635.635 0 01-.186-.465.635.635 0 01.186-.464l.943-.944a7.099 7.099 0 00-1.044-2.522h-1.34a.635.635 0 01-.46-.197.635.635 0 01-.196-.46V1.057A7.096 7.096 0 008.413.002l-.942.942a.634.634 0 01-.45.186H6.992a.634.634 0 01-.45-.186L5.598 0a7.097 7.097 0 00-2.553 1.058v1.33c0 .182-.076.345-.197.46a.635.635 0 01-.46.198h-1.33A7.098 7.098 0 00.003 5.591l.936.936zm.707 1.636c.324-.324.482-.752.479-1.172a1.634 1.634 0 00-.48-1.171l-.538-.539c.126-.433.299-.847.513-1.235h.768c.459 0 .873-.19 1.167-.49.3-.295.49-.708.49-1.167v-.77c.39-.215.807-.388 1.243-.515l.547.547c.32.32.742.48 1.157.48l.015-.001h.014c.415 0 .836-.158 1.157-.479l.545-.544c.433.126.846.299 1.234.512v.784c0 .46.19.874.49 1.168.294.3.708.49 1.167.49h.776c.209.382.378.788.502 1.213l-.545.546a1.635 1.635 0 00-.48 1.17c-.003.421.155.849.48 1.173l.549.55c-.126.434-.3.85-.513 1.239h-.77c-.458 0-.872.19-1.166.49-.3.294-.49.708-.49 1.167v.77a6.09 6.09 0 01-1.238.514l-.54-.54a1.636 1.636 0 00-1.158-.48H6.992c-.415 0-.837.159-1.157.48l-.543.543a6.091 6.091 0 01-1.247-.516v-.756c0-.459-.19-.873-.49-1.167-.294-.3-.708-.49-1.167-.49h-.761a6.094 6.094 0 01-.523-1.262l.542-.542z",fill:e}))),X_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.585 8.414a2 2 0 113.277-.683.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 00-.365-.93 2 2 0 01-2.146-.449z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.5.289a1 1 0 011 0l5.062 2.922a1 1 0 01.5.866v5.846a1 1 0 01-.5.866L7.5 13.71a1 1 0 01-1 0L1.437 10.79a1 1 0 01-.5-.866V4.077a1 1 0 01.5-.866L6.5.29zm.5.866l5.062 2.922v5.846L7 12.845 1.937 9.923V4.077L7 1.155z",fill:e}))),Q_=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 1c.441 0 .564.521.252.833l-.806.807a.51.51 0 000 .72l.694.694a.51.51 0 00.72 0l.807-.806c.312-.312.833-.19.833.252a2.5 2.5 0 01-3.414 2.328l-6.879 6.88a1 1 0 01-1.414-1.415l6.88-6.88A2.5 2.5 0 0110.5 1zM2 12.5a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),eR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM13 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM7 8.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z",fill:e}))),tR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.903.112a.107.107 0 01.194 0l.233.505.552.066c.091.01.128.123.06.185l-.408.377.109.546a.107.107 0 01-.158.114L6 1.634l-.485.271a.107.107 0 01-.158-.114l.108-.546-.408-.377a.107.107 0 01.06-.185L5.67.617l.233-.505zM2.194.224a.214.214 0 00-.389 0l-.466 1.01-1.104.131a.214.214 0 00-.12.37l.816.755-.217 1.091a.214.214 0 00.315.23L2 3.266l.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37L2.66 1.234 2.194.224zM12.194 8.224a.214.214 0 00-.389 0l-.466 1.01-1.104.13a.214.214 0 00-.12.371l.816.755-.217 1.091a.214.214 0 00.315.23l.97-.544.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37l-1.105-.131-.466-1.01z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 12.797l-1.293-1.293 6.758-6.758L9.258 6.04 2.5 12.797zm7.465-7.465l2.828-2.828L11.5 1.211 8.672 4.04l1.293 1.293zM.147 11.857a.5.5 0 010-.707l11-11a.5.5 0 01.706 0l2 2a.5.5 0 010 .708l-11 11a.5.5 0 01-.706 0l-2-2z",fill:e}))),rR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M13.854 3.354a.5.5 0 00-.708-.708L5 10.793.854 6.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.708 0l8.5-8.5z",fill:e}))),nR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V6.393a.5.5 0 00-1 0v5.61H2v-10h7.5a.5.5 0 000-1H2z",fill:e}),l.createElement("path",{d:"M6.354 9.857l7.5-7.5a.5.5 0 00-.708-.707L6 8.797 3.854 6.65a.5.5 0 10-.708.707l2.5 2.5a.5.5 0 00.708 0z",fill:e}))),aR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.5 2a.5.5 0 000 1h2a.5.5 0 000-1h-2zM8.854 2.646a.5.5 0 010 .708L5.207 7l3.647 3.646a.5.5 0 01-.708.708L4.5 7.707.854 11.354a.5.5 0 01-.708-.708L3.793 7 .146 3.354a.5.5 0 11.708-.708L4.5 6.293l3.646-3.647a.5.5 0 01.708 0zM11 7a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2A.5.5 0 0111 7zM11.5 11a.5.5 0 000 1h2a.5.5 0 000-1h-2z",fill:e}))),oR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.5 2a.5.5 0 000 1h2a.5.5 0 000-1h-2zM9.3 2.6a.5.5 0 01.1.7l-5.995 7.993a.505.505 0 01-.37.206.5.5 0 01-.395-.152L.146 8.854a.5.5 0 11.708-.708l2.092 2.093L8.6 2.7a.5.5 0 01.7-.1zM11 7a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2A.5.5 0 0111 7zM11.5 11a.5.5 0 000 1h2a.5.5 0 000-1h-2z",fill:e}))),iR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M10.5 1a.5.5 0 01.5.5V2h1.5a.5.5 0 010 1H11v.5a.5.5 0 01-1 0V3H1.5a.5.5 0 010-1H10v-.5a.5.5 0 01.5-.5zM1.5 11a.5.5 0 000 1H10v.5a.5.5 0 001 0V12h1.5a.5.5 0 000-1H11v-.5a.5.5 0 00-1 0v.5H1.5zM1 7a.5.5 0 01.5-.5H3V6a.5.5 0 011 0v.5h8.5a.5.5 0 010 1H4V8a.5.5 0 01-1 0v-.5H1.5A.5.5 0 011 7z",fill:e}))),lR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6h-6a.5.5 0 000 1h6v6a.5.5 0 001 0v-6h6a.5.5 0 000-1h-6v-6z",fill:e}))),sR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2.03.97A.75.75 0 00.97 2.03L5.94 7 .97 11.97a.75.75 0 101.06 1.06L7 8.06l4.97 4.97a.75.75 0 101.06-1.06L8.06 7l4.97-4.97A.75.75 0 0011.97.97L7 5.94 2.03.97z",fill:e}))),bE=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708L6.293 7l-5.147 5.146a.5.5 0 00.708.708L7 7.707l5.146 5.147a.5.5 0 00.708-.708L7.707 7l5.147-5.146a.5.5 0 00-.708-.708L7 6.293 1.854 1.146z",fill:e}))),uR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.5 4.5A.5.5 0 016 5v5a.5.5 0 01-1 0V5a.5.5 0 01.5-.5zM9 5a.5.5 0 00-1 0v5a.5.5 0 001 0V5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5.5A.5.5 0 015 0h4a.5.5 0 01.5.5V2h3a.5.5 0 010 1H12v8a2 2 0 01-2 2H4a2 2 0 01-2-2V3h-.5a.5.5 0 010-1h3V.5zM3 3v8a1 1 0 001 1h6a1 1 0 001-1V3H3zm2.5-2h3v1h-3V1z",fill:e}))),cR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3502)"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5 5H3.657A4 4 0 00.828 6.17l-.474.475a.5.5 0 000 .707l2.793 2.793-3 3a.5.5 0 00.707.708l3-3 2.792 2.792a.5.5 0 00.708 0l.474-.475A4 4 0 009 10.343V9l2-2a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM11 5.585l-3 3v1.757a3 3 0 01-.879 2.121L7 12.586 1.414 7l.122-.122A3 3 0 013.656 6h1.758l3-3-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586z",fill:e})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3502"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),dR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3501)",fill:e},l.createElement("path",{d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5.707 4.293 6.414 5l2-2-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586l-2 2 .707.707L11 7a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM.828 6.171a4 4 0 012.758-1.17l1 .999h-.93a3 3 0 00-2.12.878L1.414 7 7 12.586l.121-.122A3 3 0 008 10.343v-.929l1 1a4 4 0 01-1.172 2.757l-.474.475a.5.5 0 01-.708 0l-2.792-2.792-3 3a.5.5 0 01-.708-.708l3-3L.355 7.353a.5.5 0 010-.707l.474-.475zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3501"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),pR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7 3a.5.5 0 01.5.5v3h3a.5.5 0 010 1h-3v3a.5.5 0 01-1 0v-3h-3a.5.5 0 010-1h3v-3A.5.5 0 017 3z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),fR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),hR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M9.854 4.146a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),mR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0a6 6 0 01-9.874 4.582l8.456-8.456A5.976 5.976 0 0113 7zM2.418 10.874l8.456-8.456a6 6 0 00-8.456 8.456z",fill:e}))),gR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm3.854-9.354a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708 0l-2.5-2.5a.5.5 0 11.708-.708L6 8.793l4.146-4.147a.5.5 0 01.708 0z",fill:e}))),vR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}))),yR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm2.854-9.854a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}))),bR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 2h7a2 2 0 012 2v6a2 2 0 01-2 2H5a1.994 1.994 0 01-1.414-.586l-3-3a2 2 0 010-2.828l3-3A1.994 1.994 0 015 2zm1.146 3.146a.5.5 0 01.708 0L8 6.293l1.146-1.147a.5.5 0 11.708.708L8.707 7l1.147 1.146a.5.5 0 01-.708.708L8 7.707 6.854 8.854a.5.5 0 11-.708-.708L7.293 7 6.146 5.854a.5.5 0 010-.708z",fill:e}))),wR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.5 5.004a.5.5 0 100 1h7a.5.5 0 000-1h-7zM3 8.504a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 12.004H5.707l-1.853 1.854a.5.5 0 01-.351.146h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5zm-10.5-1v-8h10v8H2z",fill:e}))),ER=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.5 5.004a.5.5 0 10-1 0v1.5H5a.5.5 0 100 1h1.5v1.5a.5.5 0 001 0v-1.5H9a.5.5 0 000-1H7.5v-1.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),xR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M9.854 6.65a.5.5 0 010 .707l-2 2a.5.5 0 11-.708-.707l1.15-1.15-3.796.004a.5.5 0 010-1L8.29 6.5 7.145 5.357a.5.5 0 11.708-.707l2 2z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),DR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M8.5 7.004a.5.5 0 000-1h-5a.5.5 0 100 1h5zM9 8.504a.5.5 0 01-.5.5h-5a.5.5 0 010-1h5a.5.5 0 01.5.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 11.504v-1.5h1.5a.5.5 0 00.5-.5v-8a.5.5 0 00-.5-.5h-11a.5.5 0 00-.5.5v1.5H.5a.5.5 0 00-.5.5v8a.5.5 0 00.5.5H2v1.5a.499.499 0 00.497.5h.006a.498.498 0 00.35-.146l1.854-1.854H11.5a.5.5 0 00.5-.5zm-9-8.5v-1h10v7h-1v-5.5a.5.5 0 00-.5-.5H3zm-2 8v-7h10v7H1z",fill:e}))),CR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 2a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H6.986a.444.444 0 01-.124.103l-3.219 1.84A.43.43 0 013 13.569V12a2 2 0 01-2-2V2zm3.42 4.78a.921.921 0 110-1.843.921.921 0 010 1.842zm1.658-.922a.921.921 0 101.843 0 .921.921 0 00-1.843 0zm2.58 0a.921.921 0 101.842 0 .921.921 0 00-1.843 0z",fill:e}))),SR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M8 8.004a1 1 0 01-.5.866v1.634a.5.5 0 01-1 0V8.87A1 1 0 118 8.004z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 4.004a4 4 0 118 0v1h1.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3v-1zm7 1v-1a3 3 0 10-6 0v1h6zm2 1H2v7h10v-7z",fill:e}))),kR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3614)",fill:e},l.createElement("path",{d:"M6.5 8.87a1 1 0 111 0v1.634a.5.5 0 01-1 0V8.87z"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 1a3 3 0 00-3 3v1.004h8.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3V4a4 4 0 017.755-1.381.5.5 0 01-.939.345A3.001 3.001 0 007 1zM2 6.004h10v7H2v-7z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3614"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),AR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11 4a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 8.532V9.5a.5.5 0 01-.5.5H5.5v1.5a.5.5 0 01-.5.5H3.5v1.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-2a.5.5 0 01.155-.362l5.11-5.11A4.5 4.5 0 117.5 8.532zM6 4.5a3.5 3.5 0 111.5 2.873c-.29-.203-1-.373-1 .481V9H5a.5.5 0 00-.5.5V11H3a.5.5 0 00-.5.5V13H1v-1.293l5.193-5.193a.552.552 0 00.099-.613A3.473 3.473 0 016 4.5z",fill:e}))),FR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.354.15a.5.5 0 00-.708 0l-2 2a.5.5 0 10.708.707L6.5 1.711v6.793a.5.5 0 001 0V1.71l1.146 1.146a.5.5 0 10.708-.707l-2-2z",fill:e}),l.createElement("path",{d:"M2 7.504a.5.5 0 10-1 0v5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-5a.5.5 0 00-1 0v4.5H2v-4.5z",fill:e}))),_R=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2.5 8.004a.5.5 0 100 1h3a.5.5 0 000-1h-3z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 11.504a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5a.5.5 0 00-.5.5v9zm1-8.5v1h12v-1H1zm0 8h12v-5H1v5z",fill:e}))),RR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1 3.004a1 1 0 00-1 1v5a1 1 0 001 1h3.5a.5.5 0 100-1H1v-5h12v5h-1a.5.5 0 000 1h1a1 1 0 001-1v-5a1 1 0 00-1-1H1z",fill:e}),l.createElement("path",{d:"M6.45 7.006a.498.498 0 01.31.07L10.225 9.1a.5.5 0 01-.002.873l-1.074.621.75 1.3a.75.75 0 01-1.3.75l-.75-1.3-1.074.62a.497.497 0 01-.663-.135.498.498 0 01-.095-.3L6 7.515a.497.497 0 01.45-.509z",fill:e}))),IR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4 1.504a.5.5 0 01.5-.5h5a.5.5 0 110 1h-2v10h2a.5.5 0 010 1h-5a.5.5 0 010-1h2v-10h-2a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{d:"M0 4.504a.5.5 0 01.5-.5h4a.5.5 0 110 1H1v4h3.5a.5.5 0 110 1h-4a.5.5 0 01-.5-.5v-5zM9.5 4.004a.5.5 0 100 1H13v4H9.5a.5.5 0 100 1h4a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-4z",fill:e}))),BR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.943 12.457a.27.27 0 00.248-.149L7.77 9.151l2.54 2.54a.257.257 0 00.188.073c.082 0 .158-.03.21-.077l.788-.79a.27.27 0 000-.392L8.891 7.9l3.416-1.708a.29.29 0 00.117-.106.222.222 0 00.033-.134.332.332 0 00-.053-.161.174.174 0 00-.092-.072l-.02-.007-10.377-4.15a.274.274 0 00-.355.354l4.15 10.372a.275.275 0 00.233.169zm-.036 1l-.02-.002c-.462-.03-.912-.31-1.106-.796L.632 2.287A1.274 1.274 0 012.286.633l10.358 4.143c.516.182.782.657.81 1.114a1.25 1.25 0 01-.7 1.197L10.58 8.174l1.624 1.624a1.27 1.27 0 010 1.807l-.8.801-.008.007c-.491.46-1.298.48-1.792-.014l-1.56-1.56-.957 1.916a1.27 1.27 0 01-1.142.702h-.037z",fill:e}))),TR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.87 6.008a.505.505 0 00-.003-.028v-.002c-.026-.27-.225-.48-.467-.498a.5.5 0 00-.53.5v1.41c0 .25-.22.47-.47.47a.48.48 0 01-.47-.47V5.17a.6.6 0 00-.002-.05c-.023-.268-.223-.49-.468-.5a.5.5 0 00-.52.5v1.65a.486.486 0 01-.47.47.48.48 0 01-.47-.47V4.62a.602.602 0 00-.002-.05v-.002c-.023-.266-.224-.48-.468-.498a.5.5 0 00-.53.5v2.2c0 .25-.22.47-.47.47a.49.49 0 01-.47-.47V1.8c0-.017 0-.034-.002-.05-.022-.268-.214-.49-.468-.5a.5.5 0 00-.52.5v6.78c0 .25-.22.47-.47.47a.48.48 0 01-.47-.47l.001-.1c.001-.053.002-.104 0-.155a.775.775 0 00-.06-.315.65.65 0 00-.16-.22 29.67 29.67 0 01-.21-.189c-.2-.182-.4-.365-.617-.532l-.003-.003A6.366 6.366 0 003.06 7l-.01-.007c-.433-.331-.621-.243-.69-.193-.26.14-.29.5-.13.74l1.73 2.6v.01h-.016l-.035.023.05-.023s1.21 2.6 3.57 2.6c3.54 0 4.2-1.9 4.31-4.42.039-.591.036-1.189.032-1.783l-.002-.507v-.032zm.969 2.376c-.057 1.285-.254 2.667-1.082 3.72-.88 1.118-2.283 1.646-4.227 1.646-1.574 0-2.714-.87-3.406-1.623a6.958 6.958 0 01-1.046-1.504l-.006-.012-1.674-2.516a1.593 1.593 0 01-.25-1.107 1.44 1.44 0 01.69-1.041c.195-.124.485-.232.856-.186.357.044.681.219.976.446.137.106.272.22.4.331V1.75A1.5 1.5 0 015.63.25c.93.036 1.431.856 1.431 1.55v1.335a1.5 1.5 0 01.53-.063h.017c.512.04.915.326 1.153.71a1.5 1.5 0 01.74-.161c.659.025 1.115.458 1.316.964a1.493 1.493 0 01.644-.103h.017c.856.067 1.393.814 1.393 1.558l.002.48c.004.596.007 1.237-.033 1.864z",fill:e}))),zR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 6A2.5 2.5 0 116 3.5V5h2V3.5A2.5 2.5 0 1110.5 6H9v2h1.5A2.5 2.5 0 118 10.5V9H6v1.5A2.5 2.5 0 113.5 8H5V6H3.5zM2 3.5a1.5 1.5 0 113 0V5H3.5A1.5 1.5 0 012 3.5zM6 6v2h2V6H6zm3-1h1.5A1.5 1.5 0 109 3.5V5zM3.5 9H5v1.5A1.5 1.5 0 113.5 9zM9 9v1.5A1.5 1.5 0 1010.5 9H9z",fill:e}))),LR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.083 12.25H2.917a1.167 1.167 0 01-1.167-1.167V2.917A1.167 1.167 0 012.917 1.75h6.416l2.917 2.917v6.416a1.167 1.167 0 01-1.167 1.167z",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),l.createElement("path",{d:"M9.917 12.25V7.583H4.083v4.667M4.083 1.75v2.917H8.75",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}))),OR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7 5.5a.5.5 0 01.5.5v4a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM7 4.5A.75.75 0 107 3a.75.75 0 000 1.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),MR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.25 5.25A1.75 1.75 0 117 7a.5.5 0 00-.5.5V9a.5.5 0 001 0V7.955A2.75 2.75 0 104.25 5.25a.5.5 0 001 0zM7 11.5A.75.75 0 107 10a.75.75 0 000 1.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),PR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-3.524 4.89A5.972 5.972 0 017 13a5.972 5.972 0 01-3.477-1.11l1.445-1.444C5.564 10.798 6.258 11 7 11s1.436-.202 2.032-.554l1.444 1.445zm-.03-2.858l1.445 1.444A5.972 5.972 0 0013 7c0-1.296-.41-2.496-1.11-3.477l-1.444 1.445C10.798 5.564 11 6.258 11 7s-.202 1.436-.554 2.032zM9.032 3.554l1.444-1.445A5.972 5.972 0 007 1c-1.296 0-2.496.41-3.477 1.11l1.445 1.444A3.981 3.981 0 017 3c.742 0 1.436.202 2.032.554zM3.554 4.968L2.109 3.523A5.973 5.973 0 001 7c0 1.296.41 2.496 1.11 3.476l1.444-1.444A3.981 3.981 0 013 7c0-.742.202-1.436.554-2.032zM10 7a3 3 0 11-6 0 3 3 0 016 0z",fill:e}))),NR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7 4.5a.5.5 0 01.5.5v3.5a.5.5 0 11-1 0V5a.5.5 0 01.5-.5zM7.75 10.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 1.045a.498.498 0 01.23.209l6.494 10.992a.5.5 0 01-.438.754H.508a.497.497 0 01-.506-.452.498.498 0 01.072-.31l6.49-10.984a.497.497 0 01.642-.21zM7 2.483L1.376 12h11.248L7 2.483z",fill:e}))),$R=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zM6.5 8a.5.5 0 001 0V4a.5.5 0 00-1 0v4zm-.25 2.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z",fill:e}))),HR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 2.504a.5.5 0 01.5-.5h13a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-9zm1 1.012v7.488h12V3.519L7.313 7.894a.496.496 0 01-.526.062.497.497 0 01-.1-.062L1 3.516zm11.03-.512H1.974L7 6.874l5.03-3.87z",fill:e}))),jR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.76 8.134l-.05.05a.2.2 0 01-.28.03 6.76 6.76 0 01-1.63-1.65.21.21 0 01.04-.27l.05-.05c.23-.2.54-.47.71-.96.17-.47-.02-1.04-.66-1.94-.26-.38-.72-.96-1.22-1.46-.68-.69-1.2-1-1.65-1a.98.98 0 00-.51.13A3.23 3.23 0 00.9 3.424c-.13 1.1.26 2.37 1.17 3.78a16.679 16.679 0 004.55 4.6 6.57 6.57 0 003.53 1.32 3.2 3.2 0 002.85-1.66c.14-.24.24-.64-.07-1.18a7.803 7.803 0 00-1.73-1.81c-.64-.5-1.52-1.11-2.13-1.11a.97.97 0 00-.34.06c-.472.164-.74.458-.947.685l-.023.025zm4.32 2.678a6.801 6.801 0 00-1.482-1.54l-.007-.005-.006-.005a8.418 8.418 0 00-.957-.662 2.7 2.7 0 00-.4-.193.683.683 0 00-.157-.043l-.004.002-.009.003c-.224.078-.343.202-.56.44l-.014.016-.046.045a1.2 1.2 0 01-1.602.149A7.76 7.76 0 014.98 7.134l-.013-.019-.013-.02a1.21 1.21 0 01.195-1.522l.06-.06.026-.024c.219-.19.345-.312.422-.533l.003-.01v-.008a.518.518 0 00-.032-.142c-.06-.178-.203-.453-.502-.872l-.005-.008-.005-.007A10.18 10.18 0 004.013 2.59l-.005-.005c-.31-.314-.543-.5-.716-.605-.147-.088-.214-.096-.222-.097h-.016l-.006.003-.01.006a2.23 2.23 0 00-1.145 1.656c-.09.776.175 1.806 1.014 3.108a15.68 15.68 0 004.274 4.32l.022.014.022.016a5.57 5.57 0 002.964 1.117 2.2 2.2 0 001.935-1.141l.006-.012.004-.007a.182.182 0 00-.007-.038.574.574 0 00-.047-.114z",fill:e}))),VR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.841 2.159a2.25 2.25 0 00-3.182 0l-2.5 2.5a2.25 2.25 0 000 3.182.5.5 0 01-.707.707 3.25 3.25 0 010-4.596l2.5-2.5a3.25 3.25 0 014.596 4.596l-2.063 2.063a4.27 4.27 0 00-.094-1.32l1.45-1.45a2.25 2.25 0 000-3.182z",fill:e}),l.createElement("path",{d:"M3.61 7.21c-.1-.434-.132-.88-.095-1.321L1.452 7.952a3.25 3.25 0 104.596 4.596l2.5-2.5a3.25 3.25 0 000-4.596.5.5 0 00-.707.707 2.25 2.25 0 010 3.182l-2.5 2.5A2.25 2.25 0 112.159 8.66l1.45-1.45z",fill:e}))),UR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.452 7.952l1.305-1.305.708.707-1.306 1.305a2.25 2.25 0 103.182 3.182l1.306-1.305.707.707-1.306 1.305a3.25 3.25 0 01-4.596-4.596zM12.548 6.048l-1.305 1.306-.707-.708 1.305-1.305a2.25 2.25 0 10-3.182-3.182L7.354 3.464l-.708-.707 1.306-1.305a3.25 3.25 0 014.596 4.596zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.707-.707l-11-11z",fill:e}))),qR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.994 1.11a1 1 0 10-1.988 0A4.502 4.502 0 002.5 5.5v3.882l-.943 1.885a.497.497 0 00-.053.295.5.5 0 00.506.438h3.575a1.5 1.5 0 102.83 0h3.575a.5.5 0 00.453-.733L11.5 9.382V5.5a4.502 4.502 0 00-3.506-4.39zM2.81 11h8.382l-.5-1H3.31l-.5 1zM10.5 9V5.5a3.5 3.5 0 10-7 0V9h7zm-4 3.5a.5.5 0 111 0 .5.5 0 01-1 0z",fill:e}))),WR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.5.5A.5.5 0 012 0c6.627 0 12 5.373 12 12a.5.5 0 01-1 0C13 5.925 8.075 1 2 1a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{d:"M1.5 4.5A.5.5 0 012 4a8 8 0 018 8 .5.5 0 01-1 0 7 7 0 00-7-7 .5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 11a2 2 0 11-4 0 2 2 0 014 0zm-1 0a1 1 0 11-2 0 1 1 0 012 0z",fill:e}))),GR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1v-4.5a.5.5 0 00-1 0v4.5H2v-10h4.5a.5.5 0 000-1H2z",fill:e}),l.createElement("path",{d:"M7.354 7.357L12 2.711v1.793a.5.5 0 001 0v-3a.5.5 0 00-.5-.5h-3a.5.5 0 100 1h1.793L6.646 6.65a.5.5 0 10.708.707z",fill:e}))),YR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M6.646.15a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.707L7.5 1.711v6.793a.5.5 0 01-1 0V1.71L5.354 2.857a.5.5 0 11-.708-.707l2-2z",fill:e}),l.createElement("path",{d:"M2 4.004a1 1 0 00-1 1v7a1 1 0 001 1h10a1 1 0 001-1v-7a1 1 0 00-1-1H9.5a.5.5 0 100 1H12v7H2v-7h2.5a.5.5 0 000-1H2z",fill:e}))),KR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M13.854 6.646a.5.5 0 010 .708l-2 2a.5.5 0 01-.708-.708L12.293 7.5H5.5a.5.5 0 010-1h6.793l-1.147-1.146a.5.5 0 01.708-.708l2 2z",fill:e}),l.createElement("path",{d:"M10 2a1 1 0 00-1-1H2a1 1 0 00-1 1v10a1 1 0 001 1h7a1 1 0 001-1V9.5a.5.5 0 00-1 0V12H2V2h7v2.5a.5.5 0 001 0V2z",fill:e}))),JR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 13A6 6 0 107 1a6 6 0 000 12zm0 1A7 7 0 107 0a7 7 0 000 14z",fill:e}))),ZR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),XR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5zM4 12.413l2.664-2.284a.454.454 0 01.377-.128.498.498 0 01.284.12L10 12.412V1H4v11.413z",fill:e}))),QR=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5z",fill:e}))),eI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1449_588)"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.414 1.586a2 2 0 00-2.828 0l-4 4a2 2 0 000 2.828l4 4a2 2 0 002.828 0l4-4a2 2 0 000-2.828l-4-4zm.707-.707a3 3 0 00-4.242 0l-4 4a3 3 0 000 4.242l4 4a3 3 0 004.242 0l4-4a3 3 0 000-4.242l-4-4z",fill:e})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1449_588"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),tI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584zM1.2 3.526c.128-.333.304-.598.52-.806.218-.212.497-.389.849-.522m-1.37 1.328A3.324 3.324 0 001 4.708c0 .225.032.452.101.686.082.265.183.513.307.737.135.246.294.484.479.716.188.237.386.454.59.652l.001.002 4.514 4.355 4.519-4.344c.2-.193.398-.41.585-.648l.003-.003c.184-.23.345-.472.486-.726l.004-.007c.131-.23.232-.474.31-.732v-.002c.068-.224.101-.45.101-.686 0-.457-.07-.849-.195-1.185a2.177 2.177 0 00-.515-.802l.007-.012-.008.009a2.383 2.383 0 00-.85-.518l-.003-.001C11.1 2.072 10.692 2 10.203 2c-.21 0-.406.03-.597.09h-.001c-.22.07-.443.167-.663.289l-.007.003c-.22.12-.434.262-.647.426-.226.174-.42.341-.588.505l-.684.672-.7-.656a9.967 9.967 0 00-.615-.527 4.82 4.82 0 00-.635-.422l-.01-.005a3.289 3.289 0 00-.656-.281l-.008-.003A2.014 2.014 0 003.785 2c-.481 0-.881.071-1.217.198",fill:e}))),rI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584z",fill:e}))),nI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.319.783a.75.75 0 011.362 0l1.63 3.535 3.867.458a.75.75 0 01.42 1.296L10.74 8.715l.76 3.819a.75.75 0 01-1.103.8L7 11.434l-3.398 1.902a.75.75 0 01-1.101-.801l.758-3.819L.401 6.072a.75.75 0 01.42-1.296l3.867-.458L6.318.783zm.68.91l-1.461 3.17a.75.75 0 01-.593.431l-3.467.412 2.563 2.37a.75.75 0 01.226.697l-.68 3.424 3.046-1.705a.75.75 0 01.733 0l3.047 1.705-.68-3.424a.75.75 0 01.226-.697l2.563-2.37-3.467-.412a.75.75 0 01-.593-.43L7 1.694z",fill:e}))),aI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.68.783a.75.75 0 00-1.361 0l-1.63 3.535-3.867.458A.75.75 0 00.4 6.072l2.858 2.643-.758 3.819a.75.75 0 001.101.8L7 11.434l3.397 1.902a.75.75 0 001.102-.801l-.759-3.819L13.6 6.072a.75.75 0 00-.421-1.296l-3.866-.458L7.68.783z",fill:e}))),oI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7.854a4.5 4.5 0 10-6 0V13a.5.5 0 00.497.5h.006c.127 0 .254-.05.35-.146L7 11.207l2.146 2.147A.5.5 0 0010 13V7.854zM7 8a3.5 3.5 0 100-7 3.5 3.5 0 000 7zm-.354 2.146a.5.5 0 01.708 0L9 11.793v-3.26C8.398 8.831 7.718 9 7 9a4.481 4.481 0 01-2-.468v3.26l1.646-1.646z",fill:e}))),iI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.565 13.123a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97c.25.473.83.661 1.31.426l.987-.482zm4.289-8.477a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708 0l-2.5-2.5a.5.5 0 11.708-.708L6 8.793l4.146-4.147a.5.5 0 01.708 0z",fill:e}))),lI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 12.02c-.4.37-.91.56-1.56.56h-.88a5.493 5.493 0 01-1.3-.16c-.42-.1-.91-.25-1.47-.45a5.056 5.056 0 00-.95-.27H2.88a.84.84 0 01-.62-.26.84.84 0 01-.26-.61V6.45c0-.24.09-.45.26-.62a.84.84 0 01.62-.25h1.87c.16-.11.47-.47.93-1.06.27-.35.51-.64.74-.88.1-.11.19-.3.24-.58.05-.28.12-.57.2-.87.1-.3.24-.55.43-.74a.87.87 0 01.62-.25c.38 0 .72.07 1.03.22.3.15.54.38.7.7.15.31.23.73.23 1.27a3 3 0 01-.32 1.31h1.2c.47 0 .88.17 1.23.52s.52.8.52 1.22c0 .29-.04.66-.34 1.12.05.15.07.3.07.47 0 .35-.09.68-.26.98a2.05 2.05 0 01-.4 1.51 1.9 1.9 0 01-.57 1.5zm.473-5.33a.965.965 0 00.027-.25.742.742 0 00-.227-.513.683.683 0 00-.523-.227H7.927l.73-1.45a2 2 0 00.213-.867c0-.444-.068-.695-.127-.822a.53.53 0 00-.245-.244 1.296 1.296 0 00-.539-.116.989.989 0 00-.141.28 9.544 9.544 0 00-.174.755c-.069.387-.213.779-.484 1.077l-.009.01-.009.01c-.195.202-.41.46-.67.798l-.003.004c-.235.3-.44.555-.613.753-.151.173-.343.381-.54.516l-.255.176H5v4.133l.018.003c.384.07.76.176 1.122.318.532.189.98.325 1.352.413l.007.002a4.5 4.5 0 001.063.131h.878c.429 0 .683-.115.871-.285a.9.9 0 00.262-.702l-.028-.377.229-.3a1.05 1.05 0 00.205-.774l-.044-.333.165-.292a.969.969 0 00.13-.487.457.457 0 00-.019-.154l-.152-.458.263-.404a1.08 1.08 0 00.152-.325zM3.5 10.8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),sI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.765 2.076A.5.5 0 0112 2.5v6.009a.497.497 0 01-.17.366L7.337 12.87a.497.497 0 01-.674 0L2.17 8.875l-.009-.007a.498.498 0 01-.16-.358L2 8.5v-6a.5.5 0 01.235-.424l.018-.011c.016-.01.037-.024.065-.04.056-.032.136-.077.24-.128a6.97 6.97 0 01.909-.371C4.265 1.26 5.443 1 7 1s2.735.26 3.533.526c.399.133.702.267.91.37a4.263 4.263 0 01.304.169l.018.01zM3 2.793v5.482l1.068.95 6.588-6.588a6.752 6.752 0 00-.44-.163C9.517 2.24 8.444 2 7 2c-1.443 0-2.515.24-3.217.474-.351.117-.61.233-.778.317L3 2.793zm4 9.038l-2.183-1.94L11 3.706v4.568l-4 3.556z",fill:e}))),uI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M10.354 2.854a.5.5 0 10-.708-.708l-3 3a.5.5 0 10.708.708l3-3z",fill:e}),l.createElement("path",{d:"M2.09 6H4.5a.5.5 0 000-1H1.795a.75.75 0 00-.74.873l.813 4.874A1.5 1.5 0 003.348 12h7.305a1.5 1.5 0 001.48-1.253l.812-4.874a.75.75 0 00-.74-.873H10a.5.5 0 000 1h1.91l-.764 4.582a.5.5 0 01-.493.418H3.347a.5.5 0 01-.493-.418L2.09 6z",fill:e}),l.createElement("path",{d:"M4.5 7a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 7.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zM6.5 9.5v-2a.5.5 0 011 0v2a.5.5 0 01-1 0z",fill:e}))),cI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 2h.75v3.866l-3.034 5.26A1.25 1.25 0 003.299 13H10.7a1.25 1.25 0 001.083-1.875L8.75 5.866V2h.75a.5.5 0 100-1h-5a.5.5 0 000 1zm1.75 4V2h1.5v4.134l.067.116L8.827 8H5.173l1.01-1.75.067-.116V6zM4.597 9l-1.515 2.625A.25.25 0 003.3 12H10.7a.25.25 0 00.217-.375L9.404 9H4.597z",fill:e}))),dI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.5 10.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1a.5.5 0 00-.5.5c0 1.063.137 1.892.678 2.974.346.692.858 1.489 1.598 2.526-.89 1.247-1.455 2.152-1.798 2.956-.377.886-.477 1.631-.478 2.537v.007a.5.5 0 00.5.5h7c.017 0 .034 0 .051-.003A.5.5 0 0011 12.5v-.007c0-.906-.1-1.65-.478-2.537-.343-.804-.909-1.709-1.798-2.956.74-1.037 1.252-1.834 1.598-2.526C10.863 3.392 11 2.563 11 1.5a.5.5 0 00-.5-.5h-7zm6.487 11a4.675 4.675 0 00-.385-1.652c-.277-.648-.735-1.407-1.499-2.494-.216.294-.448.606-.696.937a.497.497 0 01-.195.162.5.5 0 01-.619-.162c-.248-.331-.48-.643-.696-.937-.764 1.087-1.222 1.846-1.499 2.494A4.675 4.675 0 004.013 12h5.974zM6.304 6.716c.212.293.443.609.696.948a90.058 90.058 0 00.709-.965c.48-.664.86-1.218 1.163-1.699H5.128a32.672 32.672 0 001.176 1.716zM4.559 4h4.882c.364-.735.505-1.312.546-2H4.013c.04.688.182 1.265.546 2z",fill:e}))),pI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 1h-9a.5.5 0 00-.5.5v11a.5.5 0 001 0V8h8.5a.5.5 0 00.354-.854L9.207 4.5l2.647-2.646A.499.499 0 0011.5 1zM8.146 4.146L10.293 2H3v5h7.293L8.146 4.854a.5.5 0 010-.708z",fill:e}))),fI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7V6a3 3 0 00-5.91-.736l-.17.676-.692.075A2.5 2.5 0 003.5 11h3c.063 0 .125-.002.187-.007l.076-.005.076.006c.053.004.106.006.161.006h4a2 2 0 100-4h-1zM3.12 5.02A3.5 3.5 0 003.5 12h3c.087 0 .174-.003.26-.01.079.007.16.01.24.01h4a3 3 0 100-6 4 4 0 00-7.88-.98z",fill:e}))),hI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7 2a4 4 0 014 4 3 3 0 110 6H7c-.08 0-.161-.003-.24-.01-.086.007-.173.01-.26.01h-3a3.5 3.5 0 01-.38-6.98A4.002 4.002 0 017 2z",fill:e}))),mI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 7a4 4 0 11-8 0 4 4 0 018 0zm-1 0a3 3 0 11-6 0 3 3 0 016 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.268 13.18c.25.472.83.66 1.31.425l.987-.482a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97zm5.096-1.44l-.511.963-.979-.478a1.99 1.99 0 00-1.748 0l-.979.478-.51-.962a1.991 1.991 0 00-1.415-1.028l-1.073-.188.152-1.079a1.991 1.991 0 00-.54-1.663L1.004 7l.757-.783a1.991 1.991 0 00.54-1.663L2.15 3.475l1.073-.188A1.991 1.991 0 004.636 2.26l.511-.962.979.478a1.99 1.99 0 001.748 0l.979-.478.51.962c.288.543.81.922 1.415 1.028l1.073.188-.152 1.079a1.99 1.99 0 00.54 1.663l.757.783-.757.783a1.99 1.99 0 00-.54 1.663l.152 1.079-1.073.188a1.991 1.991 0 00-1.414 1.028z",fill:e}))),gI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 4a3 3 0 100 6 3 3 0 000-6zM3 7a4 4 0 118 0 4 4 0 01-8 0z",fill:e}))),vI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 3.044a.498.498 0 01.23.212l3.492 5.985a.494.494 0 01.006.507.497.497 0 01-.443.252H3.51a.499.499 0 01-.437-.76l3.492-5.984a.497.497 0 01.642-.212zM7 4.492L4.37 9h5.26L7 4.492z",fill:e}))),yI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.854 4.146a.5.5 0 010 .708l-5 5a.5.5 0 01-.708 0l-2-2a.5.5 0 11.708-.708L5.5 8.793l4.646-4.647a.5.5 0 01.708 0z",fill:e}))),bI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.354 3.896l5.5 5.5a.5.5 0 01-.708.708L7 4.957l-5.146 5.147a.5.5 0 01-.708-.708l5.5-5.5a.5.5 0 01.708 0z",fill:e}))),wI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),EI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2.76 7.096a.498.498 0 00.136.258l5.5 5.5a.5.5 0 00.707-.708L3.958 7l5.147-5.146a.5.5 0 10-.708-.708l-5.5 5.5a.5.5 0 00-.137.45z",fill:e}))),wE=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),xI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.854 9.104a.5.5 0 11-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 01-.708.708L7 5.957 3.854 9.104z",fill:e}))),DI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.854 4.896a.5.5 0 10-.708.708l3.5 3.5a.5.5 0 00.708 0l3.5-3.5a.5.5 0 00-.708-.708L7 8.043 3.854 4.896z",fill:e}))),CI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.104 10.146a.5.5 0 01-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 11.708.708L5.957 7l3.147 3.146z",fill:e}))),SI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.896 10.146a.5.5 0 00.708.708l3.5-3.5a.5.5 0 000-.708l-3.5-3.5a.5.5 0 10-.708.708L8.043 7l-3.147 3.146z",fill:e}))),kI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.854 4.646l-4.5-4.5a.5.5 0 00-.708 0l-4.5 4.5a.5.5 0 10.708.708L6.5 1.707V13.5a.5.5 0 001 0V1.707l3.646 3.647a.5.5 0 00.708-.708z",fill:e}))),AI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v11.793L2.854 8.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.351.146h.006c.127 0 .254-.05.35-.146l4.5-4.5a.5.5 0 00-.707-.708L7.5 12.293V.5z",fill:e}))),FI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.354 2.146a.5.5 0 010 .708L1.707 6.5H13.5a.5.5 0 010 1H1.707l3.647 3.646a.5.5 0 01-.708.708l-4.5-4.5a.5.5 0 010-.708l4.5-4.5a.5.5 0 01.708 0z",fill:e}))),_I=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M8.646 2.146a.5.5 0 01.708 0l4.5 4.5a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708-.708L12.293 7.5H.5a.5.5 0 010-1h11.793L8.646 2.854a.5.5 0 010-.708z",fill:e}))),RI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.904 8.768V2.404a.5.5 0 01.5-.5h6.364a.5.5 0 110 1H3.61l8.339 8.339a.5.5 0 01-.707.707l-8.34-8.34v5.158a.5.5 0 01-1 0z",fill:e}))),II=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M12.096 8.768V2.404a.5.5 0 00-.5-.5H5.232a.5.5 0 100 1h5.157L2.05 11.243a.5.5 0 10.707.707l8.34-8.34v5.158a.5.5 0 101 0z",fill:e}))),BI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.904 5.232v6.364a.5.5 0 00.5.5h6.364a.5.5 0 000-1H3.61l8.339-8.339a.5.5 0 00-.707-.707l-8.34 8.34V5.231a.5.5 0 00-1 0z",fill:e}))),TI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M12.096 5.232v6.364a.5.5 0 01-.5.5H5.232a.5.5 0 010-1h5.157L2.05 2.757a.5.5 0 01.707-.707l8.34 8.34V5.231a.5.5 0 111 0z",fill:e}))),zI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.772 3.59c.126-.12.33-.12.456 0l5.677 5.387c.203.193.06.523-.228.523H1.323c-.287 0-.431-.33-.228-.523L6.772 3.59z",fill:e}))),LI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.228 10.41a.335.335 0 01-.456 0L1.095 5.023c-.203-.193-.06-.523.228-.523h11.354c.287 0 .431.33.228.523L7.228 10.41z",fill:e}))),OI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.712 7.212a.3.3 0 010-.424l5.276-5.276a.3.3 0 01.512.212v10.552a.3.3 0 01-.512.212L3.712 7.212z",fill:e}))),MI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.288 7.212a.3.3 0 000-.424L5.012 1.512a.3.3 0 00-.512.212v10.552a.3.3 0 00.512.212l5.276-5.276z",fill:e}))),PI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.354.146l4 4a.5.5 0 01-.708.708L7 1.207 3.354 4.854a.5.5 0 11-.708-.708l4-4a.5.5 0 01.708 0zM11.354 9.146a.5.5 0 010 .708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 11.708-.708L7 12.793l3.646-3.647a.5.5 0 01.708 0z",fill:e}))),NI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.354.146a.5.5 0 10-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 00-.708-.708L7 3.793 3.354.146zM6.646 9.146a.5.5 0 01.708 0l4 4a.5.5 0 01-.708.708L7 10.207l-3.646 3.647a.5.5 0 01-.708-.708l4-4z",fill:e}))),$I=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.5 1h2a.5.5 0 010 1h-.793l3.147 3.146a.5.5 0 11-.708.708L2 2.707V3.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 1.5a.5.5 0 01.5-.5h2a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-.793L8.854 5.854a.5.5 0 11-.708-.708L11.293 2H10.5a.5.5 0 01-.5-.5zM12.5 10a.5.5 0 01.5.5v2a.5.5 0 01-.5.5h-2a.5.5 0 010-1h.793L8.146 8.854a.5.5 0 11.708-.708L12 11.293V10.5a.5.5 0 01.5-.5zM2 11.293V10.5a.5.5 0 00-1 0v2a.5.5 0 00.5.5h2a.5.5 0 000-1h-.793l3.147-3.146a.5.5 0 10-.708-.708L2 11.293z",fill:e}))),HI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M6.646.147l-1.5 1.5a.5.5 0 10.708.707l.646-.647V5a.5.5 0 001 0V1.707l.646.647a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0z",fill:e}),l.createElement("path",{d:"M1.309 4.038a.498.498 0 00-.16.106l-.005.005a.498.498 0 00.002.705L3.293 7 1.146 9.146A.498.498 0 001.5 10h3a.5.5 0 000-1H2.707l1.5-1.5h5.586l2.353 2.354a.5.5 0 00.708-.708L10.707 7l2.146-2.146.11-.545-.107.542A.499.499 0 0013 4.503v-.006a.5.5 0 00-.144-.348l-.005-.005A.498.498 0 0012.5 4h-3a.5.5 0 000 1h1.793l-1.5 1.5H4.207L2.707 5H4.5a.5.5 0 000-1h-3a.498.498 0 00-.191.038z",fill:e}),l.createElement("path",{d:"M7 8.5a.5.5 0 01.5.5v3.293l.646-.647a.5.5 0 01.708.708l-1.5 1.5a.5.5 0 01-.708 0l-1.5-1.5a.5.5 0 01.708-.708l.646.647V9a.5.5 0 01.5-.5zM9 9.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z",fill:e}))),jI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M10.646 2.646a.5.5 0 01.708 0l1.5 1.5a.5.5 0 010 .708l-1.5 1.5a.5.5 0 01-.708-.708L11.293 5H1.5a.5.5 0 010-1h9.793l-.647-.646a.5.5 0 010-.708zM3.354 8.354L2.707 9H12.5a.5.5 0 010 1H2.707l.647.646a.5.5 0 01-.708.708l-1.5-1.5a.5.5 0 010-.708l1.5-1.5a.5.5 0 11.708.708z",fill:e}))),VI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.5 1a.5.5 0 01.5.5V10a2 2 0 004 0V4a3 3 0 016 0v7.793l1.146-1.147a.5.5 0 01.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 01.708-.708L11 11.793V4a2 2 0 10-4 0v6.002a3 3 0 01-6 0V1.5a.5.5 0 01.5-.5z",fill:e}))),UI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.146 3.854a.5.5 0 010-.708l2-2a.5.5 0 11.708.708L2.707 3h6.295A4 4 0 019 11H3a.5.5 0 010-1h6a3 3 0 100-6H2.707l1.147 1.146a.5.5 0 11-.708.708l-2-2z",fill:e}))),qI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4.354 2.146a.5.5 0 010 .708L1.707 5.5H9.5A4.5 4.5 0 0114 10v1.5a.5.5 0 01-1 0V10a3.5 3.5 0 00-3.5-3.5H1.707l2.647 2.646a.5.5 0 11-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 01.708 0z",fill:e}))),WI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.5 1A.5.5 0 005 .5H2a.5.5 0 000 1h1.535a6.502 6.502 0 002.383 11.91.5.5 0 10.165-.986A5.502 5.502 0 014.5 2.1V4a.5.5 0 001 0V1.353a.5.5 0 000-.023V1zM7.507 1a.5.5 0 01.576-.41 6.502 6.502 0 012.383 11.91H12a.5.5 0 010 1H9a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v1.9A5.5 5.5 0 007.917 1.576.5.5 0 017.507 1z",fill:e}))),GI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M8.646 5.854L7.5 4.707V10.5a.5.5 0 01-1 0V4.707L5.354 5.854a.5.5 0 11-.708-.708l2-2a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.708z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),YI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.354 8.146L6.5 9.293V3.5a.5.5 0 011 0v5.793l1.146-1.147a.5.5 0 11.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 11.708-.708z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm1 0a6 6 0 1112 0A6 6 0 011 7z",fill:e}))),KI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M5.854 5.354L4.707 6.5H10.5a.5.5 0 010 1H4.707l1.147 1.146a.5.5 0 11-.708.708l-2-2a.5.5 0 010-.708l2-2a.5.5 0 11.708.708z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a7 7 0 110 14A7 7 0 017 0zm0 1a6 6 0 110 12A6 6 0 017 1z",fill:e}))),JI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.5 6.5h5.793L8.146 5.354a.5.5 0 11.708-.708l2 2a.5.5 0 010 .708l-2 2a.5.5 0 11-.708-.708L9.293 7.5H3.5a.5.5 0 010-1z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 117 0a7 7 0 010 14zm0-1A6 6 0 117 1a6 6 0 010 12z",fill:e}))),ZI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.092.5H7a6.5 6.5 0 106.41 7.583.5.5 0 10-.986-.166A5.495 5.495 0 017 12.5a5.5 5.5 0 010-11h.006a5.5 5.5 0 014.894 3H10a.5.5 0 000 1h3a.5.5 0 00.5-.5V2a.5.5 0 00-1 0v1.535A6.495 6.495 0 007.092.5z",fill:e}))),XI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 100 7a7 7 0 0014 0zm-6.535 5.738c-.233.23-.389.262-.465.262-.076 0-.232-.032-.465-.262-.238-.234-.497-.623-.737-1.182-.434-1.012-.738-2.433-.79-4.056h3.984c-.052 1.623-.356 3.043-.79 4.056-.24.56-.5.948-.737 1.182zM8.992 6.5H5.008c.052-1.623.356-3.044.79-4.056.24-.56.5-.948.737-1.182C6.768 1.032 6.924 1 7 1c.076 0 .232.032.465.262.238.234.497.623.737 1.182.434 1.012.738 2.433.79 4.056zm1 1c-.065 2.176-.558 4.078-1.282 5.253A6.005 6.005 0 0012.98 7.5H9.992zm2.987-1H9.992c-.065-2.176-.558-4.078-1.282-5.253A6.005 6.005 0 0112.98 6.5zm-8.971 0c.065-2.176.558-4.078 1.282-5.253A6.005 6.005 0 001.02 6.5h2.988zm-2.987 1a6.005 6.005 0 004.27 5.253C4.565 11.578 4.072 9.676 4.007 7.5H1.02z",fill:e}))),QI=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.087 3.397L5.95 5.793a.374.374 0 00-.109.095.377.377 0 00-.036.052l-2.407 4.147a.374.374 0 00-.004.384c.104.179.334.24.513.136l4.142-2.404a.373.373 0 00.148-.143l2.406-4.146a.373.373 0 00-.037-.443.373.373 0 00-.478-.074zM4.75 9.25l2.847-1.652-1.195-1.195L4.75 9.25z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),eB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm6.5 3.5v2.48A6.001 6.001 0 011.02 7.5H3.5a.5.5 0 000-1H1.02A6.001 6.001 0 016.5 1.02V3.5a.5.5 0 001 0V1.02a6.001 6.001 0 015.48 5.48H10.5a.5.5 0 000 1h2.48a6.002 6.002 0 01-5.48 5.48V10.5a.5.5 0 00-1 0z",fill:e}))),tB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 5a2 2 0 11-4 0 2 2 0 014 0zM8 5a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5A5 5 0 002 5c0 2.633 2.273 6.154 4.65 8.643.192.2.508.2.7 0C9.726 11.153 12 7.633 12 5zM7 1a4 4 0 014 4c0 1.062-.471 2.42-1.303 3.88-.729 1.282-1.69 2.562-2.697 3.67-1.008-1.108-1.968-2.388-2.697-3.67C3.47 7.42 3 6.063 3 5a4 4 0 014-4z",fill:e}))),rB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7 2a.5.5 0 01.5.5v4H10a.5.5 0 010 1H7a.5.5 0 01-.5-.5V2.5A.5.5 0 017 2z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),nB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M9.79 4.093a.5.5 0 01.117.698L7.91 7.586a1 1 0 11-.814-.581l1.997-2.796a.5.5 0 01.698-.116z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.069 12.968a7 7 0 119.863 0A12.962 12.962 0 007 12c-1.746 0-3.41.344-4.931.968zm9.582-1.177a6 6 0 10-9.301 0A13.98 13.98 0 017 11c1.629 0 3.194.279 4.65.791z",fill:e}))),aB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.5 4.5a.5.5 0 00-1 0v2.634a1 1 0 101 0V4.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.5A.5.5 0 016 0h2a.5.5 0 010 1h-.5v1.02a5.973 5.973 0 013.374 1.398l.772-.772a.5.5 0 01.708.708l-.772.772A6 6 0 116.5 2.02V1H6a.5.5 0 01-.5-.5zM7 3a5 5 0 100 10A5 5 0 007 3z",fill:e}))),oB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.354 1.146l5.5 5.5a.5.5 0 01-.708.708L12 7.207V12.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V9H6v3.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V7.207l-.146.147a.5.5 0 11-.708-.708l1-1 4.5-4.5a.5.5 0 01.708 0zM3 6.207V12h2V8.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5V12h2V6.207l-4-4-4 4z",fill:e}))),iB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.213 4.094a.5.5 0 01.056-.034l5.484-2.995a.498.498 0 01.494 0L12.73 4.06a.507.507 0 01.266.389.498.498 0 01-.507.555H1.51a.5.5 0 01-.297-.91zm2.246-.09h7.082L7 2.07 3.459 4.004z",fill:e}),l.createElement("path",{d:"M4 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM11 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM5.75 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM8.75 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM1.5 12.504a.5.5 0 01.5-.5h10a.5.5 0 010 1H2a.5.5 0 01-.5-.5z",fill:e}))),lB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("g",{clipPath:"url(#prefix__clip0_1107_3594)"},l.createElement("path",{d:"M11.451.537l.01 12.922h0L7.61 8.946a1.077 1.077 0 00-.73-.374L.964 8.087 11.45.537h0z",stroke:e,strokeWidth:1.077})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_1107_3594"},l.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),sB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zM2.671 11.155c.696-1.006 2.602-1.816 3.194-1.91.226-.036.232-.658.232-.658s-.665-.658-.81-1.544c-.39 0-.63-.94-.241-1.272a2.578 2.578 0 00-.012-.13c-.066-.607-.28-2.606 1.965-2.606 2.246 0 2.031 2 1.966 2.606l-.012.13c.39.331.149 1.272-.24 1.272-.146.886-.81 1.544-.81 1.544s.004.622.23.658c.593.094 2.5.904 3.195 1.91a6 6 0 10-8.657 0z",fill:e}))),uB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7.275 13.16a11.388 11.388 0 005.175-1.232v-.25c0-1.566-3.237-2.994-4.104-3.132-.27-.043-.276-.783-.276-.783s.791-.783.964-1.836c.463 0 .75-1.119.286-1.513C9.34 4 9.916 1.16 6.997 1.16c-2.92 0-2.343 2.84-2.324 3.254-.463.394-.177 1.513.287 1.513.172 1.053.963 1.836.963 1.836s-.006.74-.275.783c-.858.136-4.036 1.536-4.103 3.082a11.388 11.388 0 005.73 1.532z",fill:e}))),cB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.183 11.906a10.645 10.645 0 01-1.181-.589c.062-1.439 3.02-2.74 3.818-2.868.25-.04.256-.728.256-.728s-.736-.729-.896-1.709c-.432 0-.698-1.041-.267-1.408A2.853 2.853 0 002.9 4.46c-.072-.672-.31-2.884 2.175-2.884 2.486 0 2.248 2.212 2.176 2.884-.007.062-.012.112-.014.144.432.367.165 1.408-.266 1.408-.16.98-.896 1.709-.896 1.709s.005.688.256.728c.807.129 3.82 1.457 3.82 2.915v.233a10.598 10.598 0 01-4.816 1.146c-1.441 0-2.838-.282-4.152-.837zM11.5 2.16a.5.5 0 01.5.5v1.5h1.5a.5.5 0 010 1H12v1.5a.5.5 0 01-1 0v-1.5H9.5a.5.5 0 110-1H11v-1.5a.5.5 0 01.5-.5z",fill:e}))),dB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M9.21 11.623a10.586 10.586 0 01-4.031.787A10.585 10.585 0 010 11.07c.06-1.354 2.933-2.578 3.708-2.697.243-.038.249-.685.249-.685s-.715-.685-.87-1.607c-.42 0-.679-.979-.26-1.323a2.589 2.589 0 00-.013-.136c-.07-.632-.3-2.712 2.113-2.712 2.414 0 2.183 2.08 2.113 2.712-.007.059-.012.105-.013.136.419.344.16 1.323-.259 1.323-.156.922-.87 1.607-.87 1.607s.005.647.248.685c.784.12 3.71 1.37 3.71 2.74v.22c-.212.103-.427.2-.646.29z",fill:e}),l.createElement("path",{d:"M8.81 8.417a9.643 9.643 0 00-.736-.398c.61-.42 1.396-.71 1.7-.757.167-.026.171-.471.171-.471s-.491-.471-.598-1.104c-.288 0-.466-.674-.178-.91-.001-.022-.005-.053-.01-.094-.048-.434-.206-1.864 1.453-1.864 1.66 0 1.5 1.43 1.453 1.864l-.01.094c.289.236.11.91-.178.91-.107.633-.598 1.104-.598 1.104s.004.445.171.47c.539.084 2.55.942 2.55 1.884v.628a10.604 10.604 0 01-3.302.553 2.974 2.974 0 00-.576-.879c-.375-.408-.853-.754-1.312-1.03z",fill:e}))),pB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M9.106 7.354c-.627.265-1.295.4-1.983.4a5.062 5.062 0 01-2.547-.681c.03-.688 1.443-1.31 1.824-1.37.12-.02.122-.348.122-.348s-.351-.348-.428-.816c-.206 0-.333-.498-.127-.673 0-.016-.003-.04-.007-.07C5.926 3.477 5.812 2.42 7 2.42c1.187 0 1.073 1.057 1.039 1.378l-.007.069c.207.175.08.673-.127.673-.076.468-.428.816-.428.816s.003.329.122.348c.386.06 1.825.696 1.825 1.392v.111c-.104.053-.21.102-.318.148zM3.75 11.25A.25.25 0 014 11h6a.25.25 0 110 .5H4a.25.25 0 01-.25-.25zM4 9a.25.25 0 000 .5h6a.25.25 0 100-.5H4z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 .5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v13a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5V.5zM2 13V1h10v12H2z",fill:e}))),fB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.968 8.75a.5.5 0 00-.866.5A4.498 4.498 0 007 11.5c1.666 0 3.12-.906 3.898-2.25a.5.5 0 10-.866-.5A3.498 3.498 0 017 10.5a3.498 3.498 0 01-3.032-1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),hB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),mB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.968 10.25a.5.5 0 01-.866-.5A4.498 4.498 0 017 7.5c1.666 0 3.12.906 3.898 2.25a.5.5 0 11-.866.5A3.498 3.498 0 007 8.5a3.498 3.498 0 00-3.032 1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),gB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}),l.createElement("path",{d:"M7 4.5a1 1 0 100-2 1 1 0 000 2z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),vB=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM8 3.5a1 1 0 11-2 0 1 1 0 012 0zM3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}))),yB=0,bB=u(e=>e.button===yB&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey,"isPlainLeftClick"),wB=u((e,t)=>{bB(e)&&(e.preventDefault(),t(e))},"cancelled"),EB=F.span(({withArrow:e})=>e?{"> svg:last-of-type":{height:"0.7em",width:"0.7em",marginRight:0,marginLeft:"0.25em",bottom:"auto",verticalAlign:"inherit"}}:{},({containsIcon:e})=>e?{svg:{height:"1em",width:"1em",verticalAlign:"middle",position:"relative",bottom:0,marginRight:0}}:{}),xB=F.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:Wn(.07,e.color.secondary),"svg path:not([fill])":{fill:Wn(.07,e.color.secondary)}},"&:active":{color:Wn(.1,e.color.secondary),"svg path:not([fill])":{fill:Wn(.1,e.color.secondary)}},svg:{display:"inline-block",height:"1em",width:"1em",verticalAlign:"text-top",position:"relative",bottom:"-0.125em",marginRight:"0.4em","& path":{fill:e.color.secondary}}}),({theme:e,secondary:t,tertiary:r})=>{let n;return t&&(n=[e.textMutedColor,e.color.dark,e.color.darker]),r&&(n=[e.color.dark,e.color.darkest,e.textMutedColor]),n?{color:n[0],"svg path:not([fill])":{fill:n[0]},"&:hover":{color:n[1],"svg path:not([fill])":{fill:n[1]}},"&:active":{color:n[2],"svg path:not([fill])":{fill:n[2]}}}:{}},({nochrome:e})=>e?{color:"inherit","&:hover, &:active":{color:"inherit",textDecoration:"underline"}}:{},({theme:e,inverse:t})=>t?{color:e.color.lightest,":not([fill])":{fill:e.color.lightest},"&:hover":{color:e.color.lighter,"svg path:not([fill])":{fill:e.color.lighter}},"&:active":{color:e.color.light,"svg path:not([fill])":{fill:e.color.light}}}:{},({isButton:e})=>e?{border:0,borderRadius:0,background:"none",padding:0,fontSize:"inherit"}:{}),na=u(({cancel:e=!0,children:t,onClick:r=void 0,withArrow:n=!1,containsIcon:a=!1,className:o=void 0,style:i=void 0,...s})=>y.createElement(xB,{...s,onClick:r&&e?c=>wB(c,r):r,className:o},y.createElement(EB,{withArrow:n,containsIcon:a},t,n&&y.createElement(wE,null))),"Link");F.div(({theme:e})=>({fontSize:`${e.typography.size.s2}px`,lineHeight:"1.6",h1:{fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},h2:{fontSize:`${e.typography.size.m2}px`,borderBottom:`1px solid ${e.appBorderColor}`},h3:{fontSize:`${e.typography.size.m1}px`},h4:{fontSize:`${e.typography.size.s3}px`},h5:{fontSize:`${e.typography.size.s2}px`},h6:{fontSize:`${e.typography.size.s2}px`,color:e.color.dark},"pre:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"pre pre, pre.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px"},"pre pre code, pre.prismjs code":{color:"inherit",fontSize:"inherit"},"pre code":{margin:0,padding:0,whiteSpace:"pre",border:"none",background:"transparent"},"pre code, pre tt":{backgroundColor:"transparent",border:"none"},"body > *:first-of-type":{marginTop:"0 !important"},"body > *:last-child":{marginBottom:"0 !important"},a:{color:e.color.secondary,textDecoration:"none"},"a.absent":{color:"#cc0000"},"a.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0},"h1, h2, h3, h4, h5, h6":{margin:"20px 0 10px",padding:0,cursor:"text",position:"relative","&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}},"h1:first-of-type + h2":{marginTop:0,paddingTop:0},"p, blockquote, ul, ol, dl, li, table, pre":{margin:"15px 0"},hr:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},"body > h1:first-of-type, body > h2:first-of-type, body > h3:first-of-type, body > h4:first-of-type, body > h5:first-of-type, body > h6:first-of-type":{marginTop:0,paddingTop:0},"body > h1:first-of-type + h2":{marginTop:0,paddingTop:0},"a:first-of-type h1, a:first-of-type h2, a:first-of-type h3, a:first-of-type h4, a:first-of-type h5, a:first-of-type h6":{marginTop:0,paddingTop:0},"h1 p, h2 p, h3 p, h4 p, h5 p, h6 p":{marginTop:0},"li p.first":{display:"inline-block"},"ul, ol":{paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},dl:{padding:0},"dl dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",margin:"0 0 15px",padding:"0 15px","&:first-of-type":{padding:0},"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},blockquote:{borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},table:{padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:"white",margin:0,padding:0,"& th":{fontWeight:"bold",border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"& td":{border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"&:nth-of-type(2n)":{backgroundColor:e.color.lighter},"& th :first-of-type, & td :first-of-type":{marginTop:0},"& th :last-child, & td :last-child":{marginBottom:0}}},img:{maxWidth:"100%"},"span.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"span.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"span.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"span.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"span.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}},"code, tt":{margin:"0 2px",padding:"0 5px",whiteSpace:"nowrap",border:`1px solid ${e.color.mediumlight}`,backgroundColor:e.color.lighter,borderRadius:3,color:e.base==="dark"?e.color.darkest:e.color.dark}}));var ln=[],Ea=null,DB=l.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(Is(),k1));return ln.length>0&&(ln.forEach(t=>{e.registerLanguage(...t)}),ln=[]),Ea===null&&(Ea=e),{default:u(t=>y.createElement(e,{...t}),"default")}}),CB=l.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(Is(),k1)),Promise.resolve().then(()=>(Gk(),M6))]);return ln.length>0&&(ln.forEach(r=>{e.registerLanguage(...r)}),ln=[]),Ea===null&&(Ea=e),{default:u(r=>y.createElement(e,{...r,formatter:t}),"default")}}),su=u(e=>y.createElement(l.Suspense,{fallback:y.createElement("div",null)},e.format!==!1?y.createElement(CB,{...e}):y.createElement(DB,{...e})),"SyntaxHighlighter");su.registerLanguage=(...e)=>{if(Ea!==null){Ea.registerLanguage(...e);return}ln.push(e)};Is();n3();var EE={};ka(EE,{Close:()=>Cx,Content:()=>Ex,Description:()=>Dx,Dialog:()=>Kf,DialogClose:()=>ah,DialogContent:()=>eh,DialogDescription:()=>nh,DialogOverlay:()=>Qf,DialogPortal:()=>Xf,DialogTitle:()=>rh,DialogTrigger:()=>Jf,Overlay:()=>wx,Portal:()=>bx,Root:()=>yx,Title:()=>xx,Trigger:()=>yT,WarningProvider:()=>hT,createDialogScope:()=>sT});D1();gn();function xE(e,t){let r=l.createContext(t),n=u(o=>{let{children:i,...s}=o,c=l.useMemo(()=>s,Object.values(s));return N.jsx(r.Provider,{value:c,children:i})},"Provider");n.displayName=e+"Provider";function a(o){let i=l.useContext(r);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}return u(a,"useContext2"),[n,a]}u(xE,"createContext2");function DE(e,t=[]){let r=[];function n(o,i){let s=l.createContext(i),c=r.length;r=[...r,i];let d=u(g=>{var E;let{scope:h,children:f,...v}=g,m=((E=h==null?void 0:h[e])==null?void 0:E[c])||s,w=l.useMemo(()=>v,Object.values(v));return N.jsx(m.Provider,{value:w,children:f})},"Provider");d.displayName=o+"Provider";function p(g,h){var m;let f=((m=h==null?void 0:h[e])==null?void 0:m[c])||s,v=l.useContext(f);if(v)return v;if(i!==void 0)return i;throw new Error(`\`${g}\` must be used within \`${o}\``)}return u(p,"useContext2"),[d,p]}u(n,"createContext3");let a=u(()=>{let o=r.map(i=>l.createContext(i));return u(function(i){let s=(i==null?void 0:i[e])||o;return l.useMemo(()=>({[`__scope${e}`]:{...i,[e]:s}}),[i,s])},"useScope")},"createScope");return a.scopeName=e,[n,CE(a,...t)]}u(DE,"createContextScope");function CE(...e){let t=e[0];if(e.length===1)return t;let r=u(()=>{let n=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return u(function(a){let o=n.reduce((i,{useScope:s,scopeName:c})=>{let d=s(a)[`__scope${c}`];return{...i,...d}},{});return l.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])},"useComposedScopes")},"createScope");return r.scopeName=t.scopeName,r}u(CE,"composeContextScopes");ti();var SB=l.useId||(()=>{}),kB=0;function wl(e){let[t,r]=l.useState(SB());return kr(()=>{e||r(n=>n??String(kB++))},[e]),e||(t?`radix-${t}`:"")}u(wl,"useId");ri();function SE({prop:e,defaultProp:t,onChange:r=u(()=>{},"onChange")}){let[n,a]=kE({defaultProp:t,onChange:r}),o=e!==void 0,i=o?e:n,s=Oe(r),c=l.useCallback(d=>{if(o){let p=typeof d=="function"?d(e):d;p!==e&&s(p)}else a(d)},[o,e,a,s]);return[i,c]}u(SE,"useControllableState");function kE({defaultProp:e,onChange:t}){let r=l.useState(e),[n]=r,a=l.useRef(n),o=Oe(t);return l.useEffect(()=>{a.current!==n&&(o(n),a.current=n)},[n,a,o]),r}u(kE,"useUncontrolledState");D1();ei();gn();ri();ri();function AE(e,t=globalThis==null?void 0:globalThis.document){let r=Oe(e);l.useEffect(()=>{let n=u(a=>{a.key==="Escape"&&r(a)},"handleKeyDown");return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[r,t])}u(AE,"useEscapeKeydown");var AB="DismissableLayer",Ep="dismissableLayer.update",FB="dismissableLayer.pointerDownOutside",_B="dismissableLayer.focusOutside",y4,FE=l.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),_E=l.forwardRef((e,t)=>{let{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:a,onFocusOutside:o,onInteractOutside:i,onDismiss:s,...c}=e,d=l.useContext(FE),[p,g]=l.useState(null),h=(p==null?void 0:p.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,f]=l.useState({}),v=ze(t,k=>g(k)),m=Array.from(d.layers),[w]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),E=m.indexOf(w),D=p?m.indexOf(p):-1,x=d.layersWithOutsidePointerEventsDisabled.size>0,b=D>=E,C=RE(k=>{let A=k.target,_=[...d.branches].some(I=>I.contains(A));!b||_||(a==null||a(k),i==null||i(k),k.defaultPrevented||(s==null||s()))},h),S=IE(k=>{let A=k.target;[...d.branches].some(_=>_.contains(A))||(o==null||o(k),i==null||i(k),k.defaultPrevented||(s==null||s()))},h);return AE(k=>{D===d.layers.size-1&&(n==null||n(k),!k.defaultPrevented&&s&&(k.preventDefault(),s()))},h),l.useEffect(()=>{if(p)return r&&(d.layersWithOutsidePointerEventsDisabled.size===0&&(y4=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(p)),d.layers.add(p),xp(),()=>{r&&d.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=y4)}},[p,h,r,d]),l.useEffect(()=>()=>{p&&(d.layers.delete(p),d.layersWithOutsidePointerEventsDisabled.delete(p),xp())},[p,d]),l.useEffect(()=>{let k=u(()=>f({}),"handleUpdate");return document.addEventListener(Ep,k),()=>document.removeEventListener(Ep,k)},[]),N.jsx(Le.div,{...c,ref:v,style:{pointerEvents:x?b?"auto":"none":void 0,...e.style},onFocusCapture:_e(e.onFocusCapture,S.onFocusCapture),onBlurCapture:_e(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:_e(e.onPointerDownCapture,C.onPointerDownCapture)})});_E.displayName=AB;var RB="DismissableLayerBranch",IB=l.forwardRef((e,t)=>{let r=l.useContext(FE),n=l.useRef(null),a=ze(t,n);return l.useEffect(()=>{let o=n.current;if(o)return r.branches.add(o),()=>{r.branches.delete(o)}},[r.branches]),N.jsx(Le.div,{...e,ref:a})});IB.displayName=RB;function RE(e,t=globalThis==null?void 0:globalThis.document){let r=Oe(e),n=l.useRef(!1),a=l.useRef(()=>{});return l.useEffect(()=>{let o=u(s=>{if(s.target&&!n.current){let c=u(function(){qf(FB,r,d,{discrete:!0})},"handleAndDispatchPointerDownOutsideEvent2"),d={originalEvent:s};s.pointerType==="touch"?(t.removeEventListener("click",a.current),a.current=c,t.addEventListener("click",a.current,{once:!0})):c()}else t.removeEventListener("click",a.current);n.current=!1},"handlePointerDown"),i=window.setTimeout(()=>{t.addEventListener("pointerdown",o)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",o),t.removeEventListener("click",a.current)}},[t,r]),{onPointerDownCapture:u(()=>n.current=!0,"onPointerDownCapture")}}u(RE,"usePointerDownOutside");function IE(e,t=globalThis==null?void 0:globalThis.document){let r=Oe(e),n=l.useRef(!1);return l.useEffect(()=>{let a=u(o=>{o.target&&!n.current&&qf(_B,r,{originalEvent:o},{discrete:!1})},"handleFocus");return t.addEventListener("focusin",a),()=>t.removeEventListener("focusin",a)},[t,r]),{onFocusCapture:u(()=>n.current=!0,"onFocusCapture"),onBlurCapture:u(()=>n.current=!1,"onBlurCapture")}}u(IE,"useFocusOutside");function xp(){let e=new CustomEvent(Ep);document.dispatchEvent(e)}u(xp,"dispatchUpdate");function qf(e,t,r,{discrete:n}){let a=r.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&a.addEventListener(e,t,{once:!0}),n?i3(a,o):a.dispatchEvent(o)}u(qf,"handleAndDispatchCustomEvent");gn();ei();ri();var M0="focusScope.autoFocusOnMount",P0="focusScope.autoFocusOnUnmount",b4={bubbles:!1,cancelable:!0},BB="FocusScope",BE=l.forwardRef((e,t)=>{let{loop:r=!1,trapped:n=!1,onMountAutoFocus:a,onUnmountAutoFocus:o,...i}=e,[s,c]=l.useState(null),d=Oe(a),p=Oe(o),g=l.useRef(null),h=ze(t,m=>c(m)),f=l.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;l.useEffect(()=>{if(n){let m=u(function(x){if(f.paused||!s)return;let b=x.target;s.contains(b)?g.current=b:ir(g.current,{select:!0})},"handleFocusIn2"),w=u(function(x){if(f.paused||!s)return;let b=x.relatedTarget;b!==null&&(s.contains(b)||ir(g.current,{select:!0}))},"handleFocusOut2"),E=u(function(x){if(document.activeElement===document.body)for(let b of x)b.removedNodes.length>0&&ir(s)},"handleMutations2");document.addEventListener("focusin",m),document.addEventListener("focusout",w);let D=new MutationObserver(E);return s&&D.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",m),document.removeEventListener("focusout",w),D.disconnect()}}},[n,s,f.paused]),l.useEffect(()=>{if(s){w4.add(f);let m=document.activeElement;if(!s.contains(m)){let w=new CustomEvent(M0,b4);s.addEventListener(M0,d),s.dispatchEvent(w),w.defaultPrevented||(TE(PE(Wf(s)),{select:!0}),document.activeElement===m&&ir(s))}return()=>{s.removeEventListener(M0,d),setTimeout(()=>{let w=new CustomEvent(P0,b4);s.addEventListener(P0,p),s.dispatchEvent(w),w.defaultPrevented||ir(m??document.body,{select:!0}),s.removeEventListener(P0,p),w4.remove(f)},0)}}},[s,d,p,f]);let v=l.useCallback(m=>{if(!r&&!n||f.paused)return;let w=m.key==="Tab"&&!m.altKey&&!m.ctrlKey&&!m.metaKey,E=document.activeElement;if(w&&E){let D=m.currentTarget,[x,b]=zE(D);x&&b?!m.shiftKey&&E===b?(m.preventDefault(),r&&ir(x,{select:!0})):m.shiftKey&&E===x&&(m.preventDefault(),r&&ir(b,{select:!0})):E===D&&m.preventDefault()}},[r,n,f.paused]);return N.jsx(Le.div,{tabIndex:-1,...i,ref:h,onKeyDown:v})});BE.displayName=BB;function TE(e,{select:t=!1}={}){let r=document.activeElement;for(let n of e)if(ir(n,{select:t}),document.activeElement!==r)return}u(TE,"focusFirst");function zE(e){let t=Wf(e),r=Dp(t,e),n=Dp(t.reverse(),e);return[r,n]}u(zE,"getTabbableEdges");function Wf(e){let t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:u(n=>{let a=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||a?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP},"acceptNode")});for(;r.nextNode();)t.push(r.currentNode);return t}u(Wf,"getTabbableCandidates");function Dp(e,t){for(let r of e)if(!LE(r,{upTo:t}))return r}u(Dp,"findVisible");function LE(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}u(LE,"isHidden");function OE(e){return e instanceof HTMLInputElement&&"select"in e}u(OE,"isSelectableInput");function ir(e,{select:t=!1}={}){if(e&&e.focus){let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&OE(e)&&t&&e.select()}}u(ir,"focus");var w4=ME();function ME(){let e=[];return{add(t){let r=e[0];t!==r&&(r==null||r.pause()),e=Cp(e,t),e.unshift(t)},remove(t){var r;e=Cp(e,t),(r=e[0])==null||r.resume()}}}u(ME,"createFocusScopesStack");function Cp(e,t){let r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}u(Cp,"arrayRemove");function PE(e){return e.filter(t=>t.tagName!=="A")}u(PE,"removeLinks");ei();ti();var TB="Portal",NE=l.forwardRef((e,t)=>{var s;let{container:r,...n}=e,[a,o]=l.useState(!1);kr(()=>o(!0),[]);let i=r||a&&((s=globalThis==null?void 0:globalThis.document)==null?void 0:s.body);return i?cy.createPortal(N.jsx(Le.div,{...n,ref:t}),i):null});NE.displayName=TB;gn();ti();function $E(e,t){return l.useReducer((r,n)=>t[r][n]??r,e)}u($E,"useStateMachine");var uu=u(e=>{let{present:t,children:r}=e,n=HE(t),a=typeof r=="function"?r({present:n.isPresent}):l.Children.only(r),o=ze(n.ref,jE(a));return typeof r=="function"||n.isPresent?l.cloneElement(a,{ref:o}):null},"Presence");uu.displayName="Presence";function HE(e){let[t,r]=l.useState(),n=l.useRef({}),a=l.useRef(e),o=l.useRef("none"),i=e?"mounted":"unmounted",[s,c]=$E(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return l.useEffect(()=>{let d=vo(n.current);o.current=s==="mounted"?d:"none"},[s]),kr(()=>{let d=n.current,p=a.current;if(p!==e){let g=o.current,h=vo(d);e?c("MOUNT"):h==="none"||(d==null?void 0:d.display)==="none"?c("UNMOUNT"):c(p&&g!==h?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,c]),kr(()=>{if(t){let d,p=t.ownerDocument.defaultView??window,g=u(f=>{let v=vo(n.current).includes(f.animationName);if(f.target===t&&v&&(c("ANIMATION_END"),!a.current)){let m=t.style.animationFillMode;t.style.animationFillMode="forwards",d=p.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=m)})}},"handleAnimationEnd"),h=u(f=>{f.target===t&&(o.current=vo(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",g),t.addEventListener("animationend",g),()=>{p.clearTimeout(d),t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",g),t.removeEventListener("animationend",g)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:l.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}u(HE,"usePresence");function vo(e){return(e==null?void 0:e.animationName)||"none"}u(vo,"getAnimationName");function jE(e){var n,a;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(a=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:a.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}u(jE,"getElementRef");ei();var N0=0;function VE(){l.useEffect(()=>{let e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??Sp()),document.body.insertAdjacentElement("beforeend",e[1]??Sp()),N0++,()=>{N0===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),N0--}},[])}u(VE,"useFocusGuards");function Sp(){let e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}u(Sp,"createFocusGuard");var Lt=u(function(){return Lt=Object.assign||u(function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},"__assign"),Lt.apply(this,arguments)},"__assign");function Gf(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r}u(Gf,"__rest");function UE(e,t,r){if(r||arguments.length===2)for(var n=0,a=t.length,o;n<a;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}u(UE,"__spreadArray");var El="right-scroll-bar-position",xl="width-before-scroll-bar",zB="with-scroll-bars-hidden",LB="--removed-body-scroll-bar-size";function Dl(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}u(Dl,"assignRef");function qE(e,t){var r=l.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var a=r.value;a!==n&&(r.value=n,r.callback(n,a))}}}})[0];return r.callback=t,r.facade}u(qE,"useCallbackRef");var E4=new WeakMap;function WE(e,t){var r=qE(t||null,function(n){return e.forEach(function(a){return Dl(a,n)})});return l.useLayoutEffect(function(){var n=E4.get(r);if(n){var a=new Set(n),o=new Set(e),i=r.current;a.forEach(function(s){o.has(s)||Dl(s,null)}),o.forEach(function(s){a.has(s)||Dl(s,i)})}E4.set(r,e)},[e]),r}u(WE,"useMergeRefs");function GE(e){return e}u(GE,"ItoI");function YE(e,t){t===void 0&&(t=GE);var r=[],n=!1,a={read:u(function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},"read"),useMedium:u(function(o){var i=t(o,n);return r.push(i),function(){r=r.filter(function(s){return s!==i})}},"useMedium"),assignSyncMedium:u(function(o){for(n=!0;r.length;){var i=r;r=[],i.forEach(o)}r={push:u(function(s){return o(s)},"push"),filter:u(function(){return r},"filter")}},"assignSyncMedium"),assignMedium:u(function(o){n=!0;var i=[];if(r.length){var s=r;r=[],s.forEach(o),i=r}var c=u(function(){var p=i;i=[],p.forEach(o)},"executeQueue"),d=u(function(){return Promise.resolve().then(c)},"cycle");d(),r={push:u(function(p){i.push(p),d()},"push"),filter:u(function(p){return i=i.filter(p),r},"filter")}},"assignMedium")};return a}u(YE,"innerCreateMedium");function KE(e){e===void 0&&(e={});var t=YE(null);return t.options=Lt({async:!0,ssr:!1},e),t}u(KE,"createSidecarMedium");var JE=u(function(e){var t=e.sideCar,r=Gf(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return l.createElement(n,Lt({},r))},"SideCar");JE.isSideCarExport=!0;function ZE(e,t){return e.useMedium(t),JE}u(ZE,"exportSidecar");var XE=KE(),$0=u(function(){},"nothing"),cu=l.forwardRef(function(e,t){var r=l.useRef(null),n=l.useState({onScrollCapture:$0,onWheelCapture:$0,onTouchMoveCapture:$0}),a=n[0],o=n[1],i=e.forwardProps,s=e.children,c=e.className,d=e.removeScrollBar,p=e.enabled,g=e.shards,h=e.sideCar,f=e.noIsolation,v=e.inert,m=e.allowPinchZoom,w=e.as,E=w===void 0?"div":w,D=e.gapMode,x=Gf(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),b=h,C=WE([r,t]),S=Lt(Lt({},x),a);return l.createElement(l.Fragment,null,p&&l.createElement(b,{sideCar:XE,removeScrollBar:d,shards:g,noIsolation:f,inert:v,setCallbacks:o,allowPinchZoom:!!m,lockRef:r,gapMode:D}),i?l.cloneElement(l.Children.only(s),Lt(Lt({},S),{ref:C})):l.createElement(E,Lt({},S,{className:c,ref:C}),s))});cu.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};cu.classNames={fullWidth:xl,zeroRight:El};var OB=u(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function QE(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=OB();return t&&e.setAttribute("nonce",t),e}u(QE,"makeStyleTag");function ex(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}u(ex,"injectStyles");function tx(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}u(tx,"insertStyleTag");var MB=u(function(){var e=0,t=null;return{add:u(function(r){e==0&&(t=QE())&&(ex(t,r),tx(t)),e++},"add"),remove:u(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),PB=u(function(){var e=MB();return function(t,r){l.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},"styleHookSingleton"),rx=u(function(){var e=PB(),t=u(function(r){var n=r.styles,a=r.dynamic;return e(n,a),null},"Sheet");return t},"styleSingleton"),NB={left:0,top:0,right:0,gap:0},H0=u(function(e){return parseInt(e||"",10)||0},"parse"),$B=u(function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],a=t[e==="padding"?"paddingRight":"marginRight"];return[H0(r),H0(n),H0(a)]},"getOffset"),HB=u(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return NB;var t=$B(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},"getGapWidth"),jB=rx(),aa="data-scroll-locked",VB=u(function(e,t,r,n){var a=e.left,o=e.top,i=e.right,s=e.gap;return r===void 0&&(r="margin"),`
447
- .`.concat(zB,` {
448
- overflow: hidden `).concat(n,`;
449
- padding-right: `).concat(s,"px ").concat(n,`;
450
- }
451
- body[`).concat(aa,`] {
452
- overflow: hidden `).concat(n,`;
453
- overscroll-behavior: contain;
454
- `).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
455
- padding-left: `.concat(a,`px;
456
- padding-top: `).concat(o,`px;
457
- padding-right: `).concat(i,`px;
458
- margin-left:0;
459
- margin-top:0;
460
- margin-right: `).concat(s,"px ").concat(n,`;
461
- `),r==="padding"&&"padding-right: ".concat(s,"px ").concat(n,";")].filter(Boolean).join(""),`
462
- }
463
-
464
- .`).concat(El,` {
465
- right: `).concat(s,"px ").concat(n,`;
466
- }
467
-
468
- .`).concat(xl,` {
469
- margin-right: `).concat(s,"px ").concat(n,`;
470
- }
471
-
472
- .`).concat(El," .").concat(El,` {
473
- right: 0 `).concat(n,`;
474
- }
475
-
476
- .`).concat(xl," .").concat(xl,` {
477
- margin-right: 0 `).concat(n,`;
478
- }
479
-
480
- body[`).concat(aa,`] {
481
- `).concat(LB,": ").concat(s,`px;
482
- }
483
- `)},"getStyles"),x4=u(function(){var e=parseInt(document.body.getAttribute(aa)||"0",10);return isFinite(e)?e:0},"getCurrentUseCounter"),UB=u(function(){l.useEffect(function(){return document.body.setAttribute(aa,(x4()+1).toString()),function(){var e=x4()-1;e<=0?document.body.removeAttribute(aa):document.body.setAttribute(aa,e.toString())}},[])},"useLockAttribute"),qB=u(function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,a=n===void 0?"margin":n;UB();var o=l.useMemo(function(){return HB(a)},[a]);return l.createElement(jB,{styles:VB(o,!t,a,r?"":"!important")})},"RemoveScrollBar"),kp=!1;if(typeof window<"u")try{to=Object.defineProperty({},"passive",{get:u(function(){return kp=!0,!0},"get")}),window.addEventListener("test",to,to),window.removeEventListener("test",to,to)}catch{kp=!1}var to,Tn=kp?{passive:!1}:!1,WB=u(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),nx=u(function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!WB(e)&&r[t]==="visible")},"elementCanBeScrolled"),GB=u(function(e){return nx(e,"overflowY")},"elementCouldBeVScrolled"),YB=u(function(e){return nx(e,"overflowX")},"elementCouldBeHScrolled"),D4=u(function(e,t){var r=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var a=ax(e,n);if(a){var o=ox(e,n),i=o[1],s=o[2];if(i>s)return!0}n=n.parentNode}while(n&&n!==r.body);return!1},"locationCouldBeScrolled"),KB=u(function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},"getVScrollVariables"),JB=u(function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},"getHScrollVariables"),ax=u(function(e,t){return e==="v"?GB(t):YB(t)},"elementCouldBeScrolled"),ox=u(function(e,t){return e==="v"?KB(t):JB(t)},"getScrollVariables"),ZB=u(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),XB=u(function(e,t,r,n,a){var o=ZB(e,window.getComputedStyle(t).direction),i=o*n,s=r.target,c=t.contains(s),d=!1,p=i>0,g=0,h=0;do{var f=ox(e,s),v=f[0],m=f[1],w=f[2],E=m-w-o*v;(v||E)&&ax(e,s)&&(g+=E,h+=v),s instanceof ShadowRoot?s=s.host:s=s.parentNode}while(!c&&s!==document.body||c&&(t.contains(s)||t===s));return(p&&(a&&Math.abs(g)<1||!a&&i>g)||!p&&(a&&Math.abs(h)<1||!a&&-i>h))&&(d=!0),d},"handleScroll"),Ji=u(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),C4=u(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),S4=u(function(e){return e&&"current"in e?e.current:e},"extractRef"),QB=u(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),eT=u(function(e){return`
484
- .block-interactivity-`.concat(e,` {pointer-events: none;}
485
- .allow-interactivity-`).concat(e,` {pointer-events: all;}
486
- `)},"generateStyle"),tT=0,zn=[];function ix(e){var t=l.useRef([]),r=l.useRef([0,0]),n=l.useRef(),a=l.useState(tT++)[0],o=l.useState(rx)[0],i=l.useRef(e);l.useEffect(function(){i.current=e},[e]),l.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var m=UE([e.lockRef.current],(e.shards||[]).map(S4),!0).filter(Boolean);return m.forEach(function(w){return w.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),m.forEach(function(w){return w.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var s=l.useCallback(function(m,w){if("touches"in m&&m.touches.length===2||m.type==="wheel"&&m.ctrlKey)return!i.current.allowPinchZoom;var E=Ji(m),D=r.current,x="deltaX"in m?m.deltaX:D[0]-E[0],b="deltaY"in m?m.deltaY:D[1]-E[1],C,S=m.target,k=Math.abs(x)>Math.abs(b)?"h":"v";if("touches"in m&&k==="h"&&S.type==="range")return!1;var A=D4(k,S);if(!A)return!0;if(A?C=k:(C=k==="v"?"h":"v",A=D4(k,S)),!A)return!1;if(!n.current&&"changedTouches"in m&&(x||b)&&(n.current=C),!C)return!0;var _=n.current||C;return XB(_,w,m,_==="h"?x:b,!0)},[]),c=l.useCallback(function(m){var w=m;if(!(!zn.length||zn[zn.length-1]!==o)){var E="deltaY"in w?C4(w):Ji(w),D=t.current.filter(function(C){return C.name===w.type&&(C.target===w.target||w.target===C.shadowParent)&&QB(C.delta,E)})[0];if(D&&D.should){w.cancelable&&w.preventDefault();return}if(!D){var x=(i.current.shards||[]).map(S4).filter(Boolean).filter(function(C){return C.contains(w.target)}),b=x.length>0?s(w,x[0]):!i.current.noIsolation;b&&w.cancelable&&w.preventDefault()}}},[]),d=l.useCallback(function(m,w,E,D){var x={name:m,delta:w,target:E,should:D,shadowParent:lx(E)};t.current.push(x),setTimeout(function(){t.current=t.current.filter(function(b){return b!==x})},1)},[]),p=l.useCallback(function(m){r.current=Ji(m),n.current=void 0},[]),g=l.useCallback(function(m){d(m.type,C4(m),m.target,s(m,e.lockRef.current))},[]),h=l.useCallback(function(m){d(m.type,Ji(m),m.target,s(m,e.lockRef.current))},[]);l.useEffect(function(){return zn.push(o),e.setCallbacks({onScrollCapture:g,onWheelCapture:g,onTouchMoveCapture:h}),document.addEventListener("wheel",c,Tn),document.addEventListener("touchmove",c,Tn),document.addEventListener("touchstart",p,Tn),function(){zn=zn.filter(function(m){return m!==o}),document.removeEventListener("wheel",c,Tn),document.removeEventListener("touchmove",c,Tn),document.removeEventListener("touchstart",p,Tn)}},[]);var f=e.removeScrollBar,v=e.inert;return l.createElement(l.Fragment,null,v?l.createElement(o,{styles:eT(a)}):null,f?l.createElement(qB,{gapMode:e.gapMode}):null)}u(ix,"RemoveScrollSideCar");function lx(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}u(lx,"getOutermostShadowParent");var rT=ZE(XE,ix),sx=l.forwardRef(function(e,t){return l.createElement(cu,Lt({},e,{ref:t,sideCar:rT}))});sx.classNames=cu.classNames;var nT=sx,aT=u(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),Ln=new WeakMap,Zi=new WeakMap,Xi={},j0=0,ux=u(function(e){return e&&(e.host||ux(e.parentNode))},"unwrapHost"),oT=u(function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=ux(r);return n&&e.contains(n)?n:(console.error("aria-hidden",r,"in not contained inside",e,". Doing nothing"),null)}).filter(function(r){return!!r})},"correctTargets"),iT=u(function(e,t,r,n){var a=oT(t,Array.isArray(e)?e:[e]);Xi[r]||(Xi[r]=new WeakMap);var o=Xi[r],i=[],s=new Set,c=new Set(a),d=u(function(g){!g||s.has(g)||(s.add(g),d(g.parentNode))},"keep");a.forEach(d);var p=u(function(g){!g||c.has(g)||Array.prototype.forEach.call(g.children,function(h){if(s.has(h))p(h);else{var f=h.getAttribute(n),v=f!==null&&f!=="false",m=(Ln.get(h)||0)+1,w=(o.get(h)||0)+1;Ln.set(h,m),o.set(h,w),i.push(h),m===1&&v&&Zi.set(h,!0),w===1&&h.setAttribute(r,"true"),v||h.setAttribute(n,"true")}})},"deep");return p(t),s.clear(),j0++,function(){i.forEach(function(g){var h=Ln.get(g)-1,f=o.get(g)-1;Ln.set(g,h),o.set(g,f),h||(Zi.has(g)||g.removeAttribute(n),Zi.delete(g)),f||g.removeAttribute(r)}),j0--,j0||(Ln=new WeakMap,Ln=new WeakMap,Zi=new WeakMap,Xi={})}},"applyAttributeToOthers"),lT=u(function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),a=t||aT(e);return a?(n.push.apply(n,Array.from(a.querySelectorAll("[aria-live]"))),iT(n,a,r,"aria-hidden")):function(){return null}},"hideOthers");x1();var Yf="Dialog",[cx,sT]=DE(Yf),[uT,Dt]=cx(Yf),Kf=u(e=>{let{__scopeDialog:t,children:r,open:n,defaultOpen:a,onOpenChange:o,modal:i=!0}=e,s=l.useRef(null),c=l.useRef(null),[d=!1,p]=SE({prop:n,defaultProp:a,onChange:o});return N.jsx(uT,{scope:t,triggerRef:s,contentRef:c,contentId:wl(),titleId:wl(),descriptionId:wl(),open:d,onOpenChange:p,onOpenToggle:l.useCallback(()=>p(g=>!g),[p]),modal:i,children:r})},"Dialog");Kf.displayName=Yf;var dx="DialogTrigger",Jf=l.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Dt(dx,r),o=ze(t,a.triggerRef);return N.jsx(Le.button,{type:"button","aria-haspopup":"dialog","aria-expanded":a.open,"aria-controls":a.contentId,"data-state":du(a.open),...n,ref:o,onClick:_e(e.onClick,a.onOpenToggle)})});Jf.displayName=dx;var Zf="DialogPortal",[cT,px]=cx(Zf,{forceMount:void 0}),Xf=u(e=>{let{__scopeDialog:t,forceMount:r,children:n,container:a}=e,o=Dt(Zf,t);return N.jsx(cT,{scope:t,forceMount:r,children:l.Children.map(n,i=>N.jsx(uu,{present:r||o.open,children:N.jsx(NE,{asChild:!0,container:a,children:i})}))})},"DialogPortal");Xf.displayName=Zf;var ps="DialogOverlay",Qf=l.forwardRef((e,t)=>{let r=px(ps,e.__scopeDialog),{forceMount:n=r.forceMount,...a}=e,o=Dt(ps,e.__scopeDialog);return o.modal?N.jsx(uu,{present:n||o.open,children:N.jsx(dT,{...a,ref:t})}):null});Qf.displayName=ps;var dT=l.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Dt(ps,r);return N.jsx(nT,{as:Bo,allowPinchZoom:!0,shards:[a.contentRef],children:N.jsx(Le.div,{"data-state":du(a.open),...n,ref:t,style:{pointerEvents:"auto",...n.style}})})}),hn="DialogContent",eh=l.forwardRef((e,t)=>{let r=px(hn,e.__scopeDialog),{forceMount:n=r.forceMount,...a}=e,o=Dt(hn,e.__scopeDialog);return N.jsx(uu,{present:n||o.open,children:o.modal?N.jsx(pT,{...a,ref:t}):N.jsx(fT,{...a,ref:t})})});eh.displayName=hn;var pT=l.forwardRef((e,t)=>{let r=Dt(hn,e.__scopeDialog),n=l.useRef(null),a=ze(t,r.contentRef,n);return l.useEffect(()=>{let o=n.current;if(o)return lT(o)},[]),N.jsx(fx,{...e,ref:a,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:_e(e.onCloseAutoFocus,o=>{var i;o.preventDefault(),(i=r.triggerRef.current)==null||i.focus()}),onPointerDownOutside:_e(e.onPointerDownOutside,o=>{let i=o.detail.originalEvent,s=i.button===0&&i.ctrlKey===!0;(i.button===2||s)&&o.preventDefault()}),onFocusOutside:_e(e.onFocusOutside,o=>o.preventDefault())})}),fT=l.forwardRef((e,t)=>{let r=Dt(hn,e.__scopeDialog),n=l.useRef(!1),a=l.useRef(!1);return N.jsx(fx,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:u(o=>{var i,s;(i=e.onCloseAutoFocus)==null||i.call(e,o),o.defaultPrevented||(n.current||((s=r.triggerRef.current)==null||s.focus()),o.preventDefault()),n.current=!1,a.current=!1},"onCloseAutoFocus"),onInteractOutside:u(o=>{var s,c;(s=e.onInteractOutside)==null||s.call(e,o),o.defaultPrevented||(n.current=!0,o.detail.originalEvent.type==="pointerdown"&&(a.current=!0));let i=o.target;(c=r.triggerRef.current)!=null&&c.contains(i)&&o.preventDefault(),o.detail.originalEvent.type==="focusin"&&a.current&&o.preventDefault()},"onInteractOutside")})}),fx=l.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:n,onOpenAutoFocus:a,onCloseAutoFocus:o,...i}=e,s=Dt(hn,r),c=l.useRef(null),d=ze(t,c);return VE(),N.jsxs(N.Fragment,{children:[N.jsx(BE,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:a,onUnmountAutoFocus:o,children:N.jsx(_E,{role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":du(s.open),...i,ref:d,onDismiss:u(()=>s.onOpenChange(!1),"onDismiss")})}),N.jsxs(N.Fragment,{children:[N.jsx(mT,{titleId:s.titleId}),N.jsx(vT,{contentRef:c,descriptionId:s.descriptionId})]})]})}),th="DialogTitle",rh=l.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Dt(th,r);return N.jsx(Le.h2,{id:a.titleId,...n,ref:t})});rh.displayName=th;var hx="DialogDescription",nh=l.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Dt(hx,r);return N.jsx(Le.p,{id:a.descriptionId,...n,ref:t})});nh.displayName=hx;var mx="DialogClose",ah=l.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,a=Dt(mx,r);return N.jsx(Le.button,{type:"button",...n,ref:t,onClick:_e(e.onClick,()=>a.onOpenChange(!1))})});ah.displayName=mx;function du(e){return e?"open":"closed"}u(du,"getState");var gx="DialogTitleWarning",[hT,vx]=xE(gx,{contentName:hn,titleName:th,docsSlug:"dialog"}),mT=u(({titleId:e})=>{let t=vx(gx),r=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
487
-
488
- If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
489
-
490
- For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return l.useEffect(()=>{e&&(document.getElementById(e)||console.error(r))},[r,e]),null},"TitleWarning"),gT="DialogDescriptionWarning",vT=u(({contentRef:e,descriptionId:t})=>{let r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${vx(gT).contentName}}.`;return l.useEffect(()=>{var a;let n=(a=e.current)==null?void 0:a.getAttribute("aria-describedby");t&&n&&(document.getElementById(t)||console.warn(r))},[r,e,t]),null},"DescriptionWarning"),yx=Kf,yT=Jf,bx=Xf,wx=Qf,Ex=eh,xx=rh,Dx=nh,Cx=ah,Sx={};ka(Sx,{Actions:()=>AT,CloseButton:()=>_x,Col:()=>Ix,Container:()=>Fx,Content:()=>DT,Description:()=>kT,Error:()=>FT,ErrorWrapper:()=>Bx,Header:()=>CT,Overlay:()=>Ax,Row:()=>Rx,Title:()=>ST});x1();const{deprecate:bT}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var Or=l.forwardRef(({asChild:e=!1,animation:t="none",size:r="small",variant:n="outline",padding:a="medium",disabled:o=!1,active:i=!1,onClick:s,...c},d)=>{let p="button";c.isLink&&(p="a"),e&&(p=Bo);let g=n,h=r,[f,v]=l.useState(!1),m=u(w=>{s&&s(w),t!=="none"&&v(!0)},"handleClick");if(l.useEffect(()=>{let w=setTimeout(()=>{f&&v(!1)},1e3);return()=>clearTimeout(w)},[f]),c.primary&&(g="solid",h="medium"),(c.secondary||c.tertiary||c.gray||c.outline||c.inForm)&&(g="outline",h="medium"),c.small||c.isLink||c.primary||c.secondary||c.tertiary||c.gray||c.outline||c.inForm||c.containsIcon){let w=y.Children.toArray(c.children).filter(E=>typeof E=="string"&&E!=="");bT(`Use of deprecated props in the button ${w.length>0?`"${w.join(" ")}"`:"component"} detected, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#new-ui-and-props-for-button-and-iconbutton-components`)}return y.createElement(wT,{as:p,ref:d,variant:g,size:h,padding:a,disabled:o,active:i,animating:f,animation:t,onClick:m,...c})});Or.displayName="Button";var wT=F("button",{shouldForwardProp:u(e=>Jp(e),"shouldForwardProp")})(({theme:e,variant:t,size:r,disabled:n,active:a,animating:o,animation:i="none",padding:s})=>({border:0,cursor:n?"not-allowed":"pointer",display:"inline-flex",gap:"6px",alignItems:"center",justifyContent:"center",overflow:"hidden",padding:s==="none"?0:s==="small"&&r==="small"?"0 7px":s==="small"&&r==="medium"?"0 9px":r==="small"?"0 10px":r==="medium"?"0 12px":0,height:r==="small"?"28px":"32px",position:"relative",textAlign:"center",textDecoration:"none",transitionProperty:"background, box-shadow",transitionDuration:"150ms",transitionTimingFunction:"ease-out",verticalAlign:"top",whiteSpace:"nowrap",userSelect:"none",opacity:n?.5:1,margin:0,fontSize:`${e.typography.size.s1}px`,fontWeight:e.typography.weight.bold,lineHeight:"1",background:t==="solid"?e.color.secondary:t==="outline"?e.button.background:t==="ghost"&&a?e.background.hoverable:"transparent",...t==="ghost"?{".sb-bar &":{background:a?ht(.9,e.barTextColor):"transparent",color:a?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:ht(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:ht(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${Wo(e.barHoverColor,1)} 0 0 0 1px inset`,outline:"none"}}}:{},color:t==="solid"?e.color.lightest:t==="outline"?e.input.color:t==="ghost"&&a?e.color.secondary:t==="ghost"?e.color.mediumdark:e.input.color,boxShadow:t==="outline"?`${e.button.border} 0 0 0 1px inset`:"none",borderRadius:e.input.borderRadius,flexShrink:0,"&:hover":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let c=e.color.secondary;return t==="solid"&&(c=e.color.secondary),t==="outline"&&(c=e.button.background),t==="ghost"?ht(.86,e.color.secondary):e.base==="light"?Wn(.02,c):v4(.03,c)})()},"&:active":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let c=e.color.secondary;return t==="solid"&&(c=e.color.secondary),t==="outline"&&(c=e.button.background),t==="ghost"?e.background.hoverable:e.base==="light"?Wn(.02,c):v4(.03,c)})()},"&:focus":{boxShadow:`${Wo(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:o&&i!=="none"?`${e.animation[i]} 1000ms ease-out`:""}})),Sr=l.forwardRef(({padding:e="small",variant:t="ghost",...r},n)=>y.createElement(Or,{padding:e,variant:t,ref:n,...r}));Sr.displayName="IconButton";var kx=Jt({from:{opacity:0},to:{opacity:1}}),ET=Jt({from:{maxHeight:0},to:{}}),xT=Jt({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),Ax=F.div({backdropFilter:"blur(24px)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${kx} 200ms`}),Fx=F.div(({theme:e,width:t,height:r})=>({backgroundColor:e.background.bar,borderRadius:6,boxShadow:"0px 4px 67px 0px #00000040",position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:t??740,height:r??"auto",maxWidth:"calc(100% - 40px)",maxHeight:"85vh",overflow:"hidden",zIndex:11,animation:`${xT} 200ms`,"&:focus-visible":{outline:"none"}})),_x=u(e=>y.createElement(Cx,{asChild:!0},y.createElement(Sr,{...e},y.createElement(bE,null))),"CloseButton"),DT=F.div({display:"flex",flexDirection:"column",margin:16,gap:16}),Rx=F.div({display:"flex",justifyContent:"space-between",gap:16}),Ix=F.div({display:"flex",flexDirection:"column",gap:4}),CT=u(e=>y.createElement(Rx,null,y.createElement(Ix,{...e}),y.createElement(_x,null)),"Header"),ST=F(xx)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),kT=F(Dx)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),AT=F.div({display:"flex",flexDirection:"row-reverse",gap:8}),Bx=F.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${ET} 300ms, ${kx} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),FT=u(({children:e,...t})=>y.createElement(Bx,{...t},y.createElement("div",null,e)),"Error");function Tx({children:e,width:t,height:r,onEscapeKeyDown:n,onInteractOutside:a=u(c=>c.preventDefault(),"onInteractOutside"),className:o,container:i,...s}){return y.createElement(yx,{...s},y.createElement(bx,{container:i},y.createElement(wx,{asChild:!0},y.createElement(Ax,null)),y.createElement(Ex,{asChild:!0,onInteractOutside:a,onEscapeKeyDown:n},y.createElement(Fx,{className:o,width:t,height:r},e))))}u(Tx,"BaseModal");Object.assign(Tx,Sx,{Dialog:EE});F.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${od}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${od}`]:{marginTop:0}},({theme:e,outer:t,col:r,row:n})=>{switch(!0){case!!(t&&r):return{marginLeft:t*e.layoutMargin,marginRight:t*e.layoutMargin};case!!(t&&n):return{marginTop:t*e.layoutMargin,marginBottom:t*e.layoutMargin};default:return{}}});F.div(({theme:e})=>({fontWeight:e.typography.weight.bold}));F.div();F.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1}));S1();function zx(e,t){var r=l.useRef(null),n=l.useRef(null);n.current=t;var a=l.useRef(null);l.useEffect(function(){o()});var o=l.useCallback(function(){var i=a.current,s=n.current,c=i||(s?s instanceof Element?s:s.current:null);r.current&&r.current.element===c&&r.current.subscriber===e||(r.current&&r.current.cleanup&&r.current.cleanup(),r.current={element:c,subscriber:e,cleanup:c?e(c):void 0})},[e]);return l.useEffect(function(){return function(){r.current&&r.current.cleanup&&(r.current.cleanup(),r.current=null)}},[]),l.useCallback(function(i){a.current=i,o()},[o])}u(zx,"useResolvedElement");function Ap(e,t,r){return e[t]?e[t][0]?e[t][0][r]:e[t][r]:t==="contentBoxSize"?e.contentRect[r==="inlineSize"?"width":"height"]:void 0}u(Ap,"extractSize");function oh(e){e===void 0&&(e={});var t=e.onResize,r=l.useRef(void 0);r.current=t;var n=e.round||Math.round,a=l.useRef(),o=l.useState({width:void 0,height:void 0}),i=o[0],s=o[1],c=l.useRef(!1);l.useEffect(function(){return c.current=!1,function(){c.current=!0}},[]);var d=l.useRef({width:void 0,height:void 0}),p=zx(l.useCallback(function(g){return(!a.current||a.current.box!==e.box||a.current.round!==n)&&(a.current={box:e.box,round:n,instance:new ResizeObserver(function(h){var f=h[0],v=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",m=Ap(f,v,"inlineSize"),w=Ap(f,v,"blockSize"),E=m?n(m):void 0,D=w?n(w):void 0;if(d.current.width!==E||d.current.height!==D){var x={width:E,height:D};d.current.width=E,d.current.height=D,r.current?r.current(x):c.current||s(x)}})}),a.current.instance.observe(g,{box:e.box}),function(){a.current&&a.current.instance.unobserve(g)}},[e.box,n]),e.ref);return l.useMemo(function(){return{ref:p,width:i.width,height:i.height}},[p,i.width,i.height])}u(oh,"useResizeObserver");var _T=F.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function Lx({scale:e,children:t}){let r=l.useRef(null),[n,a]=l.useState(0),o=l.useCallback(({height:i})=>{i&&a(i/e)},[e]);return l.useEffect(()=>{r.current&&a(r.current.getBoundingClientRect().height)},[e]),oh({ref:r,onResize:o}),y.createElement(_T,{scale:e,elementHeight:n},y.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}u(Lx,"ZoomElement");var RT=class extends l.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{iFrameRef:t}=this.props;this.iframe=t.current}shouldComponentUpdate(t){let{scale:r,active:n}=this.props;return r!==t.scale&&this.setIframeInnerZoom(t.scale),n!==t.active&&this.iframe.setAttribute("data-is-storybook",t.active?"true":"false"),t.children.props.src!==this.props.children.props.src}setIframeInnerZoom(t){try{Object.assign(this.iframe.contentDocument.body.style,{width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"})}catch{this.setIframeZoom(t)}}setIframeZoom(t){Object.assign(this.iframe.style,{width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"})}render(){let{children:t}=this.props;return y.createElement(y.Fragment,null,t)}};u(RT,"ZoomIFrame");var Ox={Element:Lx};p1();var{document:IT}=ks,BT=F.strong(({theme:e})=>({color:e.color.orange})),TT=F.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"})),k4=F.em(({theme:e})=>({color:e.textMutedColor})),zT=/(Error): (.*)\n/,LT=/at (?:(.*) )?\(?(.+)\)?/,OT=/([^@]+)?(?:\/<)?@(.+)?/,MT=/([^@]+)?@(.+)?/,Mx=u(({error:e})=>{if(!e)return y.createElement(l.Fragment,null,"This error has no stack or message");if(!e.stack)return y.createElement(l.Fragment,null,e.message||"This error has no stack or message");let t=e.stack.toString();t&&e.message&&!t.includes(e.message)&&(t=`Error: ${e.message}
491
-
492
- ${t}`);let r=t.match(zT);if(!r)return y.createElement(l.Fragment,null,t);let[,n,a]=r,o=t.split(/\n/).slice(1),[,...i]=o.map(s=>{let c=s.match(LT)||s.match(OT)||s.match(MT);return c?{name:(c[1]||"").replace("/<",""),location:c[2].replace(IT.location.origin,"")}:null}).filter(Boolean);return y.createElement(l.Fragment,null,y.createElement("span",null,n),": ",y.createElement(BT,null,a),y.createElement("br",null),i.map((s,c)=>s!=null&&s.name?y.createElement(l.Fragment,{key:c}," ","at ",y.createElement(TT,null,s.name)," (",y.createElement(k4,null,s.location),")",y.createElement("br",null)):y.createElement(l.Fragment,{key:c}," ","at ",y.createElement(k4,null,s==null?void 0:s.location),y.createElement("br",null))))},"ErrorFormatter"),PT=F.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),NT=F.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),$T=u(({label:e,children:t,...r})=>y.createElement(PT,{...r},e?y.createElement(NT,null,y.createElement("span",null,e)):null,t),"Field");Ss();f1();var HT=l.useLayoutEffect,jT=HT,VT=u(function(e){var t=l.useRef(e);return jT(function(){t.current=e}),t},"useLatest"),A4=u(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),UT=u(function(e,t){var r=l.useRef();return l.useCallback(function(n){e.current=n,r.current&&A4(r.current,null),r.current=t,t&&A4(t,n)},[t])},"useComposedRef"),qT=UT,F4={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},WT=u(function(e){Object.keys(F4).forEach(function(t){e.style.setProperty(t,F4[t],"important")})},"forceHiddenStyles"),_4=WT,Ie=null,R4=u(function(e,t){var r=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?r+t.borderSize:r-t.paddingSize},"getHeight");function Px(e,t,r,n){r===void 0&&(r=1),n===void 0&&(n=1/0),Ie||(Ie=document.createElement("textarea"),Ie.setAttribute("tabindex","-1"),Ie.setAttribute("aria-hidden","true"),_4(Ie)),Ie.parentNode===null&&document.body.appendChild(Ie);var a=e.paddingSize,o=e.borderSize,i=e.sizingStyle,s=i.boxSizing;Object.keys(i).forEach(function(h){var f=h;Ie.style[f]=i[f]}),_4(Ie),Ie.value=t;var c=R4(Ie,e);Ie.value=t,c=R4(Ie,e),Ie.value="x";var d=Ie.scrollHeight-a,p=d*r;s==="border-box"&&(p=p+a+o),c=Math.max(p,c);var g=d*n;return s==="border-box"&&(g=g+a+o),c=Math.min(g,c),[c,d]}u(Px,"calculateNodeHeight");var I4=u(function(){},"noop"),GT=u(function(e,t){return e.reduce(function(r,n){return r[n]=t[n],r},{})},"pick"),YT=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],KT=!!document.documentElement.currentStyle,JT=u(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var r=GT(YT,t),n=r.boxSizing;if(n==="")return null;KT&&n==="border-box"&&(r.width=parseFloat(r.width)+parseFloat(r.borderRightWidth)+parseFloat(r.borderLeftWidth)+parseFloat(r.paddingRight)+parseFloat(r.paddingLeft)+"px");var a=parseFloat(r.paddingBottom)+parseFloat(r.paddingTop),o=parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth);return{sizingStyle:r,paddingSize:a,borderSize:o}},"getSizingData"),ZT=JT;function ih(e,t,r){var n=VT(r);l.useLayoutEffect(function(){var a=u(function(o){return n.current(o)},"handler");if(e)return e.addEventListener(t,a),function(){return e.removeEventListener(t,a)}},[])}u(ih,"useListener");var XT=u(function(e){ih(window,"resize",e)},"useWindowResizeListener"),QT=u(function(e){ih(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),ez=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],tz=u(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,a=e.minRows,o=e.onChange,i=o===void 0?I4:o,s=e.onHeightChange,c=s===void 0?I4:s,d=Fs(e,ez),p=d.value!==void 0,g=l.useRef(null),h=qT(g,t),f=l.useRef(0),v=l.useRef(),m=u(function(){var E=g.current,D=r&&v.current?v.current:ZT(E);if(D){v.current=D;var x=Px(D,E.value||E.placeholder||"x",a,n),b=x[0],C=x[1];f.current!==b&&(f.current=b,E.style.setProperty("height",b+"px","important"),c(b,{rowHeight:C}))}},"resizeTextarea"),w=u(function(E){p||m(),i(E)},"handleChange");return l.useLayoutEffect(m),XT(m),QT(m),l.createElement("textarea",Te({},d,{onChange:w,ref:h}))},"TextareaAutosize"),rz=l.forwardRef(tz),nz={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},lh=u(({theme:e})=>({...nz,transition:"box-shadow 200ms ease-out, opacity 200ms ease-out",color:e.input.color||"inherit",background:e.input.background,boxShadow:`${e.input.border} 0 0 0 1px inset`,borderRadius:e.input.borderRadius,fontSize:e.typography.size.s2-1,lineHeight:"20px",padding:"6px 10px",boxSizing:"border-box",height:32,'&[type="file"]':{height:"auto"},"&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"&:-webkit-autofill":{WebkitBoxShadow:`0 0 0 3em ${e.color.lightest} inset`},"&::placeholder":{color:e.textMutedColor,opacity:1}}),"styles"),sh=u(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),Nx=u(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),uh=u(({valid:e,theme:t})=>{switch(e){case"valid":return{boxShadow:`${t.color.positive} 0 0 0 1px inset !important`};case"error":return{boxShadow:`${t.color.negative} 0 0 0 1px inset !important`};case"warn":return{boxShadow:`${t.color.warning} 0 0 0 1px inset`};case void 0:case null:default:return{}}},"validation"),az=Object.assign(F(l.forwardRef(u(function({size:e,valid:t,align:r,...n},a){return y.createElement("input",{...n,ref:a})},"Input")))(lh,sh,Nx,uh,{minHeight:32}),{displayName:"Input"}),oz=Object.assign(F(l.forwardRef(u(function({size:e,valid:t,align:r,...n},a){return y.createElement("select",{...n,ref:a})},"Select")))(lh,sh,uh,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),iz=Object.assign(F(l.forwardRef(u(function({size:e,valid:t,align:r,...n},a){return y.createElement(rz,{...n,ref:a})},"Textarea")))(lh,sh,Nx,uh,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"}),Ta=Object.assign(F.form({boxSizing:"border-box",width:"100%"}),{Field:$T,Input:az,Select:oz,Textarea:iz,Button:Or}),lz=l.lazy(()=>Promise.resolve().then(()=>(Of(),Lf)).then(e=>({default:e.WithTooltip}))),sz=u(e=>y.createElement(l.Suspense,{fallback:y.createElement("div",null)},y.createElement(lz,{...e})),"WithTooltip"),uz=l.lazy(()=>Promise.resolve().then(()=>(Of(),Lf)).then(e=>({default:e.WithTooltipPure}))),$x=u(e=>y.createElement(l.Suspense,{fallback:y.createElement("div",null)},y.createElement(uz,{...e})),"WithTooltipPure");F.div(({theme:e})=>({fontWeight:e.typography.weight.bold}));F.span();F.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}}));F.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"}));F.div({padding:15,width:280,boxSizing:"border-box"});var cz=F.div(({theme:e})=>({padding:"2px 6px",lineHeight:"16px",fontSize:10,fontWeight:e.typography.weight.bold,color:e.color.lightest,boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)",borderRadius:4,whiteSpace:"nowrap",pointerEvents:"none",zIndex:-1,background:e.base==="light"?"rgba(60, 60, 60, 0.9)":"rgba(0, 0, 0, 0.95)",margin:6})),dz=u(({note:e,...t})=>y.createElement(cz,{...t},e),"TooltipNote"),pz=xe(As(),1),fz=F(({active:e,loading:t,disabled:r,...n})=>y.createElement("span",{...n}))(({theme:e})=>({color:e.color.defaultText,fontWeight:e.typography.weight.regular}),({active:e,theme:t})=>e?{color:t.color.secondary,fontWeight:t.typography.weight.bold}:{},({loading:e,theme:t})=>e?{display:"inline-block",flex:"none",...t.animation.inlineGlow}:{},({disabled:e,theme:t})=>e?{color:t.textMutedColor}:{}),hz=F.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),mz=F.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),gz=F.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),vz=F.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),yz=F.div(({theme:e})=>({width:"100%",border:"none",borderRadius:e.appBorderRadius,background:"none",fontSize:e.typography.size.s1,transition:"all 150ms ease-out",color:e.color.dark,textDecoration:"none",justifyContent:"space-between",lineHeight:"18px",padding:"7px 10px",display:"flex",alignItems:"center","& > * + *":{paddingLeft:10}}),({theme:e,href:t,onClick:r})=>(t||r)&&{cursor:"pointer","&:hover":{background:e.background.hoverable},"&:hover svg":{opacity:1}},({theme:e,as:t})=>t==="label"&&{"&:has(input:not(:disabled))":{cursor:"pointer","&:hover":{background:e.background.hoverable}}},({disabled:e})=>e&&{cursor:"not-allowed"}),bz=(0,pz.default)(100)((e,t,r)=>({...e&&{as:"button",onClick:e},...t&&{as:"a",href:t,...r&&{as:r,to:t}}})),wz=u(({loading:e=!1,title:t=y.createElement("span",null,"Loading state"),center:r=null,right:n=null,active:a=!1,disabled:o=!1,isIndented:i,href:s=void 0,onClick:c=void 0,icon:d,LinkWrapper:p=void 0,...g})=>{let h={active:a,disabled:o},f=bz(c,s,p);return y.createElement(yz,{...g,...h,...f},y.createElement(y.Fragment,null,d&&y.createElement(vz,{...h},d),t||r?y.createElement(mz,{isIndented:!!(!d&&i)},t&&y.createElement(fz,{...h,loading:e},t),r&&y.createElement(gz,{...h},r)):null,n&&y.createElement(hz,{...h},n)))},"ListItem"),Hx=wz,Ez=F.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32+8},({theme:e})=>({borderRadius:e.appBorderRadius+2}),({theme:e})=>e.base==="dark"?{background:e.background.content}:{}),xz=F.div(({theme:e})=>({padding:4,"& + &":{borderTop:`1px solid ${e.appBorderColor}`}})),Dz=u(({id:e,onClick:t,...r})=>{let{active:n,disabled:a,title:o,href:i}=r,s=l.useCallback(c=>t==null?void 0:t(c,{id:e,active:n,disabled:a,title:o,href:i}),[t,e,n,a,o,i]);return y.createElement(Hx,{id:`list-item-${e}`,...r,...t&&{onClick:s}})},"Item"),jx=u(({links:e,LinkWrapper:t,...r})=>{let n=Array.isArray(e[0])?e:[e],a=n.some(o=>o.some(i=>"icon"in i&&i.icon));return y.createElement(Ez,{...r},n.filter(o=>o.length).map((o,i)=>y.createElement(xz,{key:o.map(s=>s.id).join(`~${i}~`)},o.map(s=>"content"in s?y.createElement(l.Fragment,{key:s.id},s.content):y.createElement(Dz,{key:s.id,isIndented:a,LinkWrapper:t,...s})))))},"TooltipLinkList");S1();var Fp=F.div({display:"flex",whiteSpace:"nowrap",flexBasis:"auto",marginLeft:3,marginRight:3},({scrollable:e})=>e?{flexShrink:0}:{},({left:e})=>e?{"& > *":{marginLeft:4}}:{},({right:e})=>e?{marginLeft:30,"& > *":{marginRight:4}}:{});Fp.displayName="Side";var Cz=u(({children:e,className:t,scrollable:r})=>r?y.createElement(To,{vertical:!1,className:t},e):y.createElement("div",{className:t},e),"UnstyledBar"),ch=F(Cz)(({theme:e,scrollable:t=!0})=>({color:e.barTextColor,width:"100%",height:40,flexShrink:0,overflow:t?"auto":"hidden",overflowY:"hidden"}),({theme:e,border:t=!1})=>t?{boxShadow:`${e.appBorderColor} 0 -1px 0 0 inset`,background:e.barBg}:{});ch.displayName="Bar";var Sz=F.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),pu=u(({children:e,backgroundColor:t,className:r,...n})=>{let[a,o]=l.Children.toArray(e);return y.createElement(ch,{className:`sb-bar ${r}`,...n},y.createElement(Sz,{bgColor:t},y.createElement(Fp,{scrollable:n.scrollable,left:!0},a),o?y.createElement(Fp,{right:!0},o):null))},"FlexBar");pu.displayName="FlexBar";var kz=u(e=>typeof e.props.href=="string","isLink"),Az=u(e=>typeof e.props.href!="string","isButton");function Vx({children:e,...t},r){let n={props:t,ref:r};if(kz(n))return y.createElement("a",{ref:n.ref,...n.props},e);if(Az(n))return y.createElement("button",{ref:n.ref,type:"button",...n.props},e);throw new Error("invalid props")}u(Vx,"ForwardRefFunction");var Ux=l.forwardRef(Vx);Ux.displayName="ButtonOrLink";var Ei=F(Ux,{shouldForwardProp:Jp})({whiteSpace:"normal",display:"inline-flex",overflow:"hidden",verticalAlign:"top",justifyContent:"center",alignItems:"center",textAlign:"center",textDecoration:"none","&:empty":{display:"none"},"&[hidden]":{display:"none"}},({theme:e})=>({padding:"0 15px",transition:"color 0.2s linear, border-bottom-color 0.2s linear",height:40,lineHeight:"12px",cursor:"pointer",background:"transparent",border:"0 solid transparent",borderTop:"3px solid transparent",borderBottom:"3px solid transparent",fontWeight:"bold",fontSize:13,"&:focus":{outline:"0 none",borderBottomColor:e.barSelectedColor}}),({active:e,textColor:t,theme:r})=>e?{color:t||r.barSelectedColor,borderBottomColor:r.barSelectedColor}:{color:t||r.barTextColor,borderBottomColor:"transparent","&:hover":{color:r.barHoverColor}});Ei.displayName="TabButton";F.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`}));F.div(()=>({marginTop:6,padding:7,height:28}));var Fz=F.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),_z=F.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),Rz=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),Iz=F.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),dh=u(({title:e,description:t,footer:r})=>y.createElement(Fz,null,y.createElement(_z,null,y.createElement(Rz,null,e),t&&y.createElement(Iz,null,t)),r),"EmptyTabContent"),Bz=F.div(({active:e})=>e?{display:"block"}:{display:"none"}),Tz=u(e=>l.Children.toArray(e).map(({props:{title:t,id:r,color:n,children:a}})=>{let o=Array.isArray(a)?a[0]:a;return{title:t,id:r,...n?{color:n}:{},render:typeof o=="function"?o:({active:i})=>y.createElement(Bz,{active:i,role:"tabpanel"},o)}}),"childrenToList");Of();var zz=F.span(({theme:e,isActive:t})=>({display:"inline-block",width:0,height:0,marginLeft:8,color:t?e.color.secondary:e.color.mediumdark,borderRight:"3px solid transparent",borderLeft:"3px solid transparent",borderTop:"3px solid",transition:"transform .1s ease-out"})),Lz=F(Ei)(({active:e,theme:t,preActive:r})=>`
493
- color: ${r||e?t.barSelectedColor:t.barTextColor};
494
- .addon-collapsible-icon {
495
- color: ${r||e?t.barSelectedColor:t.barTextColor};
496
- }
497
- &:hover {
498
- color: ${t.barHoverColor};
499
- .addon-collapsible-icon {
500
- color: ${t.barHoverColor};
501
- }
502
- }
503
- `);function qx(e){let t=l.useRef(),r=l.useRef(),n=l.useRef(new Map),{width:a=1}=oh({ref:t}),[o,i]=l.useState(e),[s,c]=l.useState([]),d=l.useRef(e),p=l.useCallback(({menuName:h,actions:f})=>{let v=s.some(({active:E})=>E),[m,w]=l.useState(!1);return y.createElement(y.Fragment,null,y.createElement(us,{interactive:!0,visible:m,onVisibleChange:w,placement:"bottom",delayHide:100,tooltip:y.createElement(jx,{links:s.map(({title:E,id:D,color:x,active:b})=>({id:D,title:E,color:x,active:b,onClick:u(C=>{C.preventDefault(),f.onSelect(D)},"onClick")}))})},y.createElement(Lz,{ref:r,active:v,preActive:m,style:{visibility:s.length?"visible":"hidden"},"aria-hidden":!s.length,className:"tabbutton",type:"button",role:"tab"},h,y.createElement(zz,{className:"addon-collapsible-icon",isActive:v||m}))),s.map(({title:E,id:D,color:x},b)=>{let C=`index-${b}`;return y.createElement(Ei,{id:`tabbutton-${dy(D)??C}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:S=>{n.current.set(D,S)},className:"tabbutton",type:"button",key:D,textColor:x,role:"tab"},E)}))},[s]),g=l.useCallback(()=>{if(!t.current||!r.current)return;let{x:h,width:f}=t.current.getBoundingClientRect(),{width:v}=r.current.getBoundingClientRect(),m=s.length?h+f-v:h+f,w=[],E=0,D=e.filter(x=>{let{id:b}=x,C=n.current.get(b),{width:S=0}=(C==null?void 0:C.getBoundingClientRect())||{},k=h+E+S>m;return(!k||!C)&&w.push(x),E+=S,k});(w.length!==o.length||d.current!==e)&&(i(w),c(D),d.current=e)},[s.length,e,o]);return l.useLayoutEffect(g,[g,a]),{tabRefs:n,addonsRef:r,tabBarRef:t,visibleList:o,invisibleList:s,AddonTab:p}}u(qx,"useList");var Oz="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",Mz=F.div(({theme:e,bordered:t})=>t?{backgroundClip:"padding-box",border:`1px solid ${e.appBorderColor}`,borderRadius:e.appBorderRadius,overflow:"hidden",boxSizing:"border-box"}:{},({absolute:e})=>e?{width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}:{display:"block"}),ph=F.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});ph.displayName="TabBar";var Pz=F.div({display:"block",position:"relative"},({theme:e})=>({fontSize:e.typography.size.s2-1,background:e.background.content}),({bordered:e,theme:t})=>e?{borderRadius:`0 0 ${t.appBorderRadius-1}px ${t.appBorderRadius-1}px`}:{},({absolute:e,bordered:t})=>e?{height:`calc(100% - ${t?42:40}px)`,position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:40+(t?1:0),overflow:"auto",[`& > *:first-child${Oz}`]:{position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:0+(t?1:0),height:`calc(100% - ${t?2:0}px)`,overflow:"auto"}}:{}),fh=l.memo(({children:e,selected:t=null,actions:r,absolute:n=!1,bordered:a=!1,tools:o=null,backgroundColor:i,id:s=null,menuName:c="Tabs",emptyState:d,showToolsWhenEmpty:p})=>{let g=l.useMemo(()=>Tz(e).map((E,D)=>({...E,active:t?E.id===t:D===0})),[e,t]),{visibleList:h,tabBarRef:f,tabRefs:v,AddonTab:m}=qx(g),w=d??y.createElement(dh,{title:"Nothing found"});return!p&&g.length===0?w:y.createElement(Mz,{absolute:n,bordered:a,id:s},y.createElement(pu,{scrollable:!1,border:!0,backgroundColor:i},y.createElement(ph,{style:{whiteSpace:"normal"},ref:f,role:"tablist"},h.map(({title:E,id:D,active:x,color:b},C)=>{let S=`index-${C}`;return y.createElement(Ei,{id:`tabbutton-${dy(D)??S}`,ref:k=>{v.current.set(D,k)},className:`tabbutton ${x?"tabbutton-active":""}`,type:"button",key:D,active:x,textColor:b,onClick:k=>{k.preventDefault(),r.onSelect(D)},role:"tab"},typeof E=="function"?y.createElement("title",null):E)}),y.createElement(m,{menuName:c,actions:r})),o),y.createElement(Pz,{id:"panel-tab-content",bordered:a,absolute:n},g.length?g.map(({id:E,active:D,render:x})=>y.createElement(x,{key:E,active:D},null)):w))});fh.displayName="Tabs";var _p=class extends l.Component{constructor(t){super(t),this.handlers={onSelect:u(r=>this.setState({selected:r}),"onSelect")},this.state={selected:t.initial}}render(){let{bordered:t=!1,absolute:r=!1,children:n,backgroundColor:a,menuName:o}=this.props,{selected:i}=this.state;return y.createElement(fh,{bordered:t,absolute:r,selected:i,backgroundColor:a,menuName:o,actions:this.handlers},n)}};u(_p,"TabsState"),_p.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var Wx=_p,Gx=F.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});Gx.displayName="Separator";const{deprecate:Yj,logger:Kj}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var Nz=F.svg`
504
- display: inline-block;
505
- shape-rendering: inherit;
506
- vertical-align: middle;
507
- fill: currentColor;
508
- path {
509
- fill: currentColor;
510
- }
511
- `;l.memo(u(function({icons:e=Object.keys(Rp)}){return y.createElement(Nz,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>y.createElement("symbol",{id:`icon--${t}`,key:t},Rp[t])))},"Symbols"));var Rp={user:"UserIcon",useralt:"UserAltIcon",useradd:"UserAddIcon",users:"UsersIcon",profile:"ProfileIcon",facehappy:"FaceHappyIcon",faceneutral:"FaceNeutralIcon",facesad:"FaceSadIcon",accessibility:"AccessibilityIcon",accessibilityalt:"AccessibilityAltIcon",arrowup:"ChevronUpIcon",arrowdown:"ChevronDownIcon",arrowleft:"ChevronLeftIcon",arrowright:"ChevronRightIcon",arrowupalt:"ArrowUpIcon",arrowdownalt:"ArrowDownIcon",arrowleftalt:"ArrowLeftIcon",arrowrightalt:"ArrowRightIcon",expandalt:"ExpandAltIcon",collapse:"CollapseIcon",expand:"ExpandIcon",unfold:"UnfoldIcon",transfer:"TransferIcon",redirect:"RedirectIcon",undo:"UndoIcon",reply:"ReplyIcon",sync:"SyncIcon",upload:"UploadIcon",download:"DownloadIcon",back:"BackIcon",proceed:"ProceedIcon",refresh:"RefreshIcon",globe:"GlobeIcon",compass:"CompassIcon",location:"LocationIcon",pin:"PinIcon",time:"TimeIcon",dashboard:"DashboardIcon",timer:"TimerIcon",home:"HomeIcon",admin:"AdminIcon",info:"InfoIcon",question:"QuestionIcon",support:"SupportIcon",alert:"AlertIcon",email:"EmailIcon",phone:"PhoneIcon",link:"LinkIcon",unlink:"LinkBrokenIcon",bell:"BellIcon",rss:"RSSIcon",sharealt:"ShareAltIcon",share:"ShareIcon",circle:"CircleIcon",circlehollow:"CircleHollowIcon",bookmarkhollow:"BookmarkHollowIcon",bookmark:"BookmarkIcon",hearthollow:"HeartHollowIcon",heart:"HeartIcon",starhollow:"StarHollowIcon",star:"StarIcon",certificate:"CertificateIcon",verified:"VerifiedIcon",thumbsup:"ThumbsUpIcon",shield:"ShieldIcon",basket:"BasketIcon",beaker:"BeakerIcon",hourglass:"HourglassIcon",flag:"FlagIcon",cloudhollow:"CloudHollowIcon",edit:"EditIcon",cog:"CogIcon",nut:"NutIcon",wrench:"WrenchIcon",ellipsis:"EllipsisIcon",check:"CheckIcon",form:"FormIcon",batchdeny:"BatchDenyIcon",batchaccept:"BatchAcceptIcon",controls:"ControlsIcon",plus:"PlusIcon",closeAlt:"CloseAltIcon",cross:"CrossIcon",trash:"TrashIcon",pinalt:"PinAltIcon",unpin:"UnpinIcon",add:"AddIcon",subtract:"SubtractIcon",close:"CloseIcon",delete:"DeleteIcon",passed:"PassedIcon",changed:"ChangedIcon",failed:"FailedIcon",clear:"ClearIcon",comment:"CommentIcon",commentadd:"CommentAddIcon",requestchange:"RequestChangeIcon",comments:"CommentsIcon",lock:"LockIcon",unlock:"UnlockIcon",key:"KeyIcon",outbox:"OutboxIcon",credit:"CreditIcon",button:"ButtonIcon",type:"TypeIcon",pointerdefault:"PointerDefaultIcon",pointerhand:"PointerHandIcon",browser:"BrowserIcon",tablet:"TabletIcon",mobile:"MobileIcon",watch:"WatchIcon",sidebar:"SidebarIcon",sidebaralt:"SidebarAltIcon",sidebaralttoggle:"SidebarAltToggleIcon",sidebartoggle:"SidebarToggleIcon",bottombar:"BottomBarIcon",bottombartoggle:"BottomBarToggleIcon",cpu:"CPUIcon",database:"DatabaseIcon",memory:"MemoryIcon",structure:"StructureIcon",box:"BoxIcon",power:"PowerIcon",photo:"PhotoIcon",component:"ComponentIcon",grid:"GridIcon",outline:"OutlineIcon",photodrag:"PhotoDragIcon",search:"SearchIcon",zoom:"ZoomIcon",zoomout:"ZoomOutIcon",zoomreset:"ZoomResetIcon",eye:"EyeIcon",eyeclose:"EyeCloseIcon",lightning:"LightningIcon",lightningoff:"LightningOffIcon",contrast:"ContrastIcon",switchalt:"SwitchAltIcon",mirror:"MirrorIcon",grow:"GrowIcon",paintbrush:"PaintBrushIcon",ruler:"RulerIcon",stop:"StopIcon",camera:"CameraIcon",video:"VideoIcon",speaker:"SpeakerIcon",play:"PlayIcon",playback:"PlayBackIcon",playnext:"PlayNextIcon",rewind:"RewindIcon",fastforward:"FastForwardIcon",stopalt:"StopAltIcon",sidebyside:"SideBySideIcon",stacked:"StackedIcon",sun:"SunIcon",moon:"MoonIcon",book:"BookIcon",document:"DocumentIcon",copy:"CopyIcon",category:"CategoryIcon",folder:"FolderIcon",print:"PrintIcon",graphline:"GraphLineIcon",calendar:"CalendarIcon",graphbar:"GraphBarIcon",menu:"MenuIcon",menualt:"MenuIcon",filter:"FilterIcon",docchart:"DocChartIcon",doclist:"DocListIcon",markup:"MarkupIcon",bold:"BoldIcon",paperclip:"PaperClipIcon",listordered:"ListOrderedIcon",listunordered:"ListUnorderedIcon",paragraph:"ParagraphIcon",markdown:"MarkdownIcon",repository:"RepoIcon",commit:"CommitIcon",branch:"BranchIcon",pullrequest:"PullRequestIcon",merge:"MergeIcon",apple:"AppleIcon",linux:"LinuxIcon",ubuntu:"UbuntuIcon",windows:"WindowsIcon",storybook:"StorybookIcon",azuredevops:"AzureDevOpsIcon",bitbucket:"BitbucketIcon",chrome:"ChromeIcon",chromatic:"ChromaticIcon",componentdriven:"ComponentDrivenIcon",discord:"DiscordIcon",facebook:"FacebookIcon",figma:"FigmaIcon",gdrive:"GDriveIcon",github:"GithubIcon",gitlab:"GitlabIcon",google:"GoogleIcon",graphql:"GraphqlIcon",medium:"MediumIcon",redux:"ReduxIcon",twitter:"TwitterIcon",youtube:"YoutubeIcon",vscode:"VSCodeIcon"},$z=Jt`
512
- from {
513
- transform: rotate(0deg);
514
- }
515
- to {
516
- transform: rotate(360deg);
517
- }
518
- `,Hz=F.div(({size:e=32})=>({borderRadius:"50%",cursor:"progress",display:"inline-block",overflow:"hidden",position:"absolute",transition:"all 200ms ease-out",verticalAlign:"top",top:"50%",left:"50%",marginTop:-(e/2),marginLeft:-(e/2),height:e,width:e,zIndex:4,borderWidth:2,borderStyle:"solid",borderColor:"rgba(97, 97, 97, 0.29)",borderTopColor:"rgb(100,100,100)",animation:`${$z} 0.7s linear infinite`,mixBlendMode:"difference"})),B4=F.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),jz=F.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:ht(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),Vz=F.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),T4=F.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.textMutedColor})),Uz=F(yE)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),qz=Jt`
519
- from { content: "..." }
520
- 33% { content: "." }
521
- 66% { content: ".." }
522
- to { content: "..." }
523
- `,Wz=F.span({"&::after":{content:"'...'",animation:`${qz} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),Yx=u(({progress:e,error:t,size:r,...n})=>{if(t)return y.createElement(B4,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},y.createElement(Uz,null),y.createElement(T4,null,t.message));if(e){let{value:a,modules:o}=e,{message:i}=e;return o&&(i+=` ${o.complete} / ${o.total} modules`),y.createElement(B4,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":a*100,"aria-valuetext":i,role:"progressbar",...n},y.createElement(jz,null,y.createElement(Vz,{style:{width:`${a*100}%`}})),y.createElement(T4,null,i,a<1&&y.createElement(Wz,{key:i})))}return y.createElement(Hz,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})},"Loader"),Gz=Jt({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}});F.div(({size:e})=>({display:"inline-flex",alignItems:"center",justifyContent:"center",position:"relative",minWidth:e,minHeight:e}));F.svg(({size:e,width:t})=>({position:"absolute",width:`${e}px!important`,height:`${e}px!important`,transform:"rotate(-90deg)",circle:{r:(e-Math.ceil(t))/2,cx:e/2,cy:e/2,opacity:.15,fill:"transparent",stroke:"currentColor",strokeWidth:t,strokeLinecap:"round",strokeDasharray:Math.PI*(e-Math.ceil(t))}}),({progress:e})=>e&&{circle:{opacity:.75}},({spinner:e})=>e&&{animation:`${Gz} 1s linear infinite`,circle:{opacity:.25}});function Kx(e){let t={},r=e.split("&");for(let n=0;n<r.length;n++){let a=r[n].split("=");t[decodeURIComponent(a[0])]=decodeURIComponent(a[1]||"")}return t}u(Kx,"parseQuery");var Jx=u((e,t,r={})=>{let[n,a]=e.split("?"),o=a?{...Kx(a),...r,id:t}:{...r,id:t};return`${n}?${Object.entries(o).map(i=>`${i[0]}=${i[1]}`).join("&")}`},"getStoryHref");F.pre`
524
- line-height: 18px;
525
- padding: 11px 1rem;
526
- white-space: pre-wrap;
527
- background: rgba(0, 0, 0, 0.05);
528
- color: ${V.darkest};
529
- border-radius: 3px;
530
- margin: 1rem 0;
531
- width: 100%;
532
- display: block;
533
- overflow: hidden;
534
- font-family: ${Mt.fonts.mono};
535
- font-size: ${Mt.size.s2-1}px;
536
- `;var Zx=vE;Object.keys(vE).forEach(e=>{l.forwardRef((t,r)=>l.createElement(e,{...t,ref:r}))});const Yz=Object.freeze(Object.defineProperty({__proto__:null,A:Q8,get ActionBar(){return Rs},Bar:ch,Blockquote:eE,Button:Or,Code:jf,DL:tE,Div:rE,EmptyTabContent:dh,ErrorFormatter:Mx,FlexBar:pu,Form:Ta,H1:nE,H2:Vf,H3:Uf,H4:aE,H5:oE,H6:iE,HR:lE,IconButton:Sr,Img:sE,LI:uE,Link:na,ListItem:Hx,Loader:Yx,OL:cE,P:dE,Pre:pE,ResetWrapper:Hf,get ScrollArea(){return To},Separator:Gx,Span:fE,SyntaxHighlighter:su,TT:hE,TabBar:ph,TabButton:Ei,Table:mE,Tabs:fh,TabsState:Wx,TooltipLinkList:jx,TooltipNote:dz,UL:gE,WithTooltip:sz,WithTooltipPure:$x,Zoom:Ox,codeCommon:fr,components:Zx,createCopyToClipboardFunction:Ll,getStoryHref:Jx,icons:Rp,nameSpaceClassNames:oe,withReset:le},Symbol.toStringTag,{value:"Module"}));var Kz=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M6 3.5a.5.5 0 01.5.5v1.5H8a.5.5 0 010 1H6.5V8a.5.5 0 01-1 0V6.5H4a.5.5 0 010-1h1.5V4a.5.5 0 01.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),Jz=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 11.5c1.35 0 2.587-.487 3.544-1.294a.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 106 11.5zm0-1a4.5 4.5 0 100-9 4.5 4.5 0 000 9z",fill:e}))),Zz=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.5 2.837V1.5a.5.5 0 00-1 0V4a.5.5 0 00.5.5h2.5a.5.5 0 000-1H2.258a4.5 4.5 0 11-.496 4.016.5.5 0 10-.942.337 5.502 5.502 0 008.724 2.353.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 101.5 2.837z",fill:e}))),Xz=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7l-.21.293C13.669 7.465 10.739 11.5 7 11.5S.332 7.465.21 7.293L0 7l.21-.293C.331 6.536 3.261 2.5 7 2.5s6.668 4.036 6.79 4.207L14 7zM2.896 5.302A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5c1.518 0 2.958-.83 4.104-1.802A12.72 12.72 0 0012.755 7c-.297-.37-.875-1.04-1.65-1.698C9.957 4.33 8.517 3.5 7 3.5c-1.519 0-2.958.83-4.104 1.802z",fill:e}))),Qz=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11zM11.104 8.698c-.177.15-.362.298-.553.439l.714.714a13.25 13.25 0 002.526-2.558L14 7l-.21-.293C13.669 6.536 10.739 2.5 7 2.5c-.89 0-1.735.229-2.506.58l.764.763A4.859 4.859 0 017 3.5c1.518 0 2.958.83 4.104 1.802A12.724 12.724 0 0112.755 7a12.72 12.72 0 01-1.65 1.698zM.21 6.707c.069-.096 1.03-1.42 2.525-2.558l.714.714c-.191.141-.376.288-.553.439A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5a4.86 4.86 0 001.742-.344l.764.764c-.772.351-1.616.58-2.506.58C3.262 11.5.332 7.465.21 7.293L0 7l.21-.293z",fill:e}),l.createElement("path",{d:"M4.5 7c0-.322.061-.63.172-.914l3.242 3.242A2.5 2.5 0 014.5 7zM9.328 7.914L6.086 4.672a2.5 2.5 0 013.241 3.241z",fill:e}))),eL=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4a2 2 0 012-2h6a2 2 0 012 2v.5l3.189-2.391A.5.5 0 0114 2.5v9a.5.5 0 01-.804.397L10 9.5v.5a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm9 0v1.5a.5.5 0 00.8.4L13 3.5v7L9.8 8.1a.5.5 0 00-.8.4V10a1 1 0 01-1 1H2a1 1 0 01-1-1V4a1 1 0 011-1h6a1 1 0 011 1z",fill:e}))),Ip=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M4 5.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7.5a.5.5 0 000 1h5a.5.5 0 000-1h-5zM4 10.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3.207a.5.5 0 00-.146-.353L10.146.146A.5.5 0 009.793 0H1.5zM2 1h7.5v2a.5.5 0 00.5.5h2V13H2V1z",fill:e}))),Jj=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M8.982 1.632a.5.5 0 00-.964-.263l-3 11a.5.5 0 10.964.263l3-11zM3.32 3.616a.5.5 0 01.064.704L1.151 7l2.233 2.68a.5.5 0 11-.768.64l-2.5-3a.5.5 0 010-.64l2.5-3a.5.5 0 01.704-.064zM10.68 3.616a.5.5 0 00-.064.704L12.849 7l-2.233 2.68a.5.5 0 00.768.64l2.5-3a.5.5 0 000-.64l-2.5-3a.5.5 0 00-.704-.064z",fill:e}))),tL=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M7 3a.5.5 0 01.5.5v3h3a.5.5 0 010 1h-3v3a.5.5 0 01-1 0v-3h-3a.5.5 0 010-1h3v-3A.5.5 0 017 3z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),rL=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),nL=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.841 2.159a2.25 2.25 0 00-3.182 0l-2.5 2.5a2.25 2.25 0 000 3.182.5.5 0 01-.707.707 3.25 3.25 0 010-4.596l2.5-2.5a3.25 3.25 0 014.596 4.596l-2.063 2.063a4.27 4.27 0 00-.094-1.32l1.45-1.45a2.25 2.25 0 000-3.182z",fill:e}),l.createElement("path",{d:"M3.61 7.21c-.1-.434-.132-.88-.095-1.321L1.452 7.952a3.25 3.25 0 104.596 4.596l2.5-2.5a3.25 3.25 0 000-4.596.5.5 0 00-.707.707 2.25 2.25 0 010 3.182l-2.5 2.5A2.25 2.25 0 112.159 8.66l1.45-1.45z",fill:e}))),aL=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),oL=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),iL=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.854 9.104a.5.5 0 11-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 01-.708.708L7 5.957 3.854 9.104z",fill:e}))),Xx=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M3.854 4.896a.5.5 0 10-.708.708l3.5 3.5a.5.5 0 00.708 0l3.5-3.5a.5.5 0 00-.708-.708L7 8.043 3.854 4.896z",fill:e}))),lL=l.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>l.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},l.createElement("path",{d:"M1.146 3.854a.5.5 0 010-.708l2-2a.5.5 0 11.708.708L2.707 3h6.295A4 4 0 019 11H3a.5.5 0 010-1h6a3 3 0 100-6H2.707l1.147 1.146a.5.5 0 11-.708.708l-2-2z",fill:e})));const{deprecate:sL,once:uL,logger:hh}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{filterArgTypes:z4,composeConfigs:Zj,Preview:Xj,DocsContext:Qj}=__STORYBOOK_MODULE_PREVIEW_API__,{STORY_ARGS_UPDATED:L4,UPDATE_STORY_ARGS:cL,RESET_STORY_ARGS:dL,GLOBALS_UPDATED:O4,NAVIGATE_URL:pL}=__STORYBOOK_MODULE_CORE_EVENTS__,{Channel:eV}=__STORYBOOK_MODULE_CHANNELS__;var Qx=mn({"../../node_modules/memoizerific/memoizerific.js"(e,t){(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return function r(n,a,o){function i(d,p){if(!a[d]){if(!n[d]){var g=typeof Si=="function"&&Si;if(!p&&g)return g(d,!0);if(s)return s(d,!0);var h=new Error("Cannot find module '"+d+"'");throw h.code="MODULE_NOT_FOUND",h}var f=a[d]={exports:{}};n[d][0].call(f.exports,function(v){var m=n[d][1][v];return i(m||v)},f,f.exports,r,n,a,o)}return a[d].exports}for(var s=typeof Si=="function"&&Si,c=0;c<o.length;c++)i(o[c]);return i}({1:[function(r,n,a){n.exports=function(o){if(typeof Map!="function"||o){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,a){function o(){return this.list=[],this.lastItem=void 0,this.size=0,this}o.prototype.get=function(i){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(s=this.indexOf(i),s>=0)return this.lastItem=this.list[s],this.list[s].val},o.prototype.set=function(i,s){var c;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=s,this):(c=this.indexOf(i),c>=0?(this.lastItem=this.list[c],this.list[c].val=s,this):(this.lastItem={key:i,val:s},this.list.push(this.lastItem),this.size++,this))},o.prototype.delete=function(i){var s;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),s=this.indexOf(i),s>=0)return this.size--,this.list.splice(s,1)[0]},o.prototype.has=function(i){var s;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(s=this.indexOf(i),s>=0?(this.lastItem=this.list[s],!0):!1)},o.prototype.forEach=function(i,s){var c;for(c=0;c<this.size;c++)i.call(s||this,this.list[c].val,this.list[c].key,this)},o.prototype.indexOf=function(i){var s;for(s=0;s<this.size;s++)if(this.isEqual(this.list[s].key,i))return s;return-1},o.prototype.isEqual=function(i,s){return i===s||i!==i&&s!==s},n.exports=o},{}],3:[function(r,n,a){var o=r("map-or-similar");n.exports=function(d){var p=new o(!1),g=[];return function(h){var f=function(){var v=p,m,w,E=arguments.length-1,D=Array(E+1),x=!0,b;if((f.numArgs||f.numArgs===0)&&f.numArgs!==E+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(b=0;b<E;b++){if(D[b]={cacheItem:v,arg:arguments[b]},v.has(arguments[b])){v=v.get(arguments[b]);continue}x=!1,m=new o(!1),v.set(arguments[b],m),v=m}return x&&(v.has(arguments[E])?w=v.get(arguments[E]):x=!1),x||(w=h.apply(null,arguments),v.set(arguments[E],w)),d>0&&(D[E]={cacheItem:v,arg:arguments[E]},x?i(g,D):g.push(D),g.length>d&&s(g.shift())),f.wasMemoized=x,f.numArgs=E+1,w};return f.limit=d,f.wasMemoized=!1,f.cache=p,f.lru=g,f}};function i(d,p){var g=d.length,h=p.length,f,v,m;for(v=0;v<g;v++){for(f=!0,m=0;m<h;m++)if(!c(d[v][m].arg,p[m].arg)){f=!1;break}if(f)break}d.push(d.splice(v,1)[0])}function s(d){var p=d.length,g=d[p-1],h,f;for(g.cacheItem.delete(g.arg),f=p-2;f>=0&&(g=d[f],h=g.cacheItem.get(g.arg),!h||!h.size);f--)g.cacheItem.delete(g.arg)}function c(d,p){return d===p||d!==d&&p!==p}},{"map-or-similar":1}]},{},[3])(3)})}}),fL=mn({"../../node_modules/tocbot/src/js/default-options.js"(e,t){t.exports={tocSelector:".js-toc",contentSelector:".js-toc-content",headingSelector:"h1, h2, h3",ignoreSelector:".js-toc-ignore",hasInnerContainers:!1,linkClass:"toc-link",extraLinkClasses:"",activeLinkClass:"is-active-link",listClass:"toc-list",extraListClasses:"",isCollapsedClass:"is-collapsed",collapsibleClass:"is-collapsible",listItemClass:"toc-list-item",activeListItemClass:"is-active-li",collapseDepth:0,scrollSmooth:!0,scrollSmoothDuration:420,scrollSmoothOffset:0,scrollEndCallback:function(r){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,includeTitleTags:!1,onClick:function(r){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1,tocScrollOffset:0}}}),hL=mn({"../../node_modules/tocbot/src/js/build-html.js"(e,t){t.exports=function(r){var n=[].forEach,a=[].some,o=document.body,i,s=!0,c=" ";function d(b,C){var S=C.appendChild(g(b));if(b.children.length){var k=h(b.isCollapsed);b.children.forEach(function(A){d(A,k)}),S.appendChild(k)}}function p(b,C){var S=!1,k=h(S);if(C.forEach(function(A){d(A,k)}),i=b||i,i!==null)return i.firstChild&&i.removeChild(i.firstChild),C.length===0?i:i.appendChild(k)}function g(b){var C=document.createElement("li"),S=document.createElement("a");return r.listItemClass&&C.setAttribute("class",r.listItemClass),r.onClick&&(S.onclick=r.onClick),r.includeTitleTags&&S.setAttribute("title",b.textContent),r.includeHtml&&b.childNodes.length?n.call(b.childNodes,function(k){S.appendChild(k.cloneNode(!0))}):S.textContent=b.textContent,S.setAttribute("href",r.basePath+"#"+b.id),S.setAttribute("class",r.linkClass+c+"node-name--"+b.nodeName+c+r.extraLinkClasses),C.appendChild(S),C}function h(b){var C=r.orderedList?"ol":"ul",S=document.createElement(C),k=r.listClass+c+r.extraListClasses;return b&&(k=k+c+r.collapsibleClass,k=k+c+r.isCollapsedClass),S.setAttribute("class",k),S}function f(){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var b;b=document.querySelector(r.scrollContainer).scrollTop}else b=document.documentElement.scrollTop||o.scrollTop;var C=document.querySelector(r.positionFixedSelector);r.fixedSidebarOffset==="auto"&&(r.fixedSidebarOffset=i.offsetTop),b>r.fixedSidebarOffset?C.className.indexOf(r.positionFixedClass)===-1&&(C.className+=c+r.positionFixedClass):C.className=C.className.replace(c+r.positionFixedClass,"")}function v(b){var C=0;return b!==null&&(C=b.offsetTop,r.hasInnerContainers&&(C+=v(b.offsetParent))),C}function m(b,C){return b&&b.className!==C&&(b.className=C),b}function w(b){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var C;C=document.querySelector(r.scrollContainer).scrollTop}else C=document.documentElement.scrollTop||o.scrollTop;r.positionFixedSelector&&f();var S=b,k;if(s&&i!==null&&S.length>0){a.call(S,function(M,O){if(v(M)>C+r.headingsOffset+10){var P=O===0?O:O-1;return k=S[P],!0}else if(O===S.length-1)return k=S[S.length-1],!0});var A=i.querySelector("."+r.activeLinkClass),_=i.querySelector("."+r.linkClass+".node-name--"+k.nodeName+'[href="'+r.basePath+"#"+k.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/\\@])/g,"\\$1")+'"]');if(A===_)return;var I=i.querySelectorAll("."+r.linkClass);n.call(I,function(M){m(M,M.className.replace(c+r.activeLinkClass,""))});var B=i.querySelectorAll("."+r.listItemClass);n.call(B,function(M){m(M,M.className.replace(c+r.activeListItemClass,""))}),_&&_.className.indexOf(r.activeLinkClass)===-1&&(_.className+=c+r.activeLinkClass);var z=_&&_.parentNode;z&&z.className.indexOf(r.activeListItemClass)===-1&&(z.className+=c+r.activeListItemClass);var L=i.querySelectorAll("."+r.listClass+"."+r.collapsibleClass);n.call(L,function(M){M.className.indexOf(r.isCollapsedClass)===-1&&(M.className+=c+r.isCollapsedClass)}),_&&_.nextSibling&&_.nextSibling.className.indexOf(r.isCollapsedClass)!==-1&&m(_.nextSibling,_.nextSibling.className.replace(c+r.isCollapsedClass,"")),E(_&&_.parentNode.parentNode)}}function E(b){return b&&b.className.indexOf(r.collapsibleClass)!==-1&&b.className.indexOf(r.isCollapsedClass)!==-1?(m(b,b.className.replace(c+r.isCollapsedClass,"")),E(b.parentNode.parentNode)):b}function D(b){var C=b.target||b.srcElement;typeof C.className!="string"||C.className.indexOf(r.linkClass)===-1||(s=!1)}function x(){s=!0}return{enableTocAnimation:x,disableTocAnimation:D,render:p,updateToc:w}}}}),mL=mn({"../../node_modules/tocbot/src/js/parse-content.js"(e,t){t.exports=function(r){var n=[].reduce;function a(g){return g[g.length-1]}function o(g){return+g.nodeName.toUpperCase().replace("H","")}function i(g){try{return g instanceof window.HTMLElement||g instanceof window.parent.HTMLElement}catch{return g instanceof window.HTMLElement}}function s(g){if(!i(g))return g;if(r.ignoreHiddenElements&&(!g.offsetHeight||!g.offsetParent))return null;let h=g.getAttribute("data-heading-label")||(r.headingLabelCallback?String(r.headingLabelCallback(g.innerText)):(g.innerText||g.textContent).trim());var f={id:g.id,children:[],nodeName:g.nodeName,headingLevel:o(g),textContent:h};return r.includeHtml&&(f.childNodes=g.childNodes),r.headingObjectCallback?r.headingObjectCallback(f,g):f}function c(g,h){for(var f=s(g),v=f.headingLevel,m=h,w=a(m),E=w?w.headingLevel:0,D=v-E;D>0&&(w=a(m),!(w&&v===w.headingLevel));)w&&w.children!==void 0&&(m=w.children),D--;return v>=r.collapseDepth&&(f.isCollapsed=!0),m.push(f),m}function d(g,h){var f=h;r.ignoreSelector&&(f=h.split(",").map(function(v){return v.trim()+":not("+r.ignoreSelector+")"}));try{return g.querySelectorAll(f)}catch{return console.warn("Headers not found with selector: "+f),null}}function p(g){return n.call(g,function(h,f){var v=s(f);return v&&c(v,h.nest),h},{nest:[]})}return{nestHeadingsArray:p,selectHeadings:d}}}}),gL=mn({"../../node_modules/tocbot/src/js/update-toc-scroll.js"(e,t){t.exports=function(r){var n=r.tocElement||document.querySelector(r.tocSelector);if(n&&n.scrollHeight>n.clientHeight){var a=n.querySelector("."+r.activeListItemClass);a&&(n.scrollTop=a.offsetTop-r.tocScrollOffset)}}}}),vL=mn({"../../node_modules/tocbot/src/js/scroll-smooth/index.js"(e){e.initSmoothScrolling=t;function t(n){var a=n.duration,o=n.offset,i=location.hash?d(location.href):location.href;s();function s(){document.body.addEventListener("click",g,!1);function g(h){!c(h.target)||h.target.className.indexOf("no-smooth-scroll")>-1||h.target.href.charAt(h.target.href.length-2)==="#"&&h.target.href.charAt(h.target.href.length-1)==="!"||h.target.className.indexOf(n.linkClass)===-1||r(h.target.hash,{duration:a,offset:o,callback:function(){p(h.target.hash)}})}}function c(g){return g.tagName.toLowerCase()==="a"&&(g.hash.length>0||g.href.charAt(g.href.length-1)==="#")&&(d(g.href)===i||d(g.href)+"#"===i)}function d(g){return g.slice(0,g.lastIndexOf("#"))}function p(g){var h=document.getElementById(g.substring(1));h&&(/^(?:a|select|input|button|textarea)$/i.test(h.tagName)||(h.tabIndex=-1),h.focus())}}function r(n,a){var o=window.pageYOffset,i={duration:a.duration,offset:a.offset||0,callback:a.callback,easing:a.easing||v},s=document.querySelector('[id="'+decodeURI(n).split("#").join("")+'"]')||document.querySelector('[id="'+n.split("#").join("")+'"]'),c=typeof n=="string"?i.offset+(n?s&&s.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):n,d=typeof i.duration=="function"?i.duration(c):i.duration,p,g;requestAnimationFrame(function(m){p=m,h(m)});function h(m){g=m-p,window.scrollTo(0,i.easing(g,o,c,d)),g<d?requestAnimationFrame(h):f()}function f(){window.scrollTo(0,o+c),typeof i.callback=="function"&&i.callback()}function v(m,w,E,D){return m/=D/2,m<1?E/2*m*m+w:(m--,-E/2*(m*(m-2)-1)+w)}}}}),yL=mn({"../../node_modules/tocbot/src/js/index.js"(e,t){(function(r,n){typeof define=="function"&&define.amd?define([],n(r)):typeof e=="object"?t.exports=n(r):r.tocbot=n(r)})(typeof global<"u"?global:window||global,function(r){var n=fL(),a={},o={},i=hL(),s=mL(),c=gL(),d,p,g=!!r&&!!r.document&&!!r.document.querySelector&&!!r.addEventListener;if(typeof window>"u"&&!g)return;var h,f=Object.prototype.hasOwnProperty;function v(){for(var D={},x=0;x<arguments.length;x++){var b=arguments[x];for(var C in b)f.call(b,C)&&(D[C]=b[C])}return D}function m(D,x,b){x||(x=250);var C,S;return function(){var k=this,A=+new Date,_=arguments;C&&A<C+x?(clearTimeout(S),S=setTimeout(function(){C=A,D.apply(k,_)},x)):(C=A,D.apply(k,_))}}function w(D){try{return D.contentElement||document.querySelector(D.contentSelector)}catch{return console.warn("Contents element not found: "+D.contentSelector),null}}function E(D){try{return D.tocElement||document.querySelector(D.tocSelector)}catch{return console.warn("TOC element not found: "+D.tocSelector),null}}return o.destroy=function(){var D=E(a);D!==null&&(a.skipRendering||D&&(D.innerHTML=""),a.scrollContainer&&document.querySelector(a.scrollContainer)?(document.querySelector(a.scrollContainer).removeEventListener("scroll",this._scrollListener,!1),document.querySelector(a.scrollContainer).removeEventListener("resize",this._scrollListener,!1),d&&document.querySelector(a.scrollContainer).removeEventListener("click",this._clickListener,!1)):(document.removeEventListener("scroll",this._scrollListener,!1),document.removeEventListener("resize",this._scrollListener,!1),d&&document.removeEventListener("click",this._clickListener,!1)))},o.init=function(D){if(g){a=v(n,D||{}),this.options=a,this.state={},a.scrollSmooth&&(a.duration=a.scrollSmoothDuration,a.offset=a.scrollSmoothOffset,o.scrollSmooth=vL().initSmoothScrolling(a)),d=i(a),p=s(a),this._buildHtml=d,this._parseContent=p,this._headingsArray=h,o.destroy();var x=w(a);if(x!==null){var b=E(a);if(b!==null&&(h=p.selectHeadings(x,a.headingSelector),h!==null)){var C=p.nestHeadingsArray(h),S=C.nest;if(!a.skipRendering)d.render(b,S);else return this;this._scrollListener=m(function(A){d.updateToc(h),!a.disableTocScrollSync&&c(a);var _=A&&A.target&&A.target.scrollingElement&&A.target.scrollingElement.scrollTop===0;(A&&(A.eventPhase===0||A.currentTarget===null)||_)&&(d.updateToc(h),a.scrollEndCallback&&a.scrollEndCallback(A))},a.throttleTimeout),this._scrollListener(),a.scrollContainer&&document.querySelector(a.scrollContainer)?(document.querySelector(a.scrollContainer).addEventListener("scroll",this._scrollListener,!1),document.querySelector(a.scrollContainer).addEventListener("resize",this._scrollListener,!1)):(document.addEventListener("scroll",this._scrollListener,!1),document.addEventListener("resize",this._scrollListener,!1));var k=null;return this._clickListener=m(function(A){a.scrollSmooth&&d.disableTocAnimation(A),d.updateToc(h),k&&clearTimeout(k),k=setTimeout(function(){d.enableTocAnimation()},a.scrollSmoothDuration)},a.throttleTimeout),a.scrollContainer&&document.querySelector(a.scrollContainer)?document.querySelector(a.scrollContainer).addEventListener("click",this._clickListener,!1):document.addEventListener("click",this._clickListener,!1),this}}}},o.refresh=function(D){o.destroy(),o.init(D||this.options)},r.tocbot=o,o})}});function xa(){return xa=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xa.apply(null,arguments)}function bL(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Go(e,t){return Go=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Go(e,t)}function wL(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Go(e,t)}function Bp(e){return Bp=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Bp(e)}function EL(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function eD(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(eD=function(){return!!e})()}function xL(e,t,r){if(eD())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var a=new(e.bind.apply(e,n));return r&&Go(a,r.prototype),a}function Tp(e){var t=typeof Map=="function"?new Map:void 0;return Tp=function(r){if(r===null||!EL(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return xL(r,arguments,Bp(this).constructor)}return n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Go(n,r)},Tp(e)}var Nt=function(e){wL(t,e);function t(r){var n;return n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this,bL(n)}return t}(Tp(Error));function V0(e){return Math.round(e*255)}function DL(e,t,r){return V0(e)+","+V0(t)+","+V0(r)}function fs(e,t,r,n){if(n===void 0&&(n=DL),t===0)return n(r,r,r);var a=(e%360+360)%360/60,o=(1-Math.abs(2*r-1))*t,i=o*(1-Math.abs(a%2-1)),s=0,c=0,d=0;a>=0&&a<1?(s=o,c=i):a>=1&&a<2?(s=i,c=o):a>=2&&a<3?(c=o,d=i):a>=3&&a<4?(c=i,d=o):a>=4&&a<5?(s=i,d=o):a>=5&&a<6&&(s=o,d=i);var p=r-o/2,g=s+p,h=c+p,f=d+p;return n(g,h,f)}var M4={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function CL(e){if(typeof e!="string")return e;var t=e.toLowerCase();return M4[t]?"#"+M4[t]:e}var SL=/^#[a-fA-F0-9]{6}$/,kL=/^#[a-fA-F0-9]{8}$/,AL=/^#[a-fA-F0-9]{3}$/,FL=/^#[a-fA-F0-9]{4}$/,U0=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,_L=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,RL=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,IL=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function fu(e){if(typeof e!="string")throw new Nt(3);var t=CL(e);if(t.match(SL))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(kL)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(AL))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(FL)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var a=U0.exec(t);if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10)};var o=_L.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])>1?parseFloat(""+o[4])/100:parseFloat(""+o[4])};var i=RL.exec(t);if(i){var s=parseInt(""+i[1],10),c=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,p="rgb("+fs(s,c,d)+")",g=U0.exec(p);if(!g)throw new Nt(4,t,p);return{red:parseInt(""+g[1],10),green:parseInt(""+g[2],10),blue:parseInt(""+g[3],10)}}var h=IL.exec(t.substring(0,50));if(h){var f=parseInt(""+h[1],10),v=parseInt(""+h[2],10)/100,m=parseInt(""+h[3],10)/100,w="rgb("+fs(f,v,m)+")",E=U0.exec(w);if(!E)throw new Nt(4,t,w);return{red:parseInt(""+E[1],10),green:parseInt(""+E[2],10),blue:parseInt(""+E[3],10),alpha:parseFloat(""+h[4])>1?parseFloat(""+h[4])/100:parseFloat(""+h[4])}}throw new Nt(5)}function BL(e){var t=e.red/255,r=e.green/255,n=e.blue/255,a=Math.max(t,r,n),o=Math.min(t,r,n),i=(a+o)/2;if(a===o)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var s,c=a-o,d=i>.5?c/(2-a-o):c/(a+o);switch(a){case t:s=(r-n)/c+(r<n?6:0);break;case r:s=(n-t)/c+2;break;default:s=(t-r)/c+4;break}return s*=60,e.alpha!==void 0?{hue:s,saturation:d,lightness:i,alpha:e.alpha}:{hue:s,saturation:d,lightness:i}}function tD(e){return BL(fu(e))}var TL=function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},zp=TL;function Yr(e){var t=e.toString(16);return t.length===1?"0"+t:t}function q0(e){return Yr(Math.round(e*255))}function zL(e,t,r){return zp("#"+q0(e)+q0(t)+q0(r))}function rD(e,t,r){return fs(e,t,r,zL)}function LL(e,t,r){if(typeof e=="object"&&t===void 0&&r===void 0)return rD(e.hue,e.saturation,e.lightness);throw new Nt(1)}function OL(e,t,r,n){if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?rD(e.hue,e.saturation,e.lightness):"rgba("+fs(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Nt(2)}function nD(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return zp("#"+Yr(e)+Yr(t)+Yr(r));if(typeof e=="object"&&t===void 0&&r===void 0)return zp("#"+Yr(e.red)+Yr(e.green)+Yr(e.blue));throw new Nt(6)}function lr(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var a=fu(e);return"rgba("+a.red+","+a.green+","+a.blue+","+t+")"}else if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?nD(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")";throw new Nt(7)}var ML=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},PL=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},NL=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},$L=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"};function aD(e){if(typeof e!="object")throw new Nt(8);if(PL(e))return lr(e);if(ML(e))return nD(e);if($L(e))return OL(e);if(NL(e))return LL(e);throw new Nt(8)}function oD(e,t,r){return function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):oD(e,t,n)}}function hu(e){return oD(e,e.length,[])}function mu(e,t,r){return Math.max(e,Math.min(t,r))}function HL(e,t){if(t==="transparent")return t;var r=tD(t);return aD(xa({},r,{lightness:mu(0,1,r.lightness-parseFloat(e))}))}var jL=hu(HL),Tt=jL;function VL(e,t){if(t==="transparent")return t;var r=tD(t);return aD(xa({},r,{lightness:mu(0,1,r.lightness+parseFloat(e))}))}var UL=hu(VL),Kr=UL;function qL(e,t){if(t==="transparent")return t;var r=fu(t),n=typeof r.alpha=="number"?r.alpha:1,a=xa({},r,{alpha:mu(0,1,(n*100+parseFloat(e)*100)/100)});return lr(a)}var WL=hu(qL),Qi=WL;function GL(e,t){if(t==="transparent")return t;var r=fu(t),n=typeof r.alpha=="number"?r.alpha:1,a=xa({},r,{alpha:mu(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return lr(a)}var YL=hu(GL),ae=YL,KL=F.div(le,({theme:e})=>({backgroundColor:e.base==="light"?"rgba(0,0,0,.01)":"rgba(255,255,255,.01)",borderRadius:e.appBorderRadius,border:`1px dashed ${e.appBorderColor}`,display:"flex",alignItems:"center",justifyContent:"center",padding:20,margin:"25px 0 40px",color:ae(.3,e.color.defaultText),fontSize:e.typography.size.s2})),iD=e=>y.createElement(KL,{...e,className:"docblock-emptyblock sb-unstyled"}),JL=F(su)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),ZL=F.div(({theme:e})=>({background:e.background.content,borderRadius:e.appBorderRadius,border:`1px solid ${e.appBorderColor}`,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",margin:"25px 0 40px",padding:"20px 20px 20px 22px"})),el=F.div(({theme:e})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,height:17,marginTop:1,width:"60%",[`&:first-child${od}`]:{margin:0}})),XL=()=>y.createElement(ZL,null,y.createElement(el,null),y.createElement(el,{style:{width:"80%"}}),y.createElement(el,{style:{width:"30%"}}),y.createElement(el,{style:{width:"80%"}})),lD=({isLoading:e,error:t,language:r,code:n,dark:a,format:o=!1,...i})=>{let{typography:s}=Ny();if(e)return y.createElement(XL,null);if(t)return y.createElement(iD,null,t);let c=y.createElement(JL,{bordered:!0,copyable:!0,format:o,language:r,className:"docblock-source sb-unstyled",...i},n);if(typeof a>"u")return c;let d=a?nd.dark:nd.light;return y.createElement($y,{theme:ad({...d,fontCode:s.fonts.mono,fontBase:s.fonts.base})},c)},fe=e=>`& :where(${e}:not(.sb-anchor, .sb-unstyled, .sb-unstyled ${e}))`,mh=600,QL=F.h1(le,({theme:e})=>({color:e.color.defaultText,fontSize:e.typography.size.m3,fontWeight:e.typography.weight.bold,lineHeight:"32px",[`@media (min-width: ${mh}px)`]:{fontSize:e.typography.size.l1,lineHeight:"36px",marginBottom:"16px"}})),eO=F.h2(le,({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s3,lineHeight:"20px",borderBottom:"none",marginBottom:15,[`@media (min-width: ${mh}px)`]:{fontSize:e.typography.size.m1,lineHeight:"28px",marginBottom:24},color:ae(.25,e.color.defaultText)})),tO=F.div(({theme:e})=>{let t={fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},r={margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& code":{fontSize:"inherit"}},n={lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?ae(.1,e.color.defaultText):ae(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border};return{maxWidth:1e3,width:"100%",[fe("a")]:{...t,fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}},[fe("blockquote")]:{...t,margin:"16px 0",borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},[fe("div")]:t,[fe("dl")]:{...t,margin:"16px 0",padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}},[fe("h1")]:{...t,...r,fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},[fe("h2")]:{...t,...r,fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`},[fe("h3")]:{...t,...r,fontSize:`${e.typography.size.m1}px`,fontWeight:e.typography.weight.bold},[fe("h4")]:{...t,...r,fontSize:`${e.typography.size.s3}px`},[fe("h5")]:{...t,...r,fontSize:`${e.typography.size.s2}px`},[fe("h6")]:{...t,...r,fontSize:`${e.typography.size.s2}px`,color:e.color.dark},[fe("hr")]:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},[fe("img")]:{maxWidth:"100%"},[fe("li")]:{...t,fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":n},[fe("ol")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},[fe("p")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":n},[fe("pre")]:{...t,fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}},[fe("span")]:{...t,"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}},[fe("table")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}},[fe("ul")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0},listStyle:"disc"}}}),rO=F.div(({theme:e})=>({background:e.background.content,display:"flex",justifyContent:"center",padding:"4rem 20px",minHeight:"100vh",boxSizing:"border-box",gap:"3rem",[`@media (min-width: ${mh}px)`]:{}})),nO=({children:e,toc:t})=>y.createElement(rO,{className:"sbdocs sbdocs-wrapper"},y.createElement(tO,{className:"sbdocs sbdocs-content"},e),t),gu=e=>({borderRadius:e.appBorderRadius,background:e.background.content,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",border:`1px solid ${e.appBorderColor}`}),{window:aO}=globalThis,oO=class extends l.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{id:e}=this.props;this.iframe=aO.document.getElementById(e)}shouldComponentUpdate(e){let{scale:t}=e;return t!==this.props.scale&&this.setIframeBodyStyle({width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"}),!1}setIframeBodyStyle(e){return Object.assign(this.iframe.contentDocument.body.style,e)}render(){let{id:e,title:t,src:r,allowFullScreen:n,scale:a,...o}=this.props;return y.createElement("iframe",{id:e,title:t,src:r,...n?{allow:"fullscreen"}:{},loading:"lazy",...o})}},sD=l.createContext({scale:1}),{PREVIEW_URL:iO}=globalThis,lO=iO||"iframe.html",Lp=({story:e,primary:t})=>`story--${e.id}${t?"--primary":""}`,sO=e=>{let t=l.useRef(),[r,n]=l.useState(!0),[a,o]=l.useState(),{story:i,height:s,autoplay:c,forceInitialArgs:d,renderStoryToElement:p}=e;return l.useEffect(()=>{if(!(i&&t.current))return()=>{};let g=t.current,h=p(i,g,{showMain:()=>{},showError:({title:f,description:v})=>o(new Error(`${f} - ${v}`)),showException:f=>o(f)},{autoplay:c,forceInitialArgs:d});return n(!1),()=>{Promise.resolve().then(()=>h())}},[c,p,i]),a?y.createElement("pre",null,y.createElement(Mx,{error:a})):y.createElement(y.Fragment,null,s?y.createElement("style",null,`#${Lp(e)} { min-height: ${s}; transform: translateZ(0); overflow: auto }`):null,r&&y.createElement(uD,null),y.createElement("div",{ref:t,id:`${Lp(e)}-inner`,"data-name":i.name}))},uO=({story:e,height:t="500px"})=>y.createElement("div",{style:{width:"100%",height:t}},y.createElement(sD.Consumer,null,({scale:r})=>y.createElement(oO,{key:"iframe",id:`iframe--${e.id}`,title:e.name,src:Jx(lO,e.id,{viewMode:"story"}),allowFullScreen:!0,scale:r,style:{width:"100%",height:"100%",border:"0 none"}}))),cO=F.strong(({theme:e})=>({color:e.color.orange})),dO=e=>{let{inline:t,story:r}=e;return t&&!e.autoplay&&r.usesMount?y.createElement(cO,null,"This story mounts inside of play. Set"," ",y.createElement("a",{href:"https://storybook.js.org/docs/api/doc-blocks/doc-block-story#autoplay"},"autoplay")," ","to true to view this story."):y.createElement("div",{id:Lp(e),className:"sb-story sb-unstyled","data-story-block":"true"},t?y.createElement(sO,{...e}):y.createElement(uO,{...e}))},uD=()=>y.createElement(Yx,null),pO=F(pu)({position:"absolute",left:0,right:0,top:0,transition:"transform .2s linear"}),fO=F.div({display:"flex",alignItems:"center",gap:4}),hO=F.div(({theme:e})=>({width:14,height:14,borderRadius:2,margin:"0 7px",backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),mO=({isLoading:e,storyId:t,baseUrl:r,zoom:n,resetZoom:a,...o})=>y.createElement(pO,{...o},y.createElement(fO,{key:"left"},e?[1,2,3].map(i=>y.createElement(hO,{key:i})):y.createElement(y.Fragment,null,y.createElement(Sr,{key:"zoomin",onClick:i=>{i.preventDefault(),n(.8)},title:"Zoom in"},y.createElement(Kz,null)),y.createElement(Sr,{key:"zoomout",onClick:i=>{i.preventDefault(),n(1.25)},title:"Zoom out"},y.createElement(Jz,null)),y.createElement(Sr,{key:"zoomreset",onClick:i=>{i.preventDefault(),a()},title:"Reset zoom"},y.createElement(Zz,null))))),gO=F.div(({isColumn:e,columns:t,layout:r})=>({display:e||!t?"block":"flex",position:"relative",flexWrap:"wrap",overflow:"auto",flexDirection:e?"column":"row","& .innerZoomElementWrapper > *":e?{width:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"block"}:{maxWidth:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"inline-block"}}),({layout:e="padded"})=>e==="centered"||e==="padded"?{padding:"30px 20px","& .innerZoomElementWrapper > *":{width:"auto",border:"10px solid transparent!important"}}:{},({layout:e="padded"})=>e==="centered"?{display:"flex",justifyContent:"center",justifyItems:"center",alignContent:"center",alignItems:"center"}:{},({columns:e})=>e&&e>1?{".innerZoomElementWrapper > *":{minWidth:`calc(100% / ${e} - 20px)`}}:{}),P4=F(lD)(({theme:e})=>({margin:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomLeftRadius:e.appBorderRadius,borderBottomRightRadius:e.appBorderRadius,border:"none",background:e.base==="light"?"rgba(0, 0, 0, 0.85)":Tt(.05,e.background.content),color:e.color.lightest,button:{background:e.base==="light"?"rgba(0, 0, 0, 0.85)":Tt(.05,e.background.content)}})),vO=F.div(({theme:e,withSource:t,isExpanded:r})=>({position:"relative",overflow:"hidden",margin:"25px 0 40px",...gu(e),borderBottomLeftRadius:t&&r&&0,borderBottomRightRadius:t&&r&&0,borderBottomWidth:r&&0,"h3 + &":{marginTop:"16px"}}),({withToolbar:e})=>e&&{paddingTop:40}),yO=(e,t,r)=>{switch(!0){case!!(e&&e.error):return{source:null,actionItem:{title:"No code available",className:"docblock-code-toggle docblock-code-toggle--disabled",disabled:!0,onClick:()=>r(!1)}};case t:return{source:y.createElement(P4,{...e,dark:!0}),actionItem:{title:"Hide code",className:"docblock-code-toggle docblock-code-toggle--expanded",onClick:()=>r(!1)}};default:return{source:y.createElement(P4,{...e,dark:!0}),actionItem:{title:"Show code",className:"docblock-code-toggle",onClick:()=>r(!0)}}}};function bO(e){if(l.Children.count(e)===1){let t=e;if(t.props)return t.props.id}return null}var wO=F(mO)({position:"absolute",top:0,left:0,right:0,height:40}),EO=F.div({overflow:"hidden",position:"relative"}),cD=({isLoading:e,isColumn:t,columns:r,children:n,withSource:a,withToolbar:o=!1,isExpanded:i=!1,additionalActions:s,className:c,layout:d="padded",...p})=>{let[g,h]=l.useState(i),{source:f,actionItem:v}=yO(a,g,h),[m,w]=l.useState(1),E=[c].concat(["sbdocs","sbdocs-preview","sb-unstyled"]),D=a?[v]:[],[x,b]=l.useState(s?[...s]:[]),C=[...D,...x],{window:S}=globalThis,k=l.useCallback(async _=>{let{createCopyToClipboardFunction:I}=await Up(async()=>{const{createCopyToClipboardFunction:B}=await Promise.resolve().then(()=>Yz);return{createCopyToClipboardFunction:B}},void 0,import.meta.url);I()},[]),A=_=>{let I=S.getSelection();I&&I.type==="Range"||(_.preventDefault(),x.filter(B=>B.title==="Copied").length===0&&k(f.props.code).then(()=>{b([...x,{title:"Copied",onClick:()=>{}}]),S.setTimeout(()=>b(x.filter(B=>B.title!=="Copied")),1500)}))};return y.createElement(vO,{withSource:a,withToolbar:o,...p,className:E.join(" ")},o&&y.createElement(wO,{isLoading:e,border:!0,zoom:_=>w(m*_),resetZoom:()=>w(1),storyId:bO(n),baseUrl:"./iframe.html"}),y.createElement(sD.Provider,{value:{scale:m}},y.createElement(EO,{className:"docs-story",onCopyCapture:a&&A},y.createElement(gO,{isColumn:t||!Array.isArray(n),columns:r,layout:d},y.createElement(Ox.Element,{scale:m},Array.isArray(n)?n.map((_,I)=>y.createElement("div",{key:I},_)):y.createElement("div",null,n))),y.createElement(Rs,{actionItems:C}))),a&&g&&f)};F(cD)(()=>({".docs-story":{paddingTop:32,paddingBottom:40}}));function Zr(){return Zr=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zr.apply(this,arguments)}var xO=["children","options"],N4,$4;(function(e){e.blockQuote="0",e.breakLine="1",e.breakThematic="2",e.codeBlock="3",e.codeFenced="4",e.codeInline="5",e.footnote="6",e.footnoteReference="7",e.gfmTask="8",e.heading="9",e.headingSetext="10",e.htmlBlock="11",e.htmlComment="12",e.htmlSelfClosing="13",e.image="14",e.link="15",e.linkAngleBraceStyleDetector="16",e.linkBareUrlDetector="17",e.linkMailtoDetector="18",e.newlineCoalescer="19",e.orderedList="20",e.paragraph="21",e.ref="22",e.refImage="23",e.refLink="24",e.table="25",e.tableSeparator="26",e.text="27",e.textBolded="28",e.textEmphasized="29",e.textEscaped="30",e.textMarked="31",e.textStrikethroughed="32",e.unorderedList="33"})(N4||(N4={})),function(e){e[e.MAX=0]="MAX",e[e.HIGH=1]="HIGH",e[e.MED=2]="MED",e[e.LOW=3]="LOW",e[e.MIN=4]="MIN"}($4||($4={}));var H4=["allowFullScreen","allowTransparency","autoComplete","autoFocus","autoPlay","cellPadding","cellSpacing","charSet","className","classId","colSpan","contentEditable","contextMenu","crossOrigin","encType","formAction","formEncType","formMethod","formNoValidate","formTarget","frameBorder","hrefLang","inputMode","keyParams","keyType","marginHeight","marginWidth","maxLength","mediaGroup","minLength","noValidate","radioGroup","readOnly","rowSpan","spellCheck","srcDoc","srcLang","srcSet","tabIndex","useMap"].reduce((e,t)=>(e[t.toLowerCase()]=t,e),{for:"htmlFor"}),j4={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},DO=["style","script"],CO=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,SO=/mailto:/i,kO=/\n{2,}$/,dD=/^(\s*>[\s\S]*?)(?=\n{2,})/,AO=/^ *> ?/gm,FO=/^ {2,}\n/,_O=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,pD=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,fD=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,RO=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,IO=/^(?:\n *)*\n/,BO=/\r\n?/g,TO=/^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/,zO=/^\[\^([^\]]+)]/,LO=/\f/g,OO=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,MO=/^\s*?\[(x|\s)\]/,hD=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,mD=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,gD=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,Op=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?([^>]*)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i,PO=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,vD=/^<!--[\s\S]*?(?:-->)/,NO=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,Mp=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,$O=/^\{.*\}$/,HO=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,jO=/^<([^ >]+@[^ >]+)>/,VO=/^<([^ >]+:\/[^ >]+)>/,UO=/-([a-z])?/gi,yD=/^(.*\|?.*)\n *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*)\n?/,qO=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,WO=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,GO=/^\[([^\]]*)\] ?\[([^\]]*)\]/,YO=/(\[|\])/g,KO=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,JO=/\t/g,ZO=/^ *\| */,XO=/(^ *\||\| *$)/g,QO=/ *$/,eM=/^ *:-+: *$/,tM=/^ *:-+ *$/,rM=/^ *-+: *$/,vu="((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~~.*?~~|==.*?==|.|\\n)*?)",nM=new RegExp(`^([*_])\\1${vu}\\1\\1(?!\\1)`),aM=new RegExp(`^([*_])${vu}\\1(?!\\1|\\w)`),oM=new RegExp(`^==${vu}==`),iM=new RegExp(`^~~${vu}~~`),lM=/^\\([^0-9A-Za-z\s])/,sM=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,uM=/^\n+/,cM=/^([ \t]*)/,dM=/\\([^\\])/g,V4=/ *\n+$/,pM=/(?:^|\n)( *)$/,gh="(?:\\d+\\.)",vh="(?:[*+-])";function bD(e){return"( *)("+(e===1?gh:vh)+") +"}var wD=bD(1),ED=bD(2);function xD(e){return new RegExp("^"+(e===1?wD:ED))}var fM=xD(1),hM=xD(2);function DD(e){return new RegExp("^"+(e===1?wD:ED)+"[^\\n]*(?:\\n(?!\\1"+(e===1?gh:vh)+" )[^\\n]*)*(\\n|$)","gm")}var CD=DD(1),SD=DD(2);function kD(e){let t=e===1?gh:vh;return new RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}var AD=kD(1),FD=kD(2);function U4(e,t){let r=t===1,n=r?AD:FD,a=r?CD:SD,o=r?fM:hM;return{match(i,s,c){let d=pM.exec(c);return d&&(s.list||!s.inline&&!s.simple)?n.exec(i=d[1]+i):null},order:1,parse(i,s,c){let d=r?+i[2]:void 0,p=i[0].replace(kO,`
537
- `).match(a),g=!1;return{items:p.map(function(h,f){let v=o.exec(h)[0].length,m=new RegExp("^ {1,"+v+"}","gm"),w=h.replace(m,"").replace(o,""),E=f===p.length-1,D=w.indexOf(`
538
-
539
- `)!==-1||E&&g;g=D;let x=c.inline,b=c.list,C;c.list=!0,D?(c.inline=!1,C=w.replace(V4,`
540
-
541
- `)):(c.inline=!0,C=w.replace(V4,""));let S=s(C,c);return c.inline=x,c.list=b,S}),ordered:r,start:d}},render:(i,s,c)=>e(i.ordered?"ol":"ul",{key:c.key,start:i.type==="20"?i.start:void 0},i.items.map(function(d,p){return e("li",{key:p},s(d,c))}))}}var mM=new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`),gM=/^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,_D=[dD,pD,fD,hD,gD,mD,vD,yD,CD,AD,SD,FD],vM=[..._D,/^[^\n]+(?: \n|\n{2,})/,Op,Mp];function yM(e){return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function bM(e){return rM.test(e)?"right":eM.test(e)?"center":tM.test(e)?"left":null}function q4(e,t,r){let n=r.inTable;r.inTable=!0;let a=t(e.trim(),r);r.inTable=n;let o=[[]];return a.forEach(function(i,s){i.type==="26"?s!==0&&s!==a.length-1&&o.push([]):(i.type!=="27"||a[s+1]!=null&&a[s+1].type!=="26"||(i.text=i.text.replace(QO,"")),o[o.length-1].push(i))}),o}function wM(e,t,r){r.inline=!0;let n=q4(e[1],t,r),a=e[2].replace(XO,"").split("|").map(bM),o=function(i,s,c){return i.trim().split(`
542
- `).map(function(d){return q4(d,s,c)})}(e[3],t,r);return r.inline=!1,{align:a,cells:o,header:n,type:"25"}}function W4(e,t){return e.align[t]==null?{}:{textAlign:e.align[t]}}function mr(e){return function(t,r){return r.inline?e.exec(t):null}}function gr(e){return function(t,r){return r.inline||r.simple?e.exec(t):null}}function ar(e){return function(t,r){return r.inline||r.simple?null:e.exec(t)}}function ro(e){return function(t){return e.exec(t)}}function EM(e,t,r){if(t.inline||t.simple||r&&!r.endsWith(`
543
- `))return null;let n="";e.split(`
544
- `).every(o=>!_D.some(i=>i.test(o))&&(n+=o+`
545
- `,o.trim()));let a=n.trimEnd();return a==""?null:[n,a]}function On(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return}catch{return null}return e}function G4(e){return e.replace(dM,"$1")}function Cl(e,t,r){let n=r.inline||!1,a=r.simple||!1;r.inline=!0,r.simple=!0;let o=e(t,r);return r.inline=n,r.simple=a,o}function xM(e,t,r){let n=r.inline||!1,a=r.simple||!1;r.inline=!1,r.simple=!0;let o=e(t,r);return r.inline=n,r.simple=a,o}function DM(e,t,r){return r.inline=!1,e(t,r)}var W0=(e,t,r)=>({children:Cl(t,e[1],r)});function G0(){return{}}function Y0(){return null}function CM(...e){return e.filter(Boolean).join(" ")}function K0(e,t,r){let n=e,a=t.split(".");for(;a.length&&(n=n[a[0]],n!==void 0);)a.shift();return n||r}function SM(e="",t={}){t.overrides=t.overrides||{},t.slugify=t.slugify||yM,t.namedCodesToUnicode=t.namedCodesToUnicode?Zr({},j4,t.namedCodesToUnicode):j4;let r=t.createElement||l.createElement;function n(f,v,...m){let w=K0(t.overrides,`${f}.props`,{});return r(function(E,D){let x=K0(D,E);return x?typeof x=="function"||typeof x=="object"&&"render"in x?x:K0(D,`${E}.component`,E):E}(f,t.overrides),Zr({},v,w,{className:CM(v==null?void 0:v.className,w.className)||void 0}),...m)}function a(f){f=f.replace(OO,"");let v=!1;t.forceInline?v=!0:t.forceBlock||(v=KO.test(f)===!1);let m=p(d(v?f:`${f.trimEnd().replace(uM,"")}
546
-
547
- `,{inline:v}));for(;typeof m[m.length-1]=="string"&&!m[m.length-1].trim();)m.pop();if(t.wrapper===null)return m;let w=t.wrapper||(v?"span":"div"),E;if(m.length>1||t.forceWrapper)E=m;else{if(m.length===1)return E=m[0],typeof E=="string"?n("span",{key:"outer"},E):E;E=null}return l.createElement(w,{key:"outer"},E)}function o(f){let v=f.match(CO);return v?v.reduce(function(m,w,E){let D=w.indexOf("=");if(D!==-1){let x=function(k){return k.indexOf("-")!==-1&&k.match(NO)===null&&(k=k.replace(UO,function(A,_){return _.toUpperCase()})),k}(w.slice(0,D)).trim(),b=function(k){let A=k[0];return(A==='"'||A==="'")&&k.length>=2&&k[k.length-1]===A?k.slice(1,-1):k}(w.slice(D+1).trim()),C=H4[x]||x,S=m[C]=function(k,A){return k==="style"?A.split(/;\s?/).reduce(function(_,I){let B=I.slice(0,I.indexOf(":"));return _[B.trim().replace(/(-[a-z])/g,z=>z[1].toUpperCase())]=I.slice(B.length+1).trim(),_},{}):k==="href"||k==="src"?On(A):(A.match($O)&&(A=A.slice(1,A.length-1)),A==="true"||A!=="false"&&A)}(x,b);typeof S=="string"&&(Op.test(S)||Mp.test(S))&&(m[C]=l.cloneElement(a(S.trim()),{key:E}))}else w!=="style"&&(m[H4[w]||w]=!0);return m},{}):null}let i=[],s={},c={0:{match:ar(dD),order:1,parse:(f,v,m)=>({children:v(f[0].replace(AO,""),m)}),render:(f,v,m)=>n("blockquote",{key:m.key},v(f.children,m))},1:{match:ro(FO),order:1,parse:G0,render:(f,v,m)=>n("br",{key:m.key})},2:{match:ar(_O),order:1,parse:G0,render:(f,v,m)=>n("hr",{key:m.key})},3:{match:ar(fD),order:0,parse:f=>({lang:void 0,text:f[0].replace(/^ {4}/gm,"").replace(/\n+$/,"")}),render:(f,v,m)=>n("pre",{key:m.key},n("code",Zr({},f.attrs,{className:f.lang?`lang-${f.lang}`:""}),f.text))},4:{match:ar(pD),order:0,parse:f=>({attrs:o(f[3]||""),lang:f[2]||void 0,text:f[4],type:"3"})},5:{match:gr(RO),order:3,parse:f=>({text:f[2]}),render:(f,v,m)=>n("code",{key:m.key},f.text)},6:{match:ar(TO),order:0,parse:f=>(i.push({footnote:f[2],identifier:f[1]}),{}),render:Y0},7:{match:mr(zO),order:1,parse:f=>({target:`#${t.slugify(f[1])}`,text:f[1]}),render:(f,v,m)=>n("a",{key:m.key,href:On(f.target)},n("sup",{key:m.key},f.text))},8:{match:mr(MO),order:1,parse:f=>({completed:f[1].toLowerCase()==="x"}),render:(f,v,m)=>n("input",{checked:f.completed,key:m.key,readOnly:!0,type:"checkbox"})},9:{match:ar(t.enforceAtxHeadings?mD:hD),order:1,parse:(f,v,m)=>({children:Cl(v,f[2],m),id:t.slugify(f[2]),level:f[1].length}),render:(f,v,m)=>n(`h${f.level}`,{id:f.id,key:m.key},v(f.children,m))},10:{match:ar(gD),order:0,parse:(f,v,m)=>({children:Cl(v,f[1],m),level:f[2]==="="?1:2,type:"9"})},11:{match:ro(Op),order:1,parse(f,v,m){let[,w]=f[3].match(cM),E=new RegExp(`^${w}`,"gm"),D=f[3].replace(E,""),x=(b=D,vM.some(A=>A.test(b))?DM:Cl);var b;let C=f[1].toLowerCase(),S=DO.indexOf(C)!==-1,k={attrs:o(f[2]),noInnerParse:S,tag:(S?C:f[1]).trim()};return m.inAnchor=m.inAnchor||C==="a",S?k.text=f[3]:k.children=x(v,D,m),m.inAnchor=!1,k},render:(f,v,m)=>n(f.tag,Zr({key:m.key},f.attrs),f.text||v(f.children,m))},13:{match:ro(Mp),order:1,parse:f=>({attrs:o(f[2]||""),tag:f[1].trim()}),render:(f,v,m)=>n(f.tag,Zr({},f.attrs,{key:m.key}))},12:{match:ro(vD),order:1,parse:()=>({}),render:Y0},14:{match:gr(gM),order:1,parse:f=>({alt:f[1],target:G4(f[2]),title:f[3]}),render:(f,v,m)=>n("img",{key:m.key,alt:f.alt||void 0,title:f.title||void 0,src:On(f.target)})},15:{match:mr(mM),order:3,parse:(f,v,m)=>({children:xM(v,f[1],m),target:G4(f[2]),title:f[3]}),render:(f,v,m)=>n("a",{key:m.key,href:On(f.target),title:f.title},v(f.children,m))},16:{match:mr(VO),order:0,parse:f=>({children:[{text:f[1],type:"27"}],target:f[1],type:"15"})},17:{match:(f,v)=>v.inAnchor?null:mr(HO)(f,v),order:0,parse:f=>({children:[{text:f[1],type:"27"}],target:f[1],title:void 0,type:"15"})},18:{match:mr(jO),order:0,parse(f){let v=f[1],m=f[1];return SO.test(m)||(m="mailto:"+m),{children:[{text:v.replace("mailto:",""),type:"27"}],target:m,type:"15"}}},20:U4(n,1),33:U4(n,2),19:{match:ar(IO),order:3,parse:G0,render:()=>`
548
- `},21:{match:EM,order:3,parse:W0,render:(f,v,m)=>n("p",{key:m.key},v(f.children,m))},22:{match:mr(qO),order:0,parse:f=>(s[f[1]]={target:f[2],title:f[4]},{}),render:Y0},23:{match:gr(WO),order:0,parse:f=>({alt:f[1]||void 0,ref:f[2]}),render:(f,v,m)=>s[f.ref]?n("img",{key:m.key,alt:f.alt,src:On(s[f.ref].target),title:s[f.ref].title}):null},24:{match:mr(GO),order:0,parse:(f,v,m)=>({children:v(f[1],m),fallbackChildren:v(f[0].replace(YO,"\\$1"),m),ref:f[2]}),render:(f,v,m)=>s[f.ref]?n("a",{key:m.key,href:On(s[f.ref].target),title:s[f.ref].title},v(f.children,m)):n("span",{key:m.key},v(f.fallbackChildren,m))},25:{match:ar(yD),order:1,parse:wM,render:(f,v,m)=>n("table",{key:m.key},n("thead",null,n("tr",null,f.header.map(function(w,E){return n("th",{key:E,style:W4(f,E)},v(w,m))}))),n("tbody",null,f.cells.map(function(w,E){return n("tr",{key:E},w.map(function(D,x){return n("td",{key:x,style:W4(f,x)},v(D,m))}))})))},26:{match:function(f,v){return v.inTable?(v.inline=!0,ZO.exec(f)):null},order:1,parse:function(){return{type:"26"}},render:()=>" | "},27:{match:ro(sM),order:4,parse:f=>({text:f[0].replace(PO,(v,m)=>t.namedCodesToUnicode[m]?t.namedCodesToUnicode[m]:v)}),render:f=>f.text},28:{match:gr(nM),order:2,parse:(f,v,m)=>({children:v(f[2],m)}),render:(f,v,m)=>n("strong",{key:m.key},v(f.children,m))},29:{match:gr(aM),order:3,parse:(f,v,m)=>({children:v(f[2],m)}),render:(f,v,m)=>n("em",{key:m.key},v(f.children,m))},30:{match:gr(lM),order:1,parse:f=>({text:f[1],type:"27"})},31:{match:gr(oM),order:3,parse:W0,render:(f,v,m)=>n("mark",{key:m.key},v(f.children,m))},32:{match:gr(iM),order:3,parse:W0,render:(f,v,m)=>n("del",{key:m.key},v(f.children,m))}};t.disableParsingRawHTML===!0&&(delete c[11],delete c[13]);let d=function(f){let v=Object.keys(f);function m(w,E){let D=[],x="";for(;w;){let b=0;for(;b<v.length;){let C=v[b],S=f[C],k=S.match(w,E,x);if(k){let A=k[0];w=w.substring(A.length);let _=S.parse(k,m,E);_.type==null&&(_.type=C),D.push(_),x=A;break}b++}}return D}return v.sort(function(w,E){let D=f[w].order,x=f[E].order;return D!==x?D-x:w<E?-1:1}),function(w,E){return m(function(D){return D.replace(BO,`
549
- `).replace(LO,"").replace(JO," ")}(w),E)}}(c),p=(g=function(f,v){return function(m,w,E){let D=f[m.type].render;return v?v(()=>D(m,w,E),m,w,E):D(m,w,E)}}(c,t.renderRule),function f(v,m={}){if(Array.isArray(v)){let w=m.key,E=[],D=!1;for(let x=0;x<v.length;x++){m.key=x;let b=f(v[x],m),C=typeof b=="string";C&&D?E[E.length-1]+=b:b!==null&&E.push(b),D=C}return m.key=w,E}return g(v,f,m)});var g;let h=a(e);return i.length?n("div",null,h,n("footer",{key:"footer"},i.map(function(f){return n("div",{id:t.slugify(f.identifier),key:f.identifier},f.identifier,p(d(f.footnote,{inline:!0})))}))):h}var RD=e=>{let{children:t="",options:r}=e,n=function(a,o){if(a==null)return{};var i,s,c={},d=Object.keys(a);for(s=0;s<d.length;s++)o.indexOf(i=d[s])>=0||(c[i]=a[i]);return c}(e,xO);return l.cloneElement(SM(t,r),n)},kM=F.label(({theme:e})=>({lineHeight:"18px",alignItems:"center",marginBottom:8,display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.boolean.background,borderRadius:"3em",padding:1,'&[aria-disabled="true"]':{opacity:.5,input:{cursor:"not-allowed"}},input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",background:"transparent",cursor:"pointer",borderRadius:"3em","&:focus":{outline:"none",boxShadow:`${e.color.secondary} 0 0 0 1px inset !important`}},span:{textAlign:"center",fontSize:e.typography.size.s1,fontWeight:e.typography.weight.bold,lineHeight:"1",cursor:"pointer",display:"inline-block",padding:"7px 15px",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"3em",color:ae(.5,e.color.defaultText),background:"transparent","&:hover":{boxShadow:`${Qi(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${Qi(.05,e.appBorderColor)} 0 0 0 2px inset`,color:Qi(1,e.appBorderColor)},"&:first-of-type":{paddingRight:8},"&:last-of-type":{paddingLeft:8}},"input:checked ~ span:last-of-type, input:not(:checked) ~ span:first-of-type":{background:e.boolean.selectedBackground,boxShadow:e.base==="light"?`${Qi(.1,e.appBorderColor)} 0 0 2px`:`${e.appBorderColor} 0 0 0 1px`,color:e.color.defaultText,padding:"7px 15px"}})),AM=e=>e==="true",FM=({name:e,value:t,onChange:r,onBlur:n,onFocus:a,argType:o})=>{var p;let i=l.useCallback(()=>r(!1),[r]),s=!!((p=o==null?void 0:o.table)!=null&&p.readonly);if(t===void 0)return y.createElement(Or,{variant:"outline",size:"medium",id:hs(e),onClick:i,disabled:s},"Set boolean");let c=Et(e),d=typeof t=="string"?AM(t):t;return y.createElement(kM,{"aria-disabled":s,htmlFor:c,"aria-label":e},y.createElement("input",{id:c,type:"checkbox",onChange:g=>r(g.target.checked),checked:d,role:"switch",disabled:s,name:e,onBlur:n,onFocus:a}),y.createElement("span",{"aria-hidden":"true"},"False"),y.createElement("span",{"aria-hidden":"true"},"True"))},_M=e=>{let[t,r,n]=e.split("-"),a=new Date;return a.setFullYear(parseInt(t,10),parseInt(r,10)-1,parseInt(n,10)),a},RM=e=>{let[t,r]=e.split(":"),n=new Date;return n.setHours(parseInt(t,10)),n.setMinutes(parseInt(r,10)),n},IM=e=>{let t=new Date(e),r=`000${t.getFullYear()}`.slice(-4),n=`0${t.getMonth()+1}`.slice(-2),a=`0${t.getDate()}`.slice(-2);return`${r}-${n}-${a}`},BM=e=>{let t=new Date(e),r=`0${t.getHours()}`.slice(-2),n=`0${t.getMinutes()}`.slice(-2);return`${r}:${n}`},Y4=F(Ta.Input)(({readOnly:e})=>({opacity:e?.5:1})),TM=F.div(({theme:e})=>({flex:1,display:"flex",input:{marginLeft:10,flex:1,height:32,"&::-webkit-calendar-picker-indicator":{opacity:.5,height:12,filter:e.base==="light"?void 0:"invert(1)"}},"input:first-of-type":{marginLeft:0,flexGrow:4},"input:last-of-type":{flexGrow:3}})),zM=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,argType:o})=>{var v;let[i,s]=l.useState(!0),c=l.useRef(),d=l.useRef(),p=!!((v=o==null?void 0:o.table)!=null&&v.readonly);l.useEffect(()=>{i!==!1&&(c&&c.current&&(c.current.value=t?IM(t):""),d&&d.current&&(d.current.value=t?BM(t):""))},[t]);let g=m=>{if(!m.target.value)return r();let w=_M(m.target.value),E=new Date(t);E.setFullYear(w.getFullYear(),w.getMonth(),w.getDate());let D=E.getTime();D&&r(D),s(!!D)},h=m=>{if(!m.target.value)return r();let w=RM(m.target.value),E=new Date(t);E.setHours(w.getHours()),E.setMinutes(w.getMinutes());let D=E.getTime();D&&r(D),s(!!D)},f=Et(e);return y.createElement(TM,null,y.createElement(Y4,{type:"date",max:"9999-12-31",ref:c,id:`${f}-date`,name:`${f}-date`,readOnly:p,onChange:g,onFocus:n,onBlur:a}),y.createElement(Y4,{type:"time",id:`${f}-time`,name:`${f}-time`,ref:d,onChange:h,readOnly:p,onFocus:n,onBlur:a}),i?null:y.createElement("div",null,"invalid"))},LM=F.label({display:"flex"}),OM=e=>{let t=parseFloat(e);return Number.isNaN(t)?void 0:t},MM=F(Ta.Input)(({readOnly:e})=>({opacity:e?.5:1})),PM=({name:e,value:t,onChange:r,min:n,max:a,step:o,onBlur:i,onFocus:s,argType:c})=>{var x;let[d,p]=l.useState(typeof t=="number"?t:""),[g,h]=l.useState(!1),[f,v]=l.useState(null),m=!!((x=c==null?void 0:c.table)!=null&&x.readonly),w=l.useCallback(b=>{p(b.target.value);let C=parseFloat(b.target.value);Number.isNaN(C)?v(new Error(`'${b.target.value}' is not a number`)):(r(C),v(null))},[r,v]),E=l.useCallback(()=>{p("0"),r(0),h(!0)},[h]),D=l.useRef(null);return l.useEffect(()=>{g&&D.current&&D.current.select()},[g]),l.useEffect(()=>{d!==(typeof t=="number"?t:"")&&p(t)},[t]),t===void 0?y.createElement(Or,{variant:"outline",size:"medium",id:hs(e),onClick:E,disabled:m},"Set number"):y.createElement(LM,null,y.createElement(MM,{ref:D,id:Et(e),type:"number",onChange:w,size:"flex",placeholder:"Edit number...",value:d,valid:f?"error":null,autoFocus:g,readOnly:m,name:e,min:n,max:a,step:o,onFocus:s,onBlur:i}))},ID=(e,t)=>{let r=t&&Object.entries(t).find(([n,a])=>a===e);return r?r[0]:void 0},Pp=(e,t)=>e&&t?Object.entries(t).filter(r=>e.includes(r[1])).map(r=>r[0]):[],BD=(e,t)=>e&&t&&e.map(r=>t[r]),NM=F.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),$M=F.span({"[aria-readonly=true] &":{opacity:.5}}),HM=F.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),K4=({name:e,options:t,value:r,onChange:n,isInline:a,argType:o})=>{var h;if(!t)return hh.warn(`Checkbox with no options: ${e}`),y.createElement(y.Fragment,null,"-");let i=Pp(r,t),[s,c]=l.useState(i),d=!!((h=o==null?void 0:o.table)!=null&&h.readonly),p=f=>{let v=f.target.value,m=[...s];m.includes(v)?m.splice(m.indexOf(v),1):m.push(v),n(BD(m,t)),c(m)};l.useEffect(()=>{c(Pp(r,t))},[r]);let g=Et(e);return y.createElement(NM,{"aria-readonly":d,isInline:a},Object.keys(t).map((f,v)=>{let m=`${g}-${v}`;return y.createElement(HM,{key:m,htmlFor:m},y.createElement("input",{type:"checkbox",disabled:d,id:m,name:m,value:f,onChange:p,checked:s==null?void 0:s.includes(f)}),y.createElement($M,null,f))}))},jM=F.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),VM=F.span({"[aria-readonly=true] &":{opacity:.5}}),UM=F.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),J4=({name:e,options:t,value:r,onChange:n,isInline:a,argType:o})=>{var d;if(!t)return hh.warn(`Radio with no options: ${e}`),y.createElement(y.Fragment,null,"-");let i=ID(r,t),s=Et(e),c=!!((d=o==null?void 0:o.table)!=null&&d.readonly);return y.createElement(jM,{"aria-readonly":c,isInline:a},Object.keys(t).map((p,g)=>{let h=`${s}-${g}`;return y.createElement(UM,{key:h,htmlFor:h},y.createElement("input",{type:"radio",id:h,name:s,disabled:c,value:p,onChange:f=>n(t[f.currentTarget.value]),checked:p===i}),y.createElement(VM,null,p))}))},qM={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},TD=F.select(qM,({theme:e})=>({boxSizing:"border-box",position:"relative",padding:"6px 10px",width:"100%",color:e.input.color||"inherit",background:e.input.background,borderRadius:e.input.borderRadius,boxShadow:`${e.input.border} 0 0 0 1px inset`,fontSize:e.typography.size.s2-1,lineHeight:"20px","&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"::placeholder":{color:e.textMutedColor},"&[multiple]":{overflow:"auto",padding:0,option:{display:"block",padding:"6px 10px",marginLeft:1,marginRight:1}}})),zD=F.span(({theme:e})=>({display:"inline-block",lineHeight:"normal",overflow:"hidden",position:"relative",verticalAlign:"top",width:"100%",svg:{position:"absolute",zIndex:1,pointerEvents:"none",height:"12px",marginTop:"-6px",right:"12px",top:"50%",fill:e.textMutedColor,path:{fill:e.textMutedColor}}})),Z4="Choose option...",WM=({name:e,value:t,options:r,onChange:n,argType:a})=>{var d;let o=p=>{n(r[p.currentTarget.value])},i=ID(t,r)||Z4,s=Et(e),c=!!((d=a==null?void 0:a.table)!=null&&d.readonly);return y.createElement(zD,null,y.createElement(Xx,null),y.createElement(TD,{disabled:c,id:s,value:i,onChange:o},y.createElement("option",{key:"no-selection",disabled:!0},Z4),Object.keys(r).map(p=>y.createElement("option",{key:p,value:p},p))))},GM=({name:e,value:t,options:r,onChange:n,argType:a})=>{var d;let o=p=>{let g=Array.from(p.currentTarget.options).filter(h=>h.selected).map(h=>h.value);n(BD(g,r))},i=Pp(t,r),s=Et(e),c=!!((d=a==null?void 0:a.table)!=null&&d.readonly);return y.createElement(zD,null,y.createElement(TD,{disabled:c,id:s,multiple:!0,value:i,onChange:o},Object.keys(r).map(p=>y.createElement("option",{key:p,value:p},p))))},X4=e=>{let{name:t,options:r}=e;return r?e.isMulti?y.createElement(GM,{...e}):y.createElement(WM,{...e}):(hh.warn(`Select with no options: ${t}`),y.createElement(y.Fragment,null,"-"))},YM=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(r[(t==null?void 0:t[n])||String(n)]=n,r),{}):e,KM={check:K4,"inline-check":K4,radio:J4,"inline-radio":J4,select:X4,"multi-select":X4},Mn=e=>{let{type:t="select",labels:r,argType:n}=e,a={...e,argType:n,options:n?YM(n.options,r):{},isInline:t.includes("inline"),isMulti:t.includes("multi")},o=KM[t];if(o)return y.createElement(o,{...a});throw new Error(`Unknown options type: ${t}`)},JM="Error",ZM="Object",XM="Array",QM="String",eP="Number",tP="Boolean",rP="Date",nP="Null",aP="Undefined",oP="Function",iP="Symbol",LD="ADD_DELTA_TYPE",OD="REMOVE_DELTA_TYPE",MD="UPDATE_DELTA_TYPE",yh="value",lP="key";function nn(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&typeof e[Symbol.iterator]=="function"?"Iterable":Object.prototype.toString.call(e).slice(8,-1)}function PD(e,t){let r=nn(e),n=nn(t);return(r==="Function"||n==="Function")&&n!==r}var bh=class extends l.Component{constructor(e){super(e),this.state={inputRefKey:null,inputRefValue:null},this.refInputValue=this.refInputValue.bind(this),this.refInputKey=this.refInputKey.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onSubmit=this.onSubmit.bind(this)}componentDidMount(){let{inputRefKey:e,inputRefValue:t}=this.state,{onlyValue:r}=this.props;e&&typeof e.focus=="function"&&e.focus(),r&&t&&typeof t.focus=="function"&&t.focus(),document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.onSubmit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.props.handleCancel()))}onSubmit(){let{handleAdd:e,onlyValue:t,onSubmitValueParser:r,keyPath:n,deep:a}=this.props,{inputRefKey:o,inputRefValue:i}=this.state,s={};if(!t){if(!o.value)return;s.key=o.value}s.newValue=r(!1,n,a,s.key,i.value),e(s)}refInputKey(e){this.state.inputRefKey=e}refInputValue(e){this.state.inputRefValue=e}render(){let{handleCancel:e,onlyValue:t,addButtonElement:r,cancelButtonElement:n,inputElementGenerator:a,keyPath:o,deep:i}=this.props,s=l.cloneElement(r,{onClick:this.onSubmit}),c=l.cloneElement(n,{onClick:e}),d=a(yh,o,i),p=l.cloneElement(d,{placeholder:"Value",ref:this.refInputValue}),g=null;if(!t){let h=a(lP,o,i);g=l.cloneElement(h,{placeholder:"Key",ref:this.refInputKey})}return y.createElement("span",{className:"rejt-add-value-node"},g,p,c,s)}};bh.defaultProps={onlyValue:!1,addButtonElement:y.createElement("button",null,"+"),cancelButtonElement:y.createElement("button",null,"c")};var ND=class extends l.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={data:e.data,name:e.name,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveItem=this.handleRemoveItem.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,o=n.length;a(n[o-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleRemoveItem(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:o}=this.state,i=n[e];t(e,a,o,i).then(()=>{let s={keyPath:a,deep:o,key:e,oldValue:i,type:OD};n.splice(e,1),this.setState({data:n});let{onUpdate:c,onDeltaUpdate:d}=this.props;c(a[a.length-1],n),d(s)}).catch(r.error)}}handleAddValueAdd({newValue:e}){let{data:t,keyPath:r,nextDeep:n}=this.state,{beforeAddAction:a,logger:o}=this.props;a(t.length,r,n,e).then(()=>{let i=[...t,e];this.setState({data:i}),this.handleAddValueCancel();let{onUpdate:s,onDeltaUpdate:c}=this.props;s(r[r.length-1],i),c({type:LD,keyPath:r,deep:n,key:i.length-1,newValue:e})}).catch(o.error)}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:o,keyPath:i,nextDeep:s}=this.state,c=o[e];a(e,i,s,c,t).then(()=>{o[e]=t,this.setState({data:o});let{onUpdate:d,onDeltaUpdate:p}=this.props;d(i[i.length-1],o),p({type:MD,keyPath:i,deep:s,key:e,newValue:t,oldValue:c}),r(void 0)}).catch(n)})}renderCollapsed(){let{name:e,data:t,keyPath:r,deep:n}=this.state,{handleRemove:a,readOnly:o,getStyle:i,dataType:s,minusMenuElement:c}=this.props,{minus:d,collapsed:p}=i(e,t,r,n,s),g=o(e,t,r,n,s),h=l.cloneElement(c,{onClick:a,className:"rejt-minus-menu",style:d});return y.createElement("span",{className:"rejt-collapsed"},y.createElement("span",{className:"rejt-collapsed-text",style:p,onClick:this.handleCollapseMode},"[...] ",t.length," ",t.length===1?"item":"items"),!g&&h)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,addFormVisible:a,nextDeep:o}=this.state,{isCollapsed:i,handleRemove:s,onDeltaUpdate:c,readOnly:d,getStyle:p,dataType:g,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:m,textareaElementGenerator:w,minusMenuElement:E,plusMenuElement:D,beforeRemoveAction:x,beforeAddAction:b,beforeUpdateAction:C,logger:S,onSubmitValueParser:k}=this.props,{minus:A,plus:_,delimiter:I,ul:B,addForm:z}=p(e,t,r,n,g),L=d(e,t,r,n,g),M=l.cloneElement(D,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:_}),O=l.cloneElement(E,{onClick:s,className:"rejt-minus-menu",style:A});return y.createElement("span",{className:"rejt-not-collapsed"},y.createElement("span",{className:"rejt-not-collapsed-delimiter",style:I},"["),!a&&M,y.createElement("ul",{className:"rejt-not-collapsed-list",style:B},t.map((P,j)=>y.createElement(yu,{key:j,name:j.toString(),data:P,keyPath:r,deep:o,isCollapsed:i,handleRemove:this.handleRemoveItem(j),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:c,readOnly:d,getStyle:p,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:m,textareaElementGenerator:w,minusMenuElement:E,plusMenuElement:D,beforeRemoveAction:x,beforeAddAction:b,beforeUpdateAction:C,logger:S,onSubmitValueParser:k}))),!L&&a&&y.createElement("div",{className:"rejt-add-form",style:z},y.createElement(bh,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,onlyValue:!0,addButtonElement:h,cancelButtonElement:f,inputElementGenerator:m,keyPath:r,deep:n,onSubmitValueParser:k})),y.createElement("span",{className:"rejt-not-collapsed-delimiter",style:I},"]"),!L&&O)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{dataType:o,getStyle:i}=this.props,s=t?this.renderCollapsed():this.renderNotCollapsed(),c=i(e,r,n,a,o);return y.createElement("div",{className:"rejt-array-node"},y.createElement("span",{onClick:this.handleCollapseMode},y.createElement("span",{className:"rejt-name",style:c.name},e," :"," ")),s)}};ND.defaultProps={keyPath:[],deep:0,minusMenuElement:y.createElement("span",null," - "),plusMenuElement:y.createElement("span",null," + ")};var $D=class extends l.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:o}=this.state,{readOnly:i,dataType:s}=this.props,c=i(r,n,a,o,s);e&&!c&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:o,name:i,deep:s}=this.state;if(!o)return;let c=n(!0,a,s,i,o.value);e({value:c,key:i}).then(()=>{PD(t,c)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:o,originalValue:i,readOnly:s,dataType:c,getStyle:d,editButtonElement:p,cancelButtonElement:g,textareaElementGenerator:h,minusMenuElement:f,keyPath:v}=this.props,m=d(e,i,n,a,c),w=null,E=null,D=s(e,i,n,a,c);if(r&&!D){let x=h(yh,v,a,e,i,c),b=l.cloneElement(p,{onClick:this.handleEdit}),C=l.cloneElement(g,{onClick:this.handleCancelEdit}),S=l.cloneElement(x,{ref:this.refInput,defaultValue:i});w=y.createElement("span",{className:"rejt-edit-form",style:m.editForm},S," ",C,b),E=null}else{w=y.createElement("span",{className:"rejt-value",style:m.value,onClick:D?null:this.handleEditMode},t);let x=l.cloneElement(f,{onClick:o,className:"rejt-minus-menu",style:m.minus});E=D?null:x}return y.createElement("li",{className:"rejt-function-value-node",style:m.li},y.createElement("span",{className:"rejt-name",style:m.name},e," :"," "),w,E)}};$D.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>{},editButtonElement:y.createElement("button",null,"e"),cancelButtonElement:y.createElement("button",null,"c"),minusMenuElement:y.createElement("span",null," - ")};var yu=class extends l.Component{constructor(e){super(e),this.state={data:e.data,name:e.name,keyPath:e.keyPath,deep:e.deep}}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}render(){let{data:e,name:t,keyPath:r,deep:n}=this.state,{isCollapsed:a,handleRemove:o,handleUpdateValue:i,onUpdate:s,onDeltaUpdate:c,readOnly:d,getStyle:p,addButtonElement:g,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:m,minusMenuElement:w,plusMenuElement:E,beforeRemoveAction:D,beforeAddAction:x,beforeUpdateAction:b,logger:C,onSubmitValueParser:S}=this.props,k=()=>!0,A=nn(e);switch(A){case JM:return y.createElement(Np,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:s,onDeltaUpdate:c,readOnly:k,dataType:A,getStyle:p,addButtonElement:g,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:m,minusMenuElement:w,plusMenuElement:E,beforeRemoveAction:D,beforeAddAction:x,beforeUpdateAction:b,logger:C,onSubmitValueParser:S});case ZM:return y.createElement(Np,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:s,onDeltaUpdate:c,readOnly:d,dataType:A,getStyle:p,addButtonElement:g,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:m,minusMenuElement:w,plusMenuElement:E,beforeRemoveAction:D,beforeAddAction:x,beforeUpdateAction:b,logger:C,onSubmitValueParser:S});case XM:return y.createElement(ND,{data:e,name:t,isCollapsed:a,keyPath:r,deep:n,handleRemove:o,onUpdate:s,onDeltaUpdate:c,readOnly:d,dataType:A,getStyle:p,addButtonElement:g,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:m,minusMenuElement:w,plusMenuElement:E,beforeRemoveAction:D,beforeAddAction:x,beforeUpdateAction:b,logger:C,onSubmitValueParser:S});case QM:return y.createElement(vr,{name:t,value:`"${e}"`,originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:w,logger:C,onSubmitValueParser:S});case eP:return y.createElement(vr,{name:t,value:e,originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:w,logger:C,onSubmitValueParser:S});case tP:return y.createElement(vr,{name:t,value:e?"true":"false",originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:w,logger:C,onSubmitValueParser:S});case rP:return y.createElement(vr,{name:t,value:e.toISOString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:k,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:w,logger:C,onSubmitValueParser:S});case nP:return y.createElement(vr,{name:t,value:"null",originalValue:"null",keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:w,logger:C,onSubmitValueParser:S});case aP:return y.createElement(vr,{name:t,value:"undefined",originalValue:"undefined",keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:w,logger:C,onSubmitValueParser:S});case oP:return y.createElement($D,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,textareaElementGenerator:m,minusMenuElement:w,logger:C,onSubmitValueParser:S});case iP:return y.createElement(vr,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:o,handleUpdateValue:i,readOnly:k,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:w,logger:C,onSubmitValueParser:S});default:return null}}};yu.defaultProps={keyPath:[],deep:0};var Np=class extends l.Component{constructor(e){super(e);let t=e.deep===-1?[]:[...e.keyPath,e.name];this.state={name:e.name,data:e.data,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveValue=this.handleRemoveValue.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:a}=this.props,o=n.length;a(n[o-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleAddValueAdd({key:e,newValue:t}){let{data:r,keyPath:n,nextDeep:a}=this.state,{beforeAddAction:o,logger:i}=this.props;o(e,n,a,t).then(()=>{r[e]=t,this.setState({data:r}),this.handleAddValueCancel();let{onUpdate:s,onDeltaUpdate:c}=this.props;s(n[n.length-1],r),c({type:LD,keyPath:n,deep:a,key:e,newValue:t})}).catch(i.error)}handleRemoveValue(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:a,nextDeep:o}=this.state,i=n[e];t(e,a,o,i).then(()=>{let s={keyPath:a,deep:o,key:e,oldValue:i,type:OD};delete n[e],this.setState({data:n});let{onUpdate:c,onDeltaUpdate:d}=this.props;c(a[a.length-1],n),d(s)}).catch(r.error)}}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:a}=this.props,{data:o,keyPath:i,nextDeep:s}=this.state,c=o[e];a(e,i,s,c,t).then(()=>{o[e]=t,this.setState({data:o});let{onUpdate:d,onDeltaUpdate:p}=this.props;d(i[i.length-1],o),p({type:MD,keyPath:i,deep:s,key:e,newValue:t,oldValue:c}),r()}).catch(n)})}renderCollapsed(){let{name:e,keyPath:t,deep:r,data:n}=this.state,{handleRemove:a,readOnly:o,dataType:i,getStyle:s,minusMenuElement:c}=this.props,{minus:d,collapsed:p}=s(e,n,t,r,i),g=Object.getOwnPropertyNames(n),h=o(e,n,t,r,i),f=l.cloneElement(c,{onClick:a,className:"rejt-minus-menu",style:d});return y.createElement("span",{className:"rejt-collapsed"},y.createElement("span",{className:"rejt-collapsed-text",style:p,onClick:this.handleCollapseMode},"{...}"," ",g.length," ",g.length===1?"key":"keys"),!h&&f)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,nextDeep:a,addFormVisible:o}=this.state,{isCollapsed:i,handleRemove:s,onDeltaUpdate:c,readOnly:d,getStyle:p,dataType:g,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:m,textareaElementGenerator:w,minusMenuElement:E,plusMenuElement:D,beforeRemoveAction:x,beforeAddAction:b,beforeUpdateAction:C,logger:S,onSubmitValueParser:k}=this.props,{minus:A,plus:_,addForm:I,ul:B,delimiter:z}=p(e,t,r,n,g),L=Object.getOwnPropertyNames(t),M=d(e,t,r,n,g),O=l.cloneElement(D,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:_}),P=l.cloneElement(E,{onClick:s,className:"rejt-minus-menu",style:A}),j=L.map(q=>y.createElement(yu,{key:q,name:q,data:t[q],keyPath:r,deep:a,isCollapsed:i,handleRemove:this.handleRemoveValue(q),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:c,readOnly:d,getStyle:p,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:m,textareaElementGenerator:w,minusMenuElement:E,plusMenuElement:D,beforeRemoveAction:x,beforeAddAction:b,beforeUpdateAction:C,logger:S,onSubmitValueParser:k}));return y.createElement("span",{className:"rejt-not-collapsed"},y.createElement("span",{className:"rejt-not-collapsed-delimiter",style:z},"{"),!M&&O,y.createElement("ul",{className:"rejt-not-collapsed-list",style:B},j),!M&&o&&y.createElement("div",{className:"rejt-add-form",style:I},y.createElement(bh,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,addButtonElement:h,cancelButtonElement:f,inputElementGenerator:m,keyPath:r,deep:n,onSubmitValueParser:k})),y.createElement("span",{className:"rejt-not-collapsed-delimiter",style:z},"}"),!M&&P)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:a}=this.state,{getStyle:o,dataType:i}=this.props,s=t?this.renderCollapsed():this.renderNotCollapsed(),c=o(e,r,n,a,i);return y.createElement("div",{className:"rejt-object-node"},y.createElement("span",{onClick:this.handleCollapseMode},y.createElement("span",{className:"rejt-name",style:c.name},e," :"," ")),s)}};Np.defaultProps={keyPath:[],deep:0,minusMenuElement:y.createElement("span",null," - "),plusMenuElement:y.createElement("span",null," + ")};var vr=class extends l.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:a,deep:o}=this.state,{readOnly:i,dataType:s}=this.props,c=i(r,n,a,o,s);e&&!c&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:a}=this.props,{inputRef:o,name:i,deep:s}=this.state;if(!o)return;let c=n(!0,a,s,i,o.value);e({value:c,key:i}).then(()=>{PD(t,c)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:a}=this.state,{handleRemove:o,originalValue:i,readOnly:s,dataType:c,getStyle:d,editButtonElement:p,cancelButtonElement:g,inputElementGenerator:h,minusMenuElement:f,keyPath:v}=this.props,m=d(e,i,n,a,c),w=s(e,i,n,a,c),E=r&&!w,D=h(yh,v,a,e,i,c),x=l.cloneElement(p,{onClick:this.handleEdit}),b=l.cloneElement(g,{onClick:this.handleCancelEdit}),C=l.cloneElement(D,{ref:this.refInput,defaultValue:JSON.stringify(i)}),S=l.cloneElement(f,{onClick:o,className:"rejt-minus-menu",style:m.minus});return y.createElement("li",{className:"rejt-value-node",style:m.li},y.createElement("span",{className:"rejt-name",style:m.name},e," : "),E?y.createElement("span",{className:"rejt-edit-form",style:m.editForm},C," ",b,x):y.createElement("span",{className:"rejt-value",style:m.value,onClick:w?null:this.handleEditMode},String(t)),!w&&!E&&S)}};vr.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>Promise.resolve(),editButtonElement:y.createElement("button",null,"e"),cancelButtonElement:y.createElement("button",null,"c"),minusMenuElement:y.createElement("span",null," - ")};function sP(e){let t=e;if(t.indexOf("function")===0)return(0,eval)(`(${t})`);try{t=JSON.parse(e)}catch{}return t}var uP={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},cP={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},dP={minus:{color:"red"},editForm:{},value:{color:"#7bba3d"},li:{minHeight:"22px",lineHeight:"22px",outline:"0px"},name:{color:"#2287CD"}},HD=class extends l.Component{constructor(e){super(e),this.state={data:e.data,rootName:e.rootName},this.onUpdate=this.onUpdate.bind(this),this.removeRoot=this.removeRoot.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data||e.rootName!==t.rootName?{data:e.data,rootName:e.rootName}:null}onUpdate(e,t){this.setState({data:t}),this.props.onFullyUpdate(t)}removeRoot(){this.onUpdate(null,null)}render(){let{data:e,rootName:t}=this.state,{isCollapsed:r,onDeltaUpdate:n,readOnly:a,getStyle:o,addButtonElement:i,cancelButtonElement:s,editButtonElement:c,inputElement:d,textareaElement:p,minusMenuElement:g,plusMenuElement:h,beforeRemoveAction:f,beforeAddAction:v,beforeUpdateAction:m,logger:w,onSubmitValueParser:E,fallback:D=null}=this.props,x=nn(e),b=a;nn(a)==="Boolean"&&(b=()=>a);let C=d;d&&nn(d)!=="Function"&&(C=()=>d);let S=p;return p&&nn(p)!=="Function"&&(S=()=>p),x==="Object"||x==="Array"?y.createElement("div",{className:"rejt-tree"},y.createElement(yu,{data:e,name:t,deep:-1,isCollapsed:r,onUpdate:this.onUpdate,onDeltaUpdate:n,readOnly:b,getStyle:o,addButtonElement:i,cancelButtonElement:s,editButtonElement:c,inputElementGenerator:C,textareaElementGenerator:S,minusMenuElement:g,plusMenuElement:h,handleRemove:this.removeRoot,beforeRemoveAction:f,beforeAddAction:v,beforeUpdateAction:m,logger:w,onSubmitValueParser:E})):D}};HD.defaultProps={rootName:"root",isCollapsed:(e,t)=>t!==-1,getStyle:(e,t,r,n,a)=>{switch(a){case"Object":case"Error":return uP;case"Array":return cP;default:return dP}},readOnly:()=>!1,onFullyUpdate:()=>{},onDeltaUpdate:()=>{},beforeRemoveAction:()=>Promise.resolve(),beforeAddAction:()=>Promise.resolve(),beforeUpdateAction:()=>Promise.resolve(),logger:{error:()=>{}},onSubmitValueParser:(e,t,r,n,a)=>sP(a),inputElement:()=>y.createElement("input",null),textareaElement:()=>y.createElement("textarea",null),fallback:null};var{window:pP}=globalThis,fP=F.div(({theme:e})=>({position:"relative",display:"flex",'&[aria-readonly="true"]':{opacity:.5},".rejt-tree":{marginLeft:"1rem",fontSize:"13px"},".rejt-value-node, .rejt-object-node > .rejt-collapsed, .rejt-array-node > .rejt-collapsed, .rejt-object-node > .rejt-not-collapsed, .rejt-array-node > .rejt-not-collapsed":{"& > svg":{opacity:0,transition:"opacity 0.2s"}},".rejt-value-node:hover, .rejt-object-node:hover > .rejt-collapsed, .rejt-array-node:hover > .rejt-collapsed, .rejt-object-node:hover > .rejt-not-collapsed, .rejt-array-node:hover > .rejt-not-collapsed":{"& > svg":{opacity:1}},".rejt-edit-form button":{display:"none"},".rejt-add-form":{marginLeft:10},".rejt-add-value-node":{display:"inline-flex",alignItems:"center"},".rejt-name":{lineHeight:"22px"},".rejt-not-collapsed-delimiter":{lineHeight:"22px"},".rejt-plus-menu":{marginLeft:5},".rejt-object-node > span > *, .rejt-array-node > span > *":{position:"relative",zIndex:2},".rejt-object-node, .rejt-array-node":{position:"relative"},".rejt-object-node > span:first-of-type::after, .rejt-array-node > span:first-of-type::after, .rejt-collapsed::before, .rejt-not-collapsed::before":{content:'""',position:"absolute",top:0,display:"block",width:"100%",marginLeft:"-1rem",padding:"0 4px 0 1rem",height:22},".rejt-collapsed::before, .rejt-not-collapsed::before":{zIndex:1,background:"transparent",borderRadius:4,transition:"background 0.2s",pointerEvents:"none",opacity:.1},".rejt-object-node:hover, .rejt-array-node:hover":{"& > .rejt-collapsed::before, & > .rejt-not-collapsed::before":{background:e.color.secondary}},".rejt-collapsed::after, .rejt-not-collapsed::after":{content:'""',position:"absolute",display:"inline-block",pointerEvents:"none",width:0,height:0},".rejt-collapsed::after":{left:-8,top:8,borderTop:"3px solid transparent",borderBottom:"3px solid transparent",borderLeft:"3px solid rgba(153,153,153,0.6)"},".rejt-not-collapsed::after":{left:-10,top:10,borderTop:"3px solid rgba(153,153,153,0.6)",borderLeft:"3px solid transparent",borderRight:"3px solid transparent"},".rejt-value":{display:"inline-block",border:"1px solid transparent",borderRadius:4,margin:"1px 0",padding:"0 4px",cursor:"text",color:e.color.defaultText},".rejt-value-node:hover > .rejt-value":{background:e.color.lighter,borderColor:e.appBorderColor}})),J0=F.button(({theme:e,primary:t})=>({border:0,height:20,margin:1,borderRadius:4,background:t?e.color.secondary:"transparent",color:t?e.color.lightest:e.color.dark,fontWeight:t?"bold":"normal",cursor:"pointer",order:t?"initial":9})),hP=F(tL)(({theme:e,disabled:t})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:t?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":t?{}:{color:e.color.ancillary},"svg + &":{marginLeft:0}})),mP=F(rL)(({theme:e,disabled:t})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:t?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":t?{}:{color:e.color.negative},"svg + &":{marginLeft:0}})),Q4=F.input(({theme:e,placeholder:t})=>({outline:0,margin:t?1:"1px 0",padding:"3px 4px",color:e.color.defaultText,background:e.background.app,border:`1px solid ${e.appBorderColor}`,borderRadius:4,lineHeight:"14px",width:t==="Key"?80:120,"&:focus":{border:`1px solid ${e.color.secondary}`}})),gP=F(Sr)(({theme:e})=>({position:"absolute",zIndex:2,top:2,right:2,height:21,padding:"0 3px",background:e.background.bar,border:`1px solid ${e.appBorderColor}`,borderRadius:3,color:e.textMutedColor,fontSize:"9px",fontWeight:"bold",textDecoration:"none",span:{marginLeft:3,marginTop:1}})),vP=F(Ta.Textarea)(({theme:e})=>({flex:1,padding:"7px 6px",fontFamily:e.typography.fonts.mono,fontSize:"12px",lineHeight:"18px","&::placeholder":{fontFamily:e.typography.fonts.base,fontSize:"13px"},"&:placeholder-shown":{padding:"7px 10px"}})),yP={bubbles:!0,cancelable:!0,key:"Enter",code:"Enter",keyCode:13},bP=e=>{e.currentTarget.dispatchEvent(new pP.KeyboardEvent("keydown",yP))},wP=e=>{e.currentTarget.select()},EP=e=>()=>({name:{color:e.color.secondary},collapsed:{color:e.color.dark},ul:{listStyle:"none",margin:"0 0 0 1rem",padding:0},li:{outline:0}}),ey=({name:e,value:t,onChange:r,argType:n})=>{var x;let a=Ny(),o=l.useMemo(()=>t&&IC(t),[t]),i=o!=null,[s,c]=l.useState(!i),[d,p]=l.useState(null),g=!!((x=n==null?void 0:n.table)!=null&&x.readonly),h=l.useCallback(b=>{try{b&&r(JSON.parse(b)),p(void 0)}catch(C){p(C)}},[r]),[f,v]=l.useState(!1),m=l.useCallback(()=>{r({}),v(!0)},[v]),w=l.useRef(null);if(l.useEffect(()=>{f&&w.current&&w.current.select()},[f]),!i)return y.createElement(Or,{disabled:g,id:hs(e),onClick:m},"Set object");let E=y.createElement(vP,{ref:w,id:Et(e),name:e,defaultValue:t===null?"":JSON.stringify(t,null,2),onBlur:b=>h(b.target.value),placeholder:"Edit JSON string...",autoFocus:f,valid:d?"error":null,readOnly:g}),D=Array.isArray(t)||typeof t=="object"&&(t==null?void 0:t.constructor)===Object;return y.createElement(fP,{"aria-readonly":g},D&&y.createElement(gP,{onClick:b=>{b.preventDefault(),c(C=>!C)}},s?y.createElement(Qz,null):y.createElement(Xz,null),y.createElement("span",null,"RAW")),s?E:y.createElement(HD,{readOnly:g||!D,isCollapsed:D?void 0:()=>!0,data:o,rootName:e,onFullyUpdate:r,getStyle:EP(a),cancelButtonElement:y.createElement(J0,{type:"button"},"Cancel"),editButtonElement:y.createElement(J0,{type:"submit"},"Save"),addButtonElement:y.createElement(J0,{type:"submit",primary:!0},"Save"),plusMenuElement:y.createElement(hP,null),minusMenuElement:y.createElement(mP,null),inputElement:(b,C,S,k)=>k?y.createElement(Q4,{onFocus:wP,onBlur:bP}):y.createElement(Q4,null),fallback:E}))},xP=F.input(({theme:e,min:t,max:r,value:n,disabled:a})=>({"&":{width:"100%",backgroundColor:"transparent",appearance:"none"},"&::-webkit-slider-runnable-track":{background:e.base==="light"?`linear-gradient(to right,
550
- ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
551
- ${Tt(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
552
- ${Tt(.02,e.input.background)} 100%)`:`linear-gradient(to right,
553
- ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
554
- ${Kr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
555
- ${Kr(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:a?"not-allowed":"pointer"},"&::-webkit-slider-thumb":{marginTop:"-6px",width:16,height:16,border:`1px solid ${lr(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${lr(e.appBorderColor,.2)}`,cursor:a?"not-allowed":"grab",appearance:"none",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${Tt(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:a?"not-allowed":"grab"}},"&:focus":{outline:"none","&::-webkit-slider-runnable-track":{borderColor:lr(e.color.secondary,.4)},"&::-webkit-slider-thumb":{borderColor:e.color.secondary,boxShadow:`0 0px 5px 0px ${e.color.secondary}`}},"&::-moz-range-track":{background:e.base==="light"?`linear-gradient(to right,
556
- ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
557
- ${Tt(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
558
- ${Tt(.02,e.input.background)} 100%)`:`linear-gradient(to right,
559
- ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
560
- ${Kr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
561
- ${Kr(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:a?"not-allowed":"pointer",outline:"none"},"&::-moz-range-thumb":{width:16,height:16,border:`1px solid ${lr(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${lr(e.appBorderColor,.2)}`,cursor:a?"not-allowed":"grap",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${Tt(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:"grabbing"}},"&::-ms-track":{background:e.base==="light"?`linear-gradient(to right,
562
- ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
563
- ${Tt(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
564
- ${Tt(.02,e.input.background)} 100%)`:`linear-gradient(to right,
565
- ${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
566
- ${Kr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
567
- ${Kr(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,color:"transparent",width:"100%",height:"6px",cursor:"pointer"},"&::-ms-fill-lower":{borderRadius:6},"&::-ms-fill-upper":{borderRadius:6},"&::-ms-thumb":{width:16,height:16,background:`${e.input.background}`,border:`1px solid ${lr(e.appBorderColor,.2)}`,borderRadius:50,cursor:"grab",marginTop:0},"@supports (-ms-ime-align:auto)":{"input[type=range]":{margin:"0"}}})),jD=F.span({paddingLeft:5,paddingRight:5,fontSize:12,whiteSpace:"nowrap",fontFeatureSettings:"tnum",fontVariantNumeric:"tabular-nums","[aria-readonly=true] &":{opacity:.5}}),DP=F(jD)(({numberOFDecimalsPlaces:e,max:t})=>({width:`${e+t.toString().length*2+3}ch`,textAlign:"right",flexShrink:0})),CP=F.div({display:"flex",alignItems:"center",width:"100%"});function SP(e){let t=e.toString().match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}var kP=({name:e,value:t,onChange:r,min:n=0,max:a=100,step:o=1,onBlur:i,onFocus:s,argType:c})=>{var f;let d=v=>{r(OM(v.target.value))},p=t!==void 0,g=l.useMemo(()=>SP(o),[o]),h=!!((f=c==null?void 0:c.table)!=null&&f.readonly);return y.createElement(CP,{"aria-readonly":h},y.createElement(jD,null,n),y.createElement(xP,{id:Et(e),type:"range",disabled:h,onChange:d,name:e,value:t,min:n,max:a,step:o,onFocus:s,onBlur:i}),y.createElement(DP,{numberOFDecimalsPlaces:g,max:a},p?t.toFixed(g):"--"," / ",a))},AP=F.label({display:"flex"}),FP=F.div(({isMaxed:e})=>({marginLeft:"0.75rem",paddingTop:"0.35rem",color:e?"red":void 0})),_P=({name:e,value:t,onChange:r,onFocus:n,onBlur:a,maxLength:o,argType:i})=>{var f;let s=v=>{r(v.target.value)},c=!!((f=i==null?void 0:i.table)!=null&&f.readonly),[d,p]=l.useState(!1),g=l.useCallback(()=>{r(""),p(!0)},[p]);if(t===void 0)return y.createElement(Or,{variant:"outline",size:"medium",disabled:c,id:hs(e),onClick:g},"Set string");let h=typeof t=="string";return y.createElement(AP,null,y.createElement(Ta.Textarea,{id:Et(e),maxLength:o,onChange:s,disabled:c,size:"flex",placeholder:"Edit string...",autoFocus:d,valid:h?null:"error",name:e,value:h?t:"",onFocus:n,onBlur:a}),o&&y.createElement(FP,{isMaxed:(t==null?void 0:t.length)===o},(t==null?void 0:t.length)??0," / ",o))},RP=F(Ta.Input)({padding:10});function IP(e){e.forEach(t=>{t.startsWith("blob:")&&URL.revokeObjectURL(t)})}var BP=({onChange:e,name:t,accept:r="image/*",value:n,argType:a})=>{var c;let o=l.useRef(null),i=(c=a==null?void 0:a.control)==null?void 0:c.readOnly;function s(d){if(!d.target.files)return;let p=Array.from(d.target.files).map(g=>URL.createObjectURL(g));e(p),IP(n)}return l.useEffect(()=>{n==null&&o.current&&(o.current.value=null)},[n,t]),y.createElement(RP,{ref:o,id:Et(t),type:"file",name:t,multiple:!0,disabled:i,onChange:s,accept:r,size:"flex"})},TP=l.lazy(()=>Up(()=>import("./Color-F6OSRLHC-CrKta8Qx.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9]),import.meta.url)),zP=e=>y.createElement(l.Suspense,{fallback:y.createElement("div",null)},y.createElement(TP,{...e})),LP={array:ey,object:ey,boolean:FM,color:zP,date:zM,number:PM,check:Mn,"inline-check":Mn,radio:Mn,"inline-radio":Mn,select:Mn,"multi-select":Mn,range:kP,text:_P,file:BP},ty=()=>y.createElement(y.Fragment,null,"-"),OP=({row:e,arg:t,updateArgs:r,isHovered:n})=>{var m;let{key:a,control:o}=e,[i,s]=l.useState(!1),[c,d]=l.useState({value:t});l.useEffect(()=>{i||d({value:t})},[i,t]);let p=l.useCallback(w=>(d({value:w}),r({[a]:w}),w),[r,a]),g=l.useCallback(()=>s(!1),[]),h=l.useCallback(()=>s(!0),[]);if(!o||o.disable){let w=(o==null?void 0:o.disable)!==!0&&((m=e==null?void 0:e.type)==null?void 0:m.name)!=="function";return n&&w?y.createElement(na,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},"Setup controls"):y.createElement(ty,null)}let f={name:a,argType:e,value:c.value,onChange:p,onBlur:g,onFocus:h},v=LP[o.type]||ty;return y.createElement(v,{...f,...o,controlType:o.type})},MP=F.table(({theme:e})=>({"&&":{borderCollapse:"collapse",borderSpacing:0,border:"none",tr:{border:"none !important",background:"none"},"td, th":{padding:0,border:"none",width:"auto!important"},marginTop:0,marginBottom:0,"th:first-of-type, td:first-of-type":{paddingLeft:0},"th:last-of-type, td:last-of-type":{paddingRight:0},td:{paddingTop:0,paddingBottom:4,"&:not(:first-of-type)":{paddingLeft:10,paddingRight:0}},tbody:{boxShadow:"none",border:"none"},code:fr({theme:e}),div:{span:{fontWeight:"bold"}},"& code":{margin:0,display:"inline-block",fontSize:e.typography.size.s1}}})),PP=({tags:e})=>{let t=(e.params||[]).filter(o=>o.description),r=t.length!==0,n=e.deprecated!=null,a=e.returns!=null&&e.returns.description!=null;return!r&&!a&&!n?null:y.createElement(y.Fragment,null,y.createElement(MP,null,y.createElement("tbody",null,n&&y.createElement("tr",{key:"deprecated"},y.createElement("td",{colSpan:2},y.createElement("strong",null,"Deprecated"),": ",e.deprecated.toString())),r&&t.map(o=>y.createElement("tr",{key:o.name},y.createElement("td",null,y.createElement("code",null,o.name)),y.createElement("td",null,o.description))),a&&y.createElement("tr",{key:"returns"},y.createElement("td",null,y.createElement("code",null,"Returns")),y.createElement("td",null,e.returns.description)))))},NP=Wp(Qx()),$p=8,ry=F.div(({isExpanded:e})=>({display:"flex",flexDirection:e?"column":"row",flexWrap:"wrap",alignItems:"flex-start",marginBottom:"-4px",minWidth:100})),$P=F.span(fr,({theme:e,simple:t=!1})=>({flex:"0 0 auto",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,wordBreak:"break-word",whiteSpace:"normal",maxWidth:"100%",margin:0,marginRight:"4px",marginBottom:"4px",paddingTop:"2px",paddingBottom:"2px",lineHeight:"13px",...t&&{background:"transparent",border:"0 none",paddingLeft:0}})),HP=F.button(({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,marginBottom:"4px",background:"none",border:"none"})),jP=F.div(fr,({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,fontSize:e.typography.size.s1,margin:0,whiteSpace:"nowrap",display:"flex",alignItems:"center"})),VP=F.div(({theme:e,width:t})=>({width:t,minWidth:200,maxWidth:800,padding:15,fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,boxSizing:"content-box","& code":{padding:"0 !important"}})),UP=F(iL)({marginLeft:4}),qP=F(Xx)({marginLeft:4}),WP=()=>y.createElement("span",null,"-"),VD=({text:e,simple:t})=>y.createElement($P,{simple:t},e),GP=(0,NP.default)(1e3)(e=>{let t=e.split(/\r?\n/);return`${Math.max(...t.map(r=>r.length))}ch`}),YP=e=>{if(!e)return[e];let t=e.split("|").map(r=>r.trim());return DC(t)},ny=(e,t=!0)=>{let r=e;return t||(r=e.slice(0,$p)),r.map(n=>y.createElement(VD,{key:n,text:n===""?'""':n}))},KP=({value:e,initialExpandedArgs:t})=>{let{summary:r,detail:n}=e,[a,o]=l.useState(!1),[i,s]=l.useState(t||!1);if(r==null)return null;let c=typeof r.toString=="function"?r.toString():r;if(n==null){if(/[(){}[\]<>]/.test(c))return y.createElement(VD,{text:c});let d=YP(c),p=d.length;return p>$p?y.createElement(ry,{isExpanded:i},ny(d,i),y.createElement(HP,{onClick:()=>s(!i)},i?"Show less...":`Show ${p-$p} more...`)):y.createElement(ry,null,ny(d))}return y.createElement($x,{closeOnOutsideClick:!0,placement:"bottom",visible:a,onVisibleChange:d=>{o(d)},tooltip:y.createElement(VP,{width:GP(n)},y.createElement(su,{language:"jsx",format:!1},n))},y.createElement(jP,{className:"sbdocs-expandable"},y.createElement("span",null,c),a?y.createElement(UP,null):y.createElement(qP,null)))},Z0=({value:e,initialExpandedArgs:t})=>e==null?y.createElement(WP,null):y.createElement(KP,{value:e,initialExpandedArgs:t}),JP=F.span({fontWeight:"bold"}),ZP=F.span(({theme:e})=>({color:e.color.negative,fontFamily:e.typography.fonts.mono,cursor:"help"})),XP=F.div(({theme:e})=>({"&&":{p:{margin:"0 0 10px 0"},a:{color:e.color.secondary}},code:{...fr({theme:e}),fontSize:12,fontFamily:e.typography.fonts.mono},"& code":{margin:0,display:"inline-block"},"& pre > code":{whiteSpace:"pre-wrap"}})),QP=F.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?ae(.1,e.color.defaultText):ae(.2,e.color.defaultText),marginTop:t?4:0})),eN=F.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?ae(.1,e.color.defaultText):ae(.2,e.color.defaultText),marginTop:t?12:0,marginBottom:12})),tN=F.td(({theme:e,expandable:t})=>({paddingLeft:t?"40px !important":"20px !important"})),rN=e=>e&&{summary:typeof e=="string"?e:e.name},tl=e=>{var m;let[t,r]=l.useState(!1),{row:n,updateArgs:a,compact:o,expandable:i,initialExpandedArgs:s}=e,{name:c,description:d}=n,p=n.table||{},g=p.type||rN(n.type),h=p.defaultValue||n.defaultValue,f=(m=n.type)==null?void 0:m.required,v=d!=null&&d!=="";return y.createElement("tr",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1)},y.createElement(tN,{expandable:i},y.createElement(JP,null,c),f?y.createElement(ZP,{title:"Required"},"*"):null),o?null:y.createElement("td",null,v&&y.createElement(XP,null,y.createElement(RD,null,d)),p.jsDocTags!=null?y.createElement(y.Fragment,null,y.createElement(eN,{hasDescription:v},y.createElement(Z0,{value:g,initialExpandedArgs:s})),y.createElement(PP,{tags:p.jsDocTags})):y.createElement(QP,{hasDescription:v},y.createElement(Z0,{value:g,initialExpandedArgs:s}))),o?null:y.createElement("td",null,y.createElement(Z0,{value:h,initialExpandedArgs:s})),a?y.createElement("td",null,y.createElement(OP,{...e,isHovered:t})):null)},nN=F.div(({inAddonPanel:e,theme:t})=>({height:e?"100%":"auto",display:"flex",border:e?"none":`1px solid ${t.appBorderColor}`,borderRadius:e?0:t.appBorderRadius,padding:e?0:40,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:t.background.content,boxShadow:"rgba(0, 0, 0, 0.10) 0 1px 3px 0"})),aN=F.div(({theme:e})=>({display:"flex",fontSize:e.typography.size.s2-1,gap:25})),oN=F.div(({theme:e})=>({width:1,height:16,backgroundColor:e.appBorderColor})),iN=({inAddonPanel:e})=>{let[t,r]=l.useState(!0);return l.useEffect(()=>{let n=setTimeout(()=>{r(!1)},100);return()=>clearTimeout(n)},[]),t?null:y.createElement(nN,{inAddonPanel:e},y.createElement(dh,{title:e?"Interactive story playground":"Args table with interactive controls couldn't be auto-generated",description:y.createElement(y.Fragment,null,"Controls give you an easy to use interface to test your components. Set your story args and you'll see controls appearing here automatically."),footer:y.createElement(aN,null,e&&y.createElement(y.Fragment,null,y.createElement(na,{href:"https://youtu.be/0gOfS6K0x0E",target:"_blank",withArrow:!0},y.createElement(eL,null)," Watch 5m video"),y.createElement(oN,null),y.createElement(na,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},y.createElement(Ip,null)," Read docs")),!e&&y.createElement(na,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},y.createElement(Ip,null)," Learn how to set that up"))}))},lN=F(aL)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?ae(.25,e.color.defaultText):ae(.3,e.color.defaultText),border:"none",display:"inline-block"})),sN=F(oL)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?ae(.25,e.color.defaultText):ae(.3,e.color.defaultText),border:"none",display:"inline-block"})),uN=F.span(({theme:e})=>({display:"flex",lineHeight:"20px",alignItems:"center"})),cN=F.td(({theme:e})=>({position:"relative",letterSpacing:"0.35em",textTransform:"uppercase",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s1-1,color:e.base==="light"?ae(.4,e.color.defaultText):ae(.6,e.color.defaultText),background:`${e.background.app} !important`,"& ~ td":{background:`${e.background.app} !important`}})),dN=F.td(({theme:e})=>({position:"relative",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,background:e.background.app})),pN=F.td(()=>({position:"relative"})),fN=F.tr(({theme:e})=>({"&:hover > td":{backgroundColor:`${Kr(.005,e.background.app)} !important`,boxShadow:`${e.color.mediumlight} 0 - 1px 0 0 inset`,cursor:"row-resize"}})),ay=F.button(()=>({background:"none",border:"none",padding:"0",font:"inherit",position:"absolute",top:0,bottom:0,left:0,right:0,height:"100%",width:"100%",color:"transparent",cursor:"row-resize !important"})),X0=({level:e="section",label:t,children:r,initialExpanded:n=!0,colSpan:a=3})=>{let[o,i]=l.useState(n),s=e==="subsection"?dN:cN,c=(r==null?void 0:r.length)||0,d=e==="subsection"?`${c} item${c!==1?"s":""}`:"",p=`${o?"Hide":"Show"} ${e==="subsection"?c:t} item${c!==1?"s":""}`;return y.createElement(y.Fragment,null,y.createElement(fN,{title:p},y.createElement(s,{colSpan:1},y.createElement(ay,{onClick:g=>i(!o),tabIndex:0},p),y.createElement(uN,null,o?y.createElement(lN,null):y.createElement(sN,null),t)),y.createElement(pN,{colSpan:a-1},y.createElement(ay,{onClick:g=>i(!o),tabIndex:-1,style:{outline:"none"}},p),o?null:d)),o?r:null)},rl=F.div(({theme:e})=>({display:"flex",gap:16,borderBottom:`1px solid ${e.appBorderColor}`,"&:last-child":{borderBottom:0}})),ke=F.div(({numColumn:e})=>({display:"flex",flexDirection:"column",flex:e||1,gap:5,padding:"12px 20px"})),he=F.div(({theme:e,width:t,height:r})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,width:t||"100%",height:r||16,borderRadius:3})),Ae=[2,4,2,2],hN=()=>y.createElement(y.Fragment,null,y.createElement(rl,null,y.createElement(ke,{numColumn:Ae[0]},y.createElement(he,{width:"60%"})),y.createElement(ke,{numColumn:Ae[1]},y.createElement(he,{width:"30%"})),y.createElement(ke,{numColumn:Ae[2]},y.createElement(he,{width:"60%"})),y.createElement(ke,{numColumn:Ae[3]},y.createElement(he,{width:"60%"}))),y.createElement(rl,null,y.createElement(ke,{numColumn:Ae[0]},y.createElement(he,{width:"60%"})),y.createElement(ke,{numColumn:Ae[1]},y.createElement(he,{width:"80%"}),y.createElement(he,{width:"30%"})),y.createElement(ke,{numColumn:Ae[2]},y.createElement(he,{width:"60%"})),y.createElement(ke,{numColumn:Ae[3]},y.createElement(he,{width:"60%"}))),y.createElement(rl,null,y.createElement(ke,{numColumn:Ae[0]},y.createElement(he,{width:"60%"})),y.createElement(ke,{numColumn:Ae[1]},y.createElement(he,{width:"80%"}),y.createElement(he,{width:"30%"})),y.createElement(ke,{numColumn:Ae[2]},y.createElement(he,{width:"60%"})),y.createElement(ke,{numColumn:Ae[3]},y.createElement(he,{width:"60%"}))),y.createElement(rl,null,y.createElement(ke,{numColumn:Ae[0]},y.createElement(he,{width:"60%"})),y.createElement(ke,{numColumn:Ae[1]},y.createElement(he,{width:"80%"}),y.createElement(he,{width:"30%"})),y.createElement(ke,{numColumn:Ae[2]},y.createElement(he,{width:"60%"})),y.createElement(ke,{numColumn:Ae[3]},y.createElement(he,{width:"60%"})))),mN=F.table(({theme:e,compact:t,inAddonPanel:r})=>({"&&":{borderSpacing:0,color:e.color.defaultText,"td, th":{padding:0,border:"none",verticalAlign:"top",textOverflow:"ellipsis"},fontSize:e.typography.size.s2-1,lineHeight:"20px",textAlign:"left",width:"100%",marginTop:r?0:25,marginBottom:r?0:40,"thead th:first-of-type, td:first-of-type":{width:"25%"},"th:first-of-type, td:first-of-type":{paddingLeft:20},"th:nth-of-type(2), td:nth-of-type(2)":{...t?null:{width:"35%"}},"td:nth-of-type(3)":{...t?null:{width:"15%"}},"th:last-of-type, td:last-of-type":{paddingRight:20,...t?null:{width:"25%"}},th:{color:e.base==="light"?ae(.25,e.color.defaultText):ae(.45,e.color.defaultText),paddingTop:10,paddingBottom:10,paddingLeft:15,paddingRight:15},td:{paddingTop:"10px",paddingBottom:"10px","&:not(:first-of-type)":{paddingLeft:15,paddingRight:15},"&:last-of-type":{paddingRight:20}},marginLeft:r?0:1,marginRight:r?0:1,tbody:{...r?null:{filter:e.base==="light"?"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.10))":"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.20))"},"> tr > *":{background:e.background.content,borderTop:`1px solid ${e.appBorderColor}`},...r?null:{"> tr:first-of-type > *":{borderBlockStart:`1px solid ${e.appBorderColor}`},"> tr:last-of-type > *":{borderBlockEnd:`1px solid ${e.appBorderColor}`},"> tr > *:first-of-type":{borderInlineStart:`1px solid ${e.appBorderColor}`},"> tr > *:last-of-type":{borderInlineEnd:`1px solid ${e.appBorderColor}`},"> tr:first-of-type > td:first-of-type":{borderTopLeftRadius:e.appBorderRadius},"> tr:first-of-type > td:last-of-type":{borderTopRightRadius:e.appBorderRadius},"> tr:last-of-type > td:first-of-type":{borderBottomLeftRadius:e.appBorderRadius},"> tr:last-of-type > td:last-of-type":{borderBottomRightRadius:e.appBorderRadius}}}}})),gN=F(Sr)(({theme:e})=>({margin:"-4px -12px -4px 0"})),vN=F.span({display:"flex",justifyContent:"space-between"}),yN={alpha:(e,t)=>e.name.localeCompare(t.name),requiredFirst:(e,t)=>{var r,n;return+!!((r=t.type)!=null&&r.required)-+!!((n=e.type)!=null&&n.required)||e.name.localeCompare(t.name)},none:void 0},bN=(e,t)=>{let r={ungrouped:[],ungroupedSubsections:{},sections:{}};if(!e)return r;Object.entries(e).forEach(([o,i])=>{let{category:s,subcategory:c}=(i==null?void 0:i.table)||{};if(s){let d=r.sections[s]||{ungrouped:[],subsections:{}};if(!c)d.ungrouped.push({key:o,...i});else{let p=d.subsections[c]||[];p.push({key:o,...i}),d.subsections[c]=p}r.sections[s]=d}else if(c){let d=r.ungroupedSubsections[c]||[];d.push({key:o,...i}),r.ungroupedSubsections[c]=d}else r.ungrouped.push({key:o,...i})});let n=yN[t],a=o=>n?Object.keys(o).reduce((i,s)=>({...i,[s]:o[s].sort(n)}),{}):o;return{ungrouped:r.ungrouped.sort(n),ungroupedSubsections:a(r.ungroupedSubsections),sections:Object.keys(r.sections).reduce((o,i)=>({...o,[i]:{ungrouped:r.sections[i].ungrouped.sort(n),subsections:a(r.sections[i].subsections)}}),{})}},wN=(e,t,r)=>{try{return fC(e,t,r)}catch(n){return uL.warn(n.message),!1}},Hp=e=>{let{updateArgs:t,resetArgs:r,compact:n,inAddonPanel:a,initialExpandedArgs:o,sort:i="none",isLoading:s}=e;if("error"in e){let{error:D}=e;return y.createElement(iD,null,D," ",y.createElement(na,{href:"http://storybook.js.org/docs/",target:"_blank",withArrow:!0},y.createElement(Ip,null)," Read the docs"))}if(s)return y.createElement(hN,null);let{rows:c,args:d,globals:p}="rows"in e&&e,g=bN(CC(c||{},D=>{var x;return!((x=D==null?void 0:D.table)!=null&&x.disable)&&wN(D,d||{},p||{})}),i),h=g.ungrouped.length===0,f=Object.entries(g.sections).length===0,v=Object.entries(g.ungroupedSubsections).length===0;if(h&&f&&v)return y.createElement(iN,{inAddonPanel:a});let m=1;t&&(m+=1),n||(m+=2);let w=Object.keys(g.sections).length>0,E={updateArgs:t,compact:n,inAddonPanel:a,initialExpandedArgs:o};return y.createElement(Hf,null,y.createElement(mN,{compact:n,inAddonPanel:a,className:"docblock-argstable sb-unstyled"},y.createElement("thead",{className:"docblock-argstable-head"},y.createElement("tr",null,y.createElement("th",null,y.createElement("span",null,"Name")),n?null:y.createElement("th",null,y.createElement("span",null,"Description")),n?null:y.createElement("th",null,y.createElement("span",null,"Default")),t?y.createElement("th",null,y.createElement(vN,null,"Control"," ",!s&&r&&y.createElement(gN,{onClick:()=>r(),title:"Reset controls"},y.createElement(lL,{"aria-hidden":!0})))):null)),y.createElement("tbody",{className:"docblock-argstable-body"},g.ungrouped.map(D=>y.createElement(tl,{key:D.key,row:D,arg:d&&d[D.key],...E})),Object.entries(g.ungroupedSubsections).map(([D,x])=>y.createElement(X0,{key:D,label:D,level:"subsection",colSpan:m},x.map(b=>y.createElement(tl,{key:b.key,row:b,arg:d&&d[b.key],expandable:w,...E})))),Object.entries(g.sections).map(([D,x])=>y.createElement(X0,{key:D,label:D,level:"section",colSpan:m},x.ungrouped.map(b=>y.createElement(tl,{key:b.key,row:b,arg:d&&d[b.key],...E})),Object.entries(x.subsections).map(([b,C])=>y.createElement(X0,{key:b,label:b,level:"subsection",colSpan:m},C.map(S=>y.createElement(tl,{key:S.key,row:S,arg:d&&d[S.key],expandable:w,...E})))))))))},EN=({tabs:e,...t})=>{let r=Object.entries(e);return r.length===1?y.createElement(Hp,{...r[0][1],...t}):y.createElement(Wx,null,r.map((n,a)=>{let[o,i]=n,s=`prop_table_div_${o}`,c="div",d=a===0?t:{sort:t.sort};return y.createElement(c,{key:s,id:s,title:o},({active:p})=>p?y.createElement(Hp,{key:`prop_table_${o}`,...i,...d}):null)}))};F.div(({theme:e})=>({marginRight:30,fontSize:`${e.typography.size.s1}px`,color:e.base==="light"?ae(.4,e.color.defaultText):ae(.6,e.color.defaultText)}));F.div({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});F.div({display:"flex",flexDirection:"row",alignItems:"baseline","&:not(:last-child)":{marginBottom:"1rem"}});F.div(le,({theme:e})=>({...gu(e),margin:"25px 0 40px",padding:"30px 20px"}));F.div(({theme:e})=>({fontWeight:e.typography.weight.bold,color:e.color.defaultText}));F.div(({theme:e})=>({color:e.base==="light"?ae(.2,e.color.defaultText):ae(.6,e.color.defaultText)}));F.div({flex:"0 0 30%",lineHeight:"20px",marginTop:5});F.div(({theme:e})=>({flex:1,textAlign:"center",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,lineHeight:1,overflow:"hidden",color:e.base==="light"?ae(.4,e.color.defaultText):ae(.6,e.color.defaultText),"> div":{display:"inline-block",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis"},span:{display:"block",marginTop:2}}));F.div({display:"flex",flexDirection:"row"});F.div(({background:e})=>({position:"relative",flex:1,"&::before":{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:e,content:'""'}}));F.div(({theme:e})=>({...gu(e),display:"flex",flexDirection:"row",height:50,marginBottom:5,overflow:"hidden",backgroundColor:"white",backgroundImage:"repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 1px, #fff 16px)",backgroundClip:"padding-box"}));F.div({display:"flex",flexDirection:"column",flex:1,position:"relative",marginBottom:30});F.div({flex:1,display:"flex",flexDirection:"row"});F.div({display:"flex",alignItems:"flex-start"});F.div({flex:"0 0 30%"});F.div({flex:1});F.div(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",paddingBottom:20,fontWeight:e.typography.weight.bold,color:e.base==="light"?ae(.4,e.color.defaultText):ae(.6,e.color.defaultText)}));F.div(({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"20px",display:"flex",flexDirection:"column"}));F.div(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,color:e.color.defaultText,marginLeft:10,lineHeight:1.2}));F.div(({theme:e})=>({...gu(e),overflow:"hidden",height:40,width:40,display:"flex",alignItems:"center",justifyContent:"center",flex:"none","> img, > svg":{width:20,height:20}}));F.div({display:"inline-flex",flexDirection:"row",alignItems:"center",flex:"0 1 calc(20% - 10px)",minWidth:120,margin:"0px 10px 30px 0"});F.div({display:"flex",flexFlow:"row wrap"});var xN=e=>`anchor--${e}`,DN=({storyId:e,children:t})=>y.createElement("div",{id:xN(e),className:"sb-anchor"},t);globalThis&&globalThis.__DOCS_CONTEXT__===void 0&&(globalThis.__DOCS_CONTEXT__=l.createContext(null),globalThis.__DOCS_CONTEXT__.displayName="DocsContext");var Xt=globalThis?globalThis.__DOCS_CONTEXT__:l.createContext(null),Sn=(e,t)=>l.useContext(Xt).resolveOf(e,t),CN=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),SN=e=>{if(e)return typeof e=="string"?e.includes("-")?CN(e):e:e.__docgenInfo&&e.__docgenInfo.displayName?e.__docgenInfo.displayName:e.name};function kN(e,t="start"){e.scrollIntoView({behavior:"smooth",block:t,inline:"nearest"})}var AN=Object.create,UD=Object.defineProperty,FN=Object.getOwnPropertyDescriptor,qD=Object.getOwnPropertyNames,_N=Object.getPrototypeOf,RN=Object.prototype.hasOwnProperty,nt=(e,t)=>function(){return t||(0,e[qD(e)[0]])((t={exports:{}}).exports,t),t.exports},IN=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of qD(t))!RN.call(e,a)&&a!==r&&UD(e,a,{get:()=>t[a],enumerable:!(n=FN(t,a))||n.enumerable});return e},wh=(e,t,r)=>(r=e!=null?AN(_N(e)):{},IN(!e||!e.__esModule?UD(r,"default",{value:e,enumerable:!0}):r,e)),BN=["bubbles","cancelBubble","cancelable","composed","currentTarget","defaultPrevented","eventPhase","isTrusted","returnValue","srcElement","target","timeStamp","type"],TN=["detail"];function zN(e){let t=BN.filter(r=>e[r]!==void 0).reduce((r,n)=>({...r,[n]:e[n]}),{});return e instanceof CustomEvent&&TN.filter(r=>e[r]!==void 0).forEach(r=>{t[r]=e[r]}),t}var LN=Wp(Qx(),1),WD=nt({"node_modules/has-symbols/shams.js"(e,t){t.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var r={},n=Symbol("test"),a=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(a)!=="[object Symbol]")return!1;var o=42;r[n]=o;for(n in r)return!1;if(typeof Object.keys=="function"&&Object.keys(r).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(r).length!==0)return!1;var i=Object.getOwnPropertySymbols(r);if(i.length!==1||i[0]!==n||!Object.prototype.propertyIsEnumerable.call(r,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var s=Object.getOwnPropertyDescriptor(r,n);if(s.value!==o||s.enumerable!==!0)return!1}return!0}}}),GD=nt({"node_modules/has-symbols/index.js"(e,t){var r=typeof Symbol<"u"&&Symbol,n=WD();t.exports=function(){return typeof r!="function"||typeof Symbol!="function"||typeof r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:n()}}}),ON=nt({"node_modules/function-bind/implementation.js"(e,t){var r="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,a=Object.prototype.toString,o="[object Function]";t.exports=function(i){var s=this;if(typeof s!="function"||a.call(s)!==o)throw new TypeError(r+s);for(var c=n.call(arguments,1),d,p=function(){if(this instanceof d){var m=s.apply(this,c.concat(n.call(arguments)));return Object(m)===m?m:this}else return s.apply(i,c.concat(n.call(arguments)))},g=Math.max(0,s.length-c.length),h=[],f=0;f<g;f++)h.push("$"+f);if(d=Function("binder","return function ("+h.join(",")+"){ return binder.apply(this,arguments); }")(p),s.prototype){var v=function(){};v.prototype=s.prototype,d.prototype=new v,v.prototype=null}return d}}}),Eh=nt({"node_modules/function-bind/index.js"(e,t){var r=ON();t.exports=Function.prototype.bind||r}}),MN=nt({"node_modules/has/src/index.js"(e,t){var r=Eh();t.exports=r.call(Function.call,Object.prototype.hasOwnProperty)}}),YD=nt({"node_modules/get-intrinsic/index.js"(e,t){var r,n=SyntaxError,a=Function,o=TypeError,i=function(z){try{return a('"use strict"; return ('+z+").constructor;")()}catch{}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch{s=null}var c=function(){throw new o},d=s?function(){try{return arguments.callee,c}catch{try{return s(arguments,"callee").get}catch{return c}}}():c,p=GD()(),g=Object.getPrototypeOf||function(z){return z.__proto__},h={},f=typeof Uint8Array>"u"?r:g(Uint8Array),v={"%AggregateError%":typeof AggregateError>"u"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?r:ArrayBuffer,"%ArrayIteratorPrototype%":p?g([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":typeof Atomics>"u"?r:Atomics,"%BigInt%":typeof BigInt>"u"?r:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?r:Float32Array,"%Float64Array%":typeof Float64Array>"u"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":h,"%Int8Array%":typeof Int8Array>"u"?r:Int8Array,"%Int16Array%":typeof Int16Array>"u"?r:Int16Array,"%Int32Array%":typeof Int32Array>"u"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p?g(g([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map>"u"?r:Map,"%MapIteratorPrototype%":typeof Map>"u"||!p?r:g(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?r:Promise,"%Proxy%":typeof Proxy>"u"?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?r:Set,"%SetIteratorPrototype%":typeof Set>"u"||!p?r:g(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p?g(""[Symbol.iterator]()):r,"%Symbol%":p?Symbol:r,"%SyntaxError%":n,"%ThrowTypeError%":d,"%TypedArray%":f,"%TypeError%":o,"%Uint8Array%":typeof Uint8Array>"u"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?r:WeakMap,"%WeakRef%":typeof WeakRef>"u"?r:WeakRef,"%WeakSet%":typeof WeakSet>"u"?r:WeakSet},m=function z(L){var M;if(L==="%AsyncFunction%")M=i("async function () {}");else if(L==="%GeneratorFunction%")M=i("function* () {}");else if(L==="%AsyncGeneratorFunction%")M=i("async function* () {}");else if(L==="%AsyncGenerator%"){var O=z("%AsyncGeneratorFunction%");O&&(M=O.prototype)}else if(L==="%AsyncIteratorPrototype%"){var P=z("%AsyncGenerator%");P&&(M=g(P.prototype))}return v[L]=M,M},w={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},E=Eh(),D=MN(),x=E.call(Function.call,Array.prototype.concat),b=E.call(Function.apply,Array.prototype.splice),C=E.call(Function.call,String.prototype.replace),S=E.call(Function.call,String.prototype.slice),k=E.call(Function.call,RegExp.prototype.exec),A=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,_=/\\(\\)?/g,I=function(z){var L=S(z,0,1),M=S(z,-1);if(L==="%"&&M!=="%")throw new n("invalid intrinsic syntax, expected closing `%`");if(M==="%"&&L!=="%")throw new n("invalid intrinsic syntax, expected opening `%`");var O=[];return C(z,A,function(P,j,q,U){O[O.length]=q?C(U,_,"$1"):j||P}),O},B=function(z,L){var M=z,O;if(D(w,M)&&(O=w[M],M="%"+O[0]+"%"),D(v,M)){var P=v[M];if(P===h&&(P=m(M)),typeof P>"u"&&!L)throw new o("intrinsic "+z+" exists, but is not available. Please file an issue!");return{alias:O,name:M,value:P}}throw new n("intrinsic "+z+" does not exist!")};t.exports=function(z,L){if(typeof z!="string"||z.length===0)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof L!="boolean")throw new o('"allowMissing" argument must be a boolean');if(k(/^%?[^%]*%?$/,z)===null)throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var M=I(z),O=M.length>0?M[0]:"",P=B("%"+O+"%",L),j=P.name,q=P.value,U=!1,Y=P.alias;Y&&(O=Y[0],b(M,x([0,1],Y)));for(var X=1,re=!0;X<M.length;X+=1){var Z=M[X],ie=S(Z,0,1),H=S(Z,-1);if((ie==='"'||ie==="'"||ie==="`"||H==='"'||H==="'"||H==="`")&&ie!==H)throw new n("property names with quotes must have matching quotes");if((Z==="constructor"||!re)&&(U=!0),O+="."+Z,j="%"+O+"%",D(v,j))q=v[j];else if(q!=null){if(!(Z in q)){if(!L)throw new o("base intrinsic for "+z+" exists, but the property is not available.");return}if(s&&X+1>=M.length){var J=s(q,Z);re=!!J,re&&"get"in J&&!("originalValue"in J.get)?q=J.get:q=q[Z]}else re=D(q,Z),q=q[Z];re&&!U&&(v[j]=q)}}return q}}}),PN=nt({"node_modules/call-bind/index.js"(e,t){var r=Eh(),n=YD(),a=n("%Function.prototype.apply%"),o=n("%Function.prototype.call%"),i=n("%Reflect.apply%",!0)||r.call(o,a),s=n("%Object.getOwnPropertyDescriptor%",!0),c=n("%Object.defineProperty%",!0),d=n("%Math.max%");if(c)try{c({},"a",{value:1})}catch{c=null}t.exports=function(g){var h=i(r,o,arguments);if(s&&c){var f=s(h,"length");f.configurable&&c(h,"length",{value:1+d(0,g.length-(arguments.length-1))})}return h};var p=function(){return i(r,a,arguments)};c?c(t.exports,"apply",{value:p}):t.exports.apply=p}}),NN=nt({"node_modules/call-bind/callBound.js"(e,t){var r=YD(),n=PN(),a=n(r("String.prototype.indexOf"));t.exports=function(o,i){var s=r(o,!!i);return typeof s=="function"&&a(o,".prototype.")>-1?n(s):s}}}),$N=nt({"node_modules/has-tostringtag/shams.js"(e,t){var r=WD();t.exports=function(){return r()&&!!Symbol.toStringTag}}}),HN=nt({"node_modules/is-regex/index.js"(e,t){var r=NN(),n=$N()(),a,o,i,s;n&&(a=r("Object.prototype.hasOwnProperty"),o=r("RegExp.prototype.exec"),i={},c=function(){throw i},s={toString:c,valueOf:c},typeof Symbol.toPrimitive=="symbol"&&(s[Symbol.toPrimitive]=c));var c,d=r("Object.prototype.toString"),p=Object.getOwnPropertyDescriptor,g="[object RegExp]";t.exports=n?function(h){if(!h||typeof h!="object")return!1;var f=p(h,"lastIndex"),v=f&&a(f,"value");if(!v)return!1;try{o(h,s)}catch(m){return m===i}}:function(h){return!h||typeof h!="object"&&typeof h!="function"?!1:d(h)===g}}}),jN=nt({"node_modules/is-function/index.js"(e,t){t.exports=n;var r=Object.prototype.toString;function n(a){if(!a)return!1;var o=r.call(a);return o==="[object Function]"||typeof a=="function"&&o!=="[object RegExp]"||typeof window<"u"&&(a===window.setTimeout||a===window.alert||a===window.confirm||a===window.prompt)}}}),VN=nt({"node_modules/is-symbol/index.js"(e,t){var r=Object.prototype.toString,n=GD()();n?(a=Symbol.prototype.toString,o=/^Symbol\(.*\)$/,i=function(s){return typeof s.valueOf()!="symbol"?!1:o.test(a.call(s))},t.exports=function(s){if(typeof s=="symbol")return!0;if(r.call(s)!=="[object Symbol]")return!1;try{return i(s)}catch{return!1}}):t.exports=function(s){return!1};var a,o,i}}),UN=wh(HN()),qN=wh(jN()),WN=wh(VN());function GN(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}var YN=typeof global=="object"&&global&&global.Object===Object&&global,KN=YN,JN=typeof self=="object"&&self&&self.Object===Object&&self,ZN=KN||JN||Function("return this")(),xh=ZN,XN=xh.Symbol,Da=XN,KD=Object.prototype,QN=KD.hasOwnProperty,e$=KD.toString,no=Da?Da.toStringTag:void 0;function t$(e){var t=QN.call(e,no),r=e[no];try{e[no]=void 0;var n=!0}catch{}var a=e$.call(e);return n&&(t?e[no]=r:delete e[no]),a}var r$=t$,n$=Object.prototype,a$=n$.toString;function o$(e){return a$.call(e)}var i$=o$,l$="[object Null]",s$="[object Undefined]",oy=Da?Da.toStringTag:void 0;function u$(e){return e==null?e===void 0?s$:l$:oy&&oy in Object(e)?r$(e):i$(e)}var c$=u$,iy=Da?Da.prototype:void 0;iy&&iy.toString;function d$(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var JD=d$,p$="[object AsyncFunction]",f$="[object Function]",h$="[object GeneratorFunction]",m$="[object Proxy]";function g$(e){if(!JD(e))return!1;var t=c$(e);return t==f$||t==h$||t==p$||t==m$}var v$=g$,y$=xh["__core-js_shared__"],Q0=y$,ly=function(){var e=/[^.]+$/.exec(Q0&&Q0.keys&&Q0.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function b$(e){return!!ly&&ly in e}var w$=b$,E$=Function.prototype,x$=E$.toString;function D$(e){if(e!=null){try{return x$.call(e)}catch{}try{return e+""}catch{}}return""}var C$=D$,S$=/[\\^$.*+?()[\]{}|]/g,k$=/^\[object .+?Constructor\]$/,A$=Function.prototype,F$=Object.prototype,_$=A$.toString,R$=F$.hasOwnProperty,I$=RegExp("^"+_$.call(R$).replace(S$,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function B$(e){if(!JD(e)||w$(e))return!1;var t=v$(e)?I$:k$;return t.test(C$(e))}var T$=B$;function z$(e,t){return e==null?void 0:e[t]}var L$=z$;function O$(e,t){var r=L$(e,t);return T$(r)?r:void 0}var ZD=O$;function M$(e,t){return e===t||e!==e&&t!==t}var P$=M$,N$=ZD(Object,"create"),Yo=N$;function $$(){this.__data__=Yo?Yo(null):{},this.size=0}var H$=$$;function j$(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var V$=j$,U$="__lodash_hash_undefined__",q$=Object.prototype,W$=q$.hasOwnProperty;function G$(e){var t=this.__data__;if(Yo){var r=t[e];return r===U$?void 0:r}return W$.call(t,e)?t[e]:void 0}var Y$=G$,K$=Object.prototype,J$=K$.hasOwnProperty;function Z$(e){var t=this.__data__;return Yo?t[e]!==void 0:J$.call(t,e)}var X$=Z$,Q$="__lodash_hash_undefined__";function eH(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Yo&&t===void 0?Q$:t,this}var tH=eH;function za(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}za.prototype.clear=H$;za.prototype.delete=V$;za.prototype.get=Y$;za.prototype.has=X$;za.prototype.set=tH;var sy=za;function rH(){this.__data__=[],this.size=0}var nH=rH;function aH(e,t){for(var r=e.length;r--;)if(P$(e[r][0],t))return r;return-1}var bu=aH,oH=Array.prototype,iH=oH.splice;function lH(e){var t=this.__data__,r=bu(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():iH.call(t,r,1),--this.size,!0}var sH=lH;function uH(e){var t=this.__data__,r=bu(t,e);return r<0?void 0:t[r][1]}var cH=uH;function dH(e){return bu(this.__data__,e)>-1}var pH=dH;function fH(e,t){var r=this.__data__,n=bu(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var hH=fH;function La(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}La.prototype.clear=nH;La.prototype.delete=sH;La.prototype.get=cH;La.prototype.has=pH;La.prototype.set=hH;var mH=La,gH=ZD(xh,"Map"),vH=gH;function yH(){this.size=0,this.__data__={hash:new sy,map:new(vH||mH),string:new sy}}var bH=yH;function wH(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var EH=wH;function xH(e,t){var r=e.__data__;return EH(t)?r[typeof t=="string"?"string":"hash"]:r.map}var wu=xH;function DH(e){var t=wu(this,e).delete(e);return this.size-=t?1:0,t}var CH=DH;function SH(e){return wu(this,e).get(e)}var kH=SH;function AH(e){return wu(this,e).has(e)}var FH=AH;function _H(e,t){var r=wu(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var RH=_H;function Oa(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Oa.prototype.clear=bH;Oa.prototype.delete=CH;Oa.prototype.get=kH;Oa.prototype.has=FH;Oa.prototype.set=RH;var XD=Oa,IH="Expected a function";function Dh(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(IH);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var i=e.apply(this,n);return r.cache=o.set(a,i)||o,i};return r.cache=new(Dh.Cache||XD),r}Dh.Cache=XD;var BH=Dh,TH=500;function zH(e){var t=BH(e,function(n){return r.size===TH&&r.clear(),n}),r=t.cache;return t}var LH=zH,OH=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,MH=/\\(\\)?/g;LH(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(OH,function(r,n,a,o){t.push(a?o.replace(MH,"$1"):n||r)}),t});var PH=GN,NH=e=>{let t=null,r=!1,n=!1,a=!1,o="";if(e.indexOf("//")>=0||e.indexOf("/*")>=0)for(let i=0;i<e.length;i+=1)!t&&!r&&!n&&!a?e[i]==='"'||e[i]==="'"||e[i]==="`"?t=e[i]:e[i]==="/"&&e[i+1]==="*"?r=!0:e[i]==="/"&&e[i+1]==="/"?n=!0:e[i]==="/"&&e[i+1]!=="/"&&(a=!0):(t&&(e[i]===t&&e[i-1]!=="\\"||e[i]===`
568
- `&&t!=="`")&&(t=null),a&&(e[i]==="/"&&e[i-1]!=="\\"||e[i]===`
569
- `)&&(a=!1),r&&e[i-1]==="/"&&e[i-2]==="*"&&(r=!1),n&&e[i]===`
570
- `&&(n=!1)),!r&&!n&&(o+=e[i]);else o=e;return o},$H=(0,LN.default)(1e4)(e=>NH(e).replace(/\n\s*/g,"").trim()),HH=function(e,t){let r=t.slice(0,t.indexOf("{")),n=t.slice(t.indexOf("{"));if(r.includes("=>")||r.includes("function"))return t;let a=r;return a=a.replace(e,"function"),a+n},jH=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/;function QD(e){if(!PH(e))return e;let t=e,r=!1;return typeof Event<"u"&&e instanceof Event&&(t=zN(t),r=!0),t=Object.keys(t).reduce((n,a)=>{try{t[a]&&t[a].toJSON,n[a]=t[a]}catch{r=!0}return n},{}),r?t:e}var VH=function(e){let t,r,n,a;return function(o,i){try{if(o==="")return a=[],t=new Map([[i,"[]"]]),r=new Map,n=[],i;let s=r.get(this)||this;for(;n.length&&s!==n[0];)n.shift(),a.pop();if(typeof i=="boolean")return i;if(i===void 0)return e.allowUndefined?"_undefined_":void 0;if(i===null)return null;if(typeof i=="number")return i===-1/0?"_-Infinity_":i===1/0?"_Infinity_":Number.isNaN(i)?"_NaN_":i;if(typeof i=="bigint")return`_bigint_${i.toString()}`;if(typeof i=="string")return jH.test(i)?e.allowDate?`_date_${i}`:void 0:i;if((0,UN.default)(i))return e.allowRegExp?`_regexp_${i.flags}|${i.source}`:void 0;if((0,qN.default)(i)){if(!e.allowFunction)return;let{name:d}=i,p=i.toString();return p.match(/(\[native code\]|WEBPACK_IMPORTED_MODULE|__webpack_exports__|__webpack_require__)/)?`_function_${d}|${(()=>{}).toString()}`:`_function_${d}|${$H(HH(o,p))}`}if((0,WN.default)(i)){if(!e.allowSymbol)return;let d=Symbol.keyFor(i);return d!==void 0?`_gsymbol_${d}`:`_symbol_${i.toString().slice(7,-1)}`}if(n.length>=e.maxDepth)return Array.isArray(i)?`[Array(${i.length})]`:"[Object]";if(i===this)return`_duplicate_${JSON.stringify(a)}`;if(i instanceof Error&&e.allowError)return{__isConvertedError__:!0,errorProperties:{...i.cause?{cause:i.cause}:{},...i,name:i.name,message:i.message,stack:i.stack,"_constructor-name_":i.constructor.name}};if(i.constructor&&i.constructor.name&&i.constructor.name!=="Object"&&!Array.isArray(i)&&!e.allowClass)return;let c=t.get(i);if(!c){let d=Array.isArray(i)?i:QD(i);if(i.constructor&&i.constructor.name&&i.constructor.name!=="Object"&&!Array.isArray(i)&&e.allowClass)try{Object.assign(d,{"_constructor-name_":i.constructor.name})}catch{}return a.push(o),n.unshift(d),t.set(i,JSON.stringify(a)),i!==d&&r.set(i,d),d}return`_duplicate_${c}`}catch{return}}},UH={maxDepth:10,space:void 0,allowFunction:!0,allowRegExp:!0,allowDate:!0,allowClass:!0,allowError:!0,allowUndefined:!0,allowSymbol:!0,lazyEval:!0},qH=(e,t={})=>{let r={...UH,...t};return JSON.stringify(QD(e),VH(r),t.space)};function eC(e){return qH(e,{allowFunction:!1})}var tC=l.createContext({sources:{}}),rC="--unknown--",WH=({children:e,channel:t})=>{let[r,n]=l.useState({});return l.useEffect(()=>{let a=(o,i=null,s=!1)=>{let{id:c,args:d=void 0,source:p,format:g}=typeof o=="string"?{id:o,source:i,format:s}:o,h=d?eC(d):rC;n(f=>({...f,[c]:{...f[c],[h]:{code:p,format:g}}}))};return t.on(Rh,a),()=>t.off(Rh,a)},[]),y.createElement(tC.Provider,{value:{sources:r}},e)},GH=(e,t,r)=>{let{sources:n}=r,a=n==null?void 0:n[e];return(a==null?void 0:a[eC(t)])||(a==null?void 0:a[rC])||{code:""}},YH=({snippet:e,storyContext:t,typeFromProps:r,transformFromProps:n})=>{var c,d;let{__isArgsStory:a}=t.parameters,o=((c=t.parameters.docs)==null?void 0:c.source)||{},i=r||o.type||Du.AUTO;if(o.code!==void 0)return o.code;let s=i===Du.DYNAMIC||i===Du.AUTO&&e&&a?e:o.originalSource||"";return((d=n??o.transform)==null?void 0:d(s,t))||s},KH=(e,t,r)=>{var f,v,m,w;let n,{of:a}=e;if("of"in e&&a===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");if(a)n=t.resolveOf(a,["story"]).story;else try{n=t.storyById()}catch{}let o=((v=(f=n==null?void 0:n.parameters)==null?void 0:f.docs)==null?void 0:v.source)||{},{code:i}=e,s=e.format??o.format,c=e.language??o.language??"jsx",d=e.dark??o.dark??!1;if(!i&&!n)return{error:"Oh no! The source is not available."};if(i)return{code:i,format:s,language:c,dark:d};let p=t.getStoryContext(n),g=e.__forceInitialArgs?p.initialArgs:p.unmappedArgs,h=GH(n.id,g,r);return s=h.format??((w=(m=n.parameters.docs)==null?void 0:m.source)==null?void 0:w.format)??!1,{code:YH({snippet:h.code,storyContext:{...p,args:g},typeFromProps:e.type,transformFromProps:e.transform}),format:s,language:c,dark:d}};function JH(e,t){let r=ZH([e],t);return r&&r[0]}function ZH(e,t){let[r,n]=l.useState({});return l.useEffect(()=>{Promise.all(e.map(async a=>{let o=await t.loadStory(a);n(i=>i[a]===o?i:{...i,[a]:o})}))}),e.map(a=>{if(r[a])return r[a];try{return t.storyById(a)}catch{return null}})}var XH=(e,t)=>{let{of:r,meta:n}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");return n&&t.referenceMeta(n,!1),t.resolveOf(r||"story",["story"]).story.id},QH=(e,t,r)=>{let{parameters:n={}}=t||{},{docs:a={}}=n,o=a.story||{};if(a.disable)return null;if(e.inline??o.inline??!1){let s=e.height??o.height,c=e.autoplay??o.autoplay??!1;return{story:t,inline:!0,height:s,autoplay:c,forceInitialArgs:!!e.__forceInitialArgs,primary:!!e.__primary,renderStoryToElement:r.renderStoryToElement}}let i=e.height??o.height??o.iframeHeight??"100px";return{story:t,inline:!1,height:i,primary:!!e.__primary}},ej=(e={__forceInitialArgs:!1,__primary:!1})=>{let t=l.useContext(Xt),r=XH(e,t),n=JH(r,t);if(!n)return y.createElement(uD,null);let a=QH(e,n,t);return a?y.createElement(dO,{...a}):null},tj=e=>{var h,f,v,m,w,E,D,x,b,C;let t=l.useContext(Xt),r=l.useContext(tC),{of:n,source:a}=e;if("of"in e&&n===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{story:o}=Sn(n||"story",["story"]),i=KH({...a,...n&&{of:n}},t,r),s=e.layout??o.parameters.layout??((f=(h=o.parameters.docs)==null?void 0:h.canvas)==null?void 0:f.layout)??"padded",c=e.withToolbar??((m=(v=o.parameters.docs)==null?void 0:v.canvas)==null?void 0:m.withToolbar)??!1,d=e.additionalActions??((E=(w=o.parameters.docs)==null?void 0:w.canvas)==null?void 0:E.additionalActions),p=e.sourceState??((x=(D=o.parameters.docs)==null?void 0:D.canvas)==null?void 0:x.sourceState)??"hidden",g=e.className??((C=(b=o.parameters.docs)==null?void 0:b.canvas)==null?void 0:C.className);return y.createElement(cD,{withSource:p==="none"?void 0:i,isExpanded:p==="shown",withToolbar:c,additionalActions:d,className:g,layout:s},y.createElement(ej,{of:n||o.moduleExport,meta:e.meta,...e.story}))},rj=(e,t)=>{let r=nj(e,t);if(!r)throw new Error("No result when story was defined");return r},nj=(e,t)=>{let r=e?t.getStoryContext(e):{args:{}},{id:n}=e||{id:"none"},[a,o]=l.useState(r.args);l.useEffect(()=>{let c=d=>{d.storyId===n&&o(d.args)};return t.channel.on(L4,c),()=>t.channel.off(L4,c)},[n,t.channel]);let i=l.useCallback(c=>t.channel.emit(cL,{storyId:n,updatedArgs:c}),[n,t.channel]),s=l.useCallback(c=>t.channel.emit(dL,{storyId:n,argNames:c}),[n,t.channel]);return e&&[a,i,s]},aj=(e,t)=>{let r=t.getStoryContext(e),[n,a]=l.useState(r.globals);return l.useEffect(()=>{let o=i=>{a(i.globals)};return t.channel.on(O4,o),()=>t.channel.off(O4,o)},[t.channel]),[n]};function oj(e,t){let{extractArgTypes:r}=t.docs||{};if(!r)throw new Error("Args unsupported. See Args documentation for your framework.");return r(e)}var ij=e=>{var b;let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=l.useContext(Xt),{story:n}=r.resolveOf(t||"story",["story"]),{parameters:a,argTypes:o,component:i,subcomponents:s}=n,c=((b=a.docs)==null?void 0:b.controls)||{},d=e.include??c.include,p=e.exclude??c.exclude,g=e.sort??c.sort,[h,f,v]=rj(n,r),[m]=aj(n,r),w=z4(o,d,p);if(!(s&&Object.keys(s).length>0))return Object.keys(w).length>0||Object.keys(h).length>0?y.createElement(Hp,{rows:w,sort:g,args:h,globals:m,updateArgs:f,resetArgs:v}):null;let E=SN(i),D=Object.fromEntries(Object.entries(s).map(([C,S])=>[C,{rows:z4(oj(S,a),d,p),sort:g}])),x={[E]:{rows:w,sort:g},...D};return y.createElement(EN,{tabs:x,sort:g,args:h,globals:m,updateArgs:f,resetArgs:v})},{document:nC}=globalThis,aC=({className:e,children:t,...r})=>{if(typeof e!="string"&&(typeof t!="string"||!t.match(/[\n\r]/g)))return y.createElement(jf,null,t);let n=e&&e.split("-");return y.createElement(lD,{language:n&&n[1]||"text",format:!1,code:t,...r})};function Ch(e,t){e.channel.emit(pL,t)}var jp=Zx.a,lj=({hash:e,children:t})=>{let r=l.useContext(Xt);return y.createElement(jp,{href:e,target:"_self",onClick:n=>{let a=e.substring(1);nC.getElementById(a)&&Ch(r,e)}},t)},oC=e=>{let{href:t,target:r,children:n,...a}=e,o=l.useContext(Xt);return!t||r==="_blank"||/^https?:\/\//.test(t)?y.createElement(jp,{...e}):t.startsWith("#")?y.createElement(lj,{hash:t},n):y.createElement(jp,{href:t,onClick:i=>{i.button===0&&!i.altKey&&!i.ctrlKey&&!i.metaKey&&!i.shiftKey&&(i.preventDefault(),Ch(o,i.currentTarget.getAttribute("href")))},target:r,...a},n)},iC=["h1","h2","h3","h4","h5","h6"],sj=iC.reduce((e,t)=>({...e,[t]:F(t)({"& svg":{position:"relative",top:"-0.1em",visibility:"hidden"},"&:hover svg":{visibility:"visible"}})}),{}),uj=F.a(()=>({float:"left",lineHeight:"inherit",paddingRight:"10px",marginLeft:"-24px",color:"inherit"})),cj=({as:e,id:t,children:r,...n})=>{let a=l.useContext(Xt),o=sj[e],i=`#${t}`;return y.createElement(o,{id:t,...n},y.createElement(uj,{"aria-hidden":"true",href:i,tabIndex:-1,target:"_self",onClick:s=>{nC.getElementById(t)&&Ch(a,i)}},y.createElement(nL,null)),r)},Sh=e=>{let{as:t,id:r,children:n,...a}=e;if(r)return y.createElement(cj,{as:t,id:r,...a},n);let o=t,{as:i,...s}=e;return y.createElement(o,{...oe(s,t)})},lC=iC.reduce((e,t)=>({...e,[t]:r=>y.createElement(Sh,{as:t,...r})}),{}),dj=e=>{var t;if(!e.children)return null;if(typeof e.children!="string")throw new Error(hC`The Markdown block only accepts children as a single string, but children were of type: '${typeof e.children}'
571
- This is often caused by not wrapping the child in a template string.
572
-
573
- This is invalid:
574
- <Markdown>
575
- # Some heading
576
- A paragraph
577
- </Markdown>
578
-
579
- Instead do:
580
- <Markdown>
581
- {\`
582
- # Some heading
583
- A paragraph
584
- \`}
585
- </Markdown>
586
- `);return y.createElement(RD,{...e,options:{forceBlock:!0,overrides:{code:aC,a:oC,...lC,...(t=e==null?void 0:e.options)==null?void 0:t.overrides},...e==null?void 0:e.options}})},pj=(e=>(e.INFO="info",e.NOTES="notes",e.DOCGEN="docgen",e.AUTO="auto",e))(pj||{}),fj=e=>{var t,r,n,a,o,i,s,c;switch(e.type){case"story":return((r=(t=e.story.parameters.docs)==null?void 0:t.description)==null?void 0:r.story)||null;case"meta":{let{parameters:d,component:p}=e.preparedMeta;return((a=(n=d.docs)==null?void 0:n.description)==null?void 0:a.component)||((i=(o=d.docs)==null?void 0:o.extractComponentDescription)==null?void 0:i.call(o,p,{component:p,parameters:d}))||null}case"component":{let{component:d,projectAnnotations:{parameters:p}}=e;return((c=(s=p.docs)==null?void 0:s.extractComponentDescription)==null?void 0:c.call(s,d,{component:d,parameters:p}))||null}default:throw new Error(`Unrecognized module type resolved from 'useOf', got: ${e.type}`)}},Vp=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=Sn(t||"meta"),n=fj(r);return n?y.createElement(dj,null,n):null},uy=Wp(yL()),hj=F.div(({theme:e})=>({width:"10rem","@media (max-width: 768px)":{display:"none"}})),mj=F.div(({theme:e})=>({position:"fixed",bottom:0,top:0,width:"10rem",paddingTop:"4rem",paddingBottom:"2rem",overflowY:"auto",fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch","& *":{boxSizing:"border-box"},"& > .toc-wrapper > .toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`}}},"& .toc-list-item":{position:"relative",listStyleType:"none",marginLeft:20,paddingTop:3,paddingBottom:3},"& .toc-list-item::before":{content:'""',position:"absolute",height:"100%",top:0,left:0,transform:"translateX(calc(-2px - 20px))",borderLeft:`solid 2px ${e.color.mediumdark}`,opacity:0,transition:"opacity 0.2s"},"& .toc-list-item.is-active-li::before":{opacity:1},"& .toc-list-item > a":{color:e.color.defaultText,textDecoration:"none"},"& .toc-list-item.is-active-li > a":{fontWeight:600,color:e.color.secondary,textDecoration:"none"}})),gj=F.p(({theme:e})=>({fontWeight:600,fontSize:"0.875em",color:e.textColor,textTransform:"uppercase",marginBottom:10})),vj=({title:e})=>e===null?null:typeof e=="string"?y.createElement(gj,null,e):e,yj=({title:e,disable:t,headingSelector:r,contentsSelector:n,ignoreSelector:a,unsafeTocbotOptions:o})=>(l.useEffect(()=>{let i={tocSelector:".toc-wrapper",contentSelector:n??".sbdocs-content",headingSelector:r??"h3",ignoreSelector:a??".docs-story *, .skip-toc",headingsOffset:40,scrollSmoothOffset:-40,orderedList:!1,onClick:()=>!1,...o},s=setTimeout(()=>uy.init(i),100);return()=>{clearTimeout(s),uy.destroy()}},[t]),y.createElement(y.Fragment,null,y.createElement(hj,null,t?null:y.createElement(mj,null,y.createElement(vj,{title:e||null}),y.createElement("div",{className:"toc-wrapper"}))))),{document:bj,window:wj}=globalThis,Ej=({context:e,theme:t,children:r})=>{var a,o,i,s,c;let n;try{n=(o=(a=e.resolveOf("meta",["meta"]).preparedMeta.parameters)==null?void 0:a.docs)==null?void 0:o.toc}catch{n=(c=(s=(i=e==null?void 0:e.projectAnnotations)==null?void 0:i.parameters)==null?void 0:s.docs)==null?void 0:c.toc}return l.useEffect(()=>{let d;try{if(d=new URL(wj.parent.location.toString()),d.hash){let p=bj.getElementById(decodeURIComponent(d.hash.substring(1)));p&&setTimeout(()=>{kN(p)},200)}}catch{}}),y.createElement(Xt.Provider,{value:e},y.createElement(WH,{channel:e.channel},y.createElement($y,{theme:SS(t)},y.createElement(nO,{toc:n?y.createElement(yj,{className:"sbdocs sbdocs-toc--custom",...n}):null},r))))},xj=({children:e,disableAnchor:t})=>{if(t||typeof e!="string")return y.createElement(Uf,null,e);let r=globalThis.encodeURIComponent(e.toLowerCase());return y.createElement(Sh,{as:"h3",id:r},e)},sC=({of:e,expanded:t=!0,withToolbar:r=!1,__forceInitialArgs:n=!1,__primary:a=!1})=>{var s,c;let{story:o}=Sn(e||"story",["story"]),i=((c=(s=o.parameters.docs)==null?void 0:s.canvas)==null?void 0:c.withToolbar)??r;return y.createElement(DN,{storyId:o.id},t&&y.createElement(y.Fragment,null,y.createElement(xj,null,o.name),y.createElement(Vp,{of:e})),y.createElement(tj,{of:e,withToolbar:i,story:{__forceInitialArgs:n,__primary:a},source:{__forceInitialArgs:n}}))},Dj=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{csfFile:r}=Sn(t||"meta",["meta"]),n=l.useContext(Xt).componentStoriesFromCSFFile(r)[0];return n?y.createElement(sC,{of:n.moduleExport,expanded:!1,__primary:!0,withToolbar:!0}):null},Cj=({children:e,disableAnchor:t,...r})=>{if(t||typeof e!="string")return y.createElement(Vf,null,e);let n=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return y.createElement(Sh,{as:"h2",id:n,...r},e)},Sj=F(Cj)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,fontWeight:e.typography.weight.bold,lineHeight:"16px",letterSpacing:"0.35em",textTransform:"uppercase",color:e.textMutedColor,border:0,marginBottom:"12px","&:first-of-type":{marginTop:"56px"}})),kj=({title:e="Stories",includePrimary:t=!0})=>{var s;let{componentStories:r,projectAnnotations:n,getStoryContext:a}=l.useContext(Xt),o=r(),{stories:{filter:i}={filter:void 0}}=((s=n.parameters)==null?void 0:s.docs)||{};return i&&(o=o.filter(c=>i(c,a(c)))),o.some(c=>{var d;return(d=c.tags)==null?void 0:d.includes("autodocs")})&&(o=o.filter(c=>{var d;return((d=c.tags)==null?void 0:d.includes("autodocs"))&&!c.usesMount})),t||(o=o.slice(1)),!o||o.length===0?null:y.createElement(y.Fragment,null,y.createElement(Sj,null,e),o.map(c=>c&&y.createElement(sC,{key:c.id,of:c.moduleExport,expanded:!0,__forceInitialArgs:!0})))},Aj="https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#subtitle-block-and-parameterscomponentsubtitle",Fj=e=>{let{of:t,children:r}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n;try{n=Sn(t||"meta",["meta"]).preparedMeta}catch(s){if(r&&!s.message.includes("did you forget to use <Meta of={} />?"))throw s}let{componentSubtitle:a,docs:o}=(n==null?void 0:n.parameters)||{};a&&sL(`Using 'parameters.componentSubtitle' property to subtitle stories is deprecated. See ${Aj}`);let i=r||(o==null?void 0:o.subtitle)||a;return i?y.createElement(eO,{className:"sbdocs-subtitle sb-unstyled"},i):null},_j=/\s*\/\s*/,Rj=e=>{let t=e.trim().split(_j);return(t==null?void 0:t[(t==null?void 0:t.length)-1])||e},Ij=e=>{let{children:t,of:r}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n;try{n=Sn(r||"meta",["meta"]).preparedMeta}catch(o){if(t&&!o.message.includes("did you forget to use <Meta of={} />?"))throw o}let a=t||Rj(n==null?void 0:n.title);return a?y.createElement(QL,{className:"sbdocs-title sb-unstyled"},a):null},Bj=()=>{let e=Sn("meta",["meta"]),{stories:t}=e.csfFile,r=Object.keys(t).length===1;return y.createElement(y.Fragment,null,y.createElement(Ij,null),y.createElement(Fj,null),y.createElement(Vp,{of:"meta"}),r?y.createElement(Vp,{of:"story"}):null,y.createElement(Dj,null),y.createElement(ij,null),r?null:y.createElement(kj,null))};function Tj({context:e,docsParameter:t}){let r=t.container||Ej,n=t.page||Bj;return y.createElement(r,{context:e,theme:t.theme},y.createElement(n,null))}var uC={code:aC,a:oC,...lC},zj=class extends l.Component{constructor(){super(...arguments),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e){let{showException:t}=this.props;t(e)}render(){let{hasError:e}=this.state,{children:t}=this.props;return e?null:y.createElement(y.Fragment,null,t)}},Lj=class{constructor(){this.render=async(e,t,r)=>{let n={...uC,...t==null?void 0:t.components},a=Tj;return new Promise((o,i)=>{Up(async()=>{const{MDXProvider:s}=await import("./index-DUy19JZU.js");return{MDXProvider:s}},__vite__mapDeps([10,1,2]),import.meta.url).then(({MDXProvider:s})=>mC(y.createElement(zj,{showException:i,key:Math.random()},y.createElement(s,{components:n},y.createElement(a,{context:e,docsParameter:t}))),r)).then(()=>o())})},this.unmount=e=>{gC(e)}}};const tV=Object.freeze(Object.defineProperty({__proto__:null,DocsRenderer:Lj,defaultComponents:uC},Symbol.toStringTag,{value:"Module"}));export{tV as D,Jj as M,F as T,Ta as Y,Wp as _,mn as a,qj as d,Et as g,dz as n,sz as q};