@atlaskit/ds-explorations 3.5.1 → 3.5.2

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 (37) hide show
  1. package/CHANGELOG.md +363 -143
  2. package/dist/cjs/components/interaction-surface.partial.js +2 -2
  3. package/dist/cjs/components/text.partial.js +4 -4
  4. package/dist/cjs/internal/color-map.js +2 -2
  5. package/dist/cjs/internal/spacing-scale.js +1 -1
  6. package/dist/es2019/components/interaction-surface.partial.js +2 -2
  7. package/dist/es2019/components/text.partial.js +4 -4
  8. package/dist/es2019/internal/color-map.js +2 -2
  9. package/dist/es2019/internal/spacing-scale.js +1 -1
  10. package/dist/esm/components/interaction-surface.partial.js +2 -2
  11. package/dist/esm/components/text.partial.js +4 -4
  12. package/dist/esm/internal/color-map.js +2 -2
  13. package/dist/esm/internal/spacing-scale.js +1 -1
  14. package/dist/types/components/interaction-surface.partial.d.ts +2 -2
  15. package/dist/types/components/text.partial.d.ts +5 -5
  16. package/dist/types/internal/color-map.d.ts +2 -2
  17. package/dist/types/internal/spacing-scale.d.ts +1 -1
  18. package/dist/types-ts4.5/components/interaction-surface.partial.d.ts +2 -2
  19. package/dist/types-ts4.5/components/text.partial.d.ts +5 -5
  20. package/dist/types-ts4.5/internal/color-map.d.ts +2 -2
  21. package/dist/types-ts4.5/internal/spacing-scale.d.ts +1 -1
  22. package/package.json +5 -4
  23. package/scripts/__tests__/__snapshots__/codegen.test.tsx.snap +540 -754
  24. package/scripts/color-codegen-template.tsx +4 -11
  25. package/scripts/color-map-template.tsx +3 -10
  26. package/scripts/dimension-codegen-template.tsx +3 -9
  27. package/scripts/interaction-codegen.tsx +3 -11
  28. package/scripts/misc-codegen-template.tsx +4 -10
  29. package/scripts/spacing-codegen-template.tsx +3 -11
  30. package/scripts/spacing-scale-template.tsx +3 -10
  31. package/scripts/typography-codegen-template.tsx +3 -11
  32. package/src/components/interaction-surface.partial.tsx +382 -596
  33. package/src/components/text.partial.tsx +143 -143
  34. package/src/internal/color-map.tsx +29 -29
  35. package/src/internal/spacing-scale.tsx +15 -15
  36. package/tsconfig.app.json +3 -0
  37. package/tsconfig.dev.json +3 -0
package/CHANGELOG.md CHANGED
@@ -1,595 +1,815 @@
1
1
  # @atlaskit/ds-explorations
2
2
 
