@ptsecurity/mosaic 11.4.4 → 11.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/_theming.scss +368 -61
  2. package/_visual.scss +139 -14
  3. package/bundles/ptsecurity-mosaic-datepicker.umd.js +2 -1
  4. package/bundles/ptsecurity-mosaic-datepicker.umd.js.map +1 -1
  5. package/bundles/ptsecurity-mosaic-datepicker.umd.min.js +1 -1
  6. package/bundles/ptsecurity-mosaic-datepicker.umd.min.js.map +1 -1
  7. package/bundles/ptsecurity-mosaic-design-tokens.umd.js +226 -15
  8. package/bundles/ptsecurity-mosaic-design-tokens.umd.js.map +1 -1
  9. package/bundles/ptsecurity-mosaic-design-tokens.umd.min.js +1 -1
  10. package/bundles/ptsecurity-mosaic-design-tokens.umd.min.js.map +1 -1
  11. package/bundles/ptsecurity-mosaic-dropdown.umd.js +1 -1
  12. package/bundles/ptsecurity-mosaic-dropdown.umd.min.js +2 -2
  13. package/bundles/ptsecurity-mosaic-dropdown.umd.min.js.map +1 -1
  14. package/bundles/ptsecurity-mosaic-list.umd.js +10 -2
  15. package/bundles/ptsecurity-mosaic-list.umd.js.map +1 -1
  16. package/bundles/ptsecurity-mosaic-list.umd.min.js +1 -1
  17. package/bundles/ptsecurity-mosaic-list.umd.min.js.map +1 -1
  18. package/bundles/ptsecurity-mosaic-navbar.umd.js +2 -2
  19. package/bundles/ptsecurity-mosaic-navbar.umd.js.map +1 -1
  20. package/bundles/ptsecurity-mosaic-navbar.umd.min.js +2 -2
  21. package/bundles/ptsecurity-mosaic-navbar.umd.min.js.map +1 -1
  22. package/bundles/ptsecurity-mosaic-timepicker.umd.js +1 -1
  23. package/bundles/ptsecurity-mosaic-timepicker.umd.js.map +1 -1
  24. package/bundles/ptsecurity-mosaic-timepicker.umd.min.js +1 -1
  25. package/bundles/ptsecurity-mosaic-timepicker.umd.min.js.map +1 -1
  26. package/design-tokens/ptsecurity-mosaic-design-tokens.metadata.json +1 -1
  27. package/design-tokens/style-dictionary/build.js +56 -0
  28. package/design-tokens/style-dictionary/configs/css.js +13 -0
  29. package/design-tokens/style-dictionary/configs/index.js +47 -0
  30. package/design-tokens/style-dictionary/configs/js.js +9 -0
  31. package/design-tokens/style-dictionary/configs/scss.js +23 -0
  32. package/design-tokens/style-dictionary/filters/color.js +7 -0
  33. package/design-tokens/style-dictionary/filters/palette.js +7 -0
  34. package/design-tokens/style-dictionary/filters/size.js +7 -0
  35. package/design-tokens/style-dictionary/filters/typography.js +7 -0
  36. package/design-tokens/style-dictionary/formats/palette.js +25 -0
  37. package/design-tokens/style-dictionary/formats/typography.js +52 -0
  38. package/design-tokens/style-dictionary/transformGroups/css.js +13 -0
  39. package/design-tokens/style-dictionary/transformGroups/scss.js +12 -0
  40. package/design-tokens/style-dictionary/transforms/attribute/palette.js +9 -0
  41. package/design-tokens/style-dictionary/transforms/attribute/prefix.js +11 -0
  42. package/design-tokens/style-dictionary/transforms/attribute/size.js +8 -0
  43. package/design-tokens/style-dictionary/transforms/attribute/typography.js +9 -0
  44. package/design-tokens/tokens/components/alert.json5 +83 -0
  45. package/design-tokens/tokens/components/autocomplete.json5 +11 -0
  46. package/design-tokens/tokens/components/badge.json5 +184 -0
  47. package/design-tokens/tokens/components/button-toggle.json5 +10 -0
  48. package/design-tokens/tokens/components/button.json5 +143 -0
  49. package/design-tokens/tokens/components/card.json5 +51 -0
  50. package/design-tokens/tokens/components/checkbox.json5 +39 -0
  51. package/design-tokens/tokens/components/datepicker.json5 +64 -0
  52. package/design-tokens/tokens/components/divider.json5 +8 -0
  53. package/design-tokens/tokens/components/dropdown.json5 +47 -0
  54. package/design-tokens/tokens/components/form-field.json5 +52 -0
  55. package/design-tokens/tokens/components/forms.json5 +52 -0
  56. package/design-tokens/tokens/components/input.json5 +13 -0
  57. package/design-tokens/tokens/components/link.json5 +56 -0
  58. package/design-tokens/tokens/components/list.json5 +19 -0
  59. package/design-tokens/tokens/components/modal.json5 +67 -0
  60. package/design-tokens/tokens/components/navbar.json5 +64 -0
  61. package/design-tokens/tokens/components/optgroup.json5 +10 -0
  62. package/design-tokens/tokens/components/option.json5 +12 -0
  63. package/design-tokens/tokens/components/popover.json5 +40 -0
  64. package/design-tokens/tokens/components/popup.json5 +18 -0
  65. package/design-tokens/tokens/components/progress-bar.json5 +13 -0
  66. package/design-tokens/tokens/components/progress-spinner.json5 +7 -0
  67. package/design-tokens/tokens/components/radio.json5 +45 -0
  68. package/design-tokens/tokens/components/select.json5 +25 -0
  69. package/design-tokens/tokens/components/sidepanel.json5 +30 -0
  70. package/design-tokens/tokens/components/table.json5 +15 -0
  71. package/design-tokens/tokens/components/tabs.json5 +25 -0
  72. package/design-tokens/tokens/components/tags.json5 +126 -0
  73. package/design-tokens/tokens/components/textarea.json5 +12 -0
  74. package/design-tokens/tokens/components/timepicker.json5 +7 -0
  75. package/design-tokens/tokens/components/toggle.json5 +55 -0
  76. package/design-tokens/tokens/components/tooltip.json5 +37 -0
  77. package/design-tokens/tokens/components/tree.json5 +12 -0
  78. package/design-tokens/tokens/properties/aliases.json5 +3 -0
  79. package/design-tokens/tokens/properties/colors.json5 +110 -0
  80. package/design-tokens/tokens/properties/font.json5 +12 -0
  81. package/design-tokens/tokens/properties/globals.json5 +30 -0
  82. package/design-tokens/tokens/properties/padding.json5 +3 -0
  83. package/design-tokens/tokens/properties/palette.json5 +163 -0
  84. package/design-tokens/tokens/properties/typography.json5 +140 -0
  85. package/design-tokens/tokens.d.ts +114 -8
  86. package/dropdown/ptsecurity-mosaic-dropdown.metadata.json +1 -1
  87. package/esm2015/datepicker/datepicker-input.directive.js +3 -2
  88. package/esm2015/design-tokens/tokens.js +115 -10
  89. package/esm2015/dropdown/dropdown-item.component.js +1 -1
  90. package/esm2015/list/list-selection.component.js +11 -3
  91. package/esm2015/navbar/navbar.component.js +1 -1
  92. package/esm2015/navbar/vertical-navbar.component.js +2 -2
  93. package/esm2015/timepicker/timepicker.directive.js +3 -3
  94. package/fesm2015/ptsecurity-mosaic-datepicker.js +2 -1
  95. package/fesm2015/ptsecurity-mosaic-datepicker.js.map +1 -1
  96. package/fesm2015/ptsecurity-mosaic-design-tokens.js +115 -10
  97. package/fesm2015/ptsecurity-mosaic-design-tokens.js.map +1 -1
  98. package/fesm2015/ptsecurity-mosaic-dropdown.js +1 -1
  99. package/fesm2015/ptsecurity-mosaic-list.js +10 -2
  100. package/fesm2015/ptsecurity-mosaic-list.js.map +1 -1
  101. package/fesm2015/ptsecurity-mosaic-navbar.js +2 -2
  102. package/fesm2015/ptsecurity-mosaic-navbar.js.map +1 -1
  103. package/fesm2015/ptsecurity-mosaic-timepicker.js +2 -2
  104. package/fesm2015/ptsecurity-mosaic-timepicker.js.map +1 -1
  105. package/list/ptsecurity-mosaic-list.metadata.json +1 -1
  106. package/navbar/ptsecurity-mosaic-navbar.metadata.json +1 -1
  107. package/package.json +5 -5
  108. package/prebuilt-themes/dark-theme.css +1 -1
  109. package/prebuilt-themes/default-theme.css +1 -1
  110. package/timepicker/ptsecurity-mosaic-timepicker.metadata.json +1 -1
  111. package/prebuilt-visual/default-visual.css +0 -1
