@mjpvs/agentic-component-library-test 1.3.0 → 1.4.0

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 (47) hide show
  1. package/README.md +1 -0
  2. package/dist/components/ArticleCard/ArticleCard.d.ts +18 -0
  3. package/dist/components/ArticleCard/ArticleCard.stories.d.ts +8 -0
  4. package/dist/components/ArticleCard/index.d.ts +2 -0
  5. package/dist/components/ArticleList/ArticleList.d.ts +7 -0
  6. package/dist/components/ArticleList/ArticleList.stories.d.ts +8 -0
  7. package/dist/components/ArticleList/index.d.ts +2 -0
  8. package/dist/components/Blockquote/Blockquote.d.ts +6 -0
  9. package/dist/components/Blockquote/Blockquote.stories.d.ts +7 -0
  10. package/dist/components/Blockquote/index.d.ts +2 -0
  11. package/dist/components/CodeBlock/CodeBlock.d.ts +7 -0
  12. package/dist/components/CodeBlock/CodeBlock.stories.d.ts +9 -0
  13. package/dist/components/CodeBlock/index.d.ts +2 -0
  14. package/dist/components/Footer/Footer.d.ts +6 -0
  15. package/dist/components/Footer/Footer.stories.d.ts +8 -0
  16. package/dist/components/Footer/index.d.ts +2 -0
  17. package/dist/components/Header/Header.d.ts +6 -0
  18. package/dist/components/Header/Header.stories.d.ts +8 -0
  19. package/dist/components/Header/index.d.ts +2 -0
  20. package/dist/components/Image/Image.d.ts +11 -0
  21. package/dist/components/Image/Image.stories.d.ts +9 -0
  22. package/dist/components/Image/index.d.ts +2 -0
  23. package/dist/components/Link/Link.d.ts +7 -0
  24. package/dist/components/Link/Link.stories.d.ts +8 -0
  25. package/dist/components/Link/index.d.ts +2 -0
  26. package/dist/components/Main/Main.d.ts +5 -0
  27. package/dist/components/Main/Main.stories.d.ts +7 -0
  28. package/dist/components/Main/index.d.ts +2 -0
  29. package/dist/components/Meta/Meta.d.ts +7 -0
  30. package/dist/components/Meta/Meta.stories.d.ts +9 -0
  31. package/dist/components/Meta/index.d.ts +3 -0
  32. package/dist/components/Meta/utils.d.ts +2 -0
  33. package/dist/components/Pagination/Pagination.d.ts +7 -0
  34. package/dist/components/Pagination/Pagination.stories.d.ts +9 -0
  35. package/dist/components/Pagination/index.d.ts +2 -0
  36. package/dist/components/RichText/RichText.d.ts +5 -0
  37. package/dist/components/RichText/RichText.stories.d.ts +12 -0
  38. package/dist/components/RichText/index.d.ts +2 -0
  39. package/dist/components/Tag/Tag.d.ts +6 -0
  40. package/dist/components/Tag/Tag.stories.d.ts +7 -0
  41. package/dist/components/Tag/index.d.ts +2 -0
  42. package/dist/components/TagList/TagList.d.ts +6 -0
  43. package/dist/components/TagList/TagList.stories.d.ts +7 -0
  44. package/dist/components/TagList/index.d.ts +2 -0
  45. package/dist/index.d.ts +28 -0
  46. package/dist/index.js +2834 -586
  47. package/package.json +3 -1
