ywana-core8 0.0.175 → 0.0.176
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
@@ -218,7 +218,7 @@ const EntityEditor = ({ field, value = {}, onChange }) => {
|
|
218
218
|
|
219
219
|
return (
|
220
220
|
<div className='entity-editor'>
|
221
|
-
<header
|
221
|
+
<header>∂
|
222
222
|
<Text use='caption'>{label}</Text>
|
223
223
|
</header>
|
224
224
|
<main>
|
@@ -259,7 +259,7 @@ export const StringEditor = ({ field, value = '', onChange, content, outlined })
|
|
259
259
|
/**
|
260
260
|
* Number Editor
|
261
261
|
*/
|
262
|
-
const NumberEditor = ({ field, value, onChange }) => {
|
262
|
+
const NumberEditor = ({ field, value, onChange, outlined = false }) => {
|
263
263
|
const { id, label, editable = true } = field
|
264
264
|
|
265
265
|
function change(id, value) {
|