UNPKG

@zohodesk/layout

Version:

Unified Component Library - Layout

47 lines (30 loc) 1.26 kB
# #UNIFIED COMPONENTS LIBRARY - Layout In this Package, We Provide Layout Components for Web Development. # 3.2.1 - **Container,Box** Legacy Flex Component Added to maintain single library for layout # 3.2.0 **FlexContainer**, **FlexItem** - New components introduced **Flex** - `stretch` value supported for the **$ui_alignItems**, **$ui_alignContent**, and **$ui_alignSelf** properties. - `spaceEvenly` value supported for the **$ui_justifyContent** and **$ui_alignContent** properties. - `noWrap` value supported for the **$ui_wrapMode** property. - `none` value supported for the **$ui_scroll** property. # 3.1.0 - **Grid** $ui_isFullSize prop renamed as **$flag_fullsize** - **Flex** $event_onClick prop added. Below props renamed. | Previuous Prop | New Prop | | :------- | :------ | | $ui_isFlexible | $flag_flexible | | $ui_isShrink | $flag_shrink | | $ui_isFullSize | $flag_fullSize | | tagAttributes | $tagAttributes_container | | a11yAttributes | $a11yAttributes_container | # 3.0.1 - **mergeStyle** and **compileClassNames** - used from `utils` package # 3.0.0 - Flex and Grid props updated with unification - mergeStyle and compileClassNames used form utils package # 2.0.1 - Grid Component added # 2.0.0 - Flex Layout Released