arengibook 2.4.54 → 2.4.55

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 (2) hide show
  1. package/dist/index.js +1 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12993,10 +12993,7 @@ var DatePickerPresets = {
12993
12993
  Default: {
12994
12994
  placeholder: 'Choisissez une date',
12995
12995
  dateFormat: 'dd/mm/yy',
12996
- view: 'date',
12997
- onSelect: function onSelect(e) {
12998
- return alert(e.getFullYear());
12999
- }
12996
+ view: 'date'
13000
12997
  },
13001
12998
  MonthOnly: {
13002
12999
  placeholder: 'Choisissez un mois',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.54",
4
+ "version": "2.4.55",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {