@ballistix.digital/react-components 0.4.87 → 0.4.89
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.d.ts +3 -3
- package/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9192,7 +9192,6 @@ var DateMenuForm = function (props) {
|
|
|
9192
9192
|
endDate: null,
|
|
9193
9193
|
}), value = _m[0], setValue = _m[1];
|
|
9194
9194
|
var handleValueChange = function (newValue) {
|
|
9195
|
-
console.log('newValue:', newValue);
|
|
9196
9195
|
setValue(newValue);
|
|
9197
9196
|
onChange && onChange(newValue);
|
|
9198
9197
|
};
|