@atlaskit/primitives 1.6.1 → 1.6.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 (43) hide show
  1. package/CHANGELOG.md +90 -84
  2. package/constellation/bleed/code.mdx +1 -1
  3. package/constellation/box/code.mdx +1 -1
  4. package/constellation/box/examples.mdx +5 -1
  5. package/constellation/box/usage.mdx +3 -0
  6. package/constellation/flex/code.mdx +1 -1
  7. package/constellation/flex/examples.mdx +5 -3
  8. package/constellation/grid/code.mdx +1 -1
  9. package/constellation/grid/examples.mdx +4 -3
  10. package/constellation/inline/code.mdx +1 -1
  11. package/constellation/inline/examples.mdx +27 -10
  12. package/constellation/inline/usage.mdx +2 -0
  13. package/constellation/overview/index.mdx +8 -1
  14. package/constellation/responsive/01-show/code.mdx +1 -1
  15. package/constellation/responsive/01-show/examples.mdx +8 -3
  16. package/constellation/responsive/02-hide/code.mdx +1 -1
  17. package/constellation/responsive/02-hide/examples.mdx +8 -2
  18. package/constellation/responsive/03-breakpoints/examples.mdx +1 -1
  19. package/constellation/responsive/examples.mdx +9 -6
  20. package/constellation/stack/code.mdx +1 -1
  21. package/constellation/stack/examples.mdx +10 -4
  22. package/constellation/stack/usage.mdx +3 -0
  23. package/constellation/xcss/examples.mdx +0 -1
  24. package/constellation/xcss/migration.mdx +4 -6
  25. package/constellation/xcss/usage.mdx +20 -16
  26. package/package.json +2 -13
  27. package/scripts/typography-codegen-template.tsx +1 -1
  28. package/constellation/heading/code.mdx +0 -19
  29. package/constellation/heading/examples.mdx +0 -28
  30. package/constellation/heading/usage.mdx +0 -21
  31. package/dist/cjs/components/heading-context.js +0 -44
  32. package/dist/cjs/components/heading.js +0 -95
  33. package/dist/es2019/components/heading-context.js +0 -35
  34. package/dist/es2019/components/heading.js +0 -87
  35. package/dist/esm/components/heading-context.js +0 -34
  36. package/dist/esm/components/heading.js +0 -87
  37. package/dist/types/components/heading-context.d.ts +0 -31
  38. package/dist/types/components/heading.d.ts +0 -45
  39. package/dist/types-ts4.5/components/heading-context.d.ts +0 -31
  40. package/dist/types-ts4.5/components/heading.d.ts +0 -45
  41. package/extract-react-types/heading-props.tsx +0 -3
  42. package/heading/package.json +0 -15
  43. package/heading-context/package.json +0 -15
package/CHANGELOG.md CHANGED
@@ -1,24 +1,30 @@
1
1
  # @atlaskit/primitives
2
2
 
