@cakemail-org/ui-components-v2 2.1.74 → 2.1.75
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.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -16753,7 +16753,7 @@ function ColorTextField(_a) {
|
|
|
16753
16753
|
handleColorChangePicker(e.target.value, true);
|
|
16754
16754
|
}
|
|
16755
16755
|
function handleColorUpPicker() {
|
|
16756
|
-
onChange && onChange({ target: { value: colorRef.current }, currentTarget: { value: colorRef.current } });
|
|
16756
|
+
onChange && onChange({ target: { value: colorRef.current, name: args.name }, currentTarget: { value: colorRef.current, name: args.name } });
|
|
16757
16757
|
}
|
|
16758
16758
|
function handleColorChangePicker(newColor, isTxtField) {
|
|
16759
16759
|
if (isTxtField === void 0) { isTxtField = false; }
|
package/dist/esm/index.js
CHANGED
|
@@ -16733,7 +16733,7 @@ function ColorTextField(_a) {
|
|
|
16733
16733
|
handleColorChangePicker(e.target.value, true);
|
|
16734
16734
|
}
|
|
16735
16735
|
function handleColorUpPicker() {
|
|
16736
|
-
onChange && onChange({ target: { value: colorRef.current }, currentTarget: { value: colorRef.current } });
|
|
16736
|
+
onChange && onChange({ target: { value: colorRef.current, name: args.name }, currentTarget: { value: colorRef.current, name: args.name } });
|
|
16737
16737
|
}
|
|
16738
16738
|
function handleColorChangePicker(newColor, isTxtField) {
|
|
16739
16739
|
if (isTxtField === void 0) { isTxtField = false; }
|