@micromag/element-quote 0.3.742 → 0.3.743

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 (2) hide show
  1. package/es/index.js +2 -2
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -55,10 +55,10 @@ var Quote = function Quote(_ref) {
55
55
  var uniqueId = useId();
56
56
  var id = finalLinkStyle !== null ? "quote-component-".concat(uniqueId) : null;
57
57
  return /*#__PURE__*/React.createElement(React.Fragment, null, finalLinkStyle !== null ? /*#__PURE__*/React.createElement(LinkStyle, {
58
- selector: "#".concat(id),
58
+ selector: "#".concat(CSS.escape(id)),
59
59
  style: finalLinkStyle
60
60
  }) : null, finalHighlightStyle !== null ? /*#__PURE__*/React.createElement(HighlightStyle, {
61
- selector: "#".concat(id),
61
+ selector: "#".concat(CSS.escape(id)),
62
62
  style: finalHighlightStyle
63
63
  }) : null, /*#__PURE__*/React.createElement("blockquote", {
64
64
  id: id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-quote",
3
- "version": "0.3.742",
3
+ "version": "0.3.743",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -69,5 +69,5 @@
69
69
  "access": "public",
70
70
  "registry": "https://registry.npmjs.org/"
71
71
  },
72
- "gitHead": "6d91233414c1db0bd803e405210418d05064714c"
72
+ "gitHead": "d6e73828c6a6218357c64a49b56ff7a0e6be885b"
73
73
  }