@atlaskit/editor-core 185.5.5 → 185.6.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.
Files changed (179) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/i18n/cs.js +0 -10
  3. package/dist/cjs/i18n/da.js +0 -10
  4. package/dist/cjs/i18n/de.js +0 -10
  5. package/dist/cjs/i18n/en.js +0 -10
  6. package/dist/cjs/i18n/en_GB.js +0 -10
  7. package/dist/cjs/i18n/en_ZZ.js +0 -10
  8. package/dist/cjs/i18n/es.js +0 -10
  9. package/dist/cjs/i18n/fi.js +0 -10
  10. package/dist/cjs/i18n/fr.js +0 -10
  11. package/dist/cjs/i18n/hu.js +0 -10
  12. package/dist/cjs/i18n/it.js +0 -10
  13. package/dist/cjs/i18n/ja.js +0 -10
  14. package/dist/cjs/i18n/ko.js +0 -10
  15. package/dist/cjs/i18n/nb.js +0 -10
  16. package/dist/cjs/i18n/nl.js +0 -10
  17. package/dist/cjs/i18n/pl.js +0 -10
  18. package/dist/cjs/i18n/pt_BR.js +0 -10
  19. package/dist/cjs/i18n/ru.js +0 -10
  20. package/dist/cjs/i18n/sv.js +0 -10
  21. package/dist/cjs/i18n/th.js +0 -10
  22. package/dist/cjs/i18n/tr.js +0 -10
  23. package/dist/cjs/i18n/uk.js +0 -10
  24. package/dist/cjs/i18n/vi.js +0 -10
  25. package/dist/cjs/i18n/zh.js +0 -10
  26. package/dist/cjs/i18n/zh_TW.js +0 -10
  27. package/dist/cjs/plugins/card/pm-plugins/actions.js +14 -2
  28. package/dist/cjs/plugins/card/pm-plugins/doc.js +34 -2
  29. package/dist/cjs/plugins/card/pm-plugins/main.js +1 -0
  30. package/dist/cjs/plugins/card/pm-plugins/reducers.js +8 -0
  31. package/dist/cjs/plugins/card/styles.js +2 -1
  32. package/dist/cjs/plugins/card/toolbar.js +53 -1
  33. package/dist/cjs/plugins/card/ui/DatasourceModal.js +41 -0
  34. package/dist/cjs/plugins/card/ui/EditLinkToolbar.js +45 -2
  35. package/dist/cjs/plugins/card/ui/SmallerEditIcon.js +20 -0
  36. package/dist/cjs/plugins/card/ui/styled.js +5 -3
  37. package/dist/cjs/version-wrapper.js +1 -1
  38. package/dist/cjs/version.json +1 -1
  39. package/dist/es2019/i18n/cs.js +0 -10
  40. package/dist/es2019/i18n/da.js +0 -10
  41. package/dist/es2019/i18n/de.js +0 -10
  42. package/dist/es2019/i18n/en.js +0 -10
  43. package/dist/es2019/i18n/en_GB.js +0 -10
  44. package/dist/es2019/i18n/en_ZZ.js +0 -10
  45. package/dist/es2019/i18n/es.js +0 -10
  46. package/dist/es2019/i18n/fi.js +0 -10
  47. package/dist/es2019/i18n/fr.js +0 -10
  48. package/dist/es2019/i18n/hu.js +0 -10
  49. package/dist/es2019/i18n/it.js +0 -10
  50. package/dist/es2019/i18n/ja.js +0 -10
  51. package/dist/es2019/i18n/ko.js +0 -10
  52. package/dist/es2019/i18n/nb.js +0 -10
  53. package/dist/es2019/i18n/nl.js +0 -10
  54. package/dist/es2019/i18n/pl.js +0 -10
  55. package/dist/es2019/i18n/pt_BR.js +0 -10
  56. package/dist/es2019/i18n/ru.js +0 -10
  57. package/dist/es2019/i18n/sv.js +0 -10
  58. package/dist/es2019/i18n/th.js +0 -10
  59. package/dist/es2019/i18n/tr.js +0 -10
  60. package/dist/es2019/i18n/uk.js +0 -10
  61. package/dist/es2019/i18n/vi.js +0 -10
  62. package/dist/es2019/i18n/zh.js +0 -10
  63. package/dist/es2019/i18n/zh_TW.js +0 -10
  64. package/dist/es2019/plugins/card/pm-plugins/actions.js +6 -0
  65. package/dist/es2019/plugins/card/pm-plugins/doc.js +34 -1
  66. package/dist/es2019/plugins/card/pm-plugins/main.js +1 -0
  67. package/dist/es2019/plugins/card/pm-plugins/reducers.js +9 -0
  68. package/dist/es2019/plugins/card/styles.js +23 -2
  69. package/dist/es2019/plugins/card/toolbar.js +54 -2
  70. package/dist/es2019/plugins/card/ui/DatasourceModal.js +30 -0
  71. package/dist/es2019/plugins/card/ui/EditLinkToolbar.js +43 -1
  72. package/dist/es2019/plugins/card/ui/SmallerEditIcon.js +11 -0
  73. package/dist/es2019/plugins/card/ui/styled.js +3 -0
  74. package/dist/es2019/version-wrapper.js +1 -1
  75. package/dist/es2019/version.json +1 -1
  76. package/dist/esm/i18n/cs.js +0 -10
  77. package/dist/esm/i18n/da.js +0 -10
  78. package/dist/esm/i18n/de.js +0 -10
  79. package/dist/esm/i18n/en.js +0 -10
  80. package/dist/esm/i18n/en_GB.js +0 -10
  81. package/dist/esm/i18n/en_ZZ.js +0 -10
  82. package/dist/esm/i18n/es.js +0 -10
  83. package/dist/esm/i18n/fi.js +0 -10
  84. package/dist/esm/i18n/fr.js +0 -10
  85. package/dist/esm/i18n/hu.js +0 -10
  86. package/dist/esm/i18n/it.js +0 -10
  87. package/dist/esm/i18n/ja.js +0 -10
  88. package/dist/esm/i18n/ko.js +0 -10
  89. package/dist/esm/i18n/nb.js +0 -10
  90. package/dist/esm/i18n/nl.js +0 -10
  91. package/dist/esm/i18n/pl.js +0 -10
  92. package/dist/esm/i18n/pt_BR.js +0 -10
  93. package/dist/esm/i18n/ru.js +0 -10
  94. package/dist/esm/i18n/sv.js +0 -10
  95. package/dist/esm/i18n/th.js +0 -10
  96. package/dist/esm/i18n/tr.js +0 -10
  97. package/dist/esm/i18n/uk.js +0 -10
  98. package/dist/esm/i18n/vi.js +0 -10
  99. package/dist/esm/i18n/zh.js +0 -10
  100. package/dist/esm/i18n/zh_TW.js +0 -10
  101. package/dist/esm/plugins/card/pm-plugins/actions.js +10 -0
  102. package/dist/esm/plugins/card/pm-plugins/doc.js +32 -1
  103. package/dist/esm/plugins/card/pm-plugins/main.js +1 -0
  104. package/dist/esm/plugins/card/pm-plugins/reducers.js +8 -0
  105. package/dist/esm/plugins/card/styles.js +4 -3
  106. package/dist/esm/plugins/card/toolbar.js +54 -2
  107. package/dist/esm/plugins/card/ui/DatasourceModal.js +31 -0
  108. package/dist/esm/plugins/card/ui/EditLinkToolbar.js +42 -1
  109. package/dist/esm/plugins/card/ui/SmallerEditIcon.js +11 -0
  110. package/dist/esm/plugins/card/ui/styled.js +3 -2
  111. package/dist/esm/version-wrapper.js +1 -1
  112. package/dist/esm/version.json +1 -1
  113. package/dist/types/i18n/cs.d.ts +0 -10
  114. package/dist/types/i18n/da.d.ts +0 -10
  115. package/dist/types/i18n/de.d.ts +0 -10
  116. package/dist/types/i18n/en.d.ts +0 -10
  117. package/dist/types/i18n/en_GB.d.ts +0 -10
  118. package/dist/types/i18n/en_ZZ.d.ts +0 -10
  119. package/dist/types/i18n/es.d.ts +0 -10
  120. package/dist/types/i18n/fi.d.ts +0 -10
  121. package/dist/types/i18n/fr.d.ts +0 -10
  122. package/dist/types/i18n/hu.d.ts +0 -10
  123. package/dist/types/i18n/it.d.ts +0 -10
  124. package/dist/types/i18n/ja.d.ts +0 -10
  125. package/dist/types/i18n/ko.d.ts +0 -10
  126. package/dist/types/i18n/nb.d.ts +0 -10
  127. package/dist/types/i18n/nl.d.ts +0 -10
  128. package/dist/types/i18n/pl.d.ts +0 -10
  129. package/dist/types/i18n/pt_BR.d.ts +0 -10
  130. package/dist/types/i18n/ru.d.ts +0 -10
  131. package/dist/types/i18n/sv.d.ts +0 -10
  132. package/dist/types/i18n/th.d.ts +0 -10
  133. package/dist/types/i18n/tr.d.ts +0 -10
  134. package/dist/types/i18n/uk.d.ts +0 -10
  135. package/dist/types/i18n/vi.d.ts +0 -10
  136. package/dist/types/i18n/zh.d.ts +0 -10
  137. package/dist/types/i18n/zh_TW.d.ts +0 -10
  138. package/dist/types/plugins/card/pm-plugins/actions.d.ts +2 -0
  139. package/dist/types/plugins/card/pm-plugins/doc.d.ts +3 -0
  140. package/dist/types/plugins/card/pm-plugins/util/state.d.ts +1 -0
  141. package/dist/types/plugins/card/types.d.ts +8 -1
  142. package/dist/types/plugins/card/ui/DatasourceModal.d.ts +13 -0
  143. package/dist/types/plugins/card/ui/EditLinkToolbar.d.ts +8 -1
  144. package/dist/types/plugins/card/ui/SmallerEditIcon.d.ts +3 -0
  145. package/dist/types/plugins/card/ui/styled.d.ts +1 -0
  146. package/dist/types-ts4.5/i18n/cs.d.ts +0 -10
  147. package/dist/types-ts4.5/i18n/da.d.ts +0 -10
  148. package/dist/types-ts4.5/i18n/de.d.ts +0 -10
  149. package/dist/types-ts4.5/i18n/en.d.ts +0 -10
  150. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -10
  151. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -10
  152. package/dist/types-ts4.5/i18n/es.d.ts +0 -10
  153. package/dist/types-ts4.5/i18n/fi.d.ts +0 -10
  154. package/dist/types-ts4.5/i18n/fr.d.ts +0 -10
  155. package/dist/types-ts4.5/i18n/hu.d.ts +0 -10
  156. package/dist/types-ts4.5/i18n/it.d.ts +0 -10
  157. package/dist/types-ts4.5/i18n/ja.d.ts +0 -10
  158. package/dist/types-ts4.5/i18n/ko.d.ts +0 -10
  159. package/dist/types-ts4.5/i18n/nb.d.ts +0 -10
  160. package/dist/types-ts4.5/i18n/nl.d.ts +0 -10
  161. package/dist/types-ts4.5/i18n/pl.d.ts +0 -10
  162. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -10
  163. package/dist/types-ts4.5/i18n/ru.d.ts +0 -10
  164. package/dist/types-ts4.5/i18n/sv.d.ts +0 -10
  165. package/dist/types-ts4.5/i18n/th.d.ts +0 -10
  166. package/dist/types-ts4.5/i18n/tr.d.ts +0 -10
  167. package/dist/types-ts4.5/i18n/uk.d.ts +0 -10
  168. package/dist/types-ts4.5/i18n/vi.d.ts +0 -10
  169. package/dist/types-ts4.5/i18n/zh.d.ts +0 -10
  170. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -10
  171. package/dist/types-ts4.5/plugins/card/pm-plugins/actions.d.ts +2 -0
  172. package/dist/types-ts4.5/plugins/card/pm-plugins/doc.d.ts +3 -0
  173. package/dist/types-ts4.5/plugins/card/pm-plugins/util/state.d.ts +1 -0
  174. package/dist/types-ts4.5/plugins/card/types.d.ts +8 -1
  175. package/dist/types-ts4.5/plugins/card/ui/DatasourceModal.d.ts +13 -0
  176. package/dist/types-ts4.5/plugins/card/ui/EditLinkToolbar.d.ts +8 -1
  177. package/dist/types-ts4.5/plugins/card/ui/SmallerEditIcon.d.ts +3 -0
  178. package/dist/types-ts4.5/plugins/card/ui/styled.d.ts +1 -0
  179. package/package.json +6 -6
