@kopexa/date-picker 1.0.1 → 1.0.3

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.
@@ -324,6 +324,7 @@ function DatePickerField({
324
324
  disabled,
325
325
  readOnly,
326
326
  selectionMode: "single",
327
+ outsideDaySelectable: true,
327
328
  closeOnSelect: true,
328
329
  className,
329
330
  ...rootProps,
@@ -455,6 +456,7 @@ function DateTimePickerField({
455
456
  disabled,
456
457
  readOnly,
457
458
  selectionMode: "single",
459
+ outsideDaySelectable: true,
458
460
  closeOnSelect: false,
459
461
  className,
460
462
  ...rootProps,
@@ -354,6 +354,7 @@ function DatePickerField({
354
354
  disabled,
355
355
  readOnly,
356
356
  selectionMode: "single",
357
+ outsideDaySelectable: true,
357
358
  closeOnSelect: true,
358
359
  className,
359
360
  ...rootProps,
@@ -485,6 +486,7 @@ function DateTimePickerField({
485
486
  disabled,
486
487
  readOnly,
487
488
  selectionMode: "single",
489
+ outsideDaySelectable: true,
488
490
  closeOnSelect: false,
489
491
  className,
490
492
  ...rootProps,
@@ -2,7 +2,7 @@
2
2
  "use client";
3
3
  import {
4
4
  DatePickerField
5
- } from "./chunk-2C5V7ODF.mjs";
5
+ } from "./chunk-VYQ6BFFN.mjs";
6
6
  import "./chunk-HPM5Y2V6.mjs";
7
7
  import "./chunk-C7GZJJIK.mjs";
8
8
  export {
package/dist/index.js CHANGED
@@ -396,6 +396,7 @@ function DatePickerField({
396
396
  disabled,
397
397
  readOnly,
398
398
  selectionMode: "single",
399
+ outsideDaySelectable: true,
399
400
  closeOnSelect: true,
400
401
  className,
401
402
  ...rootProps,
@@ -527,6 +528,7 @@ function DateTimePickerField({
527
528
  disabled,
528
529
  readOnly,
529
530
  selectionMode: "single",
531
+ outsideDaySelectable: true,
530
532
  closeOnSelect: false,
531
533
  className,
532
534
  ...rootProps,
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  DatePickerField
4
- } from "./chunk-2C5V7ODF.mjs";
4
+ } from "./chunk-VYQ6BFFN.mjs";
5
5
  import {
6
6
  datePickerMessages
7
7
  } from "./chunk-HPM5Y2V6.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/date-picker",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "DatePicker component for selecting dates and times",
5
5
  "keywords": [
6
6
  "date-picker",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@ark-ui/react": "^5.35.0",
32
32
  "@internationalized/date": "^3.12.0",
33
- "@kopexa/i18n": "17.13.1"
33
+ "@kopexa/i18n": "17.13.3"
34
34
  },
35
35
  "clean-package": "../../../clean-package.config.json",
36
36
  "module": "dist/index.mjs",