UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

29 lines (28 loc) 994 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TrendProperties = void 0; var _NumberFormatDocs = require("../number-format/NumberFormatDocs.js"); var _StatDocsUtils = require("./StatDocsUtils.js"); const TrendProperties = exports.TrendProperties = { value: { doc: 'Numeric or string value used to resolve the trend sign and tone. When omitted, the value is extracted from `children`.', type: ['number', 'string'], status: 'optional' }, children: { doc: 'Trend value content, e.g. `+12.4%` or `-2.1%`.', type: ['React.ReactNode'], status: 'optional' }, tone: { doc: 'Tone override for state styling.', type: ['"positive"', '"negative"', '"neutral"'], status: 'optional' }, srLabel: _NumberFormatDocs.NumberFormatPropertiesCamelCase.srLabel, skeleton: _StatDocsUtils.skeletonProperty, '[Space](/uilib/layout/space/properties)': _StatDocsUtils.spacingProperties }; //# sourceMappingURL=TrendDocs.js.map