@kolkrabbi/kol-foundry 0.4.1 → 0.4.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-foundry",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "KOL foundry component set — the type-specimen apparatus: typeface hero, variable-font axis playground, parsed-metric glyph inspector, character-set browser, font-preview, and the typeface-catalog grid. Every component renders, inspects, or manipulates a live font. Typeface data is consumer-injected. Sits above @kolkrabbi/kol-{theme,icons,component}.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
".": "./src/index.js"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@kolkrabbi/kol-component": "0.10.
|
|
15
|
-
"@kolkrabbi/kol-
|
|
16
|
-
"@kolkrabbi/kol-
|
|
14
|
+
"@kolkrabbi/kol-component": "0.10.1",
|
|
15
|
+
"@kolkrabbi/kol-icons": "0.6.1",
|
|
16
|
+
"@kolkrabbi/kol-theme": "0.7.6"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react": "^18.3.0 || ^19.0.0",
|
|
@@ -157,7 +157,7 @@ const FontPreviewSection = ({
|
|
|
157
157
|
onStyleChange={setSelectedStyleVariant}
|
|
158
158
|
showDropdown={showDropdown}
|
|
159
159
|
badgeText={badgeText}
|
|
160
|
-
icon="
|
|
160
|
+
icon="book-open"
|
|
161
161
|
size="sm"
|
|
162
162
|
selectedWeight={selectedWeight}
|
|
163
163
|
onWeightChange={setSelectedWeight}
|
|
@@ -85,7 +85,7 @@ const GlyphMetricsSection = ({
|
|
|
85
85
|
showDropdown={showDropdown || (showAxisDropdown && valueOptions.length > 0)}
|
|
86
86
|
styleOptions={showDropdown ? italicOptions : valueOptions}
|
|
87
87
|
badgeText={badgeText}
|
|
88
|
-
icon="
|
|
88
|
+
icon="book-open"
|
|
89
89
|
size="sm"
|
|
90
90
|
showWeightDropdown={showAxisDropdown && valueOptions.length > 0}
|
|
91
91
|
weightOptions={valueOptions}
|