@ni/nimble-components 6.0.0 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import type * as TokensNamespace from './design-tokens';
2
2
  declare type TokenName = keyof typeof TokensNamespace;
3
3
  export declare const comments: {
4
- readonly [key in TokenName]: string;
4
+ readonly [key in TokenName]: string | null;
5
5
  };
6
6
  export {};
@@ -1,74 +1,45 @@
1
- export declare const actionRgbPartialColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
2
- export declare const applicationBackgroundColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
3
- export declare const headerBackgroundColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
4
- export declare const sectionBackgroundColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
5
- export declare const fillSelectedColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
6
- export declare const fillSelectedRgbPartialColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
7
- export declare const fillHoverSelectedColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
8
- export declare const fillHoverColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
9
- export declare const borderColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
10
- export declare const borderRgbPartialColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
11
- export declare const failColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
12
- export declare const warningColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
13
- export declare const passColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
14
- export declare const borderHoverColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
15
- export declare const iconColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
16
- export declare const popupBoxShadowColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
17
- export declare const popupBorderColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
18
- export declare const controlHeight: import("@microsoft/fast-foundation").CSSDesignToken<string>;
19
- export declare const smallPadding: import("@microsoft/fast-foundation").CSSDesignToken<string>;
20
- export declare const standardPadding: import("@microsoft/fast-foundation").CSSDesignToken<string>;
21
- export declare const labelHeight: import("@microsoft/fast-foundation").CSSDesignToken<string>;
22
- export declare const borderWidth: import("@microsoft/fast-foundation").CSSDesignToken<string>;
23
- export declare const iconSize: import("@microsoft/fast-foundation").CSSDesignToken<string>;
24
- export declare const drawerWidth: import("@microsoft/fast-foundation").CSSDesignToken<string>;
25
- export declare const headlinePlus1Font: import("@microsoft/fast-foundation").CSSDesignToken<string>;
26
- export declare const headlineFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
27
- export declare const titlePlus2Font: import("@microsoft/fast-foundation").CSSDesignToken<string>;
28
- export declare const titlePlus1Font: import("@microsoft/fast-foundation").CSSDesignToken<string>;
29
- export declare const titleFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
30
- export declare const subtitlePlus1Font: import("@microsoft/fast-foundation").CSSDesignToken<string>;
31
- export declare const subtitleFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
32
- export declare const linkStandardFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
33
- export declare const placeholderFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
34
- export declare const bodyEmphasizedFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
35
- export declare const bodyFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
36
- export declare const groupHeaderFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
37
- export declare const controlLabelFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
38
- export declare const buttonLabelFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
39
- export declare const tooltipCaptionFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
40
- export declare const errorTextFont: import("@microsoft/fast-foundation").CSSDesignToken<string>;
41
- export declare const headlinePlus1FontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
42
- export declare const headlineFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
43
- export declare const titlePlus2FontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
44
- export declare const titlePlus1FontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
45
- export declare const titleFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
46
- export declare const subtitlePlus1FontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
47
- export declare const subtitleFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
48
- export declare const linkStandardFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
49
- export declare const placeholderFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
50
- export declare const bodyEmphasizedFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
51
- export declare const bodyFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
52
- export declare const groupHeaderFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
53
- export declare const controlLabelFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
54
- export declare const buttonLabelFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
55
- export declare const tooltipCaptionFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
56
- export declare const headlinePlus1DisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
57
- export declare const headlineDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
58
- export declare const titlePlus2DisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
59
- export declare const titlePlus1DisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
60
- export declare const titleDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
61
- export declare const subtitlePlus1DisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
62
- export declare const subtitleDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
63
- export declare const linkStandardDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
64
- export declare const placeholderDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
65
- export declare const bodyEmphasizedDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
66
- export declare const bodyDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
67
- export declare const groupHeaderDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
68
- export declare const controlLabelDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
69
- export declare const buttonLabelDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
70
- export declare const tooltipCaptionDisabledFontColor: import("@microsoft/fast-foundation").CSSDesignToken<string>;
71
- export declare const groupHeaderTextTransform: import("@microsoft/fast-foundation").CSSDesignToken<string>;
72
- export declare const smallDelay: import("@microsoft/fast-foundation").CSSDesignToken<string>;
73
- export declare const mediumDelay: import("@microsoft/fast-foundation").CSSDesignToken<string>;
74
- export declare const largeDelay: import("@microsoft/fast-foundation").CSSDesignToken<number>;
1
+ import { CSSDesignToken } from '@microsoft/fast-foundation';
2
+ export declare const actionRgbPartialColor: CSSDesignToken<string>;
3
+ export declare const applicationBackgroundColor: CSSDesignToken<string>;
4
+ export declare const headerBackgroundColor: CSSDesignToken<string>;
5
+ export declare const sectionBackgroundColor: CSSDesignToken<string>;
6
+ export declare const fillSelectedColor: CSSDesignToken<string>;
7
+ export declare const fillSelectedRgbPartialColor: CSSDesignToken<string>;
8
+ export declare const fillHoverSelectedColor: CSSDesignToken<string>;
9
+ export declare const fillHoverColor: CSSDesignToken<string>;
10
+ export declare const borderColor: CSSDesignToken<string>;
11
+ export declare const borderRgbPartialColor: CSSDesignToken<string>;
12
+ export declare const failColor: CSSDesignToken<string>;
13
+ export declare const warningColor: CSSDesignToken<string>;
14
+ export declare const passColor: CSSDesignToken<string>;
15
+ export declare const borderHoverColor: CSSDesignToken<string>;
16
+ export declare const iconColor: CSSDesignToken<string>;
17
+ export declare const popupBoxShadowColor: CSSDesignToken<string>;
18
+ export declare const popupBorderColor: CSSDesignToken<string>;
19
+ export declare const controlHeight: CSSDesignToken<string>;
20
+ export declare const smallPadding: CSSDesignToken<string>;
21
+ export declare const standardPadding: CSSDesignToken<string>;
22
+ export declare const labelHeight: CSSDesignToken<string>;
23
+ export declare const borderWidth: CSSDesignToken<string>;
24
+ export declare const iconSize: CSSDesignToken<string>;
25
+ export declare const drawerWidth: CSSDesignToken<string>;
26
+ export declare const headlineFont: CSSDesignToken<string>, headlineFontColor: CSSDesignToken<string>, headlineDisabledFontColor: CSSDesignToken<string>, headlineFontFamily: CSSDesignToken<string>, headlineFontWeight: CSSDesignToken<string>, headlineFontSize: CSSDesignToken<string>, headlineFontLineHeight: CSSDesignToken<string>, headlineFallbackFontFamily: CSSDesignToken<string>;
27
+ export declare const headlinePlus1Font: CSSDesignToken<string>, headlinePlus1FontColor: CSSDesignToken<string>, headlinePlus1DisabledFontColor: CSSDesignToken<string>, headlinePlus1FontFamily: CSSDesignToken<string>, headlinePlus1FontWeight: CSSDesignToken<string>, headlinePlus1FontSize: CSSDesignToken<string>, headlinePlus1FontLineHeight: CSSDesignToken<string>, headlinePlus1FallbackFontFamily: CSSDesignToken<string>;
28
+ export declare const titlePlus2Font: CSSDesignToken<string>, titlePlus2FontColor: CSSDesignToken<string>, titlePlus2DisabledFontColor: CSSDesignToken<string>, titlePlus2FontFamily: CSSDesignToken<string>, titlePlus2FontWeight: CSSDesignToken<string>, titlePlus2FontSize: CSSDesignToken<string>, titlePlus2FontLineHeight: CSSDesignToken<string>, titlePlus2FallbackFontFamily: CSSDesignToken<string>;
29
+ export declare const titlePlus1Font: CSSDesignToken<string>, titlePlus1FontColor: CSSDesignToken<string>, titlePlus1DisabledFontColor: CSSDesignToken<string>, titlePlus1FontFamily: CSSDesignToken<string>, titlePlus1FontWeight: CSSDesignToken<string>, titlePlus1FontSize: CSSDesignToken<string>, titlePlus1FontLineHeight: CSSDesignToken<string>, titlePlus1FallbackFontFamily: CSSDesignToken<string>;
30
+ export declare const titleFont: CSSDesignToken<string>, titleFontColor: CSSDesignToken<string>, titleDisabledFontColor: CSSDesignToken<string>, titleFontFamily: CSSDesignToken<string>, titleFontWeight: CSSDesignToken<string>, titleFontSize: CSSDesignToken<string>, titleFontLineHeight: CSSDesignToken<string>, titleFallbackFontFamily: CSSDesignToken<string>;
31
+ export declare const subtitlePlus1Font: CSSDesignToken<string>, subtitlePlus1FontColor: CSSDesignToken<string>, subtitlePlus1DisabledFontColor: CSSDesignToken<string>, subtitlePlus1FontFamily: CSSDesignToken<string>, subtitlePlus1FontWeight: CSSDesignToken<string>, subtitlePlus1FontSize: CSSDesignToken<string>, subtitlePlus1FontLineHeight: CSSDesignToken<string>, subtitlePlus1FallbackFontFamily: CSSDesignToken<string>;
32
+ export declare const subtitleFont: CSSDesignToken<string>, subtitleFontColor: CSSDesignToken<string>, subtitleDisabledFontColor: CSSDesignToken<string>, subtitleFontFamily: CSSDesignToken<string>, subtitleFontWeight: CSSDesignToken<string>, subtitleFontSize: CSSDesignToken<string>, subtitleFontLineHeight: CSSDesignToken<string>, subtitleFallbackFontFamily: CSSDesignToken<string>;
33
+ export declare const linkStandardFont: CSSDesignToken<string>, linkStandardFontColor: CSSDesignToken<string>, linkStandardDisabledFontColor: CSSDesignToken<string>, linkStandardFontFamily: CSSDesignToken<string>, linkStandardFontWeight: CSSDesignToken<string>, linkStandardFontSize: CSSDesignToken<string>, linkStandardFontLineHeight: CSSDesignToken<string>, linkStandardFallbackFontFamily: CSSDesignToken<string>;
34
+ export declare const placeholderFont: CSSDesignToken<string>, placeholderFontColor: CSSDesignToken<string>, placeholderDisabledFontColor: CSSDesignToken<string>, placeholderFontFamily: CSSDesignToken<string>, placeholderFontWeight: CSSDesignToken<string>, placeholderFontSize: CSSDesignToken<string>, placeholderFontLineHeight: CSSDesignToken<string>, placeholderFallbackFontFamily: CSSDesignToken<string>;
35
+ export declare const bodyEmphasizedFont: CSSDesignToken<string>, bodyEmphasizedFontColor: CSSDesignToken<string>, bodyEmphasizedDisabledFontColor: CSSDesignToken<string>, bodyEmphasizedFontFamily: CSSDesignToken<string>, bodyEmphasizedFontWeight: CSSDesignToken<string>, bodyEmphasizedFontSize: CSSDesignToken<string>, bodyEmphasizedFontLineHeight: CSSDesignToken<string>, bodyEmphasizedFallbackFontFamily: CSSDesignToken<string>;
36
+ export declare const bodyFont: CSSDesignToken<string>, bodyFontColor: CSSDesignToken<string>, bodyDisabledFontColor: CSSDesignToken<string>, bodyFontFamily: CSSDesignToken<string>, bodyFontWeight: CSSDesignToken<string>, bodyFontSize: CSSDesignToken<string>, bodyFontLineHeight: CSSDesignToken<string>, bodyFallbackFontFamily: CSSDesignToken<string>;
37
+ export declare const groupHeaderFont: CSSDesignToken<string>, groupHeaderFontColor: CSSDesignToken<string>, groupHeaderDisabledFontColor: CSSDesignToken<string>, groupHeaderFontFamily: CSSDesignToken<string>, groupHeaderFontWeight: CSSDesignToken<string>, groupHeaderFontSize: CSSDesignToken<string>, groupHeaderFontLineHeight: CSSDesignToken<string>, groupHeaderFallbackFontFamily: CSSDesignToken<string>;
38
+ export declare const controlLabelFont: CSSDesignToken<string>, controlLabelFontColor: CSSDesignToken<string>, controlLabelDisabledFontColor: CSSDesignToken<string>, controlLabelFontFamily: CSSDesignToken<string>, controlLabelFontWeight: CSSDesignToken<string>, controlLabelFontSize: CSSDesignToken<string>, controlLabelFontLineHeight: CSSDesignToken<string>, controlLabelFallbackFontFamily: CSSDesignToken<string>;
39
+ export declare const buttonLabelFont: CSSDesignToken<string>, buttonLabelFontColor: CSSDesignToken<string>, buttonLabelDisabledFontColor: CSSDesignToken<string>, buttonLabelFontFamily: CSSDesignToken<string>, buttonLabelFontWeight: CSSDesignToken<string>, buttonLabelFontSize: CSSDesignToken<string>, buttonLabelFontLineHeight: CSSDesignToken<string>, buttonLabelFallbackFontFamily: CSSDesignToken<string>;
40
+ export declare const tooltipCaptionFont: CSSDesignToken<string>, tooltipCaptionFontColor: CSSDesignToken<string>, tooltipCaptionDisabledFontColor: CSSDesignToken<string>, tooltipCaptionFontFamily: CSSDesignToken<string>, tooltipCaptionFontWeight: CSSDesignToken<string>, tooltipCaptionFontSize: CSSDesignToken<string>, tooltipCaptionFontLineHeight: CSSDesignToken<string>, tooltipCaptionFallbackFontFamily: CSSDesignToken<string>;
41
+ export declare const errorTextFont: CSSDesignToken<string>, errorTextFontColor: CSSDesignToken<string>, errorTextDisabledFontColor: CSSDesignToken<string>, errorTextFontFamily: CSSDesignToken<string>, errorTextFontWeight: CSSDesignToken<string>, errorTextFontSize: CSSDesignToken<string>, errorTextFontLineHeight: CSSDesignToken<string>, errorTextFallbackFontFamily: CSSDesignToken<string>;
42
+ export declare const groupHeaderTextTransform: CSSDesignToken<string>;
43
+ export declare const smallDelay: CSSDesignToken<string>;
44
+ export declare const mediumDelay: CSSDesignToken<string>;
45
+ export declare const largeDelay: CSSDesignToken<number>;
@@ -1,6 +1,6 @@
1
1
  import type * as TokensNamespace from './design-tokens';
