enwawa-ui 1.5.1 → 1.5.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/lib/index.d.ts CHANGED
@@ -2135,6 +2135,10 @@ export interface OrColProps {
2135
2135
  * gap between columns
2136
2136
  */
2137
2137
  $gap?: number;
2138
+ /**
2139
+ * align items
2140
+ */
2141
+ $alignItems?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
2138
2142
  /**
2139
2143
  * Container position type (relative, absolute, fixed, sticky)
2140
2144
  */