@ni/nimble-components 2.1.1 → 3.0.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.
Files changed (103) hide show
  1. package/dist/esm/checkbox/index.js +2 -2
  2. package/dist/esm/checkbox/index.js.map +1 -1
  3. package/dist/esm/checkbox/styles.js +11 -13
  4. package/dist/esm/checkbox/styles.js.map +1 -1
  5. package/dist/esm/drawer/index.js +2 -2
  6. package/dist/esm/drawer/index.js.map +1 -1
  7. package/dist/esm/drawer/styles.js +4 -6
  8. package/dist/esm/drawer/styles.js.map +1 -1
  9. package/dist/esm/icon-base/styles.js +1 -2
  10. package/dist/esm/icon-base/styles.js.map +1 -1
  11. package/dist/esm/icons/access-control.js +2 -2
  12. package/dist/esm/icons/access-control.js.map +1 -1
  13. package/dist/esm/icons/admin.js +2 -2
  14. package/dist/esm/icons/admin.js.map +1 -1
  15. package/dist/esm/icons/administration.js +2 -2
  16. package/dist/esm/icons/administration.js.map +1 -1
  17. package/dist/esm/icons/check.js +2 -2
  18. package/dist/esm/icons/check.js.map +1 -1
  19. package/dist/esm/icons/custom-applications.js +2 -2
  20. package/dist/esm/icons/custom-applications.js.map +1 -1
  21. package/dist/esm/icons/custom-status.js +2 -2
  22. package/dist/esm/icons/delete.js +2 -2
  23. package/dist/esm/icons/delete.js.map +1 -1
  24. package/dist/esm/icons/done.js +2 -2
  25. package/dist/esm/icons/done.js.map +1 -1
  26. package/dist/esm/icons/fail.js +2 -2
  27. package/dist/esm/icons/fail.js.map +1 -1
  28. package/dist/esm/icons/login.js +2 -2
  29. package/dist/esm/icons/login.js.map +1 -1
  30. package/dist/esm/icons/logout.js +2 -2
  31. package/dist/esm/icons/logout.js.map +1 -1
  32. package/dist/esm/icons/looping.js +2 -2
  33. package/dist/esm/icons/looping.js.map +1 -1
  34. package/dist/esm/icons/managed-systems.js +2 -2
  35. package/dist/esm/icons/managed-systems.js.map +1 -1
  36. package/dist/esm/icons/measurement-data-analysis.js +2 -2
  37. package/dist/esm/icons/measurement-data-analysis.js.map +1 -1
  38. package/dist/esm/icons/running.js +2 -2
  39. package/dist/esm/icons/running.js.map +1 -1
  40. package/dist/esm/icons/settings.js +2 -2
  41. package/dist/esm/icons/settings.js.map +1 -1
  42. package/dist/esm/icons/skipped.js +2 -2
  43. package/dist/esm/icons/skipped.js.map +1 -1
  44. package/dist/esm/icons/status.js +2 -2
  45. package/dist/esm/icons/status.js.map +1 -1
  46. package/dist/esm/icons/succeeded.js +2 -2
  47. package/dist/esm/icons/succeeded.js.map +1 -1
  48. package/dist/esm/icons/terminated.js +2 -2
  49. package/dist/esm/icons/terminated.js.map +1 -1
  50. package/dist/esm/icons/test-insights.js +2 -2
  51. package/dist/esm/icons/test-insights.js.map +1 -1
  52. package/dist/esm/icons/timed-out.js +2 -2
  53. package/dist/esm/icons/timed-out.js.map +1 -1
  54. package/dist/esm/icons/utilities.js +2 -2
  55. package/dist/esm/icons/utilities.js.map +1 -1
  56. package/dist/esm/icons/waiting.js +2 -2
  57. package/dist/esm/icons/waiting.js.map +1 -1
  58. package/dist/esm/listbox-option/styles.js +7 -8
  59. package/dist/esm/listbox-option/styles.js.map +1 -1
  60. package/dist/esm/menu/styles.js +4 -7
  61. package/dist/esm/menu/styles.js.map +1 -1
  62. package/dist/esm/menu-item/styles.js +6 -7
  63. package/dist/esm/menu-item/styles.js.map +1 -1
  64. package/dist/esm/nimble-components/src/theme-provider/design-token-names.d.ts +4 -0
  65. package/dist/esm/nimble-components/src/theme-provider/design-tokens.d.ts +56 -25
  66. package/dist/esm/number-field/index.js +3 -3
  67. package/dist/esm/number-field/index.js.map +1 -1
  68. package/dist/esm/number-field/styles.js +13 -19
  69. package/dist/esm/number-field/styles.js.map +1 -1
  70. package/dist/esm/patterns/button/styles.js +20 -21
  71. package/dist/esm/patterns/button/styles.js.map +1 -1
  72. package/dist/esm/select/index.js +2 -2
  73. package/dist/esm/select/index.js.map +1 -1
  74. package/dist/esm/select/styles.js +10 -12
  75. package/dist/esm/select/styles.js.map +1 -1
  76. package/dist/esm/tab/styles.js +6 -7
  77. package/dist/esm/tab/styles.js.map +1 -1
  78. package/dist/esm/tab-panel/styles.js +3 -4
  79. package/dist/esm/tab-panel/styles.js.map +1 -1
  80. package/dist/esm/tabs/styles.js +2 -2
  81. package/dist/esm/tabs-toolbar/styles.js +4 -5
  82. package/dist/esm/tabs-toolbar/styles.js.map +1 -1
  83. package/dist/esm/text-area/styles.js +20 -25
  84. package/dist/esm/text-area/styles.js.map +1 -1
  85. package/dist/esm/text-field/index.js +2 -2
  86. package/dist/esm/text-field/index.js.map +1 -1
  87. package/dist/esm/text-field/styles.js +27 -32
  88. package/dist/esm/text-field/styles.js.map +1 -1
  89. package/dist/esm/theme-provider/design-token-comments.js +73 -42
  90. package/dist/esm/theme-provider/design-token-comments.js.map +1 -1
  91. package/dist/esm/theme-provider/design-token-names.d.ts +4 -0
  92. package/dist/esm/theme-provider/design-token-names.js +60 -25
  93. package/dist/esm/theme-provider/design-token-names.js.map +1 -1
  94. package/dist/esm/theme-provider/design-tokens.d.ts +56 -25
  95. package/dist/esm/theme-provider/design-tokens.js +60 -30
  96. package/dist/esm/theme-provider/design-tokens.js.map +1 -1
  97. package/dist/esm/tree-item/index.js +2 -2
  98. package/dist/esm/tree-item/index.js.map +1 -1
  99. package/dist/esm/tree-item/styles.js +8 -9
  100. package/dist/esm/tree-item/styles.js.map +1 -1
  101. package/dist/tokens-internal.scss +267 -81
  102. package/dist/tokens.scss +138 -45
  103. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tree-item/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tree-item/index.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import { css } from '@microsoft/fast-element';
