@wrdagency/blockout 1.0.11 → 1.0.13

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 (89) hide show
  1. package/dist/assets/index20.css +1 -1
  2. package/dist/assets/index8.css +1 -1
  3. package/dist/assets/style10.css +1 -1
  4. package/dist/assets/style13.css +1 -1
  5. package/dist/assets/style8.css +1 -1
  6. package/dist/assets/style9.css +1 -1
  7. package/dist/components/breadcrumbs/index.js +39 -26
  8. package/dist/components/button/button.js +28 -15
  9. package/dist/components/button/icon.js +1 -1
  10. package/dist/components/controls/base-popover-control/index.js +1 -1
  11. package/dist/components/controls/checkbox-control/index.js +1 -1
  12. package/dist/components/controls/choice-control/choice.js +1 -1
  13. package/dist/components/controls/choice-control/index.js +1 -1
  14. package/dist/components/controls/date-control/index.js +1 -1
  15. package/dist/components/controls/list-control/item.js +1 -1
  16. package/dist/components/controls/markdown-control/editor.d.ts +3 -1
  17. package/dist/components/controls/markdown-control/editor.js +212 -193
  18. package/dist/components/controls/markdown-control/index.d.ts +3 -1
  19. package/dist/components/controls/recurrence-control/index.js +1 -1
  20. package/dist/components/controls/select-control/control.d.ts +7 -1
  21. package/dist/components/controls/select-control/control.js +35 -26
  22. package/dist/components/controls/select-control/select.js +1 -1
  23. package/dist/components/controls/tag-control/props.js +1 -1
  24. package/dist/components/controls/toggle-control/index.js +1 -1
  25. package/dist/components/controls/toggle-group-control/index.js +1 -1
  26. package/dist/components/data-form/status.js +1 -1
  27. package/dist/components/data-form/submit.js +1 -1
  28. package/dist/components/data-view/data/filter.js +2 -2
  29. package/dist/components/data-view/index.js +1 -1
  30. package/dist/components/data-view/layouts/grid/group.js +2 -2
  31. package/dist/components/data-view/layouts/grid/item.js +2 -2
  32. package/dist/components/data-view/layouts/kanban/group.js +2 -2
  33. package/dist/components/data-view/layouts/kanban/item.js +2 -2
  34. package/dist/components/data-view/layouts/kanban/root.js +1 -1
  35. package/dist/components/data-view/layouts/list/group.js +2 -2
  36. package/dist/components/data-view/layouts/list/item.js +2 -2
  37. package/dist/components/data-view/layouts/table/empty.js +2 -2
  38. package/dist/components/data-view/layouts/table/group.js +3 -3
  39. package/dist/components/data-view/layouts/table/item.js +3 -3
  40. package/dist/components/data-view/layouts/table/root.js +2 -2
  41. package/dist/components/data-view/parts/body/empty.js +1 -1
  42. package/dist/components/data-view/parts/body/index.js +4 -4
  43. package/dist/components/data-view/parts/controls/index.js +2 -2
  44. package/dist/components/data-view/parts/controls/search.js +2 -2
  45. package/dist/components/data-view/parts/filters/chip.js +1 -1
  46. package/dist/components/data-view/parts/filters/editor.js +1 -1
  47. package/dist/components/data-view/parts/footer/actions.js +2 -2
  48. package/dist/components/data-view/parts/footer/index.js +2 -2
  49. package/dist/components/data-view/parts/footer/selection.js +2 -2
  50. package/dist/components/data-view/parts/view-control/index.js +2 -2
  51. package/dist/components/data-view/root.js +2 -2
  52. package/dist/components/data-view/slots/group/checkbox.js +3 -3
  53. package/dist/components/data-view/slots/group/context.js +1 -1
  54. package/dist/components/data-view/slots/group/icon.js +1 -1
  55. package/dist/components/data-view/slots/group/index.js +1 -1
  56. package/dist/components/data-view/slots/group/label.js +1 -1
  57. package/dist/components/data-view/slots/index.js +3 -3
  58. package/dist/components/data-view/slots/item/actions.js +1 -1
  59. package/dist/components/data-view/slots/item/checkbox.js +2 -2
  60. package/dist/components/data-view/slots/item/depth.js +3 -3
  61. package/dist/components/data-view/slots/item/description.js +1 -1
  62. package/dist/components/data-view/slots/item/index.js +1 -1
  63. package/dist/components/data-view/slots/item/properties.js +2 -2
  64. package/dist/components/data-view/slots/item/relations.js +4 -4
  65. package/dist/components/data-view/slots/item/tags.js +1 -1
  66. package/dist/components/data-view/slots/item/thumbnail.js +1 -1
  67. package/dist/components/data-view/slots/item/title.js +2 -2
  68. package/dist/components/data-view/slots/item/util.js +2 -2
  69. package/dist/components/data-view/slots/property/field/editable.js +2 -2
  70. package/dist/components/data-view/slots/property/field/index.js +1 -1
  71. package/dist/components/data-view/slots/property/field/static.js +1 -1
  72. package/dist/components/data-view/slots/property/index.js +1 -1
  73. package/dist/components/data-view/slots/property/label.js +1 -1
  74. package/dist/components/data-view/slots/root/checkbox.js +2 -2
  75. package/dist/components/data-view/slots/root/index.js +1 -1
  76. package/dist/components/index.js +1 -1
  77. package/dist/components/progress/index.js +1 -1
  78. package/dist/components/shell/pane.js +1 -1
  79. package/dist/components/shell/root.js +15 -27
  80. package/dist/components/window/index.js +1 -1
  81. package/dist/{filter-GoxwLwkT.js → filter-DAMRLXNe.js} +1 -1
  82. package/dist/{index-C_xrLeQq.js → index-CPOlz97j.js} +3 -3
  83. package/dist/{index-DJ2XZnew.js → index-ClExU5xD.js} +2 -2
  84. package/dist/{index-DpV0obFX.js → index-CoFfLb68.js} +1 -1
  85. package/dist/index.js +1 -1
  86. package/dist/primitives/colourway/index.js +1 -1
  87. package/dist/primitives/link/index.d.ts +5 -2
  88. package/dist/primitives/link/index.js +22 -17
  89. package/package.json +1 -1
