@ebertjendustries/cswrapper 1.0.16 → 1.0.17

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.js CHANGED
@@ -665,8 +665,8 @@ function CSTextarea(props) {
665
665
  "data-testid": uniqueId,
666
666
  controlId: uniqueId,
667
667
  onChange: ({ detail }) => props.onChangeValue(props.fieldSpec.key, detail.value),
668
- ...localisationObject,
669
668
  ...props,
669
+ ...localisationObject,
670
670
  value: sanitizedValue
671
671
  }
672
672
  ) });
package/dist/index.mjs CHANGED
@@ -555,8 +555,8 @@ function CSTextarea(props) {
555
555
  "data-testid": uniqueId,
556
556
  controlId: uniqueId,
557
557
  onChange: ({ detail }) => props.onChangeValue(props.fieldSpec.key, detail.value),
558
- ...localisationObject,
559
558
  ...props,
559
+ ...localisationObject,
560
560
  value: sanitizedValue
561
561
  }
562
562
  ) });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebertjendustries/cswrapper",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",