@ckeditor/ckeditor5-ai 47.6.1 → 48.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +2 -1
- package/ckeditor5-metadata.json +10 -10
- package/dist/aiactions/aiactions.d.ts +90 -0
- package/{src → dist}/aiactions/model/aiactionsinteraction.d.ts +2 -2
- package/{src → dist}/aiassistant/adapters/aiadapter.d.ts +1 -1
- package/{src → dist}/aiassistant/adapters/aitextadapter.d.ts +1 -1
- package/{src → dist}/aiassistant/adapters/awstextadapter.d.ts +2 -2
- package/{src → dist}/aiassistant/adapters/openaitextadapter.d.ts +2 -2
- package/{src → dist}/aiassistant/aiassistant.d.ts +3 -3
- package/{src → dist}/aiassistant/aiassistantediting.d.ts +2 -2
- package/{src → dist}/aiassistant/aiassistantui.d.ts +3 -3
- package/{src → dist}/aiassistant/ui/aiassistantcontroller.d.ts +3 -3
- package/{src → dist}/aiassistant/ui/form/aiformcontentarea.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aiformerrorview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aiformpromptview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aiformtoolbarview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aiformview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/aihistorylistitemview.d.ts +1 -1
- package/{src → dist}/aiassistant/ui/form/aihistorylistview.d.ts +2 -2
- package/{src → dist}/aiassistant/ui/form/prompthistory.d.ts +1 -1
- package/{src → dist}/aiassistant/ui/showaiassistantcommand.d.ts +1 -1
- package/{src → dist}/aiassistant/utils/common-translations.d.ts +1 -1
- package/{src → dist}/aiassistant/utils/normalizecommandsconfig.d.ts +1 -1
- package/{src → dist}/aiballoon/aiballoon.d.ts +2 -2
- package/{src → dist}/aiballoon/ui/aiballoonview.d.ts +2 -2
- package/dist/aichat/aichat.d.ts +95 -0
- package/{src → dist}/aichat/aichatballoon.d.ts +2 -2
- package/{src/aichat/aichat.d.ts → dist/aichat/aichatcontroller.d.ts} +122 -89
- package/{src → dist}/aichat/aichatui.d.ts +5 -5
- package/{src → dist}/aichat/model/aichatcontext.d.ts +91 -17
- package/{src → dist}/aichat/model/aichatconversation.d.ts +4 -4
- package/{src → dist}/aichat/model/aichatinteraction.d.ts +1 -4
- package/{src → dist}/aichat/ui/aichatballoonview.d.ts +2 -2
- package/{src → dist}/aichat/ui/aichatcontrolsview.d.ts +2 -2
- package/{src → dist}/aichat/ui/aichatfeedview.d.ts +2 -2
- package/{src → dist}/aichat/ui/aichatheaderview.d.ts +2 -2
- package/{src → dist}/aichat/ui/aichatview.d.ts +3 -2
- package/{src → dist}/aichat/ui/controls/aichatchipsoverflowmanager.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatcontextitembuttonview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatcontextpanelurlinputview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatcontextpanelview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatcontrolsloaderview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatpromptcapabilitiesview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatpromptinputview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/aichatpromptsuggestionslistview.d.ts +1 -1
- package/{src → dist}/aichat/ui/controls/resources/aichatcontextresourceslistview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/resources/aichatcontextresourcesview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/resources/aichatresourcelistitemview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/resources/aichatresourcesballoonview.d.ts +2 -2
- package/{src → dist}/aichat/ui/controls/resources/aichatresourcessearchinputview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedcontextchipsview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedcustomelementview.d.ts +7 -1
- package/{src → dist}/aichat/ui/feed/aichatfeedinteractionheaderview.d.ts +1 -1
- package/{src → dist}/aichat/ui/feed/aichatfeeditemview.d.ts +1 -1
- package/{src → dist}/aichat/ui/feed/aichatfeedreplyitemview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedsuggestionitemactionsview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedsuggestionitemview.d.ts +2 -2
- package/{src → dist}/aichat/ui/feed/aichatfeedusermessageitem.d.ts +2 -2
- package/{src → dist}/aichat/utils/promisequeue.d.ts +2 -2
- package/{src → dist}/aichathistory/aichathistory.d.ts +1 -1
- package/{src → dist}/aichathistory/aichathistorycontroller.d.ts +1 -1
- package/{src → dist}/aichathistory/aichathistoryui.d.ts +1 -1
- package/{src → dist}/aichathistory/model/aichathistoryconversations.d.ts +2 -2
- package/{src → dist}/aichathistory/model/aichathistoryitem.d.ts +2 -2
- package/{src → dist}/aichathistory/ui/aichathistorylistitemview.d.ts +2 -2
- package/{src → dist}/aichathistory/ui/aichathistorylistview.d.ts +1 -1
- package/{src → dist}/aichathistory/ui/aichathistorysectionlistview.d.ts +1 -1
- package/{src → dist}/aichathistory/ui/aichathistoryview.d.ts +2 -2
- package/{src → dist}/aichatshortcuts/aichatshortcuts.d.ts +17 -17
- package/{src → dist}/aichatshortcuts/ui/aichatshortcutsview.d.ts +2 -2
- package/{src → dist}/aichatshortcuts/ui/aichatshortcutview.d.ts +2 -2
- package/{src → dist}/aiconfig.d.ts +7 -9
- package/{src → dist}/aicore/aiconnector.d.ts +4 -12
- package/{src → dist}/aicore/aiediting.d.ts +27 -6
- package/{src → dist}/aicore/model/aicapabilities.d.ts +2 -2
- package/{src → dist}/aicore/model/aiinteraction.d.ts +17 -13
- package/{src → dist}/aicore/model/aimodels.d.ts +6 -4
- package/{src → dist}/aicore/model/aireply.d.ts +12 -50
- package/{src → dist}/aicore/pipeline/airesponseapplier.d.ts +2 -2
- package/{src → dist}/aicore/pipeline/airesponseparser.d.ts +2 -2
- package/{src → dist}/aicore/ui/aidisclaimerview.d.ts +2 -2
- package/{src → dist}/aicore/ui/aiskeleton.d.ts +2 -2
- package/{src → dist}/aicore/ui/aispinner.d.ts +1 -1
- package/{src → dist}/aicore/ui/suggestioncontainer/aiminitoolbarview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionbodyview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontainerview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionheaderview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionloaderview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.d.ts +2 -2
- package/{src → dist}/aicore/ui/suggestioncontainer/aiwebsourcesview.d.ts +2 -2
- package/dist/aicore/utils/buttonclasses.d.ts +12 -0
- package/{src → dist}/aicore/utils/common-translations.d.ts +1 -1
- package/{src → dist}/aicore/utils/createresizebutton.d.ts +2 -2
- package/{src → dist}/aicore/utils/geteditorfromcontext.d.ts +1 -1
- package/{src → dist}/aicore/utils/getoperationsfromreply.d.ts +3 -3
- package/{src → dist}/aicore/utils/getsuggestionpartsfromreply.d.ts +1 -1
- package/{src → dist}/aieditorintegration/aieditorintegration.d.ts +2 -2
- package/{src → dist}/aieditorintegration/aitogglebutton/aitogglebuttonui.d.ts +1 -1
- package/{src → dist}/aieditorintegration/aitogglebutton/toggleaicommand.d.ts +1 -1
- package/{src → dist}/aiquickactions/aiquickactions.d.ts +110 -52
- package/{src → dist}/aiquickactions/aiquickactionscommand.d.ts +1 -1
- package/{src → dist}/aiquickactions/aiquickactionsediting.d.ts +1 -1
- package/{src → dist}/aiquickactions/aiquickactionsui.d.ts +16 -30
- package/{src → dist}/aiquickactions/ui/aiquickactionsbuttoncreator.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/aiquickactionsdropdowncontentview.d.ts +3 -3
- package/{src → dist}/aiquickactions/ui/aiquickactionsdropdowncreator.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoontoolbarview.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/balloon/aiactionsballoonview.d.ts +2 -2
- package/{src → dist}/aiquickactions/ui/dropdownmenubuttonwithhighlightview.d.ts +1 -1
- package/{src → dist}/aireviewcore/aireviewcorecontroller.d.ts +1 -1
- package/{src → dist}/aireviewcore/aireviewcoreediting.d.ts +4 -4
- package/{src → dist}/aireviewcore/aireviewcoreui.d.ts +2 -1
- package/{src → dist}/aireviewcore/model/aireviewchecklist.d.ts +2 -2
- package/{src → dist}/aireviewcore/model/aireviewcheckresult.d.ts +2 -2
- package/{src → dist}/aireviewcore/model/aireviewcheckresultchange.d.ts +3 -3
- package/{src → dist}/aireviewcore/model/aireviewcheckrun.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcoreballoonsuggestionview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorechecklistitemresultview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorecustomcheckview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorefinishreviewbuttonview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcoregeneralerrorview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorepromptinputview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorereviewchecklistview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorereviewcommandlistitemview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcorereviewcompletedview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcoreuicheckresultsview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/aireviewcoreview.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/form/aireviewcoreformdropdown.d.ts +2 -2
- package/{src → dist}/aireviewcore/ui/form/aireviewcoreformmanager.d.ts +2 -2
- package/{src → dist}/aireviewmode/aireviewmode.d.ts +6 -4
- package/{src → dist}/aireviewmode/aireviewmodecontroller.d.ts +1 -1
- package/{src → dist}/aitabs/aitabs.d.ts +4 -1
- package/{src → dist}/aitabs/aitabsmainview.d.ts +4 -1
- package/{src → dist}/aitabs/tabs/aitabsview.d.ts +22 -2
- package/{src → dist}/aitabs/tabs/tabbuttonview.d.ts +2 -2
- package/{src → dist}/aitabs/tabs/tabpanelview.d.ts +2 -2
- package/{src → dist}/aitranslate/aitranslate.d.ts +47 -4
- package/{src → dist}/aitranslate/aitranslatecontroller.d.ts +1 -1
- package/{src → dist}/aitranslate/ui/aitranslatecheckresultsview.d.ts +1 -1
- package/dist/index-content.css +95 -0
- package/dist/index-editor.css +2711 -2793
- package/dist/index.css +2699 -3521
- package/{src → dist}/index.d.ts +7 -6
- package/dist/index.js +5 -5
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/ast.js +1 -1
- package/dist/translations/ast.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/be.js +1 -1
- package/dist/translations/be.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en-gb.js +1 -1
- package/dist/translations/en-gb.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/eo.js +1 -1
- package/dist/translations/eo.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/eu.js +1 -1
- package/dist/translations/eu.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/gu.js +1 -1
- package/dist/translations/gu.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/hy.js +1 -1
- package/dist/translations/hy.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/kk.js +1 -1
- package/dist/translations/kk.umd.js +1 -1
- package/dist/translations/km.js +1 -1
- package/dist/translations/km.umd.js +1 -1
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/ku.js +1 -1
- package/dist/translations/ku.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nb.js +1 -1
- package/dist/translations/nb.umd.js +1 -1
- package/dist/translations/ne.js +1 -1
- package/dist/translations/ne.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/oc.js +1 -1
- package/dist/translations/oc.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/si.js +1 -1
- package/dist/translations/si.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.js +1 -1
- package/dist/translations/sl.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/uz.js +1 -1
- package/dist/translations/uz.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +26 -51
- package/build/966.ai.js +0 -5
- package/build/ai.js +0 -4
- package/build/translations/af.js +0 -1
- package/build/translations/ar.js +0 -1
- package/build/translations/ast.js +0 -1
- package/build/translations/az.js +0 -1
- package/build/translations/be.js +0 -1
- package/build/translations/bg.js +0 -1
- package/build/translations/bn.js +0 -1
- package/build/translations/bs.js +0 -1
- package/build/translations/ca.js +0 -1
- package/build/translations/cs.js +0 -1
- package/build/translations/da.js +0 -1
- package/build/translations/de-ch.js +0 -1
- package/build/translations/de.js +0 -1
- package/build/translations/el.js +0 -1
- package/build/translations/en-au.js +0 -1
- package/build/translations/en-gb.js +0 -1
- package/build/translations/en.js +0 -1
- package/build/translations/eo.js +0 -1
- package/build/translations/es-co.js +0 -1
- package/build/translations/es.js +0 -1
- package/build/translations/et.js +0 -1
- package/build/translations/eu.js +0 -1
- package/build/translations/fa.js +0 -1
- package/build/translations/fi.js +0 -1
- package/build/translations/fr.js +0 -1
- package/build/translations/gl.js +0 -1
- package/build/translations/gu.js +0 -1
- package/build/translations/he.js +0 -1
- package/build/translations/hi.js +0 -1
- package/build/translations/hr.js +0 -1
- package/build/translations/hu.js +0 -1
- package/build/translations/hy.js +0 -1
- package/build/translations/id.js +0 -1
- package/build/translations/it.js +0 -1
- package/build/translations/ja.js +0 -1
- package/build/translations/jv.js +0 -1
- package/build/translations/kk.js +0 -1
- package/build/translations/km.js +0 -1
- package/build/translations/kn.js +0 -1
- package/build/translations/ko.js +0 -1
- package/build/translations/ku.js +0 -1
- package/build/translations/lt.js +0 -1
- package/build/translations/lv.js +0 -1
- package/build/translations/ms.js +0 -1
- package/build/translations/nb.js +0 -1
- package/build/translations/ne.js +0 -1
- package/build/translations/nl.js +0 -1
- package/build/translations/no.js +0 -1
- package/build/translations/oc.js +0 -1
- package/build/translations/pl.js +0 -1
- package/build/translations/pt-br.js +0 -1
- package/build/translations/pt.js +0 -1
- package/build/translations/ro.js +0 -1
- package/build/translations/ru.js +0 -1
- package/build/translations/si.js +0 -1
- package/build/translations/sk.js +0 -1
- package/build/translations/sl.js +0 -1
- package/build/translations/sq.js +0 -1
- package/build/translations/sr-latn.js +0 -1
- package/build/translations/sr.js +0 -1
- package/build/translations/sv.js +0 -1
- package/build/translations/th.js +0 -1
- package/build/translations/ti.js +0 -1
- package/build/translations/tk.js +0 -1
- package/build/translations/tr.js +0 -1
- package/build/translations/tt.js +0 -1
- package/build/translations/ug.js +0 -1
- package/build/translations/uk.js +0 -1
- package/build/translations/ur.js +0 -1
- package/build/translations/uz.js +0 -1
- package/build/translations/vi.js +0 -1
- package/build/translations/zh-cn.js +0 -1
- package/build/translations/zh.js +0 -1
- package/lang/contexts.json +0 -286
- package/lang/translations/af.po +0 -1144
- package/lang/translations/ar.po +0 -1144
- package/lang/translations/ast.po +0 -1144
- package/lang/translations/az.po +0 -1144
- package/lang/translations/be.po +0 -1144
- package/lang/translations/bg.po +0 -1144
- package/lang/translations/bn.po +0 -1144
- package/lang/translations/bs.po +0 -1144
- package/lang/translations/ca.po +0 -1144
- package/lang/translations/cs.po +0 -1144
- package/lang/translations/da.po +0 -1144
- package/lang/translations/de-ch.po +0 -1144
- package/lang/translations/de.po +0 -1144
- package/lang/translations/el.po +0 -1144
- package/lang/translations/en-au.po +0 -1144
- package/lang/translations/en-gb.po +0 -1144
- package/lang/translations/en.po +0 -1144
- package/lang/translations/eo.po +0 -1144
- package/lang/translations/es-co.po +0 -1144
- package/lang/translations/es.po +0 -1144
- package/lang/translations/et.po +0 -1144
- package/lang/translations/eu.po +0 -1144
- package/lang/translations/fa.po +0 -1144
- package/lang/translations/fi.po +0 -1144
- package/lang/translations/fr.po +0 -1144
- package/lang/translations/gl.po +0 -1144
- package/lang/translations/gu.po +0 -1144
- package/lang/translations/he.po +0 -1144
- package/lang/translations/hi.po +0 -1144
- package/lang/translations/hr.po +0 -1144
- package/lang/translations/hu.po +0 -1144
- package/lang/translations/hy.po +0 -1144
- package/lang/translations/id.po +0 -1144
- package/lang/translations/it.po +0 -1144
- package/lang/translations/ja.po +0 -1144
- package/lang/translations/jv.po +0 -1144
- package/lang/translations/kk.po +0 -1144
- package/lang/translations/km.po +0 -1144
- package/lang/translations/kn.po +0 -1144
- package/lang/translations/ko.po +0 -1144
- package/lang/translations/ku.po +0 -1144
- package/lang/translations/lt.po +0 -1144
- package/lang/translations/lv.po +0 -1144
- package/lang/translations/ms.po +0 -1144
- package/lang/translations/nb.po +0 -1144
- package/lang/translations/ne.po +0 -1144
- package/lang/translations/nl.po +0 -1144
- package/lang/translations/no.po +0 -1144
- package/lang/translations/oc.po +0 -1144
- package/lang/translations/pl.po +0 -1144
- package/lang/translations/pt-br.po +0 -1144
- package/lang/translations/pt.po +0 -1144
- package/lang/translations/ro.po +0 -1144
- package/lang/translations/ru.po +0 -1144
- package/lang/translations/si.po +0 -1144
- package/lang/translations/sk.po +0 -1144
- package/lang/translations/sl.po +0 -1144
- package/lang/translations/sq.po +0 -1144
- package/lang/translations/sr-latn.po +0 -1144
- package/lang/translations/sr.po +0 -1144
- package/lang/translations/sv.po +0 -1144
- package/lang/translations/th.po +0 -1144
- package/lang/translations/ti.po +0 -1144
- package/lang/translations/tk.po +0 -1144
- package/lang/translations/tr.po +0 -1144
- package/lang/translations/tt.po +0 -1144
- package/lang/translations/ug.po +0 -1144
- package/lang/translations/uk.po +0 -1144
- package/lang/translations/ur.po +0 -1144
- package/lang/translations/uz.po +0 -1144
- package/lang/translations/vi.po +0 -1144
- package/lang/translations/zh-cn.po +0 -1144
- package/lang/translations/zh.po +0 -1144
- package/src/aiactions/aiactions.d.ts +0 -53
- package/src/aiactions/aiactions.js +0 -23
- package/src/aiactions/model/aiactionsinteraction.js +0 -23
- package/src/aiactions/model/aiactionsreply.js +0 -23
- package/src/aiassistant/adapters/aiadapter.js +0 -23
- package/src/aiassistant/adapters/aitextadapter.js +0 -23
- package/src/aiassistant/adapters/awstextadapter.js +0 -23
- package/src/aiassistant/adapters/openaitextadapter.js +0 -23
- package/src/aiassistant/aiassistant.js +0 -23
- package/src/aiassistant/aiassistantediting.js +0 -23
- package/src/aiassistant/aiassistantui.js +0 -23
- package/src/aiassistant/legacyerrors.js +0 -23
- package/src/aiassistant/ui/aiassistantcontroller.js +0 -24
- package/src/aiassistant/ui/form/aiformcontentarea.js +0 -23
- package/src/aiassistant/ui/form/aiformerrorview.js +0 -23
- package/src/aiassistant/ui/form/aiformpromptview.js +0 -23
- package/src/aiassistant/ui/form/aiformtoolbarview.js +0 -23
- package/src/aiassistant/ui/form/aiformview.js +0 -23
- package/src/aiassistant/ui/form/aihistorylistitemview.js +0 -23
- package/src/aiassistant/ui/form/aihistorylistview.js +0 -23
- package/src/aiassistant/ui/form/prompthistory.js +0 -23
- package/src/aiassistant/ui/showaiassistantcommand.js +0 -23
- package/src/aiassistant/utils/common-translations.js +0 -23
- package/src/aiassistant/utils/normalizecommandsconfig.js +0 -23
- package/src/aiballoon/aiballoon.js +0 -23
- package/src/aiballoon/ui/aiballoonview.js +0 -23
- package/src/aichat/aichat.js +0 -23
- package/src/aichat/aichatballoon.js +0 -23
- package/src/aichat/aichatcontroller.d.ts +0 -77
- package/src/aichat/aichatcontroller.js +0 -23
- package/src/aichat/aichatui.js +0 -23
- package/src/aichat/model/aichatcontext.js +0 -23
- package/src/aichat/model/aichatconversation.js +0 -23
- package/src/aichat/model/aichatinteraction.js +0 -23
- package/src/aichat/ui/aichatballoonview.js +0 -23
- package/src/aichat/ui/aichatcontrolsview.js +0 -23
- package/src/aichat/ui/aichatfeedview.js +0 -23
- package/src/aichat/ui/aichatheaderview.js +0 -23
- package/src/aichat/ui/aichatview.js +0 -23
- package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +0 -23
- package/src/aichat/ui/controls/aichatcontextitembuttonview.js +0 -23
- package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +0 -23
- package/src/aichat/ui/controls/aichatcontextpanelview.js +0 -23
- package/src/aichat/ui/controls/aichatcontrolsloaderview.js +0 -23
- package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +0 -23
- package/src/aichat/ui/controls/aichatpromptinputview.js +0 -23
- package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +0 -23
- package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedcustomelementview.js +0 -23
- package/src/aichat/ui/feed/aichatfeederroritemview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +0 -23
- package/src/aichat/ui/feed/aichatfeeditemview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedreplyitemview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +0 -23
- package/src/aichat/ui/feed/aichatfeedusermessageitem.js +0 -23
- package/src/aichat/utils/eventnames.js +0 -23
- package/src/aichat/utils/promisequeue.js +0 -23
- package/src/aichathistory/aichathistory.js +0 -23
- package/src/aichathistory/aichathistorycontroller.js +0 -23
- package/src/aichathistory/aichathistoryui.js +0 -23
- package/src/aichathistory/model/aichathistoryconversations.js +0 -23
- package/src/aichathistory/model/aichathistoryitem.js +0 -23
- package/src/aichathistory/ui/aichathistorylistitemview.js +0 -24
- package/src/aichathistory/ui/aichathistorylistview.js +0 -23
- package/src/aichathistory/ui/aichathistorysectionlistview.js +0 -23
- package/src/aichathistory/ui/aichathistoryview.js +0 -23
- package/src/aichatshortcuts/aichatshortcuts.js +0 -23
- package/src/aichatshortcuts/ui/aichatshortcutsview.js +0 -23
- package/src/aichatshortcuts/ui/aichatshortcutview.js +0 -23
- package/src/aiconfig.js +0 -23
- package/src/aicore/aiconnector.js +0 -23
- package/src/aicore/aiediting.js +0 -23
- package/src/aicore/model/aicapabilities.js +0 -23
- package/src/aicore/model/aicontext.js +0 -23
- package/src/aicore/model/aiinteraction.js +0 -23
- package/src/aicore/model/aimodels.js +0 -23
- package/src/aicore/model/aireply.js +0 -23
- package/src/aicore/pipeline/airesponseapplier.js +0 -24
- package/src/aicore/pipeline/airesponseparser.js +0 -24
- package/src/aicore/ui/aidisclaimerview.js +0 -23
- package/src/aicore/ui/aiskeleton.js +0 -23
- package/src/aicore/ui/aispinner.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +0 -23
- package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +0 -23
- package/src/aicore/utils/common-translations.js +0 -23
- package/src/aicore/utils/createresizebutton.js +0 -23
- package/src/aicore/utils/documentposition.js +0 -23
- package/src/aicore/utils/documentrange.js +0 -23
- package/src/aicore/utils/eventnames.js +0 -23
- package/src/aicore/utils/geteditorfromcontext.js +0 -23
- package/src/aicore/utils/getoperationsfromreply.js +0 -23
- package/src/aicore/utils/getsuggestionpartsfromreply.js +0 -23
- package/src/aicore/utils/htmlparser.js +0 -23
- package/src/aicore/utils/htmlstreamer.js +0 -23
- package/src/aicore/utils/scrollmanager.js +0 -23
- package/src/aieditorintegration/aieditorintegration.js +0 -23
- package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +0 -23
- package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +0 -23
- package/src/aiquickactions/aiquickactions.js +0 -23
- package/src/aiquickactions/aiquickactionscommand.js +0 -23
- package/src/aiquickactions/aiquickactionsediting.js +0 -23
- package/src/aiquickactions/aiquickactionsui.js +0 -23
- package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +0 -23
- package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +0 -23
- package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +0 -23
- package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +0 -23
- package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +0 -23
- package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +0 -23
- package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +0 -23
- package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +0 -23
- package/src/aireviewcore/aireviewcorecontroller.js +0 -23
- package/src/aireviewcore/aireviewcoreediting.js +0 -23
- package/src/aireviewcore/aireviewcoreui.js +0 -23
- package/src/aireviewcore/model/aireviewcheck.js +0 -23
- package/src/aireviewcore/model/aireviewchecklist.js +0 -23
- package/src/aireviewcore/model/aireviewcheckresult.js +0 -23
- package/src/aireviewcore/model/aireviewcheckresultchange.js +0 -23
- package/src/aireviewcore/model/aireviewcheckrun.js +0 -23
- package/src/aireviewcore/model/aireviewsystemcheckrun.js +0 -23
- package/src/aireviewcore/types.js +0 -23
- package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +0 -23
- package/src/aireviewcore/ui/aireviewcoregeneralerrorview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorepromptinputview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +0 -23
- package/src/aireviewcore/ui/aireviewcorereviewcompletedview.js +0 -23
- package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +0 -23
- package/src/aireviewcore/ui/aireviewcoreview.js +0 -23
- package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +0 -23
- package/src/aireviewcore/ui/form/aireviewcoreformmanager.js +0 -23
- package/src/aireviewmode/aireviewcheckdefinitions.js +0 -23
- package/src/aireviewmode/aireviewmode.js +0 -23
- package/src/aireviewmode/aireviewmodecontroller.js +0 -23
- package/src/aireviewmode/aireviewmodeui.js +0 -23
- package/src/aireviewmode/model/aireviewcheckcustom.js +0 -23
- package/src/aireviewmode/model/aireviewcheckextra.js +0 -23
- package/src/aireviewmode/model/aireviewcustomcheckrun.js +0 -23
- package/src/aireviewmode/model/aireviewextracheckrun.js +0 -23
- package/src/aireviewmode/model/aireviewmodechecklist.js +0 -23
- package/src/aitabs/aitabs.js +0 -23
- package/src/aitabs/aitabsmainview.js +0 -23
- package/src/aitabs/tabs/aitabsview.js +0 -23
- package/src/aitabs/tabs/tabbuttonview.js +0 -23
- package/src/aitabs/tabs/tabpanelview.js +0 -23
- package/src/aitranslate/aitranslate.js +0 -23
- package/src/aitranslate/aitranslatecontroller.js +0 -23
- package/src/aitranslate/aitranslateui.js +0 -23
- package/src/aitranslate/model/aitranslatecheck.js +0 -23
- package/src/aitranslate/model/aitranslatechecklist.js +0 -23
- package/src/aitranslate/model/aitranslatecheckrun.js +0 -23
- package/src/aitranslate/ui/aitranslatechecklistview.js +0 -23
- package/src/aitranslate/ui/aitranslatecheckresultsview.js +0 -23
- package/src/augmentation.js +0 -23
- package/src/errors.js +0 -23
- package/src/errorsmap.js +0 -23
- package/src/index.js +0 -23
- package/theme/aiassistant/ai-dropdown.css +0 -37
- package/theme/aiassistant/ai-form.css +0 -262
- package/theme/aiassistant/ai.css +0 -120
- package/theme/aiballoon/aiballoon.css +0 -58
- package/theme/aichat/aichat-controls/aichat-context-chip.css +0 -139
- package/theme/aichat/aichat-controls/aichat-context-controls-balloon-panels.css +0 -207
- package/theme/aichat/aichat-controls/aichat-context-controls.css +0 -45
- package/theme/aichat/aichat-controls/aichat-controls-button.css +0 -75
- package/theme/aichat/aichat-controls/aichat-controls-loader.css +0 -77
- package/theme/aichat/aichat-controls/model-unavailable-message.css +0 -39
- package/theme/aichat/aichat-controls/prompt-capabilities.css +0 -45
- package/theme/aichat/aichat-controls/prompt-input.css +0 -78
- package/theme/aichat/aichat-controls.css +0 -121
- package/theme/aichat/aichat.css +0 -55
- package/theme/aichat/aichatballoon.css +0 -122
- package/theme/aichat/aichatfeed.css +0 -430
- package/theme/aichat/aichathistory.css +0 -264
- package/theme/aichat/aiminitoolbar.css +0 -79
- package/theme/aichat/aisuggestioncontainer.css +0 -172
- package/theme/aichatshortcuts/aichatshortcuts.css +0 -84
- package/theme/aieditorintegration/aitogglebutton.css +0 -17
- package/theme/aiquickactions/aiquickactions.css +0 -177
- package/theme/aiquickactions/aiquickactionsballoon.css +0 -119
- package/theme/aireviewcore/aireviewcore-balloon-panel-suggestion.css +0 -47
- package/theme/aireviewcore/aireviewcore-check-list.css +0 -278
- package/theme/aireviewcore/aireviewcore-check-run-result.css +0 -103
- package/theme/aireviewcore/aireviewcore-check-run.css +0 -237
- package/theme/aireviewcore/aireviewcore-review-completed.css +0 -52
- package/theme/aireviewcore/aireviewcore.css +0 -134
- package/theme/aitabs/aitabsresizebutton.css +0 -14
- package/theme/aitabs/aitabsview.css +0 -69
- package/theme/aitabs/tabs/tabbuttonview.css +0 -76
- package/theme/aitabs/tabs/tabsview.css +0 -89
- package/theme/aitranslate/aitranslate.css +0 -116
- package/theme/common/aibutton.css +0 -157
- package/theme/common/aidisclaimer.css +0 -29
- package/theme/common/aiheader.css +0 -99
- package/theme/common/ainotification.css +0 -65
- package/theme/common/aiskeleton.css +0 -54
- package/theme/common/aispinner.css +0 -58
- package/theme/common/aisuggestioncontentpartstate.css +0 -33
- package/theme/common/aisuggestioncontentparttoolbar.css +0 -34
- package/theme/common/aisuggestionstreamablecontent.css +0 -62
- package/theme/common/aitrackchanges.css +0 -29
- /package/{src → dist}/aiactions/model/aiactionsreply.d.ts +0 -0
- /package/{src → dist}/aiassistant/legacyerrors.d.ts +0 -0
- /package/{src → dist}/aichat/ui/feed/aichatfeederroritemview.d.ts +0 -0
- /package/{src → dist}/aichat/utils/eventnames.d.ts +0 -0
- /package/{src → dist}/aicore/model/aicontext.d.ts +0 -0
- /package/{src → dist}/aicore/utils/documentposition.d.ts +0 -0
- /package/{src → dist}/aicore/utils/documentrange.d.ts +0 -0
- /package/{src → dist}/aicore/utils/eventnames.d.ts +0 -0
- /package/{src → dist}/aicore/utils/htmlparser.d.ts +0 -0
- /package/{src → dist}/aicore/utils/htmlstreamer.d.ts +0 -0
- /package/{src → dist}/aicore/utils/scrollmanager.d.ts +0 -0
- /package/{src → dist}/aiquickactions/ui/aiquickactionsfilteredlistview.d.ts +0 -0
- /package/{src → dist}/aireviewcore/model/aireviewcheck.d.ts +0 -0
- /package/{src → dist}/aireviewcore/model/aireviewsystemcheckrun.d.ts +0 -0
- /package/{src → dist}/aireviewcore/types.d.ts +0 -0
- /package/{src → dist}/aireviewmode/aireviewcheckdefinitions.d.ts +0 -0
- /package/{src → dist}/aireviewmode/aireviewmodeui.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewcheckcustom.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewcheckextra.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewcustomcheckrun.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewextracheckrun.d.ts +0 -0
- /package/{src → dist}/aireviewmode/model/aireviewmodechecklist.d.ts +0 -0
- /package/{src → dist}/aitranslate/aitranslateui.d.ts +0 -0
- /package/{src → dist}/aitranslate/model/aitranslatecheck.d.ts +0 -0
- /package/{src → dist}/aitranslate/model/aitranslatechecklist.d.ts +0 -0
- /package/{src → dist}/aitranslate/model/aitranslatecheckrun.d.ts +0 -0
- /package/{src → dist}/aitranslate/ui/aitranslatechecklistview.d.ts +0 -0
- /package/{src → dist}/augmentation.d.ts +0 -0
- /package/{src → dist}/errors.d.ts +0 -0
- /package/{src → dist}/errorsmap.d.ts +0 -0
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
:root {
|
|
11
|
-
--ck-tabs-buttons-container-buttons-vertical-spacing: 0;
|
|
12
|
-
--ck-tabs-panels-container-background: hsl(0, 0%, 100%);
|
|
13
|
-
--ck-tab-button-padding: 12px;
|
|
14
|
-
--ck-tab-button-gap: var(--ck-spacing-medium);
|
|
15
|
-
--ck-color-tabs-buttons-container-background: hsl(0, 0%, 96%);
|
|
16
|
-
--ck-color-tab-button-icon: hsl(0, 0%, 44%);
|
|
17
|
-
--ck-color-tab-button-active-icon: hsl(0, 0%, 44%);
|
|
18
|
-
--ck-color-tab-button-active-border: hsl(0, 0%, 44%);
|
|
19
|
-
--ck-color-tab-button-active-background: hsl(0, 0%, 91%);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.ck.ck-tabs {
|
|
23
|
-
display: flex;
|
|
24
|
-
|
|
25
|
-
font-size: var(--ck-font-size-base);
|
|
26
|
-
border: 1px solid var(--ck-color-base-border);
|
|
27
|
-
border-radius: var(--ck-border-radius);
|
|
28
|
-
|
|
29
|
-
/*
|
|
30
|
-
* This is essential for avoiding horizontal stretching by children with white-space: nowrap
|
|
31
|
-
* (see https://stackoverflow.com/questions/38223879/white-space-nowrap-breaks-flexbox-layout)
|
|
32
|
-
*/
|
|
33
|
-
min-width: 0;
|
|
34
|
-
|
|
35
|
-
&.ck-tabs_top {
|
|
36
|
-
flex-direction: column;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&.ck-tabs_left {
|
|
40
|
-
flex-direction: row;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&.ck-tabs_right {
|
|
44
|
-
flex-direction: row-reverse;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
.ck-tabs__panels-container {
|
|
49
|
-
transition: width 0.8s ease-in-out;
|
|
50
|
-
transition: height 0.8s ease-in-out;
|
|
51
|
-
background-color: var(--ck-tabs-panels-container-background);
|
|
52
|
-
flex-grow: 1;
|
|
53
|
-
|
|
54
|
-
/*
|
|
55
|
-
* This is essential for avoiding horizontal stretching by children with white-space: nowrap
|
|
56
|
-
* (see https://stackoverflow.com/questions/38223879/white-space-nowrap-breaks-flexbox-layout)
|
|
57
|
-
*/
|
|
58
|
-
min-width: 0
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.ck-tabs__buttons-container {
|
|
62
|
-
display: flex;
|
|
63
|
-
background-color: var(--ck-color-tabs-buttons-container-background);
|
|
64
|
-
gap: var(--ck-tab-button-gap);
|
|
65
|
-
|
|
66
|
-
&.ck-tabs__buttons-container_top {
|
|
67
|
-
border-top: none;
|
|
68
|
-
border-bottom: 1px solid var(--ck-color-base-border);
|
|
69
|
-
flex-direction: row;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&.ck-tabs__buttons-container_left {
|
|
73
|
-
border-left: none;
|
|
74
|
-
border-right: 1px solid var(--ck-color-base-border);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&.ck-tabs__buttons-container_right {
|
|
78
|
-
border-right: none;
|
|
79
|
-
border-left: 1px solid var(--ck-color-base-border);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&.ck-tabs__buttons-container_left,
|
|
83
|
-
&.ck-tabs__buttons-container_right {
|
|
84
|
-
flex-direction: column;
|
|
85
|
-
padding-top: var(--ck-tabs-buttons-container-buttons-vertical-spacing);
|
|
86
|
-
padding-bottom: var(--ck-tabs-buttons-container-buttons-vertical-spacing);
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
.ck {
|
|
11
|
-
& .ck-ai-review.ck-ai-translate-mode {
|
|
12
|
-
& .ck-ai-translate__check-list-wrapper {
|
|
13
|
-
position: relative;
|
|
14
|
-
height: 100%;
|
|
15
|
-
overflow: auto;
|
|
16
|
-
|
|
17
|
-
& .ck-ai-translate__check-list-header {
|
|
18
|
-
padding: var(--ck-spacing-extra-large) var(--ck-spacing-large);
|
|
19
|
-
border-bottom: 1px solid var(--ck-color-base-border);
|
|
20
|
-
color: var(--ck-color-base-text);
|
|
21
|
-
|
|
22
|
-
& > h2 {
|
|
23
|
-
--ck-font-size-base: 1.153em;
|
|
24
|
-
font-weight: 700;
|
|
25
|
-
white-space: normal;
|
|
26
|
-
line-height: 1.3;
|
|
27
|
-
color: hsla(0, 0%, 20%, 1);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
& .ck-ai_review__check-list {
|
|
32
|
-
overflow: initial;
|
|
33
|
-
height: auto;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
& .ck-ai_review__check-run {
|
|
38
|
-
|
|
39
|
-
& .ck-ai_review__check-run-results-header {
|
|
40
|
-
& .ck-ai_review__check-run-results-header-buttons {
|
|
41
|
-
& .ck-ai_review__check-run-accept-all-button {
|
|
42
|
-
border: none;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
& .ck-ai_review__check-run-toggle-diff-button {
|
|
46
|
-
display: none;
|
|
47
|
-
visibility: hidden ;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
& .ck-ai_review__check-run-result {
|
|
53
|
-
&.ck-ai_review__check-run-result_active {
|
|
54
|
-
box-shadow: 3px 0px 0px 0px var(--ck-ai_review-suggestion-color) inset;
|
|
55
|
-
}
|
|
56
|
-
& .ck-suggestion-marker {
|
|
57
|
-
display: none;
|
|
58
|
-
visibility: hidden ;
|
|
59
|
-
}
|
|
60
|
-
& .ck-ai_review__check-run-result-footer {
|
|
61
|
-
display: none;
|
|
62
|
-
visibility: hidden ;
|
|
63
|
-
}
|
|
64
|
-
&.ck-ai_review__check-run-result_grayout {
|
|
65
|
-
& .ck-ai_review__check-run-result-footer {
|
|
66
|
-
display: flex;
|
|
67
|
-
visibility: visible;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&.ck-ai-translate-mode-content {
|
|
75
|
-
span.ck-ai_review-marker_add {
|
|
76
|
-
border-bottom: none;
|
|
77
|
-
|
|
78
|
-
&.ck-ai_review__change_active {
|
|
79
|
-
border-bottom: 3px solid var(--ck-ai_review-suggestion-color);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&.ck-ai-review__change_active > span.ck-ai_review-marker_add {
|
|
83
|
-
border-bottom: none;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.ck-ai_review-marker_hide,
|
|
88
|
-
.ck-ai_review-marker_strikethrough,
|
|
89
|
-
.ck-ai_review-marker_underline {
|
|
90
|
-
display: none !important;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.ck-suggestion-marker-insertion,
|
|
94
|
-
.ck-suggestion-marker-formatInline,
|
|
95
|
-
.ck-suggestion-marker-deletion,
|
|
96
|
-
.ck-suggestion-marker-insertion.ck-suggestion-marker--active,
|
|
97
|
-
.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,
|
|
98
|
-
.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
|
|
99
|
-
border-top: 3px solid var(--ck-ai-suggestion-inactive-color-border);
|
|
100
|
-
border-bottom: 3px solid var(--ck-ai-suggestion-inactive-color-border);
|
|
101
|
-
background: var(--ck-ai-suggestion-inactive-color-background);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.ck-suggestion-marker-formatBlock,
|
|
105
|
-
.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active {
|
|
106
|
-
box-shadow: -7px 0 0 0 var(--ck-color-base-background), -10px 0 0 0 var(--ck-ai-suggestion-inactive-color-background);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.ck-suggestion-marker-deletion,
|
|
110
|
-
.ck-suggestion-marker-deletion.ck-suggestion-marker--active {
|
|
111
|
-
text-decoration: line-through;
|
|
112
|
-
text-decoration-thickness: 3px;
|
|
113
|
-
text-decoration-color: var(--ck-ai-suggestion-inactive-color-border);
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
:root {
|
|
11
|
-
/* Primary button */
|
|
12
|
-
--ck-ai-button-primary-color: hsla(0, 0%, 100%, 1);
|
|
13
|
-
--ck-ai-button-primary-disabled-color: hsla(0, 0%, 100%, 1);
|
|
14
|
-
--ck-ai-button-primary-background-color: hsla(263, 59%, 52%, 1);
|
|
15
|
-
--ck-ai-button-primary-disabled-background-color: hsla(263, 59%, 52%, 0.5);
|
|
16
|
-
--ck-ai-button-primary-hover-background-color: hsla(263, 59%, 40%, 1);
|
|
17
|
-
--ck-ai-button-primary-active-background-color: hsla(263, 59%, 40%, 1);
|
|
18
|
-
|
|
19
|
-
/* Secondary button */
|
|
20
|
-
--ck-ai-button-secondary-color: hsla(263, 59%, 52%, 1);
|
|
21
|
-
--ck-ai-button-secondary-disabled-color: hsla(263, 59%, 52%, 0.5);
|
|
22
|
-
--ck-ai-button-secondary-background-color: hsla(0, 0%, 100%, 1);
|
|
23
|
-
--ck-ai-button-secondary-disabled-background-color: hsla(0, 0%, 100%, 0.5);
|
|
24
|
-
--ck-ai-button-secondary-border-color: hsla(262, 51%, 80%, 1);
|
|
25
|
-
--ck-ai-button-secondary-disabled-border-color: hsla(262, 51%, 80%, 0.5);
|
|
26
|
-
--ck-ai-button-secondary-hover-background-color: hsla(262, 100%, 96%, 1);
|
|
27
|
-
--ck-ai-button-secondary-active-background-color: hsla(262, 100%, 96%, 1);
|
|
28
|
-
|
|
29
|
-
/* Tertiary button */
|
|
30
|
-
--ck-ai-button-tertiary-color: hsla(0, 0%, 44%, 1);
|
|
31
|
-
--ck-ai-button-tertiary-disabled-color: hsla(0, 0%, 44%, 0.5);
|
|
32
|
-
--ck-ai-button-tertiary-hover-color: hsla(0, 0%, 44%, 1);
|
|
33
|
-
--ck-ai-button-tertiary-active-color: hsla(263, 59%, 52%, 1);
|
|
34
|
-
--ck-ai-button-tertiary-background-color: transparent;
|
|
35
|
-
--ck-ai-button-tertiary-disabled-background-color: transparent;
|
|
36
|
-
--ck-ai-button-tertiary-hover-background-color: hsla(0, 0%, 94%, 1);
|
|
37
|
-
--ck-ai-button-tertiary-active-background-color: hsla(262, 100%, 96%, 1);
|
|
38
|
-
--ck-ai-button-tertiary-hover-active-background-color: hsla(261, 100%, 93%, 1);
|
|
39
|
-
--ck-ai-button-tertiary-hover-active-color: hsla(263, 59%, 52%, 1);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.ck.ck-button {
|
|
43
|
-
&.ck-ai-button-primary {
|
|
44
|
-
color: var(--ck-ai-button-primary-color);
|
|
45
|
-
background-color: var(--ck-ai-button-primary-background-color);
|
|
46
|
-
border: 1px solid transparent;
|
|
47
|
-
gap: var(--ck-spacing-small);
|
|
48
|
-
|
|
49
|
-
&:active,
|
|
50
|
-
&.ck-on {
|
|
51
|
-
background-color: var(--ck-ai-button-primary-active-background-color);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
&:disabled,
|
|
55
|
-
&.ck-disabled {
|
|
56
|
-
color: var(--ck-ai-button-primary-disabled-color);
|
|
57
|
-
background-color: var(--ck-ai-button-primary-disabled-background-color);
|
|
58
|
-
|
|
59
|
-
& > .ck.ck-button__label,
|
|
60
|
-
& > .ck-button__icon {
|
|
61
|
-
opacity: 1;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&:hover:not(.ck-disabled) {
|
|
66
|
-
background-color: var(--ck-ai-button-primary-hover-background-color);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&.ck-ai-button-secondary {
|
|
71
|
-
color: var(--ck-ai-button-secondary-color);
|
|
72
|
-
background-color: var(--ck-ai-button-secondary-background-color);
|
|
73
|
-
border: 1px solid var(--ck-ai-button-secondary-border-color);
|
|
74
|
-
gap: var(--ck-spacing-small);
|
|
75
|
-
|
|
76
|
-
&:active,
|
|
77
|
-
&.ck-on {
|
|
78
|
-
background-color: var(--ck-ai-button-secondary-active-background-color);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&:disabled,
|
|
82
|
-
&.ck-disabled {
|
|
83
|
-
color: var(--ck-ai-button-secondary-disabled-color);
|
|
84
|
-
background-color: var(--ck-ai-button-secondary-disabled-background-color);
|
|
85
|
-
border: 1px solid var(--ck-ai-button-secondary-disabled-border-color);
|
|
86
|
-
|
|
87
|
-
& > .ck.ck-button__label,
|
|
88
|
-
& > .ck-button__icon {
|
|
89
|
-
opacity: 1;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
&:hover:not(.ck-disabled) {
|
|
94
|
-
background-color: var(--ck-ai-button-secondary-hover-background-color);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&.ck-ai-button-tertiary {
|
|
99
|
-
color: var(--ck-ai-button-tertiary-color);
|
|
100
|
-
background-color: var(--ck-ai-button-tertiary-background-color);
|
|
101
|
-
border: none;
|
|
102
|
-
gap: var(--ck-spacing-small);
|
|
103
|
-
|
|
104
|
-
&:disabled,
|
|
105
|
-
&.ck-disabled {
|
|
106
|
-
color: var(--ck-ai-button-tertiary-disabled-color);
|
|
107
|
-
background-color: var(--ck-ai-button-tertiary-disabled-background-color);
|
|
108
|
-
|
|
109
|
-
& > .ck.ck-button__label,
|
|
110
|
-
& > .ck-button__icon {
|
|
111
|
-
opacity: 1;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
&:active,
|
|
116
|
-
&.ck-on {
|
|
117
|
-
&:not(.ck-disabled) {
|
|
118
|
-
color: var(--ck-ai-button-tertiary-active-color);
|
|
119
|
-
background-color: var(--ck-ai-button-tertiary-active-background-color);
|
|
120
|
-
|
|
121
|
-
&:hover {
|
|
122
|
-
color: var(--ck-ai-button-tertiary-hover-active-color);
|
|
123
|
-
background-color: var(--ck-ai-button-tertiary-hover-active-background-color);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
& > .ck.ck-button__icon {
|
|
127
|
-
color: var(--ck-ai-button-tertiary-active-color);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
133
|
-
&:hover:not(.ck-disabled, :active, .ck-on) {
|
|
134
|
-
color: var(--ck-ai-button-tertiary-hover-color);
|
|
135
|
-
background-color: var(--ck-ai-button-tertiary-hover-background-color);
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
&.ck-ai-button-primary,
|
|
140
|
-
&.ck-ai-button-secondary,
|
|
141
|
-
&.ck-ai-button-tertiary {
|
|
142
|
-
& .ck.ck-icon.ck-button__icon {
|
|
143
|
-
--ck-icon-size: 16px;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
&.ck-ai-button-stop-generating {
|
|
148
|
-
min-height: 22px;
|
|
149
|
-
padding: 0 var(--ck-spacing-medium) 0 var(--ck-spacing-small);
|
|
150
|
-
|
|
151
|
-
& .ck.ck-icon.ck-button__icon {
|
|
152
|
-
height: 14px;
|
|
153
|
-
width: 14px;
|
|
154
|
-
margin-right: 4px;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
:root {
|
|
11
|
-
--ck-ai-disclaimer-background-color: hsla(0, 0%, 96%, 1);
|
|
12
|
-
--ck-ai-disclaimer-border-color: hsla(220, 6%, 82%, 1);
|
|
13
|
-
--ck-ai-disclaimer-text-color: hsla(0, 0%, 44%, 1);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.ck.ck-ai-disclaimer {
|
|
17
|
-
background-color: var(--ck-ai-disclaimer-background-color);
|
|
18
|
-
border-top: 1px solid var(--ck-ai-disclaimer-border-color);
|
|
19
|
-
padding: var(--ck-spacing-standard) 1em;
|
|
20
|
-
|
|
21
|
-
& > .ck.ck-ai-disclaimer__content {
|
|
22
|
-
color: var(--ck-ai-disclaimer-text-color);
|
|
23
|
-
font-size: 0.75em;
|
|
24
|
-
line-height: 1.025em;
|
|
25
|
-
text-align: center;
|
|
26
|
-
word-break: normal;
|
|
27
|
-
text-wrap: auto;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
:root {
|
|
11
|
-
--ck-ai-header-color-icon: hsla(0, 0%, 44%, 1);
|
|
12
|
-
--ck-ai-header-color-text: hsla(263, 59%, 52%, 1);
|
|
13
|
-
--ck-ai-header-border-color-button: hsla(262, 51%, 80%, 1);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.ck-ai-header {
|
|
17
|
-
/* Custom values unlike the rest of editor UI. */
|
|
18
|
-
--ck-ui-component-min-height: 1.7em;
|
|
19
|
-
--ck-ui-component-min-width: 1.7em;
|
|
20
|
-
|
|
21
|
-
/* Custom value. It defaults to the toolbar component height so they look fine on next to each other. */
|
|
22
|
-
--ck-form-header-height: 3em;
|
|
23
|
-
--ck-form-header-small-icon-color: hsla(0, 0%, 20%, 1);
|
|
24
|
-
|
|
25
|
-
& > .ck-button {
|
|
26
|
-
margin-inline-start: var(--ck-spacing-standard);
|
|
27
|
-
|
|
28
|
-
& > .ck-button__icon {
|
|
29
|
-
/* Custom value unlike the rest of editor UI (defaults to 16px). See how it's used in the icon.css */
|
|
30
|
-
--ck-icon-font-size: .666em;
|
|
31
|
-
|
|
32
|
-
color: var(--ck-ai-header-color-icon);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
& > .ck.ck-button.ck-ai-chat__start-conversation {
|
|
37
|
-
/* TODO: Extract this to a separate class to avoid duplication (same component and styling in Chat history - empty viewr) */
|
|
38
|
-
/* Custom value unlike the rest of editor UI (derived from --ck-font-size-base, defaults to 13px). */
|
|
39
|
-
font-size: 11.7px;
|
|
40
|
-
min-height: unset;
|
|
41
|
-
border: 1px solid var(--ck-ai-header-border-color-button);
|
|
42
|
-
border-radius: var(--ck-border-radius);
|
|
43
|
-
gap: var(--ck-spacing-small);
|
|
44
|
-
color: var(--ck-ai-header-color-text);
|
|
45
|
-
|
|
46
|
-
&:hover {
|
|
47
|
-
background-color: var(--ck-ai-chat-button-active-background-color);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
& > .ck-button__label {
|
|
51
|
-
/* Custom value unlike the rest of editor UI. */
|
|
52
|
-
line-height: 1.4em;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
& > .ck-button__icon {
|
|
56
|
-
/* Custom value unlike the rest of editor UI (defaults to 14px). See how it's used in the icon.css */
|
|
57
|
-
--ck-icon-font-size: .632em;
|
|
58
|
-
|
|
59
|
-
margin-inline-end: 0;
|
|
60
|
-
color: var(--ck-ai-header-color-text);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
& > span.ck-button__label {
|
|
64
|
-
position: relative;
|
|
65
|
-
top: 1px;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&.ck-ai-header_small {
|
|
70
|
-
& > .ck.ck-button.ck-button-back {
|
|
71
|
-
margin-inline-start: 0;
|
|
72
|
-
margin-inline-end: var(--ck-spacing-small);
|
|
73
|
-
|
|
74
|
-
&:hover {
|
|
75
|
-
background-color: var(--ck-ai-button-tertiary-hover-background-color);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
& > .ck-button__icon {
|
|
79
|
-
/* Custom value unlike the rest of editor UI (defaults to 16px). See how it's used in the icon.css */
|
|
80
|
-
--ck-icon-font-size: 13px;
|
|
81
|
-
|
|
82
|
-
color: var(--ck-form-header-small-icon-color);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
& .ck-form__header__label {
|
|
87
|
-
--ck-font-size-base: 13px;
|
|
88
|
-
--ck-font-face: var(--ck-ai-chat-font-family);
|
|
89
|
-
|
|
90
|
-
font-weight: 500;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
& .ck-form__header__label {
|
|
95
|
-
&:not(:last-child) {
|
|
96
|
-
margin-inline-end: var(--ck-spacing-small);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
:root {
|
|
11
|
-
--ck-ai-notification-color-text: hsla(0, 0%, 20%, 1);
|
|
12
|
-
--ck-ai-notification-error-color-background: hsla(15, 100%, 97%, 1);
|
|
13
|
-
--ck-ai-notification-warning-color-background: hsla(37, 100%, 96.50%, 1);
|
|
14
|
-
|
|
15
|
-
--ck-ai-notification-error-color-border: hsla(14, 100%, 68%, 1);
|
|
16
|
-
--ck-ai-notification-warning-color-border: hsla(36, 100.00%, 68.00%, 1);
|
|
17
|
-
|
|
18
|
-
--ck-ai-border-radius: calc(var(--ck-border-radius) * 2);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.ck.ck-ai-notification {
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: flex-start;
|
|
24
|
-
justify-content: space-between;
|
|
25
|
-
gap: var(--ck-spacing-medium);
|
|
26
|
-
width: fit-content;
|
|
27
|
-
|
|
28
|
-
padding: var(--ck-spacing-standard);
|
|
29
|
-
border-radius: var(--ck-ai-border-radius);
|
|
30
|
-
|
|
31
|
-
&.ck-ai-notification_error {
|
|
32
|
-
background-color: var(--ck-ai-notification-error-color-background);
|
|
33
|
-
border: 1px solid var(--ck-ai-notification-error-color-border);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&.ck-ai-notification_warning {
|
|
37
|
-
background-color: var(--ck-ai-notification-warning-color-background);
|
|
38
|
-
border: 1px solid var(--ck-ai-notification-warning-color-border);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
& > p {
|
|
42
|
-
flex: 1;
|
|
43
|
-
white-space: normal;
|
|
44
|
-
color: var(--ck-color-base-text);
|
|
45
|
-
line-height: var(--ck-line-height-base);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
& > .ck-button {
|
|
49
|
-
--ck-icon-font-size: 0.666em;
|
|
50
|
-
|
|
51
|
-
&.ck-ai-notification_error__dismiss-button {
|
|
52
|
-
--ck-icon-font-size: 0.666em;
|
|
53
|
-
--ck-ui-component-min-height: 16px;
|
|
54
|
-
|
|
55
|
-
padding: 0;
|
|
56
|
-
flex-shrink: 0;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&.ck-ai-notification__full-width {
|
|
61
|
-
& > p {
|
|
62
|
-
max-width: 100%;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
:root {
|
|
11
|
-
--ai-skeleton-z-index: calc( var(--ck-z-default) + 1 );
|
|
12
|
-
--ck-ai-skeleton-item-background: linear-gradient(90deg, hsl(0, 0.00%, 98.00%) 0%, hsl(0, 0.00%, 94.10%) 50%, hsl(0, 0.00%, 98.00%) 100%);
|
|
13
|
-
--ck-ai-skeleton-animation-duration: 1s;
|
|
14
|
-
--ck-ai-skeleton-gap: var(--ck-spacing-extra-large);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ck.ck-ai-skeleton {
|
|
18
|
-
position: absolute;
|
|
19
|
-
inset: 0;
|
|
20
|
-
z-index: var(--ai-skeleton-z-index);
|
|
21
|
-
display: flex;
|
|
22
|
-
flex-direction: column;
|
|
23
|
-
align-items: flex-end;
|
|
24
|
-
gap: var(--ck-ai-skeleton-gap) 0;
|
|
25
|
-
padding: var(--ck-spacing-extra-large) var(--ck-spacing-large) var(--ck-spacing-large);
|
|
26
|
-
width: 100%;
|
|
27
|
-
height: 100%;
|
|
28
|
-
background-color: var(--ck-color-base-background);
|
|
29
|
-
opacity: 1;
|
|
30
|
-
transition: opacity .4s, display .4s allow-discrete;
|
|
31
|
-
transition-delay: 350ms;
|
|
32
|
-
|
|
33
|
-
&.ck-hidden {
|
|
34
|
-
transition-delay: 0ms;
|
|
35
|
-
opacity: 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@starting-style {
|
|
39
|
-
opacity: 0;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
& > .ck.ck-ai-skeleton__item {
|
|
43
|
-
background: var(--ck-ai-skeleton-item-background);
|
|
44
|
-
background-size: 200% 100%;
|
|
45
|
-
animation: var(--ck-ai-skeleton-animation-duration) ck-ai-skeleton-shine linear infinite;
|
|
46
|
-
width: 100%;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
@keyframes ck-ai-skeleton-shine {
|
|
51
|
-
to {
|
|
52
|
-
background-position-x: -200%;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
:root {
|
|
11
|
-
--ck-ai-spinner-size: var(--ck-toolbar-spinner-size);
|
|
12
|
-
--ck-ai-spinner-background: linear-gradient(to right, hsl(0, 0%, 100%), hsl(0, 0%, 58%));
|
|
13
|
-
--ck-ai-spinner-mask: radial-gradient(farthest-side, transparent 66%, hsl(0, 0%, 0%) 61%);
|
|
14
|
-
--ck-ai-spinner-animation-duration: 1s;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ck.ck-spinner-container {
|
|
18
|
-
&.ck-ai-spinner {
|
|
19
|
-
display: inline-block;
|
|
20
|
-
width: var(--ck-ai-spinner-size);
|
|
21
|
-
height: var(--ck-ai-spinner-size);
|
|
22
|
-
margin: 0;
|
|
23
|
-
flex-shrink: 0;
|
|
24
|
-
animation-duration: var(--ck-ai-spinner-animation-duration);
|
|
25
|
-
|
|
26
|
-
& .ck-spinner {
|
|
27
|
-
width: var(--ck-ai-spinner-size);
|
|
28
|
-
height: var(--ck-ai-spinner-size);
|
|
29
|
-
|
|
30
|
-
border: none;
|
|
31
|
-
|
|
32
|
-
background: var(--ck-ai-spinner-background);
|
|
33
|
-
-webkit-mask: var(--ck-ai-spinner-mask);
|
|
34
|
-
mask: var(--ck-ai-spinner-mask);
|
|
35
|
-
|
|
36
|
-
box-sizing: border-box;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&.ck-ai-spinner_small {
|
|
40
|
-
--ck-ai-spinner-size: 1em;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&.ck-ai-spinner_tiny {
|
|
44
|
-
--ck-ai-spinner-size: 12px;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
&.ck-hidden {
|
|
49
|
-
display: none;
|
|
50
|
-
animation: none;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@keyframes ck-spin {
|
|
55
|
-
to {
|
|
56
|
-
transform: rotate(360deg);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
3
|
-
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
4
|
-
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
7
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/* State label and icon */
|
|
11
|
-
div.ck.ck-ai-suggestion__content-part-state {
|
|
12
|
-
& .ck-ai-suggestion__content-part-state__label {
|
|
13
|
-
vertical-align: middle;
|
|
14
|
-
margin-right: var(--ck-spacing-medium);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/* Downscale state icons */
|
|
18
|
-
& .ck-icon {
|
|
19
|
-
--ck-icon-size: 1.477em;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&.ck-ai-suggestion__content-part-state_accepted > * {
|
|
23
|
-
color: var(--ck-color-base-action);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&.ck-ai-suggestion__content-part-state_rejected > * {
|
|
27
|
-
color: var(--ck-color-base-error);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&.ck-ai-suggestion__content-part-state_outdated > * {
|
|
31
|
-
color: var(--ck-color-ai-chat-icon-outdated);
|
|
32
|
-
}
|
|
33
|
-
}
|