@openzeppelin/ui-renderer 1.0.0 → 1.0.1

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/index.cjs CHANGED
@@ -33,6 +33,7 @@ let _openzeppelin_ui_utils = require("@openzeppelin/ui-utils");
33
33
  let _openzeppelin_ui_components = require("@openzeppelin/ui-components");
34
34
  let react_jsx_runtime = require("react/jsx-runtime");
35
35
  let _openzeppelin_ui_react = require("@openzeppelin/ui-react");
36
+ let _openzeppelin_ui_components_code_editor = require("@openzeppelin/ui-components/code-editor");
36
37
 
37
38
  //#region src/components/ExecutionConfigDisplay/components/EoaConfigDetails.tsx
38
39
  const EoaConfigDetails = ({ config }) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
@@ -742,7 +743,7 @@ const fieldComponents = {
742
743
  "select-grouped": _openzeppelin_ui_components.SelectGroupedField,
743
744
  textarea: _openzeppelin_ui_components.TextAreaField,
744
745
  bytes: _openzeppelin_ui_components.BytesField,
745
- "code-editor": _openzeppelin_ui_components.CodeEditorField,
746
+ "code-editor": _openzeppelin_ui_components_code_editor.CodeEditorField,
746
747
  date: () => react.default.createElement("div", null, "Date field not implemented yet"),
747
748
  email: () => react.default.createElement("div", null, "Email field not implemented yet"),
748
749
  password: _openzeppelin_ui_components.PasswordField,