diff --git a/src/color/alert.json b/src/color/alert.json index 5509441..c50e533 100644 --- a/src/color/alert.json +++ b/src/color/alert.json @@ -8,6 +8,17 @@ "onLight": true, "usage": "Notification color on light backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-alert-notification-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.atlas.400.value}", + "public": true, + "default": true, + "usage": "Notification color on light backgrounds", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -17,15 +28,16 @@ "usage": "Notification color on dark backgrounds", "wcag": "AAA", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } }, "warning": { - "onLight": { + "default": { "value": "{color.state.warning.500.value}", "public": true, - "onLight": true, + "default": true, "usage": "Warning color on light backgrounds", "wcag": "AAA", "deprecated": false @@ -38,6 +50,17 @@ "onLight": true, "usage": "Error color on light backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-alert-error-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.state.error.500.value}", + "public": true, + "default": true, + "usage": "Error color on light backgrounds", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -48,6 +71,7 @@ "wcag": "AAA", "deprecated": true, "reference": "n/a", + "comment": "Deprecated token", "version": "3.12.0" } }, @@ -58,6 +82,17 @@ "onLight": true, "usage": "Success color on light backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-alert-success-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.state.success.500.value}", + "public": true, + "default": true, + "usage": "Success color on light backgrounds", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -67,6 +102,7 @@ "usage": "Success color on dark backgrounds", "wcag": "AAA", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -78,6 +114,17 @@ "onLight": true, "usage": "Travel advisory or system maintenance color on light backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-alert-advisory-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.goldcoast.100.value}", + "public": true, + "default": true, + "usage": "Travel advisory or system maintenance color on light backgrounds", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -87,6 +134,7 @@ "usage": "Travel advisory or system maintenance color on dark backgrounds", "wcag": "AAA", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -105,7 +153,7 @@ "default": { "value": "FFEDF1", "public": true, - "onLight": true, + "default": true, "usage": "Background error color on light backgrounds", "wcag": "AAA", "deprecated": false diff --git a/src/color/border.json b/src/color/border.json index 02d0b9a..8ac42f2 100644 --- a/src/color/border.json +++ b/src/color/border.json @@ -8,6 +8,17 @@ "onLight": true, "usage": "Primary border color on light backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-border-primary-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.neutral.500.value}", + "public": true, + "default": true, + "usage": "Primary border color on light backgrounds", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -16,6 +27,17 @@ "onDark": true, "usage": "Primary border color on dark background", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-border-primary-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.brand.neutral.400.value}", + "public": true, + "inverse": true, + "usage": "Primary border color on dark background", + "wcag": "n/a", "deprecated": false } }, @@ -26,6 +48,17 @@ "onLight": true, "usage": "Active border color on light backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-border-active-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.atlas.400.value}", + "public": true, + "default": true, + "usage": "Active border color on light backgrounds", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -35,6 +68,7 @@ "usage": "Active border color on dark backgrounds", "wcag": "n/a", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -46,6 +80,17 @@ "onLight": true, "usage": "Error states border color on light backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-border-error-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.state.error.500.value}", + "public": true, + "default": true, + "usage": "Error states border color on light backgrounds", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -55,6 +100,7 @@ "usage": "Error states border color on dark background", "wcag": "n/a", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -66,6 +112,17 @@ "onLight": true, "usage": "Disabled border color on light backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-border-disabled-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.base.gray.200.value}", + "public": true, + "default": true, + "usage": "Disabled border color on light backgrounds", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -75,6 +132,7 @@ "usage": "Disabled border color on dark background", "wcag": "n/a", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -86,6 +144,17 @@ "onLight": true, "usage": "Focus border color for light backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-border-focus-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.base.gray.500.value}", + "public": true, + "default": true, + "usage": "Focus border color for light backgrounds", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -95,6 +164,7 @@ "usage": "Focus border color for dark backgrounds", "wcag": "n/a", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -106,6 +176,17 @@ "onLight": true, "usage": "Strict use as divider between elements on light backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-border-divider-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.base.black-opacity-15.value}", + "public": true, + "default": true, + "usage": "Strict use as divider between elements on light backgrounds", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -114,6 +195,17 @@ "onDark": true, "usage": "Strict use as divider between elements on dark backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-border-divider-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.base.white.value}", + "public": true, + "inverse": true, + "usage": "Strict use as divider between elements on dark backgrounds", + "wcag": "n/a", "deprecated": false } } diff --git a/src/color/icon.json b/src/color/icon.json index 63224d9..5a663af 100644 --- a/src/color/icon.json +++ b/src/color/icon.json @@ -8,6 +8,17 @@ "onLight": true, "usage": "Primary color for icons on light backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-icon-primary-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.base.neutral.500.value}", + "public": true, + "default": true, + "usage": "Primary color for icons on light backgrounds", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -16,6 +27,17 @@ "onDark": true, "usage": "Primary color for icons on dark backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-icon-primary-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.base.neutral.400.value}", + "public": true, + "inverse": true, + "usage": "Primary color for icons on dark backgrounds", + "wcag": "AAA", "deprecated": false } }, @@ -26,6 +48,17 @@ "onLight": true, "usage": "Emphasis or darkest icon color on light backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-icon-emphasis-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.base.gray.500.value}", + "public": true, + "default": true, + "usage": "Emphasis or darkest icon color on light backgrounds", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -34,6 +67,17 @@ "onDark": true, "usage": "Emphasis or lightest icon color on dark backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-icon-emphasis-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.base.white.value}", + "public": true, + "inverse": true, + "usage": "Emphasis or lightest icon color on dark backgrounds", + "wcag": "AAA", "deprecated": false } }, @@ -44,6 +88,17 @@ "onLight": true, "usage": "Accent color for icon color on light backgrounds", "wcag": "AA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-icon-accent-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.atlas.400.value}", + "public": true, + "default": true, + "usage": "Accent color for icon color on light backgrounds", + "wcag": "AA", "deprecated": false }, "onDark": { @@ -53,6 +108,7 @@ "usage": "Accent color for icon color on dark backgrounds", "wcag": "AA", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -64,6 +120,17 @@ "onLight": true, "usage": "Disabled icon color on light backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-icon-disabled-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.base.black-opacity-15.value}", + "public": true, + "default": true, + "usage": "Disabled icon color on light backgrounds", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -73,6 +140,7 @@ "usage": "Disabled icon color on dark backgrounds", "wcag": "n/a", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } diff --git a/src/color/text.json b/src/color/text.json index 4ead35e..89da65a 100644 --- a/src/color/text.json +++ b/src/color/text.json @@ -8,6 +8,17 @@ "onLight": true, "usage": "Primary color for body and header text on light backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-primary-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.base.gray.500.value}", + "public": true, + "default": true, + "usage": "Primary color for body and header text light mode and light backgrounds", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -16,6 +27,17 @@ "onDark": true, "usage": "Primary color for body and header text on dark backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-primary-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.base.white.value}", + "public": true, + "inverse": true, + "usage": "Primary color for body and header text for dark mode and dark backgrounds", + "wcag": "AAA", "deprecated": false } }, @@ -26,6 +48,17 @@ "onLight": true, "usage": "Secondary color for body text on light backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-secondary-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.base.neutral.500.value}", + "public": true, + "default": true, + "usage": "Secondary color for body text on light backgrounds", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -34,6 +67,17 @@ "onDark": true, "usage": "Secondary color for body text on dark backgrounds", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-secondary-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.base.neutral.400.value}", + "public": true, + "inverse": true, + "usage": "Secondary color for body text on dark backgrounds", + "wcag": "AAA", "deprecated": false } }, @@ -44,6 +88,17 @@ "onLight": true, "usage": "Link text color on light backgrounds", "wcag": "AA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-link-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.atlas.400.value}", + "public": true, + "default": true, + "usage": "Link text color on light backgrounds", + "wcag": "AA", "deprecated": false }, "onDark": { @@ -52,6 +107,16 @@ "onDark": true, "usage": "Link text color on light backgrounds", "wcag": "AA", + "deprecated": true, + "reference": "color-text-link-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.brand.breeze.300.value}", + "public": true, + "inverse": true, + "usage": "Link text color on light backgrounds", + "wcag": "AA", "deprecated": false } }, @@ -62,6 +127,17 @@ "onLight": true, "usage": "Error text color on light backgrounds", "wcag": "AA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-error-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.state.error.500.value}", + "public": true, + "default": true, + "usage": "Error text color on light backgrounds", + "wcag": "AA", "deprecated": false }, "onDark": { @@ -70,11 +146,33 @@ "onDark": true, "usage": "Error text color on dark backgrounds", "wcag": "AA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-error-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.state.error.100.value}", + "public": true, + "inverse": true, + "usage": "Error text color on dark backgrounds", + "wcag": "AA", "deprecated": false } }, "disabled": { "onLight": { + "value": "{color.base.gray.200.value}", + "public": true, + "onLight": true, + "usage": "Disabled text color on light backgrounds", + "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-disabled", + "version": "3.15.0" + }, + "default": { "value": "{color.base.gray.200.value}", "public": true, "onLight": true, @@ -89,6 +187,7 @@ "usage": "Disabled text color on dark backgrounds", "wcag": "n/a", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -100,6 +199,17 @@ "onLight": true, "usage": "Emphasized text color on light backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-emphasis-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.midnight.400.value}", + "public": true, + "default": true, + "usage": "Emphasized text color on light backgrounds", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -108,6 +218,17 @@ "onDark": true, "usage": "Emphasized text color on dark backgrounds", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-text-emphasis-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.brand.midnight.100.value}", + "public": true, + "inverse": true, + "usage": "Emphasized text color on dark backgrounds", + "wcag": "n/a", "deprecated": false } } diff --git a/src/color/tier.json b/src/color/tier.json index 40305ed..52e3fae 100644 --- a/src/color/tier.json +++ b/src/color/tier.json @@ -1,70 +1,114 @@ { "color": { - "tier": { - "alaska": { - "mvp": { - "onLight": { - "value": "{color.brand.goldgray.200.value}", - "public": true, - "onLight": true, - "usage": "MVP tier color for Alaska Airlines", - "wcag": "n/a", - "deprecated": false - }, - "onDark": { - "value": "{color.brand.goldgray.100.value}", - "public": true, - "onDark": true, - "usage": "MVP tier color for Alaska Airlines", - "wcag": "n/a", - "deprecated": false - } - }, - "mvpgold": { - "onLight": { - "value": "{color.brand.gold.200.value}", - "public": true, - "onLight": true, - "usage": "MVP Gold tier color for Alaska Airlines", - "wcag": "n/a", - "deprecated": false - }, - "onDark": { - "value": "{color.brand.gold.100.value}", - "public": true, - "onDark": true, - "usage": "MVP Gold tier color for Alaska Airlines", - "wcag": "n/a", - "deprecated": false - } - } + "tier": { + "alaska": { + "mvp": { + "onLight": { + "value": "{color.brand.goldgray.200.value}", + "public": true, + "onLight": true, + "usage": "MVP tier color for Alaska Airlines", + "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-tier-alaska-mvp-default", + "version": "3.15.0" }, - "oneworld": { - "emerald": { - "value": "{color.brand.emerald.value}", - "public": true, - "onLight": true, - "usage": "Emerald tier color for Oneworld", - "wcag": "n/a", - "deprecated": false - }, - "sapphire": { - "value": "{color.brand.sapphire.value}", - "public": true, - "onDark": true, - "usage": "Sapphire tier color for Oneworld", - "wcag": "n/a", - "deprecated": false - }, - "ruby": { - "value": "{color.brand.ruby.value}", - "public": true, - "onDark": true, - "usage": "Ruby tier color for Oneworld", - "wcag": "n/a", - "deprecated": false - } + "default": { + "value": "{color.brand.goldgray.200.value}", + "public": true, + "default": true, + "usage": "MVP tier color for Alaska Airlines", + "wcag": "n/a", + "deprecated": false + }, + "onDark": { + "value": "{color.brand.goldgray.100.value}", + "public": true, + "onDark": true, + "usage": "MVP tier color for Alaska Airlines", + "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-tier-alaska-mvp-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.brand.goldgray.100.value}", + "public": true, + "inverse": true, + "usage": "MVP tier color for Alaska Airlines", + "wcag": "n/a", + "deprecated": false + } + }, + "mvpgold": { + "onLight": { + "value": "{color.brand.gold.200.value}", + "public": true, + "onLight": true, + "usage": "MVP Gold tier color for Alaska Airlines", + "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-tier-alaska-mvpgold-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.gold.200.value}", + "public": true, + "default": true, + "usage": "MVP Gold tier color for Alaska Airlines", + "wcag": "n/a", + "deprecated": false + }, + "onDark": { + "value": "{color.brand.gold.100.value}", + "public": true, + "onDark": true, + "usage": "MVP Gold tier color for Alaska Airlines", + "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-tier-alaska-mvpgold-inverse", + "version": "3.15.0" + }, + "inverse": { + "value": "{color.brand.gold.100.value}", + "public": true, + "inverse": true, + "usage": "MVP Gold tier color for Alaska Airlines", + "wcag": "n/a", + "deprecated": false } + } + }, + "oneworld": { + "emerald": { + "value": "{color.brand.emerald.value}", + "public": true, + "onLight": true, + "usage": "Emerald tier color for Oneworld", + "wcag": "n/a", + "deprecated": false + }, + "sapphire": { + "value": "{color.brand.sapphire.value}", + "public": true, + "onDark": true, + "usage": "Sapphire tier color for Oneworld", + "wcag": "n/a", + "deprecated": false + }, + "ruby": { + "value": "{color.brand.ruby.value}", + "public": true, + "onDark": true, + "usage": "Ruby tier color for Oneworld", + "wcag": "n/a", + "deprecated": false + } } + } } -} + } diff --git a/src/color/ui.json b/src/color/ui.json index 78e0b11..ba628a7 100644 --- a/src/color/ui.json +++ b/src/color/ui.json @@ -8,6 +8,17 @@ "onLight": true, "usage": "Default interaction color affordance", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-ui-default-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.atlas.400.value}", + "public": true, + "default": true, + "usage": "Default interaction color affordance", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -17,6 +28,7 @@ "usage": "OnDark interaction color affordance", "wcag": "AAA", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -28,6 +40,17 @@ "onLight": true, "usage": "Default hover color affordance", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-ui-hover-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.atlas.500.value}", + "public": true, + "default": true, + "usage": "Default hover color affordance", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -37,6 +60,7 @@ "usage": "Hover interaction color on dark backgrounds", "wcag": "AAA", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -48,6 +72,17 @@ "onLight": true, "usage": "Active state color affordance", "wcag": "AAA", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-ui-active-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.atlas.500.value}", + "public": true, + "default": true, + "usage": "Active state color affordance", + "wcag": "AAA", "deprecated": false }, "onDark": { @@ -57,6 +92,7 @@ "usage": "OnDark active state color affordance", "wcag": "AAA", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -68,6 +104,17 @@ "onLight": true, "usage": "Disabled state color affordance", "wcag": "n/a", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-ui-disabled-default", + "version": "3.15.0" + }, + "default": { + "value": "{color.brand.atlas.400-opacity-20.value}", + "public": true, + "default": true, + "usage": "Disabled state color affordance", + "wcag": "n/a", "deprecated": false }, "onDark": { @@ -77,6 +124,7 @@ "usage": "OnDark disabled state color affordance", "wcag": "n/a", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" } @@ -89,6 +137,7 @@ "onDark": true, "usage": "Default hover affordance for background colors onDark", "deprecated": true, + "comment": "Deprecated token", "reference": "n/a", "version": "3.12.0" }, @@ -97,6 +146,16 @@ "public": true, "onLight": true, "usage": "Default hover affordance for background colors", + "deprecated": true, + "comment": "Deprecated token", + "reference": "color-ui-bkg-hover-default", + "version": "3.15.0" + }, + "default": { + "value": "0000000f", + "public": true, + "default": true, + "usage": "Default hover affordance for background colors", "deprecated": false } }