2
2
  declare type TokenName = keyof typeof TokensNamespace;
3
3
  export declare const comments: {
4
- readonly [key in TokenName]: string;
4
+ readonly [key in TokenName]: string | null;
5
5
  };
6
6
  export {};
@@ -28,50 +28,132 @@ export const comments = {
28
28
  mediumDelay: 'Elements with larger transition areas, such as bottom sheets and expanding chips, have slightly longer durations.',
29
29
  largeDelay: 'Animated elements that traverse a large portion of the screen have the longest durations.',
30
30
  headlinePlus1Font: 'Font shorthand for the "Headline_2" base token',
31
- headlineFont: 'Font shorthand for the "Headline_1" base token',
32
- titlePlus2Font: 'Font shorthand for the "Title_3" base token',
33
- titlePlus1Font: 'Font shorthand for the "Title_2" base token',
34
- titleFont: 'Font shorthand for the "Title_1" base token',
35
- subtitlePlus1Font: 'Font shorthand for the "Subtitle_2" base token',
36
- subtitleFont: 'Font shorthand for the "Subtitle_1" base token',
37
- linkStandardFont: 'Font shorthand for the "Link_standard_1" base token',
38
- placeholderFont: 'Font shorthand for the "Placeholder" base token',
39
- bodyEmphasizedFont: 'Font shorthand for the "Body_Emphasized" base token',
40
- bodyFont: 'Font shorthand for the "Body" base token',
41
- groupHeaderFont: 'Font shorthand for the "Group_Header_1" base token',
42
- controlLabelFont: 'Font shorthand for the "Control_Label_1" base token',
43
- buttonLabelFont: 'Font shorthand for the "Button_Label_1" base token',
44
- tooltipCaptionFont: 'Font shorthand for the "Tooltip_Caption" base token',
45
- errorTextFont: 'Font shorthand for the "Error_LightUi" base token',
46
31
  headlinePlus1FontColor: 'Font color for "Headline_2" base token',
47
- headlineFontColor: 'Font color for "Headline_1" base token',
48
- titlePlus2FontColor: 'Font color for "Title_3" base token',
49
- titlePlus1FontColor: 'Font color for "Title_2" base token',
50
- titleFontColor: 'Font color for "Title_1" base token',
51
- subtitlePlus1FontColor: 'Font color for "Subtitle_2" base token',
52
- subtitleFontColor: 'Font color for "Subtitle_1" base token',
53
- linkStandardFontColor: 'Font color for "Link_Standard_1" base token',
54
- placeholderFontColor: 'Font color for "Placeholder" base token',
55
- bodyEmphasizedFontColor: 'Font color for "Body_Emphasized" base token',
56
- bodyFontColor: 'Font color for "Body" base token',
57
- groupHeaderFontColor: 'Font color for "Group_Header_1" base token',
58
- controlLabelFontColor: 'Font color for "Control_Label_1" base token',
59
- buttonLabelFontColor: 'Font color for "Button_Label_1" base token',
60
- tooltipCaptionFontColor: 'Font color for "Tooltip_Caption" base token',
61
32
  headlinePlus1DisabledFontColor: 'Disabled font color for "Headline_2" base token',
33
+ headlinePlus1FontFamily: null,
34
+ headlinePlus1FontSize: null,
35
+ headlinePlus1FontWeight: null,
36
+ headlinePlus1FontLineHeight: null,
37
+ headlinePlus1FallbackFontFamily: null,
38
+ headlineFont: 'Font shorthand for the "Headline_1" base token',
39
+ headlineFontColor: 'Font color for "Headline_1" base token',
62
40
  headlineDisabledFontColor: 'Disabled font color for "Headline_1" base token',
41
+ headlineFontFamily: null,
42
+ headlineFontSize: null,
43
+ headlineFontWeight: null,
44
+ headlineFontLineHeight: null,
45
+ headlineFallbackFontFamily: null,
46
+ titlePlus2Font: 'Font shorthand for the "Title_3" base token',
47
+ titlePlus2FontColor: 'Font color for "Title_3" base token',
63
48
  titlePlus2DisabledFontColor: 'Disabled font color for "Title_3" base token',
49
+ titlePlus2FontFamily: null,
50
+ titlePlus2FontSize: null,
51
+ titlePlus2FontWeight: null,
52
+ titlePlus2FontLineHeight: null,
53
+ titlePlus2FallbackFontFamily: null,
54
+ titlePlus1Font: 'Font shorthand for the "Title_2" base token',
55
+ titlePlus1FontColor: 'Font color for "Title_2" base token',
64
56
  titlePlus1DisabledFontColor: 'Disabled font color for "Title_2" base token',
57
+ titlePlus1FontFamily: null,
58
+ titlePlus1FontSize: null,
59
+ titlePlus1FontWeight: null,
60
+ titlePlus1FontLineHeight: null,
61
+ titlePlus1FallbackFontFamily: null,
62
+ titleFont: 'Font shorthand for the "Title_1" base token',
63
+ titleFontColor: 'Font color for "Title_1" base token',
65
64
  titleDisabledFontColor: 'Disabled font color for "Title_1" base token',
65
+ titleFontFamily: null,
66
+ titleFontSize: null,
67
+ titleFontWeight: null,
68
+ titleFontLineHeight: null,
69
+ titleFallbackFontFamily: null,
70
+ subtitlePlus1Font: 'Font shorthand for the "Subtitle_2" base token',
71
+ subtitlePlus1FontColor: 'Font color for "Subtitle_2" base token',
66
72
  subtitlePlus1DisabledFontColor: 'Disabled font color for "Subtitle_2" base token',
73
+ subtitlePlus1FontFamily: null,
74
+ subtitlePlus1FontSize: null,
75
+ subtitlePlus1FontWeight: null,
76
+ subtitlePlus1FontLineHeight: null,
77
+ subtitlePlus1FallbackFontFamily: null,
78
+ subtitleFont: 'Font shorthand for the "Subtitle_1" base token',
79
+ subtitleFontColor: 'Font color for "Subtitle_1" base token',
67
80
  subtitleDisabledFontColor: 'Disabled font color for "Subtitle_1" base token',
81
+ subtitleFontFamily: null,
82
+ subtitleFontSize: null,
83
+ subtitleFontWeight: null,
84
+ subtitleFontLineHeight: null,
85
+ subtitleFallbackFontFamily: null,
86
+ linkStandardFont: 'Font shorthand for the "Link_standard_1" base token',
87
+ linkStandardFontColor: 'Font color for "Link_Standard_1" base token',
68
88
  linkStandardDisabledFontColor: 'Disabled font color for "Link_Standard_1" base token',
89
+ linkStandardFontFamily: null,
90
+ linkStandardFontSize: null,
91
+ linkStandardFontWeight: null,
92
+ linkStandardFontLineHeight: null,
93
+ linkStandardFallbackFontFamily: null,
94
+ placeholderFont: 'Font shorthand for the "Placeholder" base token',
95
+ placeholderFontColor: 'Font color for "Placeholder" base token',
69
96
  placeholderDisabledFontColor: 'Disabled font color for "Placeholder" base token',
97
+ placeholderFontFamily: null,
98
+ placeholderFontSize: null,
99
+ placeholderFontWeight: null,
100
+ placeholderFontLineHeight: null,
101
+ placeholderFallbackFontFamily: null,
102
+ bodyEmphasizedFont: 'Font shorthand for the "Body_Emphasized" base token',
103
+ bodyEmphasizedFontColor: 'Font color for "Body_Emphasized" base token',
70
104
  bodyEmphasizedDisabledFontColor: 'Disabled font color for "Body_Emphasized" base token',
105
+ bodyEmphasizedFontFamily: null,
106
+ bodyEmphasizedFontSize: null,
107
+ bodyEmphasizedFontWeight: null,
108
+ bodyEmphasizedFontLineHeight: null,
109
+ bodyEmphasizedFallbackFontFamily: null,
110
+ bodyFont: 'Font shorthand for the "Body" base token',
111
+ bodyFontColor: 'Font color for "Body" base token',
71
112
  bodyDisabledFontColor: 'Disabled font color for "Body" base token',
113
+ bodyFontFamily: null,
114
+ bodyFontSize: null,
115
+ bodyFontWeight: null,
116
+ bodyFontLineHeight: null,
117
+ bodyFallbackFontFamily: null,
118
+ groupHeaderFont: 'Font shorthand for the "Group_Header_1" base token',
119
+ groupHeaderFontColor: 'Font color for "Group_Header_1" base token',
72
120
  groupHeaderDisabledFontColor: 'Disabled font color for "Group_Header_1" base token',
121
+ groupHeaderFontFamily: null,
122
+ groupHeaderFontSize: null,
123
+ groupHeaderFontWeight: null,
124
+ groupHeaderFontLineHeight: null,
125
+ groupHeaderFallbackFontFamily: null,
126
+ controlLabelFont: 'Font shorthand for the "Control_Label_1" base token',
127
+ controlLabelFontColor: 'Font color for "Control_Label_1" base token',
73
128
  controlLabelDisabledFontColor: 'Disabled font color for "Control_Label_1" base token',
129
+ controlLabelFontFamily: null,
130
+ controlLabelFontSize: null,
131
+ controlLabelFontWeight: null,
132
+ controlLabelFontLineHeight: null,
133
+ controlLabelFallbackFontFamily: null,
134
+ buttonLabelFont: 'Font shorthand for the "Button_Label_1" base token',
135
+ buttonLabelFontColor: 'Font color for "Button_Label_1" base token',
74
136
  buttonLabelDisabledFontColor: 'Disabled font color for "Button_Label_1" base token',
75
- tooltipCaptionDisabledFontColor: 'Disabled font color for "Tooltip_Caption" base token'
137
+ buttonLabelFontFamily: null,
138
+ buttonLabelFontSize: null,
139
+ buttonLabelFontWeight: null,
140
+ buttonLabelFontLineHeight: null,
141
+ buttonLabelFallbackFontFamily: null,
142
+ tooltipCaptionFont: 'Font shorthand for the "Tooltip_Caption" base token',
143
+ tooltipCaptionFontColor: 'Font color for "Tooltip_Caption" base token',
144
+ tooltipCaptionDisabledFontColor: 'Disabled font color for "Tooltip_Caption" base token',
145
+ tooltipCaptionFontFamily: null,
146
+ tooltipCaptionFontSize: null,
147
+ tooltipCaptionFontWeight: null,
148
+ tooltipCaptionFontLineHeight: null,
149
+ tooltipCaptionFallbackFontFamily: null,
150
+ errorTextFont: 'Font shorthand for the "Error_LightUi" base token',
151
+ errorTextFontColor: 'Font color for "Error_LightUi" base token',
152
+ errorTextDisabledFontColor: 'Disabled font color for "Error_LightUi" base token',
153
+ errorTextFontFamily: null,
154
+ errorTextFontSize: null,
155
+ errorTextFontWeight: null,
156
+ errorTextFontLineHeight: null,
157
+ errorTextFallbackFontFamily: null
76
158
  };