2
2
  import { display, TreeItem } from '@microsoft/fast-foundation';
3
3
  import { focusVisible } from '../utilities/style/focus';
4
- import { contentFontColor, fontFamily, borderColorHover, fillColorSelected, contentFontSize, fillColorHover, fillColorSelectedHover, borderWidth, iconSize } from '../theme-provider/design-tokens';
4
+ import { bodyFontColor, borderHoverColor, fillColorSelected, fillHoverColor, fillHoverSelectedColor, borderWidth, iconSize, bodyFont } from '../theme-provider/design-tokens';
5
5
  import { groupSelectedAttribute } from '../tree-view/types';
6
6
  import { DirectionalStyleSheetBehavior } from '../utilities/style/direction';
7
7
  export const styles = (context) => css `
@@ -11,15 +11,14 @@ export const styles = (context) => css `
11
11
  contain: content;
12
12
  position: relative;
13
13
  outline: none;
14
- color: ${contentFontColor};
14
+ color: ${bodyFontColor};
15
15
  cursor: pointer;
16
- font-family: ${fontFamily};
17
16
  --ni-private-tree-item-nested-width: 0;
18
17
  }
19
18
 
20
19
  ${ /* this controls the side border */''}
21
20
  :host([${groupSelectedAttribute}])::after {
22
- background: ${borderColorHover};
21
+ background: ${borderHoverColor};
23
22
  border-radius: 0px;
24
23
  content: '';
25
24
  display: block;
@@ -37,12 +36,12 @@ export const styles = (context) => css `
37
36
  }
38
37
 
39
38
  .positioning-region:hover {
40
- background: ${fillColorHover};
39
+ background: ${fillHoverColor};
41
40
  }
42
41
 
43
42
  :host(${focusVisible}) .positioning-region {
44
- box-shadow: 0px 0px 0px ${borderWidth} ${borderColorHover} inset;
45
- outline: ${borderWidth} solid ${borderColorHover};
43
+ box-shadow: 0px 0px 0px ${borderWidth} ${borderHoverColor} inset;
44
+ outline: ${borderWidth} solid ${borderHoverColor};
46
45
  outline-offset: -2px;
47
46
  }
48
47
 
@@ -51,7 +50,7 @@ export const styles = (context) => css `
51
50
  }
52
51
 
53
52
  :host([selected]) .positioning-region:hover {
54
- background: ${fillColorSelectedHover};
53
+ background: ${fillHoverSelectedColor};
55
54
  }
56
55
 
