@mittwald/flow-react-components 0.2.0-alpha.781 → 0.2.0-alpha.782

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 (1909) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/assets/doc-properties.json +2186 -2186
  3. package/dist/css/all.css +2 -1
  4. package/dist/js/@mittwald/password-tools-js.mjs +6 -6
  5. package/dist/js/_virtual/_.locale.mjs +19 -0
  6. package/dist/js/_virtual/_10.locale.mjs +9 -0
  7. package/dist/js/_virtual/_11.locale.mjs +513 -0
  8. package/dist/js/_virtual/_12.locale.mjs +15 -0
  9. package/dist/js/_virtual/_13.locale.mjs +9 -0
  10. package/dist/js/_virtual/_14.locale.mjs +65 -0
  11. package/dist/js/_virtual/_15.locale.mjs +15 -0
  12. package/dist/js/_virtual/_16.locale.mjs +9 -0
  13. package/dist/js/_virtual/_17.locale.mjs +9 -0
  14. package/dist/js/_virtual/_18.locale.mjs +15 -0
  15. package/dist/js/_virtual/_19.locale.mjs +31 -0
  16. package/dist/js/_virtual/_2.locale.mjs +21 -0
  17. package/dist/js/_virtual/_20.locale.mjs +207 -0
  18. package/dist/js/_virtual/_21.locale.mjs +23 -0
  19. package/dist/js/_virtual/_22.locale.mjs +15 -0
  20. package/dist/js/_virtual/_23.locale.mjs +23 -0
  21. package/dist/js/_virtual/_24.locale.mjs +23 -0
  22. package/dist/js/_virtual/_25.locale.mjs +19 -0
  23. package/dist/js/_virtual/_3.locale.mjs +9 -0
  24. package/dist/js/_virtual/_4.locale.mjs +9 -0
  25. package/dist/js/_virtual/_5.locale.mjs +9 -0
  26. package/dist/js/_virtual/_6.locale.mjs +9 -0
  27. package/dist/js/_virtual/_7.locale.mjs +9 -0
  28. package/dist/js/_virtual/_8.locale.mjs +9 -0
  29. package/dist/js/_virtual/_9.locale.mjs +9 -0
  30. package/dist/js/default.mjs +312 -308
  31. package/dist/js/flr-universal.mjs +157 -257
  32. package/dist/js/globals.mjs +6 -5
  33. package/dist/js/globals.mjs.map +1 -1
  34. package/dist/js/internal.mjs +11 -9
  35. package/dist/js/nextjs.mjs +7 -4
  36. package/dist/js/node_modules/.pnpm/@lezer_common@1.5.1/node_modules/@lezer/common/dist/index.mjs +1306 -1483
  37. package/dist/js/node_modules/.pnpm/@lezer_common@1.5.1/node_modules/@lezer/common/dist/index.mjs.map +1 -1
  38. package/dist/js/node_modules/.pnpm/@lezer_lr@1.4.8/node_modules/@lezer/lr/dist/index.mjs +1399 -1767
  39. package/dist/js/node_modules/.pnpm/@lezer_lr@1.4.8/node_modules/@lezer/lr/dist/index.mjs.map +1 -1
  40. package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs +28 -31
  41. package/dist/js/packages/components/src/components/AccentBox/AccentBox.mjs.map +1 -1
  42. package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.mjs +13 -0
  43. package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.mjs.map +1 -0
  44. package/dist/js/packages/components/src/components/AccentBox/index.mjs +1 -0
  45. package/dist/js/packages/components/src/components/Accordion/Accordion.mjs +70 -80
  46. package/dist/js/packages/components/src/components/Accordion/Accordion.mjs.map +1 -1
  47. package/dist/js/packages/components/src/components/Accordion/Accordion.module.mjs +16 -0
  48. package/dist/js/packages/components/src/components/Accordion/Accordion.module.mjs.map +1 -0
  49. package/dist/js/packages/components/src/components/Accordion/index.mjs +1 -0
  50. package/dist/js/packages/components/src/components/Action/AbortActionError.mjs +16 -16
  51. package/dist/js/packages/components/src/components/Action/AbortActionError.mjs.map +1 -1
  52. package/dist/js/packages/components/src/components/Action/Action.mjs +95 -112
  53. package/dist/js/packages/components/src/components/Action/Action.mjs.map +1 -1
  54. package/dist/js/packages/components/src/components/Action/ActionBatch.mjs +17 -8
  55. package/dist/js/packages/components/src/components/Action/ActionBatch.mjs.map +1 -1
  56. package/dist/js/packages/components/src/components/Action/context.mjs +7 -6
  57. package/dist/js/packages/components/src/components/Action/context.mjs.map +1 -1
  58. package/dist/js/packages/components/src/components/Action/hooks/useActionButtonState.mjs +13 -14
  59. package/dist/js/packages/components/src/components/Action/hooks/useActionButtonState.mjs.map +1 -1
  60. package/dist/js/packages/components/src/components/Action/hooks/useActionState.mjs +7 -7
  61. package/dist/js/packages/components/src/components/Action/hooks/useActionState.mjs.map +1 -1
  62. package/dist/js/packages/components/src/components/Action/hooks/useConfirmationModalButtonSlot.mjs +8 -8
  63. package/dist/js/packages/components/src/components/Action/hooks/useConfirmationModalButtonSlot.mjs.map +1 -1
  64. package/dist/js/packages/components/src/components/Action/index.mjs +5 -0
  65. package/dist/js/packages/components/src/components/Action/lib/abortAction.mjs +7 -6
  66. package/dist/js/packages/components/src/components/Action/lib/abortAction.mjs.map +1 -1
  67. package/dist/js/packages/components/src/components/Action/lib/ariaLive.mjs +26 -34
  68. package/dist/js/packages/components/src/components/Action/lib/ariaLive.mjs.map +1 -1
  69. package/dist/js/packages/components/src/components/Action/models/ActionExecution.mjs +57 -66
  70. package/dist/js/packages/components/src/components/Action/models/ActionExecution.mjs.map +1 -1
  71. package/dist/js/packages/components/src/components/Action/models/ActionExecutionBatch.mjs +42 -48
  72. package/dist/js/packages/components/src/components/Action/models/ActionExecutionBatch.mjs.map +1 -1
  73. package/dist/js/packages/components/src/components/Action/models/ActionModel.mjs +75 -105
  74. package/dist/js/packages/components/src/components/Action/models/ActionModel.mjs.map +1 -1
  75. package/dist/js/packages/components/src/components/Action/models/ActionState.mjs +85 -93
  76. package/dist/js/packages/components/src/components/Action/models/ActionState.mjs.map +1 -1
  77. package/dist/js/packages/components/src/components/Action/models/ActionStateContext.mjs +56 -56
  78. package/dist/js/packages/components/src/components/Action/models/ActionStateContext.mjs.map +1 -1
  79. package/dist/js/packages/components/src/components/Action/models/getExecutionFunction.mjs +17 -45
  80. package/dist/js/packages/components/src/components/Action/models/getExecutionFunction.mjs.map +1 -1
  81. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.mjs +46 -50
  82. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.mjs.map +1 -1
  83. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.module.mjs +14 -0
  84. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.module.mjs.map +1 -0
  85. package/dist/js/packages/components/src/components/ActionGroup/index.mjs +1 -0
  86. package/dist/js/packages/components/src/components/ActionGroup/lib/getActionGroupSlot.mjs +8 -6
  87. package/dist/js/packages/components/src/components/ActionGroup/lib/getActionGroupSlot.mjs.map +1 -1
  88. package/dist/js/packages/components/src/components/Activity/Activity.mjs +42 -46
  89. package/dist/js/packages/components/src/components/Activity/Activity.mjs.map +1 -1
  90. package/dist/js/packages/components/src/components/Activity/index.mjs +1 -0
  91. package/dist/js/packages/components/src/components/Alert/Alert.mjs +43 -37
  92. package/dist/js/packages/components/src/components/Alert/Alert.mjs.map +1 -1
  93. package/dist/js/packages/components/src/components/Alert/Alert.module.mjs +17 -0
  94. package/dist/js/packages/components/src/components/Alert/Alert.module.mjs.map +1 -0
  95. package/dist/js/packages/components/src/components/Alert/index.mjs +1 -0
  96. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.mjs +27 -16
  97. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.mjs.map +1 -1
  98. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.mjs +15 -0
  99. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.mjs.map +1 -0
  100. package/dist/js/packages/components/src/components/AlertBadge/index.mjs +1 -0
  101. package/dist/js/packages/components/src/components/AlertIcon/AlertIcon.mjs +29 -32
  102. package/dist/js/packages/components/src/components/AlertIcon/AlertIcon.mjs.map +1 -1
  103. package/dist/js/packages/components/src/components/AlertIcon/index.mjs +1 -0
  104. package/dist/js/packages/components/src/components/AlertText/AlertText.mjs +25 -17
  105. package/dist/js/packages/components/src/components/AlertText/AlertText.mjs.map +1 -1
  106. package/dist/js/packages/components/src/components/AlertText/AlertText.module.mjs +15 -0
  107. package/dist/js/packages/components/src/components/AlertText/AlertText.module.mjs.map +1 -0
  108. package/dist/js/packages/components/src/components/AlertText/index.mjs +1 -0
  109. package/dist/js/packages/components/src/components/Align/Align.mjs +38 -32
  110. package/dist/js/packages/components/src/components/Align/Align.mjs.map +1 -1
  111. package/dist/js/packages/components/src/components/Align/Align.module.mjs +15 -0
  112. package/dist/js/packages/components/src/components/Align/Align.module.mjs.map +1 -0
  113. package/dist/js/packages/components/src/components/Align/index.mjs +1 -0
  114. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.mjs +88 -109
  115. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
  116. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.module.mjs +11 -0
  117. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.module.mjs.map +1 -0
  118. package/dist/js/packages/components/src/components/Autocomplete/index.mjs +1 -0
  119. package/dist/js/packages/components/src/components/Avatar/Avatar.mjs +34 -33
  120. package/dist/js/packages/components/src/components/Avatar/Avatar.mjs.map +1 -1
  121. package/dist/js/packages/components/src/components/Avatar/Avatar.module.mjs +25 -0
  122. package/dist/js/packages/components/src/components/Avatar/Avatar.module.mjs.map +1 -0
  123. package/dist/js/packages/components/src/components/Avatar/avatarColors.mjs +10 -8
  124. package/dist/js/packages/components/src/components/Avatar/avatarColors.mjs.map +1 -1
  125. package/dist/js/packages/components/src/components/Avatar/index.mjs +1 -0
  126. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.mjs +42 -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 +14 -0
  129. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.module.mjs.map +1 -0
  130. package/dist/js/packages/components/src/components/AvatarStack/index.mjs +1 -0
  131. package/dist/js/packages/components/src/components/Badge/Badge.mjs +74 -97
  132. package/dist/js/packages/components/src/components/Badge/Badge.mjs.map +1 -1
  133. package/dist/js/packages/components/src/components/Badge/Badge.module.mjs +28 -0
  134. package/dist/js/packages/components/src/components/Badge/Badge.module.mjs.map +1 -0
  135. package/dist/js/packages/components/src/components/Badge/index.mjs +1 -0
  136. package/dist/js/packages/components/src/components/BigNumber/BigNumber.mjs +20 -17
  137. package/dist/js/packages/components/src/components/BigNumber/BigNumber.mjs.map +1 -1
  138. package/dist/js/packages/components/src/components/BigNumber/BigNumber.module.mjs +10 -0
  139. package/dist/js/packages/components/src/components/BigNumber/BigNumber.module.mjs.map +1 -0
  140. package/dist/js/packages/components/src/components/BigNumber/index.mjs +1 -0
  141. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.mjs +29 -26
  142. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.mjs.map +1 -1
  143. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.mjs +18 -0
  144. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.mjs.map +1 -0
  145. package/dist/js/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.mjs +21 -20
  146. package/dist/js/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.mjs.map +1 -1
  147. package/dist/js/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/index.mjs +1 -0
  148. package/dist/js/packages/components/src/components/Breadcrumb/index.mjs +1 -0
  149. package/dist/js/packages/components/src/components/BrowserOnly/BrowserOnly.mjs +8 -15
  150. package/dist/js/packages/components/src/components/BrowserOnly/BrowserOnly.mjs.map +1 -1
  151. package/dist/js/packages/components/src/components/BrowserOnly/index.mjs +1 -0
  152. package/dist/js/packages/components/src/components/Button/Button.mjs +101 -127
  153. package/dist/js/packages/components/src/components/Button/Button.mjs.map +1 -1
  154. package/dist/js/packages/components/src/components/Button/Button.module.mjs +33 -0
  155. package/dist/js/packages/components/src/components/Button/Button.module.mjs.map +1 -0
  156. package/dist/js/packages/components/src/components/Button/index.mjs +1 -0
  157. package/dist/js/packages/components/src/components/Calendar/Calendar.mjs +21 -16
  158. package/dist/js/packages/components/src/components/Calendar/Calendar.mjs.map +1 -1
  159. package/dist/js/packages/components/src/components/Calendar/Calendar.module.mjs +10 -0
  160. package/dist/js/packages/components/src/components/Calendar/Calendar.module.mjs.map +1 -0
  161. package/dist/js/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.mjs +28 -19
  162. package/dist/js/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.mjs.map +1 -1
  163. package/dist/js/packages/components/src/components/Calendar/components/CalendarHeader/index.mjs +1 -0
  164. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/RangeCalendar.mjs +20 -16
  165. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/RangeCalendar.mjs.map +1 -1
  166. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/index.mjs +2 -0
  167. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/types.mjs +5 -3
  168. package/dist/js/packages/components/src/components/Calendar/components/RangeCalendar/types.mjs.map +1 -1
  169. package/dist/js/packages/components/src/components/Calendar/index.mjs +4 -0
  170. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.mjs +54 -49
  171. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  172. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.module.mjs +11 -0
  173. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.module.mjs.map +1 -0
  174. package/dist/js/packages/components/src/components/CartesianChart/components/Area/Area.mjs +24 -29
  175. package/dist/js/packages/components/src/components/CartesianChart/components/Area/Area.mjs.map +1 -1
  176. package/dist/js/packages/components/src/components/CartesianChart/components/Area/index.mjs +1 -0
  177. package/dist/js/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.mjs +29 -26
  178. package/dist/js/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.mjs.map +1 -1
  179. package/dist/js/packages/components/src/components/CartesianChart/components/AreaDot/index.mjs +1 -0
  180. package/dist/js/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.mjs +16 -17
  181. package/dist/js/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.mjs.map +1 -1
  182. package/dist/js/packages/components/src/components/CartesianChart/components/CartesianGrid/index.mjs +1 -0
  183. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.mjs +14 -15
  184. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/ChartLegend.mjs.map +1 -1
  185. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs +17 -15
  186. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs.map +1 -1
  187. package/dist/js/packages/components/src/components/CartesianChart/components/ChartLegend/index.mjs +1 -0
  188. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs +34 -42
  189. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.mjs.map +1 -1
  190. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.mjs +10 -0
  191. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.mjs.map +1 -0
  192. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs +44 -31
  193. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs.map +1 -1
  194. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.mjs +24 -22
  195. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipLegendItem.mjs.map +1 -1
  196. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs +32 -36
  197. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.mjs.map +1 -1
  198. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/index.mjs +1 -0
  199. package/dist/js/packages/components/src/components/CartesianChart/components/Line/Line.mjs +23 -23
  200. package/dist/js/packages/components/src/components/CartesianChart/components/Line/Line.mjs.map +1 -1
  201. package/dist/js/packages/components/src/components/CartesianChart/components/Line/index.mjs +1 -0
  202. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/XAxis.mjs +16 -19
  203. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/XAxis.mjs.map +1 -1
  204. package/dist/js/packages/components/src/components/CartesianChart/components/XAxis/index.mjs +1 -0
  205. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/YAxis.mjs +19 -22
  206. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/YAxis.mjs.map +1 -1
  207. package/dist/js/packages/components/src/components/CartesianChart/components/YAxis/index.mjs +1 -0
  208. package/dist/js/packages/components/src/components/CartesianChart/hooks/useChartClipRect.mjs +64 -67
  209. package/dist/js/packages/components/src/components/CartesianChart/hooks/useChartClipRect.mjs.map +1 -1
  210. package/dist/js/packages/components/src/components/CartesianChart/index.mjs +15 -0
  211. package/dist/js/packages/components/src/components/Chat/Chat.mjs +42 -29
  212. package/dist/js/packages/components/src/components/Chat/Chat.mjs.map +1 -1
  213. package/dist/js/packages/components/src/components/Chat/Chat.module.mjs +14 -0
  214. package/dist/js/packages/components/src/components/Chat/Chat.module.mjs.map +1 -0
  215. package/dist/js/packages/components/src/components/Chat/index.mjs +1 -0
  216. package/dist/js/packages/components/src/components/Checkbox/Checkbox.mjs +35 -51
  217. package/dist/js/packages/components/src/components/Checkbox/Checkbox.mjs.map +1 -1
  218. package/dist/js/packages/components/src/components/Checkbox/Checkbox.module.mjs +11 -0
  219. package/dist/js/packages/components/src/components/Checkbox/Checkbox.module.mjs.map +1 -0
  220. package/dist/js/packages/components/src/components/Checkbox/index.mjs +1 -0
  221. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.mjs +34 -39
  222. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.mjs.map +1 -1
  223. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.module.mjs +12 -0
  224. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.module.mjs.map +1 -0
  225. package/dist/js/packages/components/src/components/CheckboxButton/index.mjs +1 -0
  226. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.mjs +64 -66
  227. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
  228. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.module.mjs +11 -0
  229. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.module.mjs.map +1 -0
  230. package/dist/js/packages/components/src/components/CheckboxGroup/index.mjs +1 -0
  231. package/dist/js/packages/components/src/components/ClearPropsContext/ClearPropsContext.mjs +3 -0
  232. package/dist/js/packages/components/src/components/ClearPropsContext/index.mjs +2 -0
  233. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs +31 -34
  234. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs.map +1 -1
  235. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.mjs +10 -0
  236. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.mjs.map +1 -0
  237. package/dist/js/packages/components/src/components/CodeBlock/index.mjs +1 -0
  238. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.mjs +67 -99
  239. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.mjs.map +1 -1
  240. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.mjs +11 -0
  241. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.mjs.map +1 -0
  242. package/dist/js/packages/components/src/components/CodeEditor/extensions/gutterSpacer.mjs +16 -15
  243. package/dist/js/packages/components/src/components/CodeEditor/extensions/gutterSpacer.mjs.map +1 -1
  244. package/dist/js/packages/components/src/components/CodeEditor/hooks/useCodeEditorExtensions.mjs +29 -47
  245. package/dist/js/packages/components/src/components/CodeEditor/hooks/useCodeEditorExtensions.mjs.map +1 -1
  246. package/dist/js/packages/components/src/components/CodeEditor/index.mjs +1 -0
  247. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/dotEnv.mjs +22 -0
  248. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/dotEnv.mjs.map +1 -0
  249. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/index.mjs +79 -89
  250. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/index.mjs.map +1 -1
  251. package/dist/js/packages/components/src/components/CodeEditor/languages/index.mjs +10 -11
  252. package/dist/js/packages/components/src/components/CodeEditor/languages/index.mjs.map +1 -1
  253. package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs +58 -39
  254. package/dist/js/packages/components/src/components/CodeEditor/themes/defaultEditorTheme.mjs.map +1 -1
  255. package/dist/js/packages/components/src/components/Color/Color.mjs +24 -15
  256. package/dist/js/packages/components/src/components/Color/Color.mjs.map +1 -1
  257. package/dist/js/packages/components/src/components/Color/Color.module.mjs +17 -0
  258. package/dist/js/packages/components/src/components/Color/Color.module.mjs.map +1 -0
  259. package/dist/js/packages/components/src/components/Color/index.mjs +1 -0
  260. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.mjs +49 -75
  261. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
  262. package/dist/js/packages/components/src/components/ColumnLayout/{ColumnLayout.module.scss.mjs → ColumnLayout.module.mjs} +6 -7
  263. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.module.mjs.map +1 -0
  264. package/dist/js/packages/components/src/components/ColumnLayout/index.mjs +1 -0
  265. package/dist/js/packages/components/src/components/ColumnLayout/lib/getColumns.mjs +6 -5
  266. package/dist/js/packages/components/src/components/ColumnLayout/lib/getColumns.mjs.map +1 -1
  267. package/dist/js/packages/components/src/components/ComboBox/ComboBox.mjs +75 -105
  268. package/dist/js/packages/components/src/components/ComboBox/ComboBox.mjs.map +1 -1
  269. package/dist/js/packages/components/src/components/ComboBox/ComboBox.module.mjs +11 -0
  270. package/dist/js/packages/components/src/components/ComboBox/ComboBox.module.mjs.map +1 -0
  271. package/dist/js/packages/components/src/components/ComboBox/index.mjs +1 -0
  272. package/dist/js/packages/components/src/components/ComponentPropsContextProvider/ComponentPropsContextProvider.mjs +3 -0
  273. package/dist/js/packages/components/src/components/ComponentPropsContextProvider/index.mjs +2 -0
  274. package/dist/js/packages/components/src/components/Content/Content.mjs +14 -9
  275. package/dist/js/packages/components/src/components/Content/Content.mjs.map +1 -1
  276. package/dist/js/packages/components/src/components/Content/index.mjs +1 -0
  277. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.mjs +61 -87
  278. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.mjs.map +1 -1
  279. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.module.mjs +11 -0
  280. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.module.mjs.map +1 -0
  281. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.mjs +8 -6
  282. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuContent/ContextMenuContent.mjs.map +1 -1
  283. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuContent/index.mjs +1 -0
  284. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs +41 -41
  285. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs.map +1 -1
  286. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuSection/index.mjs +1 -0
  287. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.mjs +19 -25
  288. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.mjs.map +1 -1
  289. package/dist/js/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/index.mjs +1 -0
  290. package/dist/js/packages/components/src/components/ContextMenu/index.mjs +9 -0
  291. package/dist/js/packages/components/src/components/ContextMenu/lib.mjs +10 -8
  292. package/dist/js/packages/components/src/components/ContextMenu/lib.mjs.map +1 -1
  293. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.mjs +30 -32
  294. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.mjs.map +1 -1
  295. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.module.mjs +7 -0
  296. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.module.mjs.map +1 -0
  297. package/dist/js/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs +35 -46
  298. package/dist/js/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs.map +1 -1
  299. package/dist/js/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/index.mjs +1 -0
  300. package/dist/js/packages/components/src/components/ContextualHelp/index.mjs +3 -0
  301. package/dist/js/packages/components/src/components/CopyButton/CopyButton.mjs +38 -47
  302. package/dist/js/packages/components/src/components/CopyButton/CopyButton.mjs.map +1 -1
  303. package/dist/js/packages/components/src/components/CopyButton/index.mjs +1 -0
  304. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.mjs +19 -12
  305. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.mjs.map +1 -1
  306. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.module.mjs +7 -0
  307. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.module.mjs.map +1 -0
  308. package/dist/js/packages/components/src/components/CounterBadge/index.mjs +1 -0
  309. package/dist/js/packages/components/src/components/CountryOptions/CountryOptions.mjs +27 -23
  310. package/dist/js/packages/components/src/components/CountryOptions/CountryOptions.mjs.map +1 -1
  311. package/dist/js/packages/components/src/components/CountryOptions/index.mjs +2 -0
  312. package/dist/js/packages/components/src/components/CountryOptions/lib/sortBy.mjs +10 -4
  313. package/dist/js/packages/components/src/components/CountryOptions/lib/sortBy.mjs.map +1 -1
  314. package/dist/js/packages/components/src/components/DateInput/DateInput.mjs +21 -16
  315. package/dist/js/packages/components/src/components/DateInput/DateInput.mjs.map +1 -1
  316. package/dist/js/packages/components/src/components/DateInput/index.mjs +1 -0
  317. package/dist/js/packages/components/src/components/DatePicker/DatePicker.mjs +53 -67
  318. package/dist/js/packages/components/src/components/DatePicker/DatePicker.mjs.map +1 -1
  319. package/dist/js/packages/components/src/components/DatePicker/DatePicker.module.mjs +7 -0
  320. package/dist/js/packages/components/src/components/DatePicker/DatePicker.module.mjs.map +1 -0
  321. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.mjs +25 -20
  322. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.mjs.map +1 -1
  323. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.mjs +7 -0
  324. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.mjs.map +1 -0
  325. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/index.mjs +1 -0
  326. package/dist/js/packages/components/src/components/DatePicker/index.mjs +1 -0
  327. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.mjs +52 -67
  328. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
  329. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.module.mjs +7 -0
  330. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.module.mjs.map +1 -0
  331. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs +35 -24
  332. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs.map +1 -1
  333. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.mjs +7 -0
  334. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.mjs.map +1 -0
  335. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/index.mjs +1 -0
  336. package/dist/js/packages/components/src/components/DateRangePicker/index.mjs +1 -0
  337. package/dist/js/packages/components/src/components/Div/Div.mjs +12 -7
  338. package/dist/js/packages/components/src/components/Div/Div.mjs.map +1 -1
  339. package/dist/js/packages/components/src/components/Div/index.mjs +1 -0
  340. package/dist/js/packages/components/src/components/DonutChart/DonutChart.mjs +42 -69
  341. package/dist/js/packages/components/src/components/DonutChart/DonutChart.mjs.map +1 -1
  342. package/dist/js/packages/components/src/components/DonutChart/DonutChart.module.mjs +24 -0
  343. package/dist/js/packages/components/src/components/DonutChart/DonutChart.module.mjs.map +1 -0
  344. package/dist/js/packages/components/src/components/DonutChart/components/Donut.mjs +50 -64
  345. package/dist/js/packages/components/src/components/DonutChart/components/Donut.mjs.map +1 -1
  346. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartFill.mjs +37 -45
  347. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartFill.mjs.map +1 -1
  348. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartLegend.mjs +26 -27
  349. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartLegend.mjs.map +1 -1
  350. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartValue.mjs +20 -15
  351. package/dist/js/packages/components/src/components/DonutChart/components/DonutChartValue.mjs.map +1 -1
  352. package/dist/js/packages/components/src/components/DonutChart/index.mjs +1 -0
  353. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.mjs +19 -14
  354. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.mjs.map +1 -1
  355. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.module.mjs +10 -0
  356. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.module.mjs.map +1 -0
  357. package/dist/js/packages/components/src/components/EmulatedBoldText/index.mjs +1 -0
  358. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.mjs +21 -12
  359. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.mjs.map +1 -1
  360. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.module.mjs +7 -0
  361. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.module.mjs.map +1 -0
  362. package/dist/js/packages/components/src/components/FieldDescription/index.mjs +1 -0
  363. package/dist/js/packages/components/src/components/FieldError/FieldError.mjs +69 -51
  364. package/dist/js/packages/components/src/components/FieldError/FieldError.mjs.map +1 -1
  365. package/dist/js/packages/components/src/components/FieldError/FieldError.module.mjs +7 -0
  366. package/dist/js/packages/components/src/components/FieldError/FieldError.module.mjs.map +1 -0
  367. package/dist/js/packages/components/src/components/FieldError/index.mjs +1 -0
  368. package/dist/js/packages/components/src/components/FileCard/FileCard.mjs +84 -80
  369. package/dist/js/packages/components/src/components/FileCard/FileCard.mjs.map +1 -1
  370. package/dist/js/packages/components/src/components/FileCard/FileCard.module.mjs +14 -0
  371. package/dist/js/packages/components/src/components/FileCard/FileCard.module.mjs.map +1 -0
  372. package/dist/js/packages/components/src/components/FileCard/components/Avatar/Avatar.mjs +20 -22
  373. package/dist/js/packages/components/src/components/FileCard/components/Avatar/Avatar.mjs.map +1 -1
  374. package/dist/js/packages/components/src/components/FileCard/components/Avatar/index.mjs +1 -0
  375. package/dist/js/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.mjs +24 -28
  376. package/dist/js/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.mjs.map +1 -1
  377. package/dist/js/packages/components/src/components/FileCard/components/DeleteButton/index.mjs +1 -0
  378. package/dist/js/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.mjs +20 -15
  379. package/dist/js/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.mjs.map +1 -1
  380. package/dist/js/packages/components/src/components/FileCard/components/FileSizeText/index.mjs +1 -0
  381. package/dist/js/packages/components/src/components/FileCard/index.mjs +1 -0
  382. package/dist/js/packages/components/src/components/FileCardList/FileCardList.mjs +23 -14
  383. package/dist/js/packages/components/src/components/FileCardList/FileCardList.mjs.map +1 -1
  384. package/dist/js/packages/components/src/components/FileCardList/index.mjs +1 -0
  385. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.mjs +74 -100
  386. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.mjs.map +1 -1
  387. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.module.mjs +13 -0
  388. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.module.mjs.map +1 -0
  389. package/dist/js/packages/components/src/components/FileDropZone/index.mjs +1 -0
  390. package/dist/js/packages/components/src/components/FileField/FileField.mjs +57 -73
  391. package/dist/js/packages/components/src/components/FileField/FileField.mjs.map +1 -1
  392. package/dist/js/packages/components/src/components/FileField/components/FileInput.mjs +40 -44
  393. package/dist/js/packages/components/src/components/FileField/components/FileInput.mjs.map +1 -1
  394. package/dist/js/packages/components/src/components/FileField/components/FileInput.module.mjs +10 -0
  395. package/dist/js/packages/components/src/components/FileField/components/FileInput.module.mjs.map +1 -0
  396. package/dist/js/packages/components/src/components/FileField/index.mjs +1 -0
  397. package/dist/js/packages/components/src/components/Flex/Flex.mjs +29 -49
  398. package/dist/js/packages/components/src/components/Flex/Flex.mjs.map +1 -1
  399. package/dist/js/packages/components/src/components/Flex/Flex.module.mjs +7 -0
  400. package/dist/js/packages/components/src/components/Flex/Flex.module.mjs.map +1 -0
  401. package/dist/js/packages/components/src/components/Flex/index.mjs +1 -0
  402. package/dist/js/packages/components/src/components/FormField/FormField.module.mjs +13 -0
  403. package/dist/js/packages/components/src/components/FormField/FormField.module.mjs.map +1 -0
  404. package/dist/js/packages/components/src/components/Header/Header.mjs +22 -27
  405. package/dist/js/packages/components/src/components/Header/Header.mjs.map +1 -1
  406. package/dist/js/packages/components/src/components/Header/index.mjs +1 -0
  407. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.mjs +43 -33
  408. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.mjs.map +1 -1
  409. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.mjs +15 -0
  410. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.mjs.map +1 -0
  411. package/dist/js/packages/components/src/components/HeaderNavigation/index.mjs +1 -0
  412. package/dist/js/packages/components/src/components/Heading/Heading.mjs +44 -65
  413. package/dist/js/packages/components/src/components/Heading/Heading.mjs.map +1 -1
  414. package/dist/js/packages/components/src/components/Heading/Heading.module.mjs +26 -0
  415. package/dist/js/packages/components/src/components/Heading/Heading.module.mjs.map +1 -0
  416. package/dist/js/packages/components/src/components/Heading/index.mjs +1 -0
  417. package/dist/js/packages/components/src/components/Icon/Icon.mjs +23 -40
  418. package/dist/js/packages/components/src/components/Icon/Icon.mjs.map +1 -1
  419. package/dist/js/packages/components/src/components/Icon/Icon.module.mjs +18 -0
  420. package/dist/js/packages/components/src/components/Icon/Icon.module.mjs.map +1 -0
  421. package/dist/js/packages/components/src/components/Icon/components/IconSetProvider.mjs +15 -11
  422. package/dist/js/packages/components/src/components/Icon/components/IconSetProvider.mjs.map +1 -1
  423. package/dist/js/packages/components/src/components/Icon/components/icons/IconAI.mjs +16 -13
  424. package/dist/js/packages/components/src/components/Icon/components/icons/IconAI.mjs.map +1 -1
  425. package/dist/js/packages/components/src/components/Icon/components/icons/IconAnalytics.mjs +16 -13
  426. package/dist/js/packages/components/src/components/Icon/components/icons/IconAnalytics.mjs.map +1 -1
  427. package/dist/js/packages/components/src/components/Icon/components/icons/IconApp.mjs +16 -13
  428. package/dist/js/packages/components/src/components/Icon/components/icons/IconApp.mjs.map +1 -1
  429. package/dist/js/packages/components/src/components/Icon/components/icons/IconAscending.mjs +16 -13
  430. package/dist/js/packages/components/src/components/Icon/components/icons/IconAscending.mjs.map +1 -1
  431. package/dist/js/packages/components/src/components/Icon/components/icons/IconAttachment.mjs +16 -13
  432. package/dist/js/packages/components/src/components/Icon/components/icons/IconAttachment.mjs.map +1 -1
  433. package/dist/js/packages/components/src/components/Icon/components/icons/IconAutoresponder.mjs +16 -13
  434. package/dist/js/packages/components/src/components/Icon/components/icons/IconAutoresponder.mjs.map +1 -1
  435. package/dist/js/packages/components/src/components/Icon/components/icons/IconBackLink.mjs +16 -13
  436. package/dist/js/packages/components/src/components/Icon/components/icons/IconBackLink.mjs.map +1 -1
  437. package/dist/js/packages/components/src/components/Icon/components/icons/IconBackup.mjs +16 -13
  438. package/dist/js/packages/components/src/components/Icon/components/icons/IconBackup.mjs.map +1 -1
  439. package/dist/js/packages/components/src/components/Icon/components/icons/IconBold.mjs +16 -13
  440. package/dist/js/packages/components/src/components/Icon/components/icons/IconBold.mjs.map +1 -1
  441. package/dist/js/packages/components/src/components/Icon/components/icons/IconCamera.mjs +16 -13
  442. package/dist/js/packages/components/src/components/Icon/components/icons/IconCamera.mjs.map +1 -1
  443. package/dist/js/packages/components/src/components/Icon/components/icons/IconCertificate.mjs +16 -13
  444. package/dist/js/packages/components/src/components/Icon/components/icons/IconCertificate.mjs.map +1 -1
  445. package/dist/js/packages/components/src/components/Icon/components/icons/IconChangelog.mjs +16 -13
  446. package/dist/js/packages/components/src/components/Icon/components/icons/IconChangelog.mjs.map +1 -1
  447. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheck.mjs +16 -13
  448. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheck.mjs.map +1 -1
  449. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxChecked.mjs +16 -13
  450. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxChecked.mjs.map +1 -1
  451. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxEmpty.mjs +16 -13
  452. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxEmpty.mjs.map +1 -1
  453. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxIndeterminate.mjs +16 -13
  454. package/dist/js/packages/components/src/components/Icon/components/icons/IconCheckboxIndeterminate.mjs.map +1 -1
  455. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronDown.mjs +16 -13
  456. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronDown.mjs.map +1 -1
  457. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronLeft.mjs +16 -13
  458. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronLeft.mjs.map +1 -1
  459. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronRight.mjs +16 -13
  460. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronRight.mjs.map +1 -1
  461. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronUp.mjs +16 -13
  462. package/dist/js/packages/components/src/components/Icon/components/icons/IconChevronUp.mjs.map +1 -1
  463. package/dist/js/packages/components/src/components/Icon/components/icons/IconClose.mjs +16 -13
  464. package/dist/js/packages/components/src/components/Icon/components/icons/IconClose.mjs.map +1 -1
  465. package/dist/js/packages/components/src/components/Icon/components/icons/IconCode.mjs +16 -13
  466. package/dist/js/packages/components/src/components/Icon/components/icons/IconCode.mjs.map +1 -1
  467. package/dist/js/packages/components/src/components/Icon/components/icons/IconContainer.mjs +16 -13
  468. package/dist/js/packages/components/src/components/Icon/components/icons/IconContainer.mjs.map +1 -1
  469. package/dist/js/packages/components/src/components/Icon/components/icons/IconContextMenu.mjs +16 -13
  470. package/dist/js/packages/components/src/components/Icon/components/icons/IconContextMenu.mjs.map +1 -1
  471. package/dist/js/packages/components/src/components/Icon/components/icons/IconContextMenuVertical.mjs +16 -13
  472. package/dist/js/packages/components/src/components/Icon/components/icons/IconContextMenuVertical.mjs.map +1 -1
  473. package/dist/js/packages/components/src/components/Icon/components/icons/IconContract.mjs +16 -13
  474. package/dist/js/packages/components/src/components/Icon/components/icons/IconContract.mjs.map +1 -1
  475. package/dist/js/packages/components/src/components/Icon/components/icons/IconContractPartner.mjs +16 -13
  476. package/dist/js/packages/components/src/components/Icon/components/icons/IconContractPartner.mjs.map +1 -1
  477. package/dist/js/packages/components/src/components/Icon/components/icons/IconContributor.mjs +16 -13
  478. package/dist/js/packages/components/src/components/Icon/components/icons/IconContributor.mjs.map +1 -1
  479. package/dist/js/packages/components/src/components/Icon/components/icons/IconCopy.mjs +16 -13
  480. package/dist/js/packages/components/src/components/Icon/components/icons/IconCopy.mjs.map +1 -1
  481. package/dist/js/packages/components/src/components/Icon/components/icons/IconCronjob.mjs +16 -13
  482. package/dist/js/packages/components/src/components/Icon/components/icons/IconCronjob.mjs.map +1 -1
  483. package/dist/js/packages/components/src/components/Icon/components/icons/IconCustomer.mjs +16 -13
  484. package/dist/js/packages/components/src/components/Icon/components/icons/IconCustomer.mjs.map +1 -1
  485. package/dist/js/packages/components/src/components/Icon/components/icons/IconDanger.mjs +16 -13
  486. package/dist/js/packages/components/src/components/Icon/components/icons/IconDanger.mjs.map +1 -1
  487. package/dist/js/packages/components/src/components/Icon/components/icons/IconDashboard.mjs +16 -13
  488. package/dist/js/packages/components/src/components/Icon/components/icons/IconDashboard.mjs.map +1 -1
  489. package/dist/js/packages/components/src/components/Icon/components/icons/IconDatabase.mjs +16 -13
  490. package/dist/js/packages/components/src/components/Icon/components/icons/IconDatabase.mjs.map +1 -1
  491. package/dist/js/packages/components/src/components/Icon/components/icons/IconDate.mjs +16 -13
  492. package/dist/js/packages/components/src/components/Icon/components/icons/IconDate.mjs.map +1 -1
  493. package/dist/js/packages/components/src/components/Icon/components/icons/IconDelete.mjs +16 -13
  494. package/dist/js/packages/components/src/components/Icon/components/icons/IconDelete.mjs.map +1 -1
  495. package/dist/js/packages/components/src/components/Icon/components/icons/IconDeliveryBox.mjs +16 -13
  496. package/dist/js/packages/components/src/components/Icon/components/icons/IconDeliveryBox.mjs.map +1 -1
  497. package/dist/js/packages/components/src/components/Icon/components/icons/IconDescending.mjs +16 -13
  498. package/dist/js/packages/components/src/components/Icon/components/icons/IconDescending.mjs.map +1 -1
  499. package/dist/js/packages/components/src/components/Icon/components/icons/IconDesktop.mjs +16 -13
  500. package/dist/js/packages/components/src/components/Icon/components/icons/IconDesktop.mjs.map +1 -1
  501. package/dist/js/packages/components/src/components/Icon/components/icons/IconDirectory.mjs +16 -13
  502. package/dist/js/packages/components/src/components/Icon/components/icons/IconDirectory.mjs.map +1 -1
  503. package/dist/js/packages/components/src/components/Icon/components/icons/IconDnsSubZone.mjs +16 -13
  504. package/dist/js/packages/components/src/components/Icon/components/icons/IconDnsSubZone.mjs.map +1 -1
  505. package/dist/js/packages/components/src/components/Icon/components/icons/IconDnsZone.mjs +16 -13
  506. package/dist/js/packages/components/src/components/Icon/components/icons/IconDnsZone.mjs.map +1 -1
  507. package/dist/js/packages/components/src/components/Icon/components/icons/IconDomain.mjs +16 -13
  508. package/dist/js/packages/components/src/components/Icon/components/icons/IconDomain.mjs.map +1 -1
  509. package/dist/js/packages/components/src/components/Icon/components/icons/IconDownload.mjs +16 -13
  510. package/dist/js/packages/components/src/components/Icon/components/icons/IconDownload.mjs.map +1 -1
  511. package/dist/js/packages/components/src/components/Icon/components/icons/IconEdit.mjs +16 -13
  512. package/dist/js/packages/components/src/components/Icon/components/icons/IconEdit.mjs.map +1 -1
  513. package/dist/js/packages/components/src/components/Icon/components/icons/IconEmail.mjs +16 -13
  514. package/dist/js/packages/components/src/components/Icon/components/icons/IconEmail.mjs.map +1 -1
  515. package/dist/js/packages/components/src/components/Icon/components/icons/IconEmailArchive.mjs +16 -13
  516. package/dist/js/packages/components/src/components/Icon/components/icons/IconEmailArchive.mjs.map +1 -1
  517. package/dist/js/packages/components/src/components/Icon/components/icons/IconExtension.mjs +16 -13
  518. package/dist/js/packages/components/src/components/Icon/components/icons/IconExtension.mjs.map +1 -1
  519. package/dist/js/packages/components/src/components/Icon/components/icons/IconExternalLink.mjs +16 -13
  520. package/dist/js/packages/components/src/components/Icon/components/icons/IconExternalLink.mjs.map +1 -1
  521. package/dist/js/packages/components/src/components/Icon/components/icons/IconFailed.mjs +16 -13
  522. package/dist/js/packages/components/src/components/Icon/components/icons/IconFailed.mjs.map +1 -1
  523. package/dist/js/packages/components/src/components/Icon/components/icons/IconFeedback.mjs +16 -13
  524. package/dist/js/packages/components/src/components/Icon/components/icons/IconFeedback.mjs.map +1 -1
  525. package/dist/js/packages/components/src/components/Icon/components/icons/IconFile.mjs +16 -13
  526. package/dist/js/packages/components/src/components/Icon/components/icons/IconFile.mjs.map +1 -1
  527. package/dist/js/packages/components/src/components/Icon/components/icons/IconFilter.mjs +16 -13
  528. package/dist/js/packages/components/src/components/Icon/components/icons/IconFilter.mjs.map +1 -1
  529. package/dist/js/packages/components/src/components/Icon/components/icons/IconForwardAddress.mjs +16 -13
  530. package/dist/js/packages/components/src/components/Icon/components/icons/IconForwardAddress.mjs.map +1 -1
  531. package/dist/js/packages/components/src/components/Icon/components/icons/IconForwardLink.mjs +16 -13
  532. package/dist/js/packages/components/src/components/Icon/components/icons/IconForwardLink.mjs.map +1 -1
  533. package/dist/js/packages/components/src/components/Icon/components/icons/IconHide.mjs +16 -13
  534. package/dist/js/packages/components/src/components/Icon/components/icons/IconHide.mjs.map +1 -1
  535. package/dist/js/packages/components/src/components/Icon/components/icons/IconHome.mjs +16 -13
  536. package/dist/js/packages/components/src/components/Icon/components/icons/IconHome.mjs.map +1 -1
  537. package/dist/js/packages/components/src/components/Icon/components/icons/IconImage.mjs +16 -13
  538. package/dist/js/packages/components/src/components/Icon/components/icons/IconImage.mjs.map +1 -1
  539. package/dist/js/packages/components/src/components/Icon/components/icons/IconInfo.mjs +16 -13
  540. package/dist/js/packages/components/src/components/Icon/components/icons/IconInfo.mjs.map +1 -1
  541. package/dist/js/packages/components/src/components/Icon/components/icons/IconInvite.mjs +16 -13
  542. package/dist/js/packages/components/src/components/Icon/components/icons/IconInvite.mjs.map +1 -1
  543. package/dist/js/packages/components/src/components/Icon/components/icons/IconInvoice.mjs +16 -13
  544. package/dist/js/packages/components/src/components/Icon/components/icons/IconInvoice.mjs.map +1 -1
  545. package/dist/js/packages/components/src/components/Icon/components/icons/IconItalic.mjs +16 -13
  546. package/dist/js/packages/components/src/components/Icon/components/icons/IconItalic.mjs.map +1 -1
  547. package/dist/js/packages/components/src/components/Icon/components/icons/IconKnowledgeHint.mjs +16 -13
  548. package/dist/js/packages/components/src/components/Icon/components/icons/IconKnowledgeHint.mjs.map +1 -1
  549. package/dist/js/packages/components/src/components/Icon/components/icons/IconLanguage.mjs +16 -13
  550. package/dist/js/packages/components/src/components/Icon/components/icons/IconLanguage.mjs.map +1 -1
  551. package/dist/js/packages/components/src/components/Icon/components/icons/IconLeadFyndr.mjs +16 -13
  552. package/dist/js/packages/components/src/components/Icon/components/icons/IconLeadFyndr.mjs.map +1 -1
  553. package/dist/js/packages/components/src/components/Icon/components/icons/IconLink.mjs +16 -13
  554. package/dist/js/packages/components/src/components/Icon/components/icons/IconLink.mjs.map +1 -1
  555. package/dist/js/packages/components/src/components/Icon/components/icons/IconLock.mjs +16 -13
  556. package/dist/js/packages/components/src/components/Icon/components/icons/IconLock.mjs.map +1 -1
  557. package/dist/js/packages/components/src/components/Icon/components/icons/IconLockOpen.mjs +16 -13
  558. package/dist/js/packages/components/src/components/Icon/components/icons/IconLockOpen.mjs.map +1 -1
  559. package/dist/js/packages/components/src/components/Icon/components/icons/IconLogout.mjs +16 -13
  560. package/dist/js/packages/components/src/components/Icon/components/icons/IconLogout.mjs.map +1 -1
  561. package/dist/js/packages/components/src/components/Icon/components/icons/IconMainUser.mjs +16 -13
  562. package/dist/js/packages/components/src/components/Icon/components/icons/IconMainUser.mjs.map +1 -1
  563. package/dist/js/packages/components/src/components/Icon/components/icons/IconMarketplace.mjs +16 -13
  564. package/dist/js/packages/components/src/components/Icon/components/icons/IconMarketplace.mjs.map +1 -1
  565. package/dist/js/packages/components/src/components/Icon/components/icons/IconMaximize.mjs +16 -13
  566. package/dist/js/packages/components/src/components/Icon/components/icons/IconMaximize.mjs.map +1 -1
  567. package/dist/js/packages/components/src/components/Icon/components/icons/IconMember.mjs +16 -13
  568. package/dist/js/packages/components/src/components/Icon/components/icons/IconMember.mjs.map +1 -1
  569. package/dist/js/packages/components/src/components/Icon/components/icons/IconMenu.mjs +16 -13
  570. package/dist/js/packages/components/src/components/Icon/components/icons/IconMenu.mjs.map +1 -1
  571. package/dist/js/packages/components/src/components/Icon/components/icons/IconMinimize.mjs +16 -13
  572. package/dist/js/packages/components/src/components/Icon/components/icons/IconMinimize.mjs.map +1 -1
  573. package/dist/js/packages/components/src/components/Icon/components/icons/IconMinus.mjs +16 -13
  574. package/dist/js/packages/components/src/components/Icon/components/icons/IconMinus.mjs.map +1 -1
  575. package/dist/js/packages/components/src/components/Icon/components/icons/IconMittwald.mjs +16 -13
  576. package/dist/js/packages/components/src/components/Icon/components/icons/IconMittwald.mjs.map +1 -1
  577. package/dist/js/packages/components/src/components/Icon/components/icons/IconMobile.mjs +16 -13
  578. package/dist/js/packages/components/src/components/Icon/components/icons/IconMobile.mjs.map +1 -1
  579. package/dist/js/packages/components/src/components/Icon/components/icons/IconMonitoring.mjs +16 -13
  580. package/dist/js/packages/components/src/components/Icon/components/icons/IconMonitoring.mjs.map +1 -1
  581. package/dist/js/packages/components/src/components/Icon/components/icons/IconMove.mjs +16 -13
  582. package/dist/js/packages/components/src/components/Icon/components/icons/IconMove.mjs.map +1 -1
  583. package/dist/js/packages/components/src/components/Icon/components/icons/IconNotification.mjs +16 -13
  584. package/dist/js/packages/components/src/components/Icon/components/icons/IconNotification.mjs.map +1 -1
  585. package/dist/js/packages/components/src/components/Icon/components/icons/IconNumber.mjs +16 -13
  586. package/dist/js/packages/components/src/components/Icon/components/icons/IconNumber.mjs.map +1 -1
  587. package/dist/js/packages/components/src/components/Icon/components/icons/IconOrder.mjs +16 -13
  588. package/dist/js/packages/components/src/components/Icon/components/icons/IconOrder.mjs.map +1 -1
  589. package/dist/js/packages/components/src/components/Icon/components/icons/IconOrderedList.mjs +16 -13
  590. package/dist/js/packages/components/src/components/Icon/components/icons/IconOrderedList.mjs.map +1 -1
  591. package/dist/js/packages/components/src/components/Icon/components/icons/IconPassword.mjs +16 -13
  592. package/dist/js/packages/components/src/components/Icon/components/icons/IconPassword.mjs.map +1 -1
  593. package/dist/js/packages/components/src/components/Icon/components/icons/IconPath.mjs +16 -13
  594. package/dist/js/packages/components/src/components/Icon/components/icons/IconPath.mjs.map +1 -1
  595. package/dist/js/packages/components/src/components/Icon/components/icons/IconPause.mjs +16 -13
  596. package/dist/js/packages/components/src/components/Icon/components/icons/IconPause.mjs.map +1 -1
  597. package/dist/js/packages/components/src/components/Icon/components/icons/IconPayment.mjs +16 -13
  598. package/dist/js/packages/components/src/components/Icon/components/icons/IconPayment.mjs.map +1 -1
  599. package/dist/js/packages/components/src/components/Icon/components/icons/IconPending.mjs +16 -13
  600. package/dist/js/packages/components/src/components/Icon/components/icons/IconPending.mjs.map +1 -1
  601. package/dist/js/packages/components/src/components/Icon/components/icons/IconPicture.mjs +16 -13
  602. package/dist/js/packages/components/src/components/Icon/components/icons/IconPicture.mjs.map +1 -1
  603. package/dist/js/packages/components/src/components/Icon/components/icons/IconPlus.mjs +16 -13
  604. package/dist/js/packages/components/src/components/Icon/components/icons/IconPlus.mjs.map +1 -1
  605. package/dist/js/packages/components/src/components/Icon/components/icons/IconProject.mjs +16 -13
  606. package/dist/js/packages/components/src/components/Icon/components/icons/IconProject.mjs.map +1 -1
  607. package/dist/js/packages/components/src/components/Icon/components/icons/IconQuote.mjs +16 -13
  608. package/dist/js/packages/components/src/components/Icon/components/icons/IconQuote.mjs.map +1 -1
  609. package/dist/js/packages/components/src/components/Icon/components/icons/IconRadioOff.mjs +16 -13
  610. package/dist/js/packages/components/src/components/Icon/components/icons/IconRadioOff.mjs.map +1 -1
  611. package/dist/js/packages/components/src/components/Icon/components/icons/IconRadioOn.mjs +16 -13
  612. package/dist/js/packages/components/src/components/Icon/components/icons/IconRadioOn.mjs.map +1 -1
  613. package/dist/js/packages/components/src/components/Icon/components/icons/IconRedo.mjs +16 -13
  614. package/dist/js/packages/components/src/components/Icon/components/icons/IconRedo.mjs.map +1 -1
  615. package/dist/js/packages/components/src/components/Icon/components/icons/IconRefresh.mjs +16 -13
  616. package/dist/js/packages/components/src/components/Icon/components/icons/IconRefresh.mjs.map +1 -1
  617. package/dist/js/packages/components/src/components/Icon/components/icons/IconRegistry.mjs +16 -13
  618. package/dist/js/packages/components/src/components/Icon/components/icons/IconRegistry.mjs.map +1 -1
  619. package/dist/js/packages/components/src/components/Icon/components/icons/IconSave.mjs +16 -13
  620. package/dist/js/packages/components/src/components/Icon/components/icons/IconSave.mjs.map +1 -1
  621. package/dist/js/packages/components/src/components/Icon/components/icons/IconSearch.mjs +16 -13
  622. package/dist/js/packages/components/src/components/Icon/components/icons/IconSearch.mjs.map +1 -1
  623. package/dist/js/packages/components/src/components/Icon/components/icons/IconSecurity.mjs +16 -13
  624. package/dist/js/packages/components/src/components/Icon/components/icons/IconSecurity.mjs.map +1 -1
  625. package/dist/js/packages/components/src/components/Icon/components/icons/IconSend.mjs +16 -13
  626. package/dist/js/packages/components/src/components/Icon/components/icons/IconSend.mjs.map +1 -1
  627. package/dist/js/packages/components/src/components/Icon/components/icons/IconServer.mjs +16 -13
  628. package/dist/js/packages/components/src/components/Icon/components/icons/IconServer.mjs.map +1 -1
  629. package/dist/js/packages/components/src/components/Icon/components/icons/IconSettings.mjs +16 -13
  630. package/dist/js/packages/components/src/components/Icon/components/icons/IconSettings.mjs.map +1 -1
  631. package/dist/js/packages/components/src/components/Icon/components/icons/IconShare.mjs +16 -13
  632. package/dist/js/packages/components/src/components/Icon/components/icons/IconShare.mjs.map +1 -1
  633. package/dist/js/packages/components/src/components/Icon/components/icons/IconShow.mjs +16 -13
  634. package/dist/js/packages/components/src/components/Icon/components/icons/IconShow.mjs.map +1 -1
  635. package/dist/js/packages/components/src/components/Icon/components/icons/IconSorting.mjs +16 -13
  636. package/dist/js/packages/components/src/components/Icon/components/icons/IconSorting.mjs.map +1 -1
  637. package/dist/js/packages/components/src/components/Icon/components/icons/IconSsh.mjs +16 -13
  638. package/dist/js/packages/components/src/components/Icon/components/icons/IconSsh.mjs.map +1 -1
  639. package/dist/js/packages/components/src/components/Icon/components/icons/IconSshKey.mjs +16 -13
  640. package/dist/js/packages/components/src/components/Icon/components/icons/IconSshKey.mjs.map +1 -1
  641. package/dist/js/packages/components/src/components/Icon/components/icons/IconSshSftp.mjs +16 -13
  642. package/dist/js/packages/components/src/components/Icon/components/icons/IconSshSftp.mjs.map +1 -1
  643. package/dist/js/packages/components/src/components/Icon/components/icons/IconStar.mjs +16 -13
  644. package/dist/js/packages/components/src/components/Icon/components/icons/IconStar.mjs.map +1 -1
  645. package/dist/js/packages/components/src/components/Icon/components/icons/IconStarFilled.mjs +16 -13
  646. package/dist/js/packages/components/src/components/Icon/components/icons/IconStarFilled.mjs.map +1 -1
  647. package/dist/js/packages/components/src/components/Icon/components/icons/IconStart.mjs +16 -13
  648. package/dist/js/packages/components/src/components/Icon/components/icons/IconStart.mjs.map +1 -1
  649. package/dist/js/packages/components/src/components/Icon/components/icons/IconStrikeThrough.mjs +16 -13
  650. package/dist/js/packages/components/src/components/Icon/components/icons/IconStrikeThrough.mjs.map +1 -1
  651. package/dist/js/packages/components/src/components/Icon/components/icons/IconSubdomain.mjs +16 -13
  652. package/dist/js/packages/components/src/components/Icon/components/icons/IconSubdomain.mjs.map +1 -1
  653. package/dist/js/packages/components/src/components/Icon/components/icons/IconSucceeded.mjs +16 -13
  654. package/dist/js/packages/components/src/components/Icon/components/icons/IconSucceeded.mjs.map +1 -1
  655. package/dist/js/packages/components/src/components/Icon/components/icons/IconSuccess.mjs +16 -13
  656. package/dist/js/packages/components/src/components/Icon/components/icons/IconSuccess.mjs.map +1 -1
  657. package/dist/js/packages/components/src/components/Icon/components/icons/IconSupport.mjs +16 -13
  658. package/dist/js/packages/components/src/components/Icon/components/icons/IconSupport.mjs.map +1 -1
  659. package/dist/js/packages/components/src/components/Icon/components/icons/IconTerminate.mjs +16 -13
  660. package/dist/js/packages/components/src/components/Icon/components/icons/IconTerminate.mjs.map +1 -1
  661. package/dist/js/packages/components/src/components/Icon/components/icons/IconTicket.mjs +16 -13
  662. package/dist/js/packages/components/src/components/Icon/components/icons/IconTicket.mjs.map +1 -1
  663. package/dist/js/packages/components/src/components/Icon/components/icons/IconTime.mjs +16 -13
  664. package/dist/js/packages/components/src/components/Icon/components/icons/IconTime.mjs.map +1 -1
  665. package/dist/js/packages/components/src/components/Icon/components/icons/IconUnavailable.mjs +16 -13
  666. package/dist/js/packages/components/src/components/Icon/components/icons/IconUnavailable.mjs.map +1 -1
  667. package/dist/js/packages/components/src/components/Icon/components/icons/IconUndo.mjs +16 -13
  668. package/dist/js/packages/components/src/components/Icon/components/icons/IconUndo.mjs.map +1 -1
  669. package/dist/js/packages/components/src/components/Icon/components/icons/IconUnorderedList.mjs +16 -13
  670. package/dist/js/packages/components/src/components/Icon/components/icons/IconUnorderedList.mjs.map +1 -1
  671. package/dist/js/packages/components/src/components/Icon/components/icons/IconUpload.mjs +16 -13
  672. package/dist/js/packages/components/src/components/Icon/components/icons/IconUpload.mjs.map +1 -1
  673. package/dist/js/packages/components/src/components/Icon/components/icons/IconUser.mjs +16 -13
  674. package/dist/js/packages/components/src/components/Icon/components/icons/IconUser.mjs.map +1 -1
  675. package/dist/js/packages/components/src/components/Icon/components/icons/IconVhost.mjs +16 -13
  676. package/dist/js/packages/components/src/components/Icon/components/icons/IconVhost.mjs.map +1 -1
  677. package/dist/js/packages/components/src/components/Icon/components/icons/IconView.mjs +16 -13
  678. package/dist/js/packages/components/src/components/Icon/components/icons/IconView.mjs.map +1 -1
  679. package/dist/js/packages/components/src/components/Icon/components/icons/IconVolume.mjs +16 -13
  680. package/dist/js/packages/components/src/components/Icon/components/icons/IconVolume.mjs.map +1 -1
  681. package/dist/js/packages/components/src/components/Icon/components/icons/IconWarning.mjs +16 -13
  682. package/dist/js/packages/components/src/components/Icon/components/icons/IconWarning.mjs.map +1 -1
  683. package/dist/js/packages/components/src/components/Icon/components/icons/index.mjs +130 -0
  684. package/dist/js/packages/components/src/components/Icon/index.mjs +2 -0
  685. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.mjs +42 -44
  686. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
  687. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.mjs +21 -0
  688. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.mjs.map +1 -0
  689. package/dist/js/packages/components/src/components/IllustratedMessage/index.mjs +1 -0
  690. package/dist/js/packages/components/src/components/Image/Image.mjs +22 -33
  691. package/dist/js/packages/components/src/components/Image/Image.mjs.map +1 -1
  692. package/dist/js/packages/components/src/components/Image/Image.module.mjs +11 -0
  693. package/dist/js/packages/components/src/components/Image/Image.module.mjs.map +1 -0
  694. package/dist/js/packages/components/src/components/Image/index.mjs +1 -0
  695. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.mjs +62 -70
  696. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.mjs.map +1 -1
  697. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.mjs +10 -0
  698. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.mjs.map +1 -0
  699. package/dist/js/packages/components/src/components/ImageCropper/index.mjs +1 -0
  700. package/dist/js/packages/components/src/components/ImageCropper/lib/getCroppedImageFile.mjs +27 -40
  701. package/dist/js/packages/components/src/components/ImageCropper/lib/getCroppedImageFile.mjs.map +1 -1
  702. package/dist/js/packages/components/src/components/Initials/Initials.mjs +25 -38
  703. package/dist/js/packages/components/src/components/Initials/Initials.mjs.map +1 -1
  704. package/dist/js/packages/components/src/components/Initials/Initials.module.mjs +7 -0
  705. package/dist/js/packages/components/src/components/Initials/Initials.module.mjs.map +1 -0
  706. package/dist/js/packages/components/src/components/Initials/index.mjs +1 -0
  707. package/dist/js/packages/components/src/components/Initials/lib/getColorFromInitials.mjs +9 -9
  708. package/dist/js/packages/components/src/components/Initials/lib/getColorFromInitials.mjs.map +1 -1
  709. package/dist/js/packages/components/src/components/Initials/lib/getInitialsFromString.mjs +6 -4
  710. package/dist/js/packages/components/src/components/Initials/lib/getInitialsFromString.mjs.map +1 -1
  711. package/dist/js/packages/components/src/components/InlineCode/InlineCode.mjs +17 -15
  712. package/dist/js/packages/components/src/components/InlineCode/InlineCode.mjs.map +1 -1
  713. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.mjs +13 -0
  714. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.mjs.map +1 -0
  715. package/dist/js/packages/components/src/components/InlineCode/index.mjs +1 -0
  716. package/dist/js/packages/components/src/components/IntlProvider/IntlProvider.mjs +6 -5
  717. package/dist/js/packages/components/src/components/IntlProvider/IntlProvider.mjs.map +1 -1
  718. package/dist/js/packages/components/src/components/IntlProvider/index.mjs +1 -0
  719. package/dist/js/packages/components/src/components/Kbd/Kbd.mjs +33 -47
  720. package/dist/js/packages/components/src/components/Kbd/Kbd.mjs.map +1 -1
  721. package/dist/js/packages/components/src/components/Kbd/Kbd.module.mjs +12 -0
  722. package/dist/js/packages/components/src/components/Kbd/Kbd.module.mjs.map +1 -0
  723. package/dist/js/packages/components/src/components/Kbd/index.mjs +1 -0
  724. package/dist/js/packages/components/src/components/Label/Label.mjs +64 -61
  725. package/dist/js/packages/components/src/components/Label/Label.mjs.map +1 -1
  726. package/dist/js/packages/components/src/components/Label/Label.module.mjs +12 -0
  727. package/dist/js/packages/components/src/components/Label/Label.module.mjs.map +1 -0
  728. package/dist/js/packages/components/src/components/Label/index.mjs +1 -0
  729. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.mjs +31 -29
  730. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.mjs.map +1 -1
  731. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.module.mjs +11 -0
  732. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.module.mjs.map +1 -0
  733. package/dist/js/packages/components/src/components/LabeledValue/index.mjs +1 -0
  734. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.mjs +29 -25
  735. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.mjs.map +1 -1
  736. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.module.mjs +11 -0
  737. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.module.mjs.map +1 -0
  738. package/dist/js/packages/components/src/components/LayoutCard/index.mjs +1 -0
  739. package/dist/js/packages/components/src/components/Legend/Legend.mjs +15 -10
  740. package/dist/js/packages/components/src/components/Legend/Legend.mjs.map +1 -1
  741. package/dist/js/packages/components/src/components/Legend/Legend.module.mjs +7 -0
  742. package/dist/js/packages/components/src/components/Legend/Legend.module.mjs.map +1 -0
  743. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.mjs +20 -21
  744. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.mjs.map +1 -1
  745. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.module.mjs +10 -0
  746. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.module.mjs.map +1 -0
  747. package/dist/js/packages/components/src/components/Legend/components/LegendItem/index.mjs +1 -0
  748. package/dist/js/packages/components/src/components/Legend/index.mjs +3 -0
  749. package/dist/js/packages/components/src/components/LightBox/LightBox.mjs +52 -73
  750. package/dist/js/packages/components/src/components/LightBox/LightBox.mjs.map +1 -1
  751. package/dist/js/packages/components/src/components/LightBox/LightBox.module.mjs +13 -0
  752. package/dist/js/packages/components/src/components/LightBox/LightBox.module.mjs.map +1 -0
  753. package/dist/js/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.mjs +16 -19
  754. package/dist/js/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.mjs.map +1 -1
  755. package/dist/js/packages/components/src/components/LightBox/components/LightBoxTrigger/index.mjs +1 -0
  756. package/dist/js/packages/components/src/components/LightBox/index.mjs +3 -0
  757. package/dist/js/packages/components/src/components/Link/Link.mjs +42 -64
  758. package/dist/js/packages/components/src/components/Link/Link.mjs.map +1 -1
  759. package/dist/js/packages/components/src/components/Link/Link.module.mjs +17 -0
  760. package/dist/js/packages/components/src/components/Link/Link.module.mjs.map +1 -0
  761. package/dist/js/packages/components/src/components/Link/components/LinkIcon/LinkIcon.mjs +18 -26
  762. package/dist/js/packages/components/src/components/Link/components/LinkIcon/LinkIcon.mjs.map +1 -1
  763. package/dist/js/packages/components/src/components/Link/components/LinkIcon/index.mjs +1 -0
  764. package/dist/js/packages/components/src/components/Link/context.mjs +7 -6
  765. package/dist/js/packages/components/src/components/Link/context.mjs.map +1 -1
  766. package/dist/js/packages/components/src/components/Link/index.mjs +1 -0
  767. package/dist/js/packages/components/src/components/List/List.mjs +133 -161
  768. package/dist/js/packages/components/src/components/List/List.mjs.map +1 -1
  769. package/dist/js/packages/components/src/components/List/List.module.mjs +10 -0
  770. package/dist/js/packages/components/src/components/List/List.module.mjs.map +1 -0
  771. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoader.mjs +16 -19
  772. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoader.mjs.map +1 -1
  773. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs +16 -13
  774. package/dist/js/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.mjs.map +1 -1
  775. package/dist/js/packages/components/src/components/List/components/DataLoader/index.mjs +1 -0
  776. package/dist/js/packages/components/src/components/List/components/Footer/Footer.mjs +17 -14
  777. package/dist/js/packages/components/src/components/List/components/Footer/Footer.mjs.map +1 -1
  778. package/dist/js/packages/components/src/components/List/components/Footer/Footer.module.mjs +7 -0
  779. package/dist/js/packages/components/src/components/List/components/Footer/Footer.module.mjs.map +1 -0
  780. package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs +27 -25
  781. package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.mjs.map +1 -1
  782. package/dist/js/packages/components/src/components/List/components/Footer/components/PaginationInfos/index.mjs +1 -0
  783. package/dist/js/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.mjs +25 -31
  784. package/dist/js/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.mjs.map +1 -1
  785. package/dist/js/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/index.mjs +1 -0
  786. package/dist/js/packages/components/src/components/List/components/Footer/index.mjs +1 -0
  787. package/dist/js/packages/components/src/components/List/components/Header/Header.mjs +40 -45
  788. package/dist/js/packages/components/src/components/List/components/Header/Header.mjs.map +1 -1
  789. package/dist/js/packages/components/src/components/List/components/Header/Header.module.mjs +16 -0
  790. package/dist/js/packages/components/src/components/List/components/Header/Header.module.mjs.map +1 -0
  791. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +90 -97
  792. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs.map +1 -1
  793. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.module.mjs +10 -0
  794. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.module.mjs.map +1 -0
  795. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/index.mjs +1 -0
  796. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs +82 -118
  797. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.mjs.map +1 -1
  798. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.mjs +18 -20
  799. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.mjs.map +1 -1
  800. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.mjs +20 -12
  801. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionCheckboxGroup.mjs.map +1 -1
  802. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.mjs +33 -36
  803. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionDateRange.mjs.map +1 -1
  804. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.mjs +40 -50
  805. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordionRadioGroup.mjs.map +1 -1
  806. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs +30 -54
  807. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.mjs.map +1 -1
  808. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs +30 -44
  809. package/dist/js/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.mjs.map +1 -1
  810. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs +46 -65
  811. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/DateRangeFilterPopover.mjs.map +1 -1
  812. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.mjs +32 -44
  813. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.mjs.map +1 -1
  814. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs +13 -36
  815. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.mjs.map +1 -1
  816. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.module.mjs +7 -0
  817. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.module.mjs.map +1 -0
  818. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.mjs +16 -20
  819. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.mjs.map +1 -1
  820. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.mjs +56 -68
  821. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
  822. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.module.mjs +7 -0
  823. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.module.mjs.map +1 -0
  824. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs +39 -52
  825. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.mjs.map +1 -1
  826. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs +19 -42
  827. package/dist/js/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.mjs.map +1 -1
  828. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs +34 -59
  829. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.mjs.map +1 -1
  830. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs +21 -44
  831. package/dist/js/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.mjs.map +1 -1
  832. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs +13 -41
  833. package/dist/js/packages/components/src/components/List/components/Header/lib.mjs.map +1 -1
  834. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs +37 -56
  835. package/dist/js/packages/components/src/components/List/components/Items/Items.mjs.map +1 -1
  836. package/dist/js/packages/components/src/components/List/components/Items/Items.module.mjs +12 -0
  837. package/dist/js/packages/components/src/components/List/components/Items/Items.module.mjs.map +1 -0
  838. package/dist/js/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.mjs +17 -12
  839. package/dist/js/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.mjs.map +1 -1
  840. package/dist/js/packages/components/src/components/List/components/Items/components/FallbackItems/index.mjs +1 -0
  841. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.mjs +41 -51
  842. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.mjs.map +1 -1
  843. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.mjs +12 -0
  844. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.mjs.map +1 -0
  845. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.mjs +26 -37
  846. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.mjs.map +1 -1
  847. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.mjs +19 -22
  848. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.mjs.map +1 -1
  849. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.mjs +21 -31
  850. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.mjs.map +1 -1
  851. package/dist/js/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.mjs +1 -0
  852. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +62 -91
  853. package/dist/js/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs.map +1 -1
  854. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs +16 -18
  855. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/GridList.mjs.map +1 -1
  856. package/dist/js/packages/components/src/components/List/components/Items/views/GridList/index.mjs +1 -0
  857. package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.mjs +15 -21
  858. package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/GridListItem.mjs.map +1 -1
  859. package/dist/js/packages/components/src/components/List/components/Items/views/GridListItem/index.mjs +1 -0
  860. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs +54 -80
  861. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.mjs.map +1 -1
  862. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.module.mjs +26 -0
  863. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.module.mjs.map +1 -0
  864. package/dist/js/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs +110 -121
  865. package/dist/js/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs.map +1 -1
  866. package/dist/js/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/index.mjs +1 -0
  867. package/dist/js/packages/components/src/components/List/components/ListItemView/index.mjs +3 -0
  868. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.mjs +24 -30
  869. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.mjs.map +1 -1
  870. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.module.mjs +11 -0
  871. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.module.mjs.map +1 -0
  872. package/dist/js/packages/components/src/components/List/components/ListSummary/index.mjs +1 -0
  873. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs +51 -85
  874. package/dist/js/packages/components/src/components/List/components/Table/Table.mjs.map +1 -1
  875. package/dist/js/packages/components/src/components/List/components/Table/Table.module.mjs +13 -0
  876. package/dist/js/packages/components/src/components/List/components/Table/Table.module.mjs.map +1 -0
  877. package/dist/js/packages/components/src/components/List/components/Table/components/TableBodyLoadingView.mjs +10 -9
  878. package/dist/js/packages/components/src/components/List/components/Table/components/TableBodyLoadingView.mjs.map +1 -1
  879. package/dist/js/packages/components/src/components/List/components/Table/components/TableRowSkeletonView.mjs +24 -20
  880. package/dist/js/packages/components/src/components/List/components/Table/components/TableRowSkeletonView.mjs.map +1 -1
  881. package/dist/js/packages/components/src/components/List/components/Table/index.mjs +1 -0
  882. package/dist/js/packages/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs +32 -31
  883. package/dist/js/packages/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs.map +1 -1
  884. package/dist/js/packages/components/src/components/List/hooks/useList.mjs +7 -6
  885. package/dist/js/packages/components/src/components/List/hooks/useList.mjs.map +1 -1
  886. package/dist/js/packages/components/src/components/List/hooks/useListMetadata.mjs +9 -11
  887. package/dist/js/packages/components/src/components/List/hooks/useListMetadata.mjs.map +1 -1
  888. package/dist/js/packages/components/src/components/List/index.mjs +21 -0
  889. package/dist/js/packages/components/src/components/List/listContext.mjs +6 -5
  890. package/dist/js/packages/components/src/components/List/listContext.mjs.map +1 -1
  891. package/dist/js/packages/components/src/components/List/model/List.mjs +93 -113
  892. package/dist/js/packages/components/src/components/List/model/List.mjs.map +1 -1
  893. package/dist/js/packages/components/src/components/List/model/ListSettingsStore.mjs +67 -86
  894. package/dist/js/packages/components/src/components/List/model/ListSettingsStore.mjs.map +1 -1
  895. package/dist/js/packages/components/src/components/List/model/ListViewMode.mjs +32 -38
  896. package/dist/js/packages/components/src/components/List/model/ListViewMode.mjs.map +1 -1
  897. package/dist/js/packages/components/src/components/List/model/ReactTable.mjs +99 -119
  898. package/dist/js/packages/components/src/components/List/model/ReactTable.mjs.map +1 -1
  899. package/dist/js/packages/components/src/components/List/model/filter/DateRangeFilter.mjs +26 -33
  900. package/dist/js/packages/components/src/components/List/model/filter/DateRangeFilter.mjs.map +1 -1
  901. package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs +168 -226
  902. package/dist/js/packages/components/src/components/List/model/filter/Filter.mjs.map +1 -1
  903. package/dist/js/packages/components/src/components/List/model/filter/FilterValue.mjs +40 -43
  904. package/dist/js/packages/components/src/components/List/model/filter/FilterValue.mjs.map +1 -1
  905. package/dist/js/packages/components/src/components/List/model/filter/dateRangeFilterFn.mjs +18 -27
  906. package/dist/js/packages/components/src/components/List/model/filter/dateRangeFilterFn.mjs.map +1 -1
  907. package/dist/js/packages/components/src/components/List/model/item/Item.mjs +17 -15
  908. package/dist/js/packages/components/src/components/List/model/item/Item.mjs.map +1 -1
  909. package/dist/js/packages/components/src/components/List/model/item/ItemCollection.mjs +14 -13
  910. package/dist/js/packages/components/src/components/List/model/item/ItemCollection.mjs.map +1 -1
  911. package/dist/js/packages/components/src/components/List/model/item/ItemView.mjs +34 -45
  912. package/dist/js/packages/components/src/components/List/model/item/ItemView.mjs.map +1 -1
  913. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs +133 -167
  914. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoader.mjs.map +1 -1
  915. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoaderState.mjs +69 -76
  916. package/dist/js/packages/components/src/components/List/model/loading/IncrementalLoaderState.mjs.map +1 -1
  917. package/dist/js/packages/components/src/components/List/model/pagination/BatchesController.mjs +55 -60
  918. package/dist/js/packages/components/src/components/List/model/pagination/BatchesController.mjs.map +1 -1
  919. package/dist/js/packages/components/src/components/List/model/search/Search.mjs +55 -62
  920. package/dist/js/packages/components/src/components/List/model/search/Search.mjs.map +1 -1
  921. package/dist/js/packages/components/src/components/List/model/sorting/Sorting.mjs +59 -78
  922. package/dist/js/packages/components/src/components/List/model/sorting/Sorting.mjs.map +1 -1
  923. package/dist/js/packages/components/src/components/List/model/sorting/SortingFunctions.mjs +19 -21
  924. package/dist/js/packages/components/src/components/List/model/sorting/SortingFunctions.mjs.map +1 -1
  925. package/dist/js/packages/components/src/components/List/model/table/Table.mjs +19 -18
  926. package/dist/js/packages/components/src/components/List/model/table/Table.mjs.map +1 -1
  927. package/dist/js/packages/components/src/components/List/model/table/TableBody.mjs +16 -15
  928. package/dist/js/packages/components/src/components/List/model/table/TableBody.mjs.map +1 -1
  929. package/dist/js/packages/components/src/components/List/model/table/TableCell.mjs +17 -15
  930. package/dist/js/packages/components/src/components/List/model/table/TableCell.mjs.map +1 -1
  931. package/dist/js/packages/components/src/components/List/model/table/TableColumn.mjs +12 -10
  932. package/dist/js/packages/components/src/components/List/model/table/TableColumn.mjs.map +1 -1
  933. package/dist/js/packages/components/src/components/List/model/table/TableHeader.mjs +16 -15
  934. package/dist/js/packages/components/src/components/List/model/table/TableHeader.mjs.map +1 -1
  935. package/dist/js/packages/components/src/components/List/model/table/TableRow.mjs +16 -15
  936. package/dist/js/packages/components/src/components/List/model/table/TableRow.mjs.map +1 -1
  937. package/dist/js/packages/components/src/components/List/setupComponents/ListFilter.mjs +6 -4
  938. package/dist/js/packages/components/src/components/List/setupComponents/ListFilter.mjs.map +1 -1
  939. package/dist/js/packages/components/src/components/List/setupComponents/ListItem.mjs +6 -4
  940. package/dist/js/packages/components/src/components/List/setupComponents/ListItem.mjs.map +1 -1
  941. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsync.mjs +6 -4
  942. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsync.mjs.map +1 -1
  943. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsyncResource.mjs +7 -4
  944. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderAsyncResource.mjs.map +1 -1
  945. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderHooks.mjs +6 -4
  946. package/dist/js/packages/components/src/components/List/setupComponents/ListLoaderHooks.mjs.map +1 -1
  947. package/dist/js/packages/components/src/components/List/setupComponents/ListSearch.mjs +6 -4
  948. package/dist/js/packages/components/src/components/List/setupComponents/ListSearch.mjs.map +1 -1
  949. package/dist/js/packages/components/src/components/List/setupComponents/ListSorting.mjs +6 -4
  950. package/dist/js/packages/components/src/components/List/setupComponents/ListSorting.mjs.map +1 -1
  951. package/dist/js/packages/components/src/components/List/setupComponents/ListStaticData.mjs +6 -4
  952. package/dist/js/packages/components/src/components/List/setupComponents/ListStaticData.mjs.map +1 -1
  953. package/dist/js/packages/components/src/components/List/setupComponents/Table.mjs +5 -3
  954. package/dist/js/packages/components/src/components/List/setupComponents/Table.mjs.map +1 -1
  955. package/dist/js/packages/components/src/components/List/setupComponents/TableBody.mjs +5 -3
  956. package/dist/js/packages/components/src/components/List/setupComponents/TableBody.mjs.map +1 -1
  957. package/dist/js/packages/components/src/components/List/setupComponents/TableCell.mjs +5 -3
  958. package/dist/js/packages/components/src/components/List/setupComponents/TableCell.mjs.map +1 -1
  959. package/dist/js/packages/components/src/components/List/setupComponents/TableColumn.mjs +5 -3
  960. package/dist/js/packages/components/src/components/List/setupComponents/TableColumn.mjs.map +1 -1
  961. package/dist/js/packages/components/src/components/List/setupComponents/TableHeader.mjs +5 -3
  962. package/dist/js/packages/components/src/components/List/setupComponents/TableHeader.mjs.map +1 -1
  963. package/dist/js/packages/components/src/components/List/setupComponents/TableRow.mjs +5 -3
  964. package/dist/js/packages/components/src/components/List/setupComponents/TableRow.mjs.map +1 -1
  965. package/dist/js/packages/components/src/components/List/typedList.mjs +40 -39
  966. package/dist/js/packages/components/src/components/List/typedList.mjs.map +1 -1
  967. package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs +28 -23
  968. package/dist/js/packages/components/src/components/List/views/EmptyView/EmptyView.mjs.map +1 -1
  969. package/dist/js/packages/components/src/components/List/views/EmptyView/index.mjs +1 -0
  970. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.mjs +17 -20
  971. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.mjs.map +1 -1
  972. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.mjs +14 -0
  973. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.mjs.map +1 -0
  974. package/dist/js/packages/components/src/components/LoadingSpinner/index.mjs +1 -0
  975. package/dist/js/packages/components/src/components/Markdown/Markdown.mjs +107 -102
  976. package/dist/js/packages/components/src/components/Markdown/Markdown.mjs.map +1 -1
  977. package/dist/js/packages/components/src/components/Markdown/Markdown.module.mjs +7 -0
  978. package/dist/js/packages/components/src/components/Markdown/Markdown.module.mjs.map +1 -0
  979. package/dist/js/packages/components/src/components/Markdown/index.mjs +1 -0
  980. package/dist/js/packages/components/src/components/Markdown/lib/getHeadingLevelWithOffset.mjs +7 -5
  981. package/dist/js/packages/components/src/components/Markdown/lib/getHeadingLevelWithOffset.mjs.map +1 -1
  982. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.mjs +81 -109
  983. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.mjs.map +1 -1
  984. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.module.mjs +15 -0
  985. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.module.mjs.map +1 -0
  986. package/dist/js/packages/components/src/components/MarkdownEditor/components/ModeButton.mjs +26 -27
  987. package/dist/js/packages/components/src/components/MarkdownEditor/components/ModeButton.mjs.map +1 -1
  988. package/dist/js/packages/components/src/components/MarkdownEditor/components/Toolbar.mjs +76 -45
  989. package/dist/js/packages/components/src/components/MarkdownEditor/components/Toolbar.mjs.map +1 -1
  990. package/dist/js/packages/components/src/components/MarkdownEditor/components/ToolbarButton.mjs +24 -24
  991. package/dist/js/packages/components/src/components/MarkdownEditor/components/ToolbarButton.mjs.map +1 -1
  992. package/dist/js/packages/components/src/components/MarkdownEditor/index.mjs +1 -0
  993. package/dist/js/packages/components/src/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.mjs +39 -53
  994. package/dist/js/packages/components/src/components/MarkdownEditor/lib/modifyValueByMarkdownSyntax.mjs.map +1 -1
  995. package/dist/js/packages/components/src/components/MarkdownEditor/lib/modifyValueByType.mjs +162 -152
  996. package/dist/js/packages/components/src/components/MarkdownEditor/lib/modifyValueByType.mjs.map +1 -1
  997. package/dist/js/packages/components/src/components/MenuItem/MenuItem.mjs +49 -71
  998. package/dist/js/packages/components/src/components/MenuItem/MenuItem.mjs.map +1 -1
  999. package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.mjs +16 -0
  1000. package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.mjs.map +1 -0
  1001. package/dist/js/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs +36 -49
  1002. package/dist/js/packages/components/src/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs.map +1 -1
  1003. package/dist/js/packages/components/src/components/MenuItem/index.mjs +1 -0
  1004. package/dist/js/packages/components/src/components/Message/Message.mjs +66 -67
  1005. package/dist/js/packages/components/src/components/Message/Message.mjs.map +1 -1
  1006. package/dist/js/packages/components/src/components/Message/Message.module.mjs +20 -0
  1007. package/dist/js/packages/components/src/components/Message/Message.module.mjs.map +1 -0
  1008. package/dist/js/packages/components/src/components/Message/index.mjs +1 -0
  1009. package/dist/js/packages/components/src/components/MessageThread/MessageThread.mjs +24 -25
  1010. package/dist/js/packages/components/src/components/MessageThread/MessageThread.mjs.map +1 -1
  1011. package/dist/js/packages/components/src/components/MessageThread/MessageThread.module.mjs +12 -0
  1012. package/dist/js/packages/components/src/components/MessageThread/MessageThread.module.mjs.map +1 -0
  1013. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.mjs +22 -16
  1014. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.mjs.map +1 -1
  1015. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.module.mjs +11 -0
  1016. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.module.mjs.map +1 -0
  1017. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/index.mjs +1 -0
  1018. package/dist/js/packages/components/src/components/MessageThread/index.mjs +3 -0
  1019. package/dist/js/packages/components/src/components/Modal/Modal.mjs +109 -122
  1020. package/dist/js/packages/components/src/components/Modal/Modal.mjs.map +1 -1
  1021. package/dist/js/packages/components/src/components/Modal/Modal.module.mjs +23 -0
  1022. package/dist/js/packages/components/src/components/Modal/Modal.module.mjs.map +1 -0
  1023. package/dist/js/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.mjs +47 -36
  1024. package/dist/js/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/ConfirmUnsavedChangesModal.mjs.map +1 -1
  1025. package/dist/js/packages/components/src/components/Modal/components/ConfirmUnsavedChangesModal/index.mjs +1 -0
  1026. package/dist/js/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.mjs +16 -19
  1027. package/dist/js/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.mjs.map +1 -1
  1028. package/dist/js/packages/components/src/components/Modal/components/ModalTrigger/index.mjs +1 -0
  1029. package/dist/js/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs +17 -11
  1030. package/dist/js/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs.map +1 -1
  1031. package/dist/js/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/index.mjs +1 -0
  1032. package/dist/js/packages/components/src/components/Modal/index.mjs +3 -0
  1033. package/dist/js/packages/components/src/components/Navigation/Navigation.mjs +42 -42
  1034. package/dist/js/packages/components/src/components/Navigation/Navigation.mjs.map +1 -1
  1035. package/dist/js/packages/components/src/components/Navigation/Navigation.module.mjs +16 -0
  1036. package/dist/js/packages/components/src/components/Navigation/Navigation.module.mjs.map +1 -0
  1037. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs +45 -48
  1038. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs.map +1 -1
  1039. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.module.mjs +11 -0
  1040. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.module.mjs.map +1 -0
  1041. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/index.mjs +1 -0
  1042. package/dist/js/packages/components/src/components/Navigation/index.mjs +3 -0
  1043. package/dist/js/packages/components/src/components/Notification/Notification.mjs +57 -73
  1044. package/dist/js/packages/components/src/components/Notification/Notification.mjs.map +1 -1
  1045. package/dist/js/packages/components/src/components/Notification/Notification.module.mjs +20 -0
  1046. package/dist/js/packages/components/src/components/Notification/Notification.module.mjs.map +1 -0
  1047. package/dist/js/packages/components/src/components/Notification/index.mjs +1 -0
  1048. package/dist/js/packages/components/src/components/NotificationProvider/ControlledNotification.mjs +25 -32
  1049. package/dist/js/packages/components/src/components/NotificationProvider/ControlledNotification.mjs.map +1 -1
  1050. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.mjs +51 -39
  1051. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.mjs.map +1 -1
  1052. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.mjs +10 -0
  1053. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.mjs.map +1 -0
  1054. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/index.mjs +1 -0
  1055. package/dist/js/packages/components/src/components/NotificationProvider/NotificationController.mjs +44 -45
  1056. package/dist/js/packages/components/src/components/NotificationProvider/NotificationController.mjs.map +1 -1
  1057. package/dist/js/packages/components/src/components/NotificationProvider/NotificationProvider.mjs +20 -20
  1058. package/dist/js/packages/components/src/components/NotificationProvider/NotificationProvider.mjs.map +1 -1
  1059. package/dist/js/packages/components/src/components/NotificationProvider/index.mjs +2 -0
  1060. package/dist/js/packages/components/src/components/NumberField/NumberField.mjs +60 -83
  1061. package/dist/js/packages/components/src/components/NumberField/NumberField.mjs.map +1 -1
  1062. package/dist/js/packages/components/src/components/NumberField/NumberField.module.mjs +13 -0
  1063. package/dist/js/packages/components/src/components/NumberField/NumberField.module.mjs.map +1 -0
  1064. package/dist/js/packages/components/src/components/NumberField/index.mjs +1 -0
  1065. package/dist/js/packages/components/src/components/Option/Option.mjs +23 -32
  1066. package/dist/js/packages/components/src/components/Option/Option.mjs.map +1 -1
  1067. package/dist/js/packages/components/src/components/Option/Option.module.mjs +14 -0
  1068. package/dist/js/packages/components/src/components/Option/Option.module.mjs.map +1 -0
  1069. package/dist/js/packages/components/src/components/Option/index.mjs +1 -0
  1070. package/dist/js/packages/components/src/components/Options/Options.mjs +26 -38
  1071. package/dist/js/packages/components/src/components/Options/Options.mjs.map +1 -1
  1072. package/dist/js/packages/components/src/components/Options/Options.module.mjs +10 -0
  1073. package/dist/js/packages/components/src/components/Options/Options.module.mjs.map +1 -0
  1074. package/dist/js/packages/components/src/components/Options/index.mjs +1 -0
  1075. package/dist/js/packages/components/src/components/Overlay/Overlay.mjs +33 -46
  1076. package/dist/js/packages/components/src/components/Overlay/Overlay.mjs.map +1 -1
  1077. package/dist/js/packages/components/src/components/Overlay/Overlay.module.mjs +13 -0
  1078. package/dist/js/packages/components/src/components/Overlay/Overlay.module.mjs.map +1 -0
  1079. package/dist/js/packages/components/src/components/Overlay/components/OverlayContent.mjs +27 -15
  1080. package/dist/js/packages/components/src/components/Overlay/components/OverlayContent.mjs.map +1 -1
  1081. package/dist/js/packages/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs +10 -9
  1082. package/dist/js/packages/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs.map +1 -1
  1083. package/dist/js/packages/components/src/components/Overlay/index.mjs +2 -0
  1084. package/dist/js/packages/components/src/components/OverlayTrigger/OverlayTrigger.mjs +26 -30
  1085. package/dist/js/packages/components/src/components/OverlayTrigger/OverlayTrigger.mjs.map +1 -1
  1086. package/dist/js/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.mjs +9 -7
  1087. package/dist/js/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.mjs.map +1 -1
  1088. package/dist/js/packages/components/src/components/OverlayTrigger/components/DialogTrigger/index.mjs +1 -0
  1089. package/dist/js/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.mjs +11 -13
  1090. package/dist/js/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.mjs.map +1 -1
  1091. package/dist/js/packages/components/src/components/OverlayTrigger/components/MenuTrigger/index.mjs +1 -0
  1092. package/dist/js/packages/components/src/components/OverlayTrigger/index.mjs +5 -0
  1093. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.mjs +189 -254
  1094. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
  1095. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.module.mjs +12 -0
  1096. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.module.mjs.map +1 -0
  1097. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.mjs +54 -81
  1098. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.mjs.map +1 -1
  1099. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.module.mjs +18 -0
  1100. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.module.mjs.map +1 -0
  1101. package/dist/js/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.mjs +25 -23
  1102. package/dist/js/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.mjs.map +1 -1
  1103. package/dist/js/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.mjs +37 -46
  1104. package/dist/js/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.mjs.map +1 -1
  1105. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs +38 -45
  1106. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs.map +1 -1
  1107. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs +29 -35
  1108. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs.map +1 -1
  1109. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.module.mjs +7 -0
  1110. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.module.mjs.map +1 -0
  1111. package/dist/js/packages/components/src/components/PasswordCreationField/index.mjs +1 -0
  1112. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +23 -39
  1113. package/dist/js/packages/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
  1114. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs +26 -36
  1115. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs.map +1 -1
  1116. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStatusFromPolicyValidationResult.mjs +10 -12
  1117. package/dist/js/packages/components/src/components/PasswordCreationField/lib/getStatusFromPolicyValidationResult.mjs.map +1 -1
  1118. package/dist/js/packages/components/src/components/PasswordCreationField/lib/usePolicyValidationResult.mjs +50 -54
  1119. package/dist/js/packages/components/src/components/PasswordCreationField/lib/usePolicyValidationResult.mjs.map +1 -1
  1120. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs +7 -10
  1121. package/dist/js/packages/components/src/components/PasswordCreationField/worker/generatePassword.mjs.map +1 -1
  1122. package/dist/js/packages/components/src/components/Popover/Popover.mjs +36 -48
  1123. package/dist/js/packages/components/src/components/Popover/Popover.mjs.map +1 -1
  1124. package/dist/js/packages/components/src/components/Popover/Popover.module.mjs +12 -0
  1125. package/dist/js/packages/components/src/components/Popover/Popover.module.mjs.map +1 -0
  1126. package/dist/js/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs +32 -35
  1127. package/dist/js/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.mjs.map +1 -1
  1128. package/dist/js/packages/components/src/components/Popover/components/PopoverContent/index.mjs +1 -0
  1129. package/dist/js/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.mjs +18 -25
  1130. package/dist/js/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.mjs.map +1 -1
  1131. package/dist/js/packages/components/src/components/Popover/components/PopoverTrigger/index.mjs +1 -0
  1132. package/dist/js/packages/components/src/components/Popover/index.mjs +5 -0
  1133. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.mjs +53 -80
  1134. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.mjs.map +1 -1
  1135. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.module.mjs +21 -0
  1136. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.module.mjs.map +1 -0
  1137. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarBar.mjs +29 -26
  1138. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarBar.mjs.map +1 -1
  1139. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarLegend.mjs +23 -24
  1140. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarLegend.mjs.map +1 -1
  1141. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarValue.mjs +20 -22
  1142. package/dist/js/packages/components/src/components/ProgressBar/components/ProgressBarValue.mjs.map +1 -1
  1143. package/dist/js/packages/components/src/components/ProgressBar/index.mjs +1 -0
  1144. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.mjs +56 -62
  1145. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.mjs.map +1 -1
  1146. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.module.mjs +7 -0
  1147. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.module.mjs.map +1 -0
  1148. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.mjs +22 -22
  1149. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.mjs.map +1 -1
  1150. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.module.mjs +10 -0
  1151. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.module.mjs.map +1 -0
  1152. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/index.mjs +1 -0
  1153. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.mjs +29 -23
  1154. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.mjs.map +1 -1
  1155. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.mjs +11 -0
  1156. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.mjs.map +1 -0
  1157. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/index.mjs +1 -0
  1158. package/dist/js/packages/components/src/components/RadioGroup/index.mjs +5 -0
  1159. package/dist/js/packages/components/src/components/Rating/Rating.mjs +46 -68
  1160. package/dist/js/packages/components/src/components/Rating/Rating.mjs.map +1 -1
  1161. package/dist/js/packages/components/src/components/Rating/Rating.module.mjs +16 -0
  1162. package/dist/js/packages/components/src/components/Rating/Rating.module.mjs.map +1 -0
  1163. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.mjs +23 -31
  1164. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingSegment.mjs.map +1 -1
  1165. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStar.mjs +16 -14
  1166. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStar.mjs.map +1 -1
  1167. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.mjs +16 -14
  1168. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/RatingStarFilled.mjs.map +1 -1
  1169. package/dist/js/packages/components/src/components/Rating/components/RatingSegment/index.mjs +1 -0
  1170. package/dist/js/packages/components/src/components/Rating/index.mjs +1 -0
  1171. package/dist/js/packages/components/src/components/RouterProvider/RouterProvider.mjs +4 -0
  1172. package/dist/js/packages/components/src/components/RouterProvider/index.mjs +1 -0
  1173. package/dist/js/packages/components/src/components/SearchField/SearchField.mjs +63 -83
  1174. package/dist/js/packages/components/src/components/SearchField/SearchField.mjs.map +1 -1
  1175. package/dist/js/packages/components/src/components/SearchField/SearchField.module.mjs +14 -0
  1176. package/dist/js/packages/components/src/components/SearchField/SearchField.module.mjs.map +1 -0
  1177. package/dist/js/packages/components/src/components/SearchField/index.mjs +1 -0
  1178. package/dist/js/packages/components/src/components/Section/Section.mjs +41 -53
  1179. package/dist/js/packages/components/src/components/Section/Section.mjs.map +1 -1
  1180. package/dist/js/packages/components/src/components/Section/Section.module.mjs +11 -0
  1181. package/dist/js/packages/components/src/components/Section/Section.module.mjs.map +1 -0
  1182. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.mjs +54 -57
  1183. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.mjs.map +1 -1
  1184. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.module.mjs +10 -0
  1185. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.module.mjs.map +1 -0
  1186. package/dist/js/packages/components/src/components/Section/index.mjs +1 -0
  1187. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.mjs +48 -61
  1188. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.mjs.map +1 -1
  1189. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.module.mjs +17 -0
  1190. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.module.mjs.map +1 -0
  1191. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.mjs +21 -21
  1192. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.mjs.map +1 -1
  1193. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.module.mjs +10 -0
  1194. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.module.mjs.map +1 -0
  1195. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/index.mjs +1 -0
  1196. package/dist/js/packages/components/src/components/SegmentedControl/index.mjs +3 -0
  1197. package/dist/js/packages/components/src/components/Select/Select.mjs +62 -92
  1198. package/dist/js/packages/components/src/components/Select/Select.mjs.map +1 -1
  1199. package/dist/js/packages/components/src/components/Select/Select.module.mjs +10 -0
  1200. package/dist/js/packages/components/src/components/Select/Select.module.mjs.map +1 -0
  1201. package/dist/js/packages/components/src/components/Select/index.mjs +1 -0
  1202. package/dist/js/packages/components/src/components/Separator/Separator.mjs +18 -16
  1203. package/dist/js/packages/components/src/components/Separator/Separator.mjs.map +1 -1
  1204. package/dist/js/packages/components/src/components/Separator/Separator.module.mjs +10 -0
  1205. package/dist/js/packages/components/src/components/Separator/Separator.module.mjs.map +1 -0
  1206. package/dist/js/packages/components/src/components/Separator/index.mjs +1 -0
  1207. package/dist/js/packages/components/src/components/SettingsProvider/SettingsProvider.mjs +35 -33
  1208. package/dist/js/packages/components/src/components/SettingsProvider/SettingsProvider.mjs.map +1 -1
  1209. package/dist/js/packages/components/src/components/SettingsProvider/backends/LocalStorageSettingsBackend.mjs +20 -24
  1210. package/dist/js/packages/components/src/components/SettingsProvider/backends/LocalStorageSettingsBackend.mjs.map +1 -1
  1211. package/dist/js/packages/components/src/components/SettingsProvider/backends/settingsBackendFactory.mjs +11 -12
  1212. package/dist/js/packages/components/src/components/SettingsProvider/backends/settingsBackendFactory.mjs.map +1 -1
  1213. package/dist/js/packages/components/src/components/SettingsProvider/index.mjs +1 -0
  1214. package/dist/js/packages/components/src/components/SettingsProvider/middleware/defaultImplementations.mjs +7 -5
  1215. package/dist/js/packages/components/src/components/SettingsProvider/middleware/defaultImplementations.mjs.map +1 -1
  1216. package/dist/js/packages/components/src/components/SettingsProvider/models/ComponentSettings.mjs +29 -32
  1217. package/dist/js/packages/components/src/components/SettingsProvider/models/ComponentSettings.mjs.map +1 -1
  1218. package/dist/js/packages/components/src/components/SettingsProvider/models/SettingsStore.mjs +47 -75
  1219. package/dist/js/packages/components/src/components/SettingsProvider/models/SettingsStore.mjs.map +1 -1
  1220. package/dist/js/packages/components/src/components/Skeleton/Skeleton.mjs +20 -19
  1221. package/dist/js/packages/components/src/components/Skeleton/Skeleton.mjs.map +1 -1
  1222. package/dist/js/packages/components/src/components/Skeleton/Skeleton.module.mjs +10 -0
  1223. package/dist/js/packages/components/src/components/Skeleton/Skeleton.module.mjs.map +1 -0
  1224. package/dist/js/packages/components/src/components/Skeleton/index.mjs +1 -0
  1225. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.mjs +19 -17
  1226. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.mjs.map +1 -1
  1227. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.module.mjs +10 -0
  1228. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.module.mjs.map +1 -0
  1229. package/dist/js/packages/components/src/components/SkeletonText/index.mjs +1 -0
  1230. package/dist/js/packages/components/src/components/Slider/Slider.mjs +105 -142
  1231. package/dist/js/packages/components/src/components/Slider/Slider.mjs.map +1 -1
  1232. package/dist/js/packages/components/src/components/Slider/Slider.module.mjs +19 -0
  1233. package/dist/js/packages/components/src/components/Slider/Slider.module.mjs.map +1 -0
  1234. package/dist/js/packages/components/src/components/Slider/index.mjs +1 -0
  1235. package/dist/js/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.mjs +11 -13
  1236. package/dist/js/packages/components/src/components/SuspenseTrigger/SuspenseTrigger.mjs.map +1 -1
  1237. package/dist/js/packages/components/src/components/SuspenseTrigger/index.mjs +1 -0
  1238. package/dist/js/packages/components/src/components/Switch/Switch.mjs +52 -54
  1239. package/dist/js/packages/components/src/components/Switch/Switch.mjs.map +1 -1
  1240. package/dist/js/packages/components/src/components/Switch/Switch.module.mjs +12 -0
  1241. package/dist/js/packages/components/src/components/Switch/Switch.module.mjs.map +1 -0
  1242. package/dist/js/packages/components/src/components/Switch/index.mjs +1 -0
  1243. package/dist/js/packages/components/src/components/Table/Table.mjs +21 -16
  1244. package/dist/js/packages/components/src/components/Table/Table.mjs.map +1 -1
  1245. package/dist/js/packages/components/src/components/Table/Table.module.mjs +19 -0
  1246. package/dist/js/packages/components/src/components/Table/Table.module.mjs.map +1 -0
  1247. package/dist/js/packages/components/src/components/Table/components/TableBody/TableBody.mjs +18 -12
  1248. package/dist/js/packages/components/src/components/Table/components/TableBody/TableBody.mjs.map +1 -1
  1249. package/dist/js/packages/components/src/components/Table/components/TableBody/index.mjs +1 -0
  1250. package/dist/js/packages/components/src/components/Table/components/TableCell/TableCell.mjs +30 -28
  1251. package/dist/js/packages/components/src/components/Table/components/TableCell/TableCell.mjs.map +1 -1
  1252. package/dist/js/packages/components/src/components/Table/components/TableCell/index.mjs +1 -0
  1253. package/dist/js/packages/components/src/components/Table/components/TableColumn/TableColumn.mjs +25 -19
  1254. package/dist/js/packages/components/src/components/Table/components/TableColumn/TableColumn.mjs.map +1 -1
  1255. package/dist/js/packages/components/src/components/Table/components/TableColumn/index.mjs +1 -0
  1256. package/dist/js/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.mjs +14 -8
  1257. package/dist/js/packages/components/src/components/Table/components/TableFooterRow/TableFooterRow.mjs.map +1 -1
  1258. package/dist/js/packages/components/src/components/Table/components/TableFooterRow/index.mjs +1 -0
  1259. package/dist/js/packages/components/src/components/Table/components/TableHeader/TableHeader.mjs +18 -12
  1260. package/dist/js/packages/components/src/components/Table/components/TableHeader/TableHeader.mjs.map +1 -1
  1261. package/dist/js/packages/components/src/components/Table/components/TableHeader/index.mjs +1 -0
  1262. package/dist/js/packages/components/src/components/Table/components/TableRow/TableRow.mjs +17 -22
  1263. package/dist/js/packages/components/src/components/Table/components/TableRow/TableRow.mjs.map +1 -1
  1264. package/dist/js/packages/components/src/components/Table/components/TableRow/index.mjs +1 -0
  1265. package/dist/js/packages/components/src/components/Table/index.mjs +13 -0
  1266. package/dist/js/packages/components/src/components/Tabs/Tabs.mjs +39 -61
  1267. package/dist/js/packages/components/src/components/Tabs/Tabs.mjs.map +1 -1
  1268. package/dist/js/packages/components/src/components/Tabs/Tabs.module.mjs +10 -0
  1269. package/dist/js/packages/components/src/components/Tabs/Tabs.module.mjs.map +1 -0
  1270. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.mjs +45 -47
  1271. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.mjs.map +1 -1
  1272. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.mjs +7 -0
  1273. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.mjs.map +1 -0
  1274. package/dist/js/packages/components/src/components/Tabs/components/Tab/context.mjs +8 -9
  1275. package/dist/js/packages/components/src/components/Tabs/components/Tab/context.mjs.map +1 -1
  1276. package/dist/js/packages/components/src/components/Tabs/components/Tab/index.mjs +1 -0
  1277. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.mjs +46 -57
  1278. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.mjs.map +1 -1
  1279. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.module.mjs +12 -0
  1280. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.module.mjs.map +1 -0
  1281. package/dist/js/packages/components/src/components/Tabs/components/TabList/index.mjs +1 -0
  1282. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.mjs +45 -23
  1283. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.mjs.map +1 -1
  1284. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.module.mjs +11 -0
  1285. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.module.mjs.map +1 -0
  1286. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/index.mjs +1 -0
  1287. package/dist/js/packages/components/src/components/Tabs/index.mjs +5 -0
  1288. package/dist/js/packages/components/src/components/Text/Text.mjs +56 -56
  1289. package/dist/js/packages/components/src/components/Text/Text.mjs.map +1 -1
  1290. package/dist/js/packages/components/src/components/Text/{Text.module.scss.mjs → Text.module.mjs} +8 -11
  1291. package/dist/js/packages/components/src/components/Text/Text.module.mjs.map +1 -0
  1292. package/dist/js/packages/components/src/components/Text/index.mjs +1 -0
  1293. package/dist/js/packages/components/src/components/TextArea/TextArea.mjs +104 -136
  1294. package/dist/js/packages/components/src/components/TextArea/TextArea.mjs.map +1 -1
  1295. package/dist/js/packages/components/src/components/TextArea/TextArea.module.mjs +12 -0
  1296. package/dist/js/packages/components/src/components/TextArea/TextArea.module.mjs.map +1 -0
  1297. package/dist/js/packages/components/src/components/TextArea/index.mjs +1 -0
  1298. package/dist/js/packages/components/src/components/TextField/TextField.mjs +87 -115
  1299. package/dist/js/packages/components/src/components/TextField/TextField.mjs.map +1 -1
  1300. package/dist/js/packages/components/src/components/TextField/TextField.module.mjs +11 -0
  1301. package/dist/js/packages/components/src/components/TextField/TextField.module.mjs.map +1 -0
  1302. package/dist/js/packages/components/src/components/TextField/index.mjs +1 -0
  1303. package/dist/js/packages/components/src/components/TimeField/TimeField.mjs +30 -27
  1304. package/dist/js/packages/components/src/components/TimeField/TimeField.mjs.map +1 -1
  1305. package/dist/js/packages/components/src/components/TimeField/TimeField.module.mjs +7 -0
  1306. package/dist/js/packages/components/src/components/TimeField/TimeField.module.mjs.map +1 -0
  1307. package/dist/js/packages/components/src/components/TimeField/index.mjs +1 -0
  1308. package/dist/js/packages/components/src/components/Tooltip/Tooltip.mjs +25 -15
  1309. package/dist/js/packages/components/src/components/Tooltip/Tooltip.mjs.map +1 -1
  1310. package/dist/js/packages/components/src/components/Tooltip/Tooltip.module.mjs +11 -0
  1311. package/dist/js/packages/components/src/components/Tooltip/Tooltip.module.mjs.map +1 -0
  1312. package/dist/js/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.mjs +14 -9
  1313. package/dist/js/packages/components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.mjs.map +1 -1
  1314. package/dist/js/packages/components/src/components/Tooltip/components/TooltipTrigger/index.mjs +1 -0
  1315. package/dist/js/packages/components/src/components/Tooltip/index.mjs +3 -0
  1316. package/dist/js/packages/components/src/components/TranslationProvider/TranslationProvider.mjs +14 -10
  1317. package/dist/js/packages/components/src/components/TranslationProvider/TranslationProvider.mjs.map +1 -1
  1318. package/dist/js/packages/components/src/components/TranslationProvider/index.mjs +2 -0
  1319. package/dist/js/packages/components/src/components/TranslationProvider/useLocalizedContextStringFormatter.mjs +9 -12
  1320. package/dist/js/packages/components/src/components/TranslationProvider/useLocalizedContextStringFormatter.mjs.map +1 -1
  1321. package/dist/js/packages/components/src/components/Truncate/Truncate.mjs +28 -18
  1322. package/dist/js/packages/components/src/components/Truncate/Truncate.mjs.map +1 -1
  1323. package/dist/js/packages/components/src/components/Truncate/Truncate.module.mjs +10 -0
  1324. package/dist/js/packages/components/src/components/Truncate/Truncate.module.mjs.map +1 -0
  1325. package/dist/js/packages/components/src/components/Truncate/index.mjs +1 -0
  1326. package/dist/js/packages/components/src/components/TunnelEntry/TunnelEntry.mjs +8 -6
  1327. package/dist/js/packages/components/src/components/TunnelEntry/TunnelEntry.mjs.map +1 -1
  1328. package/dist/js/packages/components/src/components/TunnelEntry/index.mjs +1 -0
  1329. package/dist/js/packages/components/src/components/Wrap/Wrap.mjs +8 -8
  1330. package/dist/js/packages/components/src/components/Wrap/Wrap.mjs.map +1 -1
  1331. package/dist/js/packages/components/src/components/propTypes/index.mjs +86 -88
  1332. package/dist/js/packages/components/src/components/propTypes/index.mjs.map +1 -1
  1333. package/dist/js/packages/components/src/components/public.mjs +407 -0
  1334. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs +23 -22
  1335. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/defaultPasswordCreationPolicy.mjs.map +1 -1
  1336. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs +27 -34
  1337. package/dist/js/packages/components/src/integrations/@mittwald/password-tools-js/usePasswordCreationFieldValidation.mjs.map +1 -1
  1338. package/dist/js/packages/components/src/integrations/nextjs/components/Link/Link.mjs +14 -8
  1339. package/dist/js/packages/components/src/integrations/nextjs/components/Link/Link.mjs.map +1 -1
  1340. package/dist/js/packages/components/src/integrations/nextjs/components/Link/index.mjs +1 -0
  1341. package/dist/js/packages/components/src/integrations/nextjs/components/LinkProvider/LinkProvider.mjs +13 -7
  1342. package/dist/js/packages/components/src/integrations/nextjs/components/LinkProvider/LinkProvider.mjs.map +1 -1
  1343. package/dist/js/packages/components/src/integrations/nextjs/components/LinkProvider/index.mjs +1 -0
  1344. package/dist/js/packages/components/src/integrations/nextjs/components/RouterProvider/RouterProvider.mjs +14 -10
  1345. package/dist/js/packages/components/src/integrations/nextjs/components/RouterProvider/RouterProvider.mjs.map +1 -1
  1346. package/dist/js/packages/components/src/integrations/nextjs/components/RouterProvider/index.mjs +1 -0
  1347. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/Field.mjs +129 -136
  1348. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
  1349. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/hooks/useUpdateFormDefaultValue.mjs +19 -16
  1350. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/hooks/useUpdateFormDefaultValue.mjs.map +1 -1
  1351. package/dist/js/packages/components/src/integrations/react-hook-form/components/Field/index.mjs +1 -0
  1352. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs +79 -105
  1353. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
  1354. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/hooks/useFormSubmitController.mjs +23 -25
  1355. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/hooks/useFormSubmitController.mjs.map +1 -1
  1356. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/hooks/useHotkeySubmit.mjs +13 -15
  1357. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/hooks/useHotkeySubmit.mjs.map +1 -1
  1358. package/dist/js/packages/components/src/integrations/react-hook-form/components/Form/index.mjs +2 -0
  1359. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.mjs +18 -15
  1360. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormAction.mjs.map +1 -1
  1361. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.mjs +30 -31
  1362. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.mjs.map +1 -1
  1363. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.mjs +42 -40
  1364. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.mjs.map +1 -1
  1365. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormAction/index.mjs +1 -0
  1366. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs +34 -47
  1367. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs.map +1 -1
  1368. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/index.mjs +1 -0
  1369. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs +41 -37
  1370. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs.map +1 -1
  1371. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useUpdateReadOnly.mjs +11 -10
  1372. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormContextProvider/useUpdateReadOnly.mjs.map +1 -1
  1373. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.mjs +17 -12
  1374. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.mjs.map +1 -1
  1375. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/index.mjs +1 -0
  1376. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/useFormRootErrorController.mjs +11 -13
  1377. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/useFormRootErrorController.mjs.map +1 -1
  1378. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/useMountedFormRootErrorComponent.mjs +15 -13
  1379. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormRootError/useMountedFormRootErrorComponent.mjs.map +1 -1
  1380. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.mjs +12 -8
  1381. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/FormSettingsProvider.mjs.map +1 -1
  1382. package/dist/js/packages/components/src/integrations/react-hook-form/components/FormSettingsProvider/index.mjs +1 -0
  1383. package/dist/js/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs +14 -9
  1384. package/dist/js/packages/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs.map +1 -1
  1385. package/dist/js/packages/components/src/integrations/react-hook-form/components/ResetButton/index.mjs +1 -0
  1386. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs +16 -10
  1387. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs.map +1 -1
  1388. package/dist/js/packages/components/src/integrations/react-hook-form/components/SubmitButton/index.mjs +1 -0
  1389. package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs +5 -5
  1390. package/dist/js/packages/components/src/integrations/react-hook-form/flags.mjs.map +1 -1
  1391. package/dist/js/packages/components/src/integrations/react-hook-form/lib/FormRootError.mjs +12 -10
  1392. package/dist/js/packages/components/src/integrations/react-hook-form/lib/FormRootError.mjs.map +1 -1
  1393. package/dist/js/packages/components/src/lib/array/toArray.mjs +5 -3
  1394. package/dist/js/packages/components/src/lib/array/toArray.mjs.map +1 -1
  1395. package/dist/js/packages/components/src/lib/componentFactory/flowComponent.mjs +58 -44
  1396. package/dist/js/packages/components/src/lib/componentFactory/flowComponent.mjs.map +1 -1
  1397. package/dist/js/packages/components/src/lib/controller/index.mjs +4 -0
  1398. package/dist/js/packages/components/src/lib/controller/overlay/OverlayContextProvider.mjs +17 -19
  1399. package/dist/js/packages/components/src/lib/controller/overlay/OverlayContextProvider.mjs.map +1 -1
  1400. package/dist/js/packages/components/src/lib/controller/overlay/OverlayController.mjs +115 -141
  1401. package/dist/js/packages/components/src/lib/controller/overlay/OverlayController.mjs.map +1 -1
  1402. package/dist/js/packages/components/src/lib/controller/overlay/context.mjs +7 -6
  1403. package/dist/js/packages/components/src/lib/controller/overlay/context.mjs.map +1 -1
  1404. package/dist/js/packages/components/src/lib/controller/overlay/index.mjs +3 -0
  1405. package/dist/js/packages/components/src/lib/controller/overlay/useCloseOverlayConfirmationController.mjs +25 -30
  1406. package/dist/js/packages/components/src/lib/controller/overlay/useCloseOverlayConfirmationController.mjs.map +1 -1
  1407. package/dist/js/packages/components/src/lib/controller/overlay/useModalController.mjs +7 -11
  1408. package/dist/js/packages/components/src/lib/controller/overlay/useModalController.mjs.map +1 -1
  1409. package/dist/js/packages/components/src/lib/controller/overlay/useOverlayController.mjs +13 -14
  1410. package/dist/js/packages/components/src/lib/controller/overlay/useOverlayController.mjs.map +1 -1
  1411. package/dist/js/packages/components/src/lib/controller/public.mjs +6 -0
  1412. package/dist/js/packages/components/src/lib/date/transformDateValueToDateTime.mjs +11 -10
  1413. package/dist/js/packages/components/src/lib/date/transformDateValueToDateTime.mjs.map +1 -1
  1414. package/dist/js/packages/components/src/lib/date/transformDateValueToFormattedDate.mjs +6 -4
  1415. package/dist/js/packages/components/src/lib/date/transformDateValueToFormattedDate.mjs.map +1 -1
  1416. package/dist/js/packages/components/src/lib/form/isFocused.mjs +6 -4
  1417. package/dist/js/packages/components/src/lib/form/isFocused.mjs.map +1 -1
  1418. package/dist/js/packages/components/src/lib/getContainerBreakpointSizeClassName.mjs +5 -3
  1419. package/dist/js/packages/components/src/lib/getContainerBreakpointSizeClassName.mjs.map +1 -1
  1420. package/dist/js/packages/components/src/lib/hooks/dom/useMakeFocusable.mjs +22 -24
  1421. package/dist/js/packages/components/src/lib/hooks/dom/useMakeFocusable.mjs.map +1 -1
  1422. package/dist/js/packages/components/src/lib/hooks/dom/useObserveOverflow.mjs +37 -41
  1423. package/dist/js/packages/components/src/lib/hooks/dom/useObserveOverflow.mjs.map +1 -1
  1424. package/dist/js/packages/components/src/lib/hooks/index.mjs +6 -0
  1425. package/dist/js/packages/components/src/lib/hooks/public.mjs +9 -0
  1426. package/dist/js/packages/components/src/lib/hooks/useFieldComponent.mjs +23 -28
  1427. package/dist/js/packages/components/src/lib/hooks/useFieldComponent.mjs.map +1 -1
  1428. package/dist/js/packages/components/src/lib/hooks/useFieldError.mjs +40 -47
  1429. package/dist/js/packages/components/src/lib/hooks/useFieldError.mjs.map +1 -1
  1430. package/dist/js/packages/components/src/lib/hooks/useImageSrc.mjs +21 -25
  1431. package/dist/js/packages/components/src/lib/hooks/useImageSrc.mjs.map +1 -1
  1432. package/dist/js/packages/components/src/lib/hooks/useIsMounted.mjs +11 -10
  1433. package/dist/js/packages/components/src/lib/hooks/useIsMounted.mjs.map +1 -1
  1434. package/dist/js/packages/components/src/lib/hooks/useOnChange.mjs +15 -12
  1435. package/dist/js/packages/components/src/lib/hooks/useOnChange.mjs.map +1 -1
  1436. package/dist/js/packages/components/src/lib/hooks/useProps.mjs +26 -35
  1437. package/dist/js/packages/components/src/lib/hooks/useProps.mjs.map +1 -1
  1438. package/dist/js/packages/components/src/lib/hooks/useStatic.mjs +6 -5
  1439. package/dist/js/packages/components/src/lib/hooks/useStatic.mjs.map +1 -1
  1440. package/dist/js/packages/components/src/lib/mobx/mobxMapToObject.mjs +6 -5
  1441. package/dist/js/packages/components/src/lib/mobx/mobxMapToObject.mjs.map +1 -1
  1442. package/dist/js/packages/components/src/lib/mobx/useSelector.mjs +15 -13
  1443. package/dist/js/packages/components/src/lib/mobx/useSelector.mjs.map +1 -1
  1444. package/dist/js/packages/components/src/lib/promises/callFunctionsInOrder.mjs +16 -20
  1445. package/dist/js/packages/components/src/lib/promises/callFunctionsInOrder.mjs.map +1 -1
  1446. package/dist/js/packages/components/src/lib/promises/sleep.mjs +5 -3
  1447. package/dist/js/packages/components/src/lib/promises/sleep.mjs.map +1 -1
  1448. package/dist/js/packages/components/src/lib/propsContext/components/ClearPropsContext.mjs +14 -9
  1449. package/dist/js/packages/components/src/lib/propsContext/components/ClearPropsContext.mjs.map +1 -1
  1450. package/dist/js/packages/components/src/lib/propsContext/components/ComponentPropsContextProvider.mjs +17 -9
  1451. package/dist/js/packages/components/src/lib/propsContext/components/ComponentPropsContextProvider.mjs.map +1 -1
  1452. package/dist/js/packages/components/src/lib/propsContext/components/PropsContextProvider.mjs +19 -17
  1453. package/dist/js/packages/components/src/lib/propsContext/components/PropsContextProvider.mjs.map +1 -1
  1454. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/dynamic.mjs +6 -7
  1455. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/dynamic.mjs.map +1 -1
  1456. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/lib.mjs +6 -5
  1457. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/lib.mjs.map +1 -1
  1458. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/resolveDynamicProps.mjs +14 -17
  1459. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/resolveDynamicProps.mjs.map +1 -1
  1460. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/types.mjs +5 -3
  1461. package/dist/js/packages/components/src/lib/propsContext/dynamicProps/types.mjs.map +1 -1
  1462. package/dist/js/packages/components/src/lib/propsContext/index.mjs +3 -0
  1463. package/dist/js/packages/components/src/lib/propsContext/isFlowComponentName.mjs +6 -5
  1464. package/dist/js/packages/components/src/lib/propsContext/isFlowComponentName.mjs.map +1 -1
  1465. package/dist/js/packages/components/src/lib/propsContext/isFlowComponentProp.mjs +6 -5
  1466. package/dist/js/packages/components/src/lib/propsContext/isFlowComponentProp.mjs.map +1 -1
  1467. package/dist/js/packages/components/src/lib/propsContext/mergePropsContext.mjs +15 -22
  1468. package/dist/js/packages/components/src/lib/propsContext/mergePropsContext.mjs.map +1 -1
  1469. package/dist/js/packages/components/src/lib/propsContext/nestedPropsContext/lib.mjs +17 -22
  1470. package/dist/js/packages/components/src/lib/propsContext/nestedPropsContext/lib.mjs.map +1 -1
  1471. package/dist/js/packages/components/src/lib/propsContext/nestedPropsContext/types.mjs +5 -3
  1472. package/dist/js/packages/components/src/lib/propsContext/nestedPropsContext/types.mjs.map +1 -1
  1473. package/dist/js/packages/components/src/lib/propsContext/propsContext.mjs +9 -8
  1474. package/dist/js/packages/components/src/lib/propsContext/propsContext.mjs.map +1 -1
  1475. package/dist/js/packages/components/src/lib/react/areChildrenEmpty.mjs +9 -11
  1476. package/dist/js/packages/components/src/lib/react/areChildrenEmpty.mjs.map +1 -1
  1477. package/dist/js/packages/components/src/lib/react/cloneElement.mjs +10 -11
  1478. package/dist/js/packages/components/src/lib/react/cloneElement.mjs.map +1 -1
  1479. package/dist/js/packages/components/src/lib/react/components/Render/Render.mjs +7 -6
  1480. package/dist/js/packages/components/src/lib/react/components/Render/Render.mjs.map +1 -1
  1481. package/dist/js/packages/components/src/lib/react/components/Render/index.mjs +1 -0
  1482. package/dist/js/packages/components/src/lib/react/components/Translate/Translate.mjs +8 -8
  1483. package/dist/js/packages/components/src/lib/react/components/Translate/Translate.mjs.map +1 -1
  1484. package/dist/js/packages/components/src/lib/react/components/Translate/index.mjs +1 -0
  1485. package/dist/js/packages/components/src/lib/react/deepFindOfType.mjs +20 -25
  1486. package/dist/js/packages/components/src/lib/react/deepFindOfType.mjs.map +1 -1
  1487. package/dist/js/packages/components/src/lib/react/emitElementValueChange.mjs +19 -19
  1488. package/dist/js/packages/components/src/lib/react/emitElementValueChange.mjs.map +1 -1
  1489. package/dist/js/packages/components/src/lib/react/getPropsMerger.mjs +27 -53
  1490. package/dist/js/packages/components/src/lib/react/getPropsMerger.mjs.map +1 -1
  1491. package/dist/js/packages/components/src/lib/react/remote.mjs +12 -13
  1492. package/dist/js/packages/components/src/lib/react/remote.mjs.map +1 -1
  1493. package/dist/js/packages/components/src/lib/remote/eventHandlerContext.mjs +7 -6
  1494. package/dist/js/packages/components/src/lib/remote/eventHandlerContext.mjs.map +1 -1
  1495. package/dist/js/packages/components/src/lib/remote/useControlledHostValueProps.mjs +30 -27
  1496. package/dist/js/packages/components/src/lib/remote/useControlledHostValueProps.mjs.map +1 -1
  1497. package/dist/js/packages/components/src/lib/remote/useControlledRemoteValueProps.mjs +20 -16
  1498. package/dist/js/packages/components/src/lib/remote/useControlledRemoteValueProps.mjs.map +1 -1
  1499. package/dist/js/packages/components/src/lib/slotContext/SlotContextProvider.mjs +17 -15
  1500. package/dist/js/packages/components/src/lib/slotContext/SlotContextProvider.mjs.map +1 -1
  1501. package/dist/js/packages/components/src/lib/slotContext/slotContext.mjs +7 -6
  1502. package/dist/js/packages/components/src/lib/slotContext/slotContext.mjs.map +1 -1
  1503. package/dist/js/packages/components/src/lib/slotContext/useContextSlot.mjs +6 -5
  1504. package/dist/js/packages/components/src/lib/slotContext/useContextSlot.mjs.map +1 -1
  1505. package/dist/js/packages/components/src/lib/timer/Timer.mjs +56 -64
  1506. package/dist/js/packages/components/src/lib/timer/Timer.mjs.map +1 -1
  1507. package/dist/js/packages/components/src/lib/tokens/CategoricalColors.mjs +6 -7
  1508. package/dist/js/packages/components/src/lib/tokens/CategoricalColors.mjs.map +1 -1
  1509. package/dist/js/packages/components/src/lib/tokens/getCategoricalColorByIndex.mjs +19 -29
  1510. package/dist/js/packages/components/src/lib/tokens/getCategoricalColorByIndex.mjs.map +1 -1
  1511. package/dist/js/packages/components/src/lib/tokens/isCategoricalColor.mjs +6 -6
  1512. package/dist/js/packages/components/src/lib/tokens/isCategoricalColor.mjs.map +1 -1
  1513. package/dist/js/packages/components/src/lib/types/props.mjs +16 -14
  1514. package/dist/js/packages/components/src/lib/types/props.mjs.map +1 -1
  1515. package/dist/js/packages/components/src/lib/viewComponentContext/ViewComponentContextProvider.mjs +18 -17
  1516. package/dist/js/packages/components/src/lib/viewComponentContext/ViewComponentContextProvider.mjs.map +1 -1
  1517. package/dist/js/packages/components/src/lib/viewComponentContext/index.mjs +1 -0
  1518. package/dist/js/packages/components/src/lib/viewComponentContext/viewComponentContext.mjs +6 -7
  1519. package/dist/js/packages/components/src/lib/viewComponentContext/viewComponentContext.mjs.map +1 -1
  1520. package/dist/js/packages/components/src/views/AccordionView.mjs +10 -10
  1521. package/dist/js/packages/components/src/views/AccordionView.mjs.map +1 -1
  1522. package/dist/js/packages/components/src/views/ActionGroupView.mjs +10 -10
  1523. package/dist/js/packages/components/src/views/ActionGroupView.mjs.map +1 -1
  1524. package/dist/js/packages/components/src/views/AvatarView.mjs +10 -10
  1525. package/dist/js/packages/components/src/views/AvatarView.mjs.map +1 -1
  1526. package/dist/js/packages/components/src/views/BadgeView.mjs +10 -10
  1527. package/dist/js/packages/components/src/views/BadgeView.mjs.map +1 -1
  1528. package/dist/js/packages/components/src/views/ButtonView.mjs +10 -10
  1529. package/dist/js/packages/components/src/views/ButtonView.mjs.map +1 -1
  1530. package/dist/js/packages/components/src/views/CheckboxGroupView.mjs +10 -10
  1531. package/dist/js/packages/components/src/views/CheckboxGroupView.mjs.map +1 -1
  1532. package/dist/js/packages/components/src/views/CheckboxView.mjs +10 -10
  1533. package/dist/js/packages/components/src/views/CheckboxView.mjs.map +1 -1
  1534. package/dist/js/packages/components/src/views/ClearPropsContextView.mjs +11 -10
  1535. package/dist/js/packages/components/src/views/ClearPropsContextView.mjs.map +1 -1
  1536. package/dist/js/packages/components/src/views/ContentView.mjs +10 -10
  1537. package/dist/js/packages/components/src/views/ContentView.mjs.map +1 -1
  1538. package/dist/js/packages/components/src/views/ContextMenuContentView.mjs +10 -10
  1539. package/dist/js/packages/components/src/views/ContextMenuContentView.mjs.map +1 -1
  1540. package/dist/js/packages/components/src/views/ContextMenuSectionView.mjs +10 -10
  1541. package/dist/js/packages/components/src/views/ContextMenuSectionView.mjs.map +1 -1
  1542. package/dist/js/packages/components/src/views/ContextMenuTriggerView.mjs +10 -10
  1543. package/dist/js/packages/components/src/views/ContextMenuTriggerView.mjs.map +1 -1
  1544. package/dist/js/packages/components/src/views/ContextMenuView.mjs +10 -10
  1545. package/dist/js/packages/components/src/views/ContextMenuView.mjs.map +1 -1
  1546. package/dist/js/packages/components/src/views/DialogTriggerView.mjs +10 -10
  1547. package/dist/js/packages/components/src/views/DialogTriggerView.mjs.map +1 -1
  1548. package/dist/js/packages/components/src/views/DivView.mjs +10 -10
  1549. package/dist/js/packages/components/src/views/DivView.mjs.map +1 -1
  1550. package/dist/js/packages/components/src/views/FieldErrorView.mjs +10 -10
  1551. package/dist/js/packages/components/src/views/FieldErrorView.mjs.map +1 -1
  1552. package/dist/js/packages/components/src/views/FlexView.mjs +10 -10
  1553. package/dist/js/packages/components/src/views/FlexView.mjs.map +1 -1
  1554. package/dist/js/packages/components/src/views/HeadingView.mjs +10 -10
  1555. package/dist/js/packages/components/src/views/HeadingView.mjs.map +1 -1
  1556. package/dist/js/packages/components/src/views/IconView.mjs +10 -10
  1557. package/dist/js/packages/components/src/views/IconView.mjs.map +1 -1
  1558. package/dist/js/packages/components/src/views/ItemsGridListItemView.mjs +10 -10
  1559. package/dist/js/packages/components/src/views/ItemsGridListItemView.mjs.map +1 -1
  1560. package/dist/js/packages/components/src/views/ItemsGridListView.mjs +10 -10
  1561. package/dist/js/packages/components/src/views/ItemsGridListView.mjs.map +1 -1
  1562. package/dist/js/packages/components/src/views/ListEmptyViewView.mjs +10 -10
  1563. package/dist/js/packages/components/src/views/ListEmptyViewView.mjs.map +1 -1
  1564. package/dist/js/packages/components/src/views/ListItemViewContentView.mjs +10 -10
  1565. package/dist/js/packages/components/src/views/ListItemViewContentView.mjs.map +1 -1
  1566. package/dist/js/packages/components/src/views/LoadingSpinnerView.mjs +10 -10
  1567. package/dist/js/packages/components/src/views/LoadingSpinnerView.mjs.map +1 -1
  1568. package/dist/js/packages/components/src/views/MenuItemView.mjs +10 -10
  1569. package/dist/js/packages/components/src/views/MenuItemView.mjs.map +1 -1
  1570. package/dist/js/packages/components/src/views/MenuTriggerView.mjs +10 -10
  1571. package/dist/js/packages/components/src/views/MenuTriggerView.mjs.map +1 -1
  1572. package/dist/js/packages/components/src/views/OptionView.mjs +10 -10
  1573. package/dist/js/packages/components/src/views/OptionView.mjs.map +1 -1
  1574. package/dist/js/packages/components/src/views/OverlayContentView.mjs +10 -10
  1575. package/dist/js/packages/components/src/views/OverlayContentView.mjs.map +1 -1
  1576. package/dist/js/packages/components/src/views/PopoverContentView.mjs +10 -10
  1577. package/dist/js/packages/components/src/views/PopoverContentView.mjs.map +1 -1
  1578. package/dist/js/packages/components/src/views/RadioGroupView.mjs +10 -10
  1579. package/dist/js/packages/components/src/views/RadioGroupView.mjs.map +1 -1
  1580. package/dist/js/packages/components/src/views/RadioView.mjs +10 -10
  1581. package/dist/js/packages/components/src/views/RadioView.mjs.map +1 -1
  1582. package/dist/js/packages/components/src/views/RangeCalendarView.mjs +10 -10
  1583. package/dist/js/packages/components/src/views/RangeCalendarView.mjs.map +1 -1
  1584. package/dist/js/packages/components/src/views/SearchFieldView.mjs +10 -10
  1585. package/dist/js/packages/components/src/views/SearchFieldView.mjs.map +1 -1
  1586. package/dist/js/packages/components/src/views/SectionView.mjs +10 -10
  1587. package/dist/js/packages/components/src/views/SectionView.mjs.map +1 -1
  1588. package/dist/js/packages/components/src/views/SkeletonTextView.mjs +10 -10
  1589. package/dist/js/packages/components/src/views/SkeletonTextView.mjs.map +1 -1
  1590. package/dist/js/packages/components/src/views/SkeletonView.mjs +10 -10
  1591. package/dist/js/packages/components/src/views/SkeletonView.mjs.map +1 -1
  1592. package/dist/js/packages/components/src/views/TableBodyView.mjs +10 -10
  1593. package/dist/js/packages/components/src/views/TableBodyView.mjs.map +1 -1
  1594. package/dist/js/packages/components/src/views/TableCellView.mjs +10 -10
  1595. package/dist/js/packages/components/src/views/TableCellView.mjs.map +1 -1
  1596. package/dist/js/packages/components/src/views/TableColumnView.mjs +10 -10
  1597. package/dist/js/packages/components/src/views/TableColumnView.mjs.map +1 -1
  1598. package/dist/js/packages/components/src/views/TableHeaderView.mjs +10 -10
  1599. package/dist/js/packages/components/src/views/TableHeaderView.mjs.map +1 -1
  1600. package/dist/js/packages/components/src/views/TableRowView.mjs +10 -10
  1601. package/dist/js/packages/components/src/views/TableRowView.mjs.map +1 -1
  1602. package/dist/js/packages/components/src/views/TableView.mjs +10 -10
  1603. package/dist/js/packages/components/src/views/TableView.mjs.map +1 -1
  1604. package/dist/js/packages/components/src/views/TextView.mjs +10 -10
  1605. package/dist/js/packages/components/src/views/TextView.mjs.map +1 -1
  1606. package/dist/js/packages/components/src/views/TooltipTriggerView.mjs +10 -10
  1607. package/dist/js/packages/components/src/views/TooltipTriggerView.mjs.map +1 -1
  1608. package/dist/js/packages/components/src/views/TooltipView.mjs +10 -10
  1609. package/dist/js/packages/components/src/views/TooltipView.mjs.map +1 -1
  1610. package/dist/js/packages/core/src/file.mjs +12 -13
  1611. package/dist/js/packages/core/src/file.mjs.map +1 -1
  1612. package/dist/js/packages/core/src/index.mjs +1 -0
  1613. package/dist/js/packages/design-tokens/dist/variables.mjs +16720 -0
  1614. package/dist/js/packages/design-tokens/dist/variables.mjs.map +1 -0
  1615. package/dist/js/react-hook-form.mjs +19 -11
  1616. package/dist/types/components/Overlay/Overlay.d.ts.map +1 -1
  1617. package/package.json +18 -18
  1618. package/dist/js/@mittwald/password-tools-js.mjs.map +0 -1
  1619. package/dist/js/_virtual/_.locale.json@16189d7d260d7331b0e0a1936d5c7c52.mjs +0 -12
  1620. package/dist/js/_virtual/_.locale.json@16189d7d260d7331b0e0a1936d5c7c52.mjs.map +0 -1
  1621. package/dist/js/_virtual/_.locale.json@162914df08c90e5e10d2f78b03d9d768.mjs +0 -8
  1622. package/dist/js/_virtual/_.locale.json@162914df08c90e5e10d2f78b03d9d768.mjs.map +0 -1
  1623. package/dist/js/_virtual/_.locale.json@24b745a6ce9353be513d1f98e927d8d3.mjs +0 -16
  1624. package/dist/js/_virtual/_.locale.json@24b745a6ce9353be513d1f98e927d8d3.mjs.map +0 -1
  1625. package/dist/js/_virtual/_.locale.json@24d7079ce80a619bbdda6dfcc8289f94.mjs +0 -8
  1626. package/dist/js/_virtual/_.locale.json@24d7079ce80a619bbdda6dfcc8289f94.mjs.map +0 -1
  1627. package/dist/js/_virtual/_.locale.json@3b9d9e153ad753f427f375d1275fbcad.mjs +0 -8
  1628. package/dist/js/_virtual/_.locale.json@3b9d9e153ad753f427f375d1275fbcad.mjs.map +0 -1
  1629. package/dist/js/_virtual/_.locale.json@3ed2dc50f997451bdd85a713c54e1025.mjs +0 -10
  1630. package/dist/js/_virtual/_.locale.json@3ed2dc50f997451bdd85a713c54e1025.mjs.map +0 -1
  1631. package/dist/js/_virtual/_.locale.json@4119db69ca94e24d796b8e08482bc927.mjs +0 -14
  1632. package/dist/js/_virtual/_.locale.json@4119db69ca94e24d796b8e08482bc927.mjs.map +0 -1
  1633. package/dist/js/_virtual/_.locale.json@48bdcfec6dd32df5dc9f6fa222d33240.mjs +0 -8
  1634. package/dist/js/_virtual/_.locale.json@48bdcfec6dd32df5dc9f6fa222d33240.mjs.map +0 -1
  1635. package/dist/js/_virtual/_.locale.json@51592c7dce2c58889664b6822f25f6d1.mjs +0 -8
  1636. package/dist/js/_virtual/_.locale.json@51592c7dce2c58889664b6822f25f6d1.mjs.map +0 -1
  1637. package/dist/js/_virtual/_.locale.json@51dcf4944c990e2cbe26472300dae78d.mjs +0 -8
  1638. package/dist/js/_virtual/_.locale.json@51dcf4944c990e2cbe26472300dae78d.mjs.map +0 -1
  1639. package/dist/js/_virtual/_.locale.json@656bcfe2b7d48c4324cbdf14a4866b19.mjs +0 -18
  1640. package/dist/js/_virtual/_.locale.json@656bcfe2b7d48c4324cbdf14a4866b19.mjs.map +0 -1
  1641. package/dist/js/_virtual/_.locale.json@6922640321d6c379322b09cbcf0dcdb3.mjs +0 -8
  1642. package/dist/js/_virtual/_.locale.json@6922640321d6c379322b09cbcf0dcdb3.mjs.map +0 -1
  1643. package/dist/js/_virtual/_.locale.json@72ba2ce40f190df671686fec50c04ddf.mjs +0 -18
  1644. package/dist/js/_virtual/_.locale.json@72ba2ce40f190df671686fec50c04ddf.mjs.map +0 -1
  1645. package/dist/js/_virtual/_.locale.json@774f50b2495c87d6d13911bcd596e720.mjs +0 -8
  1646. package/dist/js/_virtual/_.locale.json@774f50b2495c87d6d13911bcd596e720.mjs.map +0 -1
  1647. package/dist/js/_virtual/_.locale.json@849e6f494125ee27df10a461562fa893.mjs +0 -8
  1648. package/dist/js/_virtual/_.locale.json@849e6f494125ee27df10a461562fa893.mjs.map +0 -1
  1649. package/dist/js/_virtual/_.locale.json@8b26c19d587a90f821a2307c8122f6d1.mjs +0 -14
  1650. package/dist/js/_virtual/_.locale.json@8b26c19d587a90f821a2307c8122f6d1.mjs.map +0 -1
  1651. package/dist/js/_virtual/_.locale.json@8d5024994f97657f895a4e2a188d2d8a.mjs +0 -54
  1652. package/dist/js/_virtual/_.locale.json@8d5024994f97657f895a4e2a188d2d8a.mjs.map +0 -1
  1653. package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs +0 -82
  1654. package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs.map +0 -1
  1655. package/dist/js/_virtual/_.locale.json@bb0db7b5021f874310cbe5b6cc3d9cac.mjs +0 -26
  1656. package/dist/js/_virtual/_.locale.json@bb0db7b5021f874310cbe5b6cc3d9cac.mjs.map +0 -1
  1657. package/dist/js/_virtual/_.locale.json@bcca9730cf4e50042f33f85088c4be64.mjs +0 -508
  1658. package/dist/js/_virtual/_.locale.json@bcca9730cf4e50042f33f85088c4be64.mjs.map +0 -1
  1659. package/dist/js/_virtual/_.locale.json@c33938a00f4bfb40e033ada6b54e38f9.mjs +0 -8
  1660. package/dist/js/_virtual/_.locale.json@c33938a00f4bfb40e033ada6b54e38f9.mjs.map +0 -1
  1661. package/dist/js/_virtual/_.locale.json@d7a4ca29c343fa700bb5aa84d322958b.mjs +0 -10
  1662. package/dist/js/_virtual/_.locale.json@d7a4ca29c343fa700bb5aa84d322958b.mjs.map +0 -1
  1663. package/dist/js/_virtual/_.locale.json@df0c8534e2e4f7c6c3d4365218df7347.mjs +0 -8
  1664. package/dist/js/_virtual/_.locale.json@df0c8534e2e4f7c6c3d4365218df7347.mjs.map +0 -1
  1665. package/dist/js/_virtual/_.locale.json@df7be47291f95407e99e7159090958cc.mjs +0 -10
  1666. package/dist/js/_virtual/_.locale.json@df7be47291f95407e99e7159090958cc.mjs.map +0 -1
  1667. package/dist/js/_virtual/_.locale.json@e940efc6da10fdf09417eb079b65a343.mjs +0 -8
  1668. package/dist/js/_virtual/_.locale.json@e940efc6da10fdf09417eb079b65a343.mjs.map +0 -1
  1669. package/dist/js/default.mjs.map +0 -1
  1670. package/dist/js/flr-universal.mjs.map +0 -1
  1671. package/dist/js/internal.mjs.map +0 -1
  1672. package/dist/js/nextjs.mjs.map +0 -1
  1673. package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.scss.mjs +0 -17
  1674. package/dist/js/packages/components/src/components/AccentBox/AccentBox.module.scss.mjs.map +0 -1
  1675. package/dist/js/packages/components/src/components/Accordion/Accordion.module.scss.mjs +0 -23
  1676. package/dist/js/packages/components/src/components/Accordion/Accordion.module.scss.mjs.map +0 -1
  1677. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.module.scss.mjs +0 -19
  1678. package/dist/js/packages/components/src/components/ActionGroup/ActionGroup.module.scss.mjs.map +0 -1
  1679. package/dist/js/packages/components/src/components/Alert/Alert.module.scss.mjs +0 -25
  1680. package/dist/js/packages/components/src/components/Alert/Alert.module.scss.mjs.map +0 -1
  1681. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.scss.mjs +0 -21
  1682. package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.scss.mjs.map +0 -1
  1683. package/dist/js/packages/components/src/components/AlertText/AlertText.module.scss.mjs +0 -21
  1684. package/dist/js/packages/components/src/components/AlertText/AlertText.module.scss.mjs.map +0 -1
  1685. package/dist/js/packages/components/src/components/Align/Align.module.scss.mjs +0 -21
  1686. package/dist/js/packages/components/src/components/Align/Align.module.scss.mjs.map +0 -1
  1687. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.module.scss.mjs +0 -11
  1688. package/dist/js/packages/components/src/components/Autocomplete/Autocomplete.module.scss.mjs.map +0 -1
  1689. package/dist/js/packages/components/src/components/Avatar/Avatar.module.scss.mjs +0 -37
  1690. package/dist/js/packages/components/src/components/Avatar/Avatar.module.scss.mjs.map +0 -1
  1691. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.module.scss.mjs +0 -15
  1692. package/dist/js/packages/components/src/components/AvatarStack/AvatarStack.module.scss.mjs.map +0 -1
  1693. package/dist/js/packages/components/src/components/Badge/Badge.module.scss.mjs +0 -45
  1694. package/dist/js/packages/components/src/components/Badge/Badge.module.scss.mjs.map +0 -1
  1695. package/dist/js/packages/components/src/components/BigNumber/BigNumber.module.scss.mjs +0 -11
  1696. package/dist/js/packages/components/src/components/BigNumber/BigNumber.module.scss.mjs.map +0 -1
  1697. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.scss.mjs +0 -24
  1698. package/dist/js/packages/components/src/components/Breadcrumb/Breadcrumb.module.scss.mjs.map +0 -1
  1699. package/dist/js/packages/components/src/components/Button/Button.module.scss.mjs +0 -54
  1700. package/dist/js/packages/components/src/components/Button/Button.module.scss.mjs.map +0 -1
  1701. package/dist/js/packages/components/src/components/Calendar/Calendar.module.scss.mjs +0 -11
  1702. package/dist/js/packages/components/src/components/Calendar/Calendar.module.scss.mjs.map +0 -1
  1703. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.module.scss.mjs +0 -13
  1704. package/dist/js/packages/components/src/components/CartesianChart/CartesianChart.module.scss.mjs.map +0 -1
  1705. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.scss.mjs +0 -11
  1706. package/dist/js/packages/components/src/components/CartesianChart/components/ChartTooltip/ChartTooltip.module.scss.mjs.map +0 -1
  1707. package/dist/js/packages/components/src/components/Chat/Chat.module.scss.mjs +0 -19
  1708. package/dist/js/packages/components/src/components/Chat/Chat.module.scss.mjs.map +0 -1
  1709. package/dist/js/packages/components/src/components/Checkbox/Checkbox.module.scss.mjs +0 -13
  1710. package/dist/js/packages/components/src/components/Checkbox/Checkbox.module.scss.mjs.map +0 -1
  1711. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.module.scss.mjs +0 -15
  1712. package/dist/js/packages/components/src/components/CheckboxButton/CheckboxButton.module.scss.mjs.map +0 -1
  1713. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.module.scss.mjs +0 -13
  1714. package/dist/js/packages/components/src/components/CheckboxGroup/CheckboxGroup.module.scss.mjs.map +0 -1
  1715. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.scss.mjs +0 -11
  1716. package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.module.scss.mjs.map +0 -1
  1717. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.scss.mjs +0 -13
  1718. package/dist/js/packages/components/src/components/CodeEditor/CodeEditor.module.scss.mjs.map +0 -1
  1719. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/dotEnv.grammar.mjs +0 -22
  1720. package/dist/js/packages/components/src/components/CodeEditor/languages/dotEnv/dotEnv.grammar.mjs.map +0 -1
  1721. package/dist/js/packages/components/src/components/Color/Color.module.scss.mjs +0 -25
  1722. package/dist/js/packages/components/src/components/Color/Color.module.scss.mjs.map +0 -1
  1723. package/dist/js/packages/components/src/components/ColumnLayout/ColumnLayout.module.scss.mjs.map +0 -1
  1724. package/dist/js/packages/components/src/components/ComboBox/ComboBox.module.scss.mjs +0 -13
  1725. package/dist/js/packages/components/src/components/ComboBox/ComboBox.module.scss.mjs.map +0 -1
  1726. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.module.scss.mjs +0 -13
  1727. package/dist/js/packages/components/src/components/ContextMenu/ContextMenu.module.scss.mjs.map +0 -1
  1728. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.module.scss.mjs +0 -9
  1729. package/dist/js/packages/components/src/components/ContextualHelp/ContextualHelp.module.scss.mjs.map +0 -1
  1730. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.module.scss.mjs +0 -9
  1731. package/dist/js/packages/components/src/components/CounterBadge/CounterBadge.module.scss.mjs.map +0 -1
  1732. package/dist/js/packages/components/src/components/DatePicker/DatePicker.module.scss.mjs +0 -9
  1733. package/dist/js/packages/components/src/components/DatePicker/DatePicker.module.scss.mjs.map +0 -1
  1734. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.scss.mjs +0 -9
  1735. package/dist/js/packages/components/src/components/DatePicker/components/DateInput/DateInput.module.scss.mjs.map +0 -1
  1736. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.module.scss.mjs +0 -9
  1737. package/dist/js/packages/components/src/components/DateRangePicker/DateRangePicker.module.scss.mjs.map +0 -1
  1738. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.scss.mjs +0 -9
  1739. package/dist/js/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.module.scss.mjs.map +0 -1
  1740. package/dist/js/packages/components/src/components/DonutChart/DonutChart.module.scss.mjs +0 -38
  1741. package/dist/js/packages/components/src/components/DonutChart/DonutChart.module.scss.mjs.map +0 -1
  1742. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.module.scss.mjs +0 -11
  1743. package/dist/js/packages/components/src/components/EmulatedBoldText/EmulatedBoldText.module.scss.mjs.map +0 -1
  1744. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.module.scss.mjs +0 -9
  1745. package/dist/js/packages/components/src/components/FieldDescription/FieldDescription.module.scss.mjs.map +0 -1
  1746. package/dist/js/packages/components/src/components/FieldError/FieldError.module.scss.mjs +0 -9
  1747. package/dist/js/packages/components/src/components/FieldError/FieldError.module.scss.mjs.map +0 -1
  1748. package/dist/js/packages/components/src/components/FileCard/FileCard.module.scss.mjs +0 -19
  1749. package/dist/js/packages/components/src/components/FileCard/FileCard.module.scss.mjs.map +0 -1
  1750. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.module.scss.mjs +0 -17
  1751. package/dist/js/packages/components/src/components/FileDropZone/FileDropZone.module.scss.mjs.map +0 -1
  1752. package/dist/js/packages/components/src/components/FileField/components/FileInput.module.scss.mjs +0 -11
  1753. package/dist/js/packages/components/src/components/FileField/components/FileInput.module.scss.mjs.map +0 -1
  1754. package/dist/js/packages/components/src/components/Flex/Flex.module.scss.mjs +0 -9
  1755. package/dist/js/packages/components/src/components/Flex/Flex.module.scss.mjs.map +0 -1
  1756. package/dist/js/packages/components/src/components/FormField/FormField.module.scss.mjs +0 -15
  1757. package/dist/js/packages/components/src/components/FormField/FormField.module.scss.mjs.map +0 -1
  1758. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.scss.mjs +0 -19
  1759. package/dist/js/packages/components/src/components/HeaderNavigation/HeaderNavigation.module.scss.mjs.map +0 -1
  1760. package/dist/js/packages/components/src/components/Heading/Heading.module.scss.mjs +0 -33
  1761. package/dist/js/packages/components/src/components/Heading/Heading.module.scss.mjs.map +0 -1
  1762. package/dist/js/packages/components/src/components/Icon/Icon.module.scss.mjs +0 -23
  1763. package/dist/js/packages/components/src/components/Icon/Icon.module.scss.mjs.map +0 -1
  1764. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.scss.mjs +0 -31
  1765. package/dist/js/packages/components/src/components/IllustratedMessage/IllustratedMessage.module.scss.mjs.map +0 -1
  1766. package/dist/js/packages/components/src/components/Image/Image.module.scss.mjs +0 -13
  1767. package/dist/js/packages/components/src/components/Image/Image.module.scss.mjs.map +0 -1
  1768. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.scss.mjs +0 -11
  1769. package/dist/js/packages/components/src/components/ImageCropper/ImageCropper.module.scss.mjs.map +0 -1
  1770. package/dist/js/packages/components/src/components/Initials/Initials.module.scss.mjs +0 -9
  1771. package/dist/js/packages/components/src/components/Initials/Initials.module.scss.mjs.map +0 -1
  1772. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.scss.mjs +0 -15
  1773. package/dist/js/packages/components/src/components/InlineCode/InlineCode.module.scss.mjs.map +0 -1
  1774. package/dist/js/packages/components/src/components/Kbd/Kbd.module.scss.mjs +0 -15
  1775. package/dist/js/packages/components/src/components/Kbd/Kbd.module.scss.mjs.map +0 -1
  1776. package/dist/js/packages/components/src/components/Label/Label.module.scss.mjs +0 -15
  1777. package/dist/js/packages/components/src/components/Label/Label.module.scss.mjs.map +0 -1
  1778. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.module.scss.mjs +0 -13
  1779. package/dist/js/packages/components/src/components/LabeledValue/LabeledValue.module.scss.mjs.map +0 -1
  1780. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.module.scss.mjs +0 -13
  1781. package/dist/js/packages/components/src/components/LayoutCard/LayoutCard.module.scss.mjs.map +0 -1
  1782. package/dist/js/packages/components/src/components/Legend/Legend.module.scss.mjs +0 -9
  1783. package/dist/js/packages/components/src/components/Legend/Legend.module.scss.mjs.map +0 -1
  1784. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs +0 -11
  1785. package/dist/js/packages/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs.map +0 -1
  1786. package/dist/js/packages/components/src/components/LightBox/LightBox.module.scss.mjs +0 -17
  1787. package/dist/js/packages/components/src/components/LightBox/LightBox.module.scss.mjs.map +0 -1
  1788. package/dist/js/packages/components/src/components/Link/Link.module.scss.mjs +0 -22
  1789. package/dist/js/packages/components/src/components/Link/Link.module.scss.mjs.map +0 -1
  1790. package/dist/js/packages/components/src/components/List/List.module.css.mjs +0 -11
  1791. package/dist/js/packages/components/src/components/List/List.module.css.mjs.map +0 -1
  1792. package/dist/js/packages/components/src/components/List/components/Footer/Footer.module.scss.mjs +0 -9
  1793. package/dist/js/packages/components/src/components/List/components/Footer/Footer.module.scss.mjs.map +0 -1
  1794. package/dist/js/packages/components/src/components/List/components/Header/Header.module.css.mjs +0 -23
  1795. package/dist/js/packages/components/src/components/List/components/Header/Header.module.css.mjs.map +0 -1
  1796. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.module.scss.mjs +0 -8
  1797. package/dist/js/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.module.scss.mjs.map +0 -1
  1798. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.module.scss.mjs +0 -9
  1799. package/dist/js/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.module.scss.mjs.map +0 -1
  1800. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.module.scss.mjs +0 -9
  1801. package/dist/js/packages/components/src/components/List/components/Header/components/SearchField/SearchField.module.scss.mjs.map +0 -1
  1802. package/dist/js/packages/components/src/components/List/components/Items/Items.module.scss.mjs +0 -15
  1803. package/dist/js/packages/components/src/components/List/components/Items/Items.module.scss.mjs.map +0 -1
  1804. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.scss.mjs +0 -15
  1805. package/dist/js/packages/components/src/components/List/components/Items/components/Item/Item.module.scss.mjs.map +0 -1
  1806. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.module.scss.mjs +0 -43
  1807. package/dist/js/packages/components/src/components/List/components/ListItemView/ListItemView.module.scss.mjs.map +0 -1
  1808. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.module.scss.mjs +0 -13
  1809. package/dist/js/packages/components/src/components/List/components/ListSummary/ListSummary.module.scss.mjs.map +0 -1
  1810. package/dist/js/packages/components/src/components/List/components/Table/Table.module.css.mjs +0 -17
  1811. package/dist/js/packages/components/src/components/List/components/Table/Table.module.css.mjs.map +0 -1
  1812. package/dist/js/packages/components/src/components/List/model/types.mjs +0 -6
  1813. package/dist/js/packages/components/src/components/List/model/types.mjs.map +0 -1
  1814. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.scss.mjs +0 -17
  1815. package/dist/js/packages/components/src/components/LoadingSpinner/LoadingSpinner.module.scss.mjs.map +0 -1
  1816. package/dist/js/packages/components/src/components/Markdown/Markdown.module.scss.mjs +0 -9
  1817. package/dist/js/packages/components/src/components/Markdown/Markdown.module.scss.mjs.map +0 -1
  1818. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.module.scss.mjs +0 -19
  1819. package/dist/js/packages/components/src/components/MarkdownEditor/MarkdownEditor.module.scss.mjs.map +0 -1
  1820. package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.scss.mjs +0 -22
  1821. package/dist/js/packages/components/src/components/MenuItem/MenuItem.module.scss.mjs.map +0 -1
  1822. package/dist/js/packages/components/src/components/Message/Message.module.scss.mjs +0 -31
  1823. package/dist/js/packages/components/src/components/Message/Message.module.scss.mjs.map +0 -1
  1824. package/dist/js/packages/components/src/components/MessageThread/MessageThread.module.scss.mjs +0 -15
  1825. package/dist/js/packages/components/src/components/MessageThread/MessageThread.module.scss.mjs.map +0 -1
  1826. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.module.scss.mjs +0 -13
  1827. package/dist/js/packages/components/src/components/MessageThread/components/MessageSeparator/MessageSeparator.module.scss.mjs.map +0 -1
  1828. package/dist/js/packages/components/src/components/Modal/Modal.module.scss.mjs +0 -30
  1829. package/dist/js/packages/components/src/components/Modal/Modal.module.scss.mjs.map +0 -1
  1830. package/dist/js/packages/components/src/components/Navigation/Navigation.module.scss.mjs +0 -15
  1831. package/dist/js/packages/components/src/components/Navigation/Navigation.module.scss.mjs.map +0 -1
  1832. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.module.scss.mjs +0 -13
  1833. package/dist/js/packages/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.module.scss.mjs.map +0 -1
  1834. package/dist/js/packages/components/src/components/Notification/Notification.module.scss.mjs +0 -31
  1835. package/dist/js/packages/components/src/components/Notification/Notification.module.scss.mjs.map +0 -1
  1836. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.scss.mjs +0 -11
  1837. package/dist/js/packages/components/src/components/NotificationProvider/NotificationContainer/NotificationContainer.module.scss.mjs.map +0 -1
  1838. package/dist/js/packages/components/src/components/NumberField/NumberField.module.scss.mjs +0 -17
  1839. package/dist/js/packages/components/src/components/NumberField/NumberField.module.scss.mjs.map +0 -1
  1840. package/dist/js/packages/components/src/components/Option/Option.module.scss.mjs +0 -8
  1841. package/dist/js/packages/components/src/components/Option/Option.module.scss.mjs.map +0 -1
  1842. package/dist/js/packages/components/src/components/Options/Options.module.scss.mjs +0 -11
  1843. package/dist/js/packages/components/src/components/Options/Options.module.scss.mjs.map +0 -1
  1844. package/dist/js/packages/components/src/components/Overlay/Overlay.module.scss.mjs +0 -11
  1845. package/dist/js/packages/components/src/components/Overlay/Overlay.module.scss.mjs.map +0 -1
  1846. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.module.scss.mjs +0 -15
  1847. package/dist/js/packages/components/src/components/PasswordCreationField/PasswordCreationField.module.scss.mjs.map +0 -1
  1848. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.module.scss.mjs +0 -23
  1849. package/dist/js/packages/components/src/components/PasswordCreationField/components/ComplexityIndicator/ComplexityIndicator.module.scss.mjs.map +0 -1
  1850. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.module.scss.mjs +0 -9
  1851. package/dist/js/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.module.scss.mjs.map +0 -1
  1852. package/dist/js/packages/components/src/components/Popover/Popover.module.scss.mjs +0 -12
  1853. package/dist/js/packages/components/src/components/Popover/Popover.module.scss.mjs.map +0 -1
  1854. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.module.scss.mjs +0 -30
  1855. package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.module.scss.mjs.map +0 -1
  1856. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.module.scss.mjs +0 -9
  1857. package/dist/js/packages/components/src/components/RadioGroup/RadioGroup.module.scss.mjs.map +0 -1
  1858. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.module.scss.mjs +0 -11
  1859. package/dist/js/packages/components/src/components/RadioGroup/components/Radio/Radio.module.scss.mjs.map +0 -1
  1860. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.scss.mjs +0 -13
  1861. package/dist/js/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.module.scss.mjs.map +0 -1
  1862. package/dist/js/packages/components/src/components/Rating/Rating.module.scss.mjs +0 -21
  1863. package/dist/js/packages/components/src/components/Rating/Rating.module.scss.mjs.map +0 -1
  1864. package/dist/js/packages/components/src/components/SearchField/SearchField.module.scss.mjs +0 -19
  1865. package/dist/js/packages/components/src/components/SearchField/SearchField.module.scss.mjs.map +0 -1
  1866. package/dist/js/packages/components/src/components/Section/Section.module.scss.mjs +0 -13
  1867. package/dist/js/packages/components/src/components/Section/Section.module.scss.mjs.map +0 -1
  1868. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.module.scss.mjs +0 -11
  1869. package/dist/js/packages/components/src/components/Section/components/SectionHeader/SectionHeader.module.scss.mjs.map +0 -1
  1870. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.module.scss.mjs +0 -20
  1871. package/dist/js/packages/components/src/components/SegmentedControl/SegmentedControl.module.scss.mjs.map +0 -1
  1872. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.module.scss.mjs +0 -11
  1873. package/dist/js/packages/components/src/components/SegmentedControl/components/Segment/Segment.module.scss.mjs.map +0 -1
  1874. package/dist/js/packages/components/src/components/Select/Select.module.scss.mjs +0 -11
  1875. package/dist/js/packages/components/src/components/Select/Select.module.scss.mjs.map +0 -1
  1876. package/dist/js/packages/components/src/components/Separator/Separator.module.scss.mjs +0 -11
  1877. package/dist/js/packages/components/src/components/Separator/Separator.module.scss.mjs.map +0 -1
  1878. package/dist/js/packages/components/src/components/Skeleton/Skeleton.module.scss.mjs +0 -8
  1879. package/dist/js/packages/components/src/components/Skeleton/Skeleton.module.scss.mjs.map +0 -1
  1880. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.module.scss.mjs +0 -8
  1881. package/dist/js/packages/components/src/components/SkeletonText/SkeletonText.module.scss.mjs.map +0 -1
  1882. package/dist/js/packages/components/src/components/Slider/Slider.module.scss.mjs +0 -29
  1883. package/dist/js/packages/components/src/components/Slider/Slider.module.scss.mjs.map +0 -1
  1884. package/dist/js/packages/components/src/components/Switch/Switch.module.scss.mjs +0 -13
  1885. package/dist/js/packages/components/src/components/Switch/Switch.module.scss.mjs.map +0 -1
  1886. package/dist/js/packages/components/src/components/Table/Table.module.scss.mjs +0 -26
  1887. package/dist/js/packages/components/src/components/Table/Table.module.scss.mjs.map +0 -1
  1888. package/dist/js/packages/components/src/components/Tabs/Tabs.module.scss.mjs +0 -8
  1889. package/dist/js/packages/components/src/components/Tabs/Tabs.module.scss.mjs.map +0 -1
  1890. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.scss.mjs +0 -9
  1891. package/dist/js/packages/components/src/components/Tabs/components/Tab/Tab.module.scss.mjs.map +0 -1
  1892. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.module.scss.mjs +0 -15
  1893. package/dist/js/packages/components/src/components/Tabs/components/TabList/TabList.module.scss.mjs.map +0 -1
  1894. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.module.scss.mjs +0 -13
  1895. package/dist/js/packages/components/src/components/Tabs/components/TabTitle/TabTitle.module.scss.mjs.map +0 -1
  1896. package/dist/js/packages/components/src/components/Text/Text.module.scss.mjs.map +0 -1
  1897. package/dist/js/packages/components/src/components/TextArea/TextArea.module.scss.mjs +0 -15
  1898. package/dist/js/packages/components/src/components/TextArea/TextArea.module.scss.mjs.map +0 -1
  1899. package/dist/js/packages/components/src/components/TextField/TextField.module.scss.mjs +0 -13
  1900. package/dist/js/packages/components/src/components/TextField/TextField.module.scss.mjs.map +0 -1
  1901. package/dist/js/packages/components/src/components/TimeField/TimeField.module.scss.mjs +0 -9
  1902. package/dist/js/packages/components/src/components/TimeField/TimeField.module.scss.mjs.map +0 -1
  1903. package/dist/js/packages/components/src/components/Tooltip/Tooltip.module.scss.mjs +0 -10
  1904. package/dist/js/packages/components/src/components/Tooltip/Tooltip.module.scss.mjs.map +0 -1
  1905. package/dist/js/packages/components/src/components/Truncate/Truncate.module.scss.mjs +0 -11
  1906. package/dist/js/packages/components/src/components/Truncate/Truncate.module.scss.mjs.map +0 -1
  1907. package/dist/js/packages/design-tokens/dist/variables.json.mjs +0 -15
  1908. package/dist/js/packages/design-tokens/dist/variables.json.mjs.map +0 -1
  1909. package/dist/js/react-hook-form.mjs.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variables.mjs","names":[],"sources":["../../../../../../design-tokens/dist/variables.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\": \"4px\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#222222\",\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\": \"{size-rem.m}\",\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 \"accent-solid-background-color\": {\n \"default\": {\n \"key\": \"{button.accent-solid-background-color.default}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-background-color.default}\",\n \"key\": \"{button.accent-solid-background-color.default}\"\n },\n \"name\": \"ButtonAccentSolidBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-solid-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-solid-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.accent-solid-background-color.hover}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-background-color.hover}\",\n \"key\": \"{button.accent-solid-background-color.hover}\"\n },\n \"name\": \"ButtonAccentSolidBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-solid-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"accent-solid-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.accent-solid-background-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-background-color.pressed}\",\n \"key\": \"{button.accent-solid-background-color.pressed}\"\n },\n \"name\": \"ButtonAccentSolidBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-solid-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"accent-solid-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-solid-background-color.disabled}\",\n \"value\": \"#E6E6E6\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-background-color}\",\n \"key\": \"{button.accent-solid-background-color.disabled}\"\n },\n \"name\": \"ButtonAccentSolidBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-solid-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-solid-background-color\",\n \"disabled\"\n ]\n }\n },\n \"accent-solid-content-color\": {\n \"default\": {\n \"key\": \"{button.accent-solid-content-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-content-color}\",\n \"key\": \"{button.accent-solid-content-color.default}\"\n },\n \"name\": \"ButtonAccentSolidContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-solid-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-solid-content-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.accent-solid-content-color.hover}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-content-color}\",\n \"key\": \"{button.accent-solid-content-color.hover}\"\n },\n \"name\": \"ButtonAccentSolidContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-solid-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"accent-solid-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.accent-solid-content-color.pressed}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-solid-content-color}\",\n \"key\": \"{button.accent-solid-content-color.pressed}\"\n },\n \"name\": \"ButtonAccentSolidContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-solid-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"accent-solid-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-solid-content-color.disabled}\",\n \"value\": \"#B1B1B1\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-solid-content-color}\",\n \"key\": \"{button.accent-solid-content-color.disabled}\"\n },\n \"name\": \"ButtonAccentSolidContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-solid-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-solid-content-color\",\n \"disabled\"\n ]\n }\n },\n \"accent-plain-background-color\": {\n \"default\": {\n \"key\": \"{button.accent-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.accent-plain-background-color.default}\"\n },\n \"name\": \"ButtonAccentPlainBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-plain-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-plain-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.accent-plain-background-color.hover}\",\n \"value\": \"#DCFFF4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-background-color.hover}\",\n \"key\": \"{button.accent-plain-background-color.hover}\"\n },\n \"name\": \"ButtonAccentPlainBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-plain-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"accent-plain-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.accent-plain-background-color.pressed}\",\n \"value\": \"#C0FFEB\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-background-color.pressed}\",\n \"key\": \"{button.accent-plain-background-color.pressed}\"\n },\n \"name\": \"ButtonAccentPlainBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-plain-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"accent-plain-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-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.accent-plain-background-color.disabled}\"\n },\n \"name\": \"ButtonAccentPlainBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-plain-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-plain-background-color\",\n \"disabled\"\n ]\n }\n },\n \"accent-plain-content-color\": {\n \"default\": {\n \"key\": \"{button.accent-plain-content-color.default}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-content-color}\",\n \"key\": \"{button.accent-plain-content-color.default}\"\n },\n \"name\": \"ButtonAccentPlainContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-plain-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-plain-content-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.accent-plain-content-color.hover}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-content-color}\",\n \"key\": \"{button.accent-plain-content-color.hover}\"\n },\n \"name\": \"ButtonAccentPlainContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-plain-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"accent-plain-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.accent-plain-content-color.pressed}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-plain-content-color}\",\n \"key\": \"{button.accent-plain-content-color.pressed}\"\n },\n \"name\": \"ButtonAccentPlainContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-plain-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"accent-plain-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-plain-content-color.disabled}\",\n \"value\": \"#E6E6E6\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-plain-content-color}\",\n \"key\": \"{button.accent-plain-content-color.disabled}\"\n },\n \"name\": \"ButtonAccentPlainContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-plain-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-plain-content-color\",\n \"disabled\"\n ]\n }\n },\n \"accent-soft-background-color\": {\n \"default\": {\n \"key\": \"{button.accent-soft-background-color.default}\",\n \"value\": \"#DCFFF4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-background-color.default}\",\n \"key\": \"{button.accent-soft-background-color.default}\"\n },\n \"name\": \"ButtonAccentSoftBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-soft-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-soft-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.accent-soft-background-color.hover}\",\n \"value\": \"#C0FFEB\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-background-color.hover}\",\n \"key\": \"{button.accent-soft-background-color.hover}\"\n },\n \"name\": \"ButtonAccentSoftBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-soft-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"accent-soft-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.accent-soft-background-color.pressed}\",\n \"value\": \"#87FFDA\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-background-color.pressed}\",\n \"key\": \"{button.accent-soft-background-color.pressed}\"\n },\n \"name\": \"ButtonAccentSoftBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-soft-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"accent-soft-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-soft-background-color.disabled}\",\n \"value\": \"#F8F8F8\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-background-color}\",\n \"key\": \"{button.accent-soft-background-color.disabled}\"\n },\n \"name\": \"ButtonAccentSoftBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-soft-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-soft-background-color\",\n \"disabled\"\n ]\n }\n },\n \"accent-soft-content-color\": {\n \"default\": {\n \"key\": \"{button.accent-soft-content-color.default}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-content-color.default}\",\n \"key\": \"{button.accent-soft-content-color.default}\"\n },\n \"name\": \"ButtonAccentSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-soft-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-soft-content-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.accent-soft-content-color.hover}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-content-color.default}\",\n \"key\": \"{button.accent-soft-content-color.hover}\"\n },\n \"name\": \"ButtonAccentSoftContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-soft-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"accent-soft-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.accent-soft-content-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-content-color.pressed}\",\n \"key\": \"{button.accent-soft-content-color.pressed}\"\n },\n \"name\": \"ButtonAccentSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-soft-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"accent-soft-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-soft-content-color.disabled}\",\n \"value\": \"#D5D5D5\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-content-color}\",\n \"key\": \"{button.accent-soft-content-color.disabled}\"\n },\n \"name\": \"ButtonAccentSoftContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-soft-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-soft-content-color\",\n \"disabled\"\n ]\n }\n },\n \"accent-outline-background-color\": {\n \"default\": {\n \"key\": \"{button.accent-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.accent-outline-background-color.default}\"\n },\n \"name\": \"ButtonAccentOutlineBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-background-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.accent-outline-background-color.hover}\",\n \"value\": \"#DCFFF4\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-background-color.hover}\",\n \"key\": \"{button.accent-outline-background-color.hover}\"\n },\n \"name\": \"ButtonAccentOutlineBackgroundColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-background-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-background-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.accent-outline-background-color.pressed}\",\n \"value\": \"#C0FFEB\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-background-color.pressed}\",\n \"key\": \"{button.accent-outline-background-color.pressed}\"\n },\n \"name\": \"ButtonAccentOutlineBackgroundColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-background-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-background-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-outline-background-color.disabled}\",\n \"value\": \"#F8F8F8\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-background-color}\",\n \"key\": \"{button.accent-outline-background-color.disabled}\"\n },\n \"name\": \"ButtonAccentOutlineBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-background-color\",\n \"disabled\"\n ]\n }\n },\n \"accent-outline-content-color\": {\n \"default\": {\n \"key\": \"{button.accent-outline-content-color.default}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-border-color}\",\n \"key\": \"{button.accent-outline-content-color.default}\"\n },\n \"name\": \"ButtonAccentOutlineContentColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-content-color\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{button.accent-outline-content-color.hover}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-border-color}\",\n \"key\": \"{button.accent-outline-content-color.hover}\"\n },\n \"name\": \"ButtonAccentOutlineContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.accent-outline-content-color.pressed}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-border-color}\",\n \"key\": \"{button.accent-outline-content-color.pressed}\"\n },\n \"name\": \"ButtonAccentOutlineContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-outline-content-color.disabled}\",\n \"value\": \"#D5D5D5\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-content-color}\",\n \"key\": \"{button.accent-outline-content-color.disabled}\"\n },\n \"name\": \"ButtonAccentOutlineContentColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-content-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-content-color\",\n \"disabled\"\n ]\n }\n },\n \"accent-outline-border-color\": {\n \"default\": {\n \"key\": \"{button.accent-outline-border-color.default}\",\n \"value\": \"#00825B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-outline-border-color}\",\n \"key\": \"{button.accent-outline-border-color.default}\"\n },\n \"name\": \"ButtonAccentOutlineBorderColorDefault\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-border-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"button\",\n \"accent-outline-border-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.accent-outline-border-color.disabled}\",\n \"value\": \"#E6E6E6\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-outline-border-color}\",\n \"key\": \"{button.accent-outline-border-color.disabled}\"\n },\n \"name\": \"ButtonAccentOutlineBorderColorDisabled\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"accent-outline-border-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"button\",\n \"accent-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\": \"#0054F5\",\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\": \"#003FB8\",\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\": \"#002A7B\",\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\": \"#E6E6E6\",\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\": \"#FFFFFF\",\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 \"hover\": {\n \"key\": \"{button.primary-solid-content-color.hover}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-content-color}\",\n \"key\": \"{button.primary-solid-content-color.hover}\"\n },\n \"name\": \"ButtonPrimarySolidContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-solid-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"primary-solid-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.primary-solid-content-color.pressed}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-solid-content-color}\",\n \"key\": \"{button.primary-solid-content-color.pressed}\"\n },\n \"name\": \"ButtonPrimarySolidContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-solid-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"primary-solid-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-solid-content-color.disabled}\",\n \"value\": \"#B1B1B1\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#0054F5\",\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 \"hover\": {\n \"key\": \"{button.primary-plain-content-color.hover}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-plain-content-color}\",\n \"key\": \"{button.primary-plain-content-color.hover}\"\n },\n \"name\": \"ButtonPrimaryPlainContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-plain-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"primary-plain-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.primary-plain-content-color.pressed}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-plain-content-color}\",\n \"key\": \"{button.primary-plain-content-color.pressed}\"\n },\n \"name\": \"ButtonPrimaryPlainContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-plain-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"primary-plain-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-plain-content-color.disabled}\",\n \"value\": \"#E6E6E6\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#ABC6FF\",\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\": \"#F8F8F8\",\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\": \"#003FB8\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-soft-content-color.default}\",\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 \"hover\": {\n \"key\": \"{button.primary-soft-content-color.hover}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-soft-content-color.default}\",\n \"key\": \"{button.primary-soft-content-color.hover}\"\n },\n \"name\": \"ButtonPrimarySoftContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-soft-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"primary-soft-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.primary-soft-content-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-soft-content-color.pressed}\",\n \"key\": \"{button.primary-soft-content-color.pressed}\"\n },\n \"name\": \"ButtonPrimarySoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-soft-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"primary-soft-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-soft-content-color.disabled}\",\n \"value\": \"#D5D5D5\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#F8F8F8\",\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\": \"#0054F5\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-outline-border-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 \"hover\": {\n \"key\": \"{button.primary-outline-content-color.hover}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-outline-border-color}\",\n \"key\": \"{button.primary-outline-content-color.hover}\"\n },\n \"name\": \"ButtonPrimaryOutlineContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.primary-outline-content-color.pressed}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-outline-border-color}\",\n \"key\": \"{button.primary-outline-content-color.pressed}\"\n },\n \"name\": \"ButtonPrimaryOutlineContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"primary-outline-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"primary-outline-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.primary-outline-content-color.disabled}\",\n \"value\": \"#D5D5D5\",\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\": \"#0054F5\",\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\": \"#E6E6E6\",\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\": \"#6D6D6D\",\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\": \"#464646\",\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\": \"#222222\",\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\": \"#E6E6E6\",\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\": \"#FFFFFF\",\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 \"hover\": {\n \"key\": \"{button.secondary-solid-content-color.hover}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-content-color}\",\n \"key\": \"{button.secondary-solid-content-color.hover}\"\n },\n \"name\": \"ButtonSecondarySolidContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-solid-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"secondary-solid-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.secondary-solid-content-color.pressed}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-content-color}\",\n \"key\": \"{button.secondary-solid-content-color.pressed}\"\n },\n \"name\": \"ButtonSecondarySolidContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-solid-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"secondary-solid-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-solid-content-color.disabled}\",\n \"value\": \"#B1B1B1\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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\": \"#222222\",\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 \"hover\": {\n \"key\": \"{button.secondary-plain-content-color.hover}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-content-color}\",\n \"key\": \"{button.secondary-plain-content-color.hover}\"\n },\n \"name\": \"ButtonSecondaryPlainContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-plain-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"secondary-plain-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.secondary-plain-content-color.pressed}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-plain-content-color}\",\n \"key\": \"{button.secondary-plain-content-color.pressed}\"\n },\n \"name\": \"ButtonSecondaryPlainContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-plain-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"secondary-plain-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-plain-content-color.disabled}\",\n \"value\": \"#E6E6E6\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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\": \"#B1B1B1\",\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\": \"#F8F8F8\",\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\": \"#222222\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color.default}\",\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 \"hover\": {\n \"key\": \"{button.secondary-soft-content-color.hover}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color.default}\",\n \"key\": \"{button.secondary-soft-content-color.hover}\"\n },\n \"name\": \"ButtonSecondarySoftContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-soft-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"secondary-soft-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.secondary-soft-content-color.pressed}\",\n \"value\": \"#000000\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color.pressed}\",\n \"key\": \"{button.secondary-soft-content-color.pressed}\"\n },\n \"name\": \"ButtonSecondarySoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-soft-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"secondary-soft-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-soft-content-color.disabled}\",\n \"value\": \"#D5D5D5\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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\": \"#F8F8F8\",\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\": \"#222222\",\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 \"hover\": {\n \"key\": \"{button.secondary-outline-content-color.hover}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-content-color}\",\n \"key\": \"{button.secondary-outline-content-color.hover}\"\n },\n \"name\": \"ButtonSecondaryOutlineContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.secondary-outline-content-color.pressed}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-content-color}\",\n \"key\": \"{button.secondary-outline-content-color.pressed}\"\n },\n \"name\": \"ButtonSecondaryOutlineContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"secondary-outline-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"secondary-outline-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.secondary-outline-content-color.disabled}\",\n \"value\": \"#D5D5D5\",\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\": \"#909090\",\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\": \"#E6E6E6\",\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\": \"#E1244C\",\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\": \"#B4193A\",\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\": \"#83122A\",\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\": \"#E6E6E6\",\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\": \"#FFFFFF\",\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 \"hover\": {\n \"key\": \"{button.danger-solid-content-color.hover}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-solid-content-color}\",\n \"key\": \"{button.danger-solid-content-color.hover}\"\n },\n \"name\": \"ButtonDangerSolidContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-solid-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"danger-solid-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.danger-solid-content-color.pressed}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-solid-content-color}\",\n \"key\": \"{button.danger-solid-content-color.pressed}\"\n },\n \"name\": \"ButtonDangerSolidContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-solid-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"danger-solid-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-solid-content-color.disabled}\",\n \"value\": \"#B1B1B1\",\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\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#E1244C\",\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 \"hover\": {\n \"key\": \"{button.danger-plain-content-color.hover}\",\n \"value\": \"#E1244C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-plain-content-color}\",\n \"key\": \"{button.danger-plain-content-color.hover}\"\n },\n \"name\": \"ButtonDangerPlainContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-plain-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"danger-plain-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.danger-plain-content-color.pressed}\",\n \"value\": \"#E1244C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-plain-content-color}\",\n \"key\": \"{button.danger-plain-content-color.pressed}\"\n },\n \"name\": \"ButtonDangerPlainContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-plain-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"danger-plain-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-plain-content-color.disabled}\",\n \"value\": \"#E6E6E6\",\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\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#F7C1CC\",\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\": \"#F8F8F8\",\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\": \"#B4193A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-content-color.default}\",\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 \"hover\": {\n \"key\": \"{button.danger-soft-content-color.hover}\",\n \"value\": \"#B4193A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-content-color.default}\",\n \"key\": \"{button.danger-soft-content-color.hover}\"\n },\n \"name\": \"ButtonDangerSoftContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-soft-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"danger-soft-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.danger-soft-content-color.pressed}\",\n \"value\": \"#83122A\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-content-color.pressed}\",\n \"key\": \"{button.danger-soft-content-color.pressed}\"\n },\n \"name\": \"ButtonDangerSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-soft-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"danger-soft-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-soft-content-color.disabled}\",\n \"value\": \"#D5D5D5\",\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\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#F8F8F8\",\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\": \"#E1244C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-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 \"hover\": {\n \"key\": \"{button.danger-outline-content-color.hover}\",\n \"value\": \"#E1244C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-color}\",\n \"key\": \"{button.danger-outline-content-color.hover}\"\n },\n \"name\": \"ButtonDangerOutlineContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.danger-outline-content-color.pressed}\",\n \"value\": \"#E1244C\",\n \"filePath\": \"src/actions/button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-outline-border-color}\",\n \"key\": \"{button.danger-outline-content-color.pressed}\"\n },\n \"name\": \"ButtonDangerOutlineContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"danger-outline-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"danger-outline-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.danger-outline-content-color.disabled}\",\n \"value\": \"#D5D5D5\",\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\": \"#E1244C\",\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\": \"#E6E6E6\",\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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(255 255 255 / 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 \"hover\": {\n \"key\": \"{button.dark-solid-content-color.hover}\",\n \"value\": \"rgb(255 255 255 / 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.hover}\"\n },\n \"name\": \"ButtonDarkSolidContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-solid-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-solid-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-solid-content-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 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.pressed}\"\n },\n \"name\": \"ButtonDarkSolidContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-solid-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-solid-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-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-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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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 \"hover\": {\n \"key\": \"{button.dark-plain-content-color.hover}\",\n \"value\": \"rgb(0 0 0 / 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.hover}\"\n },\n \"name\": \"ButtonDarkPlainContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-plain-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-plain-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-plain-content-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 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.pressed}\"\n },\n \"name\": \"ButtonDarkPlainContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-plain-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-plain-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-plain-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-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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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 \"hover\": {\n \"key\": \"{button.dark-soft-content-color.hover}\",\n \"value\": \"rgb(0 0 0 / 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.hover}\"\n },\n \"name\": \"ButtonDarkSoftContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-soft-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-soft-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-soft-content-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 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.pressed}\"\n },\n \"name\": \"ButtonDarkSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-soft-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-soft-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-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-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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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 \"hover\": {\n \"key\": \"{button.dark-outline-content-color.hover}\",\n \"value\": \"rgb(0 0 0 / 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.hover}\"\n },\n \"name\": \"ButtonDarkOutlineContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-outline-content-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 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.pressed}\"\n },\n \"name\": \"ButtonDarkOutlineContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-outline-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-outline-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-outline-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-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(0 0 0 / 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(0 0 0 / 37.5%)\",\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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(0 0 0 / 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 \"hover\": {\n \"key\": \"{button.light-solid-content-color.hover}\",\n \"value\": \"rgb(0 0 0 / 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.hover}\"\n },\n \"name\": \"ButtonLightSolidContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-solid-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-solid-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-solid-content-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 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.pressed}\"\n },\n \"name\": \"ButtonLightSolidContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-solid-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-solid-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-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-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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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 \"hover\": {\n \"key\": \"{button.light-plain-content-color.hover}\",\n \"value\": \"rgb(255 255 255 / 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.hover}\"\n },\n \"name\": \"ButtonLightPlainContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-plain-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-plain-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-plain-content-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 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.pressed}\"\n },\n \"name\": \"ButtonLightPlainContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-plain-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-plain-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-plain-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-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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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 \"hover\": {\n \"key\": \"{button.light-soft-content-color.hover}\",\n \"value\": \"rgb(255 255 255 / 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.hover}\"\n },\n \"name\": \"ButtonLightSoftContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-soft-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-soft-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-soft-content-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 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.pressed}\"\n },\n \"name\": \"ButtonLightSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-soft-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-soft-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-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-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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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 \"hover\": {\n \"key\": \"{button.light-outline-content-color.hover}\",\n \"value\": \"rgb(255 255 255 / 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.hover}\"\n },\n \"name\": \"ButtonLightOutlineContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-outline-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-outline-content-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 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.pressed}\"\n },\n \"name\": \"ButtonLightOutlineContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-outline-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-outline-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-outline-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-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(255 255 255 / 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(255 255 255 / 37.5%)\",\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 \"hover\": {\n \"key\": \"{button.dark-static-solid-content-color.hover}\",\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.hover}\"\n },\n \"name\": \"ButtonDarkStaticSolidContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-solid-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-static-solid-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-static-solid-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"ButtonDarkStaticSolidContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-solid-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-static-solid-content-color\",\n \"pressed\"\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 \"hover\": {\n \"key\": \"{button.dark-static-plain-content-color.hover}\",\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.hover}\"\n },\n \"name\": \"ButtonDarkStaticPlainContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-plain-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-static-plain-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-static-plain-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"ButtonDarkStaticPlainContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-plain-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-static-plain-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-plain-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-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 \"hover\": {\n \"key\": \"{button.dark-static-soft-content-color.hover}\",\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.hover}\"\n },\n \"name\": \"ButtonDarkStaticSoftContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-soft-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-static-soft-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-static-soft-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"ButtonDarkStaticSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-soft-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-static-soft-content-color\",\n \"pressed\"\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 \"hover\": {\n \"key\": \"{button.dark-static-outline-content-color.hover}\",\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.hover}\"\n },\n \"name\": \"ButtonDarkStaticOutlineContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.dark-static-outline-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"ButtonDarkStaticOutlineContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"dark-static-outline-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"dark-static-outline-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.dark-static-outline-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-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 / 37.5%)\",\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 \"hover\": {\n \"key\": \"{button.light-static-solid-content-color.hover}\",\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.hover}\"\n },\n \"name\": \"ButtonLightStaticSolidContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-solid-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-static-solid-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-static-solid-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"ButtonLightStaticSolidContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-solid-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-static-solid-content-color\",\n \"pressed\"\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 \"hover\": {\n \"key\": \"{button.light-static-plain-content-color.hover}\",\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.hover}\"\n },\n \"name\": \"ButtonLightStaticPlainContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-plain-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-static-plain-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-static-plain-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"ButtonLightStaticPlainContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-plain-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-static-plain-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-plain-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-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 \"hover\": {\n \"key\": \"{button.light-static-soft-content-color.hover}\",\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.hover}\"\n },\n \"name\": \"ButtonLightStaticSoftContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-soft-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-static-soft-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-static-soft-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"ButtonLightStaticSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-soft-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-static-soft-content-color\",\n \"pressed\"\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 \"hover\": {\n \"key\": \"{button.light-static-outline-content-color.hover}\",\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.hover}\"\n },\n \"name\": \"ButtonLightStaticOutlineContentColorHover\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-content-color\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-content-color\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{button.light-static-outline-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"ButtonLightStaticOutlineContentColorPressed\",\n \"attributes\": {\n \"category\": \"button\",\n \"type\": \"light-static-outline-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"button\",\n \"light-static-outline-content-color\",\n \"pressed\"\n ]\n },\n \"disabled\": {\n \"key\": \"{button.light-static-outline-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-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 / 37.5%)\",\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\": \"#FFFFFF\",\n \"filePath\": \"src/actions/image-button.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.100}\",\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\": \"4px\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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 \"color\": {\n \"current\": {\n \"key\": \"{menu-item.color.current}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{menu-item.color.current}\"\n },\n \"name\": \"MenuItemColorCurrent\",\n \"attributes\": {\n \"category\": \"menu-item\",\n \"type\": \"color\",\n \"item\": \"current\"\n },\n \"path\": [\n \"menu-item\",\n \"color\",\n \"current\"\n ]\n }\n },\n \"icon-color\": {\n \"default\": {\n \"key\": \"{menu-item.icon-color.default}\",\n \"value\": \"#6D6D6D\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.800}\",\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\": \"#E6E6E6\",\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\": \"#0054F5\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\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\": \"#F0F5FF\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-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\": \"#E0EBFF\",\n \"filePath\": \"src/actions/menu-item.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-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\": \"#E6E6E6\",\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 \"default\": {\n \"key\": \"{corner-radius.default}\",\n \"value\": \"4px\",\n \"filePath\": \"src/border.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\n \"key\": \"{corner-radius.default}\"\n },\n \"name\": \"CornerRadiusDefault\",\n \"attributes\": {\n \"category\": \"corner-radius\",\n \"type\": \"default\"\n },\n \"path\": [\n \"corner-radius\",\n \"default\"\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 \"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\": \"#FFFFFF\",\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\": \"#6D6D6D\",\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\": \"4px\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#E6E6E6\",\n \"filePath\": \"src/chat/message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.400}\",\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\": \"#E0EBFF\",\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 },\n \"primary\": {\n \"color\": {\n \"100\": {\n \"key\": \"{primary.color.100}\",\n \"value\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#ABC6FF\",\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\": \"#85AFFF\",\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\": \"#6197FF\",\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\": \"#1A68FF\",\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\": \"#0054F5\",\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\": \"#003FB8\",\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\": \"#002A7B\",\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\": \"#00205C\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#ABC6FF\",\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\": \"#85AFFF\",\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\": \"#6197FF\",\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\": \"#1A68FF\",\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\": \"#0054F5\",\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\": \"#003FB8\",\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\": \"#002A7B\",\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\": \"#00205C\",\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\": \"#DCFFF4\",\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\": \"#C0FFEB\",\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\": \"#87FFDA\",\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\": \"#4FFFC9\",\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\": \"#17FFB8\",\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\": \"#00A673\",\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\": \"#00825B\",\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\": \"#005F42\",\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\": \"#003B29\",\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\": \"#00291C\",\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\": \"#FFFFFF\",\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\": \"#FDFDFD\",\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\": \"#F8F8F8\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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\": \"#B1B1B1\",\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\": \"#909090\",\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\": \"#6D6D6D\",\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\": \"#464646\",\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\": \"#222222\",\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\": \"#000000\",\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 }\n },\n \"unavailable\": {\n \"color\": {\n \"100\": {\n \"key\": \"{unavailable.color.100}\",\n \"value\": \"#FFFFFF\",\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\": \"#FDFDFD\",\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\": \"#F8F8F8\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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\": \"#B1B1B1\",\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\": \"#909090\",\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\": \"#6D6D6D\",\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\": \"#464646\",\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\": \"#222222\",\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\": \"#000000\",\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 }\n },\n \"danger\": {\n \"color\": {\n \"100\": {\n \"key\": \"{danger.color.100}\",\n \"value\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#F7C1CC\",\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\": \"#F2A2B3\",\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\": \"#EE8299\",\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\": \"#E54366\",\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\": \"#E1244C\",\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\": \"#B4193A\",\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\": \"#83122A\",\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\": \"#6A0F22\",\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\": \"#FFF4EB\",\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\": \"#FFEBDC\",\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\": \"#FFD9BD\",\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\": \"#FFC89F\",\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\": \"#FFA562\",\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\": \"#FF8225\",\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\": \"#F56800\",\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\": \"#C25200\",\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\": \"#8F3D00\",\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\": \"#763200\",\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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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\": \"#0054F5\",\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\": \"#003FB8\",\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\": \"#002A7B\",\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\": \"#FFFFFF\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#0054F5\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#ABC6FF\",\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 \"default\": {\n \"key\": \"{primary-soft-content-color.default}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.900}\",\n \"key\": \"{primary-soft-content-color.default}\"\n },\n \"name\": \"PrimarySoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"primary-soft-content-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"primary-soft-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{primary-soft-content-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\n \"key\": \"{primary-soft-content-color.pressed}\"\n },\n \"name\": \"PrimarySoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"primary-soft-content-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"primary-soft-content-color\",\n \"pressed\"\n ]\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#003FB8\",\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\": \"#0054F5\",\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\": \"#E1244C\",\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\": \"#B4193A\",\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\": \"#83122A\",\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\": \"#FFFFFF\",\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\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#E1244C\",\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\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#B4193A\",\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\": \"#E1244C\",\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\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#F7C1CC\",\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 \"default\": {\n \"key\": \"{danger-soft-content-color.default}\",\n \"value\": \"#B4193A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.900}\",\n \"key\": \"{danger-soft-content-color.default}\"\n },\n \"name\": \"DangerSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"danger-soft-content-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"danger-soft-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{danger-soft-content-color.pressed}\",\n \"value\": \"#83122A\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger.color.1000}\",\n \"key\": \"{danger-soft-content-color.pressed}\"\n },\n \"name\": \"DangerSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"danger-soft-content-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"danger-soft-content-color\",\n \"pressed\"\n ]\n }\n },\n \"info-solid-background-color\": {\n \"default\": {\n \"key\": \"{info-solid-background-color.default}\",\n \"value\": \"#0054F5\",\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\": \"#003FB8\",\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\": \"#002A7B\",\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\": \"#FFFFFF\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#003FB8\",\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\": \"#0054F5\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#ABC6FF\",\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 \"default\": {\n \"key\": \"{info-soft-content-color.default}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.900}\",\n \"key\": \"{info-soft-content-color.default}\"\n },\n \"name\": \"InfoSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"info-soft-content-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"info-soft-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{info-soft-content-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info.color.1000}\",\n \"key\": \"{info-soft-content-color.pressed}\"\n },\n \"name\": \"InfoSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"info-soft-content-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"info-soft-content-color\",\n \"pressed\"\n ]\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#0054F5\",\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\": \"#00825B\",\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\": \"#005F42\",\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\": \"#003B29\",\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\": \"#FFFFFF\",\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\": \"#DCFFF4\",\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\": \"#C0FFEB\",\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\": \"#00825B\",\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\": \"#DCFFF4\",\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\": \"#C0FFEB\",\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\": \"#005F42\",\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\": \"#00825B\",\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\": \"#DCFFF4\",\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\": \"#C0FFEB\",\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\": \"#87FFDA\",\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 \"default\": {\n \"key\": \"{success-soft-content-color.default}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.900}\",\n \"key\": \"{success-soft-content-color.default}\"\n },\n \"name\": \"SuccessSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"success-soft-content-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"success-soft-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{success-soft-content-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success.color.1000}\",\n \"key\": \"{success-soft-content-color.pressed}\"\n },\n \"name\": \"SuccessSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"success-soft-content-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"success-soft-content-color\",\n \"pressed\"\n ]\n }\n },\n \"warning-solid-background-color\": {\n \"default\": {\n \"key\": \"{warning-solid-background-color.default}\",\n \"value\": \"#F56800\",\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\": \"#C25200\",\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\": \"#8F3D00\",\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\": \"#FFFFFF\",\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\": \"#FFF4EB\",\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\": \"#FFEBDC\",\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\": \"#C25200\",\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\": \"#F56800\",\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\": \"#FFF4EB\",\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\": \"#FFEBDC\",\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\": \"#FFD9BD\",\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 \"default\": {\n \"key\": \"{warning-soft-content-color.default}\",\n \"value\": \"#C25200\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.900}\",\n \"key\": \"{warning-soft-content-color.default}\"\n },\n \"name\": \"WarningSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"warning-soft-content-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"warning-soft-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{warning-soft-content-color.pressed}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning.color.1000}\",\n \"key\": \"{warning-soft-content-color.pressed}\"\n },\n \"name\": \"WarningSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"warning-soft-content-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"warning-soft-content-color\",\n \"pressed\"\n ]\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\": \"#FFF4EB\",\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\": \"#FFEBDC\",\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\": \"#F56800\",\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\": \"#6D6D6D\",\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\": \"#464646\",\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\": \"#222222\",\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\": \"#FFFFFF\",\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\": \"#F8F8F8\",\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\": \"#E6E6E6\",\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\": \"#6D6D6D\",\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\": \"#F8F8F8\",\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\": \"#E6E6E6\",\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\": \"#464646\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.900}\",\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\": \"#6D6D6D\",\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\": \"#F8F8F8\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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 \"default\": {\n \"key\": \"{unavailable-soft-content-color.default}\",\n \"value\": \"#464646\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.900}\",\n \"key\": \"{unavailable-soft-content-color.default}\"\n },\n \"name\": \"UnavailableSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"unavailable-soft-content-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"unavailable-soft-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{unavailable-soft-content-color.pressed}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.1000}\",\n \"key\": \"{unavailable-soft-content-color.pressed}\"\n },\n \"name\": \"UnavailableSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"unavailable-soft-content-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"unavailable-soft-content-color\",\n \"pressed\"\n ]\n }\n },\n \"neutral-solid-background-color\": {\n \"default\": {\n \"key\": \"{neutral-solid-background-color.default}\",\n \"value\": \"#6D6D6D\",\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\": \"#464646\",\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\": \"#222222\",\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\": \"#FFFFFF\",\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\": \"#E6E6E6\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\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\": \"#D5D5D5\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\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\": \"#222222\",\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\": \"#E6E6E6\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\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\": \"#D5D5D5\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\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\": \"#D5D5D5\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\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\": \"#222222\",\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\": \"#909090\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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\": \"#B1B1B1\",\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 \"default\": {\n \"key\": \"{neutral-soft-content-color.default}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\n \"key\": \"{neutral-soft-content-color.default}\"\n },\n \"name\": \"NeutralSoftContentColorDefault\",\n \"attributes\": {\n \"category\": \"neutral-soft-content-color\",\n \"type\": \"default\"\n },\n \"path\": [\n \"neutral-soft-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{neutral-soft-content-color.pressed}\",\n \"value\": \"#000000\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1100}\",\n \"key\": \"{neutral-soft-content-color.pressed}\"\n },\n \"name\": \"NeutralSoftContentColorPressed\",\n \"attributes\": {\n \"category\": \"neutral-soft-content-color\",\n \"type\": \"pressed\"\n },\n \"path\": [\n \"neutral-soft-content-color\",\n \"pressed\"\n ]\n }\n },\n \"disabled-solid-background-color\": {\n \"key\": \"{disabled-solid-background-color}\",\n \"value\": \"#E6E6E6\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\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\": \"#B1B1B1\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.600}\",\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(0 0 0 / 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(255 255 255 / 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(255 255 255 / 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(0 0 0 / 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\": \"#E6E6E6\",\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(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.300}\",\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(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.300}\",\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 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.300}\",\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 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.300}\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\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\": \"#D5D5D5\",\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\": \"#E6E6E6\",\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(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.300}\",\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(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.300}\",\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(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.300}\",\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(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.300}\",\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 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.300}\",\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 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark-static.color.300}\",\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 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.300}\",\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 / 37.5%)\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light-static.color.300}\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/color-aliases.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\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\": \"#D5D5D5\",\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(0 0 0 / 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(0 0 0 / 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(255 255 255 / 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(255 255 255 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(255 255 255 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(0 0 0 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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\": \"#FFFFFF\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFFFFF\",\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\": \"#FDFDFD\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FDFDFD\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F8F8F8\",\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\": \"#E6E6E6\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E6E6E6\",\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\": \"#D5D5D5\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#D5D5D5\",\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\": \"#B1B1B1\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#B1B1B1\",\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\": \"#909090\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#909090\",\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\": \"#6D6D6D\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#6D6D6D\",\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\": \"#464646\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#464646\",\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\": \"#222222\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#222222\",\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\": \"#000000\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#000000\",\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 },\n \"hosting-blue\": {\n \"100\": {\n \"key\": \"{color.hosting-blue.100}\",\n \"value\": \"#F0F5FF\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F0F5FF\",\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\": \"#E0EBFF\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E0EBFF\",\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\": \"#ABC6FF\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ABC6FF\",\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\": \"#85AFFF\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#85AFFF\",\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\": \"#6197FF\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#6197FF\",\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.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\": \"#1A68FF\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#1A68FF\",\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\": \"#0054F5\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#0054F5\",\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\": \"#003FB8\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#003FB8\",\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\": \"#002A7B\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#002A7B\",\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\": \"#00205C\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00205C\",\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\": \"#FDF0F3\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FDF0F3\",\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\": \"#FBE0E6\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FBE0E6\",\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\": \"#F7C1CC\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F7C1CC\",\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\": \"#F2A2B3\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F2A2B3\",\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\": \"#EE8299\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#EE8299\",\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.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\": \"#E54366\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E54366\",\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\": \"#E1244C\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E1244C\",\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\": \"#B4193A\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#B4193A\",\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\": \"#83122A\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#83122A\",\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\": \"#6A0F22\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#6A0F22\",\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\": \"#FFF4EB\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFF4EB\",\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\": \"#FFEBDC\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFEBDC\",\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\": \"#FFD9BD\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFD9BD\",\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\": \"#FFC89F\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFC89F\",\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\": \"#FFA562\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FFA562\",\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.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\": \"#FF8225\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#FF8225\",\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\": \"#F56800\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F56800\",\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\": \"#C25200\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C25200\",\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\": \"#8F3D00\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#8F3D00\",\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\": \"#763200\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#763200\",\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\": \"#DCFFF4\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#DCFFF4\",\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\": \"#C0FFEB\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C0FFEB\",\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\": \"#87FFDA\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#87FFDA\",\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\": \"#4FFFC9\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#4FFFC9\",\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\": \"#17FFB8\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#17FFB8\",\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.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\": \"#00A673\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00A673\",\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\": \"#00825B\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00825B\",\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\": \"#005F42\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#005F42\",\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\": \"#003B29\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#003B29\",\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\": \"#00291C\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00291C\",\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\": \"#F4F3FE\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#F4F3FE\",\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\": \"#EAE7FD\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#EAE7FD\",\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\": \"#D6D0FA\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#D6D0FA\",\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\": \"#C2B9F8\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C2B9F8\",\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\": \"#AEA2F5\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#AEA2F5\",\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.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\": \"#8574F0\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#8574F0\",\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\": \"#715DEE\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#715DEE\",\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\": \"#5d4abf\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5d4abf\",\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\": \"#483b9f\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#483b9f\",\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\": \"#302a6f\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#302a6f\",\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\": \"#E4E7F6\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#E4E7F6\",\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\": \"#C8CFEE\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C8CFEE\",\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\": \"#A5B0E2\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#A5B0E2\",\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\": \"#8291D7\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#8291D7\",\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\": \"#5F73CC\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5F73CC\",\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.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\": \"#32459E\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#32459E\",\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\": \"#27367B\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#27367B\",\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\": \"#1D285C\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#1D285C\",\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\": \"#131B3D\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#131B3D\",\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\": \"#0E142E\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#0E142E\",\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\": \"#f9e9ff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#f9e9ff\",\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\": \"#f6dfff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#f6dfff\",\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\": \"#f1caff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#f1caff\",\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\": \"#ebb6ff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ebb6ff\",\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\": \"#e6a1ff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#e6a1ff\",\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.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\": \"#ce4bff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ce4bff\",\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\": \"#bc08ff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#bc08ff\",\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\": \"#9000c5\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#9000c5\",\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\": \"#5f0083\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5f0083\",\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\": \"#470062\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#470062\",\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\": \"#ebfdff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#ebfdff\",\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\": \"#cffaff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#cffaff\",\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\": \"#96f3ff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#96f3ff\",\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\": \"#5eedff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#5eedff\",\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\": \"#26e7ff\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#26e7ff\",\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.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\": \"#00a1b5\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00a1b5\",\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\": \"#008696\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#008696\",\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\": \"#006b78\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#006b78\",\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\": \"#004f59\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#004f59\",\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\": \"#00424a\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#00424a\",\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.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.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.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.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.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.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.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.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.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.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.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.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.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 \"gradient\": {\n \"key\": \"{color.gradient}\",\n \"value\": \"radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 100%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 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 \"code-syntax\": {\n \"keyword\": {\n \"key\": \"{color.code-syntax.keyword}\",\n \"value\": \"#cf222e\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#cf222e\",\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\": \"#6f42c1\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#6f42c1\",\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\": \"#005cc5\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#005cc5\",\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\": \"#6f42c1\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#6f42c1\",\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\": \"#032f62\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#032f62\",\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\": \"#005cc5\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#005cc5\",\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\": \"#6a737d\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#6a737d\",\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\": \"#8250df\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#8250df\",\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\": \"#C12F3F\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#C12F3F\",\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\": \"#cb2431\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#cb2431\",\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(0 0 0 / 12.5%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 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(0 0 0 / 25%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 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(0 0 0 / 37.5%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 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(0 0 0 / 50%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 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(0 0 0 / 62.5%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 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(0 0 0 / 75%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 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(0 0 0 / 87.5%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 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(0 0 0 / 100%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(0 0 0 / 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(255 255 255 / 12.5%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 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(255 255 255 / 25%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 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(255 255 255 / 37.5%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 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(255 255 255 / 50%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 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(255 255 255 / 62.5%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 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(255 255 255 / 75%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 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(255 255 255 / 87.5%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 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(255 255 255 / 100%)\",\n \"filePath\": \"src/color-palette.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgb(255 255 255 / 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 \"blue\": {\n \"key\": \"{color.blue}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/content/color.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\n \"key\": \"{color.blue}\"\n },\n \"name\": \"ColorBlue\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"blue\"\n },\n \"path\": [\n \"color\",\n \"blue\"\n ]\n },\n \"violet\": {\n \"key\": \"{color.violet}\",\n \"value\": \"#715DEE\",\n \"filePath\": \"src/content/color.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.800}\",\n \"key\": \"{color.violet}\"\n },\n \"name\": \"ColorViolet\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"violet\"\n },\n \"path\": [\n \"color\",\n \"violet\"\n ]\n },\n \"teal\": {\n \"key\": \"{color.teal}\",\n \"value\": \"#008696\",\n \"filePath\": \"src/content/color.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.800}\",\n \"key\": \"{color.teal}\"\n },\n \"name\": \"ColorTeal\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"teal\"\n },\n \"path\": [\n \"color\",\n \"teal\"\n ]\n },\n \"lilac\": {\n \"key\": \"{color.lilac}\",\n \"value\": \"#bc08ff\",\n \"filePath\": \"src/content/color.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.800}\",\n \"key\": \"{color.lilac}\"\n },\n \"name\": \"ColorLilac\",\n \"attributes\": {\n \"category\": \"color\",\n \"type\": \"lilac\"\n },\n \"path\": [\n \"color\",\n \"lilac\"\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\": \"#E0EBFF\",\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\": \"#FFEBDC\",\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\": \"#FBE0E6\",\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\": \"#C0FFEB\",\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\": \"#E6E6E6\",\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\": \"4px\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#909090\",\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\": \"#FDFDFD\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\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\": \"#222222\",\n \"filePath\": \"src/content/code-block.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color.default}\",\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 },\n \"decorative\": {\n \"blue-background-color\": {\n \"key\": \"{decorative.blue-background-color}\",\n \"value\": \"#E0EBFF\",\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\": \"#0054F5\",\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\": \"#002A7B\",\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\": \"#cffaff\",\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\": \"#008696\",\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\": \"#004f59\",\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\": \"#C0FFEB\",\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\": \"#00825B\",\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\": \"#003B29\",\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\": \"#EAE7FD\",\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\": \"#715DEE\",\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\": \"#483b9f\",\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\": \"#f6dfff\",\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\": \"#bc08ff\",\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\": \"#5f0083\",\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 \"disabled-background-color\": {\n \"key\": \"{decorative.disabled-background-color}\",\n \"value\": \"#F8F8F8\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.300}\",\n \"key\": \"{decorative.disabled-background-color}\"\n },\n \"name\": \"DecorativeDisabledBackgroundColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"disabled-background-color\"\n },\n \"path\": [\n \"decorative\",\n \"disabled-background-color\"\n ]\n },\n \"disabled-content-accent-color\": {\n \"key\": \"{decorative.disabled-content-accent-color}\",\n \"value\": \"#D5D5D5\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.500}\",\n \"key\": \"{decorative.disabled-content-accent-color}\"\n },\n \"name\": \"DecorativeDisabledContentAccentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"disabled-content-accent-color\"\n },\n \"path\": [\n \"decorative\",\n \"disabled-content-accent-color\"\n ]\n },\n \"disabled-content-color\": {\n \"key\": \"{decorative.disabled-content-color}\",\n \"value\": \"#B1B1B1\",\n \"filePath\": \"src/content/decorative.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.600}\",\n \"key\": \"{decorative.disabled-content-color}\"\n },\n \"name\": \"DecorativeDisabledContentColor\",\n \"attributes\": {\n \"category\": \"decorative\",\n \"type\": \"disabled-content-color\"\n },\n \"path\": [\n \"decorative\",\n \"disabled-content-color\"\n ]\n }\n },\n \"heading\": {\n \"color\": {\n \"key\": \"{heading.color}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\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(0 0 0 / 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(255 255 255 / 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\": \"#B4193A\",\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\": \"#464646\",\n \"filePath\": \"src/content/heading.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.900}\",\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 \"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 },\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\": \"#6D6D6D\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.800}\",\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\": \"#003FB8\",\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\": \"#C25200\",\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\": \"#B4193A\",\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\": \"#005F42\",\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\": \"#464646\",\n \"filePath\": \"src/content/icon.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.900}\",\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 },\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 \"primary-content-color\": {\n \"key\": \"{illustrated-message.primary-content-color}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\n \"key\": \"{illustrated-message.primary-content-color}\"\n },\n \"name\": \"IllustratedMessagePrimaryContentColor\",\n \"attributes\": {\n \"category\": \"illustrated-message\",\n \"type\": \"primary-content-color\"\n },\n \"path\": [\n \"illustrated-message\",\n \"primary-content-color\"\n ]\n },\n \"danger-content-color\": {\n \"key\": \"{illustrated-message.danger-content-color}\",\n \"value\": \"#B4193A\",\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\": \"#464646\",\n \"filePath\": \"src/content/illustrated-message.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.900}\",\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(0 0 0 / 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(255 255 255 / 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 },\n \"image\": {\n \"corner-radius\": {\n \"key\": \"{image.corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/content/image.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#909090\",\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.default}\",\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\": \"#E6E6E6\",\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\": \"#222222\",\n \"filePath\": \"src/content/inline-code.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color.default}\",\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(0 0 0 / 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(0 0 0 / 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(255 255 255 / 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(255 255 255 / 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.default}\",\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\": \"#E6E6E6\",\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\": \"#F8F8F8\",\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\": \"#222222\",\n \"filePath\": \"src/content/kbd.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color.default}\",\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\": \"#D5D5D5\",\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\": \"#464646\",\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\": \"#D5D5D5\",\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(0 0 0 / 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(0 0 0 / 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 \"line-height\": {\n \"key\": \"{label.line-height}\",\n \"value\": \"calc(1rem * 1.5)\",\n \"filePath\": \"src/content/label.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{line-height.m}\",\n \"key\": \"{label.line-height}\"\n },\n \"name\": \"LabelLineHeight\",\n \"attributes\": {\n \"category\": \"label\",\n \"type\": \"line-height\"\n },\n \"path\": [\n \"label\",\n \"line-height\"\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\": \"#6D6D6D\",\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\": \"#E6E6E6\",\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.125rem\",\n \"filePath\": \"src/content/labeled-value.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xxs}\",\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\": \"#222222\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\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(255 255 255 / 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(0 0 0 / 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\": \"#E6E6E6\",\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 \"max-width\": {\n \"key\": \"{text.max-width}\",\n \"value\": \"780px\",\n \"filePath\": \"src/content/text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"780px\",\n \"key\": \"{text.max-width}\"\n },\n \"name\": \"TextMaxWidth\",\n \"attributes\": {\n \"category\": \"text\",\n \"type\": \"max-width\"\n },\n \"path\": [\n \"text\",\n \"max-width\"\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\": \"#0054F5\",\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\": \"#FFFFFF\",\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\": \"#909090\",\n \"filePath\": \"src/dataVisualisation/axis.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.700}\",\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 \"text-color\": {\n \"key\": \"{axis.text-color}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/dataVisualisation/axis.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.1000}\",\n \"key\": \"{axis.text-color}\"\n },\n \"name\": \"AxisTextColor\",\n \"attributes\": {\n \"category\": \"axis\",\n \"type\": \"text-color\"\n },\n \"path\": [\n \"axis\",\n \"text-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\": \"#909090\",\n \"filePath\": \"src/dataVisualisation/cartesian-grid.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.700}\",\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\": \"#909090\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/dataVisualisation/donut-chart.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\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\": \"#0054F5\",\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\": \"#00825B\",\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\": \"#F56800\",\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\": \"#E1244C\",\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.default}\",\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 \"focus\": {\n \"outline-color\": {\n \"key\": \"{focus.outline-color}\",\n \"value\": \"#0054F5\",\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\": \"#FFFFFF\",\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 \"default\": {\n \"key\": \"{line-height.default}\",\n \"value\": 1.5,\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": 1.5,\n \"key\": \"{line-height.default}\"\n },\n \"name\": \"LineHeightDefault\",\n \"attributes\": {\n \"category\": \"line-height\",\n \"type\": \"default\"\n },\n \"path\": [\n \"line-height\",\n \"default\"\n ]\n },\n \"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\",\n \"type\": \"m\"\n },\n \"path\": [\n \"line-height\",\n \"m\"\n ]\n },\n \"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\",\n \"type\": \"s\"\n },\n \"path\": [\n \"line-height\",\n \"s\"\n ]\n }\n },\n \"font-size-text\": {\n \"default\": {\n \"key\": \"{font-size-text.default}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/font.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.m}\",\n \"key\": \"{font-size-text.default}\"\n },\n \"name\": \"FontSizeTextDefault\",\n \"attributes\": {\n \"category\": \"font-size-text\",\n \"type\": \"default\"\n },\n \"path\": [\n \"font-size-text\",\n \"default\"\n ]\n },\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 \"choice\": {\n \"icon-color\": {\n \"default\": {\n \"key\": \"{choice.icon-color.default}\",\n \"value\": \"#6D6D6D\",\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\": \"#0054F5\",\n \"filePath\": \"src/form/choice.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\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\": \"#D5D5D5\",\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\": \"#E0EBFF\",\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\": \"{size-px.xs}\",\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.default}\",\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(0 0 0 / 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(0 0 0 / 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\": \"#0054F5\",\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\": \"#E6E6E6\",\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\": \"#FFFFFF\",\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 \"cell-range-background-color\": {\n \"key\": \"{calendar.cell-range-background-color}\",\n \"value\": \"#F0F5FF\",\n \"filePath\": \"src/form/date-picker.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\n \"key\": \"{calendar.cell-range-background-color}\"\n },\n \"name\": \"CalendarCellRangeBackgroundColor\",\n \"attributes\": {\n \"category\": \"calendar\",\n \"type\": \"cell-range-background-color\"\n },\n \"path\": [\n \"calendar\",\n \"cell-range-background-color\"\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.125rem\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xxs}\",\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\": \"4px\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#464646\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.900}\",\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\": \"#D5D5D5\",\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\": \"#909090\",\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\": \"#E6E6E6\",\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\": \"#E1244C\",\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\": \"#0054F5\",\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\": \"#909090\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\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\": \"#F8F8F8\",\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\": \"#F0F5FF\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\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\": \"#FDF0F3\",\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\": \"#E0EBFF\",\n \"filePath\": \"src/form/form-control.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.200}\",\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\": \"#222222\",\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\": \"#D5D5D5\",\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\": \"#222222\",\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\": \"#909090\",\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\": \"#002A7B\",\n \"filePath\": \"src/form/rating.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\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\": \"#002A7B\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.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\": \"#B1B1B1\",\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 \"track-color\": {\n \"default\": {\n \"key\": \"{slider.track-color.default}\",\n \"value\": \"#909090\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.700}\",\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\": \"#E6E6E6\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\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 \"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 \"border-width\": {\n \"key\": \"{slider.border-width}\",\n \"value\": \"4px\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-width.300}\",\n \"key\": \"{slider.border-width}\"\n },\n \"name\": \"SliderBorderWidth\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"border-width\"\n },\n \"path\": [\n \"slider\",\n \"border-width\"\n ]\n },\n \"border-style\": {\n \"key\": \"{slider.border-style}\",\n \"value\": \"solid\",\n \"filePath\": \"src/form/slider.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{border-style.default}\",\n \"key\": \"{slider.border-style}\"\n },\n \"name\": \"SliderBorderStyle\",\n \"attributes\": {\n \"category\": \"slider\",\n \"type\": \"border-style\"\n },\n \"path\": [\n \"slider\",\n \"border-style\"\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.default}\",\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 \"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 \"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\": \"#FFFFFF\",\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 \"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 },\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\": \"#6D6D6D\",\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\": \"#E6E6E6\",\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\": \"#00825B\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-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-color\": {\n \"default\": {\n \"key\": \"{switch.handle-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-solid-content-color}\",\n \"key\": \"{switch.handle-color.default}\"\n },\n \"name\": \"SwitchHandleColorDefault\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"handle-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"switch\",\n \"handle-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{switch.handle-color.disabled}\",\n \"value\": \"#D5D5D5\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.500}\",\n \"key\": \"{switch.handle-color.disabled}\"\n },\n \"name\": \"SwitchHandleColorDisabled\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"handle-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"switch\",\n \"handle-color\",\n \"disabled\"\n ]\n }\n },\n \"handle-background-color\": {\n \"default\": {\n \"key\": \"{switch.handle-background-color.default}\",\n \"value\": \"#FFFFFF\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.100}\",\n \"key\": \"{switch.handle-background-color.default}\"\n },\n \"name\": \"SwitchHandleBackgroundColorDefault\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"handle-background-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"switch\",\n \"handle-background-color\",\n \"default\"\n ]\n },\n \"disabled\": {\n \"key\": \"{switch.handle-background-color.disabled}\",\n \"value\": \"#F8F8F8\",\n \"filePath\": \"src/form/switch.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\n \"key\": \"{switch.handle-background-color.disabled}\"\n },\n \"name\": \"SwitchHandleBackgroundColorDisabled\",\n \"attributes\": {\n \"category\": \"switch\",\n \"type\": \"handle-background-color\",\n \"item\": \"disabled\"\n },\n \"path\": [\n \"switch\",\n \"handle-background-color\",\n \"disabled\"\n ]\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\": \"#E0EBFF\",\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\": \"4px\",\n \"filePath\": \"src/form/time-field.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.xs}\",\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-primary\": {\n \"default\": {\n \"key\": \"{breadcrumb.color-primary.default}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\n \"key\": \"{breadcrumb.color-primary.default}\"\n },\n \"name\": \"BreadcrumbColorPrimaryDefault\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-primary\",\n \"item\": \"default\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-primary\",\n \"default\"\n ]\n },\n \"hover\": {\n \"key\": \"{breadcrumb.color-primary.hover}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.900}\",\n \"key\": \"{breadcrumb.color-primary.hover}\"\n },\n \"name\": \"BreadcrumbColorPrimaryHover\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-primary\",\n \"item\": \"hover\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-primary\",\n \"hover\"\n ]\n },\n \"pressed\": {\n \"key\": \"{breadcrumb.color-primary.pressed}\",\n \"value\": \"#0054F5\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.800}\",\n \"key\": \"{breadcrumb.color-primary.pressed}\"\n },\n \"name\": \"BreadcrumbColorPrimaryPressed\",\n \"attributes\": {\n \"category\": \"breadcrumb\",\n \"type\": \"color-primary\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"breadcrumb\",\n \"color-primary\",\n \"pressed\"\n ]\n }\n },\n \"color-dark\": {\n \"default\": {\n \"key\": \"{breadcrumb.color-dark.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\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(0 0 0 / 87.5%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.700}\",\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(0 0 0 / 75%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.600}\",\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(255 255 255 / 100%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\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(255 255 255 / 87.5%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.700}\",\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(255 255 255 / 75%)\",\n \"filePath\": \"src/navigation/breadcrumb.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.600}\",\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\": \"{dark-static.color.800}\",\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\": \"{dark-static.color.700}\",\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\": \"{dark-static.color.600}\",\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\": \"{light-static.color.800}\",\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\": \"{light-static.color.700}\",\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\": \"{light-static.color.600}\",\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\": \"4px\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#002A7B\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.1000}\",\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\": \"#F0F5FF\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-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\": \"#E0EBFF\",\n \"filePath\": \"src/navigation/header-navigation.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary-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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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\": \"#0054F5\",\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\": \"#003FB8\",\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\": \"#002A7B\",\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\": \"#E6E6E6\",\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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 37.5%)\",\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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 37.5%)\",\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 / 37.5%)\",\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 / 37.5%)\",\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 \"tabs\": {\n \"padding\": {\n \"key\": \"{tabs.padding}\",\n \"value\": \"16px\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{tabs.padding}\"\n },\n \"name\": \"TabsPadding\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"padding\"\n },\n \"path\": [\n \"tabs\",\n \"padding\"\n ]\n },\n \"background-color\": {\n \"default\": {\n \"key\": \"{tabs.background-color.default}\",\n \"value\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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\": \"#B1B1B1\",\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\": \"#FFFFFF\",\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 \"key\": \"{tabs.color}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-soft-content-color.default}\",\n \"key\": \"{tabs.color}\"\n },\n \"name\": \"TabsColor\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"color\"\n },\n \"path\": [\n \"tabs\",\n \"color\"\n ]\n },\n \"disabled-color\": {\n \"key\": \"{tabs.disabled-color}\",\n \"value\": \"#D5D5D5\",\n \"filePath\": \"src/navigation/tabs.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{disabled-soft-content-color}\",\n \"key\": \"{tabs.disabled-color}\"\n },\n \"name\": \"TabsDisabledColor\",\n \"attributes\": {\n \"category\": \"tabs\",\n \"type\": \"disabled-color\"\n },\n \"path\": [\n \"tabs\",\n \"disabled-color\"\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 \"overlay-background-color\": {\n \"key\": \"{light-box.overlay-background-color}\",\n \"value\": \"rgb(0 0 0 / 75%)\",\n \"filePath\": \"src/overlays/light-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.600}\",\n \"key\": \"{light-box.overlay-background-color}\"\n },\n \"name\": \"LightBoxOverlayBackgroundColor\",\n \"attributes\": {\n \"category\": \"light-box\",\n \"type\": \"overlay-background-color\"\n },\n \"path\": [\n \"light-box\",\n \"overlay-background-color\"\n ]\n },\n \"max-width\": {\n \"key\": \"{light-box.max-width}\",\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}\"\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 - 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}\"\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 \"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 },\n \"modal\": {\n \"corner-radius\": {\n \"key\": \"{modal.corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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 \"background-color\": {\n \"key\": \"{modal.background-color}\",\n \"value\": \"#FFFFFF\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\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\": \"#909090\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\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-y\": {\n \"key\": \"{modal.header-padding-y}\",\n \"value\": \"8px\",\n \"filePath\": \"src/overlays/modal.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\n \"key\": \"{modal.header-padding-y}\"\n },\n \"name\": \"ModalHeaderPaddingY\",\n \"attributes\": {\n \"category\": \"modal\",\n \"type\": \"header-padding-y\"\n },\n \"path\": [\n \"modal\",\n \"header-padding-y\"\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 \"background-color\": {\n \"key\": \"{overlay.background-color}\",\n \"value\": \"rgb(0 0 0 / 25%)\",\n \"filePath\": \"src/overlays/overlay.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.200}\",\n \"key\": \"{overlay.background-color}\"\n },\n \"name\": \"OverlayBackgroundColor\",\n \"attributes\": {\n \"category\": \"overlay\",\n \"type\": \"background-color\"\n },\n \"path\": [\n \"overlay\",\n \"background-color\"\n ]\n }\n },\n \"popover\": {\n \"box-shadow\": {\n \"key\": \"{popover.box-shadow}\",\n \"value\": \"rgba(0, 0, 0, 0.14) 0 16px 24px\",\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\": \"4px\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#FFFFFF\",\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\": \"#909090\",\n \"filePath\": \"src/overlays/popover.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\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\": \"#464646\",\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(255 255 255 / 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\": \"rgba(0, 0, 0, 0.14) 0 16px 24px\",\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 \"header-corner-radius\": {\n \"key\": \"{tooltip.header-corner-radius}\",\n \"value\": \"4px\",\n \"filePath\": \"src/overlays/tooltip.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\n \"key\": \"{tooltip.header-corner-radius}\"\n },\n \"name\": \"TooltipHeaderCornerRadius\",\n \"attributes\": {\n \"category\": \"tooltip\",\n \"type\": \"header-corner-radius\"\n },\n \"path\": [\n \"tooltip\",\n \"header-corner-radius\"\n ]\n }\n },\n \"shadow\": {\n \"content\": {\n \"key\": \"{shadow.content}\",\n \"value\": \"rgba(0, 0, 0, 0.1) 0 4px 8px\",\n \"filePath\": \"src/shadow.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgba(0, 0, 0, 0.1) 0 {size-px.xs} {size-px.s}\",\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\": \"rgba(0, 0, 0, 0.14) 0 16px 24px\",\n \"filePath\": \"src/shadow.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"rgba(0, 0, 0, 0.14) 0 {size-px.m} {size-px.l}\",\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 \"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\": \"#F0F5FF\",\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\": \"#003FB8\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{info-soft-content-color.default}\",\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\": \"#0054F5\",\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\": \"#DCFFF4\",\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\": \"#005F42\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-soft-content-color.default}\",\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\": \"#00825B\",\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\": \"#FFF4EB\",\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\": \"#C25200\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{warning-soft-content-color.default}\",\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\": \"#F56800\",\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\": \"#FDF0F3\",\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\": \"#B4193A\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{danger-soft-content-color.default}\",\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\": \"#E1244C\",\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\": \"#F8F8F8\",\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\": \"#464646\",\n \"filePath\": \"src/status/alert-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable-soft-content-color.default}\",\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\": \"#6D6D6D\",\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\": \"#003FB8\",\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\": \"#C25200\",\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\": \"#B4193A\",\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\": \"#005F42\",\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\": \"#464646\",\n \"filePath\": \"src/status/alert-text.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{unavailable.color.900}\",\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\": \"4px\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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 \"font-size-heading\": {\n \"key\": \"{alert.font-size-heading}\",\n \"value\": \"1rem\",\n \"filePath\": \"src/status/alert.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{font-size-text.m}\",\n \"key\": \"{alert.font-size-heading}\"\n },\n \"name\": \"AlertFontSizeHeading\",\n \"attributes\": {\n \"category\": \"alert\",\n \"type\": \"font-size-heading\"\n },\n \"path\": [\n \"alert\",\n \"font-size-heading\"\n ]\n },\n \"info-border-color\": {\n \"key\": \"{alert.info-border-color}\",\n \"value\": \"#0054F5\",\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\": \"#003FB8\",\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\": \"#F56800\",\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\": \"#C25200\",\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\": \"#E1244C\",\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\": \"#B4193A\",\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\": \"#00825B\",\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\": \"#005F42\",\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\": \"#6D6D6D\",\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\": \"#464646\",\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\": \"{size-rem.m}\",\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\": \"1rem\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.m}\",\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\": \"#6D6D6D\",\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\": \"#F8F8F8\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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 \"default\": {\n \"key\": \"{badge.neutral-content-color.default}\",\n \"value\": \"#464646\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.900}\",\n \"key\": \"{badge.neutral-content-color.default}\"\n },\n \"name\": \"BadgeNeutralContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"neutral-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.neutral-content-color.pressed}\",\n \"value\": \"#222222\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.gray.1000}\",\n \"key\": \"{badge.neutral-content-color.pressed}\"\n },\n \"name\": \"BadgeNeutralContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"neutral-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"neutral-content-color\",\n \"pressed\"\n ]\n }\n },\n \"neutral-scope-background-color\": {\n \"key\": \"{badge.neutral-scope-background-color}\",\n \"value\": \"#6D6D6D\",\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(255 255 255 / 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\": \"#0054F5\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#ABC6FF\",\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 \"default\": {\n \"key\": \"{badge.blue-content-color.default}\",\n \"value\": \"#003FB8\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.900}\",\n \"key\": \"{badge.blue-content-color.default}\"\n },\n \"name\": \"BadgeBlueContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"blue-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.blue-content-color.pressed}\",\n \"value\": \"#002A7B\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.1000}\",\n \"key\": \"{badge.blue-content-color.pressed}\"\n },\n \"name\": \"BadgeBlueContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"blue-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"blue-content-color\",\n \"pressed\"\n ]\n }\n },\n \"blue-scope-background-color\": {\n \"key\": \"{badge.blue-scope-background-color}\",\n \"value\": \"#0054F5\",\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(255 255 255 / 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\": \"#27367B\",\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\": \"#E4E7F6\",\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\": \"#C8CFEE\",\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\": \"#A5B0E2\",\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 \"default\": {\n \"key\": \"{badge.navy-content-color.default}\",\n \"value\": \"#1D285C\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.900}\",\n \"key\": \"{badge.navy-content-color.default}\"\n },\n \"name\": \"BadgeNavyContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"navy-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.navy-content-color.pressed}\",\n \"value\": \"#131B3D\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.mittwald-navy.1000}\",\n \"key\": \"{badge.navy-content-color.pressed}\"\n },\n \"name\": \"BadgeNavyContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"navy-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"navy-content-color\",\n \"pressed\"\n ]\n }\n },\n \"navy-scope-background-color\": {\n \"key\": \"{badge.navy-scope-background-color}\",\n \"value\": \"#27367B\",\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(255 255 255 / 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\": \"#715DEE\",\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\": \"#F4F3FE\",\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\": \"#EAE7FD\",\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\": \"#D6D0FA\",\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 \"default\": {\n \"key\": \"{badge.violet-content-color.default}\",\n \"value\": \"#5d4abf\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.900}\",\n \"key\": \"{badge.violet-content-color.default}\"\n },\n \"name\": \"BadgeVioletContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"violet-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.violet-content-color.pressed}\",\n \"value\": \"#483b9f\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.soft-contrast-violet.1000}\",\n \"key\": \"{badge.violet-content-color.pressed}\"\n },\n \"name\": \"BadgeVioletContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"violet-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"violet-content-color\",\n \"pressed\"\n ]\n }\n },\n \"violet-scope-background-color\": {\n \"key\": \"{badge.violet-scope-background-color}\",\n \"value\": \"#715DEE\",\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(255 255 255 / 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\": \"#008696\",\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\": \"#ebfdff\",\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\": \"#cffaff\",\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\": \"#96f3ff\",\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 \"default\": {\n \"key\": \"{badge.teal-content-color.default}\",\n \"value\": \"#006b78\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.900}\",\n \"key\": \"{badge.teal-content-color.default}\"\n },\n \"name\": \"BadgeTealContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"teal-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.teal-content-color.pressed}\",\n \"value\": \"#004f59\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.super-teal.1000}\",\n \"key\": \"{badge.teal-content-color.pressed}\"\n },\n \"name\": \"BadgeTealContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"teal-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"teal-content-color\",\n \"pressed\"\n ]\n }\n },\n \"teal-scope-background-color\": {\n \"key\": \"{badge.teal-scope-background-color}\",\n \"value\": \"#008696\",\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(255 255 255 / 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\": \"#bc08ff\",\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\": \"#f9e9ff\",\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\": \"#f6dfff\",\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\": \"#f1caff\",\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 \"default\": {\n \"key\": \"{badge.lilac-content-color.default}\",\n \"value\": \"#9000c5\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.900}\",\n \"key\": \"{badge.lilac-content-color.default}\"\n },\n \"name\": \"BadgeLilacContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"lilac-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.lilac-content-color.pressed}\",\n \"value\": \"#5f0083\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.bright-lilac.1000}\",\n \"key\": \"{badge.lilac-content-color.pressed}\"\n },\n \"name\": \"BadgeLilacContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"lilac-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"lilac-content-color\",\n \"pressed\"\n ]\n }\n },\n \"lilac-scope-background-color\": {\n \"key\": \"{badge.lilac-scope-background-color}\",\n \"value\": \"#bc08ff\",\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(255 255 255 / 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\": \"#E1244C\",\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\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#F7C1CC\",\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 \"default\": {\n \"key\": \"{badge.red-content-color.default}\",\n \"value\": \"#B4193A\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.900}\",\n \"key\": \"{badge.red-content-color.default}\"\n },\n \"name\": \"BadgeRedContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"red-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.red-content-color.pressed}\",\n \"value\": \"#83122A\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.amaranth-red.1000}\",\n \"key\": \"{badge.red-content-color.pressed}\"\n },\n \"name\": \"BadgeRedContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"red-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"red-content-color\",\n \"pressed\"\n ]\n }\n },\n \"red-scope-background-color\": {\n \"key\": \"{badge.red-scope-background-color}\",\n \"value\": \"#E1244C\",\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(255 255 255 / 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\": \"#00825B\",\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\": \"#DCFFF4\",\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\": \"#C0FFEB\",\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\": \"#87FFDA\",\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 \"default\": {\n \"key\": \"{badge.green-content-color.default}\",\n \"value\": \"#005F42\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.900}\",\n \"key\": \"{badge.green-content-color.default}\"\n },\n \"name\": \"BadgeGreenContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"green-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.green-content-color.pressed}\",\n \"value\": \"#003B29\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.espelkamp-green.1000}\",\n \"key\": \"{badge.green-content-color.pressed}\"\n },\n \"name\": \"BadgeGreenContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"green-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"green-content-color\",\n \"pressed\"\n ]\n }\n },\n \"green-scope-background-color\": {\n \"key\": \"{badge.green-scope-background-color}\",\n \"value\": \"#00825B\",\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(255 255 255 / 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\": \"#C25200\",\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\": \"#FFF4EB\",\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\": \"#FFEBDC\",\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\": \"#FFD9BD\",\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 \"default\": {\n \"key\": \"{badge.orange-content-color.default}\",\n \"value\": \"#C25200\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.900}\",\n \"key\": \"{badge.orange-content-color.default}\"\n },\n \"name\": \"BadgeOrangeContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"orange-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.orange-content-color.pressed}\",\n \"value\": \"#8F3D00\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.royal-orange.1000}\",\n \"key\": \"{badge.orange-content-color.pressed}\"\n },\n \"name\": \"BadgeOrangeContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"orange-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"orange-content-color\",\n \"pressed\"\n ]\n }\n },\n \"orange-scope-background-color\": {\n \"key\": \"{badge.orange-scope-background-color}\",\n \"value\": \"#C25200\",\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(255 255 255 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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 \"default\": {\n \"key\": \"{badge.dark-content-color.default}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{badge.dark-content-color.default}\"\n },\n \"name\": \"BadgeDarkContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"dark-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.dark-content-color.pressed}\",\n \"value\": \"rgb(0 0 0 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{dark.color.800}\",\n \"key\": \"{badge.dark-content-color.pressed}\"\n },\n \"name\": \"BadgeDarkContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"dark-content-color\",\n \"pressed\"\n ]\n }\n },\n \"dark-scope-background-color\": {\n \"key\": \"{badge.dark-scope-background-color}\",\n \"value\": \"rgb(0 0 0 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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 \"default\": {\n \"key\": \"{badge.light-content-color.default}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{badge.light-content-color.default}\"\n },\n \"name\": \"BadgeLightContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"light-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.light-content-color.pressed}\",\n \"value\": \"rgb(255 255 255 / 100%)\",\n \"filePath\": \"src/status/badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{light.color.800}\",\n \"key\": \"{badge.light-content-color.pressed}\"\n },\n \"name\": \"BadgeLightContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"light-content-color\",\n \"pressed\"\n ]\n }\n },\n \"light-scope-background-color\": {\n \"key\": \"{badge.light-scope-background-color}\",\n \"value\": \"rgb(255 255 255 / 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(0 0 0 / 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 \"default\": {\n \"key\": \"{badge.dark-static-content-color.default}\",\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.default}\"\n },\n \"name\": \"BadgeDarkStaticContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.dark-static-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"BadgeDarkStaticContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"dark-static-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"dark-static-content-color\",\n \"pressed\"\n ]\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 \"default\": {\n \"key\": \"{badge.light-static-content-color.default}\",\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.default}\"\n },\n \"name\": \"BadgeLightStaticContentColorDefault\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-content-color\",\n \"item\": \"default\"\n },\n \"path\": [\n \"badge\",\n \"light-static-content-color\",\n \"default\"\n ]\n },\n \"pressed\": {\n \"key\": \"{badge.light-static-content-color.pressed}\",\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.pressed}\"\n },\n \"name\": \"BadgeLightStaticContentColorPressed\",\n \"attributes\": {\n \"category\": \"badge\",\n \"type\": \"light-static-content-color\",\n \"item\": \"pressed\"\n },\n \"path\": [\n \"badge\",\n \"light-static-content-color\",\n \"pressed\"\n ]\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\": \"#E6E6E6\",\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\": \"#F8F8F8\",\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\": \"#D5D5D5\",\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\": \"#E6E6E6\",\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\": \"#B1B1B1\",\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(0 0 0 / 37.5%)\",\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(0 0 0 / 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(0 0 0 / 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(0 0 0 / 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(255 255 255 / 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(255 255 255 / 37.5%)\",\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(255 255 255 / 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(255 255 255 / 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(255 255 255 / 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(0 0 0 / 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 / 37.5%)\",\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 / 37.5%)\",\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\": \"#00825B\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-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\": \"#FFFFFF\",\n \"filePath\": \"src/status/counter-badge.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{success-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\": \"#FFFFFF\",\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\": \"#6D6D6D\",\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(255 255 255 / 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(0 0 0 / 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\": \"4px\",\n \"filePath\": \"src/status/notification.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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 \"box-shadow\": {\n \"key\": \"{notification.box-shadow}\",\n \"value\": \"rgba(0, 0, 0, 0.14) 0 16px 24px\",\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\": \"#0054F5\",\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\": \"#003FB8\",\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\": \"#FFFFFF\",\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\": \"#F0F5FF\",\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\": \"#E0EBFF\",\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\": \"#F56800\",\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\": \"#C25200\",\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\": \"#FFFFFF\",\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\": \"#FFF4EB\",\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\": \"#FFEBDC\",\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\": \"#E1244C\",\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\": \"#B4193A\",\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\": \"#FFFFFF\",\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\": \"#FDF0F3\",\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\": \"#FBE0E6\",\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\": \"#00825B\",\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\": \"#005F42\",\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\": \"#FFFFFF\",\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\": \"#DCFFF4\",\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\": \"#C0FFEB\",\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\": \"#6D6D6D\",\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\": \"#464646\",\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\": \"#FFFFFF\",\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\": \"#F8F8F8\",\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\": \"#E6E6E6\",\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\": \"0.25rem\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\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\": \"#909090\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/status/progress-bar.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\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\": \"#0054F5\",\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\": \"#00825B\",\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\": \"#F56800\",\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\": \"#E1244C\",\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\": \"#6D6D6D\",\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\": \"#F8F8F8\",\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-green\": {\n \"key\": \"{accent-box.background-color-green}\",\n \"value\": \"#D8F5D6\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#D8F5D6\",\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-gradient\": {\n \"key\": \"{accent-box.background-color-gradient}\",\n \"value\": \"radial-gradient(circle at 27.74% 38.09%,#d8e9f8,transparent 60%),radial-gradient(circle at 63.98% 99.4%,#e4b8ff,transparent 37%),radial-gradient(circle at 79.7% 64.93%,#d8e9f8,transparent 52%),radial-gradient(circle at 10.9% 91.41%,#d8e9f8,transparent 56%),radial-gradient(circle at 3.68% 3.26%,#0056ff,transparent 31%),radial-gradient(circle at 99.62% 17.78%,#48c7d8,transparent 26%),radial-gradient(circle at 58.65% 24.91%,#d8e9f8,transparent 55%),radial-gradient(circle at 53.23% 52.72%,#d8e9f8,transparent 100%),radial-gradient(circle at 50% 50%,#fff,#fff 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 \"background-color-blue\": {\n \"key\": \"{accent-box.background-color-blue}\",\n \"value\": \"#F0F5FF\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.100}\",\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 \"icon-color-blue\": {\n \"key\": \"{accent-box.icon-color-blue}\",\n \"value\": \"#E0EBFF\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{color.hosting-blue.200}\",\n \"key\": \"{accent-box.icon-color-blue}\"\n },\n \"name\": \"AccentBoxIconColorBlue\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"icon-color-blue\"\n },\n \"path\": [\n \"accent-box\",\n \"icon-color-blue\"\n ]\n },\n \"icon-color-green\": {\n \"key\": \"{accent-box.icon-color-green}\",\n \"value\": \"#c4e3c1\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#c4e3c1\",\n \"key\": \"{accent-box.icon-color-green}\"\n },\n \"name\": \"AccentBoxIconColorGreen\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"icon-color-green\"\n },\n \"path\": [\n \"accent-box\",\n \"icon-color-green\"\n ]\n },\n \"icon-color-gradient\": {\n \"key\": \"{accent-box.icon-color-gradient}\",\n \"value\": \"#002b7b14\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"#002b7b14\",\n \"key\": \"{accent-box.icon-color-gradient}\"\n },\n \"name\": \"AccentBoxIconColorGradient\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"icon-color-gradient\"\n },\n \"path\": [\n \"accent-box\",\n \"icon-color-gradient\"\n ]\n },\n \"icon-color-neutral\": {\n \"key\": \"{accent-box.icon-color-neutral}\",\n \"value\": \"#E6E6E6\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.400}\",\n \"key\": \"{accent-box.icon-color-neutral}\"\n },\n \"name\": \"AccentBoxIconColorNeutral\",\n \"attributes\": {\n \"category\": \"accent-box\",\n \"type\": \"icon-color-neutral\"\n },\n \"path\": [\n \"accent-box\",\n \"icon-color-neutral\"\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\": \"4px\",\n \"filePath\": \"src/structure/accent-box.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"4px\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#909090\",\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\": \"#F0F5FF\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\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\": \"#F0F5FF\",\n \"filePath\": \"src/structure/accordion.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\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 \"align\": {\n \"avatar-text\": {\n \"spacing\": {\n \"key\": \"{align.avatar-text.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/structure/align.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{align.avatar-text.spacing}\"\n },\n \"name\": \"AlignAvatarTextSpacing\",\n \"attributes\": {\n \"category\": \"align\",\n \"type\": \"avatar-text\",\n \"item\": \"spacing\"\n },\n \"path\": [\n \"align\",\n \"avatar-text\",\n \"spacing\"\n ]\n }\n },\n \"input-button\": {\n \"spacing\": {\n \"key\": \"{align.input-button.spacing}\",\n \"value\": \"16px\",\n \"filePath\": \"src/structure/align.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.m}\",\n \"key\": \"{align.input-button.spacing}\"\n },\n \"name\": \"AlignInputButtonSpacing\",\n \"attributes\": {\n \"category\": \"align\",\n \"type\": \"input-button\",\n \"item\": \"spacing\"\n },\n \"path\": [\n \"align\",\n \"input-button\",\n \"spacing\"\n ]\n }\n },\n \"text-button\": {\n \"spacing\": {\n \"key\": \"{align.text-button.spacing}\",\n \"value\": \"0.25rem\",\n \"filePath\": \"src/structure/align.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.xs}\",\n \"key\": \"{align.text-button.spacing}\"\n },\n \"name\": \"AlignTextButtonSpacing\",\n \"attributes\": {\n \"category\": \"align\",\n \"type\": \"text-button\",\n \"item\": \"spacing\"\n },\n \"path\": [\n \"align\",\n \"text-button\",\n \"spacing\"\n ]\n }\n },\n \"icon-text\": {\n \"spacing\": {\n \"key\": \"{align.icon-text.spacing}\",\n \"value\": \"0.5rem\",\n \"filePath\": \"src/structure/align.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-rem.s}\",\n \"key\": \"{align.icon-text.spacing}\"\n },\n \"name\": \"AlignIconTextSpacing\",\n \"attributes\": {\n \"category\": \"align\",\n \"type\": \"icon-text\",\n \"item\": \"spacing\"\n },\n \"path\": [\n \"align\",\n \"icon-text\",\n \"spacing\"\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 \"layout-card\": {\n \"background-color\": {\n \"key\": \"{layout-card.background-color}\",\n \"value\": \"#FFFFFF\",\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\": \"4px\",\n \"filePath\": \"src/structure/layout-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"rgba(0, 0, 0, 0.1) 0 4px 8px\",\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 },\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\": \"4px\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#FDFDFD\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.200}\",\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\": \"#F0F5FF\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.100}\",\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\": \"#E0EBFF\",\n \"filePath\": \"src/structure/list.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{primary.color.200}\",\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\": \"#909090\",\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 },\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\": \"#909090\",\n \"filePath\": \"src/structure/separator.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral-outline-border-color}\",\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\": \"4px\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#909090\",\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\": \"#FFFFFF\",\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\": \"#F8F8F8\",\n \"filePath\": \"src/structure/table.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{neutral.color.300}\",\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 \"transition\": {\n \"duration\": {\n \"fast\": {\n \"key\": \"{transition.duration.fast}\",\n \"value\": \"200ms\",\n \"filePath\": \"src/transition.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/transition.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/transition.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 \"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\": \"4px\",\n \"filePath\": \"src/upload/file-card.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#909090\",\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\": \"#E1244C\",\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\": \"#FFFFFF\",\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\": \"#E6E6E6\",\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\": \"#D5D5D5\",\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\": \"#FDF0F3\",\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\": \"4px\",\n \"filePath\": \"src/upload/file-drop-zone.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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\": \"#D5D5D5\",\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\": \"#F8F8F8\",\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\": \"#F0F5FF\",\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\": \"#F8F8F8\",\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\": \"#909090\",\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\": \"#0054F5\",\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\": \"#E6E6E6\",\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\": \"8px\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{size-px.s}\",\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\": \"#909090\",\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\": \"4px\",\n \"filePath\": \"src/upload/image-cropper.yml\",\n \"isSource\": true,\n \"original\": {\n \"value\": \"{corner-radius.default}\",\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.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.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.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":""}