@zvoove/unity-ui 2.42.0 → 2.44.0

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/dist/llms.txt CHANGED
@@ -283,6 +283,7 @@ import { Typography } from '@zvoove/unity-ui';
283
283
  textAlign="left" // 'left' | 'center' | 'right'
284
284
  textTransform="uppercase" // 'uppercase' | 'lowercase' | 'capitalize'
285
285
  truncate={2} // number - max lines before truncation
286
+ truncatedBy="word" // 'word' | 'letter' (default: 'word')
286
287
  hyphenate={true} // boolean (default: true)
287
288
  wrap={true} // boolean
288
289
  >