@likelion-design/ui 1.0.27 → 1.0.28-beta.0

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.d.mts CHANGED
@@ -935,6 +935,8 @@ interface CalendarProps {
935
935
  disablePrev?: boolean;
936
936
  /** 다음 버튼 비활성화 여부 */
937
937
  disableNext?: boolean;
938
+ /** 항상 6주(42칸) 고정 렌더 — 월 이동 시 높이 변화 방지 */
939
+ fixedWeeks?: boolean;
938
940
  /** 추가 CSS 클래스 */
939
941
  className?: string;
940
942
  /** 인라인 스타일 (최상위 calendar 요소에 적용) */
package/dist/index.d.ts CHANGED
@@ -935,6 +935,8 @@ interface CalendarProps {
935
935
  disablePrev?: boolean;
936
936
  /** 다음 버튼 비활성화 여부 */
937
937
  disableNext?: boolean;
938
+ /** 항상 6주(42칸) 고정 렌더 — 월 이동 시 높이 변화 방지 */
939
+ fixedWeeks?: boolean;
938
940
  /** 추가 CSS 클래스 */
939
941
  className?: string;
940
942
  /** 인라인 스타일 (최상위 calendar 요소에 적용) */