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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/ContentEditor.js +3 -1
package/dist/index.modern.js
CHANGED
@@ -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:
|