@atlaskit/ds-explorations 2.1.2 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/cjs/components/box.partial.js +3 -3
- package/dist/cjs/components/inline.partial.js +2 -2
- package/dist/cjs/components/stack.partial.js +2 -2
- package/dist/cjs/components/text.partial.js +3 -3
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/box.partial.js +3 -3
- package/dist/es2019/components/inline.partial.js +2 -2
- package/dist/es2019/components/stack.partial.js +2 -2
- package/dist/es2019/components/text.partial.js +3 -3
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/box.partial.js +3 -3
- package/dist/esm/components/inline.partial.js +2 -2
- package/dist/esm/components/stack.partial.js +2 -2
- package/dist/esm/components/text.partial.js +3 -3
- package/dist/esm/version.json +1 -1
- package/dist/types/components/box.partial.d.ts +2 -2
- 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 +1 -1
- package/dist/types-ts4.5/components/box.partial.d.ts +2 -2
- 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 +1 -1
- package/package.json +2 -4
- package/scripts/spacing-codegen-template.tsx +1 -1
- 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
- package/src/components/box.partial.tsx +3 -3
- package/src/components/inline.partial.tsx +2 -2
- package/src/components/stack.partial.tsx +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/ds-explorations
|
|
2
2
|
|
|
3
|
+
## 2.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
8
|
+
|
|
9
|
+
## 2.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`78a3f27cc3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a3f27cc3a) - Regenerate style maps based on token updates.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 2.1.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -106,7 +106,7 @@ var borderWidthMap = {
|
|
|
106
106
|
};
|
|
107
107
|
var borderRadiusMap = {
|
|
108
108
|
normal: (0, _react2.css)({
|
|
109
|
-
borderRadius:
|
|
109
|
+
borderRadius: '3px'
|
|
110
110
|
}),
|
|
111
111
|
rounded: (0, _react2.css)({
|
|
112
112
|
borderRadius: '50%'
|
|
@@ -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::fc99bb48c96c557caeb69d2dcaaa9d3f>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
292
292
|
*/
|
|
293
293
|
var paddingMap = {
|
|
294
294
|
'space.0': (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::c96c5857a4f0baed6460df50c2a63f98>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
134
134
|
*/
|
|
135
135
|
exports.default = _default;
|
|
136
136
|
var columnGapMap = {
|
|
@@ -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::9dc5e6c3922e4561e878c7f33bcec126>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
100
100
|
*/
|
|
101
101
|
exports.default = _default;
|
|
102
102
|
var rowGapMap = {
|
|
@@ -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::
|
|
132
|
+
* @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
|
|
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,
|
|
159
|
+
fontSize: "var(--ds-font-size-500, 28px)"
|
|
160
160
|
}),
|
|
161
161
|
'size.600': (0, _react2.css)({
|
|
162
|
-
fontSize: "var(--ds-font-size-600,
|
|
162
|
+
fontSize: "var(--ds-font-size-600, 36px)"
|
|
163
163
|
})
|
|
164
164
|
};
|
|
165
165
|
var fontWeightMap = {
|
package/dist/cjs/version.json
CHANGED
|
@@ -98,7 +98,7 @@ const borderWidthMap = {
|
|
|
98
98
|
};
|
|
99
99
|
const borderRadiusMap = {
|
|
100
100
|
normal: css({
|
|
101
|
-
borderRadius:
|
|
101
|
+
borderRadius: '3px'
|
|
102
102
|
}),
|
|
103
103
|
rounded: css({
|
|
104
104
|
borderRadius: '50%'
|
|
@@ -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::fc99bb48c96c557caeb69d2dcaaa9d3f>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
284
284
|
*/
|
|
285
285
|
const paddingMap = {
|
|
286
286
|
'space.0': 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::c96c5857a4f0baed6460df50c2a63f98>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
129
129
|
*/
|
|
130
130
|
const columnGapMap = {
|
|
131
131
|
'space.0': 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::9dc5e6c3922e4561e878c7f33bcec126>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
96
96
|
*/
|
|
97
97
|
const rowGapMap = {
|
|
98
98
|
'space.0': 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::
|
|
123
|
+
* @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
|
|
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,
|
|
149
|
+
fontSize: "var(--ds-font-size-500, 28px)"
|
|
150
150
|
}),
|
|
151
151
|
'size.600': css({
|
|
152
|
-
fontSize: "var(--ds-font-size-600,
|
|
152
|
+
fontSize: "var(--ds-font-size-600, 36px)"
|
|
153
153
|
})
|
|
154
154
|
};
|
|
155
155
|
const fontWeightMap = {
|
package/dist/es2019/version.json
CHANGED
|
@@ -101,7 +101,7 @@ var borderWidthMap = {
|
|
|
101
101
|
};
|
|
102
102
|
var borderRadiusMap = {
|
|
103
103
|
normal: css({
|
|
104
|
-
borderRadius:
|
|
104
|
+
borderRadius: '3px'
|
|
105
105
|
}),
|
|
106
106
|
rounded: css({
|
|
107
107
|
borderRadius: '50%'
|
|
@@ -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::fc99bb48c96c557caeb69d2dcaaa9d3f>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
287
287
|
*/
|
|
288
288
|
var paddingMap = {
|
|
289
289
|
'space.0': 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::c96c5857a4f0baed6460df50c2a63f98>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
129
129
|
*/
|
|
130
130
|
var columnGapMap = {
|
|
131
131
|
'space.0': 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::9dc5e6c3922e4561e878c7f33bcec126>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
95
95
|
*/
|
|
96
96
|
var rowGapMap = {
|
|
97
97
|
'space.0': 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::
|
|
126
|
+
* @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
|
|
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,
|
|
152
|
+
fontSize: "var(--ds-font-size-500, 28px)"
|
|
153
153
|
}),
|
|
154
154
|
'size.600': css({
|
|
155
|
-
fontSize: "var(--ds-font-size-600,
|
|
155
|
+
fontSize: "var(--ds-font-size-600, 36px)"
|
|
156
156
|
})
|
|
157
157
|
};
|
|
158
158
|
var fontWeightMap = {
|
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::fc99bb48c96c557caeb69d2dcaaa9d3f>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
237
237
|
*/
|
|
238
238
|
declare const paddingMap: {
|
|
239
239
|
'space.0': 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::c96c5857a4f0baed6460df50c2a63f98>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
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::9dc5e6c3922e4561e878c7f33bcec126>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
72
72
|
*/
|
|
73
73
|
declare const rowGapMap: {
|
|
74
74
|
'space.0': 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::
|
|
84
|
+
* @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
|
|
85
85
|
* @codegenId typography
|
|
86
86
|
* @codegenCommand yarn codegen-styles
|
|
87
87
|
* @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
|
|
@@ -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::fc99bb48c96c557caeb69d2dcaaa9d3f>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
237
237
|
*/
|
|
238
238
|
declare const paddingMap: {
|
|
239
239
|
'space.0': 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::c96c5857a4f0baed6460df50c2a63f98>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
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::9dc5e6c3922e4561e878c7f33bcec126>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
72
72
|
*/
|
|
73
73
|
declare const rowGapMap: {
|
|
74
74
|
'space.0': 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::
|
|
89
|
+
* @codegen <<SignedSource::c5cbba9e889615c5824ee237fd52ad2e>>
|
|
90
90
|
* @codegenId typography
|
|
91
91
|
* @codegenCommand yarn codegen-styles
|
|
92
92
|
* @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/ds-explorations",
|
|
3
|
-
"version": "2.1
|
|
3
|
+
"version": "2.2.1",
|
|
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.5.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@emotion/react": "^11.7.1",
|
|
45
45
|
"tiny-invariant": "^1.2.0"
|
|
@@ -59,10 +59,8 @@
|
|
|
59
59
|
"@atlaskit/lozenge": "*",
|
|
60
60
|
"@atlaskit/primitives": "^0.9.0",
|
|
61
61
|
"@atlaskit/section-message": "*",
|
|
62
|
-
"@atlaskit/ssr": "*",
|
|
63
62
|
"@atlaskit/textfield": "*",
|
|
64
63
|
"@atlaskit/visual-regression": "*",
|
|
65
|
-
"@atlaskit/webdriver-runner": "*",
|
|
66
64
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
67
65
|
"@atlassian/codegen": "^0.1.0",
|
|
68
66
|
"@testing-library/react": "^12.1.5",
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:22fba76783544ea81fce5e329173deefcc0e0c72f48be1ac24b4b981f8b21b04
|
|
3
|
+
size 29399
|
|
@@ -250,7 +250,7 @@ const borderWidthMap = {
|
|
|
250
250
|
|
|
251
251
|
type BorderRadius = keyof typeof borderRadiusMap;
|
|
252
252
|
const borderRadiusMap = {
|
|
253
|
-
normal: css({ borderRadius:
|
|
253
|
+
normal: css({ borderRadius: '3px' }),
|
|
254
254
|
rounded: css({ borderRadius: '50%' }),
|
|
255
255
|
badge: css({ borderRadius: '8px' }),
|
|
256
256
|
};
|
|
@@ -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::fc99bb48c96c557caeb69d2dcaaa9d3f>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
365
365
|
*/
|
|
366
366
|
const paddingMap = {
|
|
367
367
|
'space.0': 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::c96c5857a4f0baed6460df50c2a63f98>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
168
168
|
*/
|
|
169
169
|
const columnGapMap = {
|
|
170
170
|
'space.0': 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::9dc5e6c3922e4561e878c7f33bcec126>>
|
|
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::86e173b0e020fe5d091fdf4bff023711>>
|
|
124
124
|
*/
|
|
125
125
|
const rowGapMap = {
|
|
126
126
|
'space.0': css({
|