@npm_leadtech/legal-lib-components 4.1.22 → 4.1.23
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.js +1 -9
- package/dist/index.js.map +2 -2
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +1 -8
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +0 -8
- package/dist/src/components/atoms/DatePickerCustom/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14644,15 +14644,7 @@ var DatePickerCustom = ({
|
|
|
14644
14644
|
onChange: (date2) => {
|
|
14645
14645
|
handleChange(date2);
|
|
14646
14646
|
},
|
|
14647
|
-
popperPlacement: "bottom"
|
|
14648
|
-
popperModifiers: [
|
|
14649
|
-
{
|
|
14650
|
-
name: "flip",
|
|
14651
|
-
options: {
|
|
14652
|
-
fallbackPlacements: ["bottom"]
|
|
14653
|
-
}
|
|
14654
|
-
}
|
|
14655
|
-
]
|
|
14647
|
+
popperPlacement: "bottom"
|
|
14656
14648
|
}
|
|
14657
14649
|
),
|
|
14658
14650
|
/* @__PURE__ */ jsx("div", { className: "e-datepicker__inner", children: /* @__PURE__ */ jsx("label", { className: "e-datepicker__label", children: label }) })
|