@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.
- package/dist/css/theme.css +3 -3
- package/package.json +1 -1
package/dist/css/theme.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* merged from @designbase/tokens/css */
|
|
2
2
|
/**
|
|
3
3
|
* Designbase Korea Design Tokens
|
|
4
|
-
* Generated: 2025-10-
|
|
5
|
-
* Version: 0.1.
|
|
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-
|
|
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);
|