@atlaskit/tokens 4.4.0 → 4.4.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 +9 -0
- 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-legacy-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-light.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/tokens-raw/atlassian-dark-increased-contrast.js +23 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +23 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +23 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +23 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +23 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +23 -1
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +2 -1
- package/dist/es2019/artifacts/themes/atlassian-dark.js +2 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +2 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +2 -1
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +2 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +2 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +23 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +23 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +23 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +23 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +23 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +23 -1
- 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-legacy-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-light.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/tokens-raw/atlassian-dark-increased-contrast.js +23 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +23 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +23 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +23 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +23 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +23 -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-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-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- 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-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-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/types.d.ts +1 -21
- 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-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-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/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-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-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/types.d.ts +1 -21
- package/figma/atlassian-dark-increased-contrast.json +9 -0
- package/figma/atlassian-dark.json +9 -0
- package/figma/atlassian-legacy-dark.json +9 -0
- package/figma/atlassian-legacy-light.json +9 -0
- package/figma/atlassian-light-increased-contrast.json +9 -0
- package/figma/atlassian-light.json +9 -0
- package/package.json +1 -1
|
@@ -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::06ca0ed72399c6d73167eeb8e786d25b>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -1285,6 +1285,28 @@ var tokens = [{
|
|
|
1285
1285
|
"name": "color.icon.information",
|
|
1286
1286
|
"path": ["color", "icon", "information"],
|
|
1287
1287
|
"cleanName": "color.icon.information"
|
|
1288
|
+
}, {
|
|
1289
|
+
"attributes": {
|
|
1290
|
+
"group": "paint",
|
|
1291
|
+
"state": "active",
|
|
1292
|
+
"introduced": "1.54.0",
|
|
1293
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1294
|
+
},
|
|
1295
|
+
"value": "#8C9BAB",
|
|
1296
|
+
"filePath": "schema/themes/atlassian-dark/color/icon.tsx",
|
|
1297
|
+
"isSource": true,
|
|
1298
|
+
"original": {
|
|
1299
|
+
"attributes": {
|
|
1300
|
+
"group": "paint",
|
|
1301
|
+
"state": "active",
|
|
1302
|
+
"introduced": "1.54.0",
|
|
1303
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1304
|
+
},
|
|
1305
|
+
"value": "DarkNeutral700"
|
|
1306
|
+
},
|
|
1307
|
+
"name": "color.icon.subtlest",
|
|
1308
|
+
"path": ["color", "icon", "subtlest"],
|
|
1309
|
+
"cleanName": "color.icon.subtlest"
|
|
1288
1310
|
}, {
|
|
1289
1311
|
"attributes": {
|
|
1290
1312
|
"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::fbf8e2b60aebce76cca97bc8f0838200>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -1285,6 +1285,28 @@ var tokens = [{
|
|
|
1285
1285
|
"name": "color.icon.information",
|
|
1286
1286
|
"path": ["color", "icon", "information"],
|
|
1287
1287
|
"cleanName": "color.icon.information"
|
|
1288
|
+
}, {
|
|
1289
|
+
"attributes": {
|
|
1290
|
+
"group": "paint",
|
|
1291
|
+
"state": "active",
|
|
1292
|
+
"introduced": "1.54.0",
|
|
1293
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1294
|
+
},
|
|
1295
|
+
"value": "#202B3D",
|
|
1296
|
+
"filePath": "schema/themes/atlassian-legacy-dark/color/icon.tsx",
|
|
1297
|
+
"isSource": true,
|
|
1298
|
+
"original": {
|
|
1299
|
+
"attributes": {
|
|
1300
|
+
"group": "paint",
|
|
1301
|
+
"state": "active",
|
|
1302
|
+
"introduced": "1.54.0",
|
|
1303
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1304
|
+
},
|
|
1305
|
+
"value": "DN40"
|
|
1306
|
+
},
|
|
1307
|
+
"name": "color.icon.subtlest",
|
|
1308
|
+
"path": ["color", "icon", "subtlest"],
|
|
1309
|
+
"cleanName": "color.icon.subtlest"
|
|
1288
1310
|
}, {
|
|
1289
1311
|
"attributes": {
|
|
1290
1312
|
"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::af708029445848a184edeabecd92221f>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -1285,6 +1285,28 @@ var tokens = [{
|
|
|
1285
1285
|
"name": "color.icon.information",
|
|
1286
1286
|
"path": ["color", "icon", "information"],
|
|
1287
1287
|
"cleanName": "color.icon.information"
|
|
1288
|
+
}, {
|
|
1289
|
+
"attributes": {
|
|
1290
|
+
"group": "paint",
|
|
1291
|
+
"state": "active",
|
|
1292
|
+
"introduced": "1.54.0",
|
|
1293
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1294
|
+
},
|
|
1295
|
+
"value": "#6B778C",
|
|
1296
|
+
"filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
|
|
1297
|
+
"isSource": true,
|
|
1298
|
+
"original": {
|
|
1299
|
+
"attributes": {
|
|
1300
|
+
"group": "paint",
|
|
1301
|
+
"state": "active",
|
|
1302
|
+
"introduced": "1.54.0",
|
|
1303
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1304
|
+
},
|
|
1305
|
+
"value": "N200"
|
|
1306
|
+
},
|
|
1307
|
+
"name": "color.icon.subtlest",
|
|
1308
|
+
"path": ["color", "icon", "subtlest"],
|
|
1309
|
+
"cleanName": "color.icon.subtlest"
|
|
1288
1310
|
}, {
|
|
1289
1311
|
"attributes": {
|
|
1290
1312
|
"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::0f7faf50570284c11dff5f282b4fa4fe>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -1285,6 +1285,28 @@ var tokens = [{
|
|
|
1285
1285
|
"name": "color.icon.information",
|
|
1286
1286
|
"path": ["color", "icon", "information"],
|
|
1287
1287
|
"cleanName": "color.icon.information"
|
|
1288
|
+
}, {
|
|
1289
|
+
"value": "#2C3E5D",
|
|
1290
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1291
|
+
"isSource": true,
|
|
1292
|
+
"attributes": {
|
|
1293
|
+
"group": "paint",
|
|
1294
|
+
"state": "active",
|
|
1295
|
+
"introduced": "1.54.0",
|
|
1296
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1297
|
+
},
|
|
1298
|
+
"original": {
|
|
1299
|
+
"value": "Neutral900",
|
|
1300
|
+
"attributes": {
|
|
1301
|
+
"group": "paint",
|
|
1302
|
+
"state": "active",
|
|
1303
|
+
"introduced": "1.54.0",
|
|
1304
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
"name": "color.icon.subtlest",
|
|
1308
|
+
"path": ["color", "icon", "subtlest"],
|
|
1309
|
+
"cleanName": "color.icon.subtlest"
|
|
1288
1310
|
}, {
|
|
1289
1311
|
"value": "#2C3E5D",
|
|
1290
1312
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
@@ -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::621312f3cbdb221281b52b23cf9e6c58>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -1285,6 +1285,28 @@ var tokens = [{
|
|
|
1285
1285
|
"name": "color.icon.information",
|
|
1286
1286
|
"path": ["color", "icon", "information"],
|
|
1287
1287
|
"cleanName": "color.icon.information"
|
|
1288
|
+
}, {
|
|
1289
|
+
"attributes": {
|
|
1290
|
+
"group": "paint",
|
|
1291
|
+
"state": "active",
|
|
1292
|
+
"introduced": "1.54.0",
|
|
1293
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1294
|
+
},
|
|
1295
|
+
"value": "#626F86",
|
|
1296
|
+
"filePath": "schema/themes/atlassian-light/color/icon.tsx",
|
|
1297
|
+
"isSource": true,
|
|
1298
|
+
"original": {
|
|
1299
|
+
"attributes": {
|
|
1300
|
+
"group": "paint",
|
|
1301
|
+
"state": "active",
|
|
1302
|
+
"introduced": "1.54.0",
|
|
1303
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1304
|
+
},
|
|
1305
|
+
"value": "Neutral700"
|
|
1306
|
+
},
|
|
1307
|
+
"name": "color.icon.subtlest",
|
|
1308
|
+
"path": ["color", "icon", "subtlest"],
|
|
1309
|
+
"cleanName": "color.icon.subtlest"
|
|
1288
1310
|
}, {
|
|
1289
1311
|
"attributes": {
|
|
1290
1312
|
"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::30a64335adeac796ceeda875d7cb83c6>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -67,6 +67,7 @@ html[data-color-mode="dark"][data-contrast-mode="more"][data-theme~="dark:dark"]
|
|
|
67
67
|
--ds-icon-success: #7EE2B8;
|
|
68
68
|
--ds-icon-discovery: #9F8FEF;
|
|
69
69
|
--ds-icon-information: #85B8FF;
|
|
70
|
+
--ds-icon-subtlest: #B6C2CF;
|
|
70
71
|
--ds-icon-subtle: #B6C2CF;
|
|
71
72
|
--ds-border: #9BB4CA80;
|
|
72
73
|
--ds-border-accent-lime: #B3DF72;
|
|
@@ -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::00066ccf92d726855b0c5d0a595a7f59>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -65,6 +65,7 @@ html[data-color-mode="dark"][data-theme~="dark:dark"] {
|
|
|
65
65
|
--ds-icon-success: #2ABB7F;
|
|
66
66
|
--ds-icon-discovery: #8F7EE7;
|
|
67
67
|
--ds-icon-information: #388BFF;
|
|
68
|
+
--ds-icon-subtlest: #8C9BAB;
|
|
68
69
|
--ds-icon-subtle: #8C9BAB;
|
|
69
70
|
--ds-border: #A6C5E229;
|
|
70
71
|
--ds-border-accent-lime: #82B536;
|
|
@@ -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::ea26b27692abe510181c1010fc4a804d>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -65,6 +65,7 @@ html[data-color-mode="dark"][data-theme~="dark:legacy-dark"] {
|
|
|
65
65
|
--ds-icon-success: #57D9A3;
|
|
66
66
|
--ds-icon-discovery: #998DD9;
|
|
67
67
|
--ds-icon-information: #B3D4FF;
|
|
68
|
+
--ds-icon-subtlest: #202B3D;
|
|
68
69
|
--ds-icon-subtle: #202B3D;
|
|
69
70
|
--ds-border: #202B3D;
|
|
70
71
|
--ds-border-accent-lime: #6A9A23;
|
|
@@ -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::cf534ea963ea88eda8addacd1f31b1c1>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -65,6 +65,7 @@ html[data-color-mode="dark"][data-theme~="dark:legacy-light"] {
|
|
|
65
65
|
--ds-icon-success: #00875A;
|
|
66
66
|
--ds-icon-discovery: #8777D9;
|
|
67
67
|
--ds-icon-information: #0747A6;
|
|
68
|
+
--ds-icon-subtlest: #6B778C;
|
|
68
69
|
--ds-icon-subtle: #6B778C;
|
|
69
70
|
--ds-border: #091e4221;
|
|
70
71
|
--ds-border-accent-lime: #6A9A23;
|
|
@@ -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::44c62956ffd82211b835ab4ce5f54f9f>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -67,6 +67,7 @@ html[data-color-mode="dark"][data-contrast-mode="more"][data-theme~="dark:light"
|
|
|
67
67
|
--ds-icon-success: #216E4E;
|
|
68
68
|
--ds-icon-discovery: #6E5DC6;
|
|
69
69
|
--ds-icon-information: #0055CC;
|
|
70
|
+
--ds-icon-subtlest: #2C3E5D;
|
|
70
71
|
--ds-icon-subtle: #2C3E5D;
|
|
71
72
|
--ds-border: #9BB4CA80;
|
|
72
73
|
--ds-border-accent-lime: #4C6B1F;
|
|
@@ -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::d7d8636d01f9b983e93b8bc280781ce7>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
export default `
|
|
@@ -65,6 +65,7 @@ html[data-color-mode="dark"][data-theme~="dark:light"] {
|
|
|
65
65
|
--ds-icon-success: #22A06B;
|
|
66
66
|
--ds-icon-discovery: #8270DB;
|
|
67
67
|
--ds-icon-information: #1D7AFC;
|
|
68
|
+
--ds-icon-subtlest: #626F86;
|
|
68
69
|
--ds-icon-subtle: #626F86;
|
|
69
70
|
--ds-border: #091E4224;
|
|
70
71
|
--ds-border-accent-lime: #6A9A23;
|
|
@@ -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::733444f60885d3da7ce8a7af7e46129a>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -1279,6 +1279,28 @@ const tokens = [{
|
|
|
1279
1279
|
"name": "color.icon.information",
|
|
1280
1280
|
"path": ["color", "icon", "information"],
|
|
1281
1281
|
"cleanName": "color.icon.information"
|
|
1282
|
+
}, {
|
|
1283
|
+
"value": "#B6C2CF",
|
|
1284
|
+
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/icon.tsx",
|
|
1285
|
+
"isSource": true,
|
|
1286
|
+
"attributes": {
|
|
1287
|
+
"group": "paint",
|
|
1288
|
+
"state": "active",
|
|
1289
|
+
"introduced": "1.54.0",
|
|
1290
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1291
|
+
},
|
|
1292
|
+
"original": {
|
|
1293
|
+
"value": "DarkNeutral900",
|
|
1294
|
+
"attributes": {
|
|
1295
|
+
"group": "paint",
|
|
1296
|
+
"state": "active",
|
|
1297
|
+
"introduced": "1.54.0",
|
|
1298
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"name": "color.icon.subtlest",
|
|
1302
|
+
"path": ["color", "icon", "subtlest"],
|
|
1303
|
+
"cleanName": "color.icon.subtlest"
|
|
1282
1304
|
}, {
|
|
1283
1305
|
"value": "#B6C2CF",
|
|
1284
1306
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/icon.tsx",
|
|
@@ -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::06ca0ed72399c6d73167eeb8e786d25b>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -1279,6 +1279,28 @@ const tokens = [{
|
|
|
1279
1279
|
"name": "color.icon.information",
|
|
1280
1280
|
"path": ["color", "icon", "information"],
|
|
1281
1281
|
"cleanName": "color.icon.information"
|
|
1282
|
+
}, {
|
|
1283
|
+
"attributes": {
|
|
1284
|
+
"group": "paint",
|
|
1285
|
+
"state": "active",
|
|
1286
|
+
"introduced": "1.54.0",
|
|
1287
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1288
|
+
},
|
|
1289
|
+
"value": "#8C9BAB",
|
|
1290
|
+
"filePath": "schema/themes/atlassian-dark/color/icon.tsx",
|
|
1291
|
+
"isSource": true,
|
|
1292
|
+
"original": {
|
|
1293
|
+
"attributes": {
|
|
1294
|
+
"group": "paint",
|
|
1295
|
+
"state": "active",
|
|
1296
|
+
"introduced": "1.54.0",
|
|
1297
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1298
|
+
},
|
|
1299
|
+
"value": "DarkNeutral700"
|
|
1300
|
+
},
|
|
1301
|
+
"name": "color.icon.subtlest",
|
|
1302
|
+
"path": ["color", "icon", "subtlest"],
|
|
1303
|
+
"cleanName": "color.icon.subtlest"
|
|
1282
1304
|
}, {
|
|
1283
1305
|
"attributes": {
|
|
1284
1306
|
"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::fbf8e2b60aebce76cca97bc8f0838200>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -1279,6 +1279,28 @@ const tokens = [{
|
|
|
1279
1279
|
"name": "color.icon.information",
|
|
1280
1280
|
"path": ["color", "icon", "information"],
|
|
1281
1281
|
"cleanName": "color.icon.information"
|
|
1282
|
+
}, {
|
|
1283
|
+
"attributes": {
|
|
1284
|
+
"group": "paint",
|
|
1285
|
+
"state": "active",
|
|
1286
|
+
"introduced": "1.54.0",
|
|
1287
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1288
|
+
},
|
|
1289
|
+
"value": "#202B3D",
|
|
1290
|
+
"filePath": "schema/themes/atlassian-legacy-dark/color/icon.tsx",
|
|
1291
|
+
"isSource": true,
|
|
1292
|
+
"original": {
|
|
1293
|
+
"attributes": {
|
|
1294
|
+
"group": "paint",
|
|
1295
|
+
"state": "active",
|
|
1296
|
+
"introduced": "1.54.0",
|
|
1297
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1298
|
+
},
|
|
1299
|
+
"value": "DN40"
|
|
1300
|
+
},
|
|
1301
|
+
"name": "color.icon.subtlest",
|
|
1302
|
+
"path": ["color", "icon", "subtlest"],
|
|
1303
|
+
"cleanName": "color.icon.subtlest"
|
|
1282
1304
|
}, {
|
|
1283
1305
|
"attributes": {
|
|
1284
1306
|
"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::af708029445848a184edeabecd92221f>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -1279,6 +1279,28 @@ const tokens = [{
|
|
|
1279
1279
|
"name": "color.icon.information",
|
|
1280
1280
|
"path": ["color", "icon", "information"],
|
|
1281
1281
|
"cleanName": "color.icon.information"
|
|
1282
|
+
}, {
|
|
1283
|
+
"attributes": {
|
|
1284
|
+
"group": "paint",
|
|
1285
|
+
"state": "active",
|
|
1286
|
+
"introduced": "1.54.0",
|
|
1287
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1288
|
+
},
|
|
1289
|
+
"value": "#6B778C",
|
|
1290
|
+
"filePath": "schema/themes/atlassian-legacy-light/color/icon.tsx",
|
|
1291
|
+
"isSource": true,
|
|
1292
|
+
"original": {
|
|
1293
|
+
"attributes": {
|
|
1294
|
+
"group": "paint",
|
|
1295
|
+
"state": "active",
|
|
1296
|
+
"introduced": "1.54.0",
|
|
1297
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1298
|
+
},
|
|
1299
|
+
"value": "N200"
|
|
1300
|
+
},
|
|
1301
|
+
"name": "color.icon.subtlest",
|
|
1302
|
+
"path": ["color", "icon", "subtlest"],
|
|
1303
|
+
"cleanName": "color.icon.subtlest"
|
|
1282
1304
|
}, {
|
|
1283
1305
|
"attributes": {
|
|
1284
1306
|
"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::0f7faf50570284c11dff5f282b4fa4fe>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -1279,6 +1279,28 @@ const tokens = [{
|
|
|
1279
1279
|
"name": "color.icon.information",
|
|
1280
1280
|
"path": ["color", "icon", "information"],
|
|
1281
1281
|
"cleanName": "color.icon.information"
|
|
1282
|
+
}, {
|
|
1283
|
+
"value": "#2C3E5D",
|
|
1284
|
+
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1285
|
+
"isSource": true,
|
|
1286
|
+
"attributes": {
|
|
1287
|
+
"group": "paint",
|
|
1288
|
+
"state": "active",
|
|
1289
|
+
"introduced": "1.54.0",
|
|
1290
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1291
|
+
},
|
|
1292
|
+
"original": {
|
|
1293
|
+
"value": "Neutral900",
|
|
1294
|
+
"attributes": {
|
|
1295
|
+
"group": "paint",
|
|
1296
|
+
"state": "active",
|
|
1297
|
+
"introduced": "1.54.0",
|
|
1298
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"name": "color.icon.subtlest",
|
|
1302
|
+
"path": ["color", "icon", "subtlest"],
|
|
1303
|
+
"cleanName": "color.icon.subtlest"
|
|
1282
1304
|
}, {
|
|
1283
1305
|
"value": "#2C3E5D",
|
|
1284
1306
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
@@ -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::621312f3cbdb221281b52b23cf9e6c58>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -1279,6 +1279,28 @@ const tokens = [{
|
|
|
1279
1279
|
"name": "color.icon.information",
|
|
1280
1280
|
"path": ["color", "icon", "information"],
|
|
1281
1281
|
"cleanName": "color.icon.information"
|
|
1282
|
+
}, {
|
|
1283
|
+
"attributes": {
|
|
1284
|
+
"group": "paint",
|
|
1285
|
+
"state": "active",
|
|
1286
|
+
"introduced": "1.54.0",
|
|
1287
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1288
|
+
},
|
|
1289
|
+
"value": "#626F86",
|
|
1290
|
+
"filePath": "schema/themes/atlassian-light/color/icon.tsx",
|
|
1291
|
+
"isSource": true,
|
|
1292
|
+
"original": {
|
|
1293
|
+
"attributes": {
|
|
1294
|
+
"group": "paint",
|
|
1295
|
+
"state": "active",
|
|
1296
|
+
"introduced": "1.54.0",
|
|
1297
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
1298
|
+
},
|
|
1299
|
+
"value": "Neutral700"
|
|
1300
|
+
},
|
|
1301
|
+
"name": "color.icon.subtlest",
|
|
1302
|
+
"path": ["color", "icon", "subtlest"],
|
|
1303
|
+
"cleanName": "color.icon.subtlest"
|
|
1282
1304
|
}, {
|
|
1283
1305
|
"attributes": {
|
|
1284
1306
|
"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::30a64335adeac796ceeda875d7cb83c6>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
|
-
export default "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark-increased-contrast\"],\nhtml[data-color-mode=\"light\"][data-contrast-mode=\"more\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-contrast-mode=\"more\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-text: #DEE4EA;\n --ds-text-accent-lime: #D3F1A7;\n --ds-text-accent-lime-bolder: #EFFFD6;\n --ds-text-accent-red: #FFD5D2;\n --ds-text-accent-red-bolder: #FFECEB;\n --ds-text-accent-orange: #FEDEC8;\n --ds-text-accent-orange-bolder: #FFF3EB;\n --ds-text-accent-yellow: #F8E6A0;\n --ds-text-accent-yellow-bolder: #FFF7D6;\n --ds-text-accent-green: #BAF3DB;\n --ds-text-accent-green-bolder: #DCFFF1;\n --ds-text-accent-teal: #C6EDFB;\n --ds-text-accent-teal-bolder: #E7F9FF;\n --ds-text-accent-blue: #CCE0FF;\n --ds-text-accent-blue-bolder: #E9F2FF;\n --ds-text-accent-purple: #DFD8FD;\n --ds-text-accent-purple-bolder: #F3F0FF;\n --ds-text-accent-magenta: #FDD0EC;\n --ds-text-accent-magenta-bolder: #FFECF8;\n --ds-text-accent-gray: #B6C2CF;\n --ds-text-accent-gray-bolder: #DEE4EA;\n --ds-text-disabled: #BFDBF847;\n --ds-text-inverse: #1D2125;\n --ds-text-selected: #CCE0FF;\n --ds-text-brand: #CCE0FF;\n --ds-text-danger: #FFD5D2;\n --ds-text-warning: #FEDEC8;\n --ds-text-warning-inverse: #161A1D;\n --ds-text-success: #BAF3DB;\n --ds-text-discovery: #DFD8FD;\n --ds-text-information: #CCE0FF;\n --ds-text-subtlest: #B6C2CF;\n --ds-text-subtle: #C7D1DB;\n --ds-link: #CCE0FF;\n --ds-link-pressed: #CCE0FF;\n --ds-link-visited: #B8ACF6;\n --ds-link-visited-pressed: #DFD8FD;\n --ds-icon: #C7D1DB;\n --ds-icon-accent-lime: #B3DF72;\n --ds-icon-accent-red: #FD9891;\n --ds-icon-accent-orange: #FEC195;\n --ds-icon-accent-yellow: #F5CD47;\n --ds-icon-accent-green: #7EE2B8;\n --ds-icon-accent-teal: #9DD9EE;\n --ds-icon-accent-blue: #85B8FF;\n --ds-icon-accent-purple: #B8ACF6;\n --ds-icon-accent-magenta: #F797D2;\n --ds-icon-accent-gray: #9FADBC;\n --ds-icon-disabled: #BFDBF847;\n --ds-icon-inverse: #1D2125;\n --ds-icon-selected: #85B8FF;\n --ds-icon-brand: #85B8FF;\n --ds-icon-danger: #F87168;\n --ds-icon-warning: #FEC195;\n --ds-icon-warning-inverse: #161A1D;\n --ds-icon-success: #7EE2B8;\n --ds-icon-discovery: #9F8FEF;\n --ds-icon-information: #85B8FF;\n --ds-icon-subtle: #B6C2CF;\n --ds-border: #9BB4CA80;\n --ds-border-accent-lime: #B3DF72;\n --ds-border-accent-red: #FD9891;\n --ds-border-accent-orange: #FEC195;\n --ds-border-accent-yellow: #F5CD47;\n --ds-border-accent-green: #7EE2B8;\n --ds-border-accent-teal: #9DD9EE;\n --ds-border-accent-blue: #85B8FF;\n --ds-border-accent-purple: #B8ACF6;\n --ds-border-accent-magenta: #F797D2;\n --ds-border-accent-gray: #9FADBC;\n --ds-border-disabled: #A6C5E229;\n --ds-border-focused: #85B8FF;\n --ds-border-input: #9FADBC;\n --ds-border-inverse: #161A1D;\n --ds-border-selected: #85B8FF;\n --ds-border-brand: #85B8FF;\n --ds-border-danger: #F87168;\n --ds-border-warning: #FEC195;\n --ds-border-success: #7EE2B8;\n --ds-border-discovery: #9F8FEF;\n --ds-border-information: #85B8FF;\n --ds-border-bold: #9FADBC;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #4C6B1F;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #4C6B1F;\n --ds-background-accent-lime-subtler-pressed: #5B7F24;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #37471F;\n --ds-background-accent-lime-subtle-pressed: #28311B;\n --ds-background-accent-lime-bolder: #D3F1A7;\n --ds-background-accent-lime-bolder-hovered: #EFFFD6;\n --ds-background-accent-lime-bolder-pressed: #D3F1A7;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #AE2E24;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #AE2E24;\n --ds-background-accent-red-subtler-pressed: #C9372C;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #5D1F1A;\n --ds-background-accent-red-subtle-pressed: #42221F;\n --ds-background-accent-red-bolder: #FFD5D2;\n --ds-background-accent-red-bolder-hovered: #FFECEB;\n --ds-background-accent-red-bolder-pressed: #FFD5D2;\n --ds-background-accent-orange-subtlest: #38291E;\n --ds-background-accent-orange-subtlest-hovered: #702E00;\n --ds-background-accent-orange-subtlest-pressed: #A54800;\n --ds-background-accent-orange-subtler: #702E00;\n --ds-background-accent-orange-subtler-hovered: #A54800;\n --ds-background-accent-orange-subtler-pressed: #C25100;\n --ds-background-accent-orange-subtle: #A54800;\n --ds-background-accent-orange-subtle-hovered: #702E00;\n --ds-background-accent-orange-subtle-pressed: #38291E;\n --ds-background-accent-orange-bolder: #FEDEC8;\n --ds-background-accent-orange-bolder-hovered: #FFF3EB;\n --ds-background-accent-orange-bolder-pressed: #FEDEC8;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #7F5F01;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #7F5F01;\n --ds-background-accent-yellow-subtler-pressed: #946F00;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #533F04;\n --ds-background-accent-yellow-subtle-pressed: #332E1B;\n --ds-background-accent-yellow-bolder: #F8E6A0;\n --ds-background-accent-yellow-bolder-hovered: #FFF7D6;\n --ds-background-accent-yellow-bolder-pressed: #F8E6A0;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #216E4E;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #216E4E;\n --ds-background-accent-green-subtler-pressed: #1F845A;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #164B35;\n --ds-background-accent-green-subtle-pressed: #1C3329;\n --ds-background-accent-green-bolder: #BAF3DB;\n --ds-background-accent-green-bolder-hovered: #DCFFF1;\n --ds-background-accent-green-bolder-pressed: #BAF3DB;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #206A83;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #206A83;\n --ds-background-accent-teal-subtler-pressed: #227D9B;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #164555;\n --ds-background-accent-teal-subtle-pressed: #1E3137;\n --ds-background-accent-teal-bolder: #C6EDFB;\n --ds-background-accent-teal-bolder-hovered: #E7F9FF;\n --ds-background-accent-teal-bolder-pressed: #C6EDFB;\n --ds-background-accent-blue-subtlest: #1C2B41;\n --ds-background-accent-blue-subtlest-hovered: #09326C;\n --ds-background-accent-blue-subtlest-pressed: #0055CC;\n --ds-background-accent-blue-subtler: #09326C;\n --ds-background-accent-blue-subtler-hovered: #0055CC;\n --ds-background-accent-blue-subtler-pressed: #0C66E4;\n --ds-background-accent-blue-subtle: #0055CC;\n --ds-background-accent-blue-subtle-hovered: #09326C;\n --ds-background-accent-blue-subtle-pressed: #1C2B41;\n --ds-background-accent-blue-bolder: #579DFF;\n --ds-background-accent-blue-bolder-hovered: #85B8FF;\n --ds-background-accent-blue-bolder-pressed: #CCE0FF;\n --ds-background-accent-purple-subtlest: #2B273F;\n --ds-background-accent-purple-subtlest-hovered: #352C63;\n --ds-background-accent-purple-subtlest-pressed: #5E4DB2;\n --ds-background-accent-purple-subtler: #352C63;\n --ds-background-accent-purple-subtler-hovered: #5E4DB2;\n --ds-background-accent-purple-subtler-pressed: #6E5DC6;\n --ds-background-accent-purple-subtle: #5E4DB2;\n --ds-background-accent-purple-subtle-hovered: #352C63;\n --ds-background-accent-purple-subtle-pressed: #2B273F;\n --ds-background-accent-purple-bolder: #DFD8FD;\n --ds-background-accent-purple-bolder-hovered: #F3F0FF;\n --ds-background-accent-purple-bolder-pressed: #DFD8FD;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #943D73;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #943D73;\n --ds-background-accent-magenta-subtler-pressed: #AE4787;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #50253F;\n --ds-background-accent-magenta-subtle-pressed: #3D2232;\n --ds-background-accent-magenta-bolder: #FDD0EC;\n --ds-background-accent-magenta-bolder-hovered: #FFECF8;\n --ds-background-accent-magenta-bolder-pressed: #FDD0EC;\n --ds-background-accent-gray-subtlest: #2C333A;\n --ds-background-accent-gray-subtlest-hovered: #38414A;\n --ds-background-accent-gray-subtlest-pressed: #454F59;\n --ds-background-accent-gray-subtler: #454F59;\n --ds-background-accent-gray-subtler-hovered: #596773;\n --ds-background-accent-gray-subtler-pressed: #738496;\n --ds-background-accent-gray-subtle: #454F59;\n --ds-background-accent-gray-subtle-hovered: #2C333A;\n --ds-background-accent-gray-subtle-pressed: #22272B;\n --ds-background-accent-gray-bolder: #9FADBC;\n --ds-background-accent-gray-bolder-hovered: #B6C2CF;\n --ds-background-accent-gray-bolder-pressed: #C7D1DB;\n --ds-background-disabled: #BCD6F00A;\n --ds-background-input: #22272B;\n --ds-background-input-hovered: #282E33;\n --ds-background-input-pressed: #22272B;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #A1BDD914;\n --ds-background-neutral-hovered: #A6C5E229;\n --ds-background-neutral-pressed: #BFDBF847;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #A1BDD914;\n --ds-background-neutral-subtle-pressed: #A6C5E229;\n --ds-background-neutral-bold: #9FADBC;\n --ds-background-neutral-bold-hovered: #B6C2CF;\n --ds-background-neutral-bold-pressed: #C7D1DB;\n --ds-background-selected: #1C2B41;\n --ds-background-selected-hovered: #09326C;\n --ds-background-selected-pressed: #0055CC;\n --ds-background-selected-bold: #CCE0FF;\n --ds-background-selected-bold-hovered: #E9F2FF;\n --ds-background-selected-bold-pressed: #DEE4EA;\n --ds-background-brand-subtlest: #1C2B41;\n --ds-background-brand-subtlest-hovered: #09326C;\n --ds-background-brand-subtlest-pressed: #0055CC;\n --ds-background-brand-bold: #CCE0FF;\n --ds-background-brand-bold-hovered: #E9F2FF;\n --ds-background-brand-bold-pressed: #DEE4EA;\n --ds-background-brand-boldest: #E9F2FF;\n --ds-background-brand-boldest-hovered: #CCE0FF;\n --ds-background-brand-boldest-pressed: #85B8FF;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #AE2E24;\n --ds-background-danger-bold: #FFD5D2;\n --ds-background-danger-bold-hovered: #FFECEB;\n --ds-background-danger-bold-pressed: #DEE4EA;\n --ds-background-warning: #332E1B;\n --ds-background-warning-hovered: #533F04;\n --ds-background-warning-pressed: #7F5F01;\n --ds-background-warning-bold: #F8E6A0;\n --ds-background-warning-bold-hovered: #FFF7D6;\n --ds-background-warning-bold-pressed: #DEE4EA;\n --ds-background-success: #1C3329;\n --ds-background-success-hovered: #164B35;\n --ds-background-success-pressed: #216E4E;\n --ds-background-success-bold: #BAF3DB;\n --ds-background-success-bold-hovered: #DCFFF1;\n --ds-background-success-bold-pressed: #DEE4EA;\n --ds-background-discovery: #2B273F;\n --ds-background-discovery-hovered: #352C63;\n --ds-background-discovery-pressed: #5E4DB2;\n --ds-background-discovery-bold: #DFD8FD;\n --ds-background-discovery-bold-hovered: #F3F0FF;\n --ds-background-discovery-bold-pressed: #DEE4EA;\n --ds-background-information: #1C2B41;\n --ds-background-information-hovered: #09326C;\n --ds-background-information-pressed: #0055CC;\n --ds-background-information-bold: #CCE0FF;\n --ds-background-information-bold-hovered: #E9F2FF;\n --ds-background-information-bold-pressed: #DEE4EA;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #A1BDD914;\n --ds-skeleton-subtle: #BCD6F00A;\n --ds-chart-categorical-1: #9DD9EE;\n --ds-chart-categorical-1-hovered: #C6EDFB;\n --ds-chart-categorical-2: #B8ACF6;\n --ds-chart-categorical-2-hovered: #DFD8FD;\n --ds-chart-categorical-3: #FEC195;\n --ds-chart-categorical-3-hovered: #FEDEC8;\n --ds-chart-categorical-4: #F797D2;\n --ds-chart-categorical-4-hovered: #FDD0EC;\n --ds-chart-categorical-5: #CCE0FF;\n --ds-chart-categorical-5-hovered: #E9F2FF;\n --ds-chart-categorical-6: #B8ACF6;\n --ds-chart-categorical-6-hovered: #DFD8FD;\n --ds-chart-categorical-7: #FDD0EC;\n --ds-chart-categorical-7-hovered: #FFECF8;\n --ds-chart-categorical-8: #FEC195;\n --ds-chart-categorical-8-hovered: #FEDEC8;\n --ds-chart-lime-bold: #B3DF72;\n --ds-chart-lime-bold-hovered: #D3F1A7;\n --ds-chart-lime-bolder: #D3F1A7;\n --ds-chart-lime-bolder-hovered: #EFFFD6;\n --ds-chart-lime-boldest: #EFFFD6;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #8C9BAB;\n --ds-chart-neutral-hovered: #9FADBC;\n --ds-chart-red-bold: #FD9891;\n --ds-chart-red-bold-hovered: #FFD5D2;\n --ds-chart-red-bolder: #FFD5D2;\n --ds-chart-red-bolder-hovered: #FFECEB;\n --ds-chart-red-boldest: #FFECEB;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #FEC195;\n --ds-chart-orange-bold-hovered: #FEDEC8;\n --ds-chart-orange-bolder: #FEDEC8;\n --ds-chart-orange-bolder-hovered: #FFF3EB;\n --ds-chart-orange-boldest: #FFF3EB;\n --ds-chart-orange-boldest-hovered: #FEDEC8;\n --ds-chart-yellow-bold: #F5CD47;\n --ds-chart-yellow-bold-hovered: #F8E6A0;\n --ds-chart-yellow-bolder: #F8E6A0;\n --ds-chart-yellow-bolder-hovered: #FFF7D6;\n --ds-chart-yellow-boldest: #FFF7D6;\n --ds-chart-yellow-boldest-hovered: #F8E6A0;\n --ds-chart-green-bold: #7EE2B8;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #BAF3DB;\n --ds-chart-green-bolder-hovered: #DCFFF1;\n --ds-chart-green-boldest: #DCFFF1;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #9DD9EE;\n --ds-chart-teal-bold-hovered: #C6EDFB;\n --ds-chart-teal-bolder: #C6EDFB;\n --ds-chart-teal-bolder-hovered: #E7F9FF;\n --ds-chart-teal-boldest: #E7F9FF;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #85B8FF;\n --ds-chart-blue-bold-hovered: #CCE0FF;\n --ds-chart-blue-bolder: #CCE0FF;\n --ds-chart-blue-bolder-hovered: #E9F2FF;\n --ds-chart-blue-boldest: #E9F2FF;\n --ds-chart-blue-boldest-hovered: #CCE0FF;\n --ds-chart-purple-bold: #B8ACF6;\n --ds-chart-purple-bold-hovered: #DFD8FD;\n --ds-chart-purple-bolder: #DFD8FD;\n --ds-chart-purple-bolder-hovered: #F3F0FF;\n --ds-chart-purple-boldest: #F3F0FF;\n --ds-chart-purple-boldest-hovered: #DFD8FD;\n --ds-chart-magenta-bold: #F797D2;\n --ds-chart-magenta-bold-hovered: #FDD0EC;\n --ds-chart-magenta-bolder: #FDD0EC;\n --ds-chart-magenta-bolder-hovered: #FFECF8;\n --ds-chart-magenta-boldest: #FFECF8;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #8C9BAB;\n --ds-chart-gray-bold-hovered: #9FADBC;\n --ds-chart-gray-bolder: #9FADBC;\n --ds-chart-gray-bolder-hovered: #B6C2CF;\n --ds-chart-gray-boldest: #B6C2CF;\n --ds-chart-gray-boldest-hovered: #C7D1DB;\n --ds-chart-brand: #579DFF;\n --ds-chart-brand-hovered: #85B8FF;\n --ds-chart-danger: #F87168;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FD9891;\n --ds-chart-danger-bold-hovered: #FFD5D2;\n --ds-chart-warning: #CF9F02;\n --ds-chart-warning-hovered: #E2B203;\n --ds-chart-warning-bold: #F5CD47;\n --ds-chart-warning-bold-hovered: #F8E6A0;\n --ds-chart-success: #2ABB7F;\n --ds-chart-success-hovered: #4BCE97;\n --ds-chart-success-bold: #7EE2B8;\n --ds-chart-success-bold-hovered: #BAF3DB;\n --ds-chart-discovery: #9F8FEF;\n --ds-chart-discovery-hovered: #8F7EE7;\n --ds-chart-discovery-bold: #B8ACF6;\n --ds-chart-discovery-bold-hovered: #DFD8FD;\n --ds-chart-information: #579DFF;\n --ds-chart-information-hovered: #388BFF;\n --ds-chart-information-bold: #85B8FF;\n --ds-chart-information-bold-hovered: #CCE0FF;\n --ds-surface: #1D2125;\n --ds-surface-hovered: #22272B;\n --ds-surface-pressed: #282E33;\n --ds-surface-overlay: #282E33;\n --ds-surface-overlay-hovered: #2C333A;\n --ds-surface-overlay-pressed: #38414A;\n --ds-surface-raised: #22272B;\n --ds-surface-raised-hovered: #282E33;\n --ds-surface-raised-pressed: #2C333A;\n --ds-surface-sunken: #161A1D;\n --ds-shadow-overflow: 0px 0px 12px #0304048F;\n --ds-shadow-overflow-perimeter: #03040480;\n --ds-shadow-overflow-spread: #0304048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #9BB4CA80;\n --ds-shadow-raised: inset 0px 0px 0px 1px #9BB4CA80;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1D2125;\n}\n";
|
|
6
|
+
export default "\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark-increased-contrast\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark-increased-contrast\"],\nhtml[data-color-mode=\"light\"][data-contrast-mode=\"more\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-contrast-mode=\"more\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-text: #DEE4EA;\n --ds-text-accent-lime: #D3F1A7;\n --ds-text-accent-lime-bolder: #EFFFD6;\n --ds-text-accent-red: #FFD5D2;\n --ds-text-accent-red-bolder: #FFECEB;\n --ds-text-accent-orange: #FEDEC8;\n --ds-text-accent-orange-bolder: #FFF3EB;\n --ds-text-accent-yellow: #F8E6A0;\n --ds-text-accent-yellow-bolder: #FFF7D6;\n --ds-text-accent-green: #BAF3DB;\n --ds-text-accent-green-bolder: #DCFFF1;\n --ds-text-accent-teal: #C6EDFB;\n --ds-text-accent-teal-bolder: #E7F9FF;\n --ds-text-accent-blue: #CCE0FF;\n --ds-text-accent-blue-bolder: #E9F2FF;\n --ds-text-accent-purple: #DFD8FD;\n --ds-text-accent-purple-bolder: #F3F0FF;\n --ds-text-accent-magenta: #FDD0EC;\n --ds-text-accent-magenta-bolder: #FFECF8;\n --ds-text-accent-gray: #B6C2CF;\n --ds-text-accent-gray-bolder: #DEE4EA;\n --ds-text-disabled: #BFDBF847;\n --ds-text-inverse: #1D2125;\n --ds-text-selected: #CCE0FF;\n --ds-text-brand: #CCE0FF;\n --ds-text-danger: #FFD5D2;\n --ds-text-warning: #FEDEC8;\n --ds-text-warning-inverse: #161A1D;\n --ds-text-success: #BAF3DB;\n --ds-text-discovery: #DFD8FD;\n --ds-text-information: #CCE0FF;\n --ds-text-subtlest: #B6C2CF;\n --ds-text-subtle: #C7D1DB;\n --ds-link: #CCE0FF;\n --ds-link-pressed: #CCE0FF;\n --ds-link-visited: #B8ACF6;\n --ds-link-visited-pressed: #DFD8FD;\n --ds-icon: #C7D1DB;\n --ds-icon-accent-lime: #B3DF72;\n --ds-icon-accent-red: #FD9891;\n --ds-icon-accent-orange: #FEC195;\n --ds-icon-accent-yellow: #F5CD47;\n --ds-icon-accent-green: #7EE2B8;\n --ds-icon-accent-teal: #9DD9EE;\n --ds-icon-accent-blue: #85B8FF;\n --ds-icon-accent-purple: #B8ACF6;\n --ds-icon-accent-magenta: #F797D2;\n --ds-icon-accent-gray: #9FADBC;\n --ds-icon-disabled: #BFDBF847;\n --ds-icon-inverse: #1D2125;\n --ds-icon-selected: #85B8FF;\n --ds-icon-brand: #85B8FF;\n --ds-icon-danger: #F87168;\n --ds-icon-warning: #FEC195;\n --ds-icon-warning-inverse: #161A1D;\n --ds-icon-success: #7EE2B8;\n --ds-icon-discovery: #9F8FEF;\n --ds-icon-information: #85B8FF;\n --ds-icon-subtlest: #B6C2CF;\n --ds-icon-subtle: #B6C2CF;\n --ds-border: #9BB4CA80;\n --ds-border-accent-lime: #B3DF72;\n --ds-border-accent-red: #FD9891;\n --ds-border-accent-orange: #FEC195;\n --ds-border-accent-yellow: #F5CD47;\n --ds-border-accent-green: #7EE2B8;\n --ds-border-accent-teal: #9DD9EE;\n --ds-border-accent-blue: #85B8FF;\n --ds-border-accent-purple: #B8ACF6;\n --ds-border-accent-magenta: #F797D2;\n --ds-border-accent-gray: #9FADBC;\n --ds-border-disabled: #A6C5E229;\n --ds-border-focused: #85B8FF;\n --ds-border-input: #9FADBC;\n --ds-border-inverse: #161A1D;\n --ds-border-selected: #85B8FF;\n --ds-border-brand: #85B8FF;\n --ds-border-danger: #F87168;\n --ds-border-warning: #FEC195;\n --ds-border-success: #7EE2B8;\n --ds-border-discovery: #9F8FEF;\n --ds-border-information: #85B8FF;\n --ds-border-bold: #9FADBC;\n --ds-background-accent-lime-subtlest: #28311B;\n --ds-background-accent-lime-subtlest-hovered: #37471F;\n --ds-background-accent-lime-subtlest-pressed: #4C6B1F;\n --ds-background-accent-lime-subtler: #37471F;\n --ds-background-accent-lime-subtler-hovered: #4C6B1F;\n --ds-background-accent-lime-subtler-pressed: #5B7F24;\n --ds-background-accent-lime-subtle: #4C6B1F;\n --ds-background-accent-lime-subtle-hovered: #37471F;\n --ds-background-accent-lime-subtle-pressed: #28311B;\n --ds-background-accent-lime-bolder: #D3F1A7;\n --ds-background-accent-lime-bolder-hovered: #EFFFD6;\n --ds-background-accent-lime-bolder-pressed: #D3F1A7;\n --ds-background-accent-red-subtlest: #42221F;\n --ds-background-accent-red-subtlest-hovered: #5D1F1A;\n --ds-background-accent-red-subtlest-pressed: #AE2E24;\n --ds-background-accent-red-subtler: #5D1F1A;\n --ds-background-accent-red-subtler-hovered: #AE2E24;\n --ds-background-accent-red-subtler-pressed: #C9372C;\n --ds-background-accent-red-subtle: #AE2E24;\n --ds-background-accent-red-subtle-hovered: #5D1F1A;\n --ds-background-accent-red-subtle-pressed: #42221F;\n --ds-background-accent-red-bolder: #FFD5D2;\n --ds-background-accent-red-bolder-hovered: #FFECEB;\n --ds-background-accent-red-bolder-pressed: #FFD5D2;\n --ds-background-accent-orange-subtlest: #38291E;\n --ds-background-accent-orange-subtlest-hovered: #702E00;\n --ds-background-accent-orange-subtlest-pressed: #A54800;\n --ds-background-accent-orange-subtler: #702E00;\n --ds-background-accent-orange-subtler-hovered: #A54800;\n --ds-background-accent-orange-subtler-pressed: #C25100;\n --ds-background-accent-orange-subtle: #A54800;\n --ds-background-accent-orange-subtle-hovered: #702E00;\n --ds-background-accent-orange-subtle-pressed: #38291E;\n --ds-background-accent-orange-bolder: #FEDEC8;\n --ds-background-accent-orange-bolder-hovered: #FFF3EB;\n --ds-background-accent-orange-bolder-pressed: #FEDEC8;\n --ds-background-accent-yellow-subtlest: #332E1B;\n --ds-background-accent-yellow-subtlest-hovered: #533F04;\n --ds-background-accent-yellow-subtlest-pressed: #7F5F01;\n --ds-background-accent-yellow-subtler: #533F04;\n --ds-background-accent-yellow-subtler-hovered: #7F5F01;\n --ds-background-accent-yellow-subtler-pressed: #946F00;\n --ds-background-accent-yellow-subtle: #7F5F01;\n --ds-background-accent-yellow-subtle-hovered: #533F04;\n --ds-background-accent-yellow-subtle-pressed: #332E1B;\n --ds-background-accent-yellow-bolder: #F8E6A0;\n --ds-background-accent-yellow-bolder-hovered: #FFF7D6;\n --ds-background-accent-yellow-bolder-pressed: #F8E6A0;\n --ds-background-accent-green-subtlest: #1C3329;\n --ds-background-accent-green-subtlest-hovered: #164B35;\n --ds-background-accent-green-subtlest-pressed: #216E4E;\n --ds-background-accent-green-subtler: #164B35;\n --ds-background-accent-green-subtler-hovered: #216E4E;\n --ds-background-accent-green-subtler-pressed: #1F845A;\n --ds-background-accent-green-subtle: #216E4E;\n --ds-background-accent-green-subtle-hovered: #164B35;\n --ds-background-accent-green-subtle-pressed: #1C3329;\n --ds-background-accent-green-bolder: #BAF3DB;\n --ds-background-accent-green-bolder-hovered: #DCFFF1;\n --ds-background-accent-green-bolder-pressed: #BAF3DB;\n --ds-background-accent-teal-subtlest: #1E3137;\n --ds-background-accent-teal-subtlest-hovered: #164555;\n --ds-background-accent-teal-subtlest-pressed: #206A83;\n --ds-background-accent-teal-subtler: #164555;\n --ds-background-accent-teal-subtler-hovered: #206A83;\n --ds-background-accent-teal-subtler-pressed: #227D9B;\n --ds-background-accent-teal-subtle: #206A83;\n --ds-background-accent-teal-subtle-hovered: #164555;\n --ds-background-accent-teal-subtle-pressed: #1E3137;\n --ds-background-accent-teal-bolder: #C6EDFB;\n --ds-background-accent-teal-bolder-hovered: #E7F9FF;\n --ds-background-accent-teal-bolder-pressed: #C6EDFB;\n --ds-background-accent-blue-subtlest: #1C2B41;\n --ds-background-accent-blue-subtlest-hovered: #09326C;\n --ds-background-accent-blue-subtlest-pressed: #0055CC;\n --ds-background-accent-blue-subtler: #09326C;\n --ds-background-accent-blue-subtler-hovered: #0055CC;\n --ds-background-accent-blue-subtler-pressed: #0C66E4;\n --ds-background-accent-blue-subtle: #0055CC;\n --ds-background-accent-blue-subtle-hovered: #09326C;\n --ds-background-accent-blue-subtle-pressed: #1C2B41;\n --ds-background-accent-blue-bolder: #579DFF;\n --ds-background-accent-blue-bolder-hovered: #85B8FF;\n --ds-background-accent-blue-bolder-pressed: #CCE0FF;\n --ds-background-accent-purple-subtlest: #2B273F;\n --ds-background-accent-purple-subtlest-hovered: #352C63;\n --ds-background-accent-purple-subtlest-pressed: #5E4DB2;\n --ds-background-accent-purple-subtler: #352C63;\n --ds-background-accent-purple-subtler-hovered: #5E4DB2;\n --ds-background-accent-purple-subtler-pressed: #6E5DC6;\n --ds-background-accent-purple-subtle: #5E4DB2;\n --ds-background-accent-purple-subtle-hovered: #352C63;\n --ds-background-accent-purple-subtle-pressed: #2B273F;\n --ds-background-accent-purple-bolder: #DFD8FD;\n --ds-background-accent-purple-bolder-hovered: #F3F0FF;\n --ds-background-accent-purple-bolder-pressed: #DFD8FD;\n --ds-background-accent-magenta-subtlest: #3D2232;\n --ds-background-accent-magenta-subtlest-hovered: #50253F;\n --ds-background-accent-magenta-subtlest-pressed: #943D73;\n --ds-background-accent-magenta-subtler: #50253F;\n --ds-background-accent-magenta-subtler-hovered: #943D73;\n --ds-background-accent-magenta-subtler-pressed: #AE4787;\n --ds-background-accent-magenta-subtle: #943D73;\n --ds-background-accent-magenta-subtle-hovered: #50253F;\n --ds-background-accent-magenta-subtle-pressed: #3D2232;\n --ds-background-accent-magenta-bolder: #FDD0EC;\n --ds-background-accent-magenta-bolder-hovered: #FFECF8;\n --ds-background-accent-magenta-bolder-pressed: #FDD0EC;\n --ds-background-accent-gray-subtlest: #2C333A;\n --ds-background-accent-gray-subtlest-hovered: #38414A;\n --ds-background-accent-gray-subtlest-pressed: #454F59;\n --ds-background-accent-gray-subtler: #454F59;\n --ds-background-accent-gray-subtler-hovered: #596773;\n --ds-background-accent-gray-subtler-pressed: #738496;\n --ds-background-accent-gray-subtle: #454F59;\n --ds-background-accent-gray-subtle-hovered: #2C333A;\n --ds-background-accent-gray-subtle-pressed: #22272B;\n --ds-background-accent-gray-bolder: #9FADBC;\n --ds-background-accent-gray-bolder-hovered: #B6C2CF;\n --ds-background-accent-gray-bolder-pressed: #C7D1DB;\n --ds-background-disabled: #BCD6F00A;\n --ds-background-input: #22272B;\n --ds-background-input-hovered: #282E33;\n --ds-background-input-pressed: #22272B;\n --ds-background-inverse-subtle: #FFFFFF29;\n --ds-background-inverse-subtle-hovered: #FFFFFF3D;\n --ds-background-inverse-subtle-pressed: #FFFFFF52;\n --ds-background-neutral: #A1BDD914;\n --ds-background-neutral-hovered: #A6C5E229;\n --ds-background-neutral-pressed: #BFDBF847;\n --ds-background-neutral-subtle: #00000000;\n --ds-background-neutral-subtle-hovered: #A1BDD914;\n --ds-background-neutral-subtle-pressed: #A6C5E229;\n --ds-background-neutral-bold: #9FADBC;\n --ds-background-neutral-bold-hovered: #B6C2CF;\n --ds-background-neutral-bold-pressed: #C7D1DB;\n --ds-background-selected: #1C2B41;\n --ds-background-selected-hovered: #09326C;\n --ds-background-selected-pressed: #0055CC;\n --ds-background-selected-bold: #CCE0FF;\n --ds-background-selected-bold-hovered: #E9F2FF;\n --ds-background-selected-bold-pressed: #DEE4EA;\n --ds-background-brand-subtlest: #1C2B41;\n --ds-background-brand-subtlest-hovered: #09326C;\n --ds-background-brand-subtlest-pressed: #0055CC;\n --ds-background-brand-bold: #CCE0FF;\n --ds-background-brand-bold-hovered: #E9F2FF;\n --ds-background-brand-bold-pressed: #DEE4EA;\n --ds-background-brand-boldest: #E9F2FF;\n --ds-background-brand-boldest-hovered: #CCE0FF;\n --ds-background-brand-boldest-pressed: #85B8FF;\n --ds-background-danger: #42221F;\n --ds-background-danger-hovered: #5D1F1A;\n --ds-background-danger-pressed: #AE2E24;\n --ds-background-danger-bold: #FFD5D2;\n --ds-background-danger-bold-hovered: #FFECEB;\n --ds-background-danger-bold-pressed: #DEE4EA;\n --ds-background-warning: #332E1B;\n --ds-background-warning-hovered: #533F04;\n --ds-background-warning-pressed: #7F5F01;\n --ds-background-warning-bold: #F8E6A0;\n --ds-background-warning-bold-hovered: #FFF7D6;\n --ds-background-warning-bold-pressed: #DEE4EA;\n --ds-background-success: #1C3329;\n --ds-background-success-hovered: #164B35;\n --ds-background-success-pressed: #216E4E;\n --ds-background-success-bold: #BAF3DB;\n --ds-background-success-bold-hovered: #DCFFF1;\n --ds-background-success-bold-pressed: #DEE4EA;\n --ds-background-discovery: #2B273F;\n --ds-background-discovery-hovered: #352C63;\n --ds-background-discovery-pressed: #5E4DB2;\n --ds-background-discovery-bold: #DFD8FD;\n --ds-background-discovery-bold-hovered: #F3F0FF;\n --ds-background-discovery-bold-pressed: #DEE4EA;\n --ds-background-information: #1C2B41;\n --ds-background-information-hovered: #09326C;\n --ds-background-information-pressed: #0055CC;\n --ds-background-information-bold: #CCE0FF;\n --ds-background-information-bold-hovered: #E9F2FF;\n --ds-background-information-bold-pressed: #DEE4EA;\n --ds-blanket: #10121499;\n --ds-blanket-selected: #1D7AFC14;\n --ds-blanket-danger: #E3493514;\n --ds-interaction-hovered: #ffffff33;\n --ds-interaction-pressed: #ffffff5c;\n --ds-skeleton: #A1BDD914;\n --ds-skeleton-subtle: #BCD6F00A;\n --ds-chart-categorical-1: #9DD9EE;\n --ds-chart-categorical-1-hovered: #C6EDFB;\n --ds-chart-categorical-2: #B8ACF6;\n --ds-chart-categorical-2-hovered: #DFD8FD;\n --ds-chart-categorical-3: #FEC195;\n --ds-chart-categorical-3-hovered: #FEDEC8;\n --ds-chart-categorical-4: #F797D2;\n --ds-chart-categorical-4-hovered: #FDD0EC;\n --ds-chart-categorical-5: #CCE0FF;\n --ds-chart-categorical-5-hovered: #E9F2FF;\n --ds-chart-categorical-6: #B8ACF6;\n --ds-chart-categorical-6-hovered: #DFD8FD;\n --ds-chart-categorical-7: #FDD0EC;\n --ds-chart-categorical-7-hovered: #FFECF8;\n --ds-chart-categorical-8: #FEC195;\n --ds-chart-categorical-8-hovered: #FEDEC8;\n --ds-chart-lime-bold: #B3DF72;\n --ds-chart-lime-bold-hovered: #D3F1A7;\n --ds-chart-lime-bolder: #D3F1A7;\n --ds-chart-lime-bolder-hovered: #EFFFD6;\n --ds-chart-lime-boldest: #EFFFD6;\n --ds-chart-lime-boldest-hovered: #D3F1A7;\n --ds-chart-neutral: #8C9BAB;\n --ds-chart-neutral-hovered: #9FADBC;\n --ds-chart-red-bold: #FD9891;\n --ds-chart-red-bold-hovered: #FFD5D2;\n --ds-chart-red-bolder: #FFD5D2;\n --ds-chart-red-bolder-hovered: #FFECEB;\n --ds-chart-red-boldest: #FFECEB;\n --ds-chart-red-boldest-hovered: #FFD5D2;\n --ds-chart-orange-bold: #FEC195;\n --ds-chart-orange-bold-hovered: #FEDEC8;\n --ds-chart-orange-bolder: #FEDEC8;\n --ds-chart-orange-bolder-hovered: #FFF3EB;\n --ds-chart-orange-boldest: #FFF3EB;\n --ds-chart-orange-boldest-hovered: #FEDEC8;\n --ds-chart-yellow-bold: #F5CD47;\n --ds-chart-yellow-bold-hovered: #F8E6A0;\n --ds-chart-yellow-bolder: #F8E6A0;\n --ds-chart-yellow-bolder-hovered: #FFF7D6;\n --ds-chart-yellow-boldest: #FFF7D6;\n --ds-chart-yellow-boldest-hovered: #F8E6A0;\n --ds-chart-green-bold: #7EE2B8;\n --ds-chart-green-bold-hovered: #4BCE97;\n --ds-chart-green-bolder: #BAF3DB;\n --ds-chart-green-bolder-hovered: #DCFFF1;\n --ds-chart-green-boldest: #DCFFF1;\n --ds-chart-green-boldest-hovered: #BAF3DB;\n --ds-chart-teal-bold: #9DD9EE;\n --ds-chart-teal-bold-hovered: #C6EDFB;\n --ds-chart-teal-bolder: #C6EDFB;\n --ds-chart-teal-bolder-hovered: #E7F9FF;\n --ds-chart-teal-boldest: #E7F9FF;\n --ds-chart-teal-boldest-hovered: #C6EDFB;\n --ds-chart-blue-bold: #85B8FF;\n --ds-chart-blue-bold-hovered: #CCE0FF;\n --ds-chart-blue-bolder: #CCE0FF;\n --ds-chart-blue-bolder-hovered: #E9F2FF;\n --ds-chart-blue-boldest: #E9F2FF;\n --ds-chart-blue-boldest-hovered: #CCE0FF;\n --ds-chart-purple-bold: #B8ACF6;\n --ds-chart-purple-bold-hovered: #DFD8FD;\n --ds-chart-purple-bolder: #DFD8FD;\n --ds-chart-purple-bolder-hovered: #F3F0FF;\n --ds-chart-purple-boldest: #F3F0FF;\n --ds-chart-purple-boldest-hovered: #DFD8FD;\n --ds-chart-magenta-bold: #F797D2;\n --ds-chart-magenta-bold-hovered: #FDD0EC;\n --ds-chart-magenta-bolder: #FDD0EC;\n --ds-chart-magenta-bolder-hovered: #FFECF8;\n --ds-chart-magenta-boldest: #FFECF8;\n --ds-chart-magenta-boldest-hovered: #FDD0EC;\n --ds-chart-gray-bold: #8C9BAB;\n --ds-chart-gray-bold-hovered: #9FADBC;\n --ds-chart-gray-bolder: #9FADBC;\n --ds-chart-gray-bolder-hovered: #B6C2CF;\n --ds-chart-gray-boldest: #B6C2CF;\n --ds-chart-gray-boldest-hovered: #C7D1DB;\n --ds-chart-brand: #579DFF;\n --ds-chart-brand-hovered: #85B8FF;\n --ds-chart-danger: #F87168;\n --ds-chart-danger-hovered: #F15B50;\n --ds-chart-danger-bold: #FD9891;\n --ds-chart-danger-bold-hovered: #FFD5D2;\n --ds-chart-warning: #CF9F02;\n --ds-chart-warning-hovered: #E2B203;\n --ds-chart-warning-bold: #F5CD47;\n --ds-chart-warning-bold-hovered: #F8E6A0;\n --ds-chart-success: #2ABB7F;\n --ds-chart-success-hovered: #4BCE97;\n --ds-chart-success-bold: #7EE2B8;\n --ds-chart-success-bold-hovered: #BAF3DB;\n --ds-chart-discovery: #9F8FEF;\n --ds-chart-discovery-hovered: #8F7EE7;\n --ds-chart-discovery-bold: #B8ACF6;\n --ds-chart-discovery-bold-hovered: #DFD8FD;\n --ds-chart-information: #579DFF;\n --ds-chart-information-hovered: #388BFF;\n --ds-chart-information-bold: #85B8FF;\n --ds-chart-information-bold-hovered: #CCE0FF;\n --ds-surface: #1D2125;\n --ds-surface-hovered: #22272B;\n --ds-surface-pressed: #282E33;\n --ds-surface-overlay: #282E33;\n --ds-surface-overlay-hovered: #2C333A;\n --ds-surface-overlay-pressed: #38414A;\n --ds-surface-raised: #22272B;\n --ds-surface-raised-hovered: #282E33;\n --ds-surface-raised-pressed: #2C333A;\n --ds-surface-sunken: #161A1D;\n --ds-shadow-overflow: 0px 0px 12px #0304048F;\n --ds-shadow-overflow-perimeter: #03040480;\n --ds-shadow-overflow-spread: #0304048f;\n --ds-shadow-overlay: inset 0px 0px 0px 1px #9BB4CA80;\n --ds-shadow-raised: inset 0px 0px 0px 1px #9BB4CA80;\n --ds-opacity-disabled: 0.4;\n --ds-opacity-loading: 0.2;\n --ds-UNSAFE-transparent: transparent;\n --ds-elevation-surface-current: #1D2125;\n}\n";
|