@delightui/components 0.1.92 → 0.1.93

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/index.d.ts CHANGED
@@ -1366,6 +1366,14 @@ type DatePickerProps = ControlledFormComponentProps<string | Date | (string | Da
1366
1366
  * Placeholder text for the date picker input
1367
1367
  */
1368
1368
  placeholder?: string;
1369
+ /**
1370
+ * Icon to be displayed before the input.
1371
+ */
1372
+ leadingIcon?: React.ReactNode;
1373
+ /**
1374
+ * Icon to be displayed after the input.
1375
+ */
1376
+ trailingIcon?: React.ReactNode;
1369
1377
  };
1370
1378
  type CustomTimePickerConfig = {
1371
1379
  minuteStep: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.92",
3
+ "version": "0.1.93",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",