@dolanske/vui 1.5.12 → 1.5.13

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.
@@ -20,7 +20,7 @@ interface Props {
20
20
  /**
21
21
  * Vertical alignment of the ivon
22
22
  */
23
- iconAlign?: 'top' | 'center' | 'bottom';
23
+ iconAlign?: 'start' | 'center' | 'end';
24
24
  }
25
25
  declare function __VLS_template(): {
26
26
  attrs: Partial<{}>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dolanske/vui",
3
3
  "type": "module",
4
- "version": "1.5.12",
4
+ "version": "1.5.13",
5
5
  "private": false,
6
6
  "description": "Brother in Christ there's a new UI library",
7
7
  "author": "dolanske",