@parrot-co/parrot-ui 0.0.97 → 0.0.98
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/main.js +0 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +0 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -2195,8 +2195,6 @@ const $48aceaf3289ec325$export$7edc06cf1783b30f = /*#__PURE__*/ $hgUW1$forwardRe
|
|
|
2195
2195
|
}), value: value, defaultValue: defaultValue, onChange: onChange, ...props }, ref)=>{
|
|
2196
2196
|
const space = (0, $41cc567ab0625f8f$export$450c36e0b0e62ccd)();
|
|
2197
2197
|
function proxyOnChange(date) {
|
|
2198
|
-
console.log(date);
|
|
2199
|
-
if (!date) onChange?.(null, null);
|
|
2200
2198
|
onChange?.(date?.toString(), date);
|
|
2201
2199
|
}
|
|
2202
2200
|
const newProps = {
|