@atlaskit/tokens 1.12.0 → 1.13.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 +16 -0
- package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +3 -2
- package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +3 -2
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +7 -1
- package/dist/cjs/artifacts/token-names.js +7 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +137 -5
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +137 -5
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +137 -5
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +137 -5
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/color/background.js +22 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +22 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +22 -0
- package/dist/cjs/tokens/atlassian-light/color/background.js +22 -0
- package/dist/cjs/tokens/default/color/background.js +54 -2
- package/dist/cjs/utils/generate-custom-color-ramp.js +16 -7
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +3 -2
- package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +3 -2
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark.js +7 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +7 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +7 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +7 -1
- package/dist/es2019/artifacts/token-default-values.js +7 -1
- package/dist/es2019/artifacts/token-names.js +7 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +137 -5
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +137 -5
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +137 -5
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +137 -5
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/color/background.js +22 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +22 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +22 -0
- package/dist/es2019/tokens/atlassian-light/color/background.js +22 -0
- package/dist/es2019/tokens/default/color/background.js +54 -2
- package/dist/es2019/utils/generate-custom-color-ramp.js +16 -5
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +3 -2
- package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +3 -2
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +7 -1
- package/dist/esm/artifacts/token-names.js +7 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +137 -5
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +137 -5
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +137 -5
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +137 -5
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/tokens/atlassian-dark/color/background.js +22 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +22 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/background.js +22 -0
- package/dist/esm/tokens/atlassian-light/color/background.js +22 -0
- package/dist/esm/tokens/default/color/background.js +54 -2
- package/dist/esm/utils/generate-custom-color-ramp.js +16 -7
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -1
- package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +2 -1
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +7 -1
- package/dist/types/artifacts/token-names.d.ts +13 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.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/tokens/atlassian-dark/utility/utility.d.ts +1 -1
- package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
- package/dist/types/tokens/default/utility/utility.d.ts +1 -1
- package/dist/types/types.d.ts +10 -0
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -1
- package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +2 -1
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.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 +7 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +13 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.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/tokens/atlassian-dark/utility/utility.d.ts +1 -1
- package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +1 -1
- package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +10 -0
- package/figma/atlassian-dark.json +56 -2
- package/figma/atlassian-legacy-dark.json +56 -2
- package/figma/atlassian-legacy-light.json +56 -2
- package/figma/atlassian-light.json +56 -2
- package/package.json +2 -2
- package/report.api.md +24 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-iteration.js +0 -902
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-iteration.js +0 -895
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-iteration.js +0 -895
- package/dist/types/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +0 -91
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-iteration.d.ts +0 -91
|
@@ -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::e604987b15cfe0a366b3286681388a27>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -149,9 +149,15 @@ html[data-color-mode="dark"][data-theme~="dark:dark"] {
|
|
|
149
149
|
--ds-background-selected-bold: #579DFF;
|
|
150
150
|
--ds-background-selected-bold-hovered: #85B8FF;
|
|
151
151
|
--ds-background-selected-bold-pressed: #CCE0FF;
|
|
152
|
+
--ds-background-brand-subtlest: #092957;
|
|
153
|
+
--ds-background-brand-subtlest-hovered: #09326C;
|
|
154
|
+
--ds-background-brand-subtlest-pressed: #0055CC;
|
|
152
155
|
--ds-background-brand-bold: #579DFF;
|
|
153
156
|
--ds-background-brand-bold-hovered: #85B8FF;
|
|
154
157
|
--ds-background-brand-bold-pressed: #CCE0FF;
|
|
158
|
+
--ds-background-brand-boldest: #E9F2FF;
|
|
159
|
+
--ds-background-brand-boldest-hovered: #CCE0FF;
|
|
160
|
+
--ds-background-brand-boldest-pressed: #85B8FF;
|
|
155
161
|
--ds-background-danger: #4F1C16;
|
|
156
162
|
--ds-background-danger-hovered: #601E16;
|
|
157
163
|
--ds-background-danger-pressed: #AE2A19;
|
|
@@ -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::1be3f0bcebfb31cee85358d44c955235>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -149,9 +149,15 @@ html[data-color-mode="dark"][data-theme~="dark:legacy-dark"] {
|
|
|
149
149
|
--ds-background-selected-bold: #0052CC;
|
|
150
150
|
--ds-background-selected-bold-hovered: #0065FF;
|
|
151
151
|
--ds-background-selected-bold-pressed: #0747A6;
|
|
152
|
+
--ds-background-brand-subtlest: #0747A6;
|
|
153
|
+
--ds-background-brand-subtlest-hovered: #0052CC;
|
|
154
|
+
--ds-background-brand-subtlest-pressed: #0747A6;
|
|
152
155
|
--ds-background-brand-bold: #0052CC;
|
|
153
156
|
--ds-background-brand-bold-hovered: #0065FF;
|
|
154
157
|
--ds-background-brand-bold-pressed: #0747A6;
|
|
158
|
+
--ds-background-brand-boldest: #B3D4FF;
|
|
159
|
+
--ds-background-brand-boldest-hovered: #DEEBFF;
|
|
160
|
+
--ds-background-brand-boldest-pressed: #4C9AFF;
|
|
155
161
|
--ds-background-danger: #FFEBE6;
|
|
156
162
|
--ds-background-danger-hovered: #FFBDAD;
|
|
157
163
|
--ds-background-danger-pressed: #FF8F73;
|
|
@@ -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::9bf19250d90797c5238589fae51defe5>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -149,9 +149,15 @@ html[data-color-mode="dark"][data-theme~="dark:legacy-light"] {
|
|
|
149
149
|
--ds-background-selected-bold: #0052CC;
|
|
150
150
|
--ds-background-selected-bold-hovered: #2684FF;
|
|
151
151
|
--ds-background-selected-bold-pressed: #0052CC;
|
|
152
|
+
--ds-background-brand-subtlest: #B3D4FF;
|
|
153
|
+
--ds-background-brand-subtlest-hovered: #DEEBFF;
|
|
154
|
+
--ds-background-brand-subtlest-pressed: #4C9AFF;
|
|
152
155
|
--ds-background-brand-bold: #0052CC;
|
|
153
156
|
--ds-background-brand-bold-hovered: #0065FF;
|
|
154
157
|
--ds-background-brand-bold-pressed: #0747A6;
|
|
158
|
+
--ds-background-brand-boldest: #0747A6;
|
|
159
|
+
--ds-background-brand-boldest-hovered: #0052CC;
|
|
160
|
+
--ds-background-brand-boldest-pressed: #0747A6;
|
|
155
161
|
--ds-background-danger: #FFEBE6;
|
|
156
162
|
--ds-background-danger-hovered: #FFBDAD;
|
|
157
163
|
--ds-background-danger-pressed: #FF8F73;
|
|
@@ -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::b43cd34188f48573ad15a23eeca733c5>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -149,9 +149,15 @@ html[data-color-mode="dark"][data-theme~="dark:light"] {
|
|
|
149
149
|
--ds-background-selected-bold: #0C66E4;
|
|
150
150
|
--ds-background-selected-bold-hovered: #0055CC;
|
|
151
151
|
--ds-background-selected-bold-pressed: #09326C;
|
|
152
|
+
--ds-background-brand-subtlest: #E9F2FF;
|
|
153
|
+
--ds-background-brand-subtlest-hovered: #CCE0FF;
|
|
154
|
+
--ds-background-brand-subtlest-pressed: #85B8FF;
|
|
152
155
|
--ds-background-brand-bold: #0C66E4;
|
|
153
156
|
--ds-background-brand-bold-hovered: #0055CC;
|
|
154
157
|
--ds-background-brand-bold-pressed: #09326C;
|
|
158
|
+
--ds-background-brand-boldest: #092957;
|
|
159
|
+
--ds-background-brand-boldest-hovered: #09326C;
|
|
160
|
+
--ds-background-brand-boldest-pressed: #0055CC;
|
|
155
161
|
--ds-background-danger: #FFEDEB;
|
|
156
162
|
--ds-background-danger-hovered: #FFD2CC;
|
|
157
163
|
--ds-background-danger-pressed: #FF9C8F;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
5
5
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
6
6
|
*
|
|
7
|
-
* @codegen <<SignedSource::
|
|
7
|
+
* @codegen <<SignedSource::cd2ec139d4552898a3fc16a50aac159c>>
|
|
8
8
|
* @codegenCommand yarn build tokens
|
|
9
9
|
*/
|
|
10
10
|
const defaultTokenValues = {
|
|
@@ -150,9 +150,15 @@ const defaultTokenValues = {
|
|
|
150
150
|
'color.background.selected.bold': '#0C66E4',
|
|
151
151
|
'color.background.selected.bold.hovered': '#0055CC',
|
|
152
152
|
'color.background.selected.bold.pressed': '#09326C',
|
|
153
|
+
'color.background.brand.subtlest': '#E9F2FF',
|
|
154
|
+
'color.background.brand.subtlest.hovered': '#CCE0FF',
|
|
155
|
+
'color.background.brand.subtlest.pressed': '#85B8FF',
|
|
153
156
|
'color.background.brand.bold': '#0C66E4',
|
|
154
157
|
'color.background.brand.bold.hovered': '#0055CC',
|
|
155
158
|
'color.background.brand.bold.pressed': '#09326C',
|
|
159
|
+
'color.background.brand.boldest': '#092957',
|
|
160
|
+
'color.background.brand.boldest.hovered': '#09326C',
|
|
161
|
+
'color.background.brand.boldest.pressed': '#0055CC',
|
|
156
162
|
'color.background.danger': '#FFEDEB',
|
|
157
163
|
'color.background.danger.hovered': '#FFD2CC',
|
|
158
164
|
'color.background.danger.pressed': '#FF9C8F',
|
|
@@ -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::ee9558f71e21d57dd7abb1686236b1ed>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = {
|
|
@@ -146,9 +146,15 @@ const tokens = {
|
|
|
146
146
|
'color.background.selected.bold': '--ds-background-selected-bold',
|
|
147
147
|
'color.background.selected.bold.hovered': '--ds-background-selected-bold-hovered',
|
|
148
148
|
'color.background.selected.bold.pressed': '--ds-background-selected-bold-pressed',
|
|
149
|
+
'color.background.brand.subtlest': '--ds-background-brand-subtlest',
|
|
150
|
+
'color.background.brand.subtlest.hovered': '--ds-background-brand-subtlest-hovered',
|
|
151
|
+
'color.background.brand.subtlest.pressed': '--ds-background-brand-subtlest-pressed',
|
|
149
152
|
'color.background.brand.bold': '--ds-background-brand-bold',
|
|
150
153
|
'color.background.brand.bold.hovered': '--ds-background-brand-bold-hovered',
|
|
151
154
|
'color.background.brand.bold.pressed': '--ds-background-brand-bold-pressed',
|
|
155
|
+
'color.background.brand.boldest': '--ds-background-brand-boldest',
|
|
156
|
+
'color.background.brand.boldest.hovered': '--ds-background-brand-boldest-hovered',
|
|
157
|
+
'color.background.brand.boldest.pressed': '--ds-background-brand-boldest-pressed',
|
|
152
158
|
'color.background.danger': '--ds-background-danger',
|
|
153
159
|
'color.background.danger.hovered': '--ds-background-danger-hovered',
|
|
154
160
|
'color.background.danger.pressed': '--ds-background-danger-pressed',
|
|
@@ -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::10dbc24fd477fa86fa9ecfdb19000ddf>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -3127,6 +3127,72 @@ const tokens = [{
|
|
|
3127
3127
|
"name": "color.background.selected.bold.pressed",
|
|
3128
3128
|
"path": ["color", "background", "selected", "bold", "pressed"],
|
|
3129
3129
|
"cleanName": "color.background.selected.bold.pressed"
|
|
3130
|
+
}, {
|
|
3131
|
+
"attributes": {
|
|
3132
|
+
"group": "paint",
|
|
3133
|
+
"state": "active",
|
|
3134
|
+
"introduced": "1.13.0",
|
|
3135
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3136
|
+
},
|
|
3137
|
+
"value": "#092957",
|
|
3138
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3139
|
+
"isSource": true,
|
|
3140
|
+
"original": {
|
|
3141
|
+
"attributes": {
|
|
3142
|
+
"group": "paint",
|
|
3143
|
+
"state": "active",
|
|
3144
|
+
"introduced": "1.13.0",
|
|
3145
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3146
|
+
},
|
|
3147
|
+
"value": "Blue1000"
|
|
3148
|
+
},
|
|
3149
|
+
"name": "color.background.brand.subtlest.[default]",
|
|
3150
|
+
"path": ["color", "background", "brand", "subtlest", "[default]"],
|
|
3151
|
+
"cleanName": "color.background.brand.subtlest"
|
|
3152
|
+
}, {
|
|
3153
|
+
"attributes": {
|
|
3154
|
+
"group": "paint",
|
|
3155
|
+
"state": "active",
|
|
3156
|
+
"introduced": "1.13.0",
|
|
3157
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3158
|
+
},
|
|
3159
|
+
"value": "#09326C",
|
|
3160
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3161
|
+
"isSource": true,
|
|
3162
|
+
"original": {
|
|
3163
|
+
"attributes": {
|
|
3164
|
+
"group": "paint",
|
|
3165
|
+
"state": "active",
|
|
3166
|
+
"introduced": "1.13.0",
|
|
3167
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3168
|
+
},
|
|
3169
|
+
"value": "Blue900"
|
|
3170
|
+
},
|
|
3171
|
+
"name": "color.background.brand.subtlest.hovered",
|
|
3172
|
+
"path": ["color", "background", "brand", "subtlest", "hovered"],
|
|
3173
|
+
"cleanName": "color.background.brand.subtlest.hovered"
|
|
3174
|
+
}, {
|
|
3175
|
+
"attributes": {
|
|
3176
|
+
"group": "paint",
|
|
3177
|
+
"state": "active",
|
|
3178
|
+
"introduced": "1.13.0",
|
|
3179
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3180
|
+
},
|
|
3181
|
+
"value": "#0055CC",
|
|
3182
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3183
|
+
"isSource": true,
|
|
3184
|
+
"original": {
|
|
3185
|
+
"attributes": {
|
|
3186
|
+
"group": "paint",
|
|
3187
|
+
"state": "active",
|
|
3188
|
+
"introduced": "1.13.0",
|
|
3189
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3190
|
+
},
|
|
3191
|
+
"value": "Blue800"
|
|
3192
|
+
},
|
|
3193
|
+
"name": "color.background.brand.subtlest.pressed",
|
|
3194
|
+
"path": ["color", "background", "brand", "subtlest", "pressed"],
|
|
3195
|
+
"cleanName": "color.background.brand.subtlest.pressed"
|
|
3130
3196
|
}, {
|
|
3131
3197
|
"attributes": {
|
|
3132
3198
|
"group": "paint",
|
|
@@ -3154,7 +3220,7 @@ const tokens = [{
|
|
|
3154
3220
|
"group": "paint",
|
|
3155
3221
|
"state": "active",
|
|
3156
3222
|
"introduced": "0.6.0",
|
|
3157
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3223
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3158
3224
|
},
|
|
3159
3225
|
"value": "#85B8FF",
|
|
3160
3226
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
@@ -3164,7 +3230,7 @@ const tokens = [{
|
|
|
3164
3230
|
"group": "paint",
|
|
3165
3231
|
"state": "active",
|
|
3166
3232
|
"introduced": "0.6.0",
|
|
3167
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3233
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3168
3234
|
},
|
|
3169
3235
|
"value": "Blue300"
|
|
3170
3236
|
},
|
|
@@ -3176,7 +3242,7 @@ const tokens = [{
|
|
|
3176
3242
|
"group": "paint",
|
|
3177
3243
|
"state": "active",
|
|
3178
3244
|
"introduced": "0.6.0",
|
|
3179
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3245
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3180
3246
|
},
|
|
3181
3247
|
"value": "#CCE0FF",
|
|
3182
3248
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
@@ -3186,13 +3252,79 @@ const tokens = [{
|
|
|
3186
3252
|
"group": "paint",
|
|
3187
3253
|
"state": "active",
|
|
3188
3254
|
"introduced": "0.6.0",
|
|
3189
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3255
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3190
3256
|
},
|
|
3191
3257
|
"value": "Blue200"
|
|
3192
3258
|
},
|
|
3193
3259
|
"name": "color.background.brand.bold.pressed",
|
|
3194
3260
|
"path": ["color", "background", "brand", "bold", "pressed"],
|
|
3195
3261
|
"cleanName": "color.background.brand.bold.pressed"
|
|
3262
|
+
}, {
|
|
3263
|
+
"attributes": {
|
|
3264
|
+
"group": "paint",
|
|
3265
|
+
"state": "active",
|
|
3266
|
+
"introduced": "1.13.0",
|
|
3267
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3268
|
+
},
|
|
3269
|
+
"value": "#E9F2FF",
|
|
3270
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3271
|
+
"isSource": true,
|
|
3272
|
+
"original": {
|
|
3273
|
+
"attributes": {
|
|
3274
|
+
"group": "paint",
|
|
3275
|
+
"state": "active",
|
|
3276
|
+
"introduced": "1.13.0",
|
|
3277
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3278
|
+
},
|
|
3279
|
+
"value": "Blue100"
|
|
3280
|
+
},
|
|
3281
|
+
"name": "color.background.brand.boldest.[default]",
|
|
3282
|
+
"path": ["color", "background", "brand", "boldest", "[default]"],
|
|
3283
|
+
"cleanName": "color.background.brand.boldest"
|
|
3284
|
+
}, {
|
|
3285
|
+
"attributes": {
|
|
3286
|
+
"group": "paint",
|
|
3287
|
+
"state": "active",
|
|
3288
|
+
"introduced": "1.13.0",
|
|
3289
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3290
|
+
},
|
|
3291
|
+
"value": "#CCE0FF",
|
|
3292
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3293
|
+
"isSource": true,
|
|
3294
|
+
"original": {
|
|
3295
|
+
"attributes": {
|
|
3296
|
+
"group": "paint",
|
|
3297
|
+
"state": "active",
|
|
3298
|
+
"introduced": "1.13.0",
|
|
3299
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3300
|
+
},
|
|
3301
|
+
"value": "Blue200"
|
|
3302
|
+
},
|
|
3303
|
+
"name": "color.background.brand.boldest.hovered",
|
|
3304
|
+
"path": ["color", "background", "brand", "boldest", "hovered"],
|
|
3305
|
+
"cleanName": "color.background.brand.boldest.hovered"
|
|
3306
|
+
}, {
|
|
3307
|
+
"attributes": {
|
|
3308
|
+
"group": "paint",
|
|
3309
|
+
"state": "active",
|
|
3310
|
+
"introduced": "1.13.0",
|
|
3311
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3312
|
+
},
|
|
3313
|
+
"value": "#85B8FF",
|
|
3314
|
+
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3315
|
+
"isSource": true,
|
|
3316
|
+
"original": {
|
|
3317
|
+
"attributes": {
|
|
3318
|
+
"group": "paint",
|
|
3319
|
+
"state": "active",
|
|
3320
|
+
"introduced": "1.13.0",
|
|
3321
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3322
|
+
},
|
|
3323
|
+
"value": "Blue300"
|
|
3324
|
+
},
|
|
3325
|
+
"name": "color.background.brand.boldest.pressed",
|
|
3326
|
+
"path": ["color", "background", "brand", "boldest", "pressed"],
|
|
3327
|
+
"cleanName": "color.background.brand.boldest.pressed"
|
|
3196
3328
|
}, {
|
|
3197
3329
|
"attributes": {
|
|
3198
3330
|
"group": "paint",
|
|
@@ -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::6601df15e45294ebfb575b1b034a2aa7>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -3127,6 +3127,72 @@ const tokens = [{
|
|
|
3127
3127
|
"name": "color.background.selected.bold.pressed",
|
|
3128
3128
|
"path": ["color", "background", "selected", "bold", "pressed"],
|
|
3129
3129
|
"cleanName": "color.background.selected.bold.pressed"
|
|
3130
|
+
}, {
|
|
3131
|
+
"attributes": {
|
|
3132
|
+
"group": "paint",
|
|
3133
|
+
"state": "active",
|
|
3134
|
+
"introduced": "1.13.0",
|
|
3135
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3136
|
+
},
|
|
3137
|
+
"value": "#0747A6",
|
|
3138
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3139
|
+
"isSource": true,
|
|
3140
|
+
"original": {
|
|
3141
|
+
"attributes": {
|
|
3142
|
+
"group": "paint",
|
|
3143
|
+
"state": "active",
|
|
3144
|
+
"introduced": "1.13.0",
|
|
3145
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3146
|
+
},
|
|
3147
|
+
"value": "B500"
|
|
3148
|
+
},
|
|
3149
|
+
"name": "color.background.brand.subtlest.[default]",
|
|
3150
|
+
"path": ["color", "background", "brand", "subtlest", "[default]"],
|
|
3151
|
+
"cleanName": "color.background.brand.subtlest"
|
|
3152
|
+
}, {
|
|
3153
|
+
"attributes": {
|
|
3154
|
+
"group": "paint",
|
|
3155
|
+
"state": "active",
|
|
3156
|
+
"introduced": "1.13.0",
|
|
3157
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3158
|
+
},
|
|
3159
|
+
"value": "#0052CC",
|
|
3160
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3161
|
+
"isSource": true,
|
|
3162
|
+
"original": {
|
|
3163
|
+
"attributes": {
|
|
3164
|
+
"group": "paint",
|
|
3165
|
+
"state": "active",
|
|
3166
|
+
"introduced": "1.13.0",
|
|
3167
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3168
|
+
},
|
|
3169
|
+
"value": "B400"
|
|
3170
|
+
},
|
|
3171
|
+
"name": "color.background.brand.subtlest.hovered",
|
|
3172
|
+
"path": ["color", "background", "brand", "subtlest", "hovered"],
|
|
3173
|
+
"cleanName": "color.background.brand.subtlest.hovered"
|
|
3174
|
+
}, {
|
|
3175
|
+
"attributes": {
|
|
3176
|
+
"group": "paint",
|
|
3177
|
+
"state": "active",
|
|
3178
|
+
"introduced": "1.13.0",
|
|
3179
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3180
|
+
},
|
|
3181
|
+
"value": "#0747A6",
|
|
3182
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3183
|
+
"isSource": true,
|
|
3184
|
+
"original": {
|
|
3185
|
+
"attributes": {
|
|
3186
|
+
"group": "paint",
|
|
3187
|
+
"state": "active",
|
|
3188
|
+
"introduced": "1.13.0",
|
|
3189
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3190
|
+
},
|
|
3191
|
+
"value": "B500"
|
|
3192
|
+
},
|
|
3193
|
+
"name": "color.background.brand.subtlest.pressed",
|
|
3194
|
+
"path": ["color", "background", "brand", "subtlest", "pressed"],
|
|
3195
|
+
"cleanName": "color.background.brand.subtlest.pressed"
|
|
3130
3196
|
}, {
|
|
3131
3197
|
"attributes": {
|
|
3132
3198
|
"group": "paint",
|
|
@@ -3154,7 +3220,7 @@ const tokens = [{
|
|
|
3154
3220
|
"group": "paint",
|
|
3155
3221
|
"state": "active",
|
|
3156
3222
|
"introduced": "0.6.0",
|
|
3157
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3223
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3158
3224
|
},
|
|
3159
3225
|
"value": "#0065FF",
|
|
3160
3226
|
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
@@ -3164,7 +3230,7 @@ const tokens = [{
|
|
|
3164
3230
|
"group": "paint",
|
|
3165
3231
|
"state": "active",
|
|
3166
3232
|
"introduced": "0.6.0",
|
|
3167
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3233
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3168
3234
|
},
|
|
3169
3235
|
"value": "B300"
|
|
3170
3236
|
},
|
|
@@ -3176,7 +3242,7 @@ const tokens = [{
|
|
|
3176
3242
|
"group": "paint",
|
|
3177
3243
|
"state": "active",
|
|
3178
3244
|
"introduced": "0.6.0",
|
|
3179
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3245
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3180
3246
|
},
|
|
3181
3247
|
"value": "#0747A6",
|
|
3182
3248
|
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
@@ -3186,13 +3252,79 @@ const tokens = [{
|
|
|
3186
3252
|
"group": "paint",
|
|
3187
3253
|
"state": "active",
|
|
3188
3254
|
"introduced": "0.6.0",
|
|
3189
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3255
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3190
3256
|
},
|
|
3191
3257
|
"value": "B500"
|
|
3192
3258
|
},
|
|
3193
3259
|
"name": "color.background.brand.bold.pressed",
|
|
3194
3260
|
"path": ["color", "background", "brand", "bold", "pressed"],
|
|
3195
3261
|
"cleanName": "color.background.brand.bold.pressed"
|
|
3262
|
+
}, {
|
|
3263
|
+
"attributes": {
|
|
3264
|
+
"group": "paint",
|
|
3265
|
+
"state": "active",
|
|
3266
|
+
"introduced": "1.13.0",
|
|
3267
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3268
|
+
},
|
|
3269
|
+
"value": "#B3D4FF",
|
|
3270
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3271
|
+
"isSource": true,
|
|
3272
|
+
"original": {
|
|
3273
|
+
"attributes": {
|
|
3274
|
+
"group": "paint",
|
|
3275
|
+
"state": "active",
|
|
3276
|
+
"introduced": "1.13.0",
|
|
3277
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3278
|
+
},
|
|
3279
|
+
"value": "B75"
|
|
3280
|
+
},
|
|
3281
|
+
"name": "color.background.brand.boldest.[default]",
|
|
3282
|
+
"path": ["color", "background", "brand", "boldest", "[default]"],
|
|
3283
|
+
"cleanName": "color.background.brand.boldest"
|
|
3284
|
+
}, {
|
|
3285
|
+
"attributes": {
|
|
3286
|
+
"group": "paint",
|
|
3287
|
+
"state": "active",
|
|
3288
|
+
"introduced": "1.13.0",
|
|
3289
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3290
|
+
},
|
|
3291
|
+
"value": "#DEEBFF",
|
|
3292
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3293
|
+
"isSource": true,
|
|
3294
|
+
"original": {
|
|
3295
|
+
"attributes": {
|
|
3296
|
+
"group": "paint",
|
|
3297
|
+
"state": "active",
|
|
3298
|
+
"introduced": "1.13.0",
|
|
3299
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3300
|
+
},
|
|
3301
|
+
"value": "B50"
|
|
3302
|
+
},
|
|
3303
|
+
"name": "color.background.brand.boldest.hovered",
|
|
3304
|
+
"path": ["color", "background", "brand", "boldest", "hovered"],
|
|
3305
|
+
"cleanName": "color.background.brand.boldest.hovered"
|
|
3306
|
+
}, {
|
|
3307
|
+
"attributes": {
|
|
3308
|
+
"group": "paint",
|
|
3309
|
+
"state": "active",
|
|
3310
|
+
"introduced": "1.13.0",
|
|
3311
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3312
|
+
},
|
|
3313
|
+
"value": "#4C9AFF",
|
|
3314
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3315
|
+
"isSource": true,
|
|
3316
|
+
"original": {
|
|
3317
|
+
"attributes": {
|
|
3318
|
+
"group": "paint",
|
|
3319
|
+
"state": "active",
|
|
3320
|
+
"introduced": "1.13.0",
|
|
3321
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3322
|
+
},
|
|
3323
|
+
"value": "B100"
|
|
3324
|
+
},
|
|
3325
|
+
"name": "color.background.brand.boldest.pressed",
|
|
3326
|
+
"path": ["color", "background", "brand", "boldest", "pressed"],
|
|
3327
|
+
"cleanName": "color.background.brand.boldest.pressed"
|
|
3196
3328
|
}, {
|
|
3197
3329
|
"attributes": {
|
|
3198
3330
|
"group": "paint",
|