@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
14 lines • 1.43 kB
JavaScript
export const styleData = {
packageName: '@ui5/webcomponents-react',
fileName: 'NumericSideIndicator.module.css',
content: "@layer ui5-webcomponents-react{.NumericSideIndicator_numericSideIndicator_jbesg_1{align-items:flex-end;color:var(--sapTile_TextColor);display:flex;flex-direction:column;font-family:var(--sapFontFamily);font-size:var(--sapFontSmallSize);min-width:0;position:relative}.NumericSideIndicator_title_jbesg_12{max-width:100%;overflow:hidden;padding-bottom:.25rem;text-align:end;text-overflow:ellipsis}.NumericSideIndicator_value_jbesg_20{color:inherit;font-size:inherit;white-space:pre-line;word-wrap:break-word;word-break:break-word}.NumericSideIndicator_stateGood_jbesg_28{color:var(--sapPositiveTextColor)}.NumericSideIndicator_stateError_jbesg_32{color:var(--sapNegativeTextColor)}.NumericSideIndicator_stateCritical_jbesg_36{color:var(--sapCriticalTextColor)}.NumericSideIndicator_stateNeutral_jbesg_40{color:var(--sapNeutralTextColor)}}"
};
export const classNames = {
"numericSideIndicator": "NumericSideIndicator_numericSideIndicator_jbesg_1",
"title": "NumericSideIndicator_title_jbesg_12",
"value": "NumericSideIndicator_value_jbesg_20",
"stateGood": "NumericSideIndicator_stateGood_jbesg_28",
"stateError": "NumericSideIndicator_stateError_jbesg_32",
"stateCritical": "NumericSideIndicator_stateCritical_jbesg_36",
"stateNeutral": "NumericSideIndicator_stateNeutral_jbesg_40"
};