@quintype/components 3.1.0 → 3.1.1-embd-class.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.
package/dist/cjs/index.js
CHANGED
|
@@ -2669,6 +2669,7 @@ var JSEmbed = /*#__PURE__*/function (_React$Component) {
|
|
|
2669
2669
|
var _this2 = this;
|
|
2670
2670
|
|
|
2671
2671
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2672
|
+
className: "jsembed-wrapper",
|
|
2672
2673
|
ref: function ref(jsembed) {
|
|
2673
2674
|
_this2.JSEmbed = jsembed;
|
|
2674
2675
|
},
|