@atlaskit/ds-explorations 2.2.1 → 2.2.3

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.
Files changed (28) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/components/box.partial.js +2 -2
  3. package/dist/cjs/components/interaction-surface.partial.js +2 -2
  4. package/dist/cjs/components/text.partial.js +5 -5
  5. package/dist/cjs/internal/color-map.js +2 -2
  6. package/dist/cjs/version.json +1 -1
  7. package/dist/es2019/components/box.partial.js +2 -2
  8. package/dist/es2019/components/interaction-surface.partial.js +2 -2
  9. package/dist/es2019/components/text.partial.js +5 -5
  10. package/dist/es2019/internal/color-map.js +2 -2
  11. package/dist/es2019/version.json +1 -1
  12. package/dist/esm/components/box.partial.js +2 -2
  13. package/dist/esm/components/interaction-surface.partial.js +2 -2
  14. package/dist/esm/components/text.partial.js +5 -5
  15. package/dist/esm/internal/color-map.js +2 -2
  16. package/dist/esm/version.json +1 -1
  17. package/dist/types/components/box.partial.d.ts +2 -2
  18. package/dist/types/components/text.partial.d.ts +3 -3
  19. package/dist/types/internal/color-map.d.ts +2 -2
  20. package/dist/types-ts4.5/components/box.partial.d.ts +2 -2
  21. package/dist/types-ts4.5/components/text.partial.d.ts +3 -3
  22. package/dist/types-ts4.5/internal/color-map.d.ts +2 -2
  23. package/package.json +3 -3
  24. package/src/components/__tests__/visual-regression/__image_snapshots__/text-snapshot-test-tsx-text-example-with-font-sizes-should-match-snapshot-1-snap.png +2 -2
  25. package/src/components/box.partial.tsx +2 -2
  26. package/src/components/interaction-surface.partial.tsx +2 -2
  27. package/src/components/text.partial.tsx +2 -2
  28. package/src/internal/color-map.tsx +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/ds-explorations
2
2
 
3
+ ## 2.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`55be182b904`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55be182b904) - Regenerates codegen'd artifacts as a result of introducting new design tokens.
8
+ - Updated dependencies
9
+
10
+ ## 2.2.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [`79e94411a9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79e94411a9c) - Bump to account for regeneration of tokens artifacts.
15
+ - Updated dependencies
16
+
3
17
  ## 2.2.1
4
18
 
5
19
  ### Patch Changes
@@ -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::514663609a5a48a284de40c5c4ad200b>>
430
+ * @codegen <<SignedSource::8e6ac513f199e48fa247b5a7bc6099fc>>
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::10aa7e87eca39e4d6594a764e78e0698>>
434
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
435
435
  */