@@ -1 +1 @@
1
- {"__symbolic":"module","version":4,"metadata":{"LightColorSchemePrimaryDefault":"#338FCC","LightColorSchemePrimaryPalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"LightColorSchemeSecondDefault":"#B3B3B3","LightColorSchemeSecondPalette":{"40":{"value":"#F5F5F5","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5F5F5","$quoted$":["value"]},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40","$quoted$":["category","type","item"]},"path":["palette","grey","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#F0F0F0","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0F0F0","$quoted$":["value"]},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60","$quoted$":["category","type","item"]},"path":["palette","grey","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#E6E6E6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E6E6E6","$quoted$":["value"]},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100","$quoted$":["category","type","item"]},"path":["palette","grey","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#CCCCCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#CCCCCC","$quoted$":["value"]},"name":"PaletteGrey200","attributes":{"category":"palette","type":"grey","item":"200","$quoted$":["category","type","item"]},"path":["palette","grey","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#B3B3B3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B3B3B3","$quoted$":["value"]},"name":"PaletteGrey300","attributes":{"category":"palette","type":"grey","item":"300","$quoted$":["category","type","item"]},"path":["palette","grey","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#999999","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#999999","$quoted$":["value"]},"name":"PaletteGrey400","attributes":{"category":"palette","type":"grey","item":"400","$quoted$":["category","type","item"]},"path":["palette","grey","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#808080","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#808080","$quoted$":["value"]},"name":"PaletteGrey500","attributes":{"category":"palette","type":"grey","item":"500","$quoted$":["category","type","item"]},"path":["palette","grey","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#707070","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#707070","$quoted$":["value"]},"name":"PaletteGrey560","attributes":{"category":"palette","type":"grey","item":"560","$quoted$":["category","type","item"]},"path":["palette","grey","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#666666","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#666666","$quoted$":["value"]},"name":"PaletteGrey600","attributes":{"category":"palette","type":"grey","item":"600","$quoted$":["category","type","item"]},"path":["palette","grey","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGrey700","attributes":{"category":"palette","type":"grey","item":"700","$quoted$":["category","type","item"]},"path":["palette","grey","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#333333","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#333333","$quoted$":["value"]},"name":"PaletteGrey800","attributes":{"category":"palette","type":"grey","item":"800","$quoted$":["category","type","item"]},"path":["palette","grey","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A40":{"value":"rgba(0, 0, 0, 0.04)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.04)","$quoted$":["value"]},"name":"PaletteGreyA40","attributes":{"category":"palette","type":"grey","item":"A40","$quoted$":["category","type","item"]},"path":["palette","grey","A40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A60":{"value":"rgba(0, 0, 0, 0.06)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.06)","$quoted$":["value"]},"name":"PaletteGreyA60","attributes":{"category":"palette","type":"grey","item":"A60","$quoted$":["category","type","item"]},"path":["palette","grey","A60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 0, 0, 0.1)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.1)","$quoted$":["value"]},"name":"PaletteGreyA100","attributes":{"category":"palette","type":"grey","item":"A100","$quoted$":["category","type","item"]},"path":["palette","grey","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 0, 0, 0.2)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.2)","$quoted$":["value"]},"name":"PaletteGreyA200","attributes":{"category":"palette","type":"grey","item":"A200","$quoted$":["category","type","item"]},"path":["palette","grey","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A300":{"value":"rgba(0, 0, 0, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.3)","$quoted$":["value"]},"name":"PaletteGreyA300","attributes":{"category":"palette","type":"grey","item":"A300","$quoted$":["category","type","item"]},"path":["palette","grey","A300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A500":{"value":"rgba(0, 0, 0, 0.5)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.5)","$quoted$":["value"]},"name":"PaletteGreyA500","attributes":{"category":"palette","type":"grey","item":"A500","$quoted$":["category","type","item"]},"path":["palette","grey","A500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast40","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast60","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast100","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast200","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast300","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast400","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast500","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast560","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast600","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast700","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast800","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A40","A60","A100","A200","A300","A500","contrast"]},"LightColorSchemeErrorDefault":"#E76E5C","LightColorSchemeErrorPalette":{"40":{"value":"#FEF7F6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FEF7F6","$quoted$":["value"]},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40","$quoted$":["category","type","item"]},"path":["palette","red","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCEFEC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCEFEC","$quoted$":["value"]},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60","$quoted$":["category","type","item"]},"path":["palette","red","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#FADEDA","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FADEDA","$quoted$":["value"]},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100","$quoted$":["category","type","item"]},"path":["palette","red","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F4B7AE","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F4B7AE","$quoted$":["value"]},"name":"PaletteRed200","attributes":{"category":"palette","type":"red","item":"200","$quoted$":["category","type","item"]},"path":["palette","red","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#ED9284","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#ED9284","$quoted$":["value"]},"name":"PaletteRed300","attributes":{"category":"palette","type":"red","item":"300","$quoted$":["category","type","item"]},"path":["palette","red","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#E76E5C","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E76E5C","$quoted$":["value"]},"name":"PaletteRed400","attributes":{"category":"palette","type":"red","item":"400","$quoted$":["category","type","item"]},"path":["palette","red","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#E04D36","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E04D36","$quoted$":["value"]},"name":"PaletteRed500","attributes":{"category":"palette","type":"red","item":"500","$quoted$":["category","type","item"]},"path":["palette","red","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#C43E29","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#C43E29","$quoted$":["value"]},"name":"PaletteRed560","attributes":{"category":"palette","type":"red","item":"560","$quoted$":["category","type","item"]},"path":["palette","red","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#B23522","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B23522","$quoted$":["value"]},"name":"PaletteRed600","attributes":{"category":"palette","type":"red","item":"600","$quoted$":["category","type","item"]},"path":["palette","red","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#832112","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#832112","$quoted$":["value"]},"name":"PaletteRed700","attributes":{"category":"palette","type":"red","item":"700","$quoted$":["category","type","item"]},"path":["palette","red","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#541208","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#541208","$quoted$":["value"]},"name":"PaletteRed800","attributes":{"category":"palette","type":"red","item":"800","$quoted$":["category","type","item"]},"path":["palette","red","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(224, 79, 56, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(224, 79, 56, 0.15)","$quoted$":["value"]},"name":"PaletteRedA100","attributes":{"category":"palette","type":"red","item":"A100","$quoted$":["category","type","item"]},"path":["palette","red","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast40","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast60","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast200","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast300","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast400","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast500","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast560","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast600","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast700","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast800","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrastA100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"LightColorSchemeInfoDefault":"#AAD1EC","LightColorSchemeInfoPalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"LightColorSchemeSuccessDefault":"#B4DEA4","LightColorSchemeSuccessPalette":{"40":{"value":"#F6FBF4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F6FBF4","$quoted$":["value"]},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40","$quoted$":["category","type","item"]},"path":["palette","green","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EDF8E9","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EDF8E9","$quoted$":["value"]},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60","$quoted$":["category","type","item"]},"path":["palette","green","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#DCF1D4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DCF1D4","$quoted$":["value"]},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100","$quoted$":["category","type","item"]},"path":["palette","green","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#B4DEA4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B4DEA4","$quoted$":["value"]},"name":"PaletteGreen200","attributes":{"category":"palette","type":"green","item":"200","$quoted$":["category","type","item"]},"path":["palette","green","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#8FCC79","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#8FCC79","$quoted$":["value"]},"name":"PaletteGreen300","attributes":{"category":"palette","type":"green","item":"300","$quoted$":["category","type","item"]},"path":["palette","green","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#6FBA53","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#6FBA53","$quoted$":["value"]},"name":"PaletteGreen400","attributes":{"category":"palette","type":"green","item":"400","$quoted$":["category","type","item"]},"path":["palette","green","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#52A832","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#52A832","$quoted$":["value"]},"name":"PaletteGreen500","attributes":{"category":"palette","type":"green","item":"500","$quoted$":["category","type","item"]},"path":["palette","green","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#449327","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#449327","$quoted$":["value"]},"name":"PaletteGreen560","attributes":{"category":"palette","type":"green","item":"560","$quoted$":["category","type","item"]},"path":["palette","green","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#3B8520","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#3B8520","$quoted$":["value"]},"name":"PaletteGreen600","attributes":{"category":"palette","type":"green","item":"600","$quoted$":["category","type","item"]},"path":["palette","green","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#276211","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#276211","$quoted$":["value"]},"name":"PaletteGreen700","attributes":{"category":"palette","type":"green","item":"700","$quoted$":["category","type","item"]},"path":["palette","green","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#163F07","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#163F07","$quoted$":["value"]},"name":"PaletteGreen800","attributes":{"category":"palette","type":"green","item":"800","$quoted$":["category","type","item"]},"path":["palette","green","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(68, 255, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(68, 255, 0, 0.15)","$quoted$":["value"]},"name":"PaletteGreenA100","attributes":{"category":"palette","type":"green","item":"A100","$quoted$":["category","type","item"]},"path":["palette","green","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast40","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast60","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast200","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast300","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast400","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast500","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast560","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast600","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast700","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast800","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrastA100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"LightColorSchemeWarningDefault":"#F0D49B","LightColorSchemeWarningPalette":{"40":{"value":"#FDFAF3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FDFAF3","$quoted$":["value"]},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40","$quoted$":["category","type","item"]},"path":["palette","yellow","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCF5E8","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCF5E8","$quoted$":["value"]},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60","$quoted$":["category","type","item"]},"path":["palette","yellow","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#F8EBD1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F8EBD1","$quoted$":["value"]},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100","$quoted$":["category","type","item"]},"path":["palette","yellow","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F0D49B","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0D49B","$quoted$":["value"]},"name":"PaletteYellow200","attributes":{"category":"palette","type":"yellow","item":"200","$quoted$":["category","type","item"]},"path":["palette","yellow","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#E7BD68","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E7BD68","$quoted$":["value"]},"name":"PaletteYellow300","attributes":{"category":"palette","type":"yellow","item":"300","$quoted$":["category","type","item"]},"path":["palette","yellow","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#DFA739","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DFA739","$quoted$":["value"]},"name":"PaletteYellow400","attributes":{"category":"palette","type":"yellow","item":"400","$quoted$":["category","type","item"]},"path":["palette","yellow","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#D6930D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D6930D","$quoted$":["value"]},"name":"PaletteYellow500","attributes":{"category":"palette","type":"yellow","item":"500","$quoted$":["category","type","item"]},"path":["palette","yellow","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#BB800A","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#BB800A","$quoted$":["value"]},"name":"PaletteYellow560","attributes":{"category":"palette","type":"yellow","item":"560","$quoted$":["category","type","item"]},"path":["palette","yellow","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#AA7408","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AA7408","$quoted$":["value"]},"name":"PaletteYellow600","attributes":{"category":"palette","type":"yellow","item":"600","$quoted$":["category","type","item"]},"path":["palette","yellow","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#7D5504","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7D5504","$quoted$":["value"]},"name":"PaletteYellow700","attributes":{"category":"palette","type":"yellow","item":"700","$quoted$":["category","type","item"]},"path":["palette","yellow","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#503602","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#503602","$quoted$":["value"]},"name":"PaletteYellow800","attributes":{"category":"palette","type":"yellow","item":"800","$quoted$":["category","type","item"]},"path":["palette","yellow","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(255, 170, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(255, 170, 0, 0.15)","$quoted$":["value"]},"name":"PaletteYellowA100","attributes":{"category":"palette","type":"yellow","item":"A100","$quoted$":["category","type","item"]},"path":["palette","yellow","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast40","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast60","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast200","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast300","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast400","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast500","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast560","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast600","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast700","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast800","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrastA100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"LightColorSchemeForegroundText":"#4D4D4D","LightColorSchemeForegroundTextLessContrast":"#999999","LightColorSchemeForegroundTextDisabled":"#B3B3B3","LightColorSchemeForegroundDivider":"#E6E6E6","LightColorSchemeForegroundBorder":"#B3B3B3","LightColorSchemeForegroundIcon":"#999999","LightColorSchemeBackgroundBackground":"white","LightColorSchemeBackgroundBackgroundDisabled":"#F0F0F0","LightColorSchemeBackgroundOverlayHover":"rgba(black, 0.05)","LightColorSchemeBackgroundOverlayActive":"rgba(black, 0.1)","LightColorSchemeBackgroundOverlayDisabled":"rgba(white, 0.3)","LightColorSchemeStatesFocusedColor":"#338FCC","LightColorSchemeStatesSelectedColor":"#D8EAF7","LightColorSchemeStatesPressedShadow":"inset 0 1px 2px 0 rgba(black, 0.2)","LightColorSchemeStatesDisabledOpacity":0.3,"DarkColorSchemePrimaryDefault":"#57A4D7","DarkColorSchemePrimaryPalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"DarkColorSchemeSecondDefault":"#999999","DarkColorSchemeSecondPalette":{"40":{"value":"#F5F5F5","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5F5F5","$quoted$":["value"]},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40","$quoted$":["category","type","item"]},"path":["palette","grey","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#F0F0F0","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0F0F0","$quoted$":["value"]},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60","$quoted$":["category","type","item"]},"path":["palette","grey","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#E6E6E6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E6E6E6","$quoted$":["value"]},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100","$quoted$":["category","type","item"]},"path":["palette","grey","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#CCCCCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#CCCCCC","$quoted$":["value"]},"name":"PaletteGrey200","attributes":{"category":"palette","type":"grey","item":"200","$quoted$":["category","type","item"]},"path":["palette","grey","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#B3B3B3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B3B3B3","$quoted$":["value"]},"name":"PaletteGrey300","attributes":{"category":"palette","type":"grey","item":"300","$quoted$":["category","type","item"]},"path":["palette","grey","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#999999","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#999999","$quoted$":["value"]},"name":"PaletteGrey400","attributes":{"category":"palette","type":"grey","item":"400","$quoted$":["category","type","item"]},"path":["palette","grey","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#808080","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#808080","$quoted$":["value"]},"name":"PaletteGrey500","attributes":{"category":"palette","type":"grey","item":"500","$quoted$":["category","type","item"]},"path":["palette","grey","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#707070","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#707070","$quoted$":["value"]},"name":"PaletteGrey560","attributes":{"category":"palette","type":"grey","item":"560","$quoted$":["category","type","item"]},"path":["palette","grey","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#666666","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#666666","$quoted$":["value"]},"name":"PaletteGrey600","attributes":{"category":"palette","type":"grey","item":"600","$quoted$":["category","type","item"]},"path":["palette","grey","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGrey700","attributes":{"category":"palette","type":"grey","item":"700","$quoted$":["category","type","item"]},"path":["palette","grey","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#333333","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#333333","$quoted$":["value"]},"name":"PaletteGrey800","attributes":{"category":"palette","type":"grey","item":"800","$quoted$":["category","type","item"]},"path":["palette","grey","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A40":{"value":"rgba(0, 0, 0, 0.04)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.04)","$quoted$":["value"]},"name":"PaletteGreyA40","attributes":{"category":"palette","type":"grey","item":"A40","$quoted$":["category","type","item"]},"path":["palette","grey","A40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A60":{"value":"rgba(0, 0, 0, 0.06)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.06)","$quoted$":["value"]},"name":"PaletteGreyA60","attributes":{"category":"palette","type":"grey","item":"A60","$quoted$":["category","type","item"]},"path":["palette","grey","A60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 0, 0, 0.1)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.1)","$quoted$":["value"]},"name":"PaletteGreyA100","attributes":{"category":"palette","type":"grey","item":"A100","$quoted$":["category","type","item"]},"path":["palette","grey","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 0, 0, 0.2)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.2)","$quoted$":["value"]},"name":"PaletteGreyA200","attributes":{"category":"palette","type":"grey","item":"A200","$quoted$":["category","type","item"]},"path":["palette","grey","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A300":{"value":"rgba(0, 0, 0, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.3)","$quoted$":["value"]},"name":"PaletteGreyA300","attributes":{"category":"palette","type":"grey","item":"A300","$quoted$":["category","type","item"]},"path":["palette","grey","A300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A500":{"value":"rgba(0, 0, 0, 0.5)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.5)","$quoted$":["value"]},"name":"PaletteGreyA500","attributes":{"category":"palette","type":"grey","item":"A500","$quoted$":["category","type","item"]},"path":["palette","grey","A500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast40","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast60","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast100","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast200","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast300","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast400","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast500","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast560","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast600","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast700","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast800","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A40","A60","A100","A200","A300","A500","contrast"]},"DarkColorSchemeErrorDefault":"#E76E5C","DarkColorSchemeErrorPalette":{"40":{"value":"#FEF7F6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FEF7F6","$quoted$":["value"]},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40","$quoted$":["category","type","item"]},"path":["palette","red","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCEFEC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCEFEC","$quoted$":["value"]},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60","$quoted$":["category","type","item"]},"path":["palette","red","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#FADEDA","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FADEDA","$quoted$":["value"]},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100","$quoted$":["category","type","item"]},"path":["palette","red","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F4B7AE","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F4B7AE","$quoted$":["value"]},"name":"PaletteRed200","attributes":{"category":"palette","type":"red","item":"200","$quoted$":["category","type","item"]},"path":["palette","red","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#ED9284","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#ED9284","$quoted$":["value"]},"name":"PaletteRed300","attributes":{"category":"palette","type":"red","item":"300","$quoted$":["category","type","item"]},"path":["palette","red","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#E76E5C","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E76E5C","$quoted$":["value"]},"name":"PaletteRed400","attributes":{"category":"palette","type":"red","item":"400","$quoted$":["category","type","item"]},"path":["palette","red","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#E04D36","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E04D36","$quoted$":["value"]},"name":"PaletteRed500","attributes":{"category":"palette","type":"red","item":"500","$quoted$":["category","type","item"]},"path":["palette","red","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#C43E29","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#C43E29","$quoted$":["value"]},"name":"PaletteRed560","attributes":{"category":"palette","type":"red","item":"560","$quoted$":["category","type","item"]},"path":["palette","red","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#B23522","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B23522","$quoted$":["value"]},"name":"PaletteRed600","attributes":{"category":"palette","type":"red","item":"600","$quoted$":["category","type","item"]},"path":["palette","red","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#832112","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#832112","$quoted$":["value"]},"name":"PaletteRed700","attributes":{"category":"palette","type":"red","item":"700","$quoted$":["category","type","item"]},"path":["palette","red","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#541208","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#541208","$quoted$":["value"]},"name":"PaletteRed800","attributes":{"category":"palette","type":"red","item":"800","$quoted$":["category","type","item"]},"path":["palette","red","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(224, 79, 56, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(224, 79, 56, 0.15)","$quoted$":["value"]},"name":"PaletteRedA100","attributes":{"category":"palette","type":"red","item":"A100","$quoted$":["category","type","item"]},"path":["palette","red","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast40","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast60","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast200","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast300","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast400","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast500","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast560","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast600","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast700","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast800","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrastA100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"DarkColorSchemeInfoDefault":"#57A4D7","DarkColorSchemeInfoPalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"DarkColorSchemeSuccessDefault":"#6FBA53","DarkColorSchemeSuccessPalette":{"40":{"value":"#F6FBF4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F6FBF4","$quoted$":["value"]},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40","$quoted$":["category","type","item"]},"path":["palette","green","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EDF8E9","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EDF8E9","$quoted$":["value"]},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60","$quoted$":["category","type","item"]},"path":["palette","green","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#DCF1D4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DCF1D4","$quoted$":["value"]},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100","$quoted$":["category","type","item"]},"path":["palette","green","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#B4DEA4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B4DEA4","$quoted$":["value"]},"name":"PaletteGreen200","attributes":{"category":"palette","type":"green","item":"200","$quoted$":["category","type","item"]},"path":["palette","green","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#8FCC79","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#8FCC79","$quoted$":["value"]},"name":"PaletteGreen300","attributes":{"category":"palette","type":"green","item":"300","$quoted$":["category","type","item"]},"path":["palette","green","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#6FBA53","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#6FBA53","$quoted$":["value"]},"name":"PaletteGreen400","attributes":{"category":"palette","type":"green","item":"400","$quoted$":["category","type","item"]},"path":["palette","green","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#52A832","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#52A832","$quoted$":["value"]},"name":"PaletteGreen500","attributes":{"category":"palette","type":"green","item":"500","$quoted$":["category","type","item"]},"path":["palette","green","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#449327","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#449327","$quoted$":["value"]},"name":"PaletteGreen560","attributes":{"category":"palette","type":"green","item":"560","$quoted$":["category","type","item"]},"path":["palette","green","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#3B8520","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#3B8520","$quoted$":["value"]},"name":"PaletteGreen600","attributes":{"category":"palette","type":"green","item":"600","$quoted$":["category","type","item"]},"path":["palette","green","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#276211","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#276211","$quoted$":["value"]},"name":"PaletteGreen700","attributes":{"category":"palette","type":"green","item":"700","$quoted$":["category","type","item"]},"path":["palette","green","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#163F07","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#163F07","$quoted$":["value"]},"name":"PaletteGreen800","attributes":{"category":"palette","type":"green","item":"800","$quoted$":["category","type","item"]},"path":["palette","green","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(68, 255, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(68, 255, 0, 0.15)","$quoted$":["value"]},"name":"PaletteGreenA100","attributes":{"category":"palette","type":"green","item":"A100","$quoted$":["category","type","item"]},"path":["palette","green","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast40","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast60","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast200","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast300","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast400","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast500","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast560","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast600","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast700","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast800","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrastA100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"DarkColorSchemeWarningDefault":"#DFA739","DarkColorSchemeWarningPalette":{"40":{"value":"#FDFAF3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FDFAF3","$quoted$":["value"]},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40","$quoted$":["category","type","item"]},"path":["palette","yellow","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCF5E8","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCF5E8","$quoted$":["value"]},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60","$quoted$":["category","type","item"]},"path":["palette","yellow","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#F8EBD1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F8EBD1","$quoted$":["value"]},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100","$quoted$":["category","type","item"]},"path":["palette","yellow","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F0D49B","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0D49B","$quoted$":["value"]},"name":"PaletteYellow200","attributes":{"category":"palette","type":"yellow","item":"200","$quoted$":["category","type","item"]},"path":["palette","yellow","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#E7BD68","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E7BD68","$quoted$":["value"]},"name":"PaletteYellow300","attributes":{"category":"palette","type":"yellow","item":"300","$quoted$":["category","type","item"]},"path":["palette","yellow","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#DFA739","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DFA739","$quoted$":["value"]},"name":"PaletteYellow400","attributes":{"category":"palette","type":"yellow","item":"400","$quoted$":["category","type","item"]},"path":["palette","yellow","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#D6930D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D6930D","$quoted$":["value"]},"name":"PaletteYellow500","attributes":{"category":"palette","type":"yellow","item":"500","$quoted$":["category","type","item"]},"path":["palette","yellow","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#BB800A","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#BB800A","$quoted$":["value"]},"name":"PaletteYellow560","attributes":{"category":"palette","type":"yellow","item":"560","$quoted$":["category","type","item"]},"path":["palette","yellow","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#AA7408","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AA7408","$quoted$":["value"]},"name":"PaletteYellow600","attributes":{"category":"palette","type":"yellow","item":"600","$quoted$":["category","type","item"]},"path":["palette","yellow","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#7D5504","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7D5504","$quoted$":["value"]},"name":"PaletteYellow700","attributes":{"category":"palette","type":"yellow","item":"700","$quoted$":["category","type","item"]},"path":["palette","yellow","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#503602","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#503602","$quoted$":["value"]},"name":"PaletteYellow800","attributes":{"category":"palette","type":"yellow","item":"800","$quoted$":["category","type","item"]},"path":["palette","yellow","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(255, 170, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(255, 170, 0, 0.15)","$quoted$":["value"]},"name":"PaletteYellowA100","attributes":{"category":"palette","type":"yellow","item":"A100","$quoted$":["category","type","item"]},"path":["palette","yellow","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast40","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast60","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast200","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast300","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast400","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast500","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast560","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast600","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast700","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast800","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrastA100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"DarkColorSchemeForegroundText":"#F0F0F0","DarkColorSchemeForegroundTextLessContrast":"#999999","DarkColorSchemeForegroundTextDisabled":"#999999","DarkColorSchemeForegroundDivider":"#666666","DarkColorSchemeForegroundBorder":"#808080","DarkColorSchemeForegroundIcon":"#999999","DarkColorSchemeBackgroundBackground":"#333333","DarkColorSchemeBackgroundBackgroundDisabled":"#666666","DarkColorSchemeBackgroundOverlayHover":"rgba(black, 0.05)","DarkColorSchemeBackgroundOverlayActive":"rgba(black, 0.1)","DarkColorSchemeBackgroundOverlayDisabled":"rgba(white, 0.2)","DarkColorSchemeStatesFocusedColor":"#57A4D7","DarkColorSchemeStatesSelectedColor":"#114E77","DarkColorSchemeStatesPressedShadow":"inset 1px 2px 2px 0 rgba(black, 0.2)","DarkColorSchemeStatesDisabledOpacity":0.3,"FontFamilyBase":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","FontFamilyMonospace":"'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace","PaletteBlue40":"#F5FAFD","PaletteBlue60":"#EBF4FB","PaletteBlue100":"#D8EAF7","PaletteBlue200":"#AAD1EC","PaletteBlue300":"#7FBAE1","PaletteBlue400":"#57A4D7","PaletteBlue500":"#338FCC","PaletteBlue560":"#277BB3","PaletteBlue600":"#206EA2","PaletteBlue700":"#114E77","PaletteBlue800":"#07314D","PaletteBlueA100":"rgba(0, 153, 255, 0.15)","PaletteBlueA200":"rgba(0, 153, 255, 0.3)","PaletteBlueContrast40":"#4D4D4D","PaletteBlueContrast60":"#4D4D4D","PaletteBlueContrast100":"#4D4D4D","PaletteBlueContrast200":"#4D4D4D","PaletteBlueContrast300":"#4D4D4D","PaletteBlueContrast400":"white","PaletteBlueContrast500":"white","PaletteBlueContrast560":"white","PaletteBlueContrast600":"white","PaletteBlueContrast700":"white","PaletteBlueContrast800":"white","PaletteBlueContrastA100":"#4D4D4D","PaletteBlueContrastA200":"white","PaletteGreen40":"#F6FBF4","PaletteGreen60":"#EDF8E9","PaletteGreen100":"#DCF1D4","PaletteGreen200":"#B4DEA4","PaletteGreen300":"#8FCC79","PaletteGreen400":"#6FBA53","PaletteGreen500":"#52A832","PaletteGreen560":"#449327","PaletteGreen600":"#3B8520","PaletteGreen700":"#276211","PaletteGreen800":"#163F07","PaletteGreenA100":"rgba(68, 255, 0, 0.15)","PaletteGreenContrast40":"#4D4D4D","PaletteGreenContrast60":"#4D4D4D","PaletteGreenContrast100":"#4D4D4D","PaletteGreenContrast200":"#4D4D4D","PaletteGreenContrast300":"#4D4D4D","PaletteGreenContrast400":"white","PaletteGreenContrast500":"white","PaletteGreenContrast560":"white","PaletteGreenContrast600":"white","PaletteGreenContrast700":"white","PaletteGreenContrast800":"white","PaletteGreenContrastA100":"#4D4D4D","PaletteRed40":"#FEF7F6","PaletteRed60":"#FCEFEC","PaletteRed100":"#FADEDA","PaletteRed200":"#F4B7AE","PaletteRed300":"#ED9284","PaletteRed400":"#E76E5C","PaletteRed500":"#E04D36","PaletteRed560":"#C43E29","PaletteRed600":"#B23522","PaletteRed700":"#832112","PaletteRed800":"#541208","PaletteRedA100":"rgba(224, 79, 56, 0.15)","PaletteRedContrast40":"#4D4D4D","PaletteRedContrast60":"#4D4D4D","PaletteRedContrast100":"#4D4D4D","PaletteRedContrast200":"#4D4D4D","PaletteRedContrast300":"#4D4D4D","PaletteRedContrast400":"white","PaletteRedContrast500":"white","PaletteRedContrast560":"white","PaletteRedContrast600":"white","PaletteRedContrast700":"white","PaletteRedContrast800":"white","PaletteRedContrastA100":"#4D4D4D","PaletteGrey40":"#F5F5F5","PaletteGrey60":"#F0F0F0","PaletteGrey100":"#E6E6E6","PaletteGrey200":"#CCCCCC","PaletteGrey300":"#B3B3B3","PaletteGrey400":"#999999","PaletteGrey500":"#808080","PaletteGrey560":"#707070","PaletteGrey600":"#666666","PaletteGrey700":"#4D4D4D","PaletteGrey800":"#333333","PaletteGreyA40":"rgba(0, 0, 0, 0.04)","PaletteGreyA60":"rgba(0, 0, 0, 0.06)","PaletteGreyA100":"rgba(0, 0, 0, 0.1)","PaletteGreyA200":"rgba(0, 0, 0, 0.2)","PaletteGreyA300":"rgba(0, 0, 0, 0.3)","PaletteGreyA500":"rgba(0, 0, 0, 0.5)","PaletteGreyContrast40":"#4D4D4D","PaletteGreyContrast60":"#4D4D4D","PaletteGreyContrast100":"#4D4D4D","PaletteGreyContrast200":"#4D4D4D","PaletteGreyContrast300":"#4D4D4D","PaletteGreyContrast400":"white","PaletteGreyContrast500":"white","PaletteGreyContrast560":"white","PaletteGreyContrast600":"white","PaletteGreyContrast700":"white","PaletteGreyContrast800":"white","PaletteYellow40":"#FDFAF3","PaletteYellow60":"#FCF5E8","PaletteYellow100":"#F8EBD1","PaletteYellow200":"#F0D49B","PaletteYellow300":"#E7BD68","PaletteYellow400":"#DFA739","PaletteYellow500":"#D6930D","PaletteYellow560":"#BB800A","PaletteYellow600":"#AA7408","PaletteYellow700":"#7D5504","PaletteYellow800":"#503602","PaletteYellowA100":"rgba(255, 170, 0, 0.15)","PaletteYellowContrast40":"#4D4D4D","PaletteYellowContrast60":"#4D4D4D","PaletteYellowContrast100":"#4D4D4D","PaletteYellowContrast200":"#4D4D4D","PaletteYellowContrast300":"#4D4D4D","PaletteYellowContrast400":"white","PaletteYellowContrast500":"white","PaletteYellowContrast560":"white","PaletteYellowContrast600":"white","PaletteYellowContrast700":"white","PaletteYellowContrast800":"white","PaletteYellowContrastA100":"#4D4D4D","ColorBluePalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"ColorGreenPalette":{"40":{"value":"#F6FBF4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F6FBF4","$quoted$":["value"]},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40","$quoted$":["category","type","item"]},"path":["palette","green","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EDF8E9","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EDF8E9","$quoted$":["value"]},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60","$quoted$":["category","type","item"]},"path":["palette","green","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#DCF1D4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DCF1D4","$quoted$":["value"]},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100","$quoted$":["category","type","item"]},"path":["palette","green","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#B4DEA4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B4DEA4","$quoted$":["value"]},"name":"PaletteGreen200","attributes":{"category":"palette","type":"green","item":"200","$quoted$":["category","type","item"]},"path":["palette","green","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#8FCC79","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#8FCC79","$quoted$":["value"]},"name":"PaletteGreen300","attributes":{"category":"palette","type":"green","item":"300","$quoted$":["category","type","item"]},"path":["palette","green","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#6FBA53","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#6FBA53","$quoted$":["value"]},"name":"PaletteGreen400","attributes":{"category":"palette","type":"green","item":"400","$quoted$":["category","type","item"]},"path":["palette","green","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#52A832","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#52A832","$quoted$":["value"]},"name":"PaletteGreen500","attributes":{"category":"palette","type":"green","item":"500","$quoted$":["category","type","item"]},"path":["palette","green","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#449327","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#449327","$quoted$":["value"]},"name":"PaletteGreen560","attributes":{"category":"palette","type":"green","item":"560","$quoted$":["category","type","item"]},"path":["palette","green","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#3B8520","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#3B8520","$quoted$":["value"]},"name":"PaletteGreen600","attributes":{"category":"palette","type":"green","item":"600","$quoted$":["category","type","item"]},"path":["palette","green","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#276211","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#276211","$quoted$":["value"]},"name":"PaletteGreen700","attributes":{"category":"palette","type":"green","item":"700","$quoted$":["category","type","item"]},"path":["palette","green","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#163F07","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#163F07","$quoted$":["value"]},"name":"PaletteGreen800","attributes":{"category":"palette","type":"green","item":"800","$quoted$":["category","type","item"]},"path":["palette","green","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(68, 255, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(68, 255, 0, 0.15)","$quoted$":["value"]},"name":"PaletteGreenA100","attributes":{"category":"palette","type":"green","item":"A100","$quoted$":["category","type","item"]},"path":["palette","green","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast40","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast60","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast200","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast300","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast400","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast500","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast560","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast600","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast700","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast800","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrastA100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"ColorRedPalette":{"40":{"value":"#FEF7F6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FEF7F6","$quoted$":["value"]},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40","$quoted$":["category","type","item"]},"path":["palette","red","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCEFEC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCEFEC","$quoted$":["value"]},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60","$quoted$":["category","type","item"]},"path":["palette","red","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#FADEDA","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FADEDA","$quoted$":["value"]},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100","$quoted$":["category","type","item"]},"path":["palette","red","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F4B7AE","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F4B7AE","$quoted$":["value"]},"name":"PaletteRed200","attributes":{"category":"palette","type":"red","item":"200","$quoted$":["category","type","item"]},"path":["palette","red","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#ED9284","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#ED9284","$quoted$":["value"]},"name":"PaletteRed300","attributes":{"category":"palette","type":"red","item":"300","$quoted$":["category","type","item"]},"path":["palette","red","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#E76E5C","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E76E5C","$quoted$":["value"]},"name":"PaletteRed400","attributes":{"category":"palette","type":"red","item":"400","$quoted$":["category","type","item"]},"path":["palette","red","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#E04D36","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E04D36","$quoted$":["value"]},"name":"PaletteRed500","attributes":{"category":"palette","type":"red","item":"500","$quoted$":["category","type","item"]},"path":["palette","red","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#C43E29","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#C43E29","$quoted$":["value"]},"name":"PaletteRed560","attributes":{"category":"palette","type":"red","item":"560","$quoted$":["category","type","item"]},"path":["palette","red","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#B23522","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B23522","$quoted$":["value"]},"name":"PaletteRed600","attributes":{"category":"palette","type":"red","item":"600","$quoted$":["category","type","item"]},"path":["palette","red","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#832112","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#832112","$quoted$":["value"]},"name":"PaletteRed700","attributes":{"category":"palette","type":"red","item":"700","$quoted$":["category","type","item"]},"path":["palette","red","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#541208","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#541208","$quoted$":["value"]},"name":"PaletteRed800","attributes":{"category":"palette","type":"red","item":"800","$quoted$":["category","type","item"]},"path":["palette","red","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(224, 79, 56, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(224, 79, 56, 0.15)","$quoted$":["value"]},"name":"PaletteRedA100","attributes":{"category":"palette","type":"red","item":"A100","$quoted$":["category","type","item"]},"path":["palette","red","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast40","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast60","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast200","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast300","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast400","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast500","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast560","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast600","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast700","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast800","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrastA100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"ColorGreyPalette":{"40":{"value":"#F5F5F5","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5F5F5","$quoted$":["value"]},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40","$quoted$":["category","type","item"]},"path":["palette","grey","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#F0F0F0","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0F0F0","$quoted$":["value"]},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60","$quoted$":["category","type","item"]},"path":["palette","grey","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#E6E6E6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E6E6E6","$quoted$":["value"]},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100","$quoted$":["category","type","item"]},"path":["palette","grey","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#CCCCCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#CCCCCC","$quoted$":["value"]},"name":"PaletteGrey200","attributes":{"category":"palette","type":"grey","item":"200","$quoted$":["category","type","item"]},"path":["palette","grey","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#B3B3B3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B3B3B3","$quoted$":["value"]},"name":"PaletteGrey300","attributes":{"category":"palette","type":"grey","item":"300","$quoted$":["category","type","item"]},"path":["palette","grey","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#999999","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#999999","$quoted$":["value"]},"name":"PaletteGrey400","attributes":{"category":"palette","type":"grey","item":"400","$quoted$":["category","type","item"]},"path":["palette","grey","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#808080","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#808080","$quoted$":["value"]},"name":"PaletteGrey500","attributes":{"category":"palette","type":"grey","item":"500","$quoted$":["category","type","item"]},"path":["palette","grey","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#707070","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#707070","$quoted$":["value"]},"name":"PaletteGrey560","attributes":{"category":"palette","type":"grey","item":"560","$quoted$":["category","type","item"]},"path":["palette","grey","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#666666","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#666666","$quoted$":["value"]},"name":"PaletteGrey600","attributes":{"category":"palette","type":"grey","item":"600","$quoted$":["category","type","item"]},"path":["palette","grey","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGrey700","attributes":{"category":"palette","type":"grey","item":"700","$quoted$":["category","type","item"]},"path":["palette","grey","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#333333","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#333333","$quoted$":["value"]},"name":"PaletteGrey800","attributes":{"category":"palette","type":"grey","item":"800","$quoted$":["category","type","item"]},"path":["palette","grey","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A40":{"value":"rgba(0, 0, 0, 0.04)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.04)","$quoted$":["value"]},"name":"PaletteGreyA40","attributes":{"category":"palette","type":"grey","item":"A40","$quoted$":["category","type","item"]},"path":["palette","grey","A40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A60":{"value":"rgba(0, 0, 0, 0.06)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.06)","$quoted$":["value"]},"name":"PaletteGreyA60","attributes":{"category":"palette","type":"grey","item":"A60","$quoted$":["category","type","item"]},"path":["palette","grey","A60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 0, 0, 0.1)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.1)","$quoted$":["value"]},"name":"PaletteGreyA100","attributes":{"category":"palette","type":"grey","item":"A100","$quoted$":["category","type","item"]},"path":["palette","grey","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 0, 0, 0.2)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.2)","$quoted$":["value"]},"name":"PaletteGreyA200","attributes":{"category":"palette","type":"grey","item":"A200","$quoted$":["category","type","item"]},"path":["palette","grey","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A300":{"value":"rgba(0, 0, 0, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.3)","$quoted$":["value"]},"name":"PaletteGreyA300","attributes":{"category":"palette","type":"grey","item":"A300","$quoted$":["category","type","item"]},"path":["palette","grey","A300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A500":{"value":"rgba(0, 0, 0, 0.5)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.5)","$quoted$":["value"]},"name":"PaletteGreyA500","attributes":{"category":"palette","type":"grey","item":"A500","$quoted$":["category","type","item"]},"path":["palette","grey","A500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast40","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast60","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast100","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast200","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast300","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast400","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast500","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast560","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast600","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast700","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast800","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A40","A60","A100","A200","A300","A500","contrast"]},"ColorYellowPalette":{"40":{"value":"#FDFAF3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FDFAF3","$quoted$":["value"]},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40","$quoted$":["category","type","item"]},"path":["palette","yellow","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCF5E8","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCF5E8","$quoted$":["value"]},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60","$quoted$":["category","type","item"]},"path":["palette","yellow","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#F8EBD1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F8EBD1","$quoted$":["value"]},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100","$quoted$":["category","type","item"]},"path":["palette","yellow","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F0D49B","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0D49B","$quoted$":["value"]},"name":"PaletteYellow200","attributes":{"category":"palette","type":"yellow","item":"200","$quoted$":["category","type","item"]},"path":["palette","yellow","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#E7BD68","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E7BD68","$quoted$":["value"]},"name":"PaletteYellow300","attributes":{"category":"palette","type":"yellow","item":"300","$quoted$":["category","type","item"]},"path":["palette","yellow","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#DFA739","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DFA739","$quoted$":["value"]},"name":"PaletteYellow400","attributes":{"category":"palette","type":"yellow","item":"400","$quoted$":["category","type","item"]},"path":["palette","yellow","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#D6930D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D6930D","$quoted$":["value"]},"name":"PaletteYellow500","attributes":{"category":"palette","type":"yellow","item":"500","$quoted$":["category","type","item"]},"path":["palette","yellow","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#BB800A","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#BB800A","$quoted$":["value"]},"name":"PaletteYellow560","attributes":{"category":"palette","type":"yellow","item":"560","$quoted$":["category","type","item"]},"path":["palette","yellow","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#AA7408","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AA7408","$quoted$":["value"]},"name":"PaletteYellow600","attributes":{"category":"palette","type":"yellow","item":"600","$quoted$":["category","type","item"]},"path":["palette","yellow","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#7D5504","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7D5504","$quoted$":["value"]},"name":"PaletteYellow700","attributes":{"category":"palette","type":"yellow","item":"700","$quoted$":["category","type","item"]},"path":["palette","yellow","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#503602","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#503602","$quoted$":["value"]},"name":"PaletteYellow800","attributes":{"category":"palette","type":"yellow","item":"800","$quoted$":["category","type","item"]},"path":["palette","yellow","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(255, 170, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(255, 170, 0, 0.15)","$quoted$":["value"]},"name":"PaletteYellowA100","attributes":{"category":"palette","type":"yellow","item":"A100","$quoted$":["category","type","item"]},"path":["palette","yellow","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast40","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast60","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast200","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast300","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast400","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast500","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast560","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast600","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast700","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast800","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrastA100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"TypographyDisplay1FontSize":"56px","TypographyDisplay1LineHeight":"76px","TypographyDisplay1LetterSpacing":"-0.4px","TypographyDisplay1FontWeight":"normal","TypographyDisplay1FontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyDisplay1TextTransform":"null","TypographyDisplay2FontSize":"45px","TypographyDisplay2LineHeight":"56px","TypographyDisplay2LetterSpacing":"normal","TypographyDisplay2FontWeight":"normal","TypographyDisplay2FontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyDisplay2TextTransform":"null","TypographyDisplay3FontSize":"34px","TypographyDisplay3LineHeight":"44px","TypographyDisplay3LetterSpacing":"0.25px","TypographyDisplay3FontWeight":"normal","TypographyDisplay3FontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyDisplay3TextTransform":"null","TypographyHeadlineFontSize":"24px","TypographyHeadlineLineHeight":"32px","TypographyHeadlineLetterSpacing":"normal","TypographyHeadlineFontWeight":"normal","TypographyHeadlineFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyHeadlineTextTransform":"null","TypographyTitleFontSize":"20px","TypographyTitleLineHeight":"28px","TypographyTitleLetterSpacing":"0.15px","TypographyTitleFontWeight":"500","TypographyTitleFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyTitleTextTransform":"null","TypographySubheadingFontSize":"15px","TypographySubheadingLineHeight":"20px","TypographySubheadingLetterSpacing":"0.15px","TypographySubheadingFontWeight":"700","TypographySubheadingFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographySubheadingTextTransform":"null","TypographyBodyFontSize":"15px","TypographyBodyLineHeight":"20px","TypographyBodyLetterSpacing":"0.15px","TypographyBodyFontWeight":"normal","TypographyBodyFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyBodyTextTransform":"null","TypographyBodyStrongFontSize":"15px","TypographyBodyStrongLineHeight":"20px","TypographyBodyStrongLetterSpacing":"0.15px","TypographyBodyStrongFontWeight":"500","TypographyBodyStrongFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyBodyStrongTextTransform":"null","TypographyBodyCapsFontSize":"15px","TypographyBodyCapsLineHeight":"20px","TypographyBodyCapsLetterSpacing":"1.7px","TypographyBodyCapsFontWeight":"normal","TypographyBodyCapsFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyBodyCapsTextTransform":"uppercase","TypographyBodyMonoFontSize":"15px","TypographyBodyMonoLineHeight":"20px","TypographyBodyMonoLetterSpacing":"normal","TypographyBodyMonoFontWeight":"normal","TypographyBodyMonoFontFamily":"'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace","TypographyBodyMonoTextTransform":"null","TypographyCaptionFontSize":"13px","TypographyCaptionLineHeight":"16px","TypographyCaptionLetterSpacing":"0.25px","TypographyCaptionFontWeight":"normal","TypographyCaptionFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyCaptionTextTransform":"null","TypographyCaptionCapsFontSize":"13px","TypographyCaptionCapsLineHeight":"16px","TypographyCaptionCapsLetterSpacing":"1.5px","TypographyCaptionCapsFontWeight":"normal","TypographyCaptionCapsFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyCaptionCapsTextTransform":"uppercase","TypographyCaptionMonoFontSize":"13px","TypographyCaptionMonoLineHeight":"16px","TypographyCaptionMonoLetterSpacing":"normal","TypographyCaptionMonoFontWeight":"normal","TypographyCaptionMonoFontFamily":"'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace","TypographyCaptionMonoTextTransform":"null","TypographySmallTextFontSize":"13px","TypographySmallTextLineHeight":"16px","TypographySmallTextLetterSpacing":"0.25px","TypographySmallTextFontWeight":"normal","TypographySmallTextFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographySmallTextTextTransform":"null","TypographyExtraSmallTextFontSize":"11px","TypographyExtraSmallTextLineHeight":"16px","TypographyExtraSmallTextLetterSpacing":"0.22px","TypographyExtraSmallTextFontWeight":"normal","TypographyExtraSmallTextFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyExtraSmallTextTextTransform":"null","AlertLightColorSchemeErrorBackground":"#FCEFEC","AlertLightColorSchemeErrorBorder":"#E76E5C","AlertLightColorSchemeErrorIcon":"#E76E5C","AlertLightColorSchemeWarningBackground":"#FCF5E8","AlertLightColorSchemeWarningBorder":"#F0D49B","AlertLightColorSchemeWarningIcon":"#DFA739","AlertLightColorSchemeSuccessBackground":"#EDF8E9","AlertLightColorSchemeSuccessBorder":"#B4DEA4","AlertLightColorSchemeSuccessIcon":"#6FBA53","AlertLightColorSchemeInfoBackground":"#EBF4FB","AlertLightColorSchemeInfoBorder":"#AAD1EC","AlertLightColorSchemeInfoIcon":"#57A4D7","AlertLightColorSchemeDefaultBackground":"#F0F0F0","AlertLightColorSchemeDefaultBorder":"#B3B3B3","AlertLightColorSchemeDefaultIcon":"#CCCCCC","AlertDarkColorSchemeErrorBackground":"#832112","AlertDarkColorSchemeErrorBorder":"#832112","AlertDarkColorSchemeErrorIcon":"#E76E5C","AlertDarkColorSchemeWarningBackground":"#7D5504","AlertDarkColorSchemeWarningBorder":"#7D5504","AlertDarkColorSchemeWarningIcon":"#DFA739","AlertDarkColorSchemeSuccessBackground":"#276211","AlertDarkColorSchemeSuccessBorder":"#276211","AlertDarkColorSchemeSuccessIcon":"#6FBA53","AlertDarkColorSchemeInfoBackground":"#114E77","AlertDarkColorSchemeInfoBorder":"#114E77","AlertDarkColorSchemeInfoIcon":"#57A4D7","AlertDarkColorSchemeDefaultBackground":"#4D4D4D","AlertDarkColorSchemeDefaultBorder":"#4D4D4D","AlertDarkColorSchemeDefaultIcon":"#999999","AlertSizeBorderWidth":"1px","AlertSizeBorderRadius":"4px","AlertSizeHorizontalPadding":"16px","AlertSizeVerticalPadding":"13px","AlertSizeIconMargin":"8px","AlertSizeCloseButtonWidth":"16px","AlertSizeSmallVerticalPadding":"11px","AlertFontDefaultHeader":"subheading","AlertFontDefaultBody":"body","AlertFontSmallHeader":"caption","AlertFontSmallBody":"caption","AutocompleteSizePanelPadding":"4px 0","AutocompleteSizePanelMaxHeight":"256px","AutocompleteSizePanelBorderRadius":"3px","BadgeSizeMinWidth":"10px","BadgeSizePadding":"4px 8px","BadgeSizeBorderWidth":"1px","BadgeSizeBorderRadius":"4px","BadgeFontDefault":"caption","BadgeFontCaps":"caption-caps","ButtonToggleSizeBorderSize":"1px","ButtonToggleSizeBorderRadius":"3px","ButtonLightColorSchemeActiveShadow":"inset 0 1px 2px 0 rgba(black, 0.2)","ButtonLightColorSchemePrimaryColor":"white","ButtonLightColorSchemePrimaryBorder":"#277BB3","ButtonLightColorSchemePrimaryBackground":"#338FCC","ButtonLightColorSchemePrimaryIcon":"white","ButtonLightColorSchemePrimaryStatesActiveBorder":"darken(#277BB3, 5)","ButtonLightColorSchemePrimaryStatesActiveBackground":"darken(#338FCC, 5)","ButtonLightColorSchemePrimaryTransparentColor":"#338FCC","ButtonLightColorSchemePrimaryTransparentIcon":"#338FCC","ButtonLightColorSchemePrimaryTransparentStatesHoverColor":"#206EA2","ButtonLightColorSchemePrimaryTransparentStatesHoverIcon":"#206EA2","ButtonLightColorSchemePrimaryTransparentStatesActiveColor":"#114E77","ButtonLightColorSchemePrimaryTransparentStatesActiveIcon":"#114E77","ButtonLightColorSchemeSecondBorder":"#B3B3B3","ButtonLightColorSchemeSecondBackground":"#F0F0F0","ButtonLightColorSchemeSecondColor":"#4D4D4D","ButtonLightColorSchemeSecondIcon":"#999999","ButtonLightColorSchemeSecondStatesActiveBorder":"darken(#B3B3B3, 5)","ButtonLightColorSchemeSecondStatesActiveBackground":"darken(#F0F0F0, 5)","ButtonLightColorSchemeErrorBorder":"#B3B3B3","ButtonLightColorSchemeErrorBackground":"#F0F0F0","ButtonLightColorSchemeErrorColor":"#E76E5C","ButtonLightColorSchemeErrorIcon":"#E76E5C","ButtonLightColorSchemeErrorStatesActiveBorder":"darken(#B3B3B3, 5)","ButtonLightColorSchemeErrorStatesActiveBackground":"darken(#F0F0F0, 5)","ButtonDarkColorSchemeActiveShadow":"inset 1px 2px 2px 0 rgba(black, 0.2)","ButtonDarkColorSchemePrimaryColor":"white","ButtonDarkColorSchemePrimaryBorder":"#277BB3","ButtonDarkColorSchemePrimaryBackground":"#338FCC","ButtonDarkColorSchemePrimaryIcon":"white","ButtonDarkColorSchemePrimaryStatesActiveBorder":"darken(#277BB3, 5)","ButtonDarkColorSchemePrimaryStatesActiveBackground":"darken(#57A4D7, 5)","ButtonDarkColorSchemePrimaryTransparentColor":"#338FCC","ButtonDarkColorSchemePrimaryTransparentIcon":"#338FCC","ButtonDarkColorSchemePrimaryTransparentStatesHoverColor":"#206EA2","ButtonDarkColorSchemePrimaryTransparentStatesHoverIcon":"#206EA2","ButtonDarkColorSchemePrimaryTransparentStatesActiveColor":"#114E77","ButtonDarkColorSchemePrimaryTransparentStatesActiveIcon":"#114E77","ButtonDarkColorSchemeSecondBorder":"#808080","ButtonDarkColorSchemeSecondBackground":"#666666","ButtonDarkColorSchemeSecondColor":"#F0F0F0","ButtonDarkColorSchemeSecondIcon":"#999999","ButtonDarkColorSchemeSecondStatesActiveBorder":"darken(#808080, 5)","ButtonDarkColorSchemeSecondStatesActiveBackground":"darken(#666666, 5)","ButtonDarkColorSchemeErrorBorder":"#808080","ButtonDarkColorSchemeErrorBackground":"#666666","ButtonDarkColorSchemeErrorColor":"#E76E5C","ButtonDarkColorSchemeErrorIcon":"#E76E5C","ButtonDarkColorSchemeErrorStatesActiveBorder":"darken(#808080, 5)","ButtonDarkColorSchemeErrorStatesActiveBackground":"darken(#666666, 5)","ButtonSizeBorderWidth":"1px","ButtonSizeBorderRadius":"3px","ButtonSizeVerticalPadding":"6px","ButtonSizeHorizontalPadding":"16px","ButtonFontDefault":"body","ButtonFontPrimary":"body-strong","ButtonFontPrimaryTransparent":"body","IconButtonSizeVerticalPadding":"6px","IconButtonSizeHorizontalPadding":"8px","IconButtonSizeIconHorizontalPadding":"16px","CardLightColorSchemeErrorVerticalLine":"#E76E5C","CardLightColorSchemeErrorBackground":"#FCEFEC","CardLightColorSchemeErrorShadow":"#E6E6E6","CardLightColorSchemeWarningVerticalLine":"#F0D49B","CardLightColorSchemeWarningBackground":"#FCF5E8","CardLightColorSchemeWarningShadow":"#E6E6E6","CardLightColorSchemeSuccessVerticalLine":"#B4DEA4","CardLightColorSchemeSuccessBackground":"#EDF8E9","CardLightColorSchemeSuccessShadow":"#E6E6E6","CardLightColorSchemeInfoVerticalLine":"#AAD1EC","CardLightColorSchemeInfoBackground":"#EBF4FB","CardLightColorSchemeInfoShadow":"#E6E6E6","CardDarkColorSchemeErrorVerticalLine":"#E76E5C","CardDarkColorSchemeErrorBackground":"#832112","CardDarkColorSchemeErrorShadow":"#4D4D4D","CardDarkColorSchemeWarningVerticalLine":"#DFA739","CardDarkColorSchemeWarningBackground":"#7D5504","CardDarkColorSchemeWarningShadow":"#4D4D4D","CardDarkColorSchemeSuccessVerticalLine":"#6FBA53","CardDarkColorSchemeSuccessBackground":"#276211","CardDarkColorSchemeSuccessShadow":"#4D4D4D","CardDarkColorSchemeInfoVerticalLine":"#57A4D7","CardDarkColorSchemeInfoBackground":"#114E77","CardDarkColorSchemeInfoShadow":"#4D4D4D","CardSizeVerticalLine":"4px","CheckboxLightColorSchemeBorder":"#B3B3B3","CheckboxLightColorSchemeStatesCheckedBorder":"#206EA2","CheckboxLightColorSchemeStatesCheckedBackground":"#338FCC","CheckboxLightColorSchemeStatesFocusedBorder":"#206EA2","CheckboxLightColorSchemeStatesFocusedShadow":"inset 0 0 0 1px white, 0 0 0 1px #206EA2","CheckboxDarkColorSchemeBorder":"#999999","CheckboxDarkColorSchemeStatesCheckedBorder":"#57A4D7","CheckboxDarkColorSchemeStatesCheckedBackground":"#206EA2","CheckboxDarkColorSchemeStatesFocusedBorder":"#57A4D7","CheckboxDarkColorSchemeStatesFocusedShadow":"inset 0 0 0 1px #333333, 0 0 0 1px #57A4D7","CheckboxSizeWidth":"16px","CheckboxSizeLabelMargin":"8px","CheckboxSizeBorderWidth":"1px","CheckboxSizeToggleBoxShadow":"inset 0 0 1px 0 rgba(0, 0, 0, 0.2)","CheckboxFontDefault":"body","DatepickerToggleSizeWidth":"30px","DatepickerToggleSizeHeight":"30px","DatepickerBodyLightColorSchemeStatesSelectedColor":"#338FCC","DatepickerBodyLightColorSchemeStatesSelectedBackground":"#D8EAF7","DatepickerBodyDarkColorSchemeStatesSelectedColor":"#338FCC","DatepickerBodyDarkColorSchemeStatesSelectedBackground":"#114E77","DatepickerBodySizeLabelPaddings":"8px 28px 12px 12px","DatepickerBodySizeCellMinSize":"32px","DatepickerBodySizeCellMargin":"5%","DatepickerBodySizeCellPadding":"8px","DatepickerBodySizeCellBorderWidth":"1px","DatepickerBodyFontLabel":"body-strong","DatepickerBodyFontToday":"body-strong","DatepickerCalendarSizePaddingTop":"16px","DatepickerCalendarSizePaddingHorizontal":"8px","DatepickerCalendarSizePaddingBottom":"8px","DatepickerCalendarSizePaddingBlocks":"12px","DatepickerCalendarSizeDividerWidth":"1px","DatepickerCalendarSizeIconBorderWidth":"2px","DatepickerCalendarSizeIconPrevIconTransform":"translateX(2px) rotate(-45deg)","DatepickerCalendarSizeIconNexIconTransform":"translateX(-2px) rotate(45deg)","DatepickerCalendarFontDefault":"body","DatepickerCalendarFontHeader":"caption","DatepickerInputSizeWidth":"130px","DividerSizeWidth":"1px","DividerSizeInsetMargin":"80px","DropdownItemSizePadding":"5px 15px","DropdownItemSizeIconPadding":"0 8px 2px 0","DropdownItemFontDefault":"body","DropdownItemFontCaption":"caption","DropdownGroupHeaderSizeDefaultPadding":"6px 15px","DropdownGroupHeaderSizeSmallPadding":"8px 15px","DropdownGroupHeaderFontDefault":"body-strong","DropdownGroupHeaderFontSmall":"caption-caps","DropdownDividerSizeHeight":"1px","DropdownDividerSizeMargin":"4px 0","DropdownTriggerSizeIconPaddingRight":"8px","DropdownPanelSizeMaxWidth":"640px","DropdownPanelSizePadding":"4px 0","DropdownPanelSizeBorderWidth":"1px","DropdownPanelSizeBorderRadius":"3px","FormFieldLightColorSchemeBorder":"#B3B3B3","FormFieldLightColorSchemeBackground":"white","FormFieldLightColorSchemeStatesHoverBorder":"#999999","FormFieldLightColorSchemeStatesInvalidBorder":"#E76E5C","FormFieldLightColorSchemeStatesInvalidBackground":"transparent","FormFieldDarkColorSchemeBorder":"#999999","FormFieldDarkColorSchemeBackground":"#333333","FormFieldDarkColorSchemeStatesHoverBorder":"#CCCCCC","FormFieldDarkColorSchemeStatesInvalidBorder":"#E76E5C","FormFieldDarkColorSchemeStatesInvalidBackground":"transparent","FormFieldSizeBorderWidth":"1px","FormFieldSizeBorderRadius":"3px","FormFieldSizeButtonWidth":"32px","FormFieldFontDefault":"body","FormFieldHintSizeMarginTop":"4px","FormFieldHintFontDefault":"caption","FormsLightColorSchemeLabel":"#999999","FormsLightColorSchemeLegend":"#4D4D4D","FormsDarkColorSchemeLabel":"#999999","FormsDarkColorSchemeLegend":"#F0F0F0","FormsSizeHorizontalRowMarginBottom":"20px","FormsSizeHorizontalLabelPaddingTop":"6px","FormsSizeHorizontalLabelPaddingBottom":"0","FormsSizeHorizontalControlPaddingLeft":"16px","FormsSizeHorizontalLegendMarginTop":"32px","FormsSizeHorizontalLegendMarginBottom":"16px","FormsSizeVerticalRowMarginBottom":"16px","FormsSizeVerticalLabelPaddingTop":"0","FormsSizeVerticalLabelPaddingBottom":"4px","FormsSizeVerticalControlPaddingLeft":"24px","FormsSizeVerticalLegendMarginTop":"32px","FormsSizeVerticalLegendMarginBottom":"12px","FormsFontDefaultLabel":"body","FormsFontDefaultLegend":"subheading","InputSizePadding":"5px 16px","InputSizeWidth":"100%","InputSizeMinHeight":"30px","InputFontDefault":"body","InputFontMonospace":"body-mono","LinkLightColorSchemeText":"#338FCC","LinkLightColorSchemeBorderBottom":"rgba(#338FCC, 0.32)","LinkLightColorSchemeStateVisitedText":"#6A2795","LinkLightColorSchemeStateVisitedBorderBottom":"rgba(106, 39, 149, 0.32)","LinkLightColorSchemeStateHoverText":"#206EA2","LinkLightColorSchemeStateHoverBorderBottom":"rgba(#206EA2, 0.32)","LinkLightColorSchemeStateActive":"#114E77","LinkLightColorSchemeStateFocusedOutline":"#338FCC","LinkDarkColorSchemeText":"#57A4D7","LinkDarkColorSchemeBorderBottom":"rgba(#57A4D7, 0.32)","LinkDarkColorSchemeStateVisitedText":"#a23ee2","LinkDarkColorSchemeStateVisitedBorderBottom":"rgba(162, 62, 226, 0.32)","LinkDarkColorSchemeStateHoverText":"#7FBAE1","LinkDarkColorSchemeStateHoverBorderBottom":"rgba(#7FBAE1, 0.32)","LinkDarkColorSchemeStateActive":"#7FBAE1","LinkDarkColorSchemeStateFocusedOutline":"#57A4D7","LinkSizeIconMargin":"4px","LinkSizeStateFocusedOutlineOffset":"2px","LinkSizeStateFocusedOutlineWidth":"2px","LinkAnimationTransition":"color ease-out 300ms","LinkAnimationStateHoverTransition":"color 0ms","LinkFontDefault":"body","ListSizeHorizontalPadding":"16px","ListSizeIconPadding":"4px","ListSizeItemHeight":"28px","ListSizeTwoLineHeight":"72px","ListSizeThreeLineHeight":"88px","ListSizeMultiLinePadding":"16px","ListSizeIconWidth":"24px","ListFontItem":"body","ModalLightColorSchemeShadow":"(0 0 0 1px #B3B3B3, 0 6px 12px 0 rgba(0, 0, 0, 0.5))","ModalLightColorSchemeBodyTopShadow":"0 2px 4px 0 rgba(0, 0, 0, 0.16)","ModalLightColorSchemeBodyBottomShadow":"0 -2px 4px 0 rgba(0, 0, 0, 0.16)","ModalLightColorSchemeBackgroundMask":"rgba(0, 0, 0, 0.5)","ModalDarkColorSchemeShadow":"(0 0 0 1px #333333, 0 6px 12px 0 rgba(0, 0, 0, 0.5))","ModalDarkColorSchemeBodyTopShadow":"0 2px 4px 0 rgba(0, 0, 0, 0.16)","ModalDarkColorSchemeBodyBottomShadow":"0 -2px 4px 0 rgba(0, 0, 0, 0.16)","ModalDarkColorSchemeBackgroundMask":"rgba(0, 0, 0, 0.5)","ModalSizeSmall":"400px","ModalSizeNormal":"640px","ModalSizeLarge":"960px","ModalSizeTop":"48px","ModalSizeCloseWidth":"56px","ModalSizeBorderRadius":"4px","ModalSizeBorderWidth":"1px","ModalHeaderSizeBorderRadius":"4px 4px 0 0","ModalHeaderSizePadding":"14px 16px","ModalHeaderFontDefault":"title","ModalBodySizeMaxHeight":"calc(100vh - 260px)","ModalBodySizePadding":"16px 24px 24px","ModalBodyFontDefault":"body","ModalFooterSizeBorderRadius":"0 0 4px 4px","ModalFooterSizePadding":"16px 16px","ModalConfirmSizePadding":"24px","NavbarLightColorSchemeBackground":"#114E77","NavbarLightColorSchemeDividerBackground":"rgba(255, 255, 255, 0.3)","NavbarDarkColorSchemeBackground":"#114E77","NavbarDarkColorSchemeDividerBackground":"rgba(255, 255, 255, 0.3)","NavbarSizeIconMargin":"4px","NavbarFontTitle":"body","VerticalNavbarSizeStatesOpenedWidth":"240px","VerticalNavbarSizeStatesClosedWidth":"48px","VerticalNavbarSizeIconMargin":"10px","NavbarItemLightColorSchemeText":"#D8EAF7","NavbarItemLightColorSchemeStatesActive":"#206EA2","NavbarItemLightColorSchemeStatesHover":"#206EA2","NavbarItemLightColorSchemeStatesProgress":"#07314D","NavbarItemLightColorSchemeStatesDisabledOpacity":0.3,"NavbarItemDarkColorSchemeText":"#D8EAF7","NavbarItemDarkColorSchemeStatesActive":"#114E77","NavbarItemDarkColorSchemeStatesHover":"#114E77","NavbarItemDarkColorSchemeStatesProgress":"#07314D","NavbarItemDarkColorSchemeStatesDisabledOpacity":0.3,"NavbarItemSizePadding":"16px","NavbarItemSizeHeight":"48px","NavbarBrandSizePadding":"12px","NavbarBrandSizeMarginRight":"24px","NavbarBrandFontTitle":"title","OptgroupSizePaddingLeft":"17px","OptgroupFontDefault":"subheading","OptionSizeHorizontalPadding":"16px","OptionSizeHeight":"32px","OptionSizeBorderWidth":"2px","OptionFontDefault":"body","PopoverLightColorSchemeBorder":"#B3B3B3","PopoverDarkColorSchemeBorder":"#4D4D4D","PopoverSizePadding":"16px","PopoverSizeBorderWidth":"1px","PopoverSizeBorderRadius":"4px","PopoverSizeArrowWidth":"4px","PopoverSizeSmallWidth":"200px","PopoverSizeNormalWidth":"400px","PopoverSizeLargeWidth":"640px","PopoverFontDefault":"body","PopoverHeaderSizePadding":"10px 16px","PopoverHeaderFontDefault":"subheading","PopoverFooterSizePadding":"12px 16px","PopoverFooterSizeMarginTop":"8px","PopoverFooterFontDefault":"body","PopupLightColorSchemeShadow":"0 3px 3px 0 rgba(0, 0, 0, 0.2)","PopupLightColorSchemeBorder":"#B3B3B3","PopupLightColorSchemeDivider":"#CCCCCC","PopupLightColorSchemeBackground":"white","PopupLightColorSchemeFooterBackground":"#F0F0F0","PopupDarkColorSchemeShadow":"0 3px 3px 0 rgba(0, 0, 0, 0.2)","PopupDarkColorSchemeBorder":"#999999","PopupDarkColorSchemeDivider":"#666666","PopupDarkColorSchemeBackground":"#4D4D4D","PopupDarkColorSchemeFooterBackground":"transparent","ProgressBarLightColorSchemeBackground":"#F0F0F0","ProgressBarDarkColorSchemeBackground":"#666666","ProgressBarSizeHeight":"4px","ProgressSpinnerSizeSize":"16px","RadioLightColorSchemeOuterCircleBorder":"#B3B3B3","RadioLightColorSchemeInnerCircleBorder":"transparent","RadioLightColorSchemeStatesCheckedOuterCircleBorder":"#338FCC","RadioLightColorSchemeStatesCheckedInnerCircleBorder":"#338FCC","RadioLightColorSchemeStatesFocusedOuterCircleBorder":"#338FCC","RadioLightColorSchemeStatesFocusedOuterCircleShadow":"0 0 0 2px #B3B3B3","RadioLightColorSchemeStatesFocusedInnerCircleShadow":"0 0 0 1px white","RadioDarkColorSchemeOuterCircleBorder":"#999999","RadioDarkColorSchemeInnerCircleBorder":"transparent","RadioDarkColorSchemeStatesCheckedOuterCircleBorder":"#57A4D7","RadioDarkColorSchemeStatesCheckedInnerCircleBorder":"#206EA2","RadioDarkColorSchemeStatesFocusedOuterCircleBorder":"#57A4D7","RadioDarkColorSchemeStatesFocusedOuterCircleShadow":"0 0 0 2px #57A4D7","RadioDarkColorSchemeStatesFocusedInnerCircleShadow":"0 0 0 1px #333333","RadioSizeSize":"14px","RadioSizeLabelMargin":"8px","RadioFontDefault":"body","SelectSizeHeight":"30px","SelectSizeLeftPadding":"16px","SelectSizeRightPadding":"8px","SelectSizeLeftPaddingMultiple":"8px","SelectFontDefault":"body","SelectPanelSizeMaxHeight":"232px","SelectPanelSizeMaxWidth":"640px","SelectPanelSizeVerticalPadding":"4px","SelectPanelSizeBorderWidth":"1px","SelectPanelSizeBorderRadius":"3px","SelectPanelFontDefault":"body","SidepanelLightColorSchemeBorder":"#B3B3B3","SidepanelDarkColorSchemeBorder":"#333333","SidepanelFontDefault":"body","SidepanelHeaderSizePadding":"14px 16px","SidepanelHeaderSizeClosePadding":"0 0 0 8px","SidepanelHeaderFontDefault":"title","SidepanelFooterSizePadding":"16px","SidepanelFooterFontDefault":"body","TableSizeBorderWidth":"1px","TableSizeRowPaddingVertical":"8px","TableSizeRowPaddingHorizontal":"16px","TableFontHeader":"caption","TableFontBody":"body","TabsLightColorSchemeBorder":"#B3B3B3","TabsLightColorSchemeStateActive":"#338FCC","TabsLightColorSchemeStateDisabledOverlay":"rgba(white, 0.5)","TabsDarkColorSchemeBorder":"#B3B3B3","TabsDarkColorSchemeStateActive":"#57A4D7","TabsDarkColorSchemeStateDisabledOverlay":"rgba(white, 0.5)","TabsSizeHeight":"40px","TabsSizeHighlightHeight":"4px","TabsSizePaddingHorizontal":"16px","TabsSizeBorderWidth":"1px","TabsSizeBorderRadius":"3px","TabsSizeLabelIconMargin":"8px","TabsFontDefault":"body","TagsLightColorSchemePrimaryBackground":"#D8EAF7","TagsLightColorSchemePrimaryBorder":"#D8EAF7","TagsLightColorSchemePrimaryIcon":"mix(#57A4D7, rgba(black, 0.05))","TagsLightColorSchemePrimaryStatesHoverIcon":"#206EA2","TagsLightColorSchemePrimaryStatesFocused":"#338FCC","TagsLightColorSchemePrimaryStatesDisabledText":"mix(#338FCC, transparent, 50%)","TagsLightColorSchemePrimaryStatesDisabledBackground":"mix(#338FCC, transparent, 10%)","TagsLightColorSchemeSecondBackground":"#E6E6E6","TagsLightColorSchemeSecondBorder":"#E6E6E6","TagsLightColorSchemeSecondIcon":"mix(#999999, rgba(black, 0.05))","TagsLightColorSchemeSecondStatesHoverIcon":"#999999","TagsLightColorSchemeSecondStatesFocused":"#338FCC","TagsLightColorSchemeSecondStatesDisabledText":"mix(#B3B3B3, transparent, 50%)","TagsLightColorSchemeSecondStatesDisabledBackground":"mix(#B3B3B3, transparent, 10%)","TagsLightColorSchemeErrorBackground":"#FADEDA","TagsLightColorSchemeErrorBorder":"#FADEDA","TagsLightColorSchemeErrorIcon":"mix(#E76E5C, rgba(black, 0.05))","TagsLightColorSchemeErrorStatesHoverIcon":"#E04D36","TagsLightColorSchemeErrorStatesFocused":"#E76E5C","TagsLightColorSchemeErrorStatesDisabledText":"mix(#E76E5C, transparent, 50%)","TagsLightColorSchemeErrorStatesDisabledBackground":"mix(#E76E5C, transparent, 10%)","TagsDarkColorSchemePrimaryBackground":"#114E77","TagsDarkColorSchemePrimaryBorder":"#114E77","TagsDarkColorSchemePrimaryIcon":"mix(#57A4D7, rgba(black, 0.05))","TagsDarkColorSchemePrimaryStatesHoverIcon":"#338FCC","TagsDarkColorSchemePrimaryStatesFocused":"#57A4D7","TagsDarkColorSchemePrimaryStatesDisabledText":"mix(#57A4D7, transparent, 50%)","TagsDarkColorSchemePrimaryStatesDisabledBackground":"mix(#57A4D7, transparent, 10%)","TagsDarkColorSchemeSecondBackground":"#4D4D4D","TagsDarkColorSchemeSecondBorder":"#4D4D4D","TagsDarkColorSchemeSecondIcon":"mix(#999999, rgba(black, 0.05))","TagsDarkColorSchemeSecondStatesHoverIcon":"#E6E6E6","TagsDarkColorSchemeSecondStatesFocused":"#57A4D7","TagsDarkColorSchemeSecondStatesDisabledText":"mix(#999999, transparent, 50%)","TagsDarkColorSchemeSecondStatesDisabledBackground":"mix(#999999, transparent, 10%)","TagsDarkColorSchemeErrorBackground":"#832112","TagsDarkColorSchemeErrorBorder":"#832112","TagsDarkColorSchemeErrorIcon":"mix(#E76E5C, rgba(black, 0.05))","TagsDarkColorSchemeErrorStatesHoverIcon":"#F4B7AE","TagsDarkColorSchemeErrorStatesFocused":"#E76E5C","TagsDarkColorSchemeErrorStatesDisabledText":"mix(#E76E5C, transparent, 50%)","TagsDarkColorSchemeErrorStatesDisabledBackground":"mix(#E76E5C, transparent, 10%)","TagsSizeMargin":"2px","TagsSizeHeight":"24px","TagsSizeBorderWidth":"1px","TagsSizeBorderRadius":"4px","TagsSizeIconPadding":"3px","TagsSizeTextMargin":"8px","TagsFontDefault":"caption","TagsFontMono":"caption-mono","TagsFontCaps":"caption-caps","TagListSizePadding":"1px 6px","TagListSizeMinHeight":"30px","TagInputSizeHeight":"22px","TagInputSizeMargin":"2px 4px","TagInputFontDefault":"body","TextareaSizeMinHeight":"50px","TextareaSizePadding":"5px 16px","TextareaFontDefault":"body","TextareaFontMono":"body-mono","TimepickerSizePaddingRight":"16px","ToggleLightColorSchemeBorder":"#B3B3B3","ToggleLightColorSchemeBackground":"linear-gradient(to bottom, #E6E6E6, #F0F0F0)","ToggleLightColorSchemeCircleBorder":"#B3B3B3","ToggleLightColorSchemeCircleBackground":"linear-gradient(to bottom, white, #E6E6E6)","ToggleLightColorSchemeStatesFocusedShadow":"inset 0 0 0 1px white, 0 0 0 2px #338FCC","ToggleDarkColorSchemeBorder":"#808080","ToggleDarkColorSchemeBackground":"#333333","ToggleDarkColorSchemeCircleBorder":"#808080","ToggleDarkColorSchemeCircleBackground":"white","ToggleDarkColorSchemeStatesFocusedShadow":"inset 0 0 0 1px #333333, 0 0 0 2px #57A4D7","ToggleSizeHeight":"16px","ToggleSizeWidth":"28px","ToggleSizeBorderRadius":"9px","ToggleSizeLabelMargin":"8px","ToggleFontDefault":"body","ToggleSmallSizeHeight":"14px","ToggleSmallSizeWidth":"24px","ToggleSmallSizeBorderRadius":"8px","ToggleSmallFontDefault":"caption","TooltipLightColorSchemeBackground":"#4D4D4D","TooltipLightColorSchemeText":"white","TooltipLightColorSchemeShadow":"0 2px 4px 0 rgba(0, 0, 0, 0.2)","TooltipLightColorSchemeWarningBackground":"#FCF5E8","TooltipLightColorSchemeWarningText":"#4D4D4D","TooltipLightColorSchemeWarningBorder":"#F0D49B","TooltipDarkColorSchemeBackground":"#F5F5F5","TooltipDarkColorSchemeText":"#4D4D4D","TooltipDarkColorSchemeShadow":"0 2px 4px 0 rgba(0, 0, 0, 0.2)","TooltipDarkColorSchemeWarningBackground":"#FCF5E8","TooltipDarkColorSchemeWarningText":"#4D4D4D","TooltipDarkColorSchemeWarningBorder":"#F0D49B","TooltipSizeMaxWidth":"240px","TooltipSizeBorderRadius":"3px","TooltipSizeArrowSize":"12px","TooltipSizeArrowWidth":"5px","TooltipSizePadding":"8px 16px","TooltipSizeDistance":"5px + 4px","TooltipFontDefault":"caption","TreeSizePaddingRight":"16px","TreeSizeBorderWidth":"2px","TreeSizeNodeHeight":"28px","TreeFontNode":"body"},"origins":{"LightColorSchemePrimaryDefault":"./tokens","LightColorSchemePrimaryPalette":"./tokens","LightColorSchemeSecondDefault":"./tokens","LightColorSchemeSecondPalette":"./tokens","LightColorSchemeErrorDefault":"./tokens","LightColorSchemeErrorPalette":"./tokens","LightColorSchemeInfoDefault":"./tokens","LightColorSchemeInfoPalette":"./tokens","LightColorSchemeSuccessDefault":"./tokens","LightColorSchemeSuccessPalette":"./tokens","LightColorSchemeWarningDefault":"./tokens","LightColorSchemeWarningPalette":"./tokens","LightColorSchemeForegroundText":"./tokens","LightColorSchemeForegroundTextLessContrast":"./tokens","LightColorSchemeForegroundTextDisabled":"./tokens","LightColorSchemeForegroundDivider":"./tokens","LightColorSchemeForegroundBorder":"./tokens","LightColorSchemeForegroundIcon":"./tokens","LightColorSchemeBackgroundBackground":"./tokens","LightColorSchemeBackgroundBackgroundDisabled":"./tokens","LightColorSchemeBackgroundOverlayHover":"./tokens","LightColorSchemeBackgroundOverlayActive":"./tokens","LightColorSchemeBackgroundOverlayDisabled":"./tokens","LightColorSchemeStatesFocusedColor":"./tokens","LightColorSchemeStatesSelectedColor":"./tokens","LightColorSchemeStatesPressedShadow":"./tokens","LightColorSchemeStatesDisabledOpacity":"./tokens","DarkColorSchemePrimaryDefault":"./tokens","DarkColorSchemePrimaryPalette":"./tokens","DarkColorSchemeSecondDefault":"./tokens","DarkColorSchemeSecondPalette":"./tokens","DarkColorSchemeErrorDefault":"./tokens","DarkColorSchemeErrorPalette":"./tokens","DarkColorSchemeInfoDefault":"./tokens","DarkColorSchemeInfoPalette":"./tokens","DarkColorSchemeSuccessDefault":"./tokens","DarkColorSchemeSuccessPalette":"./tokens","DarkColorSchemeWarningDefault":"./tokens","DarkColorSchemeWarningPalette":"./tokens","DarkColorSchemeForegroundText":"./tokens","DarkColorSchemeForegroundTextLessContrast":"./tokens","DarkColorSchemeForegroundTextDisabled":"./tokens","DarkColorSchemeForegroundDivider":"./tokens","DarkColorSchemeForegroundBorder":"./tokens","DarkColorSchemeForegroundIcon":"./tokens","DarkColorSchemeBackgroundBackground":"./tokens","DarkColorSchemeBackgroundBackgroundDisabled":"./tokens","DarkColorSchemeBackgroundOverlayHover":"./tokens","DarkColorSchemeBackgroundOverlayActive":"./tokens","DarkColorSchemeBackgroundOverlayDisabled":"./tokens","DarkColorSchemeStatesFocusedColor":"./tokens","DarkColorSchemeStatesSelectedColor":"./tokens","DarkColorSchemeStatesPressedShadow":"./tokens","DarkColorSchemeStatesDisabledOpacity":"./tokens","FontFamilyBase":"./tokens","FontFamilyMonospace":"./tokens","PaletteBlue40":"./tokens","PaletteBlue60":"./tokens","PaletteBlue100":"./tokens","PaletteBlue200":"./tokens","PaletteBlue300":"./tokens","PaletteBlue400":"./tokens","PaletteBlue500":"./tokens","PaletteBlue560":"./tokens","PaletteBlue600":"./tokens","PaletteBlue700":"./tokens","PaletteBlue800":"./tokens","PaletteBlueA100":"./tokens","PaletteBlueA200":"./tokens","PaletteBlueContrast40":"./tokens","PaletteBlueContrast60":"./tokens","PaletteBlueContrast100":"./tokens","PaletteBlueContrast200":"./tokens","PaletteBlueContrast300":"./tokens","PaletteBlueContrast400":"./tokens","PaletteBlueContrast500":"./tokens","PaletteBlueContrast560":"./tokens","PaletteBlueContrast600":"./tokens","PaletteBlueContrast700":"./tokens","PaletteBlueContrast800":"./tokens","PaletteBlueContrastA100":"./tokens","PaletteBlueContrastA200":"./tokens","PaletteGreen40":"./tokens","PaletteGreen60":"./tokens","PaletteGreen100":"./tokens","PaletteGreen200":"./tokens","PaletteGreen300":"./tokens","PaletteGreen400":"./tokens","PaletteGreen500":"./tokens","PaletteGreen560":"./tokens","PaletteGreen600":"./tokens","PaletteGreen700":"./tokens","PaletteGreen800":"./tokens","PaletteGreenA100":"./tokens","PaletteGreenContrast40":"./tokens","PaletteGreenContrast60":"./tokens","PaletteGreenContrast100":"./tokens","PaletteGreenContrast200":"./tokens","PaletteGreenContrast300":"./tokens","PaletteGreenContrast400":"./tokens","PaletteGreenContrast500":"./tokens","PaletteGreenContrast560":"./tokens","PaletteGreenContrast600":"./tokens","PaletteGreenContrast700":"./tokens","PaletteGreenContrast800":"./tokens","PaletteGreenContrastA100":"./tokens","PaletteRed40":"./tokens","PaletteRed60":"./tokens","PaletteRed100":"./tokens","PaletteRed200":"./tokens","PaletteRed300":"./tokens","PaletteRed400":"./tokens","PaletteRed500":"./tokens","PaletteRed560":"./tokens","PaletteRed600":"./tokens","PaletteRed700":"./tokens","PaletteRed800":"./tokens","PaletteRedA100":"./tokens","PaletteRedContrast40":"./tokens","PaletteRedContrast60":"./tokens","PaletteRedContrast100":"./tokens","PaletteRedContrast200":"./tokens","PaletteRedContrast300":"./tokens","PaletteRedContrast400":"./tokens","PaletteRedContrast500":"./tokens","PaletteRedContrast560":"./tokens","PaletteRedContrast600":"./tokens","PaletteRedContrast700":"./tokens","PaletteRedContrast800":"./tokens","PaletteRedContrastA100":"./tokens","PaletteGrey40":"./tokens","PaletteGrey60":"./tokens","PaletteGrey100":"./tokens","PaletteGrey200":"./tokens","PaletteGrey300":"./tokens","PaletteGrey400":"./tokens","PaletteGrey500":"./tokens","PaletteGrey560":"./tokens","PaletteGrey600":"./tokens","PaletteGrey700":"./tokens","PaletteGrey800":"./tokens","PaletteGreyA40":"./tokens","PaletteGreyA60":"./tokens","PaletteGreyA100":"./tokens","PaletteGreyA200":"./tokens","PaletteGreyA300":"./tokens","PaletteGreyA500":"./tokens","PaletteGreyContrast40":"./tokens","PaletteGreyContrast60":"./tokens","PaletteGreyContrast100":"./tokens","PaletteGreyContrast200":"./tokens","PaletteGreyContrast300":"./tokens","PaletteGreyContrast400":"./tokens","PaletteGreyContrast500":"./tokens","PaletteGreyContrast560":"./tokens","PaletteGreyContrast600":"./tokens","PaletteGreyContrast700":"./tokens","PaletteGreyContrast800":"./tokens","PaletteYellow40":"./tokens","PaletteYellow60":"./tokens","PaletteYellow100":"./tokens","PaletteYellow200":"./tokens","PaletteYellow300":"./tokens","PaletteYellow400":"./tokens","PaletteYellow500":"./tokens","PaletteYellow560":"./tokens","PaletteYellow600":"./tokens","PaletteYellow700":"./tokens","PaletteYellow800":"./tokens","PaletteYellowA100":"./tokens","PaletteYellowContrast40":"./tokens","PaletteYellowContrast60":"./tokens","PaletteYellowContrast100":"./tokens","PaletteYellowContrast200":"./tokens","PaletteYellowContrast300":"./tokens","PaletteYellowContrast400":"./tokens","PaletteYellowContrast500":"./tokens","PaletteYellowContrast560":"./tokens","PaletteYellowContrast600":"./tokens","PaletteYellowContrast700":"./tokens","PaletteYellowContrast800":"./tokens","PaletteYellowContrastA100":"./tokens","ColorBluePalette":"./tokens","ColorGreenPalette":"./tokens","ColorRedPalette":"./tokens","ColorGreyPalette":"./tokens","ColorYellowPalette":"./tokens","TypographyDisplay1FontSize":"./tokens","TypographyDisplay1LineHeight":"./tokens","TypographyDisplay1LetterSpacing":"./tokens","TypographyDisplay1FontWeight":"./tokens","TypographyDisplay1FontFamily":"./tokens","TypographyDisplay1TextTransform":"./tokens","TypographyDisplay2FontSize":"./tokens","TypographyDisplay2LineHeight":"./tokens","TypographyDisplay2LetterSpacing":"./tokens","TypographyDisplay2FontWeight":"./tokens","TypographyDisplay2FontFamily":"./tokens","TypographyDisplay2TextTransform":"./tokens","TypographyDisplay3FontSize":"./tokens","TypographyDisplay3LineHeight":"./tokens","TypographyDisplay3LetterSpacing":"./tokens","TypographyDisplay3FontWeight":"./tokens","TypographyDisplay3FontFamily":"./tokens","TypographyDisplay3TextTransform":"./tokens","TypographyHeadlineFontSize":"./tokens","TypographyHeadlineLineHeight":"./tokens","TypographyHeadlineLetterSpacing":"./tokens","TypographyHeadlineFontWeight":"./tokens","TypographyHeadlineFontFamily":"./tokens","TypographyHeadlineTextTransform":"./tokens","TypographyTitleFontSize":"./tokens","TypographyTitleLineHeight":"./tokens","TypographyTitleLetterSpacing":"./tokens","TypographyTitleFontWeight":"./tokens","TypographyTitleFontFamily":"./tokens","TypographyTitleTextTransform":"./tokens","TypographySubheadingFontSize":"./tokens","TypographySubheadingLineHeight":"./tokens","TypographySubheadingLetterSpacing":"./tokens","TypographySubheadingFontWeight":"./tokens","TypographySubheadingFontFamily":"./tokens","TypographySubheadingTextTransform":"./tokens","TypographyBodyFontSize":"./tokens","TypographyBodyLineHeight":"./tokens","TypographyBodyLetterSpacing":"./tokens","TypographyBodyFontWeight":"./tokens","TypographyBodyFontFamily":"./tokens","TypographyBodyTextTransform":"./tokens","TypographyBodyStrongFontSize":"./tokens","TypographyBodyStrongLineHeight":"./tokens","TypographyBodyStrongLetterSpacing":"./tokens","TypographyBodyStrongFontWeight":"./tokens","TypographyBodyStrongFontFamily":"./tokens","TypographyBodyStrongTextTransform":"./tokens","TypographyBodyCapsFontSize":"./tokens","TypographyBodyCapsLineHeight":"./tokens","TypographyBodyCapsLetterSpacing":"./tokens","TypographyBodyCapsFontWeight":"./tokens","TypographyBodyCapsFontFamily":"./tokens","TypographyBodyCapsTextTransform":"./tokens","TypographyBodyMonoFontSize":"./tokens","TypographyBodyMonoLineHeight":"./tokens","TypographyBodyMonoLetterSpacing":"./tokens","TypographyBodyMonoFontWeight":"./tokens","TypographyBodyMonoFontFamily":"./tokens","TypographyBodyMonoTextTransform":"./tokens","TypographyCaptionFontSize":"./tokens","TypographyCaptionLineHeight":"./tokens","TypographyCaptionLetterSpacing":"./tokens","TypographyCaptionFontWeight":"./tokens","TypographyCaptionFontFamily":"./tokens","TypographyCaptionTextTransform":"./tokens","TypographyCaptionCapsFontSize":"./tokens","TypographyCaptionCapsLineHeight":"./tokens","TypographyCaptionCapsLetterSpacing":"./tokens","TypographyCaptionCapsFontWeight":"./tokens","TypographyCaptionCapsFontFamily":"./tokens","TypographyCaptionCapsTextTransform":"./tokens","TypographyCaptionMonoFontSize":"./tokens","TypographyCaptionMonoLineHeight":"./tokens","TypographyCaptionMonoLetterSpacing":"./tokens","TypographyCaptionMonoFontWeight":"./tokens","TypographyCaptionMonoFontFamily":"./tokens","TypographyCaptionMonoTextTransform":"./tokens","TypographySmallTextFontSize":"./tokens","TypographySmallTextLineHeight":"./tokens","TypographySmallTextLetterSpacing":"./tokens","TypographySmallTextFontWeight":"./tokens","TypographySmallTextFontFamily":"./tokens","TypographySmallTextTextTransform":"./tokens","TypographyExtraSmallTextFontSize":"./tokens","TypographyExtraSmallTextLineHeight":"./tokens","TypographyExtraSmallTextLetterSpacing":"./tokens","TypographyExtraSmallTextFontWeight":"./tokens","TypographyExtraSmallTextFontFamily":"./tokens","TypographyExtraSmallTextTextTransform":"./tokens","AlertLightColorSchemeErrorBackground":"./tokens","AlertLightColorSchemeErrorBorder":"./tokens","AlertLightColorSchemeErrorIcon":"./tokens","AlertLightColorSchemeWarningBackground":"./tokens","AlertLightColorSchemeWarningBorder":"./tokens","AlertLightColorSchemeWarningIcon":"./tokens","AlertLightColorSchemeSuccessBackground":"./tokens","AlertLightColorSchemeSuccessBorder":"./tokens","AlertLightColorSchemeSuccessIcon":"./tokens","AlertLightColorSchemeInfoBackground":"./tokens","AlertLightColorSchemeInfoBorder":"./tokens","AlertLightColorSchemeInfoIcon":"./tokens","AlertLightColorSchemeDefaultBackground":"./tokens","AlertLightColorSchemeDefaultBorder":"./tokens","AlertLightColorSchemeDefaultIcon":"./tokens","AlertDarkColorSchemeErrorBackground":"./tokens","AlertDarkColorSchemeErrorBorder":"./tokens","AlertDarkColorSchemeErrorIcon":"./tokens","AlertDarkColorSchemeWarningBackground":"./tokens","AlertDarkColorSchemeWarningBorder":"./tokens","AlertDarkColorSchemeWarningIcon":"./tokens","AlertDarkColorSchemeSuccessBackground":"./tokens","AlertDarkColorSchemeSuccessBorder":"./tokens","AlertDarkColorSchemeSuccessIcon":"./tokens","AlertDarkColorSchemeInfoBackground":"./tokens","AlertDarkColorSchemeInfoBorder":"./tokens","AlertDarkColorSchemeInfoIcon":"./tokens","AlertDarkColorSchemeDefaultBackground":"./tokens","AlertDarkColorSchemeDefaultBorder":"./tokens","AlertDarkColorSchemeDefaultIcon":"./tokens","AlertSizeBorderWidth":"./tokens","AlertSizeBorderRadius":"./tokens","AlertSizeHorizontalPadding":"./tokens","AlertSizeVerticalPadding":"./tokens","AlertSizeIconMargin":"./tokens","AlertSizeCloseButtonWidth":"./tokens","AlertSizeSmallVerticalPadding":"./tokens","AlertFontDefaultHeader":"./tokens","AlertFontDefaultBody":"./tokens","AlertFontSmallHeader":"./tokens","AlertFontSmallBody":"./tokens","AutocompleteSizePanelPadding":"./tokens","AutocompleteSizePanelMaxHeight":"./tokens","AutocompleteSizePanelBorderRadius":"./tokens","BadgeSizeMinWidth":"./tokens","BadgeSizePadding":"./tokens","BadgeSizeBorderWidth":"./tokens","BadgeSizeBorderRadius":"./tokens","BadgeFontDefault":"./tokens","BadgeFontCaps":"./tokens","ButtonToggleSizeBorderSize":"./tokens","ButtonToggleSizeBorderRadius":"./tokens","ButtonLightColorSchemeActiveShadow":"./tokens","ButtonLightColorSchemePrimaryColor":"./tokens","ButtonLightColorSchemePrimaryBorder":"./tokens","ButtonLightColorSchemePrimaryBackground":"./tokens","ButtonLightColorSchemePrimaryIcon":"./tokens","ButtonLightColorSchemePrimaryStatesActiveBorder":"./tokens","ButtonLightColorSchemePrimaryStatesActiveBackground":"./tokens","ButtonLightColorSchemePrimaryTransparentColor":"./tokens","ButtonLightColorSchemePrimaryTransparentIcon":"./tokens","ButtonLightColorSchemePrimaryTransparentStatesHoverColor":"./tokens","ButtonLightColorSchemePrimaryTransparentStatesHoverIcon":"./tokens","ButtonLightColorSchemePrimaryTransparentStatesActiveColor":"./tokens","ButtonLightColorSchemePrimaryTransparentStatesActiveIcon":"./tokens","ButtonLightColorSchemeSecondBorder":"./tokens","ButtonLightColorSchemeSecondBackground":"./tokens","ButtonLightColorSchemeSecondColor":"./tokens","ButtonLightColorSchemeSecondIcon":"./tokens","ButtonLightColorSchemeSecondStatesActiveBorder":"./tokens","ButtonLightColorSchemeSecondStatesActiveBackground":"./tokens","ButtonLightColorSchemeErrorBorder":"./tokens","ButtonLightColorSchemeErrorBackground":"./tokens","ButtonLightColorSchemeErrorColor":"./tokens","ButtonLightColorSchemeErrorIcon":"./tokens","ButtonLightColorSchemeErrorStatesActiveBorder":"./tokens","ButtonLightColorSchemeErrorStatesActiveBackground":"./tokens","ButtonDarkColorSchemeActiveShadow":"./tokens","ButtonDarkColorSchemePrimaryColor":"./tokens","ButtonDarkColorSchemePrimaryBorder":"./tokens","ButtonDarkColorSchemePrimaryBackground":"./tokens","ButtonDarkColorSchemePrimaryIcon":"./tokens","ButtonDarkColorSchemePrimaryStatesActiveBorder":"./tokens","ButtonDarkColorSchemePrimaryStatesActiveBackground":"./tokens","ButtonDarkColorSchemePrimaryTransparentColor":"./tokens","ButtonDarkColorSchemePrimaryTransparentIcon":"./tokens","ButtonDarkColorSchemePrimaryTransparentStatesHoverColor":"./tokens","ButtonDarkColorSchemePrimaryTransparentStatesHoverIcon":"./tokens","ButtonDarkColorSchemePrimaryTransparentStatesActiveColor":"./tokens","ButtonDarkColorSchemePrimaryTransparentStatesActiveIcon":"./tokens","ButtonDarkColorSchemeSecondBorder":"./tokens","ButtonDarkColorSchemeSecondBackground":"./tokens","ButtonDarkColorSchemeSecondColor":"./tokens","ButtonDarkColorSchemeSecondIcon":"./tokens","ButtonDarkColorSchemeSecondStatesActiveBorder":"./tokens","ButtonDarkColorSchemeSecondStatesActiveBackground":"./tokens","ButtonDarkColorSchemeErrorBorder":"./tokens","ButtonDarkColorSchemeErrorBackground":"./tokens","ButtonDarkColorSchemeErrorColor":"./tokens","ButtonDarkColorSchemeErrorIcon":"./tokens","ButtonDarkColorSchemeErrorStatesActiveBorder":"./tokens","ButtonDarkColorSchemeErrorStatesActiveBackground":"./tokens","ButtonSizeBorderWidth":"./tokens","ButtonSizeBorderRadius":"./tokens","ButtonSizeVerticalPadding":"./tokens","ButtonSizeHorizontalPadding":"./tokens","ButtonFontDefault":"./tokens","ButtonFontPrimary":"./tokens","ButtonFontPrimaryTransparent":"./tokens","IconButtonSizeVerticalPadding":"./tokens","IconButtonSizeHorizontalPadding":"./tokens","IconButtonSizeIconHorizontalPadding":"./tokens","CardLightColorSchemeErrorVerticalLine":"./tokens","CardLightColorSchemeErrorBackground":"./tokens","CardLightColorSchemeErrorShadow":"./tokens","CardLightColorSchemeWarningVerticalLine":"./tokens","CardLightColorSchemeWarningBackground":"./tokens","CardLightColorSchemeWarningShadow":"./tokens","CardLightColorSchemeSuccessVerticalLine":"./tokens","CardLightColorSchemeSuccessBackground":"./tokens","CardLightColorSchemeSuccessShadow":"./tokens","CardLightColorSchemeInfoVerticalLine":"./tokens","CardLightColorSchemeInfoBackground":"./tokens","CardLightColorSchemeInfoShadow":"./tokens","CardDarkColorSchemeErrorVerticalLine":"./tokens","CardDarkColorSchemeErrorBackground":"./tokens","CardDarkColorSchemeErrorShadow":"./tokens","CardDarkColorSchemeWarningVerticalLine":"./tokens","CardDarkColorSchemeWarningBackground":"./tokens","CardDarkColorSchemeWarningShadow":"./tokens","CardDarkColorSchemeSuccessVerticalLine":"./tokens","CardDarkColorSchemeSuccessBackground":"./tokens","CardDarkColorSchemeSuccessShadow":"./tokens","CardDarkColorSchemeInfoVerticalLine":"./tokens","CardDarkColorSchemeInfoBackground":"./tokens","CardDarkColorSchemeInfoShadow":"./tokens","CardSizeVerticalLine":"./tokens","CheckboxLightColorSchemeBorder":"./tokens","CheckboxLightColorSchemeStatesCheckedBorder":"./tokens","CheckboxLightColorSchemeStatesCheckedBackground":"./tokens","CheckboxLightColorSchemeStatesFocusedBorder":"./tokens","CheckboxLightColorSchemeStatesFocusedShadow":"./tokens","CheckboxDarkColorSchemeBorder":"./tokens","CheckboxDarkColorSchemeStatesCheckedBorder":"./tokens","CheckboxDarkColorSchemeStatesCheckedBackground":"./tokens","CheckboxDarkColorSchemeStatesFocusedBorder":"./tokens","CheckboxDarkColorSchemeStatesFocusedShadow":"./tokens","CheckboxSizeWidth":"./tokens","CheckboxSizeLabelMargin":"./tokens","CheckboxSizeBorderWidth":"./tokens","CheckboxSizeToggleBoxShadow":"./tokens","CheckboxFontDefault":"./tokens","DatepickerToggleSizeWidth":"./tokens","DatepickerToggleSizeHeight":"./tokens","DatepickerBodyLightColorSchemeStatesSelectedColor":"./tokens","DatepickerBodyLightColorSchemeStatesSelectedBackground":"./tokens","DatepickerBodyDarkColorSchemeStatesSelectedColor":"./tokens","DatepickerBodyDarkColorSchemeStatesSelectedBackground":"./tokens","DatepickerBodySizeLabelPaddings":"./tokens","DatepickerBodySizeCellMinSize":"./tokens","DatepickerBodySizeCellMargin":"./tokens","DatepickerBodySizeCellPadding":"./tokens","DatepickerBodySizeCellBorderWidth":"./tokens","DatepickerBodyFontLabel":"./tokens","DatepickerBodyFontToday":"./tokens","DatepickerCalendarSizePaddingTop":"./tokens","DatepickerCalendarSizePaddingHorizontal":"./tokens","DatepickerCalendarSizePaddingBottom":"./tokens","DatepickerCalendarSizePaddingBlocks":"./tokens","DatepickerCalendarSizeDividerWidth":"./tokens","DatepickerCalendarSizeIconBorderWidth":"./tokens","DatepickerCalendarSizeIconPrevIconTransform":"./tokens","DatepickerCalendarSizeIconNexIconTransform":"./tokens","DatepickerCalendarFontDefault":"./tokens","DatepickerCalendarFontHeader":"./tokens","DatepickerInputSizeWidth":"./tokens","DividerSizeWidth":"./tokens","DividerSizeInsetMargin":"./tokens","DropdownItemSizePadding":"./tokens","DropdownItemSizeIconPadding":"./tokens","DropdownItemFontDefault":"./tokens","DropdownItemFontCaption":"./tokens","DropdownGroupHeaderSizeDefaultPadding":"./tokens","DropdownGroupHeaderSizeSmallPadding":"./tokens","DropdownGroupHeaderFontDefault":"./tokens","DropdownGroupHeaderFontSmall":"./tokens","DropdownDividerSizeHeight":"./tokens","DropdownDividerSizeMargin":"./tokens","DropdownTriggerSizeIconPaddingRight":"./tokens","DropdownPanelSizeMaxWidth":"./tokens","DropdownPanelSizePadding":"./tokens","DropdownPanelSizeBorderWidth":"./tokens","DropdownPanelSizeBorderRadius":"./tokens","FormFieldLightColorSchemeBorder":"./tokens","FormFieldLightColorSchemeBackground":"./tokens","FormFieldLightColorSchemeStatesHoverBorder":"./tokens","FormFieldLightColorSchemeStatesInvalidBorder":"./tokens","FormFieldLightColorSchemeStatesInvalidBackground":"./tokens","FormFieldDarkColorSchemeBorder":"./tokens","FormFieldDarkColorSchemeBackground":"./tokens","FormFieldDarkColorSchemeStatesHoverBorder":"./tokens","FormFieldDarkColorSchemeStatesInvalidBorder":"./tokens","FormFieldDarkColorSchemeStatesInvalidBackground":"./tokens","FormFieldSizeBorderWidth":"./tokens","FormFieldSizeBorderRadius":"./tokens","FormFieldSizeButtonWidth":"./tokens","FormFieldFontDefault":"./tokens","FormFieldHintSizeMarginTop":"./tokens","FormFieldHintFontDefault":"./tokens","FormsLightColorSchemeLabel":"./tokens","FormsLightColorSchemeLegend":"./tokens","FormsDarkColorSchemeLabel":"./tokens","FormsDarkColorSchemeLegend":"./tokens","FormsSizeHorizontalRowMarginBottom":"./tokens","FormsSizeHorizontalLabelPaddingTop":"./tokens","FormsSizeHorizontalLabelPaddingBottom":"./tokens","FormsSizeHorizontalControlPaddingLeft":"./tokens","FormsSizeHorizontalLegendMarginTop":"./tokens","FormsSizeHorizontalLegendMarginBottom":"./tokens","FormsSizeVerticalRowMarginBottom":"./tokens","FormsSizeVerticalLabelPaddingTop":"./tokens","FormsSizeVerticalLabelPaddingBottom":"./tokens","FormsSizeVerticalControlPaddingLeft":"./tokens","FormsSizeVerticalLegendMarginTop":"./tokens","FormsSizeVerticalLegendMarginBottom":"./tokens","FormsFontDefaultLabel":"./tokens","FormsFontDefaultLegend":"./tokens","InputSizePadding":"./tokens","InputSizeWidth":"./tokens","InputSizeMinHeight":"./tokens","InputFontDefault":"./tokens","InputFontMonospace":"./tokens","LinkLightColorSchemeText":"./tokens","LinkLightColorSchemeBorderBottom":"./tokens","LinkLightColorSchemeStateVisitedText":"./tokens","LinkLightColorSchemeStateVisitedBorderBottom":"./tokens","LinkLightColorSchemeStateHoverText":"./tokens","LinkLightColorSchemeStateHoverBorderBottom":"./tokens","LinkLightColorSchemeStateActive":"./tokens","LinkLightColorSchemeStateFocusedOutline":"./tokens","LinkDarkColorSchemeText":"./tokens","LinkDarkColorSchemeBorderBottom":"./tokens","LinkDarkColorSchemeStateVisitedText":"./tokens","LinkDarkColorSchemeStateVisitedBorderBottom":"./tokens","LinkDarkColorSchemeStateHoverText":"./tokens","LinkDarkColorSchemeStateHoverBorderBottom":"./tokens","LinkDarkColorSchemeStateActive":"./tokens","LinkDarkColorSchemeStateFocusedOutline":"./tokens","LinkSizeIconMargin":"./tokens","LinkSizeStateFocusedOutlineOffset":"./tokens","LinkSizeStateFocusedOutlineWidth":"./tokens","LinkAnimationTransition":"./tokens","LinkAnimationStateHoverTransition":"./tokens","LinkFontDefault":"./tokens","ListSizeHorizontalPadding":"./tokens","ListSizeIconPadding":"./tokens","ListSizeItemHeight":"./tokens","ListSizeTwoLineHeight":"./tokens","ListSizeThreeLineHeight":"./tokens","ListSizeMultiLinePadding":"./tokens","ListSizeIconWidth":"./tokens","ListFontItem":"./tokens","ModalLightColorSchemeShadow":"./tokens","ModalLightColorSchemeBodyTopShadow":"./tokens","ModalLightColorSchemeBodyBottomShadow":"./tokens","ModalLightColorSchemeBackgroundMask":"./tokens","ModalDarkColorSchemeShadow":"./tokens","ModalDarkColorSchemeBodyTopShadow":"./tokens","ModalDarkColorSchemeBodyBottomShadow":"./tokens","ModalDarkColorSchemeBackgroundMask":"./tokens","ModalSizeSmall":"./tokens","ModalSizeNormal":"./tokens","ModalSizeLarge":"./tokens","ModalSizeTop":"./tokens","ModalSizeCloseWidth":"./tokens","ModalSizeBorderRadius":"./tokens","ModalSizeBorderWidth":"./tokens","ModalHeaderSizeBorderRadius":"./tokens","ModalHeaderSizePadding":"./tokens","ModalHeaderFontDefault":"./tokens","ModalBodySizeMaxHeight":"./tokens","ModalBodySizePadding":"./tokens","ModalBodyFontDefault":"./tokens","ModalFooterSizeBorderRadius":"./tokens","ModalFooterSizePadding":"./tokens","ModalConfirmSizePadding":"./tokens","NavbarLightColorSchemeBackground":"./tokens","NavbarLightColorSchemeDividerBackground":"./tokens","NavbarDarkColorSchemeBackground":"./tokens","NavbarDarkColorSchemeDividerBackground":"./tokens","NavbarSizeIconMargin":"./tokens","NavbarFontTitle":"./tokens","VerticalNavbarSizeStatesOpenedWidth":"./tokens","VerticalNavbarSizeStatesClosedWidth":"./tokens","VerticalNavbarSizeIconMargin":"./tokens","NavbarItemLightColorSchemeText":"./tokens","NavbarItemLightColorSchemeStatesActive":"./tokens","NavbarItemLightColorSchemeStatesHover":"./tokens","NavbarItemLightColorSchemeStatesProgress":"./tokens","NavbarItemLightColorSchemeStatesDisabledOpacity":"./tokens","NavbarItemDarkColorSchemeText":"./tokens","NavbarItemDarkColorSchemeStatesActive":"./tokens","NavbarItemDarkColorSchemeStatesHover":"./tokens","NavbarItemDarkColorSchemeStatesProgress":"./tokens","NavbarItemDarkColorSchemeStatesDisabledOpacity":"./tokens","NavbarItemSizePadding":"./tokens","NavbarItemSizeHeight":"./tokens","NavbarBrandSizePadding":"./tokens","NavbarBrandSizeMarginRight":"./tokens","NavbarBrandFontTitle":"./tokens","OptgroupSizePaddingLeft":"./tokens","OptgroupFontDefault":"./tokens","OptionSizeHorizontalPadding":"./tokens","OptionSizeHeight":"./tokens","OptionSizeBorderWidth":"./tokens","OptionFontDefault":"./tokens","PopoverLightColorSchemeBorder":"./tokens","PopoverDarkColorSchemeBorder":"./tokens","PopoverSizePadding":"./tokens","PopoverSizeBorderWidth":"./tokens","PopoverSizeBorderRadius":"./tokens","PopoverSizeArrowWidth":"./tokens","PopoverSizeSmallWidth":"./tokens","PopoverSizeNormalWidth":"./tokens","PopoverSizeLargeWidth":"./tokens","PopoverFontDefault":"./tokens","PopoverHeaderSizePadding":"./tokens","PopoverHeaderFontDefault":"./tokens","PopoverFooterSizePadding":"./tokens","PopoverFooterSizeMarginTop":"./tokens","PopoverFooterFontDefault":"./tokens","PopupLightColorSchemeShadow":"./tokens","PopupLightColorSchemeBorder":"./tokens","PopupLightColorSchemeDivider":"./tokens","PopupLightColorSchemeBackground":"./tokens","PopupLightColorSchemeFooterBackground":"./tokens","PopupDarkColorSchemeShadow":"./tokens","PopupDarkColorSchemeBorder":"./tokens","PopupDarkColorSchemeDivider":"./tokens","PopupDarkColorSchemeBackground":"./tokens","PopupDarkColorSchemeFooterBackground":"./tokens","ProgressBarLightColorSchemeBackground":"./tokens","ProgressBarDarkColorSchemeBackground":"./tokens","ProgressBarSizeHeight":"./tokens","ProgressSpinnerSizeSize":"./tokens","RadioLightColorSchemeOuterCircleBorder":"./tokens","RadioLightColorSchemeInnerCircleBorder":"./tokens","RadioLightColorSchemeStatesCheckedOuterCircleBorder":"./tokens","RadioLightColorSchemeStatesCheckedInnerCircleBorder":"./tokens","RadioLightColorSchemeStatesFocusedOuterCircleBorder":"./tokens","RadioLightColorSchemeStatesFocusedOuterCircleShadow":"./tokens","RadioLightColorSchemeStatesFocusedInnerCircleShadow":"./tokens","RadioDarkColorSchemeOuterCircleBorder":"./tokens","RadioDarkColorSchemeInnerCircleBorder":"./tokens","RadioDarkColorSchemeStatesCheckedOuterCircleBorder":"./tokens","RadioDarkColorSchemeStatesCheckedInnerCircleBorder":"./tokens","RadioDarkColorSchemeStatesFocusedOuterCircleBorder":"./tokens","RadioDarkColorSchemeStatesFocusedOuterCircleShadow":"./tokens","RadioDarkColorSchemeStatesFocusedInnerCircleShadow":"./tokens","RadioSizeSize":"./tokens","RadioSizeLabelMargin":"./tokens","RadioFontDefault":"./tokens","SelectSizeHeight":"./tokens","SelectSizeLeftPadding":"./tokens","SelectSizeRightPadding":"./tokens","SelectSizeLeftPaddingMultiple":"./tokens","SelectFontDefault":"./tokens","SelectPanelSizeMaxHeight":"./tokens","SelectPanelSizeMaxWidth":"./tokens","SelectPanelSizeVerticalPadding":"./tokens","SelectPanelSizeBorderWidth":"./tokens","SelectPanelSizeBorderRadius":"./tokens","SelectPanelFontDefault":"./tokens","SidepanelLightColorSchemeBorder":"./tokens","SidepanelDarkColorSchemeBorder":"./tokens","SidepanelFontDefault":"./tokens","SidepanelHeaderSizePadding":"./tokens","SidepanelHeaderSizeClosePadding":"./tokens","SidepanelHeaderFontDefault":"./tokens","SidepanelFooterSizePadding":"./tokens","SidepanelFooterFontDefault":"./tokens","TableSizeBorderWidth":"./tokens","TableSizeRowPaddingVertical":"./tokens","TableSizeRowPaddingHorizontal":"./tokens","TableFontHeader":"./tokens","TableFontBody":"./tokens","TabsLightColorSchemeBorder":"./tokens","TabsLightColorSchemeStateActive":"./tokens","TabsLightColorSchemeStateDisabledOverlay":"./tokens","TabsDarkColorSchemeBorder":"./tokens","TabsDarkColorSchemeStateActive":"./tokens","TabsDarkColorSchemeStateDisabledOverlay":"./tokens","TabsSizeHeight":"./tokens","TabsSizeHighlightHeight":"./tokens","TabsSizePaddingHorizontal":"./tokens","TabsSizeBorderWidth":"./tokens","TabsSizeBorderRadius":"./tokens","TabsSizeLabelIconMargin":"./tokens","TabsFontDefault":"./tokens","TagsLightColorSchemePrimaryBackground":"./tokens","TagsLightColorSchemePrimaryBorder":"./tokens","TagsLightColorSchemePrimaryIcon":"./tokens","TagsLightColorSchemePrimaryStatesHoverIcon":"./tokens","TagsLightColorSchemePrimaryStatesFocused":"./tokens","TagsLightColorSchemePrimaryStatesDisabledText":"./tokens","TagsLightColorSchemePrimaryStatesDisabledBackground":"./tokens","TagsLightColorSchemeSecondBackground":"./tokens","TagsLightColorSchemeSecondBorder":"./tokens","TagsLightColorSchemeSecondIcon":"./tokens","TagsLightColorSchemeSecondStatesHoverIcon":"./tokens","TagsLightColorSchemeSecondStatesFocused":"./tokens","TagsLightColorSchemeSecondStatesDisabledText":"./tokens","TagsLightColorSchemeSecondStatesDisabledBackground":"./tokens","TagsLightColorSchemeErrorBackground":"./tokens","TagsLightColorSchemeErrorBorder":"./tokens","TagsLightColorSchemeErrorIcon":"./tokens","TagsLightColorSchemeErrorStatesHoverIcon":"./tokens","TagsLightColorSchemeErrorStatesFocused":"./tokens","TagsLightColorSchemeErrorStatesDisabledText":"./tokens","TagsLightColorSchemeErrorStatesDisabledBackground":"./tokens","TagsDarkColorSchemePrimaryBackground":"./tokens","TagsDarkColorSchemePrimaryBorder":"./tokens","TagsDarkColorSchemePrimaryIcon":"./tokens","TagsDarkColorSchemePrimaryStatesHoverIcon":"./tokens","TagsDarkColorSchemePrimaryStatesFocused":"./tokens","TagsDarkColorSchemePrimaryStatesDisabledText":"./tokens","TagsDarkColorSchemePrimaryStatesDisabledBackground":"./tokens","TagsDarkColorSchemeSecondBackground":"./tokens","TagsDarkColorSchemeSecondBorder":"./tokens","TagsDarkColorSchemeSecondIcon":"./tokens","TagsDarkColorSchemeSecondStatesHoverIcon":"./tokens","TagsDarkColorSchemeSecondStatesFocused":"./tokens","TagsDarkColorSchemeSecondStatesDisabledText":"./tokens","TagsDarkColorSchemeSecondStatesDisabledBackground":"./tokens","TagsDarkColorSchemeErrorBackground":"./tokens","TagsDarkColorSchemeErrorBorder":"./tokens","TagsDarkColorSchemeErrorIcon":"./tokens","TagsDarkColorSchemeErrorStatesHoverIcon":"./tokens","TagsDarkColorSchemeErrorStatesFocused":"./tokens","TagsDarkColorSchemeErrorStatesDisabledText":"./tokens","TagsDarkColorSchemeErrorStatesDisabledBackground":"./tokens","TagsSizeMargin":"./tokens","TagsSizeHeight":"./tokens","TagsSizeBorderWidth":"./tokens","TagsSizeBorderRadius":"./tokens","TagsSizeIconPadding":"./tokens","TagsSizeTextMargin":"./tokens","TagsFontDefault":"./tokens","TagsFontMono":"./tokens","TagsFontCaps":"./tokens","TagListSizePadding":"./tokens","TagListSizeMinHeight":"./tokens","TagInputSizeHeight":"./tokens","TagInputSizeMargin":"./tokens","TagInputFontDefault":"./tokens","TextareaSizeMinHeight":"./tokens","TextareaSizePadding":"./tokens","TextareaFontDefault":"./tokens","TextareaFontMono":"./tokens","TimepickerSizePaddingRight":"./tokens","ToggleLightColorSchemeBorder":"./tokens","ToggleLightColorSchemeBackground":"./tokens","ToggleLightColorSchemeCircleBorder":"./tokens","ToggleLightColorSchemeCircleBackground":"./tokens","ToggleLightColorSchemeStatesFocusedShadow":"./tokens","ToggleDarkColorSchemeBorder":"./tokens","ToggleDarkColorSchemeBackground":"./tokens","ToggleDarkColorSchemeCircleBorder":"./tokens","ToggleDarkColorSchemeCircleBackground":"./tokens","ToggleDarkColorSchemeStatesFocusedShadow":"./tokens","ToggleSizeHeight":"./tokens","ToggleSizeWidth":"./tokens","ToggleSizeBorderRadius":"./tokens","ToggleSizeLabelMargin":"./tokens","ToggleFontDefault":"./tokens","ToggleSmallSizeHeight":"./tokens","ToggleSmallSizeWidth":"./tokens","ToggleSmallSizeBorderRadius":"./tokens","ToggleSmallFontDefault":"./tokens","TooltipLightColorSchemeBackground":"./tokens","TooltipLightColorSchemeText":"./tokens","TooltipLightColorSchemeShadow":"./tokens","TooltipLightColorSchemeWarningBackground":"./tokens","TooltipLightColorSchemeWarningText":"./tokens","TooltipLightColorSchemeWarningBorder":"./tokens","TooltipDarkColorSchemeBackground":"./tokens","TooltipDarkColorSchemeText":"./tokens","TooltipDarkColorSchemeShadow":"./tokens","TooltipDarkColorSchemeWarningBackground":"./tokens","TooltipDarkColorSchemeWarningText":"./tokens","TooltipDarkColorSchemeWarningBorder":"./tokens","TooltipSizeMaxWidth":"./tokens","TooltipSizeBorderRadius":"./tokens","TooltipSizeArrowSize":"./tokens","TooltipSizeArrowWidth":"./tokens","TooltipSizePadding":"./tokens","TooltipSizeDistance":"./tokens","TooltipFontDefault":"./tokens","TreeSizePaddingRight":"./tokens","TreeSizeBorderWidth":"./tokens","TreeSizeNodeHeight":"./tokens","TreeFontNode":"./tokens"},"importAs":"@ptsecurity/mosaic/design-tokens"}
1
+ {"__symbolic":"module","version":4,"metadata":{"LightColorSchemePrimaryDefault":"#338FCC","LightColorSchemePrimaryPalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"LightColorSchemeSecondDefault":"#B3B3B3","LightColorSchemeSecondPalette":{"40":{"value":"#F5F5F5","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5F5F5","$quoted$":["value"]},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40","$quoted$":["category","type","item"]},"path":["palette","grey","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#F0F0F0","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0F0F0","$quoted$":["value"]},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60","$quoted$":["category","type","item"]},"path":["palette","grey","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#E6E6E6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E6E6E6","$quoted$":["value"]},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100","$quoted$":["category","type","item"]},"path":["palette","grey","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#CCCCCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#CCCCCC","$quoted$":["value"]},"name":"PaletteGrey200","attributes":{"category":"palette","type":"grey","item":"200","$quoted$":["category","type","item"]},"path":["palette","grey","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#B3B3B3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B3B3B3","$quoted$":["value"]},"name":"PaletteGrey300","attributes":{"category":"palette","type":"grey","item":"300","$quoted$":["category","type","item"]},"path":["palette","grey","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#999999","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#999999","$quoted$":["value"]},"name":"PaletteGrey400","attributes":{"category":"palette","type":"grey","item":"400","$quoted$":["category","type","item"]},"path":["palette","grey","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#808080","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#808080","$quoted$":["value"]},"name":"PaletteGrey500","attributes":{"category":"palette","type":"grey","item":"500","$quoted$":["category","type","item"]},"path":["palette","grey","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#707070","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#707070","$quoted$":["value"]},"name":"PaletteGrey560","attributes":{"category":"palette","type":"grey","item":"560","$quoted$":["category","type","item"]},"path":["palette","grey","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#666666","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#666666","$quoted$":["value"]},"name":"PaletteGrey600","attributes":{"category":"palette","type":"grey","item":"600","$quoted$":["category","type","item"]},"path":["palette","grey","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGrey700","attributes":{"category":"palette","type":"grey","item":"700","$quoted$":["category","type","item"]},"path":["palette","grey","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#333333","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#333333","$quoted$":["value"]},"name":"PaletteGrey800","attributes":{"category":"palette","type":"grey","item":"800","$quoted$":["category","type","item"]},"path":["palette","grey","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A40":{"value":"rgba(0, 0, 0, 0.04)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.04)","$quoted$":["value"]},"name":"PaletteGreyA40","attributes":{"category":"palette","type":"grey","item":"A40","$quoted$":["category","type","item"]},"path":["palette","grey","A40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A60":{"value":"rgba(0, 0, 0, 0.06)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.06)","$quoted$":["value"]},"name":"PaletteGreyA60","attributes":{"category":"palette","type":"grey","item":"A60","$quoted$":["category","type","item"]},"path":["palette","grey","A60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 0, 0, 0.1)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.1)","$quoted$":["value"]},"name":"PaletteGreyA100","attributes":{"category":"palette","type":"grey","item":"A100","$quoted$":["category","type","item"]},"path":["palette","grey","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 0, 0, 0.2)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.2)","$quoted$":["value"]},"name":"PaletteGreyA200","attributes":{"category":"palette","type":"grey","item":"A200","$quoted$":["category","type","item"]},"path":["palette","grey","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A300":{"value":"rgba(0, 0, 0, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.3)","$quoted$":["value"]},"name":"PaletteGreyA300","attributes":{"category":"palette","type":"grey","item":"A300","$quoted$":["category","type","item"]},"path":["palette","grey","A300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A500":{"value":"rgba(0, 0, 0, 0.5)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.5)","$quoted$":["value"]},"name":"PaletteGreyA500","attributes":{"category":"palette","type":"grey","item":"A500","$quoted$":["category","type","item"]},"path":["palette","grey","A500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast40","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast60","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast100","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast200","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast300","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast400","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast500","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast560","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast600","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast700","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast800","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A40","A60","A100","A200","A300","A500","contrast"]},"LightColorSchemeErrorDefault":"#E76E5C","LightColorSchemeErrorPalette":{"40":{"value":"#FEF7F6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FEF7F6","$quoted$":["value"]},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40","$quoted$":["category","type","item"]},"path":["palette","red","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCEFEC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCEFEC","$quoted$":["value"]},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60","$quoted$":["category","type","item"]},"path":["palette","red","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#FADEDA","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FADEDA","$quoted$":["value"]},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100","$quoted$":["category","type","item"]},"path":["palette","red","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F4B7AE","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F4B7AE","$quoted$":["value"]},"name":"PaletteRed200","attributes":{"category":"palette","type":"red","item":"200","$quoted$":["category","type","item"]},"path":["palette","red","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#ED9284","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#ED9284","$quoted$":["value"]},"name":"PaletteRed300","attributes":{"category":"palette","type":"red","item":"300","$quoted$":["category","type","item"]},"path":["palette","red","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#E76E5C","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E76E5C","$quoted$":["value"]},"name":"PaletteRed400","attributes":{"category":"palette","type":"red","item":"400","$quoted$":["category","type","item"]},"path":["palette","red","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#E04D36","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E04D36","$quoted$":["value"]},"name":"PaletteRed500","attributes":{"category":"palette","type":"red","item":"500","$quoted$":["category","type","item"]},"path":["palette","red","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#C43E29","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#C43E29","$quoted$":["value"]},"name":"PaletteRed560","attributes":{"category":"palette","type":"red","item":"560","$quoted$":["category","type","item"]},"path":["palette","red","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#B23522","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B23522","$quoted$":["value"]},"name":"PaletteRed600","attributes":{"category":"palette","type":"red","item":"600","$quoted$":["category","type","item"]},"path":["palette","red","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#832112","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#832112","$quoted$":["value"]},"name":"PaletteRed700","attributes":{"category":"palette","type":"red","item":"700","$quoted$":["category","type","item"]},"path":["palette","red","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#541208","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#541208","$quoted$":["value"]},"name":"PaletteRed800","attributes":{"category":"palette","type":"red","item":"800","$quoted$":["category","type","item"]},"path":["palette","red","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(224, 79, 56, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(224, 79, 56, 0.15)","$quoted$":["value"]},"name":"PaletteRedA100","attributes":{"category":"palette","type":"red","item":"A100","$quoted$":["category","type","item"]},"path":["palette","red","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast40","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast60","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast200","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast300","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast400","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast500","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast560","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast600","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast700","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast800","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrastA100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"LightColorSchemeInfoDefault":"#AAD1EC","LightColorSchemeInfoPalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"LightColorSchemeSuccessDefault":"#B4DEA4","LightColorSchemeSuccessPalette":{"40":{"value":"#F6FBF4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F6FBF4","$quoted$":["value"]},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40","$quoted$":["category","type","item"]},"path":["palette","green","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EDF8E9","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EDF8E9","$quoted$":["value"]},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60","$quoted$":["category","type","item"]},"path":["palette","green","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#DCF1D4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DCF1D4","$quoted$":["value"]},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100","$quoted$":["category","type","item"]},"path":["palette","green","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#B4DEA4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B4DEA4","$quoted$":["value"]},"name":"PaletteGreen200","attributes":{"category":"palette","type":"green","item":"200","$quoted$":["category","type","item"]},"path":["palette","green","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#8FCC79","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#8FCC79","$quoted$":["value"]},"name":"PaletteGreen300","attributes":{"category":"palette","type":"green","item":"300","$quoted$":["category","type","item"]},"path":["palette","green","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#6FBA53","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#6FBA53","$quoted$":["value"]},"name":"PaletteGreen400","attributes":{"category":"palette","type":"green","item":"400","$quoted$":["category","type","item"]},"path":["palette","green","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#52A832","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#52A832","$quoted$":["value"]},"name":"PaletteGreen500","attributes":{"category":"palette","type":"green","item":"500","$quoted$":["category","type","item"]},"path":["palette","green","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#449327","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#449327","$quoted$":["value"]},"name":"PaletteGreen560","attributes":{"category":"palette","type":"green","item":"560","$quoted$":["category","type","item"]},"path":["palette","green","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#3B8520","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#3B8520","$quoted$":["value"]},"name":"PaletteGreen600","attributes":{"category":"palette","type":"green","item":"600","$quoted$":["category","type","item"]},"path":["palette","green","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#276211","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#276211","$quoted$":["value"]},"name":"PaletteGreen700","attributes":{"category":"palette","type":"green","item":"700","$quoted$":["category","type","item"]},"path":["palette","green","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#163F07","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#163F07","$quoted$":["value"]},"name":"PaletteGreen800","attributes":{"category":"palette","type":"green","item":"800","$quoted$":["category","type","item"]},"path":["palette","green","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(68, 255, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(68, 255, 0, 0.15)","$quoted$":["value"]},"name":"PaletteGreenA100","attributes":{"category":"palette","type":"green","item":"A100","$quoted$":["category","type","item"]},"path":["palette","green","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast40","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast60","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast200","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast300","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast400","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast500","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast560","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast600","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast700","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast800","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrastA100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"LightColorSchemeWarningDefault":"#F0D49B","LightColorSchemeWarningPalette":{"40":{"value":"#FDFAF3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FDFAF3","$quoted$":["value"]},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40","$quoted$":["category","type","item"]},"path":["palette","yellow","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCF5E8","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCF5E8","$quoted$":["value"]},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60","$quoted$":["category","type","item"]},"path":["palette","yellow","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#F8EBD1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F8EBD1","$quoted$":["value"]},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100","$quoted$":["category","type","item"]},"path":["palette","yellow","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F0D49B","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0D49B","$quoted$":["value"]},"name":"PaletteYellow200","attributes":{"category":"palette","type":"yellow","item":"200","$quoted$":["category","type","item"]},"path":["palette","yellow","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#E7BD68","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E7BD68","$quoted$":["value"]},"name":"PaletteYellow300","attributes":{"category":"palette","type":"yellow","item":"300","$quoted$":["category","type","item"]},"path":["palette","yellow","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#DFA739","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DFA739","$quoted$":["value"]},"name":"PaletteYellow400","attributes":{"category":"palette","type":"yellow","item":"400","$quoted$":["category","type","item"]},"path":["palette","yellow","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#D6930D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D6930D","$quoted$":["value"]},"name":"PaletteYellow500","attributes":{"category":"palette","type":"yellow","item":"500","$quoted$":["category","type","item"]},"path":["palette","yellow","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#BB800A","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#BB800A","$quoted$":["value"]},"name":"PaletteYellow560","attributes":{"category":"palette","type":"yellow","item":"560","$quoted$":["category","type","item"]},"path":["palette","yellow","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#AA7408","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AA7408","$quoted$":["value"]},"name":"PaletteYellow600","attributes":{"category":"palette","type":"yellow","item":"600","$quoted$":["category","type","item"]},"path":["palette","yellow","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#7D5504","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7D5504","$quoted$":["value"]},"name":"PaletteYellow700","attributes":{"category":"palette","type":"yellow","item":"700","$quoted$":["category","type","item"]},"path":["palette","yellow","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#503602","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#503602","$quoted$":["value"]},"name":"PaletteYellow800","attributes":{"category":"palette","type":"yellow","item":"800","$quoted$":["category","type","item"]},"path":["palette","yellow","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(255, 170, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(255, 170, 0, 0.15)","$quoted$":["value"]},"name":"PaletteYellowA100","attributes":{"category":"palette","type":"yellow","item":"A100","$quoted$":["category","type","item"]},"path":["palette","yellow","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast40","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast60","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast200","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast300","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast400","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast500","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast560","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast600","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast700","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast800","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrastA100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"LightColorSchemeForegroundText":"#4D4D4D","LightColorSchemeForegroundTextLessContrast":"#999999","LightColorSchemeForegroundTextDisabled":"#B3B3B3","LightColorSchemeForegroundDivider":"#E6E6E6","LightColorSchemeForegroundBorder":"#B3B3B3","LightColorSchemeForegroundIcon":"#999999","LightColorSchemeBackgroundBackground":"white","LightColorSchemeBackgroundBackgroundDisabled":"#F0F0F0","LightColorSchemeBackgroundOverlayHover":"rgba(black, 0.05)","LightColorSchemeBackgroundOverlayActive":"rgba(black, 0.1)","LightColorSchemeBackgroundOverlayDisabled":"rgba(white, 0.3)","LightColorSchemeStatesFocusedColor":"#338FCC","LightColorSchemeStatesSelectedColor":"#D8EAF7","LightColorSchemeStatesPressedShadow":"inset 0 1px 2px 0 rgba(black, 0.2)","LightColorSchemeStatesDisabledOpacity":0.3,"DarkColorSchemePrimaryDefault":"#57A4D7","DarkColorSchemePrimaryPalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"DarkColorSchemeSecondDefault":"#999999","DarkColorSchemeSecondPalette":{"40":{"value":"#F5F5F5","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5F5F5","$quoted$":["value"]},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40","$quoted$":["category","type","item"]},"path":["palette","grey","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#F0F0F0","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0F0F0","$quoted$":["value"]},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60","$quoted$":["category","type","item"]},"path":["palette","grey","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#E6E6E6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E6E6E6","$quoted$":["value"]},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100","$quoted$":["category","type","item"]},"path":["palette","grey","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#CCCCCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#CCCCCC","$quoted$":["value"]},"name":"PaletteGrey200","attributes":{"category":"palette","type":"grey","item":"200","$quoted$":["category","type","item"]},"path":["palette","grey","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#B3B3B3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B3B3B3","$quoted$":["value"]},"name":"PaletteGrey300","attributes":{"category":"palette","type":"grey","item":"300","$quoted$":["category","type","item"]},"path":["palette","grey","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#999999","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#999999","$quoted$":["value"]},"name":"PaletteGrey400","attributes":{"category":"palette","type":"grey","item":"400","$quoted$":["category","type","item"]},"path":["palette","grey","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#808080","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#808080","$quoted$":["value"]},"name":"PaletteGrey500","attributes":{"category":"palette","type":"grey","item":"500","$quoted$":["category","type","item"]},"path":["palette","grey","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#707070","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#707070","$quoted$":["value"]},"name":"PaletteGrey560","attributes":{"category":"palette","type":"grey","item":"560","$quoted$":["category","type","item"]},"path":["palette","grey","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#666666","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#666666","$quoted$":["value"]},"name":"PaletteGrey600","attributes":{"category":"palette","type":"grey","item":"600","$quoted$":["category","type","item"]},"path":["palette","grey","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGrey700","attributes":{"category":"palette","type":"grey","item":"700","$quoted$":["category","type","item"]},"path":["palette","grey","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#333333","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#333333","$quoted$":["value"]},"name":"PaletteGrey800","attributes":{"category":"palette","type":"grey","item":"800","$quoted$":["category","type","item"]},"path":["palette","grey","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A40":{"value":"rgba(0, 0, 0, 0.04)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.04)","$quoted$":["value"]},"name":"PaletteGreyA40","attributes":{"category":"palette","type":"grey","item":"A40","$quoted$":["category","type","item"]},"path":["palette","grey","A40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A60":{"value":"rgba(0, 0, 0, 0.06)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.06)","$quoted$":["value"]},"name":"PaletteGreyA60","attributes":{"category":"palette","type":"grey","item":"A60","$quoted$":["category","type","item"]},"path":["palette","grey","A60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 0, 0, 0.1)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.1)","$quoted$":["value"]},"name":"PaletteGreyA100","attributes":{"category":"palette","type":"grey","item":"A100","$quoted$":["category","type","item"]},"path":["palette","grey","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 0, 0, 0.2)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.2)","$quoted$":["value"]},"name":"PaletteGreyA200","attributes":{"category":"palette","type":"grey","item":"A200","$quoted$":["category","type","item"]},"path":["palette","grey","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A300":{"value":"rgba(0, 0, 0, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.3)","$quoted$":["value"]},"name":"PaletteGreyA300","attributes":{"category":"palette","type":"grey","item":"A300","$quoted$":["category","type","item"]},"path":["palette","grey","A300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A500":{"value":"rgba(0, 0, 0, 0.5)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.5)","$quoted$":["value"]},"name":"PaletteGreyA500","attributes":{"category":"palette","type":"grey","item":"A500","$quoted$":["category","type","item"]},"path":["palette","grey","A500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast40","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast60","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast100","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast200","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast300","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast400","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast500","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast560","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast600","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast700","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast800","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A40","A60","A100","A200","A300","A500","contrast"]},"DarkColorSchemeErrorDefault":"#E76E5C","DarkColorSchemeErrorPalette":{"40":{"value":"#FEF7F6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FEF7F6","$quoted$":["value"]},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40","$quoted$":["category","type","item"]},"path":["palette","red","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCEFEC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCEFEC","$quoted$":["value"]},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60","$quoted$":["category","type","item"]},"path":["palette","red","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#FADEDA","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FADEDA","$quoted$":["value"]},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100","$quoted$":["category","type","item"]},"path":["palette","red","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F4B7AE","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F4B7AE","$quoted$":["value"]},"name":"PaletteRed200","attributes":{"category":"palette","type":"red","item":"200","$quoted$":["category","type","item"]},"path":["palette","red","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#ED9284","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#ED9284","$quoted$":["value"]},"name":"PaletteRed300","attributes":{"category":"palette","type":"red","item":"300","$quoted$":["category","type","item"]},"path":["palette","red","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#E76E5C","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E76E5C","$quoted$":["value"]},"name":"PaletteRed400","attributes":{"category":"palette","type":"red","item":"400","$quoted$":["category","type","item"]},"path":["palette","red","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#E04D36","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E04D36","$quoted$":["value"]},"name":"PaletteRed500","attributes":{"category":"palette","type":"red","item":"500","$quoted$":["category","type","item"]},"path":["palette","red","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#C43E29","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#C43E29","$quoted$":["value"]},"name":"PaletteRed560","attributes":{"category":"palette","type":"red","item":"560","$quoted$":["category","type","item"]},"path":["palette","red","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#B23522","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B23522","$quoted$":["value"]},"name":"PaletteRed600","attributes":{"category":"palette","type":"red","item":"600","$quoted$":["category","type","item"]},"path":["palette","red","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#832112","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#832112","$quoted$":["value"]},"name":"PaletteRed700","attributes":{"category":"palette","type":"red","item":"700","$quoted$":["category","type","item"]},"path":["palette","red","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#541208","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#541208","$quoted$":["value"]},"name":"PaletteRed800","attributes":{"category":"palette","type":"red","item":"800","$quoted$":["category","type","item"]},"path":["palette","red","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(224, 79, 56, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(224, 79, 56, 0.15)","$quoted$":["value"]},"name":"PaletteRedA100","attributes":{"category":"palette","type":"red","item":"A100","$quoted$":["category","type","item"]},"path":["palette","red","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast40","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast60","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast200","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast300","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast400","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast500","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast560","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast600","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast700","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast800","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrastA100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"DarkColorSchemeInfoDefault":"#57A4D7","DarkColorSchemeInfoPalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"DarkColorSchemeSuccessDefault":"#6FBA53","DarkColorSchemeSuccessPalette":{"40":{"value":"#F6FBF4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F6FBF4","$quoted$":["value"]},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40","$quoted$":["category","type","item"]},"path":["palette","green","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EDF8E9","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EDF8E9","$quoted$":["value"]},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60","$quoted$":["category","type","item"]},"path":["palette","green","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#DCF1D4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DCF1D4","$quoted$":["value"]},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100","$quoted$":["category","type","item"]},"path":["palette","green","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#B4DEA4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B4DEA4","$quoted$":["value"]},"name":"PaletteGreen200","attributes":{"category":"palette","type":"green","item":"200","$quoted$":["category","type","item"]},"path":["palette","green","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#8FCC79","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#8FCC79","$quoted$":["value"]},"name":"PaletteGreen300","attributes":{"category":"palette","type":"green","item":"300","$quoted$":["category","type","item"]},"path":["palette","green","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#6FBA53","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#6FBA53","$quoted$":["value"]},"name":"PaletteGreen400","attributes":{"category":"palette","type":"green","item":"400","$quoted$":["category","type","item"]},"path":["palette","green","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#52A832","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#52A832","$quoted$":["value"]},"name":"PaletteGreen500","attributes":{"category":"palette","type":"green","item":"500","$quoted$":["category","type","item"]},"path":["palette","green","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#449327","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#449327","$quoted$":["value"]},"name":"PaletteGreen560","attributes":{"category":"palette","type":"green","item":"560","$quoted$":["category","type","item"]},"path":["palette","green","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#3B8520","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#3B8520","$quoted$":["value"]},"name":"PaletteGreen600","attributes":{"category":"palette","type":"green","item":"600","$quoted$":["category","type","item"]},"path":["palette","green","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#276211","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#276211","$quoted$":["value"]},"name":"PaletteGreen700","attributes":{"category":"palette","type":"green","item":"700","$quoted$":["category","type","item"]},"path":["palette","green","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#163F07","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#163F07","$quoted$":["value"]},"name":"PaletteGreen800","attributes":{"category":"palette","type":"green","item":"800","$quoted$":["category","type","item"]},"path":["palette","green","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(68, 255, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(68, 255, 0, 0.15)","$quoted$":["value"]},"name":"PaletteGreenA100","attributes":{"category":"palette","type":"green","item":"A100","$quoted$":["category","type","item"]},"path":["palette","green","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast40","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast60","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast200","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast300","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast400","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast500","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast560","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast600","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast700","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast800","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrastA100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"DarkColorSchemeWarningDefault":"#DFA739","DarkColorSchemeWarningPalette":{"40":{"value":"#FDFAF3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FDFAF3","$quoted$":["value"]},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40","$quoted$":["category","type","item"]},"path":["palette","yellow","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCF5E8","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCF5E8","$quoted$":["value"]},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60","$quoted$":["category","type","item"]},"path":["palette","yellow","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#F8EBD1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F8EBD1","$quoted$":["value"]},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100","$quoted$":["category","type","item"]},"path":["palette","yellow","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F0D49B","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0D49B","$quoted$":["value"]},"name":"PaletteYellow200","attributes":{"category":"palette","type":"yellow","item":"200","$quoted$":["category","type","item"]},"path":["palette","yellow","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#E7BD68","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E7BD68","$quoted$":["value"]},"name":"PaletteYellow300","attributes":{"category":"palette","type":"yellow","item":"300","$quoted$":["category","type","item"]},"path":["palette","yellow","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#DFA739","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DFA739","$quoted$":["value"]},"name":"PaletteYellow400","attributes":{"category":"palette","type":"yellow","item":"400","$quoted$":["category","type","item"]},"path":["palette","yellow","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#D6930D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D6930D","$quoted$":["value"]},"name":"PaletteYellow500","attributes":{"category":"palette","type":"yellow","item":"500","$quoted$":["category","type","item"]},"path":["palette","yellow","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#BB800A","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#BB800A","$quoted$":["value"]},"name":"PaletteYellow560","attributes":{"category":"palette","type":"yellow","item":"560","$quoted$":["category","type","item"]},"path":["palette","yellow","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#AA7408","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AA7408","$quoted$":["value"]},"name":"PaletteYellow600","attributes":{"category":"palette","type":"yellow","item":"600","$quoted$":["category","type","item"]},"path":["palette","yellow","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#7D5504","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7D5504","$quoted$":["value"]},"name":"PaletteYellow700","attributes":{"category":"palette","type":"yellow","item":"700","$quoted$":["category","type","item"]},"path":["palette","yellow","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#503602","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#503602","$quoted$":["value"]},"name":"PaletteYellow800","attributes":{"category":"palette","type":"yellow","item":"800","$quoted$":["category","type","item"]},"path":["palette","yellow","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(255, 170, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(255, 170, 0, 0.15)","$quoted$":["value"]},"name":"PaletteYellowA100","attributes":{"category":"palette","type":"yellow","item":"A100","$quoted$":["category","type","item"]},"path":["palette","yellow","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast40","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast60","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast200","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast300","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast400","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast500","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast560","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast600","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast700","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast800","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrastA100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"DarkColorSchemeForegroundText":"#F0F0F0","DarkColorSchemeForegroundTextLessContrast":"#999999","DarkColorSchemeForegroundTextDisabled":"#999999","DarkColorSchemeForegroundDivider":"#666666","DarkColorSchemeForegroundBorder":"#808080","DarkColorSchemeForegroundIcon":"#999999","DarkColorSchemeBackgroundBackground":"#333333","DarkColorSchemeBackgroundBackgroundDisabled":"#666666","DarkColorSchemeBackgroundOverlayHover":"rgba(black, 0.05)","DarkColorSchemeBackgroundOverlayActive":"rgba(black, 0.1)","DarkColorSchemeBackgroundOverlayDisabled":"rgba(white, 0.2)","DarkColorSchemeStatesFocusedColor":"#57A4D7","DarkColorSchemeStatesSelectedColor":"#114E77","DarkColorSchemeStatesPressedShadow":"inset 1px 2px 2px 0 rgba(black, 0.2)","DarkColorSchemeStatesDisabledOpacity":0.3,"FontFamilyBase":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","FontFamilyMonospace":"'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace","PaletteBlue40":"#F5FAFD","PaletteBlue60":"#EBF4FB","PaletteBlue100":"#D8EAF7","PaletteBlue200":"#AAD1EC","PaletteBlue300":"#7FBAE1","PaletteBlue400":"#57A4D7","PaletteBlue500":"#338FCC","PaletteBlue560":"#277BB3","PaletteBlue600":"#206EA2","PaletteBlue700":"#114E77","PaletteBlue800":"#07314D","PaletteBlueA100":"rgba(0, 153, 255, 0.15)","PaletteBlueA200":"rgba(0, 153, 255, 0.3)","PaletteBlueContrast40":"#4D4D4D","PaletteBlueContrast60":"#4D4D4D","PaletteBlueContrast100":"#4D4D4D","PaletteBlueContrast200":"#4D4D4D","PaletteBlueContrast300":"#4D4D4D","PaletteBlueContrast400":"white","PaletteBlueContrast500":"white","PaletteBlueContrast560":"white","PaletteBlueContrast600":"white","PaletteBlueContrast700":"white","PaletteBlueContrast800":"white","PaletteBlueContrastA100":"#4D4D4D","PaletteBlueContrastA200":"white","PaletteGreen40":"#F6FBF4","PaletteGreen60":"#EDF8E9","PaletteGreen100":"#DCF1D4","PaletteGreen200":"#B4DEA4","PaletteGreen300":"#8FCC79","PaletteGreen400":"#6FBA53","PaletteGreen500":"#52A832","PaletteGreen560":"#449327","PaletteGreen600":"#3B8520","PaletteGreen700":"#276211","PaletteGreen800":"#163F07","PaletteGreenA100":"rgba(68, 255, 0, 0.15)","PaletteGreenContrast40":"#4D4D4D","PaletteGreenContrast60":"#4D4D4D","PaletteGreenContrast100":"#4D4D4D","PaletteGreenContrast200":"#4D4D4D","PaletteGreenContrast300":"#4D4D4D","PaletteGreenContrast400":"white","PaletteGreenContrast500":"white","PaletteGreenContrast560":"white","PaletteGreenContrast600":"white","PaletteGreenContrast700":"white","PaletteGreenContrast800":"white","PaletteGreenContrastA100":"#4D4D4D","PaletteRed40":"#FEF7F6","PaletteRed60":"#FCEFEC","PaletteRed100":"#FADEDA","PaletteRed200":"#F4B7AE","PaletteRed300":"#ED9284","PaletteRed400":"#E76E5C","PaletteRed500":"#E04D36","PaletteRed560":"#C43E29","PaletteRed600":"#B23522","PaletteRed700":"#832112","PaletteRed800":"#541208","PaletteRedA100":"rgba(224, 79, 56, 0.15)","PaletteRedContrast40":"#4D4D4D","PaletteRedContrast60":"#4D4D4D","PaletteRedContrast100":"#4D4D4D","PaletteRedContrast200":"#4D4D4D","PaletteRedContrast300":"#4D4D4D","PaletteRedContrast400":"white","PaletteRedContrast500":"white","PaletteRedContrast560":"white","PaletteRedContrast600":"white","PaletteRedContrast700":"white","PaletteRedContrast800":"white","PaletteRedContrastA100":"#4D4D4D","PaletteGrey40":"#F5F5F5","PaletteGrey60":"#F0F0F0","PaletteGrey100":"#E6E6E6","PaletteGrey200":"#CCCCCC","PaletteGrey300":"#B3B3B3","PaletteGrey400":"#999999","PaletteGrey500":"#808080","PaletteGrey560":"#707070","PaletteGrey600":"#666666","PaletteGrey700":"#4D4D4D","PaletteGrey800":"#333333","PaletteGreyA40":"rgba(0, 0, 0, 0.04)","PaletteGreyA60":"rgba(0, 0, 0, 0.06)","PaletteGreyA100":"rgba(0, 0, 0, 0.1)","PaletteGreyA200":"rgba(0, 0, 0, 0.2)","PaletteGreyA300":"rgba(0, 0, 0, 0.3)","PaletteGreyA500":"rgba(0, 0, 0, 0.5)","PaletteGreyContrast40":"#4D4D4D","PaletteGreyContrast60":"#4D4D4D","PaletteGreyContrast100":"#4D4D4D","PaletteGreyContrast200":"#4D4D4D","PaletteGreyContrast300":"#4D4D4D","PaletteGreyContrast400":"white","PaletteGreyContrast500":"white","PaletteGreyContrast560":"white","PaletteGreyContrast600":"white","PaletteGreyContrast700":"white","PaletteGreyContrast800":"white","PaletteYellow40":"#FDFAF3","PaletteYellow60":"#FCF5E8","PaletteYellow100":"#F8EBD1","PaletteYellow200":"#F0D49B","PaletteYellow300":"#E7BD68","PaletteYellow400":"#DFA739","PaletteYellow500":"#D6930D","PaletteYellow560":"#BB800A","PaletteYellow600":"#AA7408","PaletteYellow700":"#7D5504","PaletteYellow800":"#503602","PaletteYellowA100":"rgba(255, 170, 0, 0.15)","PaletteYellowContrast40":"#4D4D4D","PaletteYellowContrast60":"#4D4D4D","PaletteYellowContrast100":"#4D4D4D","PaletteYellowContrast200":"#4D4D4D","PaletteYellowContrast300":"#4D4D4D","PaletteYellowContrast400":"white","PaletteYellowContrast500":"white","PaletteYellowContrast560":"white","PaletteYellowContrast600":"white","PaletteYellowContrast700":"white","PaletteYellowContrast800":"white","PaletteYellowContrastA100":"#4D4D4D","ColorBluePalette":{"40":{"value":"#F5FAFD","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5FAFD","$quoted$":["value"]},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40","$quoted$":["category","type","item"]},"path":["palette","blue","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EBF4FB","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EBF4FB","$quoted$":["value"]},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60","$quoted$":["category","type","item"]},"path":["palette","blue","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#D8EAF7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D8EAF7","$quoted$":["value"]},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100","$quoted$":["category","type","item"]},"path":["palette","blue","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#AAD1EC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AAD1EC","$quoted$":["value"]},"name":"PaletteBlue200","attributes":{"category":"palette","type":"blue","item":"200","$quoted$":["category","type","item"]},"path":["palette","blue","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#7FBAE1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7FBAE1","$quoted$":["value"]},"name":"PaletteBlue300","attributes":{"category":"palette","type":"blue","item":"300","$quoted$":["category","type","item"]},"path":["palette","blue","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#57A4D7","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#57A4D7","$quoted$":["value"]},"name":"PaletteBlue400","attributes":{"category":"palette","type":"blue","item":"400","$quoted$":["category","type","item"]},"path":["palette","blue","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#338FCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#338FCC","$quoted$":["value"]},"name":"PaletteBlue500","attributes":{"category":"palette","type":"blue","item":"500","$quoted$":["category","type","item"]},"path":["palette","blue","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#277BB3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#277BB3","$quoted$":["value"]},"name":"PaletteBlue560","attributes":{"category":"palette","type":"blue","item":"560","$quoted$":["category","type","item"]},"path":["palette","blue","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#206EA2","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#206EA2","$quoted$":["value"]},"name":"PaletteBlue600","attributes":{"category":"palette","type":"blue","item":"600","$quoted$":["category","type","item"]},"path":["palette","blue","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#114E77","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#114E77","$quoted$":["value"]},"name":"PaletteBlue700","attributes":{"category":"palette","type":"blue","item":"700","$quoted$":["category","type","item"]},"path":["palette","blue","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#07314D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#07314D","$quoted$":["value"]},"name":"PaletteBlue800","attributes":{"category":"palette","type":"blue","item":"800","$quoted$":["category","type","item"]},"path":["palette","blue","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 153, 255, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.15)","$quoted$":["value"]},"name":"PaletteBlueA100","attributes":{"category":"palette","type":"blue","item":"A100","$quoted$":["category","type","item"]},"path":["palette","blue","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 153, 255, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 153, 255, 0.3)","$quoted$":["value"]},"name":"PaletteBlueA200","attributes":{"category":"palette","type":"blue","item":"A200","$quoted$":["category","type","item"]},"path":["palette","blue","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast40","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast60","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrast300","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast400","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast500","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast560","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast600","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast700","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrast800","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteBlueContrastA100","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteBlueContrastA200","attributes":{"category":"palette","type":"blue","item":"contrast","subitem":"A200","$quoted$":["category","type","item","subitem"]},"path":["palette","blue","contrast","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","A200","contrast"]},"ColorGreenPalette":{"40":{"value":"#F6FBF4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F6FBF4","$quoted$":["value"]},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40","$quoted$":["category","type","item"]},"path":["palette","green","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#EDF8E9","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#EDF8E9","$quoted$":["value"]},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60","$quoted$":["category","type","item"]},"path":["palette","green","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#DCF1D4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DCF1D4","$quoted$":["value"]},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100","$quoted$":["category","type","item"]},"path":["palette","green","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#B4DEA4","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B4DEA4","$quoted$":["value"]},"name":"PaletteGreen200","attributes":{"category":"palette","type":"green","item":"200","$quoted$":["category","type","item"]},"path":["palette","green","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#8FCC79","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#8FCC79","$quoted$":["value"]},"name":"PaletteGreen300","attributes":{"category":"palette","type":"green","item":"300","$quoted$":["category","type","item"]},"path":["palette","green","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#6FBA53","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#6FBA53","$quoted$":["value"]},"name":"PaletteGreen400","attributes":{"category":"palette","type":"green","item":"400","$quoted$":["category","type","item"]},"path":["palette","green","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#52A832","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#52A832","$quoted$":["value"]},"name":"PaletteGreen500","attributes":{"category":"palette","type":"green","item":"500","$quoted$":["category","type","item"]},"path":["palette","green","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#449327","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#449327","$quoted$":["value"]},"name":"PaletteGreen560","attributes":{"category":"palette","type":"green","item":"560","$quoted$":["category","type","item"]},"path":["palette","green","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#3B8520","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#3B8520","$quoted$":["value"]},"name":"PaletteGreen600","attributes":{"category":"palette","type":"green","item":"600","$quoted$":["category","type","item"]},"path":["palette","green","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#276211","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#276211","$quoted$":["value"]},"name":"PaletteGreen700","attributes":{"category":"palette","type":"green","item":"700","$quoted$":["category","type","item"]},"path":["palette","green","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#163F07","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#163F07","$quoted$":["value"]},"name":"PaletteGreen800","attributes":{"category":"palette","type":"green","item":"800","$quoted$":["category","type","item"]},"path":["palette","green","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(68, 255, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(68, 255, 0, 0.15)","$quoted$":["value"]},"name":"PaletteGreenA100","attributes":{"category":"palette","type":"green","item":"A100","$quoted$":["category","type","item"]},"path":["palette","green","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast40","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast60","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast200","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrast300","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast400","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast500","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast560","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast600","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast700","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreenContrast800","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreenContrastA100","attributes":{"category":"palette","type":"green","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","green","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"ColorRedPalette":{"40":{"value":"#FEF7F6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FEF7F6","$quoted$":["value"]},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40","$quoted$":["category","type","item"]},"path":["palette","red","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCEFEC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCEFEC","$quoted$":["value"]},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60","$quoted$":["category","type","item"]},"path":["palette","red","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#FADEDA","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FADEDA","$quoted$":["value"]},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100","$quoted$":["category","type","item"]},"path":["palette","red","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F4B7AE","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F4B7AE","$quoted$":["value"]},"name":"PaletteRed200","attributes":{"category":"palette","type":"red","item":"200","$quoted$":["category","type","item"]},"path":["palette","red","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#ED9284","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#ED9284","$quoted$":["value"]},"name":"PaletteRed300","attributes":{"category":"palette","type":"red","item":"300","$quoted$":["category","type","item"]},"path":["palette","red","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#E76E5C","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E76E5C","$quoted$":["value"]},"name":"PaletteRed400","attributes":{"category":"palette","type":"red","item":"400","$quoted$":["category","type","item"]},"path":["palette","red","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#E04D36","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E04D36","$quoted$":["value"]},"name":"PaletteRed500","attributes":{"category":"palette","type":"red","item":"500","$quoted$":["category","type","item"]},"path":["palette","red","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#C43E29","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#C43E29","$quoted$":["value"]},"name":"PaletteRed560","attributes":{"category":"palette","type":"red","item":"560","$quoted$":["category","type","item"]},"path":["palette","red","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#B23522","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B23522","$quoted$":["value"]},"name":"PaletteRed600","attributes":{"category":"palette","type":"red","item":"600","$quoted$":["category","type","item"]},"path":["palette","red","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#832112","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#832112","$quoted$":["value"]},"name":"PaletteRed700","attributes":{"category":"palette","type":"red","item":"700","$quoted$":["category","type","item"]},"path":["palette","red","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#541208","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#541208","$quoted$":["value"]},"name":"PaletteRed800","attributes":{"category":"palette","type":"red","item":"800","$quoted$":["category","type","item"]},"path":["palette","red","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(224, 79, 56, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(224, 79, 56, 0.15)","$quoted$":["value"]},"name":"PaletteRedA100","attributes":{"category":"palette","type":"red","item":"A100","$quoted$":["category","type","item"]},"path":["palette","red","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast40","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast60","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast200","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrast300","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast400","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast500","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast560","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast600","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast700","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteRedContrast800","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteRedContrastA100","attributes":{"category":"palette","type":"red","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","red","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"ColorGreyPalette":{"40":{"value":"#F5F5F5","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F5F5F5","$quoted$":["value"]},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40","$quoted$":["category","type","item"]},"path":["palette","grey","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#F0F0F0","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0F0F0","$quoted$":["value"]},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60","$quoted$":["category","type","item"]},"path":["palette","grey","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#E6E6E6","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E6E6E6","$quoted$":["value"]},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100","$quoted$":["category","type","item"]},"path":["palette","grey","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#CCCCCC","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#CCCCCC","$quoted$":["value"]},"name":"PaletteGrey200","attributes":{"category":"palette","type":"grey","item":"200","$quoted$":["category","type","item"]},"path":["palette","grey","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#B3B3B3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#B3B3B3","$quoted$":["value"]},"name":"PaletteGrey300","attributes":{"category":"palette","type":"grey","item":"300","$quoted$":["category","type","item"]},"path":["palette","grey","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#999999","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#999999","$quoted$":["value"]},"name":"PaletteGrey400","attributes":{"category":"palette","type":"grey","item":"400","$quoted$":["category","type","item"]},"path":["palette","grey","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#808080","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#808080","$quoted$":["value"]},"name":"PaletteGrey500","attributes":{"category":"palette","type":"grey","item":"500","$quoted$":["category","type","item"]},"path":["palette","grey","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#707070","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#707070","$quoted$":["value"]},"name":"PaletteGrey560","attributes":{"category":"palette","type":"grey","item":"560","$quoted$":["category","type","item"]},"path":["palette","grey","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#666666","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#666666","$quoted$":["value"]},"name":"PaletteGrey600","attributes":{"category":"palette","type":"grey","item":"600","$quoted$":["category","type","item"]},"path":["palette","grey","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGrey700","attributes":{"category":"palette","type":"grey","item":"700","$quoted$":["category","type","item"]},"path":["palette","grey","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#333333","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#333333","$quoted$":["value"]},"name":"PaletteGrey800","attributes":{"category":"palette","type":"grey","item":"800","$quoted$":["category","type","item"]},"path":["palette","grey","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A40":{"value":"rgba(0, 0, 0, 0.04)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.04)","$quoted$":["value"]},"name":"PaletteGreyA40","attributes":{"category":"palette","type":"grey","item":"A40","$quoted$":["category","type","item"]},"path":["palette","grey","A40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A60":{"value":"rgba(0, 0, 0, 0.06)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.06)","$quoted$":["value"]},"name":"PaletteGreyA60","attributes":{"category":"palette","type":"grey","item":"A60","$quoted$":["category","type","item"]},"path":["palette","grey","A60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(0, 0, 0, 0.1)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.1)","$quoted$":["value"]},"name":"PaletteGreyA100","attributes":{"category":"palette","type":"grey","item":"A100","$quoted$":["category","type","item"]},"path":["palette","grey","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A200":{"value":"rgba(0, 0, 0, 0.2)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.2)","$quoted$":["value"]},"name":"PaletteGreyA200","attributes":{"category":"palette","type":"grey","item":"A200","$quoted$":["category","type","item"]},"path":["palette","grey","A200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A300":{"value":"rgba(0, 0, 0, 0.3)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.3)","$quoted$":["value"]},"name":"PaletteGreyA300","attributes":{"category":"palette","type":"grey","item":"A300","$quoted$":["category","type","item"]},"path":["palette","grey","A300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A500":{"value":"rgba(0, 0, 0, 0.5)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.5)","$quoted$":["value"]},"name":"PaletteGreyA500","attributes":{"category":"palette","type":"grey","item":"A500","$quoted$":["category","type","item"]},"path":["palette","grey","A500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast40","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast60","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast100","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast200","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteGreyContrast300","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast400","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast500","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast560","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast600","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast700","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteGreyContrast800","attributes":{"category":"palette","type":"grey","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","grey","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A40","A60","A100","A200","A300","A500","contrast"]},"ColorYellowPalette":{"40":{"value":"#FDFAF3","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FDFAF3","$quoted$":["value"]},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40","$quoted$":["category","type","item"]},"path":["palette","yellow","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#FCF5E8","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#FCF5E8","$quoted$":["value"]},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60","$quoted$":["category","type","item"]},"path":["palette","yellow","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#F8EBD1","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F8EBD1","$quoted$":["value"]},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100","$quoted$":["category","type","item"]},"path":["palette","yellow","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#F0D49B","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#F0D49B","$quoted$":["value"]},"name":"PaletteYellow200","attributes":{"category":"palette","type":"yellow","item":"200","$quoted$":["category","type","item"]},"path":["palette","yellow","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#E7BD68","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#E7BD68","$quoted$":["value"]},"name":"PaletteYellow300","attributes":{"category":"palette","type":"yellow","item":"300","$quoted$":["category","type","item"]},"path":["palette","yellow","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"#DFA739","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#DFA739","$quoted$":["value"]},"name":"PaletteYellow400","attributes":{"category":"palette","type":"yellow","item":"400","$quoted$":["category","type","item"]},"path":["palette","yellow","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"#D6930D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#D6930D","$quoted$":["value"]},"name":"PaletteYellow500","attributes":{"category":"palette","type":"yellow","item":"500","$quoted$":["category","type","item"]},"path":["palette","yellow","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"#BB800A","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#BB800A","$quoted$":["value"]},"name":"PaletteYellow560","attributes":{"category":"palette","type":"yellow","item":"560","$quoted$":["category","type","item"]},"path":["palette","yellow","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"#AA7408","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#AA7408","$quoted$":["value"]},"name":"PaletteYellow600","attributes":{"category":"palette","type":"yellow","item":"600","$quoted$":["category","type","item"]},"path":["palette","yellow","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"#7D5504","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#7D5504","$quoted$":["value"]},"name":"PaletteYellow700","attributes":{"category":"palette","type":"yellow","item":"700","$quoted$":["category","type","item"]},"path":["palette","yellow","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"#503602","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#503602","$quoted$":["value"]},"name":"PaletteYellow800","attributes":{"category":"palette","type":"yellow","item":"800","$quoted$":["category","type","item"]},"path":["palette","yellow","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"rgba(255, 170, 0, 0.15)","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"rgba(255, 170, 0, 0.15)","$quoted$":["value"]},"name":"PaletteYellowA100","attributes":{"category":"palette","type":"yellow","item":"A100","$quoted$":["category","type","item"]},"path":["palette","yellow","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"contrast":{"40":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast40","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"40","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","40"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"60":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast60","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"60","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","60"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"200":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast200","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"200","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","200"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"300":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrast300","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"300","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","300"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"400":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast400","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"400","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","400"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"500":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast500","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"500","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","500"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"560":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast560","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"560","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","560"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"600":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast600","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"600","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","600"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"700":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast700","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"700","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","700"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"800":{"value":"white","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"white","$quoted$":["value"]},"name":"PaletteYellowContrast800","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"800","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","800"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"A100":{"value":"#4D4D4D","filePath":"packages/mosaic/design-tokens/tokens/properties/palette.json5","isSource":true,"original":{"value":"#4D4D4D","$quoted$":["value"]},"name":"PaletteYellowContrastA100","attributes":{"category":"palette","type":"yellow","item":"contrast","subitem":"A100","$quoted$":["category","type","item","subitem"]},"path":["palette","yellow","contrast","A100"],"$quoted$":["value","filePath","isSource","original","name","attributes","path"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100"]},"$quoted$":["40","60","100","200","300","400","500","560","600","700","800","A100","contrast"]},"TypographyDisplay1FontSize":"56px","TypographyDisplay1LineHeight":"76px","TypographyDisplay1LetterSpacing":"-0.4px","TypographyDisplay1FontWeight":"normal","TypographyDisplay1FontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyDisplay1TextTransform":"null","TypographyDisplay2FontSize":"45px","TypographyDisplay2LineHeight":"56px","TypographyDisplay2LetterSpacing":"normal","TypographyDisplay2FontWeight":"normal","TypographyDisplay2FontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyDisplay2TextTransform":"null","TypographyDisplay3FontSize":"34px","TypographyDisplay3LineHeight":"44px","TypographyDisplay3LetterSpacing":"0.25px","TypographyDisplay3FontWeight":"normal","TypographyDisplay3FontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyDisplay3TextTransform":"null","TypographyHeadlineFontSize":"24px","TypographyHeadlineLineHeight":"32px","TypographyHeadlineLetterSpacing":"normal","TypographyHeadlineFontWeight":"normal","TypographyHeadlineFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyHeadlineTextTransform":"null","TypographyTitleFontSize":"20px","TypographyTitleLineHeight":"28px","TypographyTitleLetterSpacing":"0.15px","TypographyTitleFontWeight":"500","TypographyTitleFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyTitleTextTransform":"null","TypographySubheadingFontSize":"15px","TypographySubheadingLineHeight":"20px","TypographySubheadingLetterSpacing":"0.15px","TypographySubheadingFontWeight":"700","TypographySubheadingFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographySubheadingTextTransform":"null","TypographyBodyFontSize":"15px","TypographyBodyLineHeight":"20px","TypographyBodyLetterSpacing":"0.15px","TypographyBodyFontWeight":"normal","TypographyBodyFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyBodyTextTransform":"null","TypographyBodyStrongFontSize":"15px","TypographyBodyStrongLineHeight":"20px","TypographyBodyStrongLetterSpacing":"0.15px","TypographyBodyStrongFontWeight":"500","TypographyBodyStrongFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyBodyStrongTextTransform":"null","TypographyBodyCapsFontSize":"15px","TypographyBodyCapsLineHeight":"20px","TypographyBodyCapsLetterSpacing":"1.7px","TypographyBodyCapsFontWeight":"normal","TypographyBodyCapsFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyBodyCapsTextTransform":"uppercase","TypographyBodyMonoFontSize":"15px","TypographyBodyMonoLineHeight":"20px","TypographyBodyMonoLetterSpacing":"normal","TypographyBodyMonoFontWeight":"normal","TypographyBodyMonoFontFamily":"'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace","TypographyBodyMonoTextTransform":"null","TypographyCaptionFontSize":"13px","TypographyCaptionLineHeight":"16px","TypographyCaptionLetterSpacing":"0.25px","TypographyCaptionFontWeight":"normal","TypographyCaptionFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyCaptionTextTransform":"null","TypographyCaptionCapsFontSize":"13px","TypographyCaptionCapsLineHeight":"16px","TypographyCaptionCapsLetterSpacing":"1.5px","TypographyCaptionCapsFontWeight":"normal","TypographyCaptionCapsFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyCaptionCapsTextTransform":"uppercase","TypographyCaptionMonoFontSize":"13px","TypographyCaptionMonoLineHeight":"16px","TypographyCaptionMonoLetterSpacing":"normal","TypographyCaptionMonoFontWeight":"normal","TypographyCaptionMonoFontFamily":"'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace","TypographyCaptionMonoTextTransform":"null","TypographySmallTextFontSize":"13px","TypographySmallTextLineHeight":"16px","TypographySmallTextLetterSpacing":"0.25px","TypographySmallTextFontWeight":"normal","TypographySmallTextFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographySmallTextTextTransform":"null","TypographyExtraSmallTextFontSize":"11px","TypographyExtraSmallTextLineHeight":"16px","TypographyExtraSmallTextLetterSpacing":"0.22px","TypographyExtraSmallTextFontWeight":"normal","TypographyExtraSmallTextFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyExtraSmallTextTextTransform":"null","TypographyExtraSmallTextCapsFontSize":"11px","TypographyExtraSmallTextCapsLineHeight":"16px","TypographyExtraSmallTextCapsLetterSpacing":"1px","TypographyExtraSmallTextCapsFontWeight":"normal","TypographyExtraSmallTextCapsFontFamily":"Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif","TypographyExtraSmallTextCapsTextTransform":"uppercase","TypographyExtraSmallTextMonoFontSize":"11px","TypographyExtraSmallTextMonoLineHeight":"16px","TypographyExtraSmallTextMonoLetterSpacing":"0px","TypographyExtraSmallTextMonoFontWeight":"normal","TypographyExtraSmallTextMonoFontFamily":"'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace","TypographyExtraSmallTextMonoTextTransform":"null","AlertLightColorSchemeErrorBackground":"#FCEFEC","AlertLightColorSchemeErrorBorder":"#E76E5C","AlertLightColorSchemeErrorIcon":"#E76E5C","AlertLightColorSchemeWarningBackground":"#FCF5E8","AlertLightColorSchemeWarningBorder":"#F0D49B","AlertLightColorSchemeWarningIcon":"#DFA739","AlertLightColorSchemeSuccessBackground":"#EDF8E9","AlertLightColorSchemeSuccessBorder":"#B4DEA4","AlertLightColorSchemeSuccessIcon":"#6FBA53","AlertLightColorSchemeInfoBackground":"#EBF4FB","AlertLightColorSchemeInfoBorder":"#AAD1EC","AlertLightColorSchemeInfoIcon":"#57A4D7","AlertLightColorSchemeDefaultBackground":"#F0F0F0","AlertLightColorSchemeDefaultBorder":"#B3B3B3","AlertLightColorSchemeDefaultIcon":"#CCCCCC","AlertDarkColorSchemeErrorBackground":"#832112","AlertDarkColorSchemeErrorBorder":"#832112","AlertDarkColorSchemeErrorIcon":"#E76E5C","AlertDarkColorSchemeWarningBackground":"#7D5504","AlertDarkColorSchemeWarningBorder":"#7D5504","AlertDarkColorSchemeWarningIcon":"#DFA739","AlertDarkColorSchemeSuccessBackground":"#276211","AlertDarkColorSchemeSuccessBorder":"#276211","AlertDarkColorSchemeSuccessIcon":"#6FBA53","AlertDarkColorSchemeInfoBackground":"#114E77","AlertDarkColorSchemeInfoBorder":"#114E77","AlertDarkColorSchemeInfoIcon":"#57A4D7","AlertDarkColorSchemeDefaultBackground":"#4D4D4D","AlertDarkColorSchemeDefaultBorder":"#4D4D4D","AlertDarkColorSchemeDefaultIcon":"#999999","AlertSizeBorderWidth":"1px","AlertSizeBorderRadius":"4px","AlertSizeHorizontalPadding":"16px","AlertSizeVerticalPadding":"13px","AlertSizeIconMargin":"8px","AlertSizeCloseButtonWidth":"16px","AlertSizeSmallVerticalPadding":"11px","AlertFontDefaultHeader":"subheading","AlertFontDefaultBody":"body","AlertFontSmallHeader":"caption","AlertFontSmallBody":"caption","AutocompleteSizePanelPadding":"4px 0","AutocompleteSizePanelMaxHeight":"256px","AutocompleteSizePanelBorderRadius":"3px","BadgeSizeDefaultMinWidth":"10px","BadgeSizeDefaultPadding":"0 8px","BadgeSizeDefaultBorderWidth":"1px","BadgeSizeDefaultBorderRadius":"4px","BadgeSizeDefaultHeight":"24px","BadgeSizeDefaultFontDefault":"caption","BadgeSizeDefaultFontCaps":"caption-caps","BadgeSizeDefaultFontMono":"caption-mono","BadgeSizeMiniHeight":"16px","BadgeSizeMiniMinWidth":"10px","BadgeSizeMiniBorderWidth":"1px","BadgeSizeMiniBorderRadius":"2px","BadgeSizeMiniPadding":"0 4px","BadgeSizeMiniFontDefault":"extra-small-text","BadgeSizeMiniFontCaps":"extra-small-text-caps","BadgeSizeMiniFontMono":"extra-small-text-mono","BadgeFontDefaultDefault":"caption","BadgeFontDefaultCaps":"caption-caps","BadgeFontDefaultMono":"caption-mono","BadgeFontMiniDefault":"extra-small-text","BadgeFontMiniCaps":"extra-small-text-caps","BadgeFontMiniMono":"extra-small-text-mono","BadgeLightColorSchemeSolidPrimaryBackground":"#338FCC","BadgeLightColorSchemeSolidPrimaryColor":"white","BadgeLightColorSchemeSolidPrimaryBorder":"#338FCC","BadgeLightColorSchemeSolidInfoBorder":"#338FCC","BadgeLightColorSchemeSolidInfoBackground":"#338FCC","BadgeLightColorSchemeSolidInfoColor":"white","BadgeLightColorSchemeSolidSuccessBorder":"#52A832","BadgeLightColorSchemeSolidSuccessBackground":"#52A832","BadgeLightColorSchemeSolidSuccessColor":"white","BadgeLightColorSchemeSolidWarningBorder":"#D6930D","BadgeLightColorSchemeSolidWarningBackground":"#D6930D","BadgeLightColorSchemeSolidWarningColor":"white","BadgeLightColorSchemeSolidErrorBorder":"#E04D36","BadgeLightColorSchemeSolidErrorBackground":"#E04D36","BadgeLightColorSchemeSolidErrorColor":"white","BadgeLightColorSchemeSolidTransparentBorder":"#CCCCCC","BadgeLightColorSchemeSolidTransparentColor":"#4D4D4D","BadgeLightColorSchemeSolidTransparentBackground":"transparent","BadgeLightColorSchemeSolidLightBorder":"#E6E6E6","BadgeLightColorSchemeSolidLightBackground":"#E6E6E6","BadgeLightColorSchemeSolidLightColor":"#4D4D4D","BadgeLightColorSchemeSolidSecondBorder":"#666666","BadgeLightColorSchemeSolidSecondBackground":"#666666","BadgeLightColorSchemeSolidSecondColor":"white","BadgeLightColorSchemePastelPrimaryBackground":"#F5FAFD","BadgeLightColorSchemePastelPrimaryBorder":"#AAD1EC","BadgeLightColorSchemePastelPrimaryColor":"#338FCC","BadgeLightColorSchemePastelInfoBackground":"#F5FAFD","BadgeLightColorSchemePastelInfoBorder":"#AAD1EC","BadgeLightColorSchemePastelInfoColor":"#338FCC","BadgeLightColorSchemePastelSuccessBackground":"#F6FBF4","BadgeLightColorSchemePastelSuccessBorder":"#B4DEA4","BadgeLightColorSchemePastelSuccessColor":"#449327","BadgeLightColorSchemePastelWarningBackground":"#FDFAF3","BadgeLightColorSchemePastelWarningBorder":"#F0D49B","BadgeLightColorSchemePastelWarningColor":"#BB800A","BadgeLightColorSchemePastelErrorBackground":"#FEF7F6","BadgeLightColorSchemePastelErrorBorder":"#F4B7AE","BadgeLightColorSchemePastelErrorColor":"#E04D36","BadgeDarkColorSchemePastelPrimaryBackground":"rgba(0, 153, 255, 0.15)","BadgeDarkColorSchemePastelPrimaryColor":"#D8EAF7","BadgeDarkColorSchemePastelPrimaryBorder":"#114E77","BadgeDarkColorSchemePastelInfoBackground":"#D8EAF7","BadgeDarkColorSchemePastelInfoColor":"#D8EAF7","BadgeDarkColorSchemePastelInfoBorder":"rgba(0, 153, 255, 0.15)","BadgeDarkColorSchemePastelSuccessBorder":"#276211","BadgeDarkColorSchemePastelSuccessBackground":"rgba(68, 255, 0, 0.15)","BadgeDarkColorSchemePastelSuccessColor":"#DCF1D4","BadgeDarkColorSchemePastelWarningBorder":"#7D5504","BadgeDarkColorSchemePastelWarningBackground":"rgba(255, 170, 0, 0.15)","BadgeDarkColorSchemePastelWarningColor":"#F8EBD1","BadgeDarkColorSchemePastelErrorBorder":"#832112","BadgeDarkColorSchemePastelErrorBackground":"rgba(224, 79, 56, 0.15)","BadgeDarkColorSchemePastelErrorColor":"#FADEDA","BadgeDarkColorSchemeSolidPrimaryBackground":"#114E77","BadgeDarkColorSchemeSolidPrimaryColor":"white","BadgeDarkColorSchemeSolidPrimaryBorder":"#114E77","BadgeDarkColorSchemeSolidInfoBorder":"#07314D","BadgeDarkColorSchemeSolidInfoBackground":"#07314D","BadgeDarkColorSchemeSolidInfoColor":"white","BadgeDarkColorSchemeSolidSuccessBorder":"#276211","BadgeDarkColorSchemeSolidSuccessBackground":"#276211","BadgeDarkColorSchemeSolidSuccessColor":"white","BadgeDarkColorSchemeSolidWarningBorder":"#7D5504","BadgeDarkColorSchemeSolidWarningBackground":"#7D5504","BadgeDarkColorSchemeSolidWarningColor":"white","BadgeDarkColorSchemeSolidErrorBorder":"#832112","BadgeDarkColorSchemeSolidErrorBackground":"#832112","BadgeDarkColorSchemeSolidErrorColor":"white","BadgeDarkColorSchemeSolidTransparentBorder":"#808080","BadgeDarkColorSchemeSolidTransparentColor":"#F5F5F5","BadgeDarkColorSchemeSolidTransparentBackground":"transparent","BadgeDarkColorSchemeSolidLightBorder":"#999999","BadgeDarkColorSchemeSolidLightBackground":"#999999","BadgeDarkColorSchemeSolidLightColor":"white","BadgeDarkColorSchemeSolidSecondBorder":"#4D4D4D","BadgeDarkColorSchemeSolidSecondBackground":"#4D4D4D","BadgeDarkColorSchemeSolidSecondColor":"white","ButtonToggleSizeBorderSize":"1px","ButtonToggleSizeBorderRadius":"3px","ButtonLightColorSchemeActiveShadow":"inset 0 1px 2px 0 rgba(black, 0.2)","ButtonLightColorSchemePrimaryColor":"white","ButtonLightColorSchemePrimaryBorder":"#277BB3","ButtonLightColorSchemePrimaryBackground":"#338FCC","ButtonLightColorSchemePrimaryIcon":"white","ButtonLightColorSchemePrimaryStatesActiveBorder":"darken(#277BB3, 5)","ButtonLightColorSchemePrimaryStatesActiveBackground":"darken(#338FCC, 5)","ButtonLightColorSchemePrimaryTransparentColor":"#338FCC","ButtonLightColorSchemePrimaryTransparentIcon":"#338FCC","ButtonLightColorSchemePrimaryTransparentStatesHoverColor":"#206EA2","ButtonLightColorSchemePrimaryTransparentStatesHoverIcon":"#206EA2","ButtonLightColorSchemePrimaryTransparentStatesActiveColor":"#114E77","ButtonLightColorSchemePrimaryTransparentStatesActiveIcon":"#114E77","ButtonLightColorSchemeSecondBorder":"#B3B3B3","ButtonLightColorSchemeSecondBackground":"#F0F0F0","ButtonLightColorSchemeSecondColor":"#4D4D4D","ButtonLightColorSchemeSecondIcon":"#999999","ButtonLightColorSchemeSecondStatesActiveBorder":"darken(#B3B3B3, 5)","ButtonLightColorSchemeSecondStatesActiveBackground":"darken(#F0F0F0, 5)","ButtonLightColorSchemeErrorBorder":"#B3B3B3","ButtonLightColorSchemeErrorBackground":"#F0F0F0","ButtonLightColorSchemeErrorColor":"#E76E5C","ButtonLightColorSchemeErrorIcon":"#E76E5C","ButtonLightColorSchemeErrorStatesActiveBorder":"darken(#B3B3B3, 5)","ButtonLightColorSchemeErrorStatesActiveBackground":"darken(#F0F0F0, 5)","ButtonDarkColorSchemeActiveShadow":"inset 1px 2px 2px 0 rgba(black, 0.2)","ButtonDarkColorSchemePrimaryColor":"white","ButtonDarkColorSchemePrimaryBorder":"#277BB3","ButtonDarkColorSchemePrimaryBackground":"#338FCC","ButtonDarkColorSchemePrimaryIcon":"white","ButtonDarkColorSchemePrimaryStatesActiveBorder":"darken(#277BB3, 5)","ButtonDarkColorSchemePrimaryStatesActiveBackground":"darken(#57A4D7, 5)","ButtonDarkColorSchemePrimaryTransparentColor":"#338FCC","ButtonDarkColorSchemePrimaryTransparentIcon":"#338FCC","ButtonDarkColorSchemePrimaryTransparentStatesHoverColor":"#206EA2","ButtonDarkColorSchemePrimaryTransparentStatesHoverIcon":"#206EA2","ButtonDarkColorSchemePrimaryTransparentStatesActiveColor":"#114E77","ButtonDarkColorSchemePrimaryTransparentStatesActiveIcon":"#114E77","ButtonDarkColorSchemeSecondBorder":"#808080","ButtonDarkColorSchemeSecondBackground":"#666666","ButtonDarkColorSchemeSecondColor":"#F0F0F0","ButtonDarkColorSchemeSecondIcon":"#999999","ButtonDarkColorSchemeSecondStatesActiveBorder":"darken(#808080, 5)","ButtonDarkColorSchemeSecondStatesActiveBackground":"darken(#666666, 5)","ButtonDarkColorSchemeErrorBorder":"#808080","ButtonDarkColorSchemeErrorBackground":"#666666","ButtonDarkColorSchemeErrorColor":"#E76E5C","ButtonDarkColorSchemeErrorIcon":"#E76E5C","ButtonDarkColorSchemeErrorStatesActiveBorder":"darken(#808080, 5)","ButtonDarkColorSchemeErrorStatesActiveBackground":"darken(#666666, 5)","ButtonSizeBorderWidth":"1px","ButtonSizeBorderRadius":"3px","ButtonSizeVerticalPadding":"6px","ButtonSizeHorizontalPadding":"16px","ButtonFontDefault":"body","ButtonFontPrimary":"body-strong","ButtonFontPrimaryTransparent":"body","IconButtonSizeVerticalPadding":"6px","IconButtonSizeHorizontalPadding":"8px","IconButtonSizeIconHorizontalPadding":"16px","CardLightColorSchemeErrorVerticalLine":"#E76E5C","CardLightColorSchemeErrorBackground":"#FCEFEC","CardLightColorSchemeErrorShadow":"#E6E6E6","CardLightColorSchemeWarningVerticalLine":"#F0D49B","CardLightColorSchemeWarningBackground":"#FCF5E8","CardLightColorSchemeWarningShadow":"#E6E6E6","CardLightColorSchemeSuccessVerticalLine":"#B4DEA4","CardLightColorSchemeSuccessBackground":"#EDF8E9","CardLightColorSchemeSuccessShadow":"#E6E6E6","CardLightColorSchemeInfoVerticalLine":"#AAD1EC","CardLightColorSchemeInfoBackground":"#EBF4FB","CardLightColorSchemeInfoShadow":"#E6E6E6","CardDarkColorSchemeErrorVerticalLine":"#E76E5C","CardDarkColorSchemeErrorBackground":"#832112","CardDarkColorSchemeErrorShadow":"#4D4D4D","CardDarkColorSchemeWarningVerticalLine":"#DFA739","CardDarkColorSchemeWarningBackground":"#7D5504","CardDarkColorSchemeWarningShadow":"#4D4D4D","CardDarkColorSchemeSuccessVerticalLine":"#6FBA53","CardDarkColorSchemeSuccessBackground":"#276211","CardDarkColorSchemeSuccessShadow":"#4D4D4D","CardDarkColorSchemeInfoVerticalLine":"#57A4D7","CardDarkColorSchemeInfoBackground":"#114E77","CardDarkColorSchemeInfoShadow":"#4D4D4D","CardSizeVerticalLine":"4px","CheckboxLightColorSchemeBorder":"#B3B3B3","CheckboxLightColorSchemeStatesCheckedBorder":"#206EA2","CheckboxLightColorSchemeStatesCheckedBackground":"#338FCC","CheckboxLightColorSchemeStatesFocusedBorder":"#206EA2","CheckboxLightColorSchemeStatesFocusedShadow":"inset 0 0 0 1px white, 0 0 0 1px #206EA2","CheckboxDarkColorSchemeBorder":"#999999","CheckboxDarkColorSchemeStatesCheckedBorder":"#57A4D7","CheckboxDarkColorSchemeStatesCheckedBackground":"#206EA2","CheckboxDarkColorSchemeStatesFocusedBorder":"#57A4D7","CheckboxDarkColorSchemeStatesFocusedShadow":"inset 0 0 0 1px #333333, 0 0 0 1px #57A4D7","CheckboxSizeWidth":"16px","CheckboxSizeLabelMargin":"8px","CheckboxSizeBorderWidth":"1px","CheckboxSizeToggleBoxShadow":"inset 0 0 1px 0 rgba(0, 0, 0, 0.2)","CheckboxFontDefault":"body","DatepickerToggleSizeWidth":"30px","DatepickerToggleSizeHeight":"30px","DatepickerBodyLightColorSchemeStatesSelectedColor":"#338FCC","DatepickerBodyLightColorSchemeStatesSelectedBackground":"#D8EAF7","DatepickerBodyDarkColorSchemeStatesSelectedColor":"#338FCC","DatepickerBodyDarkColorSchemeStatesSelectedBackground":"#114E77","DatepickerBodySizeLabelPaddings":"8px 28px 12px 12px","DatepickerBodySizeCellMinSize":"32px","DatepickerBodySizeCellMargin":"5%","DatepickerBodySizeCellPadding":"8px","DatepickerBodySizeCellBorderWidth":"1px","DatepickerBodyFontLabel":"body-strong","DatepickerBodyFontToday":"body-strong","DatepickerCalendarSizePaddingTop":"16px","DatepickerCalendarSizePaddingHorizontal":"8px","DatepickerCalendarSizePaddingBottom":"8px","DatepickerCalendarSizePaddingBlocks":"12px","DatepickerCalendarSizeDividerWidth":"1px","DatepickerCalendarSizeIconBorderWidth":"2px","DatepickerCalendarSizeIconPrevIconTransform":"translateX(2px) rotate(-45deg)","DatepickerCalendarSizeIconNexIconTransform":"translateX(-2px) rotate(45deg)","DatepickerCalendarFontDefault":"body","DatepickerCalendarFontHeader":"caption","DatepickerInputSizeWidth":"130px","DividerSizeWidth":"1px","DividerSizeInsetMargin":"80px","DropdownItemSizePadding":"5px 15px","DropdownItemSizeIconPadding":"0 8px 2px 0","DropdownItemFontDefault":"body","DropdownItemFontCaption":"caption","DropdownGroupHeaderSizeDefaultPadding":"6px 15px","DropdownGroupHeaderSizeSmallPadding":"8px 15px","DropdownGroupHeaderFontDefault":"body-strong","DropdownGroupHeaderFontSmall":"caption-caps","DropdownDividerSizeHeight":"1px","DropdownDividerSizeMargin":"4px 0","DropdownTriggerSizeIconPaddingRight":"8px","DropdownPanelSizeMaxWidth":"640px","DropdownPanelSizePadding":"4px 0","DropdownPanelSizeBorderWidth":"1px","DropdownPanelSizeBorderRadius":"3px","FormFieldLightColorSchemeBorder":"#B3B3B3","FormFieldLightColorSchemeBackground":"white","FormFieldLightColorSchemeStatesHoverBorder":"#999999","FormFieldLightColorSchemeStatesInvalidBorder":"#E76E5C","FormFieldLightColorSchemeStatesInvalidBackground":"transparent","FormFieldDarkColorSchemeBorder":"#999999","FormFieldDarkColorSchemeBackground":"#333333","FormFieldDarkColorSchemeStatesHoverBorder":"#CCCCCC","FormFieldDarkColorSchemeStatesInvalidBorder":"#E76E5C","FormFieldDarkColorSchemeStatesInvalidBackground":"transparent","FormFieldSizeBorderWidth":"1px","FormFieldSizeBorderRadius":"3px","FormFieldSizeButtonWidth":"32px","FormFieldFontDefault":"body","FormFieldHintSizeMarginTop":"4px","FormFieldHintFontDefault":"caption","FormsLightColorSchemeLabel":"#999999","FormsLightColorSchemeLegend":"#4D4D4D","FormsDarkColorSchemeLabel":"#999999","FormsDarkColorSchemeLegend":"#F0F0F0","FormsSizeHorizontalRowMarginBottom":"20px","FormsSizeHorizontalLabelPaddingTop":"6px","FormsSizeHorizontalLabelPaddingBottom":"0","FormsSizeHorizontalControlPaddingLeft":"16px","FormsSizeHorizontalLegendMarginTop":"32px","FormsSizeHorizontalLegendMarginBottom":"16px","FormsSizeVerticalRowMarginBottom":"16px","FormsSizeVerticalLabelPaddingTop":"0","FormsSizeVerticalLabelPaddingBottom":"4px","FormsSizeVerticalControlPaddingLeft":"24px","FormsSizeVerticalLegendMarginTop":"32px","FormsSizeVerticalLegendMarginBottom":"12px","FormsFontDefaultLabel":"body","FormsFontDefaultLegend":"subheading","InputSizePadding":"5px 16px","InputSizeWidth":"100%","InputSizeMinHeight":"30px","InputFontDefault":"body","InputFontMonospace":"body-mono","LinkLightColorSchemeText":"#338FCC","LinkLightColorSchemeBorderBottom":"rgba(#338FCC, 0.32)","LinkLightColorSchemeStateVisitedText":"#6A2795","LinkLightColorSchemeStateVisitedBorderBottom":"rgba(106, 39, 149, 0.32)","LinkLightColorSchemeStateHoverText":"#206EA2","LinkLightColorSchemeStateHoverBorderBottom":"rgba(#206EA2, 0.32)","LinkLightColorSchemeStateActive":"#114E77","LinkLightColorSchemeStateFocusedOutline":"#338FCC","LinkDarkColorSchemeText":"#57A4D7","LinkDarkColorSchemeBorderBottom":"rgba(#57A4D7, 0.32)","LinkDarkColorSchemeStateVisitedText":"#a23ee2","LinkDarkColorSchemeStateVisitedBorderBottom":"rgba(162, 62, 226, 0.32)","LinkDarkColorSchemeStateHoverText":"#7FBAE1","LinkDarkColorSchemeStateHoverBorderBottom":"rgba(#7FBAE1, 0.32)","LinkDarkColorSchemeStateActive":"#7FBAE1","LinkDarkColorSchemeStateFocusedOutline":"#57A4D7","LinkSizeIconMargin":"4px","LinkSizeStateFocusedOutlineOffset":"2px","LinkSizeStateFocusedOutlineWidth":"2px","LinkAnimationTransition":"color ease-out 300ms","LinkAnimationStateHoverTransition":"color 0ms","LinkFontDefault":"body","ListSizeHorizontalPadding":"16px","ListSizeIconPadding":"4px","ListSizeItemHeight":"28px","ListSizeTwoLineHeight":"72px","ListSizeThreeLineHeight":"88px","ListSizeMultiLinePadding":"16px","ListSizeIconWidth":"24px","ListFontItem":"body","ModalLightColorSchemeShadow":"(0 0 0 1px #B3B3B3, 0 6px 12px 0 rgba(0, 0, 0, 0.5))","ModalLightColorSchemeBodyTopShadow":"0 2px 4px 0 rgba(0, 0, 0, 0.16)","ModalLightColorSchemeBodyBottomShadow":"0 -2px 4px 0 rgba(0, 0, 0, 0.16)","ModalLightColorSchemeBackgroundMask":"rgba(0, 0, 0, 0.5)","ModalDarkColorSchemeShadow":"(0 0 0 1px #333333, 0 6px 12px 0 rgba(0, 0, 0, 0.5))","ModalDarkColorSchemeBodyTopShadow":"0 2px 4px 0 rgba(0, 0, 0, 0.16)","ModalDarkColorSchemeBodyBottomShadow":"0 -2px 4px 0 rgba(0, 0, 0, 0.16)","ModalDarkColorSchemeBackgroundMask":"rgba(0, 0, 0, 0.5)","ModalSizeSmall":"400px","ModalSizeNormal":"640px","ModalSizeLarge":"960px","ModalSizeTop":"48px","ModalSizeCloseWidth":"56px","ModalSizeBorderRadius":"4px","ModalSizeBorderWidth":"1px","ModalHeaderSizeBorderRadius":"4px 4px 0 0","ModalHeaderSizePadding":"14px 16px","ModalHeaderFontDefault":"title","ModalBodySizeMaxHeight":"calc(100vh - 260px)","ModalBodySizePadding":"16px 24px 24px","ModalBodyFontDefault":"body","ModalFooterSizeBorderRadius":"0 0 4px 4px","ModalFooterSizePadding":"16px 16px","ModalConfirmSizePadding":"24px","NavbarLightColorSchemeBackground":"#114E77","NavbarLightColorSchemeDividerBackground":"rgba(255, 255, 255, 0.3)","NavbarDarkColorSchemeBackground":"#114E77","NavbarDarkColorSchemeDividerBackground":"rgba(255, 255, 255, 0.3)","NavbarSizeIconMargin":"4px","NavbarFontTitle":"body","VerticalNavbarSizeStatesOpenedWidth":"240px","VerticalNavbarSizeStatesClosedWidth":"48px","VerticalNavbarSizeIconMargin":"10px","NavbarItemLightColorSchemeText":"#D8EAF7","NavbarItemLightColorSchemeStatesActive":"#206EA2","NavbarItemLightColorSchemeStatesHover":"#206EA2","NavbarItemLightColorSchemeStatesProgress":"#07314D","NavbarItemLightColorSchemeStatesDisabledOpacity":0.3,"NavbarItemDarkColorSchemeText":"#D8EAF7","NavbarItemDarkColorSchemeStatesActive":"#114E77","NavbarItemDarkColorSchemeStatesHover":"#114E77","NavbarItemDarkColorSchemeStatesProgress":"#07314D","NavbarItemDarkColorSchemeStatesDisabledOpacity":0.3,"NavbarItemSizePadding":"16px","NavbarItemSizeHeight":"48px","NavbarBrandSizePadding":"12px","NavbarBrandSizeMarginRight":"24px","NavbarBrandFontTitle":"title","OptgroupSizePaddingLeft":"17px","OptgroupFontDefault":"subheading","OptionSizeHorizontalPadding":"16px","OptionSizeHeight":"32px","OptionSizeBorderWidth":"2px","OptionFontDefault":"body","PopoverLightColorSchemeBorder":"#B3B3B3","PopoverDarkColorSchemeBorder":"#4D4D4D","PopoverSizePadding":"16px","PopoverSizeBorderWidth":"1px","PopoverSizeBorderRadius":"4px","PopoverSizeArrowWidth":"4px","PopoverSizeSmallWidth":"200px","PopoverSizeNormalWidth":"400px","PopoverSizeLargeWidth":"640px","PopoverFontDefault":"body","PopoverHeaderSizePadding":"10px 16px","PopoverHeaderFontDefault":"subheading","PopoverFooterSizePadding":"12px 16px","PopoverFooterSizeMarginTop":"8px","PopoverFooterFontDefault":"body","PopupLightColorSchemeShadow":"0 3px 3px 0 rgba(0, 0, 0, 0.2)","PopupLightColorSchemeBorder":"#B3B3B3","PopupLightColorSchemeDivider":"#CCCCCC","PopupLightColorSchemeBackground":"white","PopupLightColorSchemeFooterBackground":"#F0F0F0","PopupDarkColorSchemeShadow":"0 3px 3px 0 rgba(0, 0, 0, 0.2)","PopupDarkColorSchemeBorder":"#999999","PopupDarkColorSchemeDivider":"#666666","PopupDarkColorSchemeBackground":"#4D4D4D","PopupDarkColorSchemeFooterBackground":"transparent","ProgressBarLightColorSchemeBackground":"#F0F0F0","ProgressBarDarkColorSchemeBackground":"#666666","ProgressBarSizeHeight":"4px","ProgressSpinnerSizeSize":"16px","RadioLightColorSchemeOuterCircleBorder":"#B3B3B3","RadioLightColorSchemeInnerCircleBorder":"transparent","RadioLightColorSchemeStatesCheckedOuterCircleBorder":"#338FCC","RadioLightColorSchemeStatesCheckedInnerCircleBorder":"#338FCC","RadioLightColorSchemeStatesFocusedOuterCircleBorder":"#338FCC","RadioLightColorSchemeStatesFocusedOuterCircleShadow":"0 0 0 2px #B3B3B3","RadioLightColorSchemeStatesFocusedInnerCircleShadow":"0 0 0 1px white","RadioDarkColorSchemeOuterCircleBorder":"#999999","RadioDarkColorSchemeInnerCircleBorder":"transparent","RadioDarkColorSchemeStatesCheckedOuterCircleBorder":"#57A4D7","RadioDarkColorSchemeStatesCheckedInnerCircleBorder":"#206EA2","RadioDarkColorSchemeStatesFocusedOuterCircleBorder":"#57A4D7","RadioDarkColorSchemeStatesFocusedOuterCircleShadow":"0 0 0 2px #57A4D7","RadioDarkColorSchemeStatesFocusedInnerCircleShadow":"0 0 0 1px #333333","RadioSizeSize":"14px","RadioSizeLabelMargin":"8px","RadioFontDefault":"body","SelectSizeHeight":"30px","SelectSizeLeftPadding":"16px","SelectSizeRightPadding":"8px","SelectSizeLeftPaddingMultiple":"8px","SelectFontDefault":"body","SelectPanelSizeMaxHeight":"232px","SelectPanelSizeMaxWidth":"640px","SelectPanelSizeVerticalPadding":"4px","SelectPanelSizeBorderWidth":"1px","SelectPanelSizeBorderRadius":"3px","SelectPanelFontDefault":"body","SidepanelLightColorSchemeBorder":"#B3B3B3","SidepanelDarkColorSchemeBorder":"#333333","SidepanelFontDefault":"body","SidepanelHeaderSizePadding":"14px 16px","SidepanelHeaderSizeClosePadding":"0 0 0 8px","SidepanelHeaderFontDefault":"title","SidepanelFooterSizePadding":"16px","SidepanelFooterFontDefault":"body","TableSizeBorderWidth":"1px","TableSizeRowPaddingVertical":"8px","TableSizeRowPaddingHorizontal":"16px","TableFontHeader":"caption","TableFontBody":"body","TabsLightColorSchemeBorder":"#B3B3B3","TabsLightColorSchemeStateActive":"#338FCC","TabsLightColorSchemeStateDisabledOverlay":"rgba(white, 0.5)","TabsDarkColorSchemeBorder":"#B3B3B3","TabsDarkColorSchemeStateActive":"#57A4D7","TabsDarkColorSchemeStateDisabledOverlay":"rgba(white, 0.5)","TabsSizeHeight":"40px","TabsSizeHighlightHeight":"4px","TabsSizePaddingHorizontal":"16px","TabsSizeBorderWidth":"1px","TabsSizeBorderRadius":"3px","TabsSizeLabelIconMargin":"8px","TabsFontDefault":"body","TagsLightColorSchemePrimaryBackground":"#D8EAF7","TagsLightColorSchemePrimaryBorder":"#D8EAF7","TagsLightColorSchemePrimaryIcon":"mix(#57A4D7, rgba(black, 0.05))","TagsLightColorSchemePrimaryStatesHoverIcon":"#206EA2","TagsLightColorSchemePrimaryStatesFocused":"#338FCC","TagsLightColorSchemePrimaryStatesDisabledText":"mix(#338FCC, transparent, 50%)","TagsLightColorSchemePrimaryStatesDisabledBackground":"mix(#338FCC, transparent, 10%)","TagsLightColorSchemeSecondBackground":"#E6E6E6","TagsLightColorSchemeSecondBorder":"#E6E6E6","TagsLightColorSchemeSecondIcon":"mix(#999999, rgba(black, 0.05))","TagsLightColorSchemeSecondStatesHoverIcon":"#999999","TagsLightColorSchemeSecondStatesFocused":"#338FCC","TagsLightColorSchemeSecondStatesDisabledText":"mix(#B3B3B3, transparent, 50%)","TagsLightColorSchemeSecondStatesDisabledBackground":"mix(#B3B3B3, transparent, 10%)","TagsLightColorSchemeErrorBackground":"#FADEDA","TagsLightColorSchemeErrorBorder":"#FADEDA","TagsLightColorSchemeErrorIcon":"mix(#E76E5C, rgba(black, 0.05))","TagsLightColorSchemeErrorStatesHoverIcon":"#E04D36","TagsLightColorSchemeErrorStatesFocused":"#E76E5C","TagsLightColorSchemeErrorStatesDisabledText":"mix(#E76E5C, transparent, 50%)","TagsLightColorSchemeErrorStatesDisabledBackground":"mix(#E76E5C, transparent, 10%)","TagsDarkColorSchemePrimaryBackground":"#114E77","TagsDarkColorSchemePrimaryBorder":"#114E77","TagsDarkColorSchemePrimaryIcon":"mix(#57A4D7, rgba(black, 0.05))","TagsDarkColorSchemePrimaryStatesHoverIcon":"#338FCC","TagsDarkColorSchemePrimaryStatesFocused":"#57A4D7","TagsDarkColorSchemePrimaryStatesDisabledText":"mix(#57A4D7, transparent, 50%)","TagsDarkColorSchemePrimaryStatesDisabledBackground":"mix(#57A4D7, transparent, 10%)","TagsDarkColorSchemeSecondBackground":"#4D4D4D","TagsDarkColorSchemeSecondBorder":"#4D4D4D","TagsDarkColorSchemeSecondIcon":"mix(#999999, rgba(black, 0.05))","TagsDarkColorSchemeSecondStatesHoverIcon":"#E6E6E6","TagsDarkColorSchemeSecondStatesFocused":"#57A4D7","TagsDarkColorSchemeSecondStatesDisabledText":"mix(#999999, transparent, 50%)","TagsDarkColorSchemeSecondStatesDisabledBackground":"mix(#999999, transparent, 10%)","TagsDarkColorSchemeErrorBackground":"#832112","TagsDarkColorSchemeErrorBorder":"#832112","TagsDarkColorSchemeErrorIcon":"mix(#E76E5C, rgba(black, 0.05))","TagsDarkColorSchemeErrorStatesHoverIcon":"#F4B7AE","TagsDarkColorSchemeErrorStatesFocused":"#E76E5C","TagsDarkColorSchemeErrorStatesDisabledText":"mix(#E76E5C, transparent, 50%)","TagsDarkColorSchemeErrorStatesDisabledBackground":"mix(#E76E5C, transparent, 10%)","TagsSizeMargin":"2px","TagsSizeHeight":"24px","TagsSizeBorderWidth":"1px","TagsSizeBorderRadius":"4px","TagsSizeIconPadding":"3px","TagsSizeTextMargin":"8px","TagsFontDefault":"caption","TagsFontMono":"caption-mono","TagsFontCaps":"caption-caps","TagListSizePadding":"1px 6px","TagListSizeMinHeight":"30px","TagInputSizeHeight":"22px","TagInputSizeMargin":"2px 4px","TagInputFontDefault":"body","TextareaSizeMinHeight":"50px","TextareaSizePadding":"5px 16px","TextareaFontDefault":"body","TextareaFontMono":"body-mono","TimepickerSizePaddingRight":"16px","ToggleLightColorSchemeBorder":"#B3B3B3","ToggleLightColorSchemeBackground":"linear-gradient(to bottom, #E6E6E6, #F0F0F0)","ToggleLightColorSchemeCircleBorder":"#B3B3B3","ToggleLightColorSchemeCircleBackground":"linear-gradient(to bottom, white, #E6E6E6)","ToggleLightColorSchemeStatesFocusedShadow":"inset 0 0 0 1px white, 0 0 0 2px #338FCC","ToggleDarkColorSchemeBorder":"#808080","ToggleDarkColorSchemeBackground":"#333333","ToggleDarkColorSchemeCircleBorder":"#808080","ToggleDarkColorSchemeCircleBackground":"white","ToggleDarkColorSchemeStatesFocusedShadow":"inset 0 0 0 1px #333333, 0 0 0 2px #57A4D7","ToggleSizeHeight":"16px","ToggleSizeWidth":"28px","ToggleSizeBorderRadius":"9px","ToggleSizeLabelMargin":"8px","ToggleFontDefault":"body","ToggleSmallSizeHeight":"14px","ToggleSmallSizeWidth":"24px","ToggleSmallSizeBorderRadius":"8px","ToggleSmallFontDefault":"caption","TooltipLightColorSchemeBackground":"#4D4D4D","TooltipLightColorSchemeText":"white","TooltipLightColorSchemeShadow":"0 2px 4px 0 rgba(0, 0, 0, 0.2)","TooltipLightColorSchemeWarningBackground":"#FCF5E8","TooltipLightColorSchemeWarningText":"#4D4D4D","TooltipLightColorSchemeWarningBorder":"#F0D49B","TooltipDarkColorSchemeBackground":"#F5F5F5","TooltipDarkColorSchemeText":"#4D4D4D","TooltipDarkColorSchemeShadow":"0 2px 4px 0 rgba(0, 0, 0, 0.2)","TooltipDarkColorSchemeWarningBackground":"#FCF5E8","TooltipDarkColorSchemeWarningText":"#4D4D4D","TooltipDarkColorSchemeWarningBorder":"#F0D49B","TooltipSizeMaxWidth":"240px","TooltipSizeBorderRadius":"3px","TooltipSizeArrowSize":"12px","TooltipSizeArrowWidth":"5px","TooltipSizePadding":"8px 16px","TooltipSizeDistance":"9px","TooltipFontDefault":"caption","TreeSizePaddingRight":"16px","TreeSizeBorderWidth":"2px","TreeSizeNodeHeight":"28px","TreeFontNode":"body"},"origins":{"LightColorSchemePrimaryDefault":"./tokens","LightColorSchemePrimaryPalette":"./tokens","LightColorSchemeSecondDefault":"./tokens","LightColorSchemeSecondPalette":"./tokens","LightColorSchemeErrorDefault":"./tokens","LightColorSchemeErrorPalette":"./tokens","LightColorSchemeInfoDefault":"./tokens","LightColorSchemeInfoPalette":"./tokens","LightColorSchemeSuccessDefault":"./tokens","LightColorSchemeSuccessPalette":"./tokens","LightColorSchemeWarningDefault":"./tokens","LightColorSchemeWarningPalette":"./tokens","LightColorSchemeForegroundText":"./tokens","LightColorSchemeForegroundTextLessContrast":"./tokens","LightColorSchemeForegroundTextDisabled":"./tokens","LightColorSchemeForegroundDivider":"./tokens","LightColorSchemeForegroundBorder":"./tokens","LightColorSchemeForegroundIcon":"./tokens","LightColorSchemeBackgroundBackground":"./tokens","LightColorSchemeBackgroundBackgroundDisabled":"./tokens","LightColorSchemeBackgroundOverlayHover":"./tokens","LightColorSchemeBackgroundOverlayActive":"./tokens","LightColorSchemeBackgroundOverlayDisabled":"./tokens","LightColorSchemeStatesFocusedColor":"./tokens","LightColorSchemeStatesSelectedColor":"./tokens","LightColorSchemeStatesPressedShadow":"./tokens","LightColorSchemeStatesDisabledOpacity":"./tokens","DarkColorSchemePrimaryDefault":"./tokens","DarkColorSchemePrimaryPalette":"./tokens","DarkColorSchemeSecondDefault":"./tokens","DarkColorSchemeSecondPalette":"./tokens","DarkColorSchemeErrorDefault":"./tokens","DarkColorSchemeErrorPalette":"./tokens","DarkColorSchemeInfoDefault":"./tokens","DarkColorSchemeInfoPalette":"./tokens","DarkColorSchemeSuccessDefault":"./tokens","DarkColorSchemeSuccessPalette":"./tokens","DarkColorSchemeWarningDefault":"./tokens","DarkColorSchemeWarningPalette":"./tokens","DarkColorSchemeForegroundText":"./tokens","DarkColorSchemeForegroundTextLessContrast":"./tokens","DarkColorSchemeForegroundTextDisabled":"./tokens","DarkColorSchemeForegroundDivider":"./tokens","DarkColorSchemeForegroundBorder":"./tokens","DarkColorSchemeForegroundIcon":"./tokens","DarkColorSchemeBackgroundBackground":"./tokens","DarkColorSchemeBackgroundBackgroundDisabled":"./tokens","DarkColorSchemeBackgroundOverlayHover":"./tokens","DarkColorSchemeBackgroundOverlayActive":"./tokens","DarkColorSchemeBackgroundOverlayDisabled":"./tokens","DarkColorSchemeStatesFocusedColor":"./tokens","DarkColorSchemeStatesSelectedColor":"./tokens","DarkColorSchemeStatesPressedShadow":"./tokens","DarkColorSchemeStatesDisabledOpacity":"./tokens","FontFamilyBase":"./tokens","FontFamilyMonospace":"./tokens","PaletteBlue40":"./tokens","PaletteBlue60":"./tokens","PaletteBlue100":"./tokens","PaletteBlue200":"./tokens","PaletteBlue300":"./tokens","PaletteBlue400":"./tokens","PaletteBlue500":"./tokens","PaletteBlue560":"./tokens","PaletteBlue600":"./tokens","PaletteBlue700":"./tokens","PaletteBlue800":"./tokens","PaletteBlueA100":"./tokens","PaletteBlueA200":"./tokens","PaletteBlueContrast40":"./tokens","PaletteBlueContrast60":"./tokens","PaletteBlueContrast100":"./tokens","PaletteBlueContrast200":"./tokens","PaletteBlueContrast300":"./tokens","PaletteBlueContrast400":"./tokens","PaletteBlueContrast500":"./tokens","PaletteBlueContrast560":"./tokens","PaletteBlueContrast600":"./tokens","PaletteBlueContrast700":"./tokens","PaletteBlueContrast800":"./tokens","PaletteBlueContrastA100":"./tokens","PaletteBlueContrastA200":"./tokens","PaletteGreen40":"./tokens","PaletteGreen60":"./tokens","PaletteGreen100":"./tokens","PaletteGreen200":"./tokens","PaletteGreen300":"./tokens","PaletteGreen400":"./tokens","PaletteGreen500":"./tokens","PaletteGreen560":"./tokens","PaletteGreen600":"./tokens","PaletteGreen700":"./tokens","PaletteGreen800":"./tokens","PaletteGreenA100":"./tokens","PaletteGreenContrast40":"./tokens","PaletteGreenContrast60":"./tokens","PaletteGreenContrast100":"./tokens","PaletteGreenContrast200":"./tokens","PaletteGreenContrast300":"./tokens","PaletteGreenContrast400":"./tokens","PaletteGreenContrast500":"./tokens","PaletteGreenContrast560":"./tokens","PaletteGreenContrast600":"./tokens","PaletteGreenContrast700":"./tokens","PaletteGreenContrast800":"./tokens","PaletteGreenContrastA100":"./tokens","PaletteRed40":"./tokens","PaletteRed60":"./tokens","PaletteRed100":"./tokens","PaletteRed200":"./tokens","PaletteRed300":"./tokens","PaletteRed400":"./tokens","PaletteRed500":"./tokens","PaletteRed560":"./tokens","PaletteRed600":"./tokens","PaletteRed700":"./tokens","PaletteRed800":"./tokens","PaletteRedA100":"./tokens","PaletteRedContrast40":"./tokens","PaletteRedContrast60":"./tokens","PaletteRedContrast100":"./tokens","PaletteRedContrast200":"./tokens","PaletteRedContrast300":"./tokens","PaletteRedContrast400":"./tokens","PaletteRedContrast500":"./tokens","PaletteRedContrast560":"./tokens","PaletteRedContrast600":"./tokens","PaletteRedContrast700":"./tokens","PaletteRedContrast800":"./tokens","PaletteRedContrastA100":"./tokens","PaletteGrey40":"./tokens","PaletteGrey60":"./tokens","PaletteGrey100":"./tokens","PaletteGrey200":"./tokens","PaletteGrey300":"./tokens","PaletteGrey400":"./tokens","PaletteGrey500":"./tokens","PaletteGrey560":"./tokens","PaletteGrey600":"./tokens","PaletteGrey700":"./tokens","PaletteGrey800":"./tokens","PaletteGreyA40":"./tokens","PaletteGreyA60":"./tokens","PaletteGreyA100":"./tokens","PaletteGreyA200":"./tokens","PaletteGreyA300":"./tokens","PaletteGreyA500":"./tokens","PaletteGreyContrast40":"./tokens","PaletteGreyContrast60":"./tokens","PaletteGreyContrast100":"./tokens","PaletteGreyContrast200":"./tokens","PaletteGreyContrast300":"./tokens","PaletteGreyContrast400":"./tokens","PaletteGreyContrast500":"./tokens","PaletteGreyContrast560":"./tokens","PaletteGreyContrast600":"./tokens","PaletteGreyContrast700":"./tokens","PaletteGreyContrast800":"./tokens","PaletteYellow40":"./tokens","PaletteYellow60":"./tokens","PaletteYellow100":"./tokens","PaletteYellow200":"./tokens","PaletteYellow300":"./tokens","PaletteYellow400":"./tokens","PaletteYellow500":"./tokens","PaletteYellow560":"./tokens","PaletteYellow600":"./tokens","PaletteYellow700":"./tokens","PaletteYellow800":"./tokens","PaletteYellowA100":"./tokens","PaletteYellowContrast40":"./tokens","PaletteYellowContrast60":"./tokens","PaletteYellowContrast100":"./tokens","PaletteYellowContrast200":"./tokens","PaletteYellowContrast300":"./tokens","PaletteYellowContrast400":"./tokens","PaletteYellowContrast500":"./tokens","PaletteYellowContrast560":"./tokens","PaletteYellowContrast600":"./tokens","PaletteYellowContrast700":"./tokens","PaletteYellowContrast800":"./tokens","PaletteYellowContrastA100":"./tokens","ColorBluePalette":"./tokens","ColorGreenPalette":"./tokens","ColorRedPalette":"./tokens","ColorGreyPalette":"./tokens","ColorYellowPalette":"./tokens","TypographyDisplay1FontSize":"./tokens","TypographyDisplay1LineHeight":"./tokens","TypographyDisplay1LetterSpacing":"./tokens","TypographyDisplay1FontWeight":"./tokens","TypographyDisplay1FontFamily":"./tokens","TypographyDisplay1TextTransform":"./tokens","TypographyDisplay2FontSize":"./tokens","TypographyDisplay2LineHeight":"./tokens","TypographyDisplay2LetterSpacing":"./tokens","TypographyDisplay2FontWeight":"./tokens","TypographyDisplay2FontFamily":"./tokens","TypographyDisplay2TextTransform":"./tokens","TypographyDisplay3FontSize":"./tokens","TypographyDisplay3LineHeight":"./tokens","TypographyDisplay3LetterSpacing":"./tokens","TypographyDisplay3FontWeight":"./tokens","TypographyDisplay3FontFamily":"./tokens","TypographyDisplay3TextTransform":"./tokens","TypographyHeadlineFontSize":"./tokens","TypographyHeadlineLineHeight":"./tokens","TypographyHeadlineLetterSpacing":"./tokens","TypographyHeadlineFontWeight":"./tokens","TypographyHeadlineFontFamily":"./tokens","TypographyHeadlineTextTransform":"./tokens","TypographyTitleFontSize":"./tokens","TypographyTitleLineHeight":"./tokens","TypographyTitleLetterSpacing":"./tokens","TypographyTitleFontWeight":"./tokens","TypographyTitleFontFamily":"./tokens","TypographyTitleTextTransform":"./tokens","TypographySubheadingFontSize":"./tokens","TypographySubheadingLineHeight":"./tokens","TypographySubheadingLetterSpacing":"./tokens","TypographySubheadingFontWeight":"./tokens","TypographySubheadingFontFamily":"./tokens","TypographySubheadingTextTransform":"./tokens","TypographyBodyFontSize":"./tokens","TypographyBodyLineHeight":"./tokens","TypographyBodyLetterSpacing":"./tokens","TypographyBodyFontWeight":"./tokens","TypographyBodyFontFamily":"./tokens","TypographyBodyTextTransform":"./tokens","TypographyBodyStrongFontSize":"./tokens","TypographyBodyStrongLineHeight":"./tokens","TypographyBodyStrongLetterSpacing":"./tokens","TypographyBodyStrongFontWeight":"./tokens","TypographyBodyStrongFontFamily":"./tokens","TypographyBodyStrongTextTransform":"./tokens","TypographyBodyCapsFontSize":"./tokens","TypographyBodyCapsLineHeight":"./tokens","TypographyBodyCapsLetterSpacing":"./tokens","TypographyBodyCapsFontWeight":"./tokens","TypographyBodyCapsFontFamily":"./tokens","TypographyBodyCapsTextTransform":"./tokens","TypographyBodyMonoFontSize":"./tokens","TypographyBodyMonoLineHeight":"./tokens","TypographyBodyMonoLetterSpacing":"./tokens","TypographyBodyMonoFontWeight":"./tokens","TypographyBodyMonoFontFamily":"./tokens","TypographyBodyMonoTextTransform":"./tokens","TypographyCaptionFontSize":"./tokens","TypographyCaptionLineHeight":"./tokens","TypographyCaptionLetterSpacing":"./tokens","TypographyCaptionFontWeight":"./tokens","TypographyCaptionFontFamily":"./tokens","TypographyCaptionTextTransform":"./tokens","TypographyCaptionCapsFontSize":"./tokens","TypographyCaptionCapsLineHeight":"./tokens","TypographyCaptionCapsLetterSpacing":"./tokens","TypographyCaptionCapsFontWeight":"./tokens","TypographyCaptionCapsFontFamily":"./tokens","TypographyCaptionCapsTextTransform":"./tokens","TypographyCaptionMonoFontSize":"./tokens","TypographyCaptionMonoLineHeight":"./tokens","TypographyCaptionMonoLetterSpacing":"./tokens","TypographyCaptionMonoFontWeight":"./tokens","TypographyCaptionMonoFontFamily":"./tokens","TypographyCaptionMonoTextTransform":"./tokens","TypographySmallTextFontSize":"./tokens","TypographySmallTextLineHeight":"./tokens","TypographySmallTextLetterSpacing":"./tokens","TypographySmallTextFontWeight":"./tokens","TypographySmallTextFontFamily":"./tokens","TypographySmallTextTextTransform":"./tokens","TypographyExtraSmallTextFontSize":"./tokens","TypographyExtraSmallTextLineHeight":"./tokens","TypographyExtraSmallTextLetterSpacing":"./tokens","TypographyExtraSmallTextFontWeight":"./tokens","TypographyExtraSmallTextFontFamily":"./tokens","TypographyExtraSmallTextTextTransform":"./tokens","TypographyExtraSmallTextCapsFontSize":"./tokens","TypographyExtraSmallTextCapsLineHeight":"./tokens","TypographyExtraSmallTextCapsLetterSpacing":"./tokens","TypographyExtraSmallTextCapsFontWeight":"./tokens","TypographyExtraSmallTextCapsFontFamily":"./tokens","TypographyExtraSmallTextCapsTextTransform":"./tokens","TypographyExtraSmallTextMonoFontSize":"./tokens","TypographyExtraSmallTextMonoLineHeight":"./tokens","TypographyExtraSmallTextMonoLetterSpacing":"./tokens","TypographyExtraSmallTextMonoFontWeight":"./tokens","TypographyExtraSmallTextMonoFontFamily":"./tokens","TypographyExtraSmallTextMonoTextTransform":"./tokens","AlertLightColorSchemeErrorBackground":"./tokens","AlertLightColorSchemeErrorBorder":"./tokens","AlertLightColorSchemeErrorIcon":"./tokens","AlertLightColorSchemeWarningBackground":"./tokens","AlertLightColorSchemeWarningBorder":"./tokens","AlertLightColorSchemeWarningIcon":"./tokens","AlertLightColorSchemeSuccessBackground":"./tokens","AlertLightColorSchemeSuccessBorder":"./tokens","AlertLightColorSchemeSuccessIcon":"./tokens","AlertLightColorSchemeInfoBackground":"./tokens","AlertLightColorSchemeInfoBorder":"./tokens","AlertLightColorSchemeInfoIcon":"./tokens","AlertLightColorSchemeDefaultBackground":"./tokens","AlertLightColorSchemeDefaultBorder":"./tokens","AlertLightColorSchemeDefaultIcon":"./tokens","AlertDarkColorSchemeErrorBackground":"./tokens","AlertDarkColorSchemeErrorBorder":"./tokens","AlertDarkColorSchemeErrorIcon":"./tokens","AlertDarkColorSchemeWarningBackground":"./tokens","AlertDarkColorSchemeWarningBorder":"./tokens","AlertDarkColorSchemeWarningIcon":"./tokens","AlertDarkColorSchemeSuccessBackground":"./tokens","AlertDarkColorSchemeSuccessBorder":"./tokens","AlertDarkColorSchemeSuccessIcon":"./tokens","AlertDarkColorSchemeInfoBackground":"./tokens","AlertDarkColorSchemeInfoBorder":"./tokens","AlertDarkColorSchemeInfoIcon":"./tokens","AlertDarkColorSchemeDefaultBackground":"./tokens","AlertDarkColorSchemeDefaultBorder":"./tokens","AlertDarkColorSchemeDefaultIcon":"./tokens","AlertSizeBorderWidth":"./tokens","AlertSizeBorderRadius":"./tokens","AlertSizeHorizontalPadding":"./tokens","AlertSizeVerticalPadding":"./tokens","AlertSizeIconMargin":"./tokens","AlertSizeCloseButtonWidth":"./tokens","AlertSizeSmallVerticalPadding":"./tokens","AlertFontDefaultHeader":"./tokens","AlertFontDefaultBody":"./tokens","AlertFontSmallHeader":"./tokens","AlertFontSmallBody":"./tokens","AutocompleteSizePanelPadding":"./tokens","AutocompleteSizePanelMaxHeight":"./tokens","AutocompleteSizePanelBorderRadius":"./tokens","BadgeSizeDefaultMinWidth":"./tokens","BadgeSizeDefaultPadding":"./tokens","BadgeSizeDefaultBorderWidth":"./tokens","BadgeSizeDefaultBorderRadius":"./tokens","BadgeSizeDefaultHeight":"./tokens","BadgeSizeDefaultFontDefault":"./tokens","BadgeSizeDefaultFontCaps":"./tokens","BadgeSizeDefaultFontMono":"./tokens","BadgeSizeMiniHeight":"./tokens","BadgeSizeMiniMinWidth":"./tokens","BadgeSizeMiniBorderWidth":"./tokens","BadgeSizeMiniBorderRadius":"./tokens","BadgeSizeMiniPadding":"./tokens","BadgeSizeMiniFontDefault":"./tokens","BadgeSizeMiniFontCaps":"./tokens","BadgeSizeMiniFontMono":"./tokens","BadgeFontDefaultDefault":"./tokens","BadgeFontDefaultCaps":"./tokens","BadgeFontDefaultMono":"./tokens","BadgeFontMiniDefault":"./tokens","BadgeFontMiniCaps":"./tokens","BadgeFontMiniMono":"./tokens","BadgeLightColorSchemeSolidPrimaryBackground":"./tokens","BadgeLightColorSchemeSolidPrimaryColor":"./tokens","BadgeLightColorSchemeSolidPrimaryBorder":"./tokens","BadgeLightColorSchemeSolidInfoBorder":"./tokens","BadgeLightColorSchemeSolidInfoBackground":"./tokens","BadgeLightColorSchemeSolidInfoColor":"./tokens","BadgeLightColorSchemeSolidSuccessBorder":"./tokens","BadgeLightColorSchemeSolidSuccessBackground":"./tokens","BadgeLightColorSchemeSolidSuccessColor":"./tokens","BadgeLightColorSchemeSolidWarningBorder":"./tokens","BadgeLightColorSchemeSolidWarningBackground":"./tokens","BadgeLightColorSchemeSolidWarningColor":"./tokens","BadgeLightColorSchemeSolidErrorBorder":"./tokens","BadgeLightColorSchemeSolidErrorBackground":"./tokens","BadgeLightColorSchemeSolidErrorColor":"./tokens","BadgeLightColorSchemeSolidTransparentBorder":"./tokens","BadgeLightColorSchemeSolidTransparentColor":"./tokens","BadgeLightColorSchemeSolidTransparentBackground":"./tokens","BadgeLightColorSchemeSolidLightBorder":"./tokens","BadgeLightColorSchemeSolidLightBackground":"./tokens","BadgeLightColorSchemeSolidLightColor":"./tokens","BadgeLightColorSchemeSolidSecondBorder":"./tokens","BadgeLightColorSchemeSolidSecondBackground":"./tokens","BadgeLightColorSchemeSolidSecondColor":"./tokens","BadgeLightColorSchemePastelPrimaryBackground":"./tokens","BadgeLightColorSchemePastelPrimaryBorder":"./tokens","BadgeLightColorSchemePastelPrimaryColor":"./tokens","BadgeLightColorSchemePastelInfoBackground":"./tokens","BadgeLightColorSchemePastelInfoBorder":"./tokens","BadgeLightColorSchemePastelInfoColor":"./tokens","BadgeLightColorSchemePastelSuccessBackground":"./tokens","BadgeLightColorSchemePastelSuccessBorder":"./tokens","BadgeLightColorSchemePastelSuccessColor":"./tokens","BadgeLightColorSchemePastelWarningBackground":"./tokens","BadgeLightColorSchemePastelWarningBorder":"./tokens","BadgeLightColorSchemePastelWarningColor":"./tokens","BadgeLightColorSchemePastelErrorBackground":"./tokens","BadgeLightColorSchemePastelErrorBorder":"./tokens","BadgeLightColorSchemePastelErrorColor":"./tokens","BadgeDarkColorSchemePastelPrimaryBackground":"./tokens","BadgeDarkColorSchemePastelPrimaryColor":"./tokens","BadgeDarkColorSchemePastelPrimaryBorder":"./tokens","BadgeDarkColorSchemePastelInfoBackground":"./tokens","BadgeDarkColorSchemePastelInfoColor":"./tokens","BadgeDarkColorSchemePastelInfoBorder":"./tokens","BadgeDarkColorSchemePastelSuccessBorder":"./tokens","BadgeDarkColorSchemePastelSuccessBackground":"./tokens","BadgeDarkColorSchemePastelSuccessColor":"./tokens","BadgeDarkColorSchemePastelWarningBorder":"./tokens","BadgeDarkColorSchemePastelWarningBackground":"./tokens","BadgeDarkColorSchemePastelWarningColor":"./tokens","BadgeDarkColorSchemePastelErrorBorder":"./tokens","BadgeDarkColorSchemePastelErrorBackground":"./tokens","BadgeDarkColorSchemePastelErrorColor":"./tokens","BadgeDarkColorSchemeSolidPrimaryBackground":"./tokens","BadgeDarkColorSchemeSolidPrimaryColor":"./tokens","BadgeDarkColorSchemeSolidPrimaryBorder":"./tokens","BadgeDarkColorSchemeSolidInfoBorder":"./tokens","BadgeDarkColorSchemeSolidInfoBackground":"./tokens","BadgeDarkColorSchemeSolidInfoColor":"./tokens","BadgeDarkColorSchemeSolidSuccessBorder":"./tokens","BadgeDarkColorSchemeSolidSuccessBackground":"./tokens","BadgeDarkColorSchemeSolidSuccessColor":"./tokens","BadgeDarkColorSchemeSolidWarningBorder":"./tokens","BadgeDarkColorSchemeSolidWarningBackground":"./tokens","BadgeDarkColorSchemeSolidWarningColor":"./tokens","BadgeDarkColorSchemeSolidErrorBorder":"./tokens","BadgeDarkColorSchemeSolidErrorBackground":"./tokens","BadgeDarkColorSchemeSolidErrorColor":"./tokens","BadgeDarkColorSchemeSolidTransparentBorder":"./tokens","BadgeDarkColorSchemeSolidTransparentColor":"./tokens","BadgeDarkColorSchemeSolidTransparentBackground":"./tokens","BadgeDarkColorSchemeSolidLightBorder":"./tokens","BadgeDarkColorSchemeSolidLightBackground":"./tokens","BadgeDarkColorSchemeSolidLightColor":"./tokens","BadgeDarkColorSchemeSolidSecondBorder":"./tokens","BadgeDarkColorSchemeSolidSecondBackground":"./tokens","BadgeDarkColorSchemeSolidSecondColor":"./tokens","ButtonToggleSizeBorderSize":"./tokens","ButtonToggleSizeBorderRadius":"./tokens","ButtonLightColorSchemeActiveShadow":"./tokens","ButtonLightColorSchemePrimaryColor":"./tokens","ButtonLightColorSchemePrimaryBorder":"./tokens","ButtonLightColorSchemePrimaryBackground":"./tokens","ButtonLightColorSchemePrimaryIcon":"./tokens","ButtonLightColorSchemePrimaryStatesActiveBorder":"./tokens","ButtonLightColorSchemePrimaryStatesActiveBackground":"./tokens","ButtonLightColorSchemePrimaryTransparentColor":"./tokens","ButtonLightColorSchemePrimaryTransparentIcon":"./tokens","ButtonLightColorSchemePrimaryTransparentStatesHoverColor":"./tokens","ButtonLightColorSchemePrimaryTransparentStatesHoverIcon":"./tokens","ButtonLightColorSchemePrimaryTransparentStatesActiveColor":"./tokens","ButtonLightColorSchemePrimaryTransparentStatesActiveIcon":"./tokens","ButtonLightColorSchemeSecondBorder":"./tokens","ButtonLightColorSchemeSecondBackground":"./tokens","ButtonLightColorSchemeSecondColor":"./tokens","ButtonLightColorSchemeSecondIcon":"./tokens","ButtonLightColorSchemeSecondStatesActiveBorder":"./tokens","ButtonLightColorSchemeSecondStatesActiveBackground":"./tokens","ButtonLightColorSchemeErrorBorder":"./tokens","ButtonLightColorSchemeErrorBackground":"./tokens","ButtonLightColorSchemeErrorColor":"./tokens","ButtonLightColorSchemeErrorIcon":"./tokens","ButtonLightColorSchemeErrorStatesActiveBorder":"./tokens","ButtonLightColorSchemeErrorStatesActiveBackground":"./tokens","ButtonDarkColorSchemeActiveShadow":"./tokens","ButtonDarkColorSchemePrimaryColor":"./tokens","ButtonDarkColorSchemePrimaryBorder":"./tokens","ButtonDarkColorSchemePrimaryBackground":"./tokens","ButtonDarkColorSchemePrimaryIcon":"./tokens","ButtonDarkColorSchemePrimaryStatesActiveBorder":"./tokens","ButtonDarkColorSchemePrimaryStatesActiveBackground":"./tokens","ButtonDarkColorSchemePrimaryTransparentColor":"./tokens","ButtonDarkColorSchemePrimaryTransparentIcon":"./tokens","ButtonDarkColorSchemePrimaryTransparentStatesHoverColor":"./tokens","ButtonDarkColorSchemePrimaryTransparentStatesHoverIcon":"./tokens","ButtonDarkColorSchemePrimaryTransparentStatesActiveColor":"./tokens","ButtonDarkColorSchemePrimaryTransparentStatesActiveIcon":"./tokens","ButtonDarkColorSchemeSecondBorder":"./tokens","ButtonDarkColorSchemeSecondBackground":"./tokens","ButtonDarkColorSchemeSecondColor":"./tokens","ButtonDarkColorSchemeSecondIcon":"./tokens","ButtonDarkColorSchemeSecondStatesActiveBorder":"./tokens","ButtonDarkColorSchemeSecondStatesActiveBackground":"./tokens","ButtonDarkColorSchemeErrorBorder":"./tokens","ButtonDarkColorSchemeErrorBackground":"./tokens","ButtonDarkColorSchemeErrorColor":"./tokens","ButtonDarkColorSchemeErrorIcon":"./tokens","ButtonDarkColorSchemeErrorStatesActiveBorder":"./tokens","ButtonDarkColorSchemeErrorStatesActiveBackground":"./tokens","ButtonSizeBorderWidth":"./tokens","ButtonSizeBorderRadius":"./tokens","ButtonSizeVerticalPadding":"./tokens","ButtonSizeHorizontalPadding":"./tokens","ButtonFontDefault":"./tokens","ButtonFontPrimary":"./tokens","ButtonFontPrimaryTransparent":"./tokens","IconButtonSizeVerticalPadding":"./tokens","IconButtonSizeHorizontalPadding":"./tokens","IconButtonSizeIconHorizontalPadding":"./tokens","CardLightColorSchemeErrorVerticalLine":"./tokens","CardLightColorSchemeErrorBackground":"./tokens","CardLightColorSchemeErrorShadow":"./tokens","CardLightColorSchemeWarningVerticalLine":"./tokens","CardLightColorSchemeWarningBackground":"./tokens","CardLightColorSchemeWarningShadow":"./tokens","CardLightColorSchemeSuccessVerticalLine":"./tokens","CardLightColorSchemeSuccessBackground":"./tokens","CardLightColorSchemeSuccessShadow":"./tokens","CardLightColorSchemeInfoVerticalLine":"./tokens","CardLightColorSchemeInfoBackground":"./tokens","CardLightColorSchemeInfoShadow":"./tokens","CardDarkColorSchemeErrorVerticalLine":"./tokens","CardDarkColorSchemeErrorBackground":"./tokens","CardDarkColorSchemeErrorShadow":"./tokens","CardDarkColorSchemeWarningVerticalLine":"./tokens","CardDarkColorSchemeWarningBackground":"./tokens","CardDarkColorSchemeWarningShadow":"./tokens","CardDarkColorSchemeSuccessVerticalLine":"./tokens","CardDarkColorSchemeSuccessBackground":"./tokens","CardDarkColorSchemeSuccessShadow":"./tokens","CardDarkColorSchemeInfoVerticalLine":"./tokens","CardDarkColorSchemeInfoBackground":"./tokens","CardDarkColorSchemeInfoShadow":"./tokens","CardSizeVerticalLine":"./tokens","CheckboxLightColorSchemeBorder":"./tokens","CheckboxLightColorSchemeStatesCheckedBorder":"./tokens","CheckboxLightColorSchemeStatesCheckedBackground":"./tokens","CheckboxLightColorSchemeStatesFocusedBorder":"./tokens","CheckboxLightColorSchemeStatesFocusedShadow":"./tokens","CheckboxDarkColorSchemeBorder":"./tokens","CheckboxDarkColorSchemeStatesCheckedBorder":"./tokens","CheckboxDarkColorSchemeStatesCheckedBackground":"./tokens","CheckboxDarkColorSchemeStatesFocusedBorder":"./tokens","CheckboxDarkColorSchemeStatesFocusedShadow":"./tokens","CheckboxSizeWidth":"./tokens","CheckboxSizeLabelMargin":"./tokens","CheckboxSizeBorderWidth":"./tokens","CheckboxSizeToggleBoxShadow":"./tokens","CheckboxFontDefault":"./tokens","DatepickerToggleSizeWidth":"./tokens","DatepickerToggleSizeHeight":"./tokens","DatepickerBodyLightColorSchemeStatesSelectedColor":"./tokens","DatepickerBodyLightColorSchemeStatesSelectedBackground":"./tokens","DatepickerBodyDarkColorSchemeStatesSelectedColor":"./tokens","DatepickerBodyDarkColorSchemeStatesSelectedBackground":"./tokens","DatepickerBodySizeLabelPaddings":"./tokens","DatepickerBodySizeCellMinSize":"./tokens","DatepickerBodySizeCellMargin":"./tokens","DatepickerBodySizeCellPadding":"./tokens","DatepickerBodySizeCellBorderWidth":"./tokens","DatepickerBodyFontLabel":"./tokens","DatepickerBodyFontToday":"./tokens","DatepickerCalendarSizePaddingTop":"./tokens","DatepickerCalendarSizePaddingHorizontal":"./tokens","DatepickerCalendarSizePaddingBottom":"./tokens","DatepickerCalendarSizePaddingBlocks":"./tokens","DatepickerCalendarSizeDividerWidth":"./tokens","DatepickerCalendarSizeIconBorderWidth":"./tokens","DatepickerCalendarSizeIconPrevIconTransform":"./tokens","DatepickerCalendarSizeIconNexIconTransform":"./tokens","DatepickerCalendarFontDefault":"./tokens","DatepickerCalendarFontHeader":"./tokens","DatepickerInputSizeWidth":"./tokens","DividerSizeWidth":"./tokens","DividerSizeInsetMargin":"./tokens","DropdownItemSizePadding":"./tokens","DropdownItemSizeIconPadding":"./tokens","DropdownItemFontDefault":"./tokens","DropdownItemFontCaption":"./tokens","DropdownGroupHeaderSizeDefaultPadding":"./tokens","DropdownGroupHeaderSizeSmallPadding":"./tokens","DropdownGroupHeaderFontDefault":"./tokens","DropdownGroupHeaderFontSmall":"./tokens","DropdownDividerSizeHeight":"./tokens","DropdownDividerSizeMargin":"./tokens","DropdownTriggerSizeIconPaddingRight":"./tokens","DropdownPanelSizeMaxWidth":"./tokens","DropdownPanelSizePadding":"./tokens","DropdownPanelSizeBorderWidth":"./tokens","DropdownPanelSizeBorderRadius":"./tokens","FormFieldLightColorSchemeBorder":"./tokens","FormFieldLightColorSchemeBackground":"./tokens","FormFieldLightColorSchemeStatesHoverBorder":"./tokens","FormFieldLightColorSchemeStatesInvalidBorder":"./tokens","FormFieldLightColorSchemeStatesInvalidBackground":"./tokens","FormFieldDarkColorSchemeBorder":"./tokens","FormFieldDarkColorSchemeBackground":"./tokens","FormFieldDarkColorSchemeStatesHoverBorder":"./tokens","FormFieldDarkColorSchemeStatesInvalidBorder":"./tokens","FormFieldDarkColorSchemeStatesInvalidBackground":"./tokens","FormFieldSizeBorderWidth":"./tokens","FormFieldSizeBorderRadius":"./tokens","FormFieldSizeButtonWidth":"./tokens","FormFieldFontDefault":"./tokens","FormFieldHintSizeMarginTop":"./tokens","FormFieldHintFontDefault":"./tokens","FormsLightColorSchemeLabel":"./tokens","FormsLightColorSchemeLegend":"./tokens","FormsDarkColorSchemeLabel":"./tokens","FormsDarkColorSchemeLegend":"./tokens","FormsSizeHorizontalRowMarginBottom":"./tokens","FormsSizeHorizontalLabelPaddingTop":"./tokens","FormsSizeHorizontalLabelPaddingBottom":"./tokens","FormsSizeHorizontalControlPaddingLeft":"./tokens","FormsSizeHorizontalLegendMarginTop":"./tokens","FormsSizeHorizontalLegendMarginBottom":"./tokens","FormsSizeVerticalRowMarginBottom":"./tokens","FormsSizeVerticalLabelPaddingTop":"./tokens","FormsSizeVerticalLabelPaddingBottom":"./tokens","FormsSizeVerticalControlPaddingLeft":"./tokens","FormsSizeVerticalLegendMarginTop":"./tokens","FormsSizeVerticalLegendMarginBottom":"./tokens","FormsFontDefaultLabel":"./tokens","FormsFontDefaultLegend":"./tokens","InputSizePadding":"./tokens","InputSizeWidth":"./tokens","InputSizeMinHeight":"./tokens","InputFontDefault":"./tokens","InputFontMonospace":"./tokens","LinkLightColorSchemeText":"./tokens","LinkLightColorSchemeBorderBottom":"./tokens","LinkLightColorSchemeStateVisitedText":"./tokens","LinkLightColorSchemeStateVisitedBorderBottom":"./tokens","LinkLightColorSchemeStateHoverText":"./tokens","LinkLightColorSchemeStateHoverBorderBottom":"./tokens","LinkLightColorSchemeStateActive":"./tokens","LinkLightColorSchemeStateFocusedOutline":"./tokens","LinkDarkColorSchemeText":"./tokens","LinkDarkColorSchemeBorderBottom":"./tokens","LinkDarkColorSchemeStateVisitedText":"./tokens","LinkDarkColorSchemeStateVisitedBorderBottom":"./tokens","LinkDarkColorSchemeStateHoverText":"./tokens","LinkDarkColorSchemeStateHoverBorderBottom":"./tokens","LinkDarkColorSchemeStateActive":"./tokens","LinkDarkColorSchemeStateFocusedOutline":"./tokens","LinkSizeIconMargin":"./tokens","LinkSizeStateFocusedOutlineOffset":"./tokens","LinkSizeStateFocusedOutlineWidth":"./tokens","LinkAnimationTransition":"./tokens","LinkAnimationStateHoverTransition":"./tokens","LinkFontDefault":"./tokens","ListSizeHorizontalPadding":"./tokens","ListSizeIconPadding":"./tokens","ListSizeItemHeight":"./tokens","ListSizeTwoLineHeight":"./tokens","ListSizeThreeLineHeight":"./tokens","ListSizeMultiLinePadding":"./tokens","ListSizeIconWidth":"./tokens","ListFontItem":"./tokens","ModalLightColorSchemeShadow":"./tokens","ModalLightColorSchemeBodyTopShadow":"./tokens","ModalLightColorSchemeBodyBottomShadow":"./tokens","ModalLightColorSchemeBackgroundMask":"./tokens","ModalDarkColorSchemeShadow":"./tokens","ModalDarkColorSchemeBodyTopShadow":"./tokens","ModalDarkColorSchemeBodyBottomShadow":"./tokens","ModalDarkColorSchemeBackgroundMask":"./tokens","ModalSizeSmall":"./tokens","ModalSizeNormal":"./tokens","ModalSizeLarge":"./tokens","ModalSizeTop":"./tokens","ModalSizeCloseWidth":"./tokens","ModalSizeBorderRadius":"./tokens","ModalSizeBorderWidth":"./tokens","ModalHeaderSizeBorderRadius":"./tokens","ModalHeaderSizePadding":"./tokens","ModalHeaderFontDefault":"./tokens","ModalBodySizeMaxHeight":"./tokens","ModalBodySizePadding":"./tokens","ModalBodyFontDefault":"./tokens","ModalFooterSizeBorderRadius":"./tokens","ModalFooterSizePadding":"./tokens","ModalConfirmSizePadding":"./tokens","NavbarLightColorSchemeBackground":"./tokens","NavbarLightColorSchemeDividerBackground":"./tokens","NavbarDarkColorSchemeBackground":"./tokens","NavbarDarkColorSchemeDividerBackground":"./tokens","NavbarSizeIconMargin":"./tokens","NavbarFontTitle":"./tokens","VerticalNavbarSizeStatesOpenedWidth":"./tokens","VerticalNavbarSizeStatesClosedWidth":"./tokens","VerticalNavbarSizeIconMargin":"./tokens","NavbarItemLightColorSchemeText":"./tokens","NavbarItemLightColorSchemeStatesActive":"./tokens","NavbarItemLightColorSchemeStatesHover":"./tokens","NavbarItemLightColorSchemeStatesProgress":"./tokens","NavbarItemLightColorSchemeStatesDisabledOpacity":"./tokens","NavbarItemDarkColorSchemeText":"./tokens","NavbarItemDarkColorSchemeStatesActive":"./tokens","NavbarItemDarkColorSchemeStatesHover":"./tokens","NavbarItemDarkColorSchemeStatesProgress":"./tokens","NavbarItemDarkColorSchemeStatesDisabledOpacity":"./tokens","NavbarItemSizePadding":"./tokens","NavbarItemSizeHeight":"./tokens","NavbarBrandSizePadding":"./tokens","NavbarBrandSizeMarginRight":"./tokens","NavbarBrandFontTitle":"./tokens","OptgroupSizePaddingLeft":"./tokens","OptgroupFontDefault":"./tokens","OptionSizeHorizontalPadding":"./tokens","OptionSizeHeight":"./tokens","OptionSizeBorderWidth":"./tokens","OptionFontDefault":"./tokens","PopoverLightColorSchemeBorder":"./tokens","PopoverDarkColorSchemeBorder":"./tokens","PopoverSizePadding":"./tokens","PopoverSizeBorderWidth":"./tokens","PopoverSizeBorderRadius":"./tokens","PopoverSizeArrowWidth":"./tokens","PopoverSizeSmallWidth":"./tokens","PopoverSizeNormalWidth":"./tokens","PopoverSizeLargeWidth":"./tokens","PopoverFontDefault":"./tokens","PopoverHeaderSizePadding":"./tokens","PopoverHeaderFontDefault":"./tokens","PopoverFooterSizePadding":"./tokens","PopoverFooterSizeMarginTop":"./tokens","PopoverFooterFontDefault":"./tokens","PopupLightColorSchemeShadow":"./tokens","PopupLightColorSchemeBorder":"./tokens","PopupLightColorSchemeDivider":"./tokens","PopupLightColorSchemeBackground":"./tokens","PopupLightColorSchemeFooterBackground":"./tokens","PopupDarkColorSchemeShadow":"./tokens","PopupDarkColorSchemeBorder":"./tokens","PopupDarkColorSchemeDivider":"./tokens","PopupDarkColorSchemeBackground":"./tokens","PopupDarkColorSchemeFooterBackground":"./tokens","ProgressBarLightColorSchemeBackground":"./tokens","ProgressBarDarkColorSchemeBackground":"./tokens","ProgressBarSizeHeight":"./tokens","ProgressSpinnerSizeSize":"./tokens","RadioLightColorSchemeOuterCircleBorder":"./tokens","RadioLightColorSchemeInnerCircleBorder":"./tokens","RadioLightColorSchemeStatesCheckedOuterCircleBorder":"./tokens","RadioLightColorSchemeStatesCheckedInnerCircleBorder":"./tokens","RadioLightColorSchemeStatesFocusedOuterCircleBorder":"./tokens","RadioLightColorSchemeStatesFocusedOuterCircleShadow":"./tokens","RadioLightColorSchemeStatesFocusedInnerCircleShadow":"./tokens","RadioDarkColorSchemeOuterCircleBorder":"./tokens","RadioDarkColorSchemeInnerCircleBorder":"./tokens","RadioDarkColorSchemeStatesCheckedOuterCircleBorder":"./tokens","RadioDarkColorSchemeStatesCheckedInnerCircleBorder":"./tokens","RadioDarkColorSchemeStatesFocusedOuterCircleBorder":"./tokens","RadioDarkColorSchemeStatesFocusedOuterCircleShadow":"./tokens","RadioDarkColorSchemeStatesFocusedInnerCircleShadow":"./tokens","RadioSizeSize":"./tokens","RadioSizeLabelMargin":"./tokens","RadioFontDefault":"./tokens","SelectSizeHeight":"./tokens","SelectSizeLeftPadding":"./tokens","SelectSizeRightPadding":"./tokens","SelectSizeLeftPaddingMultiple":"./tokens","SelectFontDefault":"./tokens","SelectPanelSizeMaxHeight":"./tokens","SelectPanelSizeMaxWidth":"./tokens","SelectPanelSizeVerticalPadding":"./tokens","SelectPanelSizeBorderWidth":"./tokens","SelectPanelSizeBorderRadius":"./tokens","SelectPanelFontDefault":"./tokens","SidepanelLightColorSchemeBorder":"./tokens","SidepanelDarkColorSchemeBorder":"./tokens","SidepanelFontDefault":"./tokens","SidepanelHeaderSizePadding":"./tokens","SidepanelHeaderSizeClosePadding":"./tokens","SidepanelHeaderFontDefault":"./tokens","SidepanelFooterSizePadding":"./tokens","SidepanelFooterFontDefault":"./tokens","TableSizeBorderWidth":"./tokens","TableSizeRowPaddingVertical":"./tokens","TableSizeRowPaddingHorizontal":"./tokens","TableFontHeader":"./tokens","TableFontBody":"./tokens","TabsLightColorSchemeBorder":"./tokens","TabsLightColorSchemeStateActive":"./tokens","TabsLightColorSchemeStateDisabledOverlay":"./tokens","TabsDarkColorSchemeBorder":"./tokens","TabsDarkColorSchemeStateActive":"./tokens","TabsDarkColorSchemeStateDisabledOverlay":"./tokens","TabsSizeHeight":"./tokens","TabsSizeHighlightHeight":"./tokens","TabsSizePaddingHorizontal":"./tokens","TabsSizeBorderWidth":"./tokens","TabsSizeBorderRadius":"./tokens","TabsSizeLabelIconMargin":"./tokens","TabsFontDefault":"./tokens","TagsLightColorSchemePrimaryBackground":"./tokens","TagsLightColorSchemePrimaryBorder":"./tokens","TagsLightColorSchemePrimaryIcon":"./tokens","TagsLightColorSchemePrimaryStatesHoverIcon":"./tokens","TagsLightColorSchemePrimaryStatesFocused":"./tokens","TagsLightColorSchemePrimaryStatesDisabledText":"./tokens","TagsLightColorSchemePrimaryStatesDisabledBackground":"./tokens","TagsLightColorSchemeSecondBackground":"./tokens","TagsLightColorSchemeSecondBorder":"./tokens","TagsLightColorSchemeSecondIcon":"./tokens","TagsLightColorSchemeSecondStatesHoverIcon":"./tokens","TagsLightColorSchemeSecondStatesFocused":"./tokens","TagsLightColorSchemeSecondStatesDisabledText":"./tokens","TagsLightColorSchemeSecondStatesDisabledBackground":"./tokens","TagsLightColorSchemeErrorBackground":"./tokens","TagsLightColorSchemeErrorBorder":"./tokens","TagsLightColorSchemeErrorIcon":"./tokens","TagsLightColorSchemeErrorStatesHoverIcon":"./tokens","TagsLightColorSchemeErrorStatesFocused":"./tokens","TagsLightColorSchemeErrorStatesDisabledText":"./tokens","TagsLightColorSchemeErrorStatesDisabledBackground":"./tokens","TagsDarkColorSchemePrimaryBackground":"./tokens","TagsDarkColorSchemePrimaryBorder":"./tokens","TagsDarkColorSchemePrimaryIcon":"./tokens","TagsDarkColorSchemePrimaryStatesHoverIcon":"./tokens","TagsDarkColorSchemePrimaryStatesFocused":"./tokens","TagsDarkColorSchemePrimaryStatesDisabledText":"./tokens","TagsDarkColorSchemePrimaryStatesDisabledBackground":"./tokens","TagsDarkColorSchemeSecondBackground":"./tokens","TagsDarkColorSchemeSecondBorder":"./tokens","TagsDarkColorSchemeSecondIcon":"./tokens","TagsDarkColorSchemeSecondStatesHoverIcon":"./tokens","TagsDarkColorSchemeSecondStatesFocused":"./tokens","TagsDarkColorSchemeSecondStatesDisabledText":"./tokens","TagsDarkColorSchemeSecondStatesDisabledBackground":"./tokens","TagsDarkColorSchemeErrorBackground":"./tokens","TagsDarkColorSchemeErrorBorder":"./tokens","TagsDarkColorSchemeErrorIcon":"./tokens","TagsDarkColorSchemeErrorStatesHoverIcon":"./tokens","TagsDarkColorSchemeErrorStatesFocused":"./tokens","TagsDarkColorSchemeErrorStatesDisabledText":"./tokens","TagsDarkColorSchemeErrorStatesDisabledBackground":"./tokens","TagsSizeMargin":"./tokens","TagsSizeHeight":"./tokens","TagsSizeBorderWidth":"./tokens","TagsSizeBorderRadius":"./tokens","TagsSizeIconPadding":"./tokens","TagsSizeTextMargin":"./tokens","TagsFontDefault":"./tokens","TagsFontMono":"./tokens","TagsFontCaps":"./tokens","TagListSizePadding":"./tokens","TagListSizeMinHeight":"./tokens","TagInputSizeHeight":"./tokens","TagInputSizeMargin":"./tokens","TagInputFontDefault":"./tokens","TextareaSizeMinHeight":"./tokens","TextareaSizePadding":"./tokens","TextareaFontDefault":"./tokens","TextareaFontMono":"./tokens","TimepickerSizePaddingRight":"./tokens","ToggleLightColorSchemeBorder":"./tokens","ToggleLightColorSchemeBackground":"./tokens","ToggleLightColorSchemeCircleBorder":"./tokens","ToggleLightColorSchemeCircleBackground":"./tokens","ToggleLightColorSchemeStatesFocusedShadow":"./tokens","ToggleDarkColorSchemeBorder":"./tokens","ToggleDarkColorSchemeBackground":"./tokens","ToggleDarkColorSchemeCircleBorder":"./tokens","ToggleDarkColorSchemeCircleBackground":"./tokens","ToggleDarkColorSchemeStatesFocusedShadow":"./tokens","ToggleSizeHeight":"./tokens","ToggleSizeWidth":"./tokens","ToggleSizeBorderRadius":"./tokens","ToggleSizeLabelMargin":"./tokens","ToggleFontDefault":"./tokens","ToggleSmallSizeHeight":"./tokens","ToggleSmallSizeWidth":"./tokens","ToggleSmallSizeBorderRadius":"./tokens","ToggleSmallFontDefault":"./tokens","TooltipLightColorSchemeBackground":"./tokens","TooltipLightColorSchemeText":"./tokens","TooltipLightColorSchemeShadow":"./tokens","TooltipLightColorSchemeWarningBackground":"./tokens","TooltipLightColorSchemeWarningText":"./tokens","TooltipLightColorSchemeWarningBorder":"./tokens","TooltipDarkColorSchemeBackground":"./tokens","TooltipDarkColorSchemeText":"./tokens","TooltipDarkColorSchemeShadow":"./tokens","TooltipDarkColorSchemeWarningBackground":"./tokens","TooltipDarkColorSchemeWarningText":"./tokens","TooltipDarkColorSchemeWarningBorder":"./tokens","TooltipSizeMaxWidth":"./tokens","TooltipSizeBorderRadius":"./tokens","TooltipSizeArrowSize":"./tokens","TooltipSizeArrowWidth":"./tokens","TooltipSizePadding":"./tokens","TooltipSizeDistance":"./tokens","TooltipFontDefault":"./tokens","TreeSizePaddingRight":"./tokens","TreeSizeBorderWidth":"./tokens","TreeSizeNodeHeight":"./tokens","TreeFontNode":"./tokens"},"importAs":"@ptsecurity/mosaic/design-tokens"}