@useinsider/ab-components 0.0.111 → 0.0.112

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
@@ -491,7 +491,7 @@ prevMonthLabel: string;
491
491
  nextMonthLabel: string;
492
492
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
493
493
 
494
- export declare type CalendarDateFormat = 'YYYY-MM-DD' | 'DD/MM/YYYY' | 'MM/DD/YYYY';
494
+ export declare type CalendarDateFormat = 'YYYY-MM-DD' | 'DD/MM/YYYY' | 'MM/DD/YYYY' | 'DD.MM.YYYY';
495
495
 
496
496
  export declare interface CalendarProps {
497
497
  /** Selected date, in `format` (default ISO `YYYY-MM-DD`). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/ab-components",
3
- "version": "0.0.111",
3
+ "version": "0.0.112",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"