@commercetools-uikit/rich-text-utils 17.0.1 → 17.1.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.
|
@@ -78,12 +78,13 @@ var omit__default = /*#__PURE__*/_interopDefault(omit);
|
|
|
78
78
|
var DownshiftUntyped__default = /*#__PURE__*/_interopDefault(DownshiftUntyped);
|
|
79
79
|
var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInstanceProperty);
|
|
80
80
|
|
|
81
|
-
function ownKeys$g(
|
|
82
|
-
function _objectSpread$g(
|
|
81
|
+
function ownKeys$g(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
82
|
+
function _objectSpread$g(e) { for (var r = 1; r < arguments.length; r++) { var _context5, _context6; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context5 = ownKeys$g(Object(t), !0)).call(_context5, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context6 = ownKeys$g(Object(t))).call(_context6, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
83
83
|
|
|
84
84
|
// Slate's way of providing custom type annotations comes down to extending `CustomTypes` interface
|
|
85
85
|
// more: https://docs.slatejs.org/concepts/12-typescript
|
|
86
86
|
// example: https://github.com/ianstormtaylor/slate/blob/main/packages/slate-react/src/custom-types.ts
|
|
87
|
+
|
|
87
88
|
const serializeNode = node => {
|
|
88
89
|
var _context;
|
|
89
90
|
if (slate.Text.isText(node)) {
|
|
@@ -273,7 +274,6 @@ const deserializeElement = el => {
|
|
|
273
274
|
} else if (el.nodeType !== 1) {
|
|
274
275
|
return null; // for non-ELEMENT_NODE
|
|
275
276
|
}
|
|
276
|
-
|
|
277
277
|
const nodeName = el.nodeName;
|
|
278
278
|
let parent = el;
|
|
279
279
|
if (nodeName === 'PRE' && el.childNodes[0] && el.childNodes[0].nodeName === 'CODE') {
|
|
@@ -438,8 +438,8 @@ HiddenInput.propTypes = {};
|
|
|
438
438
|
HiddenInput.displayName = 'HiddenInput';
|
|
439
439
|
var HiddenInput$1 = HiddenInput;
|
|
440
440
|
|
|
441
|
-
function ownKeys$f(
|
|
442
|
-
function _objectSpread$f(
|
|
441
|
+
function ownKeys$f(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
442
|
+
function _objectSpread$f(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$f(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$f(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
443
443
|
const iconSizes$b = {
|
|
444
444
|
small: 12,
|
|
445
445
|
medium: 16,
|
|
@@ -521,7 +521,7 @@ const SvgBold = props => jsxRuntime.jsx("svg", _objectSpread$f(_objectSpread$f({
|
|
|
521
521
|
children: jsxRuntime.jsx("path", {
|
|
522
522
|
fill: "#1A1A1A",
|
|
523
523
|
fillRule: "evenodd",
|
|
524
|
-
d: "M6 3h5.
|
|
524
|
+
d: "M6 3h5.599q3.826 0 5.555 1.089 1.73 1.089 1.729 3.464 0 1.611-.757 2.645a3.02 3.02 0 0 1-2.012 1.243v.123q1.71.381 2.468 1.427.756 1.047.756 2.781 0 2.46-1.778 3.84-1.777 1.377-4.83 1.377H6zm3.814 7.124h2.215q1.55 0 2.246-.48.695-.48.695-1.587 0-1.033-.757-1.482-.756-.45-2.393-.45H9.814zm0 3.027v4.688H12.3q1.575 0 2.326-.602.75-.604.75-1.846 0-2.24-3.199-2.24z"
|
|
525
525
|
})
|
|
526
526
|
}));
|
|
527
527
|
SvgBold.displayName = 'SvgBold';
|
|
@@ -536,8 +536,8 @@ const BoldIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
536
536
|
BoldIcon.displayName = 'BoldIcon';
|
|
537
537
|
var BoldIcon$1 = BoldIcon;
|
|
538
538
|
|
|
539
|
-
function ownKeys$e(
|
|
540
|
-
function _objectSpread$e(
|
|
539
|
+
function ownKeys$e(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
540
|
+
function _objectSpread$e(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$e(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$e(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
541
541
|
const iconSizes$a = {
|
|
542
542
|
small: 12,
|
|
543
543
|
medium: 16,
|
|
@@ -617,7 +617,7 @@ const SvgExpand = props => jsxRuntime.jsx("svg", _objectSpread$e(_objectSpread$e
|
|
|
617
617
|
role: "img"
|
|
618
618
|
}, props), {}, {
|
|
619
619
|
children: jsxRuntime.jsx("path", {
|
|
620
|
-
d: "M4 21a.
|
|
620
|
+
d: "M4 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 20v-6q0-.425.288-.713A.97.97 0 0 1 4 13a.97.97 0 0 1 .713.287A.97.97 0 0 1 5 14v3.6L17.6 5H14a.97.97 0 0 1-.712-.288A.97.97 0 0 1 13 4q0-.425.288-.713A.97.97 0 0 1 14 3h6q.424 0 .712.287Q21 3.575 21 4v6q0 .424-.288.712A.97.97 0 0 1 20 11a.97.97 0 0 1-.712-.288A.97.97 0 0 1 19 10V6.4L6.4 19H10q.425 0 .713.288A.97.97 0 0 1 11 20q0 .424-.287.712A.97.97 0 0 1 10 21z"
|
|
621
621
|
})
|
|
622
622
|
}));
|
|
623
623
|
SvgExpand.displayName = 'SvgExpand';
|
|
@@ -632,8 +632,8 @@ const ExpandIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
632
632
|
ExpandIcon.displayName = 'ExpandIcon';
|
|
633
633
|
var ExpandIcon$1 = ExpandIcon;
|
|
634
634
|
|
|
635
|
-
function ownKeys$d(
|
|
636
|
-
function _objectSpread$d(
|
|
635
|
+
function ownKeys$d(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
636
|
+
function _objectSpread$d(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$d(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$d(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
637
637
|
const iconSizes$9 = {
|
|
638
638
|
small: 12,
|
|
639
639
|
medium: 16,
|
|
@@ -730,8 +730,8 @@ const ItalicIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
730
730
|
ItalicIcon.displayName = 'ItalicIcon';
|
|
731
731
|
var ItalicIcon$1 = ItalicIcon;
|
|
732
732
|
|
|
733
|
-
function ownKeys$c(
|
|
734
|
-
function _objectSpread$c(
|
|
733
|
+
function ownKeys$c(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
734
|
+
function _objectSpread$c(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$c(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$c(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
735
735
|
const iconSizes$8 = {
|
|
736
736
|
small: 12,
|
|
737
737
|
medium: 16,
|
|
@@ -814,7 +814,7 @@ const SvgMoreStyles = props => jsxRuntime.jsxs("svg", _objectSpread$c(_objectSpr
|
|
|
814
814
|
children: [jsxRuntime.jsx("defs", {
|
|
815
815
|
children: jsxRuntime.jsx("path", {
|
|
816
816
|
id: "more-styles_react_svg__a",
|
|
817
|
-
d: "M9.261 8.
|
|
817
|
+
d: "M9.261 8.057a9 9 0 0 1 3.548.738l-.605 1.384q-1.692-.697-3.066-.697-1.21 0-1.825.38-.615.378-.615 1.045 0 .451.23.77.232.317.744.604.513.288 1.969.83.533.195.974.39L13.5 13.5v1.25h-1.007q.552.693.552 1.684 0 1.57-1.169 2.42t-3.281.851q-2.235 0-3.486-.707v-1.58q.81.411 1.738.646a7.3 7.3 0 0 0 1.789.236q1.333 0 2.05-.425.72-.426.719-1.297 0-.657-.57-1.123-.382-.315-1.255-.704L4.5 14.75V13.5h2.164a4 4 0 0 1-.279-.168q-.66-.435-.984-.99-.323-.553-.323-1.322 0-1.374 1.118-2.169t3.065-.794m11.27 2.443q.19 0 .33.148.138.148.139.35a.5.5 0 0 1-.078.273l-.061.078-3.281 3.489a.44.44 0 0 1-.587.064l-.073-.064-3.28-3.49a.5.5 0 0 1-.14-.35q0-.202.14-.35a.45.45 0 0 1 .237-.139l.092-.009zm-7.076-7.094.795 1.303.802-1.303h1.267l-1.333 2.003L16.381 7.5h-1.27l-.861-1.403-.864 1.403h-1.267l1.388-2.091-1.319-2.003z"
|
|
818
818
|
})
|
|
819
819
|
}), jsxRuntime.jsx("use", {
|
|
820
820
|
xlinkHref: "#more-styles_react_svg__a",
|
|
@@ -834,8 +834,8 @@ const MoreStylesIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
834
834
|
MoreStylesIcon.displayName = 'MoreStylesIcon';
|
|
835
835
|
var MoreStylesIcon$1 = MoreStylesIcon;
|
|
836
836
|
|
|
837
|
-
function ownKeys$b(
|
|
838
|
-
function _objectSpread$b(
|
|
837
|
+
function ownKeys$b(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
838
|
+
function _objectSpread$b(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$b(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$b(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
839
839
|
const iconSizes$7 = {
|
|
840
840
|
small: 12,
|
|
841
841
|
medium: 16,
|
|
@@ -917,7 +917,7 @@ const SvgOrderedList = props => jsxRuntime.jsx("svg", _objectSpread$b(_objectSpr
|
|
|
917
917
|
children: jsxRuntime.jsx("path", {
|
|
918
918
|
fill: "#1A1A1A",
|
|
919
919
|
fillRule: "evenodd",
|
|
920
|
-
d: "M4.42
|
|
920
|
+
d: "M4.42 16q.673 0 1.063.306t.39.852q0 .456-.247.775a1.25 1.25 0 0 1-.69.439v.02q.524.073.794.358t.27.766q0 .702-.454 1.093-.453.39-1.295.391-.705 0-1.251-.263v-.875q.252.143.554.233t.6.09q.453 0 .67-.173.215-.172.216-.556 0-.342-.25-.485-.248-.144-.794-.143h-.329v-.789h.335q.504 0 .737-.148t.232-.507q0-.552-.616-.552-.214 0-.435.08a2 2 0 0 0-.49.276l-.424-.709q.593-.48 1.414-.479m16.33 1.962a.4.4 0 0 1 .176.037.14.14 0 0 1 .066.055l.008.033v.75q0 .05-.074.088a.4.4 0 0 1-.111.032l-.065.005h-10.5a.4.4 0 0 1-.176-.037.14.14 0 0 1-.066-.056L10 18.837v-.75q0-.051.074-.088a.4.4 0 0 1 .111-.033l.065-.004zM4.526 9q.4 0 .708.169.307.168.477.472a1.4 1.4 0 0 1 .17.694q0 .34-.105.639-.104.299-.321.612-.218.314-.768.893l-.55.597v.047H6V14H3.012v-.725l1.073-1.25q.476-.564.623-.781.146-.218.21-.403t.064-.384q0-.297-.141-.442a.5.5 0 0 0-.379-.145A1 1 0 0 0 3.98 10a2.5 2.5 0 0 0-.489.375L3 9.705q.315-.31.523-.439.208-.127.454-.197Q4.222 9 4.527 9m16.224 2.5a.4.4 0 0 1 .176.037.14.14 0 0 1 .066.056l.008.032v.75q0 .05-.074.088a.4.4 0 0 1-.111.033l-.065.004h-10.5a.4.4 0 0 1-.176-.037.14.14 0 0 1-.066-.056L10 12.375v-.75q0-.05.074-.088a.4.4 0 0 1 .111-.033l.065-.004zM5 3v4h-.852V4.685l.008-.38.014-.416a5 5 0 0 1-.296.277l-.463.369L3 4.026 4.3 3zm15.75 2.038a.4.4 0 0 1 .176.038.14.14 0 0 1 .066.055l.008.032v.75q0 .052-.074.088a.4.4 0 0 1-.111.033l-.065.004h-10.5a.4.4 0 0 1-.176-.037.14.14 0 0 1-.066-.055L10 5.913v-.75q0-.05.074-.087a.4.4 0 0 1 .111-.033l.065-.005z"
|
|
921
921
|
})
|
|
922
922
|
}));
|
|
923
923
|
SvgOrderedList.displayName = 'SvgOrderedList';
|
|
@@ -932,8 +932,8 @@ const OrderedListIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
932
932
|
OrderedListIcon.displayName = 'OrderedListIcon';
|
|
933
933
|
var OrderedListIcon$1 = OrderedListIcon;
|
|
934
934
|
|
|
935
|
-
function ownKeys$a(
|
|
936
|
-
function _objectSpread$a(
|
|
935
|
+
function ownKeys$a(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
936
|
+
function _objectSpread$a(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$a(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$a(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
937
937
|
const iconSizes$6 = {
|
|
938
938
|
small: 12,
|
|
939
939
|
medium: 16,
|
|
@@ -1016,7 +1016,7 @@ const SvgRedo = props => jsxRuntime.jsxs("svg", _objectSpread$a(_objectSpread$a(
|
|
|
1016
1016
|
children: [jsxRuntime.jsx("defs", {
|
|
1017
1017
|
children: jsxRuntime.jsx("path", {
|
|
1018
1018
|
id: "redo_react_svg__a",
|
|
1019
|
-
d: "M12.458 7.41a8.
|
|
1019
|
+
d: "M12.458 7.41a8.52 8.52 0 0 0-6.7 3.246L3.796 8.693c-.437-.438-.795-.29-.795.33v7.335c0 .618.024.593.643.593h7.286c.619 0 .767-.358.33-.795l-2.243-2.243a6.28 6.28 0 0 1 5.697-3.64 6.283 6.283 0 0 1 6.277 6.085q.01-.202.01-.406a8.54 8.54 0 0 0-8.542-8.542"
|
|
1020
1020
|
})
|
|
1021
1021
|
}), jsxRuntime.jsx("use", {
|
|
1022
1022
|
xlinkHref: "#redo_react_svg__a",
|
|
@@ -1037,8 +1037,8 @@ const RedoIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
1037
1037
|
RedoIcon.displayName = 'RedoIcon';
|
|
1038
1038
|
var RedoIcon$1 = RedoIcon;
|
|
1039
1039
|
|
|
1040
|
-
function ownKeys$9(
|
|
1041
|
-
function _objectSpread$9(
|
|
1040
|
+
function ownKeys$9(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1041
|
+
function _objectSpread$9(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$9(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$9(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1042
1042
|
const iconSizes$5 = {
|
|
1043
1043
|
small: 12,
|
|
1044
1044
|
medium: 16,
|
|
@@ -1120,7 +1120,7 @@ const SvgStrikethrough = props => jsxRuntime.jsx("svg", _objectSpread$9(_objectS
|
|
|
1120
1120
|
children: jsxRuntime.jsx("path", {
|
|
1121
1121
|
fill: "#1A1A1A",
|
|
1122
1122
|
fillRule: "evenodd",
|
|
1123
|
-
d: "M11.648
|
|
1123
|
+
d: "M11.648 3q2.556 0 4.7.938l-.621 1.734q-2.122-.89-4.125-.89-1.583 0-2.473.679-.89.68-.89 1.887 0 .89.327 1.459.329.568 1.108 1.043t2.385 1.048q1.485.53 2.459 1.102H19.5v1.25l-3.493-.002q.774 1.035.774 2.572 0 2.262-1.64 3.528-1.64 1.265-4.453 1.265-3.047 0-4.688-.785v-1.922q1.055.445 2.297.703t2.46.258q1.994 0 3-.756 1.01-.756 1.009-2.103 0-.89-.358-1.46-.358-.568-1.195-1.048-.21-.12-.478-.25H4.5V12h5.137q-1.6-.715-2.389-1.617Q6.223 9.21 6.223 7.324q0-1.98 1.488-3.152Q9.2 3 11.648 3"
|
|
1124
1124
|
})
|
|
1125
1125
|
}));
|
|
1126
1126
|
SvgStrikethrough.displayName = 'SvgStrikethrough';
|
|
@@ -1135,8 +1135,8 @@ const StrikethroughIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
1135
1135
|
StrikethroughIcon.displayName = 'StrikethroughIcon';
|
|
1136
1136
|
var StrikethroughIcon$1 = StrikethroughIcon;
|
|
1137
1137
|
|
|
1138
|
-
function ownKeys$8(
|
|
1139
|
-
function _objectSpread$8(
|
|
1138
|
+
function ownKeys$8(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1139
|
+
function _objectSpread$8(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$8(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$8(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1140
1140
|
const iconSizes$4 = {
|
|
1141
1141
|
small: 12,
|
|
1142
1142
|
medium: 16,
|
|
@@ -1219,7 +1219,7 @@ const SvgSubscript = props => jsxRuntime.jsx("svg", _objectSpread$8(_objectSprea
|
|
|
1219
1219
|
fill: "#333",
|
|
1220
1220
|
fillRule: "nonzero",
|
|
1221
1221
|
children: jsxRuntime.jsx("path", {
|
|
1222
|
-
d: "M6.609 9.937 3.18 15.145h3.294l2.067-3.39 2.085 3.39h3.294l-3.466-5.208L14.083 4.5h-3.304L8.542 8.147 6.294 4.5H3zM21.044 19.5h-5.988v-1.26l2.15-2.
|
|
1222
|
+
d: "M6.609 9.937 3.18 15.145h3.294l2.067-3.39 2.085 3.39h3.294l-3.466-5.208L14.083 4.5h-3.304L8.542 8.147 6.294 4.5H3zM21.044 19.5h-5.988v-1.26l2.15-2.174q.956-.978 1.248-1.356t.422-.7q.129-.323.129-.668 0-.516-.284-.768-.285-.252-.76-.252-.496 0-.966.229a5 5 0 0 0-.978.65l-.985-1.166q.633-.54 1.05-.762a3.9 3.9 0 0 1 .907-.342q.493-.12 1.102-.12.803 0 1.418.293.615.292.955.82.34.527.34 1.207 0 .592-.208 1.11-.209.518-.645 1.064-.436.544-1.538 1.552l-1.101 1.038v.082h3.732z"
|
|
1223
1223
|
})
|
|
1224
1224
|
})
|
|
1225
1225
|
}));
|
|
@@ -1235,8 +1235,8 @@ const SubscriptIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
1235
1235
|
SubscriptIcon.displayName = 'SubscriptIcon';
|
|
1236
1236
|
var SubscriptIcon$1 = SubscriptIcon;
|
|
1237
1237
|
|
|
1238
|
-
function ownKeys$7(
|
|
1239
|
-
function _objectSpread$7(
|
|
1238
|
+
function ownKeys$7(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1239
|
+
function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$7(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$7(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1240
1240
|
const iconSizes$3 = {
|
|
1241
1241
|
small: 12,
|
|
1242
1242
|
medium: 16,
|
|
@@ -1320,7 +1320,7 @@ const SvgSuperscript = props => jsxRuntime.jsx("svg", _objectSpread$7(_objectSpr
|
|
|
1320
1320
|
children: jsxRuntime.jsx("path", {
|
|
1321
1321
|
fill: "#333",
|
|
1322
1322
|
fillRule: "nonzero",
|
|
1323
|
-
d: "M7.067 14.063 3.64 8.855h3.295L9 12.245l2.085-3.39h3.295l-3.466 5.208 3.628 5.437h-3.304L9 15.853 6.753 19.5H3.458zM21.044 13.5h-5.988v-1.26l2.15-2.
|
|
1323
|
+
d: "M7.067 14.063 3.64 8.855h3.295L9 12.245l2.085-3.39h3.295l-3.466 5.208 3.628 5.437h-3.304L9 15.853 6.753 19.5H3.458zM21.044 13.5h-5.988v-1.26l2.15-2.174q.956-.978 1.248-1.356t.422-.7q.129-.323.129-.668 0-.516-.284-.768-.285-.252-.76-.252-.496 0-.966.229a5 5 0 0 0-.978.65l-.985-1.166q.633-.54 1.05-.762a3.9 3.9 0 0 1 .907-.342q.493-.12 1.102-.12.803 0 1.418.293.615.292.955.82.34.527.34 1.207 0 .592-.208 1.11-.209.518-.645 1.064-.436.544-1.538 1.552l-1.101 1.038v.082h3.732z"
|
|
1324
1324
|
})
|
|
1325
1325
|
})
|
|
1326
1326
|
}));
|
|
@@ -1336,8 +1336,8 @@ const SuperscriptIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
1336
1336
|
SuperscriptIcon.displayName = 'SuperscriptIcon';
|
|
1337
1337
|
var SuperscriptIcon$1 = SuperscriptIcon;
|
|
1338
1338
|
|
|
1339
|
-
function ownKeys$6(
|
|
1340
|
-
function _objectSpread$6(
|
|
1339
|
+
function ownKeys$6(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1340
|
+
function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$6(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$6(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1341
1341
|
const iconSizes$2 = {
|
|
1342
1342
|
small: 12,
|
|
1343
1343
|
medium: 16,
|
|
@@ -1419,7 +1419,7 @@ const SvgUnderline = props => jsxRuntime.jsx("svg", _objectSpread$6(_objectSprea
|
|
|
1419
1419
|
children: jsxRuntime.jsx("path", {
|
|
1420
1420
|
fill: "#1A1A1A",
|
|
1421
1421
|
fillRule: "evenodd",
|
|
1422
|
-
d: "M19.5 19.625v1.25h-15v-1.
|
|
1422
|
+
d: "M19.5 19.625v1.25h-15v-1.25zM8.69 3.223v9.642q0 1.85.938 2.84.939.991 2.76.991 1.735 0 2.673-.995.939-.996.939-2.856V3.223h1.595v9.562q0 2.526-1.417 3.972-1.418 1.445-3.894 1.445-2.478 0-3.833-1.455-1.356-1.456-1.356-4.003V3.223z"
|
|
1423
1423
|
})
|
|
1424
1424
|
}));
|
|
1425
1425
|
SvgUnderline.displayName = 'SvgUnderline';
|
|
@@ -1434,8 +1434,8 @@ const UnderlineIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
1434
1434
|
UnderlineIcon.displayName = 'UnderlineIcon';
|
|
1435
1435
|
var UnderlineIcon$1 = UnderlineIcon;
|
|
1436
1436
|
|
|
1437
|
-
function ownKeys$5(
|
|
1438
|
-
function _objectSpread$5(
|
|
1437
|
+
function ownKeys$5(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1438
|
+
function _objectSpread$5(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$5(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$5(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1439
1439
|
const iconSizes$1 = {
|
|
1440
1440
|
small: 12,
|
|
1441
1441
|
medium: 16,
|
|
@@ -1518,7 +1518,7 @@ const SvgUndo = props => jsxRuntime.jsxs("svg", _objectSpread$5(_objectSpread$5(
|
|
|
1518
1518
|
children: [jsxRuntime.jsx("defs", {
|
|
1519
1519
|
children: jsxRuntime.jsx("path", {
|
|
1520
1520
|
id: "undo_react_svg__a",
|
|
1521
|
-
d: "M12.458 7.41a8.
|
|
1521
|
+
d: "M12.458 7.41a8.52 8.52 0 0 0-6.7 3.246L3.796 8.693c-.437-.438-.795-.29-.795.33v7.335c0 .618.024.593.643.593h7.286c.619 0 .767-.358.33-.795l-2.243-2.243a6.28 6.28 0 0 1 5.697-3.64 6.283 6.283 0 0 1 6.277 6.085q.01-.202.01-.406a8.54 8.54 0 0 0-8.542-8.542"
|
|
1522
1522
|
})
|
|
1523
1523
|
}), jsxRuntime.jsx("use", {
|
|
1524
1524
|
xlinkHref: "#undo_react_svg__a",
|
|
@@ -1538,8 +1538,8 @@ const UndoIcon = props => jsxRuntime.jsx(react$1.ClassNames, {
|
|
|
1538
1538
|
UndoIcon.displayName = 'UndoIcon';
|
|
1539
1539
|
var UndoIcon$1 = UndoIcon;
|
|
1540
1540
|
|
|
1541
|
-
function ownKeys$4(
|
|
1542
|
-
function _objectSpread$4(
|
|
1541
|
+
function ownKeys$4(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1542
|
+
function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$4(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$4(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1543
1543
|
const iconSizes = {
|
|
1544
1544
|
small: 12,
|
|
1545
1545
|
medium: 16,
|
|
@@ -1622,7 +1622,7 @@ const SvgUnorderedList = props => jsxRuntime.jsxs("svg", _objectSpread$4(_object
|
|
|
1622
1622
|
children: [jsxRuntime.jsx("defs", {
|
|
1623
1623
|
children: jsxRuntime.jsx("path", {
|
|
1624
1624
|
id: "unordered-list_react_svg__a",
|
|
1625
|
-
d: "M5.625 17a.36.36 0 0 1 .264.
|
|
1625
|
+
d: "M5.625 17a.36.36 0 0 1 .264.111q.083.085.104.19l.007.074v2.25a.36.36 0 0 1-.111.264.36.36 0 0 1-.19.104L5.625 20h-2.25a.36.36 0 0 1-.264-.111.36.36 0 0 1-.104-.19L3 19.625v-2.25a.36.36 0 0 1 .111-.264.37.37 0 0 1 .19-.104L3.375 17zm15.125 1a.4.4 0 0 1 .176.037.14.14 0 0 1 .066.056l.008.032v.75q0 .05-.074.088a.4.4 0 0 1-.111.033L20.75 19h-10.5a.4.4 0 0 1-.176-.037.14.14 0 0 1-.066-.056L10 18.875v-.75q0-.05.074-.088a.4.4 0 0 1 .111-.033L10.25 18zM5.625 10a.36.36 0 0 1 .264.111q.083.084.104.19l.007.074v2.25a.36.36 0 0 1-.111.264.37.37 0 0 1-.19.104L5.625 13h-2.25a.36.36 0 0 1-.264-.111.36.36 0 0 1-.104-.19L3 12.625v-2.25a.36.36 0 0 1 .111-.264.36.36 0 0 1 .19-.104L3.375 10zm15.125 1a.4.4 0 0 1 .176.037q.075.037.074.088v.75q0 .05-.074.088a.4.4 0 0 1-.176.037h-10.5a.4.4 0 0 1-.176-.037Q10 11.926 10 11.875v-.75q0-.05.074-.088A.4.4 0 0 1 10.25 11ZM5.625 4q.153 0 .264.111.083.085.104.19L6 4.375v2.25a.36.36 0 0 1-.111.264.36.36 0 0 1-.19.104L5.625 7h-2.25a.36.36 0 0 1-.264-.111.36.36 0 0 1-.104-.19L3 6.625v-2.25a.36.36 0 0 1 .111-.264.36.36 0 0 1 .19-.104L3.375 4zm4.625 1h10.5a.4.4 0 0 1 .176.037.14.14 0 0 1 .066.056l.008.032v.75q0 .05-.074.088a.4.4 0 0 1-.111.033L20.75 6h-10.5a.4.4 0 0 1-.176-.037.14.14 0 0 1-.066-.056L10 5.875v-.75q0-.05.074-.088a.4.4 0 0 1 .111-.033zh10.5Z"
|
|
1626
1626
|
})
|
|
1627
1627
|
}), jsxRuntime.jsx("use", {
|
|
1628
1628
|
xlinkHref: "#unordered-list_react_svg__a",
|
|
@@ -1713,8 +1713,8 @@ const Container = /*#__PURE__*/_styled__default["default"]("div", {
|
|
|
1713
1713
|
target: "e1sckae40"
|
|
1714
1714
|
} )("border-radius:", designSystem.designTokens.borderRadiusForInput, ";border:1px solid ", designSystem.designTokens.borderColorForInput, ";transition:", designSystem.designTokens.transitionStandard, ";padding:", designSystem.designTokens.paddingForRichTextInput, ";background-color:", props => getContainerBackgroundColor(props), ";", props => getInputBoxShadow(props), " border-color:", props => getBorderColor(props), ";pointer-events:", props => props.isDisabled || props.isReadOnly ? 'none' : 'inherit', ";position:relative;&:hover{", props => getBorderColor(props, designSystem.designTokens.borderColorForInputWhenHovered), ";background-color:", designSystem.designTokens.backgroundColorForInputWhenHovered, ";}&:focus{outline:none;box-shadow:inset 0 0 0 2px ", designSystem.designTokens.borderColorForInputWhenFocused, ";}", Toolbar, "{border-radius:", designSystem.designTokens.borderRadiusForInput, ";border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:", designSystem.designTokens.borderColorForInput, ";}&:focus-within{border-color:", designSystem.designTokens.borderColorForInputWhenFocused, ";box-shadow:", designSystem.designTokens.shadowForInputWhenFocused, ";", Toolbar, "{border-color:", designSystem.designTokens.borderColorForInputWhenFocused, ";}", EditorContainer, "{border-color:", designSystem.designTokens.borderColorForInputWhenFocused, ";}}" + ("" ));
|
|
1715
1715
|
|
|
1716
|
-
function ownKeys$3(
|
|
1717
|
-
function _objectSpread$3(
|
|
1716
|
+
function ownKeys$3(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1717
|
+
function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$3(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$3(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1718
1718
|
const propsToOmit = ['isActive', 'label', 'isDisabled', 'isReadOnly'];
|
|
1719
1719
|
function getFillColor(props) {
|
|
1720
1720
|
if (props.isActive) return designSystem.designTokens.colorSurface;
|
|
@@ -1752,8 +1752,8 @@ const DropdownItemLabelWrapper = /*#__PURE__*/_styled__default["default"]("div",
|
|
|
1752
1752
|
target: "e1f4n71b0"
|
|
1753
1753
|
} )("margin:", designSystem.designTokens.marginForRichTextDropdownItemLabel, ";" + ("" ));
|
|
1754
1754
|
|
|
1755
|
-
function ownKeys$2(
|
|
1756
|
-
function _objectSpread$2(
|
|
1755
|
+
function ownKeys$2(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1756
|
+
function _objectSpread$2(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$2(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$2(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1757
1757
|
const Label = _styled__default["default"]("div", {
|
|
1758
1758
|
target: "e176a1kh0"
|
|
1759
1759
|
} );
|
|
@@ -1966,8 +1966,8 @@ var messages = reactIntl.defineMessages({
|
|
|
1966
1966
|
}
|
|
1967
1967
|
});
|
|
1968
1968
|
|
|
1969
|
-
function ownKeys$1(
|
|
1970
|
-
function _objectSpread$1(
|
|
1969
|
+
function ownKeys$1(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1970
|
+
function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$1(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$1(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1971
1971
|
const LIST_TYPES = [BLOCK_TAGS.ol, BLOCK_TAGS.ul];
|
|
1972
1972
|
|
|
1973
1973
|
/*
|
|
@@ -2223,8 +2223,8 @@ const BlockButton = props => {
|
|
|
2223
2223
|
};
|
|
2224
2224
|
BlockButton.propTypes = {};
|
|
2225
2225
|
|
|
2226
|
-
function ownKeys(
|
|
2227
|
-
function _objectSpread(
|
|
2226
|
+
function ownKeys(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2227
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
2228
2228
|
const MoreStylesDropdownLabel = () => jsxRuntime.jsx(MoreStylesIcon$1, {
|
|
2229
2229
|
size: "medium"
|
|
2230
2230
|
});
|
|
@@ -2545,7 +2545,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
2545
2545
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
2546
2546
|
|
|
2547
2547
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2548
|
-
var version = "17.0
|
|
2548
|
+
var version = "17.1.0";
|
|
2549
2549
|
|
|
2550
2550
|
exports.Element = Element;
|
|
2551
2551
|
exports.HiddenInput = HiddenInput$1;
|