3
+ ## 1.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#40254](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40254) [`c296560ae7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c296560ae7e) - Removes unused experimental component.
8
+
3
9
  ## 1.6.1
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - [`83cd2ae7c5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83cd2ae7c5a) - Regenerates codegen artifacts as a result of introducting new visited link token.
13
+ - [#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.
8
14
  - Updated dependencies
9
15
 
10
16
  ## 1.6.0
11
17
 
12
18
  ### Minor Changes
13
19
 
14
- - [`9cd356f858a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cd356f858a) - Negative space tokens can now be applied to margin properties via `xcss`.
20
+ - [#40104](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40104) [`9cd356f858a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cd356f858a) - Negative space tokens can now be applied to margin properties via `xcss`.
15
21
 
16
22
  ## 1.5.0
17
23
 
18
24
  ### Minor Changes
19
25
 
20
- - [`fa6c592fdb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6c592fdb2) - Introduce `Heading` into package in immediate alpha state. This is more or less a port of `@atlaskit/heading`. Component is not yet stable and implementation is likely to change.
21
- - [`c2e55a9b782`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2e55a9b782) - Adds surface detection support to the Box primitive:
26
+ - [#39556](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39556) [`fa6c592fdb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6c592fdb2) - Introduce `Heading` into package in immediate alpha state. This is more or less a port of `@atlaskit/heading`. Component is not yet stable and implementation is likely to change.
27
+ - [#39412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39412) [`c2e55a9b782`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2e55a9b782) - Adds surface detection support to the Box primitive:
22
28
 
23
29
  - Enable a `Box` background colour to be set to the `utility.elevation.surface.current` token.
24
30
  - Internally set the current surface CSS variable value when the background color of a Box is set to a surface token (e.g. `elevation.surface.raised`).
@@ -27,25 +33,25 @@
27
33
 
28
34
  ### Patch Changes
29
35
 
30
- - [`4e58672502e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e58672502e) - Create text component.
36
+ - [#39431](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39431) [`4e58672502e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e58672502e) - Create text component.
31
37
 
32
38
  ## 1.4.3
33
39
 
34
40
  ### Patch Changes
35
41
 
36
- - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
42
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
37
43
 
38
44
  ## 1.4.2
39
45
 
40
46
  ### Patch Changes
41
47
 
42
- - [`89ce462b216`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89ce462b216) - Fix for margin properties not being mapped to values correctly.
48
+ - [#39808](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39808) [`89ce462b216`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89ce462b216) - Fix for margin properties not being mapped to values correctly.
43
49
 
44
50
  ## 1.4.1
45
51
 
46
52
  ### Patch Changes
47
53
 
48
- - [`da792e55f6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da792e55f6f) - - Bleed now uses negative space tokens under the hood.
54
+ - [#39578](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39578) [`da792e55f6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da792e55f6f) - - Bleed now uses negative space tokens under the hood.
49
55
  - Fixed an issue where the wrong token would apply for space.025 in Bleed's `block` prop.
50
56
  - Fallback values for Bleed `block` and `inline` props now use rem instead of px - this is only applied if space tokens are not available on the page. Space tokens already use rem under the hood.
51
57
  - Updated dependencies
@@ -54,125 +60,125 @@
54
60
 
55
61
  ### Minor Changes
56
62
 
57
- - [`9ac38d5c3e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ac38d5c3e9) - All margin and padding properties now support autocomplete and token values in xcss.
63
+ - [#39471](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39471) [`9ac38d5c3e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ac38d5c3e9) - All margin and padding properties now support autocomplete and token values in xcss.
58
64
 
59
65
  ## 1.3.1
60
66
 
61
67
  ### Patch Changes
62
68
 
63
- - [`88e4ac397ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88e4ac397ea) - Regenerates codegen artifacts as a result of introducting new accent interaction tokens.
69
+ - [#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.
64
70
  - Updated dependencies
65
71
 
66
72
  ## 1.3.0
67
73
 
68
74
  ### Minor Changes
69
75
 
70
- - [`abfe7585461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abfe7585461) - Improved type safety for Box.
76
+ - [#39264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39264) [`abfe7585461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abfe7585461) - Improved type safety for Box.
71
77
 
72
78
  ## 1.2.3
73
79
 
74
80
  ### Patch Changes
75
81
 
76
- - [`dfd014c15b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd014c15b3) - [ux] Pressable primitive: Adds missing cursor style `not-allowed` for disabled buttons
82
+ - [#38772](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38772) [`dfd014c15b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd014c15b3) - [ux] Pressable primitive: Adds missing cursor style `not-allowed` for disabled buttons
77
83
 
78
84
  ## 1.2.2
79
85
 
80
86
  ### Patch Changes
81
87
 
82
- - [`9a3fd8455fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a3fd8455fb) - Stack `alignBlock` prop now accepts `'stretch'` which is also the default value for the `alignBlock` prop.
88
+ - [#39350](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39350) [`9a3fd8455fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a3fd8455fb) - Stack `alignBlock` prop now accepts `'stretch'` which is also the default value for the `alignBlock` prop.
83
89
 
84
90
  ## 1.2.1
85
91
 
86
92
  ### Patch Changes
87
93
 
88
- - [`9a88d718e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a88d718e48) - This package is now onboarded onto the product push model.
94
+ - [#38530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38530) [`9a88d718e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a88d718e48) - This package is now onboarded onto the product push model.
89
95
 
90
96
  ## 1.2.0
91
97
 
92
98
  ### Minor Changes
93
99
 
94
- - [`37e0d67942b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37e0d67942b) - - Add missing `xcss` type export for `TextColor`
100
+ - [#38293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38293) [`37e0d67942b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37e0d67942b) - - Add missing `xcss` type export for `TextColor`
95
101
  - Fixes a bug where the `xcss` function did not accept `color.link` or `color.link.pressed` token values for text color
96
102
 
97
103
  ## 1.1.0
98
104
 
99
105
  ### Minor Changes
100
106
 
101
- - [`0116391a81e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0116391a81e) - - Support `xcss` in `Pressable`
107
+ - [#37917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37917) [`0116391a81e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0116391a81e) - - Support `xcss` in `Pressable`
102
108
  - Remove dependency on `@atlaskit/focus-ring`
103
109
 
104
110
  ## 1.0.11
105
111
 
106
112
  ### Patch Changes
107
113
 
108
- - [`30fb9fe0ff4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30fb9fe0ff4) - Mark Pressable exports as unsafe (for internal use only)
114
+ - [#38239](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38239) [`30fb9fe0ff4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30fb9fe0ff4) - Mark Pressable exports as unsafe (for internal use only)
109
115
 
110
116
  ## 1.0.10
111
117
 
112
118
  ### Patch Changes
113
119
 
114
- - [`ac645224013`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac645224013) - Removes generic for `xcss` fn. Adds support for other `AtTypes`.
120
+ - [#38000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38000) [`ac645224013`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac645224013) - Removes generic for `xcss` fn. Adds support for other `AtTypes`.
115
121
 
116
122
  ## 1.0.9
117
123
 
118
124
  ### Patch Changes
119
125
 
120
- - [`1859bc0b8c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1859bc0b8c7) - Update the casing on `xcss` to ensure consistency with the API and package consumption.
126
+ - [#37947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37947) [`1859bc0b8c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1859bc0b8c7) - Update the casing on `xcss` to ensure consistency with the API and package consumption.
121
127
 
122
128
  ## 1.0.8
123
129
 
124
130
  ### Patch Changes
125
131
 
126
- - [`8986cf1ed16`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8986cf1ed16) - Reverts a change that allowed className to be applied to Box.
132
+ - [#37805](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37805) [`8986cf1ed16`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8986cf1ed16) - Reverts a change that allowed className to be applied to Box.
127
133
 
128
134
  ## 1.0.7
129
135
 
130
136
  ### Patch Changes
131
137
 
132
- - [`6070ef412be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6070ef412be) - Box now accepts any HTML element for its `as` prop. Fixed issue where types may be incorrect depending on element used for the `as` prop.
138
+ - [#37419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37419) [`6070ef412be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6070ef412be) - Box now accepts any HTML element for its `as` prop. Fixed issue where types may be incorrect depending on element used for the `as` prop.
133
139
 
134
140
  ## 1.0.6
135
141
 
136
142
  ### Patch Changes
137
143
 
138
- - [`aa8ec75ace3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa8ec75ace3) - Simplify types for `Show` and `Hide` components. There should be no difference in behavior.
144
+ - [#37400](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37400) [`aa8ec75ace3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa8ec75ace3) - Simplify types for `Show` and `Hide` components. There should be no difference in behavior.
139
145
 
140
146
  ## 1.0.5
141
147
 
142
148
  ### Patch Changes
143
149
 
144
- - [`3fadbb8bf73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fadbb8bf73) - Internal changes.
150
+ - [#37278](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37278) [`3fadbb8bf73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fadbb8bf73) - Internal changes.
145
151
 
146
152
  ## 1.0.4
147
153
 
148
154
  ### Patch Changes
149
155
 
150
- - [`74f7af9882b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74f7af9882b) - [ux] correct fallback color of token color.border.focused to meet contrast requirement
156
+ - [#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
151
157
 
152
158
  ## 1.0.3
153
159
 
154
160
  ### Patch Changes
155
161
 
156
- - [`298df94426c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/298df94426c) - Regenerates codegen'd artifacts as a result of introducting new brand background design tokens.
162
+ - [#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.
157
163
  - Updated dependencies
158
164
 
159
165
  ## 1.0.2
160
166
 
161
167
  ### Patch Changes
162
168
 
163
- - [`45ff2cd234f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ff2cd234f) - Fixes missing type in `Flex` component, adds `Grid` component.
169
+ - [#36605](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36605) [`45ff2cd234f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ff2cd234f) - Fixes missing type in `Flex` component, adds `Grid` component.
164
170
 
165
171
  ## 1.0.1
166
172
 
167
173
  ### Patch Changes
168
174
 
169
- - [`cac98ccfb7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cac98ccfb7d) - Introduces Flex component as common component for Stack, Inline.
175
+ - [#36261](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36261) [`cac98ccfb7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cac98ccfb7d) - Introduces Flex component as common component for Stack, Inline.
170
176
 
171
177
  ## 1.0.0
172
178
 
173
179
  ### Major Changes
174
180
 
175
- - [`fec62731e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fec62731e2e) - This package is now in open beta and is no longer considered experimental. We will be making iterative improvements until GA. While the API is likely to be stable, we reserve the right to make changes if required. This version contains no changes whatsoever.
181
+ - [#36313](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36313) [`fec62731e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fec62731e2e) - This package is now in open beta and is no longer considered experimental. We will be making iterative improvements until GA. While the API is likely to be stable, we reserve the right to make changes if required. This version contains no changes whatsoever.
176
182
 
177
183
  P.S. The reason for the change is to aid package deduplication in the product.
178
184
 
@@ -180,31 +186,31 @@
180
186
 
181
187
  ### Minor Changes
182
188
 
183
- - [`fe3ef707163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe3ef707163) - Initial Pressable primitive (not ready for production)
189
+ - [#34769](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34769) [`fe3ef707163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe3ef707163) - Initial Pressable primitive (not ready for production)
184
190
 
185
191
  ## 0.15.3
186
192
 
187
193
  ### Patch Changes
188
194
 
189
- - [`27f6081edf2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f6081edf2) - Regenerates codegen hashes to surface changes to tokens
195
+ - [#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
190
196
 
191
197
  ## 0.15.2
192
198
 
193
199
  ### Patch Changes
194
200
 
195
- - [`ab4938b0c32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab4938b0c32) - Remove runtime dev warning for invalid token aliases.
201
+ - [#36230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36230) [`ab4938b0c32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab4938b0c32) - Remove runtime dev warning for invalid token aliases.
196
202
 
197
203
  ## 0.15.1
198
204
 
199
205
  ### Patch Changes
200
206
 
201
- - [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
207
+ - [#36218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36218) [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
202
208
 
203
209
  ## 0.15.0
204
210
 
205
211
  ### Minor Changes
206
212
 
207
- - [`8b04f3e78bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b04f3e78bd) - Adds basic `<Show>` and `<Hide>` responsive primitive components to make consistent, composable UIs without writing a dozen lines for just one `display: none` css rule.
213
+ - [#36050](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36050) [`8b04f3e78bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b04f3e78bd) - Adds basic `<Show>` and `<Hide>` responsive primitive components to make consistent, composable UIs without writing a dozen lines for just one `display: none` css rule.
208
214
 
209
215
  Additionally:
210
216
 
@@ -215,31 +221,31 @@
215
221
 
216
222
  ### Patch Changes
217
223
 
218
- - [`4c026f170d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c026f170d6) - Remove warnings for non-token values passed to xcss in non-development environments.
224
+ - [#36141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36141) [`4c026f170d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c026f170d6) - Remove warnings for non-token values passed to xcss in non-development environments.
219
225
 
220
226
  ## 0.14.2
221
227
 
222
228
  ### Patch Changes
223
229
 
224
- - [`267a88221e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/267a88221e8) - Internal change to update codegen.
230
+ - [#36072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36072) [`267a88221e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/267a88221e8) - Internal change to update codegen.
225
231
 
226
232
  ## 0.14.1
227
233
 
228
234
  ### Patch Changes
229
235
 
230
- - [`d79b6172a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d79b6172a93) - Add documentation for responsive xcss.
236
+ - [#35133](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35133) [`d79b6172a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d79b6172a93) - Add documentation for responsive xcss.
231
237
 
232
238
  ## 0.14.0
233
239
 
234
240
  ### Minor Changes
235
241
 
236
- - [`5af07899f5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af07899f5b) - Loosens types to better reflect `xcss` API.
242
+ - [#35712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35712) [`5af07899f5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af07899f5b) - Loosens types to better reflect `xcss` API.
237
243
 
238
244
  ## 0.13.0
239
245
 
240
246
  ### Minor Changes
241
247
 
242
- - [`455677dbd4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455677dbd4c) - - Documents the responsive media helpers into an Alpha state.
248
+ - [#35149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35149) [`455677dbd4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455677dbd4c) - - Documents the responsive media helpers into an Alpha state.
243
249
  - BREAKING: Removes the `xxl` breakpoint from all media queries (should be unused).
244
250
  - Adds a new `media` export without `media.below` intentionally omitted. Should be unused externally, but used internally and still available via the existing `UNSAFE_media` export.
245
251
  - Changes the underlying media queries to be a bit safer against unexpected overlap. This changes the breakpoints ever-so-slightly, but given browsers round fractional rems, it's impractical that this will have any unintended impact—if anything, it may fix a bug.
@@ -248,76 +254,76 @@
248
254
 
249
255
  ### Patch Changes
250
256
 
251
- - [`3be327cdd6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3be327cdd6a) - Allow styles to be applied to Inline through xcss.
257
+ - [#35592](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35592) [`3be327cdd6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3be327cdd6a) - Allow styles to be applied to Inline through xcss.
252
258
 
253
259
  ## 0.12.5
254
260
 
255
261
  ### Patch Changes
256
262
 
257
- - [`55be182b904`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55be182b904) - Regenerates codegen'd artifacts as a result of introducting new design tokens.
263
+ - [#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.
258
264
  - Updated dependencies
259
265
 
260
266
  ## 0.12.4
261
267
 
262
268
  ### Patch Changes
263
269
 
264
- - [`b2706220d22`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2706220d22) - Adds an experimental `UNSAFE_useMediaQuery` hook to utilize our media query breakpoints in JavaScript. This is not SSR-safe and will return `null` or perhaps incorrectly depending on your SSR environment.
270
+ - [#35270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35270) [`b2706220d22`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2706220d22) - Adds an experimental `UNSAFE_useMediaQuery` hook to utilize our media query breakpoints in JavaScript. This is not SSR-safe and will return `null` or perhaps incorrectly depending on your SSR environment.
265
271
 
266
272
  ## 0.12.3
267
273
 
268
274
  ### Patch Changes
269
275
 
270
- - [`79e94411a9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79e94411a9c) - Bump to account for regeneration of tokens artifacts.
276
+ - [#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.
271
277
  - Updated dependencies
272
278
 
273
279
  ## 0.12.2
274
280
 
275
281
  ### Patch Changes
276
282
 
277
- - [`e278a3b0ea9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e278a3b0ea9) - Allow loose auto completion and less strict types for some xcss properties.
283
+ - [#33287](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33287) [`e278a3b0ea9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e278a3b0ea9) - Allow loose auto completion and less strict types for some xcss properties.
278
284
 
279
285
  ## 0.12.1
280
286
 
281
287
  ### Patch Changes
282
288
 
283
- - [`3f273cdd54f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f273cdd54f) - Allow for an Inline list item.
289
+ - [#35248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35248) [`3f273cdd54f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f273cdd54f) - Allow for an Inline list item.
284
290
 
285
291
  ## 0.12.0
286
292
 
287
293
  ### Minor Changes
288
294
 
289
- - [`407853b7b26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/407853b7b26) - Inline now has a new default value for the `alignBlock` prop: `start` - the previous default, `stretch`, is now an option that can be set explicitly as well.
295
+ - [#35158](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35158) [`407853b7b26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/407853b7b26) - Inline now has a new default value for the `alignBlock` prop: `start` - the previous default, `stretch`, is now an option that can be set explicitly as well.
290
296
 
291
297
  ## 0.11.0
292
298
 
293
299
  ### Minor Changes
294
300
 
295
- - [`8bd6dc6027f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bd6dc6027f) - Box backgroundColor prop now accepts full token names, abbreviated forms will no longer work. xcss now accepts full token names, abbreviated forms will no longer work.
301
+ - [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833) [`8bd6dc6027f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bd6dc6027f) - Box backgroundColor prop now accepts full token names, abbreviated forms will no longer work. xcss now accepts full token names, abbreviated forms will no longer work.
296
302
 
297
303
  ## 0.10.1
298
304
 
299
305
  ### Patch Changes
300
306
 
301
- - [`b6302963111`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6302963111) - Change border.radius.normal to be 3px instead of 4px.
307
+ - [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922) [`b6302963111`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6302963111) - Change border.radius.normal to be 3px instead of 4px.
302
308
  `display: grid` is now accepted for `xcss`.
303
309
 
304
310
  ## 0.10.0
305
311
 
306
312
  ### Minor Changes
307
313
 
308
- - [`313d71fce9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/313d71fce9c) - Allow media queries at predefined breakpoints to be applied through xcss.
314
+ - [#34913](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34913) [`313d71fce9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/313d71fce9c) - Allow media queries at predefined breakpoints to be applied through xcss.
309
315
 
310
316
  ## 0.9.5
311
317
 
312
318
  ### Patch Changes
313
319
 
314
- - [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
320
+ - [#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
315
321
 
316
322
  ## 0.9.4
317
323
 
318
324
  ### Patch Changes
319
325
 
320
- - [`b19d5c53b64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b19d5c53b64) - Internal changest to the primitives package related to token generated styles.
326
+ - [#34217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34217) [`b19d5c53b64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b19d5c53b64) - Internal changest to the primitives package related to token generated styles.
321
327
  - [`4c4dcc3d571`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c4dcc3d571) - Updates primitives internal style map.
322
328
  - Updated dependencies
323
329
 
@@ -325,26 +331,26 @@
325
331
 
326
332
  ### Patch Changes
327
333
 
328
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
329
- - [`e06d56c5a3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e06d56c5a3d) - Adds type hinting for `fill` CSS property.
334
+ - [#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
335
+ - [#33693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33693) [`e06d56c5a3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e06d56c5a3d) - Adds type hinting for `fill` CSS property.
330
336
 
331
337
  ## 0.9.2
332
338
 
333
339
  ### Patch Changes
334
340
 
335
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
341
+ - [#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`
336
342
 
337
343
  ## 0.9.1
338
344
 
339
345
  ### Patch Changes
340
346
 
341
- - [`5a9e73494eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a9e73494eb) - Updates to internal documentation.
347
+ - [#33120](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33120) [`5a9e73494eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a9e73494eb) - Updates to internal documentation.
342
348
 
343
349
  ## 0.9.0
344
350
 
345
351
  ### Minor Changes
346
352
 
347
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
353
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
348
354
 
349
355
  ### Patch Changes
350
356
 
@@ -354,62 +360,62 @@
354
360
 
355
361
  ### Patch Changes
356
362
 
357
- - [`da1727baf77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da1727baf77) - Allow non tokenised values to be passed through for tokenisable properties like `padding`. Adds type hinting for zIndex CSS property.
363
+ - [#33127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33127) [`da1727baf77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da1727baf77) - Allow non tokenised values to be passed through for tokenisable properties like `padding`. Adds type hinting for zIndex CSS property.
358
364
 
359
365
  ## 0.8.8
360
366
 
361
367
  ### Patch Changes
362
368
 
363
- - [`5a134a5128a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a134a5128a) - Adds type hinting for boxShadow CSS property. Fixes bug with token to CSS custom property transformation for gap, rowGap, columnGap.
369
+ - [#33092](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33092) [`5a134a5128a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a134a5128a) - Adds type hinting for boxShadow CSS property. Fixes bug with token to CSS custom property transformation for gap, rowGap, columnGap.
364
370
 
365
371
  ## 0.8.7
366
372
 
367
373
  ### Patch Changes
368
374
 
369
- - [`bad2da77917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bad2da77917) - The Box primitive now accepts more elements for the 'as' prop
375
+ - [#32798](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32798) [`bad2da77917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bad2da77917) - The Box primitive now accepts more elements for the 'as' prop
370
376
 
371
377
  ## 0.8.6
372
378
 
373
379
  ### Patch Changes
374
380
 
375
- - [`b5b26f3d947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5b26f3d947) - Bugfix: 'padding' prop no longer takes (incorrect) precedence over any other padding props.
381
+ - [#33022](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33022) [`b5b26f3d947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5b26f3d947) - Bugfix: 'padding' prop no longer takes (incorrect) precedence over any other padding props.
376
382
 
377
383
  ## 0.8.5
378
384
 
379
385
  ### Patch Changes
380
386
 
381
- - [`0969a35c1b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0969a35c1b0) - Allow type hinting for nested styles inside pseudo-selectors.
387
+ - [#32786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32786) [`0969a35c1b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0969a35c1b0) - Allow type hinting for nested styles inside pseudo-selectors.
382
388
 
383
389
  ## 0.8.4
384
390
 
385
391
  ### Patch Changes
386
392
 
387
- - [`7127e85932a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7127e85932a) - Update codegen to explicitly list spacing prop values as string unions for compatibility with extract-react-types.
393
+ - [#32594](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32594) [`7127e85932a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7127e85932a) - Update codegen to explicitly list spacing prop values as string unions for compatibility with extract-react-types.
388
394
 
389
395
  ## 0.8.3
390
396
 
391
397
  ### Patch Changes
392
398
 
393
- - [`64e7c72773e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64e7c72773e) - Update type to allow typehints for CSS color property.
399
+ - [#32600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32600) [`64e7c72773e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64e7c72773e) - Update type to allow typehints for CSS color property.
394
400
 
395
401
  ## 0.8.2
396
402
 
397
403
  ### Patch Changes
398
404
 
399
- - [`983b1e61003`](https://bitbucket.org/atlassian/atlassian-frontend/commits/983b1e61003) - Fix Primitives pages being shown in prod despite being marked as alpha.
405
+ - [#32543](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32543) [`983b1e61003`](https://bitbucket.org/atlassian/atlassian-frontend/commits/983b1e61003) - Fix Primitives pages being shown in prod despite being marked as alpha.
400
406
 
401
407
  ## 0.8.1
402
408
 
403
409
  ### Patch Changes
404
410
 
405
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
411
+ - [#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
406
412
 
407
413
  ## 0.8.0
408
414
 
409
415
  ### Minor Changes
410
416
 
411
- - [`ac4c8695d3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac4c8695d3f) - Constrain CSS values of flex-direction to account for accessibility considerations.
412
- - [`4d19bdd2218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d19bdd2218) - **Inline**:
417
+ - [#32281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32281) [`ac4c8695d3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac4c8695d3f) - Constrain CSS values of flex-direction to account for accessibility considerations.
418
+ - [#32296](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32296) [`4d19bdd2218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d19bdd2218) - **Inline**:
413
419
 
414
420
  - `space` prop now accepts values in the form `space.XXX`. For example: `space="space.100"`.
415
421
  - `rowSpace` prop now accepts values in the form `space.XXX`. For example: `rowSpace="space.100"`.
@@ -422,13 +428,13 @@
422
428
 
423
429
  ### Patch Changes
424
430
 
425
- - [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
431
+ - [#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
426
432
 
427
433
  ## 0.7.0
428
434
 
429
435
  ### Minor Changes
430
436
 
431
- - [`7e17a8b8934`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e17a8b8934) - Box:
437
+ - [#31841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31841) [`7e17a8b8934`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e17a8b8934) - Box:
432
438
 
433
439
  - Add xcss prop to enable token powered styling.
434
440
 
@@ -436,97 +442,97 @@
436
442
 
437
443
  ### Minor Changes
438
444
 
439
- - [`4d60ec345a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d60ec345a5) - Remove internal/exploratory responsive props available in BaseBox.
445
+ - [#31885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31885) [`4d60ec345a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d60ec345a5) - Remove internal/exploratory responsive props available in BaseBox.
440
446
 
441
447
  ## 0.5.0
442
448
 
443
449
  ### Minor Changes
444
450
 
445
- - [`e379d04c74a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e379d04c74a) - Expose a new form of `xcss` that is parameterised so it can be statically bound to the intended usage context.
451
+ - [#31818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31818) [`e379d04c74a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e379d04c74a) - Expose a new form of `xcss` that is parameterised so it can be statically bound to the intended usage context.
446
452
 
447
453
  ## 0.4.2
448
454
 
449
455
  ### Patch Changes
450
456
 
451
- - [`fa26963628c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa26963628c) - Removes `customStyles` in favour of `xcss`.
457
+ - [#31711](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31711) [`fa26963628c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa26963628c) - Removes `customStyles` in favour of `xcss`.
452
458
 
453
459
  ## 0.4.1
454
460
 
455
461
  ### Patch Changes
456
462
 
457
- - [`8e03331eb8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e03331eb8b) - Introduce 'as' prop to Inline and Stack so the resulting element can be controlled.
463
+ - [#31691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31691) [`8e03331eb8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e03331eb8b) - Introduce 'as' prop to Inline and Stack so the resulting element can be controlled.
458
464
 
459
465
  ## 0.4.0
460
466
 
461
467
  ### Minor Changes
462
468
 
463
- - [`003c381e37d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003c381e37d) - Apply `width: 100%` to Inline and Stack when `grow` prop is set to `fill`.
469
+ - [#31378](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31378) [`003c381e37d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003c381e37d) - Apply `width: 100%` to Inline and Stack when `grow` prop is set to `fill`.
464
470
 
465
471
  ## 0.3.3
466
472
 
467
473
  ### Patch Changes
468
474
 
469
- - [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
475
+ - [#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.
470
476
 
471
477
  ## 0.3.2
472
478
 
473
479
  ### Patch Changes
474
480
 
475
- - [`e7b64da97a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7b64da97a1) - Add `rowSpace` prop to override the `space` prop's spacing between rows.
481
+ - [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242) [`e7b64da97a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7b64da97a1) - Add `rowSpace` prop to override the `space` prop's spacing between rows.
476
482
 
477
483
  ## 0.3.1
478
484
 
479
485
  ### Patch Changes
480
486
 
481
- - [`114d6a73f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/114d6a73f72) - Cleanup the experimental responsive box utilizing our responsive helpers.
487
+ - [#31127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31127) [`114d6a73f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/114d6a73f72) - Cleanup the experimental responsive box utilizing our responsive helpers.
482
488
 
483
489
  ## 0.3.0
484
490
 
485
491
  ### Minor Changes
486
492
 
487
- - [`7c280fead96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c280fead96) - Add new responsive helpers, breakpoints config, and types into `@atlaskit/primitives/responsive`. Exports are treated as `UNSAFE_` and experimental until modified as they're being worked on in parallel to our Alpha Grid.
493
+ - [#30894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30894) [`7c280fead96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c280fead96) - Add new responsive helpers, breakpoints config, and types into `@atlaskit/primitives/responsive`. Exports are treated as `UNSAFE_` and experimental until modified as they're being worked on in parallel to our Alpha Grid.
488
494
 
489
495
  ## 0.2.2
490
496
 
491
497
  ### Patch Changes
492
498
 
493
- - [`bf90d854748`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf90d854748) - Internal representation of Box primitive now supports some responsive styles
499
+ - [#30708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30708) [`bf90d854748`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf90d854748) - Internal representation of Box primitive now supports some responsive styles
494
500
 
495
501
  ## 0.2.1
496
502
 
497
503
  ### Patch Changes
498
504
 
499
- - [`5b886634089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b886634089) - [ux] Change Box to be the default export from `@atlaskit/primitives/box`. Fix the negative value of `margin-inline` in Inline `separator` not being applied properly.
505
+ - [#30440](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30440) [`5b886634089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b886634089) - [ux] Change Box to be the default export from `@atlaskit/primitives/box`. Fix the negative value of `margin-inline` in Inline `separator` not being applied properly.
500
506
 
501
507
  ## 0.2.0
502
508
 
503
509
  ### Minor Changes
504
510
 
505
- - [`228cce759e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/228cce759e8) - Create Box component.
511
+ - [#29774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29774) [`228cce759e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/228cce759e8) - Create Box component.
506
512
 
507
513
  ## 0.1.1
508
514
 
509
515
  ### Patch Changes
510
516
 
511
- - [`fe50d8cb56c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe50d8cb56c) - Internal change to add shape tokens to primitives.
517
+ - [#30055](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30055) [`fe50d8cb56c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe50d8cb56c) - Internal change to add shape tokens to primitives.
512
518
  - Updated dependencies
513
519
 
514
520
  ## 0.1.0
515
521
 
516
522
  ### Minor Changes
517
523
 
518
- - [`eeb8baa5d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeb8baa5d74) - - Create `Stack` component
524
+ - [#29608](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29608) [`eeb8baa5d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeb8baa5d74) - - Create `Stack` component
519
525
  - Create `Inline` component
520
526
 
521
527
  ## 0.0.2
522
528
 
523
529
  ### Patch Changes
524
530
 
525
- - [`069494fbea6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/069494fbea6) - Internal change. There is no behaviour or visual change.
531
+ - [#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.
526
532
  - Updated dependencies
527
533
 
528
534
  ## 0.0.1
529
535
 
530
536
  ### Patch Changes
531
537
 
532
- - [`87074bc6cb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87074bc6cb3) - Initial release of package scaffold.
538
+ - [#29450](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29450) [`87074bc6cb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87074bc6cb3) - Initial release of package scaffold.
@@ -12,7 +12,7 @@ import { CodeDocsHeader } from '@af/design-system-docs-ui';
12
12
  directoryName="primitives"
13
13
  />
14
14
 
15
- import ERTBleed from '!!extract-react-types-loader!../../extract-react-types/bleed-props'
15
+ import ERTBleed from '!!extract-react-types-loader!../../extract-react-types/bleed-props';
16
16
 
17
17
  ## Props
18
18