package/dist/index.js CHANGED
@@ -1,33 +1,33 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var r=document.createElement("style");r.appendChild(document.createTextNode('*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}:root{--color-primary-50: #eff6ff;--color-primary-100: #dbeafe;--color-primary-200: #bfdbfe;--color-primary-300: #93c5fd;--color-primary-400: #60a5fa;--color-primary-500: #3b82f6;--color-primary-600: #2563eb;--color-primary-700: #1d4ed8;--color-primary-800: #1e40af;--color-primary-900: #1e3a8a;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-white: #ffffff;--color-black: #000000;--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-family-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-lineHeight-tight: 1.2;--font-lineHeight-normal: 1.5;--font-lineHeight-relaxed: 1.75;--spacing-0: 0;--spacing-xs: .25rem;--spacing-sm: .375rem;--spacing-md: .5rem;--spacing-lg: .75rem;--spacing-xl: 1rem;--spacing-2xl: 1.5rem;--spacing-3xl: 2rem;--borderRadius-none: 0;--borderRadius-sm: .125rem;--borderRadius-md: .375rem;--borderRadius-lg: .5rem;--borderRadius-full: 9999px;--shadow-sm: 0px 1px 2px 0px rgba(0, 0, 0, .05);--shadow-md: 0px 1px 3px 0px rgba(0, 0, 0, .1), rgba(0, 0, 0, .06);--shadow-lg: 0px 4px 6px -1px rgba(0, 0, 0, .1), rgba(0, 0, 0, .05);--transition-duration-fast: .15s;--transition-duration-normal: .2s;--transition-duration-slow: .3s;--transition-ease-in: ease-in;--transition-ease-out: ease-out;--transition-ease-inOut: ease-in-out;--grid-columns: 12;--grid-gutter-xs: .25rem;--grid-gutter-sm: .5rem;--grid-gutter-md: 1rem;--grid-gutter-lg: 1.5rem;--grid-gutter-xl: 2rem;--container-xs: 480px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px}._heading_v48j8_1{margin:0 0 var(--spacing-md) 0;font-weight:var(--font-weight-semibold);line-height:var(--font-line-height-tight);font-family:var(--font-family-heading)}._heading-1_v48j8_8{font-size:var(--font-size-4xl)}._heading-2_v48j8_9{font-size:var(--font-size-2xl)}._heading-3_v48j8_10{font-size:var(--font-size-xl)}._heading-4_v48j8_11{font-size:var(--font-size-base)}._heading-5_v48j8_12{font-size:var(--font-size-sm)}._heading-6_v48j8_13{font-size:var(--font-size-xs)}._btn_1kzw4_1{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--border-radius-md);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-duration-normal) var(--transition-ease-in-out);font-family:inherit}._btn_1kzw4_1:disabled{opacity:.6;cursor:not-allowed}._btn-primary_1kzw4_18{background-color:var(--color-primary-500);color:var(--color-white)}._btn-primary_1kzw4_18:hover:not(:disabled){background-color:var(--color-primary-600)}._btn-secondary_1kzw4_27{background-color:var(--color-gray-500);color:var(--color-white)}._btn-secondary_1kzw4_27:hover:not(:disabled){background-color:var(--color-gray-600)}._btn-outline_1kzw4_36{background-color:transparent;color:var(--color-primary-500);border:1px solid var(--color-primary-500)}._btn-outline_1kzw4_36:hover:not(:disabled){background-color:var(--color-primary-500);color:var(--color-white)}._btn-small_1kzw4_47{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm)}._btn-medium_1kzw4_52{padding:var(--spacing-md) var(--spacing-xl);font-size:var(--font-size-base)}._btn-large_1kzw4_57{padding:var(--spacing-lg) var(--spacing-2xl);font-size:var(--font-size-lg)}._card_b4mt8_1{background-color:var(--color-white);border-radius:var(--border-radius-lg);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid var(--color-gray-200)}._card-title_b4mt8_8{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-md);color:var(--color-gray-900)}._card-content_b4mt8_15{color:var(--color-gray-600)}._card-padding-none_b4mt8_19{padding:var(--spacing-0)}._card-padding-small_b4mt8_23{padding:var(--spacing-md)}._card-padding-medium_b4mt8_27{padding:var(--spacing-xl)}._card-padding-large_b4mt8_31{padding:var(--spacing-2xl)}._box_w6n89_1{display:block}._flex_1cs1w_1{display:flex}._flex-row_1cs1w_5{flex-direction:row}._flex-column_1cs1w_9{flex-direction:column}._flex-row-reverse_1cs1w_13{flex-direction:row-reverse}._flex-column-reverse_1cs1w_17{flex-direction:column-reverse}._justify-start_1cs1w_21{justify-content:flex-start}._justify-end_1cs1w_25{justify-content:flex-end}._justify-center_1cs1w_29{justify-content:center}._justify-between_1cs1w_33{justify-content:space-between}._justify-around_1cs1w_37{justify-content:space-around}._justify-evenly_1cs1w_41{justify-content:space-evenly}._align-start_1cs1w_45{align-items:flex-start}._align-end_1cs1w_49{align-items:flex-end}._align-center_1cs1w_53{align-items:center}._align-stretch_1cs1w_57{align-items:stretch}._align-baseline_1cs1w_61{align-items:baseline}._flex-wrap_1cs1w_65{flex-wrap:wrap}._flex-wrap-reverse_1cs1w_69{flex-wrap:wrap-reverse}._gap-xs_1cs1w_73{gap:var(--spacing-xs)}._gap-sm_1cs1w_77{gap:var(--spacing-sm)}._gap-md_1cs1w_81{gap:var(--spacing-md)}._gap-lg_1cs1w_85{gap:var(--spacing-lg)}._gap-xl_1cs1w_89{gap:var(--spacing-xl)}._grid_vnmpy_1{display:grid}._grid-1_vnmpy_5{grid-template-columns:repeat(1,1fr)}._grid-2_vnmpy_9{grid-template-columns:repeat(2,1fr)}._grid-3_vnmpy_13{grid-template-columns:repeat(3,1fr)}._grid-4_vnmpy_17{grid-template-columns:repeat(4,1fr)}._grid-5_vnmpy_21{grid-template-columns:repeat(5,1fr)}._grid-6_vnmpy_25{grid-template-columns:repeat(6,1fr)}._grid-7_vnmpy_29{grid-template-columns:repeat(7,1fr)}._grid-8_vnmpy_33{grid-template-columns:repeat(8,1fr)}._grid-9_vnmpy_37{grid-template-columns:repeat(9,1fr)}._grid-10_vnmpy_41{grid-template-columns:repeat(10,1fr)}._grid-11_vnmpy_45{grid-template-columns:repeat(11,1fr)}._grid-12_vnmpy_49{grid-template-columns:repeat(12,1fr)}._grid-item_vnmpy_53{min-width:0}._span-1_vnmpy_57{grid-column:span 1}._span-2_vnmpy_61{grid-column:span 2}._span-3_vnmpy_65{grid-column:span 3}._span-4_vnmpy_69{grid-column:span 4}._span-5_vnmpy_73{grid-column:span 5}._span-6_vnmpy_77{grid-column:span 6}._span-7_vnmpy_81{grid-column:span 7}._span-8_vnmpy_85{grid-column:span 8}._span-9_vnmpy_89{grid-column:span 9}._span-10_vnmpy_93{grid-column:span 10}._span-11_vnmpy_97{grid-column:span 11}._span-12_vnmpy_101{grid-column:span 12}._start-1_vnmpy_105{grid-column-start:1}._start-2_vnmpy_109{grid-column-start:2}._start-3_vnmpy_113{grid-column-start:3}._start-4_vnmpy_117{grid-column-start:4}._start-5_vnmpy_121{grid-column-start:5}._start-6_vnmpy_125{grid-column-start:6}._start-7_vnmpy_129{grid-column-start:7}._start-8_vnmpy_133{grid-column-start:8}._start-9_vnmpy_137{grid-column-start:9}._start-10_vnmpy_141{grid-column-start:10}._start-11_vnmpy_145{grid-column-start:11}._start-12_vnmpy_149{grid-column-start:12}._gap-xs_vnmpy_153{gap:var(--spacing-xs)}._gap-sm_vnmpy_157{gap:var(--spacing-sm)}._gap-md_vnmpy_161{gap:var(--spacing-md)}._gap-lg_vnmpy_165{gap:var(--spacing-lg)}._gap-xl_vnmpy_169{gap:var(--spacing-xl)}._container_8vstk_1{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container-xs_8vstk_9{max-width:var(--container-xs)}._container-sm_8vstk_13{max-width:var(--container-sm)}._container-md_8vstk_17{max-width:var(--container-md)}._container-lg_8vstk_21{max-width:var(--container-lg)}._container-xl_8vstk_25{max-width:var(--container-xl)}._container-2xl_8vstk_29{max-width:var(--container-2xl)}._container-full_8vstk_33{max-width:100%}._video_emnth_1{position:relative;width:100%;overflow:hidden}._video_emnth_1 iframe{position:absolute;top:0;left:0;width:100%;height:100%}._aspect-169_emnth_15{padding-bottom:56.25%}._aspect-43_emnth_19{padding-bottom:75%}._aspect-11_emnth_23{padding-bottom:100%}')),document.head.appendChild(r)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
1
+ (function(){"use strict";try{if(typeof document<"u"){var r=document.createElement("style");r.appendChild(document.createTextNode('*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}:root{--color-primary-50: #eff6ff;--color-primary-100: #dbeafe;--color-primary-200: #bfdbfe;--color-primary-300: #93c5fd;--color-primary-400: #60a5fa;--color-primary-500: #3b82f6;--color-primary-600: #2563eb;--color-primary-700: #1d4ed8;--color-primary-800: #1e40af;--color-primary-900: #1e3a8a;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-white: #ffffff;--color-black: #000000;--font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-family-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-lineHeight-tight: 1.2;--font-lineHeight-normal: 1.5;--font-lineHeight-relaxed: 1.75;--spacing-0: 0;--spacing-xs: .25rem;--spacing-sm: .375rem;--spacing-md: .5rem;--spacing-lg: .75rem;--spacing-xl: 1rem;--spacing-2xl: 1.5rem;--spacing-3xl: 2rem;--borderRadius-none: 0;--borderRadius-sm: .125rem;--borderRadius-md: .375rem;--borderRadius-lg: .5rem;--borderRadius-full: 9999px;--shadow-sm: 0px 1px 2px 0px rgba(0, 0, 0, .05);--shadow-md: 0px 1px 3px 0px rgba(0, 0, 0, .1), rgba(0, 0, 0, .06);--shadow-lg: 0px 4px 6px -1px rgba(0, 0, 0, .1), rgba(0, 0, 0, .05);--transition-duration-fast: .15s;--transition-duration-normal: .2s;--transition-duration-slow: .3s;--transition-ease-in: ease-in;--transition-ease-out: ease-out;--transition-ease-inOut: ease-in-out;--grid-columns: 12;--grid-gutter-xs: .25rem;--grid-gutter-sm: .5rem;--grid-gutter-md: 1rem;--grid-gutter-lg: 1.5rem;--grid-gutter-xl: 2rem;--container-xs: 480px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px}._heading_v48j8_1{margin:0 0 var(--spacing-md) 0;font-weight:var(--font-weight-semibold);line-height:var(--font-line-height-tight);font-family:var(--font-family-heading)}._heading-1_v48j8_8{font-size:var(--font-size-4xl)}._heading-2_v48j8_9{font-size:var(--font-size-2xl)}._heading-3_v48j8_10{font-size:var(--font-size-xl)}._heading-4_v48j8_11{font-size:var(--font-size-base)}._heading-5_v48j8_12{font-size:var(--font-size-sm)}._heading-6_v48j8_13{font-size:var(--font-size-xs)}._btn_1kzw4_1{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--border-radius-md);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-duration-normal) var(--transition-ease-in-out);font-family:inherit}._btn_1kzw4_1:disabled{opacity:.6;cursor:not-allowed}._btn-primary_1kzw4_18{background-color:var(--color-primary-500);color:var(--color-white)}._btn-primary_1kzw4_18:hover:not(:disabled){background-color:var(--color-primary-600)}._btn-secondary_1kzw4_27{background-color:var(--color-gray-500);color:var(--color-white)}._btn-secondary_1kzw4_27:hover:not(:disabled){background-color:var(--color-gray-600)}._btn-outline_1kzw4_36{background-color:transparent;color:var(--color-primary-500);border:1px solid var(--color-primary-500)}._btn-outline_1kzw4_36:hover:not(:disabled){background-color:var(--color-primary-500);color:var(--color-white)}._btn-small_1kzw4_47{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm)}._btn-medium_1kzw4_52{padding:var(--spacing-md) var(--spacing-xl);font-size:var(--font-size-base)}._btn-large_1kzw4_57{padding:var(--spacing-lg) var(--spacing-2xl);font-size:var(--font-size-lg)}._card_b4mt8_1{background-color:var(--color-white);border-radius:var(--border-radius-lg);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid var(--color-gray-200)}._card-title_b4mt8_8{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin-bottom:var(--spacing-md);color:var(--color-gray-900)}._card-content_b4mt8_15{color:var(--color-gray-600)}._card-padding-none_b4mt8_19{padding:var(--spacing-0)}._card-padding-small_b4mt8_23{padding:var(--spacing-md)}._card-padding-medium_b4mt8_27{padding:var(--spacing-xl)}._card-padding-large_b4mt8_31{padding:var(--spacing-2xl)}._box_w6n89_1{display:block}._flex_1cs1w_1{display:flex}._flex-row_1cs1w_5{flex-direction:row}._flex-column_1cs1w_9{flex-direction:column}._flex-row-reverse_1cs1w_13{flex-direction:row-reverse}._flex-column-reverse_1cs1w_17{flex-direction:column-reverse}._justify-start_1cs1w_21{justify-content:flex-start}._justify-end_1cs1w_25{justify-content:flex-end}._justify-center_1cs1w_29{justify-content:center}._justify-between_1cs1w_33{justify-content:space-between}._justify-around_1cs1w_37{justify-content:space-around}._justify-evenly_1cs1w_41{justify-content:space-evenly}._align-start_1cs1w_45{align-items:flex-start}._align-end_1cs1w_49{align-items:flex-end}._align-center_1cs1w_53{align-items:center}._align-stretch_1cs1w_57{align-items:stretch}._align-baseline_1cs1w_61{align-items:baseline}._flex-wrap_1cs1w_65{flex-wrap:wrap}._flex-wrap-reverse_1cs1w_69{flex-wrap:wrap-reverse}._gap-xs_1cs1w_73{gap:var(--spacing-xs)}._gap-sm_1cs1w_77{gap:var(--spacing-sm)}._gap-md_1cs1w_81{gap:var(--spacing-md)}._gap-lg_1cs1w_85{gap:var(--spacing-lg)}._gap-xl_1cs1w_89{gap:var(--spacing-xl)}._grid_vnmpy_1{display:grid}._grid-1_vnmpy_5{grid-template-columns:repeat(1,1fr)}._grid-2_vnmpy_9{grid-template-columns:repeat(2,1fr)}._grid-3_vnmpy_13{grid-template-columns:repeat(3,1fr)}._grid-4_vnmpy_17{grid-template-columns:repeat(4,1fr)}._grid-5_vnmpy_21{grid-template-columns:repeat(5,1fr)}._grid-6_vnmpy_25{grid-template-columns:repeat(6,1fr)}._grid-7_vnmpy_29{grid-template-columns:repeat(7,1fr)}._grid-8_vnmpy_33{grid-template-columns:repeat(8,1fr)}._grid-9_vnmpy_37{grid-template-columns:repeat(9,1fr)}._grid-10_vnmpy_41{grid-template-columns:repeat(10,1fr)}._grid-11_vnmpy_45{grid-template-columns:repeat(11,1fr)}._grid-12_vnmpy_49{grid-template-columns:repeat(12,1fr)}._grid-item_vnmpy_53{min-width:0}._span-1_vnmpy_57{grid-column:span 1}._span-2_vnmpy_61{grid-column:span 2}._span-3_vnmpy_65{grid-column:span 3}._span-4_vnmpy_69{grid-column:span 4}._span-5_vnmpy_73{grid-column:span 5}._span-6_vnmpy_77{grid-column:span 6}._span-7_vnmpy_81{grid-column:span 7}._span-8_vnmpy_85{grid-column:span 8}._span-9_vnmpy_89{grid-column:span 9}._span-10_vnmpy_93{grid-column:span 10}._span-11_vnmpy_97{grid-column:span 11}._span-12_vnmpy_101{grid-column:span 12}._start-1_vnmpy_105{grid-column-start:1}._start-2_vnmpy_109{grid-column-start:2}._start-3_vnmpy_113{grid-column-start:3}._start-4_vnmpy_117{grid-column-start:4}._start-5_vnmpy_121{grid-column-start:5}._start-6_vnmpy_125{grid-column-start:6}._start-7_vnmpy_129{grid-column-start:7}._start-8_vnmpy_133{grid-column-start:8}._start-9_vnmpy_137{grid-column-start:9}._start-10_vnmpy_141{grid-column-start:10}._start-11_vnmpy_145{grid-column-start:11}._start-12_vnmpy_149{grid-column-start:12}._gap-xs_vnmpy_153{gap:var(--spacing-xs)}._gap-sm_vnmpy_157{gap:var(--spacing-sm)}._gap-md_vnmpy_161{gap:var(--spacing-md)}._gap-lg_vnmpy_165{gap:var(--spacing-lg)}._gap-xl_vnmpy_169{gap:var(--spacing-xl)}._container_8vstk_1{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}._container-xs_8vstk_9{max-width:var(--container-xs)}._container-sm_8vstk_13{max-width:var(--container-sm)}._container-md_8vstk_17{max-width:var(--container-md)}._container-lg_8vstk_21{max-width:var(--container-lg)}._container-xl_8vstk_25{max-width:var(--container-xl)}._container-2xl_8vstk_29{max-width:var(--container-2xl)}._container-full_8vstk_33{max-width:100%}._video_emnth_1{position:relative;width:100%;overflow:hidden}._video_emnth_1 iframe{position:absolute;top:0;left:0;width:100%;height:100%}._aspect-169_emnth_15{padding-bottom:56.25%}._aspect-43_emnth_19{padding-bottom:75%}._aspect-11_emnth_23{padding-bottom:100%}._link_1hifb_1{color:var(--color-primary-500);text-decoration:none;transition:color var(--transition-duration-normal) var(--transition-ease-in-out)}._link_1hifb_1:hover{color:var(--color-primary-600);text-decoration:underline}._icon_1hifb_12{display:inline-flex;margin-left:var(--spacing-xs);vertical-align:middle}._header_ubxb7_1{padding:var(--spacing-md) var(--spacing-xl);background-color:var(--color-white);border-bottom:1px solid var(--color-gray-200)}._inner_ubxb7_7{max-width:var(--container-max-width, 1200px);margin:0 auto;width:100%}._logo_ubxb7_13{font-weight:var(--font-weight-bold);font-size:var(--font-size-xl)}._nav_ubxb7_18{display:flex;align-items:center;gap:var(--spacing-md)}._pagination_1pw9i_1{padding:var(--spacing-lg) 0}._page_1pw9i_5,._arrow_1pw9i_6{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 var(--spacing-sm);font-size:var(--font-size-sm);color:var(--color-gray-700);text-decoration:none;border-radius:var(--border-radius-md);transition:all var(--transition-duration-normal) var(--transition-ease-in-out)}._page_1pw9i_5:hover,._arrow_1pw9i_6:hover{background-color:var(--color-gray-100)}._page_1pw9i_5._active_1pw9i_25{background-color:var(--color-primary-500);color:var(--color-white)}._page_1pw9i_5._active_1pw9i_25:hover{background-color:var(--color-primary-600)}._ellipsis_1pw9i_34{padding:0 var(--spacing-xs);color:var(--color-gray-500)}._tag_1vtff_1{display:inline-block;padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-primary-600);background-color:var(--color-primary-50);border-radius:var(--border-radius-sm);text-decoration:none;transition:all var(--transition-duration-normal) var(--transition-ease-in-out)}a._tag_1vtff_1:hover{background-color:var(--color-primary-100);text-decoration:none}._tagList_bjefu_1{list-style:none;margin:0;padding:0}._figure_8wgpk_1{margin:0;padding:0}._image_8wgpk_6{display:block;max-width:100%;height:auto;border-radius:var(--border-radius-md)}._caption_8wgpk_13{margin-top:var(--spacing-sm);font-size:var(--font-size-sm);color:var(--color-gray-600);text-align:center}._richText_diwo5_1{font-family:var(--font-family-base, inherit);line-height:var(--font-line-height-relaxed, 1.7);color:var(--color-gray-800, inherit)}._richText_diwo5_1 p{margin:0 0 var(--spacing-md)}._richText_diwo5_1 h1,._richText_diwo5_1 h2,._richText_diwo5_1 h3,._richText_diwo5_1 h4,._richText_diwo5_1 h5,._richText_diwo5_1 h6{margin:var(--spacing-xl) 0 var(--spacing-md)}._richText_diwo5_1 ul,._richText_diwo5_1 ol{margin:0 0 var(--spacing-md);padding-left:var(--spacing-xl)}._richText_diwo5_1 li{margin-bottom:var(--spacing-xs)}._richText_diwo5_1 a{color:var(--color-primary-500)}._richText_diwo5_1 a:hover{color:var(--color-primary-600)}._richText_diwo5_1 code{font-family:var(--font-family-mono, "Consolas", "Monaco", monospace);font-size:.9em;padding:.2em .4em;background-color:var(--color-gray-100);border-radius:var(--border-radius-sm)}._richText_diwo5_1 pre code{padding:0;background:none}._main_1f4dr_1{flex:1;width:100%;max-width:var(--container-max-width, 1200px);margin:0 auto;padding:var(--spacing-xl) var(--spacing-lg)}._footer_imab8_1{padding:var(--spacing-lg) var(--spacing-xl);background-color:var(--color-gray-100);border-top:1px solid var(--color-gray-200);margin-top:auto}._inner_imab8_8{max-width:var(--container-max-width, 1200px);margin:0 auto;width:100%}._nav_imab8_14{display:flex;align-items:center;gap:var(--spacing-md)}._copyright_imab8_20{font-size:var(--font-size-sm);color:var(--color-gray-600)}._blockquote_1fs2k_1{margin:var(--spacing-lg) 0;padding:var(--spacing-md) var(--spacing-xl);border-left:4px solid var(--color-primary-500);background-color:var(--color-gray-100);font-style:italic;color:var(--color-gray-700)}._container_rqz26_1{margin:var(--spacing-lg) 0;border-radius:var(--border-radius-md);overflow:hidden}._language_rqz26_7{padding:var(--spacing-xs) var(--spacing-md);background-color:var(--color-gray-800);color:var(--color-gray-300);font-size:var(--font-size-xs);text-transform:uppercase}._pre_rqz26_15{margin:0;padding:var(--spacing-md);background-color:var(--color-gray-900);overflow-x:auto}._code_rqz26_22{font-family:var(--font-family-mono, "Consolas", "Monaco", monospace);font-size:var(--font-size-sm);color:var(--color-gray-100);line-height:1.5}._line_rqz26_29{display:block}._lineNumber_rqz26_33{display:inline-block;width:2.5em;margin-right:var(--spacing-md);color:var(--color-gray-600);text-align:right;-webkit-user-select:none;user-select:none}._lineContent_rqz26_42{display:inline}._meta_1h5jh_1{font-size:var(--font-size-sm);color:var(--color-gray-600)}._item_1h5jh_6:not(:last-child):after{content:"·";margin-left:var(--spacing-sm);color:var(--color-gray-400)}._card_1ttbm_1{display:flex;flex-direction:column;height:100%;padding:0;overflow:hidden}._imageLink_1ttbm_9{display:block;overflow:hidden}._image_1ttbm_9{width:100%;aspect-ratio:16 / 9;object-fit:cover;transition:transform var(--transition-duration-slow) var(--transition-ease-in-out)}._imageLink_1ttbm_9:hover ._image_1ttbm_9{transform:scale(1.05)}._content_1ttbm_25{display:flex;flex-direction:column;flex:1;padding:var(--spacing-lg)}._title_1ttbm_32{margin:0 0 var(--spacing-sm)}._titleLink_1ttbm_36{color:inherit;text-decoration:none}._titleLink_1ttbm_36:hover{color:var(--color-primary-500)}._meta_1ttbm_45{margin-bottom:var(--spacing-md)}._excerpt_1ttbm_49{margin:0 0 var(--spacing-md);color:var(--color-gray-600);line-height:var(--font-line-height-relaxed)}._tags_1ttbm_55{margin-top:auto}._articleList_29h0m_1{width:100%}')),document.head.appendChild(r)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
2
2
  import De from "react";
3
- const yr = "_heading_v48j8_1", D = {
4
- heading: yr,
3
+ const vr = "_heading_v48j8_1", ne = {
4
+ heading: vr,
5
5
  "heading-1": "_heading-1_v48j8_8",
6
6
  "heading-2": "_heading-2_v48j8_9",
7
7
  "heading-3": "_heading-3_v48j8_10",
8
8
  "heading-4": "_heading-4_v48j8_11",
9
9
  "heading-5": "_heading-5_v48j8_12",
10
10
  "heading-6": "_heading-6_v48j8_13"
11
- }, br = "_btn_1kzw4_1", I = {
12
- btn: br,
11
+ }, gr = "_btn_1kzw4_1", ae = {
12
+ btn: gr,
13
13
  "btn-primary": "_btn-primary_1kzw4_18",
14
14
  "btn-secondary": "_btn-secondary_1kzw4_27",
15
15
  "btn-outline": "_btn-outline_1kzw4_36",
16
16
  "btn-small": "_btn-small_1kzw4_47",
17
17
  "btn-medium": "_btn-medium_1kzw4_52",
18
18
  "btn-large": "_btn-large_1kzw4_57"
19
- }, hr = "_card_b4mt8_1", A = {
20
- card: hr,
19
+ }, yr = "_card_b4mt8_1", ie = {
20
+ card: yr,
21
21
  "card-title": "_card-title_b4mt8_8",
22
22
  "card-content": "_card-content_b4mt8_15",
23
23
  "card-padding-none": "_card-padding-none_b4mt8_19",
24
24
  "card-padding-small": "_card-padding-small_b4mt8_23",
25
25
  "card-padding-medium": "_card-padding-medium_b4mt8_27",
26
26
  "card-padding-large": "_card-padding-large_b4mt8_31"
27
- }, wr = "_box_w6n89_1", xr = {
28
- box: wr
29
- }, Er = "_flex_1cs1w_1", f = {
30
- flex: Er,
27
+ }, Er = "_box_w6n89_1", br = {
28
+ box: Er
29
+ }, Tr = "_flex_1cs1w_1", H = {
30
+ flex: Tr,
31
31
  "flex-row": "_flex-row_1cs1w_5",
32
32
  "flex-column": "_flex-column_1cs1w_9",
33
33
  "flex-row-reverse": "_flex-row-reverse_1cs1w_13",
@@ -50,7 +50,7 @@ const yr = "_heading_v48j8_1", D = {
50
50
  "gap-md": "_gap-md_1cs1w_81",
51
51
  "gap-lg": "_gap-lg_1cs1w_85",
52
52
  "gap-xl": "_gap-xl_1cs1w_89"
53
- }, Rr = "_grid_vnmpy_1", a = {
53
+ }, Rr = "_grid_vnmpy_1", x = {
54
54
  grid: Rr,
55
55
  "grid-1": "_grid-1_vnmpy_5",
56
56
  "grid-2": "_grid-2_vnmpy_9",
@@ -94,8 +94,8 @@ const yr = "_heading_v48j8_1", D = {
94
94
  "gap-md": "_gap-md_vnmpy_161",
95
95
  "gap-lg": "_gap-lg_vnmpy_165",
96
96
  "gap-xl": "_gap-xl_vnmpy_169"
97
- }, jr = "_container_8vstk_1", $ = {
98
- container: jr,
97
+ }, xr = "_container_8vstk_1", Q = {
98
+ container: xr,
99
99
  "container-xs": "_container-xs_8vstk_9",
100
100
  "container-sm": "_container-sm_8vstk_13",
101
101
  "container-md": "_container-md_8vstk_17",
@@ -103,13 +103,72 @@ const yr = "_heading_v48j8_1", D = {
103
103
  "container-xl": "_container-xl_8vstk_25",
104
104
  "container-2xl": "_container-2xl_8vstk_29",
105
105
  "container-full": "_container-full_8vstk_33"
106
- }, Cr = "_video_emnth_1", X = {
107
- video: Cr,
106
+ }, wr = "_video_emnth_1", Ne = {
107
+ video: wr,
108
108
  "aspect-169": "_aspect-169_emnth_15",
109
109
  "aspect-43": "_aspect-43_emnth_19",
110
110
  "aspect-11": "_aspect-11_emnth_23"
111
+ }, Cr = "_link_1hifb_1", Sr = "_icon_1hifb_12", _t = {
112
+ link: Cr,
113
+ icon: Sr
114
+ }, Or = "_header_ubxb7_1", kr = "_inner_ubxb7_7", jr = "_logo_ubxb7_13", Ar = "_nav_ubxb7_18", Ce = {
115
+ header: Or,
116
+ inner: kr,
117
+ logo: jr,
118
+ nav: Ar
119
+ }, Nr = "_pagination_1pw9i_1", Pr = "_page_1pw9i_5", Dr = "_arrow_1pw9i_6", Ir = "_active_1pw9i_25", Lr = "_ellipsis_1pw9i_34", le = {
120
+ pagination: Nr,
121
+ page: Pr,
122
+ arrow: Dr,
123
+ active: Ir,
124
+ ellipsis: Lr
125
+ }, Mr = "_tag_1vtff_1", Fr = {
126
+ tag: Mr
127
+ }, qr = "_tagList_bjefu_1", Hr = {
128
+ tagList: qr
129
+ }, $r = "_figure_8wgpk_1", Ur = "_image_8wgpk_6", zr = "_caption_8wgpk_13", ze = {
130
+ figure: $r,
131
+ image: Ur,
132
+ caption: zr
133
+ }, Gr = "_richText_diwo5_1", Br = {
134
+ richText: Gr
135
+ }, Vr = "_main_1f4dr_1", Wr = {
136
+ main: Vr
137
+ }, Xr = "_footer_imab8_1", Yr = "_inner_imab8_8", Jr = "_nav_imab8_14", Kr = "_copyright_imab8_20", Se = {
138
+ footer: Xr,
139
+ inner: Yr,
140
+ nav: Jr,
141
+ copyright: Kr
142
+ }, Zr = "_blockquote_1fs2k_1", Qr = {
143
+ blockquote: Zr
144
+ }, en = "_container_rqz26_1", tn = "_language_rqz26_7", rn = "_pre_rqz26_15", nn = "_code_rqz26_22", an = "_line_rqz26_29", on = "_lineNumber_rqz26_33", sn = "_lineContent_rqz26_42", te = {
145
+ container: en,
146
+ language: tn,
147
+ pre: rn,
148
+ code: nn,
149
+ line: an,
150
+ lineNumber: on,
151
+ lineContent: sn
152
+ }, ln = "_meta_1h5jh_1", cn = "_item_1h5jh_6", Oe = {
153
+ meta: ln,
154
+ item: cn
155
+ }, un = "_card_1ttbm_1", fn = "_imageLink_1ttbm_9", dn = "_image_1ttbm_9", pn = "_content_1ttbm_25", _n = "_title_1ttbm_32", mn = "_titleLink_1ttbm_36", hn = "_meta_1ttbm_45", vn = "_excerpt_1ttbm_49", gn = "_tags_1ttbm_55", K = {
156
+ card: un,
157
+ imageLink: fn,
158
+ image: dn,
159
+ content: pn,
160
+ title: _n,
161
+ titleLink: mn,
162
+ meta: hn,
163
+ excerpt: vn,
164
+ tags: gn
165
+ }, yn = "_articleList_29h0m_1", En = {
166
+ articleList: yn
111
167
  };
112
- var K = { exports: {} }, U = {};
168
+ function bn(e) {
169
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
170
+ }
171
+ var ke = { exports: {} }, pe = {};
113
172
  /**
114
173
  * @license React
115
174
  * react-jsx-runtime.production.min.js
@@ -119,21 +178,21 @@ var K = { exports: {} }, U = {};
119
178
  * This source code is licensed under the MIT license found in the
120
179
  * LICENSE file in the root directory of this source tree.
121
180
  */
122
- var Pe;
123
- function Tr() {
124
- if (Pe) return U;
125
- Pe = 1;
126
- var _ = De, c = Symbol.for("react.element"), d = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, w = _.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, R = { key: !0, ref: !0, __self: !0, __source: !0 };
127
- function C(j, g, O) {
128
- var m, T = {}, P = null, z = null;
129
- O !== void 0 && (P = "" + O), g.key !== void 0 && (P = "" + g.key), g.ref !== void 0 && (z = g.ref);
130
- for (m in g) u.call(g, m) && !R.hasOwnProperty(m) && (T[m] = g[m]);
131
- if (j && j.defaultProps) for (m in g = j.defaultProps, g) T[m] === void 0 && (T[m] = g[m]);
132
- return { $$typeof: c, type: j, key: P, ref: z, props: T, _owner: w.current };
133
- }
134
- return U.Fragment = d, U.jsx = C, U.jsxs = C, U;
135
- }
136
- var M = {};
181
+ var mt;
182
+ function Tn() {
183
+ if (mt) return pe;
184
+ mt = 1;
185
+ var e = De, n = Symbol.for("react.element"), i = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, f = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, _ = { key: !0, ref: !0, __self: !0, __source: !0 };
186
+ function g(p, o, a) {
187
+ var c, h = {}, O = null, N = null;
188
+ a !== void 0 && (O = "" + a), o.key !== void 0 && (O = "" + o.key), o.ref !== void 0 && (N = o.ref);
189
+ for (c in o) s.call(o, c) && !_.hasOwnProperty(c) && (h[c] = o[c]);
190
+ if (p && p.defaultProps) for (c in o = p.defaultProps, o) h[c] === void 0 && (h[c] = o[c]);
191
+ return { $$typeof: n, type: p, key: O, ref: N, props: h, _owner: f.current };
192
+ }
193
+ return pe.Fragment = i, pe.jsx = g, pe.jsxs = g, pe;
194
+ }
195
+ var _e = {};
137
196
  /**
138
197
  * @license React
139
198
  * react-jsx-runtime.development.js
@@ -143,91 +202,91 @@ var M = {};
143
202
  * This source code is licensed under the MIT license found in the
144
203
  * LICENSE file in the root directory of this source tree.
145
204
  */
146
- var ke;
147
- function Or() {
148
- return ke || (ke = 1, process.env.NODE_ENV !== "production" && (function() {
149
- var _ = De, c = Symbol.for("react.element"), d = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), w = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), j = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), P = Symbol.for("react.lazy"), z = Symbol.for("react.offscreen"), se = Symbol.iterator, Ae = "@@iterator";
150
- function Ie(e) {
151
- if (e === null || typeof e != "object")
205
+ var ht;
206
+ function Rn() {
207
+ return ht || (ht = 1, process.env.NODE_ENV !== "production" && (function() {
208
+ var e = De, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), _ = Symbol.for("react.profiler"), g = Symbol.for("react.provider"), p = Symbol.for("react.context"), o = Symbol.for("react.forward_ref"), a = Symbol.for("react.suspense"), c = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), O = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), I = Symbol.iterator, w = "@@iterator";
209
+ function E(t) {
210
+ if (t === null || typeof t != "object")
152
211
  return null;
153
- var r = se && e[se] || e[Ae];
154
- return typeof r == "function" ? r : null;
212
+ var d = I && t[I] || t[w];
213
+ return typeof d == "function" ? d : null;
155
214
  }
156
- var N = _.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
157
- function y(e) {
215
+ var R = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
216
+ function j(t) {
158
217
  {
159
- for (var r = arguments.length, n = new Array(r > 1 ? r - 1 : 0), t = 1; t < r; t++)
160
- n[t - 1] = arguments[t];
161
- Ne("error", e, n);
218
+ for (var d = arguments.length, v = new Array(d > 1 ? d - 1 : 0), T = 1; T < d; T++)
219
+ v[T - 1] = arguments[T];
220
+ F("error", t, v);
162
221
  }
163
222
  }
164
- function Ne(e, r, n) {
223
+ function F(t, d, v) {
165
224
  {
166
- var t = N.ReactDebugCurrentFrame, o = t.getStackAddendum();
167
- o !== "" && (r += "%s", n = n.concat([o]));
168
- var l = n.map(function(i) {
169
- return String(i);
225
+ var T = R.ReactDebugCurrentFrame, L = T.getStackAddendum();
226
+ L !== "" && (d += "%s", v = v.concat([L]));
227
+ var M = v.map(function(P) {
228
+ return String(P);
170
229
  });
171
- l.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, l);
230
+ M.unshift("Warning: " + d), Function.prototype.apply.call(console[t], console, M);
172
231
  }
173
232
  }
174
- var Ye = !1, We = !1, Le = !1, Ve = !1, Ue = !1, ie;
175
- ie = Symbol.for("react.module.reference");
176
- function Me(e) {
177
- return !!(typeof e == "string" || typeof e == "function" || e === u || e === R || Ue || e === w || e === O || e === m || Ve || e === z || Ye || We || Le || typeof e == "object" && e !== null && (e.$$typeof === P || e.$$typeof === T || e.$$typeof === C || e.$$typeof === j || e.$$typeof === g || // This needs to include all possible module reference object
233
+ var q = !1, r = !1, l = !1, u = !1, y = !1, b;
234
+ b = Symbol.for("react.module.reference");
235
+ function D(t) {
236
+ return !!(typeof t == "string" || typeof t == "function" || t === s || t === _ || y || t === f || t === a || t === c || u || t === N || q || r || l || typeof t == "object" && t !== null && (t.$$typeof === O || t.$$typeof === h || t.$$typeof === g || t.$$typeof === p || t.$$typeof === o || // This needs to include all possible module reference object
178
237
  // types supported by any Flight configuration anywhere since
179
238
  // we don't know which Flight build this will end up being used
180
239
  // with.
181
- e.$$typeof === ie || e.getModuleId !== void 0));
240
+ t.$$typeof === b || t.getModuleId !== void 0));
182
241
  }
183
- function ze(e, r, n) {
184
- var t = e.displayName;
185
- if (t)
186
- return t;
187
- var o = r.displayName || r.name || "";
188
- return o !== "" ? n + "(" + o + ")" : n;
242
+ function $(t, d, v) {
243
+ var T = t.displayName;
244
+ if (T)
245
+ return T;
246
+ var L = d.displayName || d.name || "";
247
+ return L !== "" ? v + "(" + L + ")" : v;
189
248
  }
190
- function oe(e) {
191
- return e.displayName || "Context";
249
+ function W(t) {
250
+ return t.displayName || "Context";
192
251
  }
193
- function S(e) {
194
- if (e == null)
252
+ function X(t) {
253
+ if (t == null)
195
254
  return null;
196
- if (typeof e.tag == "number" && y("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
197
- return e.displayName || e.name || null;
198
- if (typeof e == "string")
199
- return e;
200
- switch (e) {
201
- case u:
255
+ if (typeof t.tag == "number" && j("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
256
+ return t.displayName || t.name || null;
257
+ if (typeof t == "string")
258
+ return t;
259
+ switch (t) {
260
+ case s:
202
261
  return "Fragment";
203
- case d:
262
+ case i:
204
263
  return "Portal";
205
- case R:
264
+ case _:
206
265
  return "Profiler";
207
- case w:
266
+ case f:
208
267
  return "StrictMode";
209
- case O:
268
+ case a:
210
269
  return "Suspense";
211
- case m:
270
+ case c:
212
271
  return "SuspenseList";
213
272
  }
214
- if (typeof e == "object")
215
- switch (e.$$typeof) {
216
- case j:
217
- var r = e;
218
- return oe(r) + ".Consumer";
219
- case C:
220
- var n = e;
221
- return oe(n._context) + ".Provider";
273
+ if (typeof t == "object")
274
+ switch (t.$$typeof) {
275
+ case p:
276
+ var d = t;
277
+ return W(d) + ".Consumer";
222
278
  case g:
223
- return ze(e, e.render, "ForwardRef");
224
- case T:
225
- var t = e.displayName || null;
226
- return t !== null ? t : S(e.type) || "Memo";
227
- case P: {
228
- var o = e, l = o._payload, i = o._init;
279
+ var v = t;
280
+ return W(v._context) + ".Provider";
281
+ case o:
282
+ return $(t, t.render, "ForwardRef");
283
+ case h:
284
+ var T = t.displayName || null;
285
+ return T !== null ? T : X(t.type) || "Memo";
286
+ case O: {
287
+ var L = t, M = L._payload, P = L._init;
229
288
  try {
230
- return S(i(l));
289
+ return X(P(M));
231
290
  } catch {
232
291
  return null;
233
292
  }
@@ -235,729 +294,2918 @@ function Or() {
235
294
  }
236
295
  return null;
237
296
  }
238
- var k = Object.assign, L = 0, le, ce, ue, fe, _e, de, pe;
239
- function ve() {
297
+ var k = Object.assign, C = 0, B, be, We, Xe, Ye, Je, Ke;
298
+ function Ze() {
240
299
  }
241
- ve.__reactDisabledLog = !0;
242
- function Be() {
300
+ Ze.__reactDisabledLog = !0;
301
+ function Gt() {
243
302
  {
244
- if (L === 0) {
245
- le = console.log, ce = console.info, ue = console.warn, fe = console.error, _e = console.group, de = console.groupCollapsed, pe = console.groupEnd;
246
- var e = {
303
+ if (C === 0) {
304
+ B = console.log, be = console.info, We = console.warn, Xe = console.error, Ye = console.group, Je = console.groupCollapsed, Ke = console.groupEnd;
305
+ var t = {
247
306
  configurable: !0,
248
307
  enumerable: !0,
249
- value: ve,
308
+ value: Ze,
250
309
  writable: !0
251
310
  };
252
311
  Object.defineProperties(console, {
253
- info: e,
254
- log: e,
255
- warn: e,
256
- error: e,
257
- group: e,
258
- groupCollapsed: e,
259
- groupEnd: e
312
+ info: t,
313
+ log: t,
314
+ warn: t,
315
+ error: t,
316
+ group: t,
317
+ groupCollapsed: t,
318
+ groupEnd: t
260
319
  });
261
320
  }
262
- L++;
321
+ C++;
263
322
  }
264
323
  }
265
- function Je() {
324
+ function Bt() {
266
325
  {
267
- if (L--, L === 0) {
268
- var e = {
326
+ if (C--, C === 0) {
327
+ var t = {
269
328
  configurable: !0,
270
329
  enumerable: !0,
271
330
  writable: !0
272
331
  };
273
332
  Object.defineProperties(console, {
274
- log: k({}, e, {
275
- value: le
333
+ log: k({}, t, {
334
+ value: B
276
335
  }),
277
- info: k({}, e, {
278
- value: ce
336
+ info: k({}, t, {
337
+ value: be
279
338
  }),
280
- warn: k({}, e, {
281
- value: ue
339
+ warn: k({}, t, {
340
+ value: We
282
341
  }),
283
- error: k({}, e, {
284
- value: fe
342
+ error: k({}, t, {
343
+ value: Xe
285
344
  }),
286
- group: k({}, e, {
287
- value: _e
345
+ group: k({}, t, {
346
+ value: Ye
288
347
  }),
289
- groupCollapsed: k({}, e, {
290
- value: de
348
+ groupCollapsed: k({}, t, {
349
+ value: Je
291
350
  }),
292
- groupEnd: k({}, e, {
293
- value: pe
351
+ groupEnd: k({}, t, {
352
+ value: Ke
294
353
  })
295
354
  });
296
355
  }
297
- L < 0 && y("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
356
+ C < 0 && j("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
298
357
  }
299
358
  }
300
- var H = N.ReactCurrentDispatcher, Z;
301
- function B(e, r, n) {
359
+ var Ie = R.ReactCurrentDispatcher, Le;
360
+ function Te(t, d, v) {
302
361
  {
303
- if (Z === void 0)
362
+ if (Le === void 0)
304
363
  try {
305
364
  throw Error();
306
- } catch (o) {
307
- var t = o.stack.trim().match(/\n( *(at )?)/);
308
- Z = t && t[1] || "";
365
+ } catch (L) {
366
+ var T = L.stack.trim().match(/\n( *(at )?)/);
367
+ Le = T && T[1] || "";
309
368
  }
310
369
  return `
311
- ` + Z + e;
370
+ ` + Le + t;
312
371
  }
313
372
  }
314
- var Q = !1, J;
373
+ var Me = !1, Re;
315
374
  {
316
- var qe = typeof WeakMap == "function" ? WeakMap : Map;
317
- J = new qe();
375
+ var Vt = typeof WeakMap == "function" ? WeakMap : Map;
376
+ Re = new Vt();
318
377
  }
319
- function ge(e, r) {
320
- if (!e || Q)
378
+ function Qe(t, d) {
379
+ if (!t || Me)
321
380
  return "";
322
381
  {
323
- var n = J.get(e);
324
- if (n !== void 0)
325
- return n;
382
+ var v = Re.get(t);
383
+ if (v !== void 0)
384
+ return v;
326
385
  }
327
- var t;
328
- Q = !0;
329
- var o = Error.prepareStackTrace;
386
+ var T;
387
+ Me = !0;
388
+ var L = Error.prepareStackTrace;
330
389
  Error.prepareStackTrace = void 0;
331
- var l;
332
- l = H.current, H.current = null, Be();
390
+ var M;
391
+ M = Ie.current, Ie.current = null, Gt();
333
392
  try {
334
- if (r) {
335
- var i = function() {
393
+ if (d) {
394
+ var P = function() {
336
395
  throw Error();
337
396
  };
338
- if (Object.defineProperty(i.prototype, "props", {
397
+ if (Object.defineProperty(P.prototype, "props", {
339
398
  set: function() {
340
399
  throw Error();
341
400
  }
342
401
  }), typeof Reflect == "object" && Reflect.construct) {
343
402
  try {
344
- Reflect.construct(i, []);
345
- } catch (h) {
346
- t = h;
403
+ Reflect.construct(P, []);
404
+ } catch (V) {
405
+ T = V;
347
406
  }
348
- Reflect.construct(e, [], i);
407
+ Reflect.construct(t, [], P);
349
408
  } else {
350
409
  try {
351
- i.call();
352
- } catch (h) {
353
- t = h;
410
+ P.call();
411
+ } catch (V) {
412
+ T = V;
354
413
  }
355
- e.call(i.prototype);
414
+ t.call(P.prototype);
356
415
  }
357
416
  } else {
358
417
  try {
359
418
  throw Error();
360
- } catch (h) {
361
- t = h;
419
+ } catch (V) {
420
+ T = V;
362
421
  }
363
- e();
422
+ t();
364
423
  }
365
- } catch (h) {
366
- if (h && t && typeof h.stack == "string") {
367
- for (var s = h.stack.split(`
368
- `), b = t.stack.split(`
369
- `), p = s.length - 1, v = b.length - 1; p >= 1 && v >= 0 && s[p] !== b[v]; )
370
- v--;
371
- for (; p >= 1 && v >= 0; p--, v--)
372
- if (s[p] !== b[v]) {
373
- if (p !== 1 || v !== 1)
424
+ } catch (V) {
425
+ if (V && T && typeof V.stack == "string") {
426
+ for (var A = V.stack.split(`
427
+ `), G = T.stack.split(`
428
+ `), U = A.length - 1, z = G.length - 1; U >= 1 && z >= 0 && A[U] !== G[z]; )
429
+ z--;
430
+ for (; U >= 1 && z >= 0; U--, z--)
431
+ if (A[U] !== G[z]) {
432
+ if (U !== 1 || z !== 1)
374
433
  do
375
- if (p--, v--, v < 0 || s[p] !== b[v]) {
376
- var x = `
377
- ` + s[p].replace(" at new ", " at ");
378
- return e.displayName && x.includes("<anonymous>") && (x = x.replace("<anonymous>", e.displayName)), typeof e == "function" && J.set(e, x), x;
434
+ if (U--, z--, z < 0 || A[U] !== G[z]) {
435
+ var Y = `
436
+ ` + A[U].replace(" at new ", " at ");
437
+ return t.displayName && Y.includes("<anonymous>") && (Y = Y.replace("<anonymous>", t.displayName)), typeof t == "function" && Re.set(t, Y), Y;
379
438
  }
380
- while (p >= 1 && v >= 0);
439
+ while (U >= 1 && z >= 0);
381
440
  break;
382
441
  }
383
442
  }
384
443
  } finally {
385
- Q = !1, H.current = l, Je(), Error.prepareStackTrace = o;
444
+ Me = !1, Ie.current = M, Bt(), Error.prepareStackTrace = L;
386
445
  }
387
- var W = e ? e.displayName || e.name : "", F = W ? B(W) : "";
388
- return typeof e == "function" && J.set(e, F), F;
446
+ var se = t ? t.displayName || t.name : "", ee = se ? Te(se) : "";
447
+ return typeof t == "function" && Re.set(t, ee), ee;
389
448
  }
390
- function Ge(e, r, n) {
391
- return ge(e, !1);
449
+ function Wt(t, d, v) {
450
+ return Qe(t, !1);
392
451
  }
393
- function Ke(e) {
394
- var r = e.prototype;
395
- return !!(r && r.isReactComponent);
452
+ function Xt(t) {
453
+ var d = t.prototype;
454
+ return !!(d && d.isReactComponent);
396
455
  }
397
- function q(e, r, n) {
398
- if (e == null)
456
+ function xe(t, d, v) {
457
+ if (t == null)
399
458
  return "";
400
- if (typeof e == "function")
401
- return ge(e, Ke(e));
402
- if (typeof e == "string")
403
- return B(e);
404
- switch (e) {
405
- case O:
406
- return B("Suspense");
407
- case m:
408
- return B("SuspenseList");
409
- }
410
- if (typeof e == "object")
411
- switch (e.$$typeof) {
412
- case g:
413
- return Ge(e.render);
414
- case T:
415
- return q(e.type, r, n);
416
- case P: {
417
- var t = e, o = t._payload, l = t._init;
459
+ if (typeof t == "function")
460
+ return Qe(t, Xt(t));
461
+ if (typeof t == "string")
462
+ return Te(t);
463
+ switch (t) {
464
+ case a:
465
+ return Te("Suspense");
466
+ case c:
467
+ return Te("SuspenseList");
468
+ }
469
+ if (typeof t == "object")
470
+ switch (t.$$typeof) {
471
+ case o:
472
+ return Wt(t.render);
473
+ case h:
474
+ return xe(t.type, d, v);
475
+ case O: {
476
+ var T = t, L = T._payload, M = T._init;
418
477
  try {
419
- return q(l(o), r, n);
478
+ return xe(M(L), d, v);
420
479
  } catch {
421
480
  }
422
481
  }
423
482
  }
424
483
  return "";
425
484
  }
426
- var V = Object.prototype.hasOwnProperty, me = {}, ye = N.ReactDebugCurrentFrame;
427
- function G(e) {
428
- if (e) {
429
- var r = e._owner, n = q(e.type, e._source, r ? r.type : null);
430
- ye.setExtraStackFrame(n);
485
+ var de = Object.prototype.hasOwnProperty, et = {}, tt = R.ReactDebugCurrentFrame;
486
+ function we(t) {
487
+ if (t) {
488
+ var d = t._owner, v = xe(t.type, t._source, d ? d.type : null);
489
+ tt.setExtraStackFrame(v);
431
490
  } else
432
- ye.setExtraStackFrame(null);
491
+ tt.setExtraStackFrame(null);
433
492
  }
434
- function Xe(e, r, n, t, o) {
493
+ function Yt(t, d, v, T, L) {
435
494
  {
436
- var l = Function.call.bind(V);
437
- for (var i in e)
438
- if (l(e, i)) {
439
- var s = void 0;
495
+ var M = Function.call.bind(de);
496
+ for (var P in t)
497
+ if (M(t, P)) {
498
+ var A = void 0;
440
499
  try {
441
- if (typeof e[i] != "function") {
442
- var b = Error((t || "React class") + ": " + n + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
443
- throw b.name = "Invariant Violation", b;
500
+ if (typeof t[P] != "function") {
501
+ var G = Error((T || "React class") + ": " + v + " type `" + P + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[P] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
502
+ throw G.name = "Invariant Violation", G;
444
503
  }
445
- s = e[i](r, i, t, n, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
446
- } catch (p) {
447
- s = p;
504
+ A = t[P](d, P, T, v, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
505
+ } catch (U) {
506
+ A = U;
448
507
  }
449
- s && !(s instanceof Error) && (G(o), y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", t || "React class", n, i, typeof s), G(null)), s instanceof Error && !(s.message in me) && (me[s.message] = !0, G(o), y("Failed %s type: %s", n, s.message), G(null));
508
+ A && !(A instanceof Error) && (we(L), j("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", T || "React class", v, P, typeof A), we(null)), A instanceof Error && !(A.message in et) && (et[A.message] = !0, we(L), j("Failed %s type: %s", v, A.message), we(null));
450
509
  }
451
510
  }
452
511
  }
453
- var He = Array.isArray;
454
- function ee(e) {
455
- return He(e);
512
+ var Jt = Array.isArray;
513
+ function Fe(t) {
514
+ return Jt(t);
456
515
  }
457
- function Ze(e) {
516
+ function Kt(t) {
458
517
  {
459
- var r = typeof Symbol == "function" && Symbol.toStringTag, n = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
460
- return n;
518
+ var d = typeof Symbol == "function" && Symbol.toStringTag, v = d && t[Symbol.toStringTag] || t.constructor.name || "Object";
519
+ return v;
461
520
  }
462
521
  }
463
- function Qe(e) {
522
+ function Zt(t) {
464
523
  try {
465
- return be(e), !1;
524
+ return rt(t), !1;
466
525
  } catch {
467
526
  return !0;
468
527
  }
469
528
  }
470
- function be(e) {
471
- return "" + e;
529
+ function rt(t) {
530
+ return "" + t;
472
531
  }
473
- function he(e) {
474
- if (Qe(e))
475
- return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ze(e)), be(e);
532
+ function nt(t) {
533
+ if (Zt(t))
534
+ return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Kt(t)), rt(t);
476
535
  }
477
- var we = N.ReactCurrentOwner, er = {
536
+ var it = R.ReactCurrentOwner, Qt = {
478
537
  key: !0,
479
538
  ref: !0,
480
539
  __self: !0,
481
540
  __source: !0
482
- }, xe, Ee;
483
- function rr(e) {
484
- if (V.call(e, "ref")) {
485
- var r = Object.getOwnPropertyDescriptor(e, "ref").get;
486
- if (r && r.isReactWarning)
541
+ }, at, ot;
542
+ function er(t) {
543
+ if (de.call(t, "ref")) {
544
+ var d = Object.getOwnPropertyDescriptor(t, "ref").get;
545
+ if (d && d.isReactWarning)
487
546
  return !1;
488
547
  }
489
- return e.ref !== void 0;
548
+ return t.ref !== void 0;
490
549
  }
491
- function nr(e) {
492
- if (V.call(e, "key")) {
493
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
494
- if (r && r.isReactWarning)
550
+ function tr(t) {
551
+ if (de.call(t, "key")) {
552
+ var d = Object.getOwnPropertyDescriptor(t, "key").get;
553
+ if (d && d.isReactWarning)
495
554
  return !1;
496
555
  }
497
- return e.key !== void 0;
556
+ return t.key !== void 0;
498
557
  }
499
- function tr(e, r) {
500
- typeof e.ref == "string" && we.current;
558
+ function rr(t, d) {
559
+ typeof t.ref == "string" && it.current;
501
560
  }
502
- function ar(e, r) {
561
+ function nr(t, d) {
503
562
  {
504
- var n = function() {
505
- xe || (xe = !0, y("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
563
+ var v = function() {
564
+ at || (at = !0, j("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", d));
506
565
  };
507
- n.isReactWarning = !0, Object.defineProperty(e, "key", {
508
- get: n,
566
+ v.isReactWarning = !0, Object.defineProperty(t, "key", {
567
+ get: v,
509
568
  configurable: !0
510
569
  });
511
570
  }
512
571
  }
513
- function sr(e, r) {
572
+ function ir(t, d) {
514
573
  {
515
- var n = function() {
516
- Ee || (Ee = !0, y("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
574
+ var v = function() {
575
+ ot || (ot = !0, j("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", d));
517
576
  };
518
- n.isReactWarning = !0, Object.defineProperty(e, "ref", {
519
- get: n,
577
+ v.isReactWarning = !0, Object.defineProperty(t, "ref", {
578
+ get: v,
520
579
  configurable: !0
521
580
  });
522
581
  }
523
582
  }
524
- var ir = function(e, r, n, t, o, l, i) {
525
- var s = {
583
+ var ar = function(t, d, v, T, L, M, P) {
584
+ var A = {
526
585
  // This tag allows us to uniquely identify this as a React Element
527
- $$typeof: c,
586
+ $$typeof: n,
528
587
  // Built-in properties that belong on the element
529
- type: e,
530
- key: r,
531
- ref: n,
532
- props: i,
588
+ type: t,
589
+ key: d,
590
+ ref: v,
591
+ props: P,
533
592
  // Record the component responsible for creating this element.
534
- _owner: l
593
+ _owner: M
535
594
  };
536
- return s._store = {}, Object.defineProperty(s._store, "validated", {
595
+ return A._store = {}, Object.defineProperty(A._store, "validated", {
537
596
  configurable: !1,
538
597
  enumerable: !1,
539
598
  writable: !0,
540
599
  value: !1
541
- }), Object.defineProperty(s, "_self", {
600
+ }), Object.defineProperty(A, "_self", {
542
601
  configurable: !1,
543
602
  enumerable: !1,
544
603
  writable: !1,
545
- value: t
546
- }), Object.defineProperty(s, "_source", {
604
+ value: T
605
+ }), Object.defineProperty(A, "_source", {
547
606
  configurable: !1,
548
607
  enumerable: !1,
549
608
  writable: !1,
550
- value: o
551
- }), Object.freeze && (Object.freeze(s.props), Object.freeze(s)), s;
609
+ value: L
610
+ }), Object.freeze && (Object.freeze(A.props), Object.freeze(A)), A;
552
611
  };
553
- function or(e, r, n, t, o) {
612
+ function or(t, d, v, T, L) {
554
613
  {
555
- var l, i = {}, s = null, b = null;
556
- n !== void 0 && (he(n), s = "" + n), nr(r) && (he(r.key), s = "" + r.key), rr(r) && (b = r.ref, tr(r, o));
557
- for (l in r)
558
- V.call(r, l) && !er.hasOwnProperty(l) && (i[l] = r[l]);
559
- if (e && e.defaultProps) {
560
- var p = e.defaultProps;
561
- for (l in p)
562
- i[l] === void 0 && (i[l] = p[l]);
614
+ var M, P = {}, A = null, G = null;
615
+ v !== void 0 && (nt(v), A = "" + v), tr(d) && (nt(d.key), A = "" + d.key), er(d) && (G = d.ref, rr(d, L));
616
+ for (M in d)
617
+ de.call(d, M) && !Qt.hasOwnProperty(M) && (P[M] = d[M]);
618
+ if (t && t.defaultProps) {
619
+ var U = t.defaultProps;
620
+ for (M in U)
621
+ P[M] === void 0 && (P[M] = U[M]);
563
622
  }
564
- if (s || b) {
565
- var v = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
566
- s && ar(i, v), b && sr(i, v);
623
+ if (A || G) {
624
+ var z = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
625
+ A && nr(P, z), G && ir(P, z);
567
626
  }
568
- return ir(e, s, b, o, t, we.current, i);
627
+ return ar(t, A, G, L, T, it.current, P);
569
628
  }
570
629
  }
571
- var re = N.ReactCurrentOwner, Re = N.ReactDebugCurrentFrame;
572
- function Y(e) {
573
- if (e) {
574
- var r = e._owner, n = q(e.type, e._source, r ? r.type : null);
575
- Re.setExtraStackFrame(n);
630
+ var qe = R.ReactCurrentOwner, st = R.ReactDebugCurrentFrame;
631
+ function oe(t) {
632
+ if (t) {
633
+ var d = t._owner, v = xe(t.type, t._source, d ? d.type : null);
634
+ st.setExtraStackFrame(v);
576
635
  } else
577
- Re.setExtraStackFrame(null);
636
+ st.setExtraStackFrame(null);
578
637
  }
579
- var ne;
580
- ne = !1;
581
- function te(e) {
582
- return typeof e == "object" && e !== null && e.$$typeof === c;
638
+ var He;
639
+ He = !1;
640
+ function $e(t) {
641
+ return typeof t == "object" && t !== null && t.$$typeof === n;
583
642
  }
584
- function je() {
643
+ function lt() {
585
644
  {
586
- if (re.current) {
587
- var e = S(re.current.type);
588
- if (e)
645
+ if (qe.current) {
646
+ var t = X(qe.current.type);
647
+ if (t)
589
648
  return `
590
649
 
591
- Check the render method of \`` + e + "`.";
650
+ Check the render method of \`` + t + "`.";
592
651
  }
593
652
  return "";
594
653
  }
595
654
  }
596
- function lr(e) {
655
+ function sr(t) {
597
656
  return "";
598
657
  }
599
- var Ce = {};
600
- function cr(e) {
658
+ var ct = {};
659
+ function lr(t) {
601
660
  {
602
- var r = je();
603
- if (!r) {
604
- var n = typeof e == "string" ? e : e.displayName || e.name;
605
- n && (r = `
661
+ var d = lt();
662
+ if (!d) {
663
+ var v = typeof t == "string" ? t : t.displayName || t.name;
664
+ v && (d = `
606
665
 
607
- Check the top-level render call using <` + n + ">.");
666
+ Check the top-level render call using <` + v + ">.");
608
667
  }
609
- return r;
668
+ return d;
610
669
  }
611
670
  }
612
- function Te(e, r) {
671
+ function ut(t, d) {
613
672
  {
614
- if (!e._store || e._store.validated || e.key != null)
673
+ if (!t._store || t._store.validated || t.key != null)
615
674
  return;
616
- e._store.validated = !0;
617
- var n = cr(r);
618
- if (Ce[n])
675
+ t._store.validated = !0;
676
+ var v = lr(d);
677
+ if (ct[v])
619
678
  return;
620
- Ce[n] = !0;
621
- var t = "";
622
- e && e._owner && e._owner !== re.current && (t = " It was passed a child from " + S(e._owner.type) + "."), Y(e), y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', n, t), Y(null);
679
+ ct[v] = !0;
680
+ var T = "";
681
+ t && t._owner && t._owner !== qe.current && (T = " It was passed a child from " + X(t._owner.type) + "."), oe(t), j('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', v, T), oe(null);
623
682
  }
624
683
  }
625
- function Oe(e, r) {
684
+ function ft(t, d) {
626
685
  {
627
- if (typeof e != "object")
686
+ if (typeof t != "object")
628
687
  return;
629
- if (ee(e))
630
- for (var n = 0; n < e.length; n++) {
631
- var t = e[n];
632
- te(t) && Te(t, r);
688
+ if (Fe(t))
689
+ for (var v = 0; v < t.length; v++) {
690
+ var T = t[v];
691
+ $e(T) && ut(T, d);
633
692
  }
634
- else if (te(e))
635
- e._store && (e._store.validated = !0);
636
- else if (e) {
637
- var o = Ie(e);
638
- if (typeof o == "function" && o !== e.entries)
639
- for (var l = o.call(e), i; !(i = l.next()).done; )
640
- te(i.value) && Te(i.value, r);
693
+ else if ($e(t))
694
+ t._store && (t._store.validated = !0);
695
+ else if (t) {
696
+ var L = E(t);
697
+ if (typeof L == "function" && L !== t.entries)
698
+ for (var M = L.call(t), P; !(P = M.next()).done; )
699
+ $e(P.value) && ut(P.value, d);
641
700
  }
642
701
  }
643
702
  }
644
- function ur(e) {
703
+ function cr(t) {
645
704
  {
646
- var r = e.type;
647
- if (r == null || typeof r == "string")
705
+ var d = t.type;
706
+ if (d == null || typeof d == "string")
648
707
  return;
649
- var n;
650
- if (typeof r == "function")
651
- n = r.propTypes;
652
- else if (typeof r == "object" && (r.$$typeof === g || // Note: Memo only checks outer props here.
708
+ var v;
709
+ if (typeof d == "function")
710
+ v = d.propTypes;
711
+ else if (typeof d == "object" && (d.$$typeof === o || // Note: Memo only checks outer props here.
653
712
  // Inner props are checked in the reconciler.
654
- r.$$typeof === T))
655
- n = r.propTypes;
713
+ d.$$typeof === h))
714
+ v = d.propTypes;
656
715
  else
657
716
  return;
658
- if (n) {
659
- var t = S(r);
660
- Xe(n, e.props, "prop", t, e);
661
- } else if (r.PropTypes !== void 0 && !ne) {
662
- ne = !0;
663
- var o = S(r);
664
- y("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
717
+ if (v) {
718
+ var T = X(d);
719
+ Yt(v, t.props, "prop", T, t);
720
+ } else if (d.PropTypes !== void 0 && !He) {
721
+ He = !0;
722
+ var L = X(d);
723
+ j("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", L || "Unknown");
665
724
  }
666
- typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && y("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
725
+ typeof d.getDefaultProps == "function" && !d.getDefaultProps.isReactClassApproved && j("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
667
726
  }
668
727
  }
669
- function fr(e) {
728
+ function ur(t) {
670
729
  {
671
- for (var r = Object.keys(e.props), n = 0; n < r.length; n++) {
672
- var t = r[n];
673
- if (t !== "children" && t !== "key") {
674
- Y(e), y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", t), Y(null);
730
+ for (var d = Object.keys(t.props), v = 0; v < d.length; v++) {
731
+ var T = d[v];
732
+ if (T !== "children" && T !== "key") {
733
+ oe(t), j("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", T), oe(null);
675
734
  break;
676
735
  }
677
736
  }
678
- e.ref !== null && (Y(e), y("Invalid attribute `ref` supplied to `React.Fragment`."), Y(null));
737
+ t.ref !== null && (oe(t), j("Invalid attribute `ref` supplied to `React.Fragment`."), oe(null));
679
738
  }
680
739
  }
681
- var Se = {};
682
- function $e(e, r, n, t, o, l) {
740
+ var dt = {};
741
+ function pt(t, d, v, T, L, M) {
683
742
  {
684
- var i = Me(e);
685
- if (!i) {
686
- var s = "";
687
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (s += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
688
- var b = lr();
689
- b ? s += b : s += je();
690
- var p;
691
- e === null ? p = "null" : ee(e) ? p = "array" : e !== void 0 && e.$$typeof === c ? (p = "<" + (S(e.type) || "Unknown") + " />", s = " Did you accidentally export a JSX literal instead of a component?") : p = typeof e, y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", p, s);
743
+ var P = D(t);
744
+ if (!P) {
745
+ var A = "";
746
+ (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (A += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
747
+ var G = sr();
748
+ G ? A += G : A += lt();
749
+ var U;
750
+ t === null ? U = "null" : Fe(t) ? U = "array" : t !== void 0 && t.$$typeof === n ? (U = "<" + (X(t.type) || "Unknown") + " />", A = " Did you accidentally export a JSX literal instead of a component?") : U = typeof t, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", U, A);
692
751
  }
693
- var v = or(e, r, n, o, l);
694
- if (v == null)
695
- return v;
696
- if (i) {
697
- var x = r.children;
698
- if (x !== void 0)
699
- if (t)
700
- if (ee(x)) {
701
- for (var W = 0; W < x.length; W++)
702
- Oe(x[W], e);
703
- Object.freeze && Object.freeze(x);
752
+ var z = or(t, d, v, L, M);
753
+ if (z == null)
754
+ return z;
755
+ if (P) {
756
+ var Y = d.children;
757
+ if (Y !== void 0)
758
+ if (T)
759
+ if (Fe(Y)) {
760
+ for (var se = 0; se < Y.length; se++)
761
+ ft(Y[se], t);
762
+ Object.freeze && Object.freeze(Y);
704
763
  } else
705
- y("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
764
+ j("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
706
765
  else
707
- Oe(x, e);
766
+ ft(Y, t);
708
767
  }
709
- if (V.call(r, "key")) {
710
- var F = S(e), h = Object.keys(r).filter(function(mr) {
711
- return mr !== "key";
712
- }), ae = h.length > 0 ? "{key: someKey, " + h.join(": ..., ") + ": ...}" : "{key: someKey}";
713
- if (!Se[F + ae]) {
714
- var gr = h.length > 0 ? "{" + h.join(": ..., ") + ": ...}" : "{}";
715
- y(`A props object containing a "key" prop is being spread into JSX:
768
+ if (de.call(d, "key")) {
769
+ var ee = X(t), V = Object.keys(d).filter(function(hr) {
770
+ return hr !== "key";
771
+ }), Ue = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
772
+ if (!dt[ee + Ue]) {
773
+ var mr = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
774
+ j(`A props object containing a "key" prop is being spread into JSX:
716
775
  let props = %s;
717
776
  <%s {...props} />
718
777
  React keys must be passed directly to JSX without using spread:
719
778
  let props = %s;
720
- <%s key={someKey} {...props} />`, ae, F, gr, F), Se[F + ae] = !0;
779
+ <%s key={someKey} {...props} />`, Ue, ee, mr, ee), dt[ee + Ue] = !0;
721
780
  }
722
781
  }
723
- return e === u ? fr(v) : ur(v), v;
782
+ return t === s ? ur(z) : cr(z), z;
724
783
  }
725
784
  }
726
- function _r(e, r, n) {
727
- return $e(e, r, n, !0);
785
+ function fr(t, d, v) {
786
+ return pt(t, d, v, !0);
728
787
  }
729
- function dr(e, r, n) {
730
- return $e(e, r, n, !1);
788
+ function dr(t, d, v) {
789
+ return pt(t, d, v, !1);
731
790
  }
732
- var pr = dr, vr = _r;
733
- M.Fragment = u, M.jsx = pr, M.jsxs = vr;
734
- })()), M;
791
+ var pr = dr, _r = fr;
792
+ _e.Fragment = s, _e.jsx = pr, _e.jsxs = _r;
793
+ })()), _e;
735
794
  }
736
- var Fe;
737
- function Sr() {
738
- return Fe || (Fe = 1, process.env.NODE_ENV === "production" ? K.exports = Tr() : K.exports = Or()), K.exports;
795
+ var vt;
796
+ function xn() {
797
+ return vt || (vt = 1, process.env.NODE_ENV === "production" ? ke.exports = Tn() : ke.exports = Rn()), ke.exports;
739
798
  }
740
- var E = Sr();
741
- const $r = {
742
- 1: D["heading-1"],
743
- 2: D["heading-2"],
744
- 3: D["heading-3"],
745
- 4: D["heading-4"],
746
- 5: D["heading-5"],
747
- 6: D["heading-6"]
799
+ var m = xn();
800
+ const wn = {
801
+ 1: ne["heading-1"],
802
+ 2: ne["heading-2"],
803
+ 3: ne["heading-3"],
804
+ 4: ne["heading-4"],
805
+ 5: ne["heading-5"],
806
+ 6: ne["heading-6"]
748
807
  };
749
- function Jr({ level: _ = 1, children: c, className: d = "" }) {
750
- const u = `h${_}`;
751
- return /* @__PURE__ */ E.jsx(u, { className: `${D.heading} ${$r[_]} ${d}`, children: c });
752
- }
753
- const Pr = {
754
- primary: I["btn-primary"],
755
- secondary: I["btn-secondary"],
756
- outline: I["btn-outline"]
757
- }, kr = {
758
- small: I["btn-small"],
759
- medium: I["btn-medium"],
760
- large: I["btn-large"]
808
+ function Cn({ level: e = 1, children: n, className: i = "" }) {
809
+ const s = `h${e}`;
810
+ return /* @__PURE__ */ m.jsx(s, { className: `${ne.heading} ${wn[e]} ${i}`, children: n });
811
+ }
812
+ const Sn = {
813
+ primary: ae["btn-primary"],
814
+ secondary: ae["btn-secondary"],
815
+ outline: ae["btn-outline"]
816
+ }, On = {
817
+ small: ae["btn-small"],
818
+ medium: ae["btn-medium"],
819
+ large: ae["btn-large"]
761
820
  };
762
- function qr({
763
- variant: _ = "primary",
764
- size: c = "medium",
765
- children: d,
766
- onClick: u,
767
- disabled: w = !1,
768
- className: R = ""
821
+ function vi({
822
+ variant: e = "primary",
823
+ size: n = "medium",
824
+ children: i,
825
+ onClick: s,
826
+ disabled: f = !1,
827
+ className: _ = ""
769
828
  }) {
770
- return /* @__PURE__ */ E.jsx(
829
+ return /* @__PURE__ */ m.jsx(
771
830
  "button",
772
831
  {
773
- className: `${I.btn} ${Pr[_]} ${kr[c]} ${R}`,
774
- onClick: u,
775
- disabled: w,
776
- children: d
832
+ className: `${ae.btn} ${Sn[e]} ${On[n]} ${_}`,
833
+ onClick: s,
834
+ disabled: f,
835
+ children: i
777
836
  }
778
837
  );
779
838
  }
780
- const Fr = {
781
- none: A["card-padding-none"],
782
- small: A["card-padding-small"],
783
- medium: A["card-padding-medium"],
784
- large: A["card-padding-large"]
839
+ const kn = {
840
+ none: ie["card-padding-none"],
841
+ small: ie["card-padding-small"],
842
+ medium: ie["card-padding-medium"],
843
+ large: ie["card-padding-large"]
785
844
  };
786
- function Gr({
787
- children: _,
788
- title: c,
789
- className: d = "",
790
- padding: u = "medium"
845
+ function jn({
846
+ children: e,
847
+ title: n,
848
+ className: i = "",
849
+ padding: s = "medium"
791
850
  }) {
792
- return /* @__PURE__ */ E.jsxs("div", { className: `${A.card} ${Fr[u]} ${d}`, children: [
793
- c && /* @__PURE__ */ E.jsx("div", { className: A["card-title"], children: c }),
794
- /* @__PURE__ */ E.jsx("div", { className: A["card-content"], children: _ })
851
+ return /* @__PURE__ */ m.jsxs("div", { className: `${ie.card} ${kn[s]} ${i}`, children: [
852
+ n && /* @__PURE__ */ m.jsx("div", { className: ie["card-title"], children: n }),
853
+ /* @__PURE__ */ m.jsx("div", { className: ie["card-content"], children: e })
795
854
  ] });
796
855
  }
797
- function Kr({ children: _, className: c = "", as: d = "div", style: u }) {
798
- return /* @__PURE__ */ E.jsx(d, { className: `${xr.box} ${c}`, style: u, children: _ });
799
- }
800
- const Dr = {
801
- row: f["flex-row"],
802
- column: f["flex-column"],
803
- "row-reverse": f["flex-row-reverse"],
804
- "column-reverse": f["flex-column-reverse"]
805
- }, Ar = {
806
- start: f["justify-start"],
807
- end: f["justify-end"],
808
- center: f["justify-center"],
809
- between: f["justify-between"],
810
- around: f["justify-around"],
811
- evenly: f["justify-evenly"]
812
- }, Ir = {
813
- start: f["align-start"],
814
- end: f["align-end"],
815
- center: f["align-center"],
816
- stretch: f["align-stretch"],
817
- baseline: f["align-baseline"]
818
- }, Nr = {
819
- xs: f["gap-xs"],
820
- sm: f["gap-sm"],
821
- md: f["gap-md"],
822
- lg: f["gap-lg"],
823
- xl: f["gap-xl"]
824
- }, Yr = {
856
+ function gi({ children: e, className: n = "", as: i = "div", style: s }) {
857
+ return /* @__PURE__ */ m.jsx(i, { className: `${br.box} ${n}`, style: s, children: e });
858
+ }
859
+ const An = {
860
+ row: H["flex-row"],
861
+ column: H["flex-column"],
862
+ "row-reverse": H["flex-row-reverse"],
863
+ "column-reverse": H["flex-column-reverse"]
864
+ }, Nn = {
865
+ start: H["justify-start"],
866
+ end: H["justify-end"],
867
+ center: H["justify-center"],
868
+ between: H["justify-between"],
869
+ around: H["justify-around"],
870
+ evenly: H["justify-evenly"]
871
+ }, Pn = {
872
+ start: H["align-start"],
873
+ end: H["align-end"],
874
+ center: H["align-center"],
875
+ stretch: H["align-stretch"],
876
+ baseline: H["align-baseline"]
877
+ }, Dn = {
878
+ xs: H["gap-xs"],
879
+ sm: H["gap-sm"],
880
+ md: H["gap-md"],
881
+ lg: H["gap-lg"],
882
+ xl: H["gap-xl"]
883
+ }, In = {
825
884
  nowrap: "",
826
- wrap: f["flex-wrap"],
827
- "wrap-reverse": f["flex-wrap-reverse"]
885
+ wrap: H["flex-wrap"],
886
+ "wrap-reverse": H["flex-wrap-reverse"]
828
887
  };
829
- function Xr({
830
- children: _,
831
- className: c = "",
832
- direction: d = "row",
833
- justify: u = "start",
834
- align: w = "stretch",
835
- gap: R,
836
- wrap: C = "nowrap",
837
- style: j
888
+ function Ee({
889
+ children: e,
890
+ className: n = "",
891
+ direction: i = "row",
892
+ justify: s = "start",
893
+ align: f = "stretch",
894
+ gap: _,
895
+ wrap: g = "nowrap",
896
+ style: p
838
897
  }) {
839
- const g = [
840
- f.flex,
841
- Dr[d],
842
- Ar[u],
843
- Ir[w],
844
- R ? Nr[R] : "",
845
- Yr[C]
898
+ const o = [
899
+ H.flex,
900
+ An[i],
901
+ Nn[s],
902
+ Pn[f],
903
+ _ ? Dn[_] : "",
904
+ In[g]
846
905
  ].filter(Boolean).join(" ");
847
- return /* @__PURE__ */ E.jsx("div", { className: `${g} ${c}`, style: j, children: _ });
848
- }
849
- const Wr = {
850
- 1: a["grid-1"],
851
- 2: a["grid-2"],
852
- 3: a["grid-3"],
853
- 4: a["grid-4"],
854
- 5: a["grid-5"],
855
- 6: a["grid-6"],
856
- 7: a["grid-7"],
857
- 8: a["grid-8"],
858
- 9: a["grid-9"],
859
- 10: a["grid-10"],
860
- 11: a["grid-11"],
861
- 12: a["grid-12"]
862
- }, Lr = {
863
- xs: a["gap-xs"],
864
- sm: a["gap-sm"],
865
- md: a["gap-md"],
866
- lg: a["gap-lg"],
867
- xl: a["gap-xl"]
906
+ return /* @__PURE__ */ m.jsx("div", { className: `${o} ${n}`, style: p, children: e });
907
+ }
908
+ const Ln = {
909
+ 1: x["grid-1"],
910
+ 2: x["grid-2"],
911
+ 3: x["grid-3"],
912
+ 4: x["grid-4"],
913
+ 5: x["grid-5"],
914
+ 6: x["grid-6"],
915
+ 7: x["grid-7"],
916
+ 8: x["grid-8"],
917
+ 9: x["grid-9"],
918
+ 10: x["grid-10"],
919
+ 11: x["grid-11"],
920
+ 12: x["grid-12"]
921
+ }, Mn = {
922
+ xs: x["gap-xs"],
923
+ sm: x["gap-sm"],
924
+ md: x["gap-md"],
925
+ lg: x["gap-lg"],
926
+ xl: x["gap-xl"]
868
927
  };
869
- function Hr({ children: _, className: c = "", columns: d = 12, gap: u = "md" }) {
870
- return /* @__PURE__ */ E.jsx("div", { className: `${a.grid} ${Wr[d]} ${Lr[u]} ${c}`, children: _ });
871
- }
872
- const Vr = {
873
- 1: a["span-1"],
874
- 2: a["span-2"],
875
- 3: a["span-3"],
876
- 4: a["span-4"],
877
- 5: a["span-5"],
878
- 6: a["span-6"],
879
- 7: a["span-7"],
880
- 8: a["span-8"],
881
- 9: a["span-9"],
882
- 10: a["span-10"],
883
- 11: a["span-11"],
884
- 12: a["span-12"]
885
- }, Ur = {
886
- 1: a["start-1"],
887
- 2: a["start-2"],
888
- 3: a["start-3"],
889
- 4: a["start-4"],
890
- 5: a["start-5"],
891
- 6: a["start-6"],
892
- 7: a["start-7"],
893
- 8: a["start-8"],
894
- 9: a["start-9"],
895
- 10: a["start-10"],
896
- 11: a["start-11"],
897
- 12: a["start-12"]
928
+ function Fn({ children: e, className: n = "", columns: i = 12, gap: s = "md" }) {
929
+ return /* @__PURE__ */ m.jsx("div", { className: `${x.grid} ${Ln[i]} ${Mn[s]} ${n}`, children: e });
930
+ }
931
+ const qn = {
932
+ 1: x["span-1"],
933
+ 2: x["span-2"],
934
+ 3: x["span-3"],
935
+ 4: x["span-4"],
936
+ 5: x["span-5"],
937
+ 6: x["span-6"],
938
+ 7: x["span-7"],
939
+ 8: x["span-8"],
940
+ 9: x["span-9"],
941
+ 10: x["span-10"],
942
+ 11: x["span-11"],
943
+ 12: x["span-12"]
944
+ }, Hn = {
945
+ 1: x["start-1"],
946
+ 2: x["start-2"],
947
+ 3: x["start-3"],
948
+ 4: x["start-4"],
949
+ 5: x["start-5"],
950
+ 6: x["start-6"],
951
+ 7: x["start-7"],
952
+ 8: x["start-8"],
953
+ 9: x["start-9"],
954
+ 10: x["start-10"],
955
+ 11: x["start-11"],
956
+ 12: x["start-12"]
898
957
  };
899
- function Zr({ children: _, className: c = "", span: d, start: u }) {
900
- const w = [
901
- a["grid-item"],
902
- d ? Vr[d] : "",
903
- u ? Ur[u] : ""
958
+ function yi({ children: e, className: n = "", span: i, start: s }) {
959
+ const f = [
960
+ x["grid-item"],
961
+ i ? qn[i] : "",
962
+ s ? Hn[s] : ""
904
963
  ].filter(Boolean).join(" ");
905
- return /* @__PURE__ */ E.jsx("div", { className: `${w} ${c}`, children: _ });
906
- }
907
- const Mr = {
908
- xs: $["container-xs"],
909
- sm: $["container-sm"],
910
- md: $["container-md"],
911
- lg: $["container-lg"],
912
- xl: $["container-xl"],
913
- "2xl": $["container-2xl"],
914
- full: $["container-full"]
964
+ return /* @__PURE__ */ m.jsx("div", { className: `${f} ${n}`, children: e });
965
+ }
966
+ const $n = {
967
+ xs: Q["container-xs"],
968
+ sm: Q["container-sm"],
969
+ md: Q["container-md"],
970
+ lg: Q["container-lg"],
971
+ xl: Q["container-xl"],
972
+ "2xl": Q["container-2xl"],
973
+ full: Q["container-full"]
915
974
  };
916
- function Qr({ children: _, className: c = "", size: d = "lg" }) {
917
- return /* @__PURE__ */ E.jsx("div", { className: `${$.container} ${Mr[d]} ${c}`, children: _ });
975
+ function Ei({ children: e, className: n = "", size: i = "lg" }) {
976
+ return /* @__PURE__ */ m.jsx("div", { className: `${Q.container} ${$n[i]} ${n}`, children: e });
918
977
  }
919
- const zr = {
920
- "16-9": X["aspect-169"],
921
- "4-3": X["aspect-43"],
922
- "1-1": X["aspect-11"]
978
+ const Un = {
979
+ "16-9": Ne["aspect-169"],
980
+ "4-3": Ne["aspect-43"],
981
+ "1-1": Ne["aspect-11"]
923
982
  };
924
- function en({
925
- videoId: _,
926
- className: c = "",
927
- aspectRatio: d = "16-9",
928
- autoplay: u = !1,
929
- controls: w = !0,
930
- loop: R = !1,
931
- muted: C = !1,
932
- rel: j = !1,
933
- title: g = "YouTube video"
983
+ function zn({
984
+ videoId: e,
985
+ className: n = "",
986
+ aspectRatio: i = "16-9",
987
+ autoplay: s = !1,
988
+ controls: f = !0,
989
+ loop: _ = !1,
990
+ muted: g = !1,
991
+ rel: p = !1,
992
+ title: o = "YouTube video"
934
993
  }) {
935
- const O = new URLSearchParams({
936
- ...u && { autoplay: "1" },
937
- ...w && { controls: "1" },
938
- ...R && { loop: "1" },
939
- ...C && { muted: "1" },
940
- ...!j && { rel: "0" }
941
- }), m = `https://www.youtube.com/embed/${_}?${O.toString()}`;
942
- return /* @__PURE__ */ E.jsx("div", { className: `${X.video} ${zr[d]} ${c}`, children: /* @__PURE__ */ E.jsx(
994
+ const a = new URLSearchParams({
995
+ ...s && { autoplay: "1" },
996
+ ...f && { controls: "1" },
997
+ ..._ && { loop: "1" },
998
+ ...g && { muted: "1" },
999
+ ...!p && { rel: "0" }
1000
+ }), c = `https://www.youtube.com/embed/${e}?${a.toString()}`;
1001
+ return /* @__PURE__ */ m.jsx("div", { className: `${Ne.video} ${Un[i]} ${n}`, children: /* @__PURE__ */ m.jsx(
943
1002
  "iframe",
944
1003
  {
945
- src: m,
946
- title: g,
1004
+ src: c,
1005
+ title: o,
947
1006
  frameBorder: "0",
948
1007
  allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",
949
1008
  allowFullScreen: !0
950
1009
  }
951
1010
  ) });
952
1011
  }
1012
+ function Gn(e) {
1013
+ return e.startsWith("http") || e.startsWith("//");
1014
+ }
1015
+ function Bn({
1016
+ href: e,
1017
+ children: n,
1018
+ className: i = "",
1019
+ showExternalIcon: s = !0
1020
+ }) {
1021
+ const f = Gn(e);
1022
+ return /* @__PURE__ */ m.jsxs(
1023
+ "a",
1024
+ {
1025
+ href: e,
1026
+ className: `${_t.link} ${i}`,
1027
+ target: f ? "_blank" : void 0,
1028
+ rel: f ? "noopener noreferrer" : void 0,
1029
+ children: [
1030
+ n,
1031
+ f && s && /* @__PURE__ */ m.jsx("span", { className: _t.icon, "aria-hidden": "true", children: /* @__PURE__ */ m.jsxs(
1032
+ "svg",
1033
+ {
1034
+ width: "12",
1035
+ height: "12",
1036
+ viewBox: "0 0 24 24",
1037
+ fill: "none",
1038
+ stroke: "currentColor",
1039
+ strokeWidth: "2",
1040
+ strokeLinecap: "round",
1041
+ strokeLinejoin: "round",
1042
+ children: [
1043
+ /* @__PURE__ */ m.jsx("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }),
1044
+ /* @__PURE__ */ m.jsx("polyline", { points: "15 3 21 3 21 9" }),
1045
+ /* @__PURE__ */ m.jsx("line", { x1: "10", y1: "14", x2: "21", y2: "3" })
1046
+ ]
1047
+ }
1048
+ ) })
1049
+ ]
1050
+ }
1051
+ );
1052
+ }
1053
+ function bi({ logo: e, navigation: n, className: i = "" }) {
1054
+ return /* @__PURE__ */ m.jsx("header", { className: `${Ce.header} ${i}`, children: /* @__PURE__ */ m.jsx("nav", { className: Ce.inner, children: /* @__PURE__ */ m.jsxs(
1055
+ Ee,
1056
+ {
1057
+ align: "center",
1058
+ justify: "between",
1059
+ children: [
1060
+ e && /* @__PURE__ */ m.jsx("div", { className: Ce.logo, children: e }),
1061
+ n && /* @__PURE__ */ m.jsx("div", { className: Ce.nav, children: n })
1062
+ ]
1063
+ }
1064
+ ) }) });
1065
+ }
1066
+ function Vn(e, n) {
1067
+ const i = [];
1068
+ if (n <= 7)
1069
+ for (let f = 1; f <= n; f++)
1070
+ i.push(f);
1071
+ else {
1072
+ i.push(1), e > 3 && i.push("...");
1073
+ const f = Math.max(2, e - 1), _ = Math.min(n - 1, e + 1);
1074
+ for (let g = f; g <= _; g++)
1075
+ i.push(g);
1076
+ e < n - 2 && i.push("..."), i.push(n);
1077
+ }
1078
+ return i;
1079
+ }
1080
+ function Ti({
1081
+ currentPage: e,
1082
+ totalPages: n,
1083
+ getPageUrl: i,
1084
+ className: s = ""
1085
+ }) {
1086
+ if (n <= 1)
1087
+ return null;
1088
+ const f = Vn(e, n);
1089
+ return /* @__PURE__ */ m.jsxs(Ee, { align: "center", justify: "center", gap: "xs", className: `${le.pagination} ${s}`, children: [
1090
+ e > 1 && /* @__PURE__ */ m.jsx("a", { href: i(e - 1), className: le.arrow, children: "← Previous" }),
1091
+ f.map((_, g) => _ === "..." ? /* @__PURE__ */ m.jsx("span", { className: le.ellipsis, children: "…" }, `ellipsis-${g}`) : /* @__PURE__ */ m.jsx(
1092
+ "a",
1093
+ {
1094
+ href: i(_),
1095
+ className: `${le.page} ${_ === e ? le.active : ""}`,
1096
+ children: _
1097
+ },
1098
+ _
1099
+ )),
1100
+ e < n && /* @__PURE__ */ m.jsx("a", { href: i(e + 1), className: le.arrow, children: "Next →" })
1101
+ ] });
1102
+ }
1103
+ function Wn({ children: e, href: n, className: i = "" }) {
1104
+ const s = `${Fr.tag} ${i}`;
1105
+ return n ? /* @__PURE__ */ m.jsx("a", { href: n, className: s, children: e }) : /* @__PURE__ */ m.jsx("span", { className: s, children: e });
1106
+ }
1107
+ function Xn({ tags: e, className: n = "" }) {
1108
+ return e.length === 0 ? null : /* @__PURE__ */ m.jsx(Ee, { gap: "sm", wrap: "wrap", className: `${Hr.tagList} ${n}`, children: e.map((i, s) => /* @__PURE__ */ m.jsx(Wn, { ...i, children: i.children }, s)) });
1109
+ }
1110
+ function Mt({
1111
+ src: e,
1112
+ alt: n,
1113
+ caption: i,
1114
+ width: s,
1115
+ height: f,
1116
+ objectFit: _ = "cover",
1117
+ loading: g = "lazy",
1118
+ className: p = ""
1119
+ }) {
1120
+ return /* @__PURE__ */ m.jsxs("figure", { className: `${ze.figure} ${p}`, children: [
1121
+ /* @__PURE__ */ m.jsx(
1122
+ "img",
1123
+ {
1124
+ src: e,
1125
+ alt: n,
1126
+ width: s,
1127
+ height: f,
1128
+ loading: g,
1129
+ className: ze.image,
1130
+ style: { objectFit: _ }
1131
+ }
1132
+ ),
1133
+ i && /* @__PURE__ */ m.jsx("figcaption", { className: ze.caption, children: i })
1134
+ ] });
1135
+ }
1136
+ var me = {}, ce = {}, je = {}, Z = {}, re = {}, Ge = {}, gt;
1137
+ function Ft() {
1138
+ return gt || (gt = 1, (function(e) {
1139
+ Object.defineProperty(e, "__esModule", { value: !0 }), e.Doctype = e.CDATA = e.Tag = e.Style = e.Script = e.Comment = e.Directive = e.Text = e.Root = e.isTag = e.ElementType = void 0;
1140
+ var n;
1141
+ (function(s) {
1142
+ s.Root = "root", s.Text = "text", s.Directive = "directive", s.Comment = "comment", s.Script = "script", s.Style = "style", s.Tag = "tag", s.CDATA = "cdata", s.Doctype = "doctype";
1143
+ })(n = e.ElementType || (e.ElementType = {}));
1144
+ function i(s) {
1145
+ return s.type === n.Tag || s.type === n.Script || s.type === n.Style;
1146
+ }
1147
+ e.isTag = i, e.Root = n.Root, e.Text = n.Text, e.Directive = n.Directive, e.Comment = n.Comment, e.Script = n.Script, e.Style = n.Style, e.Tag = n.Tag, e.CDATA = n.CDATA, e.Doctype = n.Doctype;
1148
+ })(Ge)), Ge;
1149
+ }
1150
+ var S = {}, yt;
1151
+ function Et() {
1152
+ if (yt) return S;
1153
+ yt = 1;
1154
+ var e = S && S.__extends || /* @__PURE__ */ (function() {
1155
+ var r = function(l, u) {
1156
+ return r = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(y, b) {
1157
+ y.__proto__ = b;
1158
+ } || function(y, b) {
1159
+ for (var D in b) Object.prototype.hasOwnProperty.call(b, D) && (y[D] = b[D]);
1160
+ }, r(l, u);
1161
+ };
1162
+ return function(l, u) {
1163
+ if (typeof u != "function" && u !== null)
1164
+ throw new TypeError("Class extends value " + String(u) + " is not a constructor or null");
1165
+ r(l, u);
1166
+ function y() {
1167
+ this.constructor = l;
1168
+ }
1169
+ l.prototype = u === null ? Object.create(u) : (y.prototype = u.prototype, new y());
1170
+ };
1171
+ })(), n = S && S.__assign || function() {
1172
+ return n = Object.assign || function(r) {
1173
+ for (var l, u = 1, y = arguments.length; u < y; u++) {
1174
+ l = arguments[u];
1175
+ for (var b in l) Object.prototype.hasOwnProperty.call(l, b) && (r[b] = l[b]);
1176
+ }
1177
+ return r;
1178
+ }, n.apply(this, arguments);
1179
+ };
1180
+ Object.defineProperty(S, "__esModule", { value: !0 }), S.cloneNode = S.hasChildren = S.isDocument = S.isDirective = S.isComment = S.isText = S.isCDATA = S.isTag = S.Element = S.Document = S.CDATA = S.NodeWithChildren = S.ProcessingInstruction = S.Comment = S.Text = S.DataNode = S.Node = void 0;
1181
+ var i = /* @__PURE__ */ Ft(), s = (
1182
+ /** @class */
1183
+ (function() {
1184
+ function r() {
1185
+ this.parent = null, this.prev = null, this.next = null, this.startIndex = null, this.endIndex = null;
1186
+ }
1187
+ return Object.defineProperty(r.prototype, "parentNode", {
1188
+ // Read-write aliases for properties
1189
+ /**
1190
+ * Same as {@link parent}.
1191
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1192
+ */
1193
+ get: function() {
1194
+ return this.parent;
1195
+ },
1196
+ set: function(l) {
1197
+ this.parent = l;
1198
+ },
1199
+ enumerable: !1,
1200
+ configurable: !0
1201
+ }), Object.defineProperty(r.prototype, "previousSibling", {
1202
+ /**
1203
+ * Same as {@link prev}.
1204
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1205
+ */
1206
+ get: function() {
1207
+ return this.prev;
1208
+ },
1209
+ set: function(l) {
1210
+ this.prev = l;
1211
+ },
1212
+ enumerable: !1,
1213
+ configurable: !0
1214
+ }), Object.defineProperty(r.prototype, "nextSibling", {
1215
+ /**
1216
+ * Same as {@link next}.
1217
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1218
+ */
1219
+ get: function() {
1220
+ return this.next;
1221
+ },
1222
+ set: function(l) {
1223
+ this.next = l;
1224
+ },
1225
+ enumerable: !1,
1226
+ configurable: !0
1227
+ }), r.prototype.cloneNode = function(l) {
1228
+ return l === void 0 && (l = !1), F(this, l);
1229
+ }, r;
1230
+ })()
1231
+ );
1232
+ S.Node = s;
1233
+ var f = (
1234
+ /** @class */
1235
+ (function(r) {
1236
+ e(l, r);
1237
+ function l(u) {
1238
+ var y = r.call(this) || this;
1239
+ return y.data = u, y;
1240
+ }
1241
+ return Object.defineProperty(l.prototype, "nodeValue", {
1242
+ /**
1243
+ * Same as {@link data}.
1244
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1245
+ */
1246
+ get: function() {
1247
+ return this.data;
1248
+ },
1249
+ set: function(u) {
1250
+ this.data = u;
1251
+ },
1252
+ enumerable: !1,
1253
+ configurable: !0
1254
+ }), l;
1255
+ })(s)
1256
+ );
1257
+ S.DataNode = f;
1258
+ var _ = (
1259
+ /** @class */
1260
+ (function(r) {
1261
+ e(l, r);
1262
+ function l() {
1263
+ var u = r !== null && r.apply(this, arguments) || this;
1264
+ return u.type = i.ElementType.Text, u;
1265
+ }
1266
+ return Object.defineProperty(l.prototype, "nodeType", {
1267
+ get: function() {
1268
+ return 3;
1269
+ },
1270
+ enumerable: !1,
1271
+ configurable: !0
1272
+ }), l;
1273
+ })(f)
1274
+ );
1275
+ S.Text = _;
1276
+ var g = (
1277
+ /** @class */
1278
+ (function(r) {
1279
+ e(l, r);
1280
+ function l() {
1281
+ var u = r !== null && r.apply(this, arguments) || this;
1282
+ return u.type = i.ElementType.Comment, u;
1283
+ }
1284
+ return Object.defineProperty(l.prototype, "nodeType", {
1285
+ get: function() {
1286
+ return 8;
1287
+ },
1288
+ enumerable: !1,
1289
+ configurable: !0
1290
+ }), l;
1291
+ })(f)
1292
+ );
1293
+ S.Comment = g;
1294
+ var p = (
1295
+ /** @class */
1296
+ (function(r) {
1297
+ e(l, r);
1298
+ function l(u, y) {
1299
+ var b = r.call(this, y) || this;
1300
+ return b.name = u, b.type = i.ElementType.Directive, b;
1301
+ }
1302
+ return Object.defineProperty(l.prototype, "nodeType", {
1303
+ get: function() {
1304
+ return 1;
1305
+ },
1306
+ enumerable: !1,
1307
+ configurable: !0
1308
+ }), l;
1309
+ })(f)
1310
+ );
1311
+ S.ProcessingInstruction = p;
1312
+ var o = (
1313
+ /** @class */
1314
+ (function(r) {
1315
+ e(l, r);
1316
+ function l(u) {
1317
+ var y = r.call(this) || this;
1318
+ return y.children = u, y;
1319
+ }
1320
+ return Object.defineProperty(l.prototype, "firstChild", {
1321
+ // Aliases
1322
+ /** First child of the node. */
1323
+ get: function() {
1324
+ var u;
1325
+ return (u = this.children[0]) !== null && u !== void 0 ? u : null;
1326
+ },
1327
+ enumerable: !1,
1328
+ configurable: !0
1329
+ }), Object.defineProperty(l.prototype, "lastChild", {
1330
+ /** Last child of the node. */
1331
+ get: function() {
1332
+ return this.children.length > 0 ? this.children[this.children.length - 1] : null;
1333
+ },
1334
+ enumerable: !1,
1335
+ configurable: !0
1336
+ }), Object.defineProperty(l.prototype, "childNodes", {
1337
+ /**
1338
+ * Same as {@link children}.
1339
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1340
+ */
1341
+ get: function() {
1342
+ return this.children;
1343
+ },
1344
+ set: function(u) {
1345
+ this.children = u;
1346
+ },
1347
+ enumerable: !1,
1348
+ configurable: !0
1349
+ }), l;
1350
+ })(s)
1351
+ );
1352
+ S.NodeWithChildren = o;
1353
+ var a = (
1354
+ /** @class */
1355
+ (function(r) {
1356
+ e(l, r);
1357
+ function l() {
1358
+ var u = r !== null && r.apply(this, arguments) || this;
1359
+ return u.type = i.ElementType.CDATA, u;
1360
+ }
1361
+ return Object.defineProperty(l.prototype, "nodeType", {
1362
+ get: function() {
1363
+ return 4;
1364
+ },
1365
+ enumerable: !1,
1366
+ configurable: !0
1367
+ }), l;
1368
+ })(o)
1369
+ );
1370
+ S.CDATA = a;
1371
+ var c = (
1372
+ /** @class */
1373
+ (function(r) {
1374
+ e(l, r);
1375
+ function l() {
1376
+ var u = r !== null && r.apply(this, arguments) || this;
1377
+ return u.type = i.ElementType.Root, u;
1378
+ }
1379
+ return Object.defineProperty(l.prototype, "nodeType", {
1380
+ get: function() {
1381
+ return 9;
1382
+ },
1383
+ enumerable: !1,
1384
+ configurable: !0
1385
+ }), l;
1386
+ })(o)
1387
+ );
1388
+ S.Document = c;
1389
+ var h = (
1390
+ /** @class */
1391
+ (function(r) {
1392
+ e(l, r);
1393
+ function l(u, y, b, D) {
1394
+ b === void 0 && (b = []), D === void 0 && (D = u === "script" ? i.ElementType.Script : u === "style" ? i.ElementType.Style : i.ElementType.Tag);
1395
+ var $ = r.call(this, b) || this;
1396
+ return $.name = u, $.attribs = y, $.type = D, $;
1397
+ }
1398
+ return Object.defineProperty(l.prototype, "nodeType", {
1399
+ get: function() {
1400
+ return 1;
1401
+ },
1402
+ enumerable: !1,
1403
+ configurable: !0
1404
+ }), Object.defineProperty(l.prototype, "tagName", {
1405
+ // DOM Level 1 aliases
1406
+ /**
1407
+ * Same as {@link name}.
1408
+ * [DOM spec](https://dom.spec.whatwg.org)-compatible alias.
1409
+ */
1410
+ get: function() {
1411
+ return this.name;
1412
+ },
1413
+ set: function(u) {
1414
+ this.name = u;
1415
+ },
1416
+ enumerable: !1,
1417
+ configurable: !0
1418
+ }), Object.defineProperty(l.prototype, "attributes", {
1419
+ get: function() {
1420
+ var u = this;
1421
+ return Object.keys(this.attribs).map(function(y) {
1422
+ var b, D;
1423
+ return {
1424
+ name: y,
1425
+ value: u.attribs[y],
1426
+ namespace: (b = u["x-attribsNamespace"]) === null || b === void 0 ? void 0 : b[y],
1427
+ prefix: (D = u["x-attribsPrefix"]) === null || D === void 0 ? void 0 : D[y]
1428
+ };
1429
+ });
1430
+ },
1431
+ enumerable: !1,
1432
+ configurable: !0
1433
+ }), l;
1434
+ })(o)
1435
+ );
1436
+ S.Element = h;
1437
+ function O(r) {
1438
+ return (0, i.isTag)(r);
1439
+ }
1440
+ S.isTag = O;
1441
+ function N(r) {
1442
+ return r.type === i.ElementType.CDATA;
1443
+ }
1444
+ S.isCDATA = N;
1445
+ function I(r) {
1446
+ return r.type === i.ElementType.Text;
1447
+ }
1448
+ S.isText = I;
1449
+ function w(r) {
1450
+ return r.type === i.ElementType.Comment;
1451
+ }
1452
+ S.isComment = w;
1453
+ function E(r) {
1454
+ return r.type === i.ElementType.Directive;
1455
+ }
1456
+ S.isDirective = E;
1457
+ function R(r) {
1458
+ return r.type === i.ElementType.Root;
1459
+ }
1460
+ S.isDocument = R;
1461
+ function j(r) {
1462
+ return Object.prototype.hasOwnProperty.call(r, "children");
1463
+ }
1464
+ S.hasChildren = j;
1465
+ function F(r, l) {
1466
+ l === void 0 && (l = !1);
1467
+ var u;
1468
+ if (I(r))
1469
+ u = new _(r.data);
1470
+ else if (w(r))
1471
+ u = new g(r.data);
1472
+ else if (O(r)) {
1473
+ var y = l ? q(r.children) : [], b = new h(r.name, n({}, r.attribs), y);
1474
+ y.forEach(function(X) {
1475
+ return X.parent = b;
1476
+ }), r.namespace != null && (b.namespace = r.namespace), r["x-attribsNamespace"] && (b["x-attribsNamespace"] = n({}, r["x-attribsNamespace"])), r["x-attribsPrefix"] && (b["x-attribsPrefix"] = n({}, r["x-attribsPrefix"])), u = b;
1477
+ } else if (N(r)) {
1478
+ var y = l ? q(r.children) : [], D = new a(y);
1479
+ y.forEach(function(k) {
1480
+ return k.parent = D;
1481
+ }), u = D;
1482
+ } else if (R(r)) {
1483
+ var y = l ? q(r.children) : [], $ = new c(y);
1484
+ y.forEach(function(k) {
1485
+ return k.parent = $;
1486
+ }), r["x-mode"] && ($["x-mode"] = r["x-mode"]), u = $;
1487
+ } else if (E(r)) {
1488
+ var W = new p(r.name, r.data);
1489
+ r["x-name"] != null && (W["x-name"] = r["x-name"], W["x-publicId"] = r["x-publicId"], W["x-systemId"] = r["x-systemId"]), u = W;
1490
+ } else
1491
+ throw new Error("Not implemented yet: ".concat(r.type));
1492
+ return u.startIndex = r.startIndex, u.endIndex = r.endIndex, r.sourceCodeLocation != null && (u.sourceCodeLocation = r.sourceCodeLocation), u;
1493
+ }
1494
+ S.cloneNode = F;
1495
+ function q(r) {
1496
+ for (var l = r.map(function(y) {
1497
+ return F(y, !0);
1498
+ }), u = 1; u < l.length; u++)
1499
+ l[u].prev = l[u - 1], l[u - 1].next = l[u];
1500
+ return l;
1501
+ }
1502
+ return S;
1503
+ }
1504
+ var bt;
1505
+ function qt() {
1506
+ return bt || (bt = 1, (function(e) {
1507
+ var n = re && re.__createBinding || (Object.create ? (function(p, o, a, c) {
1508
+ c === void 0 && (c = a);
1509
+ var h = Object.getOwnPropertyDescriptor(o, a);
1510
+ (!h || ("get" in h ? !o.__esModule : h.writable || h.configurable)) && (h = { enumerable: !0, get: function() {
1511
+ return o[a];
1512
+ } }), Object.defineProperty(p, c, h);
1513
+ }) : (function(p, o, a, c) {
1514
+ c === void 0 && (c = a), p[c] = o[a];
1515
+ })), i = re && re.__exportStar || function(p, o) {
1516
+ for (var a in p) a !== "default" && !Object.prototype.hasOwnProperty.call(o, a) && n(o, p, a);
1517
+ };
1518
+ Object.defineProperty(e, "__esModule", { value: !0 }), e.DomHandler = void 0;
1519
+ var s = /* @__PURE__ */ Ft(), f = /* @__PURE__ */ Et();
1520
+ i(/* @__PURE__ */ Et(), e);
1521
+ var _ = {
1522
+ withStartIndices: !1,
1523
+ withEndIndices: !1,
1524
+ xmlMode: !1
1525
+ }, g = (
1526
+ /** @class */
1527
+ (function() {
1528
+ function p(o, a, c) {
1529
+ this.dom = [], this.root = new f.Document(this.dom), this.done = !1, this.tagStack = [this.root], this.lastNode = null, this.parser = null, typeof a == "function" && (c = a, a = _), typeof o == "object" && (a = o, o = void 0), this.callback = o ?? null, this.options = a ?? _, this.elementCB = c ?? null;
1530
+ }
1531
+ return p.prototype.onparserinit = function(o) {
1532
+ this.parser = o;
1533
+ }, p.prototype.onreset = function() {
1534
+ this.dom = [], this.root = new f.Document(this.dom), this.done = !1, this.tagStack = [this.root], this.lastNode = null, this.parser = null;
1535
+ }, p.prototype.onend = function() {
1536
+ this.done || (this.done = !0, this.parser = null, this.handleCallback(null));
1537
+ }, p.prototype.onerror = function(o) {
1538
+ this.handleCallback(o);
1539
+ }, p.prototype.onclosetag = function() {
1540
+ this.lastNode = null;
1541
+ var o = this.tagStack.pop();
1542
+ this.options.withEndIndices && (o.endIndex = this.parser.endIndex), this.elementCB && this.elementCB(o);
1543
+ }, p.prototype.onopentag = function(o, a) {
1544
+ var c = this.options.xmlMode ? s.ElementType.Tag : void 0, h = new f.Element(o, a, void 0, c);
1545
+ this.addNode(h), this.tagStack.push(h);
1546
+ }, p.prototype.ontext = function(o) {
1547
+ var a = this.lastNode;
1548
+ if (a && a.type === s.ElementType.Text)
1549
+ a.data += o, this.options.withEndIndices && (a.endIndex = this.parser.endIndex);
1550
+ else {
1551
+ var c = new f.Text(o);
1552
+ this.addNode(c), this.lastNode = c;
1553
+ }
1554
+ }, p.prototype.oncomment = function(o) {
1555
+ if (this.lastNode && this.lastNode.type === s.ElementType.Comment) {
1556
+ this.lastNode.data += o;
1557
+ return;
1558
+ }
1559
+ var a = new f.Comment(o);
1560
+ this.addNode(a), this.lastNode = a;
1561
+ }, p.prototype.oncommentend = function() {
1562
+ this.lastNode = null;
1563
+ }, p.prototype.oncdatastart = function() {
1564
+ var o = new f.Text(""), a = new f.CDATA([o]);
1565
+ this.addNode(a), o.parent = a, this.lastNode = o;
1566
+ }, p.prototype.oncdataend = function() {
1567
+ this.lastNode = null;
1568
+ }, p.prototype.onprocessinginstruction = function(o, a) {
1569
+ var c = new f.ProcessingInstruction(o, a);
1570
+ this.addNode(c);
1571
+ }, p.prototype.handleCallback = function(o) {
1572
+ if (typeof this.callback == "function")
1573
+ this.callback(o, this.dom);
1574
+ else if (o)
1575
+ throw o;
1576
+ }, p.prototype.addNode = function(o) {
1577
+ var a = this.tagStack[this.tagStack.length - 1], c = a.children[a.children.length - 1];
1578
+ this.options.withStartIndices && (o.startIndex = this.parser.startIndex), this.options.withEndIndices && (o.endIndex = this.parser.endIndex), a.children.push(o), c && (o.prev = c, c.next = o), o.parent = a, this.lastNode = null;
1579
+ }, p;
1580
+ })()
1581
+ );
1582
+ e.DomHandler = g, e.default = g;
1583
+ })(re)), re;
1584
+ }
1585
+ var Be = {}, Tt;
1586
+ function Yn() {
1587
+ return Tt || (Tt = 1, (function(e) {
1588
+ Object.defineProperty(e, "__esModule", { value: !0 }), e.CARRIAGE_RETURN_PLACEHOLDER_REGEX = e.CARRIAGE_RETURN_PLACEHOLDER = e.CARRIAGE_RETURN_REGEX = e.CARRIAGE_RETURN = e.CASE_SENSITIVE_TAG_NAMES_MAP = e.CASE_SENSITIVE_TAG_NAMES = void 0, e.CASE_SENSITIVE_TAG_NAMES = [
1589
+ "animateMotion",
1590
+ "animateTransform",
1591
+ "clipPath",
1592
+ "feBlend",
1593
+ "feColorMatrix",
1594
+ "feComponentTransfer",
1595
+ "feComposite",
1596
+ "feConvolveMatrix",
1597
+ "feDiffuseLighting",
1598
+ "feDisplacementMap",
1599
+ "feDropShadow",
1600
+ "feFlood",
1601
+ "feFuncA",
1602
+ "feFuncB",
1603
+ "feFuncG",
1604
+ "feFuncR",
1605
+ "feGaussianBlur",
1606
+ "feImage",
1607
+ "feMerge",
1608
+ "feMergeNode",
1609
+ "feMorphology",
1610
+ "feOffset",
1611
+ "fePointLight",
1612
+ "feSpecularLighting",
1613
+ "feSpotLight",
1614
+ "feTile",
1615
+ "feTurbulence",
1616
+ "foreignObject",
1617
+ "linearGradient",
1618
+ "radialGradient",
1619
+ "textPath"
1620
+ ], e.CASE_SENSITIVE_TAG_NAMES_MAP = e.CASE_SENSITIVE_TAG_NAMES.reduce(function(n, i) {
1621
+ return n[i.toLowerCase()] = i, n;
1622
+ }, {}), e.CARRIAGE_RETURN = "\r", e.CARRIAGE_RETURN_REGEX = new RegExp(e.CARRIAGE_RETURN, "g"), e.CARRIAGE_RETURN_PLACEHOLDER = "__HTML_DOM_PARSER_CARRIAGE_RETURN_PLACEHOLDER_".concat(Date.now().toString(), "__"), e.CARRIAGE_RETURN_PLACEHOLDER_REGEX = new RegExp(e.CARRIAGE_RETURN_PLACEHOLDER, "g");
1623
+ })(Be)), Be;
1624
+ }
1625
+ var Rt;
1626
+ function Ht() {
1627
+ if (Rt) return Z;
1628
+ Rt = 1, Object.defineProperty(Z, "__esModule", { value: !0 }), Z.formatAttributes = s, Z.hasOpenTag = _, Z.escapeSpecialCharacters = g, Z.revertEscapedCharacters = p, Z.formatDOM = o;
1629
+ var e = /* @__PURE__ */ qt(), n = Yn();
1630
+ function i(a) {
1631
+ return n.CASE_SENSITIVE_TAG_NAMES_MAP[a];
1632
+ }
1633
+ function s(a) {
1634
+ for (var c = {}, h = 0, O = a.length; h < O; h++) {
1635
+ var N = a[h];
1636
+ c[N.name] = N.value;
1637
+ }
1638
+ return c;
1639
+ }
1640
+ function f(a) {
1641
+ a = a.toLowerCase();
1642
+ var c = i(a);
1643
+ return c || a;
1644
+ }
1645
+ function _(a, c) {
1646
+ var h = "<" + c, O = a.toLowerCase().indexOf(h);
1647
+ if (O === -1)
1648
+ return !1;
1649
+ var N = a[O + h.length];
1650
+ return N === ">" || N === " " || N === " " || N === `
1651
+ ` || N === "\r" || N === "/";
1652
+ }
1653
+ function g(a) {
1654
+ return a.replace(n.CARRIAGE_RETURN_REGEX, n.CARRIAGE_RETURN_PLACEHOLDER);
1655
+ }
1656
+ function p(a) {
1657
+ return a.replace(n.CARRIAGE_RETURN_PLACEHOLDER_REGEX, n.CARRIAGE_RETURN);
1658
+ }
1659
+ function o(a, c, h) {
1660
+ var O, N, I, w;
1661
+ c === void 0 && (c = null);
1662
+ for (var E = [], R, j = 0, F = a.length; j < F; j++) {
1663
+ var q = a[j];
1664
+ switch (q.nodeType) {
1665
+ case 1: {
1666
+ var r = f(q.nodeName);
1667
+ R = new e.Element(r, s(q.attributes)), R.children = o(
1668
+ // template children are on content
1669
+ r === "template" ? q.content.childNodes : q.childNodes,
1670
+ R
1671
+ );
1672
+ break;
1673
+ }
1674
+ case 3:
1675
+ R = new e.Text(p((O = q.nodeValue) !== null && O !== void 0 ? O : ""));
1676
+ break;
1677
+ case 8:
1678
+ R = new e.Comment((N = q.nodeValue) !== null && N !== void 0 ? N : "");
1679
+ break;
1680
+ default:
1681
+ continue;
1682
+ }
1683
+ var l = (I = E[j - 1]) !== null && I !== void 0 ? I : null;
1684
+ l && (l.next = R), R.parent = c, R.prev = l, R.next = null, E.push(R);
1685
+ }
1686
+ return h && (R = new e.ProcessingInstruction(h.substring(0, h.indexOf(" ")).toLowerCase(), h), R.next = (w = E[0]) !== null && w !== void 0 ? w : null, R.parent = c, E.unshift(R), E[1] && (E[1].prev = E[0])), E;
1687
+ }
1688
+ return Z;
1689
+ }
1690
+ var xt;
1691
+ function Jn() {
1692
+ if (xt) return je;
1693
+ xt = 1, Object.defineProperty(je, "__esModule", { value: !0 }), je.default = I;
1694
+ var e = Ht(), n = "html", i = "head", s = "body", f = /<([a-zA-Z]+[0-9]?)/, _ = function(w, E) {
1695
+ throw new Error("This browser does not support `document.implementation.createHTMLDocument`");
1696
+ }, g = function(w, E) {
1697
+ throw new Error("This browser does not support `DOMParser.prototype.parseFromString`");
1698
+ }, p = typeof window == "object" && window.DOMParser;
1699
+ if (typeof p == "function") {
1700
+ var o = new p(), a = "text/html";
1701
+ g = function(w, E) {
1702
+ return E && (w = "<".concat(E, ">").concat(w, "</").concat(E, ">")), o.parseFromString(w, a);
1703
+ }, _ = g;
1704
+ }
1705
+ if (typeof document == "object" && document.implementation) {
1706
+ var c = document.implementation.createHTMLDocument();
1707
+ _ = function(w, E) {
1708
+ if (E) {
1709
+ var R = c.documentElement.querySelector(E);
1710
+ return R && (R.innerHTML = w), c;
1711
+ }
1712
+ return c.documentElement.innerHTML = w, c;
1713
+ };
1714
+ }
1715
+ var h = typeof document == "object" && document.createElement("template"), O;
1716
+ h && h.content && (O = function(w) {
1717
+ return h.innerHTML = w, h.content.childNodes;
1718
+ });
1719
+ var N = (
1720
+ /* istanbul ignore next */
1721
+ function() {
1722
+ return document.createDocumentFragment().childNodes;
1723
+ }
1724
+ );
1725
+ function I(w) {
1726
+ var E, R, j, F, q, r;
1727
+ w = (0, e.escapeSpecialCharacters)(w);
1728
+ var l = f.exec(w), u = (E = l == null ? void 0 : l[1]) === null || E === void 0 ? void 0 : E.toLowerCase();
1729
+ switch (u) {
1730
+ case n: {
1731
+ var y = g(w);
1732
+ if (!(0, e.hasOpenTag)(w, i)) {
1733
+ var b = y.querySelector(i);
1734
+ (R = b == null ? void 0 : b.parentNode) === null || R === void 0 || R.removeChild(b);
1735
+ }
1736
+ if (!(0, e.hasOpenTag)(w, s)) {
1737
+ var b = y.querySelector(s);
1738
+ (j = b == null ? void 0 : b.parentNode) === null || j === void 0 || j.removeChild(b);
1739
+ }
1740
+ return y.querySelectorAll(n);
1741
+ }
1742
+ case i:
1743
+ case s: {
1744
+ var D = _(w).querySelectorAll(u);
1745
+ return (0, e.hasOpenTag)(w, s) && (0, e.hasOpenTag)(w, i) ? (q = (F = D[0].parentNode) === null || F === void 0 ? void 0 : F.childNodes) !== null && q !== void 0 ? q : N() : D;
1746
+ }
1747
+ // low-level tag or text
1748
+ default: {
1749
+ if (O)
1750
+ return O(w);
1751
+ var b = _(w, s).querySelector(s);
1752
+ return (r = b == null ? void 0 : b.childNodes) !== null && r !== void 0 ? r : N();
1753
+ }
1754
+ }
1755
+ }
1756
+ return je;
1757
+ }
1758
+ var wt;
1759
+ function Kn() {
1760
+ if (wt) return ce;
1761
+ wt = 1;
1762
+ var e = ce && ce.__importDefault || function(_) {
1763
+ return _ && _.__esModule ? _ : { default: _ };
1764
+ };
1765
+ Object.defineProperty(ce, "__esModule", { value: !0 }), ce.default = f;
1766
+ var n = e(Jn()), i = Ht(), s = /<(![a-zA-Z\s]+)>/;
1767
+ function f(_) {
1768
+ if (typeof _ != "string")
1769
+ throw new TypeError("First argument must be a string");
1770
+ if (!_)
1771
+ return [];
1772
+ var g = s.exec(_), p = g ? g[1] : void 0;
1773
+ return (0, i.formatDOM)((0, n.default)(_), null, p);
1774
+ }
1775
+ return ce;
1776
+ }
1777
+ var Ae = {}, J = {}, he = {}, Ct;
1778
+ function Zn() {
1779
+ if (Ct) return he;
1780
+ Ct = 1;
1781
+ var e = 0;
1782
+ he.SAME = e;
1783
+ var n = 1;
1784
+ return he.CAMELCASE = n, he.possibleStandardNames = {
1785
+ accept: 0,
1786
+ acceptCharset: 1,
1787
+ "accept-charset": "acceptCharset",
1788
+ accessKey: 1,
1789
+ action: 0,
1790
+ allowFullScreen: 1,
1791
+ alt: 0,
1792
+ as: 0,
1793
+ async: 0,
1794
+ autoCapitalize: 1,
1795
+ autoComplete: 1,
1796
+ autoCorrect: 1,
1797
+ autoFocus: 1,
1798
+ autoPlay: 1,
1799
+ autoSave: 1,
1800
+ capture: 0,
1801
+ cellPadding: 1,
1802
+ cellSpacing: 1,
1803
+ challenge: 0,
1804
+ charSet: 1,
1805
+ checked: 0,
1806
+ children: 0,
1807
+ cite: 0,
1808
+ class: "className",
1809
+ classID: 1,
1810
+ className: 1,
1811
+ cols: 0,
1812
+ colSpan: 1,
1813
+ content: 0,
1814
+ contentEditable: 1,
1815
+ contextMenu: 1,
1816
+ controls: 0,
1817
+ controlsList: 1,
1818
+ coords: 0,
1819
+ crossOrigin: 1,
1820
+ dangerouslySetInnerHTML: 1,
1821
+ data: 0,
1822
+ dateTime: 1,
1823
+ default: 0,
1824
+ defaultChecked: 1,
1825
+ defaultValue: 1,
1826
+ defer: 0,
1827
+ dir: 0,
1828
+ disabled: 0,
1829
+ disablePictureInPicture: 1,
1830
+ disableRemotePlayback: 1,
1831
+ download: 0,
1832
+ draggable: 0,
1833
+ encType: 1,
1834
+ enterKeyHint: 1,
1835
+ for: "htmlFor",
1836
+ form: 0,
1837
+ formMethod: 1,
1838
+ formAction: 1,
1839
+ formEncType: 1,
1840
+ formNoValidate: 1,
1841
+ formTarget: 1,
1842
+ frameBorder: 1,
1843
+ headers: 0,
1844
+ height: 0,
1845
+ hidden: 0,
1846
+ high: 0,
1847
+ href: 0,
1848
+ hrefLang: 1,
1849
+ htmlFor: 1,
1850
+ httpEquiv: 1,
1851
+ "http-equiv": "httpEquiv",
1852
+ icon: 0,
1853
+ id: 0,
1854
+ innerHTML: 1,
1855
+ inputMode: 1,
1856
+ integrity: 0,
1857
+ is: 0,
1858
+ itemID: 1,
1859
+ itemProp: 1,
1860
+ itemRef: 1,
1861
+ itemScope: 1,
1862
+ itemType: 1,
1863
+ keyParams: 1,
1864
+ keyType: 1,
1865
+ kind: 0,
1866
+ label: 0,
1867
+ lang: 0,
1868
+ list: 0,
1869
+ loop: 0,
1870
+ low: 0,
1871
+ manifest: 0,
1872
+ marginWidth: 1,
1873
+ marginHeight: 1,
1874
+ max: 0,
1875
+ maxLength: 1,
1876
+ media: 0,
1877
+ mediaGroup: 1,
1878
+ method: 0,
1879
+ min: 0,
1880
+ minLength: 1,
1881
+ multiple: 0,
1882
+ muted: 0,
1883
+ name: 0,
1884
+ noModule: 1,
1885
+ nonce: 0,
1886
+ noValidate: 1,
1887
+ open: 0,
1888
+ optimum: 0,
1889
+ pattern: 0,
1890
+ placeholder: 0,
1891
+ playsInline: 1,
1892
+ poster: 0,
1893
+ preload: 0,
1894
+ profile: 0,
1895
+ radioGroup: 1,
1896
+ readOnly: 1,
1897
+ referrerPolicy: 1,
1898
+ rel: 0,
1899
+ required: 0,
1900
+ reversed: 0,
1901
+ role: 0,
1902
+ rows: 0,
1903
+ rowSpan: 1,
1904
+ sandbox: 0,
1905
+ scope: 0,
1906
+ scoped: 0,
1907
+ scrolling: 0,
1908
+ seamless: 0,
1909
+ selected: 0,
1910
+ shape: 0,
1911
+ size: 0,
1912
+ sizes: 0,
1913
+ span: 0,
1914
+ spellCheck: 1,
1915
+ src: 0,
1916
+ srcDoc: 1,
1917
+ srcLang: 1,
1918
+ srcSet: 1,
1919
+ start: 0,
1920
+ step: 0,
1921
+ style: 0,
1922
+ summary: 0,
1923
+ tabIndex: 1,
1924
+ target: 0,
1925
+ title: 0,
1926
+ type: 0,
1927
+ useMap: 1,
1928
+ value: 0,
1929
+ width: 0,
1930
+ wmode: 0,
1931
+ wrap: 0,
1932
+ about: 0,
1933
+ accentHeight: 1,
1934
+ "accent-height": "accentHeight",
1935
+ accumulate: 0,
1936
+ additive: 0,
1937
+ alignmentBaseline: 1,
1938
+ "alignment-baseline": "alignmentBaseline",
1939
+ allowReorder: 1,
1940
+ alphabetic: 0,
1941
+ amplitude: 0,
1942
+ arabicForm: 1,
1943
+ "arabic-form": "arabicForm",
1944
+ ascent: 0,
1945
+ attributeName: 1,
1946
+ attributeType: 1,
1947
+ autoReverse: 1,
1948
+ azimuth: 0,
1949
+ baseFrequency: 1,
1950
+ baselineShift: 1,
1951
+ "baseline-shift": "baselineShift",
1952
+ baseProfile: 1,
1953
+ bbox: 0,
1954
+ begin: 0,
1955
+ bias: 0,
1956
+ by: 0,
1957
+ calcMode: 1,
1958
+ capHeight: 1,
1959
+ "cap-height": "capHeight",
1960
+ clip: 0,
1961
+ clipPath: 1,
1962
+ "clip-path": "clipPath",
1963
+ clipPathUnits: 1,
1964
+ clipRule: 1,
1965
+ "clip-rule": "clipRule",
1966
+ color: 0,
1967
+ colorInterpolation: 1,
1968
+ "color-interpolation": "colorInterpolation",
1969
+ colorInterpolationFilters: 1,
1970
+ "color-interpolation-filters": "colorInterpolationFilters",
1971
+ colorProfile: 1,
1972
+ "color-profile": "colorProfile",
1973
+ colorRendering: 1,
1974
+ "color-rendering": "colorRendering",
1975
+ contentScriptType: 1,
1976
+ contentStyleType: 1,
1977
+ cursor: 0,
1978
+ cx: 0,
1979
+ cy: 0,
1980
+ d: 0,
1981
+ datatype: 0,
1982
+ decelerate: 0,
1983
+ descent: 0,
1984
+ diffuseConstant: 1,
1985
+ direction: 0,
1986
+ display: 0,
1987
+ divisor: 0,
1988
+ dominantBaseline: 1,
1989
+ "dominant-baseline": "dominantBaseline",
1990
+ dur: 0,
1991
+ dx: 0,
1992
+ dy: 0,
1993
+ edgeMode: 1,
1994
+ elevation: 0,
1995
+ enableBackground: 1,
1996
+ "enable-background": "enableBackground",
1997
+ end: 0,
1998
+ exponent: 0,
1999
+ externalResourcesRequired: 1,
2000
+ fill: 0,
2001
+ fillOpacity: 1,
2002
+ "fill-opacity": "fillOpacity",
2003
+ fillRule: 1,
2004
+ "fill-rule": "fillRule",
2005
+ filter: 0,
2006
+ filterRes: 1,
2007
+ filterUnits: 1,
2008
+ floodOpacity: 1,
2009
+ "flood-opacity": "floodOpacity",
2010
+ floodColor: 1,
2011
+ "flood-color": "floodColor",
2012
+ focusable: 0,
2013
+ fontFamily: 1,
2014
+ "font-family": "fontFamily",
2015
+ fontSize: 1,
2016
+ "font-size": "fontSize",
2017
+ fontSizeAdjust: 1,
2018
+ "font-size-adjust": "fontSizeAdjust",
2019
+ fontStretch: 1,
2020
+ "font-stretch": "fontStretch",
2021
+ fontStyle: 1,
2022
+ "font-style": "fontStyle",
2023
+ fontVariant: 1,
2024
+ "font-variant": "fontVariant",
2025
+ fontWeight: 1,
2026
+ "font-weight": "fontWeight",
2027
+ format: 0,
2028
+ from: 0,
2029
+ fx: 0,
2030
+ fy: 0,
2031
+ g1: 0,
2032
+ g2: 0,
2033
+ glyphName: 1,
2034
+ "glyph-name": "glyphName",
2035
+ glyphOrientationHorizontal: 1,
2036
+ "glyph-orientation-horizontal": "glyphOrientationHorizontal",
2037
+ glyphOrientationVertical: 1,
2038
+ "glyph-orientation-vertical": "glyphOrientationVertical",
2039
+ glyphRef: 1,
2040
+ gradientTransform: 1,
2041
+ gradientUnits: 1,
2042
+ hanging: 0,
2043
+ horizAdvX: 1,
2044
+ "horiz-adv-x": "horizAdvX",
2045
+ horizOriginX: 1,
2046
+ "horiz-origin-x": "horizOriginX",
2047
+ ideographic: 0,
2048
+ imageRendering: 1,
2049
+ "image-rendering": "imageRendering",
2050
+ in2: 0,
2051
+ in: 0,
2052
+ inlist: 0,
2053
+ intercept: 0,
2054
+ k1: 0,
2055
+ k2: 0,
2056
+ k3: 0,
2057
+ k4: 0,
2058
+ k: 0,
2059
+ kernelMatrix: 1,
2060
+ kernelUnitLength: 1,
2061
+ kerning: 0,
2062
+ keyPoints: 1,
2063
+ keySplines: 1,
2064
+ keyTimes: 1,
2065
+ lengthAdjust: 1,
2066
+ letterSpacing: 1,
2067
+ "letter-spacing": "letterSpacing",
2068
+ lightingColor: 1,
2069
+ "lighting-color": "lightingColor",
2070
+ limitingConeAngle: 1,
2071
+ local: 0,
2072
+ markerEnd: 1,
2073
+ "marker-end": "markerEnd",
2074
+ markerHeight: 1,
2075
+ markerMid: 1,
2076
+ "marker-mid": "markerMid",
2077
+ markerStart: 1,
2078
+ "marker-start": "markerStart",
2079
+ markerUnits: 1,
2080
+ markerWidth: 1,
2081
+ mask: 0,
2082
+ maskContentUnits: 1,
2083
+ maskUnits: 1,
2084
+ mathematical: 0,
2085
+ mode: 0,
2086
+ numOctaves: 1,
2087
+ offset: 0,
2088
+ opacity: 0,
2089
+ operator: 0,
2090
+ order: 0,
2091
+ orient: 0,
2092
+ orientation: 0,
2093
+ origin: 0,
2094
+ overflow: 0,
2095
+ overlinePosition: 1,
2096
+ "overline-position": "overlinePosition",
2097
+ overlineThickness: 1,
2098
+ "overline-thickness": "overlineThickness",
2099
+ paintOrder: 1,
2100
+ "paint-order": "paintOrder",
2101
+ panose1: 0,
2102
+ "panose-1": "panose1",
2103
+ pathLength: 1,
2104
+ patternContentUnits: 1,
2105
+ patternTransform: 1,
2106
+ patternUnits: 1,
2107
+ pointerEvents: 1,
2108
+ "pointer-events": "pointerEvents",
2109
+ points: 0,
2110
+ pointsAtX: 1,
2111
+ pointsAtY: 1,
2112
+ pointsAtZ: 1,
2113
+ prefix: 0,
2114
+ preserveAlpha: 1,
2115
+ preserveAspectRatio: 1,
2116
+ primitiveUnits: 1,
2117
+ property: 0,
2118
+ r: 0,
2119
+ radius: 0,
2120
+ refX: 1,
2121
+ refY: 1,
2122
+ renderingIntent: 1,
2123
+ "rendering-intent": "renderingIntent",
2124
+ repeatCount: 1,
2125
+ repeatDur: 1,
2126
+ requiredExtensions: 1,
2127
+ requiredFeatures: 1,
2128
+ resource: 0,
2129
+ restart: 0,
2130
+ result: 0,
2131
+ results: 0,
2132
+ rotate: 0,
2133
+ rx: 0,
2134
+ ry: 0,
2135
+ scale: 0,
2136
+ security: 0,
2137
+ seed: 0,
2138
+ shapeRendering: 1,
2139
+ "shape-rendering": "shapeRendering",
2140
+ slope: 0,
2141
+ spacing: 0,
2142
+ specularConstant: 1,
2143
+ specularExponent: 1,
2144
+ speed: 0,
2145
+ spreadMethod: 1,
2146
+ startOffset: 1,
2147
+ stdDeviation: 1,
2148
+ stemh: 0,
2149
+ stemv: 0,
2150
+ stitchTiles: 1,
2151
+ stopColor: 1,
2152
+ "stop-color": "stopColor",
2153
+ stopOpacity: 1,
2154
+ "stop-opacity": "stopOpacity",
2155
+ strikethroughPosition: 1,
2156
+ "strikethrough-position": "strikethroughPosition",
2157
+ strikethroughThickness: 1,
2158
+ "strikethrough-thickness": "strikethroughThickness",
2159
+ string: 0,
2160
+ stroke: 0,
2161
+ strokeDasharray: 1,
2162
+ "stroke-dasharray": "strokeDasharray",
2163
+ strokeDashoffset: 1,
2164
+ "stroke-dashoffset": "strokeDashoffset",
2165
+ strokeLinecap: 1,
2166
+ "stroke-linecap": "strokeLinecap",
2167
+ strokeLinejoin: 1,
2168
+ "stroke-linejoin": "strokeLinejoin",
2169
+ strokeMiterlimit: 1,
2170
+ "stroke-miterlimit": "strokeMiterlimit",
2171
+ strokeWidth: 1,
2172
+ "stroke-width": "strokeWidth",
2173
+ strokeOpacity: 1,
2174
+ "stroke-opacity": "strokeOpacity",
2175
+ suppressContentEditableWarning: 1,
2176
+ suppressHydrationWarning: 1,
2177
+ surfaceScale: 1,
2178
+ systemLanguage: 1,
2179
+ tableValues: 1,
2180
+ targetX: 1,
2181
+ targetY: 1,
2182
+ textAnchor: 1,
2183
+ "text-anchor": "textAnchor",
2184
+ textDecoration: 1,
2185
+ "text-decoration": "textDecoration",
2186
+ textLength: 1,
2187
+ textRendering: 1,
2188
+ "text-rendering": "textRendering",
2189
+ to: 0,
2190
+ transform: 0,
2191
+ typeof: 0,
2192
+ u1: 0,
2193
+ u2: 0,
2194
+ underlinePosition: 1,
2195
+ "underline-position": "underlinePosition",
2196
+ underlineThickness: 1,
2197
+ "underline-thickness": "underlineThickness",
2198
+ unicode: 0,
2199
+ unicodeBidi: 1,
2200
+ "unicode-bidi": "unicodeBidi",
2201
+ unicodeRange: 1,
2202
+ "unicode-range": "unicodeRange",
2203
+ unitsPerEm: 1,
2204
+ "units-per-em": "unitsPerEm",
2205
+ unselectable: 0,
2206
+ vAlphabetic: 1,
2207
+ "v-alphabetic": "vAlphabetic",
2208
+ values: 0,
2209
+ vectorEffect: 1,
2210
+ "vector-effect": "vectorEffect",
2211
+ version: 0,
2212
+ vertAdvY: 1,
2213
+ "vert-adv-y": "vertAdvY",
2214
+ vertOriginX: 1,
2215
+ "vert-origin-x": "vertOriginX",
2216
+ vertOriginY: 1,
2217
+ "vert-origin-y": "vertOriginY",
2218
+ vHanging: 1,
2219
+ "v-hanging": "vHanging",
2220
+ vIdeographic: 1,
2221
+ "v-ideographic": "vIdeographic",
2222
+ viewBox: 1,
2223
+ viewTarget: 1,
2224
+ visibility: 0,
2225
+ vMathematical: 1,
2226
+ "v-mathematical": "vMathematical",
2227
+ vocab: 0,
2228
+ widths: 0,
2229
+ wordSpacing: 1,
2230
+ "word-spacing": "wordSpacing",
2231
+ writingMode: 1,
2232
+ "writing-mode": "writingMode",
2233
+ x1: 0,
2234
+ x2: 0,
2235
+ x: 0,
2236
+ xChannelSelector: 1,
2237
+ xHeight: 1,
2238
+ "x-height": "xHeight",
2239
+ xlinkActuate: 1,
2240
+ "xlink:actuate": "xlinkActuate",
2241
+ xlinkArcrole: 1,
2242
+ "xlink:arcrole": "xlinkArcrole",
2243
+ xlinkHref: 1,
2244
+ "xlink:href": "xlinkHref",
2245
+ xlinkRole: 1,
2246
+ "xlink:role": "xlinkRole",
2247
+ xlinkShow: 1,
2248
+ "xlink:show": "xlinkShow",
2249
+ xlinkTitle: 1,
2250
+ "xlink:title": "xlinkTitle",
2251
+ xlinkType: 1,
2252
+ "xlink:type": "xlinkType",
2253
+ xmlBase: 1,
2254
+ "xml:base": "xmlBase",
2255
+ xmlLang: 1,
2256
+ "xml:lang": "xmlLang",
2257
+ xmlns: 0,
2258
+ "xml:space": "xmlSpace",
2259
+ xmlnsXlink: 1,
2260
+ "xmlns:xlink": "xmlnsXlink",
2261
+ xmlSpace: 1,
2262
+ y1: 0,
2263
+ y2: 0,
2264
+ y: 0,
2265
+ yChannelSelector: 1,
2266
+ z: 0,
2267
+ zoomAndPan: 1
2268
+ }, he;
2269
+ }
2270
+ var St;
2271
+ function Qn() {
2272
+ if (St) return J;
2273
+ St = 1;
2274
+ const e = 0, n = 1, i = 2, s = 3, f = 4, _ = 5, g = 6;
2275
+ function p(r) {
2276
+ return a.hasOwnProperty(r) ? a[r] : null;
2277
+ }
2278
+ function o(r, l, u, y, b, D, $) {
2279
+ this.acceptsBooleans = l === i || l === s || l === f, this.attributeName = y, this.attributeNamespace = b, this.mustUseProperty = u, this.propertyName = r, this.type = l, this.sanitizeURL = D, this.removeEmptyString = $;
2280
+ }
2281
+ const a = {};
2282
+ [
2283
+ "children",
2284
+ "dangerouslySetInnerHTML",
2285
+ // TODO: This prevents the assignment of defaultValue to regular
2286
+ // elements (not just inputs). Now that ReactDOMInput assigns to the
2287
+ // defaultValue property -- do we need this?
2288
+ "defaultValue",
2289
+ "defaultChecked",
2290
+ "innerHTML",
2291
+ "suppressContentEditableWarning",
2292
+ "suppressHydrationWarning",
2293
+ "style"
2294
+ ].forEach((r) => {
2295
+ a[r] = new o(
2296
+ r,
2297
+ e,
2298
+ !1,
2299
+ // mustUseProperty
2300
+ r,
2301
+ // attributeName
2302
+ null,
2303
+ // attributeNamespace
2304
+ !1,
2305
+ // sanitizeURL
2306
+ !1
2307
+ // removeEmptyString
2308
+ );
2309
+ }), [
2310
+ ["acceptCharset", "accept-charset"],
2311
+ ["className", "class"],
2312
+ ["htmlFor", "for"],
2313
+ ["httpEquiv", "http-equiv"]
2314
+ ].forEach(([r, l]) => {
2315
+ a[r] = new o(
2316
+ r,
2317
+ n,
2318
+ !1,
2319
+ // mustUseProperty
2320
+ l,
2321
+ // attributeName
2322
+ null,
2323
+ // attributeNamespace
2324
+ !1,
2325
+ // sanitizeURL
2326
+ !1
2327
+ // removeEmptyString
2328
+ );
2329
+ }), ["contentEditable", "draggable", "spellCheck", "value"].forEach((r) => {
2330
+ a[r] = new o(
2331
+ r,
2332
+ i,
2333
+ !1,
2334
+ // mustUseProperty
2335
+ r.toLowerCase(),
2336
+ // attributeName
2337
+ null,
2338
+ // attributeNamespace
2339
+ !1,
2340
+ // sanitizeURL
2341
+ !1
2342
+ // removeEmptyString
2343
+ );
2344
+ }), [
2345
+ "autoReverse",
2346
+ "externalResourcesRequired",
2347
+ "focusable",
2348
+ "preserveAlpha"
2349
+ ].forEach((r) => {
2350
+ a[r] = new o(
2351
+ r,
2352
+ i,
2353
+ !1,
2354
+ // mustUseProperty
2355
+ r,
2356
+ // attributeName
2357
+ null,
2358
+ // attributeNamespace
2359
+ !1,
2360
+ // sanitizeURL
2361
+ !1
2362
+ // removeEmptyString
2363
+ );
2364
+ }), [
2365
+ "allowFullScreen",
2366
+ "async",
2367
+ // Note: there is a special case that prevents it from being written to the DOM
2368
+ // on the client side because the browsers are inconsistent. Instead we call focus().
2369
+ "autoFocus",
2370
+ "autoPlay",
2371
+ "controls",
2372
+ "default",
2373
+ "defer",
2374
+ "disabled",
2375
+ "disablePictureInPicture",
2376
+ "disableRemotePlayback",
2377
+ "formNoValidate",
2378
+ "hidden",
2379
+ "loop",
2380
+ "noModule",
2381
+ "noValidate",
2382
+ "open",
2383
+ "playsInline",
2384
+ "readOnly",
2385
+ "required",
2386
+ "reversed",
2387
+ "scoped",
2388
+ "seamless",
2389
+ // Microdata
2390
+ "itemScope"
2391
+ ].forEach((r) => {
2392
+ a[r] = new o(
2393
+ r,
2394
+ s,
2395
+ !1,
2396
+ // mustUseProperty
2397
+ r.toLowerCase(),
2398
+ // attributeName
2399
+ null,
2400
+ // attributeNamespace
2401
+ !1,
2402
+ // sanitizeURL
2403
+ !1
2404
+ // removeEmptyString
2405
+ );
2406
+ }), [
2407
+ "checked",
2408
+ // Note: `option.selected` is not updated if `select.multiple` is
2409
+ // disabled with `removeAttribute`. We have special logic for handling this.
2410
+ "multiple",
2411
+ "muted",
2412
+ "selected"
2413
+ // NOTE: if you add a camelCased prop to this list,
2414
+ // you'll need to set attributeName to name.toLowerCase()
2415
+ // instead in the assignment below.
2416
+ ].forEach((r) => {
2417
+ a[r] = new o(
2418
+ r,
2419
+ s,
2420
+ !0,
2421
+ // mustUseProperty
2422
+ r,
2423
+ // attributeName
2424
+ null,
2425
+ // attributeNamespace
2426
+ !1,
2427
+ // sanitizeURL
2428
+ !1
2429
+ // removeEmptyString
2430
+ );
2431
+ }), [
2432
+ "capture",
2433
+ "download"
2434
+ // NOTE: if you add a camelCased prop to this list,
2435
+ // you'll need to set attributeName to name.toLowerCase()
2436
+ // instead in the assignment below.
2437
+ ].forEach((r) => {
2438
+ a[r] = new o(
2439
+ r,
2440
+ f,
2441
+ !1,
2442
+ // mustUseProperty
2443
+ r,
2444
+ // attributeName
2445
+ null,
2446
+ // attributeNamespace
2447
+ !1,
2448
+ // sanitizeURL
2449
+ !1
2450
+ // removeEmptyString
2451
+ );
2452
+ }), [
2453
+ "cols",
2454
+ "rows",
2455
+ "size",
2456
+ "span"
2457
+ // NOTE: if you add a camelCased prop to this list,
2458
+ // you'll need to set attributeName to name.toLowerCase()
2459
+ // instead in the assignment below.
2460
+ ].forEach((r) => {
2461
+ a[r] = new o(
2462
+ r,
2463
+ g,
2464
+ !1,
2465
+ // mustUseProperty
2466
+ r,
2467
+ // attributeName
2468
+ null,
2469
+ // attributeNamespace
2470
+ !1,
2471
+ // sanitizeURL
2472
+ !1
2473
+ // removeEmptyString
2474
+ );
2475
+ }), ["rowSpan", "start"].forEach((r) => {
2476
+ a[r] = new o(
2477
+ r,
2478
+ _,
2479
+ !1,
2480
+ // mustUseProperty
2481
+ r.toLowerCase(),
2482
+ // attributeName
2483
+ null,
2484
+ // attributeNamespace
2485
+ !1,
2486
+ // sanitizeURL
2487
+ !1
2488
+ // removeEmptyString
2489
+ );
2490
+ });
2491
+ const h = /[\-\:]([a-z])/g, O = (r) => r[1].toUpperCase();
2492
+ [
2493
+ "accent-height",
2494
+ "alignment-baseline",
2495
+ "arabic-form",
2496
+ "baseline-shift",
2497
+ "cap-height",
2498
+ "clip-path",
2499
+ "clip-rule",
2500
+ "color-interpolation",
2501
+ "color-interpolation-filters",
2502
+ "color-profile",
2503
+ "color-rendering",
2504
+ "dominant-baseline",
2505
+ "enable-background",
2506
+ "fill-opacity",
2507
+ "fill-rule",
2508
+ "flood-color",
2509
+ "flood-opacity",
2510
+ "font-family",
2511
+ "font-size",
2512
+ "font-size-adjust",
2513
+ "font-stretch",
2514
+ "font-style",
2515
+ "font-variant",
2516
+ "font-weight",
2517
+ "glyph-name",
2518
+ "glyph-orientation-horizontal",
2519
+ "glyph-orientation-vertical",
2520
+ "horiz-adv-x",
2521
+ "horiz-origin-x",
2522
+ "image-rendering",
2523
+ "letter-spacing",
2524
+ "lighting-color",
2525
+ "marker-end",
2526
+ "marker-mid",
2527
+ "marker-start",
2528
+ "overline-position",
2529
+ "overline-thickness",
2530
+ "paint-order",
2531
+ "panose-1",
2532
+ "pointer-events",
2533
+ "rendering-intent",
2534
+ "shape-rendering",
2535
+ "stop-color",
2536
+ "stop-opacity",
2537
+ "strikethrough-position",
2538
+ "strikethrough-thickness",
2539
+ "stroke-dasharray",
2540
+ "stroke-dashoffset",
2541
+ "stroke-linecap",
2542
+ "stroke-linejoin",
2543
+ "stroke-miterlimit",
2544
+ "stroke-opacity",
2545
+ "stroke-width",
2546
+ "text-anchor",
2547
+ "text-decoration",
2548
+ "text-rendering",
2549
+ "underline-position",
2550
+ "underline-thickness",
2551
+ "unicode-bidi",
2552
+ "unicode-range",
2553
+ "units-per-em",
2554
+ "v-alphabetic",
2555
+ "v-hanging",
2556
+ "v-ideographic",
2557
+ "v-mathematical",
2558
+ "vector-effect",
2559
+ "vert-adv-y",
2560
+ "vert-origin-x",
2561
+ "vert-origin-y",
2562
+ "word-spacing",
2563
+ "writing-mode",
2564
+ "xmlns:xlink",
2565
+ "x-height"
2566
+ // NOTE: if you add a camelCased prop to this list,
2567
+ // you'll need to set attributeName to name.toLowerCase()
2568
+ // instead in the assignment below.
2569
+ ].forEach((r) => {
2570
+ const l = r.replace(h, O);
2571
+ a[l] = new o(
2572
+ l,
2573
+ n,
2574
+ !1,
2575
+ // mustUseProperty
2576
+ r,
2577
+ null,
2578
+ // attributeNamespace
2579
+ !1,
2580
+ // sanitizeURL
2581
+ !1
2582
+ // removeEmptyString
2583
+ );
2584
+ }), [
2585
+ "xlink:actuate",
2586
+ "xlink:arcrole",
2587
+ "xlink:role",
2588
+ "xlink:show",
2589
+ "xlink:title",
2590
+ "xlink:type"
2591
+ // NOTE: if you add a camelCased prop to this list,
2592
+ // you'll need to set attributeName to name.toLowerCase()
2593
+ // instead in the assignment below.
2594
+ ].forEach((r) => {
2595
+ const l = r.replace(h, O);
2596
+ a[l] = new o(
2597
+ l,
2598
+ n,
2599
+ !1,
2600
+ // mustUseProperty
2601
+ r,
2602
+ "http://www.w3.org/1999/xlink",
2603
+ !1,
2604
+ // sanitizeURL
2605
+ !1
2606
+ // removeEmptyString
2607
+ );
2608
+ }), [
2609
+ "xml:base",
2610
+ "xml:lang",
2611
+ "xml:space"
2612
+ // NOTE: if you add a camelCased prop to this list,
2613
+ // you'll need to set attributeName to name.toLowerCase()
2614
+ // instead in the assignment below.
2615
+ ].forEach((r) => {
2616
+ const l = r.replace(h, O);
2617
+ a[l] = new o(
2618
+ l,
2619
+ n,
2620
+ !1,
2621
+ // mustUseProperty
2622
+ r,
2623
+ "http://www.w3.org/XML/1998/namespace",
2624
+ !1,
2625
+ // sanitizeURL
2626
+ !1
2627
+ // removeEmptyString
2628
+ );
2629
+ }), ["tabIndex", "crossOrigin"].forEach((r) => {
2630
+ a[r] = new o(
2631
+ r,
2632
+ n,
2633
+ !1,
2634
+ // mustUseProperty
2635
+ r.toLowerCase(),
2636
+ // attributeName
2637
+ null,
2638
+ // attributeNamespace
2639
+ !1,
2640
+ // sanitizeURL
2641
+ !1
2642
+ // removeEmptyString
2643
+ );
2644
+ });
2645
+ const N = "xlinkHref";
2646
+ a[N] = new o(
2647
+ "xlinkHref",
2648
+ n,
2649
+ !1,
2650
+ // mustUseProperty
2651
+ "xlink:href",
2652
+ "http://www.w3.org/1999/xlink",
2653
+ !0,
2654
+ // sanitizeURL
2655
+ !1
2656
+ // removeEmptyString
2657
+ ), ["src", "href", "action", "formAction"].forEach((r) => {
2658
+ a[r] = new o(
2659
+ r,
2660
+ n,
2661
+ !1,
2662
+ // mustUseProperty
2663
+ r.toLowerCase(),
2664
+ // attributeName
2665
+ null,
2666
+ // attributeNamespace
2667
+ !0,
2668
+ // sanitizeURL
2669
+ !0
2670
+ // removeEmptyString
2671
+ );
2672
+ });
2673
+ const {
2674
+ CAMELCASE: I,
2675
+ SAME: w,
2676
+ possibleStandardNames: E
2677
+ } = Zn(), j = ":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD" + "\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040", F = RegExp.prototype.test.bind(
2678
+ // eslint-disable-next-line no-misleading-character-class
2679
+ new RegExp("^(data|aria)-[" + j + "]*$")
2680
+ ), q = Object.keys(
2681
+ E
2682
+ ).reduce((r, l) => {
2683
+ const u = E[l];
2684
+ return u === w ? r[l] = l : u === I ? r[l.toLowerCase()] = l : r[l] = u, r;
2685
+ }, {});
2686
+ return J.BOOLEAN = s, J.BOOLEANISH_STRING = i, J.NUMERIC = _, J.OVERLOADED_BOOLEAN = f, J.POSITIVE_NUMERIC = g, J.RESERVED = e, J.STRING = n, J.getPropertyInfo = p, J.isCustomAttribute = F, J.possibleStandardNames = q, J;
2687
+ }
2688
+ var ve = {}, ue = {}, Ve, Ot;
2689
+ function ei() {
2690
+ if (Ot) return Ve;
2691
+ Ot = 1;
2692
+ var e = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g, n = /\n/g, i = /^\s*/, s = /^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/, f = /^:\s*/, _ = /^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/, g = /^[;\s]*/, p = /^\s+|\s+$/g, o = `
2693
+ `, a = "/", c = "*", h = "", O = "comment", N = "declaration";
2694
+ function I(E, R) {
2695
+ if (typeof E != "string")
2696
+ throw new TypeError("First argument must be a string");
2697
+ if (!E) return [];
2698
+ R = R || {};
2699
+ var j = 1, F = 1;
2700
+ function q(k) {
2701
+ var C = k.match(n);
2702
+ C && (j += C.length);
2703
+ var B = k.lastIndexOf(o);
2704
+ F = ~B ? k.length - B : F + k.length;
2705
+ }
2706
+ function r() {
2707
+ var k = { line: j, column: F };
2708
+ return function(C) {
2709
+ return C.position = new l(k), b(), C;
2710
+ };
2711
+ }
2712
+ function l(k) {
2713
+ this.start = k, this.end = { line: j, column: F }, this.source = R.source;
2714
+ }
2715
+ l.prototype.content = E;
2716
+ function u(k) {
2717
+ var C = new Error(
2718
+ R.source + ":" + j + ":" + F + ": " + k
2719
+ );
2720
+ if (C.reason = k, C.filename = R.source, C.line = j, C.column = F, C.source = E, !R.silent) throw C;
2721
+ }
2722
+ function y(k) {
2723
+ var C = k.exec(E);
2724
+ if (C) {
2725
+ var B = C[0];
2726
+ return q(B), E = E.slice(B.length), C;
2727
+ }
2728
+ }
2729
+ function b() {
2730
+ y(i);
2731
+ }
2732
+ function D(k) {
2733
+ var C;
2734
+ for (k = k || []; C = $(); )
2735
+ C !== !1 && k.push(C);
2736
+ return k;
2737
+ }
2738
+ function $() {
2739
+ var k = r();
2740
+ if (!(a != E.charAt(0) || c != E.charAt(1))) {
2741
+ for (var C = 2; h != E.charAt(C) && (c != E.charAt(C) || a != E.charAt(C + 1)); )
2742
+ ++C;
2743
+ if (C += 2, h === E.charAt(C - 1))
2744
+ return u("End of comment missing");
2745
+ var B = E.slice(2, C - 2);
2746
+ return F += 2, q(B), E = E.slice(C), F += 2, k({
2747
+ type: O,
2748
+ comment: B
2749
+ });
2750
+ }
2751
+ }
2752
+ function W() {
2753
+ var k = r(), C = y(s);
2754
+ if (C) {
2755
+ if ($(), !y(f)) return u("property missing ':'");
2756
+ var B = y(_), be = k({
2757
+ type: N,
2758
+ property: w(C[0].replace(e, h)),
2759
+ value: B ? w(B[0].replace(e, h)) : h
2760
+ });
2761
+ return y(g), be;
2762
+ }
2763
+ }
2764
+ function X() {
2765
+ var k = [];
2766
+ D(k);
2767
+ for (var C; C = W(); )
2768
+ C !== !1 && (k.push(C), D(k));
2769
+ return k;
2770
+ }
2771
+ return b(), X();
2772
+ }
2773
+ function w(E) {
2774
+ return E ? E.replace(p, h) : h;
2775
+ }
2776
+ return Ve = I, Ve;
2777
+ }
2778
+ var kt;
2779
+ function ti() {
2780
+ if (kt) return ue;
2781
+ kt = 1;
2782
+ var e = ue && ue.__importDefault || function(s) {
2783
+ return s && s.__esModule ? s : { default: s };
2784
+ };
2785
+ Object.defineProperty(ue, "__esModule", { value: !0 }), ue.default = i;
2786
+ const n = e(ei());
2787
+ function i(s, f) {
2788
+ let _ = null;
2789
+ if (!s || typeof s != "string")
2790
+ return _;
2791
+ const g = (0, n.default)(s), p = typeof f == "function";
2792
+ return g.forEach((o) => {
2793
+ if (o.type !== "declaration")
2794
+ return;
2795
+ const { property: a, value: c } = o;
2796
+ p ? f(a, c, o) : c && (_ = _ || {}, _[a] = c);
2797
+ }), _;
2798
+ }
2799
+ return ue;
2800
+ }
2801
+ var ge = {}, jt;
2802
+ function ri() {
2803
+ if (jt) return ge;
2804
+ jt = 1, Object.defineProperty(ge, "__esModule", { value: !0 }), ge.camelCase = void 0;
2805
+ var e = /^--[a-zA-Z0-9_-]+$/, n = /-([a-z])/g, i = /^[^-]+$/, s = /^-(webkit|moz|ms|o|khtml)-/, f = /^-(ms)-/, _ = function(a) {
2806
+ return !a || i.test(a) || e.test(a);
2807
+ }, g = function(a, c) {
2808
+ return c.toUpperCase();
2809
+ }, p = function(a, c) {
2810
+ return "".concat(c, "-");
2811
+ }, o = function(a, c) {
2812
+ return c === void 0 && (c = {}), _(a) ? a : (a = a.toLowerCase(), c.reactCompat ? a = a.replace(f, p) : a = a.replace(s, p), a.replace(n, g));
2813
+ };
2814
+ return ge.camelCase = o, ge;
2815
+ }
2816
+ var ye, At;
2817
+ function ni() {
2818
+ if (At) return ye;
2819
+ At = 1;
2820
+ var e = ye && ye.__importDefault || function(f) {
2821
+ return f && f.__esModule ? f : { default: f };
2822
+ }, n = e(ti()), i = ri();
2823
+ function s(f, _) {
2824
+ var g = {};
2825
+ return !f || typeof f != "string" || (0, n.default)(f, function(p, o) {
2826
+ p && o && (g[(0, i.camelCase)(p, _)] = o);
2827
+ }), g;
2828
+ }
2829
+ return s.default = s, ye = s, ye;
2830
+ }
2831
+ var Nt;
2832
+ function $t() {
2833
+ return Nt || (Nt = 1, (function(e) {
2834
+ var n = ve && ve.__importDefault || function(c) {
2835
+ return c && c.__esModule ? c : { default: c };
2836
+ };
2837
+ Object.defineProperty(e, "__esModule", { value: !0 }), e.returnFirstArg = e.canTextBeChildOfNode = e.ELEMENTS_WITH_NO_TEXT_CHILDREN = e.PRESERVE_CUSTOM_ATTRIBUTES = void 0, e.isCustomComponent = _, e.setStyleProp = p;
2838
+ var i = De, s = n(ni()), f = /* @__PURE__ */ new Set([
2839
+ "annotation-xml",
2840
+ "color-profile",
2841
+ "font-face",
2842
+ "font-face-src",
2843
+ "font-face-uri",
2844
+ "font-face-format",
2845
+ "font-face-name",
2846
+ "missing-glyph"
2847
+ ]);
2848
+ function _(c, h) {
2849
+ return c.includes("-") ? !f.has(c) : !!(h && typeof h.is == "string");
2850
+ }
2851
+ var g = {
2852
+ reactCompat: !0
2853
+ };
2854
+ function p(c, h) {
2855
+ if (typeof c == "string") {
2856
+ if (!c.trim()) {
2857
+ h.style = {};
2858
+ return;
2859
+ }
2860
+ try {
2861
+ h.style = (0, s.default)(c, g);
2862
+ } catch {
2863
+ h.style = {};
2864
+ }
2865
+ }
2866
+ }
2867
+ e.PRESERVE_CUSTOM_ATTRIBUTES = Number(i.version.split(".")[0]) >= 16, e.ELEMENTS_WITH_NO_TEXT_CHILDREN = /* @__PURE__ */ new Set([
2868
+ "tr",
2869
+ "tbody",
2870
+ "thead",
2871
+ "tfoot",
2872
+ "colgroup",
2873
+ "table",
2874
+ "head",
2875
+ "html",
2876
+ "frameset"
2877
+ ]);
2878
+ var o = function(c) {
2879
+ return !e.ELEMENTS_WITH_NO_TEXT_CHILDREN.has(c.name);
2880
+ };
2881
+ e.canTextBeChildOfNode = o;
2882
+ var a = function(c) {
2883
+ return c;
2884
+ };
2885
+ e.returnFirstArg = a;
2886
+ })(ve)), ve;
2887
+ }
2888
+ var Pt;
2889
+ function Ut() {
2890
+ if (Pt) return Ae;
2891
+ Pt = 1, Object.defineProperty(Ae, "__esModule", { value: !0 }), Ae.default = _;
2892
+ var e = Qn(), n = $t(), i = ["checked", "value"], s = ["input", "select", "textarea"], f = {
2893
+ reset: !0,
2894
+ submit: !0
2895
+ };
2896
+ function _(p, o) {
2897
+ p === void 0 && (p = {});
2898
+ var a = {}, c = !!(p.type && f[p.type]);
2899
+ for (var h in p) {
2900
+ var O = p[h];
2901
+ if ((0, e.isCustomAttribute)(h)) {
2902
+ a[h] = O;
2903
+ continue;
2904
+ }
2905
+ var N = h.toLowerCase(), I = g(N);
2906
+ if (I) {
2907
+ var w = (0, e.getPropertyInfo)(I);
2908
+ switch (i.includes(I) && s.includes(o) && !c && (I = g("default" + N)), a[I] = O, w == null ? void 0 : w.type) {
2909
+ case e.BOOLEAN:
2910
+ a[I] = !0;
2911
+ break;
2912
+ case e.OVERLOADED_BOOLEAN:
2913
+ O === "" && (a[I] = !0);
2914
+ break;
2915
+ }
2916
+ continue;
2917
+ }
2918
+ n.PRESERVE_CUSTOM_ATTRIBUTES && (a[h] = O);
2919
+ }
2920
+ return (0, n.setStyleProp)(p.style, a), a;
2921
+ }
2922
+ function g(p) {
2923
+ return e.possibleStandardNames[p];
2924
+ }
2925
+ return Ae;
2926
+ }
2927
+ var fe = {}, Dt;
2928
+ function ii() {
2929
+ if (Dt) return fe;
2930
+ Dt = 1;
2931
+ var e = fe && fe.__importDefault || function(p) {
2932
+ return p && p.__esModule ? p : { default: p };
2933
+ };
2934
+ Object.defineProperty(fe, "__esModule", { value: !0 }), fe.default = _;
2935
+ var n = De, i = e(Ut()), s = $t(), f = {
2936
+ cloneElement: n.cloneElement,
2937
+ createElement: n.createElement,
2938
+ isValidElement: n.isValidElement
2939
+ };
2940
+ function _(p, o) {
2941
+ var a, c, h, O, N;
2942
+ o === void 0 && (o = {});
2943
+ for (var I = [], w = typeof o.replace == "function", E = (a = o.transform) !== null && a !== void 0 ? a : s.returnFirstArg, R = (c = o.library) !== null && c !== void 0 ? c : f, j = R.cloneElement, F = R.createElement, q = R.isValidElement, r = p.length, l = 0; l < r; l++) {
2944
+ var u = p[l];
2945
+ if (w) {
2946
+ var y = (h = o.replace) === null || h === void 0 ? void 0 : h.call(o, u, l);
2947
+ if (q(y)) {
2948
+ r > 1 && (y = j(y, {
2949
+ key: (O = y.key) !== null && O !== void 0 ? O : l
2950
+ })), I.push(E(y, u, l));
2951
+ continue;
2952
+ }
2953
+ }
2954
+ if (u.type === "text") {
2955
+ var b = !u.data.trim().length;
2956
+ if (b && u.parent && !(0, s.canTextBeChildOfNode)(u.parent) || o.trim && b)
2957
+ continue;
2958
+ I.push(E(u.data, u, l));
2959
+ continue;
2960
+ }
2961
+ var D = u, $ = {};
2962
+ g(D) ? ((0, s.setStyleProp)(D.attribs.style, D.attribs), $ = D.attribs) : D.attribs && ($ = (0, i.default)(D.attribs, D.name));
2963
+ var W = void 0;
2964
+ switch (u.type) {
2965
+ case "script":
2966
+ case "style":
2967
+ u.children[0] && ($.dangerouslySetInnerHTML = {
2968
+ __html: u.children[0].data
2969
+ });
2970
+ break;
2971
+ case "tag":
2972
+ u.name === "textarea" && u.children[0] ? $.defaultValue = u.children[0].data : !((N = u.children) === null || N === void 0) && N.length && (W = _(u.children, o));
2973
+ break;
2974
+ // skip all other cases (e.g., comment)
2975
+ default:
2976
+ continue;
2977
+ }
2978
+ r > 1 && ($.key = l), I.push(E(F(u.name, $, W), u, l));
2979
+ }
2980
+ return I.length === 1 ? I[0] : I;
2981
+ }
2982
+ function g(p) {
2983
+ return s.PRESERVE_CUSTOM_ATTRIBUTES && p.type === "tag" && (0, s.isCustomComponent)(p.name, p.attribs);
2984
+ }
2985
+ return fe;
2986
+ }
2987
+ var It;
2988
+ function ai() {
2989
+ return It || (It = 1, (function(e) {
2990
+ var n = me && me.__importDefault || function(o) {
2991
+ return o && o.__esModule ? o : { default: o };
2992
+ };
2993
+ Object.defineProperty(e, "__esModule", { value: !0 }), e.htmlToDOM = e.domToReact = e.attributesToProps = e.Text = e.ProcessingInstruction = e.Element = e.Comment = void 0, e.default = p;
2994
+ var i = n(Kn());
2995
+ e.htmlToDOM = i.default;
2996
+ var s = n(Ut());
2997
+ e.attributesToProps = s.default;
2998
+ var f = n(ii());
2999
+ e.domToReact = f.default;
3000
+ var _ = /* @__PURE__ */ qt();
3001
+ Object.defineProperty(e, "Comment", { enumerable: !0, get: function() {
3002
+ return _.Comment;
3003
+ } }), Object.defineProperty(e, "Element", { enumerable: !0, get: function() {
3004
+ return _.Element;
3005
+ } }), Object.defineProperty(e, "ProcessingInstruction", { enumerable: !0, get: function() {
3006
+ return _.ProcessingInstruction;
3007
+ } }), Object.defineProperty(e, "Text", { enumerable: !0, get: function() {
3008
+ return _.Text;
3009
+ } });
3010
+ var g = { lowerCaseAttributeNames: !1 };
3011
+ function p(o, a) {
3012
+ var c;
3013
+ if (typeof o != "string")
3014
+ throw new TypeError("First argument must be a string");
3015
+ return o ? (0, f.default)((0, i.default)(o, (c = a == null ? void 0 : a.htmlparser2) !== null && c !== void 0 ? c : g), a) : [];
3016
+ }
3017
+ })(me)), me;
3018
+ }
3019
+ var zt = ai();
3020
+ const Lt = /* @__PURE__ */ bn(zt), oi = Lt.default || Lt;
3021
+ function si({
3022
+ code: e,
3023
+ language: n,
3024
+ showLineNumbers: i = !1,
3025
+ className: s = ""
3026
+ }) {
3027
+ const f = e.split(`
3028
+ `);
3029
+ return /* @__PURE__ */ m.jsxs("div", { className: `${te.container} ${s}`, children: [
3030
+ n && /* @__PURE__ */ m.jsx("div", { className: te.language, children: n }),
3031
+ /* @__PURE__ */ m.jsx("pre", { className: te.pre, children: /* @__PURE__ */ m.jsx("code", { className: te.code, children: f.map((_, g) => /* @__PURE__ */ m.jsxs("span", { className: te.line, children: [
3032
+ i && /* @__PURE__ */ m.jsx("span", { className: te.lineNumber, children: g + 1 }),
3033
+ /* @__PURE__ */ m.jsx("span", { className: te.lineContent, children: _ }),
3034
+ `
3035
+ `
3036
+ ] }, g)) }) })
3037
+ ] });
3038
+ }
3039
+ function li({ children: e, cite: n, className: i = "" }) {
3040
+ return /* @__PURE__ */ m.jsx("blockquote", { className: `${Qr.blockquote} ${i}`, cite: n, children: e });
3041
+ }
3042
+ function ci(e) {
3043
+ const n = e.match(/(?:youtube\.com\/watch\?v=|youtu\.be\/|youtube\.com\/embed\/)([^&\s]+)/);
3044
+ return n ? n[1] : null;
3045
+ }
3046
+ function Pe(e) {
3047
+ const n = e.children;
3048
+ return n ? n.map((i) => "data" in i ? i.data : "name" in i ? Pe(i) : "").join("") : "";
3049
+ }
3050
+ const ui = {
3051
+ replace(e) {
3052
+ var s;
3053
+ if (!(e instanceof zt.Element))
3054
+ return;
3055
+ const { name: n, attribs: i } = e;
3056
+ if (n === "img" && (i != null && i.src))
3057
+ return /* @__PURE__ */ m.jsx(
3058
+ Mt,
3059
+ {
3060
+ src: i.src,
3061
+ alt: i.alt || "",
3062
+ caption: i.caption,
3063
+ width: i.width,
3064
+ height: i.height
3065
+ }
3066
+ );
3067
+ if (n === "a" && (i != null && i.href)) {
3068
+ const f = Pe(e);
3069
+ return /* @__PURE__ */ m.jsx(Bn, { href: i.href, children: f });
3070
+ }
3071
+ if (n === "video" && (i != null && i.src)) {
3072
+ const f = ci(i.src);
3073
+ return f ? /* @__PURE__ */ m.jsx(zn, { videoId: f, title: i.title }) : /* @__PURE__ */ m.jsx("video", { src: i.src, title: i.title, controls: !0 });
3074
+ }
3075
+ if (n === "pre") {
3076
+ const f = e.children;
3077
+ if (f && f.length > 0) {
3078
+ const _ = f[0];
3079
+ if (_ && "name" in _ && _.name === "code") {
3080
+ const g = _, p = Pe(g), a = (((s = g.attribs) == null ? void 0 : s.class) || "").replace("language-", "").replace("lang-", "") || void 0;
3081
+ return /* @__PURE__ */ m.jsx(si, { code: p, language: a });
3082
+ }
3083
+ }
3084
+ }
3085
+ if (n === "blockquote") {
3086
+ const f = Pe(e);
3087
+ return /* @__PURE__ */ m.jsx(li, { cite: i == null ? void 0 : i.cite, children: f });
3088
+ }
3089
+ }
3090
+ };
3091
+ function Ri({ html: e, className: n = "" }) {
3092
+ const i = oi(e, ui);
3093
+ return /* @__PURE__ */ m.jsx("div", { className: `${Br.richText} ${n}`, children: i });
3094
+ }
3095
+ function xi({ children: e, className: n = "" }) {
3096
+ return /* @__PURE__ */ m.jsx("main", { className: `${Wr.main} ${n}`, children: e });
3097
+ }
3098
+ function wi({ copyright: e, navigation: n, className: i = "" }) {
3099
+ const s = (/* @__PURE__ */ new Date()).getFullYear();
3100
+ return /* @__PURE__ */ m.jsx("footer", { className: `${Se.footer} ${i}`, children: /* @__PURE__ */ m.jsx("nav", { className: Se.inner, children: /* @__PURE__ */ m.jsxs(
3101
+ Ee,
3102
+ {
3103
+ align: "center",
3104
+ justify: "between",
3105
+ gap: "md",
3106
+ children: [
3107
+ n && /* @__PURE__ */ m.jsx("div", { className: Se.nav, children: n }),
3108
+ /* @__PURE__ */ m.jsx("div", { className: Se.copyright, children: e || `© ${s} All rights reserved.` })
3109
+ ]
3110
+ }
3111
+ ) }) });
3112
+ }
3113
+ function fi(e) {
3114
+ return (typeof e == "string" ? new Date(e) : e).toLocaleDateString("en-US", {
3115
+ year: "numeric",
3116
+ month: "long",
3117
+ day: "numeric"
3118
+ });
3119
+ }
3120
+ function di(e) {
3121
+ return e === 1 ? "1 min read" : `${e} min read`;
3122
+ }
3123
+ function pi({
3124
+ date: e,
3125
+ author: n,
3126
+ readingTime: i,
3127
+ className: s = ""
3128
+ }) {
3129
+ const f = [];
3130
+ return e && f.push(
3131
+ /* @__PURE__ */ m.jsx("time", { dateTime: typeof e == "string" ? e : e.toISOString(), className: Oe.item, children: fi(e) }, "date")
3132
+ ), n && f.push(/* @__PURE__ */ m.jsx("span", { className: Oe.item, children: n }, "author")), i !== void 0 && f.push(/* @__PURE__ */ m.jsx("span", { className: Oe.item, children: di(i) }, "readingTime")), f.length === 0 ? null : /* @__PURE__ */ m.jsx(Ee, { gap: "sm", align: "center", className: `${Oe.meta} ${s}`, children: f });
3133
+ }
3134
+ function _i(e, n = 200) {
3135
+ const i = e.trim().split(/\s+/).length;
3136
+ return Math.ceil(i / n);
3137
+ }
3138
+ function Ci(e) {
3139
+ const n = e.replace(/<[^>]*>/g, " ").replace(/\s+/g, " ").trim();
3140
+ return _i(n);
3141
+ }
3142
+ function mi({
3143
+ title: e,
3144
+ excerpt: n,
3145
+ href: i,
3146
+ image: s,
3147
+ date: f,
3148
+ author: _,
3149
+ readingTime: g,
3150
+ tags: p,
3151
+ className: o = ""
3152
+ }) {
3153
+ return /* @__PURE__ */ m.jsxs(jn, { className: `${K.card} ${o}`, children: [
3154
+ s && /* @__PURE__ */ m.jsx("a", { href: i, className: K.imageLink, children: /* @__PURE__ */ m.jsx(Mt, { src: s.src, alt: s.alt, className: K.image }) }),
3155
+ /* @__PURE__ */ m.jsxs("div", { className: K.content, children: [
3156
+ /* @__PURE__ */ m.jsx(Cn, { level: 3, className: K.title, children: /* @__PURE__ */ m.jsx("a", { href: i, className: K.titleLink, children: e }) }),
3157
+ (f || _ || g) && /* @__PURE__ */ m.jsx(
3158
+ pi,
3159
+ {
3160
+ date: f,
3161
+ author: _,
3162
+ readingTime: g,
3163
+ className: K.meta
3164
+ }
3165
+ ),
3166
+ n && /* @__PURE__ */ m.jsx("p", { className: K.excerpt, children: n }),
3167
+ p && p.length > 0 && /* @__PURE__ */ m.jsx(Xn, { tags: p, className: K.tags })
3168
+ ] })
3169
+ ] });
3170
+ }
3171
+ function Si({
3172
+ articles: e,
3173
+ columns: n = 3,
3174
+ className: i = ""
3175
+ }) {
3176
+ return e.length === 0 ? null : /* @__PURE__ */ m.jsx(
3177
+ Fn,
3178
+ {
3179
+ columns: n,
3180
+ gap: "lg",
3181
+ className: `${En.articleList} ${i}`,
3182
+ children: e.map((s, f) => /* @__PURE__ */ m.jsx(mi, { ...s }, f))
3183
+ }
3184
+ );
3185
+ }
953
3186
  export {
954
- Kr as Box,
955
- qr as Button,
956
- Gr as Card,
957
- Qr as Container,
958
- Xr as Flex,
959
- Hr as Grid,
960
- Zr as GridItem,
961
- Jr as Heading,
962
- en as Video
3187
+ mi as ArticleCard,
3188
+ Si as ArticleList,
3189
+ li as Blockquote,
3190
+ gi as Box,
3191
+ vi as Button,
3192
+ jn as Card,
3193
+ si as CodeBlock,
3194
+ Ei as Container,
3195
+ Ee as Flex,
3196
+ wi as Footer,
3197
+ Fn as Grid,
3198
+ yi as GridItem,
3199
+ bi as Header,
3200
+ Cn as Heading,
3201
+ Mt as Image,
3202
+ Bn as Link,
3203
+ xi as Main,
3204
+ pi as Meta,
3205
+ Ti as Pagination,
3206
+ Ri as RichText,
3207
+ Wn as Tag,
3208
+ Xn as TagList,
3209
+ zn as Video,
3210
+ Ci as calculateReadingTimeFromHtml
963
3211
  };