@atlaskit/tokens 1.4.4 → 1.5.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/artifacts/palettes-raw/shape-palette.js +17 -17
- package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +31 -35
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +15 -15
- package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-spacing.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +17 -17
- package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +9 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +15 -43
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/shape-palette.js +8 -8
- package/dist/cjs/palettes/spacing-scale.js +16 -18
- package/dist/cjs/palettes/typography-palette.js +14 -14
- package/dist/cjs/tokens/default/spacing/spacing.js +0 -14
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/shape-palette.js +17 -17
- package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +31 -35
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +15 -15
- package/dist/es2019/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-spacing.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-typography.js +15 -15
- package/dist/es2019/artifacts/token-default-values.js +17 -17
- package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +9 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +15 -43
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/shape-palette.js +8 -8
- package/dist/es2019/palettes/spacing-scale.js +16 -18
- package/dist/es2019/palettes/typography-palette.js +14 -14
- package/dist/es2019/tokens/default/spacing/spacing.js +0 -14
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/shape-palette.js +17 -17
- package/dist/esm/artifacts/palettes-raw/spacing-scale.js +31 -35
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +15 -15
- package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-spacing.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +17 -17
- package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +9 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +15 -43
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/shape-palette.js +8 -8
- package/dist/esm/palettes/spacing-scale.js +16 -18
- package/dist/esm/palettes/typography-palette.js +14 -14
- package/dist/esm/tokens/default/spacing/spacing.js +0 -14
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +18 -3
- package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +4 -23
- package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +18 -3
- package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-spacing.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +17 -17
- package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -5
- package/dist/types/palettes/shape-palette.d.ts +8 -8
- package/dist/types/palettes/spacing-scale.d.ts +14 -16
- package/dist/types/types.d.ts +3 -4
- package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +18 -3
- package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +4 -23
- package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +18 -3
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +17 -17
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -5
- package/dist/types-ts4.5/palettes/shape-palette.d.ts +8 -8
- package/dist/types-ts4.5/palettes/spacing-scale.d.ts +14 -16
- package/dist/types-ts4.5/types.d.ts +3 -4
- package/figma/atlassian-shape.json +8 -8
- package/figma/atlassian-spacing.json +14 -28
- package/figma/atlassian-typography.json +6 -6
- package/package.json +4 -4
- package/report.api.md +14 -17
- package/tmp/api-report-tmp.d.ts +14 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/tokens
|
|
2
2
|
|
|
3
|
+
## 1.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
|
|
8
|
+
|
|
9
|
+
## 1.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`43d186af89c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43d186af89c) - [ux] Updates spacing, typography metadata to apply rems or pixels depending on the target platform.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`019af32072d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/019af32072d) - Add shape token handling to the `ensure-design-token-usage-spacing` rule.
|
|
18
|
+
|
|
3
19
|
## 1.4.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -6,18 +6,18 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::a2e59b8e1421ca4ad026a5b2161824b2>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
13
|
-
"value": "
|
|
13
|
+
"value": "2px",
|
|
14
14
|
"attributes": {
|
|
15
15
|
"group": "shape"
|
|
16
16
|
},
|
|
17
17
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
18
18
|
"isSource": true,
|
|
19
19
|
"original": {
|
|
20
|
-
"value":
|
|
20
|
+
"value": 2,
|
|
21
21
|
"attributes": {
|
|
22
22
|
"group": "shape"
|
|
23
23
|
}
|
|
@@ -25,14 +25,14 @@ var tokens = [{
|
|
|
25
25
|
"name": "border.radius.Radius050",
|
|
26
26
|
"path": ["border", "radius", "Radius050"]
|
|
27
27
|
}, {
|
|
28
|
-
"value": "
|
|
28
|
+
"value": "4px",
|
|
29
29
|
"attributes": {
|
|
30
30
|
"group": "shape"
|
|
31
31
|
},
|
|
32
32
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
33
33
|
"isSource": true,
|
|
34
34
|
"original": {
|
|
35
|
-
"value":
|
|
35
|
+
"value": 4,
|
|
36
36
|
"attributes": {
|
|
37
37
|
"group": "shape"
|
|
38
38
|
}
|
|
@@ -40,14 +40,14 @@ var tokens = [{
|
|
|
40
40
|
"name": "border.radius.Radius100",
|
|
41
41
|
"path": ["border", "radius", "Radius100"]
|
|
42
42
|
}, {
|
|
43
|
-
"value": "
|
|
43
|
+
"value": "8px",
|
|
44
44
|
"attributes": {
|
|
45
45
|
"group": "shape"
|
|
46
46
|
},
|
|
47
47
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
48
48
|
"isSource": true,
|
|
49
49
|
"original": {
|
|
50
|
-
"value":
|
|
50
|
+
"value": 8,
|
|
51
51
|
"attributes": {
|
|
52
52
|
"group": "shape"
|
|
53
53
|
}
|
|
@@ -55,14 +55,14 @@ var tokens = [{
|
|
|
55
55
|
"name": "border.radius.Radius200",
|
|
56
56
|
"path": ["border", "radius", "Radius200"]
|
|
57
57
|
}, {
|
|
58
|
-
"value": "
|
|
58
|
+
"value": "12px",
|
|
59
59
|
"attributes": {
|
|
60
60
|
"group": "shape"
|
|
61
61
|
},
|
|
62
62
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
63
63
|
"isSource": true,
|
|
64
64
|
"original": {
|
|
65
|
-
"value":
|
|
65
|
+
"value": 12,
|
|
66
66
|
"attributes": {
|
|
67
67
|
"group": "shape"
|
|
68
68
|
}
|
|
@@ -70,14 +70,14 @@ var tokens = [{
|
|
|
70
70
|
"name": "border.radius.Radius300",
|
|
71
71
|
"path": ["border", "radius", "Radius300"]
|
|
72
72
|
}, {
|
|
73
|
-
"value": "
|
|
73
|
+
"value": "16px",
|
|
74
74
|
"attributes": {
|
|
75
75
|
"group": "shape"
|
|
76
76
|
},
|
|
77
77
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
78
78
|
"isSource": true,
|
|
79
79
|
"original": {
|
|
80
|
-
"value":
|
|
80
|
+
"value": 16,
|
|
81
81
|
"attributes": {
|
|
82
82
|
"group": "shape"
|
|
83
83
|
}
|
|
@@ -100,14 +100,14 @@ var tokens = [{
|
|
|
100
100
|
"name": "border.radius.RadiusCircle",
|
|
101
101
|
"path": ["border", "radius", "RadiusCircle"]
|
|
102
102
|
}, {
|
|
103
|
-
"value": "
|
|
103
|
+
"value": "0px",
|
|
104
104
|
"attributes": {
|
|
105
105
|
"group": "shape"
|
|
106
106
|
},
|
|
107
107
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
108
108
|
"isSource": true,
|
|
109
109
|
"original": {
|
|
110
|
-
"value":
|
|
110
|
+
"value": 0,
|
|
111
111
|
"attributes": {
|
|
112
112
|
"group": "shape"
|
|
113
113
|
}
|
|
@@ -115,14 +115,14 @@ var tokens = [{
|
|
|
115
115
|
"name": "border.width.Size0",
|
|
116
116
|
"path": ["border", "width", "Size0"]
|
|
117
117
|
}, {
|
|
118
|
-
"value": "
|
|
118
|
+
"value": "1px",
|
|
119
119
|
"attributes": {
|
|
120
120
|
"group": "shape"
|
|
121
121
|
},
|
|
122
122
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
123
123
|
"isSource": true,
|
|
124
124
|
"original": {
|
|
125
|
-
"value":
|
|
125
|
+
"value": 1,
|
|
126
126
|
"attributes": {
|
|
127
127
|
"group": "shape"
|
|
128
128
|
}
|
|
@@ -130,14 +130,14 @@ var tokens = [{
|
|
|
130
130
|
"name": "border.width.Size050",
|
|
131
131
|
"path": ["border", "width", "Size050"]
|
|
132
132
|
}, {
|
|
133
|
-
"value": "
|
|
133
|
+
"value": "2px",
|
|
134
134
|
"attributes": {
|
|
135
135
|
"group": "shape"
|
|
136
136
|
},
|
|
137
137
|
"filePath": "src/palettes/shape-palette.tsx",
|
|
138
138
|
"isSource": true,
|
|
139
139
|
"original": {
|
|
140
|
-
"value":
|
|
140
|
+
"value": 2,
|
|
141
141
|
"attributes": {
|
|
142
142
|
"group": "shape"
|
|
143
143
|
}
|
|
@@ -6,18 +6,18 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::4cad6a8b4b676f9379fa2d4fca019b0e>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
13
|
-
"value": "
|
|
13
|
+
"value": "0px",
|
|
14
14
|
"attributes": {
|
|
15
15
|
"group": "spacing"
|
|
16
16
|
},
|
|
17
17
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
18
18
|
"isSource": true,
|
|
19
19
|
"original": {
|
|
20
|
-
"value":
|
|
20
|
+
"value": 0,
|
|
21
21
|
"attributes": {
|
|
22
22
|
"group": "spacing"
|
|
23
23
|
}
|
|
@@ -25,14 +25,14 @@ var tokens = [{
|
|
|
25
25
|
"name": "space.Space0",
|
|
26
26
|
"path": ["space", "Space0"]
|
|
27
27
|
}, {
|
|
28
|
-
"value": "
|
|
28
|
+
"value": "2px",
|
|
29
29
|
"attributes": {
|
|
30
30
|
"group": "spacing"
|
|
31
31
|
},
|
|
32
32
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
33
33
|
"isSource": true,
|
|
34
34
|
"original": {
|
|
35
|
-
"value":
|
|
35
|
+
"value": 2,
|
|
36
36
|
"attributes": {
|
|
37
37
|
"group": "spacing"
|
|
38
38
|
}
|
|
@@ -40,14 +40,14 @@ var tokens = [{
|
|
|
40
40
|
"name": "space.Space025",
|
|
41
41
|
"path": ["space", "Space025"]
|
|
42
42
|
}, {
|
|
43
|
-
"value": "
|
|
43
|
+
"value": "4px",
|
|
44
44
|
"attributes": {
|
|
45
45
|
"group": "spacing"
|
|
46
46
|
},
|
|
47
47
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
48
48
|
"isSource": true,
|
|
49
49
|
"original": {
|
|
50
|
-
"value":
|
|
50
|
+
"value": 4,
|
|
51
51
|
"attributes": {
|
|
52
52
|
"group": "spacing"
|
|
53
53
|
}
|
|
@@ -55,14 +55,14 @@ var tokens = [{
|
|
|
55
55
|
"name": "space.Space050",
|
|
56
56
|
"path": ["space", "Space050"]
|
|
57
57
|
}, {
|
|
58
|
-
"value": "
|
|
58
|
+
"value": "6px",
|
|
59
59
|
"attributes": {
|
|
60
60
|
"group": "spacing"
|
|
61
61
|
},
|
|
62
62
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
63
63
|
"isSource": true,
|
|
64
64
|
"original": {
|
|
65
|
-
"value":
|
|
65
|
+
"value": 6,
|
|
66
66
|
"attributes": {
|
|
67
67
|
"group": "spacing"
|
|
68
68
|
}
|
|
@@ -70,14 +70,14 @@ var tokens = [{
|
|
|
70
70
|
"name": "space.Space075",
|
|
71
71
|
"path": ["space", "Space075"]
|
|
72
72
|
}, {
|
|
73
|
-
"value": "
|
|
73
|
+
"value": "8px",
|
|
74
74
|
"attributes": {
|
|
75
75
|
"group": "spacing"
|
|
76
76
|
},
|
|
77
77
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
78
78
|
"isSource": true,
|
|
79
79
|
"original": {
|
|
80
|
-
"value":
|
|
80
|
+
"value": 8,
|
|
81
81
|
"attributes": {
|
|
82
82
|
"group": "spacing"
|
|
83
83
|
}
|
|
@@ -85,31 +85,29 @@ var tokens = [{
|
|
|
85
85
|
"name": "space.Space100",
|
|
86
86
|
"path": ["space", "Space100"]
|
|
87
87
|
}, {
|
|
88
|
-
"value": "
|
|
88
|
+
"value": "80px",
|
|
89
89
|
"attributes": {
|
|
90
90
|
"group": "spacing"
|
|
91
91
|
},
|
|
92
|
-
"pixelValue": "80px",
|
|
93
92
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
94
93
|
"isSource": true,
|
|
95
94
|
"original": {
|
|
96
|
-
"value":
|
|
95
|
+
"value": 80,
|
|
97
96
|
"attributes": {
|
|
98
97
|
"group": "spacing"
|
|
99
|
-
}
|
|
100
|
-
"pixelValue": "80px"
|
|
98
|
+
}
|
|
101
99
|
},
|
|
102
100
|
"name": "space.Space1000",
|
|
103
101
|
"path": ["space", "Space1000"]
|
|
104
102
|
}, {
|
|
105
|
-
"value": "
|
|
103
|
+
"value": "12px",
|
|
106
104
|
"attributes": {
|
|
107
105
|
"group": "spacing"
|
|
108
106
|
},
|
|
109
107
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
110
108
|
"isSource": true,
|
|
111
109
|
"original": {
|
|
112
|
-
"value":
|
|
110
|
+
"value": 12,
|
|
113
111
|
"attributes": {
|
|
114
112
|
"group": "spacing"
|
|
115
113
|
}
|
|
@@ -117,14 +115,14 @@ var tokens = [{
|
|
|
117
115
|
"name": "space.Space150",
|
|
118
116
|
"path": ["space", "Space150"]
|
|
119
117
|
}, {
|
|
120
|
-
"value": "
|
|
118
|
+
"value": "16px",
|
|
121
119
|
"attributes": {
|
|
122
120
|
"group": "spacing"
|
|
123
121
|
},
|
|
124
122
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
125
123
|
"isSource": true,
|
|
126
124
|
"original": {
|
|
127
|
-
"value":
|
|
125
|
+
"value": 16,
|
|
128
126
|
"attributes": {
|
|
129
127
|
"group": "spacing"
|
|
130
128
|
}
|
|
@@ -132,14 +130,14 @@ var tokens = [{
|
|
|
132
130
|
"name": "space.Space200",
|
|
133
131
|
"path": ["space", "Space200"]
|
|
134
132
|
}, {
|
|
135
|
-
"value": "
|
|
133
|
+
"value": "20px",
|
|
136
134
|
"attributes": {
|
|
137
135
|
"group": "spacing"
|
|
138
136
|
},
|
|
139
137
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
140
138
|
"isSource": true,
|
|
141
139
|
"original": {
|
|
142
|
-
"value":
|
|
140
|
+
"value": 20,
|
|
143
141
|
"attributes": {
|
|
144
142
|
"group": "spacing"
|
|
145
143
|
}
|
|
@@ -147,14 +145,14 @@ var tokens = [{
|
|
|
147
145
|
"name": "space.Space250",
|
|
148
146
|
"path": ["space", "Space250"]
|
|
149
147
|
}, {
|
|
150
|
-
"value": "
|
|
148
|
+
"value": "24px",
|
|
151
149
|
"attributes": {
|
|
152
150
|
"group": "spacing"
|
|
153
151
|
},
|
|
154
152
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
155
153
|
"isSource": true,
|
|
156
154
|
"original": {
|
|
157
|
-
"value":
|
|
155
|
+
"value": 24,
|
|
158
156
|
"attributes": {
|
|
159
157
|
"group": "spacing"
|
|
160
158
|
}
|
|
@@ -162,14 +160,14 @@ var tokens = [{
|
|
|
162
160
|
"name": "space.Space300",
|
|
163
161
|
"path": ["space", "Space300"]
|
|
164
162
|
}, {
|
|
165
|
-
"value": "
|
|
163
|
+
"value": "32px",
|
|
166
164
|
"attributes": {
|
|
167
165
|
"group": "spacing"
|
|
168
166
|
},
|
|
169
167
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
170
168
|
"isSource": true,
|
|
171
169
|
"original": {
|
|
172
|
-
"value":
|
|
170
|
+
"value": 32,
|
|
173
171
|
"attributes": {
|
|
174
172
|
"group": "spacing"
|
|
175
173
|
}
|
|
@@ -177,14 +175,14 @@ var tokens = [{
|
|
|
177
175
|
"name": "space.Space400",
|
|
178
176
|
"path": ["space", "Space400"]
|
|
179
177
|
}, {
|
|
180
|
-
"value": "
|
|
178
|
+
"value": "40px",
|
|
181
179
|
"attributes": {
|
|
182
180
|
"group": "spacing"
|
|
183
181
|
},
|
|
184
182
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
185
183
|
"isSource": true,
|
|
186
184
|
"original": {
|
|
187
|
-
"value":
|
|
185
|
+
"value": 40,
|
|
188
186
|
"attributes": {
|
|
189
187
|
"group": "spacing"
|
|
190
188
|
}
|
|
@@ -192,14 +190,14 @@ var tokens = [{
|
|
|
192
190
|
"name": "space.Space500",
|
|
193
191
|
"path": ["space", "Space500"]
|
|
194
192
|
}, {
|
|
195
|
-
"value": "
|
|
193
|
+
"value": "48px",
|
|
196
194
|
"attributes": {
|
|
197
195
|
"group": "spacing"
|
|
198
196
|
},
|
|
199
197
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
200
198
|
"isSource": true,
|
|
201
199
|
"original": {
|
|
202
|
-
"value":
|
|
200
|
+
"value": 48,
|
|
203
201
|
"attributes": {
|
|
204
202
|
"group": "spacing"
|
|
205
203
|
}
|
|
@@ -207,19 +205,17 @@ var tokens = [{
|
|
|
207
205
|
"name": "space.Space600",
|
|
208
206
|
"path": ["space", "Space600"]
|
|
209
207
|
}, {
|
|
210
|
-
"value": "
|
|
208
|
+
"value": "64px",
|
|
211
209
|
"attributes": {
|
|
212
210
|
"group": "spacing"
|
|
213
211
|
},
|
|
214
|
-
"pixelValue": "64px",
|
|
215
212
|
"filePath": "src/palettes/spacing-scale.tsx",
|
|
216
213
|
"isSource": true,
|
|
217
214
|
"original": {
|
|
218
|
-
"value":
|
|
215
|
+
"value": 64,
|
|
219
216
|
"attributes": {
|
|
220
217
|
"group": "spacing"
|
|
221
|
-
}
|
|
222
|
-
"pixelValue": "64px"
|
|
218
|
+
}
|
|
223
219
|
},
|
|
224
220
|
"name": "space.Space800",
|
|
225
221
|
"path": ["space", "Space800"]
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::62a42989e49ca7f7856827fb9ea059d6>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -47,7 +47,7 @@ var tokens = [{
|
|
|
47
47
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
48
48
|
"isSource": true,
|
|
49
49
|
"original": {
|
|
50
|
-
"value":
|
|
50
|
+
"value": 11,
|
|
51
51
|
"attributes": {
|
|
52
52
|
"group": "typography"
|
|
53
53
|
}
|
|
@@ -62,7 +62,7 @@ var tokens = [{
|
|
|
62
62
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
63
63
|
"isSource": true,
|
|
64
64
|
"original": {
|
|
65
|
-
"value":
|
|
65
|
+
"value": 12,
|
|
66
66
|
"attributes": {
|
|
67
67
|
"group": "typography"
|
|
68
68
|
}
|
|
@@ -77,7 +77,7 @@ var tokens = [{
|
|
|
77
77
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
78
78
|
"isSource": true,
|
|
79
79
|
"original": {
|
|
80
|
-
"value":
|
|
80
|
+
"value": 14,
|
|
81
81
|
"attributes": {
|
|
82
82
|
"group": "typography"
|
|
83
83
|
}
|
|
@@ -92,7 +92,7 @@ var tokens = [{
|
|
|
92
92
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
93
93
|
"isSource": true,
|
|
94
94
|
"original": {
|
|
95
|
-
"value":
|
|
95
|
+
"value": 16,
|
|
96
96
|
"attributes": {
|
|
97
97
|
"group": "typography"
|
|
98
98
|
}
|
|
@@ -107,7 +107,7 @@ var tokens = [{
|
|
|
107
107
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
108
108
|
"isSource": true,
|
|
109
109
|
"original": {
|
|
110
|
-
"value":
|
|
110
|
+
"value": 20,
|
|
111
111
|
"attributes": {
|
|
112
112
|
"group": "typography"
|
|
113
113
|
}
|
|
@@ -122,7 +122,7 @@ var tokens = [{
|
|
|
122
122
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
123
123
|
"isSource": true,
|
|
124
124
|
"original": {
|
|
125
|
-
"value":
|
|
125
|
+
"value": 24,
|
|
126
126
|
"attributes": {
|
|
127
127
|
"group": "typography"
|
|
128
128
|
}
|
|
@@ -137,7 +137,7 @@ var tokens = [{
|
|
|
137
137
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
138
138
|
"isSource": true,
|
|
139
139
|
"original": {
|
|
140
|
-
"value":
|
|
140
|
+
"value": 29,
|
|
141
141
|
"attributes": {
|
|
142
142
|
"group": "typography"
|
|
143
143
|
}
|
|
@@ -152,7 +152,7 @@ var tokens = [{
|
|
|
152
152
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
153
153
|
"isSource": true,
|
|
154
154
|
"original": {
|
|
155
|
-
"value":
|
|
155
|
+
"value": 35,
|
|
156
156
|
"attributes": {
|
|
157
157
|
"group": "typography"
|
|
158
158
|
}
|
|
@@ -227,7 +227,7 @@ var tokens = [{
|
|
|
227
227
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
228
228
|
"isSource": true,
|
|
229
229
|
"original": {
|
|
230
|
-
"value":
|
|
230
|
+
"value": 16,
|
|
231
231
|
"attributes": {
|
|
232
232
|
"group": "typography"
|
|
233
233
|
}
|
|
@@ -242,7 +242,7 @@ var tokens = [{
|
|
|
242
242
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
243
243
|
"isSource": true,
|
|
244
244
|
"original": {
|
|
245
|
-
"value":
|
|
245
|
+
"value": 20,
|
|
246
246
|
"attributes": {
|
|
247
247
|
"group": "typography"
|
|
248
248
|
}
|
|
@@ -257,7 +257,7 @@ var tokens = [{
|
|
|
257
257
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
258
258
|
"isSource": true,
|
|
259
259
|
"original": {
|
|
260
|
-
"value":
|
|
260
|
+
"value": 24,
|
|
261
261
|
"attributes": {
|
|
262
262
|
"group": "typography"
|
|
263
263
|
}
|
|
@@ -272,7 +272,7 @@ var tokens = [{
|
|
|
272
272
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
273
273
|
"isSource": true,
|
|
274
274
|
"original": {
|
|
275
|
-
"value":
|
|
275
|
+
"value": 28,
|
|
276
276
|
"attributes": {
|
|
277
277
|
"group": "typography"
|
|
278
278
|
}
|
|
@@ -287,7 +287,7 @@ var tokens = [{
|
|
|
287
287
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
288
288
|
"isSource": true,
|
|
289
289
|
"original": {
|
|
290
|
-
"value":
|
|
290
|
+
"value": 32,
|
|
291
291
|
"attributes": {
|
|
292
292
|
"group": "typography"
|
|
293
293
|
}
|
|
@@ -302,7 +302,7 @@ var tokens = [{
|
|
|
302
302
|
"filePath": "src/palettes/typography-palette.tsx",
|
|
303
303
|
"isSource": true,
|
|
304
304
|
"original": {
|
|
305
|
-
"value":
|
|
305
|
+
"value": 40,
|
|
306
306
|
"attributes": {
|
|
307
307
|
"group": "typography"
|
|
308
308
|
}
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::01d88a41c27f9a921fe1a40fec0a7ba0>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = "\nhtml[data-theme~=\"shape:shape\"] {\n --ds-radius-050: 0.125rem;\n --ds-radius-100: 0.25rem;\n --ds-radius-200: 0.5rem;\n --ds-radius-300: 0.75rem;\n --ds-radius-400: 1rem;\n --ds-radius-round: 50%;\n --ds-width-0:
|
|
12
|
+
var _default = "\nhtml[data-theme~=\"shape:shape\"] {\n --ds-radius-050: 0.125rem;\n --ds-radius-100: 0.25rem;\n --ds-radius-200: 0.5rem;\n --ds-radius-300: 0.75rem;\n --ds-radius-400: 1rem;\n --ds-radius-round: 50%;\n --ds-width-0: 0rem;\n --ds-width-050: 0.0625rem;\n --ds-width-100: 0.125rem;\n}\n";
|
|
13
13
|
exports.default = _default;
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::36f0214aaedb62d3639cb79a9195eaf6>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = "\nhtml[data-theme~=\"spacing:spacing\"] {\n --ds-space-0:
|
|
12
|
+
var _default = "\nhtml[data-theme~=\"spacing:spacing\"] {\n --ds-space-0: 0rem;\n --ds-space-025: 0.125rem;\n --ds-space-050: 0.25rem;\n --ds-space-075: 0.375rem;\n --ds-space-100: 0.5rem;\n --ds-space-150: 0.75rem;\n --ds-space-200: 1rem;\n --ds-space-250: 1.25rem;\n --ds-space-300: 1.5rem;\n --ds-space-400: 2rem;\n --ds-space-500: 2.5rem;\n --ds-space-600: 3rem;\n --ds-space-800: 4rem;\n --ds-space-1000: 5rem;\n}\n";
|
|
13
13
|
exports.default = _default;
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::3e4dc097014124b77e69b832281f37ed>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
|
-
var _default = "\nhtml[data-theme~=\"typography:typography\"] {\n --ds-font-family-monospace: \"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-size-050:
|
|
12
|
+
var _default = "\nhtml[data-theme~=\"typography:typography\"] {\n --ds-font-family-monospace: \"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace;\n --ds-font-family-sans: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif;\n --ds-font-size-050: 0.6875rem;\n --ds-font-size-075: 0.75rem;\n --ds-font-size-100: 0.875rem;\n --ds-font-size-200: 1rem;\n --ds-font-size-300: 1.25rem;\n --ds-font-size-400: 1.5rem;\n --ds-font-size-500: 1.8125rem;\n --ds-font-size-600: 2.1875rem;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n --ds-font-lineHeight-100: 1rem;\n --ds-font-lineHeight-200: 1.25rem;\n --ds-font-lineHeight-300: 1.5rem;\n --ds-font-lineHeight-400: 1.75rem;\n --ds-font-lineHeight-500: 2rem;\n --ds-font-lineHeight-600: 2.5rem;\n}\n";
|
|
13
13
|
exports.default = _default;
|
|
@@ -10,7 +10,7 @@ exports.default = void 0;
|
|
|
10
10
|
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
11
11
|
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
12
12
|
*
|
|
13
|
-
* @codegen <<SignedSource::
|
|
13
|
+
* @codegen <<SignedSource::856ff062171d44deb03158a6fa7d7bd1>>
|
|
14
14
|
* @codegenCommand yarn build tokens
|
|
15
15
|
*/
|
|
16
16
|
var defaultTokenValues = {
|
|
@@ -20,7 +20,7 @@ var defaultTokenValues = {
|
|
|
20
20
|
'border.radius.300': '0.75rem',
|
|
21
21
|
'border.radius.400': '1rem',
|
|
22
22
|
'border.radius.round': '50%',
|
|
23
|
-
'border.width.0': '
|
|
23
|
+
'border.width.0': '0rem',
|
|
24
24
|
'border.width.050': '0.0625rem',
|
|
25
25
|
'border.width.100': '0.125rem',
|
|
26
26
|
'color.text': '#172B4D',
|
|
@@ -309,7 +309,7 @@ var defaultTokenValues = {
|
|
|
309
309
|
'opacity.disabled': '0.4',
|
|
310
310
|
'opacity.loading': '0.2',
|
|
311
311
|
'utility.UNSAFE.transparent': 'transparent',
|
|
312
|
-
'space.0': '
|
|
312
|
+
'space.0': '0rem',
|
|
313
313
|
'space.025': '0.125rem',
|
|
314
314
|
'space.050': '0.25rem',
|
|
315
315
|
'space.075': '0.375rem',
|
|
@@ -325,24 +325,24 @@ var defaultTokenValues = {
|
|
|
325
325
|
'space.1000': '5rem',
|
|
326
326
|
'font.family.monospace': '"SFMono-Medium", "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Consolas, Courier, monospace',
|
|
327
327
|
'font.family.sans': '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif',
|
|
328
|
-
'font.size.050': '
|
|
329
|
-
'font.size.075': '
|
|
330
|
-
'font.size.100': '
|
|
331
|
-
'font.size.200': '
|
|
332
|
-
'font.size.300': '
|
|
333
|
-
'font.size.400': '
|
|
334
|
-
'font.size.500': '
|
|
335
|
-
'font.size.600': '
|
|
328
|
+
'font.size.050': '0.6875rem',
|
|
329
|
+
'font.size.075': '0.75rem',
|
|
330
|
+
'font.size.100': '0.875rem',
|
|
331
|
+
'font.size.200': '1rem',
|
|
332
|
+
'font.size.300': '1.25rem',
|
|
333
|
+
'font.size.400': '1.5rem',
|
|
334
|
+
'font.size.500': '1.8125rem',
|
|
335
|
+
'font.size.600': '2.1875rem',
|
|
336
336
|
'font.weight.bold': '700',
|
|
337
337
|
'font.weight.medium': '500',
|
|
338
338
|
'font.weight.regular': '400',
|
|
339
339
|
'font.weight.semibold': '600',
|
|
340
|
-
'font.lineHeight.100': '
|
|
341
|
-
'font.lineHeight.200': '
|
|
342
|
-
'font.lineHeight.300': '
|
|
343
|
-
'font.lineHeight.400': '
|
|
344
|
-
'font.lineHeight.500': '
|
|
345
|
-
'font.lineHeight.600': '
|
|
340
|
+
'font.lineHeight.100': '1rem',
|
|
341
|
+
'font.lineHeight.200': '1.25rem',
|
|
342
|
+
'font.lineHeight.300': '1.5rem',
|
|
343
|
+
'font.lineHeight.400': '1.75rem',
|
|
344
|
+
'font.lineHeight.500': '2rem',
|
|
345
|
+
'font.lineHeight.600': '2.5rem'
|
|
346
346
|
};
|
|
347
347
|
var _default = defaultTokenValues;
|
|
348
348
|
exports.default = _default;
|