@oyat/editor 1.6.4 → 1.7.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 (92) hide show
  1. package/README.md +53 -36
  2. package/dist/components/editor/editor-base-kit.d.ts +283 -1
  3. package/dist/components/editor/editor-base-kit.d.ts.map +1 -1
  4. package/dist/components/editor/editor-kit.d.ts +592 -1
  5. package/dist/components/editor/editor-kit.d.ts.map +1 -1
  6. package/dist/components/editor/plate-editor.d.ts +4 -1
  7. package/dist/components/editor/plate-editor.d.ts.map +1 -1
  8. package/dist/components/editor/plugins/media-base-kit.d.ts +2 -2
  9. package/dist/components/editor/plugins/media-base-kit.d.ts.map +1 -1
  10. package/dist/components/editor/plugins/media-kit.d.ts +2 -2
  11. package/dist/components/editor/plugins/media-kit.d.ts.map +1 -1
  12. package/dist/components/ui/callout-node-static.d.ts +4 -0
  13. package/dist/components/ui/callout-node-static.d.ts.map +1 -1
  14. package/dist/components/ui/caption.d.ts +11 -0
  15. package/dist/components/ui/caption.d.ts.map +1 -0
  16. package/dist/components/ui/code-block-node-static.d.ts +7 -0
  17. package/dist/components/ui/code-block-node-static.d.ts.map +1 -1
  18. package/dist/components/ui/column-node-static.d.ts +8 -0
  19. package/dist/components/ui/column-node-static.d.ts.map +1 -1
  20. package/dist/components/ui/editor.d.ts +1 -1
  21. package/dist/components/ui/equation-node-static.d.ts +10 -0
  22. package/dist/components/ui/equation-node-static.d.ts.map +1 -1
  23. package/dist/components/ui/fixed-toolbar-buttons.d.ts.map +1 -1
  24. package/dist/components/ui/floating-toolbar-buttons.d.ts.map +1 -1
  25. package/dist/components/ui/font-color-toolbar-button.d.ts +23 -0
  26. package/dist/components/ui/font-color-toolbar-button.d.ts.map +1 -0
  27. package/dist/components/ui/insert-image-url-toolbar-button.d.ts +2 -0
  28. package/dist/components/ui/insert-image-url-toolbar-button.d.ts.map +1 -0
  29. package/dist/components/ui/insert-toolbar-button.d.ts.map +1 -1
  30. package/dist/components/ui/media-picker-toolbar-trigger.d.ts +2 -0
  31. package/dist/components/ui/media-picker-toolbar-trigger.d.ts.map +1 -0
  32. package/dist/components/ui/more-toolbar-button.d.ts.map +1 -1
  33. package/dist/components/ui/toc-node-static.d.ts +5 -0
  34. package/dist/components/ui/toc-node-static.d.ts.map +1 -1
  35. package/dist/components/ui/turn-into-toolbar-button.d.ts.map +1 -1
  36. package/dist/contexts/media-picker-context.d.ts +14 -0
  37. package/dist/contexts/media-picker-context.d.ts.map +1 -0
  38. package/dist/contexts/media-picker-provider.d.ts +8 -0
  39. package/dist/contexts/media-picker-provider.d.ts.map +1 -0
  40. package/dist/index.d.ts +2 -0
  41. package/dist/index.d.ts.map +1 -1
  42. package/dist/index.js +840 -841
  43. package/dist/index.js.map +1 -1
  44. package/package.json +37 -50
  45. package/dist/components/editor/plate-types.d.ts +0 -85
  46. package/dist/components/editor/plate-types.d.ts.map +0 -1
  47. package/dist/components/editor/plugins/basic-nodes-kit.d.ts +0 -24
  48. package/dist/components/editor/plugins/basic-nodes-kit.d.ts.map +0 -1
  49. package/dist/components/editor/plugins/emoji-kit.d.ts +0 -6
  50. package/dist/components/editor/plugins/emoji-kit.d.ts.map +0 -1
  51. package/dist/components/editor/settings-dialog.d.ts +0 -8
  52. package/dist/components/editor/settings-dialog.d.ts.map +0 -1
  53. package/dist/components/editor/use-chat.d.ts +0 -64
  54. package/dist/components/editor/use-chat.d.ts.map +0 -1
  55. package/dist/components/ui/ai-chat-editor.d.ts +0 -5
  56. package/dist/components/ui/ai-chat-editor.d.ts.map +0 -1
  57. package/dist/components/ui/ai-menu.d.ts +0 -8
  58. package/dist/components/ui/ai-menu.d.ts.map +0 -1
  59. package/dist/components/ui/ai-node.d.ts +0 -4
  60. package/dist/components/ui/ai-node.d.ts.map +0 -1
  61. package/dist/components/ui/ai-toolbar-button.d.ts +0 -4
  62. package/dist/components/ui/ai-toolbar-button.d.ts.map +0 -1
  63. package/dist/components/ui/comment-toolbar-button.d.ts +0 -2
  64. package/dist/components/ui/comment-toolbar-button.d.ts.map +0 -1
  65. package/dist/components/ui/editor-static.d.ts +0 -9
  66. package/dist/components/ui/editor-static.d.ts.map +0 -1
  67. package/dist/components/ui/emoji-node.d.ts +0 -3
  68. package/dist/components/ui/emoji-node.d.ts.map +0 -1
  69. package/dist/components/ui/equation-toolbar-button.d.ts +0 -4
  70. package/dist/components/ui/equation-toolbar-button.d.ts.map +0 -1
  71. package/dist/components/ui/export-toolbar-button.d.ts +0 -3
  72. package/dist/components/ui/export-toolbar-button.d.ts.map +0 -1
  73. package/dist/components/ui/font-size-toolbar-button.d.ts +0 -2
  74. package/dist/components/ui/font-size-toolbar-button.d.ts.map +0 -1
  75. package/dist/components/ui/ghost-text.d.ts +0 -2
  76. package/dist/components/ui/ghost-text.d.ts.map +0 -1
  77. package/dist/components/ui/import-toolbar-button.d.ts +0 -3
  78. package/dist/components/ui/import-toolbar-button.d.ts.map +0 -1
  79. package/dist/components/ui/line-height-toolbar-button.d.ts +0 -3
  80. package/dist/components/ui/line-height-toolbar-button.d.ts.map +0 -1
  81. package/dist/components/ui/media-embed-node.d.ts +0 -5
  82. package/dist/components/ui/media-embed-node.d.ts.map +0 -1
  83. package/dist/components/ui/media-video-node-static.d.ts +0 -4
  84. package/dist/components/ui/media-video-node-static.d.ts.map +0 -1
  85. package/dist/components/ui/media-video-node.d.ts +0 -5
  86. package/dist/components/ui/media-video-node.d.ts.map +0 -1
  87. package/dist/components/ui/mode-toolbar-button.d.ts +0 -3
  88. package/dist/components/ui/mode-toolbar-button.d.ts.map +0 -1
  89. package/dist/components/ui/suggestion-toolbar-button.d.ts +0 -2
  90. package/dist/components/ui/suggestion-toolbar-button.d.ts.map +0 -1
  91. package/dist/components/ui/toggle-toolbar-button.d.ts +0 -4
  92. package/dist/components/ui/toggle-toolbar-button.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -1,842 +1,841 @@
1
- !function(){"use strict";try{if("undefined"!=typeof document){var r=document.createElement("style");r.appendChild(document.createTextNode('@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:"";--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-400:oklch(70.4% .191 22.216);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-red-900:oklch(39.6% .141 25.723);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-700:oklch(50.8% .118 165.612);--color-purple-50:oklch(97.7% .014 308.299);--color-purple-100:oklch(94.6% .033 307.174);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-600:oklch(55.8% .288 302.321);--color-purple-800:oklch(43.8% .218 303.724);--color-purple-900:oklch(38.1% .176 304.987);--color-slate-500:oklch(55.4% .046 257.417);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-neutral-500:oklch(55.6% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-widest:.1em;--radius-xs:.125rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--blur-xs:4px;--blur-sm:8px;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@layer components;@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.start-1{inset-inline-start:calc(var(--spacing)*1)}.-top-2{top:calc(var(--spacing)*-2)}.-top-px{top:-1px}.top-0{top:calc(var(--spacing)*0)}.top-1{top:calc(var(--spacing)*1)}.top-1\\/2{top:50%}.top-2{top:calc(var(--spacing)*2)}.top-4{top:calc(var(--spacing)*4)}.top-\\[5px\\]{top:5px}.top-\\[50\\%\\]{top:50%}.-right-1{right:calc(var(--spacing)*-1)}.-right-3{right:calc(var(--spacing)*-3)}.right-0{right:calc(var(--spacing)*0)}.right-0\\.5{right:calc(var(--spacing)*.5)}.right-1{right:calc(var(--spacing)*1)}.right-2{right:calc(var(--spacing)*2)}.right-4{right:calc(var(--spacing)*4)}.right-\\[-1\\.5px\\]{right:-1.5px}.right-\\[-11px\\]{right:-11px}.right-\\[28px\\]{right:28px}.-bottom-1{bottom:calc(var(--spacing)*-1)}.-bottom-px{bottom:-1px}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-0\\.5{bottom:calc(var(--spacing)*.5)}.bottom-1{bottom:calc(var(--spacing)*1)}.bottom-2{bottom:calc(var(--spacing)*2)}.bottom-4{bottom:calc(var(--spacing)*4)}.-left-0{left:calc(var(--spacing)*0)}.-left-0\\.5{left:calc(var(--spacing)*-.5)}.-left-1{left:calc(var(--spacing)*-1)}.-left-3{left:calc(var(--spacing)*-3)}.-left-6{left:calc(var(--spacing)*-6)}.left-0{left:calc(var(--spacing)*0)}.left-1\\/2{left:50%}.left-2{left:calc(var(--spacing)*2)}.left-2\\.5{left:calc(var(--spacing)*2.5)}.left-3{left:calc(var(--spacing)*3)}.left-\\[-1\\.5px\\]{left:-1.5px}.left-\\[-10\\.5px\\]{left:-10.5px}.left-\\[50\\%\\]{left:50%}.z-1{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-51{z-index:51}.z-100{z-index:100}.z-500{z-index:500}.z-1450{z-index:1450}.z-1500{z-index:1500}.col-span-1{grid-column:span 1/span 1}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.m-32{margin:calc(var(--spacing)*32)}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-1\\.5{margin-inline:calc(var(--spacing)*1.5)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-auto{margin-inline:auto}.mx-px{margin-inline:1px}.my-1{margin-block:calc(var(--spacing)*1)}.my-1\\.5{margin-block:calc(var(--spacing)*1.5)}.my-auto{margin-block:auto}.my-px{margin-block:1px}.mt-0\\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-\\[0\\.75em\\]{margin-top:.75em}.mt-\\[1\\.4em\\]{margin-top:1.4em}.mt-\\[1\\.6em\\]{margin-top:1.6em}.mt-\\[1em\\]{margin-top:1em}.-mr-3{margin-right:calc(var(--spacing)*-3)}.mr-0{margin-right:calc(var(--spacing)*0)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-1\\.5{margin-right:calc(var(--spacing)*1.5)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.mr-auto{margin-right:auto}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-2\\.5{margin-bottom:calc(var(--spacing)*2.5)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.-ml-2{margin-left:calc(var(--spacing)*-2)}.-ml-3{margin-left:calc(var(--spacing)*-3)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.block{display:block}.contents{display:contents}.flex{display:flex}.flex\\!{display:flex!important}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:var(--aspect-video)}.\\!size-3{width:calc(var(--spacing)*3)!important;height:calc(var(--spacing)*3)!important}.\\!size-3\\.5{width:calc(var(--spacing)*3.5)!important;height:calc(var(--spacing)*3.5)!important}.size-\\(--cell-size\\){width:var(--cell-size);height:var(--cell-size)}.size-0{width:calc(var(--spacing)*0);height:calc(var(--spacing)*0)}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-2\\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-16{width:calc(var(--spacing)*16);height:calc(var(--spacing)*16)}.size-\\[28px\\]{width:28px;height:28px}.size-\\[130px\\]{width:130px;height:130px}.size-auto{width:auto;height:auto}.size-full{width:100%;height:100%}.h-\\(--cell-size\\){height:var(--cell-size)}.h-0\\.5{height:calc(var(--spacing)*.5)}.h-2{height:calc(var(--spacing)*2)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-\\[0\\.1px\\]{height:.1px}.h-\\[1\\.5em\\]{height:1.5em}.h-\\[19px\\]{height:19px}.h-\\[23rem\\]{height:23rem}.h-\\[24px\\]{height:24px}.h-\\[28px\\]{height:28px}.h-\\[344px\\]{height:344px}.h-\\[650px\\]{height:650px}.h-\\[calc\\(100\\%_\\+_8px\\)\\]{height:calc(100% + 8px)}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-\\(--radix-context-menu-content-available-height\\){max-height:var(--radix-context-menu-content-available-height)}.max-h-\\(--radix-dropdown-menu-content-available-height\\){max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-14{max-height:calc(var(--spacing)*14)}.max-h-\\[50vh\\]{max-height:50vh}.max-h-\\[288px\\]{max-height:288px}.max-h-\\[300px\\]{max-height:300px}.max-h-\\[500px\\]{max-height:500px}.max-h-\\[calc\\(100vh-4rem\\)\\]{max-height:calc(100vh - 4rem)}.max-h-\\[min\\(50dvh\\,calc\\(-24px\\+var\\(--radix-popper-available-height\\)\\)\\)\\]{max-height:min(50dvh,calc(-24px + var(--radix-popper-available-height)))}.max-h-\\[min\\(70vh\\,320px\\)\\]{max-height:min(70vh,320px)}.max-h-screen{max-height:100vh}.min-h-14{min-height:calc(var(--spacing)*14)}.min-h-\\[1lh\\]{min-height:1lh}.min-h-\\[25px\\]{min-height:25px}.min-h-\\[50\\%\\]{min-height:50%}.w-\\(--cell-size\\){width:var(--cell-size)}.w-0\\.5{width:calc(var(--spacing)*.5)}.w-1{width:calc(var(--spacing)*1)}.w-2{width:calc(var(--spacing)*2)}.w-4{width:calc(var(--spacing)*4)}.w-4\\.5{width:calc(var(--spacing)*4.5)}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-10{width:calc(var(--spacing)*10)}.w-48{width:calc(var(--spacing)*48)}.w-64{width:calc(var(--spacing)*64)}.w-72{width:calc(var(--spacing)*72)}.w-80{width:calc(var(--spacing)*80)}.w-\\[180px\\]{width:180px}.w-\\[200px\\]{width:200px}.w-\\[300px\\]{width:300px}.w-\\[330px\\]{width:330px}.w-\\[380px\\]{width:380px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.max-w-\\[80vw\\]{max-width:80vw}.max-w-\\[calc\\(100\\%-2rem\\)\\]{max-width:calc(100% - 2rem)}.max-w-\\[calc\\(100vw-24px\\)\\]{max-width:calc(100vw - 24px)}.max-w-full{max-width:100%}.min-w-\\(--cell-size\\){min-width:var(--cell-size)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-8{min-width:calc(var(--spacing)*8)}.min-w-9{min-width:calc(var(--spacing)*9)}.min-w-10{min-width:calc(var(--spacing)*10)}.min-w-\\[8rem\\]{min-width:8rem}.min-w-\\[92px\\]{min-width:92px}.min-w-\\[125px\\]{min-width:125px}.min-w-\\[130px\\]{min-width:130px}.min-w-\\[180px\\]{min-width:180px}.min-w-\\[220px\\]{min-width:220px}.min-w-full{min-width:100%}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.origin-\\(--radix-context-menu-content-transform-origin\\){transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\\(--radix-dropdown-menu-content-transform-origin\\){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\\(--radix-popover-content-transform-origin\\){transform-origin:var(--radix-popover-content-transform-origin)}.origin-\\(--radix-tooltip-content-transform-origin\\){transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\\[-50\\%\\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\\[-50\\%\\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\\[calc\\(-50\\%_-_2px\\)\\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-0{rotate:none}.rotate-45{rotate:45deg}.rotate-90{rotate:90deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-in{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.animate-spin{animation:var(--animate-spin)}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.cursor-text{cursor:text}.resize{resize:both}.resize-none{resize:none}.scroll-py-1{scroll-padding-block:calc(var(--spacing)*1)}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\\[repeat\\(10\\,1fr\\)\\]{grid-template-columns:repeat(10,1fr)}.grid-rows-\\[auto_1fr\\]{grid-template-rows:auto 1fr}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.gap-0{gap:calc(var(--spacing)*0)}.gap-0\\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-10>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*10)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*10)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-1{column-gap:calc(var(--spacing)*1)}:where(.-space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*-2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*-2)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\\[2px\\]{border-radius:2px}.rounded-\\[4px\\]{border-radius:4px}.rounded-\\[50\\%\\]{border-radius:50%}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\\[1\\.5px\\]{border-style:var(--tw-border-style);border-width:1.5px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-border,.border-border\\/50{border-color:var(--border)}@supports (color:color-mix(in lab,red,red)){.border-border\\/50{border-color:color-mix(in oklab,var(--border)50%,transparent)}}.border-current{border-color:currentColor}.border-input{border-color:var(--input)}.border-muted{border-color:var(--muted)}.border-muted-foreground{border-color:var(--muted-foreground)}.border-primary{border-color:var(--primary)}.border-transparent{border-color:#0000}.border-t-transparent{border-top-color:#0000}.border-b-border{border-bottom-color:var(--border)}.border-b-brand\\/\\[\\.24\\]{border-bottom-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.border-b-brand\\/\\[\\.24\\]{border-bottom-color:color-mix(in oklab,var(--brand)24%,transparent)}}.border-b-gray-300{border-bottom-color:var(--color-gray-300)}.border-b-highlight,.border-b-highlight\\/35{border-bottom-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.border-b-highlight\\/35{border-bottom-color:color-mix(in oklab,var(--highlight)35%,transparent)}}.border-b-highlight\\/\\[\\.7\\]{border-bottom-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.border-b-highlight\\/\\[\\.7\\]{border-bottom-color:color-mix(in oklab,var(--highlight)70%,transparent)}}.border-b-highlight\\/\\[\\.36\\]{border-bottom-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.border-b-highlight\\/\\[\\.36\\]{border-bottom-color:color-mix(in oklab,var(--highlight)36%,transparent)}}.border-b-purple-100{border-bottom-color:var(--color-purple-100)}.bg-\\(--cellBackground\\){background-color:var(--cellBackground)}.bg-\\[rgba\\(0\\,0\\,0\\,0\\.5\\)\\]{background-color:#00000080}.bg-accent{background-color:var(--accent)}.bg-background,.bg-background\\/95{background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/95{background-color:color-mix(in oklab,var(--background)95%,transparent)}}.bg-black{background-color:var(--color-black)}.bg-black\\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-border{background-color:var(--border)}.bg-brand,.bg-brand\\/25{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\\/25{background-color:color-mix(in oklab,var(--brand)25%,transparent)}}.bg-brand\\/50{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\\/50{background-color:color-mix(in oklab,var(--brand)50%,transparent)}}.bg-brand\\/\\[\\.08\\]{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\\/\\[\\.08\\]{background-color:color-mix(in oklab,var(--brand)8%,transparent)}}.bg-brand\\/\\[\\.13\\]{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\\/\\[\\.13\\]{background-color:color-mix(in oklab,var(--brand)13%,transparent)}}.bg-current{background-color:currentColor}.bg-destructive{background-color:var(--destructive)}.bg-emerald-100{background-color:var(--color-emerald-100)}.bg-emerald-200\\/80{background-color:#a4f4cfcc}@supports (color:color-mix(in lab,red,red)){.bg-emerald-200\\/80{background-color:color-mix(in oklab,var(--color-emerald-200)80%,transparent)}}.bg-foreground{background-color:var(--foreground)}.bg-gray-300\\/25{background-color:#d1d5dc40}@supports (color:color-mix(in lab,red,red)){.bg-gray-300\\/25{background-color:color-mix(in oklab,var(--color-gray-300)25%,transparent)}}.bg-highlight,.bg-highlight\\/15{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/15{background-color:color-mix(in oklab,var(--highlight)15%,transparent)}}.bg-highlight\\/25{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/25{background-color:color-mix(in oklab,var(--highlight)25%,transparent)}}.bg-highlight\\/30{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/30{background-color:color-mix(in oklab,var(--highlight)30%,transparent)}}.bg-highlight\\/45{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/45{background-color:color-mix(in oklab,var(--highlight)45%,transparent)}}.bg-highlight\\/\\[\\.13\\]{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/\\[\\.13\\]{background-color:color-mix(in oklab,var(--highlight)13%,transparent)}}.bg-inherit{background-color:inherit}.bg-muted,.bg-muted\\/50{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\\/50{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.bg-muted\\/60{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\\/60{background-color:color-mix(in oklab,var(--muted)60%,transparent)}}.bg-popover,.bg-popover\\/90{background-color:var(--popover)}@supports (color:color-mix(in lab,red,red)){.bg-popover\\/90{background-color:color-mix(in oklab,var(--popover)90%,transparent)}}.bg-primary,.bg-primary\\/40{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\\/40{background-color:color-mix(in oklab,var(--primary)40%,transparent)}}.bg-purple-50{background-color:var(--color-purple-50)}.bg-purple-100{background-color:var(--color-purple-100)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-200\\/80{background-color:#ffcacacc}@supports (color:color-mix(in lab,red,red)){.bg-red-200\\/80{background-color:color-mix(in oklab,var(--color-red-200)80%,transparent)}}.bg-ring{background-color:var(--ring)}.bg-secondary{background-color:var(--secondary)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-cover{background-size:cover}.bg-clip-content{background-clip:content-box}.bg-center{background-position:50%}.fill-current{fill:currentColor}.fill-foreground{fill:var(--foreground)}.fill-primary{fill:var(--primary)}.stroke-\\[3px\\]{stroke-width:3px}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing)*0)}.p-1{padding:calc(var(--spacing)*1)}.p-1\\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-px{padding:1px}.\\!px-1{padding-inline:calc(var(--spacing)*1)!important}.\\!px-1\\.5{padding-inline:calc(var(--spacing)*1.5)!important}.px-\\(--cell-size\\){padding-inline:var(--cell-size)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-0\\.5{padding-inline:calc(var(--spacing)*.5)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-10{padding-inline:calc(var(--spacing)*10)}.px-16{padding-inline:calc(var(--spacing)*16)}.px-\\[0\\.3em\\]{padding-inline:.3em}.px-px{padding-inline:1px}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-\\[0\\.2em\\]{padding-block:.2em}.py-\\[1\\.5px\\]{padding-block:1.5px}.py-\\[3px\\]{padding-block:3px}.pt-0\\.5{padding-top:calc(var(--spacing)*.5)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-4{padding-top:calc(var(--spacing)*4)}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-8{padding-right:calc(var(--spacing)*8)}.pr-9{padding-right:calc(var(--spacing)*9)}.pr-10{padding-right:calc(var(--spacing)*10)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-72{padding-bottom:calc(var(--spacing)*72)}.pb-\\[51\\.25\\%\\]{padding-bottom:51.25%}.pb-\\[56\\.25\\%\\]{padding-bottom:56.25%}.pb-\\[56\\.0417\\%\\]{padding-bottom:56.0417%}.pb-\\[75\\%\\]{padding-bottom:75%}.pb-px{padding-bottom:1px}.pl-0\\.5{padding-left:calc(var(--spacing)*.5)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-\\[26px\\]{padding-left:26px}.pl-\\[32px\\]{padding-left:32px}.pl-\\[50px\\]{padding-left:50px}.text-center{text-align:center}.text-end{text-align:end}.text-justify{text-align:justify}.text-left{text-align:left}.text-start{text-align:start}.align-baseline{vertical-align:baseline}.align-text-bottom{vertical-align:text-bottom}.font-\\[inherit\\]{font-family:inherit}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[0\\.8rem\\]{font-size:.8rem}.text-\\[10px\\]{font-size:10px}.text-\\[18px\\]{font-size:18px}.leading-\\[normal\\]{--tw-leading:normal;line-height:normal}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-accent-foreground{color:var(--accent-foreground)}.text-background{color:var(--background)}.text-brand\\/80{color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.text-brand\\/80{color:color-mix(in oklab,var(--brand)80%,transparent)}}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-emerald-700{color:var(--color-emerald-700)}.text-foreground{color:var(--foreground)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-inherit{color:inherit}.text-muted-foreground,.text-muted-foreground\\/70{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/70{color:color-mix(in oklab,var(--muted-foreground)70%,transparent)}}.text-muted-foreground\\/80{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/80{color:color-mix(in oklab,var(--muted-foreground)80%,transparent)}}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-purple-600{color:var(--color-purple-600)}.text-purple-800{color:var(--color-purple-800)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-slate-500{color:var(--color-slate-500)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.decoration-primary{-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}.decoration-\\[0\\.5px\\]{text-decoration-thickness:.5px}.underline-offset-4{text-underline-offset:4px}.caret-primary{caret-color:var(--primary)}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-100{opacity:1}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[rgba\\(255\\,_255\\,_255\\,_0\\.1\\)_0px_0\\.5px_0px_0px_inset\\,_rgb\\(248\\,_249\\,_250\\)_0px_1px_5px_0px_inset\\,_rgb\\(193\\,_200\\,_205\\)_0px_0px_0px_0\\.5px\\,_rgb\\(193\\,_200\\,_205\\)_0px_2px_1px_-1px\\,_rgb\\(193\\,_200\\,_205\\)_0px_1px_0px_0px\\]{--tw-shadow-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.shadow-\\[rgba\\(255\\,_255\\,_255\\,_0\\.1\\)_0px_0\\.5px_0px_0px_inset\\,_rgb\\(248\\,_249\\,_250\\)_0px_1px_5px_0px_inset\\,_rgb\\(193\\,_200\\,_205\\)_0px_0px_0px_0\\.5px\\,_rgb\\(193\\,_200\\,_205\\)_0px_2px_1px_-1px\\,_rgb\\(193\\,_200\\,_205\\)_0px_1px_0px_0px\\]{--tw-shadow-color:color-mix(in oklab,#ffffff1a 0px .5px 0px 0px inset,#f8f9fa 0px 1px 5px 0px inset,#c1c8cd 0px 0px 0px .5px,#c1c8cd 0px 2px 1px -1px,#c1c8cd 0px 1px 0px 0px var(--tw-shadow-alpha),transparent)}}.ring-background{--tw-ring-color:var(--background)}.ring-ring{--tw-ring-color:var(--ring)}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.\\!filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xs{--tw-backdrop-blur:blur(var(--blur-xs));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition-\\[color\\,box-shadow\\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.duration-75{--tw-duration:75ms;transition-duration:75ms}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.\\[contain\\:content\\]{contain:content}.fade-in-0{--tw-enter-opacity:0}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.zoom-in-95{--tw-enter-scale:.95}.\\[--cell-size\\:--spacing\\(8\\)\\]{--cell-size:calc(var(--spacing)*8)}.\\[tab-size\\:2\\]{tab-size:2}.fade-in{--tw-enter-opacity:0}:is(.\\*\\:m-0>*){margin:calc(var(--spacing)*0)}.not-last\\:border-b:not(:last-child){border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.group-first\\/column\\:-left-1:is(:where(.group\\/column):first-child *){left:calc(var(--spacing)*-1)}.group-first\\/column\\:pl-0:is(:where(.group\\/column):first-child *){padding-left:calc(var(--spacing)*0)}.group-last\\/column\\:-right-1:is(:where(.group\\/column):last-child *){right:calc(var(--spacing)*-1)}.group-last\\/column\\:pr-0:is(:where(.group\\/column):last-child *){padding-right:calc(var(--spacing)*0)}.group-last\\/toolbar-group\\:hidden\\!:is(:where(.group\\/toolbar-group):last-child *){display:none!important}.group-focus-within\\:pointer-events-none:is(:where(.group):focus-within *){pointer-events:none}.group-focus-within\\:top-0:is(:where(.group):focus-within *){top:calc(var(--spacing)*0)}.group-focus-within\\:cursor-default:is(:where(.group):focus-within *){cursor:default}.group-focus-within\\:text-xs:is(:where(.group):focus-within *){font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.group-focus-within\\:font-medium:is(:where(.group):focus-within *){--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.group-focus-within\\:text-foreground:is(:where(.group):focus-within *){color:var(--foreground)}@media(hover:hover){.group-hover\\:opacity-100:is(:where(.group):hover *),.group-hover\\/column\\:opacity-100:is(:where(.group\\/column):hover *),.group-hover\\/container\\:opacity-100:is(:where(.group\\/container):hover *),.group-hover\\/row\\:opacity-100:is(:where(.group\\/row):hover *){opacity:1}}.group-has-disabled\\:opacity-50:is(:where(.group):has(:disabled) *){opacity:.5}.group-has-data-\\[resizing\\=\\"true\\"\\]\\/row\\:opacity-0:is(:where(.group\\/row):has([data-resizing=true]) *){opacity:0}.group-has-data-\\[size\\=lg\\]\\/avatar-group\\:size-10:is(:where(.group\\/avatar-group):has([data-size=lg]) *){width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.group-has-data-\\[size\\=sm\\]\\/avatar-group\\:size-6:is(:where(.group\\/avatar-group):has([data-size=sm]) *){width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.group-has-\\[\\[data-col\\=\\"0\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="0"]:hover) *),.group-has-\\[\\[data-col\\=\\"0\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="0"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"1\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="1"]:hover) *),.group-has-\\[\\[data-col\\=\\"1\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="1"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"10\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="10"]:hover) *),.group-has-\\[\\[data-col\\=\\"10\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="10"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"2\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="2"]:hover) *),.group-has-\\[\\[data-col\\=\\"2\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="2"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"3\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="3"]:hover) *),.group-has-\\[\\[data-col\\=\\"3\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="3"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"4\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="4"]:hover) *),.group-has-\\[\\[data-col\\=\\"4\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="4"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"5\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="5"]:hover) *),.group-has-\\[\\[data-col\\=\\"5\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="5"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"6\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="6"]:hover) *),.group-has-\\[\\[data-col\\=\\"6\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="6"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"7\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="7"]:hover) *),.group-has-\\[\\[data-col\\=\\"7\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="7"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"8\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="8"]:hover) *),.group-has-\\[\\[data-col\\=\\"8\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="8"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"9\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="9"]:hover) *),.group-has-\\[\\[data-col\\=\\"9\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="9"][data-resizing=true]) *),.group-has-\\[\\[data-resizer-left\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-resizer-left]:hover) *),.group-has-\\[\\[data-resizer-left\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-resizer-left][data-resizing=true]) *){display:block}.group-data-\\[focused\\=true\\]\\/day\\:relative:is(:where(.group\\/day)[data-focused=true] *){position:relative}.group-data-\\[focused\\=true\\]\\/day\\:z-10:is(:where(.group\\/day)[data-focused=true] *){z-index:10}.group-data-\\[focused\\=true\\]\\/day\\:border-ring:is(:where(.group\\/day)[data-focused=true] *){border-color:var(--ring)}.group-data-\\[focused\\=true\\]\\/day\\:ring-\\[3px\\]:is(:where(.group\\/day)[data-focused=true] *){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\\[focused\\=true\\]\\/day\\:ring-ring\\/50:is(:where(.group\\/day)[data-focused=true] *){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.group-data-\\[focused\\=true\\]\\/day\\:ring-ring\\/50:is(:where(.group\\/day)[data-focused=true] *){--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.group-data-\\[pressed\\=true\\]\\:bg-accent:is(:where(.group)[data-pressed=true] *){background-color:var(--accent)}.group-data-\\[pressed\\=true\\]\\:text-accent-foreground:is(:where(.group)[data-pressed=true] *){color:var(--accent-foreground)}.group-data-\\[size\\=default\\]\\/avatar\\:size-2\\.5:is(:where(.group\\/avatar)[data-size=default] *){width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.group-data-\\[size\\=lg\\]\\/avatar\\:size-3:is(:where(.group\\/avatar)[data-size=lg] *){width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.group-data-\\[size\\=sm\\]\\/alert-dialog-content\\:grid:is(:where(.group\\/alert-dialog-content)[data-size=sm] *){display:grid}.group-data-\\[size\\=sm\\]\\/alert-dialog-content\\:grid-cols-2:is(:where(.group\\/alert-dialog-content)[data-size=sm] *){grid-template-columns:repeat(2,minmax(0,1fr))}.group-data-\\[size\\=sm\\]\\/avatar\\:size-2:is(:where(.group\\/avatar)[data-size=sm] *){width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.group-data-\\[size\\=sm\\]\\/avatar\\:text-xs:is(:where(.group\\/avatar)[data-size=sm] *){font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.peer-has-\\[\\[role\\=menuitem\\]\\]\\/menu-group\\:block:is(:where(.peer\\/menu-group):has([role=menuitem])~*),.peer-has-\\[\\[role\\=menuitemradio\\]\\]\\/menu-group\\:block:is(:where(.peer\\/menu-group):has([role=menuitemradio])~*),.peer-has-\\[\\[role\\=option\\]\\]\\/menu-group\\:block:is(:where(.peer\\/menu-group):has([role=option])~*){display:block}.selection\\:bg-brand\\/25 ::selection{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.selection\\:bg-brand\\/25 ::selection{background-color:color-mix(in oklab,var(--brand)25%,transparent)}}.selection\\:bg-brand\\/25::selection{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.selection\\:bg-brand\\/25::selection{background-color:color-mix(in oklab,var(--brand)25%,transparent)}}.selection\\:bg-primary ::selection{background-color:var(--primary)}.selection\\:bg-primary::selection{background-color:var(--primary)}.selection\\:bg-transparent ::selection{background-color:#0000}.selection\\:bg-transparent::selection{background-color:#0000}.selection\\:text-primary-foreground ::selection{color:var(--primary-foreground)}.selection\\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\\:inline-flex::file-selector-button{display:inline-flex}.file\\:h-7::file-selector-button{height:calc(var(--spacing)*7)}.file\\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\\:text-muted-foreground::placeholder,.placeholder\\:text-muted-foreground\\/80::placeholder{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.placeholder\\:text-muted-foreground\\/80::placeholder{color:color-mix(in oklab,var(--muted-foreground)80%,transparent)}}.before\\:absolute:before{content:var(--tw-content);position:absolute}.before\\:z-10:before{content:var(--tw-content);z-index:10}.before\\:box-border:before{content:var(--tw-content);box-sizing:border-box}.before\\:size-full:before{content:var(--tw-content);width:100%;height:100%}.before\\:cursor-text:before{content:var(--tw-content);cursor:text}.before\\:border-t:before{content:var(--tw-content);border-top-style:var(--tw-border-style);border-top-width:1px}.before\\:border-r:before{content:var(--tw-content);border-right-style:var(--tw-border-style);border-right-width:1px}.before\\:border-b:before{content:var(--tw-content);border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.before\\:border-l:before{content:var(--tw-content);border-left-style:var(--tw-border-style);border-left-width:1px}.before\\:border-t-border:before{content:var(--tw-content);border-top-color:var(--border)}.before\\:border-r-border:before{content:var(--tw-content);border-right-color:var(--border)}.before\\:border-b-border:before{content:var(--tw-content);border-bottom-color:var(--border)}.before\\:border-l-border:before{content:var(--tw-content);border-left-color:var(--border)}.before\\:bg-brand\\/5:before{content:var(--tw-content);background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.before\\:bg-brand\\/5:before{background-color:color-mix(in oklab,var(--brand)5%,transparent)}}.before\\:text-muted-foreground\\/80:before{content:var(--tw-content);color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.before\\:text-muted-foreground\\/80:before{color:color-mix(in oklab,var(--muted-foreground)80%,transparent)}}.before\\:content-\\[\\\'\\\'\\]:before{--tw-content:"";content:var(--tw-content)}.before\\:content-\\[attr\\(placeholder\\)\\]:before{--tw-content:attr(placeholder);content:var(--tw-content)}.before\\:select-none:before{content:var(--tw-content);-webkit-user-select:none;user-select:none}.after\\:absolute:after{content:var(--tw-content);position:absolute}.after\\:inset-0:after{content:var(--tw-content);inset:calc(var(--spacing)*0)}.after\\:-top-0\\.5:after{content:var(--tw-content);top:calc(var(--spacing)*-.5)}.after\\:-left-1:after{content:var(--tw-content);left:calc(var(--spacing)*-1)}.after\\:z-1:after{content:var(--tw-content);z-index:1}.after\\:ml-1\\.5:after{content:var(--tw-content);margin-left:calc(var(--spacing)*1.5)}.after\\:block:after{content:var(--tw-content);display:block}.after\\:flex:after{content:var(--tw-content);display:flex}.after\\:inline-block:after{content:var(--tw-content);display:inline-block}.after\\:h-3:after{content:var(--tw-content);height:calc(var(--spacing)*3)}.after\\:h-16:after{content:var(--tw-content);height:calc(var(--spacing)*16)}.after\\:h-\\[calc\\(100\\%\\)\\+4px\\]:after{content:var(--tw-content);height:100% 4px}.after\\:w-3:after{content:var(--tw-content);width:calc(var(--spacing)*3)}.after\\:w-\\[3px\\]:after{content:var(--tw-content);width:3px}.after\\:w-\\[calc\\(100\\%\\+8px\\)\\]:after{content:var(--tw-content);width:calc(100% + 8px)}.after\\:rounded-\\[6px\\]:after{content:var(--tw-content);border-radius:6px}.after\\:rounded-full:after{content:var(--tw-content);border-radius:3.40282e38px}.after\\:rounded-sm:after{content:var(--tw-content);border-radius:calc(var(--radius) - 4px)}.after\\:bg-brand\\/15:after{content:var(--tw-content);background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.after\\:bg-brand\\/15:after{background-color:color-mix(in oklab,var(--brand)15%,transparent)}}.after\\:bg-neutral-500\\/10:after{content:var(--tw-content);background-color:#7373731a}@supports (color:color-mix(in lab,red,red)){.after\\:bg-neutral-500\\/10:after{background-color:color-mix(in oklab,var(--color-neutral-500)10%,transparent)}}.after\\:bg-primary:after{content:var(--tw-content);background-color:var(--primary)}.after\\:bg-ring:after{content:var(--tw-content);background-color:var(--ring)}.after\\:pb-\\[var\\(--aspect-ratio\\)\\]:after{content:var(--tw-content);padding-bottom:var(--aspect-ratio)}.after\\:align-middle:after{content:var(--tw-content);vertical-align:middle}.after\\:opacity-0:after{content:var(--tw-content);opacity:0}.after\\:content-\\[\\"\\"\\]:after{--tw-content:"";content:var(--tw-content)}.after\\:content-\\[\\\'_\\\'\\]:after{--tw-content:" ";content:var(--tw-content)}@media(hover:hover){.group-hover\\:after\\:opacity-100:is(:where(.group):hover *):after{content:var(--tw-content);opacity:1}}.focus-within\\:ring-2:focus-within{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\\:ring-ring:focus-within{--tw-ring-color:var(--ring)}.focus-within\\:ring-offset-2:focus-within{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}@media(hover:hover){.hover\\:scale-125:hover{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\\:bg-accent:hover{background-color:var(--accent)}.hover\\:bg-destructive\\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-destructive\\/90:hover{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.hover\\:bg-muted:hover{background-color:var(--muted)}.hover\\:bg-muted-foreground\\/15:hover{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-muted-foreground\\/15:hover{background-color:color-mix(in oklab,var(--muted-foreground)15%,transparent)}}.hover\\:bg-primary\\/10:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/10:hover{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.hover\\:bg-primary\\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\\:bg-secondary\\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-secondary\\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\\:bg-transparent:hover{background-color:#0000}.hover\\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\\:text-brand\\/80:hover{color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-brand\\/80:hover{color:color-mix(in oklab,var(--brand)80%,transparent)}}.hover\\:text-muted-foreground:hover,.hover\\:text-muted-foreground\\/80:hover{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-muted-foreground\\/80:hover{color:color-mix(in oklab,var(--muted-foreground)80%,transparent)}}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:opacity-100:hover{opacity:1}.hover\\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\\:bg-accent:focus{background-color:var(--accent)}.focus\\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.focus\\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-\\[3px\\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-destructive\\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.focus-visible\\:ring-destructive\\/20:focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.focus-visible\\:ring-ring:focus-visible,.focus-visible\\:ring-ring\\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.focus-visible\\:ring-ring\\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.focus-visible\\:ring-transparent:focus-visible{--tw-ring-color:transparent}.focus-visible\\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\\:cursor-grabbing:active{cursor:grabbing}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.has-focus\\:border-ring:has(:focus){border-color:var(--ring)}.has-focus\\:ring-\\[3px\\]:has(:focus){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.has-focus\\:ring-ring\\/50:has(:focus){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.has-focus\\:ring-ring\\/50:has(:focus){--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.has-aria-disabled\\:border-input:has([aria-disabled=true]){border-color:var(--input)}.has-aria-disabled\\:bg-muted:has([aria-disabled=true]){background-color:var(--muted)}.has-data-readonly\\:w-fit:has([data-readonly]){width:fit-content}.has-data-readonly\\:cursor-default:has([data-readonly]){cursor:default}.has-data-readonly\\:border-transparent:has([data-readonly]){border-color:#0000}.has-data-readonly\\:focus-within\\:\\[box-shadow\\:none\\]:has([data-readonly]):focus-within{box-shadow:none}.has-data-\\[slot\\=alert-dialog-media\\]\\:grid-rows-\\[auto_auto_1fr\\]:has([data-slot=alert-dialog-media]){grid-template-rows:auto auto 1fr}.has-data-\\[slot\\=alert-dialog-media\\]\\:gap-x-6:has([data-slot=alert-dialog-media]){column-gap:calc(var(--spacing)*6)}.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:border-brand\\/50:has([data-slate-editor]:focus){border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:border-brand\\/50:has([data-slate-editor]:focus){border-color:color-mix(in oklab,var(--brand)50%,transparent)}}.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:ring-2:has([data-slate-editor]:focus){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:ring-brand\\/30:has([data-slate-editor]:focus){--tw-ring-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:ring-brand\\/30:has([data-slate-editor]:focus){--tw-ring-color:color-mix(in oklab,var(--brand)30%,transparent)}}.has-\\[\\[role\\=menuitem\\]\\]\\:block:has([role=menuitem]),.has-\\[\\[role\\=menuitemradio\\]\\]\\:block:has([role=menuitemradio]),.has-\\[\\[role\\=option\\]\\]\\:block:has([role=option]){display:block}.has-\\[button\\]\\:flex:has(:is(button)){display:flex}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:pointer-events-none:has(+input:not(:placeholder-shown)){pointer-events:none}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:top-0:has(+input:not(:placeholder-shown)){top:calc(var(--spacing)*0)}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:cursor-default:has(+input:not(:placeholder-shown)){cursor:default}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:text-xs:has(+input:not(:placeholder-shown)){font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:font-medium:has(+input:not(:placeholder-shown)){--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:text-foreground:has(+input:not(:placeholder-shown)){color:var(--foreground)}.has-\\[\\>svg\\]\\:px-1\\.5:has(>svg){padding-inline:calc(var(--spacing)*1.5)}.has-\\[\\>svg\\]\\:px-2\\.5:has(>svg){padding-inline:calc(var(--spacing)*2.5)}.has-\\[\\>svg\\]\\:px-3:has(>svg){padding-inline:calc(var(--spacing)*3)}.has-\\[\\>svg\\]\\:px-4:has(>svg){padding-inline:calc(var(--spacing)*4)}.aria-checked\\:bg-accent[aria-checked=true]{background-color:var(--accent)}.aria-checked\\:text-accent-foreground[aria-checked=true]{color:var(--accent-foreground)}.aria-disabled\\:opacity-50[aria-disabled=true]{opacity:.5}.aria-invalid\\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\\:ring-destructive\\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.aria-invalid\\:ring-destructive\\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.aria-selected\\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.data-readonly\\:w-fit[data-readonly]{width:fit-content}:is(.\\*\\*\\:data-slate-placeholder\\:\\!top-1\\/2 *)[data-slate-placeholder]{top:50%!important}:is(.\\*\\*\\:data-slate-placeholder\\:top-\\[auto_\\!important\\] *)[data-slate-placeholder]{top:auto!important}:is(.\\*\\*\\:data-slate-placeholder\\:-translate-y-1\\/2 *)[data-slate-placeholder]{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}:is(.\\*\\*\\:data-slate-placeholder\\:text-muted-foreground\\/80 *)[data-slate-placeholder]{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){:is(.\\*\\*\\:data-slate-placeholder\\:text-muted-foreground\\/80 *)[data-slate-placeholder]{color:color-mix(in oklab,var(--muted-foreground)80%,transparent)}}:is(.\\*\\*\\:data-slate-placeholder\\:opacity-100\\! *)[data-slate-placeholder]{opacity:1!important}.data-\\[active-item\\=true\\]\\:bg-accent[data-active-item=true]{background-color:var(--accent)}.data-\\[active-item\\=true\\]\\:text-accent-foreground[data-active-item=true]{color:var(--accent-foreground)}.data-\\[active\\=true\\]\\:bg-muted[data-active=true]{background-color:var(--muted)}.data-\\[disabled\\]\\:pointer-events-none[data-disabled]{pointer-events:none}.data-\\[disabled\\]\\:opacity-50[data-disabled]{opacity:.5}.data-\\[disabled\\=true\\]\\:pointer-events-none[data-disabled=true]{pointer-events:none}.data-\\[disabled\\=true\\]\\:opacity-50[data-disabled=true]{opacity:.5}.data-\\[highlighted\\=true\\]\\:bg-accent[data-highlighted=true]{background-color:var(--accent)}.data-\\[inset\\]\\:pl-8[data-inset]{padding-left:calc(var(--spacing)*8)}.data-\\[orientation\\=horizontal\\]\\:h-px[data-orientation=horizontal]{height:1px}.data-\\[orientation\\=horizontal\\]\\:w-full[data-orientation=horizontal]{width:100%}.data-\\[orientation\\=vertical\\]\\:h-full[data-orientation=vertical]{height:100%}.data-\\[orientation\\=vertical\\]\\:w-px[data-orientation=vertical]{width:1px}.data-\\[range-end\\=true\\]\\:rounded-md[data-range-end=true]{border-radius:calc(var(--radius) - 2px)}.data-\\[range-end\\=true\\]\\:rounded-r-md[data-range-end=true]{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.data-\\[range-end\\=true\\]\\:bg-primary[data-range-end=true]{background-color:var(--primary)}.data-\\[range-end\\=true\\]\\:text-primary-foreground[data-range-end=true]{color:var(--primary-foreground)}.data-\\[range-middle\\=true\\]\\:rounded-none[data-range-middle=true]{border-radius:0}.data-\\[range-middle\\=true\\]\\:bg-accent[data-range-middle=true]{background-color:var(--accent)}.data-\\[range-middle\\=true\\]\\:text-accent-foreground[data-range-middle=true]{color:var(--accent-foreground)}.data-\\[range-start\\=true\\]\\:rounded-md[data-range-start=true]{border-radius:calc(var(--radius) - 2px)}.data-\\[range-start\\=true\\]\\:rounded-l-md[data-range-start=true]{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.data-\\[range-start\\=true\\]\\:bg-primary[data-range-start=true]{background-color:var(--primary)}.data-\\[range-start\\=true\\]\\:text-primary-foreground[data-range-start=true]{color:var(--primary-foreground)}.data-\\[selected-single\\=true\\]\\:bg-primary[data-selected-single=true]{background-color:var(--primary)}.data-\\[selected-single\\=true\\]\\:text-primary-foreground[data-selected-single=true]{color:var(--primary-foreground)}.data-\\[selected\\=true\\]\\:rounded-none[data-selected=true]{border-radius:0}.data-\\[selected\\=true\\]\\:bg-accent[data-selected=true]{background-color:var(--accent)}.data-\\[selected\\=true\\]\\:bg-primary\\/10[data-selected=true]{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.data-\\[selected\\=true\\]\\:bg-primary\\/10[data-selected=true]{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.data-\\[selected\\=true\\]\\:text-accent-foreground[data-selected=true]{color:var(--accent-foreground)}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(2*var(--spacing)*-1)}.data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(2*var(--spacing))}.data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(2*var(--spacing))}.data-\\[size\\=lg\\]\\:size-10[data-size=lg]{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.data-\\[size\\=sm\\]\\:size-6[data-size=sm]{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.data-\\[size\\=sm\\]\\:max-w-xs[data-size=sm]{max-width:var(--container-xs)}:is(.\\*\\:data-\\[slot\\=avatar\\]\\:ring-2>*)[data-slot=avatar]{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.\\*\\:data-\\[slot\\=avatar\\]\\:ring-background>*)[data-slot=avatar]{--tw-ring-color:var(--background)}:is(.\\*\\:data-\\[slot\\=block-selection\\]\\:left-2>*)[data-slot=block-selection]{left:calc(var(--spacing)*2)}:is(.\\*\\*\\:data-\\[slot\\=command-input-wrapper\\]\\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--spacing)*12)}.data-\\[state\\=checked\\]\\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\\[state\\=checked\\]\\:bg-accent[data-state=checked]{background-color:var(--accent)}.data-\\[state\\=checked\\]\\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\\[state\\=checked\\]\\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\\[state\\=closed\\]\\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\\[state\\=closed\\]\\:opacity-0[data-state=closed]{opacity:0}.data-\\[state\\=closed\\]\\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\\[state\\=closed\\]\\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\\[state\\=on\\]\\:bg-accent[data-state=on]{background-color:var(--accent)}.data-\\[state\\=on\\]\\:text-accent-foreground[data-state=on]{color:var(--accent-foreground)}.data-\\[state\\=open\\]\\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\\[state\\=open\\]\\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\\[state\\=open\\]\\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\\[state\\=open\\]\\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\\[state\\=open\\]\\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\\[state\\=open\\]\\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\\[variant\\=destructive\\]\\:text-destructive[data-variant=destructive]{color:var(--destructive)}.data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/10[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive)10%,transparent)}}.data-\\[variant\\=destructive\\]\\:focus\\:text-destructive[data-variant=destructive]:focus{color:var(--destructive)}@supports (backdrop-blur:var(--tw)){.supports-backdrop-blur\\:bg-background\\/60{background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){.supports-backdrop-blur\\:bg-background\\/60{background-color:color-mix(in oklab,var(--background)60%,transparent)}}}@media not all and (min-width:40rem){.max-sm\\:hidden{display:none}}@media(min-width:40rem){.sm\\:max-w-lg{max-width:var(--container-lg)}.sm\\:flex-row{flex-direction:row}.sm\\:justify-end{justify-content:flex-end}.sm\\:px-24{padding-inline:calc(var(--spacing)*24)}.sm\\:px-\\[max\\(64px\\,calc\\(50\\%-350px\\)\\)\\]{padding-inline:max(64px,50% - 350px)}.sm\\:text-left{text-align:left}.sm\\:opacity-0{opacity:0}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:row-span-2:is(:where(.group\\/alert-dialog-content)[data-size=default] *){grid-row:span 2/span 2}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:place-items-start:is(:where(.group\\/alert-dialog-content)[data-size=default] *){place-items:start}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:text-left:is(:where(.group\\/alert-dialog-content)[data-size=default] *){text-align:left}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:group-has-data-\\[slot\\=alert-dialog-media\\]\\/alert-dialog-content\\:col-start-2:is(:where(.group\\/alert-dialog-content)[data-size=default] *):is(:where(.group\\/alert-dialog-content):has([data-slot=alert-dialog-media]) *){grid-column-start:2}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:has-data-\\[slot\\=alert-dialog-media\\]\\:grid-rows-\\[auto_1fr\\]:is(:where(.group\\/alert-dialog-content)[data-size=default] *):has([data-slot=alert-dialog-media]){grid-template-rows:auto 1fr}.data-\\[size\\=default\\]\\:sm\\:max-w-lg[data-size=default]{max-width:var(--container-lg)}}@media(min-width:48rem){.md\\:flex-row{flex-direction:row}.md\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media(min-width:64rem){.lg\\:inline{display:inline}}.dark\\:border-input:is(.dark *){border-color:var(--input)}.dark\\:bg-destructive\\/60:is(.dark *){background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-destructive\\/60:is(.dark *){background-color:color-mix(in oklab,var(--destructive)60%,transparent)}}.dark\\:bg-input\\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-input\\/30:is(.dark *){background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\\:bg-purple-900:is(.dark *){background-color:var(--color-purple-900)}.dark\\:bg-red-900:is(.dark *){background-color:var(--color-red-900)}.dark\\:text-purple-400:is(.dark *){color:var(--color-purple-400)}.dark\\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\\:shadow-\\[rgba\\(255\\,_255\\,_255\\,_0\\.1\\)_0px_0\\.5px_0px_0px_inset\\,_rgb\\(26\\,_29\\,_30\\)_0px_1px_5px_0px_inset\\,_rgb\\(76\\,_81\\,_85\\)_0px_0px_0px_0\\.5px\\,_rgb\\(76\\,_81\\,_85\\)_0px_2px_1px_-1px\\,_rgb\\(76\\,_81\\,_85\\)_0px_1px_0px_0px\\]:is(.dark *){--tw-shadow-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\\:shadow-\\[rgba\\(255\\,_255\\,_255\\,_0\\.1\\)_0px_0\\.5px_0px_0px_inset\\,_rgb\\(26\\,_29\\,_30\\)_0px_1px_5px_0px_inset\\,_rgb\\(76\\,_81\\,_85\\)_0px_0px_0px_0\\.5px\\,_rgb\\(76\\,_81\\,_85\\)_0px_2px_1px_-1px\\,_rgb\\(76\\,_81\\,_85\\)_0px_1px_0px_0px\\]:is(.dark *){--tw-shadow-color:color-mix(in oklab,#ffffff1a 0px .5px 0px 0px inset,#1a1d1e 0px 1px 5px 0px inset,#4c5155 0px 0px 0px .5px,#4c5155 0px 2px 1px -1px,#4c5155 0px 1px 0px 0px var(--tw-shadow-alpha),transparent)}}@media(hover:hover){.dark\\:hover\\:bg-accent\\/50:is(.dark *):hover{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-accent\\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.dark\\:hover\\:bg-input\\/50:is(.dark *):hover{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-input\\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--input)50%,transparent)}}.dark\\:hover\\:text-accent-foreground:is(.dark *):hover{color:var(--accent-foreground)}}.dark\\:focus-visible\\:ring-destructive\\/40:is(.dark *):focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\\:focus-visible\\:ring-destructive\\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\\:aria-invalid\\:ring-destructive\\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\\:aria-invalid\\:ring-destructive\\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\\:data-\\[state\\=checked\\]\\:bg-primary:is(.dark *)[data-state=checked]{background-color:var(--primary)}.dark\\:data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/20:is(.dark *)[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\\:data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/20:is(.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive)20%,transparent)}}@media print{.print\\:hidden{display:none}.print\\:break-inside-avoid{break-inside:avoid}.print\\:placeholder\\:text-transparent::placeholder{color:#0000}}.\\[\\&_\\.katex-display\\]\\:my-0 .katex-display{margin-block:calc(var(--spacing)*0)}.\\[\\&_\\.katex-display\\]\\:my-0\\! .katex-display{margin-block:calc(var(--spacing)*0)!important}.\\[\\&_\\.react-tweet-theme\\]\\:my-0 .react-tweet-theme{margin-block:calc(var(--spacing)*0)}.\\[\\&_\\.react-tweet-theme\\]\\:ring-2 .react-tweet-theme{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.\\[\\&_\\.react-tweet-theme\\]\\:ring-ring .react-tweet-theme{--tw-ring-color:var(--ring)}.\\[\\&_\\.react-tweet-theme\\]\\:ring-offset-2 .react-tweet-theme{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.\\[\\&_\\.slate-selection-area\\]\\:z-50 .slate-selection-area{z-index:50}.\\[\\&_\\.slate-selection-area\\]\\:border .slate-selection-area{border-style:var(--tw-border-style);border-width:1px}.\\[\\&_\\.slate-selection-area\\]\\:border-brand\\/25 .slate-selection-area{border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.\\[\\&_\\.slate-selection-area\\]\\:border-brand\\/25 .slate-selection-area{border-color:color-mix(in oklab,var(--brand)25%,transparent)}}.\\[\\&_\\.slate-selection-area\\]\\:bg-brand\\/15 .slate-selection-area{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.\\[\\&_\\.slate-selection-area\\]\\:bg-brand\\/15 .slate-selection-area{background-color:color-mix(in oklab,var(--brand)15%,transparent)}}.\\[\\&_\\>_\\.lty-playbtn\\]\\:absolute>.lty-playbtn{position:absolute}.\\[\\&_\\>_\\.lty-playbtn\\]\\:top-1\\/2>.lty-playbtn{top:50%}.\\[\\&_\\>_\\.lty-playbtn\\]\\:left-1\\/2>.lty-playbtn{left:50%}.\\[\\&_\\>_\\.lty-playbtn\\]\\:z-1>.lty-playbtn{z-index:1}.\\[\\&_\\>_\\.lty-playbtn\\]\\:h-\\[46px\\]>.lty-playbtn{height:46px}.\\[\\&_\\>_\\.lty-playbtn\\]\\:w-\\[70px\\]>.lty-playbtn{width:70px}.\\[\\&_\\>_\\.lty-playbtn\\]\\:\\[transform\\:translate3d\\(-50\\%\\,-50\\%\\,0\\)\\]>.lty-playbtn{transform:translate(-50%,-50%)}.\\[\\&_\\>_\\.lty-playbtn\\]\\:rounded-\\[14\\%\\]>.lty-playbtn{border-radius:14%}.\\[\\&_\\>_\\.lty-playbtn\\]\\:bg-\\[\\#212121\\]>.lty-playbtn{background-color:#212121}.\\[\\&_\\>_\\.lty-playbtn\\]\\:opacity-80>.lty-playbtn{opacity:.8}.\\[\\&_\\>_\\.lty-playbtn\\]\\:\\[transition\\:all_0\\.2s_cubic-bezier\\(0\\,_0\\,_0\\.2\\,_1\\)\\]>.lty-playbtn{transition:all .2s cubic-bezier(0,0,.2,1)}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:absolute>.lty-playbtn:before{content:var(--tw-content);position:absolute}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:top-1\\/2>.lty-playbtn:before{content:var(--tw-content);top:50%}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:left-1\\/2>.lty-playbtn:before{content:var(--tw-content);left:50%}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:\\[transform\\:translate3d\\(-50\\%\\,-50\\%\\,0\\)\\]>.lty-playbtn:before{content:var(--tw-content);transform:translate(-50%,-50%)}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:border-y-\\[11px\\]>.lty-playbtn:before{content:var(--tw-content);border-block-style:var(--tw-border-style);border-block-width:11px}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:border-r-0>.lty-playbtn:before{content:var(--tw-content);border-right-style:var(--tw-border-style);border-right-width:0}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:border-l-\\[19px\\]>.lty-playbtn:before{content:var(--tw-content);border-left-style:var(--tw-border-style);border-left-width:19px}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:border-\\[transparent_transparent_transparent_\\#fff\\]>.lty-playbtn:before{content:var(--tw-content);border-color:#0000 #0000 #0000 #fff}.\\[\\&_\\>_\\.lty-playbtn\\]\\:before\\:content-\\[\\"\\"\\]>.lty-playbtn:before{--tw-content:"";content:var(--tw-content)}.\\[\\&_\\>_iframe\\]\\:absolute>iframe{position:absolute}.\\[\\&_\\>_iframe\\]\\:top-0>iframe{top:calc(var(--spacing)*0)}.\\[\\&_\\>_iframe\\]\\:left-0>iframe{left:calc(var(--spacing)*0)}.\\[\\&_\\>_iframe\\]\\:size-full>iframe{width:100%;height:100%}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--spacing)*2)}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:py-1\\.5 [cmdk-group-heading]{padding-block:calc(var(--spacing)*1.5)}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-xs [cmdk-group-heading]{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\\[\\&_\\[cmdk-group\\]\\]\\:px-2 [cmdk-group]{padding-inline:calc(var(--spacing)*2)}.\\[\\&_\\[cmdk-group\\]\\:not\\(\\[hidden\\]\\)_\\~\\[cmdk-group\\]\\]\\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--spacing)*0)}.\\[\\&_\\[cmdk-input-wrapper\\]_svg\\]\\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--spacing)*5)}.\\[\\&_\\[cmdk-input-wrapper\\]_svg\\]\\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--spacing)*5)}.\\[\\&_\\[cmdk-input\\]\\]\\:h-12 [cmdk-input]{height:calc(var(--spacing)*12)}.\\[\\&_\\[cmdk-item\\]\\]\\:px-2 [cmdk-item]{padding-inline:calc(var(--spacing)*2)}.\\[\\&_\\[cmdk-item\\]\\]\\:py-3 [cmdk-item]{padding-block:calc(var(--spacing)*3)}.\\[\\&_\\[cmdk-item\\]_svg\\]\\:h-5 [cmdk-item] svg{height:calc(var(--spacing)*5)}.\\[\\&_\\[cmdk-item\\]_svg\\]\\:w-5 [cmdk-item] svg{width:calc(var(--spacing)*5)}.\\[\\&_strong\\]\\:font-bold strong{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:size-4 svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\\[\\&_svg\\]\\:size-6 svg{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\]\\:text-muted-foreground svg{color:var(--muted-foreground)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\\'size-\\\'\\]\\)\\]\\:size-3 svg:not([class*=size-]){width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\\'size-\\\'\\]\\)\\]\\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\\'text-\\\'\\]\\)\\]\\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}.\\[\\&\\.lyt-activated\\]\\:cursor-\\[unset\\].lyt-activated{cursor:unset}.\\[\\&\\.lyt-activated\\]\\:before\\:pointer-events-none.lyt-activated:before{content:var(--tw-content);pointer-events:none}.\\[\\&\\.lyt-activated\\]\\:before\\:absolute.lyt-activated:before{content:var(--tw-content);position:absolute}.\\[\\&\\.lyt-activated\\]\\:before\\:top-0.lyt-activated:before{content:var(--tw-content);top:calc(var(--spacing)*0)}.\\[\\&\\.lyt-activated\\]\\:before\\:h-\\[60px\\].lyt-activated:before{content:var(--tw-content);height:60px}.\\[\\&\\.lyt-activated\\]\\:before\\:w-full.lyt-activated:before{content:var(--tw-content);width:100%}.\\[\\&\\.lyt-activated\\]\\:before\\:bg-\\[url\\(data\\:image\\/png\\;base64\\,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT\\+OqFAAAAdklEQVQoz42QQQ7AIAgEF\\/T\\/D\\+kbq\\/RWAlnQyyazA4aoAB4FsBSA\\/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg\\=\\=\\)\\].lyt-activated:before{content:var(--tw-content);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==)}.\\[\\&\\.lyt-activated\\]\\:before\\:bg-top.lyt-activated:before{content:var(--tw-content);background-position:top}.\\[\\&\\.lyt-activated\\]\\:before\\:bg-repeat-x.lyt-activated:before{content:var(--tw-content);background-repeat:repeat-x}.\\[\\&\\.lyt-activated\\]\\:before\\:pb-\\[50px\\].lyt-activated:before{content:var(--tw-content);padding-bottom:50px}.\\[\\&\\.lyt-activated\\]\\:before\\:opacity-0.lyt-activated:before{content:var(--tw-content);opacity:0}.\\[\\&\\.lyt-activated\\]\\:before\\:\\[transition\\:all_0\\.2s_cubic-bezier\\(0\\,_0\\,_0\\.2\\,_1\\)\\].lyt-activated:before{content:var(--tw-content);transition:all .2s cubic-bezier(0,0,.2,1)}.\\[\\&\\.lyt-activated_\\>_\\.lty-playbtn\\]\\:pointer-events-none.lyt-activated>.lty-playbtn{pointer-events:none}.\\[\\&\\.lyt-activated_\\>_\\.lty-playbtn\\]\\:opacity-0\\!.lyt-activated>.lty-playbtn{opacity:0!important}.\\[\\&\\:\\:-webkit-scrollbar\\]\\:w-4::-webkit-scrollbar{width:calc(var(--spacing)*4)}.\\[\\&\\:\\:-webkit-scrollbar-button\\]\\:hidden::-webkit-scrollbar-button{display:none}.\\[\\&\\:\\:-webkit-scrollbar-button\\]\\:size-0::-webkit-scrollbar-button{width:calc(var(--spacing)*0);height:calc(var(--spacing)*0)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:min-h-11::-webkit-scrollbar-thumb{min-height:calc(var(--spacing)*11)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:rounded-full::-webkit-scrollbar-thumb{border-radius:3.40282e38px}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:border-4::-webkit-scrollbar-thumb{border-style:var(--tw-border-style);border-width:4px}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:border-solid::-webkit-scrollbar-thumb{--tw-border-style:solid;border-style:solid}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:border-popover::-webkit-scrollbar-thumb{border-color:var(--popover)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:bg-muted::-webkit-scrollbar-thumb{background-color:var(--muted)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:bg-clip-padding::-webkit-scrollbar-thumb{background-clip:padding-box}@media(hover:hover){.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:hover\\:bg-muted-foreground\\/25::-webkit-scrollbar-thumb:hover{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:hover\\:bg-muted-foreground\\/25::-webkit-scrollbar-thumb:hover{background-color:color-mix(in oklab,var(--muted-foreground)25%,transparent)}}}.focus\\:\\[\\&\\:\\:placeholder\\]\\:opacity-0:focus::placeholder{opacity:0}.\\[\\&\\:first-child\\[data-selected\\=true\\]_button\\]\\:rounded-l-md:first-child[data-selected=true] button{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\\[\\&\\:has\\(\\[role\\=option\\]\\)\\]\\:block:has([role=option]){display:block}.\\[\\&\\:hover_\\>_\\.lty-playbtn\\]\\:bg-\\[red\\]:hover>.lty-playbtn{background-color:red}.\\[\\&\\:hover_\\>_\\.lty-playbtn\\]\\:opacity-100:hover>.lty-playbtn{opacity:1}:is(.\\*\\*\\:\\[\\.hljs-addition\\]\\:bg-\\[\\#f0fff4\\] *).hljs-addition{background-color:#f0fff4}:is(.\\*\\*\\:\\[\\.hljs-addition\\]\\:text-\\[\\#22863a\\] *).hljs-addition{color:#22863a}:is(.dark\\:\\*\\*\\:\\[\\.hljs-addition\\]\\:bg-\\[\\#3c5743\\]:is(.dark *) *).hljs-addition{background-color:#3c5743}:is(.dark\\:\\*\\*\\:\\[\\.hljs-addition\\]\\:text-\\[\\#ceead5\\]:is(.dark *) *).hljs-addition{color:#ceead5}:is(.\\*\\*\\:\\[\\.hljs-attr\\,\\.hljs-attribute\\,\\.hljs-literal\\,\\.hljs-meta\\,\\.hljs-number\\,\\.hljs-operator\\,\\.hljs-selector-attr\\,\\.hljs-selector-class\\,\\.hljs-selector-id\\,\\.hljs-variable\\]\\:text-\\[\\#005cc5\\] *):is(.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable){color:#005cc5}:is(.dark\\:\\*\\*\\:\\[\\.hljs-attr\\,\\.hljs-attribute\\,\\.hljs-literal\\,\\.hljs-meta\\,\\.hljs-number\\,\\.hljs-operator\\,\\.hljs-selector-attr\\,\\.hljs-selector-class\\,\\.hljs-selector-id\\,\\.hljs-variable\\]\\:text-\\[\\#6596cf\\]:is(.dark *) *):is(.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable){color:#6596cf}:is(.\\*\\*\\:\\[\\.hljs-built\\\\\\\\\\\\\\\\_in\\,\\.hljs-symbol\\]\\:text-\\[\\#e36209\\] *):is(.hljs-built\\\\_in,.hljs-symbol){color:#e36209}:is(.dark\\:\\*\\*\\:\\[\\.hljs-built\\\\\\\\\\\\\\\\_in\\,\\.hljs-symbol\\]\\:text-\\[\\#c3854e\\]:is(.dark *) *):is(.hljs-built\\\\_in,.hljs-symbol){color:#c3854e}:is(.\\*\\*\\:\\[\\.hljs-bullet\\]\\:text-\\[\\#735c0f\\] *).hljs-bullet{color:#735c0f}:is(.\\*\\*\\:\\[\\.hljs-comment\\,\\.hljs-code\\,\\.hljs-formula\\]\\:text-\\[\\#6a737d\\] *):is(.hljs-comment,.hljs-code,.hljs-formula),:is(.dark\\:\\*\\*\\:\\[\\.hljs-comment\\,\\.hljs-code\\,\\.hljs-formula\\]\\:text-\\[\\#6a737d\\]:is(.dark *) *):is(.hljs-comment,.hljs-code,.hljs-formula){color:#6a737d}:is(.\\*\\*\\:\\[\\.hljs-deletion\\]\\:bg-\\[\\#ffeef0\\] *).hljs-deletion{background-color:#ffeef0}:is(.\\*\\*\\:\\[\\.hljs-deletion\\]\\:text-\\[\\#b31d28\\] *).hljs-deletion{color:#b31d28}:is(.dark\\:\\*\\*\\:\\[\\.hljs-deletion\\]\\:bg-\\[\\#473235\\]:is(.dark *) *).hljs-deletion{background-color:#473235}:is(.dark\\:\\*\\*\\:\\[\\.hljs-deletion\\]\\:text-\\[\\#e7c7cb\\]:is(.dark *) *).hljs-deletion{color:#e7c7cb}:is(.\\*\\*\\:\\[\\.hljs-emphasis\\]\\:italic *).hljs-emphasis{font-style:italic}:is(.\\*\\*\\:\\[\\.hljs-keyword\\,\\.hljs-doctag\\,\\.hljs-template-tag\\,\\.hljs-template-variable\\,\\.hljs-type\\,\\.hljs-variable\\.language\\\\\\\\\\\\\\\\_\\]\\:text-\\[\\#d73a49\\] *):is(.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\_){color:#d73a49}:is(.dark\\:\\*\\*\\:\\[\\.hljs-keyword\\,\\.hljs-doctag\\,\\.hljs-template-tag\\,\\.hljs-template-variable\\,\\.hljs-type\\,\\.hljs-variable\\.language\\\\\\\\\\\\\\\\_\\]\\:text-\\[\\#ee6960\\]:is(.dark *) *):is(.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\_){color:#ee6960}:is(.\\*\\*\\:\\[\\.hljs-name\\,\\.hljs-quote\\,\\.hljs-selector-tag\\,\\.hljs-selector-pseudo\\]\\:text-\\[\\#22863a\\] *):is(.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo){color:#22863a}:is(.dark\\:\\*\\*\\:\\[\\.hljs-name\\,\\.hljs-quote\\,\\.hljs-selector-tag\\,\\.hljs-selector-pseudo\\]\\:text-\\[\\#36a84f\\]:is(.dark *) *):is(.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo){color:#36a84f}:is(.\\*\\*\\:\\[\\.hljs-regexp\\,\\.hljs-string\\,\\.hljs-meta_\\.hljs-string\\]\\:text-\\[\\#032f62\\] *):is(.hljs-regexp,.hljs-string,.hljs-meta .hljs-string){color:#032f62}:is(.dark\\:\\*\\*\\:\\[\\.hljs-regexp\\,\\.hljs-string\\,\\.hljs-meta_\\.hljs-string\\]\\:text-\\[\\#3593ff\\]:is(.dark *) *):is(.hljs-regexp,.hljs-string,.hljs-meta .hljs-string){color:#3593ff}:is(.\\*\\*\\:\\[\\.hljs-section\\]\\:font-bold *).hljs-section{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}:is(.\\*\\*\\:\\[\\.hljs-section\\]\\:text-\\[\\#005cc5\\] *).hljs-section{color:#005cc5}:is(.dark\\:\\*\\*\\:\\[\\.hljs-section\\]\\:text-\\[\\#61a5f2\\]:is(.dark *) *).hljs-section{color:#61a5f2}:is(.\\*\\*\\:\\[\\.hljs-strong\\]\\:font-bold *).hljs-strong{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}:is(.\\*\\*\\:\\[\\.hljs-title\\,\\.hljs-title\\.class\\\\\\\\\\\\\\\\_\\,\\.hljs-title\\.class\\\\\\\\\\\\\\\\_\\.inherited\\\\\\\\\\\\\\\\_\\\\\\\\\\\\\\\\_\\,\\.hljs-title\\.function\\\\\\\\\\\\\\\\_\\]\\:text-\\[\\#6f42c1\\] *):is(.hljs-title,.hljs-title.class\\\\_,.hljs-title.class\\\\_.inherited\\\\_\\\\_,.hljs-title.function\\\\_){color:#6f42c1}:is(.dark\\:\\*\\*\\:\\[\\.hljs-title\\,\\.hljs-title\\.class\\\\\\\\\\\\\\\\_\\,\\.hljs-title\\.class\\\\\\\\\\\\\\\\_\\.inherited\\\\\\\\\\\\\\\\_\\\\\\\\\\\\\\\\_\\,\\.hljs-title\\.function\\\\\\\\\\\\\\\\_\\]\\:text-\\[\\#a77bfa\\]:is(.dark *) *):is(.hljs-title,.hljs-title.class\\\\_,.hljs-title.class\\\\_.inherited\\\\_\\\\_,.hljs-title.function\\\\_){color:#a77bfa}:is(.rtl\\:\\*\\*\\:\\[\\.rdp-button\\\\_next\\>svg\\]\\:rotate-180:where(:dir(rtl),[dir=rtl],[dir=rtl] *) *):is(.rdp-button_next>svg),:is(.rtl\\:\\*\\*\\:\\[\\.rdp-button\\\\_previous\\>svg\\]\\:rotate-180:where(:dir(rtl),[dir=rtl],[dir=rtl] *) *):is(.rdp-button_previous>svg){rotate:180deg}:is(.\\*\\:first\\:\\[span\\]\\:hidden>*):first-child:is(span){display:none}:is(.\\*\\:\\[svg\\]\\:text-muted-foreground>*):is(svg){color:var(--muted-foreground)}:is(.data-\\[variant\\=destructive\\]\\:\\*\\:\\[svg\\]\\:\\!text-destructive[data-variant=destructive]>*):is(svg){color:var(--destructive)!important}:is(.\\*\\:\\[svg\\:not\\(\\[class\\*\\=\\\'size-\\\'\\]\\)\\]\\:size-8>*):is(svg:not([class*=size-])){width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.\\[\\&\\:last-child\\[data-selected\\=true\\]_button\\]\\:rounded-r-md:last-child[data-selected=true] button{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\\[\\&\\:nth-child\\(2\\)\\[data-selected\\=true\\]_button\\]\\:rounded-l-md:nth-child(2)[data-selected=true] button{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\\[\\&\\>span\\]\\:text-xs>span{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\\[\\&\\>span\\]\\:opacity-70>span{opacity:.7}.\\[\\&\\>svg\\]\\:size-3\\.5>svg{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.\\[\\&\\>svg\\]\\:size-4>svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\\[\\&\\>svg\\]\\:text-muted-foreground>svg{color:var(--muted-foreground)}.group-has-data-\\[size\\=lg\\]\\/avatar-group\\:\\[\\&\\>svg\\]\\:size-5:is(:where(.group\\/avatar-group):has([data-size=lg]) *)>svg{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.group-has-data-\\[size\\=sm\\]\\/avatar-group\\:\\[\\&\\>svg\\]\\:size-3:is(:where(.group\\/avatar-group):has([data-size=sm]) *)>svg{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.group-data-\\[size\\=default\\]\\/avatar\\:\\[\\&\\>svg\\]\\:size-2:is(:where(.group\\/avatar)[data-size=default] *)>svg,.group-data-\\[size\\=lg\\]\\/avatar\\:\\[\\&\\>svg\\]\\:size-2:is(:where(.group\\/avatar)[data-size=lg] *)>svg{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.group-data-\\[size\\=sm\\]\\/avatar\\:\\[\\&\\>svg\\]\\:hidden:is(:where(.group\\/avatar)[data-size=sm] *)>svg{display:none}[data-slot=card-content] .\\[\\[data-slot\\=card-content\\]_\\&\\]\\:bg-transparent,[data-slot=popover-content] .\\[\\[data-slot\\=popover-content\\]_\\&\\]\\:bg-transparent{background-color:#0000}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--radius:.625rem;--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:oklch(20.5% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0);--brand:oklch(62.3% .214 259.815);--highlight:oklch(85.2% .199 91.936)}@counter-style turkish-lower-alpha{system:alphabetic;symbols:a b c ç d e f g ğ h ı i j k l m n o ö p r s ş t u ü v y z;suffix:". "}@counter-style turkish-upper-alpha{system:alphabetic;symbols:A B C Ç D E F G Ğ H I İ J K L M N O Ö P R S Ş T U Ü V Y Z;suffix:". "}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes spin{to{transform:rotate(360deg)}}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}')),document.head.appendChild(r)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}}();
2
- import*as e from"react";import t from"react";import{PlateElement as r,useReadOnly as s,useSelected as n,useFocused as o,ParagraphPlugin as a,PlateLeaf as l,useEditorPlugin as i,usePlateState as c,usePluginOption as d,BlockPlaceholderPlugin as u,useEditorRef as m,useElement as h,withHOC as p,useRemoveNodeButton as x,useEditorSelector as f,useFocusedLast as g,toTPlatePlugin as b,MemoizedChildren as j,useSelectionFragmentProp as v,useMarkToolbarButtonState as y,useMarkToolbarButton as w,useEditorReadOnly as k,createPlatePlugin as N,useEditorId as C,useEventEditorValue as _,useFormInputProps as z,useEditorSelection as S,createPrimitiveComponent as E,useEditorMounted as A,useComposedRef as B,PlateContainer as I,PlateContent as T,PlateView as D,Plate as O,usePlateEditor as F,useElementSelector as R}from"platejs/react";import{Plate as M,PlateLeaf as L,PlateView as P,toPlatePlugin as H,usePlateEditor as V,usePlateViewEditor as U}from"platejs/react";import{KEYS as q,isHotkey as $,getPluginTypes as W,NodeApi as Z,PathApi as K,isSlateString as Y,RangeApi as G,isType as Q,getPluginByType as J,ExitBreakPlugin as X,isUrl as ee,IS_APPLE as te,nanoid as re,ElementApi as se,TextApi as ne,isSlateEditor as oe,TrailingBlockPlugin as ae,BaseParagraphPlugin as le}from"platejs";import{createSlateEditor as ie,createSlatePlugin as ce,normalizeNodeId as de}from"platejs";import{TextAlignPlugin as ue,FontColorPlugin as me,FontBackgroundColorPlugin as he,FontSizePlugin as pe,FontFamilyPlugin as xe,LineHeightPlugin as fe}from"@platejs/basic-styles/react";import{AutoformatPlugin as ge,autoformatSmartQuotes as be,autoformatPunctuation as je,autoformatLegal as ve,autoformatLegalHtml as ye,autoformatArrow as we,autoformatMath as ke}from"@platejs/autoformat";import{insertEmptyCodeBlock as Ne,isLangSupported as Ce,formatCodeBlock as _e,insertCodeBlock as ze,toggleCodeBlock as Se,BaseCodeBlockPlugin as Ee,BaseCodeLinePlugin as Ae,BaseCodeSyntaxPlugin as Be}from"@platejs/code-block";import{toggleList as Ie,expandListItemsWithChildren as Te,someList as De,ListStyleType as Oe,isOrderedList as Fe,BaseListPlugin as Re}from"@platejs/list";import{H1Plugin as Me,H2Plugin as Le,H3Plugin as Pe,H4Plugin as He,H5Plugin as Ve,H6Plugin as Ue,BlockquotePlugin as qe,HorizontalRulePlugin as $e,BoldPlugin as We,ItalicPlugin as Ze,UnderlinePlugin as Ke,CodePlugin as Ye,StrikethroughPlugin as Ge,SubscriptPlugin as Qe,SuperscriptPlugin as Je,HighlightPlugin as Xe,KbdPlugin as et}from"@platejs/basic-nodes/react";import{cva as tt}from"class-variance-authority";import{clsx as rt}from"clsx";import{twMerge as st}from"tailwind-merge";import{BlockMenuPlugin as nt,BlockSelectionPlugin as ot,BLOCK_CONTEXT_MENU_ID as at,useBlockSelected as lt,useCursorOverlay as it,CursorOverlayPlugin as ct}from"@platejs/selection/react";import{AIChatPlugin as dt}from"@platejs/ai/react";import{ChevronRightIcon as ut,CircleIcon as mt,CheckIcon as ht,ChevronDown as pt,SearchIcon as xt,XIcon as ft,MusicIcon as gt,CompassIcon as bt,SmileIcon as jt,LightbulbIcon as vt,LeafIcon as yt,ClockIcon as wt,AppleIcon as kt,FlagIcon as Nt,StarIcon as Ct,BracesIcon as _t,Check as zt,CopyIcon as St,GripHorizontal as Et,Trash2Icon as At,ChevronLeftIcon as Bt,ChevronDownIcon as It,GripVertical as Tt,AlignLeftIcon as Dt,AlignCenterIcon as Ot,AlignRightIcon as Ft,AlignJustifyIcon as Rt,EraserIcon as Mt,PlusIcon as Lt,Undo2Icon as Pt,Redo2Icon as Ht,OutdentIcon as Vt,IndentIcon as Ut,PilcrowIcon as qt,Heading1Icon as $t,Heading2Icon as Wt,Heading3Icon as Zt,TableIcon as Kt,ListIcon as Yt,ListOrderedIcon as Gt,ImageIcon as Qt,Link2Icon as Jt,Link as Xt,ListOrdered as er,List as tr,LinkIcon as rr,FilmIcon as sr,FileUpIcon as nr,AudioLinesIcon as or,MoreHorizontalIcon as ar,SuperscriptIcon as lr,SubscriptIcon as ir,Table as cr,Grid3x3Icon as dr,Combine as ur,Ungroup as mr,ArrowUp as hr,ArrowDown as pr,ArrowLeft as xr,ArrowRight as fr,Heading4Icon as gr,Heading5Icon as br,Heading6Icon as jr,Minimize as vr,Maximize as yr,BoldIcon as wr,ItalicIcon as kr,UnderlineIcon as Nr,StrikethroughIcon as Cr,BaselineIcon as _r,PaintBucketIcon as zr,Text as Sr,Unlink as Er,ExternalLink as Ar,RadicalIcon as Br,CornerDownLeftIcon as Ir,FileUp as Tr,Loader2Icon as Dr,Film as Or,AudioLines as Fr,Minus as Rr,Plus as Mr,Download as Lr,X as Pr,SparklesIcon as Hr,Square as Vr,Code2 as Ur,Quote as qr,TableOfContentsIcon as $r,Columns3Icon as Wr,PenToolIcon as Zr,CalendarIcon as Kr,ArrowUpIcon as Yr,PencilIcon as Gr,TrashIcon as Qr,PencilLineIcon as Jr,MessageSquareTextIcon as Xr,MessagesSquareIcon as es,CombineIcon as ts,SquareSplitHorizontalIcon as rs,Grid2X2Icon as ss,ChevronRight as ns}from"lucide-react";import"@radix-ui/react-accessible-icon";import"@radix-ui/react-accordion";import*as os from"@radix-ui/react-alert-dialog";import"@radix-ui/react-aspect-ratio";import*as as from"@radix-ui/react-avatar";import*as ls from"@radix-ui/react-checkbox";import"@radix-ui/react-collapsible";import*as is from"@radix-ui/react-context-menu";import"@radix-ui/react-dialog";import"@radix-ui/react-direction";import*as cs from"@radix-ui/react-dropdown-menu";import{DropdownMenuItemIndicator as ds}from"@radix-ui/react-dropdown-menu";import"@radix-ui/react-form";import"@radix-ui/react-hover-card";import"@radix-ui/react-label";import"@radix-ui/react-menubar";import"@radix-ui/react-navigation-menu";import"@radix-ui/react-one-time-password-field";import"@radix-ui/react-password-toggle-field";import*as us from"@radix-ui/react-popover";import{PopoverAnchor as ms}from"@radix-ui/react-popover";import"@radix-ui/react-portal";import"@radix-ui/react-progress";import"@radix-ui/react-radio-group";import"@radix-ui/react-scroll-area";import"@radix-ui/react-select";import*as hs from"@radix-ui/react-separator";import"@radix-ui/react-slider";import*as ps from"@radix-ui/react-slot";import"@radix-ui/react-switch";import"@radix-ui/react-tabs";import"@radix-ui/react-toast";import"@radix-ui/react-toggle";import"@radix-ui/react-toggle-group";import*as xs from"@radix-ui/react-toolbar";import*as fs from"@radix-ui/react-tooltip";import"@radix-ui/react-visually-hidden";import{DndPlugin as gs,useDraggable as bs,useDropLine as js}from"@platejs/dnd";import{useCalloutEmojiPicker as vs,CalloutPlugin as ys}from"@platejs/callout/react";import{useEmojiDropdownMenuState as ws}from"@platejs/emoji/react";import{EmojiSettings as ks}from"@platejs/emoji";import{CodeBlockPlugin as Ns,CodeLinePlugin as Cs,CodeSyntaxPlugin as _s}from"@platejs/code-block/react";import{createLowlight as zs,all as Ss}from"lowlight";import{Command as Es}from"cmdk";import{ColumnPlugin as As,ColumnItemPlugin as Bs}from"@platejs/layout/react";import{setColumns as Is,insertColumnGroup as Ts,toggleColumnGroup as Ds,BaseColumnPlugin as Os,BaseColumnItemPlugin as Fs}from"@platejs/layout";import{ResizableProvider as Rs,Resizable as Ms,useResizeHandleState as Ls,useResizeHandle as Ps,useResizableValue as Hs}from"@platejs/resizable";import{useComposedRef as Vs,createPrimitiveComponent as Us}from"@udecode/cn";import{getCommentCount as qs,BaseCommentPlugin as $s,getDraftCommentKey as Ws,getCommentKey as Zs}from"@platejs/comment";import{getTableGridAbove as Ks,setCellBackground as Ys,BaseTablePlugin as Gs,BaseTableRowPlugin as Qs,BaseTableCellPlugin as Js,BaseTableCellHeaderPlugin as Xs}from"@platejs/table";import{DatePlugin as en}from"@platejs/date/react";import{getDefaultClassNames as tn,DayPicker as rn}from"react-day-picker";import{DndProvider as sn}from"react-dnd";import{HTML5Backend as nn}from"react-dnd-html5-backend";import{PlaceholderPlugin as on,useMediaState as an,useImagePreviewValue as ln,useFloatingMediaValue as cn,FloatingMediaStore as dn,FloatingMedia as un,MediaEmbedPlugin as mn,ImagePlugin as hn,Image as pn,PlaceholderProvider as xn,updateUploadHistory as fn,useImagePreview as gn,PreviewImage as bn,useScaleInput as jn,UploadErrorCode as vn,VideoPlugin as yn,AudioPlugin as wn,FilePlugin as kn}from"@platejs/media/react";import{DocxPlugin as Nn}from"@platejs/docx";import{JuicePlugin as Cn}from"@platejs/juice";import{useOutdentButton as _n,useIndentButton as zn,IndentPlugin as Sn}from"@platejs/indent/react";import{insertCallout as En,BaseCalloutPlugin as An}from"@platejs/callout";import{insertDate as Bn,BaseDatePlugin as In}from"@platejs/date";import{insertExcalidraw as Tn}from"@platejs/excalidraw";import{triggerFloatingLink as Dn,useLinkToolbarButtonState as On,useLinkToolbarButton as Fn,useFloatingLinkInsertState as Rn,useFloatingLinkInsert as Mn,useFloatingLinkEditState as Ln,useFloatingLinkEdit as Pn,FloatingLinkUrlInput as Hn,LinkPlugin as Vn}from"@platejs/link/react";import{insertEquation as Un,insertInlineEquation as qn,getEquationHtml as $n,BaseInlineEquationPlugin as Wn,BaseEquationPlugin as Zn}from"@platejs/math";import{insertVideoPlaceholder as Kn,insertMedia as Yn,insertFilePlaceholder as Gn,insertAudioPlaceholder as Qn,parseTwitterUrl as Jn,parseVideoUrl as Xn,BaseImagePlugin as eo,BaseVideoPlugin as to,BaseAudioPlugin as ro,BaseFilePlugin as so,BaseMediaEmbedPlugin as no,BasePlaceholderPlugin as oo}from"@platejs/media";import{SuggestionPlugin as ao}from"@platejs/suggestion/react";import{TablePlugin as lo,useTableMergeState as io,TableProvider as co,useTableElement as uo,useTableBordersDropdownMenuContentState as mo,useTableCellElement as ho,useTableCellElementResizable as po,TableRowPlugin as xo,TableCellPlugin as fo,TableCellHeaderPlugin as go}from"@platejs/table/react";import{insertToc as bo,BaseTocPlugin as jo,isHeading as vo}from"@platejs/toc";import{useTodoListElementState as yo,useTodoListElement as wo,ListPlugin as ko}from"@platejs/list/react";import{toast as No}from"sonner";import{useFilePicker as Co}from"use-file-picker";import{useFloatingToolbarState as _o,offset as zo,flip as So,useFloatingToolbar as Eo}from"@platejs/floating";import{getLinkAttributes as Ao,BaseLinkPlugin as Bo}from"@platejs/link";import{MarkdownPlugin as Io,remarkMdx as To,remarkMention as Do}from"@platejs/markdown";import Oo from"remark-gfm";import Fo from"remark-math";import{useEquationInput as Ro,useEquationElement as Mo,InlineEquationPlugin as Lo,EquationPlugin as Po}from"@platejs/math/react";import Ho from"react-textarea-autosize";import{useCaptionButtonState as Vo,useCaptionButton as Uo,Caption as qo,CaptionTextarea as $o,CaptionPlugin as Wo}from"@platejs/caption/react";import Zo from"react-lite-youtube-embed";import{Tweet as Ko}from"react-tweet";import{generateReactHelpers as Yo}from"@uploadthing/react";import{z as Go}from"zod";import Qo from"react-player";import{MentionPlugin as Jo,MentionInputPlugin as Xo}from"@platejs/mention/react";import{getMentionOnSelectItem as ea,BaseMentionPlugin as ta}from"@platejs/mention";import{useComboboxStore as ra,ComboboxProvider as sa,useComboboxContext as na,Combobox as oa,Portal as aa,ComboboxPopover as la,ComboboxGroup as ia,ComboboxItem as ca,ComboboxGroupLabel as da}from"@ariakit/react";import{filterWords as ua}from"@platejs/combobox";import{useHTMLInputCursorState as ma,useComboboxInput as ha}from"@platejs/combobox/react";import{SlashPlugin as pa,SlashInputPlugin as xa}from"@platejs/slash-command/react";import{getSuggestionKey as fa,keyId2SuggestionId as ga,acceptSuggestion as ba,rejectSuggestion as ja,getTransientSuggestionKey as va,BaseSuggestionPlugin as ya}from"@platejs/suggestion";import{useCommentId as wa,CommentPlugin as ka}from"@platejs/comment/react";import{differenceInMinutes as Na,differenceInHours as Ca,differenceInDays as _a,format as za}from"date-fns";import{useTocElementState as Sa,useTocElement as Ea,TocPlugin as Aa}from"@platejs/toc/react";import{useToggleButtonState as Ba,useToggleButton as Ia,TogglePlugin as Ta}from"@platejs/toggle/react";import{BaseTextAlignPlugin as Da,BaseFontColorPlugin as Oa,BaseFontBackgroundColorPlugin as Fa,BaseFontSizePlugin as Ra,BaseFontFamilyPlugin as Ma,BaseLineHeightPlugin as La}from"@platejs/basic-styles";import{BaseH1Plugin as Pa,BaseH2Plugin as Ha,BaseH3Plugin as Va,BaseH4Plugin as Ua,BaseH5Plugin as qa,BaseH6Plugin as $a,BaseBlockquotePlugin as Wa,BaseHorizontalRulePlugin as Za,BaseBoldPlugin as Ka,BaseItalicPlugin as Ya,BaseUnderlinePlugin as Ga,BaseCodePlugin as Qa,BaseStrikethroughPlugin as Ja,BaseSubscriptPlugin as Xa,BaseSuperscriptPlugin as el,BaseHighlightPlugin as tl,BaseKbdPlugin as rl}from"@platejs/basic-nodes";import{SlateElement as sl,SlateLeaf as nl}from"platejs/static";import{PlateStatic as ol,serializeHtml as al}from"platejs/static";import{BaseIndentPlugin as ll}from"@platejs/indent";import{BaseCaptionPlugin as il}from"@platejs/caption";import{BaseTogglePlugin as cl}from"@platejs/toggle";import{computeDiff as dl,withGetFragmentExcludeDiff as ul}from"@platejs/diff";var ml="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function hl(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var pl,xl={exports:{}},fl={};var gl,bl,jl={};function vl(){return gl||(gl=1,"production"!==process.env.NODE_ENV&&function(){function e(t){if(null==t)return null;if("function"==typeof t)return t.$$typeof===C?null:t.displayName||t.name||null;if("string"==typeof t)return t;switch(t){case p:return"Fragment";case f:return"Profiler";case x:return"StrictMode";case v:return"Suspense";case y:return"SuspenseList";case N:return"Activity"}if("object"==typeof t)switch("number"==typeof t.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),t.$$typeof){case h:return"Portal";case b:return t.displayName||"Context";case g:return(t._context.displayName||"Context")+".Consumer";case j:var r=t.render;return(t=t.displayName)||(t=""!==(t=r.displayName||r.name||"")?"ForwardRef("+t+")":"ForwardRef"),t;case w:return null!==(r=t.displayName||null)?r:e(t.type)||"Memo";case k:r=t._payload,t=t._init;try{return e(t(r))}catch(s){}}return null}function r(e){return""+e}function s(e){try{r(e);var t=!1}catch(o){t=!0}if(t){var s=(t=console).error,n="function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return s.call(t,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),r(e)}}function n(t){if(t===p)return"<>";if("object"==typeof t&&null!==t&&t.$$typeof===k)return"<...>";try{var r=e(t);return r?"<"+r+">":"<...>"}catch(s){return"<...>"}}function o(){return Error("react-stack-top-frame")}function a(){var t=e(this.type);return A[t]||(A[t]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(t=this.props.ref)?t:null}function l(t,r,n,o,l,c){var u,h=r.children;if(void 0!==h)if(o)if(S(h)){for(o=0;o<h.length;o++)i(h[o]);Object.freeze&&Object.freeze(h)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else i(h);if(z.call(r,"key")){h=e(t);var p=Object.keys(r).filter(function(e){return"key"!==e});o=0<p.length?"{key: someKey, "+p.join(": ..., ")+": ...}":"{key: someKey}",T[h+o]||(p=0<p.length?"{"+p.join(": ..., ")+": ...}":"{}",console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',o,h,p,h),T[h+o]=!0)}if(h=null,void 0!==n&&(s(n),h=""+n),function(e){if(z.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return void 0!==e.key}(r)&&(s(r.key),h=""+r.key),"key"in r)for(var x in n={},r)"key"!==x&&(n[x]=r[x]);else n=r;return h&&function(e,t){function r(){d||(d=!0,console.error("%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://react.dev/link/special-props)",t))}r.isReactWarning=!0,Object.defineProperty(e,"key",{get:r,configurable:!0})}(n,"function"==typeof t?t.displayName||t.name||"Unknown":t),function(e,t,r,s,n,o){var l=r.ref;return e={$$typeof:m,type:e,key:t,props:r,_owner:s},null!==(void 0!==l?l:null)?Object.defineProperty(e,"ref",{enumerable:!1,get:a}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:n}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:o}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}(t,h,n,null===(u=_.A)?null:u.getOwner(),l,c)}function i(e){c(e)?e._store&&(e._store.validated=1):"object"==typeof e&&null!==e&&e.$$typeof===k&&("fulfilled"===e._payload.status?c(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function c(e){return"object"==typeof e&&null!==e&&e.$$typeof===m}var d,u=t,m=/* @__PURE__ */Symbol.for("react.transitional.element"),h=/* @__PURE__ */Symbol.for("react.portal"),p=/* @__PURE__ */Symbol.for("react.fragment"),x=/* @__PURE__ */Symbol.for("react.strict_mode"),f=/* @__PURE__ */Symbol.for("react.profiler"),g=/* @__PURE__ */Symbol.for("react.consumer"),b=/* @__PURE__ */Symbol.for("react.context"),j=/* @__PURE__ */Symbol.for("react.forward_ref"),v=/* @__PURE__ */Symbol.for("react.suspense"),y=/* @__PURE__ */Symbol.for("react.suspense_list"),w=/* @__PURE__ */Symbol.for("react.memo"),k=/* @__PURE__ */Symbol.for("react.lazy"),N=/* @__PURE__ */Symbol.for("react.activity"),C=/* @__PURE__ */Symbol.for("react.client.reference"),_=u.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,S=Array.isArray,E=console.createTask?console.createTask:function(){return null},A={},B=(u={react_stack_bottom_frame:function(e){return e()}}).react_stack_bottom_frame.bind(u,o)(),I=E(n(o)),T={};jl.Fragment=p,jl.jsx=function(e,t,r){var s=1e4>_.recentlyCreatedOwnerStacks++;return l(e,t,r,!1,s?Error("react-stack-top-frame"):B,s?E(n(e)):I)},jl.jsxs=function(e,t,r){var s=1e4>_.recentlyCreatedOwnerStacks++;return l(e,t,r,!0,s?Error("react-stack-top-frame"):B,s?E(n(e)):I)}}()),jl}var yl=(bl||(bl=1,"production"===process.env.NODE_ENV?xl.exports=function(){if(pl)return fl;pl=1;var e=/* @__PURE__ */Symbol.for("react.transitional.element"),t=/* @__PURE__ */Symbol.for("react.fragment");function r(t,r,s){var n=null;if(void 0!==s&&(n=""+s),void 0!==r.key&&(n=""+r.key),"key"in r)for(var o in s={},r)"key"!==o&&(s[o]=r[o]);else s=r;return r=s.ref,{$$typeof:e,type:t,key:n,ref:void 0!==r?r:null,props:s}}return fl.Fragment=t,fl.jsx=r,fl.jsxs=r,fl}():xl.exports=vl()),xl.exports);const wl=[ue.configure({inject:{nodeProps:{defaultNodeValue:"start",nodeKey:"align",styleKey:"textAlign",validNodeValues:["start","left","center","right","end","justify"]},targetPlugins:[...q.heading,q.p,q.img,q.mediaEmbed]}})],kl=[{match:"***",mode:"mark",type:[q.bold,q.italic]},{match:"__*",mode:"mark",type:[q.underline,q.italic]},{match:"__**",mode:"mark",type:[q.underline,q.bold]},{match:"___***",mode:"mark",type:[q.underline,q.bold,q.italic]},{match:"**",mode:"mark",type:q.bold},{match:"__",mode:"mark",type:q.underline},{match:"*",mode:"mark",type:q.italic},{match:"_",mode:"mark",type:q.italic},{match:"~~",mode:"mark",type:q.strikethrough},{match:"^",mode:"mark",type:q.sup},{match:"~",mode:"mark",type:q.sub},{match:"==",mode:"mark",type:q.highlight},{match:"≡",mode:"mark",type:q.highlight},{match:"`",mode:"mark",type:q.code}],Nl=[{match:"# ",mode:"block",type:q.h1},{match:"## ",mode:"block",type:q.h2},{match:"### ",mode:"block",type:q.h3},{match:"#### ",mode:"block",type:q.h4},{match:"##### ",mode:"block",type:q.h5},{match:"###### ",mode:"block",type:q.h6},{match:"> ",mode:"block",type:q.blockquote},{match:"```",mode:"block",type:q.codeBlock,format:e=>{Ne(e,{defaultType:q.p,insertNodesOptions:{select:!0}})}},{match:["---","—-","___ "],mode:"block",type:q.hr,format:e=>{e.tf.setNodes({type:q.hr}),e.tf.insertNodes({children:[{text:""}],type:q.p})}}],Cl=[{match:["* ","- "],mode:"block",type:"list",format:e=>{Ie(e,{listStyleType:q.ul})}},{match:[String.raw`^\d+\.$ `,String.raw`^\d+\)$ `],matchByRegex:!0,mode:"block",type:"list",format:(e,{matchString:t})=>{Ie(e,{listRestartPolite:Number(t)||1,listStyleType:q.ol})}},{match:["[] "],mode:"block",type:"list",format:e=>{Ie(e,{listStyleType:q.listTodo}),e.tf.setNodes({checked:!1,listStyleType:q.listTodo})}},{match:["[x] "],mode:"block",type:"list",format:e=>{Ie(e,{listStyleType:q.listTodo}),e.tf.setNodes({checked:!0,listStyleType:q.listTodo})}}],_l=[ge.configure({options:{enableUndoOnDelete:!0,rules:[...Nl,...kl,...be,...je,...ve,...ye,...we,...ke,...Cl].map(e=>({...e,query:e=>!e.api.some({match:{type:e.getType(q.codeBlock)}})}))}})];const zl=tt("relative mb-1",{variants:{variant:{h1:"mt-[1.6em] pb-1 font-bold font-heading text-4xl",h2:"mt-[1.4em] pb-px font-heading font-semibold text-2xl tracking-tight",h3:"mt-[1em] pb-px font-heading font-semibold text-xl tracking-tight",h4:"mt-[0.75em] font-heading font-semibold text-lg tracking-tight",h5:"mt-[0.75em] font-semibold text-lg tracking-tight",h6:"mt-[0.75em] font-semibold text-base tracking-tight"}}});function Sl({variant:e="h1",...t}){/* @__PURE__ */
3
- return yl.jsx(r,{as:e,className:zl({variant:e}),...t,children:t.children})}function El(...e){return st(rt(e))}const Al=[a.withComponent(function(e){/* @__PURE__ */
4
- return yl.jsx(r,{...e,className:El("m-0 px-0 py-1"),children:e.children})}),Me.configure({node:{component:function(e){/* @__PURE__ */
5
- return yl.jsx(Sl,{variant:"h1",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+1"}}}),Le.configure({node:{component:function(e){/* @__PURE__ */
6
- return yl.jsx(Sl,{variant:"h2",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+2"}}}),Pe.configure({node:{component:function(e){/* @__PURE__ */
7
- return yl.jsx(Sl,{variant:"h3",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+3"}}}),He.configure({node:{component:function(e){/* @__PURE__ */
8
- return yl.jsx(Sl,{variant:"h4",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+4"}}}),Ve.configure({node:{component:function(e){/* @__PURE__ */
9
- return yl.jsx(Sl,{variant:"h5",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+5"}}}),Ue.configure({node:{component:function(e){/* @__PURE__ */
10
- return yl.jsx(Sl,{variant:"h6",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+6"}}}),qe.configure({node:{component:function(e){/* @__PURE__ */
11
- return yl.jsx(r,{as:"blockquote",className:"my-1 border-l-2 pl-6 italic",...e})}},shortcuts:{toggle:{keys:"mod+shift+period"}}}),$e.withComponent(function(e){const t=s(),a=n(),l=o();/* @__PURE__ */
12
- return yl.jsxs(r,{...e,children:[
13
- /* @__PURE__ */yl.jsx("div",{className:"py-6",contentEditable:!1,children:/* @__PURE__ */yl.jsx("hr",{className:El("h-0.5 rounded-sm border-none bg-muted bg-clip-content",a&&l&&"ring-2 ring-ring ring-offset-2",!t&&"cursor-pointer")})}),e.children]})})];const Bl=[We,Ze,Ke,Ye.configure({node:{component:function(e){/* @__PURE__ */
14
- return yl.jsx(l,{...e,as:"code",className:"whitespace-pre-wrap rounded-md bg-muted px-[0.3em] py-[0.2em] font-mono text-sm",children:e.children})}},shortcuts:{toggle:{keys:"mod+e"}}}),Ge.configure({shortcuts:{toggle:{keys:"mod+shift+x"}}}),Qe.configure({shortcuts:{toggle:{keys:"mod+comma"}}}),Je.configure({shortcuts:{toggle:{keys:"mod+period"}}}),Xe.configure({node:{component:function(e){/* @__PURE__ */
15
- return yl.jsx(l,{...e,as:"mark",className:"bg-highlight/30 text-inherit",children:e.children})}},shortcuts:{toggle:{keys:"mod+shift+h"}}}),et.withComponent(function(e){/* @__PURE__ */
16
- return yl.jsx(l,{...e,as:"kbd",className:"rounded border border-border bg-muted px-1.5 py-0.5 font-mono text-sm shadow-[rgba(255,_255,_255,_0.1)_0px_0.5px_0px_0px_inset,_rgb(248,_249,_250)_0px_1px_5px_0px_inset,_rgb(193,_200,_205)_0px_0px_0px_0.5px,_rgb(193,_200,_205)_0px_2px_1px_-1px,_rgb(193,_200,_205)_0px_1px_0px_0px] dark:shadow-[rgba(255,_255,_255,_0.1)_0px_0.5px_0px_0px_inset,_rgb(26,_29,_30)_0px_1px_5px_0px_inset,_rgb(76,_81,_85)_0px_0px_0px_0.5px,_rgb(76,_81,_85)_0px_2px_1px_-1px,_rgb(76,_81,_85)_0px_1px_0px_0px]",children:e.children})})];function Il({...e}){/* @__PURE__ */
17
- return yl.jsx(is.Root,{"data-slot":"context-menu",...e})}function Tl({...e}){/* @__PURE__ */
18
- return yl.jsx(is.Trigger,{"data-slot":"context-menu-trigger",...e})}function Dl({...e}){/* @__PURE__ */
19
- return yl.jsx(is.Group,{"data-slot":"context-menu-group",...e})}function Ol({...e}){/* @__PURE__ */
20
- return yl.jsx(is.Sub,{"data-slot":"context-menu-sub",...e})}function Fl({className:e,inset:t,children:r,...s}){/* @__PURE__ */
21
- return yl.jsxs(is.SubTrigger,{"data-slot":"context-menu-sub-trigger","data-inset":t,className:El("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...s,children:[r,
22
- /* @__PURE__ */yl.jsx(ut,{className:"ml-auto"})]})}function Rl({className:e,...t}){/* @__PURE__ */
23
- return yl.jsx(is.SubContent,{"data-slot":"context-menu-sub-content",className:El("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--radix-context-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",e),...t})}function Ml({className:e,...t}){/* @__PURE__ */
24
- return yl.jsx(is.Portal,{children:/* @__PURE__ */yl.jsx(is.Content,{"data-slot":"context-menu-content",className:El("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-context-menu-content-available-height) min-w-[8rem] origin-(--radix-context-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",e),...t})})}function Ll({className:e,inset:t,variant:r="default",...s}){/* @__PURE__ */
25
- return yl.jsx(is.Item,{"data-slot":"context-menu-item","data-inset":t,"data-variant":r,className:El("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...s})}const Pl=tt("pointer-events-none absolute inset-0 z-1 bg-brand/[.13] transition-opacity",{defaultVariants:{active:!0},variants:{active:{false:"opacity-0",true:"opacity-100"}}});function Hl(e){const t=lt(),r=d(gs,"isDragging");return t&&"tr"!==e.plugin.key&&"table"!==e.plugin.key?/* @__PURE__ */yl.jsx("div",{className:Pl({active:t&&!r}),"data-slot":"block-selection"}):null}const Vl=[...[ot.configure(({editor:e})=>({options:{enableContextMenu:!0,isSelectable:t=>!W(e,[q.column,q.codeLine,q.td]).includes(t.type),onKeyDownSelecting:(e,t)=>{$("mod+j")(t)&&e.getApi(dt).aiChat.show()}},render:{belowRootNodes:e=>e.attributes.className?.includes("slate-selectable")?/* @__PURE__ */yl.jsx(Hl,{...e}):null}}))],nt.configure({render:{aboveEditable:function({children:t}){const{api:r,editor:s}=i(nt),[n,o]=e.useState(null),a=function(){const[t,r]=e.useState(!1);return e.useEffect(()=>{function e(){r("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.maxTouchPoints>0)}return window.addEventListener("resize",e),e(),()=>{window.removeEventListener("resize",e)}},[]),t}(),[l]=c("readOnly"),u=d(nt,"openId")===at,m=e.useCallback(e=>{s.getApi(ot).blockSelection.getNodes().forEach(([t,r])=>{t[q.listType]&&s.tf.unsetNodes([q.listType,"indent"],{at:r}),s.tf.toggleBlock(e,{at:r})})},[s]),h=e.useCallback(e=>{s.getTransforms(ot).blockSelection.setNodes({align:e})},[s]);return a?t:/* @__PURE__ */yl.jsxs(Il,{onOpenChange:e=>{e||r.blockMenu.hide()},modal:!1,children:[
26
- /* @__PURE__ */yl.jsx(Tl,{asChild:!0,onContextMenu:e=>{const t=e.target.dataset;if("true"===t?.slateEditor||l||"false"===t?.plateOpenContextMenu)return e.preventDefault();setTimeout(()=>{r.blockMenu.show(at,{x:e.clientX,y:e.clientY})},0)},children:/* @__PURE__ */yl.jsx("div",{className:"w-full",children:t})}),u&&/* @__PURE__ */yl.jsxs(Ml,{className:"w-64",onCloseAutoFocus:e=>{e.preventDefault(),s.getApi(ot).blockSelection.focus(),"askAI"===n&&s.getApi(dt).aiChat.show(),o(null)},children:[
27
- /* @__PURE__ */yl.jsxs(Dl,{children:[
28
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>{s.getTransforms(ot).blockSelection.removeNodes(),s.tf.focus()},children:"Delete"}),
29
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>{s.getTransforms(ot).blockSelection.duplicate()},children:"Duplicate"}),
30
- /* @__PURE__ */yl.jsxs(Ol,{children:[
31
- /* @__PURE__ */yl.jsx(Fl,{children:"Turn into"}),
32
- /* @__PURE__ */yl.jsxs(Rl,{className:"w-48",children:[
33
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>m(q.p),children:"Paragraph"}),
34
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>m(q.h1),children:"Heading 1"}),
35
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>m(q.h2),children:"Heading 2"}),
36
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>m(q.h3),children:"Heading 3"}),
37
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>m(q.blockquote),children:"Blockquote"})]})]})]}),
38
- /* @__PURE__ */yl.jsxs(Dl,{children:[
39
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>s.getTransforms(ot).blockSelection.setIndent(1),children:"Indent"}),
40
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>s.getTransforms(ot).blockSelection.setIndent(-1),children:"Outdent"}),
41
- /* @__PURE__ */yl.jsxs(Ol,{children:[
42
- /* @__PURE__ */yl.jsx(Fl,{children:"Align"}),
43
- /* @__PURE__ */yl.jsxs(Rl,{className:"w-48",children:[
44
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>h("left"),children:"Left"}),
45
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>h("center"),children:"Center"}),
46
- /* @__PURE__ */yl.jsx(Ll,{onClick:()=>h("right"),children:"Right"})]})]})]})]})]})}}})],Ul=[u.configure({options:{className:"before:absolute before:cursor-text before:text-muted-foreground/80 before:content-[attr(placeholder)]",placeholders:{[q.p]:"Type something..."},query:({path:e})=>1===e.length}})],ql=tt("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",xs:"h-6 gap-1 rounded-md px-2 text-xs has-[>svg]:px-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-xs":"size-6 rounded-md [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function $l({className:e,variant:t="default",size:r="default",asChild:s=!1,...n}){const o=s?ps.Root:"button";/* @__PURE__ */
47
- return yl.jsx(o,{"data-slot":"button","data-variant":t,"data-size":r,className:El(ql({variant:t,size:r,className:e})),...n})}function Wl({delayDuration:e=0,...t}){/* @__PURE__ */
48
- return yl.jsx(fs.Provider,{"data-slot":"tooltip-provider",delayDuration:e,...t})}function Zl({...e}){/* @__PURE__ */
49
- return yl.jsx(fs.Root,{"data-slot":"tooltip",...e})}function Kl({...e}){/* @__PURE__ */
50
- return yl.jsx(fs.Trigger,{"data-slot":"tooltip-trigger",...e})}function Yl({className:e,sideOffset:t=0,children:r,...s}){/* @__PURE__ */
51
- return yl.jsx(fs.Portal,{children:/* @__PURE__ */yl.jsxs(fs.Content,{"data-slot":"tooltip-content",sideOffset:t,className:El("bg-foreground text-background animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-1500 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",e),...s,children:[r,
52
- /* @__PURE__ */yl.jsx(fs.Arrow,{className:"bg-foreground fill-foreground z-1500 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]"})]})})}function Gl({...e}){/* @__PURE__ */
53
- return yl.jsx(cs.Root,{"data-slot":"dropdown-menu",...e})}function Ql({...e}){/* @__PURE__ */
54
- return yl.jsx(cs.Portal,{"data-slot":"dropdown-menu-portal",...e})}function Jl({...e}){/* @__PURE__ */
55
- return yl.jsx(cs.Trigger,{"data-slot":"dropdown-menu-trigger",...e})}function Xl({className:e,sideOffset:t=4,...r}){/* @__PURE__ */
56
- return yl.jsx(cs.Portal,{children:/* @__PURE__ */yl.jsx(cs.Content,{"data-slot":"dropdown-menu-content",sideOffset:t,className:El("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-1500 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",e),...r})})}function ei({...e}){/* @__PURE__ */
57
- return yl.jsx(cs.Group,{"data-slot":"dropdown-menu-group",...e})}function ti({className:e,inset:t,variant:r="default",...s}){/* @__PURE__ */
58
- return yl.jsx(cs.Item,{"data-slot":"dropdown-menu-item","data-inset":t,"data-variant":r,className:El("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...s})}function ri({className:e,children:t,checked:r,...s}){/* @__PURE__ */
59
- return yl.jsxs(cs.CheckboxItem,{"data-slot":"dropdown-menu-checkbox-item",className:El("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),checked:r,...s,children:[
60
- /* @__PURE__ */yl.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:/* @__PURE__ */yl.jsx(cs.ItemIndicator,{children:/* @__PURE__ */yl.jsx(ht,{className:"size-4"})})}),t]})}function si({...e}){/* @__PURE__ */
61
- return yl.jsx(cs.RadioGroup,{"data-slot":"dropdown-menu-radio-group",...e})}function ni({className:e,children:t,...r}){/* @__PURE__ */
62
- return yl.jsxs(cs.RadioItem,{"data-slot":"dropdown-menu-radio-item",className:El("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...r,children:[
63
- /* @__PURE__ */yl.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:/* @__PURE__ */yl.jsx(cs.ItemIndicator,{children:/* @__PURE__ */yl.jsx(mt,{className:"size-2 fill-current"})})}),t]})}function oi({className:e,inset:t,...r}){/* @__PURE__ */
64
- return yl.jsx(cs.Label,{"data-slot":"dropdown-menu-label","data-inset":t,className:El("px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",e),...r})}function ai({className:e,...t}){/* @__PURE__ */
65
- return yl.jsx(cs.Separator,{"data-slot":"dropdown-menu-separator",className:El("bg-border -mx-1 my-1 h-px",e),...t})}function li({...e}){/* @__PURE__ */
66
- return yl.jsx(cs.Sub,{"data-slot":"dropdown-menu-sub",...e})}function ii({className:e,inset:t,children:r,...s}){/* @__PURE__ */
67
- return yl.jsxs(cs.SubTrigger,{"data-slot":"dropdown-menu-sub-trigger","data-inset":t,className:El("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...s,children:[r,
68
- /* @__PURE__ */yl.jsx(ut,{className:"ml-auto size-4"})]})}function ci({className:e,...t}){/* @__PURE__ */
69
- return yl.jsx(cs.SubContent,{"data-slot":"dropdown-menu-sub-content",className:El("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-1500 min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",e),...t})}function di({className:e,orientation:t="horizontal",decorative:r=!0,...s}){/* @__PURE__ */
70
- return yl.jsx(hs.Root,{"data-slot":"separator",decorative:r,orientation:t,className:El("bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",e),...s})}function ui({className:e,...t}){/* @__PURE__ */
71
- return yl.jsx(xs.Root,{className:El("relative flex select-none items-center",e),...t})}function mi({className:e,...t}){/* @__PURE__ */
72
- return yl.jsx(xs.ToolbarToggleGroup,{className:El("flex items-center",e),...t})}const hi=tt("inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-md font-medium text-sm outline-none transition-[color,box-shadow] hover:bg-muted hover:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-checked:bg-accent aria-checked:text-accent-foreground aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",{defaultVariants:{size:"default",variant:"default"},variants:{size:{default:"h-9 min-w-9 px-2",lg:"h-10 min-w-10 px-2.5",sm:"h-8 min-w-8 px-1.5"},variant:{default:"bg-transparent",outline:"border border-input bg-transparent shadow-xs hover:bg-accent hover:text-accent-foreground"}}}),pi=tt(El("inline-flex items-center justify-center rounded-r-md font-medium text-foreground text-sm transition-colors disabled:pointer-events-none disabled:opacity-50"),{defaultVariants:{size:"sm",variant:"default"},variants:{size:{default:"h-9 w-6",lg:"h-10 w-8",sm:"h-8 w-4"},variant:{default:"bg-transparent hover:bg-muted hover:text-muted-foreground aria-checked:bg-accent aria-checked:text-accent-foreground",outline:"border border-input border-l-0 bg-transparent hover:bg-accent hover:text-accent-foreground"}}}),xi=(fi=function({children:e,className:t,isDropdown:r,pressed:s,size:n="sm",variant:o,...a}){return"boolean"==typeof s?/* @__PURE__ */yl.jsx(mi,{disabled:a.disabled,value:"single",type:"single",children:/* @__PURE__ */yl.jsx(vi,{className:El(hi({size:n,variant:o}),r&&"justify-between gap-1 pr-1",t),value:s?"single":"",...a,children:r?/* @__PURE__ */yl.jsxs(yl.Fragment,{children:[
73
- /* @__PURE__ */yl.jsx("div",{className:"flex flex-1 items-center gap-2 whitespace-nowrap",children:e}),
74
- /* @__PURE__ */yl.jsx("div",{children:/* @__PURE__ */yl.jsx(pt,{className:"size-3.5 text-muted-foreground","data-icon":!0})})]}):e})}):/* @__PURE__ */yl.jsx(xs.Button,{className:El(hi({size:n,variant:o}),r&&"pr-1",t),...a,children:e})},function({tooltip:t,tooltipContentProps:r,tooltipProps:s,tooltipTriggerProps:n,...o}){const[a,l]=e.useState(!1);e.useEffect(()=>{l(!0)},[]);const i=/* @__PURE__ */yl.jsx(fi,{...o});return t&&a?/* @__PURE__ */yl.jsxs(Zl,{...s,children:[
75
- /* @__PURE__ */yl.jsx(Kl,{asChild:!0,...n,children:i}),
76
- /* @__PURE__ */yl.jsx(wi,{...r,children:t})]}):i});var fi;function gi({className:e,...t}){/* @__PURE__ */
77
- return yl.jsx(xi,{className:El("group flex gap-0 px-0 hover:bg-transparent",e),...t})}function bi({children:e,className:t,size:r="sm",variant:s,...n}){/* @__PURE__ */
78
- return yl.jsx("span",{className:El(hi({size:r,variant:s}),"rounded-r-none","group-data-[pressed=true]:bg-accent group-data-[pressed=true]:text-accent-foreground",t),...n,children:e})}function ji({className:e,size:t,variant:r,...s}){/* @__PURE__ */
79
- return yl.jsx("span",{className:El(pi({size:t,variant:r}),"group-data-[pressed=true]:bg-accent group-data-[pressed=true]:text-accent-foreground",e),onClick:e=>e.stopPropagation(),role:"button",...s,children:/* @__PURE__ */yl.jsx(pt,{className:"size-3.5 text-muted-foreground","data-icon":!0})})}function vi({className:e,size:t="sm",variant:r,...s}){/* @__PURE__ */
80
- return yl.jsx(xs.ToggleItem,{className:El(hi({size:t,variant:r}),e),...s})}function yi({children:e,className:t}){/* @__PURE__ */
81
- return yl.jsxs("div",{className:El("group/toolbar-group","relative hidden has-[button]:flex",t),children:[
82
- /* @__PURE__ */yl.jsx("div",{className:"flex items-center",children:e}),
83
- /* @__PURE__ */yl.jsx("div",{className:"group-last/toolbar-group:hidden! mx-1.5 py-0.5",children:/* @__PURE__ */yl.jsx(di,{orientation:"vertical"})})]})}function wi({children:e,className:t,sideOffset:r=4,...s}){/* @__PURE__ */
84
- return yl.jsx(fs.Portal,{children:/* @__PURE__ */yl.jsx(fs.Content,{className:El("z-1500 w-fit origin-(--radix-tooltip-content-transform-origin) text-balance rounded-md bg-primary px-3 py-1.5 text-primary-foreground text-xs",t),"data-slot":"tooltip-content",sideOffset:r,...s,children:e})})}function ki({children:e,className:t,label:r,...s}){/* @__PURE__ */
85
- return yl.jsxs(yl.Fragment,{children:[
86
- /* @__PURE__ */yl.jsx(ai,{className:El("hidden","mb-0 shrink-0 peer-has-[[role=menuitem]]/menu-group:block peer-has-[[role=menuitemradio]]/menu-group:block peer-has-[[role=option]]/menu-group:block")}),
87
- /* @__PURE__ */yl.jsxs(si,{...s,className:El("hidden","peer/menu-group group/menu-group my-1.5 has-[[role=menuitem]]:block has-[[role=menuitemradio]]:block has-[[role=option]]:block",t),children:[r&&/* @__PURE__ */yl.jsx(oi,{className:"select-none font-semibold text-muted-foreground text-xs",children:r}),e]})]})}function Ni({children:e,control:t,isOpen:r,setIsOpen:s}){/* @__PURE__ */
88
- return yl.jsxs(us.Root,{open:r,onOpenChange:s,children:[
89
- /* @__PURE__ */yl.jsx(us.Trigger,{asChild:!0,children:t}),
90
- /* @__PURE__ */yl.jsx(us.Portal,{children:/* @__PURE__ */yl.jsx(us.Content,{className:"z-100",children:e})})]})}function Ci({clearSearch:e,emoji:t,emojiLibrary:r,focusedCategory:s,hasFound:n,i18n:o,icons:a={categories:Fi,search:Ri},isSearching:l,refs:i,searchResult:c,searchValue:d,setSearch:u,settings:m=ks,visibleCategories:h,handleCategoryClick:p,onMouseOver:x,onSelectEmoji:f}){/* @__PURE__ */
91
- return yl.jsxs("div",{className:El("flex flex-col rounded-xl bg-popover text-popover-foreground","h-[23rem] w-80 border shadow-md"),children:[
92
- /* @__PURE__ */yl.jsx(Oi,{onClick:p,emojiLibrary:r,focusedCategory:s,i18n:o,icons:a}),
93
- /* @__PURE__ */yl.jsx(Ei,{i18n:o,searchValue:d,setSearch:u,children:/* @__PURE__ */yl.jsx(Ai,{clearSearch:e,i18n:o,searchValue:d})}),
94
- /* @__PURE__ */yl.jsx(Si,{onMouseOver:x,onSelectEmoji:f,emojiLibrary:r,i18n:o,isSearching:l,refs:i,searchResult:c,settings:m,visibleCategories:h}),
95
- /* @__PURE__ */yl.jsx(Di,{emoji:t,hasFound:n,i18n:o,isSearching:l})]})}const _i=e.memo(function({emoji:e,index:t,onMouseOver:r,onSelect:s}){/* @__PURE__ */
96
- return yl.jsxs("button",{className:"group relative flex size-9 cursor-pointer items-center justify-center border-none bg-transparent text-2xl leading-none",onClick:()=>s(e),onMouseEnter:()=>r(e),onMouseLeave:()=>r(),"aria-label":e.skins[0].native,"data-index":t,tabIndex:-1,type:"button",children:[
97
- /* @__PURE__ */yl.jsx("div",{className:"absolute inset-0 rounded-full opacity-0 group-hover:opacity-100","aria-hidden":"true"}),
98
- /* @__PURE__ */yl.jsx("span",{className:"relative",style:{fontFamily:'"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols'},"data-emoji-set":"native",children:e.skins[0].native})]})}),zi=e.memo(function({emojiLibrary:e,row:t,onMouseOver:r,onSelectEmoji:s}){/* @__PURE__ */
99
- return yl.jsx("div",{className:"flex","data-index":t.id,children:t.elements.map((t,n)=>/* @__PURE__ */yl.jsx(_i,{onMouseOver:r,onSelect:s,emoji:e.getEmoji(t),index:n},t))},t.id)});function Si({emojiLibrary:t,i18n:r,isSearching:s=!1,refs:n,searchResult:o,settings:a=ks,visibleCategories:l,onMouseOver:i,onSelectEmoji:c}){const d=a.perLine.value*a.buttonSize.value,u=e.useCallback(e=>!!l.has(e)&&l.get(e),[l]),m=e.useCallback(()=>t.getGrid().sections().map(({id:e})=>{const s=t.getGrid().section(e),{buttonSize:n}=a;/* @__PURE__ */
100
- return yl.jsxs("div",{ref:s.root,style:{width:d},"data-id":e,children:[
101
- /* @__PURE__ */yl.jsx("div",{className:"-top-px sticky z-1 bg-popover/90 p-1 py-2 font-semibold text-sm backdrop-blur-xs",children:r.categories[e]}),
102
- /* @__PURE__ */yl.jsx("div",{className:"relative flex flex-wrap",style:{height:s.getRows().length*n.value},children:u(e)&&s.getRows().map(e=>/* @__PURE__ */yl.jsx(zi,{onMouseOver:i,onSelectEmoji:c,emojiLibrary:t,row:e},e.id))})]},e)}),[t,d,r.categories,u,c,i,a]),h=e.useCallback(()=>/* @__PURE__ */yl.jsxs("div",{style:{width:d},"data-id":"search",children:[
103
- /* @__PURE__ */yl.jsx("div",{className:"-top-px sticky z-1 bg-popover/90 p-1 py-2 font-semibold text-card-foreground text-sm backdrop-blur-xs",children:r.searchResult}),
104
- /* @__PURE__ */yl.jsx("div",{className:"relative flex flex-wrap",children:o.map((e,r)=>/* @__PURE__ */yl.jsx(_i,{onMouseOver:i,onSelect:c,emoji:t.getEmoji(e.id),index:r},e.id))})]}),[t,d,r.searchResult,o,c,i]);/* @__PURE__ */
105
- return yl.jsx("div",{ref:n.current.contentRoot,className:El("h-full min-h-[50%] overflow-y-auto overflow-x-hidden px-2","[&::-webkit-scrollbar]:w-4","[&::-webkit-scrollbar-button]:hidden [&::-webkit-scrollbar-button]:size-0","[&::-webkit-scrollbar-thumb]:min-h-11 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-muted [&::-webkit-scrollbar-thumb]:hover:bg-muted-foreground/25","[&::-webkit-scrollbar-thumb]:border-4 [&::-webkit-scrollbar-thumb]:border-popover [&::-webkit-scrollbar-thumb]:border-solid [&::-webkit-scrollbar-thumb]:bg-clip-padding"),"data-id":"scroll",children:/* @__PURE__ */yl.jsx("div",{ref:n.current.content,className:"h-full",children:s?h():m()})})}function Ei({children:e,i18n:t,searchValue:r,setSearch:s}){/* @__PURE__ */
106
- return yl.jsx("div",{className:"flex items-center px-2",children:/* @__PURE__ */yl.jsxs("div",{className:"relative flex grow items-center",children:[
107
- /* @__PURE__ */yl.jsx("input",{className:"block w-full appearance-none rounded-full border-0 bg-muted px-10 py-2 text-sm outline-none placeholder:text-muted-foreground focus-visible:outline-none",value:r,onChange:e=>s(e.target.value),placeholder:t.search,"aria-label":"Search",autoComplete:"off",type:"text",autoFocus:!0}),e]})})}function Ai({clearSearch:e,i18n:t,searchValue:r}){/* @__PURE__ */
108
- return yl.jsxs("div",{className:"flex items-center text-foreground",children:[
109
- /* @__PURE__ */yl.jsx("div",{className:El("-translate-y-1/2 absolute top-1/2 left-2.5 z-10 flex size-5 items-center justify-center text-foreground"),children:Ri.loupe}),r&&/* @__PURE__ */yl.jsx($l,{size:"icon",variant:"ghost",className:El("-translate-y-1/2 absolute top-1/2 right-0.5 flex size-8 cursor-pointer items-center justify-center rounded-full border-none bg-transparent text-popover-foreground hover:bg-transparent"),onClick:e,title:t.clear,"aria-label":"Clear",type:"button",children:Ri.delete})]})}function Bi({emoji:e}){/* @__PURE__ */
110
- return yl.jsxs("div",{className:"flex h-14 max-h-14 min-h-14 items-center border-muted border-t p-2",children:[
111
- /* @__PURE__ */yl.jsx("div",{className:"flex items-center justify-center text-2xl",children:e?.skins[0].native}),
112
- /* @__PURE__ */yl.jsxs("div",{className:"overflow-hidden pl-2",children:[
113
- /* @__PURE__ */yl.jsx("div",{className:"truncate font-semibold text-sm",children:e?.name}),
114
- /* @__PURE__ */yl.jsx("div",{className:"truncate text-sm",children:`:${e?.id}:`})]})]})}function Ii({i18n:e}){/* @__PURE__ */
115
- return yl.jsxs("div",{className:"flex h-14 max-h-14 min-h-14 items-center border-muted border-t p-2",children:[
116
- /* @__PURE__ */yl.jsx("div",{className:"flex items-center justify-center text-2xl",children:"😢"}),
117
- /* @__PURE__ */yl.jsxs("div",{className:"overflow-hidden pl-2",children:[
118
- /* @__PURE__ */yl.jsx("div",{className:"truncate font-bold text-sm",children:e.searchNoResultsTitle}),
119
- /* @__PURE__ */yl.jsx("div",{className:"truncate text-sm",children:e.searchNoResultsSubtitle})]})]})}function Ti({i18n:e}){/* @__PURE__ */
120
- return yl.jsxs("div",{className:"flex h-14 max-h-14 min-h-14 items-center border-muted border-t p-2",children:[
121
- /* @__PURE__ */yl.jsx("div",{className:"flex items-center justify-center text-2xl",children:"☝️"}),
122
- /* @__PURE__ */yl.jsx("div",{className:"overflow-hidden pl-2",children:/* @__PURE__ */yl.jsx("div",{className:"truncate font-semibold text-sm",children:e.pick})})]})}function Di({emoji:e,hasFound:t=!0,i18n:r,isSearching:s=!1,...n}){const o=!e&&(!s||t),a=s&&!t,l=e&&!a&&!a;/* @__PURE__ */
123
- return yl.jsxs(yl.Fragment,{children:[l&&/* @__PURE__ */yl.jsx(Bi,{emoji:e,...n}),o&&/* @__PURE__ */yl.jsx(Ti,{i18n:r,...n}),a&&/* @__PURE__ */yl.jsx(Ii,{i18n:r,...n})]})}function Oi({emojiLibrary:e,focusedCategory:t,i18n:r,icons:s,onClick:n}){/* @__PURE__ */
124
- return yl.jsx(Wl,{delayDuration:500,children:/* @__PURE__ */yl.jsx("nav",{id:"emoji-nav",className:"mb-2.5 border-0 border-b border-b-border border-solid p-1.5",children:/* @__PURE__ */yl.jsx("div",{className:"relative flex items-center justify-evenly",children:e.getGrid().sections().map(({id:e})=>/* @__PURE__ */yl.jsxs(Zl,{children:[
125
- /* @__PURE__ */yl.jsx(Kl,{asChild:!0,children:/* @__PURE__ */yl.jsx($l,{size:"sm",variant:"ghost",className:El("h-fit rounded-full fill-current p-1.5 text-muted-foreground hover:bg-muted hover:text-muted-foreground",e===t&&"pointer-events-none bg-accent fill-current text-accent-foreground"),onClick:()=>{n(e)},"aria-label":r.categories[e],type:"button",children:/* @__PURE__ */yl.jsx("span",{className:"inline-flex size-5 items-center justify-center",children:s.categories[e].outline})})}),
126
- /* @__PURE__ */yl.jsx(Yl,{side:"bottom",children:r.categories[e]})]},e))})})})}const Fi={activity:{outline:/* @__PURE__ */yl.jsxs("svg",{className:"size-full",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[
127
- /* @__PURE__ */yl.jsx("circle",{cx:"12",cy:"12",r:"10"}),
128
- /* @__PURE__ */yl.jsx("path",{d:"M2.1 13.4A10.1 10.1 0 0 0 13.4 2.1"}),
129
- /* @__PURE__ */yl.jsx("path",{d:"m5 4.9 14 14.2"}),
130
- /* @__PURE__ */yl.jsx("path",{d:"M21.9 10.6a10.1 10.1 0 0 0-11.3 11.3"})]}),solid:/* @__PURE__ */yl.jsxs("svg",{className:"size-full",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[
131
- /* @__PURE__ */yl.jsx("circle",{cx:"12",cy:"12",r:"10"}),
132
- /* @__PURE__ */yl.jsx("path",{d:"M2.1 13.4A10.1 10.1 0 0 0 13.4 2.1"}),
133
- /* @__PURE__ */yl.jsx("path",{d:"m5 4.9 14 14.2"}),
134
- /* @__PURE__ */yl.jsx("path",{d:"M21.9 10.6a10.1 10.1 0 0 0-11.3 11.3"})]})},custom:{outline:/* @__PURE__ */yl.jsx(Ct,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(Ct,{className:"size-full"})},flags:{outline:/* @__PURE__ */yl.jsx(Nt,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(Nt,{className:"size-full"})},foods:{outline:/* @__PURE__ */yl.jsx(kt,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(kt,{className:"size-full"})},frequent:{outline:/* @__PURE__ */yl.jsx(wt,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(wt,{className:"size-full"})},nature:{outline:/* @__PURE__ */yl.jsx(yt,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(yt,{className:"size-full"})},objects:{outline:/* @__PURE__ */yl.jsx(vt,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(vt,{className:"size-full"})},people:{outline:/* @__PURE__ */yl.jsx(jt,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(jt,{className:"size-full"})},places:{outline:/* @__PURE__ */yl.jsx(bt,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(bt,{className:"size-full"})},symbols:{outline:/* @__PURE__ */yl.jsx(gt,{className:"size-full"}),solid:/* @__PURE__ */yl.jsx(gt,{className:"size-full"})}},Ri={delete:/* @__PURE__ */yl.jsx(ft,{className:"size-4 text-current"}),loupe:/* @__PURE__ */yl.jsx(xt,{className:"size-4 text-current"})};const Mi=[ys.withComponent(function({attributes:e,children:t,className:s,...n}){const{emojiPickerState:o,isOpen:a,setIsOpen:l}=ws({closeOnSelect:!0}),{emojiToolbarDropdownProps:i,props:c}=vs({isOpen:a,setIsOpen:l});/* @__PURE__ */
135
- return yl.jsx(r,{className:El("my-1 flex rounded-sm bg-muted p-4 pl-3",s),style:{backgroundColor:n.element.backgroundColor},attributes:{...e,"data-plate-open-context-menu":!0},...n,children:/* @__PURE__ */yl.jsxs("div",{className:"flex w-full gap-2 rounded-md",children:[
136
- /* @__PURE__ */yl.jsx(Ni,{...i,control:/* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-6 select-none p-1 text-[18px] hover:bg-muted-foreground/15",style:{fontFamily:'"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols'},contentEditable:!1,children:n.element.icon||"💡"}),children:/* @__PURE__ */yl.jsx(Ci,{...o,...c})}),
137
- /* @__PURE__ */yl.jsx("div",{className:"w-full",children:t})]})})})];function Li({className:e,...t}){/* @__PURE__ */
138
- return yl.jsx(Es,{"data-slot":"command",className:El("bg-popover text-popover-foreground flex h-full w-full flex-col overflow-hidden rounded-md",e),...t})}function Pi({className:e,...t}){/* @__PURE__ */
139
- return yl.jsxs("div",{"data-slot":"command-input-wrapper",className:"flex h-9 items-center gap-2 border-b px-3",children:[
140
- /* @__PURE__ */yl.jsx(xt,{className:"size-4 shrink-0 opacity-50"}),
141
- /* @__PURE__ */yl.jsx(Es.Input,{"data-slot":"command-input",className:El("placeholder:text-muted-foreground flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50",e),...t})]})}function Hi({className:e,...t}){/* @__PURE__ */
142
- return yl.jsx(Es.List,{"data-slot":"command-list",className:El("max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto",e),...t})}function Vi({...e}){/* @__PURE__ */
143
- return yl.jsx(Es.Empty,{"data-slot":"command-empty",className:"py-6 text-center text-sm",...e})}function Ui({className:e,...t}){/* @__PURE__ */
144
- return yl.jsx(Es.Group,{"data-slot":"command-group",className:El("text-foreground [&_[cmdk-group-heading]]:text-muted-foreground overflow-hidden p-1 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium",e),...t})}function qi({className:e,...t}){/* @__PURE__ */
145
- return yl.jsx(Es.Item,{"data-slot":"command-item",className:El("data-[selected=true]:bg-accent data-[selected=true]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...t})}function $i({...e}){/* @__PURE__ */
146
- return yl.jsx(us.Root,{"data-slot":"popover",...e})}function Wi({...e}){/* @__PURE__ */
147
- return yl.jsx(us.Trigger,{"data-slot":"popover-trigger",...e})}function Zi({className:e,align:t="center",sideOffset:r=4,...s}){/* @__PURE__ */
148
- return yl.jsx(us.Portal,{children:/* @__PURE__ */yl.jsx(us.Content,{"data-slot":"popover-content",align:t,sideOffset:r,className:El("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-md border p-4 shadow-md outline-hidden",e),...s})})}function Ki({...e}){/* @__PURE__ */
149
- return yl.jsx(us.Anchor,{"data-slot":"popover-anchor",...e})}function Yi(){const[t,r]=e.useState(!1),n=s(),o=m(),a=h(),l=a.lang||"plaintext",[i,c]=e.useState(""),d=e.useMemo(()=>Qi.filter(e=>!i||e.label.toLowerCase().includes(i.toLowerCase())),[i]);return n?null:/* @__PURE__ */yl.jsxs($i,{open:t,onOpenChange:r,children:[
150
- /* @__PURE__ */yl.jsx(Wi,{asChild:!0,children:/* @__PURE__ */yl.jsx($l,{size:"sm",variant:"ghost",className:"h-6 select-none justify-between gap-1 px-2 text-muted-foreground text-xs","aria-expanded":t,role:"combobox",children:Qi.find(e=>e.value===l)?.label??"Plain Text"})}),
151
- /* @__PURE__ */yl.jsx(Zi,{className:"w-[200px] p-0",onCloseAutoFocus:()=>c(""),children:/* @__PURE__ */yl.jsxs(Li,{shouldFilter:!1,children:[
152
- /* @__PURE__ */yl.jsx(Pi,{className:"h-9",value:i,onValueChange:e=>c(e),placeholder:"Search language..."}),
153
- /* @__PURE__ */yl.jsx(Vi,{children:"No language found."}),
154
- /* @__PURE__ */yl.jsx(Hi,{className:"h-[344px] overflow-y-auto",children:/* @__PURE__ */yl.jsx(Ui,{children:d.map(e=>/* @__PURE__ */yl.jsxs(qi,{className:"cursor-pointer",value:e.value,onSelect:e=>{o.tf.setNodes({lang:e},{at:a}),c(e),r(!1)},children:[
155
- /* @__PURE__ */yl.jsx(zt,{className:El(l===e.value?"opacity-100":"opacity-0")}),e.label]},e.label))})})]})})]})}function Gi({value:t,...r}){const[s,n]=e.useState(!1);return e.useEffect(()=>{setTimeout(()=>{n(!1)},2e3)},[s]),/* @__PURE__ */yl.jsxs($l,{onClick:()=>{navigator.clipboard.writeText("function"==typeof t?t():t),n(!0)},...r,children:[
156
- /* @__PURE__ */yl.jsx("span",{className:"sr-only",children:"Copy"}),s?/* @__PURE__ */yl.jsx(ht,{className:"!size-3"}):/* @__PURE__ */yl.jsx(St,{className:"!size-3"})]})}const Qi=[{label:"Auto",value:"auto"},{label:"Plain Text",value:"plaintext"},{label:"ABAP",value:"abap"},{label:"Agda",value:"agda"},{label:"Arduino",value:"arduino"},{label:"ASCII Art",value:"ascii"},{label:"Assembly",value:"x86asm"},{label:"Bash",value:"bash"},{label:"BASIC",value:"basic"},{label:"BNF",value:"bnf"},{label:"C",value:"c"},{label:"C#",value:"csharp"},{label:"C++",value:"cpp"},{label:"Clojure",value:"clojure"},{label:"CoffeeScript",value:"coffeescript"},{label:"Coq",value:"coq"},{label:"CSS",value:"css"},{label:"Dart",value:"dart"},{label:"Dhall",value:"dhall"},{label:"Diff",value:"diff"},{label:"Docker",value:"dockerfile"},{label:"EBNF",value:"ebnf"},{label:"Elixir",value:"elixir"},{label:"Elm",value:"elm"},{label:"Erlang",value:"erlang"},{label:"F#",value:"fsharp"},{label:"Flow",value:"flow"},{label:"Fortran",value:"fortran"},{label:"Gherkin",value:"gherkin"},{label:"GLSL",value:"glsl"},{label:"Go",value:"go"},{label:"GraphQL",value:"graphql"},{label:"Groovy",value:"groovy"},{label:"Haskell",value:"haskell"},{label:"HCL",value:"hcl"},{label:"HTML",value:"html"},{label:"Idris",value:"idris"},{label:"Java",value:"java"},{label:"JavaScript",value:"javascript"},{label:"JSON",value:"json"},{label:"Julia",value:"julia"},{label:"Kotlin",value:"kotlin"},{label:"LaTeX",value:"latex"},{label:"Less",value:"less"},{label:"Lisp",value:"lisp"},{label:"LiveScript",value:"livescript"},{label:"LLVM IR",value:"llvm"},{label:"Lua",value:"lua"},{label:"Makefile",value:"makefile"},{label:"Markdown",value:"markdown"},{label:"Markup",value:"markup"},{label:"MATLAB",value:"matlab"},{label:"Mathematica",value:"mathematica"},{label:"Mermaid",value:"mermaid"},{label:"Nix",value:"nix"},{label:"Notion Formula",value:"notion"},{label:"Objective-C",value:"objectivec"},{label:"OCaml",value:"ocaml"},{label:"Pascal",value:"pascal"},{label:"Perl",value:"perl"},{label:"PHP",value:"php"},{label:"PowerShell",value:"powershell"},{label:"Prolog",value:"prolog"},{label:"Protocol Buffers",value:"protobuf"},{label:"PureScript",value:"purescript"},{label:"Python",value:"python"},{label:"R",value:"r"},{label:"Racket",value:"racket"},{label:"Reason",value:"reasonml"},{label:"Ruby",value:"ruby"},{label:"Rust",value:"rust"},{label:"Sass",value:"scss"},{label:"Scala",value:"scala"},{label:"Scheme",value:"scheme"},{label:"SCSS",value:"scss"},{label:"Shell",value:"shell"},{label:"Smalltalk",value:"smalltalk"},{label:"Solidity",value:"solidity"},{label:"SQL",value:"sql"},{label:"Swift",value:"swift"},{label:"TOML",value:"toml"},{label:"TypeScript",value:"typescript"},{label:"VB.Net",value:"vbnet"},{label:"Verilog",value:"verilog"},{label:"VHDL",value:"vhdl"},{label:"Visual Basic",value:"vbnet"},{label:"WebAssembly",value:"wasm"},{label:"XML",value:"xml"},{label:"YAML",value:"yaml"}],Ji=zs(Ss),Xi=[Ns.configure({node:{component:function(e){const{editor:t,element:s}=e;/* @__PURE__ */
157
- return yl.jsx(r,{className:"py-1 **:[.hljs-addition]:bg-[#f0fff4] **:[.hljs-addition]:text-[#22863a] dark:**:[.hljs-addition]:bg-[#3c5743] dark:**:[.hljs-addition]:text-[#ceead5] **:[.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable]:text-[#005cc5] dark:**:[.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable]:text-[#6596cf] **:[.hljs-built\\\\\\\\_in,.hljs-symbol]:text-[#e36209] dark:**:[.hljs-built\\\\\\\\_in,.hljs-symbol]:text-[#c3854e] **:[.hljs-bullet]:text-[#735c0f] **:[.hljs-comment,.hljs-code,.hljs-formula]:text-[#6a737d] dark:**:[.hljs-comment,.hljs-code,.hljs-formula]:text-[#6a737d] **:[.hljs-deletion]:bg-[#ffeef0] **:[.hljs-deletion]:text-[#b31d28] dark:**:[.hljs-deletion]:bg-[#473235] dark:**:[.hljs-deletion]:text-[#e7c7cb] **:[.hljs-emphasis]:italic **:[.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\\\\\_]:text-[#d73a49] dark:**:[.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\\\\\_]:text-[#ee6960] **:[.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo]:text-[#22863a] dark:**:[.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo]:text-[#36a84f] **:[.hljs-regexp,.hljs-string,.hljs-meta_.hljs-string]:text-[#032f62] dark:**:[.hljs-regexp,.hljs-string,.hljs-meta_.hljs-string]:text-[#3593ff] **:[.hljs-section]:font-bold **:[.hljs-section]:text-[#005cc5] dark:**:[.hljs-section]:text-[#61a5f2] **:[.hljs-strong]:font-bold **:[.hljs-title,.hljs-title.class\\\\\\\\_,.hljs-title.class\\\\\\\\_.inherited\\\\\\\\_\\\\\\\\_,.hljs-title.function\\\\\\\\_]:text-[#6f42c1] dark:**:[.hljs-title,.hljs-title.class\\\\\\\\_,.hljs-title.class\\\\\\\\_.inherited\\\\\\\\_\\\\\\\\_,.hljs-title.function\\\\\\\\_]:text-[#a77bfa]",...e,children:/* @__PURE__ */yl.jsxs("div",{className:"relative rounded-md bg-muted/50",children:[
158
- /* @__PURE__ */yl.jsx("pre",{className:"overflow-x-auto p-8 pr-4 font-mono text-sm leading-[normal] [tab-size:2] print:break-inside-avoid",children:/* @__PURE__ */yl.jsx("code",{children:e.children})}),
159
- /* @__PURE__ */yl.jsxs("div",{className:"absolute top-1 right-1 z-10 flex select-none gap-0.5",contentEditable:!1,children:[Ce(s.lang)&&/* @__PURE__ */yl.jsx($l,{size:"icon",variant:"ghost",className:"size-6 text-xs",onClick:()=>_e(t,{element:s}),title:"Format code",children:/* @__PURE__ */yl.jsx(_t,{className:"!size-3.5 text-muted-foreground"})}),
160
- /* @__PURE__ */yl.jsx(Yi,{}),
161
- /* @__PURE__ */yl.jsx(Gi,{size:"icon",variant:"ghost",className:"size-6 gap-1 text-muted-foreground text-xs",value:()=>Z.string(s)})]})]})})}},options:{lowlight:Ji},shortcuts:{toggle:{keys:"mod+alt+8"}}}),Cs.withComponent(function(e){/* @__PURE__ */
162
- return yl.jsx(r,{...e})}),_s.withComponent(function(e){const t=e.leaf.className;/* @__PURE__ */
163
- return yl.jsx(l,{className:t,...e})})],ec=p(Rs,function(e){const{width:t}=e.element,n=s(),o=d(ot,"isSelectionAreaVisible"),{isDragging:a,previewRef:l,handleRef:i}=bs({element:e.element,orientation:"horizontal",type:"column",canDropNode:({dragEntry:e,dropEntry:t})=>K.equals(K.parent(e[1]),K.parent(t[1]))});/* @__PURE__ */
164
- return yl.jsxs("div",{className:"group/column relative",style:{width:t??"100%"},children:[!n&&!o&&/* @__PURE__ */yl.jsx("div",{ref:i,className:El("-translate-x-1/2 -translate-y-1/2 absolute top-2 left-1/2 z-50","pointer-events-auto flex items-center","opacity-0 transition-opacity group-hover/column:opacity-100"),children:/* @__PURE__ */yl.jsx(tc,{})}),
165
- /* @__PURE__ */yl.jsx(r,{...e,ref:Vs(e.ref,l),className:"h-full px-2 pt-2 group-first/column:pl-0 group-last/column:pr-0",children:/* @__PURE__ */yl.jsxs("div",{className:El("relative h-full border border-transparent p-1.5",!n&&"rounded-lg border-border border-dashed",a&&"opacity-50"),children:[e.children,!n&&!o&&/* @__PURE__ */yl.jsx(rc,{})]})})]})}),tc=e.memo(function(){/* @__PURE__ */
166
- return yl.jsx(Wl,{children:/* @__PURE__ */yl.jsxs(Zl,{children:[
167
- /* @__PURE__ */yl.jsx(Kl,{asChild:!0,children:/* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"!px-1 h-5",children:/* @__PURE__ */yl.jsx(Et,{className:"text-muted-foreground",onClick:e=>{e.stopPropagation(),e.preventDefault()}})})}),
168
- /* @__PURE__ */yl.jsx(Yl,{children:"Drag to move column"})]})})});function rc(){const{dropLine:e}=js({orientation:"horizontal"});return e?/* @__PURE__ */yl.jsx("div",{className:El("slate-dropLine","absolute bg-brand/50","left"===e&&"group-first/column:-left-1 inset-y-0 left-[-10.5px] w-1","right"===e&&"group-last/column:-right-1 inset-y-0 right-[-11px] w-1")}):null}function sc({children:e}){const t=m(),r=s(),o=h(),{props:a}=x({element:o}),l=n(),i=f(e=>e.api.isCollapsed(),[]),c=g()&&!r&&l&&i,d=e=>{Is(t,{at:o,widths:e})};/* @__PURE__ */
169
- return yl.jsxs($i,{open:c,modal:!1,children:[
170
- /* @__PURE__ */yl.jsx(Ki,{children:e}),
171
- /* @__PURE__ */yl.jsx(Zi,{className:"w-auto p-1",onOpenAutoFocus:e=>e.preventDefault(),align:"center",side:"top",sideOffset:10,children:/* @__PURE__ */yl.jsxs("div",{className:"box-content flex h-8 items-center",children:[
172
- /* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-8",onClick:()=>d(["50%","50%"]),children:/* @__PURE__ */yl.jsx(nc,{})}),
173
- /* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-8",onClick:()=>d(["33%","33%","33%"]),children:/* @__PURE__ */yl.jsx(oc,{})}),
174
- /* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-8",onClick:()=>d(["70%","30%"]),children:/* @__PURE__ */yl.jsx(ac,{})}),
175
- /* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-8",onClick:()=>d(["30%","70%"]),children:/* @__PURE__ */yl.jsx(lc,{})}),
176
- /* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-8",onClick:()=>d(["25%","50%","25%"]),children:/* @__PURE__ */yl.jsx(ic,{})}),
177
- /* @__PURE__ */yl.jsx(di,{orientation:"vertical",className:"mx-1 h-6"}),
178
- /* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-8",...a,children:/* @__PURE__ */yl.jsx(At,{})})]})})]})}const nc=e=>/* @__PURE__ */yl.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M8.5 3H13V13H8.5V3ZM7.5 2H8.5H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H8.5H7.5H3C2.44772 14 2 13.5523 2 13V3C2 2.44772 2.44772 2 3 2H7.5ZM7.5 13H3L3 3H7.5V13Z",fill:"currentColor",fillRule:"evenodd"})}),oc=e=>/* @__PURE__ */yl.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M9.25 3H6.75V13H9.25V3ZM9.25 2H6.75H5.75H3C2.44772 2 2 2.44772 2 3V13C2 13.5523 2.44772 14 3 14H5.75H6.75H9.25H10.25H13C13.5523 14 14 13.5523 14 13V3C14 2.44772 13.5523 2 13 2H10.25H9.25ZM10.25 3V13H13V3H10.25ZM3 13H5.75V3H3L3 13Z",fill:"currentColor",fillRule:"evenodd"})}),ac=e=>/* @__PURE__ */yl.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M11.25 3H13V13H11.25V3ZM10.25 2H11.25H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H11.25H10.25H3C2.44772 14 2 13.5523 2 13V3C2 2.44772 2.44772 2 3 2H10.25ZM10.25 13H3L3 3H10.25V13Z",fill:"currentColor",fillRule:"evenodd"})}),lc=e=>/* @__PURE__ */yl.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M5.75 3H13V13H5.75V3ZM4.75 2H5.75H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H5.75H4.75H3C2.44772 14 2 13.5523 2 13V3C2 2.44772 2.44772 2 3 2H4.75ZM4.75 13H3L3 3H4.75V13Z",fill:"currentColor",fillRule:"evenodd"})}),ic=e=>/* @__PURE__ */yl.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M10.25 3H5.75V13H10.25V3ZM10.25 2H5.75H4.75H3C2.44772 2 2 2.44772 2 3V13C2 13.5523 2.44772 14 3 14H4.75H5.75H10.25H11.25H13C13.5523 14 14 13.5523 14 13V3C14 2.44772 13.5523 2 13 2H11.25H10.25ZM11.25 3V13H13V3H11.25ZM3 13H4.75V3H3L3 13Z",fill:"currentColor",fillRule:"evenodd"})}),cc=[As.withComponent(function(e){/* @__PURE__ */
179
- return yl.jsx(r,{className:"mb-2",...e,children:/* @__PURE__ */yl.jsx(sc,{children:/* @__PURE__ */yl.jsx("div",{className:"flex size-full rounded",children:e.children})})})}),Bs.withComponent(ec)];const dc=b($s,{handlers:{onClick:({api:e,event:t,setOption:r,type:s})=>{let n=t.target,o=!1;const a=()=>{r("activeId",null),o=!0};for(Y(n)||a();n.parentElement;){if(n.classList.contains(`slate-${s}`)){const t=e.comment.node();if(!t){a();break}const s=e.comment.nodeId(t[0]);r("activeId",s??null),o=!0;break}n=n.parentElement}o||a()}},options:{activeId:null,commentingBlock:null,hoverId:null,uniquePathMap:/* @__PURE__ */new Map}}).extendTransforms(({editor:e,setOption:t,tf:{comment:{setDraft:r}}})=>({setDraft:()=>{e.api.isCollapsed()&&e.tf.select(e.api.block()[1]),r(),e.tf.collapse(),t("activeId",Ws()),t("commentingBlock",e.selection.focus.path.slice(0,1))}})).configure({node:{component:function(e){const{children:t,leaf:r}=e,{api:s,setOption:n}=i(dc),o=d(dc,"hoverId"),a=d(dc,"activeId"),c=qs(r)>1,u=s.comment.nodeId(r),m=a===u,h=o===u;/* @__PURE__ */
180
- return yl.jsx(l,{...e,className:El("border-b-2 border-b-highlight/[.36] bg-highlight/[.13] transition-colors duration-200",(h||m)&&"border-b-highlight bg-highlight/25",c&&"border-b-2 border-b-highlight/[.7] bg-highlight/25",(h||m)&&c&&"border-b-highlight bg-highlight/45"),attributes:{...e.attributes,onClick:()=>n("activeId",u??null),onMouseEnter:()=>n("hoverId",u??null),onMouseLeave:()=>n("hoverId",null)},children:t})}},shortcuts:{setDraft:{keys:"mod+shift+m"}}}),uc=[dc];function mc(){const{cursors:e}=it();/* @__PURE__ */
181
- return yl.jsx(yl.Fragment,{children:e.map(e=>/* @__PURE__ */yl.jsx(hc,{...e},e.id))})}function hc({id:e,caretPosition:t,data:r,selection:s,selectionRects:n}){const o=m(),a=d(dt,"streaming"),{style:l,selectionStyle:i=l}=r??{},c=G.isCollapsed(s);if(a)return null;if("selection"===e&&s){if(Ks(o,{at:s,format:"cell"}).length>1)return null}/* @__PURE__ */
182
- return yl.jsxs(yl.Fragment,{children:[n.map((t,r)=>/* @__PURE__ */yl.jsx("div",{className:El("pointer-events-none absolute z-10","selection"===e&&"bg-brand/25","selection"===e&&c&&"bg-primary"),style:{...i,...t}},r)),t&&/* @__PURE__ */yl.jsx("div",{className:El("pointer-events-none absolute z-10 w-0.5","drag"===e&&"w-px bg-brand"),style:{...t,...l}})]})}const pc=[ct.configure({render:{afterEditable:()=>/* @__PURE__ */yl.jsx(mc,{})}})];function xc({className:e,classNames:t,showOutsideDays:r=!0,captionLayout:s="label",buttonVariant:n="ghost",formatters:o,components:a,...l}){const i=tn();/* @__PURE__ */
183
- return yl.jsx(rn,{showOutsideDays:r,className:El("bg-background group/calendar p-3 [--cell-size:--spacing(8)] [[data-slot=card-content]_&]:bg-transparent [[data-slot=popover-content]_&]:bg-transparent",String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`,String.raw`rtl:**:[.rdp-button\_previous>svg]:rotate-180`,e),captionLayout:s,formatters:{formatMonthDropdown:e=>e.toLocaleString("default",{month:"short"}),...o},classNames:{root:El("w-fit",i.root),months:El("flex gap-4 flex-col md:flex-row relative",i.months),month:El("flex flex-col w-full gap-4",i.month),nav:El("flex items-center gap-1 w-full absolute top-0 inset-x-0 justify-between",i.nav),button_previous:El(ql({variant:n}),"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none",i.button_previous),button_next:El(ql({variant:n}),"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none",i.button_next),month_caption:El("flex items-center justify-center h-(--cell-size) w-full px-(--cell-size)",i.month_caption),dropdowns:El("w-full flex items-center text-sm font-medium justify-center h-(--cell-size) gap-1.5",i.dropdowns),dropdown_root:El("relative has-focus:border-ring border border-input shadow-xs has-focus:ring-ring/50 has-focus:ring-[3px] rounded-md",i.dropdown_root),dropdown:El("absolute bg-popover inset-0 opacity-0",i.dropdown),caption_label:El("select-none font-medium","label"===s?"text-sm":"rounded-md pl-2 pr-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5",i.caption_label),table:"w-full border-collapse",weekdays:El("flex",i.weekdays),weekday:El("text-muted-foreground rounded-md flex-1 font-normal text-[0.8rem] select-none",i.weekday),week:El("flex w-full mt-2",i.week),week_number_header:El("select-none w-(--cell-size)",i.week_number_header),week_number:El("text-[0.8rem] select-none text-muted-foreground",i.week_number),day:El("relative w-full h-full p-0 text-center [&:last-child[data-selected=true]_button]:rounded-r-md group/day aspect-square select-none",l.showWeekNumber?"[&:nth-child(2)[data-selected=true]_button]:rounded-l-md":"[&:first-child[data-selected=true]_button]:rounded-l-md",i.day),range_start:El("rounded-l-md bg-accent",i.range_start),range_middle:El("rounded-none",i.range_middle),range_end:El("rounded-r-md bg-accent",i.range_end),today:El("bg-accent text-accent-foreground rounded-md data-[selected=true]:rounded-none",i.today),outside:El("text-muted-foreground aria-selected:text-muted-foreground",i.outside),disabled:El("text-muted-foreground opacity-50",i.disabled),hidden:El("invisible",i.hidden),...t},components:{Root:({className:e,rootRef:t,...r})=>/* @__PURE__ */yl.jsx("div",{"data-slot":"calendar",ref:t,className:El(e),...r}),Chevron:({className:e,orientation:t,...r})=>"left"===t?/* @__PURE__ */yl.jsx(Bt,{className:El("size-4",e),...r}):"right"===t?/* @__PURE__ */yl.jsx(ut,{className:El("size-4",e),...r}):/* @__PURE__ */yl.jsx(It,{className:El("size-4",e),...r}),DayButton:fc,WeekNumber:({children:e,...t})=>/* @__PURE__ */yl.jsx("td",{...t,children:/* @__PURE__ */yl.jsx("div",{className:"flex size-(--cell-size) items-center justify-center text-center",children:e})}),...a},...l})}function fc({className:t,day:r,modifiers:s,...n}){const o=tn(),a=e.useRef(null);return e.useEffect(()=>{s.focused&&a.current?.focus()},[s.focused]),/* @__PURE__ */yl.jsx($l,{ref:a,variant:"ghost",size:"icon","data-day":r.date.toLocaleDateString(),"data-selected-single":s.selected&&!s.range_start&&!s.range_end&&!s.range_middle,"data-range-start":s.range_start,"data-range-end":s.range_end,"data-range-middle":s.range_middle,className:El("data-[selected-single=true]:bg-primary data-[selected-single=true]:text-primary-foreground data-[range-middle=true]:bg-accent data-[range-middle=true]:text-accent-foreground data-[range-start=true]:bg-primary data-[range-start=true]:text-primary-foreground data-[range-end=true]:bg-primary data-[range-end=true]:text-primary-foreground group-data-[focused=true]/day:border-ring group-data-[focused=true]/day:ring-ring/50 dark:hover:text-accent-foreground flex aspect-square size-auto w-full min-w-(--cell-size) flex-col gap-1 leading-none font-normal group-data-[focused=true]/day:relative group-data-[focused=true]/day:z-10 group-data-[focused=true]/day:ring-[3px] data-[range-end=true]:rounded-md data-[range-end=true]:rounded-r-md data-[range-middle=true]:rounded-none data-[range-start=true]:rounded-md data-[range-start=true]:rounded-l-md [&>span]:text-xs [&>span]:opacity-70",o.day,t),...n})}const gc=[en.withComponent(function(e){const{editor:t,element:n}=e,o=s(),a=/* @__PURE__ */yl.jsx("span",{className:El("w-fit cursor-pointer rounded-sm bg-muted px-1 text-muted-foreground"),contentEditable:!1,draggable:!0,children:n.date?(()=>{const e=/* @__PURE__ */new Date,t=new Date(n.date),r=t.getDate()===e.getDate()&&t.getMonth()===e.getMonth()&&t.getFullYear()===e.getFullYear(),s=new Date(e.setDate(e.getDate()-1)).toDateString()===t.toDateString(),o=new Date(e.setDate(e.getDate()+2)).toDateString()===t.toDateString();return r?"Today":s?"Yesterday":o?"Tomorrow":t.toLocaleDateString(void 0,{day:"numeric",month:"long",year:"numeric"})})():/* @__PURE__ */yl.jsx("span",{children:"Pick a date"})});return o?a:/* @__PURE__ */yl.jsxs(r,{...e,className:"inline-block",attributes:{...e.attributes,contentEditable:!1},children:[
184
- /* @__PURE__ */yl.jsxs($i,{children:[
185
- /* @__PURE__ */yl.jsx(Wi,{asChild:!0,children:a}),
186
- /* @__PURE__ */yl.jsx(Zi,{className:"w-auto p-0",children:/* @__PURE__ */yl.jsx(xc,{selected:new Date(n.date),onSelect:e=>{e&&t.tf.setNodes({date:e.toDateString()},{at:n})},mode:"single",initialFocus:!0})})]}),e.children]})})],bc=[q.column,q.tr,q.td];function jc(t){const{children:r,editor:s,element:n,path:o}=t,a=s.getApi(ot).blockSelection,{isAboutToDrag:l,isDragging:i,nodeRef:c,previewRef:d,handleRef:u}=bs({element:n,onDropHandler:(e,{dragItem:t})=>{const r=t.id;a&&a.add(r),f()}}),m=3===o.length,h=4===o.length,[p,x]=e.useState(0),f=()=>{d.current&&(d.current.replaceChildren(),d.current?.classList.add("hidden"))};e.useEffect(()=>{i||f()},[i]),e.useEffect(()=>{l&&d.current?.classList.remove("opacity-0")},[l]);const[g,b]=e.useState(0);/* @__PURE__ */
187
- return yl.jsxs("div",{className:El("relative",i&&"opacity-50",J(s,n.type)?.node.isContainer?"group/container":"group"),onMouseEnter:()=>{i||b(Cc(s,n))},children:[!h&&/* @__PURE__ */yl.jsx(vc,{children:/* @__PURE__ */yl.jsx("div",{className:El("slate-blockToolbarWrapper","flex h-[1.5em]",m&&"h-4"),children:/* @__PURE__ */yl.jsx("div",{className:El("slate-blockToolbar relative w-4.5","pointer-events-auto mr-1 flex items-center",m&&"mr-1.5"),children:/* @__PURE__ */yl.jsx($l,{ref:u,variant:"ghost",className:"-left-0 absolute h-6 w-full p-0",style:{top:`${g+3}px`},"data-plate-prevent-deselect":!0,children:/* @__PURE__ */yl.jsx(yc,{isDragging:i,previewRef:d,resetPreview:f,setPreviewTop:x})})})})}),
188
- /* @__PURE__ */yl.jsx("div",{ref:d,className:El("-left-0 absolute hidden w-full"),style:{top:-p+"px"},contentEditable:!1}),
189
- /* @__PURE__ */yl.jsxs("div",{ref:c,className:"slate-blockWrapper flow-root",onContextMenu:e=>s.getApi(ot).blockSelection.addOnContextMenu({element:n,event:e}),children:[
190
- /* @__PURE__ */yl.jsx(j,{children:r}),
191
- /* @__PURE__ */yl.jsx(wc,{})]})]})}function vc({children:e,className:t,...r}){const s=m(),o=h(),a=d(ot,"isSelectionAreaVisible"),l=n();/* @__PURE__ */
192
- return yl.jsx("div",{...r,className:El("slate-gutterLeft","-translate-x-full absolute top-0 z-50 flex h-full cursor-text hover:opacity-100 sm:opacity-0",J(s,o.type)?.node.isContainer?"group-hover/container:opacity-100":"group-hover:opacity-100",a&&"hidden",!l&&"opacity-0",t),contentEditable:!1,children:e})}const yc=e.memo(function({isDragging:e,previewRef:t,resetPreview:r,setPreviewTop:s}){const n=m(),o=h();/* @__PURE__ */
193
- return yl.jsxs(Zl,{children:[
194
- /* @__PURE__ */yl.jsx(Kl,{asChild:!0,children:/* @__PURE__ */yl.jsx("div",{className:"flex size-full items-center justify-center",onClick:e=>{e.preventDefault(),n.getApi(ot).blockSelection.focus()},onMouseDown:e=>{if(r(),0!==e.button&&2!==e.button||e.shiftKey)return;const s=n.getApi(ot).blockSelection.getNodes({sort:!0});let a=s.length>0?s:n.api.blocks({mode:"highest"});a.some(([e])=>e.id===o.id)||(a=[[o,n.api.findPath(o)]]);const l=Te(n,a).map(([e])=>e);0===s.length&&(n.tf.blur(),n.tf.collapse());const i=kc(n,l);t.current?.append(...i),t.current?.classList.remove("hidden"),t.current?.classList.add("opacity-0"),n.setOption(gs,"multiplePreviewRef",t),n.getApi(ot).blockSelection.set(l.map(e=>e.id))},onMouseEnter:()=>{if(e)return;const t=n.getApi(ot).blockSelection.getNodes({sort:!0});let r=t.length>0?t:n.api.blocks({mode:"highest"});r.some(([e])=>e.id===o.id)||(r=[[o,n.api.findPath(o)]]);const a=Te(n,r),l=a.map(e=>e[0].id);if(l.length>1&&l.includes(o.id)){const e=Nc(n,{blocks:a.map(e=>e[0]),element:o});s(e)}else s(0)},onMouseUp:()=>{r()},"data-plate-prevent-deselect":!0,role:"button",children:/* @__PURE__ */yl.jsx(Tt,{className:"text-muted-foreground"})})}),
195
- /* @__PURE__ */yl.jsx(Yl,{children:"Drag to move"})]})}),wc=e.memo(function({className:e,...t}){const{dropLine:r}=js();return r?/* @__PURE__ */yl.jsx("div",{...t,className:El("slate-dropLine","absolute inset-x-0 h-0.5 opacity-100 transition-opacity","bg-brand/50","top"===r&&"-top-px","bottom"===r&&"-bottom-px",e)}):null}),kc=(e,t)=>{const r=[],s=[],n=e=>{Array.from(e.attributes).forEach(t=>{(t.name.startsWith("data-slate")||t.name.startsWith("data-block-id"))&&e.removeAttribute(t.name)}),Array.from(e.children).forEach(e=>{n(e)})};return t.forEach((o,a)=>{((o,a)=>{const l=e.api.toDOMNode(o),i=l.cloneNode(!0);((e,t)=>{const r=e.scrollLeft;if(r>0){const s=document.createElement("div");s.style.overflow="hidden",s.style.width=`${e.clientWidth}px`;const n=document.createElement("div");for(n.style.transform=`translateX(-${r}px)`,n.style.width=`${e.scrollWidth}px`;t.firstChild;)n.append(t.firstChild);const o=window.getComputedStyle(e);t.style.padding="0",n.style.padding=o.padding,s.append(n),t.append(s)}})(l,i),s.push(o.id);const c=document.createElement("div");c.append(i),c.style.display="flow-root";const d=t[a-1];if(d){const t=e.api.toDOMNode(d).parentElement.getBoundingClientRect(),r=l.parentElement.getBoundingClientRect().top-t.bottom;r>15&&(c.style.marginTop=`${r}px`)}n(i),r.push(c)})(o,a)}),e.setOption(gs,"draggingId",s),r},Nc=(e,{blocks:t,element:r})=>{const s=e.api.toDOMNode(r),n=e.api.toDOMNode(e),o=t[0],a=e.api.toDOMNode(o),l=Number(window.getComputedStyle(n).paddingTop.replace("px","")),i=a.getBoundingClientRect().top-n.getBoundingClientRect().top-l,c=window.getComputedStyle(a).marginTop,d=Number(c.replace("px","")),u=s.getBoundingClientRect().top-n.getBoundingClientRect().top-l,m=window.getComputedStyle(s).marginTop;return u-i+d-Number(m.replace("px",""))},Cc=(e,t)=>{const r=e.api.toDOMNode(t),s=window.getComputedStyle(r).marginTop;return Number(s.replace("px",""))},_c=[gs.configure({options:{enableScroller:!0,onDropFiles:({dragItem:e,editor:t,target:r})=>{t.getTransforms(on).insert.media(e.files,{at:r,nextBlock:!1})}},render:{aboveNodes:t=>{const{editor:r,element:s,path:n}=t;if(e.useMemo(()=>{if(r.dom.readOnly)return!1;if(1===n.length&&!Q(r,s,bc))return!0;if(3===n.length&&!Q(r,s,bc)){if(r.api.some({at:n,match:{type:r.getType(q.column)}}))return!0}if(4===n.length&&!Q(r,s,bc)){if(r.api.some({at:n,match:{type:r.getType(q.table)}}))return!0}return!1},[r,s,n]))return e=>/* @__PURE__ */yl.jsx(jc,{...e})},aboveSlate:({children:e})=>/* @__PURE__ */yl.jsx(sn,{backend:nn,children:e})}})],zc=[Nn,Cn],Sc=[X.configure({shortcuts:{insert:{keys:"mod+enter"},insertBefore:{keys:"mod+shift+enter"}}})];function Ec(e){/* @__PURE__ */
196
- return yl.jsx(ui,{...e,className:El("scrollbar-hide sticky top-0 left-0 z-50 w-full justify-between overflow-x-auto rounded-t-lg border-b border-b-border bg-background/95 p-1 backdrop-blur-sm supports-backdrop-blur:bg-background/60",e.className)})}const Ac=[{icon:Dt,value:"left"},{icon:Ot,value:"center"},{icon:Ft,value:"right"},{icon:Rt,value:"justify"}];function Bc(t){const{editor:r,tf:s}=i(ue),n=v({defaultValue:"start",getProp:e=>e.align})??"left",[o,a]=e.useState(!1),l=Ac.find(e=>e.value===n)?.icon??Dt;/* @__PURE__ */
197
- return yl.jsxs(Gl,{open:o,onOpenChange:a,modal:!1,...t,children:[
198
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(xi,{pressed:o,tooltip:"Align",isDropdown:!0,children:/* @__PURE__ */yl.jsx(l,{})})}),
199
- /* @__PURE__ */yl.jsx(Xl,{className:"min-w-0",align:"start",children:/* @__PURE__ */yl.jsx(si,{value:n,onValueChange:e=>{s.textAlign.setNodes(e),r.tf.focus()},children:Ac.map(({icon:e,value:t})=>/* @__PURE__ */yl.jsx(ni,{className:"pl-2 data-[state=checked]:bg-accent *:first:[span]:hidden",value:t,children:/* @__PURE__ */yl.jsx(e,{})},t))})})]})}var Ic,Tc,Dc,Oc,Fc,Rc,Mc,Lc,Pc,Hc,Vc,Uc,qc,$c,Wc,Zc,Kc,Yc,Gc,Qc,Jc,Xc,ed,td,rd,sd,nd,od;function ad(){if(Tc)return Ic;return Tc=1,Ic=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}}function ld(){if(Rc)return Fc;Rc=1;var e=function(){if(Oc)return Dc;Oc=1;var e="object"==typeof ml&&ml&&ml.Object===Object&&ml;return Dc=e}(),t="object"==typeof self&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return Fc=r}function id(){if(Uc)return Vc;Uc=1;var e=function(){if(Hc)return Pc;Hc=1;var e=/\s/;return Pc=function(t){for(var r=t.length;r--&&e.test(t.charAt(r)););return r}}(),t=/^\s+/;return Vc=function(r){return r?r.slice(0,e(r)+1).replace(t,""):r}}function cd(){if($c)return qc;$c=1;var e=ld().Symbol;return qc=e}function dd(){if(Qc)return Gc;Qc=1;var e=cd(),t=function(){if(Zc)return Wc;Zc=1;var e=cd(),t=Object.prototype,r=t.hasOwnProperty,s=t.toString,n=e?e.toStringTag:void 0;return Wc=function(e){var t=r.call(e,n),o=e[n];try{e[n]=void 0;var a=!0}catch(i){}var l=s.call(e);return a&&(t?e[n]=o:delete e[n]),l}}(),r=function(){if(Yc)return Kc;Yc=1;var e=Object.prototype.toString;return Kc=function(t){return e.call(t)}}(),s=e?e.toStringTag:void 0;return Gc=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":s&&s in Object(e)?t(e):r(e)}}function ud(){if(td)return ed;td=1;var e=dd(),t=Xc?Jc:(Xc=1,Jc=function(e){return null!=e&&"object"==typeof e});return ed=function(r){return"symbol"==typeof r||t(r)&&"[object Symbol]"==e(r)}}const md=/* @__PURE__ */hl(function(){if(od)return nd;od=1;var e=ad(),t=function(){if(Lc)return Mc;Lc=1;var e=ld();return Mc=function(){return e.Date.now()}}(),r=function(){if(sd)return rd;sd=1;var e=id(),t=ad(),r=ud(),s=/^[-+]0x[0-9a-f]+$/i,n=/^0b[01]+$/i,o=/^0o[0-7]+$/i,a=parseInt;return rd=function(l){if("number"==typeof l)return l;if(r(l))return NaN;if(t(l)){var i="function"==typeof l.valueOf?l.valueOf():l;l=t(i)?i+"":i}if("string"!=typeof l)return 0===l?l:+l;l=e(l);var c=n.test(l);return c||o.test(l)?a(l.slice(2),c?2:8):s.test(l)?NaN:+l}}(),s=Math.max,n=Math.min;return nd=function(o,a,l){var i,c,d,u,m,h,p=0,x=!1,f=!1,g=!0;if("function"!=typeof o)throw new TypeError("Expected a function");function b(e){var t=i,r=c;return i=c=void 0,p=e,u=o.apply(r,t)}function j(e){var t=e-h;return void 0===h||t>=a||t<0||f&&e-p>=d}function v(){var e=t();if(j(e))return y(e);m=setTimeout(v,function(e){var t=a-(e-h);return f?n(t,d-(e-p)):t}(e))}function y(e){return m=void 0,g&&i?b(e):(i=c=void 0,u)}function w(){var e=t(),r=j(e);if(i=arguments,c=this,h=e,r){if(void 0===m)return function(e){return p=e,m=setTimeout(v,a),x?b(e):u}(h);if(f)return clearTimeout(m),m=setTimeout(v,a),b(h)}return void 0===m&&(m=setTimeout(v,a)),u}return a=r(a)||0,e(l)&&(x=!!l.leading,d=(f="maxWait"in l)?s(r(l.maxWait)||0,a):d,g="trailing"in l?!!l.trailing:g),w.cancel=function(){void 0!==m&&clearTimeout(m),p=0,i=h=c=m=void 0},w.flush=function(){return void 0===m?u:y(t())},w}}());function hd({children:e,nodeType:r,tooltip:s}){const n=m(),o=f(e=>!!e.selection,[]),a=f(e=>e.api.mark(r),[r]),[l,i]=t.useState(),[c,d]=t.useState(!1),u=t.useCallback((e=!c)=>{d(e)},[c,d]),h=t.useCallback(e=>{n.selection&&(i(e),n.tf.select(n.selection),n.tf.focus(),n.tf.addMarks({[r]:e}))},[n,r]),p=t.useCallback(e=>{h(e),u()},[u,h]),x=t.useCallback(()=>{n.selection&&(n.tf.select(n.selection),n.tf.focus(),l&&n.tf.removeMarks(r),u())},[n,l,u,r]);return t.useEffect(()=>{o&&i(a)},[a,o]),/* @__PURE__ */yl.jsxs(Gl,{open:c,onOpenChange:e=>{d(e)},modal:!1,children:[
200
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(xi,{pressed:c,tooltip:s,children:e})}),
201
- /* @__PURE__ */yl.jsx(Xl,{align:"start",children:/* @__PURE__ */yl.jsx(pd,{color:l||a,clearColor:x,colors:jd,customColors:vd,updateColor:p,updateCustomColor:h})})]})}const pd=t.memo(function({className:e,clearColor:t,color:r,colors:s,customColors:n,updateColor:o,updateCustomColor:a,...l}){/* @__PURE__ */
202
- return yl.jsxs("div",{className:El("flex flex-col",e),...l,children:[
203
- /* @__PURE__ */yl.jsx(ki,{label:"Custom Colors",children:/* @__PURE__ */yl.jsx(xd,{color:r,className:"px-2",colors:s,customColors:n,updateColor:o,updateCustomColor:a})}),
204
- /* @__PURE__ */yl.jsx(ki,{label:"Default Colors",children:/* @__PURE__ */yl.jsx(bd,{color:r,className:"px-2",colors:s,updateColor:o})}),r&&/* @__PURE__ */yl.jsx(ki,{children:/* @__PURE__ */yl.jsxs(ti,{className:"p-2",onClick:t,children:[
205
- /* @__PURE__ */yl.jsx(Mt,{}),
206
- /* @__PURE__ */yl.jsx("span",{children:"Clear"})]})})]})},(e,t)=>e.color===t.color&&e.colors===t.colors&&e.customColors===t.customColors);function xd({className:e,color:r,colors:s,customColors:n,updateColor:o,updateCustomColor:a,...l}){const[i,c]=t.useState(),[d,u]=t.useState(r||"#000000");t.useEffect(()=>{!r||n.some(e=>e.value===r)||s.some(e=>e.value===r)||c(r)},[r,s,n]);const m=t.useMemo(()=>i?[...n,{isBrightColor:!1,name:"",value:i}]:n,[i,n]),h=t.useCallback(md(a,100),[a]);/* @__PURE__ */
207
- return yl.jsx("div",{className:El("relative flex flex-col gap-4",e),...l,children:/* @__PURE__ */yl.jsx(bd,{color:r,colors:m,updateColor:o,children:/* @__PURE__ */yl.jsx(fd,{value:d,onChange:e=>{u(e.target.value),h(e.target.value)},children:/* @__PURE__ */yl.jsxs(ti,{className:El(ql({size:"icon",variant:"outline"}),"absolute top-1 right-2 bottom-2 flex size-8 items-center justify-center rounded-full"),onSelect:e=>{e.preventDefault()},children:[
208
- /* @__PURE__ */yl.jsx("span",{className:"sr-only",children:"Custom"}),
209
- /* @__PURE__ */yl.jsx(Lt,{})]})})})})}function fd({children:e,className:r,value:s="#000000",...n}){const o=t.useRef(null);/* @__PURE__ */
210
- return yl.jsxs("div",{className:"flex flex-col items-center",children:[t.Children.map(e,e=>e?t.cloneElement(e,{onClick:()=>o.current?.click()}):e),
211
- /* @__PURE__ */yl.jsx("input",{...n,ref:Vs(n.ref,o),className:El("size-0 overflow-hidden border-0 p-0",r),value:s,type:"color"})]})}function gd({className:e,isBrightColor:t,isSelected:r,name:s,updateColor:n,value:o,...a}){const l=/* @__PURE__ */yl.jsx(ti,{className:El(ql({size:"icon",variant:"outline"}),"my-1 flex size-6 items-center justify-center rounded-full border border-muted border-solid p-0 transition-all hover:scale-125",!t&&"border-transparent",r&&"border-2 border-primary",e),style:{backgroundColor:o},onSelect:e=>{e.preventDefault(),n(o)},...a});return s?/* @__PURE__ */yl.jsxs(Zl,{children:[
212
- /* @__PURE__ */yl.jsx(Kl,{children:l}),
213
- /* @__PURE__ */yl.jsx(Yl,{className:"mb-1 capitalize",children:s})]}):l}function bd({className:e,color:t,colors:r,updateColor:s,...n}){/* @__PURE__ */
214
- return yl.jsx("div",{className:El("grid grid-cols-[repeat(10,1fr)] place-items-center gap-x-1",e),...n,children:/* @__PURE__ */yl.jsxs(Wl,{children:[r.map(({isBrightColor:e,name:r,value:n})=>/* @__PURE__ */yl.jsx(gd,{name:r,value:n,isBrightColor:e,isSelected:t===n,updateColor:s},r??n)),n.children]})})}const jd=[{isBrightColor:!1,name:"black",value:"#000000"},{isBrightColor:!1,name:"dark grey 4",value:"#434343"},{isBrightColor:!1,name:"dark grey 3",value:"#666666"},{isBrightColor:!1,name:"dark grey 2",value:"#999999"},{isBrightColor:!1,name:"dark grey 1",value:"#B7B7B7"},{isBrightColor:!1,name:"grey",value:"#CCCCCC"},{isBrightColor:!1,name:"light grey 1",value:"#D9D9D9"},{isBrightColor:!0,name:"light grey 2",value:"#EFEFEF"},{isBrightColor:!0,name:"light grey 3",value:"#F3F3F3"},{isBrightColor:!0,name:"white",value:"#FFFFFF"},{isBrightColor:!1,name:"red berry",value:"#980100"},{isBrightColor:!1,name:"red",value:"#FE0000"},{isBrightColor:!1,name:"orange",value:"#FE9900"},{isBrightColor:!0,name:"yellow",value:"#FEFF00"},{isBrightColor:!1,name:"green",value:"#00FF00"},{isBrightColor:!1,name:"cyan",value:"#00FFFF"},{isBrightColor:!1,name:"cornflower blue",value:"#4B85E8"},{isBrightColor:!1,name:"blue",value:"#1300FF"},{isBrightColor:!1,name:"purple",value:"#9900FF"},{isBrightColor:!1,name:"magenta",value:"#FF00FF"},{isBrightColor:!1,name:"light red berry 3",value:"#E6B8AF"},{isBrightColor:!1,name:"light red 3",value:"#F4CCCC"},{isBrightColor:!0,name:"light orange 3",value:"#FCE4CD"},{isBrightColor:!0,name:"light yellow 3",value:"#FFF2CC"},{isBrightColor:!0,name:"light green 3",value:"#D9EAD3"},{isBrightColor:!1,name:"light cyan 3",value:"#D0DFE3"},{isBrightColor:!1,name:"light cornflower blue 3",value:"#C9DAF8"},{isBrightColor:!0,name:"light blue 3",value:"#CFE1F3"},{isBrightColor:!0,name:"light purple 3",value:"#D9D2E9"},{isBrightColor:!0,name:"light magenta 3",value:"#EAD1DB"},{isBrightColor:!1,name:"light red berry 2",value:"#DC7E6B"},{isBrightColor:!1,name:"light red 2",value:"#EA9999"},{isBrightColor:!1,name:"light orange 2",value:"#F9CB9C"},{isBrightColor:!0,name:"light yellow 2",value:"#FFE598"},{isBrightColor:!1,name:"light green 2",value:"#B7D6A8"},{isBrightColor:!1,name:"light cyan 2",value:"#A1C4C9"},{isBrightColor:!1,name:"light cornflower blue 2",value:"#A4C2F4"},{isBrightColor:!1,name:"light blue 2",value:"#9FC5E8"},{isBrightColor:!1,name:"light purple 2",value:"#B5A7D5"},{isBrightColor:!1,name:"light magenta 2",value:"#D5A6BD"},{isBrightColor:!1,name:"light red berry 1",value:"#CC4125"},{isBrightColor:!1,name:"light red 1",value:"#E06666"},{isBrightColor:!1,name:"light orange 1",value:"#F6B26B"},{isBrightColor:!1,name:"light yellow 1",value:"#FFD966"},{isBrightColor:!1,name:"light green 1",value:"#93C47D"},{isBrightColor:!1,name:"light cyan 1",value:"#76A5AE"},{isBrightColor:!1,name:"light cornflower blue 1",value:"#6C9EEB"},{isBrightColor:!1,name:"light blue 1",value:"#6FA8DC"},{isBrightColor:!1,name:"light purple 1",value:"#8D7CC3"},{isBrightColor:!1,name:"light magenta 1",value:"#C27BA0"},{isBrightColor:!1,name:"dark red berry 1",value:"#A61B00"},{isBrightColor:!1,name:"dark red 1",value:"#CC0000"},{isBrightColor:!1,name:"dark orange 1",value:"#E59138"},{isBrightColor:!1,name:"dark yellow 1",value:"#F1C231"},{isBrightColor:!1,name:"dark green 1",value:"#6AA74F"},{isBrightColor:!1,name:"dark cyan 1",value:"#45818E"},{isBrightColor:!1,name:"dark cornflower blue 1",value:"#3B78D8"},{isBrightColor:!1,name:"dark blue 1",value:"#3E84C6"},{isBrightColor:!1,name:"dark purple 1",value:"#664EA6"},{isBrightColor:!1,name:"dark magenta 1",value:"#A64D78"},{isBrightColor:!1,name:"dark red berry 2",value:"#84200D"},{isBrightColor:!1,name:"dark red 2",value:"#990001"},{isBrightColor:!1,name:"dark orange 2",value:"#B45F05"},{isBrightColor:!1,name:"dark yellow 2",value:"#BF9002"},{isBrightColor:!1,name:"dark green 2",value:"#38761D"},{isBrightColor:!1,name:"dark cyan 2",value:"#124F5C"},{isBrightColor:!1,name:"dark cornflower blue 2",value:"#1155CB"},{isBrightColor:!1,name:"dark blue 2",value:"#0C5394"},{isBrightColor:!1,name:"dark purple 2",value:"#351C75"},{isBrightColor:!1,name:"dark magenta 2",value:"#741B47"},{isBrightColor:!1,name:"dark red berry 3",value:"#5B0F00"},{isBrightColor:!1,name:"dark red 3",value:"#660000"},{isBrightColor:!1,name:"dark orange 3",value:"#783F04"},{isBrightColor:!1,name:"dark yellow 3",value:"#7E6000"},{isBrightColor:!1,name:"dark green 3",value:"#274E12"},{isBrightColor:!1,name:"dark cyan 3",value:"#0D343D"},{isBrightColor:!1,name:"dark cornflower blue 3",value:"#1B4487"},{isBrightColor:!1,name:"dark blue 3",value:"#083763"},{isBrightColor:!1,name:"dark purple 3",value:"#1F124D"},{isBrightColor:!1,name:"dark magenta 3",value:"#4C1130"}],vd=[{isBrightColor:!1,name:"dark orange 3",value:"#783F04"},{isBrightColor:!1,name:"dark grey 3",value:"#666666"},{isBrightColor:!1,name:"dark grey 2",value:"#999999"},{isBrightColor:!1,name:"light cornflower blue 1",value:"#6C9EEB"},{isBrightColor:!1,name:"dark magenta 3",value:"#4C1130"}];function yd(e){const t=m(),r=f(e=>0===e.history.redos.length,[]);/* @__PURE__ */
215
- return yl.jsx(xi,{...e,disabled:r,onClick:()=>t.redo(),onMouseDown:e=>e.preventDefault(),tooltip:"Redo",children:/* @__PURE__ */yl.jsx(Ht,{})})}function wd(e){const t=m(),r=f(e=>0===e.history.undos.length,[]);/* @__PURE__ */
216
- return yl.jsx(xi,{...e,disabled:r,onClick:()=>t.undo(),onMouseDown:e=>e.preventDefault(),tooltip:"Undo",children:/* @__PURE__ */yl.jsx(Pt,{})})}function kd(e){const{props:t}=zn();/* @__PURE__ */
217
- return yl.jsx(xi,{...e,...t,tooltip:"Indent",children:/* @__PURE__ */yl.jsx(Ut,{})})}function Nd(e){const{props:t}=_n();/* @__PURE__ */
218
- return yl.jsx(xi,{...e,...t,tooltip:"Outdent",children:/* @__PURE__ */yl.jsx(Vt,{})})}const Cd="action_three_columns",_d=(e,t)=>{e.tf.insertNodes(e.api.create.block({indent:1,listStyleType:t}),{select:!0})},zd={[q.listTodo]:_d,[q.ol]:_d,[q.ul]:_d,[Cd]:e=>Ts(e,{columns:3,select:!0}),[q.audio]:e=>Qn(e,{select:!0}),[q.callout]:e=>En(e,{select:!0}),[q.codeBlock]:e=>ze(e,{select:!0}),[q.equation]:e=>Un(e,{select:!0}),[q.excalidraw]:e=>Tn(e,{},{select:!0}),[q.file]:e=>Gn(e,{select:!0}),[q.img]:e=>Yn(e,{select:!0,type:q.img}),[q.mediaEmbed]:e=>Yn(e,{select:!0,type:q.mediaEmbed}),[q.table]:e=>e.getTransforms(lo).insert.table({},{select:!0}),[q.toc]:e=>bo(e,{select:!0}),[q.video]:e=>Kn(e,{select:!0})},Sd={[q.date]:e=>Bn(e,{select:!0}),[q.inlineEquation]:e=>qn(e,"",{select:!0}),[q.link]:e=>Dn(e,{focused:!0})},Ed=(e,t,r={})=>{const{upsert:s=!1}=r;e.tf.withoutNormalizing(()=>{const r=e.api.block();if(!r)return;const[n,o]=r,a=e.api.isEmpty(n),l=Td(n),i=t===l;s&&a&&i||(t in zd?zd[t](e,t):e.tf.insertNodes(e.api.create.block({type:t}),{at:K.next(o),select:!0}),i||e.getApi(ao).suggestion.withoutSuggestions(()=>{e.tf.removeNodes({previousEmptyBlock:!0})}))})},Ad=(e,t)=>{Sd[t]&&Sd[t](e,t)},Bd=(e,t,r)=>{e.tf.setNodes(e.api.create.block({indent:1,listStyleType:t}),{at:r[1]})},Id={[q.listTodo]:Bd,[q.ol]:Bd,[q.ul]:Bd,[Cd]:e=>Ds(e,{columns:3}),[q.codeBlock]:e=>Se(e)},Td=e=>e[q.listType]?e[q.listType]===q.ol?q.ol:e[q.listType]===q.listTodo?q.listTodo:q.ul:e.type,Dd=[{group:"Basic blocks",items:[{icon:/* @__PURE__ */yl.jsx(qt,{}),label:"Paragraph",value:q.p},{icon:/* @__PURE__ */yl.jsx($t,{}),label:"Heading 1",value:"h1"},{icon:/* @__PURE__ */yl.jsx(Wt,{}),label:"Heading 2",value:"h2"},{icon:/* @__PURE__ */yl.jsx(Zt,{}),label:"Heading 3",value:"h3"},{icon:/* @__PURE__ */yl.jsx(Kt,{}),label:"Table",value:q.table}].map(e=>({...e,onSelect:(e,t)=>{Ed(e,t)}}))},{group:"Lists",items:[{icon:/* @__PURE__ */yl.jsx(Yt,{}),label:"Bulleted list",value:q.ul},{icon:/* @__PURE__ */yl.jsx(Gt,{}),label:"Numbered list",value:q.ol}].map(e=>({...e,onSelect:(e,t)=>{Ed(e,t)}}))},{group:"Media",items:[{icon:/* @__PURE__ */yl.jsx(Qt,{}),label:"Image",value:q.img}].map(e=>({...e,onSelect:(e,t)=>{Ed(e,t)}}))},{group:"Inline",items:[{icon:/* @__PURE__ */yl.jsx(Jt,{}),label:"Link",value:q.link}].map(e=>({...e,onSelect:(e,t)=>{Ad(e,t)}}))}];function Od(t){const r=m(),[s,n]=e.useState(!1);/* @__PURE__ */
219
- return yl.jsxs(Gl,{open:s,onOpenChange:n,modal:!1,...t,children:[
220
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(xi,{pressed:s,tooltip:"Insert",isDropdown:!0,children:/* @__PURE__ */yl.jsx(Lt,{})})}),
221
- /* @__PURE__ */yl.jsx(Xl,{className:"flex max-h-[500px] min-w-0 flex-col overflow-y-auto",align:"start",children:Dd.map(({group:e,items:t})=>/* @__PURE__ */yl.jsx(ki,{label:e,children:t.map(({icon:e,label:t,value:s,onSelect:n})=>/* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",onSelect:()=>{n(r,s),r.tf.focus()},children:[e,t]},s))},e))})]})}function Fd(e){const t=On(),{props:r}=Fn(t);/* @__PURE__ */
222
- return yl.jsx(xi,{...e,...r,"data-plate-focus":!0,tooltip:"Link",children:/* @__PURE__ */yl.jsx(Xt,{})})}function Rd(){const t=m(),[r,s]=e.useState(!1),n=f(e=>De(e,[Oe.Disc,Oe.Circle,Oe.Square]),[]);/* @__PURE__ */
223
- return yl.jsxs(gi,{pressed:r,children:[
224
- /* @__PURE__ */yl.jsx(bi,{className:"data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",onClick:()=>{Ie(t,{listStyleType:Oe.Disc})},"data-state":n?"on":"off",children:/* @__PURE__ */yl.jsx(tr,{className:"size-4"})}),
225
- /* @__PURE__ */yl.jsxs(Gl,{open:r,onOpenChange:s,modal:!1,children:[
226
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(ji,{})}),
227
- /* @__PURE__ */yl.jsx(Xl,{align:"start",alignOffset:-32,children:/* @__PURE__ */yl.jsxs(ei,{children:[
228
- /* @__PURE__ */yl.jsx(ti,{onClick:()=>Ie(t,{listStyleType:Oe.Disc}),children:/* @__PURE__ */yl.jsxs("div",{className:"flex items-center gap-2",children:[
229
- /* @__PURE__ */yl.jsx("div",{className:"size-2 rounded-full border border-current bg-current"}),"Default"]})}),
230
- /* @__PURE__ */yl.jsx(ti,{onClick:()=>Ie(t,{listStyleType:Oe.Circle}),children:/* @__PURE__ */yl.jsxs("div",{className:"flex items-center gap-2",children:[
231
- /* @__PURE__ */yl.jsx("div",{className:"size-2 rounded-full border border-current"}),"Circle"]})}),
232
- /* @__PURE__ */yl.jsx(ti,{onClick:()=>Ie(t,{listStyleType:Oe.Square}),children:/* @__PURE__ */yl.jsxs("div",{className:"flex items-center gap-2",children:[
233
- /* @__PURE__ */yl.jsx("div",{className:"size-2 border border-current bg-current"}),"Square"]})})]})})]})]})}function Md(){const t=m(),[r,s]=e.useState(!1),n=f(e=>De(e,[Oe.Decimal,Oe.LowerAlpha,Oe.UpperAlpha,Oe.LowerRoman,Oe.UpperRoman]),[]);/* @__PURE__ */
234
- return yl.jsxs(gi,{pressed:r,children:[
235
- /* @__PURE__ */yl.jsx(bi,{className:"data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",onClick:()=>Ie(t,{listStyleType:Oe.Decimal}),"data-state":n?"on":"off",children:/* @__PURE__ */yl.jsx(er,{className:"size-4"})}),
236
- /* @__PURE__ */yl.jsxs(Gl,{open:r,onOpenChange:s,modal:!1,children:[
237
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(ji,{})}),
238
- /* @__PURE__ */yl.jsx(Xl,{align:"start",alignOffset:-32,children:/* @__PURE__ */yl.jsxs(ei,{children:[
239
- /* @__PURE__ */yl.jsx(ti,{onSelect:()=>Ie(t,{listStyleType:Oe.Decimal}),children:"Decimal (1, 2, 3)"}),
240
- /* @__PURE__ */yl.jsx(ti,{onSelect:()=>Ie(t,{listStyleType:Oe.LowerAlpha}),children:"Lower Alpha (a, b, c)"}),
241
- /* @__PURE__ */yl.jsx(ti,{onSelect:()=>Ie(t,{listStyleType:"turkish-lower-alpha"}),children:"Lower Alpha - Turkish (a, b, c, ç)"}),
242
- /* @__PURE__ */yl.jsx(ti,{onSelect:()=>Ie(t,{listStyleType:Oe.UpperAlpha}),children:"Upper Alpha (A, B, C)"}),
243
- /* @__PURE__ */yl.jsx(ti,{onSelect:()=>Ie(t,{listStyleType:"turkish-upper-alpha"}),children:"Upper Alpha - Turkish (A, B, C, Ç)"}),
244
- /* @__PURE__ */yl.jsx(ti,{onSelect:()=>Ie(t,{listStyleType:Oe.LowerRoman}),children:"Lower Roman (i, ii, iii)"}),
245
- /* @__PURE__ */yl.jsx(ti,{onSelect:()=>Ie(t,{listStyleType:Oe.UpperRoman}),children:"Upper Roman (I, II, III)"})]})})]})]})}function Ld({clear:e,nodeType:t,...r}){const s=y({clear:e,nodeType:t}),{props:n}=w(s);/* @__PURE__ */
246
- return yl.jsx(xi,{...r,...n})}function Pd({...e}){/* @__PURE__ */
247
- return yl.jsx(os.Root,{"data-slot":"alert-dialog",...e})}function Hd({...e}){/* @__PURE__ */
248
- return yl.jsx(os.Portal,{"data-slot":"alert-dialog-portal",...e})}function Vd({className:e,...t}){/* @__PURE__ */
249
- return yl.jsx(os.Overlay,{"data-slot":"alert-dialog-overlay",className:El("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",e),...t})}function Ud({className:e,size:t="default",...r}){/* @__PURE__ */
250
- return yl.jsxs(Hd,{children:[
251
- /* @__PURE__ */yl.jsx(Vd,{}),
252
- /* @__PURE__ */yl.jsx(os.Content,{"data-slot":"alert-dialog-content","data-size":t,className:El("bg-background data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 group/alert-dialog-content fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-6 shadow-lg duration-200 data-[size=sm]:max-w-xs data-[size=default]:sm:max-w-lg",e),...r})]})}function qd({className:e,...t}){/* @__PURE__ */
253
- return yl.jsx("div",{"data-slot":"alert-dialog-header",className:El("grid grid-rows-[auto_1fr] place-items-center gap-1.5 text-center has-data-[slot=alert-dialog-media]:grid-rows-[auto_auto_1fr] has-data-[slot=alert-dialog-media]:gap-x-6 sm:group-data-[size=default]/alert-dialog-content:place-items-start sm:group-data-[size=default]/alert-dialog-content:text-left sm:group-data-[size=default]/alert-dialog-content:has-data-[slot=alert-dialog-media]:grid-rows-[auto_1fr]",e),...t})}function $d({className:e,...t}){/* @__PURE__ */
254
- return yl.jsx("div",{"data-slot":"alert-dialog-footer",className:El("flex flex-col-reverse gap-2 group-data-[size=sm]/alert-dialog-content:grid group-data-[size=sm]/alert-dialog-content:grid-cols-2 sm:flex-row sm:justify-end",e),...t})}function Wd({className:e,...t}){/* @__PURE__ */
255
- return yl.jsx(os.Title,{"data-slot":"alert-dialog-title",className:El("text-lg font-semibold sm:group-data-[size=default]/alert-dialog-content:group-has-data-[slot=alert-dialog-media]/alert-dialog-content:col-start-2",e),...t})}function Zd({className:e,...t}){/* @__PURE__ */
256
- return yl.jsx(os.Description,{"data-slot":"alert-dialog-description",className:El("text-muted-foreground text-sm",e),...t})}function Kd({className:e,variant:t="default",size:r="default",...s}){/* @__PURE__ */
257
- return yl.jsx($l,{variant:t,size:r,asChild:!0,children:/* @__PURE__ */yl.jsx(os.Action,{"data-slot":"alert-dialog-action",className:El(e),...s})})}function Yd({className:e,variant:t="outline",size:r="default",...s}){/* @__PURE__ */
258
- return yl.jsx($l,{variant:t,size:r,asChild:!0,children:/* @__PURE__ */yl.jsx(os.Cancel,{"data-slot":"alert-dialog-cancel",className:El(e),...s})})}function Gd({className:e,type:t,...r}){/* @__PURE__ */
259
- return yl.jsx("input",{type:t,"data-slot":"input",className:El("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",e),...r})}const Qd={[q.audio]:{accept:["audio/*"],icon:/* @__PURE__ */yl.jsx(or,{className:"size-4"}),title:"Insert Audio",tooltip:"Audio"},[q.file]:{accept:["*"],icon:/* @__PURE__ */yl.jsx(nr,{className:"size-4"}),title:"Insert File",tooltip:"File"},[q.img]:{accept:["image/*"],icon:/* @__PURE__ */yl.jsx(Qt,{className:"size-4"}),title:"Insert Image",tooltip:"Image"},[q.video]:{accept:["video/*"],icon:/* @__PURE__ */yl.jsx(sr,{className:"size-4"}),title:"Insert Video",tooltip:"Video"}};function Jd({nodeType:t,...r}){const s=Qd[t],n=m(),[o,a]=e.useState(!1),[l,i]=e.useState(!1),{openFilePicker:c}=Co({accept:s.accept,multiple:!0,onFilesSelected:({plainFiles:e})=>{n.getTransforms(on).insert.media(e)}});/* @__PURE__ */
260
- return yl.jsxs(yl.Fragment,{children:[
261
- /* @__PURE__ */yl.jsxs(gi,{onClick:()=>{c()},onKeyDown:e=>{"ArrowDown"===e.key&&(e.preventDefault(),a(!0))},pressed:o,children:[
262
- /* @__PURE__ */yl.jsx(bi,{children:s.icon}),
263
- /* @__PURE__ */yl.jsxs(Gl,{open:o,onOpenChange:a,modal:!1,...r,children:[
264
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(ji,{})}),
265
- /* @__PURE__ */yl.jsx(Xl,{onClick:e=>e.stopPropagation(),align:"start",alignOffset:-32,children:/* @__PURE__ */yl.jsxs(ei,{children:[
266
- /* @__PURE__ */yl.jsxs(ti,{onSelect:()=>c(),children:[s.icon,"Upload from computer"]}),
267
- /* @__PURE__ */yl.jsxs(ti,{onSelect:()=>i(!0),children:[
268
- /* @__PURE__ */yl.jsx(rr,{}),"Insert via URL"]})]})})]})]}),
269
- /* @__PURE__ */yl.jsx(Pd,{open:l,onOpenChange:e=>{i(e)},children:/* @__PURE__ */yl.jsx(Ud,{className:"gap-6",children:/* @__PURE__ */yl.jsx(Xd,{currentConfig:s,nodeType:t,setOpen:i})})})]})}function Xd({currentConfig:t,nodeType:r,setOpen:s}){const n=m(),[o,a]=e.useState(""),l=e.useCallback(()=>{if(!ee(o))return No.error("Invalid URL");s(!1),n.tf.insertNodes({children:[{text:""}],name:r===q.file?o.split("/").pop():void 0,type:r,url:o})},[o,n,r,s]);/* @__PURE__ */
270
- return yl.jsxs(yl.Fragment,{children:[
271
- /* @__PURE__ */yl.jsx(qd,{children:/* @__PURE__ */yl.jsx(Wd,{children:t.title})}),
272
- /* @__PURE__ */yl.jsxs(Zd,{className:"group relative w-full",children:[
273
- /* @__PURE__ */yl.jsx("label",{className:"-translate-y-1/2 absolute top-1/2 block cursor-text px-1 text-muted-foreground/70 text-sm transition-all group-focus-within:pointer-events-none group-focus-within:top-0 group-focus-within:cursor-default group-focus-within:font-medium group-focus-within:text-foreground group-focus-within:text-xs has-[+input:not(:placeholder-shown)]:pointer-events-none has-[+input:not(:placeholder-shown)]:top-0 has-[+input:not(:placeholder-shown)]:cursor-default has-[+input:not(:placeholder-shown)]:font-medium has-[+input:not(:placeholder-shown)]:text-foreground has-[+input:not(:placeholder-shown)]:text-xs",htmlFor:"url",children:/* @__PURE__ */yl.jsx("span",{className:"inline-flex bg-background px-2",children:"URL"})}),
274
- /* @__PURE__ */yl.jsx(Gd,{id:"url",className:"w-full",value:o,onChange:e=>a(e.target.value),onKeyDown:e=>{"Enter"===e.key&&l()},placeholder:"",type:"url",autoFocus:!0})]}),
275
- /* @__PURE__ */yl.jsxs($d,{children:[
276
- /* @__PURE__ */yl.jsx(Yd,{children:"Cancel"}),
277
- /* @__PURE__ */yl.jsx(Kd,{onClick:e=>{e.preventDefault(),l()},children:"Accept"})]})]})}function eu(t){const r=m(),[s,n]=e.useState(!1);/* @__PURE__ */
278
- return yl.jsxs(Gl,{open:s,onOpenChange:n,modal:!1,...t,children:[
279
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(xi,{pressed:s,tooltip:"Insert",children:/* @__PURE__ */yl.jsx(ar,{})})}),
280
- /* @__PURE__ */yl.jsx(Xl,{className:"ignore-click-outside/toolbar flex max-h-[500px] min-w-[180px] flex-col overflow-y-auto",align:"start",children:/* @__PURE__ */yl.jsxs(ei,{children:[
281
- /* @__PURE__ */yl.jsxs(ti,{onSelect:()=>{r.tf.toggleMark(q.sup,{remove:q.sub}),r.tf.focus()},children:[
282
- /* @__PURE__ */yl.jsx(lr,{}),"Superscript"]}),
283
- /* @__PURE__ */yl.jsxs(ti,{onSelect:()=>{r.tf.toggleMark(q.sub,{remove:q.sup}),r.tf.focus()},children:[
284
- /* @__PURE__ */yl.jsx(ir,{}),"Subscript"]})]})})]})}function tu(t){const r=f(e=>e.api.some({match:{type:q.table}}),[]),{editor:s,tf:n}=i(lo),[o,a]=e.useState(!1),l=io();/* @__PURE__ */
285
- return yl.jsxs(Gl,{open:o,onOpenChange:a,modal:!1,...t,children:[
286
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(xi,{pressed:o,tooltip:"Table",isDropdown:!0,children:/* @__PURE__ */yl.jsx(cr,{})})}),
287
- /* @__PURE__ */yl.jsx(Xl,{className:"flex w-[180px] min-w-0 flex-col",align:"start",children:/* @__PURE__ */yl.jsxs(ei,{children:[
288
- /* @__PURE__ */yl.jsxs(li,{children:[
289
- /* @__PURE__ */yl.jsxs(ii,{className:"gap-2 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",children:[
290
- /* @__PURE__ */yl.jsx(dr,{className:"size-4"}),
291
- /* @__PURE__ */yl.jsx("span",{children:"Table"})]}),
292
- /* @__PURE__ */yl.jsx(ci,{className:"m-0 p-0",children:/* @__PURE__ */yl.jsx(ru,{})})]}),
293
- /* @__PURE__ */yl.jsxs(li,{children:[
294
- /* @__PURE__ */yl.jsxs(ii,{className:"gap-2 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",disabled:!r,children:[
295
- /* @__PURE__ */yl.jsx("div",{className:"size-4"}),
296
- /* @__PURE__ */yl.jsx("span",{children:"Cell"})]}),
297
- /* @__PURE__ */yl.jsxs(ci,{children:[
298
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!l.canMerge,onSelect:()=>{n.table.merge(),s.tf.focus()},children:[
299
- /* @__PURE__ */yl.jsx(ur,{}),"Merge cells"]}),
300
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!l.canSplit,onSelect:()=>{n.table.split(),s.tf.focus()},children:[
301
- /* @__PURE__ */yl.jsx(mr,{}),"Split cell"]})]})]}),
302
- /* @__PURE__ */yl.jsxs(li,{children:[
303
- /* @__PURE__ */yl.jsxs(ii,{className:"gap-2 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",disabled:!r,children:[
304
- /* @__PURE__ */yl.jsx("div",{className:"size-4"}),
305
- /* @__PURE__ */yl.jsx("span",{children:"Row"})]}),
306
- /* @__PURE__ */yl.jsxs(ci,{children:[
307
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.insert.tableRow({before:!0}),s.tf.focus()},children:[
308
- /* @__PURE__ */yl.jsx(hr,{}),"Insert row before"]}),
309
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.insert.tableRow(),s.tf.focus()},children:[
310
- /* @__PURE__ */yl.jsx(pr,{}),"Insert row after"]}),
311
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.remove.tableRow(),s.tf.focus()},children:[
312
- /* @__PURE__ */yl.jsx(ft,{}),"Delete row"]})]})]}),
313
- /* @__PURE__ */yl.jsxs(li,{children:[
314
- /* @__PURE__ */yl.jsxs(ii,{className:"gap-2 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",disabled:!r,children:[
315
- /* @__PURE__ */yl.jsx("div",{className:"size-4"}),
316
- /* @__PURE__ */yl.jsx("span",{children:"Column"})]}),
317
- /* @__PURE__ */yl.jsxs(ci,{children:[
318
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.insert.tableColumn({before:!0}),s.tf.focus()},children:[
319
- /* @__PURE__ */yl.jsx(xr,{}),"Insert column before"]}),
320
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.insert.tableColumn(),s.tf.focus()},children:[
321
- /* @__PURE__ */yl.jsx(fr,{}),"Insert column after"]}),
322
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.remove.tableColumn(),s.tf.focus()},children:[
323
- /* @__PURE__ */yl.jsx(ft,{}),"Delete column"]})]})]}),
324
- /* @__PURE__ */yl.jsxs(ti,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.remove.table(),s.tf.focus()},children:[
325
- /* @__PURE__ */yl.jsx(At,{}),"Delete table"]})]})})]})}function ru(){const{editor:t,tf:r}=i(lo),[s,n]=e.useState({grid:Array.from({length:8},()=>Array.from({length:8}).fill(0)),size:{colCount:0,rowCount:0}});/* @__PURE__ */
326
- return yl.jsxs("div",{className:"flex! m-0 flex-col p-0",onClick:()=>{r.insert.table(s.size,{select:!0}),t.tf.focus()},role:"button",children:[
327
- /* @__PURE__ */yl.jsx("div",{className:"grid size-[130px] grid-cols-8 gap-0.5 p-1",children:s.grid.map((e,t)=>e.map((e,r)=>/* @__PURE__ */yl.jsx("div",{className:El("col-span-1 size-3 border border-solid bg-secondary",!!e&&"border-current"),onMouseMove:()=>{((e,t)=>{const r=[...s.grid];for(let s=0;s<r.length;s++)for(let n=0;n<r[s].length;n++)r[s][n]=s>=0&&s<=e&&n>=0&&n<=t?1:0;n({grid:r,size:{colCount:t+1,rowCount:e+1}})})(t,r)}},`(${t},${r})`)))}),
328
- /* @__PURE__ */yl.jsxs("div",{className:"text-center text-current text-xs",children:[s.size.rowCount," x ",s.size.colCount]})]})}const su=[{icon:/* @__PURE__ */yl.jsx(qt,{}),keywords:["paragraph"],label:"Text",value:q.p},{icon:/* @__PURE__ */yl.jsx($t,{}),keywords:["title","h1"],label:"Heading 1",value:"h1"},{icon:/* @__PURE__ */yl.jsx(Wt,{}),keywords:["subtitle","h2"],label:"Heading 2",value:"h2"},{icon:/* @__PURE__ */yl.jsx(Zt,{}),keywords:["subtitle","h3"],label:"Heading 3",value:"h3"},{icon:/* @__PURE__ */yl.jsx(gr,{}),keywords:["subtitle","h4"],label:"Heading 4",value:"h4"},{icon:/* @__PURE__ */yl.jsx(br,{}),keywords:["subtitle","h5"],label:"Heading 5",value:"h5"},{icon:/* @__PURE__ */yl.jsx(jr,{}),keywords:["subtitle","h6"],label:"Heading 6",value:"h6"},{icon:/* @__PURE__ */yl.jsx(Yt,{}),keywords:["unordered","ul","-"],label:"Bulleted list",value:q.ul},{icon:/* @__PURE__ */yl.jsx(Gt,{}),keywords:["ordered","ol","1"],label:"Numbered list",value:q.ol}];function nu(t){const r=m(),[s,n]=e.useState(!1),o=v({defaultValue:q.p,getProp:e=>Td(e)}),a=e.useMemo(()=>su.find(e=>e.value===(o??q.p))??su[0],[o]);/* @__PURE__ */
329
- return yl.jsxs(Gl,{open:s,onOpenChange:n,modal:!1,...t,children:[
330
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(xi,{className:"min-w-[125px]",pressed:s,tooltip:"Turn into",isDropdown:!0,children:a.label})}),
331
- /* @__PURE__ */yl.jsx(Xl,{className:"ignore-click-outside/toolbar min-w-0",onCloseAutoFocus:e=>{e.preventDefault(),r.tf.focus()},align:"start",children:/* @__PURE__ */yl.jsx(ki,{value:o,onValueChange:e=>{((e,t,{at:r}={})=>{e.tf.withoutNormalizing(()=>{const s=r=>{const[s,n]=r;if(s[q.listType]&&e.tf.unsetNodes([q.listType,"indent"],{at:n}),t in Id)return Id[t](e,t,r);s.type!==t&&e.tf.setNodes({type:t},{at:n})};if(r){const t=e.api.node(r);if(t)return void s(t)}e.api.blocks({mode:"lowest"}).forEach(e=>{s(e)})})})(r,e)},label:"Turn into",children:su.map(({icon:e,label:t,value:r})=>/* @__PURE__ */yl.jsxs(ni,{className:"min-w-[180px] pl-2 *:first:[span]:hidden",value:r,children:[
332
- /* @__PURE__ */yl.jsx("span",{className:"pointer-events-none absolute right-2 flex size-3.5 items-center justify-center",children:/* @__PURE__ */yl.jsx(ds,{children:/* @__PURE__ */yl.jsx(ht,{})})}),e,t]},r))})})]})}const ou=e.createContext(void 0);function au({children:e,isFullscreen:t,onToggleFullscreen:r}){/* @__PURE__ */
333
- return yl.jsx(ou.Provider,{value:{isFullscreen:t,onToggleFullscreen:r},children:e})}function lu(){const t=e.useContext(ou);if(void 0===t)throw new Error("useFullscreen must be used within a FullscreenProvider");return t}function iu(e){const{isFullscreen:t,onToggleFullscreen:r}=lu();/* @__PURE__ */
334
- return yl.jsx(xi,{...e,onClick:r,onMouseDown:e=>e.preventDefault(),tooltip:t?"Exit fullscreen":"Enter fullscreen",pressed:t,children:t?/* @__PURE__ */yl.jsx(vr,{}):/* @__PURE__ */yl.jsx(yr,{})})}function cu(){const e=k();/* @__PURE__ */
335
- return yl.jsx("div",{className:"flex w-full",children:!e&&/* @__PURE__ */yl.jsxs(yl.Fragment,{children:[
336
- /* @__PURE__ */yl.jsxs(yi,{children:[
337
- /* @__PURE__ */yl.jsx(wd,{}),
338
- /* @__PURE__ */yl.jsx(yd,{})]}),
339
- /* @__PURE__ */yl.jsx(yi,{children:/* @__PURE__ */yl.jsx(iu,{})}),
340
- /* @__PURE__ */yl.jsx(yi,{children:/* @__PURE__ */yl.jsx(Od,{})}),
341
- /* @__PURE__ */yl.jsx(yi,{children:/* @__PURE__ */yl.jsx(nu,{})}),
342
- /* @__PURE__ */yl.jsxs(yi,{children:[
343
- /* @__PURE__ */yl.jsx(Ld,{nodeType:q.bold,tooltip:"Bold (⌘+B)",children:/* @__PURE__ */yl.jsx(wr,{})}),
344
- /* @__PURE__ */yl.jsx(Ld,{nodeType:q.italic,tooltip:"Italic (⌘+I)",children:/* @__PURE__ */yl.jsx(kr,{})}),
345
- /* @__PURE__ */yl.jsx(Ld,{nodeType:q.underline,tooltip:"Underline (⌘+U)",children:/* @__PURE__ */yl.jsx(Nr,{})}),
346
- /* @__PURE__ */yl.jsx(Ld,{nodeType:q.strikethrough,tooltip:"Strikethrough (⌘+⇧+M)",children:/* @__PURE__ */yl.jsx(Cr,{})}),
347
- /* @__PURE__ */yl.jsx(Fd,{})]}),
348
- /* @__PURE__ */yl.jsxs(yi,{children:[
349
- /* @__PURE__ */yl.jsx(hd,{nodeType:q.color,tooltip:"Text color",children:/* @__PURE__ */yl.jsx(_r,{})}),
350
- /* @__PURE__ */yl.jsx(hd,{nodeType:q.backgroundColor,tooltip:"Background color",children:/* @__PURE__ */yl.jsx(zr,{})})]}),
351
- /* @__PURE__ */yl.jsxs(yi,{children:[
352
- /* @__PURE__ */yl.jsx(Bc,{}),
353
- /* @__PURE__ */yl.jsx(Md,{}),
354
- /* @__PURE__ */yl.jsx(Rd,{}),
355
- /* @__PURE__ */yl.jsx(Nd,{}),
356
- /* @__PURE__ */yl.jsx(kd,{})]}),
357
- /* @__PURE__ */yl.jsxs(yi,{children:[
358
- /* @__PURE__ */yl.jsx(tu,{}),
359
- /* @__PURE__ */yl.jsx(Jd,{nodeType:q.img})]}),
360
- /* @__PURE__ */yl.jsx(yi,{children:/* @__PURE__ */yl.jsx(eu,{})})]})})}const du=[N({key:"fixed-toolbar",render:{beforeEditable:()=>/* @__PURE__ */yl.jsx(Ec,{children:/* @__PURE__ */yl.jsx(cu,{})})}})];function uu({children:e,className:t,state:r,...s}){const n=C(),o=_("focus"),a=!!d({key:q.link},"mode"),l=d({key:q.aiChat},"open"),i=_o({editorId:n,focusedEditorId:o,hideToolbar:a||l,...r,floatingOptions:{middleware:[zo(12),So({fallbackPlacements:["top-start","top-end","bottom-start","bottom-end"],padding:12})],placement:"top",...r?.floatingOptions}}),{clickOutsideRef:c,hidden:u,props:m,ref:h}=Eo(i),p=Vs(s.ref,h);return u?null:/* @__PURE__ */yl.jsx("div",{ref:c,children:/* @__PURE__ */yl.jsx(ui,{...s,...m,ref:p,className:El("scrollbar-hide absolute z-50 overflow-x-auto whitespace-nowrap rounded-md border bg-popover p-1 opacity-100 shadow-md print:hidden","max-w-[80vw]",t),children:e})})}function mu(){const e=k();/* @__PURE__ */
361
- return yl.jsxs(yl.Fragment,{children:[!e&&/* @__PURE__ */yl.jsx(yl.Fragment,{children:/* @__PURE__ */yl.jsxs(yi,{children:[
362
- /* @__PURE__ */yl.jsx(nu,{}),
363
- /* @__PURE__ */yl.jsx(Ld,{nodeType:q.bold,tooltip:"Bold (⌘+B)",children:/* @__PURE__ */yl.jsx(wr,{})}),
364
- /* @__PURE__ */yl.jsx(Ld,{nodeType:q.italic,tooltip:"Italic (⌘+I)",children:/* @__PURE__ */yl.jsx(kr,{})}),
365
- /* @__PURE__ */yl.jsx(Ld,{nodeType:q.underline,tooltip:"Underline (⌘+U)",children:/* @__PURE__ */yl.jsx(Nr,{})}),
366
- /* @__PURE__ */yl.jsx(Ld,{nodeType:q.strikethrough,tooltip:"Strikethrough (⌘+⇧+M)",children:/* @__PURE__ */yl.jsx(Cr,{})}),
367
- /* @__PURE__ */yl.jsx(Fd,{})]})}),
368
- /* @__PURE__ */yl.jsx(yi,{children:!e&&/* @__PURE__ */yl.jsx(eu,{})})]})}const hu=[N({key:"floating-toolbar",render:{afterEditable:()=>/* @__PURE__ */yl.jsx(uu,{children:/* @__PURE__ */yl.jsx(mu,{})})}})],pu={inject:{targetPlugins:[q.p]}},xu=[me.configure({inject:{...pu.inject,nodeProps:{defaultNodeValue:"black"}}}),he.configure(pu),pe.configure(pu),xe.configure(pu)],fu=[fe.configure({inject:{nodeProps:{defaultNodeValue:1.5,validNodeValues:[1,1.2,1.5,2,3]},targetPlugins:[...q.heading,q.p]}})];const gu=tt("z-50 w-auto rounded-md border bg-popover p-1 text-popover-foreground shadow-md outline-hidden"),bu=tt("flex h-[28px] w-full rounded-md border-none bg-transparent px-1.5 py-1 text-base placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-transparent md:text-sm");function ju({state:t}){const r=d({key:q.comment},"activeId"),s=d({key:q.suggestion},"activeId"),n=e.useMemo(()=>({middleware:[zo(8),So({fallbackPlacements:["bottom-end","top-start","top-end"],padding:12})],placement:s||r?"top-start":"bottom-start"}),[r,s]),o=Rn({...t,floatingOptions:{...n,...t?.floatingOptions}}),{hidden:a,props:l,ref:i,textInputProps:c}=Mn(o),u=Ln({...t,floatingOptions:{...n,...t?.floatingOptions}}),{editButtonProps:m,props:h,ref:p,unlinkButtonProps:x}=Pn(u),f=z({preventDefaultOnEnterKeydown:!0});if(a)return null;const g=/* @__PURE__ */yl.jsxs("div",{className:"flex w-[330px] flex-col",...f,children:[
369
- /* @__PURE__ */yl.jsxs("div",{className:"flex items-center",children:[
370
- /* @__PURE__ */yl.jsx("div",{className:"flex items-center pr-1 pl-2 text-muted-foreground",children:/* @__PURE__ */yl.jsx(Xt,{className:"size-4"})}),
371
- /* @__PURE__ */yl.jsx(Hn,{className:bu(),placeholder:"Paste link","data-plate-focus":!0})]}),
372
- /* @__PURE__ */yl.jsx(di,{className:"my-1"}),
373
- /* @__PURE__ */yl.jsxs("div",{className:"flex items-center",children:[
374
- /* @__PURE__ */yl.jsx("div",{className:"flex items-center pr-1 pl-2 text-muted-foreground",children:/* @__PURE__ */yl.jsx(Sr,{className:"size-4"})}),
375
- /* @__PURE__ */yl.jsx("input",{className:bu(),placeholder:"Text to display","data-plate-focus":!0,...c})]})]}),b=u.isEditing?g:/* @__PURE__ */yl.jsxs("div",{className:"box-content flex items-center",children:[
376
- /* @__PURE__ */yl.jsx("button",{className:ql({size:"sm",variant:"ghost"}),type:"button",...m,children:"Edit link"}),
377
- /* @__PURE__ */yl.jsx(di,{orientation:"vertical"}),
378
- /* @__PURE__ */yl.jsx(vu,{}),
379
- /* @__PURE__ */yl.jsx(di,{orientation:"vertical"}),
380
- /* @__PURE__ */yl.jsx("button",{className:ql({size:"sm",variant:"ghost"}),type:"button",...x,children:/* @__PURE__ */yl.jsx(Er,{width:18})})]});/* @__PURE__ */
381
- return yl.jsxs(yl.Fragment,{children:[
382
- /* @__PURE__ */yl.jsx("div",{ref:i,className:gu(),...l,children:g}),
383
- /* @__PURE__ */yl.jsx("div",{ref:p,className:gu(),...h,children:b})]})}function vu(){const t=m(),r=S(),s=e.useMemo(()=>{const e=t.api.node({match:{type:t.getType(q.link)}});if(!e)return{};const[r]=e;return Ao(t,r)},[t,r]);/* @__PURE__ */
384
- return yl.jsx("a",{...s,className:ql({size:"sm",variant:"ghost"}),onMouseOver:e=>{e.stopPropagation()},"aria-label":"Open link in a new tab",target:"_blank",children:/* @__PURE__ */yl.jsx(Ar,{width:18})})}const yu=[Vn.configure({render:{node:function(e){const t=e.editor.getApi(ao).suggestion.suggestionData(e.element);/* @__PURE__ */
385
- return yl.jsx(r,{...e,as:"a",className:El("font-medium text-primary underline decoration-primary underline-offset-4","remove"===t?.type&&"bg-red-100 text-red-700","insert"===t?.type&&"bg-emerald-100 text-emerald-700"),attributes:{...e.attributes,...Ao(e.editor,e.element),onMouseOver:e=>{e.stopPropagation()}},children:e.children})},afterEditable:()=>/* @__PURE__ */yl.jsx(ju,{})}})],wu=[Sn.configure({inject:{targetPlugins:[...q.heading,q.p,q.blockquote,q.codeBlock,q.toggle,q.img]},options:{offset:24}})];function ku({className:e,...t}){/* @__PURE__ */
386
- return yl.jsx(ls.Root,{"data-slot":"checkbox",className:El("peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",e),...t,children:/* @__PURE__ */yl.jsx(ls.Indicator,{"data-slot":"checkbox-indicator",className:"grid place-content-center text-current transition-none",children:/* @__PURE__ */yl.jsx(ht,{className:"size-3.5"})})})}const Nu={todo:{Li:function(e){/* @__PURE__ */
387
- return yl.jsx("li",{className:El("list-none",e.element.checked&&"text-muted-foreground line-through"),children:e.children})},Marker:function(e){const t=yo({element:e.element}),{checkboxProps:r}=wo(t),n=s();/* @__PURE__ */
388
- return yl.jsx("div",{contentEditable:!1,children:/* @__PURE__ */yl.jsx(ku,{className:El("-left-6 absolute top-1",n&&"pointer-events-none"),...r})})}}};function Cu(e){const{listStart:t,listStyleType:r}=e.element,{Li:s,Marker:n}=Nu[r]??{},o=Fe(e.element)?"ol":"ul";/* @__PURE__ */
389
- return yl.jsxs(o,{className:"relative m-0 p-0",style:{listStyleType:r},start:t,children:[n&&/* @__PURE__ */yl.jsx(n,{...e}),s?/* @__PURE__ */yl.jsx(s,{...e}):/* @__PURE__ */yl.jsx("li",{children:e.children})]})}const _u=[...wu,ko.configure({inject:{targetPlugins:[...q.heading,q.p,q.blockquote,q.codeBlock,q.toggle,q.img]},render:{belowNodes:e=>{if(e.element.listStyleType)return e=>/* @__PURE__ */yl.jsx(Cu,{...e})}}})],zu=[Io.configure({options:{plainMarks:[q.suggestion,q.comment],remarkPlugins:[Fo,Oo,To,Do]}})];const Su=E(Ho)({propsHook:Ro}),Eu=({className:t,isInline:r,open:n,setOpen:o,...a})=>{const l=m(),i=s(),c=h();if(e.useEffect(()=>{r&&n&&o(!0)},[r,n,o]),i)return null;const d=()=>{o(!1),r?l.tf.select(c,{focus:!0,next:!0}):l.getApi(ot).blockSelection.set(c.id)};/* @__PURE__ */
390
- return yl.jsxs(Zi,{className:"flex gap-2",onEscapeKeyDown:e=>{e.preventDefault()},contentEditable:!1,children:[
391
- /* @__PURE__ */yl.jsx(Su,{className:El("max-h-[50vh] grow resize-none p-2 text-sm",t),state:{isInline:r,open:n,onClose:d},autoFocus:!0,...a}),
392
- /* @__PURE__ */yl.jsxs($l,{variant:"secondary",className:"px-3",onClick:d,children:["Done ",
393
- /* @__PURE__ */yl.jsx(Ir,{className:"size-3.5"})]})]})},Au=[Lo.withComponent(function(t){const s=t.element,o=e.useRef(null),a=n(),l=f(e=>e.api.isCollapsed(),[]),[i,c]=e.useState(a&&l);return e.useEffect(()=>{a&&l&&c(!0)},[a,l]),Mo({element:s,katexRef:o,options:{displayMode:!0,errorColor:"#cc0000",fleqn:!1,leqno:!1,macros:{"\\f":"#1f(#2)"},output:"htmlAndMathml",strict:"warn",throwOnError:!1,trust:!1}}),/* @__PURE__ */yl.jsxs(r,{...t,className:El("mx-1 inline-block select-none rounded-sm [&_.katex-display]:my-0!"),children:[
394
- /* @__PURE__ */yl.jsxs($i,{open:i,onOpenChange:c,modal:!1,children:[
395
- /* @__PURE__ */yl.jsx(Wi,{asChild:!0,children:/* @__PURE__ */yl.jsxs("div",{className:El('after:-top-0.5 after:-left-1 after:absolute after:inset-0 after:z-1 after:h-[calc(100%)+4px] after:w-[calc(100%+8px)] after:rounded-sm after:content-[""]',"h-6",(s.texExpression.length>0&&i||a)&&"after:bg-brand/15",0===s.texExpression.length&&"text-muted-foreground after:bg-neutral-500/10"),contentEditable:!1,children:[
396
- /* @__PURE__ */yl.jsx("span",{ref:o,className:El(0===s.texExpression.length&&"hidden","font-mono leading-none")}),0===s.texExpression.length&&/* @__PURE__ */yl.jsxs("span",{children:[
397
- /* @__PURE__ */yl.jsx(Br,{className:"mr-1 inline-block h-[19px] w-4 py-[1.5px] align-text-bottom"}),"New equation"]})]})}),
398
- /* @__PURE__ */yl.jsx(Eu,{className:"my-auto",open:i,placeholder:"E = mc^2",setOpen:c,isInline:!0})]}),t.children]})}),Po.withComponent(function(t){const s=n(),[o,a]=e.useState(s),l=e.useRef(null);return Mo({element:t.element,katexRef:l,options:{displayMode:!0,errorColor:"#cc0000",fleqn:!1,leqno:!1,macros:{"\\f":"#1f(#2)"},output:"htmlAndMathml",strict:"warn",throwOnError:!1,trust:!1}}),/* @__PURE__ */yl.jsxs(r,{className:"my-1",...t,children:[
399
- /* @__PURE__ */yl.jsxs($i,{open:o,onOpenChange:a,modal:!1,children:[
400
- /* @__PURE__ */yl.jsx(Wi,{asChild:!0,children:/* @__PURE__ */yl.jsx("div",{className:El("group flex cursor-pointer select-none items-center justify-center rounded-sm hover:bg-primary/10 data-[selected=true]:bg-primary/10",0===t.element.texExpression.length?"bg-muted p-3 pr-9":"px-2 py-1"),"data-selected":s,contentEditable:!1,role:"button",children:t.element.texExpression.length>0?/* @__PURE__ */yl.jsx("span",{ref:l}):/* @__PURE__ */yl.jsxs("div",{className:"flex h-7 w-full items-center gap-2 whitespace-nowrap text-muted-foreground text-sm",children:[
401
- /* @__PURE__ */yl.jsx(Br,{className:"size-6 text-muted-foreground/80"}),
402
- /* @__PURE__ */yl.jsx("div",{children:"Add a Tex equation"})]})})}),
403
- /* @__PURE__ */yl.jsx(Eu,{open:o,placeholder:"f(x) = \\begin{cases}\n x^2, &\\quad x > 0 \\\\\n 0, &\\quad x = 0 \\\\\n -x^2, &\\quad x < 0\n\\end{cases}",isInline:!1,setOpen:a})]}),t.children]})})],Bu=tt("max-w-full",{defaultVariants:{align:"center"},variants:{align:{center:"mx-auto",left:"mr-auto",right:"ml-auto"}}});function Iu({align:e,className:t,...r}){/* @__PURE__ */
404
- return yl.jsx(qo,{...r,className:El(Bu({align:e}),t)})}function Tu(e){/* @__PURE__ */
405
- return yl.jsx($o,{...e,className:El("mt-2 w-full resize-none border-none bg-inherit p-0 font-[inherit] text-inherit","focus:outline-none focus:[&::placeholder]:opacity-0","text-center print:placeholder:text-transparent",e.className)})}const Du=Us($l)({propsHook:Uo,stateHook:Vo}),Ou=p(Rs,function(e){const{align:t="center",readOnly:s,unsafeUrl:n}=an();/* @__PURE__ */
406
- return yl.jsxs(r,{...e,className:"mb-1",children:[
407
- /* @__PURE__ */yl.jsxs("figure",{className:"group relative cursor-default",contentEditable:!1,children:[
408
- /* @__PURE__ */yl.jsx("div",{className:"h-16",children:/* @__PURE__ */yl.jsx("audio",{className:"size-full",src:n,controls:!0})}),
409
- /* @__PURE__ */yl.jsx(Iu,{style:{width:"100%"},align:t,children:/* @__PURE__ */yl.jsx(Tu,{className:"h-20",readOnly:s,placeholder:"Write a caption..."})})]}),e.children]})}),Fu=tt("flex h-[28px] w-full rounded-md border-none bg-transparent px-1.5 py-1 text-base placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-transparent md:text-sm");function Ru({children:t,plugin:r}){const o=m(),a=s(),l=n(),i=g(),c=f(e=>!e.api.isExpanded(),[]),d=ln("isOpen",o.id),u=i&&!a&&l&&c&&!d,p=cn("isEditing");e.useEffect(()=>{!u&&p&&dn.set("isEditing",!1)},[u]);const b=h(),{props:j}=x({element:b});/* @__PURE__ */
410
- return yl.jsxs($i,{open:u,modal:!1,children:[
411
- /* @__PURE__ */yl.jsx(Ki,{children:t}),
412
- /* @__PURE__ */yl.jsx(Zi,{className:"w-auto p-1",onOpenAutoFocus:e=>e.preventDefault(),children:p?/* @__PURE__ */yl.jsx("div",{className:"flex w-[330px] flex-col",children:/* @__PURE__ */yl.jsxs("div",{className:"flex items-center",children:[
413
- /* @__PURE__ */yl.jsx("div",{className:"flex items-center pr-1 pl-2 text-muted-foreground",children:/* @__PURE__ */yl.jsx(Xt,{className:"size-4"})}),
414
- /* @__PURE__ */yl.jsx(un.UrlInput,{className:Fu(),placeholder:"Paste the embed link...",options:{plugin:r}})]})}):/* @__PURE__ */yl.jsxs("div",{className:"box-content flex items-center",children:[
415
- /* @__PURE__ */yl.jsx(un.EditButton,{className:ql({size:"sm",variant:"ghost"}),children:"Edit link"}),
416
- /* @__PURE__ */yl.jsx(Du,{size:"sm",variant:"ghost",children:"Caption"}),
417
- /* @__PURE__ */yl.jsx(di,{orientation:"vertical",className:"mx-1 h-6"}),
418
- /* @__PURE__ */yl.jsx($l,{size:"sm",variant:"ghost",...j,children:/* @__PURE__ */yl.jsx(At,{})})]})})]})}const Mu=tt(El("top-0 flex w-6 select-none flex-col justify-center","after:flex after:h-16 after:w-[3px] after:rounded-[6px] after:bg-ring after:opacity-0 after:content-['_'] group-hover:after:opacity-100"),{variants:{direction:{left:"-left-3 -ml-3 pl-3",right:"-right-3 -mr-3 items-end pr-3"}}}),Lu=tt("absolute z-40",{variants:{direction:{bottom:"w-full cursor-row-resize",left:"h-full cursor-col-resize",right:"h-full cursor-col-resize",top:"w-full cursor-row-resize"}}});function Pu({className:e,options:t,...r}){const s=Ls(t??{}),n=Ps(s);return s.readOnly?null:/* @__PURE__ */yl.jsx("div",{className:El(Lu({direction:t?.direction}),e),"data-resizing":s.isResizing,...n.props,...r})}const Hu=tt("",{variants:{align:{center:"mx-auto",left:"mr-auto",right:"ml-auto"}}});function Vu({align:e,className:t,...r}){/* @__PURE__ */
419
- return yl.jsx(Ms,{...r,className:El(Hu({align:e}),t)})}const Uu=p(Rs,function(e){const{align:t="center",embed:s,focused:n,isTweet:o,isVideo:a,isYoutube:l,readOnly:i,selected:c}=an({urlParsers:[Jn,Xn]}),d=Hs("width"),u=s?.provider;/* @__PURE__ */
420
- return yl.jsx(Ru,{plugin:mn,children:/* @__PURE__ */yl.jsxs(r,{className:"py-2.5",...e,children:[
421
- /* @__PURE__ */yl.jsxs("figure",{className:"group relative m-0 w-full cursor-default",contentEditable:!1,children:[
422
- /* @__PURE__ */yl.jsxs(Vu,{align:t,options:{align:t,maxWidth:o?550:"100%",minWidth:o?300:100},children:[
423
- /* @__PURE__ */yl.jsx(Pu,{className:Mu({direction:"left"}),options:{direction:"left"}}),a?l?/* @__PURE__ */yl.jsx(Zo,{id:s.id,title:"youtube",wrapperClass:El("rounded-sm",n&&c&&"ring-2 ring-ring ring-offset-2","relative block cursor-pointer bg-black bg-center bg-cover [contain:content]","[&.lyt-activated]:before:absolute [&.lyt-activated]:before:top-0 [&.lyt-activated]:before:h-[60px] [&.lyt-activated]:before:w-full [&.lyt-activated]:before:bg-top [&.lyt-activated]:before:bg-repeat-x [&.lyt-activated]:before:pb-[50px] [&.lyt-activated]:before:[transition:all_0.2s_cubic-bezier(0,_0,_0.2,_1)]","[&.lyt-activated]:before:bg-[url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==)]",'after:block after:pb-[var(--aspect-ratio)] after:content-[""]',"[&_>_iframe]:absolute [&_>_iframe]:top-0 [&_>_iframe]:left-0 [&_>_iframe]:size-full","[&_>_.lty-playbtn]:z-1 [&_>_.lty-playbtn]:h-[46px] [&_>_.lty-playbtn]:w-[70px] [&_>_.lty-playbtn]:rounded-[14%] [&_>_.lty-playbtn]:bg-[#212121] [&_>_.lty-playbtn]:opacity-80 [&_>_.lty-playbtn]:[transition:all_0.2s_cubic-bezier(0,_0,_0.2,_1)]","[&:hover_>_.lty-playbtn]:bg-[red] [&:hover_>_.lty-playbtn]:opacity-100",'[&_>_.lty-playbtn]:before:border-[transparent_transparent_transparent_#fff] [&_>_.lty-playbtn]:before:border-y-[11px] [&_>_.lty-playbtn]:before:border-r-0 [&_>_.lty-playbtn]:before:border-l-[19px] [&_>_.lty-playbtn]:before:content-[""]',"[&_>_.lty-playbtn]:absolute [&_>_.lty-playbtn]:top-1/2 [&_>_.lty-playbtn]:left-1/2 [&_>_.lty-playbtn]:[transform:translate3d(-50%,-50%,0)]","[&_>_.lty-playbtn]:before:absolute [&_>_.lty-playbtn]:before:top-1/2 [&_>_.lty-playbtn]:before:left-1/2 [&_>_.lty-playbtn]:before:[transform:translate3d(-50%,-50%,0)]","[&.lyt-activated]:cursor-[unset]","[&.lyt-activated]:before:pointer-events-none [&.lyt-activated]:before:opacity-0","[&.lyt-activated_>_.lty-playbtn]:pointer-events-none [&.lyt-activated_>_.lty-playbtn]:opacity-0!")}):/* @__PURE__ */yl.jsx("div",{className:El("vimeo"===u&&"pb-[75%]","youku"===u&&"pb-[56.25%]","dailymotion"===u&&"pb-[56.0417%]","coub"===u&&"pb-[51.25%]"),children:/* @__PURE__ */yl.jsx("iframe",{className:El("absolute top-0 left-0 size-full rounded-sm",a&&"border-0",n&&c&&"ring-2 ring-ring ring-offset-2"),title:"embed",src:s.url,allowFullScreen:!0})}):null,o&&/* @__PURE__ */yl.jsx("div",{className:El("[&_.react-tweet-theme]:my-0",!i&&c&&"[&_.react-tweet-theme]:ring-2 [&_.react-tweet-theme]:ring-ring [&_.react-tweet-theme]:ring-offset-2"),children:/* @__PURE__ */yl.jsx(Ko,{id:s.id})}),
424
- /* @__PURE__ */yl.jsx(Pu,{className:Mu({direction:"right"}),options:{direction:"right"}})]}),
425
- /* @__PURE__ */yl.jsx(Iu,{style:{width:d},align:t,children:/* @__PURE__ */yl.jsx(Tu,{placeholder:"Write a caption..."})})]}),e.children]})})}),qu=p(Rs,function(e){const t=s(),{name:n,unsafeUrl:o}=an();/* @__PURE__ */
426
- return yl.jsxs(r,{className:"my-px rounded-sm",...e,children:[
427
- /* @__PURE__ */yl.jsxs("a",{className:"group relative m-0 flex cursor-pointer items-center rounded px-0.5 py-[3px] hover:bg-muted",contentEditable:!1,download:n,href:o,rel:"noopener noreferrer",role:"button",target:"_blank",children:[
428
- /* @__PURE__ */yl.jsxs("div",{className:"flex items-center gap-1 p-1",children:[
429
- /* @__PURE__ */yl.jsx(Tr,{className:"size-5"}),
430
- /* @__PURE__ */yl.jsx("div",{children:n})]}),
431
- /* @__PURE__ */yl.jsx(Iu,{align:"left",children:/* @__PURE__ */yl.jsx(Tu,{className:"text-left",readOnly:t,placeholder:"Write a caption..."})})]}),e.children]})}),$u=p(Rs,function(e){const{align:t="center",focused:s,readOnly:n,selected:o}=an(),a=Hs("width"),{isDragging:l,handleRef:i}=bs({element:e.element});/* @__PURE__ */
432
- return yl.jsx(Ru,{plugin:hn,children:/* @__PURE__ */yl.jsxs(r,{...e,className:"py-2.5",children:[
433
- /* @__PURE__ */yl.jsxs("figure",{className:"group relative m-0",contentEditable:!1,children:[
434
- /* @__PURE__ */yl.jsxs(Vu,{align:t,options:{align:t,readOnly:n},children:[
435
- /* @__PURE__ */yl.jsx(Pu,{className:Mu({direction:"left"}),options:{direction:"left"}}),
436
- /* @__PURE__ */yl.jsx(pn,{ref:i,className:El("block w-full max-w-full cursor-pointer object-cover px-0","rounded-sm",s&&o&&"ring-2 ring-ring ring-offset-2",l&&"opacity-50"),alt:e.attributes.alt}),
437
- /* @__PURE__ */yl.jsx(Pu,{className:Mu({direction:"right"}),options:{direction:"right"}})]}),
438
- /* @__PURE__ */yl.jsx(Iu,{style:{width:a},align:t,children:/* @__PURE__ */yl.jsx(Tu,{readOnly:n,onFocus:e=>{e.preventDefault()},placeholder:"Write a caption..."})})]}),e.children]})})});function Wu({onUploadComplete:t,onUploadError:r,...s}={}){const[n,o]=e.useState(),[a,l]=e.useState(),[i,c]=e.useState(0),[d,u]=e.useState(!1);return{isUploading:d,progress:i,uploadedFile:n,uploadFile:async function(e){u(!0),l(e);try{const r=await Zu("editorUploader",{...s,files:[e],onUploadProgress:({progress:e})=>{c(Math.min(e,100))}});return o(r[0]),t?.(r[0]),n}catch(a){const t=function(e){const t="Something went wrong, please try again later.";if(e instanceof Go.ZodError){return e.issues.map(e=>e.message).join("\n")}if(e instanceof Error)return e.message;return t}(a),s=t.length>0?t:"Something went wrong, please try again later.";No.error(s),r?.(a);const n={key:"mock-key-0",appUrl:`https://mock-app-url.com/${e.name}`,name:e.name,size:e.size,type:e.type,url:URL.createObjectURL(e)};let l=0;const i=async()=>{for(;l<100;)await new Promise(e=>setTimeout(e,50)),l+=2,c(Math.min(l,100))};return await i(),o(n),n}finally{c(0),u(!1),l(void 0)}},uploadingFile:a}}const{uploadFiles:Zu,useUploadThing:Ku}=Yo();const Yu={[q.audio]:{accept:["audio/*"],content:"Add an audio file",icon:/* @__PURE__ */yl.jsx(Fr,{})},[q.file]:{accept:["*"],content:"Add a file",icon:/* @__PURE__ */yl.jsx(Tr,{})},[q.img]:{accept:["image/*"],content:"Add an image",icon:/* @__PURE__ */yl.jsx(Qt,{})},[q.video]:{accept:["video/*"],content:"Add a video",icon:/* @__PURE__ */yl.jsx(Or,{})}},Gu=p(xn,function(t){const{editor:s,element:n}=t,{api:o}=i(on),{isUploading:a,progress:l,uploadedFile:c,uploadFile:d,uploadingFile:u}=Wu(),m=a&&u,h=Yu[n.mediaType],p=n.mediaType===q.img,x=e.useRef(null),{openFilePicker:f}=Co({accept:h.accept,multiple:!0,onFilesSelected:({plainFiles:e})=>{const t=e[0],r=e.slice(1);g(t),r.length>0&&s.getTransforms(on).insert.media(r)}}),g=e.useCallback(e=>{d(e),o.placeholder.addUploadingFile(n.id,e)},[o.placeholder,n.id,d]);e.useEffect(()=>{if(!c)return;const e=s.api.findPath(n);s.tf.withoutSaving(()=>{s.tf.removeNodes({at:e});const t={children:[{text:""}],initialHeight:x.current?.height,initialWidth:x.current?.width,isUpload:!0,name:n.mediaType===q.file?c.name:"",placeholderId:n.id,type:n.mediaType,url:c.url};s.tf.insertNodes(t,{at:e}),fn(s,t)}),o.placeholder.removeUploadingFile(n.id)},[c,n.id]);const b=e.useRef(!1);return e.useEffect(()=>{if(b.current)return;b.current=!0;const e=o.placeholder.getUploadingFile(n.id);e&&g(e)},[b]),/* @__PURE__ */yl.jsxs(r,{className:"my-1",...t,children:[(!m||!p)&&/* @__PURE__ */yl.jsxs("div",{className:El("flex cursor-pointer select-none items-center rounded-sm bg-muted p-3 pr-9 hover:bg-primary/10"),onClick:()=>!m&&f(),contentEditable:!1,children:[
439
- /* @__PURE__ */yl.jsx("div",{className:"relative mr-3 flex text-muted-foreground/80 [&_svg]:size-6",children:h.icon}),
440
- /* @__PURE__ */yl.jsxs("div",{className:"whitespace-nowrap text-muted-foreground text-sm",children:[
441
- /* @__PURE__ */yl.jsx("div",{children:m?u?.name:h.content}),m&&!p&&/* @__PURE__ */yl.jsxs("div",{className:"mt-1 flex items-center gap-1.5",children:[
442
- /* @__PURE__ */yl.jsx("div",{children:Ju(u?.size??0)}),
443
- /* @__PURE__ */yl.jsx("div",{children:""}),
444
- /* @__PURE__ */yl.jsxs("div",{className:"flex items-center",children:[
445
- /* @__PURE__ */yl.jsx(Dr,{className:"mr-1 size-3.5 animate-spin text-muted-foreground"}),l??0,"%"]})]})]})]}),p&&m&&/* @__PURE__ */yl.jsx(Qu,{file:u,imageRef:x,progress:l}),t.children]})});function Qu({className:t,file:r,imageRef:s,progress:n=0}){const[o,a]=e.useState(null);return e.useEffect(()=>{const e=URL.createObjectURL(r);return a(e),()=>{URL.revokeObjectURL(e)}},[r]),o?/* @__PURE__ */yl.jsxs("div",{className:El("relative",t),contentEditable:!1,children:[
446
- /* @__PURE__ */yl.jsx("img",{ref:s,className:"h-auto w-full rounded-sm object-cover",alt:r.name,src:o}),n<100&&/* @__PURE__ */yl.jsxs("div",{className:"absolute right-1 bottom-1 flex items-center space-x-2 rounded-full bg-black/50 px-1 py-0.5",children:[
447
- /* @__PURE__ */yl.jsx(Dr,{className:"size-3.5 animate-spin text-muted-foreground"}),
448
- /* @__PURE__ */yl.jsxs("span",{className:"font-medium text-white text-xs",children:[Math.round(n),"%"]})]})]}):null}function Ju(e,t={}){const{decimals:r=0,sizeType:s="normal"}=t;if(0===e)return"0 Byte";const n=Math.floor(Math.log(e)/Math.log(1024));return`${(e/1024**n).toFixed(r)} ${"accurate"===s?["Bytes","KiB","MiB","GiB","TiB"][n]??"Bytest":["Bytes","KB","MB","GB","TB"][n]??"Bytes"}`}const Xu=tt("rounded bg-[rgba(0,0,0,0.5)] px-1",{defaultVariants:{variant:"default"},variants:{variant:{default:"text-white",disabled:"cursor-not-allowed text-gray-400"}}});function em(e){const{props:t,ref:r}=jn();/* @__PURE__ */
449
- return yl.jsx("input",{...t,...e,ref:r})}const tm=()=>{const t=d(on,"error");e.useEffect(()=>{if(!t)return;const{code:e,data:r}=t;switch(e){case vn.INVALID_FILE_SIZE:No.error(`The size of files ${r.files.map(e=>e.name).join(", ")} is invalid`);break;case vn.INVALID_FILE_TYPE:No.error(`The type of files ${r.files.map(e=>e.name).join(", ")} is invalid`);break;case vn.TOO_LARGE:No.error(`The size of files ${r.files.map(e=>e.name).join(", ")} is too large than ${r.maxFileSize}`);break;case vn.TOO_LESS_FILES:No.error(`The mini um number of files is ${r.minFileCount} for ${r.fileType}`);break;case vn.TOO_MANY_FILES:No.error(`The maximum number of files is ${r.maxFileCount} ${r.fileType?`for ${r.fileType}`:""}`)}},[t])},rm=p(Rs,function(e){const{align:t="center",embed:s,isUpload:n,isYoutube:o,readOnly:a,unsafeUrl:l}=an({urlParsers:[Jn,Xn]}),i=Hs("width"),c=A(),{isDragging:d,handleRef:u}=bs({element:e.element});/* @__PURE__ */
450
- return yl.jsxs(r,{className:"py-2.5",...e,children:[
451
- /* @__PURE__ */yl.jsxs("figure",{className:"relative m-0 cursor-default",contentEditable:!1,children:[
452
- /* @__PURE__ */yl.jsx(Vu,{className:El(d&&"opacity-50"),align:t,options:{align:t,maxWidth:550,minWidth:300,readOnly:a},children:/* @__PURE__ */yl.jsxs("div",{className:"group/media",children:[
453
- /* @__PURE__ */yl.jsx(Pu,{className:Mu({direction:"left"}),options:{direction:"left"}}),
454
- /* @__PURE__ */yl.jsx(Pu,{className:Mu({direction:"right"}),options:{direction:"right"}}),!n&&o&&/* @__PURE__ */yl.jsx("div",{ref:u,children:/* @__PURE__ */yl.jsx(Zo,{id:s.id,title:"youtube",wrapperClass:El("aspect-video rounded-sm","relative block cursor-pointer bg-black bg-center bg-cover [contain:content]","[&.lyt-activated]:before:absolute [&.lyt-activated]:before:top-0 [&.lyt-activated]:before:h-[60px] [&.lyt-activated]:before:w-full [&.lyt-activated]:before:bg-top [&.lyt-activated]:before:bg-repeat-x [&.lyt-activated]:before:pb-[50px] [&.lyt-activated]:before:[transition:all_0.2s_cubic-bezier(0,_0,_0.2,_1)]","[&.lyt-activated]:before:bg-[url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==)]",'after:block after:pb-[var(--aspect-ratio)] after:content-[""]',"[&_>_iframe]:absolute [&_>_iframe]:top-0 [&_>_iframe]:left-0 [&_>_iframe]:size-full","[&_>_.lty-playbtn]:z-1 [&_>_.lty-playbtn]:h-[46px] [&_>_.lty-playbtn]:w-[70px] [&_>_.lty-playbtn]:rounded-[14%] [&_>_.lty-playbtn]:bg-[#212121] [&_>_.lty-playbtn]:opacity-80 [&_>_.lty-playbtn]:[transition:all_0.2s_cubic-bezier(0,_0,_0.2,_1)]","[&:hover_>_.lty-playbtn]:bg-[red] [&:hover_>_.lty-playbtn]:opacity-100",'[&_>_.lty-playbtn]:before:border-[transparent_transparent_transparent_#fff] [&_>_.lty-playbtn]:before:border-y-[11px] [&_>_.lty-playbtn]:before:border-r-0 [&_>_.lty-playbtn]:before:border-l-[19px] [&_>_.lty-playbtn]:before:content-[""]',"[&_>_.lty-playbtn]:absolute [&_>_.lty-playbtn]:top-1/2 [&_>_.lty-playbtn]:left-1/2 [&_>_.lty-playbtn]:[transform:translate3d(-50%,-50%,0)]","[&_>_.lty-playbtn]:before:absolute [&_>_.lty-playbtn]:before:top-1/2 [&_>_.lty-playbtn]:before:left-1/2 [&_>_.lty-playbtn]:before:[transform:translate3d(-50%,-50%,0)]","[&.lyt-activated]:cursor-[unset]","[&.lyt-activated]:before:pointer-events-none [&.lyt-activated]:before:opacity-0","[&.lyt-activated_>_.lty-playbtn]:pointer-events-none [&.lyt-activated_>_.lty-playbtn]:opacity-0!")})}),n&&c&&/* @__PURE__ */yl.jsx("div",{ref:u,children:/* @__PURE__ */yl.jsx(Qo,{height:"100%",src:l,width:"100%",controls:!0})})]})}),
455
- /* @__PURE__ */yl.jsx(Iu,{style:{width:i},align:t,children:/* @__PURE__ */yl.jsx(Tu,{readOnly:a,placeholder:"Write a caption..."})})]}),e.children]})}),sm=[hn.configure({options:{disableUploadInsert:!0},render:{afterEditable:function(){const e=m(),t=ln("isOpen",e.id),r=ln("scale"),s=ln("isEditingScale"),{closeProps:n,currentUrlIndex:o,maskLayerProps:a,nextDisabled:l,nextProps:i,prevDisabled:c,prevProps:d,scaleTextProps:u,zommOutProps:h,zoomInDisabled:p,zoomInProps:x,zoomOutDisabled:f}=gn({scrollSpeed:4});/* @__PURE__ */
456
- return yl.jsxs("div",{className:El("fixed top-0 left-0 z-50 h-screen w-screen select-none",!t&&"hidden"),onContextMenu:e=>e.stopPropagation(),...a,children:[
457
- /* @__PURE__ */yl.jsx("div",{className:"absolute inset-0 size-full bg-black opacity-30"}),
458
- /* @__PURE__ */yl.jsx("div",{className:"absolute inset-0 size-full bg-black opacity-30"}),
459
- /* @__PURE__ */yl.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:/* @__PURE__ */yl.jsxs("div",{className:"relative flex max-h-screen w-full items-center",children:[
460
- /* @__PURE__ */yl.jsx(bn,{className:El("mx-auto block max-h-[calc(100vh-4rem)] w-auto object-contain transition-transform")}),
461
- /* @__PURE__ */yl.jsxs("div",{className:"-translate-x-1/2 absolute bottom-0 left-1/2 z-40 flex w-fit justify-center gap-4 p-2 text-center text-white",onClick:e=>e.stopPropagation(),children:[
462
- /* @__PURE__ */yl.jsxs("div",{className:"flex gap-1",children:[
463
- /* @__PURE__ */yl.jsx("button",{...d,className:El(Xu({variant:c?"disabled":"default"})),type:"button",children:/* @__PURE__ */yl.jsx(xr,{})}),(o??0)+1,
464
- /* @__PURE__ */yl.jsx("button",{...i,className:El(Xu({variant:l?"disabled":"default"})),type:"button",children:/* @__PURE__ */yl.jsx(fr,{})})]}),
465
- /* @__PURE__ */yl.jsxs("div",{className:"flex",children:[
466
- /* @__PURE__ */yl.jsx("button",{className:El(Xu({variant:f?"disabled":"default"})),...h,type:"button",children:/* @__PURE__ */yl.jsx(Rr,{className:"size-4"})}),
467
- /* @__PURE__ */yl.jsx("div",{className:"mx-px",children:s?/* @__PURE__ */yl.jsxs(yl.Fragment,{children:[
468
- /* @__PURE__ */yl.jsx(em,{className:"w-10 rounded px-1 text-slate-500 outline"})," ",
469
- /* @__PURE__ */yl.jsx("span",{children:"%"})]}):/* @__PURE__ */yl.jsx("span",{...u,children:100*r+"%"})}),
470
- /* @__PURE__ */yl.jsx("button",{className:El(Xu({variant:p?"disabled":"default"})),...x,type:"button",children:/* @__PURE__ */yl.jsx(Mr,{className:"size-4"})})]}),
471
- /* @__PURE__ */yl.jsx("button",{className:El(Xu()),type:"button",children:/* @__PURE__ */yl.jsx(Lr,{className:"size-4"})}),
472
- /* @__PURE__ */yl.jsx("button",{...n,className:El(Xu()),type:"button",children:/* @__PURE__ */yl.jsx(Pr,{className:"size-4"})})]})]})})]})},node:$u}}),mn.withComponent(Uu),yn.withComponent(rm),wn.withComponent(Ou),kn.withComponent(qu),on.configure({options:{disableEmptyPlaceholder:!0},render:{afterEditable:function(){return tm(),null},node:Gu}}),Wo.configure({options:{query:{allow:[q.img,q.video,q.audio,q.file,q.mediaEmbed]}}})];const nm=e.createContext(null),om=({group:e,keywords:t=[],label:r,value:s},n)=>{const o=new Set([s,...t,e,r].filter(Boolean));return Array.from(o).some(e=>ua(e,n))},am=({children:t,element:r,filter:s=om,hideWhenNoValue:n=!1,setValue:o,showTrigger:a=!0,trigger:l,value:i})=>{const c=m(),d=e.useRef(null),u=ma(d),[h,p]=e.useState(""),x=void 0!==i,f=x?i:h,g=e.useMemo(()=>{const e=r.userId,t=c.meta.userId;return!e||e===t},[c.meta.userId,r]),b=e.useCallback(e=>{o?.(e),x||p(e)},[o,x]),j=e.useRef(null);e.useEffect(()=>{const e=c.api.findPath(r);if(!e)return;const t=c.api.before(e);if(!t)return;const s=c.api.pointRef(t);return j.current=s.current,()=>{s.unref()}},[c,r]);const{props:v,removeInput:y}=ha({cancelInputOnBlur:!0,cursorState:u,autoFocus:g,ref:d,onCancelInput:e=>{"backspace"!==e&&c.tf.insertText(l+f,{at:j?.current??void 0}),"arrowLeft"!==e&&"arrowRight"!==e||c.tf.move({distance:1,reverse:"arrowLeft"===e})}}),[w,k]=e.useState(!1),N=e.useMemo(()=>({filter:s,inputProps:v,inputRef:d,removeInput:y,setHasEmpty:k,showTrigger:a,trigger:l}),[l,a,s,d,v,y,k]),C=ra({setValue:t=>e.startTransition(()=>b(t))}),_=C.useState("items");return e.useEffect(()=>{C.getState().activeId||C.setActiveId(C.first())},[_,C]),/* @__PURE__ */yl.jsx("span",{contentEditable:!1,children:/* @__PURE__ */yl.jsx(sa,{open:(_.length>0||w)&&(!n||f.length>0),store:C,children:/* @__PURE__ */yl.jsx(nm.Provider,{value:N,children:t})})})},lm=({className:t,ref:r,...s})=>{const{inputProps:n,inputRef:o,showTrigger:a,trigger:l}=e.useContext(nm),i=na().useState("value"),c=B(r,o);/* @__PURE__ */
473
- return yl.jsxs(yl.Fragment,{children:[a&&l,
474
- /* @__PURE__ */yl.jsxs("span",{className:"relative min-h-[1lh]",children:[
475
- /* @__PURE__ */yl.jsx("span",{className:"invisible overflow-hidden text-nowrap","aria-hidden":"true",children:i||"​"}),
476
- /* @__PURE__ */yl.jsx(oa,{ref:c,className:El("absolute top-0 left-0 size-full bg-transparent outline-none",t),value:i,autoSelect:!0,...n,...s})]})]})};lm.displayName="InlineComboboxInput";const im=({className:e,...t})=>{const r=na();/* @__PURE__ */
477
- return yl.jsx(aa,{children:/* @__PURE__ */yl.jsx(la,{className:El("z-500 max-h-[288px] w-[300px] overflow-y-auto rounded-md bg-popover shadow-md",e),onKeyDownCapture:function(e){if(!r)return;const t=r.getState(),{items:s,activeId:n}=t;if(!s.length)return;const o=s.findIndex(e=>e.id===n);"ArrowUp"===e.key&&o<=0?(e.preventDefault(),r.setActiveId(r.last())):"ArrowDown"===e.key&&o>=s.length-1&&(e.preventDefault(),r.setActiveId(r.first()))},...t})})},cm=tt("relative mx-1 flex h-[28px] select-none items-center rounded-sm px-2 text-foreground text-sm outline-none [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{defaultVariants:{interactive:!0},variants:{interactive:{false:"",true:"cursor-pointer transition-colors hover:bg-accent hover:text-accent-foreground data-[active-item=true]:bg-accent data-[active-item=true]:text-accent-foreground"}}}),dm=({className:t,focusEditor:r=!0,group:s,keywords:n,label:o,onClick:a,...l})=>{const{value:i}=l,{filter:c,removeInput:d}=e.useContext(nm),u=na(),m=c&&u.useState("value");return e.useMemo(()=>!c||c({group:s,keywords:n,label:o,value:i},m),[c,s,n,o,i,m])?/* @__PURE__ */yl.jsx(ca,{className:El(cm(),t),onClick:e=>{d(r),a?.(e)},...l}):null},um=({children:t,className:r})=>{const{setHasEmpty:s}=e.useContext(nm),n=na().useState("items");return e.useEffect(()=>(s(!0),()=>{s(!1)}),[s]),n.length>0?null:/* @__PURE__ */yl.jsx("div",{className:El(cm({interactive:!1}),r),children:t})};function mm({className:e,...t}){/* @__PURE__ */
478
- return yl.jsx(ia,{...t,className:El("hidden not-last:border-b py-1.5 [&:has([role=option])]:block",e)})}function hm({className:e,...t}){/* @__PURE__ */
479
- return yl.jsx(da,{...t,className:El("mt-1.5 mb-2 px-3 font-medium text-muted-foreground text-xs",e)})}const pm=ea();const xm=[{key:"0",text:"Aayla Secura"},{key:"1",text:"Adi Gallia"},{key:"2",text:"Admiral Dodd Rancit"},{key:"3",text:"Admiral Firmus Piett"},{key:"4",text:"Admiral Gial Ackbar"},{key:"5",text:"Admiral Ozzel"},{key:"6",text:"Admiral Raddus"},{key:"7",text:"Admiral Terrinald Screed"},{key:"8",text:"Admiral Trench"},{key:"9",text:"Admiral U.O. Statura"},{key:"10",text:"Agen Kolar"},{key:"11",text:"Agent Kallus"},{key:"12",text:"Aiolin and Morit Astarte"},{key:"13",text:"Aks Moe"},{key:"14",text:"Almec"},{key:"15",text:"Alton Kastle"},{key:"16",text:"Amee"},{key:"17",text:"AP-5"},{key:"18",text:"Armitage Hux"},{key:"19",text:"Artoo"},{key:"20",text:"Arvel Crynyd"},{key:"21",text:"Asajj Ventress"},{key:"22",text:"Aurra Sing"},{key:"23",text:"AZI-3"},{key:"24",text:"Bala-Tik"},{key:"25",text:"Barada"},{key:"26",text:"Bargwill Tomder"},{key:"27",text:"Baron Papanoida"},{key:"28",text:"Barriss Offee"},{key:"29",text:"Baze Malbus"},{key:"30",text:"Bazine Netal"},{key:"31",text:"BB-8"},{key:"32",text:"BB-9E"},{key:"33",text:"Ben Quadinaros"},{key:"34",text:"Berch Teller"},{key:"35",text:"Beru Lars"},{key:"36",text:"Bib Fortuna"},{key:"37",text:"Biggs Darklighter"},{key:"38",text:"Black Krrsantan"},{key:"39",text:"Bo-Katan Kryze"},{key:"40",text:"Boba Fett"},{key:"41",text:"Bobbajo"},{key:"42",text:"Bodhi Rook"},{key:"43",text:"Borvo the Hutt"},{key:"44",text:"Boss Nass"},{key:"45",text:"Bossk"},{key:"46",text:"Breha Antilles-Organa"},{key:"47",text:"Bren Derlin"},{key:"48",text:"Brendol Hux"},{key:"49",text:"BT-1"}],fm=[Jo.configure({options:{triggerPreviousCharPattern:/^$|^[\s"']$/}}).withComponent(function(t){const a=t.element,l=n(),i=o(),c=function(){const[t,r]=e.useState(!1);return e.useEffect(()=>{r(!0)},[]),t}(),d=s();/* @__PURE__ */
480
- return yl.jsx(r,{...t,className:El("inline-block rounded-md bg-muted px-1.5 py-0.5 align-baseline font-medium text-sm",!d&&"cursor-pointer",l&&i&&"ring-2 ring-ring",!0===a.children[0][q.bold]&&"font-bold",!0===a.children[0][q.italic]&&"italic",!0===a.children[0][q.underline]&&"underline"),attributes:{...t.attributes,contentEditable:!1,"data-slate-value":a.value,draggable:!0},children:c&&te?
481
- /* @__PURE__ */yl.jsxs(yl.Fragment,{children:[t.children,t.prefix,a.value]}):
482
- /* @__PURE__ */yl.jsxs(yl.Fragment,{children:[t.prefix,a.value,t.children]})})}),Xo.withComponent(function(t){const{editor:s,element:n}=t,[o,a]=e.useState("");/* @__PURE__ */
483
- return yl.jsxs(r,{...t,as:"span",children:[
484
- /* @__PURE__ */yl.jsxs(am,{value:o,element:n,setValue:a,showTrigger:!1,trigger:"@",children:[
485
- /* @__PURE__ */yl.jsx("span",{className:"inline-block rounded-md bg-muted px-1.5 py-0.5 align-baseline text-sm ring-ring focus-within:ring-2",children:/* @__PURE__ */yl.jsx(lm,{})}),
486
- /* @__PURE__ */yl.jsxs(im,{className:"my-1.5",children:[
487
- /* @__PURE__ */yl.jsx(um,{children:"No results"}),
488
- /* @__PURE__ */yl.jsx(mm,{children:xm.map(e=>/* @__PURE__ */yl.jsx(dm,{value:e.text,onClick:()=>pm(s,e,o),children:e.text},e.key))})]})]}),t.children]})})],gm=[{group:"AI",items:[{focusEditor:!1,icon:/* @__PURE__ */yl.jsx(Hr,{}),value:"AI",onSelect:e=>{e.getApi(dt).aiChat.show()}}]},{group:"Basic blocks",items:[{icon:/* @__PURE__ */yl.jsx(qt,{}),keywords:["paragraph"],label:"Text",value:q.p},{icon:/* @__PURE__ */yl.jsx($t,{}),keywords:["title","h1"],label:"Heading 1",value:q.h1},{icon:/* @__PURE__ */yl.jsx(Wt,{}),keywords:["subtitle","h2"],label:"Heading 2",value:q.h2},{icon:/* @__PURE__ */yl.jsx(Zt,{}),keywords:["subtitle","h3"],label:"Heading 3",value:q.h3},{icon:/* @__PURE__ */yl.jsx(Yt,{}),keywords:["unordered","ul","-"],label:"Bulleted list",value:q.ul},{icon:/* @__PURE__ */yl.jsx(er,{}),keywords:["ordered","ol","1"],label:"Numbered list",value:q.ol},{icon:/* @__PURE__ */yl.jsx(Vr,{}),keywords:["checklist","task","checkbox","[]"],label:"To-do list",value:q.listTodo},{icon:/* @__PURE__ */yl.jsx(ut,{}),keywords:["collapsible","expandable"],label:"Toggle",value:q.toggle},{icon:/* @__PURE__ */yl.jsx(Ur,{}),keywords:["```"],label:"Code Block",value:q.codeBlock},{icon:/* @__PURE__ */yl.jsx(cr,{}),label:"Table",value:q.table},{icon:/* @__PURE__ */yl.jsx(qr,{}),keywords:["citation","blockquote","quote",">"],label:"Blockquote",value:q.blockquote},{description:"Insert a highlighted block.",icon:/* @__PURE__ */yl.jsx(vt,{}),keywords:["note"],label:"Callout",value:q.callout}].map(e=>({...e,onSelect:(e,t)=>{Ed(e,t,{upsert:!0})}}))},{group:"Advanced blocks",items:[{icon:/* @__PURE__ */yl.jsx($r,{}),keywords:["toc"],label:"Table of contents",value:q.toc},{icon:/* @__PURE__ */yl.jsx(Wr,{}),label:"3 columns",value:"action_three_columns"},{focusEditor:!1,icon:/* @__PURE__ */yl.jsx(Br,{}),label:"Equation",value:q.equation},{icon:/* @__PURE__ */yl.jsx(Zr,{}),keywords:["excalidraw"],label:"Excalidraw",value:q.excalidraw}].map(e=>({...e,onSelect:(e,t)=>{Ed(e,t,{upsert:!0})}}))},{group:"Inline",items:[{focusEditor:!0,icon:/* @__PURE__ */yl.jsx(Kr,{}),keywords:["time"],label:"Date",value:q.date},{focusEditor:!1,icon:/* @__PURE__ */yl.jsx(Br,{}),label:"Inline Equation",value:q.inlineEquation}].map(e=>({...e,onSelect:(e,t)=>{Ad(e,t)}}))}];const bm=[pa.configure({options:{triggerQuery:e=>!e.api.some({match:{type:e.getType(q.codeBlock)}})}}),xa.withComponent(function(e){const{editor:t,element:s}=e;/* @__PURE__ */
489
- return yl.jsxs(r,{...e,as:"span",children:[
490
- /* @__PURE__ */yl.jsxs(am,{element:s,trigger:"/",children:[
491
- /* @__PURE__ */yl.jsx(lm,{}),
492
- /* @__PURE__ */yl.jsxs(im,{children:[
493
- /* @__PURE__ */yl.jsx(um,{children:"No results"}),gm.map(({group:e,items:r})=>/* @__PURE__ */yl.jsxs(mm,{children:[
494
- /* @__PURE__ */yl.jsx(hm,{children:e}),r.map(({focusEditor:r,icon:s,keywords:n,label:o,value:a,onSelect:l})=>/* @__PURE__ */yl.jsxs(dm,{value:a,onClick:()=>l(t,a),label:o,focusEditor:r,group:e,keywords:n,children:[
495
- /* @__PURE__ */yl.jsx("div",{className:"mr-2 text-muted-foreground",children:s}),o??a]},a))]},e))]})]}),e.children]})})],jm=tt(El("bg-emerald-100 text-emerald-700 no-underline transition-colors duration-200"),{defaultVariants:{insertActive:!1,remove:!1,removeActive:!1},variants:{insertActive:{false:"",true:"bg-emerald-200/80"},remove:{false:"",true:"bg-red-100 text-red-700"},removeActive:{false:"",true:"bg-red-200/80 no-underline"}}});function vm({children:t,suggestionData:r}){const{isLineBreak:s,type:n}=r,o="remove"===n,a="insert"===n,l=d(Vm,"activeId"),c=d(Vm,"hoverId"),u=l===r.id,m=c===r.id,h=e.useRef(null),{setOption:p}=i(Vm);/* @__PURE__ */
496
- return yl.jsx(yl.Fragment,{children:s?/* @__PURE__ */yl.jsxs(yl.Fragment,{children:[t,
497
- /* @__PURE__ */yl.jsx("span",{ref:h,className:El("absolute text-justify",jm({insertActive:a&&(u||m),remove:o,removeActive:(u||m)&&o})),style:{bottom:3.5,height:21},contentEditable:!1,children:/* @__PURE__ */yl.jsx(Ir,{className:"mt-0.5 size-4"})})]}):/* @__PURE__ */yl.jsx("div",{className:El(jm({insertActive:a&&(u||m),remove:o,removeActive:(u||m)&&o})),onMouseEnter:()=>p("hoverId",r.id),onMouseLeave:()=>p("hoverId",null),"data-block-suggestion":"true",children:t})})}function ym({className:e,size:t="default",...r}){/* @__PURE__ */
498
- return yl.jsx(as.Root,{"data-slot":"avatar","data-size":t,className:El("group/avatar relative flex size-8 shrink-0 overflow-hidden rounded-full select-none data-[size=lg]:size-10 data-[size=sm]:size-6",e),...r})}function wm({className:e,...t}){/* @__PURE__ */
499
- return yl.jsx(as.Image,{"data-slot":"avatar-image",className:El("aspect-square size-full",e),...t})}function km({className:e,...t}){/* @__PURE__ */
500
- return yl.jsx(as.Fallback,{"data-slot":"avatar-fallback",className:El("bg-muted text-muted-foreground flex size-full items-center justify-center rounded-full text-sm group-data-[size=sm]/avatar:text-xs",e),...t})}const Nm=tt("relative w-full cursor-text select-text overflow-y-auto caret-primary selection:bg-brand/25 focus-visible:outline-none [&_.slate-selection-area]:z-50 [&_.slate-selection-area]:border [&_.slate-selection-area]:border-brand/25 [&_.slate-selection-area]:bg-brand/15",{defaultVariants:{variant:"default"},variants:{variant:{comment:El("flex flex-wrap justify-between gap-1 px-1 py-0.5 text-sm","rounded-md border-[1.5px] border-transparent bg-transparent","has-[[data-slate-editor]:focus]:border-brand/50 has-[[data-slate-editor]:focus]:ring-2 has-[[data-slate-editor]:focus]:ring-brand/30","has-aria-disabled:border-input has-aria-disabled:bg-muted"),default:"h-full",demo:"h-[650px]",select:El("group rounded-md border border-input ring-offset-background focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2","has-data-readonly:w-fit has-data-readonly:cursor-default has-data-readonly:border-transparent has-data-readonly:focus-within:[box-shadow:none]")}}});function Cm({className:e,variant:t,...r}){/* @__PURE__ */
501
- return yl.jsx(I,{className:El("ignore-click-outside/toolbar",Nm({variant:t}),e),...r})}const _m=tt(El("group/editor","relative w-full cursor-text select-text overflow-x-hidden whitespace-pre-wrap break-words","rounded-md ring-offset-background focus-visible:outline-none","**:data-slate-placeholder:!top-1/2 **:data-slate-placeholder:-translate-y-1/2 placeholder:text-muted-foreground/80 **:data-slate-placeholder:text-muted-foreground/80 **:data-slate-placeholder:opacity-100!","[&_strong]:font-bold"),{defaultVariants:{variant:"default"},variants:{disabled:{true:"cursor-not-allowed opacity-50"},focused:{true:"ring-2 ring-ring ring-offset-2"},variant:{ai:"w-full px-0 text-base md:text-sm",aiChat:"max-h-[min(70vh,320px)] w-full overflow-y-auto px-3 py-2 text-base md:text-sm",comment:El("rounded-none border-none bg-transparent text-sm"),default:"size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]",demo:"size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]",fullWidth:"size-full px-16 pt-4 pb-72 text-base sm:px-24",none:"",select:"px-3 py-2 text-base data-readonly:w-fit"}}}),zm=({className:e,disabled:t,focused:r,variant:s,ref:n,...o})=>/* @__PURE__ */yl.jsx(T,{ref:n,className:El(_m({disabled:t,focused:r,variant:s}),e),disabled:t,disableDefaultStyles:!0,...o});function Sm({className:e,variant:t,...r}){/* @__PURE__ */
502
- return yl.jsx(D,{...r,className:El(_m({variant:t}),e)})}function Em(t){const{comment:r,discussionLength:s,documentContent:n,editingId:o,index:a,setEditingId:l,showDocumentContent:c=!1,onEditorClick:u}=t,h=m(),p=d(Hm,"user",r.userId),x=d(Hm,"currentUserId"),{tf:f}=i(ka),g=x===r.userId,b=r.contentRich,j=Bm({id:r.id,value:b},[b]),v=()=>{(async e=>{const t=h.getOption(Hm,"discussions").map(t=>{if(t.id===e.discussionId){const r=t.comments.map(t=>t.id===e.id?{...t,contentRich:e.contentRich,isEdited:!0,updatedAt:/* @__PURE__ */new Date}:t);return{...t,comments:r}}return t});h.setOption(Hm,"discussions",t)})({id:r.id,contentRich:j.children,discussionId:r.discussionId}),l(null)},y=0===a,w=a===s-1,k=o&&o===r.id,[N,C]=e.useState(!1),[_,z]=e.useState(!1);/* @__PURE__ */
503
- return yl.jsxs("div",{onMouseEnter:()=>C(!0),onMouseLeave:()=>C(!1),children:[
504
- /* @__PURE__ */yl.jsxs("div",{className:"relative flex items-center",children:[
505
- /* @__PURE__ */yl.jsxs(ym,{className:"size-5",children:[
506
- /* @__PURE__ */yl.jsx(wm,{alt:p?.name,src:p?.avatarUrl}),
507
- /* @__PURE__ */yl.jsx(km,{children:p?.name?.[0]})]}),
508
- /* @__PURE__ */yl.jsx("h4",{className:"mx-2 font-semibold text-sm leading-none",children:p?.name}),
509
- /* @__PURE__ */yl.jsxs("div",{className:"text-muted-foreground/80 text-xs leading-none",children:[
510
- /* @__PURE__ */yl.jsx("span",{className:"mr-1",children:Tm(new Date(r.createdAt))}),r.isEdited&&/* @__PURE__ */yl.jsx("span",{children:"(edited)"})]}),g&&(N||_)&&/* @__PURE__ */yl.jsxs("div",{className:"absolute top-0 right-0 flex space-x-1",children:[0===a&&/* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"h-6 p-1 text-muted-foreground",onClick:()=>{(async e=>{const t=h.getOption(Hm,"discussions").map(t=>t.id===e?{...t,isResolved:!0}:t);h.setOption(Hm,"discussions",t)})(r.discussionId),f.comment.unsetMark({id:r.discussionId})},type:"button",children:/* @__PURE__ */yl.jsx(ht,{className:"size-4"})}),
511
- /* @__PURE__ */yl.jsx(Am,{onCloseAutoFocus:()=>{setTimeout(()=>{j.tf.focus({edge:"endEditor"})},0)},onRemoveComment:()=>{1===s&&(f.comment.unsetMark({id:r.discussionId}),(async e=>{const t=h.getOption(Hm,"discussions").filter(t=>t.id!==e);h.setOption(Hm,"discussions",t)})(r.discussionId))},comment:r,dropdownOpen:_,setDropdownOpen:z,setEditingId:l})]})]}),y&&c&&/* @__PURE__ */yl.jsxs("div",{className:"relative mt-1 flex pl-[32px] text-sm text-subtle-foreground",children:[s>1&&/* @__PURE__ */yl.jsx("div",{className:"absolute top-[5px] left-3 h-full w-0.5 shrink-0 bg-muted"}),
512
- /* @__PURE__ */yl.jsx("div",{className:"my-px w-0.5 shrink-0 bg-highlight"}),n&&/* @__PURE__ */yl.jsx("div",{className:"ml-2",children:n})]}),
513
- /* @__PURE__ */yl.jsxs("div",{className:"relative my-1 pl-[26px]",children:[!w&&/* @__PURE__ */yl.jsx("div",{className:"absolute top-0 left-3 h-full w-0.5 shrink-0 bg-muted"}),
514
- /* @__PURE__ */yl.jsx(O,{readOnly:!k,editor:j,children:/* @__PURE__ */yl.jsxs(Cm,{variant:"comment",children:[
515
- /* @__PURE__ */yl.jsx(zm,{variant:"comment",className:"w-auto grow",onClick:()=>u?.()}),k&&/* @__PURE__ */yl.jsxs("div",{className:"ml-auto flex shrink-0 gap-1",children:[
516
- /* @__PURE__ */yl.jsx($l,{size:"icon",variant:"ghost",className:"size-[28px]",onClick:e=>{e.stopPropagation(),l(null),j.tf.replaceNodes(b,{at:[],children:!0})},children:/* @__PURE__ */yl.jsx("div",{className:"flex size-5 shrink-0 items-center justify-center rounded-[50%] bg-primary/40",children:/* @__PURE__ */yl.jsx(ft,{className:"size-3 stroke-[3px] text-background"})})}),
517
- /* @__PURE__ */yl.jsx($l,{size:"icon",variant:"ghost",onClick:e=>{e.stopPropagation(),v()},children:/* @__PURE__ */yl.jsx("div",{className:"flex size-5 shrink-0 items-center justify-center rounded-[50%] bg-brand",children:/* @__PURE__ */yl.jsx(ht,{className:"size-3 stroke-[3px] text-background"})})})]})]})})]})]})}function Am(t){const{comment:r,dropdownOpen:s,setDropdownOpen:n,setEditingId:o,onCloseAutoFocus:a,onRemoveComment:l}=t,i=m(),c=e.useRef(!1),d=e.useCallback(()=>{if(!r.id)return alert("You are operating too quickly, please try again later.");const e=i.getOption(Hm,"discussions").map(e=>{if(e.id!==r.discussionId)return e;const t=e.comments.findIndex(e=>e.id===r.id);return-1===t?e:{...e,comments:[...e.comments.slice(0,t),...e.comments.slice(t+1)]}});i.setOption(Hm,"discussions",e),l?.()},[r.discussionId,r.id,i,l]),u=e.useCallback(()=>{if(c.current=!0,!r.id)return alert("You are operating too quickly, please try again later.");o(r.id)},[r.id,o]);/* @__PURE__ */
518
- return yl.jsxs(Gl,{open:s,onOpenChange:n,modal:!1,children:[
519
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,onClick:e=>e.stopPropagation(),children:/* @__PURE__ */yl.jsx($l,{variant:"ghost",className:El("h-6 p-1 text-muted-foreground"),children:/* @__PURE__ */yl.jsx(ar,{className:"size-4"})})}),
520
- /* @__PURE__ */yl.jsx(Xl,{className:"w-48",onCloseAutoFocus:e=>(c.current&&(a?.(),c.current=!1),e.preventDefault()),children:/* @__PURE__ */yl.jsxs(ei,{children:[
521
- /* @__PURE__ */yl.jsxs(ti,{onClick:u,children:[
522
- /* @__PURE__ */yl.jsx(Gr,{className:"size-4"}),"Edit comment"]}),
523
- /* @__PURE__ */yl.jsxs(ti,{onClick:d,children:[
524
- /* @__PURE__ */yl.jsx(Qr,{className:"size-4"}),"Delete comment"]})]})})]})}zm.displayName="Editor",Sm.displayName="EditorView";const Bm=(e={},t=[])=>F({id:"comment",plugins:Bl,value:[],...e},t);function Im({autoFocus:t=!1,className:r,discussionId:s,focusOnMount:n=!1}){const o=d(Hm,"discussions"),a=m(),l=wa(),i=s??l,c=d(Hm,"currentUser"),[u,h]=e.useState(),p=e.useMemo(()=>u?Z.string({children:u,type:q.p}):"",[u]),x=Bm();e.useEffect(()=>{x&&n&&x.tf.focus()},[x,n]);const f=e.useCallback(async()=>{if(!u)return;if(x.tf.reset(),i){const e=o.find(e=>e.id===i);if(!e){const e={id:i,comments:[{id:re(),contentRich:u,createdAt:/* @__PURE__ */new Date,discussionId:i,isEdited:!1,userId:a.getOption(Hm,"currentUserId")}],createdAt:/* @__PURE__ */new Date,isResolved:!1,userId:a.getOption(Hm,"currentUserId")};return void a.setOption(Hm,"discussions",[...o,e])}const t={id:re(),contentRich:u,createdAt:/* @__PURE__ */new Date,discussionId:i,isEdited:!1,userId:a.getOption(Hm,"currentUserId")},r={...e,comments:[...e.comments,t]},s=o.filter(e=>e.id!==i).concat(r);return void a.setOption(Hm,"discussions",s)}const e=a.getApi(ka).comment.nodes({at:[],isDraft:!0});if(0===e.length)return;const t=e.map(([e])=>e.text).join(""),r=re(),s={id:r,comments:[{id:re(),contentRich:u,createdAt:/* @__PURE__ */new Date,discussionId:r,isEdited:!1,userId:a.getOption(Hm,"currentUserId")}],createdAt:/* @__PURE__ */new Date,documentContent:t,isResolved:!1,userId:a.getOption(Hm,"currentUserId")};a.setOption(Hm,"discussions",[...o,s]);const n=s.id;e.forEach(([,e])=>{a.tf.setNodes({[Zs(n)]:!0},{at:e,split:!0}),a.tf.unsetNodes([Ws()],{at:e})})},[u,x.tf,i,a,o]);/* @__PURE__ */
525
- return yl.jsxs("div",{className:El("flex w-full",r),children:[
526
- /* @__PURE__ */yl.jsx("div",{className:"mt-2 mr-1 shrink-0",children:/* @__PURE__ */yl.jsxs(ym,{className:"size-5",children:[
527
- /* @__PURE__ */yl.jsx(wm,{alt:c?.name,src:c?.avatarUrl}),
528
- /* @__PURE__ */yl.jsx(km,{children:c?.name?.[0]})]})}),
529
- /* @__PURE__ */yl.jsx("div",{className:"relative flex grow gap-2",children:/* @__PURE__ */yl.jsx(O,{onChange:({value:e})=>{h(e)},editor:x,children:/* @__PURE__ */yl.jsxs(Cm,{variant:"comment",children:[
530
- /* @__PURE__ */yl.jsx(zm,{variant:"comment",className:"min-h-[25px] grow pt-0.5 pr-8",onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),f())},placeholder:"Reply...",autoComplete:"off",autoFocus:t}),
531
- /* @__PURE__ */yl.jsx($l,{size:"icon",variant:"ghost",className:"absolute right-0.5 bottom-0.5 ml-auto size-6 shrink-0",disabled:0===p.trim().length,onClick:e=>{e.stopPropagation(),f()},children:/* @__PURE__ */yl.jsx("div",{className:"flex size-6 items-center justify-center rounded-full",children:/* @__PURE__ */yl.jsx(Yr,{})})})]})})})]})}const Tm=e=>{const t=/* @__PURE__ */new Date,r=Na(t,e),s=Ca(t,e),n=_a(t,e);return r<60?`${r}m`:s<24?`${s}h`:n<2?`${n}d`:za(e,"MM/dd/yyyy")},Dm="__block__",Om={[q.audio]:()=>"Audio",[q.blockquote]:()=>"Blockquote",[q.callout]:()=>"Callout",[q.codeBlock]:()=>"Code Block",[q.column]:()=>"Column",[q.equation]:()=>"Equation",[q.file]:()=>"File",[q.h1]:()=>"Heading 1",[q.h2]:()=>"Heading 2",[q.h3]:()=>"Heading 3",[q.h4]:()=>"Heading 4",[q.h5]:()=>"Heading 5",[q.h6]:()=>"Heading 6",[q.hr]:()=>"Horizontal Rule",[q.img]:()=>"Image",[q.mediaEmbed]:()=>"Media",[q.p]:e=>e?.[q.listType]===q.listTodo?"Todo List":e?.[q.listType]===q.ol?"Ordered List":e?.[q.listType]===q.ul?"List":"Paragraph",[q.table]:()=>"Table",[q.toc]:()=>"Table of Contents",[q.toggle]:()=>"Toggle",[q.video]:()=>"Video"};function Fm({idx:t,isLast:r,suggestion:s}){const{api:n,editor:o}=i(ao),a=d(Hm,"user",s.userId),[l,c]=e.useState(!1),u=e=>e===Dm?["line breaks"]:e.split(Dm).filter(Boolean),[m,h]=e.useState(null);/* @__PURE__ */
532
- return yl.jsxs("div",{className:"relative",onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),children:[
533
- /* @__PURE__ */yl.jsxs("div",{className:"flex flex-col p-4",children:[
534
- /* @__PURE__ */yl.jsxs("div",{className:"relative flex items-center",children:[
535
- /* @__PURE__ */yl.jsxs(ym,{className:"size-5",children:[
536
- /* @__PURE__ */yl.jsx(wm,{alt:a?.name,src:a?.avatarUrl}),
537
- /* @__PURE__ */yl.jsx(km,{children:a?.name?.[0]})]}),
538
- /* @__PURE__ */yl.jsx("h4",{className:"mx-2 font-semibold text-sm leading-none",children:a?.name}),
539
- /* @__PURE__ */yl.jsx("div",{className:"text-muted-foreground/80 text-xs leading-none",children:/* @__PURE__ */yl.jsx("span",{className:"mr-1",children:Tm(new Date(s.createdAt))})})]}),
540
- /* @__PURE__ */yl.jsx("div",{className:"relative mt-1 mb-4 pl-[32px]",children:/* @__PURE__ */yl.jsxs("div",{className:"flex flex-col gap-2",children:["remove"===s.type&&u(s.text).map((e,t)=>/* @__PURE__ */yl.jsxs("div",{className:"flex items-center gap-2",children:[
541
- /* @__PURE__ */yl.jsx("span",{className:"text-muted-foreground text-sm",children:"Delete:"}),
542
- /* @__PURE__ */yl.jsx("span",{className:"text-sm",children:e},t)]},t)),"insert"===s.type&&u(s.newText).map((e,t)=>/* @__PURE__ */yl.jsxs("div",{className:"flex items-center gap-2",children:[
543
- /* @__PURE__ */yl.jsx("span",{className:"text-muted-foreground text-sm",children:"Add:"}),
544
- /* @__PURE__ */yl.jsx("span",{className:"text-sm",children:e||"line breaks"},t)]},t)),"replace"===s.type&&/* @__PURE__ */yl.jsxs("div",{className:"flex flex-col gap-2",children:[u(s.newText).map((t,r)=>/* @__PURE__ */yl.jsx(e.Fragment,{children:/* @__PURE__ */yl.jsxs("div",{className:"flex items-start gap-2 text-brand/80",children:[
545
- /* @__PURE__ */yl.jsx("span",{className:"text-sm",children:"with:"}),
546
- /* @__PURE__ */yl.jsx("span",{className:"text-sm",children:t||"line breaks"})]},r)},r)),u(s.text).map((t,r)=>/* @__PURE__ */yl.jsx(e.Fragment,{children:/* @__PURE__ */yl.jsxs("div",{className:"flex items-start gap-2",children:[
547
- /* @__PURE__ */yl.jsx("span",{className:"text-muted-foreground text-sm",children:0===r?"Replace:":"Delete:"}),
548
- /* @__PURE__ */yl.jsx("span",{className:"text-sm",children:t||"line breaks"})]},r)},r))]}),"update"===s.type&&/* @__PURE__ */yl.jsxs("div",{className:"flex items-center gap-2",children:[
549
- /* @__PURE__ */yl.jsxs("span",{className:"text-muted-foreground text-sm",children:[Object.keys(s.properties).map(e=>/* @__PURE__ */yl.jsxs("span",{children:["Un",e]},e)),Object.keys(s.newProperties).map(e=>/* @__PURE__ */yl.jsx("span",{children:e.charAt(0).toUpperCase()+e.slice(1)},e))]}),
550
- /* @__PURE__ */yl.jsx("span",{className:"text-sm",children:s.newText})]})]})}),s.comments.map((e,t)=>/* @__PURE__ */yl.jsx(Em,{comment:e,discussionLength:s.comments.length,documentContent:"__suggestion__",editingId:m,index:t,setEditingId:h},e.id??t)),l&&/* @__PURE__ */yl.jsxs("div",{className:"absolute top-4 right-4 flex gap-2",children:[
551
- /* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-6 p-1 text-muted-foreground",onClick:()=>{return e=s,void n.suggestion.withoutSuggestions(()=>{ba(o,e)});var e},children:/* @__PURE__ */yl.jsx(ht,{className:"size-4"})}),
552
- /* @__PURE__ */yl.jsx($l,{variant:"ghost",className:"size-6 p-1 text-muted-foreground",onClick:()=>{return e=s,void n.suggestion.withoutSuggestions(()=>{ja(o,e)});var e},children:/* @__PURE__ */yl.jsx(ft,{className:"size-4"})})]}),
553
- /* @__PURE__ */yl.jsx(Im,{discussionId:s.suggestionId})]}),!r&&/* @__PURE__ */yl.jsx("div",{className:"h-px w-full bg-muted"})]},`${s.suggestionId}-${t}`)}const Rm=({blockPath:t,children:r,commentNodes:s,draftCommentNode:n,suggestionNodes:o})=>{const a=m(),l=((t,r)=>{const s=d(Hm,"discussions"),{api:n,editor:o,getOption:a,setOption:l}=i(Vm);return t.forEach(([e])=>{const t=n.suggestion.nodeId(e),s=a("uniquePathMap");if(!t)return;const o=s.get(t);if(K.isPath(o)){const e=n.suggestion.node({id:t,at:o,isText:!0}),a=n.node(o);let i=null;a&&se.isElement(a[0])&&(i=n.suggestion.nodeId(a[0])??null),e||i===t||l("uniquePathMap",new Map(s).set(t,r))}else l("uniquePathMap",new Map(s).set(t,r))}),e.useMemo(()=>{const e=a("uniquePathMap");if(0===t.length)return[];const l=new Set(t.flatMap(([e])=>{if(ne.isText(e)){const t=n.suggestion.dataList(e);return t.some(e=>"update"===e.type)?t.filter(e=>"update"===e.type).map(e=>e.id):n.suggestion.nodeId(e)??[]}return se.isElement(e)?n.suggestion.nodeId(e)??[]:[]}).filter(Boolean)),i=[];return l.forEach(t=>{if(!t)return;const a=e.get(t);if(!a||!K.isPath(a))return;if(!K.equals(a,r))return;const l=[...o.api.nodes({at:[],mode:"all",match:e=>e[q.suggestion]&&e[fa(t)]||n.suggestion.nodeId(e)===t})];l.sort(([,e],[,t])=>K.isChild(e,t)?-1:1);let c="",d="",u={},m={};if(l.forEach(([e])=>{if(ne.isText(e))n.suggestion.dataList(e).forEach(r=>{if(r.id===t)switch(r.type){case"insert":c+=e.text;break;case"remove":d+=e.text;break;case"update":u={...u,...r.properties},m={...m,...r.newProperties},c+=e.text}});else{const r=n.suggestion.isBlockSuggestion(e)?e.suggestion:void 0;r?.id===ga(t)&&("insert"===r.type?c+=r.isLineBreak?Dm:Dm+Om[e.type](e):"remove"===r.type&&(d+=r.isLineBreak?Dm:Dm+Om[e.type](e)))}}),0===l.length)return;const h=n.suggestion.suggestionData(l[0][0]);if(!h)return;const p=s.find(e=>e.id===t)?.comments||[],x=new Date(h.createdAt),f=fa(t);"update"===h.type?i.push({comments:p,createdAt:x,keyId:f,newProperties:m,newText:c,properties:u,suggestionId:ga(t),type:"update",userId:h.userId}):c.length>0&&d.length>0?i.push({comments:p,createdAt:x,keyId:f,newText:c,suggestionId:ga(t),text:d,type:"replace",userId:h.userId}):c.length>0?i.push({comments:p,createdAt:x,keyId:f,newText:c,suggestionId:ga(t),type:"insert",userId:h.userId}):d.length>0&&i.push({comments:p,createdAt:x,keyId:f,suggestionId:ga(t),text:d,type:"remove",userId:h.userId})}),i},[n.suggestion,r,s,o.api,a,t])})(o,t),c=Lm(s,t),u=l.length,h=c.length,p=u+h,x=d(Vm,"activeId"),f=x&&l.find(e=>e.suggestionId===x),g=d(dc,"commentingBlock"),b=d(dc,"activeId"),j=b===Ws(),v=b&&c.find(e=>e.id===b),y=!f&&!v,w=[...c,...l].sort((e,t)=>e.createdAt.getTime()-t.createdAt.getTime()),k=c.some(e=>e.id===b)||l.some(e=>e.suggestionId===x),[N,C]=e.useState(k),_=!!g&&K.equals(t,g),z=N||k||j&&!!n&&_,S=e.useMemo(()=>{let e;return f&&(e=o.find(([e])=>ne.isText(e)&&a.getApi(ao).suggestion.nodeId(e)===f.suggestionId)),b&&(e=b===Ws()?n:s.find(([e])=>a.getApi(dc).comment.nodeId(e)===b)),e?a.api.toDOMNode(e[0]):null},[z,f,b,a.api,o,n,s]);return u+c.length!==0||n?/* @__PURE__ */yl.jsx("div",{className:"flex w-full justify-between",children:/* @__PURE__ */yl.jsxs($i,{open:z,onOpenChange:e=>{!e&&j&&n&&a.tf.unsetNodes(Ws(),{at:[],mode:"lowest",match:e=>e[Ws()]}),C(e)},children:[
554
- /* @__PURE__ */yl.jsx("div",{className:"w-full",children:r}),S&&/* @__PURE__ */yl.jsx(Ki,{asChild:!0,className:"w-full",virtualRef:{current:S}}),
555
- /* @__PURE__ */yl.jsx(Zi,{className:"max-h-[min(50dvh,calc(-24px+var(--radix-popper-available-height)))] w-[380px] min-w-[130px] max-w-[calc(100vw-24px)] overflow-y-auto p-0 data-[state=closed]:opacity-0",onCloseAutoFocus:e=>e.preventDefault(),onOpenAutoFocus:e=>e.preventDefault(),align:"center",side:"bottom",children:j?/* @__PURE__ */yl.jsx(Im,{className:"p-4",focusOnMount:!0}):y?w.map((e,t)=>"suggestionId"in e?/* @__PURE__ */yl.jsx(Fm,{idx:t,isLast:t===w.length-1,suggestion:e},e.suggestionId):/* @__PURE__ */yl.jsx(Mm,{discussion:e,isLast:t===w.length-1},e.id)):/* @__PURE__ */yl.jsxs(yl.Fragment,{children:[f&&/* @__PURE__ */yl.jsx(Fm,{idx:0,isLast:!0,suggestion:f},f.suggestionId),v&&/* @__PURE__ */yl.jsx(Mm,{discussion:v,isLast:!0})]})}),p>0&&/* @__PURE__ */yl.jsx("div",{className:"relative left-0 size-0 select-none",children:/* @__PURE__ */yl.jsx(Wi,{asChild:!0,children:/* @__PURE__ */yl.jsxs($l,{variant:"ghost",className:"!px-1.5 mt-1 ml-1 flex h-6 gap-1 py-0 text-muted-foreground/80 hover:text-muted-foreground/80 data-[active=true]:bg-muted","data-active":z,contentEditable:!1,children:[u>0&&0===h&&/* @__PURE__ */yl.jsx(Jr,{className:"size-4 shrink-0"}),0===u&&h>0&&/* @__PURE__ */yl.jsx(Xr,{className:"size-4 shrink-0"}),u>0&&h>0&&/* @__PURE__ */yl.jsx(es,{className:"size-4 shrink-0"}),
556
- /* @__PURE__ */yl.jsx("span",{className:"font-semibold text-xs",children:p})]})})})]})}):/* @__PURE__ */yl.jsx("div",{className:"w-full",children:r})};function Mm({discussion:t,isLast:r}){const[s,n]=e.useState(null);/* @__PURE__ */
557
- return yl.jsxs(e.Fragment,{children:[
558
- /* @__PURE__ */yl.jsxs("div",{className:"p-4",children:[t.comments.map((e,r)=>/* @__PURE__ */yl.jsx(Em,{comment:e,discussionLength:t.comments.length,documentContent:t?.documentContent,editingId:s,index:r,setEditingId:n,showDocumentContent:!0},e.id??r)),
559
- /* @__PURE__ */yl.jsx(Im,{discussionId:t.id})]}),!r&&/* @__PURE__ */yl.jsx("div",{className:"h-px w-full bg-muted"})]},t.id)}const Lm=(e,t)=>{const{api:r,getOption:s,setOption:n}=i(dc),o=d(Hm,"discussions");e.forEach(([e])=>{const o=r.comment.nodeId(e),a=s("uniquePathMap");if(!o)return;const l=a.get(o);if(K.isPath(l)){return r.comment.node({id:o,at:l})?void 0:void n("uniquePathMap",new Map(a).set(o,t))}n("uniquePathMap",new Map(a).set(o,t))});const a=new Set(e.map(([e])=>r.comment.nodeId(e)).filter(Boolean));return o.map(e=>({...e,createdAt:new Date(e.createdAt)})).filter(e=>{const n=s("uniquePathMap").get(e.id);return!!n&&(!!K.equals(n,t)&&(r.comment.has({id:e.id})&&a.has(e.id)&&!e.isResolved))})},Pm=e=>`https://api.dicebear.com/9.x/glass/svg?seed=${e}`,Hm=N({key:"discussion",options:{currentUserId:"alice",discussions:[{id:"discussion1",comments:[{id:"comment1",contentRich:[{children:[{text:"Comments are a great way to provide feedback and discuss changes."}],type:"p"}],createdAt:new Date(Date.now()-6e5),discussionId:"discussion1",isEdited:!1,userId:"charlie"},{id:"comment2",contentRich:[{children:[{text:"Agreed! The link to the docs makes it easy to learn more."}],type:"p"}],createdAt:new Date(Date.now()-5e5),discussionId:"discussion1",isEdited:!1,userId:"bob"}],createdAt:/* @__PURE__ */new Date,documentContent:"comments",isResolved:!1,userId:"charlie"},{id:"discussion2",comments:[{id:"comment1",contentRich:[{children:[{text:"Nice demonstration of overlapping annotations with both comments and suggestions!"}],type:"p"}],createdAt:new Date(Date.now()-3e5),discussionId:"discussion2",isEdited:!1,userId:"bob"},{id:"comment2",contentRich:[{children:[{text:"This helps users understand how powerful the editor can be."}],type:"p"}],createdAt:new Date(Date.now()-2e5),discussionId:"discussion2",isEdited:!1,userId:"charlie"}],createdAt:/* @__PURE__ */new Date,documentContent:"overlapping",isResolved:!1,userId:"bob"}],users:{alice:{id:"alice",avatarUrl:Pm("alice6"),name:"Alice"},bob:{id:"bob",avatarUrl:Pm("bob4"),name:"Bob"},charlie:{id:"charlie",avatarUrl:Pm("charlie2"),name:"Charlie"}}}}).configure({render:{aboveNodes:e=>{const{editor:t,element:r}=e,s=t.getApi(ka).comment,n=t.api.findPath(r);if(!n||n.length>1)return;const o=s.node({at:n,isDraft:!0}),a=[...s.nodes({at:n})],l=[...t.getApi(ao).suggestion.nodes({at:n})].filter(([e])=>!e[va()]);return 0!==a.length||0!==l.length||o?e=>/* @__PURE__ */yl.jsx(Rm,{blockPath:n,commentNodes:a,draftCommentNode:o,suggestionNodes:l,...e}):void 0}}}).extendSelectors(({getOption:e})=>({currentUser:()=>e("users")[e("currentUserId")],user:t=>e("users")[t]})),Vm=b(ya,({editor:e})=>({options:{activeId:null,currentUserId:e.getOption(Hm,"currentUserId"),hoverId:null,uniquePathMap:/* @__PURE__ */new Map}})).configure({handlers:{onClick:({api:e,event:t,setOption:r,type:s})=>{let n=t.target,o=!1;const a="true"===n.dataset.blockSuggestion,l=()=>{r("activeId",null),o=!0};for(Y(n)||a||l();n.parentElement&&!oe(n.parentElement);){const t="true"===n.dataset.blockSuggestion;if(n.classList.contains(`slate-${s}`)||t){const s=e.suggestion.node({isText:!t});if(!s){l();break}const n=e.suggestion.nodeId(s[0]);r("activeId",n??null),o=!0;break}n=n.parentElement}o||l()}},render:{belowNodes:({api:e,element:t})=>{if(!e.suggestion.isBlockSuggestion(t))return;const r=t.suggestion;return function({children:e}){/* @__PURE__ */
560
- return yl.jsx(vm,{suggestionData:r,children:e})}},node:function(e){const{api:t,setOption:r}=i(Vm),s=e.leaf,n=t.suggestion.nodeId(s)??"",o=d(Vm,"activeId"),a=d(Vm,"hoverId"),c=t.suggestion.dataList(s),u=c.some(e=>"remove"===e.type),m=c.some(e=>e.id===o),h=c.some(e=>e.id===a),p={delete:"del",insert:"ins",update:"span"}[u?"delete":"insert"];/* @__PURE__ */
561
- return yl.jsx(l,{...e,as:p,className:El(jm({insertActive:m||h,remove:u,removeActive:(m||h)&&u})),attributes:{...e.attributes,onMouseEnter:()=>r("hoverId",n),onMouseLeave:()=>r("hoverId",null)},children:e.children})}}}),Um=[Vm];function qm(e){/* @__PURE__ */
562
- return yl.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
563
- /* @__PURE__ */yl.jsx("title",{children:"Border All"}),
564
- /* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M0.25 1C0.25 0.585786 0.585786 0.25 1 0.25H14C14.4142 0.25 14.75 0.585786 14.75 1V14C14.75 14.4142 14.4142 14.75 14 14.75H1C0.585786 14.75 0.25 14.4142 0.25 14V1ZM1.75 1.75V13.25H13.25V1.75H1.75Z",fill:"currentColor",fillRule:"evenodd"}),
565
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"5"}),
566
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"3"}),
567
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"7"}),
568
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"7"}),
569
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"7"}),
570
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"7"}),
571
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"7"}),
572
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"9"}),
573
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"11"})]})}function $m(e){/* @__PURE__ */
574
- return yl.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
575
- /* @__PURE__ */yl.jsx("title",{children:"Border Bottom"}),
576
- /* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M1 13.25L14 13.25V14.75L1 14.75V13.25Z",fill:"currentColor",fillRule:"evenodd"}),
577
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"5"}),
578
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"5"}),
579
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"3"}),
580
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"3"}),
581
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"7"}),
582
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"1"}),
583
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"7"}),
584
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"1"}),
585
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"7"}),
586
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"1"}),
587
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"7"}),
588
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"1"}),
589
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"7"}),
590
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"1"}),
591
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"7"}),
592
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"1"}),
593
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"9"}),
594
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"9"}),
595
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"11"}),
596
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"11"}),
597
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"5"}),
598
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"3"}),
599
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"7"}),
600
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"1"}),
601
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"9"}),
602
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"11"})]})}function Wm(e){/* @__PURE__ */
603
- return yl.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
604
- /* @__PURE__ */yl.jsx("title",{children:"Border Left"}),
605
- /* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M1.75 1L1.75 14L0.249999 14L0.25 1L1.75 1Z",fill:"currentColor",fillRule:"evenodd"}),
606
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 10 7)",width:"1",x:"10",y:"7"}),
607
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 10 13)",width:"1",x:"10",y:"13"}),
608
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 12 7)",width:"1",x:"12",y:"7"}),
609
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 12 13)",width:"1",x:"12",y:"13"}),
610
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 7)",width:"1",x:"8",y:"7"}),
611
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 7)",width:"1",x:"14",y:"7"}),
612
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 13)",width:"1",x:"8",y:"13"}),
613
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 13)",width:"1",x:"14",y:"13"}),
614
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 5)",width:"1",x:"8",y:"5"}),
615
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 5)",width:"1",x:"14",y:"5"}),
616
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 3)",width:"1",x:"8",y:"3"}),
617
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 3)",width:"1",x:"14",y:"3"}),
618
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 9)",width:"1",x:"8",y:"9"}),
619
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 9)",width:"1",x:"14",y:"9"}),
620
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 11)",width:"1",x:"8",y:"11"}),
621
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 11)",width:"1",x:"14",y:"11"}),
622
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 6 7)",width:"1",x:"6",y:"7"}),
623
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 6 13)",width:"1",x:"6",y:"13"}),
624
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 4 7)",width:"1",x:"4",y:"7"}),
625
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 4 13)",width:"1",x:"4",y:"13"}),
626
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 10 1)",width:"1",x:"10",y:"1"}),
627
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 12 1)",width:"1",x:"12",y:"1"}),
628
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 1)",width:"1",x:"8",y:"1"}),
629
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 1)",width:"1",x:"14",y:"1"}),
630
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 6 1)",width:"1",x:"6",y:"1"}),
631
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 4 1)",width:"1",x:"4",y:"1"})]})}function Zm(e){/* @__PURE__ */
632
- return yl.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
633
- /* @__PURE__ */yl.jsx("title",{children:"Border None"}),
634
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"5.025"}),
635
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"5.025"}),
636
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"3.025"}),
637
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"3.025"}),
638
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"7.025"}),
639
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"13.025"}),
640
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"1.025"}),
641
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"7.025"}),
642
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"13.025"}),
643
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"1.025"}),
644
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"7.025"}),
645
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"13.025"}),
646
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"1.025"}),
647
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"7.025"}),
648
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"13.025"}),
649
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"1.025"}),
650
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"7.025"}),
651
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"13.025"}),
652
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"1.025"}),
653
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"7.025"}),
654
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"13.025"}),
655
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"1.025"}),
656
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"9.025"}),
657
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"9.025"}),
658
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"11.025"}),
659
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"11.025"}),
660
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"5.025"}),
661
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"3.025"}),
662
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"7.025"}),
663
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"13.025"}),
664
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"1.025"}),
665
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"9.025"}),
666
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"11.025"})]})}function Km(e){/* @__PURE__ */
667
- return yl.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
668
- /* @__PURE__ */yl.jsx("title",{children:"Border Right"}),
669
- /* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M13.25 1L13.25 14L14.75 14L14.75 1L13.25 1Z",fill:"currentColor",fillRule:"evenodd"}),
670
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 7)",width:"1"}),
671
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 13)",width:"1"}),
672
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 7)",width:"1"}),
673
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 13)",width:"1"}),
674
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 7)",width:"1"}),
675
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 7)",width:"1"}),
676
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 13)",width:"1"}),
677
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 13)",width:"1"}),
678
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 5)",width:"1"}),
679
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 5)",width:"1"}),
680
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 3)",width:"1"}),
681
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 3)",width:"1"}),
682
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 9)",width:"1"}),
683
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 9)",width:"1"}),
684
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 11)",width:"1"}),
685
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 11)",width:"1"}),
686
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 7)",width:"1"}),
687
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 13)",width:"1"}),
688
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 7)",width:"1"}),
689
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 13)",width:"1"}),
690
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 1)",width:"1"}),
691
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 1)",width:"1"}),
692
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 1)",width:"1"}),
693
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 1)",width:"1"}),
694
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 1)",width:"1"}),
695
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 1)",width:"1"})]})}function Ym(e){/* @__PURE__ */
696
- return yl.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
697
- /* @__PURE__ */yl.jsx("title",{children:"Border Top"}),
698
- /* @__PURE__ */yl.jsx("path",{clipRule:"evenodd",d:"M14 1.75L1 1.75L1 0.249999L14 0.25L14 1.75Z",fill:"currentColor",fillRule:"evenodd"}),
699
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 10)",width:"1",x:"8",y:"10"}),
700
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 10)",width:"1",x:"2",y:"10"}),
701
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 12)",width:"1",x:"8",y:"12"}),
702
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 12)",width:"1",x:"2",y:"12"}),
703
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 8)",width:"1",x:"8",y:"8"}),
704
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 14)",width:"1",x:"8",y:"14"}),
705
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 8)",width:"1",x:"2",y:"8"}),
706
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 14)",width:"1",x:"2",y:"14"}),
707
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 10 8)",width:"1",x:"10",y:"8"}),
708
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 10 14)",width:"1",x:"10",y:"14"}),
709
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 12 8)",width:"1",x:"12",y:"8"}),
710
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 12 14)",width:"1",x:"12",y:"14"}),
711
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 6 8)",width:"1",x:"6",y:"8"}),
712
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 6 14)",width:"1",x:"6",y:"14"}),
713
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 4 8)",width:"1",x:"4",y:"8"}),
714
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 4 14)",width:"1",x:"4",y:"14"}),
715
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 6)",width:"1",x:"8",y:"6"}),
716
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 6)",width:"1",x:"2",y:"6"}),
717
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 4)",width:"1",x:"8",y:"4"}),
718
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 4)",width:"1",x:"2",y:"4"}),
719
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 10)",width:"1",x:"14",y:"10"}),
720
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 12)",width:"1",x:"14",y:"12"}),
721
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 8)",width:"1",x:"14",y:"8"}),
722
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 14)",width:"1",x:"14",y:"14"}),
723
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 6)",width:"1",x:"14",y:"6"}),
724
- /* @__PURE__ */yl.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 4)",width:"1",x:"14",y:"4"})]})}const Gm=p(co,function({children:e,...t}){const n=s(),o=d(ot,"isSelectionAreaVisible"),a=!n&&!o,{isSelectingCell:l,marginLeft:i,props:c}=uo(),u=lt(t.element.id),m=/* @__PURE__ */yl.jsx(r,{...t,className:El("overflow-x-auto py-5",a&&"-ml-2 *:data-[slot=block-selection]:left-2"),style:{paddingLeft:i},children:/* @__PURE__ */yl.jsxs("div",{className:"group/table relative w-fit",children:[
725
- /* @__PURE__ */yl.jsx("table",{className:El("mr-0 ml-px table h-px table-fixed border-collapse",l&&"selection:bg-transparent"),...c,children:/* @__PURE__ */yl.jsx("tbody",{className:"min-w-full",children:e})}),u&&/* @__PURE__ */yl.jsx("div",{className:Pl(),contentEditable:!1})]})});return n?m:/* @__PURE__ */yl.jsx(Qm,{children:m})});function Qm({children:e,...t}){const{tf:r}=i(lo),s=n(),o=h(),{props:a}=x({element:o}),l=f(e=>s&&e.api.isCollapsed(),[s]),c=g(),{canMerge:d,canSplit:u}=io();/* @__PURE__ */
726
- return yl.jsxs($i,{open:c&&(d||u||l),modal:!1,children:[
727
- /* @__PURE__ */yl.jsx(ms,{asChild:!0,children:e}),
728
- /* @__PURE__ */yl.jsx(Zi,{asChild:!0,onOpenAutoFocus:e=>e.preventDefault(),contentEditable:!1,...t,children:/* @__PURE__ */yl.jsxs(ui,{className:"scrollbar-hide flex w-auto max-w-[80vw] flex-row overflow-x-auto rounded-md border bg-popover p-1 shadow-md print:hidden",contentEditable:!1,children:[
729
- /* @__PURE__ */yl.jsxs(yi,{children:[
730
- /* @__PURE__ */yl.jsx(Xm,{tooltip:"Background color",children:/* @__PURE__ */yl.jsx(zr,{})}),d&&/* @__PURE__ */yl.jsx(xi,{onClick:()=>r.table.merge(),onMouseDown:e=>e.preventDefault(),tooltip:"Merge cells",children:/* @__PURE__ */yl.jsx(ts,{})}),u&&/* @__PURE__ */yl.jsx(xi,{onClick:()=>r.table.split(),onMouseDown:e=>e.preventDefault(),tooltip:"Split cell",children:/* @__PURE__ */yl.jsx(rs,{})}),
731
- /* @__PURE__ */yl.jsxs(Gl,{modal:!1,children:[
732
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(xi,{tooltip:"Cell borders",children:/* @__PURE__ */yl.jsx(ss,{})})}),
733
- /* @__PURE__ */yl.jsx(Ql,{children:/* @__PURE__ */yl.jsx(Jm,{})})]}),l&&/* @__PURE__ */yl.jsx(yi,{children:/* @__PURE__ */yl.jsx(xi,{tooltip:"Delete table",...a,children:/* @__PURE__ */yl.jsx(At,{})})})]}),l&&/* @__PURE__ */yl.jsxs(yi,{children:[
734
- /* @__PURE__ */yl.jsx(xi,{onClick:()=>{r.insert.tableRow({before:!0})},onMouseDown:e=>e.preventDefault(),tooltip:"Insert row before",children:/* @__PURE__ */yl.jsx(hr,{})}),
735
- /* @__PURE__ */yl.jsx(xi,{onClick:()=>{r.insert.tableRow()},onMouseDown:e=>e.preventDefault(),tooltip:"Insert row after",children:/* @__PURE__ */yl.jsx(pr,{})}),
736
- /* @__PURE__ */yl.jsx(xi,{onClick:()=>{r.remove.tableRow()},onMouseDown:e=>e.preventDefault(),tooltip:"Delete row",children:/* @__PURE__ */yl.jsx(ft,{})})]}),l&&/* @__PURE__ */yl.jsxs(yi,{children:[
737
- /* @__PURE__ */yl.jsx(xi,{onClick:()=>{r.insert.tableColumn({before:!0})},onMouseDown:e=>e.preventDefault(),tooltip:"Insert column before",children:/* @__PURE__ */yl.jsx(xr,{})}),
738
- /* @__PURE__ */yl.jsx(xi,{onClick:()=>{r.insert.tableColumn()},onMouseDown:e=>e.preventDefault(),tooltip:"Insert column after",children:/* @__PURE__ */yl.jsx(fr,{})}),
739
- /* @__PURE__ */yl.jsx(xi,{onClick:()=>{r.remove.tableColumn()},onMouseDown:e=>e.preventDefault(),tooltip:"Delete column",children:/* @__PURE__ */yl.jsx(ft,{})})]})]})})]})}function Jm(e){const t=m(),{getOnSelectTableBorder:r,hasBottomBorder:s,hasLeftBorder:n,hasNoBorders:o,hasOuterBorders:a,hasRightBorder:l,hasTopBorder:i}=mo();/* @__PURE__ */
740
- return yl.jsxs(Xl,{className:"min-w-[220px]",onCloseAutoFocus:e=>{e.preventDefault(),t.tf.focus()},align:"start",side:"right",sideOffset:0,...e,children:[
741
- /* @__PURE__ */yl.jsxs(ei,{children:[
742
- /* @__PURE__ */yl.jsxs(ri,{checked:i,onCheckedChange:r("top"),children:[
743
- /* @__PURE__ */yl.jsx(Ym,{}),
744
- /* @__PURE__ */yl.jsx("div",{children:"Top Border"})]}),
745
- /* @__PURE__ */yl.jsxs(ri,{checked:l,onCheckedChange:r("right"),children:[
746
- /* @__PURE__ */yl.jsx(Km,{}),
747
- /* @__PURE__ */yl.jsx("div",{children:"Right Border"})]}),
748
- /* @__PURE__ */yl.jsxs(ri,{checked:s,onCheckedChange:r("bottom"),children:[
749
- /* @__PURE__ */yl.jsx($m,{}),
750
- /* @__PURE__ */yl.jsx("div",{children:"Bottom Border"})]}),
751
- /* @__PURE__ */yl.jsxs(ri,{checked:n,onCheckedChange:r("left"),children:[
752
- /* @__PURE__ */yl.jsx(Wm,{}),
753
- /* @__PURE__ */yl.jsx("div",{children:"Left Border"})]})]}),
754
- /* @__PURE__ */yl.jsxs(ei,{children:[
755
- /* @__PURE__ */yl.jsxs(ri,{checked:o,onCheckedChange:r("none"),children:[
756
- /* @__PURE__ */yl.jsx(Zm,{}),
757
- /* @__PURE__ */yl.jsx("div",{children:"No Border"})]}),
758
- /* @__PURE__ */yl.jsxs(ri,{checked:a,onCheckedChange:r("outer"),children:[
759
- /* @__PURE__ */yl.jsx(qm,{}),
760
- /* @__PURE__ */yl.jsx("div",{children:"Outside Borders"})]})]})]})}function Xm({children:t,tooltip:r}){const[s,n]=e.useState(!1),o=m(),a=d(lo,"selectedCells"),l=e.useCallback(e=>{n(!1),Ys(o,{color:e,selectedCells:a??[]})},[a,o]),i=e.useCallback(()=>{n(!1),Ys(o,{color:null,selectedCells:a??[]})},[a,o]);/* @__PURE__ */
761
- return yl.jsxs(Gl,{open:s,onOpenChange:n,modal:!1,children:[
762
- /* @__PURE__ */yl.jsx(Jl,{asChild:!0,children:/* @__PURE__ */yl.jsx(xi,{tooltip:r,children:t})}),
763
- /* @__PURE__ */yl.jsxs(Xl,{align:"start",children:[
764
- /* @__PURE__ */yl.jsx(ki,{label:"Colors",children:/* @__PURE__ */yl.jsx(bd,{className:"px-2",colors:jd,updateColor:l})}),
765
- /* @__PURE__ */yl.jsx(ei,{children:/* @__PURE__ */yl.jsxs(ti,{className:"p-2",onClick:i,children:[
766
- /* @__PURE__ */yl.jsx(Mt,{}),
767
- /* @__PURE__ */yl.jsx("span",{children:"Clear"})]})})]})]})}function eh({dragRef:e}){const t=m(),r=h();/* @__PURE__ */
768
- return yl.jsx($l,{ref:e,variant:"outline",className:El("-translate-y-1/2 absolute top-1/2 left-0 z-51 h-6 w-4 p-0 focus-visible:ring-0 focus-visible:ring-offset-0","cursor-grab active:cursor-grabbing",'opacity-0 transition-opacity duration-100 group-hover/row:opacity-100 group-has-data-[resizing="true"]/row:opacity-0'),onClick:()=>{t.tf.select(r)},children:/* @__PURE__ */yl.jsx(Tt,{className:"text-muted-foreground"})})}function th(){const{dropLine:e}=js();return e?/* @__PURE__ */yl.jsx("div",{className:El("absolute inset-x-0 left-2 z-50 h-0.5 bg-brand/50","top"===e?"-top-px":"-bottom-px")}):null}function rh({isHeader:e,...t}){const{api:n}=i(lo),o=s(),a=t.element,l=R(([e])=>e.id,[],{key:q.table}),c=R(([e])=>e.id,[],{key:q.tr}),u=lt(l),m=lt(c)||u,h=d(ot,"isSelectionAreaVisible"),{borders:p,colIndex:x,colSpan:f,minHeight:g,rowIndex:b,selected:j,width:v}=ho(),{bottomProps:y,hiddenLeft:w,leftProps:k,rightProps:N}=po({colIndex:x,colSpan:f,rowIndex:b});/* @__PURE__ */
769
- return yl.jsxs(r,{...t,as:e?"th":"td",className:El("h-full overflow-visible border-none bg-background p-0",a.background?"bg-(--cellBackground)":"bg-background",e&&"text-left *:m-0","before:size-full",j&&"before:z-10 before:bg-brand/5","before:absolute before:box-border before:select-none before:content-['']",p.bottom?.size&&"before:border-b before:border-b-border",p.right?.size&&"before:border-r before:border-r-border",p.left?.size&&"before:border-l before:border-l-border",p.top?.size&&"before:border-t before:border-t-border"),style:{"--cellBackground":a.background,maxWidth:v||240,minWidth:v||120},attributes:{...t.attributes,colSpan:n.table.getColSpan(a),rowSpan:n.table.getRowSpan(a)},children:[
770
- /* @__PURE__ */yl.jsx("div",{className:"relative z-20 box-border h-full px-3 py-2",style:{minHeight:g},children:t.children}),!h&&/* @__PURE__ */yl.jsx("div",{className:"group absolute top-0 size-full select-none",contentEditable:!1,suppressContentEditableWarning:!0,children:!o&&/* @__PURE__ */yl.jsxs(yl.Fragment,{children:[
771
- /* @__PURE__ */yl.jsx(Pu,{...N,className:"-top-2 -right-1 h-[calc(100%_+_8px)] w-2","data-col":x}),
772
- /* @__PURE__ */yl.jsx(Pu,{...y,className:"-bottom-1 h-2"}),!w&&/* @__PURE__ */yl.jsx(Pu,{...k,className:"-left-1 top-0 w-2","data-resizer-left":0===x?"true":void 0}),
773
- /* @__PURE__ */yl.jsx("div",{className:El("absolute top-0 z-30 hidden h-full w-1 bg-ring","right-[-1.5px]",sh({colIndex:x}))}),0===x&&/* @__PURE__ */yl.jsx("div",{className:El("absolute top-0 z-30 h-full w-1 bg-ring","left-[-1.5px]",'fade-in hidden animate-in group-has-[[data-resizer-left]:hover]/table:block group-has-[[data-resizer-left][data-resizing="true"]]/table:block')})]})}),m&&/* @__PURE__ */yl.jsx("div",{className:Pl(),contentEditable:!1})]})}const sh=tt("fade-in hidden animate-in",{variants:{colIndex:{0:'group-has-[[data-col="0"]:hover]/table:block group-has-[[data-col="0"][data-resizing="true"]]/table:block',1:'group-has-[[data-col="1"]:hover]/table:block group-has-[[data-col="1"][data-resizing="true"]]/table:block',2:'group-has-[[data-col="2"]:hover]/table:block group-has-[[data-col="2"][data-resizing="true"]]/table:block',3:'group-has-[[data-col="3"]:hover]/table:block group-has-[[data-col="3"][data-resizing="true"]]/table:block',4:'group-has-[[data-col="4"]:hover]/table:block group-has-[[data-col="4"][data-resizing="true"]]/table:block',5:'group-has-[[data-col="5"]:hover]/table:block group-has-[[data-col="5"][data-resizing="true"]]/table:block',6:'group-has-[[data-col="6"]:hover]/table:block group-has-[[data-col="6"][data-resizing="true"]]/table:block',7:'group-has-[[data-col="7"]:hover]/table:block group-has-[[data-col="7"][data-resizing="true"]]/table:block',8:'group-has-[[data-col="8"]:hover]/table:block group-has-[[data-col="8"][data-resizing="true"]]/table:block',9:'group-has-[[data-col="9"]:hover]/table:block group-has-[[data-col="9"][data-resizing="true"]]/table:block',10:'group-has-[[data-col="10"]:hover]/table:block group-has-[[data-col="10"][data-resizing="true"]]/table:block'}}}),nh=[lo.withComponent(Gm),xo.withComponent(function({children:e,...t}){const{element:o}=t,a=s(),l=n(),i=m(),c=d(ot,"isSelectionAreaVisible"),u=!a&&!c,{isDragging:h,nodeRef:p,previewRef:x,handleRef:f}=bs({element:o,type:o.type,canDropNode:({dragEntry:e,dropEntry:t})=>K.equals(K.parent(e[1]),K.parent(t[1])),onDropHandler:(e,{dragItem:t})=>{const r=t.element;r&&i.tf.select(r)}});/* @__PURE__ */
774
- return yl.jsxs(r,{...t,ref:B(t.ref,x,p),as:"tr",className:El("group/row",h&&"opacity-50"),attributes:{...t.attributes,"data-selected":l?"true":void 0},children:[u&&/* @__PURE__ */yl.jsxs("td",{className:"w-2 select-none",contentEditable:!1,children:[
775
- /* @__PURE__ */yl.jsx(eh,{dragRef:f}),
776
- /* @__PURE__ */yl.jsx(th,{})]}),e]})}),fo.withComponent(rh),go.withComponent(function(e){/* @__PURE__ */
777
- return yl.jsx(rh,{...e,isHeader:!0})})],oh=tt("block h-auto w-full cursor-pointer truncate rounded-none px-0.5 py-1.5 text-left font-medium text-muted-foreground underline decoration-[0.5px] underline-offset-4 hover:bg-accent hover:text-muted-foreground",{variants:{depth:{1:"pl-0.5",2:"pl-[26px]",3:"pl-[50px]"}}});const ah=[Aa.configure({options:{topOffset:80}}).withComponent(function(e){const t=Sa(),{props:s}=Ea(t),{headingList:n}=t;/* @__PURE__ */
778
- return yl.jsxs(r,{...e,className:"mb-1 p-0",children:[
779
- /* @__PURE__ */yl.jsx("div",{contentEditable:!1,children:n.length>0?n.map(e=>/* @__PURE__ */yl.jsx($l,{variant:"ghost",className:oh({depth:e.depth}),onClick:t=>s.onClick(t,e,"smooth"),"aria-current":!0,children:e.title},e.id)):/* @__PURE__ */yl.jsx("div",{className:"text-gray-500 text-sm",children:"Create a heading to display the table of contents."})}),e.children]})})];const lh=[...wu,Ta.withComponent(function(e){const t=e.element,s=Ba(t.id),{buttonProps:n,open:o}=Ia(s);/* @__PURE__ */
780
- return yl.jsxs(r,{...e,className:"pl-6",children:[
781
- /* @__PURE__ */yl.jsx($l,{size:"icon",variant:"ghost",className:"-left-0.5 absolute top-0 size-6 cursor-pointer select-none items-center justify-center rounded-md p-px text-muted-foreground transition-colors hover:bg-accent [&_svg]:size-4",contentEditable:!1,...n,children:/* @__PURE__ */yl.jsx(ns,{className:o?"rotate-90 transition-transform duration-75":"rotate-0 transition-transform duration-75"})}),e.children]})})],ih=[...Al,...Xi,...nh,...lh,...ah,...sm,...Mi,...cc,...Au,...gc,...yu,...fm,...Bl,...xu,..._u,...wl,...fu,...uc,...Um,...bm,..._l,...pc,...Vl,..._c,...Sc,ae,...zc,...zu,...Ul,...du,...hu];function ch(){const{isFullscreen:t,onToggleFullscreen:r}=lu();return e.useEffect(()=>{const e=e=>{"Escape"===e.key&&t&&r()};if(t)return window.addEventListener("keydown",e),()=>{window.removeEventListener("keydown",e)}},[t,r]),null}function dh({initialValue:t,onChange:r,mode:s="draft"}){const n=F({plugins:ih,value:t});return e.useEffect(()=>{n.setOption(ao,"isSuggesting","draft"===s)},[n,s]),/* @__PURE__ */yl.jsx("div",{className:"h-screen w-full bg-white rounded-sm border-1",children:/* @__PURE__ */yl.jsx(O,{editor:n,onChange:({value:e})=>{console.log(e),r?.(e)},children:/* @__PURE__ */yl.jsx(Cm,{children:/* @__PURE__ */yl.jsx(zm,{variant:"fullWidth"})})})})}function uh({initialValue:t,onChange:r,mode:s="draft"}){const[n,o]=e.useState(!1),a=e.useCallback(()=>{o(e=>!e)},[]);/* @__PURE__ */
782
- return yl.jsx("div",{className:n?"fixed inset-0 z-1450 bg-white":"",children:/* @__PURE__ */yl.jsxs(au,{isFullscreen:n,onToggleFullscreen:a,children:[
783
- /* @__PURE__ */yl.jsx(ch,{}),
784
- /* @__PURE__ */yl.jsx(dh,{initialValue:t,onChange:r,mode:s})]})})}const mh=[Da.configure({inject:{nodeProps:{defaultNodeValue:"start",nodeKey:"align",styleKey:"textAlign",validNodeValues:["start","left","center","right","end","justify"]},targetPlugins:[...q.heading,q.p,q.img,q.mediaEmbed]}})];const hh=tt("relative mb-1",{variants:{variant:{h1:"mt-[1.6em] pb-1 font-bold font-heading text-4xl",h2:"mt-[1.4em] pb-px font-heading font-semibold text-2xl tracking-tight",h3:"mt-[1em] pb-px font-heading font-semibold text-xl tracking-tight",h4:"mt-[0.75em] font-heading font-semibold text-lg tracking-tight",h5:"mt-[0.75em] font-semibold text-lg tracking-tight",h6:"mt-[0.75em] font-semibold text-base tracking-tight"}}});function ph({variant:e="h1",...t}){const r=t.element.id;/* @__PURE__ */
785
- return yl.jsxs(sl,{as:e,className:hh({variant:e}),...t,children:[r&&/* @__PURE__ */yl.jsx("span",{id:r}),t.children]})}const xh=[le.withComponent(function(e){/* @__PURE__ */
786
- return yl.jsx(sl,{...e,className:El("m-0 px-0 py-1"),children:e.children})}),Pa.withComponent(function(e){/* @__PURE__ */
787
- return yl.jsx(ph,{variant:"h1",...e})}),Ha.withComponent(function(e){/* @__PURE__ */
788
- return yl.jsx(ph,{variant:"h2",...e})}),Va.withComponent(function(e){/* @__PURE__ */
789
- return yl.jsx(ph,{variant:"h3",...e})}),Ua.withComponent(function(e){/* @__PURE__ */
790
- return yl.jsx(ph,{variant:"h4",...e})}),qa.withComponent(function(e){/* @__PURE__ */
791
- return yl.jsx(ph,{variant:"h5",...e})}),$a.withComponent(function(e){/* @__PURE__ */
792
- return yl.jsx(ph,{variant:"h6",...e})}),Wa.withComponent(function(e){/* @__PURE__ */
793
- return yl.jsx(sl,{as:"blockquote",className:"my-1 border-l-2 pl-6 italic",...e})}),Za.withComponent(function(e){/* @__PURE__ */
794
- return yl.jsxs(sl,{...e,children:[
795
- /* @__PURE__ */yl.jsx("div",{className:"cursor-text py-6",contentEditable:!1,children:/* @__PURE__ */yl.jsx("hr",{className:El("h-0.5 rounded-sm border-none bg-muted bg-clip-content")})}),e.children]})})];const fh=[Ka,Ya,Ga,Qa.withComponent(function(e){/* @__PURE__ */
796
- return yl.jsx(nl,{...e,as:"code",className:"whitespace-pre-wrap rounded-md bg-muted px-[0.3em] py-[0.2em] font-mono text-sm",children:e.children})}),Ja,Xa,el,tl.withComponent(function(e){/* @__PURE__ */
797
- return yl.jsx(nl,{...e,as:"mark",className:"bg-highlight/30 text-inherit",children:e.children})}),rl.withComponent(function(e){/* @__PURE__ */
798
- return yl.jsx(nl,{...e,as:"kbd",className:"rounded border border-border bg-muted px-1.5 py-0.5 font-mono text-sm shadow-[rgba(255,_255,_255,_0.1)_0px_0.5px_0px_0px_inset,_rgb(248,_249,_250)_0px_1px_5px_0px_inset,_rgb(193,_200,_205)_0px_0px_0px_0.5px,_rgb(193,_200,_205)_0px_2px_1px_-1px,_rgb(193,_200,_205)_0px_1px_0px_0px] dark:shadow-[rgba(255,_255,_255,_0.1)_0px_0.5px_0px_0px_inset,_rgb(26,_29,_30)_0px_1px_5px_0px_inset,_rgb(76,_81,_85)_0px_0px_0px_0.5px,_rgb(76,_81,_85)_0px_2px_1px_-1px,_rgb(76,_81,_85)_0px_1px_0px_0px]",children:e.children})})];const gh=[An.withComponent(function({children:e,className:t,...r}){/* @__PURE__ */
799
- return yl.jsx(sl,{className:El("my-1 flex rounded-sm bg-muted p-4 pl-3",t),style:{backgroundColor:r.element.backgroundColor},...r,children:/* @__PURE__ */yl.jsxs("div",{className:"flex w-full gap-2 rounded-md",children:[
800
- /* @__PURE__ */yl.jsx("div",{className:"size-6 select-none text-[18px]",style:{fontFamily:'"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols'},children:/* @__PURE__ */yl.jsx("span",{"data-plate-prevent-deserialization":!0,children:r.element.icon||"💡"})}),
801
- /* @__PURE__ */yl.jsx("div",{className:"w-full",children:e})]})})})];const bh=zs(Ss),jh=[Ee.configure({node:{component:function(e){/* @__PURE__ */
802
- return yl.jsx(sl,{className:"py-1 **:[.hljs-addition]:bg-[#f0fff4] **:[.hljs-addition]:text-[#22863a] dark:**:[.hljs-addition]:bg-[#3c5743] dark:**:[.hljs-addition]:text-[#ceead5] **:[.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable]:text-[#005cc5] dark:**:[.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable]:text-[#6596cf] **:[.hljs-built\\\\\\\\_in,.hljs-symbol]:text-[#e36209] dark:**:[.hljs-built\\\\\\\\_in,.hljs-symbol]:text-[#c3854e] **:[.hljs-bullet]:text-[#735c0f] **:[.hljs-comment,.hljs-code,.hljs-formula]:text-[#6a737d] dark:**:[.hljs-comment,.hljs-code,.hljs-formula]:text-[#6a737d] **:[.hljs-deletion]:bg-[#ffeef0] **:[.hljs-deletion]:text-[#b31d28] dark:**:[.hljs-deletion]:bg-[#473235] dark:**:[.hljs-deletion]:text-[#e7c7cb] **:[.hljs-emphasis]:italic **:[.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\\\\\_]:text-[#d73a49] dark:**:[.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\\\\\_]:text-[#ee6960] **:[.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo]:text-[#22863a] dark:**:[.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo]:text-[#36a84f] **:[.hljs-regexp,.hljs-string,.hljs-meta_.hljs-string]:text-[#032f62] dark:**:[.hljs-regexp,.hljs-string,.hljs-meta_.hljs-string]:text-[#3593ff] **:[.hljs-section]:font-bold **:[.hljs-section]:text-[#005cc5] dark:**:[.hljs-section]:text-[#61a5f2] **:[.hljs-strong]:font-bold **:[.hljs-title,.hljs-title.class\\\\\\\\_,.hljs-title.class\\\\\\\\_.inherited\\\\\\\\_\\\\\\\\_,.hljs-title.function\\\\\\\\_]:text-[#6f42c1] dark:**:[.hljs-title,.hljs-title.class\\\\\\\\_,.hljs-title.class\\\\\\\\_.inherited\\\\\\\\_\\\\\\\\_,.hljs-title.function\\\\\\\\_]:text-[#a77bfa]",...e,children:/* @__PURE__ */yl.jsx("div",{className:"relative rounded-md bg-muted/50",children:/* @__PURE__ */yl.jsx("pre",{className:"overflow-x-auto p-8 pr-4 font-mono text-sm leading-[normal] [tab-size:2] print:break-inside-avoid",children:/* @__PURE__ */yl.jsx("code",{children:e.children})})})})}},options:{lowlight:bh}}),Ae.withComponent(function(e){/* @__PURE__ */
803
- return yl.jsx(sl,{...e})}),Be.withComponent(function(e){const t=e.leaf.className;/* @__PURE__ */
804
- return yl.jsx(nl,{className:t,...e})})];const vh=[Os.withComponent(function(e){/* @__PURE__ */
805
- return yl.jsx(sl,{className:"mb-2",...e,children:/* @__PURE__ */yl.jsx("div",{className:"flex size-full rounded",children:e.children})})}),Fs.withComponent(function(e){const{width:t}=e.element;/* @__PURE__ */
806
- return yl.jsx("div",{className:"group/column relative",style:{width:t??"100%"},children:/* @__PURE__ */yl.jsx(sl,{className:"h-full px-2 pt-2 group-first/column:pl-0 group-last/column:pr-0",...e,children:/* @__PURE__ */yl.jsx("div",{className:"relative h-full border border-transparent p-1.5",children:e.children})})})})];const yh=[$s.withComponent(function(e){/* @__PURE__ */
807
- return yl.jsx(nl,{...e,className:"border-b-2 border-b-highlight/35 bg-highlight/15",children:e.children})})];const wh=[In.withComponent(function(e){const{element:t}=e;/* @__PURE__ */
808
- return yl.jsxs(sl,{as:"span",className:"inline-block",...e,children:[
809
- /* @__PURE__ */yl.jsx("span",{className:"w-fit rounded-sm bg-muted px-1 text-muted-foreground",children:t.date?(()=>{const e=/* @__PURE__ */new Date,r=new Date(t.date),s=r.getDate()===e.getDate()&&r.getMonth()===e.getMonth()&&r.getFullYear()===e.getFullYear(),n=new Date(e.setDate(e.getDate()-1)).toDateString()===r.toDateString(),o=new Date(e.setDate(e.getDate()+2)).toDateString()===r.toDateString();return s?"Today":n?"Yesterday":o?"Tomorrow":r.toLocaleDateString(void 0,{day:"numeric",month:"long",year:"numeric"})})():/* @__PURE__ */yl.jsx("span",{children:"Pick a date"})}),e.children]})})],kh={inject:{targetPlugins:[q.p]}},Nh=[Oa.configure(kh),Fa.configure(kh),Ra.configure(kh),Ma.configure(kh)],Ch=[La.configure({inject:{nodeProps:{defaultNodeValue:1.5,validNodeValues:[1,1.2,1.5,2,3]},targetPlugins:[...q.heading,q.p]}})];const _h=[Bo.withComponent(function(e){/* @__PURE__ */
810
- return yl.jsx(sl,{...e,as:"a",className:"font-medium text-primary underline decoration-primary underline-offset-4",attributes:{...e.attributes,...Ao(e.editor,e.element)},children:e.children})})],zh=[ll.configure({inject:{targetPlugins:[...q.heading,q.p,q.blockquote,q.codeBlock,q.toggle]},options:{offset:24}})],Sh={todo:{Li:function(e){/* @__PURE__ */
811
- return yl.jsx("li",{className:El("list-none",e.element.checked&&"text-muted-foreground line-through"),children:e.children})},Marker:function(e){const t=e.element.checked;/* @__PURE__ */
812
- return yl.jsx("div",{contentEditable:!1,children:/* @__PURE__ */yl.jsx("button",{className:El("peer -left-6 pointer-events-none absolute top-1 size-4 shrink-0 rounded-sm border border-primary bg-background ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",e.className),"data-state":t?"checked":"unchecked",type:"button",children:/* @__PURE__ */yl.jsx("div",{className:El("flex items-center justify-center text-current"),children:t&&/* @__PURE__ */yl.jsx(ht,{className:"size-4"})})})})}}};function Eh(e){const{indent:t,listStart:r,listStyleType:s}=e.element,{Li:n,Marker:o}=Sh[s]??{},a=Fe(e.element)?"ol":"ul",l=t?24*t+"px":void 0;/* @__PURE__ */
813
- return yl.jsxs(a,{className:"relative m-0 p-0",style:{listStyleType:s,marginLeft:l},start:r,children:[o&&/* @__PURE__ */yl.jsx(o,{...e}),n?/* @__PURE__ */yl.jsx(n,{...e}):/* @__PURE__ */yl.jsx("li",{children:e.children})]})}const Ah=[...zh,Re.configure({inject:{targetPlugins:[...q.heading,q.p,q.blockquote,q.codeBlock,q.toggle]},render:{belowNodes:e=>{if(e.element.listStyleType)return e=>/* @__PURE__ */yl.jsx(Eh,{...e})}}})];const Bh=[Wn.withComponent(function(e){const t=$n({element:e.element,options:{displayMode:!0,errorColor:"#cc0000",fleqn:!1,leqno:!1,macros:{"\\f":"#1f(#2)"},output:"htmlAndMathml",strict:"warn",throwOnError:!1,trust:!1}});/* @__PURE__ */
814
- return yl.jsxs(sl,{...e,className:"inline-block select-none rounded-sm [&_.katex-display]:my-0",children:[
815
- /* @__PURE__ */yl.jsx("div",{className:El('after:-top-0.5 after:-left-1 after:absolute after:inset-0 after:z-1 after:h-[calc(100%)+4px] after:w-[calc(100%+8px)] after:rounded-sm after:content-[""]',"h-6",0===e.element.texExpression.length&&"text-muted-foreground after:bg-neutral-500/10"),children:/* @__PURE__ */yl.jsx("span",{className:El(0===e.element.texExpression.length&&"hidden","font-mono leading-none"),dangerouslySetInnerHTML:{__html:t}})}),e.children]})}),Zn.withComponent(function(e){const{element:t}=e,r=$n({element:t,options:{displayMode:!0,errorColor:"#cc0000",fleqn:!1,leqno:!1,macros:{"\\f":"#1f(#2)"},output:"htmlAndMathml",strict:"warn",throwOnError:!1,trust:!1}});/* @__PURE__ */
816
- return yl.jsxs(sl,{className:"my-1",...e,children:[
817
- /* @__PURE__ */yl.jsx("div",{className:El("group flex select-none items-center justify-center rounded-sm hover:bg-primary/10 data-[selected=true]:bg-primary/10",0===t.texExpression.length?"bg-muted p-3 pr-9":"px-2 py-1"),children:t.texExpression.length>0?/* @__PURE__ */yl.jsx("span",{dangerouslySetInnerHTML:{__html:r}}):/* @__PURE__ */yl.jsxs("div",{className:"flex h-7 w-full items-center gap-2 whitespace-nowrap text-muted-foreground text-sm",children:[
818
- /* @__PURE__ */yl.jsx(Br,{className:"size-6 text-muted-foreground/80"}),
819
- /* @__PURE__ */yl.jsx("div",{children:"Add a Tex equation"})]})}),e.children]})})];const Ih=[eo.withComponent(function(e){const{align:t="center",caption:r,url:s,width:n}=e.element;/* @__PURE__ */
820
- return yl.jsxs(sl,{...e,className:"py-2.5",children:[
821
- /* @__PURE__ */yl.jsx("figure",{className:"group relative m-0 inline-block",style:{width:n},children:/* @__PURE__ */yl.jsxs("div",{className:"relative min-w-[92px] max-w-full",style:{textAlign:t},children:[
822
- /* @__PURE__ */yl.jsx("img",{className:El("w-full max-w-full cursor-default object-cover px-0","rounded-sm"),alt:e.attributes.alt,src:s}),r&&/* @__PURE__ */yl.jsx("figcaption",{className:"mx-auto mt-2 h-[24px] max-w-full",style:{textAlign:"center"},children:Z.string(r[0])})]})}),e.children]})}),to.withComponent(function(e){const{align:t="center",caption:r,url:s,width:n}=e.element;/* @__PURE__ */
823
- return yl.jsxs(sl,{className:"py-2.5",...e,children:[
824
- /* @__PURE__ */yl.jsx("div",{style:{textAlign:t},children:/* @__PURE__ */yl.jsxs("figure",{className:"group relative m-0 inline-block cursor-default",style:{width:n},children:[
825
- /* @__PURE__ */yl.jsx("video",{className:"w-full max-w-full rounded-sm object-cover px-0",src:s,controls:!0}),r&&/* @__PURE__ */yl.jsx("figcaption",{children:Z.string(r[0])})]})}),e.children]})}),ro.withComponent(function(e){/* @__PURE__ */
826
- return yl.jsxs(sl,{...e,className:"mb-1",children:[
827
- /* @__PURE__ */yl.jsx("figure",{className:"group relative cursor-default",children:/* @__PURE__ */yl.jsx("div",{className:"h-16",children:/* @__PURE__ */yl.jsx("audio",{className:"size-full",src:e.element.url,controls:!0})})}),e.children]})}),so.withComponent(function(e){const{name:t,url:r}=e.element;/* @__PURE__ */
828
- return yl.jsxs(sl,{className:"my-px rounded-sm",...e,children:[
829
- /* @__PURE__ */yl.jsx("a",{className:"group relative m-0 flex cursor-pointer items-center rounded px-0.5 py-[3px] hover:bg-muted",contentEditable:!1,download:t,href:r,rel:"noopener noreferrer",role:"button",target:"_blank",children:/* @__PURE__ */yl.jsxs("div",{className:"flex items-center gap-1 p-1",children:[
830
- /* @__PURE__ */yl.jsx(Tr,{className:"size-5"}),
831
- /* @__PURE__ */yl.jsx("div",{children:t})]})}),e.children]})}),il.configure({options:{query:{allow:[q.img,q.video,q.audio,q.file,q.mediaEmbed]}}}),no,oo];const Th=[ta.withComponent(function(e){const{prefix:t}=e,r=e.element;/* @__PURE__ */
832
- return yl.jsxs(sl,{...e,as:"span",className:El("inline-block rounded-md bg-muted px-1.5 py-0.5 align-baseline font-medium text-sm",!0===r.children[0][q.bold]&&"font-bold",!0===r.children[0][q.italic]&&"italic",!0===r.children[0][q.underline]&&"underline"),attributes:{...e.attributes,"data-slate-value":r.value},children:[e.children,t,r.value]})})];const Dh=[ya.withComponent(function(e){const{editor:t,leaf:r}=e,s=t.getApi(ya).suggestion.dataList(r).some(e=>"remove"===e.type),n={delete:"del",insert:"ins",update:"span"}[s?"delete":"insert"];/* @__PURE__ */
833
- return yl.jsx(nl,{...e,as:n,className:El("border-b-2 border-b-brand/[.24] bg-brand/[.08] text-brand/80 no-underline transition-colors duration-200",s&&"border-b-gray-300 bg-gray-300/25 text-gray-400 line-through"),children:e.children})})];function Oh({isHeader:e,...t}){const{editor:r,element:s}=t,{api:n}=r.getPlugin(Gs),{minHeight:o,width:a}=n.table.getCellSize({element:s}),l=n.table.getCellBorders({element:s});/* @__PURE__ */
834
- return yl.jsx(sl,{...t,as:e?"th":"td",className:El("h-full overflow-visible border-none bg-background p-0",s.background?"bg-(--cellBackground)":"bg-background",e&&"text-left font-normal *:m-0","before:size-full","before:absolute before:box-border before:select-none before:content-['']",l&&El(l.bottom?.size&&"before:border-b before:border-b-border",l.right?.size&&"before:border-r before:border-r-border",l.left?.size&&"before:border-l before:border-l-border",l.top?.size&&"before:border-t before:border-t-border")),style:{"--cellBackground":s.background,maxWidth:a||240,minWidth:a||120},attributes:{...t.attributes,colSpan:n.table.getColSpan(s),rowSpan:n.table.getRowSpan(s)},children:/* @__PURE__ */yl.jsx("div",{className:"relative z-20 box-border h-full px-4 py-2",style:{minHeight:o},children:t.children})})}const Fh=[Gs.withComponent(function({children:e,...t}){const{disableMarginLeft:r}=t.editor.getOptions(Gs),s=r?0:t.element.marginLeft;/* @__PURE__ */
835
- return yl.jsx(sl,{...t,className:"overflow-x-auto py-5",style:{paddingLeft:s},children:/* @__PURE__ */yl.jsx("div",{className:"group/table relative w-fit",children:/* @__PURE__ */yl.jsx("table",{className:"mr-0 ml-px table h-px table-fixed border-collapse",style:{borderCollapse:"collapse",width:"100%"},children:/* @__PURE__ */yl.jsx("tbody",{className:"min-w-full",children:e})})})})}),Qs.withComponent(function(e){/* @__PURE__ */
836
- return yl.jsx(sl,{...e,as:"tr",className:"h-full",children:e.children})}),Js.withComponent(Oh),Xs.withComponent(function(e){/* @__PURE__ */
837
- return yl.jsx(Oh,{...e,isHeader:!0})})],Rh=tt("block h-auto w-full cursor-pointer truncate rounded-none px-0.5 py-1.5 text-left font-medium text-muted-foreground underline decoration-[0.5px] underline-offset-4 hover:bg-accent hover:text-muted-foreground",{variants:{depth:{1:"pl-0.5",2:"pl-[26px]",3:"pl-[50px]"}}});const Mh={h1:1,h2:2,h3:3,h4:4,h5:5,h6:6},Lh=e=>{if(!e)return[];const t=e.getOptions(jo);if(t.queryHeading)return t.queryHeading(e);const r=[],s=e.api.nodes({at:[],match:e=>vo(e)});return s?(Array.from(s).forEach(([e,t])=>{const{type:s}=e,n=Z.string(e),o=Mh[s],a=e.id;n&&r.push({id:a,depth:o,path:t,title:n,type:s})}),r):[]},Ph=[jo.withComponent(function(e){const{editor:t}=e,r=Lh(t);/* @__PURE__ */
838
- return yl.jsxs(sl,{...e,className:"mb-1 p-0",children:[
839
- /* @__PURE__ */yl.jsx("div",{children:r.length>0?r.map(e=>/* @__PURE__ */yl.jsx($l,{variant:"ghost",className:Rh({depth:e.depth}),children:e.title},e.title)):/* @__PURE__ */yl.jsx("div",{className:"text-gray-500 text-sm",children:"Create a heading to display the table of contents."})}),e.children]})})];const Hh=[...xh,...jh,...Fh,...[cl.withComponent(function(e){/* @__PURE__ */
840
- return yl.jsxs(sl,{...e,className:"pl-6",children:[
841
- /* @__PURE__ */yl.jsx("div",{className:"-left-0.5 absolute top-0 size-6 cursor-pointer select-none items-center justify-center rounded-md p-px text-muted-foreground transition-colors hover:bg-accent [&_svg]:size-4",contentEditable:!1,children:/* @__PURE__ */yl.jsx(ns,{className:"rotate-0 transition-transform duration-75"})}),e.children]})})],...Ph,...Ih,...gh,...vh,...Bh,...wh,..._h,...Th,...fh,...Nh,...Ah,...mh,...Ch,...yh,...Dh,...zu];export{wl as AlignKit,_l as AutoformatKit,Hh as BaseEditorKit,Al as BasicBlocksKit,Bl as BasicMarksKit,Vl as BlockMenuKit,Ul as BlockPlaceholderKit,Mi as CalloutKit,Xi as CodeBlockKit,cc as ColumnKit,uc as CommentKit,pc as CursorOverlayKit,gc as DateKit,_c as DndKit,zc as DocxKit,zm as Editor,Cm as EditorContainer,ih as EditorKit,Sm as EditorView,Sc as ExitBreakKit,du as FixedToolbarKit,hu as FloatingToolbarKit,xu as FontKit,fu as LineHeightKit,yu as LinkKit,_u as ListKit,Au as MathKit,sm as MediaKit,fm as MentionKit,M as Plate,uh as PlateEditor,L as PlateLeaf,ol as PlateStatic,P as PlateView,bm as SlashKit,Um as SuggestionKit,nh as TableKit,ah as TocKit,lh as ToggleKit,dl as computeDiff,ie as createSlateEditor,ce as createSlatePlugin,de as normalizeNodeId,al as serializeHtml,H as toPlatePlugin,V as usePlateEditor,U as usePlateViewEditor,ul as withGetFragmentExcludeDiff};
1
+ !function(){"use strict";try{if("undefined"!=typeof document){var r=document.createElement("style");r.appendChild(document.createTextNode('@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-content:"";--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-700:oklch(50.5% .213 27.518);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-700:oklch(50.8% .118 165.612);--color-slate-500:oklch(55.4% .046 257.417);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-neutral-500:oklch(55.6% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-widest:.1em;--radius-xs:.125rem;--animate-spin:spin 1s linear infinite;--blur-xs:4px;--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@layer components;@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.inset-x-0{inset-inline:calc(var(--spacing) * 0)}.inset-y-0{inset-block:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.-top-2{top:calc(var(--spacing) * -2)}.-top-px{top:-1px}.top-0{top:calc(var(--spacing) * 0)}.top-1{top:calc(var(--spacing) * 1)}.top-1\\/2{top:50%}.top-2{top:calc(var(--spacing) * 2)}.top-4{top:calc(var(--spacing) * 4)}.top-\\[5px\\]{top:5px}.top-\\[50\\%\\]{top:50%}.-right-1{right:calc(var(--spacing) * -1)}.-right-3{right:calc(var(--spacing) * -3)}.right-0{right:calc(var(--spacing) * 0)}.right-0\\.5{right:calc(var(--spacing) * .5)}.right-1{right:calc(var(--spacing) * 1)}.right-2{right:calc(var(--spacing) * 2)}.right-4{right:calc(var(--spacing) * 4)}.right-\\[-1\\.5px\\]{right:-1.5px}.right-\\[-11px\\]{right:-11px}.-bottom-1{bottom:calc(var(--spacing) * -1)}.-bottom-px{bottom:-1px}.bottom-0{bottom:calc(var(--spacing) * 0)}.bottom-0\\.5{bottom:calc(var(--spacing) * .5)}.bottom-1{bottom:calc(var(--spacing) * 1)}.bottom-2{bottom:calc(var(--spacing) * 2)}.-left-0{left:calc(var(--spacing) * 0)}.-left-0\\.5{left:calc(var(--spacing) * -.5)}.-left-1{left:calc(var(--spacing) * -1)}.-left-3{left:calc(var(--spacing) * -3)}.-left-6{left:calc(var(--spacing) * -6)}.left-0{left:calc(var(--spacing) * 0)}.left-1\\/2{left:50%}.left-2{left:calc(var(--spacing) * 2)}.left-2\\.5{left:calc(var(--spacing) * 2.5)}.left-3{left:calc(var(--spacing) * 3)}.left-\\[-1\\.5px\\]{left:-1.5px}.left-\\[-10\\.5px\\]{left:-10.5px}.left-\\[50\\%\\]{left:50%}.z-1{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-51{z-index:51}.z-100{z-index:100}.z-500{z-index:500}.z-1450{z-index:1450}.z-1500{z-index:1500}.col-span-1{grid-column:span 1/span 1}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.m-32{margin:calc(var(--spacing) * 32)}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.mx-1{margin-inline:calc(var(--spacing) * 1)}.mx-1\\.5{margin-inline:calc(var(--spacing) * 1.5)}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-auto{margin-inline:auto}.mx-px{margin-inline:1px}.my-1{margin-block:calc(var(--spacing) * 1)}.my-1\\.5{margin-block:calc(var(--spacing) * 1.5)}.my-auto{margin-block:auto}.my-px{margin-block:1px}.mt-0\\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-1\\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-\\[0\\.75em\\]{margin-top:.75em}.mt-\\[1\\.4em\\]{margin-top:1.4em}.mt-\\[1\\.6em\\]{margin-top:1.6em}.mt-\\[1em\\]{margin-top:1em}.-mr-3{margin-right:calc(var(--spacing) * -3)}.mr-0{margin-right:calc(var(--spacing) * 0)}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-1\\.5{margin-right:calc(var(--spacing) * 1.5)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-3{margin-right:calc(var(--spacing) * 3)}.mr-auto{margin-right:auto}.mb-0{margin-bottom:calc(var(--spacing) * 0)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-2\\.5{margin-bottom:calc(var(--spacing) * 2.5)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.-ml-2{margin-left:calc(var(--spacing) * -2)}.-ml-3{margin-left:calc(var(--spacing) * -3)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.block{display:block}.contents{display:contents}.flex{display:flex}.flex\\!{display:flex!important}.flow-root{display:flow-root}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.aspect-square{aspect-ratio:1}.\\!size-3{width:calc(var(--spacing) * 3)!important;height:calc(var(--spacing) * 3)!important}.\\!size-3\\.5{width:calc(var(--spacing) * 3.5)!important;height:calc(var(--spacing) * 3.5)!important}.size-\\(--cell-size\\){width:var(--cell-size);height:var(--cell-size)}.size-0{width:calc(var(--spacing) * 0);height:calc(var(--spacing) * 0)}.size-2{width:calc(var(--spacing) * 2);height:calc(var(--spacing) * 2)}.size-2\\.5{width:calc(var(--spacing) * 2.5);height:calc(var(--spacing) * 2.5)}.size-3{width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.size-3\\.5{width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-5{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.size-6{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-9{width:calc(var(--spacing) * 9);height:calc(var(--spacing) * 9)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-16{width:calc(var(--spacing) * 16);height:calc(var(--spacing) * 16)}.size-\\[28px\\]{width:28px;height:28px}.size-\\[130px\\]{width:130px;height:130px}.size-auto{width:auto;height:auto}.size-full{width:100%;height:100%}.h-\\(--cell-size\\){height:var(--cell-size)}.h-0\\.5{height:calc(var(--spacing) * .5)}.h-2{height:calc(var(--spacing) * 2)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-14{height:calc(var(--spacing) * 14)}.h-16{height:calc(var(--spacing) * 16)}.h-20{height:calc(var(--spacing) * 20)}.h-\\[1\\.5em\\]{height:1.5em}.h-\\[19px\\]{height:19px}.h-\\[23rem\\]{height:23rem}.h-\\[24px\\]{height:24px}.h-\\[28px\\]{height:28px}.h-\\[344px\\]{height:344px}.h-\\[650px\\]{height:650px}.h-\\[calc\\(100\\%_\\+_8px\\)\\]{height:calc(100% + 8px)}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-\\(--radix-context-menu-content-available-height\\){max-height:var(--radix-context-menu-content-available-height)}.max-h-\\(--radix-dropdown-menu-content-available-height\\){max-height:var(--radix-dropdown-menu-content-available-height)}.max-h-14{max-height:calc(var(--spacing) * 14)}.max-h-\\[50vh\\]{max-height:50vh}.max-h-\\[288px\\]{max-height:288px}.max-h-\\[300px\\]{max-height:300px}.max-h-\\[500px\\]{max-height:500px}.max-h-\\[calc\\(100vh-4rem\\)\\]{max-height:calc(100vh - 4rem)}.max-h-\\[min\\(50dvh\\,calc\\(-24px\\+var\\(--radix-popper-available-height\\)\\)\\)\\]{max-height:min(50dvh,calc(-24px + var(--radix-popper-available-height)))}.max-h-\\[min\\(70vh\\,320px\\)\\]{max-height:min(70vh,320px)}.max-h-screen{max-height:100vh}.min-h-14{min-height:calc(var(--spacing) * 14)}.min-h-\\[1lh\\]{min-height:1lh}.min-h-\\[25px\\]{min-height:25px}.min-h-\\[50\\%\\]{min-height:50%}.w-\\(--cell-size\\){width:var(--cell-size)}.w-0\\.5{width:calc(var(--spacing) * .5)}.w-1{width:calc(var(--spacing) * 1)}.w-2{width:calc(var(--spacing) * 2)}.w-4{width:calc(var(--spacing) * 4)}.w-4\\.5{width:calc(var(--spacing) * 4.5)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-10{width:calc(var(--spacing) * 10)}.w-48{width:calc(var(--spacing) * 48)}.w-64{width:calc(var(--spacing) * 64)}.w-72{width:calc(var(--spacing) * 72)}.w-80{width:calc(var(--spacing) * 80)}.w-\\[180px\\]{width:180px}.w-\\[200px\\]{width:200px}.w-\\[300px\\]{width:300px}.w-\\[330px\\]{width:330px}.w-\\[380px\\]{width:380px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.max-w-\\[80vw\\]{max-width:80vw}.max-w-\\[calc\\(100\\%-2rem\\)\\]{max-width:calc(100% - 2rem)}.max-w-\\[calc\\(100vw-24px\\)\\]{max-width:calc(100vw - 24px)}.max-w-full{max-width:100%}.min-w-\\(--cell-size\\){min-width:var(--cell-size)}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-8{min-width:calc(var(--spacing) * 8)}.min-w-9{min-width:calc(var(--spacing) * 9)}.min-w-10{min-width:calc(var(--spacing) * 10)}.min-w-\\[8rem\\]{min-width:8rem}.min-w-\\[92px\\]{min-width:92px}.min-w-\\[125px\\]{min-width:125px}.min-w-\\[130px\\]{min-width:130px}.min-w-\\[180px\\]{min-width:180px}.min-w-\\[220px\\]{min-width:220px}.min-w-full{min-width:100%}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.origin-\\(--radix-context-menu-content-transform-origin\\){transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\\(--radix-dropdown-menu-content-transform-origin\\){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.origin-\\(--radix-popover-content-transform-origin\\){transform-origin:var(--radix-popover-content-transform-origin)}.origin-\\(--radix-tooltip-content-transform-origin\\){transform-origin:var(--radix-tooltip-content-transform-origin)}.-translate-x-1\\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-\\[-50\\%\\]{--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-\\[-50\\%\\]{--tw-translate-y:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-\\[calc\\(-50\\%_-_2px\\)\\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-0{rotate:none}.rotate-45{rotate:45deg}.rotate-90{rotate:90deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-in{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.animate-spin{animation:var(--animate-spin)}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.cursor-text{cursor:text}.resize{resize:both}.resize-none{resize:none}.scroll-py-1{scroll-padding-block:calc(var(--spacing) * 1)}.list-none{list-style-type:none}.appearance-none{appearance:none}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\\[repeat\\(10\\,1fr\\)\\]{grid-template-columns:repeat(10,1fr)}.grid-rows-\\[auto_1fr\\]{grid-template-rows:auto 1fr}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.gap-0{gap:calc(var(--spacing) * 0)}.gap-0\\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-x-1{column-gap:calc(var(--spacing) * 1)}:where(.-space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\\[2px\\]{border-radius:2px}.rounded-\\[4px\\]{border-radius:4px}.rounded-\\[50\\%\\]{border-radius:50%}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\\[1\\.5px\\]{border-style:var(--tw-border-style);border-width:1.5px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-border{border-color:var(--border)}.border-current{border-color:currentColor}.border-input{border-color:var(--input)}.border-muted{border-color:var(--muted)}.border-primary{border-color:var(--primary)}.border-transparent{border-color:#0000}.border-b-border{border-bottom-color:var(--border)}.border-b-brand\\/\\[\\.24\\]{border-bottom-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.border-b-brand\\/\\[\\.24\\]{border-bottom-color:color-mix(in oklab,var(--brand) 24%,transparent)}}.border-b-gray-300{border-bottom-color:var(--color-gray-300)}.border-b-highlight,.border-b-highlight\\/35{border-bottom-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.border-b-highlight\\/35{border-bottom-color:color-mix(in oklab,var(--highlight) 35%,transparent)}}.border-b-highlight\\/\\[\\.7\\]{border-bottom-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.border-b-highlight\\/\\[\\.7\\]{border-bottom-color:color-mix(in oklab,var(--highlight) 70%,transparent)}}.border-b-highlight\\/\\[\\.36\\]{border-bottom-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.border-b-highlight\\/\\[\\.36\\]{border-bottom-color:color-mix(in oklab,var(--highlight) 36%,transparent)}}.bg-\\(--cellBackground\\){background-color:var(--cellBackground)}.bg-\\[rgba\\(0\\,0\\,0\\,0\\.5\\)\\]{background-color:#00000080}.bg-accent{background-color:var(--accent)}.bg-background,.bg-background\\/95{background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/95{background-color:color-mix(in oklab,var(--background) 95%,transparent)}}.bg-black{background-color:var(--color-black)}.bg-black\\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\\/50{background-color:color-mix(in oklab,var(--color-black) 50%,transparent)}}.bg-border{background-color:var(--border)}.bg-brand,.bg-brand\\/25{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\\/25{background-color:color-mix(in oklab,var(--brand) 25%,transparent)}}.bg-brand\\/50{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\\/50{background-color:color-mix(in oklab,var(--brand) 50%,transparent)}}.bg-brand\\/\\[\\.08\\]{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\\/\\[\\.08\\]{background-color:color-mix(in oklab,var(--brand) 8%,transparent)}}.bg-brand\\/\\[\\.13\\]{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\\/\\[\\.13\\]{background-color:color-mix(in oklab,var(--brand) 13%,transparent)}}.bg-current{background-color:currentColor}.bg-destructive{background-color:var(--destructive)}.bg-emerald-100{background-color:var(--color-emerald-100)}.bg-emerald-200\\/80{background-color:#a4f4cfcc}@supports (color:color-mix(in lab,red,red)){.bg-emerald-200\\/80{background-color:color-mix(in oklab,var(--color-emerald-200) 80%,transparent)}}.bg-foreground{background-color:var(--foreground)}.bg-gray-300\\/25{background-color:#d1d5dc40}@supports (color:color-mix(in lab,red,red)){.bg-gray-300\\/25{background-color:color-mix(in oklab,var(--color-gray-300) 25%,transparent)}}.bg-highlight,.bg-highlight\\/15{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/15{background-color:color-mix(in oklab,var(--highlight) 15%,transparent)}}.bg-highlight\\/25{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/25{background-color:color-mix(in oklab,var(--highlight) 25%,transparent)}}.bg-highlight\\/30{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/30{background-color:color-mix(in oklab,var(--highlight) 30%,transparent)}}.bg-highlight\\/45{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/45{background-color:color-mix(in oklab,var(--highlight) 45%,transparent)}}.bg-highlight\\/\\[\\.13\\]{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\\/\\[\\.13\\]{background-color:color-mix(in oklab,var(--highlight) 13%,transparent)}}.bg-inherit{background-color:inherit}.bg-muted,.bg-muted\\/50{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\\/50{background-color:color-mix(in oklab,var(--muted) 50%,transparent)}}.bg-popover,.bg-popover\\/90{background-color:var(--popover)}@supports (color:color-mix(in lab,red,red)){.bg-popover\\/90{background-color:color-mix(in oklab,var(--popover) 90%,transparent)}}.bg-primary,.bg-primary\\/40{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\\/40{background-color:color-mix(in oklab,var(--primary) 40%,transparent)}}.bg-red-100{background-color:var(--color-red-100)}.bg-red-200\\/80{background-color:#ffcacacc}@supports (color:color-mix(in lab,red,red)){.bg-red-200\\/80{background-color:color-mix(in oklab,var(--color-red-200) 80%,transparent)}}.bg-ring{background-color:var(--ring)}.bg-secondary{background-color:var(--secondary)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-clip-content{background-clip:content-box}.fill-current{fill:currentColor}.fill-foreground{fill:var(--foreground)}.fill-primary{fill:var(--primary)}.stroke-\\[3px\\]{stroke-width:3px}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing) * 0)}.p-1{padding:calc(var(--spacing) * 1)}.p-1\\.5{padding:calc(var(--spacing) * 1.5)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.p-px{padding:1px}.\\!px-1{padding-inline:calc(var(--spacing) * 1)!important}.\\!px-1\\.5{padding-inline:calc(var(--spacing) * 1.5)!important}.px-\\(--cell-size\\){padding-inline:var(--cell-size)}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-0\\.5{padding-inline:calc(var(--spacing) * .5)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-10{padding-inline:calc(var(--spacing) * 10)}.px-16{padding-inline:calc(var(--spacing) * 16)}.px-\\[0\\.3em\\]{padding-inline:.3em}.py-0{padding-block:calc(var(--spacing) * 0)}.py-0\\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-\\[0\\.2em\\]{padding-block:.2em}.py-\\[1\\.5px\\]{padding-block:1.5px}.py-\\[3px\\]{padding-block:3px}.pt-0\\.5{padding-top:calc(var(--spacing) * .5)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pr-1{padding-right:calc(var(--spacing) * 1)}.pr-2{padding-right:calc(var(--spacing) * 2)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pr-9{padding-right:calc(var(--spacing) * 9)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-72{padding-bottom:calc(var(--spacing) * 72)}.pb-px{padding-bottom:1px}.pl-0\\.5{padding-left:calc(var(--spacing) * .5)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-3{padding-left:calc(var(--spacing) * 3)}.pl-6{padding-left:calc(var(--spacing) * 6)}.pl-8{padding-left:calc(var(--spacing) * 8)}.pl-\\[26px\\]{padding-left:26px}.pl-\\[32px\\]{padding-left:32px}.pl-\\[50px\\]{padding-left:50px}.text-center{text-align:center}.text-justify{text-align:justify}.text-left{text-align:left}.align-baseline{vertical-align:baseline}.align-text-bottom{vertical-align:text-bottom}.font-\\[inherit\\]{font-family:inherit}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[0\\.8rem\\]{font-size:.8rem}.text-\\[18px\\]{font-size:18px}.leading-\\[normal\\]{--tw-leading:normal;line-height:normal}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-accent-foreground{color:var(--accent-foreground)}.text-background{color:var(--background)}.text-brand\\/80{color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.text-brand\\/80{color:color-mix(in oklab,var(--brand) 80%,transparent)}}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-emerald-700{color:var(--color-emerald-700)}.text-foreground{color:var(--foreground)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-inherit{color:inherit}.text-muted-foreground,.text-muted-foreground\\/70{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/70{color:color-mix(in oklab,var(--muted-foreground) 70%,transparent)}}.text-muted-foreground\\/80{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/80{color:color-mix(in oklab,var(--muted-foreground) 80%,transparent)}}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-red-700{color:var(--color-red-700)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-slate-500{color:var(--color-slate-500)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.underline{text-decoration-line:underline}.decoration-primary{-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}.decoration-\\[0\\.5px\\]{text-decoration-thickness:.5px}.underline-offset-4{text-underline-offset:4px}.caret-primary{caret-color:var(--primary)}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-100{opacity:1}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[rgba\\(255\\,_255\\,_255\\,_0\\.1\\)_0px_0\\.5px_0px_0px_inset\\,_rgb\\(248\\,_249\\,_250\\)_0px_1px_5px_0px_inset\\,_rgb\\(193\\,_200\\,_205\\)_0px_0px_0px_0\\.5px\\,_rgb\\(193\\,_200\\,_205\\)_0px_2px_1px_-1px\\,_rgb\\(193\\,_200\\,_205\\)_0px_1px_0px_0px\\]{--tw-shadow-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.shadow-\\[rgba\\(255\\,_255\\,_255\\,_0\\.1\\)_0px_0\\.5px_0px_0px_inset\\,_rgb\\(248\\,_249\\,_250\\)_0px_1px_5px_0px_inset\\,_rgb\\(193\\,_200\\,_205\\)_0px_0px_0px_0\\.5px\\,_rgb\\(193\\,_200\\,_205\\)_0px_2px_1px_-1px\\,_rgb\\(193\\,_200\\,_205\\)_0px_1px_0px_0px\\]{--tw-shadow-color:color-mix(in oklab, #ffffff1a 0px .5px 0px 0px inset, #f8f9fa 0px 1px 5px 0px inset, #c1c8cd 0px 0px 0px .5px, #c1c8cd 0px 2px 1px -1px, #c1c8cd 0px 1px 0px 0px var(--tw-shadow-alpha), transparent)}}.ring-background{--tw-ring-color:var(--background)}.ring-ring{--tw-ring-color:var(--ring)}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.\\!filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)!important}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.backdrop-blur-xs{--tw-backdrop-blur:blur(var(--blur-xs));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition-\\[color\\,box-shadow\\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.duration-75{--tw-duration:75ms;transition-duration:75ms}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.fade-in-0{--tw-enter-opacity:0}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.zoom-in-95{--tw-enter-scale:.95}.\\[--cell-size\\:--spacing\\(8\\)\\]{--cell-size:calc(var(--spacing) * 8)}.\\[tab-size\\:2\\]{tab-size:2}.fade-in{--tw-enter-opacity:0}:is(.\\*\\:m-0>*){margin:calc(var(--spacing) * 0)}.not-last\\:border-b:not(:last-child){border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.group-first\\/column\\:-left-1:is(:where(.group\\/column):first-child *){left:calc(var(--spacing) * -1)}.group-first\\/column\\:pl-0:is(:where(.group\\/column):first-child *){padding-left:calc(var(--spacing) * 0)}.group-last\\/column\\:-right-1:is(:where(.group\\/column):last-child *){right:calc(var(--spacing) * -1)}.group-last\\/column\\:pr-0:is(:where(.group\\/column):last-child *){padding-right:calc(var(--spacing) * 0)}.group-last\\/toolbar-group\\:hidden\\!:is(:where(.group\\/toolbar-group):last-child *){display:none!important}.group-focus-within\\:pointer-events-none:is(:where(.group):focus-within *){pointer-events:none}.group-focus-within\\:top-0:is(:where(.group):focus-within *){top:calc(var(--spacing) * 0)}.group-focus-within\\:cursor-default:is(:where(.group):focus-within *){cursor:default}.group-focus-within\\:text-xs:is(:where(.group):focus-within *){font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.group-focus-within\\:font-medium:is(:where(.group):focus-within *){--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.group-focus-within\\:text-foreground:is(:where(.group):focus-within *){color:var(--foreground)}@media(hover:hover){.group-hover\\:opacity-100:is(:where(.group):hover *),.group-hover\\/column\\:opacity-100:is(:where(.group\\/column):hover *),.group-hover\\/container\\:opacity-100:is(:where(.group\\/container):hover *),.group-hover\\/row\\:opacity-100:is(:where(.group\\/row):hover *){opacity:1}}.group-has-data-\\[resizing\\=\\"true\\"\\]\\/row\\:opacity-0:is(:where(.group\\/row):has([data-resizing=true]) *){opacity:0}.group-has-data-\\[size\\=lg\\]\\/avatar-group\\:size-10:is(:where(.group\\/avatar-group):has([data-size=lg]) *){width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.group-has-data-\\[size\\=sm\\]\\/avatar-group\\:size-6:is(:where(.group\\/avatar-group):has([data-size=sm]) *){width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.group-has-\\[\\[data-col\\=\\"0\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="0"]:hover) *),.group-has-\\[\\[data-col\\=\\"0\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="0"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"1\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="1"]:hover) *),.group-has-\\[\\[data-col\\=\\"1\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="1"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"10\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="10"]:hover) *),.group-has-\\[\\[data-col\\=\\"10\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="10"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"2\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="2"]:hover) *),.group-has-\\[\\[data-col\\=\\"2\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="2"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"3\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="3"]:hover) *),.group-has-\\[\\[data-col\\=\\"3\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="3"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"4\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="4"]:hover) *),.group-has-\\[\\[data-col\\=\\"4\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="4"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"5\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="5"]:hover) *),.group-has-\\[\\[data-col\\=\\"5\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="5"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"6\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="6"]:hover) *),.group-has-\\[\\[data-col\\=\\"6\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="6"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"7\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="7"]:hover) *),.group-has-\\[\\[data-col\\=\\"7\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="7"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"8\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="8"]:hover) *),.group-has-\\[\\[data-col\\=\\"8\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="8"][data-resizing=true]) *),.group-has-\\[\\[data-col\\=\\"9\\"\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="9"]:hover) *),.group-has-\\[\\[data-col\\=\\"9\\"\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-col="9"][data-resizing=true]) *),.group-has-\\[\\[data-resizer-left\\]\\:hover\\]\\/table\\:block:is(:where(.group\\/table):has([data-resizer-left]:hover) *),.group-has-\\[\\[data-resizer-left\\]\\[data-resizing\\=\\"true\\"\\]\\]\\/table\\:block:is(:where(.group\\/table):has([data-resizer-left][data-resizing=true]) *){display:block}.group-data-\\[focused\\=true\\]\\/day\\:relative:is(:where(.group\\/day)[data-focused=true] *){position:relative}.group-data-\\[focused\\=true\\]\\/day\\:z-10:is(:where(.group\\/day)[data-focused=true] *){z-index:10}.group-data-\\[focused\\=true\\]\\/day\\:border-ring:is(:where(.group\\/day)[data-focused=true] *){border-color:var(--ring)}.group-data-\\[focused\\=true\\]\\/day\\:ring-\\[3px\\]:is(:where(.group\\/day)[data-focused=true] *){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-data-\\[focused\\=true\\]\\/day\\:ring-ring\\/50:is(:where(.group\\/day)[data-focused=true] *){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.group-data-\\[focused\\=true\\]\\/day\\:ring-ring\\/50:is(:where(.group\\/day)[data-focused=true] *){--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.group-data-\\[pressed\\=true\\]\\:bg-accent:is(:where(.group)[data-pressed=true] *){background-color:var(--accent)}.group-data-\\[pressed\\=true\\]\\:text-accent-foreground:is(:where(.group)[data-pressed=true] *){color:var(--accent-foreground)}.group-data-\\[size\\=default\\]\\/avatar\\:size-2\\.5:is(:where(.group\\/avatar)[data-size=default] *){width:calc(var(--spacing) * 2.5);height:calc(var(--spacing) * 2.5)}.group-data-\\[size\\=lg\\]\\/avatar\\:size-3:is(:where(.group\\/avatar)[data-size=lg] *){width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.group-data-\\[size\\=sm\\]\\/alert-dialog-content\\:grid:is(:where(.group\\/alert-dialog-content)[data-size=sm] *){display:grid}.group-data-\\[size\\=sm\\]\\/alert-dialog-content\\:grid-cols-2:is(:where(.group\\/alert-dialog-content)[data-size=sm] *){grid-template-columns:repeat(2,minmax(0,1fr))}.group-data-\\[size\\=sm\\]\\/avatar\\:size-2:is(:where(.group\\/avatar)[data-size=sm] *){width:calc(var(--spacing) * 2);height:calc(var(--spacing) * 2)}.group-data-\\[size\\=sm\\]\\/avatar\\:text-xs:is(:where(.group\\/avatar)[data-size=sm] *){font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.peer-has-\\[\\[role\\=menuitem\\]\\]\\/menu-group\\:block:is(:where(.peer\\/menu-group):has([role=menuitem])~*),.peer-has-\\[\\[role\\=menuitemradio\\]\\]\\/menu-group\\:block:is(:where(.peer\\/menu-group):has([role=menuitemradio])~*),.peer-has-\\[\\[role\\=option\\]\\]\\/menu-group\\:block:is(:where(.peer\\/menu-group):has([role=option])~*){display:block}.selection\\:bg-brand\\/25 ::selection{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.selection\\:bg-brand\\/25 ::selection{background-color:color-mix(in oklab,var(--brand) 25%,transparent)}}.selection\\:bg-brand\\/25::selection{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.selection\\:bg-brand\\/25::selection{background-color:color-mix(in oklab,var(--brand) 25%,transparent)}}.selection\\:bg-primary ::selection{background-color:var(--primary)}.selection\\:bg-primary::selection{background-color:var(--primary)}.selection\\:bg-transparent ::selection{background-color:#0000}.selection\\:bg-transparent::selection{background-color:#0000}.selection\\:text-primary-foreground ::selection{color:var(--primary-foreground)}.selection\\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\\:inline-flex::file-selector-button{display:inline-flex}.file\\:h-7::file-selector-button{height:calc(var(--spacing) * 7)}.file\\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\\:text-muted-foreground::placeholder,.placeholder\\:text-muted-foreground\\/80::placeholder{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.placeholder\\:text-muted-foreground\\/80::placeholder{color:color-mix(in oklab,var(--muted-foreground) 80%,transparent)}}.before\\:absolute:before{content:var(--tw-content);position:absolute}.before\\:z-10:before{content:var(--tw-content);z-index:10}.before\\:box-border:before{content:var(--tw-content);box-sizing:border-box}.before\\:size-full:before{content:var(--tw-content);width:100%;height:100%}.before\\:cursor-text:before{content:var(--tw-content);cursor:text}.before\\:border-t:before{content:var(--tw-content);border-top-style:var(--tw-border-style);border-top-width:1px}.before\\:border-r:before{content:var(--tw-content);border-right-style:var(--tw-border-style);border-right-width:1px}.before\\:border-b:before{content:var(--tw-content);border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.before\\:border-l:before{content:var(--tw-content);border-left-style:var(--tw-border-style);border-left-width:1px}.before\\:border-t-border:before{content:var(--tw-content);border-top-color:var(--border)}.before\\:border-r-border:before{content:var(--tw-content);border-right-color:var(--border)}.before\\:border-b-border:before{content:var(--tw-content);border-bottom-color:var(--border)}.before\\:border-l-border:before{content:var(--tw-content);border-left-color:var(--border)}.before\\:bg-brand\\/5:before{content:var(--tw-content);background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.before\\:bg-brand\\/5:before{background-color:color-mix(in oklab,var(--brand) 5%,transparent)}}.before\\:text-muted-foreground\\/80:before{content:var(--tw-content);color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.before\\:text-muted-foreground\\/80:before{color:color-mix(in oklab,var(--muted-foreground) 80%,transparent)}}.before\\:content-\\[\\\'\\\'\\]:before{--tw-content:"";content:var(--tw-content)}.before\\:content-\\[attr\\(placeholder\\)\\]:before{--tw-content:attr(placeholder);content:var(--tw-content)}.before\\:select-none:before{content:var(--tw-content);-webkit-user-select:none;user-select:none}.after\\:absolute:after{content:var(--tw-content);position:absolute}.after\\:inset-0:after{content:var(--tw-content);inset:calc(var(--spacing) * 0)}.after\\:-top-0\\.5:after{content:var(--tw-content);top:calc(var(--spacing) * -.5)}.after\\:-left-1:after{content:var(--tw-content);left:calc(var(--spacing) * -1)}.after\\:z-1:after{content:var(--tw-content);z-index:1}.after\\:flex:after{content:var(--tw-content);display:flex}.after\\:h-16:after{content:var(--tw-content);height:calc(var(--spacing) * 16)}.after\\:h-\\[calc\\(100\\%\\)\\+4px\\]:after{content:var(--tw-content);height:100% 4px}.after\\:w-\\[3px\\]:after{content:var(--tw-content);width:3px}.after\\:w-\\[calc\\(100\\%\\+8px\\)\\]:after{content:var(--tw-content);width:calc(100% + 8px)}.after\\:rounded-\\[6px\\]:after{content:var(--tw-content);border-radius:6px}.after\\:rounded-sm:after{content:var(--tw-content);border-radius:calc(var(--radius) - 4px)}.after\\:bg-brand\\/15:after{content:var(--tw-content);background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.after\\:bg-brand\\/15:after{background-color:color-mix(in oklab,var(--brand) 15%,transparent)}}.after\\:bg-neutral-500\\/10:after{content:var(--tw-content);background-color:#7373731a}@supports (color:color-mix(in lab,red,red)){.after\\:bg-neutral-500\\/10:after{background-color:color-mix(in oklab,var(--color-neutral-500) 10%,transparent)}}.after\\:bg-ring:after{content:var(--tw-content);background-color:var(--ring)}.after\\:opacity-0:after{content:var(--tw-content);opacity:0}.after\\:content-\\[\\"\\"\\]:after{--tw-content:"";content:var(--tw-content)}.after\\:content-\\[\\\'_\\\'\\]:after{--tw-content:" ";content:var(--tw-content)}@media(hover:hover){.group-hover\\:after\\:opacity-100:is(:where(.group):hover *):after{content:var(--tw-content);opacity:1}}.focus-within\\:ring-2:focus-within{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\\:ring-ring:focus-within{--tw-ring-color:var(--ring)}.focus-within\\:ring-offset-2:focus-within{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}@media(hover:hover){.hover\\:scale-125:hover{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x) var(--tw-scale-y)}.hover\\:bg-accent:hover{background-color:var(--accent)}.hover\\:bg-destructive\\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-destructive\\/90:hover{background-color:color-mix(in oklab,var(--destructive) 90%,transparent)}}.hover\\:bg-muted:hover{background-color:var(--muted)}.hover\\:bg-muted-foreground\\/15:hover{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-muted-foreground\\/15:hover{background-color:color-mix(in oklab,var(--muted-foreground) 15%,transparent)}}.hover\\:bg-primary\\/10:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/10:hover{background-color:color-mix(in oklab,var(--primary) 10%,transparent)}}.hover\\:bg-primary\\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-primary\\/90:hover{background-color:color-mix(in oklab,var(--primary) 90%,transparent)}}.hover\\:bg-secondary\\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-secondary\\/80:hover{background-color:color-mix(in oklab,var(--secondary) 80%,transparent)}}.hover\\:bg-transparent:hover{background-color:#0000}.hover\\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\\:text-muted-foreground:hover,.hover\\:text-muted-foreground\\/80:hover{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-muted-foreground\\/80:hover{color:color-mix(in oklab,var(--muted-foreground) 80%,transparent)}}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:opacity-100:hover{opacity:1}}.focus\\:bg-accent:focus{background-color:var(--accent)}.focus\\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus\\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.focus\\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-\\[3px\\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-destructive\\/20:focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.focus-visible\\:ring-destructive\\/20:focus-visible{--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.focus-visible\\:ring-ring:focus-visible,.focus-visible\\:ring-ring\\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.focus-visible\\:ring-ring\\/50:focus-visible{--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.focus-visible\\:ring-transparent:focus-visible{--tw-ring-color:transparent}.focus-visible\\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus-visible\\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\\:cursor-grabbing:active{cursor:grabbing}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.has-focus\\:border-ring:has(:focus){border-color:var(--ring)}.has-focus\\:ring-\\[3px\\]:has(:focus){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.has-focus\\:ring-ring\\/50:has(:focus){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.has-focus\\:ring-ring\\/50:has(:focus){--tw-ring-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.has-aria-disabled\\:border-input:has([aria-disabled=true]){border-color:var(--input)}.has-aria-disabled\\:bg-muted:has([aria-disabled=true]){background-color:var(--muted)}.has-data-readonly\\:w-fit:has([data-readonly]){width:fit-content}.has-data-readonly\\:cursor-default:has([data-readonly]){cursor:default}.has-data-readonly\\:border-transparent:has([data-readonly]){border-color:#0000}.has-data-readonly\\:focus-within\\:\\[box-shadow\\:none\\]:has([data-readonly]):focus-within{box-shadow:none}.has-data-\\[slot\\=alert-dialog-media\\]\\:grid-rows-\\[auto_auto_1fr\\]:has([data-slot=alert-dialog-media]){grid-template-rows:auto auto 1fr}.has-data-\\[slot\\=alert-dialog-media\\]\\:gap-x-6:has([data-slot=alert-dialog-media]){column-gap:calc(var(--spacing) * 6)}.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:border-brand\\/50:has([data-slate-editor]:focus){border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:border-brand\\/50:has([data-slate-editor]:focus){border-color:color-mix(in oklab,var(--brand) 50%,transparent)}}.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:ring-2:has([data-slate-editor]:focus){--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:ring-brand\\/30:has([data-slate-editor]:focus){--tw-ring-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.has-\\[\\[data-slate-editor\\]\\:focus\\]\\:ring-brand\\/30:has([data-slate-editor]:focus){--tw-ring-color:color-mix(in oklab, var(--brand) 30%, transparent)}}.has-\\[\\[role\\=menuitem\\]\\]\\:block:has([role=menuitem]),.has-\\[\\[role\\=menuitemradio\\]\\]\\:block:has([role=menuitemradio]),.has-\\[\\[role\\=option\\]\\]\\:block:has([role=option]){display:block}.has-\\[button\\]\\:flex:has(:is(button)){display:flex}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:pointer-events-none:has(+input:not(:placeholder-shown)){pointer-events:none}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:top-0:has(+input:not(:placeholder-shown)){top:calc(var(--spacing) * 0)}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:cursor-default:has(+input:not(:placeholder-shown)){cursor:default}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:text-xs:has(+input:not(:placeholder-shown)){font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:font-medium:has(+input:not(:placeholder-shown)){--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.has-\\[\\+input\\:not\\(\\:placeholder-shown\\)\\]\\:text-foreground:has(+input:not(:placeholder-shown)){color:var(--foreground)}.has-\\[\\>svg\\]\\:px-1\\.5:has(>svg){padding-inline:calc(var(--spacing) * 1.5)}.has-\\[\\>svg\\]\\:px-2\\.5:has(>svg){padding-inline:calc(var(--spacing) * 2.5)}.has-\\[\\>svg\\]\\:px-3:has(>svg){padding-inline:calc(var(--spacing) * 3)}.has-\\[\\>svg\\]\\:px-4:has(>svg){padding-inline:calc(var(--spacing) * 4)}.aria-checked\\:bg-accent[aria-checked=true]{background-color:var(--accent)}.aria-checked\\:text-accent-foreground[aria-checked=true]{color:var(--accent-foreground)}.aria-disabled\\:opacity-50[aria-disabled=true]{opacity:.5}.aria-invalid\\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\\:ring-destructive\\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.aria-invalid\\:ring-destructive\\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.aria-selected\\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.data-readonly\\:w-fit[data-readonly]{width:fit-content}:is(.\\*\\*\\:data-slate-placeholder\\:\\!top-1\\/2 *)[data-slate-placeholder]{top:50%!important}:is(.\\*\\*\\:data-slate-placeholder\\:-translate-y-1\\/2 *)[data-slate-placeholder]{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}:is(.\\*\\*\\:data-slate-placeholder\\:text-muted-foreground\\/80 *)[data-slate-placeholder]{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){:is(.\\*\\*\\:data-slate-placeholder\\:text-muted-foreground\\/80 *)[data-slate-placeholder]{color:color-mix(in oklab,var(--muted-foreground) 80%,transparent)}}:is(.\\*\\*\\:data-slate-placeholder\\:opacity-100\\! *)[data-slate-placeholder]{opacity:1!important}.data-\\[active-item\\=true\\]\\:bg-accent[data-active-item=true]{background-color:var(--accent)}.data-\\[active-item\\=true\\]\\:text-accent-foreground[data-active-item=true]{color:var(--accent-foreground)}.data-\\[active\\=true\\]\\:bg-muted[data-active=true]{background-color:var(--muted)}.data-\\[disabled\\]\\:pointer-events-none[data-disabled]{pointer-events:none}.data-\\[disabled\\]\\:opacity-50[data-disabled]{opacity:.5}.data-\\[disabled\\=true\\]\\:pointer-events-none[data-disabled=true]{pointer-events:none}.data-\\[disabled\\=true\\]\\:opacity-50[data-disabled=true]{opacity:.5}.data-\\[inset\\]\\:pl-8[data-inset]{padding-left:calc(var(--spacing) * 8)}.data-\\[orientation\\=horizontal\\]\\:h-px[data-orientation=horizontal]{height:1px}.data-\\[orientation\\=horizontal\\]\\:w-full[data-orientation=horizontal]{width:100%}.data-\\[orientation\\=vertical\\]\\:h-full[data-orientation=vertical]{height:100%}.data-\\[orientation\\=vertical\\]\\:w-px[data-orientation=vertical]{width:1px}.data-\\[range-end\\=true\\]\\:rounded-md[data-range-end=true]{border-radius:calc(var(--radius) - 2px)}.data-\\[range-end\\=true\\]\\:rounded-r-md[data-range-end=true]{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.data-\\[range-end\\=true\\]\\:bg-primary[data-range-end=true]{background-color:var(--primary)}.data-\\[range-end\\=true\\]\\:text-primary-foreground[data-range-end=true]{color:var(--primary-foreground)}.data-\\[range-middle\\=true\\]\\:rounded-none[data-range-middle=true]{border-radius:0}.data-\\[range-middle\\=true\\]\\:bg-accent[data-range-middle=true]{background-color:var(--accent)}.data-\\[range-middle\\=true\\]\\:text-accent-foreground[data-range-middle=true]{color:var(--accent-foreground)}.data-\\[range-start\\=true\\]\\:rounded-md[data-range-start=true]{border-radius:calc(var(--radius) - 2px)}.data-\\[range-start\\=true\\]\\:rounded-l-md[data-range-start=true]{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.data-\\[range-start\\=true\\]\\:bg-primary[data-range-start=true]{background-color:var(--primary)}.data-\\[range-start\\=true\\]\\:text-primary-foreground[data-range-start=true]{color:var(--primary-foreground)}.data-\\[selected-single\\=true\\]\\:bg-primary[data-selected-single=true]{background-color:var(--primary)}.data-\\[selected-single\\=true\\]\\:text-primary-foreground[data-selected-single=true]{color:var(--primary-foreground)}.data-\\[selected\\=true\\]\\:rounded-none[data-selected=true]{border-radius:0}.data-\\[selected\\=true\\]\\:bg-accent[data-selected=true]{background-color:var(--accent)}.data-\\[selected\\=true\\]\\:bg-primary\\/10[data-selected=true]{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.data-\\[selected\\=true\\]\\:bg-primary\\/10[data-selected=true]{background-color:color-mix(in oklab,var(--primary) 10%,transparent)}}.data-\\[selected\\=true\\]\\:text-accent-foreground[data-selected=true]{color:var(--accent-foreground)}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(2*var(--spacing)*-1)}.data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(2*var(--spacing))}.data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(2*var(--spacing))}.data-\\[size\\=lg\\]\\:size-10[data-size=lg]{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.data-\\[size\\=sm\\]\\:size-6[data-size=sm]{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.data-\\[size\\=sm\\]\\:max-w-xs[data-size=sm]{max-width:var(--container-xs)}:is(.\\*\\:data-\\[slot\\=avatar\\]\\:ring-2>*)[data-slot=avatar]{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}:is(.\\*\\:data-\\[slot\\=avatar\\]\\:ring-background>*)[data-slot=avatar]{--tw-ring-color:var(--background)}:is(.\\*\\:data-\\[slot\\=block-selection\\]\\:left-2>*)[data-slot=block-selection]{left:calc(var(--spacing) * 2)}:is(.\\*\\*\\:data-\\[slot\\=command-input-wrapper\\]\\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--spacing) * 12)}.data-\\[state\\=checked\\]\\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\\[state\\=checked\\]\\:bg-accent[data-state=checked]{background-color:var(--accent)}.data-\\[state\\=checked\\]\\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\\[state\\=checked\\]\\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\\[state\\=closed\\]\\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\\[state\\=closed\\]\\:opacity-0[data-state=closed]{opacity:0}.data-\\[state\\=closed\\]\\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\\[state\\=closed\\]\\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\\[state\\=on\\]\\:bg-accent[data-state=on]{background-color:var(--accent)}.data-\\[state\\=on\\]\\:text-accent-foreground[data-state=on]{color:var(--accent-foreground)}.data-\\[state\\=open\\]\\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\\[state\\=open\\]\\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\\[state\\=open\\]\\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\\[state\\=open\\]\\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\\[state\\=open\\]\\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\\[state\\=open\\]\\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\\[variant\\=destructive\\]\\:text-destructive[data-variant=destructive]{color:var(--destructive)}.data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/10[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive) 10%,transparent)}}.data-\\[variant\\=destructive\\]\\:focus\\:text-destructive[data-variant=destructive]:focus{color:var(--destructive)}@supports (backdrop-blur:var(--tw)){.supports-backdrop-blur\\:bg-background\\/60{background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){.supports-backdrop-blur\\:bg-background\\/60{background-color:color-mix(in oklab,var(--background) 60%,transparent)}}}@media(min-width:40rem){.sm\\:max-w-lg{max-width:var(--container-lg)}.sm\\:flex-row{flex-direction:row}.sm\\:justify-end{justify-content:flex-end}.sm\\:px-24{padding-inline:calc(var(--spacing) * 24)}.sm\\:px-\\[max\\(64px\\,calc\\(50\\%-350px\\)\\)\\]{padding-inline:max(64px,50% - 350px)}.sm\\:text-left{text-align:left}.sm\\:opacity-0{opacity:0}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:row-span-2:is(:where(.group\\/alert-dialog-content)[data-size=default] *){grid-row:span 2/span 2}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:place-items-start:is(:where(.group\\/alert-dialog-content)[data-size=default] *){place-items:start}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:text-left:is(:where(.group\\/alert-dialog-content)[data-size=default] *){text-align:left}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:group-has-data-\\[slot\\=alert-dialog-media\\]\\/alert-dialog-content\\:col-start-2:is(:where(.group\\/alert-dialog-content)[data-size=default] *):is(:where(.group\\/alert-dialog-content):has([data-slot=alert-dialog-media]) *){grid-column-start:2}.sm\\:group-data-\\[size\\=default\\]\\/alert-dialog-content\\:has-data-\\[slot\\=alert-dialog-media\\]\\:grid-rows-\\[auto_1fr\\]:is(:where(.group\\/alert-dialog-content)[data-size=default] *):has([data-slot=alert-dialog-media]){grid-template-rows:auto 1fr}.data-\\[size\\=default\\]\\:sm\\:max-w-lg[data-size=default]{max-width:var(--container-lg)}}@media(min-width:48rem){.md\\:flex-row{flex-direction:row}.md\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}.dark\\:border-input:is(.dark *){border-color:var(--input)}.dark\\:bg-destructive\\/60:is(.dark *){background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-destructive\\/60:is(.dark *){background-color:color-mix(in oklab,var(--destructive) 60%,transparent)}}.dark\\:bg-input\\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-input\\/30:is(.dark *){background-color:color-mix(in oklab,var(--input) 30%,transparent)}}.dark\\:shadow-\\[rgba\\(255\\,_255\\,_255\\,_0\\.1\\)_0px_0\\.5px_0px_0px_inset\\,_rgb\\(26\\,_29\\,_30\\)_0px_1px_5px_0px_inset\\,_rgb\\(76\\,_81\\,_85\\)_0px_0px_0px_0\\.5px\\,_rgb\\(76\\,_81\\,_85\\)_0px_2px_1px_-1px\\,_rgb\\(76\\,_81\\,_85\\)_0px_1px_0px_0px\\]:is(.dark *){--tw-shadow-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\\:shadow-\\[rgba\\(255\\,_255\\,_255\\,_0\\.1\\)_0px_0\\.5px_0px_0px_inset\\,_rgb\\(26\\,_29\\,_30\\)_0px_1px_5px_0px_inset\\,_rgb\\(76\\,_81\\,_85\\)_0px_0px_0px_0\\.5px\\,_rgb\\(76\\,_81\\,_85\\)_0px_2px_1px_-1px\\,_rgb\\(76\\,_81\\,_85\\)_0px_1px_0px_0px\\]:is(.dark *){--tw-shadow-color:color-mix(in oklab, #ffffff1a 0px .5px 0px 0px inset, #1a1d1e 0px 1px 5px 0px inset, #4c5155 0px 0px 0px .5px, #4c5155 0px 2px 1px -1px, #4c5155 0px 1px 0px 0px var(--tw-shadow-alpha), transparent)}}@media(hover:hover){.dark\\:hover\\:bg-accent\\/50:is(.dark *):hover{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-accent\\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--accent) 50%,transparent)}}.dark\\:hover\\:bg-input\\/50:is(.dark *):hover{background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-input\\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--input) 50%,transparent)}}.dark\\:hover\\:text-accent-foreground:is(.dark *):hover{color:var(--accent-foreground)}}.dark\\:focus-visible\\:ring-destructive\\/40:is(.dark *):focus-visible{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\\:focus-visible\\:ring-destructive\\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\\:aria-invalid\\:ring-destructive\\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\\:aria-invalid\\:ring-destructive\\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\\:data-\\[state\\=checked\\]\\:bg-primary:is(.dark *)[data-state=checked]{background-color:var(--primary)}.dark\\:data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/20:is(.dark *)[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\\:data-\\[variant\\=destructive\\]\\:focus\\:bg-destructive\\/20:is(.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive) 20%,transparent)}}@media print{.print\\:hidden{display:none}.print\\:break-inside-avoid{break-inside:avoid}.print\\:placeholder\\:text-transparent::placeholder{color:#0000}}.\\[\\&_\\.katex-display\\]\\:my-0 .katex-display{margin-block:calc(var(--spacing) * 0)}.\\[\\&_\\.katex-display\\]\\:my-0\\! .katex-display{margin-block:calc(var(--spacing) * 0)!important}.\\[\\&_\\.slate-selection-area\\]\\:z-50 .slate-selection-area{z-index:50}.\\[\\&_\\.slate-selection-area\\]\\:border .slate-selection-area{border-style:var(--tw-border-style);border-width:1px}.\\[\\&_\\.slate-selection-area\\]\\:border-brand\\/25 .slate-selection-area{border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.\\[\\&_\\.slate-selection-area\\]\\:border-brand\\/25 .slate-selection-area{border-color:color-mix(in oklab,var(--brand) 25%,transparent)}}.\\[\\&_\\.slate-selection-area\\]\\:bg-brand\\/15 .slate-selection-area{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.\\[\\&_\\.slate-selection-area\\]\\:bg-brand\\/15 .slate-selection-area{background-color:color-mix(in oklab,var(--brand) 15%,transparent)}}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--spacing) * 2)}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:py-1\\.5 [cmdk-group-heading]{padding-block:calc(var(--spacing) * 1.5)}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-xs [cmdk-group-heading]{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\\[\\&_\\[cmdk-group\\]\\]\\:px-2 [cmdk-group]{padding-inline:calc(var(--spacing) * 2)}.\\[\\&_\\[cmdk-group\\]\\:not\\(\\[hidden\\]\\)_\\~\\[cmdk-group\\]\\]\\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--spacing) * 0)}.\\[\\&_\\[cmdk-input-wrapper\\]_svg\\]\\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--spacing) * 5)}.\\[\\&_\\[cmdk-input-wrapper\\]_svg\\]\\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--spacing) * 5)}.\\[\\&_\\[cmdk-input\\]\\]\\:h-12 [cmdk-input]{height:calc(var(--spacing) * 12)}.\\[\\&_\\[cmdk-item\\]\\]\\:px-2 [cmdk-item]{padding-inline:calc(var(--spacing) * 2)}.\\[\\&_\\[cmdk-item\\]\\]\\:py-3 [cmdk-item]{padding-block:calc(var(--spacing) * 3)}.\\[\\&_\\[cmdk-item\\]_svg\\]\\:h-5 [cmdk-item] svg{height:calc(var(--spacing) * 5)}.\\[\\&_\\[cmdk-item\\]_svg\\]\\:w-5 [cmdk-item] svg{width:calc(var(--spacing) * 5)}.\\[\\&_strong\\]\\:font-bold strong{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:size-4 svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\\[\\&_svg\\]\\:size-6 svg{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\\'size-\\\'\\]\\)\\]\\:size-3 svg:not([class*=size-]){width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\\'size-\\\'\\]\\)\\]\\:size-4 svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\\'text-\\\'\\]\\)\\]\\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}.\\[\\&\\:\\:-webkit-scrollbar\\]\\:w-4::-webkit-scrollbar{width:calc(var(--spacing) * 4)}.\\[\\&\\:\\:-webkit-scrollbar-button\\]\\:hidden::-webkit-scrollbar-button{display:none}.\\[\\&\\:\\:-webkit-scrollbar-button\\]\\:size-0::-webkit-scrollbar-button{width:calc(var(--spacing) * 0);height:calc(var(--spacing) * 0)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:min-h-11::-webkit-scrollbar-thumb{min-height:calc(var(--spacing) * 11)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:rounded-full::-webkit-scrollbar-thumb{border-radius:3.40282e38px}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:border-4::-webkit-scrollbar-thumb{border-style:var(--tw-border-style);border-width:4px}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:border-solid::-webkit-scrollbar-thumb{--tw-border-style:solid;border-style:solid}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:border-popover::-webkit-scrollbar-thumb{border-color:var(--popover)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:bg-muted::-webkit-scrollbar-thumb{background-color:var(--muted)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:bg-clip-padding::-webkit-scrollbar-thumb{background-clip:padding-box}@media(hover:hover){.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:hover\\:bg-muted-foreground\\/25::-webkit-scrollbar-thumb:hover{background-color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:hover\\:bg-muted-foreground\\/25::-webkit-scrollbar-thumb:hover{background-color:color-mix(in oklab,var(--muted-foreground) 25%,transparent)}}}.focus\\:\\[\\&\\:\\:placeholder\\]\\:opacity-0:focus::placeholder{opacity:0}.\\[\\&\\:first-child\\[data-selected\\=true\\]_button\\]\\:rounded-l-md:first-child[data-selected=true] button{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\\[\\&\\:has\\(\\[role\\=option\\]\\)\\]\\:block:has([role=option]){display:block}:is(.\\*\\*\\:\\[\\.hljs-addition\\]\\:bg-\\[\\#f0fff4\\] *).hljs-addition{background-color:#f0fff4}:is(.\\*\\*\\:\\[\\.hljs-addition\\]\\:text-\\[\\#22863a\\] *).hljs-addition{color:#22863a}:is(.dark\\:\\*\\*\\:\\[\\.hljs-addition\\]\\:bg-\\[\\#3c5743\\]:is(.dark *) *).hljs-addition{background-color:#3c5743}:is(.dark\\:\\*\\*\\:\\[\\.hljs-addition\\]\\:text-\\[\\#ceead5\\]:is(.dark *) *).hljs-addition{color:#ceead5}:is(.\\*\\*\\:\\[\\.hljs-attr\\,\\.hljs-attribute\\,\\.hljs-literal\\,\\.hljs-meta\\,\\.hljs-number\\,\\.hljs-operator\\,\\.hljs-selector-attr\\,\\.hljs-selector-class\\,\\.hljs-selector-id\\,\\.hljs-variable\\]\\:text-\\[\\#005cc5\\] *):is(.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable){color:#005cc5}:is(.dark\\:\\*\\*\\:\\[\\.hljs-attr\\,\\.hljs-attribute\\,\\.hljs-literal\\,\\.hljs-meta\\,\\.hljs-number\\,\\.hljs-operator\\,\\.hljs-selector-attr\\,\\.hljs-selector-class\\,\\.hljs-selector-id\\,\\.hljs-variable\\]\\:text-\\[\\#6596cf\\]:is(.dark *) *):is(.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable){color:#6596cf}:is(.\\*\\*\\:\\[\\.hljs-built\\\\\\\\\\\\\\\\_in\\,\\.hljs-symbol\\]\\:text-\\[\\#e36209\\] *):is(.hljs-built\\\\_in,.hljs-symbol){color:#e36209}:is(.dark\\:\\*\\*\\:\\[\\.hljs-built\\\\\\\\\\\\\\\\_in\\,\\.hljs-symbol\\]\\:text-\\[\\#c3854e\\]:is(.dark *) *):is(.hljs-built\\\\_in,.hljs-symbol){color:#c3854e}:is(.\\*\\*\\:\\[\\.hljs-bullet\\]\\:text-\\[\\#735c0f\\] *).hljs-bullet{color:#735c0f}:is(.\\*\\*\\:\\[\\.hljs-comment\\,\\.hljs-code\\,\\.hljs-formula\\]\\:text-\\[\\#6a737d\\] *):is(.hljs-comment,.hljs-code,.hljs-formula),:is(.dark\\:\\*\\*\\:\\[\\.hljs-comment\\,\\.hljs-code\\,\\.hljs-formula\\]\\:text-\\[\\#6a737d\\]:is(.dark *) *):is(.hljs-comment,.hljs-code,.hljs-formula){color:#6a737d}:is(.\\*\\*\\:\\[\\.hljs-deletion\\]\\:bg-\\[\\#ffeef0\\] *).hljs-deletion{background-color:#ffeef0}:is(.\\*\\*\\:\\[\\.hljs-deletion\\]\\:text-\\[\\#b31d28\\] *).hljs-deletion{color:#b31d28}:is(.dark\\:\\*\\*\\:\\[\\.hljs-deletion\\]\\:bg-\\[\\#473235\\]:is(.dark *) *).hljs-deletion{background-color:#473235}:is(.dark\\:\\*\\*\\:\\[\\.hljs-deletion\\]\\:text-\\[\\#e7c7cb\\]:is(.dark *) *).hljs-deletion{color:#e7c7cb}:is(.\\*\\*\\:\\[\\.hljs-emphasis\\]\\:italic *).hljs-emphasis{font-style:italic}:is(.\\*\\*\\:\\[\\.hljs-keyword\\,\\.hljs-doctag\\,\\.hljs-template-tag\\,\\.hljs-template-variable\\,\\.hljs-type\\,\\.hljs-variable\\.language\\\\\\\\\\\\\\\\_\\]\\:text-\\[\\#d73a49\\] *):is(.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\_){color:#d73a49}:is(.dark\\:\\*\\*\\:\\[\\.hljs-keyword\\,\\.hljs-doctag\\,\\.hljs-template-tag\\,\\.hljs-template-variable\\,\\.hljs-type\\,\\.hljs-variable\\.language\\\\\\\\\\\\\\\\_\\]\\:text-\\[\\#ee6960\\]:is(.dark *) *):is(.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\_){color:#ee6960}:is(.\\*\\*\\:\\[\\.hljs-name\\,\\.hljs-quote\\,\\.hljs-selector-tag\\,\\.hljs-selector-pseudo\\]\\:text-\\[\\#22863a\\] *):is(.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo){color:#22863a}:is(.dark\\:\\*\\*\\:\\[\\.hljs-name\\,\\.hljs-quote\\,\\.hljs-selector-tag\\,\\.hljs-selector-pseudo\\]\\:text-\\[\\#36a84f\\]:is(.dark *) *):is(.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo){color:#36a84f}:is(.\\*\\*\\:\\[\\.hljs-regexp\\,\\.hljs-string\\,\\.hljs-meta_\\.hljs-string\\]\\:text-\\[\\#032f62\\] *):is(.hljs-regexp,.hljs-string,.hljs-meta .hljs-string){color:#032f62}:is(.dark\\:\\*\\*\\:\\[\\.hljs-regexp\\,\\.hljs-string\\,\\.hljs-meta_\\.hljs-string\\]\\:text-\\[\\#3593ff\\]:is(.dark *) *):is(.hljs-regexp,.hljs-string,.hljs-meta .hljs-string){color:#3593ff}:is(.\\*\\*\\:\\[\\.hljs-section\\]\\:font-bold *).hljs-section{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}:is(.\\*\\*\\:\\[\\.hljs-section\\]\\:text-\\[\\#005cc5\\] *).hljs-section{color:#005cc5}:is(.dark\\:\\*\\*\\:\\[\\.hljs-section\\]\\:text-\\[\\#61a5f2\\]:is(.dark *) *).hljs-section{color:#61a5f2}:is(.\\*\\*\\:\\[\\.hljs-strong\\]\\:font-bold *).hljs-strong{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}:is(.\\*\\*\\:\\[\\.hljs-title\\,\\.hljs-title\\.class\\\\\\\\\\\\\\\\_\\,\\.hljs-title\\.class\\\\\\\\\\\\\\\\_\\.inherited\\\\\\\\\\\\\\\\_\\\\\\\\\\\\\\\\_\\,\\.hljs-title\\.function\\\\\\\\\\\\\\\\_\\]\\:text-\\[\\#6f42c1\\] *):is(.hljs-title,.hljs-title.class\\\\_,.hljs-title.class\\\\_.inherited\\\\_\\\\_,.hljs-title.function\\\\_){color:#6f42c1}:is(.dark\\:\\*\\*\\:\\[\\.hljs-title\\,\\.hljs-title\\.class\\\\\\\\\\\\\\\\_\\,\\.hljs-title\\.class\\\\\\\\\\\\\\\\_\\.inherited\\\\\\\\\\\\\\\\_\\\\\\\\\\\\\\\\_\\,\\.hljs-title\\.function\\\\\\\\\\\\\\\\_\\]\\:text-\\[\\#a77bfa\\]:is(.dark *) *):is(.hljs-title,.hljs-title.class\\\\_,.hljs-title.class\\\\_.inherited\\\\_\\\\_,.hljs-title.function\\\\_){color:#a77bfa}:is(.rtl\\:\\*\\*\\:\\[\\.rdp-button\\\\_next\\>svg\\]\\:rotate-180:where(:dir(rtl),[dir=rtl],[dir=rtl] *) *):is(.rdp-button_next>svg),:is(.rtl\\:\\*\\*\\:\\[\\.rdp-button\\\\_previous\\>svg\\]\\:rotate-180:where(:dir(rtl),[dir=rtl],[dir=rtl] *) *):is(.rdp-button_previous>svg){rotate:180deg}:is(.\\*\\:first\\:\\[span\\]\\:hidden>*):first-child:is(span){display:none}:is(.data-\\[variant\\=destructive\\]\\:\\*\\:\\[svg\\]\\:\\!text-destructive[data-variant=destructive]>*):is(svg){color:var(--destructive)!important}:is(.\\*\\:\\[svg\\:not\\(\\[class\\*\\=\\\'size-\\\'\\]\\)\\]\\:size-8>*):is(svg:not([class*=size-])){width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.\\[\\&\\:last-child\\[data-selected\\=true\\]_button\\]\\:rounded-r-md:last-child[data-selected=true] button{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\\[\\&\\:nth-child\\(2\\)\\[data-selected\\=true\\]_button\\]\\:rounded-l-md:nth-child(2)[data-selected=true] button{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\\[\\&\\>span\\]\\:text-xs>span{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\\[\\&\\>span\\]\\:opacity-70>span{opacity:.7}.\\[\\&\\>svg\\]\\:size-3\\.5>svg{width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.\\[\\&\\>svg\\]\\:size-4>svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\\[\\&\\>svg\\]\\:text-muted-foreground>svg{color:var(--muted-foreground)}.group-has-data-\\[size\\=lg\\]\\/avatar-group\\:\\[\\&\\>svg\\]\\:size-5:is(:where(.group\\/avatar-group):has([data-size=lg]) *)>svg{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.group-has-data-\\[size\\=sm\\]\\/avatar-group\\:\\[\\&\\>svg\\]\\:size-3:is(:where(.group\\/avatar-group):has([data-size=sm]) *)>svg{width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.group-data-\\[size\\=default\\]\\/avatar\\:\\[\\&\\>svg\\]\\:size-2:is(:where(.group\\/avatar)[data-size=default] *)>svg,.group-data-\\[size\\=lg\\]\\/avatar\\:\\[\\&\\>svg\\]\\:size-2:is(:where(.group\\/avatar)[data-size=lg] *)>svg{width:calc(var(--spacing) * 2);height:calc(var(--spacing) * 2)}.group-data-\\[size\\=sm\\]\\/avatar\\:\\[\\&\\>svg\\]\\:hidden:is(:where(.group\\/avatar)[data-size=sm] *)>svg{display:none}[data-slot=card-content] .\\[\\[data-slot\\=card-content\\]_\\&\\]\\:bg-transparent,[data-slot=popover-content] .\\[\\[data-slot\\=popover-content\\]_\\&\\]\\:bg-transparent{background-color:#0000}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--radius:.625rem;--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:oklch(20.5% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0);--brand:oklch(62.3% .214 259.815);--highlight:oklch(85.2% .199 91.936)}@counter-style turkish-lower-alpha{system:alphabetic;symbols:a b c ç d e f g ğ h ı i j k l m n o ö p r s ş t u ü v y z;suffix:". "}@counter-style turkish-upper-alpha{system:alphabetic;symbols:A B C Ç D E F G Ğ H I İ J K L M N O Ö P R S Ş T U Ü V Y Z;suffix:". "}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes spin{to{transform:rotate(360deg)}}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}')),document.head.appendChild(r)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}}();
2
+ import*as e from"react";import t from"react";import{PlateElement as r,useReadOnly as s,useSelected as n,useFocused as o,ParagraphPlugin as a,PlateLeaf as l,useEditorPlugin as i,usePlateState as c,usePluginOption as d,BlockPlaceholderPlugin as u,useEditorRef as m,useElement as h,withHOC as x,useRemoveNodeButton as p,useEditorSelector as f,useFocusedLast as g,toTPlatePlugin as j,MemoizedChildren as b,useSelectionFragmentProp as v,useMarkToolbarButtonState as y,useMarkToolbarButton as w,useEditorReadOnly as k,createPlatePlugin as N,useEditorId as C,useEventEditorValue as z,useFormInputProps as _,useEditorSelection as S,createPrimitiveComponent as E,useComposedRef as B,PlateContainer as I,PlateContent as D,PlateView as T,Plate as A,usePlateEditor as O,useElementSelector as F}from"platejs/react";import{Plate as M,PlateLeaf as R,PlateView as L,toPlatePlugin as P,usePlateEditor as H,usePlateViewEditor as V}from"platejs/react";import{KEYS as U,isHotkey as q,getPluginTypes as $,NodeApi as W,PathApi as K,isSlateString as Z,RangeApi as G,isType as Y,getPluginByType as J,ExitBreakPlugin as X,isUrl as Q,IS_APPLE as ee,nanoid as te,ElementApi as re,TextApi as se,isSlateEditor as ne,TrailingBlockPlugin as oe,BaseParagraphPlugin as ae}from"platejs";import{createSlateEditor as le,createSlatePlugin as ie,normalizeNodeId as ce}from"platejs";import{TextAlignPlugin as de,FontColorPlugin as ue,FontBackgroundColorPlugin as me,FontSizePlugin as he,FontFamilyPlugin as xe,LineHeightPlugin as pe}from"@platejs/basic-styles/react";import{AutoformatPlugin as fe,autoformatSmartQuotes as ge,autoformatPunctuation as je,autoformatLegal as be,autoformatLegalHtml as ve,autoformatArrow as ye,autoformatMath as we}from"@platejs/autoformat";import{insertEmptyCodeBlock as ke,isLangSupported as Ne,formatCodeBlock as Ce,insertCodeBlock as ze,toggleCodeBlock as _e,BaseCodeBlockPlugin as Se,BaseCodeLinePlugin as Ee,BaseCodeSyntaxPlugin as Be}from"@platejs/code-block";import{toggleList as Ie,expandListItemsWithChildren as De,someList as Te,ListStyleType as Ae,isOrderedList as Oe,BaseListPlugin as Fe}from"@platejs/list";import{H1Plugin as Me,H2Plugin as Re,H3Plugin as Le,H4Plugin as Pe,H5Plugin as He,H6Plugin as Ve,BlockquotePlugin as Ue,HorizontalRulePlugin as qe,BoldPlugin as $e,ItalicPlugin as We,UnderlinePlugin as Ke,CodePlugin as Ze,StrikethroughPlugin as Ge,SubscriptPlugin as Ye,SuperscriptPlugin as Je,HighlightPlugin as Xe,KbdPlugin as Qe}from"@platejs/basic-nodes/react";import{cva as et}from"class-variance-authority";import{clsx as tt}from"clsx";import{twMerge as rt}from"tailwind-merge";import{BlockMenuPlugin as st,BlockSelectionPlugin as nt,BLOCK_CONTEXT_MENU_ID as ot,useBlockSelected as at,useCursorOverlay as lt,CursorOverlayPlugin as it}from"@platejs/selection/react";import{AIChatPlugin as ct}from"@platejs/ai/react";import{ChevronRightIcon as dt,CircleIcon as ut,CheckIcon as mt,ChevronDown as ht,SearchIcon as xt,XIcon as pt,MusicIcon as ft,CompassIcon as gt,SmileIcon as jt,LightbulbIcon as bt,LeafIcon as vt,ClockIcon as yt,AppleIcon as wt,FlagIcon as kt,StarIcon as Nt,BracesIcon as Ct,Check as zt,CopyIcon as _t,GripHorizontal as St,Trash2Icon as Et,ChevronLeftIcon as Bt,ChevronDownIcon as It,GripVertical as Dt,AlignLeftIcon as Tt,AlignCenterIcon as At,AlignRightIcon as Ot,AlignJustifyIcon as Ft,EraserIcon as Mt,PlusIcon as Rt,Undo2Icon as Lt,Redo2Icon as Pt,OutdentIcon as Ht,IndentIcon as Vt,PilcrowIcon as Ut,Heading1Icon as qt,Heading2Icon as $t,Heading3Icon as Wt,TableIcon as Kt,ListIcon as Zt,ListOrderedIcon as Gt,ImageIcon as Yt,Link2Icon as Jt,Link as Xt,ListOrdered as Qt,List as er,LinkIcon as tr,FilmIcon as rr,FileUpIcon as sr,AudioLinesIcon as nr,MoreHorizontalIcon as or,SuperscriptIcon as ar,SubscriptIcon as lr,Table as ir,Grid3x3Icon as cr,Combine as dr,Ungroup as ur,ArrowUp as mr,ArrowDown as hr,ArrowLeft as xr,ArrowRight as pr,Heading4Icon as fr,Heading5Icon as gr,Heading6Icon as jr,Minimize as br,Maximize as vr,BoldIcon as yr,ItalicIcon as wr,UnderlineIcon as kr,StrikethroughIcon as Nr,BaselineIcon as Cr,PaintBucketIcon as zr,Text as _r,Unlink as Sr,ExternalLink as Er,RadicalIcon as Br,CornerDownLeftIcon as Ir,FileUp as Dr,Loader2Icon as Tr,Film as Ar,AudioLines as Or,Minus as Fr,Plus as Mr,Download as Rr,X as Lr,SparklesIcon as Pr,Square as Hr,Code2 as Vr,Quote as Ur,TableOfContentsIcon as qr,Columns3Icon as $r,PenToolIcon as Wr,CalendarIcon as Kr,ArrowUpIcon as Zr,PencilIcon as Gr,TrashIcon as Yr,PencilLineIcon as Jr,MessageSquareTextIcon as Xr,MessagesSquareIcon as Qr,CombineIcon as es,SquareSplitHorizontalIcon as ts,Grid2X2Icon as rs,ChevronRight as ss}from"lucide-react";import"@radix-ui/react-accessible-icon";import"@radix-ui/react-accordion";import*as ns from"@radix-ui/react-alert-dialog";import"@radix-ui/react-aspect-ratio";import*as os from"@radix-ui/react-avatar";import*as as from"@radix-ui/react-checkbox";import"@radix-ui/react-collapsible";import*as ls from"@radix-ui/react-context-menu";import"@radix-ui/react-dialog";import"@radix-ui/react-direction";import*as is from"@radix-ui/react-dropdown-menu";import{DropdownMenuItemIndicator as cs}from"@radix-ui/react-dropdown-menu";import"@radix-ui/react-form";import"@radix-ui/react-hover-card";import"@radix-ui/react-label";import"@radix-ui/react-menubar";import"@radix-ui/react-navigation-menu";import"@radix-ui/react-one-time-password-field";import"@radix-ui/react-password-toggle-field";import*as ds from"@radix-ui/react-popover";import{PopoverAnchor as us}from"@radix-ui/react-popover";import"@radix-ui/react-portal";import"@radix-ui/react-progress";import"@radix-ui/react-radio-group";import"@radix-ui/react-scroll-area";import"@radix-ui/react-select";import*as ms from"@radix-ui/react-separator";import"@radix-ui/react-slider";import*as hs from"@radix-ui/react-slot";import"@radix-ui/react-switch";import"@radix-ui/react-tabs";import"@radix-ui/react-toast";import"@radix-ui/react-toggle";import"@radix-ui/react-toggle-group";import*as xs from"@radix-ui/react-toolbar";import*as ps from"@radix-ui/react-tooltip";import"@radix-ui/react-visually-hidden";import{DndPlugin as fs,useDraggable as gs,useDropLine as js}from"@platejs/dnd";import{useCalloutEmojiPicker as bs,CalloutPlugin as vs}from"@platejs/callout/react";import{useEmojiDropdownMenuState as ys}from"@platejs/emoji/react";import{EmojiSettings as ws}from"@platejs/emoji";import{CodeBlockPlugin as ks,CodeLinePlugin as Ns,CodeSyntaxPlugin as Cs}from"@platejs/code-block/react";import{createLowlight as zs,all as _s}from"lowlight";import{Command as Ss}from"cmdk";import{ColumnPlugin as Es,ColumnItemPlugin as Bs}from"@platejs/layout/react";import{setColumns as Is,insertColumnGroup as Ds,toggleColumnGroup as Ts,BaseColumnPlugin as As,BaseColumnItemPlugin as Os}from"@platejs/layout";import{ResizableProvider as Fs,Resizable as Ms,useResizeHandleState as Rs,useResizeHandle as Ls,useResizableValue as Ps}from"@platejs/resizable";import{useComposedRef as Hs,createPrimitiveComponent as Vs}from"@udecode/cn";import{getCommentCount as Us,BaseCommentPlugin as qs,getDraftCommentKey as $s,getCommentKey as Ws}from"@platejs/comment";import{getTableGridAbove as Ks,setCellBackground as Zs,BaseTablePlugin as Gs,BaseTableRowPlugin as Ys,BaseTableCellPlugin as Js,BaseTableCellHeaderPlugin as Xs}from"@platejs/table";import{DatePlugin as Qs}from"@platejs/date/react";import{getDefaultClassNames as en,DayPicker as tn}from"react-day-picker";import{DndProvider as rn}from"react-dnd";import{HTML5Backend as sn}from"react-dnd-html5-backend";import{PlaceholderPlugin as nn,useMediaState as on,useImagePreviewValue as an,useFloatingMediaValue as ln,FloatingMediaStore as cn,FloatingMedia as dn,ImagePlugin as un,Image as mn,PlaceholderProvider as hn,updateUploadHistory as xn,useImagePreview as pn,PreviewImage as fn,useScaleInput as gn,UploadErrorCode as jn,AudioPlugin as bn,FilePlugin as vn}from"@platejs/media/react";import{DocxPlugin as yn}from"@platejs/docx";import{JuicePlugin as wn}from"@platejs/juice";import{useOutdentButton as kn,useIndentButton as Nn,IndentPlugin as Cn}from"@platejs/indent/react";import{insertCallout as zn,BaseCalloutPlugin as _n}from"@platejs/callout";import{insertDate as Sn,BaseDatePlugin as En}from"@platejs/date";import{insertExcalidraw as Bn}from"@platejs/excalidraw";import{triggerFloatingLink as In,useLinkToolbarButtonState as Dn,useLinkToolbarButton as Tn,useFloatingLinkInsertState as An,useFloatingLinkInsert as On,useFloatingLinkEditState as Fn,useFloatingLinkEdit as Mn,FloatingLinkUrlInput as Rn,LinkPlugin as Ln}from"@platejs/link/react";import{insertEquation as Pn,insertInlineEquation as Hn,getEquationHtml as Vn,BaseInlineEquationPlugin as Un,BaseEquationPlugin as qn}from"@platejs/math";import{insertVideoPlaceholder as $n,insertMedia as Wn,insertFilePlaceholder as Kn,insertAudioPlaceholder as Zn,BaseImagePlugin as Gn,BaseAudioPlugin as Yn,BaseFilePlugin as Jn,BasePlaceholderPlugin as Xn}from"@platejs/media";import{SuggestionPlugin as Qn}from"@platejs/suggestion/react";import{TablePlugin as eo,useTableMergeState as to,TableProvider as ro,useTableElement as so,useTableBordersDropdownMenuContentState as no,useTableCellElement as oo,useTableCellElementResizable as ao,TableRowPlugin as lo,TableCellPlugin as io,TableCellHeaderPlugin as co}from"@platejs/table/react";import{insertToc as uo,BaseTocPlugin as mo,isHeading as ho}from"@platejs/toc";import{useTodoListElementState as xo,useTodoListElement as po,ListPlugin as fo}from"@platejs/list/react";import{toast as go}from"sonner";import{useFilePicker as jo}from"use-file-picker";import{useFloatingToolbarState as bo,offset as vo,flip as yo,useFloatingToolbar as wo}from"@platejs/floating";import{getLinkAttributes as ko,BaseLinkPlugin as No}from"@platejs/link";import{useEquationInput as Co,useEquationElement as zo,InlineEquationPlugin as _o,EquationPlugin as So}from"@platejs/math/react";import Eo from"react-textarea-autosize";import{useCaptionButtonState as Bo,useCaptionButton as Io,Caption as Do,CaptionTextarea as To,CaptionPlugin as Ao}from"@platejs/caption/react";import{generateReactHelpers as Oo}from"@uploadthing/react";import{z as Fo}from"zod";import{MentionPlugin as Mo,MentionInputPlugin as Ro}from"@platejs/mention/react";import{getMentionOnSelectItem as Lo,BaseMentionPlugin as Po}from"@platejs/mention";import{useComboboxStore as Ho,ComboboxProvider as Vo,useComboboxContext as Uo,Combobox as qo,Portal as $o,ComboboxPopover as Wo,ComboboxGroup as Ko,ComboboxItem as Zo,ComboboxGroupLabel as Go}from"@ariakit/react";import{filterWords as Yo}from"@platejs/combobox";import{useHTMLInputCursorState as Jo,useComboboxInput as Xo}from"@platejs/combobox/react";import{SlashPlugin as Qo,SlashInputPlugin as ea}from"@platejs/slash-command/react";import{getSuggestionKey as ta,keyId2SuggestionId as ra,acceptSuggestion as sa,rejectSuggestion as na,getTransientSuggestionKey as oa,BaseSuggestionPlugin as aa}from"@platejs/suggestion";import{useCommentId as la,CommentPlugin as ia}from"@platejs/comment/react";import{differenceInMinutes as ca,differenceInHours as da,differenceInDays as ua,format as ma}from"date-fns";import{useTocElementState as ha,useTocElement as xa,TocPlugin as pa}from"@platejs/toc/react";import{useToggleButtonState as fa,useToggleButton as ga,TogglePlugin as ja}from"@platejs/toggle/react";import{BaseTextAlignPlugin as ba,BaseFontColorPlugin as va,BaseFontBackgroundColorPlugin as ya,BaseFontSizePlugin as wa,BaseFontFamilyPlugin as ka,BaseLineHeightPlugin as Na}from"@platejs/basic-styles";import{BaseH1Plugin as Ca,BaseH2Plugin as za,BaseH3Plugin as _a,BaseH4Plugin as Sa,BaseH5Plugin as Ea,BaseH6Plugin as Ba,BaseBlockquotePlugin as Ia,BaseHorizontalRulePlugin as Da,BaseBoldPlugin as Ta,BaseItalicPlugin as Aa,BaseUnderlinePlugin as Oa,BaseCodePlugin as Fa,BaseStrikethroughPlugin as Ma,BaseSubscriptPlugin as Ra,BaseSuperscriptPlugin as La,BaseHighlightPlugin as Pa,BaseKbdPlugin as Ha}from"@platejs/basic-nodes";import{SlateElement as Va,SlateLeaf as Ua}from"platejs/static";import{PlateStatic as qa,serializeHtml as $a}from"platejs/static";import{BaseIndentPlugin as Wa}from"@platejs/indent";import{BaseCaptionPlugin as Ka}from"@platejs/caption";import{BaseTogglePlugin as Za}from"@platejs/toggle";import{computeDiff as Ga,withGetFragmentExcludeDiff as Ya}from"@platejs/diff";var Ja="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Xa(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Qa,el={exports:{}},tl={};var rl,sl,nl={};function ol(){return rl||(rl=1,"production"!==process.env.NODE_ENV&&function(){function e(t){if(null==t)return null;if("function"==typeof t)return t.$$typeof===C?null:t.displayName||t.name||null;if("string"==typeof t)return t;switch(t){case x:return"Fragment";case f:return"Profiler";case p:return"StrictMode";case v:return"Suspense";case y:return"SuspenseList";case N:return"Activity"}if("object"==typeof t)switch("number"==typeof t.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),t.$$typeof){case h:return"Portal";case j:return t.displayName||"Context";case g:return(t._context.displayName||"Context")+".Consumer";case b:var r=t.render;return(t=t.displayName)||(t=""!==(t=r.displayName||r.name||"")?"ForwardRef("+t+")":"ForwardRef"),t;case w:return null!==(r=t.displayName||null)?r:e(t.type)||"Memo";case k:r=t._payload,t=t._init;try{return e(t(r))}catch(s){}}return null}function r(e){return""+e}function s(e){try{r(e);var t=!1}catch(o){t=!0}if(t){var s=(t=console).error,n="function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return s.call(t,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),r(e)}}function n(t){if(t===x)return"<>";if("object"==typeof t&&null!==t&&t.$$typeof===k)return"<...>";try{var r=e(t);return r?"<"+r+">":"<...>"}catch(s){return"<...>"}}function o(){return Error("react-stack-top-frame")}function a(){var t=e(this.type);return B[t]||(B[t]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(t=this.props.ref)?t:null}function l(t,r,n,o,l,c){var u,h=r.children;if(void 0!==h)if(o)if(S(h)){for(o=0;o<h.length;o++)i(h[o]);Object.freeze&&Object.freeze(h)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else i(h);if(_.call(r,"key")){h=e(t);var x=Object.keys(r).filter(function(e){return"key"!==e});o=0<x.length?"{key: someKey, "+x.join(": ..., ")+": ...}":"{key: someKey}",T[h+o]||(x=0<x.length?"{"+x.join(": ..., ")+": ...}":"{}",console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',o,h,x,h),T[h+o]=!0)}if(h=null,void 0!==n&&(s(n),h=""+n),function(e){if(_.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return void 0!==e.key}(r)&&(s(r.key),h=""+r.key),"key"in r)for(var p in n={},r)"key"!==p&&(n[p]=r[p]);else n=r;return h&&function(e,t){function r(){d||(d=!0,console.error("%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://react.dev/link/special-props)",t))}r.isReactWarning=!0,Object.defineProperty(e,"key",{get:r,configurable:!0})}(n,"function"==typeof t?t.displayName||t.name||"Unknown":t),function(e,t,r,s,n,o){var l=r.ref;return e={$$typeof:m,type:e,key:t,props:r,_owner:s},null!==(void 0!==l?l:null)?Object.defineProperty(e,"ref",{enumerable:!1,get:a}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:n}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:o}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}(t,h,n,null===(u=z.A)?null:u.getOwner(),l,c)}function i(e){c(e)?e._store&&(e._store.validated=1):"object"==typeof e&&null!==e&&e.$$typeof===k&&("fulfilled"===e._payload.status?c(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function c(e){return"object"==typeof e&&null!==e&&e.$$typeof===m}var d,u=t,m=/* @__PURE__ */Symbol.for("react.transitional.element"),h=/* @__PURE__ */Symbol.for("react.portal"),x=/* @__PURE__ */Symbol.for("react.fragment"),p=/* @__PURE__ */Symbol.for("react.strict_mode"),f=/* @__PURE__ */Symbol.for("react.profiler"),g=/* @__PURE__ */Symbol.for("react.consumer"),j=/* @__PURE__ */Symbol.for("react.context"),b=/* @__PURE__ */Symbol.for("react.forward_ref"),v=/* @__PURE__ */Symbol.for("react.suspense"),y=/* @__PURE__ */Symbol.for("react.suspense_list"),w=/* @__PURE__ */Symbol.for("react.memo"),k=/* @__PURE__ */Symbol.for("react.lazy"),N=/* @__PURE__ */Symbol.for("react.activity"),C=/* @__PURE__ */Symbol.for("react.client.reference"),z=u.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,_=Object.prototype.hasOwnProperty,S=Array.isArray,E=console.createTask?console.createTask:function(){return null},B={},I=(u={react_stack_bottom_frame:function(e){return e()}}).react_stack_bottom_frame.bind(u,o)(),D=E(n(o)),T={};nl.Fragment=x,nl.jsx=function(e,t,r){var s=1e4>z.recentlyCreatedOwnerStacks++;return l(e,t,r,!1,s?Error("react-stack-top-frame"):I,s?E(n(e)):D)},nl.jsxs=function(e,t,r){var s=1e4>z.recentlyCreatedOwnerStacks++;return l(e,t,r,!0,s?Error("react-stack-top-frame"):I,s?E(n(e)):D)}}()),nl}var al=(sl||(sl=1,"production"===process.env.NODE_ENV?el.exports=function(){if(Qa)return tl;Qa=1;var e=/* @__PURE__ */Symbol.for("react.transitional.element"),t=/* @__PURE__ */Symbol.for("react.fragment");function r(t,r,s){var n=null;if(void 0!==s&&(n=""+s),void 0!==r.key&&(n=""+r.key),"key"in r)for(var o in s={},r)"key"!==o&&(s[o]=r[o]);else s=r;return r=s.ref,{$$typeof:e,type:t,key:n,ref:void 0!==r?r:null,props:s}}return tl.Fragment=t,tl.jsx=r,tl.jsxs=r,tl}():el.exports=ol()),el.exports);const ll=[de.configure({inject:{nodeProps:{defaultNodeValue:"start",nodeKey:"align",styleKey:"textAlign",validNodeValues:["start","left","center","right","end","justify"]},targetPlugins:[...U.heading,U.p,U.img,U.mediaEmbed]}})],il=[{match:"***",mode:"mark",type:[U.bold,U.italic]},{match:"__*",mode:"mark",type:[U.underline,U.italic]},{match:"__**",mode:"mark",type:[U.underline,U.bold]},{match:"___***",mode:"mark",type:[U.underline,U.bold,U.italic]},{match:"**",mode:"mark",type:U.bold},{match:"__",mode:"mark",type:U.underline},{match:"*",mode:"mark",type:U.italic},{match:"_",mode:"mark",type:U.italic},{match:"~~",mode:"mark",type:U.strikethrough},{match:"^",mode:"mark",type:U.sup},{match:"~",mode:"mark",type:U.sub},{match:"==",mode:"mark",type:U.highlight},{match:"≡",mode:"mark",type:U.highlight},{match:"`",mode:"mark",type:U.code}],cl=[{match:"# ",mode:"block",type:U.h1},{match:"## ",mode:"block",type:U.h2},{match:"### ",mode:"block",type:U.h3},{match:"#### ",mode:"block",type:U.h4},{match:"##### ",mode:"block",type:U.h5},{match:"###### ",mode:"block",type:U.h6},{match:"> ",mode:"block",type:U.blockquote},{match:"```",mode:"block",type:U.codeBlock,format:e=>{ke(e,{defaultType:U.p,insertNodesOptions:{select:!0}})}},{match:["---","—-","___ "],mode:"block",type:U.hr,format:e=>{e.tf.setNodes({type:U.hr}),e.tf.insertNodes({children:[{text:""}],type:U.p})}}],dl=[{match:["* ","- "],mode:"block",type:"list",format:e=>{Ie(e,{listStyleType:U.ul})}},{match:[String.raw`^\d+\.$ `,String.raw`^\d+\)$ `],matchByRegex:!0,mode:"block",type:"list",format:(e,{matchString:t})=>{Ie(e,{listRestartPolite:Number(t)||1,listStyleType:U.ol})}},{match:["[] "],mode:"block",type:"list",format:e=>{Ie(e,{listStyleType:U.listTodo}),e.tf.setNodes({checked:!1,listStyleType:U.listTodo})}},{match:["[x] "],mode:"block",type:"list",format:e=>{Ie(e,{listStyleType:U.listTodo}),e.tf.setNodes({checked:!0,listStyleType:U.listTodo})}}],ul=[fe.configure({options:{enableUndoOnDelete:!0,rules:[...cl,...il,...ge,...je,...be,...ve,...ye,...we,...dl].map(e=>({...e,query:e=>!e.api.some({match:{type:e.getType(U.codeBlock)}})}))}})];const ml=et("relative mb-1",{variants:{variant:{h1:"mt-[1.6em] pb-1 font-bold font-heading text-4xl",h2:"mt-[1.4em] pb-px font-heading font-semibold text-2xl tracking-tight",h3:"mt-[1em] pb-px font-heading font-semibold text-xl tracking-tight",h4:"mt-[0.75em] font-heading font-semibold text-lg tracking-tight",h5:"mt-[0.75em] font-semibold text-lg tracking-tight",h6:"mt-[0.75em] font-semibold text-base tracking-tight"}}});function hl({variant:e="h1",...t}){/* @__PURE__ */
3
+ return al.jsx(r,{as:e,className:ml({variant:e}),...t,children:t.children})}function xl(...e){return rt(tt(e))}const pl=[a.withComponent(function(e){/* @__PURE__ */
4
+ return al.jsx(r,{...e,className:xl("m-0 px-0 py-1"),children:e.children})}),Me.configure({node:{component:function(e){/* @__PURE__ */
5
+ return al.jsx(hl,{variant:"h1",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+1"}}}),Re.configure({node:{component:function(e){/* @__PURE__ */
6
+ return al.jsx(hl,{variant:"h2",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+2"}}}),Le.configure({node:{component:function(e){/* @__PURE__ */
7
+ return al.jsx(hl,{variant:"h3",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+3"}}}),Pe.configure({node:{component:function(e){/* @__PURE__ */
8
+ return al.jsx(hl,{variant:"h4",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+4"}}}),He.configure({node:{component:function(e){/* @__PURE__ */
9
+ return al.jsx(hl,{variant:"h5",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+5"}}}),Ve.configure({node:{component:function(e){/* @__PURE__ */
10
+ return al.jsx(hl,{variant:"h6",...e})}},rules:{break:{empty:"reset"}},shortcuts:{toggle:{keys:"mod+alt+6"}}}),Ue.configure({node:{component:function(e){/* @__PURE__ */
11
+ return al.jsx(r,{as:"blockquote",className:"my-1 border-l-2 pl-6 italic",...e})}},shortcuts:{toggle:{keys:"mod+shift+period"}}}),qe.withComponent(function(e){const t=s(),a=n(),l=o();/* @__PURE__ */
12
+ return al.jsxs(r,{...e,children:[
13
+ /* @__PURE__ */al.jsx("div",{className:"py-6",contentEditable:!1,children:/* @__PURE__ */al.jsx("hr",{className:xl("h-0.5 rounded-sm border-none bg-muted bg-clip-content",a&&l&&"ring-2 ring-ring ring-offset-2",!t&&"cursor-pointer")})}),e.children]})})];const fl=[$e,We,Ke,Ze.configure({node:{component:function(e){/* @__PURE__ */
14
+ return al.jsx(l,{...e,as:"code",className:"whitespace-pre-wrap rounded-md bg-muted px-[0.3em] py-[0.2em] font-mono text-sm",children:e.children})}},shortcuts:{toggle:{keys:"mod+e"}}}),Ge.configure({shortcuts:{toggle:{keys:"mod+shift+x"}}}),Ye.configure({shortcuts:{toggle:{keys:"mod+comma"}}}),Je.configure({shortcuts:{toggle:{keys:"mod+period"}}}),Xe.configure({node:{component:function(e){/* @__PURE__ */
15
+ return al.jsx(l,{...e,as:"mark",className:"bg-highlight/30 text-inherit",children:e.children})}},shortcuts:{toggle:{keys:"mod+shift+h"}}}),Qe.withComponent(function(e){/* @__PURE__ */
16
+ return al.jsx(l,{...e,as:"kbd",className:"rounded border border-border bg-muted px-1.5 py-0.5 font-mono text-sm shadow-[rgba(255,_255,_255,_0.1)_0px_0.5px_0px_0px_inset,_rgb(248,_249,_250)_0px_1px_5px_0px_inset,_rgb(193,_200,_205)_0px_0px_0px_0.5px,_rgb(193,_200,_205)_0px_2px_1px_-1px,_rgb(193,_200,_205)_0px_1px_0px_0px] dark:shadow-[rgba(255,_255,_255,_0.1)_0px_0.5px_0px_0px_inset,_rgb(26,_29,_30)_0px_1px_5px_0px_inset,_rgb(76,_81,_85)_0px_0px_0px_0.5px,_rgb(76,_81,_85)_0px_2px_1px_-1px,_rgb(76,_81,_85)_0px_1px_0px_0px]",children:e.children})})];function gl({...e}){/* @__PURE__ */
17
+ return al.jsx(ls.Root,{"data-slot":"context-menu",...e})}function jl({...e}){/* @__PURE__ */
18
+ return al.jsx(ls.Trigger,{"data-slot":"context-menu-trigger",...e})}function bl({...e}){/* @__PURE__ */
19
+ return al.jsx(ls.Group,{"data-slot":"context-menu-group",...e})}function vl({...e}){/* @__PURE__ */
20
+ return al.jsx(ls.Sub,{"data-slot":"context-menu-sub",...e})}function yl({className:e,inset:t,children:r,...s}){/* @__PURE__ */
21
+ return al.jsxs(ls.SubTrigger,{"data-slot":"context-menu-sub-trigger","data-inset":t,className:xl("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...s,children:[r,
22
+ /* @__PURE__ */al.jsx(dt,{className:"ml-auto"})]})}function wl({className:e,...t}){/* @__PURE__ */
23
+ return al.jsx(ls.SubContent,{"data-slot":"context-menu-sub-content",className:xl("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--radix-context-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",e),...t})}function kl({className:e,...t}){/* @__PURE__ */
24
+ return al.jsx(ls.Portal,{children:/* @__PURE__ */al.jsx(ls.Content,{"data-slot":"context-menu-content",className:xl("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-context-menu-content-available-height) min-w-[8rem] origin-(--radix-context-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",e),...t})})}function Nl({className:e,inset:t,variant:r="default",...s}){/* @__PURE__ */
25
+ return al.jsx(ls.Item,{"data-slot":"context-menu-item","data-inset":t,"data-variant":r,className:xl("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...s})}const Cl=et("pointer-events-none absolute inset-0 z-1 bg-brand/[.13] transition-opacity",{defaultVariants:{active:!0},variants:{active:{false:"opacity-0",true:"opacity-100"}}});function zl(e){const t=at(),r=d(fs,"isDragging");return t&&"tr"!==e.plugin.key&&"table"!==e.plugin.key?/* @__PURE__ */al.jsx("div",{className:Cl({active:t&&!r}),"data-slot":"block-selection"}):null}const _l=[...[nt.configure(({editor:e})=>({options:{enableContextMenu:!0,isSelectable:t=>!$(e,[U.column,U.codeLine,U.td]).includes(t.type),onKeyDownSelecting:(e,t)=>{q("mod+j")(t)&&e.getApi(ct).aiChat.show()}},render:{belowRootNodes:e=>e.attributes.className?.includes("slate-selectable")?/* @__PURE__ */al.jsx(zl,{...e}):null}}))],st.configure({render:{aboveEditable:function({children:t}){const{api:r,editor:s}=i(st),[n,o]=e.useState(null),a=function(){const[t,r]=e.useState(!1);return e.useEffect(()=>{function e(){r("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.maxTouchPoints>0)}return window.addEventListener("resize",e),e(),()=>{window.removeEventListener("resize",e)}},[]),t}(),[l]=c("readOnly"),u=d(st,"openId")===ot,m=e.useCallback(e=>{s.getApi(nt).blockSelection.getNodes().forEach(([t,r])=>{t[U.listType]&&s.tf.unsetNodes([U.listType,"indent"],{at:r}),s.tf.toggleBlock(e,{at:r})})},[s]),h=e.useCallback(e=>{s.getTransforms(nt).blockSelection.setNodes({align:e})},[s]);return a?t:/* @__PURE__ */al.jsxs(gl,{onOpenChange:e=>{e||r.blockMenu.hide()},modal:!1,children:[
26
+ /* @__PURE__ */al.jsx(jl,{asChild:!0,onContextMenu:e=>{const t=e.target.dataset;if("true"===t?.slateEditor||l||"false"===t?.plateOpenContextMenu)return e.preventDefault();setTimeout(()=>{r.blockMenu.show(ot,{x:e.clientX,y:e.clientY})},0)},children:/* @__PURE__ */al.jsx("div",{className:"w-full",children:t})}),u&&/* @__PURE__ */al.jsxs(kl,{className:"w-64",onCloseAutoFocus:e=>{e.preventDefault(),s.getApi(nt).blockSelection.focus(),"askAI"===n&&s.getApi(ct).aiChat.show(),o(null)},children:[
27
+ /* @__PURE__ */al.jsxs(bl,{children:[
28
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>{s.getTransforms(nt).blockSelection.removeNodes(),s.tf.focus()},children:"Delete"}),
29
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>{s.getTransforms(nt).blockSelection.duplicate()},children:"Duplicate"}),
30
+ /* @__PURE__ */al.jsxs(vl,{children:[
31
+ /* @__PURE__ */al.jsx(yl,{children:"Turn into"}),
32
+ /* @__PURE__ */al.jsxs(wl,{className:"w-48",children:[
33
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>m(U.p),children:"Paragraph"}),
34
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>m(U.h1),children:"Heading 1"}),
35
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>m(U.h2),children:"Heading 2"}),
36
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>m(U.h3),children:"Heading 3"}),
37
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>m(U.blockquote),children:"Blockquote"})]})]})]}),
38
+ /* @__PURE__ */al.jsxs(bl,{children:[
39
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>s.getTransforms(nt).blockSelection.setIndent(1),children:"Indent"}),
40
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>s.getTransforms(nt).blockSelection.setIndent(-1),children:"Outdent"}),
41
+ /* @__PURE__ */al.jsxs(vl,{children:[
42
+ /* @__PURE__ */al.jsx(yl,{children:"Align"}),
43
+ /* @__PURE__ */al.jsxs(wl,{className:"w-48",children:[
44
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>h("left"),children:"Left"}),
45
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>h("center"),children:"Center"}),
46
+ /* @__PURE__ */al.jsx(Nl,{onClick:()=>h("right"),children:"Right"})]})]})]})]})]})}}})],Sl=[u.configure({options:{className:"before:absolute before:cursor-text before:text-muted-foreground/80 before:content-[attr(placeholder)]",placeholders:{[U.p]:"Type something..."},query:({path:e})=>1===e.length}})],El=et("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",xs:"h-6 gap-1 rounded-md px-2 text-xs has-[>svg]:px-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-xs":"size-6 rounded-md [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}});function Bl({className:e,variant:t="default",size:r="default",asChild:s=!1,...n}){const o=s?hs.Root:"button";/* @__PURE__ */
47
+ return al.jsx(o,{"data-slot":"button","data-variant":t,"data-size":r,className:xl(El({variant:t,size:r,className:e})),...n})}function Il({delayDuration:e=0,...t}){/* @__PURE__ */
48
+ return al.jsx(ps.Provider,{"data-slot":"tooltip-provider",delayDuration:e,...t})}function Dl({...e}){/* @__PURE__ */
49
+ return al.jsx(ps.Root,{"data-slot":"tooltip",...e})}function Tl({...e}){/* @__PURE__ */
50
+ return al.jsx(ps.Trigger,{"data-slot":"tooltip-trigger",...e})}function Al({className:e,sideOffset:t=0,children:r,...s}){/* @__PURE__ */
51
+ return al.jsx(ps.Portal,{children:/* @__PURE__ */al.jsxs(ps.Content,{"data-slot":"tooltip-content",sideOffset:t,className:xl("bg-foreground text-background animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-1500 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",e),...s,children:[r,
52
+ /* @__PURE__ */al.jsx(ps.Arrow,{className:"bg-foreground fill-foreground z-1500 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]"})]})})}function Ol({...e}){/* @__PURE__ */
53
+ return al.jsx(is.Root,{"data-slot":"dropdown-menu",...e})}function Fl({...e}){/* @__PURE__ */
54
+ return al.jsx(is.Portal,{"data-slot":"dropdown-menu-portal",...e})}function Ml({...e}){/* @__PURE__ */
55
+ return al.jsx(is.Trigger,{"data-slot":"dropdown-menu-trigger",...e})}function Rl({className:e,sideOffset:t=4,...r}){/* @__PURE__ */
56
+ return al.jsx(is.Portal,{children:/* @__PURE__ */al.jsx(is.Content,{"data-slot":"dropdown-menu-content",sideOffset:t,className:xl("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-1500 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",e),...r})})}function Ll({...e}){/* @__PURE__ */
57
+ return al.jsx(is.Group,{"data-slot":"dropdown-menu-group",...e})}function Pl({className:e,inset:t,variant:r="default",...s}){/* @__PURE__ */
58
+ return al.jsx(is.Item,{"data-slot":"dropdown-menu-item","data-inset":t,"data-variant":r,className:xl("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...s})}function Hl({className:e,children:t,checked:r,...s}){/* @__PURE__ */
59
+ return al.jsxs(is.CheckboxItem,{"data-slot":"dropdown-menu-checkbox-item",className:xl("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),checked:r,...s,children:[
60
+ /* @__PURE__ */al.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:/* @__PURE__ */al.jsx(is.ItemIndicator,{children:/* @__PURE__ */al.jsx(mt,{className:"size-4"})})}),t]})}function Vl({...e}){/* @__PURE__ */
61
+ return al.jsx(is.RadioGroup,{"data-slot":"dropdown-menu-radio-group",...e})}function Ul({className:e,children:t,...r}){/* @__PURE__ */
62
+ return al.jsxs(is.RadioItem,{"data-slot":"dropdown-menu-radio-item",className:xl("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...r,children:[
63
+ /* @__PURE__ */al.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:/* @__PURE__ */al.jsx(is.ItemIndicator,{children:/* @__PURE__ */al.jsx(ut,{className:"size-2 fill-current"})})}),t]})}function ql({className:e,inset:t,...r}){/* @__PURE__ */
64
+ return al.jsx(is.Label,{"data-slot":"dropdown-menu-label","data-inset":t,className:xl("px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",e),...r})}function $l({className:e,...t}){/* @__PURE__ */
65
+ return al.jsx(is.Separator,{"data-slot":"dropdown-menu-separator",className:xl("bg-border -mx-1 my-1 h-px",e),...t})}function Wl({...e}){/* @__PURE__ */
66
+ return al.jsx(is.Sub,{"data-slot":"dropdown-menu-sub",...e})}function Kl({className:e,inset:t,children:r,...s}){/* @__PURE__ */
67
+ return al.jsxs(is.SubTrigger,{"data-slot":"dropdown-menu-sub-trigger","data-inset":t,className:xl("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...s,children:[r,
68
+ /* @__PURE__ */al.jsx(dt,{className:"ml-auto size-4"})]})}function Zl({className:e,...t}){/* @__PURE__ */
69
+ return al.jsx(is.SubContent,{"data-slot":"dropdown-menu-sub-content",className:xl("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-1500 min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",e),...t})}function Gl({className:e,orientation:t="horizontal",decorative:r=!0,...s}){/* @__PURE__ */
70
+ return al.jsx(ms.Root,{"data-slot":"separator",decorative:r,orientation:t,className:xl("bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",e),...s})}function Yl({className:e,...t}){/* @__PURE__ */
71
+ return al.jsx(xs.Root,{className:xl("relative flex select-none items-center",e),...t})}function Jl({className:e,...t}){/* @__PURE__ */
72
+ return al.jsx(xs.ToolbarToggleGroup,{className:xl("flex items-center",e),...t})}const Xl=et("inline-flex cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-md font-medium text-sm outline-none transition-[color,box-shadow] hover:bg-muted hover:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-checked:bg-accent aria-checked:text-accent-foreground aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",{defaultVariants:{size:"default",variant:"default"},variants:{size:{default:"h-9 min-w-9 px-2",lg:"h-10 min-w-10 px-2.5",sm:"h-8 min-w-8 px-1.5"},variant:{default:"bg-transparent",outline:"border border-input bg-transparent shadow-xs hover:bg-accent hover:text-accent-foreground"}}}),Ql=et(xl("inline-flex items-center justify-center rounded-r-md font-medium text-foreground text-sm transition-colors disabled:pointer-events-none disabled:opacity-50"),{defaultVariants:{size:"sm",variant:"default"},variants:{size:{default:"h-9 w-6",lg:"h-10 w-8",sm:"h-8 w-4"},variant:{default:"bg-transparent hover:bg-muted hover:text-muted-foreground aria-checked:bg-accent aria-checked:text-accent-foreground",outline:"border border-input border-l-0 bg-transparent hover:bg-accent hover:text-accent-foreground"}}}),ei=(ti=function({children:e,className:t,isDropdown:r,pressed:s,size:n="sm",variant:o,...a}){return"boolean"==typeof s?/* @__PURE__ */al.jsx(Jl,{disabled:a.disabled,value:"single",type:"single",children:/* @__PURE__ */al.jsx(oi,{className:xl(Xl({size:n,variant:o}),r&&"justify-between gap-1 pr-1",t),value:s?"single":"",...a,children:r?/* @__PURE__ */al.jsxs(al.Fragment,{children:[
73
+ /* @__PURE__ */al.jsx("div",{className:"flex flex-1 items-center gap-2 whitespace-nowrap",children:e}),
74
+ /* @__PURE__ */al.jsx("div",{children:/* @__PURE__ */al.jsx(ht,{className:"size-3.5 text-muted-foreground","data-icon":!0})})]}):e})}):/* @__PURE__ */al.jsx(xs.Button,{className:xl(Xl({size:n,variant:o}),r&&"pr-1",t),...a,children:e})},function({tooltip:t,tooltipContentProps:r,tooltipProps:s,tooltipTriggerProps:n,...o}){const[a,l]=e.useState(!1);e.useEffect(()=>{l(!0)},[]);const i=/* @__PURE__ */al.jsx(ti,{...o});return t&&a?/* @__PURE__ */al.jsxs(Dl,{...s,children:[
75
+ /* @__PURE__ */al.jsx(Tl,{asChild:!0,...n,children:i}),
76
+ /* @__PURE__ */al.jsx(li,{...r,children:t})]}):i});var ti;function ri({className:e,...t}){/* @__PURE__ */
77
+ return al.jsx(ei,{className:xl("group flex gap-0 px-0 hover:bg-transparent",e),...t})}function si({children:e,className:t,size:r="sm",variant:s,...n}){/* @__PURE__ */
78
+ return al.jsx("span",{className:xl(Xl({size:r,variant:s}),"rounded-r-none","group-data-[pressed=true]:bg-accent group-data-[pressed=true]:text-accent-foreground",t),...n,children:e})}function ni({className:e,size:t,variant:r,...s}){/* @__PURE__ */
79
+ return al.jsx("span",{className:xl(Ql({size:t,variant:r}),"group-data-[pressed=true]:bg-accent group-data-[pressed=true]:text-accent-foreground",e),onClick:e=>e.stopPropagation(),role:"button",...s,children:/* @__PURE__ */al.jsx(ht,{className:"size-3.5 text-muted-foreground","data-icon":!0})})}function oi({className:e,size:t="sm",variant:r,...s}){/* @__PURE__ */
80
+ return al.jsx(xs.ToggleItem,{className:xl(Xl({size:t,variant:r}),e),...s})}function ai({children:e,className:t}){/* @__PURE__ */
81
+ return al.jsxs("div",{className:xl("group/toolbar-group","relative hidden has-[button]:flex",t),children:[
82
+ /* @__PURE__ */al.jsx("div",{className:"flex items-center",children:e}),
83
+ /* @__PURE__ */al.jsx("div",{className:"group-last/toolbar-group:hidden! mx-1.5 py-0.5",children:/* @__PURE__ */al.jsx(Gl,{orientation:"vertical"})})]})}function li({children:e,className:t,sideOffset:r=4,...s}){/* @__PURE__ */
84
+ return al.jsx(ps.Portal,{children:/* @__PURE__ */al.jsx(ps.Content,{className:xl("z-1500 w-fit origin-(--radix-tooltip-content-transform-origin) text-balance rounded-md bg-primary px-3 py-1.5 text-primary-foreground text-xs",t),"data-slot":"tooltip-content",sideOffset:r,...s,children:e})})}function ii({children:e,className:t,label:r,...s}){/* @__PURE__ */
85
+ return al.jsxs(al.Fragment,{children:[
86
+ /* @__PURE__ */al.jsx($l,{className:xl("hidden","mb-0 shrink-0 peer-has-[[role=menuitem]]/menu-group:block peer-has-[[role=menuitemradio]]/menu-group:block peer-has-[[role=option]]/menu-group:block")}),
87
+ /* @__PURE__ */al.jsxs(Vl,{...s,className:xl("hidden","peer/menu-group group/menu-group my-1.5 has-[[role=menuitem]]:block has-[[role=menuitemradio]]:block has-[[role=option]]:block",t),children:[r&&/* @__PURE__ */al.jsx(ql,{className:"select-none font-semibold text-muted-foreground text-xs",children:r}),e]})]})}function ci({children:e,control:t,isOpen:r,setIsOpen:s}){/* @__PURE__ */
88
+ return al.jsxs(ds.Root,{open:r,onOpenChange:s,children:[
89
+ /* @__PURE__ */al.jsx(ds.Trigger,{asChild:!0,children:t}),
90
+ /* @__PURE__ */al.jsx(ds.Portal,{children:/* @__PURE__ */al.jsx(ds.Content,{className:"z-100",children:e})})]})}function di({clearSearch:e,emoji:t,emojiLibrary:r,focusedCategory:s,hasFound:n,i18n:o,icons:a={categories:yi,search:wi},isSearching:l,refs:i,searchResult:c,searchValue:d,setSearch:u,settings:m=ws,visibleCategories:h,handleCategoryClick:x,onMouseOver:p,onSelectEmoji:f}){/* @__PURE__ */
91
+ return al.jsxs("div",{className:xl("flex flex-col rounded-xl bg-popover text-popover-foreground","h-[23rem] w-80 border shadow-md"),children:[
92
+ /* @__PURE__ */al.jsx(vi,{onClick:x,emojiLibrary:r,focusedCategory:s,i18n:o,icons:a}),
93
+ /* @__PURE__ */al.jsx(xi,{i18n:o,searchValue:d,setSearch:u,children:/* @__PURE__ */al.jsx(pi,{clearSearch:e,i18n:o,searchValue:d})}),
94
+ /* @__PURE__ */al.jsx(hi,{onMouseOver:p,onSelectEmoji:f,emojiLibrary:r,i18n:o,isSearching:l,refs:i,searchResult:c,settings:m,visibleCategories:h}),
95
+ /* @__PURE__ */al.jsx(bi,{emoji:t,hasFound:n,i18n:o,isSearching:l})]})}const ui=e.memo(function({emoji:e,index:t,onMouseOver:r,onSelect:s}){/* @__PURE__ */
96
+ return al.jsxs("button",{className:"group relative flex size-9 cursor-pointer items-center justify-center border-none bg-transparent text-2xl leading-none",onClick:()=>s(e),onMouseEnter:()=>r(e),onMouseLeave:()=>r(),"aria-label":e.skins[0].native,"data-index":t,tabIndex:-1,type:"button",children:[
97
+ /* @__PURE__ */al.jsx("div",{className:"absolute inset-0 rounded-full opacity-0 group-hover:opacity-100","aria-hidden":"true"}),
98
+ /* @__PURE__ */al.jsx("span",{className:"relative",style:{fontFamily:'"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols'},"data-emoji-set":"native",children:e.skins[0].native})]})}),mi=e.memo(function({emojiLibrary:e,row:t,onMouseOver:r,onSelectEmoji:s}){/* @__PURE__ */
99
+ return al.jsx("div",{className:"flex","data-index":t.id,children:t.elements.map((t,n)=>/* @__PURE__ */al.jsx(ui,{onMouseOver:r,onSelect:s,emoji:e.getEmoji(t),index:n},t))},t.id)});function hi({emojiLibrary:t,i18n:r,isSearching:s=!1,refs:n,searchResult:o,settings:a=ws,visibleCategories:l,onMouseOver:i,onSelectEmoji:c}){const d=a.perLine.value*a.buttonSize.value,u=e.useCallback(e=>!!l.has(e)&&l.get(e),[l]),m=e.useCallback(()=>t.getGrid().sections().map(({id:e})=>{const s=t.getGrid().section(e),{buttonSize:n}=a;/* @__PURE__ */
100
+ return al.jsxs("div",{ref:s.root,style:{width:d},"data-id":e,children:[
101
+ /* @__PURE__ */al.jsx("div",{className:"-top-px sticky z-1 bg-popover/90 p-1 py-2 font-semibold text-sm backdrop-blur-xs",children:r.categories[e]}),
102
+ /* @__PURE__ */al.jsx("div",{className:"relative flex flex-wrap",style:{height:s.getRows().length*n.value},children:u(e)&&s.getRows().map(e=>/* @__PURE__ */al.jsx(mi,{onMouseOver:i,onSelectEmoji:c,emojiLibrary:t,row:e},e.id))})]},e)}),[t,d,r.categories,u,c,i,a]),h=e.useCallback(()=>/* @__PURE__ */al.jsxs("div",{style:{width:d},"data-id":"search",children:[
103
+ /* @__PURE__ */al.jsx("div",{className:"-top-px sticky z-1 bg-popover/90 p-1 py-2 font-semibold text-card-foreground text-sm backdrop-blur-xs",children:r.searchResult}),
104
+ /* @__PURE__ */al.jsx("div",{className:"relative flex flex-wrap",children:o.map((e,r)=>/* @__PURE__ */al.jsx(ui,{onMouseOver:i,onSelect:c,emoji:t.getEmoji(e.id),index:r},e.id))})]}),[t,d,r.searchResult,o,c,i]);/* @__PURE__ */
105
+ return al.jsx("div",{ref:n.current.contentRoot,className:xl("h-full min-h-[50%] overflow-y-auto overflow-x-hidden px-2","[&::-webkit-scrollbar]:w-4","[&::-webkit-scrollbar-button]:hidden [&::-webkit-scrollbar-button]:size-0","[&::-webkit-scrollbar-thumb]:min-h-11 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-muted [&::-webkit-scrollbar-thumb]:hover:bg-muted-foreground/25","[&::-webkit-scrollbar-thumb]:border-4 [&::-webkit-scrollbar-thumb]:border-popover [&::-webkit-scrollbar-thumb]:border-solid [&::-webkit-scrollbar-thumb]:bg-clip-padding"),"data-id":"scroll",children:/* @__PURE__ */al.jsx("div",{ref:n.current.content,className:"h-full",children:s?h():m()})})}function xi({children:e,i18n:t,searchValue:r,setSearch:s}){/* @__PURE__ */
106
+ return al.jsx("div",{className:"flex items-center px-2",children:/* @__PURE__ */al.jsxs("div",{className:"relative flex grow items-center",children:[
107
+ /* @__PURE__ */al.jsx("input",{className:"block w-full appearance-none rounded-full border-0 bg-muted px-10 py-2 text-sm outline-none placeholder:text-muted-foreground focus-visible:outline-none",value:r,onChange:e=>s(e.target.value),placeholder:t.search,"aria-label":"Search",autoComplete:"off",type:"text",autoFocus:!0}),e]})})}function pi({clearSearch:e,i18n:t,searchValue:r}){/* @__PURE__ */
108
+ return al.jsxs("div",{className:"flex items-center text-foreground",children:[
109
+ /* @__PURE__ */al.jsx("div",{className:xl("-translate-y-1/2 absolute top-1/2 left-2.5 z-10 flex size-5 items-center justify-center text-foreground"),children:wi.loupe}),r&&/* @__PURE__ */al.jsx(Bl,{size:"icon",variant:"ghost",className:xl("-translate-y-1/2 absolute top-1/2 right-0.5 flex size-8 cursor-pointer items-center justify-center rounded-full border-none bg-transparent text-popover-foreground hover:bg-transparent"),onClick:e,title:t.clear,"aria-label":"Clear",type:"button",children:wi.delete})]})}function fi({emoji:e}){/* @__PURE__ */
110
+ return al.jsxs("div",{className:"flex h-14 max-h-14 min-h-14 items-center border-muted border-t p-2",children:[
111
+ /* @__PURE__ */al.jsx("div",{className:"flex items-center justify-center text-2xl",children:e?.skins[0].native}),
112
+ /* @__PURE__ */al.jsxs("div",{className:"overflow-hidden pl-2",children:[
113
+ /* @__PURE__ */al.jsx("div",{className:"truncate font-semibold text-sm",children:e?.name}),
114
+ /* @__PURE__ */al.jsx("div",{className:"truncate text-sm",children:`:${e?.id}:`})]})]})}function gi({i18n:e}){/* @__PURE__ */
115
+ return al.jsxs("div",{className:"flex h-14 max-h-14 min-h-14 items-center border-muted border-t p-2",children:[
116
+ /* @__PURE__ */al.jsx("div",{className:"flex items-center justify-center text-2xl",children:"😢"}),
117
+ /* @__PURE__ */al.jsxs("div",{className:"overflow-hidden pl-2",children:[
118
+ /* @__PURE__ */al.jsx("div",{className:"truncate font-bold text-sm",children:e.searchNoResultsTitle}),
119
+ /* @__PURE__ */al.jsx("div",{className:"truncate text-sm",children:e.searchNoResultsSubtitle})]})]})}function ji({i18n:e}){/* @__PURE__ */
120
+ return al.jsxs("div",{className:"flex h-14 max-h-14 min-h-14 items-center border-muted border-t p-2",children:[
121
+ /* @__PURE__ */al.jsx("div",{className:"flex items-center justify-center text-2xl",children:"☝️"}),
122
+ /* @__PURE__ */al.jsx("div",{className:"overflow-hidden pl-2",children:/* @__PURE__ */al.jsx("div",{className:"truncate font-semibold text-sm",children:e.pick})})]})}function bi({emoji:e,hasFound:t=!0,i18n:r,isSearching:s=!1,...n}){const o=!e&&(!s||t),a=s&&!t,l=e&&!a&&!a;/* @__PURE__ */
123
+ return al.jsxs(al.Fragment,{children:[l&&/* @__PURE__ */al.jsx(fi,{emoji:e,...n}),o&&/* @__PURE__ */al.jsx(ji,{i18n:r,...n}),a&&/* @__PURE__ */al.jsx(gi,{i18n:r,...n})]})}function vi({emojiLibrary:e,focusedCategory:t,i18n:r,icons:s,onClick:n}){/* @__PURE__ */
124
+ return al.jsx(Il,{delayDuration:500,children:/* @__PURE__ */al.jsx("nav",{id:"emoji-nav",className:"mb-2.5 border-0 border-b border-b-border border-solid p-1.5",children:/* @__PURE__ */al.jsx("div",{className:"relative flex items-center justify-evenly",children:e.getGrid().sections().map(({id:e})=>/* @__PURE__ */al.jsxs(Dl,{children:[
125
+ /* @__PURE__ */al.jsx(Tl,{asChild:!0,children:/* @__PURE__ */al.jsx(Bl,{size:"sm",variant:"ghost",className:xl("h-fit rounded-full fill-current p-1.5 text-muted-foreground hover:bg-muted hover:text-muted-foreground",e===t&&"pointer-events-none bg-accent fill-current text-accent-foreground"),onClick:()=>{n(e)},"aria-label":r.categories[e],type:"button",children:/* @__PURE__ */al.jsx("span",{className:"inline-flex size-5 items-center justify-center",children:s.categories[e].outline})})}),
126
+ /* @__PURE__ */al.jsx(Al,{side:"bottom",children:r.categories[e]})]},e))})})})}const yi={activity:{outline:/* @__PURE__ */al.jsxs("svg",{className:"size-full",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[
127
+ /* @__PURE__ */al.jsx("circle",{cx:"12",cy:"12",r:"10"}),
128
+ /* @__PURE__ */al.jsx("path",{d:"M2.1 13.4A10.1 10.1 0 0 0 13.4 2.1"}),
129
+ /* @__PURE__ */al.jsx("path",{d:"m5 4.9 14 14.2"}),
130
+ /* @__PURE__ */al.jsx("path",{d:"M21.9 10.6a10.1 10.1 0 0 0-11.3 11.3"})]}),solid:/* @__PURE__ */al.jsxs("svg",{className:"size-full",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[
131
+ /* @__PURE__ */al.jsx("circle",{cx:"12",cy:"12",r:"10"}),
132
+ /* @__PURE__ */al.jsx("path",{d:"M2.1 13.4A10.1 10.1 0 0 0 13.4 2.1"}),
133
+ /* @__PURE__ */al.jsx("path",{d:"m5 4.9 14 14.2"}),
134
+ /* @__PURE__ */al.jsx("path",{d:"M21.9 10.6a10.1 10.1 0 0 0-11.3 11.3"})]})},custom:{outline:/* @__PURE__ */al.jsx(Nt,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(Nt,{className:"size-full"})},flags:{outline:/* @__PURE__ */al.jsx(kt,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(kt,{className:"size-full"})},foods:{outline:/* @__PURE__ */al.jsx(wt,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(wt,{className:"size-full"})},frequent:{outline:/* @__PURE__ */al.jsx(yt,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(yt,{className:"size-full"})},nature:{outline:/* @__PURE__ */al.jsx(vt,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(vt,{className:"size-full"})},objects:{outline:/* @__PURE__ */al.jsx(bt,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(bt,{className:"size-full"})},people:{outline:/* @__PURE__ */al.jsx(jt,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(jt,{className:"size-full"})},places:{outline:/* @__PURE__ */al.jsx(gt,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(gt,{className:"size-full"})},symbols:{outline:/* @__PURE__ */al.jsx(ft,{className:"size-full"}),solid:/* @__PURE__ */al.jsx(ft,{className:"size-full"})}},wi={delete:/* @__PURE__ */al.jsx(pt,{className:"size-4 text-current"}),loupe:/* @__PURE__ */al.jsx(xt,{className:"size-4 text-current"})};const ki=[vs.withComponent(function({attributes:e,children:t,className:s,...n}){const{emojiPickerState:o,isOpen:a,setIsOpen:l}=ys({closeOnSelect:!0}),{emojiToolbarDropdownProps:i,props:c}=bs({isOpen:a,setIsOpen:l});/* @__PURE__ */
135
+ return al.jsx(r,{className:xl("my-1 flex rounded-sm bg-muted p-4 pl-3",s),style:{backgroundColor:n.element.backgroundColor},attributes:{...e,"data-plate-open-context-menu":!0},...n,children:/* @__PURE__ */al.jsxs("div",{className:"flex w-full gap-2 rounded-md",children:[
136
+ /* @__PURE__ */al.jsx(ci,{...i,control:/* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-6 select-none p-1 text-[18px] hover:bg-muted-foreground/15",style:{fontFamily:'"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols'},contentEditable:!1,children:n.element.icon||"💡"}),children:/* @__PURE__ */al.jsx(di,{...o,...c})}),
137
+ /* @__PURE__ */al.jsx("div",{className:"w-full",children:t})]})})})];function Ni({className:e,...t}){/* @__PURE__ */
138
+ return al.jsx(Ss,{"data-slot":"command",className:xl("bg-popover text-popover-foreground flex h-full w-full flex-col overflow-hidden rounded-md",e),...t})}function Ci({className:e,...t}){/* @__PURE__ */
139
+ return al.jsxs("div",{"data-slot":"command-input-wrapper",className:"flex h-9 items-center gap-2 border-b px-3",children:[
140
+ /* @__PURE__ */al.jsx(xt,{className:"size-4 shrink-0 opacity-50"}),
141
+ /* @__PURE__ */al.jsx(Ss.Input,{"data-slot":"command-input",className:xl("placeholder:text-muted-foreground flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50",e),...t})]})}function zi({className:e,...t}){/* @__PURE__ */
142
+ return al.jsx(Ss.List,{"data-slot":"command-list",className:xl("max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto",e),...t})}function _i({...e}){/* @__PURE__ */
143
+ return al.jsx(Ss.Empty,{"data-slot":"command-empty",className:"py-6 text-center text-sm",...e})}function Si({className:e,...t}){/* @__PURE__ */
144
+ return al.jsx(Ss.Group,{"data-slot":"command-group",className:xl("text-foreground [&_[cmdk-group-heading]]:text-muted-foreground overflow-hidden p-1 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium",e),...t})}function Ei({className:e,...t}){/* @__PURE__ */
145
+ return al.jsx(Ss.Item,{"data-slot":"command-item",className:xl("data-[selected=true]:bg-accent data-[selected=true]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...t})}function Bi({...e}){/* @__PURE__ */
146
+ return al.jsx(ds.Root,{"data-slot":"popover",...e})}function Ii({...e}){/* @__PURE__ */
147
+ return al.jsx(ds.Trigger,{"data-slot":"popover-trigger",...e})}function Di({className:e,align:t="center",sideOffset:r=4,...s}){/* @__PURE__ */
148
+ return al.jsx(ds.Portal,{children:/* @__PURE__ */al.jsx(ds.Content,{"data-slot":"popover-content",align:t,sideOffset:r,className:xl("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-md border p-4 shadow-md outline-hidden",e),...s})})}function Ti({...e}){/* @__PURE__ */
149
+ return al.jsx(ds.Anchor,{"data-slot":"popover-anchor",...e})}function Ai(){const[t,r]=e.useState(!1),n=s(),o=m(),a=h(),l=a.lang||"plaintext",[i,c]=e.useState(""),d=e.useMemo(()=>Fi.filter(e=>!i||e.label.toLowerCase().includes(i.toLowerCase())),[i]);return n?null:/* @__PURE__ */al.jsxs(Bi,{open:t,onOpenChange:r,children:[
150
+ /* @__PURE__ */al.jsx(Ii,{asChild:!0,children:/* @__PURE__ */al.jsx(Bl,{size:"sm",variant:"ghost",className:"h-6 select-none justify-between gap-1 px-2 text-muted-foreground text-xs","aria-expanded":t,role:"combobox",children:Fi.find(e=>e.value===l)?.label??"Plain Text"})}),
151
+ /* @__PURE__ */al.jsx(Di,{className:"w-[200px] p-0",onCloseAutoFocus:()=>c(""),children:/* @__PURE__ */al.jsxs(Ni,{shouldFilter:!1,children:[
152
+ /* @__PURE__ */al.jsx(Ci,{className:"h-9",value:i,onValueChange:e=>c(e),placeholder:"Search language..."}),
153
+ /* @__PURE__ */al.jsx(_i,{children:"No language found."}),
154
+ /* @__PURE__ */al.jsx(zi,{className:"h-[344px] overflow-y-auto",children:/* @__PURE__ */al.jsx(Si,{children:d.map(e=>/* @__PURE__ */al.jsxs(Ei,{className:"cursor-pointer",value:e.value,onSelect:e=>{o.tf.setNodes({lang:e},{at:a}),c(e),r(!1)},children:[
155
+ /* @__PURE__ */al.jsx(zt,{className:xl(l===e.value?"opacity-100":"opacity-0")}),e.label]},e.label))})})]})})]})}function Oi({value:t,...r}){const[s,n]=e.useState(!1);return e.useEffect(()=>{setTimeout(()=>{n(!1)},2e3)},[s]),/* @__PURE__ */al.jsxs(Bl,{onClick:()=>{navigator.clipboard.writeText("function"==typeof t?t():t),n(!0)},...r,children:[
156
+ /* @__PURE__ */al.jsx("span",{className:"sr-only",children:"Copy"}),s?/* @__PURE__ */al.jsx(mt,{className:"!size-3"}):/* @__PURE__ */al.jsx(_t,{className:"!size-3"})]})}const Fi=[{label:"Auto",value:"auto"},{label:"Plain Text",value:"plaintext"},{label:"ABAP",value:"abap"},{label:"Agda",value:"agda"},{label:"Arduino",value:"arduino"},{label:"ASCII Art",value:"ascii"},{label:"Assembly",value:"x86asm"},{label:"Bash",value:"bash"},{label:"BASIC",value:"basic"},{label:"BNF",value:"bnf"},{label:"C",value:"c"},{label:"C#",value:"csharp"},{label:"C++",value:"cpp"},{label:"Clojure",value:"clojure"},{label:"CoffeeScript",value:"coffeescript"},{label:"Coq",value:"coq"},{label:"CSS",value:"css"},{label:"Dart",value:"dart"},{label:"Dhall",value:"dhall"},{label:"Diff",value:"diff"},{label:"Docker",value:"dockerfile"},{label:"EBNF",value:"ebnf"},{label:"Elixir",value:"elixir"},{label:"Elm",value:"elm"},{label:"Erlang",value:"erlang"},{label:"F#",value:"fsharp"},{label:"Flow",value:"flow"},{label:"Fortran",value:"fortran"},{label:"Gherkin",value:"gherkin"},{label:"GLSL",value:"glsl"},{label:"Go",value:"go"},{label:"GraphQL",value:"graphql"},{label:"Groovy",value:"groovy"},{label:"Haskell",value:"haskell"},{label:"HCL",value:"hcl"},{label:"HTML",value:"html"},{label:"Idris",value:"idris"},{label:"Java",value:"java"},{label:"JavaScript",value:"javascript"},{label:"JSON",value:"json"},{label:"Julia",value:"julia"},{label:"Kotlin",value:"kotlin"},{label:"LaTeX",value:"latex"},{label:"Less",value:"less"},{label:"Lisp",value:"lisp"},{label:"LiveScript",value:"livescript"},{label:"LLVM IR",value:"llvm"},{label:"Lua",value:"lua"},{label:"Makefile",value:"makefile"},{label:"Markdown",value:"markdown"},{label:"Markup",value:"markup"},{label:"MATLAB",value:"matlab"},{label:"Mathematica",value:"mathematica"},{label:"Mermaid",value:"mermaid"},{label:"Nix",value:"nix"},{label:"Notion Formula",value:"notion"},{label:"Objective-C",value:"objectivec"},{label:"OCaml",value:"ocaml"},{label:"Pascal",value:"pascal"},{label:"Perl",value:"perl"},{label:"PHP",value:"php"},{label:"PowerShell",value:"powershell"},{label:"Prolog",value:"prolog"},{label:"Protocol Buffers",value:"protobuf"},{label:"PureScript",value:"purescript"},{label:"Python",value:"python"},{label:"R",value:"r"},{label:"Racket",value:"racket"},{label:"Reason",value:"reasonml"},{label:"Ruby",value:"ruby"},{label:"Rust",value:"rust"},{label:"Sass",value:"scss"},{label:"Scala",value:"scala"},{label:"Scheme",value:"scheme"},{label:"SCSS",value:"scss"},{label:"Shell",value:"shell"},{label:"Smalltalk",value:"smalltalk"},{label:"Solidity",value:"solidity"},{label:"SQL",value:"sql"},{label:"Swift",value:"swift"},{label:"TOML",value:"toml"},{label:"TypeScript",value:"typescript"},{label:"VB.Net",value:"vbnet"},{label:"Verilog",value:"verilog"},{label:"VHDL",value:"vhdl"},{label:"Visual Basic",value:"vbnet"},{label:"WebAssembly",value:"wasm"},{label:"XML",value:"xml"},{label:"YAML",value:"yaml"}],Mi=zs(_s),Ri=[ks.configure({node:{component:function(e){const{editor:t,element:s}=e;/* @__PURE__ */
157
+ return al.jsx(r,{className:"py-1 **:[.hljs-addition]:bg-[#f0fff4] **:[.hljs-addition]:text-[#22863a] dark:**:[.hljs-addition]:bg-[#3c5743] dark:**:[.hljs-addition]:text-[#ceead5] **:[.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable]:text-[#005cc5] dark:**:[.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable]:text-[#6596cf] **:[.hljs-built\\\\\\\\_in,.hljs-symbol]:text-[#e36209] dark:**:[.hljs-built\\\\\\\\_in,.hljs-symbol]:text-[#c3854e] **:[.hljs-bullet]:text-[#735c0f] **:[.hljs-comment,.hljs-code,.hljs-formula]:text-[#6a737d] dark:**:[.hljs-comment,.hljs-code,.hljs-formula]:text-[#6a737d] **:[.hljs-deletion]:bg-[#ffeef0] **:[.hljs-deletion]:text-[#b31d28] dark:**:[.hljs-deletion]:bg-[#473235] dark:**:[.hljs-deletion]:text-[#e7c7cb] **:[.hljs-emphasis]:italic **:[.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\\\\\_]:text-[#d73a49] dark:**:[.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\\\\\_]:text-[#ee6960] **:[.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo]:text-[#22863a] dark:**:[.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo]:text-[#36a84f] **:[.hljs-regexp,.hljs-string,.hljs-meta_.hljs-string]:text-[#032f62] dark:**:[.hljs-regexp,.hljs-string,.hljs-meta_.hljs-string]:text-[#3593ff] **:[.hljs-section]:font-bold **:[.hljs-section]:text-[#005cc5] dark:**:[.hljs-section]:text-[#61a5f2] **:[.hljs-strong]:font-bold **:[.hljs-title,.hljs-title.class\\\\\\\\_,.hljs-title.class\\\\\\\\_.inherited\\\\\\\\_\\\\\\\\_,.hljs-title.function\\\\\\\\_]:text-[#6f42c1] dark:**:[.hljs-title,.hljs-title.class\\\\\\\\_,.hljs-title.class\\\\\\\\_.inherited\\\\\\\\_\\\\\\\\_,.hljs-title.function\\\\\\\\_]:text-[#a77bfa]",...e,children:/* @__PURE__ */al.jsxs("div",{className:"relative rounded-md bg-muted/50",children:[
158
+ /* @__PURE__ */al.jsx("pre",{className:"overflow-x-auto p-8 pr-4 font-mono text-sm leading-[normal] [tab-size:2] print:break-inside-avoid",children:/* @__PURE__ */al.jsx("code",{children:e.children})}),
159
+ /* @__PURE__ */al.jsxs("div",{className:"absolute top-1 right-1 z-10 flex select-none gap-0.5",contentEditable:!1,children:[Ne(s.lang)&&/* @__PURE__ */al.jsx(Bl,{size:"icon",variant:"ghost",className:"size-6 text-xs",onClick:()=>Ce(t,{element:s}),title:"Format code",children:/* @__PURE__ */al.jsx(Ct,{className:"!size-3.5 text-muted-foreground"})}),
160
+ /* @__PURE__ */al.jsx(Ai,{}),
161
+ /* @__PURE__ */al.jsx(Oi,{size:"icon",variant:"ghost",className:"size-6 gap-1 text-muted-foreground text-xs",value:()=>W.string(s)})]})]})})}},options:{lowlight:Mi},shortcuts:{toggle:{keys:"mod+alt+8"}}}),Ns.withComponent(function(e){/* @__PURE__ */
162
+ return al.jsx(r,{...e})}),Cs.withComponent(function(e){const t=e.leaf.className;/* @__PURE__ */
163
+ return al.jsx(l,{className:t,...e})})],Li=x(Fs,function(e){const{width:t}=e.element,n=s(),o=d(nt,"isSelectionAreaVisible"),{isDragging:a,previewRef:l,handleRef:i}=gs({element:e.element,orientation:"horizontal",type:"column",canDropNode:({dragEntry:e,dropEntry:t})=>K.equals(K.parent(e[1]),K.parent(t[1]))});/* @__PURE__ */
164
+ return al.jsxs("div",{className:"group/column relative",style:{width:t??"100%"},children:[!n&&!o&&/* @__PURE__ */al.jsx("div",{ref:i,className:xl("-translate-x-1/2 -translate-y-1/2 absolute top-2 left-1/2 z-50","pointer-events-auto flex items-center","opacity-0 transition-opacity group-hover/column:opacity-100"),children:/* @__PURE__ */al.jsx(Pi,{})}),
165
+ /* @__PURE__ */al.jsx(r,{...e,ref:Hs(e.ref,l),className:"h-full px-2 pt-2 group-first/column:pl-0 group-last/column:pr-0",children:/* @__PURE__ */al.jsxs("div",{className:xl("relative h-full border border-transparent p-1.5",!n&&"rounded-lg border-border border-dashed",a&&"opacity-50"),children:[e.children,!n&&!o&&/* @__PURE__ */al.jsx(Hi,{})]})})]})}),Pi=e.memo(function(){/* @__PURE__ */
166
+ return al.jsx(Il,{children:/* @__PURE__ */al.jsxs(Dl,{children:[
167
+ /* @__PURE__ */al.jsx(Tl,{asChild:!0,children:/* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"!px-1 h-5",children:/* @__PURE__ */al.jsx(St,{className:"text-muted-foreground",onClick:e=>{e.stopPropagation(),e.preventDefault()}})})}),
168
+ /* @__PURE__ */al.jsx(Al,{children:"Drag to move column"})]})})});function Hi(){const{dropLine:e}=js({orientation:"horizontal"});return e?/* @__PURE__ */al.jsx("div",{className:xl("slate-dropLine","absolute bg-brand/50","left"===e&&"group-first/column:-left-1 inset-y-0 left-[-10.5px] w-1","right"===e&&"group-last/column:-right-1 inset-y-0 right-[-11px] w-1")}):null}function Vi({children:e}){const t=m(),r=s(),o=h(),{props:a}=p({element:o}),l=n(),i=f(e=>e.api.isCollapsed(),[]),c=g()&&!r&&l&&i,d=e=>{Is(t,{at:o,widths:e})};/* @__PURE__ */
169
+ return al.jsxs(Bi,{open:c,modal:!1,children:[
170
+ /* @__PURE__ */al.jsx(Ti,{children:e}),
171
+ /* @__PURE__ */al.jsx(Di,{className:"w-auto p-1",onOpenAutoFocus:e=>e.preventDefault(),align:"center",side:"top",sideOffset:10,children:/* @__PURE__ */al.jsxs("div",{className:"box-content flex h-8 items-center",children:[
172
+ /* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-8",onClick:()=>d(["50%","50%"]),children:/* @__PURE__ */al.jsx(Ui,{})}),
173
+ /* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-8",onClick:()=>d(["33%","33%","33%"]),children:/* @__PURE__ */al.jsx(qi,{})}),
174
+ /* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-8",onClick:()=>d(["70%","30%"]),children:/* @__PURE__ */al.jsx($i,{})}),
175
+ /* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-8",onClick:()=>d(["30%","70%"]),children:/* @__PURE__ */al.jsx(Wi,{})}),
176
+ /* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-8",onClick:()=>d(["25%","50%","25%"]),children:/* @__PURE__ */al.jsx(Ki,{})}),
177
+ /* @__PURE__ */al.jsx(Gl,{orientation:"vertical",className:"mx-1 h-6"}),
178
+ /* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-8",...a,children:/* @__PURE__ */al.jsx(Et,{})})]})})]})}const Ui=e=>/* @__PURE__ */al.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M8.5 3H13V13H8.5V3ZM7.5 2H8.5H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H8.5H7.5H3C2.44772 14 2 13.5523 2 13V3C2 2.44772 2.44772 2 3 2H7.5ZM7.5 13H3L3 3H7.5V13Z",fill:"currentColor",fillRule:"evenodd"})}),qi=e=>/* @__PURE__ */al.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M9.25 3H6.75V13H9.25V3ZM9.25 2H6.75H5.75H3C2.44772 2 2 2.44772 2 3V13C2 13.5523 2.44772 14 3 14H5.75H6.75H9.25H10.25H13C13.5523 14 14 13.5523 14 13V3C14 2.44772 13.5523 2 13 2H10.25H9.25ZM10.25 3V13H13V3H10.25ZM3 13H5.75V3H3L3 13Z",fill:"currentColor",fillRule:"evenodd"})}),$i=e=>/* @__PURE__ */al.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M11.25 3H13V13H11.25V3ZM10.25 2H11.25H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H11.25H10.25H3C2.44772 14 2 13.5523 2 13V3C2 2.44772 2.44772 2 3 2H10.25ZM10.25 13H3L3 3H10.25V13Z",fill:"currentColor",fillRule:"evenodd"})}),Wi=e=>/* @__PURE__ */al.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M5.75 3H13V13H5.75V3ZM4.75 2H5.75H13C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H5.75H4.75H3C2.44772 14 2 13.5523 2 13V3C2 2.44772 2.44772 2 3 2H4.75ZM4.75 13H3L3 3H4.75V13Z",fill:"currentColor",fillRule:"evenodd"})}),Ki=e=>/* @__PURE__ */al.jsx("svg",{fill:"none",height:"16",viewBox:"0 0 16 16",width:"16",xmlns:"http://www.w3.org/2000/svg",...e,children:/* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M10.25 3H5.75V13H10.25V3ZM10.25 2H5.75H4.75H3C2.44772 2 2 2.44772 2 3V13C2 13.5523 2.44772 14 3 14H4.75H5.75H10.25H11.25H13C13.5523 14 14 13.5523 14 13V3C14 2.44772 13.5523 2 13 2H11.25H10.25ZM11.25 3V13H13V3H11.25ZM3 13H4.75V3H3L3 13Z",fill:"currentColor",fillRule:"evenodd"})}),Zi=[Es.withComponent(function(e){/* @__PURE__ */
179
+ return al.jsx(r,{className:"mb-2",...e,children:/* @__PURE__ */al.jsx(Vi,{children:/* @__PURE__ */al.jsx("div",{className:"flex size-full rounded",children:e.children})})})}),Bs.withComponent(Li)];const Gi=j(qs,{handlers:{onClick:({api:e,event:t,setOption:r,type:s})=>{let n=t.target,o=!1;const a=()=>{r("activeId",null),o=!0};for(Z(n)||a();n.parentElement;){if(n.classList.contains(`slate-${s}`)){const t=e.comment.node();if(!t){a();break}const s=e.comment.nodeId(t[0]);r("activeId",s??null),o=!0;break}n=n.parentElement}o||a()}},options:{activeId:null,commentingBlock:null,hoverId:null,uniquePathMap:/* @__PURE__ */new Map}}).extendTransforms(({editor:e,setOption:t,tf:{comment:{setDraft:r}}})=>({setDraft:()=>{e.api.isCollapsed()&&e.tf.select(e.api.block()[1]),r(),e.tf.collapse(),t("activeId",$s()),t("commentingBlock",e.selection.focus.path.slice(0,1))}})).configure({node:{component:function(e){const{children:t,leaf:r}=e,{api:s,setOption:n}=i(Gi),o=d(Gi,"hoverId"),a=d(Gi,"activeId"),c=Us(r)>1,u=s.comment.nodeId(r),m=a===u,h=o===u;/* @__PURE__ */
180
+ return al.jsx(l,{...e,className:xl("border-b-2 border-b-highlight/[.36] bg-highlight/[.13] transition-colors duration-200",(h||m)&&"border-b-highlight bg-highlight/25",c&&"border-b-2 border-b-highlight/[.7] bg-highlight/25",(h||m)&&c&&"border-b-highlight bg-highlight/45"),attributes:{...e.attributes,onClick:()=>n("activeId",u??null),onMouseEnter:()=>n("hoverId",u??null),onMouseLeave:()=>n("hoverId",null)},children:t})}},shortcuts:{setDraft:{keys:"mod+shift+m"}}}),Yi=[Gi];function Ji(){const{cursors:e}=lt();/* @__PURE__ */
181
+ return al.jsx(al.Fragment,{children:e.map(e=>/* @__PURE__ */al.jsx(Xi,{...e},e.id))})}function Xi({id:e,caretPosition:t,data:r,selection:s,selectionRects:n}){const o=m(),a=d(ct,"streaming"),{style:l,selectionStyle:i=l}=r??{},c=G.isCollapsed(s);if(a)return null;if("selection"===e&&s){if(Ks(o,{at:s,format:"cell"}).length>1)return null}/* @__PURE__ */
182
+ return al.jsxs(al.Fragment,{children:[n.map((t,r)=>/* @__PURE__ */al.jsx("div",{className:xl("pointer-events-none absolute z-10","selection"===e&&"bg-brand/25","selection"===e&&c&&"bg-primary"),style:{...i,...t}},r)),t&&/* @__PURE__ */al.jsx("div",{className:xl("pointer-events-none absolute z-10 w-0.5","drag"===e&&"w-px bg-brand"),style:{...t,...l}})]})}const Qi=[it.configure({render:{afterEditable:()=>/* @__PURE__ */al.jsx(Ji,{})}})];function ec({className:e,classNames:t,showOutsideDays:r=!0,captionLayout:s="label",buttonVariant:n="ghost",formatters:o,components:a,...l}){const i=en();/* @__PURE__ */
183
+ return al.jsx(tn,{showOutsideDays:r,className:xl("bg-background group/calendar p-3 [--cell-size:--spacing(8)] [[data-slot=card-content]_&]:bg-transparent [[data-slot=popover-content]_&]:bg-transparent",String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`,String.raw`rtl:**:[.rdp-button\_previous>svg]:rotate-180`,e),captionLayout:s,formatters:{formatMonthDropdown:e=>e.toLocaleString("default",{month:"short"}),...o},classNames:{root:xl("w-fit",i.root),months:xl("flex gap-4 flex-col md:flex-row relative",i.months),month:xl("flex flex-col w-full gap-4",i.month),nav:xl("flex items-center gap-1 w-full absolute top-0 inset-x-0 justify-between",i.nav),button_previous:xl(El({variant:n}),"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none",i.button_previous),button_next:xl(El({variant:n}),"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none",i.button_next),month_caption:xl("flex items-center justify-center h-(--cell-size) w-full px-(--cell-size)",i.month_caption),dropdowns:xl("w-full flex items-center text-sm font-medium justify-center h-(--cell-size) gap-1.5",i.dropdowns),dropdown_root:xl("relative has-focus:border-ring border border-input shadow-xs has-focus:ring-ring/50 has-focus:ring-[3px] rounded-md",i.dropdown_root),dropdown:xl("absolute bg-popover inset-0 opacity-0",i.dropdown),caption_label:xl("select-none font-medium","label"===s?"text-sm":"rounded-md pl-2 pr-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5",i.caption_label),table:"w-full border-collapse",weekdays:xl("flex",i.weekdays),weekday:xl("text-muted-foreground rounded-md flex-1 font-normal text-[0.8rem] select-none",i.weekday),week:xl("flex w-full mt-2",i.week),week_number_header:xl("select-none w-(--cell-size)",i.week_number_header),week_number:xl("text-[0.8rem] select-none text-muted-foreground",i.week_number),day:xl("relative w-full h-full p-0 text-center [&:last-child[data-selected=true]_button]:rounded-r-md group/day aspect-square select-none",l.showWeekNumber?"[&:nth-child(2)[data-selected=true]_button]:rounded-l-md":"[&:first-child[data-selected=true]_button]:rounded-l-md",i.day),range_start:xl("rounded-l-md bg-accent",i.range_start),range_middle:xl("rounded-none",i.range_middle),range_end:xl("rounded-r-md bg-accent",i.range_end),today:xl("bg-accent text-accent-foreground rounded-md data-[selected=true]:rounded-none",i.today),outside:xl("text-muted-foreground aria-selected:text-muted-foreground",i.outside),disabled:xl("text-muted-foreground opacity-50",i.disabled),hidden:xl("invisible",i.hidden),...t},components:{Root:({className:e,rootRef:t,...r})=>/* @__PURE__ */al.jsx("div",{"data-slot":"calendar",ref:t,className:xl(e),...r}),Chevron:({className:e,orientation:t,...r})=>"left"===t?/* @__PURE__ */al.jsx(Bt,{className:xl("size-4",e),...r}):"right"===t?/* @__PURE__ */al.jsx(dt,{className:xl("size-4",e),...r}):/* @__PURE__ */al.jsx(It,{className:xl("size-4",e),...r}),DayButton:tc,WeekNumber:({children:e,...t})=>/* @__PURE__ */al.jsx("td",{...t,children:/* @__PURE__ */al.jsx("div",{className:"flex size-(--cell-size) items-center justify-center text-center",children:e})}),...a},...l})}function tc({className:t,day:r,modifiers:s,...n}){const o=en(),a=e.useRef(null);return e.useEffect(()=>{s.focused&&a.current?.focus()},[s.focused]),/* @__PURE__ */al.jsx(Bl,{ref:a,variant:"ghost",size:"icon","data-day":r.date.toLocaleDateString(),"data-selected-single":s.selected&&!s.range_start&&!s.range_end&&!s.range_middle,"data-range-start":s.range_start,"data-range-end":s.range_end,"data-range-middle":s.range_middle,className:xl("data-[selected-single=true]:bg-primary data-[selected-single=true]:text-primary-foreground data-[range-middle=true]:bg-accent data-[range-middle=true]:text-accent-foreground data-[range-start=true]:bg-primary data-[range-start=true]:text-primary-foreground data-[range-end=true]:bg-primary data-[range-end=true]:text-primary-foreground group-data-[focused=true]/day:border-ring group-data-[focused=true]/day:ring-ring/50 dark:hover:text-accent-foreground flex aspect-square size-auto w-full min-w-(--cell-size) flex-col gap-1 leading-none font-normal group-data-[focused=true]/day:relative group-data-[focused=true]/day:z-10 group-data-[focused=true]/day:ring-[3px] data-[range-end=true]:rounded-md data-[range-end=true]:rounded-r-md data-[range-middle=true]:rounded-none data-[range-start=true]:rounded-md data-[range-start=true]:rounded-l-md [&>span]:text-xs [&>span]:opacity-70",o.day,t),...n})}const rc=[Qs.withComponent(function(e){const{editor:t,element:n}=e,o=s(),a=/* @__PURE__ */al.jsx("span",{className:xl("w-fit cursor-pointer rounded-sm bg-muted px-1 text-muted-foreground"),contentEditable:!1,draggable:!0,children:n.date?(()=>{const e=/* @__PURE__ */new Date,t=new Date(n.date),r=t.getDate()===e.getDate()&&t.getMonth()===e.getMonth()&&t.getFullYear()===e.getFullYear(),s=new Date(e.setDate(e.getDate()-1)).toDateString()===t.toDateString(),o=new Date(e.setDate(e.getDate()+2)).toDateString()===t.toDateString();return r?"Today":s?"Yesterday":o?"Tomorrow":t.toLocaleDateString(void 0,{day:"numeric",month:"long",year:"numeric"})})():/* @__PURE__ */al.jsx("span",{children:"Pick a date"})});return o?a:/* @__PURE__ */al.jsxs(r,{...e,className:"inline-block",attributes:{...e.attributes,contentEditable:!1},children:[
184
+ /* @__PURE__ */al.jsxs(Bi,{children:[
185
+ /* @__PURE__ */al.jsx(Ii,{asChild:!0,children:a}),
186
+ /* @__PURE__ */al.jsx(Di,{className:"w-auto p-0",children:/* @__PURE__ */al.jsx(ec,{selected:new Date(n.date),onSelect:e=>{e&&t.tf.setNodes({date:e.toDateString()},{at:n})},mode:"single",initialFocus:!0})})]}),e.children]})})],sc=[U.column,U.tr,U.td];function nc(t){const{children:r,editor:s,element:n,path:o}=t,a=s.getApi(nt).blockSelection,{isAboutToDrag:l,isDragging:i,nodeRef:c,previewRef:d,handleRef:u}=gs({element:n,onDropHandler:(e,{dragItem:t})=>{const r=t.id;a&&a.add(r),f()}}),m=3===o.length,h=4===o.length,[x,p]=e.useState(0),f=()=>{d.current&&(d.current.replaceChildren(),d.current?.classList.add("hidden"))};e.useEffect(()=>{i||f()},[i]),e.useEffect(()=>{l&&d.current?.classList.remove("opacity-0")},[l]);const[g,j]=e.useState(0);/* @__PURE__ */
187
+ return al.jsxs("div",{className:xl("relative",i&&"opacity-50",J(s,n.type)?.node.isContainer?"group/container":"group"),onMouseEnter:()=>{i||j(dc(s,n))},children:[!h&&/* @__PURE__ */al.jsx(oc,{children:/* @__PURE__ */al.jsx("div",{className:xl("slate-blockToolbarWrapper","flex h-[1.5em]",m&&"h-4"),children:/* @__PURE__ */al.jsx("div",{className:xl("slate-blockToolbar relative w-4.5","pointer-events-auto mr-1 flex items-center",m&&"mr-1.5"),children:/* @__PURE__ */al.jsx(Bl,{ref:u,variant:"ghost",className:"-left-0 absolute h-6 w-full p-0",style:{top:`${g+3}px`},"data-plate-prevent-deselect":!0,children:/* @__PURE__ */al.jsx(ac,{isDragging:i,previewRef:d,resetPreview:f,setPreviewTop:p})})})})}),
188
+ /* @__PURE__ */al.jsx("div",{ref:d,className:xl("-left-0 absolute hidden w-full"),style:{top:-x+"px"},contentEditable:!1}),
189
+ /* @__PURE__ */al.jsxs("div",{ref:c,className:"slate-blockWrapper flow-root",onContextMenu:e=>s.getApi(nt).blockSelection.addOnContextMenu({element:n,event:e}),children:[
190
+ /* @__PURE__ */al.jsx(b,{children:r}),
191
+ /* @__PURE__ */al.jsx(lc,{})]})]})}function oc({children:e,className:t,...r}){const s=m(),o=h(),a=d(nt,"isSelectionAreaVisible"),l=n();/* @__PURE__ */
192
+ return al.jsx("div",{...r,className:xl("slate-gutterLeft","-translate-x-full absolute top-0 z-50 flex h-full cursor-text hover:opacity-100 sm:opacity-0",J(s,o.type)?.node.isContainer?"group-hover/container:opacity-100":"group-hover:opacity-100",a&&"hidden",!l&&"opacity-0",t),contentEditable:!1,children:e})}const ac=e.memo(function({isDragging:e,previewRef:t,resetPreview:r,setPreviewTop:s}){const n=m(),o=h();/* @__PURE__ */
193
+ return al.jsxs(Dl,{children:[
194
+ /* @__PURE__ */al.jsx(Tl,{asChild:!0,children:/* @__PURE__ */al.jsx("div",{className:"flex size-full items-center justify-center",onClick:e=>{e.preventDefault(),n.getApi(nt).blockSelection.focus()},onMouseDown:e=>{if(r(),0!==e.button&&2!==e.button||e.shiftKey)return;const s=n.getApi(nt).blockSelection.getNodes({sort:!0});let a=s.length>0?s:n.api.blocks({mode:"highest"});a.some(([e])=>e.id===o.id)||(a=[[o,n.api.findPath(o)]]);const l=De(n,a).map(([e])=>e);0===s.length&&(n.tf.blur(),n.tf.collapse());const i=ic(n,l);t.current?.append(...i),t.current?.classList.remove("hidden"),t.current?.classList.add("opacity-0"),n.setOption(fs,"multiplePreviewRef",t),n.getApi(nt).blockSelection.set(l.map(e=>e.id))},onMouseEnter:()=>{if(e)return;const t=n.getApi(nt).blockSelection.getNodes({sort:!0});let r=t.length>0?t:n.api.blocks({mode:"highest"});r.some(([e])=>e.id===o.id)||(r=[[o,n.api.findPath(o)]]);const a=De(n,r),l=a.map(e=>e[0].id);if(l.length>1&&l.includes(o.id)){const e=cc(n,{blocks:a.map(e=>e[0]),element:o});s(e)}else s(0)},onMouseUp:()=>{r()},"data-plate-prevent-deselect":!0,role:"button",children:/* @__PURE__ */al.jsx(Dt,{className:"text-muted-foreground"})})}),
195
+ /* @__PURE__ */al.jsx(Al,{children:"Drag to move"})]})}),lc=e.memo(function({className:e,...t}){const{dropLine:r}=js();return r?/* @__PURE__ */al.jsx("div",{...t,className:xl("slate-dropLine","absolute inset-x-0 h-0.5 opacity-100 transition-opacity","bg-brand/50","top"===r&&"-top-px","bottom"===r&&"-bottom-px",e)}):null}),ic=(e,t)=>{const r=[],s=[],n=e=>{Array.from(e.attributes).forEach(t=>{(t.name.startsWith("data-slate")||t.name.startsWith("data-block-id"))&&e.removeAttribute(t.name)}),Array.from(e.children).forEach(e=>{n(e)})};return t.forEach((o,a)=>{((o,a)=>{const l=e.api.toDOMNode(o),i=l.cloneNode(!0);((e,t)=>{const r=e.scrollLeft;if(r>0){const s=document.createElement("div");s.style.overflow="hidden",s.style.width=`${e.clientWidth}px`;const n=document.createElement("div");for(n.style.transform=`translateX(-${r}px)`,n.style.width=`${e.scrollWidth}px`;t.firstChild;)n.append(t.firstChild);const o=window.getComputedStyle(e);t.style.padding="0",n.style.padding=o.padding,s.append(n),t.append(s)}})(l,i),s.push(o.id);const c=document.createElement("div");c.append(i),c.style.display="flow-root";const d=t[a-1];if(d){const t=e.api.toDOMNode(d).parentElement.getBoundingClientRect(),r=l.parentElement.getBoundingClientRect().top-t.bottom;r>15&&(c.style.marginTop=`${r}px`)}n(i),r.push(c)})(o,a)}),e.setOption(fs,"draggingId",s),r},cc=(e,{blocks:t,element:r})=>{const s=e.api.toDOMNode(r),n=e.api.toDOMNode(e),o=t[0],a=e.api.toDOMNode(o),l=Number(window.getComputedStyle(n).paddingTop.replace("px","")),i=a.getBoundingClientRect().top-n.getBoundingClientRect().top-l,c=window.getComputedStyle(a).marginTop,d=Number(c.replace("px","")),u=s.getBoundingClientRect().top-n.getBoundingClientRect().top-l,m=window.getComputedStyle(s).marginTop;return u-i+d-Number(m.replace("px",""))},dc=(e,t)=>{const r=e.api.toDOMNode(t),s=window.getComputedStyle(r).marginTop;return Number(s.replace("px",""))},uc=[fs.configure({options:{enableScroller:!0,onDropFiles:({dragItem:e,editor:t,target:r})=>{t.getTransforms(nn).insert.media(e.files,{at:r,nextBlock:!1})}},render:{aboveNodes:t=>{const{editor:r,element:s,path:n}=t;if(e.useMemo(()=>{if(r.dom.readOnly)return!1;if(1===n.length&&!Y(r,s,sc))return!0;if(3===n.length&&!Y(r,s,sc)){if(r.api.some({at:n,match:{type:r.getType(U.column)}}))return!0}if(4===n.length&&!Y(r,s,sc)){if(r.api.some({at:n,match:{type:r.getType(U.table)}}))return!0}return!1},[r,s,n]))return e=>/* @__PURE__ */al.jsx(nc,{...e})},aboveSlate:({children:e})=>/* @__PURE__ */al.jsx(rn,{backend:sn,children:e})}})],mc=[yn,wn],hc=[X.configure({shortcuts:{insert:{keys:"mod+enter"},insertBefore:{keys:"mod+shift+enter"}}})];function xc(e){/* @__PURE__ */
196
+ return al.jsx(Yl,{...e,className:xl("scrollbar-hide sticky top-0 left-0 z-50 w-full justify-between overflow-x-auto rounded-t-lg border-b border-b-border bg-background/95 p-1 backdrop-blur-sm supports-backdrop-blur:bg-background/60",e.className)})}const pc=[{icon:Tt,value:"left"},{icon:At,value:"center"},{icon:Ot,value:"right"},{icon:Ft,value:"justify"}];function fc(t){const{editor:r,tf:s}=i(de),n=v({defaultValue:"start",getProp:e=>e.align})??"left",[o,a]=e.useState(!1),l=pc.find(e=>e.value===n)?.icon??Tt;/* @__PURE__ */
197
+ return al.jsxs(Ol,{open:o,onOpenChange:a,modal:!1,...t,children:[
198
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ei,{pressed:o,tooltip:"Align",isDropdown:!0,children:/* @__PURE__ */al.jsx(l,{})})}),
199
+ /* @__PURE__ */al.jsx(Rl,{className:"min-w-0",align:"start",children:/* @__PURE__ */al.jsx(Vl,{value:n,onValueChange:e=>{s.textAlign.setNodes(e),r.tf.focus()},children:pc.map(({icon:e,value:t})=>/* @__PURE__ */al.jsx(Ul,{className:"pl-2 data-[state=checked]:bg-accent *:first:[span]:hidden",value:t,children:/* @__PURE__ */al.jsx(e,{})},t))})})]})}var gc,jc,bc,vc,yc,wc,kc,Nc,Cc,zc,_c,Sc,Ec,Bc,Ic,Dc,Tc,Ac,Oc,Fc,Mc,Rc,Lc,Pc,Hc,Vc,Uc,qc;function $c(){if(jc)return gc;return jc=1,gc=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}}function Wc(){if(wc)return yc;wc=1;var e=function(){if(vc)return bc;vc=1;var e="object"==typeof Ja&&Ja&&Ja.Object===Object&&Ja;return bc=e}(),t="object"==typeof self&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return yc=r}function Kc(){if(Sc)return _c;Sc=1;var e=function(){if(zc)return Cc;zc=1;var e=/\s/;return Cc=function(t){for(var r=t.length;r--&&e.test(t.charAt(r)););return r}}(),t=/^\s+/;return _c=function(r){return r?r.slice(0,e(r)+1).replace(t,""):r}}function Zc(){if(Bc)return Ec;Bc=1;var e=Wc().Symbol;return Ec=e}function Gc(){if(Fc)return Oc;Fc=1;var e=Zc(),t=function(){if(Dc)return Ic;Dc=1;var e=Zc(),t=Object.prototype,r=t.hasOwnProperty,s=t.toString,n=e?e.toStringTag:void 0;return Ic=function(e){var t=r.call(e,n),o=e[n];try{e[n]=void 0;var a=!0}catch(i){}var l=s.call(e);return a&&(t?e[n]=o:delete e[n]),l}}(),r=function(){if(Ac)return Tc;Ac=1;var e=Object.prototype.toString;return Tc=function(t){return e.call(t)}}(),s=e?e.toStringTag:void 0;return Oc=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":s&&s in Object(e)?t(e):r(e)}}function Yc(){if(Pc)return Lc;Pc=1;var e=Gc(),t=Rc?Mc:(Rc=1,Mc=function(e){return null!=e&&"object"==typeof e});return Lc=function(r){return"symbol"==typeof r||t(r)&&"[object Symbol]"==e(r)}}const Jc=/* @__PURE__ */Xa(function(){if(qc)return Uc;qc=1;var e=$c(),t=function(){if(Nc)return kc;Nc=1;var e=Wc();return kc=function(){return e.Date.now()}}(),r=function(){if(Vc)return Hc;Vc=1;var e=Kc(),t=$c(),r=Yc(),s=/^[-+]0x[0-9a-f]+$/i,n=/^0b[01]+$/i,o=/^0o[0-7]+$/i,a=parseInt;return Hc=function(l){if("number"==typeof l)return l;if(r(l))return NaN;if(t(l)){var i="function"==typeof l.valueOf?l.valueOf():l;l=t(i)?i+"":i}if("string"!=typeof l)return 0===l?l:+l;l=e(l);var c=n.test(l);return c||o.test(l)?a(l.slice(2),c?2:8):s.test(l)?NaN:+l}}(),s=Math.max,n=Math.min;return Uc=function(o,a,l){var i,c,d,u,m,h,x=0,p=!1,f=!1,g=!0;if("function"!=typeof o)throw new TypeError("Expected a function");function j(e){var t=i,r=c;return i=c=void 0,x=e,u=o.apply(r,t)}function b(e){var t=e-h;return void 0===h||t>=a||t<0||f&&e-x>=d}function v(){var e=t();if(b(e))return y(e);m=setTimeout(v,function(e){var t=a-(e-h);return f?n(t,d-(e-x)):t}(e))}function y(e){return m=void 0,g&&i?j(e):(i=c=void 0,u)}function w(){var e=t(),r=b(e);if(i=arguments,c=this,h=e,r){if(void 0===m)return function(e){return x=e,m=setTimeout(v,a),p?j(e):u}(h);if(f)return clearTimeout(m),m=setTimeout(v,a),j(h)}return void 0===m&&(m=setTimeout(v,a)),u}return a=r(a)||0,e(l)&&(p=!!l.leading,d=(f="maxWait"in l)?s(r(l.maxWait)||0,a):d,g="trailing"in l?!!l.trailing:g),w.cancel=function(){void 0!==m&&clearTimeout(m),x=0,i=h=c=m=void 0},w.flush=function(){return void 0===m?u:y(t())},w}}());function Xc({children:e,nodeType:r,tooltip:s}){const n=m(),o=f(e=>!!e.selection,[]),a=f(e=>e.api.mark(r),[r]),[l,i]=t.useState(),[c,d]=t.useState(!1),u=t.useCallback((e=!c)=>{d(e)},[c,d]),h=t.useCallback(e=>{n.selection&&(i(e),n.tf.select(n.selection),n.tf.focus(),n.tf.addMarks({[r]:e}))},[n,r]),x=t.useCallback(e=>{h(e),u()},[u,h]),p=t.useCallback(()=>{n.selection&&(n.tf.select(n.selection),n.tf.focus(),l&&n.tf.removeMarks(r),u())},[n,l,u,r]);return t.useEffect(()=>{o&&i(a)},[a,o]),/* @__PURE__ */al.jsxs(Ol,{open:c,onOpenChange:e=>{d(e)},modal:!1,children:[
200
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ei,{pressed:c,tooltip:s,children:e})}),
201
+ /* @__PURE__ */al.jsx(Rl,{align:"start",children:/* @__PURE__ */al.jsx(Qc,{color:l||a,clearColor:p,colors:nd,customColors:od,updateColor:x,updateCustomColor:h})})]})}const Qc=t.memo(function({className:e,clearColor:t,color:r,colors:s,customColors:n,updateColor:o,updateCustomColor:a,...l}){/* @__PURE__ */
202
+ return al.jsxs("div",{className:xl("flex flex-col",e),...l,children:[
203
+ /* @__PURE__ */al.jsx(ii,{label:"Custom Colors",children:/* @__PURE__ */al.jsx(ed,{color:r,className:"px-2",colors:s,customColors:n,updateColor:o,updateCustomColor:a})}),
204
+ /* @__PURE__ */al.jsx(ii,{label:"Default Colors",children:/* @__PURE__ */al.jsx(sd,{color:r,className:"px-2",colors:s,updateColor:o})}),r&&/* @__PURE__ */al.jsx(ii,{children:/* @__PURE__ */al.jsxs(Pl,{className:"p-2",onClick:t,children:[
205
+ /* @__PURE__ */al.jsx(Mt,{}),
206
+ /* @__PURE__ */al.jsx("span",{children:"Clear"})]})})]})},(e,t)=>e.color===t.color&&e.colors===t.colors&&e.customColors===t.customColors);function ed({className:e,color:r,colors:s,customColors:n,updateColor:o,updateCustomColor:a,...l}){const[i,c]=t.useState(),[d,u]=t.useState(r||"#000000");t.useEffect(()=>{!r||n.some(e=>e.value===r)||s.some(e=>e.value===r)||c(r)},[r,s,n]);const m=t.useMemo(()=>i?[...n,{isBrightColor:!1,name:"",value:i}]:n,[i,n]),h=t.useCallback(Jc(a,100),[a]);/* @__PURE__ */
207
+ return al.jsx("div",{className:xl("relative flex flex-col gap-4",e),...l,children:/* @__PURE__ */al.jsx(sd,{color:r,colors:m,updateColor:o,children:/* @__PURE__ */al.jsx(td,{value:d,onChange:e=>{u(e.target.value),h(e.target.value)},children:/* @__PURE__ */al.jsxs(Pl,{className:xl(El({size:"icon",variant:"outline"}),"absolute top-1 right-2 bottom-2 flex size-8 items-center justify-center rounded-full"),onSelect:e=>{e.preventDefault()},children:[
208
+ /* @__PURE__ */al.jsx("span",{className:"sr-only",children:"Custom"}),
209
+ /* @__PURE__ */al.jsx(Rt,{})]})})})})}function td({children:e,className:r,value:s="#000000",...n}){const o=t.useRef(null);/* @__PURE__ */
210
+ return al.jsxs("div",{className:"flex flex-col items-center",children:[t.Children.map(e,e=>e?t.cloneElement(e,{onClick:()=>o.current?.click()}):e),
211
+ /* @__PURE__ */al.jsx("input",{...n,ref:Hs(n.ref,o),className:xl("size-0 overflow-hidden border-0 p-0",r),value:s,type:"color"})]})}function rd({className:e,isBrightColor:t,isSelected:r,name:s,updateColor:n,value:o,...a}){const l=/* @__PURE__ */al.jsx(Pl,{className:xl(El({size:"icon",variant:"outline"}),"my-1 flex size-6 items-center justify-center rounded-full border border-muted border-solid p-0 transition-all hover:scale-125",!t&&"border-transparent",r&&"border-2 border-primary",e),style:{backgroundColor:o},onSelect:e=>{e.preventDefault(),n(o)},...a});return s?/* @__PURE__ */al.jsxs(Dl,{children:[
212
+ /* @__PURE__ */al.jsx(Tl,{children:l}),
213
+ /* @__PURE__ */al.jsx(Al,{className:"mb-1 capitalize",children:s})]}):l}function sd({className:e,color:t,colors:r,updateColor:s,...n}){/* @__PURE__ */
214
+ return al.jsx("div",{className:xl("grid grid-cols-[repeat(10,1fr)] place-items-center gap-x-1",e),...n,children:/* @__PURE__ */al.jsxs(Il,{children:[r.map(({isBrightColor:e,name:r,value:n})=>/* @__PURE__ */al.jsx(rd,{name:r,value:n,isBrightColor:e,isSelected:t===n,updateColor:s},r??n)),n.children]})})}const nd=[{isBrightColor:!1,name:"black",value:"#000000"},{isBrightColor:!1,name:"dark grey 4",value:"#434343"},{isBrightColor:!1,name:"dark grey 3",value:"#666666"},{isBrightColor:!1,name:"dark grey 2",value:"#999999"},{isBrightColor:!1,name:"dark grey 1",value:"#B7B7B7"},{isBrightColor:!1,name:"grey",value:"#CCCCCC"},{isBrightColor:!1,name:"light grey 1",value:"#D9D9D9"},{isBrightColor:!0,name:"light grey 2",value:"#EFEFEF"},{isBrightColor:!0,name:"light grey 3",value:"#F3F3F3"},{isBrightColor:!0,name:"white",value:"#FFFFFF"},{isBrightColor:!1,name:"red berry",value:"#980100"},{isBrightColor:!1,name:"red",value:"#FE0000"},{isBrightColor:!1,name:"orange",value:"#FE9900"},{isBrightColor:!0,name:"yellow",value:"#FEFF00"},{isBrightColor:!1,name:"green",value:"#00FF00"},{isBrightColor:!1,name:"cyan",value:"#00FFFF"},{isBrightColor:!1,name:"cornflower blue",value:"#4B85E8"},{isBrightColor:!1,name:"blue",value:"#1300FF"},{isBrightColor:!1,name:"purple",value:"#9900FF"},{isBrightColor:!1,name:"magenta",value:"#FF00FF"},{isBrightColor:!1,name:"light red berry 3",value:"#E6B8AF"},{isBrightColor:!1,name:"light red 3",value:"#F4CCCC"},{isBrightColor:!0,name:"light orange 3",value:"#FCE4CD"},{isBrightColor:!0,name:"light yellow 3",value:"#FFF2CC"},{isBrightColor:!0,name:"light green 3",value:"#D9EAD3"},{isBrightColor:!1,name:"light cyan 3",value:"#D0DFE3"},{isBrightColor:!1,name:"light cornflower blue 3",value:"#C9DAF8"},{isBrightColor:!0,name:"light blue 3",value:"#CFE1F3"},{isBrightColor:!0,name:"light purple 3",value:"#D9D2E9"},{isBrightColor:!0,name:"light magenta 3",value:"#EAD1DB"},{isBrightColor:!1,name:"light red berry 2",value:"#DC7E6B"},{isBrightColor:!1,name:"light red 2",value:"#EA9999"},{isBrightColor:!1,name:"light orange 2",value:"#F9CB9C"},{isBrightColor:!0,name:"light yellow 2",value:"#FFE598"},{isBrightColor:!1,name:"light green 2",value:"#B7D6A8"},{isBrightColor:!1,name:"light cyan 2",value:"#A1C4C9"},{isBrightColor:!1,name:"light cornflower blue 2",value:"#A4C2F4"},{isBrightColor:!1,name:"light blue 2",value:"#9FC5E8"},{isBrightColor:!1,name:"light purple 2",value:"#B5A7D5"},{isBrightColor:!1,name:"light magenta 2",value:"#D5A6BD"},{isBrightColor:!1,name:"light red berry 1",value:"#CC4125"},{isBrightColor:!1,name:"light red 1",value:"#E06666"},{isBrightColor:!1,name:"light orange 1",value:"#F6B26B"},{isBrightColor:!1,name:"light yellow 1",value:"#FFD966"},{isBrightColor:!1,name:"light green 1",value:"#93C47D"},{isBrightColor:!1,name:"light cyan 1",value:"#76A5AE"},{isBrightColor:!1,name:"light cornflower blue 1",value:"#6C9EEB"},{isBrightColor:!1,name:"light blue 1",value:"#6FA8DC"},{isBrightColor:!1,name:"light purple 1",value:"#8D7CC3"},{isBrightColor:!1,name:"light magenta 1",value:"#C27BA0"},{isBrightColor:!1,name:"dark red berry 1",value:"#A61B00"},{isBrightColor:!1,name:"dark red 1",value:"#CC0000"},{isBrightColor:!1,name:"dark orange 1",value:"#E59138"},{isBrightColor:!1,name:"dark yellow 1",value:"#F1C231"},{isBrightColor:!1,name:"dark green 1",value:"#6AA74F"},{isBrightColor:!1,name:"dark cyan 1",value:"#45818E"},{isBrightColor:!1,name:"dark cornflower blue 1",value:"#3B78D8"},{isBrightColor:!1,name:"dark blue 1",value:"#3E84C6"},{isBrightColor:!1,name:"dark purple 1",value:"#664EA6"},{isBrightColor:!1,name:"dark magenta 1",value:"#A64D78"},{isBrightColor:!1,name:"dark red berry 2",value:"#84200D"},{isBrightColor:!1,name:"dark red 2",value:"#990001"},{isBrightColor:!1,name:"dark orange 2",value:"#B45F05"},{isBrightColor:!1,name:"dark yellow 2",value:"#BF9002"},{isBrightColor:!1,name:"dark green 2",value:"#38761D"},{isBrightColor:!1,name:"dark cyan 2",value:"#124F5C"},{isBrightColor:!1,name:"dark cornflower blue 2",value:"#1155CB"},{isBrightColor:!1,name:"dark blue 2",value:"#0C5394"},{isBrightColor:!1,name:"dark purple 2",value:"#351C75"},{isBrightColor:!1,name:"dark magenta 2",value:"#741B47"},{isBrightColor:!1,name:"dark red berry 3",value:"#5B0F00"},{isBrightColor:!1,name:"dark red 3",value:"#660000"},{isBrightColor:!1,name:"dark orange 3",value:"#783F04"},{isBrightColor:!1,name:"dark yellow 3",value:"#7E6000"},{isBrightColor:!1,name:"dark green 3",value:"#274E12"},{isBrightColor:!1,name:"dark cyan 3",value:"#0D343D"},{isBrightColor:!1,name:"dark cornflower blue 3",value:"#1B4487"},{isBrightColor:!1,name:"dark blue 3",value:"#083763"},{isBrightColor:!1,name:"dark purple 3",value:"#1F124D"},{isBrightColor:!1,name:"dark magenta 3",value:"#4C1130"}],od=[{isBrightColor:!1,name:"dark orange 3",value:"#783F04"},{isBrightColor:!1,name:"dark grey 3",value:"#666666"},{isBrightColor:!1,name:"dark grey 2",value:"#999999"},{isBrightColor:!1,name:"light cornflower blue 1",value:"#6C9EEB"},{isBrightColor:!1,name:"dark magenta 3",value:"#4C1130"}];function ad(e){const t=m(),r=f(e=>0===e.history.redos.length,[]);/* @__PURE__ */
215
+ return al.jsx(ei,{...e,disabled:r,onClick:()=>t.redo(),onMouseDown:e=>e.preventDefault(),tooltip:"Redo",children:/* @__PURE__ */al.jsx(Pt,{})})}function ld(e){const t=m(),r=f(e=>0===e.history.undos.length,[]);/* @__PURE__ */
216
+ return al.jsx(ei,{...e,disabled:r,onClick:()=>t.undo(),onMouseDown:e=>e.preventDefault(),tooltip:"Undo",children:/* @__PURE__ */al.jsx(Lt,{})})}function id(e){const{props:t}=Nn();/* @__PURE__ */
217
+ return al.jsx(ei,{...e,...t,tooltip:"Indent",children:/* @__PURE__ */al.jsx(Vt,{})})}function cd(e){const{props:t}=kn();/* @__PURE__ */
218
+ return al.jsx(ei,{...e,...t,tooltip:"Outdent",children:/* @__PURE__ */al.jsx(Ht,{})})}const dd="action_three_columns",ud=(e,t)=>{e.tf.insertNodes(e.api.create.block({indent:1,listStyleType:t}),{select:!0})},md={[U.listTodo]:ud,[U.ol]:ud,[U.ul]:ud,[dd]:e=>Ds(e,{columns:3,select:!0}),[U.audio]:e=>Zn(e,{select:!0}),[U.callout]:e=>zn(e,{select:!0}),[U.codeBlock]:e=>ze(e,{select:!0}),[U.equation]:e=>Pn(e,{select:!0}),[U.excalidraw]:e=>Bn(e,{},{select:!0}),[U.file]:e=>Kn(e,{select:!0}),[U.img]:e=>Wn(e,{select:!0,type:U.img}),[U.mediaEmbed]:e=>Wn(e,{select:!0,type:U.mediaEmbed}),[U.table]:e=>e.getTransforms(eo).insert.table({},{select:!0}),[U.toc]:e=>uo(e,{select:!0}),[U.video]:e=>$n(e,{select:!0})},hd={[U.date]:e=>Sn(e,{select:!0}),[U.inlineEquation]:e=>Hn(e,"",{select:!0}),[U.link]:e=>In(e,{focused:!0})},xd=(e,t,r={})=>{const{upsert:s=!1}=r;e.tf.withoutNormalizing(()=>{const r=e.api.block();if(!r)return;const[n,o]=r,a=e.api.isEmpty(n),l=jd(n),i=t===l;s&&a&&i||(t in md?md[t](e,t):e.tf.insertNodes(e.api.create.block({type:t}),{at:K.next(o),select:!0}),i||e.getApi(Qn).suggestion.withoutSuggestions(()=>{e.tf.removeNodes({previousEmptyBlock:!0})}))})},pd=(e,t)=>{hd[t]&&hd[t](e,t)},fd=(e,t,r)=>{e.tf.setNodes(e.api.create.block({indent:1,listStyleType:t}),{at:r[1]})},gd={[U.listTodo]:fd,[U.ol]:fd,[U.ul]:fd,[dd]:e=>Ts(e,{columns:3}),[U.codeBlock]:e=>_e(e)},jd=e=>e[U.listType]?e[U.listType]===U.ol?U.ol:e[U.listType]===U.listTodo?U.listTodo:U.ul:e.type,bd=[{group:"Basic blocks",items:[{icon:/* @__PURE__ */al.jsx(Ut,{}),label:"Paragraph",value:U.p},{icon:/* @__PURE__ */al.jsx(qt,{}),label:"Heading 1",value:"h1"},{icon:/* @__PURE__ */al.jsx($t,{}),label:"Heading 2",value:"h2"},{icon:/* @__PURE__ */al.jsx(Wt,{}),label:"Heading 3",value:"h3"},{icon:/* @__PURE__ */al.jsx(Kt,{}),label:"Table",value:U.table}].map(e=>({...e,onSelect:(e,t)=>{xd(e,t)}}))},{group:"Lists",items:[{icon:/* @__PURE__ */al.jsx(Zt,{}),label:"Bulleted list",value:U.ul},{icon:/* @__PURE__ */al.jsx(Gt,{}),label:"Numbered list",value:U.ol}].map(e=>({...e,onSelect:(e,t)=>{xd(e,t)}}))},{group:"Media",items:[{icon:/* @__PURE__ */al.jsx(Yt,{}),label:"Image",value:U.img}].map(e=>({...e,onSelect:(e,t)=>{xd(e,t)}}))},{group:"Inline",items:[{icon:/* @__PURE__ */al.jsx(Jt,{}),label:"Link",value:U.link}].map(e=>({...e,onSelect:(e,t)=>{pd(e,t)}}))}];function vd(t){const r=m(),[s,n]=e.useState(!1);/* @__PURE__ */
219
+ return al.jsxs(Ol,{open:s,onOpenChange:n,modal:!1,...t,children:[
220
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ei,{pressed:s,tooltip:"Insert",isDropdown:!0,children:/* @__PURE__ */al.jsx(Rt,{})})}),
221
+ /* @__PURE__ */al.jsx(Rl,{className:"flex max-h-[500px] min-w-0 flex-col overflow-y-auto",align:"start",children:bd.map(({group:e,items:t})=>/* @__PURE__ */al.jsx(ii,{label:e,children:t.map(({icon:e,label:t,value:s,onSelect:n})=>/* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",onSelect:()=>{n(r,s),r.tf.focus()},children:[e,t]},s))},e))})]})}function yd(e){const t=Dn(),{props:r}=Tn(t);/* @__PURE__ */
222
+ return al.jsx(ei,{...e,...r,"data-plate-focus":!0,tooltip:"Link",children:/* @__PURE__ */al.jsx(Xt,{})})}function wd(){const t=m(),[r,s]=e.useState(!1),n=f(e=>Te(e,[Ae.Disc,Ae.Circle,Ae.Square]),[]);/* @__PURE__ */
223
+ return al.jsxs(ri,{pressed:r,children:[
224
+ /* @__PURE__ */al.jsx(si,{className:"data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",onClick:()=>{Ie(t,{listStyleType:Ae.Disc})},"data-state":n?"on":"off",children:/* @__PURE__ */al.jsx(er,{className:"size-4"})}),
225
+ /* @__PURE__ */al.jsxs(Ol,{open:r,onOpenChange:s,modal:!1,children:[
226
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ni,{})}),
227
+ /* @__PURE__ */al.jsx(Rl,{align:"start",alignOffset:-32,children:/* @__PURE__ */al.jsxs(Ll,{children:[
228
+ /* @__PURE__ */al.jsx(Pl,{onClick:()=>Ie(t,{listStyleType:Ae.Disc}),children:/* @__PURE__ */al.jsxs("div",{className:"flex items-center gap-2",children:[
229
+ /* @__PURE__ */al.jsx("div",{className:"size-2 rounded-full border border-current bg-current"}),"Default"]})}),
230
+ /* @__PURE__ */al.jsx(Pl,{onClick:()=>Ie(t,{listStyleType:Ae.Circle}),children:/* @__PURE__ */al.jsxs("div",{className:"flex items-center gap-2",children:[
231
+ /* @__PURE__ */al.jsx("div",{className:"size-2 rounded-full border border-current"}),"Circle"]})}),
232
+ /* @__PURE__ */al.jsx(Pl,{onClick:()=>Ie(t,{listStyleType:Ae.Square}),children:/* @__PURE__ */al.jsxs("div",{className:"flex items-center gap-2",children:[
233
+ /* @__PURE__ */al.jsx("div",{className:"size-2 border border-current bg-current"}),"Square"]})})]})})]})]})}function kd(){const t=m(),[r,s]=e.useState(!1),n=f(e=>Te(e,[Ae.Decimal,Ae.LowerAlpha,Ae.UpperAlpha,Ae.LowerRoman,Ae.UpperRoman]),[]);/* @__PURE__ */
234
+ return al.jsxs(ri,{pressed:r,children:[
235
+ /* @__PURE__ */al.jsx(si,{className:"data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",onClick:()=>Ie(t,{listStyleType:Ae.Decimal}),"data-state":n?"on":"off",children:/* @__PURE__ */al.jsx(Qt,{className:"size-4"})}),
236
+ /* @__PURE__ */al.jsxs(Ol,{open:r,onOpenChange:s,modal:!1,children:[
237
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ni,{})}),
238
+ /* @__PURE__ */al.jsx(Rl,{align:"start",alignOffset:-32,children:/* @__PURE__ */al.jsxs(Ll,{children:[
239
+ /* @__PURE__ */al.jsx(Pl,{onSelect:()=>Ie(t,{listStyleType:Ae.Decimal}),children:"Decimal (1, 2, 3)"}),
240
+ /* @__PURE__ */al.jsx(Pl,{onSelect:()=>Ie(t,{listStyleType:Ae.LowerAlpha}),children:"Lower Alpha (a, b, c)"}),
241
+ /* @__PURE__ */al.jsx(Pl,{onSelect:()=>Ie(t,{listStyleType:"turkish-lower-alpha"}),children:"Lower Alpha - Turkish (a, b, c, ç)"}),
242
+ /* @__PURE__ */al.jsx(Pl,{onSelect:()=>Ie(t,{listStyleType:Ae.UpperAlpha}),children:"Upper Alpha (A, B, C)"}),
243
+ /* @__PURE__ */al.jsx(Pl,{onSelect:()=>Ie(t,{listStyleType:"turkish-upper-alpha"}),children:"Upper Alpha - Turkish (A, B, C, Ç)"}),
244
+ /* @__PURE__ */al.jsx(Pl,{onSelect:()=>Ie(t,{listStyleType:Ae.LowerRoman}),children:"Lower Roman (i, ii, iii)"}),
245
+ /* @__PURE__ */al.jsx(Pl,{onSelect:()=>Ie(t,{listStyleType:Ae.UpperRoman}),children:"Upper Roman (I, II, III)"})]})})]})]})}function Nd({clear:e,nodeType:t,...r}){const s=y({clear:e,nodeType:t}),{props:n}=w(s);/* @__PURE__ */
246
+ return al.jsx(ei,{...r,...n})}function Cd({...e}){/* @__PURE__ */
247
+ return al.jsx(ns.Root,{"data-slot":"alert-dialog",...e})}function zd({...e}){/* @__PURE__ */
248
+ return al.jsx(ns.Portal,{"data-slot":"alert-dialog-portal",...e})}function _d({className:e,...t}){/* @__PURE__ */
249
+ return al.jsx(ns.Overlay,{"data-slot":"alert-dialog-overlay",className:xl("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",e),...t})}function Sd({className:e,size:t="default",...r}){/* @__PURE__ */
250
+ return al.jsxs(zd,{children:[
251
+ /* @__PURE__ */al.jsx(_d,{}),
252
+ /* @__PURE__ */al.jsx(ns.Content,{"data-slot":"alert-dialog-content","data-size":t,className:xl("bg-background data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 group/alert-dialog-content fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-6 shadow-lg duration-200 data-[size=sm]:max-w-xs data-[size=default]:sm:max-w-lg",e),...r})]})}function Ed({className:e,...t}){/* @__PURE__ */
253
+ return al.jsx("div",{"data-slot":"alert-dialog-header",className:xl("grid grid-rows-[auto_1fr] place-items-center gap-1.5 text-center has-data-[slot=alert-dialog-media]:grid-rows-[auto_auto_1fr] has-data-[slot=alert-dialog-media]:gap-x-6 sm:group-data-[size=default]/alert-dialog-content:place-items-start sm:group-data-[size=default]/alert-dialog-content:text-left sm:group-data-[size=default]/alert-dialog-content:has-data-[slot=alert-dialog-media]:grid-rows-[auto_1fr]",e),...t})}function Bd({className:e,...t}){/* @__PURE__ */
254
+ return al.jsx("div",{"data-slot":"alert-dialog-footer",className:xl("flex flex-col-reverse gap-2 group-data-[size=sm]/alert-dialog-content:grid group-data-[size=sm]/alert-dialog-content:grid-cols-2 sm:flex-row sm:justify-end",e),...t})}function Id({className:e,...t}){/* @__PURE__ */
255
+ return al.jsx(ns.Title,{"data-slot":"alert-dialog-title",className:xl("text-lg font-semibold sm:group-data-[size=default]/alert-dialog-content:group-has-data-[slot=alert-dialog-media]/alert-dialog-content:col-start-2",e),...t})}function Dd({className:e,...t}){/* @__PURE__ */
256
+ return al.jsx(ns.Description,{"data-slot":"alert-dialog-description",className:xl("text-muted-foreground text-sm",e),...t})}function Td({className:e,variant:t="default",size:r="default",...s}){/* @__PURE__ */
257
+ return al.jsx(Bl,{variant:t,size:r,asChild:!0,children:/* @__PURE__ */al.jsx(ns.Action,{"data-slot":"alert-dialog-action",className:xl(e),...s})})}function Ad({className:e,variant:t="outline",size:r="default",...s}){/* @__PURE__ */
258
+ return al.jsx(Bl,{variant:t,size:r,asChild:!0,children:/* @__PURE__ */al.jsx(ns.Cancel,{"data-slot":"alert-dialog-cancel",className:xl(e),...s})})}function Od({className:e,type:t,...r}){/* @__PURE__ */
259
+ return al.jsx("input",{type:t,"data-slot":"input",className:xl("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",e),...r})}const Fd={[U.audio]:{accept:["audio/*"],icon:/* @__PURE__ */al.jsx(nr,{className:"size-4"}),title:"Insert Audio",tooltip:"Audio"},[U.file]:{accept:["*"],icon:/* @__PURE__ */al.jsx(sr,{className:"size-4"}),title:"Insert File",tooltip:"File"},[U.img]:{accept:["image/*"],icon:/* @__PURE__ */al.jsx(Yt,{className:"size-4"}),title:"Insert Image",tooltip:"Image"},[U.video]:{accept:["video/*"],icon:/* @__PURE__ */al.jsx(rr,{className:"size-4"}),title:"Insert Video",tooltip:"Video"}};function Md({nodeType:t,...r}){const s=Fd[t],n=m(),[o,a]=e.useState(!1),[l,i]=e.useState(!1),{openFilePicker:c}=jo({accept:s.accept,multiple:!0,onFilesSelected:({plainFiles:e})=>{n.getTransforms(nn).insert.media(e)}});/* @__PURE__ */
260
+ return al.jsxs(al.Fragment,{children:[
261
+ /* @__PURE__ */al.jsxs(ri,{onClick:()=>{c()},onKeyDown:e=>{"ArrowDown"===e.key&&(e.preventDefault(),a(!0))},pressed:o,children:[
262
+ /* @__PURE__ */al.jsx(si,{children:s.icon}),
263
+ /* @__PURE__ */al.jsxs(Ol,{open:o,onOpenChange:a,modal:!1,...r,children:[
264
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ni,{})}),
265
+ /* @__PURE__ */al.jsx(Rl,{onClick:e=>e.stopPropagation(),align:"start",alignOffset:-32,children:/* @__PURE__ */al.jsxs(Ll,{children:[
266
+ /* @__PURE__ */al.jsxs(Pl,{onSelect:()=>c(),children:[s.icon,"Upload from computer"]}),
267
+ /* @__PURE__ */al.jsxs(Pl,{onSelect:()=>i(!0),children:[
268
+ /* @__PURE__ */al.jsx(tr,{}),"Insert via URL"]})]})})]})]}),
269
+ /* @__PURE__ */al.jsx(Cd,{open:l,onOpenChange:e=>{i(e)},children:/* @__PURE__ */al.jsx(Sd,{className:"gap-6",children:/* @__PURE__ */al.jsx(Rd,{currentConfig:s,nodeType:t,setOpen:i})})})]})}function Rd({currentConfig:t,nodeType:r,setOpen:s}){const n=m(),[o,a]=e.useState(""),l=e.useCallback(()=>{if(!Q(o))return go.error("Invalid URL");s(!1),n.tf.insertNodes({children:[{text:""}],name:r===U.file?o.split("/").pop():void 0,type:r,url:o})},[o,n,r,s]);/* @__PURE__ */
270
+ return al.jsxs(al.Fragment,{children:[
271
+ /* @__PURE__ */al.jsx(Ed,{children:/* @__PURE__ */al.jsx(Id,{children:t.title})}),
272
+ /* @__PURE__ */al.jsxs(Dd,{className:"group relative w-full",children:[
273
+ /* @__PURE__ */al.jsx("label",{className:"-translate-y-1/2 absolute top-1/2 block cursor-text px-1 text-muted-foreground/70 text-sm transition-all group-focus-within:pointer-events-none group-focus-within:top-0 group-focus-within:cursor-default group-focus-within:font-medium group-focus-within:text-foreground group-focus-within:text-xs has-[+input:not(:placeholder-shown)]:pointer-events-none has-[+input:not(:placeholder-shown)]:top-0 has-[+input:not(:placeholder-shown)]:cursor-default has-[+input:not(:placeholder-shown)]:font-medium has-[+input:not(:placeholder-shown)]:text-foreground has-[+input:not(:placeholder-shown)]:text-xs",htmlFor:"url",children:/* @__PURE__ */al.jsx("span",{className:"inline-flex bg-background px-2",children:"URL"})}),
274
+ /* @__PURE__ */al.jsx(Od,{id:"url",className:"w-full",value:o,onChange:e=>a(e.target.value),onKeyDown:e=>{"Enter"===e.key&&l()},placeholder:"",type:"url",autoFocus:!0})]}),
275
+ /* @__PURE__ */al.jsxs(Bd,{children:[
276
+ /* @__PURE__ */al.jsx(Ad,{children:"Cancel"}),
277
+ /* @__PURE__ */al.jsx(Td,{onClick:e=>{e.preventDefault(),l()},children:"Accept"})]})]})}function Ld(t){const r=m(),[s,n]=e.useState(!1);/* @__PURE__ */
278
+ return al.jsxs(Ol,{open:s,onOpenChange:n,modal:!1,...t,children:[
279
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ei,{pressed:s,tooltip:"Insert",children:/* @__PURE__ */al.jsx(or,{})})}),
280
+ /* @__PURE__ */al.jsx(Rl,{className:"ignore-click-outside/toolbar flex max-h-[500px] min-w-[180px] flex-col overflow-y-auto",align:"start",children:/* @__PURE__ */al.jsxs(Ll,{children:[
281
+ /* @__PURE__ */al.jsxs(Pl,{onSelect:()=>{r.tf.toggleMark(U.sup,{remove:U.sub}),r.tf.focus()},children:[
282
+ /* @__PURE__ */al.jsx(ar,{}),"Superscript"]}),
283
+ /* @__PURE__ */al.jsxs(Pl,{onSelect:()=>{r.tf.toggleMark(U.sub,{remove:U.sup}),r.tf.focus()},children:[
284
+ /* @__PURE__ */al.jsx(lr,{}),"Subscript"]})]})})]})}function Pd(t){const r=f(e=>e.api.some({match:{type:U.table}}),[]),{editor:s,tf:n}=i(eo),[o,a]=e.useState(!1),l=to();/* @__PURE__ */
285
+ return al.jsxs(Ol,{open:o,onOpenChange:a,modal:!1,...t,children:[
286
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ei,{pressed:o,tooltip:"Table",isDropdown:!0,children:/* @__PURE__ */al.jsx(ir,{})})}),
287
+ /* @__PURE__ */al.jsx(Rl,{className:"flex w-[180px] min-w-0 flex-col",align:"start",children:/* @__PURE__ */al.jsxs(Ll,{children:[
288
+ /* @__PURE__ */al.jsxs(Wl,{children:[
289
+ /* @__PURE__ */al.jsxs(Kl,{className:"gap-2 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",children:[
290
+ /* @__PURE__ */al.jsx(cr,{className:"size-4"}),
291
+ /* @__PURE__ */al.jsx("span",{children:"Table"})]}),
292
+ /* @__PURE__ */al.jsx(Zl,{className:"m-0 p-0",children:/* @__PURE__ */al.jsx(Hd,{})})]}),
293
+ /* @__PURE__ */al.jsxs(Wl,{children:[
294
+ /* @__PURE__ */al.jsxs(Kl,{className:"gap-2 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",disabled:!r,children:[
295
+ /* @__PURE__ */al.jsx("div",{className:"size-4"}),
296
+ /* @__PURE__ */al.jsx("span",{children:"Cell"})]}),
297
+ /* @__PURE__ */al.jsxs(Zl,{children:[
298
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!l.canMerge,onSelect:()=>{n.table.merge(),s.tf.focus()},children:[
299
+ /* @__PURE__ */al.jsx(dr,{}),"Merge cells"]}),
300
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!l.canSplit,onSelect:()=>{n.table.split(),s.tf.focus()},children:[
301
+ /* @__PURE__ */al.jsx(ur,{}),"Split cell"]})]})]}),
302
+ /* @__PURE__ */al.jsxs(Wl,{children:[
303
+ /* @__PURE__ */al.jsxs(Kl,{className:"gap-2 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",disabled:!r,children:[
304
+ /* @__PURE__ */al.jsx("div",{className:"size-4"}),
305
+ /* @__PURE__ */al.jsx("span",{children:"Row"})]}),
306
+ /* @__PURE__ */al.jsxs(Zl,{children:[
307
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.insert.tableRow({before:!0}),s.tf.focus()},children:[
308
+ /* @__PURE__ */al.jsx(mr,{}),"Insert row before"]}),
309
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.insert.tableRow(),s.tf.focus()},children:[
310
+ /* @__PURE__ */al.jsx(hr,{}),"Insert row after"]}),
311
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.remove.tableRow(),s.tf.focus()},children:[
312
+ /* @__PURE__ */al.jsx(pt,{}),"Delete row"]})]})]}),
313
+ /* @__PURE__ */al.jsxs(Wl,{children:[
314
+ /* @__PURE__ */al.jsxs(Kl,{className:"gap-2 data-[disabled]:pointer-events-none data-[disabled]:opacity-50",disabled:!r,children:[
315
+ /* @__PURE__ */al.jsx("div",{className:"size-4"}),
316
+ /* @__PURE__ */al.jsx("span",{children:"Column"})]}),
317
+ /* @__PURE__ */al.jsxs(Zl,{children:[
318
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.insert.tableColumn({before:!0}),s.tf.focus()},children:[
319
+ /* @__PURE__ */al.jsx(xr,{}),"Insert column before"]}),
320
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.insert.tableColumn(),s.tf.focus()},children:[
321
+ /* @__PURE__ */al.jsx(pr,{}),"Insert column after"]}),
322
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.remove.tableColumn(),s.tf.focus()},children:[
323
+ /* @__PURE__ */al.jsx(pt,{}),"Delete column"]})]})]}),
324
+ /* @__PURE__ */al.jsxs(Pl,{className:"min-w-[180px]",disabled:!r,onSelect:()=>{n.remove.table(),s.tf.focus()},children:[
325
+ /* @__PURE__ */al.jsx(Et,{}),"Delete table"]})]})})]})}function Hd(){const{editor:t,tf:r}=i(eo),[s,n]=e.useState({grid:Array.from({length:8},()=>Array.from({length:8}).fill(0)),size:{colCount:0,rowCount:0}});/* @__PURE__ */
326
+ return al.jsxs("div",{className:"flex! m-0 flex-col p-0",onClick:()=>{r.insert.table(s.size,{select:!0}),t.tf.focus()},role:"button",children:[
327
+ /* @__PURE__ */al.jsx("div",{className:"grid size-[130px] grid-cols-8 gap-0.5 p-1",children:s.grid.map((e,t)=>e.map((e,r)=>/* @__PURE__ */al.jsx("div",{className:xl("col-span-1 size-3 border border-solid bg-secondary",!!e&&"border-current"),onMouseMove:()=>{((e,t)=>{const r=[...s.grid];for(let s=0;s<r.length;s++)for(let n=0;n<r[s].length;n++)r[s][n]=s>=0&&s<=e&&n>=0&&n<=t?1:0;n({grid:r,size:{colCount:t+1,rowCount:e+1}})})(t,r)}},`(${t},${r})`)))}),
328
+ /* @__PURE__ */al.jsxs("div",{className:"text-center text-current text-xs",children:[s.size.rowCount," x ",s.size.colCount]})]})}const Vd=[{icon:/* @__PURE__ */al.jsx(Ut,{}),keywords:["paragraph"],label:"Text",value:U.p},{icon:/* @__PURE__ */al.jsx(qt,{}),keywords:["title","h1"],label:"Heading 1",value:"h1"},{icon:/* @__PURE__ */al.jsx($t,{}),keywords:["subtitle","h2"],label:"Heading 2",value:"h2"},{icon:/* @__PURE__ */al.jsx(Wt,{}),keywords:["subtitle","h3"],label:"Heading 3",value:"h3"},{icon:/* @__PURE__ */al.jsx(fr,{}),keywords:["subtitle","h4"],label:"Heading 4",value:"h4"},{icon:/* @__PURE__ */al.jsx(gr,{}),keywords:["subtitle","h5"],label:"Heading 5",value:"h5"},{icon:/* @__PURE__ */al.jsx(jr,{}),keywords:["subtitle","h6"],label:"Heading 6",value:"h6"},{icon:/* @__PURE__ */al.jsx(Zt,{}),keywords:["unordered","ul","-"],label:"Bulleted list",value:U.ul},{icon:/* @__PURE__ */al.jsx(Gt,{}),keywords:["ordered","ol","1"],label:"Numbered list",value:U.ol}];function Ud(t){const r=m(),[s,n]=e.useState(!1),o=v({defaultValue:U.p,getProp:e=>jd(e)}),a=e.useMemo(()=>Vd.find(e=>e.value===(o??U.p))??Vd[0],[o]);/* @__PURE__ */
329
+ return al.jsxs(Ol,{open:s,onOpenChange:n,modal:!1,...t,children:[
330
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ei,{className:"min-w-[125px]",pressed:s,tooltip:"Turn into",isDropdown:!0,children:a.label})}),
331
+ /* @__PURE__ */al.jsx(Rl,{className:"ignore-click-outside/toolbar min-w-0",onCloseAutoFocus:e=>{e.preventDefault(),r.tf.focus()},align:"start",children:/* @__PURE__ */al.jsx(ii,{value:o,onValueChange:e=>{((e,t,{at:r}={})=>{e.tf.withoutNormalizing(()=>{const s=r=>{const[s,n]=r;if(s[U.listType]&&e.tf.unsetNodes([U.listType,"indent"],{at:n}),t in gd)return gd[t](e,t,r);s.type!==t&&e.tf.setNodes({type:t},{at:n})};if(r){const t=e.api.node(r);if(t)return void s(t)}e.api.blocks({mode:"lowest"}).forEach(e=>{s(e)})})})(r,e)},label:"Turn into",children:Vd.map(({icon:e,label:t,value:r})=>/* @__PURE__ */al.jsxs(Ul,{className:"min-w-[180px] pl-2 *:first:[span]:hidden",value:r,children:[
332
+ /* @__PURE__ */al.jsx("span",{className:"pointer-events-none absolute right-2 flex size-3.5 items-center justify-center",children:/* @__PURE__ */al.jsx(cs,{children:/* @__PURE__ */al.jsx(mt,{})})}),e,t]},r))})})]})}const qd=e.createContext(void 0);function $d({children:e,isFullscreen:t,onToggleFullscreen:r}){/* @__PURE__ */
333
+ return al.jsx(qd.Provider,{value:{isFullscreen:t,onToggleFullscreen:r},children:e})}function Wd(){const t=e.useContext(qd);if(void 0===t)throw new Error("useFullscreen must be used within a FullscreenProvider");return t}function Kd(e){const{isFullscreen:t,onToggleFullscreen:r}=Wd();/* @__PURE__ */
334
+ return al.jsx(ei,{...e,onClick:r,onMouseDown:e=>e.preventDefault(),tooltip:t?"Exit fullscreen":"Enter fullscreen",pressed:t,children:t?/* @__PURE__ */al.jsx(br,{}):/* @__PURE__ */al.jsx(vr,{})})}const Zd=e.createContext(null);function Gd(){return e.useContext(Zd)}function Yd(){const e=m(),t=Gd();if(!t)return null;const r={open:()=>{},onSelect:t=>{e.tf.insertNodes({children:[{text:""}],type:U.img,url:t.url,alt:t.alt,width:t.width,height:t.height})}};/* @__PURE__ */
335
+ return al.jsx(al.Fragment,{children:t(r)})}const Jd="Insert Image";function Xd({setOpen:t}){const r=m(),[s,n]=e.useState(""),o=e.useCallback(()=>{if(!Q(s))return go.error("Invalid URL");t(!1),r.tf.insertNodes({children:[{text:""}],name:void 0,type:U.img,url:s})},[s,r,t]);/* @__PURE__ */
336
+ return al.jsxs(al.Fragment,{children:[
337
+ /* @__PURE__ */al.jsx(Ed,{children:/* @__PURE__ */al.jsx(Id,{children:Jd})}),
338
+ /* @__PURE__ */al.jsxs(Dd,{className:"group relative w-full",children:[
339
+ /* @__PURE__ */al.jsx("label",{className:"-translate-y-1/2 absolute top-1/2 block cursor-text px-1 text-muted-foreground/70 text-sm transition-all group-focus-within:pointer-events-none group-focus-within:top-0 group-focus-within:cursor-default group-focus-within:font-medium group-focus-within:text-foreground group-focus-within:text-xs has-[+input:not(:placeholder-shown)]:pointer-events-none has-[+input:not(:placeholder-shown)]:top-0 has-[+input:not(:placeholder-shown)]:cursor-default has-[+input:not(:placeholder-shown)]:font-medium has-[+input:not(:placeholder-shown)]:text-foreground has-[+input:not(:placeholder-shown)]:text-xs",htmlFor:"url",children:/* @__PURE__ */al.jsx("span",{className:"inline-flex bg-background px-2",children:"URL"})}),
340
+ /* @__PURE__ */al.jsx(Od,{id:"url",className:"w-full",value:s,onChange:e=>n(e.target.value),onKeyDown:e=>{"Enter"===e.key&&o()},placeholder:"",type:"url",autoFocus:!0})]}),
341
+ /* @__PURE__ */al.jsxs(Bd,{children:[
342
+ /* @__PURE__ */al.jsx(Ad,{children:"Cancel"}),
343
+ /* @__PURE__ */al.jsx(Td,{onClick:e=>{e.preventDefault(),o()},children:"Accept"})]})]})}function Qd(){const[t,r]=e.useState(!1);/* @__PURE__ */
344
+ return al.jsxs(al.Fragment,{children:[
345
+ /* @__PURE__ */al.jsx(ei,{tooltip:"Insert image from URL",onMouseDown:e=>e.preventDefault(),onClick:()=>r(!0),children:/* @__PURE__ */al.jsx(tr,{className:"size-4"})}),
346
+ /* @__PURE__ */al.jsx(Cd,{open:t,onOpenChange:r,children:/* @__PURE__ */al.jsx(Sd,{className:"gap-6",children:/* @__PURE__ */al.jsx(Xd,{setOpen:r})})})]})}function eu(){const e=k(),t=Gd();/* @__PURE__ */
347
+ return al.jsx("div",{className:"flex w-full",children:!e&&/* @__PURE__ */al.jsxs(al.Fragment,{children:[
348
+ /* @__PURE__ */al.jsxs(ai,{children:[
349
+ /* @__PURE__ */al.jsx(ld,{}),
350
+ /* @__PURE__ */al.jsx(ad,{})]}),
351
+ /* @__PURE__ */al.jsx(ai,{children:/* @__PURE__ */al.jsx(Kd,{})}),
352
+ /* @__PURE__ */al.jsx(ai,{children:/* @__PURE__ */al.jsx(vd,{})}),
353
+ /* @__PURE__ */al.jsx(ai,{children:/* @__PURE__ */al.jsx(Ud,{})}),
354
+ /* @__PURE__ */al.jsxs(ai,{children:[
355
+ /* @__PURE__ */al.jsx(Nd,{nodeType:U.bold,tooltip:"Bold (⌘+B)",children:/* @__PURE__ */al.jsx(yr,{})}),
356
+ /* @__PURE__ */al.jsx(Nd,{nodeType:U.italic,tooltip:"Italic (⌘+I)",children:/* @__PURE__ */al.jsx(wr,{})}),
357
+ /* @__PURE__ */al.jsx(Nd,{nodeType:U.underline,tooltip:"Underline (⌘+U)",children:/* @__PURE__ */al.jsx(kr,{})}),
358
+ /* @__PURE__ */al.jsx(Nd,{nodeType:U.strikethrough,tooltip:"Strikethrough (⌘+⇧+M)",children:/* @__PURE__ */al.jsx(Nr,{})}),
359
+ /* @__PURE__ */al.jsx(yd,{})]}),
360
+ /* @__PURE__ */al.jsxs(ai,{children:[
361
+ /* @__PURE__ */al.jsx(Xc,{nodeType:U.color,tooltip:"Text color",children:/* @__PURE__ */al.jsx(Cr,{})}),
362
+ /* @__PURE__ */al.jsx(Xc,{nodeType:U.backgroundColor,tooltip:"Background color",children:/* @__PURE__ */al.jsx(zr,{})})]}),
363
+ /* @__PURE__ */al.jsxs(ai,{children:[
364
+ /* @__PURE__ */al.jsx(fc,{}),
365
+ /* @__PURE__ */al.jsx(kd,{}),
366
+ /* @__PURE__ */al.jsx(wd,{}),
367
+ /* @__PURE__ */al.jsx(cd,{}),
368
+ /* @__PURE__ */al.jsx(id,{})]}),
369
+ /* @__PURE__ */al.jsxs(ai,{children:[
370
+ /* @__PURE__ */al.jsx(Pd,{}),t?/* @__PURE__ */al.jsxs(al.Fragment,{children:[
371
+ /* @__PURE__ */al.jsx(Yd,{}),
372
+ /* @__PURE__ */al.jsx(Qd,{})]}):/* @__PURE__ */al.jsx(Md,{nodeType:U.img})]}),
373
+ /* @__PURE__ */al.jsx(ai,{children:/* @__PURE__ */al.jsx(Ld,{})})]})})}const tu=[N({key:"fixed-toolbar",render:{beforeEditable:()=>/* @__PURE__ */al.jsx(xc,{children:/* @__PURE__ */al.jsx(eu,{})})}})];function ru({children:e,className:t,state:r,...s}){const n=C(),o=z("focus"),a=!!d({key:U.link},"mode"),l=d({key:U.aiChat},"open"),i=bo({editorId:n,focusedEditorId:o,hideToolbar:a||l,...r,floatingOptions:{middleware:[vo(12),yo({fallbackPlacements:["top-start","top-end","bottom-start","bottom-end"],padding:12})],placement:"top",...r?.floatingOptions}}),{clickOutsideRef:c,hidden:u,props:m,ref:h}=wo(i),x=Hs(s.ref,h);return u?null:/* @__PURE__ */al.jsx("div",{ref:c,children:/* @__PURE__ */al.jsx(Yl,{...s,...m,ref:x,className:xl("scrollbar-hide absolute z-50 overflow-x-auto whitespace-nowrap rounded-md border bg-popover p-1 opacity-100 shadow-md print:hidden","max-w-[80vw]",t),children:e})})}function su(){const e=k();/* @__PURE__ */
374
+ return al.jsxs(al.Fragment,{children:[!e&&/* @__PURE__ */al.jsx(al.Fragment,{children:/* @__PURE__ */al.jsxs(ai,{children:[
375
+ /* @__PURE__ */al.jsx(Ud,{}),
376
+ /* @__PURE__ */al.jsx(Nd,{nodeType:U.bold,tooltip:"Bold (⌘+B)",children:/* @__PURE__ */al.jsx(yr,{})}),
377
+ /* @__PURE__ */al.jsx(Nd,{nodeType:U.italic,tooltip:"Italic (⌘+I)",children:/* @__PURE__ */al.jsx(wr,{})}),
378
+ /* @__PURE__ */al.jsx(Nd,{nodeType:U.underline,tooltip:"Underline (⌘+U)",children:/* @__PURE__ */al.jsx(kr,{})}),
379
+ /* @__PURE__ */al.jsx(Nd,{nodeType:U.strikethrough,tooltip:"Strikethrough (⌘+⇧+M)",children:/* @__PURE__ */al.jsx(Nr,{})}),
380
+ /* @__PURE__ */al.jsx(yd,{})]})}),
381
+ /* @__PURE__ */al.jsx(ai,{children:!e&&/* @__PURE__ */al.jsx(Ld,{})})]})}const nu=[N({key:"floating-toolbar",render:{afterEditable:()=>/* @__PURE__ */al.jsx(ru,{children:/* @__PURE__ */al.jsx(su,{})})}})],ou={inject:{targetPlugins:[U.p]}},au=[ue.configure({inject:{...ou.inject,nodeProps:{defaultNodeValue:"black"}}}),me.configure(ou),he.configure(ou),xe.configure(ou)],lu=[pe.configure({inject:{nodeProps:{defaultNodeValue:1.5,validNodeValues:[1,1.2,1.5,2,3]},targetPlugins:[...U.heading,U.p]}})];const iu=et("z-50 w-auto rounded-md border bg-popover p-1 text-popover-foreground shadow-md outline-hidden"),cu=et("flex h-[28px] w-full rounded-md border-none bg-transparent px-1.5 py-1 text-base placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-transparent md:text-sm");function du({state:t}){const r=d({key:U.comment},"activeId"),s=d({key:U.suggestion},"activeId"),n=e.useMemo(()=>({middleware:[vo(8),yo({fallbackPlacements:["bottom-end","top-start","top-end"],padding:12})],placement:s||r?"top-start":"bottom-start"}),[r,s]),o=An({...t,floatingOptions:{...n,...t?.floatingOptions}}),{hidden:a,props:l,ref:i,textInputProps:c}=On(o),u=Fn({...t,floatingOptions:{...n,...t?.floatingOptions}}),{editButtonProps:m,props:h,ref:x,unlinkButtonProps:p}=Mn(u),f=_({preventDefaultOnEnterKeydown:!0});if(a)return null;const g=/* @__PURE__ */al.jsxs("div",{className:"flex w-[330px] flex-col",...f,children:[
382
+ /* @__PURE__ */al.jsxs("div",{className:"flex items-center",children:[
383
+ /* @__PURE__ */al.jsx("div",{className:"flex items-center pr-1 pl-2 text-muted-foreground",children:/* @__PURE__ */al.jsx(Xt,{className:"size-4"})}),
384
+ /* @__PURE__ */al.jsx(Rn,{className:cu(),placeholder:"Paste link","data-plate-focus":!0})]}),
385
+ /* @__PURE__ */al.jsx(Gl,{className:"my-1"}),
386
+ /* @__PURE__ */al.jsxs("div",{className:"flex items-center",children:[
387
+ /* @__PURE__ */al.jsx("div",{className:"flex items-center pr-1 pl-2 text-muted-foreground",children:/* @__PURE__ */al.jsx(_r,{className:"size-4"})}),
388
+ /* @__PURE__ */al.jsx("input",{className:cu(),placeholder:"Text to display","data-plate-focus":!0,...c})]})]}),j=u.isEditing?g:/* @__PURE__ */al.jsxs("div",{className:"box-content flex items-center",children:[
389
+ /* @__PURE__ */al.jsx("button",{className:El({size:"sm",variant:"ghost"}),type:"button",...m,children:"Edit link"}),
390
+ /* @__PURE__ */al.jsx(Gl,{orientation:"vertical"}),
391
+ /* @__PURE__ */al.jsx(uu,{}),
392
+ /* @__PURE__ */al.jsx(Gl,{orientation:"vertical"}),
393
+ /* @__PURE__ */al.jsx("button",{className:El({size:"sm",variant:"ghost"}),type:"button",...p,children:/* @__PURE__ */al.jsx(Sr,{width:18})})]});/* @__PURE__ */
394
+ return al.jsxs(al.Fragment,{children:[
395
+ /* @__PURE__ */al.jsx("div",{ref:i,className:iu(),...l,children:g}),
396
+ /* @__PURE__ */al.jsx("div",{ref:x,className:iu(),...h,children:j})]})}function uu(){const t=m(),r=S(),s=e.useMemo(()=>{const e=t.api.node({match:{type:t.getType(U.link)}});if(!e)return{};const[r]=e;return ko(t,r)},[t,r]);/* @__PURE__ */
397
+ return al.jsx("a",{...s,className:El({size:"sm",variant:"ghost"}),onMouseOver:e=>{e.stopPropagation()},"aria-label":"Open link in a new tab",target:"_blank",children:/* @__PURE__ */al.jsx(Er,{width:18})})}const mu=[Ln.configure({render:{node:function(e){const t=e.editor.getApi(Qn).suggestion.suggestionData(e.element);/* @__PURE__ */
398
+ return al.jsx(r,{...e,as:"a",className:xl("font-medium text-primary underline decoration-primary underline-offset-4","remove"===t?.type&&"bg-red-100 text-red-700","insert"===t?.type&&"bg-emerald-100 text-emerald-700"),attributes:{...e.attributes,...ko(e.editor,e.element),onMouseOver:e=>{e.stopPropagation()}},children:e.children})},afterEditable:()=>/* @__PURE__ */al.jsx(du,{})}})],hu=[Cn.configure({inject:{targetPlugins:[...U.heading,U.p,U.blockquote,U.codeBlock,U.toggle,U.img]},options:{offset:24}})];function xu({className:e,...t}){/* @__PURE__ */
399
+ return al.jsx(as.Root,{"data-slot":"checkbox",className:xl("peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",e),...t,children:/* @__PURE__ */al.jsx(as.Indicator,{"data-slot":"checkbox-indicator",className:"grid place-content-center text-current transition-none",children:/* @__PURE__ */al.jsx(mt,{className:"size-3.5"})})})}const pu={todo:{Li:function(e){/* @__PURE__ */
400
+ return al.jsx("li",{className:xl("list-none",e.element.checked&&"text-muted-foreground line-through"),children:e.children})},Marker:function(e){const t=xo({element:e.element}),{checkboxProps:r}=po(t),n=s();/* @__PURE__ */
401
+ return al.jsx("div",{contentEditable:!1,children:/* @__PURE__ */al.jsx(xu,{className:xl("-left-6 absolute top-1",n&&"pointer-events-none"),...r})})}}};function fu(e){const{listStart:t,listStyleType:r}=e.element,{Li:s,Marker:n}=pu[r]??{},o=Oe(e.element)?"ol":"ul";/* @__PURE__ */
402
+ return al.jsxs(o,{className:"relative m-0 p-0",style:{listStyleType:r},start:t,children:[n&&/* @__PURE__ */al.jsx(n,{...e}),s?/* @__PURE__ */al.jsx(s,{...e}):/* @__PURE__ */al.jsx("li",{children:e.children})]})}const gu=[...hu,fo.configure({inject:{targetPlugins:[...U.heading,U.p,U.blockquote,U.codeBlock,U.toggle,U.img]},render:{belowNodes:e=>{if(e.element.listStyleType)return e=>/* @__PURE__ */al.jsx(fu,{...e})}}})];const ju=E(Eo)({propsHook:Co}),bu=({className:t,isInline:r,open:n,setOpen:o,...a})=>{const l=m(),i=s(),c=h();if(e.useEffect(()=>{r&&n&&o(!0)},[r,n,o]),i)return null;const d=()=>{o(!1),r?l.tf.select(c,{focus:!0,next:!0}):l.getApi(nt).blockSelection.set(c.id)};/* @__PURE__ */
403
+ return al.jsxs(Di,{className:"flex gap-2",onEscapeKeyDown:e=>{e.preventDefault()},contentEditable:!1,children:[
404
+ /* @__PURE__ */al.jsx(ju,{className:xl("max-h-[50vh] grow resize-none p-2 text-sm",t),state:{isInline:r,open:n,onClose:d},autoFocus:!0,...a}),
405
+ /* @__PURE__ */al.jsxs(Bl,{variant:"secondary",className:"px-3",onClick:d,children:["Done ",
406
+ /* @__PURE__ */al.jsx(Ir,{className:"size-3.5"})]})]})},vu=[_o.withComponent(function(t){const s=t.element,o=e.useRef(null),a=n(),l=f(e=>e.api.isCollapsed(),[]),[i,c]=e.useState(a&&l);return e.useEffect(()=>{a&&l&&c(!0)},[a,l]),zo({element:s,katexRef:o,options:{displayMode:!0,errorColor:"#cc0000",fleqn:!1,leqno:!1,macros:{"\\f":"#1f(#2)"},output:"htmlAndMathml",strict:"warn",throwOnError:!1,trust:!1}}),/* @__PURE__ */al.jsxs(r,{...t,className:xl("mx-1 inline-block select-none rounded-sm [&_.katex-display]:my-0!"),children:[
407
+ /* @__PURE__ */al.jsxs(Bi,{open:i,onOpenChange:c,modal:!1,children:[
408
+ /* @__PURE__ */al.jsx(Ii,{asChild:!0,children:/* @__PURE__ */al.jsxs("div",{className:xl('after:-top-0.5 after:-left-1 after:absolute after:inset-0 after:z-1 after:h-[calc(100%)+4px] after:w-[calc(100%+8px)] after:rounded-sm after:content-[""]',"h-6",(s.texExpression.length>0&&i||a)&&"after:bg-brand/15",0===s.texExpression.length&&"text-muted-foreground after:bg-neutral-500/10"),contentEditable:!1,children:[
409
+ /* @__PURE__ */al.jsx("span",{ref:o,className:xl(0===s.texExpression.length&&"hidden","font-mono leading-none")}),0===s.texExpression.length&&/* @__PURE__ */al.jsxs("span",{children:[
410
+ /* @__PURE__ */al.jsx(Br,{className:"mr-1 inline-block h-[19px] w-4 py-[1.5px] align-text-bottom"}),"New equation"]})]})}),
411
+ /* @__PURE__ */al.jsx(bu,{className:"my-auto",open:i,placeholder:"E = mc^2",setOpen:c,isInline:!0})]}),t.children]})}),So.withComponent(function(t){const s=n(),[o,a]=e.useState(s),l=e.useRef(null);return zo({element:t.element,katexRef:l,options:{displayMode:!0,errorColor:"#cc0000",fleqn:!1,leqno:!1,macros:{"\\f":"#1f(#2)"},output:"htmlAndMathml",strict:"warn",throwOnError:!1,trust:!1}}),/* @__PURE__ */al.jsxs(r,{className:"my-1",...t,children:[
412
+ /* @__PURE__ */al.jsxs(Bi,{open:o,onOpenChange:a,modal:!1,children:[
413
+ /* @__PURE__ */al.jsx(Ii,{asChild:!0,children:/* @__PURE__ */al.jsx("div",{className:xl("group flex cursor-pointer select-none items-center justify-center rounded-sm hover:bg-primary/10 data-[selected=true]:bg-primary/10",0===t.element.texExpression.length?"bg-muted p-3 pr-9":"px-2 py-1"),"data-selected":s,contentEditable:!1,role:"button",children:t.element.texExpression.length>0?/* @__PURE__ */al.jsx("span",{ref:l}):/* @__PURE__ */al.jsxs("div",{className:"flex h-7 w-full items-center gap-2 whitespace-nowrap text-muted-foreground text-sm",children:[
414
+ /* @__PURE__ */al.jsx(Br,{className:"size-6 text-muted-foreground/80"}),
415
+ /* @__PURE__ */al.jsx("div",{children:"Add a Tex equation"})]})})}),
416
+ /* @__PURE__ */al.jsx(bu,{open:o,placeholder:"f(x) = \\begin{cases}\n x^2, &\\quad x > 0 \\\\\n 0, &\\quad x = 0 \\\\\n -x^2, &\\quad x < 0\n\\end{cases}",isInline:!1,setOpen:a})]}),t.children]})})],yu=et("max-w-full",{defaultVariants:{align:"center"},variants:{align:{center:"mx-auto",left:"mr-auto",right:"ml-auto"}}});function wu({align:e,className:t,...r}){/* @__PURE__ */
417
+ return al.jsx(Do,{...r,className:xl(yu({align:e}),t)})}function ku(e){/* @__PURE__ */
418
+ return al.jsx(To,{...e,className:xl("mt-2 w-full resize-none border-none bg-inherit p-0 font-[inherit] text-inherit","focus:outline-none focus:[&::placeholder]:opacity-0","text-center print:placeholder:text-transparent",e.className)})}const Nu=Vs(Bl)({propsHook:Io,stateHook:Bo}),Cu=x(Fs,function(e){const{align:t="center",readOnly:s,unsafeUrl:n}=on();/* @__PURE__ */
419
+ return al.jsxs(r,{...e,className:"mb-1",children:[
420
+ /* @__PURE__ */al.jsxs("figure",{className:"group relative cursor-default",contentEditable:!1,children:[
421
+ /* @__PURE__ */al.jsx("div",{className:"h-16",children:/* @__PURE__ */al.jsx("audio",{className:"size-full",src:n,controls:!0})}),
422
+ /* @__PURE__ */al.jsx(wu,{style:{width:"100%"},align:t,children:/* @__PURE__ */al.jsx(ku,{className:"h-20",readOnly:s,placeholder:"Write a caption..."})})]}),e.children]})}),zu=x(Fs,function(e){const t=s(),{name:n,unsafeUrl:o}=on();/* @__PURE__ */
423
+ return al.jsxs(r,{className:"my-px rounded-sm",...e,children:[
424
+ /* @__PURE__ */al.jsxs("a",{className:"group relative m-0 flex cursor-pointer items-center rounded px-0.5 py-[3px] hover:bg-muted",contentEditable:!1,download:n,href:o,rel:"noopener noreferrer",role:"button",target:"_blank",children:[
425
+ /* @__PURE__ */al.jsxs("div",{className:"flex items-center gap-1 p-1",children:[
426
+ /* @__PURE__ */al.jsx(Dr,{className:"size-5"}),
427
+ /* @__PURE__ */al.jsx("div",{children:n})]}),
428
+ /* @__PURE__ */al.jsx(wu,{align:"left",children:/* @__PURE__ */al.jsx(ku,{className:"text-left",readOnly:t,placeholder:"Write a caption..."})})]}),e.children]})}),_u=et("flex h-[28px] w-full rounded-md border-none bg-transparent px-1.5 py-1 text-base placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-transparent md:text-sm");function Su({children:t,plugin:r}){const o=m(),a=s(),l=n(),i=g(),c=f(e=>!e.api.isExpanded(),[]),d=an("isOpen",o.id),u=i&&!a&&l&&c&&!d,x=ln("isEditing");e.useEffect(()=>{!u&&x&&cn.set("isEditing",!1)},[u]);const j=h(),{props:b}=p({element:j});/* @__PURE__ */
429
+ return al.jsxs(Bi,{open:u,modal:!1,children:[
430
+ /* @__PURE__ */al.jsx(Ti,{children:t}),
431
+ /* @__PURE__ */al.jsx(Di,{className:"w-auto p-1",onOpenAutoFocus:e=>e.preventDefault(),children:x?/* @__PURE__ */al.jsx("div",{className:"flex w-[330px] flex-col",children:/* @__PURE__ */al.jsxs("div",{className:"flex items-center",children:[
432
+ /* @__PURE__ */al.jsx("div",{className:"flex items-center pr-1 pl-2 text-muted-foreground",children:/* @__PURE__ */al.jsx(Xt,{className:"size-4"})}),
433
+ /* @__PURE__ */al.jsx(dn.UrlInput,{className:_u(),placeholder:"Paste the embed link...",options:{plugin:r}})]})}):/* @__PURE__ */al.jsxs("div",{className:"box-content flex items-center",children:[
434
+ /* @__PURE__ */al.jsx(dn.EditButton,{className:El({size:"sm",variant:"ghost"}),children:"Edit link"}),
435
+ /* @__PURE__ */al.jsx(Nu,{size:"sm",variant:"ghost",children:"Caption"}),
436
+ /* @__PURE__ */al.jsx(Gl,{orientation:"vertical",className:"mx-1 h-6"}),
437
+ /* @__PURE__ */al.jsx(Bl,{size:"sm",variant:"ghost",...b,children:/* @__PURE__ */al.jsx(Et,{})})]})})]})}const Eu=et(xl("top-0 flex w-6 select-none flex-col justify-center","after:flex after:h-16 after:w-[3px] after:rounded-[6px] after:bg-ring after:opacity-0 after:content-['_'] group-hover:after:opacity-100"),{variants:{direction:{left:"-left-3 -ml-3 pl-3",right:"-right-3 -mr-3 items-end pr-3"}}}),Bu=et("absolute z-40",{variants:{direction:{bottom:"w-full cursor-row-resize",left:"h-full cursor-col-resize",right:"h-full cursor-col-resize",top:"w-full cursor-row-resize"}}});function Iu({className:e,options:t,...r}){const s=Rs(t??{}),n=Ls(s);return s.readOnly?null:/* @__PURE__ */al.jsx("div",{className:xl(Bu({direction:t?.direction}),e),"data-resizing":s.isResizing,...n.props,...r})}const Du=et("",{variants:{align:{center:"mx-auto",left:"mr-auto",right:"ml-auto"}}});function Tu({align:e,className:t,...r}){/* @__PURE__ */
438
+ return al.jsx(Ms,{...r,className:xl(Du({align:e}),t)})}const Au=x(Fs,function(e){const{align:t="center",focused:s,readOnly:n,selected:o}=on(),a=Ps("width"),{isDragging:l,handleRef:i}=gs({element:e.element});/* @__PURE__ */
439
+ return al.jsx(Su,{plugin:un,children:/* @__PURE__ */al.jsxs(r,{...e,className:"py-2.5",children:[
440
+ /* @__PURE__ */al.jsxs("figure",{className:"group relative m-0",contentEditable:!1,children:[
441
+ /* @__PURE__ */al.jsxs(Tu,{align:t,options:{align:t,readOnly:n},children:[
442
+ /* @__PURE__ */al.jsx(Iu,{className:Eu({direction:"left"}),options:{direction:"left"}}),
443
+ /* @__PURE__ */al.jsx(mn,{ref:i,className:xl("block w-full max-w-full cursor-pointer object-cover px-0","rounded-sm",s&&o&&"ring-2 ring-ring ring-offset-2",l&&"opacity-50"),alt:e.attributes.alt}),
444
+ /* @__PURE__ */al.jsx(Iu,{className:Eu({direction:"right"}),options:{direction:"right"}})]}),
445
+ /* @__PURE__ */al.jsx(wu,{style:{width:a},align:t,children:/* @__PURE__ */al.jsx(ku,{readOnly:n,onFocus:e=>{e.preventDefault()},placeholder:"Write a caption..."})})]}),e.children]})})});function Ou({onUploadComplete:t,onUploadError:r,...s}={}){const[n,o]=e.useState(),[a,l]=e.useState(),[i,c]=e.useState(0),[d,u]=e.useState(!1);return{isUploading:d,progress:i,uploadedFile:n,uploadFile:async function(e){u(!0),l(e);try{const r=await Fu("editorUploader",{...s,files:[e],onUploadProgress:({progress:e})=>{c(Math.min(e,100))}});return o(r[0]),t?.(r[0]),n}catch(a){const t=function(e){const t="Something went wrong, please try again later.";if(e instanceof Fo.ZodError){return e.issues.map(e=>e.message).join("\n")}if(e instanceof Error)return e.message;return t}(a),s=t.length>0?t:"Something went wrong, please try again later.";go.error(s),r?.(a);const n={key:"mock-key-0",appUrl:`https://mock-app-url.com/${e.name}`,name:e.name,size:e.size,type:e.type,url:URL.createObjectURL(e)};let l=0;const i=async()=>{for(;l<100;)await new Promise(e=>setTimeout(e,50)),l+=2,c(Math.min(l,100))};return await i(),o(n),n}finally{c(0),u(!1),l(void 0)}},uploadingFile:a}}const{uploadFiles:Fu,useUploadThing:Mu}=Oo();const Ru={[U.audio]:{accept:["audio/*"],content:"Add an audio file",icon:/* @__PURE__ */al.jsx(Or,{})},[U.file]:{accept:["*"],content:"Add a file",icon:/* @__PURE__ */al.jsx(Dr,{})},[U.img]:{accept:["image/*"],content:"Add an image",icon:/* @__PURE__ */al.jsx(Yt,{})},[U.video]:{accept:["video/*"],content:"Add a video",icon:/* @__PURE__ */al.jsx(Ar,{})}},Lu=x(hn,function(t){const{editor:s,element:n}=t,{api:o}=i(nn),{isUploading:a,progress:l,uploadedFile:c,uploadFile:d,uploadingFile:u}=Ou(),m=a&&u,h=Ru[n.mediaType],x=n.mediaType===U.img,p=e.useRef(null),{openFilePicker:f}=jo({accept:h.accept,multiple:!0,onFilesSelected:({plainFiles:e})=>{const t=e[0],r=e.slice(1);g(t),r.length>0&&s.getTransforms(nn).insert.media(r)}}),g=e.useCallback(e=>{d(e),o.placeholder.addUploadingFile(n.id,e)},[o.placeholder,n.id,d]);e.useEffect(()=>{if(!c)return;const e=s.api.findPath(n);s.tf.withoutSaving(()=>{s.tf.removeNodes({at:e});const t={children:[{text:""}],initialHeight:p.current?.height,initialWidth:p.current?.width,isUpload:!0,name:n.mediaType===U.file?c.name:"",placeholderId:n.id,type:n.mediaType,url:c.url};s.tf.insertNodes(t,{at:e}),xn(s,t)}),o.placeholder.removeUploadingFile(n.id)},[c,n.id]);const j=e.useRef(!1);return e.useEffect(()=>{if(j.current)return;j.current=!0;const e=o.placeholder.getUploadingFile(n.id);e&&g(e)},[j]),/* @__PURE__ */al.jsxs(r,{className:"my-1",...t,children:[(!m||!x)&&/* @__PURE__ */al.jsxs("div",{className:xl("flex cursor-pointer select-none items-center rounded-sm bg-muted p-3 pr-9 hover:bg-primary/10"),onClick:()=>!m&&f(),contentEditable:!1,children:[
446
+ /* @__PURE__ */al.jsx("div",{className:"relative mr-3 flex text-muted-foreground/80 [&_svg]:size-6",children:h.icon}),
447
+ /* @__PURE__ */al.jsxs("div",{className:"whitespace-nowrap text-muted-foreground text-sm",children:[
448
+ /* @__PURE__ */al.jsx("div",{children:m?u?.name:h.content}),m&&!x&&/* @__PURE__ */al.jsxs("div",{className:"mt-1 flex items-center gap-1.5",children:[
449
+ /* @__PURE__ */al.jsx("div",{children:Hu(u?.size??0)}),
450
+ /* @__PURE__ */al.jsx("div",{children:""}),
451
+ /* @__PURE__ */al.jsxs("div",{className:"flex items-center",children:[
452
+ /* @__PURE__ */al.jsx(Tr,{className:"mr-1 size-3.5 animate-spin text-muted-foreground"}),l??0,"%"]})]})]})]}),x&&m&&/* @__PURE__ */al.jsx(Pu,{file:u,imageRef:p,progress:l}),t.children]})});function Pu({className:t,file:r,imageRef:s,progress:n=0}){const[o,a]=e.useState(null);return e.useEffect(()=>{const e=URL.createObjectURL(r);return a(e),()=>{URL.revokeObjectURL(e)}},[r]),o?/* @__PURE__ */al.jsxs("div",{className:xl("relative",t),contentEditable:!1,children:[
453
+ /* @__PURE__ */al.jsx("img",{ref:s,className:"h-auto w-full rounded-sm object-cover",alt:r.name,src:o}),n<100&&/* @__PURE__ */al.jsxs("div",{className:"absolute right-1 bottom-1 flex items-center space-x-2 rounded-full bg-black/50 px-1 py-0.5",children:[
454
+ /* @__PURE__ */al.jsx(Tr,{className:"size-3.5 animate-spin text-muted-foreground"}),
455
+ /* @__PURE__ */al.jsxs("span",{className:"font-medium text-white text-xs",children:[Math.round(n),"%"]})]})]}):null}function Hu(e,t={}){const{decimals:r=0,sizeType:s="normal"}=t;if(0===e)return"0 Byte";const n=Math.floor(Math.log(e)/Math.log(1024));return`${(e/1024**n).toFixed(r)} ${"accurate"===s?["Bytes","KiB","MiB","GiB","TiB"][n]??"Bytest":["Bytes","KB","MB","GB","TB"][n]??"Bytes"}`}const Vu=et("rounded bg-[rgba(0,0,0,0.5)] px-1",{defaultVariants:{variant:"default"},variants:{variant:{default:"text-white",disabled:"cursor-not-allowed text-gray-400"}}});function Uu(e){const{props:t,ref:r}=gn();/* @__PURE__ */
456
+ return al.jsx("input",{...t,...e,ref:r})}const qu=()=>{const t=d(nn,"error");e.useEffect(()=>{if(!t)return;const{code:e,data:r}=t;switch(e){case jn.INVALID_FILE_SIZE:go.error(`The size of files ${r.files.map(e=>e.name).join(", ")} is invalid`);break;case jn.INVALID_FILE_TYPE:go.error(`The type of files ${r.files.map(e=>e.name).join(", ")} is invalid`);break;case jn.TOO_LARGE:go.error(`The size of files ${r.files.map(e=>e.name).join(", ")} is too large than ${r.maxFileSize}`);break;case jn.TOO_LESS_FILES:go.error(`The mini um number of files is ${r.minFileCount} for ${r.fileType}`);break;case jn.TOO_MANY_FILES:go.error(`The maximum number of files is ${r.maxFileCount} ${r.fileType?`for ${r.fileType}`:""}`)}},[t])},$u=[un.configure({options:{disableUploadInsert:!0},render:{afterEditable:function(){const e=m(),t=an("isOpen",e.id),r=an("scale"),s=an("isEditingScale"),{closeProps:n,currentUrlIndex:o,maskLayerProps:a,nextDisabled:l,nextProps:i,prevDisabled:c,prevProps:d,scaleTextProps:u,zommOutProps:h,zoomInDisabled:x,zoomInProps:p,zoomOutDisabled:f}=pn({scrollSpeed:4});/* @__PURE__ */
457
+ return al.jsxs("div",{className:xl("fixed top-0 left-0 z-50 h-screen w-screen select-none",!t&&"hidden"),onContextMenu:e=>e.stopPropagation(),...a,children:[
458
+ /* @__PURE__ */al.jsx("div",{className:"absolute inset-0 size-full bg-black opacity-30"}),
459
+ /* @__PURE__ */al.jsx("div",{className:"absolute inset-0 size-full bg-black opacity-30"}),
460
+ /* @__PURE__ */al.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:/* @__PURE__ */al.jsxs("div",{className:"relative flex max-h-screen w-full items-center",children:[
461
+ /* @__PURE__ */al.jsx(fn,{className:xl("mx-auto block max-h-[calc(100vh-4rem)] w-auto object-contain transition-transform")}),
462
+ /* @__PURE__ */al.jsxs("div",{className:"-translate-x-1/2 absolute bottom-0 left-1/2 z-40 flex w-fit justify-center gap-4 p-2 text-center text-white",onClick:e=>e.stopPropagation(),children:[
463
+ /* @__PURE__ */al.jsxs("div",{className:"flex gap-1",children:[
464
+ /* @__PURE__ */al.jsx("button",{...d,className:xl(Vu({variant:c?"disabled":"default"})),type:"button",children:/* @__PURE__ */al.jsx(xr,{})}),(o??0)+1,
465
+ /* @__PURE__ */al.jsx("button",{...i,className:xl(Vu({variant:l?"disabled":"default"})),type:"button",children:/* @__PURE__ */al.jsx(pr,{})})]}),
466
+ /* @__PURE__ */al.jsxs("div",{className:"flex",children:[
467
+ /* @__PURE__ */al.jsx("button",{className:xl(Vu({variant:f?"disabled":"default"})),...h,type:"button",children:/* @__PURE__ */al.jsx(Fr,{className:"size-4"})}),
468
+ /* @__PURE__ */al.jsx("div",{className:"mx-px",children:s?/* @__PURE__ */al.jsxs(al.Fragment,{children:[
469
+ /* @__PURE__ */al.jsx(Uu,{className:"w-10 rounded px-1 text-slate-500 outline"})," ",
470
+ /* @__PURE__ */al.jsx("span",{children:"%"})]}):/* @__PURE__ */al.jsx("span",{...u,children:100*r+"%"})}),
471
+ /* @__PURE__ */al.jsx("button",{className:xl(Vu({variant:x?"disabled":"default"})),...p,type:"button",children:/* @__PURE__ */al.jsx(Mr,{className:"size-4"})})]}),
472
+ /* @__PURE__ */al.jsx("button",{className:xl(Vu()),type:"button",children:/* @__PURE__ */al.jsx(Rr,{className:"size-4"})}),
473
+ /* @__PURE__ */al.jsx("button",{...n,className:xl(Vu()),type:"button",children:/* @__PURE__ */al.jsx(Lr,{className:"size-4"})})]})]})})]})},node:Au}}),bn.withComponent(Cu),vn.withComponent(zu),nn.configure({options:{disableEmptyPlaceholder:!0},render:{afterEditable:function(){return qu(),null},node:Lu}}),Ao.configure({options:{query:{allow:[U.img,U.video,U.audio,U.file,U.mediaEmbed]}}})];const Wu=e.createContext(null),Ku=({group:e,keywords:t=[],label:r,value:s},n)=>{const o=new Set([s,...t,e,r].filter(Boolean));return Array.from(o).some(e=>Yo(e,n))},Zu=({children:t,element:r,filter:s=Ku,hideWhenNoValue:n=!1,setValue:o,showTrigger:a=!0,trigger:l,value:i})=>{const c=m(),d=e.useRef(null),u=Jo(d),[h,x]=e.useState(""),p=void 0!==i,f=p?i:h,g=e.useMemo(()=>{const e=r.userId,t=c.meta.userId;return!e||e===t},[c.meta.userId,r]),j=e.useCallback(e=>{o?.(e),p||x(e)},[o,p]),b=e.useRef(null);e.useEffect(()=>{const e=c.api.findPath(r);if(!e)return;const t=c.api.before(e);if(!t)return;const s=c.api.pointRef(t);return b.current=s.current,()=>{s.unref()}},[c,r]);const{props:v,removeInput:y}=Xo({cancelInputOnBlur:!0,cursorState:u,autoFocus:g,ref:d,onCancelInput:e=>{"backspace"!==e&&c.tf.insertText(l+f,{at:b?.current??void 0}),"arrowLeft"!==e&&"arrowRight"!==e||c.tf.move({distance:1,reverse:"arrowLeft"===e})}}),[w,k]=e.useState(!1),N=e.useMemo(()=>({filter:s,inputProps:v,inputRef:d,removeInput:y,setHasEmpty:k,showTrigger:a,trigger:l}),[l,a,s,d,v,y,k]),C=Ho({setValue:t=>e.startTransition(()=>j(t))}),z=C.useState("items");return e.useEffect(()=>{C.getState().activeId||C.setActiveId(C.first())},[z,C]),/* @__PURE__ */al.jsx("span",{contentEditable:!1,children:/* @__PURE__ */al.jsx(Vo,{open:(z.length>0||w)&&(!n||f.length>0),store:C,children:/* @__PURE__ */al.jsx(Wu.Provider,{value:N,children:t})})})},Gu=({className:t,ref:r,...s})=>{const{inputProps:n,inputRef:o,showTrigger:a,trigger:l}=e.useContext(Wu),i=Uo().useState("value"),c=B(r,o);/* @__PURE__ */
474
+ return al.jsxs(al.Fragment,{children:[a&&l,
475
+ /* @__PURE__ */al.jsxs("span",{className:"relative min-h-[1lh]",children:[
476
+ /* @__PURE__ */al.jsx("span",{className:"invisible overflow-hidden text-nowrap","aria-hidden":"true",children:i||""}),
477
+ /* @__PURE__ */al.jsx(qo,{ref:c,className:xl("absolute top-0 left-0 size-full bg-transparent outline-none",t),value:i,autoSelect:!0,...n,...s})]})]})};Gu.displayName="InlineComboboxInput";const Yu=({className:e,...t})=>{const r=Uo();/* @__PURE__ */
478
+ return al.jsx($o,{children:/* @__PURE__ */al.jsx(Wo,{className:xl("z-500 max-h-[288px] w-[300px] overflow-y-auto rounded-md bg-popover shadow-md",e),onKeyDownCapture:function(e){if(!r)return;const t=r.getState(),{items:s,activeId:n}=t;if(!s.length)return;const o=s.findIndex(e=>e.id===n);"ArrowUp"===e.key&&o<=0?(e.preventDefault(),r.setActiveId(r.last())):"ArrowDown"===e.key&&o>=s.length-1&&(e.preventDefault(),r.setActiveId(r.first()))},...t})})},Ju=et("relative mx-1 flex h-[28px] select-none items-center rounded-sm px-2 text-foreground text-sm outline-none [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{defaultVariants:{interactive:!0},variants:{interactive:{false:"",true:"cursor-pointer transition-colors hover:bg-accent hover:text-accent-foreground data-[active-item=true]:bg-accent data-[active-item=true]:text-accent-foreground"}}}),Xu=({className:t,focusEditor:r=!0,group:s,keywords:n,label:o,onClick:a,...l})=>{const{value:i}=l,{filter:c,removeInput:d}=e.useContext(Wu),u=Uo(),m=c&&u.useState("value");return e.useMemo(()=>!c||c({group:s,keywords:n,label:o,value:i},m),[c,s,n,o,i,m])?/* @__PURE__ */al.jsx(Zo,{className:xl(Ju(),t),onClick:e=>{d(r),a?.(e)},...l}):null},Qu=({children:t,className:r})=>{const{setHasEmpty:s}=e.useContext(Wu),n=Uo().useState("items");return e.useEffect(()=>(s(!0),()=>{s(!1)}),[s]),n.length>0?null:/* @__PURE__ */al.jsx("div",{className:xl(Ju({interactive:!1}),r),children:t})};function em({className:e,...t}){/* @__PURE__ */
479
+ return al.jsx(Ko,{...t,className:xl("hidden not-last:border-b py-1.5 [&:has([role=option])]:block",e)})}function tm({className:e,...t}){/* @__PURE__ */
480
+ return al.jsx(Go,{...t,className:xl("mt-1.5 mb-2 px-3 font-medium text-muted-foreground text-xs",e)})}const rm=Lo();const sm=[{key:"0",text:"Aayla Secura"},{key:"1",text:"Adi Gallia"},{key:"2",text:"Admiral Dodd Rancit"},{key:"3",text:"Admiral Firmus Piett"},{key:"4",text:"Admiral Gial Ackbar"},{key:"5",text:"Admiral Ozzel"},{key:"6",text:"Admiral Raddus"},{key:"7",text:"Admiral Terrinald Screed"},{key:"8",text:"Admiral Trench"},{key:"9",text:"Admiral U.O. Statura"},{key:"10",text:"Agen Kolar"},{key:"11",text:"Agent Kallus"},{key:"12",text:"Aiolin and Morit Astarte"},{key:"13",text:"Aks Moe"},{key:"14",text:"Almec"},{key:"15",text:"Alton Kastle"},{key:"16",text:"Amee"},{key:"17",text:"AP-5"},{key:"18",text:"Armitage Hux"},{key:"19",text:"Artoo"},{key:"20",text:"Arvel Crynyd"},{key:"21",text:"Asajj Ventress"},{key:"22",text:"Aurra Sing"},{key:"23",text:"AZI-3"},{key:"24",text:"Bala-Tik"},{key:"25",text:"Barada"},{key:"26",text:"Bargwill Tomder"},{key:"27",text:"Baron Papanoida"},{key:"28",text:"Barriss Offee"},{key:"29",text:"Baze Malbus"},{key:"30",text:"Bazine Netal"},{key:"31",text:"BB-8"},{key:"32",text:"BB-9E"},{key:"33",text:"Ben Quadinaros"},{key:"34",text:"Berch Teller"},{key:"35",text:"Beru Lars"},{key:"36",text:"Bib Fortuna"},{key:"37",text:"Biggs Darklighter"},{key:"38",text:"Black Krrsantan"},{key:"39",text:"Bo-Katan Kryze"},{key:"40",text:"Boba Fett"},{key:"41",text:"Bobbajo"},{key:"42",text:"Bodhi Rook"},{key:"43",text:"Borvo the Hutt"},{key:"44",text:"Boss Nass"},{key:"45",text:"Bossk"},{key:"46",text:"Breha Antilles-Organa"},{key:"47",text:"Bren Derlin"},{key:"48",text:"Brendol Hux"},{key:"49",text:"BT-1"}],nm=[Mo.configure({options:{triggerPreviousCharPattern:/^$|^[\s"']$/}}).withComponent(function(t){const a=t.element,l=n(),i=o(),c=function(){const[t,r]=e.useState(!1);return e.useEffect(()=>{r(!0)},[]),t}(),d=s();/* @__PURE__ */
481
+ return al.jsx(r,{...t,className:xl("inline-block rounded-md bg-muted px-1.5 py-0.5 align-baseline font-medium text-sm",!d&&"cursor-pointer",l&&i&&"ring-2 ring-ring",!0===a.children[0][U.bold]&&"font-bold",!0===a.children[0][U.italic]&&"italic",!0===a.children[0][U.underline]&&"underline"),attributes:{...t.attributes,contentEditable:!1,"data-slate-value":a.value,draggable:!0},children:c&&ee?
482
+ /* @__PURE__ */al.jsxs(al.Fragment,{children:[t.children,t.prefix,a.value]}):
483
+ /* @__PURE__ */al.jsxs(al.Fragment,{children:[t.prefix,a.value,t.children]})})}),Ro.withComponent(function(t){const{editor:s,element:n}=t,[o,a]=e.useState("");/* @__PURE__ */
484
+ return al.jsxs(r,{...t,as:"span",children:[
485
+ /* @__PURE__ */al.jsxs(Zu,{value:o,element:n,setValue:a,showTrigger:!1,trigger:"@",children:[
486
+ /* @__PURE__ */al.jsx("span",{className:"inline-block rounded-md bg-muted px-1.5 py-0.5 align-baseline text-sm ring-ring focus-within:ring-2",children:/* @__PURE__ */al.jsx(Gu,{})}),
487
+ /* @__PURE__ */al.jsxs(Yu,{className:"my-1.5",children:[
488
+ /* @__PURE__ */al.jsx(Qu,{children:"No results"}),
489
+ /* @__PURE__ */al.jsx(em,{children:sm.map(e=>/* @__PURE__ */al.jsx(Xu,{value:e.text,onClick:()=>rm(s,e,o),children:e.text},e.key))})]})]}),t.children]})})],om=[{group:"AI",items:[{focusEditor:!1,icon:/* @__PURE__ */al.jsx(Pr,{}),value:"AI",onSelect:e=>{e.getApi(ct).aiChat.show()}}]},{group:"Basic blocks",items:[{icon:/* @__PURE__ */al.jsx(Ut,{}),keywords:["paragraph"],label:"Text",value:U.p},{icon:/* @__PURE__ */al.jsx(qt,{}),keywords:["title","h1"],label:"Heading 1",value:U.h1},{icon:/* @__PURE__ */al.jsx($t,{}),keywords:["subtitle","h2"],label:"Heading 2",value:U.h2},{icon:/* @__PURE__ */al.jsx(Wt,{}),keywords:["subtitle","h3"],label:"Heading 3",value:U.h3},{icon:/* @__PURE__ */al.jsx(Zt,{}),keywords:["unordered","ul","-"],label:"Bulleted list",value:U.ul},{icon:/* @__PURE__ */al.jsx(Qt,{}),keywords:["ordered","ol","1"],label:"Numbered list",value:U.ol},{icon:/* @__PURE__ */al.jsx(Hr,{}),keywords:["checklist","task","checkbox","[]"],label:"To-do list",value:U.listTodo},{icon:/* @__PURE__ */al.jsx(dt,{}),keywords:["collapsible","expandable"],label:"Toggle",value:U.toggle},{icon:/* @__PURE__ */al.jsx(Vr,{}),keywords:["```"],label:"Code Block",value:U.codeBlock},{icon:/* @__PURE__ */al.jsx(ir,{}),label:"Table",value:U.table},{icon:/* @__PURE__ */al.jsx(Ur,{}),keywords:["citation","blockquote","quote",">"],label:"Blockquote",value:U.blockquote},{description:"Insert a highlighted block.",icon:/* @__PURE__ */al.jsx(bt,{}),keywords:["note"],label:"Callout",value:U.callout}].map(e=>({...e,onSelect:(e,t)=>{xd(e,t,{upsert:!0})}}))},{group:"Advanced blocks",items:[{icon:/* @__PURE__ */al.jsx(qr,{}),keywords:["toc"],label:"Table of contents",value:U.toc},{icon:/* @__PURE__ */al.jsx($r,{}),label:"3 columns",value:"action_three_columns"},{focusEditor:!1,icon:/* @__PURE__ */al.jsx(Br,{}),label:"Equation",value:U.equation},{icon:/* @__PURE__ */al.jsx(Wr,{}),keywords:["excalidraw"],label:"Excalidraw",value:U.excalidraw}].map(e=>({...e,onSelect:(e,t)=>{xd(e,t,{upsert:!0})}}))},{group:"Inline",items:[{focusEditor:!0,icon:/* @__PURE__ */al.jsx(Kr,{}),keywords:["time"],label:"Date",value:U.date},{focusEditor:!1,icon:/* @__PURE__ */al.jsx(Br,{}),label:"Inline Equation",value:U.inlineEquation}].map(e=>({...e,onSelect:(e,t)=>{pd(e,t)}}))}];const am=[Qo.configure({options:{triggerQuery:e=>!e.api.some({match:{type:e.getType(U.codeBlock)}})}}),ea.withComponent(function(e){const{editor:t,element:s}=e;/* @__PURE__ */
490
+ return al.jsxs(r,{...e,as:"span",children:[
491
+ /* @__PURE__ */al.jsxs(Zu,{element:s,trigger:"/",children:[
492
+ /* @__PURE__ */al.jsx(Gu,{}),
493
+ /* @__PURE__ */al.jsxs(Yu,{children:[
494
+ /* @__PURE__ */al.jsx(Qu,{children:"No results"}),om.map(({group:e,items:r})=>/* @__PURE__ */al.jsxs(em,{children:[
495
+ /* @__PURE__ */al.jsx(tm,{children:e}),r.map(({focusEditor:r,icon:s,keywords:n,label:o,value:a,onSelect:l})=>/* @__PURE__ */al.jsxs(Xu,{value:a,onClick:()=>l(t,a),label:o,focusEditor:r,group:e,keywords:n,children:[
496
+ /* @__PURE__ */al.jsx("div",{className:"mr-2 text-muted-foreground",children:s}),o??a]},a))]},e))]})]}),e.children]})})],lm=et(xl("bg-emerald-100 text-emerald-700 no-underline transition-colors duration-200"),{defaultVariants:{insertActive:!1,remove:!1,removeActive:!1},variants:{insertActive:{false:"",true:"bg-emerald-200/80"},remove:{false:"",true:"bg-red-100 text-red-700"},removeActive:{false:"",true:"bg-red-200/80 no-underline"}}});function im({children:t,suggestionData:r}){const{isLineBreak:s,type:n}=r,o="remove"===n,a="insert"===n,l=d(Bm,"activeId"),c=d(Bm,"hoverId"),u=l===r.id,m=c===r.id,h=e.useRef(null),{setOption:x}=i(Bm);/* @__PURE__ */
497
+ return al.jsx(al.Fragment,{children:s?/* @__PURE__ */al.jsxs(al.Fragment,{children:[t,
498
+ /* @__PURE__ */al.jsx("span",{ref:h,className:xl("absolute text-justify",lm({insertActive:a&&(u||m),remove:o,removeActive:(u||m)&&o})),style:{bottom:3.5,height:21},contentEditable:!1,children:/* @__PURE__ */al.jsx(Ir,{className:"mt-0.5 size-4"})})]}):/* @__PURE__ */al.jsx("div",{className:xl(lm({insertActive:a&&(u||m),remove:o,removeActive:(u||m)&&o})),onMouseEnter:()=>x("hoverId",r.id),onMouseLeave:()=>x("hoverId",null),"data-block-suggestion":"true",children:t})})}function cm({className:e,size:t="default",...r}){/* @__PURE__ */
499
+ return al.jsx(os.Root,{"data-slot":"avatar","data-size":t,className:xl("group/avatar relative flex size-8 shrink-0 overflow-hidden rounded-full select-none data-[size=lg]:size-10 data-[size=sm]:size-6",e),...r})}function dm({className:e,...t}){/* @__PURE__ */
500
+ return al.jsx(os.Image,{"data-slot":"avatar-image",className:xl("aspect-square size-full",e),...t})}function um({className:e,...t}){/* @__PURE__ */
501
+ return al.jsx(os.Fallback,{"data-slot":"avatar-fallback",className:xl("bg-muted text-muted-foreground flex size-full items-center justify-center rounded-full text-sm group-data-[size=sm]/avatar:text-xs",e),...t})}const mm=et("relative w-full cursor-text select-text overflow-y-auto caret-primary selection:bg-brand/25 focus-visible:outline-none [&_.slate-selection-area]:z-50 [&_.slate-selection-area]:border [&_.slate-selection-area]:border-brand/25 [&_.slate-selection-area]:bg-brand/15",{defaultVariants:{variant:"default"},variants:{variant:{comment:xl("flex flex-wrap justify-between gap-1 px-1 py-0.5 text-sm","rounded-md border-[1.5px] border-transparent bg-transparent","has-[[data-slate-editor]:focus]:border-brand/50 has-[[data-slate-editor]:focus]:ring-2 has-[[data-slate-editor]:focus]:ring-brand/30","has-aria-disabled:border-input has-aria-disabled:bg-muted"),default:"h-full",demo:"h-[650px]",select:xl("group rounded-md border border-input ring-offset-background focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2","has-data-readonly:w-fit has-data-readonly:cursor-default has-data-readonly:border-transparent has-data-readonly:focus-within:[box-shadow:none]")}}});function hm({className:e,variant:t,...r}){/* @__PURE__ */
502
+ return al.jsx(I,{className:xl("ignore-click-outside/toolbar",mm({variant:t}),e),...r})}const xm=et(xl("group/editor","relative w-full cursor-text select-text overflow-x-hidden whitespace-pre-wrap break-words","rounded-md ring-offset-background focus-visible:outline-none","**:data-slate-placeholder:!top-1/2 **:data-slate-placeholder:-translate-y-1/2 placeholder:text-muted-foreground/80 **:data-slate-placeholder:text-muted-foreground/80 **:data-slate-placeholder:opacity-100!","[&_strong]:font-bold"),{defaultVariants:{variant:"default"},variants:{disabled:{true:"cursor-not-allowed opacity-50"},focused:{true:"ring-2 ring-ring ring-offset-2"},variant:{ai:"w-full px-0 text-base md:text-sm",aiChat:"max-h-[min(70vh,320px)] w-full overflow-y-auto px-3 py-2 text-base md:text-sm",comment:xl("rounded-none border-none bg-transparent text-sm"),default:"size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]",demo:"size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]",fullWidth:"size-full px-16 pt-4 pb-72 text-base sm:px-24",none:"",select:"px-3 py-2 text-base data-readonly:w-fit"}}}),pm=({className:e,disabled:t,focused:r,variant:s,ref:n,...o})=>/* @__PURE__ */al.jsx(D,{ref:n,className:xl(xm({disabled:t,focused:r,variant:s}),e),disabled:t,disableDefaultStyles:!0,...o});function fm({className:e,variant:t,...r}){/* @__PURE__ */
503
+ return al.jsx(T,{...r,className:xl(xm({variant:t}),e)})}function gm(t){const{comment:r,discussionLength:s,documentContent:n,editingId:o,index:a,setEditingId:l,showDocumentContent:c=!1,onEditorClick:u}=t,h=m(),x=d(Em,"user",r.userId),p=d(Em,"currentUserId"),{tf:f}=i(ia),g=p===r.userId,j=r.contentRich,b=bm({id:r.id,value:j},[j]),v=()=>{(async e=>{const t=h.getOption(Em,"discussions").map(t=>{if(t.id===e.discussionId){const r=t.comments.map(t=>t.id===e.id?{...t,contentRich:e.contentRich,isEdited:!0,updatedAt:/* @__PURE__ */new Date}:t);return{...t,comments:r}}return t});h.setOption(Em,"discussions",t)})({id:r.id,contentRich:b.children,discussionId:r.discussionId}),l(null)},y=0===a,w=a===s-1,k=o&&o===r.id,[N,C]=e.useState(!1),[z,_]=e.useState(!1);/* @__PURE__ */
504
+ return al.jsxs("div",{onMouseEnter:()=>C(!0),onMouseLeave:()=>C(!1),children:[
505
+ /* @__PURE__ */al.jsxs("div",{className:"relative flex items-center",children:[
506
+ /* @__PURE__ */al.jsxs(cm,{className:"size-5",children:[
507
+ /* @__PURE__ */al.jsx(dm,{alt:x?.name,src:x?.avatarUrl}),
508
+ /* @__PURE__ */al.jsx(um,{children:x?.name?.[0]})]}),
509
+ /* @__PURE__ */al.jsx("h4",{className:"mx-2 font-semibold text-sm leading-none",children:x?.name}),
510
+ /* @__PURE__ */al.jsxs("div",{className:"text-muted-foreground/80 text-xs leading-none",children:[
511
+ /* @__PURE__ */al.jsx("span",{className:"mr-1",children:ym(new Date(r.createdAt))}),r.isEdited&&/* @__PURE__ */al.jsx("span",{children:"(edited)"})]}),g&&(N||z)&&/* @__PURE__ */al.jsxs("div",{className:"absolute top-0 right-0 flex space-x-1",children:[0===a&&/* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"h-6 p-1 text-muted-foreground",onClick:()=>{(async e=>{const t=h.getOption(Em,"discussions").map(t=>t.id===e?{...t,isResolved:!0}:t);h.setOption(Em,"discussions",t)})(r.discussionId),f.comment.unsetMark({id:r.discussionId})},type:"button",children:/* @__PURE__ */al.jsx(mt,{className:"size-4"})}),
512
+ /* @__PURE__ */al.jsx(jm,{onCloseAutoFocus:()=>{setTimeout(()=>{b.tf.focus({edge:"endEditor"})},0)},onRemoveComment:()=>{1===s&&(f.comment.unsetMark({id:r.discussionId}),(async e=>{const t=h.getOption(Em,"discussions").filter(t=>t.id!==e);h.setOption(Em,"discussions",t)})(r.discussionId))},comment:r,dropdownOpen:z,setDropdownOpen:_,setEditingId:l})]})]}),y&&c&&/* @__PURE__ */al.jsxs("div",{className:"relative mt-1 flex pl-[32px] text-sm text-subtle-foreground",children:[s>1&&/* @__PURE__ */al.jsx("div",{className:"absolute top-[5px] left-3 h-full w-0.5 shrink-0 bg-muted"}),
513
+ /* @__PURE__ */al.jsx("div",{className:"my-px w-0.5 shrink-0 bg-highlight"}),n&&/* @__PURE__ */al.jsx("div",{className:"ml-2",children:n})]}),
514
+ /* @__PURE__ */al.jsxs("div",{className:"relative my-1 pl-[26px]",children:[!w&&/* @__PURE__ */al.jsx("div",{className:"absolute top-0 left-3 h-full w-0.5 shrink-0 bg-muted"}),
515
+ /* @__PURE__ */al.jsx(A,{readOnly:!k,editor:b,children:/* @__PURE__ */al.jsxs(hm,{variant:"comment",children:[
516
+ /* @__PURE__ */al.jsx(pm,{variant:"comment",className:"w-auto grow",onClick:()=>u?.()}),k&&/* @__PURE__ */al.jsxs("div",{className:"ml-auto flex shrink-0 gap-1",children:[
517
+ /* @__PURE__ */al.jsx(Bl,{size:"icon",variant:"ghost",className:"size-[28px]",onClick:e=>{e.stopPropagation(),l(null),b.tf.replaceNodes(j,{at:[],children:!0})},children:/* @__PURE__ */al.jsx("div",{className:"flex size-5 shrink-0 items-center justify-center rounded-[50%] bg-primary/40",children:/* @__PURE__ */al.jsx(pt,{className:"size-3 stroke-[3px] text-background"})})}),
518
+ /* @__PURE__ */al.jsx(Bl,{size:"icon",variant:"ghost",onClick:e=>{e.stopPropagation(),v()},children:/* @__PURE__ */al.jsx("div",{className:"flex size-5 shrink-0 items-center justify-center rounded-[50%] bg-brand",children:/* @__PURE__ */al.jsx(mt,{className:"size-3 stroke-[3px] text-background"})})})]})]})})]})]})}function jm(t){const{comment:r,dropdownOpen:s,setDropdownOpen:n,setEditingId:o,onCloseAutoFocus:a,onRemoveComment:l}=t,i=m(),c=e.useRef(!1),d=e.useCallback(()=>{if(!r.id)return alert("You are operating too quickly, please try again later.");const e=i.getOption(Em,"discussions").map(e=>{if(e.id!==r.discussionId)return e;const t=e.comments.findIndex(e=>e.id===r.id);return-1===t?e:{...e,comments:[...e.comments.slice(0,t),...e.comments.slice(t+1)]}});i.setOption(Em,"discussions",e),l?.()},[r.discussionId,r.id,i,l]),u=e.useCallback(()=>{if(c.current=!0,!r.id)return alert("You are operating too quickly, please try again later.");o(r.id)},[r.id,o]);/* @__PURE__ */
519
+ return al.jsxs(Ol,{open:s,onOpenChange:n,modal:!1,children:[
520
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,onClick:e=>e.stopPropagation(),children:/* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:xl("h-6 p-1 text-muted-foreground"),children:/* @__PURE__ */al.jsx(or,{className:"size-4"})})}),
521
+ /* @__PURE__ */al.jsx(Rl,{className:"w-48",onCloseAutoFocus:e=>(c.current&&(a?.(),c.current=!1),e.preventDefault()),children:/* @__PURE__ */al.jsxs(Ll,{children:[
522
+ /* @__PURE__ */al.jsxs(Pl,{onClick:u,children:[
523
+ /* @__PURE__ */al.jsx(Gr,{className:"size-4"}),"Edit comment"]}),
524
+ /* @__PURE__ */al.jsxs(Pl,{onClick:d,children:[
525
+ /* @__PURE__ */al.jsx(Yr,{className:"size-4"}),"Delete comment"]})]})})]})}pm.displayName="Editor",fm.displayName="EditorView";const bm=(e={},t=[])=>O({id:"comment",plugins:fl,value:[],...e},t);function vm({autoFocus:t=!1,className:r,discussionId:s,focusOnMount:n=!1}){const o=d(Em,"discussions"),a=m(),l=la(),i=s??l,c=d(Em,"currentUser"),[u,h]=e.useState(),x=e.useMemo(()=>u?W.string({children:u,type:U.p}):"",[u]),p=bm();e.useEffect(()=>{p&&n&&p.tf.focus()},[p,n]);const f=e.useCallback(async()=>{if(!u)return;if(p.tf.reset(),i){const e=o.find(e=>e.id===i);if(!e){const e={id:i,comments:[{id:te(),contentRich:u,createdAt:/* @__PURE__ */new Date,discussionId:i,isEdited:!1,userId:a.getOption(Em,"currentUserId")}],createdAt:/* @__PURE__ */new Date,isResolved:!1,userId:a.getOption(Em,"currentUserId")};return void a.setOption(Em,"discussions",[...o,e])}const t={id:te(),contentRich:u,createdAt:/* @__PURE__ */new Date,discussionId:i,isEdited:!1,userId:a.getOption(Em,"currentUserId")},r={...e,comments:[...e.comments,t]},s=o.filter(e=>e.id!==i).concat(r);return void a.setOption(Em,"discussions",s)}const e=a.getApi(ia).comment.nodes({at:[],isDraft:!0});if(0===e.length)return;const t=e.map(([e])=>e.text).join(""),r=te(),s={id:r,comments:[{id:te(),contentRich:u,createdAt:/* @__PURE__ */new Date,discussionId:r,isEdited:!1,userId:a.getOption(Em,"currentUserId")}],createdAt:/* @__PURE__ */new Date,documentContent:t,isResolved:!1,userId:a.getOption(Em,"currentUserId")};a.setOption(Em,"discussions",[...o,s]);const n=s.id;e.forEach(([,e])=>{a.tf.setNodes({[Ws(n)]:!0},{at:e,split:!0}),a.tf.unsetNodes([$s()],{at:e})})},[u,p.tf,i,a,o]);/* @__PURE__ */
526
+ return al.jsxs("div",{className:xl("flex w-full",r),children:[
527
+ /* @__PURE__ */al.jsx("div",{className:"mt-2 mr-1 shrink-0",children:/* @__PURE__ */al.jsxs(cm,{className:"size-5",children:[
528
+ /* @__PURE__ */al.jsx(dm,{alt:c?.name,src:c?.avatarUrl}),
529
+ /* @__PURE__ */al.jsx(um,{children:c?.name?.[0]})]})}),
530
+ /* @__PURE__ */al.jsx("div",{className:"relative flex grow gap-2",children:/* @__PURE__ */al.jsx(A,{onChange:({value:e})=>{h(e)},editor:p,children:/* @__PURE__ */al.jsxs(hm,{variant:"comment",children:[
531
+ /* @__PURE__ */al.jsx(pm,{variant:"comment",className:"min-h-[25px] grow pt-0.5 pr-8",onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),f())},placeholder:"Reply...",autoComplete:"off",autoFocus:t}),
532
+ /* @__PURE__ */al.jsx(Bl,{size:"icon",variant:"ghost",className:"absolute right-0.5 bottom-0.5 ml-auto size-6 shrink-0",disabled:0===x.trim().length,onClick:e=>{e.stopPropagation(),f()},children:/* @__PURE__ */al.jsx("div",{className:"flex size-6 items-center justify-center rounded-full",children:/* @__PURE__ */al.jsx(Zr,{})})})]})})})]})}const ym=e=>{const t=/* @__PURE__ */new Date,r=ca(t,e),s=da(t,e),n=ua(t,e);return r<60?`${r}m`:s<24?`${s}h`:n<2?`${n}d`:ma(e,"MM/dd/yyyy")},wm="__block__",km={[U.audio]:()=>"Audio",[U.blockquote]:()=>"Blockquote",[U.callout]:()=>"Callout",[U.codeBlock]:()=>"Code Block",[U.column]:()=>"Column",[U.equation]:()=>"Equation",[U.file]:()=>"File",[U.h1]:()=>"Heading 1",[U.h2]:()=>"Heading 2",[U.h3]:()=>"Heading 3",[U.h4]:()=>"Heading 4",[U.h5]:()=>"Heading 5",[U.h6]:()=>"Heading 6",[U.hr]:()=>"Horizontal Rule",[U.img]:()=>"Image",[U.mediaEmbed]:()=>"Media",[U.p]:e=>e?.[U.listType]===U.listTodo?"Todo List":e?.[U.listType]===U.ol?"Ordered List":e?.[U.listType]===U.ul?"List":"Paragraph",[U.table]:()=>"Table",[U.toc]:()=>"Table of Contents",[U.toggle]:()=>"Toggle",[U.video]:()=>"Video"};function Nm({idx:t,isLast:r,suggestion:s}){const{api:n,editor:o}=i(Qn),a=d(Em,"user",s.userId),[l,c]=e.useState(!1),u=e=>e===wm?["line breaks"]:e.split(wm).filter(Boolean),[m,h]=e.useState(null);/* @__PURE__ */
533
+ return al.jsxs("div",{className:"relative",onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),children:[
534
+ /* @__PURE__ */al.jsxs("div",{className:"flex flex-col p-4",children:[
535
+ /* @__PURE__ */al.jsxs("div",{className:"relative flex items-center",children:[
536
+ /* @__PURE__ */al.jsxs(cm,{className:"size-5",children:[
537
+ /* @__PURE__ */al.jsx(dm,{alt:a?.name,src:a?.avatarUrl}),
538
+ /* @__PURE__ */al.jsx(um,{children:a?.name?.[0]})]}),
539
+ /* @__PURE__ */al.jsx("h4",{className:"mx-2 font-semibold text-sm leading-none",children:a?.name}),
540
+ /* @__PURE__ */al.jsx("div",{className:"text-muted-foreground/80 text-xs leading-none",children:/* @__PURE__ */al.jsx("span",{className:"mr-1",children:ym(new Date(s.createdAt))})})]}),
541
+ /* @__PURE__ */al.jsx("div",{className:"relative mt-1 mb-4 pl-[32px]",children:/* @__PURE__ */al.jsxs("div",{className:"flex flex-col gap-2",children:["remove"===s.type&&u(s.text).map((e,t)=>/* @__PURE__ */al.jsxs("div",{className:"flex items-center gap-2",children:[
542
+ /* @__PURE__ */al.jsx("span",{className:"text-muted-foreground text-sm",children:"Delete:"}),
543
+ /* @__PURE__ */al.jsx("span",{className:"text-sm",children:e},t)]},t)),"insert"===s.type&&u(s.newText).map((e,t)=>/* @__PURE__ */al.jsxs("div",{className:"flex items-center gap-2",children:[
544
+ /* @__PURE__ */al.jsx("span",{className:"text-muted-foreground text-sm",children:"Add:"}),
545
+ /* @__PURE__ */al.jsx("span",{className:"text-sm",children:e||"line breaks"},t)]},t)),"replace"===s.type&&/* @__PURE__ */al.jsxs("div",{className:"flex flex-col gap-2",children:[u(s.newText).map((t,r)=>/* @__PURE__ */al.jsx(e.Fragment,{children:/* @__PURE__ */al.jsxs("div",{className:"flex items-start gap-2 text-brand/80",children:[
546
+ /* @__PURE__ */al.jsx("span",{className:"text-sm",children:"with:"}),
547
+ /* @__PURE__ */al.jsx("span",{className:"text-sm",children:t||"line breaks"})]},r)},r)),u(s.text).map((t,r)=>/* @__PURE__ */al.jsx(e.Fragment,{children:/* @__PURE__ */al.jsxs("div",{className:"flex items-start gap-2",children:[
548
+ /* @__PURE__ */al.jsx("span",{className:"text-muted-foreground text-sm",children:0===r?"Replace:":"Delete:"}),
549
+ /* @__PURE__ */al.jsx("span",{className:"text-sm",children:t||"line breaks"})]},r)},r))]}),"update"===s.type&&/* @__PURE__ */al.jsxs("div",{className:"flex items-center gap-2",children:[
550
+ /* @__PURE__ */al.jsxs("span",{className:"text-muted-foreground text-sm",children:[Object.keys(s.properties).map(e=>/* @__PURE__ */al.jsxs("span",{children:["Un",e]},e)),Object.keys(s.newProperties).map(e=>/* @__PURE__ */al.jsx("span",{children:e.charAt(0).toUpperCase()+e.slice(1)},e))]}),
551
+ /* @__PURE__ */al.jsx("span",{className:"text-sm",children:s.newText})]})]})}),s.comments.map((e,t)=>/* @__PURE__ */al.jsx(gm,{comment:e,discussionLength:s.comments.length,documentContent:"__suggestion__",editingId:m,index:t,setEditingId:h},e.id??t)),l&&/* @__PURE__ */al.jsxs("div",{className:"absolute top-4 right-4 flex gap-2",children:[
552
+ /* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-6 p-1 text-muted-foreground",onClick:()=>{return e=s,void n.suggestion.withoutSuggestions(()=>{sa(o,e)});var e},children:/* @__PURE__ */al.jsx(mt,{className:"size-4"})}),
553
+ /* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:"size-6 p-1 text-muted-foreground",onClick:()=>{return e=s,void n.suggestion.withoutSuggestions(()=>{na(o,e)});var e},children:/* @__PURE__ */al.jsx(pt,{className:"size-4"})})]}),
554
+ /* @__PURE__ */al.jsx(vm,{discussionId:s.suggestionId})]}),!r&&/* @__PURE__ */al.jsx("div",{className:"h-px w-full bg-muted"})]},`${s.suggestionId}-${t}`)}const Cm=({blockPath:t,children:r,commentNodes:s,draftCommentNode:n,suggestionNodes:o})=>{const a=m(),l=((t,r)=>{const s=d(Em,"discussions"),{api:n,editor:o,getOption:a,setOption:l}=i(Bm);return t.forEach(([e])=>{const t=n.suggestion.nodeId(e),s=a("uniquePathMap");if(!t)return;const o=s.get(t);if(K.isPath(o)){const e=n.suggestion.node({id:t,at:o,isText:!0}),a=n.node(o);let i=null;a&&re.isElement(a[0])&&(i=n.suggestion.nodeId(a[0])??null),e||i===t||l("uniquePathMap",new Map(s).set(t,r))}else l("uniquePathMap",new Map(s).set(t,r))}),e.useMemo(()=>{const e=a("uniquePathMap");if(0===t.length)return[];const l=new Set(t.flatMap(([e])=>{if(se.isText(e)){const t=n.suggestion.dataList(e);return t.some(e=>"update"===e.type)?t.filter(e=>"update"===e.type).map(e=>e.id):n.suggestion.nodeId(e)??[]}return re.isElement(e)?n.suggestion.nodeId(e)??[]:[]}).filter(Boolean)),i=[];return l.forEach(t=>{if(!t)return;const a=e.get(t);if(!a||!K.isPath(a))return;if(!K.equals(a,r))return;const l=[...o.api.nodes({at:[],mode:"all",match:e=>e[U.suggestion]&&e[ta(t)]||n.suggestion.nodeId(e)===t})];l.sort(([,e],[,t])=>K.isChild(e,t)?-1:1);let c="",d="",u={},m={};if(l.forEach(([e])=>{if(se.isText(e))n.suggestion.dataList(e).forEach(r=>{if(r.id===t)switch(r.type){case"insert":c+=e.text;break;case"remove":d+=e.text;break;case"update":u={...u,...r.properties},m={...m,...r.newProperties},c+=e.text}});else{const r=n.suggestion.isBlockSuggestion(e)?e.suggestion:void 0;r?.id===ra(t)&&("insert"===r.type?c+=r.isLineBreak?wm:wm+km[e.type](e):"remove"===r.type&&(d+=r.isLineBreak?wm:wm+km[e.type](e)))}}),0===l.length)return;const h=n.suggestion.suggestionData(l[0][0]);if(!h)return;const x=s.find(e=>e.id===t)?.comments||[],p=new Date(h.createdAt),f=ta(t);"update"===h.type?i.push({comments:x,createdAt:p,keyId:f,newProperties:m,newText:c,properties:u,suggestionId:ra(t),type:"update",userId:h.userId}):c.length>0&&d.length>0?i.push({comments:x,createdAt:p,keyId:f,newText:c,suggestionId:ra(t),text:d,type:"replace",userId:h.userId}):c.length>0?i.push({comments:x,createdAt:p,keyId:f,newText:c,suggestionId:ra(t),type:"insert",userId:h.userId}):d.length>0&&i.push({comments:x,createdAt:p,keyId:f,suggestionId:ra(t),text:d,type:"remove",userId:h.userId})}),i},[n.suggestion,r,s,o.api,a,t])})(o,t),c=_m(s,t),u=l.length,h=c.length,x=u+h,p=d(Bm,"activeId"),f=p&&l.find(e=>e.suggestionId===p),g=d(Gi,"commentingBlock"),j=d(Gi,"activeId"),b=j===$s(),v=j&&c.find(e=>e.id===j),y=!f&&!v,w=[...c,...l].sort((e,t)=>e.createdAt.getTime()-t.createdAt.getTime()),k=c.some(e=>e.id===j)||l.some(e=>e.suggestionId===p),[N,C]=e.useState(k),z=!!g&&K.equals(t,g),_=N||k||b&&!!n&&z,S=e.useMemo(()=>{let e;return f&&(e=o.find(([e])=>se.isText(e)&&a.getApi(Qn).suggestion.nodeId(e)===f.suggestionId)),j&&(e=j===$s()?n:s.find(([e])=>a.getApi(Gi).comment.nodeId(e)===j)),e?a.api.toDOMNode(e[0]):null},[_,f,j,a.api,o,n,s]);return u+c.length!==0||n?/* @__PURE__ */al.jsx("div",{className:"flex w-full justify-between",children:/* @__PURE__ */al.jsxs(Bi,{open:_,onOpenChange:e=>{!e&&b&&n&&a.tf.unsetNodes($s(),{at:[],mode:"lowest",match:e=>e[$s()]}),C(e)},children:[
555
+ /* @__PURE__ */al.jsx("div",{className:"w-full",children:r}),S&&/* @__PURE__ */al.jsx(Ti,{asChild:!0,className:"w-full",virtualRef:{current:S}}),
556
+ /* @__PURE__ */al.jsx(Di,{className:"max-h-[min(50dvh,calc(-24px+var(--radix-popper-available-height)))] w-[380px] min-w-[130px] max-w-[calc(100vw-24px)] overflow-y-auto p-0 data-[state=closed]:opacity-0",onCloseAutoFocus:e=>e.preventDefault(),onOpenAutoFocus:e=>e.preventDefault(),align:"center",side:"bottom",children:b?/* @__PURE__ */al.jsx(vm,{className:"p-4",focusOnMount:!0}):y?w.map((e,t)=>"suggestionId"in e?/* @__PURE__ */al.jsx(Nm,{idx:t,isLast:t===w.length-1,suggestion:e},e.suggestionId):/* @__PURE__ */al.jsx(zm,{discussion:e,isLast:t===w.length-1},e.id)):/* @__PURE__ */al.jsxs(al.Fragment,{children:[f&&/* @__PURE__ */al.jsx(Nm,{idx:0,isLast:!0,suggestion:f},f.suggestionId),v&&/* @__PURE__ */al.jsx(zm,{discussion:v,isLast:!0})]})}),x>0&&/* @__PURE__ */al.jsx("div",{className:"relative left-0 size-0 select-none",children:/* @__PURE__ */al.jsx(Ii,{asChild:!0,children:/* @__PURE__ */al.jsxs(Bl,{variant:"ghost",className:"!px-1.5 mt-1 ml-1 flex h-6 gap-1 py-0 text-muted-foreground/80 hover:text-muted-foreground/80 data-[active=true]:bg-muted","data-active":_,contentEditable:!1,children:[u>0&&0===h&&/* @__PURE__ */al.jsx(Jr,{className:"size-4 shrink-0"}),0===u&&h>0&&/* @__PURE__ */al.jsx(Xr,{className:"size-4 shrink-0"}),u>0&&h>0&&/* @__PURE__ */al.jsx(Qr,{className:"size-4 shrink-0"}),
557
+ /* @__PURE__ */al.jsx("span",{className:"font-semibold text-xs",children:x})]})})})]})}):/* @__PURE__ */al.jsx("div",{className:"w-full",children:r})};function zm({discussion:t,isLast:r}){const[s,n]=e.useState(null);/* @__PURE__ */
558
+ return al.jsxs(e.Fragment,{children:[
559
+ /* @__PURE__ */al.jsxs("div",{className:"p-4",children:[t.comments.map((e,r)=>/* @__PURE__ */al.jsx(gm,{comment:e,discussionLength:t.comments.length,documentContent:t?.documentContent,editingId:s,index:r,setEditingId:n,showDocumentContent:!0},e.id??r)),
560
+ /* @__PURE__ */al.jsx(vm,{discussionId:t.id})]}),!r&&/* @__PURE__ */al.jsx("div",{className:"h-px w-full bg-muted"})]},t.id)}const _m=(e,t)=>{const{api:r,getOption:s,setOption:n}=i(Gi),o=d(Em,"discussions");e.forEach(([e])=>{const o=r.comment.nodeId(e),a=s("uniquePathMap");if(!o)return;const l=a.get(o);if(K.isPath(l)){return r.comment.node({id:o,at:l})?void 0:void n("uniquePathMap",new Map(a).set(o,t))}n("uniquePathMap",new Map(a).set(o,t))});const a=new Set(e.map(([e])=>r.comment.nodeId(e)).filter(Boolean));return o.map(e=>({...e,createdAt:new Date(e.createdAt)})).filter(e=>{const n=s("uniquePathMap").get(e.id);return!!n&&(!!K.equals(n,t)&&(r.comment.has({id:e.id})&&a.has(e.id)&&!e.isResolved))})},Sm=e=>`https://api.dicebear.com/9.x/glass/svg?seed=${e}`,Em=N({key:"discussion",options:{currentUserId:"alice",discussions:[{id:"discussion1",comments:[{id:"comment1",contentRich:[{children:[{text:"Comments are a great way to provide feedback and discuss changes."}],type:"p"}],createdAt:new Date(Date.now()-6e5),discussionId:"discussion1",isEdited:!1,userId:"charlie"},{id:"comment2",contentRich:[{children:[{text:"Agreed! The link to the docs makes it easy to learn more."}],type:"p"}],createdAt:new Date(Date.now()-5e5),discussionId:"discussion1",isEdited:!1,userId:"bob"}],createdAt:/* @__PURE__ */new Date,documentContent:"comments",isResolved:!1,userId:"charlie"},{id:"discussion2",comments:[{id:"comment1",contentRich:[{children:[{text:"Nice demonstration of overlapping annotations with both comments and suggestions!"}],type:"p"}],createdAt:new Date(Date.now()-3e5),discussionId:"discussion2",isEdited:!1,userId:"bob"},{id:"comment2",contentRich:[{children:[{text:"This helps users understand how powerful the editor can be."}],type:"p"}],createdAt:new Date(Date.now()-2e5),discussionId:"discussion2",isEdited:!1,userId:"charlie"}],createdAt:/* @__PURE__ */new Date,documentContent:"overlapping",isResolved:!1,userId:"bob"}],users:{alice:{id:"alice",avatarUrl:Sm("alice6"),name:"Alice"},bob:{id:"bob",avatarUrl:Sm("bob4"),name:"Bob"},charlie:{id:"charlie",avatarUrl:Sm("charlie2"),name:"Charlie"}}}}).configure({render:{aboveNodes:e=>{const{editor:t,element:r}=e,s=t.getApi(ia).comment,n=t.api.findPath(r);if(!n||n.length>1)return;const o=s.node({at:n,isDraft:!0}),a=[...s.nodes({at:n})],l=[...t.getApi(Qn).suggestion.nodes({at:n})].filter(([e])=>!e[oa()]);return 0!==a.length||0!==l.length||o?e=>/* @__PURE__ */al.jsx(Cm,{blockPath:n,commentNodes:a,draftCommentNode:o,suggestionNodes:l,...e}):void 0}}}).extendSelectors(({getOption:e})=>({currentUser:()=>e("users")[e("currentUserId")],user:t=>e("users")[t]})),Bm=j(aa,({editor:e})=>({options:{activeId:null,currentUserId:e.getOption(Em,"currentUserId"),hoverId:null,uniquePathMap:/* @__PURE__ */new Map}})).configure({handlers:{onClick:({api:e,event:t,setOption:r,type:s})=>{let n=t.target,o=!1;const a="true"===n.dataset.blockSuggestion,l=()=>{r("activeId",null),o=!0};for(Z(n)||a||l();n.parentElement&&!ne(n.parentElement);){const t="true"===n.dataset.blockSuggestion;if(n.classList.contains(`slate-${s}`)||t){const s=e.suggestion.node({isText:!t});if(!s){l();break}const n=e.suggestion.nodeId(s[0]);r("activeId",n??null),o=!0;break}n=n.parentElement}o||l()}},render:{belowNodes:({api:e,element:t})=>{if(!e.suggestion.isBlockSuggestion(t))return;const r=t.suggestion;return function({children:e}){/* @__PURE__ */
561
+ return al.jsx(im,{suggestionData:r,children:e})}},node:function(e){const{api:t,setOption:r}=i(Bm),s=e.leaf,n=t.suggestion.nodeId(s)??"",o=d(Bm,"activeId"),a=d(Bm,"hoverId"),c=t.suggestion.dataList(s),u=c.some(e=>"remove"===e.type),m=c.some(e=>e.id===o),h=c.some(e=>e.id===a),x={delete:"del",insert:"ins",update:"span"}[u?"delete":"insert"];/* @__PURE__ */
562
+ return al.jsx(l,{...e,as:x,className:xl(lm({insertActive:m||h,remove:u,removeActive:(m||h)&&u})),attributes:{...e.attributes,onMouseEnter:()=>r("hoverId",n),onMouseLeave:()=>r("hoverId",null)},children:e.children})}}}),Im=[Bm];function Dm(e){/* @__PURE__ */
563
+ return al.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
564
+ /* @__PURE__ */al.jsx("title",{children:"Border All"}),
565
+ /* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M0.25 1C0.25 0.585786 0.585786 0.25 1 0.25H14C14.4142 0.25 14.75 0.585786 14.75 1V14C14.75 14.4142 14.4142 14.75 14 14.75H1C0.585786 14.75 0.25 14.4142 0.25 14V1ZM1.75 1.75V13.25H13.25V1.75H1.75Z",fill:"currentColor",fillRule:"evenodd"}),
566
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"5"}),
567
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"3"}),
568
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"7"}),
569
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"7"}),
570
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"7"}),
571
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"7"}),
572
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"7"}),
573
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"9"}),
574
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"11"})]})}function Tm(e){/* @__PURE__ */
575
+ return al.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
576
+ /* @__PURE__ */al.jsx("title",{children:"Border Bottom"}),
577
+ /* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M1 13.25L14 13.25V14.75L1 14.75V13.25Z",fill:"currentColor",fillRule:"evenodd"}),
578
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"5"}),
579
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"5"}),
580
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"3"}),
581
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"3"}),
582
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"7"}),
583
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"1"}),
584
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"7"}),
585
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"1"}),
586
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"7"}),
587
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"1"}),
588
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"7"}),
589
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"1"}),
590
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"7"}),
591
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"1"}),
592
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"7"}),
593
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"1"}),
594
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"9"}),
595
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"9"}),
596
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"11"}),
597
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"11"}),
598
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"5"}),
599
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"3"}),
600
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"7"}),
601
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"1"}),
602
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"9"}),
603
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"11"})]})}function Am(e){/* @__PURE__ */
604
+ return al.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
605
+ /* @__PURE__ */al.jsx("title",{children:"Border Left"}),
606
+ /* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M1.75 1L1.75 14L0.249999 14L0.25 1L1.75 1Z",fill:"currentColor",fillRule:"evenodd"}),
607
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 10 7)",width:"1",x:"10",y:"7"}),
608
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 10 13)",width:"1",x:"10",y:"13"}),
609
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 12 7)",width:"1",x:"12",y:"7"}),
610
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 12 13)",width:"1",x:"12",y:"13"}),
611
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 7)",width:"1",x:"8",y:"7"}),
612
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 7)",width:"1",x:"14",y:"7"}),
613
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 13)",width:"1",x:"8",y:"13"}),
614
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 13)",width:"1",x:"14",y:"13"}),
615
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 5)",width:"1",x:"8",y:"5"}),
616
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 5)",width:"1",x:"14",y:"5"}),
617
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 3)",width:"1",x:"8",y:"3"}),
618
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 3)",width:"1",x:"14",y:"3"}),
619
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 9)",width:"1",x:"8",y:"9"}),
620
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 9)",width:"1",x:"14",y:"9"}),
621
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 11)",width:"1",x:"8",y:"11"}),
622
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 11)",width:"1",x:"14",y:"11"}),
623
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 6 7)",width:"1",x:"6",y:"7"}),
624
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 6 13)",width:"1",x:"6",y:"13"}),
625
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 4 7)",width:"1",x:"4",y:"7"}),
626
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 4 13)",width:"1",x:"4",y:"13"}),
627
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 10 1)",width:"1",x:"10",y:"1"}),
628
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 12 1)",width:"1",x:"12",y:"1"}),
629
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 8 1)",width:"1",x:"8",y:"1"}),
630
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 14 1)",width:"1",x:"14",y:"1"}),
631
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 6 1)",width:"1",x:"6",y:"1"}),
632
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(90 4 1)",width:"1",x:"4",y:"1"})]})}function Om(e){/* @__PURE__ */
633
+ return al.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
634
+ /* @__PURE__ */al.jsx("title",{children:"Border None"}),
635
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"5.025"}),
636
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"5.025"}),
637
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"3.025"}),
638
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"3.025"}),
639
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"7.025"}),
640
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"13.025"}),
641
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"1.025"}),
642
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"7.025"}),
643
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"13.025"}),
644
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"1.025"}),
645
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"7.025"}),
646
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"13.025"}),
647
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"5",y:"1.025"}),
648
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"7.025"}),
649
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"13.025"}),
650
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"3",y:"1.025"}),
651
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"7.025"}),
652
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"13.025"}),
653
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"9",y:"1.025"}),
654
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"7.025"}),
655
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"13.025"}),
656
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"11",y:"1.025"}),
657
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"9.025"}),
658
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"9.025"}),
659
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"7",y:"11.025"}),
660
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"13",y:"11.025"}),
661
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"5.025"}),
662
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"3.025"}),
663
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"7.025"}),
664
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"13.025"}),
665
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"1.025"}),
666
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"9.025"}),
667
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",width:"1",x:"1",y:"11.025"})]})}function Fm(e){/* @__PURE__ */
668
+ return al.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
669
+ /* @__PURE__ */al.jsx("title",{children:"Border Right"}),
670
+ /* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M13.25 1L13.25 14L14.75 14L14.75 1L13.25 1Z",fill:"currentColor",fillRule:"evenodd"}),
671
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 7)",width:"1"}),
672
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 13)",width:"1"}),
673
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 7)",width:"1"}),
674
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 13)",width:"1"}),
675
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 7)",width:"1"}),
676
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 7)",width:"1"}),
677
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 13)",width:"1"}),
678
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 13)",width:"1"}),
679
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 5)",width:"1"}),
680
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 5)",width:"1"}),
681
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 3)",width:"1"}),
682
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 3)",width:"1"}),
683
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 9)",width:"1"}),
684
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 9)",width:"1"}),
685
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 11)",width:"1"}),
686
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 11)",width:"1"}),
687
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 7)",width:"1"}),
688
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 13)",width:"1"}),
689
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 7)",width:"1"}),
690
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 13)",width:"1"}),
691
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 5 1)",width:"1"}),
692
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 3 1)",width:"1"}),
693
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 7 1)",width:"1"}),
694
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 1 1)",width:"1"}),
695
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 9 1)",width:"1"}),
696
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"matrix(0 1 1 0 11 1)",width:"1"})]})}function Mm(e){/* @__PURE__ */
697
+ return al.jsxs("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",...e,children:[
698
+ /* @__PURE__ */al.jsx("title",{children:"Border Top"}),
699
+ /* @__PURE__ */al.jsx("path",{clipRule:"evenodd",d:"M14 1.75L1 1.75L1 0.249999L14 0.25L14 1.75Z",fill:"currentColor",fillRule:"evenodd"}),
700
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 10)",width:"1",x:"8",y:"10"}),
701
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 10)",width:"1",x:"2",y:"10"}),
702
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 12)",width:"1",x:"8",y:"12"}),
703
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 12)",width:"1",x:"2",y:"12"}),
704
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 8)",width:"1",x:"8",y:"8"}),
705
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 14)",width:"1",x:"8",y:"14"}),
706
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 8)",width:"1",x:"2",y:"8"}),
707
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 14)",width:"1",x:"2",y:"14"}),
708
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 10 8)",width:"1",x:"10",y:"8"}),
709
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 10 14)",width:"1",x:"10",y:"14"}),
710
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 12 8)",width:"1",x:"12",y:"8"}),
711
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 12 14)",width:"1",x:"12",y:"14"}),
712
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 6 8)",width:"1",x:"6",y:"8"}),
713
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 6 14)",width:"1",x:"6",y:"14"}),
714
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 4 8)",width:"1",x:"4",y:"8"}),
715
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 4 14)",width:"1",x:"4",y:"14"}),
716
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 6)",width:"1",x:"8",y:"6"}),
717
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 6)",width:"1",x:"2",y:"6"}),
718
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 8 4)",width:"1",x:"8",y:"4"}),
719
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 2 4)",width:"1",x:"2",y:"4"}),
720
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 10)",width:"1",x:"14",y:"10"}),
721
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 12)",width:"1",x:"14",y:"12"}),
722
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 8)",width:"1",x:"14",y:"8"}),
723
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 14)",width:"1",x:"14",y:"14"}),
724
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 6)",width:"1",x:"14",y:"6"}),
725
+ /* @__PURE__ */al.jsx("rect",{fill:"currentColor",height:"1",rx:".5",transform:"rotate(-180 14 4)",width:"1",x:"14",y:"4"})]})}const Rm=x(ro,function({children:e,...t}){const n=s(),o=d(nt,"isSelectionAreaVisible"),a=!n&&!o,{isSelectingCell:l,marginLeft:i,props:c}=so(),u=at(t.element.id),m=/* @__PURE__ */al.jsx(r,{...t,className:xl("overflow-x-auto py-5",a&&"-ml-2 *:data-[slot=block-selection]:left-2"),style:{paddingLeft:i},children:/* @__PURE__ */al.jsxs("div",{className:"group/table relative w-fit",children:[
726
+ /* @__PURE__ */al.jsx("table",{className:xl("mr-0 ml-px table h-px table-fixed border-collapse",l&&"selection:bg-transparent"),...c,children:/* @__PURE__ */al.jsx("tbody",{className:"min-w-full",children:e})}),u&&/* @__PURE__ */al.jsx("div",{className:Cl(),contentEditable:!1})]})});return n?m:/* @__PURE__ */al.jsx(Lm,{children:m})});function Lm({children:e,...t}){const{tf:r}=i(eo),s=n(),o=h(),{props:a}=p({element:o}),l=f(e=>s&&e.api.isCollapsed(),[s]),c=g(),{canMerge:d,canSplit:u}=to();/* @__PURE__ */
727
+ return al.jsxs(Bi,{open:c&&(d||u||l),modal:!1,children:[
728
+ /* @__PURE__ */al.jsx(us,{asChild:!0,children:e}),
729
+ /* @__PURE__ */al.jsx(Di,{asChild:!0,onOpenAutoFocus:e=>e.preventDefault(),contentEditable:!1,...t,children:/* @__PURE__ */al.jsxs(Yl,{className:"scrollbar-hide flex w-auto max-w-[80vw] flex-row overflow-x-auto rounded-md border bg-popover p-1 shadow-md print:hidden",contentEditable:!1,children:[
730
+ /* @__PURE__ */al.jsxs(ai,{children:[
731
+ /* @__PURE__ */al.jsx(Hm,{tooltip:"Background color",children:/* @__PURE__ */al.jsx(zr,{})}),d&&/* @__PURE__ */al.jsx(ei,{onClick:()=>r.table.merge(),onMouseDown:e=>e.preventDefault(),tooltip:"Merge cells",children:/* @__PURE__ */al.jsx(es,{})}),u&&/* @__PURE__ */al.jsx(ei,{onClick:()=>r.table.split(),onMouseDown:e=>e.preventDefault(),tooltip:"Split cell",children:/* @__PURE__ */al.jsx(ts,{})}),
732
+ /* @__PURE__ */al.jsxs(Ol,{modal:!1,children:[
733
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ei,{tooltip:"Cell borders",children:/* @__PURE__ */al.jsx(rs,{})})}),
734
+ /* @__PURE__ */al.jsx(Fl,{children:/* @__PURE__ */al.jsx(Pm,{})})]}),l&&/* @__PURE__ */al.jsx(ai,{children:/* @__PURE__ */al.jsx(ei,{tooltip:"Delete table",...a,children:/* @__PURE__ */al.jsx(Et,{})})})]}),l&&/* @__PURE__ */al.jsxs(ai,{children:[
735
+ /* @__PURE__ */al.jsx(ei,{onClick:()=>{r.insert.tableRow({before:!0})},onMouseDown:e=>e.preventDefault(),tooltip:"Insert row before",children:/* @__PURE__ */al.jsx(mr,{})}),
736
+ /* @__PURE__ */al.jsx(ei,{onClick:()=>{r.insert.tableRow()},onMouseDown:e=>e.preventDefault(),tooltip:"Insert row after",children:/* @__PURE__ */al.jsx(hr,{})}),
737
+ /* @__PURE__ */al.jsx(ei,{onClick:()=>{r.remove.tableRow()},onMouseDown:e=>e.preventDefault(),tooltip:"Delete row",children:/* @__PURE__ */al.jsx(pt,{})})]}),l&&/* @__PURE__ */al.jsxs(ai,{children:[
738
+ /* @__PURE__ */al.jsx(ei,{onClick:()=>{r.insert.tableColumn({before:!0})},onMouseDown:e=>e.preventDefault(),tooltip:"Insert column before",children:/* @__PURE__ */al.jsx(xr,{})}),
739
+ /* @__PURE__ */al.jsx(ei,{onClick:()=>{r.insert.tableColumn()},onMouseDown:e=>e.preventDefault(),tooltip:"Insert column after",children:/* @__PURE__ */al.jsx(pr,{})}),
740
+ /* @__PURE__ */al.jsx(ei,{onClick:()=>{r.remove.tableColumn()},onMouseDown:e=>e.preventDefault(),tooltip:"Delete column",children:/* @__PURE__ */al.jsx(pt,{})})]})]})})]})}function Pm(e){const t=m(),{getOnSelectTableBorder:r,hasBottomBorder:s,hasLeftBorder:n,hasNoBorders:o,hasOuterBorders:a,hasRightBorder:l,hasTopBorder:i}=no();/* @__PURE__ */
741
+ return al.jsxs(Rl,{className:"min-w-[220px]",onCloseAutoFocus:e=>{e.preventDefault(),t.tf.focus()},align:"start",side:"right",sideOffset:0,...e,children:[
742
+ /* @__PURE__ */al.jsxs(Ll,{children:[
743
+ /* @__PURE__ */al.jsxs(Hl,{checked:i,onCheckedChange:r("top"),children:[
744
+ /* @__PURE__ */al.jsx(Mm,{}),
745
+ /* @__PURE__ */al.jsx("div",{children:"Top Border"})]}),
746
+ /* @__PURE__ */al.jsxs(Hl,{checked:l,onCheckedChange:r("right"),children:[
747
+ /* @__PURE__ */al.jsx(Fm,{}),
748
+ /* @__PURE__ */al.jsx("div",{children:"Right Border"})]}),
749
+ /* @__PURE__ */al.jsxs(Hl,{checked:s,onCheckedChange:r("bottom"),children:[
750
+ /* @__PURE__ */al.jsx(Tm,{}),
751
+ /* @__PURE__ */al.jsx("div",{children:"Bottom Border"})]}),
752
+ /* @__PURE__ */al.jsxs(Hl,{checked:n,onCheckedChange:r("left"),children:[
753
+ /* @__PURE__ */al.jsx(Am,{}),
754
+ /* @__PURE__ */al.jsx("div",{children:"Left Border"})]})]}),
755
+ /* @__PURE__ */al.jsxs(Ll,{children:[
756
+ /* @__PURE__ */al.jsxs(Hl,{checked:o,onCheckedChange:r("none"),children:[
757
+ /* @__PURE__ */al.jsx(Om,{}),
758
+ /* @__PURE__ */al.jsx("div",{children:"No Border"})]}),
759
+ /* @__PURE__ */al.jsxs(Hl,{checked:a,onCheckedChange:r("outer"),children:[
760
+ /* @__PURE__ */al.jsx(Dm,{}),
761
+ /* @__PURE__ */al.jsx("div",{children:"Outside Borders"})]})]})]})}function Hm({children:t,tooltip:r}){const[s,n]=e.useState(!1),o=m(),a=d(eo,"selectedCells"),l=e.useCallback(e=>{n(!1),Zs(o,{color:e,selectedCells:a??[]})},[a,o]),i=e.useCallback(()=>{n(!1),Zs(o,{color:null,selectedCells:a??[]})},[a,o]);/* @__PURE__ */
762
+ return al.jsxs(Ol,{open:s,onOpenChange:n,modal:!1,children:[
763
+ /* @__PURE__ */al.jsx(Ml,{asChild:!0,children:/* @__PURE__ */al.jsx(ei,{tooltip:r,children:t})}),
764
+ /* @__PURE__ */al.jsxs(Rl,{align:"start",children:[
765
+ /* @__PURE__ */al.jsx(ii,{label:"Colors",children:/* @__PURE__ */al.jsx(sd,{className:"px-2",colors:nd,updateColor:l})}),
766
+ /* @__PURE__ */al.jsx(Ll,{children:/* @__PURE__ */al.jsxs(Pl,{className:"p-2",onClick:i,children:[
767
+ /* @__PURE__ */al.jsx(Mt,{}),
768
+ /* @__PURE__ */al.jsx("span",{children:"Clear"})]})})]})]})}function Vm({dragRef:e}){const t=m(),r=h();/* @__PURE__ */
769
+ return al.jsx(Bl,{ref:e,variant:"outline",className:xl("-translate-y-1/2 absolute top-1/2 left-0 z-51 h-6 w-4 p-0 focus-visible:ring-0 focus-visible:ring-offset-0","cursor-grab active:cursor-grabbing",'opacity-0 transition-opacity duration-100 group-hover/row:opacity-100 group-has-data-[resizing="true"]/row:opacity-0'),onClick:()=>{t.tf.select(r)},children:/* @__PURE__ */al.jsx(Dt,{className:"text-muted-foreground"})})}function Um(){const{dropLine:e}=js();return e?/* @__PURE__ */al.jsx("div",{className:xl("absolute inset-x-0 left-2 z-50 h-0.5 bg-brand/50","top"===e?"-top-px":"-bottom-px")}):null}function qm({isHeader:e,...t}){const{api:n}=i(eo),o=s(),a=t.element,l=F(([e])=>e.id,[],{key:U.table}),c=F(([e])=>e.id,[],{key:U.tr}),u=at(l),m=at(c)||u,h=d(nt,"isSelectionAreaVisible"),{borders:x,colIndex:p,colSpan:f,minHeight:g,rowIndex:j,selected:b,width:v}=oo(),{bottomProps:y,hiddenLeft:w,leftProps:k,rightProps:N}=ao({colIndex:p,colSpan:f,rowIndex:j});/* @__PURE__ */
770
+ return al.jsxs(r,{...t,as:e?"th":"td",className:xl("h-full overflow-visible border-none bg-background p-0",a.background?"bg-(--cellBackground)":"bg-background",e&&"text-left *:m-0","before:size-full",b&&"before:z-10 before:bg-brand/5","before:absolute before:box-border before:select-none before:content-['']",x.bottom?.size&&"before:border-b before:border-b-border",x.right?.size&&"before:border-r before:border-r-border",x.left?.size&&"before:border-l before:border-l-border",x.top?.size&&"before:border-t before:border-t-border"),style:{"--cellBackground":a.background,maxWidth:v||240,minWidth:v||120},attributes:{...t.attributes,colSpan:n.table.getColSpan(a),rowSpan:n.table.getRowSpan(a)},children:[
771
+ /* @__PURE__ */al.jsx("div",{className:"relative z-20 box-border h-full px-3 py-2",style:{minHeight:g},children:t.children}),!h&&/* @__PURE__ */al.jsx("div",{className:"group absolute top-0 size-full select-none",contentEditable:!1,suppressContentEditableWarning:!0,children:!o&&/* @__PURE__ */al.jsxs(al.Fragment,{children:[
772
+ /* @__PURE__ */al.jsx(Iu,{...N,className:"-top-2 -right-1 h-[calc(100%_+_8px)] w-2","data-col":p}),
773
+ /* @__PURE__ */al.jsx(Iu,{...y,className:"-bottom-1 h-2"}),!w&&/* @__PURE__ */al.jsx(Iu,{...k,className:"-left-1 top-0 w-2","data-resizer-left":0===p?"true":void 0}),
774
+ /* @__PURE__ */al.jsx("div",{className:xl("absolute top-0 z-30 hidden h-full w-1 bg-ring","right-[-1.5px]",$m({colIndex:p}))}),0===p&&/* @__PURE__ */al.jsx("div",{className:xl("absolute top-0 z-30 h-full w-1 bg-ring","left-[-1.5px]",'fade-in hidden animate-in group-has-[[data-resizer-left]:hover]/table:block group-has-[[data-resizer-left][data-resizing="true"]]/table:block')})]})}),m&&/* @__PURE__ */al.jsx("div",{className:Cl(),contentEditable:!1})]})}const $m=et("fade-in hidden animate-in",{variants:{colIndex:{0:'group-has-[[data-col="0"]:hover]/table:block group-has-[[data-col="0"][data-resizing="true"]]/table:block',1:'group-has-[[data-col="1"]:hover]/table:block group-has-[[data-col="1"][data-resizing="true"]]/table:block',2:'group-has-[[data-col="2"]:hover]/table:block group-has-[[data-col="2"][data-resizing="true"]]/table:block',3:'group-has-[[data-col="3"]:hover]/table:block group-has-[[data-col="3"][data-resizing="true"]]/table:block',4:'group-has-[[data-col="4"]:hover]/table:block group-has-[[data-col="4"][data-resizing="true"]]/table:block',5:'group-has-[[data-col="5"]:hover]/table:block group-has-[[data-col="5"][data-resizing="true"]]/table:block',6:'group-has-[[data-col="6"]:hover]/table:block group-has-[[data-col="6"][data-resizing="true"]]/table:block',7:'group-has-[[data-col="7"]:hover]/table:block group-has-[[data-col="7"][data-resizing="true"]]/table:block',8:'group-has-[[data-col="8"]:hover]/table:block group-has-[[data-col="8"][data-resizing="true"]]/table:block',9:'group-has-[[data-col="9"]:hover]/table:block group-has-[[data-col="9"][data-resizing="true"]]/table:block',10:'group-has-[[data-col="10"]:hover]/table:block group-has-[[data-col="10"][data-resizing="true"]]/table:block'}}}),Wm=[eo.withComponent(Rm),lo.withComponent(function({children:e,...t}){const{element:o}=t,a=s(),l=n(),i=m(),c=d(nt,"isSelectionAreaVisible"),u=!a&&!c,{isDragging:h,nodeRef:x,previewRef:p,handleRef:f}=gs({element:o,type:o.type,canDropNode:({dragEntry:e,dropEntry:t})=>K.equals(K.parent(e[1]),K.parent(t[1])),onDropHandler:(e,{dragItem:t})=>{const r=t.element;r&&i.tf.select(r)}});/* @__PURE__ */
775
+ return al.jsxs(r,{...t,ref:B(t.ref,p,x),as:"tr",className:xl("group/row",h&&"opacity-50"),attributes:{...t.attributes,"data-selected":l?"true":void 0},children:[u&&/* @__PURE__ */al.jsxs("td",{className:"w-2 select-none",contentEditable:!1,children:[
776
+ /* @__PURE__ */al.jsx(Vm,{dragRef:f}),
777
+ /* @__PURE__ */al.jsx(Um,{})]}),e]})}),io.withComponent(qm),co.withComponent(function(e){/* @__PURE__ */
778
+ return al.jsx(qm,{...e,isHeader:!0})})],Km=et("block h-auto w-full cursor-pointer truncate rounded-none px-0.5 py-1.5 text-left font-medium text-muted-foreground underline decoration-[0.5px] underline-offset-4 hover:bg-accent hover:text-muted-foreground",{variants:{depth:{1:"pl-0.5",2:"pl-[26px]",3:"pl-[50px]"}}});const Zm=[pa.configure({options:{topOffset:80}}).withComponent(function(e){const t=ha(),{props:s}=xa(t),{headingList:n}=t;/* @__PURE__ */
779
+ return al.jsxs(r,{...e,className:"mb-1 p-0",children:[
780
+ /* @__PURE__ */al.jsx("div",{contentEditable:!1,children:n.length>0?n.map(e=>/* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:Km({depth:e.depth}),onClick:t=>s.onClick(t,e,"smooth"),"aria-current":!0,children:e.title},e.id)):/* @__PURE__ */al.jsx("div",{className:"text-gray-500 text-sm",children:"Create a heading to display the table of contents."})}),e.children]})})];const Gm=[...hu,ja.withComponent(function(e){const t=e.element,s=fa(t.id),{buttonProps:n,open:o}=ga(s);/* @__PURE__ */
781
+ return al.jsxs(r,{...e,className:"pl-6",children:[
782
+ /* @__PURE__ */al.jsx(Bl,{size:"icon",variant:"ghost",className:"-left-0.5 absolute top-0 size-6 cursor-pointer select-none items-center justify-center rounded-md p-px text-muted-foreground transition-colors hover:bg-accent [&_svg]:size-4",contentEditable:!1,...n,children:/* @__PURE__ */al.jsx(ss,{className:o?"rotate-90 transition-transform duration-75":"rotate-0 transition-transform duration-75"})}),e.children]})})],Ym=[...pl,...Ri,...Wm,...Gm,...Zm,...$u,...ki,...Zi,...vu,...rc,...mu,...nm,...fl,...au,...gu,...ll,...lu,...Yi,...Im,...am,...ul,...Qi,..._l,...uc,...hc,oe,...mc,...Sl,...tu,...nu];function Jm({children:e,mediaPicker:t}){/* @__PURE__ */
783
+ return al.jsx(Zd.Provider,{value:t,children:e})}function Xm(){const{isFullscreen:t,onToggleFullscreen:r}=Wd();return e.useEffect(()=>{const e=e=>{"Escape"===e.key&&t&&r()};if(t)return window.addEventListener("keydown",e),()=>{window.removeEventListener("keydown",e)}},[t,r]),null}function Qm({initialValue:t,onChange:r,mode:s="draft",mediaPicker:n}){const o=O({plugins:Ym,value:t});e.useEffect(()=>{o.setOption(Qn,"isSuggesting","draft"===s)},[o,s]);const a=/* @__PURE__ */al.jsx("div",{className:"h-screen w-full bg-white rounded-sm border-1",children:/* @__PURE__ */al.jsx(A,{editor:o,onChange:({value:e})=>{console.log(e),r?.(e)},children:/* @__PURE__ */al.jsx(hm,{children:/* @__PURE__ */al.jsx(pm,{variant:"fullWidth"})})})});return n?/* @__PURE__ */al.jsx(Jm,{mediaPicker:n,children:a}):a}function eh({initialValue:t,onChange:r,mode:s="draft",mediaPicker:n}){const[o,a]=e.useState(!1),l=e.useCallback(()=>{a(e=>!e)},[]);/* @__PURE__ */
784
+ return al.jsx("div",{className:o?"fixed inset-0 z-1450 bg-white":"",children:/* @__PURE__ */al.jsxs($d,{isFullscreen:o,onToggleFullscreen:l,children:[
785
+ /* @__PURE__ */al.jsx(Xm,{}),
786
+ /* @__PURE__ */al.jsx(Qm,{initialValue:t,onChange:r,mode:s,mediaPicker:n})]})})}const th=[ba.configure({inject:{nodeProps:{defaultNodeValue:"start",nodeKey:"align",styleKey:"textAlign",validNodeValues:["start","left","center","right","end","justify"]},targetPlugins:[...U.heading,U.p,U.img,U.mediaEmbed]}})];const rh=et("relative mb-1",{variants:{variant:{h1:"mt-[1.6em] pb-1 font-bold font-heading text-4xl",h2:"mt-[1.4em] pb-px font-heading font-semibold text-2xl tracking-tight",h3:"mt-[1em] pb-px font-heading font-semibold text-xl tracking-tight",h4:"mt-[0.75em] font-heading font-semibold text-lg tracking-tight",h5:"mt-[0.75em] font-semibold text-lg tracking-tight",h6:"mt-[0.75em] font-semibold text-base tracking-tight"}}});function sh({variant:e="h1",...t}){const r=t.element.id;/* @__PURE__ */
787
+ return al.jsxs(Va,{as:e,className:rh({variant:e}),...t,children:[r&&/* @__PURE__ */al.jsx("span",{id:r}),t.children]})}const nh=[ae.withComponent(function(e){/* @__PURE__ */
788
+ return al.jsx(Va,{...e,className:xl("m-0 px-0 py-1"),children:e.children})}),Ca.withComponent(function(e){/* @__PURE__ */
789
+ return al.jsx(sh,{variant:"h1",...e})}),za.withComponent(function(e){/* @__PURE__ */
790
+ return al.jsx(sh,{variant:"h2",...e})}),_a.withComponent(function(e){/* @__PURE__ */
791
+ return al.jsx(sh,{variant:"h3",...e})}),Sa.withComponent(function(e){/* @__PURE__ */
792
+ return al.jsx(sh,{variant:"h4",...e})}),Ea.withComponent(function(e){/* @__PURE__ */
793
+ return al.jsx(sh,{variant:"h5",...e})}),Ba.withComponent(function(e){/* @__PURE__ */
794
+ return al.jsx(sh,{variant:"h6",...e})}),Ia.withComponent(function(e){/* @__PURE__ */
795
+ return al.jsx(Va,{as:"blockquote",className:"my-1 border-l-2 pl-6 italic",...e})}),Da.withComponent(function(e){/* @__PURE__ */
796
+ return al.jsxs(Va,{...e,children:[
797
+ /* @__PURE__ */al.jsx("div",{className:"cursor-text py-6",contentEditable:!1,children:/* @__PURE__ */al.jsx("hr",{className:xl("h-0.5 rounded-sm border-none bg-muted bg-clip-content")})}),e.children]})})];const oh=[Ta,Aa,Oa,Fa.withComponent(function(e){/* @__PURE__ */
798
+ return al.jsx(Ua,{...e,as:"code",className:"whitespace-pre-wrap rounded-md bg-muted px-[0.3em] py-[0.2em] font-mono text-sm",children:e.children})}),Ma,Ra,La,Pa.withComponent(function(e){/* @__PURE__ */
799
+ return al.jsx(Ua,{...e,as:"mark",className:"bg-highlight/30 text-inherit",children:e.children})}),Ha.withComponent(function(e){/* @__PURE__ */
800
+ return al.jsx(Ua,{...e,as:"kbd",className:"rounded border border-border bg-muted px-1.5 py-0.5 font-mono text-sm shadow-[rgba(255,_255,_255,_0.1)_0px_0.5px_0px_0px_inset,_rgb(248,_249,_250)_0px_1px_5px_0px_inset,_rgb(193,_200,_205)_0px_0px_0px_0.5px,_rgb(193,_200,_205)_0px_2px_1px_-1px,_rgb(193,_200,_205)_0px_1px_0px_0px] dark:shadow-[rgba(255,_255,_255,_0.1)_0px_0.5px_0px_0px_inset,_rgb(26,_29,_30)_0px_1px_5px_0px_inset,_rgb(76,_81,_85)_0px_0px_0px_0.5px,_rgb(76,_81,_85)_0px_2px_1px_-1px,_rgb(76,_81,_85)_0px_1px_0px_0px]",children:e.children})})];const ah=[_n.withComponent(function({children:e,className:t,...r}){/* @__PURE__ */
801
+ return al.jsx(Va,{className:xl("my-1 flex rounded-sm bg-muted p-4 pl-3",t),style:{backgroundColor:r.element.backgroundColor},...r,children:/* @__PURE__ */al.jsxs("div",{className:"flex w-full gap-2 rounded-md",children:[
802
+ /* @__PURE__ */al.jsx("div",{className:"size-6 select-none text-[18px]",style:{fontFamily:'"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols'},children:/* @__PURE__ */al.jsx("span",{"data-plate-prevent-deserialization":!0,children:r.element.icon||"💡"})}),
803
+ /* @__PURE__ */al.jsx("div",{className:"w-full",children:e})]})})})];const lh=zs(_s),ih=[Se.configure({node:{component:function(e){/* @__PURE__ */
804
+ return al.jsx(Va,{className:"py-1 **:[.hljs-addition]:bg-[#f0fff4] **:[.hljs-addition]:text-[#22863a] dark:**:[.hljs-addition]:bg-[#3c5743] dark:**:[.hljs-addition]:text-[#ceead5] **:[.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable]:text-[#005cc5] dark:**:[.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable]:text-[#6596cf] **:[.hljs-built\\\\\\\\_in,.hljs-symbol]:text-[#e36209] dark:**:[.hljs-built\\\\\\\\_in,.hljs-symbol]:text-[#c3854e] **:[.hljs-bullet]:text-[#735c0f] **:[.hljs-comment,.hljs-code,.hljs-formula]:text-[#6a737d] dark:**:[.hljs-comment,.hljs-code,.hljs-formula]:text-[#6a737d] **:[.hljs-deletion]:bg-[#ffeef0] **:[.hljs-deletion]:text-[#b31d28] dark:**:[.hljs-deletion]:bg-[#473235] dark:**:[.hljs-deletion]:text-[#e7c7cb] **:[.hljs-emphasis]:italic **:[.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\\\\\_]:text-[#d73a49] dark:**:[.hljs-keyword,.hljs-doctag,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language\\\\\\\\_]:text-[#ee6960] **:[.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo]:text-[#22863a] dark:**:[.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo]:text-[#36a84f] **:[.hljs-regexp,.hljs-string,.hljs-meta_.hljs-string]:text-[#032f62] dark:**:[.hljs-regexp,.hljs-string,.hljs-meta_.hljs-string]:text-[#3593ff] **:[.hljs-section]:font-bold **:[.hljs-section]:text-[#005cc5] dark:**:[.hljs-section]:text-[#61a5f2] **:[.hljs-strong]:font-bold **:[.hljs-title,.hljs-title.class\\\\\\\\_,.hljs-title.class\\\\\\\\_.inherited\\\\\\\\_\\\\\\\\_,.hljs-title.function\\\\\\\\_]:text-[#6f42c1] dark:**:[.hljs-title,.hljs-title.class\\\\\\\\_,.hljs-title.class\\\\\\\\_.inherited\\\\\\\\_\\\\\\\\_,.hljs-title.function\\\\\\\\_]:text-[#a77bfa]",...e,children:/* @__PURE__ */al.jsx("div",{className:"relative rounded-md bg-muted/50",children:/* @__PURE__ */al.jsx("pre",{className:"overflow-x-auto p-8 pr-4 font-mono text-sm leading-[normal] [tab-size:2] print:break-inside-avoid",children:/* @__PURE__ */al.jsx("code",{children:e.children})})})})}},options:{lowlight:lh}}),Ee.withComponent(function(e){/* @__PURE__ */
805
+ return al.jsx(Va,{...e})}),Be.withComponent(function(e){const t=e.leaf.className;/* @__PURE__ */
806
+ return al.jsx(Ua,{className:t,...e})})];const ch=[As.withComponent(function(e){/* @__PURE__ */
807
+ return al.jsx(Va,{className:"mb-2",...e,children:/* @__PURE__ */al.jsx("div",{className:"flex size-full rounded",children:e.children})})}),Os.withComponent(function(e){const{width:t}=e.element;/* @__PURE__ */
808
+ return al.jsx("div",{className:"group/column relative",style:{width:t??"100%"},children:/* @__PURE__ */al.jsx(Va,{className:"h-full px-2 pt-2 group-first/column:pl-0 group-last/column:pr-0",...e,children:/* @__PURE__ */al.jsx("div",{className:"relative h-full border border-transparent p-1.5",children:e.children})})})})];const dh=[qs.withComponent(function(e){/* @__PURE__ */
809
+ return al.jsx(Ua,{...e,className:"border-b-2 border-b-highlight/35 bg-highlight/15",children:e.children})})];const uh=[En.withComponent(function(e){const{element:t}=e;/* @__PURE__ */
810
+ return al.jsxs(Va,{as:"span",className:"inline-block",...e,children:[
811
+ /* @__PURE__ */al.jsx("span",{className:"w-fit rounded-sm bg-muted px-1 text-muted-foreground",children:t.date?(()=>{const e=/* @__PURE__ */new Date,r=new Date(t.date),s=r.getDate()===e.getDate()&&r.getMonth()===e.getMonth()&&r.getFullYear()===e.getFullYear(),n=new Date(e.setDate(e.getDate()-1)).toDateString()===r.toDateString(),o=new Date(e.setDate(e.getDate()+2)).toDateString()===r.toDateString();return s?"Today":n?"Yesterday":o?"Tomorrow":r.toLocaleDateString(void 0,{day:"numeric",month:"long",year:"numeric"})})():/* @__PURE__ */al.jsx("span",{children:"Pick a date"})}),e.children]})})],mh={inject:{targetPlugins:[U.p]}},hh=[va.configure(mh),ya.configure(mh),wa.configure(mh),ka.configure(mh)],xh=[Na.configure({inject:{nodeProps:{defaultNodeValue:1.5,validNodeValues:[1,1.2,1.5,2,3]},targetPlugins:[...U.heading,U.p]}})];const ph=[No.withComponent(function(e){/* @__PURE__ */
812
+ return al.jsx(Va,{...e,as:"a",className:"font-medium text-primary underline decoration-primary underline-offset-4",attributes:{...e.attributes,...ko(e.editor,e.element)},children:e.children})})],fh=[Wa.configure({inject:{targetPlugins:[...U.heading,U.p,U.blockquote,U.codeBlock,U.toggle]},options:{offset:24}})],gh={todo:{Li:function(e){/* @__PURE__ */
813
+ return al.jsx("li",{className:xl("list-none",e.element.checked&&"text-muted-foreground line-through"),children:e.children})},Marker:function(e){const t=e.element.checked;/* @__PURE__ */
814
+ return al.jsx("div",{contentEditable:!1,children:/* @__PURE__ */al.jsx("button",{className:xl("peer -left-6 pointer-events-none absolute top-1 size-4 shrink-0 rounded-sm border border-primary bg-background ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",e.className),"data-state":t?"checked":"unchecked",type:"button",children:/* @__PURE__ */al.jsx("div",{className:xl("flex items-center justify-center text-current"),children:t&&/* @__PURE__ */al.jsx(mt,{className:"size-4"})})})})}}};function jh(e){const{indent:t,listStart:r,listStyleType:s}=e.element,{Li:n,Marker:o}=gh[s]??{},a=Oe(e.element)?"ol":"ul",l=t?24*t+"px":void 0;/* @__PURE__ */
815
+ return al.jsxs(a,{className:"relative m-0 p-0",style:{listStyleType:s,marginLeft:l},start:r,children:[o&&/* @__PURE__ */al.jsx(o,{...e}),n?/* @__PURE__ */al.jsx(n,{...e}):/* @__PURE__ */al.jsx("li",{children:e.children})]})}const bh=[...fh,Fe.configure({inject:{targetPlugins:[...U.heading,U.p,U.blockquote,U.codeBlock,U.toggle]},render:{belowNodes:e=>{if(e.element.listStyleType)return e=>/* @__PURE__ */al.jsx(jh,{...e})}}})];const vh=[Un.withComponent(function(e){const t=Vn({element:e.element,options:{displayMode:!0,errorColor:"#cc0000",fleqn:!1,leqno:!1,macros:{"\\f":"#1f(#2)"},output:"htmlAndMathml",strict:"warn",throwOnError:!1,trust:!1}});/* @__PURE__ */
816
+ return al.jsxs(Va,{...e,className:"inline-block select-none rounded-sm [&_.katex-display]:my-0",children:[
817
+ /* @__PURE__ */al.jsx("div",{className:xl('after:-top-0.5 after:-left-1 after:absolute after:inset-0 after:z-1 after:h-[calc(100%)+4px] after:w-[calc(100%+8px)] after:rounded-sm after:content-[""]',"h-6",0===e.element.texExpression.length&&"text-muted-foreground after:bg-neutral-500/10"),children:/* @__PURE__ */al.jsx("span",{className:xl(0===e.element.texExpression.length&&"hidden","font-mono leading-none"),dangerouslySetInnerHTML:{__html:t}})}),e.children]})}),qn.withComponent(function(e){const{element:t}=e,r=Vn({element:t,options:{displayMode:!0,errorColor:"#cc0000",fleqn:!1,leqno:!1,macros:{"\\f":"#1f(#2)"},output:"htmlAndMathml",strict:"warn",throwOnError:!1,trust:!1}});/* @__PURE__ */
818
+ return al.jsxs(Va,{className:"my-1",...e,children:[
819
+ /* @__PURE__ */al.jsx("div",{className:xl("group flex select-none items-center justify-center rounded-sm hover:bg-primary/10 data-[selected=true]:bg-primary/10",0===t.texExpression.length?"bg-muted p-3 pr-9":"px-2 py-1"),children:t.texExpression.length>0?/* @__PURE__ */al.jsx("span",{dangerouslySetInnerHTML:{__html:r}}):/* @__PURE__ */al.jsxs("div",{className:"flex h-7 w-full items-center gap-2 whitespace-nowrap text-muted-foreground text-sm",children:[
820
+ /* @__PURE__ */al.jsx(Br,{className:"size-6 text-muted-foreground/80"}),
821
+ /* @__PURE__ */al.jsx("div",{children:"Add a Tex equation"})]})}),e.children]})})];const yh=[Gn.withComponent(function(e){const{align:t="center",caption:r,url:s,width:n}=e.element;/* @__PURE__ */
822
+ return al.jsxs(Va,{...e,className:"py-2.5",children:[
823
+ /* @__PURE__ */al.jsx("figure",{className:"group relative m-0 inline-block",style:{width:n},children:/* @__PURE__ */al.jsxs("div",{className:"relative min-w-[92px] max-w-full",style:{textAlign:t},children:[
824
+ /* @__PURE__ */al.jsx("img",{className:xl("w-full max-w-full cursor-default object-cover px-0","rounded-sm"),alt:e.attributes.alt,src:s}),r&&/* @__PURE__ */al.jsx("figcaption",{className:"mx-auto mt-2 h-[24px] max-w-full",style:{textAlign:"center"},children:W.string(r[0])})]})}),e.children]})}),Yn.withComponent(function(e){/* @__PURE__ */
825
+ return al.jsxs(Va,{...e,className:"mb-1",children:[
826
+ /* @__PURE__ */al.jsx("figure",{className:"group relative cursor-default",children:/* @__PURE__ */al.jsx("div",{className:"h-16",children:/* @__PURE__ */al.jsx("audio",{className:"size-full",src:e.element.url,controls:!0})})}),e.children]})}),Jn.withComponent(function(e){const{name:t,url:r}=e.element;/* @__PURE__ */
827
+ return al.jsxs(Va,{className:"my-px rounded-sm",...e,children:[
828
+ /* @__PURE__ */al.jsx("a",{className:"group relative m-0 flex cursor-pointer items-center rounded px-0.5 py-[3px] hover:bg-muted",contentEditable:!1,download:t,href:r,rel:"noopener noreferrer",role:"button",target:"_blank",children:/* @__PURE__ */al.jsxs("div",{className:"flex items-center gap-1 p-1",children:[
829
+ /* @__PURE__ */al.jsx(Dr,{className:"size-5"}),
830
+ /* @__PURE__ */al.jsx("div",{children:t})]})}),e.children]})}),Ka.configure({options:{query:{allow:[U.img,U.video,U.audio,U.file,U.mediaEmbed]}}}),Xn];const wh=[Po.withComponent(function(e){const{prefix:t}=e,r=e.element;/* @__PURE__ */
831
+ return al.jsxs(Va,{...e,as:"span",className:xl("inline-block rounded-md bg-muted px-1.5 py-0.5 align-baseline font-medium text-sm",!0===r.children[0][U.bold]&&"font-bold",!0===r.children[0][U.italic]&&"italic",!0===r.children[0][U.underline]&&"underline"),attributes:{...e.attributes,"data-slate-value":r.value},children:[e.children,t,r.value]})})];const kh=[aa.withComponent(function(e){const{editor:t,leaf:r}=e,s=t.getApi(aa).suggestion.dataList(r).some(e=>"remove"===e.type),n={delete:"del",insert:"ins",update:"span"}[s?"delete":"insert"];/* @__PURE__ */
832
+ return al.jsx(Ua,{...e,as:n,className:xl("border-b-2 border-b-brand/[.24] bg-brand/[.08] text-brand/80 no-underline transition-colors duration-200",s&&"border-b-gray-300 bg-gray-300/25 text-gray-400 line-through"),children:e.children})})];function Nh({isHeader:e,...t}){const{editor:r,element:s}=t,{api:n}=r.getPlugin(Gs),{minHeight:o,width:a}=n.table.getCellSize({element:s}),l=n.table.getCellBorders({element:s});/* @__PURE__ */
833
+ return al.jsx(Va,{...t,as:e?"th":"td",className:xl("h-full overflow-visible border-none bg-background p-0",s.background?"bg-(--cellBackground)":"bg-background",e&&"text-left font-normal *:m-0","before:size-full","before:absolute before:box-border before:select-none before:content-['']",l&&xl(l.bottom?.size&&"before:border-b before:border-b-border",l.right?.size&&"before:border-r before:border-r-border",l.left?.size&&"before:border-l before:border-l-border",l.top?.size&&"before:border-t before:border-t-border")),style:{"--cellBackground":s.background,maxWidth:a||240,minWidth:a||120},attributes:{...t.attributes,colSpan:n.table.getColSpan(s),rowSpan:n.table.getRowSpan(s)},children:/* @__PURE__ */al.jsx("div",{className:"relative z-20 box-border h-full px-4 py-2",style:{minHeight:o},children:t.children})})}const Ch=[Gs.withComponent(function({children:e,...t}){const{disableMarginLeft:r}=t.editor.getOptions(Gs),s=r?0:t.element.marginLeft;/* @__PURE__ */
834
+ return al.jsx(Va,{...t,className:"overflow-x-auto py-5",style:{paddingLeft:s},children:/* @__PURE__ */al.jsx("div",{className:"group/table relative w-fit",children:/* @__PURE__ */al.jsx("table",{className:"mr-0 ml-px table h-px table-fixed border-collapse",style:{borderCollapse:"collapse",width:"100%"},children:/* @__PURE__ */al.jsx("tbody",{className:"min-w-full",children:e})})})})}),Ys.withComponent(function(e){/* @__PURE__ */
835
+ return al.jsx(Va,{...e,as:"tr",className:"h-full",children:e.children})}),Js.withComponent(Nh),Xs.withComponent(function(e){/* @__PURE__ */
836
+ return al.jsx(Nh,{...e,isHeader:!0})})],zh=et("block h-auto w-full cursor-pointer truncate rounded-none px-0.5 py-1.5 text-left font-medium text-muted-foreground underline decoration-[0.5px] underline-offset-4 hover:bg-accent hover:text-muted-foreground",{variants:{depth:{1:"pl-0.5",2:"pl-[26px]",3:"pl-[50px]"}}});const _h={h1:1,h2:2,h3:3,h4:4,h5:5,h6:6},Sh=e=>{if(!e)return[];const t=e.getOptions(mo);if(t.queryHeading)return t.queryHeading(e);const r=[],s=e.api.nodes({at:[],match:e=>ho(e)});return s?(Array.from(s).forEach(([e,t])=>{const{type:s}=e,n=W.string(e),o=_h[s],a=e.id;n&&r.push({id:a,depth:o,path:t,title:n,type:s})}),r):[]},Eh=[mo.withComponent(function(e){const{editor:t}=e,r=Sh(t);/* @__PURE__ */
837
+ return al.jsxs(Va,{...e,className:"mb-1 p-0",children:[
838
+ /* @__PURE__ */al.jsx("div",{children:r.length>0?r.map(e=>/* @__PURE__ */al.jsx(Bl,{variant:"ghost",className:zh({depth:e.depth}),children:e.title},e.title)):/* @__PURE__ */al.jsx("div",{className:"text-gray-500 text-sm",children:"Create a heading to display the table of contents."})}),e.children]})})];const Bh=[...nh,...ih,...Ch,...[Za.withComponent(function(e){/* @__PURE__ */
839
+ return al.jsxs(Va,{...e,className:"pl-6",children:[
840
+ /* @__PURE__ */al.jsx("div",{className:"-left-0.5 absolute top-0 size-6 cursor-pointer select-none items-center justify-center rounded-md p-px text-muted-foreground transition-colors hover:bg-accent [&_svg]:size-4",contentEditable:!1,children:/* @__PURE__ */al.jsx(ss,{className:"rotate-0 transition-transform duration-75"})}),e.children]})})],...Eh,...yh,...ah,...ch,...vh,...uh,...ph,...wh,...oh,...hh,...bh,...th,...xh,...dh,...kh];export{ll as AlignKit,ul as AutoformatKit,Bh as BaseEditorKit,pl as BasicBlocksKit,fl as BasicMarksKit,_l as BlockMenuKit,Sl as BlockPlaceholderKit,ki as CalloutKit,Ri as CodeBlockKit,Zi as ColumnKit,Yi as CommentKit,Qi as CursorOverlayKit,rc as DateKit,uc as DndKit,mc as DocxKit,pm as Editor,hm as EditorContainer,Ym as EditorKit,fm as EditorView,hc as ExitBreakKit,tu as FixedToolbarKit,nu as FloatingToolbarKit,au as FontKit,lu as LineHeightKit,mu as LinkKit,gu as ListKit,vu as MathKit,$u as MediaKit,nm as MentionKit,M as Plate,eh as PlateEditor,R as PlateLeaf,qa as PlateStatic,L as PlateView,am as SlashKit,Im as SuggestionKit,Wm as TableKit,Zm as TocKit,Gm as ToggleKit,Il as TooltipProvider,Ga as computeDiff,le as createSlateEditor,ie as createSlatePlugin,ce as normalizeNodeId,$a as serializeHtml,P as toPlatePlugin,H as usePlateEditor,V as usePlateViewEditor,Ya as withGetFragmentExcludeDiff};
842
841
  //# sourceMappingURL=index.js.map