@atelier-ui/angular 0.2.38 → 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
|
@@ -179,10 +179,10 @@ interface AtlIconGeometry {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Vector icon.
|
|
183
|
-
* same shape is used everywhere it appears.
|
|
184
|
-
* component set. Decorative by default; pass
|
|
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
|