57
56
  .positioning-region::before {
@@ -67,7 +66,7 @@ export const styles = (context) => css `
67
66
  white-space: nowrap;
68
67
  width: 100%;
69
68
  padding-left: 10px;
70
- font-size: ${contentFontSize};
69
+ font: ${bodyFont};
71
70
  user-select: none;
72
71
  }
73
72
 
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/tree-item/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAiB,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EACH,OAAO,EAEP,QAAQ,EAEX,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EACH,gBAAgB,EAChB,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,eAAe,EACf,cAAc,EACd,sBAAsB,EACtB,WAAW,EACX,QAAQ,EACX,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,8BAA8B,CAAC;AAE7E,MAAM,CAAC,MAAM,MAAM,GAGE,CAAC,OAAiC,EAAE,EAAE,CAAC,GAAG,CAAA;UACrD,OAAO,CAAC,OAAO,CAAC;;;;;;qBAML,gBAAgB;;2BAEV,UAAU;;;;UAI3B,CAAA,mCAAoC,EAAE;iBAC/B,sBAAsB;0BACb,gBAAgB;;;;;;0BAMhB,WAAW;2BACV,QAAQ;;;;;;;2BAOR,QAAQ;;;;0BAIT,cAAc;;;gBAGxB,YAAY;sCACU,WAAW,IAAI,gBAAgB;uBAC9C,WAAW,UAAU,gBAAgB;;;;;0BAKlC,iBAAiB;;;;0BAIjB,sBAAsB;;;;;;;;;;;;;;;;yBAgBvB,eAAe;;;;gBAIxB,YAAY;;;;;;mCAMO,QAAQ;;;;;;;;;;;;qBAYtB,QAAQ;sBACP,QAAQ;;;;;;;;;;;;;qBAaT,QAAQ;sBACP,QAAQ;;;;;;UAMpB;AACE,wEAAwE,CAAC,EAC7E;;qBAEa,QAAQ;;;UAGnB;AACE,uEAAuE,CAAC,EAC5E;;;;mCAI2B,QAAQ;iCACV,QAAQ;;;;qBAIpB,QAAQ;sBACP,QAAQ;;;oBAGV,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC;;;kBAG1B,QAAQ;;;;UAIhB;AACE,qEAAqE,CAAC,EAC1E;;;;mCAI2B,QAAQ;;;;;cAK7B;AACE;;;;GAIG,CAAC,EACR;qCACyB,QAAQ;;;;;;KAMxC;IACL,kBAAkB;KACb,aAAa,CACV,IAAI,6BAA6B,CAC7B,GAAG,CAAA;sBACO,CAAA,gBAAiB,EAAE;;;;mCAIN,QAAQ;;;;;;;;;;;iBAW1B,EACL,GAAG,CAAA;sBACO,CAAA,gBAAiB,EAAE;;;;mCAIN,QAAQ;;;;;;;;;;;iBAW1B,CACR,CACJ,CAAC"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/tree-item/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAiB,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EACH,OAAO,EAEP,QAAQ,EAEX,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EACH,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,cAAc,EACd,sBAAsB,EACtB,WAAW,EACX,QAAQ,EACR,QAAQ,EACX,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,8BAA8B,CAAC;AAE7E,MAAM,CAAC,MAAM,MAAM,GAGE,CAAC,OAAiC,EAAE,EAAE,CAAC,GAAG,CAAA;UACrD,OAAO,CAAC,OAAO,CAAC;;;;;;qBAML,aAAa;;;;;UAKxB,CAAA,mCAAoC,EAAE;iBAC/B,sBAAsB;0BACb,gBAAgB;;;;;;0BAMhB,WAAW;2BACV,QAAQ;;;;;;;2BAOR,QAAQ;;;;0BAIT,cAAc;;;gBAGxB,YAAY;sCACU,WAAW,IAAI,gBAAgB;uBAC9C,WAAW,UAAU,gBAAgB;;;;;0BAKlC,iBAAiB;;;;0BAIjB,sBAAsB;;;;;;;;;;;;;;;;oBAgB5B,QAAQ;;;;gBAIZ,YAAY;;;;;;mCAMO,QAAQ;;;;;;;;;;;;qBAYtB,QAAQ;sBACP,QAAQ;;;;;;;;;;;;;qBAaT,QAAQ;sBACP,QAAQ;;;;;;UAMpB;AACE,wEAAwE,CAAC,EAC7E;;qBAEa,QAAQ;;;UAGnB;AACE,uEAAuE,CAAC,EAC5E;;;;mCAI2B,QAAQ;iCACV,QAAQ;;;;qBAIpB,QAAQ;sBACP,QAAQ;;;oBAGV,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC;;;kBAG1B,QAAQ;;;;UAIhB;AACE,qEAAqE,CAAC,EAC1E;;;;mCAI2B,QAAQ;;;;;cAK7B;AACE;;;;GAIG,CAAC,EACR;qCACyB,QAAQ;;;;;;KAMxC;IACL,kBAAkB;KACb,aAAa,CACV,IAAI,6BAA6B,CAC7B,GAAG,CAAA;sBACO,CAAA,gBAAiB,EAAE;;;;mCAIN,QAAQ;;;;;;;;;;;iBAW1B,EACL,GAAG,CAAA;sBACO,CAAA,gBAAiB,EAAE;;;;mCAIN,QAAQ;;;;;;;;;;;iBAW1B,CACR,CACJ,CAAC"}
@@ -2,11 +2,11 @@
2
2
  // Used by Nimble Components Tokens SCSS
3
3
  // For more information see https://github.com/ni/nimble/tree/main/packages/nimble-components#theming
4
4
 
5
- /// Internal property for $ni-nimble-action-color-rgb-partial.
5
+ /// Internal property for $ni-nimble-action-rgb-partial-color.
6
6
  /// Not intended for general use. If used, inform Nimble squad of use-case.
7
7
  /// Used to override a token value (generally making it no longer theme-aware).
8
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-action-color-rgb-partial}: <new value>;`.
9
- $ni-nimble-internal-action-color-rgb-partial: --ni-nimble-action-color-rgb-partial;
8
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-action-rgb-partial-color}: <new value>;`.
9
+ $ni-nimble-internal-action-rgb-partial-color: --ni-nimble-action-rgb-partial-color;
10
10
 
11
11
  /// Internal property for $ni-nimble-application-background-color.
12
12
  /// Not intended for general use. If used, inform Nimble squad of use-case.
@@ -14,29 +14,41 @@ $ni-nimble-internal-action-color-rgb-partial: --ni-nimble-action-color-rgb-parti
14
14
  /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-application-background-color}: <new value>;`.
15
15
  $ni-nimble-internal-application-background-color: --ni-nimble-application-background-color;
16
16
 
17
+ /// Internal property for $ni-nimble-header-background-color.
18
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
19
+ /// Used to override a token value (generally making it no longer theme-aware).
20
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-header-background-color}: <new value>;`.
21
+ $ni-nimble-internal-header-background-color: --ni-nimble-header-background-color;
22
+
23
+ /// Internal property for $ni-nimble-section-background-color.
24
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
25
+ /// Used to override a token value (generally making it no longer theme-aware).
26
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-section-background-color}: <new value>;`.
27
+ $ni-nimble-internal-section-background-color: --ni-nimble-section-background-color;
28
+
17
29
  /// Internal property for $ni-nimble-fill-color-selected.
18
30
  /// Not intended for general use. If used, inform Nimble squad of use-case.