@@ -11,13 +11,14 @@ import { changeSelectedCardToText } from './pm-plugins/doc';
11
11
  import { commandWithMetadata } from '@atlaskit/editor-common/card';
12
12
  import { pluginKey } from './pm-plugins/main';
13
13
  import { richMediaClassName } from '@atlaskit/editor-common/styles';
14
- import { buildEditLinkToolbar, editLink, editLinkToolbarConfig } from './ui/EditLinkToolbar';
14
+ import { editDatasource, buildEditLinkToolbar, editLink, editLinkToolbarConfig, openDatasourceModal } from './ui/EditLinkToolbar';
15
15
  import { displayInfoForCard, findCardInfo, titleUrlPairFromNode, appearanceForNodeType } from './utils';
16
16
  import { isSafeUrl } from '@atlaskit/adf-schema';
17
17
  import { LinkToolbarAppearance } from './ui/LinkToolbarAppearance';
18
18
  import { messages } from './messages';
19
19
  import { FLOATING_TOOLBAR_LINKPICKER_CLASSNAME } from './styles';
20
20
  import { ACTION, ACTION_SUBJECT, INPUT_METHOD, EVENT_TYPE, buildOpenedSettingsPayload, buildVisitedLinkPayload } from '@atlaskit/editor-common/analytics';
