UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

25 lines (24 loc) 2.6 kB
export declare const styleData = "@layer ui5-webcomponents-react{._flexBox_11fgm_1{display:flex;&:where(._fitContainer_11fgm_4){width:100%;height:100%}&:where(._justifyContentStart_11fgm_11){justify-content:flex-start}&:where(._justifyContentEnd_11fgm_15){justify-content:flex-end}&:where(._justifyContentCenter_11fgm_19){justify-content:center}&:where(._justifyContentSpaceAround_11fgm_23){justify-content:space-around}&:where(._justifyContentSpaceBetween_11fgm_27){justify-content:space-between}&:where(._alignItemsStart_11fgm_33){align-items:flex-start}&:where(._alignItemsEnd_11fgm_37){align-items:flex-end}&:where(._alignItemsCenter_11fgm_41){align-items:center}&:where(._alignItemsStretch_11fgm_45){align-items:stretch}&:where(._alignItemsBaseline_11fgm_49){align-items:baseline}}._flexBoxDisplayInline_11fgm_54{display:inline-flex}._flexBoxDirectionColumn_11fgm_58{flex-direction:column}._flexBoxDirectionColumnReverse_11fgm_62{flex-direction:column-reverse}._flexBoxDirectionRow_11fgm_66{flex-direction:row}._flexBoxDirectionRowReverse_11fgm_70{flex-direction:row-reverse}._flexWrapNoWrap_11fgm_74{flex-wrap:nowrap}._flexWrapWrap_11fgm_78{flex-wrap:wrap}._flexWrapWrapReverse_11fgm_82{flex-wrap:wrap-reverse}}"; export declare const classNames: { readonly flexBox: "_flexBox_11fgm_1"; readonly fitContainer: "_fitContainer_11fgm_4"; readonly justifyContentStart: "_justifyContentStart_11fgm_11"; readonly justifyContentEnd: "_justifyContentEnd_11fgm_15"; readonly justifyContentCenter: "_justifyContentCenter_11fgm_19"; readonly justifyContentSpaceAround: "_justifyContentSpaceAround_11fgm_23"; readonly justifyContentSpaceBetween: "_justifyContentSpaceBetween_11fgm_27"; readonly alignItemsStart: "_alignItemsStart_11fgm_33"; readonly alignItemsEnd: "_alignItemsEnd_11fgm_37"; readonly alignItemsCenter: "_alignItemsCenter_11fgm_41"; readonly alignItemsStretch: "_alignItemsStretch_11fgm_45"; readonly alignItemsBaseline: "_alignItemsBaseline_11fgm_49"; readonly flexBoxDisplayInline: "_flexBoxDisplayInline_11fgm_54"; readonly flexBoxDirectionColumn: "_flexBoxDirectionColumn_11fgm_58"; readonly flexBoxDirectionColumnReverse: "_flexBoxDirectionColumnReverse_11fgm_62"; readonly flexBoxDirectionRow: "_flexBoxDirectionRow_11fgm_66"; readonly flexBoxDirectionRowReverse: "_flexBoxDirectionRowReverse_11fgm_70"; readonly flexWrapNoWrap: "_flexWrapNoWrap_11fgm_74"; readonly flexWrapWrap: "_flexWrapWrap_11fgm_78"; readonly flexWrapWrapReverse: "_flexWrapWrapReverse_11fgm_82"; }; export { styleData as content };