config-editor-base 1.6.6 → 1.6.7

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.
@@ -18184,7 +18184,9 @@ function ArrayFieldTemplate(props) {
18184
18184
  key: element.index
18185
18185
  }, /*#__PURE__*/React.createElement("div", {
18186
18186
  className: "position-relative"
18187
- }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", null, element.children), /*#__PURE__*/React.createElement("div", {
18187
+ }, /*#__PURE__*/React.createElement("div", {
18188
+ "class": "rjsf-array-list"
18189
+ }, /*#__PURE__*/React.createElement("div", null, element.children), /*#__PURE__*/React.createElement("div", {
18188
18190
  className: "special-array-buttons"
18189
18191
  }, element.hasMoveDown && /*#__PURE__*/React.createElement("button", {
18190
18192
  className: "btn btn-default array-item-move-down",