@kolkrabbi/kol-theme 0.42.0 → 0.42.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/kol-sources.css +32 -4
- package/package.json +1 -1
package/kol-sources.css
CHANGED
|
@@ -11,21 +11,49 @@
|
|
|
11
11
|
* @import "@kolkrabbi/kol-theme";
|
|
12
12
|
* @import "@kolkrabbi/kol-theme/kol-sources.css";
|
|
13
13
|
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* EVERY PACKAGE GETS TWO LINES, because the two package-manager layouts put
|
|
15
|
+
* this file in different places (KolSourcesPnpmResolution, 2026-08-15 — under
|
|
16
|
+
* pnpm ALL the original paths resolved to nothing, silently, and kol-mirror
|
|
17
|
+
* shipped a shortcuts overlay with labels glued to keys):
|
|
18
|
+
*
|
|
19
|
+
* ../kol-x/src npm / yarn — flat node_modules:
|
|
20
|
+
* @kolkrabbi siblings are real siblings.
|
|
21
|
+
* ../../../../../@kolkrabbi/kol-x/src pnpm — Tailwind resolves this file to
|
|
22
|
+
* its .pnpm store realpath
|
|
23
|
+
* (.pnpm/<id>/node_modules/@kolkrabbi/kol-theme/),
|
|
24
|
+
* where only kol-theme's own deps are
|
|
25
|
+
* siblings. Five ups = the consumer's
|
|
26
|
+
* node_modules; the @kolkrabbi symlinks
|
|
27
|
+
* there glob through. Verified against
|
|
28
|
+
* a live pnpm store 2026-08-15.
|
|
29
|
+
*
|
|
30
|
+
* A path that doesn't exist matches nothing — so on any given layout one line
|
|
31
|
+
* of each pair is inert, and installing a subset of packages is fine. New
|
|
32
|
+
* raw-JSX packages get BOTH lines added here, DS-side, so consumers never
|
|
18
33
|
* chase the footgun again.
|
|
19
34
|
*/
|
|
20
35
|
|
|
21
36
|
@source "../kol-brand/src";
|
|
37
|
+
@source "../../../../../@kolkrabbi/kol-brand/src";
|
|
22
38
|
@source "../kol-chess/src";
|
|
39
|
+
@source "../../../../../@kolkrabbi/kol-chess/src";
|
|
23
40
|
@source "../kol-component/src";
|
|
41
|
+
@source "../../../../../@kolkrabbi/kol-component/src";
|
|
24
42
|
@source "../kol-content/src";
|
|
43
|
+
@source "../../../../../@kolkrabbi/kol-content/src";
|
|
25
44
|
@source "../kol-dashboards/src";
|
|
45
|
+
@source "../../../../../@kolkrabbi/kol-dashboards/src";
|
|
26
46
|
@source "../kol-foundry/src";
|
|
47
|
+
@source "../../../../../@kolkrabbi/kol-foundry/src";
|
|
27
48
|
@source "../kol-framework/src";
|
|
49
|
+
@source "../../../../../@kolkrabbi/kol-framework/src";
|
|
28
50
|
@source "../kol-icons/src";
|
|
51
|
+
@source "../../../../../@kolkrabbi/kol-icons/src";
|
|
52
|
+
@source "../kol-shell/src";
|
|
53
|
+
@source "../../../../../@kolkrabbi/kol-shell/src";
|
|
29
54
|
@source "../kol-store/src";
|
|
55
|
+
@source "../../../../../@kolkrabbi/kol-store/src";
|
|
30
56
|
@source "../kol-styleguide/src";
|
|
57
|
+
@source "../../../../../@kolkrabbi/kol-styleguide/src";
|
|
31
58
|
@source "../kol-workshop/src";
|
|
59
|
+
@source "../../../../../@kolkrabbi/kol-workshop/src";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.2",
|
|
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",
|