@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/main.js
CHANGED
|
@@ -2246,8 +2246,6 @@ const $e0a58c83d4c36e4e$export$7edc06cf1783b30f = /*#__PURE__*/ $8zHUo$react.for
|
|
|
2246
2246
|
}), value: value, defaultValue: defaultValue, onChange: onChange, ...props }, ref)=>{
|
|
2247
2247
|
const space = (0, $eae337549f49a5a2$export$450c36e0b0e62ccd)();
|
|
2248
2248
|
function proxyOnChange(date) {
|
|
2249
|
-
console.log(date);
|
|
2250
|
-
if (!date) onChange?.(null, null);
|
|
2251
2249
|
onChange?.(date?.toString(), date);
|
|
2252
2250
|
}
|
|
2253
2251
|
const newProps = {
|