@kolkrabbi/kol-theme 0.94.0 → 0.95.0
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/kol-base-tokens.css +14 -6
- package/package.json +1 -1
package/kol-base-tokens.css
CHANGED
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
/* Surface split tokens */
|
|
50
50
|
--kol-surface-support-split: #eeeeee;
|
|
51
51
|
--kol-surface-support-split-inverse: #202026;
|
|
52
|
-
--kol-surface-
|
|
53
|
-
--kol-surface-
|
|
52
|
+
--kol-surface-ab-split: #ffffff;
|
|
53
|
+
--kol-surface-ab-split-inverse: #000000;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
/* Dark Mode — surface overrides */
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
/* Surface split tokens - Dark Mode */
|
|
78
78
|
--kol-surface-support-split: #202026;
|
|
79
79
|
--kol-surface-support-split-inverse: #eeeeee;
|
|
80
|
-
--kol-surface-
|
|
81
|
-
--kol-surface-
|
|
80
|
+
--kol-surface-ab-split: #000000;
|
|
81
|
+
--kol-surface-ab-split-inverse: #ffffff;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
/* UI STATE — dark tier. The base ladder (kol-color.css) is authored for
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
/* Surface split tokens - Dark Mode */
|
|
123
123
|
--kol-surface-support-split: #202026;
|
|
124
124
|
--kol-surface-support-split-inverse: #eeeeee;
|
|
125
|
-
--kol-surface-
|
|
126
|
-
--kol-surface-
|
|
125
|
+
--kol-surface-ab-split: #000000;
|
|
126
|
+
--kol-surface-ab-split-inverse: #ffffff;
|
|
127
127
|
|
|
128
128
|
/* UI STATE — dark tier (mirror of the block above — edit both) */
|
|
129
129
|
--ui-error: #F87171;
|
|
@@ -132,3 +132,11 @@
|
|
|
132
132
|
--ui-success: #3DD68C;
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
|
+
|
|
136
|
+
/* ALIASES — the old `absolute` spelling (renamed to `ab`, user ruling
|
|
137
|
+
* 2026-08-28: "change every absolute to ab"). Kept so no consumer breaks
|
|
138
|
+
* silently; new code writes `ab`. Drop once the estate has moved. */
|
|
139
|
+
:root {
|
|
140
|
+
--kol-surface-absolute-split: var(--kol-surface-ab-split);
|
|
141
|
+
--kol-surface-absolute-split-inverse: var(--kol-surface-ab-split-inverse);
|
|
142
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.95.0",
|
|
4
4
|
"description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|