@dhasdk/simple-ui 1.0.24 → 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 +2 -2
  2. package/index.js +18 -17
  3. package/index.mjs +1967 -1840
  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
 
@@ -1336,7 +1336,7 @@ Full list of props below
1336
1336
 
1337
1337
  1. Default className
1338
1338
 
1339
- **`grow shrink-1 appearance-none h-8 md:h-[32px] lg:h-14 py-2 lg:ps-[19px] rounded-tl rounded-bl rounded-br-none rounded-tr-none lg:border border-[#07192d] font-['Arial'] bg-white text-[#333234] text-base lg:text-lg hover:border-[#5992fa] focus:border-[#5992fa] outline-hidden`**
1339
+ **`grow shrink-1 appearance-none h-8 md:h-[32px] my-2 lg:h-14 py-2 lg:ps-[19px] rounded-tl rounded-bl rounded-br-none rounded-tr-none lg:border border-[#07192d] font-['Arial'] bg-white text-[#333234] text-base lg:text-lg hover:border-[#5992fa] focus:border-[#5992fa] outline-hidden`**
1340
1340
 
1341
1341
  2. Default classNameListOutput
1342
1342