@kolkrabbi/kol-theme 0.11.9 → 0.11.11

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.
@@ -83,7 +83,7 @@
83
83
  line-height: 22px;
84
84
  padding: 16px 20px;
85
85
  background: var(--kol-fg-04);
86
- border-radius: 6px;
86
+ border-radius: var(--kol-radius-sm);
87
87
  overflow-x: auto;
88
88
  }
89
89
  .kol-doc-code { margin: 0; }
@@ -97,7 +97,7 @@
97
97
  font-weight: 400;
98
98
  background: var(--kol-fg-04);
99
99
  padding: 0.1em 0.35em;
100
- border-radius: 3px;
100
+ border-radius: var(--kol-radius-sm);
101
101
  }
102
102
  /* code inside pre stays stripped (rule preserved from the prose sheet) */
103
103
  .kol-prose pre code,
@@ -150,13 +150,14 @@
150
150
  line-height: 16px;
151
151
  white-space: nowrap;
152
152
  }
153
+ .kol-doc-table td.kol-doc-table-value--wrap { white-space: normal; }
153
154
 
154
155
  /* figure — the framed content container (preview cards, embedded media). */
155
156
  .kol-prose figure,
156
157
  .kol-doc-figure {
157
158
  margin: 0;
158
159
  border: 1px solid var(--kol-fg-12);
159
- border-radius: var(--kol-radius-md);
160
+ border-radius: var(--kol-radius-sm); /* 4px — THE radius law */
160
161
  overflow: hidden;
161
162
  }
162
163
 
@@ -177,8 +178,8 @@
177
178
  .kol-prose footer,
178
179
  .kol-doc-footer {
179
180
  font-family: var(--kol-font-family-mono);
180
- font-size: 12px;
181
- line-height: 16px;
181
+ font-size: 10px;
182
+ line-height: 14px;
182
183
  font-weight: 400;
183
184
  letter-spacing: 0.02em;
184
185
  color: var(--kol-fg-meta);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.11.9",
3
+ "version": "0.11.11",
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",