@atlaskit/tokens 0.10.31 → 0.10.33
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/css/atlassian-dark.css +5 -1
- package/css/atlassian-legacy-dark.css +5 -1
- package/css/atlassian-legacy-light.css +17 -13
- package/css/atlassian-light.css +7 -3
- package/css/atlassian-spacing.css +77 -77
- package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +25 -25
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +45 -3
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +49 -7
- package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +77 -77
- package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +3 -1
- package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
- package/dist/cjs/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
- package/dist/cjs/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
- package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +3 -1
- package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/spacing-scale.js +12 -12
- package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +31 -21
- package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
- package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
- package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +27 -17
- package/dist/cjs/tokens/default/elevation/shadow.js +23 -5
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +25 -25
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +45 -3
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +49 -7
- package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +77 -77
- package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +3 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
- package/dist/es2019/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
- package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +3 -1
- package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/spacing-scale.js +12 -12
- package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +31 -21
- package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
- package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
- package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +27 -17
- package/dist/es2019/tokens/default/elevation/shadow.js +23 -5
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/spacing-scale.js +25 -25
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +45 -3
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +49 -7
- package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +77 -77
- package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +3 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
- package/dist/esm/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
- package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +3 -1
- package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/spacing-scale.js +12 -12
- package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +31 -21
- package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
- package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
- package/dist/esm/tokens/atlassian-light/elevation/shadow.js +27 -17
- package/dist/esm/tokens/default/elevation/shadow.js +23 -5
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +79 -77
- package/dist/types/artifacts/token-names.d.ts +2 -0
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
- package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +5 -1
- package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +5 -1
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-types.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +5 -1
- package/dist/types/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-legacy-light-types.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-light-token-default-values.d.ts +4 -2
- package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +5 -1
- package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +77 -77
- package/dist/types/types.d.ts +5 -1
- package/dist/types-ts4.0/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
- package/dist/types-ts4.0/artifacts/token-default-values.d.ts +79 -77
- package/dist/types-ts4.0/artifacts/token-names.d.ts +2 -0
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
- package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-token-names.d.ts +5 -1
- package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types-internal.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +5 -1
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +5 -1
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-default-values.d.ts +4 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-names.d.ts +5 -1
- package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types-internal.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types.d.ts +2 -2
- package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +77 -77
- package/dist/types-ts4.0/types.d.ts +5 -1
- package/package.json +1 -1
- package/report.api.md +4 -0
- package/tmp/api-report-tmp.d.ts +4 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::e1fc16f85d9f95330fadb08536a38997>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
7
|
-
"value": "
|
|
7
|
+
"value": "0",
|
|
8
8
|
"attributes": {
|
|
9
9
|
"group": "scale"
|
|
10
10
|
},
|
|
11
11
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
12
12
|
"isSource": true,
|
|
13
13
|
"original": {
|
|
14
|
-
"value": "
|
|
14
|
+
"value": "0",
|
|
15
15
|
"attributes": {
|
|
16
16
|
"group": "scale"
|
|
17
17
|
}
|
|
@@ -19,14 +19,14 @@ const tokens = [{
|
|
|
19
19
|
"name": "spacing.scale.Space0",
|
|
20
20
|
"path": ["spacing", "scale", "Space0"]
|
|
21
21
|
}, {
|
|
22
|
-
"value": "
|
|
22
|
+
"value": "0.125rem",
|
|
23
23
|
"attributes": {
|
|
24
24
|
"group": "scale"
|
|
25
25
|
},
|
|
26
26
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
27
27
|
"isSource": true,
|
|
28
28
|
"original": {
|
|
29
|
-
"value": "
|
|
29
|
+
"value": "0.125rem",
|
|
30
30
|
"attributes": {
|
|
31
31
|
"group": "scale"
|
|
32
32
|
}
|
|
@@ -34,14 +34,14 @@ const tokens = [{
|
|
|
34
34
|
"name": "spacing.scale.Space025",
|
|
35
35
|
"path": ["spacing", "scale", "Space025"]
|
|
36
36
|
}, {
|
|
37
|
-
"value": "
|
|
37
|
+
"value": "0.25rem",
|
|
38
38
|
"attributes": {
|
|
39
39
|
"group": "scale"
|
|
40
40
|
},
|
|
41
41
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
42
42
|
"isSource": true,
|
|
43
43
|
"original": {
|
|
44
|
-
"value": "
|
|
44
|
+
"value": "0.25rem",
|
|
45
45
|
"attributes": {
|
|
46
46
|
"group": "scale"
|
|
47
47
|
}
|
|
@@ -49,14 +49,14 @@ const tokens = [{
|
|
|
49
49
|
"name": "spacing.scale.Space050",
|
|
50
50
|
"path": ["spacing", "scale", "Space050"]
|
|
51
51
|
}, {
|
|
52
|
-
"value": "
|
|
52
|
+
"value": "0.375rem",
|
|
53
53
|
"attributes": {
|
|
54
54
|
"group": "scale"
|
|
55
55
|
},
|
|
56
56
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
57
57
|
"isSource": true,
|
|
58
58
|
"original": {
|
|
59
|
-
"value": "
|
|
59
|
+
"value": "0.375rem",
|
|
60
60
|
"attributes": {
|
|
61
61
|
"group": "scale"
|
|
62
62
|
}
|
|
@@ -64,14 +64,14 @@ const tokens = [{
|
|
|
64
64
|
"name": "spacing.scale.Space075",
|
|
65
65
|
"path": ["spacing", "scale", "Space075"]
|
|
66
66
|
}, {
|
|
67
|
-
"value": "
|
|
67
|
+
"value": "0.5rem",
|
|
68
68
|
"attributes": {
|
|
69
69
|
"group": "scale"
|
|
70
70
|
},
|
|
71
71
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
72
72
|
"isSource": true,
|
|
73
73
|
"original": {
|
|
74
|
-
"value": "
|
|
74
|
+
"value": "0.5rem",
|
|
75
75
|
"attributes": {
|
|
76
76
|
"group": "scale"
|
|
77
77
|
}
|
|
@@ -79,14 +79,14 @@ const tokens = [{
|
|
|
79
79
|
"name": "spacing.scale.Space100",
|
|
80
80
|
"path": ["spacing", "scale", "Space100"]
|
|
81
81
|
}, {
|
|
82
|
-
"value": "
|
|
82
|
+
"value": "0.75rem",
|
|
83
83
|
"attributes": {
|
|
84
84
|
"group": "scale"
|
|
85
85
|
},
|
|
86
86
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
87
87
|
"isSource": true,
|
|
88
88
|
"original": {
|
|
89
|
-
"value": "
|
|
89
|
+
"value": "0.75rem",
|
|
90
90
|
"attributes": {
|
|
91
91
|
"group": "scale"
|
|
92
92
|
}
|
|
@@ -94,14 +94,14 @@ const tokens = [{
|
|
|
94
94
|
"name": "spacing.scale.Space150",
|
|
95
95
|
"path": ["spacing", "scale", "Space150"]
|
|
96
96
|
}, {
|
|
97
|
-
"value": "
|
|
97
|
+
"value": "1rem",
|
|
98
98
|
"attributes": {
|
|
99
99
|
"group": "scale"
|
|
100
100
|
},
|
|
101
101
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
102
102
|
"isSource": true,
|
|
103
103
|
"original": {
|
|
104
|
-
"value": "
|
|
104
|
+
"value": "1rem",
|
|
105
105
|
"attributes": {
|
|
106
106
|
"group": "scale"
|
|
107
107
|
}
|
|
@@ -109,14 +109,14 @@ const tokens = [{
|
|
|
109
109
|
"name": "spacing.scale.Space200",
|
|
110
110
|
"path": ["spacing", "scale", "Space200"]
|
|
111
111
|
}, {
|
|
112
|
-
"value": "
|
|
112
|
+
"value": "1.25rem",
|
|
113
113
|
"attributes": {
|
|
114
114
|
"group": "scale"
|
|
115
115
|
},
|
|
116
116
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
117
117
|
"isSource": true,
|
|
118
118
|
"original": {
|
|
119
|
-
"value": "
|
|
119
|
+
"value": "1.25rem",
|
|
120
120
|
"attributes": {
|
|
121
121
|
"group": "scale"
|
|
122
122
|
}
|
|
@@ -124,14 +124,14 @@ const tokens = [{
|
|
|
124
124
|
"name": "spacing.scale.Space250",
|
|
125
125
|
"path": ["spacing", "scale", "Space250"]
|
|
126
126
|
}, {
|
|
127
|
-
"value": "
|
|
127
|
+
"value": "1.5rem",
|
|
128
128
|
"attributes": {
|
|
129
129
|
"group": "scale"
|
|
130
130
|
},
|
|
131
131
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
132
132
|
"isSource": true,
|
|
133
133
|
"original": {
|
|
134
|
-
"value": "
|
|
134
|
+
"value": "1.5rem",
|
|
135
135
|
"attributes": {
|
|
136
136
|
"group": "scale"
|
|
137
137
|
}
|
|
@@ -139,14 +139,14 @@ const tokens = [{
|
|
|
139
139
|
"name": "spacing.scale.Space300",
|
|
140
140
|
"path": ["spacing", "scale", "Space300"]
|
|
141
141
|
}, {
|
|
142
|
-
"value": "
|
|
142
|
+
"value": "2rem",
|
|
143
143
|
"attributes": {
|
|
144
144
|
"group": "scale"
|
|
145
145
|
},
|
|
146
146
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
147
147
|
"isSource": true,
|
|
148
148
|
"original": {
|
|
149
|
-
"value": "
|
|
149
|
+
"value": "2rem",
|
|
150
150
|
"attributes": {
|
|
151
151
|
"group": "scale"
|
|
152
152
|
}
|
|
@@ -154,14 +154,14 @@ const tokens = [{
|
|
|
154
154
|
"name": "spacing.scale.Space400",
|
|
155
155
|
"path": ["spacing", "scale", "Space400"]
|
|
156
156
|
}, {
|
|
157
|
-
"value": "
|
|
157
|
+
"value": "2.5rem",
|
|
158
158
|
"attributes": {
|
|
159
159
|
"group": "scale"
|
|
160
160
|
},
|
|
161
161
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
162
162
|
"isSource": true,
|
|
163
163
|
"original": {
|
|
164
|
-
"value": "
|
|
164
|
+
"value": "2.5rem",
|
|
165
165
|
"attributes": {
|
|
166
166
|
"group": "scale"
|
|
167
167
|
}
|
|
@@ -169,14 +169,14 @@ const tokens = [{
|
|
|
169
169
|
"name": "spacing.scale.Space500",
|
|
170
170
|
"path": ["spacing", "scale", "Space500"]
|
|
171
171
|
}, {
|
|
172
|
-
"value": "
|
|
172
|
+
"value": "3rem",
|
|
173
173
|
"attributes": {
|
|
174
174
|
"group": "scale"
|
|
175
175
|
},
|
|
176
176
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
177
177
|
"isSource": true,
|
|
178
178
|
"original": {
|
|
179
|
-
"value": "
|
|
179
|
+
"value": "3rem",
|
|
180
180
|
"attributes": {
|
|
181
181
|
"group": "scale"
|
|
182
182
|
}
|
|
@@ -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::a7cd6dc0682b1cc4ab506edd14f15515>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -6565,8 +6565,50 @@ const tokens = [{
|
|
|
6565
6565
|
"opacity": 0.5
|
|
6566
6566
|
}]
|
|
6567
6567
|
},
|
|
6568
|
-
"name": "elevation.shadow.overflow",
|
|
6569
|
-
"path": ["elevation", "shadow", "overflow"]
|
|
6568
|
+
"name": "elevation.shadow.overflow.[default]",
|
|
6569
|
+
"path": ["elevation", "shadow", "overflow", "[default]"]
|
|
6570
|
+
}, {
|
|
6571
|
+
"attributes": {
|
|
6572
|
+
"group": "paint",
|
|
6573
|
+
"state": "active",
|
|
6574
|
+
"introduced": "0.10.32",
|
|
6575
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
6576
|
+
},
|
|
6577
|
+
"value": "#0304048f",
|
|
6578
|
+
"filePath": "src/tokens/atlassian-dark/elevation/shadow.tsx",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"attributes": {
|
|
6582
|
+
"group": "paint",
|
|
6583
|
+
"state": "active",
|
|
6584
|
+
"introduced": "0.10.32",
|
|
6585
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
6586
|
+
},
|
|
6587
|
+
"value": "#0304048f"
|
|
6588
|
+
},
|
|
6589
|
+
"name": "elevation.shadow.overflow.spread",
|
|
6590
|
+
"path": ["elevation", "shadow", "overflow", "spread"]
|
|
6591
|
+
}, {
|
|
6592
|
+
"attributes": {
|
|
6593
|
+
"group": "paint",
|
|
6594
|
+
"state": "active",
|
|
6595
|
+
"introduced": "0.10.32",
|
|
6596
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
6597
|
+
},
|
|
6598
|
+
"value": "#03040480",
|
|
6599
|
+
"filePath": "src/tokens/atlassian-dark/elevation/shadow.tsx",
|
|
6600
|
+
"isSource": true,
|
|
6601
|
+
"original": {
|
|
6602
|
+
"attributes": {
|
|
6603
|
+
"group": "paint",
|
|
6604
|
+
"state": "active",
|
|
6605
|
+
"introduced": "0.10.32",
|
|
6606
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
6607
|
+
},
|
|
6608
|
+
"value": "#03040480"
|
|
6609
|
+
},
|
|
6610
|
+
"name": "elevation.shadow.overflow.perimeter",
|
|
6611
|
+
"path": ["elevation", "shadow", "overflow", "perimeter"]
|
|
6570
6612
|
}, {
|
|
6571
6613
|
"attributes": {
|
|
6572
6614
|
"group": "shadow",
|
|
@@ -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::38da2e03d7e98be680a4d8b094bc1094>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -6565,8 +6565,50 @@ const tokens = [{
|
|
|
6565
6565
|
"opacity": 0.5
|
|
6566
6566
|
}]
|
|
6567
6567
|
},
|
|
6568
|
-
"name": "elevation.shadow.overflow",
|
|
6569
|
-
"path": ["elevation", "shadow", "overflow"]
|
|
6568
|
+
"name": "elevation.shadow.overflow.[default]",
|
|
6569
|
+
"path": ["elevation", "shadow", "overflow", "[default]"]
|
|
6570
|
+
}, {
|
|
6571
|
+
"attributes": {
|
|
6572
|
+
"group": "paint",
|
|
6573
|
+
"state": "active",
|
|
6574
|
+
"introduced": "0.10.32",
|
|
6575
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
6576
|
+
},
|
|
6577
|
+
"value": "#0304048f",
|
|
6578
|
+
"filePath": "src/tokens/atlassian-legacy-dark/elevation/shadow.tsx",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"attributes": {
|
|
6582
|
+
"group": "paint",
|
|
6583
|
+
"state": "active",
|
|
6584
|
+
"introduced": "0.10.32",
|
|
6585
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
6586
|
+
},
|
|
6587
|
+
"value": "#0304048f"
|
|
6588
|
+
},
|
|
6589
|
+
"name": "elevation.shadow.overflow.spread",
|
|
6590
|
+
"path": ["elevation", "shadow", "overflow", "spread"]
|
|
6591
|
+
}, {
|
|
6592
|
+
"attributes": {
|
|
6593
|
+
"group": "paint",
|
|
6594
|
+
"state": "active",
|
|
6595
|
+
"introduced": "0.10.32",
|
|
6596
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
6597
|
+
},
|
|
6598
|
+
"value": "#03040480",
|
|
6599
|
+
"filePath": "src/tokens/atlassian-legacy-dark/elevation/shadow.tsx",
|
|
6600
|
+
"isSource": true,
|
|
6601
|
+
"original": {
|
|
6602
|
+
"attributes": {
|
|
6603
|
+
"group": "paint",
|
|
6604
|
+
"state": "active",
|
|
6605
|
+
"introduced": "0.10.32",
|
|
6606
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
6607
|
+
},
|
|
6608
|
+
"value": "#03040480"
|
|
6609
|
+
},
|
|
6610
|
+
"name": "elevation.shadow.overflow.perimeter",
|
|
6611
|
+
"path": ["elevation", "shadow", "overflow", "perimeter"]
|
|
6570
6612
|
}, {
|
|
6571
6613
|
"attributes": {
|
|
6572
6614
|
"group": "shadow",
|
|
@@ -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::cebe4ed5e9e0dc70bed7437dafe3c98c>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -6525,8 +6525,50 @@ const tokens = [{
|
|
|
6525
6525
|
"opacity": 0.12
|
|
6526
6526
|
}]
|
|
6527
6527
|
},
|
|
6528
|
-
"name": "elevation.shadow.overflow",
|
|
6529
|
-
"path": ["elevation", "shadow", "overflow"]
|
|
6528
|
+
"name": "elevation.shadow.overflow.[default]",
|
|
6529
|
+
"path": ["elevation", "shadow", "overflow", "[default]"]
|
|
6530
|
+
}, {
|
|
6531
|
+
"attributes": {
|
|
6532
|
+
"group": "paint",
|
|
6533
|
+
"state": "active",
|
|
6534
|
+
"introduced": "0.10.32",
|
|
6535
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
6536
|
+
},
|
|
6537
|
+
"value": "#091e4229",
|
|
6538
|
+
"filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
|
|
6539
|
+
"isSource": true,
|
|
6540
|
+
"original": {
|
|
6541
|
+
"attributes": {
|
|
6542
|
+
"group": "paint",
|
|
6543
|
+
"state": "active",
|
|
6544
|
+
"introduced": "0.10.32",
|
|
6545
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
6546
|
+
},
|
|
6547
|
+
"value": "#091e4229"
|
|
6548
|
+
},
|
|
6549
|
+
"name": "elevation.shadow.overflow.spread",
|
|
6550
|
+
"path": ["elevation", "shadow", "overflow", "spread"]
|
|
6551
|
+
}, {
|
|
6552
|
+
"attributes": {
|
|
6553
|
+
"group": "paint",
|
|
6554
|
+
"state": "active",
|
|
6555
|
+
"introduced": "0.10.32",
|
|
6556
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
6557
|
+
},
|
|
6558
|
+
"value": "#091e421f",
|
|
6559
|
+
"filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
|
|
6560
|
+
"isSource": true,
|
|
6561
|
+
"original": {
|
|
6562
|
+
"attributes": {
|
|
6563
|
+
"group": "paint",
|
|
6564
|
+
"state": "active",
|
|
6565
|
+
"introduced": "0.10.32",
|
|
6566
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
6567
|
+
},
|
|
6568
|
+
"value": "#091e421f"
|
|
6569
|
+
},
|
|
6570
|
+
"name": "elevation.shadow.overflow.perimeter",
|
|
6571
|
+
"path": ["elevation", "shadow", "overflow", "perimeter"]
|
|
6530
6572
|
}, {
|
|
6531
6573
|
"attributes": {
|
|
6532
6574
|
"group": "shadow",
|
|
@@ -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::5a654d8b889b7fca74b9184ff6687882>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -6485,10 +6485,10 @@ const tokens = [{
|
|
|
6485
6485
|
"radius": 8,
|
|
6486
6486
|
"offset": {
|
|
6487
6487
|
"x": 0,
|
|
6488
|
-
"y":
|
|
6488
|
+
"y": 0
|
|
6489
6489
|
},
|
|
6490
6490
|
"color": "#091E42",
|
|
6491
|
-
"opacity": 0.
|
|
6491
|
+
"opacity": 0.16
|
|
6492
6492
|
}, {
|
|
6493
6493
|
"radius": 1,
|
|
6494
6494
|
"offset": {
|
|
@@ -6511,10 +6511,10 @@ const tokens = [{
|
|
|
6511
6511
|
"radius": 8,
|
|
6512
6512
|
"offset": {
|
|
6513
6513
|
"x": 0,
|
|
6514
|
-
"y":
|
|
6514
|
+
"y": 0
|
|
6515
6515
|
},
|
|
6516
6516
|
"color": "Neutral1100",
|
|
6517
|
-
"opacity": 0.
|
|
6517
|
+
"opacity": 0.16
|
|
6518
6518
|
}, {
|
|
6519
6519
|
"radius": 1,
|
|
6520
6520
|
"offset": {
|
|
@@ -6525,8 +6525,50 @@ const tokens = [{
|
|
|
6525
6525
|
"opacity": 0.12
|
|
6526
6526
|
}]
|
|
6527
6527
|
},
|
|
6528
|
-
"name": "elevation.shadow.overflow",
|
|
6529
|
-
"path": ["elevation", "shadow", "overflow"]
|
|
6528
|
+
"name": "elevation.shadow.overflow.[default]",
|
|
6529
|
+
"path": ["elevation", "shadow", "overflow", "[default]"]
|
|
6530
|
+
}, {
|
|
6531
|
+
"attributes": {
|
|
6532
|
+
"group": "paint",
|
|
6533
|
+
"state": "active",
|
|
6534
|
+
"introduced": "0.10.32",
|
|
6535
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
6536
|
+
},
|
|
6537
|
+
"value": "#091e4229",
|
|
6538
|
+
"filePath": "src/tokens/atlassian-light/elevation/shadow.tsx",
|
|
6539
|
+
"isSource": true,
|
|
6540
|
+
"original": {
|
|
6541
|
+
"attributes": {
|
|
6542
|
+
"group": "paint",
|
|
6543
|
+
"state": "active",
|
|
6544
|
+
"introduced": "0.10.32",
|
|
6545
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
6546
|
+
},
|
|
6547
|
+
"value": "#091e4229"
|
|
6548
|
+
},
|
|
6549
|
+
"name": "elevation.shadow.overflow.spread",
|
|
6550
|
+
"path": ["elevation", "shadow", "overflow", "spread"]
|
|
6551
|
+
}, {
|
|
6552
|
+
"attributes": {
|
|
6553
|
+
"group": "paint",
|
|
6554
|
+
"state": "active",
|
|
6555
|
+
"introduced": "0.10.32",
|
|
6556
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
6557
|
+
},
|
|
6558
|
+
"value": "#091e421f",
|
|
6559
|
+
"filePath": "src/tokens/atlassian-light/elevation/shadow.tsx",
|
|
6560
|
+
"isSource": true,
|
|
6561
|
+
"original": {
|
|
6562
|
+
"attributes": {
|
|
6563
|
+
"group": "paint",
|
|
6564
|
+
"state": "active",
|
|
6565
|
+
"introduced": "0.10.32",
|
|
6566
|
+
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
6567
|
+
},
|
|
6568
|
+
"value": "#091e421f"
|
|
6569
|
+
},
|
|
6570
|
+
"name": "elevation.shadow.overflow.perimeter",
|
|
6571
|
+
"path": ["elevation", "shadow", "overflow", "perimeter"]
|
|
6530
6572
|
}, {
|
|
6531
6573
|
"attributes": {
|
|
6532
6574
|
"group": "shadow",
|