@atelier-ui/angular 0.2.39 → 0.2.40

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": "@atelier-ui/angular",
3
- "version": "0.2.39",
3
+ "version": "0.2.40",
4
4
  "description": "Atelier component library for Angular — LLM-optimised, accessible, design-token-driven",
5
5
  "keywords": [
6
6
  "angular",
@@ -179,10 +179,10 @@ interface AtlIconGeometry {
179
179
  }
180
180
 
181
181
  /**
182
- * Vector icon. 23 named variants, drawn from the geometry in `icons.ts` so the
183
- * same shape is used everywhere it appears. Matches the Figma `AtlIcon`
184
- * component set. Decorative by default; pass `label` to announce a meaning
185
- * to assistive tech.
182
+ * Vector icon. Renders whichever `AtlIconName` variant is passed, drawn from
183
+ * the geometry in `icons.ts` so the same shape is used everywhere it appears.
184
+ * Matches the Figma `AtlIcon` component set. Decorative by default; pass
185
+ * `label` to announce a meaning to assistive tech.
186
186
  *
187
187
  * Usage:
188
188
  * ```html