@designbasekorea/theme 0.1.1 → 0.1.2
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 +11 -1
- package/package.json +1 -1
package/dist/css/theme.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* merged from @designbase/tokens/css */
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 10 Sep 2025 08:33:18 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
|
|
@@ -72,6 +72,14 @@
|
|
|
72
72
|
--spacing-foundation-2: 8;
|
|
73
73
|
--spacing-foundation-1: 4;
|
|
74
74
|
--spacing-foundation-0: 0;
|
|
75
|
+
--layout-breakpoint-xxl: 87.5rem;
|
|
76
|
+
--layout-breakpoint-xl: 75rem;
|
|
77
|
+
--layout-breakpoint-lg: 62rem;
|
|
78
|
+
--layout-breakpoint-md: 48rem;
|
|
79
|
+
--layout-breakpoint-sm: 36rem;
|
|
80
|
+
--layout-breakpoint-xs: 0;
|
|
81
|
+
--layout-grid-columns: 12;
|
|
82
|
+
--layout-container-max-width: 75rem;
|
|
75
83
|
--opacity-foundation-100: 1;
|
|
76
84
|
--opacity-foundation-95: 0.95;
|
|
77
85
|
--opacity-foundation-90: 0.9;
|
|
@@ -213,6 +221,8 @@
|
|
|
213
221
|
--spacing-semantic-margin-m: var(--spacing-foundation-3);
|
|
214
222
|
--spacing-semantic-margin-s: var(--spacing-foundation-2);
|
|
215
223
|
--spacing-semantic-margin-xs: var(--spacing-foundation-1);
|
|
224
|
+
--layout-grid-gutter: var(--spacing-foundation-4);
|
|
225
|
+
--layout-container-padding: var(--spacing-foundation-4);
|
|
216
226
|
--opacity-semantic-focus: var(--opacity-foundation-90);
|
|
217
227
|
--opacity-semantic-hover: var(--opacity-foundation-80);
|
|
218
228
|
--opacity-semantic-overlay-dark: var(--opacity-foundation-75);
|