@carbon/themes
Version:
Themes for applying color in the Carbon Design System
50 lines (47 loc) • 1.1 kB
JavaScript
/**
* Copyright IBM Corp. 2018, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import { TokenGroup } from './TokenGroup';
export const type = TokenGroup.create({
name: 'Type',
properties: [],
tokens: [
'caption-01',
'caption-02',
'label-01',
'label-02',
'helper-text-01',
'helper-text-02',
'body-short-01',
'body-long-01',
'body-short-02',
'body-long-02',
'code-01',
'code-02',
'heading-01',
'productive-heading-01',
'heading-02',
'productive-Heading-02',
'productive-heading-03',
'productive-heading-04',
'productive-heading-05',
'productive-heading-06',
'productive-heading-07',
'expressive-heading-01',
'expressive-heading-02',
'expressive-heading-03',
'expressive-heading-04',
'expressive-heading-05',
'expressive-heading-06',
'expressive-paragraph-01',
'quotation-01',
'quotation-02',
'display-01',
'display-02',
'display-03',
'display-04',
],
});