77
159
  //# sourceMappingURL=design-token-comments.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"design-token-comments.js","sourceRoot":"","sources":["../../../src/theme-provider/design-token-comments.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,MAAM,QAAQ,GAA4C;IAC7D,qBAAqB,EACjB,sGAAsG;IAC1G,0BAA0B,EAAE,8CAA8C;IAC1E,qBAAqB,EAAE,0CAA0C;IACjE,sBAAsB,EAAE,wCAAwC;IAChE,iBAAiB,EAAE,+CAA+C;IAClE,2BAA2B,EACvB,sGAAsG;IAC1G,sBAAsB,EAClB,qDAAqD;IACzD,cAAc,EAAE,4CAA4C;IAC5D,WAAW,EAAE,0CAA0C;IACvD,qBAAqB,EACjB,sGAAsG;IAC1G,SAAS,EAAE,2CAA2C;IACtD,YAAY,EACR,2FAA2F;IAC/F,SAAS,EACL,6EAA6E;IACjF,gBAAgB,EAAE,sCAAsC;IACxD,SAAS,EAAE,wCAAwC;IACnD,mBAAmB,EAAE,yCAAyC;IAC9D,gBAAgB,EAAE,yCAAyC;IAC3D,aAAa,EACT,+EAA+E;IACnF,YAAY,EAAE,qCAAqC;IACnD,eAAe,EAAE,wCAAwC;IACzD,WAAW,EAAE,sCAAsC;IACnD,WAAW,EAAE,2CAA2C;IACxD,QAAQ,EAAE,sCAAsC;IAChD,wBAAwB,EAAE,8CAA8C;IACxE,WAAW,EAAE,wBAAwB;IACrC,UAAU,EACN,mGAAmG;IACvG,WAAW,EACP,mHAAmH;IACvH,UAAU,EACN,2FAA2F;IAC/F,iBAAiB,EAAE,gDAAgD;IACnE,YAAY,EAAE,gDAAgD;IAC9D,cAAc,EAAE,6CAA6C;IAC7D,cAAc,EAAE,6CAA6C;IAC7D,SAAS,EAAE,6CAA6C;IACxD,iBAAiB,EAAE,gDAAgD;IACnE,YAAY,EAAE,gDAAgD;IAC9D,gBAAgB,EAAE,qDAAqD;IACvE,eAAe,EAAE,iDAAiD;IAClE,kBAAkB,EAAE,qDAAqD;IACzE,QAAQ,EAAE,0CAA0C;IACpD,eAAe,EAAE,oDAAoD;IACrE,gBAAgB,EAAE,qDAAqD;IACvE,eAAe,EAAE,oDAAoD;IACrE,kBAAkB,EAAE,qDAAqD;IACzE,aAAa,EAAE,mDAAmD;IAClE,sBAAsB,EAAE,wCAAwC;IAChE,iBAAiB,EAAE,wCAAwC;IAC3D,mBAAmB,EAAE,qCAAqC;IAC1D,mBAAmB,EAAE,qCAAqC;IAC1D,cAAc,EAAE,qCAAqC;IACrD,sBAAsB,EAAE,wCAAwC;IAChE,iBAAiB,EAAE,wCAAwC;IAC3D,qBAAqB,EAAE,6CAA6C;IACpE,oBAAoB,EAAE,yCAAyC;IAC/D,uBAAuB,EAAE,6CAA6C;IACtE,aAAa,EAAE,kCAAkC;IACjD,oBAAoB,EAAE,4CAA4C;IAClE,qBAAqB,EAAE,6CAA6C;IACpE,oBAAoB,EAAE,4CAA4C;IAClE,uBAAuB,EAAE,6CAA6C;IACtE,8BAA8B,EAC1B,iDAAiD;IACrD,yBAAyB,EACrB,iDAAiD;IACrD,2BAA2B,EAAE,8CAA8C;IAC3E,2BAA2B,EAAE,8CAA8C;IAC3E,sBAAsB,EAAE,8CAA8C;IACtE,8BAA8B,EAC1B,iDAAiD;IACrD,yBAAyB,EACrB,iDAAiD;IACrD,6BAA6B,EACzB,sDAAsD;IAC1D,4BAA4B,EACxB,kDAAkD;IACtD,+BAA+B,EAC3B,sDAAsD;IAC1D,qBAAqB,EAAE,2CAA2C;IAClE,4BAA4B,EACxB,qDAAqD;IACzD,6BAA6B,EACzB,sDAAsD;IAC1D,4BAA4B,EACxB,qDAAqD;IACzD,+BAA+B,EAC3B,sDAAsD;CAC7D,CAAC"}
