@commercetools-uikit/rich-text-utils 15.3.0 → 15.5.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.
|
@@ -661,7 +661,8 @@ var SvgBold = function SvgBold(props) {
|
|
|
661
661
|
width: 24,
|
|
662
662
|
height: 24,
|
|
663
663
|
viewBox: "0 0 24 24",
|
|
664
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
664
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
665
|
+
role: "img"
|
|
665
666
|
}, props), {}, {
|
|
666
667
|
children: jsxRuntime.jsx("path", {
|
|
667
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",
|
|
@@ -788,7 +789,8 @@ var SvgExpandFull = function SvgExpandFull(props) {
|
|
|
788
789
|
width: 24,
|
|
789
790
|
height: 24,
|
|
790
791
|
viewBox: "0 0 24 24",
|
|
791
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
792
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
793
|
+
role: "img"
|
|
792
794
|
}, props), {}, {
|
|
793
795
|
children: jsxRuntime.jsx("path", {
|
|
794
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",
|
|
@@ -915,7 +917,8 @@ var SvgItalic = function SvgItalic(props) {
|
|
|
915
917
|
width: 24,
|
|
916
918
|
height: 24,
|
|
917
919
|
viewBox: "0 0 24 24",
|
|
918
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
920
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
921
|
+
role: "img"
|
|
919
922
|
}, props), {}, {
|
|
920
923
|
children: jsxRuntime.jsx("path", {
|
|
921
924
|
d: "M9 20.99 12.827 3h2.067l-3.827 17.99z",
|
|
@@ -1043,7 +1046,8 @@ var SvgMoreStyles = function SvgMoreStyles(props) {
|
|
|
1043
1046
|
height: 24,
|
|
1044
1047
|
viewBox: "0 0 24 24",
|
|
1045
1048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1046
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
1049
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1050
|
+
role: "img"
|
|
1047
1051
|
}, props), {}, {
|
|
1048
1052
|
children: [jsxRuntime.jsx("defs", {
|
|
1049
1053
|
children: jsxRuntime.jsx("path", {
|
|
@@ -1175,7 +1179,8 @@ var SvgOrderedList = function SvgOrderedList(props) {
|
|
|
1175
1179
|
width: 24,
|
|
1176
1180
|
height: 24,
|
|
1177
1181
|
viewBox: "0 0 24 24",
|
|
1178
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1183
|
+
role: "img"
|
|
1179
1184
|
}, props), {}, {
|
|
1180
1185
|
children: jsxRuntime.jsx("path", {
|
|
1181
1186
|
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",
|
|
@@ -1303,7 +1308,8 @@ var SvgRedo = function SvgRedo(props) {
|
|
|
1303
1308
|
height: 24,
|
|
1304
1309
|
viewBox: "0 0 24 24",
|
|
1305
1310
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1306
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
1311
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1312
|
+
role: "img"
|
|
1307
1313
|
}, props), {}, {
|
|
1308
1314
|
children: [jsxRuntime.jsx("defs", {
|
|
1309
1315
|
children: jsxRuntime.jsx("path", {
|
|
@@ -1436,7 +1442,8 @@ var SvgStrikethrough = function SvgStrikethrough(props) {
|
|
|
1436
1442
|
width: 24,
|
|
1437
1443
|
height: 24,
|
|
1438
1444
|
viewBox: "0 0 24 24",
|
|
1439
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1445
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1446
|
+
role: "img"
|
|
1440
1447
|
}, props), {}, {
|
|
1441
1448
|
children: jsxRuntime.jsx("path", {
|
|
1442
1449
|
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",
|
|
@@ -1563,7 +1570,8 @@ var SvgSubscript = function SvgSubscript(props) {
|
|
|
1563
1570
|
width: 24,
|
|
1564
1571
|
height: 24,
|
|
1565
1572
|
viewBox: "0 0 24 24",
|
|
1566
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1573
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1574
|
+
role: "img"
|
|
1567
1575
|
}, props), {}, {
|
|
1568
1576
|
children: jsxRuntime.jsx("g", {
|
|
1569
1577
|
fillRule: "nonzero",
|
|
@@ -1692,7 +1700,8 @@ var SvgSuperscript = function SvgSuperscript(props) {
|
|
|
1692
1700
|
width: 24,
|
|
1693
1701
|
height: 24,
|
|
1694
1702
|
viewBox: "0 0 24 24",
|
|
1695
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1703
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1704
|
+
role: "img"
|
|
1696
1705
|
}, props), {}, {
|
|
1697
1706
|
children: jsxRuntime.jsx("g", {
|
|
1698
1707
|
fillRule: "evenodd",
|
|
@@ -1822,7 +1831,8 @@ var SvgUnderline = function SvgUnderline(props) {
|
|
|
1822
1831
|
width: 24,
|
|
1823
1832
|
height: 24,
|
|
1824
1833
|
viewBox: "0 0 24 24",
|
|
1825
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
1834
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1835
|
+
role: "img"
|
|
1826
1836
|
}, props), {}, {
|
|
1827
1837
|
children: jsxRuntime.jsx("path", {
|
|
1828
1838
|
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",
|
|
@@ -1950,7 +1960,8 @@ var SvgUndo = function SvgUndo(props) {
|
|
|
1950
1960
|
height: 24,
|
|
1951
1961
|
viewBox: "0 0 24 24",
|
|
1952
1962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1953
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
1963
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1964
|
+
role: "img"
|
|
1954
1965
|
}, props), {}, {
|
|
1955
1966
|
children: [jsxRuntime.jsx("defs", {
|
|
1956
1967
|
children: jsxRuntime.jsx("path", {
|
|
@@ -2083,7 +2094,8 @@ var SvgUnorderedList = function SvgUnorderedList(props) {
|
|
|
2083
2094
|
height: 24,
|
|
2084
2095
|
viewBox: "0 0 24 24",
|
|
2085
2096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2086
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
2097
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2098
|
+
role: "img"
|
|
2087
2099
|
}, props), {}, {
|
|
2088
2100
|
children: [jsxRuntime.jsx("defs", {
|
|
2089
2101
|
children: jsxRuntime.jsx("path", {
|
|
@@ -3081,7 +3093,7 @@ RichTextEditorBody.defaultProps = defaultProps;
|
|
|
3081
3093
|
var RichTextEditorBody$1 = RichTextEditorBody;
|
|
3082
3094
|
|
|
3083
3095
|
// NOTE: This string will be replaced on build time with the package version.
|
|
3084
|
-
var version = "15.
|
|
3096
|
+
var version = "15.5.0";
|
|
3085
3097
|
|
|
3086
3098
|
exports.Element = Element;
|
|
3087
3099
|
exports.HiddenInput = HiddenInput$1;
|