19
31
  /// Used to override a token value (generally making it no longer theme-aware).
20
32
  /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-fill-color-selected}: <new value>;`.
21
33
  $ni-nimble-internal-fill-color-selected: --ni-nimble-fill-color-selected;
22
34
 
23
- /// Internal property for $ni-nimble-fill-color-selected-rgb-partial.
35
+ /// Internal property for $ni-nimble-fill-selected-rgb-partial-color.
24
36
  /// Not intended for general use. If used, inform Nimble squad of use-case.
25
37
  /// Used to override a token value (generally making it no longer theme-aware).
26
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-fill-color-selected-rgb-partial}: <new value>;`.
27
- $ni-nimble-internal-fill-color-selected-rgb-partial: --ni-nimble-fill-color-selected-rgb-partial;
38
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-fill-selected-rgb-partial-color}: <new value>;`.
39
+ $ni-nimble-internal-fill-selected-rgb-partial-color: --ni-nimble-fill-selected-rgb-partial-color;
28
40
 
29
- /// Internal property for $ni-nimble-fill-color-selected-hover.
41
+ /// Internal property for $ni-nimble-fill-selected-hover-color.
30
42
  /// Not intended for general use. If used, inform Nimble squad of use-case.
31
43
  /// Used to override a token value (generally making it no longer theme-aware).
32
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-fill-color-selected-hover}: <new value>;`.
33
- $ni-nimble-internal-fill-color-selected-hover: --ni-nimble-fill-color-selected-hover;
44
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-fill-selected-hover-color}: <new value>;`.
45
+ $ni-nimble-internal-fill-selected-hover-color: --ni-nimble-fill-selected-hover-color;
34
46
 
35
- /// Internal property for $ni-nimble-fill-color-hover.
47
+ /// Internal property for $ni-nimble-fill-hover-color.
36
48
  /// Not intended for general use. If used, inform Nimble squad of use-case.
37
49
  /// Used to override a token value (generally making it no longer theme-aware).
38
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-fill-color-hover}: <new value>;`.
39
- $ni-nimble-internal-fill-color-hover: --ni-nimble-fill-color-hover;
50
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-fill-hover-color}: <new value>;`.
51
+ $ni-nimble-internal-fill-hover-color: --ni-nimble-fill-hover-color;
40
52
 
41
53
  /// Internal property for $ni-nimble-border-color.
42
54
  /// Not intended for general use. If used, inform Nimble squad of use-case.
@@ -44,11 +56,11 @@ $ni-nimble-internal-fill-color-hover: --ni-nimble-fill-color-hover;
44
56
  /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-border-color}: <new value>;`.
45
57
  $ni-nimble-internal-border-color: --ni-nimble-border-color;
46
58
 
47
- /// Internal property for $ni-nimble-border-color-rgb-partial.
59
+ /// Internal property for $ni-nimble-border-rgb-partial-color.
48
60
  /// Not intended for general use. If used, inform Nimble squad of use-case.
49
61
  /// Used to override a token value (generally making it no longer theme-aware).
50
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-border-color-rgb-partial}: <new value>;`.
51
- $ni-nimble-internal-border-color-rgb-partial: --ni-nimble-border-color-rgb-partial;
62
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-border-rgb-partial-color}: <new value>;`.
63
+ $ni-nimble-internal-border-rgb-partial-color: --ni-nimble-border-rgb-partial-color;
52
64
 
53
65
  /// Internal property for $ni-nimble-fail-color.
54
66
  /// Not intended for general use. If used, inform Nimble squad of use-case.
@@ -68,11 +80,11 @@ $ni-nimble-internal-warning-color: --ni-nimble-warning-color;
68
80
  /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-pass-color}: <new value>;`.
69
81
  $ni-nimble-internal-pass-color: --ni-nimble-pass-color;
70
82
 
71
- /// Internal property for $ni-nimble-border-color-hover.
83
+ /// Internal property for $ni-nimble-border-hover-color.
72
84
  /// Not intended for general use. If used, inform Nimble squad of use-case.
73
85
  /// Used to override a token value (generally making it no longer theme-aware).
74
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-border-color-hover}: <new value>;`.
75
- $ni-nimble-internal-border-color-hover: --ni-nimble-border-color-hover;
86
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-border-hover-color}: <new value>;`.
87
+ $ni-nimble-internal-border-hover-color: --ni-nimble-border-hover-color;
76
88
 
77
89
  /// Internal property for $ni-nimble-icon-color.
78
90
  /// Not intended for general use. If used, inform Nimble squad of use-case.
@@ -98,6 +110,12 @@ $ni-nimble-internal-popup-border-color: --ni-nimble-popup-border-color;
98
110
  /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-control-height}: <new value>;`.
99
111
  $ni-nimble-internal-control-height: --ni-nimble-control-height;
100
112
 
113
+ /// Internal property for $ni-nimble-small-padding.
114
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
115
+ /// Used to override a token value (generally making it no longer theme-aware).
116
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-small-padding}: <new value>;`.
117
+ $ni-nimble-internal-small-padding: --ni-nimble-small-padding;
118
+
101
119
  /// Internal property for $ni-nimble-standard-padding.
102
120
  /// Not intended for general use. If used, inform Nimble squad of use-case.
103
121
  /// Used to override a token value (generally making it no longer theme-aware).
@@ -122,134 +140,302 @@ $ni-nimble-internal-border-width: --ni-nimble-border-width;
122
140
  /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-icon-size}: <new value>;`.
123
141
  $ni-nimble-internal-icon-size: --ni-nimble-icon-size;
124
142
 
