@mittwald/flow-react-components 0.2.0-experimental.776 → 1.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 (2775) hide show
  1. package/AGENTS.md +331 -0
  2. package/CHANGELOG.md +1415 -0
  3. package/CLAUDE.md +1 -0
  4. package/MIGRATION.md +537 -0
  5. package/PATTERNS.md +989 -0
  6. package/README.md +2 -2
  7. package/dist/assets/doc-properties.json +135417 -117399
  8. package/dist/css/all-layered.css +4 -0
  9. package/dist/css/all.css +12 -1
  10. package/dist/js/@mittwald/password-tools-js.mjs +6 -6
  11. package/dist/js/_virtual/_.locale.mjs +19 -0
  12. package/dist/js/_virtual/_10.locale.mjs +15 -0
  13. package/dist/js/_virtual/_11.locale.mjs +9 -0
  14. package/dist/js/_virtual/_12.locale.mjs +15 -0
  15. package/dist/js/_virtual/_13.locale.mjs +515 -0
  16. package/dist/js/_virtual/_14.locale.mjs +15 -0
  17. package/dist/js/_virtual/_15.locale.mjs +9 -0
  18. package/dist/js/_virtual/_16.locale.mjs +65 -0
  19. package/dist/js/_virtual/_17.locale.mjs +9 -0
  20. package/dist/js/_virtual/_18.locale.mjs +15 -0
  21. package/dist/js/_virtual/_19.locale.mjs +9 -0
  22. package/dist/js/_virtual/_2.locale.mjs +21 -0
  23. package/dist/js/_virtual/_20.locale.mjs +21 -0
  24. package/dist/js/_virtual/_21.locale.mjs +9 -0
  25. package/dist/js/_virtual/_22.locale.mjs +21 -0
  26. package/dist/js/_virtual/_23.locale.mjs +9 -0
  27. package/dist/js/_virtual/_24.locale.mjs +31 -0
  28. package/dist/js/_virtual/_25.locale.mjs +15 -0
  29. package/dist/js/_virtual/_26.locale.mjs +9 -0
  30. package/dist/js/_virtual/_27.locale.mjs +9 -0
  31. package/dist/js/_virtual/_28.locale.mjs +89 -0
  32. package/dist/js/_virtual/_29.locale.mjs +23 -0
  33. package/dist/js/_virtual/_3.locale.mjs +9 -0
  34. package/dist/js/_virtual/_30.locale.mjs +15 -0
  35. package/dist/js/_virtual/_31.locale.mjs +15 -0
  36. package/dist/js/_virtual/_32.locale.mjs +17 -0
  37. package/dist/js/_virtual/_33.locale.mjs +23 -0
  38. package/dist/js/_virtual/_4.locale.mjs +9 -0
  39. package/dist/js/_virtual/_5.locale.mjs +27 -0
  40. package/dist/js/_virtual/_6.locale.mjs +9 -0
  41. package/dist/js/_virtual/_7.locale.mjs +9 -0
  42. package/dist/js/_virtual/_8.locale.mjs +9 -0
  43. package/dist/js/_virtual/_9.locale.mjs +9 -0
  44. package/dist/js/default.mjs +334 -308
  45. package/dist/js/flr-universal.mjs +159 -256
  46. package/dist/js/globals.mjs +6 -5
  47. package/dist/js/globals.mjs.map +1 -1
  48. package/dist/js/internal.mjs +11 -8
  49. package/dist/js/nextjs.mjs +4 -4
  50. package/dist/js/node_modules/.pnpm/@lezer_lr@1.4.10/node_modules/@lezer/lr/dist/index.mjs +1451 -0
  51. package/dist/js/node_modules/.pnpm/@lezer_lr@1.4.10/node_modules/@lezer/lr/dist/index.mjs.map +1 -0
  52. package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs +55 -31
  53. package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs.map +1 -1
  54. package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.mjs +29 -0
  55. package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.mjs.map +1 -0
  56. package/dist/js/packages/components/src/components/Accordion/Accordion.mjs +79 -81
  57. package/dist/js/packages/components/src/components/Accordion/Accordion.mjs.map +1 -1
  58. package/dist/js/packages/components/src/components/Accordion/Accordion.module.mjs +25 -0
  59. package/dist/js/packages/components/src/components/Accordion/Accordion.module.mjs.map +1 -0
  60. package/dist/js/packages/components/src/components/Action/AbortActionError.mjs +16 -16
  61. package/dist/js/packages/components/src/components/Action/AbortActionError.mjs.map +1 -1
  62. package/dist/js/packages/components/src/components/Action/Action.mjs +98 -112
  63. package/dist/js/packages/components/src/components/Action/Action.mjs.map +1 -1
  64. package/dist/js/packages/components/src/components/Action/ActionBatch.mjs +17 -8
  65. package/dist/js/packages/components/src/components/Action/ActionBatch.mjs.map +1 -1
  66. package/dist/js/packages/components/src/components/Action/context.mjs +7 -6
  67. package/dist/js/packages/components/src/components/Action/context.mjs.map +1 -1
  68. package/dist/js/packages/components/src/components/Action/hooks/useActionButtonState.mjs +13 -14
  69. package/dist/js/packages/components/src/components/Action/hooks/useActionButtonState.mjs.map +1 -1
  70. package/dist/js/packages/components/src/components/Action/hooks/useActionState.mjs +7 -7
  71. package/dist/js/packages/components/src/components/Action/hooks/useActionState.mjs.map +1 -1
  72. package/dist/js/packages/components/src/components/Action/hooks/useConfirmationModalButtonSlot.mjs +8 -8
  73. package/dist/js/packages/components/src/components/Action/hooks/useConfirmationModalButtonSlot.mjs.map +1 -1
  74. package/dist/js/packages/components/src/components/Action/hooks/useIsPendingWithWait.mjs +23 -0
  75. package/dist/js/packages/components/src/components/Action/hooks/useIsPendingWithWait.mjs.map +1 -0
  76. package/dist/js/packages/components/src/components/Action/lib/abortAction.mjs +7 -6
  77. package/dist/js/packages/components/src/components/Action/lib/abortAction.mjs.map +1 -1
  78. package/dist/js/packages/components/src/components/Action/lib/ariaLive.mjs +27 -34
  79. package/dist/js/packages/components/src/components/Action/lib/ariaLive.mjs.map +1 -1
  80. package/dist/js/packages/components/src/components/Action/models/ActionExecution.mjs +58 -66
  81. package/dist/js/packages/components/src/components/Action/models/ActionExecution.mjs.map +1 -1
  82. package/dist/js/packages/components/src/components/Action/models/ActionExecutionBatch.mjs +43 -48
  83. package/dist/js/packages/components/src/components/Action/models/ActionExecutionBatch.mjs.map +1 -1
  84. package/dist/js/packages/components/src/components/Action/models/ActionModel.mjs +78 -105
  85. package/dist/js/packages/components/src/components/Action/models/ActionModel.mjs.map +1 -1
  86. package/dist/js/packages/components/src/components/Action/models/ActionState.mjs +85 -93
  87. package/dist/js/packages/components/src/components/Action/models/ActionState.mjs.map +1 -1
  88. package/dist/js/packages/components/src/components/Action/models/ActionStateContext.mjs +56 -56
  89. package/dist/js/packages/components/src/components/Action/models/ActionStateContext.mjs.map +1 -1
  90. package/dist/js/packages/components/src/components/Action/models/getExecutionFunction.mjs +16 -45
  91. package/dist/js/packages/components/src/components/Action/models/getExecutionFunction.mjs.map +1 -1
  92. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.mjs +55 -50
  93. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.mjs.map +1 -1
  94. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.module.mjs +23 -0
  95. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.module.mjs.map +1 -0
  96. package/dist/js/packages/components/src/components/ActionGroup/lib/getActionGroupSlot.mjs +8 -6
  97. package/dist/js/packages/components/src/components/ActionGroup/lib/getActionGroupSlot.mjs.map +1 -1
  98. package/dist/js/packages/components/src/components/Activity/Activity.mjs +41 -46
  99. package/dist/js/packages/components/src/components/Activity/Activity.mjs.map +1 -1
  100. package/dist/js/packages/components/src/components/Alert/Alert.mjs +44 -37
  101. package/dist/js/packages/components/src/components/Alert/Alert.mjs.map +1 -1
  102. package/dist/js/packages/components/src/components/Alert/Alert.module.mjs +27 -0
  103. package/dist/js/packages/components/src/components/Alert/Alert.module.mjs.map +1 -0
  104. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.mjs +26 -16
  105. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.mjs.map +1 -1
  106. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.mjs +23 -0
  107. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.mjs.map +1 -0
  108. package/dist/js/packages/components/src/components/AlertIcon/AlertIcon.mjs +29 -32
  109. package/dist/js/packages/components/src/components/AlertIcon/AlertIcon.mjs.map +1 -1
  110. package/dist/js/packages/components/src/components/AlertText/AlertText.mjs +24 -17
  111. package/dist/js/packages/components/src/components/AlertText/AlertText.mjs.map +1 -1
  112. package/dist/js/packages/components/src/components/AlertText/AlertText.module.mjs +23 -0
  113. package/dist/js/packages/components/src/components/AlertText/AlertText.module.mjs.map +1 -0
  114. package/dist/js/packages/components/src/components/Align/Align.mjs +16 -32
  115. package/dist/js/packages/components/src/components/Align/Align.mjs.map +1 -1
  116. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.mjs +93 -109
  117. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
  118. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.module.mjs +15 -0
  119. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.module.mjs.map +1 -0
  120. package/dist/js/packages/components/src/components/Avatar/Avatar.mjs +39 -33
  121. package/dist/js/packages/components/src/components/Avatar/Avatar.mjs.map +1 -1
  122. package/dist/js/packages/components/src/components/Avatar/Avatar.module.mjs +39 -0
  123. package/dist/js/packages/components/src/components/Avatar/Avatar.module.mjs.map +1 -0
  124. package/dist/js/packages/components/src/components/Avatar/avatarColors.mjs +10 -8
  125. package/dist/js/packages/components/src/components/Avatar/avatarColors.mjs.map +1 -1
  126. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.mjs +40 -40
  127. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.mjs.map +1 -1
  128. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.module.mjs +17 -0
  129. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.module.mjs.map +1 -0
  130. package/dist/js/packages/components/src/components/Badge/Badge.mjs +72 -85
  131. package/dist/js/packages/components/src/components/Badge/Badge.mjs.map +1 -1
  132. package/dist/js/packages/components/src/components/Badge/Badge.module.mjs +47 -0
  133. package/dist/js/packages/components/src/components/Badge/Badge.module.mjs.map +1 -0
  134. package/dist/js/packages/components/src/components/BigNumber/BigNumber.mjs +20 -17
  135. package/dist/js/packages/components/src/components/BigNumber/BigNumber.mjs.map +1 -1
  136. package/dist/js/packages/components/src/components/BigNumber/BigNumber.module.mjs +13 -0
  137. package/dist/js/packages/components/src/components/BigNumber/BigNumber.module.mjs.map +1 -0
  138. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.mjs +28 -26
  139. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.mjs.map +1 -1
  140. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.mjs +24 -0
  141. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.mjs.map +1 -0
  142. package/dist/js/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.mjs +19 -20
  143. package/dist/js/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.mjs.map +1 -1
  144. package/dist/js/packages/components/src/components/BrowserOnly/BrowserOnly.mjs +7 -15
  145. package/dist/js/packages/components/src/components/BrowserOnly/BrowserOnly.mjs.map +1 -1
  146. package/dist/js/packages/components/src/components/Button/Button.mjs +119 -127
  147. package/dist/js/packages/components/src/components/Button/Button.mjs.map +1 -1
  148. package/dist/js/packages/components/src/components/Button/Button.module.mjs +56 -0
  149. package/dist/js/packages/components/src/components/Button/Button.module.mjs.map +1 -0
  150. package/dist/js/packages/components/src/components/Calendar/Calendar.mjs +19 -16
  151. package/dist/js/packages/components/src/components/Calendar/Calendar.mjs.map +1 -1
  152. package/dist/js/packages/components/src/components/Calendar/Calendar.module.mjs +17 -0
  153. package/dist/js/packages/components/src/components/Calendar/Calendar.module.mjs.map +1 -0
  154. package/dist/js/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.mjs +25 -19
  155. package/dist/js/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.mjs.map +1 -1
  156. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/RangeCalendar.mjs +42 -16
  157. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/RangeCalendar.mjs.map +1 -1
  158. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.mjs +128 -0
  159. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.mjs.map +1 -0
  160. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/types.mjs +5 -3
  161. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/types.mjs.map +1 -1
  162. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.mjs +73 -49
  163. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  164. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.module.mjs +15 -0
  165. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.module.mjs.map +1 -0
  166. package/dist/js/packages/components/src/components/CartesianChart/components/Area/Area.mjs +27 -29
  167. package/dist/js/packages/components/src/components/CartesianChart/components/Area/Area.mjs.map +1 -1
  168. package/dist/js/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.mjs +29 -26
  169. package/dist/js/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.mjs.map +1 -1
  170. package/dist/js/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.mjs +14 -17
  171. package/dist/js/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.mjs.map +1 -1
  172. package/dist/js/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.mjs +22 -0
  173. package/dist/js/packages/components/src/components/CartesianChart/components/ChartGrid/ChartGrid.mjs.map +1 -0
  174. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.mjs +15 -15
  175. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.mjs.map +1 -1
  176. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs +19 -15
  177. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs.map +1 -1
  178. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs +35 -36
  179. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs.map +1 -1
  180. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.mjs +13 -0
  181. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.mjs.map +1 -0
  182. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs +42 -27
  183. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs.map +1 -1
  184. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.mjs +22 -22
  185. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.mjs.map +1 -1
  186. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs +43 -0
  187. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs.map +1 -0
  188. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/types.mjs +9 -0
  189. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/types.mjs.map +1 -0
  190. package/dist/js/packages/components/src/components/CartesianChart/components/Line/Line.mjs +24 -23
  191. package/dist/js/packages/components/src/components/CartesianChart/components/Line/Line.mjs.map +1 -1
  192. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/XAxis.mjs +18 -19
  193. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/XAxis.mjs.map +1 -1
  194. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/types.mjs +9 -0
  195. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/types.mjs.map +1 -0
  196. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/YAxis.mjs +21 -22
  197. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/YAxis.mjs.map +1 -1
  198. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/types.mjs +9 -0
  199. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/types.mjs.map +1 -0
  200. package/dist/js/packages/components/src/components/CartesianChart/hooks/useChartClipRect.mjs +65 -67
  201. package/dist/js/packages/components/src/components/CartesianChart/hooks/useChartClipRect.mjs.map +1 -1
  202. package/dist/js/packages/components/src/components/CartesianChart/types.mjs +10 -0
  203. package/dist/js/packages/components/src/components/CartesianChart/types.mjs.map +1 -0
  204. package/dist/js/packages/components/src/components/Chat/Chat.mjs +56 -30
  205. package/dist/js/packages/components/src/components/Chat/Chat.mjs.map +1 -1
  206. package/dist/js/packages/components/src/components/Chat/Chat.module.mjs +21 -0
  207. package/dist/js/packages/components/src/components/Chat/Chat.module.mjs.map +1 -0
  208. package/dist/js/packages/components/src/components/Checkbox/Checkbox.mjs +33 -51
  209. package/dist/js/packages/components/src/components/Checkbox/Checkbox.mjs.map +1 -1
  210. package/dist/js/packages/components/src/components/Checkbox/Checkbox.module.mjs +15 -0
  211. package/dist/js/packages/components/src/components/Checkbox/Checkbox.module.mjs.map +1 -0
  212. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.mjs +32 -39
  213. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.mjs.map +1 -1
  214. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.module.mjs +19 -0
  215. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.module.mjs.map +1 -0
  216. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.mjs +74 -66
  217. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
  218. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.module.mjs +15 -0
  219. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.module.mjs.map +1 -0
  220. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs +60 -33
  221. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs.map +1 -1
  222. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.mjs +17 -0
  223. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.mjs.map +1 -0
  224. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.mjs +124 -99
  225. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.mjs.map +1 -1
  226. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.mjs +17 -0
  227. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.mjs.map +1 -0
  228. package/dist/js/packages/components/src/components/CodeEditor/extensions/gutterSpacer.mjs +16 -15
  229. package/dist/js/packages/components/src/components/CodeEditor/extensions/gutterSpacer.mjs.map +1 -1
  230. package/dist/js/packages/components/src/components/CodeEditor/hooks/useCodeEditorExtensions.mjs +29 -47
  231. package/dist/js/packages/components/src/components/CodeEditor/hooks/useCodeEditorExtensions.mjs.map +1 -1
  232. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/dotEnv.mjs +22 -0
  233. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/dotEnv.mjs.map +1 -0
  234. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/index.mjs +79 -88
  235. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/index.mjs.map +1 -1
  236. package/dist/js/packages/components/src/components/CodeEditor/languages/index.mjs +10 -10
  237. package/dist/js/packages/components/src/components/CodeEditor/languages/index.mjs.map +1 -1
  238. package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs +62 -39
  239. package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs.map +1 -1
  240. package/dist/js/packages/components/src/components/Color/Color.mjs +26 -22
  241. package/dist/js/packages/components/src/components/Color/Color.mjs.map +1 -1
  242. package/dist/js/packages/components/src/components/Color/Color.module.mjs +33 -0
  243. package/dist/js/packages/components/src/components/Color/Color.module.mjs.map +1 -0
  244. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.mjs +50 -75
  245. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
  246. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.module.mjs +28 -0
  247. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.module.mjs.map +1 -0
  248. package/dist/js/packages/components/src/components/ColumnLayout/lib/getColumns.mjs +6 -5
  249. package/dist/js/packages/components/src/components/ColumnLayout/lib/getColumns.mjs.map +1 -1
  250. package/dist/js/packages/components/src/components/Combine/Combine.mjs +50 -0
  251. package/dist/js/packages/components/src/components/Combine/Combine.mjs.map +1 -0
  252. package/dist/js/packages/components/src/components/Combine/Combine.module.mjs +23 -0
  253. package/dist/js/packages/components/src/components/Combine/Combine.module.mjs.map +1 -0
  254. package/dist/js/packages/components/src/components/ComboBox/ComboBox.mjs +76 -105
  255. package/dist/js/packages/components/src/components/ComboBox/ComboBox.mjs.map +1 -1
  256. package/dist/js/packages/components/src/components/ComboBox/ComboBox.module.mjs +17 -0
  257. package/dist/js/packages/components/src/components/ComboBox/ComboBox.module.mjs.map +1 -0
  258. package/dist/js/packages/components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.mjs +48 -0
  259. package/dist/js/packages/components/src/components/ComponentDefaultsProvider/ComponentDefaultsProvider.mjs.map +1 -0
  260. package/dist/js/packages/components/src/components/ComponentDefaultsProvider/defaults.mjs +11 -0
  261. package/dist/js/packages/components/src/components/ComponentDefaultsProvider/defaults.mjs.map +1 -0
  262. package/dist/js/packages/components/src/components/ComponentDefaultsProvider/deprecatedFlags.mjs +40 -0
  263. package/dist/js/packages/components/src/components/ComponentDefaultsProvider/deprecatedFlags.mjs.map +1 -0
  264. package/dist/js/packages/components/src/components/ComponentUsageProvider/ComponentUsageProvider.mjs +47 -0
  265. package/dist/js/packages/components/src/components/ComponentUsageProvider/ComponentUsageProvider.mjs.map +1 -0
  266. package/dist/js/packages/components/src/components/Content/Content.mjs +14 -9
  267. package/dist/js/packages/components/src/components/Content/Content.mjs.map +1 -1
  268. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.mjs +62 -87
  269. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.mjs.map +1 -1
  270. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.module.mjs +15 -0
  271. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.module.mjs.map +1 -0
  272. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.mjs +8 -6
  273. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.mjs.map +1 -1
  274. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs +39 -41
  275. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs.map +1 -1
  276. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.mjs +18 -25
  277. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.mjs.map +1 -1
  278. package/dist/js/packages/components/src/components/ContextMenu/lib.mjs +10 -8
  279. package/dist/js/packages/components/src/components/ContextMenu/lib.mjs.map +1 -1
  280. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.mjs +31 -32
  281. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.mjs.map +1 -1
  282. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.module.mjs +9 -0
  283. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.module.mjs.map +1 -0
  284. package/dist/js/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs +33 -46
  285. package/dist/js/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs.map +1 -1
  286. package/dist/js/packages/components/src/components/CopyButton/CopyButton.mjs +34 -47
  287. package/dist/js/packages/components/src/components/CopyButton/CopyButton.mjs.map +1 -1
  288. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.mjs +19 -12
  289. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.mjs.map +1 -1
  290. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.module.mjs +9 -0
  291. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.module.mjs.map +1 -0
  292. package/dist/js/packages/components/src/components/CountryOptions/CountryOptions.mjs +28 -23
  293. package/dist/js/packages/components/src/components/CountryOptions/CountryOptions.mjs.map +1 -1
  294. package/dist/js/packages/components/src/components/CountryOptions/lib/sortBy.mjs +19 -4
  295. package/dist/js/packages/components/src/components/CountryOptions/lib/sortBy.mjs.map +1 -1
  296. package/dist/js/packages/components/src/components/DateInput/DateInput.mjs +21 -16
  297. package/dist/js/packages/components/src/components/DateInput/DateInput.mjs.map +1 -1
  298. package/dist/js/packages/components/src/components/DatePicker/DatePicker.mjs +49 -67
  299. package/dist/js/packages/components/src/components/DatePicker/DatePicker.mjs.map +1 -1
  300. package/dist/js/packages/components/src/components/DatePicker/DatePicker.module.mjs +9 -0
  301. package/dist/js/packages/components/src/components/DatePicker/DatePicker.module.mjs.map +1 -0
  302. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.mjs +22 -20
  303. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.mjs.map +1 -1
  304. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.mjs +13 -0
  305. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.mjs.map +1 -0
  306. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.mjs +52 -67
  307. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
  308. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.module.mjs +9 -0
  309. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.module.mjs.map +1 -0
  310. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs +31 -24
  311. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs.map +1 -1
  312. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.mjs +13 -0
  313. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.mjs.map +1 -0
  314. package/dist/js/packages/components/src/components/DeprecationWarningProvider/DeprecationWarningProvider.mjs +35 -0
  315. package/dist/js/packages/components/src/components/DeprecationWarningProvider/DeprecationWarningProvider.mjs.map +1 -0
  316. package/dist/js/packages/components/src/components/Div/Div.mjs +12 -7
  317. package/dist/js/packages/components/src/components/Div/Div.mjs.map +1 -1
  318. package/dist/js/packages/components/src/components/DonutChart/DonutChart.mjs +42 -69
  319. package/dist/js/packages/components/src/components/DonutChart/DonutChart.mjs.map +1 -1
  320. package/dist/js/packages/components/src/components/DonutChart/DonutChart.module.mjs +40 -0
  321. package/dist/js/packages/components/src/components/DonutChart/DonutChart.module.mjs.map +1 -0
  322. package/dist/js/packages/components/src/components/DonutChart/components/Donut.mjs +51 -64
  323. package/dist/js/packages/components/src/components/DonutChart/components/Donut.mjs.map +1 -1
  324. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartFill.mjs +37 -45
  325. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartFill.mjs.map +1 -1
  326. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartLegend.mjs +25 -27
  327. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartLegend.mjs.map +1 -1
  328. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartValue.mjs +20 -15
  329. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartValue.mjs.map +1 -1
  330. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.mjs +19 -14
  331. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.mjs.map +1 -1
  332. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.module.mjs +13 -0
  333. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.module.mjs.map +1 -0
  334. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.mjs +20 -12
  335. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.mjs.map +1 -1
  336. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.module.mjs +9 -0
  337. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.module.mjs.map +1 -0
  338. package/dist/js/packages/components/src/components/FieldError/FieldError.mjs +66 -51
  339. package/dist/js/packages/components/src/components/FieldError/FieldError.mjs.map +1 -1
  340. package/dist/js/packages/components/src/components/FieldError/FieldError.module.mjs +9 -0
  341. package/dist/js/packages/components/src/components/FieldError/FieldError.module.mjs.map +1 -0
  342. package/dist/js/packages/components/src/components/FileCard/FileCard.mjs +90 -80
  343. package/dist/js/packages/components/src/components/FileCard/FileCard.mjs.map +1 -1
  344. package/dist/js/packages/components/src/components/FileCard/FileCard.module.mjs +21 -0
  345. package/dist/js/packages/components/src/components/FileCard/FileCard.module.mjs.map +1 -0
  346. package/dist/js/packages/components/src/components/FileCard/components/Avatar/Avatar.mjs +17 -22
  347. package/dist/js/packages/components/src/components/FileCard/components/Avatar/Avatar.mjs.map +1 -1
  348. package/dist/js/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.mjs +19 -28
  349. package/dist/js/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.mjs.map +1 -1
  350. package/dist/js/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.mjs +18 -15
  351. package/dist/js/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.mjs.map +1 -1
  352. package/dist/js/packages/components/src/components/FileCardList/FileCardList.mjs +21 -14
  353. package/dist/js/packages/components/src/components/FileCardList/FileCardList.mjs.map +1 -1
  354. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.mjs +68 -100
  355. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.mjs.map +1 -1
  356. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.module.mjs +19 -0
  357. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.module.mjs.map +1 -0
  358. package/dist/js/packages/components/src/components/FileField/FileField.mjs +57 -73
  359. package/dist/js/packages/components/src/components/FileField/FileField.mjs.map +1 -1
  360. package/dist/js/packages/components/src/components/FileField/FileField.module.mjs +9 -0
  361. package/dist/js/packages/components/src/components/FileField/FileField.module.mjs.map +1 -0
  362. package/dist/js/packages/components/src/components/FileField/components/FileInput.mjs +45 -44
  363. package/dist/js/packages/components/src/components/FileField/components/FileInput.mjs.map +1 -1
  364. package/dist/js/packages/components/src/components/FileField/components/FileInput.module.mjs +13 -0
  365. package/dist/js/packages/components/src/components/FileField/components/FileInput.module.mjs.map +1 -0
  366. package/dist/js/packages/components/src/components/Flex/Flex.mjs +29 -49
  367. package/dist/js/packages/components/src/components/Flex/Flex.mjs.map +1 -1
  368. package/dist/js/packages/components/src/components/Flex/Flex.module.mjs +9 -0
  369. package/dist/js/packages/components/src/components/Flex/Flex.module.mjs.map +1 -0
  370. package/dist/js/packages/components/src/components/FormField/FormField.module.mjs +19 -0
  371. package/dist/js/packages/components/src/components/FormField/FormField.module.mjs.map +1 -0
  372. package/dist/js/packages/components/src/components/Header/Header.mjs +22 -27
  373. package/dist/js/packages/components/src/components/Header/Header.mjs.map +1 -1
  374. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.mjs +41 -33
  375. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.mjs.map +1 -1
  376. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.mjs +21 -0
  377. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.mjs.map +1 -0
  378. package/dist/js/packages/components/src/components/Heading/Heading.mjs +58 -65
  379. package/dist/js/packages/components/src/components/Heading/Heading.mjs.map +1 -1
  380. package/dist/js/packages/components/src/components/Heading/Heading.module.mjs +47 -0
  381. package/dist/js/packages/components/src/components/Heading/Heading.module.mjs.map +1 -0
  382. package/dist/js/packages/components/src/components/Icon/Icon.mjs +47 -40
  383. package/dist/js/packages/components/src/components/Icon/Icon.mjs.map +1 -1
  384. package/dist/js/packages/components/src/components/Icon/Icon.module.mjs +40 -0
  385. package/dist/js/packages/components/src/components/Icon/Icon.module.mjs.map +1 -0
  386. package/dist/js/packages/components/src/components/Icon/components/IconSetProvider.mjs +15 -11
  387. package/dist/js/packages/components/src/components/Icon/components/IconSetProvider.mjs.map +1 -1
  388. package/dist/js/packages/components/src/components/Icon/components/icons/IconAI.mjs +15 -13
  389. package/dist/js/packages/components/src/components/Icon/components/icons/IconAI.mjs.map +1 -1
  390. package/dist/js/packages/components/src/components/Icon/components/icons/IconAnalytics.mjs +15 -13
  391. package/dist/js/packages/components/src/components/Icon/components/icons/IconAnalytics.mjs.map +1 -1
  392. package/dist/js/packages/components/src/components/Icon/components/icons/IconApp.mjs +15 -13
  393. package/dist/js/packages/components/src/components/Icon/components/icons/IconApp.mjs.map +1 -1
  394. package/dist/js/packages/components/src/components/Icon/components/icons/IconAscending.mjs +15 -13
  395. package/dist/js/packages/components/src/components/Icon/components/icons/IconAscending.mjs.map +1 -1
  396. package/dist/js/packages/components/src/components/Icon/components/icons/IconAttachment.mjs +15 -13
  397. package/dist/js/packages/components/src/components/Icon/components/icons/IconAttachment.mjs.map +1 -1
  398. package/dist/js/packages/components/src/components/Icon/components/icons/IconAutoresponder.mjs +15 -13
  399. package/dist/js/packages/components/src/components/Icon/components/icons/IconAutoresponder.mjs.map +1 -1
  400. package/dist/js/packages/components/src/components/Icon/components/icons/IconBackLink.mjs +15 -13
  401. package/dist/js/packages/components/src/components/Icon/components/icons/IconBackLink.mjs.map +1 -1
  402. package/dist/js/packages/components/src/components/Icon/components/icons/IconBackup.mjs +15 -13
  403. package/dist/js/packages/components/src/components/Icon/components/icons/IconBackup.mjs.map +1 -1
  404. package/dist/js/packages/components/src/components/Icon/components/icons/IconBold.mjs +15 -13
  405. package/dist/js/packages/components/src/components/Icon/components/icons/IconBold.mjs.map +1 -1
  406. package/dist/js/packages/components/src/components/Icon/components/icons/IconCamera.mjs +15 -13
  407. package/dist/js/packages/components/src/components/Icon/components/icons/IconCamera.mjs.map +1 -1
  408. package/dist/js/packages/components/src/components/Icon/components/icons/IconCertificate.mjs +15 -13
  409. package/dist/js/packages/components/src/components/Icon/components/icons/IconCertificate.mjs.map +1 -1
  410. package/dist/js/packages/components/src/components/Icon/components/icons/IconChangelog.mjs +15 -13
  411. package/dist/js/packages/components/src/components/Icon/components/icons/IconChangelog.mjs.map +1 -1
  412. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheck.mjs +15 -13
  413. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheck.mjs.map +1 -1
  414. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxChecked.mjs +15 -13
  415. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxChecked.mjs.map +1 -1
  416. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxEmpty.mjs +15 -13
  417. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxEmpty.mjs.map +1 -1
  418. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxIndeterminate.mjs +15 -13
  419. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxIndeterminate.mjs.map +1 -1
  420. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronDown.mjs +15 -13
  421. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronDown.mjs.map +1 -1
  422. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronLeft.mjs +15 -13
  423. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronLeft.mjs.map +1 -1
  424. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronRight.mjs +15 -13
  425. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronRight.mjs.map +1 -1
  426. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronUp.mjs +15 -13
  427. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronUp.mjs.map +1 -1
  428. package/dist/js/packages/components/src/components/Icon/components/icons/IconClose.mjs +15 -13
  429. package/dist/js/packages/components/src/components/Icon/components/icons/IconClose.mjs.map +1 -1
  430. package/dist/js/packages/components/src/components/Icon/components/icons/IconCode.mjs +15 -13
  431. package/dist/js/packages/components/src/components/Icon/components/icons/IconCode.mjs.map +1 -1
  432. package/dist/js/packages/components/src/components/Icon/components/icons/IconContainer.mjs +15 -13
  433. package/dist/js/packages/components/src/components/Icon/components/icons/IconContainer.mjs.map +1 -1
  434. package/dist/js/packages/components/src/components/Icon/components/icons/IconContextMenu.mjs +15 -13
  435. package/dist/js/packages/components/src/components/Icon/components/icons/IconContextMenu.mjs.map +1 -1
  436. package/dist/js/packages/components/src/components/Icon/components/icons/IconContextMenuVertical.mjs +15 -13
  437. package/dist/js/packages/components/src/components/Icon/components/icons/IconContextMenuVertical.mjs.map +1 -1
  438. package/dist/js/packages/components/src/components/Icon/components/icons/IconContract.mjs +15 -13
  439. package/dist/js/packages/components/src/components/Icon/components/icons/IconContract.mjs.map +1 -1
  440. package/dist/js/packages/components/src/components/Icon/components/icons/IconContractPartner.mjs +15 -13
  441. package/dist/js/packages/components/src/components/Icon/components/icons/IconContractPartner.mjs.map +1 -1
  442. package/dist/js/packages/components/src/components/Icon/components/icons/IconContributor.mjs +15 -13
  443. package/dist/js/packages/components/src/components/Icon/components/icons/IconContributor.mjs.map +1 -1
  444. package/dist/js/packages/components/src/components/Icon/components/icons/IconCopy.mjs +15 -13
  445. package/dist/js/packages/components/src/components/Icon/components/icons/IconCopy.mjs.map +1 -1
  446. package/dist/js/packages/components/src/components/Icon/components/icons/IconCronjob.mjs +15 -13
  447. package/dist/js/packages/components/src/components/Icon/components/icons/IconCronjob.mjs.map +1 -1
  448. package/dist/js/packages/components/src/components/Icon/components/icons/IconCustomer.mjs +15 -13
  449. package/dist/js/packages/components/src/components/Icon/components/icons/IconCustomer.mjs.map +1 -1
  450. package/dist/js/packages/components/src/components/Icon/components/icons/IconDanger.mjs +15 -13
  451. package/dist/js/packages/components/src/components/Icon/components/icons/IconDanger.mjs.map +1 -1
  452. package/dist/js/packages/components/src/components/Icon/components/icons/IconDashboard.mjs +15 -13
  453. package/dist/js/packages/components/src/components/Icon/components/icons/IconDashboard.mjs.map +1 -1
  454. package/dist/js/packages/components/src/components/Icon/components/icons/IconDatabase.mjs +15 -13
  455. package/dist/js/packages/components/src/components/Icon/components/icons/IconDatabase.mjs.map +1 -1
  456. package/dist/js/packages/components/src/components/Icon/components/icons/IconDate.mjs +15 -13
  457. package/dist/js/packages/components/src/components/Icon/components/icons/IconDate.mjs.map +1 -1
  458. package/dist/js/packages/components/src/components/Icon/components/icons/IconDelete.mjs +15 -13
  459. package/dist/js/packages/components/src/components/Icon/components/icons/IconDelete.mjs.map +1 -1
  460. package/dist/js/packages/components/src/components/Icon/components/icons/IconDeliveryBox.mjs +15 -13
  461. package/dist/js/packages/components/src/components/Icon/components/icons/IconDeliveryBox.mjs.map +1 -1
  462. package/dist/js/packages/components/src/components/Icon/components/icons/IconDescending.mjs +15 -13
  463. package/dist/js/packages/components/src/components/Icon/components/icons/IconDescending.mjs.map +1 -1
  464. package/dist/js/packages/components/src/components/Icon/components/icons/IconDesktop.mjs +15 -13
  465. package/dist/js/packages/components/src/components/Icon/components/icons/IconDesktop.mjs.map +1 -1
  466. package/dist/js/packages/components/src/components/Icon/components/icons/IconDirectory.mjs +15 -13
  467. package/dist/js/packages/components/src/components/Icon/components/icons/IconDirectory.mjs.map +1 -1
  468. package/dist/js/packages/components/src/components/Icon/components/icons/IconDnsSubZone.mjs +15 -13
  469. package/dist/js/packages/components/src/components/Icon/components/icons/IconDnsSubZone.mjs.map +1 -1
  470. package/dist/js/packages/components/src/components/Icon/components/icons/IconDnsZone.mjs +15 -13
  471. package/dist/js/packages/components/src/components/Icon/components/icons/IconDnsZone.mjs.map +1 -1
  472. package/dist/js/packages/components/src/components/Icon/components/icons/IconDomain.mjs +15 -13
  473. package/dist/js/packages/components/src/components/Icon/components/icons/IconDomain.mjs.map +1 -1
  474. package/dist/js/packages/components/src/components/Icon/components/icons/IconDownload.mjs +15 -13
  475. package/dist/js/packages/components/src/components/Icon/components/icons/IconDownload.mjs.map +1 -1
  476. package/dist/js/packages/components/src/components/Icon/components/icons/IconEdit.mjs +15 -13
  477. package/dist/js/packages/components/src/components/Icon/components/icons/IconEdit.mjs.map +1 -1
  478. package/dist/js/packages/components/src/components/Icon/components/icons/IconEmail.mjs +15 -13
  479. package/dist/js/packages/components/src/components/Icon/components/icons/IconEmail.mjs.map +1 -1
  480. package/dist/js/packages/components/src/components/Icon/components/icons/IconEmailArchive.mjs +15 -13
  481. package/dist/js/packages/components/src/components/Icon/components/icons/IconEmailArchive.mjs.map +1 -1
  482. package/dist/js/packages/components/src/components/Icon/components/icons/IconExtension.mjs +15 -13
  483. package/dist/js/packages/components/src/components/Icon/components/icons/IconExtension.mjs.map +1 -1
  484. package/dist/js/packages/components/src/components/Icon/components/icons/IconExternalLink.mjs +15 -13
  485. package/dist/js/packages/components/src/components/Icon/components/icons/IconExternalLink.mjs.map +1 -1
  486. package/dist/js/packages/components/src/components/Icon/components/icons/IconFailed.mjs +15 -13
  487. package/dist/js/packages/components/src/components/Icon/components/icons/IconFailed.mjs.map +1 -1
  488. package/dist/js/packages/components/src/components/Icon/components/icons/IconFeedback.mjs +15 -13
  489. package/dist/js/packages/components/src/components/Icon/components/icons/IconFeedback.mjs.map +1 -1
  490. package/dist/js/packages/components/src/components/Icon/components/icons/IconFile.mjs +15 -13
  491. package/dist/js/packages/components/src/components/Icon/components/icons/IconFile.mjs.map +1 -1
  492. package/dist/js/packages/components/src/components/Icon/components/icons/IconFilter.mjs +15 -13
  493. package/dist/js/packages/components/src/components/Icon/components/icons/IconFilter.mjs.map +1 -1
  494. package/dist/js/packages/components/src/components/Icon/components/icons/IconForwardAddress.mjs +15 -13
  495. package/dist/js/packages/components/src/components/Icon/components/icons/IconForwardAddress.mjs.map +1 -1
  496. package/dist/js/packages/components/src/components/Icon/components/icons/IconForwardLink.mjs +15 -13
  497. package/dist/js/packages/components/src/components/Icon/components/icons/IconForwardLink.mjs.map +1 -1
  498. package/dist/js/packages/components/src/components/Icon/components/icons/IconHide.mjs +15 -13
  499. package/dist/js/packages/components/src/components/Icon/components/icons/IconHide.mjs.map +1 -1
  500. package/dist/js/packages/components/src/components/Icon/components/icons/IconHome.mjs +15 -13
  501. package/dist/js/packages/components/src/components/Icon/components/icons/IconHome.mjs.map +1 -1
  502. package/dist/js/packages/components/src/components/Icon/components/icons/IconImage.mjs +15 -13
  503. package/dist/js/packages/components/src/components/Icon/components/icons/IconImage.mjs.map +1 -1
  504. package/dist/js/packages/components/src/components/Icon/components/icons/IconInfo.mjs +15 -13
  505. package/dist/js/packages/components/src/components/Icon/components/icons/IconInfo.mjs.map +1 -1
  506. package/dist/js/packages/components/src/components/Icon/components/icons/IconInvite.mjs +15 -13
  507. package/dist/js/packages/components/src/components/Icon/components/icons/IconInvite.mjs.map +1 -1
  508. package/dist/js/packages/components/src/components/Icon/components/icons/IconInvoice.mjs +15 -13
  509. package/dist/js/packages/components/src/components/Icon/components/icons/IconInvoice.mjs.map +1 -1
  510. package/dist/js/packages/components/src/components/Icon/components/icons/IconItalic.mjs +15 -13
  511. package/dist/js/packages/components/src/components/Icon/components/icons/IconItalic.mjs.map +1 -1
  512. package/dist/js/packages/components/src/components/Icon/components/icons/IconKnowledgeHint.mjs +15 -13
  513. package/dist/js/packages/components/src/components/Icon/components/icons/IconKnowledgeHint.mjs.map +1 -1
  514. package/dist/js/packages/components/src/components/Icon/components/icons/IconLanguage.mjs +15 -13
  515. package/dist/js/packages/components/src/components/Icon/components/icons/IconLanguage.mjs.map +1 -1
  516. package/dist/js/packages/components/src/components/Icon/components/icons/IconLeadFyndr.mjs +15 -13
  517. package/dist/js/packages/components/src/components/Icon/components/icons/IconLeadFyndr.mjs.map +1 -1
  518. package/dist/js/packages/components/src/components/Icon/components/icons/IconLink.mjs +15 -13
  519. package/dist/js/packages/components/src/components/Icon/components/icons/IconLink.mjs.map +1 -1
  520. package/dist/js/packages/components/src/components/Icon/components/icons/IconLock.mjs +15 -13
  521. package/dist/js/packages/components/src/components/Icon/components/icons/IconLock.mjs.map +1 -1
  522. package/dist/js/packages/components/src/components/Icon/components/icons/IconLockOpen.mjs +15 -13
  523. package/dist/js/packages/components/src/components/Icon/components/icons/IconLockOpen.mjs.map +1 -1
  524. package/dist/js/packages/components/src/components/Icon/components/icons/IconLogout.mjs +15 -13
  525. package/dist/js/packages/components/src/components/Icon/components/icons/IconLogout.mjs.map +1 -1
  526. package/dist/js/packages/components/src/components/Icon/components/icons/IconMainUser.mjs +15 -13
  527. package/dist/js/packages/components/src/components/Icon/components/icons/IconMainUser.mjs.map +1 -1
  528. package/dist/js/packages/components/src/components/Icon/components/icons/IconMarketplace.mjs +15 -13
  529. package/dist/js/packages/components/src/components/Icon/components/icons/IconMarketplace.mjs.map +1 -1
  530. package/dist/js/packages/components/src/components/Icon/components/icons/IconMaximize.mjs +15 -13
  531. package/dist/js/packages/components/src/components/Icon/components/icons/IconMaximize.mjs.map +1 -1
  532. package/dist/js/packages/components/src/components/Icon/components/icons/IconMember.mjs +15 -13
  533. package/dist/js/packages/components/src/components/Icon/components/icons/IconMember.mjs.map +1 -1
  534. package/dist/js/packages/components/src/components/Icon/components/icons/IconMenu.mjs +15 -13
  535. package/dist/js/packages/components/src/components/Icon/components/icons/IconMenu.mjs.map +1 -1
  536. package/dist/js/packages/components/src/components/Icon/components/icons/IconMinimize.mjs +15 -13
  537. package/dist/js/packages/components/src/components/Icon/components/icons/IconMinimize.mjs.map +1 -1
  538. package/dist/js/packages/components/src/components/Icon/components/icons/IconMinus.mjs +15 -13
  539. package/dist/js/packages/components/src/components/Icon/components/icons/IconMinus.mjs.map +1 -1
  540. package/dist/js/packages/components/src/components/Icon/components/icons/IconMittwald.mjs +15 -13
  541. package/dist/js/packages/components/src/components/Icon/components/icons/IconMittwald.mjs.map +1 -1
  542. package/dist/js/packages/components/src/components/Icon/components/icons/IconMobile.mjs +15 -13
  543. package/dist/js/packages/components/src/components/Icon/components/icons/IconMobile.mjs.map +1 -1
  544. package/dist/js/packages/components/src/components/Icon/components/icons/IconMonitoring.mjs +15 -13
  545. package/dist/js/packages/components/src/components/Icon/components/icons/IconMonitoring.mjs.map +1 -1
  546. package/dist/js/packages/components/src/components/Icon/components/icons/IconMove.mjs +15 -13
  547. package/dist/js/packages/components/src/components/Icon/components/icons/IconMove.mjs.map +1 -1
  548. package/dist/js/packages/components/src/components/Icon/components/icons/IconNewsletter.mjs +19 -0
  549. package/dist/js/packages/components/src/components/Icon/components/icons/IconNewsletter.mjs.map +1 -0
  550. package/dist/js/packages/components/src/components/Icon/components/icons/IconNotification.mjs +15 -13
  551. package/dist/js/packages/components/src/components/Icon/components/icons/IconNotification.mjs.map +1 -1
  552. package/dist/js/packages/components/src/components/Icon/components/icons/IconNumber.mjs +15 -13
  553. package/dist/js/packages/components/src/components/Icon/components/icons/IconNumber.mjs.map +1 -1
  554. package/dist/js/packages/components/src/components/Icon/components/icons/IconOrder.mjs +15 -13
  555. package/dist/js/packages/components/src/components/Icon/components/icons/IconOrder.mjs.map +1 -1
  556. package/dist/js/packages/components/src/components/Icon/components/icons/IconOrderedList.mjs +15 -13
  557. package/dist/js/packages/components/src/components/Icon/components/icons/IconOrderedList.mjs.map +1 -1
  558. package/dist/js/packages/components/src/components/Icon/components/icons/IconPassword.mjs +15 -13
  559. package/dist/js/packages/components/src/components/Icon/components/icons/IconPassword.mjs.map +1 -1
  560. package/dist/js/packages/components/src/components/Icon/components/icons/IconPath.mjs +15 -13
  561. package/dist/js/packages/components/src/components/Icon/components/icons/IconPath.mjs.map +1 -1
  562. package/dist/js/packages/components/src/components/Icon/components/icons/IconPause.mjs +15 -13
  563. package/dist/js/packages/components/src/components/Icon/components/icons/IconPause.mjs.map +1 -1
  564. package/dist/js/packages/components/src/components/Icon/components/icons/IconPayment.mjs +15 -13
  565. package/dist/js/packages/components/src/components/Icon/components/icons/IconPayment.mjs.map +1 -1
  566. package/dist/js/packages/components/src/components/Icon/components/icons/IconPending.mjs +15 -13
  567. package/dist/js/packages/components/src/components/Icon/components/icons/IconPending.mjs.map +1 -1
  568. package/dist/js/packages/components/src/components/Icon/components/icons/IconPicture.mjs +15 -13
  569. package/dist/js/packages/components/src/components/Icon/components/icons/IconPicture.mjs.map +1 -1
  570. package/dist/js/packages/components/src/components/Icon/components/icons/IconPlus.mjs +15 -13
  571. package/dist/js/packages/components/src/components/Icon/components/icons/IconPlus.mjs.map +1 -1
  572. package/dist/js/packages/components/src/components/Icon/components/icons/IconProject.mjs +15 -13
  573. package/dist/js/packages/components/src/components/Icon/components/icons/IconProject.mjs.map +1 -1
  574. package/dist/js/packages/components/src/components/Icon/components/icons/IconQuote.mjs +15 -13
  575. package/dist/js/packages/components/src/components/Icon/components/icons/IconQuote.mjs.map +1 -1
  576. package/dist/js/packages/components/src/components/Icon/components/icons/IconRadioOff.mjs +15 -13
  577. package/dist/js/packages/components/src/components/Icon/components/icons/IconRadioOff.mjs.map +1 -1
  578. package/dist/js/packages/components/src/components/Icon/components/icons/IconRadioOn.mjs +15 -13
  579. package/dist/js/packages/components/src/components/Icon/components/icons/IconRadioOn.mjs.map +1 -1
  580. package/dist/js/packages/components/src/components/Icon/components/icons/IconRedo.mjs +15 -13
  581. package/dist/js/packages/components/src/components/Icon/components/icons/IconRedo.mjs.map +1 -1
  582. package/dist/js/packages/components/src/components/Icon/components/icons/IconRefresh.mjs +15 -13
  583. package/dist/js/packages/components/src/components/Icon/components/icons/IconRefresh.mjs.map +1 -1
  584. package/dist/js/packages/components/src/components/Icon/components/icons/IconRegistry.mjs +15 -13
  585. package/dist/js/packages/components/src/components/Icon/components/icons/IconRegistry.mjs.map +1 -1
  586. package/dist/js/packages/components/src/components/Icon/components/icons/IconSave.mjs +15 -13
  587. package/dist/js/packages/components/src/components/Icon/components/icons/IconSave.mjs.map +1 -1
  588. package/dist/js/packages/components/src/components/Icon/components/icons/IconSearch.mjs +15 -13
  589. package/dist/js/packages/components/src/components/Icon/components/icons/IconSearch.mjs.map +1 -1
  590. package/dist/js/packages/components/src/components/Icon/components/icons/IconSecurity.mjs +15 -13
  591. package/dist/js/packages/components/src/components/Icon/components/icons/IconSecurity.mjs.map +1 -1
  592. package/dist/js/packages/components/src/components/Icon/components/icons/IconSend.mjs +15 -13
  593. package/dist/js/packages/components/src/components/Icon/components/icons/IconSend.mjs.map +1 -1
  594. package/dist/js/packages/components/src/components/Icon/components/icons/IconServer.mjs +15 -13
  595. package/dist/js/packages/components/src/components/Icon/components/icons/IconServer.mjs.map +1 -1
  596. package/dist/js/packages/components/src/components/Icon/components/icons/IconSettings.mjs +15 -13
  597. package/dist/js/packages/components/src/components/Icon/components/icons/IconSettings.mjs.map +1 -1
  598. package/dist/js/packages/components/src/components/Icon/components/icons/IconShare.mjs +15 -13
  599. package/dist/js/packages/components/src/components/Icon/components/icons/IconShare.mjs.map +1 -1
  600. package/dist/js/packages/components/src/components/Icon/components/icons/IconShow.mjs +15 -13
  601. package/dist/js/packages/components/src/components/Icon/components/icons/IconShow.mjs.map +1 -1
  602. package/dist/js/packages/components/src/components/Icon/components/icons/IconSorting.mjs +15 -13
  603. package/dist/js/packages/components/src/components/Icon/components/icons/IconSorting.mjs.map +1 -1
  604. package/dist/js/packages/components/src/components/Icon/components/icons/IconSsh.mjs +15 -13
  605. package/dist/js/packages/components/src/components/Icon/components/icons/IconSsh.mjs.map +1 -1
  606. package/dist/js/packages/components/src/components/Icon/components/icons/IconSshKey.mjs +15 -13
  607. package/dist/js/packages/components/src/components/Icon/components/icons/IconSshKey.mjs.map +1 -1
  608. package/dist/js/packages/components/src/components/Icon/components/icons/IconSshSftp.mjs +15 -13
  609. package/dist/js/packages/components/src/components/Icon/components/icons/IconSshSftp.mjs.map +1 -1
  610. package/dist/js/packages/components/src/components/Icon/components/icons/IconStack.mjs +19 -0
  611. package/dist/js/packages/components/src/components/Icon/components/icons/IconStack.mjs.map +1 -0
  612. package/dist/js/packages/components/src/components/Icon/components/icons/IconStar.mjs +15 -13
  613. package/dist/js/packages/components/src/components/Icon/components/icons/IconStar.mjs.map +1 -1
  614. package/dist/js/packages/components/src/components/Icon/components/icons/IconStarFilled.mjs +15 -13
  615. package/dist/js/packages/components/src/components/Icon/components/icons/IconStarFilled.mjs.map +1 -1
  616. package/dist/js/packages/components/src/components/Icon/components/icons/IconStart.mjs +15 -13
  617. package/dist/js/packages/components/src/components/Icon/components/icons/IconStart.mjs.map +1 -1
  618. package/dist/js/packages/components/src/components/Icon/components/icons/IconStrikeThrough.mjs +15 -13
  619. package/dist/js/packages/components/src/components/Icon/components/icons/IconStrikeThrough.mjs.map +1 -1
  620. package/dist/js/packages/components/src/components/Icon/components/icons/IconSubdomain.mjs +15 -13
  621. package/dist/js/packages/components/src/components/Icon/components/icons/IconSubdomain.mjs.map +1 -1
  622. package/dist/js/packages/components/src/components/Icon/components/icons/IconSucceeded.mjs +15 -13
  623. package/dist/js/packages/components/src/components/Icon/components/icons/IconSucceeded.mjs.map +1 -1
  624. package/dist/js/packages/components/src/components/Icon/components/icons/IconSuccess.mjs +15 -13
  625. package/dist/js/packages/components/src/components/Icon/components/icons/IconSuccess.mjs.map +1 -1
  626. package/dist/js/packages/components/src/components/Icon/components/icons/IconSupport.mjs +15 -13
  627. package/dist/js/packages/components/src/components/Icon/components/icons/IconSupport.mjs.map +1 -1
  628. package/dist/js/packages/components/src/components/Icon/components/icons/IconTerminate.mjs +15 -13
  629. package/dist/js/packages/components/src/components/Icon/components/icons/IconTerminate.mjs.map +1 -1
  630. package/dist/js/packages/components/src/components/Icon/components/icons/IconTicket.mjs +15 -13
  631. package/dist/js/packages/components/src/components/Icon/components/icons/IconTicket.mjs.map +1 -1
  632. package/dist/js/packages/components/src/components/Icon/components/icons/IconTime.mjs +15 -13
  633. package/dist/js/packages/components/src/components/Icon/components/icons/IconTime.mjs.map +1 -1
  634. package/dist/js/packages/components/src/components/Icon/components/icons/IconUnavailable.mjs +15 -13
  635. package/dist/js/packages/components/src/components/Icon/components/icons/IconUnavailable.mjs.map +1 -1
  636. package/dist/js/packages/components/src/components/Icon/components/icons/IconUndo.mjs +15 -13
  637. package/dist/js/packages/components/src/components/Icon/components/icons/IconUndo.mjs.map +1 -1
  638. package/dist/js/packages/components/src/components/Icon/components/icons/IconUnorderedList.mjs +15 -13
  639. package/dist/js/packages/components/src/components/Icon/components/icons/IconUnorderedList.mjs.map +1 -1
  640. package/dist/js/packages/components/src/components/Icon/components/icons/IconUpload.mjs +15 -13
  641. package/dist/js/packages/components/src/components/Icon/components/icons/IconUpload.mjs.map +1 -1
  642. package/dist/js/packages/components/src/components/Icon/components/icons/IconUser.mjs +15 -13
  643. package/dist/js/packages/components/src/components/Icon/components/icons/IconUser.mjs.map +1 -1
  644. package/dist/js/packages/components/src/components/Icon/components/icons/IconVhost.mjs +15 -13
  645. package/dist/js/packages/components/src/components/Icon/components/icons/IconVhost.mjs.map +1 -1
  646. package/dist/js/packages/components/src/components/Icon/components/icons/IconView.mjs +15 -13
  647. package/dist/js/packages/components/src/components/Icon/components/icons/IconView.mjs.map +1 -1
  648. package/dist/js/packages/components/src/components/Icon/components/icons/IconVolume.mjs +15 -13
  649. package/dist/js/packages/components/src/components/Icon/components/icons/IconVolume.mjs.map +1 -1
  650. package/dist/js/packages/components/src/components/Icon/components/icons/IconWarning.mjs +15 -13
  651. package/dist/js/packages/components/src/components/Icon/components/icons/IconWarning.mjs.map +1 -1
  652. package/dist/js/packages/components/src/components/Icon/index.mjs +5 -0
  653. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.mjs +44 -44
  654. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
  655. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.mjs +31 -0
  656. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.mjs.map +1 -0
  657. package/dist/js/packages/components/src/components/Image/Image.mjs +23 -33
  658. package/dist/js/packages/components/src/components/Image/Image.mjs.map +1 -1
  659. package/dist/js/packages/components/src/components/Image/Image.module.mjs +15 -0
  660. package/dist/js/packages/components/src/components/Image/Image.module.mjs.map +1 -0
  661. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.mjs +68 -70
  662. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.mjs.map +1 -1
  663. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.mjs +13 -0
  664. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.mjs.map +1 -0
  665. package/dist/js/packages/components/src/components/ImageCropper/lib/getCroppedImageFile.mjs +32 -41
  666. package/dist/js/packages/components/src/components/ImageCropper/lib/getCroppedImageFile.mjs.map +1 -1
  667. package/dist/js/packages/components/src/components/Initials/Initials.mjs +33 -38
  668. package/dist/js/packages/components/src/components/Initials/Initials.mjs.map +1 -1
  669. package/dist/js/packages/components/src/components/Initials/Initials.module.mjs +9 -0
  670. package/dist/js/packages/components/src/components/Initials/Initials.module.mjs.map +1 -0
  671. package/dist/js/packages/components/src/components/Initials/lib/getColorFromInitials.mjs +10 -9
  672. package/dist/js/packages/components/src/components/Initials/lib/getColorFromInitials.mjs.map +1 -1
  673. package/dist/js/packages/components/src/components/Initials/lib/getInitialsFromString.mjs +10 -4
  674. package/dist/js/packages/components/src/components/Initials/lib/getInitialsFromString.mjs.map +1 -1
  675. package/dist/js/packages/components/src/components/InlineCode/InlineCode.mjs +22 -15
  676. package/dist/js/packages/components/src/components/InlineCode/InlineCode.mjs.map +1 -1
  677. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.mjs +17 -0
  678. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.mjs.map +1 -0
  679. package/dist/js/packages/components/src/components/IntlProvider/IntlProvider.mjs +6 -5
  680. package/dist/js/packages/components/src/components/IntlProvider/IntlProvider.mjs.map +1 -1
  681. package/dist/js/packages/components/src/components/Kbd/Kbd.mjs +39 -47
  682. package/dist/js/packages/components/src/components/Kbd/Kbd.mjs.map +1 -1
  683. package/dist/js/packages/components/src/components/Kbd/Kbd.module.mjs +17 -0
  684. package/dist/js/packages/components/src/components/Kbd/Kbd.module.mjs.map +1 -0
  685. package/dist/js/packages/components/src/components/Label/Label.mjs +74 -61
  686. package/dist/js/packages/components/src/components/Label/Label.mjs.map +1 -1
  687. package/dist/js/packages/components/src/components/Label/Label.module.mjs +17 -0
  688. package/dist/js/packages/components/src/components/Label/Label.module.mjs.map +1 -0
  689. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.mjs +40 -29
  690. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.mjs.map +1 -1
  691. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.module.mjs +15 -0
  692. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.module.mjs.map +1 -0
  693. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.mjs +28 -25
  694. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.mjs.map +1 -1
  695. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.module.mjs +15 -0
  696. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.module.mjs.map +1 -0
  697. package/dist/js/packages/components/src/components/Legend/Legend.mjs +16 -10
  698. package/dist/js/packages/components/src/components/Legend/Legend.mjs.map +1 -1
  699. package/dist/js/packages/components/src/components/Legend/Legend.module.mjs +9 -0
  700. package/dist/js/packages/components/src/components/Legend/Legend.module.mjs.map +1 -0
  701. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.mjs +19 -21
  702. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.mjs.map +1 -1
  703. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.module.mjs +13 -0
  704. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.module.mjs.map +1 -0
  705. package/dist/js/packages/components/src/components/LightBox/LightBox.mjs +64 -73
  706. package/dist/js/packages/components/src/components/LightBox/LightBox.mjs.map +1 -1
  707. package/dist/js/packages/components/src/components/LightBox/LightBox.module.mjs +21 -0
  708. package/dist/js/packages/components/src/components/LightBox/LightBox.module.mjs.map +1 -0
  709. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/Controls.mjs +25 -0
  710. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/Controls.mjs.map +1 -0
  711. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.mjs +105 -0
  712. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.mjs.map +1 -0
  713. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.module.mjs +34 -0
  714. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGallery/LightBoxGallery.module.mjs.map +1 -0
  715. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.mjs +50 -0
  716. package/dist/js/packages/components/src/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.mjs.map +1 -0
  717. package/dist/js/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.mjs +15 -19
  718. package/dist/js/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.mjs.map +1 -1
  719. package/dist/js/packages/components/src/components/Link/Link.mjs +87 -64
  720. package/dist/js/packages/components/src/components/Link/Link.mjs.map +1 -1
  721. package/dist/js/packages/components/src/components/Link/Link.module.mjs +32 -0
  722. package/dist/js/packages/components/src/components/Link/Link.module.mjs.map +1 -0
  723. package/dist/js/packages/components/src/components/Link/components/LinkIcon/LinkIcon.mjs +32 -26
  724. package/dist/js/packages/components/src/components/Link/components/LinkIcon/LinkIcon.mjs.map +1 -1
  725. package/dist/js/packages/components/src/components/Link/components/LinkIcon/LinkIcon.module.mjs +9 -0
  726. package/dist/js/packages/components/src/components/Link/components/LinkIcon/LinkIcon.module.mjs.map +1 -0
  727. package/dist/js/packages/components/src/components/Link/context.mjs +7 -6
  728. package/dist/js/packages/components/src/components/Link/context.mjs.map +1 -1
  729. package/dist/js/packages/components/src/components/List/List.mjs +152 -161
  730. package/dist/js/packages/components/src/components/List/List.mjs.map +1 -1
  731. package/dist/js/packages/components/src/components/List/List.module.mjs +15 -0
  732. package/dist/js/packages/components/src/components/List/List.module.mjs.map +1 -0
  733. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoader.mjs +20 -19
  734. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoader.mjs.map +1 -1
  735. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs +17 -13
  736. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs.map +1 -1
  737. package/dist/js/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.mjs +22 -0
  738. package/dist/js/packages/components/src/components/List/components/EmptySearchResultView/EmptySearchResultView.mjs.map +1 -0
  739. package/dist/js/packages/components/src/components/List/components/EmptyView/EmptyView.mjs +22 -0
  740. package/dist/js/packages/components/src/components/List/components/EmptyView/EmptyView.mjs.map +1 -0
  741. package/dist/js/packages/components/src/components/List/components/Footer/Footer.mjs +28 -14
  742. package/dist/js/packages/components/src/components/List/components/Footer/Footer.mjs.map +1 -1
  743. package/dist/js/packages/components/src/components/List/components/Footer/Footer.module.mjs +9 -0
  744. package/dist/js/packages/components/src/components/List/components/Footer/Footer.module.mjs.map +1 -0
  745. package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs +28 -25
  746. package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs.map +1 -1
  747. package/dist/js/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.mjs +24 -31
  748. package/dist/js/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.mjs.map +1 -1
  749. package/dist/js/packages/components/src/components/List/components/Header/Header.mjs +54 -45
  750. package/dist/js/packages/components/src/components/List/components/Header/Header.mjs.map +1 -1
  751. package/dist/js/packages/components/src/components/List/components/Header/Header.module.mjs +27 -0
  752. package/dist/js/packages/components/src/components/List/components/Header/Header.module.mjs.map +1 -0
  753. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +88 -97
  754. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs.map +1 -1
  755. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.module.mjs +13 -0
  756. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.module.mjs.map +1 -0
  757. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs +84 -118
  758. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs.map +1 -1
  759. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.mjs +21 -20
  760. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.mjs.map +1 -1
  761. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.mjs +22 -12
  762. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.mjs.map +1 -1
  763. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.mjs +32 -36
  764. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.mjs.map +1 -1
  765. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.mjs +39 -50
  766. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.mjs.map +1 -1
  767. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs +33 -54
  768. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs.map +1 -1
  769. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs +33 -44
  770. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs.map +1 -1
  771. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs +44 -65
  772. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs.map +1 -1
  773. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.mjs +32 -44
  774. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.mjs.map +1 -1
  775. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs +18 -36
  776. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs.map +1 -1
  777. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.module.mjs +9 -0
  778. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.module.mjs.map +1 -0
  779. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.mjs +16 -20
  780. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.mjs.map +1 -1
  781. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.mjs +57 -68
  782. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
  783. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.module.mjs +9 -0
  784. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.module.mjs.map +1 -0
  785. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs +37 -52
  786. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs.map +1 -1
  787. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs +17 -42
  788. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs.map +1 -1
  789. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs +34 -59
  790. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs.map +1 -1
  791. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs +21 -44
  792. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs.map +1 -1
  793. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs +12 -41
  794. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs.map +1 -1
  795. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs +46 -56
  796. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs.map +1 -1
  797. package/dist/js/packages/components/src/components/List/components/Items/Items.module.mjs +17 -0
  798. package/dist/js/packages/components/src/components/List/components/Items/Items.module.mjs.map +1 -0
  799. package/dist/js/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.mjs +15 -12
  800. package/dist/js/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.mjs.map +1 -1
  801. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.mjs +48 -51
  802. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.mjs.map +1 -1
  803. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.mjs +17 -0
  804. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.mjs.map +1 -0
  805. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.mjs +28 -37
  806. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.mjs.map +1 -1
  807. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/ItemLoadingView/ItemLoadingView.mjs +14 -0
  808. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/ItemLoadingView/ItemLoadingView.mjs.map +1 -0
  809. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.mjs +19 -22
  810. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.mjs.map +1 -1
  811. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.mjs +21 -31
  812. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.mjs.map +1 -1
  813. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +58 -91
  814. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs.map +1 -1
  815. package/dist/js/packages/components/src/components/List/components/Items/hooks/useInfiniteScrollTrigger.mjs +34 -0
  816. package/dist/js/packages/components/src/components/List/components/Items/hooks/useInfiniteScrollTrigger.mjs.map +1 -0
  817. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs +14 -18
  818. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs.map +1 -1
  819. package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.mjs +15 -21
  820. package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.mjs.map +1 -1
  821. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs +95 -81
  822. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs.map +1 -1
  823. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.module.mjs +45 -0
  824. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.module.mjs.map +1 -0
  825. package/dist/js/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs +111 -121
  826. package/dist/js/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs.map +1 -1
  827. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.mjs +23 -30
  828. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.mjs.map +1 -1
  829. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.module.mjs +15 -0
  830. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.module.mjs.map +1 -0
  831. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs +48 -85
  832. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs.map +1 -1
  833. package/dist/js/packages/components/src/components/List/components/Table/Table.module.mjs +19 -0
  834. package/dist/js/packages/components/src/components/List/components/Table/Table.module.mjs.map +1 -0
  835. package/dist/js/packages/components/src/components/List/components/Table/components/TableBodyLoadingView.mjs +10 -9
  836. package/dist/js/packages/components/src/components/List/components/Table/components/TableBodyLoadingView.mjs.map +1 -1
  837. package/dist/js/packages/components/src/components/List/components/Table/components/TableRowSkeletonView.mjs +24 -20
  838. package/dist/js/packages/components/src/components/List/components/Table/components/TableRowSkeletonView.mjs.map +1 -1
  839. package/dist/js/packages/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs +33 -31
  840. package/dist/js/packages/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs.map +1 -1
  841. package/dist/js/packages/components/src/components/List/hooks/useList.mjs +7 -6
  842. package/dist/js/packages/components/src/components/List/hooks/useList.mjs.map +1 -1
  843. package/dist/js/packages/components/src/components/List/hooks/useListMetadata.mjs +9 -11
  844. package/dist/js/packages/components/src/components/List/hooks/useListMetadata.mjs.map +1 -1
  845. package/dist/js/packages/components/src/components/List/listContext.mjs +6 -5
  846. package/dist/js/packages/components/src/components/List/listContext.mjs.map +1 -1
  847. package/dist/js/packages/components/src/components/List/model/List.mjs +105 -113
  848. package/dist/js/packages/components/src/components/List/model/List.mjs.map +1 -1
  849. package/dist/js/packages/components/src/components/List/model/ListSettingsStore.mjs +67 -86
  850. package/dist/js/packages/components/src/components/List/model/ListSettingsStore.mjs.map +1 -1
  851. package/dist/js/packages/components/src/components/List/model/ListViewMode.mjs +32 -38
  852. package/dist/js/packages/components/src/components/List/model/ListViewMode.mjs.map +1 -1
  853. package/dist/js/packages/components/src/components/List/model/ReactTable.mjs +100 -119
  854. package/dist/js/packages/components/src/components/List/model/ReactTable.mjs.map +1 -1
  855. package/dist/js/packages/components/src/components/List/model/filter/DateRangeFilter.mjs +25 -33
  856. package/dist/js/packages/components/src/components/List/model/filter/DateRangeFilter.mjs.map +1 -1
  857. package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs +169 -226
  858. package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs.map +1 -1
  859. package/dist/js/packages/components/src/components/List/model/filter/FilterValue.mjs +40 -43
  860. package/dist/js/packages/components/src/components/List/model/filter/FilterValue.mjs.map +1 -1
  861. package/dist/js/packages/components/src/components/List/model/filter/dateRangeFilterFn.mjs +18 -27
  862. package/dist/js/packages/components/src/components/List/model/filter/dateRangeFilterFn.mjs.map +1 -1
  863. package/dist/js/packages/components/src/components/List/model/item/Item.mjs +17 -15
  864. package/dist/js/packages/components/src/components/List/model/item/Item.mjs.map +1 -1
  865. package/dist/js/packages/components/src/components/List/model/item/ItemCollection.mjs +14 -13
  866. package/dist/js/packages/components/src/components/List/model/item/ItemCollection.mjs.map +1 -1
  867. package/dist/js/packages/components/src/components/List/model/item/ItemView.mjs +34 -45
  868. package/dist/js/packages/components/src/components/List/model/item/ItemView.mjs.map +1 -1
  869. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs +141 -167
  870. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
  871. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoaderState.mjs +87 -76
  872. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoaderState.mjs.map +1 -1
  873. package/dist/js/packages/components/src/components/List/model/pagination/BatchesController.mjs +55 -60
  874. package/dist/js/packages/components/src/components/List/model/pagination/BatchesController.mjs.map +1 -1
  875. package/dist/js/packages/components/src/components/List/model/search/Search.mjs +55 -62
  876. package/dist/js/packages/components/src/components/List/model/search/Search.mjs.map +1 -1
  877. package/dist/js/packages/components/src/components/List/model/sorting/Sorting.mjs +59 -78
  878. package/dist/js/packages/components/src/components/List/model/sorting/Sorting.mjs.map +1 -1
  879. package/dist/js/packages/components/src/components/List/model/sorting/SortingFunctions.mjs +19 -21
  880. package/dist/js/packages/components/src/components/List/model/sorting/SortingFunctions.mjs.map +1 -1
  881. package/dist/js/packages/components/src/components/List/model/table/Table.mjs +19 -18
  882. package/dist/js/packages/components/src/components/List/model/table/Table.mjs.map +1 -1
  883. package/dist/js/packages/components/src/components/List/model/table/TableBody.mjs +16 -15
  884. package/dist/js/packages/components/src/components/List/model/table/TableBody.mjs.map +1 -1
  885. package/dist/js/packages/components/src/components/List/model/table/TableCell.mjs +17 -15
  886. package/dist/js/packages/components/src/components/List/model/table/TableCell.mjs.map +1 -1
  887. package/dist/js/packages/components/src/components/List/model/table/TableColumn.mjs +12 -10
  888. package/dist/js/packages/components/src/components/List/model/table/TableColumn.mjs.map +1 -1
  889. package/dist/js/packages/components/src/components/List/model/table/TableHeader.mjs +16 -15
  890. package/dist/js/packages/components/src/components/List/model/table/TableHeader.mjs.map +1 -1
  891. package/dist/js/packages/components/src/components/List/model/table/TableRow.mjs +16 -15
  892. package/dist/js/packages/components/src/components/List/model/table/TableRow.mjs.map +1 -1
  893. package/dist/js/packages/components/src/components/List/setupComponents/ListFilter.mjs +6 -4
  894. package/dist/js/packages/components/src/components/List/setupComponents/ListFilter.mjs.map +1 -1
  895. package/dist/js/packages/components/src/components/List/setupComponents/ListItem.mjs +6 -4
  896. package/dist/js/packages/components/src/components/List/setupComponents/ListItem.mjs.map +1 -1
  897. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsync.mjs +6 -4
  898. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsync.mjs.map +1 -1
  899. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsyncResource.mjs +11 -4
  900. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsyncResource.mjs.map +1 -1
  901. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderHooks.mjs +6 -4
  902. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderHooks.mjs.map +1 -1
  903. package/dist/js/packages/components/src/components/List/setupComponents/ListSearch.mjs +6 -4
  904. package/dist/js/packages/components/src/components/List/setupComponents/ListSearch.mjs.map +1 -1
  905. package/dist/js/packages/components/src/components/List/setupComponents/ListSorting.mjs +6 -4
  906. package/dist/js/packages/components/src/components/List/setupComponents/ListSorting.mjs.map +1 -1
  907. package/dist/js/packages/components/src/components/List/setupComponents/ListStaticData.mjs +6 -4
  908. package/dist/js/packages/components/src/components/List/setupComponents/ListStaticData.mjs.map +1 -1
  909. package/dist/js/packages/components/src/components/List/setupComponents/Table.mjs +5 -3
  910. package/dist/js/packages/components/src/components/List/setupComponents/Table.mjs.map +1 -1
  911. package/dist/js/packages/components/src/components/List/setupComponents/TableBody.mjs +5 -3
  912. package/dist/js/packages/components/src/components/List/setupComponents/TableBody.mjs.map +1 -1
  913. package/dist/js/packages/components/src/components/List/setupComponents/TableCell.mjs +5 -3
  914. package/dist/js/packages/components/src/components/List/setupComponents/TableCell.mjs.map +1 -1
  915. package/dist/js/packages/components/src/components/List/setupComponents/TableColumn.mjs +5 -3
  916. package/dist/js/packages/components/src/components/List/setupComponents/TableColumn.mjs.map +1 -1
  917. package/dist/js/packages/components/src/components/List/setupComponents/TableHeader.mjs +5 -3
  918. package/dist/js/packages/components/src/components/List/setupComponents/TableHeader.mjs.map +1 -1
  919. package/dist/js/packages/components/src/components/List/setupComponents/TableRow.mjs +5 -3
  920. package/dist/js/packages/components/src/components/List/setupComponents/TableRow.mjs.map +1 -1
  921. package/dist/js/packages/components/src/components/List/typedList.mjs +40 -39
  922. package/dist/js/packages/components/src/components/List/typedList.mjs.map +1 -1
  923. package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs +27 -23
  924. package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs.map +1 -1
  925. package/dist/js/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.mjs +21 -0
  926. package/dist/js/packages/components/src/components/List/views/EmptyViewContainer/EmptyViewContainer.mjs.map +1 -0
  927. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.mjs +30 -20
  928. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.mjs.map +1 -1
  929. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.mjs +19 -0
  930. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.mjs.map +1 -0
  931. package/dist/js/packages/components/src/components/Markdown/Markdown.mjs +108 -102
  932. package/dist/js/packages/components/src/components/Markdown/Markdown.mjs.map +1 -1
  933. package/dist/js/packages/components/src/components/Markdown/Markdown.module.mjs +9 -0
  934. package/dist/js/packages/components/src/components/Markdown/Markdown.module.mjs.map +1 -0
  935. package/dist/js/packages/components/src/components/Markdown/lib/getHeadingLevelWithOffset.mjs +7 -5
  936. package/dist/js/packages/components/src/components/Markdown/lib/getHeadingLevelWithOffset.mjs.map +1 -1
  937. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.mjs +109 -109
  938. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.mjs.map +1 -1
  939. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.module.mjs +21 -0
  940. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.module.mjs.map +1 -0
  941. package/dist/js/packages/components/src/components/MarkdownEditor/components/ModeButton.mjs +26 -27
  942. package/dist/js/packages/components/src/components/MarkdownEditor/components/ModeButton.mjs.map +1 -1
  943. package/dist/js/packages/components/src/components/MarkdownEditor/components/Toolbar.mjs +80 -45
  944. package/dist/js/packages/components/src/components/MarkdownEditor/components/Toolbar.mjs.map +1 -1
  945. package/dist/js/packages/components/src/components/MarkdownEditor/components/ToolbarButton.mjs +23 -24
  946. package/dist/js/packages/components/src/components/MarkdownEditor/components/ToolbarButton.mjs.map +1 -1
  947. package/dist/js/packages/components/src/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.mjs +39 -53
  948. package/dist/js/packages/components/src/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.mjs.map +1 -1
  949. package/dist/js/packages/components/src/components/MarkdownEditor/lib/modifyValueByType.mjs +166 -152
  950. package/dist/js/packages/components/src/components/MarkdownEditor/lib/modifyValueByType.mjs.map +1 -1
  951. package/dist/js/packages/components/src/components/MenuItem/MenuItem.mjs +56 -71
  952. package/dist/js/packages/components/src/components/MenuItem/MenuItem.mjs.map +1 -1
  953. package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.mjs +28 -0
  954. package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.mjs.map +1 -0
  955. package/dist/js/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs +38 -49
  956. package/dist/js/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs.map +1 -1
  957. package/dist/js/packages/components/src/components/Message/Message.mjs +85 -67
  958. package/dist/js/packages/components/src/components/Message/Message.mjs.map +1 -1
  959. package/dist/js/packages/components/src/components/Message/Message.module.mjs +35 -0
  960. package/dist/js/packages/components/src/components/Message/Message.module.mjs.map +1 -0
  961. package/dist/js/packages/components/src/components/MessageThread/MessageThread.mjs +27 -25
  962. package/dist/js/packages/components/src/components/MessageThread/MessageThread.mjs.map +1 -1
  963. package/dist/js/packages/components/src/components/MessageThread/MessageThread.module.mjs +17 -0
  964. package/dist/js/packages/components/src/components/MessageThread/MessageThread.module.mjs.map +1 -0
  965. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.mjs +28 -16
  966. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.mjs.map +1 -1
  967. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.module.mjs +15 -0
  968. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.module.mjs.map +1 -0
  969. package/dist/js/packages/components/src/components/Modal/Modal.mjs +114 -122
  970. package/dist/js/packages/components/src/components/Modal/Modal.mjs.map +1 -1
  971. package/dist/js/packages/components/src/components/Modal/Modal.module.mjs +40 -0
  972. package/dist/js/packages/components/src/components/Modal/Modal.module.mjs.map +1 -0
  973. package/dist/js/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.mjs +51 -36
  974. package/dist/js/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.mjs.map +1 -1
  975. package/dist/js/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.mjs +17 -20
  976. package/dist/js/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.mjs.map +1 -1
  977. package/dist/js/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs +16 -11
  978. package/dist/js/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs.map +1 -1
  979. package/dist/js/packages/components/src/components/Navigation/Navigation.mjs +48 -42
  980. package/dist/js/packages/components/src/components/Navigation/Navigation.mjs.map +1 -1
  981. package/dist/js/packages/components/src/components/Navigation/Navigation.module.mjs +26 -0
  982. package/dist/js/packages/components/src/components/Navigation/Navigation.module.mjs.map +1 -0
  983. package/dist/js/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.mjs +19 -0
  984. package/dist/js/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.mjs.map +1 -0
  985. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs +51 -48
  986. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs.map +1 -1
  987. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.module.mjs +15 -0
  988. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.module.mjs.map +1 -0
  989. package/dist/js/packages/components/src/components/Notification/Notification.mjs +56 -73
  990. package/dist/js/packages/components/src/components/Notification/Notification.mjs.map +1 -1
  991. package/dist/js/packages/components/src/components/Notification/Notification.module.mjs +33 -0
  992. package/dist/js/packages/components/src/components/Notification/Notification.module.mjs.map +1 -0
  993. package/dist/js/packages/components/src/components/NotificationProvider/ControlledNotification.mjs +25 -32
  994. package/dist/js/packages/components/src/components/NotificationProvider/ControlledNotification.mjs.map +1 -1
  995. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.mjs +52 -39
  996. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.mjs.map +1 -1
  997. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.mjs +13 -0
  998. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.mjs.map +1 -0
  999. package/dist/js/packages/components/src/components/NotificationProvider/NotificationController.mjs +44 -45
  1000. package/dist/js/packages/components/src/components/NotificationProvider/NotificationController.mjs.map +1 -1
  1001. package/dist/js/packages/components/src/components/NotificationProvider/NotificationProvider.mjs +19 -20
  1002. package/dist/js/packages/components/src/components/NotificationProvider/NotificationProvider.mjs.map +1 -1
  1003. package/dist/js/packages/components/src/components/NumberField/NumberField.mjs +57 -83
  1004. package/dist/js/packages/components/src/components/NumberField/NumberField.mjs.map +1 -1
  1005. package/dist/js/packages/components/src/components/NumberField/NumberField.module.mjs +21 -0
  1006. package/dist/js/packages/components/src/components/NumberField/NumberField.module.mjs.map +1 -0
  1007. package/dist/js/packages/components/src/components/Option/Option.mjs +31 -32
  1008. package/dist/js/packages/components/src/components/Option/Option.mjs.map +1 -1
  1009. package/dist/js/packages/components/src/components/Option/Option.module.mjs +24 -0
  1010. package/dist/js/packages/components/src/components/Option/Option.module.mjs.map +1 -0
  1011. package/dist/js/packages/components/src/components/Options/Options.mjs +26 -38
  1012. package/dist/js/packages/components/src/components/Options/Options.mjs.map +1 -1
  1013. package/dist/js/packages/components/src/components/Options/Options.module.mjs +13 -0
  1014. package/dist/js/packages/components/src/components/Options/Options.module.mjs.map +1 -0
  1015. package/dist/js/packages/components/src/components/Overlay/Overlay.mjs +33 -46
  1016. package/dist/js/packages/components/src/components/Overlay/Overlay.mjs.map +1 -1
  1017. package/dist/js/packages/components/src/components/Overlay/Overlay.module.mjs +14 -0
  1018. package/dist/js/packages/components/src/components/Overlay/Overlay.module.mjs.map +1 -0
  1019. package/dist/js/packages/components/src/components/Overlay/components/OverlayContent.mjs +67 -15
  1020. package/dist/js/packages/components/src/components/Overlay/components/OverlayContent.mjs.map +1 -1
  1021. package/dist/js/packages/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs +10 -9
  1022. package/dist/js/packages/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs.map +1 -1
  1023. package/dist/js/packages/components/src/components/OverlayTrigger/OverlayTrigger.mjs +35 -30
  1024. package/dist/js/packages/components/src/components/OverlayTrigger/OverlayTrigger.mjs.map +1 -1
  1025. package/dist/js/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.mjs +9 -7
  1026. package/dist/js/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.mjs.map +1 -1
  1027. package/dist/js/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.mjs +11 -13
  1028. package/dist/js/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.mjs.map +1 -1
  1029. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.mjs +204 -254
  1030. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
  1031. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.module.mjs +19 -0
  1032. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.module.mjs.map +1 -0
  1033. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.mjs +45 -81
  1034. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.mjs.map +1 -1
  1035. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.module.mjs +25 -0
  1036. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.module.mjs.map +1 -0
  1037. package/dist/js/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.mjs +24 -23
  1038. package/dist/js/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.mjs.map +1 -1
  1039. package/dist/js/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.mjs +33 -46
  1040. package/dist/js/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.mjs.map +1 -1
  1041. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs +38 -45
  1042. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs.map +1 -1
  1043. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs +27 -35
  1044. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs.map +1 -1
  1045. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.module.mjs +9 -0
  1046. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.module.mjs.map +1 -0
  1047. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +23 -39
  1048. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
  1049. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs +25 -36
  1050. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs.map +1 -1
  1051. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStatusFromPolicyValidationResult.mjs +10 -12
  1052. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStatusFromPolicyValidationResult.mjs.map +1 -1
  1053. package/dist/js/packages/components/src/components/PasswordCreationField/lib/usePolicyValidationResult.mjs +36 -54
  1054. package/dist/js/packages/components/src/components/PasswordCreationField/lib/usePolicyValidationResult.mjs.map +1 -1
  1055. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs +7 -10
  1056. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs.map +1 -1
  1057. package/dist/js/packages/components/src/components/Popover/Popover.mjs +35 -48
  1058. package/dist/js/packages/components/src/components/Popover/Popover.mjs.map +1 -1
  1059. package/dist/js/packages/components/src/components/Popover/Popover.module.mjs +16 -0
  1060. package/dist/js/packages/components/src/components/Popover/Popover.module.mjs.map +1 -0
  1061. package/dist/js/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs +32 -35
  1062. package/dist/js/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs.map +1 -1
  1063. package/dist/js/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.mjs +17 -25
  1064. package/dist/js/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.mjs.map +1 -1
  1065. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.mjs +52 -80
  1066. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.mjs.map +1 -1
  1067. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.module.mjs +32 -0
  1068. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.module.mjs.map +1 -0
  1069. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarBar.mjs +30 -22
  1070. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarBar.mjs.map +1 -1
  1071. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarLegend.mjs +22 -24
  1072. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarLegend.mjs.map +1 -1
  1073. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarValue.mjs +20 -22
  1074. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarValue.mjs.map +1 -1
  1075. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.mjs +66 -62
  1076. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.mjs.map +1 -1
  1077. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.module.mjs +9 -0
  1078. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.module.mjs.map +1 -0
  1079. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.mjs +21 -22
  1080. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.mjs.map +1 -1
  1081. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.module.mjs +13 -0
  1082. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.module.mjs.map +1 -0
  1083. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.mjs +27 -23
  1084. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.mjs.map +1 -1
  1085. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.mjs +17 -0
  1086. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.mjs.map +1 -0
  1087. package/dist/js/packages/components/src/components/Rating/Rating.mjs +46 -68
  1088. package/dist/js/packages/components/src/components/Rating/Rating.mjs.map +1 -1
  1089. package/dist/js/packages/components/src/components/Rating/Rating.module.mjs +27 -0
  1090. package/dist/js/packages/components/src/components/Rating/Rating.module.mjs.map +1 -0
  1091. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/EmptySegment.mjs +28 -0
  1092. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/EmptySegment.mjs.map +1 -0
  1093. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/FilledSegment.mjs +28 -0
  1094. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/FilledSegment.mjs.map +1 -0
  1095. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.mjs +29 -31
  1096. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.mjs.map +1 -1
  1097. package/dist/js/packages/components/src/components/RouterProvider/RouterProvider.mjs +4 -0
  1098. package/dist/js/packages/components/src/components/SearchField/SearchField.mjs +66 -83
  1099. package/dist/js/packages/components/src/components/SearchField/SearchField.mjs.map +1 -1
  1100. package/dist/js/packages/components/src/components/SearchField/SearchField.module.mjs +23 -0
  1101. package/dist/js/packages/components/src/components/SearchField/SearchField.module.mjs.map +1 -0
  1102. package/dist/js/packages/components/src/components/Section/Section.mjs +40 -53
  1103. package/dist/js/packages/components/src/components/Section/Section.mjs.map +1 -1
  1104. package/dist/js/packages/components/src/components/Section/Section.module.mjs +15 -0
  1105. package/dist/js/packages/components/src/components/Section/Section.module.mjs.map +1 -0
  1106. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.mjs +97 -58
  1107. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.mjs.map +1 -1
  1108. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.module.mjs +13 -0
  1109. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.module.mjs.map +1 -0
  1110. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.mjs +58 -61
  1111. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.mjs.map +1 -1
  1112. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.module.mjs +22 -0
  1113. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.module.mjs.map +1 -0
  1114. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.mjs +23 -21
  1115. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.mjs.map +1 -1
  1116. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.module.mjs +15 -0
  1117. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.module.mjs.map +1 -0
  1118. package/dist/js/packages/components/src/components/Select/Select.mjs +67 -92
  1119. package/dist/js/packages/components/src/components/Select/Select.mjs.map +1 -1
  1120. package/dist/js/packages/components/src/components/Select/Select.module.mjs +15 -0
  1121. package/dist/js/packages/components/src/components/Select/Select.module.mjs.map +1 -0
  1122. package/dist/js/packages/components/src/components/Separator/Separator.mjs +17 -16
  1123. package/dist/js/packages/components/src/components/Separator/Separator.mjs.map +1 -1
  1124. package/dist/js/packages/components/src/components/Separator/Separator.module.mjs +13 -0
  1125. package/dist/js/packages/components/src/components/Separator/Separator.module.mjs.map +1 -0
  1126. package/dist/js/packages/components/src/components/SettingsProvider/SettingsProvider.mjs +35 -33
  1127. package/dist/js/packages/components/src/components/SettingsProvider/SettingsProvider.mjs.map +1 -1
  1128. package/dist/js/packages/components/src/components/SettingsProvider/backends/LocalStorageSettingsBackend.mjs +20 -24
  1129. package/dist/js/packages/components/src/components/SettingsProvider/backends/LocalStorageSettingsBackend.mjs.map +1 -1
  1130. package/dist/js/packages/components/src/components/SettingsProvider/backends/settingsBackendFactory.mjs +11 -12
  1131. package/dist/js/packages/components/src/components/SettingsProvider/backends/settingsBackendFactory.mjs.map +1 -1
  1132. package/dist/js/packages/components/src/components/SettingsProvider/middleware/defaultImplementations.mjs +7 -5
  1133. package/dist/js/packages/components/src/components/SettingsProvider/middleware/defaultImplementations.mjs.map +1 -1
  1134. package/dist/js/packages/components/src/components/SettingsProvider/models/ComponentSettings.mjs +29 -32
  1135. package/dist/js/packages/components/src/components/SettingsProvider/models/ComponentSettings.mjs.map +1 -1
  1136. package/dist/js/packages/components/src/components/SettingsProvider/models/SettingsStore.mjs +48 -75
  1137. package/dist/js/packages/components/src/components/SettingsProvider/models/SettingsStore.mjs.map +1 -1
  1138. package/dist/js/packages/components/src/components/Skeleton/Skeleton.mjs +20 -19
  1139. package/dist/js/packages/components/src/components/Skeleton/Skeleton.mjs.map +1 -1
  1140. package/dist/js/packages/components/src/components/Skeleton/Skeleton.module.mjs +13 -0
  1141. package/dist/js/packages/components/src/components/Skeleton/Skeleton.module.mjs.map +1 -0
  1142. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.mjs +18 -17
  1143. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.mjs.map +1 -1
  1144. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.module.mjs +13 -0
  1145. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.module.mjs.map +1 -0
  1146. package/dist/js/packages/components/src/components/Slider/Slider.mjs +108 -142
  1147. package/dist/js/packages/components/src/components/Slider/Slider.mjs.map +1 -1
  1148. package/dist/js/packages/components/src/components/Slider/Slider.module.mjs +31 -0
  1149. package/dist/js/packages/components/src/components/Slider/Slider.module.mjs.map +1 -0
  1150. package/dist/js/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.mjs +11 -13
  1151. package/dist/js/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.mjs.map +1 -1
  1152. package/dist/js/packages/components/src/components/Switch/Switch.mjs +51 -54
  1153. package/dist/js/packages/components/src/components/Switch/Switch.mjs.map +1 -1
  1154. package/dist/js/packages/components/src/components/Switch/Switch.module.mjs +17 -0
  1155. package/dist/js/packages/components/src/components/Switch/Switch.module.mjs.map +1 -0
  1156. package/dist/js/packages/components/src/components/TabNavigation/TabNavigation.mjs +70 -0
  1157. package/dist/js/packages/components/src/components/TabNavigation/TabNavigation.mjs.map +1 -0
  1158. package/dist/js/packages/components/src/components/TabNavigation/TabNavigation.module.mjs +23 -0
  1159. package/dist/js/packages/components/src/components/TabNavigation/TabNavigation.module.mjs.map +1 -0
  1160. package/dist/js/packages/components/src/components/TabNavigation/components/LinkContent/LinkContent.mjs +44 -0
  1161. package/dist/js/packages/components/src/components/TabNavigation/components/LinkContent/LinkContent.mjs.map +1 -0
  1162. package/dist/js/packages/components/src/components/TabNavigation/lib/getVisibleItemCount.mjs +23 -0
  1163. package/dist/js/packages/components/src/components/TabNavigation/lib/getVisibleItemCount.mjs.map +1 -0
  1164. package/dist/js/packages/components/src/components/TabNavigation/lib/useCollapsingItems.mjs +69 -0
  1165. package/dist/js/packages/components/src/components/TabNavigation/lib/useCollapsingItems.mjs.map +1 -0
  1166. package/dist/js/packages/components/src/components/Table/Table.mjs +24 -16
  1167. package/dist/js/packages/components/src/components/Table/Table.mjs.map +1 -1
  1168. package/dist/js/packages/components/src/components/Table/Table.module.mjs +32 -0
  1169. package/dist/js/packages/components/src/components/Table/Table.module.mjs.map +1 -0
  1170. package/dist/js/packages/components/src/components/Table/components/TableBody/TableBody.mjs +17 -12
  1171. package/dist/js/packages/components/src/components/Table/components/TableBody/TableBody.mjs.map +1 -1
  1172. package/dist/js/packages/components/src/components/Table/components/TableCell/TableCell.mjs +29 -28
  1173. package/dist/js/packages/components/src/components/Table/components/TableCell/TableCell.mjs.map +1 -1
  1174. package/dist/js/packages/components/src/components/Table/components/TableColumn/TableColumn.mjs +27 -19
  1175. package/dist/js/packages/components/src/components/Table/components/TableColumn/TableColumn.mjs.map +1 -1
  1176. package/dist/js/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.mjs +12 -8
  1177. package/dist/js/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.mjs.map +1 -1
  1178. package/dist/js/packages/components/src/components/Table/components/TableHeader/TableHeader.mjs +17 -12
  1179. package/dist/js/packages/components/src/components/Table/components/TableHeader/TableHeader.mjs.map +1 -1
  1180. package/dist/js/packages/components/src/components/Table/components/TableRow/TableRow.mjs +16 -22
  1181. package/dist/js/packages/components/src/components/Table/components/TableRow/TableRow.mjs.map +1 -1
  1182. package/dist/js/packages/components/src/components/Tabs/Tabs.mjs +48 -61
  1183. package/dist/js/packages/components/src/components/Tabs/Tabs.mjs.map +1 -1
  1184. package/dist/js/packages/components/src/components/Tabs/Tabs.module.mjs +17 -0
  1185. package/dist/js/packages/components/src/components/Tabs/Tabs.module.mjs.map +1 -0
  1186. package/dist/js/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.mjs +32 -0
  1187. package/dist/js/packages/components/src/components/Tabs/components/FallbackTab/FallbackTab.mjs.map +1 -0
  1188. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.mjs +50 -47
  1189. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.mjs.map +1 -1
  1190. package/dist/js/packages/components/src/components/Tabs/components/Tab/context.mjs +8 -9
  1191. package/dist/js/packages/components/src/components/Tabs/components/Tab/context.mjs.map +1 -1
  1192. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.mjs +68 -57
  1193. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.mjs.map +1 -1
  1194. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.module.mjs +21 -0
  1195. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.module.mjs.map +1 -0
  1196. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.mjs +46 -23
  1197. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.mjs.map +1 -1
  1198. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.module.mjs +15 -0
  1199. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.module.mjs.map +1 -0
  1200. package/dist/js/packages/components/src/components/Tabs/lib/useTabIndicator.mjs +60 -0
  1201. package/dist/js/packages/components/src/components/Tabs/lib/useTabIndicator.mjs.map +1 -0
  1202. package/dist/js/packages/components/src/components/Text/Text.mjs +56 -56
  1203. package/dist/js/packages/components/src/components/Text/Text.mjs.map +1 -1
  1204. package/dist/js/packages/components/src/components/Text/Text.module.mjs +26 -0
  1205. package/dist/js/packages/components/src/components/Text/Text.module.mjs.map +1 -0
  1206. package/dist/js/packages/components/src/components/TextArea/TextArea.mjs +110 -136
  1207. package/dist/js/packages/components/src/components/TextArea/TextArea.mjs.map +1 -1
  1208. package/dist/js/packages/components/src/components/TextArea/TextArea.module.mjs +19 -0
  1209. package/dist/js/packages/components/src/components/TextArea/TextArea.module.mjs.map +1 -0
  1210. package/dist/js/packages/components/src/components/TextField/TextField.mjs +92 -115
  1211. package/dist/js/packages/components/src/components/TextField/TextField.mjs.map +1 -1
  1212. package/dist/js/packages/components/src/components/TextField/TextField.module.mjs +17 -0
  1213. package/dist/js/packages/components/src/components/TextField/TextField.module.mjs.map +1 -0
  1214. package/dist/js/packages/components/src/components/TimeField/TimeField.mjs +28 -27
  1215. package/dist/js/packages/components/src/components/TimeField/TimeField.mjs.map +1 -1
  1216. package/dist/js/packages/components/src/components/TimeField/TimeField.module.mjs +13 -0
  1217. package/dist/js/packages/components/src/components/TimeField/TimeField.module.mjs.map +1 -0
  1218. package/dist/js/packages/components/src/components/Tooltip/Tooltip.mjs +24 -15
  1219. package/dist/js/packages/components/src/components/Tooltip/Tooltip.mjs.map +1 -1
  1220. package/dist/js/packages/components/src/components/Tooltip/Tooltip.module.mjs +15 -0
  1221. package/dist/js/packages/components/src/components/Tooltip/Tooltip.module.mjs.map +1 -0
  1222. package/dist/js/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.mjs +18 -9
  1223. package/dist/js/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.mjs.map +1 -1
  1224. package/dist/js/packages/components/src/components/TranslationProvider/TranslationProvider.mjs +18 -10
  1225. package/dist/js/packages/components/src/components/TranslationProvider/TranslationProvider.mjs.map +1 -1
  1226. package/dist/js/packages/components/src/components/TranslationProvider/useLocalizedStringFormatter.mjs +47 -0
  1227. package/dist/js/packages/components/src/components/TranslationProvider/useLocalizedStringFormatter.mjs.map +1 -0
  1228. package/dist/js/packages/components/src/components/Truncate/Truncate.mjs +31 -18
  1229. package/dist/js/packages/components/src/components/Truncate/Truncate.mjs.map +1 -1
  1230. package/dist/js/packages/components/src/components/Truncate/Truncate.module.mjs +13 -0
  1231. package/dist/js/packages/components/src/components/Truncate/Truncate.module.mjs.map +1 -0
  1232. package/dist/js/packages/components/src/components/TunnelEntry/TunnelEntry.mjs +11 -6
  1233. package/dist/js/packages/components/src/components/TunnelEntry/TunnelEntry.mjs.map +1 -1
  1234. package/dist/js/packages/components/src/components/UiComponentTunnel/UiComponentTunnelEntry.mjs +17 -0
  1235. package/dist/js/packages/components/src/components/UiComponentTunnel/UiComponentTunnelEntry.mjs.map +1 -0
  1236. package/dist/js/packages/components/src/components/UiComponentTunnel/UiComponentTunnelExit.mjs +17 -0
  1237. package/dist/js/packages/components/src/components/UiComponentTunnel/UiComponentTunnelExit.mjs.map +1 -0
  1238. package/dist/js/packages/components/src/components/UiComponentTunnel/UiComponentTunnelProvider.mjs +17 -0
  1239. package/dist/js/packages/components/src/components/UiComponentTunnel/UiComponentTunnelProvider.mjs.map +1 -0
  1240. package/dist/js/packages/components/src/components/UiComponentTunnel/lib.mjs +9 -0
  1241. package/dist/js/packages/components/src/components/UiComponentTunnel/lib.mjs.map +1 -0
  1242. package/dist/js/packages/components/src/components/Wrap/Wrap.mjs +8 -8
  1243. package/dist/js/packages/components/src/components/Wrap/Wrap.mjs.map +1 -1
  1244. package/dist/js/packages/components/src/components/propTypes/index.mjs +95 -87
  1245. package/dist/js/packages/components/src/components/propTypes/index.mjs.map +1 -1
  1246. package/dist/js/packages/components/src/flags.mjs +42 -0
  1247. package/dist/js/packages/components/src/flags.mjs.map +1 -0
  1248. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs +23 -22
  1249. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs.map +1 -1
  1250. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs +30 -34
  1251. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs.map +1 -1
  1252. package/dist/js/packages/components/src/integrations/nextjs/components/Link/Link.mjs +16 -8
  1253. package/dist/js/packages/components/src/integrations/nextjs/components/Link/Link.mjs.map +1 -1
  1254. package/dist/js/packages/components/src/integrations/nextjs/components/LinkProvider/LinkProvider.mjs +16 -7
  1255. package/dist/js/packages/components/src/integrations/nextjs/components/LinkProvider/LinkProvider.mjs.map +1 -1
  1256. package/dist/js/packages/components/src/integrations/nextjs/components/RouterProvider/RouterProvider.mjs +15 -10
  1257. package/dist/js/packages/components/src/integrations/nextjs/components/RouterProvider/RouterProvider.mjs.map +1 -1
  1258. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/Field.mjs +129 -136
  1259. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
  1260. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/hooks/useUpdateFormDefaultValue.mjs +19 -16
  1261. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/hooks/useUpdateFormDefaultValue.mjs.map +1 -1
  1262. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/lib/debounceValidate.mjs +16 -0
  1263. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/lib/debounceValidate.mjs.map +1 -0
  1264. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs +94 -105
  1265. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
  1266. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/hooks/useFormSubmitController.mjs +23 -25
  1267. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/hooks/useFormSubmitController.mjs.map +1 -1
  1268. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/hooks/useHotkeySubmit.mjs +13 -15
  1269. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/hooks/useHotkeySubmit.mjs.map +1 -1
  1270. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.mjs +18 -15
  1271. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.mjs.map +1 -1
  1272. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.mjs +27 -31
  1273. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.mjs.map +1 -1
  1274. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.mjs +40 -40
  1275. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.mjs.map +1 -1
  1276. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs +33 -47
  1277. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs.map +1 -1
  1278. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs +40 -37
  1279. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs.map +1 -1
  1280. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useUpdateReadOnly.mjs +11 -10
  1281. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useUpdateReadOnly.mjs.map +1 -1
  1282. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.mjs +17 -12
  1283. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.mjs.map +1 -1
  1284. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/useFormRootErrorController.mjs +11 -13
  1285. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/useFormRootErrorController.mjs.map +1 -1
  1286. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/useMountedFormRootErrorComponent.mjs +14 -13
  1287. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/useMountedFormRootErrorComponent.mjs.map +1 -1
  1288. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.mjs +12 -8
  1289. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.mjs.map +1 -1
  1290. package/dist/js/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs +12 -9
  1291. package/dist/js/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs.map +1 -1
  1292. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs +17 -10
  1293. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs.map +1 -1
  1294. package/dist/js/packages/components/src/integrations/react-hook-form/lib/FormRootError.mjs +12 -10
  1295. package/dist/js/packages/components/src/integrations/react-hook-form/lib/FormRootError.mjs.map +1 -1
  1296. package/dist/js/packages/components/src/lib/array/toArray.mjs +5 -3
  1297. package/dist/js/packages/components/src/lib/array/toArray.mjs.map +1 -1
  1298. package/dist/js/packages/components/src/lib/componentFactory/flowComponent.mjs +66 -44
  1299. package/dist/js/packages/components/src/lib/componentFactory/flowComponent.mjs.map +1 -1
  1300. package/dist/js/packages/components/src/lib/controller/overlay/OverlayContentSuspendWatcher.mjs +25 -0
  1301. package/dist/js/packages/components/src/lib/controller/overlay/OverlayContentSuspendWatcher.mjs.map +1 -0
  1302. package/dist/js/packages/components/src/lib/controller/overlay/OverlayContextProvider.mjs +16 -19
  1303. package/dist/js/packages/components/src/lib/controller/overlay/OverlayContextProvider.mjs.map +1 -1
  1304. package/dist/js/packages/components/src/lib/controller/overlay/OverlayController.mjs +212 -141
  1305. package/dist/js/packages/components/src/lib/controller/overlay/OverlayController.mjs.map +1 -1
  1306. package/dist/js/packages/components/src/lib/controller/overlay/context.mjs +7 -6
  1307. package/dist/js/packages/components/src/lib/controller/overlay/context.mjs.map +1 -1
  1308. package/dist/js/packages/components/src/lib/controller/overlay/useCloseOverlayConfirmationController.mjs +25 -30
  1309. package/dist/js/packages/components/src/lib/controller/overlay/useCloseOverlayConfirmationController.mjs.map +1 -1
  1310. package/dist/js/packages/components/src/lib/controller/overlay/useModalController.mjs +6 -11
  1311. package/dist/js/packages/components/src/lib/controller/overlay/useModalController.mjs.map +1 -1
  1312. package/dist/js/packages/components/src/lib/controller/overlay/useOverlayController.mjs +13 -14
  1313. package/dist/js/packages/components/src/lib/controller/overlay/useOverlayController.mjs.map +1 -1
  1314. package/dist/js/packages/components/src/lib/date/transformDateValueToDateTime.mjs +11 -10
  1315. package/dist/js/packages/components/src/lib/date/transformDateValueToDateTime.mjs.map +1 -1
  1316. package/dist/js/packages/components/src/lib/date/transformDateValueToFormattedDate.mjs +6 -4
  1317. package/dist/js/packages/components/src/lib/date/transformDateValueToFormattedDate.mjs.map +1 -1
  1318. package/dist/js/packages/components/src/lib/dom/createFrameResizeObserver.mjs +42 -0
  1319. package/dist/js/packages/components/src/lib/dom/createFrameResizeObserver.mjs.map +1 -0
  1320. package/dist/js/packages/components/src/lib/form/isFocused.mjs +6 -4
  1321. package/dist/js/packages/components/src/lib/form/isFocused.mjs.map +1 -1
  1322. package/dist/js/packages/components/src/lib/getContainerBreakpointSizeClassName.mjs +5 -3
  1323. package/dist/js/packages/components/src/lib/getContainerBreakpointSizeClassName.mjs.map +1 -1
  1324. package/dist/js/packages/components/src/lib/hooks/dom/useKeepBrowserExtensionsInteractive.mjs +64 -0
  1325. package/dist/js/packages/components/src/lib/hooks/dom/useKeepBrowserExtensionsInteractive.mjs.map +1 -0
  1326. package/dist/js/packages/components/src/lib/hooks/dom/useMakeFocusable.mjs +22 -24
  1327. package/dist/js/packages/components/src/lib/hooks/dom/useMakeFocusable.mjs.map +1 -1
  1328. package/dist/js/packages/components/src/lib/hooks/dom/useObserveOverflow.mjs +67 -41
  1329. package/dist/js/packages/components/src/lib/hooks/dom/useObserveOverflow.mjs.map +1 -1
  1330. package/dist/js/packages/components/src/lib/hooks/dom/useVirtualKeyboardVisible.mjs +36 -0
  1331. package/dist/js/packages/components/src/lib/hooks/dom/useVirtualKeyboardVisible.mjs.map +1 -0
  1332. package/dist/js/packages/components/src/lib/hooks/useFieldComponent.mjs +30 -28
  1333. package/dist/js/packages/components/src/lib/hooks/useFieldComponent.mjs.map +1 -1
  1334. package/dist/js/packages/components/src/lib/hooks/useFieldError.mjs +44 -47
  1335. package/dist/js/packages/components/src/lib/hooks/useFieldError.mjs.map +1 -1
  1336. package/dist/js/packages/components/src/lib/hooks/useImageSrc.mjs +14 -25
  1337. package/dist/js/packages/components/src/lib/hooks/useImageSrc.mjs.map +1 -1
  1338. package/dist/js/packages/components/src/lib/hooks/useIsMounted.mjs +11 -10
  1339. package/dist/js/packages/components/src/lib/hooks/useIsMounted.mjs.map +1 -1
  1340. package/dist/js/packages/components/src/lib/hooks/useLanguage.mjs +9 -0
  1341. package/dist/js/packages/components/src/lib/hooks/useLanguage.mjs.map +1 -0
  1342. package/dist/js/packages/components/src/lib/hooks/useOnChange.mjs +15 -12
  1343. package/dist/js/packages/components/src/lib/hooks/useOnChange.mjs.map +1 -1
  1344. package/dist/js/packages/components/src/lib/hooks/useProps.mjs +26 -35
  1345. package/dist/js/packages/components/src/lib/hooks/useProps.mjs.map +1 -1
  1346. package/dist/js/packages/components/src/lib/hooks/useStatic.mjs +6 -5
  1347. package/dist/js/packages/components/src/lib/hooks/useStatic.mjs.map +1 -1
  1348. package/dist/js/packages/components/src/lib/mobx/mobxMapToObject.mjs +6 -5
  1349. package/dist/js/packages/components/src/lib/mobx/mobxMapToObject.mjs.map +1 -1
  1350. package/dist/js/packages/components/src/lib/mobx/useSelector.mjs +15 -13
  1351. package/dist/js/packages/components/src/lib/mobx/useSelector.mjs.map +1 -1
  1352. package/dist/js/packages/components/src/lib/promises/callFunctionsInOrder.mjs +16 -20
  1353. package/dist/js/packages/components/src/lib/promises/callFunctionsInOrder.mjs.map +1 -1
  1354. package/dist/js/packages/components/src/lib/promises/sleep.mjs +5 -3
  1355. package/dist/js/packages/components/src/lib/promises/sleep.mjs.map +1 -1
  1356. package/dist/js/packages/components/src/lib/propsContext/components/ClearPropsContext.mjs +14 -9
  1357. package/dist/js/packages/components/src/lib/propsContext/components/ClearPropsContext.mjs.map +1 -1
  1358. package/dist/js/packages/components/src/lib/propsContext/components/ComponentPropsContextProvider.mjs +17 -9
  1359. package/dist/js/packages/components/src/lib/propsContext/components/ComponentPropsContextProvider.mjs.map +1 -1
  1360. package/dist/js/packages/components/src/lib/propsContext/components/PropsContextProvider.mjs +21 -17
  1361. package/dist/js/packages/components/src/lib/propsContext/components/PropsContextProvider.mjs.map +1 -1
  1362. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/dynamic.mjs +6 -7
  1363. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/dynamic.mjs.map +1 -1
  1364. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/lib.mjs +6 -5
  1365. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/lib.mjs.map +1 -1
  1366. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/resolveDynamicProps.mjs +14 -17
  1367. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/resolveDynamicProps.mjs.map +1 -1
  1368. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/types.mjs +5 -3
  1369. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/types.mjs.map +1 -1
  1370. package/dist/js/packages/components/src/lib/propsContext/isFlowComponentName.mjs +6 -5
  1371. package/dist/js/packages/components/src/lib/propsContext/isFlowComponentName.mjs.map +1 -1
  1372. package/dist/js/packages/components/src/lib/propsContext/isFlowComponentProp.mjs +6 -5
  1373. package/dist/js/packages/components/src/lib/propsContext/isFlowComponentProp.mjs.map +1 -1
  1374. package/dist/js/packages/components/src/lib/propsContext/mergePropsContext.mjs +15 -22
  1375. package/dist/js/packages/components/src/lib/propsContext/mergePropsContext.mjs.map +1 -1
  1376. package/dist/js/packages/components/src/lib/propsContext/nestedPropsContext/lib.mjs +17 -22
  1377. package/dist/js/packages/components/src/lib/propsContext/nestedPropsContext/lib.mjs.map +1 -1
  1378. package/dist/js/packages/components/src/lib/propsContext/nestedPropsContext/types.mjs +5 -3
  1379. package/dist/js/packages/components/src/lib/propsContext/nestedPropsContext/types.mjs.map +1 -1
  1380. package/dist/js/packages/components/src/lib/propsContext/propsContext.mjs +9 -8
  1381. package/dist/js/packages/components/src/lib/propsContext/propsContext.mjs.map +1 -1
  1382. package/dist/js/packages/components/src/lib/react/areChildrenEmpty.mjs +9 -11
  1383. package/dist/js/packages/components/src/lib/react/areChildrenEmpty.mjs.map +1 -1
  1384. package/dist/js/packages/components/src/lib/react/cloneElement.mjs +10 -11
  1385. package/dist/js/packages/components/src/lib/react/cloneElement.mjs.map +1 -1
  1386. package/dist/js/packages/components/src/lib/react/components/Render/Render.mjs +6 -6
  1387. package/dist/js/packages/components/src/lib/react/components/Render/Render.mjs.map +1 -1
  1388. package/dist/js/packages/components/src/lib/react/deepFindOfType.mjs +20 -25
  1389. package/dist/js/packages/components/src/lib/react/deepFindOfType.mjs.map +1 -1
  1390. package/dist/js/packages/components/src/lib/react/emitElementValueChange.mjs +19 -19
  1391. package/dist/js/packages/components/src/lib/react/emitElementValueChange.mjs.map +1 -1
  1392. package/dist/js/packages/components/src/lib/react/getPropsMerger.mjs +30 -53
  1393. package/dist/js/packages/components/src/lib/react/getPropsMerger.mjs.map +1 -1
  1394. package/dist/js/packages/components/src/lib/react/remote.mjs +12 -13
  1395. package/dist/js/packages/components/src/lib/react/remote.mjs.map +1 -1
  1396. package/dist/js/packages/components/src/lib/remote/eventHandlerContext.mjs +7 -6
  1397. package/dist/js/packages/components/src/lib/remote/eventHandlerContext.mjs.map +1 -1
  1398. package/dist/js/packages/components/src/lib/remote/useControlledHostValueProps.mjs +30 -27
  1399. package/dist/js/packages/components/src/lib/remote/useControlledHostValueProps.mjs.map +1 -1
  1400. package/dist/js/packages/components/src/lib/remote/useControlledRemoteValueProps.mjs +21 -16
  1401. package/dist/js/packages/components/src/lib/remote/useControlledRemoteValueProps.mjs.map +1 -1
  1402. package/dist/js/packages/components/src/lib/scss/selectors.mjs +17 -0
  1403. package/dist/js/packages/components/src/lib/scss/selectors.mjs.map +1 -0
  1404. package/dist/js/packages/components/src/lib/slotContext/SlotContextProvider.mjs +18 -15
  1405. package/dist/js/packages/components/src/lib/slotContext/SlotContextProvider.mjs.map +1 -1
  1406. package/dist/js/packages/components/src/lib/slotContext/slotContext.mjs +7 -6
  1407. package/dist/js/packages/components/src/lib/slotContext/slotContext.mjs.map +1 -1
  1408. package/dist/js/packages/components/src/lib/slotContext/useContextSlot.mjs +6 -5
  1409. package/dist/js/packages/components/src/lib/slotContext/useContextSlot.mjs.map +1 -1
  1410. package/dist/js/packages/components/src/lib/theming/components/ThemedHtml.mjs +17 -0
  1411. package/dist/js/packages/components/src/lib/theming/components/ThemedHtml.mjs.map +1 -0
  1412. package/dist/js/packages/components/src/lib/theming/hooks/useDesignTokens.mjs +13 -0
  1413. package/dist/js/packages/components/src/lib/theming/hooks/useDesignTokens.mjs.map +1 -0
  1414. package/dist/js/packages/components/src/lib/theming/hooks/useResolvedTheme.mjs +14 -0
  1415. package/dist/js/packages/components/src/lib/theming/hooks/useResolvedTheme.mjs.map +1 -0
  1416. package/dist/js/packages/components/src/lib/theming/hooks/useSystemTheme.mjs +17 -0
  1417. package/dist/js/packages/components/src/lib/theming/hooks/useSystemTheme.mjs.map +1 -0
  1418. package/dist/js/packages/components/src/lib/theming/hooks/useTheme.mjs +27 -0
  1419. package/dist/js/packages/components/src/lib/theming/hooks/useTheme.mjs.map +1 -0
  1420. package/dist/js/packages/components/src/lib/theming/lib/ColorSchemeMediaQuery.mjs +39 -0
  1421. package/dist/js/packages/components/src/lib/theming/lib/ColorSchemeMediaQuery.mjs.map +1 -0
  1422. package/dist/js/packages/components/src/lib/theming/lib/getFallbackTheme.mjs +11 -0
  1423. package/dist/js/packages/components/src/lib/theming/lib/getFallbackTheme.mjs.map +1 -0
  1424. package/dist/js/packages/components/src/lib/theming/lib/getResolvedTheme.mjs +12 -0
  1425. package/dist/js/packages/components/src/lib/theming/lib/getResolvedTheme.mjs.map +1 -0
  1426. package/dist/js/packages/components/src/lib/theming/lib/getTheme.mjs +12 -0
  1427. package/dist/js/packages/components/src/lib/theming/lib/getTheme.mjs.map +1 -0
  1428. package/dist/js/packages/components/src/lib/theming/lib/getThemeHtmlAttribute.mjs +13 -0
  1429. package/dist/js/packages/components/src/lib/theming/lib/getThemeHtmlAttribute.mjs.map +1 -0
  1430. package/dist/js/packages/components/src/lib/theming/lib/isClientSide.mjs +10 -0
  1431. package/dist/js/packages/components/src/lib/theming/lib/isClientSide.mjs.map +1 -0
  1432. package/dist/js/packages/components/src/lib/theming/lib/keys.mjs +8 -0
  1433. package/dist/js/packages/components/src/lib/theming/lib/keys.mjs.map +1 -0
  1434. package/dist/js/packages/components/src/lib/theming/lib/resolveTheme.mjs +12 -0
  1435. package/dist/js/packages/components/src/lib/theming/lib/resolveTheme.mjs.map +1 -0
  1436. package/dist/js/packages/components/src/lib/theming/lib/sanitizeTheme.mjs +12 -0
  1437. package/dist/js/packages/components/src/lib/theming/lib/sanitizeTheme.mjs.map +1 -0
  1438. package/dist/js/packages/components/src/lib/theming/lib/setTheme.mjs +11 -0
  1439. package/dist/js/packages/components/src/lib/theming/lib/setTheme.mjs.map +1 -0
  1440. package/dist/js/packages/components/src/lib/theming/lib/setThemeHtmlAttribute.mjs +12 -0
  1441. package/dist/js/packages/components/src/lib/theming/lib/setThemeHtmlAttribute.mjs.map +1 -0
  1442. package/dist/js/packages/components/src/lib/timer/Timer.mjs +56 -64
  1443. package/dist/js/packages/components/src/lib/timer/Timer.mjs.map +1 -1
  1444. package/dist/js/packages/components/src/lib/tokens/CategoricalColors.mjs +6 -7
  1445. package/dist/js/packages/components/src/lib/tokens/CategoricalColors.mjs.map +1 -1
  1446. package/dist/js/packages/components/src/lib/tokens/getCategoricalColorByIndex.mjs +19 -29
  1447. package/dist/js/packages/components/src/lib/tokens/getCategoricalColorByIndex.mjs.map +1 -1
  1448. package/dist/js/packages/components/src/lib/tokens/isCategoricalColor.mjs +6 -6
  1449. package/dist/js/packages/components/src/lib/tokens/isCategoricalColor.mjs.map +1 -1
  1450. package/dist/js/packages/components/src/lib/types/props.mjs +17 -8
  1451. package/dist/js/packages/components/src/lib/types/props.mjs.map +1 -1
  1452. package/dist/js/packages/components/src/lib/viewComponentContext/ViewComponentContextProvider.mjs +19 -17
  1453. package/dist/js/packages/components/src/lib/viewComponentContext/ViewComponentContextProvider.mjs.map +1 -1
  1454. package/dist/js/packages/components/src/lib/viewComponentContext/viewComponentContext.mjs +6 -7
  1455. package/dist/js/packages/components/src/lib/viewComponentContext/viewComponentContext.mjs.map +1 -1
  1456. package/dist/js/packages/components/src/status/component-status.mjs +557 -0
  1457. package/dist/js/packages/components/src/status/component-status.mjs.map +1 -0
  1458. package/dist/js/packages/components/src/status/componentStatus.mjs +21 -0
  1459. package/dist/js/packages/components/src/status/componentStatus.mjs.map +1 -0
  1460. package/dist/js/packages/components/src/views/AccordionView.mjs +11 -10
  1461. package/dist/js/packages/components/src/views/AccordionView.mjs.map +1 -1
  1462. package/dist/js/packages/components/src/views/ActionGroupView.mjs +11 -10
  1463. package/dist/js/packages/components/src/views/ActionGroupView.mjs.map +1 -1
  1464. package/dist/js/packages/components/src/views/AvatarView.mjs +11 -10
  1465. package/dist/js/packages/components/src/views/AvatarView.mjs.map +1 -1
  1466. package/dist/js/packages/components/src/views/BadgeView.mjs +11 -10
  1467. package/dist/js/packages/components/src/views/BadgeView.mjs.map +1 -1
  1468. package/dist/js/packages/components/src/views/ButtonView.mjs +11 -10
  1469. package/dist/js/packages/components/src/views/ButtonView.mjs.map +1 -1
  1470. package/dist/js/packages/components/src/views/CheckboxGroupView.mjs +11 -10
  1471. package/dist/js/packages/components/src/views/CheckboxGroupView.mjs.map +1 -1
  1472. package/dist/js/packages/components/src/views/CheckboxView.mjs +11 -10
  1473. package/dist/js/packages/components/src/views/CheckboxView.mjs.map +1 -1
  1474. package/dist/js/packages/components/src/views/ClearPropsContextView.mjs +11 -10
  1475. package/dist/js/packages/components/src/views/ClearPropsContextView.mjs.map +1 -1
  1476. package/dist/js/packages/components/src/views/ContentView.mjs +11 -10
  1477. package/dist/js/packages/components/src/views/ContentView.mjs.map +1 -1
  1478. package/dist/js/packages/components/src/views/ContextMenuContentView.mjs +11 -10
  1479. package/dist/js/packages/components/src/views/ContextMenuContentView.mjs.map +1 -1
  1480. package/dist/js/packages/components/src/views/ContextMenuSectionView.mjs +11 -10
  1481. package/dist/js/packages/components/src/views/ContextMenuSectionView.mjs.map +1 -1
  1482. package/dist/js/packages/components/src/views/ContextMenuTriggerView.mjs +11 -10
  1483. package/dist/js/packages/components/src/views/ContextMenuTriggerView.mjs.map +1 -1
  1484. package/dist/js/packages/components/src/views/ContextMenuView.mjs +11 -10
  1485. package/dist/js/packages/components/src/views/ContextMenuView.mjs.map +1 -1
  1486. package/dist/js/packages/components/src/views/DialogTriggerView.mjs +11 -10
  1487. package/dist/js/packages/components/src/views/DialogTriggerView.mjs.map +1 -1
  1488. package/dist/js/packages/components/src/views/DivView.mjs +11 -10
  1489. package/dist/js/packages/components/src/views/DivView.mjs.map +1 -1
  1490. package/dist/js/packages/components/src/views/FieldErrorView.mjs +11 -10
  1491. package/dist/js/packages/components/src/views/FieldErrorView.mjs.map +1 -1
  1492. package/dist/js/packages/components/src/views/FlexView.mjs +11 -10
  1493. package/dist/js/packages/components/src/views/FlexView.mjs.map +1 -1
  1494. package/dist/js/packages/components/src/views/HeadingView.mjs +11 -10
  1495. package/dist/js/packages/components/src/views/HeadingView.mjs.map +1 -1
  1496. package/dist/js/packages/components/src/views/IconView.mjs +11 -10
  1497. package/dist/js/packages/components/src/views/IconView.mjs.map +1 -1
  1498. package/dist/js/packages/components/src/views/IllustratedMessageView.mjs +16 -0
  1499. package/dist/js/packages/components/src/views/IllustratedMessageView.mjs.map +1 -0
  1500. package/dist/js/packages/components/src/views/ItemsGridListItemView.mjs +11 -10
  1501. package/dist/js/packages/components/src/views/ItemsGridListItemView.mjs.map +1 -1
  1502. package/dist/js/packages/components/src/views/ItemsGridListView.mjs +11 -10
  1503. package/dist/js/packages/components/src/views/ItemsGridListView.mjs.map +1 -1
  1504. package/dist/js/packages/components/src/views/ListEmptyViewContainerView.mjs +16 -0
  1505. package/dist/js/packages/components/src/views/ListEmptyViewContainerView.mjs.map +1 -0
  1506. package/dist/js/packages/components/src/views/ListItemViewContentView.mjs +11 -10
  1507. package/dist/js/packages/components/src/views/ListItemViewContentView.mjs.map +1 -1
  1508. package/dist/js/packages/components/src/views/LoadingSpinnerView.mjs +11 -10
  1509. package/dist/js/packages/components/src/views/LoadingSpinnerView.mjs.map +1 -1
  1510. package/dist/js/packages/components/src/views/MenuItemView.mjs +11 -10
  1511. package/dist/js/packages/components/src/views/MenuItemView.mjs.map +1 -1
  1512. package/dist/js/packages/components/src/views/MenuTriggerView.mjs +11 -10
  1513. package/dist/js/packages/components/src/views/MenuTriggerView.mjs.map +1 -1
  1514. package/dist/js/packages/components/src/views/OptionView.mjs +11 -10
  1515. package/dist/js/packages/components/src/views/OptionView.mjs.map +1 -1
  1516. package/dist/js/packages/components/src/views/OverlayContentView.mjs +11 -10
  1517. package/dist/js/packages/components/src/views/OverlayContentView.mjs.map +1 -1
  1518. package/dist/js/packages/components/src/views/PopoverContentView.mjs +11 -10
  1519. package/dist/js/packages/components/src/views/PopoverContentView.mjs.map +1 -1
  1520. package/dist/js/packages/components/src/views/RadioGroupView.mjs +11 -10
  1521. package/dist/js/packages/components/src/views/RadioGroupView.mjs.map +1 -1
  1522. package/dist/js/packages/components/src/views/RadioView.mjs +11 -10
  1523. package/dist/js/packages/components/src/views/RadioView.mjs.map +1 -1
  1524. package/dist/js/packages/components/src/views/RangeCalendarView.mjs +11 -10
  1525. package/dist/js/packages/components/src/views/RangeCalendarView.mjs.map +1 -1
  1526. package/dist/js/packages/components/src/views/SearchFieldView.mjs +11 -10
  1527. package/dist/js/packages/components/src/views/SearchFieldView.mjs.map +1 -1
  1528. package/dist/js/packages/components/src/views/SectionView.mjs +11 -10
  1529. package/dist/js/packages/components/src/views/SectionView.mjs.map +1 -1
  1530. package/dist/js/packages/components/src/views/SkeletonTextView.mjs +11 -10
  1531. package/dist/js/packages/components/src/views/SkeletonTextView.mjs.map +1 -1
  1532. package/dist/js/packages/components/src/views/SkeletonView.mjs +11 -10
  1533. package/dist/js/packages/components/src/views/SkeletonView.mjs.map +1 -1
  1534. package/dist/js/packages/components/src/views/TableBodyView.mjs +11 -10
  1535. package/dist/js/packages/components/src/views/TableBodyView.mjs.map +1 -1
  1536. package/dist/js/packages/components/src/views/TableCellView.mjs +11 -10
  1537. package/dist/js/packages/components/src/views/TableCellView.mjs.map +1 -1
  1538. package/dist/js/packages/components/src/views/TableColumnView.mjs +11 -10
  1539. package/dist/js/packages/components/src/views/TableColumnView.mjs.map +1 -1
  1540. package/dist/js/packages/components/src/views/TableHeaderView.mjs +11 -10
  1541. package/dist/js/packages/components/src/views/TableHeaderView.mjs.map +1 -1
  1542. package/dist/js/packages/components/src/views/TableRowView.mjs +11 -10
  1543. package/dist/js/packages/components/src/views/TableRowView.mjs.map +1 -1
  1544. package/dist/js/packages/components/src/views/TableView.mjs +11 -10
  1545. package/dist/js/packages/components/src/views/TableView.mjs.map +1 -1
  1546. package/dist/js/packages/components/src/views/TextView.mjs +11 -10
  1547. package/dist/js/packages/components/src/views/TextView.mjs.map +1 -1
  1548. package/dist/js/packages/components/src/views/TooltipTriggerView.mjs +11 -10
  1549. package/dist/js/packages/components/src/views/TooltipTriggerView.mjs.map +1 -1
  1550. package/dist/js/packages/components/src/views/TooltipView.mjs +11 -10
  1551. package/dist/js/packages/components/src/views/TooltipView.mjs.map +1 -1
  1552. package/dist/js/packages/design-tokens/dist/json/all-dark.mjs +17487 -0
  1553. package/dist/js/packages/design-tokens/dist/json/all-dark.mjs.map +1 -0
  1554. package/dist/js/packages/design-tokens/dist/json/all-light.mjs +17487 -0
  1555. package/dist/js/packages/design-tokens/dist/json/all-light.mjs.map +1 -0
  1556. package/dist/js/react-hook-form.mjs +12 -11
  1557. package/dist/types/components/AccentBox/AccentBox.d.ts +17 -4
  1558. package/dist/types/components/AccentBox/AccentBox.d.ts.map +1 -1
  1559. package/dist/types/components/AccentBox/index.d.ts +1 -1
  1560. package/dist/types/components/AccentBox/index.d.ts.map +1 -1
  1561. package/dist/types/components/AccentBox/stories/Default.stories.d.ts +4 -4
  1562. package/dist/types/components/AccentBox/stories/Default.stories.d.ts.map +1 -1
  1563. package/dist/types/components/Accordion/Accordion.d.ts +4 -1
  1564. package/dist/types/components/Accordion/Accordion.d.ts.map +1 -1
  1565. package/dist/types/components/Accordion/index.d.ts +1 -1
  1566. package/dist/types/components/Accordion/index.d.ts.map +1 -1
  1567. package/dist/types/components/Accordion/stories/Default.stories.d.ts +0 -2
  1568. package/dist/types/components/Accordion/stories/Default.stories.d.ts.map +1 -1
  1569. package/dist/types/components/Action/Action.d.ts.map +1 -1
  1570. package/dist/types/components/Action/hooks/useIsPendingWithWait.d.ts +2 -0
  1571. package/dist/types/components/Action/hooks/useIsPendingWithWait.d.ts.map +1 -0
  1572. package/dist/types/components/Action/models/ActionState.d.ts.map +1 -1
  1573. package/dist/types/components/Action/stories/Default.stories.d.ts.map +1 -1
  1574. package/dist/types/components/Action/types.d.ts +32 -0
  1575. package/dist/types/components/Action/types.d.ts.map +1 -1
  1576. package/dist/types/components/ActionGroup/ActionGroup.d.ts +9 -1
  1577. package/dist/types/components/ActionGroup/ActionGroup.d.ts.map +1 -1
  1578. package/dist/types/components/ActionGroup/lib/getActionGroupSlot.d.ts.map +1 -1
  1579. package/dist/types/components/ActionGroup/stories/Default.stories.d.ts +3 -3
  1580. package/dist/types/components/ActionGroup/stories/Default.stories.d.ts.map +1 -1
  1581. package/dist/types/components/Alert/Alert.d.ts.map +1 -1
  1582. package/dist/types/components/Alert/stories/Default.stories.d.ts +0 -2
  1583. package/dist/types/components/Alert/stories/Default.stories.d.ts.map +1 -1
  1584. package/dist/types/components/AlertBadge/AlertBadge.d.ts +1 -1
  1585. package/dist/types/components/AlertBadge/AlertBadge.d.ts.map +1 -1
  1586. package/dist/types/components/AlertBadge/stories/Default.stories.d.ts.map +1 -1
  1587. package/dist/types/components/AlertIcon/AlertIcon.d.ts +2 -1
  1588. package/dist/types/components/AlertIcon/AlertIcon.d.ts.map +1 -1
  1589. package/dist/types/components/AlertIcon/stories/Default.stories.d.ts +1 -5
  1590. package/dist/types/components/AlertIcon/stories/Default.stories.d.ts.map +1 -1
  1591. package/dist/types/components/AlertText/AlertText.d.ts +2 -3
  1592. package/dist/types/components/AlertText/AlertText.d.ts.map +1 -1
  1593. package/dist/types/components/AlertText/stories/Default.stories.d.ts +1 -5
  1594. package/dist/types/components/AlertText/stories/Default.stories.d.ts.map +1 -1
  1595. package/dist/types/components/Align/Align.browser.test.d.ts +2 -0
  1596. package/dist/types/components/Align/Align.browser.test.d.ts.map +1 -0
  1597. package/dist/types/components/Align/Align.d.ts +4 -1
  1598. package/dist/types/components/Align/Align.d.ts.map +1 -1
  1599. package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  1600. package/dist/types/components/Autocomplete/index.d.ts +1 -1
  1601. package/dist/types/components/Autocomplete/index.d.ts.map +1 -1
  1602. package/dist/types/components/Autocomplete/stories/Default.stories.d.ts +1 -1
  1603. package/dist/types/components/Autocomplete/stories/Default.stories.d.ts.map +1 -1
  1604. package/dist/types/components/Avatar/Avatar.browser.test.d.ts +2 -0
  1605. package/dist/types/components/Avatar/Avatar.browser.test.d.ts.map +1 -0
  1606. package/dist/types/components/Avatar/Avatar.d.ts +7 -0
  1607. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  1608. package/dist/types/components/Avatar/index.d.ts +1 -1
  1609. package/dist/types/components/Avatar/index.d.ts.map +1 -1
  1610. package/dist/types/components/Avatar/stories/Default.stories.d.ts +1 -0
  1611. package/dist/types/components/Avatar/stories/Default.stories.d.ts.map +1 -1
  1612. package/dist/types/components/AvatarStack/index.d.ts +1 -1
  1613. package/dist/types/components/AvatarStack/index.d.ts.map +1 -1
  1614. package/dist/types/components/AvatarStack/stories/Default.stories.d.ts.map +1 -1
  1615. package/dist/types/components/Badge/Badge.d.ts.map +1 -1
  1616. package/dist/types/components/BigNumber/stories/Default.stories.d.ts.map +1 -1
  1617. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +2 -2
  1618. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  1619. package/dist/types/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.d.ts.map +1 -1
  1620. package/dist/types/components/Breadcrumb/index.d.ts +1 -1
  1621. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  1622. package/dist/types/components/Breadcrumb/stories/Default.stories.d.ts.map +1 -1
  1623. package/dist/types/components/BrowserOnly/index.d.ts +2 -2
  1624. package/dist/types/components/BrowserOnly/index.d.ts.map +1 -1
  1625. package/dist/types/components/Button/Button.browser.test.d.ts +2 -0
  1626. package/dist/types/components/Button/Button.browser.test.d.ts.map +1 -0
  1627. package/dist/types/components/Button/Button.d.ts +1 -1
  1628. package/dist/types/components/Button/Button.d.ts.map +1 -1
  1629. package/dist/types/components/Button/stories/Default.stories.d.ts.map +1 -1
  1630. package/dist/types/components/Button/stories/lib.d.ts +1 -1
  1631. package/dist/types/components/Button/stories/lib.d.ts.map +1 -1
  1632. package/dist/types/components/Calendar/Calendar.d.ts.map +1 -1
  1633. package/dist/types/components/Calendar/components/CalendarHeader/CalendarHeader.d.ts.map +1 -1
  1634. package/dist/types/components/Calendar/components/RangeCalendar/RangeCalendar.d.ts +2 -1
  1635. package/dist/types/components/Calendar/components/RangeCalendar/RangeCalendar.d.ts.map +1 -1
  1636. package/dist/types/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.d.ts +8 -0
  1637. package/dist/types/components/Calendar/components/RangeCalendar/helpers/useCalendarDateRangePresets.d.ts.map +1 -0
  1638. package/dist/types/components/Calendar/components/RangeCalendar/index.d.ts +2 -1
  1639. package/dist/types/components/Calendar/components/RangeCalendar/index.d.ts.map +1 -1
  1640. package/dist/types/components/Calendar/components/RangeCalendar/types.d.ts +1 -0
  1641. package/dist/types/components/Calendar/components/RangeCalendar/types.d.ts.map +1 -1
  1642. package/dist/types/components/CartesianChart/CartesianChart.d.ts +16 -2
  1643. package/dist/types/components/CartesianChart/CartesianChart.d.ts.map +1 -1
  1644. package/dist/types/components/CartesianChart/components/Area/Area.d.ts +10 -2
  1645. package/dist/types/components/CartesianChart/components/Area/Area.d.ts.map +1 -1
  1646. package/dist/types/components/CartesianChart/components/AreaDot/AreaDot.d.ts +4 -2
  1647. package/dist/types/components/CartesianChart/components/AreaDot/AreaDot.d.ts.map +1 -1
  1648. package/dist/types/components/CartesianChart/components/CartesianGrid/CartesianGrid.d.ts +7 -4
  1649. package/dist/types/components/CartesianChart/components/CartesianGrid/CartesianGrid.d.ts.map +1 -1
  1650. package/dist/types/components/CartesianChart/components/CartesianGrid/index.d.ts +1 -0
  1651. package/dist/types/components/CartesianChart/components/CartesianGrid/index.d.ts.map +1 -1
  1652. package/dist/types/components/CartesianChart/components/ChartGrid/ChartGrid.d.ts +8 -0
  1653. package/dist/types/components/CartesianChart/components/ChartGrid/ChartGrid.d.ts.map +1 -0
  1654. package/dist/types/components/CartesianChart/components/ChartGrid/index.d.ts +2 -0
  1655. package/dist/types/components/CartesianChart/components/ChartGrid/index.d.ts.map +1 -0
  1656. package/dist/types/components/CartesianChart/components/ChartGrid/view.d.ts +8 -0
  1657. package/dist/types/components/CartesianChart/components/ChartGrid/view.d.ts.map +1 -0
  1658. package/dist/types/components/CartesianChart/components/ChartLegend/ChartLegend.d.ts +3 -2
  1659. package/dist/types/components/CartesianChart/components/ChartLegend/ChartLegend.d.ts.map +1 -1
  1660. package/dist/types/components/CartesianChart/components/ChartLegend/LegendContent.d.ts.map +1 -1
  1661. package/dist/types/components/CartesianChart/components/ChartTooltip/ChartTooltip.d.ts +6 -16
  1662. package/dist/types/components/CartesianChart/components/ChartTooltip/ChartTooltip.d.ts.map +1 -1
  1663. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipContent.d.ts +7 -1
  1664. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipContent.d.ts.map +1 -1
  1665. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.d.ts +10 -0
  1666. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.d.ts.map +1 -0
  1667. package/dist/types/components/CartesianChart/components/ChartTooltip/index.d.ts +1 -0
  1668. package/dist/types/components/CartesianChart/components/ChartTooltip/index.d.ts.map +1 -1
  1669. package/dist/types/components/CartesianChart/components/ChartTooltip/types.d.ts +26 -0
  1670. package/dist/types/components/CartesianChart/components/ChartTooltip/types.d.ts.map +1 -0
  1671. package/dist/types/components/CartesianChart/components/Line/Line.d.ts +5 -2
  1672. package/dist/types/components/CartesianChart/components/Line/Line.d.ts.map +1 -1
  1673. package/dist/types/components/CartesianChart/components/XAxis/XAxis.d.ts +6 -1
  1674. package/dist/types/components/CartesianChart/components/XAxis/XAxis.d.ts.map +1 -1
  1675. package/dist/types/components/CartesianChart/components/XAxis/types.d.ts +5 -0
  1676. package/dist/types/components/CartesianChart/components/XAxis/types.d.ts.map +1 -0
  1677. package/dist/types/components/CartesianChart/components/YAxis/YAxis.d.ts +6 -1
  1678. package/dist/types/components/CartesianChart/components/YAxis/YAxis.d.ts.map +1 -1
  1679. package/dist/types/components/CartesianChart/components/YAxis/types.d.ts +5 -0
  1680. package/dist/types/components/CartesianChart/components/YAxis/types.d.ts.map +1 -0
  1681. package/dist/types/components/CartesianChart/index.d.ts +5 -2
  1682. package/dist/types/components/CartesianChart/index.d.ts.map +1 -1
  1683. package/dist/types/components/CartesianChart/stories/Default.stories.d.ts +1 -0
  1684. package/dist/types/components/CartesianChart/stories/Default.stories.d.ts.map +1 -1
  1685. package/dist/types/components/CartesianChart/typedCartesianChart.test-types.d.ts +2 -0
  1686. package/dist/types/components/CartesianChart/typedCartesianChart.test-types.d.ts.map +1 -0
  1687. package/dist/types/components/CartesianChart/types.d.ts +11 -0
  1688. package/dist/types/components/CartesianChart/types.d.ts.map +1 -0
  1689. package/dist/types/components/Chat/Chat.d.ts +1 -0
  1690. package/dist/types/components/Chat/Chat.d.ts.map +1 -1
  1691. package/dist/types/components/Chat/stories/Default.stories.d.ts.map +1 -1
  1692. package/dist/types/components/Checkbox/Checkbox.d.ts +1 -0
  1693. package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -1
  1694. package/dist/types/components/Checkbox/stories/Default.stories.d.ts +1 -4
  1695. package/dist/types/components/Checkbox/stories/Default.stories.d.ts.map +1 -1
  1696. package/dist/types/components/CheckboxButton/stories/Default.stories.d.ts +1 -5
  1697. package/dist/types/components/CheckboxButton/stories/Default.stories.d.ts.map +1 -1
  1698. package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
  1699. package/dist/types/components/CheckboxGroup/stories/Default.stories.d.ts +0 -2
  1700. package/dist/types/components/CheckboxGroup/stories/Default.stories.d.ts.map +1 -1
  1701. package/dist/types/components/ClearPropsContext/index.d.ts +1 -1
  1702. package/dist/types/components/ClearPropsContext/index.d.ts.map +1 -1
  1703. package/dist/types/components/CodeBlock/CodeBlock.d.ts +8 -0
  1704. package/dist/types/components/CodeBlock/CodeBlock.d.ts.map +1 -1
  1705. package/dist/types/components/CodeBlock/stories/Default.stories.d.ts +1 -2
  1706. package/dist/types/components/CodeBlock/stories/Default.stories.d.ts.map +1 -1
  1707. package/dist/types/components/CodeEditor/CodeEditor.browser.test.d.ts +2 -0
  1708. package/dist/types/components/CodeEditor/CodeEditor.browser.test.d.ts.map +1 -0
  1709. package/dist/types/components/CodeEditor/CodeEditor.d.ts +29 -4
  1710. package/dist/types/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  1711. package/dist/types/components/CodeEditor/extensions/gutterSpacer.d.ts +1 -1
  1712. package/dist/types/components/CodeEditor/extensions/gutterSpacer.d.ts.map +1 -1
  1713. package/dist/types/components/CodeEditor/index.d.ts +1 -1
  1714. package/dist/types/components/CodeEditor/index.d.ts.map +1 -1
  1715. package/dist/types/components/CodeEditor/stories/Default.stories.d.ts +3 -0
  1716. package/dist/types/components/CodeEditor/stories/Default.stories.d.ts.map +1 -1
  1717. package/dist/types/components/CodeEditor/themes/defaultEditorTheme.d.ts +1 -1
  1718. package/dist/types/components/CodeEditor/themes/defaultEditorTheme.d.ts.map +1 -1
  1719. package/dist/types/components/Color/Color.d.ts +3 -2
  1720. package/dist/types/components/Color/Color.d.ts.map +1 -1
  1721. package/dist/types/components/Color/stories/Default.stories.d.ts +0 -8
  1722. package/dist/types/components/Color/stories/Default.stories.d.ts.map +1 -1
  1723. package/dist/types/components/ColumnLayout/ColumnLayout.d.ts.map +1 -1
  1724. package/dist/types/components/ColumnLayout/stories/Default.stories.d.ts +1 -4
  1725. package/dist/types/components/ColumnLayout/stories/Default.stories.d.ts.map +1 -1
  1726. package/dist/types/components/Combine/Combine.d.ts +17 -0
  1727. package/dist/types/components/Combine/Combine.d.ts.map +1 -0
  1728. package/dist/types/components/Combine/index.d.ts +4 -0
  1729. package/dist/types/components/Combine/index.d.ts.map +1 -0
  1730. package/dist/types/components/Combine/stories/Default.stories.d.ts +10 -0
  1731. package/dist/types/components/Combine/stories/Default.stories.d.ts.map +1 -0
  1732. package/dist/types/components/Combine/stories/InputButton.stories.d.ts +12 -0
  1733. package/dist/types/components/Combine/stories/InputButton.stories.d.ts.map +1 -0
  1734. package/dist/types/components/Combine/view.d.ts +8 -0
  1735. package/dist/types/components/Combine/view.d.ts.map +1 -0
  1736. package/dist/types/components/ComboBox/ComboBox.d.ts +2 -1
  1737. package/dist/types/components/ComboBox/ComboBox.d.ts.map +1 -1
  1738. package/dist/types/components/ComboBox/stories/Default.stories.d.ts +0 -3
  1739. package/dist/types/components/ComboBox/stories/Default.stories.d.ts.map +1 -1
  1740. package/dist/types/components/ComboBox/stories/FileComboBox.stories.d.ts.map +1 -1
  1741. package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.d.ts +24 -0
  1742. package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.d.ts.map +1 -0
  1743. package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.test.d.ts +2 -0
  1744. package/dist/types/components/ComponentDefaultsProvider/ComponentDefaultsProvider.test.d.ts.map +1 -0
  1745. package/dist/types/components/ComponentDefaultsProvider/defaults.d.ts +37 -0
  1746. package/dist/types/components/ComponentDefaultsProvider/defaults.d.ts.map +1 -0
  1747. package/dist/types/components/ComponentDefaultsProvider/deprecatedFlags.d.ts +8 -0
  1748. package/dist/types/components/ComponentDefaultsProvider/deprecatedFlags.d.ts.map +1 -0
  1749. package/dist/types/components/ComponentDefaultsProvider/index.d.ts +4 -0
  1750. package/dist/types/components/ComponentDefaultsProvider/index.d.ts.map +1 -0
  1751. package/dist/types/components/ComponentPropsContextProvider/index.d.ts +1 -1
  1752. package/dist/types/components/ComponentPropsContextProvider/index.d.ts.map +1 -1
  1753. package/dist/types/components/ComponentUsageProvider/ComponentUsageProvider.browser.test.d.ts +2 -0
  1754. package/dist/types/components/ComponentUsageProvider/ComponentUsageProvider.browser.test.d.ts.map +1 -0
  1755. package/dist/types/components/ComponentUsageProvider/ComponentUsageProvider.d.ts +14 -0
  1756. package/dist/types/components/ComponentUsageProvider/ComponentUsageProvider.d.ts.map +1 -0
  1757. package/dist/types/components/ComponentUsageProvider/index.d.ts +3 -0
  1758. package/dist/types/components/ComponentUsageProvider/index.d.ts.map +1 -0
  1759. package/dist/types/components/Content/stories/Default.stories.d.ts.map +1 -1
  1760. package/dist/types/components/ContextMenu/ContextMenu.browser.test.d.ts +2 -0
  1761. package/dist/types/components/ContextMenu/ContextMenu.browser.test.d.ts.map +1 -0
  1762. package/dist/types/components/ContextMenu/ContextMenu.d.ts.map +1 -1
  1763. package/dist/types/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.d.ts +2 -2
  1764. package/dist/types/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.d.ts.map +1 -1
  1765. package/dist/types/components/ContextMenu/index.d.ts.map +1 -1
  1766. package/dist/types/components/ContextMenu/lib.d.ts +1 -1
  1767. package/dist/types/components/ContextMenu/lib.d.ts.map +1 -1
  1768. package/dist/types/components/ContextMenu/stories/Default.stories.d.ts +1 -0
  1769. package/dist/types/components/ContextMenu/stories/Default.stories.d.ts.map +1 -1
  1770. package/dist/types/components/ContextMenu/stories/EdgeCases.stories.d.ts.map +1 -1
  1771. package/dist/types/components/ContextualHelp/ContextualHelp.browser.test.d.ts +2 -0
  1772. package/dist/types/components/ContextualHelp/ContextualHelp.browser.test.d.ts.map +1 -0
  1773. package/dist/types/components/ContextualHelp/ContextualHelp.d.ts.map +1 -1
  1774. package/dist/types/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.d.ts +15 -2
  1775. package/dist/types/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.d.ts.map +1 -1
  1776. package/dist/types/components/ContextualHelp/stories/Default.stories.d.ts.map +1 -1
  1777. package/dist/types/components/CounterBadge/CounterBadge.d.ts +1 -2
  1778. package/dist/types/components/CounterBadge/CounterBadge.d.ts.map +1 -1
  1779. package/dist/types/components/CounterBadge/stories/Default.stories.d.ts.map +1 -1
  1780. package/dist/types/components/CountryOptions/CountryOptions.d.ts +4 -3
  1781. package/dist/types/components/CountryOptions/CountryOptions.d.ts.map +1 -1
  1782. package/dist/types/components/CountryOptions/lib/sortBy.d.ts.map +1 -1
  1783. package/dist/types/components/DatePicker/DatePicker.d.ts.map +1 -1
  1784. package/dist/types/components/DatePicker/stories/Default.stories.d.ts +1 -2
  1785. package/dist/types/components/DatePicker/stories/Default.stories.d.ts.map +1 -1
  1786. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +8 -0
  1787. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  1788. package/dist/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts.map +1 -1
  1789. package/dist/types/components/DateRangePicker/stories/Default.stories.d.ts +2 -1
  1790. package/dist/types/components/DateRangePicker/stories/Default.stories.d.ts.map +1 -1
  1791. package/dist/types/components/DeprecationWarningProvider/DeprecationWarningProvider.d.ts +10 -0
  1792. package/dist/types/components/DeprecationWarningProvider/DeprecationWarningProvider.d.ts.map +1 -0
  1793. package/dist/types/components/DeprecationWarningProvider/DeprecationWarningProvider.test.d.ts +2 -0
  1794. package/dist/types/components/DeprecationWarningProvider/DeprecationWarningProvider.test.d.ts.map +1 -0
  1795. package/dist/types/components/DeprecationWarningProvider/index.d.ts +3 -0
  1796. package/dist/types/components/DeprecationWarningProvider/index.d.ts.map +1 -0
  1797. package/dist/types/components/DonutChart/DonutChart.d.ts +4 -2
  1798. package/dist/types/components/DonutChart/DonutChart.d.ts.map +1 -1
  1799. package/dist/types/components/DonutChart/components/Donut.d.ts.map +1 -1
  1800. package/dist/types/components/DonutChart/components/DonutChartLegend.d.ts.map +1 -1
  1801. package/dist/types/components/DonutChart/components/DonutChartValue.d.ts.map +1 -1
  1802. package/dist/types/components/DonutChart/stories/Default.stories.d.ts +0 -1
  1803. package/dist/types/components/DonutChart/stories/Default.stories.d.ts.map +1 -1
  1804. package/dist/types/components/EmulatedBoldText/EmulatedBoldText.d.ts.map +1 -1
  1805. package/dist/types/components/EmulatedBoldText/stories/Default.stories.d.ts.map +1 -1
  1806. package/dist/types/components/FileCard/FileCard.d.ts.map +1 -1
  1807. package/dist/types/components/FileCard/components/DeleteButton/DeleteButton.d.ts.map +1 -1
  1808. package/dist/types/components/FileCard/components/FileSizeText/FileSizeText.d.ts.map +1 -1
  1809. package/dist/types/components/FileCard/stories/Default.stories.d.ts +1 -3
  1810. package/dist/types/components/FileCard/stories/Default.stories.d.ts.map +1 -1
  1811. package/dist/types/components/FileCardList/stories/Default.stories.d.ts.map +1 -1
  1812. package/dist/types/components/FileDropZone/FileDropZone.d.ts +1 -0
  1813. package/dist/types/components/FileDropZone/FileDropZone.d.ts.map +1 -1
  1814. package/dist/types/components/FileDropZone/stories/Default.stories.d.ts +0 -2
  1815. package/dist/types/components/FileDropZone/stories/Default.stories.d.ts.map +1 -1
  1816. package/dist/types/components/FileField/FileField.d.ts.map +1 -1
  1817. package/dist/types/components/FileField/components/FileInput.d.ts.map +1 -1
  1818. package/dist/types/components/FileField/index.d.ts +1 -1
  1819. package/dist/types/components/FileField/index.d.ts.map +1 -1
  1820. package/dist/types/components/FileField/stories/Default.stories.d.ts +2 -3
  1821. package/dist/types/components/FileField/stories/Default.stories.d.ts.map +1 -1
  1822. package/dist/types/components/Flex/stories/Default.stories.d.ts +0 -2
  1823. package/dist/types/components/Flex/stories/Default.stories.d.ts.map +1 -1
  1824. package/dist/types/components/Header/stories/Default.stories.d.ts.map +1 -1
  1825. package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts +2 -2
  1826. package/dist/types/components/HeaderNavigation/stories/Default.stories.d.ts.map +1 -1
  1827. package/dist/types/components/Heading/Heading.d.ts +4 -5
  1828. package/dist/types/components/Heading/Heading.d.ts.map +1 -1
  1829. package/dist/types/components/Heading/index.d.ts +1 -0
  1830. package/dist/types/components/Heading/index.d.ts.map +1 -1
  1831. package/dist/types/components/Heading/stories/Default.stories.d.ts +1 -0
  1832. package/dist/types/components/Heading/stories/Default.stories.d.ts.map +1 -1
  1833. package/dist/types/components/Icon/Icon.d.ts +15 -2
  1834. package/dist/types/components/Icon/Icon.d.ts.map +1 -1
  1835. package/dist/types/components/Icon/components/icons/IconNewsletter.d.ts +5 -0
  1836. package/dist/types/components/Icon/components/icons/IconNewsletter.d.ts.map +1 -0
  1837. package/dist/types/components/Icon/components/icons/IconStack.d.ts +5 -0
  1838. package/dist/types/components/Icon/components/icons/IconStack.d.ts.map +1 -0
  1839. package/dist/types/components/Icon/components/icons/index.d.ts +2 -0
  1840. package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
  1841. package/dist/types/components/Icon/index.d.ts +1 -0
  1842. package/dist/types/components/Icon/index.d.ts.map +1 -1
  1843. package/dist/types/components/Icon/stories/Default.stories.d.ts +3 -1
  1844. package/dist/types/components/Icon/stories/Default.stories.d.ts.map +1 -1
  1845. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts +2 -2
  1846. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
  1847. package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts.map +1 -1
  1848. package/dist/types/components/Image/stories/Default.stories.d.ts +1 -2
  1849. package/dist/types/components/Image/stories/Default.stories.d.ts.map +1 -1
  1850. package/dist/types/components/ImageCropper/ImageCropper.d.ts +4 -1
  1851. package/dist/types/components/ImageCropper/ImageCropper.d.ts.map +1 -1
  1852. package/dist/types/components/ImageCropper/lib/getCroppedImageFile.d.ts +1 -1
  1853. package/dist/types/components/ImageCropper/lib/getCroppedImageFile.d.ts.map +1 -1
  1854. package/dist/types/components/ImageCropper/stories/Default.stories.d.ts.map +1 -1
  1855. package/dist/types/components/Initials/Initials.d.ts.map +1 -1
  1856. package/dist/types/components/Initials/lib/getInitialsFromString.d.ts +1 -1
  1857. package/dist/types/components/Initials/lib/getInitialsFromString.d.ts.map +1 -1
  1858. package/dist/types/components/Initials/stories/Default.stories.d.ts +1 -0
  1859. package/dist/types/components/Initials/stories/Default.stories.d.ts.map +1 -1
  1860. package/dist/types/components/InlineCode/InlineCode.d.ts +3 -1
  1861. package/dist/types/components/InlineCode/InlineCode.d.ts.map +1 -1
  1862. package/dist/types/components/InlineCode/stories/Default.stories.d.ts.map +1 -1
  1863. package/dist/types/components/Kbd/Kbd.d.ts +5 -1
  1864. package/dist/types/components/Kbd/Kbd.d.ts.map +1 -1
  1865. package/dist/types/components/Kbd/index.d.ts +2 -1
  1866. package/dist/types/components/Kbd/index.d.ts.map +1 -1
  1867. package/dist/types/components/Kbd/stories/Default.stories.d.ts.map +1 -1
  1868. package/dist/types/components/Label/Label.d.ts.map +1 -1
  1869. package/dist/types/components/Label/stories/Default.stories.d.ts +0 -2
  1870. package/dist/types/components/Label/stories/Default.stories.d.ts.map +1 -1
  1871. package/dist/types/components/LabeledValue/LabeledValue.d.ts.map +1 -1
  1872. package/dist/types/components/LabeledValue/stories/Default.stories.d.ts +0 -1
  1873. package/dist/types/components/LabeledValue/stories/Default.stories.d.ts.map +1 -1
  1874. package/dist/types/components/LayoutCard/stories/Default.stories.d.ts +2 -1
  1875. package/dist/types/components/LayoutCard/stories/Default.stories.d.ts.map +1 -1
  1876. package/dist/types/components/Legend/stories/Default.stories.d.ts.map +1 -1
  1877. package/dist/types/components/LightBox/LightBox.d.ts.map +1 -1
  1878. package/dist/types/components/LightBox/components/LightBoxGallery/Controls.d.ts +8 -0
  1879. package/dist/types/components/LightBox/components/LightBoxGallery/Controls.d.ts.map +1 -0
  1880. package/dist/types/components/LightBox/components/LightBoxGallery/LightBoxGallery.d.ts +10 -0
  1881. package/dist/types/components/LightBox/components/LightBoxGallery/LightBoxGallery.d.ts.map +1 -0
  1882. package/dist/types/components/LightBox/components/LightBoxGallery/index.d.ts +2 -0
  1883. package/dist/types/components/LightBox/components/LightBoxGallery/index.d.ts.map +1 -0
  1884. package/dist/types/components/LightBox/components/LightBoxGallery/view.d.ts +8 -0
  1885. package/dist/types/components/LightBox/components/LightBoxGallery/view.d.ts.map +1 -0
  1886. package/dist/types/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.d.ts +8 -0
  1887. package/dist/types/components/LightBox/components/LightBoxGalleryItem/LightBoxGalleryItem.d.ts.map +1 -0
  1888. package/dist/types/components/LightBox/components/LightBoxGalleryItem/index.d.ts +3 -0
  1889. package/dist/types/components/LightBox/components/LightBoxGalleryItem/index.d.ts.map +1 -0
  1890. package/dist/types/components/LightBox/components/LightBoxGalleryItem/view.d.ts +8 -0
  1891. package/dist/types/components/LightBox/components/LightBoxGalleryItem/view.d.ts.map +1 -0
  1892. package/dist/types/components/LightBox/index.d.ts +2 -0
  1893. package/dist/types/components/LightBox/index.d.ts.map +1 -1
  1894. package/dist/types/components/LightBox/stories/Default.stories.d.ts +1 -0
  1895. package/dist/types/components/LightBox/stories/Default.stories.d.ts.map +1 -1
  1896. package/dist/types/components/LightBox/view.d.ts +8 -0
  1897. package/dist/types/components/LightBox/view.d.ts.map +1 -0
  1898. package/dist/types/components/Link/Link.browser.test.d.ts +2 -0
  1899. package/dist/types/components/Link/Link.browser.test.d.ts.map +1 -0
  1900. package/dist/types/components/Link/Link.d.ts +4 -2
  1901. package/dist/types/components/Link/Link.d.ts.map +1 -1
  1902. package/dist/types/components/Link/components/LinkIcon/LinkIcon.d.ts +3 -1
  1903. package/dist/types/components/Link/components/LinkIcon/LinkIcon.d.ts.map +1 -1
  1904. package/dist/types/components/Link/stories/Default.stories.d.ts +1 -0
  1905. package/dist/types/components/Link/stories/Default.stories.d.ts.map +1 -1
  1906. package/dist/types/components/List/List.d.ts +17 -1
  1907. package/dist/types/components/List/List.d.ts.map +1 -1
  1908. package/dist/types/components/List/components/DataLoader/DataLoader.d.ts +1 -1
  1909. package/dist/types/components/List/components/DataLoader/DataLoader.d.ts.map +1 -1
  1910. package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts +1 -0
  1911. package/dist/types/components/List/components/DataLoader/DataLoaderSuspense.d.ts.map +1 -1
  1912. package/dist/types/components/List/components/EmptySearchResultView/EmptySearchResultView.d.ts +4 -0
  1913. package/dist/types/components/List/components/EmptySearchResultView/EmptySearchResultView.d.ts.map +1 -0
  1914. package/dist/types/components/List/components/EmptySearchResultView/index.d.ts +2 -0
  1915. package/dist/types/components/List/components/EmptySearchResultView/index.d.ts.map +1 -0
  1916. package/dist/types/components/List/components/EmptyView/EmptyView.d.ts +4 -0
  1917. package/dist/types/components/List/components/EmptyView/EmptyView.d.ts.map +1 -0
  1918. package/dist/types/components/List/components/EmptyView/index.d.ts +2 -0
  1919. package/dist/types/components/List/components/EmptyView/index.d.ts.map +1 -0
  1920. package/dist/types/components/List/components/Footer/Footer.d.ts.map +1 -1
  1921. package/dist/types/components/List/components/Footer/components/PaginationInfos/PaginationInfos.d.ts.map +1 -1
  1922. package/dist/types/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.d.ts.map +1 -1
  1923. package/dist/types/components/List/components/Header/Header.d.ts.map +1 -1
  1924. package/dist/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts +4 -1
  1925. package/dist/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts.map +1 -1
  1926. package/dist/types/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.d.ts +5 -1
  1927. package/dist/types/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.d.ts.map +1 -1
  1928. package/dist/types/components/List/components/Header/components/AllFiltersModal/FilterAccordion.d.ts +1 -0
  1929. package/dist/types/components/List/components/Header/components/AllFiltersModal/FilterAccordion.d.ts.map +1 -1
  1930. package/dist/types/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.d.ts.map +1 -1
  1931. package/dist/types/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.d.ts.map +1 -1
  1932. package/dist/types/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.d.ts.map +1 -1
  1933. package/dist/types/components/List/components/Header/components/AllFiltersModal/SortingAccordion.d.ts +5 -1
  1934. package/dist/types/components/List/components/Header/components/AllFiltersModal/SortingAccordion.d.ts.map +1 -1
  1935. package/dist/types/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.d.ts +5 -1
  1936. package/dist/types/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.d.ts.map +1 -1
  1937. package/dist/types/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.d.ts +1 -0
  1938. package/dist/types/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.d.ts.map +1 -1
  1939. package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.d.ts +1 -0
  1940. package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.d.ts.map +1 -1
  1941. package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.d.ts +5 -1
  1942. package/dist/types/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.d.ts.map +1 -1
  1943. package/dist/types/components/List/components/Header/components/SearchField/SearchField.d.ts +1 -0
  1944. package/dist/types/components/List/components/Header/components/SearchField/SearchField.d.ts.map +1 -1
  1945. package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.d.ts +5 -1
  1946. package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.d.ts.map +1 -1
  1947. package/dist/types/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.d.ts.map +1 -1
  1948. package/dist/types/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.d.ts +5 -1
  1949. package/dist/types/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.d.ts.map +1 -1
  1950. package/dist/types/components/List/components/Items/Items.d.ts.map +1 -1
  1951. package/dist/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts.map +1 -1
  1952. package/dist/types/components/List/components/Items/components/Item/Item.d.ts +11 -3
  1953. package/dist/types/components/List/components/Items/components/Item/Item.d.ts.map +1 -1
  1954. package/dist/types/components/List/components/Items/components/Item/components/AccordionButton.d.ts.map +1 -1
  1955. package/dist/types/components/List/components/Items/components/Item/components/ItemLoadingView/ItemLoadingView.d.ts +4 -0
  1956. package/dist/types/components/List/components/Items/components/Item/components/ItemLoadingView/ItemLoadingView.d.ts.map +1 -0
  1957. package/dist/types/components/List/components/Items/components/Item/hooks/useGridItemProps.d.ts +3 -2
  1958. package/dist/types/components/List/components/Items/components/Item/hooks/useGridItemProps.d.ts.map +1 -1
  1959. package/dist/types/components/List/components/Items/hooks/useInfiniteScrollTrigger.d.ts +4 -0
  1960. package/dist/types/components/List/components/Items/hooks/useInfiniteScrollTrigger.d.ts.map +1 -0
  1961. package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts +2 -1
  1962. package/dist/types/components/List/components/Items/views/GridList/GridList.d.ts.map +1 -1
  1963. package/dist/types/components/List/components/ListItemView/ListItemView.d.ts +11 -1
  1964. package/dist/types/components/List/components/ListItemView/ListItemView.d.ts.map +1 -1
  1965. package/dist/types/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.d.ts +1 -1
  1966. package/dist/types/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.d.ts.map +1 -1
  1967. package/dist/types/components/List/components/ListItemView/index.d.ts +1 -1
  1968. package/dist/types/components/List/components/ListItemView/index.d.ts.map +1 -1
  1969. package/dist/types/components/List/components/ListSummary/ListSummary.d.ts +2 -2
  1970. package/dist/types/components/List/components/ListSummary/ListSummary.d.ts.map +1 -1
  1971. package/dist/types/components/List/components/ListSummary/index.d.ts +1 -1
  1972. package/dist/types/components/List/components/ListSummary/index.d.ts.map +1 -1
  1973. package/dist/types/components/List/components/Table/Table.d.ts.map +1 -1
  1974. package/dist/types/components/List/hooks/useAriaAnnounceSearchState.d.ts.map +1 -1
  1975. package/dist/types/components/List/index.d.ts +1 -0
  1976. package/dist/types/components/List/index.d.ts.map +1 -1
  1977. package/dist/types/components/List/model/List.d.ts +7 -2
  1978. package/dist/types/components/List/model/List.d.ts.map +1 -1
  1979. package/dist/types/components/List/model/loading/IncrementalLoader.d.ts +2 -0
  1980. package/dist/types/components/List/model/loading/IncrementalLoader.d.ts.map +1 -1
  1981. package/dist/types/components/List/model/loading/IncrementalLoaderState.d.ts +5 -0
  1982. package/dist/types/components/List/model/loading/IncrementalLoaderState.d.ts.map +1 -1
  1983. package/dist/types/components/List/model/loading/types.d.ts +14 -3
  1984. package/dist/types/components/List/model/loading/types.d.ts.map +1 -1
  1985. package/dist/types/components/List/model/search/types.d.ts +1 -0
  1986. package/dist/types/components/List/model/search/types.d.ts.map +1 -1
  1987. package/dist/types/components/List/model/table/types.d.ts +3 -1
  1988. package/dist/types/components/List/model/table/types.d.ts.map +1 -1
  1989. package/dist/types/components/List/model/types.d.ts +39 -0
  1990. package/dist/types/components/List/model/types.d.ts.map +1 -1
  1991. package/dist/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts.map +1 -1
  1992. package/dist/types/components/List/stories/Default.stories.d.ts +5 -2
  1993. package/dist/types/components/List/stories/Default.stories.d.ts.map +1 -1
  1994. package/dist/types/components/List/stories/EdgeCases.stories.d.ts +1 -4
  1995. package/dist/types/components/List/stories/EdgeCases.stories.d.ts.map +1 -1
  1996. package/dist/types/components/List/stories/ListItem.stories.d.ts +1 -6
  1997. package/dist/types/components/List/stories/ListItem.stories.d.ts.map +1 -1
  1998. package/dist/types/components/List/typedList.d.ts +58 -48
  1999. package/dist/types/components/List/typedList.d.ts.map +1 -1
  2000. package/dist/types/components/List/views/EmptyView/EmptyView.d.ts +5 -1
  2001. package/dist/types/components/List/views/EmptyView/EmptyView.d.ts.map +1 -1
  2002. package/dist/types/components/List/views/EmptyViewContainer/EmptyViewContainer.d.ts +10 -0
  2003. package/dist/types/components/List/views/EmptyViewContainer/EmptyViewContainer.d.ts.map +1 -0
  2004. package/dist/types/components/List/views/EmptyViewContainer/index.d.ts +3 -0
  2005. package/dist/types/components/List/views/EmptyViewContainer/index.d.ts.map +1 -0
  2006. package/dist/types/components/List/views/EmptyViewContainer/view.d.ts +8 -0
  2007. package/dist/types/components/List/views/EmptyViewContainer/view.d.ts.map +1 -0
  2008. package/dist/types/components/LoadingSpinner/LoadingSpinner.d.ts.map +1 -1
  2009. package/dist/types/components/LoadingSpinner/index.d.ts +1 -1
  2010. package/dist/types/components/LoadingSpinner/index.d.ts.map +1 -1
  2011. package/dist/types/components/LoadingSpinner/stories/Default.stories.d.ts.map +1 -1
  2012. package/dist/types/components/Markdown/Markdown.d.ts +8 -2
  2013. package/dist/types/components/Markdown/Markdown.d.ts.map +1 -1
  2014. package/dist/types/components/Markdown/stories/Default.stories.d.ts +1 -0
  2015. package/dist/types/components/Markdown/stories/Default.stories.d.ts.map +1 -1
  2016. package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts +6 -0
  2017. package/dist/types/components/MarkdownEditor/MarkdownEditor.d.ts.map +1 -1
  2018. package/dist/types/components/MarkdownEditor/components/ModeButton.d.ts.map +1 -1
  2019. package/dist/types/components/MarkdownEditor/components/Toolbar.d.ts.map +1 -1
  2020. package/dist/types/components/MarkdownEditor/components/ToolbarButton.d.ts.map +1 -1
  2021. package/dist/types/components/MarkdownEditor/stories/Default.stories.d.ts +2 -6
  2022. package/dist/types/components/MarkdownEditor/stories/Default.stories.d.ts.map +1 -1
  2023. package/dist/types/components/MenuItem/MenuItem.d.ts +2 -0
  2024. package/dist/types/components/MenuItem/MenuItem.d.ts.map +1 -1
  2025. package/dist/types/components/MenuItem/components/MenuItemContent/MenuItemContent.d.ts.map +1 -1
  2026. package/dist/types/components/MenuItem/index.d.ts +1 -1
  2027. package/dist/types/components/MenuItem/index.d.ts.map +1 -1
  2028. package/dist/types/components/Message/Message.d.ts +3 -2
  2029. package/dist/types/components/Message/Message.d.ts.map +1 -1
  2030. package/dist/types/components/Message/stories/Default.stories.d.ts +0 -2
  2031. package/dist/types/components/Message/stories/Default.stories.d.ts.map +1 -1
  2032. package/dist/types/components/MessageThread/MessageThread.d.ts.map +1 -1
  2033. package/dist/types/components/MessageThread/components/MessageSeparator/MessageSeparator.d.ts.map +1 -1
  2034. package/dist/types/components/MessageThread/stories/Default.stories.d.ts.map +1 -1
  2035. package/dist/types/components/Modal/Modal.d.ts +7 -0
  2036. package/dist/types/components/Modal/Modal.d.ts.map +1 -1
  2037. package/dist/types/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.d.ts +4 -0
  2038. package/dist/types/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.d.ts.map +1 -1
  2039. package/dist/types/components/Modal/components/ModalTrigger/ModalTrigger.d.ts +12 -2
  2040. package/dist/types/components/Modal/components/ModalTrigger/ModalTrigger.d.ts.map +1 -1
  2041. package/dist/types/components/Modal/stories/Default.stories.d.ts +3 -8
  2042. package/dist/types/components/Modal/stories/Default.stories.d.ts.map +1 -1
  2043. package/dist/types/components/Modal/stories/EdgeCases.stories.d.ts +0 -2
  2044. package/dist/types/components/Modal/stories/EdgeCases.stories.d.ts.map +1 -1
  2045. package/dist/types/components/Navigation/Navigation.d.ts.map +1 -1
  2046. package/dist/types/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.d.ts +3 -0
  2047. package/dist/types/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.d.ts.map +1 -0
  2048. package/dist/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts +6 -0
  2049. package/dist/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts.map +1 -1
  2050. package/dist/types/components/Navigation/components/NavigationGroup/index.d.ts +1 -1
  2051. package/dist/types/components/Navigation/components/NavigationGroup/index.d.ts.map +1 -1
  2052. package/dist/types/components/Navigation/index.d.ts +1 -1
  2053. package/dist/types/components/Navigation/index.d.ts.map +1 -1
  2054. package/dist/types/components/Navigation/stories/Default.stories.d.ts +0 -3
  2055. package/dist/types/components/Navigation/stories/Default.stories.d.ts.map +1 -1
  2056. package/dist/types/components/Notification/Notification.d.ts.map +1 -1
  2057. package/dist/types/components/Notification/stories/Default.stories.d.ts.map +1 -1
  2058. package/dist/types/components/NotificationProvider/stories/Default.stories.d.ts +1 -1
  2059. package/dist/types/components/NotificationProvider/stories/Default.stories.d.ts.map +1 -1
  2060. package/dist/types/components/NumberField/stories/Default.stories.d.ts +0 -3
  2061. package/dist/types/components/NumberField/stories/Default.stories.d.ts.map +1 -1
  2062. package/dist/types/components/Option/Option.d.ts +2 -2
  2063. package/dist/types/components/Option/Option.d.ts.map +1 -1
  2064. package/dist/types/components/Option/index.d.ts +1 -1
  2065. package/dist/types/components/Option/index.d.ts.map +1 -1
  2066. package/dist/types/components/Overlay/Overlay.browser.test.d.ts +2 -0
  2067. package/dist/types/components/Overlay/Overlay.browser.test.d.ts.map +1 -0
  2068. package/dist/types/components/Overlay/Overlay.d.ts +13 -1
  2069. package/dist/types/components/Overlay/Overlay.d.ts.map +1 -1
  2070. package/dist/types/components/Overlay/components/OverlayContent.d.ts +2 -1
  2071. package/dist/types/components/Overlay/components/OverlayContent.d.ts.map +1 -1
  2072. package/dist/types/components/Overlay/components/index.d.ts +1 -1
  2073. package/dist/types/components/Overlay/components/index.d.ts.map +1 -1
  2074. package/dist/types/components/OverlayTrigger/OverlayTrigger.d.ts.map +1 -1
  2075. package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts +9 -0
  2076. package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
  2077. package/dist/types/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.d.ts.map +1 -1
  2078. package/dist/types/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.d.ts.map +1 -1
  2079. package/dist/types/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.d.ts.map +1 -1
  2080. package/dist/types/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.d.ts.map +1 -1
  2081. package/dist/types/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.d.ts.map +1 -1
  2082. package/dist/types/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.d.ts.map +1 -1
  2083. package/dist/types/components/PasswordCreationField/lib/usePolicyValidationResult.d.ts.map +1 -1
  2084. package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts +2 -4
  2085. package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts.map +1 -1
  2086. package/dist/types/components/Popover/components/PopoverContent/index.d.ts +1 -1
  2087. package/dist/types/components/Popover/components/PopoverContent/index.d.ts.map +1 -1
  2088. package/dist/types/components/Popover/stories/Default.stories.d.ts.map +1 -1
  2089. package/dist/types/components/Popover/stories/EdgeCases.stories.d.ts.map +1 -1
  2090. package/dist/types/components/ProgressBar/ProgressBar.d.ts +6 -4
  2091. package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  2092. package/dist/types/components/ProgressBar/components/ProgressBarBar.d.ts.map +1 -1
  2093. package/dist/types/components/ProgressBar/components/ProgressBarLegend.d.ts.map +1 -1
  2094. package/dist/types/components/ProgressBar/components/ProgressBarValue.d.ts.map +1 -1
  2095. package/dist/types/components/ProgressBar/stories/Default.stories.d.ts +0 -4
  2096. package/dist/types/components/ProgressBar/stories/Default.stories.d.ts.map +1 -1
  2097. package/dist/types/components/RadioGroup/RadioGroup.d.ts.map +1 -1
  2098. package/dist/types/components/RadioGroup/stories/Default.stories.d.ts +0 -4
  2099. package/dist/types/components/RadioGroup/stories/Default.stories.d.ts.map +1 -1
  2100. package/dist/types/components/Rating/Rating.d.ts +6 -2
  2101. package/dist/types/components/Rating/Rating.d.ts.map +1 -1
  2102. package/dist/types/components/Rating/components/RatingSegment/EmptySegment.d.ts +8 -0
  2103. package/dist/types/components/Rating/components/RatingSegment/EmptySegment.d.ts.map +1 -0
  2104. package/dist/types/components/Rating/components/RatingSegment/FilledSegment.d.ts +8 -0
  2105. package/dist/types/components/Rating/components/RatingSegment/FilledSegment.d.ts.map +1 -0
  2106. package/dist/types/components/Rating/components/RatingSegment/RatingSegment.d.ts +4 -2
  2107. package/dist/types/components/Rating/components/RatingSegment/RatingSegment.d.ts.map +1 -1
  2108. package/dist/types/components/Rating/stories/Default.stories.d.ts +1 -3
  2109. package/dist/types/components/Rating/stories/Default.stories.d.ts.map +1 -1
  2110. package/dist/types/components/SearchField/SearchField.d.ts.map +1 -1
  2111. package/dist/types/components/SearchField/stories/Default.stories.d.ts +0 -3
  2112. package/dist/types/components/SearchField/stories/Default.stories.d.ts.map +1 -1
  2113. package/dist/types/components/Section/components/SectionHeader/SectionHeader.d.ts.map +1 -1
  2114. package/dist/types/components/Section/stories/Default.stories.d.ts +1 -5
  2115. package/dist/types/components/Section/stories/Default.stories.d.ts.map +1 -1
  2116. package/dist/types/components/Section/stories/EdgeCases.stories.d.ts +6 -2
  2117. package/dist/types/components/Section/stories/EdgeCases.stories.d.ts.map +1 -1
  2118. package/dist/types/components/SegmentedControl/SegmentedControl.d.ts +4 -1
  2119. package/dist/types/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  2120. package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts +4 -1
  2121. package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts.map +1 -1
  2122. package/dist/types/components/SegmentedControl/stories/Default.stories.d.ts +1 -2
  2123. package/dist/types/components/SegmentedControl/stories/Default.stories.d.ts.map +1 -1
  2124. package/dist/types/components/Select/Select.d.ts +4 -2
  2125. package/dist/types/components/Select/Select.d.ts.map +1 -1
  2126. package/dist/types/components/Select/stories/Default.stories.d.ts +0 -3
  2127. package/dist/types/components/Select/stories/Default.stories.d.ts.map +1 -1
  2128. package/dist/types/components/Select/stories/EdgeCases.stories.d.ts.map +1 -1
  2129. package/dist/types/components/Separator/Separator.d.ts.map +1 -1
  2130. package/dist/types/components/Separator/stories/Default.stories.d.ts.map +1 -1
  2131. package/dist/types/components/SettingsProvider/backends/types.d.ts.map +1 -1
  2132. package/dist/types/components/Skeleton/Skeleton.d.ts +3 -3
  2133. package/dist/types/components/Skeleton/Skeleton.d.ts.map +1 -1
  2134. package/dist/types/components/Skeleton/index.d.ts +1 -1
  2135. package/dist/types/components/Skeleton/index.d.ts.map +1 -1
  2136. package/dist/types/components/Skeleton/stories/Default.stories.d.ts.map +1 -1
  2137. package/dist/types/components/SkeletonText/SkeletonText.d.ts.map +1 -1
  2138. package/dist/types/components/SkeletonText/index.d.ts +1 -1
  2139. package/dist/types/components/SkeletonText/index.d.ts.map +1 -1
  2140. package/dist/types/components/SkeletonText/stories/Default.stories.d.ts +1 -1
  2141. package/dist/types/components/SkeletonText/stories/Default.stories.d.ts.map +1 -1
  2142. package/dist/types/components/Slider/Slider.d.ts.map +1 -1
  2143. package/dist/types/components/Slider/stories/Default.stories.d.ts +0 -2
  2144. package/dist/types/components/Slider/stories/Default.stories.d.ts.map +1 -1
  2145. package/dist/types/components/Switch/Switch.d.ts.map +1 -1
  2146. package/dist/types/components/Switch/stories/Default.stories.d.ts +0 -3
  2147. package/dist/types/components/Switch/stories/Default.stories.d.ts.map +1 -1
  2148. package/dist/types/components/TabNavigation/TabNavigation.browser.test.d.ts +2 -0
  2149. package/dist/types/components/TabNavigation/TabNavigation.browser.test.d.ts.map +1 -0
  2150. package/dist/types/components/TabNavigation/TabNavigation.d.ts +12 -0
  2151. package/dist/types/components/TabNavigation/TabNavigation.d.ts.map +1 -0
  2152. package/dist/types/components/TabNavigation/components/LinkContent/LinkContent.d.ts +13 -0
  2153. package/dist/types/components/TabNavigation/components/LinkContent/LinkContent.d.ts.map +1 -0
  2154. package/dist/types/components/TabNavigation/components/LinkContent/index.d.ts +3 -0
  2155. package/dist/types/components/TabNavigation/components/LinkContent/index.d.ts.map +1 -0
  2156. package/dist/types/components/TabNavigation/index.d.ts +4 -0
  2157. package/dist/types/components/TabNavigation/index.d.ts.map +1 -0
  2158. package/dist/types/components/TabNavigation/lib/getVisibleItemCount.d.ts +2 -0
  2159. package/dist/types/components/TabNavigation/lib/getVisibleItemCount.d.ts.map +1 -0
  2160. package/dist/types/components/TabNavigation/lib/getVisibleItemCount.test.d.ts +2 -0
  2161. package/dist/types/components/TabNavigation/lib/getVisibleItemCount.test.d.ts.map +1 -0
  2162. package/dist/types/components/TabNavigation/lib/useCollapsingItems.d.ts +24 -0
  2163. package/dist/types/components/TabNavigation/lib/useCollapsingItems.d.ts.map +1 -0
  2164. package/dist/types/components/TabNavigation/stories/Default.stories.d.ts +7 -0
  2165. package/dist/types/components/TabNavigation/stories/Default.stories.d.ts.map +1 -0
  2166. package/dist/types/components/TabNavigation/view.d.ts +8 -0
  2167. package/dist/types/components/TabNavigation/view.d.ts.map +1 -0
  2168. package/dist/types/components/Table/Table.d.ts +13 -1
  2169. package/dist/types/components/Table/Table.d.ts.map +1 -1
  2170. package/dist/types/components/Table/components/TableBody/TableBody.d.ts.map +1 -1
  2171. package/dist/types/components/Table/components/TableCell/TableCell.d.ts +1 -1
  2172. package/dist/types/components/Table/components/TableCell/TableCell.d.ts.map +1 -1
  2173. package/dist/types/components/Table/components/TableColumn/TableColumn.d.ts +5 -1
  2174. package/dist/types/components/Table/components/TableColumn/TableColumn.d.ts.map +1 -1
  2175. package/dist/types/components/Table/components/TableFooterRow/TableFooterRow.d.ts.map +1 -1
  2176. package/dist/types/components/Table/components/TableHeader/TableHeader.d.ts.map +1 -1
  2177. package/dist/types/components/Table/components/TableRow/TableRow.d.ts.map +1 -1
  2178. package/dist/types/components/Table/stories/Default.stories.d.ts +1 -1
  2179. package/dist/types/components/Table/stories/Default.stories.d.ts.map +1 -1
  2180. package/dist/types/components/Tabs/Tabs.d.ts +6 -1
  2181. package/dist/types/components/Tabs/Tabs.d.ts.map +1 -1
  2182. package/dist/types/components/Tabs/components/FallbackTab/FallbackTab.d.ts +6 -0
  2183. package/dist/types/components/Tabs/components/FallbackTab/FallbackTab.d.ts.map +1 -0
  2184. package/dist/types/components/Tabs/components/FallbackTab/index.d.ts +2 -0
  2185. package/dist/types/components/Tabs/components/FallbackTab/index.d.ts.map +1 -0
  2186. package/dist/types/components/Tabs/components/TabList/TabList.d.ts.map +1 -1
  2187. package/dist/types/components/Tabs/components/TabTitle/TabTitle.d.ts.map +1 -1
  2188. package/dist/types/components/Tabs/lib/useTabIndicator.d.ts +13 -0
  2189. package/dist/types/components/Tabs/lib/useTabIndicator.d.ts.map +1 -0
  2190. package/dist/types/components/Tabs/stories/Default.stories.d.ts +2 -1
  2191. package/dist/types/components/Tabs/stories/Default.stories.d.ts.map +1 -1
  2192. package/dist/types/components/Text/Text.d.ts +14 -0
  2193. package/dist/types/components/Text/Text.d.ts.map +1 -1
  2194. package/dist/types/components/Text/stories/Default.stories.d.ts.map +1 -1
  2195. package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
  2196. package/dist/types/components/TextArea/stories/Default.stories.d.ts +0 -7
  2197. package/dist/types/components/TextArea/stories/Default.stories.d.ts.map +1 -1
  2198. package/dist/types/components/TextField/TextField.d.ts.map +1 -1
  2199. package/dist/types/components/TextField/stories/Default.stories.d.ts +0 -4
  2200. package/dist/types/components/TextField/stories/Default.stories.d.ts.map +1 -1
  2201. package/dist/types/components/TimeField/stories/Default.stories.d.ts +0 -3
  2202. package/dist/types/components/TimeField/stories/Default.stories.d.ts.map +1 -1
  2203. package/dist/types/components/Tooltip/components/TooltipTrigger/TooltipTrigger.d.ts +12 -1
  2204. package/dist/types/components/Tooltip/components/TooltipTrigger/TooltipTrigger.d.ts.map +1 -1
  2205. package/dist/types/components/Tooltip/components/TooltipTrigger/index.d.ts +1 -1
  2206. package/dist/types/components/Tooltip/components/TooltipTrigger/index.d.ts.map +1 -1
  2207. package/dist/types/components/Tooltip/index.d.ts +2 -2
  2208. package/dist/types/components/Tooltip/index.d.ts.map +1 -1
  2209. package/dist/types/components/Tooltip/stories/Default.stories.d.ts.map +1 -1
  2210. package/dist/types/components/Tooltip/stories/EdgeCases.stories.d.ts.map +1 -1
  2211. package/dist/types/components/TranslationProvider/TranslationProvider.d.ts +13 -7
  2212. package/dist/types/components/TranslationProvider/TranslationProvider.d.ts.map +1 -1
  2213. package/dist/types/components/TranslationProvider/index.d.ts +3 -3
  2214. package/dist/types/components/TranslationProvider/index.d.ts.map +1 -1
  2215. package/dist/types/components/TranslationProvider/stories/Default.stories.d.ts +2 -2
  2216. package/dist/types/components/TranslationProvider/stories/Default.stories.d.ts.map +1 -1
  2217. package/dist/types/components/TranslationProvider/useLocalizedStringFormatter.d.ts +12 -0
  2218. package/dist/types/components/TranslationProvider/useLocalizedStringFormatter.d.ts.map +1 -0
  2219. package/dist/types/components/TranslationProvider/view.d.ts +8 -0
  2220. package/dist/types/components/TranslationProvider/view.d.ts.map +1 -0
  2221. package/dist/types/components/Truncate/Truncate.d.ts +5 -0
  2222. package/dist/types/components/Truncate/Truncate.d.ts.map +1 -1
  2223. package/dist/types/components/Truncate/stories/Default.stories.d.ts.map +1 -1
  2224. package/dist/types/components/TunnelEntry/TunnelEntry.d.ts +4 -1
  2225. package/dist/types/components/TunnelEntry/TunnelEntry.d.ts.map +1 -1
  2226. package/dist/types/components/UiComponentTunnel/UiComponentTunnelEntry.d.ts +8 -0
  2227. package/dist/types/components/UiComponentTunnel/UiComponentTunnelEntry.d.ts.map +1 -0
  2228. package/dist/types/components/UiComponentTunnel/UiComponentTunnelExit.d.ts +8 -0
  2229. package/dist/types/components/UiComponentTunnel/UiComponentTunnelExit.d.ts.map +1 -0
  2230. package/dist/types/components/UiComponentTunnel/UiComponentTunnelProvider.d.ts +7 -0
  2231. package/dist/types/components/UiComponentTunnel/UiComponentTunnelProvider.d.ts.map +1 -0
  2232. package/dist/types/components/UiComponentTunnel/lib.d.ts +3 -0
  2233. package/dist/types/components/UiComponentTunnel/lib.d.ts.map +1 -0
  2234. package/dist/types/components/propTypes/index.d.ts +18 -4
  2235. package/dist/types/components/propTypes/index.d.ts.map +1 -1
  2236. package/dist/types/components/public.d.ts +4 -0
  2237. package/dist/types/components/public.d.ts.map +1 -1
  2238. package/dist/types/flags.d.ts +27 -0
  2239. package/dist/types/flags.d.ts.map +1 -0
  2240. package/dist/types/index/default.d.ts +2 -0
  2241. package/dist/types/index/default.d.ts.map +1 -1
  2242. package/dist/types/index/flr-universal.d.ts +2 -1
  2243. package/dist/types/index/flr-universal.d.ts.map +1 -1
  2244. package/dist/types/index/internal.d.ts +4 -0
  2245. package/dist/types/index/internal.d.ts.map +1 -1
  2246. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts +3 -3
  2247. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts.map +1 -1
  2248. package/dist/types/integrations/@mittwald/password-tools-js/passwordCreationFieldExport.test-types.d.ts +2 -0
  2249. package/dist/types/integrations/@mittwald/password-tools-js/passwordCreationFieldExport.test-types.d.ts.map +1 -0
  2250. package/dist/types/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.d.ts +1 -1
  2251. package/dist/types/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.d.ts.map +1 -1
  2252. package/dist/types/integrations/nextjs/components/Link/Link.d.ts.map +1 -1
  2253. package/dist/types/integrations/nextjs/components/LinkProvider/LinkProvider.d.ts.map +1 -1
  2254. package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts +1 -1
  2255. package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
  2256. package/dist/types/integrations/react-hook-form/components/Field/index.d.ts +1 -0
  2257. package/dist/types/integrations/react-hook-form/components/Field/index.d.ts.map +1 -1
  2258. package/dist/types/integrations/react-hook-form/components/Field/lib/debounceValidate.d.ts +3 -0
  2259. package/dist/types/integrations/react-hook-form/components/Field/lib/debounceValidate.d.ts.map +1 -0
  2260. package/dist/types/integrations/react-hook-form/components/Field/lib/debounceValidate.test.d.ts +2 -0
  2261. package/dist/types/integrations/react-hook-form/components/Field/lib/debounceValidate.test.d.ts.map +1 -0
  2262. package/dist/types/integrations/react-hook-form/components/Field/stories/Autocomplete.stories.d.ts.map +1 -1
  2263. package/dist/types/integrations/react-hook-form/components/Field/stories/Checkbox.stories.d.ts.map +1 -1
  2264. package/dist/types/integrations/react-hook-form/components/Field/stories/CheckboxButton.stories.d.ts.map +1 -1
  2265. package/dist/types/integrations/react-hook-form/components/Field/stories/CheckboxGroup.stories.d.ts.map +1 -1
  2266. package/dist/types/integrations/react-hook-form/components/Field/stories/ComboBox.stories.d.ts.map +1 -1
  2267. package/dist/types/integrations/react-hook-form/components/Field/stories/DatePicker.stories.d.ts.map +1 -1
  2268. package/dist/types/integrations/react-hook-form/components/Field/stories/DateRangePicker.stories.d.ts.map +1 -1
  2269. package/dist/types/integrations/react-hook-form/components/Field/stories/FileField.stories.d.ts.map +1 -1
  2270. package/dist/types/integrations/react-hook-form/components/Field/stories/MarkdownEditor.stories.d.ts.map +1 -1
  2271. package/dist/types/integrations/react-hook-form/components/Field/stories/NumberField.stories.d.ts.map +1 -1
  2272. package/dist/types/integrations/react-hook-form/components/Field/stories/PasswordCreationField.stories.d.ts.map +1 -1
  2273. package/dist/types/integrations/react-hook-form/components/Field/stories/RadioGroup.stories.d.ts.map +1 -1
  2274. package/dist/types/integrations/react-hook-form/components/Field/stories/SearchField.stories.d.ts.map +1 -1
  2275. package/dist/types/integrations/react-hook-form/components/Field/stories/SegmentedControl.stories.d.ts.map +1 -1
  2276. package/dist/types/integrations/react-hook-form/components/Field/stories/Select.stories.d.ts.map +1 -1
  2277. package/dist/types/integrations/react-hook-form/components/Field/stories/Slider.stories.d.ts.map +1 -1
  2278. package/dist/types/integrations/react-hook-form/components/Field/stories/Switch.stories.d.ts.map +1 -1
  2279. package/dist/types/integrations/react-hook-form/components/Field/stories/TextArea.stories.d.ts.map +1 -1
  2280. package/dist/types/integrations/react-hook-form/components/Field/stories/TextField.stories.d.ts.map +1 -1
  2281. package/dist/types/integrations/react-hook-form/components/Field/stories/TimeField.stories.d.ts.map +1 -1
  2282. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts +27 -1
  2283. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
  2284. package/dist/types/integrations/react-hook-form/components/Form/hooks/useFormSubmitController.d.ts +1 -0
  2285. package/dist/types/integrations/react-hook-form/components/Form/hooks/useFormSubmitController.d.ts.map +1 -1
  2286. package/dist/types/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.d.ts +1 -1
  2287. package/dist/types/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.d.ts.map +1 -1
  2288. package/dist/types/integrations/react-hook-form/components/FormRootError/FormRootError.d.ts +1 -0
  2289. package/dist/types/integrations/react-hook-form/components/FormRootError/FormRootError.d.ts.map +1 -1
  2290. package/dist/types/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.d.ts +1 -1
  2291. package/dist/types/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.d.ts.map +1 -1
  2292. package/dist/types/integrations/react-hook-form/flags.d.ts +1 -4
  2293. package/dist/types/integrations/react-hook-form/flags.d.ts.map +1 -1
  2294. package/dist/types/lib/childProps/ChildPropsContextProvider.d.ts.map +1 -1
  2295. package/dist/types/lib/componentFactory/flowComponent.d.ts +6 -0
  2296. package/dist/types/lib/componentFactory/flowComponent.d.ts.map +1 -1
  2297. package/dist/types/lib/controller/overlay/OverlayContentSuspendWatcher.d.ts +8 -0
  2298. package/dist/types/lib/controller/overlay/OverlayContentSuspendWatcher.d.ts.map +1 -0
  2299. package/dist/types/lib/controller/overlay/OverlayContextProvider.d.ts.map +1 -1
  2300. package/dist/types/lib/controller/overlay/OverlayController.d.ts +54 -1
  2301. package/dist/types/lib/controller/overlay/OverlayController.d.ts.map +1 -1
  2302. package/dist/types/lib/dev/StoryBackground.d.ts +1 -0
  2303. package/dist/types/lib/dev/StoryBackground.d.ts.map +1 -1
  2304. package/dist/types/lib/dom/createFrameResizeObserver.browser.test.d.ts +2 -0
  2305. package/dist/types/lib/dom/createFrameResizeObserver.browser.test.d.ts.map +1 -0
  2306. package/dist/types/lib/dom/createFrameResizeObserver.d.ts +27 -0
  2307. package/dist/types/lib/dom/createFrameResizeObserver.d.ts.map +1 -0
  2308. package/dist/types/lib/getContainerBreakpointSizeClassName.d.ts +3 -1
  2309. package/dist/types/lib/getContainerBreakpointSizeClassName.d.ts.map +1 -1
  2310. package/dist/types/lib/hooks/dom/useKeepBrowserExtensionsInteractive.browser.test.d.ts +2 -0
  2311. package/dist/types/lib/hooks/dom/useKeepBrowserExtensionsInteractive.browser.test.d.ts.map +1 -0
  2312. package/dist/types/lib/hooks/dom/useKeepBrowserExtensionsInteractive.d.ts +17 -0
  2313. package/dist/types/lib/hooks/dom/useKeepBrowserExtensionsInteractive.d.ts.map +1 -0
  2314. package/dist/types/lib/hooks/dom/useObserveOverflow.d.ts +7 -2
  2315. package/dist/types/lib/hooks/dom/useObserveOverflow.d.ts.map +1 -1
  2316. package/dist/types/lib/hooks/dom/useVirtualKeyboardVisible.d.ts +19 -0
  2317. package/dist/types/lib/hooks/dom/useVirtualKeyboardVisible.d.ts.map +1 -0
  2318. package/dist/types/lib/hooks/dom/useVirtualKeyboardVisible.test.d.ts +2 -0
  2319. package/dist/types/lib/hooks/dom/useVirtualKeyboardVisible.test.d.ts.map +1 -0
  2320. package/dist/types/lib/hooks/public.d.ts +1 -0
  2321. package/dist/types/lib/hooks/public.d.ts.map +1 -1
  2322. package/dist/types/lib/hooks/useFieldComponent.d.ts +5 -1
  2323. package/dist/types/lib/hooks/useFieldComponent.d.ts.map +1 -1
  2324. package/dist/types/lib/hooks/useFieldError.d.ts +8 -2
  2325. package/dist/types/lib/hooks/useFieldError.d.ts.map +1 -1
  2326. package/dist/types/lib/hooks/useImageSrc.d.ts.map +1 -1
  2327. package/dist/types/lib/hooks/useLanguage.d.ts +2 -0
  2328. package/dist/types/lib/hooks/useLanguage.d.ts.map +1 -0
  2329. package/dist/types/lib/propsContext/types.d.ts.map +1 -1
  2330. package/dist/types/lib/react/components/Render/Render.d.ts.map +1 -1
  2331. package/dist/types/lib/react/deepFindOfType.d.ts.map +1 -1
  2332. package/dist/types/lib/scss/selectors.d.ts +9 -0
  2333. package/dist/types/lib/scss/selectors.d.ts.map +1 -0
  2334. package/dist/types/lib/theming/components/ThemedHtml.d.ts +8 -0
  2335. package/dist/types/lib/theming/components/ThemedHtml.d.ts.map +1 -0
  2336. package/dist/types/lib/theming/hooks/useDesignTokens.d.ts +25844 -0
  2337. package/dist/types/lib/theming/hooks/useDesignTokens.d.ts.map +1 -0
  2338. package/dist/types/lib/theming/hooks/useResolvedTheme.d.ts +3 -0
  2339. package/dist/types/lib/theming/hooks/useResolvedTheme.d.ts.map +1 -0
  2340. package/dist/types/lib/theming/hooks/useSystemTheme.d.ts +3 -0
  2341. package/dist/types/lib/theming/hooks/useSystemTheme.d.ts.map +1 -0
  2342. package/dist/types/lib/theming/hooks/useTheme.d.ts +3 -0
  2343. package/dist/types/lib/theming/hooks/useTheme.d.ts.map +1 -0
  2344. package/dist/types/lib/theming/index.d.ts +10 -0
  2345. package/dist/types/lib/theming/index.d.ts.map +1 -0
  2346. package/dist/types/lib/theming/lib/ColorSchemeMediaQuery.d.ts +14 -0
  2347. package/dist/types/lib/theming/lib/ColorSchemeMediaQuery.d.ts.map +1 -0
  2348. package/dist/types/lib/theming/lib/getFallbackTheme.d.ts +3 -0
  2349. package/dist/types/lib/theming/lib/getFallbackTheme.d.ts.map +1 -0
  2350. package/dist/types/lib/theming/lib/getResolvedTheme.d.ts +3 -0
  2351. package/dist/types/lib/theming/lib/getResolvedTheme.d.ts.map +1 -0
  2352. package/dist/types/lib/theming/lib/getTheme.d.ts +3 -0
  2353. package/dist/types/lib/theming/lib/getTheme.d.ts.map +1 -0
  2354. package/dist/types/lib/theming/lib/getThemeHtmlAttribute.d.ts +2 -0
  2355. package/dist/types/lib/theming/lib/getThemeHtmlAttribute.d.ts.map +1 -0
  2356. package/dist/types/lib/theming/lib/isClientSide.d.ts +2 -0
  2357. package/dist/types/lib/theming/lib/isClientSide.d.ts.map +1 -0
  2358. package/dist/types/lib/theming/lib/keys.d.ts +2 -0
  2359. package/dist/types/lib/theming/lib/keys.d.ts.map +1 -0
  2360. package/dist/types/lib/theming/lib/resolveTheme.d.ts +3 -0
  2361. package/dist/types/lib/theming/lib/resolveTheme.d.ts.map +1 -0
  2362. package/dist/types/lib/theming/lib/sanitizeTheme.d.ts +3 -0
  2363. package/dist/types/lib/theming/lib/sanitizeTheme.d.ts.map +1 -0
  2364. package/dist/types/lib/theming/lib/setTheme.d.ts +3 -0
  2365. package/dist/types/lib/theming/lib/setTheme.d.ts.map +1 -0
  2366. package/dist/types/lib/theming/lib/setThemeHtmlAttribute.d.ts +3 -0
  2367. package/dist/types/lib/theming/lib/setThemeHtmlAttribute.d.ts.map +1 -0
  2368. package/dist/types/lib/theming/types.d.ts +5 -0
  2369. package/dist/types/lib/theming/types.d.ts.map +1 -0
  2370. package/dist/types/lib/tokens/CategoricalColors.d.ts +1 -1
  2371. package/dist/types/lib/tokens/CategoricalColors.d.ts.map +1 -1
  2372. package/dist/types/lib/tokens/getCategoricalColorByIndex.d.ts +1 -1
  2373. package/dist/types/lib/types/props.d.ts +8 -1
  2374. package/dist/types/lib/types/props.d.ts.map +1 -1
  2375. package/dist/types/status/component-status.json.d.ts +553 -0
  2376. package/dist/types/status/componentStatus.d.ts +14 -0
  2377. package/dist/types/status/componentStatus.d.ts.map +1 -0
  2378. package/dist/types/status/types.d.ts +25 -0
  2379. package/dist/types/status/types.d.ts.map +1 -0
  2380. package/dist/types/tests/layered/CodeEditor.browser.test.d.ts +2 -0
  2381. package/dist/types/tests/layered/CodeEditor.browser.test.d.ts.map +1 -0
  2382. package/dist/types/tests/layered/Icon.browser.test.d.ts +2 -0
  2383. package/dist/types/tests/layered/Icon.browser.test.d.ts.map +1 -0
  2384. package/dist/types/tests/layered/ImageCropper.browser.test.d.ts +2 -0
  2385. package/dist/types/tests/layered/ImageCropper.browser.test.d.ts.map +1 -0
  2386. package/dist/types/views/ChartGridView.d.ts +5 -0
  2387. package/dist/types/views/ChartGridView.d.ts.map +1 -0
  2388. package/dist/types/views/CombineView.d.ts +5 -0
  2389. package/dist/types/views/CombineView.d.ts.map +1 -0
  2390. package/dist/types/views/LightBoxGalleryItemView.d.ts +5 -0
  2391. package/dist/types/views/LightBoxGalleryItemView.d.ts.map +1 -0
  2392. package/dist/types/views/LightBoxGalleryView.d.ts +5 -0
  2393. package/dist/types/views/LightBoxGalleryView.d.ts.map +1 -0
  2394. package/dist/types/views/ListEmptyViewContainerView.d.ts +5 -0
  2395. package/dist/types/views/ListEmptyViewContainerView.d.ts.map +1 -0
  2396. package/dist/types/views/TabNavigationView.d.ts +5 -0
  2397. package/dist/types/views/TabNavigationView.d.ts.map +1 -0
  2398. package/dist/types/views/TranslationProviderView.d.ts +5 -0
  2399. package/dist/types/views/TranslationProviderView.d.ts.map +1 -0
  2400. package/package.json +117 -96
  2401. package/CONTRIBUTE.md +0 -33
  2402. package/dist/js/@mittwald/password-tools-js.mjs.map +0 -1
  2403. package/dist/js/PasswordCreationField.mjs +0 -4
  2404. package/dist/js/PasswordCreationField.mjs.map +0 -1
  2405. package/dist/js/_virtual/_.locale.json@03a1e95aeecfc0686e76f008592d87f5.mjs +0 -8
  2406. package/dist/js/_virtual/_.locale.json@03a1e95aeecfc0686e76f008592d87f5.mjs.map +0 -1
  2407. package/dist/js/_virtual/_.locale.json@1fc54fb0e40182b2b34137414c01df6a.mjs +0 -8
  2408. package/dist/js/_virtual/_.locale.json@1fc54fb0e40182b2b34137414c01df6a.mjs.map +0 -1
  2409. package/dist/js/_virtual/_.locale.json@267e36adeeb915ab59e4ad8b9286e680.mjs +0 -8
  2410. package/dist/js/_virtual/_.locale.json@267e36adeeb915ab59e4ad8b9286e680.mjs.map +0 -1
  2411. package/dist/js/_virtual/_.locale.json@29390824d363e32bf9d7fd6305a5a759.mjs +0 -8
  2412. package/dist/js/_virtual/_.locale.json@29390824d363e32bf9d7fd6305a5a759.mjs.map +0 -1
  2413. package/dist/js/_virtual/_.locale.json@2fe43852c1288f9339cefd13adea3f45.mjs +0 -16
  2414. package/dist/js/_virtual/_.locale.json@2fe43852c1288f9339cefd13adea3f45.mjs.map +0 -1
  2415. package/dist/js/_virtual/_.locale.json@35fb6294562ffa3610aa309f0081d83e.mjs +0 -18
  2416. package/dist/js/_virtual/_.locale.json@35fb6294562ffa3610aa309f0081d83e.mjs.map +0 -1
  2417. package/dist/js/_virtual/_.locale.json@3d11f3e5ab52281638253d40288564e2.mjs +0 -12
  2418. package/dist/js/_virtual/_.locale.json@3d11f3e5ab52281638253d40288564e2.mjs.map +0 -1
  2419. package/dist/js/_virtual/_.locale.json@4f2d97fccce5bc710896d6a92cdb36d7.mjs +0 -18
  2420. package/dist/js/_virtual/_.locale.json@4f2d97fccce5bc710896d6a92cdb36d7.mjs.map +0 -1
  2421. package/dist/js/_virtual/_.locale.json@53ea8f9ae765e074ae819d66b12c8e50.mjs +0 -82
  2422. package/dist/js/_virtual/_.locale.json@53ea8f9ae765e074ae819d66b12c8e50.mjs.map +0 -1
  2423. package/dist/js/_virtual/_.locale.json@667a3e8a059746001bcf7d375e81b94d.mjs +0 -8
  2424. package/dist/js/_virtual/_.locale.json@667a3e8a059746001bcf7d375e81b94d.mjs.map +0 -1
  2425. package/dist/js/_virtual/_.locale.json@6b8655129dd4885aa73577a19b12b5d6.mjs +0 -8
  2426. package/dist/js/_virtual/_.locale.json@6b8655129dd4885aa73577a19b12b5d6.mjs.map +0 -1
  2427. package/dist/js/_virtual/_.locale.json@6bff66f97a5f51584c435dff5ed7e9d5.mjs +0 -26
  2428. package/dist/js/_virtual/_.locale.json@6bff66f97a5f51584c435dff5ed7e9d5.mjs.map +0 -1
  2429. package/dist/js/_virtual/_.locale.json@70ec79279104d63ab65caee709d7be47.mjs +0 -14
  2430. package/dist/js/_virtual/_.locale.json@70ec79279104d63ab65caee709d7be47.mjs.map +0 -1
  2431. package/dist/js/_virtual/_.locale.json@785e74268fa5bdfe670fc3c93d6ad3d6.mjs +0 -10
  2432. package/dist/js/_virtual/_.locale.json@785e74268fa5bdfe670fc3c93d6ad3d6.mjs.map +0 -1
  2433. package/dist/js/_virtual/_.locale.json@7998e282a8b9f42eb840fb5f32ffe878.mjs +0 -10
  2434. package/dist/js/_virtual/_.locale.json@7998e282a8b9f42eb840fb5f32ffe878.mjs.map +0 -1
  2435. package/dist/js/_virtual/_.locale.json@863104f93ab9c095110437977bfe0b36.mjs +0 -508
  2436. package/dist/js/_virtual/_.locale.json@863104f93ab9c095110437977bfe0b36.mjs.map +0 -1
  2437. package/dist/js/_virtual/_.locale.json@8dba9dfe16a3fb0d392b502255143c9e.mjs +0 -8
  2438. package/dist/js/_virtual/_.locale.json@8dba9dfe16a3fb0d392b502255143c9e.mjs.map +0 -1
  2439. package/dist/js/_virtual/_.locale.json@9dae54fd60c9de9df15fd18047885f56.mjs +0 -8
  2440. package/dist/js/_virtual/_.locale.json@9dae54fd60c9de9df15fd18047885f56.mjs.map +0 -1
  2441. package/dist/js/_virtual/_.locale.json@a4f13d2de429263796cba13d6ec7a345.mjs +0 -10
  2442. package/dist/js/_virtual/_.locale.json@a4f13d2de429263796cba13d6ec7a345.mjs.map +0 -1
  2443. package/dist/js/_virtual/_.locale.json@a8b005756d568216c1f53a0e4dad3eba.mjs +0 -8
  2444. package/dist/js/_virtual/_.locale.json@a8b005756d568216c1f53a0e4dad3eba.mjs.map +0 -1
  2445. package/dist/js/_virtual/_.locale.json@c396072149abf62e23786da27abb7eee.mjs +0 -54
  2446. package/dist/js/_virtual/_.locale.json@c396072149abf62e23786da27abb7eee.mjs.map +0 -1
  2447. package/dist/js/_virtual/_.locale.json@d73d054dfebb5b9cb421a19f38e48bd3.mjs +0 -14
  2448. package/dist/js/_virtual/_.locale.json@d73d054dfebb5b9cb421a19f38e48bd3.mjs.map +0 -1
  2449. package/dist/js/_virtual/_.locale.json@e9567cf2cd638901d3432ef2d1fd3370.mjs +0 -8
  2450. package/dist/js/_virtual/_.locale.json@e9567cf2cd638901d3432ef2d1fd3370.mjs.map +0 -1
  2451. package/dist/js/_virtual/_.locale.json@fc59c59e207df111c363f7bb3cf161e2.mjs +0 -8
  2452. package/dist/js/_virtual/_.locale.json@fc59c59e207df111c363f7bb3cf161e2.mjs.map +0 -1
  2453. package/dist/js/default.mjs.map +0 -1
  2454. package/dist/js/flr-universal.mjs.map +0 -1
  2455. package/dist/js/internal.mjs.map +0 -1
  2456. package/dist/js/nextjs.mjs.map +0 -1
  2457. package/dist/js/node_modules/.pnpm/@lezer_common@1.5.1/node_modules/@lezer/common/dist/index.mjs +0 -1617
  2458. package/dist/js/node_modules/.pnpm/@lezer_common@1.5.1/node_modules/@lezer/common/dist/index.mjs.map +0 -1
  2459. package/dist/js/node_modules/.pnpm/@lezer_lr@1.4.8/node_modules/@lezer/lr/dist/index.mjs +0 -1806
  2460. package/dist/js/node_modules/.pnpm/@lezer_lr@1.4.8/node_modules/@lezer/lr/dist/index.mjs.map +0 -1
  2461. package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.scss.mjs +0 -17
  2462. package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.scss.mjs.map +0 -1
  2463. package/dist/js/packages/components/src/components/Accordion/Accordion.module.scss.mjs +0 -23
  2464. package/dist/js/packages/components/src/components/Accordion/Accordion.module.scss.mjs.map +0 -1
  2465. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.module.scss.mjs +0 -19
  2466. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.module.scss.mjs.map +0 -1
  2467. package/dist/js/packages/components/src/components/Alert/Alert.module.scss.mjs +0 -23
  2468. package/dist/js/packages/components/src/components/Alert/Alert.module.scss.mjs.map +0 -1
  2469. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.scss.mjs +0 -19
  2470. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.scss.mjs.map +0 -1
  2471. package/dist/js/packages/components/src/components/AlertText/AlertText.module.scss.mjs +0 -21
  2472. package/dist/js/packages/components/src/components/AlertText/AlertText.module.scss.mjs.map +0 -1
  2473. package/dist/js/packages/components/src/components/Align/Align.module.scss.mjs +0 -21
  2474. package/dist/js/packages/components/src/components/Align/Align.module.scss.mjs.map +0 -1
  2475. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.module.scss.mjs +0 -11
  2476. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.module.scss.mjs.map +0 -1
  2477. package/dist/js/packages/components/src/components/Avatar/Avatar.module.scss.mjs +0 -35
  2478. package/dist/js/packages/components/src/components/Avatar/Avatar.module.scss.mjs.map +0 -1
  2479. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.module.scss.mjs +0 -15
  2480. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.module.scss.mjs.map +0 -1
  2481. package/dist/js/packages/components/src/components/Badge/Badge.module.scss.mjs +0 -45
  2482. package/dist/js/packages/components/src/components/Badge/Badge.module.scss.mjs.map +0 -1
  2483. package/dist/js/packages/components/src/components/BigNumber/BigNumber.module.scss.mjs +0 -11
  2484. package/dist/js/packages/components/src/components/BigNumber/BigNumber.module.scss.mjs.map +0 -1
  2485. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.scss.mjs +0 -24
  2486. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.scss.mjs.map +0 -1
  2487. package/dist/js/packages/components/src/components/Button/Button.module.scss.mjs +0 -54
  2488. package/dist/js/packages/components/src/components/Button/Button.module.scss.mjs.map +0 -1
  2489. package/dist/js/packages/components/src/components/Calendar/Calendar.module.scss.mjs +0 -11
  2490. package/dist/js/packages/components/src/components/Calendar/Calendar.module.scss.mjs.map +0 -1
  2491. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.module.scss.mjs +0 -13
  2492. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.module.scss.mjs.map +0 -1
  2493. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.scss.mjs +0 -9
  2494. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.scss.mjs.map +0 -1
  2495. package/dist/js/packages/components/src/components/Chat/Chat.module.scss.mjs +0 -19
  2496. package/dist/js/packages/components/src/components/Chat/Chat.module.scss.mjs.map +0 -1
  2497. package/dist/js/packages/components/src/components/Checkbox/Checkbox.module.scss.mjs +0 -13
  2498. package/dist/js/packages/components/src/components/Checkbox/Checkbox.module.scss.mjs.map +0 -1
  2499. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.module.scss.mjs +0 -15
  2500. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.module.scss.mjs.map +0 -1
  2501. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.module.scss.mjs +0 -13
  2502. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.module.scss.mjs.map +0 -1
  2503. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.scss.mjs +0 -11
  2504. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.scss.mjs.map +0 -1
  2505. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.scss.mjs +0 -13
  2506. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.scss.mjs.map +0 -1
  2507. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/dotEnv.grammar.mjs +0 -22
  2508. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/dotEnv.grammar.mjs.map +0 -1
  2509. package/dist/js/packages/components/src/components/Color/Color.module.scss.mjs +0 -23
  2510. package/dist/js/packages/components/src/components/Color/Color.module.scss.mjs.map +0 -1
  2511. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.module.scss.mjs +0 -26
  2512. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.module.scss.mjs.map +0 -1
  2513. package/dist/js/packages/components/src/components/ComboBox/ComboBox.module.scss.mjs +0 -13
  2514. package/dist/js/packages/components/src/components/ComboBox/ComboBox.module.scss.mjs.map +0 -1
  2515. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.module.scss.mjs +0 -13
  2516. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.module.scss.mjs.map +0 -1
  2517. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.module.scss.mjs +0 -9
  2518. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.module.scss.mjs.map +0 -1
  2519. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.module.scss.mjs +0 -9
  2520. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.module.scss.mjs.map +0 -1
  2521. package/dist/js/packages/components/src/components/DatePicker/DatePicker.module.scss.mjs +0 -9
  2522. package/dist/js/packages/components/src/components/DatePicker/DatePicker.module.scss.mjs.map +0 -1
  2523. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.scss.mjs +0 -9
  2524. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.scss.mjs.map +0 -1
  2525. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.module.scss.mjs +0 -9
  2526. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.module.scss.mjs.map +0 -1
  2527. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.scss.mjs +0 -9
  2528. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.scss.mjs.map +0 -1
  2529. package/dist/js/packages/components/src/components/DonutChart/DonutChart.module.scss.mjs +0 -38
  2530. package/dist/js/packages/components/src/components/DonutChart/DonutChart.module.scss.mjs.map +0 -1
  2531. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.module.scss.mjs +0 -11
  2532. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.module.scss.mjs.map +0 -1
  2533. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.module.scss.mjs +0 -9
  2534. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.module.scss.mjs.map +0 -1
  2535. package/dist/js/packages/components/src/components/FieldError/FieldError.module.scss.mjs +0 -9
  2536. package/dist/js/packages/components/src/components/FieldError/FieldError.module.scss.mjs.map +0 -1
  2537. package/dist/js/packages/components/src/components/FileCard/FileCard.module.scss.mjs +0 -19
  2538. package/dist/js/packages/components/src/components/FileCard/FileCard.module.scss.mjs.map +0 -1
  2539. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.module.scss.mjs +0 -17
  2540. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.module.scss.mjs.map +0 -1
  2541. package/dist/js/packages/components/src/components/FileField/components/FileInput.module.scss.mjs +0 -11
  2542. package/dist/js/packages/components/src/components/FileField/components/FileInput.module.scss.mjs.map +0 -1
  2543. package/dist/js/packages/components/src/components/Flex/Flex.module.scss.mjs +0 -9
  2544. package/dist/js/packages/components/src/components/Flex/Flex.module.scss.mjs.map +0 -1
  2545. package/dist/js/packages/components/src/components/FormField/FormField.module.scss.mjs +0 -15
  2546. package/dist/js/packages/components/src/components/FormField/FormField.module.scss.mjs.map +0 -1
  2547. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.scss.mjs +0 -19
  2548. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.scss.mjs.map +0 -1
  2549. package/dist/js/packages/components/src/components/Heading/Heading.module.scss.mjs +0 -33
  2550. package/dist/js/packages/components/src/components/Heading/Heading.module.scss.mjs.map +0 -1
  2551. package/dist/js/packages/components/src/components/Icon/Icon.module.scss.mjs +0 -23
  2552. package/dist/js/packages/components/src/components/Icon/Icon.module.scss.mjs.map +0 -1
  2553. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.scss.mjs +0 -31
  2554. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.scss.mjs.map +0 -1
  2555. package/dist/js/packages/components/src/components/Image/Image.module.scss.mjs +0 -13
  2556. package/dist/js/packages/components/src/components/Image/Image.module.scss.mjs.map +0 -1
  2557. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.scss.mjs +0 -11
  2558. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.scss.mjs.map +0 -1
  2559. package/dist/js/packages/components/src/components/Initials/Initials.module.scss.mjs +0 -9
  2560. package/dist/js/packages/components/src/components/Initials/Initials.module.scss.mjs.map +0 -1
  2561. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.scss.mjs +0 -15
  2562. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.scss.mjs.map +0 -1
  2563. package/dist/js/packages/components/src/components/Kbd/Kbd.module.scss.mjs +0 -15
  2564. package/dist/js/packages/components/src/components/Kbd/Kbd.module.scss.mjs.map +0 -1
  2565. package/dist/js/packages/components/src/components/Label/Label.module.scss.mjs +0 -15
  2566. package/dist/js/packages/components/src/components/Label/Label.module.scss.mjs.map +0 -1
  2567. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.module.scss.mjs +0 -13
  2568. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.module.scss.mjs.map +0 -1
  2569. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.module.scss.mjs +0 -13
  2570. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.module.scss.mjs.map +0 -1
  2571. package/dist/js/packages/components/src/components/Legend/Legend.module.scss.mjs +0 -9
  2572. package/dist/js/packages/components/src/components/Legend/Legend.module.scss.mjs.map +0 -1
  2573. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs +0 -11
  2574. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs.map +0 -1
  2575. package/dist/js/packages/components/src/components/LightBox/LightBox.module.scss.mjs +0 -17
  2576. package/dist/js/packages/components/src/components/LightBox/LightBox.module.scss.mjs.map +0 -1
  2577. package/dist/js/packages/components/src/components/Link/Link.module.scss.mjs +0 -22
  2578. package/dist/js/packages/components/src/components/Link/Link.module.scss.mjs.map +0 -1
  2579. package/dist/js/packages/components/src/components/List/List.module.css.mjs +0 -11
  2580. package/dist/js/packages/components/src/components/List/List.module.css.mjs.map +0 -1
  2581. package/dist/js/packages/components/src/components/List/components/Footer/Footer.module.scss.mjs +0 -9
  2582. package/dist/js/packages/components/src/components/List/components/Footer/Footer.module.scss.mjs.map +0 -1
  2583. package/dist/js/packages/components/src/components/List/components/Header/Header.module.css.mjs +0 -23
  2584. package/dist/js/packages/components/src/components/List/components/Header/Header.module.css.mjs.map +0 -1
  2585. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.module.scss.mjs +0 -8
  2586. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.module.scss.mjs.map +0 -1
  2587. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.module.scss.mjs +0 -9
  2588. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.module.scss.mjs.map +0 -1
  2589. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.module.scss.mjs +0 -9
  2590. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.module.scss.mjs.map +0 -1
  2591. package/dist/js/packages/components/src/components/List/components/Items/Items.module.scss.mjs +0 -15
  2592. package/dist/js/packages/components/src/components/List/components/Items/Items.module.scss.mjs.map +0 -1
  2593. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.scss.mjs +0 -15
  2594. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.scss.mjs.map +0 -1
  2595. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.module.scss.mjs +0 -43
  2596. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.module.scss.mjs.map +0 -1
  2597. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.module.scss.mjs +0 -13
  2598. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.module.scss.mjs.map +0 -1
  2599. package/dist/js/packages/components/src/components/List/components/Table/Table.module.css.mjs +0 -17
  2600. package/dist/js/packages/components/src/components/List/components/Table/Table.module.css.mjs.map +0 -1
  2601. package/dist/js/packages/components/src/components/List/model/types.mjs +0 -6
  2602. package/dist/js/packages/components/src/components/List/model/types.mjs.map +0 -1
  2603. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.scss.mjs +0 -17
  2604. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.scss.mjs.map +0 -1
  2605. package/dist/js/packages/components/src/components/Markdown/Markdown.module.scss.mjs +0 -9
  2606. package/dist/js/packages/components/src/components/Markdown/Markdown.module.scss.mjs.map +0 -1
  2607. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.module.scss.mjs +0 -19
  2608. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.module.scss.mjs.map +0 -1
  2609. package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.scss.mjs +0 -22
  2610. package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.scss.mjs.map +0 -1
  2611. package/dist/js/packages/components/src/components/Message/Message.module.scss.mjs +0 -31
  2612. package/dist/js/packages/components/src/components/Message/Message.module.scss.mjs.map +0 -1
  2613. package/dist/js/packages/components/src/components/MessageThread/MessageThread.module.scss.mjs +0 -15
  2614. package/dist/js/packages/components/src/components/MessageThread/MessageThread.module.scss.mjs.map +0 -1
  2615. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.module.scss.mjs +0 -13
  2616. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.module.scss.mjs.map +0 -1
  2617. package/dist/js/packages/components/src/components/Modal/Modal.module.scss.mjs +0 -30
  2618. package/dist/js/packages/components/src/components/Modal/Modal.module.scss.mjs.map +0 -1
  2619. package/dist/js/packages/components/src/components/Navigation/Navigation.module.scss.mjs +0 -15
  2620. package/dist/js/packages/components/src/components/Navigation/Navigation.module.scss.mjs.map +0 -1
  2621. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.module.scss.mjs +0 -13
  2622. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.module.scss.mjs.map +0 -1
  2623. package/dist/js/packages/components/src/components/Notification/Notification.module.scss.mjs +0 -29
  2624. package/dist/js/packages/components/src/components/Notification/Notification.module.scss.mjs.map +0 -1
  2625. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.scss.mjs +0 -11
  2626. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.scss.mjs.map +0 -1
  2627. package/dist/js/packages/components/src/components/NumberField/NumberField.module.scss.mjs +0 -17
  2628. package/dist/js/packages/components/src/components/NumberField/NumberField.module.scss.mjs.map +0 -1
  2629. package/dist/js/packages/components/src/components/Option/Option.module.scss.mjs +0 -8
  2630. package/dist/js/packages/components/src/components/Option/Option.module.scss.mjs.map +0 -1
  2631. package/dist/js/packages/components/src/components/Options/Options.module.scss.mjs +0 -11
  2632. package/dist/js/packages/components/src/components/Options/Options.module.scss.mjs.map +0 -1
  2633. package/dist/js/packages/components/src/components/Overlay/Overlay.module.scss.mjs +0 -11
  2634. package/dist/js/packages/components/src/components/Overlay/Overlay.module.scss.mjs.map +0 -1
  2635. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.module.scss.mjs +0 -15
  2636. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.module.scss.mjs.map +0 -1
  2637. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.module.scss.mjs +0 -23
  2638. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.module.scss.mjs.map +0 -1
  2639. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.module.scss.mjs +0 -9
  2640. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.module.scss.mjs.map +0 -1
  2641. package/dist/js/packages/components/src/components/Popover/Popover.module.scss.mjs +0 -12
  2642. package/dist/js/packages/components/src/components/Popover/Popover.module.scss.mjs.map +0 -1
  2643. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.module.scss.mjs +0 -30
  2644. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.module.scss.mjs.map +0 -1
  2645. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.module.scss.mjs +0 -9
  2646. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.module.scss.mjs.map +0 -1
  2647. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.module.scss.mjs +0 -11
  2648. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.module.scss.mjs.map +0 -1
  2649. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.scss.mjs +0 -13
  2650. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.scss.mjs.map +0 -1
  2651. package/dist/js/packages/components/src/components/Rating/Rating.module.scss.mjs +0 -21
  2652. package/dist/js/packages/components/src/components/Rating/Rating.module.scss.mjs.map +0 -1
  2653. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStar.mjs +0 -18
  2654. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStar.mjs.map +0 -1
  2655. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.mjs +0 -18
  2656. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.mjs.map +0 -1
  2657. package/dist/js/packages/components/src/components/SearchField/SearchField.module.scss.mjs +0 -19
  2658. package/dist/js/packages/components/src/components/SearchField/SearchField.module.scss.mjs.map +0 -1
  2659. package/dist/js/packages/components/src/components/Section/Section.module.scss.mjs +0 -13
  2660. package/dist/js/packages/components/src/components/Section/Section.module.scss.mjs.map +0 -1
  2661. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.module.scss.mjs +0 -11
  2662. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.module.scss.mjs.map +0 -1
  2663. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.module.scss.mjs +0 -20
  2664. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.module.scss.mjs.map +0 -1
  2665. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.module.scss.mjs +0 -11
  2666. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.module.scss.mjs.map +0 -1
  2667. package/dist/js/packages/components/src/components/Select/Select.module.scss.mjs +0 -11
  2668. package/dist/js/packages/components/src/components/Select/Select.module.scss.mjs.map +0 -1
  2669. package/dist/js/packages/components/src/components/Separator/Separator.module.scss.mjs +0 -11
  2670. package/dist/js/packages/components/src/components/Separator/Separator.module.scss.mjs.map +0 -1
  2671. package/dist/js/packages/components/src/components/Skeleton/Skeleton.module.scss.mjs +0 -8
  2672. package/dist/js/packages/components/src/components/Skeleton/Skeleton.module.scss.mjs.map +0 -1
  2673. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.module.scss.mjs +0 -8
  2674. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.module.scss.mjs.map +0 -1
  2675. package/dist/js/packages/components/src/components/Slider/Slider.module.scss.mjs +0 -29
  2676. package/dist/js/packages/components/src/components/Slider/Slider.module.scss.mjs.map +0 -1
  2677. package/dist/js/packages/components/src/components/Switch/Switch.module.scss.mjs +0 -13
  2678. package/dist/js/packages/components/src/components/Switch/Switch.module.scss.mjs.map +0 -1
  2679. package/dist/js/packages/components/src/components/Table/Table.module.scss.mjs +0 -26
  2680. package/dist/js/packages/components/src/components/Table/Table.module.scss.mjs.map +0 -1
  2681. package/dist/js/packages/components/src/components/Tabs/Tabs.module.scss.mjs +0 -8
  2682. package/dist/js/packages/components/src/components/Tabs/Tabs.module.scss.mjs.map +0 -1
  2683. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.scss.mjs +0 -9
  2684. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.scss.mjs.map +0 -1
  2685. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.module.scss.mjs +0 -15
  2686. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.module.scss.mjs.map +0 -1
  2687. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.module.scss.mjs +0 -13
  2688. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.module.scss.mjs.map +0 -1
  2689. package/dist/js/packages/components/src/components/Text/Text.module.scss.mjs +0 -23
  2690. package/dist/js/packages/components/src/components/Text/Text.module.scss.mjs.map +0 -1
  2691. package/dist/js/packages/components/src/components/TextArea/TextArea.module.scss.mjs +0 -15
  2692. package/dist/js/packages/components/src/components/TextArea/TextArea.module.scss.mjs.map +0 -1
  2693. package/dist/js/packages/components/src/components/TextField/TextField.module.scss.mjs +0 -13
  2694. package/dist/js/packages/components/src/components/TextField/TextField.module.scss.mjs.map +0 -1
  2695. package/dist/js/packages/components/src/components/TimeField/TimeField.module.scss.mjs +0 -9
  2696. package/dist/js/packages/components/src/components/TimeField/TimeField.module.scss.mjs.map +0 -1
  2697. package/dist/js/packages/components/src/components/Tooltip/Tooltip.module.scss.mjs +0 -10
  2698. package/dist/js/packages/components/src/components/Tooltip/Tooltip.module.scss.mjs.map +0 -1
  2699. package/dist/js/packages/components/src/components/TranslationProvider/useLocalizedContextStringFormatter.mjs +0 -16
  2700. package/dist/js/packages/components/src/components/TranslationProvider/useLocalizedContextStringFormatter.mjs.map +0 -1
  2701. package/dist/js/packages/components/src/components/Truncate/Truncate.module.scss.mjs +0 -11
  2702. package/dist/js/packages/components/src/components/Truncate/Truncate.module.scss.mjs.map +0 -1
  2703. package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs +0 -9
  2704. package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs.map +0 -1
  2705. package/dist/js/packages/components/src/lib/react/components/Translate/Translate.mjs +0 -12
  2706. package/dist/js/packages/components/src/lib/react/components/Translate/Translate.mjs.map +0 -1
  2707. package/dist/js/packages/components/src/views/ListEmptyViewView.mjs +0 -15
  2708. package/dist/js/packages/components/src/views/ListEmptyViewView.mjs.map +0 -1
  2709. package/dist/js/packages/core/src/file.mjs +0 -19
  2710. package/dist/js/packages/core/src/file.mjs.map +0 -1
  2711. package/dist/js/packages/design-tokens/dist/variables.json.mjs +0 -15
  2712. package/dist/js/packages/design-tokens/dist/variables.json.mjs.map +0 -1
  2713. package/dist/js/react-hook-form.mjs.map +0 -1
  2714. package/dist/types/components/Accordion/stories/EdgeCases.stories.d.ts +0 -7
  2715. package/dist/types/components/Accordion/stories/EdgeCases.stories.d.ts.map +0 -1
  2716. package/dist/types/components/Alert/stories/EdgeCases.stories.d.ts +0 -7
  2717. package/dist/types/components/Alert/stories/EdgeCases.stories.d.ts.map +0 -1
  2718. package/dist/types/components/Alert/stories/Variants.stories.d.ts +0 -10
  2719. package/dist/types/components/Alert/stories/Variants.stories.d.ts.map +0 -1
  2720. package/dist/types/components/AlertBadge/stories/EdgeCases.stories.d.ts +0 -7
  2721. package/dist/types/components/AlertBadge/stories/EdgeCases.stories.d.ts.map +0 -1
  2722. package/dist/types/components/AlertBadge/stories/Variants.stories.d.ts +0 -10
  2723. package/dist/types/components/AlertBadge/stories/Variants.stories.d.ts.map +0 -1
  2724. package/dist/types/components/Align/stories/Default.stories.d.ts +0 -10
  2725. package/dist/types/components/Align/stories/Default.stories.d.ts.map +0 -1
  2726. package/dist/types/components/Align/stories/IconText.stories.d.ts +0 -7
  2727. package/dist/types/components/Align/stories/IconText.stories.d.ts.map +0 -1
  2728. package/dist/types/components/Align/stories/InputButton.stories.d.ts +0 -12
  2729. package/dist/types/components/Align/stories/InputButton.stories.d.ts.map +0 -1
  2730. package/dist/types/components/Align/stories/TextContextualHelp.stories.d.ts +0 -7
  2731. package/dist/types/components/Align/stories/TextContextualHelp.stories.d.ts.map +0 -1
  2732. package/dist/types/components/Align/stories/TextCopyButton.stories.d.ts +0 -7
  2733. package/dist/types/components/Align/stories/TextCopyButton.stories.d.ts.map +0 -1
  2734. package/dist/types/components/Avatar/stories/Sizes.stories.d.ts +0 -10
  2735. package/dist/types/components/Avatar/stories/Sizes.stories.d.ts.map +0 -1
  2736. package/dist/types/components/Checkbox/stories/EdgeCases.stories.d.ts +0 -7
  2737. package/dist/types/components/Checkbox/stories/EdgeCases.stories.d.ts.map +0 -1
  2738. package/dist/types/components/CheckboxButton/stories/EdgeCases.stories.d.ts +0 -8
  2739. package/dist/types/components/CheckboxButton/stories/EdgeCases.stories.d.ts.map +0 -1
  2740. package/dist/types/components/ComboBox/stories/EdgeCases.stories.d.ts +0 -7
  2741. package/dist/types/components/ComboBox/stories/EdgeCases.stories.d.ts.map +0 -1
  2742. package/dist/types/components/DonutChart/stories/EdgeCases.stories.d.ts +0 -8
  2743. package/dist/types/components/DonutChart/stories/EdgeCases.stories.d.ts.map +0 -1
  2744. package/dist/types/components/Icon/stories/Sizes.stories.d.ts +0 -9
  2745. package/dist/types/components/Icon/stories/Sizes.stories.d.ts.map +0 -1
  2746. package/dist/types/components/LabeledValue/stories/EdgeCases.stories.d.ts +0 -8
  2747. package/dist/types/components/LabeledValue/stories/EdgeCases.stories.d.ts.map +0 -1
  2748. package/dist/types/components/MessageThread/components/MessageSeparator/stories/Default.stories.d.ts +0 -8
  2749. package/dist/types/components/MessageThread/components/MessageSeparator/stories/Default.stories.d.ts.map +0 -1
  2750. package/dist/types/components/Notification/stories/EdgeCases.stories.d.ts +0 -7
  2751. package/dist/types/components/Notification/stories/EdgeCases.stories.d.ts.map +0 -1
  2752. package/dist/types/components/Notification/stories/Variants.stories.d.ts +0 -10
  2753. package/dist/types/components/Notification/stories/Variants.stories.d.ts.map +0 -1
  2754. package/dist/types/components/NumberField/stories/EdgeCases.stories.d.ts +0 -8
  2755. package/dist/types/components/NumberField/stories/EdgeCases.stories.d.ts.map +0 -1
  2756. package/dist/types/components/ProgressBar/stories/EdgeCases.stories.d.ts +0 -9
  2757. package/dist/types/components/ProgressBar/stories/EdgeCases.stories.d.ts.map +0 -1
  2758. package/dist/types/components/ProgressBar/stories/Variants.stories.d.ts +0 -10
  2759. package/dist/types/components/ProgressBar/stories/Variants.stories.d.ts.map +0 -1
  2760. package/dist/types/components/RadioGroup/stories/EdgeCases.stories.d.ts +0 -9
  2761. package/dist/types/components/RadioGroup/stories/EdgeCases.stories.d.ts.map +0 -1
  2762. package/dist/types/components/Rating/components/RatingSegment/RatingStar.d.ts +0 -8
  2763. package/dist/types/components/Rating/components/RatingSegment/RatingStar.d.ts.map +0 -1
  2764. package/dist/types/components/Rating/components/RatingSegment/RatingStarFilled.d.ts +0 -8
  2765. package/dist/types/components/Rating/components/RatingSegment/RatingStarFilled.d.ts.map +0 -1
  2766. package/dist/types/components/Switch/stories/EdgeCases.stories.d.ts +0 -7
  2767. package/dist/types/components/Switch/stories/EdgeCases.stories.d.ts.map +0 -1
  2768. package/dist/types/components/Tabs/stories/EdgeCases.stories.d.ts +0 -8
  2769. package/dist/types/components/Tabs/stories/EdgeCases.stories.d.ts.map +0 -1
  2770. package/dist/types/components/TranslationProvider/useLocalizedContextStringFormatter.d.ts +0 -7
  2771. package/dist/types/components/TranslationProvider/useLocalizedContextStringFormatter.d.ts.map +0 -1
  2772. package/dist/types/lib/react/components/Translate/Translate.d.ts +0 -10
  2773. package/dist/types/lib/react/components/Translate/Translate.d.ts.map +0 -1
  2774. package/dist/types/lib/react/components/Translate/index.d.ts +0 -3
  2775. package/dist/types/lib/react/components/Translate/index.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"all-dark.mjs","names":[],"sources":["../../../../../../../design-tokens/dist/json/all-dark.json"],"sourcesContent":["{\n \"action-group\": {\n \"spacing\": {\n \"m\": {\n \"key\": \"{action-group.spacing.m}\",\n \"value\": \"16px\",\n \"filePath\": \"src/actions/action-group.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{action-group.spacing.m}\"\n },\n \"name\": \"ActionGroupSpacingM\",\n \"attributes\": {\n \"category\": \"action-group\",\n \"type\": \"spacing\",\n \"item\": \"m\"\n },\n \"path\": [\n \"action-group\",\n \"spacing\",\n \"m\"\n ]\n },\n \"s\": {\n \"key\": \"{action-group.spacing.s}\",\n \"value\": \"8px\",\n \"filePath\": \"src/actions/action-group.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{action-group.spacing.s}\"\n },\n \"name\": \"ActionGroupSpacingS\",\n \"attributes\": {\n \"category\": \"action-group\",\n \"type\": \"spacing\",\n \"item\": \"s\"\n },\n \"path\": [\n \"action-group\",\n \"spacing\",\n \"s\"\n ]\n }\n }\n },\n \"button\": {\n \"corner-radius\": {\n \"key\": \"{button.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{button.corner-radius}\"\n },\n \"name\": \"ButtonCornerRadius\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"button\",\n \"corner-radius\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{button.padding-x}\",\n \"value\": \"16px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{button.padding-x}\"\n },\n \"name\": \"ButtonPaddingX\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"button\",\n \"padding-x\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{button.padding-y}\",\n \"value\": \"8px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{button.padding-y}\"\n },\n \"name\": \"ButtonPaddingY\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"button\",\n \"padding-y\"\n ]\n },\n \"padding-icon-only\": {\n \"key\": \"{button.padding-icon-only}\",\n \"value\": \"8px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{button.padding-icon-only}\"\n },\n \"name\": \"ButtonPaddingIconOnly\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"padding-icon-only\"\n },\n \"path\": [\n \"button\",\n \"padding-icon-only\"\n ]\n },\n \"spacing\": {\n \"key\": \"{button.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{button.spacing}\"\n },\n \"name\": \"ButtonSpacing\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"button\",\n \"spacing\"\n ]\n },\n \"pending-icon-color\": {\n \"key\": \"{button.pending-icon-color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\n \"key\": \"{button.pending-icon-color}\"\n },\n \"name\": \"ButtonPendingIconColor\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"pending-icon-color\"\n },\n \"path\": [\n \"button\",\n \"pending-icon-color\"\n ]\n },\n \"border-width\": {\n \"key\": \"{button.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{button.border-width}\"\n },\n \"name\": \"ButtonBorderWidth\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"button\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{button.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{button.border-style}\"\n },\n \"name\": \"ButtonBorderStyle\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"button\",\n \"border-style\"\n ]\n },\n \"padding-s-icon-only\": {\n \"key\": \"{button.padding-s-icon-only}\",\n \"value\": \"4px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{button.padding-s-icon-only}\"\n },\n \"name\": \"ButtonPaddingSIconOnly\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"padding-s-icon-only\"\n },\n \"path\": [\n \"button\",\n \"padding-s-icon-only\"\n ]\n },\n \"padding-s-x\": {\n \"key\": \"{button.padding-s-x}\",\n \"value\": \"8px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{button.padding-s-x}\"\n },\n \"name\": \"ButtonPaddingSX\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"padding-s-x\"\n },\n \"path\": [\n \"button\",\n \"padding-s-x\"\n ]\n },\n \"padding-s-y\": {\n \"key\": \"{button.padding-s-y}\",\n \"value\": \"4px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{button.padding-s-y}\"\n },\n \"name\": \"ButtonPaddingSY\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"padding-s-y\"\n },\n \"path\": [\n \"button\",\n \"padding-s-y\"\n ]\n },\n \"spacing-s\": {\n \"key\": \"{button.spacing-s}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{button.spacing-s}\"\n },\n \"name\": \"ButtonSpacingS\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"spacing-s\"\n },\n \"path\": [\n \"button\",\n \"spacing-s\"\n ]\n },\n \"font-size-s\": {\n \"key\": \"{button.font-size-s}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{button.font-size-s}\"\n },\n \"name\": \"ButtonFontSizeS\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"font-size-s\"\n },\n \"path\": [\n \"button\",\n \"font-size-s\"\n ]\n },\n \"line-height-s\": {\n \"key\": \"{button.line-height-s}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{single-line-height}\",\n \"key\": \"{button.line-height-s}\"\n },\n \"name\": \"ButtonLineHeightS\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"line-height-s\"\n },\n \"path\": [\n \"button\",\n \"line-height-s\"\n ]\n },\n \"corner-radius-s\": {\n \"key\": \"{button.corner-radius-s}\",\n \"value\": \"4px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.s}\",\n \"key\": \"{button.corner-radius-s}\"\n },\n \"name\": \"ButtonCornerRadiusS\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"corner-radius-s\"\n },\n \"path\": [\n \"button\",\n \"corner-radius-s\"\n ]\n },\n \"success-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.success-solid-background-color.default}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-background-color.default}\",\n \"key\": \"{button.success-solid-background-color.default}\"\n },\n \"name\": \"ButtonSuccessSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.success-solid-background-color.hover}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-background-color.hover}\",\n \"key\": \"{button.success-solid-background-color.hover}\"\n },\n \"name\": \"ButtonSuccessSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"success-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.success-solid-background-color.pressed}\",\n \"value\": \"#C0FFEB\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-background-color.pressed}\",\n \"key\": \"{button.success-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonSuccessSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"success-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-solid-background-color.disabled}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-background-color}\",\n \"key\": \"{button.success-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonSuccessSolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"success-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.success-solid-content-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-content-color}\",\n \"key\": \"{button.success-solid-content-color.default}\"\n },\n \"name\": \"ButtonSuccessSolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-solid-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-solid-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-content-color}\",\n \"key\": \"{button.success-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonSuccessSolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"success-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.success-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-background-color.default}\",\n \"key\": \"{button.success-plain-background-color.default}\"\n },\n \"name\": \"ButtonSuccessPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.success-plain-background-color.hover}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-background-color.hover}\",\n \"key\": \"{button.success-plain-background-color.hover}\"\n },\n \"name\": \"ButtonSuccessPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"success-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.success-plain-background-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-background-color.pressed}\",\n \"key\": \"{button.success-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonSuccessPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"success-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-plain-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{button.success-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonSuccessPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"success-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.success-plain-content-color.default}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-content-color}\",\n \"key\": \"{button.success-plain-content-color.default}\"\n },\n \"name\": \"ButtonSuccessPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-plain-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-plain-content-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{button.success-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonSuccessPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"success-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.success-soft-background-color.default}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-background-color.default}\",\n \"key\": \"{button.success-soft-background-color.default}\"\n },\n \"name\": \"ButtonSuccessSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.success-soft-background-color.hover}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-background-color.hover}\",\n \"key\": \"{button.success-soft-background-color.hover}\"\n },\n \"name\": \"ButtonSuccessSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"success-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.success-soft-background-color.pressed}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-background-color.pressed}\",\n \"key\": \"{button.success-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonSuccessSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"success-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-soft-background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-background-color}\",\n \"key\": \"{button.success-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonSuccessSoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"success-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.success-soft-content-color.default}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-content-color}\",\n \"key\": \"{button.success-soft-content-color.default}\"\n },\n \"name\": \"ButtonSuccessSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-soft-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-soft-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-content-color}\",\n \"key\": \"{button.success-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonSuccessSoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"success-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.success-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-background-color.default}\",\n \"key\": \"{button.success-outline-background-color.default}\"\n },\n \"name\": \"ButtonSuccessOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.success-outline-background-color.hover}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-background-color.hover}\",\n \"key\": \"{button.success-outline-background-color.hover}\"\n },\n \"name\": \"ButtonSuccessOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"success-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.success-outline-background-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-background-color.pressed}\",\n \"key\": \"{button.success-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonSuccessOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"success-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-outline-background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-background-color}\",\n \"key\": \"{button.success-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonSuccessOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"success-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.success-outline-content-color.default}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-content-color}\",\n \"key\": \"{button.success-outline-content-color.default}\"\n },\n \"name\": \"ButtonSuccessOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-outline-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-outline-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{button.success-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonSuccessOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"success-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.success-outline-border-color.default}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-border-color}\",\n \"key\": \"{button.success-outline-border-color.default}\"\n },\n \"name\": \"ButtonSuccessOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"success-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.success-outline-border-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-border-color}\",\n \"key\": \"{button.success-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonSuccessOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"success-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"success-outline-border-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.primary-solid-background-color.default}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-background-color.default}\",\n \"key\": \"{button.primary-solid-background-color.default}\"\n },\n \"name\": \"ButtonPrimarySolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.primary-solid-background-color.hover}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-background-color.hover}\",\n \"key\": \"{button.primary-solid-background-color.hover}\"\n },\n \"name\": \"ButtonPrimarySolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"primary-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.primary-solid-background-color.pressed}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-background-color.pressed}\",\n \"key\": \"{button.primary-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonPrimarySolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"primary-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-solid-background-color.disabled}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-background-color}\",\n \"key\": \"{button.primary-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonPrimarySolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.primary-solid-content-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-content-color}\",\n \"key\": \"{button.primary-solid-content-color.default}\"\n },\n \"name\": \"ButtonPrimarySolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-solid-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-solid-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-content-color}\",\n \"key\": \"{button.primary-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonPrimarySolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.primary-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-plain-background-color.default}\",\n \"key\": \"{button.primary-plain-background-color.default}\"\n },\n \"name\": \"ButtonPrimaryPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.primary-plain-background-color.hover}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-plain-background-color.hover}\",\n \"key\": \"{button.primary-plain-background-color.hover}\"\n },\n \"name\": \"ButtonPrimaryPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"primary-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.primary-plain-background-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-plain-background-color.pressed}\",\n \"key\": \"{button.primary-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonPrimaryPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"primary-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-plain-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{button.primary-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonPrimaryPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.primary-plain-content-color.default}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-plain-content-color}\",\n \"key\": \"{button.primary-plain-content-color.default}\"\n },\n \"name\": \"ButtonPrimaryPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-plain-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-plain-content-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{button.primary-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonPrimaryPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.primary-soft-background-color.default}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-soft-background-color.default}\",\n \"key\": \"{button.primary-soft-background-color.default}\"\n },\n \"name\": \"ButtonPrimarySoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.primary-soft-background-color.hover}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-soft-background-color.hover}\",\n \"key\": \"{button.primary-soft-background-color.hover}\"\n },\n \"name\": \"ButtonPrimarySoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"primary-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.primary-soft-background-color.pressed}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-soft-background-color.pressed}\",\n \"key\": \"{button.primary-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonPrimarySoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"primary-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-soft-background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-background-color}\",\n \"key\": \"{button.primary-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonPrimarySoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.primary-soft-content-color.default}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-soft-content-color}\",\n \"key\": \"{button.primary-soft-content-color.default}\"\n },\n \"name\": \"ButtonPrimarySoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-soft-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-soft-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-content-color}\",\n \"key\": \"{button.primary-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonPrimarySoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.primary-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-outline-background-color.default}\",\n \"key\": \"{button.primary-outline-background-color.default}\"\n },\n \"name\": \"ButtonPrimaryOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.primary-outline-background-color.hover}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-outline-background-color.hover}\",\n \"key\": \"{button.primary-outline-background-color.hover}\"\n },\n \"name\": \"ButtonPrimaryOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.primary-outline-background-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-outline-background-color.pressed}\",\n \"key\": \"{button.primary-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonPrimaryOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-outline-background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-background-color}\",\n \"key\": \"{button.primary-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonPrimaryOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.primary-outline-content-color.default}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-outline-content-color}\",\n \"key\": \"{button.primary-outline-content-color.default}\"\n },\n \"name\": \"ButtonPrimaryOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-outline-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{button.primary-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonPrimaryOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"primary-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.primary-outline-border-color.default}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-outline-border-color}\",\n \"key\": \"{button.primary-outline-border-color.default}\"\n },\n \"name\": \"ButtonPrimaryOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-outline-border-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-border-color}\",\n \"key\": \"{button.primary-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonPrimaryOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-border-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.secondary-solid-background-color.default}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-background-color.default}\",\n \"key\": \"{button.secondary-solid-background-color.default}\"\n },\n \"name\": \"ButtonSecondarySolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.secondary-solid-background-color.hover}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-background-color.hover}\",\n \"key\": \"{button.secondary-solid-background-color.hover}\"\n },\n \"name\": \"ButtonSecondarySolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"secondary-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.secondary-solid-background-color.pressed}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-background-color.pressed}\",\n \"key\": \"{button.secondary-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonSecondarySolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"secondary-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-solid-background-color.disabled}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-background-color}\",\n \"key\": \"{button.secondary-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonSecondarySolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.secondary-solid-content-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-content-color}\",\n \"key\": \"{button.secondary-solid-content-color.default}\"\n },\n \"name\": \"ButtonSecondarySolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-solid-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-solid-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-content-color}\",\n \"key\": \"{button.secondary-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonSecondarySolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.secondary-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-background-color.default}\",\n \"key\": \"{button.secondary-plain-background-color.default}\"\n },\n \"name\": \"ButtonSecondaryPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.secondary-plain-background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-background-color.hover}\",\n \"key\": \"{button.secondary-plain-background-color.hover}\"\n },\n \"name\": \"ButtonSecondaryPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"secondary-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.secondary-plain-background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-background-color.pressed}\",\n \"key\": \"{button.secondary-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonSecondaryPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"secondary-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-plain-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{button.secondary-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonSecondaryPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.secondary-plain-content-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-content-color}\",\n \"key\": \"{button.secondary-plain-content-color.default}\"\n },\n \"name\": \"ButtonSecondaryPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-plain-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-plain-content-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{button.secondary-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonSecondaryPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.secondary-soft-background-color.default}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.default}\",\n \"key\": \"{button.secondary-soft-background-color.default}\"\n },\n \"name\": \"ButtonSecondarySoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.secondary-soft-background-color.hover}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.hover}\",\n \"key\": \"{button.secondary-soft-background-color.hover}\"\n },\n \"name\": \"ButtonSecondarySoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"secondary-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.secondary-soft-background-color.pressed}\",\n \"value\": \"#B7C9DB\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.pressed}\",\n \"key\": \"{button.secondary-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonSecondarySoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"secondary-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-soft-background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-background-color}\",\n \"key\": \"{button.secondary-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonSecondarySoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.secondary-soft-content-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color}\",\n \"key\": \"{button.secondary-soft-content-color.default}\"\n },\n \"name\": \"ButtonSecondarySoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-soft-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-soft-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-content-color}\",\n \"key\": \"{button.secondary-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonSecondarySoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.secondary-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.default}\",\n \"key\": \"{button.secondary-outline-background-color.default}\"\n },\n \"name\": \"ButtonSecondaryOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.secondary-outline-background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.hover}\",\n \"key\": \"{button.secondary-outline-background-color.hover}\"\n },\n \"name\": \"ButtonSecondaryOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.secondary-outline-background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.pressed}\",\n \"key\": \"{button.secondary-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonSecondaryOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-outline-background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-background-color}\",\n \"key\": \"{button.secondary-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonSecondaryOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.secondary-outline-content-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-content-color}\",\n \"key\": \"{button.secondary-outline-content-color.default}\"\n },\n \"name\": \"ButtonSecondaryOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-outline-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{button.secondary-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonSecondaryOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"secondary-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.secondary-outline-border-color.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{button.secondary-outline-border-color.default}\"\n },\n \"name\": \"ButtonSecondaryOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-outline-border-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-border-color}\",\n \"key\": \"{button.secondary-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonSecondaryOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-border-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.danger-solid-background-color.default}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-solid-background-color.default}\",\n \"key\": \"{button.danger-solid-background-color.default}\"\n },\n \"name\": \"ButtonDangerSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.danger-solid-background-color.hover}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-solid-background-color.hover}\",\n \"key\": \"{button.danger-solid-background-color.hover}\"\n },\n \"name\": \"ButtonDangerSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"danger-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.danger-solid-background-color.pressed}\",\n \"value\": \"#FBE0E6\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-solid-background-color.pressed}\",\n \"key\": \"{button.danger-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonDangerSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"danger-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-solid-background-color.disabled}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-background-color}\",\n \"key\": \"{button.danger-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonDangerSolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.danger-solid-content-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-solid-content-color}\",\n \"key\": \"{button.danger-solid-content-color.default}\"\n },\n \"name\": \"ButtonDangerSolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-solid-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-solid-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-content-color}\",\n \"key\": \"{button.danger-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonDangerSolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.danger-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-plain-background-color.default}\",\n \"key\": \"{button.danger-plain-background-color.default}\"\n },\n \"name\": \"ButtonDangerPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.danger-plain-background-color.hover}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-plain-background-color.hover}\",\n \"key\": \"{button.danger-plain-background-color.hover}\"\n },\n \"name\": \"ButtonDangerPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"danger-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.danger-plain-background-color.pressed}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-plain-background-color.pressed}\",\n \"key\": \"{button.danger-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonDangerPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"danger-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-plain-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{button.danger-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonDangerPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.danger-plain-content-color.default}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-plain-content-color}\",\n \"key\": \"{button.danger-plain-content-color.default}\"\n },\n \"name\": \"ButtonDangerPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-plain-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-plain-content-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{button.danger-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonDangerPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.danger-soft-background-color.default}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-background-color.default}\",\n \"key\": \"{button.danger-soft-background-color.default}\"\n },\n \"name\": \"ButtonDangerSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.danger-soft-background-color.hover}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-background-color.hover}\",\n \"key\": \"{button.danger-soft-background-color.hover}\"\n },\n \"name\": \"ButtonDangerSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"danger-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.danger-soft-background-color.pressed}\",\n \"value\": \"#AB1737\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-background-color.pressed}\",\n \"key\": \"{button.danger-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonDangerSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"danger-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-soft-background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-background-color}\",\n \"key\": \"{button.danger-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonDangerSoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.danger-soft-content-color.default}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-content-color}\",\n \"key\": \"{button.danger-soft-content-color.default}\"\n },\n \"name\": \"ButtonDangerSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-soft-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-soft-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-content-color}\",\n \"key\": \"{button.danger-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonDangerSoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.danger-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-background-color.default}\",\n \"key\": \"{button.danger-outline-background-color.default}\"\n },\n \"name\": \"ButtonDangerOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.danger-outline-background-color.hover}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-background-color.hover}\",\n \"key\": \"{button.danger-outline-background-color.hover}\"\n },\n \"name\": \"ButtonDangerOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.danger-outline-background-color.pressed}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-background-color.pressed}\",\n \"key\": \"{button.danger-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonDangerOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-outline-background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-background-color}\",\n \"key\": \"{button.danger-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonDangerOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.danger-outline-content-color.default}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-content-color}\",\n \"key\": \"{button.danger-outline-content-color.default}\"\n },\n \"name\": \"ButtonDangerOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-outline-content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{button.danger-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonDangerOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"danger-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.danger-outline-border-color.default}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-color}\",\n \"key\": \"{button.danger-outline-border-color.default}\"\n },\n \"name\": \"ButtonDangerOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-outline-border-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-border-color}\",\n \"key\": \"{button.danger-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonDangerOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-border-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.dark-solid-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-solid-background-color.default}\",\n \"key\": \"{button.dark-solid-background-color.default}\"\n },\n \"name\": \"ButtonDarkSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.dark-solid-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-solid-background-color.hover}\",\n \"key\": \"{button.dark-solid-background-color.hover}\"\n },\n \"name\": \"ButtonDarkSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-solid-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-solid-background-color.pressed}\",\n \"key\": \"{button.dark-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonDarkSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-solid-background-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-dark-background-color}\",\n \"key\": \"{button.dark-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonDarkSolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.dark-solid-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-solid-content-color}\",\n \"key\": \"{button.dark-solid-content-color.default}\"\n },\n \"name\": \"ButtonDarkSolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-solid-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-solid-content-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-dark-content-color}\",\n \"key\": \"{button.dark-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonDarkSolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.dark-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-background-color.default}\",\n \"key\": \"{button.dark-plain-background-color.default}\"\n },\n \"name\": \"ButtonDarkPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.dark-plain-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-background-color.hover}\",\n \"key\": \"{button.dark-plain-background-color.hover}\"\n },\n \"name\": \"ButtonDarkPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-plain-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-background-color.pressed}\",\n \"key\": \"{button.dark-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonDarkPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-plain-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{button.dark-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonDarkPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.dark-plain-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-content-color}\",\n \"key\": \"{button.dark-plain-content-color.default}\"\n },\n \"name\": \"ButtonDarkPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-plain-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-plain-content-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-dark-content-color}\",\n \"key\": \"{button.dark-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonDarkPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.dark-soft-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-soft-background-color.default}\",\n \"key\": \"{button.dark-soft-background-color.default}\"\n },\n \"name\": \"ButtonDarkSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.dark-soft-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-soft-background-color.hover}\",\n \"key\": \"{button.dark-soft-background-color.hover}\"\n },\n \"name\": \"ButtonDarkSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-soft-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-soft-background-color.pressed}\",\n \"key\": \"{button.dark-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonDarkSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-soft-background-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-background-color}\",\n \"key\": \"{button.dark-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonDarkSoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.dark-soft-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-soft-content-color}\",\n \"key\": \"{button.dark-soft-content-color.default}\"\n },\n \"name\": \"ButtonDarkSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-soft-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-soft-content-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-content-color}\",\n \"key\": \"{button.dark-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonDarkSoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.dark-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-outline-background-color.default}\",\n \"key\": \"{button.dark-outline-background-color.default}\"\n },\n \"name\": \"ButtonDarkOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.dark-outline-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-outline-background-color.hover}\",\n \"key\": \"{button.dark-outline-background-color.hover}\"\n },\n \"name\": \"ButtonDarkOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-outline-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-outline-background-color.pressed}\",\n \"key\": \"{button.dark-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonDarkOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-outline-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-dark-background-color}\",\n \"key\": \"{button.dark-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonDarkOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.dark-outline-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-outline-content-color}\",\n \"key\": \"{button.dark-outline-content-color.default}\"\n },\n \"name\": \"ButtonDarkOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-outline-content-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-dark-content-color}\",\n \"key\": \"{button.dark-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonDarkOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.dark-outline-border-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-outline-border-color}\",\n \"key\": \"{button.dark-outline-border-color.default}\"\n },\n \"name\": \"ButtonDarkOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-outline-border-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-dark-border-color}\",\n \"key\": \"{button.dark-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonDarkOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-border-color\",\n \"disabled\"\n ]\n }\n },\n \"light-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.light-solid-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-solid-background-color.default}\",\n \"key\": \"{button.light-solid-background-color.default}\"\n },\n \"name\": \"ButtonLightSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.light-solid-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-solid-background-color.hover}\",\n \"key\": \"{button.light-solid-background-color.hover}\"\n },\n \"name\": \"ButtonLightSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-solid-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-solid-background-color.pressed}\",\n \"key\": \"{button.light-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonLightSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-solid-background-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-light-background-color}\",\n \"key\": \"{button.light-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonLightSolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"light-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.light-solid-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-solid-content-color}\",\n \"key\": \"{button.light-solid-content-color.default}\"\n },\n \"name\": \"ButtonLightSolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-solid-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-solid-content-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-light-content-color}\",\n \"key\": \"{button.light-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonLightSolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"light-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.light-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-background-color.default}\",\n \"key\": \"{button.light-plain-background-color.default}\"\n },\n \"name\": \"ButtonLightPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.light-plain-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-background-color.hover}\",\n \"key\": \"{button.light-plain-background-color.hover}\"\n },\n \"name\": \"ButtonLightPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-plain-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-background-color.pressed}\",\n \"key\": \"{button.light-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonLightPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-plain-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{button.light-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonLightPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"light-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.light-plain-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-content-color}\",\n \"key\": \"{button.light-plain-content-color.default}\"\n },\n \"name\": \"ButtonLightPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-plain-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-plain-content-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-light-content-color}\",\n \"key\": \"{button.light-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonLightPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"light-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.light-soft-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-soft-background-color.default}\",\n \"key\": \"{button.light-soft-background-color.default}\"\n },\n \"name\": \"ButtonLightSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.light-soft-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-soft-background-color.hover}\",\n \"key\": \"{button.light-soft-background-color.hover}\"\n },\n \"name\": \"ButtonLightSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-soft-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-soft-background-color.pressed}\",\n \"key\": \"{button.light-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonLightSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-soft-background-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-light-background-color}\",\n \"key\": \"{button.light-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonLightSoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"light-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.light-soft-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-soft-content-color}\",\n \"key\": \"{button.light-soft-content-color.default}\"\n },\n \"name\": \"ButtonLightSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-soft-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-soft-content-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-light-content-color}\",\n \"key\": \"{button.light-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonLightSoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"light-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.light-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-outline-background-color.default}\",\n \"key\": \"{button.light-outline-background-color.default}\"\n },\n \"name\": \"ButtonLightOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.light-outline-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-outline-background-color.hover}\",\n \"key\": \"{button.light-outline-background-color.hover}\"\n },\n \"name\": \"ButtonLightOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-outline-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-outline-background-color.pressed}\",\n \"key\": \"{button.light-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonLightOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-outline-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-light-background-color}\",\n \"key\": \"{button.light-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonLightOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"light-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.light-outline-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-outline-content-color}\",\n \"key\": \"{button.light-outline-content-color.default}\"\n },\n \"name\": \"ButtonLightOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-outline-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-outline-content-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-light-content-color}\",\n \"key\": \"{button.light-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonLightOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"light-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.light-outline-border-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-outline-border-color}\",\n \"key\": \"{button.light-outline-border-color.default}\"\n },\n \"name\": \"ButtonLightOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-outline-border-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-light-border-color}\",\n \"key\": \"{button.light-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonLightOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-outline-border-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-solid-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-solid-background-color.default}\",\n \"key\": \"{button.dark-static-solid-background-color.default}\"\n },\n \"name\": \"ButtonDarkStaticSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.dark-static-solid-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-solid-background-color.hover}\",\n \"key\": \"{button.dark-static-solid-background-color.hover}\"\n },\n \"name\": \"ButtonDarkStaticSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-static-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-static-solid-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-solid-background-color.pressed}\",\n \"key\": \"{button.dark-static-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonDarkStaticSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-static-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-solid-background-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-dark-static-background-color}\",\n \"key\": \"{button.dark-static-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticSolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-solid-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-solid-content-color}\",\n \"key\": \"{button.dark-static-solid-content-color.default}\"\n },\n \"name\": \"ButtonDarkStaticSolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-solid-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-solid-content-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-dark-static-content-color}\",\n \"key\": \"{button.dark-static-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticSolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-background-color.default}\",\n \"key\": \"{button.dark-static-plain-background-color.default}\"\n },\n \"name\": \"ButtonDarkStaticPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.dark-static-plain-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-background-color.hover}\",\n \"key\": \"{button.dark-static-plain-background-color.hover}\"\n },\n \"name\": \"ButtonDarkStaticPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-static-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-static-plain-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-background-color.pressed}\",\n \"key\": \"{button.dark-static-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonDarkStaticPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-static-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-plain-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{button.dark-static-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-plain-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-content-color}\",\n \"key\": \"{button.dark-static-plain-content-color.default}\"\n },\n \"name\": \"ButtonDarkStaticPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-plain-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-plain-content-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-dark-static-content-color}\",\n \"key\": \"{button.dark-static-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-soft-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-soft-background-color.default}\",\n \"key\": \"{button.dark-static-soft-background-color.default}\"\n },\n \"name\": \"ButtonDarkStaticSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.dark-static-soft-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-soft-background-color.hover}\",\n \"key\": \"{button.dark-static-soft-background-color.hover}\"\n },\n \"name\": \"ButtonDarkStaticSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-static-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-static-soft-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-soft-background-color.pressed}\",\n \"key\": \"{button.dark-static-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonDarkStaticSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-static-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-soft-background-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-static-background-color}\",\n \"key\": \"{button.dark-static-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticSoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-soft-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-soft-content-color}\",\n \"key\": \"{button.dark-static-soft-content-color.default}\"\n },\n \"name\": \"ButtonDarkStaticSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-soft-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-soft-content-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-static-content-color}\",\n \"key\": \"{button.dark-static-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticSoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-outline-background-color.default}\",\n \"key\": \"{button.dark-static-outline-background-color.default}\"\n },\n \"name\": \"ButtonDarkStaticOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.dark-static-outline-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-outline-background-color.hover}\",\n \"key\": \"{button.dark-static-outline-background-color.hover}\"\n },\n \"name\": \"ButtonDarkStaticOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-static-outline-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-outline-background-color.pressed}\",\n \"key\": \"{button.dark-static-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonDarkStaticOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-outline-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-dark-static-background-color}\",\n \"key\": \"{button.dark-static-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-outline-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-outline-content-color}\",\n \"key\": \"{button.dark-static-outline-content-color.default}\"\n },\n \"name\": \"ButtonDarkStaticOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-outline-content-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-dark-static-content-color}\",\n \"key\": \"{button.dark-static-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"dark-static-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.dark-static-outline-border-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-outline-border-color}\",\n \"key\": \"{button.dark-static-outline-border-color.default}\"\n },\n \"name\": \"ButtonDarkStaticOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-outline-border-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-dark-static-border-color}\",\n \"key\": \"{button.dark-static-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonDarkStaticOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-border-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.light-static-solid-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-solid-background-color.default}\",\n \"key\": \"{button.light-static-solid-background-color.default}\"\n },\n \"name\": \"ButtonLightStaticSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.light-static-solid-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-solid-background-color.hover}\",\n \"key\": \"{button.light-static-solid-background-color.hover}\"\n },\n \"name\": \"ButtonLightStaticSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-static-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-static-solid-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-solid-background-color.pressed}\",\n \"key\": \"{button.light-static-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonLightStaticSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-static-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-solid-background-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-light-static-background-color}\",\n \"key\": \"{button.light-static-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticSolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.light-static-solid-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-solid-content-color}\",\n \"key\": \"{button.light-static-solid-content-color.default}\"\n },\n \"name\": \"ButtonLightStaticSolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-solid-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-solid-content-color.disabled}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-light-static-content-color}\",\n \"key\": \"{button.light-static-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticSolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.light-static-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-background-color.default}\",\n \"key\": \"{button.light-static-plain-background-color.default}\"\n },\n \"name\": \"ButtonLightStaticPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.light-static-plain-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-background-color.hover}\",\n \"key\": \"{button.light-static-plain-background-color.hover}\"\n },\n \"name\": \"ButtonLightStaticPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-static-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-static-plain-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-background-color.pressed}\",\n \"key\": \"{button.light-static-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonLightStaticPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-static-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-plain-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{button.light-static-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.light-static-plain-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-content-color}\",\n \"key\": \"{button.light-static-plain-content-color.default}\"\n },\n \"name\": \"ButtonLightStaticPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-plain-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-plain-content-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-light-static-content-color}\",\n \"key\": \"{button.light-static-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.light-static-soft-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-soft-background-color.default}\",\n \"key\": \"{button.light-static-soft-background-color.default}\"\n },\n \"name\": \"ButtonLightStaticSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.light-static-soft-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-soft-background-color.hover}\",\n \"key\": \"{button.light-static-soft-background-color.hover}\"\n },\n \"name\": \"ButtonLightStaticSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-static-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-static-soft-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-soft-background-color.pressed}\",\n \"key\": \"{button.light-static-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonLightStaticSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-static-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-soft-background-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-light-static-background-color}\",\n \"key\": \"{button.light-static-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticSoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.light-static-soft-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-soft-content-color}\",\n \"key\": \"{button.light-static-soft-content-color.default}\"\n },\n \"name\": \"ButtonLightStaticSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-soft-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-soft-content-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-light-static-content-color}\",\n \"key\": \"{button.light-static-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticSoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.light-static-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-outline-background-color.default}\",\n \"key\": \"{button.light-static-outline-background-color.default}\"\n },\n \"name\": \"ButtonLightStaticOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.light-static-outline-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-outline-background-color.hover}\",\n \"key\": \"{button.light-static-outline-background-color.hover}\"\n },\n \"name\": \"ButtonLightStaticOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-static-outline-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-outline-background-color.pressed}\",\n \"key\": \"{button.light-static-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonLightStaticOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-outline-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-light-static-background-color}\",\n \"key\": \"{button.light-static-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.light-static-outline-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-outline-content-color}\",\n \"key\": \"{button.light-static-outline-content-color.default}\"\n },\n \"name\": \"ButtonLightStaticOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-outline-content-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-light-static-content-color}\",\n \"key\": \"{button.light-static-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"light-static-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.light-static-outline-border-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-outline-border-color}\",\n \"key\": \"{button.light-static-outline-border-color.default}\"\n },\n \"name\": \"ButtonLightStaticOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-outline-border-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-light-static-border-color}\",\n \"key\": \"{button.light-static-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonLightStaticOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-border-color\",\n \"disabled\"\n ]\n }\n }\n },\n \"image-button\": {\n \"brightness\": {\n \"hover\": {\n \"key\": \"{image-button.brightness.hover}\",\n \"value\": \"62.5%\",\n \"filePath\": \"src/actions/image-button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"62.5%\",\n \"key\": \"{image-button.brightness.hover}\"\n },\n \"name\": \"ImageButtonBrightnessHover\",\n \"attributes\": {\n \"category\": \"image-button\",\n \"type\": \"brightness\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"image-button\",\n \"brightness\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{image-button.brightness.pressed}\",\n \"value\": \"50%\",\n \"filePath\": \"src/actions/image-button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"50%\",\n \"key\": \"{image-button.brightness.pressed}\"\n },\n \"name\": \"ImageButtonBrightnessPressed\",\n \"attributes\": {\n \"category\": \"image-button\",\n \"type\": \"brightness\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"image-button\",\n \"brightness\",\n \"pressed\"\n ]\n }\n },\n \"hover-icon-color\": {\n \"key\": \"{image-button.hover-icon-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/actions/image-button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-content-color}\",\n \"key\": \"{image-button.hover-icon-color}\"\n },\n \"name\": \"ImageButtonHoverIconColor\",\n \"attributes\": {\n \"category\": \"image-button\",\n \"type\": \"hover-icon-color\"\n },\n \"path\": [\n \"image-button\",\n \"hover-icon-color\"\n ]\n }\n },\n \"menu\": {\n \"item-to-item-spacing\": {\n \"key\": \"{menu.item-to-item-spacing}\",\n \"value\": \"4px\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{menu.item-to-item-spacing}\"\n },\n \"name\": \"MenuItemToItemSpacing\",\n \"attributes\": {\n \"category\": \"menu\",\n \"type\": \"item-to-item-spacing\"\n },\n \"path\": [\n \"menu\",\n \"item-to-item-spacing\"\n ]\n },\n \"group-to-group-spacing\": {\n \"key\": \"{menu.group-to-group-spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{menu.group-to-group-spacing}\"\n },\n \"name\": \"MenuGroupToGroupSpacing\",\n \"attributes\": {\n \"category\": \"menu\",\n \"type\": \"group-to-group-spacing\"\n },\n \"path\": [\n \"menu\",\n \"group-to-group-spacing\"\n ]\n }\n },\n \"menu-item\": {\n \"font-weight\": {\n \"current\": {\n \"key\": \"{menu-item.font-weight.current}\",\n \"value\": \"bold\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{menu-item.font-weight.current}\"\n },\n \"name\": \"MenuItemFontWeightCurrent\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"font-weight\",\n \"item\": \"current\"\n },\n \"path\": [\n \"menu-item\",\n \"font-weight\",\n \"current\"\n ]\n }\n },\n \"corner-radius\": {\n \"key\": \"{menu-item.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{menu-item.corner-radius}\"\n },\n \"name\": \"MenuItemCornerRadius\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"menu-item\",\n \"corner-radius\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{menu-item.padding-x}\",\n \"value\": \"8px\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{menu-item.padding-x}\"\n },\n \"name\": \"MenuItemPaddingX\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"menu-item\",\n \"padding-x\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{menu-item.padding-y}\",\n \"value\": \"4px\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{menu-item.padding-y}\"\n },\n \"name\": \"MenuItemPaddingY\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"menu-item\",\n \"padding-y\"\n ]\n },\n \"spacing\": {\n \"key\": \"{menu-item.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{menu-item.spacing}\"\n },\n \"name\": \"MenuItemSpacing\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"menu-item\",\n \"spacing\"\n ]\n },\n \"icon-color\": {\n \"default\": {\n \"key\": \"{menu-item.icon-color.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{icon.color}\",\n \"key\": \"{menu-item.icon-color.default}\"\n },\n \"name\": \"MenuItemIconColorDefault\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"icon-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"menu-item\",\n \"icon-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{menu-item.icon-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{menu-item.icon-color.disabled}\"\n },\n \"name\": \"MenuItemIconColorDisabled\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"icon-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"menu-item\",\n \"icon-color\",\n \"disabled\"\n ]\n },\n \"current\": {\n \"key\": \"{menu-item.icon-color.current}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.default}\",\n \"key\": \"{menu-item.icon-color.current}\"\n },\n \"name\": \"MenuItemIconColorCurrent\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"icon-color\",\n \"item\": \"current\"\n },\n \"path\": [\n \"menu-item\",\n \"icon-color\",\n \"current\"\n ]\n }\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{menu-item.background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{menu-item.background-color.default}\"\n },\n \"name\": \"MenuItemBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"menu-item\",\n \"background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{menu-item.background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-background-color.hover}\",\n \"key\": \"{menu-item.background-color.hover}\"\n },\n \"name\": \"MenuItemBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"menu-item\",\n \"background-color\",\n \"hover\"\n ]\n },\n \"current\": {\n \"key\": \"{menu-item.background-color.current}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-background-color.pressed}\",\n \"key\": \"{menu-item.background-color.current}\"\n },\n \"name\": \"MenuItemBackgroundColorCurrent\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"background-color\",\n \"item\": \"current\"\n },\n \"path\": [\n \"menu-item\",\n \"background-color\",\n \"current\"\n ]\n }\n },\n \"disabled-background-color\": {\n \"key\": \"{menu-item.disabled-background-color}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{menu-item.disabled-background-color}\"\n },\n \"name\": \"MenuItemDisabledBackgroundColor\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"disabled-background-color\"\n },\n \"path\": [\n \"menu-item\",\n \"disabled-background-color\"\n ]\n },\n \"disabled-color\": {\n \"key\": \"{menu-item.disabled-color}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{menu-item.disabled-color}\"\n },\n \"name\": \"MenuItemDisabledColor\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"disabled-color\"\n },\n \"path\": [\n \"menu-item\",\n \"disabled-color\"\n ]\n }\n },\n \"corner-radius\": {\n \"s\": {\n \"key\": \"{corner-radius.s}\",\n \"value\": \"4px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{corner-radius.s}\"\n },\n \"name\": \"CornerRadiusS\",\n \"attributes\": {\n \"category\": \"corner-radius\",\n \"type\": \"s\"\n },\n \"path\": [\n \"corner-radius\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{corner-radius.m}\",\n \"value\": \"8px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{corner-radius.m}\"\n },\n \"name\": \"CornerRadiusM\",\n \"attributes\": {\n \"category\": \"corner-radius\",\n \"type\": \"m\"\n },\n \"path\": [\n \"corner-radius\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{corner-radius.l}\",\n \"value\": \"16px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{corner-radius.l}\"\n },\n \"name\": \"CornerRadiusL\",\n \"attributes\": {\n \"category\": \"corner-radius\",\n \"type\": \"l\"\n },\n \"path\": [\n \"corner-radius\",\n \"l\"\n ]\n },\n \"round\": {\n \"key\": \"{corner-radius.round}\",\n \"value\": \"50%\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"50%\",\n \"key\": \"{corner-radius.round}\"\n },\n \"name\": \"CornerRadiusRound\",\n \"attributes\": {\n \"category\": \"corner-radius\",\n \"type\": \"round\"\n },\n \"path\": [\n \"corner-radius\",\n \"round\"\n ]\n }\n },\n \"border-width\": {\n \"50\": {\n \"key\": \"{border-width.50}\",\n \"value\": \"0.5px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.5px\",\n \"key\": \"{border-width.50}\"\n },\n \"name\": \"BorderWidth50\",\n \"attributes\": {\n \"category\": \"border-width\",\n \"type\": \"50\"\n },\n \"path\": [\n \"border-width\",\n \"50\"\n ]\n },\n \"100\": {\n \"key\": \"{border-width.100}\",\n \"value\": \"1px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xxxs}\",\n \"key\": \"{border-width.100}\"\n },\n \"name\": \"BorderWidth100\",\n \"attributes\": {\n \"category\": \"border-width\",\n \"type\": \"100\"\n },\n \"path\": [\n \"border-width\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{border-width.200}\",\n \"value\": \"2px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xxs}\",\n \"key\": \"{border-width.200}\"\n },\n \"name\": \"BorderWidth200\",\n \"attributes\": {\n \"category\": \"border-width\",\n \"type\": \"200\"\n },\n \"path\": [\n \"border-width\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{border-width.300}\",\n \"value\": \"4px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{border-width.300}\"\n },\n \"name\": \"BorderWidth300\",\n \"attributes\": {\n \"category\": \"border-width\",\n \"type\": \"300\"\n },\n \"path\": [\n \"border-width\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{border-width.400}\",\n \"value\": \"8px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{border-width.400}\"\n },\n \"name\": \"BorderWidth400\",\n \"attributes\": {\n \"category\": \"border-width\",\n \"type\": \"400\"\n },\n \"path\": [\n \"border-width\",\n \"400\"\n ]\n }\n },\n \"border-style\": {\n \"default\": {\n \"key\": \"{border-style.default}\",\n \"value\": \"solid\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"solid\",\n \"key\": \"{border-style.default}\"\n },\n \"name\": \"BorderStyleDefault\",\n \"attributes\": {\n \"category\": \"border-style\",\n \"type\": \"default\"\n },\n \"path\": [\n \"border-style\",\n \"default\"\n ]\n },\n \"dashed\": {\n \"key\": \"{border-style.dashed}\",\n \"value\": \"dashed\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"dashed\",\n \"key\": \"{border-style.dashed}\"\n },\n \"name\": \"BorderStyleDashed\",\n \"attributes\": {\n \"category\": \"border-style\",\n \"type\": \"dashed\"\n },\n \"path\": [\n \"border-style\",\n \"dashed\"\n ]\n }\n },\n \"chat\": {\n \"spacing\": {\n \"key\": \"{chat.spacing}\",\n \"value\": \"8px\",\n \"filePath\": \"src/chat/chat.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{chat.spacing}\"\n },\n \"name\": \"ChatSpacing\",\n \"attributes\": {\n \"category\": \"chat\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"chat\",\n \"spacing\"\n ]\n }\n },\n \"message-separator\": {\n \"background-color\": {\n \"key\": \"{message-separator.background-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/chat/message-separator.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{message-separator.background-color}\"\n },\n \"name\": \"MessageSeparatorBackgroundColor\",\n \"attributes\": {\n \"category\": \"message-separator\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"message-separator\",\n \"background-color\"\n ]\n },\n \"font-size\": {\n \"key\": \"{message-separator.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/chat/message-separator.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{message-separator.font-size}\"\n },\n \"name\": \"MessageSeparatorFontSize\",\n \"attributes\": {\n \"category\": \"message-separator\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"message-separator\",\n \"font-size\"\n ]\n },\n \"padding\": {\n \"key\": \"{message-separator.padding}\",\n \"value\": \"16px\",\n \"filePath\": \"src/chat/message-separator.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{message-separator.padding}\"\n },\n \"name\": \"MessageSeparatorPadding\",\n \"attributes\": {\n \"category\": \"message-separator\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"message-separator\",\n \"padding\"\n ]\n },\n \"color\": {\n \"key\": \"{message-separator.color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/chat/message-separator.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.800}\",\n \"key\": \"{message-separator.color}\"\n },\n \"name\": \"MessageSeparatorColor\",\n \"attributes\": {\n \"category\": \"message-separator\",\n \"type\": \"color\"\n },\n \"path\": [\n \"message-separator\",\n \"color\"\n ]\n }\n },\n \"message-thread\": {\n \"spacing\": {\n \"key\": \"{message-thread.spacing}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/chat/message-thread.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.l}\",\n \"key\": \"{message-thread.spacing}\"\n },\n \"name\": \"MessageThreadSpacing\",\n \"attributes\": {\n \"category\": \"message-thread\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"message-thread\",\n \"spacing\"\n ]\n },\n \"indentation\": {\n \"key\": \"{message-thread.indentation}\",\n \"value\": \"16px\",\n \"filePath\": \"src/chat/message-thread.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{message-thread.indentation}\"\n },\n \"name\": \"MessageThreadIndentation\",\n \"attributes\": {\n \"category\": \"message-thread\",\n \"type\": \"indentation\"\n },\n \"path\": [\n \"message-thread\",\n \"indentation\"\n ]\n }\n },\n \"message\": {\n \"corner-radius\": {\n \"key\": \"{message.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{message.corner-radius}\"\n },\n \"name\": \"MessageCornerRadius\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"message\",\n \"corner-radius\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{message.padding-y}\",\n \"value\": \"8px\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{message.padding-y}\"\n },\n \"name\": \"MessagePaddingY\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"message\",\n \"padding-y\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{message.padding-x}\",\n \"value\": \"16px\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{message.padding-x}\"\n },\n \"name\": \"MessagePaddingX\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"message\",\n \"padding-x\"\n ]\n },\n \"spacing-y\": {\n \"key\": \"{message.spacing-y}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{message.spacing-y}\"\n },\n \"name\": \"MessageSpacingY\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"spacing-y\"\n },\n \"path\": [\n \"message\",\n \"spacing-y\"\n ]\n },\n \"spacing-x\": {\n \"key\": \"{message.spacing-x}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{message.spacing-x}\"\n },\n \"name\": \"MessageSpacingX\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"spacing-x\"\n },\n \"path\": [\n \"message\",\n \"spacing-x\"\n ]\n },\n \"background-color-responder\": {\n \"key\": \"{message.background-color-responder}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{message.background-color-responder}\"\n },\n \"name\": \"MessageBackgroundColorResponder\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"background-color-responder\"\n },\n \"path\": [\n \"message\",\n \"background-color-responder\"\n ]\n },\n \"background-color-sender\": {\n \"key\": \"{message.background-color-sender}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.200}\",\n \"key\": \"{message.background-color-sender}\"\n },\n \"name\": \"MessageBackgroundColorSender\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"background-color-sender\"\n },\n \"path\": [\n \"message\",\n \"background-color-sender\"\n ]\n },\n \"tip-size-x\": {\n \"key\": \"{message.tip-size-x}\",\n \"value\": \"8px\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{message.tip-size-x}\"\n },\n \"name\": \"MessageTipSizeX\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"tip-size-x\"\n },\n \"path\": [\n \"message\",\n \"tip-size-x\"\n ]\n },\n \"tip-size-y\": {\n \"key\": \"{message.tip-size-y}\",\n \"value\": \"12px\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"12px\",\n \"key\": \"{message.tip-size-y}\"\n },\n \"name\": \"MessageTipSizeY\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"tip-size-y\"\n },\n \"path\": [\n \"message\",\n \"tip-size-y\"\n ]\n },\n \"border-style\": {\n \"key\": \"{message.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{message.border-style}\"\n },\n \"name\": \"MessageBorderStyle\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"message\",\n \"border-style\"\n ]\n },\n \"border-width\": {\n \"key\": \"{message.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{message.border-width}\"\n },\n \"name\": \"MessageBorderWidth\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"message\",\n \"border-width\"\n ]\n },\n \"border-color\": {\n \"key\": \"{message.border-color}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{message.border-color}\"\n },\n \"name\": \"MessageBorderColor\",\n \"attributes\": {\n \"category\": \"message\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"message\",\n \"border-color\"\n ]\n }\n },\n \"primary\": {\n \"color\": {\n \"100\": {\n \"key\": \"{primary.color.100}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.100}\",\n \"key\": \"{primary.color.100}\"\n },\n \"name\": \"PrimaryColor100\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{primary.color.200}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.200}\",\n \"key\": \"{primary.color.200}\"\n },\n \"name\": \"PrimaryColor200\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{primary.color.300}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.300}\",\n \"key\": \"{primary.color.300}\"\n },\n \"name\": \"PrimaryColor300\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{primary.color.400}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.400}\",\n \"key\": \"{primary.color.400}\"\n },\n \"name\": \"PrimaryColor400\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{primary.color.500}\",\n \"value\": \"#1A68FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.500}\",\n \"key\": \"{primary.color.500}\"\n },\n \"name\": \"PrimaryColor500\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{primary.color.600}\",\n \"value\": \"#3D80FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.600}\",\n \"key\": \"{primary.color.600}\"\n },\n \"name\": \"PrimaryColor600\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{primary.color.700}\",\n \"value\": \"#6197FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.700}\",\n \"key\": \"{primary.color.700}\"\n },\n \"name\": \"PrimaryColor700\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{primary.color.800}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.800}\",\n \"key\": \"{primary.color.800}\"\n },\n \"name\": \"PrimaryColor800\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{primary.color.900}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.900}\",\n \"key\": \"{primary.color.900}\"\n },\n \"name\": \"PrimaryColor900\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"900\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{primary.color.1000}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.1000}\",\n \"key\": \"{primary.color.1000}\"\n },\n \"name\": \"PrimaryColor1000\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{primary.color.1100}\",\n \"value\": \"#F0F5FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.1100}\",\n \"key\": \"{primary.color.1100}\"\n },\n \"name\": \"PrimaryColor1100\",\n \"attributes\": {\n \"category\": \"primary\",\n \"type\": \"color\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"primary\",\n \"color\",\n \"1100\"\n ]\n }\n }\n },\n \"info\": {\n \"color\": {\n \"100\": {\n \"key\": \"{info.color.100}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.100}\",\n \"key\": \"{info.color.100}\"\n },\n \"name\": \"InfoColor100\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{info.color.200}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.200}\",\n \"key\": \"{info.color.200}\"\n },\n \"name\": \"InfoColor200\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{info.color.300}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.300}\",\n \"key\": \"{info.color.300}\"\n },\n \"name\": \"InfoColor300\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{info.color.400}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.400}\",\n \"key\": \"{info.color.400}\"\n },\n \"name\": \"InfoColor400\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{info.color.500}\",\n \"value\": \"#1A68FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.500}\",\n \"key\": \"{info.color.500}\"\n },\n \"name\": \"InfoColor500\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{info.color.600}\",\n \"value\": \"#3D80FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.600}\",\n \"key\": \"{info.color.600}\"\n },\n \"name\": \"InfoColor600\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{info.color.700}\",\n \"value\": \"#6197FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.700}\",\n \"key\": \"{info.color.700}\"\n },\n \"name\": \"InfoColor700\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{info.color.800}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.800}\",\n \"key\": \"{info.color.800}\"\n },\n \"name\": \"InfoColor800\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{info.color.900}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.900}\",\n \"key\": \"{info.color.900}\"\n },\n \"name\": \"InfoColor900\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"900\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{info.color.1000}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.1000}\",\n \"key\": \"{info.color.1000}\"\n },\n \"name\": \"InfoColor1000\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{info.color.1100}\",\n \"value\": \"#F0F5FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.1100}\",\n \"key\": \"{info.color.1100}\"\n },\n \"name\": \"InfoColor1100\",\n \"attributes\": {\n \"category\": \"info\",\n \"type\": \"color\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"info\",\n \"color\",\n \"1100\"\n ]\n }\n }\n },\n \"success\": {\n \"color\": {\n \"100\": {\n \"key\": \"{success.color.100}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.100}\",\n \"key\": \"{success.color.100}\"\n },\n \"name\": \"SuccessColor100\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{success.color.200}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.200}\",\n \"key\": \"{success.color.200}\"\n },\n \"name\": \"SuccessColor200\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{success.color.300}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.300}\",\n \"key\": \"{success.color.300}\"\n },\n \"name\": \"SuccessColor300\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{success.color.400}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.400}\",\n \"key\": \"{success.color.400}\"\n },\n \"name\": \"SuccessColor400\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{success.color.500}\",\n \"value\": \"#00A673\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.500}\",\n \"key\": \"{success.color.500}\"\n },\n \"name\": \"SuccessColor500\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{success.color.600}\",\n \"value\": \"#00DE9A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.600}\",\n \"key\": \"{success.color.600}\"\n },\n \"name\": \"SuccessColor600\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{success.color.700}\",\n \"value\": \"#17FFB8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.700}\",\n \"key\": \"{success.color.700}\"\n },\n \"name\": \"SuccessColor700\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{success.color.800}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.800}\",\n \"key\": \"{success.color.800}\"\n },\n \"name\": \"SuccessColor800\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{success.color.900}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.900}\",\n \"key\": \"{success.color.900}\"\n },\n \"name\": \"SuccessColor900\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"900\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{success.color.1000}\",\n \"value\": \"#C0FFEB\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.1000}\",\n \"key\": \"{success.color.1000}\"\n },\n \"name\": \"SuccessColor1000\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{success.color.1100}\",\n \"value\": \"#DCFFF4\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.1100}\",\n \"key\": \"{success.color.1100}\"\n },\n \"name\": \"SuccessColor1100\",\n \"attributes\": {\n \"category\": \"success\",\n \"type\": \"color\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"success\",\n \"color\",\n \"1100\"\n ]\n }\n }\n },\n \"neutral\": {\n \"color\": {\n \"100\": {\n \"key\": \"{neutral.color.100}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.100}\",\n \"key\": \"{neutral.color.100}\"\n },\n \"name\": \"NeutralColor100\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{neutral.color.200}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.200}\",\n \"key\": \"{neutral.color.200}\"\n },\n \"name\": \"NeutralColor200\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{neutral.color.300}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.300}\",\n \"key\": \"{neutral.color.300}\"\n },\n \"name\": \"NeutralColor300\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{neutral.color.400}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.400}\",\n \"key\": \"{neutral.color.400}\"\n },\n \"name\": \"NeutralColor400\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{neutral.color.500}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.500}\",\n \"key\": \"{neutral.color.500}\"\n },\n \"name\": \"NeutralColor500\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{neutral.color.600}\",\n \"value\": \"#B7C9DB\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.600}\",\n \"key\": \"{neutral.color.600}\"\n },\n \"name\": \"NeutralColor600\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{neutral.color.700}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.700}\",\n \"key\": \"{neutral.color.700}\"\n },\n \"name\": \"NeutralColor700\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{neutral.color.800}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.800}\",\n \"key\": \"{neutral.color.800}\"\n },\n \"name\": \"NeutralColor800\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{neutral.color.900}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.900}\",\n \"key\": \"{neutral.color.900}\"\n },\n \"name\": \"NeutralColor900\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"900\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{neutral.color.1000}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.1000}\",\n \"key\": \"{neutral.color.1000}\"\n },\n \"name\": \"NeutralColor1000\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{neutral.color.1100}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.1100}\",\n \"key\": \"{neutral.color.1100}\"\n },\n \"name\": \"NeutralColor1100\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"1100\"\n ]\n },\n \"1200\": {\n \"key\": \"{neutral.color.1200}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.1200}\",\n \"key\": \"{neutral.color.1200}\"\n },\n \"name\": \"NeutralColor1200\",\n \"attributes\": {\n \"category\": \"neutral\",\n \"type\": \"color\",\n \"item\": \"1200\"\n },\n \"path\": [\n \"neutral\",\n \"color\",\n \"1200\"\n ]\n }\n }\n },\n \"unavailable\": {\n \"color\": {\n \"100\": {\n \"key\": \"{unavailable.color.100}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.100}\",\n \"key\": \"{unavailable.color.100}\"\n },\n \"name\": \"UnavailableColor100\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{unavailable.color.200}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.200}\",\n \"key\": \"{unavailable.color.200}\"\n },\n \"name\": \"UnavailableColor200\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{unavailable.color.300}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.300}\",\n \"key\": \"{unavailable.color.300}\"\n },\n \"name\": \"UnavailableColor300\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{unavailable.color.400}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.400}\",\n \"key\": \"{unavailable.color.400}\"\n },\n \"name\": \"UnavailableColor400\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{unavailable.color.500}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.500}\",\n \"key\": \"{unavailable.color.500}\"\n },\n \"name\": \"UnavailableColor500\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{unavailable.color.600}\",\n \"value\": \"#B7C9DB\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.600}\",\n \"key\": \"{unavailable.color.600}\"\n },\n \"name\": \"UnavailableColor600\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{unavailable.color.700}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.700}\",\n \"key\": \"{unavailable.color.700}\"\n },\n \"name\": \"UnavailableColor700\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{unavailable.color.800}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.800}\",\n \"key\": \"{unavailable.color.800}\"\n },\n \"name\": \"UnavailableColor800\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{unavailable.color.900}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.900}\",\n \"key\": \"{unavailable.color.900}\"\n },\n \"name\": \"UnavailableColor900\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"900\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{unavailable.color.1000}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.1000}\",\n \"key\": \"{unavailable.color.1000}\"\n },\n \"name\": \"UnavailableColor1000\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{unavailable.color.1100}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.1100}\",\n \"key\": \"{unavailable.color.1100}\"\n },\n \"name\": \"UnavailableColor1100\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"1100\"\n ]\n },\n \"1200\": {\n \"key\": \"{unavailable.color.1200}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.1200}\",\n \"key\": \"{unavailable.color.1200}\"\n },\n \"name\": \"UnavailableColor1200\",\n \"attributes\": {\n \"category\": \"unavailable\",\n \"type\": \"color\",\n \"item\": \"1200\"\n },\n \"path\": [\n \"unavailable\",\n \"color\",\n \"1200\"\n ]\n }\n }\n },\n \"danger\": {\n \"color\": {\n \"100\": {\n \"key\": \"{danger.color.100}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.100}\",\n \"key\": \"{danger.color.100}\"\n },\n \"name\": \"DangerColor100\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{danger.color.200}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.200}\",\n \"key\": \"{danger.color.200}\"\n },\n \"name\": \"DangerColor200\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{danger.color.300}\",\n \"value\": \"#AB1737\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.300}\",\n \"key\": \"{danger.color.300}\"\n },\n \"name\": \"DangerColor300\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{danger.color.400}\",\n \"value\": \"#E1244C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.400}\",\n \"key\": \"{danger.color.400}\"\n },\n \"name\": \"DangerColor400\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{danger.color.500}\",\n \"value\": \"#E54366\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.500}\",\n \"key\": \"{danger.color.500}\"\n },\n \"name\": \"DangerColor500\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{danger.color.600}\",\n \"value\": \"#EA637F\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.600}\",\n \"key\": \"{danger.color.600}\"\n },\n \"name\": \"DangerColor600\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{danger.color.700}\",\n \"value\": \"#EE8299\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.700}\",\n \"key\": \"{danger.color.700}\"\n },\n \"name\": \"DangerColor700\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{danger.color.800}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.800}\",\n \"key\": \"{danger.color.800}\"\n },\n \"name\": \"DangerColor800\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{danger.color.900}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.900}\",\n \"key\": \"{danger.color.900}\"\n },\n \"name\": \"DangerColor900\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"900\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{danger.color.1000}\",\n \"value\": \"#FBE0E6\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.1000}\",\n \"key\": \"{danger.color.1000}\"\n },\n \"name\": \"DangerColor1000\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{danger.color.1100}\",\n \"value\": \"#FDF0F3\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.1100}\",\n \"key\": \"{danger.color.1100}\"\n },\n \"name\": \"DangerColor1100\",\n \"attributes\": {\n \"category\": \"danger\",\n \"type\": \"color\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"danger\",\n \"color\",\n \"1100\"\n ]\n }\n }\n },\n \"warning\": {\n \"color\": {\n \"100\": {\n \"key\": \"{warning.color.100}\",\n \"value\": \"#763200\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.100}\",\n \"key\": \"{warning.color.100}\"\n },\n \"name\": \"WarningColor100\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{warning.color.200}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.200}\",\n \"key\": \"{warning.color.200}\"\n },\n \"name\": \"WarningColor200\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{warning.color.300}\",\n \"value\": \"#C25200\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.300}\",\n \"key\": \"{warning.color.300}\"\n },\n \"name\": \"WarningColor300\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{warning.color.400}\",\n \"value\": \"#F56800\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.400}\",\n \"key\": \"{warning.color.400}\"\n },\n \"name\": \"WarningColor400\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{warning.color.500}\",\n \"value\": \"#FF8225\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.500}\",\n \"key\": \"{warning.color.500}\"\n },\n \"name\": \"WarningColor500\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{warning.color.600}\",\n \"value\": \"#FF9343\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.600}\",\n \"key\": \"{warning.color.600}\"\n },\n \"name\": \"WarningColor600\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{warning.color.700}\",\n \"value\": \"#FFA562\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.700}\",\n \"key\": \"{warning.color.700}\"\n },\n \"name\": \"WarningColor700\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{warning.color.800}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.800}\",\n \"key\": \"{warning.color.800}\"\n },\n \"name\": \"WarningColor800\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{warning.color.900}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.900}\",\n \"key\": \"{warning.color.900}\"\n },\n \"name\": \"WarningColor900\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"900\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{warning.color.1000}\",\n \"value\": \"#FFEBDC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.1000}\",\n \"key\": \"{warning.color.1000}\"\n },\n \"name\": \"WarningColor1000\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{warning.color.1100}\",\n \"value\": \"#FFF4EB\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.1100}\",\n \"key\": \"{warning.color.1100}\"\n },\n \"name\": \"WarningColor1100\",\n \"attributes\": {\n \"category\": \"warning\",\n \"type\": \"color\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"warning\",\n \"color\",\n \"1100\"\n ]\n }\n }\n },\n \"dark\": {\n \"color\": {\n \"100\": {\n \"key\": \"{dark.color.100}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.black-alpha.100}\",\n \"key\": \"{dark.color.100}\"\n },\n \"name\": \"DarkColor100\",\n \"attributes\": {\n \"category\": \"dark\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"dark\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{dark.color.200}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.black-alpha.200}\",\n \"key\": \"{dark.color.200}\"\n },\n \"name\": \"DarkColor200\",\n \"attributes\": {\n \"category\": \"dark\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"dark\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{dark.color.300}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.black-alpha.300}\",\n \"key\": \"{dark.color.300}\"\n },\n \"name\": \"DarkColor300\",\n \"attributes\": {\n \"category\": \"dark\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"dark\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{dark.color.400}\",\n \"value\": \"rgb(255 255 255 / 50%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.black-alpha.400}\",\n \"key\": \"{dark.color.400}\"\n },\n \"name\": \"DarkColor400\",\n \"attributes\": {\n \"category\": \"dark\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"dark\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{dark.color.500}\",\n \"value\": \"rgb(255 255 255 / 62.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.black-alpha.500}\",\n \"key\": \"{dark.color.500}\"\n },\n \"name\": \"DarkColor500\",\n \"attributes\": {\n \"category\": \"dark\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"dark\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{dark.color.600}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.black-alpha.600}\",\n \"key\": \"{dark.color.600}\"\n },\n \"name\": \"DarkColor600\",\n \"attributes\": {\n \"category\": \"dark\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"dark\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{dark.color.700}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.black-alpha.700}\",\n \"key\": \"{dark.color.700}\"\n },\n \"name\": \"DarkColor700\",\n \"attributes\": {\n \"category\": \"dark\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"dark\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{dark.color.800}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.black-alpha.800}\",\n \"key\": \"{dark.color.800}\"\n },\n \"name\": \"DarkColor800\",\n \"attributes\": {\n \"category\": \"dark\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"dark\",\n \"color\",\n \"800\"\n ]\n }\n }\n },\n \"light\": {\n \"color\": {\n \"100\": {\n \"key\": \"{light.color.100}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.white-alpha.100}\",\n \"key\": \"{light.color.100}\"\n },\n \"name\": \"LightColor100\",\n \"attributes\": {\n \"category\": \"light\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"light\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{light.color.200}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.white-alpha.200}\",\n \"key\": \"{light.color.200}\"\n },\n \"name\": \"LightColor200\",\n \"attributes\": {\n \"category\": \"light\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"light\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{light.color.300}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.white-alpha.300}\",\n \"key\": \"{light.color.300}\"\n },\n \"name\": \"LightColor300\",\n \"attributes\": {\n \"category\": \"light\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"light\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{light.color.400}\",\n \"value\": \"rgb(0 0 0 / 50%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.white-alpha.400}\",\n \"key\": \"{light.color.400}\"\n },\n \"name\": \"LightColor400\",\n \"attributes\": {\n \"category\": \"light\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"light\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{light.color.500}\",\n \"value\": \"rgb(0 0 0 / 62.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.white-alpha.500}\",\n \"key\": \"{light.color.500}\"\n },\n \"name\": \"LightColor500\",\n \"attributes\": {\n \"category\": \"light\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"light\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{light.color.600}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.white-alpha.600}\",\n \"key\": \"{light.color.600}\"\n },\n \"name\": \"LightColor600\",\n \"attributes\": {\n \"category\": \"light\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"light\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{light.color.700}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.white-alpha.700}\",\n \"key\": \"{light.color.700}\"\n },\n \"name\": \"LightColor700\",\n \"attributes\": {\n \"category\": \"light\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"light\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{light.color.800}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.white-alpha.800}\",\n \"key\": \"{light.color.800}\"\n },\n \"name\": \"LightColor800\",\n \"attributes\": {\n \"category\": \"light\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"light\",\n \"color\",\n \"800\"\n ]\n }\n }\n },\n \"dark-static\": {\n \"color\": {\n \"100\": {\n \"key\": \"{dark-static.color.100}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-black-alpha.100}\",\n \"key\": \"{dark-static.color.100}\"\n },\n \"name\": \"DarkStaticColor100\",\n \"attributes\": {\n \"category\": \"dark-static\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"dark-static\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{dark-static.color.200}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-black-alpha.200}\",\n \"key\": \"{dark-static.color.200}\"\n },\n \"name\": \"DarkStaticColor200\",\n \"attributes\": {\n \"category\": \"dark-static\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"dark-static\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{dark-static.color.300}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-black-alpha.300}\",\n \"key\": \"{dark-static.color.300}\"\n },\n \"name\": \"DarkStaticColor300\",\n \"attributes\": {\n \"category\": \"dark-static\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"dark-static\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{dark-static.color.400}\",\n \"value\": \"rgb(0 0 0 / 50%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-black-alpha.400}\",\n \"key\": \"{dark-static.color.400}\"\n },\n \"name\": \"DarkStaticColor400\",\n \"attributes\": {\n \"category\": \"dark-static\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"dark-static\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{dark-static.color.500}\",\n \"value\": \"rgb(0 0 0 / 62.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-black-alpha.500}\",\n \"key\": \"{dark-static.color.500}\"\n },\n \"name\": \"DarkStaticColor500\",\n \"attributes\": {\n \"category\": \"dark-static\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"dark-static\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{dark-static.color.600}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-black-alpha.600}\",\n \"key\": \"{dark-static.color.600}\"\n },\n \"name\": \"DarkStaticColor600\",\n \"attributes\": {\n \"category\": \"dark-static\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"dark-static\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{dark-static.color.700}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-black-alpha.700}\",\n \"key\": \"{dark-static.color.700}\"\n },\n \"name\": \"DarkStaticColor700\",\n \"attributes\": {\n \"category\": \"dark-static\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"dark-static\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{dark-static.color.800}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-black-alpha.800}\",\n \"key\": \"{dark-static.color.800}\"\n },\n \"name\": \"DarkStaticColor800\",\n \"attributes\": {\n \"category\": \"dark-static\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"dark-static\",\n \"color\",\n \"800\"\n ]\n }\n }\n },\n \"light-static\": {\n \"color\": {\n \"100\": {\n \"key\": \"{light-static.color.100}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-white-alpha.100}\",\n \"key\": \"{light-static.color.100}\"\n },\n \"name\": \"LightStaticColor100\",\n \"attributes\": {\n \"category\": \"light-static\",\n \"type\": \"color\",\n \"item\": \"100\"\n },\n \"path\": [\n \"light-static\",\n \"color\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{light-static.color.200}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-white-alpha.200}\",\n \"key\": \"{light-static.color.200}\"\n },\n \"name\": \"LightStaticColor200\",\n \"attributes\": {\n \"category\": \"light-static\",\n \"type\": \"color\",\n \"item\": \"200\"\n },\n \"path\": [\n \"light-static\",\n \"color\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{light-static.color.300}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-white-alpha.300}\",\n \"key\": \"{light-static.color.300}\"\n },\n \"name\": \"LightStaticColor300\",\n \"attributes\": {\n \"category\": \"light-static\",\n \"type\": \"color\",\n \"item\": \"300\"\n },\n \"path\": [\n \"light-static\",\n \"color\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{light-static.color.400}\",\n \"value\": \"rgb(255 255 255 / 50%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-white-alpha.400}\",\n \"key\": \"{light-static.color.400}\"\n },\n \"name\": \"LightStaticColor400\",\n \"attributes\": {\n \"category\": \"light-static\",\n \"type\": \"color\",\n \"item\": \"400\"\n },\n \"path\": [\n \"light-static\",\n \"color\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{light-static.color.500}\",\n \"value\": \"rgb(255 255 255 / 62.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-white-alpha.500}\",\n \"key\": \"{light-static.color.500}\"\n },\n \"name\": \"LightStaticColor500\",\n \"attributes\": {\n \"category\": \"light-static\",\n \"type\": \"color\",\n \"item\": \"500\"\n },\n \"path\": [\n \"light-static\",\n \"color\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{light-static.color.600}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-white-alpha.600}\",\n \"key\": \"{light-static.color.600}\"\n },\n \"name\": \"LightStaticColor600\",\n \"attributes\": {\n \"category\": \"light-static\",\n \"type\": \"color\",\n \"item\": \"600\"\n },\n \"path\": [\n \"light-static\",\n \"color\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{light-static.color.700}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-white-alpha.700}\",\n \"key\": \"{light-static.color.700}\"\n },\n \"name\": \"LightStaticColor700\",\n \"attributes\": {\n \"category\": \"light-static\",\n \"type\": \"color\",\n \"item\": \"700\"\n },\n \"path\": [\n \"light-static\",\n \"color\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{light-static.color.800}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.static-white-alpha.800}\",\n \"key\": \"{light-static.color.800}\"\n },\n \"name\": \"LightStaticColor800\",\n \"attributes\": {\n \"category\": \"light-static\",\n \"type\": \"color\",\n \"item\": \"800\"\n },\n \"path\": [\n \"light-static\",\n \"color\",\n \"800\"\n ]\n }\n }\n },\n \"primary-solid-background-color\": {\n \"default\": {\n \"key\": \"{primary-solid-background-color.default}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{primary-solid-background-color.default}\"\n },\n \"name\": \"PrimarySolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"primary-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"primary-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{primary-solid-background-color.hover}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.900}\",\n \"key\": \"{primary-solid-background-color.hover}\"\n },\n \"name\": \"PrimarySolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"primary-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"primary-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{primary-solid-background-color.pressed}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\n \"key\": \"{primary-solid-background-color.pressed}\"\n },\n \"name\": \"PrimarySolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"primary-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"primary-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"primary-solid-content-color\": {\n \"key\": \"{primary-solid-content-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{primary-solid-content-color}\"\n },\n \"name\": \"PrimarySolidContentColor\",\n \"attributes\": {\n \"category\": \"primary-solid-content-color\"\n },\n \"path\": [\n \"primary-solid-content-color\"\n ]\n },\n \"primary-plain-background-color\": {\n \"default\": {\n \"key\": \"{primary-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{primary-plain-background-color.default}\"\n },\n \"name\": \"PrimaryPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"primary-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"primary-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{primary-plain-background-color.hover}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\n \"key\": \"{primary-plain-background-color.hover}\"\n },\n \"name\": \"PrimaryPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"primary-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"primary-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{primary-plain-background-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.200}\",\n \"key\": \"{primary-plain-background-color.pressed}\"\n },\n \"name\": \"PrimaryPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"primary-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"primary-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"primary-plain-content-color\": {\n \"key\": \"{primary-plain-content-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{primary-plain-content-color}\"\n },\n \"name\": \"PrimaryPlainContentColor\",\n \"attributes\": {\n \"category\": \"primary-plain-content-color\"\n },\n \"path\": [\n \"primary-plain-content-color\"\n ]\n },\n \"primary-soft-background-color\": {\n \"default\": {\n \"key\": \"{primary-soft-background-color.default}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\n \"key\": \"{primary-soft-background-color.default}\"\n },\n \"name\": \"PrimarySoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"primary-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"primary-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{primary-soft-background-color.hover}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.200}\",\n \"key\": \"{primary-soft-background-color.hover}\"\n },\n \"name\": \"PrimarySoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"primary-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"primary-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{primary-soft-background-color.pressed}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.300}\",\n \"key\": \"{primary-soft-background-color.pressed}\"\n },\n \"name\": \"PrimarySoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"primary-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"primary-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"primary-soft-content-color\": {\n \"key\": \"{primary-soft-content-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.900}\",\n \"key\": \"{primary-soft-content-color}\"\n },\n \"name\": \"PrimarySoftContentColor\",\n \"attributes\": {\n \"category\": \"primary-soft-content-color\"\n },\n \"path\": [\n \"primary-soft-content-color\"\n ]\n },\n \"primary-outline-background-color\": {\n \"default\": {\n \"key\": \"{primary-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{primary-outline-background-color.default}\"\n },\n \"name\": \"PrimaryOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"primary-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"primary-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{primary-outline-background-color.hover}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\n \"key\": \"{primary-outline-background-color.hover}\"\n },\n \"name\": \"PrimaryOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"primary-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"primary-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{primary-outline-background-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.200}\",\n \"key\": \"{primary-outline-background-color.pressed}\"\n },\n \"name\": \"PrimaryOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"primary-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"primary-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"primary-outline-content-color\": {\n \"key\": \"{primary-outline-content-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.900}\",\n \"key\": \"{primary-outline-content-color}\"\n },\n \"name\": \"PrimaryOutlineContentColor\",\n \"attributes\": {\n \"category\": \"primary-outline-content-color\"\n },\n \"path\": [\n \"primary-outline-content-color\"\n ]\n },\n \"primary-outline-border-color\": {\n \"key\": \"{primary-outline-border-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{primary-outline-border-color}\"\n },\n \"name\": \"PrimaryOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"primary-outline-border-color\"\n },\n \"path\": [\n \"primary-outline-border-color\"\n ]\n },\n \"danger-solid-background-color\": {\n \"default\": {\n \"key\": \"{danger-solid-background-color.default}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.800}\",\n \"key\": \"{danger-solid-background-color.default}\"\n },\n \"name\": \"DangerSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"danger-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"danger-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{danger-solid-background-color.hover}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.900}\",\n \"key\": \"{danger-solid-background-color.hover}\"\n },\n \"name\": \"DangerSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"danger-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"danger-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{danger-solid-background-color.pressed}\",\n \"value\": \"#FBE0E6\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.1000}\",\n \"key\": \"{danger-solid-background-color.pressed}\"\n },\n \"name\": \"DangerSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"danger-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"danger-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"danger-solid-content-color\": {\n \"key\": \"{danger-solid-content-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{danger-solid-content-color}\"\n },\n \"name\": \"DangerSolidContentColor\",\n \"attributes\": {\n \"category\": \"danger-solid-content-color\"\n },\n \"path\": [\n \"danger-solid-content-color\"\n ]\n },\n \"danger-plain-background-color\": {\n \"default\": {\n \"key\": \"{danger-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{danger-plain-background-color.default}\"\n },\n \"name\": \"DangerPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"danger-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"danger-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{danger-plain-background-color.hover}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.100}\",\n \"key\": \"{danger-plain-background-color.hover}\"\n },\n \"name\": \"DangerPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"danger-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"danger-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{danger-plain-background-color.pressed}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.200}\",\n \"key\": \"{danger-plain-background-color.pressed}\"\n },\n \"name\": \"DangerPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"danger-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"danger-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"danger-plain-content-color\": {\n \"key\": \"{danger-plain-content-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.800}\",\n \"key\": \"{danger-plain-content-color}\"\n },\n \"name\": \"DangerPlainContentColor\",\n \"attributes\": {\n \"category\": \"danger-plain-content-color\"\n },\n \"path\": [\n \"danger-plain-content-color\"\n ]\n },\n \"danger-outline-background-color\": {\n \"default\": {\n \"key\": \"{danger-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{danger-outline-background-color.default}\"\n },\n \"name\": \"DangerOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"danger-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"danger-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{danger-outline-background-color.hover}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.100}\",\n \"key\": \"{danger-outline-background-color.hover}\"\n },\n \"name\": \"DangerOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"danger-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"danger-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{danger-outline-background-color.pressed}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.200}\",\n \"key\": \"{danger-outline-background-color.pressed}\"\n },\n \"name\": \"DangerOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"danger-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"danger-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"danger-outline-content-color\": {\n \"key\": \"{danger-outline-content-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.900}\",\n \"key\": \"{danger-outline-content-color}\"\n },\n \"name\": \"DangerOutlineContentColor\",\n \"attributes\": {\n \"category\": \"danger-outline-content-color\"\n },\n \"path\": [\n \"danger-outline-content-color\"\n ]\n },\n \"danger-outline-border-color\": {\n \"key\": \"{danger-outline-border-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.800}\",\n \"key\": \"{danger-outline-border-color}\"\n },\n \"name\": \"DangerOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"danger-outline-border-color\"\n },\n \"path\": [\n \"danger-outline-border-color\"\n ]\n },\n \"danger-soft-background-color\": {\n \"default\": {\n \"key\": \"{danger-soft-background-color.default}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.100}\",\n \"key\": \"{danger-soft-background-color.default}\"\n },\n \"name\": \"DangerSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"danger-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"danger-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{danger-soft-background-color.hover}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.200}\",\n \"key\": \"{danger-soft-background-color.hover}\"\n },\n \"name\": \"DangerSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"danger-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"danger-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{danger-soft-background-color.pressed}\",\n \"value\": \"#AB1737\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.300}\",\n \"key\": \"{danger-soft-background-color.pressed}\"\n },\n \"name\": \"DangerSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"danger-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"danger-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"danger-soft-content-color\": {\n \"key\": \"{danger-soft-content-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.900}\",\n \"key\": \"{danger-soft-content-color}\"\n },\n \"name\": \"DangerSoftContentColor\",\n \"attributes\": {\n \"category\": \"danger-soft-content-color\"\n },\n \"path\": [\n \"danger-soft-content-color\"\n ]\n },\n \"info-solid-background-color\": {\n \"default\": {\n \"key\": \"{info-solid-background-color.default}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.800}\",\n \"key\": \"{info-solid-background-color.default}\"\n },\n \"name\": \"InfoSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"info-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"info-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{info-solid-background-color.hover}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.900}\",\n \"key\": \"{info-solid-background-color.hover}\"\n },\n \"name\": \"InfoSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"info-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"info-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{info-solid-background-color.pressed}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.1000}\",\n \"key\": \"{info-solid-background-color.pressed}\"\n },\n \"name\": \"InfoSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"info-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"info-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"info-solid-content-color\": {\n \"key\": \"{info-solid-content-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{info-solid-content-color}\"\n },\n \"name\": \"InfoSolidContentColor\",\n \"attributes\": {\n \"category\": \"info-solid-content-color\"\n },\n \"path\": [\n \"info-solid-content-color\"\n ]\n },\n \"info-outline-background-color\": {\n \"default\": {\n \"key\": \"{info-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{info-outline-background-color.default}\"\n },\n \"name\": \"InfoOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"info-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"info-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{info-outline-background-color.hover}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.100}\",\n \"key\": \"{info-outline-background-color.hover}\"\n },\n \"name\": \"InfoOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"info-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"info-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{info-outline-background-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.200}\",\n \"key\": \"{info-outline-background-color.pressed}\"\n },\n \"name\": \"InfoOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"info-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"info-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"info-outline-content-color\": {\n \"key\": \"{info-outline-content-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.900}\",\n \"key\": \"{info-outline-content-color}\"\n },\n \"name\": \"InfoOutlineContentColor\",\n \"attributes\": {\n \"category\": \"info-outline-content-color\"\n },\n \"path\": [\n \"info-outline-content-color\"\n ]\n },\n \"info-outline-border-color\": {\n \"key\": \"{info-outline-border-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.800}\",\n \"key\": \"{info-outline-border-color}\"\n },\n \"name\": \"InfoOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"info-outline-border-color\"\n },\n \"path\": [\n \"info-outline-border-color\"\n ]\n },\n \"info-soft-background-color\": {\n \"default\": {\n \"key\": \"{info-soft-background-color.default}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.100}\",\n \"key\": \"{info-soft-background-color.default}\"\n },\n \"name\": \"InfoSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"info-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"info-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{info-soft-background-color.hover}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.200}\",\n \"key\": \"{info-soft-background-color.hover}\"\n },\n \"name\": \"InfoSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"info-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"info-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{info-soft-background-color.pressed}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.300}\",\n \"key\": \"{info-soft-background-color.pressed}\"\n },\n \"name\": \"InfoSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"info-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"info-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"info-soft-content-color\": {\n \"key\": \"{info-soft-content-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.900}\",\n \"key\": \"{info-soft-content-color}\"\n },\n \"name\": \"InfoSoftContentColor\",\n \"attributes\": {\n \"category\": \"info-soft-content-color\"\n },\n \"path\": [\n \"info-soft-content-color\"\n ]\n },\n \"info-plain-background-color\": {\n \"default\": {\n \"key\": \"{info-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{info-plain-background-color.default}\"\n },\n \"name\": \"InfoPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"info-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"info-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{info-plain-background-color.hover}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.100}\",\n \"key\": \"{info-plain-background-color.hover}\"\n },\n \"name\": \"InfoPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"info-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"info-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{info-plain-background-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.200}\",\n \"key\": \"{info-plain-background-color.pressed}\"\n },\n \"name\": \"InfoPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"info-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"info-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"info-plain-content-color\": {\n \"key\": \"{info-plain-content-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.800}\",\n \"key\": \"{info-plain-content-color}\"\n },\n \"name\": \"InfoPlainContentColor\",\n \"attributes\": {\n \"category\": \"info-plain-content-color\"\n },\n \"path\": [\n \"info-plain-content-color\"\n ]\n },\n \"success-solid-background-color\": {\n \"default\": {\n \"key\": \"{success-solid-background-color.default}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.800}\",\n \"key\": \"{success-solid-background-color.default}\"\n },\n \"name\": \"SuccessSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"success-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"success-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{success-solid-background-color.hover}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.900}\",\n \"key\": \"{success-solid-background-color.hover}\"\n },\n \"name\": \"SuccessSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"success-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"success-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{success-solid-background-color.pressed}\",\n \"value\": \"#C0FFEB\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.1000}\",\n \"key\": \"{success-solid-background-color.pressed}\"\n },\n \"name\": \"SuccessSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"success-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"success-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"success-solid-content-color\": {\n \"key\": \"{success-solid-content-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{success-solid-content-color}\"\n },\n \"name\": \"SuccessSolidContentColor\",\n \"attributes\": {\n \"category\": \"success-solid-content-color\"\n },\n \"path\": [\n \"success-solid-content-color\"\n ]\n },\n \"success-plain-background-color\": {\n \"default\": {\n \"key\": \"{success-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{success-plain-background-color.default}\"\n },\n \"name\": \"SuccessPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"success-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"success-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{success-plain-background-color.hover}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.100}\",\n \"key\": \"{success-plain-background-color.hover}\"\n },\n \"name\": \"SuccessPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"success-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"success-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{success-plain-background-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.200}\",\n \"key\": \"{success-plain-background-color.pressed}\"\n },\n \"name\": \"SuccessPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"success-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"success-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"success-plain-content-color\": {\n \"key\": \"{success-plain-content-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.800}\",\n \"key\": \"{success-plain-content-color}\"\n },\n \"name\": \"SuccessPlainContentColor\",\n \"attributes\": {\n \"category\": \"success-plain-content-color\"\n },\n \"path\": [\n \"success-plain-content-color\"\n ]\n },\n \"success-outline-background-color\": {\n \"default\": {\n \"key\": \"{success-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{success-outline-background-color.default}\"\n },\n \"name\": \"SuccessOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"success-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"success-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{success-outline-background-color.hover}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.100}\",\n \"key\": \"{success-outline-background-color.hover}\"\n },\n \"name\": \"SuccessOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"success-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"success-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{success-outline-background-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.200}\",\n \"key\": \"{success-outline-background-color.pressed}\"\n },\n \"name\": \"SuccessOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"success-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"success-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"success-outline-content-color\": {\n \"key\": \"{success-outline-content-color}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.900}\",\n \"key\": \"{success-outline-content-color}\"\n },\n \"name\": \"SuccessOutlineContentColor\",\n \"attributes\": {\n \"category\": \"success-outline-content-color\"\n },\n \"path\": [\n \"success-outline-content-color\"\n ]\n },\n \"success-outline-border-color\": {\n \"key\": \"{success-outline-border-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.800}\",\n \"key\": \"{success-outline-border-color}\"\n },\n \"name\": \"SuccessOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"success-outline-border-color\"\n },\n \"path\": [\n \"success-outline-border-color\"\n ]\n },\n \"success-soft-background-color\": {\n \"default\": {\n \"key\": \"{success-soft-background-color.default}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.100}\",\n \"key\": \"{success-soft-background-color.default}\"\n },\n \"name\": \"SuccessSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"success-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"success-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{success-soft-background-color.hover}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.200}\",\n \"key\": \"{success-soft-background-color.hover}\"\n },\n \"name\": \"SuccessSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"success-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"success-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{success-soft-background-color.pressed}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.300}\",\n \"key\": \"{success-soft-background-color.pressed}\"\n },\n \"name\": \"SuccessSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"success-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"success-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"success-soft-content-color\": {\n \"key\": \"{success-soft-content-color}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.900}\",\n \"key\": \"{success-soft-content-color}\"\n },\n \"name\": \"SuccessSoftContentColor\",\n \"attributes\": {\n \"category\": \"success-soft-content-color\"\n },\n \"path\": [\n \"success-soft-content-color\"\n ]\n },\n \"warning-solid-background-color\": {\n \"default\": {\n \"key\": \"{warning-solid-background-color.default}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.800}\",\n \"key\": \"{warning-solid-background-color.default}\"\n },\n \"name\": \"WarningSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"warning-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"warning-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{warning-solid-background-color.hover}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.900}\",\n \"key\": \"{warning-solid-background-color.hover}\"\n },\n \"name\": \"WarningSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"warning-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"warning-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{warning-solid-background-color.pressed}\",\n \"value\": \"#FFEBDC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.1000}\",\n \"key\": \"{warning-solid-background-color.pressed}\"\n },\n \"name\": \"WarningSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"warning-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"warning-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"warning-solid-content-color\": {\n \"key\": \"{warning-solid-content-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{warning-solid-content-color}\"\n },\n \"name\": \"WarningSolidContentColor\",\n \"attributes\": {\n \"category\": \"warning-solid-content-color\"\n },\n \"path\": [\n \"warning-solid-content-color\"\n ]\n },\n \"warning-outline-background-color\": {\n \"default\": {\n \"key\": \"{warning-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{warning-outline-background-color.default}\"\n },\n \"name\": \"WarningOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"warning-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"warning-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{warning-outline-background-color.hover}\",\n \"value\": \"#763200\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.100}\",\n \"key\": \"{warning-outline-background-color.hover}\"\n },\n \"name\": \"WarningOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"warning-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"warning-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{warning-outline-background-color.pressed}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.200}\",\n \"key\": \"{warning-outline-background-color.pressed}\"\n },\n \"name\": \"WarningOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"warning-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"warning-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"warning-outline-content-color\": {\n \"key\": \"{warning-outline-content-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.900}\",\n \"key\": \"{warning-outline-content-color}\"\n },\n \"name\": \"WarningOutlineContentColor\",\n \"attributes\": {\n \"category\": \"warning-outline-content-color\"\n },\n \"path\": [\n \"warning-outline-content-color\"\n ]\n },\n \"warning-outline-border-color\": {\n \"key\": \"{warning-outline-border-color}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.800}\",\n \"key\": \"{warning-outline-border-color}\"\n },\n \"name\": \"WarningOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"warning-outline-border-color\"\n },\n \"path\": [\n \"warning-outline-border-color\"\n ]\n },\n \"warning-soft-background-color\": {\n \"default\": {\n \"key\": \"{warning-soft-background-color.default}\",\n \"value\": \"#763200\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.100}\",\n \"key\": \"{warning-soft-background-color.default}\"\n },\n \"name\": \"WarningSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"warning-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"warning-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{warning-soft-background-color.hover}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.200}\",\n \"key\": \"{warning-soft-background-color.hover}\"\n },\n \"name\": \"WarningSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"warning-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"warning-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{warning-soft-background-color.pressed}\",\n \"value\": \"#C25200\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.300}\",\n \"key\": \"{warning-soft-background-color.pressed}\"\n },\n \"name\": \"WarningSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"warning-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"warning-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"warning-soft-content-color\": {\n \"key\": \"{warning-soft-content-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.900}\",\n \"key\": \"{warning-soft-content-color}\"\n },\n \"name\": \"WarningSoftContentColor\",\n \"attributes\": {\n \"category\": \"warning-soft-content-color\"\n },\n \"path\": [\n \"warning-soft-content-color\"\n ]\n },\n \"warning-plain-background-color\": {\n \"default\": {\n \"key\": \"{warning-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{warning-plain-background-color.default}\"\n },\n \"name\": \"WarningPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"warning-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"warning-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{warning-plain-background-color.hover}\",\n \"value\": \"#763200\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.100}\",\n \"key\": \"{warning-plain-background-color.hover}\"\n },\n \"name\": \"WarningPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"warning-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"warning-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{warning-plain-background-color.pressed}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.200}\",\n \"key\": \"{warning-plain-background-color.pressed}\"\n },\n \"name\": \"WarningPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"warning-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"warning-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"warning-plain-content-color\": {\n \"key\": \"{warning-plain-content-color}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.800}\",\n \"key\": \"{warning-plain-content-color}\"\n },\n \"name\": \"WarningPlainContentColor\",\n \"attributes\": {\n \"category\": \"warning-plain-content-color\"\n },\n \"path\": [\n \"warning-plain-content-color\"\n ]\n },\n \"unavailable-solid-background-color\": {\n \"default\": {\n \"key\": \"{unavailable-solid-background-color.default}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{unavailable-solid-background-color.default}\"\n },\n \"name\": \"UnavailableSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"unavailable-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"unavailable-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{unavailable-solid-background-color.hover}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.900}\",\n \"key\": \"{unavailable-solid-background-color.hover}\"\n },\n \"name\": \"UnavailableSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"unavailable-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"unavailable-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{unavailable-solid-background-color.pressed}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.1000}\",\n \"key\": \"{unavailable-solid-background-color.pressed}\"\n },\n \"name\": \"UnavailableSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"unavailable-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"unavailable-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"unavailable-solid-content-color\": {\n \"key\": \"{unavailable-solid-content-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{unavailable-solid-content-color}\"\n },\n \"name\": \"UnavailableSolidContentColor\",\n \"attributes\": {\n \"category\": \"unavailable-solid-content-color\"\n },\n \"path\": [\n \"unavailable-solid-content-color\"\n ]\n },\n \"unavailable-plain-background-color\": {\n \"default\": {\n \"key\": \"{unavailable-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{unavailable-plain-background-color.default}\"\n },\n \"name\": \"UnavailablePlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"unavailable-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"unavailable-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{unavailable-plain-background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.300}\",\n \"key\": \"{unavailable-plain-background-color.hover}\"\n },\n \"name\": \"UnavailablePlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"unavailable-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"unavailable-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{unavailable-plain-background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.400}\",\n \"key\": \"{unavailable-plain-background-color.pressed}\"\n },\n \"name\": \"UnavailablePlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"unavailable-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"unavailable-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"unavailable-plain-content-color\": {\n \"key\": \"{unavailable-plain-content-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{unavailable-plain-content-color}\"\n },\n \"name\": \"UnavailablePlainContentColor\",\n \"attributes\": {\n \"category\": \"unavailable-plain-content-color\"\n },\n \"path\": [\n \"unavailable-plain-content-color\"\n ]\n },\n \"unavailable-outline-background-color\": {\n \"default\": {\n \"key\": \"{unavailable-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{unavailable-outline-background-color.default}\"\n },\n \"name\": \"UnavailableOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"unavailable-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"unavailable-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{unavailable-outline-background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.300}\",\n \"key\": \"{unavailable-outline-background-color.hover}\"\n },\n \"name\": \"UnavailableOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"unavailable-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"unavailable-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{unavailable-outline-background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.400}\",\n \"key\": \"{unavailable-outline-background-color.pressed}\"\n },\n \"name\": \"UnavailableOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"unavailable-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"unavailable-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"unavailable-outline-content-color\": {\n \"key\": \"{unavailable-outline-content-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{unavailable-outline-content-color}\"\n },\n \"name\": \"UnavailableOutlineContentColor\",\n \"attributes\": {\n \"category\": \"unavailable-outline-content-color\"\n },\n \"path\": [\n \"unavailable-outline-content-color\"\n ]\n },\n \"unavailable-outline-border-color\": {\n \"key\": \"{unavailable-outline-border-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{unavailable-outline-border-color}\"\n },\n \"name\": \"UnavailableOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"unavailable-outline-border-color\"\n },\n \"path\": [\n \"unavailable-outline-border-color\"\n ]\n },\n \"unavailable-soft-background-color\": {\n \"default\": {\n \"key\": \"{unavailable-soft-background-color.default}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.300}\",\n \"key\": \"{unavailable-soft-background-color.default}\"\n },\n \"name\": \"UnavailableSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"unavailable-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"unavailable-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{unavailable-soft-background-color.hover}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.400}\",\n \"key\": \"{unavailable-soft-background-color.hover}\"\n },\n \"name\": \"UnavailableSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"unavailable-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"unavailable-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{unavailable-soft-background-color.pressed}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.500}\",\n \"key\": \"{unavailable-soft-background-color.pressed}\"\n },\n \"name\": \"UnavailableSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"unavailable-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"unavailable-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"unavailable-soft-content-color\": {\n \"key\": \"{unavailable-soft-content-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{unavailable-soft-content-color}\"\n },\n \"name\": \"UnavailableSoftContentColor\",\n \"attributes\": {\n \"category\": \"unavailable-soft-content-color\"\n },\n \"path\": [\n \"unavailable-soft-content-color\"\n ]\n },\n \"neutral-solid-background-color\": {\n \"default\": {\n \"key\": \"{neutral-solid-background-color.default}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.800}\",\n \"key\": \"{neutral-solid-background-color.default}\"\n },\n \"name\": \"NeutralSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"neutral-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"neutral-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{neutral-solid-background-color.hover}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.900}\",\n \"key\": \"{neutral-solid-background-color.hover}\"\n },\n \"name\": \"NeutralSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"neutral-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"neutral-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{neutral-solid-background-color.pressed}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\n \"key\": \"{neutral-solid-background-color.pressed}\"\n },\n \"name\": \"NeutralSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"neutral-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"neutral-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"neutral-solid-content-color\": {\n \"key\": \"{neutral-solid-content-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{neutral-solid-content-color}\"\n },\n \"name\": \"NeutralSolidContentColor\",\n \"attributes\": {\n \"category\": \"neutral-solid-content-color\"\n },\n \"path\": [\n \"neutral-solid-content-color\"\n ]\n },\n \"neutral-plain-background-color\": {\n \"default\": {\n \"key\": \"{neutral-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{neutral-plain-background-color.default}\"\n },\n \"name\": \"NeutralPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"neutral-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"neutral-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{neutral-plain-background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{neutral-plain-background-color.hover}\"\n },\n \"name\": \"NeutralPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"neutral-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"neutral-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{neutral-plain-background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\n \"key\": \"{neutral-plain-background-color.pressed}\"\n },\n \"name\": \"NeutralPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"neutral-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"neutral-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"neutral-plain-content-color\": {\n \"key\": \"{neutral-plain-content-color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\n \"key\": \"{neutral-plain-content-color}\"\n },\n \"name\": \"NeutralPlainContentColor\",\n \"attributes\": {\n \"category\": \"neutral-plain-content-color\"\n },\n \"path\": [\n \"neutral-plain-content-color\"\n ]\n },\n \"neutral-outline-background-color\": {\n \"default\": {\n \"key\": \"{neutral-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{neutral-outline-background-color.default}\"\n },\n \"name\": \"NeutralOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"neutral-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"neutral-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{neutral-outline-background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{neutral-outline-background-color.hover}\"\n },\n \"name\": \"NeutralOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"neutral-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"neutral-outline-background-color\",\n \"hover\"\n ]\n },\n \"selected\": {\n \"key\": \"{neutral-outline-background-color.selected}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\n \"key\": \"{neutral-outline-background-color.selected}\"\n },\n \"name\": \"NeutralOutlineBackgroundColorSelected\",\n \"attributes\": {\n \"category\": \"neutral-outline-background-color\",\n \"type\": \"selected\"\n },\n \"path\": [\n \"neutral-outline-background-color\",\n \"selected\"\n ]\n },\n \"pressed\": {\n \"key\": \"{neutral-outline-background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\n \"key\": \"{neutral-outline-background-color.pressed}\"\n },\n \"name\": \"NeutralOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"neutral-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"neutral-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"neutral-outline-content-color\": {\n \"key\": \"{neutral-outline-content-color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\n \"key\": \"{neutral-outline-content-color}\"\n },\n \"name\": \"NeutralOutlineContentColor\",\n \"attributes\": {\n \"category\": \"neutral-outline-content-color\"\n },\n \"path\": [\n \"neutral-outline-content-color\"\n ]\n },\n \"neutral-outline-border-color\": {\n \"key\": \"{neutral-outline-border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.700}\",\n \"key\": \"{neutral-outline-border-color}\"\n },\n \"name\": \"NeutralOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"neutral-outline-border-color\"\n },\n \"path\": [\n \"neutral-outline-border-color\"\n ]\n },\n \"neutral-soft-background-color\": {\n \"default\": {\n \"key\": \"{neutral-soft-background-color.default}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\n \"key\": \"{neutral-soft-background-color.default}\"\n },\n \"name\": \"NeutralSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"neutral-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"neutral-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{neutral-soft-background-color.hover}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\n \"key\": \"{neutral-soft-background-color.hover}\"\n },\n \"name\": \"NeutralSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"neutral-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"neutral-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{neutral-soft-background-color.pressed}\",\n \"value\": \"#B7C9DB\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.600}\",\n \"key\": \"{neutral-soft-background-color.pressed}\"\n },\n \"name\": \"NeutralSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"neutral-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"neutral-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"neutral-soft-content-color\": {\n \"key\": \"{neutral-soft-content-color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\n \"key\": \"{neutral-soft-content-color}\"\n },\n \"name\": \"NeutralSoftContentColor\",\n \"attributes\": {\n \"category\": \"neutral-soft-content-color\"\n },\n \"path\": [\n \"neutral-soft-content-color\"\n ]\n },\n \"disabled-solid-background-color\": {\n \"key\": \"{disabled-solid-background-color}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{disabled-solid-background-color}\"\n },\n \"name\": \"DisabledSolidBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-background-color\"\n },\n \"path\": [\n \"disabled-solid-background-color\"\n ]\n },\n \"disabled-solid-content-color\": {\n \"key\": \"{disabled-solid-content-color}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\n \"key\": \"{disabled-solid-content-color}\"\n },\n \"name\": \"DisabledSolidContentColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-content-color\"\n },\n \"path\": [\n \"disabled-solid-content-color\"\n ]\n },\n \"disabled-solid-dark-background-color\": {\n \"key\": \"{disabled-solid-dark-background-color}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.300}\",\n \"key\": \"{disabled-solid-dark-background-color}\"\n },\n \"name\": \"DisabledSolidDarkBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-dark-background-color\"\n },\n \"path\": [\n \"disabled-solid-dark-background-color\"\n ]\n },\n \"disabled-solid-dark-content-color\": {\n \"key\": \"{disabled-solid-dark-content-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.300}\",\n \"key\": \"{disabled-solid-dark-content-color}\"\n },\n \"name\": \"DisabledSolidDarkContentColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-dark-content-color\"\n },\n \"path\": [\n \"disabled-solid-dark-content-color\"\n ]\n },\n \"disabled-solid-light-background-color\": {\n \"key\": \"{disabled-solid-light-background-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.300}\",\n \"key\": \"{disabled-solid-light-background-color}\"\n },\n \"name\": \"DisabledSolidLightBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-light-background-color\"\n },\n \"path\": [\n \"disabled-solid-light-background-color\"\n ]\n },\n \"disabled-solid-light-content-color\": {\n \"key\": \"{disabled-solid-light-content-color}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.300}\",\n \"key\": \"{disabled-solid-light-content-color}\"\n },\n \"name\": \"DisabledSolidLightContentColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-light-content-color\"\n },\n \"path\": [\n \"disabled-solid-light-content-color\"\n ]\n },\n \"disabled-solid-dark-static-background-color\": {\n \"key\": \"{disabled-solid-dark-static-background-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.300}\",\n \"key\": \"{disabled-solid-dark-static-background-color}\"\n },\n \"name\": \"DisabledSolidDarkStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-dark-static-background-color\"\n },\n \"path\": [\n \"disabled-solid-dark-static-background-color\"\n ]\n },\n \"disabled-solid-dark-static-content-color\": {\n \"key\": \"{disabled-solid-dark-static-content-color}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.300}\",\n \"key\": \"{disabled-solid-dark-static-content-color}\"\n },\n \"name\": \"DisabledSolidDarkStaticContentColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-dark-static-content-color\"\n },\n \"path\": [\n \"disabled-solid-dark-static-content-color\"\n ]\n },\n \"disabled-solid-light-static-background-color\": {\n \"key\": \"{disabled-solid-light-static-background-color}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.300}\",\n \"key\": \"{disabled-solid-light-static-background-color}\"\n },\n \"name\": \"DisabledSolidLightStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-light-static-background-color\"\n },\n \"path\": [\n \"disabled-solid-light-static-background-color\"\n ]\n },\n \"disabled-solid-light-static-content-color\": {\n \"key\": \"{disabled-solid-light-static-content-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.300}\",\n \"key\": \"{disabled-solid-light-static-content-color}\"\n },\n \"name\": \"DisabledSolidLightStaticContentColor\",\n \"attributes\": {\n \"category\": \"disabled-solid-light-static-content-color\"\n },\n \"path\": [\n \"disabled-solid-light-static-content-color\"\n ]\n },\n \"disabled-plain-background-color\": {\n \"key\": \"{disabled-plain-background-color}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{disabled-plain-background-color}\"\n },\n \"name\": \"DisabledPlainBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-plain-background-color\"\n },\n \"path\": [\n \"disabled-plain-background-color\"\n ]\n },\n \"disabled-plain-content-color\": {\n \"key\": \"{disabled-plain-content-color}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\n \"key\": \"{disabled-plain-content-color}\"\n },\n \"name\": \"DisabledPlainContentColor\",\n \"attributes\": {\n \"category\": \"disabled-plain-content-color\"\n },\n \"path\": [\n \"disabled-plain-content-color\"\n ]\n },\n \"disabled-plain-dark-content-color\": {\n \"key\": \"{disabled-plain-dark-content-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{disabled-plain-dark-content-color}\"\n },\n \"name\": \"DisabledPlainDarkContentColor\",\n \"attributes\": {\n \"category\": \"disabled-plain-dark-content-color\"\n },\n \"path\": [\n \"disabled-plain-dark-content-color\"\n ]\n },\n \"disabled-plain-light-content-color\": {\n \"key\": \"{disabled-plain-light-content-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.200}\",\n \"key\": \"{disabled-plain-light-content-color}\"\n },\n \"name\": \"DisabledPlainLightContentColor\",\n \"attributes\": {\n \"category\": \"disabled-plain-light-content-color\"\n },\n \"path\": [\n \"disabled-plain-light-content-color\"\n ]\n },\n \"disabled-plain-dark-static-content-color\": {\n \"key\": \"{disabled-plain-dark-static-content-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.200}\",\n \"key\": \"{disabled-plain-dark-static-content-color}\"\n },\n \"name\": \"DisabledPlainDarkStaticContentColor\",\n \"attributes\": {\n \"category\": \"disabled-plain-dark-static-content-color\"\n },\n \"path\": [\n \"disabled-plain-dark-static-content-color\"\n ]\n },\n \"disabled-plain-light-static-content-color\": {\n \"key\": \"{disabled-plain-light-static-content-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.200}\",\n \"key\": \"{disabled-plain-light-static-content-color}\"\n },\n \"name\": \"DisabledPlainLightStaticContentColor\",\n \"attributes\": {\n \"category\": \"disabled-plain-light-static-content-color\"\n },\n \"path\": [\n \"disabled-plain-light-static-content-color\"\n ]\n },\n \"disabled-outline-background-color\": {\n \"key\": \"{disabled-outline-background-color}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{disabled-outline-background-color}\"\n },\n \"name\": \"DisabledOutlineBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-background-color\"\n },\n \"path\": [\n \"disabled-outline-background-color\"\n ]\n },\n \"disabled-outline-content-color\": {\n \"key\": \"{disabled-outline-content-color}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\n \"key\": \"{disabled-outline-content-color}\"\n },\n \"name\": \"DisabledOutlineContentColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-content-color\"\n },\n \"path\": [\n \"disabled-outline-content-color\"\n ]\n },\n \"disabled-outline-border-color\": {\n \"key\": \"{disabled-outline-border-color}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\n \"key\": \"{disabled-outline-border-color}\"\n },\n \"name\": \"DisabledOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-border-color\"\n },\n \"path\": [\n \"disabled-outline-border-color\"\n ]\n },\n \"disabled-outline-dark-background-color\": {\n \"key\": \"{disabled-outline-dark-background-color}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{disabled-outline-dark-background-color}\"\n },\n \"name\": \"DisabledOutlineDarkBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-dark-background-color\"\n },\n \"path\": [\n \"disabled-outline-dark-background-color\"\n ]\n },\n \"disabled-outline-dark-border-color\": {\n \"key\": \"{disabled-outline-dark-border-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{disabled-outline-dark-border-color}\"\n },\n \"name\": \"DisabledOutlineDarkBorderColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-dark-border-color\"\n },\n \"path\": [\n \"disabled-outline-dark-border-color\"\n ]\n },\n \"disabled-outline-dark-content-color\": {\n \"key\": \"{disabled-outline-dark-content-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{disabled-outline-dark-content-color}\"\n },\n \"name\": \"DisabledOutlineDarkContentColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-dark-content-color\"\n },\n \"path\": [\n \"disabled-outline-dark-content-color\"\n ]\n },\n \"disabled-outline-light-background-color\": {\n \"key\": \"{disabled-outline-light-background-color}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{disabled-outline-light-background-color}\"\n },\n \"name\": \"DisabledOutlineLightBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-light-background-color\"\n },\n \"path\": [\n \"disabled-outline-light-background-color\"\n ]\n },\n \"disabled-outline-light-border-color\": {\n \"key\": \"{disabled-outline-light-border-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.200}\",\n \"key\": \"{disabled-outline-light-border-color}\"\n },\n \"name\": \"DisabledOutlineLightBorderColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-light-border-color\"\n },\n \"path\": [\n \"disabled-outline-light-border-color\"\n ]\n },\n \"disabled-outline-light-content-color\": {\n \"key\": \"{disabled-outline-light-content-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.200}\",\n \"key\": \"{disabled-outline-light-content-color}\"\n },\n \"name\": \"DisabledOutlineLightContentColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-light-content-color\"\n },\n \"path\": [\n \"disabled-outline-light-content-color\"\n ]\n },\n \"disabled-outline-dark-static-background-color\": {\n \"key\": \"{disabled-outline-dark-static-background-color}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{disabled-outline-dark-static-background-color}\"\n },\n \"name\": \"DisabledOutlineDarkStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-dark-static-background-color\"\n },\n \"path\": [\n \"disabled-outline-dark-static-background-color\"\n ]\n },\n \"disabled-outline-dark-static-border-color\": {\n \"key\": \"{disabled-outline-dark-static-border-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.200}\",\n \"key\": \"{disabled-outline-dark-static-border-color}\"\n },\n \"name\": \"DisabledOutlineDarkStaticBorderColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-dark-static-border-color\"\n },\n \"path\": [\n \"disabled-outline-dark-static-border-color\"\n ]\n },\n \"disabled-outline-dark-static-content-color\": {\n \"key\": \"{disabled-outline-dark-static-content-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.200}\",\n \"key\": \"{disabled-outline-dark-static-content-color}\"\n },\n \"name\": \"DisabledOutlineDarkStaticContentColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-dark-static-content-color\"\n },\n \"path\": [\n \"disabled-outline-dark-static-content-color\"\n ]\n },\n \"disabled-outline-light-static-background-color\": {\n \"key\": \"{disabled-outline-light-static-background-color}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{disabled-outline-light-static-background-color}\"\n },\n \"name\": \"DisabledOutlineLightStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-light-static-background-color\"\n },\n \"path\": [\n \"disabled-outline-light-static-background-color\"\n ]\n },\n \"disabled-outline-light-static-border-color\": {\n \"key\": \"{disabled-outline-light-static-border-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.200}\",\n \"key\": \"{disabled-outline-light-static-border-color}\"\n },\n \"name\": \"DisabledOutlineLightStaticBorderColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-light-static-border-color\"\n },\n \"path\": [\n \"disabled-outline-light-static-border-color\"\n ]\n },\n \"disabled-outline-light-static-content-color\": {\n \"key\": \"{disabled-outline-light-static-content-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.200}\",\n \"key\": \"{disabled-outline-light-static-content-color}\"\n },\n \"name\": \"DisabledOutlineLightStaticContentColor\",\n \"attributes\": {\n \"category\": \"disabled-outline-light-static-content-color\"\n },\n \"path\": [\n \"disabled-outline-light-static-content-color\"\n ]\n },\n \"disabled-soft-background-color\": {\n \"key\": \"{disabled-soft-background-color}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{disabled-soft-background-color}\"\n },\n \"name\": \"DisabledSoftBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-background-color\"\n },\n \"path\": [\n \"disabled-soft-background-color\"\n ]\n },\n \"disabled-soft-content-color\": {\n \"key\": \"{disabled-soft-content-color}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\n \"key\": \"{disabled-soft-content-color}\"\n },\n \"name\": \"DisabledSoftContentColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-content-color\"\n },\n \"path\": [\n \"disabled-soft-content-color\"\n ]\n },\n \"disabled-soft-dark-background-color\": {\n \"key\": \"{disabled-soft-dark-background-color}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.100}\",\n \"key\": \"{disabled-soft-dark-background-color}\"\n },\n \"name\": \"DisabledSoftDarkBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-dark-background-color\"\n },\n \"path\": [\n \"disabled-soft-dark-background-color\"\n ]\n },\n \"disabled-soft-dark-content-color\": {\n \"key\": \"{disabled-soft-dark-content-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{disabled-soft-dark-content-color}\"\n },\n \"name\": \"DisabledSoftDarkContentColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-dark-content-color\"\n },\n \"path\": [\n \"disabled-soft-dark-content-color\"\n ]\n },\n \"disabled-soft-light-background-color\": {\n \"key\": \"{disabled-soft-light-background-color}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.100}\",\n \"key\": \"{disabled-soft-light-background-color}\"\n },\n \"name\": \"DisabledSoftLightBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-light-background-color\"\n },\n \"path\": [\n \"disabled-soft-light-background-color\"\n ]\n },\n \"disabled-soft-light-content-color\": {\n \"key\": \"{disabled-soft-light-content-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.200}\",\n \"key\": \"{disabled-soft-light-content-color}\"\n },\n \"name\": \"DisabledSoftLightContentColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-light-content-color\"\n },\n \"path\": [\n \"disabled-soft-light-content-color\"\n ]\n },\n \"disabled-soft-dark-static-background-color\": {\n \"key\": \"{disabled-soft-dark-static-background-color}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.100}\",\n \"key\": \"{disabled-soft-dark-static-background-color}\"\n },\n \"name\": \"DisabledSoftDarkStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-dark-static-background-color\"\n },\n \"path\": [\n \"disabled-soft-dark-static-background-color\"\n ]\n },\n \"disabled-soft-dark-static-content-color\": {\n \"key\": \"{disabled-soft-dark-static-content-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.200}\",\n \"key\": \"{disabled-soft-dark-static-content-color}\"\n },\n \"name\": \"DisabledSoftDarkStaticContentColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-dark-static-content-color\"\n },\n \"path\": [\n \"disabled-soft-dark-static-content-color\"\n ]\n },\n \"disabled-soft-light-static-background-color\": {\n \"key\": \"{disabled-soft-light-static-background-color}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.100}\",\n \"key\": \"{disabled-soft-light-static-background-color}\"\n },\n \"name\": \"DisabledSoftLightStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-light-static-background-color\"\n },\n \"path\": [\n \"disabled-soft-light-static-background-color\"\n ]\n },\n \"disabled-soft-light-static-content-color\": {\n \"key\": \"{disabled-soft-light-static-content-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.200}\",\n \"key\": \"{disabled-soft-light-static-content-color}\"\n },\n \"name\": \"DisabledSoftLightStaticContentColor\",\n \"attributes\": {\n \"category\": \"disabled-soft-light-static-content-color\"\n },\n \"path\": [\n \"disabled-soft-light-static-content-color\"\n ]\n },\n \"dark-solid-background-color\": {\n \"default\": {\n \"key\": \"{dark-solid-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{dark-solid-background-color.default}\"\n },\n \"name\": \"DarkSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"dark-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"dark-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{dark-solid-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.700}\",\n \"key\": \"{dark-solid-background-color.hover}\"\n },\n \"name\": \"DarkSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"dark-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"dark-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{dark-solid-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.600}\",\n \"key\": \"{dark-solid-background-color.pressed}\"\n },\n \"name\": \"DarkSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"dark-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"dark-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-solid-content-color\": {\n \"key\": \"{dark-solid-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{dark-solid-content-color}\"\n },\n \"name\": \"DarkSolidContentColor\",\n \"attributes\": {\n \"category\": \"dark-solid-content-color\"\n },\n \"path\": [\n \"dark-solid-content-color\"\n ]\n },\n \"dark-soft-background-color\": {\n \"default\": {\n \"key\": \"{dark-soft-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.100}\",\n \"key\": \"{dark-soft-background-color.default}\"\n },\n \"name\": \"DarkSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"dark-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"dark-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{dark-soft-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{dark-soft-background-color.hover}\"\n },\n \"name\": \"DarkSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"dark-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"dark-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{dark-soft-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.300}\",\n \"key\": \"{dark-soft-background-color.pressed}\"\n },\n \"name\": \"DarkSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"dark-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"dark-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-soft-content-color\": {\n \"key\": \"{dark-soft-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{dark-soft-content-color}\"\n },\n \"name\": \"DarkSoftContentColor\",\n \"attributes\": {\n \"category\": \"dark-soft-content-color\"\n },\n \"path\": [\n \"dark-soft-content-color\"\n ]\n },\n \"dark-plain-background-color\": {\n \"default\": {\n \"key\": \"{dark-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{dark-plain-background-color.default}\"\n },\n \"name\": \"DarkPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"dark-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"dark-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{dark-plain-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.100}\",\n \"key\": \"{dark-plain-background-color.hover}\"\n },\n \"name\": \"DarkPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"dark-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"dark-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{dark-plain-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{dark-plain-background-color.pressed}\"\n },\n \"name\": \"DarkPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"dark-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"dark-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-plain-content-color\": {\n \"key\": \"{dark-plain-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{dark-plain-content-color}\"\n },\n \"name\": \"DarkPlainContentColor\",\n \"attributes\": {\n \"category\": \"dark-plain-content-color\"\n },\n \"path\": [\n \"dark-plain-content-color\"\n ]\n },\n \"dark-outline-background-color\": {\n \"default\": {\n \"key\": \"{dark-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{dark-outline-background-color.default}\"\n },\n \"name\": \"DarkOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"dark-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"dark-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{dark-outline-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.100}\",\n \"key\": \"{dark-outline-background-color.hover}\"\n },\n \"name\": \"DarkOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"dark-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"dark-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{dark-outline-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{dark-outline-background-color.pressed}\"\n },\n \"name\": \"DarkOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"dark-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"dark-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-outline-border-color\": {\n \"key\": \"{dark-outline-border-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{dark-outline-border-color}\"\n },\n \"name\": \"DarkOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"dark-outline-border-color\"\n },\n \"path\": [\n \"dark-outline-border-color\"\n ]\n },\n \"dark-outline-content-color\": {\n \"key\": \"{dark-outline-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{dark-outline-content-color}\"\n },\n \"name\": \"DarkOutlineContentColor\",\n \"attributes\": {\n \"category\": \"dark-outline-content-color\"\n },\n \"path\": [\n \"dark-outline-content-color\"\n ]\n },\n \"light-solid-background-color\": {\n \"default\": {\n \"key\": \"{light-solid-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{light-solid-background-color.default}\"\n },\n \"name\": \"LightSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"light-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"light-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{light-solid-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.700}\",\n \"key\": \"{light-solid-background-color.hover}\"\n },\n \"name\": \"LightSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"light-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"light-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{light-solid-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.600}\",\n \"key\": \"{light-solid-background-color.pressed}\"\n },\n \"name\": \"LightSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"light-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"light-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-solid-content-color\": {\n \"key\": \"{light-solid-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{light-solid-content-color}\"\n },\n \"name\": \"LightSolidContentColor\",\n \"attributes\": {\n \"category\": \"light-solid-content-color\"\n },\n \"path\": [\n \"light-solid-content-color\"\n ]\n },\n \"light-soft-background-color\": {\n \"default\": {\n \"key\": \"{light-soft-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.100}\",\n \"key\": \"{light-soft-background-color.default}\"\n },\n \"name\": \"LightSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"light-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"light-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{light-soft-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.200}\",\n \"key\": \"{light-soft-background-color.hover}\"\n },\n \"name\": \"LightSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"light-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"light-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{light-soft-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.300}\",\n \"key\": \"{light-soft-background-color.pressed}\"\n },\n \"name\": \"LightSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"light-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"light-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-soft-content-color\": {\n \"key\": \"{light-soft-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{light-soft-content-color}\"\n },\n \"name\": \"LightSoftContentColor\",\n \"attributes\": {\n \"category\": \"light-soft-content-color\"\n },\n \"path\": [\n \"light-soft-content-color\"\n ]\n },\n \"light-plain-background-color\": {\n \"default\": {\n \"key\": \"{light-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{light-plain-background-color.default}\"\n },\n \"name\": \"LightPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"light-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"light-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{light-plain-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.100}\",\n \"key\": \"{light-plain-background-color.hover}\"\n },\n \"name\": \"LightPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"light-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"light-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{light-plain-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.200}\",\n \"key\": \"{light-plain-background-color.pressed}\"\n },\n \"name\": \"LightPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"light-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"light-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-plain-content-color\": {\n \"key\": \"{light-plain-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{light-plain-content-color}\"\n },\n \"name\": \"LightPlainContentColor\",\n \"attributes\": {\n \"category\": \"light-plain-content-color\"\n },\n \"path\": [\n \"light-plain-content-color\"\n ]\n },\n \"light-outline-background-color\": {\n \"default\": {\n \"key\": \"{light-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{light-outline-background-color.default}\"\n },\n \"name\": \"LightOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"light-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"light-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{light-outline-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.100}\",\n \"key\": \"{light-outline-background-color.hover}\"\n },\n \"name\": \"LightOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"light-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"light-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{light-outline-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.200}\",\n \"key\": \"{light-outline-background-color.pressed}\"\n },\n \"name\": \"LightOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"light-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"light-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-outline-border-color\": {\n \"key\": \"{light-outline-border-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{light-outline-border-color}\"\n },\n \"name\": \"LightOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"light-outline-border-color\"\n },\n \"path\": [\n \"light-outline-border-color\"\n ]\n },\n \"light-outline-content-color\": {\n \"key\": \"{light-outline-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{light-outline-content-color}\"\n },\n \"name\": \"LightOutlineContentColor\",\n \"attributes\": {\n \"category\": \"light-outline-content-color\"\n },\n \"path\": [\n \"light-outline-content-color\"\n ]\n },\n \"dark-static-solid-background-color\": {\n \"default\": {\n \"key\": \"{dark-static-solid-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{dark-static-solid-background-color.default}\"\n },\n \"name\": \"DarkStaticSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"dark-static-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"dark-static-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{dark-static-solid-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.700}\",\n \"key\": \"{dark-static-solid-background-color.hover}\"\n },\n \"name\": \"DarkStaticSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"dark-static-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"dark-static-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{dark-static-solid-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.600}\",\n \"key\": \"{dark-static-solid-background-color.pressed}\"\n },\n \"name\": \"DarkStaticSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"dark-static-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"dark-static-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-static-solid-content-color\": {\n \"key\": \"{dark-static-solid-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{dark-static-solid-content-color}\"\n },\n \"name\": \"DarkStaticSolidContentColor\",\n \"attributes\": {\n \"category\": \"dark-static-solid-content-color\"\n },\n \"path\": [\n \"dark-static-solid-content-color\"\n ]\n },\n \"dark-static-soft-background-color\": {\n \"default\": {\n \"key\": \"{dark-static-soft-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.100}\",\n \"key\": \"{dark-static-soft-background-color.default}\"\n },\n \"name\": \"DarkStaticSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"dark-static-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"dark-static-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{dark-static-soft-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.200}\",\n \"key\": \"{dark-static-soft-background-color.hover}\"\n },\n \"name\": \"DarkStaticSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"dark-static-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"dark-static-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{dark-static-soft-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.300}\",\n \"key\": \"{dark-static-soft-background-color.pressed}\"\n },\n \"name\": \"DarkStaticSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"dark-static-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"dark-static-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-static-soft-content-color\": {\n \"key\": \"{dark-static-soft-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{dark-static-soft-content-color}\"\n },\n \"name\": \"DarkStaticSoftContentColor\",\n \"attributes\": {\n \"category\": \"dark-static-soft-content-color\"\n },\n \"path\": [\n \"dark-static-soft-content-color\"\n ]\n },\n \"dark-static-plain-background-color\": {\n \"default\": {\n \"key\": \"{dark-static-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{dark-static-plain-background-color.default}\"\n },\n \"name\": \"DarkStaticPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"dark-static-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"dark-static-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{dark-static-plain-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.100}\",\n \"key\": \"{dark-static-plain-background-color.hover}\"\n },\n \"name\": \"DarkStaticPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"dark-static-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"dark-static-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{dark-static-plain-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.200}\",\n \"key\": \"{dark-static-plain-background-color.pressed}\"\n },\n \"name\": \"DarkStaticPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"dark-static-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"dark-static-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-static-plain-content-color\": {\n \"key\": \"{dark-static-plain-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{dark-static-plain-content-color}\"\n },\n \"name\": \"DarkStaticPlainContentColor\",\n \"attributes\": {\n \"category\": \"dark-static-plain-content-color\"\n },\n \"path\": [\n \"dark-static-plain-content-color\"\n ]\n },\n \"dark-static-outline-background-color\": {\n \"default\": {\n \"key\": \"{dark-static-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{dark-static-outline-background-color.default}\"\n },\n \"name\": \"DarkStaticOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"dark-static-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"dark-static-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{dark-static-outline-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.100}\",\n \"key\": \"{dark-static-outline-background-color.hover}\"\n },\n \"name\": \"DarkStaticOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"dark-static-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"dark-static-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{dark-static-outline-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.200}\",\n \"key\": \"{dark-static-outline-background-color.pressed}\"\n },\n \"name\": \"DarkStaticOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"dark-static-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"dark-static-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-static-outline-border-color\": {\n \"key\": \"{dark-static-outline-border-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{dark-static-outline-border-color}\"\n },\n \"name\": \"DarkStaticOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"dark-static-outline-border-color\"\n },\n \"path\": [\n \"dark-static-outline-border-color\"\n ]\n },\n \"dark-static-outline-content-color\": {\n \"key\": \"{dark-static-outline-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{dark-static-outline-content-color}\"\n },\n \"name\": \"DarkStaticOutlineContentColor\",\n \"attributes\": {\n \"category\": \"dark-static-outline-content-color\"\n },\n \"path\": [\n \"dark-static-outline-content-color\"\n ]\n },\n \"light-static-solid-background-color\": {\n \"default\": {\n \"key\": \"{light-static-solid-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{light-static-solid-background-color.default}\"\n },\n \"name\": \"LightStaticSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"light-static-solid-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"light-static-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{light-static-solid-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.700}\",\n \"key\": \"{light-static-solid-background-color.hover}\"\n },\n \"name\": \"LightStaticSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"light-static-solid-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"light-static-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{light-static-solid-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.600}\",\n \"key\": \"{light-static-solid-background-color.pressed}\"\n },\n \"name\": \"LightStaticSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"light-static-solid-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"light-static-solid-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-static-solid-content-color\": {\n \"key\": \"{light-static-solid-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{light-static-solid-content-color}\"\n },\n \"name\": \"LightStaticSolidContentColor\",\n \"attributes\": {\n \"category\": \"light-static-solid-content-color\"\n },\n \"path\": [\n \"light-static-solid-content-color\"\n ]\n },\n \"light-static-soft-background-color\": {\n \"default\": {\n \"key\": \"{light-static-soft-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.100}\",\n \"key\": \"{light-static-soft-background-color.default}\"\n },\n \"name\": \"LightStaticSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"light-static-soft-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"light-static-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{light-static-soft-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.200}\",\n \"key\": \"{light-static-soft-background-color.hover}\"\n },\n \"name\": \"LightStaticSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"light-static-soft-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"light-static-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{light-static-soft-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.300}\",\n \"key\": \"{light-static-soft-background-color.pressed}\"\n },\n \"name\": \"LightStaticSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"light-static-soft-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"light-static-soft-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-static-soft-content-color\": {\n \"key\": \"{light-static-soft-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{light-static-soft-content-color}\"\n },\n \"name\": \"LightStaticSoftContentColor\",\n \"attributes\": {\n \"category\": \"light-static-soft-content-color\"\n },\n \"path\": [\n \"light-static-soft-content-color\"\n ]\n },\n \"light-static-plain-background-color\": {\n \"default\": {\n \"key\": \"{light-static-plain-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{light-static-plain-background-color.default}\"\n },\n \"name\": \"LightStaticPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"light-static-plain-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"light-static-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{light-static-plain-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.100}\",\n \"key\": \"{light-static-plain-background-color.hover}\"\n },\n \"name\": \"LightStaticPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"light-static-plain-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"light-static-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{light-static-plain-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.200}\",\n \"key\": \"{light-static-plain-background-color.pressed}\"\n },\n \"name\": \"LightStaticPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"light-static-plain-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"light-static-plain-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-static-plain-content-color\": {\n \"key\": \"{light-static-plain-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{light-static-plain-content-color}\"\n },\n \"name\": \"LightStaticPlainContentColor\",\n \"attributes\": {\n \"category\": \"light-static-plain-content-color\"\n },\n \"path\": [\n \"light-static-plain-content-color\"\n ]\n },\n \"light-static-outline-background-color\": {\n \"default\": {\n \"key\": \"{light-static-outline-background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.transparent}\",\n \"key\": \"{light-static-outline-background-color.default}\"\n },\n \"name\": \"LightStaticOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"light-static-outline-background-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"light-static-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{light-static-outline-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.100}\",\n \"key\": \"{light-static-outline-background-color.hover}\"\n },\n \"name\": \"LightStaticOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"light-static-outline-background-color\",\n \"type\": \"hover\"\n },\n \"path\": [\n \"light-static-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{light-static-outline-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.200}\",\n \"key\": \"{light-static-outline-background-color.pressed}\"\n },\n \"name\": \"LightStaticOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"light-static-outline-background-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"light-static-outline-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-static-outline-border-color\": {\n \"key\": \"{light-static-outline-border-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{light-static-outline-border-color}\"\n },\n \"name\": \"LightStaticOutlineBorderColor\",\n \"attributes\": {\n \"category\": \"light-static-outline-border-color\"\n },\n \"path\": [\n \"light-static-outline-border-color\"\n ]\n },\n \"light-static-outline-content-color\": {\n \"key\": \"{light-static-outline-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{light-static-outline-content-color}\"\n },\n \"name\": \"LightStaticOutlineContentColor\",\n \"attributes\": {\n \"category\": \"light-static-outline-content-color\"\n },\n \"path\": [\n \"light-static-outline-content-color\"\n ]\n },\n \"color\": {\n \"gray\": {\n \"100\": {\n \"key\": \"{color.gray.100}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#1B1F24\",\n \"key\": \"{color.gray.100}\"\n },\n \"name\": \"ColorGray100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.gray.200}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#292F37\",\n \"key\": \"{color.gray.200}\"\n },\n \"name\": \"ColorGray200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.gray.300}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#3A434E\",\n \"key\": \"{color.gray.300}\"\n },\n \"name\": \"ColorGray300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.gray.400}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5E6C7A\",\n \"key\": \"{color.gray.400}\"\n },\n \"name\": \"ColorGray400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.gray.500}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#8FA1B4\",\n \"key\": \"{color.gray.500}\"\n },\n \"name\": \"ColorGray500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.gray.600}\",\n \"value\": \"#B7C9DB\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#B7C9DB\",\n \"key\": \"{color.gray.600}\"\n },\n \"name\": \"ColorGray600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.gray.700}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#DCE9F7\",\n \"key\": \"{color.gray.700}\"\n },\n \"name\": \"ColorGray700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.gray.800}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E5EFF8\",\n \"key\": \"{color.gray.800}\"\n },\n \"name\": \"ColorGray800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.gray.900}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F4F8FC\",\n \"key\": \"{color.gray.900}\"\n },\n \"name\": \"ColorGray900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.gray.1000}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFFFFF\",\n \"key\": \"{color.gray.1000}\"\n },\n \"name\": \"ColorGray1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.gray.1100}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFFFFF\",\n \"key\": \"{color.gray.1100}\"\n },\n \"name\": \"ColorGray1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"1100\"\n ]\n },\n \"1200\": {\n \"key\": \"{color.gray.1200}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFFFFF\",\n \"key\": \"{color.gray.1200}\"\n },\n \"name\": \"ColorGray1200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gray\",\n \"item\": \"1200\"\n },\n \"path\": [\n \"color\",\n \"gray\",\n \"1200\"\n ]\n }\n },\n \"hosting-blue\": {\n \"100\": {\n \"key\": \"{color.hosting-blue.100}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00205C\",\n \"key\": \"{color.hosting-blue.100}\"\n },\n \"name\": \"ColorHostingBlue100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.hosting-blue.200}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#002A7B\",\n \"key\": \"{color.hosting-blue.200}\"\n },\n \"name\": \"ColorHostingBlue200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.hosting-blue.300}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#003FB8\",\n \"key\": \"{color.hosting-blue.300}\"\n },\n \"name\": \"ColorHostingBlue300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.hosting-blue.400}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#0054F5\",\n \"key\": \"{color.hosting-blue.400}\"\n },\n \"name\": \"ColorHostingBlue400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.hosting-blue.500}\",\n \"value\": \"#1A68FF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#1A68FF\",\n \"key\": \"{color.hosting-blue.500}\"\n },\n \"name\": \"ColorHostingBlue500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.hosting-blue.600}\",\n \"value\": \"#3D80FF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#3D80FF\",\n \"key\": \"{color.hosting-blue.600}\"\n },\n \"name\": \"ColorHostingBlue600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.hosting-blue.700}\",\n \"value\": \"#6197FF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#6197FF\",\n \"key\": \"{color.hosting-blue.700}\"\n },\n \"name\": \"ColorHostingBlue700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.hosting-blue.800}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#85AFFF\",\n \"key\": \"{color.hosting-blue.800}\"\n },\n \"name\": \"ColorHostingBlue800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.hosting-blue.900}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ABC6FF\",\n \"key\": \"{color.hosting-blue.900}\"\n },\n \"name\": \"ColorHostingBlue900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.hosting-blue.1000}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E0EBFF\",\n \"key\": \"{color.hosting-blue.1000}\"\n },\n \"name\": \"ColorHostingBlue1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.hosting-blue.1100}\",\n \"value\": \"#F0F5FF\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F0F5FF\",\n \"key\": \"{color.hosting-blue.1100}\"\n },\n \"name\": \"ColorHostingBlue1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"hosting-blue\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"hosting-blue\",\n \"1100\"\n ]\n }\n },\n \"amaranth-red\": {\n \"100\": {\n \"key\": \"{color.amaranth-red.100}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#540B1B\",\n \"key\": \"{color.amaranth-red.100}\"\n },\n \"name\": \"ColorAmaranthRed100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.amaranth-red.200}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#710F24\",\n \"key\": \"{color.amaranth-red.200}\"\n },\n \"name\": \"ColorAmaranthRed200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.amaranth-red.300}\",\n \"value\": \"#AB1737\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#AB1737\",\n \"key\": \"{color.amaranth-red.300}\"\n },\n \"name\": \"ColorAmaranthRed300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.amaranth-red.400}\",\n \"value\": \"#E1244C\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E1244C\",\n \"key\": \"{color.amaranth-red.400}\"\n },\n \"name\": \"ColorAmaranthRed400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.amaranth-red.500}\",\n \"value\": \"#E54366\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E54366\",\n \"key\": \"{color.amaranth-red.500}\"\n },\n \"name\": \"ColorAmaranthRed500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.amaranth-red.600}\",\n \"value\": \"#EA637F\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#EA637F\",\n \"key\": \"{color.amaranth-red.600}\"\n },\n \"name\": \"ColorAmaranthRed600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.amaranth-red.700}\",\n \"value\": \"#EE8299\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#EE8299\",\n \"key\": \"{color.amaranth-red.700}\"\n },\n \"name\": \"ColorAmaranthRed700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.amaranth-red.800}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F2A2B3\",\n \"key\": \"{color.amaranth-red.800}\"\n },\n \"name\": \"ColorAmaranthRed800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.amaranth-red.900}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F7C1CC\",\n \"key\": \"{color.amaranth-red.900}\"\n },\n \"name\": \"ColorAmaranthRed900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.amaranth-red.1000}\",\n \"value\": \"#FBE0E6\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FBE0E6\",\n \"key\": \"{color.amaranth-red.1000}\"\n },\n \"name\": \"ColorAmaranthRed1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.amaranth-red.1100}\",\n \"value\": \"#FDF0F3\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FDF0F3\",\n \"key\": \"{color.amaranth-red.1100}\"\n },\n \"name\": \"ColorAmaranthRed1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"amaranth-red\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"amaranth-red\",\n \"1100\"\n ]\n }\n },\n \"royal-orange\": {\n \"100\": {\n \"key\": \"{color.royal-orange.100}\",\n \"value\": \"#763200\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#763200\",\n \"key\": \"{color.royal-orange.100}\"\n },\n \"name\": \"ColorRoyalOrange100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.royal-orange.200}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#8F3D00\",\n \"key\": \"{color.royal-orange.200}\"\n },\n \"name\": \"ColorRoyalOrange200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.royal-orange.300}\",\n \"value\": \"#C25200\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C25200\",\n \"key\": \"{color.royal-orange.300}\"\n },\n \"name\": \"ColorRoyalOrange300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.royal-orange.400}\",\n \"value\": \"#F56800\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F56800\",\n \"key\": \"{color.royal-orange.400}\"\n },\n \"name\": \"ColorRoyalOrange400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.royal-orange.500}\",\n \"value\": \"#FF8225\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FF8225\",\n \"key\": \"{color.royal-orange.500}\"\n },\n \"name\": \"ColorRoyalOrange500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.royal-orange.600}\",\n \"value\": \"#FF9343\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FF9343\",\n \"key\": \"{color.royal-orange.600}\"\n },\n \"name\": \"ColorRoyalOrange600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.royal-orange.700}\",\n \"value\": \"#FFA562\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFA562\",\n \"key\": \"{color.royal-orange.700}\"\n },\n \"name\": \"ColorRoyalOrange700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.royal-orange.800}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFC89F\",\n \"key\": \"{color.royal-orange.800}\"\n },\n \"name\": \"ColorRoyalOrange800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.royal-orange.900}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFD9BD\",\n \"key\": \"{color.royal-orange.900}\"\n },\n \"name\": \"ColorRoyalOrange900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.royal-orange.1000}\",\n \"value\": \"#FFEBDC\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFEBDC\",\n \"key\": \"{color.royal-orange.1000}\"\n },\n \"name\": \"ColorRoyalOrange1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.royal-orange.1100}\",\n \"value\": \"#FFF4EB\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFF4EB\",\n \"key\": \"{color.royal-orange.1100}\"\n },\n \"name\": \"ColorRoyalOrange1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"royal-orange\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"royal-orange\",\n \"1100\"\n ]\n }\n },\n \"espelkamp-green\": {\n \"100\": {\n \"key\": \"{color.espelkamp-green.100}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00291C\",\n \"key\": \"{color.espelkamp-green.100}\"\n },\n \"name\": \"ColorEspelkampGreen100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.espelkamp-green.200}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#003B29\",\n \"key\": \"{color.espelkamp-green.200}\"\n },\n \"name\": \"ColorEspelkampGreen200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.espelkamp-green.300}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#005F42\",\n \"key\": \"{color.espelkamp-green.300}\"\n },\n \"name\": \"ColorEspelkampGreen300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.espelkamp-green.400}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00825B\",\n \"key\": \"{color.espelkamp-green.400}\"\n },\n \"name\": \"ColorEspelkampGreen400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.espelkamp-green.500}\",\n \"value\": \"#00A673\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00A673\",\n \"key\": \"{color.espelkamp-green.500}\"\n },\n \"name\": \"ColorEspelkampGreen500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.espelkamp-green.600}\",\n \"value\": \"#00DE9A\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00DE9A\",\n \"key\": \"{color.espelkamp-green.600}\"\n },\n \"name\": \"ColorEspelkampGreen600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.espelkamp-green.700}\",\n \"value\": \"#17FFB8\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#17FFB8\",\n \"key\": \"{color.espelkamp-green.700}\"\n },\n \"name\": \"ColorEspelkampGreen700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.espelkamp-green.800}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#4FFFC9\",\n \"key\": \"{color.espelkamp-green.800}\"\n },\n \"name\": \"ColorEspelkampGreen800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.espelkamp-green.900}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#87FFDA\",\n \"key\": \"{color.espelkamp-green.900}\"\n },\n \"name\": \"ColorEspelkampGreen900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.espelkamp-green.1000}\",\n \"value\": \"#C0FFEB\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C0FFEB\",\n \"key\": \"{color.espelkamp-green.1000}\"\n },\n \"name\": \"ColorEspelkampGreen1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.espelkamp-green.1100}\",\n \"value\": \"#DCFFF4\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#DCFFF4\",\n \"key\": \"{color.espelkamp-green.1100}\"\n },\n \"name\": \"ColorEspelkampGreen1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"espelkamp-green\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"espelkamp-green\",\n \"1100\"\n ]\n }\n },\n \"soft-contrast-violet\": {\n \"100\": {\n \"key\": \"{color.soft-contrast-violet.100}\",\n \"value\": \"#302a6f\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#302a6f\",\n \"key\": \"{color.soft-contrast-violet.100}\"\n },\n \"name\": \"ColorSoftContrastViolet100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.soft-contrast-violet.200}\",\n \"value\": \"#483b9f\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#483b9f\",\n \"key\": \"{color.soft-contrast-violet.200}\"\n },\n \"name\": \"ColorSoftContrastViolet200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.soft-contrast-violet.300}\",\n \"value\": \"#5d4abf\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5d4abf\",\n \"key\": \"{color.soft-contrast-violet.300}\"\n },\n \"name\": \"ColorSoftContrastViolet300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.soft-contrast-violet.400}\",\n \"value\": \"#715DEE\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#715DEE\",\n \"key\": \"{color.soft-contrast-violet.400}\"\n },\n \"name\": \"ColorSoftContrastViolet400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.soft-contrast-violet.500}\",\n \"value\": \"#8574F0\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#8574F0\",\n \"key\": \"{color.soft-contrast-violet.500}\"\n },\n \"name\": \"ColorSoftContrastViolet500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.soft-contrast-violet.600}\",\n \"value\": \"#998BF3\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#998BF3\",\n \"key\": \"{color.soft-contrast-violet.600}\"\n },\n \"name\": \"ColorSoftContrastViolet600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.soft-contrast-violet.700}\",\n \"value\": \"#AEA2F5\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#AEA2F5\",\n \"key\": \"{color.soft-contrast-violet.700}\"\n },\n \"name\": \"ColorSoftContrastViolet700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.soft-contrast-violet.800}\",\n \"value\": \"#C2B9F8\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C2B9F8\",\n \"key\": \"{color.soft-contrast-violet.800}\"\n },\n \"name\": \"ColorSoftContrastViolet800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.soft-contrast-violet.900}\",\n \"value\": \"#D6D0FA\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#D6D0FA\",\n \"key\": \"{color.soft-contrast-violet.900}\"\n },\n \"name\": \"ColorSoftContrastViolet900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.soft-contrast-violet.1000}\",\n \"value\": \"#EAE7FD\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#EAE7FD\",\n \"key\": \"{color.soft-contrast-violet.1000}\"\n },\n \"name\": \"ColorSoftContrastViolet1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.soft-contrast-violet.1100}\",\n \"value\": \"#F4F3FE\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F4F3FE\",\n \"key\": \"{color.soft-contrast-violet.1100}\"\n },\n \"name\": \"ColorSoftContrastViolet1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"soft-contrast-violet\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"soft-contrast-violet\",\n \"1100\"\n ]\n }\n },\n \"mittwald-navy\": {\n \"100\": {\n \"key\": \"{color.mittwald-navy.100}\",\n \"value\": \"#0E142E\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#0E142E\",\n \"key\": \"{color.mittwald-navy.100}\"\n },\n \"name\": \"ColorMittwaldNavy100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.mittwald-navy.200}\",\n \"value\": \"#131B3D\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#131B3D\",\n \"key\": \"{color.mittwald-navy.200}\"\n },\n \"name\": \"ColorMittwaldNavy200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.mittwald-navy.300}\",\n \"value\": \"#1D285C\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#1D285C\",\n \"key\": \"{color.mittwald-navy.300}\"\n },\n \"name\": \"ColorMittwaldNavy300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.mittwald-navy.400}\",\n \"value\": \"#27367B\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#27367B\",\n \"key\": \"{color.mittwald-navy.400}\"\n },\n \"name\": \"ColorMittwaldNavy400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.mittwald-navy.500}\",\n \"value\": \"#32459E\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#32459E\",\n \"key\": \"{color.mittwald-navy.500}\"\n },\n \"name\": \"ColorMittwaldNavy500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.mittwald-navy.600}\",\n \"value\": \"#3D55C1\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#3D55C1\",\n \"key\": \"{color.mittwald-navy.600}\"\n },\n \"name\": \"ColorMittwaldNavy600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.mittwald-navy.700}\",\n \"value\": \"#5F73CC\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5F73CC\",\n \"key\": \"{color.mittwald-navy.700}\"\n },\n \"name\": \"ColorMittwaldNavy700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.mittwald-navy.800}\",\n \"value\": \"#8291D7\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#8291D7\",\n \"key\": \"{color.mittwald-navy.800}\"\n },\n \"name\": \"ColorMittwaldNavy800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.mittwald-navy.900}\",\n \"value\": \"#A5B0E2\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#A5B0E2\",\n \"key\": \"{color.mittwald-navy.900}\"\n },\n \"name\": \"ColorMittwaldNavy900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.mittwald-navy.1000}\",\n \"value\": \"#C8CFEE\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C8CFEE\",\n \"key\": \"{color.mittwald-navy.1000}\"\n },\n \"name\": \"ColorMittwaldNavy1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.mittwald-navy.1100}\",\n \"value\": \"#E4E7F6\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E4E7F6\",\n \"key\": \"{color.mittwald-navy.1100}\"\n },\n \"name\": \"ColorMittwaldNavy1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"mittwald-navy\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"mittwald-navy\",\n \"1100\"\n ]\n }\n },\n \"bright-lilac\": {\n \"100\": {\n \"key\": \"{color.bright-lilac.100}\",\n \"value\": \"#470062\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#470062\",\n \"key\": \"{color.bright-lilac.100}\"\n },\n \"name\": \"ColorBrightLilac100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.bright-lilac.200}\",\n \"value\": \"#5f0083\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5f0083\",\n \"key\": \"{color.bright-lilac.200}\"\n },\n \"name\": \"ColorBrightLilac200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.bright-lilac.300}\",\n \"value\": \"#9000c5\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#9000c5\",\n \"key\": \"{color.bright-lilac.300}\"\n },\n \"name\": \"ColorBrightLilac300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.bright-lilac.400}\",\n \"value\": \"#bc08ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#bc08ff\",\n \"key\": \"{color.bright-lilac.400}\"\n },\n \"name\": \"ColorBrightLilac400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.bright-lilac.500}\",\n \"value\": \"#ce4bff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ce4bff\",\n \"key\": \"{color.bright-lilac.500}\"\n },\n \"name\": \"ColorBrightLilac500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.bright-lilac.600}\",\n \"value\": \"#e08dff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#e08dff\",\n \"key\": \"{color.bright-lilac.600}\"\n },\n \"name\": \"ColorBrightLilac600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.bright-lilac.700}\",\n \"value\": \"#e6a1ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#e6a1ff\",\n \"key\": \"{color.bright-lilac.700}\"\n },\n \"name\": \"ColorBrightLilac700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.bright-lilac.800}\",\n \"value\": \"#ebb6ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ebb6ff\",\n \"key\": \"{color.bright-lilac.800}\"\n },\n \"name\": \"ColorBrightLilac800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.bright-lilac.900}\",\n \"value\": \"#f1caff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#f1caff\",\n \"key\": \"{color.bright-lilac.900}\"\n },\n \"name\": \"ColorBrightLilac900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.bright-lilac.1000}\",\n \"value\": \"#f6dfff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#f6dfff\",\n \"key\": \"{color.bright-lilac.1000}\"\n },\n \"name\": \"ColorBrightLilac1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.bright-lilac.1100}\",\n \"value\": \"#f9e9ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#f9e9ff\",\n \"key\": \"{color.bright-lilac.1100}\"\n },\n \"name\": \"ColorBrightLilac1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"bright-lilac\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"bright-lilac\",\n \"1100\"\n ]\n }\n },\n \"super-teal\": {\n \"100\": {\n \"key\": \"{color.super-teal.100}\",\n \"value\": \"#00424a\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00424a\",\n \"key\": \"{color.super-teal.100}\"\n },\n \"name\": \"ColorSuperTeal100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.super-teal.200}\",\n \"value\": \"#004f59\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#004f59\",\n \"key\": \"{color.super-teal.200}\"\n },\n \"name\": \"ColorSuperTeal200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.super-teal.300}\",\n \"value\": \"#006b78\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#006b78\",\n \"key\": \"{color.super-teal.300}\"\n },\n \"name\": \"ColorSuperTeal300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.super-teal.400}\",\n \"value\": \"#008696\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#008696\",\n \"key\": \"{color.super-teal.400}\"\n },\n \"name\": \"ColorSuperTeal400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.super-teal.500}\",\n \"value\": \"#00a1b5\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00a1b5\",\n \"key\": \"{color.super-teal.500}\"\n },\n \"name\": \"ColorSuperTeal500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.super-teal.600}\",\n \"value\": \"#00d3ed\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00d3ed\",\n \"key\": \"{color.super-teal.600}\"\n },\n \"name\": \"ColorSuperTeal600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.super-teal.700}\",\n \"value\": \"#26e7ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#26e7ff\",\n \"key\": \"{color.super-teal.700}\"\n },\n \"name\": \"ColorSuperTeal700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.super-teal.800}\",\n \"value\": \"#5eedff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5eedff\",\n \"key\": \"{color.super-teal.800}\"\n },\n \"name\": \"ColorSuperTeal800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"800\"\n ]\n },\n \"900\": {\n \"key\": \"{color.super-teal.900}\",\n \"value\": \"#96f3ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#96f3ff\",\n \"key\": \"{color.super-teal.900}\"\n },\n \"name\": \"ColorSuperTeal900\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"900\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"900\"\n ]\n },\n \"1000\": {\n \"key\": \"{color.super-teal.1000}\",\n \"value\": \"#cffaff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#cffaff\",\n \"key\": \"{color.super-teal.1000}\"\n },\n \"name\": \"ColorSuperTeal1000\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"1000\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"1000\"\n ]\n },\n \"1100\": {\n \"key\": \"{color.super-teal.1100}\",\n \"value\": \"#ebfdff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ebfdff\",\n \"key\": \"{color.super-teal.1100}\"\n },\n \"name\": \"ColorSuperTeal1100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"super-teal\",\n \"item\": \"1100\"\n },\n \"path\": [\n \"color\",\n \"super-teal\",\n \"1100\"\n ]\n }\n },\n \"categorical\": {\n \"sea-green\": {\n \"key\": \"{color.categorical.sea-green}\",\n \"value\": \"#0fb5ae\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#0fb5ae\",\n \"key\": \"{color.categorical.sea-green}\"\n },\n \"name\": \"ColorCategoricalSeaGreen\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"sea-green\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"sea-green\"\n ]\n },\n \"palatinate-blue\": {\n \"key\": \"{color.categorical.palatinate-blue}\",\n \"value\": \"#4046ca\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#4046ca\",\n \"key\": \"{color.categorical.palatinate-blue}\"\n },\n \"name\": \"ColorCategoricalPalatinateBlue\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"palatinate-blue\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"palatinate-blue\"\n ]\n },\n \"tangerine\": {\n \"key\": \"{color.categorical.tangerine}\",\n \"value\": \"#f68511\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#f68511\",\n \"key\": \"{color.categorical.tangerine}\"\n },\n \"name\": \"ColorCategoricalTangerine\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"tangerine\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"tangerine\"\n ]\n },\n \"magenta\": {\n \"key\": \"{color.categorical.magenta}\",\n \"value\": \"#de3d82\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#de3d82\",\n \"key\": \"{color.categorical.magenta}\"\n },\n \"name\": \"ColorCategoricalMagenta\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"magenta\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"magenta\"\n ]\n },\n \"tropical-indigo\": {\n \"key\": \"{color.categorical.tropical-indigo}\",\n \"value\": \"#7e84fa\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#7e84fa\",\n \"key\": \"{color.categorical.tropical-indigo}\"\n },\n \"name\": \"ColorCategoricalTropicalIndigo\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"tropical-indigo\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"tropical-indigo\"\n ]\n },\n \"malachite\": {\n \"key\": \"{color.categorical.malachite}\",\n \"value\": \"#72e06a\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#72e06a\",\n \"key\": \"{color.categorical.malachite}\"\n },\n \"name\": \"ColorCategoricalMalachite\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"malachite\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"malachite\"\n ]\n },\n \"azure\": {\n \"key\": \"{color.categorical.azure}\",\n \"value\": \"#147af3\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#147af3\",\n \"key\": \"{color.categorical.azure}\"\n },\n \"name\": \"ColorCategoricalAzure\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"azure\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"azure\"\n ]\n },\n \"violet\": {\n \"key\": \"{color.categorical.violet}\",\n \"value\": \"#7326d3\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#7326d3\",\n \"key\": \"{color.categorical.violet}\"\n },\n \"name\": \"ColorCategoricalViolet\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"violet\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"violet\"\n ]\n },\n \"yellow\": {\n \"key\": \"{color.categorical.yellow}\",\n \"value\": \"#e8c600\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#e8c600\",\n \"key\": \"{color.categorical.yellow}\"\n },\n \"name\": \"ColorCategoricalYellow\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"yellow\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"yellow\"\n ]\n },\n \"alloy-orange\": {\n \"key\": \"{color.categorical.alloy-orange}\",\n \"value\": \"#cb5d00\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#cb5d00\",\n \"key\": \"{color.categorical.alloy-orange}\"\n },\n \"name\": \"ColorCategoricalAlloyOrange\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"alloy-orange\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"alloy-orange\"\n ]\n },\n \"green\": {\n \"key\": \"{color.categorical.green}\",\n \"value\": \"#008f5d\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#008f5d\",\n \"key\": \"{color.categorical.green}\"\n },\n \"name\": \"ColorCategoricalGreen\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"green\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"green\"\n ]\n },\n \"lime\": {\n \"key\": \"{color.categorical.lime}\",\n \"value\": \"#bce931\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#bce931\",\n \"key\": \"{color.categorical.lime}\"\n },\n \"name\": \"ColorCategoricalLime\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"categorical\",\n \"item\": \"lime\"\n },\n \"path\": [\n \"color\",\n \"categorical\",\n \"lime\"\n ]\n }\n },\n \"transparent\": {\n \"key\": \"{color.transparent}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"transparent\",\n \"key\": \"{color.transparent}\"\n },\n \"name\": \"ColorTransparent\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"transparent\"\n },\n \"path\": [\n \"color\",\n \"transparent\"\n ]\n },\n \"code-syntax\": {\n \"keyword\": {\n \"key\": \"{color.code-syntax.keyword}\",\n \"value\": \"#ff7b72\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ff7b72\",\n \"key\": \"{color.code-syntax.keyword}\"\n },\n \"name\": \"ColorCodeSyntaxKeyword\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"keyword\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"keyword\"\n ]\n },\n \"type\": {\n \"key\": \"{color.code-syntax.type}\",\n \"value\": \"#d2a8ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#d2a8ff\",\n \"key\": \"{color.code-syntax.type}\"\n },\n \"name\": \"ColorCodeSyntaxType\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"type\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"type\"\n ]\n },\n \"variable\": {\n \"key\": \"{color.code-syntax.variable}\",\n \"value\": \"#79c0ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#79c0ff\",\n \"key\": \"{color.code-syntax.variable}\"\n },\n \"name\": \"ColorCodeSyntaxVariable\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"variable\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"variable\"\n ]\n },\n \"property\": {\n \"key\": \"{color.code-syntax.property}\",\n \"value\": \"#d2a8ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#d2a8ff\",\n \"key\": \"{color.code-syntax.property}\"\n },\n \"name\": \"ColorCodeSyntaxProperty\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"property\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"property\"\n ]\n },\n \"string\": {\n \"key\": \"{color.code-syntax.string}\",\n \"value\": \"#a5d6ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#a5d6ff\",\n \"key\": \"{color.code-syntax.string}\"\n },\n \"name\": \"ColorCodeSyntaxString\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"string\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"string\"\n ]\n },\n \"number\": {\n \"key\": \"{color.code-syntax.number}\",\n \"value\": \"#79c0ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#79c0ff\",\n \"key\": \"{color.code-syntax.number}\"\n },\n \"name\": \"ColorCodeSyntaxNumber\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"number\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"number\"\n ]\n },\n \"comment\": {\n \"key\": \"{color.code-syntax.comment}\",\n \"value\": \"#a0a7b0\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#a0a7b0\",\n \"key\": \"{color.code-syntax.comment}\"\n },\n \"name\": \"ColorCodeSyntaxComment\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"comment\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"comment\"\n ]\n },\n \"function\": {\n \"key\": \"{color.code-syntax.function}\",\n \"value\": \"#d2a8ff\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#d2a8ff\",\n \"key\": \"{color.code-syntax.function}\"\n },\n \"name\": \"ColorCodeSyntaxFunction\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"function\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"function\"\n ]\n },\n \"operator\": {\n \"key\": \"{color.code-syntax.operator}\",\n \"value\": \"#ff7b72\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ff7b72\",\n \"key\": \"{color.code-syntax.operator}\"\n },\n \"name\": \"ColorCodeSyntaxOperator\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"operator\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"operator\"\n ]\n },\n \"invalid\": {\n \"key\": \"{color.code-syntax.invalid}\",\n \"value\": \"#f97583\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#f97583\",\n \"key\": \"{color.code-syntax.invalid}\"\n },\n \"name\": \"ColorCodeSyntaxInvalid\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"code-syntax\",\n \"item\": \"invalid\"\n },\n \"path\": [\n \"color\",\n \"code-syntax\",\n \"invalid\"\n ]\n }\n },\n \"black-alpha\": {\n \"100\": {\n \"key\": \"{color.black-alpha.100}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"key\": \"{color.black-alpha.100}\"\n },\n \"name\": \"ColorBlackAlpha100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"black-alpha\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"black-alpha\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.black-alpha.200}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"key\": \"{color.black-alpha.200}\"\n },\n \"name\": \"ColorBlackAlpha200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"black-alpha\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"black-alpha\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.black-alpha.300}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"key\": \"{color.black-alpha.300}\"\n },\n \"name\": \"ColorBlackAlpha300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"black-alpha\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"black-alpha\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.black-alpha.400}\",\n \"value\": \"rgb(255 255 255 / 50%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 50%)\",\n \"key\": \"{color.black-alpha.400}\"\n },\n \"name\": \"ColorBlackAlpha400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"black-alpha\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"black-alpha\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.black-alpha.500}\",\n \"value\": \"rgb(255 255 255 / 62.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 62.5%)\",\n \"key\": \"{color.black-alpha.500}\"\n },\n \"name\": \"ColorBlackAlpha500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"black-alpha\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"black-alpha\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.black-alpha.600}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"key\": \"{color.black-alpha.600}\"\n },\n \"name\": \"ColorBlackAlpha600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"black-alpha\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"black-alpha\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.black-alpha.700}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"key\": \"{color.black-alpha.700}\"\n },\n \"name\": \"ColorBlackAlpha700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"black-alpha\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"black-alpha\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.black-alpha.800}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"key\": \"{color.black-alpha.800}\"\n },\n \"name\": \"ColorBlackAlpha800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"black-alpha\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"black-alpha\",\n \"800\"\n ]\n }\n },\n \"white-alpha\": {\n \"100\": {\n \"key\": \"{color.white-alpha.100}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"key\": \"{color.white-alpha.100}\"\n },\n \"name\": \"ColorWhiteAlpha100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"white-alpha\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"white-alpha\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.white-alpha.200}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"key\": \"{color.white-alpha.200}\"\n },\n \"name\": \"ColorWhiteAlpha200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"white-alpha\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"white-alpha\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.white-alpha.300}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"key\": \"{color.white-alpha.300}\"\n },\n \"name\": \"ColorWhiteAlpha300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"white-alpha\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"white-alpha\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.white-alpha.400}\",\n \"value\": \"rgb(0 0 0 / 50%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 50%)\",\n \"key\": \"{color.white-alpha.400}\"\n },\n \"name\": \"ColorWhiteAlpha400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"white-alpha\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"white-alpha\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.white-alpha.500}\",\n \"value\": \"rgb(0 0 0 / 62.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 62.5%)\",\n \"key\": \"{color.white-alpha.500}\"\n },\n \"name\": \"ColorWhiteAlpha500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"white-alpha\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"white-alpha\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.white-alpha.600}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"key\": \"{color.white-alpha.600}\"\n },\n \"name\": \"ColorWhiteAlpha600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"white-alpha\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"white-alpha\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.white-alpha.700}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"key\": \"{color.white-alpha.700}\"\n },\n \"name\": \"ColorWhiteAlpha700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"white-alpha\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"white-alpha\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.white-alpha.800}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"key\": \"{color.white-alpha.800}\"\n },\n \"name\": \"ColorWhiteAlpha800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"white-alpha\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"white-alpha\",\n \"800\"\n ]\n }\n },\n \"static-black-alpha\": {\n \"100\": {\n \"key\": \"{color.static-black-alpha.100}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"key\": \"{color.static-black-alpha.100}\"\n },\n \"name\": \"ColorStaticBlackAlpha100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-black-alpha\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"static-black-alpha\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.static-black-alpha.200}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"key\": \"{color.static-black-alpha.200}\"\n },\n \"name\": \"ColorStaticBlackAlpha200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-black-alpha\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"static-black-alpha\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.static-black-alpha.300}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"key\": \"{color.static-black-alpha.300}\"\n },\n \"name\": \"ColorStaticBlackAlpha300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-black-alpha\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"static-black-alpha\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.static-black-alpha.400}\",\n \"value\": \"rgb(0 0 0 / 50%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 50%)\",\n \"key\": \"{color.static-black-alpha.400}\"\n },\n \"name\": \"ColorStaticBlackAlpha400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-black-alpha\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"static-black-alpha\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.static-black-alpha.500}\",\n \"value\": \"rgb(0 0 0 / 62.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 62.5%)\",\n \"key\": \"{color.static-black-alpha.500}\"\n },\n \"name\": \"ColorStaticBlackAlpha500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-black-alpha\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"static-black-alpha\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.static-black-alpha.600}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"key\": \"{color.static-black-alpha.600}\"\n },\n \"name\": \"ColorStaticBlackAlpha600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-black-alpha\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"static-black-alpha\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.static-black-alpha.700}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"key\": \"{color.static-black-alpha.700}\"\n },\n \"name\": \"ColorStaticBlackAlpha700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-black-alpha\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"static-black-alpha\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.static-black-alpha.800}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"key\": \"{color.static-black-alpha.800}\"\n },\n \"name\": \"ColorStaticBlackAlpha800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-black-alpha\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"static-black-alpha\",\n \"800\"\n ]\n }\n },\n \"static-white-alpha\": {\n \"100\": {\n \"key\": \"{color.static-white-alpha.100}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"key\": \"{color.static-white-alpha.100}\"\n },\n \"name\": \"ColorStaticWhiteAlpha100\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-white-alpha\",\n \"item\": \"100\"\n },\n \"path\": [\n \"color\",\n \"static-white-alpha\",\n \"100\"\n ]\n },\n \"200\": {\n \"key\": \"{color.static-white-alpha.200}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"key\": \"{color.static-white-alpha.200}\"\n },\n \"name\": \"ColorStaticWhiteAlpha200\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-white-alpha\",\n \"item\": \"200\"\n },\n \"path\": [\n \"color\",\n \"static-white-alpha\",\n \"200\"\n ]\n },\n \"300\": {\n \"key\": \"{color.static-white-alpha.300}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"key\": \"{color.static-white-alpha.300}\"\n },\n \"name\": \"ColorStaticWhiteAlpha300\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-white-alpha\",\n \"item\": \"300\"\n },\n \"path\": [\n \"color\",\n \"static-white-alpha\",\n \"300\"\n ]\n },\n \"400\": {\n \"key\": \"{color.static-white-alpha.400}\",\n \"value\": \"rgb(255 255 255 / 50%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 50%)\",\n \"key\": \"{color.static-white-alpha.400}\"\n },\n \"name\": \"ColorStaticWhiteAlpha400\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-white-alpha\",\n \"item\": \"400\"\n },\n \"path\": [\n \"color\",\n \"static-white-alpha\",\n \"400\"\n ]\n },\n \"500\": {\n \"key\": \"{color.static-white-alpha.500}\",\n \"value\": \"rgb(255 255 255 / 62.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 62.5%)\",\n \"key\": \"{color.static-white-alpha.500}\"\n },\n \"name\": \"ColorStaticWhiteAlpha500\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-white-alpha\",\n \"item\": \"500\"\n },\n \"path\": [\n \"color\",\n \"static-white-alpha\",\n \"500\"\n ]\n },\n \"600\": {\n \"key\": \"{color.static-white-alpha.600}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"key\": \"{color.static-white-alpha.600}\"\n },\n \"name\": \"ColorStaticWhiteAlpha600\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-white-alpha\",\n \"item\": \"600\"\n },\n \"path\": [\n \"color\",\n \"static-white-alpha\",\n \"600\"\n ]\n },\n \"700\": {\n \"key\": \"{color.static-white-alpha.700}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"key\": \"{color.static-white-alpha.700}\"\n },\n \"name\": \"ColorStaticWhiteAlpha700\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-white-alpha\",\n \"item\": \"700\"\n },\n \"path\": [\n \"color\",\n \"static-white-alpha\",\n \"700\"\n ]\n },\n \"800\": {\n \"key\": \"{color.static-white-alpha.800}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"key\": \"{color.static-white-alpha.800}\"\n },\n \"name\": \"ColorStaticWhiteAlpha800\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"static-white-alpha\",\n \"item\": \"800\"\n },\n \"path\": [\n \"color\",\n \"static-white-alpha\",\n \"800\"\n ]\n }\n },\n \"gradient\": {\n \"key\": \"{color.gradient}\",\n \"value\": \"radial-gradient(circle at 18% 20%, #3D55C159, transparent 22%), radial-gradient(circle at 82% 18%, #00A1B54D, transparent 18%), radial-gradient(circle at 70% 82%, #715DEE47, transparent 24%), linear-gradient(180deg, #06070A 0%, #0A0E18 45%, #0F1424 100%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"radial-gradient(circle at 18% 20%, #3D55C159, transparent 22%), radial-gradient(circle at 82% 18%, #00A1B54D, transparent 18%), radial-gradient(circle at 70% 82%, #715DEE47, transparent 24%), linear-gradient(180deg, #06070A 0%, #0A0E18 45%, #0F1424 100%)\",\n \"key\": \"{color.gradient}\"\n },\n \"name\": \"ColorGradient\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"gradient\"\n },\n \"path\": [\n \"color\",\n \"gradient\"\n ]\n },\n \"background-gradient\": {\n \"key\": \"{color.background-gradient}\",\n \"value\": \"linear-gradient(180deg,rgba(18, 21, 24, 1) 0%, rgba(35, 41, 64, 1) 80%)\",\n \"filePath\": \"src/color-palette.dark.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"linear-gradient(180deg,rgba(18, 21, 24, 1) 0%, rgba(35, 41, 64, 1) 80%)\",\n \"key\": \"{color.background-gradient}\"\n },\n \"name\": \"ColorBackgroundGradient\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"background-gradient\"\n },\n \"path\": [\n \"color\",\n \"background-gradient\"\n ]\n }\n },\n \"avatar-stack\": {\n \"border-width\": {\n \"key\": \"{avatar-stack.border-width}\",\n \"value\": \"2px\",\n \"filePath\": \"src/content/avatar-stack.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{avatar-stack.border-width}\"\n },\n \"name\": \"AvatarStackBorderWidth\",\n \"attributes\": {\n \"category\": \"avatar-stack\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"avatar-stack\",\n \"border-width\"\n ]\n }\n },\n \"avatar\": {\n \"size\": {\n \"xs\": {\n \"key\": \"{avatar.size.xs}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.l}\",\n \"key\": \"{avatar.size.xs}\"\n },\n \"name\": \"AvatarSizeXs\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"size\",\n \"item\": \"xs\"\n },\n \"path\": [\n \"avatar\",\n \"size\",\n \"xs\"\n ]\n },\n \"s\": {\n \"key\": \"{avatar.size.s}\",\n \"value\": \"2rem\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xl}\",\n \"key\": \"{avatar.size.s}\"\n },\n \"name\": \"AvatarSizeS\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"size\",\n \"item\": \"s\"\n },\n \"path\": [\n \"avatar\",\n \"size\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{avatar.size.m}\",\n \"value\": \"2.5rem\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"2.5rem\",\n \"key\": \"{avatar.size.m}\"\n },\n \"name\": \"AvatarSizeM\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"size\",\n \"item\": \"m\"\n },\n \"path\": [\n \"avatar\",\n \"size\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{avatar.size.l}\",\n \"value\": \"4rem\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xxl}\",\n \"key\": \"{avatar.size.l}\"\n },\n \"name\": \"AvatarSizeL\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"size\",\n \"item\": \"l\"\n },\n \"path\": [\n \"avatar\",\n \"size\",\n \"l\"\n ]\n }\n },\n \"info-status-background-color\": {\n \"key\": \"{avatar.info-status-background-color}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.200}\",\n \"key\": \"{avatar.info-status-background-color}\"\n },\n \"name\": \"AvatarInfoStatusBackgroundColor\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"info-status-background-color\"\n },\n \"path\": [\n \"avatar\",\n \"info-status-background-color\"\n ]\n },\n \"warning-status-background-color\": {\n \"key\": \"{avatar.warning-status-background-color}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.200}\",\n \"key\": \"{avatar.warning-status-background-color}\"\n },\n \"name\": \"AvatarWarningStatusBackgroundColor\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"warning-status-background-color\"\n },\n \"path\": [\n \"avatar\",\n \"warning-status-background-color\"\n ]\n },\n \"danger-status-background-color\": {\n \"key\": \"{avatar.danger-status-background-color}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.200}\",\n \"key\": \"{avatar.danger-status-background-color}\"\n },\n \"name\": \"AvatarDangerStatusBackgroundColor\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"danger-status-background-color\"\n },\n \"path\": [\n \"avatar\",\n \"danger-status-background-color\"\n ]\n },\n \"success-status-background-color\": {\n \"key\": \"{avatar.success-status-background-color}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.200}\",\n \"key\": \"{avatar.success-status-background-color}\"\n },\n \"name\": \"AvatarSuccessStatusBackgroundColor\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"success-status-background-color\"\n },\n \"path\": [\n \"avatar\",\n \"success-status-background-color\"\n ]\n },\n \"unavailable-status-background-color\": {\n \"key\": \"{avatar.unavailable-status-background-color}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/content/avatar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.400}\",\n \"key\": \"{avatar.unavailable-status-background-color}\"\n },\n \"name\": \"AvatarUnavailableStatusBackgroundColor\",\n \"attributes\": {\n \"category\": \"avatar\",\n \"type\": \"unavailable-status-background-color\"\n },\n \"path\": [\n \"avatar\",\n \"unavailable-status-background-color\"\n ]\n }\n },\n \"code-block\": {\n \"font-size\": {\n \"key\": \"{code-block.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{code-block.font-size}\"\n },\n \"name\": \"CodeBlockFontSize\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"code-block\",\n \"font-size\"\n ]\n },\n \"font-family\": {\n \"key\": \"{code-block.font-family}\",\n \"value\": \"FiraCode, monospace\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"FiraCode, monospace\",\n \"key\": \"{code-block.font-family}\"\n },\n \"name\": \"CodeBlockFontFamily\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"font-family\"\n },\n \"path\": [\n \"code-block\",\n \"font-family\"\n ]\n },\n \"padding\": {\n \"key\": \"{code-block.padding}\",\n \"value\": \"16px\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{code-block.padding}\"\n },\n \"name\": \"CodeBlockPadding\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"code-block\",\n \"padding\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{code-block.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{code-block.corner-radius}\"\n },\n \"name\": \"CodeBlockCornerRadius\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"code-block\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{code-block.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{code-block.border-width}\"\n },\n \"name\": \"CodeBlockBorderWidth\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"code-block\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{code-block.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{code-block.border-style}\"\n },\n \"name\": \"CodeBlockBorderStyle\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"code-block\",\n \"border-style\"\n ]\n },\n \"border-color\": {\n \"key\": \"{code-block.border-color}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{separator.color}\",\n \"key\": \"{code-block.border-color}\"\n },\n \"name\": \"CodeBlockBorderColor\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"code-block\",\n \"border-color\"\n ]\n },\n \"background-color\": {\n \"key\": \"{code-block.background-color}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.background-color.default}\",\n \"key\": \"{code-block.background-color}\"\n },\n \"name\": \"CodeBlockBackgroundColor\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"code-block\",\n \"background-color\"\n ]\n },\n \"content-color\": {\n \"key\": \"{code-block.content-color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color}\",\n \"key\": \"{code-block.content-color}\"\n },\n \"name\": \"CodeBlockContentColor\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"content-color\"\n },\n \"path\": [\n \"code-block\",\n \"content-color\"\n ]\n },\n \"show-more-padding\": {\n \"key\": \"{code-block.show-more-padding}\",\n \"value\": \"4px\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{code-block.show-more-padding}\"\n },\n \"name\": \"CodeBlockShowMorePadding\",\n \"attributes\": {\n \"category\": \"code-block\",\n \"type\": \"show-more-padding\"\n },\n \"path\": [\n \"code-block\",\n \"show-more-padding\"\n ]\n }\n },\n \"decorative\": {\n \"blue-background-color\": {\n \"key\": \"{decorative.blue-background-color}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.200}\",\n \"key\": \"{decorative.blue-background-color}\"\n },\n \"name\": \"DecorativeBlueBackgroundColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"blue-background-color\"\n },\n \"path\": [\n \"decorative\",\n \"blue-background-color\"\n ]\n },\n \"blue-content-accent-color\": {\n \"key\": \"{decorative.blue-content-accent-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.800}\",\n \"key\": \"{decorative.blue-content-accent-color}\"\n },\n \"name\": \"DecorativeBlueContentAccentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"blue-content-accent-color\"\n },\n \"path\": [\n \"decorative\",\n \"blue-content-accent-color\"\n ]\n },\n \"blue-content-color\": {\n \"key\": \"{decorative.blue-content-color}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.1000}\",\n \"key\": \"{decorative.blue-content-color}\"\n },\n \"name\": \"DecorativeBlueContentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"blue-content-color\"\n },\n \"path\": [\n \"decorative\",\n \"blue-content-color\"\n ]\n },\n \"teal-background-color\": {\n \"key\": \"{decorative.teal-background-color}\",\n \"value\": \"#004f59\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.200}\",\n \"key\": \"{decorative.teal-background-color}\"\n },\n \"name\": \"DecorativeTealBackgroundColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"teal-background-color\"\n },\n \"path\": [\n \"decorative\",\n \"teal-background-color\"\n ]\n },\n \"teal-content-accent-color\": {\n \"key\": \"{decorative.teal-content-accent-color}\",\n \"value\": \"#5eedff\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.800}\",\n \"key\": \"{decorative.teal-content-accent-color}\"\n },\n \"name\": \"DecorativeTealContentAccentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"teal-content-accent-color\"\n },\n \"path\": [\n \"decorative\",\n \"teal-content-accent-color\"\n ]\n },\n \"teal-content-color\": {\n \"key\": \"{decorative.teal-content-color}\",\n \"value\": \"#cffaff\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.1000}\",\n \"key\": \"{decorative.teal-content-color}\"\n },\n \"name\": \"DecorativeTealContentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"teal-content-color\"\n },\n \"path\": [\n \"decorative\",\n \"teal-content-color\"\n ]\n },\n \"green-background-color\": {\n \"key\": \"{decorative.green-background-color}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.200}\",\n \"key\": \"{decorative.green-background-color}\"\n },\n \"name\": \"DecorativeGreenBackgroundColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"green-background-color\"\n },\n \"path\": [\n \"decorative\",\n \"green-background-color\"\n ]\n },\n \"green-content-accent-color\": {\n \"key\": \"{decorative.green-content-accent-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.800}\",\n \"key\": \"{decorative.green-content-accent-color}\"\n },\n \"name\": \"DecorativeGreenContentAccentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"green-content-accent-color\"\n },\n \"path\": [\n \"decorative\",\n \"green-content-accent-color\"\n ]\n },\n \"green-content-color\": {\n \"key\": \"{decorative.green-content-color}\",\n \"value\": \"#C0FFEB\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.1000}\",\n \"key\": \"{decorative.green-content-color}\"\n },\n \"name\": \"DecorativeGreenContentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"green-content-color\"\n },\n \"path\": [\n \"decorative\",\n \"green-content-color\"\n ]\n },\n \"violet-background-color\": {\n \"key\": \"{decorative.violet-background-color}\",\n \"value\": \"#483b9f\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.200}\",\n \"key\": \"{decorative.violet-background-color}\"\n },\n \"name\": \"DecorativeVioletBackgroundColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"violet-background-color\"\n },\n \"path\": [\n \"decorative\",\n \"violet-background-color\"\n ]\n },\n \"violet-content-accent-color\": {\n \"key\": \"{decorative.violet-content-accent-color}\",\n \"value\": \"#C2B9F8\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.800}\",\n \"key\": \"{decorative.violet-content-accent-color}\"\n },\n \"name\": \"DecorativeVioletContentAccentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"violet-content-accent-color\"\n },\n \"path\": [\n \"decorative\",\n \"violet-content-accent-color\"\n ]\n },\n \"violet-content-color\": {\n \"key\": \"{decorative.violet-content-color}\",\n \"value\": \"#EAE7FD\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.1000}\",\n \"key\": \"{decorative.violet-content-color}\"\n },\n \"name\": \"DecorativeVioletContentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"violet-content-color\"\n },\n \"path\": [\n \"decorative\",\n \"violet-content-color\"\n ]\n },\n \"lilac-background-color\": {\n \"key\": \"{decorative.lilac-background-color}\",\n \"value\": \"#5f0083\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.200}\",\n \"key\": \"{decorative.lilac-background-color}\"\n },\n \"name\": \"DecorativeLilacBackgroundColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"lilac-background-color\"\n },\n \"path\": [\n \"decorative\",\n \"lilac-background-color\"\n ]\n },\n \"lilac-content-accent-color\": {\n \"key\": \"{decorative.lilac-content-accent-color}\",\n \"value\": \"#ebb6ff\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.800}\",\n \"key\": \"{decorative.lilac-content-accent-color}\"\n },\n \"name\": \"DecorativeLilacContentAccentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"lilac-content-accent-color\"\n },\n \"path\": [\n \"decorative\",\n \"lilac-content-accent-color\"\n ]\n },\n \"lilac-content-color\": {\n \"key\": \"{decorative.lilac-content-color}\",\n \"value\": \"#f6dfff\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.1000}\",\n \"key\": \"{decorative.lilac-content-color}\"\n },\n \"name\": \"DecorativeLilacContentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"lilac-content-color\"\n },\n \"path\": [\n \"decorative\",\n \"lilac-content-color\"\n ]\n }\n },\n \"heading\": {\n \"icon-to-text-spacing\": {\n \"key\": \"{heading.icon-to-text-spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{heading.icon-to-text-spacing}\"\n },\n \"name\": \"HeadingIconToTextSpacing\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"icon-to-text-spacing\"\n },\n \"path\": [\n \"heading\",\n \"icon-to-text-spacing\"\n ]\n },\n \"font-weight\": {\n \"key\": \"{heading.font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{heading.font-weight}\"\n },\n \"name\": \"HeadingFontWeight\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"font-weight\"\n },\n \"path\": [\n \"heading\",\n \"font-weight\"\n ]\n },\n \"color\": {\n \"key\": \"{heading.color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1100}\",\n \"key\": \"{heading.color}\"\n },\n \"name\": \"HeadingColor\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"color\"\n },\n \"path\": [\n \"heading\",\n \"color\"\n ]\n },\n \"color-dark\": {\n \"key\": \"{heading.color-dark}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-content-color}\",\n \"key\": \"{heading.color-dark}\"\n },\n \"name\": \"HeadingColorDark\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"color-dark\"\n },\n \"path\": [\n \"heading\",\n \"color-dark\"\n ]\n },\n \"color-light\": {\n \"key\": \"{heading.color-light}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-content-color}\",\n \"key\": \"{heading.color-light}\"\n },\n \"name\": \"HeadingColorLight\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"color-light\"\n },\n \"path\": [\n \"heading\",\n \"color-light\"\n ]\n },\n \"color-dark-static\": {\n \"key\": \"{heading.color-dark-static}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-content-color}\",\n \"key\": \"{heading.color-dark-static}\"\n },\n \"name\": \"HeadingColorDarkStatic\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"color-dark-static\"\n },\n \"path\": [\n \"heading\",\n \"color-dark-static\"\n ]\n },\n \"color-light-static\": {\n \"key\": \"{heading.color-light-static}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-content-color}\",\n \"key\": \"{heading.color-light-static}\"\n },\n \"name\": \"HeadingColorLightStatic\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"color-light-static\"\n },\n \"path\": [\n \"heading\",\n \"color-light-static\"\n ]\n },\n \"color-danger\": {\n \"key\": \"{heading.color-danger}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.900}\",\n \"key\": \"{heading.color-danger}\"\n },\n \"name\": \"HeadingColorDanger\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"color-danger\"\n },\n \"path\": [\n \"heading\",\n \"color-danger\"\n ]\n },\n \"color-unavailable\": {\n \"key\": \"{heading.color-unavailable}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{heading.color-unavailable}\"\n },\n \"name\": \"HeadingColorUnavailable\",\n \"attributes\": {\n \"category\": \"heading\",\n \"type\": \"color-unavailable\"\n },\n \"path\": [\n \"heading\",\n \"color-unavailable\"\n ]\n }\n },\n \"icon\": {\n \"size\": {\n \"s\": {\n \"key\": \"{icon.size.s}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1rem\",\n \"key\": \"{icon.size.s}\"\n },\n \"name\": \"IconSizeS\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"size\",\n \"item\": \"s\"\n },\n \"path\": [\n \"icon\",\n \"size\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{icon.size.m}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1.5rem\",\n \"key\": \"{icon.size.m}\"\n },\n \"name\": \"IconSizeM\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"size\",\n \"item\": \"m\"\n },\n \"path\": [\n \"icon\",\n \"size\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{icon.size.l}\",\n \"value\": \"4rem\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"4rem\",\n \"key\": \"{icon.size.l}\"\n },\n \"name\": \"IconSizeL\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"size\",\n \"item\": \"l\"\n },\n \"path\": [\n \"icon\",\n \"size\",\n \"l\"\n ]\n }\n },\n \"color\": {\n \"key\": \"{icon.color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.700}\",\n \"key\": \"{icon.color}\"\n },\n \"name\": \"IconColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"color\"\n },\n \"path\": [\n \"icon\",\n \"color\"\n ]\n },\n \"info-color\": {\n \"key\": \"{icon.info-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.900}\",\n \"key\": \"{icon.info-color}\"\n },\n \"name\": \"IconInfoColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"info-color\"\n },\n \"path\": [\n \"icon\",\n \"info-color\"\n ]\n },\n \"warning-color\": {\n \"key\": \"{icon.warning-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.900}\",\n \"key\": \"{icon.warning-color}\"\n },\n \"name\": \"IconWarningColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"warning-color\"\n },\n \"path\": [\n \"icon\",\n \"warning-color\"\n ]\n },\n \"danger-color\": {\n \"key\": \"{icon.danger-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.900}\",\n \"key\": \"{icon.danger-color}\"\n },\n \"name\": \"IconDangerColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"danger-color\"\n },\n \"path\": [\n \"icon\",\n \"danger-color\"\n ]\n },\n \"success-color\": {\n \"key\": \"{icon.success-color}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.900}\",\n \"key\": \"{icon.success-color}\"\n },\n \"name\": \"IconSuccessColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"success-color\"\n },\n \"path\": [\n \"icon\",\n \"success-color\"\n ]\n },\n \"unavailable-color\": {\n \"key\": \"{icon.unavailable-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{icon.unavailable-color}\"\n },\n \"name\": \"IconUnavailableColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"unavailable-color\"\n },\n \"path\": [\n \"icon\",\n \"unavailable-color\"\n ]\n },\n \"blue-color\": {\n \"key\": \"{icon.blue-color}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\n \"key\": \"{icon.blue-color}\"\n },\n \"name\": \"IconBlueColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"blue-color\"\n },\n \"path\": [\n \"icon\",\n \"blue-color\"\n ]\n },\n \"violet-color\": {\n \"key\": \"{icon.violet-color}\",\n \"value\": \"#C2B9F8\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.800}\",\n \"key\": \"{icon.violet-color}\"\n },\n \"name\": \"IconVioletColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"violet-color\"\n },\n \"path\": [\n \"icon\",\n \"violet-color\"\n ]\n },\n \"teal-color\": {\n \"key\": \"{icon.teal-color}\",\n \"value\": \"#5eedff\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.800}\",\n \"key\": \"{icon.teal-color}\"\n },\n \"name\": \"IconTealColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"teal-color\"\n },\n \"path\": [\n \"icon\",\n \"teal-color\"\n ]\n },\n \"lilac-color\": {\n \"key\": \"{icon.lilac-color}\",\n \"value\": \"#ebb6ff\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.800}\",\n \"key\": \"{icon.lilac-color}\"\n },\n \"name\": \"IconLilacColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"lilac-color\"\n },\n \"path\": [\n \"icon\",\n \"lilac-color\"\n ]\n },\n \"dark-color\": {\n \"key\": \"{icon.dark-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-content-color}\",\n \"key\": \"{icon.dark-color}\"\n },\n \"name\": \"IconDarkColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"dark-color\"\n },\n \"path\": [\n \"icon\",\n \"dark-color\"\n ]\n },\n \"light-color\": {\n \"key\": \"{icon.light-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-content-color}\",\n \"key\": \"{icon.light-color}\"\n },\n \"name\": \"IconLightColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"light-color\"\n },\n \"path\": [\n \"icon\",\n \"light-color\"\n ]\n },\n \"dark-static-color\": {\n \"key\": \"{icon.dark-static-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-content-color}\",\n \"key\": \"{icon.dark-static-color}\"\n },\n \"name\": \"IconDarkStaticColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"dark-static-color\"\n },\n \"path\": [\n \"icon\",\n \"dark-static-color\"\n ]\n },\n \"light-static-color\": {\n \"key\": \"{icon.light-static-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-content-color}\",\n \"key\": \"{icon.light-static-color}\"\n },\n \"name\": \"IconLightStaticColor\",\n \"attributes\": {\n \"category\": \"icon\",\n \"type\": \"light-static-color\"\n },\n \"path\": [\n \"icon\",\n \"light-static-color\"\n ]\n }\n },\n \"illustrated-message\": {\n \"padding\": {\n \"key\": \"{illustrated-message.padding}\",\n \"value\": \"16px\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{illustrated-message.padding}\"\n },\n \"name\": \"IllustratedMessagePadding\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"illustrated-message\",\n \"padding\"\n ]\n },\n \"spacing\": {\n \"key\": \"{illustrated-message.spacing}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{illustrated-message.spacing}\"\n },\n \"name\": \"IllustratedMessageSpacing\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"illustrated-message\",\n \"spacing\"\n ]\n },\n \"content-color\": {\n \"key\": \"{illustrated-message.content-color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{heading.color}\",\n \"key\": \"{illustrated-message.content-color}\"\n },\n \"name\": \"IllustratedMessageContentColor\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"content-color\"\n },\n \"path\": [\n \"illustrated-message\",\n \"content-color\"\n ]\n },\n \"danger-content-color\": {\n \"key\": \"{illustrated-message.danger-content-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.900}\",\n \"key\": \"{illustrated-message.danger-content-color}\"\n },\n \"name\": \"IllustratedMessageDangerContentColor\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"danger-content-color\"\n },\n \"path\": [\n \"illustrated-message\",\n \"danger-content-color\"\n ]\n },\n \"unavailable-content-color\": {\n \"key\": \"{illustrated-message.unavailable-content-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{illustrated-message.unavailable-content-color}\"\n },\n \"name\": \"IllustratedMessageUnavailableContentColor\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"unavailable-content-color\"\n },\n \"path\": [\n \"illustrated-message\",\n \"unavailable-content-color\"\n ]\n },\n \"dark-content-color\": {\n \"key\": \"{illustrated-message.dark-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-content-color}\",\n \"key\": \"{illustrated-message.dark-content-color}\"\n },\n \"name\": \"IllustratedMessageDarkContentColor\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"dark-content-color\"\n },\n \"path\": [\n \"illustrated-message\",\n \"dark-content-color\"\n ]\n },\n \"light-content-color\": {\n \"key\": \"{illustrated-message.light-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-content-color}\",\n \"key\": \"{illustrated-message.light-content-color}\"\n },\n \"name\": \"IllustratedMessageLightContentColor\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"light-content-color\"\n },\n \"path\": [\n \"illustrated-message\",\n \"light-content-color\"\n ]\n },\n \"dark-static-content-color\": {\n \"key\": \"{illustrated-message.dark-static-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-content-color}\",\n \"key\": \"{illustrated-message.dark-static-content-color}\"\n },\n \"name\": \"IllustratedMessageDarkStaticContentColor\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"dark-static-content-color\"\n },\n \"path\": [\n \"illustrated-message\",\n \"dark-static-content-color\"\n ]\n },\n \"light-static-content-color\": {\n \"key\": \"{illustrated-message.light-static-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-content-color}\",\n \"key\": \"{illustrated-message.light-static-content-color}\"\n },\n \"name\": \"IllustratedMessageLightStaticContentColor\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"light-static-content-color\"\n },\n \"path\": [\n \"illustrated-message\",\n \"light-static-content-color\"\n ]\n }\n },\n \"image\": {\n \"corner-radius\": {\n \"key\": \"{image.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/content/image.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{image.corner-radius}\"\n },\n \"name\": \"ImageCornerRadius\",\n \"attributes\": {\n \"category\": \"image\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"image\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{image.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/content/image.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{image.border-width}\"\n },\n \"name\": \"ImageBorderWidth\",\n \"attributes\": {\n \"category\": \"image\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"image\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{image.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/content/image.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{image.border-style}\"\n },\n \"name\": \"ImageBorderStyle\",\n \"attributes\": {\n \"category\": \"image\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"image\",\n \"border-style\"\n ]\n },\n \"border-color\": {\n \"key\": \"{image.border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/content/image.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{image.border-color}\"\n },\n \"name\": \"ImageBorderColor\",\n \"attributes\": {\n \"category\": \"image\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"image\",\n \"border-color\"\n ]\n }\n },\n \"initials\": {\n \"font-weight\": {\n \"key\": \"{initials.font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/content/initials.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{initials.font-weight}\"\n },\n \"name\": \"InitialsFontWeight\",\n \"attributes\": {\n \"category\": \"initials\",\n \"type\": \"font-weight\"\n },\n \"path\": [\n \"initials\",\n \"font-weight\"\n ]\n }\n },\n \"inline-code\": {\n \"font-size\": {\n \"key\": \"{inline-code.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{inline-code.font-size}\"\n },\n \"name\": \"InlineCodeFontSize\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"inline-code\",\n \"font-size\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{inline-code.padding-x}\",\n \"value\": \"4px\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{inline-code.padding-x}\"\n },\n \"name\": \"InlineCodePaddingX\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"inline-code\",\n \"padding-x\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{inline-code.padding-y}\",\n \"value\": \"2px\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xxs}\",\n \"key\": \"{inline-code.padding-y}\"\n },\n \"name\": \"InlineCodePaddingY\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"inline-code\",\n \"padding-y\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{inline-code.corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.s}\",\n \"key\": \"{inline-code.corner-radius}\"\n },\n \"name\": \"InlineCodeCornerRadius\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"inline-code\",\n \"corner-radius\"\n ]\n },\n \"background-color\": {\n \"key\": \"{inline-code.background-color}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.default}\",\n \"key\": \"{inline-code.background-color}\"\n },\n \"name\": \"InlineCodeBackgroundColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"inline-code\",\n \"background-color\"\n ]\n },\n \"content-color\": {\n \"key\": \"{inline-code.content-color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color}\",\n \"key\": \"{inline-code.content-color}\"\n },\n \"name\": \"InlineCodeContentColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"content-color\"\n },\n \"path\": [\n \"inline-code\",\n \"content-color\"\n ]\n },\n \"dark-background-color\": {\n \"key\": \"{inline-code.dark-background-color}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-soft-background-color.default}\",\n \"key\": \"{inline-code.dark-background-color}\"\n },\n \"name\": \"InlineCodeDarkBackgroundColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"dark-background-color\"\n },\n \"path\": [\n \"inline-code\",\n \"dark-background-color\"\n ]\n },\n \"dark-content-color\": {\n \"key\": \"{inline-code.dark-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-soft-content-color}\",\n \"key\": \"{inline-code.dark-content-color}\"\n },\n \"name\": \"InlineCodeDarkContentColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"dark-content-color\"\n },\n \"path\": [\n \"inline-code\",\n \"dark-content-color\"\n ]\n },\n \"light-background-color\": {\n \"key\": \"{inline-code.light-background-color}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-soft-background-color.default}\",\n \"key\": \"{inline-code.light-background-color}\"\n },\n \"name\": \"InlineCodeLightBackgroundColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"light-background-color\"\n },\n \"path\": [\n \"inline-code\",\n \"light-background-color\"\n ]\n },\n \"light-content-color\": {\n \"key\": \"{inline-code.light-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-soft-content-color}\",\n \"key\": \"{inline-code.light-content-color}\"\n },\n \"name\": \"InlineCodeLightContentColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"light-content-color\"\n },\n \"path\": [\n \"inline-code\",\n \"light-content-color\"\n ]\n },\n \"dark-static-background-color\": {\n \"key\": \"{inline-code.dark-static-background-color}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-soft-background-color.default}\",\n \"key\": \"{inline-code.dark-static-background-color}\"\n },\n \"name\": \"InlineCodeDarkStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"dark-static-background-color\"\n },\n \"path\": [\n \"inline-code\",\n \"dark-static-background-color\"\n ]\n },\n \"dark-static-content-color\": {\n \"key\": \"{inline-code.dark-static-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-soft-content-color}\",\n \"key\": \"{inline-code.dark-static-content-color}\"\n },\n \"name\": \"InlineCodeDarkStaticContentColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"dark-static-content-color\"\n },\n \"path\": [\n \"inline-code\",\n \"dark-static-content-color\"\n ]\n },\n \"light-static-background-color\": {\n \"key\": \"{inline-code.light-static-background-color}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-soft-background-color.default}\",\n \"key\": \"{inline-code.light-static-background-color}\"\n },\n \"name\": \"InlineCodeLightStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"light-static-background-color\"\n },\n \"path\": [\n \"inline-code\",\n \"light-static-background-color\"\n ]\n },\n \"light-static-content-color\": {\n \"key\": \"{inline-code.light-static-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-soft-content-color}\",\n \"key\": \"{inline-code.light-static-content-color}\"\n },\n \"name\": \"InlineCodeLightStaticContentColor\",\n \"attributes\": {\n \"category\": \"inline-code\",\n \"type\": \"light-static-content-color\"\n },\n \"path\": [\n \"inline-code\",\n \"light-static-content-color\"\n ]\n }\n },\n \"kbd\": {\n \"corner-radius\": {\n \"key\": \"{kbd.corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.s}\",\n \"key\": \"{kbd.corner-radius}\"\n },\n \"name\": \"KbdCornerRadius\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"kbd\",\n \"corner-radius\"\n ]\n },\n \"padding\": {\n \"key\": \"{kbd.padding}\",\n \"value\": \"4px\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{kbd.padding}\"\n },\n \"name\": \"KbdPadding\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"kbd\",\n \"padding\"\n ]\n },\n \"padding-y-start\": {\n \"key\": \"{kbd.padding-y-start}\",\n \"value\": \"2px\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xxs}\",\n \"key\": \"{kbd.padding-y-start}\"\n },\n \"name\": \"KbdPaddingYStart\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"padding-y-start\"\n },\n \"path\": [\n \"kbd\",\n \"padding-y-start\"\n ]\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{kbd.background-color.default}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.default}\",\n \"key\": \"{kbd.background-color.default}\"\n },\n \"name\": \"KbdBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"kbd\",\n \"background-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{kbd.background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-background-color}\",\n \"key\": \"{kbd.background-color.disabled}\"\n },\n \"name\": \"KbdBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"kbd\",\n \"background-color\",\n \"disabled\"\n ]\n }\n },\n \"content-color\": {\n \"default\": {\n \"key\": \"{kbd.content-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color}\",\n \"key\": \"{kbd.content-color.default}\"\n },\n \"name\": \"KbdContentColorDefault\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"kbd\",\n \"content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{kbd.content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-content-color}\",\n \"key\": \"{kbd.content-color.disabled}\"\n },\n \"name\": \"KbdContentColorDisabled\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"kbd\",\n \"content-color\",\n \"disabled\"\n ]\n }\n },\n \"content-color-plain\": {\n \"default\": {\n \"key\": \"{kbd.content-color-plain.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.placeholder-color.default}\",\n \"key\": \"{kbd.content-color-plain.default}\"\n },\n \"name\": \"KbdContentColorPlainDefault\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"content-color-plain\",\n \"item\": \"default\"\n },\n \"path\": [\n \"kbd\",\n \"content-color-plain\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{kbd.content-color-plain.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.placeholder-color.disabled}\",\n \"key\": \"{kbd.content-color-plain.disabled}\"\n },\n \"name\": \"KbdContentColorPlainDisabled\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"content-color-plain\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"kbd\",\n \"content-color-plain\",\n \"disabled\"\n ]\n }\n },\n \"inner-shadow-color\": {\n \"default\": {\n \"key\": \"{kbd.inner-shadow-color.default}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{kbd.inner-shadow-color.default}\"\n },\n \"name\": \"KbdInnerShadowColorDefault\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"inner-shadow-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"kbd\",\n \"inner-shadow-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{kbd.inner-shadow-color.disabled}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-background-color}\",\n \"key\": \"{kbd.inner-shadow-color.disabled}\"\n },\n \"name\": \"KbdInnerShadowColorDisabled\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"inner-shadow-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"kbd\",\n \"inner-shadow-color\",\n \"disabled\"\n ]\n }\n },\n \"inner-shadow-size-x\": {\n \"key\": \"{kbd.inner-shadow-size-x}\",\n \"value\": \"2px\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xxs}\",\n \"key\": \"{kbd.inner-shadow-size-x}\"\n },\n \"name\": \"KbdInnerShadowSizeX\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"inner-shadow-size-x\"\n },\n \"path\": [\n \"kbd\",\n \"inner-shadow-size-x\"\n ]\n },\n \"inner-shadow-size-y-end\": {\n \"key\": \"{kbd.inner-shadow-size-y-end}\",\n \"value\": \"4px\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{kbd.inner-shadow-size-y-end}\"\n },\n \"name\": \"KbdInnerShadowSizeYEnd\",\n \"attributes\": {\n \"category\": \"kbd\",\n \"type\": \"inner-shadow-size-y-end\"\n },\n \"path\": [\n \"kbd\",\n \"inner-shadow-size-y-end\"\n ]\n }\n },\n \"label\": {\n \"font-size\": {\n \"key\": \"{label.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/content/label.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{label.font-size}\"\n },\n \"name\": \"LabelFontSize\",\n \"attributes\": {\n \"category\": \"label\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"label\",\n \"font-size\"\n ]\n },\n \"font-weight\": {\n \"key\": \"{label.font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/content/label.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{label.font-weight}\"\n },\n \"name\": \"LabelFontWeight\",\n \"attributes\": {\n \"category\": \"label\",\n \"type\": \"font-weight\"\n },\n \"path\": [\n \"label\",\n \"font-weight\"\n ]\n },\n \"spacing\": {\n \"key\": \"{label.spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/content/label.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{label.spacing}\"\n },\n \"name\": \"LabelSpacing\",\n \"attributes\": {\n \"category\": \"label\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"label\",\n \"spacing\"\n ]\n },\n \"color\": {\n \"default\": {\n \"key\": \"{label.color.default}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/content/label.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.800}\",\n \"key\": \"{label.color.default}\"\n },\n \"name\": \"LabelColorDefault\",\n \"attributes\": {\n \"category\": \"label\",\n \"type\": \"color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"label\",\n \"color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{label.color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/content/label.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{label.color.disabled}\"\n },\n \"name\": \"LabelColorDisabled\",\n \"attributes\": {\n \"category\": \"label\",\n \"type\": \"color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"label\",\n \"color\",\n \"disabled\"\n ]\n }\n }\n },\n \"labeled-value\": {\n \"label-to-value-spacing\": {\n \"key\": \"{labeled-value.label-to-value-spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/content/labeled-value.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{labeled-value.label-to-value-spacing}\"\n },\n \"name\": \"LabeledValueLabelToValueSpacing\",\n \"attributes\": {\n \"category\": \"labeled-value\",\n \"type\": \"label-to-value-spacing\"\n },\n \"path\": [\n \"labeled-value\",\n \"label-to-value-spacing\"\n ]\n },\n \"value-to-action-spacing\": {\n \"key\": \"{labeled-value.value-to-action-spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/content/labeled-value.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{labeled-value.value-to-action-spacing}\"\n },\n \"name\": \"LabeledValueValueToActionSpacing\",\n \"attributes\": {\n \"category\": \"labeled-value\",\n \"type\": \"value-to-action-spacing\"\n },\n \"path\": [\n \"labeled-value\",\n \"value-to-action-spacing\"\n ]\n }\n },\n \"markdown\": {\n \"spacing\": {\n \"key\": \"{markdown.spacing}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/content/markdown.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{markdown.spacing}\"\n },\n \"name\": \"MarkdownSpacing\",\n \"attributes\": {\n \"category\": \"markdown\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"markdown\",\n \"spacing\"\n ]\n }\n },\n \"text\": {\n \"color\": {\n \"default\": {\n \"key\": \"{text.color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1100}\",\n \"key\": \"{text.color.default}\"\n },\n \"name\": \"TextColorDefault\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"text\",\n \"color\",\n \"default\"\n ]\n },\n \"light\": {\n \"key\": \"{text.color.light}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-content-color}\",\n \"key\": \"{text.color.light}\"\n },\n \"name\": \"TextColorLight\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"color\",\n \"item\": \"light\"\n },\n \"path\": [\n \"text\",\n \"color\",\n \"light\"\n ]\n },\n \"dark\": {\n \"key\": \"{text.color.dark}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-content-color}\",\n \"key\": \"{text.color.dark}\"\n },\n \"name\": \"TextColorDark\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"color\",\n \"item\": \"dark\"\n },\n \"path\": [\n \"text\",\n \"color\",\n \"dark\"\n ]\n },\n \"light-static\": {\n \"key\": \"{text.color.light-static}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-content-color}\",\n \"key\": \"{text.color.light-static}\"\n },\n \"name\": \"TextColorLightStatic\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"color\",\n \"item\": \"light-static\"\n },\n \"path\": [\n \"text\",\n \"color\",\n \"light-static\"\n ]\n },\n \"dark-static\": {\n \"key\": \"{text.color.dark-static}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-content-color}\",\n \"key\": \"{text.color.dark-static}\"\n },\n \"name\": \"TextColorDarkStatic\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"color\",\n \"item\": \"dark-static\"\n },\n \"path\": [\n \"text\",\n \"color\",\n \"dark-static\"\n ]\n },\n \"disabled\": {\n \"key\": \"{text.color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{text.color.disabled}\"\n },\n \"name\": \"TextColorDisabled\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"text\",\n \"color\",\n \"disabled\"\n ]\n }\n },\n \"blockquote-border-width\": {\n \"key\": \"{text.blockquote-border-width}\",\n \"value\": \"4px\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.300}\",\n \"key\": \"{text.blockquote-border-width}\"\n },\n \"name\": \"TextBlockquoteBorderWidth\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"blockquote-border-width\"\n },\n \"path\": [\n \"text\",\n \"blockquote-border-width\"\n ]\n },\n \"blockquote-border-style\": {\n \"key\": \"{text.blockquote-border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{text.blockquote-border-style}\"\n },\n \"name\": \"TextBlockquoteBorderStyle\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"blockquote-border-style\"\n },\n \"path\": [\n \"text\",\n \"blockquote-border-style\"\n ]\n },\n \"blockquote-border-color\": {\n \"key\": \"{text.blockquote-border-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-outline-border-color}\",\n \"key\": \"{text.blockquote-border-color}\"\n },\n \"name\": \"TextBlockquoteBorderColor\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"blockquote-border-color\"\n },\n \"path\": [\n \"text\",\n \"blockquote-border-color\"\n ]\n },\n \"blockquote-padding\": {\n \"key\": \"{text.blockquote-padding}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{text.blockquote-padding}\"\n },\n \"name\": \"TextBlockquotePadding\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"blockquote-padding\"\n },\n \"path\": [\n \"text\",\n \"blockquote-padding\"\n ]\n },\n \"list-padding\": {\n \"key\": \"{text.list-padding}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.l}\",\n \"key\": \"{text.list-padding}\"\n },\n \"name\": \"TextListPadding\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"list-padding\"\n },\n \"path\": [\n \"text\",\n \"list-padding\"\n ]\n }\n },\n \"area\": {\n \"border-width\": {\n \"key\": \"{area.border-width}\",\n \"value\": \"2px\",\n \"filePath\": \"src/dataVisualisation/area.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{area.border-width}\"\n },\n \"name\": \"AreaBorderWidth\",\n \"attributes\": {\n \"category\": \"area\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"area\",\n \"border-width\"\n ]\n },\n \"border-color\": {\n \"key\": \"{area.border-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/dataVisualisation/area.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{area.border-color}\"\n },\n \"name\": \"AreaBorderColor\",\n \"attributes\": {\n \"category\": \"area\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"area\",\n \"border-color\"\n ]\n }\n },\n \"axis\": {\n \"spacing\": {\n \"key\": \"{axis.spacing}\",\n \"value\": \"8px\",\n \"filePath\": \"src/dataVisualisation/axis.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{axis.spacing}\"\n },\n \"name\": \"AxisSpacing\",\n \"attributes\": {\n \"category\": \"axis\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"axis\",\n \"spacing\"\n ]\n },\n \"font-size\": {\n \"key\": \"{axis.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/dataVisualisation/axis.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{axis.font-size}\"\n },\n \"name\": \"AxisFontSize\",\n \"attributes\": {\n \"category\": \"axis\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"axis\",\n \"font-size\"\n ]\n },\n \"color\": {\n \"key\": \"{axis.color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/dataVisualisation/axis.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.800}\",\n \"key\": \"{axis.color}\"\n },\n \"name\": \"AxisColor\",\n \"attributes\": {\n \"category\": \"axis\",\n \"type\": \"color\"\n },\n \"path\": [\n \"axis\",\n \"color\"\n ]\n },\n \"stroke-width\": {\n \"key\": \"{axis.stroke-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/dataVisualisation/axis.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{axis.stroke-width}\"\n },\n \"name\": \"AxisStrokeWidth\",\n \"attributes\": {\n \"category\": \"axis\",\n \"type\": \"stroke-width\"\n },\n \"path\": [\n \"axis\",\n \"stroke-width\"\n ]\n },\n \"tick-size\": {\n \"key\": \"{axis.tick-size}\",\n \"value\": \"8px\",\n \"filePath\": \"src/dataVisualisation/axis.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{axis.tick-size}\"\n },\n \"name\": \"AxisTickSize\",\n \"attributes\": {\n \"category\": \"axis\",\n \"type\": \"tick-size\"\n },\n \"path\": [\n \"axis\",\n \"tick-size\"\n ]\n }\n },\n \"big-number\": {\n \"spacing\": {\n \"key\": \"{big-number.spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/dataVisualisation/big-number.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{big-number.spacing}\"\n },\n \"name\": \"BigNumberSpacing\",\n \"attributes\": {\n \"category\": \"big-number\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"big-number\",\n \"spacing\"\n ]\n },\n \"top-font-size\": {\n \"key\": \"{big-number.top-font-size}\",\n \"value\": \"2rem\",\n \"filePath\": \"src/dataVisualisation/big-number.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-heading.xl}\",\n \"key\": \"{big-number.top-font-size}\"\n },\n \"name\": \"BigNumberTopFontSize\",\n \"attributes\": {\n \"category\": \"big-number\",\n \"type\": \"top-font-size\"\n },\n \"path\": [\n \"big-number\",\n \"top-font-size\"\n ]\n },\n \"bottom-font-size\": {\n \"key\": \"{big-number.bottom-font-size}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/dataVisualisation/big-number.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.m}\",\n \"key\": \"{big-number.bottom-font-size}\"\n },\n \"name\": \"BigNumberBottomFontSize\",\n \"attributes\": {\n \"category\": \"big-number\",\n \"type\": \"bottom-font-size\"\n },\n \"path\": [\n \"big-number\",\n \"bottom-font-size\"\n ]\n },\n \"font-weight\": {\n \"key\": \"{big-number.font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/dataVisualisation/big-number.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{big-number.font-weight}\"\n },\n \"name\": \"BigNumberFontWeight\",\n \"attributes\": {\n \"category\": \"big-number\",\n \"type\": \"font-weight\"\n },\n \"path\": [\n \"big-number\",\n \"font-weight\"\n ]\n }\n },\n \"cartesian-grid\": {\n \"color\": {\n \"key\": \"{cartesian-grid.color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/dataVisualisation/cartesian-grid.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.800}\",\n \"key\": \"{cartesian-grid.color}\"\n },\n \"name\": \"CartesianGridColor\",\n \"attributes\": {\n \"category\": \"cartesian-grid\",\n \"type\": \"color\"\n },\n \"path\": [\n \"cartesian-grid\",\n \"color\"\n ]\n },\n \"stroke-width\": {\n \"key\": \"{cartesian-grid.stroke-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/dataVisualisation/cartesian-grid.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{cartesian-grid.stroke-width}\"\n },\n \"name\": \"CartesianGridStrokeWidth\",\n \"attributes\": {\n \"category\": \"cartesian-grid\",\n \"type\": \"stroke-width\"\n },\n \"path\": [\n \"cartesian-grid\",\n \"stroke-width\"\n ]\n }\n },\n \"chart-tooltip\": {\n \"spacing\": {\n \"key\": \"{chart-tooltip.spacing}\",\n \"value\": \"8px\",\n \"filePath\": \"src/dataVisualisation/chart-tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{chart-tooltip.spacing}\"\n },\n \"name\": \"ChartTooltipSpacing\",\n \"attributes\": {\n \"category\": \"chart-tooltip\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"chart-tooltip\",\n \"spacing\"\n ]\n }\n },\n \"donut-chart\": {\n \"border-color\": {\n \"key\": \"{donut-chart.border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{donut-chart.border-color}\"\n },\n \"name\": \"DonutChartBorderColor\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"donut-chart\",\n \"border-color\"\n ]\n },\n \"background-color\": {\n \"key\": \"{donut-chart.background-color}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{donut-chart.background-color}\"\n },\n \"name\": \"DonutChartBackgroundColor\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"donut-chart\",\n \"background-color\"\n ]\n },\n \"spacing-y\": {\n \"key\": \"{donut-chart.spacing-y}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{donut-chart.spacing-y}\"\n },\n \"name\": \"DonutChartSpacingY\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"spacing-y\"\n },\n \"path\": [\n \"donut-chart\",\n \"spacing-y\"\n ]\n },\n \"spacing-x\": {\n \"key\": \"{donut-chart.spacing-x}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{donut-chart.spacing-x}\"\n },\n \"name\": \"DonutChartSpacingX\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"spacing-x\"\n },\n \"path\": [\n \"donut-chart\",\n \"spacing-x\"\n ]\n },\n \"padding\": {\n \"m\": {\n \"key\": \"{donut-chart.padding.m}\",\n \"value\": \"24px\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.l}\",\n \"key\": \"{donut-chart.padding.m}\"\n },\n \"name\": \"DonutChartPaddingM\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"padding\",\n \"item\": \"m\"\n },\n \"path\": [\n \"donut-chart\",\n \"padding\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{donut-chart.padding.l}\",\n \"value\": \"32px\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xl}\",\n \"key\": \"{donut-chart.padding.l}\"\n },\n \"name\": \"DonutChartPaddingL\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"padding\",\n \"item\": \"l\"\n },\n \"path\": [\n \"donut-chart\",\n \"padding\",\n \"l\"\n ]\n }\n },\n \"info-fill-background-color\": {\n \"key\": \"{donut-chart.info-fill-background-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-solid-background-color.default}\",\n \"key\": \"{donut-chart.info-fill-background-color}\"\n },\n \"name\": \"DonutChartInfoFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"info-fill-background-color\"\n },\n \"path\": [\n \"donut-chart\",\n \"info-fill-background-color\"\n ]\n },\n \"success-fill-background-color\": {\n \"key\": \"{donut-chart.success-fill-background-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-background-color.default}\",\n \"key\": \"{donut-chart.success-fill-background-color}\"\n },\n \"name\": \"DonutChartSuccessFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"success-fill-background-color\"\n },\n \"path\": [\n \"donut-chart\",\n \"success-fill-background-color\"\n ]\n },\n \"warning-fill-background-color\": {\n \"key\": \"{donut-chart.warning-fill-background-color}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-solid-background-color.default}\",\n \"key\": \"{donut-chart.warning-fill-background-color}\"\n },\n \"name\": \"DonutChartWarningFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"warning-fill-background-color\"\n },\n \"path\": [\n \"donut-chart\",\n \"warning-fill-background-color\"\n ]\n },\n \"danger-fill-background-color\": {\n \"key\": \"{donut-chart.danger-fill-background-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-solid-background-color.default}\",\n \"key\": \"{donut-chart.danger-fill-background-color}\"\n },\n \"name\": \"DonutChartDangerFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"donut-chart\",\n \"type\": \"danger-fill-background-color\"\n },\n \"path\": [\n \"donut-chart\",\n \"danger-fill-background-color\"\n ]\n }\n },\n \"legend\": {\n \"spacing-x\": {\n \"key\": \"{legend.spacing-x}\",\n \"value\": \"16px\",\n \"filePath\": \"src/dataVisualisation/legend.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{legend.spacing-x}\"\n },\n \"name\": \"LegendSpacingX\",\n \"attributes\": {\n \"category\": \"legend\",\n \"type\": \"spacing-x\"\n },\n \"path\": [\n \"legend\",\n \"spacing-x\"\n ]\n },\n \"spacing-y\": {\n \"key\": \"{legend.spacing-y}\",\n \"value\": \"8px\",\n \"filePath\": \"src/dataVisualisation/legend.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{legend.spacing-y}\"\n },\n \"name\": \"LegendSpacingY\",\n \"attributes\": {\n \"category\": \"legend\",\n \"type\": \"spacing-y\"\n },\n \"path\": [\n \"legend\",\n \"spacing-y\"\n ]\n }\n },\n \"legend-item\": {\n \"spacing\": {\n \"key\": \"{legend-item.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/dataVisualisation/legend.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{legend-item.spacing}\"\n },\n \"name\": \"LegendItemSpacing\",\n \"attributes\": {\n \"category\": \"legend-item\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"legend-item\",\n \"spacing\"\n ]\n },\n \"marker\": {\n \"size\": {\n \"key\": \"{legend-item.marker.size}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/dataVisualisation/legend.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{legend-item.marker.size}\"\n },\n \"name\": \"LegendItemMarkerSize\",\n \"attributes\": {\n \"category\": \"legend-item\",\n \"type\": \"marker\",\n \"item\": \"size\"\n },\n \"path\": [\n \"legend-item\",\n \"marker\",\n \"size\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{legend-item.marker.corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/dataVisualisation/legend.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.s}\",\n \"key\": \"{legend-item.marker.corner-radius}\"\n },\n \"name\": \"LegendItemMarkerCornerRadius\",\n \"attributes\": {\n \"category\": \"legend-item\",\n \"type\": \"marker\",\n \"item\": \"corner-radius\"\n },\n \"path\": [\n \"legend-item\",\n \"marker\",\n \"corner-radius\"\n ]\n }\n }\n },\n \"line\": {\n \"border-width\": {\n \"key\": \"{line.border-width}\",\n \"value\": \"2px\",\n \"filePath\": \"src/dataVisualisation/line.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{line.border-width}\"\n },\n \"name\": \"LineBorderWidth\",\n \"attributes\": {\n \"category\": \"line\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"line\",\n \"border-width\"\n ]\n }\n },\n \"shadow\": {\n \"content\": {\n \"key\": \"{shadow.content}\",\n \"value\": \"rgb(0 0 0 / 12.5%) 0 2px 4px\",\n \"filePath\": \"src/effects.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.100} 0 {size-px.xxs} {size-px.xs}\",\n \"key\": \"{shadow.content}\"\n },\n \"name\": \"ShadowContent\",\n \"attributes\": {\n \"category\": \"shadow\",\n \"type\": \"content\"\n },\n \"path\": [\n \"shadow\",\n \"content\"\n ]\n },\n \"overlay\": {\n \"key\": \"{shadow.overlay}\",\n \"value\": \"rgb(0 0 0 / 12.5%) 0 8px 16px\",\n \"filePath\": \"src/effects.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.100} 0 {size-px.s} {size-px.m}\",\n \"key\": \"{shadow.overlay}\"\n },\n \"name\": \"ShadowOverlay\",\n \"attributes\": {\n \"category\": \"shadow\",\n \"type\": \"overlay\"\n },\n \"path\": [\n \"shadow\",\n \"overlay\"\n ]\n }\n },\n \"blur\": {\n \"key\": \"{blur}\",\n \"value\": \"3px\",\n \"filePath\": \"src/effects.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"3px\",\n \"key\": \"{blur}\"\n },\n \"name\": \"Blur\",\n \"attributes\": {\n \"category\": \"blur\"\n },\n \"path\": [\n \"blur\"\n ]\n },\n \"transition\": {\n \"duration\": {\n \"fast\": {\n \"key\": \"{transition.duration.fast}\",\n \"value\": \"200ms\",\n \"filePath\": \"src/effects.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"200ms\",\n \"key\": \"{transition.duration.fast}\"\n },\n \"name\": \"TransitionDurationFast\",\n \"attributes\": {\n \"category\": \"transition\",\n \"type\": \"duration\",\n \"item\": \"fast\"\n },\n \"path\": [\n \"transition\",\n \"duration\",\n \"fast\"\n ]\n },\n \"default\": {\n \"key\": \"{transition.duration.default}\",\n \"value\": \"300ms\",\n \"filePath\": \"src/effects.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"300ms\",\n \"key\": \"{transition.duration.default}\"\n },\n \"name\": \"TransitionDurationDefault\",\n \"attributes\": {\n \"category\": \"transition\",\n \"type\": \"duration\",\n \"item\": \"default\"\n },\n \"path\": [\n \"transition\",\n \"duration\",\n \"default\"\n ]\n },\n \"slow\": {\n \"key\": \"{transition.duration.slow}\",\n \"value\": \"400ms\",\n \"filePath\": \"src/effects.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"400ms\",\n \"key\": \"{transition.duration.slow}\"\n },\n \"name\": \"TransitionDurationSlow\",\n \"attributes\": {\n \"category\": \"transition\",\n \"type\": \"duration\",\n \"item\": \"slow\"\n },\n \"path\": [\n \"transition\",\n \"duration\",\n \"slow\"\n ]\n }\n }\n },\n \"focus\": {\n \"outline-color\": {\n \"key\": \"{focus.outline-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/focus.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{focus.outline-color}\"\n },\n \"name\": \"FocusOutlineColor\",\n \"attributes\": {\n \"category\": \"focus\",\n \"type\": \"outline-color\"\n },\n \"path\": [\n \"focus\",\n \"outline-color\"\n ]\n },\n \"secondary-outline-color\": {\n \"key\": \"{focus.secondary-outline-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/focus.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{focus.secondary-outline-color}\"\n },\n \"name\": \"FocusSecondaryOutlineColor\",\n \"attributes\": {\n \"category\": \"focus\",\n \"type\": \"secondary-outline-color\"\n },\n \"path\": [\n \"focus\",\n \"secondary-outline-color\"\n ]\n },\n \"outline-offset\": {\n \"key\": \"{focus.outline-offset}\",\n \"value\": \"2px\",\n \"filePath\": \"src/focus.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xxs}\",\n \"key\": \"{focus.outline-offset}\"\n },\n \"name\": \"FocusOutlineOffset\",\n \"attributes\": {\n \"category\": \"focus\",\n \"type\": \"outline-offset\"\n },\n \"path\": [\n \"focus\",\n \"outline-offset\"\n ]\n },\n \"outline-width\": {\n \"key\": \"{focus.outline-width}\",\n \"value\": \"2px\",\n \"filePath\": \"src/focus.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{focus.outline-width}\"\n },\n \"name\": \"FocusOutlineWidth\",\n \"attributes\": {\n \"category\": \"focus\",\n \"type\": \"outline-width\"\n },\n \"path\": [\n \"focus\",\n \"outline-width\"\n ]\n }\n },\n \"font-weight\": {\n \"normal\": {\n \"key\": \"{font-weight.normal}\",\n \"value\": \"normal\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"normal\",\n \"key\": \"{font-weight.normal}\"\n },\n \"name\": \"FontWeightNormal\",\n \"attributes\": {\n \"category\": \"font-weight\",\n \"type\": \"normal\"\n },\n \"path\": [\n \"font-weight\",\n \"normal\"\n ]\n },\n \"bold\": {\n \"key\": \"{font-weight.bold}\",\n \"value\": \"bold\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"bold\",\n \"key\": \"{font-weight.bold}\"\n },\n \"name\": \"FontWeightBold\",\n \"attributes\": {\n \"category\": \"font-weight\",\n \"type\": \"bold\"\n },\n \"path\": [\n \"font-weight\",\n \"bold\"\n ]\n }\n },\n \"line-height\": {\n \"key\": \"{line-height}\",\n \"value\": 1.5,\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": 1.5,\n \"key\": \"{line-height}\"\n },\n \"name\": \"LineHeight\",\n \"attributes\": {\n \"category\": \"line-height\"\n },\n \"path\": [\n \"line-height\"\n ]\n },\n \"line-height-m\": {\n \"key\": \"{line-height-m}\",\n \"value\": \"calc(1rem * 1.5)\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc({font-size-text.m} * 1.5)\",\n \"key\": \"{line-height-m}\"\n },\n \"name\": \"LineHeightM\",\n \"attributes\": {\n \"category\": \"line-height-m\"\n },\n \"path\": [\n \"line-height-m\"\n ]\n },\n \"line-height-s\": {\n \"key\": \"{line-height-s}\",\n \"value\": \"calc(0.875rem * 1.5)\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc({font-size-text.s} * 1.5)\",\n \"key\": \"{line-height-s}\"\n },\n \"name\": \"LineHeightS\",\n \"attributes\": {\n \"category\": \"line-height-s\"\n },\n \"path\": [\n \"line-height-s\"\n ]\n },\n \"single-line-height\": {\n \"key\": \"{single-line-height}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1rem\",\n \"key\": \"{single-line-height}\"\n },\n \"name\": \"SingleLineHeight\",\n \"attributes\": {\n \"category\": \"single-line-height\"\n },\n \"path\": [\n \"single-line-height\"\n ]\n },\n \"font-size-text\": {\n \"s\": {\n \"key\": \"{font-size-text.s}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.875rem\",\n \"key\": \"{font-size-text.s}\"\n },\n \"name\": \"FontSizeTextS\",\n \"attributes\": {\n \"category\": \"font-size-text\",\n \"type\": \"s\"\n },\n \"path\": [\n \"font-size-text\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{font-size-text.m}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1rem\",\n \"key\": \"{font-size-text.m}\"\n },\n \"name\": \"FontSizeTextM\",\n \"attributes\": {\n \"category\": \"font-size-text\",\n \"type\": \"m\"\n },\n \"path\": [\n \"font-size-text\",\n \"m\"\n ]\n }\n },\n \"font-size-heading\": {\n \"xs\": {\n \"key\": \"{font-size-heading.xs}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1rem\",\n \"key\": \"{font-size-heading.xs}\"\n },\n \"name\": \"FontSizeHeadingXs\",\n \"attributes\": {\n \"category\": \"font-size-heading\",\n \"type\": \"xs\"\n },\n \"path\": [\n \"font-size-heading\",\n \"xs\"\n ]\n },\n \"s\": {\n \"key\": \"{font-size-heading.s}\",\n \"value\": \"1.125rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1.125rem\",\n \"key\": \"{font-size-heading.s}\"\n },\n \"name\": \"FontSizeHeadingS\",\n \"attributes\": {\n \"category\": \"font-size-heading\",\n \"type\": \"s\"\n },\n \"path\": [\n \"font-size-heading\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{font-size-heading.m}\",\n \"value\": \"1.25rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1.25rem\",\n \"key\": \"{font-size-heading.m}\"\n },\n \"name\": \"FontSizeHeadingM\",\n \"attributes\": {\n \"category\": \"font-size-heading\",\n \"type\": \"m\"\n },\n \"path\": [\n \"font-size-heading\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{font-size-heading.l}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1.5rem\",\n \"key\": \"{font-size-heading.l}\"\n },\n \"name\": \"FontSizeHeadingL\",\n \"attributes\": {\n \"category\": \"font-size-heading\",\n \"type\": \"l\"\n },\n \"path\": [\n \"font-size-heading\",\n \"l\"\n ]\n },\n \"xl\": {\n \"key\": \"{font-size-heading.xl}\",\n \"value\": \"2rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"2rem\",\n \"key\": \"{font-size-heading.xl}\"\n },\n \"name\": \"FontSizeHeadingXl\",\n \"attributes\": {\n \"category\": \"font-size-heading\",\n \"type\": \"xl\"\n },\n \"path\": [\n \"font-size-heading\",\n \"xl\"\n ]\n },\n \"xxl\": {\n \"key\": \"{font-size-heading.xxl}\",\n \"value\": \"2.625rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"2.625rem\",\n \"key\": \"{font-size-heading.xxl}\"\n },\n \"name\": \"FontSizeHeadingXxl\",\n \"attributes\": {\n \"category\": \"font-size-heading\",\n \"type\": \"xxl\"\n },\n \"path\": [\n \"font-size-heading\",\n \"xxl\"\n ]\n }\n },\n \"max-text-width\": {\n \"key\": \"{max-text-width}\",\n \"value\": \"960px\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"960px\",\n \"key\": \"{max-text-width}\"\n },\n \"name\": \"MaxTextWidth\",\n \"attributes\": {\n \"category\": \"max-text-width\"\n },\n \"path\": [\n \"max-text-width\"\n ]\n },\n \"choice\": {\n \"icon-color\": {\n \"default\": {\n \"key\": \"{choice.icon-color.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/form/choice.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{icon.color}\",\n \"key\": \"{choice.icon-color.default}\"\n },\n \"name\": \"ChoiceIconColorDefault\",\n \"attributes\": {\n \"category\": \"choice\",\n \"type\": \"icon-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"choice\",\n \"icon-color\",\n \"default\"\n ]\n },\n \"selected\": {\n \"key\": \"{choice.icon-color.selected}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/form/choice.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.900}\",\n \"key\": \"{choice.icon-color.selected}\"\n },\n \"name\": \"ChoiceIconColorSelected\",\n \"attributes\": {\n \"category\": \"choice\",\n \"type\": \"icon-color\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"choice\",\n \"icon-color\",\n \"selected\"\n ]\n },\n \"disabled\": {\n \"key\": \"{choice.icon-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/form/choice.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{choice.icon-color.disabled}\"\n },\n \"name\": \"ChoiceIconColorDisabled\",\n \"attributes\": {\n \"category\": \"choice\",\n \"type\": \"icon-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"choice\",\n \"icon-color\",\n \"disabled\"\n ]\n }\n }\n },\n \"code-editor\": {\n \"font-size\": {\n \"key\": \"{code-editor.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/form/code-editor.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{code-editor.font-size}\"\n },\n \"name\": \"CodeEditorFontSize\",\n \"attributes\": {\n \"category\": \"code-editor\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"code-editor\",\n \"font-size\"\n ]\n },\n \"font-family\": {\n \"key\": \"{code-editor.font-family}\",\n \"value\": \"FiraCode, monospace\",\n \"filePath\": \"src/form/code-editor.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"FiraCode, monospace\",\n \"key\": \"{code-editor.font-family}\"\n },\n \"name\": \"CodeEditorFontFamily\",\n \"attributes\": {\n \"category\": \"code-editor\",\n \"type\": \"font-family\"\n },\n \"path\": [\n \"code-editor\",\n \"font-family\"\n ]\n },\n \"gutter-element-min-width\": {\n \"key\": \"{code-editor.gutter-element-min-width}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/form/code-editor.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.l}\",\n \"key\": \"{code-editor.gutter-element-min-width}\"\n },\n \"name\": \"CodeEditorGutterElementMinWidth\",\n \"attributes\": {\n \"category\": \"code-editor\",\n \"type\": \"gutter-element-min-width\"\n },\n \"path\": [\n \"code-editor\",\n \"gutter-element-min-width\"\n ]\n }\n },\n \"date-picker\": {\n \"date-segment-background-color\": {\n \"focused\": {\n \"key\": \"{date-picker.date-segment-background-color.focused}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-plain-background-color.pressed}\",\n \"key\": \"{date-picker.date-segment-background-color.focused}\"\n },\n \"name\": \"DatePickerDateSegmentBackgroundColorFocused\",\n \"attributes\": {\n \"category\": \"date-picker\",\n \"type\": \"date-segment-background-color\",\n \"item\": \"focused\"\n },\n \"path\": [\n \"date-picker\",\n \"date-segment-background-color\",\n \"focused\"\n ]\n }\n },\n \"date-segment-corner-radius\": {\n \"key\": \"{date-picker.date-segment-corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.s}\",\n \"key\": \"{date-picker.date-segment-corner-radius}\"\n },\n \"name\": \"DatePickerDateSegmentCornerRadius\",\n \"attributes\": {\n \"category\": \"date-picker\",\n \"type\": \"date-segment-corner-radius\"\n },\n \"path\": [\n \"date-picker\",\n \"date-segment-corner-radius\"\n ]\n }\n },\n \"calendar\": {\n \"spacing\": {\n \"key\": \"{calendar.spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{calendar.spacing}\"\n },\n \"name\": \"CalendarSpacing\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"calendar\",\n \"spacing\"\n ]\n },\n \"heading-font-size\": {\n \"key\": \"{calendar.heading-font-size}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.m}\",\n \"key\": \"{calendar.heading-font-size}\"\n },\n \"name\": \"CalendarHeadingFontSize\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"heading-font-size\"\n },\n \"path\": [\n \"calendar\",\n \"heading-font-size\"\n ]\n },\n \"cell-size\": {\n \"key\": \"{calendar.cell-size}\",\n \"value\": \"2.25rem\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"2.25rem\",\n \"key\": \"{calendar.cell-size}\"\n },\n \"name\": \"CalendarCellSize\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-size\"\n },\n \"path\": [\n \"calendar\",\n \"cell-size\"\n ]\n },\n \"cell-corner-radius\": {\n \"key\": \"{calendar.cell-corner-radius}\",\n \"value\": \"50%\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.round}\",\n \"key\": \"{calendar.cell-corner-radius}\"\n },\n \"name\": \"CalendarCellCornerRadius\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-corner-radius\"\n },\n \"path\": [\n \"calendar\",\n \"cell-corner-radius\"\n ]\n },\n \"cell-font-size\": {\n \"key\": \"{calendar.cell-font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{calendar.cell-font-size}\"\n },\n \"name\": \"CalendarCellFontSize\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-font-size\"\n },\n \"path\": [\n \"calendar\",\n \"cell-font-size\"\n ]\n },\n \"cell-background-color\": {\n \"disabled\": {\n \"key\": \"{calendar.cell-background-color.disabled}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-background-color}\",\n \"key\": \"{calendar.cell-background-color.disabled}\"\n },\n \"name\": \"CalendarCellBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"calendar\",\n \"cell-background-color\",\n \"disabled\"\n ]\n },\n \"hover\": {\n \"key\": \"{calendar.cell-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-background-color.hover}\",\n \"key\": \"{calendar.cell-background-color.hover}\"\n },\n \"name\": \"CalendarCellBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"calendar\",\n \"cell-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{calendar.cell-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-background-color.pressed}\",\n \"key\": \"{calendar.cell-background-color.pressed}\"\n },\n \"name\": \"CalendarCellBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"calendar\",\n \"cell-background-color\",\n \"pressed\"\n ]\n },\n \"selected\": {\n \"key\": \"{calendar.cell-background-color.selected}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-background-color.default}\",\n \"key\": \"{calendar.cell-background-color.selected}\"\n },\n \"name\": \"CalendarCellBackgroundColorSelected\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-background-color\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"calendar\",\n \"cell-background-color\",\n \"selected\"\n ]\n }\n },\n \"cell-content-color\": {\n \"disabled\": {\n \"key\": \"{calendar.cell-content-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{calendar.cell-content-color.disabled}\"\n },\n \"name\": \"CalendarCellContentColorDisabled\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"calendar\",\n \"cell-content-color\",\n \"disabled\"\n ]\n },\n \"selected\": {\n \"key\": \"{calendar.cell-content-color.selected}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-content-color}\",\n \"key\": \"{calendar.cell-content-color.selected}\"\n },\n \"name\": \"CalendarCellContentColorSelected\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-content-color\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"calendar\",\n \"cell-content-color\",\n \"selected\"\n ]\n }\n },\n \"range-background-color\": {\n \"key\": \"{calendar.range-background-color}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\n \"key\": \"{calendar.range-background-color}\"\n },\n \"name\": \"CalendarRangeBackgroundColor\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"range-background-color\"\n },\n \"path\": [\n \"calendar\",\n \"range-background-color\"\n ]\n },\n \"range-border-color\": {\n \"key\": \"{calendar.range-border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.border-color.default}\",\n \"key\": \"{calendar.range-border-color}\"\n },\n \"name\": \"CalendarRangeBorderColor\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"range-border-color\"\n },\n \"path\": [\n \"calendar\",\n \"range-border-color\"\n ]\n },\n \"range-border-width\": {\n \"key\": \"{calendar.range-border-width}\",\n \"value\": \"0.5px\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.50}\",\n \"key\": \"{calendar.range-border-width}\"\n },\n \"name\": \"CalendarRangeBorderWidth\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"range-border-width\"\n },\n \"path\": [\n \"calendar\",\n \"range-border-width\"\n ]\n },\n \"range-border-style\": {\n \"key\": \"{calendar.range-border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{calendar.range-border-style}\"\n },\n \"name\": \"CalendarRangeBorderStyle\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"range-border-style\"\n },\n \"path\": [\n \"calendar\",\n \"range-border-style\"\n ]\n },\n \"header-cell-font-weight\": {\n \"key\": \"{calendar.header-cell-font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{calendar.header-cell-font-weight}\"\n },\n \"name\": \"CalendarHeaderCellFontWeight\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"header-cell-font-weight\"\n },\n \"path\": [\n \"calendar\",\n \"header-cell-font-weight\"\n ]\n }\n },\n \"field-description\": {\n \"font-size\": {\n \"key\": \"{field-description.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/form/field-description.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{field-description.font-size}\"\n },\n \"name\": \"FieldDescriptionFontSize\",\n \"attributes\": {\n \"category\": \"field-description\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"field-description\",\n \"font-size\"\n ]\n }\n },\n \"field-error\": {\n \"font-size\": {\n \"key\": \"{field-error.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/form/field-error.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{field-error.font-size}\"\n },\n \"name\": \"FieldErrorFontSize\",\n \"attributes\": {\n \"category\": \"field-error\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"field-error\",\n \"font-size\"\n ]\n }\n },\n \"form-control\": {\n \"label-to-control-spacing\": {\n \"key\": \"{form-control.label-to-control-spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{form-control.label-to-control-spacing}\"\n },\n \"name\": \"FormControlLabelToControlSpacing\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"label-to-control-spacing\"\n },\n \"path\": [\n \"form-control\",\n \"label-to-control-spacing\"\n ]\n },\n \"control-to-info-spacing\": {\n \"key\": \"{form-control.control-to-info-spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{form-control.control-to-info-spacing}\"\n },\n \"name\": \"FormControlControlToInfoSpacing\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"control-to-info-spacing\"\n },\n \"path\": [\n \"form-control\",\n \"control-to-info-spacing\"\n ]\n },\n \"spacing-x\": {\n \"key\": \"{form-control.spacing-x}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{form-control.spacing-x}\"\n },\n \"name\": \"FormControlSpacingX\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"spacing-x\"\n },\n \"path\": [\n \"form-control\",\n \"spacing-x\"\n ]\n },\n \"spacing-y\": {\n \"key\": \"{form-control.spacing-y}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{form-control.spacing-y}\"\n },\n \"name\": \"FormControlSpacingY\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"spacing-y\"\n },\n \"path\": [\n \"form-control\",\n \"spacing-y\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{form-control.padding-x}\",\n \"value\": \"16px\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{form-control.padding-x}\"\n },\n \"name\": \"FormControlPaddingX\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"form-control\",\n \"padding-x\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{form-control.padding-y}\",\n \"value\": \"8px\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{form-control.padding-y}\"\n },\n \"name\": \"FormControlPaddingY\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"form-control\",\n \"padding-y\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{form-control.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{form-control.corner-radius}\"\n },\n \"name\": \"FormControlCornerRadius\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"form-control\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{form-control.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{form-control.border-width}\"\n },\n \"name\": \"FormControlBorderWidth\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"form-control\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{form-control.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{form-control.border-style}\"\n },\n \"name\": \"FormControlBorderStyle\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"form-control\",\n \"border-style\"\n ]\n },\n \"placeholder-color\": {\n \"default\": {\n \"key\": \"{form-control.placeholder-color.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.700}\",\n \"key\": \"{form-control.placeholder-color.default}\"\n },\n \"name\": \"FormControlPlaceholderColorDefault\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"placeholder-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"form-control\",\n \"placeholder-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{form-control.placeholder-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\n \"key\": \"{form-control.placeholder-color.disabled}\"\n },\n \"name\": \"FormControlPlaceholderColorDisabled\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"placeholder-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"form-control\",\n \"placeholder-color\",\n \"disabled\"\n ]\n }\n },\n \"border-color\": {\n \"default\": {\n \"key\": \"{form-control.border-color.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{form-control.border-color.default}\"\n },\n \"name\": \"FormControlBorderColorDefault\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"form-control\",\n \"border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{form-control.border-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-border-color}\",\n \"key\": \"{form-control.border-color.disabled}\"\n },\n \"name\": \"FormControlBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"form-control\",\n \"border-color\",\n \"disabled\"\n ]\n },\n \"invalid\": {\n \"key\": \"{form-control.border-color.invalid}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-color}\",\n \"key\": \"{form-control.border-color.invalid}\"\n },\n \"name\": \"FormControlBorderColorInvalid\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"border-color\",\n \"item\": \"invalid\"\n },\n \"path\": [\n \"form-control\",\n \"border-color\",\n \"invalid\"\n ]\n },\n \"focused\": {\n \"key\": \"{form-control.border-color.focused}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{focus.outline-color}\",\n \"key\": \"{form-control.border-color.focused}\"\n },\n \"name\": \"FormControlBorderColorFocused\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"border-color\",\n \"item\": \"focused\"\n },\n \"path\": [\n \"form-control\",\n \"border-color\",\n \"focused\"\n ]\n },\n \"selected\": {\n \"key\": \"{form-control.border-color.selected}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{form-control.border-color.selected}\"\n },\n \"name\": \"FormControlBorderColorSelected\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"border-color\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"form-control\",\n \"border-color\",\n \"selected\"\n ]\n }\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{form-control.background-color.default}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{form-control.background-color.default}\"\n },\n \"name\": \"FormControlBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"form-control\",\n \"background-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{form-control.background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-background-color}\",\n \"key\": \"{form-control.background-color.disabled}\"\n },\n \"name\": \"FormControlBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"form-control\",\n \"background-color\",\n \"disabled\"\n ]\n },\n \"hover\": {\n \"key\": \"{form-control.background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.hover}\",\n \"key\": \"{form-control.background-color.hover}\"\n },\n \"name\": \"FormControlBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"form-control\",\n \"background-color\",\n \"hover\"\n ]\n },\n \"focused\": {\n \"key\": \"{form-control.background-color.focused}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{form-control.background-color.focused}\"\n },\n \"name\": \"FormControlBackgroundColorFocused\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"background-color\",\n \"item\": \"focused\"\n },\n \"path\": [\n \"form-control\",\n \"background-color\",\n \"focused\"\n ]\n },\n \"invalid\": {\n \"key\": \"{form-control.background-color.invalid}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.100}\",\n \"key\": \"{form-control.background-color.invalid}\"\n },\n \"name\": \"FormControlBackgroundColorInvalid\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"background-color\",\n \"item\": \"invalid\"\n },\n \"path\": [\n \"form-control\",\n \"background-color\",\n \"invalid\"\n ]\n },\n \"selected\": {\n \"key\": \"{form-control.background-color.selected}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.pressed}\",\n \"key\": \"{form-control.background-color.selected}\"\n },\n \"name\": \"FormControlBackgroundColorSelected\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"background-color\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"form-control\",\n \"background-color\",\n \"selected\"\n ]\n }\n },\n \"content-color\": {\n \"default\": {\n \"key\": \"{form-control.content-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-content-color}\",\n \"key\": \"{form-control.content-color.default}\"\n },\n \"name\": \"FormControlContentColorDefault\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"form-control\",\n \"content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{form-control.content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{form-control.content-color.disabled}\"\n },\n \"name\": \"FormControlContentColorDisabled\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"form-control\",\n \"content-color\",\n \"disabled\"\n ]\n },\n \"selected\": {\n \"key\": \"{form-control.content-color.selected}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-content-color}\",\n \"key\": \"{form-control.content-color.selected}\"\n },\n \"name\": \"FormControlContentColorSelected\",\n \"attributes\": {\n \"category\": \"form-control\",\n \"type\": \"content-color\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"form-control\",\n \"content-color\",\n \"selected\"\n ]\n }\n }\n },\n \"rating\": {\n \"spacing\": {\n \"s\": {\n \"key\": \"{rating.spacing.s}\",\n \"value\": \"0.125rem\",\n \"filePath\": \"src/form/rating.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xxs}\",\n \"key\": \"{rating.spacing.s}\"\n },\n \"name\": \"RatingSpacingS\",\n \"attributes\": {\n \"category\": \"rating\",\n \"type\": \"spacing\",\n \"item\": \"s\"\n },\n \"path\": [\n \"rating\",\n \"spacing\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{rating.spacing.m}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/form/rating.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{rating.spacing.m}\"\n },\n \"name\": \"RatingSpacingM\",\n \"attributes\": {\n \"category\": \"rating\",\n \"type\": \"spacing\",\n \"item\": \"m\"\n },\n \"path\": [\n \"rating\",\n \"spacing\",\n \"m\"\n ]\n }\n },\n \"star-color\": {\n \"key\": \"{rating.star-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/form/rating.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.700}\",\n \"key\": \"{rating.star-color}\"\n },\n \"name\": \"RatingStarColor\",\n \"attributes\": {\n \"category\": \"rating\",\n \"type\": \"star-color\"\n },\n \"path\": [\n \"rating\",\n \"star-color\"\n ]\n },\n \"star-filled-color\": {\n \"key\": \"{rating.star-filled-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/form/rating.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{rating.star-filled-color}\"\n },\n \"name\": \"RatingStarFilledColor\",\n \"attributes\": {\n \"category\": \"rating\",\n \"type\": \"star-filled-color\"\n },\n \"path\": [\n \"rating\",\n \"star-filled-color\"\n ]\n }\n },\n \"segmented-button\": {\n \"text-to-text-spacing\": {\n \"key\": \"{segmented-button.text-to-text-spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/form/segmented-control-group.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{segmented-button.text-to-text-spacing}\"\n },\n \"name\": \"SegmentedButtonTextToTextSpacing\",\n \"attributes\": {\n \"category\": \"segmented-button\",\n \"type\": \"text-to-text-spacing\"\n },\n \"path\": [\n \"segmented-button\",\n \"text-to-text-spacing\"\n ]\n }\n },\n \"slider\": {\n \"color\": {\n \"default\": {\n \"key\": \"{slider.color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\n \"key\": \"{slider.color.default}\"\n },\n \"name\": \"SliderColorDefault\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"slider\",\n \"color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{slider.color.disabled}\",\n \"value\": \"#B7C9DB\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.600}\",\n \"key\": \"{slider.color.disabled}\"\n },\n \"name\": \"SliderColorDisabled\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"slider\",\n \"color\",\n \"disabled\"\n ]\n }\n },\n \"spacing-x\": {\n \"key\": \"{slider.spacing-x}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{slider.spacing-x}\"\n },\n \"name\": \"SliderSpacingX\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"spacing-x\"\n },\n \"path\": [\n \"slider\",\n \"spacing-x\"\n ]\n },\n \"spacing-y\": {\n \"key\": \"{slider.spacing-y}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{slider.spacing-y}\"\n },\n \"name\": \"SliderSpacingY\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"spacing-y\"\n },\n \"path\": [\n \"slider\",\n \"spacing-y\"\n ]\n },\n \"value-font-weight\": {\n \"key\": \"{slider.value-font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{slider.value-font-weight}\"\n },\n \"name\": \"SliderValueFontWeight\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"value-font-weight\"\n },\n \"path\": [\n \"slider\",\n \"value-font-weight\"\n ]\n },\n \"track-color\": {\n \"default\": {\n \"key\": \"{slider.track-color.default}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.background-color.default}\",\n \"key\": \"{slider.track-color.default}\"\n },\n \"name\": \"SliderTrackColorDefault\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"track-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"slider\",\n \"track-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{slider.track-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.background-color.disabled}\",\n \"key\": \"{slider.track-color.disabled}\"\n },\n \"name\": \"SliderTrackColorDisabled\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"track-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"slider\",\n \"track-color\",\n \"disabled\"\n ]\n }\n },\n \"track-height\": {\n \"key\": \"{slider.track-height}\",\n \"value\": \"8px\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{slider.track-height}\"\n },\n \"name\": \"SliderTrackHeight\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"track-height\"\n },\n \"path\": [\n \"slider\",\n \"track-height\"\n ]\n },\n \"track-border-width\": {\n \"key\": \"{slider.track-border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{slider.track-border-width}\"\n },\n \"name\": \"SliderTrackBorderWidth\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"track-border-width\"\n },\n \"path\": [\n \"slider\",\n \"track-border-width\"\n ]\n },\n \"track-border-style\": {\n \"key\": \"{slider.track-border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{slider.track-border-style}\"\n },\n \"name\": \"SliderTrackBorderStyle\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"track-border-style\"\n },\n \"path\": [\n \"slider\",\n \"track-border-style\"\n ]\n },\n \"track-border-color\": {\n \"default\": {\n \"key\": \"{slider.track-border-color.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.border-color.default}\",\n \"key\": \"{slider.track-border-color.default}\"\n },\n \"name\": \"SliderTrackBorderColorDefault\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"track-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"slider\",\n \"track-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{slider.track-border-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.border-color.disabled}\",\n \"key\": \"{slider.track-border-color.disabled}\"\n },\n \"name\": \"SliderTrackBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"track-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"slider\",\n \"track-border-color\",\n \"disabled\"\n ]\n }\n },\n \"corner-radius\": {\n \"key\": \"{slider.corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.s}\",\n \"key\": \"{slider.corner-radius}\"\n },\n \"name\": \"SliderCornerRadius\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"slider\",\n \"corner-radius\"\n ]\n },\n \"handle-corner-radius\": {\n \"key\": \"{slider.handle-corner-radius}\",\n \"value\": \"50%\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.round}\",\n \"key\": \"{slider.handle-corner-radius}\"\n },\n \"name\": \"SliderHandleCornerRadius\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"handle-corner-radius\"\n },\n \"path\": [\n \"slider\",\n \"handle-corner-radius\"\n ]\n },\n \"handle-size\": {\n \"key\": \"{slider.handle-size}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.l}\",\n \"key\": \"{slider.handle-size}\"\n },\n \"name\": \"SliderHandleSize\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"handle-size\"\n },\n \"path\": [\n \"slider\",\n \"handle-size\"\n ]\n },\n \"handle-fill-color\": {\n \"key\": \"{slider.handle-fill-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{slider.handle-fill-color}\"\n },\n \"name\": \"SliderHandleFillColor\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"handle-fill-color\"\n },\n \"path\": [\n \"slider\",\n \"handle-fill-color\"\n ]\n },\n \"handle-border-width\": {\n \"key\": \"{slider.handle-border-width}\",\n \"value\": \"4px\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.300}\",\n \"key\": \"{slider.handle-border-width}\"\n },\n \"name\": \"SliderHandleBorderWidth\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"handle-border-width\"\n },\n \"path\": [\n \"slider\",\n \"handle-border-width\"\n ]\n },\n \"initial-marker-height\": {\n \"key\": \"{slider.initial-marker-height}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{slider.initial-marker-height}\"\n },\n \"name\": \"SliderInitialMarkerHeight\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"initial-marker-height\"\n },\n \"path\": [\n \"slider\",\n \"initial-marker-height\"\n ]\n },\n \"initial-marker-border-width\": {\n \"key\": \"{slider.initial-marker-border-width}\",\n \"value\": \"4px\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.300}\",\n \"key\": \"{slider.initial-marker-border-width}\"\n },\n \"name\": \"SliderInitialMarkerBorderWidth\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"initial-marker-border-width\"\n },\n \"path\": [\n \"slider\",\n \"initial-marker-border-width\"\n ]\n }\n },\n \"switch\": {\n \"label-to-track-spacing\": {\n \"key\": \"{switch.label-to-track-spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{switch.label-to-track-spacing}\"\n },\n \"name\": \"SwitchLabelToTrackSpacing\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"label-to-track-spacing\"\n },\n \"path\": [\n \"switch\",\n \"label-to-track-spacing\"\n ]\n },\n \"track-height\": {\n \"key\": \"{switch.track-height}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1.5rem\",\n \"key\": \"{switch.track-height}\"\n },\n \"name\": \"SwitchTrackHeight\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"track-height\"\n },\n \"path\": [\n \"switch\",\n \"track-height\"\n ]\n },\n \"track-width\": {\n \"key\": \"{switch.track-width}\",\n \"value\": \"2.75rem\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"2.75rem\",\n \"key\": \"{switch.track-width}\"\n },\n \"name\": \"SwitchTrackWidth\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"track-width\"\n },\n \"path\": [\n \"switch\",\n \"track-width\"\n ]\n },\n \"track-corner-radius\": {\n \"key\": \"{switch.track-corner-radius}\",\n \"value\": \"0.75rem\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.75rem\",\n \"key\": \"{switch.track-corner-radius}\"\n },\n \"name\": \"SwitchTrackCornerRadius\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"track-corner-radius\"\n },\n \"path\": [\n \"switch\",\n \"track-corner-radius\"\n ]\n },\n \"track-padding\": {\n \"key\": \"{switch.track-padding}\",\n \"value\": \"0.125rem\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xxs}\",\n \"key\": \"{switch.track-padding}\"\n },\n \"name\": \"SwitchTrackPadding\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"track-padding\"\n },\n \"path\": [\n \"switch\",\n \"track-padding\"\n ]\n },\n \"track-background-color\": {\n \"default\": {\n \"key\": \"{switch.track-background-color.default}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-background-color.default}\",\n \"key\": \"{switch.track-background-color.default}\"\n },\n \"name\": \"SwitchTrackBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"track-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"switch\",\n \"track-background-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{switch.track-background-color.disabled}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-background-color}\",\n \"key\": \"{switch.track-background-color.disabled}\"\n },\n \"name\": \"SwitchTrackBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"track-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"switch\",\n \"track-background-color\",\n \"disabled\"\n ]\n },\n \"selected\": {\n \"key\": \"{switch.track-background-color.selected}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-background-color.default}\",\n \"key\": \"{switch.track-background-color.selected}\"\n },\n \"name\": \"SwitchTrackBackgroundColorSelected\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"track-background-color\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"switch\",\n \"track-background-color\",\n \"selected\"\n ]\n }\n },\n \"handle-content-color\": {\n \"default\": {\n \"key\": \"{switch.handle-content-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-content-color}\",\n \"key\": \"{switch.handle-content-color.default}\"\n },\n \"name\": \"SwitchHandleContentColorDefault\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"handle-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"switch\",\n \"handle-content-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{switch.handle-content-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{switch.handle-content-color.disabled}\"\n },\n \"name\": \"SwitchHandleContentColorDisabled\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"handle-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"switch\",\n \"handle-content-color\",\n \"disabled\"\n ]\n }\n },\n \"handle-background-color\": {\n \"key\": \"{switch.handle-background-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{switch.handle-background-color}\"\n },\n \"name\": \"SwitchHandleBackgroundColor\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"handle-background-color\"\n },\n \"path\": [\n \"switch\",\n \"handle-background-color\"\n ]\n },\n \"handle-size\": {\n \"key\": \"{switch.handle-size}\",\n \"value\": \"1.25rem\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1.25rem\",\n \"key\": \"{switch.handle-size}\"\n },\n \"name\": \"SwitchHandleSize\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"handle-size\"\n },\n \"path\": [\n \"switch\",\n \"handle-size\"\n ]\n }\n },\n \"time-field\": {\n \"date-segment-background-color\": {\n \"focused\": {\n \"key\": \"{time-field.date-segment-background-color.focused}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/form/time-field.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-plain-background-color.pressed}\",\n \"key\": \"{time-field.date-segment-background-color.focused}\"\n },\n \"name\": \"TimeFieldDateSegmentBackgroundColorFocused\",\n \"attributes\": {\n \"category\": \"time-field\",\n \"type\": \"date-segment-background-color\",\n \"item\": \"focused\"\n },\n \"path\": [\n \"time-field\",\n \"date-segment-background-color\",\n \"focused\"\n ]\n }\n },\n \"date-segment-corner-radius\": {\n \"key\": \"{time-field.date-segment-corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/form/time-field.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{time-field.date-segment-corner-radius}\"\n },\n \"name\": \"TimeFieldDateSegmentCornerRadius\",\n \"attributes\": {\n \"category\": \"time-field\",\n \"type\": \"date-segment-corner-radius\"\n },\n \"path\": [\n \"time-field\",\n \"date-segment-corner-radius\"\n ]\n }\n },\n \"breadcrumb\": {\n \"spacing\": {\n \"key\": \"{breadcrumb.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{breadcrumb.spacing}\"\n },\n \"name\": \"BreadcrumbSpacing\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"breadcrumb\",\n \"spacing\"\n ]\n },\n \"font-weight\": {\n \"default\": {\n \"key\": \"{breadcrumb.font-weight.default}\",\n \"value\": \"normal\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.normal}\",\n \"key\": \"{breadcrumb.font-weight.default}\"\n },\n \"name\": \"BreadcrumbFontWeightDefault\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"font-weight\",\n \"item\": \"default\"\n },\n \"path\": [\n \"breadcrumb\",\n \"font-weight\",\n \"default\"\n ]\n },\n \"current\": {\n \"key\": \"{breadcrumb.font-weight.current}\",\n \"value\": \"bold\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{breadcrumb.font-weight.current}\"\n },\n \"name\": \"BreadcrumbFontWeightCurrent\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"font-weight\",\n \"item\": \"current\"\n },\n \"path\": [\n \"breadcrumb\",\n \"font-weight\",\n \"current\"\n ]\n }\n },\n \"color\": {\n \"default\": {\n \"key\": \"{breadcrumb.color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.default}\",\n \"key\": \"{breadcrumb.color.default}\"\n },\n \"name\": \"BreadcrumbColorDefault\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{breadcrumb.color.hover}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.900}\",\n \"key\": \"{breadcrumb.color.hover}\"\n },\n \"name\": \"BreadcrumbColorHover\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{breadcrumb.color.pressed}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.800}\",\n \"key\": \"{breadcrumb.color.pressed}\"\n },\n \"name\": \"BreadcrumbColorPressed\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color\",\n \"pressed\"\n ]\n }\n },\n \"color-dark\": {\n \"default\": {\n \"key\": \"{breadcrumb.color-dark.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-dark.default}\",\n \"key\": \"{breadcrumb.color-dark.default}\"\n },\n \"name\": \"BreadcrumbColorDarkDefault\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-dark\",\n \"item\": \"default\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-dark\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{breadcrumb.color-dark.hover}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-dark.hover}\",\n \"key\": \"{breadcrumb.color-dark.hover}\"\n },\n \"name\": \"BreadcrumbColorDarkHover\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-dark\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-dark\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{breadcrumb.color-dark.pressed}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-dark.pressed}\",\n \"key\": \"{breadcrumb.color-dark.pressed}\"\n },\n \"name\": \"BreadcrumbColorDarkPressed\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-dark\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-dark\",\n \"pressed\"\n ]\n }\n },\n \"color-light\": {\n \"default\": {\n \"key\": \"{breadcrumb.color-light.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-light.default}\",\n \"key\": \"{breadcrumb.color-light.default}\"\n },\n \"name\": \"BreadcrumbColorLightDefault\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-light\",\n \"item\": \"default\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-light\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{breadcrumb.color-light.hover}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-light.hover}\",\n \"key\": \"{breadcrumb.color-light.hover}\"\n },\n \"name\": \"BreadcrumbColorLightHover\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-light\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-light\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{breadcrumb.color-light.pressed}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-light.pressed}\",\n \"key\": \"{breadcrumb.color-light.pressed}\"\n },\n \"name\": \"BreadcrumbColorLightPressed\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-light\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-light\",\n \"pressed\"\n ]\n }\n },\n \"color-dark-static\": {\n \"default\": {\n \"key\": \"{breadcrumb.color-dark-static.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-dark-static.default}\",\n \"key\": \"{breadcrumb.color-dark-static.default}\"\n },\n \"name\": \"BreadcrumbColorDarkStaticDefault\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-dark-static\",\n \"item\": \"default\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-dark-static\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{breadcrumb.color-dark-static.hover}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-dark-static.hover}\",\n \"key\": \"{breadcrumb.color-dark-static.hover}\"\n },\n \"name\": \"BreadcrumbColorDarkStaticHover\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-dark-static\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-dark-static\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{breadcrumb.color-dark-static.pressed}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-dark-static.pressed}\",\n \"key\": \"{breadcrumb.color-dark-static.pressed}\"\n },\n \"name\": \"BreadcrumbColorDarkStaticPressed\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-dark-static\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-dark-static\",\n \"pressed\"\n ]\n }\n },\n \"color-light-static\": {\n \"default\": {\n \"key\": \"{breadcrumb.color-light-static.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-light-static.default}\",\n \"key\": \"{breadcrumb.color-light-static.default}\"\n },\n \"name\": \"BreadcrumbColorLightStaticDefault\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-light-static\",\n \"item\": \"default\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-light-static\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{breadcrumb.color-light-static.hover}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-light-static.hover}\",\n \"key\": \"{breadcrumb.color-light-static.hover}\"\n },\n \"name\": \"BreadcrumbColorLightStaticHover\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-light-static\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-light-static\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{breadcrumb.color-light-static.pressed}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{link.color-light-static.pressed}\",\n \"key\": \"{breadcrumb.color-light-static.pressed}\"\n },\n \"name\": \"BreadcrumbColorLightStaticPressed\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-light-static\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-light-static\",\n \"pressed\"\n ]\n }\n }\n },\n \"header-navigation\": {\n \"padding\": {\n \"key\": \"{header-navigation.padding}\",\n \"value\": \"8px\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{header-navigation.padding}\"\n },\n \"name\": \"HeaderNavigationPadding\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"header-navigation\",\n \"padding\"\n ]\n },\n \"spacing\": {\n \"key\": \"{header-navigation.spacing}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{header-navigation.spacing}\"\n },\n \"name\": \"HeaderNavigationSpacing\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"header-navigation\",\n \"spacing\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{header-navigation.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{header-navigation.corner-radius}\"\n },\n \"name\": \"HeaderNavigationCornerRadius\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"header-navigation\",\n \"corner-radius\"\n ]\n },\n \"corner-radius-round\": {\n \"key\": \"{header-navigation.corner-radius-round}\",\n \"value\": \"50%\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.round}\",\n \"key\": \"{header-navigation.corner-radius-round}\"\n },\n \"name\": \"HeaderNavigationCornerRadiusRound\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"corner-radius-round\"\n },\n \"path\": [\n \"header-navigation\",\n \"corner-radius-round\"\n ]\n },\n \"font-weight-current\": {\n \"key\": \"{header-navigation.font-weight-current}\",\n \"value\": \"bold\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{header-navigation.font-weight-current}\"\n },\n \"name\": \"HeaderNavigationFontWeightCurrent\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"font-weight-current\"\n },\n \"path\": [\n \"header-navigation\",\n \"font-weight-current\"\n ]\n },\n \"underline-width-current\": {\n \"key\": \"{header-navigation.underline-width-current}\",\n \"value\": \"2px\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{header-navigation.underline-width-current}\"\n },\n \"name\": \"HeaderNavigationUnderlineWidthCurrent\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"underline-width-current\"\n },\n \"path\": [\n \"header-navigation\",\n \"underline-width-current\"\n ]\n },\n \"color\": {\n \"key\": \"{header-navigation.color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1100}\",\n \"key\": \"{header-navigation.color}\"\n },\n \"name\": \"HeaderNavigationColor\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"color\"\n },\n \"path\": [\n \"header-navigation\",\n \"color\"\n ]\n },\n \"background-color\": {\n \"hover\": {\n \"key\": \"{header-navigation.background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-background-color.hover}\",\n \"key\": \"{header-navigation.background-color.hover}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{header-navigation.background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-background-color.pressed}\",\n \"key\": \"{header-navigation.background-color.pressed}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color\",\n \"pressed\"\n ]\n }\n },\n \"color-dark\": {\n \"key\": \"{header-navigation.color-dark}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-content-color}\",\n \"key\": \"{header-navigation.color-dark}\"\n },\n \"name\": \"HeaderNavigationColorDark\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"color-dark\"\n },\n \"path\": [\n \"header-navigation\",\n \"color-dark\"\n ]\n },\n \"background-color-dark\": {\n \"hover\": {\n \"key\": \"{header-navigation.background-color-dark.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-background-color.hover}\",\n \"key\": \"{header-navigation.background-color-dark.hover}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorDarkHover\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color-dark\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color-dark\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{header-navigation.background-color-dark.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-background-color.pressed}\",\n \"key\": \"{header-navigation.background-color-dark.pressed}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorDarkPressed\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color-dark\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color-dark\",\n \"pressed\"\n ]\n }\n },\n \"color-light\": {\n \"key\": \"{header-navigation.color-light}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-content-color}\",\n \"key\": \"{header-navigation.color-light}\"\n },\n \"name\": \"HeaderNavigationColorLight\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"color-light\"\n },\n \"path\": [\n \"header-navigation\",\n \"color-light\"\n ]\n },\n \"background-color-light\": {\n \"hover\": {\n \"key\": \"{header-navigation.background-color-light.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-background-color.hover}\",\n \"key\": \"{header-navigation.background-color-light.hover}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorLightHover\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color-light\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color-light\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{header-navigation.background-color-light.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-background-color.pressed}\",\n \"key\": \"{header-navigation.background-color-light.pressed}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorLightPressed\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color-light\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color-light\",\n \"pressed\"\n ]\n }\n },\n \"color-dark-static\": {\n \"key\": \"{header-navigation.color-dark-static}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-content-color}\",\n \"key\": \"{header-navigation.color-dark-static}\"\n },\n \"name\": \"HeaderNavigationColorDarkStatic\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"color-dark-static\"\n },\n \"path\": [\n \"header-navigation\",\n \"color-dark-static\"\n ]\n },\n \"background-color-dark-static\": {\n \"hover\": {\n \"key\": \"{header-navigation.background-color-dark-static.hover}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-background-color.hover}\",\n \"key\": \"{header-navigation.background-color-dark-static.hover}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorDarkStaticHover\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color-dark-static\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color-dark-static\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{header-navigation.background-color-dark-static.pressed}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-background-color.pressed}\",\n \"key\": \"{header-navigation.background-color-dark-static.pressed}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorDarkStaticPressed\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color-dark-static\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color-dark-static\",\n \"pressed\"\n ]\n }\n },\n \"color-light-static\": {\n \"key\": \"{header-navigation.color-light-static}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-content-color}\",\n \"key\": \"{header-navigation.color-light-static}\"\n },\n \"name\": \"HeaderNavigationColorLightStatic\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"color-light-static\"\n },\n \"path\": [\n \"header-navigation\",\n \"color-light-static\"\n ]\n },\n \"background-color-light-static\": {\n \"hover\": {\n \"key\": \"{header-navigation.background-color-light-static.hover}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-background-color.hover}\",\n \"key\": \"{header-navigation.background-color-light-static.hover}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorLightStaticHover\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color-light-static\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color-light-static\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{header-navigation.background-color-light-static.pressed}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-background-color.pressed}\",\n \"key\": \"{header-navigation.background-color-light-static.pressed}\"\n },\n \"name\": \"HeaderNavigationBackgroundColorLightStaticPressed\",\n \"attributes\": {\n \"category\": \"header-navigation\",\n \"type\": \"background-color-light-static\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"header-navigation\",\n \"background-color-light-static\",\n \"pressed\"\n ]\n }\n }\n },\n \"link\": {\n \"icon-height\": {\n \"key\": \"{link.icon-height}\",\n \"value\": \"calc(1rem * 1.25)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc({font-size-text.m} * 1.25)\",\n \"key\": \"{link.icon-height}\"\n },\n \"name\": \"LinkIconHeight\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"icon-height\"\n },\n \"path\": [\n \"link\",\n \"icon-height\"\n ]\n },\n \"icon-height-s\": {\n \"key\": \"{link.icon-height-s}\",\n \"value\": \"calc(0.875rem * 1.25)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc({font-size-text.s} * 1.25)\",\n \"key\": \"{link.icon-height-s}\"\n },\n \"name\": \"LinkIconHeightS\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"icon-height-s\"\n },\n \"path\": [\n \"link\",\n \"icon-height-s\"\n ]\n },\n \"font-weight\": {\n \"key\": \"{link.font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{link.font-weight}\"\n },\n \"name\": \"LinkFontWeight\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"font-weight\"\n },\n \"path\": [\n \"link\",\n \"font-weight\"\n ]\n },\n \"spacing\": {\n \"key\": \"{link.spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{link.spacing}\"\n },\n \"name\": \"LinkSpacing\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"link\",\n \"spacing\"\n ]\n },\n \"color\": {\n \"default\": {\n \"key\": \"{link.color.default}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{link.color.default}\"\n },\n \"name\": \"LinkColorDefault\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"link\",\n \"color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{link.color.hover}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.900}\",\n \"key\": \"{link.color.hover}\"\n },\n \"name\": \"LinkColorHover\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"link\",\n \"color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{link.color.pressed}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\n \"key\": \"{link.color.pressed}\"\n },\n \"name\": \"LinkColorPressed\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"link\",\n \"color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{link.color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{link.color.disabled}\"\n },\n \"name\": \"LinkColorDisabled\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"link\",\n \"color\",\n \"disabled\"\n ]\n }\n },\n \"color-dark\": {\n \"default\": {\n \"key\": \"{link.color-dark.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{link.color-dark.default}\"\n },\n \"name\": \"LinkColorDarkDefault\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-dark\",\n \"item\": \"default\"\n },\n \"path\": [\n \"link\",\n \"color-dark\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{link.color-dark.hover}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.700}\",\n \"key\": \"{link.color-dark.hover}\"\n },\n \"name\": \"LinkColorDarkHover\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-dark\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"link\",\n \"color-dark\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{link.color-dark.pressed}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.600}\",\n \"key\": \"{link.color-dark.pressed}\"\n },\n \"name\": \"LinkColorDarkPressed\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-dark\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"link\",\n \"color-dark\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{link.color-dark.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-dark-content-color}\",\n \"key\": \"{link.color-dark.disabled}\"\n },\n \"name\": \"LinkColorDarkDisabled\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-dark\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"link\",\n \"color-dark\",\n \"disabled\"\n ]\n }\n },\n \"color-light\": {\n \"default\": {\n \"key\": \"{link.color-light.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{link.color-light.default}\"\n },\n \"name\": \"LinkColorLightDefault\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-light\",\n \"item\": \"default\"\n },\n \"path\": [\n \"link\",\n \"color-light\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{link.color-light.hover}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.700}\",\n \"key\": \"{link.color-light.hover}\"\n },\n \"name\": \"LinkColorLightHover\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-light\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"link\",\n \"color-light\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{link.color-light.pressed}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.600}\",\n \"key\": \"{link.color-light.pressed}\"\n },\n \"name\": \"LinkColorLightPressed\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-light\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"link\",\n \"color-light\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{link.color-light.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-light-content-color}\",\n \"key\": \"{link.color-light.disabled}\"\n },\n \"name\": \"LinkColorLightDisabled\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-light\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"link\",\n \"color-light\",\n \"disabled\"\n ]\n }\n },\n \"color-dark-static\": {\n \"default\": {\n \"key\": \"{link.color-dark-static.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{link.color-dark-static.default}\"\n },\n \"name\": \"LinkColorDarkStaticDefault\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-dark-static\",\n \"item\": \"default\"\n },\n \"path\": [\n \"link\",\n \"color-dark-static\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{link.color-dark-static.hover}\",\n \"value\": \"rgb(0 0 0 / 87.5%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.700}\",\n \"key\": \"{link.color-dark-static.hover}\"\n },\n \"name\": \"LinkColorDarkStaticHover\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-dark-static\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"link\",\n \"color-dark-static\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{link.color-dark-static.pressed}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.600}\",\n \"key\": \"{link.color-dark-static.pressed}\"\n },\n \"name\": \"LinkColorDarkStaticPressed\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-dark-static\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"link\",\n \"color-dark-static\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{link.color-dark-static.disabled}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-dark-static-content-color}\",\n \"key\": \"{link.color-dark-static.disabled}\"\n },\n \"name\": \"LinkColorDarkStaticDisabled\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-dark-static\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"link\",\n \"color-dark-static\",\n \"disabled\"\n ]\n }\n },\n \"color-light-static\": {\n \"default\": {\n \"key\": \"{link.color-light-static.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{link.color-light-static.default}\"\n },\n \"name\": \"LinkColorLightStaticDefault\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-light-static\",\n \"item\": \"default\"\n },\n \"path\": [\n \"link\",\n \"color-light-static\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{link.color-light-static.hover}\",\n \"value\": \"rgb(255 255 255 / 87.5%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.700}\",\n \"key\": \"{link.color-light-static.hover}\"\n },\n \"name\": \"LinkColorLightStaticHover\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-light-static\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"link\",\n \"color-light-static\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{link.color-light-static.pressed}\",\n \"value\": \"rgb(255 255 255 / 75%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.600}\",\n \"key\": \"{link.color-light-static.pressed}\"\n },\n \"name\": \"LinkColorLightStaticPressed\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-light-static\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"link\",\n \"color-light-static\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{link.color-light-static.disabled}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/navigation/link.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-light-static-content-color}\",\n \"key\": \"{link.color-light-static.disabled}\"\n },\n \"name\": \"LinkColorLightStaticDisabled\",\n \"attributes\": {\n \"category\": \"link\",\n \"type\": \"color-light-static\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"link\",\n \"color-light-static\",\n \"disabled\"\n ]\n }\n }\n },\n \"tab-navigation\": {\n \"padding\": {\n \"key\": \"{tab-navigation.padding}\",\n \"value\": \"16px\",\n \"filePath\": \"src/navigation/tab-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{tab-navigation.padding}\"\n },\n \"name\": \"TabNavigationPadding\",\n \"attributes\": {\n \"category\": \"tab-navigation\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"tab-navigation\",\n \"padding\"\n ]\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{tab-navigation.background-color.default}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/navigation/tab-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.default}\",\n \"key\": \"{tab-navigation.background-color.default}\"\n },\n \"name\": \"TabNavigationBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"tab-navigation\",\n \"type\": \"background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"tab-navigation\",\n \"background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{tab-navigation.background-color.hover}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/navigation/tab-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.hover}\",\n \"key\": \"{tab-navigation.background-color.hover}\"\n },\n \"name\": \"TabNavigationBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"tab-navigation\",\n \"type\": \"background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"tab-navigation\",\n \"background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{tab-navigation.background-color.pressed}\",\n \"value\": \"#B7C9DB\",\n \"filePath\": \"src/navigation/tab-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.pressed}\",\n \"key\": \"{tab-navigation.background-color.pressed}\"\n },\n \"name\": \"TabNavigationBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"tab-navigation\",\n \"type\": \"background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"tab-navigation\",\n \"background-color\",\n \"pressed\"\n ]\n },\n \"current\": {\n \"key\": \"{tab-navigation.background-color.current}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/navigation/tab-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{tab-navigation.background-color.current}\"\n },\n \"name\": \"TabNavigationBackgroundColorCurrent\",\n \"attributes\": {\n \"category\": \"tab-navigation\",\n \"type\": \"background-color\",\n \"item\": \"current\"\n },\n \"path\": [\n \"tab-navigation\",\n \"background-color\",\n \"current\"\n ]\n }\n },\n \"color\": {\n \"key\": \"{tab-navigation.color}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/navigation/tab-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color}\",\n \"key\": \"{tab-navigation.color}\"\n },\n \"name\": \"TabNavigationColor\",\n \"attributes\": {\n \"category\": \"tab-navigation\",\n \"type\": \"color\"\n },\n \"path\": [\n \"tab-navigation\",\n \"color\"\n ]\n },\n \"font-weight\": {\n \"current\": {\n \"key\": \"{tab-navigation.font-weight.current}\",\n \"value\": \"bold\",\n \"filePath\": \"src/navigation/tab-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{tab-navigation.font-weight.current}\"\n },\n \"name\": \"TabNavigationFontWeightCurrent\",\n \"attributes\": {\n \"category\": \"tab-navigation\",\n \"type\": \"font-weight\",\n \"item\": \"current\"\n },\n \"path\": [\n \"tab-navigation\",\n \"font-weight\",\n \"current\"\n ]\n }\n },\n \"spacing\": {\n \"key\": \"{tab-navigation.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/navigation/tab-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{tab-navigation.spacing}\"\n },\n \"name\": \"TabNavigationSpacing\",\n \"attributes\": {\n \"category\": \"tab-navigation\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"tab-navigation\",\n \"spacing\"\n ]\n }\n },\n \"tabs\": {\n \"padding-y\": {\n \"key\": \"{tabs.padding-y}\",\n \"value\": \"8px\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{tabs.padding-y}\"\n },\n \"name\": \"TabsPaddingY\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"tabs\",\n \"padding-y\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{tabs.padding-x}\",\n \"value\": \"16px\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{tabs.padding-x}\"\n },\n \"name\": \"TabsPaddingX\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"tabs\",\n \"padding-x\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{tabs.corner-radius}\",\n \"value\": \"calc(8px * 2 + calc(1rem * 1.5))\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc({size-px.s} * 2 + {line-height-m})\",\n \"key\": \"{tabs.corner-radius}\"\n },\n \"name\": \"TabsCornerRadius\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"tabs\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{tabs.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{tabs.border-width}\"\n },\n \"name\": \"TabsBorderWidth\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"tabs\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{tabs.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{tabs.border-style}\"\n },\n \"name\": \"TabsBorderStyle\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"tabs\",\n \"border-style\"\n ]\n },\n \"border-color\": {\n \"key\": \"{tabs.border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{tabs.border-color}\"\n },\n \"name\": \"TabsBorderColor\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"tabs\",\n \"border-color\"\n ]\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{tabs.background-color.default}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.default}\",\n \"key\": \"{tabs.background-color.default}\"\n },\n \"name\": \"TabsBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"tabs\",\n \"background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{tabs.background-color.hover}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.hover}\",\n \"key\": \"{tabs.background-color.hover}\"\n },\n \"name\": \"TabsBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"tabs\",\n \"background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{tabs.background-color.pressed}\",\n \"value\": \"#B7C9DB\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-background-color.pressed}\",\n \"key\": \"{tabs.background-color.pressed}\"\n },\n \"name\": \"TabsBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"tabs\",\n \"background-color\",\n \"pressed\"\n ]\n },\n \"selected\": {\n \"key\": \"{tabs.background-color.selected}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{tabs.background-color.selected}\"\n },\n \"name\": \"TabsBackgroundColorSelected\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"background-color\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"tabs\",\n \"background-color\",\n \"selected\"\n ]\n }\n },\n \"color\": {\n \"default\": {\n \"key\": \"{tabs.color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color}\",\n \"key\": \"{tabs.color.default}\"\n },\n \"name\": \"TabsColorDefault\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"tabs\",\n \"color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{tabs.color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-content-color}\",\n \"key\": \"{tabs.color.disabled}\"\n },\n \"name\": \"TabsColorDisabled\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"tabs\",\n \"color\",\n \"disabled\"\n ]\n }\n },\n \"font-weight\": {\n \"selected\": {\n \"key\": \"{tabs.font-weight.selected}\",\n \"value\": \"bold\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{tabs.font-weight.selected}\"\n },\n \"name\": \"TabsFontWeightSelected\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"font-weight\",\n \"item\": \"selected\"\n },\n \"path\": [\n \"tabs\",\n \"font-weight\",\n \"selected\"\n ]\n }\n },\n \"spacing\": {\n \"key\": \"{tabs.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{tabs.spacing}\"\n },\n \"name\": \"TabsSpacing\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"tabs\",\n \"spacing\"\n ]\n }\n },\n \"contextual-help\": {\n \"max-width\": {\n \"key\": \"{contextual-help.max-width}\",\n \"value\": \"500px\",\n \"filePath\": \"src/overlays/contextual-help.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"500px\",\n \"key\": \"{contextual-help.max-width}\"\n },\n \"name\": \"ContextualHelpMaxWidth\",\n \"attributes\": {\n \"category\": \"contextual-help\",\n \"type\": \"max-width\"\n },\n \"path\": [\n \"contextual-help\",\n \"max-width\"\n ]\n }\n },\n \"light-box\": {\n \"max-width\": {\n \"key\": \"{light-box.max-width}\",\n \"value\": \"calc(100dvw - 64px)\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc(100dvw - {size-px.xxl})\",\n \"key\": \"{light-box.max-width}\"\n },\n \"name\": \"LightBoxMaxWidth\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"max-width\"\n },\n \"path\": [\n \"light-box\",\n \"max-width\"\n ]\n },\n \"max-height\": {\n \"key\": \"{light-box.max-height}\",\n \"value\": \"calc(100dvh - 64px)\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc(100dvh - {size-px.xxl})\",\n \"key\": \"{light-box.max-height}\"\n },\n \"name\": \"LightBoxMaxHeight\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"max-height\"\n },\n \"path\": [\n \"light-box\",\n \"max-height\"\n ]\n },\n \"max-width-mobile\": {\n \"key\": \"{light-box.max-width-mobile}\",\n \"value\": \"calc(100dvw - 24px)\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc(100dvw - {size-px.l})\",\n \"key\": \"{light-box.max-width-mobile}\"\n },\n \"name\": \"LightBoxMaxWidthMobile\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"max-width-mobile\"\n },\n \"path\": [\n \"light-box\",\n \"max-width-mobile\"\n ]\n },\n \"max-height-mobile\": {\n \"key\": \"{light-box.max-height-mobile}\",\n \"value\": \"calc(100dvh - 24px)\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc(100dvh - {size-px.l})\",\n \"key\": \"{light-box.max-height-mobile}\"\n },\n \"name\": \"LightBoxMaxHeightMobile\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"max-height-mobile\"\n },\n \"path\": [\n \"light-box\",\n \"max-height-mobile\"\n ]\n },\n \"spacing\": {\n \"key\": \"{light-box.spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{light-box.spacing}\"\n },\n \"name\": \"LightBoxSpacing\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"light-box\",\n \"spacing\"\n ]\n },\n \"indicator-spacing\": {\n \"key\": \"{light-box.indicator-spacing}\",\n \"value\": \"4px\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{light-box.indicator-spacing}\"\n },\n \"name\": \"LightBoxIndicatorSpacing\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"indicator-spacing\"\n },\n \"path\": [\n \"light-box\",\n \"indicator-spacing\"\n ]\n },\n \"indicator-size\": {\n \"key\": \"{light-box.indicator-size}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{light-box.indicator-size}\"\n },\n \"name\": \"LightBoxIndicatorSize\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"indicator-size\"\n },\n \"path\": [\n \"light-box\",\n \"indicator-size\"\n ]\n },\n \"indicator-border-width\": {\n \"key\": \"{light-box.indicator-border-width}\",\n \"value\": \"2px\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{light-box.indicator-border-width}\"\n },\n \"name\": \"LightBoxIndicatorBorderWidth\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"indicator-border-width\"\n },\n \"path\": [\n \"light-box\",\n \"indicator-border-width\"\n ]\n },\n \"indicator-border-style\": {\n \"key\": \"{light-box.indicator-border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{light-box.indicator-border-style}\"\n },\n \"name\": \"LightBoxIndicatorBorderStyle\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"indicator-border-style\"\n },\n \"path\": [\n \"light-box\",\n \"indicator-border-style\"\n ]\n },\n \"indicator-corner-radius\": {\n \"key\": \"{light-box.indicator-corner-radius}\",\n \"value\": \"50%\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.round}\",\n \"key\": \"{light-box.indicator-corner-radius}\"\n },\n \"name\": \"LightBoxIndicatorCornerRadius\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"indicator-corner-radius\"\n },\n \"path\": [\n \"light-box\",\n \"indicator-corner-radius\"\n ]\n },\n \"content-color\": {\n \"key\": \"{light-box.content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{light-box.content-color}\"\n },\n \"name\": \"LightBoxContentColor\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"content-color\"\n },\n \"path\": [\n \"light-box\",\n \"content-color\"\n ]\n }\n },\n \"modal\": {\n \"corner-radius\": {\n \"key\": \"{modal.corner-radius}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.l}\",\n \"key\": \"{modal.corner-radius}\"\n },\n \"name\": \"ModalCornerRadius\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"modal\",\n \"corner-radius\"\n ]\n },\n \"padding\": {\n \"key\": \"{modal.padding}\",\n \"value\": \"24px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.l}\",\n \"key\": \"{modal.padding}\"\n },\n \"name\": \"ModalPadding\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"modal\",\n \"padding\"\n ]\n },\n \"padding-mobile\": {\n \"key\": \"{modal.padding-mobile}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{modal.padding-mobile}\"\n },\n \"name\": \"ModalPaddingMobile\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"padding-mobile\"\n },\n \"path\": [\n \"modal\",\n \"padding-mobile\"\n ]\n },\n \"tray-top-spacing\": {\n \"key\": \"{modal.tray-top-spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{modal.tray-top-spacing}\"\n },\n \"name\": \"ModalTrayTopSpacing\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"tray-top-spacing\"\n },\n \"path\": [\n \"modal\",\n \"tray-top-spacing\"\n ]\n },\n \"background-color\": {\n \"key\": \"{modal.background-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{modal.background-color}\"\n },\n \"name\": \"ModalBackgroundColor\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"modal\",\n \"background-color\"\n ]\n },\n \"size\": {\n \"s\": {\n \"key\": \"{modal.size.s}\",\n \"value\": \"660px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"660px\",\n \"key\": \"{modal.size.s}\"\n },\n \"name\": \"ModalSizeS\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"size\",\n \"item\": \"s\"\n },\n \"path\": [\n \"modal\",\n \"size\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{modal.size.m}\",\n \"value\": \"900px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"900px\",\n \"key\": \"{modal.size.m}\"\n },\n \"name\": \"ModalSizeM\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"size\",\n \"item\": \"m\"\n },\n \"path\": [\n \"modal\",\n \"size\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{modal.size.l}\",\n \"value\": \"1300px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1300px\",\n \"key\": \"{modal.size.l}\"\n },\n \"name\": \"ModalSizeL\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"size\",\n \"item\": \"l\"\n },\n \"path\": [\n \"modal\",\n \"size\",\n \"l\"\n ]\n }\n },\n \"footer-background-color\": {\n \"key\": \"{modal.footer-background-color}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{modal.footer-background-color}\"\n },\n \"name\": \"ModalFooterBackgroundColor\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"footer-background-color\"\n },\n \"path\": [\n \"modal\",\n \"footer-background-color\"\n ]\n },\n \"border-color\": {\n \"key\": \"{modal.border-color}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{modal.border-color}\"\n },\n \"name\": \"ModalBorderColor\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"modal\",\n \"border-color\"\n ]\n },\n \"border-width\": {\n \"key\": \"{modal.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{modal.border-width}\"\n },\n \"name\": \"ModalBorderWidth\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"modal\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{modal.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{modal.border-style}\"\n },\n \"name\": \"ModalBorderStyle\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"modal\",\n \"border-style\"\n ]\n },\n \"header-padding-top\": {\n \"key\": \"{modal.header-padding-top}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{modal.header-padding-top}\"\n },\n \"name\": \"ModalHeaderPaddingTop\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"header-padding-top\"\n },\n \"path\": [\n \"modal\",\n \"header-padding-top\"\n ]\n },\n \"off-canvas-max-width\": {\n \"key\": \"{modal.off-canvas-max-width}\",\n \"value\": \"calc(100dvw - 16px)\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"calc(100dvw - {size-px.m})\",\n \"key\": \"{modal.off-canvas-max-width}\"\n },\n \"name\": \"ModalOffCanvasMaxWidth\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"off-canvas-max-width\"\n },\n \"path\": [\n \"modal\",\n \"off-canvas-max-width\"\n ]\n },\n \"content-min-height\": {\n \"key\": \"{modal.content-min-height}\",\n \"value\": \"120px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"120px\",\n \"key\": \"{modal.content-min-height}\"\n },\n \"name\": \"ModalContentMinHeight\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"content-min-height\"\n },\n \"path\": [\n \"modal\",\n \"content-min-height\"\n ]\n }\n },\n \"overlay\": {\n \"backdrop-color\": {\n \"key\": \"{overlay.backdrop-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/overlays/overlay.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.300}\",\n \"key\": \"{overlay.backdrop-color}\"\n },\n \"name\": \"OverlayBackdropColor\",\n \"attributes\": {\n \"category\": \"overlay\",\n \"type\": \"backdrop-color\"\n },\n \"path\": [\n \"overlay\",\n \"backdrop-color\"\n ]\n }\n },\n \"popover\": {\n \"box-shadow\": {\n \"key\": \"{popover.box-shadow}\",\n \"value\": \"rgb(0 0 0 / 12.5%) 0 8px 16px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{shadow.overlay}\",\n \"key\": \"{popover.box-shadow}\"\n },\n \"name\": \"PopoverBoxShadow\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"box-shadow\"\n },\n \"path\": [\n \"popover\",\n \"box-shadow\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{popover.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{popover.corner-radius}\"\n },\n \"name\": \"PopoverCornerRadius\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"popover\",\n \"corner-radius\"\n ]\n },\n \"padding\": {\n \"m\": {\n \"key\": \"{popover.padding.m}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{popover.padding.m}\"\n },\n \"name\": \"PopoverPaddingM\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"padding\",\n \"item\": \"m\"\n },\n \"path\": [\n \"popover\",\n \"padding\",\n \"m\"\n ]\n },\n \"s\": {\n \"key\": \"{popover.padding.s}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{popover.padding.s}\"\n },\n \"name\": \"PopoverPaddingS\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"padding\",\n \"item\": \"s\"\n },\n \"path\": [\n \"popover\",\n \"padding\",\n \"s\"\n ]\n }\n },\n \"background-color\": {\n \"key\": \"{popover.background-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{popover.background-color}\"\n },\n \"name\": \"PopoverBackgroundColor\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"popover\",\n \"background-color\"\n ]\n },\n \"min-width\": {\n \"key\": \"{popover.min-width}\",\n \"value\": \"200px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"200px\",\n \"key\": \"{popover.min-width}\"\n },\n \"name\": \"PopoverMinWidth\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"min-width\"\n },\n \"path\": [\n \"popover\",\n \"min-width\"\n ]\n },\n \"border-width\": {\n \"key\": \"{popover.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{popover.border-width}\"\n },\n \"name\": \"PopoverBorderWidth\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"popover\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{popover.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{popover.border-style}\"\n },\n \"name\": \"PopoverBorderStyle\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"popover\",\n \"border-style\"\n ]\n },\n \"border-color\": {\n \"key\": \"{popover.border-color}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{popover.border-color}\"\n },\n \"name\": \"PopoverBorderColor\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"popover\",\n \"border-color\"\n ]\n },\n \"spacing\": {\n \"key\": \"{popover.spacing}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{popover.spacing}\"\n },\n \"name\": \"PopoverSpacing\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"popover\",\n \"spacing\"\n ]\n },\n \"popover-to-trigger-spacing\": {\n \"key\": \"{popover.popover-to-trigger-spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{popover.popover-to-trigger-spacing}\"\n },\n \"name\": \"PopoverPopoverToTriggerSpacing\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"popover-to-trigger-spacing\"\n },\n \"path\": [\n \"popover\",\n \"popover-to-trigger-spacing\"\n ]\n },\n \"tip-height\": {\n \"key\": \"{popover.tip-height}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{popover.tip-height}\"\n },\n \"name\": \"PopoverTipHeight\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"tip-height\"\n },\n \"path\": [\n \"popover\",\n \"tip-height\"\n ]\n },\n \"tip-width\": {\n \"key\": \"{popover.tip-width}\",\n \"value\": \"16px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{popover.tip-width}\"\n },\n \"name\": \"PopoverTipWidth\",\n \"attributes\": {\n \"category\": \"popover\",\n \"type\": \"tip-width\"\n },\n \"path\": [\n \"popover\",\n \"tip-width\"\n ]\n }\n },\n \"tooltip\": {\n \"background-color\": {\n \"key\": \"{tooltip.background-color}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.900}\",\n \"key\": \"{tooltip.background-color}\"\n },\n \"name\": \"TooltipBackgroundColor\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"tooltip\",\n \"background-color\"\n ]\n },\n \"color\": {\n \"key\": \"{tooltip.color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{tooltip.color}\"\n },\n \"name\": \"TooltipColor\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"color\"\n },\n \"path\": [\n \"tooltip\",\n \"color\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{tooltip.padding-x}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{tooltip.padding-x}\"\n },\n \"name\": \"TooltipPaddingX\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"tooltip\",\n \"padding-x\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{tooltip.padding-y}\",\n \"value\": \"4px\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{tooltip.padding-y}\"\n },\n \"name\": \"TooltipPaddingY\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"tooltip\",\n \"padding-y\"\n ]\n },\n \"font-size\": {\n \"key\": \"{tooltip.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{tooltip.font-size}\"\n },\n \"name\": \"TooltipFontSize\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"tooltip\",\n \"font-size\"\n ]\n },\n \"max-width\": {\n \"key\": \"{tooltip.max-width}\",\n \"value\": \"300px\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"300px\",\n \"key\": \"{tooltip.max-width}\"\n },\n \"name\": \"TooltipMaxWidth\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"max-width\"\n },\n \"path\": [\n \"tooltip\",\n \"max-width\"\n ]\n },\n \"tooltip-to-trigger-spacing\": {\n \"key\": \"{tooltip.tooltip-to-trigger-spacing}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{tooltip.tooltip-to-trigger-spacing}\"\n },\n \"name\": \"TooltipTooltipToTriggerSpacing\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"tooltip-to-trigger-spacing\"\n },\n \"path\": [\n \"tooltip\",\n \"tooltip-to-trigger-spacing\"\n ]\n },\n \"tip-size\": {\n \"key\": \"{tooltip.tip-size}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{tooltip.tip-size}\"\n },\n \"name\": \"TooltipTipSize\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"tip-size\"\n },\n \"path\": [\n \"tooltip\",\n \"tip-size\"\n ]\n },\n \"box-shadow\": {\n \"key\": \"{tooltip.box-shadow}\",\n \"value\": \"rgb(0 0 0 / 12.5%) 0 8px 16px\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{shadow.overlay}\",\n \"key\": \"{tooltip.box-shadow}\"\n },\n \"name\": \"TooltipBoxShadow\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"box-shadow\"\n },\n \"path\": [\n \"tooltip\",\n \"box-shadow\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{tooltip.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{tooltip.corner-radius}\"\n },\n \"name\": \"TooltipCornerRadius\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"tooltip\",\n \"corner-radius\"\n ]\n }\n },\n \"scrollbar\": {\n \"thumb-color\": {\n \"key\": \"{scrollbar.thumb-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/scrollbar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{scrollbar.thumb-color}\"\n },\n \"name\": \"ScrollbarThumbColor\",\n \"attributes\": {\n \"category\": \"scrollbar\",\n \"type\": \"thumb-color\"\n },\n \"path\": [\n \"scrollbar\",\n \"thumb-color\"\n ]\n },\n \"track-color\": {\n \"key\": \"{scrollbar.track-color}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/scrollbar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"transparent\",\n \"key\": \"{scrollbar.track-color}\"\n },\n \"name\": \"ScrollbarTrackColor\",\n \"attributes\": {\n \"category\": \"scrollbar\",\n \"type\": \"track-color\"\n },\n \"path\": [\n \"scrollbar\",\n \"track-color\"\n ]\n },\n \"size\": {\n \"key\": \"{scrollbar.size}\",\n \"value\": \"8px\",\n \"filePath\": \"src/scrollbar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{scrollbar.size}\"\n },\n \"name\": \"ScrollbarSize\",\n \"attributes\": {\n \"category\": \"scrollbar\",\n \"type\": \"size\"\n },\n \"path\": [\n \"scrollbar\",\n \"size\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{scrollbar.corner-radius}\",\n \"value\": \"50%\",\n \"filePath\": \"src/scrollbar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.round}\",\n \"key\": \"{scrollbar.corner-radius}\"\n },\n \"name\": \"ScrollbarCornerRadius\",\n \"attributes\": {\n \"category\": \"scrollbar\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"scrollbar\",\n \"corner-radius\"\n ]\n }\n },\n \"size-rem\": {\n \"xxxs\": {\n \"key\": \"{size-rem.xxxs}\",\n \"value\": \"0.0625rem\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.0625rem\",\n \"key\": \"{size-rem.xxxs}\"\n },\n \"name\": \"SizeRemXxxs\",\n \"attributes\": {\n \"category\": \"size-rem\",\n \"type\": \"xxxs\"\n },\n \"path\": [\n \"size-rem\",\n \"xxxs\"\n ]\n },\n \"xxs\": {\n \"key\": \"{size-rem.xxs}\",\n \"value\": \"0.125rem\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.125rem\",\n \"key\": \"{size-rem.xxs}\"\n },\n \"name\": \"SizeRemXxs\",\n \"attributes\": {\n \"category\": \"size-rem\",\n \"type\": \"xxs\"\n },\n \"path\": [\n \"size-rem\",\n \"xxs\"\n ]\n },\n \"xs\": {\n \"key\": \"{size-rem.xs}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.25rem\",\n \"key\": \"{size-rem.xs}\"\n },\n \"name\": \"SizeRemXs\",\n \"attributes\": {\n \"category\": \"size-rem\",\n \"type\": \"xs\"\n },\n \"path\": [\n \"size-rem\",\n \"xs\"\n ]\n },\n \"s\": {\n \"key\": \"{size-rem.s}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.5rem\",\n \"key\": \"{size-rem.s}\"\n },\n \"name\": \"SizeRemS\",\n \"attributes\": {\n \"category\": \"size-rem\",\n \"type\": \"s\"\n },\n \"path\": [\n \"size-rem\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{size-rem.m}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1rem\",\n \"key\": \"{size-rem.m}\"\n },\n \"name\": \"SizeRemM\",\n \"attributes\": {\n \"category\": \"size-rem\",\n \"type\": \"m\"\n },\n \"path\": [\n \"size-rem\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{size-rem.l}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1.5rem\",\n \"key\": \"{size-rem.l}\"\n },\n \"name\": \"SizeRemL\",\n \"attributes\": {\n \"category\": \"size-rem\",\n \"type\": \"l\"\n },\n \"path\": [\n \"size-rem\",\n \"l\"\n ]\n },\n \"xl\": {\n \"key\": \"{size-rem.xl}\",\n \"value\": \"2rem\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"2rem\",\n \"key\": \"{size-rem.xl}\"\n },\n \"name\": \"SizeRemXl\",\n \"attributes\": {\n \"category\": \"size-rem\",\n \"type\": \"xl\"\n },\n \"path\": [\n \"size-rem\",\n \"xl\"\n ]\n },\n \"xxl\": {\n \"key\": \"{size-rem.xxl}\",\n \"value\": \"4rem\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"4rem\",\n \"key\": \"{size-rem.xxl}\"\n },\n \"name\": \"SizeRemXxl\",\n \"attributes\": {\n \"category\": \"size-rem\",\n \"type\": \"xxl\"\n },\n \"path\": [\n \"size-rem\",\n \"xxl\"\n ]\n }\n },\n \"size-px\": {\n \"xxxs\": {\n \"key\": \"{size-px.xxxs}\",\n \"value\": \"1px\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1px\",\n \"key\": \"{size-px.xxxs}\"\n },\n \"name\": \"SizePxXxxs\",\n \"attributes\": {\n \"category\": \"size-px\",\n \"type\": \"xxxs\"\n },\n \"path\": [\n \"size-px\",\n \"xxxs\"\n ]\n },\n \"xxs\": {\n \"key\": \"{size-px.xxs}\",\n \"value\": \"2px\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"2px\",\n \"key\": \"{size-px.xxs}\"\n },\n \"name\": \"SizePxXxs\",\n \"attributes\": {\n \"category\": \"size-px\",\n \"type\": \"xxs\"\n },\n \"path\": [\n \"size-px\",\n \"xxs\"\n ]\n },\n \"xs\": {\n \"key\": \"{size-px.xs}\",\n \"value\": \"4px\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"4px\",\n \"key\": \"{size-px.xs}\"\n },\n \"name\": \"SizePxXs\",\n \"attributes\": {\n \"category\": \"size-px\",\n \"type\": \"xs\"\n },\n \"path\": [\n \"size-px\",\n \"xs\"\n ]\n },\n \"s\": {\n \"key\": \"{size-px.s}\",\n \"value\": \"8px\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"8px\",\n \"key\": \"{size-px.s}\"\n },\n \"name\": \"SizePxS\",\n \"attributes\": {\n \"category\": \"size-px\",\n \"type\": \"s\"\n },\n \"path\": [\n \"size-px\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{size-px.m}\",\n \"value\": \"16px\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"16px\",\n \"key\": \"{size-px.m}\"\n },\n \"name\": \"SizePxM\",\n \"attributes\": {\n \"category\": \"size-px\",\n \"type\": \"m\"\n },\n \"path\": [\n \"size-px\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{size-px.l}\",\n \"value\": \"24px\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"24px\",\n \"key\": \"{size-px.l}\"\n },\n \"name\": \"SizePxL\",\n \"attributes\": {\n \"category\": \"size-px\",\n \"type\": \"l\"\n },\n \"path\": [\n \"size-px\",\n \"l\"\n ]\n },\n \"xl\": {\n \"key\": \"{size-px.xl}\",\n \"value\": \"32px\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"32px\",\n \"key\": \"{size-px.xl}\"\n },\n \"name\": \"SizePxXl\",\n \"attributes\": {\n \"category\": \"size-px\",\n \"type\": \"xl\"\n },\n \"path\": [\n \"size-px\",\n \"xl\"\n ]\n },\n \"xxl\": {\n \"key\": \"{size-px.xxl}\",\n \"value\": \"64px\",\n \"filePath\": \"src/size.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"64px\",\n \"key\": \"{size-px.xxl}\"\n },\n \"name\": \"SizePxXxl\",\n \"attributes\": {\n \"category\": \"size-px\",\n \"type\": \"xxl\"\n },\n \"path\": [\n \"size-px\",\n \"xxl\"\n ]\n }\n },\n \"alert-badge\": {\n \"info-background-color\": {\n \"key\": \"{alert-badge.info-background-color}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-soft-background-color.default}\",\n \"key\": \"{alert-badge.info-background-color}\"\n },\n \"name\": \"AlertBadgeInfoBackgroundColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"info-background-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"info-background-color\"\n ]\n },\n \"info-content-color\": {\n \"key\": \"{alert-badge.info-content-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-soft-content-color}\",\n \"key\": \"{alert-badge.info-content-color}\"\n },\n \"name\": \"AlertBadgeInfoContentColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"info-content-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"info-content-color\"\n ]\n },\n \"info-border-color\": {\n \"key\": \"{alert-badge.info-border-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-outline-border-color}\",\n \"key\": \"{alert-badge.info-border-color}\"\n },\n \"name\": \"AlertBadgeInfoBorderColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"info-border-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"info-border-color\"\n ]\n },\n \"success-background-color\": {\n \"key\": \"{alert-badge.success-background-color}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-background-color.default}\",\n \"key\": \"{alert-badge.success-background-color}\"\n },\n \"name\": \"AlertBadgeSuccessBackgroundColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"success-background-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"success-background-color\"\n ]\n },\n \"success-content-color\": {\n \"key\": \"{alert-badge.success-content-color}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-content-color}\",\n \"key\": \"{alert-badge.success-content-color}\"\n },\n \"name\": \"AlertBadgeSuccessContentColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"success-content-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"success-content-color\"\n ]\n },\n \"success-border-color\": {\n \"key\": \"{alert-badge.success-border-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-border-color}\",\n \"key\": \"{alert-badge.success-border-color}\"\n },\n \"name\": \"AlertBadgeSuccessBorderColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"success-border-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"success-border-color\"\n ]\n },\n \"warning-background-color\": {\n \"key\": \"{alert-badge.warning-background-color}\",\n \"value\": \"#763200\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-soft-background-color.default}\",\n \"key\": \"{alert-badge.warning-background-color}\"\n },\n \"name\": \"AlertBadgeWarningBackgroundColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"warning-background-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"warning-background-color\"\n ]\n },\n \"warning-content-color\": {\n \"key\": \"{alert-badge.warning-content-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-soft-content-color}\",\n \"key\": \"{alert-badge.warning-content-color}\"\n },\n \"name\": \"AlertBadgeWarningContentColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"warning-content-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"warning-content-color\"\n ]\n },\n \"warning-border-color\": {\n \"key\": \"{alert-badge.warning-border-color}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-outline-border-color}\",\n \"key\": \"{alert-badge.warning-border-color}\"\n },\n \"name\": \"AlertBadgeWarningBorderColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"warning-border-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"warning-border-color\"\n ]\n },\n \"danger-background-color\": {\n \"key\": \"{alert-badge.danger-background-color}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-background-color.default}\",\n \"key\": \"{alert-badge.danger-background-color}\"\n },\n \"name\": \"AlertBadgeDangerBackgroundColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"danger-background-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"danger-background-color\"\n ]\n },\n \"danger-content-color\": {\n \"key\": \"{alert-badge.danger-content-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-content-color}\",\n \"key\": \"{alert-badge.danger-content-color}\"\n },\n \"name\": \"AlertBadgeDangerContentColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"danger-content-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"danger-content-color\"\n ]\n },\n \"danger-border-color\": {\n \"key\": \"{alert-badge.danger-border-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-color}\",\n \"key\": \"{alert-badge.danger-border-color}\"\n },\n \"name\": \"AlertBadgeDangerBorderColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"danger-border-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"danger-border-color\"\n ]\n },\n \"unavailable-background-color\": {\n \"key\": \"{alert-badge.unavailable-background-color}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-soft-background-color.default}\",\n \"key\": \"{alert-badge.unavailable-background-color}\"\n },\n \"name\": \"AlertBadgeUnavailableBackgroundColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"unavailable-background-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"unavailable-background-color\"\n ]\n },\n \"unavailable-content-color\": {\n \"key\": \"{alert-badge.unavailable-content-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-soft-content-color}\",\n \"key\": \"{alert-badge.unavailable-content-color}\"\n },\n \"name\": \"AlertBadgeUnavailableContentColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"unavailable-content-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"unavailable-content-color\"\n ]\n },\n \"unavailable-border-color\": {\n \"key\": \"{alert-badge.unavailable-border-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-outline-border-color}\",\n \"key\": \"{alert-badge.unavailable-border-color}\"\n },\n \"name\": \"AlertBadgeUnavailableBorderColor\",\n \"attributes\": {\n \"category\": \"alert-badge\",\n \"type\": \"unavailable-border-color\"\n },\n \"path\": [\n \"alert-badge\",\n \"unavailable-border-color\"\n ]\n }\n },\n \"alert-text\": {\n \"spacing\": {\n \"key\": \"{alert-text.spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/status/alert-text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{alert-text.spacing}\"\n },\n \"name\": \"AlertTextSpacing\",\n \"attributes\": {\n \"category\": \"alert-text\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"alert-text\",\n \"spacing\"\n ]\n },\n \"info-color\": {\n \"key\": \"{alert-text.info-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/status/alert-text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.900}\",\n \"key\": \"{alert-text.info-color}\"\n },\n \"name\": \"AlertTextInfoColor\",\n \"attributes\": {\n \"category\": \"alert-text\",\n \"type\": \"info-color\"\n },\n \"path\": [\n \"alert-text\",\n \"info-color\"\n ]\n },\n \"warning-color\": {\n \"key\": \"{alert-text.warning-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/status/alert-text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.900}\",\n \"key\": \"{alert-text.warning-color}\"\n },\n \"name\": \"AlertTextWarningColor\",\n \"attributes\": {\n \"category\": \"alert-text\",\n \"type\": \"warning-color\"\n },\n \"path\": [\n \"alert-text\",\n \"warning-color\"\n ]\n },\n \"danger-color\": {\n \"key\": \"{alert-text.danger-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/status/alert-text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.900}\",\n \"key\": \"{alert-text.danger-color}\"\n },\n \"name\": \"AlertTextDangerColor\",\n \"attributes\": {\n \"category\": \"alert-text\",\n \"type\": \"danger-color\"\n },\n \"path\": [\n \"alert-text\",\n \"danger-color\"\n ]\n },\n \"success-color\": {\n \"key\": \"{alert-text.success-color}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/status/alert-text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.900}\",\n \"key\": \"{alert-text.success-color}\"\n },\n \"name\": \"AlertTextSuccessColor\",\n \"attributes\": {\n \"category\": \"alert-text\",\n \"type\": \"success-color\"\n },\n \"path\": [\n \"alert-text\",\n \"success-color\"\n ]\n },\n \"unavailable-color\": {\n \"key\": \"{alert-text.unavailable-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/alert-text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.800}\",\n \"key\": \"{alert-text.unavailable-color}\"\n },\n \"name\": \"AlertTextUnavailableColor\",\n \"attributes\": {\n \"category\": \"alert-text\",\n \"type\": \"unavailable-color\"\n },\n \"path\": [\n \"alert-text\",\n \"unavailable-color\"\n ]\n }\n },\n \"alert\": {\n \"padding\": {\n \"key\": \"{alert.padding}\",\n \"value\": \"16px\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{alert.padding}\"\n },\n \"name\": \"AlertPadding\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"alert\",\n \"padding\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{alert.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{alert.corner-radius}\"\n },\n \"name\": \"AlertCornerRadius\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"alert\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{alert.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{alert.border-width}\"\n },\n \"name\": \"AlertBorderWidth\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"alert\",\n \"border-width\"\n ]\n },\n \"border-x-start-width\": {\n \"key\": \"{alert.border-x-start-width}\",\n \"value\": \"8px\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.400}\",\n \"key\": \"{alert.border-x-start-width}\"\n },\n \"name\": \"AlertBorderXStartWidth\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"border-x-start-width\"\n },\n \"path\": [\n \"alert\",\n \"border-x-start-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{alert.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{alert.border-style}\"\n },\n \"name\": \"AlertBorderStyle\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"alert\",\n \"border-style\"\n ]\n },\n \"heading-to-content-spacing\": {\n \"key\": \"{alert.heading-to-content-spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{alert.heading-to-content-spacing}\"\n },\n \"name\": \"AlertHeadingToContentSpacing\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"heading-to-content-spacing\"\n },\n \"path\": [\n \"alert\",\n \"heading-to-content-spacing\"\n ]\n },\n \"spacing\": {\n \"key\": \"{alert.spacing}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{alert.spacing}\"\n },\n \"name\": \"AlertSpacing\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"alert\",\n \"spacing\"\n ]\n },\n \"heading-size\": {\n \"key\": \"{alert.heading-size}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-heading.xs}\",\n \"key\": \"{alert.heading-size}\"\n },\n \"name\": \"AlertHeadingSize\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"heading-size\"\n },\n \"path\": [\n \"alert\",\n \"heading-size\"\n ]\n },\n \"info-border-color\": {\n \"key\": \"{alert.info-border-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-outline-border-color}\",\n \"key\": \"{alert.info-border-color}\"\n },\n \"name\": \"AlertInfoBorderColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"info-border-color\"\n },\n \"path\": [\n \"alert\",\n \"info-border-color\"\n ]\n },\n \"info-heading-color\": {\n \"key\": \"{alert.info-heading-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-outline-content-color}\",\n \"key\": \"{alert.info-heading-color}\"\n },\n \"name\": \"AlertInfoHeadingColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"info-heading-color\"\n },\n \"path\": [\n \"alert\",\n \"info-heading-color\"\n ]\n },\n \"warning-border-color\": {\n \"key\": \"{alert.warning-border-color}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-outline-border-color}\",\n \"key\": \"{alert.warning-border-color}\"\n },\n \"name\": \"AlertWarningBorderColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"warning-border-color\"\n },\n \"path\": [\n \"alert\",\n \"warning-border-color\"\n ]\n },\n \"warning-heading-color\": {\n \"key\": \"{alert.warning-heading-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-outline-content-color}\",\n \"key\": \"{alert.warning-heading-color}\"\n },\n \"name\": \"AlertWarningHeadingColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"warning-heading-color\"\n },\n \"path\": [\n \"alert\",\n \"warning-heading-color\"\n ]\n },\n \"danger-border-color\": {\n \"key\": \"{alert.danger-border-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-color}\",\n \"key\": \"{alert.danger-border-color}\"\n },\n \"name\": \"AlertDangerBorderColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"danger-border-color\"\n },\n \"path\": [\n \"alert\",\n \"danger-border-color\"\n ]\n },\n \"danger-heading-color\": {\n \"key\": \"{alert.danger-heading-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-content-color}\",\n \"key\": \"{alert.danger-heading-color}\"\n },\n \"name\": \"AlertDangerHeadingColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"danger-heading-color\"\n },\n \"path\": [\n \"alert\",\n \"danger-heading-color\"\n ]\n },\n \"success-border-color\": {\n \"key\": \"{alert.success-border-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-border-color}\",\n \"key\": \"{alert.success-border-color}\"\n },\n \"name\": \"AlertSuccessBorderColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"success-border-color\"\n },\n \"path\": [\n \"alert\",\n \"success-border-color\"\n ]\n },\n \"success-heading-color\": {\n \"key\": \"{alert.success-heading-color}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-content-color}\",\n \"key\": \"{alert.success-heading-color}\"\n },\n \"name\": \"AlertSuccessHeadingColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"success-heading-color\"\n },\n \"path\": [\n \"alert\",\n \"success-heading-color\"\n ]\n },\n \"unavailable-border-color\": {\n \"key\": \"{alert.unavailable-border-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-outline-border-color}\",\n \"key\": \"{alert.unavailable-border-color}\"\n },\n \"name\": \"AlertUnavailableBorderColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"unavailable-border-color\"\n },\n \"path\": [\n \"alert\",\n \"unavailable-border-color\"\n ]\n },\n \"unavailable-heading-color\": {\n \"key\": \"{alert.unavailable-heading-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-outline-content-color}\",\n \"key\": \"{alert.unavailable-heading-color}\"\n },\n \"name\": \"AlertUnavailableHeadingColor\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"unavailable-heading-color\"\n },\n \"path\": [\n \"alert\",\n \"unavailable-heading-color\"\n ]\n }\n },\n \"badge\": {\n \"font-size\": {\n \"key\": \"{badge.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{badge.font-size}\"\n },\n \"name\": \"BadgeFontSize\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"badge\",\n \"font-size\"\n ]\n },\n \"font-weight\": {\n \"key\": \"{badge.font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{badge.font-weight}\"\n },\n \"name\": \"BadgeFontWeight\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"font-weight\"\n },\n \"path\": [\n \"badge\",\n \"font-weight\"\n ]\n },\n \"line-height\": {\n \"key\": \"{badge.line-height}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{single-line-height}\",\n \"key\": \"{badge.line-height}\"\n },\n \"name\": \"BadgeLineHeight\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"line-height\"\n },\n \"path\": [\n \"badge\",\n \"line-height\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{badge.corner-radius}\",\n \"value\": \"16px\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.l}\",\n \"key\": \"{badge.corner-radius}\"\n },\n \"name\": \"BadgeCornerRadius\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"badge\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{badge.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{badge.border-width}\"\n },\n \"name\": \"BadgeBorderWidth\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"badge\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{badge.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{badge.border-style}\"\n },\n \"name\": \"BadgeBorderStyle\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"badge\",\n \"border-style\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{badge.padding-y}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{badge.padding-y}\"\n },\n \"name\": \"BadgePaddingY\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"badge\",\n \"padding-y\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{badge.padding-x}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{badge.padding-x}\"\n },\n \"name\": \"BadgePaddingX\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"badge\",\n \"padding-x\"\n ]\n },\n \"spacing\": {\n \"key\": \"{badge.spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{badge.spacing}\"\n },\n \"name\": \"BadgeSpacing\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"badge\",\n \"spacing\"\n ]\n },\n \"neutral-border-color\": {\n \"key\": \"{badge.neutral-border-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.800}\",\n \"key\": \"{badge.neutral-border-color}\"\n },\n \"name\": \"BadgeNeutralBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-border-color\"\n },\n \"path\": [\n \"badge\",\n \"neutral-border-color\"\n ]\n },\n \"neutral-background-color\": {\n \"default\": {\n \"key\": \"{badge.neutral-background-color.default}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.300}\",\n \"key\": \"{badge.neutral-background-color.default}\"\n },\n \"name\": \"BadgeNeutralBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"neutral-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.neutral-background-color.hover}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.400}\",\n \"key\": \"{badge.neutral-background-color.hover}\"\n },\n \"name\": \"BadgeNeutralBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"neutral-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.neutral-background-color.pressed}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.500}\",\n \"key\": \"{badge.neutral-background-color.pressed}\"\n },\n \"name\": \"BadgeNeutralBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"neutral-background-color\",\n \"pressed\"\n ]\n }\n },\n \"neutral-content-color\": {\n \"key\": \"{badge.neutral-content-color}\",\n \"value\": \"#F4F8FC\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.900}\",\n \"key\": \"{badge.neutral-content-color}\"\n },\n \"name\": \"BadgeNeutralContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-content-color\"\n },\n \"path\": [\n \"badge\",\n \"neutral-content-color\"\n ]\n },\n \"neutral-scope-background-color\": {\n \"key\": \"{badge.neutral-scope-background-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.800}\",\n \"key\": \"{badge.neutral-scope-background-color}\"\n },\n \"name\": \"BadgeNeutralScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"neutral-scope-background-color\"\n ]\n },\n \"neutral-scope-content-color\": {\n \"key\": \"{badge.neutral-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.neutral-scope-content-color}\"\n },\n \"name\": \"BadgeNeutralScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"neutral-scope-content-color\"\n ]\n },\n \"blue-border-color\": {\n \"key\": \"{badge.blue-border-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.800}\",\n \"key\": \"{badge.blue-border-color}\"\n },\n \"name\": \"BadgeBlueBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-border-color\"\n },\n \"path\": [\n \"badge\",\n \"blue-border-color\"\n ]\n },\n \"blue-background-color\": {\n \"default\": {\n \"key\": \"{badge.blue-background-color.default}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.100}\",\n \"key\": \"{badge.blue-background-color.default}\"\n },\n \"name\": \"BadgeBlueBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"blue-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.blue-background-color.hover}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.200}\",\n \"key\": \"{badge.blue-background-color.hover}\"\n },\n \"name\": \"BadgeBlueBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"blue-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.blue-background-color.pressed}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.300}\",\n \"key\": \"{badge.blue-background-color.pressed}\"\n },\n \"name\": \"BadgeBlueBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"blue-background-color\",\n \"pressed\"\n ]\n }\n },\n \"blue-content-color\": {\n \"key\": \"{badge.blue-content-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.900}\",\n \"key\": \"{badge.blue-content-color}\"\n },\n \"name\": \"BadgeBlueContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-content-color\"\n },\n \"path\": [\n \"badge\",\n \"blue-content-color\"\n ]\n },\n \"blue-scope-background-color\": {\n \"key\": \"{badge.blue-scope-background-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.800}\",\n \"key\": \"{badge.blue-scope-background-color}\"\n },\n \"name\": \"BadgeBlueScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"blue-scope-background-color\"\n ]\n },\n \"blue-scope-content-color\": {\n \"key\": \"{badge.blue-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.blue-scope-content-color}\"\n },\n \"name\": \"BadgeBlueScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"blue-scope-content-color\"\n ]\n },\n \"navy-border-color\": {\n \"key\": \"{badge.navy-border-color}\",\n \"value\": \"#8291D7\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.800}\",\n \"key\": \"{badge.navy-border-color}\"\n },\n \"name\": \"BadgeNavyBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-border-color\"\n },\n \"path\": [\n \"badge\",\n \"navy-border-color\"\n ]\n },\n \"navy-background-color\": {\n \"default\": {\n \"key\": \"{badge.navy-background-color.default}\",\n \"value\": \"#0E142E\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.100}\",\n \"key\": \"{badge.navy-background-color.default}\"\n },\n \"name\": \"BadgeNavyBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"navy-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.navy-background-color.hover}\",\n \"value\": \"#131B3D\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.200}\",\n \"key\": \"{badge.navy-background-color.hover}\"\n },\n \"name\": \"BadgeNavyBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"navy-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.navy-background-color.pressed}\",\n \"value\": \"#1D285C\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.300}\",\n \"key\": \"{badge.navy-background-color.pressed}\"\n },\n \"name\": \"BadgeNavyBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"navy-background-color\",\n \"pressed\"\n ]\n }\n },\n \"navy-content-color\": {\n \"key\": \"{badge.navy-content-color}\",\n \"value\": \"#A5B0E2\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.900}\",\n \"key\": \"{badge.navy-content-color}\"\n },\n \"name\": \"BadgeNavyContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-content-color\"\n },\n \"path\": [\n \"badge\",\n \"navy-content-color\"\n ]\n },\n \"navy-scope-background-color\": {\n \"key\": \"{badge.navy-scope-background-color}\",\n \"value\": \"#8291D7\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.800}\",\n \"key\": \"{badge.navy-scope-background-color}\"\n },\n \"name\": \"BadgeNavyScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"navy-scope-background-color\"\n ]\n },\n \"navy-scope-content-color\": {\n \"key\": \"{badge.navy-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.navy-scope-content-color}\"\n },\n \"name\": \"BadgeNavyScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"navy-scope-content-color\"\n ]\n },\n \"violet-border-color\": {\n \"key\": \"{badge.violet-border-color}\",\n \"value\": \"#C2B9F8\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.800}\",\n \"key\": \"{badge.violet-border-color}\"\n },\n \"name\": \"BadgeVioletBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-border-color\"\n },\n \"path\": [\n \"badge\",\n \"violet-border-color\"\n ]\n },\n \"violet-background-color\": {\n \"default\": {\n \"key\": \"{badge.violet-background-color.default}\",\n \"value\": \"#302a6f\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.100}\",\n \"key\": \"{badge.violet-background-color.default}\"\n },\n \"name\": \"BadgeVioletBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"violet-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.violet-background-color.hover}\",\n \"value\": \"#483b9f\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.200}\",\n \"key\": \"{badge.violet-background-color.hover}\"\n },\n \"name\": \"BadgeVioletBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"violet-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.violet-background-color.pressed}\",\n \"value\": \"#5d4abf\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.300}\",\n \"key\": \"{badge.violet-background-color.pressed}\"\n },\n \"name\": \"BadgeVioletBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"violet-background-color\",\n \"pressed\"\n ]\n }\n },\n \"violet-content-color\": {\n \"key\": \"{badge.violet-content-color}\",\n \"value\": \"#D6D0FA\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.900}\",\n \"key\": \"{badge.violet-content-color}\"\n },\n \"name\": \"BadgeVioletContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-content-color\"\n },\n \"path\": [\n \"badge\",\n \"violet-content-color\"\n ]\n },\n \"violet-scope-background-color\": {\n \"key\": \"{badge.violet-scope-background-color}\",\n \"value\": \"#C2B9F8\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.800}\",\n \"key\": \"{badge.violet-scope-background-color}\"\n },\n \"name\": \"BadgeVioletScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"violet-scope-background-color\"\n ]\n },\n \"violet-scope-content-color\": {\n \"key\": \"{badge.violet-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.violet-scope-content-color}\"\n },\n \"name\": \"BadgeVioletScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"violet-scope-content-color\"\n ]\n },\n \"teal-border-color\": {\n \"key\": \"{badge.teal-border-color}\",\n \"value\": \"#5eedff\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.800}\",\n \"key\": \"{badge.teal-border-color}\"\n },\n \"name\": \"BadgeTealBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-border-color\"\n },\n \"path\": [\n \"badge\",\n \"teal-border-color\"\n ]\n },\n \"teal-background-color\": {\n \"default\": {\n \"key\": \"{badge.teal-background-color.default}\",\n \"value\": \"#00424a\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.100}\",\n \"key\": \"{badge.teal-background-color.default}\"\n },\n \"name\": \"BadgeTealBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"teal-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.teal-background-color.hover}\",\n \"value\": \"#004f59\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.200}\",\n \"key\": \"{badge.teal-background-color.hover}\"\n },\n \"name\": \"BadgeTealBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"teal-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.teal-background-color.pressed}\",\n \"value\": \"#006b78\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.300}\",\n \"key\": \"{badge.teal-background-color.pressed}\"\n },\n \"name\": \"BadgeTealBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"teal-background-color\",\n \"pressed\"\n ]\n }\n },\n \"teal-content-color\": {\n \"key\": \"{badge.teal-content-color}\",\n \"value\": \"#96f3ff\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.900}\",\n \"key\": \"{badge.teal-content-color}\"\n },\n \"name\": \"BadgeTealContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-content-color\"\n },\n \"path\": [\n \"badge\",\n \"teal-content-color\"\n ]\n },\n \"teal-scope-background-color\": {\n \"key\": \"{badge.teal-scope-background-color}\",\n \"value\": \"#5eedff\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.800}\",\n \"key\": \"{badge.teal-scope-background-color}\"\n },\n \"name\": \"BadgeTealScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"teal-scope-background-color\"\n ]\n },\n \"teal-scope-content-color\": {\n \"key\": \"{badge.teal-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.teal-scope-content-color}\"\n },\n \"name\": \"BadgeTealScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"teal-scope-content-color\"\n ]\n },\n \"lilac-border-color\": {\n \"key\": \"{badge.lilac-border-color}\",\n \"value\": \"#ebb6ff\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.800}\",\n \"key\": \"{badge.lilac-border-color}\"\n },\n \"name\": \"BadgeLilacBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-border-color\"\n },\n \"path\": [\n \"badge\",\n \"lilac-border-color\"\n ]\n },\n \"lilac-background-color\": {\n \"default\": {\n \"key\": \"{badge.lilac-background-color.default}\",\n \"value\": \"#470062\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.100}\",\n \"key\": \"{badge.lilac-background-color.default}\"\n },\n \"name\": \"BadgeLilacBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"lilac-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.lilac-background-color.hover}\",\n \"value\": \"#5f0083\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.200}\",\n \"key\": \"{badge.lilac-background-color.hover}\"\n },\n \"name\": \"BadgeLilacBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"lilac-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.lilac-background-color.pressed}\",\n \"value\": \"#9000c5\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.300}\",\n \"key\": \"{badge.lilac-background-color.pressed}\"\n },\n \"name\": \"BadgeLilacBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"lilac-background-color\",\n \"pressed\"\n ]\n }\n },\n \"lilac-content-color\": {\n \"key\": \"{badge.lilac-content-color}\",\n \"value\": \"#f1caff\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.900}\",\n \"key\": \"{badge.lilac-content-color}\"\n },\n \"name\": \"BadgeLilacContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-content-color\"\n },\n \"path\": [\n \"badge\",\n \"lilac-content-color\"\n ]\n },\n \"lilac-scope-background-color\": {\n \"key\": \"{badge.lilac-scope-background-color}\",\n \"value\": \"#ebb6ff\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.800}\",\n \"key\": \"{badge.lilac-scope-background-color}\"\n },\n \"name\": \"BadgeLilacScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"lilac-scope-background-color\"\n ]\n },\n \"lilac-scope-content-color\": {\n \"key\": \"{badge.lilac-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.lilac-scope-content-color}\"\n },\n \"name\": \"BadgeLilacScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"lilac-scope-content-color\"\n ]\n },\n \"red-border-color\": {\n \"key\": \"{badge.red-border-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.800}\",\n \"key\": \"{badge.red-border-color}\"\n },\n \"name\": \"BadgeRedBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-border-color\"\n },\n \"path\": [\n \"badge\",\n \"red-border-color\"\n ]\n },\n \"red-background-color\": {\n \"default\": {\n \"key\": \"{badge.red-background-color.default}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.100}\",\n \"key\": \"{badge.red-background-color.default}\"\n },\n \"name\": \"BadgeRedBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"red-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.red-background-color.hover}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.200}\",\n \"key\": \"{badge.red-background-color.hover}\"\n },\n \"name\": \"BadgeRedBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"red-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.red-background-color.pressed}\",\n \"value\": \"#AB1737\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.300}\",\n \"key\": \"{badge.red-background-color.pressed}\"\n },\n \"name\": \"BadgeRedBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"red-background-color\",\n \"pressed\"\n ]\n }\n },\n \"red-content-color\": {\n \"key\": \"{badge.red-content-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.900}\",\n \"key\": \"{badge.red-content-color}\"\n },\n \"name\": \"BadgeRedContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-content-color\"\n },\n \"path\": [\n \"badge\",\n \"red-content-color\"\n ]\n },\n \"red-scope-background-color\": {\n \"key\": \"{badge.red-scope-background-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.800}\",\n \"key\": \"{badge.red-scope-background-color}\"\n },\n \"name\": \"BadgeRedScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"red-scope-background-color\"\n ]\n },\n \"red-scope-content-color\": {\n \"key\": \"{badge.red-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.red-scope-content-color}\"\n },\n \"name\": \"BadgeRedScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"red-scope-content-color\"\n ]\n },\n \"green-border-color\": {\n \"key\": \"{badge.green-border-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.800}\",\n \"key\": \"{badge.green-border-color}\"\n },\n \"name\": \"BadgeGreenBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-border-color\"\n },\n \"path\": [\n \"badge\",\n \"green-border-color\"\n ]\n },\n \"green-background-color\": {\n \"default\": {\n \"key\": \"{badge.green-background-color.default}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.100}\",\n \"key\": \"{badge.green-background-color.default}\"\n },\n \"name\": \"BadgeGreenBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"green-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.green-background-color.hover}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.200}\",\n \"key\": \"{badge.green-background-color.hover}\"\n },\n \"name\": \"BadgeGreenBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"green-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.green-background-color.pressed}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.300}\",\n \"key\": \"{badge.green-background-color.pressed}\"\n },\n \"name\": \"BadgeGreenBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"green-background-color\",\n \"pressed\"\n ]\n }\n },\n \"green-content-color\": {\n \"key\": \"{badge.green-content-color}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.900}\",\n \"key\": \"{badge.green-content-color}\"\n },\n \"name\": \"BadgeGreenContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-content-color\"\n },\n \"path\": [\n \"badge\",\n \"green-content-color\"\n ]\n },\n \"green-scope-background-color\": {\n \"key\": \"{badge.green-scope-background-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.800}\",\n \"key\": \"{badge.green-scope-background-color}\"\n },\n \"name\": \"BadgeGreenScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"green-scope-background-color\"\n ]\n },\n \"green-scope-content-color\": {\n \"key\": \"{badge.green-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.green-scope-content-color}\"\n },\n \"name\": \"BadgeGreenScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"green-scope-content-color\"\n ]\n },\n \"orange-border-color\": {\n \"key\": \"{badge.orange-border-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.900}\",\n \"key\": \"{badge.orange-border-color}\"\n },\n \"name\": \"BadgeOrangeBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-border-color\"\n },\n \"path\": [\n \"badge\",\n \"orange-border-color\"\n ]\n },\n \"orange-background-color\": {\n \"default\": {\n \"key\": \"{badge.orange-background-color.default}\",\n \"value\": \"#763200\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.100}\",\n \"key\": \"{badge.orange-background-color.default}\"\n },\n \"name\": \"BadgeOrangeBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"orange-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.orange-background-color.hover}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.200}\",\n \"key\": \"{badge.orange-background-color.hover}\"\n },\n \"name\": \"BadgeOrangeBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"orange-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.orange-background-color.pressed}\",\n \"value\": \"#C25200\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.300}\",\n \"key\": \"{badge.orange-background-color.pressed}\"\n },\n \"name\": \"BadgeOrangeBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"orange-background-color\",\n \"pressed\"\n ]\n }\n },\n \"orange-content-color\": {\n \"key\": \"{badge.orange-content-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.900}\",\n \"key\": \"{badge.orange-content-color}\"\n },\n \"name\": \"BadgeOrangeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-content-color\"\n },\n \"path\": [\n \"badge\",\n \"orange-content-color\"\n ]\n },\n \"orange-scope-background-color\": {\n \"key\": \"{badge.orange-scope-background-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.900}\",\n \"key\": \"{badge.orange-scope-background-color}\"\n },\n \"name\": \"BadgeOrangeScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"orange-scope-background-color\"\n ]\n },\n \"orange-scope-content-color\": {\n \"key\": \"{badge.orange-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.orange-scope-content-color}\"\n },\n \"name\": \"BadgeOrangeScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"orange-scope-content-color\"\n ]\n },\n \"dark-border-color\": {\n \"key\": \"{badge.dark-border-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{badge.dark-border-color}\"\n },\n \"name\": \"BadgeDarkBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-border-color\"\n },\n \"path\": [\n \"badge\",\n \"dark-border-color\"\n ]\n },\n \"dark-background-color\": {\n \"default\": {\n \"key\": \"{badge.dark-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.100}\",\n \"key\": \"{badge.dark-background-color.default}\"\n },\n \"name\": \"BadgeDarkBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"dark-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.dark-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{badge.dark-background-color.hover}\"\n },\n \"name\": \"BadgeDarkBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"dark-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.dark-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.300}\",\n \"key\": \"{badge.dark-background-color.pressed}\"\n },\n \"name\": \"BadgeDarkBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"dark-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-content-color\": {\n \"key\": \"{badge.dark-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{badge.dark-content-color}\"\n },\n \"name\": \"BadgeDarkContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-content-color\"\n },\n \"path\": [\n \"badge\",\n \"dark-content-color\"\n ]\n },\n \"dark-scope-background-color\": {\n \"key\": \"{badge.dark-scope-background-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{badge.dark-scope-background-color}\"\n },\n \"name\": \"BadgeDarkScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"dark-scope-background-color\"\n ]\n },\n \"dark-scope-content-color\": {\n \"key\": \"{badge.dark-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light}\",\n \"key\": \"{badge.dark-scope-content-color}\"\n },\n \"name\": \"BadgeDarkScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"dark-scope-content-color\"\n ]\n },\n \"light-border-color\": {\n \"key\": \"{badge.light-border-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{badge.light-border-color}\"\n },\n \"name\": \"BadgeLightBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-border-color\"\n },\n \"path\": [\n \"badge\",\n \"light-border-color\"\n ]\n },\n \"light-background-color\": {\n \"default\": {\n \"key\": \"{badge.light-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.100}\",\n \"key\": \"{badge.light-background-color.default}\"\n },\n \"name\": \"BadgeLightBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"light-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.light-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.200}\",\n \"key\": \"{badge.light-background-color.hover}\"\n },\n \"name\": \"BadgeLightBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"light-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.light-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.300}\",\n \"key\": \"{badge.light-background-color.pressed}\"\n },\n \"name\": \"BadgeLightBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"light-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-content-color\": {\n \"key\": \"{badge.light-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{badge.light-content-color}\"\n },\n \"name\": \"BadgeLightContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-content-color\"\n },\n \"path\": [\n \"badge\",\n \"light-content-color\"\n ]\n },\n \"light-scope-background-color\": {\n \"key\": \"{badge.light-scope-background-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{badge.light-scope-background-color}\"\n },\n \"name\": \"BadgeLightScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"light-scope-background-color\"\n ]\n },\n \"light-scope-content-color\": {\n \"key\": \"{badge.light-scope-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.dark}\",\n \"key\": \"{badge.light-scope-content-color}\"\n },\n \"name\": \"BadgeLightScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"light-scope-content-color\"\n ]\n },\n \"dark-static-border-color\": {\n \"key\": \"{badge.dark-static-border-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{badge.dark-static-border-color}\"\n },\n \"name\": \"BadgeDarkStaticBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-border-color\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-border-color\"\n ]\n },\n \"dark-static-background-color\": {\n \"default\": {\n \"key\": \"{badge.dark-static-background-color.default}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.100}\",\n \"key\": \"{badge.dark-static-background-color.default}\"\n },\n \"name\": \"BadgeDarkStaticBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.dark-static-background-color.hover}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.200}\",\n \"key\": \"{badge.dark-static-background-color.hover}\"\n },\n \"name\": \"BadgeDarkStaticBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.dark-static-background-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.300}\",\n \"key\": \"{badge.dark-static-background-color.pressed}\"\n },\n \"name\": \"BadgeDarkStaticBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-background-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-static-content-color\": {\n \"key\": \"{badge.dark-static-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{badge.dark-static-content-color}\"\n },\n \"name\": \"BadgeDarkStaticContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-content-color\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-content-color\"\n ]\n },\n \"dark-static-scope-background-color\": {\n \"key\": \"{badge.dark-static-scope-background-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.800}\",\n \"key\": \"{badge.dark-static-scope-background-color}\"\n },\n \"name\": \"BadgeDarkStaticScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-scope-background-color\"\n ]\n },\n \"dark-static-scope-content-color\": {\n \"key\": \"{badge.dark-static-scope-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.light-static}\",\n \"key\": \"{badge.dark-static-scope-content-color}\"\n },\n \"name\": \"BadgeDarkStaticScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-scope-content-color\"\n ]\n },\n \"light-static-border-color\": {\n \"key\": \"{badge.light-static-border-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{badge.light-static-border-color}\"\n },\n \"name\": \"BadgeLightStaticBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-border-color\"\n },\n \"path\": [\n \"badge\",\n \"light-static-border-color\"\n ]\n },\n \"light-static-background-color\": {\n \"default\": {\n \"key\": \"{badge.light-static-background-color.default}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.100}\",\n \"key\": \"{badge.light-static-background-color.default}\"\n },\n \"name\": \"BadgeLightStaticBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"light-static-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{badge.light-static-background-color.hover}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.200}\",\n \"key\": \"{badge.light-static-background-color.hover}\"\n },\n \"name\": \"BadgeLightStaticBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"badge\",\n \"light-static-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.light-static-background-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.300}\",\n \"key\": \"{badge.light-static-background-color.pressed}\"\n },\n \"name\": \"BadgeLightStaticBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"light-static-background-color\",\n \"pressed\"\n ]\n }\n },\n \"light-static-content-color\": {\n \"key\": \"{badge.light-static-content-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{badge.light-static-content-color}\"\n },\n \"name\": \"BadgeLightStaticContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-content-color\"\n },\n \"path\": [\n \"badge\",\n \"light-static-content-color\"\n ]\n },\n \"light-static-scope-background-color\": {\n \"key\": \"{badge.light-static-scope-background-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{badge.light-static-scope-background-color}\"\n },\n \"name\": \"BadgeLightStaticScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"light-static-scope-background-color\"\n ]\n },\n \"light-static-scope-content-color\": {\n \"key\": \"{badge.light-static-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{text.color.dark-static}\",\n \"key\": \"{badge.light-static-scope-content-color}\"\n },\n \"name\": \"BadgeLightStaticScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"light-static-scope-content-color\"\n ]\n },\n \"disabled-border-color\": {\n \"key\": \"{badge.disabled-border-color}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-border-color}\",\n \"key\": \"{badge.disabled-border-color}\"\n },\n \"name\": \"BadgeDisabledBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-border-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-border-color\"\n ]\n },\n \"disabled-background-color\": {\n \"key\": \"{badge.disabled-background-color}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-background-color}\",\n \"key\": \"{badge.disabled-background-color}\"\n },\n \"name\": \"BadgeDisabledBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-background-color\"\n ]\n },\n \"disabled-content-color\": {\n \"key\": \"{badge.disabled-content-color}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{badge.disabled-content-color}\"\n },\n \"name\": \"BadgeDisabledContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-content-color\"\n ]\n },\n \"disabled-scope-background-color\": {\n \"key\": \"{badge.disabled-scope-background-color}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-background-color}\",\n \"key\": \"{badge.disabled-scope-background-color}\"\n },\n \"name\": \"BadgeDisabledScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-scope-background-color\"\n ]\n },\n \"disabled-scope-content-color\": {\n \"key\": \"{badge.disabled-scope-content-color}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-content-color}\",\n \"key\": \"{badge.disabled-scope-content-color}\"\n },\n \"name\": \"BadgeDisabledScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-scope-content-color\"\n ]\n },\n \"disabled-dark-border-color\": {\n \"key\": \"{badge.disabled-dark-border-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-dark-border-color}\",\n \"key\": \"{badge.disabled-dark-border-color}\"\n },\n \"name\": \"BadgeDisabledDarkBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-border-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-border-color\"\n ]\n },\n \"disabled-dark-background-color\": {\n \"key\": \"{badge.disabled-dark-background-color}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-background-color}\",\n \"key\": \"{badge.disabled-dark-background-color}\"\n },\n \"name\": \"BadgeDisabledDarkBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-background-color\"\n ]\n },\n \"disabled-dark-content-color\": {\n \"key\": \"{badge.disabled-dark-content-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-content-color}\",\n \"key\": \"{badge.disabled-dark-content-color}\"\n },\n \"name\": \"BadgeDisabledDarkContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-content-color\"\n ]\n },\n \"disabled-dark-scope-background-color\": {\n \"key\": \"{badge.disabled-dark-scope-background-color}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-dark-background-color}\",\n \"key\": \"{badge.disabled-dark-scope-background-color}\"\n },\n \"name\": \"BadgeDisabledDarkScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-scope-background-color\"\n ]\n },\n \"disabled-dark-scope-content-color\": {\n \"key\": \"{badge.disabled-dark-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-dark-content-color}\",\n \"key\": \"{badge.disabled-dark-scope-content-color}\"\n },\n \"name\": \"BadgeDisabledDarkScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-scope-content-color\"\n ]\n },\n \"disabled-light-border-color\": {\n \"key\": \"{badge.disabled-light-border-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-light-border-color}\",\n \"key\": \"{badge.disabled-light-border-color}\"\n },\n \"name\": \"BadgeDisabledLightBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-border-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-border-color\"\n ]\n },\n \"disabled-light-background-color\": {\n \"key\": \"{badge.disabled-light-background-color}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-light-background-color}\",\n \"key\": \"{badge.disabled-light-background-color}\"\n },\n \"name\": \"BadgeDisabledLightBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-background-color\"\n ]\n },\n \"disabled-light-content-color\": {\n \"key\": \"{badge.disabled-light-content-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-light-content-color}\",\n \"key\": \"{badge.disabled-light-content-color}\"\n },\n \"name\": \"BadgeDisabledLightContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-content-color\"\n ]\n },\n \"disabled-light-scope-background-color\": {\n \"key\": \"{badge.disabled-light-scope-background-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-light-background-color}\",\n \"key\": \"{badge.disabled-light-scope-background-color}\"\n },\n \"name\": \"BadgeDisabledLightScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-scope-background-color\"\n ]\n },\n \"disabled-light-scope-content-color\": {\n \"key\": \"{badge.disabled-light-scope-content-color}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-light-content-color}\",\n \"key\": \"{badge.disabled-light-scope-content-color}\"\n },\n \"name\": \"BadgeDisabledLightScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-scope-content-color\"\n ]\n },\n \"disabled-dark-static-border-color\": {\n \"key\": \"{badge.disabled-dark-static-border-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-dark-static-border-color}\",\n \"key\": \"{badge.disabled-dark-static-border-color}\"\n },\n \"name\": \"BadgeDisabledDarkStaticBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-static-border-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-static-border-color\"\n ]\n },\n \"disabled-dark-static-background-color\": {\n \"key\": \"{badge.disabled-dark-static-background-color}\",\n \"value\": \"rgb(0 0 0 / 12.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-static-background-color}\",\n \"key\": \"{badge.disabled-dark-static-background-color}\"\n },\n \"name\": \"BadgeDisabledDarkStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-static-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-static-background-color\"\n ]\n },\n \"disabled-dark-static-content-color\": {\n \"key\": \"{badge.disabled-dark-static-content-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-dark-static-content-color}\",\n \"key\": \"{badge.disabled-dark-static-content-color}\"\n },\n \"name\": \"BadgeDisabledDarkStaticContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-static-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-static-content-color\"\n ]\n },\n \"disabled-dark-static-scope-background-color\": {\n \"key\": \"{badge.disabled-dark-static-scope-background-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-dark-static-background-color}\",\n \"key\": \"{badge.disabled-dark-static-scope-background-color}\"\n },\n \"name\": \"BadgeDisabledDarkStaticScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-static-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-static-scope-background-color\"\n ]\n },\n \"disabled-dark-static-scope-content-color\": {\n \"key\": \"{badge.disabled-dark-static-scope-content-color}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-dark-static-content-color}\",\n \"key\": \"{badge.disabled-dark-static-scope-content-color}\"\n },\n \"name\": \"BadgeDisabledDarkStaticScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-dark-static-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-dark-static-scope-content-color\"\n ]\n },\n \"disabled-light-static-border-color\": {\n \"key\": \"{badge.disabled-light-static-border-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-light-static-border-color}\",\n \"key\": \"{badge.disabled-light-static-border-color}\"\n },\n \"name\": \"BadgeDisabledLightStaticBorderColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-static-border-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-static-border-color\"\n ]\n },\n \"disabled-light-static-background-color\": {\n \"key\": \"{badge.disabled-light-static-background-color}\",\n \"value\": \"rgb(255 255 255 / 12.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-light-static-background-color}\",\n \"key\": \"{badge.disabled-light-static-background-color}\"\n },\n \"name\": \"BadgeDisabledLightStaticBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-static-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-static-background-color\"\n ]\n },\n \"disabled-light-static-content-color\": {\n \"key\": \"{badge.disabled-light-static-content-color}\",\n \"value\": \"rgb(255 255 255 / 25%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-light-static-content-color}\",\n \"key\": \"{badge.disabled-light-static-content-color}\"\n },\n \"name\": \"BadgeDisabledLightStaticContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-static-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-static-content-color\"\n ]\n },\n \"disabled-light-static-scope-background-color\": {\n \"key\": \"{badge.disabled-light-static-scope-background-color}\",\n \"value\": \"rgb(255 255 255 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-light-static-background-color}\",\n \"key\": \"{badge.disabled-light-static-scope-background-color}\"\n },\n \"name\": \"BadgeDisabledLightStaticScopeBackgroundColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-static-scope-background-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-static-scope-background-color\"\n ]\n },\n \"disabled-light-static-scope-content-color\": {\n \"key\": \"{badge.disabled-light-static-scope-content-color}\",\n \"value\": \"rgb(0 0 0 / 37.5%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-light-static-content-color}\",\n \"key\": \"{badge.disabled-light-static-scope-content-color}\"\n },\n \"name\": \"BadgeDisabledLightStaticScopeContentColor\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"disabled-light-static-scope-content-color\"\n },\n \"path\": [\n \"badge\",\n \"disabled-light-static-scope-content-color\"\n ]\n }\n },\n \"counter-badge\": {\n \"font-size\": {\n \"key\": \"{counter-badge.font-size}\",\n \"value\": \"0.625rem\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.625rem\",\n \"key\": \"{counter-badge.font-size}\"\n },\n \"name\": \"CounterBadgeFontSize\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"counter-badge\",\n \"font-size\"\n ]\n },\n \"font-weight\": {\n \"key\": \"{counter-badge.font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{counter-badge.font-weight}\"\n },\n \"name\": \"CounterBadgeFontWeight\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"font-weight\"\n },\n \"path\": [\n \"counter-badge\",\n \"font-weight\"\n ]\n },\n \"height\": {\n \"key\": \"{counter-badge.height}\",\n \"value\": \"1.25rem\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"1.25rem\",\n \"key\": \"{counter-badge.height}\"\n },\n \"name\": \"CounterBadgeHeight\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"height\"\n },\n \"path\": [\n \"counter-badge\",\n \"height\"\n ]\n },\n \"height-empty\": {\n \"key\": \"{counter-badge.height-empty}\",\n \"value\": \"0.75rem\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.75rem\",\n \"key\": \"{counter-badge.height-empty}\"\n },\n \"name\": \"CounterBadgeHeightEmpty\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"height-empty\"\n },\n \"path\": [\n \"counter-badge\",\n \"height-empty\"\n ]\n },\n \"padding-inline\": {\n \"key\": \"{counter-badge.padding-inline}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{counter-badge.padding-inline}\"\n },\n \"name\": \"CounterBadgePaddingInline\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"padding-inline\"\n },\n \"path\": [\n \"counter-badge\",\n \"padding-inline\"\n ]\n },\n \"background-color\": {\n \"key\": \"{counter-badge.background-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-background-color.default}\",\n \"key\": \"{counter-badge.background-color}\"\n },\n \"name\": \"CounterBadgeBackgroundColor\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"counter-badge\",\n \"background-color\"\n ]\n },\n \"content-color\": {\n \"key\": \"{counter-badge.content-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-content-color}\",\n \"key\": \"{counter-badge.content-color}\"\n },\n \"name\": \"CounterBadgeContentColor\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"content-color\"\n },\n \"path\": [\n \"counter-badge\",\n \"content-color\"\n ]\n },\n \"border-width\": {\n \"key\": \"{counter-badge.border-width}\",\n \"value\": \"2px\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{counter-badge.border-width}\"\n },\n \"name\": \"CounterBadgeBorderWidth\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"counter-badge\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{counter-badge.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{counter-badge.border-style}\"\n },\n \"name\": \"CounterBadgeBorderStyle\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"counter-badge\",\n \"border-style\"\n ]\n },\n \"border-color\": {\n \"key\": \"{counter-badge.border-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{counter-badge.border-color}\"\n },\n \"name\": \"CounterBadgeBorderColor\",\n \"attributes\": {\n \"category\": \"counter-badge\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"counter-badge\",\n \"border-color\"\n ]\n }\n },\n \"loading-spinner\": {\n \"transition-duration\": {\n \"key\": \"{loading-spinner.transition-duration}\",\n \"value\": \"2000ms\",\n \"filePath\": \"src/status/loading-spinner.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"2000ms\",\n \"key\": \"{loading-spinner.transition-duration}\"\n },\n \"name\": \"LoadingSpinnerTransitionDuration\",\n \"attributes\": {\n \"category\": \"loading-spinner\",\n \"type\": \"transition-duration\"\n },\n \"path\": [\n \"loading-spinner\",\n \"transition-duration\"\n ]\n },\n \"transition-duration-slow\": {\n \"key\": \"{loading-spinner.transition-duration-slow}\",\n \"value\": \"6000ms\",\n \"filePath\": \"src/status/loading-spinner.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"6000ms\",\n \"key\": \"{loading-spinner.transition-duration-slow}\"\n },\n \"name\": \"LoadingSpinnerTransitionDurationSlow\",\n \"attributes\": {\n \"category\": \"loading-spinner\",\n \"type\": \"transition-duration-slow\"\n },\n \"path\": [\n \"loading-spinner\",\n \"transition-duration-slow\"\n ]\n },\n \"color\": {\n \"key\": \"{loading-spinner.color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/status/loading-spinner.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{icon.color}\",\n \"key\": \"{loading-spinner.color}\"\n },\n \"name\": \"LoadingSpinnerColor\",\n \"attributes\": {\n \"category\": \"loading-spinner\",\n \"type\": \"color\"\n },\n \"path\": [\n \"loading-spinner\",\n \"color\"\n ]\n },\n \"color-light\": {\n \"key\": \"{loading-spinner.color-light}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/loading-spinner.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-plain-content-color}\",\n \"key\": \"{loading-spinner.color-light}\"\n },\n \"name\": \"LoadingSpinnerColorLight\",\n \"attributes\": {\n \"category\": \"loading-spinner\",\n \"type\": \"color-light\"\n },\n \"path\": [\n \"loading-spinner\",\n \"color-light\"\n ]\n },\n \"color-dark\": {\n \"key\": \"{loading-spinner.color-dark}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/loading-spinner.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-plain-content-color}\",\n \"key\": \"{loading-spinner.color-dark}\"\n },\n \"name\": \"LoadingSpinnerColorDark\",\n \"attributes\": {\n \"category\": \"loading-spinner\",\n \"type\": \"color-dark\"\n },\n \"path\": [\n \"loading-spinner\",\n \"color-dark\"\n ]\n },\n \"color-light-static\": {\n \"key\": \"{loading-spinner.color-light-static}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/loading-spinner.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static-plain-content-color}\",\n \"key\": \"{loading-spinner.color-light-static}\"\n },\n \"name\": \"LoadingSpinnerColorLightStatic\",\n \"attributes\": {\n \"category\": \"loading-spinner\",\n \"type\": \"color-light-static\"\n },\n \"path\": [\n \"loading-spinner\",\n \"color-light-static\"\n ]\n },\n \"color-dark-static\": {\n \"key\": \"{loading-spinner.color-dark-static}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/loading-spinner.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static-plain-content-color}\",\n \"key\": \"{loading-spinner.color-dark-static}\"\n },\n \"name\": \"LoadingSpinnerColorDarkStatic\",\n \"attributes\": {\n \"category\": \"loading-spinner\",\n \"type\": \"color-dark-static\"\n },\n \"path\": [\n \"loading-spinner\",\n \"color-dark-static\"\n ]\n }\n },\n \"notification-provider\": {\n \"window-to-provider-spacing\": {\n \"key\": \"{notification-provider.window-to-provider-spacing}\",\n \"value\": \"32px\",\n \"filePath\": \"src/status/notification-provider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xl}\",\n \"key\": \"{notification-provider.window-to-provider-spacing}\"\n },\n \"name\": \"NotificationProviderWindowToProviderSpacing\",\n \"attributes\": {\n \"category\": \"notification-provider\",\n \"type\": \"window-to-provider-spacing\"\n },\n \"path\": [\n \"notification-provider\",\n \"window-to-provider-spacing\"\n ]\n },\n \"notification-to-notification-spacing\": {\n \"key\": \"{notification-provider.notification-to-notification-spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/status/notification-provider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{notification-provider.notification-to-notification-spacing}\"\n },\n \"name\": \"NotificationProviderNotificationToNotificationSpacing\",\n \"attributes\": {\n \"category\": \"notification-provider\",\n \"type\": \"notification-to-notification-spacing\"\n },\n \"path\": [\n \"notification-provider\",\n \"notification-to-notification-spacing\"\n ]\n }\n },\n \"notification\": {\n \"padding\": {\n \"key\": \"{notification.padding}\",\n \"value\": \"8px\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{notification.padding}\"\n },\n \"name\": \"NotificationPadding\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"notification\",\n \"padding\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{notification.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{notification.corner-radius}\"\n },\n \"name\": \"NotificationCornerRadius\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"notification\",\n \"corner-radius\"\n ]\n },\n \"border-x-start-width\": {\n \"key\": \"{notification.border-x-start-width}\",\n \"value\": \"4px\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.300}\",\n \"key\": \"{notification.border-x-start-width}\"\n },\n \"name\": \"NotificationBorderXStartWidth\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"border-x-start-width\"\n },\n \"path\": [\n \"notification\",\n \"border-x-start-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{notification.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{notification.border-style}\"\n },\n \"name\": \"NotificationBorderStyle\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"notification\",\n \"border-style\"\n ]\n },\n \"border-width\": {\n \"key\": \"{notification.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{notification.border-width}\"\n },\n \"name\": \"NotificationBorderWidth\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"notification\",\n \"border-width\"\n ]\n },\n \"border-color\": {\n \"key\": \"{notification.border-color}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{notification.border-color}\"\n },\n \"name\": \"NotificationBorderColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"notification\",\n \"border-color\"\n ]\n },\n \"box-shadow\": {\n \"key\": \"{notification.box-shadow}\",\n \"value\": \"rgb(0 0 0 / 12.5%) 0 8px 16px\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{shadow.overlay}\",\n \"key\": \"{notification.box-shadow}\"\n },\n \"name\": \"NotificationBoxShadow\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"box-shadow\"\n },\n \"path\": [\n \"notification\",\n \"box-shadow\"\n ]\n },\n \"width\": {\n \"key\": \"{notification.width}\",\n \"value\": \"355px\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"355px\",\n \"key\": \"{notification.width}\"\n },\n \"name\": \"NotificationWidth\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"width\"\n },\n \"path\": [\n \"notification\",\n \"width\"\n ]\n },\n \"heading-to-text-spacing\": {\n \"key\": \"{notification.heading-to-text-spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{notification.heading-to-text-spacing}\"\n },\n \"name\": \"NotificationHeadingToTextSpacing\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"heading-to-text-spacing\"\n },\n \"path\": [\n \"notification\",\n \"heading-to-text-spacing\"\n ]\n },\n \"spacing\": {\n \"key\": \"{notification.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{notification.spacing}\"\n },\n \"name\": \"NotificationSpacing\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"notification\",\n \"spacing\"\n ]\n },\n \"font-size\": {\n \"key\": \"{notification.font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{notification.font-size}\"\n },\n \"name\": \"NotificationFontSize\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"notification\",\n \"font-size\"\n ]\n },\n \"info-border-color\": {\n \"key\": \"{notification.info-border-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-outline-border-color}\",\n \"key\": \"{notification.info-border-color}\"\n },\n \"name\": \"NotificationInfoBorderColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"info-border-color\"\n },\n \"path\": [\n \"notification\",\n \"info-border-color\"\n ]\n },\n \"info-heading-color\": {\n \"key\": \"{notification.info-heading-color}\",\n \"value\": \"#ABC6FF\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-outline-content-color}\",\n \"key\": \"{notification.info-heading-color}\"\n },\n \"name\": \"NotificationInfoHeadingColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"info-heading-color\"\n },\n \"path\": [\n \"notification\",\n \"info-heading-color\"\n ]\n },\n \"info-background-color\": {\n \"default\": {\n \"key\": \"{notification.info-background-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{notification.info-background-color.default}\"\n },\n \"name\": \"NotificationInfoBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"info-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"notification\",\n \"info-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{notification.info-background-color.hover}\",\n \"value\": \"#00205C\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-outline-background-color.hover}\",\n \"key\": \"{notification.info-background-color.hover}\"\n },\n \"name\": \"NotificationInfoBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"info-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"notification\",\n \"info-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{notification.info-background-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-outline-background-color.pressed}\",\n \"key\": \"{notification.info-background-color.pressed}\"\n },\n \"name\": \"NotificationInfoBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"info-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"notification\",\n \"info-background-color\",\n \"pressed\"\n ]\n }\n },\n \"warning-border-color\": {\n \"key\": \"{notification.warning-border-color}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-outline-border-color}\",\n \"key\": \"{notification.warning-border-color}\"\n },\n \"name\": \"NotificationWarningBorderColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"warning-border-color\"\n },\n \"path\": [\n \"notification\",\n \"warning-border-color\"\n ]\n },\n \"warning-heading-color\": {\n \"key\": \"{notification.warning-heading-color}\",\n \"value\": \"#FFD9BD\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-outline-content-color}\",\n \"key\": \"{notification.warning-heading-color}\"\n },\n \"name\": \"NotificationWarningHeadingColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"warning-heading-color\"\n },\n \"path\": [\n \"notification\",\n \"warning-heading-color\"\n ]\n },\n \"warning-background-color\": {\n \"default\": {\n \"key\": \"{notification.warning-background-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{notification.warning-background-color.default}\"\n },\n \"name\": \"NotificationWarningBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"warning-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"notification\",\n \"warning-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{notification.warning-background-color.hover}\",\n \"value\": \"#763200\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-outline-background-color.hover}\",\n \"key\": \"{notification.warning-background-color.hover}\"\n },\n \"name\": \"NotificationWarningBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"warning-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"notification\",\n \"warning-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{notification.warning-background-color.pressed}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-outline-background-color.pressed}\",\n \"key\": \"{notification.warning-background-color.pressed}\"\n },\n \"name\": \"NotificationWarningBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"warning-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"notification\",\n \"warning-background-color\",\n \"pressed\"\n ]\n }\n },\n \"danger-border-color\": {\n \"key\": \"{notification.danger-border-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-color}\",\n \"key\": \"{notification.danger-border-color}\"\n },\n \"name\": \"NotificationDangerBorderColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"danger-border-color\"\n },\n \"path\": [\n \"notification\",\n \"danger-border-color\"\n ]\n },\n \"danger-heading-color\": {\n \"key\": \"{notification.danger-heading-color}\",\n \"value\": \"#F7C1CC\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-content-color}\",\n \"key\": \"{notification.danger-heading-color}\"\n },\n \"name\": \"NotificationDangerHeadingColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"danger-heading-color\"\n },\n \"path\": [\n \"notification\",\n \"danger-heading-color\"\n ]\n },\n \"danger-background-color\": {\n \"default\": {\n \"key\": \"{notification.danger-background-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{notification.danger-background-color.default}\"\n },\n \"name\": \"NotificationDangerBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"danger-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"notification\",\n \"danger-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{notification.danger-background-color.hover}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-background-color.hover}\",\n \"key\": \"{notification.danger-background-color.hover}\"\n },\n \"name\": \"NotificationDangerBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"danger-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"notification\",\n \"danger-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{notification.danger-background-color.pressed}\",\n \"value\": \"#710F24\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-background-color.pressed}\",\n \"key\": \"{notification.danger-background-color.pressed}\"\n },\n \"name\": \"NotificationDangerBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"danger-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"notification\",\n \"danger-background-color\",\n \"pressed\"\n ]\n }\n },\n \"success-border-color\": {\n \"key\": \"{notification.success-border-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-border-color}\",\n \"key\": \"{notification.success-border-color}\"\n },\n \"name\": \"NotificationSuccessBorderColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"success-border-color\"\n },\n \"path\": [\n \"notification\",\n \"success-border-color\"\n ]\n },\n \"success-heading-color\": {\n \"key\": \"{notification.success-heading-color}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-content-color}\",\n \"key\": \"{notification.success-heading-color}\"\n },\n \"name\": \"NotificationSuccessHeadingColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"success-heading-color\"\n },\n \"path\": [\n \"notification\",\n \"success-heading-color\"\n ]\n },\n \"success-background-color\": {\n \"default\": {\n \"key\": \"{notification.success-background-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{notification.success-background-color.default}\"\n },\n \"name\": \"NotificationSuccessBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"success-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"notification\",\n \"success-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{notification.success-background-color.hover}\",\n \"value\": \"#00291C\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-background-color.hover}\",\n \"key\": \"{notification.success-background-color.hover}\"\n },\n \"name\": \"NotificationSuccessBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"success-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"notification\",\n \"success-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{notification.success-background-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-background-color.pressed}\",\n \"key\": \"{notification.success-background-color.pressed}\"\n },\n \"name\": \"NotificationSuccessBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"success-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"notification\",\n \"success-background-color\",\n \"pressed\"\n ]\n }\n },\n \"unavailable-border-color\": {\n \"key\": \"{notification.unavailable-border-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-outline-border-color}\",\n \"key\": \"{notification.unavailable-border-color}\"\n },\n \"name\": \"NotificationUnavailableBorderColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"unavailable-border-color\"\n },\n \"path\": [\n \"notification\",\n \"unavailable-border-color\"\n ]\n },\n \"unavailable-heading-color\": {\n \"key\": \"{notification.unavailable-heading-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-outline-content-color}\",\n \"key\": \"{notification.unavailable-heading-color}\"\n },\n \"name\": \"NotificationUnavailableHeadingColor\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"unavailable-heading-color\"\n },\n \"path\": [\n \"notification\",\n \"unavailable-heading-color\"\n ]\n },\n \"unavailable-background-color\": {\n \"default\": {\n \"key\": \"{notification.unavailable-background-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{notification.unavailable-background-color.default}\"\n },\n \"name\": \"NotificationUnavailableBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"unavailable-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"notification\",\n \"unavailable-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{notification.unavailable-background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-outline-background-color.hover}\",\n \"key\": \"{notification.unavailable-background-color.hover}\"\n },\n \"name\": \"NotificationUnavailableBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"unavailable-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"notification\",\n \"unavailable-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{notification.unavailable-background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-outline-background-color.pressed}\",\n \"key\": \"{notification.unavailable-background-color.pressed}\"\n },\n \"name\": \"NotificationUnavailableBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"notification\",\n \"type\": \"unavailable-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"notification\",\n \"unavailable-background-color\",\n \"pressed\"\n ]\n }\n }\n },\n \"password-creation-field\": {\n \"rule-to-rule-spacing\": {\n \"key\": \"{password-creation-field.rule-to-rule-spacing}\",\n \"value\": \"8px\",\n \"filePath\": \"src/status/password-creation-field.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{password-creation-field.rule-to-rule-spacing}\"\n },\n \"name\": \"PasswordCreationFieldRuleToRuleSpacing\",\n \"attributes\": {\n \"category\": \"password-creation-field\",\n \"type\": \"rule-to-rule-spacing\"\n },\n \"path\": [\n \"password-creation-field\",\n \"rule-to-rule-spacing\"\n ]\n }\n },\n \"progress-bar\": {\n \"font-size\": {\n \"key\": \"{progress-bar.font-size}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.m}\",\n \"key\": \"{progress-bar.font-size}\"\n },\n \"name\": \"ProgressBarFontSize\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"font-size\"\n },\n \"path\": [\n \"progress-bar\",\n \"font-size\"\n ]\n },\n \"font-size-s\": {\n \"key\": \"{progress-bar.font-size-s}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{progress-bar.font-size-s}\"\n },\n \"name\": \"ProgressBarFontSizeS\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"font-size-s\"\n },\n \"path\": [\n \"progress-bar\",\n \"font-size-s\"\n ]\n },\n \"value-font-weight\": {\n \"key\": \"{progress-bar.value-font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{progress-bar.value-font-weight}\"\n },\n \"name\": \"ProgressBarValueFontWeight\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"value-font-weight\"\n },\n \"path\": [\n \"progress-bar\",\n \"value-font-weight\"\n ]\n },\n \"spacing-y\": {\n \"key\": \"{progress-bar.spacing-y}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{progress-bar.spacing-y}\"\n },\n \"name\": \"ProgressBarSpacingY\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"spacing-y\"\n },\n \"path\": [\n \"progress-bar\",\n \"spacing-y\"\n ]\n },\n \"spacing-x\": {\n \"key\": \"{progress-bar.spacing-x}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{progress-bar.spacing-x}\"\n },\n \"name\": \"ProgressBarSpacingX\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"spacing-x\"\n },\n \"path\": [\n \"progress-bar\",\n \"spacing-x\"\n ]\n },\n \"spacing-bar-to-legend\": {\n \"key\": \"{progress-bar.spacing-bar-to-legend}\",\n \"value\": \"16px\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{progress-bar.spacing-bar-to-legend}\"\n },\n \"name\": \"ProgressBarSpacingBarToLegend\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"spacing-bar-to-legend\"\n },\n \"path\": [\n \"progress-bar\",\n \"spacing-bar-to-legend\"\n ]\n },\n \"height\": {\n \"m\": {\n \"key\": \"{progress-bar.height.m}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{progress-bar.height.m}\"\n },\n \"name\": \"ProgressBarHeightM\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"height\",\n \"item\": \"m\"\n },\n \"path\": [\n \"progress-bar\",\n \"height\",\n \"m\"\n ]\n },\n \"s\": {\n \"key\": \"{progress-bar.height.s}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{progress-bar.height.s}\"\n },\n \"name\": \"ProgressBarHeightS\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"height\",\n \"item\": \"s\"\n },\n \"path\": [\n \"progress-bar\",\n \"height\",\n \"s\"\n ]\n },\n \"l\": {\n \"key\": \"{progress-bar.height.l}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.l}\",\n \"key\": \"{progress-bar.height.l}\"\n },\n \"name\": \"ProgressBarHeightL\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"height\",\n \"item\": \"l\"\n },\n \"path\": [\n \"progress-bar\",\n \"height\",\n \"l\"\n ]\n }\n },\n \"corner-radius\": {\n \"key\": \"{progress-bar.corner-radius}\",\n \"value\": \"16px\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.l}\",\n \"key\": \"{progress-bar.corner-radius}\"\n },\n \"name\": \"ProgressBarCornerRadius\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"progress-bar\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{progress-bar.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{progress-bar.border-width}\"\n },\n \"name\": \"ProgressBarBorderWidth\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"progress-bar\",\n \"border-width\"\n ]\n },\n \"border-color\": {\n \"key\": \"{progress-bar.border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{progress-bar.border-color}\"\n },\n \"name\": \"ProgressBarBorderColor\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"progress-bar\",\n \"border-color\"\n ]\n },\n \"background-color\": {\n \"key\": \"{progress-bar.background-color}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{progress-bar.background-color}\"\n },\n \"name\": \"ProgressBarBackgroundColor\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"progress-bar\",\n \"background-color\"\n ]\n },\n \"info-fill-background-color\": {\n \"key\": \"{progress-bar.info-fill-background-color}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-solid-background-color.default}\",\n \"key\": \"{progress-bar.info-fill-background-color}\"\n },\n \"name\": \"ProgressBarInfoFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"info-fill-background-color\"\n },\n \"path\": [\n \"progress-bar\",\n \"info-fill-background-color\"\n ]\n },\n \"success-fill-background-color\": {\n \"key\": \"{progress-bar.success-fill-background-color}\",\n \"value\": \"#4FFFC9\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-background-color.default}\",\n \"key\": \"{progress-bar.success-fill-background-color}\"\n },\n \"name\": \"ProgressBarSuccessFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"success-fill-background-color\"\n },\n \"path\": [\n \"progress-bar\",\n \"success-fill-background-color\"\n ]\n },\n \"warning-fill-background-color\": {\n \"key\": \"{progress-bar.warning-fill-background-color}\",\n \"value\": \"#FFC89F\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-solid-background-color.default}\",\n \"key\": \"{progress-bar.warning-fill-background-color}\"\n },\n \"name\": \"ProgressBarWarningFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"warning-fill-background-color\"\n },\n \"path\": [\n \"progress-bar\",\n \"warning-fill-background-color\"\n ]\n },\n \"danger-fill-background-color\": {\n \"key\": \"{progress-bar.danger-fill-background-color}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-solid-background-color.default}\",\n \"key\": \"{progress-bar.danger-fill-background-color}\"\n },\n \"name\": \"ProgressBarDangerFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"danger-fill-background-color\"\n },\n \"path\": [\n \"progress-bar\",\n \"danger-fill-background-color\"\n ]\n },\n \"indeterminate-fill-background-color\": {\n \"key\": \"{progress-bar.indeterminate-fill-background-color}\",\n \"value\": \"#E5EFF8\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-background-color.default}\",\n \"key\": \"{progress-bar.indeterminate-fill-background-color}\"\n },\n \"name\": \"ProgressBarIndeterminateFillBackgroundColor\",\n \"attributes\": {\n \"category\": \"progress-bar\",\n \"type\": \"indeterminate-fill-background-color\"\n },\n \"path\": [\n \"progress-bar\",\n \"indeterminate-fill-background-color\"\n ]\n }\n },\n \"accent-box\": {\n \"background-color-neutral\": {\n \"key\": \"{accent-box.background-color-neutral}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{accent-box.background-color-neutral}\"\n },\n \"name\": \"AccentBoxBackgroundColorNeutral\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"background-color-neutral\"\n },\n \"path\": [\n \"accent-box\",\n \"background-color-neutral\"\n ]\n },\n \"background-color-blue\": {\n \"key\": \"{accent-box.background-color-blue}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.200}\",\n \"key\": \"{accent-box.background-color-blue}\"\n },\n \"name\": \"AccentBoxBackgroundColorBlue\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"background-color-blue\"\n },\n \"path\": [\n \"accent-box\",\n \"background-color-blue\"\n ]\n },\n \"background-color-teal\": {\n \"key\": \"{accent-box.background-color-teal}\",\n \"value\": \"#004f59\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.200}\",\n \"key\": \"{accent-box.background-color-teal}\"\n },\n \"name\": \"AccentBoxBackgroundColorTeal\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"background-color-teal\"\n },\n \"path\": [\n \"accent-box\",\n \"background-color-teal\"\n ]\n },\n \"background-color-lilac\": {\n \"key\": \"{accent-box.background-color-lilac}\",\n \"value\": \"#5f0083\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.200}\",\n \"key\": \"{accent-box.background-color-lilac}\"\n },\n \"name\": \"AccentBoxBackgroundColorLilac\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"background-color-lilac\"\n },\n \"path\": [\n \"accent-box\",\n \"background-color-lilac\"\n ]\n },\n \"background-color-violet\": {\n \"key\": \"{accent-box.background-color-violet}\",\n \"value\": \"#483b9f\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.200}\",\n \"key\": \"{accent-box.background-color-violet}\"\n },\n \"name\": \"AccentBoxBackgroundColorViolet\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"background-color-violet\"\n },\n \"path\": [\n \"accent-box\",\n \"background-color-violet\"\n ]\n },\n \"background-color-green\": {\n \"key\": \"{accent-box.background-color-green}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.200}\",\n \"key\": \"{accent-box.background-color-green}\"\n },\n \"name\": \"AccentBoxBackgroundColorGreen\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"background-color-green\"\n },\n \"path\": [\n \"accent-box\",\n \"background-color-green\"\n ]\n },\n \"background-color-navy\": {\n \"key\": \"{accent-box.background-color-navy}\",\n \"value\": \"#131B3D\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.200}\",\n \"key\": \"{accent-box.background-color-navy}\"\n },\n \"name\": \"AccentBoxBackgroundColorNavy\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"background-color-navy\"\n },\n \"path\": [\n \"accent-box\",\n \"background-color-navy\"\n ]\n },\n \"background-color-gradient\": {\n \"key\": \"{accent-box.background-color-gradient}\",\n \"value\": \"radial-gradient(circle at 18% 20%, #3D55C159, transparent 22%), radial-gradient(circle at 82% 18%, #00A1B54D, transparent 18%), radial-gradient(circle at 70% 82%, #715DEE47, transparent 24%), linear-gradient(180deg, #06070A 0%, #0A0E18 45%, #0F1424 100%)\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gradient}\",\n \"key\": \"{accent-box.background-color-gradient}\"\n },\n \"name\": \"AccentBoxBackgroundColorGradient\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"background-color-gradient\"\n },\n \"path\": [\n \"accent-box\",\n \"background-color-gradient\"\n ]\n },\n \"padding\": {\n \"key\": \"{accent-box.padding}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{accent-box.padding}\"\n },\n \"name\": \"AccentBoxPadding\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"accent-box\",\n \"padding\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{accent-box.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{accent-box.corner-radius}\"\n },\n \"name\": \"AccentBoxCornerRadius\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"accent-box\",\n \"corner-radius\"\n ]\n }\n },\n \"accordion\": {\n \"spacing\": {\n \"key\": \"{accordion.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{accordion.spacing}\"\n },\n \"name\": \"AccordionSpacing\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"accordion\",\n \"spacing\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{accordion.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{accordion.corner-radius}\"\n },\n \"name\": \"AccordionCornerRadius\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"accordion\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{accordion.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{accordion.border-width}\"\n },\n \"name\": \"AccordionBorderWidth\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"accordion\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{accordion.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{accordion.border-style}\"\n },\n \"name\": \"AccordionBorderStyle\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"accordion\",\n \"border-style\"\n ]\n },\n \"border-color\": {\n \"key\": \"{accordion.border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{accordion.border-color}\"\n },\n \"name\": \"AccordionBorderColor\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"accordion\",\n \"border-color\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{accordion.padding-x}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{accordion.padding-x}\"\n },\n \"name\": \"AccordionPaddingX\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"accordion\",\n \"padding-x\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{accordion.padding-y}\",\n \"value\": \"4px\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{accordion.padding-y}\"\n },\n \"name\": \"AccordionPaddingY\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"accordion\",\n \"padding-y\"\n ]\n },\n \"background-color\": {\n \"hover\": {\n \"key\": \"{accordion.background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.hover}\",\n \"key\": \"{accordion.background-color.hover}\"\n },\n \"name\": \"AccordionBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"accordion\",\n \"background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{accordion.background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.pressed}\",\n \"key\": \"{accordion.background-color.pressed}\"\n },\n \"name\": \"AccordionBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"accordion\",\n \"type\": \"background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"accordion\",\n \"background-color\",\n \"pressed\"\n ]\n }\n }\n },\n \"column-layout\": {\n \"gap\": {\n \"s\": {\n \"key\": \"{column-layout.gap.s}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/column-layout.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{column-layout.gap.s}\"\n },\n \"name\": \"ColumnLayoutGapS\",\n \"attributes\": {\n \"category\": \"column-layout\",\n \"type\": \"gap\",\n \"item\": \"s\"\n },\n \"path\": [\n \"column-layout\",\n \"gap\",\n \"s\"\n ]\n },\n \"m\": {\n \"key\": \"{column-layout.gap.m}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/column-layout.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{column-layout.gap.m}\"\n },\n \"name\": \"ColumnLayoutGapM\",\n \"attributes\": {\n \"category\": \"column-layout\",\n \"type\": \"gap\",\n \"item\": \"m\"\n },\n \"path\": [\n \"column-layout\",\n \"gap\",\n \"m\"\n ]\n },\n \"l\": {\n \"key\": \"{column-layout.gap.l}\",\n \"value\": \"24px\",\n \"filePath\": \"src/structure/column-layout.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.l}\",\n \"key\": \"{column-layout.gap.l}\"\n },\n \"name\": \"ColumnLayoutGapL\",\n \"attributes\": {\n \"category\": \"column-layout\",\n \"type\": \"gap\",\n \"item\": \"l\"\n },\n \"path\": [\n \"column-layout\",\n \"gap\",\n \"l\"\n ]\n },\n \"xl\": {\n \"key\": \"{column-layout.gap.xl}\",\n \"value\": \"32px\",\n \"filePath\": \"src/structure/column-layout.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xl}\",\n \"key\": \"{column-layout.gap.xl}\"\n },\n \"name\": \"ColumnLayoutGapXl\",\n \"attributes\": {\n \"category\": \"column-layout\",\n \"type\": \"gap\",\n \"item\": \"xl\"\n },\n \"path\": [\n \"column-layout\",\n \"gap\",\n \"xl\"\n ]\n }\n }\n },\n \"combine\": {\n \"avatar-text\": {\n \"spacing\": {\n \"key\": \"{combine.avatar-text.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/structure/combine.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{combine.avatar-text.spacing}\"\n },\n \"name\": \"CombineAvatarTextSpacing\",\n \"attributes\": {\n \"category\": \"combine\",\n \"type\": \"avatar-text\",\n \"item\": \"spacing\"\n },\n \"path\": [\n \"combine\",\n \"avatar-text\",\n \"spacing\"\n ]\n }\n },\n \"input-button\": {\n \"spacing\": {\n \"key\": \"{combine.input-button.spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/combine.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{combine.input-button.spacing}\"\n },\n \"name\": \"CombineInputButtonSpacing\",\n \"attributes\": {\n \"category\": \"combine\",\n \"type\": \"input-button\",\n \"item\": \"spacing\"\n },\n \"path\": [\n \"combine\",\n \"input-button\",\n \"spacing\"\n ]\n }\n },\n \"text-button\": {\n \"spacing\": {\n \"key\": \"{combine.text-button.spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/structure/combine.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{combine.text-button.spacing}\"\n },\n \"name\": \"CombineTextButtonSpacing\",\n \"attributes\": {\n \"category\": \"combine\",\n \"type\": \"text-button\",\n \"item\": \"spacing\"\n },\n \"path\": [\n \"combine\",\n \"text-button\",\n \"spacing\"\n ]\n }\n },\n \"icon-text\": {\n \"spacing\": {\n \"key\": \"{combine.icon-text.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/structure/combine.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{combine.icon-text.spacing}\"\n },\n \"name\": \"CombineIconTextSpacing\",\n \"attributes\": {\n \"category\": \"combine\",\n \"type\": \"icon-text\",\n \"item\": \"spacing\"\n },\n \"path\": [\n \"combine\",\n \"icon-text\",\n \"spacing\"\n ]\n }\n }\n },\n \"layout-card\": {\n \"background-color\": {\n \"key\": \"{layout-card.background-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{layout-card.background-color}\"\n },\n \"name\": \"LayoutCardBackgroundColor\",\n \"attributes\": {\n \"category\": \"layout-card\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"layout-card\",\n \"background-color\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{layout-card.corner-radius}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.l}\",\n \"key\": \"{layout-card.corner-radius}\"\n },\n \"name\": \"LayoutCardCornerRadius\",\n \"attributes\": {\n \"category\": \"layout-card\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"layout-card\",\n \"corner-radius\"\n ]\n },\n \"padding\": {\n \"key\": \"{layout-card.padding}\",\n \"value\": \"24px\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.l}\",\n \"key\": \"{layout-card.padding}\"\n },\n \"name\": \"LayoutCardPadding\",\n \"attributes\": {\n \"category\": \"layout-card\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"layout-card\",\n \"padding\"\n ]\n },\n \"padding-mobile\": {\n \"key\": \"{layout-card.padding-mobile}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{layout-card.padding-mobile}\"\n },\n \"name\": \"LayoutCardPaddingMobile\",\n \"attributes\": {\n \"category\": \"layout-card\",\n \"type\": \"padding-mobile\"\n },\n \"path\": [\n \"layout-card\",\n \"padding-mobile\"\n ]\n },\n \"box-shadow\": {\n \"key\": \"{layout-card.box-shadow}\",\n \"value\": \"rgb(0 0 0 / 12.5%) 0 2px 4px\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{shadow.content}\",\n \"key\": \"{layout-card.box-shadow}\"\n },\n \"name\": \"LayoutCardBoxShadow\",\n \"attributes\": {\n \"category\": \"layout-card\",\n \"type\": \"box-shadow\"\n },\n \"path\": [\n \"layout-card\",\n \"box-shadow\"\n ]\n },\n \"border-style\": {\n \"key\": \"{layout-card.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{layout-card.border-style}\"\n },\n \"name\": \"LayoutCardBorderStyle\",\n \"attributes\": {\n \"category\": \"layout-card\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"layout-card\",\n \"border-style\"\n ]\n },\n \"border-width\": {\n \"key\": \"{layout-card.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{layout-card.border-width}\"\n },\n \"name\": \"LayoutCardBorderWidth\",\n \"attributes\": {\n \"category\": \"layout-card\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"layout-card\",\n \"border-width\"\n ]\n },\n \"border-color\": {\n \"key\": \"{layout-card.border-color}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{layout-card.border-color}\"\n },\n \"name\": \"LayoutCardBorderColor\",\n \"attributes\": {\n \"category\": \"layout-card\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"layout-card\",\n \"border-color\"\n ]\n }\n },\n \"list\": {\n \"spacing\": {\n \"key\": \"{list.spacing}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{list.spacing}\"\n },\n \"name\": \"ListSpacing\",\n \"attributes\": {\n \"category\": \"list\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"list\",\n \"spacing\"\n ]\n },\n \"block-to-block-spacing\": {\n \"key\": \"{list.block-to-block-spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{list.block-to-block-spacing}\"\n },\n \"name\": \"ListBlockToBlockSpacing\",\n \"attributes\": {\n \"category\": \"list\",\n \"type\": \"block-to-block-spacing\"\n },\n \"path\": [\n \"list\",\n \"block-to-block-spacing\"\n ]\n },\n \"filter-to-search-spacing\": {\n \"key\": \"{list.filter-to-search-spacing}\",\n \"value\": \"32px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xl}\",\n \"key\": \"{list.filter-to-search-spacing}\"\n },\n \"name\": \"ListFilterToSearchSpacing\",\n \"attributes\": {\n \"category\": \"list\",\n \"type\": \"filter-to-search-spacing\"\n },\n \"path\": [\n \"list\",\n \"filter-to-search-spacing\"\n ]\n }\n },\n \"list-item\": {\n \"corner-radius\": {\n \"key\": \"{list-item.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{list-item.corner-radius}\"\n },\n \"name\": \"ListItemCornerRadius\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"list-item\",\n \"corner-radius\"\n ]\n },\n \"padding\": {\n \"key\": \"{list-item.padding}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{list-item.padding}\"\n },\n \"name\": \"ListItemPadding\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"list-item\",\n \"padding\"\n ]\n },\n \"border-width\": {\n \"key\": \"{list-item.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{list-item.border-width}\"\n },\n \"name\": \"ListItemBorderWidth\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"list-item\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{list-item.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{list-item.border-style}\"\n },\n \"name\": \"ListItemBorderStyle\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"list-item\",\n \"border-style\"\n ]\n },\n \"spacing\": {\n \"key\": \"{list-item.spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{list-item.spacing}\"\n },\n \"name\": \"ListItemSpacing\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"list-item\",\n \"spacing\"\n ]\n },\n \"avatar-to-title-spacing\": {\n \"key\": \"{list-item.avatar-to-title-spacing}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{list-item.avatar-to-title-spacing}\"\n },\n \"name\": \"ListItemAvatarToTitleSpacing\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"avatar-to-title-spacing\"\n },\n \"path\": [\n \"list-item\",\n \"avatar-to-title-spacing\"\n ]\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{list-item.background-color.default}\",\n \"value\": \"transparent\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.default}\",\n \"key\": \"{list-item.background-color.default}\"\n },\n \"name\": \"ListItemBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"list-item\",\n \"background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{list-item.background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.hover}\",\n \"key\": \"{list-item.background-color.hover}\"\n },\n \"name\": \"ListItemBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"list-item\",\n \"background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{list-item.background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.pressed}\",\n \"key\": \"{list-item.background-color.pressed}\"\n },\n \"name\": \"ListItemBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"list-item\",\n \"background-color\",\n \"pressed\"\n ]\n }\n },\n \"border-color\": {\n \"key\": \"{list-item.border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{list-item.border-color}\"\n },\n \"name\": \"ListItemBorderColor\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"list-item\",\n \"border-color\"\n ]\n },\n \"subtitle-font-size\": {\n \"key\": \"{list-item.subtitle-font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{list-item.subtitle-font-size}\"\n },\n \"name\": \"ListItemSubtitleFontSize\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"subtitle-font-size\"\n },\n \"path\": [\n \"list-item\",\n \"subtitle-font-size\"\n ]\n },\n \"checkbox-color\": {\n \"key\": \"{list-item.checkbox-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{list-item.checkbox-color}\"\n },\n \"name\": \"ListItemCheckboxColor\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"checkbox-color\"\n },\n \"path\": [\n \"list-item\",\n \"checkbox-color\"\n ]\n },\n \"checkbox-background-color\": {\n \"key\": \"{list-item.checkbox-background-color}\",\n \"value\": \"rgb(0 0 0 / 50%)\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.400}\",\n \"key\": \"{list-item.checkbox-background-color}\"\n },\n \"name\": \"ListItemCheckboxBackgroundColor\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"checkbox-background-color\"\n },\n \"path\": [\n \"list-item\",\n \"checkbox-background-color\"\n ]\n },\n \"checkbox-corner-radius\": {\n \"key\": \"{list-item.checkbox-corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.s}\",\n \"key\": \"{list-item.checkbox-corner-radius}\"\n },\n \"name\": \"ListItemCheckboxCornerRadius\",\n \"attributes\": {\n \"category\": \"list-item\",\n \"type\": \"checkbox-corner-radius\"\n },\n \"path\": [\n \"list-item\",\n \"checkbox-corner-radius\"\n ]\n }\n },\n \"section\": {\n \"section-to-section-spacing\": {\n \"key\": \"{section.section-to-section-spacing}\",\n \"value\": \"2rem\",\n \"filePath\": \"src/structure/section.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xl}\",\n \"key\": \"{section.section-to-section-spacing}\"\n },\n \"name\": \"SectionSectionToSectionSpacing\",\n \"attributes\": {\n \"category\": \"section\",\n \"type\": \"section-to-section-spacing\"\n },\n \"path\": [\n \"section\",\n \"section-to-section-spacing\"\n ]\n },\n \"spacing\": {\n \"key\": \"{section.spacing}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/structure/section.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{section.spacing}\"\n },\n \"name\": \"SectionSpacing\",\n \"attributes\": {\n \"category\": \"section\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"section\",\n \"spacing\"\n ]\n },\n \"sub-heading-spacing-m\": {\n \"key\": \"{section.sub-heading-spacing-m}\",\n \"value\": \"1.5rem\",\n \"filePath\": \"src/structure/section.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.l}\",\n \"key\": \"{section.sub-heading-spacing-m}\"\n },\n \"name\": \"SectionSubHeadingSpacingM\",\n \"attributes\": {\n \"category\": \"section\",\n \"type\": \"sub-heading-spacing-m\"\n },\n \"path\": [\n \"section\",\n \"sub-heading-spacing-m\"\n ]\n },\n \"sub-heading-spacing-s\": {\n \"key\": \"{section.sub-heading-spacing-s}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/structure/section.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{section.sub-heading-spacing-s}\"\n },\n \"name\": \"SectionSubHeadingSpacingS\",\n \"attributes\": {\n \"category\": \"section\",\n \"type\": \"sub-heading-spacing-s\"\n },\n \"path\": [\n \"section\",\n \"sub-heading-spacing-s\"\n ]\n }\n },\n \"section-header\": {\n \"action-to-action-spacing\": {\n \"key\": \"{section-header.action-to-action-spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/structure/section.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{section-header.action-to-action-spacing}\"\n },\n \"name\": \"SectionHeaderActionToActionSpacing\",\n \"attributes\": {\n \"category\": \"section-header\",\n \"type\": \"action-to-action-spacing\"\n },\n \"path\": [\n \"section-header\",\n \"action-to-action-spacing\"\n ]\n },\n \"heading-to-action-spacing\": {\n \"key\": \"{section-header.heading-to-action-spacing}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/structure/section.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\n \"key\": \"{section-header.heading-to-action-spacing}\"\n },\n \"name\": \"SectionHeaderHeadingToActionSpacing\",\n \"attributes\": {\n \"category\": \"section-header\",\n \"type\": \"heading-to-action-spacing\"\n },\n \"path\": [\n \"section-header\",\n \"heading-to-action-spacing\"\n ]\n }\n },\n \"separator\": {\n \"color\": {\n \"key\": \"{separator.color}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/structure/separator.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\n \"key\": \"{separator.color}\"\n },\n \"name\": \"SeparatorColor\",\n \"attributes\": {\n \"category\": \"separator\",\n \"type\": \"color\"\n },\n \"path\": [\n \"separator\",\n \"color\"\n ]\n },\n \"height\": {\n \"key\": \"{separator.height}\",\n \"value\": \"1px\",\n \"filePath\": \"src/structure/separator.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{separator.height}\"\n },\n \"name\": \"SeparatorHeight\",\n \"attributes\": {\n \"category\": \"separator\",\n \"type\": \"height\"\n },\n \"path\": [\n \"separator\",\n \"height\"\n ]\n },\n \"border-style\": {\n \"key\": \"{separator.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/structure/separator.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{separator.border-style}\"\n },\n \"name\": \"SeparatorBorderStyle\",\n \"attributes\": {\n \"category\": \"separator\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"separator\",\n \"border-style\"\n ]\n }\n },\n \"table\": {\n \"corner-radius\": {\n \"key\": \"{table.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{table.corner-radius}\"\n },\n \"name\": \"TableCornerRadius\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"table\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{table.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{table.border-width}\"\n },\n \"name\": \"TableBorderWidth\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"table\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{table.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{table.border-style}\"\n },\n \"name\": \"TableBorderStyle\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"table\",\n \"border-style\"\n ]\n },\n \"border-color\": {\n \"key\": \"{table.border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{table.border-color}\"\n },\n \"name\": \"TableBorderColor\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"table\",\n \"border-color\"\n ]\n },\n \"padding-x\": {\n \"key\": \"{table.padding-x}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{table.padding-x}\"\n },\n \"name\": \"TablePaddingX\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"table\",\n \"padding-x\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{table.padding-y}\",\n \"value\": \"8px\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{table.padding-y}\"\n },\n \"name\": \"TablePaddingY\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"table\",\n \"padding-y\"\n ]\n },\n \"header-font-weight\": {\n \"key\": \"{table.header-font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{table.header-font-weight}\"\n },\n \"name\": \"TableHeaderFontWeight\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"header-font-weight\"\n },\n \"path\": [\n \"table\",\n \"header-font-weight\"\n ]\n },\n \"header-border-width\": {\n \"key\": \"{table.header-border-width}\",\n \"value\": \"2px\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{table.header-border-width}\"\n },\n \"name\": \"TableHeaderBorderWidth\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"header-border-width\"\n },\n \"path\": [\n \"table\",\n \"header-border-width\"\n ]\n },\n \"footer-font-weight\": {\n \"key\": \"{table.footer-font-weight}\",\n \"value\": \"bold\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-weight.bold}\",\n \"key\": \"{table.footer-font-weight}\"\n },\n \"name\": \"TableFooterFontWeight\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"footer-font-weight\"\n },\n \"path\": [\n \"table\",\n \"footer-font-weight\"\n ]\n },\n \"footer-border-width\": {\n \"key\": \"{table.footer-border-width}\",\n \"value\": \"2px\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.200}\",\n \"key\": \"{table.footer-border-width}\"\n },\n \"name\": \"TableFooterBorderWidth\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"footer-border-width\"\n },\n \"path\": [\n \"table\",\n \"footer-border-width\"\n ]\n },\n \"background-color\": {\n \"key\": \"{table.background-color}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{table.background-color}\"\n },\n \"name\": \"TableBackgroundColor\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"table\",\n \"background-color\"\n ]\n },\n \"background-color-accent\": {\n \"key\": \"{table.background-color-accent}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\n \"key\": \"{table.background-color-accent}\"\n },\n \"name\": \"TableBackgroundColorAccent\",\n \"attributes\": {\n \"category\": \"table\",\n \"type\": \"background-color-accent\"\n },\n \"path\": [\n \"table\",\n \"background-color-accent\"\n ]\n }\n },\n \"file-card\": {\n \"padding-x\": {\n \"key\": \"{file-card.padding-x}\",\n \"value\": \"8px\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{file-card.padding-x}\"\n },\n \"name\": \"FileCardPaddingX\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"padding-x\"\n },\n \"path\": [\n \"file-card\",\n \"padding-x\"\n ]\n },\n \"padding-y\": {\n \"key\": \"{file-card.padding-y}\",\n \"value\": \"4px\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{file-card.padding-y}\"\n },\n \"name\": \"FileCardPaddingY\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"padding-y\"\n },\n \"path\": [\n \"file-card\",\n \"padding-y\"\n ]\n },\n \"spacing\": {\n \"key\": \"{file-card.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{file-card.spacing}\"\n },\n \"name\": \"FileCardSpacing\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"file-card\",\n \"spacing\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{file-card.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{file-card.corner-radius}\"\n },\n \"name\": \"FileCardCornerRadius\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"file-card\",\n \"corner-radius\"\n ]\n },\n \"border-width\": {\n \"key\": \"{file-card.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{file-card.border-width}\"\n },\n \"name\": \"FileCardBorderWidth\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"file-card\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{file-card.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{file-card.border-style}\"\n },\n \"name\": \"FileCardBorderStyle\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"file-card\",\n \"border-style\"\n ]\n },\n \"border-color\": {\n \"default\": {\n \"key\": \"{file-card.border-color.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{file-card.border-color.default}\"\n },\n \"name\": \"FileCardBorderColorDefault\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"file-card\",\n \"border-color\",\n \"default\"\n ]\n },\n \"error\": {\n \"key\": \"{file-card.border-color.error}\",\n \"value\": \"#F2A2B3\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-color}\",\n \"key\": \"{file-card.border-color.error}\"\n },\n \"name\": \"FileCardBorderColorError\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"border-color\",\n \"item\": \"error\"\n },\n \"path\": [\n \"file-card\",\n \"border-color\",\n \"error\"\n ]\n }\n },\n \"sub-title-font-size\": {\n \"key\": \"{file-card.sub-title-font-size}\",\n \"value\": \"0.875rem\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.s}\",\n \"key\": \"{file-card.sub-title-font-size}\"\n },\n \"name\": \"FileCardSubTitleFontSize\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"sub-title-font-size\"\n },\n \"path\": [\n \"file-card\",\n \"sub-title-font-size\"\n ]\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{file-card.background-color.default}\",\n \"value\": \"#1B1F24\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{file-card.background-color.default}\"\n },\n \"name\": \"FileCardBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"file-card\",\n \"background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{file-card.background-color.hover}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.hover}\",\n \"key\": \"{file-card.background-color.hover}\"\n },\n \"name\": \"FileCardBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"file-card\",\n \"background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{file-card.background-color.pressed}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-background-color.pressed}\",\n \"key\": \"{file-card.background-color.pressed}\"\n },\n \"name\": \"FileCardBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"file-card\",\n \"background-color\",\n \"pressed\"\n ]\n },\n \"error\": {\n \"key\": \"{file-card.background-color.error}\",\n \"value\": \"#540B1B\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.100}\",\n \"key\": \"{file-card.background-color.error}\"\n },\n \"name\": \"FileCardBackgroundColorError\",\n \"attributes\": {\n \"category\": \"file-card\",\n \"type\": \"background-color\",\n \"item\": \"error\"\n },\n \"path\": [\n \"file-card\",\n \"background-color\",\n \"error\"\n ]\n }\n }\n },\n \"file-drop-zone\": {\n \"corner-radius\": {\n \"key\": \"{file-drop-zone.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{file-drop-zone.corner-radius}\"\n },\n \"name\": \"FileDropZoneCornerRadius\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"corner-radius\"\n ]\n },\n \"padding\": {\n \"key\": \"{file-drop-zone.padding}\",\n \"value\": \"16px\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{file-drop-zone.padding}\"\n },\n \"name\": \"FileDropZonePadding\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"padding\"\n ]\n },\n \"content-color\": {\n \"disabled\": {\n \"key\": \"{file-drop-zone.content-color.disabled}\",\n \"value\": \"#8FA1B4\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{file-drop-zone.content-color.disabled}\"\n },\n \"name\": \"FileDropZoneContentColorDisabled\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"content-color\",\n \"disabled\"\n ]\n }\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{file-drop-zone.background-color.default}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.background-color.default}\",\n \"key\": \"{file-drop-zone.background-color.default}\"\n },\n \"name\": \"FileDropZoneBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"background-color\",\n \"default\"\n ]\n },\n \"target\": {\n \"key\": \"{file-drop-zone.background-color.target}\",\n \"value\": \"#3A434E\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.background-color.hover}\",\n \"key\": \"{file-drop-zone.background-color.target}\"\n },\n \"name\": \"FileDropZoneBackgroundColorTarget\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"background-color\",\n \"item\": \"target\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"background-color\",\n \"target\"\n ]\n },\n \"disabled\": {\n \"key\": \"{file-drop-zone.background-color.disabled}\",\n \"value\": \"#292F37\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-background-color}\",\n \"key\": \"{file-drop-zone.background-color.disabled}\"\n },\n \"name\": \"FileDropZoneBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"background-color\",\n \"disabled\"\n ]\n }\n },\n \"border-width\": {\n \"key\": \"{file-drop-zone.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{file-drop-zone.border-width}\"\n },\n \"name\": \"FileDropZoneBorderWidth\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"default\": {\n \"key\": \"{file-drop-zone.border-style.default}\",\n \"value\": \"dashed\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.dashed}\",\n \"key\": \"{file-drop-zone.border-style.default}\"\n },\n \"name\": \"FileDropZoneBorderStyleDefault\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"border-style\",\n \"item\": \"default\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"border-style\",\n \"default\"\n ]\n },\n \"target\": {\n \"key\": \"{file-drop-zone.border-style.target}\",\n \"value\": \"solid\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{file-drop-zone.border-style.target}\"\n },\n \"name\": \"FileDropZoneBorderStyleTarget\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"border-style\",\n \"item\": \"target\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"border-style\",\n \"target\"\n ]\n }\n },\n \"border-color\": {\n \"default\": {\n \"key\": \"{file-drop-zone.border-color.default}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{form-control.border-color.default}\",\n \"key\": \"{file-drop-zone.border-color.default}\"\n },\n \"name\": \"FileDropZoneBorderColorDefault\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"border-color\",\n \"default\"\n ]\n },\n \"target\": {\n \"key\": \"{file-drop-zone.border-color.target}\",\n \"value\": \"#85AFFF\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{file-drop-zone.border-color.target}\"\n },\n \"name\": \"FileDropZoneBorderColorTarget\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"border-color\",\n \"item\": \"target\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"border-color\",\n \"target\"\n ]\n },\n \"disabled\": {\n \"key\": \"{file-drop-zone.border-color.disabled}\",\n \"value\": \"#5E6C7A\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-border-color}\",\n \"key\": \"{file-drop-zone.border-color.disabled}\"\n },\n \"name\": \"FileDropZoneBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"file-drop-zone\",\n \"type\": \"border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"file-drop-zone\",\n \"border-color\",\n \"disabled\"\n ]\n }\n }\n },\n \"image-cropper\": {\n \"spacing\": {\n \"key\": \"{image-cropper.spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{image-cropper.spacing}\"\n },\n \"name\": \"ImageCropperSpacing\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"spacing\"\n },\n \"path\": [\n \"image-cropper\",\n \"spacing\"\n ]\n },\n \"border-color\": {\n \"key\": \"{image-cropper.border-color}\",\n \"value\": \"#DCE9F7\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\n \"key\": \"{image-cropper.border-color}\"\n },\n \"name\": \"ImageCropperBorderColor\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"border-color\"\n },\n \"path\": [\n \"image-cropper\",\n \"border-color\"\n ]\n },\n \"border-style\": {\n \"key\": \"{image-cropper.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{image-cropper.border-style}\"\n },\n \"name\": \"ImageCropperBorderStyle\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"image-cropper\",\n \"border-style\"\n ]\n },\n \"border-width\": {\n \"key\": \"{image-cropper.border-width}\",\n \"value\": \"1px\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.100}\",\n \"key\": \"{image-cropper.border-width}\"\n },\n \"name\": \"ImageCropperBorderWidth\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"image-cropper\",\n \"border-width\"\n ]\n },\n \"corner-radius\": {\n \"key\": \"{image-cropper.corner-radius}\",\n \"value\": \"8px\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.m}\",\n \"key\": \"{image-cropper.corner-radius}\"\n },\n \"name\": \"ImageCropperCornerRadius\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"corner-radius\"\n },\n \"path\": [\n \"image-cropper\",\n \"corner-radius\"\n ]\n },\n \"grid-width\": {\n \"key\": \"{image-cropper.grid-width}\",\n \"value\": \"0.5px\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"0.5px\",\n \"key\": \"{image-cropper.grid-width}\"\n },\n \"name\": \"ImageCropperGridWidth\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"grid-width\"\n },\n \"path\": [\n \"image-cropper\",\n \"grid-width\"\n ]\n },\n \"grid-color\": {\n \"key\": \"{image-cropper.grid-color}\",\n \"value\": \"rgb(255 255 255 / 50%)\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.400}\",\n \"key\": \"{image-cropper.grid-color}\"\n },\n \"name\": \"ImageCropperGridColor\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"grid-color\"\n },\n \"path\": [\n \"image-cropper\",\n \"grid-color\"\n ]\n },\n \"mask-border-color\": {\n \"key\": \"{image-cropper.mask-border-color}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.800}\",\n \"key\": \"{image-cropper.mask-border-color}\"\n },\n \"name\": \"ImageCropperMaskBorderColor\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"mask-border-color\"\n },\n \"path\": [\n \"image-cropper\",\n \"mask-border-color\"\n ]\n },\n \"mask-color\": {\n \"key\": \"{image-cropper.mask-color}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.600}\",\n \"key\": \"{image-cropper.mask-color}\"\n },\n \"name\": \"ImageCropperMaskColor\",\n \"attributes\": {\n \"category\": \"image-cropper\",\n \"type\": \"mask-color\"\n },\n \"path\": [\n \"image-cropper\",\n \"mask-color\"\n ]\n }\n }\n}\n"],"mappings":""}