@atlaskit/ds-explorations 2.2.4 → 2.2.6
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/components/box.partial.js +4 -4
- package/dist/cjs/components/inline.partial.js +2 -2
- package/dist/cjs/components/interaction-surface.partial.js +2 -2
- package/dist/cjs/components/stack.partial.js +2 -2
- package/dist/cjs/components/text.partial.js +2 -2
- package/dist/cjs/internal/color-map.js +2 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/box.partial.js +4 -4
- package/dist/es2019/components/inline.partial.js +2 -2
- package/dist/es2019/components/interaction-surface.partial.js +2 -2
- package/dist/es2019/components/stack.partial.js +2 -2
- package/dist/es2019/components/text.partial.js +2 -2
- package/dist/es2019/internal/color-map.js +2 -2
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/box.partial.js +4 -4
- package/dist/esm/components/inline.partial.js +2 -2
- package/dist/esm/components/interaction-surface.partial.js +2 -2
- package/dist/esm/components/stack.partial.js +2 -2
- package/dist/esm/components/text.partial.js +2 -2
- package/dist/esm/internal/color-map.js +2 -2
- package/dist/esm/version.json +1 -1
- package/dist/types/components/box.partial.d.ts +4 -4
- package/dist/types/components/inline.partial.d.ts +2 -2
- package/dist/types/components/stack.partial.d.ts +2 -2
- package/dist/types/components/text.partial.d.ts +2 -2
- package/dist/types/internal/color-map.d.ts +2 -2
- package/dist/types-ts4.5/components/box.partial.d.ts +4 -4
- package/dist/types-ts4.5/components/inline.partial.d.ts +2 -2
- package/dist/types-ts4.5/components/stack.partial.d.ts +2 -2
- package/dist/types-ts4.5/components/text.partial.d.ts +2 -2
- package/dist/types-ts4.5/internal/color-map.d.ts +2 -2
- package/package.json +2 -13
- package/src/components/box.partial.tsx +4 -4
- package/src/components/inline.partial.tsx +2 -2
- package/src/components/interaction-surface.partial.tsx +2 -2
- package/src/components/stack.partial.tsx +2 -2
- package/src/components/text.partial.tsx +2 -2
- package/src/internal/color-map.tsx +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/ds-explorations
|
|
2
2
|
|
|
3
|
+
## 2.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`27f6081edf2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f6081edf2) - Regenerates codegen hashes to surface changes to tokens
|
|
8
|
+
|
|
9
|
+
## 2.2.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
|
|
14
|
+
|
|
3
15
|
## 2.2.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -284,11 +284,11 @@ var heightMap = {
|
|
|
284
284
|
*/
|
|
285
285
|
/**
|
|
286
286
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
287
|
-
* @codegen <<SignedSource::
|
|
287
|
+
* @codegen <<SignedSource::26bdf3368d6e881f82176d797d99e03f>>
|
|
288
288
|
* @codegenId spacing
|
|
289
289
|
* @codegenCommand yarn codegen-styles
|
|
290
290
|
* @codegenParams ["padding", "paddingBlock", "paddingInline"]
|
|
291
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
291
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
292
292
|
*/
|
|
293
293
|
var paddingMap = {
|
|
294
294
|
'space.0': (0, _react2.css)({
|
|
@@ -427,11 +427,11 @@ var paddingInlineMap = {
|
|
|
427
427
|
*/
|
|
428
428
|
/**
|
|
429
429
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
430
|
-
* @codegen <<SignedSource::
|
|
430
|
+
* @codegen <<SignedSource::891786734c508bdcd4316dff89e481c4>>
|
|
431
431
|
* @codegenId colors
|
|
432
432
|
* @codegenCommand yarn codegen-styles
|
|
433
433
|
* @codegenParams ["border", "background", "shadow"]
|
|
434
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
434
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
435
435
|
*/
|
|
436
436
|
var borderColorMap = {
|
|
437
437
|
'color.border': (0, _react2.css)({
|
|
@@ -126,11 +126,11 @@ Inline.displayName = 'Inline';
|
|
|
126
126
|
var _default = Inline;
|
|
127
127
|
/**
|
|
128
128
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
129
|
-
* @codegen <<SignedSource::
|
|
129
|
+
* @codegen <<SignedSource::253507949de085f00146762f8cd80723>>
|
|
130
130
|
* @codegenId spacing
|
|
131
131
|
* @codegenCommand yarn codegen-styles
|
|
132
132
|
* @codegenParams ["columnGap"]
|
|
133
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
133
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
134
134
|
*/
|
|
135
135
|
exports.default = _default;
|
|
136
136
|
var columnGapMap = {
|
|
@@ -53,11 +53,11 @@ var InteractionSurface = function InteractionSurface(_ref) {
|
|
|
53
53
|
var _default = InteractionSurface;
|
|
54
54
|
/**
|
|
55
55
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
56
|
-
* @codegen <<SignedSource::
|
|
56
|
+
* @codegen <<SignedSource::b11e88d30e0364eaa7a660c740b296b6>>
|
|
57
57
|
* @codegenId interactions
|
|
58
58
|
* @codegenCommand yarn codegen-styles
|
|
59
59
|
* @codegenParams ["background"]
|
|
60
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
60
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
61
61
|
*/
|
|
62
62
|
exports.default = _default;
|
|
63
63
|
var backgroundActiveColorMap = {
|
|
@@ -92,11 +92,11 @@ Stack.displayName = 'Stack';
|
|
|
92
92
|
var _default = Stack;
|
|
93
93
|
/**
|
|
94
94
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
95
|
-
* @codegen <<SignedSource::
|
|
95
|
+
* @codegen <<SignedSource::0e45f4f2d2cca413fcf2aadc0cc08de0>>
|
|
96
96
|
* @codegenId spacing
|
|
97
97
|
* @codegenCommand yarn codegen-styles
|
|
98
98
|
* @codegenParams ["rowGap"]
|
|
99
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
99
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
100
100
|
*/
|
|
101
101
|
exports.default = _default;
|
|
102
102
|
var rowGapMap = {
|
|
@@ -209,11 +209,11 @@ var lineHeightMap = {
|
|
|
209
209
|
*/
|
|
210
210
|
/**
|
|
211
211
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
212
|
-
* @codegen <<SignedSource::
|
|
212
|
+
* @codegen <<SignedSource::346b54332eaa1c1e3980c869a02434db>>
|
|
213
213
|
* @codegenId colors
|
|
214
214
|
* @codegenCommand yarn codegen-styles
|
|
215
215
|
* @codegenParams ["text"]
|
|
216
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
216
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
217
217
|
*/
|
|
218
218
|
var textColorMap = {
|
|
219
219
|
'color.text': (0, _react2.css)({
|
|
@@ -9,9 +9,9 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* The color map is used to map a background color token to a matching text color that will meet contrast.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::0e6ef7d45c6904ff2af7d94ba657014b>>
|
|
13
13
|
* @codegenCommand yarn codegen-styles
|
|
14
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
14
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
15
15
|
*/
|
|
16
16
|
var _default = {
|
|
17
17
|
'neutral.bold': 'inverse',
|
package/dist/cjs/version.json
CHANGED
|
@@ -276,11 +276,11 @@ const heightMap = {
|
|
|
276
276
|
*/
|
|
277
277
|
/**
|
|
278
278
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
279
|
-
* @codegen <<SignedSource::
|
|
279
|
+
* @codegen <<SignedSource::26bdf3368d6e881f82176d797d99e03f>>
|
|
280
280
|
* @codegenId spacing
|
|
281
281
|
* @codegenCommand yarn codegen-styles
|
|
282
282
|
* @codegenParams ["padding", "paddingBlock", "paddingInline"]
|
|
283
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
283
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
284
284
|
*/
|
|
285
285
|
const paddingMap = {
|
|
286
286
|
'space.0': css({
|
|
@@ -419,11 +419,11 @@ const paddingInlineMap = {
|
|
|
419
419
|
*/
|
|
420
420
|
/**
|
|
421
421
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
422
|
-
* @codegen <<SignedSource::
|
|
422
|
+
* @codegen <<SignedSource::891786734c508bdcd4316dff89e481c4>>
|
|
423
423
|
* @codegenId colors
|
|
424
424
|
* @codegenCommand yarn codegen-styles
|
|
425
425
|
* @codegenParams ["border", "background", "shadow"]
|
|
426
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
426
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
427
427
|
*/
|
|
428
428
|
const borderColorMap = {
|
|
429
429
|
'color.border': css({
|
|
@@ -121,11 +121,11 @@ export default Inline;
|
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
123
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
124
|
-
* @codegen <<SignedSource::
|
|
124
|
+
* @codegen <<SignedSource::253507949de085f00146762f8cd80723>>
|
|
125
125
|
* @codegenId spacing
|
|
126
126
|
* @codegenCommand yarn codegen-styles
|
|
127
127
|
* @codegenParams ["columnGap"]
|
|
128
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
128
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
129
129
|
*/
|
|
130
130
|
const columnGapMap = {
|
|
131
131
|
'space.0': css({
|
|
@@ -48,11 +48,11 @@ export default InteractionSurface;
|
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
50
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
51
|
-
* @codegen <<SignedSource::
|
|
51
|
+
* @codegen <<SignedSource::b11e88d30e0364eaa7a660c740b296b6>>
|
|
52
52
|
* @codegenId interactions
|
|
53
53
|
* @codegenCommand yarn codegen-styles
|
|
54
54
|
* @codegenParams ["background"]
|
|
55
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
55
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
56
56
|
*/
|
|
57
57
|
const backgroundActiveColorMap = {
|
|
58
58
|
input: css({
|
|
@@ -88,11 +88,11 @@ export default Stack;
|
|
|
88
88
|
|
|
89
89
|
/**
|
|
90
90
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
91
|
-
* @codegen <<SignedSource::
|
|
91
|
+
* @codegen <<SignedSource::0e45f4f2d2cca413fcf2aadc0cc08de0>>
|
|
92
92
|
* @codegenId spacing
|
|
93
93
|
* @codegenCommand yarn codegen-styles
|
|
94
94
|
* @codegenParams ["rowGap"]
|
|
95
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
95
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
96
96
|
*/
|
|
97
97
|
const rowGapMap = {
|
|
98
98
|
'space.0': css({
|
|
@@ -199,11 +199,11 @@ const lineHeightMap = {
|
|
|
199
199
|
*/
|
|
200
200
|
/**
|
|
201
201
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
202
|
-
* @codegen <<SignedSource::
|
|
202
|
+
* @codegen <<SignedSource::346b54332eaa1c1e3980c869a02434db>>
|
|
203
203
|
* @codegenId colors
|
|
204
204
|
* @codegenCommand yarn codegen-styles
|
|
205
205
|
* @codegenParams ["text"]
|
|
206
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
206
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
207
207
|
*/
|
|
208
208
|
const textColorMap = {
|
|
209
209
|
'color.text': css({
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* The color map is used to map a background color token to a matching text color that will meet contrast.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0e6ef7d45c6904ff2af7d94ba657014b>>
|
|
7
7
|
* @codegenCommand yarn codegen-styles
|
|
8
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
'neutral.bold': 'inverse',
|
package/dist/es2019/version.json
CHANGED
|
@@ -279,11 +279,11 @@ var heightMap = {
|
|
|
279
279
|
*/
|
|
280
280
|
/**
|
|
281
281
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
282
|
-
* @codegen <<SignedSource::
|
|
282
|
+
* @codegen <<SignedSource::26bdf3368d6e881f82176d797d99e03f>>
|
|
283
283
|
* @codegenId spacing
|
|
284
284
|
* @codegenCommand yarn codegen-styles
|
|
285
285
|
* @codegenParams ["padding", "paddingBlock", "paddingInline"]
|
|
286
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
286
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
287
287
|
*/
|
|
288
288
|
var paddingMap = {
|
|
289
289
|
'space.0': css({
|
|
@@ -422,11 +422,11 @@ var paddingInlineMap = {
|
|
|
422
422
|
*/
|
|
423
423
|
/**
|
|
424
424
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
425
|
-
* @codegen <<SignedSource::
|
|
425
|
+
* @codegen <<SignedSource::891786734c508bdcd4316dff89e481c4>>
|
|
426
426
|
* @codegenId colors
|
|
427
427
|
* @codegenCommand yarn codegen-styles
|
|
428
428
|
* @codegenParams ["border", "background", "shadow"]
|
|
429
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
429
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
430
430
|
*/
|
|
431
431
|
var borderColorMap = {
|
|
432
432
|
'color.border': css({
|
|
@@ -121,11 +121,11 @@ export default Inline;
|
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
123
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
124
|
-
* @codegen <<SignedSource::
|
|
124
|
+
* @codegen <<SignedSource::253507949de085f00146762f8cd80723>>
|
|
125
125
|
* @codegenId spacing
|
|
126
126
|
* @codegenCommand yarn codegen-styles
|
|
127
127
|
* @codegenParams ["columnGap"]
|
|
128
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
128
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
129
129
|
*/
|
|
130
130
|
var columnGapMap = {
|
|
131
131
|
'space.0': css({
|
|
@@ -47,11 +47,11 @@ export default InteractionSurface;
|
|
|
47
47
|
|
|
48
48
|
/**
|
|
49
49
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
50
|
-
* @codegen <<SignedSource::
|
|
50
|
+
* @codegen <<SignedSource::b11e88d30e0364eaa7a660c740b296b6>>
|
|
51
51
|
* @codegenId interactions
|
|
52
52
|
* @codegenCommand yarn codegen-styles
|
|
53
53
|
* @codegenParams ["background"]
|
|
54
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
54
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
55
55
|
*/
|
|
56
56
|
var backgroundActiveColorMap = {
|
|
57
57
|
input: css({
|
|
@@ -87,11 +87,11 @@ export default Stack;
|
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
89
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
90
|
-
* @codegen <<SignedSource::
|
|
90
|
+
* @codegen <<SignedSource::0e45f4f2d2cca413fcf2aadc0cc08de0>>
|
|
91
91
|
* @codegenId spacing
|
|
92
92
|
* @codegenCommand yarn codegen-styles
|
|
93
93
|
* @codegenParams ["rowGap"]
|
|
94
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
94
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
95
95
|
*/
|
|
96
96
|
var rowGapMap = {
|
|
97
97
|
'space.0': css({
|
|
@@ -202,11 +202,11 @@ var lineHeightMap = {
|
|
|
202
202
|
*/
|
|
203
203
|
/**
|
|
204
204
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
205
|
-
* @codegen <<SignedSource::
|
|
205
|
+
* @codegen <<SignedSource::346b54332eaa1c1e3980c869a02434db>>
|
|
206
206
|
* @codegenId colors
|
|
207
207
|
* @codegenCommand yarn codegen-styles
|
|
208
208
|
* @codegenParams ["text"]
|
|
209
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
209
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
210
210
|
*/
|
|
211
211
|
var textColorMap = {
|
|
212
212
|
'color.text': css({
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* The color map is used to map a background color token to a matching text color that will meet contrast.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0e6ef7d45c6904ff2af7d94ba657014b>>
|
|
7
7
|
* @codegenCommand yarn codegen-styles
|
|
8
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
'neutral.bold': 'inverse',
|
package/dist/esm/version.json
CHANGED
|
@@ -229,11 +229,11 @@ export type Height = keyof typeof heightMap;
|
|
|
229
229
|
*/
|
|
230
230
|
/**
|
|
231
231
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
232
|
-
* @codegen <<SignedSource::
|
|
232
|
+
* @codegen <<SignedSource::26bdf3368d6e881f82176d797d99e03f>>
|
|
233
233
|
* @codegenId spacing
|
|
234
234
|
* @codegenCommand yarn codegen-styles
|
|
235
235
|
* @codegenParams ["padding", "paddingBlock", "paddingInline"]
|
|
236
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
236
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
237
237
|
*/
|
|
238
238
|
declare const paddingMap: {
|
|
239
239
|
'space.0': import("@emotion/react").SerializedStyles;
|
|
@@ -291,11 +291,11 @@ export type PaddingInline = keyof typeof paddingInlineMap;
|
|
|
291
291
|
*/
|
|
292
292
|
/**
|
|
293
293
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
294
|
-
* @codegen <<SignedSource::
|
|
294
|
+
* @codegen <<SignedSource::891786734c508bdcd4316dff89e481c4>>
|
|
295
295
|
* @codegenId colors
|
|
296
296
|
* @codegenCommand yarn codegen-styles
|
|
297
297
|
* @codegenParams ["border", "background", "shadow"]
|
|
298
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
298
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
299
299
|
*/
|
|
300
300
|
declare const borderColorMap: {
|
|
301
301
|
readonly 'color.border': import("@emotion/react").SerializedStyles;
|
|
@@ -80,11 +80,11 @@ declare const Inline: import("react").MemoExoticComponent<import("react").Forwar
|
|
|
80
80
|
export default Inline;
|
|
81
81
|
/**
|
|
82
82
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
83
|
-
* @codegen <<SignedSource::
|
|
83
|
+
* @codegen <<SignedSource::253507949de085f00146762f8cd80723>>
|
|
84
84
|
* @codegenId spacing
|
|
85
85
|
* @codegenCommand yarn codegen-styles
|
|
86
86
|
* @codegenParams ["columnGap"]
|
|
87
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
87
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
88
88
|
*/
|
|
89
89
|
declare const columnGapMap: {
|
|
90
90
|
'space.0': import("@emotion/react").SerializedStyles;
|
|
@@ -64,11 +64,11 @@ declare const Stack: import("react").MemoExoticComponent<import("react").Forward
|
|
|
64
64
|
export default Stack;
|
|
65
65
|
/**
|
|
66
66
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
67
|
-
* @codegen <<SignedSource::
|
|
67
|
+
* @codegen <<SignedSource::0e45f4f2d2cca413fcf2aadc0cc08de0>>
|
|
68
68
|
* @codegenId spacing
|
|
69
69
|
* @codegenCommand yarn codegen-styles
|
|
70
70
|
* @codegenParams ["rowGap"]
|
|
71
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
71
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
72
72
|
*/
|
|
73
73
|
declare const rowGapMap: {
|
|
74
74
|
'space.0': import("@emotion/react").SerializedStyles;
|
|
@@ -124,11 +124,11 @@ export type LineHeight = keyof typeof lineHeightMap;
|
|
|
124
124
|
*/
|
|
125
125
|
/**
|
|
126
126
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
127
|
-
* @codegen <<SignedSource::
|
|
127
|
+
* @codegen <<SignedSource::346b54332eaa1c1e3980c869a02434db>>
|
|
128
128
|
* @codegenId colors
|
|
129
129
|
* @codegenCommand yarn codegen-styles
|
|
130
130
|
* @codegenParams ["text"]
|
|
131
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
131
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
132
132
|
*/
|
|
133
133
|
declare const textColorMap: {
|
|
134
134
|
readonly 'color.text': import("@emotion/react").SerializedStyles;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* The color map is used to map a background color token to a matching text color that will meet contrast.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0e6ef7d45c6904ff2af7d94ba657014b>>
|
|
7
7
|
* @codegenCommand yarn codegen-styles
|
|
8
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
9
9
|
*/
|
|
10
10
|
declare const _default: {
|
|
11
11
|
readonly 'neutral.bold': "inverse";
|
|
@@ -229,11 +229,11 @@ export type Height = keyof typeof heightMap;
|
|
|
229
229
|
*/
|
|
230
230
|
/**
|
|
231
231
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
232
|
-
* @codegen <<SignedSource::
|
|
232
|
+
* @codegen <<SignedSource::26bdf3368d6e881f82176d797d99e03f>>
|
|
233
233
|
* @codegenId spacing
|
|
234
234
|
* @codegenCommand yarn codegen-styles
|
|
235
235
|
* @codegenParams ["padding", "paddingBlock", "paddingInline"]
|
|
236
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
236
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
237
237
|
*/
|
|
238
238
|
declare const paddingMap: {
|
|
239
239
|
'space.0': import("@emotion/react").SerializedStyles;
|
|
@@ -291,11 +291,11 @@ export type PaddingInline = keyof typeof paddingInlineMap;
|
|
|
291
291
|
*/
|
|
292
292
|
/**
|
|
293
293
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
294
|
-
* @codegen <<SignedSource::
|
|
294
|
+
* @codegen <<SignedSource::891786734c508bdcd4316dff89e481c4>>
|
|
295
295
|
* @codegenId colors
|
|
296
296
|
* @codegenCommand yarn codegen-styles
|
|
297
297
|
* @codegenParams ["border", "background", "shadow"]
|
|
298
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
298
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
299
299
|
*/
|
|
300
300
|
declare const borderColorMap: {
|
|
301
301
|
readonly 'color.border': import("@emotion/react").SerializedStyles;
|
|
@@ -80,11 +80,11 @@ declare const Inline: import("react").MemoExoticComponent<import("react").Forwar
|
|
|
80
80
|
export default Inline;
|
|
81
81
|
/**
|
|
82
82
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
83
|
-
* @codegen <<SignedSource::
|
|
83
|
+
* @codegen <<SignedSource::253507949de085f00146762f8cd80723>>
|
|
84
84
|
* @codegenId spacing
|
|
85
85
|
* @codegenCommand yarn codegen-styles
|
|
86
86
|
* @codegenParams ["columnGap"]
|
|
87
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
87
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
88
88
|
*/
|
|
89
89
|
declare const columnGapMap: {
|
|
90
90
|
'space.0': import("@emotion/react").SerializedStyles;
|
|
@@ -64,11 +64,11 @@ declare const Stack: import("react").MemoExoticComponent<import("react").Forward
|
|
|
64
64
|
export default Stack;
|
|
65
65
|
/**
|
|
66
66
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
67
|
-
* @codegen <<SignedSource::
|
|
67
|
+
* @codegen <<SignedSource::0e45f4f2d2cca413fcf2aadc0cc08de0>>
|
|
68
68
|
* @codegenId spacing
|
|
69
69
|
* @codegenCommand yarn codegen-styles
|
|
70
70
|
* @codegenParams ["rowGap"]
|
|
71
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
71
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
72
72
|
*/
|
|
73
73
|
declare const rowGapMap: {
|
|
74
74
|
'space.0': import("@emotion/react").SerializedStyles;
|
|
@@ -129,11 +129,11 @@ export type LineHeight = keyof typeof lineHeightMap;
|
|
|
129
129
|
*/
|
|
130
130
|
/**
|
|
131
131
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
132
|
-
* @codegen <<SignedSource::
|
|
132
|
+
* @codegen <<SignedSource::346b54332eaa1c1e3980c869a02434db>>
|
|
133
133
|
* @codegenId colors
|
|
134
134
|
* @codegenCommand yarn codegen-styles
|
|
135
135
|
* @codegenParams ["text"]
|
|
136
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
136
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
137
137
|
*/
|
|
138
138
|
declare const textColorMap: {
|
|
139
139
|
readonly 'color.text': import("@emotion/react").SerializedStyles;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* The color map is used to map a background color token to a matching text color that will meet contrast.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0e6ef7d45c6904ff2af7d94ba657014b>>
|
|
7
7
|
* @codegenCommand yarn codegen-styles
|
|
8
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
9
9
|
*/
|
|
10
10
|
declare const _default: {
|
|
11
11
|
readonly 'neutral.bold': "inverse";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/ds-explorations",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
4
4
|
"description": "An experimental package for exploration and validation of spacing / typography foundations.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"atlassian": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"./inline": "./src/components/inline.partial.tsx"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@atlaskit/tokens": "^1.
|
|
42
|
+
"@atlaskit/tokens": "^1.11.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@emotion/react": "^11.7.1",
|
|
45
45
|
"tiny-invariant": "^1.2.0"
|
|
@@ -48,18 +48,7 @@
|
|
|
48
48
|
"react": "^16.8.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@atlaskit/badge": "*",
|
|
52
|
-
"@atlaskit/button": "*",
|
|
53
|
-
"@atlaskit/code": "*",
|
|
54
|
-
"@atlaskit/docs": "*",
|
|
55
51
|
"@atlaskit/ds-lib": "*",
|
|
56
|
-
"@atlaskit/focus-ring": "*",
|
|
57
|
-
"@atlaskit/heading": "*",
|
|
58
|
-
"@atlaskit/icon": "*",
|
|
59
|
-
"@atlaskit/lozenge": "*",
|
|
60
|
-
"@atlaskit/primitives": "^0.14.0",
|
|
61
|
-
"@atlaskit/section-message": "*",
|
|
62
|
-
"@atlaskit/textfield": "*",
|
|
63
52
|
"@atlaskit/visual-regression": "*",
|
|
64
53
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
65
54
|
"@atlassian/codegen": "^0.1.0",
|
|
@@ -357,11 +357,11 @@ export type Height = keyof typeof heightMap;
|
|
|
357
357
|
|
|
358
358
|
/**
|
|
359
359
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
360
|
-
* @codegen <<SignedSource::
|
|
360
|
+
* @codegen <<SignedSource::26bdf3368d6e881f82176d797d99e03f>>
|
|
361
361
|
* @codegenId spacing
|
|
362
362
|
* @codegenCommand yarn codegen-styles
|
|
363
363
|
* @codegenParams ["padding", "paddingBlock", "paddingInline"]
|
|
364
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
364
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
365
365
|
*/
|
|
366
366
|
const paddingMap = {
|
|
367
367
|
'space.0': css({
|
|
@@ -510,11 +510,11 @@ export type PaddingInline = keyof typeof paddingInlineMap;
|
|
|
510
510
|
|
|
511
511
|
/**
|
|
512
512
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
513
|
-
* @codegen <<SignedSource::
|
|
513
|
+
* @codegen <<SignedSource::891786734c508bdcd4316dff89e481c4>>
|
|
514
514
|
* @codegenId colors
|
|
515
515
|
* @codegenCommand yarn codegen-styles
|
|
516
516
|
* @codegenParams ["border", "background", "shadow"]
|
|
517
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
517
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
518
518
|
*/
|
|
519
519
|
const borderColorMap = {
|
|
520
520
|
'color.border': css({
|
|
@@ -160,11 +160,11 @@ export default Inline;
|
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
162
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
163
|
-
* @codegen <<SignedSource::
|
|
163
|
+
* @codegen <<SignedSource::253507949de085f00146762f8cd80723>>
|
|
164
164
|
* @codegenId spacing
|
|
165
165
|
* @codegenCommand yarn codegen-styles
|
|
166
166
|
* @codegenParams ["columnGap"]
|
|
167
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
167
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
168
168
|
*/
|
|
169
169
|
const columnGapMap = {
|
|
170
170
|
'space.0': css({
|
|
@@ -70,11 +70,11 @@ export default InteractionSurface;
|
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
73
|
-
* @codegen <<SignedSource::
|
|
73
|
+
* @codegen <<SignedSource::b11e88d30e0364eaa7a660c740b296b6>>
|
|
74
74
|
* @codegenId interactions
|
|
75
75
|
* @codegenCommand yarn codegen-styles
|
|
76
76
|
* @codegenParams ["background"]
|
|
77
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
77
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
78
78
|
*/
|
|
79
79
|
const backgroundActiveColorMap = {
|
|
80
80
|
input: css({
|
|
@@ -116,11 +116,11 @@ export default Stack;
|
|
|
116
116
|
|
|
117
117
|
/**
|
|
118
118
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
119
|
-
* @codegen <<SignedSource::
|
|
119
|
+
* @codegen <<SignedSource::0e45f4f2d2cca413fcf2aadc0cc08de0>>
|
|
120
120
|
* @codegenId spacing
|
|
121
121
|
* @codegenCommand yarn codegen-styles
|
|
122
122
|
* @codegenParams ["rowGap"]
|
|
123
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::
|
|
123
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::68f6bde7e6b186964ee53458284bbb90>>
|
|
124
124
|
*/
|
|
125
125
|
const rowGapMap = {
|
|
126
126
|
'space.0': css({
|
|
@@ -287,11 +287,11 @@ export type LineHeight = keyof typeof lineHeightMap;
|
|
|
287
287
|
|
|
288
288
|
/**
|
|
289
289
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
290
|
-
* @codegen <<SignedSource::
|
|
290
|
+
* @codegen <<SignedSource::346b54332eaa1c1e3980c869a02434db>>
|
|
291
291
|
* @codegenId colors
|
|
292
292
|
* @codegenCommand yarn codegen-styles
|
|
293
293
|
* @codegenParams ["text"]
|
|
294
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
294
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
295
295
|
*/
|
|
296
296
|
const textColorMap = {
|
|
297
297
|
'color.text': css({
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* The color map is used to map a background color token to a matching text color that will meet contrast.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::0e6ef7d45c6904ff2af7d94ba657014b>>
|
|
7
7
|
* @codegenCommand yarn codegen-styles
|
|
8
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::efb3dfea27ab3db2fb3756ed9657c5cb>>
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
'neutral.bold': 'inverse',
|