143
+ /// Internal property for $ni-nimble-group-header-text-transform.
144
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
145
+ /// Used to override a token value (generally making it no longer theme-aware).
146
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-header-text-transform}: <new value>;`.
147
+ $ni-nimble-internal-group-header-text-transform: --ni-nimble-group-header-text-transform;
148
+
125
149
  /// Internal property for $ni-nimble-drawer-width.
126
150
  /// Not intended for general use. If used, inform Nimble squad of use-case.
127
151
  /// Used to override a token value (generally making it no longer theme-aware).
128
152
  /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-drawer-width}: <new value>;`.
129
153
  $ni-nimble-internal-drawer-width: --ni-nimble-drawer-width;
130
154
 
131
- /// Internal property for $ni-nimble-font-family.
155
+ /// Internal property for $ni-nimble-small-delay.
132
156
  /// Not intended for general use. If used, inform Nimble squad of use-case.
133
157
  /// Used to override a token value (generally making it no longer theme-aware).
134
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-font-family}: <new value>;`.
135
- $ni-nimble-internal-font-family: --ni-nimble-font-family;
158
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-small-delay}: <new value>;`.
159
+ $ni-nimble-internal-small-delay: --ni-nimble-small-delay;
136
160
 
137
- /// Internal property for $ni-nimble-label-font-family.
161
+ /// Internal property for $ni-nimble-medium-delay.
138
162
  /// Not intended for general use. If used, inform Nimble squad of use-case.
139
163
  /// Used to override a token value (generally making it no longer theme-aware).
140
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-label-font-family}: <new value>;`.
141
- $ni-nimble-internal-label-font-family: --ni-nimble-label-font-family;
164
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-medium-delay}: <new value>;`.
165
+ $ni-nimble-internal-medium-delay: --ni-nimble-medium-delay;
142
166
 
143
- /// Internal property for $ni-nimble-group-label-font-family.
167
+ /// Internal property for $ni-nimble-large-delay.
144
168
  /// Not intended for general use. If used, inform Nimble squad of use-case.
145
169
  /// Used to override a token value (generally making it no longer theme-aware).
146
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-label-font-family}: <new value>;`.
147
- $ni-nimble-internal-group-label-font-family: --ni-nimble-group-label-font-family;
170
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-large-delay}: <new value>;`.
171
+ $ni-nimble-internal-large-delay: --ni-nimble-large-delay;
148
172
 
149
- /// Internal property for $ni-nimble-drawer-header-font-family.
173
+ /// Internal property for $ni-nimble-headline-plus-1-font.
150
174
  /// Not intended for general use. If used, inform Nimble squad of use-case.
151
175
  /// Used to override a token value (generally making it no longer theme-aware).
152
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-drawer-header-font-family}: <new value>;`.
153
- $ni-nimble-internal-drawer-header-font-family: --ni-nimble-drawer-header-font-family;
176
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-headline-plus-1-font}: <new value>;`.
177
+ $ni-nimble-internal-headline-plus-1-font: --ni-nimble-headline-plus-1-font;
154
178
 
155
- /// Internal property for $ni-nimble-label-font-size.
179
+ /// Internal property for $ni-nimble-headline-font.
156
180
  /// Not intended for general use. If used, inform Nimble squad of use-case.
157
181
  /// Used to override a token value (generally making it no longer theme-aware).
158
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-label-font-size}: <new value>;`.
159
- $ni-nimble-internal-label-font-size: --ni-nimble-label-font-size;
182
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-headline-font}: <new value>;`.
183
+ $ni-nimble-internal-headline-font: --ni-nimble-headline-font;
160
184
 
161
- /// Internal property for $ni-nimble-content-font-size.
185
+ /// Internal property for $ni-nimble-title-plus-2-font.
162
186
  /// Not intended for general use. If used, inform Nimble squad of use-case.
163
187
  /// Used to override a token value (generally making it no longer theme-aware).
164
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-content-font-size}: <new value>;`.
165
- $ni-nimble-internal-content-font-size: --ni-nimble-content-font-size;
188
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-plus-2-font}: <new value>;`.
189
+ $ni-nimble-internal-title-plus-2-font: --ni-nimble-title-plus-2-font;
166
190
 
167
- /// Internal property for $ni-nimble-group-label-font-size.
191
+ /// Internal property for $ni-nimble-title-plus-1-font.
168
192
  /// Not intended for general use. If used, inform Nimble squad of use-case.
169
193
  /// Used to override a token value (generally making it no longer theme-aware).
170
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-label-font-size}: <new value>;`.
171
- $ni-nimble-internal-group-label-font-size: --ni-nimble-group-label-font-size;
194
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-plus-1-font}: <new value>;`.
195
+ $ni-nimble-internal-title-plus-1-font: --ni-nimble-title-plus-1-font;
172
196
 
173
- /// Internal property for $ni-nimble-drawer-header-font-size.
197
+ /// Internal property for $ni-nimble-title-font.
174
198
  /// Not intended for general use. If used, inform Nimble squad of use-case.
175
199
  /// Used to override a token value (generally making it no longer theme-aware).
176
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-drawer-header-font-size}: <new value>;`.
177
- $ni-nimble-internal-drawer-header-font-size: --ni-nimble-drawer-header-font-size;
200
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-font}: <new value>;`.
201
+ $ni-nimble-internal-title-font: --ni-nimble-title-font;
178
202
 
179
- /// Internal property for $ni-nimble-group-label-font-weight.
203
+ /// Internal property for $ni-nimble-subtitle-plus-1-font.
180
204
  /// Not intended for general use. If used, inform Nimble squad of use-case.
181
205
  /// Used to override a token value (generally making it no longer theme-aware).
