@commercetools-uikit/rich-text-utils 15.14.2 → 15.15.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.
|
@@ -658,16 +658,16 @@ var getIconStyles$c = function getIconStyles(props) {
|
|
|
658
658
|
|
|
659
659
|
var SvgBold = function SvgBold(props) {
|
|
660
660
|
return jsxRuntime.jsx("svg", _objectSpread$g(_objectSpread$g({
|
|
661
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
661
662
|
width: 24,
|
|
662
663
|
height: 24,
|
|
663
664
|
viewBox: "0 0 24 24",
|
|
664
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
665
665
|
role: "img"
|
|
666
666
|
}, props), {}, {
|
|
667
667
|
children: jsxRuntime.jsx("path", {
|
|
668
|
-
d: "M6 3h5.599c2.55 0 4.403.363 5.555 1.089 1.153.726 1.729 1.88 1.729 3.464 0 1.074-.252 1.956-.757 2.645a3.023 3.023 0 0 1-2.012 1.243v.123c1.14.254 1.963.73 2.468 1.427.504.698.756 1.625.756 2.781 0 1.64-.592 2.92-1.778 3.84-1.185.918-2.795 1.377-4.83 1.377H6V3Zm3.814 7.124h2.215c1.034 0 1.782-.16 2.246-.48.463-.32.695-.848.695-1.587 0-.689-.252-1.183-.757-1.482-.504-.3-1.302-.45-2.393-.45H9.814v4Zm0 3.027v4.688H12.3c1.05 0 1.825-.2 2.326-.602.5-.402.75-1.018.75-1.846 0-1.493-1.066-2.24-3.199-2.24H9.814Z",
|
|
669
668
|
fill: "#1A1A1A",
|
|
670
|
-
fillRule: "evenodd"
|
|
669
|
+
fillRule: "evenodd",
|
|
670
|
+
d: "M6 3h5.599c2.55 0 4.403.363 5.555 1.089 1.153.726 1.729 1.88 1.729 3.464 0 1.074-.252 1.956-.757 2.645a3.023 3.023 0 0 1-2.012 1.243v.123c1.14.254 1.963.73 2.468 1.427.504.698.756 1.625.756 2.781 0 1.64-.592 2.92-1.778 3.84-1.185.918-2.795 1.377-4.83 1.377H6V3Zm3.814 7.124h2.215c1.034 0 1.782-.16 2.246-.48.463-.32.695-.848.695-1.587 0-.689-.252-1.183-.757-1.482-.504-.3-1.302-.45-2.393-.45H9.814v4Zm0 3.027v4.688H12.3c1.05 0 1.825-.2 2.326-.602.5-.402.75-1.018.75-1.846 0-1.493-1.066-2.24-3.199-2.24H9.814Z"
|
|
671
671
|
})
|
|
672
672
|
}));
|
|
673
673
|
};
|
|
@@ -786,16 +786,16 @@ var getIconStyles$b = function getIconStyles(props) {
|
|
|
786
786
|
|
|
787
787
|
var SvgExpandFull = function SvgExpandFull(props) {
|
|
788
788
|
return jsxRuntime.jsx("svg", _objectSpread$f(_objectSpread$f({
|
|
789
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
789
790
|
width: 24,
|
|
790
791
|
height: 24,
|
|
791
792
|
viewBox: "0 0 24 24",
|
|
792
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
793
793
|
role: "img"
|
|
794
794
|
}, props), {}, {
|
|
795
795
|
children: jsxRuntime.jsx("path", {
|
|
796
|
-
d: "m14.902 13.93.086.074 4.62 4.62v-2.967a.696.696 0 0 1 1.386-.095l.006.095v4.647a.696.696 0 0 1-.601.69l-.095.006h-4.647a.696.696 0 0 1-.095-1.386l.095-.006h2.967l-4.62-4.62a.696.696 0 0 1 .898-1.058Zm-4.906.074c.245.244.27.626.074.898l-.074.086-4.62 4.62h2.967a.696.696 0 0 1 .095 1.386L8.343 21H3.696a.696.696 0 0 1-.69-.601L3 20.304v-4.647a.696.696 0 0 1 1.386-.095l.006.095v2.967l4.62-4.62a.696.696 0 0 1 .984 0ZM8.448 3a.71.71 0 0 1 .096 1.413l-.096.006H5.422l4.57 4.57a.71.71 0 0 1-.915 1.078l-.088-.075-4.57-4.57v3.026a.71.71 0 0 1-1.413.097L3 8.449v-4.74a.71.71 0 0 1 .613-.703L3.71 3h4.738ZM20.29 3a.71.71 0 0 1 .71.71v4.738a.71.71 0 1 1-1.42 0V5.423l-4.569 4.57a.708.708 0 0 1-1.003 0 .71.71 0 0 1 0-1.004l4.57-4.57h-3.026a.71.71 0 1 1 0-1.419Z",
|
|
797
796
|
fill: "#1A1A1A",
|
|
798
|
-
fillRule: "evenodd"
|
|
797
|
+
fillRule: "evenodd",
|
|
798
|
+
d: "m14.902 13.93.086.074 4.62 4.62v-2.967a.696.696 0 0 1 1.386-.095l.006.095v4.647a.696.696 0 0 1-.601.69l-.095.006h-4.647a.696.696 0 0 1-.095-1.386l.095-.006h2.967l-4.62-4.62a.696.696 0 0 1 .898-1.058Zm-4.906.074c.245.244.27.626.074.898l-.074.086-4.62 4.62h2.967a.696.696 0 0 1 .095 1.386L8.343 21H3.696a.696.696 0 0 1-.69-.601L3 20.304v-4.647a.696.696 0 0 1 1.386-.095l.006.095v2.967l4.62-4.62a.696.696 0 0 1 .984 0ZM8.448 3a.71.71 0 0 1 .096 1.413l-.096.006H5.422l4.57 4.57a.71.71 0 0 1-.915 1.078l-.088-.075-4.57-4.57v3.026a.71.71 0 0 1-1.413.097L3 8.449v-4.74a.71.71 0 0 1 .613-.703L3.71 3h4.738ZM20.29 3a.71.71 0 0 1 .71.71v4.738a.71.71 0 1 1-1.42 0V5.423l-4.569 4.57a.708.708 0 0 1-1.003 0 .71.71 0 0 1 0-1.004l4.57-4.57h-3.026a.71.71 0 1 1 0-1.419Z"
|
|
799
799
|
})
|
|
800
800
|
}));
|
|
801
801
|
};
|
|
@@ -914,10 +914,10 @@ var getIconStyles$a = function getIconStyles(props) {
|
|
|
914
914
|
|
|
915
915
|
var SvgExpand = function SvgExpand(props) {
|
|
916
916
|
return jsxRuntime.jsx("svg", _objectSpread$e(_objectSpread$e({
|
|
917
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
917
918
|
width: 24,
|
|
918
919
|
height: 24,
|
|
919
920
|
viewBox: "0 0 24 24",
|
|
920
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
921
921
|
role: "img"
|
|
922
922
|
}, props), {}, {
|
|
923
923
|
children: jsxRuntime.jsx("path", {
|
|
@@ -1040,16 +1040,16 @@ var getIconStyles$9 = function getIconStyles(props) {
|
|
|
1040
1040
|
|
|
1041
1041
|
var SvgItalic = function SvgItalic(props) {
|
|
1042
1042
|
return jsxRuntime.jsx("svg", _objectSpread$d(_objectSpread$d({
|
|
1043
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1043
1044
|
width: 24,
|
|
1044
1045
|
height: 24,
|
|
1045
1046
|
viewBox: "0 0 24 24",
|
|
1046
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1047
1047
|
role: "img"
|
|
1048
1048
|
}, props), {}, {
|
|
1049
1049
|
children: jsxRuntime.jsx("path", {
|
|
1050
|
-
d: "M9 20.99 12.827 3h2.067l-3.827 17.99z",
|
|
1051
1050
|
fill: "#1A1A1A",
|
|
1052
|
-
fillRule: "evenodd"
|
|
1051
|
+
fillRule: "evenodd",
|
|
1052
|
+
d: "M9 20.99 12.827 3h2.067l-3.827 17.99z"
|
|
1053
1053
|
})
|
|
1054
1054
|
}));
|
|
1055
1055
|
};
|
|
@@ -1168,21 +1168,21 @@ var getIconStyles$8 = function getIconStyles(props) {
|
|
|
1168
1168
|
|
|
1169
1169
|
var SvgMoreStyles = function SvgMoreStyles(props) {
|
|
1170
1170
|
return jsxRuntime.jsxs("svg", _objectSpread$c(_objectSpread$c({
|
|
1171
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1172
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1171
1173
|
width: 24,
|
|
1172
1174
|
height: 24,
|
|
1173
1175
|
viewBox: "0 0 24 24",
|
|
1174
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1175
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1176
1176
|
role: "img"
|
|
1177
1177
|
}, props), {}, {
|
|
1178
1178
|
children: [jsxRuntime.jsx("defs", {
|
|
1179
1179
|
children: jsxRuntime.jsx("path", {
|
|
1180
|
-
|
|
1181
|
-
|
|
1180
|
+
id: "more-styles_react_svg__a",
|
|
1181
|
+
d: "M9.261 8.057a8.97 8.97 0 0 1 3.548.738l-.605 1.384c-1.128-.465-2.15-.697-3.066-.697-.806 0-1.415.126-1.825.38-.41.252-.615.6-.615 1.045 0 .301.077.557.23.77.155.211.402.413.744.604.342.192.998.469 1.969.83.355.13.68.26.974.39L13.5 13.5v1.25h-1.007c.368.462.552 1.023.552 1.684 0 1.046-.39 1.853-1.169 2.42-.78.567-1.873.851-3.281.851-1.49 0-2.652-.236-3.486-.707v-1.58c.54.274 1.119.49 1.738.646a7.258 7.258 0 0 0 1.789.236c.889 0 1.572-.142 2.05-.425.48-.284.719-.716.719-1.297 0-.438-.19-.812-.57-1.123-.255-.21-.673-.444-1.255-.704L4.5 14.75V13.5h2.164a4.444 4.444 0 0 1-.279-.168c-.44-.29-.769-.62-.984-.99-.215-.368-.323-.81-.323-1.322 0-.916.372-1.639 1.118-2.169.745-.53 1.767-.794 3.065-.794Zm11.27 2.443c.127 0 .237.05.33.148.092.099.139.215.139.35a.492.492 0 0 1-.078.273l-.061.078-3.281 3.489a.438.438 0 0 1-.587.064l-.073-.064-3.28-3.49a.494.494 0 0 1-.14-.35c0-.135.046-.251.14-.35a.448.448 0 0 1 .237-.139l.092-.009h6.562Zm-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.003h1.267Z"
|
|
1182
1182
|
})
|
|
1183
1183
|
}), jsxRuntime.jsx("use", {
|
|
1184
|
-
fill: "#1A1A1A",
|
|
1185
1184
|
xlinkHref: "#more-styles_react_svg__a",
|
|
1185
|
+
fill: "#1A1A1A",
|
|
1186
1186
|
fillRule: "evenodd"
|
|
1187
1187
|
})]
|
|
1188
1188
|
}));
|
|
@@ -1302,16 +1302,16 @@ var getIconStyles$7 = function getIconStyles(props) {
|
|
|
1302
1302
|
|
|
1303
1303
|
var SvgOrderedList = function SvgOrderedList(props) {
|
|
1304
1304
|
return jsxRuntime.jsx("svg", _objectSpread$b(_objectSpread$b({
|
|
1305
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1305
1306
|
width: 24,
|
|
1306
1307
|
height: 24,
|
|
1307
1308
|
viewBox: "0 0 24 24",
|
|
1308
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1309
1309
|
role: "img"
|
|
1310
1310
|
}, props), {}, {
|
|
1311
1311
|
children: jsxRuntime.jsx("path", {
|
|
1312
|
-
d: "M4.42 16c.449 0 .803.102 1.063.306.26.204.39.488.39.852 0 .304-.082.562-.247.775a1.25 1.25 0 0 1-.69.439v.02c.35.049.614.168.794.358.18.19.27.445.27.766 0 .468-.151.833-.454 1.093-.302.26-.734.391-1.295.391-.47 0-.887-.088-1.251-.263v-.875c.168.096.353.173.554.233.202.06.402.09.6.09.302 0 .525-.058.67-.173.143-.115.216-.3.216-.556 0-.228-.083-.39-.25-.485-.165-.096-.43-.143-.794-.143h-.329v-.789h.335c.336 0 .581-.05.737-.148.155-.098.232-.268.232-.507 0-.368-.205-.552-.616-.552-.143 0-.287.026-.435.08a2.04 2.04 0 0 0-.49.276l-.424-.709C3.4 16.159 3.873 16 4.42 16Zm16.33 1.962a.39.39 0 0 1 .176.037.145.145 0 0 1 .066.055l.008.033v.75c0 .033-.025.063-.074.088a.35.35 0 0 1-.111.032l-.065.005h-10.5a.389.389 0 0 1-.176-.037.144.144 0 0 1-.066-.056L10 18.837v-.75c0-.034.025-.064.074-.088a.352.352 0 0 1 .111-.033l.065-.004h10.5ZM4.526 9c.267 0 .503.056.708.169.205.112.363.27.477.472a1.4 1.4 0 0 1 .17.694c0 .227-.035.44-.105.639-.069.199-.176.403-.321.612-.146.209-.401.507-.768.893l-.55.597v.047H6V14H3.012v-.725l1.073-1.25c.318-.376.525-.636.623-.781.097-.145.167-.28.21-.403.043-.124.064-.252.064-.384 0-.198-.047-.346-.141-.442a.506.506 0 0 0-.379-.145.972.972 0 0 0-.482.131 2.493 2.493 0 0 0-.489.375L3 9.705c.21-.207.385-.353.523-.439.139-.085.29-.15.454-.197.163-.046.347-.069.55-.069Zm16.224 2.5a.39.39 0 0 1 .176.037.145.145 0 0 1 .066.056l.008.032v.75c0 .034-.025.063-.074.088a.352.352 0 0 1-.111.033l-.065.004h-10.5a.39.39 0 0 1-.176-.037.145.145 0 0 1-.066-.056L10 12.375v-.75c0-.034.025-.063.074-.088a.35.35 0 0 1 .111-.033l.065-.004h10.5ZM5 3v4h-.852V4.685l.008-.38.014-.416a4.47 4.47 0 0 1-.296.277l-.463.369L3 4.026 4.3 3H5Zm15.75 2.038a.39.39 0 0 1 .176.038.145.145 0 0 1 .066.055l.008.032v.75c0 .034-.025.064-.074.088a.35.35 0 0 1-.111.033l-.065.004h-10.5a.388.388 0 0 1-.176-.037.145.145 0 0 1-.066-.055L10 5.913v-.75c0-.033.025-.063.074-.087a.35.35 0 0 1 .111-.033l.065-.005h10.5Z",
|
|
1313
1312
|
fill: "#1A1A1A",
|
|
1314
|
-
fillRule: "evenodd"
|
|
1313
|
+
fillRule: "evenodd",
|
|
1314
|
+
d: "M4.42 16c.449 0 .803.102 1.063.306.26.204.39.488.39.852 0 .304-.082.562-.247.775a1.25 1.25 0 0 1-.69.439v.02c.35.049.614.168.794.358.18.19.27.445.27.766 0 .468-.151.833-.454 1.093-.302.26-.734.391-1.295.391-.47 0-.887-.088-1.251-.263v-.875c.168.096.353.173.554.233.202.06.402.09.6.09.302 0 .525-.058.67-.173.143-.115.216-.3.216-.556 0-.228-.083-.39-.25-.485-.165-.096-.43-.143-.794-.143h-.329v-.789h.335c.336 0 .581-.05.737-.148.155-.098.232-.268.232-.507 0-.368-.205-.552-.616-.552-.143 0-.287.026-.435.08a2.04 2.04 0 0 0-.49.276l-.424-.709C3.4 16.159 3.873 16 4.42 16Zm16.33 1.962a.39.39 0 0 1 .176.037.145.145 0 0 1 .066.055l.008.033v.75c0 .033-.025.063-.074.088a.35.35 0 0 1-.111.032l-.065.005h-10.5a.389.389 0 0 1-.176-.037.144.144 0 0 1-.066-.056L10 18.837v-.75c0-.034.025-.064.074-.088a.352.352 0 0 1 .111-.033l.065-.004h10.5ZM4.526 9c.267 0 .503.056.708.169.205.112.363.27.477.472a1.4 1.4 0 0 1 .17.694c0 .227-.035.44-.105.639-.069.199-.176.403-.321.612-.146.209-.401.507-.768.893l-.55.597v.047H6V14H3.012v-.725l1.073-1.25c.318-.376.525-.636.623-.781.097-.145.167-.28.21-.403.043-.124.064-.252.064-.384 0-.198-.047-.346-.141-.442a.506.506 0 0 0-.379-.145.972.972 0 0 0-.482.131 2.493 2.493 0 0 0-.489.375L3 9.705c.21-.207.385-.353.523-.439.139-.085.29-.15.454-.197.163-.046.347-.069.55-.069Zm16.224 2.5a.39.39 0 0 1 .176.037.145.145 0 0 1 .066.056l.008.032v.75c0 .034-.025.063-.074.088a.352.352 0 0 1-.111.033l-.065.004h-10.5a.39.39 0 0 1-.176-.037.145.145 0 0 1-.066-.056L10 12.375v-.75c0-.034.025-.063.074-.088a.35.35 0 0 1 .111-.033l.065-.004h10.5ZM5 3v4h-.852V4.685l.008-.38.014-.416a4.47 4.47 0 0 1-.296.277l-.463.369L3 4.026 4.3 3H5Zm15.75 2.038a.39.39 0 0 1 .176.038.145.145 0 0 1 .066.055l.008.032v.75c0 .034-.025.064-.074.088a.35.35 0 0 1-.111.033l-.065.004h-10.5a.388.388 0 0 1-.176-.037.145.145 0 0 1-.066-.055L10 5.913v-.75c0-.033.025-.063.074-.087a.35.35 0 0 1 .111-.033l.065-.005h10.5Z"
|
|
1315
1315
|
})
|
|
1316
1316
|
}));
|
|
1317
1317
|
};
|
|
@@ -1430,23 +1430,23 @@ var getIconStyles$6 = function getIconStyles(props) {
|
|
|
1430
1430
|
|
|
1431
1431
|
var SvgRedo = function SvgRedo(props) {
|
|
1432
1432
|
return jsxRuntime.jsxs("svg", _objectSpread$a(_objectSpread$a({
|
|
1433
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1434
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1433
1435
|
width: 24,
|
|
1434
1436
|
height: 24,
|
|
1435
1437
|
viewBox: "0 0 24 24",
|
|
1436
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1437
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1438
1438
|
role: "img"
|
|
1439
1439
|
}, props), {}, {
|
|
1440
1440
|
children: [jsxRuntime.jsx("defs", {
|
|
1441
1441
|
children: jsxRuntime.jsx("path", {
|
|
1442
|
-
|
|
1443
|
-
|
|
1442
|
+
id: "redo_react_svg__a",
|
|
1443
|
+
d: "M12.458 7.41a8.524 8.524 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.283 6.283 0 0 1 5.697-3.64 6.283 6.283 0 0 1 6.277 6.085 8.542 8.542 0 0 0-8.531-8.948Z"
|
|
1444
1444
|
})
|
|
1445
1445
|
}), jsxRuntime.jsx("use", {
|
|
1446
|
-
fill: "#1A1A1A",
|
|
1447
1446
|
xlinkHref: "#redo_react_svg__a",
|
|
1448
|
-
|
|
1449
|
-
fillRule: "evenodd"
|
|
1447
|
+
fill: "#1A1A1A",
|
|
1448
|
+
fillRule: "evenodd",
|
|
1449
|
+
transform: "matrix(-1 0 0 1 24 0)"
|
|
1450
1450
|
})]
|
|
1451
1451
|
}));
|
|
1452
1452
|
};
|
|
@@ -1565,16 +1565,16 @@ var getIconStyles$5 = function getIconStyles(props) {
|
|
|
1565
1565
|
|
|
1566
1566
|
var SvgStrikethrough = function SvgStrikethrough(props) {
|
|
1567
1567
|
return jsxRuntime.jsx("svg", _objectSpread$9(_objectSpread$9({
|
|
1568
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1568
1569
|
width: 24,
|
|
1569
1570
|
height: 24,
|
|
1570
1571
|
viewBox: "0 0 24 24",
|
|
1571
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1572
1572
|
role: "img"
|
|
1573
1573
|
}, props), {}, {
|
|
1574
1574
|
children: jsxRuntime.jsx("path", {
|
|
1575
|
-
d: "M11.648 3c1.704 0 3.27.312 4.7.938l-.621 1.734c-1.415-.594-2.79-.89-4.125-.89-1.055 0-1.88.226-2.473.679-.594.453-.89 1.082-.89 1.887 0 .593.109 1.08.327 1.459.22.379.588.726 1.108 1.043.52.316 1.314.666 2.385 1.048.99.353 1.81.72 2.459 1.102H19.5v1.25l-3.493-.002c.516.69.774 1.548.774 2.572 0 1.508-.547 2.684-1.64 3.528-1.094.843-2.578 1.265-4.454 1.265-2.03 0-3.593-.261-4.687-.785v-1.922c.703.297 1.469.531 2.297.703.828.172 1.648.258 2.46.258 1.329 0 2.329-.252 3-.756.673-.504 1.009-1.205 1.009-2.103 0-.594-.12-1.08-.358-1.46-.238-.378-.637-.728-1.195-1.048-.14-.08-.3-.164-.478-.25H4.5V12h5.137c-1.066-.476-1.863-1.016-2.389-1.617-.684-.781-1.025-1.801-1.025-3.059 0-1.32.496-2.37 1.488-3.152C8.703 3.39 10.016 3 11.648 3Z",
|
|
1576
1575
|
fill: "#1A1A1A",
|
|
1577
|
-
fillRule: "evenodd"
|
|
1576
|
+
fillRule: "evenodd",
|
|
1577
|
+
d: "M11.648 3c1.704 0 3.27.312 4.7.938l-.621 1.734c-1.415-.594-2.79-.89-4.125-.89-1.055 0-1.88.226-2.473.679-.594.453-.89 1.082-.89 1.887 0 .593.109 1.08.327 1.459.22.379.588.726 1.108 1.043.52.316 1.314.666 2.385 1.048.99.353 1.81.72 2.459 1.102H19.5v1.25l-3.493-.002c.516.69.774 1.548.774 2.572 0 1.508-.547 2.684-1.64 3.528-1.094.843-2.578 1.265-4.454 1.265-2.03 0-3.593-.261-4.687-.785v-1.922c.703.297 1.469.531 2.297.703.828.172 1.648.258 2.46.258 1.329 0 2.329-.252 3-.756.673-.504 1.009-1.205 1.009-2.103 0-.594-.12-1.08-.358-1.46-.238-.378-.637-.728-1.195-1.048-.14-.08-.3-.164-.478-.25H4.5V12h5.137c-1.066-.476-1.863-1.016-2.389-1.617-.684-.781-1.025-1.801-1.025-3.059 0-1.32.496-2.37 1.488-3.152C8.703 3.39 10.016 3 11.648 3Z"
|
|
1578
1578
|
})
|
|
1579
1579
|
}));
|
|
1580
1580
|
};
|
|
@@ -1693,15 +1693,15 @@ var getIconStyles$4 = function getIconStyles(props) {
|
|
|
1693
1693
|
|
|
1694
1694
|
var SvgSubscript = function SvgSubscript(props) {
|
|
1695
1695
|
return jsxRuntime.jsx("svg", _objectSpread$8(_objectSpread$8({
|
|
1696
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1696
1697
|
width: 24,
|
|
1697
1698
|
height: 24,
|
|
1698
1699
|
viewBox: "0 0 24 24",
|
|
1699
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1700
1700
|
role: "img"
|
|
1701
1701
|
}, props), {}, {
|
|
1702
1702
|
children: jsxRuntime.jsx("g", {
|
|
1703
|
-
fillRule: "nonzero",
|
|
1704
1703
|
fill: "#333",
|
|
1704
|
+
fillRule: "nonzero",
|
|
1705
1705
|
children: jsxRuntime.jsx("path", {
|
|
1706
1706
|
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.174c.637-.652 1.053-1.104 1.248-1.356.195-.252.336-.485.422-.7.086-.215.129-.438.129-.668 0-.344-.095-.6-.284-.768-.19-.168-.443-.252-.76-.252-.331 0-.653.076-.966.229a4.99 4.99 0 0 0-.978.65l-.985-1.166c.422-.36.772-.613 1.05-.762a3.85 3.85 0 0 1 .907-.342c.328-.08.696-.12 1.102-.12.535 0 1.008.097 1.418.293.41.195.728.468.955.82.226.351.34.754.34 1.207 0 .394-.07.765-.208 1.11-.139.346-.354.7-.645 1.064-.29.363-.804.88-1.538 1.552l-1.101 1.038v.082h3.732V19.5Z"
|
|
1707
1707
|
})
|
|
@@ -1823,10 +1823,10 @@ var getIconStyles$3 = function getIconStyles(props) {
|
|
|
1823
1823
|
|
|
1824
1824
|
var SvgSuperscript = function SvgSuperscript(props) {
|
|
1825
1825
|
return jsxRuntime.jsx("svg", _objectSpread$7(_objectSpread$7({
|
|
1826
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1826
1827
|
width: 24,
|
|
1827
1828
|
height: 24,
|
|
1828
1829
|
viewBox: "0 0 24 24",
|
|
1829
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1830
1830
|
role: "img"
|
|
1831
1831
|
}, props), {}, {
|
|
1832
1832
|
children: jsxRuntime.jsx("g", {
|
|
@@ -1954,16 +1954,16 @@ var getIconStyles$2 = function getIconStyles(props) {
|
|
|
1954
1954
|
|
|
1955
1955
|
var SvgUnderline = function SvgUnderline(props) {
|
|
1956
1956
|
return jsxRuntime.jsx("svg", _objectSpread$6(_objectSpread$6({
|
|
1957
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1957
1958
|
width: 24,
|
|
1958
1959
|
height: 24,
|
|
1959
1960
|
viewBox: "0 0 24 24",
|
|
1960
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1961
1961
|
role: "img"
|
|
1962
1962
|
}, props), {}, {
|
|
1963
1963
|
children: jsxRuntime.jsx("path", {
|
|
1964
|
-
d: "M19.5 19.625v1.25h-15v-1.25h15ZM8.69 3.223v9.642c0 1.234.313 2.18.938 2.84.626.661 1.546.991 2.76.991 1.156 0 2.048-.332 2.673-.995.626-.664.939-1.616.939-2.856V3.223h1.595v9.562c0 1.684-.472 3.008-1.417 3.972-.945.963-2.243 1.445-3.894 1.445-1.652 0-2.93-.485-3.833-1.455-.904-.97-1.356-2.305-1.356-4.003V3.223H8.69Z",
|
|
1965
1964
|
fill: "#1A1A1A",
|
|
1966
|
-
fillRule: "evenodd"
|
|
1965
|
+
fillRule: "evenodd",
|
|
1966
|
+
d: "M19.5 19.625v1.25h-15v-1.25h15ZM8.69 3.223v9.642c0 1.234.313 2.18.938 2.84.626.661 1.546.991 2.76.991 1.156 0 2.048-.332 2.673-.995.626-.664.939-1.616.939-2.856V3.223h1.595v9.562c0 1.684-.472 3.008-1.417 3.972-.945.963-2.243 1.445-3.894 1.445-1.652 0-2.93-.485-3.833-1.455-.904-.97-1.356-2.305-1.356-4.003V3.223H8.69Z"
|
|
1967
1967
|
})
|
|
1968
1968
|
}));
|
|
1969
1969
|
};
|
|
@@ -2082,21 +2082,21 @@ var getIconStyles$1 = function getIconStyles(props) {
|
|
|
2082
2082
|
|
|
2083
2083
|
var SvgUndo = function SvgUndo(props) {
|
|
2084
2084
|
return jsxRuntime.jsxs("svg", _objectSpread$5(_objectSpread$5({
|
|
2085
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2086
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2085
2087
|
width: 24,
|
|
2086
2088
|
height: 24,
|
|
2087
2089
|
viewBox: "0 0 24 24",
|
|
2088
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2089
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2090
2090
|
role: "img"
|
|
2091
2091
|
}, props), {}, {
|
|
2092
2092
|
children: [jsxRuntime.jsx("defs", {
|
|
2093
2093
|
children: jsxRuntime.jsx("path", {
|
|
2094
|
-
|
|
2095
|
-
|
|
2094
|
+
id: "undo_react_svg__a",
|
|
2095
|
+
d: "M12.458 7.41a8.524 8.524 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.283 6.283 0 0 1 5.697-3.64 6.283 6.283 0 0 1 6.277 6.085 8.542 8.542 0 0 0-8.531-8.948Z"
|
|
2096
2096
|
})
|
|
2097
2097
|
}), jsxRuntime.jsx("use", {
|
|
2098
|
-
fill: "#1A1A1A",
|
|
2099
2098
|
xlinkHref: "#undo_react_svg__a",
|
|
2099
|
+
fill: "#1A1A1A",
|
|
2100
2100
|
fillRule: "evenodd"
|
|
2101
2101
|
})]
|
|
2102
2102
|
}));
|
|
@@ -2216,21 +2216,21 @@ var getIconStyles = function getIconStyles(props) {
|
|
|
2216
2216
|
|
|
2217
2217
|
var SvgUnorderedList = function SvgUnorderedList(props) {
|
|
2218
2218
|
return jsxRuntime.jsxs("svg", _objectSpread$4(_objectSpread$4({
|
|
2219
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2220
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2219
2221
|
width: 24,
|
|
2220
2222
|
height: 24,
|
|
2221
2223
|
viewBox: "0 0 24 24",
|
|
2222
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2223
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2224
2224
|
role: "img"
|
|
2225
2225
|
}, props), {}, {
|
|
2226
2226
|
children: [jsxRuntime.jsx("defs", {
|
|
2227
2227
|
children: jsxRuntime.jsx("path", {
|
|
2228
|
-
|
|
2229
|
-
|
|
2228
|
+
id: "unordered-list_react_svg__a",
|
|
2229
|
+
d: "M5.625 17a.36.36 0 0 1 .264.111c.055.056.09.12.104.19l.007.074v2.25a.36.36 0 0 1-.111.264.363.363 0 0 1-.19.104L5.625 20h-2.25a.36.36 0 0 1-.264-.111.364.364 0 0 1-.104-.19L3 19.625v-2.25a.36.36 0 0 1 .111-.264.366.366 0 0 1 .19-.104L3.375 17h2.25Zm15.125 1a.39.39 0 0 1 .176.037.145.145 0 0 1 .066.056l.008.032v.75c0 .034-.025.063-.074.088a.35.35 0 0 1-.111.033L20.75 19h-10.5a.389.389 0 0 1-.176-.037.144.144 0 0 1-.066-.056L10 18.875v-.75c0-.034.025-.063.074-.088a.352.352 0 0 1 .111-.033L10.25 18h10.5ZM5.625 10a.36.36 0 0 1 .264.111c.055.056.09.12.104.19l.007.074v2.25a.36.36 0 0 1-.111.264.365.365 0 0 1-.19.104L5.625 13h-2.25a.361.361 0 0 1-.264-.111.364.364 0 0 1-.104-.19L3 12.625v-2.25a.36.36 0 0 1 .111-.264.364.364 0 0 1 .19-.104L3.375 10h2.25Zm15.125 1a.39.39 0 0 1 .176.037c.05.025.074.054.074.088v.75c0 .034-.025.063-.074.088a.39.39 0 0 1-.176.037h-10.5a.39.39 0 0 1-.176-.037c-.05-.025-.074-.054-.074-.088v-.75c0-.034.025-.063.074-.088A.389.389 0 0 1 10.25 11ZM5.625 4c.102 0 .19.037.264.111.055.056.09.12.104.19L6 4.375v2.25a.36.36 0 0 1-.111.264.363.363 0 0 1-.19.104L5.625 7h-2.25a.36.36 0 0 1-.264-.111.364.364 0 0 1-.104-.19L3 6.625v-2.25a.36.36 0 0 1 .111-.264.364.364 0 0 1 .19-.104L3.375 4h2.25Zm4.625 1h10.5a.39.39 0 0 1 .176.037.145.145 0 0 1 .066.056l.008.032v.75c0 .034-.025.063-.074.088a.35.35 0 0 1-.111.033L20.75 6h-10.5a.388.388 0 0 1-.176-.037.145.145 0 0 1-.066-.056L10 5.875v-.75c0-.034.025-.063.074-.088a.35.35 0 0 1 .111-.033L10.25 5h10.5Z"
|
|
2230
2230
|
})
|
|
2231
2231
|
}), jsxRuntime.jsx("use", {
|
|
2232
|
-
fill: "#1A1A1A",
|
|
2233
2232
|
xlinkHref: "#unordered-list_react_svg__a",
|
|
2233
|
+
fill: "#1A1A1A",
|
|
2234
2234
|
fillRule: "evenodd"
|
|
2235
2235
|
})]
|
|
2236
2236
|
}));
|
|
@@ -3280,7 +3280,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3280
3280
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3281
3281
|
|
|
3282
3282
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3283
|
-
var version = "15.
|
|
3283
|
+
var version = "15.15.0";
|
|
3284
3284
|
|
|
3285
3285
|
exports.Element = Element;
|
|
3286
3286
|
exports.HiddenInput = HiddenInput$1;
|