@ni/nimble-components 5.0.1 → 6.1.1

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.
@@ -23,7 +23,7 @@ declare class TextField extends FoundationTextField {
23
23
  *
24
24
  * @public
25
25
  * @remarks
26
- * HTML Attribute: errortext
26
+ * HTML Attribute: error-text
27
27
  */
28
28
  errorText: string;
29
29
  connectedCallback(): void;
@@ -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>;
@@ -23,7 +23,7 @@ declare class TextField extends FoundationTextField {
23
23
  *
24
24
  * @public
25
25
  * @remarks
26
- * HTML Attribute: errortext
26
+ * HTML Attribute: error-text
27
27
  */
28
28
  errorText: string;
29
29
  connectedCallback(): void;
@@ -28,7 +28,7 @@ __decorate([
28
28
  attr
29
29
  ], TextField.prototype, "appearance", void 0);
30
30
  __decorate([
31
- attr({ attribute: 'errortext' })
31
+ attr({ attribute: 'error-text' })
32
32
  ], TextField.prototype, "errorText", void 0);
33
33
  const nimbleTextField = TextField.compose({
34
34
  baseName: 'text-field',
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/text-field/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EACH,YAAY,EACZ,SAAS,IAAI,mBAAmB,EAEhC,iBAAiB,IAAI,QAAQ,EAChC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAC5F,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAU9C;;GAEG;AACH,MAAM,SAAU,SAAQ,mBAAmB;IAA3C;;QACI;;;;;;WAMG;QAEI,eAAU,GAAwB,mBAAmB,CAAC,SAAS,CAAC;IAgB3E,CAAC;IAJmB,iBAAiB;QAC7B,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,mBAAmB,EAAE,WAAW,CAAC,CAAC;IAChE,CAAC;CACJ;AAhBG;IADC,IAAI;6CACkE;AAUvE;IADC,IAAI,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,CAAC;4CACP;AAQ9B,MAAM,eAAe,GAAG,SAAS,CAAC,OAAO,CAAmB;IACxD,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,mBAAmB;IAC9B,0GAA0G;IAC1G,QAAQ;IACR,MAAM;IACN,aAAa,EAAE;QACX,cAAc,EAAE,IAAI;KACvB;IACD,GAAG,EAAE,IAAI,CAAW;UACd,oBAAoB,CAAC,IAAI;;;;qBAId,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS;;;cAGvB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS;;KAEzB;CACJ,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,eAAe,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/text-field/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EACH,YAAY,EACZ,SAAS,IAAI,mBAAmB,EAEhC,iBAAiB,IAAI,QAAQ,EAChC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAC5F,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAU9C;;GAEG;AACH,MAAM,SAAU,SAAQ,mBAAmB;IAA3C;;QACI;;;;;;WAMG;QAEI,eAAU,GAAwB,mBAAmB,CAAC,SAAS,CAAC;IAgB3E,CAAC;IAJmB,iBAAiB;QAC7B,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,mBAAmB,EAAE,WAAW,CAAC,CAAC;IAChE,CAAC;CACJ;AAhBG;IADC,IAAI;6CACkE;AAUvE;IADC,IAAI,CAAC,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC;4CACR;AAQ9B,MAAM,eAAe,GAAG,SAAS,CAAC,OAAO,CAAmB;IACxD,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,mBAAmB;IAC9B,0GAA0G;IAC1G,QAAQ;IACR,MAAM;IACN,aAAa,EAAE;QACX,cAAc,EAAE,IAAI;KACvB;IACD,GAAG,EAAE,IAAI,CAAW;UACd,oBAAoB,CAAC,IAAI;;;;qBAId,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS;;;cAGvB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS;;KAEzB;CACJ,CAAC,CAAC;AAEH,YAAY,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,eAAe,EAAE,CAAC,CAAC"}
@@ -55,8 +55,7 @@ export const styles = css `
55
55
  }
56
56
  }
57
57
 
58
- :host(.invalid) .root,
59
- :host(:invalid) .root {
58
+ :host(.invalid) .root {
60
59
  border-bottom-color: ${failColor};
61
60
  }
62
61
 
@@ -138,21 +137,18 @@ export const styles = css `
138
137
  display: none;
139
138
  }
140
139
 
141
- :host(.invalid) [part='end'],
142
- :host(:invalid) [part='end'] {
140
+ :host(.invalid) [part='end'] {
143
141
  display: contents;
144
142
  }
145
143
 
146
- :host(.invalid) [part='end'] svg,
147
- :host(:invalid) [part='end'] svg {
144
+ :host(.invalid) [part='end'] svg {
148
145
  height: ${iconSize};
149
146
  width: ${iconSize};
150
147
  padding-right: 8px;
151
148
  flex: none;
152
149
  }
153
150
 
154
- :host(.invalid) [part='end'] path,
155
- :host(:invalid) [part='end'] path {
151
+ :host(.invalid) [part='end'] path {
156
152
  fill: ${failColor};
157
153
  }
158
154
 
@@ -164,8 +160,7 @@ export const styles = css `
164
160
  display: none;
165
161
  }
166
162
 
167
- :host(.invalid) .errortext,
168
- :host(:invalid) .errortext {
163
+ :host(.invalid) .errortext {
169
164
  display: block;
170
165
  font: ${errorTextFont};
171
166
  color: ${failColor};
@@ -177,13 +172,11 @@ export const styles = css `
177
172
  white-space: nowrap;
178
173
  }
179
174
 
180
- :host(.invalid[readonly]:not([disabled])) .errortext,
181
- :host(:invalid[readonly]:not([disabled])) .errortext {
175
+ :host(.invalid[readonly]:not([disabled])) .errortext {
182
176
  top: calc(${controlHeight} - ${borderWidth});
183
177
  }
184
178
 
185
- :host(.invalid) .error-text:empty,
186
- :host(:invalid) .error-text:empty {
179
+ :host(.invalid) .error-text:empty {
187
180
  display: none;
188
181
  }
189
182
 
@@ -216,13 +209,11 @@ export const styles = css `
216
209
  );
217
210
  }
218
211
 
219
- :host(.invalid) .root,
220
- :host(:invalid) .root {
212
+ :host(.invalid) .root {
221
213
  --ni-private-bottom-border-width: 1px;
222
214
  }
223
215
 
224
- :host(.invalid) .root:hover,
225
- :host(:invalid) .root:hover {
216
+ :host(.invalid) .root:hover {
226
217
  --ni-private-bottom-border-width: var(
227
218
  --ni-private-hover-bottom-border-width
228
219
  );
@@ -236,8 +227,7 @@ export const styles = css `
236
227
  --ni-private-bottom-border-width: 0px;
237
228
  }
238
229
 
239
- :host(.invalid[disabled]) .root,
240
- :host(:invalid[disabled]) .root {
230
+ :host(.invalid[disabled]) .root {
241
231
  --ni-private-bottom-border-width: 1px;
242
232
  }
243
233
  `), appearanceBehavior(TextFieldAppearance.Outline, css `
@@ -247,8 +237,7 @@ export const styles = css `
247
237
  border-bottom-width: var(--ni-private-bottom-border-width);
248
238
  }
249
239
 
250
- :host(.invalid) .errortext,
251
- :host(:invalid) .errortext {
240
+ :host(.invalid) .errortext {
252
241
  top: calc(${controlHeight} - ${borderWidth});
253
242
  }
254
243
  `), themeBehavior(css `
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/text-field/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAErD,OAAO,EACH,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,qBAAqB,EACrB,aAAa,EACb,aAAa,EACb,SAAS,EACT,2BAA2B,EAC3B,QAAQ,EACR,WAAW,EACX,UAAU,EACV,gBAAgB,EAChB,QAAQ,EACR,qBAAqB,EACrB,6BAA6B,EAC7B,eAAe,EAClB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;MACnB,OAAO,CAAC,cAAc,CAAC;;;gBAGb,QAAQ;;;;iBAIP,aAAa;uBACP,WAAW,MAAM,aAAa;;;;iBAIpC,qBAAqB;;;;;iBAKrB,qBAAqB;gBACtB,gBAAgB;;;;iBAIf,6BAA6B;;;;;;;;;gBAS9B,QAAQ;oCACY,UAAU,oBAAoB,UAAU;;;iCAG3C,qBAAqB;;;;;;;;;;;;;;;;+BAgBvB,SAAS;;;;kBAItB,WAAW,eAAe,qBAAqB;;;;;;;6BAOpC,qBAAqB;;;;;;;+BAOnB,gBAAgB;;;;;;;;+BAQhB,gBAAgB;;;;;;;;;;;;;;;cAejC,aAAa,MAAM,WAAW;;;;;;6BAMf,eAAe;8BACd,eAAe;;;;;;;;;;;;;iBAa5B,qBAAqB;2BACX,2BAA2B;;;;iBAIrC,qBAAqB;;;;;;;;iBAQrB,qBAAqB;;;;;;;;;;;;;;kBAcpB,QAAQ;iBACT,QAAQ;;;;;;;gBAOT,SAAS;;;;gBAIT,qBAAqB;;;;;;;;;;gBAUrB,aAAa;iBACZ,SAAS;;;eAGX,aAAa;;;;;;;;oBAQR,aAAa,MAAM,WAAW;;;;;;;;;iBASjC,qBAAqB;;CAErC,CAAC,aAAa,CACP,kBAAkB,CACd,mBAAmB,CAAC,SAAS,EAC7B,GAAG,CAAA;;;+BAGgB,WAAW;gCACV,WAAW;iCACV,WAAW;;SAEnC,CACA,EACD,kBAAkB,CACd,mBAAmB,CAAC,KAAK,EACzB,GAAG,CAAA;;yCAE0B,qBAAqB;;+BAE/B,WAAW;gCACV,WAAW;iCACV,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;yCA0BH,qBAAqB;;;;;;;;;;;SAWrD,CACA,EACD,kBAAkB,CACd,mBAAmB,CAAC,OAAO,EAC3B,GAAG,CAAA;;;gCAGiB,WAAW;;;;;;4BAMf,aAAa,MAAM,WAAW;;SAEjD,CACA,EACD,aAAa,CACT,GAAG,CAAA;cACD,EAAE,CAAC,iBAAiB;;;;SAIzB,EACG,GAAG,CAAA;cACD,EAAE,CAAC,gBAAgB;;;;SAIxB;AACG,cAAc;AACd,KAAK,CAAC,IAAI,CACb,CACJ,CAAC"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/text-field/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAErD,OAAO,EACH,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,qBAAqB,EACrB,aAAa,EACb,aAAa,EACb,SAAS,EACT,2BAA2B,EAC3B,QAAQ,EACR,WAAW,EACX,UAAU,EACV,gBAAgB,EAChB,QAAQ,EACR,qBAAqB,EACrB,6BAA6B,EAC7B,eAAe,EAClB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;MACnB,OAAO,CAAC,cAAc,CAAC;;;gBAGb,QAAQ;;;;iBAIP,aAAa;uBACP,WAAW,MAAM,aAAa;;;;iBAIpC,qBAAqB;;;;;iBAKrB,qBAAqB;gBACtB,gBAAgB;;;;iBAIf,6BAA6B;;;;;;;;;gBAS9B,QAAQ;oCACY,UAAU,oBAAoB,UAAU;;;iCAG3C,qBAAqB;;;;;;;;;;;;;;;+BAevB,SAAS;;;;kBAItB,WAAW,eAAe,qBAAqB;;;;;;;6BAOpC,qBAAqB;;;;;;;+BAOnB,gBAAgB;;;;;;;;+BAQhB,gBAAgB;;;;;;;;;;;;;;;cAejC,aAAa,MAAM,WAAW;;;;;;6BAMf,eAAe;8BACd,eAAe;;;;;;;;;;;;;iBAa5B,qBAAqB;2BACX,2BAA2B;;;;iBAIrC,qBAAqB;;;;;;;;iBAQrB,qBAAqB;;;;;;;;;;;;kBAYpB,QAAQ;iBACT,QAAQ;;;;;;gBAMT,SAAS;;;;gBAIT,qBAAqB;;;;;;;;;gBASrB,aAAa;iBACZ,SAAS;;;eAGX,aAAa;;;;;;;oBAOR,aAAa,MAAM,WAAW;;;;;;;;iBAQjC,qBAAqB;;CAErC,CAAC,aAAa,CACP,kBAAkB,CACd,mBAAmB,CAAC,SAAS,EAC7B,GAAG,CAAA;;;+BAGgB,WAAW;gCACV,WAAW;iCACV,WAAW;;SAEnC,CACA,EACD,kBAAkB,CACd,mBAAmB,CAAC,KAAK,EACzB,GAAG,CAAA;;yCAE0B,qBAAqB;;+BAE/B,WAAW;gCACV,WAAW;iCACV,WAAW;;;;;;;;;;;;;;;;;;;;;;;;yCAwBH,qBAAqB;;;;;;;;;;SAUrD,CACA,EACD,kBAAkB,CACd,mBAAmB,CAAC,OAAO,EAC3B,GAAG,CAAA;;;gCAGiB,WAAW;;;;;4BAKf,aAAa,MAAM,WAAW;;SAEjD,CACA,EACD,aAAa,CACT,GAAG,CAAA;cACD,EAAE,CAAC,iBAAiB;;;;SAIzB,EACG,GAAG,CAAA;cACD,EAAE,CAAC,gBAAgB;;;;SAIxB;AACG,cAAc;AACd,KAAK,CAAC,IAAI,CACb,CACJ,CAAC"}
@@ -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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"}