@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
package/theme/aichat/aichat.css
DELETED
|
@@ -1,55 +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-border-color-main: hsla(216, 5%, 81%, 1);
|
|
12
|
-
--ck-ai-border-color-button: hsla(262, 51%, 80%, 1);
|
|
13
|
-
--ck-ai-background-color-action-button: hsla(263, 59%, 52%, 1);
|
|
14
|
-
--ck-ai-font-color-action-button: hsl(0, 0%, 100%);
|
|
15
|
-
|
|
16
|
-
--ck-ai-chat-color-text: hsla(263, 59%, 52%, 1);
|
|
17
|
-
--ck-ai-chat-color-icon: hsla(0, 0%, 44%, 1);
|
|
18
|
-
--ck-ai-chat-border-width: 1px;
|
|
19
|
-
--ck-ai-chat-suggestion-icon-default-color: hsl(0, 0%, 44%);
|
|
20
|
-
--ck-ai-chat-suggestion-border-hover-color: hsl(262, 64%, 78%);
|
|
21
|
-
|
|
22
|
-
--ck-ai-chat-button-active-background-color: hsla(262, 100%, 96%, 1);
|
|
23
|
-
--ck-ai-chat-button-active-color: hsla(263, 59%, 52%, 1);
|
|
24
|
-
--ck-ai-chat-button-hover-color: hsla(0, 0%, 20%, 1);
|
|
25
|
-
--ck-ai-chat-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
26
|
-
--ck-ai-chat-user-context-background: hsla(0, 0%, 98%, 1);
|
|
27
|
-
|
|
28
|
-
--ck-ai-chat-flash-color: hsla(263, 59%, 52%, 0.102);
|
|
29
|
-
--ck-ai-chat-flash-color-text: hsla(263, 59%, 52%, 1);
|
|
30
|
-
--ck-ai-chat-animation-duration: 0.6s;
|
|
31
|
-
--ck-ai-chat-animation-timing: ease-out;
|
|
32
|
-
|
|
33
|
-
--ck-ai-chat-controls-loader-animation-duration: 1.5s;
|
|
34
|
-
--ck-ai-chat-controls-loader-icon-color: hsla(0, 0%, 96%, 0.98);
|
|
35
|
-
|
|
36
|
-
--ck-ai-chat-feed-loader-icon-color: hsla(0, 0%, 85%, 1);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/* Note: This class name is mentioned in the guide and acts like a public API. */
|
|
40
|
-
.ck-ai-ui_theme {
|
|
41
|
-
/* @TODO: there should be one theme applied on all NextGenAI features */
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.ck {
|
|
45
|
-
&.ck-ai-chat {
|
|
46
|
-
* {
|
|
47
|
-
font-family: var(--ck-ai-chat-font-family) !important;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
width: 100%;
|
|
51
|
-
display: flex;
|
|
52
|
-
flex-direction: column;
|
|
53
|
-
font-family: var(--ck-ai-chat-font-family) !important;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
@@ -1,122 +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-chat-balloon-form-row-height: 2.924em;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/*
|
|
15
|
-
* Dialog for browsing AI Chat suggestions.
|
|
16
|
-
*/
|
|
17
|
-
.ck.ck-ai-chat-balloon {
|
|
18
|
-
width: 500px;
|
|
19
|
-
max-height: 300px;
|
|
20
|
-
min-height: 170px;
|
|
21
|
-
|
|
22
|
-
display: flex;
|
|
23
|
-
flex-direction: column;
|
|
24
|
-
justify-content: space-between;
|
|
25
|
-
|
|
26
|
-
--ck-border-radius: 4px;
|
|
27
|
-
|
|
28
|
-
& .ck.ck-form__header,
|
|
29
|
-
& .ck-ai-chat-balloon__toolbar-container {
|
|
30
|
-
--ck-ui-component-min-height: 1.726em;
|
|
31
|
-
--ck-icon-size: 1.477em;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.ck.ck-form__header {
|
|
35
|
-
--ck-form-header-height: var(--ck-ai-chat-balloon-form-row-height);
|
|
36
|
-
|
|
37
|
-
gap: var(--ck-spacing-standard);
|
|
38
|
-
|
|
39
|
-
& .ck-form__header__label {
|
|
40
|
-
--ck-font-size-base: 1em;
|
|
41
|
-
font-weight: normal;
|
|
42
|
-
|
|
43
|
-
color: var(--ck-ai-button-primary-background-color);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
& .ck-dialog__content {
|
|
48
|
-
display: flex;
|
|
49
|
-
flex-direction: column;
|
|
50
|
-
justify-content: space-between;
|
|
51
|
-
|
|
52
|
-
flex-grow: 1;
|
|
53
|
-
min-height: 0;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/*
|
|
57
|
-
* The main view of the balloon.
|
|
58
|
-
*/
|
|
59
|
-
& .ck.ck-ai-chat-balloon-main {
|
|
60
|
-
display: flex;
|
|
61
|
-
flex-direction: column;
|
|
62
|
-
justify-content: space-between;
|
|
63
|
-
|
|
64
|
-
flex-grow: 1;
|
|
65
|
-
min-height: 0;
|
|
66
|
-
|
|
67
|
-
/*
|
|
68
|
-
* The content part preview.
|
|
69
|
-
*/
|
|
70
|
-
& .ck-ai-suggestion-streamable-content {
|
|
71
|
-
padding: var(--ck-spacing-large);
|
|
72
|
-
overflow-y: auto;
|
|
73
|
-
flex-grow: 1;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Reduced opacity of the content and the state view when the suggestion is accepted, rejected, or outdated.
|
|
78
|
-
*/
|
|
79
|
-
&.ck-ai-chat-balloon-main_state_accepted,
|
|
80
|
-
&.ck-ai-chat-balloon-main_state_rejected,
|
|
81
|
-
&.ck-ai-chat-balloon-main_state_outdated {
|
|
82
|
-
& .ck-ai-suggestion-streamable-content,
|
|
83
|
-
& .ck-ai-suggestion__content-part-state {
|
|
84
|
-
opacity: 0.5;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* The error view, e.g. when the selection the balloon was opened for was removed.
|
|
90
|
-
*/
|
|
91
|
-
& .ck.ck-ai-suggestion__error.ck-ai-balloon-error {
|
|
92
|
-
margin: var(--ck-spacing-large);
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* Add a border between the error view and the content.
|
|
96
|
-
*/
|
|
97
|
-
&:not(.ck-hidden) + .ck-ai-suggestion-streamable-content {
|
|
98
|
-
border-top: 1px solid var(--ck-color-toolbar-border);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/*
|
|
103
|
-
* The bottom bar with toolbars.
|
|
104
|
-
*/
|
|
105
|
-
& .ck-ai-chat-balloon__toolbar-container {
|
|
106
|
-
display: flex;
|
|
107
|
-
justify-content: space-between;
|
|
108
|
-
height: var(--ck-ai-chat-balloon-form-row-height);
|
|
109
|
-
padding: var(--ck-spacing-large);
|
|
110
|
-
align-items: center;
|
|
111
|
-
|
|
112
|
-
border-top: 1px solid var(--ck-color-toolbar-border);
|
|
113
|
-
|
|
114
|
-
& > * {
|
|
115
|
-
border: 0;
|
|
116
|
-
margin: 0;
|
|
117
|
-
padding: 0;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
@@ -1,430 +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
|
-
@import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_rounded.css";
|
|
11
|
-
|
|
12
|
-
:root {
|
|
13
|
-
--ck-ai-chat-feed-item-color-text: hsla(0, 0%, 0%, 1);
|
|
14
|
-
--ck-ai-chat-feed-item-color-background: hsla(0, 0%, 96%, 1);
|
|
15
|
-
--ck-ai-chat-feed-item-color-background-secondary: hsla(0, 0%, 96%, 1);
|
|
16
|
-
--ck-ai-chat-feed-item-color-actions-button-hover: hsla(263, 59%, 40%, 1);
|
|
17
|
-
--ck-ai-chat-feed-item-color-show-changes-toggle-hover-color: hsla(263, 59%, 40%, 1);
|
|
18
|
-
--ck-ai-chat-feed-item-color-show-changes-toggle-hover-background: hsl(262, 100%, 96%);
|
|
19
|
-
--ck-ai-chat-feed-item-color-show-changes-toggle-on-color: hsla(263, 59%, 40%, 1);
|
|
20
|
-
--ck-ai-chat-feed-item-color-show-changes-toggle-on-background: hsl(262, 100%, 96%);
|
|
21
|
-
--ck-ai-chat-feed-item-color-show-changes-toggle-active-background: hsl(262, 100%, 96%);
|
|
22
|
-
--ck-ai-chat-feed-loader-icon-color: hsla(0, 0%, 85%, 1);
|
|
23
|
-
--ck-ai-chat-feed-interaction-header-capabilities-color-text: hsla(0, 0%, 44%, 1);
|
|
24
|
-
--ck-ai-web-source-tooltip-url-color: hsla(263, 59%, 52%, 1);
|
|
25
|
-
--ck-ai-web-source-tooltip-title-color: hsla(0, 0%, 20%, 1);
|
|
26
|
-
--ck-ai-web-source-tooltip-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.ck.ck-ai-chat__feed {
|
|
30
|
-
flex: 1 1 auto;
|
|
31
|
-
overflow-y: auto;
|
|
32
|
-
display: flex;
|
|
33
|
-
flex-direction: column;
|
|
34
|
-
justify-content: flex-start;
|
|
35
|
-
align-items: stretch;
|
|
36
|
-
flex-wrap: nowrap;
|
|
37
|
-
padding-bottom: var(--ck-spacing-extra-large);
|
|
38
|
-
gap: var(--ck-spacing-large);
|
|
39
|
-
position: relative;
|
|
40
|
-
|
|
41
|
-
/*
|
|
42
|
-
* Addresses an issue in Chrome where the entire feed gets repainted by the browser's engine when the user
|
|
43
|
-
* types in the prompt textarea. See https://github.com/ckeditor/ckeditor5-commercial/issues/8611.
|
|
44
|
-
*/
|
|
45
|
-
contain: size;
|
|
46
|
-
|
|
47
|
-
/* This is needed to prevent the feed from overflowing when the skeleton is visible. */
|
|
48
|
-
&:has(.ck-ai-skeleton:not(.ck-hidden)) {
|
|
49
|
-
overflow: hidden;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.ck.ck-ai-chat__feed__items {
|
|
53
|
-
display: flex;
|
|
54
|
-
flex-direction: column;
|
|
55
|
-
gap: var(--ck-spacing-extra-large) 0;
|
|
56
|
-
|
|
57
|
-
& > .ck-ai-chat__feed__item {
|
|
58
|
-
&:first-child {
|
|
59
|
-
margin-top: var(--ck-spacing-extra-large);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
& .ck.ck-ai-chat__feed__item {
|
|
65
|
-
margin: 0 var(--ck-spacing-large);
|
|
66
|
-
scroll-margin: var(--ck-spacing-large);
|
|
67
|
-
|
|
68
|
-
/* These controls show up only after the item is done */
|
|
69
|
-
& .ck-ai-mini-toolbar,
|
|
70
|
-
& .ck-ai-chat__feed__ai-suggestion__actions,
|
|
71
|
-
& .ck-ai-suggestion__header__show-changes-toggle {
|
|
72
|
-
transition: opacity .4s, display .4s allow-discrete;
|
|
73
|
-
|
|
74
|
-
@starting-style {
|
|
75
|
-
& {
|
|
76
|
-
opacity: 0;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
& .ck-ai-suggestion__header__show-changes-toggle {
|
|
82
|
-
padding: 0 var(--ck-spacing-small);
|
|
83
|
-
min-height: 22px;
|
|
84
|
-
font-size: var(--ck-ai-chat-suggestion-container-header-font-size);
|
|
85
|
-
|
|
86
|
-
> .ck-icon {
|
|
87
|
-
width: 16px;
|
|
88
|
-
height: 16px;
|
|
89
|
-
margin-right: 0;
|
|
90
|
-
margin-left: var(--ck-spacing-medium);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
&:not(.ck-ai-chat__feed__item_done) {
|
|
95
|
-
& .ck-ai-mini-toolbar,
|
|
96
|
-
& .ck-ai-chat__feed__ai-suggestion__actions,
|
|
97
|
-
& .ck-ai-suggestion__header__show-changes-toggle {
|
|
98
|
-
display: none;
|
|
99
|
-
opacity: 0;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/*
|
|
104
|
-
* Any item that contains text (AI replies, suggestions, user messages etc.)
|
|
105
|
-
*/
|
|
106
|
-
&.ck.ck-ai-chat__feed__text-item {
|
|
107
|
-
word-break: normal;
|
|
108
|
-
text-wrap: auto;
|
|
109
|
-
|
|
110
|
-
& pre > code {
|
|
111
|
-
white-space: pre-wrap;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/*
|
|
116
|
-
* User message item with a query to the AI
|
|
117
|
-
*/
|
|
118
|
-
&.ck.ck-ai-chat__feed__user-message {
|
|
119
|
-
&:has(.ck-ai-chat-context-chips-wrapper) {
|
|
120
|
-
max-width: 100%;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
& .ck-ai-chat__feed__message-content {
|
|
124
|
-
max-width: 80%;
|
|
125
|
-
margin-inline-end: 0;
|
|
126
|
-
margin-inline-start: auto;
|
|
127
|
-
text-align: end;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
p {
|
|
131
|
-
display: inline-block;
|
|
132
|
-
background-color: var(--ck-ai-chat-feed-item-color-background-secondary);
|
|
133
|
-
padding: var(--ck-spacing-standard);
|
|
134
|
-
border-radius: var(--ck-ai-border-radius);
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/*
|
|
139
|
-
* Replies from the AI that aren't suggestions.
|
|
140
|
-
*
|
|
141
|
-
* Also, occasionally used for static notifications.
|
|
142
|
-
*/
|
|
143
|
-
/* &.ck-ai-chat__feed__ai-reply {} */
|
|
144
|
-
|
|
145
|
-
/*
|
|
146
|
-
* This is the kind of reply from the AI where content changes are suggested.
|
|
147
|
-
*/
|
|
148
|
-
&.ck-ai-chat__feed__ai-suggestion {
|
|
149
|
-
margin: 0 var(--ck-spacing-standard);
|
|
150
|
-
|
|
151
|
-
/*
|
|
152
|
-
* Actions for the suggestion.
|
|
153
|
-
*/
|
|
154
|
-
& .ck-ai-chat__feed__ai-suggestion__actions {
|
|
155
|
-
--ck-border-radius: 2px;
|
|
156
|
-
|
|
157
|
-
display: flex;
|
|
158
|
-
flex-direction: row;
|
|
159
|
-
gap: var(--ck-spacing-standard);
|
|
160
|
-
width: fit-content;
|
|
161
|
-
|
|
162
|
-
& .ck-ai-chat__feed__suggestion__actions__info > p {
|
|
163
|
-
font-size: 0.75em;
|
|
164
|
-
color: var(--ck-ai-chat-color-icon);
|
|
165
|
-
line-height: 2.8em !important;
|
|
166
|
-
|
|
167
|
-
& button {
|
|
168
|
-
font-size: 0.8em;
|
|
169
|
-
padding-left: 0.5em;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/*
|
|
176
|
-
* Interaction header showing capabilities used for the entire interaction.
|
|
177
|
-
*/
|
|
178
|
-
&.ck.ck-ai-chat__feed__interaction-header {
|
|
179
|
-
& .ck-ai-chat__feed__interaction-header__capabilities {
|
|
180
|
-
display: flex;
|
|
181
|
-
align-items: center;
|
|
182
|
-
gap: 4px;
|
|
183
|
-
color: var(--ck-ai-chat-feed-interaction-header-capabilities-color-text);
|
|
184
|
-
|
|
185
|
-
& svg {
|
|
186
|
-
border-radius: 50%;
|
|
187
|
-
flex-shrink: 0;
|
|
188
|
-
background-color: var(--ck-tabs-panels-container-background);
|
|
189
|
-
|
|
190
|
-
&:not(:first-child) {
|
|
191
|
-
margin-left: calc(var(--ck-icon-size) * -0.75)
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
& .ck-ai-chat__feed__interaction-header__capabilities__text {
|
|
197
|
-
color: var(--ck-ai-chat-feed-interaction-header-capabilities-color-text);
|
|
198
|
-
font-weight: 500;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.ck-ai-chat__feed__ai-reply-container {
|
|
203
|
-
> * {
|
|
204
|
-
&:first-child {
|
|
205
|
-
/* This is needed to clear the default top margin from first HTML element from reply. */
|
|
206
|
-
margin-top: 0;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
&:last-child {
|
|
210
|
-
/* This is needed to clear the default bottom margin from last HTML element from reply. */
|
|
211
|
-
margin-bottom: 0;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
&.ck.ck-ai-chat__feed__ai-suggestion .ck-ai-suggestion__body {
|
|
217
|
-
.ck-suggestion-marker-insertion:not([data-author-id="$aiSuggestion"]),
|
|
218
|
-
.ck-suggestion-marker-formatInline:not([data-author-id="$aiSuggestion"]),
|
|
219
|
-
.ck-suggestion-marker-deletion:not([data-author-id="$aiSuggestion"]) {
|
|
220
|
-
border-top: 3px solid var(--ck-ai-suggestion-inactive-color-border);
|
|
221
|
-
border-bottom: 3px solid var(--ck-ai-suggestion-inactive-color-border);
|
|
222
|
-
background: var(--ck-ai-suggestion-inactive-color-background);
|
|
223
|
-
|
|
224
|
-
&.ck-widget {
|
|
225
|
-
border: 3px solid var(--ck-ai-suggestion-inactive-color-border);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.ck-suggestion-marker-formatBlock:not([data-author-id="$aiSuggestion"]) {
|
|
230
|
-
box-shadow: -7px 0 0 0 var(--ck-color-base-background), -10px 0 0 0 var(--ck-ai-suggestion-inactive-color-background);
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.ck-suggestion-marker-deletion:not([data-author-id="$aiSuggestion"]) {
|
|
234
|
-
text-decoration: line-through;
|
|
235
|
-
text-decoration-thickness: 3px;
|
|
236
|
-
text-decoration-color: var(--ck-ai-suggestion-inactive-color-border);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.ck-suggestion-marker-insertion.table > tbody > tr > td {
|
|
240
|
-
background-color: var(--ck-color-suggestion-widget-insertion-background);
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
&.ck.ck-ai-chat__feed__ai-suggestion .ck-ai-suggestion__body *,
|
|
245
|
-
&.ck.ck-ai-chat__feed__text-item
|
|
246
|
-
*:not(.ck-ai-chat__feed__context-chips):not(.ck-ai-chat__feed__context-chips *):not(.ck-ai-web-source .ck-button__label) {
|
|
247
|
-
white-space: normal;
|
|
248
|
-
line-height: 1.4em;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
/* TODO: This CSS class is added twice. */
|
|
252
|
-
& .ck-ai-chat__feed__context-chips {
|
|
253
|
-
display: flex;
|
|
254
|
-
justify-content: flex-end;
|
|
255
|
-
margin-bottom: var(--ck-spacing-medium-small);
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/* stylelint-disable-next-line no-descending-specificity */
|
|
259
|
-
& .ck-ai-web-sources {
|
|
260
|
-
display: grid;
|
|
261
|
-
grid-template-columns: repeat(3, 1fr);
|
|
262
|
-
gap: var(--ck-spacing-standard);
|
|
263
|
-
|
|
264
|
-
padding: var(--ck-spacing-medium) 0 0;
|
|
265
|
-
|
|
266
|
-
& > .ck-ai-web-sources__header {
|
|
267
|
-
grid-column-start: span 3;
|
|
268
|
-
|
|
269
|
-
font-size: 12px;
|
|
270
|
-
font-weight: 500;
|
|
271
|
-
line-height: 1.4em;
|
|
272
|
-
|
|
273
|
-
& > .ck-icon {
|
|
274
|
-
vertical-align: text-bottom;
|
|
275
|
-
width: 14px;
|
|
276
|
-
height: 14px;
|
|
277
|
-
margin-right: var(--ck-spacing-medium-small);
|
|
278
|
-
color: hsl(0, 0%, 44%);
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
& > span {
|
|
282
|
-
color: hsl(0, 0%, 44%);
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
& > .ck-ai-web-source {
|
|
287
|
-
padding: var(--ck-spacing-medium) var(--ck-spacing-large);
|
|
288
|
-
border: 0;
|
|
289
|
-
border-radius: 50px;
|
|
290
|
-
background-color: var(--ck-color-base-background);
|
|
291
|
-
|
|
292
|
-
&:hover {
|
|
293
|
-
background-color: var(--ck-ai-chat-button-active-background-color);
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
&:focus, &:active {
|
|
297
|
-
box-shadow: none;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
& .ck-ai-web-source__image,
|
|
301
|
-
& .ck-button__icon {
|
|
302
|
-
margin-right: var(--ck-spacing-medium);
|
|
303
|
-
color: var(--ck-ai-button-primary-background-color);
|
|
304
|
-
width: 16px;
|
|
305
|
-
height: 16px;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
& .ck-button__label {
|
|
309
|
-
white-space: nowrap;
|
|
310
|
-
overflow: hidden;
|
|
311
|
-
text-overflow: ellipsis;
|
|
312
|
-
max-width: 75px;
|
|
313
|
-
font-size: 10px;
|
|
314
|
-
font-weight: 700;
|
|
315
|
-
line-height: 1.4em;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
& .ck-ai-web-source__title {
|
|
319
|
-
display: flex;
|
|
320
|
-
align-items: center;
|
|
321
|
-
gap: var(--ck-spacing-small);
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
/* Remove padding if it's directly inside the reply container as the padding is already set. */
|
|
327
|
-
& > .ck-ai-web-sources {
|
|
328
|
-
padding: var(--ck-spacing-extra-large) 0 var(--ck-spacing-medium) 0;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
& .ck.ck-ai-chat__loader {
|
|
333
|
-
display: flex;
|
|
334
|
-
align-items: flex-start;
|
|
335
|
-
|
|
336
|
-
& .ck.ck-spinner-container.ck-ai-spinner {
|
|
337
|
-
/* Designs have 16px but it needs to be aligned with chat feed items */
|
|
338
|
-
margin: 0 var(--ck-spacing-large);
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
& .ck.ck-ai-chat__loader-text {
|
|
342
|
-
font-weight: 500;
|
|
343
|
-
line-height: 1.462em;
|
|
344
|
-
white-space: normal;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/**
|
|
350
|
-
* This is the balloon panel for the suggestion actions.
|
|
351
|
-
*/
|
|
352
|
-
.ck-ai-chat__feed__ai-suggestion__actions__balloon {
|
|
353
|
-
&.ck-balloon-panel {
|
|
354
|
-
z-index: calc(var(--ck-ai-tabs-overlay-z-index) + 1);
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
& .ck-list__item {
|
|
358
|
-
min-width: fit-content;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
& .ck-button.ck-list-item-button {
|
|
362
|
-
padding-top: 0;
|
|
363
|
-
padding-bottom: 0;
|
|
364
|
-
|
|
365
|
-
&:hover:not(.ck-disabled) {
|
|
366
|
-
background-color: var(--ck-ai-button-secondary-hover-background-color);
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.ck-ai-web-source__tooltip-balloon {
|
|
372
|
-
@mixin ck-rounded-corners;
|
|
373
|
-
|
|
374
|
-
& .ck-ai-web-source__tooltip {
|
|
375
|
-
padding: 0.8em;
|
|
376
|
-
font-size: var(--ck-font-size-small);
|
|
377
|
-
line-height: 1.4em;
|
|
378
|
-
width: 214px;
|
|
379
|
-
|
|
380
|
-
& .ck-ai-web-source__tooltip-row {
|
|
381
|
-
display: flex;
|
|
382
|
-
align-items: center;
|
|
383
|
-
gap: 0.4em;
|
|
384
|
-
margin-bottom: 0.4em;
|
|
385
|
-
|
|
386
|
-
&:last-child {
|
|
387
|
-
margin-bottom: 0;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
& .ck-ai-web-source__tooltip-image {
|
|
392
|
-
width: 1.477em;
|
|
393
|
-
height: 1.477em;
|
|
394
|
-
flex-shrink: 0;
|
|
395
|
-
color: var(--ck-ai-button-primary-background-color);
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
& .ck-ai-web-source__tooltip-url {
|
|
399
|
-
font-size: var(--ck-font-size-small);
|
|
400
|
-
color: var(--ck-ai-web-source-tooltip-url-color);
|
|
401
|
-
font-weight: 500;
|
|
402
|
-
text-decoration: underline;
|
|
403
|
-
font-style: var(--ck-ai-web-source-tooltip-font-family);
|
|
404
|
-
white-space: normal;
|
|
405
|
-
word-wrap: break-word;
|
|
406
|
-
overflow-wrap: break-word;
|
|
407
|
-
word-break: break-all;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
& .ck-ai-web-source__tooltip-title {
|
|
411
|
-
font-style: var(--ck-ai-web-source-tooltip-font-family);
|
|
412
|
-
font-weight: 700;
|
|
413
|
-
color: var(--ck-ai-web-source-tooltip-title-color);
|
|
414
|
-
white-space: normal;
|
|
415
|
-
font-size: 1.026em;
|
|
416
|
-
line-height: 1.35;
|
|
417
|
-
vertical-align: middle;
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
@keyframes ck-html-streamer-fade-in {
|
|
423
|
-
from {
|
|
424
|
-
opacity: 0;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
to {
|
|
428
|
-
opacity: 1;
|
|
429
|
-
}
|
|
430
|
-
}
|