@atlaskit/tokens 13.3.1 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/artifacts/theme-import-map/package.json +1 -8
- package/artifacts/types/package.json +1 -8
- package/babel-plugin/package.json +1 -8
- package/constants/package.json +1 -8
- package/css-type-schema/package.json +1 -8
- package/custom-themes/package.json +1 -8
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- 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 +5 -1
- package/dist/cjs/artifacts/token-names.js +5 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/cjs/entry-points/token-metadata.codegen.js +37 -1
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/utils/token-usage-guidelines.js +3 -0
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-dark.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +5 -1
- package/dist/es2019/artifacts/token-default-values.js +5 -1
- package/dist/es2019/artifacts/token-names.js +5 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/es2019/entry-points/token-metadata.codegen.js +37 -1
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/utils/token-usage-guidelines.js +3 -0
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- 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 +5 -1
- package/dist/esm/artifacts/token-names.js +5 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/esm/entry-points/token-metadata.codegen.js +37 -1
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/utils/token-usage-guidelines.js +3 -0
- package/dist/types/artifacts/generated-pairs.d.ts +1 -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 +5 -1
- package/dist/types/artifacts/token-names.d.ts +9 -1
- 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 +4 -4
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +24 -6
- package/enable-global-theme/package.json +1 -8
- package/figma/atlassian-dark-increased-contrast.json +36 -0
- package/figma/atlassian-dark.json +36 -0
- package/figma/atlassian-light-increased-contrast.json +36 -0
- package/figma/atlassian-light.json +36 -0
- package/get-global-theme/package.json +1 -8
- package/get-ssr-auto-script/package.json +1 -8
- package/get-theme-html-attrs/package.json +1 -8
- package/get-theme-styles/package.json +1 -8
- package/get-token/package.json +1 -8
- package/get-token-value/package.json +1 -8
- package/package.json +29 -37
- package/palettes-raw/package.json +1 -8
- package/rename-mapping/package.json +1 -8
- package/set-global-theme/package.json +1 -8
- package/theme-config/package.json +1 -8
- package/theme-mutation-observer/package.json +1 -8
- package/theme-state-transformer/package.json +1 -8
- package/token-default-values/package.json +1 -8
- package/token-ids/package.json +1 -8
- package/token-metadata/package.json +1 -8
- package/token-names/package.json +1 -8
- package/token-order/package.json +1 -8
- package/tokens-raw/package.json +1 -8
- package/types/package.json +1 -8
- package/use-theme-observer/package.json +1 -8
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +0 -18
- package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +0 -18
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +0 -16
- package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +0 -25
- package/dist/types-ts4.5/artifacts/palettes-raw/motion-palette.d.ts +0 -24
- package/dist/types-ts4.5/artifacts/palettes-raw/palette-brand-refresh.d.ts +0 -25
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +0 -25
- package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +0 -24
- package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +0 -24
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +0 -24
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +0 -26
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +0 -16
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-future.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-future.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-motion.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape-rounder.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape-roundest.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +0 -562
- package/dist/types-ts4.5/artifacts/token-names.d.ts +0 -1105
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +0 -50
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-future.d.ts +0 -31
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +0 -51
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +0 -51
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +0 -51
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +0 -51
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +0 -50
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-future.d.ts +0 -31
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +0 -51
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +0 -51
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +0 -43
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +0 -31
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +0 -31
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +0 -38
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +0 -6
- package/dist/types-ts4.5/artifacts/types.d.ts +0 -6
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-token-names.d.ts +0 -784
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types-internal.d.ts +0 -6
- package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types.d.ts +0 -6
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-token-names.d.ts +0 -784
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types-internal.d.ts +0 -6
- package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types.d.ts +0 -6
- package/dist/types-ts4.5/babel-plugin/index.d.ts +0 -1
- package/dist/types-ts4.5/babel-plugin/plugin.d.ts +0 -29
- package/dist/types-ts4.5/constants.d.ts +0 -9
- package/dist/types-ts4.5/custom-theme.d.ts +0 -6
- package/dist/types-ts4.5/enable-global-theme.d.ts +0 -26
- package/dist/types-ts4.5/entry-points/artifacts-theme-import-map.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/artifacts-types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/babel-plugin.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/constants.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +0 -165
- package/dist/types-ts4.5/entry-points/custom-themes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/enable-global-theme.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/get-global-theme.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/get-ssr-auto-script.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/get-theme-html-attrs.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/get-theme-styles.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/get-token-value.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/get-token.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/rename-mapping.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/set-global-theme.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/theme-config.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/theme-mutation-observer.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/theme-state-transformer.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/token-default-values.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/token-ids.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +0 -19
- package/dist/types-ts4.5/entry-points/token-names.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/token-order.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -6
- package/dist/types-ts4.5/entry-points/types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/use-theme-observer.d.ts +0 -1
- package/dist/types-ts4.5/get-custom-theme-styles.d.ts +0 -16
- package/dist/types-ts4.5/get-global-theme.d.ts +0 -3
- package/dist/types-ts4.5/get-ssr-auto-script.d.ts +0 -11
- package/dist/types-ts4.5/get-theme-html-attrs.d.ts +0 -18
- package/dist/types-ts4.5/get-theme-styles.d.ts +0 -25
- package/dist/types-ts4.5/get-token-value.d.ts +0 -25
- package/dist/types-ts4.5/get-token.d.ts +0 -26
- package/dist/types-ts4.5/index.d.ts +0 -19
- package/dist/types-ts4.5/is-color-mode.d.ts +0 -2
- package/dist/types-ts4.5/is-theme-ids.d.ts +0 -2
- package/dist/types-ts4.5/is-theme-kind.d.ts +0 -11
- package/dist/types-ts4.5/load-custom-theme-styles.d.ts +0 -17
- package/dist/types-ts4.5/set-global-theme.d.ts +0 -26
- package/dist/types-ts4.5/theme-color-modes.d.ts +0 -12
- package/dist/types-ts4.5/theme-config.d.ts +0 -121
- package/dist/types-ts4.5/theme-ids.d.ts +0 -19
- package/dist/types-ts4.5/theme-mutation-observer.d.ts +0 -25
- package/dist/types-ts4.5/theme-object-to-string.d.ts +0 -13
- package/dist/types-ts4.5/theme-options-schema.d.ts +0 -7
- package/dist/types-ts4.5/theme-state-defaults.d.ts +0 -14
- package/dist/types-ts4.5/theme-state.d.ts +0 -17
- package/dist/types-ts4.5/theme-string-to-object.d.ts +0 -14
- package/dist/types-ts4.5/types.d.ts +0 -1338
- package/dist/types-ts4.5/use-theme-observer.d.ts +0 -16
- package/dist/types-ts4.5/utils/additional-contrast-checker.d.ts +0 -9
- package/dist/types-ts4.5/utils/color-detection.d.ts +0 -8
- package/dist/types-ts4.5/utils/color-mode-listeners.d.ts +0 -13
- package/dist/types-ts4.5/utils/configure-page.d.ts +0 -6
- package/dist/types-ts4.5/utils/contrast-mode-listeners.d.ts +0 -13
- package/dist/types-ts4.5/utils/custom-theme-loading-utils.d.ts +0 -4
- package/dist/types-ts4.5/utils/custom-theme-token-contrast-check.d.ts +0 -11
- package/dist/types-ts4.5/utils/delta-e.d.ts +0 -1
- package/dist/types-ts4.5/utils/generate-colors.d.ts +0 -5
- package/dist/types-ts4.5/utils/generate-token-map-with-contrast-check.d.ts +0 -11
- package/dist/types-ts4.5/utils/generate-token-map.d.ts +0 -11
- package/dist/types-ts4.5/utils/get-alpha.d.ts +0 -1
- package/dist/types-ts4.5/utils/get-closest-color-index.d.ts +0 -2
- package/dist/types-ts4.5/utils/get-contrast-ratio.d.ts +0 -1
- package/dist/types-ts4.5/utils/get-css-custom-property.d.ts +0 -15
- package/dist/types-ts4.5/utils/get-fully-qualified-token-id.d.ts +0 -11
- package/dist/types-ts4.5/utils/get-increased-contrast-theme.d.ts +0 -5
- package/dist/types-ts4.5/utils/get-theme-override-preferences.d.ts +0 -2
- package/dist/types-ts4.5/utils/get-theme-preferences.d.ts +0 -3
- package/dist/types-ts4.5/utils/get-token-id.d.ts +0 -15
- package/dist/types-ts4.5/utils/hash.d.ts +0 -1
- package/dist/types-ts4.5/utils/hct-color-utils/alpha-from-argb.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/argb-from-linrgb.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/argb-from-lstar.d.ts +0 -8
- package/dist/types-ts4.5/utils/hct-color-utils/argb-from-rgb.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/argb-from-rgba.d.ts +0 -8
- package/dist/types-ts4.5/utils/hct-color-utils/argb-from-xyz.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/blue-from-argb.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/clamp-component.d.ts +0 -1
- package/dist/types-ts4.5/utils/hct-color-utils/clamp-double.d.ts +0 -7
- package/dist/types-ts4.5/utils/hct-color-utils/clamp-int.d.ts +0 -7
- package/dist/types-ts4.5/utils/hct-color-utils/contrast.d.ts +0 -78
- package/dist/types-ts4.5/utils/hct-color-utils/delinearized.d.ts +0 -9
- package/dist/types-ts4.5/utils/hct-color-utils/green-from-argb.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/hct.d.ts +0 -92
- package/dist/types-ts4.5/utils/hct-color-utils/index.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/lab-f.d.ts +0 -1
- package/dist/types-ts4.5/utils/hct-color-utils/lab-invf.d.ts +0 -1
- package/dist/types-ts4.5/utils/hct-color-utils/lerp.d.ts +0 -6
- package/dist/types-ts4.5/utils/hct-color-utils/linearized.d.ts +0 -9
- package/dist/types-ts4.5/utils/hct-color-utils/lstar-from-argb.d.ts +0 -7
- package/dist/types-ts4.5/utils/hct-color-utils/lstar-from-y.d.ts +0 -12
- package/dist/types-ts4.5/utils/hct-color-utils/math-utils.d.ts +0 -6
- package/dist/types-ts4.5/utils/hct-color-utils/matrix-multiply.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/red-from-argb.d.ts +0 -4
- package/dist/types-ts4.5/utils/hct-color-utils/rgba-from-argb.d.ts +0 -8
- package/dist/types-ts4.5/utils/hct-color-utils/rgba.d.ts +0 -14
- package/dist/types-ts4.5/utils/hct-color-utils/sanitize-degrees-double.d.ts +0 -7
- package/dist/types-ts4.5/utils/hct-color-utils/signum.d.ts +0 -6
- package/dist/types-ts4.5/utils/hct-color-utils/viewing-conditions.d.ts +0 -47
- package/dist/types-ts4.5/utils/hct-color-utils/white-point-d65.d.ts +0 -6
- package/dist/types-ts4.5/utils/hct-color-utils/y-from-lstar.d.ts +0 -12
- package/dist/types-ts4.5/utils/hex-to-hsl.d.ts +0 -5
- package/dist/types-ts4.5/utils/hex-to-rgb-a.d.ts +0 -6
- package/dist/types-ts4.5/utils/hex-to-rgb.d.ts +0 -5
- package/dist/types-ts4.5/utils/hex-to-rgba-values.d.ts +0 -6
- package/dist/types-ts4.5/utils/hsl-to-rgb.d.ts +0 -5
- package/dist/types-ts4.5/utils/is-valid-brand-hex.d.ts +0 -1
- package/dist/types-ts4.5/utils/is-valid-hex.d.ts +0 -1
- package/dist/types-ts4.5/utils/limit-size-of-custom-style-elements.d.ts +0 -1
- package/dist/types-ts4.5/utils/load-theme-css.d.ts +0 -2
- package/dist/types-ts4.5/utils/reduce-token-map.d.ts +0 -6
- package/dist/types-ts4.5/utils/relative-luminance-w3-c.d.ts +0 -1
- package/dist/types-ts4.5/utils/rgb-to-hex.d.ts +0 -1
- package/dist/types-ts4.5/utils/rgb-to-lab.d.ts +0 -5
- package/dist/types-ts4.5/utils/theme-loading.d.ts +0 -5
- package/dist/types-ts4.5/utils/token-ids.d.ts +0 -3
- package/dist/types-ts4.5/utils/token-order.d.ts +0 -7
- package/dist/types-ts4.5/utils/token-usage-guidelines.d.ts +0 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::33900fd52d27e09cb7c76ecc5427a2f0>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -434,6 +434,7 @@ html[data-color-mode="dark"][data-contrast-mode="more"][data-theme~="dark:dark"]
|
|
|
434
434
|
--ds-surface: #1F1F21;
|
|
435
435
|
--ds-surface-hovered: #242528;
|
|
436
436
|
--ds-surface-pressed: #2B2C2F;
|
|
437
|
+
--ds-surface-container: #303134;
|
|
437
438
|
--ds-surface-overlay: #2B2C2F;
|
|
438
439
|
--ds-surface-overlay-hovered: #303134;
|
|
439
440
|
--ds-surface-overlay-pressed: #3D3F43;
|
|
@@ -441,6 +442,9 @@ html[data-color-mode="dark"][data-contrast-mode="more"][data-theme~="dark:dark"]
|
|
|
441
442
|
--ds-surface-raised-hovered: #2B2C2F;
|
|
442
443
|
--ds-surface-raised-pressed: #303134;
|
|
443
444
|
--ds-surface-sunken: #18191A;
|
|
445
|
+
--ds-rovo-surface-overlay: #242528;
|
|
446
|
+
--ds-rovo-surface-overlay-hovered: #2B2C2F;
|
|
447
|
+
--ds-rovo-surface-overlay-pressed: #303134;
|
|
444
448
|
--ds-shadow-overflow: 0px 0px 12px #0104048F;
|
|
445
449
|
--ds-shadow-overflow-perimeter: #01040480;
|
|
446
450
|
--ds-shadow-overflow-spread: #0104048f;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::4723b11f5313ece049517fb2c288ebe3>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -432,6 +432,7 @@ html[data-color-mode="dark"][data-theme~="dark:dark"], [data-subtree-theme][data
|
|
|
432
432
|
--ds-surface: #1F1F21;
|
|
433
433
|
--ds-surface-hovered: #242528;
|
|
434
434
|
--ds-surface-pressed: #2B2C2F;
|
|
435
|
+
--ds-surface-container: #303134;
|
|
435
436
|
--ds-surface-overlay: #2B2C2F;
|
|
436
437
|
--ds-surface-overlay-hovered: #303134;
|
|
437
438
|
--ds-surface-overlay-pressed: #3D3F43;
|
|
@@ -439,6 +440,9 @@ html[data-color-mode="dark"][data-theme~="dark:dark"], [data-subtree-theme][data
|
|
|
439
440
|
--ds-surface-raised-hovered: #2B2C2F;
|
|
440
441
|
--ds-surface-raised-pressed: #303134;
|
|
441
442
|
--ds-surface-sunken: #18191A;
|
|
443
|
+
--ds-rovo-surface-overlay: #242528;
|
|
444
|
+
--ds-rovo-surface-overlay-hovered: #2B2C2F;
|
|
445
|
+
--ds-rovo-surface-overlay-pressed: #303134;
|
|
442
446
|
--ds-shadow-overflow: 0px 0px 12px #0104048F, 0px 0px 1px #01040480;
|
|
443
447
|
--ds-shadow-overflow-perimeter: #01040480;
|
|
444
448
|
--ds-shadow-overflow-spread: #0104048f;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::1fcdb1a7928a8b38a44d2e7eb5a8d143>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -434,6 +434,7 @@ html[data-color-mode="dark"][data-contrast-mode="more"][data-theme~="dark:light"
|
|
|
434
434
|
--ds-surface: #FFFFFF;
|
|
435
435
|
--ds-surface-hovered: #F0F1F2;
|
|
436
436
|
--ds-surface-pressed: #DDDEE1;
|
|
437
|
+
--ds-surface-container: #F0F1F2;
|
|
437
438
|
--ds-surface-overlay: #FFFFFF;
|
|
438
439
|
--ds-surface-overlay-hovered: #F0F1F2;
|
|
439
440
|
--ds-surface-overlay-pressed: #DDDEE1;
|
|
@@ -441,6 +442,9 @@ html[data-color-mode="dark"][data-contrast-mode="more"][data-theme~="dark:light"
|
|
|
441
442
|
--ds-surface-raised-hovered: #F0F1F2;
|
|
442
443
|
--ds-surface-raised-pressed: #DDDEE1;
|
|
443
444
|
--ds-surface-sunken: #FCFDFE;
|
|
445
|
+
--ds-rovo-surface-overlay: #F8F8F8;
|
|
446
|
+
--ds-rovo-surface-overlay-hovered: #F0F1F2;
|
|
447
|
+
--ds-rovo-surface-overlay-pressed: #DDDEE1;
|
|
444
448
|
--ds-shadow-overflow: 0px 0px 8px #1E1F2129;
|
|
445
449
|
--ds-shadow-overflow-perimeter: #1E1F211f;
|
|
446
450
|
--ds-shadow-overflow-spread: #1E1F2129;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::e8c9001cc0a79b5a31e4c1e2b4481784>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -432,6 +432,7 @@ html[data-color-mode="dark"][data-theme~="dark:light"], [data-subtree-theme][dat
|
|
|
432
432
|
--ds-surface: #FFFFFF;
|
|
433
433
|
--ds-surface-hovered: #F0F1F2;
|
|
434
434
|
--ds-surface-pressed: #DDDEE1;
|
|
435
|
+
--ds-surface-container: #F0F1F2;
|
|
435
436
|
--ds-surface-overlay: #FFFFFF;
|
|
436
437
|
--ds-surface-overlay-hovered: #F0F1F2;
|
|
437
438
|
--ds-surface-overlay-pressed: #DDDEE1;
|
|
@@ -439,6 +440,9 @@ html[data-color-mode="dark"][data-theme~="dark:light"], [data-subtree-theme][dat
|
|
|
439
440
|
--ds-surface-raised-hovered: #F0F1F2;
|
|
440
441
|
--ds-surface-raised-pressed: #DDDEE1;
|
|
441
442
|
--ds-surface-sunken: #F8F8F8;
|
|
443
|
+
--ds-rovo-surface-overlay: #F8F8F8;
|
|
444
|
+
--ds-rovo-surface-overlay-hovered: #F0F1F2;
|
|
445
|
+
--ds-rovo-surface-overlay-pressed: #DDDEE1;
|
|
442
446
|
--ds-shadow-overflow: 0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F;
|
|
443
447
|
--ds-shadow-overflow-perimeter: #1E1F211f;
|
|
444
448
|
--ds-shadow-overflow-spread: #1E1F2129;
|
|
@@ -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::e565c3f624eeb0efb91263e41340d5a8>>
|
|
11
11
|
* @codegenCommand yarn build tokens
|
|
12
12
|
*/
|
|
13
13
|
const defaultTokenValues = {
|
|
@@ -485,6 +485,7 @@ const defaultTokenValues = {
|
|
|
485
485
|
'elevation.surface': '#FFFFFF',
|
|
486
486
|
'elevation.surface.hovered': '#F0F1F2',
|
|
487
487
|
'elevation.surface.pressed': '#DDDEE1',
|
|
488
|
+
'elevation.surface.container': '#F0F1F2',
|
|
488
489
|
'elevation.surface.overlay': '#FFFFFF',
|
|
489
490
|
'elevation.surface.overlay.hovered': '#F0F1F2',
|
|
490
491
|
'elevation.surface.overlay.pressed': '#DDDEE1',
|
|
@@ -492,6 +493,9 @@ const defaultTokenValues = {
|
|
|
492
493
|
'elevation.surface.raised.hovered': '#F0F1F2',
|
|
493
494
|
'elevation.surface.raised.pressed': '#DDDEE1',
|
|
494
495
|
'elevation.surface.sunken': '#F8F8F8',
|
|
496
|
+
'elevation.rovo.surface.overlay': '#F8F8F8',
|
|
497
|
+
'elevation.rovo.surface.overlay.hovered': '#F0F1F2',
|
|
498
|
+
'elevation.rovo.surface.overlay.pressed': '#DDDEE1',
|
|
495
499
|
'elevation.shadow.overflow': '0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F',
|
|
496
500
|
'elevation.shadow.overflow.perimeter': '#1E1F211f',
|
|
497
501
|
'elevation.shadow.overflow.spread': '#1E1F2129',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::1f64d7a1e3392b669ad5c7bfd53c7403>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = {
|
|
@@ -478,6 +478,7 @@ const tokens = {
|
|
|
478
478
|
'elevation.surface': '--ds-surface',
|
|
479
479
|
'elevation.surface.hovered': '--ds-surface-hovered',
|
|
480
480
|
'elevation.surface.pressed': '--ds-surface-pressed',
|
|
481
|
+
'elevation.surface.container': '--ds-surface-container',
|
|
481
482
|
'elevation.surface.overlay': '--ds-surface-overlay',
|
|
482
483
|
'elevation.surface.overlay.hovered': '--ds-surface-overlay-hovered',
|
|
483
484
|
'elevation.surface.overlay.pressed': '--ds-surface-overlay-pressed',
|
|
@@ -485,6 +486,9 @@ const tokens = {
|
|
|
485
486
|
'elevation.surface.raised.hovered': '--ds-surface-raised-hovered',
|
|
486
487
|
'elevation.surface.raised.pressed': '--ds-surface-raised-pressed',
|
|
487
488
|
'elevation.surface.sunken': '--ds-surface-sunken',
|
|
489
|
+
'elevation.rovo.surface.overlay': '--ds-rovo-surface-overlay',
|
|
490
|
+
'elevation.rovo.surface.overlay.hovered': '--ds-rovo-surface-overlay-hovered',
|
|
491
|
+
'elevation.rovo.surface.overlay.pressed': '--ds-rovo-surface-overlay-pressed',
|
|
488
492
|
'elevation.shadow.overflow': '--ds-shadow-overflow',
|
|
489
493
|
'elevation.shadow.overflow.perimeter': '--ds-shadow-overflow-perimeter',
|
|
490
494
|
'elevation.shadow.overflow.spread': '--ds-shadow-overflow-spread',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::838152e5952609664294769ab5038ab9>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9354,6 +9354,28 @@ const tokens = [{
|
|
|
9354
9354
|
"name": "elevation.surface.[default].pressed",
|
|
9355
9355
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9356
9356
|
"cleanName": "elevation.surface.pressed"
|
|
9357
|
+
}, {
|
|
9358
|
+
"value": "#303134",
|
|
9359
|
+
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
9360
|
+
"isSource": false,
|
|
9361
|
+
"attributes": {
|
|
9362
|
+
"group": "paint",
|
|
9363
|
+
"state": "active",
|
|
9364
|
+
"introduced": "13.3.0",
|
|
9365
|
+
"description": "Use as a neutral container surface background."
|
|
9366
|
+
},
|
|
9367
|
+
"original": {
|
|
9368
|
+
"value": "DarkNeutral300",
|
|
9369
|
+
"attributes": {
|
|
9370
|
+
"group": "paint",
|
|
9371
|
+
"state": "active",
|
|
9372
|
+
"introduced": "13.3.0",
|
|
9373
|
+
"description": "Use as a neutral container surface background."
|
|
9374
|
+
}
|
|
9375
|
+
},
|
|
9376
|
+
"name": "elevation.surface.container",
|
|
9377
|
+
"path": ["elevation", "surface", "container"],
|
|
9378
|
+
"cleanName": "elevation.surface.container"
|
|
9357
9379
|
}, {
|
|
9358
9380
|
"value": "#2B2C2F",
|
|
9359
9381
|
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
@@ -9508,6 +9530,72 @@ const tokens = [{
|
|
|
9508
9530
|
"name": "elevation.surface.sunken",
|
|
9509
9531
|
"path": ["elevation", "surface", "sunken"],
|
|
9510
9532
|
"cleanName": "elevation.surface.sunken"
|
|
9533
|
+
}, {
|
|
9534
|
+
"value": "#242528",
|
|
9535
|
+
"filePath": "schema/themes/atlassian-dark-increased-contrast/elevation/rovo/surface.tsx",
|
|
9536
|
+
"isSource": true,
|
|
9537
|
+
"attributes": {
|
|
9538
|
+
"group": "paint",
|
|
9539
|
+
"state": "active",
|
|
9540
|
+
"introduced": "13.3.0",
|
|
9541
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9542
|
+
},
|
|
9543
|
+
"original": {
|
|
9544
|
+
"value": "DarkNeutral200",
|
|
9545
|
+
"attributes": {
|
|
9546
|
+
"group": "paint",
|
|
9547
|
+
"state": "active",
|
|
9548
|
+
"introduced": "13.3.0",
|
|
9549
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9550
|
+
}
|
|
9551
|
+
},
|
|
9552
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9553
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9554
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9555
|
+
}, {
|
|
9556
|
+
"value": "#2B2C2F",
|
|
9557
|
+
"filePath": "schema/themes/atlassian-dark-increased-contrast/elevation/rovo/surface.tsx",
|
|
9558
|
+
"isSource": true,
|
|
9559
|
+
"attributes": {
|
|
9560
|
+
"group": "paint",
|
|
9561
|
+
"state": "active",
|
|
9562
|
+
"introduced": "13.3.0",
|
|
9563
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9564
|
+
},
|
|
9565
|
+
"original": {
|
|
9566
|
+
"value": "DarkNeutral250",
|
|
9567
|
+
"attributes": {
|
|
9568
|
+
"group": "paint",
|
|
9569
|
+
"state": "active",
|
|
9570
|
+
"introduced": "13.3.0",
|
|
9571
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9572
|
+
}
|
|
9573
|
+
},
|
|
9574
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9575
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9576
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9577
|
+
}, {
|
|
9578
|
+
"value": "#303134",
|
|
9579
|
+
"filePath": "schema/themes/atlassian-dark-increased-contrast/elevation/rovo/surface.tsx",
|
|
9580
|
+
"isSource": true,
|
|
9581
|
+
"attributes": {
|
|
9582
|
+
"group": "paint",
|
|
9583
|
+
"state": "active",
|
|
9584
|
+
"introduced": "13.3.0",
|
|
9585
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9586
|
+
},
|
|
9587
|
+
"original": {
|
|
9588
|
+
"value": "DarkNeutral300",
|
|
9589
|
+
"attributes": {
|
|
9590
|
+
"group": "paint",
|
|
9591
|
+
"state": "active",
|
|
9592
|
+
"introduced": "13.3.0",
|
|
9593
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9594
|
+
}
|
|
9595
|
+
},
|
|
9596
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9597
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9598
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9511
9599
|
}, {
|
|
9512
9600
|
"value": [{
|
|
9513
9601
|
"radius": 12,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::752e02e8e29137a62066be0c96969094>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9354,6 +9354,28 @@ const tokens = [{
|
|
|
9354
9354
|
"name": "elevation.surface.[default].pressed",
|
|
9355
9355
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9356
9356
|
"cleanName": "elevation.surface.pressed"
|
|
9357
|
+
}, {
|
|
9358
|
+
"attributes": {
|
|
9359
|
+
"group": "paint",
|
|
9360
|
+
"state": "active",
|
|
9361
|
+
"introduced": "13.3.0",
|
|
9362
|
+
"description": "Use as a neutral container surface background."
|
|
9363
|
+
},
|
|
9364
|
+
"value": "#303134",
|
|
9365
|
+
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
9366
|
+
"isSource": true,
|
|
9367
|
+
"original": {
|
|
9368
|
+
"attributes": {
|
|
9369
|
+
"group": "paint",
|
|
9370
|
+
"state": "active",
|
|
9371
|
+
"introduced": "13.3.0",
|
|
9372
|
+
"description": "Use as a neutral container surface background."
|
|
9373
|
+
},
|
|
9374
|
+
"value": "DarkNeutral300"
|
|
9375
|
+
},
|
|
9376
|
+
"name": "elevation.surface.container",
|
|
9377
|
+
"path": ["elevation", "surface", "container"],
|
|
9378
|
+
"cleanName": "elevation.surface.container"
|
|
9357
9379
|
}, {
|
|
9358
9380
|
"attributes": {
|
|
9359
9381
|
"group": "paint",
|
|
@@ -9508,6 +9530,72 @@ const tokens = [{
|
|
|
9508
9530
|
"name": "elevation.surface.sunken",
|
|
9509
9531
|
"path": ["elevation", "surface", "sunken"],
|
|
9510
9532
|
"cleanName": "elevation.surface.sunken"
|
|
9533
|
+
}, {
|
|
9534
|
+
"attributes": {
|
|
9535
|
+
"group": "paint",
|
|
9536
|
+
"state": "active",
|
|
9537
|
+
"introduced": "13.3.0",
|
|
9538
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9539
|
+
},
|
|
9540
|
+
"value": "#242528",
|
|
9541
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9542
|
+
"isSource": true,
|
|
9543
|
+
"original": {
|
|
9544
|
+
"attributes": {
|
|
9545
|
+
"group": "paint",
|
|
9546
|
+
"state": "active",
|
|
9547
|
+
"introduced": "13.3.0",
|
|
9548
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9549
|
+
},
|
|
9550
|
+
"value": "DarkNeutral200"
|
|
9551
|
+
},
|
|
9552
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9553
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9554
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9555
|
+
}, {
|
|
9556
|
+
"attributes": {
|
|
9557
|
+
"group": "paint",
|
|
9558
|
+
"state": "active",
|
|
9559
|
+
"introduced": "13.3.0",
|
|
9560
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9561
|
+
},
|
|
9562
|
+
"value": "#2B2C2F",
|
|
9563
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9564
|
+
"isSource": true,
|
|
9565
|
+
"original": {
|
|
9566
|
+
"attributes": {
|
|
9567
|
+
"group": "paint",
|
|
9568
|
+
"state": "active",
|
|
9569
|
+
"introduced": "13.3.0",
|
|
9570
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9571
|
+
},
|
|
9572
|
+
"value": "DarkNeutral250"
|
|
9573
|
+
},
|
|
9574
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9575
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9576
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9577
|
+
}, {
|
|
9578
|
+
"attributes": {
|
|
9579
|
+
"group": "paint",
|
|
9580
|
+
"state": "active",
|
|
9581
|
+
"introduced": "13.3.0",
|
|
9582
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9583
|
+
},
|
|
9584
|
+
"value": "#303134",
|
|
9585
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9586
|
+
"isSource": true,
|
|
9587
|
+
"original": {
|
|
9588
|
+
"attributes": {
|
|
9589
|
+
"group": "paint",
|
|
9590
|
+
"state": "active",
|
|
9591
|
+
"introduced": "13.3.0",
|
|
9592
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9593
|
+
},
|
|
9594
|
+
"value": "DarkNeutral300"
|
|
9595
|
+
},
|
|
9596
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9597
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9598
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9511
9599
|
}, {
|
|
9512
9600
|
"attributes": {
|
|
9513
9601
|
"group": "shadow",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::64ea7d47282565d7455a13230e33ce8b>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9354,6 +9354,28 @@ const tokens = [{
|
|
|
9354
9354
|
"name": "elevation.surface.[default].pressed",
|
|
9355
9355
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9356
9356
|
"cleanName": "elevation.surface.pressed"
|
|
9357
|
+
}, {
|
|
9358
|
+
"value": "#F0F1F2",
|
|
9359
|
+
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
9360
|
+
"isSource": false,
|
|
9361
|
+
"attributes": {
|
|
9362
|
+
"group": "paint",
|
|
9363
|
+
"state": "active",
|
|
9364
|
+
"introduced": "13.3.0",
|
|
9365
|
+
"description": "Use as a neutral container surface background."
|
|
9366
|
+
},
|
|
9367
|
+
"original": {
|
|
9368
|
+
"value": "Neutral200",
|
|
9369
|
+
"attributes": {
|
|
9370
|
+
"group": "paint",
|
|
9371
|
+
"state": "active",
|
|
9372
|
+
"introduced": "13.3.0",
|
|
9373
|
+
"description": "Use as a neutral container surface background."
|
|
9374
|
+
}
|
|
9375
|
+
},
|
|
9376
|
+
"name": "elevation.surface.container",
|
|
9377
|
+
"path": ["elevation", "surface", "container"],
|
|
9378
|
+
"cleanName": "elevation.surface.container"
|
|
9357
9379
|
}, {
|
|
9358
9380
|
"value": "#FFFFFF",
|
|
9359
9381
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
@@ -9508,6 +9530,72 @@ const tokens = [{
|
|
|
9508
9530
|
"name": "elevation.surface.sunken",
|
|
9509
9531
|
"path": ["elevation", "surface", "sunken"],
|
|
9510
9532
|
"cleanName": "elevation.surface.sunken"
|
|
9533
|
+
}, {
|
|
9534
|
+
"value": "#F8F8F8",
|
|
9535
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9536
|
+
"isSource": true,
|
|
9537
|
+
"attributes": {
|
|
9538
|
+
"group": "paint",
|
|
9539
|
+
"state": "active",
|
|
9540
|
+
"introduced": "13.3.0",
|
|
9541
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9542
|
+
},
|
|
9543
|
+
"original": {
|
|
9544
|
+
"value": "Neutral100",
|
|
9545
|
+
"attributes": {
|
|
9546
|
+
"group": "paint",
|
|
9547
|
+
"state": "active",
|
|
9548
|
+
"introduced": "13.3.0",
|
|
9549
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9550
|
+
}
|
|
9551
|
+
},
|
|
9552
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9553
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9554
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9555
|
+
}, {
|
|
9556
|
+
"value": "#F0F1F2",
|
|
9557
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9558
|
+
"isSource": true,
|
|
9559
|
+
"attributes": {
|
|
9560
|
+
"group": "paint",
|
|
9561
|
+
"state": "active",
|
|
9562
|
+
"introduced": "13.3.0",
|
|
9563
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9564
|
+
},
|
|
9565
|
+
"original": {
|
|
9566
|
+
"value": "Neutral200",
|
|
9567
|
+
"attributes": {
|
|
9568
|
+
"group": "paint",
|
|
9569
|
+
"state": "active",
|
|
9570
|
+
"introduced": "13.3.0",
|
|
9571
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9572
|
+
}
|
|
9573
|
+
},
|
|
9574
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9575
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9576
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9577
|
+
}, {
|
|
9578
|
+
"value": "#DDDEE1",
|
|
9579
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9580
|
+
"isSource": true,
|
|
9581
|
+
"attributes": {
|
|
9582
|
+
"group": "paint",
|
|
9583
|
+
"state": "active",
|
|
9584
|
+
"introduced": "13.3.0",
|
|
9585
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9586
|
+
},
|
|
9587
|
+
"original": {
|
|
9588
|
+
"value": "Neutral300",
|
|
9589
|
+
"attributes": {
|
|
9590
|
+
"group": "paint",
|
|
9591
|
+
"state": "active",
|
|
9592
|
+
"introduced": "13.3.0",
|
|
9593
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9594
|
+
}
|
|
9595
|
+
},
|
|
9596
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9597
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9598
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9511
9599
|
}, {
|
|
9512
9600
|
"value": [{
|
|
9513
9601
|
"radius": 8,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::a1882f4b4e3305935325d612a706f4d0>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9354,6 +9354,28 @@ const tokens = [{
|
|
|
9354
9354
|
"name": "elevation.surface.[default].pressed",
|
|
9355
9355
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9356
9356
|
"cleanName": "elevation.surface.pressed"
|
|
9357
|
+
}, {
|
|
9358
|
+
"attributes": {
|
|
9359
|
+
"group": "paint",
|
|
9360
|
+
"state": "active",
|
|
9361
|
+
"introduced": "13.3.0",
|
|
9362
|
+
"description": "Use as a neutral container surface background."
|
|
9363
|
+
},
|
|
9364
|
+
"value": "#F0F1F2",
|
|
9365
|
+
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
9366
|
+
"isSource": true,
|
|
9367
|
+
"original": {
|
|
9368
|
+
"attributes": {
|
|
9369
|
+
"group": "paint",
|
|
9370
|
+
"state": "active",
|
|
9371
|
+
"introduced": "13.3.0",
|
|
9372
|
+
"description": "Use as a neutral container surface background."
|
|
9373
|
+
},
|
|
9374
|
+
"value": "Neutral200"
|
|
9375
|
+
},
|
|
9376
|
+
"name": "elevation.surface.container",
|
|
9377
|
+
"path": ["elevation", "surface", "container"],
|
|
9378
|
+
"cleanName": "elevation.surface.container"
|
|
9357
9379
|
}, {
|
|
9358
9380
|
"attributes": {
|
|
9359
9381
|
"group": "paint",
|
|
@@ -9508,6 +9530,72 @@ const tokens = [{
|
|
|
9508
9530
|
"name": "elevation.surface.sunken",
|
|
9509
9531
|
"path": ["elevation", "surface", "sunken"],
|
|
9510
9532
|
"cleanName": "elevation.surface.sunken"
|
|
9533
|
+
}, {
|
|
9534
|
+
"attributes": {
|
|
9535
|
+
"group": "paint",
|
|
9536
|
+
"state": "active",
|
|
9537
|
+
"introduced": "13.3.0",
|
|
9538
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9539
|
+
},
|
|
9540
|
+
"value": "#F8F8F8",
|
|
9541
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9542
|
+
"isSource": true,
|
|
9543
|
+
"original": {
|
|
9544
|
+
"attributes": {
|
|
9545
|
+
"group": "paint",
|
|
9546
|
+
"state": "active",
|
|
9547
|
+
"introduced": "13.3.0",
|
|
9548
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9549
|
+
},
|
|
9550
|
+
"value": "Neutral100"
|
|
9551
|
+
},
|
|
9552
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9553
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9554
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9555
|
+
}, {
|
|
9556
|
+
"attributes": {
|
|
9557
|
+
"group": "paint",
|
|
9558
|
+
"state": "active",
|
|
9559
|
+
"introduced": "13.3.0",
|
|
9560
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9561
|
+
},
|
|
9562
|
+
"value": "#F0F1F2",
|
|
9563
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9564
|
+
"isSource": true,
|
|
9565
|
+
"original": {
|
|
9566
|
+
"attributes": {
|
|
9567
|
+
"group": "paint",
|
|
9568
|
+
"state": "active",
|
|
9569
|
+
"introduced": "13.3.0",
|
|
9570
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9571
|
+
},
|
|
9572
|
+
"value": "Neutral200"
|
|
9573
|
+
},
|
|
9574
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9575
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9576
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9577
|
+
}, {
|
|
9578
|
+
"attributes": {
|
|
9579
|
+
"group": "paint",
|
|
9580
|
+
"state": "active",
|
|
9581
|
+
"introduced": "13.3.0",
|
|
9582
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9583
|
+
},
|
|
9584
|
+
"value": "#DDDEE1",
|
|
9585
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9586
|
+
"isSource": true,
|
|
9587
|
+
"original": {
|
|
9588
|
+
"attributes": {
|
|
9589
|
+
"group": "paint",
|
|
9590
|
+
"state": "active",
|
|
9591
|
+
"introduced": "13.3.0",
|
|
9592
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9593
|
+
},
|
|
9594
|
+
"value": "Neutral300"
|
|
9595
|
+
},
|
|
9596
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9597
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9598
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9511
9599
|
}, {
|
|
9512
9600
|
"attributes": {
|
|
9513
9601
|
"group": "shadow",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::ae4acbb8ddfe6f3a0c28dc3479fd9d0d>>
|
|
7
7
|
* @codegenCommand yarn build tokens
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -4264,6 +4264,15 @@ export const tokens = [{
|
|
|
4264
4264
|
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4265
4265
|
cssProperties: ['background-color']
|
|
4266
4266
|
}
|
|
4267
|
+
}, {
|
|
4268
|
+
name: 'elevation.surface.container',
|
|
4269
|
+
path: ['elevation', 'surface', 'container'],
|
|
4270
|
+
description: 'Use as a neutral container surface background.',
|
|
4271
|
+
exampleValue: '#F0F1F2',
|
|
4272
|
+
usageGuidelines: {
|
|
4273
|
+
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4274
|
+
cssProperties: ['background-color']
|
|
4275
|
+
}
|
|
4267
4276
|
}, {
|
|
4268
4277
|
name: 'elevation.surface.overlay',
|
|
4269
4278
|
path: ['elevation', 'surface', 'overlay', '[default]'],
|
|
@@ -4327,6 +4336,33 @@ export const tokens = [{
|
|
|
4327
4336
|
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4328
4337
|
cssProperties: ['background-color']
|
|
4329
4338
|
}
|
|
4339
|
+
}, {
|
|
4340
|
+
name: 'elevation.rovo.surface.overlay',
|
|
4341
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', '[default]'],
|
|
4342
|
+
description: 'Use for Rovo overlay surface backgrounds.',
|
|
4343
|
+
exampleValue: '#F8F8F8',
|
|
4344
|
+
usageGuidelines: {
|
|
4345
|
+
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4346
|
+
cssProperties: ['background-color']
|
|
4347
|
+
}
|
|
4348
|
+
}, {
|
|
4349
|
+
name: 'elevation.rovo.surface.overlay.hovered',
|
|
4350
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', 'hovered'],
|
|
4351
|
+
description: 'Hovered state of elevation.rovo.surface.overlay.',
|
|
4352
|
+
exampleValue: '#F0F1F2',
|
|
4353
|
+
usageGuidelines: {
|
|
4354
|
+
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4355
|
+
cssProperties: ['background-color']
|
|
4356
|
+
}
|
|
4357
|
+
}, {
|
|
4358
|
+
name: 'elevation.rovo.surface.overlay.pressed',
|
|
4359
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', 'pressed'],
|
|
4360
|
+
description: 'Pressed state of elevation.rovo.surface.overlay.',
|
|
4361
|
+
exampleValue: '#DDDEE1',
|
|
4362
|
+
usageGuidelines: {
|
|
4363
|
+
usage: 'The base color for app and component surfaces. Raised and overlay surfaces should be used in concert with shadows (e.g. elevation.surface.raised should be used with elevation.shadow.raised)',
|
|
4364
|
+
cssProperties: ['background-color']
|
|
4365
|
+
}
|
|
4330
4366
|
}, {
|
|
4331
4367
|
name: 'elevation.shadow.overflow',
|
|
4332
4368
|
path: ['elevation', 'shadow', 'overflow', '[default]'],
|