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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.882",
3
+ "version": "0.0.883",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -390,9 +390,11 @@ export const MultiSelectionEditor = ({ field, value = [], content, onChange }) =
390
390
  return opts
391
391
  }
392
392
 
393
+
394
+
393
395
  return (
394
396
  <div className="multiselection-editor">
395
- <label>{label}</label>
397
+ <label><Text>{label}</Text></label>
396
398
  {buildOptions().map(option => {
397
399
  const checked = value.includes(option.value)
398
400
  switch (format) {