1
+ {"version":3,"file":"design-token-comments.js","sourceRoot":"","sources":["../../../src/theme-provider/design-token-comments.ts"],"names":[],"mappings":"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"}
@@ -32,51 +32,133 @@ export const tokenNames = {
32
32
  mediumDelay: 'medium-delay',
33
33
  largeDelay: 'large-delay',
34
34
  headlinePlus1Font: 'headline-plus-1-font',
35
- headlineFont: 'headline-font',
36
- titlePlus2Font: 'title-plus-2-font',
37
- titlePlus1Font: 'title-plus-1-font',
38
- titleFont: 'title-font',
39
- subtitlePlus1Font: 'subtitle-plus-1-font',
40
- subtitleFont: 'subtitle-font',
41
- linkStandardFont: 'link-standard-font',
42
- placeholderFont: 'placeholder-font',
43
- bodyEmphasizedFont: 'body-emphasized-font',
44
- bodyFont: 'body-font',
45
- groupHeaderFont: 'group-header-font',
46
- controlLabelFont: 'control-label-font',
47
- buttonLabelFont: 'button-label-font',
48
- tooltipCaptionFont: 'tooltip-caption-font',
49
- errorTextFont: 'error-text-font',
50
35
  headlinePlus1FontColor: 'headline-plus-1-font-color',
51
- headlineFontColor: 'headline-font-color',
52
- titlePlus2FontColor: 'title-plus-2-font-color',
53
- titlePlus1FontColor: 'title-plus-1-font-color',
54
- titleFontColor: 'title-font-color',
55
- subtitlePlus1FontColor: 'subtitle-plus-1-font-color',
56
- subtitleFontColor: 'subtitle-font-color',
57
- linkStandardFontColor: 'link-standard-font-color',
58
- placeholderFontColor: 'placeholder-font-color',
59
- bodyEmphasizedFontColor: 'body-emphasized-font-color',
60
- bodyFontColor: 'body-font-color',
61
- groupHeaderFontColor: 'group-header-font-color',
62
- controlLabelFontColor: 'control-label-font-color',
63
- buttonLabelFontColor: 'button-label-font-color',
64
- tooltipCaptionFontColor: 'tooltip-caption-font-color',
65
36
  headlinePlus1DisabledFontColor: 'headline-plus-1-disabled-font-color',
37
+ headlinePlus1FontFamily: 'headline-plus-1-font-family',
38
+ headlinePlus1FontSize: 'headline-plus-1-font-size',
39
+ headlinePlus1FontWeight: 'headline-plus-1-font-weight',
40
+ headlinePlus1FontLineHeight: 'headline-plus-1-font-line-height',
41
+ headlinePlus1FallbackFontFamily: 'headline-plus-1-fallback-font-family',
42
+ headlineFont: 'headline-font',
43
+ headlineFontColor: 'headline-font-color',
66
44
  headlineDisabledFontColor: 'headline-disabled-font-color',
45
+ headlineFontFamily: 'headline-font-family',
46
+ headlineFontSize: 'headline-font-size',
47
+ headlineFontWeight: 'headline-font-weight',
48
+ headlineFontLineHeight: 'headline-font-line-height',
49
+ headlineFallbackFontFamily: 'headline-fallback-font-family',
50
+ titlePlus2Font: 'title-plus-2-font',
51
+ titlePlus2FontColor: 'title-plus-2-font-color',
67
52
  titlePlus2DisabledFontColor: 'title-plus-2-disabled-font-color',
53
+ titlePlus2FontFamily: 'title-plus-2-font-family',
54
+ titlePlus2FontSize: 'title-plus-2-font-size',
55
+ titlePlus2FontWeight: 'title-plus-2-font-weight',
56
+ titlePlus2FontLineHeight: 'title-plus-2-font-line-height',
57
+ titlePlus2FallbackFontFamily: 'title-plus-2-fallback-font-family',
58
+ titlePlus1Font: 'title-plus-1-font',
59
+ titlePlus1FontColor: 'title-plus-1-font-color',
68
60
  titlePlus1DisabledFontColor: 'title-plus-1-disabled-font-color',
61
+ titlePlus1FontFamily: 'title-plus-1-font-family',
62
+ titlePlus1FontSize: 'title-plus-1-font-size',
63
+ titlePlus1FontWeight: 'title-plus-1-font-weight',
64
+ titlePlus1FontLineHeight: 'title-plus-1-font-line-height',
65
+ titlePlus1FallbackFontFamily: 'title-plus-1-fallback-font-family',
66
+ titleFont: 'title-font',
67
+ titleFontColor: 'title-font-color',
69
68
  titleDisabledFontColor: 'title-disabled-font-color',
69
+ titleFontFamily: 'title-font-family',
70
+ titleFontSize: 'title-font-size',
71
+ titleFontWeight: 'title-font-weight',
72
+ titleFontLineHeight: 'title-font-line-height',
73
+ titleFallbackFontFamily: 'title-fallback-font-family',
74
+ subtitlePlus1Font: 'subtitle-plus-1-font',
75
+ subtitlePlus1FontColor: 'subtitle-plus-1-font-color',
70
76
  subtitlePlus1DisabledFontColor: 'subtitle-plus-1-disabled-font-color',
77
+ subtitlePlus1FontFamily: 'subtitle-plus-1-font-family',
78
+ subtitlePlus1FontSize: 'subtitle-plus-1-font-size',
79
+ subtitlePlus1FontWeight: 'subtitle-plus-1-font-weight',
80
+ subtitlePlus1FontLineHeight: 'subtitle-plus-1-font-line-height',
81
+ subtitlePlus1FallbackFontFamily: 'subtitle-plus-1-fallback-font-family',
82
+ subtitleFont: 'subtitle-font',
83
+ subtitleFontColor: 'subtitle-font-color',
71
84
  subtitleDisabledFontColor: 'subtitle-disabled-font-color',
85
+ subtitleFontFamily: 'subtitle-font-family',
86
+ subtitleFontSize: 'subtitle-font-size',
87
+ subtitleFontWeight: 'subtitle-font-weight',
88
+ subtitleFontLineHeight: 'subtitle-font-line-height',
89
+ subtitleFallbackFontFamily: 'subtitle-fallback-font-family',
90
+ linkStandardFont: 'link-standard-font',
91
+ linkStandardFontColor: 'link-standard-font-color',
72
92
  linkStandardDisabledFontColor: 'link-standard-disabled-font-color',
93
+ linkStandardFontFamily: 'link-standard-font-family',
94
+ linkStandardFontSize: 'link-standard-font-size',
95
+ linkStandardFontWeight: 'link-standard-font-weight',
96
+ linkStandardFontLineHeight: 'link-standard-font-line-height',
97
+ linkStandardFallbackFontFamily: 'link-standard-fallback-font-family',
98
+ placeholderFont: 'placeholder-font',
99
+ placeholderFontColor: 'placeholder-font-color',
73
100
  placeholderDisabledFontColor: 'placeholder-disabled-font-color',
101
+ placeholderFontFamily: 'placeholder-font-family',
102
+ placeholderFontSize: 'placeholder-font-size',
103
+ placeholderFontWeight: 'placeholder-font-weight',
104
+ placeholderFontLineHeight: 'placeholder-font-line-height',
105
+ placeholderFallbackFontFamily: 'placeholder-fallback-font-family',
106
+ bodyEmphasizedFont: 'body-emphasized-font',
107
+ bodyEmphasizedFontColor: 'body-emphasized-font-color',
74
108
  bodyEmphasizedDisabledFontColor: 'body-emphasized-disabled-font-color',
109
+ bodyEmphasizedFontFamily: 'body-emphasized-font-family',
110
+ bodyEmphasizedFontSize: 'body-emphasized-font-size',
111
+ bodyEmphasizedFontWeight: 'body-emphasized-font-weight',
112
+ bodyEmphasizedFontLineHeight: 'body-emphasized-font-line-height',
113
+ bodyEmphasizedFallbackFontFamily: 'body-emphasized-fallback-font-family',
114
+ bodyFont: 'body-font',
115
+ bodyFontColor: 'body-font-color',
75
116
  bodyDisabledFontColor: 'body-disabled-font-color',
117
+ bodyFontFamily: 'body-font-family',
118
+ bodyFontSize: 'body-font-size',
119
+ bodyFontWeight: 'body-font-weight',
120
+ bodyFontLineHeight: 'body-font-line-height',
121
+ bodyFallbackFontFamily: 'body-fallback-font-family',
122
+ groupHeaderFont: 'group-header-font',
123
+ groupHeaderFontColor: 'group-header-font-color',
76
124
  groupHeaderDisabledFontColor: 'group-header-disabled-font-color',
125
+ groupHeaderFontFamily: 'group-header-font-family',
126
+ groupHeaderFontSize: 'group-header-font-size',
127
+ groupHeaderFontWeight: 'group-header-font-weight',
128
+ groupHeaderFontLineHeight: 'group-header-font-line-height',
129
+ groupHeaderFallbackFontFamily: 'group-header-fallback-font-family',
130
+ controlLabelFont: 'control-label-font',
131
+ controlLabelFontColor: 'control-label-font-color',
77
132
  controlLabelDisabledFontColor: 'control-label-disabled-font-color',
133
+ controlLabelFontFamily: 'control-label-font-family',
134
+ controlLabelFontSize: 'control-label-font-size',
135
+ controlLabelFontWeight: 'control-label-font-weight',
136
+ controlLabelFontLineHeight: 'control-label-font-line-height',
137
+ controlLabelFallbackFontFamily: 'control-label-fallback-font-family',
138
+ buttonLabelFont: 'button-label-font',
139
+ buttonLabelFontColor: 'button-label-font-color',
78
140
  buttonLabelDisabledFontColor: 'button-label-disabled-font-color',
79
- tooltipCaptionDisabledFontColor: 'tooltip-caption-disabled-font-color'
141
+ buttonLabelFontFamily: 'button-label-font-family',
142
+ buttonLabelFontSize: 'button-label-font-size',
143
+ buttonLabelFontWeight: 'button-label-font-weight',
144
+ buttonLabelFontLineHeight: 'button-label-font-line-height',
145
+ buttonLabelFallbackFontFamily: 'button-label-fallback-font-family',
146
+ tooltipCaptionFont: 'tooltip-caption-font',
147
+ tooltipCaptionFontColor: 'tooltip-caption-font-color',
148
+ tooltipCaptionDisabledFontColor: 'tooltip-caption-disabled-font-color',
149
+ tooltipCaptionFontFamily: 'tooltip-caption-font-family',
150
+ tooltipCaptionFontSize: 'tooltip-caption-font-size',
151
+ tooltipCaptionFontWeight: 'tooltip-caption-font-weight',
152
+ tooltipCaptionFontLineHeight: 'tooltip-caption-font-line-height',
153
+ tooltipCaptionFallbackFontFamily: 'tooltip-caption-fallback-font-family',
154
+ errorTextFont: 'error-text-font',
155
+ errorTextFontColor: 'error-text-font-color',
156
+ errorTextDisabledFontColor: 'error-text-disabled-font-color',
157
+ errorTextFontFamily: 'error-text-font-family',
158
+ errorTextFontSize: 'error-text-font-size',
159
+ errorTextFontWeight: 'error-text-font-weight',
160
+ errorTextFontLineHeight: 'error-text-font-line-height',
161
+ errorTextFallbackFontFamily: 'error-text-fallback-font-family'
80
162
  };
81
163
  const prefix = 'ni-nimble';
82
164
  export const styleNameFromTokenName = (tokenName) => `${prefix}-${tokenName}`;
@@ -1 +1 @@
1
- {"version":3,"file":"design-token-names.js","sourceRoot":"","sources":["../../../src/theme-provider/design-token-names.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"design-token-names.js","sourceRoot":"","sources":["../../../src/theme-provider/design-token-names.ts"],"names":[],"mappings":"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"}