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