@simplysm/solid 13.0.14 → 13.0.15

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/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -97,6 +97,8 @@ import "@simplysm/solid/tailwind.css";
97
97
  - [`TextInput`](docs/form-controls.md#textinput) - Text input with format mask and IME composition support
98
98
  - [`NumberInput`](docs/form-controls.md#numberinput) - Number input with thousand separators and decimal places
99
99
  - [`DatePicker`](docs/form-controls.md#datepicker) - Date input supporting year, month, and date units (`DateOnly` type)
100
+ - [`DateTimePicker`](docs/form-controls.md#datetimepicker) - Date-time input supporting minute and second units (`DateTime` type)
101
+ - [`TimePicker`](docs/form-controls.md#timepicker) - Time input supporting minute and second units (`Time` type)
100
102
  - [`DateRangePicker`](docs/form-controls.md#daterangepicker) - Date range input with period type selection (day/month/range)
101
103
  - [`Textarea`](docs/form-controls.md#textarea) - Multi-line text input with auto-height and IME support
102
104
  - [`Select`](docs/form-controls.md#select) - Dropdown selection with single/multiple, hierarchical items, and compound components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/solid",
3
- "version": "13.0.14",
3
+ "version": "13.0.15",
4
4
  "description": "심플리즘 패키지 - SolidJS 라이브러리",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,8 +49,8 @@
49
49
  "solid-tiptap": "^0.8.0",
50
50
  "tailwind-merge": "^3.4.0",
51
51
  "tailwindcss": "^3.4.19",
52
- "@simplysm/core-browser": "13.0.14",
53
- "@simplysm/core-common": "13.0.14"
52
+ "@simplysm/core-browser": "13.0.15",
53
+ "@simplysm/core-common": "13.0.15"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@solidjs/testing-library": "^0.8.10"