@atlaskit/tokens 13.3.0 → 13.4.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 +20 -0
- 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 +6 -2
- package/dist/cjs/artifacts/token-names.js +5 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +91 -3
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +91 -3
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +93 -5
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +93 -5
- package/dist/cjs/entry-points/token-metadata.codegen.js +39 -3
- 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 +6 -2
- package/dist/es2019/artifacts/themes/atlassian-light.js +6 -2
- package/dist/es2019/artifacts/token-default-values.js +6 -2
- package/dist/es2019/artifacts/token-names.js +5 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +91 -3
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +91 -3
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +93 -5
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +93 -5
- package/dist/es2019/entry-points/token-metadata.codegen.js +39 -3
- 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 +6 -2
- package/dist/esm/artifacts/token-names.js +5 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +91 -3
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +91 -3
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +93 -5
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +93 -5
- package/dist/esm/entry-points/token-metadata.codegen.js +39 -3
- 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 +6 -2
- 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/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +6 -2
- package/dist/types-ts4.5/artifacts/token-names.d.ts +9 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +4 -4
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +24 -6
- package/figma/atlassian-dark-increased-contrast.json +37 -1
- package/figma/atlassian-dark.json +37 -1
- package/figma/atlassian-light-increased-contrast.json +38 -2
- package/figma/atlassian-light.json +38 -2
- package/package.json +4 -4
|
@@ -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::752e02e8e29137a62066be0c96969094>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
|
|
@@ -3689,7 +3689,7 @@ var tokens = [{
|
|
|
3689
3689
|
"group": "paint",
|
|
3690
3690
|
"state": "active",
|
|
3691
3691
|
"introduced": "13.2.0",
|
|
3692
|
-
"description": "Background colour for non-interactive elements communicating caution (e.g.
|
|
3692
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
3693
3693
|
},
|
|
3694
3694
|
"value": "#9E4C00",
|
|
3695
3695
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
@@ -3699,7 +3699,7 @@ var tokens = [{
|
|
|
3699
3699
|
"group": "paint",
|
|
3700
3700
|
"state": "active",
|
|
3701
3701
|
"introduced": "13.2.0",
|
|
3702
|
-
"description": "Background colour for non-interactive elements communicating caution (e.g.
|
|
3702
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
3703
3703
|
},
|
|
3704
3704
|
"value": "Orange800"
|
|
3705
3705
|
},
|
|
@@ -9360,6 +9360,28 @@ var tokens = [{
|
|
|
9360
9360
|
"name": "elevation.surface.[default].pressed",
|
|
9361
9361
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9362
9362
|
"cleanName": "elevation.surface.pressed"
|
|
9363
|
+
}, {
|
|
9364
|
+
"attributes": {
|
|
9365
|
+
"group": "paint",
|
|
9366
|
+
"state": "active",
|
|
9367
|
+
"introduced": "13.3.0",
|
|
9368
|
+
"description": "Use as a neutral container surface background."
|
|
9369
|
+
},
|
|
9370
|
+
"value": "#303134",
|
|
9371
|
+
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
9372
|
+
"isSource": true,
|
|
9373
|
+
"original": {
|
|
9374
|
+
"attributes": {
|
|
9375
|
+
"group": "paint",
|
|
9376
|
+
"state": "active",
|
|
9377
|
+
"introduced": "13.3.0",
|
|
9378
|
+
"description": "Use as a neutral container surface background."
|
|
9379
|
+
},
|
|
9380
|
+
"value": "DarkNeutral300"
|
|
9381
|
+
},
|
|
9382
|
+
"name": "elevation.surface.container",
|
|
9383
|
+
"path": ["elevation", "surface", "container"],
|
|
9384
|
+
"cleanName": "elevation.surface.container"
|
|
9363
9385
|
}, {
|
|
9364
9386
|
"attributes": {
|
|
9365
9387
|
"group": "paint",
|
|
@@ -9514,6 +9536,72 @@ var tokens = [{
|
|
|
9514
9536
|
"name": "elevation.surface.sunken",
|
|
9515
9537
|
"path": ["elevation", "surface", "sunken"],
|
|
9516
9538
|
"cleanName": "elevation.surface.sunken"
|
|
9539
|
+
}, {
|
|
9540
|
+
"attributes": {
|
|
9541
|
+
"group": "paint",
|
|
9542
|
+
"state": "active",
|
|
9543
|
+
"introduced": "13.3.0",
|
|
9544
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9545
|
+
},
|
|
9546
|
+
"value": "#242528",
|
|
9547
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9548
|
+
"isSource": true,
|
|
9549
|
+
"original": {
|
|
9550
|
+
"attributes": {
|
|
9551
|
+
"group": "paint",
|
|
9552
|
+
"state": "active",
|
|
9553
|
+
"introduced": "13.3.0",
|
|
9554
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9555
|
+
},
|
|
9556
|
+
"value": "DarkNeutral200"
|
|
9557
|
+
},
|
|
9558
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9559
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9560
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9561
|
+
}, {
|
|
9562
|
+
"attributes": {
|
|
9563
|
+
"group": "paint",
|
|
9564
|
+
"state": "active",
|
|
9565
|
+
"introduced": "13.3.0",
|
|
9566
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9567
|
+
},
|
|
9568
|
+
"value": "#2B2C2F",
|
|
9569
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9570
|
+
"isSource": true,
|
|
9571
|
+
"original": {
|
|
9572
|
+
"attributes": {
|
|
9573
|
+
"group": "paint",
|
|
9574
|
+
"state": "active",
|
|
9575
|
+
"introduced": "13.3.0",
|
|
9576
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9577
|
+
},
|
|
9578
|
+
"value": "DarkNeutral250"
|
|
9579
|
+
},
|
|
9580
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9581
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9582
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9583
|
+
}, {
|
|
9584
|
+
"attributes": {
|
|
9585
|
+
"group": "paint",
|
|
9586
|
+
"state": "active",
|
|
9587
|
+
"introduced": "13.3.0",
|
|
9588
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9589
|
+
},
|
|
9590
|
+
"value": "#303134",
|
|
9591
|
+
"filePath": "schema/themes/atlassian-dark/elevation/rovo/surface.tsx",
|
|
9592
|
+
"isSource": true,
|
|
9593
|
+
"original": {
|
|
9594
|
+
"attributes": {
|
|
9595
|
+
"group": "paint",
|
|
9596
|
+
"state": "active",
|
|
9597
|
+
"introduced": "13.3.0",
|
|
9598
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9599
|
+
},
|
|
9600
|
+
"value": "DarkNeutral300"
|
|
9601
|
+
},
|
|
9602
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9603
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9604
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9517
9605
|
}, {
|
|
9518
9606
|
"attributes": {
|
|
9519
9607
|
"group": "shadow",
|
|
@@ -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::64ea7d47282565d7455a13230e33ce8b>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
|
|
@@ -3692,7 +3692,7 @@ var tokens = [{
|
|
|
3692
3692
|
"group": "paint",
|
|
3693
3693
|
"state": "active",
|
|
3694
3694
|
"introduced": "13.2.0",
|
|
3695
|
-
"description": "Background colour for non-interactive elements communicating caution (e.g.
|
|
3695
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
3696
3696
|
},
|
|
3697
3697
|
"original": {
|
|
3698
3698
|
"value": "Orange250",
|
|
@@ -3700,7 +3700,7 @@ var tokens = [{
|
|
|
3700
3700
|
"group": "paint",
|
|
3701
3701
|
"state": "active",
|
|
3702
3702
|
"introduced": "13.2.0",
|
|
3703
|
-
"description": "Background colour for non-interactive elements communicating caution (e.g.
|
|
3703
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
3704
3704
|
}
|
|
3705
3705
|
},
|
|
3706
3706
|
"name": "color.background.warning.subtle.[default]",
|
|
@@ -4873,7 +4873,7 @@ var tokens = [{
|
|
|
4873
4873
|
"path": ["color", "border", "accent", "gray", "[default]"],
|
|
4874
4874
|
"cleanName": "color.border.accent.gray"
|
|
4875
4875
|
}, {
|
|
4876
|
-
"value": "#
|
|
4876
|
+
"value": "#B7B9BE",
|
|
4877
4877
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4878
4878
|
"isSource": false,
|
|
4879
4879
|
"attributes": {
|
|
@@ -4883,7 +4883,7 @@ var tokens = [{
|
|
|
4883
4883
|
"description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
|
|
4884
4884
|
},
|
|
4885
4885
|
"original": {
|
|
4886
|
-
"value": "
|
|
4886
|
+
"value": "Neutral400",
|
|
4887
4887
|
"attributes": {
|
|
4888
4888
|
"group": "paint",
|
|
4889
4889
|
"state": "active",
|
|
@@ -9360,6 +9360,28 @@ var tokens = [{
|
|
|
9360
9360
|
"name": "elevation.surface.[default].pressed",
|
|
9361
9361
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9362
9362
|
"cleanName": "elevation.surface.pressed"
|
|
9363
|
+
}, {
|
|
9364
|
+
"value": "#F0F1F2",
|
|
9365
|
+
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
9366
|
+
"isSource": false,
|
|
9367
|
+
"attributes": {
|
|
9368
|
+
"group": "paint",
|
|
9369
|
+
"state": "active",
|
|
9370
|
+
"introduced": "13.3.0",
|
|
9371
|
+
"description": "Use as a neutral container surface background."
|
|
9372
|
+
},
|
|
9373
|
+
"original": {
|
|
9374
|
+
"value": "Neutral200",
|
|
9375
|
+
"attributes": {
|
|
9376
|
+
"group": "paint",
|
|
9377
|
+
"state": "active",
|
|
9378
|
+
"introduced": "13.3.0",
|
|
9379
|
+
"description": "Use as a neutral container surface background."
|
|
9380
|
+
}
|
|
9381
|
+
},
|
|
9382
|
+
"name": "elevation.surface.container",
|
|
9383
|
+
"path": ["elevation", "surface", "container"],
|
|
9384
|
+
"cleanName": "elevation.surface.container"
|
|
9363
9385
|
}, {
|
|
9364
9386
|
"value": "#FFFFFF",
|
|
9365
9387
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
@@ -9514,6 +9536,72 @@ var tokens = [{
|
|
|
9514
9536
|
"name": "elevation.surface.sunken",
|
|
9515
9537
|
"path": ["elevation", "surface", "sunken"],
|
|
9516
9538
|
"cleanName": "elevation.surface.sunken"
|
|
9539
|
+
}, {
|
|
9540
|
+
"value": "#F8F8F8",
|
|
9541
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9542
|
+
"isSource": true,
|
|
9543
|
+
"attributes": {
|
|
9544
|
+
"group": "paint",
|
|
9545
|
+
"state": "active",
|
|
9546
|
+
"introduced": "13.3.0",
|
|
9547
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9548
|
+
},
|
|
9549
|
+
"original": {
|
|
9550
|
+
"value": "Neutral100",
|
|
9551
|
+
"attributes": {
|
|
9552
|
+
"group": "paint",
|
|
9553
|
+
"state": "active",
|
|
9554
|
+
"introduced": "13.3.0",
|
|
9555
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9556
|
+
}
|
|
9557
|
+
},
|
|
9558
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9559
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9560
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9561
|
+
}, {
|
|
9562
|
+
"value": "#F0F1F2",
|
|
9563
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9564
|
+
"isSource": true,
|
|
9565
|
+
"attributes": {
|
|
9566
|
+
"group": "paint",
|
|
9567
|
+
"state": "active",
|
|
9568
|
+
"introduced": "13.3.0",
|
|
9569
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9570
|
+
},
|
|
9571
|
+
"original": {
|
|
9572
|
+
"value": "Neutral200",
|
|
9573
|
+
"attributes": {
|
|
9574
|
+
"group": "paint",
|
|
9575
|
+
"state": "active",
|
|
9576
|
+
"introduced": "13.3.0",
|
|
9577
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9578
|
+
}
|
|
9579
|
+
},
|
|
9580
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9581
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9582
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9583
|
+
}, {
|
|
9584
|
+
"value": "#DDDEE1",
|
|
9585
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/rovo/surface.tsx",
|
|
9586
|
+
"isSource": true,
|
|
9587
|
+
"attributes": {
|
|
9588
|
+
"group": "paint",
|
|
9589
|
+
"state": "active",
|
|
9590
|
+
"introduced": "13.3.0",
|
|
9591
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9592
|
+
},
|
|
9593
|
+
"original": {
|
|
9594
|
+
"value": "Neutral300",
|
|
9595
|
+
"attributes": {
|
|
9596
|
+
"group": "paint",
|
|
9597
|
+
"state": "active",
|
|
9598
|
+
"introduced": "13.3.0",
|
|
9599
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9600
|
+
}
|
|
9601
|
+
},
|
|
9602
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9603
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9604
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9517
9605
|
}, {
|
|
9518
9606
|
"value": [{
|
|
9519
9607
|
"radius": 8,
|
|
@@ -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::a1882f4b4e3305935325d612a706f4d0>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
|
|
@@ -3689,7 +3689,7 @@ var tokens = [{
|
|
|
3689
3689
|
"group": "paint",
|
|
3690
3690
|
"state": "active",
|
|
3691
3691
|
"introduced": "13.2.0",
|
|
3692
|
-
"description": "Background colour for non-interactive elements communicating caution (e.g.
|
|
3692
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
3693
3693
|
},
|
|
3694
3694
|
"value": "#FBD779",
|
|
3695
3695
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
@@ -3699,7 +3699,7 @@ var tokens = [{
|
|
|
3699
3699
|
"group": "paint",
|
|
3700
3700
|
"state": "active",
|
|
3701
3701
|
"introduced": "13.2.0",
|
|
3702
|
-
"description": "Background colour for non-interactive elements communicating caution (e.g.
|
|
3702
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
3703
3703
|
},
|
|
3704
3704
|
"value": "Orange250"
|
|
3705
3705
|
},
|
|
@@ -4879,7 +4879,7 @@ var tokens = [{
|
|
|
4879
4879
|
"introduced": "13.2.0",
|
|
4880
4880
|
"description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
|
|
4881
4881
|
},
|
|
4882
|
-
"value": "#
|
|
4882
|
+
"value": "#B7B9BE",
|
|
4883
4883
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4884
4884
|
"isSource": true,
|
|
4885
4885
|
"original": {
|
|
@@ -4889,7 +4889,7 @@ var tokens = [{
|
|
|
4889
4889
|
"introduced": "13.2.0",
|
|
4890
4890
|
"description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
|
|
4891
4891
|
},
|
|
4892
|
-
"value": "
|
|
4892
|
+
"value": "Neutral400"
|
|
4893
4893
|
},
|
|
4894
4894
|
"name": "color.border.accent.gray.subtle",
|
|
4895
4895
|
"path": ["color", "border", "accent", "gray", "subtle"],
|
|
@@ -9360,6 +9360,28 @@ var tokens = [{
|
|
|
9360
9360
|
"name": "elevation.surface.[default].pressed",
|
|
9361
9361
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
9362
9362
|
"cleanName": "elevation.surface.pressed"
|
|
9363
|
+
}, {
|
|
9364
|
+
"attributes": {
|
|
9365
|
+
"group": "paint",
|
|
9366
|
+
"state": "active",
|
|
9367
|
+
"introduced": "13.3.0",
|
|
9368
|
+
"description": "Use as a neutral container surface background."
|
|
9369
|
+
},
|
|
9370
|
+
"value": "#F0F1F2",
|
|
9371
|
+
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
9372
|
+
"isSource": true,
|
|
9373
|
+
"original": {
|
|
9374
|
+
"attributes": {
|
|
9375
|
+
"group": "paint",
|
|
9376
|
+
"state": "active",
|
|
9377
|
+
"introduced": "13.3.0",
|
|
9378
|
+
"description": "Use as a neutral container surface background."
|
|
9379
|
+
},
|
|
9380
|
+
"value": "Neutral200"
|
|
9381
|
+
},
|
|
9382
|
+
"name": "elevation.surface.container",
|
|
9383
|
+
"path": ["elevation", "surface", "container"],
|
|
9384
|
+
"cleanName": "elevation.surface.container"
|
|
9363
9385
|
}, {
|
|
9364
9386
|
"attributes": {
|
|
9365
9387
|
"group": "paint",
|
|
@@ -9514,6 +9536,72 @@ var tokens = [{
|
|
|
9514
9536
|
"name": "elevation.surface.sunken",
|
|
9515
9537
|
"path": ["elevation", "surface", "sunken"],
|
|
9516
9538
|
"cleanName": "elevation.surface.sunken"
|
|
9539
|
+
}, {
|
|
9540
|
+
"attributes": {
|
|
9541
|
+
"group": "paint",
|
|
9542
|
+
"state": "active",
|
|
9543
|
+
"introduced": "13.3.0",
|
|
9544
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9545
|
+
},
|
|
9546
|
+
"value": "#F8F8F8",
|
|
9547
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9548
|
+
"isSource": true,
|
|
9549
|
+
"original": {
|
|
9550
|
+
"attributes": {
|
|
9551
|
+
"group": "paint",
|
|
9552
|
+
"state": "active",
|
|
9553
|
+
"introduced": "13.3.0",
|
|
9554
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
9555
|
+
},
|
|
9556
|
+
"value": "Neutral100"
|
|
9557
|
+
},
|
|
9558
|
+
"name": "elevation.rovo.surface.overlay.[default]",
|
|
9559
|
+
"path": ["elevation", "rovo", "surface", "overlay", "[default]"],
|
|
9560
|
+
"cleanName": "elevation.rovo.surface.overlay"
|
|
9561
|
+
}, {
|
|
9562
|
+
"attributes": {
|
|
9563
|
+
"group": "paint",
|
|
9564
|
+
"state": "active",
|
|
9565
|
+
"introduced": "13.3.0",
|
|
9566
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9567
|
+
},
|
|
9568
|
+
"value": "#F0F1F2",
|
|
9569
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9570
|
+
"isSource": true,
|
|
9571
|
+
"original": {
|
|
9572
|
+
"attributes": {
|
|
9573
|
+
"group": "paint",
|
|
9574
|
+
"state": "active",
|
|
9575
|
+
"introduced": "13.3.0",
|
|
9576
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
9577
|
+
},
|
|
9578
|
+
"value": "Neutral200"
|
|
9579
|
+
},
|
|
9580
|
+
"name": "elevation.rovo.surface.overlay.hovered",
|
|
9581
|
+
"path": ["elevation", "rovo", "surface", "overlay", "hovered"],
|
|
9582
|
+
"cleanName": "elevation.rovo.surface.overlay.hovered"
|
|
9583
|
+
}, {
|
|
9584
|
+
"attributes": {
|
|
9585
|
+
"group": "paint",
|
|
9586
|
+
"state": "active",
|
|
9587
|
+
"introduced": "13.3.0",
|
|
9588
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9589
|
+
},
|
|
9590
|
+
"value": "#DDDEE1",
|
|
9591
|
+
"filePath": "schema/themes/atlassian-light/elevation/rovo/surface.tsx",
|
|
9592
|
+
"isSource": true,
|
|
9593
|
+
"original": {
|
|
9594
|
+
"attributes": {
|
|
9595
|
+
"group": "paint",
|
|
9596
|
+
"state": "active",
|
|
9597
|
+
"introduced": "13.3.0",
|
|
9598
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
9599
|
+
},
|
|
9600
|
+
"value": "Neutral300"
|
|
9601
|
+
},
|
|
9602
|
+
"name": "elevation.rovo.surface.overlay.pressed",
|
|
9603
|
+
"path": ["elevation", "rovo", "surface", "overlay", "pressed"],
|
|
9604
|
+
"cleanName": "elevation.rovo.surface.overlay.pressed"
|
|
9517
9605
|
}, {
|
|
9518
9606
|
"attributes": {
|
|
9519
9607
|
"group": "shadow",
|
|
@@ -9,7 +9,7 @@ exports.tokens = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::ae4acbb8ddfe6f3a0c28dc3479fd9d0d>>
|
|
13
13
|
* @codegenCommand yarn build tokens
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -1951,7 +1951,7 @@ var tokens = exports.tokens = [{
|
|
|
1951
1951
|
}, {
|
|
1952
1952
|
name: 'color.background.warning.subtle',
|
|
1953
1953
|
path: ['color', 'background', 'warning', 'subtle', '[default]'],
|
|
1954
|
-
description: 'Background colour for non-interactive elements communicating caution (e.g.
|
|
1954
|
+
description: 'Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states.',
|
|
1955
1955
|
exampleValue: '#FBD779',
|
|
1956
1956
|
usageGuidelines: {
|
|
1957
1957
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
@@ -2438,7 +2438,7 @@ var tokens = exports.tokens = [{
|
|
|
2438
2438
|
name: 'color.border.accent.gray.subtle',
|
|
2439
2439
|
path: ['color', 'border', 'accent', 'gray', 'subtle'],
|
|
2440
2440
|
description: 'Use for decorative gray borders that do not need to meet 3:1 contrast requirements.',
|
|
2441
|
-
exampleValue: '#
|
|
2441
|
+
exampleValue: '#B7B9BE',
|
|
2442
2442
|
usageGuidelines: {
|
|
2443
2443
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
2444
2444
|
cssProperties: ['border-color', 'outline-color']
|
|
@@ -4270,6 +4270,15 @@ var tokens = exports.tokens = [{
|
|
|
4270
4270
|
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)',
|
|
4271
4271
|
cssProperties: ['background-color']
|
|
4272
4272
|
}
|
|
4273
|
+
}, {
|
|
4274
|
+
name: 'elevation.surface.container',
|
|
4275
|
+
path: ['elevation', 'surface', 'container'],
|
|
4276
|
+
description: 'Use as a neutral container surface background.',
|
|
4277
|
+
exampleValue: '#F0F1F2',
|
|
4278
|
+
usageGuidelines: {
|
|
4279
|
+
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)',
|
|
4280
|
+
cssProperties: ['background-color']
|
|
4281
|
+
}
|
|
4273
4282
|
}, {
|
|
4274
4283
|
name: 'elevation.surface.overlay',
|
|
4275
4284
|
path: ['elevation', 'surface', 'overlay', '[default]'],
|
|
@@ -4333,6 +4342,33 @@ var tokens = exports.tokens = [{
|
|
|
4333
4342
|
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)',
|
|
4334
4343
|
cssProperties: ['background-color']
|
|
4335
4344
|
}
|
|
4345
|
+
}, {
|
|
4346
|
+
name: 'elevation.rovo.surface.overlay',
|
|
4347
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', '[default]'],
|
|
4348
|
+
description: 'Use for Rovo overlay surface backgrounds.',
|
|
4349
|
+
exampleValue: '#F8F8F8',
|
|
4350
|
+
usageGuidelines: {
|
|
4351
|
+
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)',
|
|
4352
|
+
cssProperties: ['background-color']
|
|
4353
|
+
}
|
|
4354
|
+
}, {
|
|
4355
|
+
name: 'elevation.rovo.surface.overlay.hovered',
|
|
4356
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', 'hovered'],
|
|
4357
|
+
description: 'Hovered state of elevation.rovo.surface.overlay.',
|
|
4358
|
+
exampleValue: '#F0F1F2',
|
|
4359
|
+
usageGuidelines: {
|
|
4360
|
+
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)',
|
|
4361
|
+
cssProperties: ['background-color']
|
|
4362
|
+
}
|
|
4363
|
+
}, {
|
|
4364
|
+
name: 'elevation.rovo.surface.overlay.pressed',
|
|
4365
|
+
path: ['elevation', 'rovo', 'surface', 'overlay', 'pressed'],
|
|
4366
|
+
description: 'Pressed state of elevation.rovo.surface.overlay.',
|
|
4367
|
+
exampleValue: '#DDDEE1',
|
|
4368
|
+
usageGuidelines: {
|
|
4369
|
+
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)',
|
|
4370
|
+
cssProperties: ['background-color']
|
|
4371
|
+
}
|
|
4336
4372
|
}, {
|
|
4337
4373
|
name: 'elevation.shadow.overflow',
|
|
4338
4374
|
path: ['elevation', 'shadow', 'overflow', '[default]'],
|
|
@@ -14,6 +14,9 @@ var getTokenCategoryId = function getTokenCategoryId(tokenId) {
|
|
|
14
14
|
if (tokenId.startsWith('color.rovo.icon.')) {
|
|
15
15
|
return tokenId.replace('color.rovo.icon.', 'color.icon.');
|
|
16
16
|
}
|
|
17
|
+
if (tokenId.startsWith('elevation.rovo.surface.')) {
|
|
18
|
+
return tokenId.replace('elevation.rovo.surface.', 'elevation.surface.');
|
|
19
|
+
}
|
|
17
20
|
return tokenId;
|
|
18
21
|
};
|
|
19
22
|
var getTokenUsageGuidelines = exports.getTokenUsageGuidelines = function getTokenUsageGuidelines(tokenId) {
|