@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
39 lines (38 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ThemeProperties = void 0;
const ThemeProperties = exports.ThemeProperties = {
name: {
doc: 'The name of a branding theme. Can be `ui` (universal identity), `eiendom` or `sbanken`.',
type: ['ui', 'eiendom', 'sbanken'],
status: 'optional'
},
size: {
doc: 'Will define what sizes of components are used (WIP).',
type: 'basis',
status: 'optional'
},
variant: {
doc: '(WIP).',
type: 'string',
status: 'optional'
},
propMapping: {
doc: 'Defines a specific CSS class so you get a declarative way of mapping CSS properties. A set of predefined maps will be available (WIP).',
type: 'string',
status: 'optional'
},
contrastMode: {
doc: 'When a component supports a contrast style, it will be used instead for the dedicated area.',
type: 'boolean',
status: 'optional'
},
darkMode: {
doc: 'When a component supports a dark mode style, it will be used instead for the dedicated area.',
type: 'boolean',
status: 'optional'
}
};
//# sourceMappingURL=ThemeDocs.js.map