@apcrda/ui 0.4.5 → 0.4.6

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7138,7 +7138,7 @@ function Ap(e) {
7138
7138
  }
7139
7139
  //#endregion
7140
7140
  //#region src/components/Calendar/Calendar.tsx
7141
- function jp({ className: t, captionLayout: n = "dropdown-years", startMonth: r, endMonth: i, ...a }) {
7141
+ function jp({ className: t, captionLayout: n = "dropdown", startMonth: r, endMonth: i, ...a }) {
7142
7142
  let o = (/* @__PURE__ */ new Date()).getFullYear();
7143
7143
  return /* @__PURE__ */ N(Ap, {
7144
7144
  showOutsideDays: !0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apcrda/ui",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "APCRDA UI is a production-ready React design system for APCRDA applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",