@atlaskit/editor-common 72.7.2 → 72.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +13 -0
- package/CHANGELOG.md +44 -0
- package/dist/cjs/analytics/types/general-events.js +1 -1
- package/dist/cjs/analytics/types/table-events.js +3 -1
- package/dist/cjs/card/index.js +20 -1
- package/dist/cjs/card/utils.js +54 -0
- package/dist/cjs/extensions/default-extension-provider.js +8 -7
- package/dist/cjs/extensions/extension-fields-helpers.js +12 -11
- package/dist/cjs/extensions/extension-handlers.js +6 -5
- package/dist/cjs/extensions/manifest-helpers.js +4 -3
- package/dist/cjs/extensions/module-helpers.js +8 -7
- package/dist/cjs/keymaps/index.js +6 -1
- package/dist/cjs/preset/builder.js +2 -1
- package/dist/cjs/provider-helpers/combine-providers.js +10 -9
- package/dist/cjs/styles/shared/panel.js +1 -0
- package/dist/cjs/styles/shared/shadow.js +1 -0
- package/dist/cjs/styles/shared/table.js +1 -0
- package/dist/cjs/styles/shared/tableCell.js +1 -0
- package/dist/cjs/ui/Caption/index.js +1 -0
- package/dist/cjs/ui/DropList/index.js +3 -2
- package/dist/cjs/ui/Expand/index.js +1 -0
- package/dist/cjs/ui/Layer/index.js +1 -1
- package/dist/cjs/ui/MediaSingle/styled.js +5 -4
- package/dist/cjs/ui/Messages/index.js +1 -0
- package/dist/cjs/ui/Popup/index.js +4 -0
- package/dist/cjs/ui/UnsupportedBlock/index.js +1 -0
- package/dist/cjs/ui/UnsupportedInline/index.js +1 -0
- package/dist/cjs/ui/WidthProvider/index.js +1 -1
- package/dist/cjs/ui-color/ColorPalette/Color/index.js +1 -1
- package/dist/cjs/ui-color/ColorPalette/Palettes/index.js +6 -0
- package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +199 -1
- package/dist/cjs/ui-color/ColorPalette/Palettes/panelBackgroundPalette.js +2 -1
- package/dist/cjs/ui-color/index.js +6 -0
- package/dist/cjs/ui-menu/DropdownMenu/index.js +1 -0
- package/dist/cjs/ui-menu/ToolbarButton/index.js +1 -0
- package/dist/cjs/ui-react/with-react-editor-view-outer-listeners.js +1 -0
- package/dist/cjs/utils/validator.js +22 -0
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/with-plugin-state/index.js +9 -0
- package/dist/es2019/analytics/types/general-events.js +1 -1
- package/dist/es2019/analytics/types/table-events.js +3 -1
- package/dist/es2019/card/index.js +1 -1
- package/dist/es2019/card/utils.js +47 -0
- package/dist/es2019/extensions/types/field-definitions.js +0 -1
- package/dist/es2019/index.js +1 -1
- package/dist/es2019/keymaps/index.js +2 -0
- package/dist/es2019/preset/builder.js +2 -1
- package/dist/es2019/ui/DropList/index.js +2 -1
- package/dist/es2019/ui/MediaSingle/styled.js +3 -0
- package/dist/es2019/ui/Popup/index.js +5 -0
- package/dist/es2019/ui-color/ColorPalette/Palettes/index.js +1 -1
- package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +198 -0
- package/dist/es2019/ui-color/index.js +1 -1
- package/dist/es2019/ui-react/with-react-editor-view-outer-listeners.js +3 -0
- package/dist/es2019/utils/dom.js +0 -1
- package/dist/es2019/utils/validator.js +23 -0
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/with-plugin-state/index.js +10 -0
- package/dist/esm/analytics/types/general-events.js +1 -1
- package/dist/esm/analytics/types/table-events.js +3 -1
- package/dist/esm/card/index.js +1 -1
- package/dist/esm/card/utils.js +45 -0
- package/dist/esm/extensions/default-extension-provider.js +8 -7
- package/dist/esm/extensions/extension-fields-helpers.js +12 -11
- package/dist/esm/extensions/extension-handlers.js +6 -5
- package/dist/esm/extensions/manifest-helpers.js +4 -3
- package/dist/esm/extensions/module-helpers.js +8 -7
- package/dist/esm/extensions/types/field-definitions.js +0 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/keymaps/index.js +2 -0
- package/dist/esm/preset/builder.js +2 -1
- package/dist/esm/provider-helpers/combine-providers.js +10 -9
- package/dist/esm/ui/DropList/index.js +2 -1
- package/dist/esm/ui/MediaSingle/styled.js +4 -4
- package/dist/esm/ui/Popup/index.js +4 -0
- package/dist/esm/ui-color/ColorPalette/Palettes/index.js +1 -1
- package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +196 -0
- package/dist/esm/ui-color/index.js +1 -1
- package/dist/esm/ui-react/with-react-editor-view-outer-listeners.js +2 -0
- package/dist/esm/utils/dom.js +0 -1
- package/dist/esm/utils/validator.js +23 -0
- package/dist/esm/version.json +1 -1
- package/dist/esm/with-plugin-state/index.js +9 -0
- package/dist/types/analytics/types/smart-links.d.ts +1 -1
- package/dist/types/card/cardOptions.d.ts +2 -0
- package/dist/types/card/index.d.ts +1 -0
- package/dist/types/card/utils.d.ts +18 -0
- package/dist/types/keymaps/index.d.ts +2 -0
- package/dist/types/types/feature-flags.d.ts +7 -0
- package/dist/types/ui-color/ColorPalette/Palettes/index.d.ts +1 -1
- package/dist/types/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.d.ts +548 -0
- package/dist/types/ui-color/index.d.ts +1 -1
- package/package.json +9 -9
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
|
5
6
|
value: true
|
|
6
7
|
});
|
|
7
8
|
exports.default = void 0;
|
|
8
|
-
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
9
9
|
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
10
10
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
11
11
|
var _promiseHelpers = require("./promise-helpers");
|
|
12
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
12
13
|
var flatten = function flatten(arr) {
|
|
13
14
|
var _ref;
|
|
14
15
|
return (_ref = []).concat.apply(_ref, (0, _toConsumableArray2.default)(arr));
|
|
@@ -23,9 +24,9 @@ var _default = function _default(providers) {
|
|
|
23
24
|
throw new Error('At least one provider must be provided');
|
|
24
25
|
}
|
|
25
26
|
var getFulfilledProviders = /*#__PURE__*/function () {
|
|
26
|
-
var _ref2 = (0, _asyncToGenerator2.default)( /*#__PURE__*/
|
|
27
|
+
var _ref2 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
27
28
|
var results;
|
|
28
|
-
return
|
|
29
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
29
30
|
while (1) {
|
|
30
31
|
switch (_context.prev = _context.next) {
|
|
31
32
|
case 0:
|
|
@@ -48,8 +49,8 @@ var _default = function _default(providers) {
|
|
|
48
49
|
};
|
|
49
50
|
}();
|
|
50
51
|
var runInAllProviders = /*#__PURE__*/function () {
|
|
51
|
-
var _ref3 = (0, _asyncToGenerator2.default)( /*#__PURE__*/
|
|
52
|
-
return
|
|
52
|
+
var _ref3 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(mapFunction) {
|
|
53
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
53
54
|
while (1) {
|
|
54
55
|
switch (_context2.prev = _context2.next) {
|
|
55
56
|
case 0:
|
|
@@ -86,9 +87,9 @@ var _default = function _default(providers) {
|
|
|
86
87
|
* @param args
|
|
87
88
|
*/
|
|
88
89
|
var invokeSingle = /*#__PURE__*/function () {
|
|
89
|
-
var _ref4 = (0, _asyncToGenerator2.default)( /*#__PURE__*/
|
|
90
|
+
var _ref4 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(methodName, args) {
|
|
90
91
|
var callback;
|
|
91
|
-
return
|
|
92
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
92
93
|
while (1) {
|
|
93
94
|
switch (_context3.prev = _context3.next) {
|
|
94
95
|
case 0:
|
|
@@ -117,9 +118,9 @@ var _default = function _default(providers) {
|
|
|
117
118
|
* @param args
|
|
118
119
|
*/
|
|
119
120
|
var invokeList = /*#__PURE__*/function () {
|
|
120
|
-
var _ref5 = (0, _asyncToGenerator2.default)( /*#__PURE__*/
|
|
121
|
+
var _ref5 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(methodName, args) {
|
|
121
122
|
var callback, results, fulfilledResults;
|
|
122
|
-
return
|
|
123
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
123
124
|
while (1) {
|
|
124
125
|
switch (_context4.prev = _context4.next) {
|
|
125
126
|
case 0:
|
|
@@ -20,6 +20,7 @@ var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
|
|
|
20
20
|
var _components = require("@atlaskit/theme/components");
|
|
21
21
|
var _constants = require("@atlaskit/theme/constants");
|
|
22
22
|
var _templateObject, _templateObject2;
|
|
23
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
23
24
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
24
25
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
26
|
var lightPanelColors = {
|
|
@@ -12,6 +12,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
12
12
|
var _OverflowShadow = require("../../ui/OverflowShadow");
|
|
13
13
|
var _shadowObserver = require("../../ui/OverflowShadow/shadowObserver");
|
|
14
14
|
var _templateObject;
|
|
15
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
15
16
|
var shadowWidth = 8;
|
|
16
17
|
|
|
17
18
|
/**
|
|
@@ -16,6 +16,7 @@ var _browser = _interopRequireDefault(require("../../utils/browser"));
|
|
|
16
16
|
var _codeBlock = require("./code-block");
|
|
17
17
|
var _tableCell = require("./tableCell");
|
|
18
18
|
var _templateObject;
|
|
19
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
19
20
|
var tableMarginTop = 24;
|
|
20
21
|
exports.tableMarginTop = tableMarginTop;
|
|
21
22
|
var tableMarginBottom = 16;
|
|
@@ -10,6 +10,7 @@ var _react = require("@emotion/react");
|
|
|
10
10
|
var _adfSchema = require("@atlaskit/adf-schema");
|
|
11
11
|
var _editorPalette = require("@atlaskit/editor-palette");
|
|
12
12
|
var _templateObject;
|
|
13
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
13
14
|
// This is used in order to support usage of DS tokens. Table cell background-color
|
|
14
15
|
// is set inline in '@atlaskit/adf-schema' and the color value is stored in ADF so
|
|
15
16
|
// it is not possible to use tokens there without polluting ADF.
|
|
@@ -18,6 +18,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
18
18
|
var _colors = require("@atlaskit/theme/colors");
|
|
19
19
|
var _messages = require("./messages");
|
|
20
20
|
var _templateObject, _templateObject2;
|
|
21
|
+
/** @jsx jsx */
|
|
21
22
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
22
23
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
23
24
|
var captionWrapperStyle = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n margin-top: 8px;\n text-align: center;\n position: relative;\n color: ", ";\n"])), "var(--ds-text-subtle, ".concat(_colors.N400, ")"));
|
|
@@ -22,9 +22,9 @@ var _constants = require("@atlaskit/theme/constants");
|
|
|
22
22
|
var _Layer = _interopRequireDefault(require("../Layer"));
|
|
23
23
|
var _templateObject, _templateObject2, _templateObject3;
|
|
24
24
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
25
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
25
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "72.
|
|
27
|
+
var packageVersion = "72.8.0";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = "0, ".concat((0, _constants.gridSize)(), "px");
|
|
30
30
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -118,6 +118,7 @@ var DropList = /*#__PURE__*/function (_Component) {
|
|
|
118
118
|
});
|
|
119
119
|
return _this;
|
|
120
120
|
}
|
|
121
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
121
122
|
(0, _createClass2.default)(DropList, [{
|
|
122
123
|
key: "getChildContext",
|
|
123
124
|
value: /* eslint-enable @atlaskit/design-system/ensure-design-token-usage */
|
|
@@ -18,6 +18,7 @@ var _components = require("@atlaskit/theme/components");
|
|
|
18
18
|
var _constants = require("@atlaskit/theme/constants");
|
|
19
19
|
var _excluded = ["children"];
|
|
20
20
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
|
|
21
|
+
/** @jsx jsx */
|
|
21
22
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
22
23
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
24
|
var messages = (0, _reactIntlNext.defineMessages)({
|
|
@@ -22,7 +22,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
22
22
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
23
23
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
24
24
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
25
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
25
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // eslint-disable-line import/extensions
|
|
26
26
|
var defaultState = {
|
|
27
27
|
hasExtractedStyles: false,
|
|
28
28
|
// We set these default offsets to prevent a flash of popper content in the wrong position
|
|
@@ -15,7 +15,8 @@ var _react2 = require("@emotion/react");
|
|
|
15
15
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
16
16
|
var _breakout = require("../../utils/breakout");
|
|
17
17
|
var _excluded = ["children"];
|
|
18
|
-
var _templateObject, _templateObject2, _templateObject3;
|
|
18
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
19
|
+
/** @jsx jsx */
|
|
19
20
|
function float(layout) {
|
|
20
21
|
switch (layout) {
|
|
21
22
|
case 'wrap-right':
|
|
@@ -118,17 +119,17 @@ var MediaSingleDimensionHelper = function MediaSingleDimensionHelper(_ref) {
|
|
|
118
119
|
layout = _ref.layout,
|
|
119
120
|
pctWidth = _ref.pctWidth,
|
|
120
121
|
width = _ref.width;
|
|
121
|
-
return (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n /* For nested rich media items, set max-width to 100% */\n tr &,\n [data-layout-column] &,\n [data-node-type='expand'] & {\n max-width: 100%;\n }\n\n width: ", ";\n max-width: ", ";\n float: ", ";\n margin: ", ";\n ", ";\n\n &:not(.is-resizing) {\n transition: width 100ms ease-in;\n }\n"])), pctWidth ? calcResizedWidth(layout, width || 0, containerWidth) : calcLegacyWidth(layout, width || 0, containerWidth, fullWidthMode, isResized), calcMaxWidth(layout, containerWidth), float(layout), calcMargin(layout), isImageAligned(layout));
|
|
122
|
+
return (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n /* For nested rich media items, set max-width to 100% */\n tr &,\n [data-layout-column] &,\n [data-node-type='expand'] & {\n max-width: 100%;\n }\n\n width: ", ";\n ", "\n max-width: ", ";\n float: ", ";\n margin: ", ";\n ", ";\n\n &:not(.is-resizing) {\n transition: width 100ms ease-in;\n }\n"])), pctWidth ? calcResizedWidth(layout, width || 0, containerWidth) : calcLegacyWidth(layout, width || 0, containerWidth, fullWidthMode, isResized), layout === 'full-width' && (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n min-width: 100%;\n "]))), calcMaxWidth(layout, containerWidth), float(layout), calcMargin(layout), isImageAligned(layout));
|
|
122
123
|
};
|
|
123
124
|
exports.MediaSingleDimensionHelper = MediaSingleDimensionHelper;
|
|
124
125
|
var RenderFallbackContainer = function RenderFallbackContainer(_ref2) {
|
|
125
126
|
var hasFallbackContainer = _ref2.hasFallbackContainer,
|
|
126
127
|
paddingBottom = _ref2.paddingBottom,
|
|
127
128
|
height = _ref2.height;
|
|
128
|
-
return (0, _react2.css)(
|
|
129
|
+
return (0, _react2.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n ", "\n"])), hasFallbackContainer ? "\n &::after {\n content: '';\n display: block;\n ".concat(height ? "height: ".concat(height, "px;") : paddingBottom ? "padding-bottom: ".concat(paddingBottom, ";") : '', "\n\n /* Fixes extra padding problem in Firefox */\n font-size: 0;\n line-height: 0;\n }\n ") : '');
|
|
129
130
|
};
|
|
130
131
|
var mediaWrapperStyle = function mediaWrapperStyle(props) {
|
|
131
|
-
return (0, _react2.css)(
|
|
132
|
+
return (0, _react2.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n\n ", "\n\n /* Editor */\n & > figure {\n position: ", ";\n height: 100%;\n width: 100%;\n }\n\n & > div {\n position: ", ";\n height: 100%;\n width: 100%;\n }\n\n &[data-node-type='embedCard'] > div {\n width: 100%;\n }\n\n /* Renderer */\n [data-node-type='media'] {\n position: static !important;\n\n > div {\n position: absolute;\n height: 100%;\n }\n }\n"])), RenderFallbackContainer(props), props.hasFallbackContainer ? 'absolute' : 'relative', props.hasFallbackContainer ? 'absolute' : 'relative');
|
|
132
133
|
};
|
|
133
134
|
exports.mediaWrapperStyle = mediaWrapperStyle;
|
|
134
135
|
var MediaWrapper = function MediaWrapper(_ref3) {
|
|
@@ -13,6 +13,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
13
13
|
var _constants = require("@atlaskit/theme/constants");
|
|
14
14
|
var _typography = require("@atlaskit/theme/typography");
|
|
15
15
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
16
|
+
/** @jsx jsx */
|
|
16
17
|
var errorColor = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n"])), "var(--ds-text-danger, ".concat(_colors.R400, ")"));
|
|
17
18
|
var validColor = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n"])), "var(--ds-text-success, ".concat(_colors.G400, ")"));
|
|
18
19
|
var messageStyle = function messageStyle(props) {
|
|
@@ -190,6 +190,10 @@ var Popup = /*#__PURE__*/function (_React$Component) {
|
|
|
190
190
|
// get rendered and we end up with a wrong position
|
|
191
191
|
this.scheduledUpdatePosition(newProps);
|
|
192
192
|
}
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Raf scheduled so that it also occurs after the initial update position
|
|
196
|
+
*/
|
|
193
197
|
}, {
|
|
194
198
|
key: "destroyFocusTrap",
|
|
195
199
|
value:
|
|
@@ -20,6 +20,7 @@ var _unsupportedContent = require("../../messages/unsupportedContent");
|
|
|
20
20
|
var _trackUnsupportedContent = require("../../utils/track-unsupported-content");
|
|
21
21
|
var _unsupportedContentHelper = require("../unsupported-content-helper");
|
|
22
22
|
var _templateObject;
|
|
23
|
+
/** @jsx jsx */
|
|
23
24
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
24
25
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
26
|
var blockNodeStyle = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n background: ", ";\n border: 1px dashed ", ";\n border-radius: ", "px;\n box-sizing: border-box;\n cursor: default;\n display: flex;\n font-size: ", ";\n margin: 10px 0;\n min-height: 24px;\n padding: 10px;\n text-align: center;\n vertical-align: text-bottom;\n min-width: 120px;\n align-items: center;\n justify-content: center;\n"])), "var(--ds-background-disabled, ".concat(_colors.N30, ")"), "var(--ds-border-disabled, ".concat(_colors.N50, ")"), (0, _constants.borderRadius)(), (0, _editorSharedStyles.relativeFontSizeToBase16)((0, _constants.fontSize)()));
|
|
@@ -20,6 +20,7 @@ var _unsupportedContent = require("../../messages/unsupportedContent");
|
|
|
20
20
|
var _trackUnsupportedContent = require("../../utils/track-unsupported-content");
|
|
21
21
|
var _unsupportedContentHelper = require("../unsupported-content-helper");
|
|
22
22
|
var _templateObject;
|
|
23
|
+
/** @jsx jsx */
|
|
23
24
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
24
25
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
26
|
var inlineNodeStyle = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n align-items: center;\n background: ", ";\n border: 1px dashed ", ";\n border-radius: ", "px;\n box-sizing: border-box;\n cursor: default;\n display: inline-flex;\n font-size: ", ";\n margin: 0 2px;\n min-height: 24px;\n padding: 0 10px;\n vertical-align: middle;\n white-space: nowrap;\n"])), "var(--ds-background-disabled, ".concat(_colors.N30, ")"), "var(--ds-border-disabled, ".concat(_colors.N50, ")"), (0, _constants.borderRadius)(), (0, _editorSharedStyles.relativeFontSizeToBase16)((0, _constants.fontSize)()));
|
|
@@ -21,7 +21,7 @@ var _rafSchd = _interopRequireDefault(require("raf-schd"));
|
|
|
21
21
|
var _widthDetector = require("@atlaskit/width-detector");
|
|
22
22
|
var _templateObject;
|
|
23
23
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
24
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
24
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
|
|
25
25
|
var SCROLLBAR_WIDTH = 30;
|
|
26
26
|
function getBreakpoint() {
|
|
27
27
|
var width = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
|
|
@@ -22,7 +22,7 @@ var _styles = require("./styles");
|
|
|
22
22
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
23
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
24
24
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
25
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
25
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
|
|
26
26
|
var Color = /*#__PURE__*/function (_PureComponent) {
|
|
27
27
|
(0, _inherits2.default)(Color, _PureComponent);
|
|
28
28
|
var _super = _createSuper(Color);
|
|
@@ -21,6 +21,12 @@ Object.defineProperty(exports, "borderPaletteTooltipMessages", {
|
|
|
21
21
|
return _paletteMessagesTokenModeNames.borderPaletteTooltipMessages;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
+
Object.defineProperty(exports, "chartsColorPaletteTooltipMessages", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _paletteMessagesTokenModeNames.chartsColorPaletteTooltipMessages;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
24
30
|
Object.defineProperty(exports, "textPaletteTooltipMessages", {
|
|
25
31
|
enumerable: true,
|
|
26
32
|
get: function get() {
|
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.textPaletteTooltipMessages = exports.lightTextPaletteTooltipMessages = exports.lightBackgroundPaletteTooltipMessages = exports.darkTextPaletteTooltipMessages = exports.darkBackgroundPaletteTooltipMessages = exports.borderPaletteTooltipMessages = exports.backgroundPaletteTooltipMessages = void 0;
|
|
7
|
+
exports.textPaletteTooltipMessages = exports.lightTextPaletteTooltipMessages = exports.lightChartsColorPaletteTooltipMessages = exports.lightBackgroundPaletteTooltipMessages = exports.darkTextPaletteTooltipMessages = exports.darkBackgroundPaletteTooltipMessages = exports.chartsColorPaletteTooltipMessages = exports.borderPaletteTooltipMessages = exports.backgroundPaletteTooltipMessages = void 0;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _reactIntlNext = require("react-intl-next");
|
|
10
10
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -259,6 +259,204 @@ var backgroundPaletteTooltipMessages = {
|
|
|
259
259
|
dark: darkBackgroundPaletteTooltipMessages
|
|
260
260
|
};
|
|
261
261
|
exports.backgroundPaletteTooltipMessages = backgroundPaletteTooltipMessages;
|
|
262
|
+
var lightChartsColorPaletteTooltipMessages = (0, _reactIntlNext.defineMessages)({
|
|
263
|
+
// Blue color
|
|
264
|
+
'#7AB2FF': {
|
|
265
|
+
id: 'fabric.theme.subtle-blue',
|
|
266
|
+
defaultMessage: 'Subtle blue',
|
|
267
|
+
description: 'Name of a color'
|
|
268
|
+
},
|
|
269
|
+
'#247FFF': {
|
|
270
|
+
id: 'fabric.theme.blue',
|
|
271
|
+
defaultMessage: 'Blue',
|
|
272
|
+
description: 'Name of a color'
|
|
273
|
+
},
|
|
274
|
+
'#0055CC': {
|
|
275
|
+
id: 'fabric.theme.bold-blue',
|
|
276
|
+
defaultMessage: 'Bold blue',
|
|
277
|
+
description: 'Name of a color'
|
|
278
|
+
},
|
|
279
|
+
'#003884': {
|
|
280
|
+
id: 'fabric.theme.bolder-blue',
|
|
281
|
+
defaultMessage: 'Bolder blue',
|
|
282
|
+
description: 'Name of a color'
|
|
283
|
+
},
|
|
284
|
+
// Teal color
|
|
285
|
+
'#60C6D2': {
|
|
286
|
+
id: 'fabric.theme.subtle-teal',
|
|
287
|
+
defaultMessage: 'Subtle teal',
|
|
288
|
+
description: 'Name of a color'
|
|
289
|
+
},
|
|
290
|
+
'#1D9AAA': {
|
|
291
|
+
id: 'fabric.theme.teal',
|
|
292
|
+
defaultMessage: 'Teal',
|
|
293
|
+
description: 'Name of a color'
|
|
294
|
+
},
|
|
295
|
+
'#1D7F8C': {
|
|
296
|
+
id: 'fabric.theme.bold-teal',
|
|
297
|
+
defaultMessage: 'Bold teal',
|
|
298
|
+
description: 'Name of a color'
|
|
299
|
+
},
|
|
300
|
+
'#206B74': {
|
|
301
|
+
id: 'fabric.theme.bolder-teal',
|
|
302
|
+
defaultMessage: 'Bolder teal',
|
|
303
|
+
description: 'Name of a color'
|
|
304
|
+
},
|
|
305
|
+
// Green color
|
|
306
|
+
'#6BE1B0': {
|
|
307
|
+
id: 'fabric.theme.subtle-green',
|
|
308
|
+
defaultMessage: 'Subtle green',
|
|
309
|
+
description: 'Name of a color'
|
|
310
|
+
},
|
|
311
|
+
'#23A971': {
|
|
312
|
+
id: 'fabric.theme.green',
|
|
313
|
+
defaultMessage: 'Green',
|
|
314
|
+
description: 'Name of a color'
|
|
315
|
+
},
|
|
316
|
+
'#177D52': {
|
|
317
|
+
id: 'fabric.theme.bold-green',
|
|
318
|
+
defaultMessage: 'Bold green',
|
|
319
|
+
description: 'Name of a color'
|
|
320
|
+
},
|
|
321
|
+
'#055C3F': {
|
|
322
|
+
id: 'fabric.theme.bolder-green',
|
|
323
|
+
defaultMessage: 'Bolder green',
|
|
324
|
+
description: 'Name of a color'
|
|
325
|
+
},
|
|
326
|
+
// Yellow color
|
|
327
|
+
'#FFDB57': {
|
|
328
|
+
id: 'fabric.theme.subtle-yellow',
|
|
329
|
+
defaultMessage: 'Subtle yellow',
|
|
330
|
+
description: 'Name of a color'
|
|
331
|
+
},
|
|
332
|
+
'#FFBE33': {
|
|
333
|
+
id: 'fabric.theme.yellow',
|
|
334
|
+
defaultMessage: 'Yellow',
|
|
335
|
+
description: 'Name of a color'
|
|
336
|
+
},
|
|
337
|
+
'#FF9D00': {
|
|
338
|
+
id: 'fabric.theme.bold-yellow',
|
|
339
|
+
defaultMessage: 'Bold yellow',
|
|
340
|
+
description: 'Name of a color'
|
|
341
|
+
},
|
|
342
|
+
'#946104': {
|
|
343
|
+
id: 'fabric.theme.bolder-yellow',
|
|
344
|
+
defaultMessage: 'Bolder yellow',
|
|
345
|
+
description: 'Name of a color'
|
|
346
|
+
},
|
|
347
|
+
// Red color
|
|
348
|
+
'#FF8F73': {
|
|
349
|
+
id: 'fabric.theme.subtle-red',
|
|
350
|
+
defaultMessage: 'Subtle red',
|
|
351
|
+
description: 'Name of a color'
|
|
352
|
+
},
|
|
353
|
+
'#FC552C': {
|
|
354
|
+
id: 'fabric.theme.red',
|
|
355
|
+
defaultMessage: 'Red',
|
|
356
|
+
description: 'Name of a color.'
|
|
357
|
+
},
|
|
358
|
+
'#D32D03': {
|
|
359
|
+
id: 'fabric.theme.bold-red',
|
|
360
|
+
defaultMessage: 'Bold red',
|
|
361
|
+
description: 'Name of a color'
|
|
362
|
+
},
|
|
363
|
+
'#A32000': {
|
|
364
|
+
id: 'fabric.theme.bolder-red',
|
|
365
|
+
defaultMessage: 'Bolder red',
|
|
366
|
+
description: 'Name of a color'
|
|
367
|
+
},
|
|
368
|
+
// Orange color
|
|
369
|
+
'#FAA53D': {
|
|
370
|
+
id: 'fabric.theme.subtle-orange',
|
|
371
|
+
defaultMessage: 'Subtle orange',
|
|
372
|
+
description: 'Name of a color'
|
|
373
|
+
},
|
|
374
|
+
'#D97008': {
|
|
375
|
+
id: 'fabric.theme.orange',
|
|
376
|
+
defaultMessage: 'Orange',
|
|
377
|
+
description: 'Name of a color.'
|
|
378
|
+
},
|
|
379
|
+
'#B65C02': {
|
|
380
|
+
id: 'fabric.theme.bold-orange',
|
|
381
|
+
defaultMessage: 'Bold orange',
|
|
382
|
+
description: 'Name of a color'
|
|
383
|
+
},
|
|
384
|
+
'#974F0C': {
|
|
385
|
+
id: 'fabric.theme.bolder-orange',
|
|
386
|
+
defaultMessage: 'Bolder orange',
|
|
387
|
+
description: 'Name of a color'
|
|
388
|
+
},
|
|
389
|
+
// Magenta color
|
|
390
|
+
'#E774BB': {
|
|
391
|
+
id: 'fabric.theme.subtle-magenta',
|
|
392
|
+
defaultMessage: 'Subtle magenta',
|
|
393
|
+
description: 'Name of a color'
|
|
394
|
+
},
|
|
395
|
+
'#DA62AC': {
|
|
396
|
+
id: 'fabric.theme.magenta',
|
|
397
|
+
defaultMessage: 'Magenta',
|
|
398
|
+
description: 'Name of a color'
|
|
399
|
+
},
|
|
400
|
+
'#CD519D': {
|
|
401
|
+
id: 'fabric.theme.bold-magenta',
|
|
402
|
+
defaultMessage: 'Bold magenta',
|
|
403
|
+
description: 'Name of a color'
|
|
404
|
+
},
|
|
405
|
+
'#943D73': {
|
|
406
|
+
id: 'fabric.theme.bolder-magenta',
|
|
407
|
+
defaultMessage: 'Bolder magenta',
|
|
408
|
+
description: 'Name of a color'
|
|
409
|
+
},
|
|
410
|
+
// Purple color
|
|
411
|
+
'#B5A7FB': {
|
|
412
|
+
id: 'fabric.theme.subtle-purple',
|
|
413
|
+
defaultMessage: 'Subtle purple',
|
|
414
|
+
description: 'Name of a color'
|
|
415
|
+
},
|
|
416
|
+
'#8B77EE': {
|
|
417
|
+
id: 'fabric.theme.purple',
|
|
418
|
+
defaultMessage: 'Purple',
|
|
419
|
+
description: 'Name of a color'
|
|
420
|
+
},
|
|
421
|
+
'#5A43D0': {
|
|
422
|
+
id: 'fabric.theme.bold-purple',
|
|
423
|
+
defaultMessage: 'Bold purple',
|
|
424
|
+
description: 'Name of a color'
|
|
425
|
+
},
|
|
426
|
+
'#44368B': {
|
|
427
|
+
id: 'fabric.theme.bolder-purple',
|
|
428
|
+
defaultMessage: 'Bolder purple',
|
|
429
|
+
description: 'Name of a color'
|
|
430
|
+
},
|
|
431
|
+
// Gray color
|
|
432
|
+
'#8993A5': {
|
|
433
|
+
id: 'fabric.theme.subtle-gray',
|
|
434
|
+
defaultMessage: 'Subtle gray',
|
|
435
|
+
description: 'Name of a color'
|
|
436
|
+
},
|
|
437
|
+
'#8590A2': {
|
|
438
|
+
id: 'fabric.theme.gray',
|
|
439
|
+
defaultMessage: 'Gray',
|
|
440
|
+
description: 'Name of a color'
|
|
441
|
+
},
|
|
442
|
+
'#758195': {
|
|
443
|
+
id: 'fabric.theme.bold-gray',
|
|
444
|
+
defaultMessage: 'Bold gray',
|
|
445
|
+
description: 'Name of a color'
|
|
446
|
+
},
|
|
447
|
+
'#44546F': {
|
|
448
|
+
id: 'fabric.theme.bolder-gray',
|
|
449
|
+
defaultMessage: 'Bolder gray',
|
|
450
|
+
description: 'Name of a color'
|
|
451
|
+
}
|
|
452
|
+
});
|
|
453
|
+
exports.lightChartsColorPaletteTooltipMessages = lightChartsColorPaletteTooltipMessages;
|
|
454
|
+
var darkChartsColorPaletteTooltipMessages = _objectSpread({}, lightChartsColorPaletteTooltipMessages);
|
|
455
|
+
var chartsColorPaletteTooltipMessages = {
|
|
456
|
+
light: lightChartsColorPaletteTooltipMessages,
|
|
457
|
+
dark: darkChartsColorPaletteTooltipMessages
|
|
458
|
+
};
|
|
459
|
+
exports.chartsColorPaletteTooltipMessages = chartsColorPaletteTooltipMessages;
|
|
262
460
|
var lightBorderPaletteTooltipMessages = (0, _reactIntlNext.defineMessages)({
|
|
263
461
|
'#091E4224': {
|
|
264
462
|
id: 'fabric.theme.subtle-gray',
|
|
@@ -10,7 +10,8 @@ var _theme = require("@atlaskit/theme");
|
|
|
10
10
|
var _panel = require("../../../panel");
|
|
11
11
|
var _common = require("./common");
|
|
12
12
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
13
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } // AFP-2532 TODO: Fix automatic suppressions below
|
|
14
|
+
// eslint-disable-next-line @atlassian/tangerine/import/entry-points
|
|
14
15
|
/** this is not new usage - old code extracted from editor-core */
|
|
15
16
|
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
16
17
|
var panelBackgroundPalette = [{
|
|
@@ -52,6 +52,12 @@ Object.defineProperty(exports, "cellBackgroundColorPalette", {
|
|
|
52
52
|
return _cellBackgroundColorPalette.default;
|
|
53
53
|
}
|
|
54
54
|
});
|
|
55
|
+
Object.defineProperty(exports, "chartsColorPaletteTooltipMessages", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function get() {
|
|
58
|
+
return _Palettes.chartsColorPaletteTooltipMessages;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
55
61
|
Object.defineProperty(exports, "colorPaletteMessages", {
|
|
56
62
|
enumerable: true,
|
|
57
63
|
get: function get() {
|
|
@@ -32,6 +32,7 @@ var _ArrowKeyNavigationProvider = require("../ArrowKeyNavigationProvider");
|
|
|
32
32
|
var _types = require("../ArrowKeyNavigationProvider/types");
|
|
33
33
|
var _excluded = ["children"];
|
|
34
34
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
35
|
+
/** @jsx jsx */
|
|
35
36
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
36
37
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
37
38
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -15,6 +15,7 @@ var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
|
15
15
|
var _analytics = require("../../analytics");
|
|
16
16
|
var _styles = _interopRequireDefault(require("./styles"));
|
|
17
17
|
var _templateObject;
|
|
18
|
+
/** @jsx jsx */
|
|
18
19
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
20
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
20
21
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -22,6 +22,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
22
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
23
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
24
24
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
25
|
+
// This needs exporting to be used alongisde `withReactEditorViewOuterListeners`
|
|
25
26
|
var WithOutsideClick = /*#__PURE__*/function (_PureComponent) {
|
|
26
27
|
(0, _inherits2.default)(WithOutsideClick, _PureComponent);
|
|
27
28
|
var _super = _createSuper(WithOutsideClick);
|
|
@@ -15,6 +15,28 @@ var ADFStages = {
|
|
|
15
15
|
FINAL: 'final',
|
|
16
16
|
STAGE_0: 'stage0'
|
|
17
17
|
};
|
|
18
|
+
|
|
19
|
+
/*
|
|
20
|
+
* An ADF Document JSON object. The document is the root node and documents are
|
|
21
|
+
* composed of nodes. This type accepts an array of ADNode types as content.
|
|
22
|
+
*
|
|
23
|
+
* It is basically the same as the JSONNodeDoc interface from editor-json-transformer.
|
|
24
|
+
*
|
|
25
|
+
* Do not use this type for content nodes as they require additional attributes.
|
|
26
|
+
*
|
|
27
|
+
* Use ADNode instead for content nodes (any node other than the doc).
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
/*
|
|
31
|
+
* An ADF Node object. This type is used as content for the ADDoc interface.
|
|
32
|
+
|
|
33
|
+
* It is basically the same as the JSONNode type from editor-json-transformer
|
|
34
|
+
* but the types are a little more strict.
|
|
35
|
+
*
|
|
36
|
+
* It is a serialisable form of ADFEntity.
|
|
37
|
+
*
|
|
38
|
+
* Do not use this for ADF documents - they should use the ADDoc interface.
|
|
39
|
+
*/
|
|
18
40
|
exports.ADFStages = ADFStages;
|
|
19
41
|
/*
|
|
20
42
|
* It's important that this order follows the marks rank defined here:
|
package/dist/cjs/version.json
CHANGED