@atlaskit/tokens 13.2.0 → 13.3.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.
- package/CHANGELOG.md +20 -0
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +118 -107
- package/dist/cjs/artifacts/token-names.js +118 -107
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/cjs/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/utils/token-usage-guidelines.js +14 -1
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-dark.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-light.js +118 -107
- package/dist/es2019/artifacts/token-default-values.js +118 -107
- package/dist/es2019/artifacts/token-names.js +118 -107
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/es2019/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/utils/token-usage-guidelines.js +14 -1
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +118 -107
- package/dist/esm/artifacts/token-names.js +118 -107
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/esm/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/utils/token-usage-guidelines.js +14 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +118 -107
- package/dist/types/artifacts/token-names.d.ts +235 -213
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +6 -6
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +23 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +118 -107
- package/dist/types-ts4.5/artifacts/token-names.d.ts +235 -213
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +6 -6
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +23 -0
- package/figma/atlassian-dark-increased-contrast.json +1303 -1204
- package/figma/atlassian-dark.json +1301 -1202
- package/figma/atlassian-light-increased-contrast.json +1302 -1203
- package/figma/atlassian-light.json +1297 -1198
- package/package.json +2 -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::
|
|
3
|
+
* @codegen <<SignedSource::7da5d755a8c2b5e5305327cc6982228e>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light-increased-contrast\"], [data-subtree-theme][data-color-mode=\"light\"][data-theme~=\"light:light-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light-increased-contrast\"], [data-subtree-theme][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: #1E1F21;\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: #693200;\n --ds-text-accent-orange-bolder: #3A2C1F;\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: #123263;\n --ds-text-accent-blue-bolder: #1C2B42;\n --ds-text-accent-purple: #48245D;\n --ds-text-accent-purple-bolder: #35243F;\n --ds-text-accent-magenta: #50253F;\n --ds-text-accent-magenta-bolder: #3D2232;\n --ds-text-accent-gray: #3B3D42;\n --ds-text-accent-gray-bolder: #292A2E;\n --ds-text-disabled: #080F214A;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #123263;\n --ds-text-brand: #123263;\n --ds-text-danger: #5D1F1A;\n --ds-text-danger-bolder: #42221F;\n --ds-text-warning: #693200;\n --ds-text-warning-inverse: #FFFFFF;\n --ds-text-warning-bolder: #3A2C1F;\n --ds-text-success: #164B35;\n --ds-text-success-bolder: #1C3329;\n --ds-text-discovery: #48245D;\n --ds-text-discovery-bolder: #35243F;\n --ds-text-information: #123263;\n --ds-text-information-bolder: #1C2B42;\n --ds-text-subtlest: #3B3D42;\n --ds-text-subtle: #292A2E;\n --ds-link: #123263;\n --ds-link-pressed: #123263;\n --ds-link-visited: #803FA5;\n --ds-link-visited-pressed: #48245D;\n --ds-icon: #292A2E;\n --ds-icon-accent-lime: #4C6B1F;\n --ds-icon-accent-red: #AE2E24;\n --ds-icon-accent-orange: #9E4C00;\n --ds-icon-accent-yellow: #7F5F01;\n --ds-icon-accent-green: #216E4E;\n --ds-icon-accent-teal: #206A83;\n --ds-icon-accent-blue: #1558BC;\n --ds-icon-accent-purple: #803FA5;\n --ds-icon-accent-magenta: #943D73;\n --ds-icon-accent-gray: #505258;\n --ds-icon-disabled: #080F214A;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #1558BC;\n --ds-icon-brand: #1558BC;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #9E4C00;\n --ds-icon-warning-inverse: #FFFFFF;\n --ds-icon-success: #216E4E;\n --ds-icon-discovery: #964AC0;\n --ds-icon-information: #1558BC;\n --ds-icon-subtlest: #3B3D42;\n --ds-icon-subtle: #3B3D42;\n --ds-border: #E9F0FB5C;\n --ds-border-accent-lime: #4C6B1F;\n --ds-border-accent-lime-subtle: #B3DF72;\n --ds-border-accent-red: #AE2E24;\n --ds-border-accent-red-subtle: #FD9891;\n --ds-border-accent-orange: #9E4C00;\n --ds-border-accent-orange-subtle: #FBC828;\n --ds-border-accent-yellow: #7F5F01;\n --ds-border-accent-yellow-subtle: #EED12B;\n --ds-border-accent-green: #216E4E;\n --ds-border-accent-green-subtle: #7EE2B8;\n --ds-border-accent-teal: #206A83;\n --ds-border-accent-teal-subtle: #9DD9EE;\n --ds-border-accent-blue: #1558BC;\n --ds-border-accent-blue-subtle: #8FB8F6;\n --ds-border-accent-purple: #803FA5;\n --ds-border-accent-purple-subtle: #D8A0F7;\n --ds-border-accent-magenta: #943D73;\n --ds-border-accent-magenta-subtle: #F797D2;\n --ds-border-accent-gray: #505258;\n --ds-border-accent-gray-subtle: #DDDEE1;\n --ds-border-disabled: #0B120E24;\n --ds-border-focused: #1558BC;\n --ds-border-input: #505258;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #1558BC;\n --ds-border-brand: #1558BC;\n --ds-border-danger: #C9372C;\n --ds-border-danger-subtle: #FD9891;\n --ds-border-warning: #9E4C00;\n --ds-border-warning-subtle: #FBC828;\n --ds-border-success: #216E4E;\n --ds-border-success-subtle: #B3DF72;\n --ds-border-discovery: #964AC0;\n --ds-border-discovery-subtle: #D8A0F7;\n --ds-border-information: #1558BC;\n --ds-border-information-subtle: #8FB8F6;\n --ds-border-bold: #505258;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #BDE97C;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #BDE97C;\n --ds-background-accent-lime-subtler-pressed: #B3DF72;\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: #FFB8B2;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FFB8B2;\n --ds-background-accent-red-subtler-pressed: #FD9891;\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: #FFF5DB;\n --ds-background-accent-orange-subtlest-hovered: #FCE4A6;\n --ds-background-accent-orange-subtlest-pressed: #FBD779;\n --ds-background-accent-orange-subtler: #FCE4A6;\n --ds-background-accent-orange-subtler-hovered: #FBD779;\n --ds-background-accent-orange-subtler-pressed: #FBC828;\n --ds-background-accent-orange-subtle: #FBC828;\n --ds-background-accent-orange-subtle-hovered: #FCE4A6;\n --ds-background-accent-orange-subtle-pressed: #FFF5DB;\n --ds-background-accent-orange-bolder: #693200;\n --ds-background-accent-orange-bolder-hovered: #3A2C1F;\n --ds-background-accent-orange-bolder-pressed: #3E2108;\n --ds-background-accent-yellow-subtlest: #FEF7C8;\n --ds-background-accent-yellow-subtlest-hovered: #F5E989;\n --ds-background-accent-yellow-subtlest-pressed: #EFDD4E;\n --ds-background-accent-yellow-subtler: #F5E989;\n --ds-background-accent-yellow-subtler-hovered: #EFDD4E;\n --ds-background-accent-yellow-subtler-pressed: #EED12B;\n --ds-background-accent-yellow-subtle: #EED12B;\n --ds-background-accent-yellow-subtle-hovered: #F5E989;\n --ds-background-accent-yellow-subtle-pressed: #FEF7C8;\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: #97EDC9;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #97EDC9;\n --ds-background-accent-green-subtler-pressed: #7EE2B8;\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: #B1E4F7;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #B1E4F7;\n --ds-background-accent-teal-subtler-pressed: #9DD9EE;\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: #E9F2FE;\n --ds-background-accent-blue-subtlest-hovered: #CFE1FD;\n --ds-background-accent-blue-subtlest-pressed: #ADCBFB;\n --ds-background-accent-blue-subtler: #CFE1FD;\n --ds-background-accent-blue-subtler-hovered: #ADCBFB;\n --ds-background-accent-blue-subtler-pressed: #8FB8F6;\n --ds-background-accent-blue-subtle: #8FB8F6;\n --ds-background-accent-blue-subtle-hovered: #CFE1FD;\n --ds-background-accent-blue-subtle-pressed: #E9F2FE;\n --ds-background-accent-blue-bolder: #123263;\n --ds-background-accent-blue-bolder-hovered: #1C2B42;\n --ds-background-accent-blue-bolder-pressed: #022353;\n --ds-background-accent-purple-subtlest: #F8EEFE;\n --ds-background-accent-purple-subtlest-hovered: #EED7FC;\n --ds-background-accent-purple-subtlest-pressed: #E3BDFA;\n --ds-background-accent-purple-subtler: #EED7FC;\n --ds-background-accent-purple-subtler-hovered: #E3BDFA;\n --ds-background-accent-purple-subtler-pressed: #D8A0F7;\n --ds-background-accent-purple-subtle: #c3b9fa;\n --ds-background-accent-purple-subtle-hovered: #EED7FC;\n --ds-background-accent-purple-subtle-pressed: #F8EEFE;\n --ds-background-accent-purple-bolder: #48245D;\n --ds-background-accent-purple-bolder-hovered: #35243F;\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: #FCB6E1;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #FCB6E1;\n --ds-background-accent-magenta-subtler-pressed: #F797D2;\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: #F0F1F2;\n --ds-background-accent-gray-subtlest-hovered: #DDDEE1;\n --ds-background-accent-gray-subtlest-pressed: #B7B9BE;\n --ds-background-accent-gray-subtler: #DDDEE1;\n --ds-background-accent-gray-subtler-hovered: #B7B9BE;\n --ds-background-accent-gray-subtler-pressed: #8C8F97;\n --ds-background-accent-gray-subtle: #B7B9BE;\n --ds-background-accent-gray-subtle-hovered: #DDDEE1;\n --ds-background-accent-gray-subtle-pressed: #F0F1F2;\n --ds-background-accent-gray-bolder: #505258;\n --ds-background-accent-gray-bolder-hovered: #3B3D42;\n --ds-background-accent-gray-bolder-pressed: #292A2E;\n --ds-background-disabled: #0515240F;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F8F8F8;\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: #0515240F;\n --ds-background-neutral-hovered: #0B120E24;\n --ds-background-neutral-pressed: #080F214A;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #0515240F;\n --ds-background-neutral-subtle-pressed: #0B120E24;\n --ds-background-neutral-bold: #292A2E;\n --ds-background-neutral-bold-hovered: #3B3D42;\n --ds-background-neutral-bold-pressed: #505258;\n --ds-background-selected: #E9F2FE;\n --ds-background-selected-hovered: #CFE1FD;\n --ds-background-selected-pressed: #8FB8F6;\n --ds-background-selected-bold: #123263;\n --ds-background-selected-bold-hovered: #1C2B42;\n --ds-background-selected-bold-pressed: #022353;\n --ds-background-brand-subtlest: #E9F2FE;\n --ds-background-brand-subtlest-hovered: #CFE1FD;\n --ds-background-brand-subtlest-pressed: #ADCBFB;\n --ds-background-brand-bold: #123263;\n --ds-background-brand-bold-hovered: #1C2B42;\n --ds-background-brand-bold-pressed: #022353;\n --ds-background-brand-boldest: #1C2B42;\n --ds-background-brand-boldest-hovered: #123263;\n --ds-background-brand-boldest-pressed: #144794;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FFB8B2;\n --ds-background-danger-subtler: #FFD5D2;\n --ds-background-danger-subtler-hovered: #FFB8B2;\n --ds-background-danger-subtler-pressed: #FD9891;\n --ds-background-danger-subtle: #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: #FFF5DB;\n --ds-background-warning-hovered: #FCE4A6;\n --ds-background-warning-pressed: #FBD779;\n --ds-background-warning-subtler: #FCE4A6;\n --ds-background-warning-subtler-hovered: #FBD779;\n --ds-background-warning-subtler-pressed: #FBC828;\n --ds-background-warning-subtle: #FBD779;\n --ds-background-warning-bold: #533F04;\n --ds-background-warning-bold-hovered: #332E1B;\n --ds-background-warning-bold-pressed: #342800;\n --ds-background-success: #EFFFD6;\n --ds-background-success-hovered: #D3F1A7;\n --ds-background-success-pressed: #BDE97C;\n --ds-background-success-subtler: #D3F1A7;\n --ds-background-success-subtler-hovered: #BDE97C;\n --ds-background-success-subtler-pressed: #B3DF72;\n --ds-background-success-subtle: #B3DF72;\n --ds-background-success-bold: #164B35;\n --ds-background-success-bold-hovered: #1C3329;\n --ds-background-success-bold-pressed: #0F3324;\n --ds-background-discovery: #F8EEFE;\n --ds-background-discovery-hovered: #EED7FC;\n --ds-background-discovery-pressed: #E3BDFA;\n --ds-background-discovery-subtler: #EED7FC;\n --ds-background-discovery-subtler-hovered: #E3BDFA;\n --ds-background-discovery-subtler-pressed: #D8A0F7;\n --ds-background-discovery-subtle: #D8A0F7;\n --ds-background-discovery-bold: #48245D;\n --ds-background-discovery-bold-hovered: #35243F;\n --ds-background-discovery-bold-pressed: #211A47;\n --ds-background-information: #E9F2FE;\n --ds-background-information-hovered: #CFE1FD;\n --ds-background-information-pressed: #ADCBFB;\n --ds-background-information-subtler: #CFE1FD;\n --ds-background-information-subtler-hovered: #ADCBFB;\n --ds-background-information-subtler-pressed: #8FB8F6;\n --ds-background-information-subtle: #8FB8F6;\n --ds-background-information-bold: #123263;\n --ds-background-information-bold-hovered: #1C2B42;\n --ds-background-information-bold-pressed: #022353;\n --ds-blanket: #050C1F75;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #0515240F;\n --ds-skeleton-subtle: #17171708;\n --ds-chart-categorical-1: #206A83;\n --ds-chart-categorical-1-hovered: #164555;\n --ds-chart-categorical-2: #82B536;\n --ds-chart-categorical-2-hovered: #6A9A23;\n --ds-chart-categorical-3: #9E4C00;\n --ds-chart-categorical-3-hovered: #693200;\n --ds-chart-categorical-4: #F68909;\n --ds-chart-categorical-4-hovered: #E06C00;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #123263;\n --ds-chart-categorical-6: #803FA5;\n --ds-chart-categorical-6-hovered: #48245D;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #2898BD;\n --ds-chart-categorical-8: #BD5B00;\n --ds-chart-categorical-8-hovered: #7A3B00;\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: #6B6E76;\n --ds-chart-neutral-hovered: #505258;\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: #9E4C00;\n --ds-chart-orange-bold-hovered: #693200;\n --ds-chart-orange-bolder: #693200;\n --ds-chart-orange-bolder-hovered: #3A2C1F;\n --ds-chart-orange-boldest: #3A2C1F;\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: #1558BC;\n --ds-chart-blue-bold-hovered: #123263;\n --ds-chart-blue-bolder: #123263;\n --ds-chart-blue-bolder-hovered: #1C2B42;\n --ds-chart-blue-boldest: #1C2B42;\n --ds-chart-blue-boldest-hovered: #022353;\n --ds-chart-purple-bold: #803FA5;\n --ds-chart-purple-bold-hovered: #48245D;\n --ds-chart-purple-bolder: #48245D;\n --ds-chart-purple-bolder-hovered: #35243F;\n --ds-chart-purple-boldest: #35243F;\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: #6B6E76;\n --ds-chart-gray-bold-hovered: #505258;\n --ds-chart-gray-bolder: #505258;\n --ds-chart-gray-bolder-hovered: #3B3D42;\n --ds-chart-gray-boldest: #3B3D42;\n --ds-chart-gray-boldest-hovered: #292A2E;\n --ds-chart-brand: #1868DB;\n --ds-chart-brand-hovered: #1558BC;\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: #964AC0;\n --ds-chart-discovery-hovered: #803FA5;\n --ds-chart-discovery-bold: #48245D;\n --ds-chart-discovery-bold-hovered: #35243F;\n --ds-chart-information: #1868DB;\n --ds-chart-information-hovered: #1558BC;\n --ds-chart-information-bold: #123263;\n --ds-chart-information-bold-hovered: #1C2B42;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F0F1F2;\n --ds-surface-pressed: #DDDEE1;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F0F1F2;\n --ds-surface-overlay-pressed: #DDDEE1;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F0F1F2;\n --ds-surface-raised-pressed: #DDDEE1;\n --ds-surface-sunken: #FCFDFE;\n --ds-shadow-overflow: 0px 0px 8px #1E1F2129;\n --ds-shadow-overflow-perimeter: #1E1F211f;\n --ds-shadow-overflow-spread: #1E1F2129;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #1E1F2180;\n --ds-shadow-raised: inset 0px 0px 0px 1px #1E1F2180;\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\"], [data-subtree-theme][data-color-mode=\"light\"][data-theme~=\"light:light-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light-increased-contrast\"], [data-subtree-theme][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-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #BDE97C;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #BDE97C;\n --ds-background-accent-lime-subtler-pressed: #B3DF72;\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: #FFB8B2;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FFB8B2;\n --ds-background-accent-red-subtler-pressed: #FD9891;\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: #FFF5DB;\n --ds-background-accent-orange-subtlest-hovered: #FCE4A6;\n --ds-background-accent-orange-subtlest-pressed: #FBD779;\n --ds-background-accent-orange-subtler: #FCE4A6;\n --ds-background-accent-orange-subtler-hovered: #FBD779;\n --ds-background-accent-orange-subtler-pressed: #FBC828;\n --ds-background-accent-orange-subtle: #FBC828;\n --ds-background-accent-orange-subtle-hovered: #FCE4A6;\n --ds-background-accent-orange-subtle-pressed: #FFF5DB;\n --ds-background-accent-orange-bolder: #693200;\n --ds-background-accent-orange-bolder-hovered: #3A2C1F;\n --ds-background-accent-orange-bolder-pressed: #3E2108;\n --ds-background-accent-yellow-subtlest: #FEF7C8;\n --ds-background-accent-yellow-subtlest-hovered: #F5E989;\n --ds-background-accent-yellow-subtlest-pressed: #EFDD4E;\n --ds-background-accent-yellow-subtler: #F5E989;\n --ds-background-accent-yellow-subtler-hovered: #EFDD4E;\n --ds-background-accent-yellow-subtler-pressed: #EED12B;\n --ds-background-accent-yellow-subtle: #EED12B;\n --ds-background-accent-yellow-subtle-hovered: #F5E989;\n --ds-background-accent-yellow-subtle-pressed: #FEF7C8;\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: #97EDC9;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #97EDC9;\n --ds-background-accent-green-subtler-pressed: #7EE2B8;\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: #B1E4F7;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #B1E4F7;\n --ds-background-accent-teal-subtler-pressed: #9DD9EE;\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: #E9F2FE;\n --ds-background-accent-blue-subtlest-hovered: #CFE1FD;\n --ds-background-accent-blue-subtlest-pressed: #ADCBFB;\n --ds-background-accent-blue-subtler: #CFE1FD;\n --ds-background-accent-blue-subtler-hovered: #ADCBFB;\n --ds-background-accent-blue-subtler-pressed: #8FB8F6;\n --ds-background-accent-blue-subtle: #8FB8F6;\n --ds-background-accent-blue-subtle-hovered: #CFE1FD;\n --ds-background-accent-blue-subtle-pressed: #E9F2FE;\n --ds-background-accent-blue-bolder: #123263;\n --ds-background-accent-blue-bolder-hovered: #1C2B42;\n --ds-background-accent-blue-bolder-pressed: #022353;\n --ds-background-accent-purple-subtlest: #F8EEFE;\n --ds-background-accent-purple-subtlest-hovered: #EED7FC;\n --ds-background-accent-purple-subtlest-pressed: #E3BDFA;\n --ds-background-accent-purple-subtler: #EED7FC;\n --ds-background-accent-purple-subtler-hovered: #E3BDFA;\n --ds-background-accent-purple-subtler-pressed: #D8A0F7;\n --ds-background-accent-purple-subtle: #c3b9fa;\n --ds-background-accent-purple-subtle-hovered: #EED7FC;\n --ds-background-accent-purple-subtle-pressed: #F8EEFE;\n --ds-background-accent-purple-bolder: #48245D;\n --ds-background-accent-purple-bolder-hovered: #35243F;\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: #FCB6E1;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #FCB6E1;\n --ds-background-accent-magenta-subtler-pressed: #F797D2;\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: #F0F1F2;\n --ds-background-accent-gray-subtlest-hovered: #DDDEE1;\n --ds-background-accent-gray-subtlest-pressed: #B7B9BE;\n --ds-background-accent-gray-subtler: #DDDEE1;\n --ds-background-accent-gray-subtler-hovered: #B7B9BE;\n --ds-background-accent-gray-subtler-pressed: #8C8F97;\n --ds-background-accent-gray-subtle: #B7B9BE;\n --ds-background-accent-gray-subtle-hovered: #DDDEE1;\n --ds-background-accent-gray-subtle-pressed: #F0F1F2;\n --ds-background-accent-gray-bolder: #505258;\n --ds-background-accent-gray-bolder-hovered: #3B3D42;\n --ds-background-accent-gray-bolder-pressed: #292A2E;\n --ds-background-disabled: #0515240F;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F8F8F8;\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: #0515240F;\n --ds-background-neutral-hovered: #0B120E24;\n --ds-background-neutral-pressed: #080F214A;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #0515240F;\n --ds-background-neutral-subtle-pressed: #0B120E24;\n --ds-background-neutral-bold: #292A2E;\n --ds-background-neutral-bold-hovered: #3B3D42;\n --ds-background-neutral-bold-pressed: #505258;\n --ds-background-selected: #E9F2FE;\n --ds-background-selected-hovered: #CFE1FD;\n --ds-background-selected-pressed: #8FB8F6;\n --ds-background-selected-bold: #123263;\n --ds-background-selected-bold-hovered: #1C2B42;\n --ds-background-selected-bold-pressed: #022353;\n --ds-background-brand-subtlest: #E9F2FE;\n --ds-background-brand-subtlest-hovered: #CFE1FD;\n --ds-background-brand-subtlest-pressed: #ADCBFB;\n --ds-background-brand-bold: #123263;\n --ds-background-brand-bold-hovered: #1C2B42;\n --ds-background-brand-bold-pressed: #022353;\n --ds-background-brand-boldest: #1C2B42;\n --ds-background-brand-boldest-hovered: #123263;\n --ds-background-brand-boldest-pressed: #144794;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FFB8B2;\n --ds-background-danger-subtler: #FFD5D2;\n --ds-background-danger-subtler-hovered: #FFB8B2;\n --ds-background-danger-subtler-pressed: #FD9891;\n --ds-background-danger-subtle: #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: #FFF5DB;\n --ds-background-warning-hovered: #FCE4A6;\n --ds-background-warning-pressed: #FBD779;\n --ds-background-warning-subtler: #FCE4A6;\n --ds-background-warning-subtler-hovered: #FBD779;\n --ds-background-warning-subtler-pressed: #FBC828;\n --ds-background-warning-subtle: #FBD779;\n --ds-background-warning-bold: #533F04;\n --ds-background-warning-bold-hovered: #332E1B;\n --ds-background-warning-bold-pressed: #342800;\n --ds-background-success: #EFFFD6;\n --ds-background-success-hovered: #D3F1A7;\n --ds-background-success-pressed: #BDE97C;\n --ds-background-success-subtler: #D3F1A7;\n --ds-background-success-subtler-hovered: #BDE97C;\n --ds-background-success-subtler-pressed: #B3DF72;\n --ds-background-success-subtle: #B3DF72;\n --ds-background-success-bold: #164B35;\n --ds-background-success-bold-hovered: #1C3329;\n --ds-background-success-bold-pressed: #0F3324;\n --ds-background-discovery: #F8EEFE;\n --ds-background-discovery-hovered: #EED7FC;\n --ds-background-discovery-pressed: #E3BDFA;\n --ds-background-discovery-subtler: #EED7FC;\n --ds-background-discovery-subtler-hovered: #E3BDFA;\n --ds-background-discovery-subtler-pressed: #D8A0F7;\n --ds-background-discovery-subtle: #D8A0F7;\n --ds-background-discovery-bold: #48245D;\n --ds-background-discovery-bold-hovered: #35243F;\n --ds-background-discovery-bold-pressed: #211A47;\n --ds-background-information: #E9F2FE;\n --ds-background-information-hovered: #CFE1FD;\n --ds-background-information-pressed: #ADCBFB;\n --ds-background-information-subtler: #CFE1FD;\n --ds-background-information-subtler-hovered: #ADCBFB;\n --ds-background-information-subtler-pressed: #8FB8F6;\n --ds-background-information-subtle: #8FB8F6;\n --ds-background-information-bold: #123263;\n --ds-background-information-bold-hovered: #1C2B42;\n --ds-background-information-bold-pressed: #022353;\n --ds-border: #E9F0FB5C;\n --ds-border-accent-lime: #4C6B1F;\n --ds-border-accent-lime-subtle: #B3DF72;\n --ds-border-accent-red: #AE2E24;\n --ds-border-accent-red-subtle: #FD9891;\n --ds-border-accent-orange: #9E4C00;\n --ds-border-accent-orange-subtle: #FBC828;\n --ds-border-accent-yellow: #7F5F01;\n --ds-border-accent-yellow-subtle: #EED12B;\n --ds-border-accent-green: #216E4E;\n --ds-border-accent-green-subtle: #7EE2B8;\n --ds-border-accent-teal: #206A83;\n --ds-border-accent-teal-subtle: #9DD9EE;\n --ds-border-accent-blue: #1558BC;\n --ds-border-accent-blue-subtle: #8FB8F6;\n --ds-border-accent-purple: #803FA5;\n --ds-border-accent-purple-subtle: #D8A0F7;\n --ds-border-accent-magenta: #943D73;\n --ds-border-accent-magenta-subtle: #F797D2;\n --ds-border-accent-gray: #505258;\n --ds-border-accent-gray-subtle: #B7B9BE;\n --ds-border-disabled: #0B120E24;\n --ds-border-focused: #1558BC;\n --ds-border-input: #505258;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #1558BC;\n --ds-border-brand: #1558BC;\n --ds-border-danger: #C9372C;\n --ds-border-danger-subtle: #FD9891;\n --ds-border-warning: #9E4C00;\n --ds-border-warning-subtle: #FBC828;\n --ds-border-success: #216E4E;\n --ds-border-success-subtle: #B3DF72;\n --ds-border-discovery: #964AC0;\n --ds-border-discovery-subtle: #D8A0F7;\n --ds-border-information: #1558BC;\n --ds-border-information-subtle: #8FB8F6;\n --ds-border-bold: #505258;\n --ds-text: #1E1F21;\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: #693200;\n --ds-text-accent-orange-bolder: #3A2C1F;\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: #123263;\n --ds-text-accent-blue-bolder: #1C2B42;\n --ds-text-accent-purple: #48245D;\n --ds-text-accent-purple-bolder: #35243F;\n --ds-text-accent-magenta: #50253F;\n --ds-text-accent-magenta-bolder: #3D2232;\n --ds-text-accent-gray: #3B3D42;\n --ds-text-accent-gray-bolder: #292A2E;\n --ds-text-disabled: #080F214A;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #123263;\n --ds-text-brand: #123263;\n --ds-text-danger: #5D1F1A;\n --ds-text-danger-bolder: #42221F;\n --ds-text-warning: #693200;\n --ds-text-warning-inverse: #FFFFFF;\n --ds-text-warning-bolder: #3A2C1F;\n --ds-text-success: #164B35;\n --ds-text-success-bolder: #1C3329;\n --ds-text-discovery: #48245D;\n --ds-text-discovery-bolder: #35243F;\n --ds-text-information: #123263;\n --ds-text-information-bolder: #1C2B42;\n --ds-text-subtlest: #3B3D42;\n --ds-text-subtle: #292A2E;\n --ds-icon: #292A2E;\n --ds-icon-accent-lime: #4C6B1F;\n --ds-icon-accent-red: #AE2E24;\n --ds-icon-accent-orange: #9E4C00;\n --ds-icon-accent-yellow: #7F5F01;\n --ds-icon-accent-green: #216E4E;\n --ds-icon-accent-teal: #206A83;\n --ds-icon-accent-blue: #1558BC;\n --ds-icon-accent-purple: #803FA5;\n --ds-icon-accent-magenta: #943D73;\n --ds-icon-accent-gray: #505258;\n --ds-icon-disabled: #080F214A;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #1558BC;\n --ds-icon-brand: #1558BC;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #9E4C00;\n --ds-icon-warning-inverse: #FFFFFF;\n --ds-icon-success: #216E4E;\n --ds-icon-discovery: #964AC0;\n --ds-icon-information: #1558BC;\n --ds-icon-subtlest: #3B3D42;\n --ds-icon-subtle: #3B3D42;\n --ds-link: #123263;\n --ds-link-pressed: #123263;\n --ds-link-visited: #803FA5;\n --ds-link-visited-pressed: #48245D;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #0515240F;\n --ds-skeleton-subtle: #17171708;\n --ds-blanket: #050C1F75;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-chart-categorical-1: #206A83;\n --ds-chart-categorical-1-hovered: #164555;\n --ds-chart-categorical-2: #82B536;\n --ds-chart-categorical-2-hovered: #6A9A23;\n --ds-chart-categorical-3: #9E4C00;\n --ds-chart-categorical-3-hovered: #693200;\n --ds-chart-categorical-4: #F68909;\n --ds-chart-categorical-4-hovered: #E06C00;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #123263;\n --ds-chart-categorical-6: #803FA5;\n --ds-chart-categorical-6-hovered: #48245D;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #2898BD;\n --ds-chart-categorical-8: #BD5B00;\n --ds-chart-categorical-8-hovered: #7A3B00;\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: #6B6E76;\n --ds-chart-neutral-hovered: #505258;\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: #9E4C00;\n --ds-chart-orange-bold-hovered: #693200;\n --ds-chart-orange-bolder: #693200;\n --ds-chart-orange-bolder-hovered: #3A2C1F;\n --ds-chart-orange-boldest: #3A2C1F;\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: #1558BC;\n --ds-chart-blue-bold-hovered: #123263;\n --ds-chart-blue-bolder: #123263;\n --ds-chart-blue-bolder-hovered: #1C2B42;\n --ds-chart-blue-boldest: #1C2B42;\n --ds-chart-blue-boldest-hovered: #022353;\n --ds-chart-purple-bold: #803FA5;\n --ds-chart-purple-bold-hovered: #48245D;\n --ds-chart-purple-bolder: #48245D;\n --ds-chart-purple-bolder-hovered: #35243F;\n --ds-chart-purple-boldest: #35243F;\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: #6B6E76;\n --ds-chart-gray-bold-hovered: #505258;\n --ds-chart-gray-bolder: #505258;\n --ds-chart-gray-bolder-hovered: #3B3D42;\n --ds-chart-gray-boldest: #3B3D42;\n --ds-chart-gray-boldest-hovered: #292A2E;\n --ds-chart-brand: #1868DB;\n --ds-chart-brand-hovered: #1558BC;\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: #964AC0;\n --ds-chart-discovery-hovered: #803FA5;\n --ds-chart-discovery-bold: #48245D;\n --ds-chart-discovery-bold-hovered: #35243F;\n --ds-chart-information: #1868DB;\n --ds-chart-information-hovered: #1558BC;\n --ds-chart-information-bold: #123263;\n --ds-chart-information-bold-hovered: #1C2B42;\n --ds-rovo-background-brand-bold: #000000;\n --ds-rovo-background-brand-bold-hovered: #1E1F21;\n --ds-rovo-background-brand-bold-pressed: #292A2E;\n --ds-rovo-border-lime: #6A9A23;\n --ds-rovo-border-saffron: #FCA700;\n --ds-rovo-border-blue: #1868DB;\n --ds-rovo-border-purple: #AF59E1;\n --ds-rovo-icon-lime: #6A9A23;\n --ds-rovo-icon-saffron: #FCA700;\n --ds-rovo-icon-blue: #1868DB;\n --ds-rovo-icon-purple: #AF59E1;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F0F1F2;\n --ds-surface-pressed: #DDDEE1;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F0F1F2;\n --ds-surface-overlay-pressed: #DDDEE1;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F0F1F2;\n --ds-surface-raised-pressed: #DDDEE1;\n --ds-surface-sunken: #FCFDFE;\n --ds-shadow-overflow: 0px 0px 8px #1E1F2129;\n --ds-shadow-overflow-perimeter: #1E1F211f;\n --ds-shadow-overflow-spread: #1E1F2129;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #1E1F2180;\n --ds-shadow-raised: inset 0px 0px 0px 1px #1E1F2180;\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::
|
|
3
|
+
* @codegen <<SignedSource::154119fda715c5d965c438b97a301859>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"], [data-subtree-theme][data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"], [data-subtree-theme][data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-text: #292A2E;\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: #9E4C00;\n --ds-text-accent-orange-bolder: #693200;\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: #1558BC;\n --ds-text-accent-blue-bolder: #123263;\n --ds-text-accent-purple: #803FA5;\n --ds-text-accent-purple-bolder: #48245D;\n --ds-text-accent-magenta: #943D73;\n --ds-text-accent-magenta-bolder: #50253F;\n --ds-text-accent-gray: #505258;\n --ds-text-accent-gray-bolder: #1E1F21;\n --ds-text-disabled: #080F214A;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #1868DB;\n --ds-text-brand: #1868DB;\n --ds-text-danger: #AE2E24;\n --ds-text-danger-bolder: #5D1F1A;\n --ds-text-warning: #9E4C00;\n --ds-text-warning-inverse: #292A2E;\n --ds-text-warning-bolder: #693200;\n --ds-text-success: #4C6B1F;\n --ds-text-success-bolder: #37471F;\n --ds-text-discovery: #803FA5;\n --ds-text-discovery-bolder: #48245D;\n --ds-text-information: #1558BC;\n --ds-text-information-bolder: #123263;\n --ds-text-subtlest: #6B6E76;\n --ds-text-subtle: #505258;\n --ds-link: #1868DB;\n --ds-link-pressed: #1558BC;\n --ds-link-visited: #803FA5;\n --ds-link-visited-pressed: #48245D;\n --ds-icon: #292A2E;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #C9372C;\n --ds-icon-accent-orange: #E06C00;\n --ds-icon-accent-yellow: #B38600;\n --ds-icon-accent-green: #22A06B;\n --ds-icon-accent-teal: #2898BD;\n --ds-icon-accent-blue: #357DE8;\n --ds-icon-accent-purple: #AF59E1;\n --ds-icon-accent-magenta: #CD519D;\n --ds-icon-accent-gray: #7D818A;\n --ds-icon-disabled: #080F214A;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #1868DB;\n --ds-icon-brand: #1868DB;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #E06C00;\n --ds-icon-warning-inverse: #292A2E;\n --ds-icon-success: #6A9A23;\n --ds-icon-discovery: #AF59E1;\n --ds-icon-information: #357DE8;\n --ds-icon-subtlest: #6B6E76;\n --ds-icon-subtle: #505258;\n --ds-border: #0B120E24;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-lime-subtle: #B3DF72;\n --ds-border-accent-red: #E2483D;\n --ds-border-accent-red-subtle: #FD9891;\n --ds-border-accent-orange: #E06C00;\n --ds-border-accent-orange-subtle: #FBC828;\n --ds-border-accent-yellow: #B38600;\n --ds-border-accent-yellow-subtle: #EED12B;\n --ds-border-accent-green: #22A06B;\n --ds-border-accent-green-subtle: #7EE2B8;\n --ds-border-accent-teal: #2898BD;\n --ds-border-accent-teal-subtle: #9DD9EE;\n --ds-border-accent-blue: #357DE8;\n --ds-border-accent-blue-subtle: #8FB8F6;\n --ds-border-accent-purple: #AF59E1;\n --ds-border-accent-purple-subtle: #D8A0F7;\n --ds-border-accent-magenta: #CD519D;\n --ds-border-accent-magenta-subtle: #F797D2;\n --ds-border-accent-gray: #7D818A;\n --ds-border-accent-gray-subtle: #DDDEE1;\n --ds-border-disabled: #0515240F;\n --ds-border-focused: #4688EC;\n --ds-border-input: #8C8F97;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #1868DB;\n --ds-border-brand: #1868DB;\n --ds-border-danger: #E2483D;\n --ds-border-danger-subtle: #FD9891;\n --ds-border-warning: #E06C00;\n --ds-border-warning-subtle: #FBC828;\n --ds-border-success: #6A9A23;\n --ds-border-success-subtle: #B3DF72;\n --ds-border-discovery: #AF59E1;\n --ds-border-discovery-subtle: #D8A0F7;\n --ds-border-information: #357DE8;\n --ds-border-information-subtle: #8FB8F6;\n --ds-border-bold: #7D818A;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #BDE97C;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #BDE97C;\n --ds-background-accent-lime-subtler-pressed: #B3DF72;\n --ds-background-accent-lime-subtle: #94C748;\n --ds-background-accent-lime-subtle-hovered: #B3DF72;\n --ds-background-accent-lime-subtle-pressed: #BDE97C;\n --ds-background-accent-lime-bolder: #5B7F24;\n --ds-background-accent-lime-bolder-hovered: #4C6B1F;\n --ds-background-accent-lime-bolder-pressed: #3F5224;\n --ds-background-accent-red-subtlest: #FFECEB;\n --ds-background-accent-red-subtlest-hovered: #FFD5D2;\n --ds-background-accent-red-subtlest-pressed: #FFB8B2;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FFB8B2;\n --ds-background-accent-red-subtler-pressed: #FD9891;\n --ds-background-accent-red-subtle: #F87168;\n --ds-background-accent-red-subtle-hovered: #FD9891;\n --ds-background-accent-red-subtle-pressed: #FFB8B2;\n --ds-background-accent-red-bolder: #C9372C;\n --ds-background-accent-red-bolder-hovered: #AE2E24;\n --ds-background-accent-red-bolder-pressed: #872821;\n --ds-background-accent-orange-subtlest: #FFF5DB;\n --ds-background-accent-orange-subtlest-hovered: #FCE4A6;\n --ds-background-accent-orange-subtlest-pressed: #FBD779;\n --ds-background-accent-orange-subtler: #FCE4A6;\n --ds-background-accent-orange-subtler-hovered: #FBD779;\n --ds-background-accent-orange-subtler-pressed: #FBC828;\n --ds-background-accent-orange-subtle: #FCA700;\n --ds-background-accent-orange-subtle-hovered: #FBC828;\n --ds-background-accent-orange-subtle-pressed: #FBD779;\n --ds-background-accent-orange-bolder: #BD5B00;\n --ds-background-accent-orange-bolder-hovered: #9E4C00;\n --ds-background-accent-orange-bolder-pressed: #7A3B00;\n --ds-background-accent-yellow-subtlest: #FEF7C8;\n --ds-background-accent-yellow-subtlest-hovered: #F5E989;\n --ds-background-accent-yellow-subtlest-pressed: #EFDD4E;\n --ds-background-accent-yellow-subtler: #F5E989;\n --ds-background-accent-yellow-subtler-hovered: #EFDD4E;\n --ds-background-accent-yellow-subtler-pressed: #EED12B;\n --ds-background-accent-yellow-subtle: #EED12B;\n --ds-background-accent-yellow-subtle-hovered: #DDB30E;\n --ds-background-accent-yellow-subtle-pressed: #EFDD4E;\n --ds-background-accent-yellow-bolder: #946F00;\n --ds-background-accent-yellow-bolder-hovered: #7F5F01;\n --ds-background-accent-yellow-bolder-pressed: #614A05;\n --ds-background-accent-green-subtlest: #DCFFF1;\n --ds-background-accent-green-subtlest-hovered: #BAF3DB;\n --ds-background-accent-green-subtlest-pressed: #97EDC9;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #97EDC9;\n --ds-background-accent-green-subtler-pressed: #7EE2B8;\n --ds-background-accent-green-subtle: #4BCE97;\n --ds-background-accent-green-subtle-hovered: #7EE2B8;\n --ds-background-accent-green-subtle-pressed: #97EDC9;\n --ds-background-accent-green-bolder: #1F845A;\n --ds-background-accent-green-bolder-hovered: #216E4E;\n --ds-background-accent-green-bolder-pressed: #19573D;\n --ds-background-accent-teal-subtlest: #E7F9FF;\n --ds-background-accent-teal-subtlest-hovered: #C6EDFB;\n --ds-background-accent-teal-subtlest-pressed: #B1E4F7;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #B1E4F7;\n --ds-background-accent-teal-subtler-pressed: #9DD9EE;\n --ds-background-accent-teal-subtle: #6CC3E0;\n --ds-background-accent-teal-subtle-hovered: #9DD9EE;\n --ds-background-accent-teal-subtle-pressed: #B1E4F7;\n --ds-background-accent-teal-bolder: #227D9B;\n --ds-background-accent-teal-bolder-hovered: #206A83;\n --ds-background-accent-teal-bolder-pressed: #1A5265;\n --ds-background-accent-blue-subtlest: #E9F2FE;\n --ds-background-accent-blue-subtlest-hovered: #CFE1FD;\n --ds-background-accent-blue-subtlest-pressed: #ADCBFB;\n --ds-background-accent-blue-subtler: #CFE1FD;\n --ds-background-accent-blue-subtler-hovered: #ADCBFB;\n --ds-background-accent-blue-subtler-pressed: #8FB8F6;\n --ds-background-accent-blue-subtle: #669DF1;\n --ds-background-accent-blue-subtle-hovered: #8FB8F6;\n --ds-background-accent-blue-subtle-pressed: #ADCBFB;\n --ds-background-accent-blue-bolder: #1868DB;\n --ds-background-accent-blue-bolder-hovered: #1558BC;\n --ds-background-accent-blue-bolder-pressed: #144794;\n --ds-background-accent-purple-subtlest: #F8EEFE;\n --ds-background-accent-purple-subtlest-hovered: #EED7FC;\n --ds-background-accent-purple-subtlest-pressed: #E3BDFA;\n --ds-background-accent-purple-subtler: #EED7FC;\n --ds-background-accent-purple-subtler-hovered: #E3BDFA;\n --ds-background-accent-purple-subtler-pressed: #D8A0F7;\n --ds-background-accent-purple-subtle: #C97CF4;\n --ds-background-accent-purple-subtle-hovered: #D8A0F7;\n --ds-background-accent-purple-subtle-pressed: #E3BDFA;\n --ds-background-accent-purple-bolder: #964AC0;\n --ds-background-accent-purple-bolder-hovered: #803FA5;\n --ds-background-accent-purple-bolder-pressed: #673286;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #FCB6E1;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #FCB6E1;\n --ds-background-accent-magenta-subtler-pressed: #F797D2;\n --ds-background-accent-magenta-subtle: #E774BB;\n --ds-background-accent-magenta-subtle-hovered: #F797D2;\n --ds-background-accent-magenta-subtle-pressed: #FCB6E1;\n --ds-background-accent-magenta-bolder: #AE4787;\n --ds-background-accent-magenta-bolder-hovered: #943D73;\n --ds-background-accent-magenta-bolder-pressed: #77325B;\n --ds-background-accent-gray-subtlest: #F0F1F2;\n --ds-background-accent-gray-subtlest-hovered: #DDDEE1;\n --ds-background-accent-gray-subtlest-pressed: #B7B9BE;\n --ds-background-accent-gray-subtler: #DDDEE1;\n --ds-background-accent-gray-subtler-hovered: #B7B9BE;\n --ds-background-accent-gray-subtler-pressed: #8C8F97;\n --ds-background-accent-gray-subtle: #8C8F97;\n --ds-background-accent-gray-subtle-hovered: #B7B9BE;\n --ds-background-accent-gray-subtle-pressed: #DDDEE1;\n --ds-background-accent-gray-bolder: #6B6E76;\n --ds-background-accent-gray-bolder-hovered: #505258;\n --ds-background-accent-gray-bolder-pressed: #3B3D42;\n --ds-background-disabled: #0515240F;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F8F8F8;\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: #0515240F;\n --ds-background-neutral-hovered: #0B120E24;\n --ds-background-neutral-pressed: #080F214A;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #0515240F;\n --ds-background-neutral-subtle-pressed: #0B120E24;\n --ds-background-neutral-bold: #292A2E;\n --ds-background-neutral-bold-hovered: #3B3D42;\n --ds-background-neutral-bold-pressed: #505258;\n --ds-background-selected: #E9F2FE;\n --ds-background-selected-hovered: #CFE1FD;\n --ds-background-selected-pressed: #8FB8F6;\n --ds-background-selected-bold: #1868DB;\n --ds-background-selected-bold-hovered: #1558BC;\n --ds-background-selected-bold-pressed: #123263;\n --ds-background-brand-subtlest: #E9F2FE;\n --ds-background-brand-subtlest-hovered: #CFE1FD;\n --ds-background-brand-subtlest-pressed: #ADCBFB;\n --ds-background-brand-bold: #1868DB;\n --ds-background-brand-bold-hovered: #1558BC;\n --ds-background-brand-bold-pressed: #144794;\n --ds-background-brand-boldest: #1C2B42;\n --ds-background-brand-boldest-hovered: #123263;\n --ds-background-brand-boldest-pressed: #144794;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FFB8B2;\n --ds-background-danger-subtler: #FFD5D2;\n --ds-background-danger-subtler-hovered: #FFB8B2;\n --ds-background-danger-subtler-pressed: #FD9891;\n --ds-background-danger-subtle: #FD9891;\n --ds-background-danger-bold: #C9372C;\n --ds-background-danger-bold-hovered: #AE2E24;\n --ds-background-danger-bold-pressed: #872821;\n --ds-background-warning: #FFF5DB;\n --ds-background-warning-hovered: #FCE4A6;\n --ds-background-warning-pressed: #FBD779;\n --ds-background-warning-subtler: #FCE4A6;\n --ds-background-warning-subtler-hovered: #FBD779;\n --ds-background-warning-subtler-pressed: #FBC828;\n --ds-background-warning-subtle: #FBD779;\n --ds-background-warning-bold: #FBC828;\n --ds-background-warning-bold-hovered: #FCA700;\n --ds-background-warning-bold-pressed: #F68909;\n --ds-background-success: #EFFFD6;\n --ds-background-success-hovered: #D3F1A7;\n --ds-background-success-pressed: #BDE97C;\n --ds-background-success-subtler: #D3F1A7;\n --ds-background-success-subtler-hovered: #BDE97C;\n --ds-background-success-subtler-pressed: #B3DF72;\n --ds-background-success-subtle: #B3DF72;\n --ds-background-success-bold: #5B7F24;\n --ds-background-success-bold-hovered: #4C6B1F;\n --ds-background-success-bold-pressed: #3F5224;\n --ds-background-discovery: #F8EEFE;\n --ds-background-discovery-hovered: #EED7FC;\n --ds-background-discovery-pressed: #E3BDFA;\n --ds-background-discovery-subtler: #EED7FC;\n --ds-background-discovery-subtler-hovered: #E3BDFA;\n --ds-background-discovery-subtler-pressed: #D8A0F7;\n --ds-background-discovery-subtle: #D8A0F7;\n --ds-background-discovery-bold: #964AC0;\n --ds-background-discovery-bold-hovered: #803FA5;\n --ds-background-discovery-bold-pressed: #673286;\n --ds-background-information: #E9F2FE;\n --ds-background-information-hovered: #CFE1FD;\n --ds-background-information-pressed: #ADCBFB;\n --ds-background-information-subtler: #CFE1FD;\n --ds-background-information-subtler-hovered: #ADCBFB;\n --ds-background-information-subtler-pressed: #8FB8F6;\n --ds-background-information-subtle: #8FB8F6;\n --ds-background-information-bold: #1868DB;\n --ds-background-information-bold-hovered: #1558BC;\n --ds-background-information-bold-pressed: #144794;\n --ds-blanket: #050C1F75;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #0515240F;\n --ds-skeleton-subtle: #17171708;\n --ds-chart-categorical-1: #357DE8;\n --ds-chart-categorical-1-hovered: #1868DB;\n --ds-chart-categorical-2: #82B536;\n --ds-chart-categorical-2-hovered: #6A9A23;\n --ds-chart-categorical-3: #BF63F3;\n --ds-chart-categorical-3-hovered: #AF59E1;\n --ds-chart-categorical-4: #F68909;\n --ds-chart-categorical-4-hovered: #E06C00;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #123263;\n --ds-chart-categorical-6: #964AC0;\n --ds-chart-categorical-6-hovered: #803FA5;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #2898BD;\n --ds-chart-categorical-8: #BD5B00;\n --ds-chart-categorical-8-hovered: #7A3B00;\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: #8C8F97;\n --ds-chart-neutral-hovered: #7D818A;\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: #E06C00;\n --ds-chart-orange-bold-hovered: #BD5B00;\n --ds-chart-orange-bolder: #BD5B00;\n --ds-chart-orange-bolder-hovered: #9E4C00;\n --ds-chart-orange-boldest: #7A3B00;\n --ds-chart-orange-boldest-hovered: #693200;\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: #4688EC;\n --ds-chart-blue-bold-hovered: #357DE8;\n --ds-chart-blue-bolder: #357DE8;\n --ds-chart-blue-bolder-hovered: #1868DB;\n --ds-chart-blue-boldest: #1558BC;\n --ds-chart-blue-boldest-hovered: #123263;\n --ds-chart-purple-bold: #BF63F3;\n --ds-chart-purple-bold-hovered: #AF59E1;\n --ds-chart-purple-bolder: #AF59E1;\n --ds-chart-purple-bolder-hovered: #964AC0;\n --ds-chart-purple-boldest: #803FA5;\n --ds-chart-purple-boldest-hovered: #48245D;\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: #8C8F97;\n --ds-chart-gray-bold-hovered: #7D818A;\n --ds-chart-gray-bolder: #7D818A;\n --ds-chart-gray-bolder-hovered: #6B6E76;\n --ds-chart-gray-boldest: #505258;\n --ds-chart-gray-boldest-hovered: #3B3D42;\n --ds-chart-brand: #357DE8;\n --ds-chart-brand-hovered: #1868DB;\n --ds-chart-danger: #E2483D;\n --ds-chart-danger-hovered: #C9372C;\n --ds-chart-danger-bold: #872821;\n --ds-chart-danger-bold-hovered: #5D1F1A;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #E06C00;\n --ds-chart-warning-bold: #BD5B00;\n --ds-chart-warning-bold-hovered: #9E4C00;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #6A9A23;\n --ds-chart-success-bold: #5B7F24;\n --ds-chart-success-bold-hovered: #4C6B1F;\n --ds-chart-discovery: #BF63F3;\n --ds-chart-discovery-hovered: #AF59E1;\n --ds-chart-discovery-bold: #803FA5;\n --ds-chart-discovery-bold-hovered: #964AC0;\n --ds-chart-information: #357DE8;\n --ds-chart-information-hovered: #1868DB;\n --ds-chart-information-bold: #1558BC;\n --ds-chart-information-bold-hovered: #123263;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F0F1F2;\n --ds-surface-pressed: #DDDEE1;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F0F1F2;\n --ds-surface-overlay-pressed: #DDDEE1;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F0F1F2;\n --ds-surface-raised-pressed: #DDDEE1;\n --ds-surface-sunken: #F8F8F8;\n --ds-shadow-overflow: 0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F;\n --ds-shadow-overflow-perimeter: #1E1F211f;\n --ds-shadow-overflow-spread: #1E1F2129;\n --ds-shadow-overlay: 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F;\n --ds-shadow-raised: 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F;\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\"], [data-subtree-theme][data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"], [data-subtree-theme][data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-background-accent-lime-subtlest: #EFFFD6;\n --ds-background-accent-lime-subtlest-hovered: #D3F1A7;\n --ds-background-accent-lime-subtlest-pressed: #BDE97C;\n --ds-background-accent-lime-subtler: #D3F1A7;\n --ds-background-accent-lime-subtler-hovered: #BDE97C;\n --ds-background-accent-lime-subtler-pressed: #B3DF72;\n --ds-background-accent-lime-subtle: #94C748;\n --ds-background-accent-lime-subtle-hovered: #B3DF72;\n --ds-background-accent-lime-subtle-pressed: #BDE97C;\n --ds-background-accent-lime-bolder: #5B7F24;\n --ds-background-accent-lime-bolder-hovered: #4C6B1F;\n --ds-background-accent-lime-bolder-pressed: #3F5224;\n --ds-background-accent-red-subtlest: #FFECEB;\n --ds-background-accent-red-subtlest-hovered: #FFD5D2;\n --ds-background-accent-red-subtlest-pressed: #FFB8B2;\n --ds-background-accent-red-subtler: #FFD5D2;\n --ds-background-accent-red-subtler-hovered: #FFB8B2;\n --ds-background-accent-red-subtler-pressed: #FD9891;\n --ds-background-accent-red-subtle: #F87168;\n --ds-background-accent-red-subtle-hovered: #FD9891;\n --ds-background-accent-red-subtle-pressed: #FFB8B2;\n --ds-background-accent-red-bolder: #C9372C;\n --ds-background-accent-red-bolder-hovered: #AE2E24;\n --ds-background-accent-red-bolder-pressed: #872821;\n --ds-background-accent-orange-subtlest: #FFF5DB;\n --ds-background-accent-orange-subtlest-hovered: #FCE4A6;\n --ds-background-accent-orange-subtlest-pressed: #FBD779;\n --ds-background-accent-orange-subtler: #FCE4A6;\n --ds-background-accent-orange-subtler-hovered: #FBD779;\n --ds-background-accent-orange-subtler-pressed: #FBC828;\n --ds-background-accent-orange-subtle: #FCA700;\n --ds-background-accent-orange-subtle-hovered: #FBC828;\n --ds-background-accent-orange-subtle-pressed: #FBD779;\n --ds-background-accent-orange-bolder: #BD5B00;\n --ds-background-accent-orange-bolder-hovered: #9E4C00;\n --ds-background-accent-orange-bolder-pressed: #7A3B00;\n --ds-background-accent-yellow-subtlest: #FEF7C8;\n --ds-background-accent-yellow-subtlest-hovered: #F5E989;\n --ds-background-accent-yellow-subtlest-pressed: #EFDD4E;\n --ds-background-accent-yellow-subtler: #F5E989;\n --ds-background-accent-yellow-subtler-hovered: #EFDD4E;\n --ds-background-accent-yellow-subtler-pressed: #EED12B;\n --ds-background-accent-yellow-subtle: #EED12B;\n --ds-background-accent-yellow-subtle-hovered: #DDB30E;\n --ds-background-accent-yellow-subtle-pressed: #EFDD4E;\n --ds-background-accent-yellow-bolder: #946F00;\n --ds-background-accent-yellow-bolder-hovered: #7F5F01;\n --ds-background-accent-yellow-bolder-pressed: #614A05;\n --ds-background-accent-green-subtlest: #DCFFF1;\n --ds-background-accent-green-subtlest-hovered: #BAF3DB;\n --ds-background-accent-green-subtlest-pressed: #97EDC9;\n --ds-background-accent-green-subtler: #BAF3DB;\n --ds-background-accent-green-subtler-hovered: #97EDC9;\n --ds-background-accent-green-subtler-pressed: #7EE2B8;\n --ds-background-accent-green-subtle: #4BCE97;\n --ds-background-accent-green-subtle-hovered: #7EE2B8;\n --ds-background-accent-green-subtle-pressed: #97EDC9;\n --ds-background-accent-green-bolder: #1F845A;\n --ds-background-accent-green-bolder-hovered: #216E4E;\n --ds-background-accent-green-bolder-pressed: #19573D;\n --ds-background-accent-teal-subtlest: #E7F9FF;\n --ds-background-accent-teal-subtlest-hovered: #C6EDFB;\n --ds-background-accent-teal-subtlest-pressed: #B1E4F7;\n --ds-background-accent-teal-subtler: #C6EDFB;\n --ds-background-accent-teal-subtler-hovered: #B1E4F7;\n --ds-background-accent-teal-subtler-pressed: #9DD9EE;\n --ds-background-accent-teal-subtle: #6CC3E0;\n --ds-background-accent-teal-subtle-hovered: #9DD9EE;\n --ds-background-accent-teal-subtle-pressed: #B1E4F7;\n --ds-background-accent-teal-bolder: #227D9B;\n --ds-background-accent-teal-bolder-hovered: #206A83;\n --ds-background-accent-teal-bolder-pressed: #1A5265;\n --ds-background-accent-blue-subtlest: #E9F2FE;\n --ds-background-accent-blue-subtlest-hovered: #CFE1FD;\n --ds-background-accent-blue-subtlest-pressed: #ADCBFB;\n --ds-background-accent-blue-subtler: #CFE1FD;\n --ds-background-accent-blue-subtler-hovered: #ADCBFB;\n --ds-background-accent-blue-subtler-pressed: #8FB8F6;\n --ds-background-accent-blue-subtle: #669DF1;\n --ds-background-accent-blue-subtle-hovered: #8FB8F6;\n --ds-background-accent-blue-subtle-pressed: #ADCBFB;\n --ds-background-accent-blue-bolder: #1868DB;\n --ds-background-accent-blue-bolder-hovered: #1558BC;\n --ds-background-accent-blue-bolder-pressed: #144794;\n --ds-background-accent-purple-subtlest: #F8EEFE;\n --ds-background-accent-purple-subtlest-hovered: #EED7FC;\n --ds-background-accent-purple-subtlest-pressed: #E3BDFA;\n --ds-background-accent-purple-subtler: #EED7FC;\n --ds-background-accent-purple-subtler-hovered: #E3BDFA;\n --ds-background-accent-purple-subtler-pressed: #D8A0F7;\n --ds-background-accent-purple-subtle: #C97CF4;\n --ds-background-accent-purple-subtle-hovered: #D8A0F7;\n --ds-background-accent-purple-subtle-pressed: #E3BDFA;\n --ds-background-accent-purple-bolder: #964AC0;\n --ds-background-accent-purple-bolder-hovered: #803FA5;\n --ds-background-accent-purple-bolder-pressed: #673286;\n --ds-background-accent-magenta-subtlest: #FFECF8;\n --ds-background-accent-magenta-subtlest-hovered: #FDD0EC;\n --ds-background-accent-magenta-subtlest-pressed: #FCB6E1;\n --ds-background-accent-magenta-subtler: #FDD0EC;\n --ds-background-accent-magenta-subtler-hovered: #FCB6E1;\n --ds-background-accent-magenta-subtler-pressed: #F797D2;\n --ds-background-accent-magenta-subtle: #E774BB;\n --ds-background-accent-magenta-subtle-hovered: #F797D2;\n --ds-background-accent-magenta-subtle-pressed: #FCB6E1;\n --ds-background-accent-magenta-bolder: #AE4787;\n --ds-background-accent-magenta-bolder-hovered: #943D73;\n --ds-background-accent-magenta-bolder-pressed: #77325B;\n --ds-background-accent-gray-subtlest: #F0F1F2;\n --ds-background-accent-gray-subtlest-hovered: #DDDEE1;\n --ds-background-accent-gray-subtlest-pressed: #B7B9BE;\n --ds-background-accent-gray-subtler: #DDDEE1;\n --ds-background-accent-gray-subtler-hovered: #B7B9BE;\n --ds-background-accent-gray-subtler-pressed: #8C8F97;\n --ds-background-accent-gray-subtle: #8C8F97;\n --ds-background-accent-gray-subtle-hovered: #B7B9BE;\n --ds-background-accent-gray-subtle-pressed: #DDDEE1;\n --ds-background-accent-gray-bolder: #6B6E76;\n --ds-background-accent-gray-bolder-hovered: #505258;\n --ds-background-accent-gray-bolder-pressed: #3B3D42;\n --ds-background-disabled: #0515240F;\n --ds-background-input: #FFFFFF;\n --ds-background-input-hovered: #F8F8F8;\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: #0515240F;\n --ds-background-neutral-hovered: #0B120E24;\n --ds-background-neutral-pressed: #080F214A;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #0515240F;\n --ds-background-neutral-subtle-pressed: #0B120E24;\n --ds-background-neutral-bold: #292A2E;\n --ds-background-neutral-bold-hovered: #3B3D42;\n --ds-background-neutral-bold-pressed: #505258;\n --ds-background-selected: #E9F2FE;\n --ds-background-selected-hovered: #CFE1FD;\n --ds-background-selected-pressed: #8FB8F6;\n --ds-background-selected-bold: #1868DB;\n --ds-background-selected-bold-hovered: #1558BC;\n --ds-background-selected-bold-pressed: #123263;\n --ds-background-brand-subtlest: #E9F2FE;\n --ds-background-brand-subtlest-hovered: #CFE1FD;\n --ds-background-brand-subtlest-pressed: #ADCBFB;\n --ds-background-brand-bold: #1868DB;\n --ds-background-brand-bold-hovered: #1558BC;\n --ds-background-brand-bold-pressed: #144794;\n --ds-background-brand-boldest: #1C2B42;\n --ds-background-brand-boldest-hovered: #123263;\n --ds-background-brand-boldest-pressed: #144794;\n --ds-background-danger: #FFECEB;\n --ds-background-danger-hovered: #FFD5D2;\n --ds-background-danger-pressed: #FFB8B2;\n --ds-background-danger-subtler: #FFD5D2;\n --ds-background-danger-subtler-hovered: #FFB8B2;\n --ds-background-danger-subtler-pressed: #FD9891;\n --ds-background-danger-subtle: #FD9891;\n --ds-background-danger-bold: #C9372C;\n --ds-background-danger-bold-hovered: #AE2E24;\n --ds-background-danger-bold-pressed: #872821;\n --ds-background-warning: #FFF5DB;\n --ds-background-warning-hovered: #FCE4A6;\n --ds-background-warning-pressed: #FBD779;\n --ds-background-warning-subtler: #FCE4A6;\n --ds-background-warning-subtler-hovered: #FBD779;\n --ds-background-warning-subtler-pressed: #FBC828;\n --ds-background-warning-subtle: #FBD779;\n --ds-background-warning-bold: #FBC828;\n --ds-background-warning-bold-hovered: #FCA700;\n --ds-background-warning-bold-pressed: #F68909;\n --ds-background-success: #EFFFD6;\n --ds-background-success-hovered: #D3F1A7;\n --ds-background-success-pressed: #BDE97C;\n --ds-background-success-subtler: #D3F1A7;\n --ds-background-success-subtler-hovered: #BDE97C;\n --ds-background-success-subtler-pressed: #B3DF72;\n --ds-background-success-subtle: #B3DF72;\n --ds-background-success-bold: #5B7F24;\n --ds-background-success-bold-hovered: #4C6B1F;\n --ds-background-success-bold-pressed: #3F5224;\n --ds-background-discovery: #F8EEFE;\n --ds-background-discovery-hovered: #EED7FC;\n --ds-background-discovery-pressed: #E3BDFA;\n --ds-background-discovery-subtler: #EED7FC;\n --ds-background-discovery-subtler-hovered: #E3BDFA;\n --ds-background-discovery-subtler-pressed: #D8A0F7;\n --ds-background-discovery-subtle: #D8A0F7;\n --ds-background-discovery-bold: #964AC0;\n --ds-background-discovery-bold-hovered: #803FA5;\n --ds-background-discovery-bold-pressed: #673286;\n --ds-background-information: #E9F2FE;\n --ds-background-information-hovered: #CFE1FD;\n --ds-background-information-pressed: #ADCBFB;\n --ds-background-information-subtler: #CFE1FD;\n --ds-background-information-subtler-hovered: #ADCBFB;\n --ds-background-information-subtler-pressed: #8FB8F6;\n --ds-background-information-subtle: #8FB8F6;\n --ds-background-information-bold: #1868DB;\n --ds-background-information-bold-hovered: #1558BC;\n --ds-background-information-bold-pressed: #144794;\n --ds-border: #0B120E24;\n --ds-border-accent-lime: #6A9A23;\n --ds-border-accent-lime-subtle: #B3DF72;\n --ds-border-accent-red: #E2483D;\n --ds-border-accent-red-subtle: #FD9891;\n --ds-border-accent-orange: #E06C00;\n --ds-border-accent-orange-subtle: #FBC828;\n --ds-border-accent-yellow: #B38600;\n --ds-border-accent-yellow-subtle: #EED12B;\n --ds-border-accent-green: #22A06B;\n --ds-border-accent-green-subtle: #7EE2B8;\n --ds-border-accent-teal: #2898BD;\n --ds-border-accent-teal-subtle: #9DD9EE;\n --ds-border-accent-blue: #357DE8;\n --ds-border-accent-blue-subtle: #8FB8F6;\n --ds-border-accent-purple: #AF59E1;\n --ds-border-accent-purple-subtle: #D8A0F7;\n --ds-border-accent-magenta: #CD519D;\n --ds-border-accent-magenta-subtle: #F797D2;\n --ds-border-accent-gray: #7D818A;\n --ds-border-accent-gray-subtle: #B7B9BE;\n --ds-border-disabled: #0515240F;\n --ds-border-focused: #4688EC;\n --ds-border-input: #8C8F97;\n --ds-border-inverse: #FFFFFF;\n --ds-border-selected: #1868DB;\n --ds-border-brand: #1868DB;\n --ds-border-danger: #E2483D;\n --ds-border-danger-subtle: #FD9891;\n --ds-border-warning: #E06C00;\n --ds-border-warning-subtle: #FBC828;\n --ds-border-success: #6A9A23;\n --ds-border-success-subtle: #B3DF72;\n --ds-border-discovery: #AF59E1;\n --ds-border-discovery-subtle: #D8A0F7;\n --ds-border-information: #357DE8;\n --ds-border-information-subtle: #8FB8F6;\n --ds-border-bold: #7D818A;\n --ds-text: #292A2E;\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: #9E4C00;\n --ds-text-accent-orange-bolder: #693200;\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: #1558BC;\n --ds-text-accent-blue-bolder: #123263;\n --ds-text-accent-purple: #803FA5;\n --ds-text-accent-purple-bolder: #48245D;\n --ds-text-accent-magenta: #943D73;\n --ds-text-accent-magenta-bolder: #50253F;\n --ds-text-accent-gray: #505258;\n --ds-text-accent-gray-bolder: #1E1F21;\n --ds-text-disabled: #080F214A;\n --ds-text-inverse: #FFFFFF;\n --ds-text-selected: #1868DB;\n --ds-text-brand: #1868DB;\n --ds-text-danger: #AE2E24;\n --ds-text-danger-bolder: #5D1F1A;\n --ds-text-warning: #9E4C00;\n --ds-text-warning-inverse: #292A2E;\n --ds-text-warning-bolder: #693200;\n --ds-text-success: #4C6B1F;\n --ds-text-success-bolder: #37471F;\n --ds-text-discovery: #803FA5;\n --ds-text-discovery-bolder: #48245D;\n --ds-text-information: #1558BC;\n --ds-text-information-bolder: #123263;\n --ds-text-subtlest: #6B6E76;\n --ds-text-subtle: #505258;\n --ds-icon: #292A2E;\n --ds-icon-accent-lime: #6A9A23;\n --ds-icon-accent-red: #C9372C;\n --ds-icon-accent-orange: #E06C00;\n --ds-icon-accent-yellow: #B38600;\n --ds-icon-accent-green: #22A06B;\n --ds-icon-accent-teal: #2898BD;\n --ds-icon-accent-blue: #357DE8;\n --ds-icon-accent-purple: #AF59E1;\n --ds-icon-accent-magenta: #CD519D;\n --ds-icon-accent-gray: #7D818A;\n --ds-icon-disabled: #080F214A;\n --ds-icon-inverse: #FFFFFF;\n --ds-icon-selected: #1868DB;\n --ds-icon-brand: #1868DB;\n --ds-icon-danger: #C9372C;\n --ds-icon-warning: #E06C00;\n --ds-icon-warning-inverse: #292A2E;\n --ds-icon-success: #6A9A23;\n --ds-icon-discovery: #AF59E1;\n --ds-icon-information: #357DE8;\n --ds-icon-subtlest: #6B6E76;\n --ds-icon-subtle: #505258;\n --ds-link: #1868DB;\n --ds-link-pressed: #1558BC;\n --ds-link-visited: #803FA5;\n --ds-link-visited-pressed: #48245D;\n --ds-interaction-hovered: #00000029;\n --ds-interaction-pressed: #00000052;\n --ds-skeleton: #0515240F;\n --ds-skeleton-subtle: #17171708;\n --ds-blanket: #050C1F75;\n --ds-blanket-selected: #388BFF14;\n --ds-blanket-danger: #EF5C4814;\n --ds-chart-categorical-1: #357DE8;\n --ds-chart-categorical-1-hovered: #1868DB;\n --ds-chart-categorical-2: #82B536;\n --ds-chart-categorical-2-hovered: #6A9A23;\n --ds-chart-categorical-3: #BF63F3;\n --ds-chart-categorical-3-hovered: #AF59E1;\n --ds-chart-categorical-4: #F68909;\n --ds-chart-categorical-4-hovered: #E06C00;\n --ds-chart-categorical-5: #1558BC;\n --ds-chart-categorical-5-hovered: #123263;\n --ds-chart-categorical-6: #964AC0;\n --ds-chart-categorical-6-hovered: #803FA5;\n --ds-chart-categorical-7: #42B2D7;\n --ds-chart-categorical-7-hovered: #2898BD;\n --ds-chart-categorical-8: #BD5B00;\n --ds-chart-categorical-8-hovered: #7A3B00;\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: #8C8F97;\n --ds-chart-neutral-hovered: #7D818A;\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: #E06C00;\n --ds-chart-orange-bold-hovered: #BD5B00;\n --ds-chart-orange-bolder: #BD5B00;\n --ds-chart-orange-bolder-hovered: #9E4C00;\n --ds-chart-orange-boldest: #7A3B00;\n --ds-chart-orange-boldest-hovered: #693200;\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: #4688EC;\n --ds-chart-blue-bold-hovered: #357DE8;\n --ds-chart-blue-bolder: #357DE8;\n --ds-chart-blue-bolder-hovered: #1868DB;\n --ds-chart-blue-boldest: #1558BC;\n --ds-chart-blue-boldest-hovered: #123263;\n --ds-chart-purple-bold: #BF63F3;\n --ds-chart-purple-bold-hovered: #AF59E1;\n --ds-chart-purple-bolder: #AF59E1;\n --ds-chart-purple-bolder-hovered: #964AC0;\n --ds-chart-purple-boldest: #803FA5;\n --ds-chart-purple-boldest-hovered: #48245D;\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: #8C8F97;\n --ds-chart-gray-bold-hovered: #7D818A;\n --ds-chart-gray-bolder: #7D818A;\n --ds-chart-gray-bolder-hovered: #6B6E76;\n --ds-chart-gray-boldest: #505258;\n --ds-chart-gray-boldest-hovered: #3B3D42;\n --ds-chart-brand: #357DE8;\n --ds-chart-brand-hovered: #1868DB;\n --ds-chart-danger: #E2483D;\n --ds-chart-danger-hovered: #C9372C;\n --ds-chart-danger-bold: #872821;\n --ds-chart-danger-bold-hovered: #5D1F1A;\n --ds-chart-warning: #F68909;\n --ds-chart-warning-hovered: #E06C00;\n --ds-chart-warning-bold: #BD5B00;\n --ds-chart-warning-bold-hovered: #9E4C00;\n --ds-chart-success: #82B536;\n --ds-chart-success-hovered: #6A9A23;\n --ds-chart-success-bold: #5B7F24;\n --ds-chart-success-bold-hovered: #4C6B1F;\n --ds-chart-discovery: #BF63F3;\n --ds-chart-discovery-hovered: #AF59E1;\n --ds-chart-discovery-bold: #803FA5;\n --ds-chart-discovery-bold-hovered: #964AC0;\n --ds-chart-information: #357DE8;\n --ds-chart-information-hovered: #1868DB;\n --ds-chart-information-bold: #1558BC;\n --ds-chart-information-bold-hovered: #123263;\n --ds-rovo-background-brand-bold: #000000;\n --ds-rovo-background-brand-bold-hovered: #1E1F21;\n --ds-rovo-background-brand-bold-pressed: #292A2E;\n --ds-rovo-border-lime: #6A9A23;\n --ds-rovo-border-saffron: #FCA700;\n --ds-rovo-border-blue: #1868DB;\n --ds-rovo-border-purple: #AF59E1;\n --ds-rovo-icon-lime: #6A9A23;\n --ds-rovo-icon-saffron: #FCA700;\n --ds-rovo-icon-blue: #1868DB;\n --ds-rovo-icon-purple: #AF59E1;\n --ds-surface: #FFFFFF;\n --ds-surface-hovered: #F0F1F2;\n --ds-surface-pressed: #DDDEE1;\n --ds-surface-overlay: #FFFFFF;\n --ds-surface-overlay-hovered: #F0F1F2;\n --ds-surface-overlay-pressed: #DDDEE1;\n --ds-surface-raised: #FFFFFF;\n --ds-surface-raised-hovered: #F0F1F2;\n --ds-surface-raised-pressed: #DDDEE1;\n --ds-surface-sunken: #F8F8F8;\n --ds-shadow-overflow: 0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F;\n --ds-shadow-overflow-perimeter: #1E1F211f;\n --ds-shadow-overflow-spread: #1E1F2129;\n --ds-shadow-overlay: 0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F;\n --ds-shadow-raised: 0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F;\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::
|
|
10
|
+
* @codegen <<SignedSource::c8b26b5734109e5c2550e8825c3e6531>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
declare const defaultTokenValues: {
|
|
@@ -60,109 +60,6 @@ declare const defaultTokenValues: {
|
|
|
60
60
|
readonly 'motion.popup.exit.top': "100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutTop8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0";
|
|
61
61
|
readonly 'motion.spotlight.enter': "250ms cubic-bezier(0.4, 0, 0, 1) ScaleIn95to100, 250ms cubic-bezier(0.4, 0, 0, 1) FadeIn0to100";
|
|
62
62
|
readonly 'motion.spotlight.exit': "200ms cubic-bezier(0.6, 0, 0.8, 0.6) ScaleOut100to95, 200ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0";
|
|
63
|
-
readonly 'color.text': "#292A2E";
|
|
64
|
-
readonly 'color.text.accent.lime': "#4C6B1F";
|
|
65
|
-
readonly 'color.text.accent.lime.bolder': "#37471F";
|
|
66
|
-
readonly 'color.text.accent.red': "#AE2E24";
|
|
67
|
-
readonly 'color.text.accent.red.bolder': "#5D1F1A";
|
|
68
|
-
readonly 'color.text.accent.orange': "#9E4C00";
|
|
69
|
-
readonly 'color.text.accent.orange.bolder': "#693200";
|
|
70
|
-
readonly 'color.text.accent.yellow': "#7F5F01";
|
|
71
|
-
readonly 'color.text.accent.yellow.bolder': "#533F04";
|
|
72
|
-
readonly 'color.text.accent.green': "#216E4E";
|
|
73
|
-
readonly 'color.text.accent.green.bolder': "#164B35";
|
|
74
|
-
readonly 'color.text.accent.teal': "#206A83";
|
|
75
|
-
readonly 'color.text.accent.teal.bolder': "#164555";
|
|
76
|
-
readonly 'color.text.accent.blue': "#1558BC";
|
|
77
|
-
readonly 'color.text.accent.blue.bolder': "#123263";
|
|
78
|
-
readonly 'color.text.accent.purple': "#803FA5";
|
|
79
|
-
readonly 'color.text.accent.purple.bolder': "#48245D";
|
|
80
|
-
readonly 'color.text.accent.magenta': "#943D73";
|
|
81
|
-
readonly 'color.text.accent.magenta.bolder': "#50253F";
|
|
82
|
-
readonly 'color.text.accent.gray': "#505258";
|
|
83
|
-
readonly 'color.text.accent.gray.bolder': "#1E1F21";
|
|
84
|
-
readonly 'color.text.disabled': "#080F214A";
|
|
85
|
-
readonly 'color.text.inverse': "#FFFFFF";
|
|
86
|
-
readonly 'color.text.selected': "#1868DB";
|
|
87
|
-
readonly 'color.text.brand': "#1868DB";
|
|
88
|
-
readonly 'color.text.danger': "#AE2E24";
|
|
89
|
-
readonly 'color.text.danger.bolder': "#5D1F1A";
|
|
90
|
-
readonly 'color.text.warning': "#9E4C00";
|
|
91
|
-
readonly 'color.text.warning.inverse': "#292A2E";
|
|
92
|
-
readonly 'color.text.warning.bolder': "#693200";
|
|
93
|
-
readonly 'color.text.success': "#4C6B1F";
|
|
94
|
-
readonly 'color.text.success.bolder': "#37471F";
|
|
95
|
-
readonly 'color.text.discovery': "#803FA5";
|
|
96
|
-
readonly 'color.text.discovery.bolder': "#48245D";
|
|
97
|
-
readonly 'color.text.information': "#1558BC";
|
|
98
|
-
readonly 'color.text.information.bolder': "#123263";
|
|
99
|
-
readonly 'color.text.subtlest': "#6B6E76";
|
|
100
|
-
readonly 'color.text.subtle': "#505258";
|
|
101
|
-
readonly 'color.link': "#1868DB";
|
|
102
|
-
readonly 'color.link.pressed': "#1558BC";
|
|
103
|
-
readonly 'color.link.visited': "#803FA5";
|
|
104
|
-
readonly 'color.link.visited.pressed': "#48245D";
|
|
105
|
-
readonly 'color.icon': "#292A2E";
|
|
106
|
-
readonly 'color.icon.accent.lime': "#6A9A23";
|
|
107
|
-
readonly 'color.icon.accent.red': "#C9372C";
|
|
108
|
-
readonly 'color.icon.accent.orange': "#E06C00";
|
|
109
|
-
readonly 'color.icon.accent.yellow': "#B38600";
|
|
110
|
-
readonly 'color.icon.accent.green': "#22A06B";
|
|
111
|
-
readonly 'color.icon.accent.teal': "#2898BD";
|
|
112
|
-
readonly 'color.icon.accent.blue': "#357DE8";
|
|
113
|
-
readonly 'color.icon.accent.purple': "#AF59E1";
|
|
114
|
-
readonly 'color.icon.accent.magenta': "#CD519D";
|
|
115
|
-
readonly 'color.icon.accent.gray': "#7D818A";
|
|
116
|
-
readonly 'color.icon.disabled': "#080F214A";
|
|
117
|
-
readonly 'color.icon.inverse': "#FFFFFF";
|
|
118
|
-
readonly 'color.icon.selected': "#1868DB";
|
|
119
|
-
readonly 'color.icon.brand': "#1868DB";
|
|
120
|
-
readonly 'color.icon.danger': "#C9372C";
|
|
121
|
-
readonly 'color.icon.warning': "#E06C00";
|
|
122
|
-
readonly 'color.icon.warning.inverse': "#292A2E";
|
|
123
|
-
readonly 'color.icon.success': "#6A9A23";
|
|
124
|
-
readonly 'color.icon.discovery': "#AF59E1";
|
|
125
|
-
readonly 'color.icon.information': "#357DE8";
|
|
126
|
-
readonly 'color.icon.subtlest': "#6B6E76";
|
|
127
|
-
readonly 'color.icon.subtle': "#505258";
|
|
128
|
-
readonly 'color.border': "#0B120E24";
|
|
129
|
-
readonly 'color.border.accent.lime': "#6A9A23";
|
|
130
|
-
readonly 'color.border.accent.lime.subtle': "#B3DF72";
|
|
131
|
-
readonly 'color.border.accent.red': "#E2483D";
|
|
132
|
-
readonly 'color.border.accent.red.subtle': "#FD9891";
|
|
133
|
-
readonly 'color.border.accent.orange': "#E06C00";
|
|
134
|
-
readonly 'color.border.accent.orange.subtle': "#FBC828";
|
|
135
|
-
readonly 'color.border.accent.yellow': "#B38600";
|
|
136
|
-
readonly 'color.border.accent.yellow.subtle': "#EED12B";
|
|
137
|
-
readonly 'color.border.accent.green': "#22A06B";
|
|
138
|
-
readonly 'color.border.accent.green.subtle': "#7EE2B8";
|
|
139
|
-
readonly 'color.border.accent.teal': "#2898BD";
|
|
140
|
-
readonly 'color.border.accent.teal.subtle': "#9DD9EE";
|
|
141
|
-
readonly 'color.border.accent.blue': "#357DE8";
|
|
142
|
-
readonly 'color.border.accent.blue.subtle': "#8FB8F6";
|
|
143
|
-
readonly 'color.border.accent.purple': "#AF59E1";
|
|
144
|
-
readonly 'color.border.accent.purple.subtle': "#D8A0F7";
|
|
145
|
-
readonly 'color.border.accent.magenta': "#CD519D";
|
|
146
|
-
readonly 'color.border.accent.magenta.subtle': "#F797D2";
|
|
147
|
-
readonly 'color.border.accent.gray': "#7D818A";
|
|
148
|
-
readonly 'color.border.accent.gray.subtle': "#DDDEE1";
|
|
149
|
-
readonly 'color.border.disabled': "#0515240F";
|
|
150
|
-
readonly 'color.border.focused': "#4688EC";
|
|
151
|
-
readonly 'color.border.input': "#8C8F97";
|
|
152
|
-
readonly 'color.border.inverse': "#FFFFFF";
|
|
153
|
-
readonly 'color.border.selected': "#1868DB";
|
|
154
|
-
readonly 'color.border.brand': "#1868DB";
|
|
155
|
-
readonly 'color.border.danger': "#E2483D";
|
|
156
|
-
readonly 'color.border.danger.subtle': "#FD9891";
|
|
157
|
-
readonly 'color.border.warning': "#E06C00";
|
|
158
|
-
readonly 'color.border.warning.subtle': "#FBC828";
|
|
159
|
-
readonly 'color.border.success': "#6A9A23";
|
|
160
|
-
readonly 'color.border.success.subtle': "#B3DF72";
|
|
161
|
-
readonly 'color.border.discovery': "#AF59E1";
|
|
162
|
-
readonly 'color.border.discovery.subtle': "#D8A0F7";
|
|
163
|
-
readonly 'color.border.information': "#357DE8";
|
|
164
|
-
readonly 'color.border.information.subtle': "#8FB8F6";
|
|
165
|
-
readonly 'color.border.bold': "#7D818A";
|
|
166
63
|
readonly 'color.background.accent.lime.subtlest': "#EFFFD6";
|
|
167
64
|
readonly 'color.background.accent.lime.subtlest.hovered': "#D3F1A7";
|
|
168
65
|
readonly 'color.background.accent.lime.subtlest.pressed': "#BDE97C";
|
|
@@ -364,13 +261,116 @@ declare const defaultTokenValues: {
|
|
|
364
261
|
readonly 'color.background.information.bold': "#1868DB";
|
|
365
262
|
readonly 'color.background.information.bold.hovered': "#1558BC";
|
|
366
263
|
readonly 'color.background.information.bold.pressed': "#144794";
|
|
367
|
-
readonly 'color.
|
|
368
|
-
readonly 'color.
|
|
369
|
-
readonly 'color.
|
|
264
|
+
readonly 'color.border': "#0B120E24";
|
|
265
|
+
readonly 'color.border.accent.lime': "#6A9A23";
|
|
266
|
+
readonly 'color.border.accent.lime.subtle': "#B3DF72";
|
|
267
|
+
readonly 'color.border.accent.red': "#E2483D";
|
|
268
|
+
readonly 'color.border.accent.red.subtle': "#FD9891";
|
|
269
|
+
readonly 'color.border.accent.orange': "#E06C00";
|
|
270
|
+
readonly 'color.border.accent.orange.subtle': "#FBC828";
|
|
271
|
+
readonly 'color.border.accent.yellow': "#B38600";
|
|
272
|
+
readonly 'color.border.accent.yellow.subtle': "#EED12B";
|
|
273
|
+
readonly 'color.border.accent.green': "#22A06B";
|
|
274
|
+
readonly 'color.border.accent.green.subtle': "#7EE2B8";
|
|
275
|
+
readonly 'color.border.accent.teal': "#2898BD";
|
|
276
|
+
readonly 'color.border.accent.teal.subtle': "#9DD9EE";
|
|
277
|
+
readonly 'color.border.accent.blue': "#357DE8";
|
|
278
|
+
readonly 'color.border.accent.blue.subtle': "#8FB8F6";
|
|
279
|
+
readonly 'color.border.accent.purple': "#AF59E1";
|
|
280
|
+
readonly 'color.border.accent.purple.subtle': "#D8A0F7";
|
|
281
|
+
readonly 'color.border.accent.magenta': "#CD519D";
|
|
282
|
+
readonly 'color.border.accent.magenta.subtle': "#F797D2";
|
|
283
|
+
readonly 'color.border.accent.gray': "#7D818A";
|
|
284
|
+
readonly 'color.border.accent.gray.subtle': "#B7B9BE";
|
|
285
|
+
readonly 'color.border.disabled': "#0515240F";
|
|
286
|
+
readonly 'color.border.focused': "#4688EC";
|
|
287
|
+
readonly 'color.border.input': "#8C8F97";
|
|
288
|
+
readonly 'color.border.inverse': "#FFFFFF";
|
|
289
|
+
readonly 'color.border.selected': "#1868DB";
|
|
290
|
+
readonly 'color.border.brand': "#1868DB";
|
|
291
|
+
readonly 'color.border.danger': "#E2483D";
|
|
292
|
+
readonly 'color.border.danger.subtle': "#FD9891";
|
|
293
|
+
readonly 'color.border.warning': "#E06C00";
|
|
294
|
+
readonly 'color.border.warning.subtle': "#FBC828";
|
|
295
|
+
readonly 'color.border.success': "#6A9A23";
|
|
296
|
+
readonly 'color.border.success.subtle': "#B3DF72";
|
|
297
|
+
readonly 'color.border.discovery': "#AF59E1";
|
|
298
|
+
readonly 'color.border.discovery.subtle': "#D8A0F7";
|
|
299
|
+
readonly 'color.border.information': "#357DE8";
|
|
300
|
+
readonly 'color.border.information.subtle': "#8FB8F6";
|
|
301
|
+
readonly 'color.border.bold': "#7D818A";
|
|
302
|
+
readonly 'color.text': "#292A2E";
|
|
303
|
+
readonly 'color.text.accent.lime': "#4C6B1F";
|
|
304
|
+
readonly 'color.text.accent.lime.bolder': "#37471F";
|
|
305
|
+
readonly 'color.text.accent.red': "#AE2E24";
|
|
306
|
+
readonly 'color.text.accent.red.bolder': "#5D1F1A";
|
|
307
|
+
readonly 'color.text.accent.orange': "#9E4C00";
|
|
308
|
+
readonly 'color.text.accent.orange.bolder': "#693200";
|
|
309
|
+
readonly 'color.text.accent.yellow': "#7F5F01";
|
|
310
|
+
readonly 'color.text.accent.yellow.bolder': "#533F04";
|
|
311
|
+
readonly 'color.text.accent.green': "#216E4E";
|
|
312
|
+
readonly 'color.text.accent.green.bolder': "#164B35";
|
|
313
|
+
readonly 'color.text.accent.teal': "#206A83";
|
|
314
|
+
readonly 'color.text.accent.teal.bolder': "#164555";
|
|
315
|
+
readonly 'color.text.accent.blue': "#1558BC";
|
|
316
|
+
readonly 'color.text.accent.blue.bolder': "#123263";
|
|
317
|
+
readonly 'color.text.accent.purple': "#803FA5";
|
|
318
|
+
readonly 'color.text.accent.purple.bolder': "#48245D";
|
|
319
|
+
readonly 'color.text.accent.magenta': "#943D73";
|
|
320
|
+
readonly 'color.text.accent.magenta.bolder': "#50253F";
|
|
321
|
+
readonly 'color.text.accent.gray': "#505258";
|
|
322
|
+
readonly 'color.text.accent.gray.bolder': "#1E1F21";
|
|
323
|
+
readonly 'color.text.disabled': "#080F214A";
|
|
324
|
+
readonly 'color.text.inverse': "#FFFFFF";
|
|
325
|
+
readonly 'color.text.selected': "#1868DB";
|
|
326
|
+
readonly 'color.text.brand': "#1868DB";
|
|
327
|
+
readonly 'color.text.danger': "#AE2E24";
|
|
328
|
+
readonly 'color.text.danger.bolder': "#5D1F1A";
|
|
329
|
+
readonly 'color.text.warning': "#9E4C00";
|
|
330
|
+
readonly 'color.text.warning.inverse': "#292A2E";
|
|
331
|
+
readonly 'color.text.warning.bolder': "#693200";
|
|
332
|
+
readonly 'color.text.success': "#4C6B1F";
|
|
333
|
+
readonly 'color.text.success.bolder': "#37471F";
|
|
334
|
+
readonly 'color.text.discovery': "#803FA5";
|
|
335
|
+
readonly 'color.text.discovery.bolder': "#48245D";
|
|
336
|
+
readonly 'color.text.information': "#1558BC";
|
|
337
|
+
readonly 'color.text.information.bolder': "#123263";
|
|
338
|
+
readonly 'color.text.subtlest': "#6B6E76";
|
|
339
|
+
readonly 'color.text.subtle': "#505258";
|
|
340
|
+
readonly 'color.icon': "#292A2E";
|
|
341
|
+
readonly 'color.icon.accent.lime': "#6A9A23";
|
|
342
|
+
readonly 'color.icon.accent.red': "#C9372C";
|
|
343
|
+
readonly 'color.icon.accent.orange': "#E06C00";
|
|
344
|
+
readonly 'color.icon.accent.yellow': "#B38600";
|
|
345
|
+
readonly 'color.icon.accent.green': "#22A06B";
|
|
346
|
+
readonly 'color.icon.accent.teal': "#2898BD";
|
|
347
|
+
readonly 'color.icon.accent.blue': "#357DE8";
|
|
348
|
+
readonly 'color.icon.accent.purple': "#AF59E1";
|
|
349
|
+
readonly 'color.icon.accent.magenta': "#CD519D";
|
|
350
|
+
readonly 'color.icon.accent.gray': "#7D818A";
|
|
351
|
+
readonly 'color.icon.disabled': "#080F214A";
|
|
352
|
+
readonly 'color.icon.inverse': "#FFFFFF";
|
|
353
|
+
readonly 'color.icon.selected': "#1868DB";
|
|
354
|
+
readonly 'color.icon.brand': "#1868DB";
|
|
355
|
+
readonly 'color.icon.danger': "#C9372C";
|
|
356
|
+
readonly 'color.icon.warning': "#E06C00";
|
|
357
|
+
readonly 'color.icon.warning.inverse': "#292A2E";
|
|
358
|
+
readonly 'color.icon.success': "#6A9A23";
|
|
359
|
+
readonly 'color.icon.discovery': "#AF59E1";
|
|
360
|
+
readonly 'color.icon.information': "#357DE8";
|
|
361
|
+
readonly 'color.icon.subtlest': "#6B6E76";
|
|
362
|
+
readonly 'color.icon.subtle': "#505258";
|
|
363
|
+
readonly 'color.link': "#1868DB";
|
|
364
|
+
readonly 'color.link.pressed': "#1558BC";
|
|
365
|
+
readonly 'color.link.visited': "#803FA5";
|
|
366
|
+
readonly 'color.link.visited.pressed': "#48245D";
|
|
370
367
|
readonly 'color.interaction.hovered': "#00000029";
|
|
371
368
|
readonly 'color.interaction.pressed': "#00000052";
|
|
372
369
|
readonly 'color.skeleton': "#0515240F";
|
|
373
370
|
readonly 'color.skeleton.subtle': "#17171708";
|
|
371
|
+
readonly 'color.blanket': "#050C1F75";
|
|
372
|
+
readonly 'color.blanket.selected': "#388BFF14";
|
|
373
|
+
readonly 'color.blanket.danger': "#EF5C4814";
|
|
374
374
|
readonly 'color.chart.categorical.1': "#357DE8";
|
|
375
375
|
readonly 'color.chart.categorical.1.hovered': "#1868DB";
|
|
376
376
|
readonly 'color.chart.categorical.2': "#82B536";
|
|
@@ -471,6 +471,17 @@ declare const defaultTokenValues: {
|
|
|
471
471
|
readonly 'color.chart.information.hovered': "#1868DB";
|
|
472
472
|
readonly 'color.chart.information.bold': "#1558BC";
|
|
473
473
|
readonly 'color.chart.information.bold.hovered': "#123263";
|
|
474
|
+
readonly 'color.rovo.background.brand.bold': "#000000";
|
|
475
|
+
readonly 'color.rovo.background.brand.bold.hovered': "#1E1F21";
|
|
476
|
+
readonly 'color.rovo.background.brand.bold.pressed': "#292A2E";
|
|
477
|
+
readonly 'color.rovo.border.lime': "#6A9A23";
|
|
478
|
+
readonly 'color.rovo.border.saffron': "#FCA700";
|
|
479
|
+
readonly 'color.rovo.border.blue': "#1868DB";
|
|
480
|
+
readonly 'color.rovo.border.purple': "#AF59E1";
|
|
481
|
+
readonly 'color.rovo.icon.lime': "#6A9A23";
|
|
482
|
+
readonly 'color.rovo.icon.saffron': "#FCA700";
|
|
483
|
+
readonly 'color.rovo.icon.blue': "#1868DB";
|
|
484
|
+
readonly 'color.rovo.icon.purple': "#AF59E1";
|
|
474
485
|
readonly 'elevation.surface': "#FFFFFF";
|
|
475
486
|
readonly 'elevation.surface.hovered': "#F0F1F2";
|
|
476
487
|
readonly 'elevation.surface.pressed': "#DDDEE1";
|