@layerfi/components 0.1.124-alpha → 0.1.124
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/cjs/index.cjs +3 -3
- package/dist/esm/index.mjs +3 -3
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -196,7 +196,7 @@ var ErrorHandlerClass = class {
|
|
|
196
196
|
const errorHandler = new ErrorHandlerClass();
|
|
197
197
|
const reportError = (payload) => errorHandler.onError(payload);
|
|
198
198
|
const name = "@layerfi/components";
|
|
199
|
-
const version$1 = "0.1.124
|
|
199
|
+
const version$1 = "0.1.124";
|
|
200
200
|
const description = "Layer React Components";
|
|
201
201
|
const main = "dist/cjs/index.cjs";
|
|
202
202
|
const module$1 = "dist/esm/index.mjs";
|
|
@@ -26790,7 +26790,7 @@ const JournalEntryForm = (0, react.forwardRef)((props, ref) => {
|
|
|
26790
26790
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(form.AppField, {
|
|
26791
26791
|
name: "referenceNumber",
|
|
26792
26792
|
children: (field) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(field.FormTextField, {
|
|
26793
|
-
label: "Reference
|
|
26793
|
+
label: "Reference number",
|
|
26794
26794
|
isReadOnly
|
|
26795
26795
|
})
|
|
26796
26796
|
})
|
|
@@ -26799,7 +26799,7 @@ const JournalEntryForm = (0, react.forwardRef)((props, ref) => {
|
|
|
26799
26799
|
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(form.AppField, {
|
|
26800
26800
|
name: "createdBy",
|
|
26801
26801
|
children: (field) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(field.FormTextField, {
|
|
26802
|
-
label: "Created
|
|
26802
|
+
label: "Created by",
|
|
26803
26803
|
isReadOnly
|
|
26804
26804
|
})
|
|
26805
26805
|
})
|
package/dist/esm/index.mjs
CHANGED
|
@@ -167,7 +167,7 @@ var ErrorHandlerClass = class {
|
|
|
167
167
|
const errorHandler = new ErrorHandlerClass();
|
|
168
168
|
const reportError = (payload) => errorHandler.onError(payload);
|
|
169
169
|
const name = "@layerfi/components";
|
|
170
|
-
const version = "0.1.124
|
|
170
|
+
const version = "0.1.124";
|
|
171
171
|
const description = "Layer React Components";
|
|
172
172
|
const main = "dist/cjs/index.cjs";
|
|
173
173
|
const module = "dist/esm/index.mjs";
|
|
@@ -25393,7 +25393,7 @@ const JournalEntryForm = forwardRef((props, ref) => {
|
|
|
25393
25393
|
children: /* @__PURE__ */ jsx(form.AppField, {
|
|
25394
25394
|
name: "referenceNumber",
|
|
25395
25395
|
children: (field) => /* @__PURE__ */ jsx(field.FormTextField, {
|
|
25396
|
-
label: "Reference
|
|
25396
|
+
label: "Reference number",
|
|
25397
25397
|
isReadOnly
|
|
25398
25398
|
})
|
|
25399
25399
|
})
|
|
@@ -25402,7 +25402,7 @@ const JournalEntryForm = forwardRef((props, ref) => {
|
|
|
25402
25402
|
children: /* @__PURE__ */ jsx(form.AppField, {
|
|
25403
25403
|
name: "createdBy",
|
|
25404
25404
|
children: (field) => /* @__PURE__ */ jsx(field.FormTextField, {
|
|
25405
|
-
label: "Created
|
|
25405
|
+
label: "Created by",
|
|
25406
25406
|
isReadOnly
|
|
25407
25407
|
})
|
|
25408
25408
|
})
|