@atlaskit/tokens 1.42.1 → 1.43.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  3. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  9. package/dist/cjs/artifacts/token-default-values.js +2 -1
  10. package/dist/cjs/artifacts/token-names.js +2 -1
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +29 -7
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +27 -5
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +27 -5
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +27 -5
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +29 -7
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +27 -5
  17. package/dist/cjs/get-token-value.js +1 -1
  18. package/dist/cjs/get-token.js +1 -1
  19. package/dist/cjs/utils/theme-loading.js +9 -3
  20. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  21. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +3 -2
  22. package/dist/es2019/artifacts/themes/atlassian-dark.js +2 -1
  23. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +2 -1
  24. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +2 -1
  25. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +3 -2
  26. package/dist/es2019/artifacts/themes/atlassian-light.js +2 -1
  27. package/dist/es2019/artifacts/token-default-values.js +2 -1
  28. package/dist/es2019/artifacts/token-names.js +2 -1
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +29 -7
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +27 -5
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +27 -5
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +27 -5
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +29 -7
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +27 -5
  35. package/dist/es2019/get-token-value.js +1 -1
  36. package/dist/es2019/get-token.js +1 -1
  37. package/dist/es2019/utils/theme-loading.js +6 -0
  38. package/dist/esm/artifacts/generated-pairs.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  41. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  42. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  43. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  44. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  45. package/dist/esm/artifacts/token-default-values.js +2 -1
  46. package/dist/esm/artifacts/token-names.js +2 -1
  47. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +29 -7
  48. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +27 -5
  49. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +27 -5
  50. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +27 -5
  51. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +29 -7
  52. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +27 -5
  53. package/dist/esm/get-token-value.js +1 -1
  54. package/dist/esm/get-token.js +1 -1
  55. package/dist/esm/utils/theme-loading.js +9 -3
  56. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  57. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  58. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  59. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  60. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  61. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  62. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  63. package/dist/types/artifacts/token-default-values.d.ts +2 -1
  64. package/dist/types/artifacts/token-names.d.ts +3 -1
  65. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  66. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  67. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  68. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  69. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  70. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  71. package/dist/types/artifacts/types-internal.d.ts +2 -2
  72. package/dist/types/artifacts/types.d.ts +2 -2
  73. package/dist/types/entry-points/css-type-schema.codegen.d.ts +2 -2
  74. package/dist/types/types.d.ts +4 -1
  75. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  76. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  77. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  78. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  79. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  80. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  81. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  82. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +2 -1
  83. package/dist/types-ts4.5/artifacts/token-names.d.ts +3 -1
  84. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  85. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  86. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  87. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  88. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  89. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  90. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  91. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  92. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +2 -2
  93. package/dist/types-ts4.5/types.d.ts +4 -1
  94. package/figma/atlassian-dark-increased-contrast.json +11 -2
  95. package/figma/atlassian-dark.json +10 -1
  96. package/figma/atlassian-legacy-dark.json +10 -1
  97. package/figma/atlassian-legacy-light.json +10 -1
  98. package/figma/atlassian-light-increased-contrast.json +11 -2
  99. package/figma/atlassian-light.json +10 -1
  100. package/package.json +5 -2
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::cbc95efad14e4b8f73c4b91d9c616f52>>
3
+ * @codegen <<SignedSource::b5eb40f6aea97bcbbb771ec3de00b47c>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:legacy-dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:legacy-dark\"] {\n color-scheme: dark;\n --ds-text: #E6EDFA;\n --ds-text-accent-lime: #4C6B1F;\n --ds-text-accent-lime-bolder: #37471F;\n --ds-text-accent-red: #FF5630;\n --ds-text-accent-red-bolder: #FF7452;\n --ds-text-accent-orange: #FEC57B;\n --ds-text-accent-orange-bolder: #F18D13;\n --ds-text-accent-yellow: #FFAB00;\n --ds-text-accent-yellow-bolder: #FFC400;\n --ds-text-accent-green: #36B37E;\n --ds-text-accent-green-bolder: #57D9A3;\n --ds-text-accent-teal: #00B8D9;\n --ds-text-accent-teal-bolder: #00C7E6;\n --ds-text-accent-blue: #0065FF;\n --ds-text-accent-blue-bolder: #2684FF;\n --ds-text-accent-purple: #6554C0;\n --ds-text-accent-purple-bolder: #8777D9;\n --ds-text-accent-magenta: #F797D2;\n --ds-text-accent-magenta-bolder: #FDD0EC;\n --ds-text-accent-gray: #8C9CB8;\n --ds-text-accent-gray-bolder: #ABBBD6;\n --ds-text-disabled: #1B2638;\n --ds-text-inverse: #0D1424;\n --ds-text-selected: #0052CC;\n --ds-text-brand: #0052CC;\n --ds-text-danger: #FF5630;\n --ds-text-warning: #172B4D;\n --ds-text-warning-inverse: #0D1424;\n --ds-text-success: #36B37E;\n --ds-text-discovery: #6554C0;\n --ds-text-information: #0065FF;\n --ds-text-subtlest: #7988A3;\n --ds-text-subtle: #9FB0CC;\n --ds-link: #0052CC;\n --ds-link-pressed: #0065FF;\n --ds-link-visited: #6554C0;\n --ds-icon: #DCE5F5;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #BF2600;\n --ds-icon-accent-orange: #F18D13;\n --ds-icon-accent-yellow: #FF8B00;\n --ds-icon-accent-green: #006644;\n --ds-icon-accent-teal: #008DA6;\n --ds-icon-accent-blue: #0747A6;\n --ds-icon-accent-purple: #403294;\n --ds-icon-accent-magenta: #DA62AC;\n --ds-icon-accent-gray: #B8C7E0;\n --ds-icon-disabled: #0d14245b;\n --ds-icon-inverse: #202B3D;\n --ds-icon-selected: #4C9AFF;\n --ds-icon-brand: #4C9AFF;\n --ds-icon-danger: #FF8F73;\n --ds-icon-warning: #FFF0B3;\n --ds-icon-warning-inverse: #202B3D;\n --ds-icon-success: #57D9A3;\n --ds-icon-discovery: #998DD9;\n --ds-icon-information: #B3D4FF;\n --ds-icon-subtle: #202B3D;\n --ds-border: #202B3D;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-red: #BF2600;\n --ds-border-accent-orange: #F18D13;\n --ds-border-accent-yellow: #FF8B00;\n --ds-border-accent-green: #006644;\n --ds-border-accent-teal: #008DA6;\n --ds-border-accent-blue: #0747A6;\n --ds-border-accent-purple: #403294;\n --ds-border-accent-magenta: #DA62AC;\n --ds-border-accent-gray: #B8C7E0;\n --ds-border-disabled: #0E1624;\n --ds-border-focused: #B3D4FF;\n --ds-border-input: #202B3D;\n --ds-border-inverse: #0D1424;\n --ds-border-selected: #0052CC;\n --ds-border-brand: #0052CC;\n --ds-border-danger: #DE350B;\n --ds-border-warning: #FF8B00;\n --ds-border-success: #006644;\n --ds-border-discovery: #403294;\n --ds-border-information: #0747A6;\n --ds-border-bold: #7988A3;\n --ds-background-accent-lime-subtlest: #2A3818;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #4C6B1F;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #4C6B1F;\n --ds-background-accent-lime-subtler-pressed: #5B7F24;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #37471F;\n --ds-background-accent-lime-subtle-pressed: #2A3818;\n --ds-background-accent-lime-bolder: #94C748;\n --ds-background-accent-lime-bolder-hovered: #B3DF72;\n --ds-background-accent-lime-bolder-pressed: #D3F1A7;\n --ds-background-accent-red-subtlest: #BF2600;\n --ds-background-accent-red-subtlest-hovered: #DE350B;\n --ds-background-accent-red-subtlest-pressed: #FF5630;\n --ds-background-accent-red-subtler: #DE350B;\n --ds-background-accent-red-subtler-hovered: #FF5630;\n --ds-background-accent-red-subtler-pressed: #FF7452;\n --ds-background-accent-red-subtle: #FF5630;\n --ds-background-accent-red-subtle-hovered: #DE350B;\n --ds-background-accent-red-subtle-pressed: #BF2600;\n --ds-background-accent-red-bolder: #FF8F73;\n --ds-background-accent-red-bolder-hovered: #FFBDAD;\n --ds-background-accent-red-bolder-pressed: #FFEBE6;\n --ds-background-accent-orange-subtlest: #43290F;\n --ds-background-accent-orange-subtlest-hovered: #5F3811;\n --ds-background-accent-orange-subtlest-pressed: #974F0C;\n --ds-background-accent-orange-subtler: #5F3811;\n --ds-background-accent-orange-subtler-hovered: #974F0C;\n --ds-background-accent-orange-subtler-pressed: #B65C02;\n --ds-background-accent-orange-subtle: #974F0C;\n --ds-background-accent-orange-subtle-hovered: #5F3811;\n --ds-background-accent-orange-subtle-pressed: #4A2B0F;\n --ds-background-accent-orange-bolder: #F18D13;\n --ds-background-accent-orange-bolder-hovered: #FEC57B;\n --ds-background-accent-orange-bolder-pressed: #FFE2BD;\n --ds-background-accent-yellow-subtlest: #FF8B00;\n --ds-background-accent-yellow-subtlest-hovered: #FF991F;\n --ds-background-accent-yellow-subtlest-pressed: #FFAB00;\n --ds-background-accent-yellow-subtler: #FF991F;\n --ds-background-accent-yellow-subtler-hovered: #FFAB00;\n --ds-background-accent-yellow-subtler-pressed: #FFC400;\n --ds-background-accent-yellow-subtle: #FFAB00;\n --ds-background-accent-yellow-subtle-hovered: #FF991F;\n --ds-background-accent-yellow-subtle-pressed: #FF8B00;\n --ds-background-accent-yellow-bolder: #FFE380;\n --ds-background-accent-yellow-bolder-hovered: #FFF0B3;\n --ds-background-accent-yellow-bolder-pressed: #FFFAE6;\n --ds-background-accent-green-subtlest: #006644;\n --ds-background-accent-green-subtlest-hovered: #00875A;\n --ds-background-accent-green-subtlest-pressed: #36B37E;\n --ds-background-accent-green-subtler: #00875A;\n --ds-background-accent-green-subtler-hovered: #36B37E;\n --ds-background-accent-green-subtler-pressed: #57D9A3;\n --ds-background-accent-green-subtle: #36B37E;\n --ds-background-accent-green-subtle-hovered: #00875A;\n --ds-background-accent-green-subtle-pressed: #006644;\n --ds-background-accent-green-bolder: #79F2C0;\n --ds-background-accent-green-bolder-hovered: #ABF5D1;\n --ds-background-accent-green-bolder-pressed: #E3FCEF;\n --ds-background-accent-teal-subtlest: #008DA6;\n --ds-background-accent-teal-subtlest-hovered: #00A3BF;\n --ds-background-accent-teal-subtlest-pressed: #00B8D9;\n --ds-background-accent-teal-subtler: #00A3BF;\n --ds-background-accent-teal-subtler-hovered: #00B8D9;\n --ds-background-accent-teal-subtler-pressed: #00C7E6;\n --ds-background-accent-teal-subtle: #00B8D9;\n --ds-background-accent-teal-subtle-hovered: #00A3BF;\n --ds-background-accent-teal-subtle-pressed: #008DA6;\n --ds-background-accent-teal-bolder: #79E2F2;\n --ds-background-accent-teal-bolder-hovered: #B3F5FF;\n --ds-background-accent-teal-bolder-pressed: #E6FCFF;\n --ds-background-accent-blue-subtlest: #0747A6;\n --ds-background-accent-blue-subtlest-hovered: #0052CC;\n --ds-background-accent-blue-subtlest-pressed: #0065FF;\n --ds-background-accent-blue-subtler: #0052CC;\n --ds-background-accent-blue-subtler-hovered: #0065FF;\n --ds-background-accent-blue-subtler-pressed: #2684FF;\n --ds-background-accent-blue-subtle: #0065FF;\n --ds-background-accent-blue-subtle-hovered: #0052CC;\n --ds-background-accent-blue-subtle-pressed: #0747A6;\n --ds-background-accent-blue-bolder: #4C9AFF;\n --ds-background-accent-blue-bolder-hovered: #B3D4FF;\n --ds-background-accent-blue-bolder-pressed: #DEEBFF;\n --ds-background-accent-purple-subtlest: #403294;\n --ds-background-accent-purple-subtlest-hovered: #5243AA;\n --ds-background-accent-purple-subtlest-pressed: #6554C0;\n --ds-background-accent-purple-subtler: #5243AA;\n --ds-background-accent-purple-subtler-hovered: #6554C0;\n --ds-background-accent-purple-subtler-pressed: #8777D9;\n --ds-background-accent-purple-subtle: #6554C0;\n --ds-background-accent-purple-subtle-hovered: #5243AA;\n --ds-background-accent-purple-subtle-pressed: #403294;\n --ds-background-accent-purple-bolder: #998DD9;\n --ds-background-accent-purple-bolder-hovered: #C0B6F2;\n --ds-background-accent-purple-bolder-pressed: #EAE6FF;\n --ds-background-accent-magenta-subtlest: #341829;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #943D73;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #943D73;\n --ds-background-accent-magenta-subtler-pressed: #AE4787;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #50253F;\n --ds-background-accent-magenta-subtle-pressed: #421F34;\n --ds-background-accent-magenta-bolder: #E774BB;\n --ds-background-accent-magenta-bolder-hovered: #F797D2;\n --ds-background-accent-magenta-bolder-pressed: #FDD0EC;\n --ds-background-accent-gray-subtlest: #8C9CB8;\n --ds-background-accent-gray-subtlest-hovered: #9FB0CC;\n --ds-background-accent-gray-subtlest-pressed: #ABBBD6;\n --ds-background-accent-gray-subtler: #9FB0CC;\n --ds-background-accent-gray-subtler-hovered: #8C9CB8;\n --ds-background-accent-gray-subtler-pressed: #7988A3;\n --ds-background-accent-gray-subtle: #ABBBD6;\n --ds-background-accent-gray-subtle-hovered: #B8C7E0;\n --ds-background-accent-gray-subtle-pressed: #CED9EB;\n --ds-background-accent-gray-bolder: #CED9EB;\n --ds-background-accent-gray-bolder-hovered: #B8C7E0;\n --ds-background-accent-gray-bolder-pressed: #ABBBD6;\n --ds-background-disabled: #3B475C;\n --ds-background-input: #0E1624;\n --ds-background-input-hovered: #1B2638;\n --ds-background-input-pressed: #0D1424;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #3B475C;\n --ds-background-neutral-hovered: #313D52;\n --ds-background-neutral-pressed: #B3D4FF;\n --ds-background-neutral-subtle: transparent;\n --ds-background-neutral-subtle-hovered: #313D52;\n --ds-background-neutral-subtle-pressed: #B3D4FF;\n --ds-background-neutral-bold: #CED9EB;\n --ds-background-neutral-bold-hovered: #B8C7E0;\n --ds-background-neutral-bold-pressed: #DCE5F5;\n --ds-background-selected: #DEEBFF;\n --ds-background-selected-hovered: #B3D4FF;\n --ds-background-selected-pressed: #4C9AFF;\n --ds-background-selected-bold: #0052CC;\n --ds-background-selected-bold-hovered: #0065FF;\n --ds-background-selected-bold-pressed: #0747A6;\n --ds-background-brand-subtlest: #0747A6;\n --ds-background-brand-subtlest-hovered: #0052CC;\n --ds-background-brand-subtlest-pressed: #0747A6;\n --ds-background-brand-bold: #0052CC;\n --ds-background-brand-bold-hovered: #0065FF;\n --ds-background-brand-bold-pressed: #0747A6;\n --ds-background-brand-boldest: #B3D4FF;\n --ds-background-brand-boldest-hovered: #DEEBFF;\n --ds-background-brand-boldest-pressed: #4C9AFF;\n --ds-background-danger: #FFEBE6;\n --ds-background-danger-hovered: #FFBDAD;\n --ds-background-danger-pressed: #FF8F73;\n --ds-background-danger-bold: #FF5630;\n --ds-background-danger-bold-hovered: #FF7452;\n --ds-background-danger-bold-pressed: #DE350B;\n --ds-background-warning: #FFFAE6;\n --ds-background-warning-hovered: #FFF0B3;\n --ds-background-warning-pressed: #FFE380;\n --ds-background-warning-bold: #FFAB00;\n --ds-background-warning-bold-hovered: #FFC400;\n --ds-background-warning-bold-pressed: #FF991F;\n --ds-background-success: #E3FCEF;\n --ds-background-success-hovered: #ABF5D1;\n --ds-background-success-pressed: #79F2C0;\n --ds-background-success-bold: #00875A;\n --ds-background-success-bold-hovered: #36B37E;\n --ds-background-success-bold-pressed: #006644;\n --ds-background-discovery: #EAE6FF;\n --ds-background-discovery-hovered: #C0B6F2;\n --ds-background-discovery-pressed: #998DD9;\n --ds-background-discovery-bold: #5243AA;\n --ds-background-discovery-bold-hovered: #6554C0;\n --ds-background-discovery-bold-pressed: #403294;\n --ds-background-information: #DEEBFF;\n --ds-background-information-hovered: #B3D4FF;\n --ds-background-information-pressed: #4C9AFF;\n --ds-background-information-bold: #0052CC;\n --ds-background-information-bold-hovered: #0065FF;\n --ds-background-information-bold-pressed: #0747A6;\n --ds-blanket: #0d1424a0;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #0d1424f2;\n --ds-skeleton-subtle: #0d1424f7;\n --ds-chart-categorical-1: #00B8D9;\n --ds-chart-categorical-1-hovered: #00C7E6;\n --ds-chart-categorical-2: #6554C0;\n --ds-chart-categorical-2-hovered: #8777D9;\n --ds-chart-categorical-3: #D97008;\n --ds-chart-categorical-3-hovered: #F18D13;\n --ds-chart-categorical-4: #F797D2;\n --ds-chart-categorical-4-hovered: #FDD0EC;\n --ds-chart-categorical-5: #0065FF;\n --ds-chart-categorical-5-hovered: #2684FF;\n --ds-chart-categorical-6: #6554C0;\n --ds-chart-categorical-6-hovered: #8777D9;\n --ds-chart-categorical-7: #FDD0EC;\n --ds-chart-categorical-7-hovered: #FFECF8;\n --ds-chart-categorical-8: #FEC57B;\n --ds-chart-categorical-8-hovered: #FFE2BD;\n --ds-chart-lime-bold: #6A9A23;\n --ds-chart-lime-bold-hovered: #5B7F24;\n --ds-chart-lime-bolder: #5B7F24;\n --ds-chart-lime-bolder-hovered: #4C6B1F;\n --ds-chart-lime-boldest: #4C6B1F;\n --ds-chart-lime-boldest-hovered: #37471F;\n --ds-chart-neutral: #B8C7E0;\n --ds-chart-neutral-hovered: #ABBBD6;\n --ds-chart-red-bold: #BF2600;\n --ds-chart-red-bold-hovered: #DE350B;\n --ds-chart-red-bolder: #DE350B;\n --ds-chart-red-bolder-hovered: #FF5630;\n --ds-chart-red-boldest: #FF5630;\n --ds-chart-red-boldest-hovered: #FF7452;\n --ds-chart-orange-bold: #F18D13;\n --ds-chart-orange-bold-hovered: #FAA53D;\n --ds-chart-orange-bolder: #FAA53D;\n --ds-chart-orange-bolder-hovered: #FEC57B;\n --ds-chart-orange-boldest: #FEC57B;\n --ds-chart-orange-boldest-hovered: #FFE2BD;\n --ds-chart-yellow-bold: #FF8B00;\n --ds-chart-yellow-bold-hovered: #FF991F;\n --ds-chart-yellow-bolder: #FF991F;\n --ds-chart-yellow-bolder-hovered: #FFAB00;\n --ds-chart-yellow-boldest: #FFAB00;\n --ds-chart-yellow-boldest-hovered: #FFC400;\n --ds-chart-green-bold: #006644;\n --ds-chart-green-bold-hovered: #00875A;\n --ds-chart-green-bolder: #00875A;\n --ds-chart-green-bolder-hovered: #36B37E;\n --ds-chart-green-boldest: #36B37E;\n --ds-chart-green-boldest-hovered: #57D9A3;\n --ds-chart-teal-bold: #008DA6;\n --ds-chart-teal-bold-hovered: #00A3BF;\n --ds-chart-teal-bolder: #00A3BF;\n --ds-chart-teal-bolder-hovered: #00B8D9;\n --ds-chart-teal-boldest: #00B8D9;\n --ds-chart-teal-boldest-hovered: #00C7E6;\n --ds-chart-blue-bold: #0747A6;\n --ds-chart-blue-bold-hovered: #0052CC;\n --ds-chart-blue-bolder: #0052CC;\n --ds-chart-blue-bolder-hovered: #0065FF;\n --ds-chart-blue-boldest: #0065FF;\n --ds-chart-blue-boldest-hovered: #2684FF;\n --ds-chart-purple-bold: #403294;\n --ds-chart-purple-bold-hovered: #5243AA;\n --ds-chart-purple-bolder: #5243AA;\n --ds-chart-purple-bolder-hovered: #6554C0;\n --ds-chart-purple-boldest: #6554C0;\n --ds-chart-purple-boldest-hovered: #8777D9;\n --ds-chart-magenta-bold: #CD519D;\n --ds-chart-magenta-bold-hovered: #DA62AC;\n --ds-chart-magenta-bolder: #DA62AC;\n --ds-chart-magenta-bolder-hovered: #E774BB;\n --ds-chart-magenta-boldest: #F797D2;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #B8C7E0;\n --ds-chart-gray-bold-hovered: #CED9EB;\n --ds-chart-gray-bolder: #CED9EB;\n --ds-chart-gray-bolder-hovered: #DCE5F5;\n --ds-chart-gray-boldest: #DCE5F5;\n --ds-chart-gray-boldest-hovered: #E6EDFA;\n --ds-chart-brand: #0052CC;\n --ds-chart-brand-hovered: #0065FF;\n --ds-chart-danger: #DE350B;\n --ds-chart-danger-hovered: #FF5630;\n --ds-chart-danger-bold: #FF5630;\n --ds-chart-danger-bold-hovered: #FF7452;\n --ds-chart-warning: #FF991F;\n --ds-chart-warning-hovered: #FFAB00;\n --ds-chart-warning-bold: #FFAB00;\n --ds-chart-warning-bold-hovered: #FFC400;\n --ds-chart-success: #00875A;\n --ds-chart-success-hovered: #36B37E;\n --ds-chart-success-bold: #36B37E;\n --ds-chart-success-bold-hovered: #57D9A3;\n --ds-chart-discovery: #5243AA;\n --ds-chart-discovery-hovered: #6554C0;\n --ds-chart-discovery-bold: #6554C0;\n --ds-chart-discovery-bold-hovered: #8777D9;\n --ds-chart-information: #0052CC;\n --ds-chart-information-hovered: #0065FF;\n --ds-chart-information-bold: #0065FF;\n --ds-chart-information-bold-hovered: #2684FF;\n --ds-surface: #1B2638;\n --ds-surface-hovered: #202B3D;\n --ds-surface-pressed: #283447;\n --ds-surface-overlay: #7988A3;\n --ds-surface-overlay-hovered: #8C9CB8;\n --ds-surface-overlay-pressed: #9FB0CC;\n --ds-surface-raised: #455166;\n --ds-surface-raised-hovered: #56637A;\n --ds-surface-raised-pressed: #67758F;\n --ds-surface-sunken: #67758F;\n --ds-shadow-overflow: 0px 0px 12px #0304048F, 0px 0px 1px #03040480;\n --ds-shadow-overflow-perimeter: #03040480;\n --ds-shadow-overflow-spread: #0304048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #0d14240A, 0px 8px 12px #0d14245C, 0px 0px 1px #0d142480;\n --ds-shadow-raised: inset 0px 0px 0px 1px #00000000, 0px 1px 1px #0d142480, 0px 0px 1px #0d142480;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1B2638;\n}\n";
6
+ declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:legacy-dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:legacy-dark\"] {\n color-scheme: dark;\n --ds-text: #E6EDFA;\n --ds-text-accent-lime: #4C6B1F;\n --ds-text-accent-lime-bolder: #37471F;\n --ds-text-accent-red: #FF5630;\n --ds-text-accent-red-bolder: #FF7452;\n --ds-text-accent-orange: #FEC57B;\n --ds-text-accent-orange-bolder: #F18D13;\n --ds-text-accent-yellow: #FFAB00;\n --ds-text-accent-yellow-bolder: #FFC400;\n --ds-text-accent-green: #36B37E;\n --ds-text-accent-green-bolder: #57D9A3;\n --ds-text-accent-teal: #00B8D9;\n --ds-text-accent-teal-bolder: #00C7E6;\n --ds-text-accent-blue: #0065FF;\n --ds-text-accent-blue-bolder: #2684FF;\n --ds-text-accent-purple: #6554C0;\n --ds-text-accent-purple-bolder: #8777D9;\n --ds-text-accent-magenta: #F797D2;\n --ds-text-accent-magenta-bolder: #FDD0EC;\n --ds-text-accent-gray: #8C9CB8;\n --ds-text-accent-gray-bolder: #ABBBD6;\n --ds-text-disabled: #1B2638;\n --ds-text-inverse: #0D1424;\n --ds-text-selected: #0052CC;\n --ds-text-brand: #0052CC;\n --ds-text-danger: #FF5630;\n --ds-text-warning: #172B4D;\n --ds-text-warning-inverse: #0D1424;\n --ds-text-success: #36B37E;\n --ds-text-discovery: #6554C0;\n --ds-text-information: #0065FF;\n --ds-text-subtlest: #7988A3;\n --ds-text-subtle: #9FB0CC;\n --ds-link: #0052CC;\n --ds-link-pressed: #0065FF;\n --ds-link-visited: #6554C0;\n --ds-link-visited-pressed: #6554C0;\n --ds-icon: #DCE5F5;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #BF2600;\n --ds-icon-accent-orange: #F18D13;\n --ds-icon-accent-yellow: #FF8B00;\n --ds-icon-accent-green: #006644;\n --ds-icon-accent-teal: #008DA6;\n --ds-icon-accent-blue: #0747A6;\n --ds-icon-accent-purple: #403294;\n --ds-icon-accent-magenta: #DA62AC;\n --ds-icon-accent-gray: #B8C7E0;\n --ds-icon-disabled: #0d14245b;\n --ds-icon-inverse: #202B3D;\n --ds-icon-selected: #4C9AFF;\n --ds-icon-brand: #4C9AFF;\n --ds-icon-danger: #FF8F73;\n --ds-icon-warning: #FFF0B3;\n --ds-icon-warning-inverse: #202B3D;\n --ds-icon-success: #57D9A3;\n --ds-icon-discovery: #998DD9;\n --ds-icon-information: #B3D4FF;\n --ds-icon-subtle: #202B3D;\n --ds-border: #202B3D;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-red: #BF2600;\n --ds-border-accent-orange: #F18D13;\n --ds-border-accent-yellow: #FF8B00;\n --ds-border-accent-green: #006644;\n --ds-border-accent-teal: #008DA6;\n --ds-border-accent-blue: #0747A6;\n --ds-border-accent-purple: #403294;\n --ds-border-accent-magenta: #DA62AC;\n --ds-border-accent-gray: #B8C7E0;\n --ds-border-disabled: #0E1624;\n --ds-border-focused: #B3D4FF;\n --ds-border-input: #202B3D;\n --ds-border-inverse: #0D1424;\n --ds-border-selected: #0052CC;\n --ds-border-brand: #0052CC;\n --ds-border-danger: #DE350B;\n --ds-border-warning: #FF8B00;\n --ds-border-success: #006644;\n --ds-border-discovery: #403294;\n --ds-border-information: #0747A6;\n --ds-border-bold: #7988A3;\n --ds-background-accent-lime-subtlest: #2A3818;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #4C6B1F;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #4C6B1F;\n --ds-background-accent-lime-subtler-pressed: #5B7F24;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #37471F;\n --ds-background-accent-lime-subtle-pressed: #2A3818;\n --ds-background-accent-lime-bolder: #94C748;\n --ds-background-accent-lime-bolder-hovered: #B3DF72;\n --ds-background-accent-lime-bolder-pressed: #D3F1A7;\n --ds-background-accent-red-subtlest: #BF2600;\n --ds-background-accent-red-subtlest-hovered: #DE350B;\n --ds-background-accent-red-subtlest-pressed: #FF5630;\n --ds-background-accent-red-subtler: #DE350B;\n --ds-background-accent-red-subtler-hovered: #FF5630;\n --ds-background-accent-red-subtler-pressed: #FF7452;\n --ds-background-accent-red-subtle: #FF5630;\n --ds-background-accent-red-subtle-hovered: #DE350B;\n --ds-background-accent-red-subtle-pressed: #BF2600;\n --ds-background-accent-red-bolder: #FF8F73;\n --ds-background-accent-red-bolder-hovered: #FFBDAD;\n --ds-background-accent-red-bolder-pressed: #FFEBE6;\n --ds-background-accent-orange-subtlest: #43290F;\n --ds-background-accent-orange-subtlest-hovered: #5F3811;\n --ds-background-accent-orange-subtlest-pressed: #974F0C;\n --ds-background-accent-orange-subtler: #5F3811;\n --ds-background-accent-orange-subtler-hovered: #974F0C;\n --ds-background-accent-orange-subtler-pressed: #B65C02;\n --ds-background-accent-orange-subtle: #974F0C;\n --ds-background-accent-orange-subtle-hovered: #5F3811;\n --ds-background-accent-orange-subtle-pressed: #4A2B0F;\n --ds-background-accent-orange-bolder: #F18D13;\n --ds-background-accent-orange-bolder-hovered: #FEC57B;\n --ds-background-accent-orange-bolder-pressed: #FFE2BD;\n --ds-background-accent-yellow-subtlest: #FF8B00;\n --ds-background-accent-yellow-subtlest-hovered: #FF991F;\n --ds-background-accent-yellow-subtlest-pressed: #FFAB00;\n --ds-background-accent-yellow-subtler: #FF991F;\n --ds-background-accent-yellow-subtler-hovered: #FFAB00;\n --ds-background-accent-yellow-subtler-pressed: #FFC400;\n --ds-background-accent-yellow-subtle: #FFAB00;\n --ds-background-accent-yellow-subtle-hovered: #FF991F;\n --ds-background-accent-yellow-subtle-pressed: #FF8B00;\n --ds-background-accent-yellow-bolder: #FFE380;\n --ds-background-accent-yellow-bolder-hovered: #FFF0B3;\n --ds-background-accent-yellow-bolder-pressed: #FFFAE6;\n --ds-background-accent-green-subtlest: #006644;\n --ds-background-accent-green-subtlest-hovered: #00875A;\n --ds-background-accent-green-subtlest-pressed: #36B37E;\n --ds-background-accent-green-subtler: #00875A;\n --ds-background-accent-green-subtler-hovered: #36B37E;\n --ds-background-accent-green-subtler-pressed: #57D9A3;\n --ds-background-accent-green-subtle: #36B37E;\n --ds-background-accent-green-subtle-hovered: #00875A;\n --ds-background-accent-green-subtle-pressed: #006644;\n --ds-background-accent-green-bolder: #79F2C0;\n --ds-background-accent-green-bolder-hovered: #ABF5D1;\n --ds-background-accent-green-bolder-pressed: #E3FCEF;\n --ds-background-accent-teal-subtlest: #008DA6;\n --ds-background-accent-teal-subtlest-hovered: #00A3BF;\n --ds-background-accent-teal-subtlest-pressed: #00B8D9;\n --ds-background-accent-teal-subtler: #00A3BF;\n --ds-background-accent-teal-subtler-hovered: #00B8D9;\n --ds-background-accent-teal-subtler-pressed: #00C7E6;\n --ds-background-accent-teal-subtle: #00B8D9;\n --ds-background-accent-teal-subtle-hovered: #00A3BF;\n --ds-background-accent-teal-subtle-pressed: #008DA6;\n --ds-background-accent-teal-bolder: #79E2F2;\n --ds-background-accent-teal-bolder-hovered: #B3F5FF;\n --ds-background-accent-teal-bolder-pressed: #E6FCFF;\n --ds-background-accent-blue-subtlest: #0747A6;\n --ds-background-accent-blue-subtlest-hovered: #0052CC;\n --ds-background-accent-blue-subtlest-pressed: #0065FF;\n --ds-background-accent-blue-subtler: #0052CC;\n --ds-background-accent-blue-subtler-hovered: #0065FF;\n --ds-background-accent-blue-subtler-pressed: #2684FF;\n --ds-background-accent-blue-subtle: #0065FF;\n --ds-background-accent-blue-subtle-hovered: #0052CC;\n --ds-background-accent-blue-subtle-pressed: #0747A6;\n --ds-background-accent-blue-bolder: #4C9AFF;\n --ds-background-accent-blue-bolder-hovered: #B3D4FF;\n --ds-background-accent-blue-bolder-pressed: #DEEBFF;\n --ds-background-accent-purple-subtlest: #403294;\n --ds-background-accent-purple-subtlest-hovered: #5243AA;\n --ds-background-accent-purple-subtlest-pressed: #6554C0;\n --ds-background-accent-purple-subtler: #5243AA;\n --ds-background-accent-purple-subtler-hovered: #6554C0;\n --ds-background-accent-purple-subtler-pressed: #8777D9;\n --ds-background-accent-purple-subtle: #6554C0;\n --ds-background-accent-purple-subtle-hovered: #5243AA;\n --ds-background-accent-purple-subtle-pressed: #403294;\n --ds-background-accent-purple-bolder: #998DD9;\n --ds-background-accent-purple-bolder-hovered: #C0B6F2;\n --ds-background-accent-purple-bolder-pressed: #EAE6FF;\n --ds-background-accent-magenta-subtlest: #341829;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #943D73;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #943D73;\n --ds-background-accent-magenta-subtler-pressed: #AE4787;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #50253F;\n --ds-background-accent-magenta-subtle-pressed: #421F34;\n --ds-background-accent-magenta-bolder: #E774BB;\n --ds-background-accent-magenta-bolder-hovered: #F797D2;\n --ds-background-accent-magenta-bolder-pressed: #FDD0EC;\n --ds-background-accent-gray-subtlest: #8C9CB8;\n --ds-background-accent-gray-subtlest-hovered: #9FB0CC;\n --ds-background-accent-gray-subtlest-pressed: #ABBBD6;\n --ds-background-accent-gray-subtler: #9FB0CC;\n --ds-background-accent-gray-subtler-hovered: #8C9CB8;\n --ds-background-accent-gray-subtler-pressed: #7988A3;\n --ds-background-accent-gray-subtle: #ABBBD6;\n --ds-background-accent-gray-subtle-hovered: #B8C7E0;\n --ds-background-accent-gray-subtle-pressed: #CED9EB;\n --ds-background-accent-gray-bolder: #CED9EB;\n --ds-background-accent-gray-bolder-hovered: #B8C7E0;\n --ds-background-accent-gray-bolder-pressed: #ABBBD6;\n --ds-background-disabled: #3B475C;\n --ds-background-input: #0E1624;\n --ds-background-input-hovered: #1B2638;\n --ds-background-input-pressed: #0D1424;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #3B475C;\n --ds-background-neutral-hovered: #313D52;\n --ds-background-neutral-pressed: #B3D4FF;\n --ds-background-neutral-subtle: transparent;\n --ds-background-neutral-subtle-hovered: #313D52;\n --ds-background-neutral-subtle-pressed: #B3D4FF;\n --ds-background-neutral-bold: #CED9EB;\n --ds-background-neutral-bold-hovered: #B8C7E0;\n --ds-background-neutral-bold-pressed: #DCE5F5;\n --ds-background-selected: #DEEBFF;\n --ds-background-selected-hovered: #B3D4FF;\n --ds-background-selected-pressed: #4C9AFF;\n --ds-background-selected-bold: #0052CC;\n --ds-background-selected-bold-hovered: #0065FF;\n --ds-background-selected-bold-pressed: #0747A6;\n --ds-background-brand-subtlest: #0747A6;\n --ds-background-brand-subtlest-hovered: #0052CC;\n --ds-background-brand-subtlest-pressed: #0747A6;\n --ds-background-brand-bold: #0052CC;\n --ds-background-brand-bold-hovered: #0065FF;\n --ds-background-brand-bold-pressed: #0747A6;\n --ds-background-brand-boldest: #B3D4FF;\n --ds-background-brand-boldest-hovered: #DEEBFF;\n --ds-background-brand-boldest-pressed: #4C9AFF;\n --ds-background-danger: #FFEBE6;\n --ds-background-danger-hovered: #FFBDAD;\n --ds-background-danger-pressed: #FF8F73;\n --ds-background-danger-bold: #FF5630;\n --ds-background-danger-bold-hovered: #FF7452;\n --ds-background-danger-bold-pressed: #DE350B;\n --ds-background-warning: #FFFAE6;\n --ds-background-warning-hovered: #FFF0B3;\n --ds-background-warning-pressed: #FFE380;\n --ds-background-warning-bold: #FFAB00;\n --ds-background-warning-bold-hovered: #FFC400;\n --ds-background-warning-bold-pressed: #FF991F;\n --ds-background-success: #E3FCEF;\n --ds-background-success-hovered: #ABF5D1;\n --ds-background-success-pressed: #79F2C0;\n --ds-background-success-bold: #00875A;\n --ds-background-success-bold-hovered: #36B37E;\n --ds-background-success-bold-pressed: #006644;\n --ds-background-discovery: #EAE6FF;\n --ds-background-discovery-hovered: #C0B6F2;\n --ds-background-discovery-pressed: #998DD9;\n --ds-background-discovery-bold: #5243AA;\n --ds-background-discovery-bold-hovered: #6554C0;\n --ds-background-discovery-bold-pressed: #403294;\n --ds-background-information: #DEEBFF;\n --ds-background-information-hovered: #B3D4FF;\n --ds-background-information-pressed: #4C9AFF;\n --ds-background-information-bold: #0052CC;\n --ds-background-information-bold-hovered: #0065FF;\n --ds-background-information-bold-pressed: #0747A6;\n --ds-blanket: #0d1424a0;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #0d1424f2;\n --ds-skeleton-subtle: #0d1424f7;\n --ds-chart-categorical-1: #00B8D9;\n --ds-chart-categorical-1-hovered: #00C7E6;\n --ds-chart-categorical-2: #6554C0;\n --ds-chart-categorical-2-hovered: #8777D9;\n --ds-chart-categorical-3: #D97008;\n --ds-chart-categorical-3-hovered: #F18D13;\n --ds-chart-categorical-4: #F797D2;\n --ds-chart-categorical-4-hovered: #FDD0EC;\n --ds-chart-categorical-5: #0065FF;\n --ds-chart-categorical-5-hovered: #2684FF;\n --ds-chart-categorical-6: #6554C0;\n --ds-chart-categorical-6-hovered: #8777D9;\n --ds-chart-categorical-7: #FDD0EC;\n --ds-chart-categorical-7-hovered: #FFECF8;\n --ds-chart-categorical-8: #FEC57B;\n --ds-chart-categorical-8-hovered: #FFE2BD;\n --ds-chart-lime-bold: #6A9A23;\n --ds-chart-lime-bold-hovered: #5B7F24;\n --ds-chart-lime-bolder: #5B7F24;\n --ds-chart-lime-bolder-hovered: #4C6B1F;\n --ds-chart-lime-boldest: #4C6B1F;\n --ds-chart-lime-boldest-hovered: #37471F;\n --ds-chart-neutral: #B8C7E0;\n --ds-chart-neutral-hovered: #ABBBD6;\n --ds-chart-red-bold: #BF2600;\n --ds-chart-red-bold-hovered: #DE350B;\n --ds-chart-red-bolder: #DE350B;\n --ds-chart-red-bolder-hovered: #FF5630;\n --ds-chart-red-boldest: #FF5630;\n --ds-chart-red-boldest-hovered: #FF7452;\n --ds-chart-orange-bold: #F18D13;\n --ds-chart-orange-bold-hovered: #FAA53D;\n --ds-chart-orange-bolder: #FAA53D;\n --ds-chart-orange-bolder-hovered: #FEC57B;\n --ds-chart-orange-boldest: #FEC57B;\n --ds-chart-orange-boldest-hovered: #FFE2BD;\n --ds-chart-yellow-bold: #FF8B00;\n --ds-chart-yellow-bold-hovered: #FF991F;\n --ds-chart-yellow-bolder: #FF991F;\n --ds-chart-yellow-bolder-hovered: #FFAB00;\n --ds-chart-yellow-boldest: #FFAB00;\n --ds-chart-yellow-boldest-hovered: #FFC400;\n --ds-chart-green-bold: #006644;\n --ds-chart-green-bold-hovered: #00875A;\n --ds-chart-green-bolder: #00875A;\n --ds-chart-green-bolder-hovered: #36B37E;\n --ds-chart-green-boldest: #36B37E;\n --ds-chart-green-boldest-hovered: #57D9A3;\n --ds-chart-teal-bold: #008DA6;\n --ds-chart-teal-bold-hovered: #00A3BF;\n --ds-chart-teal-bolder: #00A3BF;\n --ds-chart-teal-bolder-hovered: #00B8D9;\n --ds-chart-teal-boldest: #00B8D9;\n --ds-chart-teal-boldest-hovered: #00C7E6;\n --ds-chart-blue-bold: #0747A6;\n --ds-chart-blue-bold-hovered: #0052CC;\n --ds-chart-blue-bolder: #0052CC;\n --ds-chart-blue-bolder-hovered: #0065FF;\n --ds-chart-blue-boldest: #0065FF;\n --ds-chart-blue-boldest-hovered: #2684FF;\n --ds-chart-purple-bold: #403294;\n --ds-chart-purple-bold-hovered: #5243AA;\n --ds-chart-purple-bolder: #5243AA;\n --ds-chart-purple-bolder-hovered: #6554C0;\n --ds-chart-purple-boldest: #6554C0;\n --ds-chart-purple-boldest-hovered: #8777D9;\n --ds-chart-magenta-bold: #CD519D;\n --ds-chart-magenta-bold-hovered: #DA62AC;\n --ds-chart-magenta-bolder: #DA62AC;\n --ds-chart-magenta-bolder-hovered: #E774BB;\n --ds-chart-magenta-boldest: #F797D2;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #B8C7E0;\n --ds-chart-gray-bold-hovered: #CED9EB;\n --ds-chart-gray-bolder: #CED9EB;\n --ds-chart-gray-bolder-hovered: #DCE5F5;\n --ds-chart-gray-boldest: #DCE5F5;\n --ds-chart-gray-boldest-hovered: #E6EDFA;\n --ds-chart-brand: #0052CC;\n --ds-chart-brand-hovered: #0065FF;\n --ds-chart-danger: #DE350B;\n --ds-chart-danger-hovered: #FF5630;\n --ds-chart-danger-bold: #FF5630;\n --ds-chart-danger-bold-hovered: #FF7452;\n --ds-chart-warning: #FF991F;\n --ds-chart-warning-hovered: #FFAB00;\n --ds-chart-warning-bold: #FFAB00;\n --ds-chart-warning-bold-hovered: #FFC400;\n --ds-chart-success: #00875A;\n --ds-chart-success-hovered: #36B37E;\n --ds-chart-success-bold: #36B37E;\n --ds-chart-success-bold-hovered: #57D9A3;\n --ds-chart-discovery: #5243AA;\n --ds-chart-discovery-hovered: #6554C0;\n --ds-chart-discovery-bold: #6554C0;\n --ds-chart-discovery-bold-hovered: #8777D9;\n --ds-chart-information: #0052CC;\n --ds-chart-information-hovered: #0065FF;\n --ds-chart-information-bold: #0065FF;\n --ds-chart-information-bold-hovered: #2684FF;\n --ds-surface: #1B2638;\n --ds-surface-hovered: #202B3D;\n --ds-surface-pressed: #283447;\n --ds-surface-overlay: #7988A3;\n --ds-surface-overlay-hovered: #8C9CB8;\n --ds-surface-overlay-pressed: #9FB0CC;\n --ds-surface-raised: #455166;\n --ds-surface-raised-hovered: #56637A;\n --ds-surface-raised-pressed: #67758F;\n --ds-surface-sunken: #67758F;\n --ds-shadow-overflow: 0px 0px 12px #0304048F, 0px 0px 1px #03040480;\n --ds-shadow-overflow-perimeter: #03040480;\n --ds-shadow-overflow-spread: #0304048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #0d14240A, 0px 8px 12px #0d14245C, 0px 0px 1px #0d142480;\n --ds-shadow-raised: inset 0px 0px 0px 1px #00000000, 0px 1px 1px #0d142480, 0px 0px 1px #0d142480;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1B2638;\n}\n";
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::864da039f8f9b771294919957d8579f4>>
3
+ * @codegen <<SignedSource::01b0c7fb11a8188e21446b5be31c37fb>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:legacy-light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:legacy-light\"] {\n color-scheme: light;\n --ds-text: #172B4D;\n --ds-text-accent-lime: #4C6B1F;\n --ds-text-accent-lime-bolder: #37471F;\n --ds-text-accent-red: #DE350B;\n --ds-text-accent-red-bolder: #BF2600;\n --ds-text-accent-orange: #F18D13;\n --ds-text-accent-orange-bolder: #B65C02;\n --ds-text-accent-yellow: #FF991F;\n --ds-text-accent-yellow-bolder: #FF8B00;\n --ds-text-accent-green: #00875A;\n --ds-text-accent-green-bolder: #006644;\n --ds-text-accent-teal: #00A3BF;\n --ds-text-accent-teal-bolder: #008DA6;\n --ds-text-accent-blue: #0052CC;\n --ds-text-accent-blue-bolder: #0747A6;\n --ds-text-accent-purple: #5243AA;\n --ds-text-accent-purple-bolder: #403294;\n --ds-text-accent-magenta: #E774BB;\n --ds-text-accent-magenta-bolder: #DA62AC;\n --ds-text-accent-gray: #505F79;\n --ds-text-accent-gray-bolder: #172B4D;\n --ds-text-disabled: #A5ADBA;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #0052CC;\n --ds-text-brand: #0065FF;\n --ds-text-danger: #DE350B;\n --ds-text-warning: #974F0C;\n --ds-text-warning-inverse: #172B4D;\n --ds-text-success: #006644;\n --ds-text-discovery: #403294;\n --ds-text-information: #0052CC;\n --ds-text-subtlest: #7A869A;\n --ds-text-subtle: #42526E;\n --ds-link: #0052CC;\n --ds-link-pressed: #0747A6;\n --ds-link-visited: #403294;\n --ds-icon: #505F79;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #FF5630;\n --ds-icon-accent-orange: #D94008;\n --ds-icon-accent-yellow: #FFAB00;\n --ds-icon-accent-green: #36B37E;\n --ds-icon-accent-teal: #00B8D9;\n --ds-icon-accent-blue: #0065FF;\n --ds-icon-accent-purple: #6554C0;\n --ds-icon-accent-magenta: #CD519D;\n --ds-icon-accent-gray: #5E6C84;\n --ds-icon-disabled: #8993A4;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #0052CC;\n --ds-icon-brand: #0065FF;\n --ds-icon-danger: #DE350B;\n --ds-icon-warning: #FFC400;\n --ds-icon-warning-inverse: #253858;\n --ds-icon-success: #00875A;\n --ds-icon-discovery: #8777D9;\n --ds-icon-information: #0747A6;\n --ds-icon-subtle: #6B778C;\n --ds-border: #091e4221;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-red: #FF5630;\n --ds-border-accent-orange: #D94008;\n --ds-border-accent-yellow: #FFAB00;\n --ds-border-accent-green: #36B37E;\n --ds-border-accent-teal: #00B8D9;\n --ds-border-accent-blue: #0065FF;\n --ds-border-accent-purple: #6554C0;\n --ds-border-accent-magenta: #CD519D;\n --ds-border-accent-gray: #5E6C84;\n --ds-border-disabled: #FAFBFC;\n --ds-border-focused: #2684FF;\n --ds-border-input: #FAFBFC;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #0052CC;\n --ds-border-brand: #0052CC;\n --ds-border-danger: #FF5630;\n --ds-border-warning: #FFC400;\n --ds-border-success: #00875A;\n --ds-border-discovery: #998DD9;\n --ds-border-information: #0065FF;\n --ds-border-bold: #344563;\n --ds-background-accent-lime-subtlest: #EEFBDA;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #B3DF72;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #B3DF72;\n --ds-background-accent-lime-subtler-pressed: #94C748;\n --ds-background-accent-lime-subtle: #94C748;\n --ds-background-accent-lime-subtle-hovered: #B3DF72;\n --ds-background-accent-lime-subtle-pressed: #D3F1A7;\n --ds-background-accent-lime-bolder: #5B7F24;\n --ds-background-accent-lime-bolder-hovered: #37471F;\n --ds-background-accent-lime-bolder-pressed: #37471F;\n --ds-background-accent-red-subtlest: #FF8F73;\n --ds-background-accent-red-subtlest-hovered: #FF7452;\n --ds-background-accent-red-subtlest-pressed: #FF5630;\n --ds-background-accent-red-subtler: #FF7452;\n --ds-background-accent-red-subtler-hovered: #FF5630;\n --ds-background-accent-red-subtler-pressed: #DE350B;\n --ds-background-accent-red-subtle: #DE350B;\n --ds-background-accent-red-subtle-hovered: #FF5630;\n --ds-background-accent-red-subtle-pressed: #FF7452;\n --ds-background-accent-red-bolder: #DE350B;\n --ds-background-accent-red-bolder-hovered: #FF5630;\n --ds-background-accent-red-bolder-pressed: #FF7452;\n --ds-background-accent-orange-subtlest: #F18D13;\n --ds-background-accent-orange-subtlest-hovered: #FEC57B;\n --ds-background-accent-orange-subtlest-pressed: #FFE2BD;\n --ds-background-accent-orange-subtler: #B65C02;\n --ds-background-accent-orange-subtler-hovered: #F18D13;\n --ds-background-accent-orange-subtler-pressed: #FEC57B;\n --ds-background-accent-orange-subtle: #5F3811;\n --ds-background-accent-orange-subtle-hovered: #974F0C;\n --ds-background-accent-orange-subtle-pressed: #B65C02;\n --ds-background-accent-orange-bolder: #43290F;\n --ds-background-accent-orange-bolder-hovered: #5F3811;\n --ds-background-accent-orange-bolder-pressed: #974F0C;\n --ds-background-accent-yellow-subtlest: #FFE380;\n --ds-background-accent-yellow-subtlest-hovered: #FFC400;\n --ds-background-accent-yellow-subtlest-pressed: #FFAB00;\n --ds-background-accent-yellow-subtler: #FFC400;\n --ds-background-accent-yellow-subtler-hovered: #FFAB00;\n --ds-background-accent-yellow-subtler-pressed: #FF991F;\n --ds-background-accent-yellow-subtle: #FF991F;\n --ds-background-accent-yellow-subtle-hovered: #FFAB00;\n --ds-background-accent-yellow-subtle-pressed: #FFC400;\n --ds-background-accent-yellow-bolder: #FF991F;\n --ds-background-accent-yellow-bolder-hovered: #FFAB00;\n --ds-background-accent-yellow-bolder-pressed: #FFC400;\n --ds-background-accent-green-subtlest: #79F2C0;\n --ds-background-accent-green-subtlest-hovered: #57D9A3;\n --ds-background-accent-green-subtlest-pressed: #36B37E;\n --ds-background-accent-green-subtler: #57D9A3;\n --ds-background-accent-green-subtler-hovered: #36B37E;\n --ds-background-accent-green-subtler-pressed: #00875A;\n --ds-background-accent-green-subtle: #00875A;\n --ds-background-accent-green-subtle-hovered: #36B37E;\n --ds-background-accent-green-subtle-pressed: #57D9A3;\n --ds-background-accent-green-bolder: #00875A;\n --ds-background-accent-green-bolder-hovered: #36B37E;\n --ds-background-accent-green-bolder-pressed: #57D9A3;\n --ds-background-accent-teal-subtlest: #79E2F2;\n --ds-background-accent-teal-subtlest-hovered: #00C7E6;\n --ds-background-accent-teal-subtlest-pressed: #00B8D9;\n --ds-background-accent-teal-subtler: #00C7E6;\n --ds-background-accent-teal-subtler-hovered: #00B8D9;\n --ds-background-accent-teal-subtler-pressed: #00A3BF;\n --ds-background-accent-teal-subtle: #00A3BF;\n --ds-background-accent-teal-subtle-hovered: #00B8D9;\n --ds-background-accent-teal-subtle-pressed: #00C7E6;\n --ds-background-accent-teal-bolder: #00A3BF;\n --ds-background-accent-teal-bolder-hovered: #00B8D9;\n --ds-background-accent-teal-bolder-pressed: #00C7E6;\n --ds-background-accent-blue-subtlest: #4C9AFF;\n --ds-background-accent-blue-subtlest-hovered: #2684FF;\n --ds-background-accent-blue-subtlest-pressed: #0065FF;\n --ds-background-accent-blue-subtler: #2684FF;\n --ds-background-accent-blue-subtler-hovered: #0065FF;\n --ds-background-accent-blue-subtler-pressed: #0052CC;\n --ds-background-accent-blue-subtle: #0052CC;\n --ds-background-accent-blue-subtle-hovered: #0065FF;\n --ds-background-accent-blue-subtle-pressed: #2684FF;\n --ds-background-accent-blue-bolder: #0052CC;\n --ds-background-accent-blue-bolder-hovered: #0065FF;\n --ds-background-accent-blue-bolder-pressed: #2684FF;\n --ds-background-accent-purple-subtlest: #998DD9;\n --ds-background-accent-purple-subtlest-hovered: #8777D9;\n --ds-background-accent-purple-subtlest-pressed: #6554C0;\n --ds-background-accent-purple-subtler: #8777D9;\n --ds-background-accent-purple-subtler-hovered: #6554C0;\n --ds-background-accent-purple-subtler-pressed: #5243AA;\n --ds-background-accent-purple-subtle: #5243AA;\n --ds-background-accent-purple-subtle-hovered: #6554C0;\n --ds-background-accent-purple-subtle-pressed: #8777D9;\n --ds-background-accent-purple-bolder: #5243AA;\n --ds-background-accent-purple-bolder-hovered: #6554C0;\n --ds-background-accent-purple-bolder-pressed: #8777D9;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #F797D2;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #F797D2;\n --ds-background-accent-magenta-subtler-pressed: #E774BB;\n --ds-background-accent-magenta-subtle: #E774BB;\n --ds-background-accent-magenta-subtle-hovered: #F797D2;\n --ds-background-accent-magenta-subtle-pressed: #FDD0EC;\n --ds-background-accent-magenta-bolder: #AE4787;\n --ds-background-accent-magenta-bolder-hovered: #943D73;\n --ds-background-accent-magenta-bolder-pressed: #50253F;\n --ds-background-accent-gray-subtlest: #6B778C;\n --ds-background-accent-gray-subtlest-hovered: #5E6C84;\n --ds-background-accent-gray-subtlest-pressed: #505F79;\n --ds-background-accent-gray-subtler: #5E6C84;\n --ds-background-accent-gray-subtler-hovered: #505F79;\n --ds-background-accent-gray-subtler-pressed: #42526E;\n --ds-background-accent-gray-subtle: #505F79;\n --ds-background-accent-gray-subtle-hovered: #5E6C84;\n --ds-background-accent-gray-subtle-pressed: #6B778C;\n --ds-background-accent-gray-bolder: #42526E;\n --ds-background-accent-gray-bolder-hovered: #344563;\n --ds-background-accent-gray-bolder-pressed: #253858;\n --ds-background-disabled: #091e4289;\n --ds-background-input: #FAFBFC;\n --ds-background-input-hovered: #EBECF0;\n --ds-background-input-pressed: #FFFFFF;\n --ds-background-inverse-subtle: #00000029;\n --ds-background-inverse-subtle-hovered: #0000003D;\n --ds-background-inverse-subtle-pressed: #00000052;\n --ds-background-neutral: #DFE1E6;\n --ds-background-neutral-hovered: #091e4214;\n --ds-background-neutral-pressed: #B3D4FF;\n --ds-background-neutral-subtle: transparent;\n --ds-background-neutral-subtle-hovered: #091e4214;\n --ds-background-neutral-subtle-pressed: #B3D4FF;\n --ds-background-neutral-bold: #42526E;\n --ds-background-neutral-bold-hovered: #505F79;\n --ds-background-neutral-bold-pressed: #344563;\n --ds-background-selected: #DEEBFF;\n --ds-background-selected-hovered: #B3D4FF;\n --ds-background-selected-pressed: #4C9AFF;\n --ds-background-selected-bold: #0052CC;\n --ds-background-selected-bold-hovered: #2684FF;\n --ds-background-selected-bold-pressed: #0052CC;\n --ds-background-brand-subtlest: #B3D4FF;\n --ds-background-brand-subtlest-hovered: #DEEBFF;\n --ds-background-brand-subtlest-pressed: #4C9AFF;\n --ds-background-brand-bold: #0052CC;\n --ds-background-brand-bold-hovered: #0065FF;\n --ds-background-brand-bold-pressed: #0747A6;\n --ds-background-brand-boldest: #0747A6;\n --ds-background-brand-boldest-hovered: #0052CC;\n --ds-background-brand-boldest-pressed: #0747A6;\n --ds-background-danger: #FFEBE6;\n --ds-background-danger-hovered: #FFBDAD;\n --ds-background-danger-pressed: #FF8F73;\n --ds-background-danger-bold: #DE350B;\n --ds-background-danger-bold-hovered: #FF5630;\n --ds-background-danger-bold-pressed: #BF2600;\n --ds-background-warning: #FFFAE6;\n --ds-background-warning-hovered: #FFF0B3;\n --ds-background-warning-pressed: #FFE380;\n --ds-background-warning-bold: #FFAB00;\n --ds-background-warning-bold-hovered: #FFC400;\n --ds-background-warning-bold-pressed: #FF991F;\n --ds-background-success: #E3FCEF;\n --ds-background-success-hovered: #ABF5D1;\n --ds-background-success-pressed: #79F2C0;\n --ds-background-success-bold: #00875A;\n --ds-background-success-bold-hovered: #57D9A3;\n --ds-background-success-bold-pressed: #00875A;\n --ds-background-discovery: #EAE6FF;\n --ds-background-discovery-hovered: #C0B6F2;\n --ds-background-discovery-pressed: #998DD9;\n --ds-background-discovery-bold: #5243AA;\n --ds-background-discovery-bold-hovered: #8777D9;\n --ds-background-discovery-bold-pressed: #5243AA;\n --ds-background-information: #DEEBFF;\n --ds-background-information-hovered: #B3D4FF;\n --ds-background-information-pressed: #4C9AFF;\n --ds-background-information-bold: #0052CC;\n --ds-background-information-bold-hovered: #2684FF;\n --ds-background-information-bold-pressed: #0052CC;\n --ds-blanket: #091e4289;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #F4F5F7;\n --ds-skeleton-subtle: #091e420a;\n --ds-chart-categorical-1: #00B8D9;\n --ds-chart-categorical-1-hovered: #00A3BF;\n --ds-chart-categorical-2: #5243AA;\n --ds-chart-categorical-2-hovered: #403294;\n --ds-chart-categorical-3: #D94008;\n --ds-chart-categorical-3-hovered: #B65C02;\n --ds-chart-categorical-4: #943D73;\n --ds-chart-categorical-4-hovered: #50253F;\n --ds-chart-categorical-5: #0052CC;\n --ds-chart-categorical-5-hovered: #0747A6;\n --ds-chart-categorical-6: #5243AA;\n --ds-chart-categorical-6-hovered: #403294;\n --ds-chart-categorical-7: #50253F;\n --ds-chart-categorical-7-hovered: #341829;\n --ds-chart-categorical-8: #974F0C;\n --ds-chart-categorical-8-hovered: #5F3811;\n --ds-chart-lime-bold: #6A9A23;\n --ds-chart-lime-bold-hovered: #5B7F24;\n --ds-chart-lime-bolder: #5B7F24;\n --ds-chart-lime-bolder-hovered: #4C6B1F;\n --ds-chart-lime-boldest: #4C6B1F;\n --ds-chart-lime-boldest-hovered: #37471F;\n --ds-chart-neutral: #5E6C84;\n --ds-chart-neutral-hovered: #505F79;\n --ds-chart-red-bold: #FF5630;\n --ds-chart-red-bold-hovered: #DE350B;\n --ds-chart-red-bolder: #DE350B;\n --ds-chart-red-bolder-hovered: #BF2600;\n --ds-chart-red-boldest: #BF2600;\n --ds-chart-red-boldest-hovered: #BF2600;\n --ds-chart-orange-bold: #D97008;\n --ds-chart-orange-bold-hovered: #B65C02;\n --ds-chart-orange-bolder: #B65C02;\n --ds-chart-orange-bolder-hovered: #974F0C;\n --ds-chart-orange-boldest: #974F0C;\n --ds-chart-orange-boldest-hovered: #5F3811;\n --ds-chart-yellow-bold: #FFAB00;\n --ds-chart-yellow-bold-hovered: #FF991F;\n --ds-chart-yellow-bolder: #FF991F;\n --ds-chart-yellow-bolder-hovered: #FF8B00;\n --ds-chart-yellow-boldest: #FF8B00;\n --ds-chart-yellow-boldest-hovered: #FF8B00;\n --ds-chart-green-bold: #36B37E;\n --ds-chart-green-bold-hovered: #00875A;\n --ds-chart-green-bolder: #00875A;\n --ds-chart-green-bolder-hovered: #006644;\n --ds-chart-green-boldest: #006644;\n --ds-chart-green-boldest-hovered: #006644;\n --ds-chart-teal-bold: #00B8D9;\n --ds-chart-teal-bold-hovered: #00A3BF;\n --ds-chart-teal-bolder: #00A3BF;\n --ds-chart-teal-bolder-hovered: #008DA6;\n --ds-chart-teal-boldest: #008DA6;\n --ds-chart-teal-boldest-hovered: #008DA6;\n --ds-chart-blue-bold: #0065FF;\n --ds-chart-blue-bold-hovered: #0052CC;\n --ds-chart-blue-bolder: #0052CC;\n --ds-chart-blue-bolder-hovered: #0747A6;\n --ds-chart-blue-boldest: #0747A6;\n --ds-chart-blue-boldest-hovered: #0747A6;\n --ds-chart-purple-bold: #6554C0;\n --ds-chart-purple-bold-hovered: #5243AA;\n --ds-chart-purple-bolder: #5243AA;\n --ds-chart-purple-bolder-hovered: #403294;\n --ds-chart-purple-boldest: #403294;\n --ds-chart-purple-boldest-hovered: #403294;\n --ds-chart-magenta-bold: #DA62AC;\n --ds-chart-magenta-bold-hovered: #CD519D;\n --ds-chart-magenta-bolder: #CD519D;\n --ds-chart-magenta-bolder-hovered: #AE4787;\n --ds-chart-magenta-boldest: #943D73;\n --ds-chart-magenta-boldest-hovered: #50253F;\n --ds-chart-gray-bold: #5E6C84;\n --ds-chart-gray-bold-hovered: #505F79;\n --ds-chart-gray-bolder: #505F79;\n --ds-chart-gray-bolder-hovered: #42526E;\n --ds-chart-gray-boldest: #42526E;\n --ds-chart-gray-boldest-hovered: #42526E;\n --ds-chart-brand: #0065FF;\n --ds-chart-brand-hovered: #0052CC;\n --ds-chart-danger: #FF5630;\n --ds-chart-danger-hovered: #DE350B;\n --ds-chart-danger-bold: #DE350B;\n --ds-chart-danger-bold-hovered: #BF2600;\n --ds-chart-warning: #FFAB00;\n --ds-chart-warning-hovered: #FF991F;\n --ds-chart-warning-bold: #FF991F;\n --ds-chart-warning-bold-hovered: #FF8B00;\n --ds-chart-success: #36B37E;\n --ds-chart-success-hovered: #00875A;\n --ds-chart-success-bold: #00875A;\n --ds-chart-success-bold-hovered: #006644;\n --ds-chart-discovery: #6554C0;\n --ds-chart-discovery-hovered: #5243AA;\n --ds-chart-discovery-bold: #5243AA;\n --ds-chart-discovery-bold-hovered: #403294;\n --ds-chart-information: #0065FF;\n --ds-chart-information-hovered: #0052CC;\n --ds-chart-information-bold: #0052CC;\n --ds-chart-information-bold-hovered: #0747A6;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #FAFBFC;\n --ds-surface-pressed: #F4F5F7;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #FAFBFC;\n --ds-surface-overlay-pressed: #F4F5F7;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #FAFBFC;\n --ds-surface-raised-pressed: #F4F5F7;\n --ds-surface-sunken: #F4F5F7;\n --ds-shadow-overflow: 0px 0px 8px #091e4229, 0px 0px 1px #091e421F;\n --ds-shadow-overflow-perimeter: #091e421f;\n --ds-shadow-overflow-spread: #091e4229;\n --ds-shadow-overlay: 0px 8px 12px #091e4226, 0px 0px 1px #091e424F;\n --ds-shadow-raised: 0px 1px 1px #091e4240, 0px 0px 1px #091e424F;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #FFFFFF;\n}\n";
6
+ declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:legacy-light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:legacy-light\"] {\n color-scheme: light;\n --ds-text: #172B4D;\n --ds-text-accent-lime: #4C6B1F;\n --ds-text-accent-lime-bolder: #37471F;\n --ds-text-accent-red: #DE350B;\n --ds-text-accent-red-bolder: #BF2600;\n --ds-text-accent-orange: #F18D13;\n --ds-text-accent-orange-bolder: #B65C02;\n --ds-text-accent-yellow: #FF991F;\n --ds-text-accent-yellow-bolder: #FF8B00;\n --ds-text-accent-green: #00875A;\n --ds-text-accent-green-bolder: #006644;\n --ds-text-accent-teal: #00A3BF;\n --ds-text-accent-teal-bolder: #008DA6;\n --ds-text-accent-blue: #0052CC;\n --ds-text-accent-blue-bolder: #0747A6;\n --ds-text-accent-purple: #5243AA;\n --ds-text-accent-purple-bolder: #403294;\n --ds-text-accent-magenta: #E774BB;\n --ds-text-accent-magenta-bolder: #DA62AC;\n --ds-text-accent-gray: #505F79;\n --ds-text-accent-gray-bolder: #172B4D;\n --ds-text-disabled: #A5ADBA;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #0052CC;\n --ds-text-brand: #0065FF;\n --ds-text-danger: #DE350B;\n --ds-text-warning: #974F0C;\n --ds-text-warning-inverse: #172B4D;\n --ds-text-success: #006644;\n --ds-text-discovery: #403294;\n --ds-text-information: #0052CC;\n --ds-text-subtlest: #7A869A;\n --ds-text-subtle: #42526E;\n --ds-link: #0052CC;\n --ds-link-pressed: #0747A6;\n --ds-link-visited: #403294;\n --ds-link-visited-pressed: #403294;\n --ds-icon: #505F79;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #FF5630;\n --ds-icon-accent-orange: #D94008;\n --ds-icon-accent-yellow: #FFAB00;\n --ds-icon-accent-green: #36B37E;\n --ds-icon-accent-teal: #00B8D9;\n --ds-icon-accent-blue: #0065FF;\n --ds-icon-accent-purple: #6554C0;\n --ds-icon-accent-magenta: #CD519D;\n --ds-icon-accent-gray: #5E6C84;\n --ds-icon-disabled: #8993A4;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #0052CC;\n --ds-icon-brand: #0065FF;\n --ds-icon-danger: #DE350B;\n --ds-icon-warning: #FFC400;\n --ds-icon-warning-inverse: #253858;\n --ds-icon-success: #00875A;\n --ds-icon-discovery: #8777D9;\n --ds-icon-information: #0747A6;\n --ds-icon-subtle: #6B778C;\n --ds-border: #091e4221;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-red: #FF5630;\n --ds-border-accent-orange: #D94008;\n --ds-border-accent-yellow: #FFAB00;\n --ds-border-accent-green: #36B37E;\n --ds-border-accent-teal: #00B8D9;\n --ds-border-accent-blue: #0065FF;\n --ds-border-accent-purple: #6554C0;\n --ds-border-accent-magenta: #CD519D;\n --ds-border-accent-gray: #5E6C84;\n --ds-border-disabled: #FAFBFC;\n --ds-border-focused: #2684FF;\n --ds-border-input: #FAFBFC;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #0052CC;\n --ds-border-brand: #0052CC;\n --ds-border-danger: #FF5630;\n --ds-border-warning: #FFC400;\n --ds-border-success: #00875A;\n --ds-border-discovery: #998DD9;\n --ds-border-information: #0065FF;\n --ds-border-bold: #344563;\n --ds-background-accent-lime-subtlest: #EEFBDA;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #B3DF72;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #B3DF72;\n --ds-background-accent-lime-subtler-pressed: #94C748;\n --ds-background-accent-lime-subtle: #94C748;\n --ds-background-accent-lime-subtle-hovered: #B3DF72;\n --ds-background-accent-lime-subtle-pressed: #D3F1A7;\n --ds-background-accent-lime-bolder: #5B7F24;\n --ds-background-accent-lime-bolder-hovered: #37471F;\n --ds-background-accent-lime-bolder-pressed: #37471F;\n --ds-background-accent-red-subtlest: #FF8F73;\n --ds-background-accent-red-subtlest-hovered: #FF7452;\n --ds-background-accent-red-subtlest-pressed: #FF5630;\n --ds-background-accent-red-subtler: #FF7452;\n --ds-background-accent-red-subtler-hovered: #FF5630;\n --ds-background-accent-red-subtler-pressed: #DE350B;\n --ds-background-accent-red-subtle: #DE350B;\n --ds-background-accent-red-subtle-hovered: #FF5630;\n --ds-background-accent-red-subtle-pressed: #FF7452;\n --ds-background-accent-red-bolder: #DE350B;\n --ds-background-accent-red-bolder-hovered: #FF5630;\n --ds-background-accent-red-bolder-pressed: #FF7452;\n --ds-background-accent-orange-subtlest: #F18D13;\n --ds-background-accent-orange-subtlest-hovered: #FEC57B;\n --ds-background-accent-orange-subtlest-pressed: #FFE2BD;\n --ds-background-accent-orange-subtler: #B65C02;\n --ds-background-accent-orange-subtler-hovered: #F18D13;\n --ds-background-accent-orange-subtler-pressed: #FEC57B;\n --ds-background-accent-orange-subtle: #5F3811;\n --ds-background-accent-orange-subtle-hovered: #974F0C;\n --ds-background-accent-orange-subtle-pressed: #B65C02;\n --ds-background-accent-orange-bolder: #43290F;\n --ds-background-accent-orange-bolder-hovered: #5F3811;\n --ds-background-accent-orange-bolder-pressed: #974F0C;\n --ds-background-accent-yellow-subtlest: #FFE380;\n --ds-background-accent-yellow-subtlest-hovered: #FFC400;\n --ds-background-accent-yellow-subtlest-pressed: #FFAB00;\n --ds-background-accent-yellow-subtler: #FFC400;\n --ds-background-accent-yellow-subtler-hovered: #FFAB00;\n --ds-background-accent-yellow-subtler-pressed: #FF991F;\n --ds-background-accent-yellow-subtle: #FF991F;\n --ds-background-accent-yellow-subtle-hovered: #FFAB00;\n --ds-background-accent-yellow-subtle-pressed: #FFC400;\n --ds-background-accent-yellow-bolder: #FF991F;\n --ds-background-accent-yellow-bolder-hovered: #FFAB00;\n --ds-background-accent-yellow-bolder-pressed: #FFC400;\n --ds-background-accent-green-subtlest: #79F2C0;\n --ds-background-accent-green-subtlest-hovered: #57D9A3;\n --ds-background-accent-green-subtlest-pressed: #36B37E;\n --ds-background-accent-green-subtler: #57D9A3;\n --ds-background-accent-green-subtler-hovered: #36B37E;\n --ds-background-accent-green-subtler-pressed: #00875A;\n --ds-background-accent-green-subtle: #00875A;\n --ds-background-accent-green-subtle-hovered: #36B37E;\n --ds-background-accent-green-subtle-pressed: #57D9A3;\n --ds-background-accent-green-bolder: #00875A;\n --ds-background-accent-green-bolder-hovered: #36B37E;\n --ds-background-accent-green-bolder-pressed: #57D9A3;\n --ds-background-accent-teal-subtlest: #79E2F2;\n --ds-background-accent-teal-subtlest-hovered: #00C7E6;\n --ds-background-accent-teal-subtlest-pressed: #00B8D9;\n --ds-background-accent-teal-subtler: #00C7E6;\n --ds-background-accent-teal-subtler-hovered: #00B8D9;\n --ds-background-accent-teal-subtler-pressed: #00A3BF;\n --ds-background-accent-teal-subtle: #00A3BF;\n --ds-background-accent-teal-subtle-hovered: #00B8D9;\n --ds-background-accent-teal-subtle-pressed: #00C7E6;\n --ds-background-accent-teal-bolder: #00A3BF;\n --ds-background-accent-teal-bolder-hovered: #00B8D9;\n --ds-background-accent-teal-bolder-pressed: #00C7E6;\n --ds-background-accent-blue-subtlest: #4C9AFF;\n --ds-background-accent-blue-subtlest-hovered: #2684FF;\n --ds-background-accent-blue-subtlest-pressed: #0065FF;\n --ds-background-accent-blue-subtler: #2684FF;\n --ds-background-accent-blue-subtler-hovered: #0065FF;\n --ds-background-accent-blue-subtler-pressed: #0052CC;\n --ds-background-accent-blue-subtle: #0052CC;\n --ds-background-accent-blue-subtle-hovered: #0065FF;\n --ds-background-accent-blue-subtle-pressed: #2684FF;\n --ds-background-accent-blue-bolder: #0052CC;\n --ds-background-accent-blue-bolder-hovered: #0065FF;\n --ds-background-accent-blue-bolder-pressed: #2684FF;\n --ds-background-accent-purple-subtlest: #998DD9;\n --ds-background-accent-purple-subtlest-hovered: #8777D9;\n --ds-background-accent-purple-subtlest-pressed: #6554C0;\n --ds-background-accent-purple-subtler: #8777D9;\n --ds-background-accent-purple-subtler-hovered: #6554C0;\n --ds-background-accent-purple-subtler-pressed: #5243AA;\n --ds-background-accent-purple-subtle: #5243AA;\n --ds-background-accent-purple-subtle-hovered: #6554C0;\n --ds-background-accent-purple-subtle-pressed: #8777D9;\n --ds-background-accent-purple-bolder: #5243AA;\n --ds-background-accent-purple-bolder-hovered: #6554C0;\n --ds-background-accent-purple-bolder-pressed: #8777D9;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #F797D2;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #F797D2;\n --ds-background-accent-magenta-subtler-pressed: #E774BB;\n --ds-background-accent-magenta-subtle: #E774BB;\n --ds-background-accent-magenta-subtle-hovered: #F797D2;\n --ds-background-accent-magenta-subtle-pressed: #FDD0EC;\n --ds-background-accent-magenta-bolder: #AE4787;\n --ds-background-accent-magenta-bolder-hovered: #943D73;\n --ds-background-accent-magenta-bolder-pressed: #50253F;\n --ds-background-accent-gray-subtlest: #6B778C;\n --ds-background-accent-gray-subtlest-hovered: #5E6C84;\n --ds-background-accent-gray-subtlest-pressed: #505F79;\n --ds-background-accent-gray-subtler: #5E6C84;\n --ds-background-accent-gray-subtler-hovered: #505F79;\n --ds-background-accent-gray-subtler-pressed: #42526E;\n --ds-background-accent-gray-subtle: #505F79;\n --ds-background-accent-gray-subtle-hovered: #5E6C84;\n --ds-background-accent-gray-subtle-pressed: #6B778C;\n --ds-background-accent-gray-bolder: #42526E;\n --ds-background-accent-gray-bolder-hovered: #344563;\n --ds-background-accent-gray-bolder-pressed: #253858;\n --ds-background-disabled: #091e4289;\n --ds-background-input: #FAFBFC;\n --ds-background-input-hovered: #EBECF0;\n --ds-background-input-pressed: #FFFFFF;\n --ds-background-inverse-subtle: #00000029;\n --ds-background-inverse-subtle-hovered: #0000003D;\n --ds-background-inverse-subtle-pressed: #00000052;\n --ds-background-neutral: #DFE1E6;\n --ds-background-neutral-hovered: #091e4214;\n --ds-background-neutral-pressed: #B3D4FF;\n --ds-background-neutral-subtle: transparent;\n --ds-background-neutral-subtle-hovered: #091e4214;\n --ds-background-neutral-subtle-pressed: #B3D4FF;\n --ds-background-neutral-bold: #42526E;\n --ds-background-neutral-bold-hovered: #505F79;\n --ds-background-neutral-bold-pressed: #344563;\n --ds-background-selected: #DEEBFF;\n --ds-background-selected-hovered: #B3D4FF;\n --ds-background-selected-pressed: #4C9AFF;\n --ds-background-selected-bold: #0052CC;\n --ds-background-selected-bold-hovered: #2684FF;\n --ds-background-selected-bold-pressed: #0052CC;\n --ds-background-brand-subtlest: #B3D4FF;\n --ds-background-brand-subtlest-hovered: #DEEBFF;\n --ds-background-brand-subtlest-pressed: #4C9AFF;\n --ds-background-brand-bold: #0052CC;\n --ds-background-brand-bold-hovered: #0065FF;\n --ds-background-brand-bold-pressed: #0747A6;\n --ds-background-brand-boldest: #0747A6;\n --ds-background-brand-boldest-hovered: #0052CC;\n --ds-background-brand-boldest-pressed: #0747A6;\n --ds-background-danger: #FFEBE6;\n --ds-background-danger-hovered: #FFBDAD;\n --ds-background-danger-pressed: #FF8F73;\n --ds-background-danger-bold: #DE350B;\n --ds-background-danger-bold-hovered: #FF5630;\n --ds-background-danger-bold-pressed: #BF2600;\n --ds-background-warning: #FFFAE6;\n --ds-background-warning-hovered: #FFF0B3;\n --ds-background-warning-pressed: #FFE380;\n --ds-background-warning-bold: #FFAB00;\n --ds-background-warning-bold-hovered: #FFC400;\n --ds-background-warning-bold-pressed: #FF991F;\n --ds-background-success: #E3FCEF;\n --ds-background-success-hovered: #ABF5D1;\n --ds-background-success-pressed: #79F2C0;\n --ds-background-success-bold: #00875A;\n --ds-background-success-bold-hovered: #57D9A3;\n --ds-background-success-bold-pressed: #00875A;\n --ds-background-discovery: #EAE6FF;\n --ds-background-discovery-hovered: #C0B6F2;\n --ds-background-discovery-pressed: #998DD9;\n --ds-background-discovery-bold: #5243AA;\n --ds-background-discovery-bold-hovered: #8777D9;\n --ds-background-discovery-bold-pressed: #5243AA;\n --ds-background-information: #DEEBFF;\n --ds-background-information-hovered: #B3D4FF;\n --ds-background-information-pressed: #4C9AFF;\n --ds-background-information-bold: #0052CC;\n --ds-background-information-bold-hovered: #2684FF;\n --ds-background-information-bold-pressed: #0052CC;\n --ds-blanket: #091e4289;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #F4F5F7;\n --ds-skeleton-subtle: #091e420a;\n --ds-chart-categorical-1: #00B8D9;\n --ds-chart-categorical-1-hovered: #00A3BF;\n --ds-chart-categorical-2: #5243AA;\n --ds-chart-categorical-2-hovered: #403294;\n --ds-chart-categorical-3: #D94008;\n --ds-chart-categorical-3-hovered: #B65C02;\n --ds-chart-categorical-4: #943D73;\n --ds-chart-categorical-4-hovered: #50253F;\n --ds-chart-categorical-5: #0052CC;\n --ds-chart-categorical-5-hovered: #0747A6;\n --ds-chart-categorical-6: #5243AA;\n --ds-chart-categorical-6-hovered: #403294;\n --ds-chart-categorical-7: #50253F;\n --ds-chart-categorical-7-hovered: #341829;\n --ds-chart-categorical-8: #974F0C;\n --ds-chart-categorical-8-hovered: #5F3811;\n --ds-chart-lime-bold: #6A9A23;\n --ds-chart-lime-bold-hovered: #5B7F24;\n --ds-chart-lime-bolder: #5B7F24;\n --ds-chart-lime-bolder-hovered: #4C6B1F;\n --ds-chart-lime-boldest: #4C6B1F;\n --ds-chart-lime-boldest-hovered: #37471F;\n --ds-chart-neutral: #5E6C84;\n --ds-chart-neutral-hovered: #505F79;\n --ds-chart-red-bold: #FF5630;\n --ds-chart-red-bold-hovered: #DE350B;\n --ds-chart-red-bolder: #DE350B;\n --ds-chart-red-bolder-hovered: #BF2600;\n --ds-chart-red-boldest: #BF2600;\n --ds-chart-red-boldest-hovered: #BF2600;\n --ds-chart-orange-bold: #D97008;\n --ds-chart-orange-bold-hovered: #B65C02;\n --ds-chart-orange-bolder: #B65C02;\n --ds-chart-orange-bolder-hovered: #974F0C;\n --ds-chart-orange-boldest: #974F0C;\n --ds-chart-orange-boldest-hovered: #5F3811;\n --ds-chart-yellow-bold: #FFAB00;\n --ds-chart-yellow-bold-hovered: #FF991F;\n --ds-chart-yellow-bolder: #FF991F;\n --ds-chart-yellow-bolder-hovered: #FF8B00;\n --ds-chart-yellow-boldest: #FF8B00;\n --ds-chart-yellow-boldest-hovered: #FF8B00;\n --ds-chart-green-bold: #36B37E;\n --ds-chart-green-bold-hovered: #00875A;\n --ds-chart-green-bolder: #00875A;\n --ds-chart-green-bolder-hovered: #006644;\n --ds-chart-green-boldest: #006644;\n --ds-chart-green-boldest-hovered: #006644;\n --ds-chart-teal-bold: #00B8D9;\n --ds-chart-teal-bold-hovered: #00A3BF;\n --ds-chart-teal-bolder: #00A3BF;\n --ds-chart-teal-bolder-hovered: #008DA6;\n --ds-chart-teal-boldest: #008DA6;\n --ds-chart-teal-boldest-hovered: #008DA6;\n --ds-chart-blue-bold: #0065FF;\n --ds-chart-blue-bold-hovered: #0052CC;\n --ds-chart-blue-bolder: #0052CC;\n --ds-chart-blue-bolder-hovered: #0747A6;\n --ds-chart-blue-boldest: #0747A6;\n --ds-chart-blue-boldest-hovered: #0747A6;\n --ds-chart-purple-bold: #6554C0;\n --ds-chart-purple-bold-hovered: #5243AA;\n --ds-chart-purple-bolder: #5243AA;\n --ds-chart-purple-bolder-hovered: #403294;\n --ds-chart-purple-boldest: #403294;\n --ds-chart-purple-boldest-hovered: #403294;\n --ds-chart-magenta-bold: #DA62AC;\n --ds-chart-magenta-bold-hovered: #CD519D;\n --ds-chart-magenta-bolder: #CD519D;\n --ds-chart-magenta-bolder-hovered: #AE4787;\n --ds-chart-magenta-boldest: #943D73;\n --ds-chart-magenta-boldest-hovered: #50253F;\n --ds-chart-gray-bold: #5E6C84;\n --ds-chart-gray-bold-hovered: #505F79;\n --ds-chart-gray-bolder: #505F79;\n --ds-chart-gray-bolder-hovered: #42526E;\n --ds-chart-gray-boldest: #42526E;\n --ds-chart-gray-boldest-hovered: #42526E;\n --ds-chart-brand: #0065FF;\n --ds-chart-brand-hovered: #0052CC;\n --ds-chart-danger: #FF5630;\n --ds-chart-danger-hovered: #DE350B;\n --ds-chart-danger-bold: #DE350B;\n --ds-chart-danger-bold-hovered: #BF2600;\n --ds-chart-warning: #FFAB00;\n --ds-chart-warning-hovered: #FF991F;\n --ds-chart-warning-bold: #FF991F;\n --ds-chart-warning-bold-hovered: #FF8B00;\n --ds-chart-success: #36B37E;\n --ds-chart-success-hovered: #00875A;\n --ds-chart-success-bold: #00875A;\n --ds-chart-success-bold-hovered: #006644;\n --ds-chart-discovery: #6554C0;\n --ds-chart-discovery-hovered: #5243AA;\n --ds-chart-discovery-bold: #5243AA;\n --ds-chart-discovery-bold-hovered: #403294;\n --ds-chart-information: #0065FF;\n --ds-chart-information-hovered: #0052CC;\n --ds-chart-information-bold: #0052CC;\n --ds-chart-information-bold-hovered: #0747A6;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #FAFBFC;\n --ds-surface-pressed: #F4F5F7;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #FAFBFC;\n --ds-surface-overlay-pressed: #F4F5F7;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #FAFBFC;\n --ds-surface-raised-pressed: #F4F5F7;\n --ds-surface-sunken: #F4F5F7;\n --ds-shadow-overflow: 0px 0px 8px #091e4229, 0px 0px 1px #091e421F;\n --ds-shadow-overflow-perimeter: #091e421f;\n --ds-shadow-overflow-spread: #091e4229;\n --ds-shadow-overlay: 0px 8px 12px #091e4226, 0px 0px 1px #091e424F;\n --ds-shadow-raised: 0px 1px 1px #091e4240, 0px 0px 1px #091e424F;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #FFFFFF;\n}\n";
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e1c76ed193b3504ba5accb6f1642fb21>>
3
+ * @codegen <<SignedSource::45944bee0e892c48bba65b33810e0acd>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light-increased-contrast\"],\nhtml[data-color-mode=\"light\"][data-contrast-mode=\"more\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-contrast-mode=\"more\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-text: #091E42;\n --ds-text-accent-lime: #37471F;\n --ds-text-accent-lime-bolder: #28311B;\n --ds-text-accent-red: #5D1F1A;\n --ds-text-accent-red-bolder: #42221F;\n --ds-text-accent-orange: #702E00;\n --ds-text-accent-orange-bolder: #38291E;\n --ds-text-accent-yellow: #533F04;\n --ds-text-accent-yellow-bolder: #332E1B;\n --ds-text-accent-green: #164B35;\n --ds-text-accent-green-bolder: #1C3329;\n --ds-text-accent-teal: #164555;\n --ds-text-accent-teal-bolder: #1E3137;\n --ds-text-accent-blue: #09326C;\n --ds-text-accent-blue-bolder: #1C2B41;\n --ds-text-accent-purple: #352C63;\n --ds-text-accent-purple-bolder: #2B273F;\n --ds-text-accent-magenta: #50253F;\n --ds-text-accent-magenta-bolder: #3D2232;\n --ds-text-accent-gray: #2C3E5D;\n --ds-text-accent-gray-bolder: #172B4D;\n --ds-text-disabled: #091E424F;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #09326C;\n --ds-text-brand: #09326C;\n --ds-text-danger: #5D1F1A;\n --ds-text-warning: #702E00;\n --ds-text-warning-inverse: #FFFFFF;\n --ds-text-success: #164B35;\n --ds-text-discovery: #352C63;\n --ds-text-information: #09326C;\n --ds-text-subtlest: #2C3E5D;\n --ds-text-subtle: #172B4D;\n --ds-link: #09326C;\n --ds-link-pressed: #1C2B41;\n --ds-link-visited: #5E4DB2;\n --ds-icon: #172B4D;\n --ds-icon-accent-lime: #4C6B1F;\n --ds-icon-accent-red: #AE2E24;\n --ds-icon-accent-orange: #A54800;\n --ds-icon-accent-yellow: #7F5F01;\n --ds-icon-accent-green: #216E4E;\n --ds-icon-accent-teal: #206A83;\n --ds-icon-accent-blue: #0055CC;\n --ds-icon-accent-purple: #5E4DB2;\n --ds-icon-accent-magenta: #943D73;\n --ds-icon-accent-gray: #44546F;\n --ds-icon-disabled: #091E424F;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #0055CC;\n --ds-icon-brand: #0055CC;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #A54800;\n --ds-icon-warning-inverse: #FFFFFF;\n --ds-icon-success: #216E4E;\n --ds-icon-discovery: #6E5DC6;\n --ds-icon-information: #0055CC;\n --ds-icon-subtle: #2C3E5D;\n --ds-border: #9BB4CA80;\n --ds-border-accent-lime: #4C6B1F;\n --ds-border-accent-red: #AE2E24;\n --ds-border-accent-orange: #A54800;\n --ds-border-accent-yellow: #7F5F01;\n --ds-border-accent-green: #216E4E;\n --ds-border-accent-teal: #206A83;\n --ds-border-accent-blue: #0055CC;\n --ds-border-accent-purple: #5E4DB2;\n --ds-border-accent-magenta: #943D73;\n --ds-border-accent-gray: #44546F;\n --ds-border-disabled: #091E4224;\n --ds-border-focused: #0055CC;\n --ds-border-input: #44546F;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #0055CC;\n --ds-border-brand: #0055CC;\n --ds-border-danger: #C9372C;\n --ds-border-warning: #A54800;\n --ds-border-success: #216E4E;\n --ds-border-discovery: #6E5DC6;\n --ds-border-information: #0055CC;\n --ds-border-bold: #44546F;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #B3DF72;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #B3DF72;\n --ds-background-accent-lime-subtler-pressed: #94C748;\n --ds-background-accent-lime-subtle: #B3DF72;\n --ds-background-accent-lime-subtle-hovered: #D3F1A7;\n --ds-background-accent-lime-subtle-pressed: #EFFFD6;\n --ds-background-accent-lime-bolder: #37471F;\n --ds-background-accent-lime-bolder-hovered: #28311B;\n --ds-background-accent-lime-bolder-pressed: #233013;\n --ds-background-accent-red-subtlest: #FFECEB;\n --ds-background-accent-red-subtlest-hovered: #FFD5D2;\n --ds-background-accent-red-subtlest-pressed: #FD9891;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FD9891;\n --ds-background-accent-red-subtler-pressed: #F87168;\n --ds-background-accent-red-subtle: #fbb7ae;\n --ds-background-accent-red-subtle-hovered: #FFD5D2;\n --ds-background-accent-red-subtle-pressed: #FFECEB;\n --ds-background-accent-red-bolder: #5D1F1A;\n --ds-background-accent-red-bolder-hovered: #42221F;\n --ds-background-accent-red-bolder-pressed: #49120C;\n --ds-background-accent-orange-subtlest: #FFF3EB;\n --ds-background-accent-orange-subtlest-hovered: #FEDEC8;\n --ds-background-accent-orange-subtlest-pressed: #FEC195;\n --ds-background-accent-orange-subtler: #FEDEC8;\n --ds-background-accent-orange-subtler-hovered: #FEC195;\n --ds-background-accent-orange-subtler-pressed: #FEA362;\n --ds-background-accent-orange-subtle: #FEC195;\n --ds-background-accent-orange-subtle-hovered: #FEDEC8;\n --ds-background-accent-orange-subtle-pressed: #FFF3EB;\n --ds-background-accent-orange-bolder: #702E00;\n --ds-background-accent-orange-bolder-hovered: #38291E;\n --ds-background-accent-orange-bolder-pressed: #3E2108;\n --ds-background-accent-yellow-subtlest: #FFF7D6;\n --ds-background-accent-yellow-subtlest-hovered: #F8E6A0;\n --ds-background-accent-yellow-subtlest-pressed: #F5CD47;\n --ds-background-accent-yellow-subtler: #F8E6A0;\n --ds-background-accent-yellow-subtler-hovered: #F5CD47;\n --ds-background-accent-yellow-subtler-pressed: #E2B203;\n --ds-background-accent-yellow-subtle: #F5CD47;\n --ds-background-accent-yellow-subtle-hovered: #F8E6A0;\n --ds-background-accent-yellow-subtle-pressed: #FFF7D6;\n --ds-background-accent-yellow-bolder: #533F04;\n --ds-background-accent-yellow-bolder-hovered: #332E1B;\n --ds-background-accent-yellow-bolder-pressed: #342800;\n --ds-background-accent-green-subtlest: #DCFFF1;\n --ds-background-accent-green-subtlest-hovered: #BAF3DB;\n --ds-background-accent-green-subtlest-pressed: #7EE2B8;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #7EE2B8;\n --ds-background-accent-green-subtler-pressed: #4BCE97;\n --ds-background-accent-green-subtle: #7EE2B8;\n --ds-background-accent-green-subtle-hovered: #BAF3DB;\n --ds-background-accent-green-subtle-pressed: #DCFFF1;\n --ds-background-accent-green-bolder: #164B35;\n --ds-background-accent-green-bolder-hovered: #1C3329;\n --ds-background-accent-green-bolder-pressed: #0F3324;\n --ds-background-accent-teal-subtlest: #E7F9FF;\n --ds-background-accent-teal-subtlest-hovered: #C6EDFB;\n --ds-background-accent-teal-subtlest-pressed: #9DD9EE;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #9DD9EE;\n --ds-background-accent-teal-subtler-pressed: #6CC3E0;\n --ds-background-accent-teal-subtle: #9DD9EE;\n --ds-background-accent-teal-subtle-hovered: #C6EDFB;\n --ds-background-accent-teal-subtle-pressed: #E7F9FF;\n --ds-background-accent-teal-bolder: #164555;\n --ds-background-accent-teal-bolder-hovered: #1E3137;\n --ds-background-accent-teal-bolder-pressed: #103034;\n --ds-background-accent-blue-subtlest: #E9F2FF;\n --ds-background-accent-blue-subtlest-hovered: #CCE0FF;\n --ds-background-accent-blue-subtlest-pressed: #85B8FF;\n --ds-background-accent-blue-subtler: #CCE0FF;\n --ds-background-accent-blue-subtler-hovered: #85B8FF;\n --ds-background-accent-blue-subtler-pressed: #579DFF;\n --ds-background-accent-blue-subtle: #85B8FF;\n --ds-background-accent-blue-subtle-hovered: #CCE0FF;\n --ds-background-accent-blue-subtle-pressed: #E9F2FF;\n --ds-background-accent-blue-bolder: #09326C;\n --ds-background-accent-blue-bolder-hovered: #1C2B41;\n --ds-background-accent-blue-bolder-pressed: #022353;\n --ds-background-accent-purple-subtlest: #F3F0FF;\n --ds-background-accent-purple-subtlest-hovered: #DFD8FD;\n --ds-background-accent-purple-subtlest-pressed: #B8ACF6;\n --ds-background-accent-purple-subtler: #DFD8FD;\n --ds-background-accent-purple-subtler-hovered: #B8ACF6;\n --ds-background-accent-purple-subtler-pressed: #9F8FEF;\n --ds-background-accent-purple-subtle: #c3b9fa;\n --ds-background-accent-purple-subtle-hovered: #DFD8FD;\n --ds-background-accent-purple-subtle-pressed: #F3F0FF;\n --ds-background-accent-purple-bolder: #352C63;\n --ds-background-accent-purple-bolder-hovered: #2B273F;\n --ds-background-accent-purple-bolder-pressed: #211A47;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #F797D2;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #F797D2;\n --ds-background-accent-magenta-subtler-pressed: #E774BB;\n --ds-background-accent-magenta-subtle: #f2a6d4;\n --ds-background-accent-magenta-subtle-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtle-pressed: #FFECF8;\n --ds-background-accent-magenta-bolder: #50253F;\n --ds-background-accent-magenta-bolder-hovered: #3D2232;\n --ds-background-accent-magenta-bolder-pressed: #37172A;\n --ds-background-accent-gray-subtlest: #F1F2F4;\n --ds-background-accent-gray-subtlest-hovered: #DCDFE4;\n --ds-background-accent-gray-subtlest-pressed: #B3B9C4;\n --ds-background-accent-gray-subtler: #DCDFE4;\n --ds-background-accent-gray-subtler-hovered: #B3B9C4;\n --ds-background-accent-gray-subtler-pressed: #8590A2;\n --ds-background-accent-gray-subtle: #B3B9C4;\n --ds-background-accent-gray-subtle-hovered: #DCDFE4;\n --ds-background-accent-gray-subtle-pressed: #F1F2F4;\n --ds-background-accent-gray-bolder: #44546F;\n --ds-background-accent-gray-bolder-hovered: #2C3E5D;\n --ds-background-accent-gray-bolder-pressed: #172B4D;\n --ds-background-disabled: #091E4208;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F7F8F9;\n --ds-background-input-pressed: #FFFFFF;\n --ds-background-inverse-subtle: #00000029;\n --ds-background-inverse-subtle-hovered: #0000003D;\n --ds-background-inverse-subtle-pressed: #00000052;\n --ds-background-neutral: #091E420F;\n --ds-background-neutral-hovered: #091E4224;\n --ds-background-neutral-pressed: #091E424F;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #091E420F;\n --ds-background-neutral-subtle-pressed: #091E4224;\n --ds-background-neutral-bold: #44546F;\n --ds-background-neutral-bold-hovered: #2C3E5D;\n --ds-background-neutral-bold-pressed: #172B4D;\n --ds-background-selected: #E9F2FF;\n --ds-background-selected-hovered: #CCE0FF;\n --ds-background-selected-pressed: #85B8FF;\n --ds-background-selected-bold: #09326C;\n --ds-background-selected-bold-hovered: #1C2B41;\n --ds-background-selected-bold-pressed: #022353;\n --ds-background-brand-subtlest: #E9F2FF;\n --ds-background-brand-subtlest-hovered: #CCE0FF;\n --ds-background-brand-subtlest-pressed: #85B8FF;\n --ds-background-brand-bold: #09326C;\n --ds-background-brand-bold-hovered: #1C2B41;\n --ds-background-brand-bold-pressed: #022353;\n --ds-background-brand-boldest: #1C2B41;\n --ds-background-brand-boldest-hovered: #09326C;\n --ds-background-brand-boldest-pressed: #0055CC;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FD9891;\n --ds-background-danger-bold: #5D1F1A;\n --ds-background-danger-bold-hovered: #42221F;\n --ds-background-danger-bold-pressed: #49120C;\n --ds-background-warning: #FFF7D6;\n --ds-background-warning-hovered: #F8E6A0;\n --ds-background-warning-pressed: #F5CD47;\n --ds-background-warning-bold: #533F04;\n --ds-background-warning-bold-hovered: #332E1B;\n --ds-background-warning-bold-pressed: #342800;\n --ds-background-success: #DCFFF1;\n --ds-background-success-hovered: #BAF3DB;\n --ds-background-success-pressed: #7EE2B8;\n --ds-background-success-bold: #164B35;\n --ds-background-success-bold-hovered: #1C3329;\n --ds-background-success-bold-pressed: #0F3324;\n --ds-background-discovery: #F3F0FF;\n --ds-background-discovery-hovered: #DFD8FD;\n --ds-background-discovery-pressed: #B8ACF6;\n --ds-background-discovery-bold: #352C63;\n --ds-background-discovery-bold-hovered: #2B273F;\n --ds-background-discovery-bold-pressed: #211A47;\n --ds-background-information: #E9F2FF;\n --ds-background-information-hovered: #CCE0FF;\n --ds-background-information-pressed: #85B8FF;\n --ds-background-information-bold: #09326C;\n --ds-background-information-bold-hovered: #1C2B41;\n --ds-background-information-bold-pressed: #022353;\n --ds-blanket: #091E427D;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #091E420F;\n --ds-skeleton-subtle: #091E4208;\n --ds-chart-categorical-1: #206A83;\n --ds-chart-categorical-1-hovered: #164555;\n --ds-chart-categorical-2: #5E4DB2;\n --ds-chart-categorical-2-hovered: #352C63;\n --ds-chart-categorical-3: #A54800;\n --ds-chart-categorical-3-hovered: #702E00;\n --ds-chart-categorical-4: #943D73;\n --ds-chart-categorical-4-hovered: #50253F;\n --ds-chart-categorical-5: #09326C;\n --ds-chart-categorical-5-hovered: #1C2B41;\n --ds-chart-categorical-6: #5E4DB2;\n --ds-chart-categorical-6-hovered: #352C63;\n --ds-chart-categorical-7: #50253F;\n --ds-chart-categorical-7-hovered: #3D2232;\n --ds-chart-categorical-8: #A54800;\n --ds-chart-categorical-8-hovered: #702E00;\n --ds-chart-lime-bold: #4C6B1F;\n --ds-chart-lime-bold-hovered: #37471F;\n --ds-chart-lime-bolder: #37471F;\n --ds-chart-lime-bolder-hovered: #28311B;\n --ds-chart-lime-boldest: #28311B;\n --ds-chart-lime-boldest-hovered: #233013;\n --ds-chart-neutral: #626F86;\n --ds-chart-neutral-hovered: #44546F;\n --ds-chart-red-bold: #AE2E24;\n --ds-chart-red-bold-hovered: #5D1F1A;\n --ds-chart-red-bolder: #5D1F1A;\n --ds-chart-red-bolder-hovered: #42221F;\n --ds-chart-red-boldest: #42221F;\n --ds-chart-red-boldest-hovered: #49120C;\n --ds-chart-orange-bold: #A54800;\n --ds-chart-orange-bold-hovered: #702E00;\n --ds-chart-orange-bolder: #702E00;\n --ds-chart-orange-bolder-hovered: #38291E;\n --ds-chart-orange-boldest: #38291E;\n --ds-chart-orange-boldest-hovered: #3E2108;\n --ds-chart-yellow-bold: #7F5F01;\n --ds-chart-yellow-bold-hovered: #533F04;\n --ds-chart-yellow-bolder: #533F04;\n --ds-chart-yellow-bolder-hovered: #332E1B;\n --ds-chart-yellow-boldest: #332E1B;\n --ds-chart-yellow-boldest-hovered: #342800;\n --ds-chart-green-bold: #216E4E;\n --ds-chart-green-bold-hovered: #164B35;\n --ds-chart-green-bolder: #164B35;\n --ds-chart-green-bolder-hovered: #1C3329;\n --ds-chart-green-boldest: #1C3329;\n --ds-chart-green-boldest-hovered: #0F3324;\n --ds-chart-teal-bold: #206A83;\n --ds-chart-teal-bold-hovered: #164555;\n --ds-chart-teal-bolder: #164555;\n --ds-chart-teal-bolder-hovered: #1E3137;\n --ds-chart-teal-boldest: #1E3137;\n --ds-chart-teal-boldest-hovered: #103034;\n --ds-chart-blue-bold: #0055CC;\n --ds-chart-blue-bold-hovered: #09326C;\n --ds-chart-blue-bolder: #09326C;\n --ds-chart-blue-bolder-hovered: #1C2B41;\n --ds-chart-blue-boldest: #1C2B41;\n --ds-chart-blue-boldest-hovered: #022353;\n --ds-chart-purple-bold: #5E4DB2;\n --ds-chart-purple-bold-hovered: #352C63;\n --ds-chart-purple-bolder: #352C63;\n --ds-chart-purple-bolder-hovered: #2B273F;\n --ds-chart-purple-boldest: #2B273F;\n --ds-chart-purple-boldest-hovered: #211A47;\n --ds-chart-magenta-bold: #943D73;\n --ds-chart-magenta-bold-hovered: #50253F;\n --ds-chart-magenta-bolder: #50253F;\n --ds-chart-magenta-bolder-hovered: #3D2232;\n --ds-chart-magenta-boldest: #3D2232;\n --ds-chart-magenta-boldest-hovered: #37172A;\n --ds-chart-gray-bold: #626F86;\n --ds-chart-gray-bold-hovered: #44546F;\n --ds-chart-gray-bolder: #44546F;\n --ds-chart-gray-bolder-hovered: #2C3E5D;\n --ds-chart-gray-boldest: #2C3E5D;\n --ds-chart-gray-boldest-hovered: #172B4D;\n --ds-chart-brand: #0C66E4;\n --ds-chart-brand-hovered: #0055CC;\n --ds-chart-danger: #C9372C;\n --ds-chart-danger-hovered: #AE2E24;\n --ds-chart-danger-bold: #5D1F1A;\n --ds-chart-danger-bold-hovered: #42221F;\n --ds-chart-warning: #7F5F01;\n --ds-chart-warning-hovered: #533F04;\n --ds-chart-warning-bold: #533F04;\n --ds-chart-warning-bold-hovered: #332E1B;\n --ds-chart-success: #216E4E;\n --ds-chart-success-hovered: #164B35;\n --ds-chart-success-bold: #164B35;\n --ds-chart-success-bold-hovered: #1C3329;\n --ds-chart-discovery: #6E5DC6;\n --ds-chart-discovery-hovered: #5E4DB2;\n --ds-chart-discovery-bold: #352C63;\n --ds-chart-discovery-bold-hovered: #2B273F;\n --ds-chart-information: #0C66E4;\n --ds-chart-information-hovered: #0055CC;\n --ds-chart-information-bold: #09326C;\n --ds-chart-information-bold-hovered: #1C2B41;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F1F2F4;\n --ds-surface-pressed: #DCDFE4;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F1F2F4;\n --ds-surface-overlay-pressed: #DCDFE4;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F1F2F4;\n --ds-surface-raised-pressed: #DCDFE4;\n --ds-surface-sunken: #FCFDFE;\n --ds-shadow-overflow: 0px 0px 8px #091E4229;\n --ds-shadow-overflow-perimeter: #091e421f;\n --ds-shadow-overflow-spread: #091e4229;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #091E4280;\n --ds-shadow-raised: inset 0px 0px 0px 1px #091E4280;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #FFFFFF;\n}\n";
6
+ declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light-increased-contrast\"],\nhtml[data-color-mode=\"light\"][data-contrast-mode=\"more\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-contrast-mode=\"more\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-text: #091E42;\n --ds-text-accent-lime: #37471F;\n --ds-text-accent-lime-bolder: #28311B;\n --ds-text-accent-red: #5D1F1A;\n --ds-text-accent-red-bolder: #42221F;\n --ds-text-accent-orange: #702E00;\n --ds-text-accent-orange-bolder: #38291E;\n --ds-text-accent-yellow: #533F04;\n --ds-text-accent-yellow-bolder: #332E1B;\n --ds-text-accent-green: #164B35;\n --ds-text-accent-green-bolder: #1C3329;\n --ds-text-accent-teal: #164555;\n --ds-text-accent-teal-bolder: #1E3137;\n --ds-text-accent-blue: #09326C;\n --ds-text-accent-blue-bolder: #1C2B41;\n --ds-text-accent-purple: #352C63;\n --ds-text-accent-purple-bolder: #2B273F;\n --ds-text-accent-magenta: #50253F;\n --ds-text-accent-magenta-bolder: #3D2232;\n --ds-text-accent-gray: #2C3E5D;\n --ds-text-accent-gray-bolder: #172B4D;\n --ds-text-disabled: #091E424F;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #09326C;\n --ds-text-brand: #09326C;\n --ds-text-danger: #5D1F1A;\n --ds-text-warning: #702E00;\n --ds-text-warning-inverse: #FFFFFF;\n --ds-text-success: #164B35;\n --ds-text-discovery: #352C63;\n --ds-text-information: #09326C;\n --ds-text-subtlest: #2C3E5D;\n --ds-text-subtle: #172B4D;\n --ds-link: #09326C;\n --ds-link-pressed: #09326C;\n --ds-link-visited: #5E4DB2;\n --ds-link-visited-pressed: #352C63;\n --ds-icon: #172B4D;\n --ds-icon-accent-lime: #4C6B1F;\n --ds-icon-accent-red: #AE2E24;\n --ds-icon-accent-orange: #A54800;\n --ds-icon-accent-yellow: #7F5F01;\n --ds-icon-accent-green: #216E4E;\n --ds-icon-accent-teal: #206A83;\n --ds-icon-accent-blue: #0055CC;\n --ds-icon-accent-purple: #5E4DB2;\n --ds-icon-accent-magenta: #943D73;\n --ds-icon-accent-gray: #44546F;\n --ds-icon-disabled: #091E424F;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #0055CC;\n --ds-icon-brand: #0055CC;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #A54800;\n --ds-icon-warning-inverse: #FFFFFF;\n --ds-icon-success: #216E4E;\n --ds-icon-discovery: #6E5DC6;\n --ds-icon-information: #0055CC;\n --ds-icon-subtle: #2C3E5D;\n --ds-border: #9BB4CA80;\n --ds-border-accent-lime: #4C6B1F;\n --ds-border-accent-red: #AE2E24;\n --ds-border-accent-orange: #A54800;\n --ds-border-accent-yellow: #7F5F01;\n --ds-border-accent-green: #216E4E;\n --ds-border-accent-teal: #206A83;\n --ds-border-accent-blue: #0055CC;\n --ds-border-accent-purple: #5E4DB2;\n --ds-border-accent-magenta: #943D73;\n --ds-border-accent-gray: #44546F;\n --ds-border-disabled: #091E4224;\n --ds-border-focused: #0055CC;\n --ds-border-input: #44546F;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #0055CC;\n --ds-border-brand: #0055CC;\n --ds-border-danger: #C9372C;\n --ds-border-warning: #A54800;\n --ds-border-success: #216E4E;\n --ds-border-discovery: #6E5DC6;\n --ds-border-information: #0055CC;\n --ds-border-bold: #44546F;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #B3DF72;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #B3DF72;\n --ds-background-accent-lime-subtler-pressed: #94C748;\n --ds-background-accent-lime-subtle: #B3DF72;\n --ds-background-accent-lime-subtle-hovered: #D3F1A7;\n --ds-background-accent-lime-subtle-pressed: #EFFFD6;\n --ds-background-accent-lime-bolder: #37471F;\n --ds-background-accent-lime-bolder-hovered: #28311B;\n --ds-background-accent-lime-bolder-pressed: #233013;\n --ds-background-accent-red-subtlest: #FFECEB;\n --ds-background-accent-red-subtlest-hovered: #FFD5D2;\n --ds-background-accent-red-subtlest-pressed: #FD9891;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FD9891;\n --ds-background-accent-red-subtler-pressed: #F87168;\n --ds-background-accent-red-subtle: #fbb7ae;\n --ds-background-accent-red-subtle-hovered: #FFD5D2;\n --ds-background-accent-red-subtle-pressed: #FFECEB;\n --ds-background-accent-red-bolder: #5D1F1A;\n --ds-background-accent-red-bolder-hovered: #42221F;\n --ds-background-accent-red-bolder-pressed: #49120C;\n --ds-background-accent-orange-subtlest: #FFF3EB;\n --ds-background-accent-orange-subtlest-hovered: #FEDEC8;\n --ds-background-accent-orange-subtlest-pressed: #FEC195;\n --ds-background-accent-orange-subtler: #FEDEC8;\n --ds-background-accent-orange-subtler-hovered: #FEC195;\n --ds-background-accent-orange-subtler-pressed: #FEA362;\n --ds-background-accent-orange-subtle: #FEC195;\n --ds-background-accent-orange-subtle-hovered: #FEDEC8;\n --ds-background-accent-orange-subtle-pressed: #FFF3EB;\n --ds-background-accent-orange-bolder: #702E00;\n --ds-background-accent-orange-bolder-hovered: #38291E;\n --ds-background-accent-orange-bolder-pressed: #3E2108;\n --ds-background-accent-yellow-subtlest: #FFF7D6;\n --ds-background-accent-yellow-subtlest-hovered: #F8E6A0;\n --ds-background-accent-yellow-subtlest-pressed: #F5CD47;\n --ds-background-accent-yellow-subtler: #F8E6A0;\n --ds-background-accent-yellow-subtler-hovered: #F5CD47;\n --ds-background-accent-yellow-subtler-pressed: #E2B203;\n --ds-background-accent-yellow-subtle: #F5CD47;\n --ds-background-accent-yellow-subtle-hovered: #F8E6A0;\n --ds-background-accent-yellow-subtle-pressed: #FFF7D6;\n --ds-background-accent-yellow-bolder: #533F04;\n --ds-background-accent-yellow-bolder-hovered: #332E1B;\n --ds-background-accent-yellow-bolder-pressed: #342800;\n --ds-background-accent-green-subtlest: #DCFFF1;\n --ds-background-accent-green-subtlest-hovered: #BAF3DB;\n --ds-background-accent-green-subtlest-pressed: #7EE2B8;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #7EE2B8;\n --ds-background-accent-green-subtler-pressed: #4BCE97;\n --ds-background-accent-green-subtle: #7EE2B8;\n --ds-background-accent-green-subtle-hovered: #BAF3DB;\n --ds-background-accent-green-subtle-pressed: #DCFFF1;\n --ds-background-accent-green-bolder: #164B35;\n --ds-background-accent-green-bolder-hovered: #1C3329;\n --ds-background-accent-green-bolder-pressed: #0F3324;\n --ds-background-accent-teal-subtlest: #E7F9FF;\n --ds-background-accent-teal-subtlest-hovered: #C6EDFB;\n --ds-background-accent-teal-subtlest-pressed: #9DD9EE;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #9DD9EE;\n --ds-background-accent-teal-subtler-pressed: #6CC3E0;\n --ds-background-accent-teal-subtle: #9DD9EE;\n --ds-background-accent-teal-subtle-hovered: #C6EDFB;\n --ds-background-accent-teal-subtle-pressed: #E7F9FF;\n --ds-background-accent-teal-bolder: #164555;\n --ds-background-accent-teal-bolder-hovered: #1E3137;\n --ds-background-accent-teal-bolder-pressed: #103034;\n --ds-background-accent-blue-subtlest: #E9F2FF;\n --ds-background-accent-blue-subtlest-hovered: #CCE0FF;\n --ds-background-accent-blue-subtlest-pressed: #85B8FF;\n --ds-background-accent-blue-subtler: #CCE0FF;\n --ds-background-accent-blue-subtler-hovered: #85B8FF;\n --ds-background-accent-blue-subtler-pressed: #579DFF;\n --ds-background-accent-blue-subtle: #85B8FF;\n --ds-background-accent-blue-subtle-hovered: #CCE0FF;\n --ds-background-accent-blue-subtle-pressed: #E9F2FF;\n --ds-background-accent-blue-bolder: #09326C;\n --ds-background-accent-blue-bolder-hovered: #1C2B41;\n --ds-background-accent-blue-bolder-pressed: #022353;\n --ds-background-accent-purple-subtlest: #F3F0FF;\n --ds-background-accent-purple-subtlest-hovered: #DFD8FD;\n --ds-background-accent-purple-subtlest-pressed: #B8ACF6;\n --ds-background-accent-purple-subtler: #DFD8FD;\n --ds-background-accent-purple-subtler-hovered: #B8ACF6;\n --ds-background-accent-purple-subtler-pressed: #9F8FEF;\n --ds-background-accent-purple-subtle: #c3b9fa;\n --ds-background-accent-purple-subtle-hovered: #DFD8FD;\n --ds-background-accent-purple-subtle-pressed: #F3F0FF;\n --ds-background-accent-purple-bolder: #352C63;\n --ds-background-accent-purple-bolder-hovered: #2B273F;\n --ds-background-accent-purple-bolder-pressed: #211A47;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #F797D2;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #F797D2;\n --ds-background-accent-magenta-subtler-pressed: #E774BB;\n --ds-background-accent-magenta-subtle: #f2a6d4;\n --ds-background-accent-magenta-subtle-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtle-pressed: #FFECF8;\n --ds-background-accent-magenta-bolder: #50253F;\n --ds-background-accent-magenta-bolder-hovered: #3D2232;\n --ds-background-accent-magenta-bolder-pressed: #37172A;\n --ds-background-accent-gray-subtlest: #F1F2F4;\n --ds-background-accent-gray-subtlest-hovered: #DCDFE4;\n --ds-background-accent-gray-subtlest-pressed: #B3B9C4;\n --ds-background-accent-gray-subtler: #DCDFE4;\n --ds-background-accent-gray-subtler-hovered: #B3B9C4;\n --ds-background-accent-gray-subtler-pressed: #8590A2;\n --ds-background-accent-gray-subtle: #B3B9C4;\n --ds-background-accent-gray-subtle-hovered: #DCDFE4;\n --ds-background-accent-gray-subtle-pressed: #F1F2F4;\n --ds-background-accent-gray-bolder: #44546F;\n --ds-background-accent-gray-bolder-hovered: #2C3E5D;\n --ds-background-accent-gray-bolder-pressed: #172B4D;\n --ds-background-disabled: #091E4208;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F7F8F9;\n --ds-background-input-pressed: #FFFFFF;\n --ds-background-inverse-subtle: #00000029;\n --ds-background-inverse-subtle-hovered: #0000003D;\n --ds-background-inverse-subtle-pressed: #00000052;\n --ds-background-neutral: #091E420F;\n --ds-background-neutral-hovered: #091E4224;\n --ds-background-neutral-pressed: #091E424F;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #091E420F;\n --ds-background-neutral-subtle-pressed: #091E4224;\n --ds-background-neutral-bold: #44546F;\n --ds-background-neutral-bold-hovered: #2C3E5D;\n --ds-background-neutral-bold-pressed: #172B4D;\n --ds-background-selected: #E9F2FF;\n --ds-background-selected-hovered: #CCE0FF;\n --ds-background-selected-pressed: #85B8FF;\n --ds-background-selected-bold: #09326C;\n --ds-background-selected-bold-hovered: #1C2B41;\n --ds-background-selected-bold-pressed: #022353;\n --ds-background-brand-subtlest: #E9F2FF;\n --ds-background-brand-subtlest-hovered: #CCE0FF;\n --ds-background-brand-subtlest-pressed: #85B8FF;\n --ds-background-brand-bold: #09326C;\n --ds-background-brand-bold-hovered: #1C2B41;\n --ds-background-brand-bold-pressed: #022353;\n --ds-background-brand-boldest: #1C2B41;\n --ds-background-brand-boldest-hovered: #09326C;\n --ds-background-brand-boldest-pressed: #0055CC;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FD9891;\n --ds-background-danger-bold: #5D1F1A;\n --ds-background-danger-bold-hovered: #42221F;\n --ds-background-danger-bold-pressed: #49120C;\n --ds-background-warning: #FFF7D6;\n --ds-background-warning-hovered: #F8E6A0;\n --ds-background-warning-pressed: #F5CD47;\n --ds-background-warning-bold: #533F04;\n --ds-background-warning-bold-hovered: #332E1B;\n --ds-background-warning-bold-pressed: #342800;\n --ds-background-success: #DCFFF1;\n --ds-background-success-hovered: #BAF3DB;\n --ds-background-success-pressed: #7EE2B8;\n --ds-background-success-bold: #164B35;\n --ds-background-success-bold-hovered: #1C3329;\n --ds-background-success-bold-pressed: #0F3324;\n --ds-background-discovery: #F3F0FF;\n --ds-background-discovery-hovered: #DFD8FD;\n --ds-background-discovery-pressed: #B8ACF6;\n --ds-background-discovery-bold: #352C63;\n --ds-background-discovery-bold-hovered: #2B273F;\n --ds-background-discovery-bold-pressed: #211A47;\n --ds-background-information: #E9F2FF;\n --ds-background-information-hovered: #CCE0FF;\n --ds-background-information-pressed: #85B8FF;\n --ds-background-information-bold: #09326C;\n --ds-background-information-bold-hovered: #1C2B41;\n --ds-background-information-bold-pressed: #022353;\n --ds-blanket: #091E427D;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #091E420F;\n --ds-skeleton-subtle: #091E4208;\n --ds-chart-categorical-1: #206A83;\n --ds-chart-categorical-1-hovered: #164555;\n --ds-chart-categorical-2: #5E4DB2;\n --ds-chart-categorical-2-hovered: #352C63;\n --ds-chart-categorical-3: #A54800;\n --ds-chart-categorical-3-hovered: #702E00;\n --ds-chart-categorical-4: #943D73;\n --ds-chart-categorical-4-hovered: #50253F;\n --ds-chart-categorical-5: #09326C;\n --ds-chart-categorical-5-hovered: #1C2B41;\n --ds-chart-categorical-6: #5E4DB2;\n --ds-chart-categorical-6-hovered: #352C63;\n --ds-chart-categorical-7: #50253F;\n --ds-chart-categorical-7-hovered: #3D2232;\n --ds-chart-categorical-8: #A54800;\n --ds-chart-categorical-8-hovered: #702E00;\n --ds-chart-lime-bold: #4C6B1F;\n --ds-chart-lime-bold-hovered: #37471F;\n --ds-chart-lime-bolder: #37471F;\n --ds-chart-lime-bolder-hovered: #28311B;\n --ds-chart-lime-boldest: #28311B;\n --ds-chart-lime-boldest-hovered: #233013;\n --ds-chart-neutral: #626F86;\n --ds-chart-neutral-hovered: #44546F;\n --ds-chart-red-bold: #AE2E24;\n --ds-chart-red-bold-hovered: #5D1F1A;\n --ds-chart-red-bolder: #5D1F1A;\n --ds-chart-red-bolder-hovered: #42221F;\n --ds-chart-red-boldest: #42221F;\n --ds-chart-red-boldest-hovered: #49120C;\n --ds-chart-orange-bold: #A54800;\n --ds-chart-orange-bold-hovered: #702E00;\n --ds-chart-orange-bolder: #702E00;\n --ds-chart-orange-bolder-hovered: #38291E;\n --ds-chart-orange-boldest: #38291E;\n --ds-chart-orange-boldest-hovered: #3E2108;\n --ds-chart-yellow-bold: #7F5F01;\n --ds-chart-yellow-bold-hovered: #533F04;\n --ds-chart-yellow-bolder: #533F04;\n --ds-chart-yellow-bolder-hovered: #332E1B;\n --ds-chart-yellow-boldest: #332E1B;\n --ds-chart-yellow-boldest-hovered: #342800;\n --ds-chart-green-bold: #216E4E;\n --ds-chart-green-bold-hovered: #164B35;\n --ds-chart-green-bolder: #164B35;\n --ds-chart-green-bolder-hovered: #1C3329;\n --ds-chart-green-boldest: #1C3329;\n --ds-chart-green-boldest-hovered: #0F3324;\n --ds-chart-teal-bold: #206A83;\n --ds-chart-teal-bold-hovered: #164555;\n --ds-chart-teal-bolder: #164555;\n --ds-chart-teal-bolder-hovered: #1E3137;\n --ds-chart-teal-boldest: #1E3137;\n --ds-chart-teal-boldest-hovered: #103034;\n --ds-chart-blue-bold: #0055CC;\n --ds-chart-blue-bold-hovered: #09326C;\n --ds-chart-blue-bolder: #09326C;\n --ds-chart-blue-bolder-hovered: #1C2B41;\n --ds-chart-blue-boldest: #1C2B41;\n --ds-chart-blue-boldest-hovered: #022353;\n --ds-chart-purple-bold: #5E4DB2;\n --ds-chart-purple-bold-hovered: #352C63;\n --ds-chart-purple-bolder: #352C63;\n --ds-chart-purple-bolder-hovered: #2B273F;\n --ds-chart-purple-boldest: #2B273F;\n --ds-chart-purple-boldest-hovered: #211A47;\n --ds-chart-magenta-bold: #943D73;\n --ds-chart-magenta-bold-hovered: #50253F;\n --ds-chart-magenta-bolder: #50253F;\n --ds-chart-magenta-bolder-hovered: #3D2232;\n --ds-chart-magenta-boldest: #3D2232;\n --ds-chart-magenta-boldest-hovered: #37172A;\n --ds-chart-gray-bold: #626F86;\n --ds-chart-gray-bold-hovered: #44546F;\n --ds-chart-gray-bolder: #44546F;\n --ds-chart-gray-bolder-hovered: #2C3E5D;\n --ds-chart-gray-boldest: #2C3E5D;\n --ds-chart-gray-boldest-hovered: #172B4D;\n --ds-chart-brand: #0C66E4;\n --ds-chart-brand-hovered: #0055CC;\n --ds-chart-danger: #C9372C;\n --ds-chart-danger-hovered: #AE2E24;\n --ds-chart-danger-bold: #5D1F1A;\n --ds-chart-danger-bold-hovered: #42221F;\n --ds-chart-warning: #7F5F01;\n --ds-chart-warning-hovered: #533F04;\n --ds-chart-warning-bold: #533F04;\n --ds-chart-warning-bold-hovered: #332E1B;\n --ds-chart-success: #216E4E;\n --ds-chart-success-hovered: #164B35;\n --ds-chart-success-bold: #164B35;\n --ds-chart-success-bold-hovered: #1C3329;\n --ds-chart-discovery: #6E5DC6;\n --ds-chart-discovery-hovered: #5E4DB2;\n --ds-chart-discovery-bold: #352C63;\n --ds-chart-discovery-bold-hovered: #2B273F;\n --ds-chart-information: #0C66E4;\n --ds-chart-information-hovered: #0055CC;\n --ds-chart-information-bold: #09326C;\n --ds-chart-information-bold-hovered: #1C2B41;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F1F2F4;\n --ds-surface-pressed: #DCDFE4;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F1F2F4;\n --ds-surface-overlay-pressed: #DCDFE4;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F1F2F4;\n --ds-surface-raised-pressed: #DCDFE4;\n --ds-surface-sunken: #FCFDFE;\n --ds-shadow-overflow: 0px 0px 8px #091E4229;\n --ds-shadow-overflow-perimeter: #091e421f;\n --ds-shadow-overflow-spread: #091e4229;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #091E4280;\n --ds-shadow-raised: inset 0px 0px 0px 1px #091E4280;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #FFFFFF;\n}\n";
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::70516fae4cc24ba1b8d76c16272420f0>>
3
+ * @codegen <<SignedSource::d1b806c6c3c6163a38f955e0a11d286c>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-text: #172B4D;\n --ds-text-accent-lime: #4C6B1F;\n --ds-text-accent-lime-bolder: #37471F;\n --ds-text-accent-red: #AE2E24;\n --ds-text-accent-red-bolder: #5D1F1A;\n --ds-text-accent-orange: #A54800;\n --ds-text-accent-orange-bolder: #702E00;\n --ds-text-accent-yellow: #7F5F01;\n --ds-text-accent-yellow-bolder: #533F04;\n --ds-text-accent-green: #216E4E;\n --ds-text-accent-green-bolder: #164B35;\n --ds-text-accent-teal: #206A83;\n --ds-text-accent-teal-bolder: #164555;\n --ds-text-accent-blue: #0055CC;\n --ds-text-accent-blue-bolder: #09326C;\n --ds-text-accent-purple: #5E4DB2;\n --ds-text-accent-purple-bolder: #352C63;\n --ds-text-accent-magenta: #943D73;\n --ds-text-accent-magenta-bolder: #50253F;\n --ds-text-accent-gray: #44546F;\n --ds-text-accent-gray-bolder: #091E42;\n --ds-text-disabled: #091E424F;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #0C66E4;\n --ds-text-brand: #0C66E4;\n --ds-text-danger: #AE2E24;\n --ds-text-warning: #A54800;\n --ds-text-warning-inverse: #172B4D;\n --ds-text-success: #216E4E;\n --ds-text-discovery: #5E4DB2;\n --ds-text-information: #0055CC;\n --ds-text-subtlest: #626F86;\n --ds-text-subtle: #44546F;\n --ds-link: #0C66E4;\n --ds-link-pressed: #0055CC;\n --ds-link-visited: #5E4DB2;\n --ds-icon: #44546F;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #C9372C;\n --ds-icon-accent-orange: #E56910;\n --ds-icon-accent-yellow: #B38600;\n --ds-icon-accent-green: #22A06B;\n --ds-icon-accent-teal: #2898BD;\n --ds-icon-accent-blue: #1D7AFC;\n --ds-icon-accent-purple: #8270DB;\n --ds-icon-accent-magenta: #CD519D;\n --ds-icon-accent-gray: #758195;\n --ds-icon-disabled: #091E424F;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #0C66E4;\n --ds-icon-brand: #0C66E4;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #E56910;\n --ds-icon-warning-inverse: #172B4D;\n --ds-icon-success: #22A06B;\n --ds-icon-discovery: #8270DB;\n --ds-icon-information: #1D7AFC;\n --ds-icon-subtle: #626F86;\n --ds-border: #091E4224;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-red: #E2483D;\n --ds-border-accent-orange: #E56910;\n --ds-border-accent-yellow: #B38600;\n --ds-border-accent-green: #22A06B;\n --ds-border-accent-teal: #2898BD;\n --ds-border-accent-blue: #1D7AFC;\n --ds-border-accent-purple: #8270DB;\n --ds-border-accent-magenta: #CD519D;\n --ds-border-accent-gray: #758195;\n --ds-border-disabled: #091E420F;\n --ds-border-focused: #388BFF;\n --ds-border-input: #091E4224;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #0C66E4;\n --ds-border-brand: #0C66E4;\n --ds-border-danger: #E2483D;\n --ds-border-warning: #E56910;\n --ds-border-success: #22A06B;\n --ds-border-discovery: #8270DB;\n --ds-border-information: #1D7AFC;\n --ds-border-bold: #758195;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #B3DF72;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #B3DF72;\n --ds-background-accent-lime-subtler-pressed: #94C748;\n --ds-background-accent-lime-subtle: #94C748;\n --ds-background-accent-lime-subtle-hovered: #B3DF72;\n --ds-background-accent-lime-subtle-pressed: #D3F1A7;\n --ds-background-accent-lime-bolder: #5B7F24;\n --ds-background-accent-lime-bolder-hovered: #4C6B1F;\n --ds-background-accent-lime-bolder-pressed: #37471F;\n --ds-background-accent-red-subtlest: #FFECEB;\n --ds-background-accent-red-subtlest-hovered: #FFD5D2;\n --ds-background-accent-red-subtlest-pressed: #FD9891;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FD9891;\n --ds-background-accent-red-subtler-pressed: #F87168;\n --ds-background-accent-red-subtle: #F87168;\n --ds-background-accent-red-subtle-hovered: #FD9891;\n --ds-background-accent-red-subtle-pressed: #FFD5D2;\n --ds-background-accent-red-bolder: #C9372C;\n --ds-background-accent-red-bolder-hovered: #AE2E24;\n --ds-background-accent-red-bolder-pressed: #5D1F1A;\n --ds-background-accent-orange-subtlest: #FFF3EB;\n --ds-background-accent-orange-subtlest-hovered: #FEDEC8;\n --ds-background-accent-orange-subtlest-pressed: #FEC195;\n --ds-background-accent-orange-subtler: #FEDEC8;\n --ds-background-accent-orange-subtler-hovered: #FEC195;\n --ds-background-accent-orange-subtler-pressed: #FEA362;\n --ds-background-accent-orange-subtle: #FEA362;\n --ds-background-accent-orange-subtle-hovered: #FEC195;\n --ds-background-accent-orange-subtle-pressed: #FEDEC8;\n --ds-background-accent-orange-bolder: #C25100;\n --ds-background-accent-orange-bolder-hovered: #A54800;\n --ds-background-accent-orange-bolder-pressed: #702E00;\n --ds-background-accent-yellow-subtlest: #FFF7D6;\n --ds-background-accent-yellow-subtlest-hovered: #F8E6A0;\n --ds-background-accent-yellow-subtlest-pressed: #F5CD47;\n --ds-background-accent-yellow-subtler: #F8E6A0;\n --ds-background-accent-yellow-subtler-hovered: #F5CD47;\n --ds-background-accent-yellow-subtler-pressed: #E2B203;\n --ds-background-accent-yellow-subtle: #F5CD47;\n --ds-background-accent-yellow-subtle-hovered: #E2B203;\n --ds-background-accent-yellow-subtle-pressed: #CF9F02;\n --ds-background-accent-yellow-bolder: #946F00;\n --ds-background-accent-yellow-bolder-hovered: #7F5F01;\n --ds-background-accent-yellow-bolder-pressed: #533F04;\n --ds-background-accent-green-subtlest: #DCFFF1;\n --ds-background-accent-green-subtlest-hovered: #BAF3DB;\n --ds-background-accent-green-subtlest-pressed: #7EE2B8;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #7EE2B8;\n --ds-background-accent-green-subtler-pressed: #4BCE97;\n --ds-background-accent-green-subtle: #4BCE97;\n --ds-background-accent-green-subtle-hovered: #7EE2B8;\n --ds-background-accent-green-subtle-pressed: #BAF3DB;\n --ds-background-accent-green-bolder: #1F845A;\n --ds-background-accent-green-bolder-hovered: #216E4E;\n --ds-background-accent-green-bolder-pressed: #164B35;\n --ds-background-accent-teal-subtlest: #E7F9FF;\n --ds-background-accent-teal-subtlest-hovered: #C6EDFB;\n --ds-background-accent-teal-subtlest-pressed: #9DD9EE;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #9DD9EE;\n --ds-background-accent-teal-subtler-pressed: #6CC3E0;\n --ds-background-accent-teal-subtle: #6CC3E0;\n --ds-background-accent-teal-subtle-hovered: #9DD9EE;\n --ds-background-accent-teal-subtle-pressed: #C6EDFB;\n --ds-background-accent-teal-bolder: #227D9B;\n --ds-background-accent-teal-bolder-hovered: #206A83;\n --ds-background-accent-teal-bolder-pressed: #164555;\n --ds-background-accent-blue-subtlest: #E9F2FF;\n --ds-background-accent-blue-subtlest-hovered: #CCE0FF;\n --ds-background-accent-blue-subtlest-pressed: #85B8FF;\n --ds-background-accent-blue-subtler: #CCE0FF;\n --ds-background-accent-blue-subtler-hovered: #85B8FF;\n --ds-background-accent-blue-subtler-pressed: #579DFF;\n --ds-background-accent-blue-subtle: #579DFF;\n --ds-background-accent-blue-subtle-hovered: #85B8FF;\n --ds-background-accent-blue-subtle-pressed: #CCE0FF;\n --ds-background-accent-blue-bolder: #0C66E4;\n --ds-background-accent-blue-bolder-hovered: #0055CC;\n --ds-background-accent-blue-bolder-pressed: #09326C;\n --ds-background-accent-purple-subtlest: #F3F0FF;\n --ds-background-accent-purple-subtlest-hovered: #DFD8FD;\n --ds-background-accent-purple-subtlest-pressed: #B8ACF6;\n --ds-background-accent-purple-subtler: #DFD8FD;\n --ds-background-accent-purple-subtler-hovered: #B8ACF6;\n --ds-background-accent-purple-subtler-pressed: #9F8FEF;\n --ds-background-accent-purple-subtle: #9F8FEF;\n --ds-background-accent-purple-subtle-hovered: #B8ACF6;\n --ds-background-accent-purple-subtle-pressed: #DFD8FD;\n --ds-background-accent-purple-bolder: #6E5DC6;\n --ds-background-accent-purple-bolder-hovered: #5E4DB2;\n --ds-background-accent-purple-bolder-pressed: #352C63;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #F797D2;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #F797D2;\n --ds-background-accent-magenta-subtler-pressed: #E774BB;\n --ds-background-accent-magenta-subtle: #E774BB;\n --ds-background-accent-magenta-subtle-hovered: #F797D2;\n --ds-background-accent-magenta-subtle-pressed: #FDD0EC;\n --ds-background-accent-magenta-bolder: #AE4787;\n --ds-background-accent-magenta-bolder-hovered: #943D73;\n --ds-background-accent-magenta-bolder-pressed: #50253F;\n --ds-background-accent-gray-subtlest: #F1F2F4;\n --ds-background-accent-gray-subtlest-hovered: #DCDFE4;\n --ds-background-accent-gray-subtlest-pressed: #B3B9C4;\n --ds-background-accent-gray-subtler: #DCDFE4;\n --ds-background-accent-gray-subtler-hovered: #B3B9C4;\n --ds-background-accent-gray-subtler-pressed: #8590A2;\n --ds-background-accent-gray-subtle: #8590A2;\n --ds-background-accent-gray-subtle-hovered: #B3B9C4;\n --ds-background-accent-gray-subtle-pressed: #DCDFE4;\n --ds-background-accent-gray-bolder: #626F86;\n --ds-background-accent-gray-bolder-hovered: #44546F;\n --ds-background-accent-gray-bolder-pressed: #2C3E5D;\n --ds-background-disabled: #091E4208;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F7F8F9;\n --ds-background-input-pressed: #FFFFFF;\n --ds-background-inverse-subtle: #00000029;\n --ds-background-inverse-subtle-hovered: #0000003D;\n --ds-background-inverse-subtle-pressed: #00000052;\n --ds-background-neutral: #091E420F;\n --ds-background-neutral-hovered: #091E4224;\n --ds-background-neutral-pressed: #091E424F;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #091E420F;\n --ds-background-neutral-subtle-pressed: #091E4224;\n --ds-background-neutral-bold: #44546F;\n --ds-background-neutral-bold-hovered: #2C3E5D;\n --ds-background-neutral-bold-pressed: #172B4D;\n --ds-background-selected: #E9F2FF;\n --ds-background-selected-hovered: #CCE0FF;\n --ds-background-selected-pressed: #85B8FF;\n --ds-background-selected-bold: #0C66E4;\n --ds-background-selected-bold-hovered: #0055CC;\n --ds-background-selected-bold-pressed: #09326C;\n --ds-background-brand-subtlest: #E9F2FF;\n --ds-background-brand-subtlest-hovered: #CCE0FF;\n --ds-background-brand-subtlest-pressed: #85B8FF;\n --ds-background-brand-bold: #0C66E4;\n --ds-background-brand-bold-hovered: #0055CC;\n --ds-background-brand-bold-pressed: #09326C;\n --ds-background-brand-boldest: #1C2B41;\n --ds-background-brand-boldest-hovered: #09326C;\n --ds-background-brand-boldest-pressed: #0055CC;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FD9891;\n --ds-background-danger-bold: #C9372C;\n --ds-background-danger-bold-hovered: #AE2E24;\n --ds-background-danger-bold-pressed: #5D1F1A;\n --ds-background-warning: #FFF7D6;\n --ds-background-warning-hovered: #F8E6A0;\n --ds-background-warning-pressed: #F5CD47;\n --ds-background-warning-bold: #F5CD47;\n --ds-background-warning-bold-hovered: #E2B203;\n --ds-background-warning-bold-pressed: #CF9F02;\n --ds-background-success: #DCFFF1;\n --ds-background-success-hovered: #BAF3DB;\n --ds-background-success-pressed: #7EE2B8;\n --ds-background-success-bold: #1F845A;\n --ds-background-success-bold-hovered: #216E4E;\n --ds-background-success-bold-pressed: #164B35;\n --ds-background-discovery: #F3F0FF;\n --ds-background-discovery-hovered: #DFD8FD;\n --ds-background-discovery-pressed: #B8ACF6;\n --ds-background-discovery-bold: #6E5DC6;\n --ds-background-discovery-bold-hovered: #5E4DB2;\n --ds-background-discovery-bold-pressed: #352C63;\n --ds-background-information: #E9F2FF;\n --ds-background-information-hovered: #CCE0FF;\n --ds-background-information-pressed: #85B8FF;\n --ds-background-information-bold: #0C66E4;\n --ds-background-information-bold-hovered: #0055CC;\n --ds-background-information-bold-pressed: #09326C;\n --ds-blanket: #091E427D;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #091E420F;\n --ds-skeleton-subtle: #091E4208;\n --ds-chart-categorical-1: #2898BD;\n --ds-chart-categorical-1-hovered: #227D9B;\n --ds-chart-categorical-2: #5E4DB2;\n --ds-chart-categorical-2-hovered: #352C63;\n --ds-chart-categorical-3: #E56910;\n --ds-chart-categorical-3-hovered: #C25100;\n --ds-chart-categorical-4: #943D73;\n --ds-chart-categorical-4-hovered: #50253F;\n --ds-chart-categorical-5: #09326C;\n --ds-chart-categorical-5-hovered: #1C2B41;\n --ds-chart-categorical-6: #8F7EE7;\n --ds-chart-categorical-6-hovered: #8270DB;\n --ds-chart-categorical-7: #50253F;\n --ds-chart-categorical-7-hovered: #3D2232;\n --ds-chart-categorical-8: #A54800;\n --ds-chart-categorical-8-hovered: #702E00;\n --ds-chart-lime-bold: #6A9A23;\n --ds-chart-lime-bold-hovered: #5B7F24;\n --ds-chart-lime-bolder: #5B7F24;\n --ds-chart-lime-bolder-hovered: #4C6B1F;\n --ds-chart-lime-boldest: #4C6B1F;\n --ds-chart-lime-boldest-hovered: #37471F;\n --ds-chart-neutral: #8590A2;\n --ds-chart-neutral-hovered: #758195;\n --ds-chart-red-bold: #F15B50;\n --ds-chart-red-bold-hovered: #E2483D;\n --ds-chart-red-bolder: #E2483D;\n --ds-chart-red-bolder-hovered: #C9372C;\n --ds-chart-red-boldest: #AE2E24;\n --ds-chart-red-boldest-hovered: #5D1F1A;\n --ds-chart-orange-bold: #E56910;\n --ds-chart-orange-bold-hovered: #C25100;\n --ds-chart-orange-bolder: #C25100;\n --ds-chart-orange-bolder-hovered: #A54800;\n --ds-chart-orange-boldest: #A54800;\n --ds-chart-orange-boldest-hovered: #702E00;\n --ds-chart-yellow-bold: #B38600;\n --ds-chart-yellow-bold-hovered: #946F00;\n --ds-chart-yellow-bolder: #946F00;\n --ds-chart-yellow-bolder-hovered: #7F5F01;\n --ds-chart-yellow-boldest: #7F5F01;\n --ds-chart-yellow-boldest-hovered: #533F04;\n --ds-chart-green-bold: #22A06B;\n --ds-chart-green-bold-hovered: #1F845A;\n --ds-chart-green-bolder: #1F845A;\n --ds-chart-green-bolder-hovered: #216E4E;\n --ds-chart-green-boldest: #216E4E;\n --ds-chart-green-boldest-hovered: #164B35;\n --ds-chart-teal-bold: #2898BD;\n --ds-chart-teal-bold-hovered: #227D9B;\n --ds-chart-teal-bolder: #227D9B;\n --ds-chart-teal-bolder-hovered: #206A83;\n --ds-chart-teal-boldest: #206A83;\n --ds-chart-teal-boldest-hovered: #164555;\n --ds-chart-blue-bold: #388BFF;\n --ds-chart-blue-bold-hovered: #1D7AFC;\n --ds-chart-blue-bolder: #1D7AFC;\n --ds-chart-blue-bolder-hovered: #0C66E4;\n --ds-chart-blue-boldest: #0055CC;\n --ds-chart-blue-boldest-hovered: #09326C;\n --ds-chart-purple-bold: #8F7EE7;\n --ds-chart-purple-bold-hovered: #8270DB;\n --ds-chart-purple-bolder: #8270DB;\n --ds-chart-purple-bolder-hovered: #6E5DC6;\n --ds-chart-purple-boldest: #5E4DB2;\n --ds-chart-purple-boldest-hovered: #352C63;\n --ds-chart-magenta-bold: #DA62AC;\n --ds-chart-magenta-bold-hovered: #CD519D;\n --ds-chart-magenta-bolder: #CD519D;\n --ds-chart-magenta-bolder-hovered: #AE4787;\n --ds-chart-magenta-boldest: #943D73;\n --ds-chart-magenta-boldest-hovered: #50253F;\n --ds-chart-gray-bold: #8590A2;\n --ds-chart-gray-bold-hovered: #758195;\n --ds-chart-gray-bolder: #758195;\n --ds-chart-gray-bolder-hovered: #626F86;\n --ds-chart-gray-boldest: #44546F;\n --ds-chart-gray-boldest-hovered: #2C3E5D;\n --ds-chart-brand: #1D7AFC;\n --ds-chart-brand-hovered: #0C66E4;\n --ds-chart-danger: #F15B50;\n --ds-chart-danger-hovered: #E2483D;\n --ds-chart-danger-bold: #AE2E24;\n --ds-chart-danger-bold-hovered: #5D1F1A;\n --ds-chart-warning: #B38600;\n --ds-chart-warning-hovered: #946F00;\n --ds-chart-warning-bold: #7F5F01;\n --ds-chart-warning-bold-hovered: #533F04;\n --ds-chart-success: #22A06B;\n --ds-chart-success-hovered: #1F845A;\n --ds-chart-success-bold: #216E4E;\n --ds-chart-success-bold-hovered: #164B35;\n --ds-chart-discovery: #8F7EE7;\n --ds-chart-discovery-hovered: #8270DB;\n --ds-chart-discovery-bold: #5E4DB2;\n --ds-chart-discovery-bold-hovered: #352C63;\n --ds-chart-information: #388BFF;\n --ds-chart-information-hovered: #1D7AFC;\n --ds-chart-information-bold: #0055CC;\n --ds-chart-information-bold-hovered: #09326C;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F1F2F4;\n --ds-surface-pressed: #DCDFE4;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F1F2F4;\n --ds-surface-overlay-pressed: #DCDFE4;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F1F2F4;\n --ds-surface-raised-pressed: #DCDFE4;\n --ds-surface-sunken: #F7F8F9;\n --ds-shadow-overflow: 0px 0px 8px #091E4229, 0px 0px 1px #091E421F;\n --ds-shadow-overflow-perimeter: #091e421f;\n --ds-shadow-overflow-spread: #091e4229;\n --ds-shadow-overlay: 0px 8px 12px #091E4226, 0px 0px 1px #091E424F;\n --ds-shadow-raised: 0px 1px 1px #091E4240, 0px 0px 1px #091E424F;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #FFFFFF;\n}\n";
6
+ declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-text: #172B4D;\n --ds-text-accent-lime: #4C6B1F;\n --ds-text-accent-lime-bolder: #37471F;\n --ds-text-accent-red: #AE2E24;\n --ds-text-accent-red-bolder: #5D1F1A;\n --ds-text-accent-orange: #A54800;\n --ds-text-accent-orange-bolder: #702E00;\n --ds-text-accent-yellow: #7F5F01;\n --ds-text-accent-yellow-bolder: #533F04;\n --ds-text-accent-green: #216E4E;\n --ds-text-accent-green-bolder: #164B35;\n --ds-text-accent-teal: #206A83;\n --ds-text-accent-teal-bolder: #164555;\n --ds-text-accent-blue: #0055CC;\n --ds-text-accent-blue-bolder: #09326C;\n --ds-text-accent-purple: #5E4DB2;\n --ds-text-accent-purple-bolder: #352C63;\n --ds-text-accent-magenta: #943D73;\n --ds-text-accent-magenta-bolder: #50253F;\n --ds-text-accent-gray: #44546F;\n --ds-text-accent-gray-bolder: #091E42;\n --ds-text-disabled: #091E424F;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #0C66E4;\n --ds-text-brand: #0C66E4;\n --ds-text-danger: #AE2E24;\n --ds-text-warning: #A54800;\n --ds-text-warning-inverse: #172B4D;\n --ds-text-success: #216E4E;\n --ds-text-discovery: #5E4DB2;\n --ds-text-information: #0055CC;\n --ds-text-subtlest: #626F86;\n --ds-text-subtle: #44546F;\n --ds-link: #0C66E4;\n --ds-link-pressed: #0055CC;\n --ds-link-visited: #5E4DB2;\n --ds-link-visited-pressed: #352C63;\n --ds-icon: #44546F;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #C9372C;\n --ds-icon-accent-orange: #E56910;\n --ds-icon-accent-yellow: #B38600;\n --ds-icon-accent-green: #22A06B;\n --ds-icon-accent-teal: #2898BD;\n --ds-icon-accent-blue: #1D7AFC;\n --ds-icon-accent-purple: #8270DB;\n --ds-icon-accent-magenta: #CD519D;\n --ds-icon-accent-gray: #758195;\n --ds-icon-disabled: #091E424F;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #0C66E4;\n --ds-icon-brand: #0C66E4;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #E56910;\n --ds-icon-warning-inverse: #172B4D;\n --ds-icon-success: #22A06B;\n --ds-icon-discovery: #8270DB;\n --ds-icon-information: #1D7AFC;\n --ds-icon-subtle: #626F86;\n --ds-border: #091E4224;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-red: #E2483D;\n --ds-border-accent-orange: #E56910;\n --ds-border-accent-yellow: #B38600;\n --ds-border-accent-green: #22A06B;\n --ds-border-accent-teal: #2898BD;\n --ds-border-accent-blue: #1D7AFC;\n --ds-border-accent-purple: #8270DB;\n --ds-border-accent-magenta: #CD519D;\n --ds-border-accent-gray: #758195;\n --ds-border-disabled: #091E420F;\n --ds-border-focused: #388BFF;\n --ds-border-input: #091E4224;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #0C66E4;\n --ds-border-brand: #0C66E4;\n --ds-border-danger: #E2483D;\n --ds-border-warning: #E56910;\n --ds-border-success: #22A06B;\n --ds-border-discovery: #8270DB;\n --ds-border-information: #1D7AFC;\n --ds-border-bold: #758195;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #B3DF72;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #B3DF72;\n --ds-background-accent-lime-subtler-pressed: #94C748;\n --ds-background-accent-lime-subtle: #94C748;\n --ds-background-accent-lime-subtle-hovered: #B3DF72;\n --ds-background-accent-lime-subtle-pressed: #D3F1A7;\n --ds-background-accent-lime-bolder: #5B7F24;\n --ds-background-accent-lime-bolder-hovered: #4C6B1F;\n --ds-background-accent-lime-bolder-pressed: #37471F;\n --ds-background-accent-red-subtlest: #FFECEB;\n --ds-background-accent-red-subtlest-hovered: #FFD5D2;\n --ds-background-accent-red-subtlest-pressed: #FD9891;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FD9891;\n --ds-background-accent-red-subtler-pressed: #F87168;\n --ds-background-accent-red-subtle: #F87168;\n --ds-background-accent-red-subtle-hovered: #FD9891;\n --ds-background-accent-red-subtle-pressed: #FFD5D2;\n --ds-background-accent-red-bolder: #C9372C;\n --ds-background-accent-red-bolder-hovered: #AE2E24;\n --ds-background-accent-red-bolder-pressed: #5D1F1A;\n --ds-background-accent-orange-subtlest: #FFF3EB;\n --ds-background-accent-orange-subtlest-hovered: #FEDEC8;\n --ds-background-accent-orange-subtlest-pressed: #FEC195;\n --ds-background-accent-orange-subtler: #FEDEC8;\n --ds-background-accent-orange-subtler-hovered: #FEC195;\n --ds-background-accent-orange-subtler-pressed: #FEA362;\n --ds-background-accent-orange-subtle: #FEA362;\n --ds-background-accent-orange-subtle-hovered: #FEC195;\n --ds-background-accent-orange-subtle-pressed: #FEDEC8;\n --ds-background-accent-orange-bolder: #C25100;\n --ds-background-accent-orange-bolder-hovered: #A54800;\n --ds-background-accent-orange-bolder-pressed: #702E00;\n --ds-background-accent-yellow-subtlest: #FFF7D6;\n --ds-background-accent-yellow-subtlest-hovered: #F8E6A0;\n --ds-background-accent-yellow-subtlest-pressed: #F5CD47;\n --ds-background-accent-yellow-subtler: #F8E6A0;\n --ds-background-accent-yellow-subtler-hovered: #F5CD47;\n --ds-background-accent-yellow-subtler-pressed: #E2B203;\n --ds-background-accent-yellow-subtle: #F5CD47;\n --ds-background-accent-yellow-subtle-hovered: #E2B203;\n --ds-background-accent-yellow-subtle-pressed: #CF9F02;\n --ds-background-accent-yellow-bolder: #946F00;\n --ds-background-accent-yellow-bolder-hovered: #7F5F01;\n --ds-background-accent-yellow-bolder-pressed: #533F04;\n --ds-background-accent-green-subtlest: #DCFFF1;\n --ds-background-accent-green-subtlest-hovered: #BAF3DB;\n --ds-background-accent-green-subtlest-pressed: #7EE2B8;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #7EE2B8;\n --ds-background-accent-green-subtler-pressed: #4BCE97;\n --ds-background-accent-green-subtle: #4BCE97;\n --ds-background-accent-green-subtle-hovered: #7EE2B8;\n --ds-background-accent-green-subtle-pressed: #BAF3DB;\n --ds-background-accent-green-bolder: #1F845A;\n --ds-background-accent-green-bolder-hovered: #216E4E;\n --ds-background-accent-green-bolder-pressed: #164B35;\n --ds-background-accent-teal-subtlest: #E7F9FF;\n --ds-background-accent-teal-subtlest-hovered: #C6EDFB;\n --ds-background-accent-teal-subtlest-pressed: #9DD9EE;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #9DD9EE;\n --ds-background-accent-teal-subtler-pressed: #6CC3E0;\n --ds-background-accent-teal-subtle: #6CC3E0;\n --ds-background-accent-teal-subtle-hovered: #9DD9EE;\n --ds-background-accent-teal-subtle-pressed: #C6EDFB;\n --ds-background-accent-teal-bolder: #227D9B;\n --ds-background-accent-teal-bolder-hovered: #206A83;\n --ds-background-accent-teal-bolder-pressed: #164555;\n --ds-background-accent-blue-subtlest: #E9F2FF;\n --ds-background-accent-blue-subtlest-hovered: #CCE0FF;\n --ds-background-accent-blue-subtlest-pressed: #85B8FF;\n --ds-background-accent-blue-subtler: #CCE0FF;\n --ds-background-accent-blue-subtler-hovered: #85B8FF;\n --ds-background-accent-blue-subtler-pressed: #579DFF;\n --ds-background-accent-blue-subtle: #579DFF;\n --ds-background-accent-blue-subtle-hovered: #85B8FF;\n --ds-background-accent-blue-subtle-pressed: #CCE0FF;\n --ds-background-accent-blue-bolder: #0C66E4;\n --ds-background-accent-blue-bolder-hovered: #0055CC;\n --ds-background-accent-blue-bolder-pressed: #09326C;\n --ds-background-accent-purple-subtlest: #F3F0FF;\n --ds-background-accent-purple-subtlest-hovered: #DFD8FD;\n --ds-background-accent-purple-subtlest-pressed: #B8ACF6;\n --ds-background-accent-purple-subtler: #DFD8FD;\n --ds-background-accent-purple-subtler-hovered: #B8ACF6;\n --ds-background-accent-purple-subtler-pressed: #9F8FEF;\n --ds-background-accent-purple-subtle: #9F8FEF;\n --ds-background-accent-purple-subtle-hovered: #B8ACF6;\n --ds-background-accent-purple-subtle-pressed: #DFD8FD;\n --ds-background-accent-purple-bolder: #6E5DC6;\n --ds-background-accent-purple-bolder-hovered: #5E4DB2;\n --ds-background-accent-purple-bolder-pressed: #352C63;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #F797D2;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #F797D2;\n --ds-background-accent-magenta-subtler-pressed: #E774BB;\n --ds-background-accent-magenta-subtle: #E774BB;\n --ds-background-accent-magenta-subtle-hovered: #F797D2;\n --ds-background-accent-magenta-subtle-pressed: #FDD0EC;\n --ds-background-accent-magenta-bolder: #AE4787;\n --ds-background-accent-magenta-bolder-hovered: #943D73;\n --ds-background-accent-magenta-bolder-pressed: #50253F;\n --ds-background-accent-gray-subtlest: #F1F2F4;\n --ds-background-accent-gray-subtlest-hovered: #DCDFE4;\n --ds-background-accent-gray-subtlest-pressed: #B3B9C4;\n --ds-background-accent-gray-subtler: #DCDFE4;\n --ds-background-accent-gray-subtler-hovered: #B3B9C4;\n --ds-background-accent-gray-subtler-pressed: #8590A2;\n --ds-background-accent-gray-subtle: #8590A2;\n --ds-background-accent-gray-subtle-hovered: #B3B9C4;\n --ds-background-accent-gray-subtle-pressed: #DCDFE4;\n --ds-background-accent-gray-bolder: #626F86;\n --ds-background-accent-gray-bolder-hovered: #44546F;\n --ds-background-accent-gray-bolder-pressed: #2C3E5D;\n --ds-background-disabled: #091E4208;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F7F8F9;\n --ds-background-input-pressed: #FFFFFF;\n --ds-background-inverse-subtle: #00000029;\n --ds-background-inverse-subtle-hovered: #0000003D;\n --ds-background-inverse-subtle-pressed: #00000052;\n --ds-background-neutral: #091E420F;\n --ds-background-neutral-hovered: #091E4224;\n --ds-background-neutral-pressed: #091E424F;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #091E420F;\n --ds-background-neutral-subtle-pressed: #091E4224;\n --ds-background-neutral-bold: #44546F;\n --ds-background-neutral-bold-hovered: #2C3E5D;\n --ds-background-neutral-bold-pressed: #172B4D;\n --ds-background-selected: #E9F2FF;\n --ds-background-selected-hovered: #CCE0FF;\n --ds-background-selected-pressed: #85B8FF;\n --ds-background-selected-bold: #0C66E4;\n --ds-background-selected-bold-hovered: #0055CC;\n --ds-background-selected-bold-pressed: #09326C;\n --ds-background-brand-subtlest: #E9F2FF;\n --ds-background-brand-subtlest-hovered: #CCE0FF;\n --ds-background-brand-subtlest-pressed: #85B8FF;\n --ds-background-brand-bold: #0C66E4;\n --ds-background-brand-bold-hovered: #0055CC;\n --ds-background-brand-bold-pressed: #09326C;\n --ds-background-brand-boldest: #1C2B41;\n --ds-background-brand-boldest-hovered: #09326C;\n --ds-background-brand-boldest-pressed: #0055CC;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FD9891;\n --ds-background-danger-bold: #C9372C;\n --ds-background-danger-bold-hovered: #AE2E24;\n --ds-background-danger-bold-pressed: #5D1F1A;\n --ds-background-warning: #FFF7D6;\n --ds-background-warning-hovered: #F8E6A0;\n --ds-background-warning-pressed: #F5CD47;\n --ds-background-warning-bold: #F5CD47;\n --ds-background-warning-bold-hovered: #E2B203;\n --ds-background-warning-bold-pressed: #CF9F02;\n --ds-background-success: #DCFFF1;\n --ds-background-success-hovered: #BAF3DB;\n --ds-background-success-pressed: #7EE2B8;\n --ds-background-success-bold: #1F845A;\n --ds-background-success-bold-hovered: #216E4E;\n --ds-background-success-bold-pressed: #164B35;\n --ds-background-discovery: #F3F0FF;\n --ds-background-discovery-hovered: #DFD8FD;\n --ds-background-discovery-pressed: #B8ACF6;\n --ds-background-discovery-bold: #6E5DC6;\n --ds-background-discovery-bold-hovered: #5E4DB2;\n --ds-background-discovery-bold-pressed: #352C63;\n --ds-background-information: #E9F2FF;\n --ds-background-information-hovered: #CCE0FF;\n --ds-background-information-pressed: #85B8FF;\n --ds-background-information-bold: #0C66E4;\n --ds-background-information-bold-hovered: #0055CC;\n --ds-background-information-bold-pressed: #09326C;\n --ds-blanket: #091E427D;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #091E420F;\n --ds-skeleton-subtle: #091E4208;\n --ds-chart-categorical-1: #2898BD;\n --ds-chart-categorical-1-hovered: #227D9B;\n --ds-chart-categorical-2: #5E4DB2;\n --ds-chart-categorical-2-hovered: #352C63;\n --ds-chart-categorical-3: #E56910;\n --ds-chart-categorical-3-hovered: #C25100;\n --ds-chart-categorical-4: #943D73;\n --ds-chart-categorical-4-hovered: #50253F;\n --ds-chart-categorical-5: #09326C;\n --ds-chart-categorical-5-hovered: #1C2B41;\n --ds-chart-categorical-6: #8F7EE7;\n --ds-chart-categorical-6-hovered: #8270DB;\n --ds-chart-categorical-7: #50253F;\n --ds-chart-categorical-7-hovered: #3D2232;\n --ds-chart-categorical-8: #A54800;\n --ds-chart-categorical-8-hovered: #702E00;\n --ds-chart-lime-bold: #6A9A23;\n --ds-chart-lime-bold-hovered: #5B7F24;\n --ds-chart-lime-bolder: #5B7F24;\n --ds-chart-lime-bolder-hovered: #4C6B1F;\n --ds-chart-lime-boldest: #4C6B1F;\n --ds-chart-lime-boldest-hovered: #37471F;\n --ds-chart-neutral: #8590A2;\n --ds-chart-neutral-hovered: #758195;\n --ds-chart-red-bold: #F15B50;\n --ds-chart-red-bold-hovered: #E2483D;\n --ds-chart-red-bolder: #E2483D;\n --ds-chart-red-bolder-hovered: #C9372C;\n --ds-chart-red-boldest: #AE2E24;\n --ds-chart-red-boldest-hovered: #5D1F1A;\n --ds-chart-orange-bold: #E56910;\n --ds-chart-orange-bold-hovered: #C25100;\n --ds-chart-orange-bolder: #C25100;\n --ds-chart-orange-bolder-hovered: #A54800;\n --ds-chart-orange-boldest: #A54800;\n --ds-chart-orange-boldest-hovered: #702E00;\n --ds-chart-yellow-bold: #B38600;\n --ds-chart-yellow-bold-hovered: #946F00;\n --ds-chart-yellow-bolder: #946F00;\n --ds-chart-yellow-bolder-hovered: #7F5F01;\n --ds-chart-yellow-boldest: #7F5F01;\n --ds-chart-yellow-boldest-hovered: #533F04;\n --ds-chart-green-bold: #22A06B;\n --ds-chart-green-bold-hovered: #1F845A;\n --ds-chart-green-bolder: #1F845A;\n --ds-chart-green-bolder-hovered: #216E4E;\n --ds-chart-green-boldest: #216E4E;\n --ds-chart-green-boldest-hovered: #164B35;\n --ds-chart-teal-bold: #2898BD;\n --ds-chart-teal-bold-hovered: #227D9B;\n --ds-chart-teal-bolder: #227D9B;\n --ds-chart-teal-bolder-hovered: #206A83;\n --ds-chart-teal-boldest: #206A83;\n --ds-chart-teal-boldest-hovered: #164555;\n --ds-chart-blue-bold: #388BFF;\n --ds-chart-blue-bold-hovered: #1D7AFC;\n --ds-chart-blue-bolder: #1D7AFC;\n --ds-chart-blue-bolder-hovered: #0C66E4;\n --ds-chart-blue-boldest: #0055CC;\n --ds-chart-blue-boldest-hovered: #09326C;\n --ds-chart-purple-bold: #8F7EE7;\n --ds-chart-purple-bold-hovered: #8270DB;\n --ds-chart-purple-bolder: #8270DB;\n --ds-chart-purple-bolder-hovered: #6E5DC6;\n --ds-chart-purple-boldest: #5E4DB2;\n --ds-chart-purple-boldest-hovered: #352C63;\n --ds-chart-magenta-bold: #DA62AC;\n --ds-chart-magenta-bold-hovered: #CD519D;\n --ds-chart-magenta-bolder: #CD519D;\n --ds-chart-magenta-bolder-hovered: #AE4787;\n --ds-chart-magenta-boldest: #943D73;\n --ds-chart-magenta-boldest-hovered: #50253F;\n --ds-chart-gray-bold: #8590A2;\n --ds-chart-gray-bold-hovered: #758195;\n --ds-chart-gray-bolder: #758195;\n --ds-chart-gray-bolder-hovered: #626F86;\n --ds-chart-gray-boldest: #44546F;\n --ds-chart-gray-boldest-hovered: #2C3E5D;\n --ds-chart-brand: #1D7AFC;\n --ds-chart-brand-hovered: #0C66E4;\n --ds-chart-danger: #F15B50;\n --ds-chart-danger-hovered: #E2483D;\n --ds-chart-danger-bold: #AE2E24;\n --ds-chart-danger-bold-hovered: #5D1F1A;\n --ds-chart-warning: #B38600;\n --ds-chart-warning-hovered: #946F00;\n --ds-chart-warning-bold: #7F5F01;\n --ds-chart-warning-bold-hovered: #533F04;\n --ds-chart-success: #22A06B;\n --ds-chart-success-hovered: #1F845A;\n --ds-chart-success-bold: #216E4E;\n --ds-chart-success-bold-hovered: #164B35;\n --ds-chart-discovery: #8F7EE7;\n --ds-chart-discovery-hovered: #8270DB;\n --ds-chart-discovery-bold: #5E4DB2;\n --ds-chart-discovery-bold-hovered: #352C63;\n --ds-chart-information: #388BFF;\n --ds-chart-information-hovered: #1D7AFC;\n --ds-chart-information-bold: #0055CC;\n --ds-chart-information-bold-hovered: #09326C;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F1F2F4;\n --ds-surface-pressed: #DCDFE4;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F1F2F4;\n --ds-surface-overlay-pressed: #DCDFE4;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F1F2F4;\n --ds-surface-raised-pressed: #DCDFE4;\n --ds-surface-sunken: #F7F8F9;\n --ds-shadow-overflow: 0px 0px 8px #091E4229, 0px 0px 1px #091E421F;\n --ds-shadow-overflow-perimeter: #091e421f;\n --ds-shadow-overflow-spread: #091e4229;\n --ds-shadow-overlay: 0px 8px 12px #091E4226, 0px 0px 1px #091E424F;\n --ds-shadow-raised: 0px 1px 1px #091E4240, 0px 0px 1px #091E424F;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #FFFFFF;\n}\n";
7
7
  export default _default;
