@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.1",
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.0",
15
- "@kolkrabbi/kol-theme": "0.7.5",
16
- "@kolkrabbi/kol-icons": "0.6.0"
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="foundation"
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="foundation"
88
+ icon="book-open"
89
89
  size="sm"
90
90
  showWeightDropdown={showAxisDropdown && valueOptions.length > 0}
91
91
  weightOptions={valueOptions}
@@ -114,7 +114,7 @@ const TypefaceStyleSection = ({
114
114
  styleOptions={styleOptions || undefined}
115
115
  showDropdown={showDropdown}
116
116
  badgeText={badgeText}
117
- icon="foundation"
117
+ icon="book-open"
118
118
  size="sm"
119
119
  />
120
120
 
@@ -107,7 +107,7 @@ const VariableFontSection = ({
107
107
  onStyleChange={setSelectedStyle}
108
108
  showDropdown={showDropdown}
109
109
  badgeText={badgeText}
110
- icon="foundation"
110
+ icon="book-open"
111
111
  size="sm"
112
112
  />
113
113