azeriand-library 1.17.1 → 1.17.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.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -16053,7 +16053,7 @@ function Calendar({ selectedDates, ...cardProps }) {
|
|
|
16053
16053
|
mode: "dark"
|
|
16054
16054
|
}
|
|
16055
16055
|
});
|
|
16056
|
-
return /* @__PURE__ */ jsx$1(Card, { appearance: cardProps.appearance ?? "ghost", noPadding: true, ...cardProps, className: "
|
|
16056
|
+
return /* @__PURE__ */ jsx$1(Card, { appearance: cardProps.appearance ?? "ghost", noPadding: true, ...cardProps, className: "justify-center align-center", children: /* @__PURE__ */ jsx$1(ThemeProvider, { theme, children: /* @__PURE__ */ jsx$1(
|
|
16057
16057
|
DateCalendar,
|
|
16058
16058
|
{
|
|
16059
16059
|
slots: { day: CustomDay },
|