@atlaskit/editor-common 107.0.6 → 107.1.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 +22 -0
- package/dist/cjs/element-browser/hooks/use-select-and-focus-on-arrow-navigation.js +2 -2
- package/dist/cjs/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/cjs/i18n/cs.js +9 -0
- package/dist/cjs/i18n/da.js +9 -0
- package/dist/cjs/i18n/de.js +8 -0
- package/dist/cjs/i18n/en.js +1 -1
- package/dist/cjs/i18n/en_GB.js +1 -1
- package/dist/cjs/i18n/en_ZZ.js +1 -1
- package/dist/cjs/i18n/es.js +9 -1
- package/dist/cjs/i18n/fi.js +8 -0
- package/dist/cjs/i18n/fr.js +9 -2
- package/dist/cjs/i18n/hr.js +10 -1
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +8 -0
- package/dist/cjs/i18n/ja.js +8 -0
- package/dist/cjs/i18n/ko.js +9 -0
- package/dist/cjs/i18n/nb.js +10 -1
- package/dist/cjs/i18n/nl.js +9 -0
- package/dist/cjs/i18n/pl.js +7 -0
- package/dist/cjs/i18n/pt_BR.js +8 -0
- package/dist/cjs/i18n/ru.js +8 -0
- package/dist/cjs/i18n/sr_RS.js +9 -1
- package/dist/cjs/i18n/sr_YR.js +902 -0
- package/dist/cjs/i18n/sv.js +8 -0
- package/dist/cjs/i18n/th.js +9 -0
- package/dist/cjs/i18n/tr.js +7 -0
- package/dist/cjs/i18n/uk.js +10 -1
- package/dist/cjs/i18n/vi.js +9 -0
- package/dist/cjs/i18n/zh.js +8 -0
- package/dist/cjs/i18n/zh_TW.js +7 -0
- package/dist/cjs/mark/index.js +6 -0
- package/dist/cjs/mark/text-formatting.js +144 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/resizer.js +129 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/hyperlink.js +1 -2
- package/dist/es2019/element-browser/hooks/use-select-and-focus-on-arrow-navigation.js +2 -2
- package/dist/es2019/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/es2019/i18n/cs.js +9 -0
- package/dist/es2019/i18n/da.js +9 -0
- package/dist/es2019/i18n/de.js +8 -0
- package/dist/es2019/i18n/en.js +1 -1
- package/dist/es2019/i18n/en_GB.js +1 -1
- package/dist/es2019/i18n/en_ZZ.js +1 -1
- package/dist/es2019/i18n/es.js +9 -1
- package/dist/es2019/i18n/fi.js +8 -0
- package/dist/es2019/i18n/fr.js +9 -2
- package/dist/es2019/i18n/hr.js +10 -1
- package/dist/es2019/i18n/hu.js +9 -0
- package/dist/es2019/i18n/it.js +8 -0
- package/dist/es2019/i18n/ja.js +8 -0
- package/dist/es2019/i18n/ko.js +9 -0
- package/dist/es2019/i18n/nb.js +10 -1
- package/dist/es2019/i18n/nl.js +9 -0
- package/dist/es2019/i18n/pl.js +7 -0
- package/dist/es2019/i18n/pt_BR.js +8 -0
- package/dist/es2019/i18n/ru.js +8 -0
- package/dist/es2019/i18n/sr_RS.js +9 -1
- package/dist/es2019/i18n/sr_YR.js +896 -0
- package/dist/es2019/i18n/sv.js +8 -0
- package/dist/es2019/i18n/th.js +9 -0
- package/dist/es2019/i18n/tr.js +7 -0
- package/dist/es2019/i18n/uk.js +10 -1
- package/dist/es2019/i18n/vi.js +9 -0
- package/dist/es2019/i18n/zh.js +8 -0
- package/dist/es2019/i18n/zh_TW.js +7 -0
- package/dist/es2019/mark/index.js +1 -1
- package/dist/es2019/mark/text-formatting.js +88 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/resizer.js +128 -11
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/hyperlink.js +1 -2
- package/dist/esm/element-browser/hooks/use-select-and-focus-on-arrow-navigation.js +2 -2
- package/dist/esm/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/esm/i18n/cs.js +9 -0
- package/dist/esm/i18n/da.js +9 -0
- package/dist/esm/i18n/de.js +8 -0
- package/dist/esm/i18n/en.js +1 -1
- package/dist/esm/i18n/en_GB.js +1 -1
- package/dist/esm/i18n/en_ZZ.js +1 -1
- package/dist/esm/i18n/es.js +9 -1
- package/dist/esm/i18n/fi.js +8 -0
- package/dist/esm/i18n/fr.js +9 -2
- package/dist/esm/i18n/hr.js +10 -1
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.js +8 -0
- package/dist/esm/i18n/ja.js +8 -0
- package/dist/esm/i18n/ko.js +9 -0
- package/dist/esm/i18n/nb.js +10 -1
- package/dist/esm/i18n/nl.js +9 -0
- package/dist/esm/i18n/pl.js +7 -0
- package/dist/esm/i18n/pt_BR.js +8 -0
- package/dist/esm/i18n/ru.js +8 -0
- package/dist/esm/i18n/sr_RS.js +9 -1
- package/dist/esm/i18n/sr_YR.js +896 -0
- package/dist/esm/i18n/sv.js +8 -0
- package/dist/esm/i18n/th.js +9 -0
- package/dist/esm/i18n/tr.js +7 -0
- package/dist/esm/i18n/uk.js +10 -1
- package/dist/esm/i18n/vi.js +9 -0
- package/dist/esm/i18n/zh.js +8 -0
- package/dist/esm/i18n/zh_TW.js +7 -0
- package/dist/esm/mark/index.js +1 -1
- package/dist/esm/mark/text-formatting.js +142 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/resizer.js +129 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/hyperlink.js +1 -2
- package/dist/types/i18n/cs.d.ts +9 -0
- package/dist/types/i18n/da.d.ts +9 -0
- package/dist/types/i18n/de.d.ts +8 -0
- package/dist/types/i18n/es.d.ts +8 -0
- package/dist/types/i18n/fi.d.ts +8 -0
- package/dist/types/i18n/fr.d.ts +7 -0
- package/dist/types/i18n/hr.d.ts +9 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +8 -0
- package/dist/types/i18n/ja.d.ts +8 -0
- package/dist/types/i18n/ko.d.ts +9 -0
- package/dist/types/i18n/nb.d.ts +9 -0
- package/dist/types/i18n/nl.d.ts +9 -0
- package/dist/types/i18n/pl.d.ts +7 -0
- package/dist/types/i18n/pt_BR.d.ts +8 -0
- package/dist/types/i18n/ru.d.ts +8 -0
- package/dist/types/i18n/sr_RS.d.ts +8 -0
- package/dist/types/i18n/sr_YR.d.ts +895 -0
- package/dist/types/i18n/sv.d.ts +8 -0
- package/dist/types/i18n/th.d.ts +9 -0
- package/dist/types/i18n/tr.d.ts +7 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +9 -0
- package/dist/types/i18n/zh.d.ts +8 -0
- package/dist/types/i18n/zh_TW.d.ts +7 -0
- package/dist/types/mark/index.d.ts +1 -1
- package/dist/types/mark/text-formatting.d.ts +14 -1
- package/dist/types/types/text-formatting.d.ts +1 -0
- package/dist/types/user-preferences/utils.d.ts +1 -1
- package/dist/types/utils/get-dom-ref-from-selection.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +9 -0
- package/dist/types-ts4.5/i18n/da.d.ts +9 -0
- package/dist/types-ts4.5/i18n/de.d.ts +8 -0
- package/dist/types-ts4.5/i18n/es.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +9 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -0
- package/dist/types-ts4.5/i18n/it.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +895 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +8 -0
- package/dist/types-ts4.5/i18n/th.d.ts +9 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +8 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +7 -0
- package/dist/types-ts4.5/mark/index.d.ts +1 -1
- package/dist/types-ts4.5/mark/text-formatting.d.ts +14 -1
- package/dist/types-ts4.5/types/text-formatting.d.ts +1 -0
- package/dist/types-ts4.5/user-preferences/utils.d.ts +1 -1
- package/dist/types-ts4.5/utils/get-dom-ref-from-selection.d.ts +1 -1
- package/package.json +3 -9
|
@@ -9,6 +9,7 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
|
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
11
11
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
12
|
+
var _expValEqualsNoExposure = require("@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure");
|
|
12
13
|
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
13
14
|
var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
14
15
|
/*
|
|
@@ -30,11 +31,11 @@ var resizerHandleThumbWidth = exports.resizerHandleThumbWidth = 3;
|
|
|
30
31
|
var resizerHandleZIndex = exports.resizerHandleZIndex = 1;
|
|
31
32
|
|
|
32
33
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766, Seems perfectly safe to autofix, but comments would be lost…
|
|
33
|
-
var resizerStyles = exports.resizerStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t.", " {\n\t\twill-change: width;\n\n\t\t&:hover,\n\t\t&.display-handle {\n\t\t\t& > .", " > .", " {\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\n\t\t&.is-resizing {\n\t\t\t& .", " {\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t& .", " {\n\t\t\t\ttransition: none;\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tdisplay: flex;\n\t\tvisibility: hidden;\n\t\topacity: 0;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\twidth: 7px;\n\t\ttransition:\n\t\t\tvisibility 0.2s,\n\t\t\topacity 0.2s;\n\n\t\t/*\n NOTE: The below style is targeted at the div element added by the tooltip. We don't have any means of injecting styles\n into the tooltip\n */\n\t\t& div[role='presentation'] {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tjustify-content: center;\n\t\t\talign-items: center;\n\t\t\tmargin-top: ", ";\n\t\t\twhite-space: normal;\n\t\t}\n\n\t\t/*\n Handle Positions\n */\n\t\t&.left {\n\t\t\talign-items: flex-start;\n\t\t}\n\t\t&.right {\n\t\t\talign-items: flex-end;\n\t\t}\n\n\t\t/*\n Handle Sizing\n */\n\t\t&.small {\n\t\t\t& .", " {\n\t\t\t\theight: 43px;\n\t\t\t}\n\t\t}\n\t\t&.medium {\n\t\t\t& .", " {\n\t\t\t\theight: 64px;\n\t\t\t}\n\t\t}\n\t\t&.large {\n\t\t\t& .", " {\n\t\t\t\theight: 96px;\n\t\t\t}\n\t\t}\n\t\t&.clamped {\n\t\t\t& .", " {\n\t\t\t\theight: clamp(43px, calc(100% - 32px), 96px);\n\t\t\t}\n\t\t}\n\n\t\t/*\n Handle Alignment\n */\n\t\t&.sticky {\n\t\t\t& .", " {\n\t\t\t\tposition: sticky;\n\t\t\t\ttop: ", ";\n\t\t\t\tbottom: ", ";\n\t\t\t}\n\t\t}\n\n\t\t&:hover {\n\t\t\t& .", " {\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\n\t\t\t& .", " {\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 0.5;\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tcontent: ' ';\n\t\tdisplay: flex;\n\t\twidth: 3px;\n\t\tmargin: 0 ", ";\n\t\theight: 64px;\n\t\ttransition: background-color 0.2s;\n\t\tborder-radius: 6px;\n\t\tborder: 0;\n\t\tpadding: 0;\n\t\tz-index: 2;\n\t\toutline: none;\n\t\tmin-height: 24px;\n\t\tbackground: ", ";\n\n\t\t&:hover {\n\t\t\tcursor: col-resize;\n\t\t}\n\n\t\t&:focus {\n\t\t\tbackground: ", ";\n\n\t\t\t&::after {\n\t\t\t\tcontent: '';\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: ", ";\n\t\t\t\tright: ", ";\n\t\t\t\tbottom: ", ";\n\t\t\t\tleft: ", ";\n\t\t\t\tborder: 2px solid ", ";\n\t\t\t\tborder-radius: inherit;\n\t\t\t\tz-index: -1;\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tvisibility: hidden;\n\t\tposition: absolute;\n\t\twidth: 7px;\n\t\theight: calc(100% - 40px);\n\t\tborder-radius: 4px;\n\t\topacity: 0;\n\t\ttransition:\n\t\t\tbackground-color 0.2s,\n\t\t\tvisibility 0.2s,\n\t\t\topacity 0.2s;\n\n\t\t&.none {\n\t\t\tbackground: none;\n\t\t}\n\n\t\t&.shadow {\n\t\t\tbackground: ", ";\n\t\t}\n\n\t\t&.full-height {\n\t\t\tbackground: ", ";\n\t\t\theight: 100%;\n\t\t\tmin-height: 36px;\n\t\t}\n\t}\n\n\t.", " {\n\t\t& .", " {\n\t\t\tbackground: ", ";\n\t\t}\n\t}\n\n\t
|
|
34
|
+
var resizerStyles = exports.resizerStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t.", " {\n\t\twill-change: width;\n\n\t\t&:hover,\n\t\t&.display-handle {\n\t\t\t& > .", " > .", " {\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\n\t\t&.is-resizing {\n\t\t\t& .", " {\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\t\t}\n\n\t\t&.", " {\n\t\t\t& .", " {\n\t\t\t\ttransition: none;\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tdisplay: flex;\n\t\tvisibility: hidden;\n\t\topacity: 0;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\twidth: 7px;\n\t\ttransition:\n\t\t\tvisibility 0.2s,\n\t\t\topacity 0.2s;\n\n\t\t/*\n NOTE: The below style is targeted at the div element added by the tooltip. We don't have any means of injecting styles\n into the tooltip\n */\n\t\t& div[role='presentation'] {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tjustify-content: center;\n\t\t\talign-items: center;\n\t\t\tmargin-top: ", ";\n\t\t\twhite-space: normal;\n\t\t}\n\n\t\t/*\n Handle Positions\n */\n\t\t&.left {\n\t\t\talign-items: flex-start;\n\t\t}\n\t\t&.right {\n\t\t\talign-items: flex-end;\n\t\t}\n\n\t\t/*\n Handle Sizing\n */\n\t\t&.small {\n\t\t\t& .", " {\n\t\t\t\theight: 43px;\n\t\t\t}\n\t\t}\n\t\t&.medium {\n\t\t\t& .", " {\n\t\t\t\theight: 64px;\n\t\t\t}\n\t\t}\n\t\t&.large {\n\t\t\t& .", " {\n\t\t\t\theight: 96px;\n\t\t\t}\n\t\t}\n\t\t&.clamped {\n\t\t\t& .", " {\n\t\t\t\theight: clamp(43px, calc(100% - 32px), 96px);\n\t\t\t}\n\t\t}\n\n\t\t/*\n Handle Alignment\n */\n\t\t&.sticky {\n\t\t\t& .", " {\n\t\t\t\tposition: sticky;\n\t\t\t\ttop: ", ";\n\t\t\t\tbottom: ", ";\n\t\t\t}\n\t\t}\n\n\t\t&:hover {\n\t\t\t& .", " {\n\t\t\t\tbackground: ", ";\n\t\t\t}\n\n\t\t\t& .", " {\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 0.5;\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tcontent: ' ';\n\t\tdisplay: flex;\n\t\twidth: 3px;\n\t\tmargin: 0 ", ";\n\t\theight: 64px;\n\t\ttransition: background-color 0.2s;\n\t\tborder-radius: 6px;\n\t\tborder: 0;\n\t\tpadding: 0;\n\t\tz-index: 2;\n\t\toutline: none;\n\t\tmin-height: 24px;\n\t\tbackground: ", ";\n\n\t\t&:hover {\n\t\t\tcursor: col-resize;\n\t\t}\n\n\t\t&:focus {\n\t\t\tbackground: ", ";\n\n\t\t\t&::after {\n\t\t\t\tcontent: '';\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: ", ";\n\t\t\t\tright: ", ";\n\t\t\t\tbottom: ", ";\n\t\t\t\tleft: ", ";\n\t\t\t\tborder: 2px solid ", ";\n\t\t\t\tborder-radius: inherit;\n\t\t\t\tz-index: -1;\n\t\t\t}\n\t\t}\n\t}\n\n\t.", " {\n\t\tvisibility: hidden;\n\t\tposition: absolute;\n\t\twidth: 7px;\n\t\theight: calc(100% - 40px);\n\t\tborder-radius: 4px;\n\t\topacity: 0;\n\t\ttransition:\n\t\t\tbackground-color 0.2s,\n\t\t\tvisibility 0.2s,\n\t\t\topacity 0.2s;\n\n\t\t&.none {\n\t\t\tbackground: none;\n\t\t}\n\n\t\t&.shadow {\n\t\t\tbackground: ", ";\n\t\t}\n\n\t\t&.full-height {\n\t\t\tbackground: ", ";\n\t\t\theight: 100%;\n\t\t\tmin-height: 36px;\n\t\t}\n\t}\n\n\t.", " {\n\t\t& .", " {\n\t\t\tbackground: ", ";\n\t\t}\n\t}\n\n\t.", " {\n\t\tposition: relative;\n\t\tdisplay: inline-block;\n\t\twidth: 100%;\n\n\t\t&.", " {\n\t\t\tpadding: 0 ", ";\n\t\t\tleft: ", ";\n\t\t}\n\t}\n\n\t/* This below style is here to make sure the image width is correct when nested in a table */\n\ttable .", ", table .", ".", " {\n\t\tpadding: unset;\n\t\tleft: unset;\n\t}\n"])), resizerItemClassName, handleWrapperClass, resizerHandleClassName, resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", resizerDangerClassName, resizerHandleThumbClassName, "var(--ds-icon-danger, ".concat(_editorSharedStyles.akEditorDeleteIconColor, ")"), resizerHandleClassName, "var(--ds-space-negative-200, -16px)", resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, resizerHandleThumbClassName, "var(--ds-space-150, 12px)", "var(--ds-space-150, 12px)", resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", resizerHandleTrackClassName, resizerHandleThumbClassName, "var(--ds-space-025, 2px)", "var(--ds-border, #091E4224)", "var(--ds-border-selected, #0C66E4)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-space-negative-050, -4px)", "var(--ds-border-focused, #388BFF)", resizerHandleTrackClassName, "var(--ds-background-selected, #E9F2FF)", "var(--ds-background-selected, #E9F2FF)", akEditorSelectedNodeClassName, resizerHandleThumbClassName, "var(--ds-border-focused, #388BFF)", resizerHoverZoneClassName, resizerExtendedZone, "var(--ds-space-150, 12px)", "var(--ds-space-negative-150, -12px)", resizerHoverZoneClassName, resizerHoverZoneClassName, resizerExtendedZone);
|
|
34
35
|
|
|
35
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
36
37
|
var pragmaticResizerStylesForTooltip = exports.pragmaticResizerStylesForTooltip = function pragmaticResizerStylesForTooltip() {
|
|
37
|
-
if ((0,
|
|
38
|
+
if ((0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && (0, _platformFeatureFlags.fg)('platform_editor_breakout_resizing_hello_release')) {
|
|
38
39
|
return (0, _react.css)({
|
|
39
40
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
40
41
|
'.pm-breakout-resize-handle-rail-wrapper': {
|
|
@@ -60,7 +61,7 @@ var pragmaticResizerStylesForTooltip = exports.pragmaticResizerStylesForTooltip
|
|
|
60
61
|
}
|
|
61
62
|
};
|
|
62
63
|
var pragmaticStylesLayoutFirstNodeResizeHandleFix = exports.pragmaticStylesLayoutFirstNodeResizeHandleFix = function pragmaticStylesLayoutFirstNodeResizeHandleFix() {
|
|
63
|
-
if ((0, _experiments.editorExperiment)('advanced_layouts', true) && (0,
|
|
64
|
+
if ((0, _experiments.editorExperiment)('advanced_layouts', true) && (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', true) && (0, _platformFeatureFlags.fg)('platform_editor_breakout_resizing_hello_release')) {
|
|
64
65
|
return (0, _react.css)({
|
|
65
66
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
66
67
|
'.fabric-editor-breakout-mark': {
|
|
@@ -78,9 +79,133 @@ var pragmaticStylesLayoutFirstNodeResizeHandleFix = exports.pragmaticStylesLayou
|
|
|
78
79
|
|
|
79
80
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
80
81
|
var pragmaticResizerStyles = exports.pragmaticResizerStyles = function pragmaticResizerStyles() {
|
|
81
|
-
if ((0,
|
|
82
|
+
if ((0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_breakout_resizing', 'isEnabled', false)) {
|
|
82
83
|
return;
|
|
83
84
|
}
|
|
85
|
+
|
|
86
|
+
// styles needed to be duplicated
|
|
87
|
+
if ((0, _platformFeatureFlags.fg)('platform_editor_breakout_resizing_hello_release')) {
|
|
88
|
+
return (0, _react.css)({
|
|
89
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
90
|
+
'.fabric-editor-breakout-mark': {
|
|
91
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
92
|
+
'&:has([data-prosemirror-node-name="codeBlock"])': {
|
|
93
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
94
|
+
'> .pm-breakout-resize-handle-container--left': {
|
|
95
|
+
left: '-5px'
|
|
96
|
+
},
|
|
97
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
98
|
+
'> .pm-breakout-resize-handle-container--right': {
|
|
99
|
+
right: '-5px'
|
|
100
|
+
},
|
|
101
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
102
|
+
'> .pm-breakout-resize-handle-container': {
|
|
103
|
+
height: 'calc(100% - 12px)'
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
107
|
+
'&:has([data-prosemirror-node-name="expand"]), &:has([data-prosemirror-node-name="layoutSection"])': {
|
|
108
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
109
|
+
'> .pm-breakout-resize-handle-container--left': {
|
|
110
|
+
left: '-25px'
|
|
111
|
+
},
|
|
112
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
113
|
+
'> .pm-breakout-resize-handle-container--right': {
|
|
114
|
+
right: '-25px'
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
118
|
+
'&:has([data-prosemirror-node-name="expand"])': {
|
|
119
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
120
|
+
'> .pm-breakout-resize-handle-container': {
|
|
121
|
+
height: 'calc(100% - 4px)'
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
125
|
+
'&:has([data-prosemirror-node-name="layoutSection"])': {
|
|
126
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
127
|
+
'> .pm-breakout-resize-handle-container': {
|
|
128
|
+
height: 'calc(100% - 8px)'
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
// the first node in the document always has margin-top = 0
|
|
132
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
133
|
+
'&:has(.first-node-in-document)': {
|
|
134
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
135
|
+
'> .pm-breakout-resize-handle-container': {
|
|
136
|
+
height: '100%'
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
141
|
+
'.pm-breakout-resize-handle-container': {
|
|
142
|
+
position: 'relative',
|
|
143
|
+
alignSelf: 'end',
|
|
144
|
+
gridRow: 1,
|
|
145
|
+
gridColumn: 1,
|
|
146
|
+
height: '100%',
|
|
147
|
+
width: 7
|
|
148
|
+
},
|
|
149
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
150
|
+
'.pm-breakout-resize-handle-container--left': {
|
|
151
|
+
justifySelf: 'start'
|
|
152
|
+
},
|
|
153
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
154
|
+
'.pm-breakout-resize-handle-container--right': {
|
|
155
|
+
justifySelf: 'end'
|
|
156
|
+
},
|
|
157
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
158
|
+
'.pm-breakout-resize-handle-rail': {
|
|
159
|
+
position: 'relative',
|
|
160
|
+
display: 'flex',
|
|
161
|
+
alignItems: 'center',
|
|
162
|
+
justifyContent: 'center',
|
|
163
|
+
height: '100%',
|
|
164
|
+
cursor: 'col-resize',
|
|
165
|
+
borderRadius: 4,
|
|
166
|
+
transition: 'background-color 0.2s, visibility 0.2s, opacity 0.2s',
|
|
167
|
+
zIndex: 2,
|
|
168
|
+
opacity: 0,
|
|
169
|
+
'&:hover': {
|
|
170
|
+
background: "var(--ds-background-selected, #E9F2FF)",
|
|
171
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
172
|
+
'.pm-breakout-resize-handle-thumb': {
|
|
173
|
+
background: "var(--ds-border-focused, #388BFF)"
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
// same as 'hover' styles above
|
|
178
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
179
|
+
'.pm-breakout-resize-handle-container--active': {
|
|
180
|
+
background: "var(--ds-background-selected, #E9F2FF)",
|
|
181
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
182
|
+
'.pm-breakout-resize-handle-thumb': {
|
|
183
|
+
background: "var(--ds-border-focused, #388BFF)"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
187
|
+
'.pm-breakout-resize-handle-hit-box': {
|
|
188
|
+
position: 'absolute',
|
|
189
|
+
top: 0,
|
|
190
|
+
bottom: 0,
|
|
191
|
+
left: -20,
|
|
192
|
+
right: -20,
|
|
193
|
+
zIndex: 0
|
|
194
|
+
},
|
|
195
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
196
|
+
'.pm-breakout-resize-handle-thumb': {
|
|
197
|
+
minWidth: resizerHandleThumbWidth,
|
|
198
|
+
// copied from resizeStyles.clamped
|
|
199
|
+
height: 'clamp(27px, calc(100% - 32px), 96px)',
|
|
200
|
+
background: "var(--ds-border, #091E4224)",
|
|
201
|
+
borderRadius: 6,
|
|
202
|
+
// sticky styles
|
|
203
|
+
position: 'sticky',
|
|
204
|
+
top: "var(--ds-space-150, 12px)",
|
|
205
|
+
bottom: "var(--ds-space-150, 12px)"
|
|
206
|
+
}
|
|
207
|
+
});
|
|
208
|
+
}
|
|
84
209
|
return (0, _react.css)({
|
|
85
210
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
86
211
|
'.fabric-editor-breakout-mark': {
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "107.0
|
|
26
|
+
var packageVersion = "107.1.0";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -14,7 +14,6 @@ exports.normalizeUrl = normalizeUrl;
|
|
|
14
14
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
15
15
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
16
16
|
var _adfSchema = require("@atlaskit/adf-schema");
|
|
17
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
18
17
|
var _enums = require("../analytics/types/enums");
|
|
19
18
|
var _shouldAutoLinkifyTld = require("./should-auto-linkify-tld");
|
|
20
19
|
var _slice = require("./slice");
|
|
@@ -220,7 +219,7 @@ var canLinkBeCreatedInRange = exports.canLinkBeCreatedInRange = function canLink
|
|
|
220
219
|
if ($from.parent.type.allowsMarkType(link)) {
|
|
221
220
|
var allowed = true;
|
|
222
221
|
state.doc.nodesBetween(from, to, function (node) {
|
|
223
|
-
var hasInlineCard = node.type === state.schema.nodes.inlineCard
|
|
222
|
+
var hasInlineCard = node.type === state.schema.nodes.inlineCard;
|
|
224
223
|
allowed = allowed && !node.marks.some(function (m) {
|
|
225
224
|
return m.type.excludes(link);
|
|
226
225
|
}) && !hasInlineCard;
|
|
@@ -342,9 +342,9 @@ function useSelectAndFocusOnArrowNavigation(listSize, step, canFocusViewMore, it
|
|
|
342
342
|
return;
|
|
343
343
|
}
|
|
344
344
|
if (fg('jfp_a11y_fix_create_issue_no_results_link_focus')) {
|
|
345
|
-
// Handle empty state navigation
|
|
345
|
+
// Handle empty state navigation and trap focus between search and CTA
|
|
346
346
|
if (listSize === -1) {
|
|
347
|
-
if (e.key === '
|
|
347
|
+
if (e.key === 'Tab') {
|
|
348
348
|
e.preventDefault();
|
|
349
349
|
dispatch({
|
|
350
350
|
type: ACTIONS.UPDATE_STATE,
|
|
@@ -10,7 +10,6 @@ import { css, jsx } from '@emotion/react';
|
|
|
10
10
|
|
|
11
11
|
import EditorDoneIcon from '@atlaskit/icon/core/migration/check-mark--editor-done';
|
|
12
12
|
import { ButtonItem } from '@atlaskit/menu';
|
|
13
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
13
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
15
14
|
import Tooltip from '@atlaskit/tooltip';
|
|
16
15
|
import { messages } from '../floating-toolbar';
|
|
@@ -154,7 +153,7 @@ export const DropdownMenuItem = props => {
|
|
|
154
153
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
155
154
|
const hasRole = item => {
|
|
156
155
|
var _item$domItemOptions2;
|
|
157
|
-
if (editorExperiment('platform_editor_controls', 'variant1')
|
|
156
|
+
if (editorExperiment('platform_editor_controls', 'variant1')) {
|
|
158
157
|
var _item$domItemOptions;
|
|
159
158
|
return ((_item$domItemOptions = item.domItemOptions) === null || _item$domItemOptions === void 0 ? void 0 : _item$domItemOptions.type) === 'item-checkbox' ? 'menuitemcheckbox' : 'menuitem';
|
|
160
159
|
}
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Vložit',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Vložit nahoru',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Vložit pod',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Vložit pod originál',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Nahradit',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Nahradit název',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Název nesmí mít více znaků než {maxLength}.',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Pokračovat v chatu',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otevřít v chatu',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence – Agent Rovo',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Zkrátí obsah, aby byl stručnější.',
|
|
@@ -221,6 +223,7 @@ export default {
|
|
|
221
223
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.title': 'Vyzkoušejte AI',
|
|
223
225
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otevřít Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Zeptat se AI {key}+'",
|
|
224
227
|
'fabric.editor.alignCenter': 'Zarovnat na střed',
|
|
225
228
|
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
226
229
|
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
@@ -252,6 +255,10 @@ export default {
|
|
|
252
255
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
253
256
|
'fabric.editor.blockquote2': 'Citace',
|
|
254
257
|
'fabric.editor.bold': 'Tučné',
|
|
258
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Změnit velikost fragmentu kódu',
|
|
259
|
+
'fabric.editor.breakout.resizeElement': 'Změnit velikost prvku',
|
|
260
|
+
'fabric.editor.breakout.resizeExpand': 'Změnit velikost rozbalitelné sekce',
|
|
261
|
+
'fabric.editor.breakout.resizeLayout': 'Změnit velikost rozvržení',
|
|
255
262
|
'fabric.editor.breakoutFullWidthLabel': 'Celá šířka',
|
|
256
263
|
'fabric.editor.breakoutWideWidthLabel': 'Široká',
|
|
257
264
|
'fabric.editor.bug': 'Chyba',
|
|
@@ -338,6 +345,7 @@ export default {
|
|
|
338
345
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
339
346
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
340
347
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
348
|
+
'fabric.editor.decreaseElementSize': 'Snížit velikost prvku',
|
|
341
349
|
'fabric.editor.decreaseSize': 'Snížit velikost tabulky nebo multimédia',
|
|
342
350
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
343
351
|
'fabric.editor.delete': 'Odstranit',
|
|
@@ -485,6 +493,7 @@ export default {
|
|
|
485
493
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Rozevírací seznam s možnostmi velikosti ohraničení obrázku',
|
|
486
494
|
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
487
495
|
'fabric.editor.improvement': 'Vylepšení',
|
|
496
|
+
'fabric.editor.increaseElementSize': 'Zvýšit velikost prvku',
|
|
488
497
|
'fabric.editor.increaseSize': 'Zvýšit velikost tabulky nebo multimédia',
|
|
489
498
|
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
490
499
|
'fabric.editor.info': 'Informace',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Indsæt',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Indsæt foroven',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Indsæt nedenfor',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Indsæt under original',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Erstat',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Erstat titel',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Titlen må højst indeholde {maxLength} tegn',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Fortsæt i chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Åbn i chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo-medarbejder',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Forkorter indholdet for at gøre det mere kortfattet',
|
|
@@ -220,6 +222,7 @@ export default {
|
|
|
220
222
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.title': 'Prøv AI',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Åbn Atlassian Intelligence',
|
|
225
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Spørg AI {key}+'",
|
|
223
226
|
'fabric.editor.alignCenter': 'Centrér',
|
|
224
227
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
225
228
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
@@ -251,6 +254,10 @@ export default {
|
|
|
251
254
|
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
252
255
|
'fabric.editor.blockquote2': 'Citer',
|
|
253
256
|
'fabric.editor.bold': 'Fed',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Tilpas størrelse på kodestykke',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': 'Tilpas størrelse på element',
|
|
259
|
+
'fabric.editor.breakout.resizeExpand': 'Tilpas størrelse på udvidelse',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Tilpas størrelse på layout',
|
|
254
261
|
'fabric.editor.breakoutFullWidthLabel': 'Fuld bredde',
|
|
255
262
|
'fabric.editor.breakoutWideWidthLabel': 'Bredt',
|
|
256
263
|
'fabric.editor.bug': 'Fejl',
|
|
@@ -337,6 +344,7 @@ export default {
|
|
|
337
344
|
'fabric.editor.decision': 'Beslutning',
|
|
338
345
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
339
346
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Reducer elementstørrelse',
|
|
340
348
|
'fabric.editor.decreaseSize': 'Reducer tabel- eller mediestørrelse',
|
|
341
349
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
342
350
|
'fabric.editor.delete': 'Slet',
|
|
@@ -484,6 +492,7 @@ export default {
|
|
|
484
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Indstillinger for billedkant Rullemenuen størrelse',
|
|
485
493
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
486
494
|
'fabric.editor.improvement': 'Forbedring',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Øg elementstørrelse',
|
|
487
496
|
'fabric.editor.increaseSize': 'Forøg tabel- eller mediestørrelse',
|
|
488
497
|
'fabric.editor.indent': 'Ryk ind',
|
|
489
498
|
'fabric.editor.info': 'Info',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Einfügen',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Oben einfügen',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Unten einfügen',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Unter dem Original einfügen',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Ersetzen',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Titel ersetzen',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Der Titel darf nicht mehr als {maxLength} Zeichen enthalten.',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Im Chat fortfahren',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Im Chat öffnen',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Rovo-Agent von Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Kürzt den Inhalt, um ihn präziser zu machen',
|
|
@@ -220,6 +222,7 @@ export default {
|
|
|
220
222
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.title': 'AI testen',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Atlassian Intelligence öffnen',
|
|
225
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Atlassian Intelligence fragen – {key}+'",
|
|
223
226
|
'fabric.editor.alignCenter': 'Mittig ausrichten',
|
|
224
227
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
225
228
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
@@ -251,6 +254,9 @@ export default {
|
|
|
251
254
|
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
252
255
|
'fabric.editor.blockquote2': 'Zitieren',
|
|
253
256
|
'fabric.editor.bold': 'Fett',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Größe des Code-Auszugs ändern',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': 'Größe des Elements ändern',
|
|
259
|
+
'fabric.editor.breakout.resizeLayout': 'Größe des Layouts ändern',
|
|
254
260
|
'fabric.editor.breakoutFullWidthLabel': 'Volle Breite',
|
|
255
261
|
'fabric.editor.breakoutWideWidthLabel': 'Breit',
|
|
256
262
|
'fabric.editor.bug': 'Bug',
|
|
@@ -337,6 +343,7 @@ export default {
|
|
|
337
343
|
'fabric.editor.decision': 'Entscheidung',
|
|
338
344
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
339
345
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
346
|
+
'fabric.editor.decreaseElementSize': 'Größe des Elements verringern',
|
|
340
347
|
'fabric.editor.decreaseSize': 'Tabellen- oder Mediengröße verringern',
|
|
341
348
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
342
349
|
'fabric.editor.delete': 'Löschen',
|
|
@@ -484,6 +491,7 @@ export default {
|
|
|
484
491
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Drop-down-Menü für die Größenauswahl von Bildrändern',
|
|
485
492
|
'fabric.editor.imageBorderSubtle': 'Schmal',
|
|
486
493
|
'fabric.editor.improvement': 'Verbesserung',
|
|
494
|
+
'fabric.editor.increaseElementSize': 'Größe des Elements erhöhen',
|
|
487
495
|
'fabric.editor.increaseSize': 'Tabellen- oder Mediengröße erhöhen',
|
|
488
496
|
'fabric.editor.indent': 'Einzug vergrößern',
|
|
489
497
|
'fabric.editor.info': 'Info',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -507,7 +507,7 @@ export default {
|
|
|
507
507
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
508
508
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
509
509
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
510
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
510
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
511
511
|
'fabric.editor.find': 'Find',
|
|
512
512
|
'fabric.editor.findNext': 'Find next',
|
|
513
513
|
'fabric.editor.findPrevious': 'Find previous',
|
|
@@ -507,7 +507,7 @@ export default {
|
|
|
507
507
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
508
508
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
509
509
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
510
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
510
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
511
511
|
'fabric.editor.find': 'Find',
|
|
512
512
|
'fabric.editor.findNext': 'Find next',
|
|
513
513
|
'fabric.editor.findPrevious': 'Find previous',
|
|
@@ -507,7 +507,7 @@ export default {
|
|
|
507
507
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
508
508
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
509
509
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
510
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
510
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
511
511
|
'fabric.editor.find': 'Find',
|
|
512
512
|
'fabric.editor.findNext': 'Find next',
|
|
513
513
|
'fabric.editor.findPrevious': 'Find previous',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Insertar',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insertar arriba',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insertar debajo',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Insertar debajo del original',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Reemplazar',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Reemplazar título',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'El título no puede superar los {maxLength} caracteres',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continuar en el chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Abrir en el chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Agente Rovo de Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Acorta el contenido para hacerlo más conciso',
|
|
@@ -221,6 +223,7 @@ export default {
|
|
|
221
223
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.title': 'Probar AI',
|
|
223
225
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Abrir Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pregunta a Atlassian Intelligence {key}+'",
|
|
224
227
|
'fabric.editor.alignCenter': 'Centrar',
|
|
225
228
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
226
229
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
@@ -252,6 +255,9 @@ export default {
|
|
|
252
255
|
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
|
253
256
|
'fabric.editor.blockquote2': 'Citar',
|
|
254
257
|
'fabric.editor.bold': 'Negrita',
|
|
258
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Redimensionar el fragmento de código',
|
|
259
|
+
'fabric.editor.breakout.resizeElement': 'Redimensionar el elemento',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Redimensionar diseño',
|
|
255
261
|
'fabric.editor.breakoutFullWidthLabel': 'Anchura completa',
|
|
256
262
|
'fabric.editor.breakoutWideWidthLabel': 'Ancho',
|
|
257
263
|
'fabric.editor.bug': 'Error',
|
|
@@ -338,6 +344,7 @@ export default {
|
|
|
338
344
|
'fabric.editor.decision': 'Decisión',
|
|
339
345
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
340
346
|
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Reducir el tamaño del elemento',
|
|
341
348
|
'fabric.editor.decreaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
342
349
|
'fabric.editor.defaultAltText': 'Documento',
|
|
343
350
|
'fabric.editor.delete': 'Eliminar',
|
|
@@ -418,7 +425,7 @@ export default {
|
|
|
418
425
|
'fabric.editor.externalMediaFile': 'Archivo multimedia externo',
|
|
419
426
|
'fabric.editor.failed_to_upload': 'Error al cargar',
|
|
420
427
|
'fabric.editor.feedbackDialog': 'Enviar comentarios',
|
|
421
|
-
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor
|
|
428
|
+
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor en la nube',
|
|
422
429
|
'fabric.editor.find': 'Buscar',
|
|
423
430
|
'fabric.editor.findNext': 'Buscar siguiente',
|
|
424
431
|
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
@@ -485,6 +492,7 @@ export default {
|
|
|
485
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Menú desplegable de tamaños para los bordes de la imagen',
|
|
486
493
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
487
494
|
'fabric.editor.improvement': 'Mejora',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Aumentar el tamaño del elemento',
|
|
488
496
|
'fabric.editor.increaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
489
497
|
'fabric.editor.indent': 'Aplicar sangría',
|
|
490
498
|
'fabric.editor.info': 'Información',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Lisää',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Lisää alkuun',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Lisää alle',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Lisää alkuperäisen alle',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Korvaa',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Korvaa otsikko',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Otsikossa saa olla enintään {maxLength} merkkiä',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Jatka chatissa',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Avaa chatissa',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligencen Rovo-agentti',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Lyhentää sisältöä, jotta se olisi ytimekkäämpi',
|
|
@@ -221,6 +223,7 @@ export default {
|
|
|
221
223
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.title': 'Kokeile AI:ta',
|
|
223
225
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Avaa Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Kysy Atlassian Intelligenceltä {key}+'",
|
|
224
227
|
'fabric.editor.alignCenter': 'Tasaa keskelle',
|
|
225
228
|
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
226
229
|
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
@@ -252,6 +255,9 @@ export default {
|
|
|
252
255
|
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
|
253
256
|
'fabric.editor.blockquote2': 'Lainaa',
|
|
254
257
|
'fabric.editor.bold': 'Lihavoitu',
|
|
258
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Muuta koodinpätkän kokoa',
|
|
259
|
+
'fabric.editor.breakout.resizeElement': 'Muuta elementin kokoa',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Muuta asettelun kokoa',
|
|
255
261
|
'fabric.editor.breakoutFullWidthLabel': 'Täysi leveys',
|
|
256
262
|
'fabric.editor.breakoutWideWidthLabel': 'Leveä',
|
|
257
263
|
'fabric.editor.bug': 'Bugi',
|
|
@@ -338,6 +344,7 @@ export default {
|
|
|
338
344
|
'fabric.editor.decision': 'Päätös',
|
|
339
345
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
340
346
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Pienennä elementin kokoa',
|
|
341
348
|
'fabric.editor.decreaseSize': 'Vähennä taulukon/median kokoa',
|
|
342
349
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
343
350
|
'fabric.editor.delete': 'Poista',
|
|
@@ -485,6 +492,7 @@ export default {
|
|
|
485
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, koon pudotusvalikko',
|
|
486
493
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
487
494
|
'fabric.editor.improvement': 'Parannus',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Suurenna elementin kokoa',
|
|
488
496
|
'fabric.editor.increaseSize': 'Lisää taulukon/median kokoa',
|
|
489
497
|
'fabric.editor.indent': 'Sisennys',
|
|
490
498
|
'fabric.editor.info': 'Tietoja',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Insérer',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insérer en haut',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insérer en dessous',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': "Insérer l'original en dessous",
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Remplacer',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Remplacer le titre',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Le titre ne peut pas dépasser {maxLength} caractères',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continuer dans le chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Ouvrir dans le chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Agent Rovo Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Raccourcit le contenu pour le rendre plus concis',
|
|
@@ -252,6 +254,9 @@ export default {
|
|
|
252
254
|
'fabric.editor.blockquote.description': 'Insérer une citation',
|
|
253
255
|
'fabric.editor.blockquote2': 'Citation',
|
|
254
256
|
'fabric.editor.bold': 'Gras',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Redimensionner le snippet de code',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': "Redimensionner l'élément",
|
|
259
|
+
'fabric.editor.breakout.resizeLayout': 'Redimensionner la disposition',
|
|
255
260
|
'fabric.editor.breakoutFullWidthLabel': 'Pleine largeur',
|
|
256
261
|
'fabric.editor.breakoutWideWidthLabel': 'Large',
|
|
257
262
|
'fabric.editor.bug': 'Bug',
|
|
@@ -311,7 +316,7 @@ export default {
|
|
|
311
316
|
'fabric.editor.configPanel.help': "Besoin d'aide ?",
|
|
312
317
|
'fabric.editor.configPanel.invalid': 'Champ non valide',
|
|
313
318
|
'fabric.editor.configPanel.required': 'Champ obligatoire',
|
|
314
|
-
'fabric.editor.configPanel.submit': '
|
|
319
|
+
'fabric.editor.configPanel.submit': 'Enregistrer',
|
|
315
320
|
'fabric.editor.copiedToClipboard': 'Copié !',
|
|
316
321
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
317
322
|
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
@@ -338,6 +343,7 @@ export default {
|
|
|
338
343
|
'fabric.editor.decision': 'Décision',
|
|
339
344
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
340
345
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
346
|
+
'fabric.editor.decreaseElementSize': "Réduire la taille de l'élément",
|
|
341
347
|
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou de la ressource',
|
|
342
348
|
'fabric.editor.defaultAltText': 'Document',
|
|
343
349
|
'fabric.editor.delete': 'Supprimer',
|
|
@@ -485,6 +491,7 @@ export default {
|
|
|
485
491
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': "Menu déroulant des options de tailles de la bordure de l'image",
|
|
486
492
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
487
493
|
'fabric.editor.improvement': 'Amélioration',
|
|
494
|
+
'fabric.editor.increaseElementSize': "Augmenter la taille de l'élément",
|
|
488
495
|
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou de la ressource',
|
|
489
496
|
'fabric.editor.indent': 'Retrait positif',
|
|
490
497
|
'fabric.editor.info': 'Informations',
|
|
@@ -558,7 +565,7 @@ export default {
|
|
|
558
565
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largeur maximale : {maxWidth} pixels',
|
|
559
566
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convertir en pixels',
|
|
560
567
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': "Passer d'un pourcentage à une taille de pixels fixe",
|
|
561
|
-
'fabric.editor.media.pixelEntry.submitButtonText': '
|
|
568
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Enregistrer',
|
|
562
569
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'La validation de la largeur a échoué',
|
|
563
570
|
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
564
571
|
'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
|