@wix/editor-react-components 1.2621.0 → 1.2623.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.
Files changed (64) hide show
  1. package/dist/site/components/AccordionComponent/component.js +1 -1
  2. package/dist/site/components/AccordionComponent/manifest.js +1 -1
  3. package/dist/site/components/AudioPlayer/component.js +1 -1
  4. package/dist/site/components/AudioPlayer/manifest.js +1 -1
  5. package/dist/site/components/BoxContainer/component.js +1 -1
  6. package/dist/site/components/BoxContainer/manifest.js +1 -1
  7. package/dist/site/components/Breadcrumbs/component.js +2 -2
  8. package/dist/site/components/Breadcrumbs/manifest.js +1 -1
  9. package/dist/site/components/Checkbox/component.js +2 -2
  10. package/dist/site/components/Checkbox/manifest.js +1 -1
  11. package/dist/site/components/CheckboxGroup/component.js +2 -2
  12. package/dist/site/components/CheckboxGroup/manifest.js +1 -1
  13. package/dist/site/components/CollapsibleText/component.js +1 -1
  14. package/dist/site/components/CollapsibleText/manifest.js +1 -1
  15. package/dist/site/components/DatePicker/component.js +1 -1
  16. package/dist/site/components/DatePicker/manifest.js +1 -1
  17. package/dist/site/components/Dropdown/component.js +2 -2
  18. package/dist/site/components/Dropdown/manifest.js +1 -1
  19. package/dist/site/components/HTMLComponent/component.js +1 -1
  20. package/dist/site/components/HipaaIcon/component.js +1 -1
  21. package/dist/site/components/HipaaIcon/manifest.js +1 -1
  22. package/dist/site/components/LinkBar/component.js +1 -1
  23. package/dist/site/components/LinkBar/manifest.js +1 -1
  24. package/dist/site/components/Logo/component.js +1 -1
  25. package/dist/site/components/Logo/manifest.js +1 -1
  26. package/dist/site/components/Logo/sdk.js +1 -1
  27. package/dist/site/components/Lottie/component.js +1 -1
  28. package/dist/site/components/Lottie/manifest.js +1 -1
  29. package/dist/site/components/MarkdownBlock/MarkdownBlock.d.ts +4 -0
  30. package/dist/site/components/MarkdownBlock/component.d.ts +2 -0
  31. package/dist/site/components/MarkdownBlock/component.js +12486 -0
  32. package/dist/site/components/MarkdownBlock/constants.d.ts +33 -0
  33. package/dist/site/components/MarkdownBlock/css.css +347 -0
  34. package/dist/site/components/MarkdownBlock/index.d.ts +2 -0
  35. package/dist/site/components/MarkdownBlock/index.js +6 -0
  36. package/dist/site/components/MarkdownBlock/manifest.d.ts +5 -0
  37. package/dist/site/components/MarkdownBlock/manifest.js +105 -0
  38. package/dist/site/components/MarkdownBlock/markdownComponents.d.ts +2 -0
  39. package/dist/site/components/MarkdownBlock/types.d.ts +9 -0
  40. package/dist/site/components/Menu/component.js +1 -1
  41. package/dist/site/components/RadioButtons/component.js +1 -1
  42. package/dist/site/components/Repeater/manifest.js +39 -6
  43. package/dist/site/components/ShareButtons/component.js +1 -1
  44. package/dist/site/components/TextBox/component.js +1 -1
  45. package/dist/site/components/chunks/constants28.js +62 -78
  46. package/dist/site/components/chunks/constants29.js +85 -15
  47. package/dist/site/components/chunks/constants30.js +11 -42
  48. package/dist/site/components/chunks/constants31.js +44 -23
  49. package/dist/site/components/chunks/constants32.js +28 -10
  50. package/dist/site/components/chunks/constants33.js +10 -206
  51. package/dist/site/components/chunks/constants34.js +182 -153
  52. package/dist/site/components/chunks/constants35.js +162 -49
  53. package/dist/site/components/chunks/constants36.js +51 -102
  54. package/dist/site/components/chunks/constants37.js +69 -39
  55. package/dist/site/components/chunks/constants38.js +72 -69
  56. package/dist/site/components/chunks/constants39.js +73 -77
  57. package/dist/site/components/chunks/constants40.js +75 -56
  58. package/dist/site/components/chunks/constants41.js +72 -0
  59. package/dist/site/components/chunks/index11.js +233 -31185
  60. package/dist/site/components/chunks/index12.js +31191 -3
  61. package/dist/site/components/chunks/index13.js +5 -0
  62. package/dist/site/components/chunks/index4.js +18 -255
  63. package/dist/site/components/extensions.js +49 -47
  64. package/package.json +4 -3
