@plasmicpkgs/plasmic-rich-components 1.0.203 → 1.0.205

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.
@@ -2355,7 +2355,7 @@ function RichList(props) {
2355
2355
  normalized
2356
2356
  );
2357
2357
  const actuallyBordered = type === "list" ? bordered : false;
2358
- return /* @__PURE__ */ React.createElement("div", { className }, /* @__PURE__ */ React.createElement("style", null, listCss), !hideSearch && /* @__PURE__ */ React.createElement(
2358
+ return /* @__PURE__ */ React.createElement("div", { className }, /* @__PURE__ */ React.createElement("style", { dangerouslySetInnerHTML: { __html: listCss } }), !hideSearch && /* @__PURE__ */ React.createElement(
2359
2359
  Input.Search,
2360
2360
  {
2361
2361
  className: "plasmic-list-search",