@simplysm/solid 13.0.11 → 13.0.13

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -182,7 +182,7 @@ import "@simplysm/solid/tailwind.css";
182
182
  ## Styling
183
183
 
184
184
  - [Semantic Colors](docs/styling.md#semantic-colors) - primary, info, success, warning, danger, base
185
- - [Custom Sizes](docs/styling.md#custom-sizes) - Field height classes (h-field, h-field-sm, h-field-lg)
185
+ - [Custom Sizes](docs/styling.md#custom-sizes) - Field height classes (h-field, h-field-sm, h-field-lg, h-field-xl)
186
186
  - [z-index Layers](docs/styling.md#z-index-layers) - Sidebar, dropdown, modal z-index values
187
187
  - [Dark Mode](docs/styling.md#dark-mode) - Class-based dark mode with auto-toggle
188
188
  - [Styling Patterns](docs/styling.md#styling-patterns) - clsx + twMerge usage patterns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/solid",
3
- "version": "13.0.11",
3
+ "version": "13.0.13",
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.11",
53
- "@simplysm/core-common": "13.0.11"
52
+ "@simplysm/core-browser": "13.0.13",
53
+ "@simplysm/core-common": "13.0.13"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@solidjs/testing-library": "^0.8.10"