436
436
  var borderColorMap = {
437
437
  'color.border': (0, _react2.css)({
@@ -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::4f6bde99739600abea2bbe6e62397bc4>>
56
+ * @codegen <<SignedSource::7edbce89d412711e064a5fa2788f3fa6>>
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::10aa7e87eca39e4d6594a764e78e0698>>
60
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
61
61
  */
62
62
  exports.default = _default;
63
63
  var backgroundActiveColorMap = {
@@ -129,7 +129,7 @@ var Text = function Text(_ref) {
129
129
  var _default = Text;
130
130
  /**
131
131
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
132
- * @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
132
+ * @codegen <<SignedSource::9f746e797b8b5262d58b40dfecb39e6d>>
133
133
  * @codegenId typography
134
134
  * @codegenCommand yarn codegen-styles
135
135
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
@@ -156,10 +156,10 @@ var fontSizeMap = {
156
156
  fontSize: "var(--ds-font-size-400, 24px)"
157
157
  }),
158
158
  'size.500': (0, _react2.css)({
159
- fontSize: "var(--ds-font-size-500, 28px)"
159
+ fontSize: "var(--ds-font-size-500, 29px)"
160
160
  }),
161
161
  'size.600': (0, _react2.css)({
162
- fontSize: "var(--ds-font-size-600, 36px)"
162
+ fontSize: "var(--ds-font-size-600, 35px)"
163
163
  })
164
164
  };
165
165
  var fontWeightMap = {
@@ -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::3780858df77f5fe0c6e0f39a4c989741>>
212
+ * @codegen <<SignedSource::8a85568afcf211a4bd13e2816b17bbee>>
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::10aa7e87eca39e4d6594a764e78e0698>>
216
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
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::d168519874a16bbb92cfbfd4747a39b4>>
12
+ * @codegen <<SignedSource::28f44bbe9e2764c307e006430bc970ac>>
13
13
  * @codegenCommand yarn codegen-styles
14
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::10aa7e87eca39e4d6594a764e78e0698>>
14
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
15
15
  */
16
16
  var _default = {
17
17
  'neutral.bold': 'inverse',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -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::514663609a5a48a284de40c5c4ad200b>>
422
+ * @codegen <<SignedSource::8e6ac513f199e48fa247b5a7bc6099fc>>
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::10aa7e87eca39e4d6594a764e78e0698>>
426
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
427
427
  */
428
428
  const borderColorMap = {
429
429
  'color.border': 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::4f6bde99739600abea2bbe6e62397bc4>>
51
+ * @codegen <<SignedSource::7edbce89d412711e064a5fa2788f3fa6>>
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::10aa7e87eca39e4d6594a764e78e0698>>
55
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
56
56
  */
57
57
  const backgroundActiveColorMap = {
58
58
  input: css({
@@ -120,7 +120,7 @@ export default Text;
120
120
 
121
121
  /**
122
122
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
123
- * @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
123
+ * @codegen <<SignedSource::9f746e797b8b5262d58b40dfecb39e6d>>
124
124
  * @codegenId typography
125
125
  * @codegenCommand yarn codegen-styles
126
126
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
@@ -146,10 +146,10 @@ const fontSizeMap = {
146
146
  fontSize: "var(--ds-font-size-400, 24px)"
147
147
  }),
148
148
  'size.500': css({
149
- fontSize: "var(--ds-font-size-500, 28px)"
149
+ fontSize: "var(--ds-font-size-500, 29px)"
150
150
  }),
151
151
  'size.600': css({
152
- fontSize: "var(--ds-font-size-600, 36px)"
152
+ fontSize: "var(--ds-font-size-600, 35px)"
153
153
  })
154
154
  };
155
155
  const fontWeightMap = {
@@ -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::3780858df77f5fe0c6e0f39a4c989741>>
202
+ * @codegen <<SignedSource::8a85568afcf211a4bd13e2816b17bbee>>
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::10aa7e87eca39e4d6594a764e78e0698>>
206
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
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::d168519874a16bbb92cfbfd4747a39b4>>
6
+ * @codegen <<SignedSource::28f44bbe9e2764c307e006430bc970ac>>
7
7
  * @codegenCommand yarn codegen-styles
8
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::10aa7e87eca39e4d6594a764e78e0698>>
8
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
9
9
  */
10
10
  export default {
11
11
  'neutral.bold': 'inverse',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -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::514663609a5a48a284de40c5c4ad200b>>
425
+ * @codegen <<SignedSource::8e6ac513f199e48fa247b5a7bc6099fc>>
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::10aa7e87eca39e4d6594a764e78e0698>>
429
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
430
430
  */
431
431
  var borderColorMap = {
432
432
  'color.border': 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::4f6bde99739600abea2bbe6e62397bc4>>
50
+ * @codegen <<SignedSource::7edbce89d412711e064a5fa2788f3fa6>>
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::10aa7e87eca39e4d6594a764e78e0698>>
54
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
55
55
  */
56
56
  var backgroundActiveColorMap = {
57
57
  input: css({
@@ -123,7 +123,7 @@ export default Text;
123
123
 
124
124
  /**
125
125
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
126
- * @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
126
+ * @codegen <<SignedSource::9f746e797b8b5262d58b40dfecb39e6d>>
127
127
  * @codegenId typography
128
128
  * @codegenCommand yarn codegen-styles
129
129
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
@@ -149,10 +149,10 @@ var fontSizeMap = {
149
149
  fontSize: "var(--ds-font-size-400, 24px)"
150
150
  }),
151
151
  'size.500': css({
152
- fontSize: "var(--ds-font-size-500, 28px)"
152
+ fontSize: "var(--ds-font-size-500, 29px)"
153
153
  }),
154
154
  'size.600': css({
155
- fontSize: "var(--ds-font-size-600, 36px)"
155
+ fontSize: "var(--ds-font-size-600, 35px)"
156
156
  })
157
157
  };
158
158
  var fontWeightMap = {
@@ -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::3780858df77f5fe0c6e0f39a4c989741>>
205
+ * @codegen <<SignedSource::8a85568afcf211a4bd13e2816b17bbee>>
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::10aa7e87eca39e4d6594a764e78e0698>>
209
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
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::d168519874a16bbb92cfbfd4747a39b4>>
6
+ * @codegen <<SignedSource::28f44bbe9e2764c307e006430bc970ac>>
7
7
  * @codegenCommand yarn codegen-styles
8
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::10aa7e87eca39e4d6594a764e78e0698>>
8
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
9
9
  */
10
10
  export default {
11
11
  'neutral.bold': 'inverse',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -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::514663609a5a48a284de40c5c4ad200b>>
294
+ * @codegen <<SignedSource::8e6ac513f199e48fa247b5a7bc6099fc>>
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::10aa7e87eca39e4d6594a764e78e0698>>
298
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
299
299
  */
300
300
  declare const borderColorMap: {
301
301
  readonly 'color.border': import("@emotion/react").SerializedStyles;
@@ -81,7 +81,7 @@ declare const Text: FC<TextProps>;
81
81
  export default Text;
82
82
  /**
83
83
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
84
- * @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
84
+ * @codegen <<SignedSource::9f746e797b8b5262d58b40dfecb39e6d>>
85
85
  * @codegenId typography
86
86
  * @codegenCommand yarn codegen-styles
87
87
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
@@ -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::3780858df77f5fe0c6e0f39a4c989741>>
127
+ * @codegen <<SignedSource::8a85568afcf211a4bd13e2816b17bbee>>
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::10aa7e87eca39e4d6594a764e78e0698>>
131
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
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::d168519874a16bbb92cfbfd4747a39b4>>
6
+ * @codegen <<SignedSource::28f44bbe9e2764c307e006430bc970ac>>
7
7
  * @codegenCommand yarn codegen-styles
8
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::10aa7e87eca39e4d6594a764e78e0698>>
8
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
9
9
  */
10
10
  declare const _default: {
11
11
  readonly 'neutral.bold': "inverse";
@@ -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::514663609a5a48a284de40c5c4ad200b>>
294
+ * @codegen <<SignedSource::8e6ac513f199e48fa247b5a7bc6099fc>>
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::10aa7e87eca39e4d6594a764e78e0698>>
298
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
299
299
  */
300
300
  declare const borderColorMap: {
301
301
  readonly 'color.border': import("@emotion/react").SerializedStyles;
@@ -86,7 +86,7 @@ declare const Text: FC<TextProps>;
86
86
  export default Text;
87
87
  /**
88
88
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
89
- * @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
89
+ * @codegen <<SignedSource::9f746e797b8b5262d58b40dfecb39e6d>>
90
90
  * @codegenId typography
91
91
  * @codegenCommand yarn codegen-styles
92
92
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
@@ -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::3780858df77f5fe0c6e0f39a4c989741>>
132
+ * @codegen <<SignedSource::8a85568afcf211a4bd13e2816b17bbee>>
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::10aa7e87eca39e4d6594a764e78e0698>>
136
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
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::d168519874a16bbb92cfbfd4747a39b4>>
6
+ * @codegen <<SignedSource::28f44bbe9e2764c307e006430bc970ac>>
7
7
  * @codegenCommand yarn codegen-styles
8
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::10aa7e87eca39e4d6594a764e78e0698>>
8
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
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.1",
3
+ "version": "2.2.3",
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.5.0",
42
+ "@atlaskit/tokens": "^1.8.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1",
45
45
  "tiny-invariant": "^1.2.0"
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/heading": "*",
58
58
  "@atlaskit/icon": "*",
59
59
  "@atlaskit/lozenge": "*",
60
- "@atlaskit/primitives": "^0.9.0",
60
+ "@atlaskit/primitives": "^0.12.0",
61
61
  "@atlaskit/section-message": "*",
62
62
  "@atlaskit/textfield": "*",
63
63
  "@atlaskit/visual-regression": "*",
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22fba76783544ea81fce5e329173deefcc0e0c72f48be1ac24b4b981f8b21b04
3
- size 29399
2
+ oid sha256:7f58caf93b47b6d2f5061536f06d0a383c012beea2cc7cb350ed92883be1db42
3
+ size 29887
@@ -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::514663609a5a48a284de40c5c4ad200b>>
513
+ * @codegen <<SignedSource::8e6ac513f199e48fa247b5a7bc6099fc>>
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::10aa7e87eca39e4d6594a764e78e0698>>
517
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
518
518
  */
519
519
  const borderColorMap = {
520
520
  'color.border': 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::4f6bde99739600abea2bbe6e62397bc4>>
73
+ * @codegen <<SignedSource::7edbce89d412711e064a5fa2788f3fa6>>
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::10aa7e87eca39e4d6594a764e78e0698>>
77
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
78
78
  */
79
79
  const backgroundActiveColorMap = {
80
80
  input: 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::3780858df77f5fe0c6e0f39a4c989741>>
290
+ * @codegen <<SignedSource::8a85568afcf211a4bd13e2816b17bbee>>
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::10aa7e87eca39e4d6594a764e78e0698>>
294
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
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::d168519874a16bbb92cfbfd4747a39b4>>
6
+ * @codegen <<SignedSource::28f44bbe9e2764c307e006430bc970ac>>
7
7
  * @codegenCommand yarn codegen-styles
8
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::10aa7e87eca39e4d6594a764e78e0698>>
8
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::7e5a6402120dcaf0373e364561a78a73>>
9
9
  */
10
10
  export default {
11
11
  'neutral.bold': 'inverse',