182
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-label-font-weight}: <new value>;`.
183
- $ni-nimble-internal-group-label-font-weight: --ni-nimble-group-label-font-weight;
206
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-subtitle-plus-1-font}: <new value>;`.
207
+ $ni-nimble-internal-subtitle-plus-1-font: --ni-nimble-subtitle-plus-1-font;
184
208
 
185
- /// Internal property for $ni-nimble-label-font-weight.
209
+ /// Internal property for $ni-nimble-subtitle-font.
186
210
  /// Not intended for general use. If used, inform Nimble squad of use-case.
187
211
  /// Used to override a token value (generally making it no longer theme-aware).
188
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-label-font-weight}: <new value>;`.
189
- $ni-nimble-internal-label-font-weight: --ni-nimble-label-font-weight;
212
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-subtitle-font}: <new value>;`.
213
+ $ni-nimble-internal-subtitle-font: --ni-nimble-subtitle-font;
190
214
 
191
- /// Internal property for $ni-nimble-label-font-color.
215
+ /// Internal property for $ni-nimble-link-standard-font.
192
216
  /// Not intended for general use. If used, inform Nimble squad of use-case.
193
217
  /// Used to override a token value (generally making it no longer theme-aware).
194
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-label-font-color}: <new value>;`.
195
- $ni-nimble-internal-label-font-color: --ni-nimble-label-font-color;
218
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-link-standard-font}: <new value>;`.
219
+ $ni-nimble-internal-link-standard-font: --ni-nimble-link-standard-font;
196
220
 
197
- /// Internal property for $ni-nimble-group-label-font-color.
221
+ /// Internal property for $ni-nimble-placeholder-font.
198
222
  /// Not intended for general use. If used, inform Nimble squad of use-case.
199
223
  /// Used to override a token value (generally making it no longer theme-aware).
200
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-label-font-color}: <new value>;`.
201
- $ni-nimble-internal-group-label-font-color: --ni-nimble-group-label-font-color;
224
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-placeholder-font}: <new value>;`.
225
+ $ni-nimble-internal-placeholder-font: --ni-nimble-placeholder-font;
202
226
 
203
- /// Internal property for $ni-nimble-content-font-color.
227
+ /// Internal property for $ni-nimble-body-emphasized-font.
204
228
  /// Not intended for general use. If used, inform Nimble squad of use-case.
205
229
  /// Used to override a token value (generally making it no longer theme-aware).
206
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-content-font-color}: <new value>;`.
207
- $ni-nimble-internal-content-font-color: --ni-nimble-content-font-color;
230
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-body-emphasized-font}: <new value>;`.
231
+ $ni-nimble-internal-body-emphasized-font: --ni-nimble-body-emphasized-font;
208
232
 
209
- /// Internal property for $ni-nimble-button-content-font-color.
233
+ /// Internal property for $ni-nimble-body-font.
210
234
  /// Not intended for general use. If used, inform Nimble squad of use-case.
211
235
  /// Used to override a token value (generally making it no longer theme-aware).
212
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-button-content-font-color}: <new value>;`.
213
- $ni-nimble-internal-button-content-font-color: --ni-nimble-button-content-font-color;
236
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-body-font}: <new value>;`.
237
+ $ni-nimble-internal-body-font: --ni-nimble-body-font;
214
238
 
215
- /// Internal property for $ni-nimble-label-font-color-disabled.
239
+ /// Internal property for $ni-nimble-group-header-font.
216
240
  /// Not intended for general use. If used, inform Nimble squad of use-case.
217
241
  /// Used to override a token value (generally making it no longer theme-aware).
218
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-label-font-color-disabled}: <new value>;`.
219
- $ni-nimble-internal-label-font-color-disabled: --ni-nimble-label-font-color-disabled;
242
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-header-font}: <new value>;`.
243
+ $ni-nimble-internal-group-header-font: --ni-nimble-group-header-font;
220
244
 
221
- /// Internal property for $ni-nimble-label-text-transform.
245
+ /// Internal property for $ni-nimble-control-label-font.
222
246
  /// Not intended for general use. If used, inform Nimble squad of use-case.
223
247
  /// Used to override a token value (generally making it no longer theme-aware).
224
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-label-text-transform}: <new value>;`.
225
- $ni-nimble-internal-label-text-transform: --ni-nimble-label-text-transform;
248
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-control-label-font}: <new value>;`.
249
+ $ni-nimble-internal-control-label-font: --ni-nimble-control-label-font;
226
250
 
227
- /// Internal property for $ni-nimble-group-label-text-transform.
251
+ /// Internal property for $ni-nimble-button-label-font.
228
252
  /// Not intended for general use. If used, inform Nimble squad of use-case.
229
253
  /// Used to override a token value (generally making it no longer theme-aware).
230
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-label-text-transform}: <new value>;`.
231
- $ni-nimble-internal-group-label-text-transform: --ni-nimble-group-label-text-transform;
254
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-button-label-font}: <new value>;`.
255
+ $ni-nimble-internal-button-label-font: --ni-nimble-button-label-font;
232
256
 
233
- /// Internal property for $ni-nimble-content-font-color-disabled.
257
+ /// Internal property for $ni-nimble-tooltip-caption-font.
234
258
  /// Not intended for general use. If used, inform Nimble squad of use-case.
235
259
  /// Used to override a token value (generally making it no longer theme-aware).
236
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-content-font-color-disabled}: <new value>;`.
237
- $ni-nimble-internal-content-font-color-disabled: --ni-nimble-content-font-color-disabled;
260
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-tooltip-caption-font}: <new value>;`.
261
+ $ni-nimble-internal-tooltip-caption-font: --ni-nimble-tooltip-caption-font;
238
262
 