@@ -7,7 +7,7 @@
7
7
  * Token names mapped to their value in the default Atlassian themes ('light').
8
8
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
9
9
  *
10
- * @codegen <<SignedSource::6278b34544b882064c02dc5446ed0503>>
10
+ * @codegen <<SignedSource::c68390482f3d13196971786c661680df>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  declare const defaultTokenValues: {
@@ -47,6 +47,7 @@ declare const defaultTokenValues: {
47
47
  readonly 'color.link': "#0C66E4";
48
48
  readonly 'color.link.pressed': "#0055CC";
49
49
  readonly 'color.link.visited': "#5E4DB2";
50
+ readonly 'color.link.visited.pressed': "#352C63";
50
51
  readonly 'color.icon': "#44546F";
51
52
  readonly 'color.icon.accent.lime': "#6A9A23";
52
53
  readonly 'color.icon.accent.red': "#C9372C";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5667ffe60dd1a32e665f0a697a1b175b>>
3
+ * @codegen <<SignedSource::5f419e63c7c69054007e886593e3fc45>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: {
@@ -40,6 +40,7 @@ declare const tokens: {
40
40
  readonly 'color.link': "--ds-link";
41
41
  readonly 'color.link.pressed': "--ds-link-pressed";
42
42
  readonly 'color.link.visited': "--ds-link-visited";
43
+ readonly 'color.link.visited.pressed': "--ds-link-visited-pressed";
43
44
  readonly 'color.icon': "--ds-icon";
44
45
  readonly 'color.icon.accent.lime': "--ds-icon-accent-lime";
45
46
  readonly 'color.icon.accent.red': "--ds-icon-accent-red";
@@ -510,6 +511,7 @@ export type CSSTokenMap = {
510
511
  'color.link': 'var(--ds-link)';
511
512
  'color.link.pressed': 'var(--ds-link-pressed)';
512
513
  'color.link.visited': 'var(--ds-link-visited)';
514
+ 'color.link.visited.pressed': 'var(--ds-link-visited-pressed)';
513
515
  'color.icon': 'var(--ds-icon)';
514
516
  'color.icon.accent.lime': 'var(--ds-icon-accent-lime)';
515
517
  'color.icon.accent.red': 'var(--ds-icon-accent-red)';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f47d9f47ef16beee5acf8619a5053ef1>>
3
+ * @codegen <<SignedSource::147b25867280ec3f599839e4e5662544>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::17268b2c8921f4f8a7e40e1920d7891a>>
3
+ * @codegen <<SignedSource::d02f50dc17f26a614bbae98768237a9d>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7fe538ba9511caad8bb24297a1163cc4>>
3
+ * @codegen <<SignedSource::b5472bb6d92193f7985097160bad1a9b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0e375f81817bc750831cef8b6a00d2ab>>
3
+ * @codegen <<SignedSource::de5ae01fb6e2d702ddbdde2e1ab25b65>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::13b519ff8291998fc292b5fcb756fdd4>>
3
+ * @codegen <<SignedSource::fb497c2575a43684b70e2ae5c134d8e7>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::8002d8a3725e4a69481492649872da52>>
3
+ * @codegen <<SignedSource::d8d736112a5ca541d48ee14bf33ad6ef>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::11e69875f6597eeaa18883170f08da29>>
3
+ * @codegen <<SignedSource::5ca48b2d3178c703429114e94192f54c>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- export type InternalTokenIds = 'color.text.[default]' | 'color.text.accent.lime.[default]' | 'color.text.accent.lime.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.selected' | 'color.text.brand' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.text.subtlest' | 'color.text.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'color.link.visited' | 'color.icon.[default]' | 'color.icon.accent.lime' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.teal' | 'color.icon.accent.blue' | 'color.icon.accent.purple' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.disabled' | 'color.icon.inverse' | 'color.icon.selected' | 'color.icon.brand' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.icon.subtle' | 'color.border.[default]' | 'color.border.accent.lime' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.teal' | 'color.border.accent.blue' | 'color.border.accent.purple' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.disabled' | 'color.border.focused' | 'color.border.input' | 'color.border.inverse' | 'color.border.selected' | 'color.border.brand' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.border.bold' | 'color.background.accent.lime.subtlest.[default]' | 'color.background.accent.lime.subtlest.hovered' | 'color.background.accent.lime.subtlest.pressed' | 'color.background.accent.lime.subtler.[default]' | 'color.background.accent.lime.subtler.hovered' | 'color.background.accent.lime.subtler.pressed' | 'color.background.accent.lime.subtle.[default]' | 'color.background.accent.lime.subtle.hovered' | 'color.background.accent.lime.subtle.pressed' | 'color.background.accent.lime.bolder.[default]' | 'color.background.accent.lime.bolder.hovered' | 'color.background.accent.lime.bolder.pressed' | 'color.background.accent.red.subtlest.[default]' | 'color.background.accent.red.subtlest.hovered' | 'color.background.accent.red.subtlest.pressed' | 'color.background.accent.red.subtler.[default]' | 'color.background.accent.red.subtler.hovered' | 'color.background.accent.red.subtler.pressed' | 'color.background.accent.red.subtle.[default]' | 'color.background.accent.red.subtle.hovered' | 'color.background.accent.red.subtle.pressed' | 'color.background.accent.red.bolder.[default]' | 'color.background.accent.red.bolder.hovered' | 'color.background.accent.red.bolder.pressed' | 'color.background.accent.orange.subtlest.[default]' | 'color.background.accent.orange.subtlest.hovered' | 'color.background.accent.orange.subtlest.pressed' | 'color.background.accent.orange.subtler.[default]' | 'color.background.accent.orange.subtler.hovered' | 'color.background.accent.orange.subtler.pressed' | 'color.background.accent.orange.subtle.[default]' | 'color.background.accent.orange.subtle.hovered' | 'color.background.accent.orange.subtle.pressed' | 'color.background.accent.orange.bolder.[default]' | 'color.background.accent.orange.bolder.hovered' | 'color.background.accent.orange.bolder.pressed' | 'color.background.accent.yellow.subtlest.[default]' | 'color.background.accent.yellow.subtlest.hovered' | 'color.background.accent.yellow.subtlest.pressed' | 'color.background.accent.yellow.subtler.[default]' | 'color.background.accent.yellow.subtler.hovered' | 'color.background.accent.yellow.subtler.pressed' | 'color.background.accent.yellow.subtle.[default]' | 'color.background.accent.yellow.subtle.hovered' | 'color.background.accent.yellow.subtle.pressed' | 'color.background.accent.yellow.bolder.[default]' | 'color.background.accent.yellow.bolder.hovered' | 'color.background.accent.yellow.bolder.pressed' | 'color.background.accent.green.subtlest.[default]' | 'color.background.accent.green.subtlest.hovered' | 'color.background.accent.green.subtlest.pressed' | 'color.background.accent.green.subtler.[default]' | 'color.background.accent.green.subtler.hovered' | 'color.background.accent.green.subtler.pressed' | 'color.background.accent.green.subtle.[default]' | 'color.background.accent.green.subtle.hovered' | 'color.background.accent.green.subtle.pressed' | 'color.background.accent.green.bolder.[default]' | 'color.background.accent.green.bolder.hovered' | 'color.background.accent.green.bolder.pressed' | 'color.background.accent.teal.subtlest.[default]' | 'color.background.accent.teal.subtlest.hovered' | 'color.background.accent.teal.subtlest.pressed' | 'color.background.accent.teal.subtler.[default]' | 'color.background.accent.teal.subtler.hovered' | 'color.background.accent.teal.subtler.pressed' | 'color.background.accent.teal.subtle.[default]' | 'color.background.accent.teal.subtle.hovered' | 'color.background.accent.teal.subtle.pressed' | 'color.background.accent.teal.bolder.[default]' | 'color.background.accent.teal.bolder.hovered' | 'color.background.accent.teal.bolder.pressed' | 'color.background.accent.blue.subtlest.[default]' | 'color.background.accent.blue.subtlest.hovered' | 'color.background.accent.blue.subtlest.pressed' | 'color.background.accent.blue.subtler.[default]' | 'color.background.accent.blue.subtler.hovered' | 'color.background.accent.blue.subtler.pressed' | 'color.background.accent.blue.subtle.[default]' | 'color.background.accent.blue.subtle.hovered' | 'color.background.accent.blue.subtle.pressed' | 'color.background.accent.blue.bolder.[default]' | 'color.background.accent.blue.bolder.hovered' | 'color.background.accent.blue.bolder.pressed' | 'color.background.accent.purple.subtlest.[default]' | 'color.background.accent.purple.subtlest.hovered' | 'color.background.accent.purple.subtlest.pressed' | 'color.background.accent.purple.subtler.[default]' | 'color.background.accent.purple.subtler.hovered' | 'color.background.accent.purple.subtler.pressed' | 'color.background.accent.purple.subtle.[default]' | 'color.background.accent.purple.subtle.hovered' | 'color.background.accent.purple.subtle.pressed' | 'color.background.accent.purple.bolder.[default]' | 'color.background.accent.purple.bolder.hovered' | 'color.background.accent.purple.bolder.pressed' | 'color.background.accent.magenta.subtlest.[default]' | 'color.background.accent.magenta.subtlest.hovered' | 'color.background.accent.magenta.subtlest.pressed' | 'color.background.accent.magenta.subtler.[default]' | 'color.background.accent.magenta.subtler.hovered' | 'color.background.accent.magenta.subtler.pressed' | 'color.background.accent.magenta.subtle.[default]' | 'color.background.accent.magenta.subtle.hovered' | 'color.background.accent.magenta.subtle.pressed' | 'color.background.accent.magenta.bolder.[default]' | 'color.background.accent.magenta.bolder.hovered' | 'color.background.accent.magenta.bolder.pressed' | 'color.background.accent.gray.subtlest.[default]' | 'color.background.accent.gray.subtlest.hovered' | 'color.background.accent.gray.subtlest.pressed' | 'color.background.accent.gray.subtler.[default]' | 'color.background.accent.gray.subtler.hovered' | 'color.background.accent.gray.subtler.pressed' | 'color.background.accent.gray.subtle.[default]' | 'color.background.accent.gray.subtle.hovered' | 'color.background.accent.gray.subtle.pressed' | 'color.background.accent.gray.bolder.[default]' | 'color.background.accent.gray.bolder.hovered' | 'color.background.accent.gray.bolder.pressed' | 'color.background.disabled' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.brand.subtlest.[default]' | 'color.background.brand.subtlest.hovered' | 'color.background.brand.subtlest.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.brand.boldest.[default]' | 'color.background.brand.boldest.hovered' | 'color.background.brand.boldest.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.chart.categorical.1.[default]' | 'color.chart.categorical.1.hovered' | 'color.chart.categorical.2.[default]' | 'color.chart.categorical.2.hovered' | 'color.chart.categorical.3.[default]' | 'color.chart.categorical.3.hovered' | 'color.chart.categorical.4.[default]' | 'color.chart.categorical.4.hovered' | 'color.chart.categorical.5.[default]' | 'color.chart.categorical.5.hovered' | 'color.chart.categorical.6.[default]' | 'color.chart.categorical.6.hovered' | 'color.chart.categorical.7.[default]' | 'color.chart.categorical.7.hovered' | 'color.chart.categorical.8.[default]' | 'color.chart.categorical.8.hovered' | 'color.chart.lime.bold.[default]' | 'color.chart.lime.bold.hovered' | 'color.chart.lime.bolder.[default]' | 'color.chart.lime.bolder.hovered' | 'color.chart.lime.boldest.[default]' | 'color.chart.lime.boldest.hovered' | 'color.chart.neutral.[default]' | 'color.chart.neutral.hovered' | 'color.chart.red.bold.[default]' | 'color.chart.red.bold.hovered' | 'color.chart.red.bolder.[default]' | 'color.chart.red.bolder.hovered' | 'color.chart.red.boldest.[default]' | 'color.chart.red.boldest.hovered' | 'color.chart.orange.bold.[default]' | 'color.chart.orange.bold.hovered' | 'color.chart.orange.bolder.[default]' | 'color.chart.orange.bolder.hovered' | 'color.chart.orange.boldest.[default]' | 'color.chart.orange.boldest.hovered' | 'color.chart.yellow.bold.[default]' | 'color.chart.yellow.bold.hovered' | 'color.chart.yellow.bolder.[default]' | 'color.chart.yellow.bolder.hovered' | 'color.chart.yellow.boldest.[default]' | 'color.chart.yellow.boldest.hovered' | 'color.chart.green.bold.[default]' | 'color.chart.green.bold.hovered' | 'color.chart.green.bolder.[default]' | 'color.chart.green.bolder.hovered' | 'color.chart.green.boldest.[default]' | 'color.chart.green.boldest.hovered' | 'color.chart.teal.bold.[default]' | 'color.chart.teal.bold.hovered' | 'color.chart.teal.bolder.[default]' | 'color.chart.teal.bolder.hovered' | 'color.chart.teal.boldest.[default]' | 'color.chart.teal.boldest.hovered' | 'color.chart.blue.bold.[default]' | 'color.chart.blue.bold.hovered' | 'color.chart.blue.bolder.[default]' | 'color.chart.blue.bolder.hovered' | 'color.chart.blue.boldest.[default]' | 'color.chart.blue.boldest.hovered' | 'color.chart.purple.bold.[default]' | 'color.chart.purple.bold.hovered' | 'color.chart.purple.bolder.[default]' | 'color.chart.purple.bolder.hovered' | 'color.chart.purple.boldest.[default]' | 'color.chart.purple.boldest.hovered' | 'color.chart.magenta.bold.[default]' | 'color.chart.magenta.bold.hovered' | 'color.chart.magenta.bolder.[default]' | 'color.chart.magenta.bolder.hovered' | 'color.chart.magenta.boldest.[default]' | 'color.chart.magenta.boldest.hovered' | 'color.chart.gray.bold.[default]' | 'color.chart.gray.bold.hovered' | 'color.chart.gray.bolder.[default]' | 'color.chart.gray.bolder.hovered' | 'color.chart.gray.boldest.[default]' | 'color.chart.gray.boldest.hovered' | 'color.chart.brand.[default]' | 'color.chart.brand.hovered' | 'color.chart.danger.[default].[default]' | 'color.chart.danger.[default].hovered' | 'color.chart.danger.bold.[default]' | 'color.chart.danger.bold.hovered' | 'color.chart.warning.[default].[default]' | 'color.chart.warning.[default].hovered' | 'color.chart.warning.bold.[default]' | 'color.chart.warning.bold.hovered' | 'color.chart.success.[default].[default]' | 'color.chart.success.[default].hovered' | 'color.chart.success.bold.[default]' | 'color.chart.success.bold.hovered' | 'color.chart.discovery.[default].[default]' | 'color.chart.discovery.[default].hovered' | 'color.chart.discovery.bold.[default]' | 'color.chart.discovery.bold.hovered' | 'color.chart.information.[default].[default]' | 'color.chart.information.[default].hovered' | 'color.chart.information.bold.[default]' | 'color.chart.information.bold.hovered' | 'elevation.surface.[default].[default]' | 'elevation.surface.[default].hovered' | 'elevation.surface.[default].pressed' | 'elevation.surface.overlay.[default]' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'elevation.surface.raised.[default]' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.sunken' | 'elevation.shadow.overflow.[default]' | 'elevation.shadow.overflow.perimeter' | 'elevation.shadow.overflow.spread' | 'elevation.shadow.overlay' | 'elevation.shadow.raised' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE.textTransformUppercase' | 'utility.UNSAFE.transparent' | 'utility.elevation.surface.current' | 'border.radius.050' | 'border.radius.[default]' | 'border.radius.100' | 'border.radius.200' | 'border.radius.300' | 'border.radius.400' | 'border.radius.circle' | 'border.width.[default]' | 'border.width.indicator' | 'border.width.outline' | 'space.0' | 'space.025' | 'space.050' | 'space.075' | 'space.100' | 'space.150' | 'space.200' | 'space.250' | 'space.300' | 'space.400' | 'space.500' | 'space.600' | 'space.800' | 'space.1000' | 'space.negative.025' | 'space.negative.050' | 'space.negative.075' | 'space.negative.100' | 'space.negative.150' | 'space.negative.200' | 'space.negative.250' | 'space.negative.300' | 'space.negative.400' | 'font.heading.xxlarge' | 'font.heading.xlarge' | 'font.heading.large' | 'font.heading.medium' | 'font.heading.small' | 'font.heading.xsmall' | 'font.heading.xxsmall' | 'font.body.large' | 'font.body.[default]' | 'font.body.small' | 'font.body.UNSAFE_small' | 'font.code.[default]' | 'font.family.brand.body' | 'font.family.brand.heading' | 'font.weight.bold' | 'font.weight.medium' | 'font.weight.regular' | 'font.weight.semibold';
6
+ export type InternalTokenIds = 'color.text.[default]' | 'color.text.accent.lime.[default]' | 'color.text.accent.lime.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.selected' | 'color.text.brand' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.text.subtlest' | 'color.text.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'color.link.visited.[default]' | 'color.link.visited.pressed' | 'color.icon.[default]' | 'color.icon.accent.lime' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.teal' | 'color.icon.accent.blue' | 'color.icon.accent.purple' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.disabled' | 'color.icon.inverse' | 'color.icon.selected' | 'color.icon.brand' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.icon.subtle' | 'color.border.[default]' | 'color.border.accent.lime' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.teal' | 'color.border.accent.blue' | 'color.border.accent.purple' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.disabled' | 'color.border.focused' | 'color.border.input' | 'color.border.inverse' | 'color.border.selected' | 'color.border.brand' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.border.bold' | 'color.background.accent.lime.subtlest.[default]' | 'color.background.accent.lime.subtlest.hovered' | 'color.background.accent.lime.subtlest.pressed' | 'color.background.accent.lime.subtler.[default]' | 'color.background.accent.lime.subtler.hovered' | 'color.background.accent.lime.subtler.pressed' | 'color.background.accent.lime.subtle.[default]' | 'color.background.accent.lime.subtle.hovered' | 'color.background.accent.lime.subtle.pressed' | 'color.background.accent.lime.bolder.[default]' | 'color.background.accent.lime.bolder.hovered' | 'color.background.accent.lime.bolder.pressed' | 'color.background.accent.red.subtlest.[default]' | 'color.background.accent.red.subtlest.hovered' | 'color.background.accent.red.subtlest.pressed' | 'color.background.accent.red.subtler.[default]' | 'color.background.accent.red.subtler.hovered' | 'color.background.accent.red.subtler.pressed' | 'color.background.accent.red.subtle.[default]' | 'color.background.accent.red.subtle.hovered' | 'color.background.accent.red.subtle.pressed' | 'color.background.accent.red.bolder.[default]' | 'color.background.accent.red.bolder.hovered' | 'color.background.accent.red.bolder.pressed' | 'color.background.accent.orange.subtlest.[default]' | 'color.background.accent.orange.subtlest.hovered' | 'color.background.accent.orange.subtlest.pressed' | 'color.background.accent.orange.subtler.[default]' | 'color.background.accent.orange.subtler.hovered' | 'color.background.accent.orange.subtler.pressed' | 'color.background.accent.orange.subtle.[default]' | 'color.background.accent.orange.subtle.hovered' | 'color.background.accent.orange.subtle.pressed' | 'color.background.accent.orange.bolder.[default]' | 'color.background.accent.orange.bolder.hovered' | 'color.background.accent.orange.bolder.pressed' | 'color.background.accent.yellow.subtlest.[default]' | 'color.background.accent.yellow.subtlest.hovered' | 'color.background.accent.yellow.subtlest.pressed' | 'color.background.accent.yellow.subtler.[default]' | 'color.background.accent.yellow.subtler.hovered' | 'color.background.accent.yellow.subtler.pressed' | 'color.background.accent.yellow.subtle.[default]' | 'color.background.accent.yellow.subtle.hovered' | 'color.background.accent.yellow.subtle.pressed' | 'color.background.accent.yellow.bolder.[default]' | 'color.background.accent.yellow.bolder.hovered' | 'color.background.accent.yellow.bolder.pressed' | 'color.background.accent.green.subtlest.[default]' | 'color.background.accent.green.subtlest.hovered' | 'color.background.accent.green.subtlest.pressed' | 'color.background.accent.green.subtler.[default]' | 'color.background.accent.green.subtler.hovered' | 'color.background.accent.green.subtler.pressed' | 'color.background.accent.green.subtle.[default]' | 'color.background.accent.green.subtle.hovered' | 'color.background.accent.green.subtle.pressed' | 'color.background.accent.green.bolder.[default]' | 'color.background.accent.green.bolder.hovered' | 'color.background.accent.green.bolder.pressed' | 'color.background.accent.teal.subtlest.[default]' | 'color.background.accent.teal.subtlest.hovered' | 'color.background.accent.teal.subtlest.pressed' | 'color.background.accent.teal.subtler.[default]' | 'color.background.accent.teal.subtler.hovered' | 'color.background.accent.teal.subtler.pressed' | 'color.background.accent.teal.subtle.[default]' | 'color.background.accent.teal.subtle.hovered' | 'color.background.accent.teal.subtle.pressed' | 'color.background.accent.teal.bolder.[default]' | 'color.background.accent.teal.bolder.hovered' | 'color.background.accent.teal.bolder.pressed' | 'color.background.accent.blue.subtlest.[default]' | 'color.background.accent.blue.subtlest.hovered' | 'color.background.accent.blue.subtlest.pressed' | 'color.background.accent.blue.subtler.[default]' | 'color.background.accent.blue.subtler.hovered' | 'color.background.accent.blue.subtler.pressed' | 'color.background.accent.blue.subtle.[default]' | 'color.background.accent.blue.subtle.hovered' | 'color.background.accent.blue.subtle.pressed' | 'color.background.accent.blue.bolder.[default]' | 'color.background.accent.blue.bolder.hovered' | 'color.background.accent.blue.bolder.pressed' | 'color.background.accent.purple.subtlest.[default]' | 'color.background.accent.purple.subtlest.hovered' | 'color.background.accent.purple.subtlest.pressed' | 'color.background.accent.purple.subtler.[default]' | 'color.background.accent.purple.subtler.hovered' | 'color.background.accent.purple.subtler.pressed' | 'color.background.accent.purple.subtle.[default]' | 'color.background.accent.purple.subtle.hovered' | 'color.background.accent.purple.subtle.pressed' | 'color.background.accent.purple.bolder.[default]' | 'color.background.accent.purple.bolder.hovered' | 'color.background.accent.purple.bolder.pressed' | 'color.background.accent.magenta.subtlest.[default]' | 'color.background.accent.magenta.subtlest.hovered' | 'color.background.accent.magenta.subtlest.pressed' | 'color.background.accent.magenta.subtler.[default]' | 'color.background.accent.magenta.subtler.hovered' | 'color.background.accent.magenta.subtler.pressed' | 'color.background.accent.magenta.subtle.[default]' | 'color.background.accent.magenta.subtle.hovered' | 'color.background.accent.magenta.subtle.pressed' | 'color.background.accent.magenta.bolder.[default]' | 'color.background.accent.magenta.bolder.hovered' | 'color.background.accent.magenta.bolder.pressed' | 'color.background.accent.gray.subtlest.[default]' | 'color.background.accent.gray.subtlest.hovered' | 'color.background.accent.gray.subtlest.pressed' | 'color.background.accent.gray.subtler.[default]' | 'color.background.accent.gray.subtler.hovered' | 'color.background.accent.gray.subtler.pressed' | 'color.background.accent.gray.subtle.[default]' | 'color.background.accent.gray.subtle.hovered' | 'color.background.accent.gray.subtle.pressed' | 'color.background.accent.gray.bolder.[default]' | 'color.background.accent.gray.bolder.hovered' | 'color.background.accent.gray.bolder.pressed' | 'color.background.disabled' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.brand.subtlest.[default]' | 'color.background.brand.subtlest.hovered' | 'color.background.brand.subtlest.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.brand.boldest.[default]' | 'color.background.brand.boldest.hovered' | 'color.background.brand.boldest.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.chart.categorical.1.[default]' | 'color.chart.categorical.1.hovered' | 'color.chart.categorical.2.[default]' | 'color.chart.categorical.2.hovered' | 'color.chart.categorical.3.[default]' | 'color.chart.categorical.3.hovered' | 'color.chart.categorical.4.[default]' | 'color.chart.categorical.4.hovered' | 'color.chart.categorical.5.[default]' | 'color.chart.categorical.5.hovered' | 'color.chart.categorical.6.[default]' | 'color.chart.categorical.6.hovered' | 'color.chart.categorical.7.[default]' | 'color.chart.categorical.7.hovered' | 'color.chart.categorical.8.[default]' | 'color.chart.categorical.8.hovered' | 'color.chart.lime.bold.[default]' | 'color.chart.lime.bold.hovered' | 'color.chart.lime.bolder.[default]' | 'color.chart.lime.bolder.hovered' | 'color.chart.lime.boldest.[default]' | 'color.chart.lime.boldest.hovered' | 'color.chart.neutral.[default]' | 'color.chart.neutral.hovered' | 'color.chart.red.bold.[default]' | 'color.chart.red.bold.hovered' | 'color.chart.red.bolder.[default]' | 'color.chart.red.bolder.hovered' | 'color.chart.red.boldest.[default]' | 'color.chart.red.boldest.hovered' | 'color.chart.orange.bold.[default]' | 'color.chart.orange.bold.hovered' | 'color.chart.orange.bolder.[default]' | 'color.chart.orange.bolder.hovered' | 'color.chart.orange.boldest.[default]' | 'color.chart.orange.boldest.hovered' | 'color.chart.yellow.bold.[default]' | 'color.chart.yellow.bold.hovered' | 'color.chart.yellow.bolder.[default]' | 'color.chart.yellow.bolder.hovered' | 'color.chart.yellow.boldest.[default]' | 'color.chart.yellow.boldest.hovered' | 'color.chart.green.bold.[default]' | 'color.chart.green.bold.hovered' | 'color.chart.green.bolder.[default]' | 'color.chart.green.bolder.hovered' | 'color.chart.green.boldest.[default]' | 'color.chart.green.boldest.hovered' | 'color.chart.teal.bold.[default]' | 'color.chart.teal.bold.hovered' | 'color.chart.teal.bolder.[default]' | 'color.chart.teal.bolder.hovered' | 'color.chart.teal.boldest.[default]' | 'color.chart.teal.boldest.hovered' | 'color.chart.blue.bold.[default]' | 'color.chart.blue.bold.hovered' | 'color.chart.blue.bolder.[default]' | 'color.chart.blue.bolder.hovered' | 'color.chart.blue.boldest.[default]' | 'color.chart.blue.boldest.hovered' | 'color.chart.purple.bold.[default]' | 'color.chart.purple.bold.hovered' | 'color.chart.purple.bolder.[default]' | 'color.chart.purple.bolder.hovered' | 'color.chart.purple.boldest.[default]' | 'color.chart.purple.boldest.hovered' | 'color.chart.magenta.bold.[default]' | 'color.chart.magenta.bold.hovered' | 'color.chart.magenta.bolder.[default]' | 'color.chart.magenta.bolder.hovered' | 'color.chart.magenta.boldest.[default]' | 'color.chart.magenta.boldest.hovered' | 'color.chart.gray.bold.[default]' | 'color.chart.gray.bold.hovered' | 'color.chart.gray.bolder.[default]' | 'color.chart.gray.bolder.hovered' | 'color.chart.gray.boldest.[default]' | 'color.chart.gray.boldest.hovered' | 'color.chart.brand.[default]' | 'color.chart.brand.hovered' | 'color.chart.danger.[default].[default]' | 'color.chart.danger.[default].hovered' | 'color.chart.danger.bold.[default]' | 'color.chart.danger.bold.hovered' | 'color.chart.warning.[default].[default]' | 'color.chart.warning.[default].hovered' | 'color.chart.warning.bold.[default]' | 'color.chart.warning.bold.hovered' | 'color.chart.success.[default].[default]' | 'color.chart.success.[default].hovered' | 'color.chart.success.bold.[default]' | 'color.chart.success.bold.hovered' | 'color.chart.discovery.[default].[default]' | 'color.chart.discovery.[default].hovered' | 'color.chart.discovery.bold.[default]' | 'color.chart.discovery.bold.hovered' | 'color.chart.information.[default].[default]' | 'color.chart.information.[default].hovered' | 'color.chart.information.bold.[default]' | 'color.chart.information.bold.hovered' | 'elevation.surface.[default].[default]' | 'elevation.surface.[default].hovered' | 'elevation.surface.[default].pressed' | 'elevation.surface.overlay.[default]' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'elevation.surface.raised.[default]' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.sunken' | 'elevation.shadow.overflow.[default]' | 'elevation.shadow.overflow.perimeter' | 'elevation.shadow.overflow.spread' | 'elevation.shadow.overlay' | 'elevation.shadow.raised' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE.textTransformUppercase' | 'utility.UNSAFE.transparent' | 'utility.elevation.surface.current' | 'border.radius.050' | 'border.radius.[default]' | 'border.radius.100' | 'border.radius.200' | 'border.radius.300' | 'border.radius.400' | 'border.radius.circle' | 'border.width.[default]' | 'border.width.indicator' | 'border.width.outline' | 'space.0' | 'space.025' | 'space.050' | 'space.075' | 'space.100' | 'space.150' | 'space.200' | 'space.250' | 'space.300' | 'space.400' | 'space.500' | 'space.600' | 'space.800' | 'space.1000' | 'space.negative.025' | 'space.negative.050' | 'space.negative.075' | 'space.negative.100' | 'space.negative.150' | 'space.negative.200' | 'space.negative.250' | 'space.negative.300' | 'space.negative.400' | 'font.heading.xxlarge' | 'font.heading.xlarge' | 'font.heading.large' | 'font.heading.medium' | 'font.heading.small' | 'font.heading.xsmall' | 'font.heading.xxsmall' | 'font.body.large' | 'font.body.[default]' | 'font.body.small' | 'font.body.UNSAFE_small' | 'font.code.[default]' | 'font.family.brand.body' | 'font.family.brand.heading' | 'font.weight.bold' | 'font.weight.medium' | 'font.weight.regular' | 'font.weight.semibold';