@atlaskit/tokens 1.12.0 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -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 +139 -7
- 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-legacy-light/color/border.js +1 -1
- 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 +8 -2
- 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 +139 -7
- 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-legacy-light/color/border.js +1 -1
- 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 +139 -7
- 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-legacy-light/color/border.js +1 -1
- 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 +57 -3
- 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
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::6601df15e45294ebfb575b1b034a2aa7>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -3133,6 +3133,72 @@ var tokens = [{
|
|
|
3133
3133
|
"name": "color.background.selected.bold.pressed",
|
|
3134
3134
|
"path": ["color", "background", "selected", "bold", "pressed"],
|
|
3135
3135
|
"cleanName": "color.background.selected.bold.pressed"
|
|
3136
|
+
}, {
|
|
3137
|
+
"attributes": {
|
|
3138
|
+
"group": "paint",
|
|
3139
|
+
"state": "active",
|
|
3140
|
+
"introduced": "1.13.0",
|
|
3141
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3142
|
+
},
|
|
3143
|
+
"value": "#0747A6",
|
|
3144
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3145
|
+
"isSource": true,
|
|
3146
|
+
"original": {
|
|
3147
|
+
"attributes": {
|
|
3148
|
+
"group": "paint",
|
|
3149
|
+
"state": "active",
|
|
3150
|
+
"introduced": "1.13.0",
|
|
3151
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3152
|
+
},
|
|
3153
|
+
"value": "B500"
|
|
3154
|
+
},
|
|
3155
|
+
"name": "color.background.brand.subtlest.[default]",
|
|
3156
|
+
"path": ["color", "background", "brand", "subtlest", "[default]"],
|
|
3157
|
+
"cleanName": "color.background.brand.subtlest"
|
|
3158
|
+
}, {
|
|
3159
|
+
"attributes": {
|
|
3160
|
+
"group": "paint",
|
|
3161
|
+
"state": "active",
|
|
3162
|
+
"introduced": "1.13.0",
|
|
3163
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3164
|
+
},
|
|
3165
|
+
"value": "#0052CC",
|
|
3166
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3167
|
+
"isSource": true,
|
|
3168
|
+
"original": {
|
|
3169
|
+
"attributes": {
|
|
3170
|
+
"group": "paint",
|
|
3171
|
+
"state": "active",
|
|
3172
|
+
"introduced": "1.13.0",
|
|
3173
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3174
|
+
},
|
|
3175
|
+
"value": "B400"
|
|
3176
|
+
},
|
|
3177
|
+
"name": "color.background.brand.subtlest.hovered",
|
|
3178
|
+
"path": ["color", "background", "brand", "subtlest", "hovered"],
|
|
3179
|
+
"cleanName": "color.background.brand.subtlest.hovered"
|
|
3180
|
+
}, {
|
|
3181
|
+
"attributes": {
|
|
3182
|
+
"group": "paint",
|
|
3183
|
+
"state": "active",
|
|
3184
|
+
"introduced": "1.13.0",
|
|
3185
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3186
|
+
},
|
|
3187
|
+
"value": "#0747A6",
|
|
3188
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3189
|
+
"isSource": true,
|
|
3190
|
+
"original": {
|
|
3191
|
+
"attributes": {
|
|
3192
|
+
"group": "paint",
|
|
3193
|
+
"state": "active",
|
|
3194
|
+
"introduced": "1.13.0",
|
|
3195
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3196
|
+
},
|
|
3197
|
+
"value": "B500"
|
|
3198
|
+
},
|
|
3199
|
+
"name": "color.background.brand.subtlest.pressed",
|
|
3200
|
+
"path": ["color", "background", "brand", "subtlest", "pressed"],
|
|
3201
|
+
"cleanName": "color.background.brand.subtlest.pressed"
|
|
3136
3202
|
}, {
|
|
3137
3203
|
"attributes": {
|
|
3138
3204
|
"group": "paint",
|
|
@@ -3160,7 +3226,7 @@ var tokens = [{
|
|
|
3160
3226
|
"group": "paint",
|
|
3161
3227
|
"state": "active",
|
|
3162
3228
|
"introduced": "0.6.0",
|
|
3163
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3229
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3164
3230
|
},
|
|
3165
3231
|
"value": "#0065FF",
|
|
3166
3232
|
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
@@ -3170,7 +3236,7 @@ var tokens = [{
|
|
|
3170
3236
|
"group": "paint",
|
|
3171
3237
|
"state": "active",
|
|
3172
3238
|
"introduced": "0.6.0",
|
|
3173
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3239
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3174
3240
|
},
|
|
3175
3241
|
"value": "B300"
|
|
3176
3242
|
},
|
|
@@ -3182,7 +3248,7 @@ var tokens = [{
|
|
|
3182
3248
|
"group": "paint",
|
|
3183
3249
|
"state": "active",
|
|
3184
3250
|
"introduced": "0.6.0",
|
|
3185
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3251
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3186
3252
|
},
|
|
3187
3253
|
"value": "#0747A6",
|
|
3188
3254
|
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
@@ -3192,13 +3258,79 @@ var tokens = [{
|
|
|
3192
3258
|
"group": "paint",
|
|
3193
3259
|
"state": "active",
|
|
3194
3260
|
"introduced": "0.6.0",
|
|
3195
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3261
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3196
3262
|
},
|
|
3197
3263
|
"value": "B500"
|
|
3198
3264
|
},
|
|
3199
3265
|
"name": "color.background.brand.bold.pressed",
|
|
3200
3266
|
"path": ["color", "background", "brand", "bold", "pressed"],
|
|
3201
3267
|
"cleanName": "color.background.brand.bold.pressed"
|
|
3268
|
+
}, {
|
|
3269
|
+
"attributes": {
|
|
3270
|
+
"group": "paint",
|
|
3271
|
+
"state": "active",
|
|
3272
|
+
"introduced": "1.13.0",
|
|
3273
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3274
|
+
},
|
|
3275
|
+
"value": "#B3D4FF",
|
|
3276
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3277
|
+
"isSource": true,
|
|
3278
|
+
"original": {
|
|
3279
|
+
"attributes": {
|
|
3280
|
+
"group": "paint",
|
|
3281
|
+
"state": "active",
|
|
3282
|
+
"introduced": "1.13.0",
|
|
3283
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3284
|
+
},
|
|
3285
|
+
"value": "B75"
|
|
3286
|
+
},
|
|
3287
|
+
"name": "color.background.brand.boldest.[default]",
|
|
3288
|
+
"path": ["color", "background", "brand", "boldest", "[default]"],
|
|
3289
|
+
"cleanName": "color.background.brand.boldest"
|
|
3290
|
+
}, {
|
|
3291
|
+
"attributes": {
|
|
3292
|
+
"group": "paint",
|
|
3293
|
+
"state": "active",
|
|
3294
|
+
"introduced": "1.13.0",
|
|
3295
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3296
|
+
},
|
|
3297
|
+
"value": "#DEEBFF",
|
|
3298
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3299
|
+
"isSource": true,
|
|
3300
|
+
"original": {
|
|
3301
|
+
"attributes": {
|
|
3302
|
+
"group": "paint",
|
|
3303
|
+
"state": "active",
|
|
3304
|
+
"introduced": "1.13.0",
|
|
3305
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3306
|
+
},
|
|
3307
|
+
"value": "B50"
|
|
3308
|
+
},
|
|
3309
|
+
"name": "color.background.brand.boldest.hovered",
|
|
3310
|
+
"path": ["color", "background", "brand", "boldest", "hovered"],
|
|
3311
|
+
"cleanName": "color.background.brand.boldest.hovered"
|
|
3312
|
+
}, {
|
|
3313
|
+
"attributes": {
|
|
3314
|
+
"group": "paint",
|
|
3315
|
+
"state": "active",
|
|
3316
|
+
"introduced": "1.13.0",
|
|
3317
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3318
|
+
},
|
|
3319
|
+
"value": "#4C9AFF",
|
|
3320
|
+
"filePath": "src/tokens/atlassian-legacy-dark/color/background.tsx",
|
|
3321
|
+
"isSource": true,
|
|
3322
|
+
"original": {
|
|
3323
|
+
"attributes": {
|
|
3324
|
+
"group": "paint",
|
|
3325
|
+
"state": "active",
|
|
3326
|
+
"introduced": "1.13.0",
|
|
3327
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3328
|
+
},
|
|
3329
|
+
"value": "B100"
|
|
3330
|
+
},
|
|
3331
|
+
"name": "color.background.brand.boldest.pressed",
|
|
3332
|
+
"path": ["color", "background", "brand", "boldest", "pressed"],
|
|
3333
|
+
"cleanName": "color.background.brand.boldest.pressed"
|
|
3202
3334
|
}, {
|
|
3203
3335
|
"attributes": {
|
|
3204
3336
|
"group": "paint",
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::309519b3d309ba66f31d019788cc5ef0>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -1534,7 +1534,7 @@ var tokens = [{
|
|
|
1534
1534
|
"introduced": "0.6.0",
|
|
1535
1535
|
"description": "Use for focus rings of elements in a focus state."
|
|
1536
1536
|
},
|
|
1537
|
-
"value": "#
|
|
1537
|
+
"value": "#2684FF",
|
|
1538
1538
|
"filePath": "src/tokens/atlassian-legacy-light/color/border.tsx",
|
|
1539
1539
|
"isSource": true,
|
|
1540
1540
|
"original": {
|
|
@@ -1544,7 +1544,7 @@ var tokens = [{
|
|
|
1544
1544
|
"introduced": "0.6.0",
|
|
1545
1545
|
"description": "Use for focus rings of elements in a focus state."
|
|
1546
1546
|
},
|
|
1547
|
-
"value": "
|
|
1547
|
+
"value": "B200"
|
|
1548
1548
|
},
|
|
1549
1549
|
"name": "color.border.focused",
|
|
1550
1550
|
"path": ["color", "border", "focused"],
|
|
@@ -3133,6 +3133,72 @@ var tokens = [{
|
|
|
3133
3133
|
"name": "color.background.selected.bold.pressed",
|
|
3134
3134
|
"path": ["color", "background", "selected", "bold", "pressed"],
|
|
3135
3135
|
"cleanName": "color.background.selected.bold.pressed"
|
|
3136
|
+
}, {
|
|
3137
|
+
"attributes": {
|
|
3138
|
+
"group": "paint",
|
|
3139
|
+
"state": "active",
|
|
3140
|
+
"introduced": "1.13.0",
|
|
3141
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3142
|
+
},
|
|
3143
|
+
"value": "#B3D4FF",
|
|
3144
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
|
|
3145
|
+
"isSource": true,
|
|
3146
|
+
"original": {
|
|
3147
|
+
"attributes": {
|
|
3148
|
+
"group": "paint",
|
|
3149
|
+
"state": "active",
|
|
3150
|
+
"introduced": "1.13.0",
|
|
3151
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3152
|
+
},
|
|
3153
|
+
"value": "B75"
|
|
3154
|
+
},
|
|
3155
|
+
"name": "color.background.brand.subtlest.[default]",
|
|
3156
|
+
"path": ["color", "background", "brand", "subtlest", "[default]"],
|
|
3157
|
+
"cleanName": "color.background.brand.subtlest"
|
|
3158
|
+
}, {
|
|
3159
|
+
"attributes": {
|
|
3160
|
+
"group": "paint",
|
|
3161
|
+
"state": "active",
|
|
3162
|
+
"introduced": "1.13.0",
|
|
3163
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3164
|
+
},
|
|
3165
|
+
"value": "#DEEBFF",
|
|
3166
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
|
|
3167
|
+
"isSource": true,
|
|
3168
|
+
"original": {
|
|
3169
|
+
"attributes": {
|
|
3170
|
+
"group": "paint",
|
|
3171
|
+
"state": "active",
|
|
3172
|
+
"introduced": "1.13.0",
|
|
3173
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3174
|
+
},
|
|
3175
|
+
"value": "B50"
|
|
3176
|
+
},
|
|
3177
|
+
"name": "color.background.brand.subtlest.hovered",
|
|
3178
|
+
"path": ["color", "background", "brand", "subtlest", "hovered"],
|
|
3179
|
+
"cleanName": "color.background.brand.subtlest.hovered"
|
|
3180
|
+
}, {
|
|
3181
|
+
"attributes": {
|
|
3182
|
+
"group": "paint",
|
|
3183
|
+
"state": "active",
|
|
3184
|
+
"introduced": "1.13.0",
|
|
3185
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3186
|
+
},
|
|
3187
|
+
"value": "#4C9AFF",
|
|
3188
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
|
|
3189
|
+
"isSource": true,
|
|
3190
|
+
"original": {
|
|
3191
|
+
"attributes": {
|
|
3192
|
+
"group": "paint",
|
|
3193
|
+
"state": "active",
|
|
3194
|
+
"introduced": "1.13.0",
|
|
3195
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3196
|
+
},
|
|
3197
|
+
"value": "B100"
|
|
3198
|
+
},
|
|
3199
|
+
"name": "color.background.brand.subtlest.pressed",
|
|
3200
|
+
"path": ["color", "background", "brand", "subtlest", "pressed"],
|
|
3201
|
+
"cleanName": "color.background.brand.subtlest.pressed"
|
|
3136
3202
|
}, {
|
|
3137
3203
|
"attributes": {
|
|
3138
3204
|
"group": "paint",
|
|
@@ -3160,7 +3226,7 @@ var tokens = [{
|
|
|
3160
3226
|
"group": "paint",
|
|
3161
3227
|
"state": "active",
|
|
3162
3228
|
"introduced": "0.6.0",
|
|
3163
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3229
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3164
3230
|
},
|
|
3165
3231
|
"value": "#0065FF",
|
|
3166
3232
|
"filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
|
|
@@ -3170,7 +3236,7 @@ var tokens = [{
|
|
|
3170
3236
|
"group": "paint",
|
|
3171
3237
|
"state": "active",
|
|
3172
3238
|
"introduced": "0.6.0",
|
|
3173
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3239
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3174
3240
|
},
|
|
3175
3241
|
"value": "B300"
|
|
3176
3242
|
},
|
|
@@ -3182,7 +3248,7 @@ var tokens = [{
|
|
|
3182
3248
|
"group": "paint",
|
|
3183
3249
|
"state": "active",
|
|
3184
3250
|
"introduced": "0.6.0",
|
|
3185
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3251
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3186
3252
|
},
|
|
3187
3253
|
"value": "#0747A6",
|
|
3188
3254
|
"filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
|
|
@@ -3192,13 +3258,79 @@ var tokens = [{
|
|
|
3192
3258
|
"group": "paint",
|
|
3193
3259
|
"state": "active",
|
|
3194
3260
|
"introduced": "0.6.0",
|
|
3195
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3261
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3196
3262
|
},
|
|
3197
3263
|
"value": "B500"
|
|
3198
3264
|
},
|
|
3199
3265
|
"name": "color.background.brand.bold.pressed",
|
|
3200
3266
|
"path": ["color", "background", "brand", "bold", "pressed"],
|
|
3201
3267
|
"cleanName": "color.background.brand.bold.pressed"
|
|
3268
|
+
}, {
|
|
3269
|
+
"attributes": {
|
|
3270
|
+
"group": "paint",
|
|
3271
|
+
"state": "active",
|
|
3272
|
+
"introduced": "1.13.0",
|
|
3273
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3274
|
+
},
|
|
3275
|
+
"value": "#0747A6",
|
|
3276
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
|
|
3277
|
+
"isSource": true,
|
|
3278
|
+
"original": {
|
|
3279
|
+
"attributes": {
|
|
3280
|
+
"group": "paint",
|
|
3281
|
+
"state": "active",
|
|
3282
|
+
"introduced": "1.13.0",
|
|
3283
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3284
|
+
},
|
|
3285
|
+
"value": "B500"
|
|
3286
|
+
},
|
|
3287
|
+
"name": "color.background.brand.boldest.[default]",
|
|
3288
|
+
"path": ["color", "background", "brand", "boldest", "[default]"],
|
|
3289
|
+
"cleanName": "color.background.brand.boldest"
|
|
3290
|
+
}, {
|
|
3291
|
+
"attributes": {
|
|
3292
|
+
"group": "paint",
|
|
3293
|
+
"state": "active",
|
|
3294
|
+
"introduced": "1.13.0",
|
|
3295
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3296
|
+
},
|
|
3297
|
+
"value": "#0052CC",
|
|
3298
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
|
|
3299
|
+
"isSource": true,
|
|
3300
|
+
"original": {
|
|
3301
|
+
"attributes": {
|
|
3302
|
+
"group": "paint",
|
|
3303
|
+
"state": "active",
|
|
3304
|
+
"introduced": "1.13.0",
|
|
3305
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3306
|
+
},
|
|
3307
|
+
"value": "B400"
|
|
3308
|
+
},
|
|
3309
|
+
"name": "color.background.brand.boldest.hovered",
|
|
3310
|
+
"path": ["color", "background", "brand", "boldest", "hovered"],
|
|
3311
|
+
"cleanName": "color.background.brand.boldest.hovered"
|
|
3312
|
+
}, {
|
|
3313
|
+
"attributes": {
|
|
3314
|
+
"group": "paint",
|
|
3315
|
+
"state": "active",
|
|
3316
|
+
"introduced": "1.13.0",
|
|
3317
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3318
|
+
},
|
|
3319
|
+
"value": "#0747A6",
|
|
3320
|
+
"filePath": "src/tokens/atlassian-legacy-light/color/background.tsx",
|
|
3321
|
+
"isSource": true,
|
|
3322
|
+
"original": {
|
|
3323
|
+
"attributes": {
|
|
3324
|
+
"group": "paint",
|
|
3325
|
+
"state": "active",
|
|
3326
|
+
"introduced": "1.13.0",
|
|
3327
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3328
|
+
},
|
|
3329
|
+
"value": "B500"
|
|
3330
|
+
},
|
|
3331
|
+
"name": "color.background.brand.boldest.pressed",
|
|
3332
|
+
"path": ["color", "background", "brand", "boldest", "pressed"],
|
|
3333
|
+
"cleanName": "color.background.brand.boldest.pressed"
|
|
3202
3334
|
}, {
|
|
3203
3335
|
"attributes": {
|
|
3204
3336
|
"group": "paint",
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::c96324369c8a09e129803eff1f33d1e8>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -3133,6 +3133,72 @@ var tokens = [{
|
|
|
3133
3133
|
"name": "color.background.selected.bold.pressed",
|
|
3134
3134
|
"path": ["color", "background", "selected", "bold", "pressed"],
|
|
3135
3135
|
"cleanName": "color.background.selected.bold.pressed"
|
|
3136
|
+
}, {
|
|
3137
|
+
"attributes": {
|
|
3138
|
+
"group": "paint",
|
|
3139
|
+
"state": "active",
|
|
3140
|
+
"introduced": "1.13.0",
|
|
3141
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3142
|
+
},
|
|
3143
|
+
"value": "#E9F2FF",
|
|
3144
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
3145
|
+
"isSource": true,
|
|
3146
|
+
"original": {
|
|
3147
|
+
"attributes": {
|
|
3148
|
+
"group": "paint",
|
|
3149
|
+
"state": "active",
|
|
3150
|
+
"introduced": "1.13.0",
|
|
3151
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
3152
|
+
},
|
|
3153
|
+
"value": "Blue100"
|
|
3154
|
+
},
|
|
3155
|
+
"name": "color.background.brand.subtlest.[default]",
|
|
3156
|
+
"path": ["color", "background", "brand", "subtlest", "[default]"],
|
|
3157
|
+
"cleanName": "color.background.brand.subtlest"
|
|
3158
|
+
}, {
|
|
3159
|
+
"attributes": {
|
|
3160
|
+
"group": "paint",
|
|
3161
|
+
"state": "active",
|
|
3162
|
+
"introduced": "1.13.0",
|
|
3163
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3164
|
+
},
|
|
3165
|
+
"value": "#CCE0FF",
|
|
3166
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
3167
|
+
"isSource": true,
|
|
3168
|
+
"original": {
|
|
3169
|
+
"attributes": {
|
|
3170
|
+
"group": "paint",
|
|
3171
|
+
"state": "active",
|
|
3172
|
+
"introduced": "1.13.0",
|
|
3173
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
3174
|
+
},
|
|
3175
|
+
"value": "Blue200"
|
|
3176
|
+
},
|
|
3177
|
+
"name": "color.background.brand.subtlest.hovered",
|
|
3178
|
+
"path": ["color", "background", "brand", "subtlest", "hovered"],
|
|
3179
|
+
"cleanName": "color.background.brand.subtlest.hovered"
|
|
3180
|
+
}, {
|
|
3181
|
+
"attributes": {
|
|
3182
|
+
"group": "paint",
|
|
3183
|
+
"state": "active",
|
|
3184
|
+
"introduced": "1.13.0",
|
|
3185
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3186
|
+
},
|
|
3187
|
+
"value": "#85B8FF",
|
|
3188
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
3189
|
+
"isSource": true,
|
|
3190
|
+
"original": {
|
|
3191
|
+
"attributes": {
|
|
3192
|
+
"group": "paint",
|
|
3193
|
+
"state": "active",
|
|
3194
|
+
"introduced": "1.13.0",
|
|
3195
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
3196
|
+
},
|
|
3197
|
+
"value": "Blue300"
|
|
3198
|
+
},
|
|
3199
|
+
"name": "color.background.brand.subtlest.pressed",
|
|
3200
|
+
"path": ["color", "background", "brand", "subtlest", "pressed"],
|
|
3201
|
+
"cleanName": "color.background.brand.subtlest.pressed"
|
|
3136
3202
|
}, {
|
|
3137
3203
|
"attributes": {
|
|
3138
3204
|
"group": "paint",
|
|
@@ -3160,7 +3226,7 @@ var tokens = [{
|
|
|
3160
3226
|
"group": "paint",
|
|
3161
3227
|
"state": "active",
|
|
3162
3228
|
"introduced": "0.6.0",
|
|
3163
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3229
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3164
3230
|
},
|
|
3165
3231
|
"value": "#0055CC",
|
|
3166
3232
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
@@ -3170,7 +3236,7 @@ var tokens = [{
|
|
|
3170
3236
|
"group": "paint",
|
|
3171
3237
|
"state": "active",
|
|
3172
3238
|
"introduced": "0.6.0",
|
|
3173
|
-
"description": "Hovered state of color.background.brand.bold"
|
|
3239
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
3174
3240
|
},
|
|
3175
3241
|
"value": "Blue800"
|
|
3176
3242
|
},
|
|
@@ -3182,7 +3248,7 @@ var tokens = [{
|
|
|
3182
3248
|
"group": "paint",
|
|
3183
3249
|
"state": "active",
|
|
3184
3250
|
"introduced": "0.6.0",
|
|
3185
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3251
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3186
3252
|
},
|
|
3187
3253
|
"value": "#09326C",
|
|
3188
3254
|
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
@@ -3192,13 +3258,79 @@ var tokens = [{
|
|
|
3192
3258
|
"group": "paint",
|
|
3193
3259
|
"state": "active",
|
|
3194
3260
|
"introduced": "0.6.0",
|
|
3195
|
-
"description": "Pressed state of color.background.brand.bold"
|
|
3261
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
3196
3262
|
},
|
|
3197
3263
|
"value": "Blue900"
|
|
3198
3264
|
},
|
|
3199
3265
|
"name": "color.background.brand.bold.pressed",
|
|
3200
3266
|
"path": ["color", "background", "brand", "bold", "pressed"],
|
|
3201
3267
|
"cleanName": "color.background.brand.bold.pressed"
|
|
3268
|
+
}, {
|
|
3269
|
+
"attributes": {
|
|
3270
|
+
"group": "paint",
|
|
3271
|
+
"state": "active",
|
|
3272
|
+
"introduced": "1.13.0",
|
|
3273
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3274
|
+
},
|
|
3275
|
+
"value": "#092957",
|
|
3276
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
3277
|
+
"isSource": true,
|
|
3278
|
+
"original": {
|
|
3279
|
+
"attributes": {
|
|
3280
|
+
"group": "paint",
|
|
3281
|
+
"state": "active",
|
|
3282
|
+
"introduced": "1.13.0",
|
|
3283
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
3284
|
+
},
|
|
3285
|
+
"value": "Blue1000"
|
|
3286
|
+
},
|
|
3287
|
+
"name": "color.background.brand.boldest.[default]",
|
|
3288
|
+
"path": ["color", "background", "brand", "boldest", "[default]"],
|
|
3289
|
+
"cleanName": "color.background.brand.boldest"
|
|
3290
|
+
}, {
|
|
3291
|
+
"attributes": {
|
|
3292
|
+
"group": "paint",
|
|
3293
|
+
"state": "active",
|
|
3294
|
+
"introduced": "1.13.0",
|
|
3295
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3296
|
+
},
|
|
3297
|
+
"value": "#09326C",
|
|
3298
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
3299
|
+
"isSource": true,
|
|
3300
|
+
"original": {
|
|
3301
|
+
"attributes": {
|
|
3302
|
+
"group": "paint",
|
|
3303
|
+
"state": "active",
|
|
3304
|
+
"introduced": "1.13.0",
|
|
3305
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
3306
|
+
},
|
|
3307
|
+
"value": "Blue900"
|
|
3308
|
+
},
|
|
3309
|
+
"name": "color.background.brand.boldest.hovered",
|
|
3310
|
+
"path": ["color", "background", "brand", "boldest", "hovered"],
|
|
3311
|
+
"cleanName": "color.background.brand.boldest.hovered"
|
|
3312
|
+
}, {
|
|
3313
|
+
"attributes": {
|
|
3314
|
+
"group": "paint",
|
|
3315
|
+
"state": "active",
|
|
3316
|
+
"introduced": "1.13.0",
|
|
3317
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3318
|
+
},
|
|
3319
|
+
"value": "#0055CC",
|
|
3320
|
+
"filePath": "src/tokens/atlassian-light/color/background.tsx",
|
|
3321
|
+
"isSource": true,
|
|
3322
|
+
"original": {
|
|
3323
|
+
"attributes": {
|
|
3324
|
+
"group": "paint",
|
|
3325
|
+
"state": "active",
|
|
3326
|
+
"introduced": "1.13.0",
|
|
3327
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
3328
|
+
},
|
|
3329
|
+
"value": "Blue800"
|
|
3330
|
+
},
|
|
3331
|
+
"name": "color.background.brand.boldest.pressed",
|
|
3332
|
+
"path": ["color", "background", "brand", "boldest", "pressed"],
|
|
3333
|
+
"cleanName": "color.background.brand.boldest.pressed"
|
|
3202
3334
|
}, {
|
|
3203
3335
|
"attributes": {
|
|
3204
3336
|
"group": "paint",
|
|
@@ -8,7 +8,7 @@ exports.default = void 0;
|
|
|
8
8
|
var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
|
|
9
9
|
var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
|
|
10
10
|
var name = "@atlaskit/tokens";
|
|
11
|
-
var version = "1.
|
|
11
|
+
var version = "1.13.1";
|
|
12
12
|
/**
|
|
13
13
|
* Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
|
|
14
14
|
* resulting CSS Custom Property.
|
package/dist/cjs/get-token.js
CHANGED
|
@@ -9,7 +9,7 @@ var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
|
|
|
9
9
|
var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
|
|
10
10
|
var _constants = require("./constants");
|
|
11
11
|
var name = "@atlaskit/tokens";
|
|
12
|
-
var version = "1.
|
|
12
|
+
var version = "1.13.1";
|
|
13
13
|
/**
|
|
14
14
|
* Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
|
|
15
15
|
* This should be used to implement design decisions throughout your application.
|
|
@@ -88,6 +88,17 @@ var color = {
|
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
brand: {
|
|
91
|
+
subtlest: {
|
|
92
|
+
'[default]': {
|
|
93
|
+
value: 'Blue1000'
|
|
94
|
+
},
|
|
95
|
+
hovered: {
|
|
96
|
+
value: 'Blue900'
|
|
97
|
+
},
|
|
98
|
+
pressed: {
|
|
99
|
+
value: 'Blue800'
|
|
100
|
+
}
|
|
101
|
+
},
|
|
91
102
|
bold: {
|
|
92
103
|
'[default]': {
|
|
93
104
|
value: 'Blue400'
|
|
@@ -98,6 +109,17 @@ var color = {
|
|
|
98
109
|
pressed: {
|
|
99
110
|
value: 'Blue200'
|
|
100
111
|
}
|
|
112
|
+
},
|
|
113
|
+
boldest: {
|
|
114
|
+
'[default]': {
|
|
115
|
+
value: 'Blue100'
|
|
116
|
+
},
|
|
117
|
+
hovered: {
|
|
118
|
+
value: 'Blue200'
|
|
119
|
+
},
|
|
120
|
+
pressed: {
|
|
121
|
+
value: 'Blue300'
|
|
122
|
+
}
|
|
101
123
|
}
|
|
102
124
|
},
|
|
103
125
|
selected: {
|
|
@@ -87,6 +87,17 @@ var color = {
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
brand: {
|
|
90
|
+
subtlest: {
|
|
91
|
+
'[default]': {
|
|
92
|
+
value: 'B500'
|
|
93
|
+
},
|
|
94
|
+
hovered: {
|
|
95
|
+
value: 'B400'
|
|
96
|
+
},
|
|
97
|
+
pressed: {
|
|
98
|
+
value: 'B500'
|
|
99
|
+
}
|
|
100
|
+
},
|
|
90
101
|
bold: {
|
|
91
102
|
'[default]': {
|
|
92
103
|
value: 'B400'
|
|
@@ -97,6 +108,17 @@ var color = {
|
|
|
97
108
|
pressed: {
|
|
98
109
|
value: 'B500'
|
|
99
110
|
}
|
|
111
|
+
},
|
|
112
|
+
boldest: {
|
|
113
|
+
'[default]': {
|
|
114
|
+
value: 'B75'
|
|
115
|
+
},
|
|
116
|
+
hovered: {
|
|
117
|
+
value: 'B50'
|
|
118
|
+
},
|
|
119
|
+
pressed: {
|
|
120
|
+
value: 'B100'
|
|
121
|
+
}
|
|
100
122
|
}
|
|
101
123
|
},
|
|
102
124
|
selected: {
|