@dhasdk/simple-ui 1.0.25 → 1.0.26

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.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/index.js +16 -16
  3. package/index.mjs +1965 -1839
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -800,7 +800,7 @@ Default Variant
800
800
  const [displayDate, setDisplayDate] = useState('');
801
801
 
802
802
  <DatePicker id={""} label={""}
803
- value={dayjs().startOf("day").format("MM-DD-YYYY")}
803
+ value={dayjs().startOf("day").format("M-D-YYYY")}
804
804
  onChange={setDisplayDate}/>
805
805
  ```
806
806