@@ -0,0 +1,5 @@
1
+ import { d as defineService } from "./index8.js";
2
+ const UrlDefinition = defineService("@wix/viewer-service-url");
3
+ export {
4
+ UrlDefinition as U
5
+ };
@@ -1,9 +1,10 @@
1
1
  import { g as getDefaultExportFromCjs } from "./_commonjsHelpers.js";
2
2
  import React__default from "react";
3
+ import { r as requireCjs } from "./index11.js";
3
4
  var lib$3 = {};
4
5
  var htmlToDom = {};
5
6
  var domparser = {};
6
- var utilities$2 = {};
7
+ var utilities$1 = {};
7
8
  var lib$2 = {};
8
9
  var lib$1 = {};
9
10
  var hasRequiredLib$3;
@@ -687,15 +688,15 @@ function requireConstants() {
687
688
  })(constants);
688
689
  return constants;
689
690
  }
690
- var hasRequiredUtilities$2;
691
- function requireUtilities$2() {
692
- if (hasRequiredUtilities$2) return utilities$2;
693
- hasRequiredUtilities$2 = 1;
694
- Object.defineProperty(utilities$2, "__esModule", { value: true });
695
- utilities$2.formatAttributes = formatAttributes;
696
- utilities$2.escapeSpecialCharacters = escapeSpecialCharacters;
697
- utilities$2.revertEscapedCharacters = revertEscapedCharacters;
698
- utilities$2.formatDOM = formatDOM;
691
+ var hasRequiredUtilities$1;
692
+ function requireUtilities$1() {
693
+ if (hasRequiredUtilities$1) return utilities$1;
694
+ hasRequiredUtilities$1 = 1;
695
+ Object.defineProperty(utilities$1, "__esModule", { value: true });
696
+ utilities$1.formatAttributes = formatAttributes;
697
+ utilities$1.escapeSpecialCharacters = escapeSpecialCharacters;
698
+ utilities$1.revertEscapedCharacters = revertEscapedCharacters;
699
+ utilities$1.formatDOM = formatDOM;
699
700
  var domhandler_1 = /* @__PURE__ */ requireLib$2();
700
701
  var constants_1 = requireConstants();
701
702
  function getCaseSensitiveTagName(tagName) {
@@ -775,7 +776,7 @@ function requireUtilities$2() {
775
776
  }
776
777
  return domNodes;
777
778
  }
778
- return utilities$2;
779
+ return utilities$1;
779
780
  }
780
781
  var hasRequiredDomparser;
781
782
  function requireDomparser() {
@@ -783,7 +784,7 @@ function requireDomparser() {
783
784
  hasRequiredDomparser = 1;
784
785
  Object.defineProperty(domparser, "__esModule", { value: true });
785
786
  domparser.default = domparser$1;
786
- var utilities_1 = requireUtilities$2();
787
+ var utilities_1 = requireUtilities$1();
787
788
  var HTML = "html";
788
789
  var HEAD = "head";
789
790
  var BODY = "body";
@@ -878,7 +879,7 @@ function requireHtmlToDom() {
878
879
  Object.defineProperty(htmlToDom, "__esModule", { value: true });
879
880
  htmlToDom.default = HTMLDOMParser;
880
881
  var domparser_1 = __importDefault(requireDomparser());
881
- var utilities_1 = requireUtilities$2();
882
+ var utilities_1 = requireUtilities$1();
882
883
  var DIRECTIVE_REGEX = /<(![a-zA-Z\s]+)>/;
883
884
  function HTMLDOMParser(html) {
884
885
  if (typeof html !== "string") {
@@ -1857,251 +1858,13 @@ function requireLib$1() {
1857
1858
  lib.possibleStandardNames = possibleStandardNames;
1858
1859
  return lib;
1859
1860
  }
1860
- var utilities$1 = {};
1861
- var cjs$2 = {};
1862
- var cjs$1;
1863
- var hasRequiredCjs$2;
1864
- function requireCjs$2() {
1865
- if (hasRequiredCjs$2) return cjs$1;
1866
- hasRequiredCjs$2 = 1;
1867
- var COMMENT_REGEX = /\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;
1868
- var NEWLINE_REGEX = /\n/g;
1869
- var WHITESPACE_REGEX = /^\s*/;
1870
- var PROPERTY_REGEX = /^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/;
1871
- var COLON_REGEX = /^:\s*/;
1872
- var VALUE_REGEX = /^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/;
1873
- var SEMICOLON_REGEX = /^[;\s]*/;
1874
- var TRIM_REGEX = /^\s+|\s+$/g;
1875
- var NEWLINE = "\n";
1876
- var FORWARD_SLASH = "/";
1877
- var ASTERISK = "*";
1878
- var EMPTY_STRING = "";
1879
- var TYPE_COMMENT = "comment";
1880
- var TYPE_DECLARATION = "declaration";
1881
- function index(style, options) {
1882
- if (typeof style !== "string") {
1883
- throw new TypeError("First argument must be a string");
1884
- }
1885
- if (!style) return [];
1886
- options = options || {};
1887
- var lineno = 1;
1888
- var column = 1;
1889
- function updatePosition(str) {
1890
- var lines = str.match(NEWLINE_REGEX);
1891
- if (lines) lineno += lines.length;
1892
- var i = str.lastIndexOf(NEWLINE);
1893
- column = ~i ? str.length - i : column + str.length;
1894
- }
1895
- function position() {
1896
- var start = { line: lineno, column };
1897
- return function(node2) {
1898
- node2.position = new Position(start);
1899
- whitespace();
1900
- return node2;
1901
- };
1902
- }
1903
- function Position(start) {
1904
- this.start = start;
1905
- this.end = { line: lineno, column };
1906
- this.source = options.source;
1907
- }
1908
- Position.prototype.content = style;
1909
- function error(msg) {
1910
- var err = new Error(
1911
- options.source + ":" + lineno + ":" + column + ": " + msg
1912
- );
1913
- err.reason = msg;
1914
- err.filename = options.source;
1915
- err.line = lineno;
1916
- err.column = column;
1917
- err.source = style;
1918
- if (options.silent) ;
1919
- else {
1920
- throw err;
1921
- }
1922
- }
1923
- function match(re) {
1924
- var m = re.exec(style);
1925
- if (!m) return;
1926
- var str = m[0];
1927
- updatePosition(str);
1928
- style = style.slice(str.length);
1929
- return m;
1930
- }
1931
- function whitespace() {
1932
- match(WHITESPACE_REGEX);
1933
- }
1934
- function comments(rules) {
1935
- var c;
1936
- rules = rules || [];
1937
- while (c = comment()) {
1938
- if (c !== false) {
1939
- rules.push(c);
1940
- }
1941
- }
1942
- return rules;
1943
- }
1944
- function comment() {
1945
- var pos = position();
1946
- if (FORWARD_SLASH != style.charAt(0) || ASTERISK != style.charAt(1)) return;
1947
- var i = 2;
1948
- while (EMPTY_STRING != style.charAt(i) && (ASTERISK != style.charAt(i) || FORWARD_SLASH != style.charAt(i + 1))) {
1949
- ++i;
1950
- }
1951
- i += 2;
1952
- if (EMPTY_STRING === style.charAt(i - 1)) {
1953
- return error("End of comment missing");
1954
- }
1955
- var str = style.slice(2, i - 2);
1956
- column += 2;
1957
- updatePosition(str);
1958
- style = style.slice(i);
1959
- column += 2;
1960
- return pos({
1961
- type: TYPE_COMMENT,
1962
- comment: str
1963
- });
1964
- }
1965
- function declaration() {
1966
- var pos = position();
1967
- var prop = match(PROPERTY_REGEX);
1968
- if (!prop) return;
1969
- comment();
1970
- if (!match(COLON_REGEX)) return error("property missing ':'");
1971
- var val = match(VALUE_REGEX);
1972
- var ret = pos({
1973
- type: TYPE_DECLARATION,
1974
- property: trim(prop[0].replace(COMMENT_REGEX, EMPTY_STRING)),
1975
- value: val ? trim(val[0].replace(COMMENT_REGEX, EMPTY_STRING)) : EMPTY_STRING
1976
- });
1977
- match(SEMICOLON_REGEX);
1978
- return ret;
1979
- }
1980
- function declarations() {
1981
- var decls = [];
1982
- comments(decls);
1983
- var decl;
1984
- while (decl = declaration()) {
1985
- if (decl !== false) {
1986
- decls.push(decl);
1987
- comments(decls);
1988
- }
1989
- }
1990
- return decls;
1991
- }
1992
- whitespace();
1993
- return declarations();
1994
- }
1995
- function trim(str) {
1996
- return str ? str.replace(TRIM_REGEX, EMPTY_STRING) : EMPTY_STRING;
1997
- }
1998
- cjs$1 = index;
1999
- return cjs$1;
2000
- }
2001
- var hasRequiredCjs$1;
2002
- function requireCjs$1() {
2003
- if (hasRequiredCjs$1) return cjs$2;
2004
- hasRequiredCjs$1 = 1;
2005
- var __importDefault = cjs$2 && cjs$2.__importDefault || function(mod) {
2006
- return mod && mod.__esModule ? mod : { "default": mod };
2007
- };
2008
- Object.defineProperty(cjs$2, "__esModule", { value: true });
2009
- cjs$2.default = StyleToObject;
2010
- const inline_style_parser_1 = __importDefault(requireCjs$2());
2011
- function StyleToObject(style, iterator) {
2012
- let styleObject = null;
2013
- if (!style || typeof style !== "string") {
2014
- return styleObject;
2015
- }
2016
- const declarations = (0, inline_style_parser_1.default)(style);
2017
- const hasIterator = typeof iterator === "function";
2018
- declarations.forEach((declaration) => {
2019
- if (declaration.type !== "declaration") {
2020
- return;
2021
- }
2022
- const { property, value } = declaration;
2023
- if (hasIterator) {
2024
- iterator(property, value, declaration);
2025
- } else if (value) {
2026
- styleObject = styleObject || {};
2027
- styleObject[property] = value;
2028
- }
2029
- });
2030
- return styleObject;
2031
- }
2032
- return cjs$2;
2033
- }
2034
1861
  var utilities = {};
2035
- var hasRequiredUtilities$1;
2036
- function requireUtilities$1() {
2037
- if (hasRequiredUtilities$1) return utilities;
2038
- hasRequiredUtilities$1 = 1;
2039
- Object.defineProperty(utilities, "__esModule", { value: true });
2040
- utilities.camelCase = void 0;
2041
- var CUSTOM_PROPERTY_REGEX = /^--[a-zA-Z0-9_-]+$/;
2042
- var HYPHEN_REGEX = /-([a-z])/g;
2043
- var NO_HYPHEN_REGEX = /^[^-]+$/;
2044
- var VENDOR_PREFIX_REGEX = /^-(webkit|moz|ms|o|khtml)-/;
2045
- var MS_VENDOR_PREFIX_REGEX = /^-(ms)-/;
2046
- var skipCamelCase = function(property) {
2047
- return !property || NO_HYPHEN_REGEX.test(property) || CUSTOM_PROPERTY_REGEX.test(property);
2048
- };
2049
- var capitalize = function(match, character) {
2050
- return character.toUpperCase();
2051
- };
2052
- var trimHyphen = function(match, prefix) {
2053
- return "".concat(prefix, "-");
2054
- };
2055
- var camelCase = function(property, options) {
2056
- if (options === void 0) {
2057
- options = {};
2058
- }
2059
- if (skipCamelCase(property)) {
2060
- return property;
2061
- }
2062
- property = property.toLowerCase();
2063
- if (options.reactCompat) {
2064
- property = property.replace(MS_VENDOR_PREFIX_REGEX, trimHyphen);
2065
- } else {
2066
- property = property.replace(VENDOR_PREFIX_REGEX, trimHyphen);
2067
- }
2068
- return property.replace(HYPHEN_REGEX, capitalize);
2069
- };
2070
- utilities.camelCase = camelCase;
2071
- return utilities;
2072
- }
2073
- var cjs;
2074
- var hasRequiredCjs;
2075
- function requireCjs() {
2076
- if (hasRequiredCjs) return cjs;
2077
- hasRequiredCjs = 1;
2078
- var __importDefault = cjs && cjs.__importDefault || function(mod) {
2079
- return mod && mod.__esModule ? mod : { "default": mod };
2080
- };
2081
- var style_to_object_1 = __importDefault(requireCjs$1());
2082
- var utilities_1 = requireUtilities$1();
2083
- function StyleToJS(style, options) {
2084
- var output = {};
2085
- if (!style || typeof style !== "string") {
2086
- return output;
2087
- }
2088
- (0, style_to_object_1.default)(style, function(property, value) {
2089
- if (property && value) {
2090
- output[(0, utilities_1.camelCase)(property, options)] = value;
2091
- }
2092
- });
2093
- return output;
2094
- }
2095
- StyleToJS.default = StyleToJS;
2096
- cjs = StyleToJS;
2097
- return cjs;
2098
- }
2099
1862
  var hasRequiredUtilities;
2100
1863
  function requireUtilities() {
2101
- if (hasRequiredUtilities) return utilities$1;
1864
+ if (hasRequiredUtilities) return utilities;
2102
1865
  hasRequiredUtilities = 1;
2103
1866
  (function(exports$1) {
2104
- var __importDefault = utilities$1 && utilities$1.__importDefault || function(mod) {
1867
+ var __importDefault = utilities && utilities.__importDefault || function(mod) {
2105
1868
  return mod && mod.__esModule ? mod : { "default": mod };
2106
1869
  };
2107
1870
  Object.defineProperty(exports$1, "__esModule", { value: true });
@@ -2166,8 +1929,8 @@ function requireUtilities() {
2166
1929
  return arg;
2167
1930
  };
2168
1931
  exports$1.returnFirstArg = returnFirstArg;
2169
- })(utilities$1);
2170
- return utilities$1;
1932
+ })(utilities);
1933
+ return utilities;
2171
1934
  }
2172
1935
  var hasRequiredAttributesToProps;
2173
1936
  function requireAttributesToProps() {
@@ -1,29 +1,30 @@
1
1
  var _a, _b;
2
2
  import { extensions, app } from "@wix/astro/builders";
3
- import manifest$Y from "./AccordionComponent/manifest.js";
4
- import manifest$X from "./AnimatedIcon/manifest.js";
5
- import manifest$W from "./AudioPlayer/manifest.js";
6
- import manifest$V from "./BoxContainer/manifest.js";
7
- import manifest$U from "./Breadcrumbs/manifest.js";
8
- import manifest$T from "./Button/manifest.js";
9
- import manifest$S from "./Checkbox/manifest.js";
10
- import manifest$R from "./CheckboxGroup/manifest.js";
11
- import manifest$Q from "./CollapsibleText/manifest.js";
12
- import manifest$P from "./DatePicker/manifest.js";
13
- import manifest$O from "./Dropdown/manifest.js";
14
- import manifest$N from "./GoogleMap/manifest.js";
15
- import manifest$M from "./HipaaIcon/manifest.js";
16
- import { H as HIPAA_SETTINGS_PANEL_ID } from "./chunks/constants31.js";
17
- import manifest$L from "./HTMLComponent/manifest.js";
18
- import manifest$K from "./Image3/manifest.js";
19
- import manifest$J from "./ItemSelectionTest/manifest.js";
20
- import manifest$I from "./LegacyAppWidget/manifest.js";
21
- import manifest$H from "./LegacyContainer/manifest.js";
22
- import manifest$G from "./LegacyMultiStateBox/manifest.js";
23
- import manifest$F from "./Line/manifest.js";
24
- import manifest$E from "./LinkBar/manifest.js";
25
- import manifest$D from "./Lottie/manifest.js";
26
- import manifest$C from "./Logo/manifest.js";
3
+ import manifest$Z from "./AccordionComponent/manifest.js";
4
+ import manifest$Y from "./AnimatedIcon/manifest.js";
5
+ import manifest$X from "./AudioPlayer/manifest.js";
6
+ import manifest$W from "./BoxContainer/manifest.js";
7
+ import manifest$V from "./Breadcrumbs/manifest.js";
8
+ import manifest$U from "./Button/manifest.js";
9
+ import manifest$T from "./Checkbox/manifest.js";
10
+ import manifest$S from "./CheckboxGroup/manifest.js";
11
+ import manifest$R from "./CollapsibleText/manifest.js";
12
+ import manifest$Q from "./DatePicker/manifest.js";
13
+ import manifest$P from "./Dropdown/manifest.js";
14
+ import manifest$O from "./GoogleMap/manifest.js";
15
+ import manifest$N from "./HipaaIcon/manifest.js";
16
+ import { H as HIPAA_SETTINGS_PANEL_ID } from "./chunks/constants32.js";
17
+ import manifest$M from "./HTMLComponent/manifest.js";
18
+ import manifest$L from "./Image3/manifest.js";
19
+ import manifest$K from "./ItemSelectionTest/manifest.js";
20
+ import manifest$J from "./LegacyAppWidget/manifest.js";
21
+ import manifest$I from "./LegacyContainer/manifest.js";
22
+ import manifest$H from "./LegacyMultiStateBox/manifest.js";
23
+ import manifest$G from "./Line/manifest.js";
24
+ import manifest$F from "./LinkBar/manifest.js";
25
+ import manifest$E from "./Lottie/manifest.js";
26
+ import manifest$D from "./Logo/manifest.js";
27
+ import manifest$C from "./MarkdownBlock/manifest.js";
27
28
  import manifest$B from "./Menu/manifest.js";
28
29
  import manifest$A from "./MultiStateBox/manifest.js";
29
30
  import manifest$z from "./ProgressBar/manifest.js";
@@ -483,29 +484,30 @@ const videoUploadPanelExtension = extensions.editorReactComponentPanel({
483
484
  }
484
485
  });
485
486
  const componentManifests = {
486
- AccordionComponent: manifest$Y,
487
- AnimatedIcon: manifest$X,
488
- AudioPlayer: manifest$W,
489
- BoxContainer: manifest$V,
490
- Breadcrumbs: manifest$U,
491
- Button: manifest$T,
492
- Checkbox: manifest$S,
493
- CheckboxGroup: manifest$R,
494
- CollapsibleText: manifest$Q,
495
- DatePicker: manifest$P,
496
- Dropdown: manifest$O,
497
- GoogleMap: manifest$N,
498
- HipaaIcon: manifest$M,
499
- HTMLComponent: manifest$L,
500
- Image3: manifest$K,
501
- ItemSelectionTest: manifest$J,
502
- LegacyAppWidget: manifest$I,
503
- LegacyContainer: manifest$H,
504
- LegacyMultiStateBox: manifest$G,
505
- Line: manifest$F,
506
- LinkBar: manifest$E,
507
- Lottie: manifest$D,
508
- Logo: manifest$C,
487
+ AccordionComponent: manifest$Z,
488
+ AnimatedIcon: manifest$Y,
489
+ AudioPlayer: manifest$X,
490
+ BoxContainer: manifest$W,
491
+ Breadcrumbs: manifest$V,
492
+ Button: manifest$U,
493
+ Checkbox: manifest$T,
494
+ CheckboxGroup: manifest$S,
495
+ CollapsibleText: manifest$R,
496
+ DatePicker: manifest$Q,
497
+ Dropdown: manifest$P,
498
+ GoogleMap: manifest$O,
499
+ HipaaIcon: manifest$N,
500
+ HTMLComponent: manifest$M,
501
+ Image3: manifest$L,
502
+ ItemSelectionTest: manifest$K,
503
+ LegacyAppWidget: manifest$J,
504
+ LegacyContainer: manifest$I,
505
+ LegacyMultiStateBox: manifest$H,
506
+ Line: manifest$G,
507
+ LinkBar: manifest$F,
508
+ Lottie: manifest$E,
509
+ Logo: manifest$D,
510
+ MarkdownBlock: manifest$C,
509
511
  Menu: manifest$B,
510
512
  MultiStateBox: manifest$A,
511
513
  ProgressBar: manifest$z,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2621.0",
3
+ "version": "1.2623.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -96,7 +96,9 @@
96
96
  "kampos": "^0.16.0",
97
97
  "lodash": "^4.17.21",
98
98
  "lottie-react": "^2.4.1",
99
+ "react-markdown": "^10.1.0",
99
100
  "react-use-audio-player": "^4.0.2",
101
+ "remark-gfm": "^4.0.0",
100
102
  "wix-ui-icons-common": "^2.0.410",
101
103
  "xss": "^1.0.14"
102
104
  },
@@ -152,7 +154,6 @@
152
154
  "astro": "^5.16.6",
153
155
  "clsx": "2.0.0",
154
156
  "react-aria-components": "^1.11.0",
155
- "remark-gfm": "^4.0.0",
156
157
  "sass": "^1.62.0",
157
158
  "storybook": "^9.1.19",
158
159
  "tsx": "^4.19.2",
@@ -198,5 +199,5 @@
198
199
  "registry": "https://registry.npmjs.org/",
199
200
  "access": "public"
200
201
  },
201
- "falconPackageHash": "fcbe6838e5082a6fb7353cb56de3ef4e6780060d93952f47485cb227"
202
+ "falconPackageHash": "68fc01641b6bd0459617c98cb88c480fad720ed94a50ad87cd39281d"
202
203
  }