@cyberskill/cyber-editor 3.9.0 → 3.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_tsup-dts-rollup.d.cts +196 -0
- package/dist/_tsup-dts-rollup.d.ts +196 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +20 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +1 -0
- package/dist/modules/accordion/accordion-extension.cjs +1 -0
- package/dist/modules/accordion/accordion-extension.d.cts +1 -0
- package/dist/modules/accordion/accordion-extension.d.ts +1 -0
- package/dist/modules/accordion/accordion-extension.js +1 -0
- package/dist/modules/accordion/accordion-view.component.cjs +1 -0
- package/dist/modules/accordion/accordion-view.component.d.cts +1 -0
- package/dist/modules/accordion/accordion-view.component.d.ts +1 -0
- package/dist/modules/accordion/accordion-view.component.js +1 -0
- package/dist/modules/accordion/accordion-view.type.cjs +1 -0
- package/dist/modules/accordion/accordion-view.type.d.cts +2 -0
- package/dist/modules/accordion/accordion-view.type.d.ts +2 -0
- package/dist/modules/accordion/accordion-view.type.js +0 -0
- package/dist/modules/accordion/index.cjs +1 -0
- package/dist/modules/accordion/index.d.cts +4 -0
- package/dist/modules/accordion/index.d.ts +4 -0
- package/dist/modules/accordion/index.js +1 -0
- package/dist/modules/color-picker/color-picker.component.cjs +1 -0
- package/dist/modules/color-picker/color-picker.component.d.cts +1 -0
- package/dist/modules/color-picker/color-picker.component.d.ts +1 -0
- package/dist/modules/color-picker/color-picker.component.js +1 -0
- package/dist/modules/color-picker/color-picker.type.cjs +1 -0
- package/dist/modules/color-picker/color-picker.type.d.cts +1 -0
- package/dist/modules/color-picker/color-picker.type.d.ts +1 -0
- package/dist/modules/color-picker/color-picker.type.js +0 -0
- package/dist/modules/color-picker/index.cjs +1 -0
- package/dist/modules/color-picker/index.d.cts +2 -0
- package/dist/modules/color-picker/index.d.ts +2 -0
- package/dist/modules/color-picker/index.js +1 -0
- package/dist/modules/editor/editor.component.cjs +1 -0
- package/dist/modules/editor/editor.component.d.cts +1 -0
- package/dist/modules/editor/editor.component.d.ts +1 -0
- package/dist/modules/editor/editor.component.js +1 -0
- package/dist/modules/editor/editor.constant.cjs +1 -0
- package/dist/modules/editor/editor.constant.d.cts +1 -0
- package/dist/modules/editor/editor.constant.d.ts +1 -0
- package/dist/modules/editor/editor.constant.js +1 -0
- package/dist/modules/editor/editor.module.d.cts +1 -0
- package/dist/modules/editor/editor.module.d.ts +1 -0
- package/dist/modules/editor/editor.module.scss +313 -0
- package/dist/modules/editor/editor.type.cjs +1 -0
- package/dist/modules/editor/editor.type.d.cts +1 -0
- package/dist/modules/editor/editor.type.d.ts +1 -0
- package/dist/modules/editor/editor.type.js +0 -0
- package/dist/modules/editor/index.cjs +1 -0
- package/dist/modules/editor/index.d.cts +3 -0
- package/dist/modules/editor/index.d.ts +3 -0
- package/dist/modules/editor/index.js +1 -0
- package/dist/modules/heading/heading.component.cjs +1 -0
- package/dist/modules/heading/heading.component.d.cts +1 -0
- package/dist/modules/heading/heading.component.d.ts +1 -0
- package/dist/modules/heading/heading.component.js +1 -0
- package/dist/modules/heading/heading.type.cjs +1 -0
- package/dist/modules/heading/heading.type.d.cts +1 -0
- package/dist/modules/heading/heading.type.d.ts +1 -0
- package/dist/modules/heading/heading.type.js +0 -0
- package/dist/modules/heading/index.cjs +1 -0
- package/dist/modules/heading/index.d.cts +2 -0
- package/dist/modules/heading/index.d.ts +2 -0
- package/dist/modules/heading/index.js +1 -0
- package/dist/modules/home/home.page.cjs +1 -0
- package/dist/modules/home/home.page.d.cts +1 -0
- package/dist/modules/home/home.page.d.ts +1 -0
- package/dist/modules/home/home.page.js +1 -0
- package/dist/modules/home/index.cjs +1 -0
- package/dist/modules/home/index.d.cts +1 -0
- package/dist/modules/home/index.d.ts +1 -0
- package/dist/modules/home/index.js +1 -0
- package/dist/modules/image/image-view.component.cjs +1 -0
- package/dist/modules/image/image-view.component.d.cts +1 -0
- package/dist/modules/image/image-view.component.d.ts +1 -0
- package/dist/modules/image/image-view.component.js +1 -0
- package/dist/modules/image/image-view.type.cjs +1 -0
- package/dist/modules/image/image-view.type.d.cts +2 -0
- package/dist/modules/image/image-view.type.d.ts +2 -0
- package/dist/modules/image/image-view.type.js +0 -0
- package/dist/modules/image/image.cjs +1 -0
- package/dist/modules/image/image.d.cts +1 -0
- package/dist/modules/image/image.d.ts +1 -0
- package/dist/modules/image/image.js +1 -0
- package/dist/modules/image/index.cjs +1 -0
- package/dist/modules/image/index.d.cts +4 -0
- package/dist/modules/image/index.d.ts +4 -0
- package/dist/modules/image/index.js +1 -0
- package/dist/modules/index.cjs +1 -0
- package/dist/modules/index.d.cts +20 -0
- package/dist/modules/index.d.ts +20 -0
- package/dist/modules/index.js +1 -0
- package/dist/modules/table/index.cjs +1 -0
- package/dist/modules/table/index.d.cts +2 -0
- package/dist/modules/table/index.d.ts +2 -0
- package/dist/modules/table/index.js +1 -0
- package/dist/modules/table/table.component.cjs +1 -0
- package/dist/modules/table/table.component.d.cts +1 -0
- package/dist/modules/table/table.component.d.ts +1 -0
- package/dist/modules/table/table.component.js +1 -0
- package/dist/modules/table/table.type.cjs +1 -0
- package/dist/modules/table/table.type.d.cts +1 -0
- package/dist/modules/table/table.type.d.ts +1 -0
- package/dist/modules/table/table.type.js +0 -0
- package/dist/modules/toolbar/index.cjs +1 -0
- package/dist/modules/toolbar/index.d.cts +2 -0
- package/dist/modules/toolbar/index.d.ts +2 -0
- package/dist/modules/toolbar/index.js +1 -0
- package/dist/modules/toolbar/toolbar.component.cjs +1 -0
- package/dist/modules/toolbar/toolbar.component.d.cts +1 -0
- package/dist/modules/toolbar/toolbar.component.d.ts +1 -0
- package/dist/modules/toolbar/toolbar.component.js +1 -0
- package/dist/modules/toolbar/toolbar.custom.component.cjs +1 -0
- package/dist/modules/toolbar/toolbar.custom.component.d.cts +1 -0
- package/dist/modules/toolbar/toolbar.custom.component.d.ts +1 -0
- package/dist/modules/toolbar/toolbar.custom.component.js +1 -0
- package/dist/shared/component/color-picker/color-picker.component.cjs +1 -0
- package/dist/shared/component/color-picker/color-picker.component.d.cts +1 -0
- package/dist/shared/component/color-picker/color-picker.component.d.ts +1 -0
- package/dist/shared/component/color-picker/color-picker.component.js +1 -0
- package/dist/shared/component/color-picker/color-picker.type.cjs +1 -0
- package/dist/shared/component/color-picker/color-picker.type.d.cts +1 -0
- package/dist/shared/component/color-picker/color-picker.type.d.ts +1 -0
- package/dist/shared/component/color-picker/color-picker.type.js +0 -0
- package/dist/shared/component/color-picker/index.cjs +1 -0
- package/dist/shared/component/color-picker/index.d.cts +2 -0
- package/dist/shared/component/color-picker/index.d.ts +2 -0
- package/dist/shared/component/color-picker/index.js +1 -0
- package/dist/shared/component/index.cjs +1 -0
- package/dist/shared/component/index.d.cts +4 -0
- package/dist/shared/component/index.d.ts +4 -0
- package/dist/shared/component/index.js +1 -0
- package/dist/shared/component/modal-edit/index.cjs +1 -0
- package/dist/shared/component/modal-edit/index.d.cts +2 -0
- package/dist/shared/component/modal-edit/index.d.ts +2 -0
- package/dist/shared/component/modal-edit/index.js +1 -0
- package/dist/shared/component/modal-edit/modal-edit.component.cjs +1 -0
- package/dist/shared/component/modal-edit/modal-edit.component.d.cts +1 -0
- package/dist/shared/component/modal-edit/modal-edit.component.d.ts +1 -0
- package/dist/shared/component/modal-edit/modal-edit.component.js +1 -0
- package/dist/shared/component/modal-edit/modal-edit.type.cjs +1 -0
- package/dist/shared/component/modal-edit/modal-edit.type.d.cts +1 -0
- package/dist/shared/component/modal-edit/modal-edit.type.d.ts +1 -0
- package/dist/shared/component/modal-edit/modal-edit.type.js +0 -0
- package/dist/shared/style/global.css +2 -0
- package/dist/shared/style/global.d.cts +1 -0
- package/dist/shared/style/global.d.ts +1 -0
- package/dist/shared/typescript/style.d.cjs +1 -0
- package/dist/shared/typescript/style.d.d.cts +1 -0
- package/dist/shared/typescript/style.d.d.ts +1 -0
- package/dist/shared/typescript/style.d.js +0 -0
- package/package.json +42 -32
- package/dist/client/_commonjsHelpers-C6fGbg64.js +0 -6
- package/dist/client/_commonjsHelpers-DwGv2jUC.cjs +0 -1
- package/dist/client/assets/manifest-e1ae6e39.js +0 -1
- package/dist/client/chunk-D4RADZKF-CqCYZIAv.js +0 -6257
- package/dist/client/chunk-D4RADZKF-sLhgGPy5.cjs +0 -56
- package/dist/client/cyber-editor.cjs.js +0 -259
- package/dist/client/cyber-editor.cjs2.js +0 -1
- package/dist/client/cyber-editor.cjs3.js +0 -1
- package/dist/client/cyber-editor.cjs4.js +0 -604
- package/dist/client/cyber-editor.cjs5.js +0 -1
- package/dist/client/cyber-editor.css +0 -1
- package/dist/client/cyber-editor.es.js +0 -25364
- package/dist/client/cyber-editor.es2.js +0 -43
- package/dist/client/cyber-editor.es3.js +0 -11
- package/dist/client/cyber-editor.es4.js +0 -46769
- package/dist/client/cyber-editor.es5.js +0 -11
- package/dist/client/index-HJNgKdvE.cjs +0 -5
- package/dist/client/index-rkLJDvut.js +0 -156
- package/dist/client/index.d.ts +0 -23
- package/dist/client/index.html +0 -6
- package/dist/client/with-props-Ba4118z_.js +0 -27
- package/dist/client/with-props-CuGIah2q.cjs +0 -1
- /package/{dist/client → public}/assets/icons/index.ts +0 -0
- /package/{dist/client → public}/favicon.svg +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const r=require("./with-props-CuGIah2q.cjs"),t=require("./chunk-D4RADZKF-sLhgGPy5.cjs");function n(){return t.jsxRuntimeExports.jsx("h1",{children:"Page not found"})}const o=r.withComponentProps(n);module.exports=o;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._overlay_1srm8_1,._fullscreen_1srm8_1,._block_1srm8_2{z-index:999999;background:linear-gradient(135deg,#ffffff80,#fffc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;width:100%;height:100%;animation:_overlay-fade-in_1srm8_1 .5s ease-out}._fullscreen_1srm8_1{position:fixed;top:0;right:0;bottom:0;left:0}._block_1srm8_2{position:relative;width:auto;height:auto}._container_1srm8_28{display:flex;justify-content:center;align-items:center;position:relative}._ring_1srm8_35{width:clamp(60px,10vw,190px);height:clamp(60px,10vw,190px);border:2px solid transparent;border-radius:50%;position:absolute;transition:transform .3s ease}._ring_1srm8_35:nth-child(1){border-bottom:8px solid rgb(240,42,230);animation:_rotate1_1srm8_1 1s linear infinite}._ring_1srm8_35:nth-child(2){border-bottom:8px solid rgb(240,19,67);animation:_rotate2_1srm8_1 1s linear infinite}._ring_1srm8_35:nth-child(3){border-bottom:8px solid rgb(3,170,170);animation:_rotate3_1srm8_1 1s linear infinite}._ring_1srm8_35:nth-child(4){border-bottom:8px solid rgb(207,135,1);animation:_rotate4_1srm8_1 1s linear infinite}._message_1srm8_64{color:#524f4f;font-weight:700;letter-spacing:5px;animation:_text-fade_1srm8_1 2s ease-in-out infinite alternate;font-size:1rem}@keyframes _rotate1_1srm8_1{0%{transform:rotateX(50deg) rotate(110deg)}to{transform:rotateX(50deg) rotate(470deg)}}@keyframes _rotate2_1srm8_1{0%{transform:rotateX(20deg) rotateY(50deg) rotate(20deg)}to{transform:rotateX(20deg) rotateY(50deg) rotate(380deg)}}@keyframes _rotate3_1srm8_1{0%{transform:rotateX(40deg) rotateY(130deg) rotate(450deg)}to{transform:rotateX(40deg) rotateY(130deg) rotate(90deg)}}@keyframes _rotate4_1srm8_1{0%{transform:rotateX(70deg) rotate(270deg)}to{transform:rotateX(70deg) rotate(630deg)}}@keyframes _text-fade_1srm8_1{0%{opacity:.6}to{opacity:1}}@keyframes _overlay-fade-in_1srm8_1{0%{opacity:0}to{opacity:1}}/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--ce-font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--ce-font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--ce-color-blue-50:oklch(97% .014 254.604);--ce-color-blue-100:oklch(93.2% .032 255.585);--ce-color-blue-400:oklch(70.7% .165 254.624);--ce-color-blue-600:oklch(54.6% .245 262.881);--ce-color-blue-700:oklch(48.8% .243 264.376);--ce-color-indigo-200:oklch(87% .065 274.039);--ce-color-indigo-300:oklch(78.5% .115 274.713);--ce-color-indigo-500:oklch(58.5% .233 277.117);--ce-color-indigo-600:oklch(51.1% .262 276.966);--ce-color-indigo-700:oklch(45.7% .24 277.023);--ce-color-gray-50:oklch(98.5% .002 247.839);--ce-color-gray-200:oklch(92.8% .006 264.531);--ce-color-gray-300:oklch(87.2% .01 258.338);--ce-color-gray-600:oklch(44.6% .03 256.802);--ce-color-gray-700:oklch(37.3% .034 259.733);--ce-color-black:#000;--ce-color-white:#fff;--ce-spacing:.25rem;--ce-text-sm:.875rem;--ce-text-sm--line-height:calc(1.25/.875);--ce-text-lg:1.125rem;--ce-text-lg--line-height:calc(1.75/1.125);--ce-font-weight-medium:500;--ce-font-weight-bold:700;--ce-radius-sm:.25rem;--ce-radius-md:.375rem;--ce-radius-lg:.5rem;--ce-ease-in-out:cubic-bezier(.4,0,.2,1);--ce-default-transition-duration:.15s;--ce-default-transition-timing-function:cubic-bezier(.4,0,.2,1);--ce-default-font-family:var(--ce-font-sans);--ce-default-mono-font-family:var(--ce-font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--ce-default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--ce-default-font-feature-settings,normal);font-variation-settings:var(--ce-default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--ce-default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--ce-default-mono-font-feature-settings,normal);font-variation-settings:var(--ce-default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.ce\:fixed{position:fixed}.ce\:relative{position:relative}.ce\:right-4{right:calc(var(--ce-spacing)*4)}.ce\:bottom-20{bottom:calc(var(--ce-spacing)*20)}.ce\:z-40{z-index:40}.ce\:mx-2{margin-inline:calc(var(--ce-spacing)*2)}.ce\:my-4{margin-block:calc(var(--ce-spacing)*4)}.ce\:mt-1{margin-top:calc(var(--ce-spacing)*1)}.ce\:mt-2{margin-top:calc(var(--ce-spacing)*2)}.ce\:mt-3{margin-top:calc(var(--ce-spacing)*3)}.ce\:mb-3{margin-bottom:calc(var(--ce-spacing)*3)}.ce\:block{display:block}.ce\:flex{display:flex}.ce\:grid{display:grid}.ce\:inline-block{display:inline-block}.ce\:h-5{height:calc(var(--ce-spacing)*5)}.ce\:h-8{height:calc(var(--ce-spacing)*8)}.ce\:h-auto{height:auto}.ce\:max-h-0{max-height:calc(var(--ce-spacing)*0)}.ce\:max-h-96{max-height:calc(var(--ce-spacing)*96)}.ce\:w-5{width:calc(var(--ce-spacing)*5)}.ce\:w-8{width:calc(var(--ce-spacing)*8)}.ce\:w-56{width:calc(var(--ce-spacing)*56)}.ce\:w-64{width:calc(var(--ce-spacing)*64)}.ce\:w-\[1px\]{width:1px}.ce\:w-full{width:100%}.ce\:max-w-full{max-width:100%}.ce\:flex-1{flex:1}.ce\:scale-110{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.ce\:rotate-180{rotate:180deg}.ce\:cursor-not-allowed{cursor:not-allowed}.ce\:cursor-pointer{cursor:pointer}.ce\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.ce\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.ce\:flex-col{flex-direction:column}.ce\:flex-wrap{flex-wrap:wrap}.ce\:items-center{align-items:center}.ce\:justify-between{justify-content:space-between}.ce\:justify-center{justify-content:center}.ce\:gap-1{gap:calc(var(--ce-spacing)*1)}.ce\:gap-2{gap:calc(var(--ce-spacing)*2)}.ce\:gap-4{gap:calc(var(--ce-spacing)*4)}.ce\:gap-6{gap:calc(var(--ce-spacing)*6)}:where(.ce\:space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ce-spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ce-spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.ce\:space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ce-spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ce-spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.ce\:space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--ce-spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--ce-spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.ce\:space-x-3>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--ce-spacing)*3)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--ce-spacing)*3)*calc(1 - var(--tw-space-x-reverse)))}.ce\:overflow-hidden{overflow:hidden}.ce\:rounded{border-radius:.25rem}.ce\:rounded-lg{border-radius:var(--ce-radius-lg)}.ce\:rounded-md{border-radius:var(--ce-radius-md)}.ce\:rounded-sm{border-radius:var(--ce-radius-sm)}.ce\:rounded-t-lg{border-top-left-radius:var(--ce-radius-lg);border-top-right-radius:var(--ce-radius-lg)}.ce\:border{border-style:var(--tw-border-style);border-width:1px}.ce\:border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.ce\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.ce\:border-none{--tw-border-style:none;border-style:none}.ce\:border-gray-200{border-color:var(--ce-color-gray-200)}.ce\:border-gray-300{border-color:var(--ce-color-gray-300)}.ce\:border-white{border-color:var(--ce-color-white)}.ce\:bg-blue-50{background-color:var(--ce-color-blue-50)}.ce\:bg-blue-100{background-color:var(--ce-color-blue-100)}.ce\:bg-blue-400{background-color:var(--ce-color-blue-400)}.ce\:bg-gray-50{background-color:var(--ce-color-gray-50)}.ce\:bg-gray-200{background-color:var(--ce-color-gray-200)}.ce\:bg-gray-300{background-color:var(--ce-color-gray-300)}.ce\:bg-indigo-600{background-color:var(--ce-color-indigo-600)}.ce\:bg-transparent{background-color:#0000}.ce\:bg-white{background-color:var(--ce-color-white)}.ce\:object-contain{object-fit:contain}.ce\:p-1{padding:calc(var(--ce-spacing)*1)}.ce\:p-2{padding:calc(var(--ce-spacing)*2)}.ce\:p-3{padding:calc(var(--ce-spacing)*3)}.ce\:p-4{padding:calc(var(--ce-spacing)*4)}.ce\:px-3{padding-inline:calc(var(--ce-spacing)*3)}.ce\:px-4{padding-inline:calc(var(--ce-spacing)*4)}.ce\:px-6{padding-inline:calc(var(--ce-spacing)*6)}.ce\:py-1{padding-block:calc(var(--ce-spacing)*1)}.ce\:py-2{padding-block:calc(var(--ce-spacing)*2)}.ce\:py-4{padding-block:calc(var(--ce-spacing)*4)}.ce\:pt-4{padding-top:calc(var(--ce-spacing)*4)}.ce\:text-center{text-align:center}.ce\:text-lg{font-size:var(--ce-text-lg);line-height:var(--tw-leading,var(--ce-text-lg--line-height))}.ce\:text-sm{font-size:var(--ce-text-sm);line-height:var(--tw-leading,var(--ce-text-sm--line-height))}.ce\:font-bold{--tw-font-weight:var(--ce-font-weight-bold);font-weight:var(--ce-font-weight-bold)}.ce\:font-medium{--tw-font-weight:var(--ce-font-weight-medium);font-weight:var(--ce-font-weight-medium)}.ce\:text-black{color:var(--ce-color-black)}.ce\:text-blue-600{color:var(--ce-color-blue-600)}.ce\:text-gray-600{color:var(--ce-color-gray-600)}.ce\:text-gray-700{color:var(--ce-color-gray-700)}.ce\:text-white{color:var(--ce-color-white)}.ce\:opacity-0{opacity:0}.ce\:opacity-50{opacity:.5}.ce\:opacity-100{opacity:1}.ce\:shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ce\:shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ce\:shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ce\:shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ce\:transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--ce-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ce-default-transition-duration))}.ce\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--ce-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ce-default-transition-duration))}.ce\:transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--ce-default-transition-timing-function));transition-duration:var(--tw-duration,var(--ce-default-transition-duration))}.ce\:duration-200{--tw-duration:.2s;transition-duration:.2s}.ce\:duration-300{--tw-duration:.3s;transition-duration:.3s}.ce\:ease-in-out{--tw-ease:var(--ce-ease-in-out);transition-timing-function:var(--ce-ease-in-out)}.ce\:outline-none{--tw-outline-style:none;outline-style:none}@media (hover:hover){.ce\:hover\:bg-blue-100:hover{background-color:var(--ce-color-blue-100)}.ce\:hover\:bg-gray-300:hover{background-color:var(--ce-color-gray-300)}.ce\:hover\:bg-indigo-700:hover{background-color:var(--ce-color-indigo-700)}.ce\:hover\:text-blue-600:hover{color:var(--ce-color-blue-600)}.ce\:hover\:text-blue-700:hover{color:var(--ce-color-blue-700)}}.ce\:focus\:border-indigo-300:focus{border-color:var(--ce-color-indigo-300)}.ce\:focus\:ring:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ce\:focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ce\:focus\:ring-indigo-200:focus{--tw-ring-color:var(--ce-color-indigo-200)}.ce\:focus\:ring-indigo-500:focus{--tw-ring-color:var(--ce-color-indigo-500)}.ce\:focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.ce\:focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}._cyber-editor_1liko_1 .ProseMirror:focus{outline:none!important;box-shadow:none!important}._cyber-editor_1liko_1 .is-active{background-color:#6c5ce7;color:#fff;padding:2px 12px;border-radius:6px;box-shadow:0 2px 4px #0003;transition:background-color .3s ease,color .3s ease;transform:scale(1.05)}._cyber-editor_1liko_1 .tiptap :first-child{margin-top:0}._cyber-editor_1liko_1 .tiptap strong{font-weight:700}._cyber-editor_1liko_1 .tiptap em{font-style:italic}._cyber-editor_1liko_1 .tiptap u{text-decoration:underline}._cyber-editor_1liko_1 .tiptap s{text-decoration:line-through}._cyber-editor_1liko_1 .tiptap sub{vertical-align:sub;font-size:.875rem}._cyber-editor_1liko_1 .tiptap sup{vertical-align:super;font-size:.875rem}._cyber-editor_1liko_1 .tiptap code{background-color:#f3e8ff;color:#581c87;border-radius:.25rem;padding:.125rem .375rem;font-size:.875rem;font-family:ui-monospace,monospace}._cyber-editor_1liko_1 .tiptap pre{background-color:#111827;color:#fff;border-radius:.5rem;padding:1rem;margin:1rem 0;font-family:ui-monospace,monospace;font-size:.875rem;overflow-x:auto}._cyber-editor_1liko_1 .tiptap pre code{background-color:transparent;color:inherit;padding:0}._cyber-editor_1liko_1 .tiptap h1,._cyber-editor_1liko_1 .tiptap h2,._cyber-editor_1liko_1 .tiptap h3,._cyber-editor_1liko_1 .tiptap h4,._cyber-editor_1liko_1 .tiptap h5,._cyber-editor_1liko_1 .tiptap h6{font-weight:700;line-height:1.25;margin-top:1.5rem;margin-bottom:1rem}._cyber-editor_1liko_1 .tiptap h1{font-size:1.875rem}._cyber-editor_1liko_1 .tiptap h2{font-size:1.5rem}._cyber-editor_1liko_1 .tiptap h3{font-size:1.25rem}._cyber-editor_1liko_1 .tiptap h4{font-size:1.125rem}._cyber-editor_1liko_1 .tiptap h5,._cyber-editor_1liko_1 .tiptap h6{font-size:1rem}._cyber-editor_1liko_1 .tiptap ul,._cyber-editor_1liko_1 .tiptap ol{padding-left:1.5rem;margin:1rem 0}._cyber-editor_1liko_1 .tiptap ul{list-style-type:disc}._cyber-editor_1liko_1 .tiptap ol{list-style-type:decimal}._cyber-editor_1liko_1 .tiptap li,._cyber-editor_1liko_1 .tiptap li p{margin:.25rem 0}._cyber-editor_1liko_1 .tiptap ul[data-type=taskList]{list-style:none;padding-left:.5rem}._cyber-editor_1liko_1 .tiptap ul[data-type=taskList] li{display:flex;gap:.5rem;align-items:flex-start}._cyber-editor_1liko_1 .tiptap ul[data-type=taskList] input[type=checkbox]{margin-top:.25rem}._cyber-editor_1liko_1 .tiptap blockquote{border-left:4px solid rgb(209,213,219);padding-left:1rem;margin:1rem 0;font-style:italic}._cyber-editor_1liko_1 .tiptap hr{border:none;border-top:2px solid rgb(229,231,235);margin:2rem 0}._cyber-editor_1liko_1 .tiptap table{width:100%;border-collapse:collapse;margin:1rem 0;border:1px solid rgb(229,231,235)}._cyber-editor_1liko_1 .tiptap th{font-weight:600}._cyber-editor_1liko_1 .tiptap td,._cyber-editor_1liko_1 .tiptap th{padding:.5rem;text-align:left;border:1px solid rgb(229,231,235);min-width:100px}._cyber-editor_1liko_1 .tiptap .tableWrapper{position:relative;margin:1rem 0;overflow-x:auto}._cyber-editor_1liko_1 .tiptap .selectedCell{background-color:#eff6ff}._cyber-editor_1liko_1 .tiptap .column-resize-handle{position:absolute;top:0;right:0;width:4px;height:100%;background-color:#3b82f6;opacity:0;cursor:col-resize;transition:opacity .2s}._cyber-editor_1liko_1 .tiptap .column-resize-handle:hover{opacity:1}._cyber-editor_1liko_1 .tiptap .text-left{text-align:left}._cyber-editor_1liko_1 .tiptap .text-center{text-align:center}._cyber-editor_1liko_1 .tiptap .text-right{text-align:right}._cyber-editor_1liko_1 .tiptap .text-justify{text-align:justify}._cyber-editor_1liko_1 .ProseMirror{outline:none}._cyber-editor_1liko_1 .ProseMirror:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}._cyber-editor_1liko_1 .editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem;background-color:#fff;border-bottom:1px solid rgb(229,231,235)}._cyber-editor_1liko_1 .editor-toolbar button{padding:.5rem;border-radius:.375rem;transition:all .2s}._cyber-editor_1liko_1 .editor-toolbar button:hover,._cyber-editor_1liko_1 .editor-toolbar button.is-active{background-color:#dbeafe;color:#2563eb}._cyber-editor_1liko_1 .editor-toolbar button:disabled{opacity:.5;cursor:not-allowed}._cyber-editor_1liko_1 .editor-toolbar .divider{height:1.25rem;width:1px;background-color:#d1d5db;margin:0 .5rem}@media (max-width: 640px){._cyber-editor_1liko_1 .tiptap table{display:block;overflow-x:auto}._cyber-editor_1liko_1 .editor-toolbar{justify-content:center}}._cyber-editor_1liko_1 .animate-slide-up{animation:slide-up .3s ease-out}@keyframes _slide-up_1liko_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._cyber-editor_1liko_1 .accordion-header:hover{opacity:.8;transition:all .2s ease}
|