@mobileaction/action-kit 1.40.3-beta.1 → 1.40.3-beta.2

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.
@@ -17090,7 +17090,7 @@ const IB = { class: "py-1" }, Ap = /* @__PURE__ */ xe({
17090
17090
  applyButtonText: { default: "Apply" },
17091
17091
  multiCalendars: { type: Boolean, default: !1 },
17092
17092
  hideCalendarIcon: { type: Boolean, default: !1 },
17093
- overlayClassName: { default: void 0 }
17093
+ overlayClassName: {}
17094
17094
  },
17095
17095
  emits: [
17096
17096
  "update:value",
@@ -120,7 +120,6 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
120
120
  size: typeof import("./types").MaDatePickerSizes[number];
121
121
  disabled: boolean;
122
122
  value: import("@vuepic/vue-datepicker").ModelValue;
123
- overlayClassName: string;
124
123
  position: typeof import("./types").MaDatePickerPositions[number];
125
124
  format: string | ((date: Date) => string) | ((dates: Date[]) => string);
126
125
  valueFormat: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.40.3-beta.1",
3
+ "version": "1.40.3-beta.2",
4
4
  "type": "module",
5
5
  "main": "dist/action-kit.mjs",
6
6
  "module": "dist/action-kit.mjs",