@atlaskit/tokens 1.5.2 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/cjs/artifacts/palettes-raw/shape-palette.js +3 -3
- package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +12 -10
- package/dist/cjs/artifacts/token-names.js +12 -10
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +33 -33
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +33 -33
- package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +81 -37
- package/dist/cjs/constants.js +1 -1
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/shape-palette.js +2 -1
- package/dist/cjs/set-global-theme.js +38 -3
- package/dist/cjs/tokens/atlassian-shape/shape.js +7 -1
- package/dist/cjs/tokens/default/shape/shape.js +33 -17
- package/dist/cjs/utils/theme-state-transformer.js +2 -1
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/shape-palette.js +3 -3
- package/dist/es2019/artifacts/themes/atlassian-shape.js +12 -10
- package/dist/es2019/artifacts/token-default-values.js +12 -10
- package/dist/es2019/artifacts/token-names.js +12 -10
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +33 -33
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +33 -33
- package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +81 -37
- package/dist/es2019/constants.js +1 -1
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/shape-palette.js +2 -1
- package/dist/es2019/set-global-theme.js +34 -2
- package/dist/es2019/tokens/atlassian-shape/shape.js +7 -1
- package/dist/es2019/tokens/default/shape/shape.js +33 -17
- package/dist/es2019/utils/theme-state-transformer.js +2 -1
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/shape-palette.js +3 -3
- package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +12 -10
- package/dist/esm/artifacts/token-names.js +12 -10
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +33 -33
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
- package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +33 -33
- package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +81 -37
- package/dist/esm/constants.js +1 -1
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/shape-palette.js +2 -1
- package/dist/esm/set-global-theme.js +38 -3
- package/dist/esm/tokens/atlassian-shape/shape.js +7 -1
- package/dist/esm/tokens/default/shape/shape.js +33 -17
- package/dist/esm/utils/theme-state-transformer.js +2 -1
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +3 -18
- package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +12 -10
- package/dist/types/artifacts/token-names.d.ts +23 -19
- package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/index.d.ts +1 -1
- package/dist/types/palettes/shape-palette.d.ts +1 -1
- package/dist/types/set-global-theme.d.ts +10 -7
- package/dist/types/types.d.ts +3 -1
- package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +3 -18
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +12 -10
- package/dist/types-ts4.5/artifacts/token-names.d.ts +23 -19
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.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-new-input-border.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/dist/types-ts4.5/palettes/shape-palette.d.ts +1 -1
- package/dist/types-ts4.5/set-global-theme.d.ts +10 -7
- package/dist/types-ts4.5/types.d.ts +3 -1
- package/figma/atlassian-dark.json +16 -16
- package/figma/atlassian-legacy-dark.json +16 -16
- package/figma/atlassian-legacy-light.json +16 -16
- package/figma/atlassian-light.json +16 -16
- package/figma/atlassian-shape.json +36 -18
- package/package.json +6 -4
- package/report.api.md +125 -22
- package/tmp/api-report-tmp.d.ts +107 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`85b5f222844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85b5f222844) - We are testing shape and space tokens behind a feature flag. These tokens will be enabled by default whenever `setGlobalTheme` is called. If this test is successful it will be available in a later release.
|
|
8
|
+
|
|
9
|
+
## 1.6.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`191bbd4a3c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/191bbd4a3c2) - Public changes to types for `setGlobalTheme` to match API - previously themes could be incorrectly applied ie the light theme could theoretically take the space theme as a valid value. No behavior changes. Internally the shape theme has been moved from experimental status. These tokens are now active however they remain disabled by default.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`98edc7e8b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98edc7e8b62) - Patch for tokens metadata and descriptions.
|
|
18
|
+
|
|
3
19
|
## 1.5.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -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::ba57ec0a6991ab386479b6c9006397ba>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -85,14 +85,14 @@ var tokens = [{
|
|
|
85
85
|
"name": "border.radius.Radius400",
|
|
86
86
|
"path": ["border", "radius", "Radius400"]
|
|
87
87
|
}, {
|
|
88
|
-
"value": "
|
|
88
|
+
"value": "32032px",
|
|
89
89
|
"attributes": {
|
|
90
90
|
"group": "shape"
|
|
91
91
|
},
|
|
92
92
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
93
93
|
"isSource": true,
|
|
94
94
|
"original": {
|
|
95
|
-
"value":
|
|
95
|
+
"value": 32032,
|
|
96
96
|
"attributes": {
|
|
97
97
|
"group": "shape"
|
|
98
98
|
}
|
|
@@ -6,8 +6,8 @@ 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::861a4448ac467155c8290f2b211e99c5>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = "\nhtml[data-theme~=\"shape:shape\"] {\n --ds-radius-050: 0.125rem;\n --ds-radius-100: 0.25rem;\n --ds-radius-200: 0.5rem;\n --ds-radius-300: 0.75rem;\n --ds-radius-400: 1rem;\n --ds-radius-
|
|
12
|
+
var _default = "\nhtml[data-theme~=\"shape:shape\"] {\n --ds-border-radius-050: 0.125rem;\n --ds-border-radius: 0.25rem;\n --ds-border-radius-100: 0.25rem;\n --ds-border-radius-200: 0.5rem;\n --ds-border-radius-300: 0.75rem;\n --ds-border-radius-400: 1rem;\n --ds-border-radius-circle: 2002rem;\n --ds-border-width: 0.0625rem;\n --ds-border-width-0: 0rem;\n --ds-border-width-050: 0.0625rem;\n --ds-border-width-100: 0.125rem;\n}\n";
|
|
13
13
|
exports.default = _default;
|
|
@@ -10,19 +10,10 @@ exports.default = void 0;
|
|
|
10
10
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
11
11
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
12
12
|
*
|
|
13
|
-
* @codegen <<SignedSource::
|
|
13
|
+
* @codegen <<SignedSource::cc9231cd2b7a9797c51b4b8b742bab92>>
|
|
14
14
|
* @codegenCommand yarn build tokens
|
|
15
15
|
*/
|
|
16
16
|
var defaultTokenValues = {
|
|
17
|
-
'border.radius.050': '0.125rem',
|
|
18
|
-
'border.radius.100': '0.25rem',
|
|
19
|
-
'border.radius.200': '0.5rem',
|
|
20
|
-
'border.radius.300': '0.75rem',
|
|
21
|
-
'border.radius.400': '1rem',
|
|
22
|
-
'border.radius.round': '50%',
|
|
23
|
-
'border.width.0': '0rem',
|
|
24
|
-
'border.width.050': '0.0625rem',
|
|
25
|
-
'border.width.100': '0.125rem',
|
|
26
17
|
'color.text': '#172B4D',
|
|
27
18
|
'color.text.accent.red': '#AE2A19',
|
|
28
19
|
'color.text.accent.red.bolder': '#601E16',
|
|
@@ -309,6 +300,17 @@ var defaultTokenValues = {
|
|
|
309
300
|
'opacity.disabled': '0.4',
|
|
310
301
|
'opacity.loading': '0.2',
|
|
311
302
|
'utility.UNSAFE.transparent': 'transparent',
|
|
303
|
+
'border.radius.050': '0.125rem',
|
|
304
|
+
'border.radius': '0.25rem',
|
|
305
|
+
'border.radius.100': '0.25rem',
|
|
306
|
+
'border.radius.200': '0.5rem',
|
|
307
|
+
'border.radius.300': '0.75rem',
|
|
308
|
+
'border.radius.400': '1rem',
|
|
309
|
+
'border.radius.circle': '2002rem',
|
|
310
|
+
'border.width': '0.0625rem',
|
|
311
|
+
'border.width.0': '0rem',
|
|
312
|
+
'border.width.050': '0.0625rem',
|
|
313
|
+
'border.width.100': '0.125rem',
|
|
312
314
|
'space.0': '0rem',
|
|
313
315
|
'space.025': '0.125rem',
|
|
314
316
|
'space.050': '0.25rem',
|
|
@@ -6,19 +6,10 @@ 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::488b6f348c638f30edc95365a3de0725>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = {
|
|
13
|
-
'border.radius.050': '--ds-radius-050',
|
|
14
|
-
'border.radius.100': '--ds-radius-100',
|
|
15
|
-
'border.radius.200': '--ds-radius-200',
|
|
16
|
-
'border.radius.300': '--ds-radius-300',
|
|
17
|
-
'border.radius.400': '--ds-radius-400',
|
|
18
|
-
'border.radius.round': '--ds-radius-round',
|
|
19
|
-
'border.width.0': '--ds-width-0',
|
|
20
|
-
'border.width.050': '--ds-width-050',
|
|
21
|
-
'border.width.100': '--ds-width-100',
|
|
22
13
|
'color.text': '--ds-text',
|
|
23
14
|
'color.text.accent.red': '--ds-text-accent-red',
|
|
24
15
|
'color.text.accent.red.bolder': '--ds-text-accent-red-bolder',
|
|
@@ -305,6 +296,17 @@ var tokens = {
|
|
|
305
296
|
'opacity.disabled': '--ds-opacity-disabled',
|
|
306
297
|
'opacity.loading': '--ds-opacity-loading',
|
|
307
298
|
'utility.UNSAFE.transparent': '--ds-UNSAFE-transparent',
|
|
299
|
+
'border.radius.050': '--ds-border-radius-050',
|
|
300
|
+
'border.radius': '--ds-border-radius',
|
|
301
|
+
'border.radius.100': '--ds-border-radius-100',
|
|
302
|
+
'border.radius.200': '--ds-border-radius-200',
|
|
303
|
+
'border.radius.300': '--ds-border-radius-300',
|
|
304
|
+
'border.radius.400': '--ds-border-radius-400',
|
|
305
|
+
'border.radius.circle': '--ds-border-radius-circle',
|
|
306
|
+
'border.width': '--ds-border-width',
|
|
307
|
+
'border.width.0': '--ds-border-width-0',
|
|
308
|
+
'border.width.050': '--ds-border-width-050',
|
|
309
|
+
'border.width.100': '--ds-border-width-100',
|
|
308
310
|
'space.0': '--ds-space-0',
|
|
309
311
|
'space.025': '--ds-space-025',
|
|
310
312
|
'space.050': '--ds-space-050',
|
|
@@ -6,83 +6,17 @@ 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::2c7e6a36e75ad8b32981cc4bbaa378db>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
13
|
-
"attributes": {
|
|
14
|
-
"group": "paint",
|
|
15
|
-
"state": "active",
|
|
16
|
-
"introduced": "0.6.0",
|
|
17
|
-
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
18
|
-
},
|
|
19
|
-
"value": "#A6C5E229",
|
|
20
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
21
|
-
"isSource": true,
|
|
22
|
-
"original": {
|
|
23
|
-
"attributes": {
|
|
24
|
-
"group": "paint",
|
|
25
|
-
"state": "active",
|
|
26
|
-
"introduced": "0.6.0",
|
|
27
|
-
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
28
|
-
},
|
|
29
|
-
"value": "DarkNeutral300A"
|
|
30
|
-
},
|
|
31
|
-
"name": "color.border.[default]",
|
|
32
|
-
"path": ["color", "border", "[default]"],
|
|
33
|
-
"cleanName": "color.border"
|
|
34
|
-
}, {
|
|
35
|
-
"attributes": {
|
|
36
|
-
"group": "paint",
|
|
37
|
-
"state": "active",
|
|
38
|
-
"introduced": "0.6.0",
|
|
39
|
-
"description": "Use for borders of elements in a disabled state."
|
|
40
|
-
},
|
|
41
|
-
"value": "#A1BDD914",
|
|
42
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
43
|
-
"isSource": true,
|
|
44
|
-
"original": {
|
|
45
|
-
"attributes": {
|
|
46
|
-
"group": "paint",
|
|
47
|
-
"state": "active",
|
|
48
|
-
"introduced": "0.6.0",
|
|
49
|
-
"description": "Use for borders of elements in a disabled state."
|
|
50
|
-
},
|
|
51
|
-
"value": "DarkNeutral200A"
|
|
52
|
-
},
|
|
53
|
-
"name": "color.border.disabled",
|
|
54
|
-
"path": ["color", "border", "disabled"],
|
|
55
|
-
"cleanName": "color.border.disabled"
|
|
56
|
-
}, {
|
|
57
|
-
"attributes": {
|
|
58
|
-
"group": "paint",
|
|
59
|
-
"state": "active",
|
|
60
|
-
"introduced": "0.6.0",
|
|
61
|
-
"description": "Use for focus rings of elements in a focus state."
|
|
62
|
-
},
|
|
63
|
-
"value": "#85B8FF",
|
|
64
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
65
|
-
"isSource": true,
|
|
66
|
-
"original": {
|
|
67
|
-
"attributes": {
|
|
68
|
-
"group": "paint",
|
|
69
|
-
"state": "active",
|
|
70
|
-
"introduced": "0.6.0",
|
|
71
|
-
"description": "Use for focus rings of elements in a focus state."
|
|
72
|
-
},
|
|
73
|
-
"value": "Blue300"
|
|
74
|
-
},
|
|
75
|
-
"name": "color.border.focused",
|
|
76
|
-
"path": ["color", "border", "focused"],
|
|
77
|
-
"cleanName": "color.border.focused"
|
|
78
|
-
}, {
|
|
79
13
|
"attributes": {
|
|
80
14
|
"group": "paint",
|
|
81
15
|
"state": "active",
|
|
82
16
|
"introduced": "0.6.0",
|
|
83
17
|
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
84
18
|
},
|
|
85
|
-
"value": "#
|
|
19
|
+
"value": "#596773",
|
|
86
20
|
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
87
21
|
"isSource": true,
|
|
88
22
|
"original": {
|
|
@@ -92,209 +26,11 @@ var tokens = [{
|
|
|
92
26
|
"introduced": "0.6.0",
|
|
93
27
|
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
94
28
|
},
|
|
95
|
-
"value": "
|
|
29
|
+
"value": "DarkNeutral500"
|
|
96
30
|
},
|
|
97
31
|
"name": "color.border.input",
|
|
98
32
|
"path": ["color", "border", "input"],
|
|
99
33
|
"cleanName": "color.border.input"
|
|
100
|
-
}, {
|
|
101
|
-
"attributes": {
|
|
102
|
-
"group": "paint",
|
|
103
|
-
"state": "active",
|
|
104
|
-
"introduced": "0.6.0",
|
|
105
|
-
"description": "Use for borders on bold backgrounds."
|
|
106
|
-
},
|
|
107
|
-
"value": "#161A1D",
|
|
108
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
109
|
-
"isSource": true,
|
|
110
|
-
"original": {
|
|
111
|
-
"attributes": {
|
|
112
|
-
"group": "paint",
|
|
113
|
-
"state": "active",
|
|
114
|
-
"introduced": "0.6.0",
|
|
115
|
-
"description": "Use for borders on bold backgrounds."
|
|
116
|
-
},
|
|
117
|
-
"value": "DarkNeutral0"
|
|
118
|
-
},
|
|
119
|
-
"name": "color.border.inverse",
|
|
120
|
-
"path": ["color", "border", "inverse"],
|
|
121
|
-
"cleanName": "color.border.inverse"
|
|
122
|
-
}, {
|
|
123
|
-
"attributes": {
|
|
124
|
-
"group": "paint",
|
|
125
|
-
"state": "active",
|
|
126
|
-
"introduced": "0.6.2",
|
|
127
|
-
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
128
|
-
},
|
|
129
|
-
"value": "#579DFF",
|
|
130
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
131
|
-
"isSource": true,
|
|
132
|
-
"original": {
|
|
133
|
-
"attributes": {
|
|
134
|
-
"group": "paint",
|
|
135
|
-
"state": "active",
|
|
136
|
-
"introduced": "0.6.2",
|
|
137
|
-
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
138
|
-
},
|
|
139
|
-
"value": "Blue400"
|
|
140
|
-
},
|
|
141
|
-
"name": "color.border.selected",
|
|
142
|
-
"path": ["color", "border", "selected"],
|
|
143
|
-
"cleanName": "color.border.selected"
|
|
144
|
-
}, {
|
|
145
|
-
"attributes": {
|
|
146
|
-
"group": "paint",
|
|
147
|
-
"state": "active",
|
|
148
|
-
"introduced": "0.6.0",
|
|
149
|
-
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
150
|
-
},
|
|
151
|
-
"value": "#579DFF",
|
|
152
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
153
|
-
"isSource": true,
|
|
154
|
-
"original": {
|
|
155
|
-
"attributes": {
|
|
156
|
-
"group": "paint",
|
|
157
|
-
"state": "active",
|
|
158
|
-
"introduced": "0.6.0",
|
|
159
|
-
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
160
|
-
},
|
|
161
|
-
"value": "Blue400"
|
|
162
|
-
},
|
|
163
|
-
"name": "color.border.brand",
|
|
164
|
-
"path": ["color", "border", "brand"],
|
|
165
|
-
"cleanName": "color.border.brand"
|
|
166
|
-
}, {
|
|
167
|
-
"attributes": {
|
|
168
|
-
"group": "paint",
|
|
169
|
-
"state": "active",
|
|
170
|
-
"introduced": "0.6.0",
|
|
171
|
-
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
172
|
-
},
|
|
173
|
-
"value": "#EF5C48",
|
|
174
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
175
|
-
"isSource": true,
|
|
176
|
-
"original": {
|
|
177
|
-
"attributes": {
|
|
178
|
-
"group": "paint",
|
|
179
|
-
"state": "active",
|
|
180
|
-
"introduced": "0.6.0",
|
|
181
|
-
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
182
|
-
},
|
|
183
|
-
"value": "Red500"
|
|
184
|
-
},
|
|
185
|
-
"name": "color.border.danger",
|
|
186
|
-
"path": ["color", "border", "danger"],
|
|
187
|
-
"cleanName": "color.border.danger"
|
|
188
|
-
}, {
|
|
189
|
-
"attributes": {
|
|
190
|
-
"group": "paint",
|
|
191
|
-
"state": "active",
|
|
192
|
-
"introduced": "0.6.0",
|
|
193
|
-
"description": "Use for borders communicating caution."
|
|
194
|
-
},
|
|
195
|
-
"value": "#CF9F02",
|
|
196
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
197
|
-
"isSource": true,
|
|
198
|
-
"original": {
|
|
199
|
-
"attributes": {
|
|
200
|
-
"group": "paint",
|
|
201
|
-
"state": "active",
|
|
202
|
-
"introduced": "0.6.0",
|
|
203
|
-
"description": "Use for borders communicating caution."
|
|
204
|
-
},
|
|
205
|
-
"value": "Yellow500"
|
|
206
|
-
},
|
|
207
|
-
"name": "color.border.warning",
|
|
208
|
-
"path": ["color", "border", "warning"],
|
|
209
|
-
"cleanName": "color.border.warning"
|
|
210
|
-
}, {
|
|
211
|
-
"attributes": {
|
|
212
|
-
"group": "paint",
|
|
213
|
-
"state": "active",
|
|
214
|
-
"introduced": "0.6.0",
|
|
215
|
-
"description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
|
|
216
|
-
},
|
|
217
|
-
"value": "#2ABB7F",
|
|
218
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
219
|
-
"isSource": true,
|
|
220
|
-
"original": {
|
|
221
|
-
"attributes": {
|
|
222
|
-
"group": "paint",
|
|
223
|
-
"state": "active",
|
|
224
|
-
"introduced": "0.6.0",
|
|
225
|
-
"description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
|
|
226
|
-
},
|
|
227
|
-
"value": "Green500"
|
|
228
|
-
},
|
|
229
|
-
"name": "color.border.success",
|
|
230
|
-
"path": ["color", "border", "success"],
|
|
231
|
-
"cleanName": "color.border.success"
|
|
232
|
-
}, {
|
|
233
|
-
"attributes": {
|
|
234
|
-
"group": "paint",
|
|
235
|
-
"state": "active",
|
|
236
|
-
"introduced": "0.6.0",
|
|
237
|
-
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
238
|
-
},
|
|
239
|
-
"value": "#8F7EE7",
|
|
240
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
241
|
-
"isSource": true,
|
|
242
|
-
"original": {
|
|
243
|
-
"attributes": {
|
|
244
|
-
"group": "paint",
|
|
245
|
-
"state": "active",
|
|
246
|
-
"introduced": "0.6.0",
|
|
247
|
-
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
248
|
-
},
|
|
249
|
-
"value": "Purple500"
|
|
250
|
-
},
|
|
251
|
-
"name": "color.border.discovery",
|
|
252
|
-
"path": ["color", "border", "discovery"],
|
|
253
|
-
"cleanName": "color.border.discovery"
|
|
254
|
-
}, {
|
|
255
|
-
"attributes": {
|
|
256
|
-
"group": "paint",
|
|
257
|
-
"state": "active",
|
|
258
|
-
"introduced": "0.6.0",
|
|
259
|
-
"description": "Use for borders communicating information or something in-progress."
|
|
260
|
-
},
|
|
261
|
-
"value": "#388BFF",
|
|
262
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
263
|
-
"isSource": true,
|
|
264
|
-
"original": {
|
|
265
|
-
"attributes": {
|
|
266
|
-
"group": "paint",
|
|
267
|
-
"state": "active",
|
|
268
|
-
"introduced": "0.6.0",
|
|
269
|
-
"description": "Use for borders communicating information or something in-progress."
|
|
270
|
-
},
|
|
271
|
-
"value": "Blue500"
|
|
272
|
-
},
|
|
273
|
-
"name": "color.border.information",
|
|
274
|
-
"path": ["color", "border", "information"],
|
|
275
|
-
"cleanName": "color.border.information"
|
|
276
|
-
}, {
|
|
277
|
-
"attributes": {
|
|
278
|
-
"group": "paint",
|
|
279
|
-
"state": "active",
|
|
280
|
-
"introduced": "0.10.8",
|
|
281
|
-
"description": "A neutral border option that passes min 3:1 contrast ratios."
|
|
282
|
-
},
|
|
283
|
-
"value": "#738496",
|
|
284
|
-
"filePath": "src/tokens/atlassian-dark-new-input-border/color/border.tsx",
|
|
285
|
-
"isSource": true,
|
|
286
|
-
"original": {
|
|
287
|
-
"attributes": {
|
|
288
|
-
"group": "paint",
|
|
289
|
-
"state": "active",
|
|
290
|
-
"introduced": "0.10.8",
|
|
291
|
-
"description": "A neutral border option that passes min 3:1 contrast ratios."
|
|
292
|
-
},
|
|
293
|
-
"value": "DarkNeutral600"
|
|
294
|
-
},
|
|
295
|
-
"name": "color.border.bold",
|
|
296
|
-
"path": ["color", "border", "bold"],
|
|
297
|
-
"cleanName": "color.border.bold"
|
|
298
34
|
}];
|
|
299
35
|
var _default = tokens;
|
|
300
36
|
exports.default = _default;
|