awing-library 2.1.2-dev.7 → 2.1.2-dev.8
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/esm/index.js +1 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -164819,8 +164819,7 @@ const Container$g = props => {
|
|
|
164819
164819
|
children: jsxRuntimeExports.jsx(DatePicker, Object.assign({
|
|
164820
164820
|
label: "Basic date picker"
|
|
164821
164821
|
}, rest, {
|
|
164822
|
-
onChange: handleChange
|
|
164823
|
-
defaultValue: dayjs()
|
|
164822
|
+
onChange: handleChange
|
|
164824
164823
|
}))
|
|
164825
164824
|
});
|
|
164826
164825
|
};
|