@jk-core/components 1.1.21 → 1.1.22

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 CHANGED
@@ -1215,7 +1215,7 @@ function Kt({
1215
1215
  disabled: l(f),
1216
1216
  children: [
1217
1217
  /* @__PURE__ */ n.jsx("span", { children: `${f + 1}월` }),
1218
- !!d(new Date(a.getFullYear(), f - 1, 1), "month") && d(new Date(a.getFullYear(), f - 1, 1), "month")
1218
+ !!d(new Date(a.getFullYear(), f, 1), "month") && d(new Date(a.getFullYear(), f, 1), "month")
1219
1219
  ]
1220
1220
  },
1221
1221
  f
@@ -1312,14 +1312,14 @@ function tr({
1312
1312
  className: E({
1313
1313
  [re["year-tile__year"]]: !0,
1314
1314
  [re["year-tile__year--selected"]]: !!t && t.getFullYear() === o,
1315
- [re["year-tile__year--border"]]: !!i(new Date(o, 1, 1), "year")
1315
+ [re["year-tile__year--border"]]: !!i(new Date(o, 0, 1), "year")
1316
1316
  }),
1317
1317
  type: "button",
1318
1318
  ref: t && t.getFullYear() === o ? l : null,
1319
1319
  onClick: () => a(o),
1320
1320
  children: [
1321
1321
  /* @__PURE__ */ n.jsx("span", { className: re["yearTile__year--year"], children: o }),
1322
- i(new Date(o, 1, 1), "year") && /* @__PURE__ */ n.jsx("div", { className: re["yearTile__year--tile"], children: i(new Date(o, 1, 1), "year") })
1322
+ i(new Date(o, 0, 1), "year") && /* @__PURE__ */ n.jsx("div", { className: re["yearTile__year--tile"], children: i(new Date(o, 0, 1), "year") })
1323
1323
  ]
1324
1324
  },
1325
1325
  o