UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

24 lines 2.4 kB
export 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 const classNames = { "flexBox": "_flexBox_11fgm_1", "fitContainer": "_fitContainer_11fgm_4", "justifyContentStart": "_justifyContentStart_11fgm_11", "justifyContentEnd": "_justifyContentEnd_11fgm_15", "justifyContentCenter": "_justifyContentCenter_11fgm_19", "justifyContentSpaceAround": "_justifyContentSpaceAround_11fgm_23", "justifyContentSpaceBetween": "_justifyContentSpaceBetween_11fgm_27", "alignItemsStart": "_alignItemsStart_11fgm_33", "alignItemsEnd": "_alignItemsEnd_11fgm_37", "alignItemsCenter": "_alignItemsCenter_11fgm_41", "alignItemsStretch": "_alignItemsStretch_11fgm_45", "alignItemsBaseline": "_alignItemsBaseline_11fgm_49", "flexBoxDisplayInline": "_flexBoxDisplayInline_11fgm_54", "flexBoxDirectionColumn": "_flexBoxDirectionColumn_11fgm_58", "flexBoxDirectionColumnReverse": "_flexBoxDirectionColumnReverse_11fgm_62", "flexBoxDirectionRow": "_flexBoxDirectionRow_11fgm_66", "flexBoxDirectionRowReverse": "_flexBoxDirectionRowReverse_11fgm_70", "flexWrapNoWrap": "_flexWrapNoWrap_11fgm_74", "flexWrapWrap": "_flexWrapWrap_11fgm_78", "flexWrapWrapReverse": "_flexWrapWrapReverse_11fgm_82" }; export { styleData as content };