@atlaskit/tokens 1.8.1 → 1.9.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 +12 -0
- package/dist/cjs/artifacts/generated-pairs.js +3 -6593
- package/dist/cjs/artifacts/palettes-raw/palette.js +87 -19
- package/dist/cjs/artifacts/theme-import-map.js +1 -7
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +3 -3
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +57 -57
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3 -3
- package/dist/cjs/entry-points/token-default-values.js +13 -0
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/palette.js +39 -9
- package/dist/cjs/set-global-theme.js +4 -36
- package/dist/cjs/theme-config.js +17 -17
- package/dist/cjs/tokens/atlassian-dark/color/background.js +5 -4
- package/dist/cjs/tokens/atlassian-dark/color/icon.js +2 -2
- package/dist/cjs/tokens/atlassian-dark/color/text.js +3 -3
- package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +1 -1
- package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +8 -8
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/generated-pairs.js +2 -6584
- package/dist/es2019/artifacts/palettes-raw/palette.js +87 -19
- package/dist/es2019/artifacts/theme-import-map.js +1 -3
- package/dist/es2019/artifacts/themes/atlassian-dark.js +39 -39
- package/dist/es2019/artifacts/themes/atlassian-light.js +3 -3
- package/dist/es2019/artifacts/token-default-values.js +3 -3
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +57 -57
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3 -3
- package/dist/es2019/entry-points/token-default-values.js +1 -0
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/palette.js +39 -9
- package/dist/es2019/set-global-theme.js +0 -18
- package/dist/es2019/theme-config.js +14 -14
- package/dist/es2019/tokens/atlassian-dark/color/background.js +5 -4
- package/dist/es2019/tokens/atlassian-dark/color/icon.js +2 -2
- package/dist/es2019/tokens/atlassian-dark/color/text.js +3 -3
- package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +1 -1
- package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +8 -8
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/generated-pairs.js +2 -6584
- package/dist/esm/artifacts/palettes-raw/palette.js +87 -19
- package/dist/esm/artifacts/theme-import-map.js +1 -5
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +3 -3
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +57 -57
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3 -3
- package/dist/esm/entry-points/token-default-values.js +1 -0
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/palette.js +39 -9
- package/dist/esm/set-global-theme.js +4 -36
- package/dist/esm/theme-config.js +14 -14
- package/dist/esm/tokens/atlassian-dark/color/background.js +5 -4
- package/dist/esm/tokens/atlassian-dark/color/icon.js +2 -2
- package/dist/esm/tokens/atlassian-dark/color/text.js +3 -3
- package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +1 -1
- package/dist/esm/tokens/atlassian-dark/elevation/surface.js +8 -8
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/generated-pairs.d.ts +9 -3
- package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +3 -3
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/entry-points/token-default-values.d.ts +1 -0
- package/dist/types/palettes/palette.d.ts +1 -1
- package/dist/types/theme-config.d.ts +16 -36
- 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-ts4.5/artifacts/generated-pairs.d.ts +9 -3
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.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-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +3 -3
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/token-default-values.d.ts +1 -0
- package/dist/types-ts4.5/palettes/palette.d.ts +1 -1
- package/dist/types-ts4.5/theme-config.d.ts +19 -36
- 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/figma/atlassian-dark-new-input-border.json +15 -0
- package/figma/atlassian-dark.json +38 -38
- package/figma/atlassian-light-new-input-border.json +15 -0
- package/figma/atlassian-light.json +2 -2
- package/package.json +5 -8
- package/report.api.md +18 -2
- package/tmp/api-report-tmp.d.ts +13 -2
- package/token-default-values/package.json +17 -0
- package/dist/cjs/tokens/atlassian-dark-iteration/color/accent.js +0 -70
- package/dist/cjs/tokens/atlassian-dark-iteration/color/background.js +0 -80
- package/dist/cjs/tokens/atlassian-dark-iteration/color/chart.js +0 -34
- package/dist/cjs/tokens/atlassian-dark-iteration/color/icon.js +0 -26
- package/dist/cjs/tokens/atlassian-dark-iteration/color/text.js +0 -29
- package/dist/cjs/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -45
- package/dist/cjs/tokens/atlassian-dark-iteration/elevation/surface.js +0 -48
- package/dist/es2019/tokens/atlassian-dark-iteration/color/accent.js +0 -63
- package/dist/es2019/tokens/atlassian-dark-iteration/color/background.js +0 -73
- package/dist/es2019/tokens/atlassian-dark-iteration/color/chart.js +0 -27
- package/dist/es2019/tokens/atlassian-dark-iteration/color/icon.js +0 -19
- package/dist/es2019/tokens/atlassian-dark-iteration/color/text.js +0 -22
- package/dist/es2019/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -38
- package/dist/es2019/tokens/atlassian-dark-iteration/elevation/surface.js +0 -41
- package/dist/esm/tokens/atlassian-dark-iteration/color/accent.js +0 -63
- package/dist/esm/tokens/atlassian-dark-iteration/color/background.js +0 -73
- package/dist/esm/tokens/atlassian-dark-iteration/color/chart.js +0 -27
- package/dist/esm/tokens/atlassian-dark-iteration/color/icon.js +0 -19
- package/dist/esm/tokens/atlassian-dark-iteration/color/text.js +0 -22
- package/dist/esm/tokens/atlassian-dark-iteration/elevation/shadow.js +0 -38
- package/dist/esm/tokens/atlassian-dark-iteration/elevation/surface.js +0 -41
- package/dist/types/tokens/atlassian-dark-iteration/color/accent.d.ts +0 -4
- package/dist/types/tokens/atlassian-dark-iteration/color/background.d.ts +0 -4
- package/dist/types/tokens/atlassian-dark-iteration/color/chart.d.ts +0 -4
- package/dist/types/tokens/atlassian-dark-iteration/color/icon.d.ts +0 -4
- package/dist/types/tokens/atlassian-dark-iteration/color/text.d.ts +0 -4
- package/dist/types/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +0 -4
- package/dist/types/tokens/atlassian-dark-iteration/elevation/surface.d.ts +0 -4
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/accent.d.ts +0 -4
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/background.d.ts +0 -4
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/chart.d.ts +0 -4
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/icon.d.ts +0 -4
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/color/text.d.ts +0 -4
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/shadow.d.ts +0 -4
- package/dist/types-ts4.5/tokens/atlassian-dark-iteration/elevation/surface.d.ts +0 -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::dc8db05fe763e65a797963e967232801>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -16,7 +16,7 @@ var tokens = [{
|
|
|
16
16
|
"introduced": "0.6.0",
|
|
17
17
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
18
18
|
},
|
|
19
|
-
"value": "#
|
|
19
|
+
"value": "#B6C2CF",
|
|
20
20
|
"filePath": "src/tokens/atlassian-dark/color/text.tsx",
|
|
21
21
|
"isSource": true,
|
|
22
22
|
"original": {
|
|
@@ -26,7 +26,7 @@ var tokens = [{
|
|
|
26
26
|
"introduced": "0.6.0",
|
|
27
27
|
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
28
28
|
},
|
|
29
|
-
"value": "
|
|
29
|
+
"value": "DarkNeutral900"
|
|
30
30
|
},
|
|
31
31
|
"name": "color.text.[default]",
|
|
32
32
|
"path": ["color", "text", "[default]"],
|
|
@@ -500,7 +500,7 @@ var tokens = [{
|
|
|
500
500
|
"introduced": "0.6.0",
|
|
501
501
|
"description": "Use for text on bold backgrounds."
|
|
502
502
|
},
|
|
503
|
-
"value": "#
|
|
503
|
+
"value": "#1D2125",
|
|
504
504
|
"filePath": "src/tokens/atlassian-dark/color/text.tsx",
|
|
505
505
|
"isSource": true,
|
|
506
506
|
"original": {
|
|
@@ -510,7 +510,7 @@ var tokens = [{
|
|
|
510
510
|
"introduced": "0.6.0",
|
|
511
511
|
"description": "Use for text on bold backgrounds."
|
|
512
512
|
},
|
|
513
|
-
"value": "
|
|
513
|
+
"value": "DarkNeutral100"
|
|
514
514
|
},
|
|
515
515
|
"name": "color.text.inverse",
|
|
516
516
|
"path": ["color", "text", "inverse"],
|
|
@@ -610,7 +610,7 @@ var tokens = [{
|
|
|
610
610
|
"introduced": "0.6.0",
|
|
611
611
|
"description": "Use for text when on bold warning backgrounds."
|
|
612
612
|
},
|
|
613
|
-
"value": "#
|
|
613
|
+
"value": "#1D2125",
|
|
614
614
|
"filePath": "src/tokens/atlassian-dark/color/text.tsx",
|
|
615
615
|
"isSource": true,
|
|
616
616
|
"original": {
|
|
@@ -620,7 +620,7 @@ var tokens = [{
|
|
|
620
620
|
"introduced": "0.6.0",
|
|
621
621
|
"description": "Use for text when on bold warning backgrounds."
|
|
622
622
|
},
|
|
623
|
-
"value": "
|
|
623
|
+
"value": "DarkNeutral100"
|
|
624
624
|
},
|
|
625
625
|
"name": "color.text.warning.inverse",
|
|
626
626
|
"path": ["color", "text", "warning", "inverse"],
|
|
@@ -698,7 +698,7 @@ var tokens = [{
|
|
|
698
698
|
"introduced": "0.6.0",
|
|
699
699
|
"description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
|
|
700
700
|
},
|
|
701
|
-
"value": "#
|
|
701
|
+
"value": "#8C9BAB",
|
|
702
702
|
"filePath": "src/tokens/atlassian-dark/color/text.tsx",
|
|
703
703
|
"isSource": true,
|
|
704
704
|
"original": {
|
|
@@ -1050,7 +1050,7 @@ var tokens = [{
|
|
|
1050
1050
|
"introduced": "0.6.0",
|
|
1051
1051
|
"description": "Use for icons on bold backgrounds."
|
|
1052
1052
|
},
|
|
1053
|
-
"value": "#
|
|
1053
|
+
"value": "#1D2125",
|
|
1054
1054
|
"filePath": "src/tokens/atlassian-dark/color/icon.tsx",
|
|
1055
1055
|
"isSource": true,
|
|
1056
1056
|
"original": {
|
|
@@ -1060,7 +1060,7 @@ var tokens = [{
|
|
|
1060
1060
|
"introduced": "0.6.0",
|
|
1061
1061
|
"description": "Use for icons on bold backgrounds."
|
|
1062
1062
|
},
|
|
1063
|
-
"value": "
|
|
1063
|
+
"value": "DarkNeutral100"
|
|
1064
1064
|
},
|
|
1065
1065
|
"name": "color.icon.inverse",
|
|
1066
1066
|
"path": ["color", "icon", "inverse"],
|
|
@@ -1160,7 +1160,7 @@ var tokens = [{
|
|
|
1160
1160
|
"introduced": "0.6.0",
|
|
1161
1161
|
"description": "Use for icons when on bold warning backgrounds."
|
|
1162
1162
|
},
|
|
1163
|
-
"value": "#
|
|
1163
|
+
"value": "#1D2125",
|
|
1164
1164
|
"filePath": "src/tokens/atlassian-dark/color/icon.tsx",
|
|
1165
1165
|
"isSource": true,
|
|
1166
1166
|
"original": {
|
|
@@ -1170,7 +1170,7 @@ var tokens = [{
|
|
|
1170
1170
|
"introduced": "0.6.0",
|
|
1171
1171
|
"description": "Use for icons when on bold warning backgrounds."
|
|
1172
1172
|
},
|
|
1173
|
-
"value": "
|
|
1173
|
+
"value": "DarkNeutral100"
|
|
1174
1174
|
},
|
|
1175
1175
|
"name": "color.icon.warning.inverse",
|
|
1176
1176
|
"path": ["color", "icon", "warning", "inverse"],
|
|
@@ -1248,7 +1248,7 @@ var tokens = [{
|
|
|
1248
1248
|
"introduced": "0.6.0",
|
|
1249
1249
|
"description": "Use for icons paired with color.text.subtle"
|
|
1250
1250
|
},
|
|
1251
|
-
"value": "#
|
|
1251
|
+
"value": "#8C9BAB",
|
|
1252
1252
|
"filePath": "src/tokens/atlassian-dark/color/icon.tsx",
|
|
1253
1253
|
"isSource": true,
|
|
1254
1254
|
"original": {
|
|
@@ -1864,7 +1864,7 @@ var tokens = [{
|
|
|
1864
1864
|
"introduced": "0.7.0",
|
|
1865
1865
|
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1866
1866
|
},
|
|
1867
|
-
"value": "#
|
|
1867
|
+
"value": "#4F1C16",
|
|
1868
1868
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1869
1869
|
"isSource": true,
|
|
1870
1870
|
"original": {
|
|
@@ -1952,7 +1952,7 @@ var tokens = [{
|
|
|
1952
1952
|
"introduced": "0.7.0",
|
|
1953
1953
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1954
1954
|
},
|
|
1955
|
-
"value": "#
|
|
1955
|
+
"value": "#4A2B0F",
|
|
1956
1956
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
1957
1957
|
"isSource": true,
|
|
1958
1958
|
"original": {
|
|
@@ -2040,7 +2040,7 @@ var tokens = [{
|
|
|
2040
2040
|
"introduced": "0.7.0",
|
|
2041
2041
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2042
2042
|
},
|
|
2043
|
-
"value": "#
|
|
2043
|
+
"value": "#3F3102",
|
|
2044
2044
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2045
2045
|
"isSource": true,
|
|
2046
2046
|
"original": {
|
|
@@ -2128,7 +2128,7 @@ var tokens = [{
|
|
|
2128
2128
|
"introduced": "0.7.0",
|
|
2129
2129
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2130
2130
|
},
|
|
2131
|
-
"value": "#
|
|
2131
|
+
"value": "#143C2B",
|
|
2132
2132
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2133
2133
|
"isSource": true,
|
|
2134
2134
|
"original": {
|
|
@@ -2216,7 +2216,7 @@ var tokens = [{
|
|
|
2216
2216
|
"introduced": "0.7.0",
|
|
2217
2217
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2218
2218
|
},
|
|
2219
|
-
"value": "#
|
|
2219
|
+
"value": "#15373B",
|
|
2220
2220
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2221
2221
|
"isSource": true,
|
|
2222
2222
|
"original": {
|
|
@@ -2304,7 +2304,7 @@ var tokens = [{
|
|
|
2304
2304
|
"introduced": "0.7.0",
|
|
2305
2305
|
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2306
2306
|
},
|
|
2307
|
-
"value": "#
|
|
2307
|
+
"value": "#092957",
|
|
2308
2308
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2309
2309
|
"isSource": true,
|
|
2310
2310
|
"original": {
|
|
@@ -2392,7 +2392,7 @@ var tokens = [{
|
|
|
2392
2392
|
"introduced": "0.7.0",
|
|
2393
2393
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2394
2394
|
},
|
|
2395
|
-
"value": "#
|
|
2395
|
+
"value": "#2B2451",
|
|
2396
2396
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2397
2397
|
"isSource": true,
|
|
2398
2398
|
"original": {
|
|
@@ -2480,7 +2480,7 @@ var tokens = [{
|
|
|
2480
2480
|
"introduced": "0.7.0",
|
|
2481
2481
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2482
2482
|
},
|
|
2483
|
-
"value": "#
|
|
2483
|
+
"value": "#421F34",
|
|
2484
2484
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2485
2485
|
"isSource": true,
|
|
2486
2486
|
"original": {
|
|
@@ -2634,7 +2634,7 @@ var tokens = [{
|
|
|
2634
2634
|
"introduced": "0.7.0",
|
|
2635
2635
|
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2636
2636
|
},
|
|
2637
|
-
"value": "#
|
|
2637
|
+
"value": "#8C9BAB",
|
|
2638
2638
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
2639
2639
|
"isSource": true,
|
|
2640
2640
|
"original": {
|
|
@@ -2678,7 +2678,7 @@ var tokens = [{
|
|
|
2678
2678
|
"introduced": "0.6.0",
|
|
2679
2679
|
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
2680
2680
|
},
|
|
2681
|
-
"value": "#
|
|
2681
|
+
"value": "#22272B",
|
|
2682
2682
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
2683
2683
|
"isSource": true,
|
|
2684
2684
|
"original": {
|
|
@@ -2688,7 +2688,7 @@ var tokens = [{
|
|
|
2688
2688
|
"introduced": "0.6.0",
|
|
2689
2689
|
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
2690
2690
|
},
|
|
2691
|
-
"value": "
|
|
2691
|
+
"value": "DarkNeutral200"
|
|
2692
2692
|
},
|
|
2693
2693
|
"name": "color.background.input.[default]",
|
|
2694
2694
|
"path": ["color", "background", "input", "[default]"],
|
|
@@ -2700,7 +2700,7 @@ var tokens = [{
|
|
|
2700
2700
|
"introduced": "0.6.0",
|
|
2701
2701
|
"description": "Hovered state for color.background.input"
|
|
2702
2702
|
},
|
|
2703
|
-
"value": "#
|
|
2703
|
+
"value": "#282E33",
|
|
2704
2704
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
2705
2705
|
"isSource": true,
|
|
2706
2706
|
"original": {
|
|
@@ -2710,7 +2710,7 @@ var tokens = [{
|
|
|
2710
2710
|
"introduced": "0.6.0",
|
|
2711
2711
|
"description": "Hovered state for color.background.input"
|
|
2712
2712
|
},
|
|
2713
|
-
"value": "
|
|
2713
|
+
"value": "DarkNeutral250"
|
|
2714
2714
|
},
|
|
2715
2715
|
"name": "color.background.input.hovered",
|
|
2716
2716
|
"path": ["color", "background", "input", "hovered"],
|
|
@@ -2722,7 +2722,7 @@ var tokens = [{
|
|
|
2722
2722
|
"introduced": "0.6.0",
|
|
2723
2723
|
"description": "Pressed state for color.background.input"
|
|
2724
2724
|
},
|
|
2725
|
-
"value": "#
|
|
2725
|
+
"value": "#22272B",
|
|
2726
2726
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
2727
2727
|
"isSource": true,
|
|
2728
2728
|
"original": {
|
|
@@ -2732,7 +2732,7 @@ var tokens = [{
|
|
|
2732
2732
|
"introduced": "0.6.0",
|
|
2733
2733
|
"description": "Pressed state for color.background.input"
|
|
2734
2734
|
},
|
|
2735
|
-
"value": "
|
|
2735
|
+
"value": "DarkNeutral200"
|
|
2736
2736
|
},
|
|
2737
2737
|
"name": "color.background.input.pressed",
|
|
2738
2738
|
"path": ["color", "background", "input", "pressed"],
|
|
@@ -3008,7 +3008,7 @@ var tokens = [{
|
|
|
3008
3008
|
"introduced": "0.6.2",
|
|
3009
3009
|
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
3010
3010
|
},
|
|
3011
|
-
"value": "#
|
|
3011
|
+
"value": "#092957",
|
|
3012
3012
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3013
3013
|
"isSource": true,
|
|
3014
3014
|
"original": {
|
|
@@ -3206,7 +3206,7 @@ var tokens = [{
|
|
|
3206
3206
|
"introduced": "0.6.0",
|
|
3207
3207
|
"description": "Use for backgrounds communicating critical information, such in error section messages."
|
|
3208
3208
|
},
|
|
3209
|
-
"value": "#
|
|
3209
|
+
"value": "#4F1C16",
|
|
3210
3210
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3211
3211
|
"isSource": true,
|
|
3212
3212
|
"original": {
|
|
@@ -3338,7 +3338,7 @@ var tokens = [{
|
|
|
3338
3338
|
"introduced": "0.6.0",
|
|
3339
3339
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
3340
3340
|
},
|
|
3341
|
-
"value": "#
|
|
3341
|
+
"value": "#3F3102",
|
|
3342
3342
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3343
3343
|
"isSource": true,
|
|
3344
3344
|
"original": {
|
|
@@ -3470,7 +3470,7 @@ var tokens = [{
|
|
|
3470
3470
|
"introduced": "0.6.0",
|
|
3471
3471
|
"description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
|
|
3472
3472
|
},
|
|
3473
|
-
"value": "#
|
|
3473
|
+
"value": "#143C2B",
|
|
3474
3474
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3475
3475
|
"isSource": true,
|
|
3476
3476
|
"original": {
|
|
@@ -3602,7 +3602,7 @@ var tokens = [{
|
|
|
3602
3602
|
"introduced": "0.6.0",
|
|
3603
3603
|
"description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
|
|
3604
3604
|
},
|
|
3605
|
-
"value": "#
|
|
3605
|
+
"value": "#2B2451",
|
|
3606
3606
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3607
3607
|
"isSource": true,
|
|
3608
3608
|
"original": {
|
|
@@ -3734,7 +3734,7 @@ var tokens = [{
|
|
|
3734
3734
|
"introduced": "0.6.0",
|
|
3735
3735
|
"description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
|
|
3736
3736
|
},
|
|
3737
|
-
"value": "#
|
|
3737
|
+
"value": "#092957",
|
|
3738
3738
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3739
3739
|
"isSource": true,
|
|
3740
3740
|
"original": {
|
|
@@ -3866,7 +3866,7 @@ var tokens = [{
|
|
|
3866
3866
|
"introduced": "0.0.15",
|
|
3867
3867
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
3868
3868
|
},
|
|
3869
|
-
"value": "#
|
|
3869
|
+
"value": "#10121499",
|
|
3870
3870
|
"filePath": "src/tokens/atlassian-dark/color/background.tsx",
|
|
3871
3871
|
"isSource": true,
|
|
3872
3872
|
"original": {
|
|
@@ -3876,7 +3876,7 @@ var tokens = [{
|
|
|
3876
3876
|
"introduced": "0.0.15",
|
|
3877
3877
|
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
3878
3878
|
},
|
|
3879
|
-
"value": "
|
|
3879
|
+
"value": "#10121499"
|
|
3880
3880
|
},
|
|
3881
3881
|
"name": "color.blanket.[default]",
|
|
3882
3882
|
"path": ["color", "blanket", "[default]"],
|
|
@@ -4526,7 +4526,7 @@ var tokens = [{
|
|
|
4526
4526
|
"introduced": "0.13.3",
|
|
4527
4527
|
"description": "Hovered state of color.chart.neutral."
|
|
4528
4528
|
},
|
|
4529
|
-
"value": "#
|
|
4529
|
+
"value": "#8C9BAB",
|
|
4530
4530
|
"filePath": "src/tokens/atlassian-dark/color/chart.tsx",
|
|
4531
4531
|
"isSource": true,
|
|
4532
4532
|
"original": {
|
|
@@ -5626,7 +5626,7 @@ var tokens = [{
|
|
|
5626
5626
|
"introduced": "0.13.3",
|
|
5627
5627
|
"description": "Hovered state of color.chart.gray.bold."
|
|
5628
5628
|
},
|
|
5629
|
-
"value": "#
|
|
5629
|
+
"value": "#8C9BAB",
|
|
5630
5630
|
"filePath": "src/tokens/atlassian-dark/color/chart.tsx",
|
|
5631
5631
|
"isSource": true,
|
|
5632
5632
|
"original": {
|
|
@@ -5648,7 +5648,7 @@ var tokens = [{
|
|
|
5648
5648
|
"introduced": "0.13.3",
|
|
5649
5649
|
"description": "For data visualisation only."
|
|
5650
5650
|
},
|
|
5651
|
-
"value": "#
|
|
5651
|
+
"value": "#8C9BAB",
|
|
5652
5652
|
"filePath": "src/tokens/atlassian-dark/color/chart.tsx",
|
|
5653
5653
|
"isSource": true,
|
|
5654
5654
|
"original": {
|
|
@@ -6220,7 +6220,7 @@ var tokens = [{
|
|
|
6220
6220
|
"introduced": "0.6.0",
|
|
6221
6221
|
"description": "Use as the primary background for the UI."
|
|
6222
6222
|
},
|
|
6223
|
-
"value": "#
|
|
6223
|
+
"value": "#1D2125",
|
|
6224
6224
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
6225
6225
|
"isSource": true,
|
|
6226
6226
|
"original": {
|
|
@@ -6230,7 +6230,7 @@ var tokens = [{
|
|
|
6230
6230
|
"introduced": "0.6.0",
|
|
6231
6231
|
"description": "Use as the primary background for the UI."
|
|
6232
6232
|
},
|
|
6233
|
-
"value": "
|
|
6233
|
+
"value": "DarkNeutral100"
|
|
6234
6234
|
},
|
|
6235
6235
|
"name": "elevation.surface.[default].[default]",
|
|
6236
6236
|
"path": ["elevation", "surface", "[default]", "[default]"],
|
|
@@ -6242,7 +6242,7 @@ var tokens = [{
|
|
|
6242
6242
|
"introduced": "0.10.20",
|
|
6243
6243
|
"description": "Hovered state of elevation.surface"
|
|
6244
6244
|
},
|
|
6245
|
-
"value": "#
|
|
6245
|
+
"value": "#22272B",
|
|
6246
6246
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
6247
6247
|
"isSource": true,
|
|
6248
6248
|
"original": {
|
|
@@ -6252,7 +6252,7 @@ var tokens = [{
|
|
|
6252
6252
|
"introduced": "0.10.20",
|
|
6253
6253
|
"description": "Hovered state of elevation.surface"
|
|
6254
6254
|
},
|
|
6255
|
-
"value": "
|
|
6255
|
+
"value": "DarkNeutral200"
|
|
6256
6256
|
},
|
|
6257
6257
|
"name": "elevation.surface.[default].hovered",
|
|
6258
6258
|
"path": ["elevation", "surface", "[default]", "hovered"],
|
|
@@ -6264,7 +6264,7 @@ var tokens = [{
|
|
|
6264
6264
|
"introduced": "0.10.20",
|
|
6265
6265
|
"description": "Pressed state of elevation.surface"
|
|
6266
6266
|
},
|
|
6267
|
-
"value": "#
|
|
6267
|
+
"value": "#282E33",
|
|
6268
6268
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
6269
6269
|
"isSource": true,
|
|
6270
6270
|
"original": {
|
|
@@ -6274,7 +6274,7 @@ var tokens = [{
|
|
|
6274
6274
|
"introduced": "0.10.20",
|
|
6275
6275
|
"description": "Pressed state of elevation.surface"
|
|
6276
6276
|
},
|
|
6277
|
-
"value": "
|
|
6277
|
+
"value": "DarkNeutral250"
|
|
6278
6278
|
},
|
|
6279
6279
|
"name": "elevation.surface.[default].pressed",
|
|
6280
6280
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
@@ -6286,7 +6286,7 @@ var tokens = [{
|
|
|
6286
6286
|
"introduced": "0.6.0",
|
|
6287
6287
|
"description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
|
|
6288
6288
|
},
|
|
6289
|
-
"value": "#
|
|
6289
|
+
"value": "#282E33",
|
|
6290
6290
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
6291
6291
|
"isSource": true,
|
|
6292
6292
|
"original": {
|
|
@@ -6296,7 +6296,7 @@ var tokens = [{
|
|
|
6296
6296
|
"introduced": "0.6.0",
|
|
6297
6297
|
"description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
|
|
6298
6298
|
},
|
|
6299
|
-
"value": "
|
|
6299
|
+
"value": "DarkNeutral250"
|
|
6300
6300
|
},
|
|
6301
6301
|
"name": "elevation.surface.overlay.[default]",
|
|
6302
6302
|
"path": ["elevation", "surface", "overlay", "[default]"],
|
|
@@ -6330,7 +6330,7 @@ var tokens = [{
|
|
|
6330
6330
|
"introduced": "0.10.20",
|
|
6331
6331
|
"description": "Pressed state of elevation.surface.overlay"
|
|
6332
6332
|
},
|
|
6333
|
-
"value": "#
|
|
6333
|
+
"value": "#38414A",
|
|
6334
6334
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
6335
6335
|
"isSource": true,
|
|
6336
6336
|
"original": {
|
|
@@ -6340,7 +6340,7 @@ var tokens = [{
|
|
|
6340
6340
|
"introduced": "0.10.20",
|
|
6341
6341
|
"description": "Pressed state of elevation.surface.overlay"
|
|
6342
6342
|
},
|
|
6343
|
-
"value": "
|
|
6343
|
+
"value": "DarkNeutral350"
|
|
6344
6344
|
},
|
|
6345
6345
|
"name": "elevation.surface.overlay.pressed",
|
|
6346
6346
|
"path": ["elevation", "surface", "overlay", "pressed"],
|
|
@@ -6352,7 +6352,7 @@ var tokens = [{
|
|
|
6352
6352
|
"introduced": "0.6.0",
|
|
6353
6353
|
"description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
|
|
6354
6354
|
},
|
|
6355
|
-
"value": "#
|
|
6355
|
+
"value": "#22272B",
|
|
6356
6356
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
6357
6357
|
"isSource": true,
|
|
6358
6358
|
"original": {
|
|
@@ -6362,7 +6362,7 @@ var tokens = [{
|
|
|
6362
6362
|
"introduced": "0.6.0",
|
|
6363
6363
|
"description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
|
|
6364
6364
|
},
|
|
6365
|
-
"value": "
|
|
6365
|
+
"value": "DarkNeutral200"
|
|
6366
6366
|
},
|
|
6367
6367
|
"name": "elevation.surface.raised.[default]",
|
|
6368
6368
|
"path": ["elevation", "surface", "raised", "[default]"],
|
|
@@ -6374,7 +6374,7 @@ var tokens = [{
|
|
|
6374
6374
|
"introduced": "0.10.20",
|
|
6375
6375
|
"description": "Hovered state of elevation.surface.raised"
|
|
6376
6376
|
},
|
|
6377
|
-
"value": "#
|
|
6377
|
+
"value": "#282E33",
|
|
6378
6378
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
6379
6379
|
"isSource": true,
|
|
6380
6380
|
"original": {
|
|
@@ -6384,7 +6384,7 @@ var tokens = [{
|
|
|
6384
6384
|
"introduced": "0.10.20",
|
|
6385
6385
|
"description": "Hovered state of elevation.surface.raised"
|
|
6386
6386
|
},
|
|
6387
|
-
"value": "
|
|
6387
|
+
"value": "DarkNeutral250"
|
|
6388
6388
|
},
|
|
6389
6389
|
"name": "elevation.surface.raised.hovered",
|
|
6390
6390
|
"path": ["elevation", "surface", "raised", "hovered"],
|
|
@@ -6418,7 +6418,7 @@ var tokens = [{
|
|
|
6418
6418
|
"introduced": "0.6.0",
|
|
6419
6419
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
6420
6420
|
},
|
|
6421
|
-
"value": "#
|
|
6421
|
+
"value": "#161A1D",
|
|
6422
6422
|
"filePath": "src/tokens/atlassian-dark/elevation/surface.tsx",
|
|
6423
6423
|
"isSource": true,
|
|
6424
6424
|
"original": {
|
|
@@ -6428,7 +6428,7 @@ var tokens = [{
|
|
|
6428
6428
|
"introduced": "0.6.0",
|
|
6429
6429
|
"description": "A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."
|
|
6430
6430
|
},
|
|
6431
|
-
"value": "
|
|
6431
|
+
"value": "DarkNeutral0"
|
|
6432
6432
|
},
|
|
6433
6433
|
"name": "elevation.surface.sunken",
|
|
6434
6434
|
"path": ["elevation", "surface", "sunken"],
|
|
@@ -6546,7 +6546,7 @@ var tokens = [{
|
|
|
6546
6546
|
"x": 0,
|
|
6547
6547
|
"y": 0
|
|
6548
6548
|
},
|
|
6549
|
-
"opacity": 0.
|
|
6549
|
+
"opacity": 0.12,
|
|
6550
6550
|
"inset": true
|
|
6551
6551
|
}, {
|
|
6552
6552
|
"radius": 12,
|
|
@@ -6582,7 +6582,7 @@ var tokens = [{
|
|
|
6582
6582
|
"x": 0,
|
|
6583
6583
|
"y": 0
|
|
6584
6584
|
},
|
|
6585
|
-
"opacity": 0.
|
|
6585
|
+
"opacity": 0.12,
|
|
6586
6586
|
"inset": true
|
|
6587
6587
|
}, {
|
|
6588
6588
|
"radius": 12,
|
|
@@ -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::20f8ad047dd30f24c669af342c4b2993>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -4218,7 +4218,7 @@ var tokens = [{
|
|
|
4218
4218
|
"introduced": "0.13.3",
|
|
4219
4219
|
"description": "Hovered state of color.chart.categorical.5."
|
|
4220
4220
|
},
|
|
4221
|
-
"value": "#
|
|
4221
|
+
"value": "#092957",
|
|
4222
4222
|
"filePath": "src/tokens/atlassian-light/color/chart.tsx",
|
|
4223
4223
|
"isSource": true,
|
|
4224
4224
|
"original": {
|
|
@@ -4306,7 +4306,7 @@ var tokens = [{
|
|
|
4306
4306
|
"introduced": "0.13.3",
|
|
4307
4307
|
"description": "Hovered state of color.chart.categorical.7."
|
|
4308
4308
|
},
|
|
4309
|
-
"value": "#
|
|
4309
|
+
"value": "#421F34",
|
|
4310
4310
|
"filePath": "src/tokens/atlassian-light/color/chart.tsx",
|
|
4311
4311
|
"isSource": true,
|
|
4312
4312
|
"original": {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "default", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _tokenDefaultValues.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _tokenDefaultValues = _interopRequireDefault(require("../artifacts/token-default-values"));
|
|
@@ -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.9.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.9.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.
|
|
@@ -89,7 +89,7 @@ var palette = {
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
Blue1000: {
|
|
92
|
-
value: '#
|
|
92
|
+
value: '#092957',
|
|
93
93
|
attributes: {
|
|
94
94
|
group: 'palette',
|
|
95
95
|
category: 'blue'
|
|
@@ -159,7 +159,7 @@ var palette = {
|
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
Red1000: {
|
|
162
|
-
value: '#
|
|
162
|
+
value: '#4F1C16',
|
|
163
163
|
attributes: {
|
|
164
164
|
group: 'palette',
|
|
165
165
|
category: 'red'
|
|
@@ -229,7 +229,7 @@ var palette = {
|
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
Yellow1000: {
|
|
232
|
-
value: '#
|
|
232
|
+
value: '#3F3102',
|
|
233
233
|
attributes: {
|
|
234
234
|
group: 'palette',
|
|
235
235
|
category: 'yellow'
|
|
@@ -299,7 +299,7 @@ var palette = {
|
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
Green1000: {
|
|
302
|
-
value: '#
|
|
302
|
+
value: '#143C2B',
|
|
303
303
|
attributes: {
|
|
304
304
|
group: 'palette',
|
|
305
305
|
category: 'green'
|
|
@@ -369,7 +369,7 @@ var palette = {
|
|
|
369
369
|
}
|
|
370
370
|
},
|
|
371
371
|
Purple1000: {
|
|
372
|
-
value: '#
|
|
372
|
+
value: '#2B2451',
|
|
373
373
|
attributes: {
|
|
374
374
|
group: 'palette',
|
|
375
375
|
category: 'purple'
|
|
@@ -439,7 +439,7 @@ var palette = {
|
|
|
439
439
|
}
|
|
440
440
|
},
|
|
441
441
|
Teal1000: {
|
|
442
|
-
value: '#
|
|
442
|
+
value: '#15373B',
|
|
443
443
|
attributes: {
|
|
444
444
|
group: 'palette',
|
|
445
445
|
category: 'teal'
|
|
@@ -509,7 +509,7 @@ var palette = {
|
|
|
509
509
|
}
|
|
510
510
|
},
|
|
511
511
|
Orange1000: {
|
|
512
|
-
value: '#
|
|
512
|
+
value: '#4A2B0F',
|
|
513
513
|
attributes: {
|
|
514
514
|
group: 'palette',
|
|
515
515
|
category: 'orange'
|
|
@@ -579,7 +579,7 @@ var palette = {
|
|
|
579
579
|
}
|
|
580
580
|
},
|
|
581
581
|
Magenta1000: {
|
|
582
|
-
value: '#
|
|
582
|
+
value: '#421F34',
|
|
583
583
|
attributes: {
|
|
584
584
|
group: 'palette',
|
|
585
585
|
category: 'magenta'
|
|
@@ -707,6 +707,21 @@ var palette = {
|
|
|
707
707
|
category: 'dark mode neutral'
|
|
708
708
|
}
|
|
709
709
|
},
|
|
710
|
+
DarkNeutral250: {
|
|
711
|
+
value: '#282E33',
|
|
712
|
+
attributes: {
|
|
713
|
+
group: 'palette',
|
|
714
|
+
category: 'dark mode neutral'
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
DarkNeutral250A: {
|
|
718
|
+
// #C8E1F9 10%
|
|
719
|
+
value: '#C8E1F91A',
|
|
720
|
+
attributes: {
|
|
721
|
+
group: 'palette',
|
|
722
|
+
category: 'dark mode neutral'
|
|
723
|
+
}
|
|
724
|
+
},
|
|
710
725
|
DarkNeutral300: {
|
|
711
726
|
value: '#2C333A',
|
|
712
727
|
attributes: {
|
|
@@ -722,6 +737,21 @@ var palette = {
|
|
|
722
737
|
category: 'dark mode neutral'
|
|
723
738
|
}
|
|
724
739
|
},
|
|
740
|
+
DarkNeutral350: {
|
|
741
|
+
value: '#38414A',
|
|
742
|
+
attributes: {
|
|
743
|
+
group: 'palette',
|
|
744
|
+
category: 'dark mode neutral'
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
DarkNeutral350A: {
|
|
748
|
+
// #C3DEFE 20%
|
|
749
|
+
value: '#C3DEFE33',
|
|
750
|
+
attributes: {
|
|
751
|
+
group: 'palette',
|
|
752
|
+
category: 'dark mode neutral'
|
|
753
|
+
}
|
|
754
|
+
},
|
|
725
755
|
DarkNeutral400: {
|
|
726
756
|
value: '#454F59',
|
|
727
757
|
attributes: {
|
|
@@ -760,7 +790,7 @@ var palette = {
|
|
|
760
790
|
}
|
|
761
791
|
},
|
|
762
792
|
DarkNeutral700: {
|
|
763
|
-
value: '#
|
|
793
|
+
value: '#8C9BAB',
|
|
764
794
|
attributes: {
|
|
765
795
|
group: 'palette',
|
|
766
796
|
category: 'dark mode neutral'
|