@@ -1 +1 @@
1
- .primitive-scroll-area,.primitive-scroll-area__viewport{width:100%;height:100%}.primitive-scroll-area__bar{display:flex;-webkit-user-select:none;user-select:none;touch-action:none;padding:.25rem;transition:background .16s ease-out;z-index:200}.primitive-scroll-area__bar[data-orientation=vertical]{width:.75rem}.primitive-scroll-area__bar[data-orientation=horizontal]{flex-direction:column;height:.75rem}.primitive-scroll-area__thumb{flex:1;background:var(--blockout__colours__surface--300);border-radius:.75rem;position:relative}.primitive-scroll-area__bar[data-orientation=vertical] .primitive-scroll-area__thumb{width:100%}.primitive-scroll-area__bar[data-orientation=horizontal] .primitive-scroll-area__thumb{height:100%}.primitive-scroll-area__thumb:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;min-width:44px;min-height:44px}.primitive-scroll-area__thumb:hover{background:var(--blockout__colours__surface--950)}
1
+ .primitive-scroll-area,.primitive-scroll-area__viewport{width:100%;height:100%}.primitive-scroll-area__viewport>div{display:block!important;min-width:initial!important}.primitive-scroll-area__bar{display:flex;-webkit-user-select:none;user-select:none;touch-action:none;padding:.25rem;transition:background .16s ease-out;z-index:200}.primitive-scroll-area__bar[data-orientation=vertical]{width:.75rem}.primitive-scroll-area__bar[data-orientation=horizontal]{flex-direction:column;height:.75rem}.primitive-scroll-area__thumb{flex:1;background:var(--blockout__colours__surface--300);border-radius:.75rem;position:relative}.primitive-scroll-area__bar[data-orientation=vertical] .primitive-scroll-area__thumb{width:100%}.primitive-scroll-area__bar[data-orientation=horizontal] .primitive-scroll-area__thumb{height:100%}.primitive-scroll-area__thumb:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;min-width:44px;min-height:44px}.primitive-scroll-area__thumb:hover{background:var(--blockout__colours__surface--950)}
@@ -1 +1 @@
1
- :root:has(.component-shell),html:has(.component-shell){overflow:hidden}.component-shell{display:grid;grid-template-columns:13rem 1fr;grid-template-rows:3.5rem 1fr;grid-template-areas:"sidebar navigation" "sidebar main";background-color:var(--blockout__colours__surface--100);width:100%;height:100vh;height:100dvh;overflow:hidden}.component-shell__sidebar{grid-area:sidebar;min-width:0;min-height:0}.component-shell__navigation{grid-area:navigation;min-width:0;min-height:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-right:.5rem}.component-shell__panes{grid-area:main;min-width:0;min-height:0;border-top-left-radius:var(--blockout__radius--2xl);overflow:hidden}.component-shell__panes-wrapper{display:flex;gap:1rem}.component-shell__pane{background-color:var(--blockout__colours__surface--0);border-top-left-radius:var(--blockout__radius--lg);height:100%;min-width:min(var(--pane-min-width),100vw);flex:var(--pane-weight)}.component-shell__pane:not(:last-child){border-top-right-radius:var(--blockout__radius--lg)}.component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:1.5rem}@media (width >= 40rem){.component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:2rem}}@media (width >= 48rem){.component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:2.5rem}}@media (width >= 64rem){.component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:3rem}}.component-shell__panes>.primitive-scroll-area__viewport>div{display:block!important;height:100%}.component-shell__pane--edgeless-top .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-top:0!important}.component-shell__pane--edgeless-right .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-right:0!important}.component-shell__pane--edgeless-bottom .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-bottom:0!important}.component-shell__pane--edgeless-left .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-left:0!important}.component-shell__pane--edgeless-x .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-left:0!important;padding-right:0!important}.component-shell__pane--edgeless-y .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-top:0!important;padding-bottom:0!important}.component-shell__pane--edgeless-all .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:0!important}.component-shell__panes-wrapper{height:100%}
1
+ :root:has(.component-shell),html:has(.component-shell){overflow:hidden}.component-shell{display:grid;grid-template-columns:13rem 1fr;grid-template-rows:3.5rem 1fr;grid-template-areas:"sidebar navigation" "sidebar main";background-color:var(--blockout__colours__surface--100);width:100%;height:100vh;height:100dvh;overflow:hidden}.component-shell__sidebar{grid-area:sidebar;min-width:0;min-height:0}.component-shell__navigation{grid-area:navigation;min-width:0;min-height:0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-right:.5rem}.component-shell__panes{grid-area:main;min-width:0;min-height:0;border-top-left-radius:var(--blockout__radius--2xl);overflow:hidden;display:flex;flex-wrap:wrap;gap:1rem}.component-shell__pane{background-color:var(--blockout__colours__surface--0);border-top-left-radius:var(--blockout__radius--lg);height:100%;min-width:min(var(--pane-min-width),100vw);flex:var(--pane-weight)}.component-shell__pane:not(:last-child){border-top-right-radius:var(--blockout__radius--lg)}.component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:1.5rem}@media (width >= 40rem){.component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:2rem}}@media (width >= 48rem){.component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:2.5rem}}@media (width >= 64rem){.component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:3rem}}.component-shell__panes>.primitive-scroll-area__viewport>div{height:100%}.component-shell__pane--edgeless-top .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-top:0!important}.component-shell__pane--edgeless-right .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-right:0!important}.component-shell__pane--edgeless-bottom .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-bottom:0!important}.component-shell__pane--edgeless-left .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-left:0!important}.component-shell__pane--edgeless-x .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-left:0!important;padding-right:0!important}.component-shell__pane--edgeless-y .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding-top:0!important;padding-bottom:0!important}.component-shell__pane--edgeless-all .component-shell__pane__scroll-area>.primitive-scroll-area__viewport{padding:0!important}
@@ -1 +1 @@
1
- :root .primitive-colourway--rose,[data-colour-scheme=light] .primitive-colourway--rose,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--rose{--blockout__colours__colourway--light: #ffc5cb;--blockout__colours__colourway--medium: #d52a3c;--blockout__colours__colourway--dark: #4b070e}:root .primitive-colourway--poppy,[data-colour-scheme=light] .primitive-colourway--poppy,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--poppy{--blockout__colours__colourway--light: #ffcfc5;--blockout__colours__colourway--medium: #d93c1b;--blockout__colours__colourway--dark: #6d1807}:root .primitive-colourway--amber,[data-colour-scheme=light] .primitive-colourway--amber,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--amber{--blockout__colours__colourway--light: #ffe3b9;--blockout__colours__colourway--medium: #db8f19;--blockout__colours__colourway--dark: #784901}:root .primitive-colourway--honey,[data-colour-scheme=light] .primitive-colourway--honey,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--honey{--blockout__colours__colourway--light: #fff4c9;--blockout__colours__colourway--medium: #e6bd15;--blockout__colours__colourway--dark: #745d00}:root .primitive-colourway--lemon,[data-colour-scheme=light] .primitive-colourway--lemon,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--lemon{--blockout__colours__colourway--light: #fdffc5;--blockout__colours__colourway--medium: #e8f112;--blockout__colours__colourway--dark: #676b06}:root .primitive-colourway--apple,[data-colour-scheme=light] .primitive-colourway--apple,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--apple{--blockout__colours__colourway--light: #e9fcbc;--blockout__colours__colourway--medium: #ace622;--blockout__colours__colourway--dark: #344a00}:root .primitive-colourway--jade,[data-colour-scheme=light] .primitive-colourway--jade,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--jade{--blockout__colours__colourway--light: #c1f3b9;--blockout__colours__colourway--medium: #47cc33;--blockout__colours__colourway--dark: #146a07}:root .primitive-colourway--spearmint,[data-colour-scheme=light] .primitive-colourway--spearmint,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--spearmint{--blockout__colours__colourway--light: #b9f3dd;--blockout__colours__colourway--medium: #1cd992;--blockout__colours__colourway--dark: #04462d}:root .primitive-colourway--aqua,[data-colour-scheme=light] .primitive-colourway--aqua,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--aqua{--blockout__colours__colourway--light: #b9f3ef;--blockout__colours__colourway--medium: #28c8bc;--blockout__colours__colourway--dark: #024742}:root .primitive-colourway--bluebell,[data-colour-scheme=light] .primitive-colourway--bluebell,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--bluebell{--blockout__colours__colourway--light: #dbecff;--blockout__colours__colourway--medium: #2377d6;--blockout__colours__colourway--dark: #032750}:root .primitive-colourway--sapphire,[data-colour-scheme=light] .primitive-colourway--sapphire,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--sapphire{--blockout__colours__colourway--light: #d9e3ff;--blockout__colours__colourway--medium: #2b56d1;--blockout__colours__colourway--dark: #02227c}:root .primitive-colourway--amethyst,[data-colour-scheme=light] .primitive-colourway--amethyst,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--amethyst{--blockout__colours__colourway--light: #e9d9ff;--blockout__colours__colourway--medium: #7f3ade;--blockout__colours__colourway--dark: #3b008b}:root .primitive-colourway--lavender,[data-colour-scheme=light] .primitive-colourway--lavender,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--lavender{--blockout__colours__colourway--light: #fbdafe;--blockout__colours__colourway--medium: #b92cc4;--blockout__colours__colourway--dark: #420247}:root .primitive-colourway--raspberry,[data-colour-scheme=light] .primitive-colourway--raspberry,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--raspberry{--blockout__colours__colourway--light: #fedaec;--blockout__colours__colourway--medium: #e6147d;--blockout__colours__colourway--dark: #680637}:root .primitive-colourway--smoke,[data-colour-scheme=light] .primitive-colourway--smoke,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--smoke{--blockout__colours__colourway--light: #ededef;--blockout__colours__colourway--medium: #7b7c8b;--blockout__colours__colourway--dark: #3b3c44}:root .primitive-colourway--ash,[data-colour-scheme=light] .primitive-colourway--ash,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--ash{--blockout__colours__colourway--light: #3b3c44;--blockout__colours__colourway--medium: #7b7c8b;--blockout__colours__colourway--dark: #ededef}[data-colour-scheme=dark] .primitive-colourway--rose,:root [data-colour-scheme=invert] .primitive-colourway--rose{--blockout__colours__colourway--dark: #ffc5cb;--blockout__colours__colourway--medium: #d52a3c;--blockout__colours__colourway--light: #4b070e}[data-colour-scheme=dark] .primitive-colourway--poppy,:root [data-colour-scheme=invert] .primitive-colourway--poppy{--blockout__colours__colourway--dark: #ffcfc5;--blockout__colours__colourway--medium: #d93c1b;--blockout__colours__colourway--light: #6d1807}[data-colour-scheme=dark] .primitive-colourway--amber,:root [data-colour-scheme=invert] .primitive-colourway--amber{--blockout__colours__colourway--dark: #ffe3b9;--blockout__colours__colourway--medium: #db8f19;--blockout__colours__colourway--light: #784901}[data-colour-scheme=dark] .primitive-colourway--honey,:root [data-colour-scheme=invert] .primitive-colourway--honey{--blockout__colours__colourway--dark: #fff4c9;--blockout__colours__colourway--medium: #e6bd15;--blockout__colours__colourway--light: #745d00}[data-colour-scheme=dark] .primitive-colourway--lemon,:root [data-colour-scheme=invert] .primitive-colourway--lemon{--blockout__colours__colourway--dark: #fdffc5;--blockout__colours__colourway--medium: #e8f112;--blockout__colours__colourway--light: #676b06}[data-colour-scheme=dark] .primitive-colourway--apple,:root [data-colour-scheme=invert] .primitive-colourway--apple{--blockout__colours__colourway--dark: #e9fcbc;--blockout__colours__colourway--medium: #ace622;--blockout__colours__colourway--light: #344a00}[data-colour-scheme=dark] .primitive-colourway--jade,:root [data-colour-scheme=invert] .primitive-colourway--jade{--blockout__colours__colourway--dark: #c1f3b9;--blockout__colours__colourway--medium: #47cc33;--blockout__colours__colourway--light: #146a07}[data-colour-scheme=dark] .primitive-colourway--spearmint,:root [data-colour-scheme=invert] .primitive-colourway--spearmint{--blockout__colours__colourway--dark: #b9f3dd;--blockout__colours__colourway--medium: #1cd992;--blockout__colours__colourway--light: #04462d}[data-colour-scheme=dark] .primitive-colourway--aqua,:root [data-colour-scheme=invert] .primitive-colourway--aqua{--blockout__colours__colourway--dark: #b9f3ef;--blockout__colours__colourway--medium: #28c8bc;--blockout__colours__colourway--light: #024742}[data-colour-scheme=dark] .primitive-colourway--bluebell,:root [data-colour-scheme=invert] .primitive-colourway--bluebell{--blockout__colours__colourway--dark: #dbecff;--blockout__colours__colourway--medium: #2377d6;--blockout__colours__colourway--light: #032750}[data-colour-scheme=dark] .primitive-colourway--sapphire,:root [data-colour-scheme=invert] .primitive-colourway--sapphire{--blockout__colours__colourway--dark: #d9e3ff;--blockout__colours__colourway--medium: #2b56d1;--blockout__colours__colourway--light: #02227c}[data-colour-scheme=dark] .primitive-colourway--amethyst,:root [data-colour-scheme=invert] .primitive-colourway--amethyst{--blockout__colours__colourway--dark: #e9d9ff;--blockout__colours__colourway--medium: #7f3ade;--blockout__colours__colourway--light: #3b008b}[data-colour-scheme=dark] .primitive-colourway--lavender,:root [data-colour-scheme=invert] .primitive-colourway--lavender{--blockout__colours__colourway--dark: #fbdafe;--blockout__colours__colourway--medium: #b92cc4;--blockout__colours__colourway--light: #420247}[data-colour-scheme=dark] .primitive-colourway--raspberry,:root [data-colour-scheme=invert] .primitive-colourway--raspberry{--blockout__colours__colourway--dark: #fedaec;--blockout__colours__colourway--medium: #e6147d;--blockout__colours__colourway--light: #680637}[data-colour-scheme=dark] .primitive-colourway--smoke,:root [data-colour-scheme=invert] .primitive-colourway--smoke{--blockout__colours__colourway--dark: #ededef;--blockout__colours__colourway--medium: #7b7c8b;--blockout__colours__colourway--light: #3b3c44}[data-colour-scheme=dark] .primitive-colourway--ash,:root [data-colour-scheme=invert] .primitive-colourway--ash{--blockout__colours__colourway--dark: #3b3c44;--blockout__colours__colourway--medium: #7b7c8b;--blockout__colours__colourway--light: #ededef}
1
+ .component-choice-control__choices{display:grid;gap:1.5rem}@media (min-width: 768px){.component-choice-control__choices{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.component-choice-control__choices{grid-template-columns:repeat(3,minmax(0,1fr))}}.component-choice-control__choice{padding:.325rem;border:1px solid var(--blockout__colours__surface--300);border-radius:var(--blockout__radius--md);background-color:var(--blockout__colours__surface--0);cursor:pointer;transition:outline .25s ease,outline-offset .25s ease}.component-choice-control__choice__body{display:flex;flex-direction:row;align-items:baseline;gap:.75rem;padding:.675rem;height:100%}.component-choice-control__choice:has(input:checked) .component-choice-control__choice__body{background-color:var(--blockout__colours__surface--100)}.component-choice-control__choice:has(input:checked) .component-choice-control__choice__description{color:var(--blockout__colours__surface--700)}.component-choice-control__choice:focus-within{outline:1px solid var(--blockout__colours__outline);outline-offset:4px}.component-choice-control__choice:has(input:disabled){background-color:var(--blockout__colours__surface--200)}.component-choice-control__choice:has(input:disabled) .component-choice-control__choice__label,.component-choice-control__choice:has(input:disabled) .component-choice-control__choice__description{color:var(--blockout__colours__surface--400)}.component-choice-control__choice__icon{fill:var(--blockout__colours__surface--300);width:1.375rem;height:1.375rem;flex-shrink:0;transform:translateY(.25rem);transition:fill .25s ease}.component-choice-control__choice:has(input:checked) .component-choice-control__choice__icon{fill:var(--blockout__colours__primary--500)}.component-choice-control__choice__label{font-weight:500;color:var(--blockout__colours__surface--600);transition:color .25s ease}.component-choice-control__choice__description{font-weight:400;color:var(--blockout__colours__surface--500);font-size:.875rem;transition:color .25s ease,opacity .25s ease}.component-choice-control__choice:has(input:checked) .component-choice-control__choice__label{color:var(--blockout__colours__surface--950)}
@@ -1 +1 @@
1
- .component-markdown-control__input{padding:calc(var(--base-control__padding) * 2);border-radius:var(--blockout__radius--md)}.component-markdown-control__input .editor:focus{outline:none}.component-markdown-editor{display:flex!important;flex-direction:column;gap:var(--base-control__padding)}.component-markdown-editor .component-markdown-editor__toolbar{padding:var(--base-control__padding) 0;border-bottom:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__toolbar .component-button{-webkit-user-select:none;user-select:none}.component-markdown-editor:has(.component-markdown-editor__toolbar){padding-top:0}.component-markdown-editor:has(.component-markdown-editor__toolbar) .component-markdown-editor__content{padding:var(--base-control__padding)}.component-markdown-editor.component-markdown-editor--toolbar-bottom{padding-top:var(--base-control__padding);padding-bottom:0}.component-markdown-editor.component-markdown-editor--toolbar-bottom .component-markdown-editor__toolbar{order:10;border-bottom:none;border-top:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;color:var(--blockout__colours__surface--700);background-color:transparent;line-height:1.5;word-wrap:break-word}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit{--blockout__colours__surface--950: #fafaf9;--blockout__colours__surface--900: #f5f5f4;--blockout__colours__surface--800: #e7e5e4;--blockout__colours__surface--700: #d6d3d1;--blockout__colours__surface--600: #a8a29e;--blockout__colours__surface--500: #78716c;--blockout__colours__surface--400: #57534e;--blockout__colours__surface--300: #44403c;--blockout__colours__surface--200: #292524;--blockout__colours__surface--100: #1c1917;--blockout__colours__surface--50: #0c0a09;--blockout__colours__surface--0: #000000;--blockout__colours__primary--950: #fffbeb;--blockout__colours__primary--900: #fef3c6;--blockout__colours__primary--800: #fee685;--blockout__colours__primary--700: #ffd230;--blockout__colours__primary--600: #ffb900;--blockout__colours__primary--500: #fe9a00;--blockout__colours__primary--400: #e17100;--blockout__colours__primary--300: #bb4d00;--blockout__colours__primary--200: #973c00;--blockout__colours__primary--100: #7a3306;--blockout__colours__primary--50: #461901;color-scheme:dark;color:var(--blockout__colours__surface--950);background-color:var(--blockout__colours__surface--200);position:absolute;z-index:90;padding:.25rem;border-radius:var(--blockout__radius--sm);border:1px solid var(--blockout__colours__surface--300);box-shadow:0 .175rem .375rem #0000001a;transition:opacity .25s ease,transform .25s ease}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview[data-show=false],.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit[data-show=false]{opacity:0;transform:translateY(-.25rem);pointer-events:none}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit{display:flex;align-items:center;gap:.25rem;width:fit-content;max-width:25rem}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--blockout__radius--xs);flex-shrink:0;cursor:pointer;transform:background-color .15s ease;color:transparent}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .button:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .button:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .button:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .button:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .button:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .button:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .button:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .button:focus{background-color:var(--blockout__colours__surface--0)}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .milkdown-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .milkdown-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .milkdown-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .milkdown-icon{background-size:66%;background-repeat:no-repeat;background-position:center}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%2378716c' viewBox='0 0 256 256'%3E%3Cpath d='M117.18,188.74a12,12,0,0,1,0,17l-5.12,5.12A58.26,58.26,0,0,1,70.6,228h0A58.62,58.62,0,0,1,29.14,127.92L63.89,93.17a58.64,58.64,0,0,1,98.56,28.11,12,12,0,1,1-23.37,5.44,34.65,34.65,0,0,0-58.22-16.58L46.11,144.89A34.62,34.62,0,0,0,70.57,204h0a34.41,34.41,0,0,0,24.49-10.14l5.11-5.12A12,12,0,0,1,117.18,188.74ZM226.83,45.17a58.65,58.65,0,0,0-82.93,0l-5.11,5.11a12,12,0,0,0,17,17l5.12-5.12a34.63,34.63,0,1,1,49,49L175.1,145.86A34.39,34.39,0,0,1,150.61,156h0a34.63,34.63,0,0,1-33.69-26.72,12,12,0,0,0-23.38,5.44A58.64,58.64,0,0,0,150.56,180h.05a58.28,58.28,0,0,0,41.47-17.17l34.75-34.75a58.62,58.62,0,0,0,0-82.91Z'%3E%3C/path%3E%3C/svg%3E");cursor:default}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-icon:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-icon:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-icon:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-icon:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-icon:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-icon:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-icon:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-icon:focus{background-color:transparent}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-edit-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-edit-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-edit-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-edit-button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' viewBox='0 0 256 256'%3E%3Cpath d='M230.14,70.54,185.46,25.85a20,20,0,0,0-28.29,0L33.86,149.17A19.85,19.85,0,0,0,28,163.31V208a20,20,0,0,0,20,20H92.69a19.86,19.86,0,0,0,14.14-5.86L230.14,98.82a20,20,0,0,0,0-28.28ZM91,204H52V165l84-84,39,39ZM192,103,153,64l18.34-18.34,39,39Z'%3E%3C/path%3E%3C/svg%3E")}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-remove-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-remove-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-remove-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-remove-button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' viewBox='0 0 256 256'%3E%3Cpath d='M195.8,60.2a28,28,0,0,0-39.51-.09L144.68,72.28a12,12,0,1,1-17.36-16.56L139,43.43l.2-.2a52,52,0,0,1,73.54,73.54l-.2.2-12.29,11.71a12,12,0,0,1-16.56-17.36l12.17-11.61A28,28,0,0,0,195.8,60.2ZM111.32,183.72,99.71,195.89a28,28,0,0,1-39.6-39.6l12.17-11.61a12,12,0,0,0-16.56-17.36L43.43,139l-.2.2a52,52,0,0,0,73.54,73.54l.2-.2,11.71-12.29a12,12,0,1,0-17.36-16.56ZM216,148H192a12,12,0,0,0,0,24h24a12,12,0,0,0,0-24ZM40,108H64a12,12,0,0,0,0-24H40a12,12,0,0,0,0,24Zm120,72a12,12,0,0,0-12,12v24a12,12,0,0,0,24,0V192A12,12,0,0,0,160,180ZM96,76a12,12,0,0,0,12-12V40a12,12,0,0,0-24,0V64A12,12,0,0,0,96,76Z'%3E%3C/path%3E%3C/svg%3E")}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .confirm,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .confirm,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .confirm,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .confirm{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' viewBox='0 0 256 256'%3E%3Cpath d='M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z'%3E%3C/path%3E%3C/svg%3E")}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-display,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-display,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-display,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-display{flex-grow:1;color:var(--blockout__colours__primary--500);text-decoration:underline;display:block;min-width:0px;max-width:60vw;width:35ch;white-space:nowrap;text-overflow:ellipsis;overflow:clip;transition:color .15s ease}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-display:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-display:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-display:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-display:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-display:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-display:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-display:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-display:focus{color:var(--blockout__colours__primary--600);text-decoration:none}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .input-area,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .input-area,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .input-area,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .input-area{flex-grow:1;display:block;min-width:0px;max-width:60vw;width:35ch;height:2rem;transition:background-color .15s ease;border-radius:var(--blockout__radius--xs)}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .input-area:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .input-area:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .input-area:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .input-area:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .input-area:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .input-area:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .input-area:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .input-area:focus{background-color:var(--blockout__colours__surface--0);outline:none}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash{--blockout__colours__surface--950: #fafaf9;--blockout__colours__surface--900: #f5f5f4;--blockout__colours__surface--800: #e7e5e4;--blockout__colours__surface--700: #d6d3d1;--blockout__colours__surface--600: #a8a29e;--blockout__colours__surface--500: #78716c;--blockout__colours__surface--400: #57534e;--blockout__colours__surface--300: #44403c;--blockout__colours__surface--200: #292524;--blockout__colours__surface--100: #1c1917;--blockout__colours__surface--50: #0c0a09;--blockout__colours__surface--0: #000000;--blockout__colours__primary--950: #fffbeb;--blockout__colours__primary--900: #fef3c6;--blockout__colours__primary--800: #fee685;--blockout__colours__primary--700: #ffd230;--blockout__colours__primary--600: #ffb900;--blockout__colours__primary--500: #fe9a00;--blockout__colours__primary--400: #e17100;--blockout__colours__primary--300: #bb4d00;--blockout__colours__primary--200: #973c00;--blockout__colours__primary--100: #7a3306;--blockout__colours__primary--50: #461901;color-scheme:dark;color:var(--blockout__colours__surface--950);background-color:var(--blockout__colours__surface--200);position:absolute;z-index:900;border-radius:var(--blockout__radius--sm);border:1px solid var(--blockout__colours__surface--300);box-shadow:0 .175rem .375rem #0000001a;display:flex;flex-direction:column;gap:.25rem;padding:.25rem}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash[data-show=false]{opacity:0;pointer-events:none}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option{display:flex;justify-content:center;align-items:start;flex-direction:column;gap:.25rem;padding:.375rem .5rem .375rem .675rem;min-height:2.25rem;border-radius:var(--blockout__radius--sm);cursor:pointer;transition:background-color .25s ease}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:focus{outline:none}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:first-child{border-top:none}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option[aria-disabled=true] .component-markdown-editor__slash__option__label{color:var(--blockout__colours__surface--400)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option[aria-disabled=true] .component-markdown-editor__slash__option__description{color:var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option__label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--blockout__colours__surface--900);transition:color .25s ease;white-space:nowrap}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option__label>svg{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--blockout__colours__surface--500);fill:var(--blockout__colours__surface--500)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option__description{font-weight:400;color:var(--blockout__colours__surface--600);font-size:.875rem;transition:color .25s ease,opacity .25s ease}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:is([data-active-item=true],:hover,:focus){background-color:var(--blockout__colours__surface--50)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:is([data-active-item=true],:hover,:focus) .component-markdown-editor__slash__option__label{color:var(--blockout__colours__surface--900)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:is([data-active-item=true],:hover,:focus) .component-markdown-editor__slash__option__description{color:var(--blockout__colours__surface--700)}.component-markdown-editor .component-markdown-editor__content details,.component-markdown-editor .component-markdown-editor__content figcaption,.component-markdown-editor .component-markdown-editor__content figure{display:block}.component-markdown-editor .component-markdown-editor__content a{background-color:transparent;color:var(--blockout__colours__primary--500);text-decoration:underline;transition:color .15s ease}.component-markdown-editor .component-markdown-editor__content a:hover{color:var(--blockout__colours__primary--600);text-decoration:none}.component-markdown-editor .component-markdown-editor__content b,.component-markdown-editor .component-markdown-editor__content strong{font-weight:500;color:var(--blockout__colours__surface--950)}.component-markdown-editor .component-markdown-editor__content mark{background-color:var(--blockout__colours__primary--100);color:var(--blockout__colours__surface--800)}.component-markdown-editor .component-markdown-editor__content small{font-size:90%}.component-markdown-editor .component-markdown-editor__content sub,.component-markdown-editor .component-markdown-editor__content sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.component-markdown-editor .component-markdown-editor__content sub{bottom:-.25em}.component-markdown-editor .component-markdown-editor__content sup{top:-.5em}.component-markdown-editor .component-markdown-editor__content img{border-style:none;max-width:100%;box-sizing:content-box}.component-markdown-editor .component-markdown-editor__content figure{margin:1em 2.5rem}.component-markdown-editor .component-markdown-editor__content hr{box-sizing:content-box;overflow:hidden;background:transparent;border-bottom:1px solid var(--blockout__colours__surface--300);height:.25em;padding:0;margin:1.5rem 0;background-color:var(--blockout__colours__surface--300);border:0}.component-markdown-editor .component-markdown-editor__content hr:before{display:table;content:""}.component-markdown-editor .component-markdown-editor__content hr:after{display:table;clear:both;content:""}.component-markdown-editor .component-markdown-editor__content h1,.component-markdown-editor .component-markdown-editor__content h2,.component-markdown-editor .component-markdown-editor__content h3,.component-markdown-editor .component-markdown-editor__content h4,.component-markdown-editor .component-markdown-editor__content h5,.component-markdown-editor .component-markdown-editor__content h6{margin-top:1.5rem;margin-bottom:1rem;font-weight:600;line-height:1.25;color:var(--blockout__colours__surface--950)}.component-markdown-editor .component-markdown-editor__content h1:before,.component-markdown-editor .component-markdown-editor__content h2:before,.component-markdown-editor .component-markdown-editor__content h3:before,.component-markdown-editor .component-markdown-editor__content h4:before,.component-markdown-editor .component-markdown-editor__content h5:before,.component-markdown-editor .component-markdown-editor__content h6:before{content:"#";font-weight:400;font-size:.75em;color:var(--blockout__colours__surface--400);margin-right:1ch}.component-markdown-editor .component-markdown-editor__content h1{margin:.67em 0;font-weight:600;padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content h1:before{content:"#"}.component-markdown-editor .component-markdown-editor__content h2{font-weight:600;padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content h2:before{content:"##"}.component-markdown-editor .component-markdown-editor__content h3{font-weight:600;font-size:1.25em}.component-markdown-editor .component-markdown-editor__content h3:before{content:"###"}.component-markdown-editor .component-markdown-editor__content h4{font-weight:600;font-size:1em}.component-markdown-editor .component-markdown-editor__content h4:before{content:"####"}.component-markdown-editor .component-markdown-editor__content h5{font-weight:600;font-size:.875em}.component-markdown-editor .component-markdown-editor__content h6{font-weight:600;font-size:.85em;color:#59636e}.component-markdown-editor .component-markdown-editor__content p{margin-top:0;margin-bottom:10px}.component-markdown-editor .component-markdown-editor__content blockquote{margin:0;padding:0 1em;color:#59636e;border-left:.25em solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content ul,.component-markdown-editor .component-markdown-editor__content ol{margin-top:0;margin-bottom:0;padding-left:2em;list-style:disc}.component-markdown-editor .component-markdown-editor__content ol{list-style:decimal}.component-markdown-editor .component-markdown-editor__content ol ol,.component-markdown-editor .component-markdown-editor__content ul ol{list-style-type:lower-roman}.component-markdown-editor .component-markdown-editor__content ul ul ol,.component-markdown-editor .component-markdown-editor__content ul ol ol,.component-markdown-editor .component-markdown-editor__content ol ul ol,.component-markdown-editor .component-markdown-editor__content ol ol ol{list-style-type:lower-alpha}.component-markdown-editor .component-markdown-editor__content .milkdown-list-item-block,.component-markdown-editor .component-markdown-editor__content .milkdown-list-item-block .list-item{list-style:inherit}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked){padding-left:1em}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item{display:flex;align-items:start;gap:.5em;margin-bottom:1rem}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item p{flex-grow:1;margin-bottom:0}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item .milkdown-icon{display:block;width:1.25rem;height:1.25rem;border:1px solid var(--blockout__colours__surface--300);border-radius:var(--blockout__radius--xs);cursor:pointer;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="%23fff" viewBox="0 0 256 256"><path d="M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z"></path></svg>');background-size:80%;background-repeat:no-repeat;background-position:center;transition:background-color .15s ease,border-color .15s ease;position:relative;top:.125rem}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item .milkdown-icon:hover{border-color:var(--blockout__colours__primary--500)}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item .milkdown-icon.checked{background-color:var(--blockout__colours__primary--500);border-color:var(--blockout__colours__primary--500)}.component-markdown-editor .component-markdown-editor__content .editor>*:first-child{margin-top:0!important}.component-markdown-editor .component-markdown-editor__content .editor>*:last-child{margin-bottom:0!important}.component-markdown-editor .component-markdown-editor__content a:not([href]){color:inherit;text-decoration:none}.component-markdown-editor .component-markdown-editor__content p,.component-markdown-editor .component-markdown-editor__content blockquote,.component-markdown-editor .component-markdown-editor__content ul,.component-markdown-editor .component-markdown-editor__content ol,.component-markdown-editor .component-markdown-editor__content table{margin-top:0;margin-bottom:1rem}.component-markdown-editor .component-markdown-editor__content blockquote>:first-child{margin-top:0}.component-markdown-editor .component-markdown-editor__content blockquote>:last-child{margin-bottom:0}.component-markdown-editor .component-markdown-editor__content ul ul,.component-markdown-editor .component-markdown-editor__content ul ol,.component-markdown-editor .component-markdown-editor__content ol ol,.component-markdown-editor .component-markdown-editor__content ol ul{margin-top:0;margin-bottom:0}.component-markdown-editor .component-markdown-editor__content li>p{margin:0}.component-markdown-editor .component-markdown-editor__content li+li{margin-top:.25em}.component-markdown-editor .component-markdown-editor__content table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;font-variant:tabular-nums}.component-markdown-editor .component-markdown-editor__content td,.component-markdown-editor .component-markdown-editor__content th{padding:0}.component-markdown-editor .component-markdown-editor__content table th{font-weight:600}.component-markdown-editor .component-markdown-editor__content table th,.component-markdown-editor .component-markdown-editor__content table td{padding:6px 13px;border:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content table th>:last-child,.component-markdown-editor .component-markdown-editor__content table td>:last-child{margin-bottom:0}.component-markdown-editor .component-markdown-editor__content table tr{background-color:var(--blockout__colours__surface--0);border-top:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content table tr:nth-child(2n){background-color:var(--blockout__colours__surface--50)}.component-markdown-editor .component-markdown-editor__content table img{background-color:transparent}.component-markdown-editor .component-markdown-editor__content img.emoji{display:inline;height:1rem;width:1rem}
1
+ .component-markdown-control__input{padding:calc(var(--base-control__padding) * 2);border-radius:var(--blockout__radius--md)}.component-markdown-control__input .editor:focus{outline:none}.component-markdown-editor{display:flex!important;flex-direction:column;padding:0!important}.component-markdown-editor .component-markdown-editor__toolbar{padding:var(--base-control__padding) 0;margin:0 var(--base-control__padding);border-bottom:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__toolbar .component-button{-webkit-user-select:none;user-select:none}.component-markdown-editor:has(.component-markdown-editor__toolbar){padding-top:0}.component-markdown-editor:has(.component-markdown-editor__toolbar) .component-markdown-editor__content{padding:calc(var(--base-control__padding) * 2)}.component-markdown-editor.component-markdown-editor--toolbar-bottom{padding-top:var(--base-control__padding);padding-bottom:0}.component-markdown-editor.component-markdown-editor--toolbar-bottom .component-markdown-editor__toolbar{order:10;border-bottom:none;border-top:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;color:var(--blockout__colours__surface--700);background-color:transparent;line-height:1.5;word-wrap:break-word}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit{--blockout__colours__surface--950: #fafaf9;--blockout__colours__surface--900: #f5f5f4;--blockout__colours__surface--800: #e7e5e4;--blockout__colours__surface--700: #d6d3d1;--blockout__colours__surface--600: #a8a29e;--blockout__colours__surface--500: #78716c;--blockout__colours__surface--400: #57534e;--blockout__colours__surface--300: #44403c;--blockout__colours__surface--200: #292524;--blockout__colours__surface--100: #1c1917;--blockout__colours__surface--50: #0c0a09;--blockout__colours__surface--0: #000000;--blockout__colours__primary--950: #fffbeb;--blockout__colours__primary--900: #fef3c6;--blockout__colours__primary--800: #fee685;--blockout__colours__primary--700: #ffd230;--blockout__colours__primary--600: #ffb900;--blockout__colours__primary--500: #fe9a00;--blockout__colours__primary--400: #e17100;--blockout__colours__primary--300: #bb4d00;--blockout__colours__primary--200: #973c00;--blockout__colours__primary--100: #7a3306;--blockout__colours__primary--50: #461901;color-scheme:dark;color:var(--blockout__colours__surface--950);background-color:var(--blockout__colours__surface--200);position:absolute;z-index:90;padding:.25rem;border-radius:var(--blockout__radius--sm);border:1px solid var(--blockout__colours__surface--300);box-shadow:0 .175rem .375rem #0000001a;transition:opacity .25s ease,transform .25s ease}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview[data-show=false],.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit[data-show=false]{opacity:0;transform:translateY(-.25rem);pointer-events:none}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit{display:flex;align-items:center;gap:.25rem;width:fit-content;max-width:25rem}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--blockout__radius--xs);flex-shrink:0;cursor:pointer;transform:background-color .15s ease;color:transparent}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .button:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .button:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .button:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .button:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .button:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .button:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .button:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .button:focus{background-color:var(--blockout__colours__surface--0)}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .milkdown-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .milkdown-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .milkdown-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .milkdown-icon{background-size:66%;background-repeat:no-repeat;background-position:center}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-icon,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%2378716c' viewBox='0 0 256 256'%3E%3Cpath d='M117.18,188.74a12,12,0,0,1,0,17l-5.12,5.12A58.26,58.26,0,0,1,70.6,228h0A58.62,58.62,0,0,1,29.14,127.92L63.89,93.17a58.64,58.64,0,0,1,98.56,28.11,12,12,0,1,1-23.37,5.44,34.65,34.65,0,0,0-58.22-16.58L46.11,144.89A34.62,34.62,0,0,0,70.57,204h0a34.41,34.41,0,0,0,24.49-10.14l5.11-5.12A12,12,0,0,1,117.18,188.74ZM226.83,45.17a58.65,58.65,0,0,0-82.93,0l-5.11,5.11a12,12,0,0,0,17,17l5.12-5.12a34.63,34.63,0,1,1,49,49L175.1,145.86A34.39,34.39,0,0,1,150.61,156h0a34.63,34.63,0,0,1-33.69-26.72,12,12,0,0,0-23.38,5.44A58.64,58.64,0,0,0,150.56,180h.05a58.28,58.28,0,0,0,41.47-17.17l34.75-34.75a58.62,58.62,0,0,0,0-82.91Z'%3E%3C/path%3E%3C/svg%3E");cursor:default}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-icon:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-icon:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-icon:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-icon:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-icon:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-icon:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-icon:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-icon:focus{background-color:transparent}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-edit-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-edit-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-edit-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-edit-button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' viewBox='0 0 256 256'%3E%3Cpath d='M230.14,70.54,185.46,25.85a20,20,0,0,0-28.29,0L33.86,149.17A19.85,19.85,0,0,0,28,163.31V208a20,20,0,0,0,20,20H92.69a19.86,19.86,0,0,0,14.14-5.86L230.14,98.82a20,20,0,0,0,0-28.28ZM91,204H52V165l84-84,39,39ZM192,103,153,64l18.34-18.34,39,39Z'%3E%3C/path%3E%3C/svg%3E")}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-remove-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-remove-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-remove-button,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-remove-button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' viewBox='0 0 256 256'%3E%3Cpath d='M195.8,60.2a28,28,0,0,0-39.51-.09L144.68,72.28a12,12,0,1,1-17.36-16.56L139,43.43l.2-.2a52,52,0,0,1,73.54,73.54l-.2.2-12.29,11.71a12,12,0,0,1-16.56-17.36l12.17-11.61A28,28,0,0,0,195.8,60.2ZM111.32,183.72,99.71,195.89a28,28,0,0,1-39.6-39.6l12.17-11.61a12,12,0,0,0-16.56-17.36L43.43,139l-.2.2a52,52,0,0,0,73.54,73.54l.2-.2,11.71-12.29a12,12,0,1,0-17.36-16.56ZM216,148H192a12,12,0,0,0,0,24h24a12,12,0,0,0,0-24ZM40,108H64a12,12,0,0,0,0-24H40a12,12,0,0,0,0,24Zm120,72a12,12,0,0,0-12,12v24a12,12,0,0,0,24,0V192A12,12,0,0,0,160,180ZM96,76a12,12,0,0,0,12-12V40a12,12,0,0,0-24,0V64A12,12,0,0,0,96,76Z'%3E%3C/path%3E%3C/svg%3E")}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .confirm,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .confirm,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .confirm,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .confirm{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23fff' viewBox='0 0 256 256'%3E%3Cpath d='M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z'%3E%3C/path%3E%3C/svg%3E")}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-display,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-display,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-display,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-display{flex-grow:1;color:var(--blockout__colours__primary--500);text-decoration:underline;display:block;min-width:0px;max-width:60vw;width:35ch;white-space:nowrap;text-overflow:ellipsis;overflow:clip;transition:color .15s ease}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-display:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .link-display:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-display:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .link-display:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-display:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .link-display:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-display:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .link-display:focus{color:var(--blockout__colours__primary--600);text-decoration:none}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .input-area,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .input-area,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .input-area,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .input-area{flex-grow:1;display:block;min-width:0px;max-width:60vw;width:35ch;height:2rem;transition:background-color .15s ease;border-radius:var(--blockout__radius--xs)}.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .input-area:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-preview .input-area:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .input-area:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-preview .link-edit .input-area:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .input-area:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-preview .input-area:focus,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .input-area:hover,.component-markdown-editor .component-markdown-editor__content .milkdown-link-edit .link-edit .input-area:focus{background-color:var(--blockout__colours__surface--0);outline:none}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash{--blockout__colours__surface--950: #fafaf9;--blockout__colours__surface--900: #f5f5f4;--blockout__colours__surface--800: #e7e5e4;--blockout__colours__surface--700: #d6d3d1;--blockout__colours__surface--600: #a8a29e;--blockout__colours__surface--500: #78716c;--blockout__colours__surface--400: #57534e;--blockout__colours__surface--300: #44403c;--blockout__colours__surface--200: #292524;--blockout__colours__surface--100: #1c1917;--blockout__colours__surface--50: #0c0a09;--blockout__colours__surface--0: #000000;--blockout__colours__primary--950: #fffbeb;--blockout__colours__primary--900: #fef3c6;--blockout__colours__primary--800: #fee685;--blockout__colours__primary--700: #ffd230;--blockout__colours__primary--600: #ffb900;--blockout__colours__primary--500: #fe9a00;--blockout__colours__primary--400: #e17100;--blockout__colours__primary--300: #bb4d00;--blockout__colours__primary--200: #973c00;--blockout__colours__primary--100: #7a3306;--blockout__colours__primary--50: #461901;color-scheme:dark;color:var(--blockout__colours__surface--950);background-color:var(--blockout__colours__surface--200);position:absolute;z-index:900;border-radius:var(--blockout__radius--sm);border:1px solid var(--blockout__colours__surface--300);box-shadow:0 .175rem .375rem #0000001a;display:flex;flex-direction:column;gap:.25rem;padding:.25rem}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash[data-show=false]{opacity:0;pointer-events:none}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option{display:flex;justify-content:center;align-items:start;flex-direction:column;gap:.25rem;padding:.375rem .5rem .375rem .675rem;min-height:2.25rem;border-radius:var(--blockout__radius--sm);cursor:pointer;transition:background-color .25s ease}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:focus{outline:none}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:first-child{border-top:none}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option[aria-disabled=true] .component-markdown-editor__slash__option__label{color:var(--blockout__colours__surface--400)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option[aria-disabled=true] .component-markdown-editor__slash__option__description{color:var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option__label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--blockout__colours__surface--900);transition:color .25s ease;white-space:nowrap}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option__label>svg{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--blockout__colours__surface--500);fill:var(--blockout__colours__surface--500)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option__description{font-weight:400;color:var(--blockout__colours__surface--600);font-size:.875rem;transition:color .25s ease,opacity .25s ease}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:is([data-active-item=true],:hover,:focus){background-color:var(--blockout__colours__surface--50)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:is([data-active-item=true],:hover,:focus) .component-markdown-editor__slash__option__label{color:var(--blockout__colours__surface--900)}.component-markdown-editor .component-markdown-editor__content .component-markdown-editor__slash .component-markdown-editor__slash__option:is([data-active-item=true],:hover,:focus) .component-markdown-editor__slash__option__description{color:var(--blockout__colours__surface--700)}.component-markdown-editor .component-markdown-editor__content details,.component-markdown-editor .component-markdown-editor__content figcaption,.component-markdown-editor .component-markdown-editor__content figure{display:block}.component-markdown-editor .component-markdown-editor__content a{background-color:transparent;color:var(--blockout__colours__primary--500);text-decoration:underline;transition:color .15s ease}.component-markdown-editor .component-markdown-editor__content a:hover{color:var(--blockout__colours__primary--600);text-decoration:none}.component-markdown-editor .component-markdown-editor__content b,.component-markdown-editor .component-markdown-editor__content strong{font-weight:500;color:var(--blockout__colours__surface--950)}.component-markdown-editor .component-markdown-editor__content mark{background-color:var(--blockout__colours__primary--100);color:var(--blockout__colours__surface--800)}.component-markdown-editor .component-markdown-editor__content small{font-size:90%}.component-markdown-editor .component-markdown-editor__content sub,.component-markdown-editor .component-markdown-editor__content sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.component-markdown-editor .component-markdown-editor__content sub{bottom:-.25em}.component-markdown-editor .component-markdown-editor__content sup{top:-.5em}.component-markdown-editor .component-markdown-editor__content img{border-style:none;max-width:100%;box-sizing:content-box}.component-markdown-editor .component-markdown-editor__content figure{margin:1em 2.5rem}.component-markdown-editor .component-markdown-editor__content hr{box-sizing:content-box;overflow:hidden;background:transparent;border-bottom:1px solid var(--blockout__colours__surface--300);height:.25em;padding:0;margin:1.5rem 0;background-color:var(--blockout__colours__surface--300);border:0}.component-markdown-editor .component-markdown-editor__content hr:before{display:table;content:""}.component-markdown-editor .component-markdown-editor__content hr:after{display:table;clear:both;content:""}.component-markdown-editor .component-markdown-editor__content h1,.component-markdown-editor .component-markdown-editor__content h2,.component-markdown-editor .component-markdown-editor__content h3,.component-markdown-editor .component-markdown-editor__content h4,.component-markdown-editor .component-markdown-editor__content h5,.component-markdown-editor .component-markdown-editor__content h6{margin-top:1.5rem;margin-bottom:1rem;font-weight:600;line-height:1.25;color:var(--blockout__colours__surface--950)}.component-markdown-editor .component-markdown-editor__content h1:before,.component-markdown-editor .component-markdown-editor__content h2:before,.component-markdown-editor .component-markdown-editor__content h3:before,.component-markdown-editor .component-markdown-editor__content h4:before,.component-markdown-editor .component-markdown-editor__content h5:before,.component-markdown-editor .component-markdown-editor__content h6:before{content:"#";font-weight:400;font-size:.75em;color:var(--blockout__colours__surface--400);margin-right:1ch}.component-markdown-editor .component-markdown-editor__content h1{margin:.67em 0;font-weight:600;padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content h1:before{content:"#"}.component-markdown-editor .component-markdown-editor__content h2{font-weight:600;padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content h2:before{content:"##"}.component-markdown-editor .component-markdown-editor__content h3{font-weight:600;font-size:1.25em}.component-markdown-editor .component-markdown-editor__content h3:before{content:"###"}.component-markdown-editor .component-markdown-editor__content h4{font-weight:600;font-size:1em}.component-markdown-editor .component-markdown-editor__content h4:before{content:"####"}.component-markdown-editor .component-markdown-editor__content h5{font-weight:600;font-size:.875em}.component-markdown-editor .component-markdown-editor__content h6{font-weight:600;font-size:.85em;color:#59636e}.component-markdown-editor .component-markdown-editor__content p{margin-top:0;margin-bottom:10px}.component-markdown-editor .component-markdown-editor__content blockquote{margin:0;padding:0 1em;color:#59636e;border-left:.25em solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content ul,.component-markdown-editor .component-markdown-editor__content ol{margin-top:0;margin-bottom:0;padding-left:2em;list-style:disc}.component-markdown-editor .component-markdown-editor__content ol{list-style:decimal}.component-markdown-editor .component-markdown-editor__content ol ol,.component-markdown-editor .component-markdown-editor__content ul ol{list-style-type:lower-roman}.component-markdown-editor .component-markdown-editor__content ul ul ol,.component-markdown-editor .component-markdown-editor__content ul ol ol,.component-markdown-editor .component-markdown-editor__content ol ul ol,.component-markdown-editor .component-markdown-editor__content ol ol ol{list-style-type:lower-alpha}.component-markdown-editor .component-markdown-editor__content .milkdown-list-item-block,.component-markdown-editor .component-markdown-editor__content .milkdown-list-item-block .list-item{list-style:inherit}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked){padding-left:1em}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item{display:flex;align-items:start;gap:.5em;margin-bottom:1rem}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item p{flex-grow:1;margin-bottom:0}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item .milkdown-icon{display:block;width:1.25rem;height:1.25rem;border:1px solid var(--blockout__colours__surface--300);border-radius:var(--blockout__radius--xs);cursor:pointer;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="%23fff" viewBox="0 0 256 256"><path d="M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z"></path></svg>');background-size:80%;background-repeat:no-repeat;background-position:center;transition:background-color .15s ease,border-color .15s ease;position:relative;top:.125rem}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item .milkdown-icon:hover{border-color:var(--blockout__colours__primary--500)}.component-markdown-editor .component-markdown-editor__content :is(ul,ol):has(.milkdown-icon.unchecked,.milkdown-icon.checked) .list-item .milkdown-icon.checked{background-color:var(--blockout__colours__primary--500);border-color:var(--blockout__colours__primary--500)}.component-markdown-editor .component-markdown-editor__content .editor>*:first-child{margin-top:0!important}.component-markdown-editor .component-markdown-editor__content .editor>*:last-child{margin-bottom:0!important}.component-markdown-editor .component-markdown-editor__content a:not([href]){color:inherit;text-decoration:none}.component-markdown-editor .component-markdown-editor__content p,.component-markdown-editor .component-markdown-editor__content blockquote,.component-markdown-editor .component-markdown-editor__content ul,.component-markdown-editor .component-markdown-editor__content ol,.component-markdown-editor .component-markdown-editor__content table{margin-top:0;margin-bottom:1rem}.component-markdown-editor .component-markdown-editor__content blockquote>:first-child{margin-top:0}.component-markdown-editor .component-markdown-editor__content blockquote>:last-child{margin-bottom:0}.component-markdown-editor .component-markdown-editor__content ul ul,.component-markdown-editor .component-markdown-editor__content ul ol,.component-markdown-editor .component-markdown-editor__content ol ol,.component-markdown-editor .component-markdown-editor__content ol ul{margin-top:0;margin-bottom:0}.component-markdown-editor .component-markdown-editor__content li>p{margin:0}.component-markdown-editor .component-markdown-editor__content li+li{margin-top:.25em}.component-markdown-editor .component-markdown-editor__content table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;font-variant:tabular-nums}.component-markdown-editor .component-markdown-editor__content td,.component-markdown-editor .component-markdown-editor__content th{padding:0}.component-markdown-editor .component-markdown-editor__content table th{font-weight:600}.component-markdown-editor .component-markdown-editor__content table th,.component-markdown-editor .component-markdown-editor__content table td{padding:6px 13px;border:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content table th>:last-child,.component-markdown-editor .component-markdown-editor__content table td>:last-child{margin-bottom:0}.component-markdown-editor .component-markdown-editor__content table tr{background-color:var(--blockout__colours__surface--0);border-top:1px solid var(--blockout__colours__surface--300)}.component-markdown-editor .component-markdown-editor__content table tr:nth-child(2n){background-color:var(--blockout__colours__surface--50)}.component-markdown-editor .component-markdown-editor__content table img{background-color:transparent}.component-markdown-editor .component-markdown-editor__content img.emoji{display:inline;height:1rem;width:1rem}
@@ -1 +1 @@
1
- .component-checkbox-control__label{display:flex;align-items:center;font-weight:400;color:var(--blockout__colours__surface--950);font-size:1rem;cursor:pointer;width:fit-content}.component-checkbox-control__input__wrapper{position:relative;width:1.5rem;height:1.5rem}.component-checkbox-control__input{width:100%;height:100%;opacity:0;position:relative;z-index:1;cursor:pointer}.component-checkbox-control__icon{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;fill:var(--blockout__colours__surface--500)}.component-checkbox-control__text{padding:var(--base-control__padding);min-height:var(--base-control__min-height);min-width:max-content}.component-checkbox-control__help{margin-top:.25rem;max-width:65ch;font-size:.75rem;font-weight:400;color:var(--blockout__colours__surface--600)}.component-checkbox-control--checked .component-checkbox-control__icon{fill:var(--blockout__colours__primary--500)}
1
+ :root .primitive-colourway--rose,[data-colour-scheme=light] .primitive-colourway--rose,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--rose{--blockout__colours__colourway--light: #ffc5cb;--blockout__colours__colourway--medium: #d52a3c;--blockout__colours__colourway--dark: #4b070e}:root .primitive-colourway--poppy,[data-colour-scheme=light] .primitive-colourway--poppy,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--poppy{--blockout__colours__colourway--light: #ffcfc5;--blockout__colours__colourway--medium: #d93c1b;--blockout__colours__colourway--dark: #6d1807}:root .primitive-colourway--amber,[data-colour-scheme=light] .primitive-colourway--amber,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--amber{--blockout__colours__colourway--light: #ffe3b9;--blockout__colours__colourway--medium: #db8f19;--blockout__colours__colourway--dark: #784901}:root .primitive-colourway--honey,[data-colour-scheme=light] .primitive-colourway--honey,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--honey{--blockout__colours__colourway--light: #fff4c9;--blockout__colours__colourway--medium: #e6bd15;--blockout__colours__colourway--dark: #745d00}:root .primitive-colourway--lemon,[data-colour-scheme=light] .primitive-colourway--lemon,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--lemon{--blockout__colours__colourway--light: #fdffc5;--blockout__colours__colourway--medium: #e8f112;--blockout__colours__colourway--dark: #676b06}:root .primitive-colourway--apple,[data-colour-scheme=light] .primitive-colourway--apple,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--apple{--blockout__colours__colourway--light: #e9fcbc;--blockout__colours__colourway--medium: #ace622;--blockout__colours__colourway--dark: #344a00}:root .primitive-colourway--jade,[data-colour-scheme=light] .primitive-colourway--jade,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--jade{--blockout__colours__colourway--light: #c1f3b9;--blockout__colours__colourway--medium: #47cc33;--blockout__colours__colourway--dark: #146a07}:root .primitive-colourway--spearmint,[data-colour-scheme=light] .primitive-colourway--spearmint,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--spearmint{--blockout__colours__colourway--light: #b9f3dd;--blockout__colours__colourway--medium: #1cd992;--blockout__colours__colourway--dark: #04462d}:root .primitive-colourway--aqua,[data-colour-scheme=light] .primitive-colourway--aqua,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--aqua{--blockout__colours__colourway--light: #b9f3ef;--blockout__colours__colourway--medium: #28c8bc;--blockout__colours__colourway--dark: #024742}:root .primitive-colourway--bluebell,[data-colour-scheme=light] .primitive-colourway--bluebell,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--bluebell{--blockout__colours__colourway--light: #dbecff;--blockout__colours__colourway--medium: #2377d6;--blockout__colours__colourway--dark: #032750}:root .primitive-colourway--sapphire,[data-colour-scheme=light] .primitive-colourway--sapphire,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--sapphire{--blockout__colours__colourway--light: #d9e3ff;--blockout__colours__colourway--medium: #2b56d1;--blockout__colours__colourway--dark: #02227c}:root .primitive-colourway--amethyst,[data-colour-scheme=light] .primitive-colourway--amethyst,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--amethyst{--blockout__colours__colourway--light: #e9d9ff;--blockout__colours__colourway--medium: #7f3ade;--blockout__colours__colourway--dark: #3b008b}:root .primitive-colourway--lavender,[data-colour-scheme=light] .primitive-colourway--lavender,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--lavender{--blockout__colours__colourway--light: #fbdafe;--blockout__colours__colourway--medium: #b92cc4;--blockout__colours__colourway--dark: #420247}:root .primitive-colourway--raspberry,[data-colour-scheme=light] .primitive-colourway--raspberry,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--raspberry{--blockout__colours__colourway--light: #fedaec;--blockout__colours__colourway--medium: #e6147d;--blockout__colours__colourway--dark: #680637}:root .primitive-colourway--smoke,[data-colour-scheme=light] .primitive-colourway--smoke,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--smoke{--blockout__colours__colourway--light: #ededef;--blockout__colours__colourway--medium: #7b7c8b;--blockout__colours__colourway--dark: #3b3c44}:root .primitive-colourway--ash,[data-colour-scheme=light] .primitive-colourway--ash,[data-colour-scheme=dark] [data-colour-scheme=invert] .primitive-colourway--ash{--blockout__colours__colourway--light: #3b3c44;--blockout__colours__colourway--medium: #7b7c8b;--blockout__colours__colourway--dark: #ededef}[data-colour-scheme=dark] .primitive-colourway--rose,:root [data-colour-scheme=invert] .primitive-colourway--rose{--blockout__colours__colourway--dark: #ffc5cb;--blockout__colours__colourway--medium: #d52a3c;--blockout__colours__colourway--light: #4b070e}[data-colour-scheme=dark] .primitive-colourway--poppy,:root [data-colour-scheme=invert] .primitive-colourway--poppy{--blockout__colours__colourway--dark: #ffcfc5;--blockout__colours__colourway--medium: #d93c1b;--blockout__colours__colourway--light: #6d1807}[data-colour-scheme=dark] .primitive-colourway--amber,:root [data-colour-scheme=invert] .primitive-colourway--amber{--blockout__colours__colourway--dark: #ffe3b9;--blockout__colours__colourway--medium: #db8f19;--blockout__colours__colourway--light: #784901}[data-colour-scheme=dark] .primitive-colourway--honey,:root [data-colour-scheme=invert] .primitive-colourway--honey{--blockout__colours__colourway--dark: #fff4c9;--blockout__colours__colourway--medium: #e6bd15;--blockout__colours__colourway--light: #745d00}[data-colour-scheme=dark] .primitive-colourway--lemon,:root [data-colour-scheme=invert] .primitive-colourway--lemon{--blockout__colours__colourway--dark: #fdffc5;--blockout__colours__colourway--medium: #e8f112;--blockout__colours__colourway--light: #676b06}[data-colour-scheme=dark] .primitive-colourway--apple,:root [data-colour-scheme=invert] .primitive-colourway--apple{--blockout__colours__colourway--dark: #e9fcbc;--blockout__colours__colourway--medium: #ace622;--blockout__colours__colourway--light: #344a00}[data-colour-scheme=dark] .primitive-colourway--jade,:root [data-colour-scheme=invert] .primitive-colourway--jade{--blockout__colours__colourway--dark: #c1f3b9;--blockout__colours__colourway--medium: #47cc33;--blockout__colours__colourway--light: #146a07}[data-colour-scheme=dark] .primitive-colourway--spearmint,:root [data-colour-scheme=invert] .primitive-colourway--spearmint{--blockout__colours__colourway--dark: #b9f3dd;--blockout__colours__colourway--medium: #1cd992;--blockout__colours__colourway--light: #04462d}[data-colour-scheme=dark] .primitive-colourway--aqua,:root [data-colour-scheme=invert] .primitive-colourway--aqua{--blockout__colours__colourway--dark: #b9f3ef;--blockout__colours__colourway--medium: #28c8bc;--blockout__colours__colourway--light: #024742}[data-colour-scheme=dark] .primitive-colourway--bluebell,:root [data-colour-scheme=invert] .primitive-colourway--bluebell{--blockout__colours__colourway--dark: #dbecff;--blockout__colours__colourway--medium: #2377d6;--blockout__colours__colourway--light: #032750}[data-colour-scheme=dark] .primitive-colourway--sapphire,:root [data-colour-scheme=invert] .primitive-colourway--sapphire{--blockout__colours__colourway--dark: #d9e3ff;--blockout__colours__colourway--medium: #2b56d1;--blockout__colours__colourway--light: #02227c}[data-colour-scheme=dark] .primitive-colourway--amethyst,:root [data-colour-scheme=invert] .primitive-colourway--amethyst{--blockout__colours__colourway--dark: #e9d9ff;--blockout__colours__colourway--medium: #7f3ade;--blockout__colours__colourway--light: #3b008b}[data-colour-scheme=dark] .primitive-colourway--lavender,:root [data-colour-scheme=invert] .primitive-colourway--lavender{--blockout__colours__colourway--dark: #fbdafe;--blockout__colours__colourway--medium: #b92cc4;--blockout__colours__colourway--light: #420247}[data-colour-scheme=dark] .primitive-colourway--raspberry,:root [data-colour-scheme=invert] .primitive-colourway--raspberry{--blockout__colours__colourway--dark: #fedaec;--blockout__colours__colourway--medium: #e6147d;--blockout__colours__colourway--light: #680637}[data-colour-scheme=dark] .primitive-colourway--smoke,:root [data-colour-scheme=invert] .primitive-colourway--smoke{--blockout__colours__colourway--dark: #ededef;--blockout__colours__colourway--medium: #7b7c8b;--blockout__colours__colourway--light: #3b3c44}[data-colour-scheme=dark] .primitive-colourway--ash,:root [data-colour-scheme=invert] .primitive-colourway--ash{--blockout__colours__colourway--dark: #3b3c44;--blockout__colours__colourway--medium: #7b7c8b;--blockout__colours__colourway--light: #ededef}
@@ -1 +1 @@
1
- .component-choice-control__choices{display:grid;gap:1.5rem}@media (min-width: 768px){.component-choice-control__choices{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.component-choice-control__choices{grid-template-columns:repeat(3,minmax(0,1fr))}}.component-choice-control__choice{padding:.325rem;border:1px solid var(--blockout__colours__surface--300);border-radius:var(--blockout__radius--md);background-color:var(--blockout__colours__surface--0);cursor:pointer;transition:outline .25s ease,outline-offset .25s ease}.component-choice-control__choice__body{display:flex;flex-direction:row;align-items:baseline;gap:.75rem;padding:.675rem;height:100%}.component-choice-control__choice:has(input:checked) .component-choice-control__choice__body{background-color:var(--blockout__colours__surface--100)}.component-choice-control__choice:has(input:checked) .component-choice-control__choice__description{color:var(--blockout__colours__surface--700)}.component-choice-control__choice:focus-within{outline:1px solid var(--blockout__colours__outline);outline-offset:4px}.component-choice-control__choice:has(input:disabled){background-color:var(--blockout__colours__surface--200)}.component-choice-control__choice:has(input:disabled) .component-choice-control__choice__label,.component-choice-control__choice:has(input:disabled) .component-choice-control__choice__description{color:var(--blockout__colours__surface--400)}.component-choice-control__choice__icon{fill:var(--blockout__colours__surface--300);width:1.375rem;height:1.375rem;flex-shrink:0;transform:translateY(.25rem);transition:fill .25s ease}.component-choice-control__choice:has(input:checked) .component-choice-control__choice__icon{fill:var(--blockout__colours__primary--500)}.component-choice-control__choice__label{font-weight:500;color:var(--blockout__colours__surface--600);transition:color .25s ease}.component-choice-control__choice__description{font-weight:400;color:var(--blockout__colours__surface--500);font-size:.875rem;transition:color .25s ease,opacity .25s ease}.component-choice-control__choice:has(input:checked) .component-choice-control__choice__label{color:var(--blockout__colours__surface--950)}
1
+ .component-checkbox-control__label{display:flex;align-items:center;font-weight:400;color:var(--blockout__colours__surface--950);font-size:1rem;cursor:pointer;width:fit-content}.component-checkbox-control__input__wrapper{position:relative;width:1.5rem;height:1.5rem}.component-checkbox-control__input{width:100%;height:100%;opacity:0;position:relative;z-index:1;cursor:pointer}.component-checkbox-control__icon{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;fill:var(--blockout__colours__surface--500)}.component-checkbox-control__text{padding:var(--base-control__padding);min-height:var(--base-control__min-height);min-width:max-content}.component-checkbox-control__help{margin-top:.25rem;max-width:65ch;font-size:.75rem;font-weight:400;color:var(--blockout__colours__surface--600)}.component-checkbox-control--checked .component-checkbox-control__icon{fill:var(--blockout__colours__primary--500)}
@@ -1,60 +1,73 @@
1
- import { jsx as r, jsxs as n } from "react/jsx-runtime";
2
- import { cn as t } from "../../utils/css.js";
3
- import { e as i } from "../../CaretRight.es-vnr78BGI.js";
4
- import { C as p } from "../../composite-provider-B-M1AaRb.js";
5
- import { C as c } from "../../5JTVDSTH-DcfjjEya.js";
6
- import { C as l } from "../../J2LQO3EC-DYtZQQv6.js";
7
- import { C as d } from "../../6VRAQV3D-DK_p41oq.js";
8
- import { C as b } from "../../TP7N7UIH-Dc0CLLi8.js";
9
- import '../../assets/index4.css';const v = ({
10
- crumbs: o,
11
- separator: m = /* @__PURE__ */ r(i, {}),
12
- className: a,
13
- ...s
14
- }) => /* @__PURE__ */ r(p, { orientation: "horizontal", children: /* @__PURE__ */ r(
15
- c,
1
+ import { jsx as r, jsxs as a } from "react/jsx-runtime";
2
+ import { cn as p } from "../../utils/css.js";
3
+ import '../../assets/styles.css';import '../../assets/style7.css';import '../../assets/style6.css';import '../../assets/style5.css';import '../../assets/style4.css';import '../../assets/style3.css';import '../../assets/style.css';import '../../assets/style8.css';import '../../assets/index4.css';/* empty css */
4
+ import "react";
5
+ /* empty css */
6
+ import { Link as s } from "../../primitives/link/index.js";
7
+ /* empty css */
8
+ import "../../primitives/popover/index.js";
9
+ /* empty css */
10
+ import "../../primitives/scroll-area/index.js";
11
+ import "../../primitives/symbol/index.js";
12
+ /* empty css */
13
+ /* empty css */
14
+ /* empty css */
15
+ /* empty css */
16
+ import { e as n } from "../../CaretRight.es-vnr78BGI.js";
17
+ import { C as c } from "../../composite-provider-B-M1AaRb.js";
18
+ import { C as l } from "../../5JTVDSTH-DcfjjEya.js";
19
+ import { C as d } from "../../J2LQO3EC-DYtZQQv6.js";
20
+ import { C as b } from "../../6VRAQV3D-DK_p41oq.js";
21
+ import { C as f } from "../../TP7N7UIH-Dc0CLLi8.js";
22
+ const D = ({
23
+ crumbs: m,
24
+ separator: e = /* @__PURE__ */ r(n, {}),
25
+ className: i,
26
+ ...t
27
+ }) => /* @__PURE__ */ r(c, { orientation: "horizontal", children: /* @__PURE__ */ r(
28
+ l,
16
29
  {
17
30
  render: /* @__PURE__ */ r(
18
31
  "nav",
19
32
  {
20
- className: t("component-breadcrumbs", a),
33
+ className: p("component-breadcrumbs", i),
21
34
  "aria-label": "breadcrumb",
22
- ...s
35
+ ...t
23
36
  }
24
37
  ),
25
38
  children: /* @__PURE__ */ r(
26
- l,
39
+ d,
27
40
  {
28
41
  render: /* @__PURE__ */ r("ol", { className: "component-breadcrumbs__list" }),
29
- children: o.map((e) => /* @__PURE__ */ n(
42
+ children: m.map((o) => /* @__PURE__ */ a(
30
43
  "li",
31
44
  {
32
45
  className: "component-breadcrumbs__item",
33
46
  children: [
34
47
  /* @__PURE__ */ r(
35
- d,
48
+ b,
36
49
  {
37
- render: /* @__PURE__ */ r("a", { href: e.href }),
50
+ render: /* @__PURE__ */ r(s, { href: o.href }),
38
51
  className: "component-breadcrumbs__link",
39
- children: e.label
52
+ children: o.label
40
53
  }
41
54
  ),
42
55
  /* @__PURE__ */ r(
43
- b,
56
+ f,
44
57
  {
45
58
  className: "component-breacrumbs__separator",
46
59
  render: /* @__PURE__ */ r("span", {}),
47
- children: m
60
+ children: e
48
61
  }
49
62
  )
50
63
  ]
51
64
  },
52
- e.label + e.href
65
+ o.label + o.href
53
66
  ))
54
67
  }
55
68
  )
56
69
  }
57
70
  ) });
58
71
  export {
59
- v as Breadcrumbs
72
+ D as Breadcrumbs
60
73
  };
@@ -1,22 +1,35 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { cn as p } from "../../utils/css.js";
3
- import '../../assets/button.css';const l = (e) => {
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import { cn as c } from "../../utils/css.js";
3
+ import '../../assets/styles.css';import '../../assets/style7.css';import '../../assets/style6.css';import '../../assets/style5.css';import '../../assets/style4.css';import '../../assets/style3.css';import '../../assets/style.css';import '../../assets/style8.css';import '../../assets/button.css';/* empty css */
4
+ import "react";
5
+ /* empty css */
6
+ import { Link as a } from "../../primitives/link/index.js";
7
+ /* empty css */
8
+ import "../../primitives/popover/index.js";
9
+ /* empty css */
10
+ import "../../primitives/scroll-area/index.js";
11
+ import "../../primitives/symbol/index.js";
12
+ /* empty css */
13
+ /* empty css */
14
+ /* empty css */
15
+ /* empty css */
16
+ const L = (r) => {
4
17
  const {
5
- className: s,
6
- wide: m,
7
- size: r,
8
- variant: a,
9
- as: c,
18
+ className: n,
19
+ wide: i,
20
+ size: p,
21
+ variant: e,
22
+ as: s,
10
23
  ...t
11
- } = e, n = p(
12
- s,
24
+ } = r, o = c(
25
+ n,
13
26
  "component-button",
14
- `component-button--${a || "primary"}`,
15
- `component-button--${r || "medium"}`,
16
- m && "component-button--wide"
27
+ `component-button--${e || "primary"}`,
28
+ `component-button--${p || "medium"}`,
29
+ i && "component-button--wide"
17
30
  );
18
- return c === "link" ? /* @__PURE__ */ o("a", { ...t, className: n }) : /* @__PURE__ */ o("button", { type: "button", ...t, className: n });
31
+ return s === "link" ? /* @__PURE__ */ m(a, { ...t, className: o }) : /* @__PURE__ */ m("button", { type: "button", ...t, className: o });
19
32
  };
20
33
  export {
21
- l as Button
34
+ L as Button
22
35
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { cn as i } from "../../utils/css.js";
3
- import '../../assets/styles.css';import '../../assets/style7.css';import '../../assets/style6.css';import '../../assets/style4.css';import '../../assets/style3.css';import '../../assets/style2.css';import '../../assets/style.css';import '../../assets/style10.css';/* empty css */
3
+ import '../../assets/styles.css';import '../../assets/style7.css';import '../../assets/style6.css';import '../../assets/style4.css';import '../../assets/style3.css';import '../../assets/style2.css';import '../../assets/style.css';import '../../assets/style8.css';/* empty css */
4
4
  import "react";
5
5
  /* empty css */
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
2
  import { Button as a } from "../../button/index.js";
3
- import '../../../assets/style20.css';import '../../../assets/styles.css';import '../../../assets/style7.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style10.css';/* empty css */
3
+ import '../../../assets/style20.css';import '../../../assets/styles.css';import '../../../assets/style7.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style8.css';/* empty css */
4
4
  import { useState as c } from "react";
5
5
  /* empty css */
6
6
  /* empty css */
@@ -6,7 +6,7 @@ import * as e from "react";
6
6
  import { w as N } from "../../../SSRBase.es-BUXS72ra.js";
7
7
  import { Affix as p } from "../base-control/affix.js";
8
8
  import { useBaseControlProps as C } from "../base-control/props.js";
9
- import '../../../assets/style8.css';/* empty css */
9
+ import '../../../assets/style9.css';/* empty css */
10
10
  const F = /* @__PURE__ */ new Map([
11
11
  [
12
12
  "bold",
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as n } from "react/jsx-runtime";
2
2
  import { cn as _ } from "../../../utils/css.js";
3
- import '../../../assets/style7.css';import '../../../assets/style6.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style10.css';/* empty css */
3
+ import '../../../assets/style7.css';import '../../../assets/style6.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style8.css';/* empty css */
4
4
  import * as e from "react";
5
5
  import { useId as f } from "react";
6
6
  /* empty css */
@@ -5,7 +5,7 @@ import "react";
5
5
  import { BaseControl as g } from "../base-control/index.js";
6
6
  import { useBaseControlProps as v } from "../base-control/props.js";
7
7
  import { Choice as P } from "./choice.js";
8
- import '../../../assets/style9.css';/* empty css */
8
+ import '../../../assets/style10.css';/* empty css */
9
9
  const b = (l) => {
10
10
  const { baseProps: a, controlProps: i } = v(l, {
11
11
  className: "component-choice-control"
@@ -4,7 +4,7 @@ import { useSplitInput as I } from "../../../hooks/input.js";
4
4
  import * as e from "react";
5
5
  import { useMemo as c } from "react";
6
6
  import { useTemporaryChange as $ } from "../../../hooks/temporary.js";
7
- import '../../../assets/style11.css';import '../../../assets/styles.css';import '../../../assets/style7.css';import '../../../assets/style6.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style10.css';/* empty css */
7
+ import '../../../assets/style11.css';import '../../../assets/styles.css';import '../../../assets/style7.css';import '../../../assets/style6.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style8.css';/* empty css */
8
8
  import { noop as g } from "../../../utils/noop.js";
9
9
  /* empty css */
10
10
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { jsxs as e, jsx as t, Fragment as p } from "react/jsx-runtime";
2
2
  import { cn as d } from "../../../utils/css.js";
3
- import '../../../assets/style7.css';import '../../../assets/style6.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style10.css';/* empty css */
3
+ import '../../../assets/style7.css';import '../../../assets/style6.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style8.css';/* empty css */
4
4
  import "react";
5
5
  /* empty css */
6
6
  /* empty css */
@@ -1,10 +1,12 @@
1
- import { FC, PropsWithChildren } from 'react';
1
+ import { Editor } from '@milkdown/kit/core';
2
+ import { FC, PropsWithChildren, RefObject } from 'react';
2
3
  interface MarkdownEditorProps extends PropsWithChildren {
3
4
  className?: string;
4
5
  value?: string;
5
6
  onChangeValue?: (value: string) => void;
6
7
  placeholder?: string;
7
8
  toolbar?: "top" | "bottom" | false;
9
+ milkdownRef?: RefObject<Editor | undefined>;
8
10
  }
9
11
  export declare const MarkdownEditor: FC<MarkdownEditorProps>;
10
12
  export {};