3
+ ## 3.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#98149](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98149)
8
+ [`45101e24202a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/45101e24202a) -
9
+ Internal change only; update generated styles.
10
+ - Updated dependencies
11
+
3
12
  ## 3.5.1
4
13
 
5
14
  ### Patch Changes
6
15
 
7
- - [#94487](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94487) [`6f9d7796415a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6f9d7796415a) - Internal codegen changes. No external change.
8
- - Updated dependencies
16
+ - [#94487](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94487)
17
+ [`6f9d7796415a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6f9d7796415a) -
18
+ Internal codegen changes. No external change.
19
+ - Updated dependencies
9
20
 
10
21
  ## 3.5.0
11
22
 
12
23
  ### Minor Changes
13
24
 
14
- - [#91140](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91140) [`2afd28c5e0b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2afd28c5e0b2) - Add support for React 18.
25
+ - [#91140](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91140)
26
+ [`2afd28c5e0b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2afd28c5e0b2) -
27
+ Add support for React 18.
15
28
 
16
29
  ## 3.4.0
17
30
 
18
31
  ### Minor Changes
19
32
 
20
- - [#85745](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85745) [`0e9c8c15ef86`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0e9c8c15ef86) - Added new color token `color.link.visited.pressed`.
33
+ - [#85745](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85745)
34
+ [`0e9c8c15ef86`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0e9c8c15ef86) -
35
+ Added new color token `color.link.visited.pressed`.
21
36
 
22
37
  ### Patch Changes
23
38
 
24
- - Updated dependencies
39
+ - Updated dependencies
25
40
 
26
41
  ## 3.3.1
27
42
 
28
43
  ### Patch Changes
29
44
 
30
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
45
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
46
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
47
+ Upgrade Typescript from `4.9.5` to `5.4.2`
31
48
 
32
49
  ## 3.3.0
33
50
 
34
51
  ### Minor Changes
35
52
 
36
- - [#78900](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78900) [`6ea786dd8082`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6ea786dd8082) - Add UNSAFE_small fontsize token.
53
+ - [#78900](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78900)
54
+ [`6ea786dd8082`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6ea786dd8082) -
55
+ Add UNSAFE_small fontsize token.
37
56
 
38
57
  ### Patch Changes
39
58
 
40
- - Updated dependencies
59
+ - Updated dependencies
41
60
 
42
61
  ## 3.2.7
43
62
 
44
63
  ### Patch Changes
45
64
 
46
- - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644) [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) - Revert input border change from the previous version
65
+ - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
66
+ [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
67
+ Revert input border change from the previous version
47
68
 
48
69
  ## 3.2.6
49
70
 
50
71
  ### Patch Changes
51
72
 
52
- - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805) [`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) - Update input border color token and width to meet 3:1 color contrast
53
- - Updated dependencies
73
+ - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
74
+ [`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) -
75
+ Update input border color token and width to meet 3:1 color contrast
76
+ - Updated dependencies
54
77
 
55
78
  ## 3.2.5
56
79
 
57
80
  ### Patch Changes
58
81
 
59
- - [#79770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79770) [`542e29efe0ad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/542e29efe0ad) - Update imports from @atlaskit/tokens
60
- - Updated dependencies
82
+ - [#79770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79770)
83
+ [`542e29efe0ad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/542e29efe0ad) -
84
+ Update imports from @atlaskit/tokens
85
+ - Updated dependencies
61
86
 
62
87
  ## 3.2.4
63
88
 
64
89
  ### Patch Changes
65
90
 
66
- - [#77148](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77148) [`d2c916f37431`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2c916f37431) - Codegen updates
67
- - Updated dependencies
91
+ - [#77148](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77148)
92
+ [`d2c916f37431`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2c916f37431) -
93
+ Codegen updates
94
+ - Updated dependencies
68
95
 
69
96
  ## 3.2.3
70
97
 
71
98
  ### Patch Changes
72
99
 
73
- - [#74836](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74836) [`3963062ac997`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3963062ac997) - Codegen to add in new font family tokens. Not exposed in any components.
74
- - Updated dependencies
100
+ - [#74836](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74836)
101
+ [`3963062ac997`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3963062ac997) -
102
+ Codegen to add in new font family tokens. Not exposed in any components.
103
+ - Updated dependencies
75
104
 
76
105
  ## 3.2.2
77
106
 
78
107
  ### Patch Changes
79
108
 
80
- - [#72557](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72557) [`0c78c9c18cb7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c78c9c18cb7) - Fix font family not preferencing apple system fonts on macOS
109
+ - [#72557](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72557)
110
+ [`0c78c9c18cb7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c78c9c18cb7) -
111
+ Fix font family not preferencing apple system fonts on macOS
81
112
 
82
113
  ## 3.2.1
83
114
 
84
115
  ### Patch Changes
85
116
 
86
- - [#67463](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67463) [`adf1c3ebf0fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/adf1c3ebf0fd) - Fixed an issue with `Text` where text could render incorrectly if a typography token theme was not present on a page.
87
- - Updated dependencies
117
+ - [#67463](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67463)
118
+ [`adf1c3ebf0fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/adf1c3ebf0fd) -
119
+ Fixed an issue with `Text` where text could render incorrectly if a typography token theme was
120
+ not present on a page.
121
+ - Updated dependencies
88
122
 
89
123
  ## 3.2.0
90
124
 
91
125
  ### Minor Changes
92
126
 
93
- - [#63526](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63526) [`e8835feffae9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e8835feffae9) - Internal change to improve token sorting logic for typography tokens. Typography tokens are now marked as active though they are still in development and not recommend for use without prior approval from ADS.
127
+ - [#63526](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63526)
128
+ [`e8835feffae9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e8835feffae9) -
129
+ Internal change to improve token sorting logic for typography tokens. Typography tokens are now
130
+ marked as active though they are still in development and not recommend for use without prior
131
+ approval from ADS.
94
132
 
95
133
  ### Patch Changes
96
134
 
97
- - Updated dependencies
135
+ - Updated dependencies
98
136
 
99
137
  ## 3.1.0
100
138
 
101
139
  ### Minor Changes
102
140
 
103
- - [#59752](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59752) [`df0bbb7c4cc1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df0bbb7c4cc1) - Removed minor-second typography theme: `typography`. ADG3 and Minor third themes remain as the two typography themes.
141
+ - [#59752](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59752)
142
+ [`df0bbb7c4cc1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df0bbb7c4cc1) -
143
+ Removed minor-second typography theme: `typography`. ADG3 and Minor third themes remain as the
144
+ two typography themes.
104
145
 
105
146
  ### Patch Changes
106
147
 
107
- - Updated dependencies
148
+ - Updated dependencies
108
149
 
109
150
  ## 3.0.6
110
151
 
111
152
  ### Patch Changes
112
153
 
113
- - [#56371](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56371) [`8714b4418a12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8714b4418a12) - Testing new publish workflow
154
+ - [#56371](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56371)
155
+ [`8714b4418a12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8714b4418a12) -
156
+ Testing new publish workflow
114
157
 
115
158
  ## 3.0.5
116
159
 
117
160
  ### Patch Changes
118
161
 
119
- - [#41365](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41365) [`f0a165587f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0a165587f2) - Internal change to update codegen styles.
120
- - Updated dependencies
162
+ - [#41365](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41365)
163
+ [`f0a165587f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0a165587f2) -
164
+ Internal change to update codegen styles.
165
+ - Updated dependencies
121
166
 
122
167
  ## 3.0.4
123
168
 
124
169
  ### Patch Changes
125
170
 
126
- - [#41516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41516) [`350e4081d89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/350e4081d89) - [ux] Regenerates codegen artifacts as a result of changes to color palettes and token values
127
- - Updated dependencies
171
+ - [#41516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41516)
172
+ [`350e4081d89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/350e4081d89) - [ux]
173
+ Regenerates codegen artifacts as a result of changes to color palettes and token values
174
+ - Updated dependencies
128
175
 
129
176
  ## 3.0.3
130
177
 
131
178
  ### Patch Changes
132
179
 
133
- - [#40324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40324) [`8d123310957`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d123310957) - Minor internal changes. There is no expected behaviour change
180
+ - [#40324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40324)
181
+ [`8d123310957`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d123310957) - Minor
182
+ internal changes. There is no expected behaviour change
134
183
 
135
184
  ## 3.0.2
136
185
 
137
186
  ### Patch Changes
138
187
 
139
- - [#41492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41492) [`dc028fe1e3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc028fe1e3b) - Loosen SurfaceProvider type to `any`.
188
+ - [#41492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41492)
189
+ [`dc028fe1e3b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc028fe1e3b) - Loosen
190
+ SurfaceProvider type to `any`.
140
191
 
141
192
  ## 3.0.1
142
193
 
143
194
  ### Patch Changes
144
195
 
145
- - [#40650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40650) [`07aa588c8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07aa588c8a4) - Reverts the fix to text descender cut-off, due to incompatibilities with Firefox and Safari.
196
+ - [#40650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40650)
197
+ [`07aa588c8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07aa588c8a4) -
198
+ Reverts the fix to text descender cut-off, due to incompatibilities with Firefox and Safari.
146
199
 
147
200
  ## 3.0.0
148
201
 
149
202
  ### Major Changes
150
203
 
151
- - [#41301](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41301) [`5f80fdb81a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f80fdb81a0) - Remove Box, Inline, Stack components. These components are deprecated in favour of @atlaskit/primitives.
204
+ - [#41301](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41301)
205
+ [`5f80fdb81a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f80fdb81a0) - Remove
206
+ Box, Inline, Stack components. These components are deprecated in favour of
207
+ @atlaskit/primitives.
152
208
 
153
209
  ## 2.4.0
154
210
 
155
211
  ### Minor Changes
156
212
 
157
- - [#41275](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41275) [`1fd49b30e7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fd49b30e7e) - Revert removal of Box, Inline, Stack entry-points.
213
+ - [#41275](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41275)
214
+ [`1fd49b30e7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fd49b30e7e) - Revert
215
+ removal of Box, Inline, Stack entry-points.
158
216
 
159
217
  ## 2.3.2
160
218
 
161
219
  ### Patch Changes
162
220
 
163
- - [#40299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40299) [`b1882fdd842`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1882fdd842) - Change typography token naming to be more verbose.
221
+ - [#40299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40299)
222
+ [`b1882fdd842`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1882fdd842) - Change
223
+ typography token naming to be more verbose.
164
224
 
165
225
  ## 2.3.1
166
226
 
167
227
  ### Patch Changes
168
228
 
169
- - [#40041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40041) [`83cd2ae7c5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83cd2ae7c5a) - Regenerates codegen artifacts as a result of introducting new visited link token.
170
- - Updated dependencies
229
+ - [#40041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40041)
230
+ [`83cd2ae7c5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83cd2ae7c5a) -
231
+ Regenerates codegen artifacts as a result of introducting new visited link token.
232
+ - Updated dependencies
171
233
 
172
234
  ## 2.3.0
173
235
 
174
236
  ### Minor Changes
175
237
 
176
- - [#40054](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40054) [`933fd5192d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/933fd5192d6) - - Removes UNSAFE_Box component.
177
- - Removes UNSAFE_Inline component.
178
- - Removes UNSAFE_Stack component.
238
+ - [#40054](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40054)
239
+ [`933fd5192d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/933fd5192d6) - -
240
+ Removes UNSAFE_Box component.
241
+ - Removes UNSAFE_Inline component.
242
+ - Removes UNSAFE_Stack component.
179
243
 
180
244
  ## 2.2.15
181
245
 
182
246
  ### Patch Changes
183
247
 
184
- - [#39854](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39854) [`6b3e7af515d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b3e7af515d) - Updates based on new codgen for tokens (no API change).
185
- - Updated dependencies
248
+ - [#39854](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39854)
249
+ [`6b3e7af515d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b3e7af515d) -
250
+ Updates based on new codgen for tokens (no API change).
251
+ - Updated dependencies
186
252
 
187
253
  ## 2.2.14
188
254
 
189
255
  ### Patch Changes
190
256
 
191
- - [#39578](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39578) [`813edf2fe03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/813edf2fe03) - Minor internal changes. There is no expected behaviour change.
192
- - Updated dependencies
257
+ - [#39578](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39578)
258
+ [`813edf2fe03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/813edf2fe03) - Minor
259
+ internal changes. There is no expected behaviour change.
260
+ - Updated dependencies
193
261
 
194
262
  ## 2.2.13
195
263
 
196
264
  ### Patch Changes
197
265
 
198
- - [#39430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39430) [`88e4ac397ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88e4ac397ea) - Regenerates codegen artifacts as a result of introducting new accent interaction tokens.
199
- - Updated dependencies
266
+ - [#39430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39430)
267
+ [`88e4ac397ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88e4ac397ea) -
268
+ Regenerates codegen artifacts as a result of introducting new accent interaction tokens.
269
+ - Updated dependencies
200
270
 
201
271
  ## 2.2.12
202
272
 
203
273
  ### Patch Changes
204
274
 
205
- - [#39135](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39135) [`437a056278c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/437a056278c) - Update to reflect latest tokens.
206
- - Updated dependencies
275
+ - [#39135](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39135)
276
+ [`437a056278c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/437a056278c) - Update
277
+ to reflect latest tokens.
278
+ - Updated dependencies
207
279
 
208
280
  ## 2.2.11
209
281
 
210
282
  ### Patch Changes
211
283
 
212
- - [#38620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38620) [`103ee1d5dd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/103ee1d5dd4) - Internal updates to generated artifacts.
284
+ - [#38620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38620)
285
+ [`103ee1d5dd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/103ee1d5dd4) -
286
+ Internal updates to generated artifacts.
213
287
 
214
288
  ## 2.2.10
215
289
 
216
290
  ### Patch Changes
217
291
 
218
- - [#38433](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38433) [`b11339bc8a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b11339bc8a3) - Internal updates for ADS Typography ADG3 theme.
219
- - Updated dependencies
292
+ - [#38433](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38433)
293
+ [`b11339bc8a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b11339bc8a3) -
294
+ Internal updates for ADS Typography ADG3 theme.
295
+ - Updated dependencies
220
296
 
221
297
  ## 2.2.9
222
298
 
223
299
  ### Patch Changes
224
300
 
225
- - [#38209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38209) [`56b444b56a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b444b56a8) - Fix a bug where text descenders were cut off at high zoom levels on Windows
301
+ - [#38209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38209)
302
+ [`56b444b56a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b444b56a8) - Fix a
303
+ bug where text descenders were cut off at high zoom levels on Windows
226
304
 
227
305
  ## 2.2.8
228
306
 
229
307
  ### Patch Changes
230
308
 
231
- - [#37182](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37182) [`74f7af9882b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74f7af9882b) - [ux] correct fallback color of token color.border.focused to meet contrast requirement
309
+ - [#37182](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37182)
310
+ [`74f7af9882b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74f7af9882b) - [ux]
311
+ correct fallback color of token color.border.focused to meet contrast requirement
232
312
 
233
313
  ## 2.2.7
234
314
 
235
315
  ### Patch Changes
236
316
 
237
- - [#36967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36967) [`298df94426c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/298df94426c) - Regenerates codegen'd artifacts as a result of introducting new brand background design tokens.
238
- - Updated dependencies
317
+ - [#36967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36967)
318
+ [`298df94426c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/298df94426c) -
319
+ Regenerates codegen'd artifacts as a result of introducting new brand background design tokens.
320
+ - Updated dependencies
239
321
 
240
322
  ## 2.2.6
241
323
 
242
324
  ### Patch Changes
243
325
 
244
- - [#36279](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36279) [`27f6081edf2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f6081edf2) - Regenerates codegen hashes to surface changes to tokens
326
+ - [#36279](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36279)
327
+ [`27f6081edf2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f6081edf2) -
328
+ Regenerates codegen hashes to surface changes to tokens
245
329
 
246
330
  ## 2.2.5
247
331
 
248
332
  ### Patch Changes
249
333
 
250
- - [#36218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36218) [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
334
+ - [#36218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36218)
335
+ [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) -
336
+ Updated space token descriptions.
251
337
 
252
338
  ## 2.2.4
253
339
 
254
340
  ### Patch Changes
255
341
 
256
- - [#36072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36072) [`267a88221e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/267a88221e8) - Internal change to update codegen.
342
+ - [#36072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36072)
343
+ [`267a88221e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/267a88221e8) -
344
+ Internal change to update codegen.
257
345
 
258
346
  ## 2.2.3
259
347
 
260
348
  ### Patch Changes
261
349
 
262
- - [#35526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35526) [`55be182b904`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55be182b904) - Regenerates codegen'd artifacts as a result of introducting new design tokens.
263
- - Updated dependencies
350
+ - [#35526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35526)
351
+ [`55be182b904`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55be182b904) -
352
+ Regenerates codegen'd artifacts as a result of introducting new design tokens.
353
+ - Updated dependencies
264
354
 
265
355
  ## 2.2.2
266
356
 
267
357
  ### Patch Changes
268
358
 
269
- - [#35385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35385) [`79e94411a9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79e94411a9c) - Bump to account for regeneration of tokens artifacts.
270
- - Updated dependencies
359
+ - [#35385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35385)
360
+ [`79e94411a9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79e94411a9c) - Bump
361
+ to account for regeneration of tokens artifacts.
362
+ - Updated dependencies
271
363
 
272
364
  ## 2.2.1
273
365
 
274
366
  ### Patch Changes
275
367
 
276
- - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
368
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
369
+ [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
370
+ Removing unused dependencies and dev dependencies
277
371
 
278
372
  ## 2.2.0
279
373
 
280
374
  ### Minor Changes
281
375
 
282
- - [#34217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34217) [`78a3f27cc3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a3f27cc3a) - Regenerate style maps based on token updates.
376
+ - [#34217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34217)
377
+ [`78a3f27cc3a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78a3f27cc3a) -
378
+ Regenerate style maps based on token updates.
283
379
 
284
380
  ### Patch Changes
285
381
 
286
- - Updated dependencies
382
+ - Updated dependencies
287
383
 
288
384
  ## 2.1.2
289
385
 
290
386
  ### Patch Changes
291
387
 
292
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
388
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
389
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
390
+ legacy types are published for TS 4.5-4.8
293
391
 
294
392
  ## 2.1.1
295
393
 
296
394
  ### Patch Changes
297
395
 
298
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
396
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
397
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
398
+ Upgrade Typescript from `4.5.5` to `4.9.5`
299
399
 
300
400
  ## 2.1.0
301
401
 
302
402
  ### Minor Changes
303
403
 
304
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
404
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
405
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
406
+ minor dependency bump
305
407
 
306
408
  ### Patch Changes
307
409
 
308
- - Updated dependencies
410
+ - Updated dependencies
309
411
 
310
412
  ## 2.0.13
311
413
 
312
414
  ### Patch Changes
313
415
 
314
- - [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211) [`1aa8720a4ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1aa8720a4ff) - Internal refactor.
416
+ - [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211)
417
+ [`1aa8720a4ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1aa8720a4ff) -
418
+ Internal refactor.
315
419
 
316
420
  ## 2.0.12
317
421
 
318
422
  ### Patch Changes
319
423
 
320
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
424
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
425
+ [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
426
+ remove before merging to master; dupe adf-schema via adf-utils
321
427
 
322
428
  ## 2.0.11
323
429
 
324
430
  ### Patch Changes
325
431
 
326
- - [#32311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32311) [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
432
+ - [#32311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32311)
433
+ [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move
434
+ codegen into @atlassian scope to publish it to private registry
327
435
 
328
436
  ## 2.0.10
329
437
 
330
438
  ### Patch Changes
331
439
 
332
- - [#31378](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31378) [`9fb52345e8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fb52345e8d) - Update some examples to use Inline and Stack from `@atlaskit/primitives`.
440
+ - [#31378](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31378)
441
+ [`9fb52345e8d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9fb52345e8d) - Update
442
+ some examples to use Inline and Stack from `@atlaskit/primitives`.
333
443
 
334
444
  ## 2.0.9
335
445
 
336
446
  ### Patch Changes
337
447
 
338
- - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206) [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
448
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
449
+ [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) -
450
+ Upgrades component types to support React 18.
339
451
 
340
452
  ## 2.0.8
341
453
 
342
454
  ### Patch Changes
343
455
 
344
- - [#30905](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30905) [`6ce08fbcba2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ce08fbcba2) - [ux] Fixed a bug where the `<Box>` `justifyContent` prop was mistakenly applying `alignItems` for `start` and `end` values
456
+ - [#30905](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30905)
457
+ [`6ce08fbcba2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ce08fbcba2) - [ux]
458
+ Fixed a bug where the `<Box>` `justifyContent` prop was mistakenly applying `alignItems` for
459
+ `start` and `end` values
345
460
 
346
461
  ## 2.0.7
347
462
 
348
463
  ### Patch Changes
349
464
 
350
- - [#31127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31127) [`66493433ce9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66493433ce9) - Removes temporary, internal-only unsafe exports as they now live in @atlaskit/primitives/responsive.
465
+ - [#31127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31127)
466
+ [`66493433ce9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66493433ce9) -
467
+ Removes temporary, internal-only unsafe exports as they now live in
468
+ @atlaskit/primitives/responsive.
351
469
 
352
470
  ## 2.0.6
353
471
 
354
472
  ### Patch Changes
355
473
 
356
- - [#30708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30708) [`4b219ed17bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b219ed17bf) - Breakpoint constants added to be used in responsive spikes initially
474
+ - [#30708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30708)
475
+ [`4b219ed17bf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b219ed17bf) -
476
+ Breakpoint constants added to be used in responsive spikes initially
357
477
 
358
478
  ## 2.0.5
359
479
 
360
480
  ### Patch Changes
361
481
 
362
- - [#30487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30487) [`a70970a5aab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a70970a5aab) - Mark Box, Inline, and Stack as deprecated, planned for future removal.
482
+ - [#30487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30487)
483
+ [`a70970a5aab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a70970a5aab) - Mark
484
+ Box, Inline, and Stack as deprecated, planned for future removal.
363
485
 
364
486
  ## 2.0.4
365
487
 
366
488
  ### Patch Changes
367
489
 
368
- - [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125) [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) - Introduce shape tokens to some packages.
490
+ - [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125)
491
+ [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) -
492
+ Introduce shape tokens to some packages.
369
493
 
370
494
  ## 2.0.3
371
495
 
372
496
  ### Patch Changes
373
497
 
374
- - [#29387](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29387) [`069494fbea6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/069494fbea6) - Internal change. There is no behaviour or visual change.
375
- - Updated dependencies
498
+ - [#29387](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29387)
499
+ [`069494fbea6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/069494fbea6) -
500
+ Internal change. There is no behaviour or visual change.
501
+ - Updated dependencies
376
502
 
377
503
  ## 2.0.2
378
504
 
379
505
  ### Patch Changes
380
506
 
381
- - [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634) [`cf16d8f8bcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf16d8f8bcc) - Removes usage of tokens which have been removed from the codebase
382
- - Updated dependencies
507
+ - [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634)
508
+ [`cf16d8f8bcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf16d8f8bcc) -
509
+ Removes usage of tokens which have been removed from the codebase
510
+ - Updated dependencies
383
511
 
384
512
  ## 2.0.1
385
513
 
386
514
  ### Patch Changes
387
515
 
388
- - [#28784](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28784) [`290b1f069bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/290b1f069bd) - Regenerate codegen styles
516
+ - [#28784](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28784)
517
+ [`290b1f069bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/290b1f069bd) -
518
+ Regenerate codegen styles
389
519
 
390
520
  ## 2.0.0
391
521
 
392
522
  ### Major Changes
393
523
 
394
- - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891) [`544c409d79f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/544c409d79f) - **Breaking Change**
524
+ - [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891)
525
+ [`544c409d79f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/544c409d79f) -
526
+ **Breaking Change**
395
527
 
396
- ### `Text`
528
+ ### `Text`
397
529
 
398
- fontSize, fontWeight, and lineHeight APIs have changed due to typography tokens being introduced. The new values for fontSize and lineHeight follow a scale whereas fontWeight accepts keyword values.
530
+ fontSize, fontWeight, and lineHeight APIs have changed due to typography tokens being
531
+ introduced. The new values for fontSize and lineHeight follow a scale whereas fontWeight accepts
532
+ keyword values.
399
533
 
400
- ### `Box`
534
+ ### `Box`
401
535
 
402
- `padding`, `paddingBlock`, and `paddingInline` prop values now follow the pattern `space.x` instead of `scale.x` to align with spacing tokens.
536
+ `padding`, `paddingBlock`, and `paddingInline` prop values now follow the pattern `space.x`
537
+ instead of `scale.x` to align with spacing tokens.
403
538
 
404
- ### `Inline` and `Stack`
539
+ ### `Inline` and `Stack`
405
540
 
406
- `gap` prop values now follow the pattern `space.x` instead of `scale.x` to align with spacing tokens.
541
+ `gap` prop values now follow the pattern `space.x` instead of `scale.x` to align with spacing
542
+ tokens.
407
543
 
408
544
  ## 1.7.0
409
545
 
410
546
  ### Minor Changes
411
547
 
412
- - [#28165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28165) [`642298a54dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/642298a54dc) - Box - Allow `display` prop to take `inline-block`.
548
+ - [#28165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28165)
549
+ [`642298a54dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/642298a54dc) - Box -
550
+ Allow `display` prop to take `inline-block`.
413
551
 
414
552
  ## 1.6.4
415
553
 
416
554
  ### Patch Changes
417
555
 
418
- - [#27875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27875) [`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
556
+ - [#27875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27875)
557
+ [`1e46e236f6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e46e236f6f) - This
558
+ changeset exists because a PR touches these packages in a way that doesn't require a release
419
559
 
420
560
  ## 1.6.3
421
561
 
422
562
  ### Patch Changes
423
563
 
424
- - [#28011](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28011) [`00c057bdd71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c057bdd71) - Removes spacing-raw & typography-raw entrypoints in favor of tokens-raw
425
- - Updated dependencies
564
+ - [#28011](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28011)
565
+ [`00c057bdd71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c057bdd71) -
566
+ Removes spacing-raw & typography-raw entrypoints in favor of tokens-raw
567
+ - Updated dependencies
426
568
 
427
569
  ## 1.6.2
428
570
 
429
571
  ### Patch Changes
430
572
 
431
- - Updated dependencies
573
+ - Updated dependencies
432
574
 
433
575
  ## 1.6.1
434
576
 
435
577
  ### Patch Changes
436
578
 
437
- - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`f7b2dbd6eba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7b2dbd6eba) - Add fontWeight 600 to Text. Add justifyContent spaceBetween to Inline. Add overflow hidden, position fixed, and start/end flex values to Box. Add shadow and layer props to Box.
579
+ - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
580
+ [`f7b2dbd6eba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7b2dbd6eba) - Add
581
+ fontWeight 600 to Text. Add justifyContent spaceBetween to Inline. Add overflow hidden, position
582
+ fixed, and start/end flex values to Box. Add shadow and layer props to Box.
438
583
 
439
584
  ## 1.6.0
440
585
 
441
586
  ### Minor Changes
442
587
 
443
- - [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076) [`9f9498aafb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9498aafb1) - [ux] Box API introduces `hidden` for `overflow` prop.
588
+ - [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076)
589
+ [`9f9498aafb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9498aafb1) - [ux]
590
+ Box API introduces `hidden` for `overflow` prop.
444
591
 
445
592
  ## 1.5.0
446
593
 
447
594
  ### Minor Changes
448
595
 
449
- - [#27789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27789) [`c146611a18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c146611a18c) - [ux] Migrate progress-indicator package to use spacing primitives to control spacing in both component and examples. Spacing values have been slightly updated depending on indicator size and spacing properties
596
+ - [#27789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27789)
597
+ [`c146611a18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c146611a18c) - [ux]
598
+ Migrate progress-indicator package to use spacing primitives to control spacing in both
599
+ component and examples. Spacing values have been slightly updated depending on indicator size
600
+ and spacing properties
450
601
 
451
602
  ## 1.4.0
452
603
 
453
604
  ### Minor Changes
454
605
 
455
- - [#27894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27894) [`7f886c0aa18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f886c0aa18) - The `Inline` component now allows children to be justified 'space-between'.
606
+ - [#27894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27894)
607
+ [`7f886c0aa18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f886c0aa18) - The
608
+ `Inline` component now allows children to be justified 'space-between'.
456
609
 
457
610
  ## 1.3.2
458
611
 
459
612
  ### Patch Changes
460
613
 
461
- - [#27629](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27629) [`f824dcfff6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f824dcfff6e) - Internal changes to satisfy various lint warnings & errors
614
+ - [#27629](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27629)
615
+ [`f824dcfff6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f824dcfff6e) -
616
+ Internal changes to satisfy various lint warnings & errors
462
617
 
463
618
  ## 1.3.1
464
619
 
465
620
  ### Patch Changes
466
621
 
467
- - [#27433](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27433) [`04f01205c6b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04f01205c6b) - Applies rem instead of pixels as spacing tokens fallbacks. This should have no visual or behavioural change.
622
+ - [#27433](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27433)
623
+ [`04f01205c6b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04f01205c6b) -
624
+ Applies rem instead of pixels as spacing tokens fallbacks. This should have no visual or
625
+ behavioural change.
468
626
 
469
627
  ## 1.3.0
470
628
 
471
629
  ### Minor Changes
472
630
 
473
- - [#27482](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27482) [`7d6e345cd63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d6e345cd63) - Bump to account for bump in `@atlaskit/tokens`.
631
+ - [#27482](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27482)
632
+ [`7d6e345cd63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d6e345cd63) - Bump
633
+ to account for bump in `@atlaskit/tokens`.
474
634
 
475
635
  ## 1.2.2
476
636
 
477
637
  ### Patch Changes
478
638
 
479
- - [#27209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27209) [`1dec7b39f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dec7b39f7b) - - Children are only iterated over when divider prop is passed. There should be no behaviour change.
480
- - Add `user-select: none;` to divider.
639
+ - [#27209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27209)
640
+ [`1dec7b39f7b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dec7b39f7b) - -
641
+ Children are only iterated over when divider prop is passed. There should be no behaviour
642
+ change.
643
+ - Add `user-select: none;` to divider.
481
644
 
482
645
  ## 1.2.1
483
646
 
484
647
  ### Patch Changes
485
648
 
486
- - Updated dependencies
649
+ - Updated dependencies
487
650
 
488
651
  ## 1.2.0
489
652
 
490
653
  ### Minor Changes
491
654
 
492
- - [#26801](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26801) [`e6fb7598867`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6fb7598867) - Exposes additional public entrypoints for `Inline` and `Stack`.
493
- Loosens the types of `children` for the `Inline`, `Stack` and `Box` as it was causing unexpected friction.
655
+ - [#26801](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26801)
656
+ [`e6fb7598867`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6fb7598867) -
657
+ Exposes additional public entrypoints for `Inline` and `Stack`. Loosens the types of `children`
658
+ for the `Inline`, `Stack` and `Box` as it was causing unexpected friction.
494
659
 
495
660
  ## 1.1.0
496
661
 
497
662
  ### Minor Changes
498
663
 
499
- - [#26803](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26803) [`93d75a4e289`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93d75a4e289) - Adding id prop for Text component so that element can be updated with id attribute. It's a way for an element to be uniquely identifiable for a range of reasons. For example: URL anchors, reference target for integrations and accessible label references.
664
+ - [#26803](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26803)
665
+ [`93d75a4e289`](https://bitbucket.org/atlassian/atlassian-frontend/commits/93d75a4e289) - Adding
666
+ id prop for Text component so that element can be updated with id attribute. It's a way for an
667
+ element to be uniquely identifiable for a range of reasons. For example: URL anchors, reference
668
+ target for integrations and accessible label references.
500
669
 
501
670
  ## 1.0.0
502
671
 
503
672
  ### Major Changes
504
673
 
505
- - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`30c6ec5a76f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30c6ec5a76f) - **Breaking Change**
674
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
675
+ [`30c6ec5a76f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30c6ec5a76f) -
676
+ **Breaking Change**
506
677
 
507
- The package has been moved to a v1 state. It is no less or more stable (see readme for more information) however this update is to ensure that the consumption of minor versions for the package in downstream dependencies is correctly resolved.
678
+ The package has been moved to a v1 state. It is no less or more stable (see readme for more
679
+ information) however this update is to ensure that the consumption of minor versions for the
680
+ package in downstream dependencies is correctly resolved.
508
681
 
509
- This update also includes changes to the way the `Text` component behaves with `Box`:
682
+ This update also includes changes to the way the `Text` component behaves with `Box`:
510
683
 
511
- - Text will now remove redundant DOM elements if it detects that it is already in the context of a `Text` element. This will only occur if the Text element that is a candidate for removal does not apply any custom property.
512
- - Text will also try to apply a color that is accessible if no user choice has been provided and the background of the surface causes an accessibility failure.
684
+ - Text will now remove redundant DOM elements if it detects that it is already in the context
685
+ of a `Text` element. This will only occur if the Text element that is a candidate for
686
+ removal does not apply any custom property.
687
+ - Text will also try to apply a color that is accessible if no user choice has been provided
688
+ and the background of the surface causes an accessibility failure.
513
689
 
514
690
  ### Minor Changes
515
691
 
516
- - [`664d3fe6586`](https://bitbucket.org/atlassian/atlassian-frontend/commits/664d3fe6586) - Use spacing tokens for all spacing-related props. Remove old SPACING_SCALE and GlobalSpacingToken.
692
+ - [`664d3fe6586`](https://bitbucket.org/atlassian/atlassian-frontend/commits/664d3fe6586) - Use
693
+ spacing tokens for all spacing-related props. Remove old SPACING_SCALE and GlobalSpacingToken.
517
694
 
518
695
  ### Patch Changes
519
696
 
520
- - [`f5ae2702e35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5ae2702e35) - Box component now infers HTML attribute props from `as` prop.
521
- - [`7c6009de2f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c6009de2f1) - [ux] Updates the visual appearance to match the legacy light mode palette.
697
+ - [`f5ae2702e35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5ae2702e35) - Box
698
+ component now infers HTML attribute props from `as` prop.
699
+ - [`7c6009de2f1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c6009de2f1) - [ux]
700
+ Updates the visual appearance to match the legacy light mode palette.
522
701
 
523
702
  ## 0.1.5
524
703
 
525
704
  ### Patch Changes
526
705
 
527
- - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`7014fd08976`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7014fd08976) - [ux] Inline gap prop now internally sets column-gap; Stack gap prop now internally sets row-gap
528
- - [`ba660f4f76f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba660f4f76f) - Add `start` and `end` values to Stack and Inline flex properties.
529
- - [`3ee63238f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ee63238f49) - Update internals of Box, Text, Inline and Stack to handle `children` more accurately.
530
- Also update scope of `use-primitives` to suggest Box and Text more selectively.
531
- - [`9dec0fe6946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dec0fe6946) - Add overflow prop to Box.
532
- - [`7a9e73ec430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a9e73ec430) - [ux] Internal changes to how styles are represented in SectionMessage. Some minor visual changes to the color and spacing of SectionMessage. No changes to the SectionMessage API.
706
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
707
+ [`7014fd08976`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7014fd08976) - [ux]
708
+ Inline gap prop now internally sets column-gap; Stack gap prop now internally sets row-gap
709
+ - [`ba660f4f76f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba660f4f76f) - Add
710
+ `start` and `end` values to Stack and Inline flex properties.
711
+ - [`3ee63238f49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ee63238f49) - Update
712
+ internals of Box, Text, Inline and Stack to handle `children` more accurately. Also update scope
713
+ of `use-primitives` to suggest Box and Text more selectively.
714
+ - [`9dec0fe6946`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9dec0fe6946) - Add
715
+ overflow prop to Box.
716
+ - [`7a9e73ec430`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a9e73ec430) - [ux]
717
+ Internal changes to how styles are represented in SectionMessage. Some minor visual changes to
718
+ the color and spacing of SectionMessage. No changes to the SectionMessage API.
533
719
 
534
720
  ## 0.1.4
535
721
 
536
722
  ### Patch Changes
537
723
 
538
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
724
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
725
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
726
+ Upgrade Typescript from `4.3.5` to `4.5.5`
539
727
 
540
728
  ## 0.1.3
541
729
 
542
730
  ### Patch Changes
543
731
 
544
- - [#24929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24929) [`d6328e5e1ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6328e5e1ec) - Removes the default values for `<Text />`.
732
+ - [#24929](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24929)
733
+ [`d6328e5e1ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6328e5e1ec) -
734
+ Removes the default values for `<Text />`.
545
735
 
546
736
  ## 0.1.2
547
737
 
548
738
  ### Patch Changes
549
739
 
550
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`37246e87cfc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37246e87cfc) - Adds position static to Box.
551
- Changes lozenge to use position static instead of relative.
552
- - [`09c2fef4837`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09c2fef4837) - Introduces a `className` to `Box`.
553
- - [`862d3b09b49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/862d3b09b49) - Add `shouldTruncate` prop to Text to enable truncating text with an ellipsis. Defaults to false.
554
- - [`def8e951547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/def8e951547) - Drop href from Text. Reduce `as` options available for Text to account only for the most basic HTML elements that typically contain text.
555
- - [`22198a90b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22198a90b65) - Add textTransform prop, verticalAlign prop, and fontWeight '700' option to Text component. Changed fontSize prop options to include 'px' unit. Add default 'border-box' box-sizing to Text. Export BoxProps, TextProps, and SPACING_SCALE.
740
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
741
+ [`37246e87cfc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37246e87cfc) - Adds
742
+ position static to Box. Changes lozenge to use position static instead of relative.
743
+ - [`09c2fef4837`](https://bitbucket.org/atlassian/atlassian-frontend/commits/09c2fef4837) -
744
+ Introduces a `className` to `Box`.
745
+ - [`862d3b09b49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/862d3b09b49) - Add
746
+ `shouldTruncate` prop to Text to enable truncating text with an ellipsis. Defaults to false.
747
+ - [`def8e951547`](https://bitbucket.org/atlassian/atlassian-frontend/commits/def8e951547) - Drop
748
+ href from Text. Reduce `as` options available for Text to account only for the most basic HTML
749
+ elements that typically contain text.
750
+ - [`22198a90b65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22198a90b65) - Add
751
+ textTransform prop, verticalAlign prop, and fontWeight '700' option to Text component. Changed
752
+ fontSize prop options to include 'px' unit. Add default 'border-box' box-sizing to Text. Export
753
+ BoxProps, TextProps, and SPACING_SCALE.
556
754
 
557
755
  ## 0.1.1
558
756
 
559
757
  ### Patch Changes
560
758
 
561
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
759
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
760
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
761
+ Upgrade Typescript from `4.2.4` to `4.3.5`.
562
762
 
563
763
  ## 0.1.0
564
764
 
565
765
  ### Minor Changes
566
766
 
567
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`57b94585c64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57b94585c64) - Breaking change to the color props which now require a fallback. Generated colors now also include additional background color types.
568
- - [`57c59a5c2d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c59a5c2d2) - Initial implementation of UNSAFE_Box
767
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
768
+ [`57b94585c64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57b94585c64) -
769
+ Breaking change to the color props which now require a fallback. Generated colors now also
770
+ include additional background color types.
771
+ - [`57c59a5c2d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c59a5c2d2) -
772
+ Initial implementation of UNSAFE_Box
569
773
 
570
774
  ### Patch Changes
571
775
 
572
- - [`72c111790cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72c111790cf) - [ux] Refine implementation of Text primitive
573
- - [`c28d7c86875`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c28d7c86875) - Add base interface to primitives in ds-explorations.
574
- - [`e11b4abd515`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e11b4abd515) - Adds initial implementation of Inline and Stack. Adds "block" option to Box `display` prop. Removes "baseline" option from Box `justifyContent` prop. Removes `gap` prop from Box.
575
- - [`0dbb4833163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dbb4833163) - Exports primitives components. Adds basic line-height values to Text.
576
- - [`ea36ea17c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea36ea17c4e) - Text now supports text-align and it's used for Badge to retain existing visuals
776
+ - [`72c111790cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72c111790cf) - [ux]
777
+ Refine implementation of Text primitive
778
+ - [`c28d7c86875`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c28d7c86875) - Add
779
+ base interface to primitives in ds-explorations.
780
+ - [`e11b4abd515`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e11b4abd515) - Adds
781
+ initial implementation of Inline and Stack. Adds "block" option to Box `display` prop. Removes
782
+ "baseline" option from Box `justifyContent` prop. Removes `gap` prop from Box.
783
+ - [`0dbb4833163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0dbb4833163) -
784
+ Exports primitives components. Adds basic line-height values to Text.
785
+ - [`ea36ea17c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea36ea17c4e) - Text
786
+ now supports text-align and it's used for Badge to retain existing visuals
577
787
 
578
788
  ## 0.0.3
579
789
 
580
790
  ### Patch Changes
581
791
 
582
- - [#23579](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23579) [`40151c42d7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40151c42d7d) - Update background, text and icon disabled colors to use alpha base tokens
792
+ - [#23579](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23579)
793
+ [`40151c42d7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/40151c42d7d) - Update
794
+ background, text and icon disabled colors to use alpha base tokens
583
795
 
584
796
  ## 0.0.2
585
797
 
586
798
  ### Patch Changes
587
799
 
588
- - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`232b2b765b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/232b2b765b9) - Internal changes to the way styles are created for the `Box` and `Text` components. Both components now use a wrapper over the `af/codegen`'s expected API to generate styles and types from the tokens package.
589
- - [`29b8b26ee79`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29b8b26ee79) - Updates Box, Text to include partial implementations to spike and experiment with different usages.
800
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
801
+ [`232b2b765b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/232b2b765b9) -
802
+ Internal changes to the way styles are created for the `Box` and `Text` components. Both
803
+ components now use a wrapper over the `af/codegen`'s expected API to generate styles and types
804
+ from the tokens package.
805
+ - [`29b8b26ee79`](https://bitbucket.org/atlassian/atlassian-frontend/commits/29b8b26ee79) -
806
+ Updates Box, Text to include partial implementations to spike and experiment with different
807
+ usages.
590
808
 
591
809
  ## 0.0.1
592
810
 
593
811
  ### Patch Changes
594
812
 
595
- - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`f7edb043597`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7edb043597) - Initial release, no API exposed.
813
+ - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
814
+ [`f7edb043597`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7edb043597) -
815
+ Initial release, no API exposed.