@lawkit/ui 0.1.42 → 0.1.43

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.
@@ -21,7 +21,7 @@ export interface InputDatePickerProps extends Omit<HTMLAttributes<HTMLDivElement
21
21
  maxDate?: Date;
22
22
  }
23
23
  /**
24
- * **InputDatePicker** (프로토타입)
24
+ * **InputDatePicker**
25
25
  *
26
26
  * Input 박스에 포커스하거나 캘린더 아이콘을 클릭하면 `DatePicker` 캘린더가
27
27
  * 팝오버로 펼쳐지는 날짜 선택 컴포넌트.
@@ -15,7 +15,7 @@ export interface InputDateRangePickerProps extends Omit<HTMLAttributes<HTMLDivEl
15
15
  maxDate?: Date;
16
16
  }
17
17
  /**
18
- * **InputDateRangePicker** (프로토타입)
18
+ * **InputDateRangePicker**
19
19
  *
20
20
  * 하나의 Input에 `yyyy-MM-dd ~ yyyy-MM-dd` 형태로 범위를 표시하는 기본안입니다.
21
21
  *
@@ -41,7 +41,7 @@ export interface InputDateRangePickerSplitProps extends Omit<HTMLAttributes<HTML
41
41
  maxDate?: Date;
42
42
  }
43
43
  /**
44
- * **InputDateRangePickerSplit** (프로토타입)
44
+ * **InputDateRangePickerSplit**
45
45
  *
46
46
  * Input 2개(시작일/종료일)로 범위를 보여주는 보조 variant입니다.
47
47
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lawkit/ui",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "type": "module",
5
5
  "description": "LDS Design System — React component library with design tokens",
6
6
  "main": "./dist/index.js",