ywana-core8 0.0.882 → 0.0.883

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.
@@ -5766,7 +5766,7 @@ var MultiSelectionEditor = function MultiSelectionEditor(_ref10) {
5766
5766
  }
5767
5767
  return /*#__PURE__*/React.createElement("div", {
5768
5768
  className: "multiselection-editor"
5769
- }, /*#__PURE__*/React.createElement("label", null, label), buildOptions().map(function (option) {
5769
+ }, /*#__PURE__*/React.createElement("label", null, /*#__PURE__*/React.createElement(Text, null, label)), buildOptions().map(function (option) {
5770
5770
  var checked = value.includes(option.value);
5771
5771
  switch (format) {
5772
5772
  case FORMATS$1.CHECKBOX: