@kolkrabbi/kol-component 0.13.0 → 0.13.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-component",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "KOL design-system components — atoms through organisms, emitting canonical kol-* classes. Pairs with @kolkrabbi/kol-theme for styling.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -3,6 +3,10 @@ import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter'
|
|
|
3
3
|
import { oneDark } from 'react-syntax-highlighter/dist/esm/styles/prism'
|
|
4
4
|
import { Icon } from '@kolkrabbi/kol-icons'
|
|
5
5
|
|
|
6
|
+
/* taxonomy-ok: molecule — nests <Icon> from @kolkrabbi/kol-icons (the copy
|
|
7
|
+
* affordance). The gate only counts kol-component nesting, so a molecule whose
|
|
8
|
+
* only KOL child lives in a sibling package reads as an atom to it. */
|
|
9
|
+
|
|
6
10
|
/**
|
|
7
11
|
* CodeBlock — REPLICATED from the elder reference
|
|
8
12
|
* (kol-website/packages/ui/src/molecules/CodeBlock.jsx, 2026-07-28 user
|