21
+ import { SmallerEditIcon } from './ui/SmallerEditIcon';
21
22
  export const removeCard = editorAnalyticsApi => commandWithMetadata((state, dispatch) => {
22
23
  if (!(state.selection instanceof NodeSelection)) {
23
24
  return false;
@@ -163,7 +164,7 @@ const withToolbarMetadata = command => commandWithMetadata(command, {
163
164
  inputMethod: INPUT_METHOD.FLOATING_TB
164
165
  });
165
166
  const generateToolbarItems = (state, featureFlags, intl, providerFactory, cardOptions, platform, linkPicker, pluginInjectionApi) => node => {
166
- var _pluginInjectionApi$d, _pluginInjectionApi$d2, _pluginInjectionApi$d3, _pluginInjectionApi$d4, _pluginInjectionApi$d5;
167
+ var _pluginInjectionApi$d, _pluginInjectionApi$d2, _pluginInjectionApi$d3, _pluginInjectionApi$d4, _pluginInjectionApi$d5, _node$attrs;
167
168
  const {
168
169
  url
169
170
  } = titleUrlPairFromNode(node);
@@ -187,6 +188,7 @@ const generateToolbarItems = (state, featureFlags, intl, providerFactory, cardOp
187
188
  const {
188
189
  hoverDecoration
189
190
  } = (_pluginInjectionApi$d3 = pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : (_pluginInjectionApi$d4 = pluginInjectionApi.dependencies) === null || _pluginInjectionApi$d4 === void 0 ? void 0 : (_pluginInjectionApi$d5 = _pluginInjectionApi$d4.decorations) === null || _pluginInjectionApi$d5 === void 0 ? void 0 : _pluginInjectionApi$d5.actions) !== null && _pluginInjectionApi$d3 !== void 0 ? _pluginInjectionApi$d3 : {};
191
+ const isDatasource = currentAppearance === 'block' && (node === null || node === void 0 ? void 0 : (_node$attrs = node.attrs) === null || _node$attrs === void 0 ? void 0 : _node$attrs.datasource);
190
192
 
191
193
  /* mobile builds toolbar natively using toolbarItems */
192
194
  if (pluginState.showLinkingToolbar && platform !== 'mobile') {
@@ -197,6 +199,15 @@ const generateToolbarItems = (state, featureFlags, intl, providerFactory, cardOp
197
199
  featureFlags,
198
200
  pluginInjectionApi
199
201
  })];
202
+ } else if (pluginState.showDatasourceModal) {
203
+ return [openDatasourceModal({
204
+ state,
205
+ node,
206
+ editorAnalyticsApi
207
+ })];
208
+ // not showing toolbar in mobile for now since not sure what our plans are for it
209
+ } else if (isDatasource && platform !== 'mobile') {
210
+ return getDatasourceButtonGroup(state, metadata, intl, editorAnalyticsApi, node, hoverDecoration);
200
211
  } else {
201
212
  const {
202
213
  inlineCard
@@ -309,4 +320,45 @@ const getSettingsButtonGroup = (state, featureFlags, intl, editorAnalyticsApi) =
309
320
  }, {
310
321
  type: 'separator'
311
322
  }] : [];
323
+ };
324
+ const getDatasourceButtonGroup = (state, metadata, intl, editorAnalyticsApi, node, hoverDecoration) => {
325
+ var _node$attrs2;
326
+ const toolbarItems = [{
327
+ id: 'editor.edit.datasource',
328
+ type: 'button',
329
+ icon: SmallerEditIcon,
330
+ metadata: metadata,
331
+ className: 'datasource-edit',
332
+ title: intl.formatMessage(linkToolbarMessages.editDatasource),
333
+ onClick: editDatasource(editorAnalyticsApi)
334
+ }];
335
+ if (node !== null && node !== void 0 && (_node$attrs2 = node.attrs) !== null && _node$attrs2 !== void 0 && _node$attrs2.url) {
336
+ toolbarItems.push({
337
+ type: 'separator'
338
+ }, {
339
+ id: 'editor.link.openLink',
340
+ type: 'button',
341
+ icon: OpenIcon,
342
+ metadata: metadata,
343
+ className: 'hyperlink-open-link',
344
+ title: intl.formatMessage(linkMessages.openLink),
345
+ onClick: visitCardLink(editorAnalyticsApi)
346
+ });
347
+ }
348
+ toolbarItems.push({
349
+ type: 'separator'
350
+ }, {
351
+ id: 'editor.link.delete',
352
+ focusEditoronEnter: true,
353
+ type: 'button',
354
+ appearance: 'danger',
355
+ icon: RemoveIcon,
356
+ onMouseEnter: hoverDecoration === null || hoverDecoration === void 0 ? void 0 : hoverDecoration(node.type, true),
357
+ onMouseLeave: hoverDecoration === null || hoverDecoration === void 0 ? void 0 : hoverDecoration(node.type, false),
358
+ onFocus: hoverDecoration === null || hoverDecoration === void 0 ? void 0 : hoverDecoration(node.type, true),
359
+ onBlur: hoverDecoration === null || hoverDecoration === void 0 ? void 0 : hoverDecoration(node.type, false),
360
+ title: intl.formatMessage(commonMessages.remove),
361
+ onClick: withToolbarMetadata(removeCard(editorAnalyticsApi))
362
+ });
363
+ return toolbarItems;
312
364
  };
@@ -0,0 +1,30 @@
1
+ import React, { useCallback } from 'react';
2
+ import { JiraIssuesConfigModal } from '@atlaskit/link-datasource';
3
+ import { hideDatasourceModal } from '../pm-plugins/actions';
4
+ import { updateExistingDatasource } from '../pm-plugins/doc';
5
+ export const DatasourceModal = ({
6
+ state,
7
+ view,
8
+ node
9
+ }) => {
10
+ const isJiraDatasource = node.attrs.datasource.parameters.jql;
11
+ const onClose = useCallback(() => {
12
+ view.dispatch(hideDatasourceModal(view.state.tr));
13
+ }, [view]);
14
+ const onInsert = useCallback(newAdf => {
15
+ updateExistingDatasource(state, node, newAdf, view);
16
+ }, [state, node, view]);
17
+ if (isJiraDatasource) {
18
+ var _node$attrs$datasourc, _node$attrs$datasourc2;
19
+ return /*#__PURE__*/React.createElement("div", {
20
+ "data-testId": "jira-config-modal"
21
+ }, /*#__PURE__*/React.createElement(JiraIssuesConfigModal, {
22
+ datasourceId: node.attrs.datasource.id,
23
+ visibleColumnKeys: (_node$attrs$datasourc = node.attrs.datasource.views[0]) === null || _node$attrs$datasourc === void 0 ? void 0 : (_node$attrs$datasourc2 = _node$attrs$datasourc.properties) === null || _node$attrs$datasourc2 === void 0 ? void 0 : _node$attrs$datasourc2.columns.map(column => column.key),
24
+ parameters: node.attrs.datasource.parameters,
25
+ onCancel: onClose,
26
+ onInsert: onInsert
27
+ }));
28
+ }
29
+ return null; // null for now until we have modal component that handles other datasources
30
+ };
@@ -3,13 +3,14 @@ import React from 'react';
3
3
  import { withOuterListeners } from '@atlaskit/editor-common/ui';
4
4
  import { commandWithMetadata } from '@atlaskit/editor-common/card';
5
5
  import HyperlinkToolbar from '../../hyperlink/ui/HyperlinkAddToolbar';
6
- import { showLinkToolbar, hideLinkToolbar } from '../pm-plugins/actions';
6
+ import { showLinkToolbar, hideLinkToolbar, showDatasourceModal } from '../pm-plugins/actions';
7
7
  import { INPUT_METHOD, ACTION, buildEditLinkPayload } from '@atlaskit/editor-common/analytics';
8
8
  import { LINKPICKER_HEIGHT_IN_PX, RECENT_SEARCH_HEIGHT_IN_PX, RECENT_SEARCH_WIDTH_IN_PX } from '@atlaskit/editor-common/ui';
9
9
  import { changeSelectedCardToLink, updateCard } from '../pm-plugins/doc';
10
10
  import { findCardInfo, displayInfoForCard } from '../utils';
11
11
  import { NodeSelection } from 'prosemirror-state';
12
12
  import { linkToolbarMessages } from '@atlaskit/editor-common/messages';
13
+ import { DatasourceModal } from './DatasourceModal';
13
14
  const HyperLinkToolbarWithListeners = withOuterListeners(HyperlinkToolbar);
14
15
  export class EditLinkToolbar extends React.Component {
15
16
  constructor(...args) {
@@ -138,4 +139,45 @@ export const editLinkToolbarConfig = (showLinkingToolbar, lpLinkPicker) => {
138
139
  width: RECENT_SEARCH_WIDTH_IN_PX,
139
140
  forcePlacement: true
140
141
  } : {};
142
+ };
143
+ export const editDatasource = editorAnalyticsApi => (state, dispatch) => {
144
+ if (dispatch) {
145
+ const {
146
+ tr
147
+ } = state;
148
+ showDatasourceModal(tr);
149
+ // editorAnalyticsApi?.attachAnalyticsEvent(
150
+ // buildEditLinkPayload(
151
+ // type as
152
+ // | ACTION_SUBJECT_ID.CARD_INLINE
153
+ // | ACTION_SUBJECT_ID.CARD_BLOCK
154
+ // | ACTION_SUBJECT_ID.EMBEDS,
155
+ // ),
156
+ // )(tr);
157
+ dispatch(tr);
158
+ return true;
159
+ }
160
+ return false;
161
+ };
162
+ export const openDatasourceModal = ({
163
+ state,
164
+ node,
165
+ editorAnalyticsApi
166
+ }) => {
167
+ return {
168
+ type: 'custom',
169
+ disableArrowNavigation: true,
170
+ fallback: [],
171
+ render: view => {
172
+ if (!view) {
173
+ return null;
174
+ }
175
+ return /*#__PURE__*/React.createElement(DatasourceModal, {
176
+ state: state,
177
+ view: view,
178
+ node: node,
179
+ editorAnalyticsApi: editorAnalyticsApi
180
+ });
181
+ }
182
+ };
141
183
  };
@@ -0,0 +1,11 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import EditIcon from '@atlaskit/icon/glyph/edit';
4
+ import { editIconStyles } from './styled';
5
+ export const SmallerEditIcon = () => {
6
+ return jsx("div", {
7
+ css: editIconStyles
8
+ }, jsx(EditIcon, {
9
+ label: "edit"
10
+ }));
11
+ };
@@ -21,4 +21,7 @@ export const embedCardStyles = css`
21
21
  `;
22
22
  export const embedSpacingStyles = css`
23
23
  margin: 0 10px;
24
+ `;
25
+ export const editIconStyles = css`
26
+ width: 20px;
24
27
  `;
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "185.5.5";
2
+ export const version = "185.6.0";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.5.5",
3
+ "version": "185.6.0",
4
4
  "sideEffects": false
5
5
  }
@@ -73,7 +73,6 @@ export default {
73
73
  'fabric.editor.edit': 'Upravit',
74
74
  'fabric.editor.editAltText': 'Upravit alternativní text',
75
75
  'fabric.editor.editDateText': 'Upravit datum',
76
- 'fabric.editor.editLink': 'Upravit odkaz',
77
76
  'fabric.editor.editStatusColor': 'Upravit barvu stavu',
78
77
  'fabric.editor.editStatusText': 'Upravit stav',
79
78
  'fabric.editor.editableContentLabel': 'Upravitelný obsah',
@@ -97,7 +96,6 @@ export default {
97
96
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
98
97
  'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
99
98
  'fabric.editor.embedTitle': 'Vložit',
100
- 'fabric.editor.emptyLink': 'Zadejte odkaz.',
101
99
  'fabric.editor.epic': 'Epic',
102
100
  'fabric.editor.error': 'Chyba',
103
101
  'fabric.editor.errorPanel': 'Panel chyb',
@@ -142,7 +140,6 @@ export default {
142
140
  'fabric.editor.hyperlink.linkAriaLabel': 'Popisek odkazu',
143
141
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
144
142
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nebyly nalezeny žádné výsledky} one {{count,number} nalezený výsledek} few {{count,number} nalezené výsledky} many {{count,number} nalezeného výsledku} other {{count,number} nalezených výsledků}}',
145
- 'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
146
143
  'fabric.editor.imageBorderBold': 'Tučné',
147
144
  'fabric.editor.imageBorderColor': 'Barva',
148
145
  'fabric.editor.imageBorderMedium': 'Střední',
@@ -158,17 +155,13 @@ export default {
158
155
  'fabric.editor.inlineTitle': 'Vložený',
159
156
  'fabric.editor.inputQueryAssistiveTxt': 'Když jsou k dispozici výsledky automatického dokončování, použijte šipky nahoru a dolů k prohlížení a klávesu Enter k výběru. Uživatelé dotykových zařízení mohou k prohlížení použít dotyk nebo gesta potáhnutí prstem.',
160
157
  'fabric.editor.invalidDateError': 'Zadejte platné datum.',
161
- 'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
162
158
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
163
159
  'fabric.editor.italic': 'Kurzíva',
164
160
  'fabric.editor.keyboardShortcuts': 'Klávesové zkratky',
165
161
  'fabric.editor.leftSidebar': 'Levý postranní panel',
166
- 'fabric.editor.linkAddress': 'Adresa odkazu',
167
- 'fabric.editor.linkPlaceholder': 'Vložit odkaz',
168
162
  'fabric.editor.lists': 'Seznamy',
169
163
  'fabric.editor.markdown': 'Snížení',
170
164
  'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
171
- 'fabric.editor.mediaAddLink': 'Přidat odkaz',
172
165
  'fabric.editor.mediaGroupDeleteLabel': 'Odstranit',
173
166
  'fabric.editor.mentionNode.label': 'Označený uživatel',
174
167
  'fabric.editor.mentionsAddLabel': 'přidat-ikonu',
@@ -204,7 +197,6 @@ export default {
204
197
  'fabric.editor.rightSidebar': 'Pravý postranní panel',
205
198
  'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} výsledek vyhledávání k dispozici} few {{itemsLength,number} výsledky vyhledávání k dispozici} many {{itemsLength,number} výsledku vyhledávání k dispozici} other {{itemsLength,number} výsledků vyhledávání k dispozici}}',
206
199
  'fabric.editor.selectLanguage': 'Vyberte programovací jazyk',
207
- 'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
208
200
  'fabric.editor.shortcut': 'Textový zástupce',
209
201
  'fabric.editor.single': 'Jeden sloupec',
210
202
  'fabric.editor.statusPlaceholder': 'Nastavit stav',
@@ -238,10 +230,8 @@ export default {
238
230
  'fabric.editor.typeahead.mentionInputLabel': 'Když začnete psát, budou se vyhledávat uživatelé k označení.',
239
231
  'fabric.editor.typeahead.mentionPopupLabel': 'Uživatelé, které můžete označit',
240
232
  'fabric.editor.typeahead.metionListItemLabel': 'Uživatel {name} @{shortName}',
241
- 'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
242
233
  'fabric.editor.underline': 'Podtržení',
243
234
  'fabric.editor.undo': 'Vrátit',
244
- 'fabric.editor.unlink': 'Zrušit propojení',
245
235
  'fabric.editor.unorderedList': 'Seznam s odrážkami',
246
236
  'fabric.editor.unorderedList.description': 'Vytvořit neseřazený seznam',
247
237
  'fabric.editor.url': 'Zobrazit adresu URL',
@@ -73,7 +73,6 @@ export default {
73
73
  'fabric.editor.edit': 'Redigér',
74
74
  'fabric.editor.editAltText': 'Rediger alternativ tekst',
75
75
  'fabric.editor.editDateText': 'Rediger dato',
76
- 'fabric.editor.editLink': 'Redigér link',
77
76
  'fabric.editor.editStatusColor': 'Rediger statusfarve',
78
77
  'fabric.editor.editStatusText': 'Rediger status',
79
78
  'fabric.editor.editableContentLabel': 'Redigerbart indhold',
@@ -97,7 +96,6 @@ export default {
97
96
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
98
97
  'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
99
98
  'fabric.editor.embedTitle': 'Indlejr',
100
- 'fabric.editor.emptyLink': 'Indtast et link.',
101
99
  'fabric.editor.epic': 'Epic',
102
100
  'fabric.editor.error': 'Fejl',
103
101
  'fabric.editor.errorPanel': 'Fejlpanel',
@@ -141,7 +139,6 @@ export default {
141
139
  'fabric.editor.hyperlink.linkAriaLabel': 'Linkmærkat',
142
140
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
143
141
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
144
- 'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
145
142
  'fabric.editor.imageBorderBold': 'Fed',
146
143
  'fabric.editor.imageBorderColor': 'Farve',
147
144
  'fabric.editor.imageBorderMedium': 'Medium',
@@ -157,17 +154,13 @@ export default {
157
154
  'fabric.editor.inlineTitle': 'Indbyg',
158
155
  'fabric.editor.inputQueryAssistiveTxt': 'Når resultater med automatisk udfyldning er tilgængelige, skal du bruge pil op og pil ned til at gennemse og Enter til at vælge. Brugere af touchenheder kan trykke eller stryge.',
159
156
  'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
160
- 'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
161
157
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
162
158
  'fabric.editor.italic': 'Kursiv',
163
159
  'fabric.editor.keyboardShortcuts': 'Tastaturgenveje',
164
160
  'fabric.editor.leftSidebar': 'Venstre sidebjælke',
165
- 'fabric.editor.linkAddress': 'Linkadresse',
166
- 'fabric.editor.linkPlaceholder': 'Indsæt link',
167
161
  'fabric.editor.lists': 'Liste',
168
162
  'fabric.editor.markdown': 'Markdown',
169
163
  'fabric.editor.matchCase': 'Match store/små bogstaver',
170
- 'fabric.editor.mediaAddLink': 'Tilføj link',
171
164
  'fabric.editor.mediaGroupDeleteLabel': 'Slet',
172
165
  'fabric.editor.mentionNode.label': 'Tagget bruger',
173
166
  'fabric.editor.mentionsAddLabel': 'ikon for tilføj',
@@ -203,7 +196,6 @@ export default {
203
196
  'fabric.editor.rightSidebar': 'Højre sidebjælke',
204
197
  'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} tilgængeligt søgeresultat} other {{itemsLength,number} tilgængelige søgeresultater}}',
205
198
  'fabric.editor.selectLanguage': 'Vælg sprog',
206
- 'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
207
199
  'fabric.editor.shortcut': 'Genvej til tekst',
208
200
  'fabric.editor.single': 'Enkelt kolonne',
209
201
  'fabric.editor.statusPlaceholder': 'Angiv en status',
@@ -237,10 +229,8 @@ export default {
237
229
  'fabric.editor.typeahead.mentionInputLabel': 'Begynd at indtaste for at søge efter brugere, du vil tagge',
238
230
  'fabric.editor.typeahead.mentionPopupLabel': 'Brugere, du kan tagge',
239
231
  'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
240
- 'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
241
232
  'fabric.editor.underline': 'Understreget',
242
233
  'fabric.editor.undo': 'Fortryd',
243
- 'fabric.editor.unlink': 'Fjern link',
244
234
  'fabric.editor.unorderedList': 'Punktopstilling',
245
235
  'fabric.editor.unorderedList.description': 'Opret en ikke-sorteret liste',
246
236
  'fabric.editor.url': 'Visnings-URL',
@@ -73,7 +73,6 @@ export default {
73
73
  'fabric.editor.edit': 'Bearbeiten',
74
74
  'fabric.editor.editAltText': 'Alternativtext bearbeiten',
75
75
  'fabric.editor.editDateText': 'Datum bearbeiten',
76
- 'fabric.editor.editLink': 'Link bearbeiten',
77
76
  'fabric.editor.editStatusColor': 'Statusfarbe bearbeiten',
78
77
  'fabric.editor.editStatusText': 'Status bearbeiten',
79
78
  'fabric.editor.editableContentLabel': 'Editierbarer Inhalt',
@@ -97,7 +96,6 @@ export default {
97
96
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
98
97
  'fabric.editor.elementbrowser.sidebar.heading': 'Durchsuchen',
99
98
  'fabric.editor.embedTitle': 'Einbetten',
100
- 'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
101
99
  'fabric.editor.epic': 'Epic',
102
100
  'fabric.editor.error': 'Fehler',
103
101
  'fabric.editor.errorPanel': 'Fehler-Panel',
@@ -141,7 +139,6 @@ export default {
141
139
  'fabric.editor.hyperlink.linkAriaLabel': 'Label verknüpfen',
142
140
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
143
141
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
144
- 'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
145
142
  'fabric.editor.imageBorderBold': 'Breit',
146
143
  'fabric.editor.imageBorderColor': 'Farbe',
147
144
  'fabric.editor.imageBorderMedium': 'Mittel',
@@ -157,17 +154,13 @@ export default {
157
154
  'fabric.editor.inlineTitle': 'Inline',
158
155
  'fabric.editor.inputQueryAssistiveTxt': 'Wenn Autovervollständigungen angezeigt werden, navigieren Sie mit den Pfeiltasten nach oben und unten und drücken Sie die Eingabetaste zur Auswahl eines Ergebnisses. Benutzer mit Touchscreen-Geräten können mit Berührungen und Wischgesten navigieren.',
159
156
  'fabric.editor.invalidDateError': 'Bitte geben Sie ein gültiges Datum ein.',
160
- 'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
161
157
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
162
158
  'fabric.editor.italic': 'Kursiv',
163
159
  'fabric.editor.keyboardShortcuts': 'Tastenkombinationen',
164
160
  'fabric.editor.leftSidebar': 'Linke Seitenleiste',
165
- 'fabric.editor.linkAddress': 'Link-Adresse',
166
- 'fabric.editor.linkPlaceholder': 'Link einfügen',
167
161
  'fabric.editor.lists': 'Listen',
168
162
  'fabric.editor.markdown': 'Markdown',
169
163
  'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
170
- 'fabric.editor.mediaAddLink': 'Link hinzufügen',
171
164
  'fabric.editor.mediaGroupDeleteLabel': 'Löschen',
172
165
  'fabric.editor.mentionNode.label': 'Markierung von Benutzer',
173
166
  'fabric.editor.mentionsAddLabel': 'Hinzufügen-Symbol',
@@ -203,7 +196,6 @@ export default {
203
196
  'fabric.editor.rightSidebar': 'Rechte Seitenleiste',
204
197
  'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} Suchergebnis verfügbar} other {{itemsLength,number} Suchergebnisse verfügbar}}',
205
198
  'fabric.editor.selectLanguage': 'Sprache auswählen',
206
- 'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
207
199
  'fabric.editor.shortcut': 'Textverknüpfung',
208
200
  'fabric.editor.single': 'Einzelne Spalte',
209
201
  'fabric.editor.statusPlaceholder': 'Status festlegen',
@@ -237,10 +229,8 @@ export default {
237
229
  'fabric.editor.typeahead.mentionInputLabel': 'Beginnen Sie mit der Eingabe, um nach Benutzern zum Kennzeichnen zu suchen',
238
230
  'fabric.editor.typeahead.mentionPopupLabel': 'Benutzer, die Sie kennzeichnen können',
239
231
  'fabric.editor.typeahead.metionListItemLabel': 'Benutzer {name} @{shortName}',
240
- 'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
241
232
  'fabric.editor.underline': 'Unterstrichen',
242
233
  'fabric.editor.undo': 'Rückgängig',
243
- 'fabric.editor.unlink': 'Verknüpfung löschen',
244
234
  'fabric.editor.unorderedList': 'Aufzählung',
245
235
  'fabric.editor.unorderedList.description': 'Unsortierte Liste erstellen',
246
236
  'fabric.editor.url': 'Display-URL',
@@ -74,7 +74,6 @@ export default {
74
74
  'fabric.editor.edit': 'Edit',
75
75
  'fabric.editor.editAltText': 'Edit alt text',
76
76
  'fabric.editor.editDateText': 'Edit Date',
77
- 'fabric.editor.editLink': 'Edit link',
78
77
  'fabric.editor.editStatusColor': 'Edit Status Color',
79
78
  'fabric.editor.editStatusText': 'Edit Status',
80
79
  'fabric.editor.editableContentLabel': 'Editable content',
@@ -98,7 +97,6 @@ export default {
98
97
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
99
98
  'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
100
99
  'fabric.editor.embedTitle': 'Embed',
101
- 'fabric.editor.emptyLink': 'Please enter a link.',
102
100
  'fabric.editor.epic': 'Epic',
103
101
  'fabric.editor.error': 'Error',
104
102
  'fabric.editor.errorPanel': 'Error panel',
@@ -144,7 +142,6 @@ export default {
144
142
  'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
145
143
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
146
144
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
147
- 'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
148
145
  'fabric.editor.imageBorderBold': 'Bold',
149
146
  'fabric.editor.imageBorderColor': 'Color',
150
147
  'fabric.editor.imageBorderMedium': 'Medium',
@@ -160,17 +157,13 @@ export default {
160
157
  'fabric.editor.inlineTitle': 'Inline',
161
158
  'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
162
159
  'fabric.editor.invalidDateError': 'Enter a valid date',
163
- 'fabric.editor.invalidLink': 'Please enter a valid link.',
164
160
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
165
161
  'fabric.editor.italic': 'Italic',
166
162
  'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
167
163
  'fabric.editor.leftSidebar': 'Left sidebar',
168
- 'fabric.editor.linkAddress': 'Link address',
169
- 'fabric.editor.linkPlaceholder': 'Paste link',
170
164
  'fabric.editor.lists': 'Lists',
171
165
  'fabric.editor.markdown': 'Markdown',
172
166
  'fabric.editor.matchCase': 'Match case',
173
- 'fabric.editor.mediaAddLink': 'Add link',
174
167
  'fabric.editor.mediaGroupDeleteLabel': 'delete',
175
168
  'fabric.editor.mentionNode.label': 'Tagged user',
176
169
  'fabric.editor.mentionsAddLabel': 'add-icon',
@@ -206,7 +199,6 @@ export default {
206
199
  'fabric.editor.rightSidebar': 'Right sidebar',
207
200
  'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available',
208
201
  'fabric.editor.selectLanguage': 'Select language',
209
- 'fabric.editor.settingsLinks': 'Go to Link Preferences',
210
202
  'fabric.editor.shortcut': 'Text shortcut',
211
203
  'fabric.editor.single': 'Single column',
212
204
  'fabric.editor.statusPlaceholder': 'Set a status',
@@ -240,10 +232,8 @@ export default {
240
232
  'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
241
233
  'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
242
234
  'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
243
- 'fabric.editor.unableToOpenLink': 'Unable to open this link',
244
235
  'fabric.editor.underline': 'Underline',
245
236
  'fabric.editor.undo': 'Undo',
246
- 'fabric.editor.unlink': 'Unlink',
247
237
  'fabric.editor.unorderedList': 'Bullet list',
248
238
  'fabric.editor.unorderedList.description': 'Create an unordered list',
249
239
  'fabric.editor.url': 'Display URL',
@@ -74,7 +74,6 @@ export default {
74
74
  'fabric.editor.edit': 'Edit',
75
75
  'fabric.editor.editAltText': 'Edit alt text',
76
76
  'fabric.editor.editDateText': 'Edit Date',
77
- 'fabric.editor.editLink': 'Edit link',
78
77
  'fabric.editor.editStatusColor': 'Edit Status Colour',
79
78
  'fabric.editor.editStatusText': 'Edit Status',
80
79
  'fabric.editor.editableContentLabel': 'Editable content',
@@ -98,7 +97,6 @@ export default {
98
97
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
99
98
  'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
100
99
  'fabric.editor.embedTitle': 'Embed',
101
- 'fabric.editor.emptyLink': 'Please enter a link.',
102
100
  'fabric.editor.epic': 'Epic',
103
101
  'fabric.editor.error': 'Error',
104
102
  'fabric.editor.errorPanel': 'Error panel',
@@ -144,7 +142,6 @@ export default {
144
142
  'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
145
143
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
146
144
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
147
- 'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
148
145
  'fabric.editor.imageBorderBold': 'Bold',
149
146
  'fabric.editor.imageBorderColor': 'Colour',
150
147
  'fabric.editor.imageBorderMedium': 'Medium',
@@ -160,17 +157,13 @@ export default {
160
157
  'fabric.editor.inlineTitle': 'Inline',
161
158
  'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
162
159
  'fabric.editor.invalidDateError': 'Enter a valid date',
163
- 'fabric.editor.invalidLink': 'Please enter a valid link.',
164
160
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
165
161
  'fabric.editor.italic': 'Italic',
166
162
  'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
167
163
  'fabric.editor.leftSidebar': 'Left sidebar',
168
- 'fabric.editor.linkAddress': 'Link address',
169
- 'fabric.editor.linkPlaceholder': 'Paste link',
170
164
  'fabric.editor.lists': 'Lists',
171
165
  'fabric.editor.markdown': 'Markdown',
172
166
  'fabric.editor.matchCase': 'Match case',
173
- 'fabric.editor.mediaAddLink': 'Add link',
174
167
  'fabric.editor.mediaGroupDeleteLabel': 'delete',
175
168
  'fabric.editor.mentionNode.label': 'Tagged user',
176
169
  'fabric.editor.mentionsAddLabel': 'add-icon',
@@ -206,7 +199,6 @@ export default {
206
199
  'fabric.editor.rightSidebar': 'Right sidebar',
207
200
  'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available',
208
201
  'fabric.editor.selectLanguage': 'Select language',
209
- 'fabric.editor.settingsLinks': 'Go to Link Preferences',
210
202
  'fabric.editor.shortcut': 'Text shortcut',
211
203
  'fabric.editor.single': 'Single column',
212
204
  'fabric.editor.statusPlaceholder': 'Set a status',
@@ -240,10 +232,8 @@ export default {
240
232
  'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
241
233
  'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
242
234
  'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
243
- 'fabric.editor.unableToOpenLink': 'Unable to open this link',
244
235
  'fabric.editor.underline': 'Underline',
245
236
  'fabric.editor.undo': 'Undo',
246
- 'fabric.editor.unlink': 'Unlink',
247
237
  'fabric.editor.unorderedList': 'Bullet list',
248
238
  'fabric.editor.unorderedList.description': 'Create an unordered list',
249
239
  'fabric.editor.url': 'Display URL',
@@ -74,7 +74,6 @@ export default {
74
74
  'fabric.editor.edit': '⁣⁢Edit‍‌⁠⁡⁠⁡⁡⁠⁣⁤',
75
75
  'fabric.editor.editAltText': '⁣⁢Edit alt text؜‍⁡⁠⁠‍؜؜⁡⁣⁤',
76
76
  'fabric.editor.editDateText': '⁣⁢Edit Date⁡‌⁠⁠‍؜؜⁠⁡⁡⁡⁣⁤',
77
- 'fabric.editor.editLink': '⁣⁢Edit link؜⁡⁡⁠⁠؜⁣⁤',
78
77
  'fabric.editor.editStatusColor': '⁣⁢Edit Status Color‌‌⁡‌‍؜⁡‍؜⁡⁣⁤',
79
78
  'fabric.editor.editStatusText': '⁣⁢Edit Status⁡‍‌‌‍؜⁡؜‍‍؜؜⁣⁤',
80
79
  'fabric.editor.editableContentLabel': '⁣⁢Editable content⁠؜‌‍⁠⁡⁠؜⁣⁤',
@@ -98,7 +97,6 @@ export default {
98
97
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '⁣⁢Explore Atlassian Marketplace⁡‍⁡‌‌‌⁡‍؜‍⁠‌‌‌⁣⁤',
99
98
  'fabric.editor.elementbrowser.sidebar.heading': '⁣⁢Browse؜⁡؜⁡⁠‍‌‍‌⁡⁣⁤',
100
99
  'fabric.editor.embedTitle': '⁣⁢Embed‍‌⁡⁡؜؜؜‌؜؜⁣⁤',
101
- 'fabric.editor.emptyLink': '⁣⁢Please enter a link.‌‌‍⁡⁡‌‌‌‌⁠⁣⁤',
102
100
  'fabric.editor.epic': '⁣⁢Epic‌⁠‍⁡⁠⁠⁡؜⁣⁤',
103
101
  'fabric.editor.error': '⁣⁢Error؜‌⁡‌؜⁡‌⁣⁤',
104
102
  'fabric.editor.errorPanel': '⁣⁢Error panel⁠‍؜⁠⁠؜‍⁠⁠⁡⁣⁤',
@@ -144,7 +142,6 @@ export default {
144
142
  'fabric.editor.hyperlink.linkAriaLabel': '⁣⁢Link label⁠‌‌‌‍؜‌‍⁣⁤',
145
143
  'fabric.editor.hyperlink.searchLinkAriaDescription': '⁣⁢Suggestions will appear below as you type into the field⁠‍‍⁠‍‌؜⁡‍‍‍؜‍‌⁣⁤',
146
144
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {⁣⁢no results found⁡⁠؜؜؜؜⁣⁤} one {⁣⁢{count,number} result found؜⁠؜‌‍⁡‍⁡؜‌⁡‌⁣⁤} other {⁣⁢{count,number} results found؜⁠؜‌‍⁡‍⁡؜‌⁡‌⁣⁤}}',
147
- 'fabric.editor.hyperlinkToolbarPlaceholder': '⁣⁢Paste or search for link‌‌‍؜‌؜‍⁡⁠⁣⁤',
148
145
  'fabric.editor.imageBorderBold': '⁣⁢Bold‍‍‍‌⁠‍⁡‌؜‍⁡‍⁣⁤',
149
146
  'fabric.editor.imageBorderColor': '⁣⁢Color⁠⁠⁠؜؜⁠⁠‍⁡؜؜⁣⁤',
150
147
  'fabric.editor.imageBorderMedium': '⁣⁢Medium⁠‌⁠؜‍⁠؜⁠؜⁣⁤',
@@ -160,17 +157,13 @@ export default {
160
157
  'fabric.editor.inlineTitle': '⁣⁢Inline‍؜⁡⁠‍‍؜‌⁡⁣⁤',
161
158
  'fabric.editor.inputQueryAssistiveTxt': '⁣⁢When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.‌‍؜‌؜⁡‍⁣⁤',
162
159
  'fabric.editor.invalidDateError': '⁣⁢Enter a valid date‍‌‌‌⁠⁠‌⁡؜‌‍⁣⁤',
163
- 'fabric.editor.invalidLink': '⁣⁢Please enter a valid link.⁡⁠؜‌⁡⁠‍‌⁣⁤',
164
160
  'fabric.editor.inviteItem.title': '{userRole, select, admin {⁣⁢Invite teammate to {productName}‌⁠⁠؜⁠‍⁠‌⁡‌⁡⁡⁡⁠؜⁣⁤} trusted {⁣⁢Invite teammate to {productName}‌⁠⁠؜⁠‍⁠‌⁡‌⁡⁡⁡⁠؜⁣⁤} other {⁣⁢Add teammate to {productName}؜؜⁠⁠⁠‍⁡‌⁠⁡⁣⁤}}',
165
161
  'fabric.editor.italic': '⁣⁢Italic؜‍⁡؜⁡⁠‌؜‍؜‌⁣⁤',
166
162
  'fabric.editor.keyboardShortcuts': '⁣⁢Keyboard shortcuts‍⁠‌⁡؜⁠⁡⁠؜⁣⁤',
167
163
  'fabric.editor.leftSidebar': '⁣⁢Left sidebar⁡‍‍‍‍⁣⁤',
168
- 'fabric.editor.linkAddress': '⁣⁢Link address؜⁠⁡⁡‌‍؜⁠‍؜⁠‍⁣⁤',
169
- 'fabric.editor.linkPlaceholder': '⁣⁢Paste link؜⁠⁠⁠‌‍⁡⁠؜‍⁣⁤',
170
164
  'fabric.editor.lists': '⁣⁢Lists‍‍؜؜⁡⁡؜؜؜⁠⁣⁤',
171
165
  'fabric.editor.markdown': '⁣⁢Markdown⁠‌؜‍؜؜‍⁠‌⁣⁤',
172
166
  'fabric.editor.matchCase': '⁣⁢Match case‌‌⁠⁡‍؜‍‍‌؜⁡⁡⁠‍⁣⁤',
173
- 'fabric.editor.mediaAddLink': '⁣⁢Add link‍⁠⁠‌‍‌⁡‌؜‍⁣⁤',
174
167
  'fabric.editor.mediaGroupDeleteLabel': '⁣⁢delete‌‌⁠⁡⁠‍⁠⁣⁤',
175
168
  'fabric.editor.mentionNode.label': '⁣⁢Tagged user⁠‍⁠‌⁡⁡‍‍‌‌⁡؜⁣⁤',
176
169
  'fabric.editor.mentionsAddLabel': '⁣⁢add-icon‌‌‌؜⁡‍‍⁡⁡‍‍⁠⁣⁤',
@@ -206,7 +199,6 @@ export default {
206
199
  'fabric.editor.rightSidebar': '⁣⁢Right sidebar⁠‍⁠؜‍⁠‍؜⁡⁡‌‍⁡‍⁣⁤',
207
200
  'fabric.editor.searchResults': '{itemsLength, plural, one {⁣⁢{itemsLength,number} search result available⁡‍‍⁠‍؜⁠؜‌⁡⁣⁤} other {⁣⁢{itemsLength,number} search results available⁡‍‍⁠‍؜⁠؜‌⁡⁣⁤}}',
208
201
  'fabric.editor.selectLanguage': '⁣⁢Select language‍⁠‌؜‌⁡‍‌⁣⁤',
209
- 'fabric.editor.settingsLinks': '⁣⁢Go to Link Preferences؜؜‌⁡‍؜⁠⁡⁠⁠‌⁠⁣⁤',
210
202
  'fabric.editor.shortcut': '⁣⁢Text shortcut‌‌‌⁠‌‍⁠‍⁡‌‌⁣⁤',
211
203
  'fabric.editor.single': '⁣⁢Single column⁡‍⁠‌؜⁡‍‌‍⁣⁤',
212
204
  'fabric.editor.statusPlaceholder': '⁣⁢Set a status⁠؜⁠⁠⁡⁡‍⁣⁤',
@@ -240,10 +232,8 @@ export default {
240
232
  'fabric.editor.typeahead.mentionInputLabel': '⁣⁢Begin typing to search for users to tag⁡⁡‌⁠‌؜⁡‍‍⁠‍⁠⁠‌⁣⁤',
241
233
  'fabric.editor.typeahead.mentionPopupLabel': '⁣⁢Users you can tag‌‍‌؜⁡⁡؜⁡⁣⁤',
242
234
  'fabric.editor.typeahead.metionListItemLabel': '⁣⁢User {name} @{shortName}‌‍؜⁠⁡‌‌⁡⁣⁤',
243
- 'fabric.editor.unableToOpenLink': '⁣⁢Unable to open this link⁡؜‍‌‌⁠⁡⁡‌؜⁣⁤',
244
235
  'fabric.editor.underline': '⁣⁢Underline⁠⁠‍‍‌‌⁠‍⁣⁤',
245
236
  'fabric.editor.undo': '⁣⁢Undo⁡⁡⁡‌⁠⁡‌⁡‌⁠⁡⁣⁤',
246
- 'fabric.editor.unlink': '⁣⁢Unlink‍‌⁠‍⁠⁡‌⁣⁤',
247
237
  'fabric.editor.unorderedList': '⁣⁢Bullet list‌‍‍؜⁠؜⁠؜‌؜⁣⁤',
248
238
  'fabric.editor.unorderedList.description': '⁣⁢Create an unordered list⁡‍؜‌‍‌‍⁠‍⁠⁡؜‌⁠⁠⁣⁤',
249
239
  'fabric.editor.url': '⁣⁢Display URL‍⁠⁡‌‍؜⁣⁤',