@atlaskit/ds-explorations 1.6.3 → 1.6.4
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 +6 -0
- package/dist/cjs/components/box.partial.js +2 -2
- package/dist/cjs/components/interaction-surface.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 +2 -2
- package/dist/es2019/components/interaction-surface.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 +2 -2
- package/dist/esm/components/interaction-surface.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 +2 -2
- package/dist/types/components/text.partial.d.ts +2 -2
- package/dist/types/internal/color-map.d.ts +2 -2
- package/package.json +1 -1
- package/src/components/box.partial.tsx +2 -2
- package/src/components/interaction-surface.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,11 @@
|
|
|
1
1
|
# @atlaskit/ds-explorations
|
|
2
2
|
|
|
3
|
+
## 1.6.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1e46e236f6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e46e236f6f) - This changeset exists because a PR touches these packages in a way that doesn't require a release
|
|
8
|
+
|
|
3
9
|
## 1.6.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -424,11 +424,11 @@ var paddingInlineMap = {
|
|
|
424
424
|
|
|
425
425
|
/**
|
|
426
426
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
427
|
-
* @codegen <<SignedSource::
|
|
427
|
+
* @codegen <<SignedSource::a9e4bc0092d25e3209c53182183c49f2>>
|
|
428
428
|
* @codegenId colors
|
|
429
429
|
* @codegenCommand yarn codegen-styles
|
|
430
430
|
* @codegenParams ["border", "background", "shadow"]
|
|
431
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
431
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
432
432
|
*/
|
|
433
433
|
var borderColorMap = {
|
|
434
434
|
'color.border': (0, _react2.css)({
|
|
@@ -58,11 +58,11 @@ var InteractionSurface = function InteractionSurface(_ref) {
|
|
|
58
58
|
var _default = InteractionSurface;
|
|
59
59
|
/**
|
|
60
60
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
61
|
-
* @codegen <<SignedSource::
|
|
61
|
+
* @codegen <<SignedSource::8b4cdc5491507aa9045f9b3bd8b9ce84>>
|
|
62
62
|
* @codegenId interactions
|
|
63
63
|
* @codegenCommand yarn codegen-styles
|
|
64
64
|
* @codegenParams ["background"]
|
|
65
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
65
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
66
66
|
*/
|
|
67
67
|
|
|
68
68
|
exports.default = _default;
|
|
@@ -191,11 +191,11 @@ var Text = function Text(_ref) {
|
|
|
191
191
|
var _default = Text;
|
|
192
192
|
/**
|
|
193
193
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
194
|
-
* @codegen <<SignedSource::
|
|
194
|
+
* @codegen <<SignedSource::61daf1362fce18ffbc609fc6cb456484>>
|
|
195
195
|
* @codegenId colors
|
|
196
196
|
* @codegenCommand yarn codegen-styles
|
|
197
197
|
* @codegenParams ["text"]
|
|
198
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
198
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
199
199
|
*/
|
|
200
200
|
|
|
201
201
|
exports.default = _default;
|
|
@@ -10,9 +10,9 @@ exports.default = void 0;
|
|
|
10
10
|
*
|
|
11
11
|
* The color map is used to map a background color token to a matching text color that will meet contrast.
|
|
12
12
|
*
|
|
13
|
-
* @codegen <<SignedSource::
|
|
13
|
+
* @codegen <<SignedSource::dc79858789f08b7f160d8d6db9779b22>>
|
|
14
14
|
* @codegenCommand yarn codegen-styles
|
|
15
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
15
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
16
16
|
*/
|
|
17
17
|
var _default = {
|
|
18
18
|
'neutral.bold': 'inverse',
|
package/dist/cjs/version.json
CHANGED
|
@@ -406,11 +406,11 @@ const paddingInlineMap = {
|
|
|
406
406
|
|
|
407
407
|
/**
|
|
408
408
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
409
|
-
* @codegen <<SignedSource::
|
|
409
|
+
* @codegen <<SignedSource::a9e4bc0092d25e3209c53182183c49f2>>
|
|
410
410
|
* @codegenId colors
|
|
411
411
|
* @codegenCommand yarn codegen-styles
|
|
412
412
|
* @codegenParams ["border", "background", "shadow"]
|
|
413
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
413
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
414
414
|
*/
|
|
415
415
|
const borderColorMap = {
|
|
416
416
|
'color.border': css({
|
|
@@ -49,11 +49,11 @@ const InteractionSurface = ({
|
|
|
49
49
|
export default InteractionSurface;
|
|
50
50
|
/**
|
|
51
51
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
52
|
-
* @codegen <<SignedSource::
|
|
52
|
+
* @codegen <<SignedSource::8b4cdc5491507aa9045f9b3bd8b9ce84>>
|
|
53
53
|
* @codegenId interactions
|
|
54
54
|
* @codegenCommand yarn codegen-styles
|
|
55
55
|
* @codegenParams ["background"]
|
|
56
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
56
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
57
57
|
*/
|
|
58
58
|
|
|
59
59
|
const backgroundActiveColorMap = {
|
|
@@ -174,11 +174,11 @@ const Text = ({
|
|
|
174
174
|
export default Text;
|
|
175
175
|
/**
|
|
176
176
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
177
|
-
* @codegen <<SignedSource::
|
|
177
|
+
* @codegen <<SignedSource::61daf1362fce18ffbc609fc6cb456484>>
|
|
178
178
|
* @codegenId colors
|
|
179
179
|
* @codegenCommand yarn codegen-styles
|
|
180
180
|
* @codegenParams ["text"]
|
|
181
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
181
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
182
182
|
*/
|
|
183
183
|
|
|
184
184
|
const textColorMap = {
|
|
@@ -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::dc79858789f08b7f160d8d6db9779b22>>
|
|
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::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
'neutral.bold': 'inverse',
|
package/dist/es2019/version.json
CHANGED
|
@@ -410,11 +410,11 @@ var paddingInlineMap = {
|
|
|
410
410
|
|
|
411
411
|
/**
|
|
412
412
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
413
|
-
* @codegen <<SignedSource::
|
|
413
|
+
* @codegen <<SignedSource::a9e4bc0092d25e3209c53182183c49f2>>
|
|
414
414
|
* @codegenId colors
|
|
415
415
|
* @codegenCommand yarn codegen-styles
|
|
416
416
|
* @codegenParams ["border", "background", "shadow"]
|
|
417
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
417
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
418
418
|
*/
|
|
419
419
|
var borderColorMap = {
|
|
420
420
|
'color.border': css({
|
|
@@ -48,11 +48,11 @@ var InteractionSurface = function InteractionSurface(_ref) {
|
|
|
48
48
|
export default InteractionSurface;
|
|
49
49
|
/**
|
|
50
50
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
51
|
-
* @codegen <<SignedSource::
|
|
51
|
+
* @codegen <<SignedSource::8b4cdc5491507aa9045f9b3bd8b9ce84>>
|
|
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::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
56
56
|
*/
|
|
57
57
|
|
|
58
58
|
var backgroundActiveColorMap = {
|
|
@@ -179,11 +179,11 @@ var Text = function Text(_ref) {
|
|
|
179
179
|
export default Text;
|
|
180
180
|
/**
|
|
181
181
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
182
|
-
* @codegen <<SignedSource::
|
|
182
|
+
* @codegen <<SignedSource::61daf1362fce18ffbc609fc6cb456484>>
|
|
183
183
|
* @codegenId colors
|
|
184
184
|
* @codegenCommand yarn codegen-styles
|
|
185
185
|
* @codegenParams ["text"]
|
|
186
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
186
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
187
187
|
*/
|
|
188
188
|
|
|
189
189
|
var textColorMap = {
|
|
@@ -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::dc79858789f08b7f160d8d6db9779b22>>
|
|
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::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
'neutral.bold': 'inverse',
|
package/dist/esm/version.json
CHANGED
|
@@ -283,11 +283,11 @@ export declare type PaddingInline = keyof typeof paddingInlineMap;
|
|
|
283
283
|
*/
|
|
284
284
|
/**
|
|
285
285
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
286
|
-
* @codegen <<SignedSource::
|
|
286
|
+
* @codegen <<SignedSource::a9e4bc0092d25e3209c53182183c49f2>>
|
|
287
287
|
* @codegenId colors
|
|
288
288
|
* @codegenCommand yarn codegen-styles
|
|
289
289
|
* @codegenParams ["border", "background", "shadow"]
|
|
290
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
290
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
291
291
|
*/
|
|
292
292
|
declare const borderColorMap: {
|
|
293
293
|
readonly 'color.border': import("@emotion/react").SerializedStyles;
|
|
@@ -104,11 +104,11 @@ declare const Text: FC<TextProps>;
|
|
|
104
104
|
export default Text;
|
|
105
105
|
/**
|
|
106
106
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
107
|
-
* @codegen <<SignedSource::
|
|
107
|
+
* @codegen <<SignedSource::61daf1362fce18ffbc609fc6cb456484>>
|
|
108
108
|
* @codegenId colors
|
|
109
109
|
* @codegenCommand yarn codegen-styles
|
|
110
110
|
* @codegenParams ["text"]
|
|
111
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
111
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
112
112
|
*/
|
|
113
113
|
declare const textColorMap: {
|
|
114
114
|
readonly 'color.text': import("@emotion/react").SerializedStyles;
|
|
@@ -29,8 +29,8 @@ declare const _default: {
|
|
|
29
29
|
*
|
|
30
30
|
* The color map is used to map a background color token to a matching text color that will meet contrast.
|
|
31
31
|
*
|
|
32
|
-
* @codegen <<SignedSource::
|
|
32
|
+
* @codegen <<SignedSource::dc79858789f08b7f160d8d6db9779b22>>
|
|
33
33
|
* @codegenCommand yarn codegen-styles
|
|
34
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
34
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
35
35
|
*/
|
|
36
36
|
export default _default;
|
package/package.json
CHANGED
|
@@ -502,11 +502,11 @@ export type PaddingInline = keyof typeof paddingInlineMap;
|
|
|
502
502
|
|
|
503
503
|
/**
|
|
504
504
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
505
|
-
* @codegen <<SignedSource::
|
|
505
|
+
* @codegen <<SignedSource::a9e4bc0092d25e3209c53182183c49f2>>
|
|
506
506
|
* @codegenId colors
|
|
507
507
|
* @codegenCommand yarn codegen-styles
|
|
508
508
|
* @codegenParams ["border", "background", "shadow"]
|
|
509
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
509
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
510
510
|
*/
|
|
511
511
|
const borderColorMap = {
|
|
512
512
|
'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::
|
|
73
|
+
* @codegen <<SignedSource::8b4cdc5491507aa9045f9b3bd8b9ce84>>
|
|
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::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
78
78
|
*/
|
|
79
79
|
const backgroundActiveColorMap = {
|
|
80
80
|
'inverse.subtle': css({
|
|
@@ -218,11 +218,11 @@ export default Text;
|
|
|
218
218
|
|
|
219
219
|
/**
|
|
220
220
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
221
|
-
* @codegen <<SignedSource::
|
|
221
|
+
* @codegen <<SignedSource::61daf1362fce18ffbc609fc6cb456484>>
|
|
222
222
|
* @codegenId colors
|
|
223
223
|
* @codegenCommand yarn codegen-styles
|
|
224
224
|
* @codegenParams ["text"]
|
|
225
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
225
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
226
226
|
*/
|
|
227
227
|
const textColorMap = {
|
|
228
228
|
'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::dc79858789f08b7f160d8d6db9779b22>>
|
|
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::ae0b86bfc4c093b614a97d5bcf328dd0>>
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
'neutral.bold': 'inverse',
|