239
- /// Internal property for $ni-nimble-small-delay.
263
+ /// Internal property for $ni-nimble-headline-plus-1-font-color.
240
264
  /// Not intended for general use. If used, inform Nimble squad of use-case.
241
265
  /// Used to override a token value (generally making it no longer theme-aware).
242
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-small-delay}: <new value>;`.
243
- $ni-nimble-internal-small-delay: --ni-nimble-small-delay;
266
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-headline-plus-1-font-color}: <new value>;`.
267
+ $ni-nimble-internal-headline-plus-1-font-color: --ni-nimble-headline-plus-1-font-color;
244
268
 
245
- /// Internal property for $ni-nimble-medium-delay.
269
+ /// Internal property for $ni-nimble-headline-font-color.
246
270
  /// Not intended for general use. If used, inform Nimble squad of use-case.
247
271
  /// Used to override a token value (generally making it no longer theme-aware).
248
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-medium-delay}: <new value>;`.
249
- $ni-nimble-internal-medium-delay: --ni-nimble-medium-delay;
272
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-headline-font-color}: <new value>;`.
273
+ $ni-nimble-internal-headline-font-color: --ni-nimble-headline-font-color;
274
+
275
+ /// Internal property for $ni-nimble-title-plus-2-font-color.
276
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
277
+ /// Used to override a token value (generally making it no longer theme-aware).
278
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-plus-2-font-color}: <new value>;`.
279
+ $ni-nimble-internal-title-plus-2-font-color: --ni-nimble-title-plus-2-font-color;
280
+
281
+ /// Internal property for $ni-nimble-title-plus-1-font-color.
282
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
283
+ /// Used to override a token value (generally making it no longer theme-aware).
284
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-plus-1-font-color}: <new value>;`.
285
+ $ni-nimble-internal-title-plus-1-font-color: --ni-nimble-title-plus-1-font-color;
286
+
287
+ /// Internal property for $ni-nimble-title-font-color.
288
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
289
+ /// Used to override a token value (generally making it no longer theme-aware).
290
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-font-color}: <new value>;`.
291
+ $ni-nimble-internal-title-font-color: --ni-nimble-title-font-color;
292
+
293
+ /// Internal property for $ni-nimble-subtitle-plus-1-font-color.
294
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
295
+ /// Used to override a token value (generally making it no longer theme-aware).
296
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-subtitle-plus-1-font-color}: <new value>;`.
297
+ $ni-nimble-internal-subtitle-plus-1-font-color: --ni-nimble-subtitle-plus-1-font-color;
298
+
299
+ /// Internal property for $ni-nimble-subtitle-font-color.
300
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
301
+ /// Used to override a token value (generally making it no longer theme-aware).
302
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-subtitle-font-color}: <new value>;`.
303
+ $ni-nimble-internal-subtitle-font-color: --ni-nimble-subtitle-font-color;
304
+
305
+ /// Internal property for $ni-nimble-link-standard-font-color.
306
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
307
+ /// Used to override a token value (generally making it no longer theme-aware).
308
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-link-standard-font-color}: <new value>;`.
309
+ $ni-nimble-internal-link-standard-font-color: --ni-nimble-link-standard-font-color;
310
+
311
+ /// Internal property for $ni-nimble-placeholder-font-color.
312
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
313
+ /// Used to override a token value (generally making it no longer theme-aware).
314
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-placeholder-font-color}: <new value>;`.
315
+ $ni-nimble-internal-placeholder-font-color: --ni-nimble-placeholder-font-color;
316
+
317
+ /// Internal property for $ni-nimble-body-emphasized-font-color.
318
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
319
+ /// Used to override a token value (generally making it no longer theme-aware).
320
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-body-emphasized-font-color}: <new value>;`.
321
+ $ni-nimble-internal-body-emphasized-font-color: --ni-nimble-body-emphasized-font-color;
322
+
323
+ /// Internal property for $ni-nimble-body-font-color.
324
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
325
+ /// Used to override a token value (generally making it no longer theme-aware).
326
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-body-font-color}: <new value>;`.
327
+ $ni-nimble-internal-body-font-color: --ni-nimble-body-font-color;
328
+
329
+ /// Internal property for $ni-nimble-group-header-font-color.
330
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
331
+ /// Used to override a token value (generally making it no longer theme-aware).
332
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-header-font-color}: <new value>;`.
333
+ $ni-nimble-internal-group-header-font-color: --ni-nimble-group-header-font-color;
334
+
335
+ /// Internal property for $ni-nimble-control-label-font-color.
336
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
337
+ /// Used to override a token value (generally making it no longer theme-aware).
338
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-control-label-font-color}: <new value>;`.
339
+ $ni-nimble-internal-control-label-font-color: --ni-nimble-control-label-font-color;
340
+
341
+ /// Internal property for $ni-nimble-button-label-font-color.
342
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
343
+ /// Used to override a token value (generally making it no longer theme-aware).
344
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-button-label-font-color}: <new value>;`.
345
+ $ni-nimble-internal-button-label-font-color: --ni-nimble-button-label-font-color;
346
+
347
+ /// Internal property for $ni-nimble-tooltip-caption-font-color.
348
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
349
+ /// Used to override a token value (generally making it no longer theme-aware).
350
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-tooltip-caption-font-color}: <new value>;`.
351
+ $ni-nimble-internal-tooltip-caption-font-color: --ni-nimble-tooltip-caption-font-color;
352
+
353
+ /// Internal property for $ni-nimble-headline-plus-1-disabled-font-color.
354
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
355
+ /// Used to override a token value (generally making it no longer theme-aware).
356
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-headline-plus-1-disabled-font-color}: <new value>;`.
357
+ $ni-nimble-internal-headline-plus-1-disabled-font-color: --ni-nimble-headline-plus-1-disabled-font-color;
358
+
359
+ /// Internal property for $ni-nimble-headline-disabled-font-color.
360
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
361
+ /// Used to override a token value (generally making it no longer theme-aware).
362
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-headline-disabled-font-color}: <new value>;`.
363
+ $ni-nimble-internal-headline-disabled-font-color: --ni-nimble-headline-disabled-font-color;
364
+
365
+ /// Internal property for $ni-nimble-title-plus-2-disabled-font-color.
366
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
367
+ /// Used to override a token value (generally making it no longer theme-aware).
368
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-plus-2-disabled-font-color}: <new value>;`.
369
+ $ni-nimble-internal-title-plus-2-disabled-font-color: --ni-nimble-title-plus-2-disabled-font-color;
370
+
371
+ /// Internal property for $ni-nimble-title-plus-1-disabled-font-color.
372
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
373
+ /// Used to override a token value (generally making it no longer theme-aware).
374
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-plus-1-disabled-font-color}: <new value>;`.
375
+ $ni-nimble-internal-title-plus-1-disabled-font-color: --ni-nimble-title-plus-1-disabled-font-color;
376
+
377
+ /// Internal property for $ni-nimble-title-disabled-font-color.
378
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
379
+ /// Used to override a token value (generally making it no longer theme-aware).
380
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-title-disabled-font-color}: <new value>;`.
381
+ $ni-nimble-internal-title-disabled-font-color: --ni-nimble-title-disabled-font-color;
382
+
383
+ /// Internal property for $ni-nimble-subtitle-plus-1-disabled-font-color.
384
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
385
+ /// Used to override a token value (generally making it no longer theme-aware).
386
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-subtitle-plus-1-disabled-font-color}: <new value>;`.
387
+ $ni-nimble-internal-subtitle-plus-1-disabled-font-color: --ni-nimble-subtitle-plus-1-disabled-font-color;
388
+
389
+ /// Internal property for $ni-nimble-subtitle-disabled-font-color.
390
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
391
+ /// Used to override a token value (generally making it no longer theme-aware).
392
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-subtitle-disabled-font-color}: <new value>;`.
393
+ $ni-nimble-internal-subtitle-disabled-font-color: --ni-nimble-subtitle-disabled-font-color;
394
+
395
+ /// Internal property for $ni-nimble-link-standard-disabled-font-color.
396
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
397
+ /// Used to override a token value (generally making it no longer theme-aware).
398
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-link-standard-disabled-font-color}: <new value>;`.
399
+ $ni-nimble-internal-link-standard-disabled-font-color: --ni-nimble-link-standard-disabled-font-color;
400
+
401
+ /// Internal property for $ni-nimble-placeholder-disabled-font-color.
402
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
403
+ /// Used to override a token value (generally making it no longer theme-aware).
404
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-placeholder-disabled-font-color}: <new value>;`.
405
+ $ni-nimble-internal-placeholder-disabled-font-color: --ni-nimble-placeholder-disabled-font-color;
406
+
407
+ /// Internal property for $ni-nimble-body-emphasized-disabled-font-color.
408
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
409
+ /// Used to override a token value (generally making it no longer theme-aware).
410
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-body-emphasized-disabled-font-color}: <new value>;`.
411
+ $ni-nimble-internal-body-emphasized-disabled-font-color: --ni-nimble-body-emphasized-disabled-font-color;
412
+
413
+ /// Internal property for $ni-nimble-body-disabled-font-color.
414
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
415
+ /// Used to override a token value (generally making it no longer theme-aware).
416
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-body-disabled-font-color}: <new value>;`.
417
+ $ni-nimble-internal-body-disabled-font-color: --ni-nimble-body-disabled-font-color;
418
+
419
+ /// Internal property for $ni-nimble-group-header-disabled-font-color.
420
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
421
+ /// Used to override a token value (generally making it no longer theme-aware).
422
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-group-header-disabled-font-color}: <new value>;`.
423
+ $ni-nimble-internal-group-header-disabled-font-color: --ni-nimble-group-header-disabled-font-color;
424
+
425
+ /// Internal property for $ni-nimble-control-label-disabled-font-color.
426
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
427
+ /// Used to override a token value (generally making it no longer theme-aware).
428
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-control-label-disabled-font-color}: <new value>;`.
429
+ $ni-nimble-internal-control-label-disabled-font-color: --ni-nimble-control-label-disabled-font-color;
430
+
431
+ /// Internal property for $ni-nimble-button-label-disabled-font-color.
432
+ /// Not intended for general use. If used, inform Nimble squad of use-case.
433
+ /// Used to override a token value (generally making it no longer theme-aware).
434
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-button-label-disabled-font-color}: <new value>;`.
435
+ $ni-nimble-internal-button-label-disabled-font-color: --ni-nimble-button-label-disabled-font-color;
250
436
 
251
- /// Internal property for $ni-nimble-drawer-animation-duration-ms.
437
+ /// Internal property for $ni-nimble-tooltip-caption-disabled-font-color.
252
438
  /// Not intended for general use. If used, inform Nimble squad of use-case.
253
439
  /// Used to override a token value (generally making it no longer theme-aware).
254
- /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-drawer-animation-duration-ms}: <new value>;`.
255
- $ni-nimble-internal-drawer-animation-duration-ms: --ni-nimble-drawer-animation-duration-ms;
440
+ /// Requires SCSS interpolation to set, ie `#{$ni-nimble-internal-tooltip-caption-disabled-font-color}: <new value>;`.
441
+ $ni-nimble-internal-tooltip-caption-disabled-font-color: --ni-nimble-tooltip-caption-disabled-font-color;