@nextcloud/vue 8.22.0 → 8.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +78 -0
- package/README.md +71 -65
- package/dist/Components/NcActionButton.cjs +1 -1
- package/dist/Components/NcActionButton.mjs +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +1 -1
- package/dist/Components/NcActionCaption.cjs +2 -2
- package/dist/Components/NcActionCaption.cjs.map +1 -1
- package/dist/Components/NcActionCaption.mjs +2 -2
- package/dist/Components/NcActionCaption.mjs.map +1 -1
- package/dist/Components/NcActionCheckbox.cjs +1 -1
- package/dist/Components/NcActionCheckbox.mjs +1 -1
- package/dist/Components/NcActionInput.cjs +1 -1
- package/dist/Components/NcActionInput.mjs +1 -1
- package/dist/Components/NcActionLink.cjs +1 -1
- package/dist/Components/NcActionLink.mjs +1 -1
- package/dist/Components/NcActionRadio.cjs +1 -1
- package/dist/Components/NcActionRadio.mjs +1 -1
- package/dist/Components/NcActionRouter.cjs +1 -1
- package/dist/Components/NcActionRouter.mjs +1 -1
- package/dist/Components/NcActionText.cjs +1 -1
- package/dist/Components/NcActionText.mjs +1 -1
- package/dist/Components/NcActionTextEditable.cjs +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -1
- package/dist/Components/NcActions.cjs +1 -1
- package/dist/Components/NcActions.mjs +1 -1
- package/dist/Components/NcAppContent.cjs +1 -1
- package/dist/Components/NcAppContent.mjs +1 -1
- package/dist/Components/NcAppNavigation.cjs +1 -1
- package/dist/Components/NcAppNavigation.mjs +1 -1
- package/dist/Components/NcAppNavigationCaption.cjs +1 -1
- package/dist/Components/NcAppNavigationCaption.mjs +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
- package/dist/Components/NcAppNavigationSearch.cjs +1 -1
- package/dist/Components/NcAppNavigationSearch.mjs +1 -1
- package/dist/Components/NcAppNavigationSettings.cjs +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +1 -1
- package/dist/Components/NcAppNavigationToggle.cjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -1
- package/dist/Components/NcAppSettingsDialog.cjs +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +1 -1
- package/dist/Components/NcAppSidebar.cjs +1 -1
- package/dist/Components/NcAppSidebar.mjs +1 -1
- package/dist/Components/NcAvatar.cjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBreadcrumb.cjs +1 -1
- package/dist/Components/NcBreadcrumb.mjs +1 -1
- package/dist/Components/NcBreadcrumbs.cjs +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +1 -1
- package/dist/Components/NcButton.cjs +2 -2
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +2 -2
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
- package/dist/Components/NcChip.cjs +3 -3
- package/dist/Components/NcChip.mjs +3 -3
- package/dist/Components/NcCollectionList.cjs +1 -1
- package/dist/Components/NcCollectionList.mjs +1 -1
- package/dist/Components/NcColorPicker.cjs +1 -1
- package/dist/Components/NcColorPicker.mjs +1 -1
- package/dist/Components/NcContent.cjs +1 -1
- package/dist/Components/NcContent.mjs +1 -1
- package/dist/Components/NcCounterBubble.cjs +1 -1
- package/dist/Components/NcCounterBubble.mjs +1 -1
- package/dist/Components/NcDashboardWidget.cjs +1 -1
- package/dist/Components/NcDashboardWidget.mjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
- package/dist/Components/NcDateTime.cjs +1 -1
- package/dist/Components/NcDateTime.mjs +1 -1
- package/dist/Components/NcDateTimePicker.cjs +5 -5
- package/dist/Components/NcDateTimePicker.mjs +5 -5
- package/dist/Components/NcDateTimePickerNative.cjs +22 -18
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +22 -18
- package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
- package/dist/Components/NcDialog.cjs +1 -1
- package/dist/Components/NcDialog.mjs +1 -1
- package/dist/Components/NcDialogButton.cjs +1 -1
- package/dist/Components/NcDialogButton.mjs +1 -1
- package/dist/Components/NcEmojiPicker.cjs +1 -1
- package/dist/Components/NcEmojiPicker.mjs +1 -1
- package/dist/Components/NcHeaderButton.cjs +2 -2
- package/dist/Components/NcHeaderButton.cjs.map +1 -1
- package/dist/Components/NcHeaderButton.mjs +2 -2
- package/dist/Components/NcHeaderButton.mjs.map +1 -1
- package/dist/Components/NcHeaderMenu.cjs +1 -1
- package/dist/Components/NcHeaderMenu.mjs +1 -1
- package/dist/Components/NcInputField.cjs +1 -1
- package/dist/Components/NcInputField.mjs +1 -1
- package/dist/Components/NcListItem.cjs +1 -1
- package/dist/Components/NcListItem.mjs +1 -1
- package/dist/Components/NcListItemIcon.cjs +1 -1
- package/dist/Components/NcListItemIcon.mjs +1 -1
- package/dist/Components/NcModal.cjs +50 -20
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +51 -21
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +1 -1
- package/dist/Components/NcPasswordField.mjs +1 -1
- package/dist/Components/NcPopover.cjs +1 -1
- package/dist/Components/NcPopover.mjs +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
- package/dist/Components/NcRichContenteditable.cjs +2 -2
- package/dist/Components/NcRichContenteditable.mjs +2 -2
- package/dist/Components/NcRichText.cjs +2 -2
- package/dist/Components/NcRichText.mjs +3 -3
- package/dist/Components/NcSelect.cjs +1 -1
- package/dist/Components/NcSelect.mjs +1 -1
- package/dist/Components/NcSelectTags.cjs +1 -1
- package/dist/Components/NcSelectTags.mjs +1 -1
- package/dist/Components/NcSettingsInputText.cjs +1 -1
- package/dist/Components/NcSettingsInputText.mjs +1 -1
- package/dist/Components/NcSettingsSection.cjs +1 -1
- package/dist/Components/NcSettingsSection.mjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
- package/dist/Components/NcTextField.cjs +1 -1
- package/dist/Components/NcTextField.mjs +1 -1
- package/dist/Components/NcTimezonePicker.cjs +1 -1
- package/dist/Components/NcTimezonePicker.mjs +1 -1
- package/dist/Components/NcUserBubble.cjs +1 -1
- package/dist/Components/NcUserBubble.mjs +1 -1
- package/dist/Components/NcUserStatusIcon.cjs +1 -1
- package/dist/Components/NcUserStatusIcon.mjs +1 -1
- package/dist/Directives/Linkify.cjs +14 -2
- package/dist/Directives/Linkify.cjs.map +1 -1
- package/dist/Directives/Linkify.mjs +11 -1
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Functions/reference.cjs +1 -1
- package/dist/Functions/reference.mjs +1 -1
- package/dist/Functions/usernameToColor.cjs +1 -1
- package/dist/Functions/usernameToColor.mjs +1 -1
- package/dist/Mixins/richEditor.cjs +1 -2
- package/dist/Mixins/richEditor.cjs.map +1 -1
- package/dist/Mixins/richEditor.mjs +1 -2
- package/dist/Mixins/richEditor.mjs.map +1 -1
- package/dist/assets/{NcActionButton-BT4157Cp.css → NcActionButton-BYN2SUN0.css} +4 -2
- package/dist/assets/{NcActionCaption-JVhz4Wp7.css → NcActionCaption-BNDtcWJ7.css} +4 -4
- package/dist/assets/{NcActionCheckbox-DeW2CCVc.css → NcActionCheckbox-Dan0EvGm.css} +18 -18
- package/dist/assets/{NcActionInput-CNRERfyh.css → NcActionInput-Dz21fyVD.css} +69 -65
- package/dist/assets/{NcActionLink-BNtI-AlZ.css → NcActionLink-BG9B9dP4.css} +4 -2
- package/dist/assets/{NcActionRadio-DC7Wp9rR.css → NcActionRadio-C87waXE-.css} +18 -18
- package/dist/assets/{NcActionRouter-As2g7t6k.css → NcActionRouter-BAGuUfFu.css} +4 -2
- package/dist/assets/{NcActionText-NhGjKgRO.css → NcActionText-Cjp26Bn0.css} +4 -2
- package/dist/assets/{NcActionTextEditable-Cg16Q4zr.css → NcActionTextEditable-1TXeJ5zp.css} +68 -64
- package/dist/assets/{NcActions-DM_LoRlx.css → NcActions-C4SuFczn.css} +12 -15
- package/dist/assets/{NcAppContent-CsPEhdzg.css → NcAppContent-BO0ksFwD.css} +19 -19
- package/dist/assets/{NcAppNavigationCaption-Dt5K_hKD.css → NcAppNavigationCaption-DU9PxTvu.css} +9 -9
- package/dist/assets/{NcAppNavigationItem-DIv6Iu_R.css → NcAppNavigationItem-lh9Say1M.css} +9 -9
- package/dist/assets/{NcAppNavigationNewItem-CQ1f40wK.css → NcAppNavigationNewItem-fUP3wQTQ.css} +37 -37
- package/dist/assets/{NcAppNavigationSettings-BV_QS8jh.css → NcAppNavigationSettings-vd47rlNY.css} +14 -14
- package/dist/assets/{NcAvatar-DstXjzVh.css → NcAvatar-CcJlFpcI.css} +25 -25
- package/dist/assets/{NcButton-BHDLon1_.css → NcButton-CfOAX-eQ.css} +47 -47
- package/dist/assets/{NcColorPicker-Dw2wy2tU.css → NcColorPicker-C1DuuANb.css} +28 -28
- package/dist/assets/{NcCounterBubble-DdYmHnng.css → NcCounterBubble-CI-DxLjL.css} +7 -7
- package/dist/assets/{NcDateTimePicker-BmtdlJm4.css → NcDateTimePicker-BtV9Fz-n.css} +22 -17
- package/dist/assets/NcDateTimePickerNative-DVGEymgr.css +60 -0
- package/dist/assets/{NcEmojiPicker-BNCW1Q94.css → NcEmojiPicker-rk5qcSl7.css} +75 -57
- package/dist/assets/{NcHeaderButton-DH4Qtw3P.css → NcHeaderButton-BPkJ5wxD.css} +7 -7
- package/dist/assets/{NcHeaderMenu-C2XbJMYL.css → NcHeaderMenu-BYjnMPPl.css} +11 -11
- package/dist/assets/{NcInputField-CUsdr7lV.css → NcInputField-CzryIHRa.css} +32 -32
- package/dist/assets/{NcListItem-DQ2Dk7jn.css → NcListItem-GE5S37TT.css} +48 -47
- package/dist/assets/{NcMentionBubble-Bt71nB8X.css → NcMentionBubble-BL05HUeF.css} +12 -13
- package/dist/assets/{NcModal-IUKZfPNs.css → NcModal-ZfCDJxwd.css} +63 -61
- package/dist/assets/{NcPasswordField-B0VbIU2n.css → NcPasswordField-whtKJFcB.css} +2 -2
- package/dist/assets/{NcPopover-TS4CW9MJ.css → NcPopover-DpakVVxI.css} +16 -5
- package/dist/assets/{NcRelatedResourcesPanel-DIhZx6lY.css → NcRelatedResourcesPanel-DSf7TVcC.css} +14 -14
- package/dist/assets/{NcRichContenteditable-DoDTb8p_.css → NcRichContenteditable-BV6g3dmd.css} +41 -39
- package/dist/assets/NcRichText-zt8ALFHi.css +323 -0
- package/dist/assets/{NcUserBubble-CNid1YOT.css → NcUserBubble-BsTKRhKz.css} +11 -11
- package/dist/assets/{referencePickerModal-BhhuyO3J.css → referencePickerModal-CTumspFH.css} +46 -46
- package/dist/chunks/{GenColors-l51faA-J.mjs → GenColors-DfwXw1-o.mjs} +1 -1
- package/dist/chunks/{GenColors-l51faA-J.mjs.map → GenColors-DfwXw1-o.mjs.map} +1 -1
- package/dist/chunks/{GenColors-NLLtT2OM.cjs → GenColors-Di5GSft7.cjs} +1 -1
- package/dist/chunks/{GenColors-NLLtT2OM.cjs.map → GenColors-Di5GSft7.cjs.map} +1 -1
- package/dist/chunks/{NcActionButton-82_1gdid.mjs → NcActionButton-CEysTg4c.mjs} +1 -1
- package/dist/chunks/{NcActionButton-82_1gdid.mjs.map → NcActionButton-CEysTg4c.mjs.map} +1 -1
- package/dist/chunks/{NcActionButton-DHOce_KX.cjs → NcActionButton-DcpUnqA7.cjs} +1 -1
- package/dist/chunks/{NcActionButton-DHOce_KX.cjs.map → NcActionButton-DcpUnqA7.cjs.map} +1 -1
- package/dist/chunks/{NcActionButtonGroup-BSh2wd9F.mjs → NcActionButtonGroup-3v-qy9C0.mjs} +1 -1
- package/dist/chunks/{NcActionButtonGroup-BSh2wd9F.mjs.map → NcActionButtonGroup-3v-qy9C0.mjs.map} +1 -1
- package/dist/chunks/{NcActionButtonGroup-MCHURlnG.cjs → NcActionButtonGroup-x6D7S13W.cjs} +1 -1
- package/dist/chunks/{NcActionButtonGroup-MCHURlnG.cjs.map → NcActionButtonGroup-x6D7S13W.cjs.map} +1 -1
- package/dist/chunks/{NcActionCheckbox-C_wvm9IO.mjs → NcActionCheckbox-BnL71Qmi.mjs} +2 -2
- package/dist/chunks/{NcActionCheckbox-C_wvm9IO.mjs.map → NcActionCheckbox-BnL71Qmi.mjs.map} +1 -1
- package/dist/chunks/{NcActionCheckbox-DwU16qcU.cjs → NcActionCheckbox-Dd5Y6f63.cjs} +2 -2
- package/dist/chunks/{NcActionCheckbox-DwU16qcU.cjs.map → NcActionCheckbox-Dd5Y6f63.cjs.map} +1 -1
- package/dist/chunks/{NcActionInput-D1yrXgXY.mjs → NcActionInput-BAM8T3gm.mjs} +6 -6
- package/dist/chunks/{NcActionInput-D1yrXgXY.mjs.map → NcActionInput-BAM8T3gm.mjs.map} +1 -1
- package/dist/chunks/{NcActionInput-DlLBUp3P.cjs → NcActionInput-VR510EDJ.cjs} +6 -6
- package/dist/chunks/{NcActionInput-DlLBUp3P.cjs.map → NcActionInput-VR510EDJ.cjs.map} +1 -1
- package/dist/chunks/{NcActionRadio-vHwjWOHS.cjs → NcActionRadio-BQ0jAh5V.cjs} +16 -8
- package/dist/chunks/NcActionRadio-BQ0jAh5V.cjs.map +1 -0
- package/dist/chunks/{NcActionRadio-Dl6W62Vm.mjs → NcActionRadio-CCTupqRR.mjs} +14 -8
- package/dist/chunks/NcActionRadio-CCTupqRR.mjs.map +1 -0
- package/dist/chunks/{NcActionTextEditable-97R7dFen.cjs → NcActionTextEditable-C-ZP8_Tn.cjs} +8 -4
- package/dist/chunks/NcActionTextEditable-C-ZP8_Tn.cjs.map +1 -0
- package/dist/chunks/{NcActionTextEditable-DZCFtqIP.mjs → NcActionTextEditable-JRD-G0CT.mjs} +8 -4
- package/dist/chunks/NcActionTextEditable-JRD-G0CT.mjs.map +1 -0
- package/dist/chunks/{NcActions-BVdJOuja.mjs → NcActions-D3hGxwlc.mjs} +5 -30
- package/dist/chunks/{NcActions-Vrs_fNJp.cjs.map → NcActions-D3hGxwlc.mjs.map} +1 -1
- package/dist/chunks/{NcActions-Vrs_fNJp.cjs → NcActions-DTICeoTz.cjs} +5 -30
- package/dist/chunks/{NcActions-BVdJOuja.mjs.map → NcActions-DTICeoTz.cjs.map} +1 -1
- package/dist/chunks/{NcAppContent-BuY1ebnE.mjs → NcAppContent-BKQ-H04y.mjs} +14 -5
- package/dist/chunks/NcAppContent-BKQ-H04y.mjs.map +1 -0
- package/dist/chunks/{NcAppContent-BhXzPGUR.cjs → NcAppContent-BOt6_YA7.cjs} +14 -5
- package/dist/chunks/NcAppContent-BOt6_YA7.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigation-Dgg_3EFP.mjs → NcAppNavigation-B_92V8o3.mjs} +1 -1
- package/dist/chunks/{NcAppNavigation-Dgg_3EFP.mjs.map → NcAppNavigation-B_92V8o3.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigation-3qOqHlZL.cjs → NcAppNavigation-D7W-4cVo.cjs} +1 -1
- package/dist/chunks/{NcAppNavigation-3qOqHlZL.cjs.map → NcAppNavigation-D7W-4cVo.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationCaption-BXzy7pSk.mjs → NcAppNavigationCaption-B3w692fN.mjs} +3 -3
- package/dist/chunks/{NcAppNavigationCaption-BXzy7pSk.mjs.map → NcAppNavigationCaption-B3w692fN.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationCaption-BsR_h0__.cjs → NcAppNavigationCaption-BDqTyLIj.cjs} +3 -3
- package/dist/chunks/{NcAppNavigationCaption-BsR_h0__.cjs.map → NcAppNavigationCaption-BDqTyLIj.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationItem-C8Qq4tF5.mjs → NcAppNavigationItem-CpcFOmJR.mjs} +6 -6
- package/dist/chunks/NcAppNavigationItem-CpcFOmJR.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationItem-boljzMEm.cjs → NcAppNavigationItem-DL9OwWo-.cjs} +6 -6
- package/dist/chunks/NcAppNavigationItem-DL9OwWo-.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationNewItem-DVPBJE3U.cjs → NcAppNavigationNewItem-BaKxxZqt.cjs} +3 -3
- package/dist/chunks/{NcAppNavigationNewItem-DVPBJE3U.cjs.map → NcAppNavigationNewItem-BaKxxZqt.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationNewItem-B_xMcFfc.mjs → NcAppNavigationNewItem-BvQaVuL6.mjs} +3 -3
- package/dist/chunks/{NcAppNavigationNewItem-B_xMcFfc.mjs.map → NcAppNavigationNewItem-BvQaVuL6.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationSearch-BcTPJyAH.cjs → NcAppNavigationSearch-Q0eMy5I2.cjs} +2 -2
- package/dist/chunks/{NcAppNavigationSearch-BcTPJyAH.cjs.map → NcAppNavigationSearch-Q0eMy5I2.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationSearch-C_TVvxZh.mjs → NcAppNavigationSearch-gytpBKme.mjs} +2 -2
- package/dist/chunks/{NcAppNavigationSearch-C_TVvxZh.mjs.map → NcAppNavigationSearch-gytpBKme.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationSettings-CST0dabX.mjs → NcAppNavigationSettings-CZFm1d-N.mjs} +4 -5
- package/dist/chunks/{NcAppNavigationSettings-CST0dabX.mjs.map → NcAppNavigationSettings-CZFm1d-N.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationSettings-DO0f3tDe.cjs → NcAppNavigationSettings-CwwmvKYV.cjs} +4 -5
- package/dist/chunks/{NcAppNavigationSettings-DO0f3tDe.cjs.map → NcAppNavigationSettings-CwwmvKYV.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-DC1ueYFW.cjs → NcAppNavigationToggle-Br1hcFGt.cjs} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-DC1ueYFW.cjs.map → NcAppNavigationToggle-Br1hcFGt.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-CyRacXd1.mjs → NcAppNavigationToggle-Pr8bEpDs.mjs} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-CyRacXd1.mjs.map → NcAppNavigationToggle-Pr8bEpDs.mjs.map} +1 -1
- package/dist/chunks/{NcAppSettingsDialog-BW0P_DJq.mjs → NcAppSettingsDialog-JPB-srka.mjs} +2 -2
- package/dist/chunks/{NcAppSettingsDialog-BW0P_DJq.mjs.map → NcAppSettingsDialog-JPB-srka.mjs.map} +1 -1
- package/dist/chunks/{NcAppSettingsDialog-CcCa2tJf.cjs → NcAppSettingsDialog-z9v6V6ye.cjs} +2 -2
- package/dist/chunks/{NcAppSettingsDialog-CcCa2tJf.cjs.map → NcAppSettingsDialog-z9v6V6ye.cjs.map} +1 -1
- package/dist/chunks/{NcAppSidebar-Dq-zojSu.cjs → NcAppSidebar-BY33yoNX.cjs} +3 -3
- package/dist/chunks/{NcAppSidebar-Dq-zojSu.cjs.map → NcAppSidebar-BY33yoNX.cjs.map} +1 -1
- package/dist/chunks/{NcAppSidebar-BC_h_duv.mjs → NcAppSidebar-cEQy8s50.mjs} +3 -3
- package/dist/chunks/{NcAppSidebar-BC_h_duv.mjs.map → NcAppSidebar-cEQy8s50.mjs.map} +1 -1
- package/dist/chunks/{NcAvatar-CT6DLUhQ.mjs → NcAvatar-BjwyJw34.mjs} +11 -12
- package/dist/chunks/NcAvatar-BjwyJw34.mjs.map +1 -0
- package/dist/chunks/{NcAvatar-D4E0ptkW.cjs → NcAvatar-CQtsmbBW.cjs} +11 -12
- package/dist/chunks/NcAvatar-CQtsmbBW.cjs.map +1 -0
- package/dist/chunks/{NcBreadcrumb-B0-rwsl8.cjs → NcBreadcrumb-DrlhnNbV.cjs} +1 -1
- package/dist/chunks/{NcBreadcrumb-B0-rwsl8.cjs.map → NcBreadcrumb-DrlhnNbV.cjs.map} +1 -1
- package/dist/chunks/{NcBreadcrumb-LVdLi11j.mjs → NcBreadcrumb-GHiD-Sw7.mjs} +1 -1
- package/dist/chunks/{NcBreadcrumb-LVdLi11j.mjs.map → NcBreadcrumb-GHiD-Sw7.mjs.map} +1 -1
- package/dist/chunks/{NcBreadcrumbs-C1L5IrRV.cjs → NcBreadcrumbs-Cde4tv8l.cjs} +3 -3
- package/dist/chunks/{NcBreadcrumbs-C1L5IrRV.cjs.map → NcBreadcrumbs-Cde4tv8l.cjs.map} +1 -1
- package/dist/chunks/{NcBreadcrumbs-BiRI0VOa.mjs → NcBreadcrumbs-D0Hhym9A.mjs} +3 -3
- package/dist/chunks/{NcBreadcrumbs-BiRI0VOa.mjs.map → NcBreadcrumbs-D0Hhym9A.mjs.map} +1 -1
- package/dist/chunks/{NcCheckboxRadioSwitch-Dm_27r-z.mjs → NcCheckboxRadioSwitch-CCuKA55c.mjs} +1 -1
- package/dist/chunks/{NcCheckboxRadioSwitch-Dm_27r-z.mjs.map → NcCheckboxRadioSwitch-CCuKA55c.mjs.map} +1 -1
- package/dist/chunks/{NcCheckboxRadioSwitch-DP-rnk4f.cjs → NcCheckboxRadioSwitch-RjEq0SqY.cjs} +1 -1
- package/dist/chunks/{NcCheckboxRadioSwitch-DP-rnk4f.cjs.map → NcCheckboxRadioSwitch-RjEq0SqY.cjs.map} +1 -1
- package/dist/chunks/{NcCollectionList-C4JoCivp.mjs → NcCollectionList-BNxu1MWE.mjs} +5 -5
- package/dist/chunks/{NcCollectionList-C4JoCivp.mjs.map → NcCollectionList-BNxu1MWE.mjs.map} +1 -1
- package/dist/chunks/{NcCollectionList-tLuZ9fZk.cjs → NcCollectionList-fyDi2W_B.cjs} +5 -5
- package/dist/chunks/{NcCollectionList-tLuZ9fZk.cjs.map → NcCollectionList-fyDi2W_B.cjs.map} +1 -1
- package/dist/chunks/{NcColorPicker-rWet3ND8.cjs → NcColorPicker-CTQlyVCL.cjs} +23 -18
- package/dist/chunks/NcColorPicker-CTQlyVCL.cjs.map +1 -0
- package/dist/chunks/{NcColorPicker-CODhE5KL.mjs → NcColorPicker-ph8Nubq7.mjs} +23 -18
- package/dist/chunks/NcColorPicker-ph8Nubq7.mjs.map +1 -0
- package/dist/chunks/{NcContent-CmCMVNVu.cjs → NcContent-CJNhr5lF.cjs} +1 -1
- package/dist/chunks/{NcContent-CmCMVNVu.cjs.map → NcContent-CJNhr5lF.cjs.map} +1 -1
- package/dist/chunks/{NcContent-D7q7hI8k.mjs → NcContent-RlppaZCX.mjs} +1 -1
- package/dist/chunks/{NcContent-D7q7hI8k.mjs.map → NcContent-RlppaZCX.mjs.map} +1 -1
- package/dist/chunks/{NcCounterBubble-DF2rwIo4.cjs → NcCounterBubble-BRrUO34D.cjs} +19 -8
- package/dist/chunks/{NcCounterBubble-DF2rwIo4.cjs.map → NcCounterBubble-BRrUO34D.cjs.map} +1 -1
- package/dist/chunks/{NcCounterBubble-M1q9GRkH.mjs → NcCounterBubble-CDfRYl8B.mjs} +19 -8
- package/dist/chunks/{NcCounterBubble-M1q9GRkH.mjs.map → NcCounterBubble-CDfRYl8B.mjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidget-DND0u_84.cjs → NcDashboardWidget-CirRHHmT.cjs} +3 -3
- package/dist/chunks/{NcDashboardWidget-DND0u_84.cjs.map → NcDashboardWidget-CirRHHmT.cjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidget-CU5MNmVJ.mjs → NcDashboardWidget-Dg12xu50.mjs} +3 -3
- package/dist/chunks/{NcDashboardWidget-CU5MNmVJ.mjs.map → NcDashboardWidget-Dg12xu50.mjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidgetItem-DXmFRgPS.cjs → NcDashboardWidgetItem-COONyn0g.cjs} +3 -3
- package/dist/chunks/{NcDashboardWidgetItem-DXmFRgPS.cjs.map → NcDashboardWidgetItem-COONyn0g.cjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidgetItem-D_LnB3eD.mjs → NcDashboardWidgetItem-DZGooEwA.mjs} +3 -3
- package/dist/chunks/{NcDashboardWidgetItem-D_LnB3eD.mjs.map → NcDashboardWidgetItem-DZGooEwA.mjs.map} +1 -1
- package/dist/chunks/{NcDateTime-DCay1-XL.cjs → NcDateTime-AFZif5Dn.cjs} +1 -1
- package/dist/chunks/{NcDateTime-DCay1-XL.cjs.map → NcDateTime-AFZif5Dn.cjs.map} +1 -1
- package/dist/chunks/{NcDateTime-rpYgoLDg.mjs → NcDateTime-DBZ-vBfi.mjs} +1 -1
- package/dist/chunks/{NcDateTime-rpYgoLDg.mjs.map → NcDateTime-DBZ-vBfi.mjs.map} +1 -1
- package/dist/chunks/{NcDialog-CGqOzNXp.mjs → NcDialog-I_9fyJVt.mjs} +1 -1
- package/dist/chunks/{NcDialog-CGqOzNXp.mjs.map → NcDialog-I_9fyJVt.mjs.map} +1 -1
- package/dist/chunks/{NcDialog-CBQgMh0l.cjs → NcDialog-mcbLFc8o.cjs} +1 -1
- package/dist/chunks/{NcDialog-CBQgMh0l.cjs.map → NcDialog-mcbLFc8o.cjs.map} +1 -1
- package/dist/chunks/{NcDialogButton-C2I08MyR.mjs → NcDialogButton-DuJ3lE7e.mjs} +1 -1
- package/dist/chunks/{NcDialogButton-C2I08MyR.mjs.map → NcDialogButton-DuJ3lE7e.mjs.map} +1 -1
- package/dist/chunks/{NcDialogButton-F6xUMopP.cjs → NcDialogButton-FLqQdVLb.cjs} +1 -1
- package/dist/chunks/{NcDialogButton-F6xUMopP.cjs.map → NcDialogButton-FLqQdVLb.cjs.map} +1 -1
- package/dist/chunks/{NcEmojiPicker-DrJqoYXz.cjs → NcEmojiPicker-B1ot5iNB.cjs} +69 -42
- package/dist/chunks/NcEmojiPicker-B1ot5iNB.cjs.map +1 -0
- package/dist/chunks/{NcEmojiPicker-CUVGh_eA.mjs → NcEmojiPicker-DDCgW2zQ.mjs} +69 -42
- package/dist/chunks/NcEmojiPicker-DDCgW2zQ.mjs.map +1 -0
- package/dist/chunks/{NcHeaderMenu-CzS2doDR.cjs → NcHeaderMenu-BaHhnhN0.cjs} +3 -4
- package/dist/chunks/NcHeaderMenu-BaHhnhN0.cjs.map +1 -0
- package/dist/chunks/{NcHeaderMenu-vLqcJ-_w.mjs → NcHeaderMenu-CLcpStap.mjs} +3 -4
- package/dist/chunks/NcHeaderMenu-CLcpStap.mjs.map +1 -0
- package/dist/chunks/{NcInputConfirmCancel-C6zlmXZ4.mjs → NcInputConfirmCancel-C7a7Nha7.mjs} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-C6zlmXZ4.mjs.map → NcInputConfirmCancel-C7a7Nha7.mjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-C8hLDujR.cjs → NcInputConfirmCancel-XzKuYi6L.cjs} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-C8hLDujR.cjs.map → NcInputConfirmCancel-XzKuYi6L.cjs.map} +1 -1
- package/dist/chunks/{NcInputField-ixTTHy3h.mjs → NcInputField-CU5a68Pc.mjs} +6 -7
- package/dist/chunks/NcInputField-CU5a68Pc.mjs.map +1 -0
- package/dist/chunks/{NcInputField-CbBdbdE8.cjs → NcInputField-DkhKrb8k.cjs} +6 -7
- package/dist/chunks/NcInputField-DkhKrb8k.cjs.map +1 -0
- package/dist/chunks/{NcListItem-P2z7dcyT.mjs → NcListItem-3e1MminS.mjs} +4 -4
- package/dist/chunks/{NcListItem-P2z7dcyT.mjs.map → NcListItem-3e1MminS.mjs.map} +1 -1
- package/dist/chunks/{NcListItem-B5pTDywA.cjs → NcListItem-9w7m2lJ_.cjs} +4 -4
- package/dist/chunks/{NcListItem-B5pTDywA.cjs.map → NcListItem-9w7m2lJ_.cjs.map} +1 -1
- package/dist/chunks/{NcListItemIcon-B1wOr_AY.mjs → NcListItemIcon-7x7iDHYw.mjs} +2 -3
- package/dist/chunks/{NcListItemIcon-B1wOr_AY.mjs.map → NcListItemIcon-7x7iDHYw.mjs.map} +1 -1
- package/dist/chunks/{NcListItemIcon-CC-LU_U9.cjs → NcListItemIcon-pOj8Vr2H.cjs} +2 -3
- package/dist/chunks/{NcListItemIcon-CC-LU_U9.cjs.map → NcListItemIcon-pOj8Vr2H.cjs.map} +1 -1
- package/dist/chunks/{NcPasswordField-D5Td9dcg.cjs → NcPasswordField-BS6bkHtv.cjs} +10 -6
- package/dist/chunks/NcPasswordField-BS6bkHtv.cjs.map +1 -0
- package/dist/chunks/{NcPasswordField-CZ94k5WH.mjs → NcPasswordField-Dpu9nI6h.mjs} +10 -6
- package/dist/chunks/NcPasswordField-Dpu9nI6h.mjs.map +1 -0
- package/dist/chunks/{NcPopover-MxwUgZu1.cjs → NcPopover-BKlH1mbx.cjs} +12 -13
- package/dist/chunks/NcPopover-BKlH1mbx.cjs.map +1 -0
- package/dist/chunks/{NcPopover-DzYbNu-I.mjs → NcPopover-DFCPlZpS.mjs} +12 -13
- package/dist/chunks/NcPopover-DFCPlZpS.mjs.map +1 -0
- package/dist/chunks/{NcRelatedResourcesPanel-BXztrC3l.cjs → NcRelatedResourcesPanel-BrkyIR3v.cjs} +8 -3
- package/dist/chunks/NcRelatedResourcesPanel-BrkyIR3v.cjs.map +1 -0
- package/dist/chunks/{NcRelatedResourcesPanel-DfYwqMxA.mjs → NcRelatedResourcesPanel-C6JIVMvN.mjs} +8 -3
- package/dist/chunks/NcRelatedResourcesPanel-C6JIVMvN.mjs.map +1 -0
- package/dist/chunks/{NcRichContenteditable-DS0VWcxG.mjs → NcRichContenteditable-3kkU0Uxu.mjs} +20 -20
- package/dist/chunks/NcRichContenteditable-3kkU0Uxu.mjs.map +1 -0
- package/dist/chunks/{NcRichContenteditable-fuOTy1W6.cjs → NcRichContenteditable-DJy0zZXx.cjs} +20 -20
- package/dist/chunks/NcRichContenteditable-DJy0zZXx.cjs.map +1 -0
- package/dist/chunks/{NcRichText-DA8kGDfO.mjs → NcRichText-C8SjsRK8.mjs} +29 -42
- package/dist/chunks/NcRichText-C8SjsRK8.mjs.map +1 -0
- package/dist/chunks/{NcRichText-B1WT1pJp.cjs → NcRichText-Ci72ylJ9.cjs} +28 -41
- package/dist/chunks/NcRichText-Ci72ylJ9.cjs.map +1 -0
- package/dist/chunks/{NcSelect-COvOHnPx.mjs → NcSelect-BQ-NFBXI.mjs} +2 -2
- package/dist/chunks/{NcSelect-COvOHnPx.mjs.map → NcSelect-BQ-NFBXI.mjs.map} +1 -1
- package/dist/chunks/{NcSelect-B7KNWVHM.cjs → NcSelect-YHwbPAJD.cjs} +2 -2
- package/dist/chunks/{NcSelect-B7KNWVHM.cjs.map → NcSelect-YHwbPAJD.cjs.map} +1 -1
- package/dist/chunks/{NcSelectTags-BBHWY-yn.cjs → NcSelectTags-BAMsfdw9.cjs} +2 -2
- package/dist/chunks/{NcSelectTags-BBHWY-yn.cjs.map → NcSelectTags-BAMsfdw9.cjs.map} +1 -1
- package/dist/chunks/{NcSelectTags-CF2Cot8w.mjs → NcSelectTags-BKtOWgrz.mjs} +2 -2
- package/dist/chunks/{NcSelectTags-CF2Cot8w.mjs.map → NcSelectTags-BKtOWgrz.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsInputText-CeXJLtte.mjs → NcSettingsInputText-DC7H_6Uz.mjs} +1 -1
- package/dist/chunks/{NcSettingsInputText-CeXJLtte.mjs.map → NcSettingsInputText-DC7H_6Uz.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsInputText-CxQDdc64.cjs → NcSettingsInputText-nb2XMaJW.cjs} +1 -1
- package/dist/chunks/{NcSettingsInputText-CxQDdc64.cjs.map → NcSettingsInputText-nb2XMaJW.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSection-DFNuk8_l.cjs → NcSettingsSection-6Sc6GBsM.cjs} +1 -1
- package/dist/chunks/{NcSettingsSection-DFNuk8_l.cjs.map → NcSettingsSection-6Sc6GBsM.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSection-DHX2Y1Ed.mjs → NcSettingsSection-BYKUjim0.mjs} +1 -1
- package/dist/chunks/{NcSettingsSection-DHX2Y1Ed.mjs.map → NcSettingsSection-BYKUjim0.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-BdBSXdjz.mjs → NcSettingsSelectGroup-CI2LoVeL.mjs} +2 -2
- package/dist/chunks/{NcSettingsSelectGroup-BdBSXdjz.mjs.map → NcSettingsSelectGroup-CI2LoVeL.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-DMPDJo9p.cjs → NcSettingsSelectGroup-DX4AaRte.cjs} +2 -2
- package/dist/chunks/{NcSettingsSelectGroup-DMPDJo9p.cjs.map → NcSettingsSelectGroup-DX4AaRte.cjs.map} +1 -1
- package/dist/chunks/{NcTextField-gOk0FWcs.mjs → NcTextField-9gC8or6j.mjs} +8 -4
- package/dist/chunks/NcTextField-9gC8or6j.mjs.map +1 -0
- package/dist/chunks/{NcTextField-BUAXFTZf.cjs → NcTextField-Pbox9mQE.cjs} +8 -4
- package/dist/chunks/NcTextField-Pbox9mQE.cjs.map +1 -0
- package/dist/chunks/{NcTimezonePicker-BvdhhPdA.cjs → NcTimezonePicker-DIwsRdu2.cjs} +2 -2
- package/dist/chunks/{NcTimezonePicker-BvdhhPdA.cjs.map → NcTimezonePicker-DIwsRdu2.cjs.map} +1 -1
- package/dist/chunks/{NcTimezonePicker-BThg06Qu.mjs → NcTimezonePicker-xSXSuNHX.mjs} +2 -2
- package/dist/chunks/{NcTimezonePicker-BThg06Qu.mjs.map → NcTimezonePicker-xSXSuNHX.mjs.map} +1 -1
- package/dist/chunks/{NcUserBubble-DCy2g6yy.mjs → NcUserBubble-BFvEaXLr.mjs} +5 -5
- package/dist/chunks/{NcUserBubble-DCy2g6yy.mjs.map → NcUserBubble-BFvEaXLr.mjs.map} +1 -1
- package/dist/chunks/{NcUserBubble-DgsM0rzH.cjs → NcUserBubble-rphdAcHS.cjs} +5 -5
- package/dist/chunks/{NcUserBubble-DgsM0rzH.cjs.map → NcUserBubble-rphdAcHS.cjs.map} +1 -1
- package/dist/chunks/{NcUserStatusIcon-BKwkHHPs.cjs → NcUserStatusIcon-CFLiHFkC.cjs} +1 -1
- package/dist/chunks/{NcUserStatusIcon-BKwkHHPs.cjs.map → NcUserStatusIcon-CFLiHFkC.cjs.map} +1 -1
- package/dist/chunks/{NcUserStatusIcon-CChMQi6E.mjs → NcUserStatusIcon-S5bBgRl6.mjs} +1 -1
- package/dist/chunks/{NcUserStatusIcon-CChMQi6E.mjs.map → NcUserStatusIcon-S5bBgRl6.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-B1fKsMww.cjs → ScopeComponent-B5vclUCV.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-B1fKsMww.cjs.map → ScopeComponent-B5vclUCV.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-9cgy2zGu.mjs → ScopeComponent-CEMLuQd5.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-9cgy2zGu.mjs.map → ScopeComponent-CEMLuQd5.mjs.map} +1 -1
- package/dist/chunks/_l10n-CjO_W5Dt.cjs +138 -0
- package/dist/chunks/{_l10n-ICucobx3.cjs.map → _l10n-CjO_W5Dt.cjs.map} +1 -1
- package/dist/chunks/_l10n-DDKxBWQL.mjs +139 -0
- package/dist/chunks/_l10n-DDKxBWQL.mjs.map +1 -0
- package/dist/chunks/{index-bI_wyL5-.cjs → index-BiECbTbJ.cjs} +3 -4
- package/dist/chunks/index-BiECbTbJ.cjs.map +1 -0
- package/dist/chunks/{index-bjwozrEX.mjs → index-G8WQDZ8G.mjs} +3 -4
- package/dist/chunks/index-G8WQDZ8G.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-C3zq9N4N.cjs → referencePickerModal-BkBu4cnq.cjs} +8 -8
- package/dist/chunks/referencePickerModal-BkBu4cnq.cjs.map +1 -0
- package/dist/chunks/{referencePickerModal-CwmjjIO7.mjs → referencePickerModal-CGG57Dy_.mjs} +8 -8
- package/dist/chunks/referencePickerModal-CGG57Dy_.mjs.map +1 -0
- package/dist/chunks/{usernameToColor-DNmwg81-.mjs → usernameToColor-BCZuxlEH.mjs} +1 -1
- package/dist/chunks/{usernameToColor-DNmwg81-.mjs.map → usernameToColor-BCZuxlEH.mjs.map} +1 -1
- package/dist/chunks/{usernameToColor-CRPbtFBh.cjs → usernameToColor-cVFS7tET.cjs} +1 -1
- package/dist/chunks/{usernameToColor-CRPbtFBh.cjs.map → usernameToColor-cVFS7tET.cjs.map} +1 -1
- package/dist/composables/useFormatDateTime.d.ts +0 -1
- package/dist/composables/useIsDarkTheme/index.d.ts +0 -1
- package/dist/functions/dialog/index.d.ts +0 -1
- package/dist/index.cjs +51 -51
- package/dist/index.mjs +54 -54
- package/dist/plugin.d.ts +0 -1
- package/package.json +28 -11
- package/dist/assets/NcDateTimePickerNative-CwDQUAiQ.css +0 -47
- package/dist/assets/NcRichText-BlRmdWCX.css +0 -412
- package/dist/chunks/Linkify-BtgR-dXX.mjs +0 -14
- package/dist/chunks/Linkify-BtgR-dXX.mjs.map +0 -1
- package/dist/chunks/Linkify-yeOn5L6T.cjs +0 -15
- package/dist/chunks/Linkify-yeOn5L6T.cjs.map +0 -1
- package/dist/chunks/NcActionRadio-Dl6W62Vm.mjs.map +0 -1
- package/dist/chunks/NcActionRadio-vHwjWOHS.cjs.map +0 -1
- package/dist/chunks/NcActionTextEditable-97R7dFen.cjs.map +0 -1
- package/dist/chunks/NcActionTextEditable-DZCFtqIP.mjs.map +0 -1
- package/dist/chunks/NcAppContent-BhXzPGUR.cjs.map +0 -1
- package/dist/chunks/NcAppContent-BuY1ebnE.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-C8Qq4tF5.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-boljzMEm.cjs.map +0 -1
- package/dist/chunks/NcAvatar-CT6DLUhQ.mjs.map +0 -1
- package/dist/chunks/NcAvatar-D4E0ptkW.cjs.map +0 -1
- package/dist/chunks/NcColorPicker-CODhE5KL.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-rWet3ND8.cjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-CUVGh_eA.mjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-DrJqoYXz.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-CzS2doDR.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-vLqcJ-_w.mjs.map +0 -1
- package/dist/chunks/NcInputField-CbBdbdE8.cjs.map +0 -1
- package/dist/chunks/NcInputField-ixTTHy3h.mjs.map +0 -1
- package/dist/chunks/NcPasswordField-CZ94k5WH.mjs.map +0 -1
- package/dist/chunks/NcPasswordField-D5Td9dcg.cjs.map +0 -1
- package/dist/chunks/NcPopover-DzYbNu-I.mjs.map +0 -1
- package/dist/chunks/NcPopover-MxwUgZu1.cjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-BXztrC3l.cjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-DfYwqMxA.mjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-DS0VWcxG.mjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-fuOTy1W6.cjs.map +0 -1
- package/dist/chunks/NcRichText-B1WT1pJp.cjs.map +0 -1
- package/dist/chunks/NcRichText-DA8kGDfO.mjs.map +0 -1
- package/dist/chunks/NcTextField-BUAXFTZf.cjs.map +0 -1
- package/dist/chunks/NcTextField-gOk0FWcs.mjs.map +0 -1
- package/dist/chunks/_l10n-C6OUA0Ge.mjs +0 -130
- package/dist/chunks/_l10n-C6OUA0Ge.mjs.map +0 -1
- package/dist/chunks/_l10n-ICucobx3.cjs +0 -129
- package/dist/chunks/index-bI_wyL5-.cjs.map +0 -1
- package/dist/chunks/index-bjwozrEX.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-C3zq9N4N.cjs.map +0 -1
- package/dist/chunks/referencePickerModal-CwmjjIO7.mjs.map +0 -1
package/dist/assets/{NcRichContenteditable-DoDTb8p_.css → NcRichContenteditable-BV6g3dmd.css}
RENAMED
|
@@ -9,21 +9,21 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
.material-design-icon[data-v-
|
|
12
|
+
.material-design-icon[data-v-c723f255] {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-self: center;
|
|
15
15
|
justify-self: center;
|
|
16
16
|
align-items: center;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
}
|
|
19
|
-
.autocomplete-result[data-v-
|
|
19
|
+
.autocomplete-result[data-v-c723f255] {
|
|
20
20
|
display: flex;
|
|
21
21
|
align-items: center;
|
|
22
22
|
gap: var(--default-grid-baseline);
|
|
23
23
|
line-height: 1.2;
|
|
24
24
|
--auto-complete-result-avatar-size: var(--default-clickable-area);
|
|
25
25
|
}
|
|
26
|
-
.autocomplete-result__icon[data-v-
|
|
26
|
+
.autocomplete-result__icon[data-v-c723f255] {
|
|
27
27
|
position: relative;
|
|
28
28
|
flex: 0 0 var(--default-clickable-area);
|
|
29
29
|
width: var(--default-clickable-area);
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
background-position: center;
|
|
36
36
|
background-size: contain;
|
|
37
37
|
}
|
|
38
|
-
.autocomplete-result__icon--with-avatar[data-v-
|
|
38
|
+
.autocomplete-result__icon--with-avatar[data-v-c723f255] {
|
|
39
39
|
color: inherit;
|
|
40
40
|
background-size: cover;
|
|
41
41
|
}
|
|
42
|
-
.autocomplete-result__status[data-v-
|
|
42
|
+
.autocomplete-result__status[data-v-c723f255] {
|
|
43
43
|
--auto-complete-result-status-icon-size: clamp(14px, var(--auto-complete-result-avatar-size) * 0.4, 18px);
|
|
44
44
|
--auto-complete-result-status-icon-position: calc(var(--auto-complete-result-avatar-size) / 2 * (1 - 1 / sqrt(2)) - var(--auto-complete-result-status-icon-size) / 2);
|
|
45
45
|
box-sizing: border-box;
|
|
46
46
|
position: absolute;
|
|
47
|
-
|
|
47
|
+
inset-inline-end: var(--auto-complete-result-status-icon-position);
|
|
48
48
|
bottom: var(--auto-complete-result-status-icon-position);
|
|
49
49
|
height: var(--auto-complete-result-status-icon-size);
|
|
50
50
|
width: var(--auto-complete-result-status-icon-size);
|
|
@@ -57,23 +57,23 @@
|
|
|
57
57
|
background-size: var(--auto-complete-result-status-icon-size);
|
|
58
58
|
background-position: center;
|
|
59
59
|
}
|
|
60
|
-
.autocomplete-result__status--icon[data-v-
|
|
60
|
+
.autocomplete-result__status--icon[data-v-c723f255] {
|
|
61
61
|
border: none;
|
|
62
62
|
background-color: transparent;
|
|
63
63
|
}
|
|
64
|
-
.autocomplete-result__content[data-v-
|
|
64
|
+
.autocomplete-result__content[data-v-c723f255] {
|
|
65
65
|
display: flex;
|
|
66
66
|
flex: 1 1 100%;
|
|
67
67
|
flex-direction: column;
|
|
68
68
|
justify-content: center;
|
|
69
69
|
min-width: 0;
|
|
70
70
|
}
|
|
71
|
-
.autocomplete-result__title[data-v-
|
|
71
|
+
.autocomplete-result__title[data-v-c723f255], .autocomplete-result__subline[data-v-c723f255] {
|
|
72
72
|
white-space: nowrap;
|
|
73
73
|
overflow: hidden;
|
|
74
74
|
text-overflow: ellipsis;
|
|
75
75
|
}
|
|
76
|
-
.autocomplete-result__subline[data-v-
|
|
76
|
+
.autocomplete-result__subline[data-v-c723f255] {
|
|
77
77
|
color: var(--color-text-maxcontrast);
|
|
78
78
|
}/**
|
|
79
79
|
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
@@ -86,21 +86,21 @@
|
|
|
86
86
|
/*
|
|
87
87
|
* Ensure proper alignment of the vue material icons
|
|
88
88
|
*/
|
|
89
|
-
.material-design-icon[data-v-
|
|
89
|
+
.material-design-icon[data-v-1368266e] {
|
|
90
90
|
display: flex;
|
|
91
91
|
align-self: center;
|
|
92
92
|
justify-self: center;
|
|
93
93
|
align-items: center;
|
|
94
94
|
justify-content: center;
|
|
95
95
|
}
|
|
96
|
-
.rich-contenteditable[data-v-
|
|
96
|
+
.rich-contenteditable[data-v-1368266e] {
|
|
97
97
|
--contenteditable-block-offset: calc(2 * var(--default-grid-baseline));
|
|
98
98
|
--contenteditable-inline-start-offset: calc(2 * var(--default-grid-baseline));
|
|
99
99
|
--contenteditable-inline-end-offset: calc(2 * var(--default-grid-baseline));
|
|
100
100
|
position: relative;
|
|
101
101
|
width: auto;
|
|
102
102
|
}
|
|
103
|
-
.rich-contenteditable__label[data-v-
|
|
103
|
+
.rich-contenteditable__label[data-v-1368266e] {
|
|
104
104
|
position: absolute;
|
|
105
105
|
margin-inline: 14px;
|
|
106
106
|
max-width: fit-content;
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
pointer-events: none;
|
|
114
114
|
transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);
|
|
115
115
|
}
|
|
116
|
-
.rich-contenteditable__input:focus + .rich-contenteditable__label[data-v-
|
|
116
|
+
.rich-contenteditable__input:focus + .rich-contenteditable__label[data-v-1368266e], .rich-contenteditable__input:not(.rich-contenteditable__input--empty) + .rich-contenteditable__label[data-v-1368266e] {
|
|
117
117
|
inset-block-start: -10px;
|
|
118
118
|
line-height: 1.5;
|
|
119
119
|
font-size: 13px;
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
margin-inline: 9px;
|
|
125
125
|
transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);
|
|
126
126
|
}
|
|
127
|
-
.rich-contenteditable__input[data-v-
|
|
127
|
+
.rich-contenteditable__input[data-v-1368266e] {
|
|
128
128
|
overflow-y: auto;
|
|
129
129
|
width: auto;
|
|
130
130
|
margin: 0;
|
|
@@ -140,13 +140,14 @@
|
|
|
140
140
|
background-color: var(--color-main-background);
|
|
141
141
|
font-family: var(--font-face);
|
|
142
142
|
font-size: inherit;
|
|
143
|
+
tab-size: 4;
|
|
143
144
|
min-height: var(--default-clickable-area);
|
|
144
145
|
max-height: calc(var(--default-clickable-area) * 5.5);
|
|
145
146
|
}
|
|
146
|
-
.rich-contenteditable__input--has-label[data-v-
|
|
147
|
+
.rich-contenteditable__input--has-label[data-v-1368266e] {
|
|
147
148
|
margin-top: 10px;
|
|
148
149
|
}
|
|
149
|
-
.rich-contenteditable__input--empty[data-v-
|
|
150
|
+
.rich-contenteditable__input--empty[data-v-1368266e]:focus:before, .rich-contenteditable__input--empty[data-v-1368266e]:not(.rich-contenteditable__input--has-label):before {
|
|
150
151
|
content: attr(aria-placeholder);
|
|
151
152
|
color: var(--color-text-maxcontrast);
|
|
152
153
|
position: absolute;
|
|
@@ -156,7 +157,7 @@
|
|
|
156
157
|
white-space: nowrap;
|
|
157
158
|
text-overflow: ellipsis;
|
|
158
159
|
}
|
|
159
|
-
.rich-contenteditable__input[contenteditable=false][data-v-
|
|
160
|
+
.rich-contenteditable__input[contenteditable=false][data-v-1368266e]:not(.rich-contenteditable__input--disabled) {
|
|
160
161
|
cursor: default;
|
|
161
162
|
background-color: transparent;
|
|
162
163
|
color: var(--color-main-text);
|
|
@@ -164,11 +165,11 @@
|
|
|
164
165
|
opacity: 1;
|
|
165
166
|
border-radius: 0;
|
|
166
167
|
}
|
|
167
|
-
.rich-contenteditable__input--multiline[data-v-
|
|
168
|
+
.rich-contenteditable__input--multiline[data-v-1368266e] {
|
|
168
169
|
min-height: calc(var(--default-clickable-area) * 3);
|
|
169
170
|
max-height: none;
|
|
170
171
|
}
|
|
171
|
-
.rich-contenteditable__input--disabled[data-v-
|
|
172
|
+
.rich-contenteditable__input--disabled[data-v-1368266e] {
|
|
172
173
|
opacity: 0.5;
|
|
173
174
|
color: var(--color-text-maxcontrast);
|
|
174
175
|
border: 2px solid var(--color-background-darker);
|
|
@@ -185,18 +186,19 @@
|
|
|
185
186
|
/*
|
|
186
187
|
* Ensure proper alignment of the vue material icons
|
|
187
188
|
*/
|
|
188
|
-
._material-design-
|
|
189
|
+
._material-design-icon_9ec48_12 {
|
|
189
190
|
display: flex;
|
|
190
191
|
align-self: center;
|
|
191
192
|
justify-self: center;
|
|
192
193
|
align-items: center;
|
|
193
194
|
justify-content: center;
|
|
194
195
|
}
|
|
195
|
-
._tribute-
|
|
196
|
+
._tribute-container_9ec48_20 {
|
|
196
197
|
z-index: 9000;
|
|
197
198
|
overflow: auto;
|
|
198
199
|
position: absolute;
|
|
199
|
-
|
|
200
|
+
/* stylelint-disable csstools/use-logical */ /* upstream logic */
|
|
201
|
+
left: -100vw;
|
|
200
202
|
margin: var(--default-grid-baseline) 0;
|
|
201
203
|
padding: var(--default-grid-baseline);
|
|
202
204
|
color: var(--color-text-maxcontrast);
|
|
@@ -204,66 +206,66 @@
|
|
|
204
206
|
background: var(--color-main-background);
|
|
205
207
|
box-shadow: 0 1px 5px var(--color-box-shadow);
|
|
206
208
|
}
|
|
207
|
-
._tribute-
|
|
209
|
+
._tribute-container_9ec48_20, ._tribute-container_9ec48_20 * {
|
|
208
210
|
box-sizing: border-box;
|
|
209
211
|
}
|
|
210
|
-
._tribute-
|
|
212
|
+
._tribute-container_9ec48_20 ul {
|
|
211
213
|
display: flex;
|
|
212
214
|
flex-direction: column;
|
|
213
215
|
gap: var(--default-grid-baseline);
|
|
214
216
|
}
|
|
215
|
-
._tribute-
|
|
217
|
+
._tribute-container_9ec48_20 ._tribute-container__item_9ec48_41 {
|
|
216
218
|
color: var(--color-text-maxcontrast);
|
|
217
219
|
border-radius: var(--border-radius-small, var(--border-radius));
|
|
218
220
|
padding: var(--default-grid-baseline);
|
|
219
221
|
cursor: pointer;
|
|
220
222
|
min-height: var(--clickable-area-small, auto);
|
|
221
223
|
}
|
|
222
|
-
._tribute-
|
|
224
|
+
._tribute-container_9ec48_20 ._tribute-container__item_9ec48_41.highlight {
|
|
223
225
|
color: var(--color-main-text);
|
|
224
226
|
background: var(--color-background-hover);
|
|
225
227
|
}
|
|
226
|
-
._tribute-
|
|
228
|
+
._tribute-container_9ec48_20 ._tribute-container__item_9ec48_41.highlight, ._tribute-container_9ec48_20 ._tribute-container__item_9ec48_41.highlight * {
|
|
227
229
|
cursor: pointer;
|
|
228
230
|
}
|
|
229
|
-
._tribute-
|
|
231
|
+
._tribute-container_9ec48_20._tribute-container--focus-visible_9ec48_55 .highlight._tribute-container__item_9ec48_41 {
|
|
230
232
|
outline: 2px solid var(--color-main-text) !important;
|
|
231
233
|
}
|
|
232
|
-
._tribute-container-
|
|
234
|
+
._tribute-container-autocomplete_9ec48_59 {
|
|
233
235
|
min-width: 250px;
|
|
234
236
|
max-width: 300px;
|
|
235
237
|
max-height: calc((var(--default-clickable-area) + 3 * var(--default-grid-baseline)) * 4.5 - 1.5 * var(--default-grid-baseline));
|
|
236
238
|
}
|
|
237
|
-
._tribute-container-
|
|
238
|
-
._tribute-container-
|
|
239
|
+
._tribute-container-emoji_9ec48_65,
|
|
240
|
+
._tribute-container-link_9ec48_66 {
|
|
239
241
|
min-width: 200px;
|
|
240
242
|
max-width: 200px;
|
|
241
243
|
max-height: calc((24px + 3 * var(--default-grid-baseline)) * 5.5 - 1.5 * var(--default-grid-baseline));
|
|
242
244
|
}
|
|
243
|
-
._tribute-container-
|
|
244
|
-
._tribute-container-
|
|
245
|
+
._tribute-container-emoji_9ec48_65 ._tribute-item_9ec48_71,
|
|
246
|
+
._tribute-container-link_9ec48_66 ._tribute-item_9ec48_71 {
|
|
245
247
|
white-space: nowrap;
|
|
246
248
|
overflow: hidden;
|
|
247
249
|
text-overflow: ellipsis;
|
|
248
250
|
}
|
|
249
|
-
._tribute-container-
|
|
251
|
+
._tribute-container-link_9ec48_66 {
|
|
250
252
|
min-width: 200px;
|
|
251
253
|
max-width: 300px;
|
|
252
254
|
}
|
|
253
|
-
._tribute-container-
|
|
255
|
+
._tribute-container-link_9ec48_66 ._tribute-item_9ec48_71 {
|
|
254
256
|
display: flex;
|
|
255
257
|
align-items: center;
|
|
256
258
|
}
|
|
257
|
-
._tribute-container-
|
|
259
|
+
._tribute-container-link_9ec48_66 ._tribute-item__title_9ec48_86 {
|
|
258
260
|
white-space: nowrap;
|
|
259
261
|
overflow: hidden;
|
|
260
262
|
text-overflow: ellipsis;
|
|
261
263
|
}
|
|
262
|
-
._tribute-container-
|
|
264
|
+
._tribute-container-link_9ec48_66 ._tribute-item__icon_9ec48_91 {
|
|
263
265
|
margin: auto 0;
|
|
264
266
|
width: 20px;
|
|
265
267
|
height: 20px;
|
|
266
268
|
object-fit: contain;
|
|
267
|
-
padding-
|
|
269
|
+
padding-inline-end: var(--default-grid-baseline);
|
|
268
270
|
filter: var(--background-invert-if-dark);
|
|
269
271
|
}
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
@charset "UTF-8";/**
|
|
2
|
+
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
3
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
7
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
8
|
+
*/
|
|
9
|
+
/*
|
|
10
|
+
* Ensure proper alignment of the vue material icons
|
|
11
|
+
*/
|
|
12
|
+
.material-design-icon[data-v-2677cf0e] {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-self: center;
|
|
15
|
+
justify-self: center;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
}
|
|
19
|
+
.widgets--list[data-v-2677cf0e] {
|
|
20
|
+
width: 100%;
|
|
21
|
+
min-height: var(--default-clickable-area);
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
25
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
26
|
+
*/
|
|
27
|
+
/**
|
|
28
|
+
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
29
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
30
|
+
*/
|
|
31
|
+
/*
|
|
32
|
+
* Ensure proper alignment of the vue material icons
|
|
33
|
+
*/
|
|
34
|
+
.material-design-icon[data-v-1de82f09] {
|
|
35
|
+
display: flex;
|
|
36
|
+
align-self: center;
|
|
37
|
+
justify-self: center;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
}
|
|
41
|
+
/* stylelint-disable-next-line scss/at-import-partial-extension */
|
|
42
|
+
/**
|
|
43
|
+
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
44
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
45
|
+
*/
|
|
46
|
+
/**
|
|
47
|
+
* Colors and class selectors are extracted from source code of:
|
|
48
|
+
* - library: highlight.js (v11.10.0)
|
|
49
|
+
* - light theme: highlight.js/styles/github.css
|
|
50
|
+
* - dark theme: highlight.js/styles/github-dark.css
|
|
51
|
+
* and reworked to use with Nextcloud dark and light theme
|
|
52
|
+
*/
|
|
53
|
+
/* Plain text styles */
|
|
54
|
+
.rich-text--wrapper[data-v-1de82f09] {
|
|
55
|
+
word-break: break-word;
|
|
56
|
+
line-height: 1.5;
|
|
57
|
+
}
|
|
58
|
+
.rich-text--wrapper .rich-text--fallback[data-v-1de82f09], .rich-text--wrapper .rich-text-component[data-v-1de82f09] {
|
|
59
|
+
display: inline;
|
|
60
|
+
}
|
|
61
|
+
.rich-text--wrapper .rich-text--external-link[data-v-1de82f09] {
|
|
62
|
+
text-decoration: underline;
|
|
63
|
+
}
|
|
64
|
+
.rich-text--wrapper .rich-text--external-link[data-v-1de82f09]:after {
|
|
65
|
+
content: " ↗";
|
|
66
|
+
}
|
|
67
|
+
/* Markdown styles */
|
|
68
|
+
.rich-text--wrapper-markdown[data-v-1de82f09] {
|
|
69
|
+
tab-size: 4;
|
|
70
|
+
/* Flavored Markdown styles */
|
|
71
|
+
}
|
|
72
|
+
.rich-text--wrapper-markdown div > *[data-v-1de82f09]:first-child,
|
|
73
|
+
.rich-text--wrapper-markdown blockquote > *[data-v-1de82f09]:first-child {
|
|
74
|
+
margin-top: 0 !important;
|
|
75
|
+
}
|
|
76
|
+
.rich-text--wrapper-markdown div > *[data-v-1de82f09]:last-child,
|
|
77
|
+
.rich-text--wrapper-markdown blockquote > *[data-v-1de82f09]:last-child {
|
|
78
|
+
margin-block-end: 0 !important;
|
|
79
|
+
}
|
|
80
|
+
.rich-text--wrapper-markdown blockquote[data-v-1de82f09] {
|
|
81
|
+
padding-inline-start: 13px;
|
|
82
|
+
border-inline-start: 2px solid var(--color-border-dark);
|
|
83
|
+
color: var(--color-text-lighter);
|
|
84
|
+
}
|
|
85
|
+
.rich-text--wrapper-markdown h1[data-v-1de82f09], .rich-text--wrapper-markdown h2[data-v-1de82f09], .rich-text--wrapper-markdown h3[data-v-1de82f09], .rich-text--wrapper-markdown h4[data-v-1de82f09], .rich-text--wrapper-markdown h5[data-v-1de82f09], .rich-text--wrapper-markdown h6[data-v-1de82f09], .rich-text--wrapper-markdown p[data-v-1de82f09], .rich-text--wrapper-markdown ul[data-v-1de82f09], .rich-text--wrapper-markdown ol[data-v-1de82f09], .rich-text--wrapper-markdown blockquote[data-v-1de82f09], .rich-text--wrapper-markdown pre[data-v-1de82f09] {
|
|
86
|
+
margin-top: 0;
|
|
87
|
+
margin-block-end: 1em;
|
|
88
|
+
}
|
|
89
|
+
.rich-text--wrapper-markdown h1[data-v-1de82f09], .rich-text--wrapper-markdown h2[data-v-1de82f09], .rich-text--wrapper-markdown h3[data-v-1de82f09], .rich-text--wrapper-markdown h4[data-v-1de82f09], .rich-text--wrapper-markdown h5[data-v-1de82f09], .rich-text--wrapper-markdown h6[data-v-1de82f09] {
|
|
90
|
+
font-weight: bold;
|
|
91
|
+
}
|
|
92
|
+
.rich-text--wrapper-markdown h1[data-v-1de82f09] {
|
|
93
|
+
font-size: 30px;
|
|
94
|
+
}
|
|
95
|
+
.rich-text--wrapper-markdown ul[data-v-1de82f09], .rich-text--wrapper-markdown ol[data-v-1de82f09] {
|
|
96
|
+
padding-inline-start: 4ch;
|
|
97
|
+
}
|
|
98
|
+
.rich-text--wrapper-markdown ul[data-v-1de82f09] {
|
|
99
|
+
list-style-type: disc;
|
|
100
|
+
}
|
|
101
|
+
.rich-text--wrapper-markdown ul.contains-task-list[data-v-1de82f09] {
|
|
102
|
+
list-style-type: none;
|
|
103
|
+
padding: 0;
|
|
104
|
+
}
|
|
105
|
+
.rich-text--wrapper-markdown li.task-list-item > ul[data-v-1de82f09],
|
|
106
|
+
.rich-text--wrapper-markdown li.task-list-item > ol[data-v-1de82f09],
|
|
107
|
+
.rich-text--wrapper-markdown li.task-list-item > li[data-v-1de82f09],
|
|
108
|
+
.rich-text--wrapper-markdown li.task-list-item > blockquote[data-v-1de82f09],
|
|
109
|
+
.rich-text--wrapper-markdown li.task-list-item > pre[data-v-1de82f09] {
|
|
110
|
+
margin-inline-start: 15px;
|
|
111
|
+
margin-block-end: 0;
|
|
112
|
+
}
|
|
113
|
+
.rich-text--wrapper-markdown table[data-v-1de82f09] {
|
|
114
|
+
border-collapse: collapse;
|
|
115
|
+
border: 2px solid var(--color-border-maxcontrast);
|
|
116
|
+
}
|
|
117
|
+
.rich-text--wrapper-markdown table th[data-v-1de82f09],
|
|
118
|
+
.rich-text--wrapper-markdown table td[data-v-1de82f09] {
|
|
119
|
+
padding: var(--default-grid-baseline);
|
|
120
|
+
border: 1px solid var(--color-border-maxcontrast);
|
|
121
|
+
}
|
|
122
|
+
.rich-text--wrapper-markdown table th[data-v-1de82f09]:first-child,
|
|
123
|
+
.rich-text--wrapper-markdown table td[data-v-1de82f09]:first-child {
|
|
124
|
+
border-inline-start: 0;
|
|
125
|
+
}
|
|
126
|
+
.rich-text--wrapper-markdown table th[data-v-1de82f09]:last-child,
|
|
127
|
+
.rich-text--wrapper-markdown table td[data-v-1de82f09]:last-child {
|
|
128
|
+
border-inline-end: 0;
|
|
129
|
+
}
|
|
130
|
+
.rich-text--wrapper-markdown table tr:first-child th[data-v-1de82f09] {
|
|
131
|
+
border-top: 0;
|
|
132
|
+
}
|
|
133
|
+
.rich-text--wrapper-markdown table tr:last-child td[data-v-1de82f09] {
|
|
134
|
+
border-block-end: 0;
|
|
135
|
+
}
|
|
136
|
+
/* Highlight code syntax in code blocks */
|
|
137
|
+
/* stylelint-disable-next-line no-duplicate-selectors */
|
|
138
|
+
.rich-text--wrapper-markdown pre[data-v-1de82f09]:has(.hljs) {
|
|
139
|
+
color: var(--hljs-color);
|
|
140
|
+
background: var(--hljs-background-color);
|
|
141
|
+
}
|
|
142
|
+
.rich-text--wrapper-markdown .hljs-doctag[data-v-1de82f09],
|
|
143
|
+
.rich-text--wrapper-markdown .hljs-keyword[data-v-1de82f09],
|
|
144
|
+
.rich-text--wrapper-markdown .hljs-meta .hljs-keyword[data-v-1de82f09],
|
|
145
|
+
.rich-text--wrapper-markdown .hljs-template-tag[data-v-1de82f09],
|
|
146
|
+
.rich-text--wrapper-markdown .hljs-template-variable[data-v-1de82f09],
|
|
147
|
+
.rich-text--wrapper-markdown .hljs-type[data-v-1de82f09],
|
|
148
|
+
.rich-text--wrapper-markdown .hljs-variable.language_[data-v-1de82f09] {
|
|
149
|
+
/* prettylights-syntax-keyword */
|
|
150
|
+
color: var(--hljs-syntax-keyword-color);
|
|
151
|
+
}
|
|
152
|
+
.rich-text--wrapper-markdown .hljs-title[data-v-1de82f09],
|
|
153
|
+
.rich-text--wrapper-markdown .hljs-title.class_[data-v-1de82f09],
|
|
154
|
+
.rich-text--wrapper-markdown .hljs-title.class_.inherited__[data-v-1de82f09],
|
|
155
|
+
.rich-text--wrapper-markdown .hljs-title.function_[data-v-1de82f09] {
|
|
156
|
+
/* prettylights-syntax-entity */
|
|
157
|
+
color: var(--hljs-syntax-entity-color);
|
|
158
|
+
}
|
|
159
|
+
.rich-text--wrapper-markdown .hljs-attr[data-v-1de82f09],
|
|
160
|
+
.rich-text--wrapper-markdown .hljs-attribute[data-v-1de82f09],
|
|
161
|
+
.rich-text--wrapper-markdown .hljs-literal[data-v-1de82f09],
|
|
162
|
+
.rich-text--wrapper-markdown .hljs-meta[data-v-1de82f09],
|
|
163
|
+
.rich-text--wrapper-markdown .hljs-number[data-v-1de82f09],
|
|
164
|
+
.rich-text--wrapper-markdown .hljs-operator[data-v-1de82f09],
|
|
165
|
+
.rich-text--wrapper-markdown .hljs-variable[data-v-1de82f09],
|
|
166
|
+
.rich-text--wrapper-markdown .hljs-selector-attr[data-v-1de82f09],
|
|
167
|
+
.rich-text--wrapper-markdown .hljs-selector-class[data-v-1de82f09],
|
|
168
|
+
.rich-text--wrapper-markdown .hljs-selector-id[data-v-1de82f09] {
|
|
169
|
+
/* prettylights-syntax-constant */
|
|
170
|
+
color: var(--hljs-syntax-constant-color);
|
|
171
|
+
}
|
|
172
|
+
.rich-text--wrapper-markdown .hljs-regexp[data-v-1de82f09],
|
|
173
|
+
.rich-text--wrapper-markdown .hljs-string[data-v-1de82f09],
|
|
174
|
+
.rich-text--wrapper-markdown .hljs-meta .hljs-string[data-v-1de82f09] {
|
|
175
|
+
/* prettylights-syntax-string */
|
|
176
|
+
color: var(--hljs-syntax-string-color);
|
|
177
|
+
}
|
|
178
|
+
.rich-text--wrapper-markdown .hljs-built_in[data-v-1de82f09],
|
|
179
|
+
.rich-text--wrapper-markdown .hljs-symbol[data-v-1de82f09] {
|
|
180
|
+
/* prettylights-syntax-variable */
|
|
181
|
+
color: var(--hljs-syntax-variable-color);
|
|
182
|
+
}
|
|
183
|
+
.rich-text--wrapper-markdown .hljs-comment[data-v-1de82f09],
|
|
184
|
+
.rich-text--wrapper-markdown .hljs-code[data-v-1de82f09],
|
|
185
|
+
.rich-text--wrapper-markdown .hljs-formula[data-v-1de82f09] {
|
|
186
|
+
/* prettylights-syntax-comment */
|
|
187
|
+
color: var(--hljs-syntax-comment-color);
|
|
188
|
+
}
|
|
189
|
+
.rich-text--wrapper-markdown .hljs-name[data-v-1de82f09],
|
|
190
|
+
.rich-text--wrapper-markdown .hljs-quote[data-v-1de82f09],
|
|
191
|
+
.rich-text--wrapper-markdown .hljs-selector-tag[data-v-1de82f09],
|
|
192
|
+
.rich-text--wrapper-markdown .hljs-selector-pseudo[data-v-1de82f09] {
|
|
193
|
+
/* prettylights-syntax-entity-tag */
|
|
194
|
+
color: var(--hljs-syntax-entity-tag-color);
|
|
195
|
+
}
|
|
196
|
+
.rich-text--wrapper-markdown .hljs-subst[data-v-1de82f09] {
|
|
197
|
+
/* prettylights-syntax-storage-modifier-import */
|
|
198
|
+
color: var(--hljs-syntax-storage-modifier-import-color);
|
|
199
|
+
}
|
|
200
|
+
.rich-text--wrapper-markdown .hljs-section[data-v-1de82f09] {
|
|
201
|
+
/* prettylights-syntax-markup-heading */
|
|
202
|
+
color: var(--hljs-syntax-markup-heading-color);
|
|
203
|
+
font-weight: bold;
|
|
204
|
+
}
|
|
205
|
+
.rich-text--wrapper-markdown .hljs-bullet[data-v-1de82f09] {
|
|
206
|
+
/* prettylights-syntax-markup-list */
|
|
207
|
+
color: var(--hljs-syntax-markup-list-color);
|
|
208
|
+
}
|
|
209
|
+
.rich-text--wrapper-markdown .hljs-emphasis[data-v-1de82f09] {
|
|
210
|
+
/* prettylights-syntax-markup-italic */
|
|
211
|
+
color: var(--hljs-syntax-markup-italic-color);
|
|
212
|
+
font-style: italic;
|
|
213
|
+
}
|
|
214
|
+
.rich-text--wrapper-markdown .hljs-strong[data-v-1de82f09] {
|
|
215
|
+
/* prettylights-syntax-markup-bold */
|
|
216
|
+
color: var(--hljs-syntax-markup-bold-color);
|
|
217
|
+
font-weight: bold;
|
|
218
|
+
}
|
|
219
|
+
.rich-text--wrapper-markdown .hljs-addition[data-v-1de82f09] {
|
|
220
|
+
/* prettylights-syntax-markup-inserted */
|
|
221
|
+
color: var(--hljs-syntax-markup-inserted-color);
|
|
222
|
+
background-color: var(--hljs-syntax-markup-inserted-background-color);
|
|
223
|
+
}
|
|
224
|
+
.rich-text--wrapper-markdown .hljs-deletion[data-v-1de82f09] {
|
|
225
|
+
/* prettylights-syntax-markup-deleted */
|
|
226
|
+
color: var(--hljs-syntax-markup-deleted-color);
|
|
227
|
+
background-color: var(--hljs-syntax-markup-deleted-background-color);
|
|
228
|
+
}
|
|
229
|
+
.rich-text--wrapper-markdown .hljs-char.escape_[data-v-1de82f09],
|
|
230
|
+
.rich-text--wrapper-markdown .hljs-link[data-v-1de82f09],
|
|
231
|
+
.rich-text--wrapper-markdown .hljs-params[data-v-1de82f09],
|
|
232
|
+
.rich-text--wrapper-markdown .hljs-property[data-v-1de82f09],
|
|
233
|
+
.rich-text--wrapper-markdown .hljs-punctuation[data-v-1de82f09],
|
|
234
|
+
.rich-text--wrapper-markdown .hljs-tag[data-v-1de82f09] {
|
|
235
|
+
/* purposely ignored */
|
|
236
|
+
}
|
|
237
|
+
@media (prefers-color-scheme: light) {
|
|
238
|
+
.rich-text--wrapper-markdown[data-v-1de82f09] {
|
|
239
|
+
--hljs-color: var(--color-main-text, #24292e);
|
|
240
|
+
--hljs-background-color: var(--color-background-dark, #ffffff);
|
|
241
|
+
--hljs-syntax-keyword-color: #d73a49;
|
|
242
|
+
--hljs-syntax-entity-color: #6f42c1;
|
|
243
|
+
--hljs-syntax-constant-color: #005cc5;
|
|
244
|
+
--hljs-syntax-string-color: #032f62;
|
|
245
|
+
--hljs-syntax-variable-color: #e36209;
|
|
246
|
+
--hljs-syntax-comment-color: #6a737d;
|
|
247
|
+
--hljs-syntax-entity-tag-color: #22863a;
|
|
248
|
+
--hljs-syntax-storage-modifier-import-color: #24292e;
|
|
249
|
+
--hljs-syntax-markup-heading-color: #005cc5;
|
|
250
|
+
--hljs-syntax-markup-list-color: #735c0f;
|
|
251
|
+
--hljs-syntax-markup-italic-color: #24292e;
|
|
252
|
+
--hljs-syntax-markup-bold-color: #24292e;
|
|
253
|
+
--hljs-syntax-markup-inserted-color: #22863a;
|
|
254
|
+
--hljs-syntax-markup-inserted-background-color: #f0fff4;
|
|
255
|
+
--hljs-syntax-markup-deleted-color: #b31d28;
|
|
256
|
+
--hljs-syntax-markup-deleted-background-color: #ffeef0;
|
|
257
|
+
}
|
|
258
|
+
[data-theme-dark] .rich-text--wrapper-markdown[data-v-1de82f09] {
|
|
259
|
+
--hljs-color: var(--color-main-text, #c9d1d9);
|
|
260
|
+
--hljs-background-color: var(--color-background-dark, #0d1117);
|
|
261
|
+
--hljs-syntax-keyword-color: #ff7b72;
|
|
262
|
+
--hljs-syntax-entity-color: #d2a8ff;
|
|
263
|
+
--hljs-syntax-constant-color: #79c0ff;
|
|
264
|
+
--hljs-syntax-string-color: #a5d6ff;
|
|
265
|
+
--hljs-syntax-variable-color: #ffa657;
|
|
266
|
+
--hljs-syntax-comment-color: #8b949e;
|
|
267
|
+
--hljs-syntax-entity-tag-color: #7ee787;
|
|
268
|
+
--hljs-syntax-storage-modifier-import-color: #c9d1d9;
|
|
269
|
+
--hljs-syntax-markup-heading-color: #1f6feb;
|
|
270
|
+
--hljs-syntax-markup-list-color: #f2cc60;
|
|
271
|
+
--hljs-syntax-markup-italic-color: #c9d1d9;
|
|
272
|
+
--hljs-syntax-markup-bold-color: #c9d1d9;
|
|
273
|
+
--hljs-syntax-markup-inserted-color: #aff5b4;
|
|
274
|
+
--hljs-syntax-markup-inserted-background-color: #033a16;
|
|
275
|
+
--hljs-syntax-markup-deleted-color: #ffdcd7;
|
|
276
|
+
--hljs-syntax-markup-deleted-background-color: #67060c;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
@media (prefers-color-scheme: dark) {
|
|
280
|
+
.rich-text--wrapper-markdown[data-v-1de82f09] {
|
|
281
|
+
--hljs-color: var(--color-main-text, #c9d1d9);
|
|
282
|
+
--hljs-background-color: var(--color-background-dark, #0d1117);
|
|
283
|
+
--hljs-syntax-keyword-color: #ff7b72;
|
|
284
|
+
--hljs-syntax-entity-color: #d2a8ff;
|
|
285
|
+
--hljs-syntax-constant-color: #79c0ff;
|
|
286
|
+
--hljs-syntax-string-color: #a5d6ff;
|
|
287
|
+
--hljs-syntax-variable-color: #ffa657;
|
|
288
|
+
--hljs-syntax-comment-color: #8b949e;
|
|
289
|
+
--hljs-syntax-entity-tag-color: #7ee787;
|
|
290
|
+
--hljs-syntax-storage-modifier-import-color: #c9d1d9;
|
|
291
|
+
--hljs-syntax-markup-heading-color: #1f6feb;
|
|
292
|
+
--hljs-syntax-markup-list-color: #f2cc60;
|
|
293
|
+
--hljs-syntax-markup-italic-color: #c9d1d9;
|
|
294
|
+
--hljs-syntax-markup-bold-color: #c9d1d9;
|
|
295
|
+
--hljs-syntax-markup-inserted-color: #aff5b4;
|
|
296
|
+
--hljs-syntax-markup-inserted-background-color: #033a16;
|
|
297
|
+
--hljs-syntax-markup-deleted-color: #ffdcd7;
|
|
298
|
+
--hljs-syntax-markup-deleted-background-color: #67060c;
|
|
299
|
+
}
|
|
300
|
+
[data-theme-light] .rich-text--wrapper-markdown[data-v-1de82f09] {
|
|
301
|
+
--hljs-color: var(--color-main-text, #24292e);
|
|
302
|
+
--hljs-background-color: var(--color-background-dark, #ffffff);
|
|
303
|
+
--hljs-syntax-keyword-color: #d73a49;
|
|
304
|
+
--hljs-syntax-entity-color: #6f42c1;
|
|
305
|
+
--hljs-syntax-constant-color: #005cc5;
|
|
306
|
+
--hljs-syntax-string-color: #032f62;
|
|
307
|
+
--hljs-syntax-variable-color: #e36209;
|
|
308
|
+
--hljs-syntax-comment-color: #6a737d;
|
|
309
|
+
--hljs-syntax-entity-tag-color: #22863a;
|
|
310
|
+
--hljs-syntax-storage-modifier-import-color: #24292e;
|
|
311
|
+
--hljs-syntax-markup-heading-color: #005cc5;
|
|
312
|
+
--hljs-syntax-markup-list-color: #735c0f;
|
|
313
|
+
--hljs-syntax-markup-italic-color: #24292e;
|
|
314
|
+
--hljs-syntax-markup-bold-color: #24292e;
|
|
315
|
+
--hljs-syntax-markup-inserted-color: #22863a;
|
|
316
|
+
--hljs-syntax-markup-inserted-background-color: #f0fff4;
|
|
317
|
+
--hljs-syntax-markup-deleted-color: #b31d28;
|
|
318
|
+
--hljs-syntax-markup-deleted-background-color: #ffeef0;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
a[data-v-1de82f09]:not(.rich-text--component) {
|
|
322
|
+
text-decoration: underline;
|
|
323
|
+
}
|
|
@@ -9,40 +9,40 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
.material-design-icon[data-v-
|
|
12
|
+
.material-design-icon[data-v-a62a9496] {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-self: center;
|
|
15
15
|
justify-self: center;
|
|
16
16
|
align-items: center;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
}
|
|
19
|
-
.user-bubble__wrapper[data-v-
|
|
19
|
+
.user-bubble__wrapper[data-v-a62a9496] {
|
|
20
20
|
display: inline-block;
|
|
21
21
|
vertical-align: middle;
|
|
22
22
|
min-width: 0;
|
|
23
23
|
max-width: 100%;
|
|
24
24
|
}
|
|
25
|
-
.user-bubble__content[data-v-
|
|
25
|
+
.user-bubble__content[data-v-a62a9496] {
|
|
26
26
|
display: inline-flex;
|
|
27
27
|
max-width: 100%;
|
|
28
28
|
background-color: var(--color-background-dark);
|
|
29
29
|
}
|
|
30
|
-
.user-bubble__content--primary[data-v-
|
|
30
|
+
.user-bubble__content--primary[data-v-a62a9496] {
|
|
31
31
|
color: var(--color-primary-element-text);
|
|
32
32
|
background-color: var(--color-primary-element);
|
|
33
33
|
}
|
|
34
|
-
.user-bubble__content[data-v-
|
|
35
|
-
padding-
|
|
34
|
+
.user-bubble__content[data-v-a62a9496] > :last-child {
|
|
35
|
+
padding-inline-end: 8px;
|
|
36
36
|
}
|
|
37
|
-
.user-bubble__avatar[data-v-
|
|
37
|
+
.user-bubble__avatar[data-v-a62a9496] {
|
|
38
38
|
align-self: center;
|
|
39
39
|
}
|
|
40
|
-
.user-bubble__name[data-v-
|
|
40
|
+
.user-bubble__name[data-v-a62a9496] {
|
|
41
41
|
overflow: hidden;
|
|
42
42
|
white-space: nowrap;
|
|
43
43
|
text-overflow: ellipsis;
|
|
44
44
|
}
|
|
45
|
-
.user-bubble__name[data-v-
|
|
46
|
-
padding: 0;
|
|
47
|
-
padding-
|
|
45
|
+
.user-bubble__name[data-v-a62a9496], .user-bubble__secondary[data-v-a62a9496] {
|
|
46
|
+
padding-block: 0;
|
|
47
|
+
padding-inline: 4px 0;
|
|
48
48
|
}
|