@designbasekorea/theme 0.1.24 → 0.1.25

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.
@@ -1,8 +1,8 @@
1
1
  /* merged from @designbase/tokens/css */
2
2
  /**
3
3
  * Designbase Korea Design Tokens
4
- * Generated: 2025-10-19T10:49:34.793Z
5
- * Version: 0.1.15
4
+ * Generated: 2025-10-24T02:13:56.732Z
5
+ * Version: 0.1.16
6
6
  *
7
7
  * Structure:
8
8
  * - Foundation: Raw scales (global)
@@ -597,7 +597,7 @@
597
597
  --border-semantic-radius-button-pill: var(--border-aliases-radius-full);
598
598
  --border-semantic-radius-button-l: var(--border-aliases-radius-l);
599
599
  --border-semantic-radius-button-m: var(--border-aliases-radius-m);
600
- --border-semantic-radius-button-s: var(--border-aliases-radius-s);
600
+ --border-semantic-radius-button-s: var(--border-aliases-radius-m);
601
601
  --border-semantic-radius-full: var(--border-aliases-radius-full);
602
602
  --border-semantic-radius-3xl: var(--border-aliases-radius-3xl);
603
603
  --border-semantic-radius-2xl: var(--border-aliases-radius-2xl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designbasekorea/theme",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Designbase 테마 시스템 - CSS 변수, 테마 프리셋, 유틸리티 클래스를 제공",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",