@atlaskit/primitives 1.6.0 → 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.
- package/CHANGELOG.md +96 -83
- package/constellation/bleed/code.mdx +1 -1
- package/constellation/box/code.mdx +1 -1
- package/constellation/box/examples.mdx +5 -1
- package/constellation/box/usage.mdx +3 -0
- package/constellation/flex/code.mdx +1 -1
- package/constellation/flex/examples.mdx +5 -3
- package/constellation/grid/code.mdx +1 -1
- package/constellation/grid/examples.mdx +4 -3
- package/constellation/inline/code.mdx +1 -1
- package/constellation/inline/examples.mdx +27 -10
- package/constellation/inline/usage.mdx +2 -0
- package/constellation/overview/index.mdx +8 -1
- package/constellation/responsive/01-show/code.mdx +1 -1
- package/constellation/responsive/01-show/examples.mdx +8 -3
- package/constellation/responsive/02-hide/code.mdx +1 -1
- package/constellation/responsive/02-hide/examples.mdx +8 -2
- package/constellation/responsive/03-breakpoints/examples.mdx +1 -1
- package/constellation/responsive/examples.mdx +9 -6
- package/constellation/stack/code.mdx +1 -1
- package/constellation/stack/examples.mdx +10 -4
- package/constellation/stack/usage.mdx +3 -0
- package/constellation/xcss/examples.mdx +0 -1
- package/constellation/xcss/migration.mdx +4 -6
- package/constellation/xcss/usage.mdx +20 -16
- package/dist/cjs/xcss/style-maps.partial.js +4 -3
- package/dist/es2019/xcss/style-maps.partial.js +4 -3
- package/dist/esm/xcss/style-maps.partial.js +4 -3
- package/dist/types/xcss/style-maps.partial.d.ts +3 -2
- package/dist/types-ts4.5/xcss/style-maps.partial.d.ts +3 -2
- package/package.json +3 -14
- package/report.api.md +1 -0
- package/scripts/__tests__/__snapshots__/codegen.test.tsx.snap +1 -0
- package/scripts/typography-codegen-template.tsx +1 -1
- package/tmp/api-report-tmp.d.ts +1 -0
- package/constellation/heading/code.mdx +0 -19
- package/constellation/heading/examples.mdx +0 -28
- package/constellation/heading/usage.mdx +0 -21
- package/dist/cjs/components/heading-context.js +0 -44
- package/dist/cjs/components/heading.js +0 -95
- package/dist/es2019/components/heading-context.js +0 -35
- package/dist/es2019/components/heading.js +0 -87
- package/dist/esm/components/heading-context.js +0 -34
- package/dist/esm/components/heading.js +0 -87
- package/dist/types/components/heading-context.d.ts +0 -31
- package/dist/types/components/heading.d.ts +0 -45
- package/dist/types-ts4.5/components/heading-context.d.ts +0 -31
- package/dist/types-ts4.5/components/heading.d.ts +0 -45
- package/extract-react-types/heading-props.tsx +0 -3
- package/heading/package.json +0 -15
- package/heading-context/package.json +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +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
|
+
|
|
9
|
+
## 1.6.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
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.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 1.6.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
6
19
|
|
|
7
|
-
- [`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`.
|
|
8
21
|
|
|
9
22
|
## 1.5.0
|
|
10
23
|
|
|
11
24
|
### Minor Changes
|
|
12
25
|
|
|
13
|
-
- [`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.
|
|
14
|
-
- [`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:
|
|
15
28
|
|
|
16
29
|
- Enable a `Box` background colour to be set to the `utility.elevation.surface.current` token.
|
|
17
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`).
|
|
@@ -20,25 +33,25 @@
|
|
|
20
33
|
|
|
21
34
|
### Patch Changes
|
|
22
35
|
|
|
23
|
-
- [`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.
|
|
24
37
|
|
|
25
38
|
## 1.4.3
|
|
26
39
|
|
|
27
40
|
### Patch Changes
|
|
28
41
|
|
|
29
|
-
- [`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.
|
|
30
43
|
|
|
31
44
|
## 1.4.2
|
|
32
45
|
|
|
33
46
|
### Patch Changes
|
|
34
47
|
|
|
35
|
-
- [`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.
|
|
36
49
|
|
|
37
50
|
## 1.4.1
|
|
38
51
|
|
|
39
52
|
### Patch Changes
|
|
40
53
|
|
|
41
|
-
- [`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.
|
|
42
55
|
- Fixed an issue where the wrong token would apply for space.025 in Bleed's `block` prop.
|
|
43
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.
|
|
44
57
|
- Updated dependencies
|
|
@@ -47,125 +60,125 @@
|
|
|
47
60
|
|
|
48
61
|
### Minor Changes
|
|
49
62
|
|
|
50
|
-
- [`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.
|
|
51
64
|
|
|
52
65
|
## 1.3.1
|
|
53
66
|
|
|
54
67
|
### Patch Changes
|
|
55
68
|
|
|
56
|
-
- [`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.
|
|
57
70
|
- Updated dependencies
|
|
58
71
|
|
|
59
72
|
## 1.3.0
|
|
60
73
|
|
|
61
74
|
### Minor Changes
|
|
62
75
|
|
|
63
|
-
- [`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.
|
|
64
77
|
|
|
65
78
|
## 1.2.3
|
|
66
79
|
|
|
67
80
|
### Patch Changes
|
|
68
81
|
|
|
69
|
-
- [`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
|
|
70
83
|
|
|
71
84
|
## 1.2.2
|
|
72
85
|
|
|
73
86
|
### Patch Changes
|
|
74
87
|
|
|
75
|
-
- [`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.
|
|
76
89
|
|
|
77
90
|
## 1.2.1
|
|
78
91
|
|
|
79
92
|
### Patch Changes
|
|
80
93
|
|
|
81
|
-
- [`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.
|
|
82
95
|
|
|
83
96
|
## 1.2.0
|
|
84
97
|
|
|
85
98
|
### Minor Changes
|
|
86
99
|
|
|
87
|
-
- [`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`
|
|
88
101
|
- Fixes a bug where the `xcss` function did not accept `color.link` or `color.link.pressed` token values for text color
|
|
89
102
|
|
|
90
103
|
## 1.1.0
|
|
91
104
|
|
|
92
105
|
### Minor Changes
|
|
93
106
|
|
|
94
|
-
- [`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`
|
|
95
108
|
- Remove dependency on `@atlaskit/focus-ring`
|
|
96
109
|
|
|
97
110
|
## 1.0.11
|
|
98
111
|
|
|
99
112
|
### Patch Changes
|
|
100
113
|
|
|
101
|
-
- [`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)
|
|
102
115
|
|
|
103
116
|
## 1.0.10
|
|
104
117
|
|
|
105
118
|
### Patch Changes
|
|
106
119
|
|
|
107
|
-
- [`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`.
|
|
108
121
|
|
|
109
122
|
## 1.0.9
|
|
110
123
|
|
|
111
124
|
### Patch Changes
|
|
112
125
|
|
|
113
|
-
- [`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.
|
|
114
127
|
|
|
115
128
|
## 1.0.8
|
|
116
129
|
|
|
117
130
|
### Patch Changes
|
|
118
131
|
|
|
119
|
-
- [`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.
|
|
120
133
|
|
|
121
134
|
## 1.0.7
|
|
122
135
|
|
|
123
136
|
### Patch Changes
|
|
124
137
|
|
|
125
|
-
- [`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.
|
|
126
139
|
|
|
127
140
|
## 1.0.6
|
|
128
141
|
|
|
129
142
|
### Patch Changes
|
|
130
143
|
|
|
131
|
-
- [`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.
|
|
132
145
|
|
|
133
146
|
## 1.0.5
|
|
134
147
|
|
|
135
148
|
### Patch Changes
|
|
136
149
|
|
|
137
|
-
- [`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.
|
|
138
151
|
|
|
139
152
|
## 1.0.4
|
|
140
153
|
|
|
141
154
|
### Patch Changes
|
|
142
155
|
|
|
143
|
-
- [`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
|
|
144
157
|
|
|
145
158
|
## 1.0.3
|
|
146
159
|
|
|
147
160
|
### Patch Changes
|
|
148
161
|
|
|
149
|
-
- [`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.
|
|
150
163
|
- Updated dependencies
|
|
151
164
|
|
|
152
165
|
## 1.0.2
|
|
153
166
|
|
|
154
167
|
### Patch Changes
|
|
155
168
|
|
|
156
|
-
- [`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.
|
|
157
170
|
|
|
158
171
|
## 1.0.1
|
|
159
172
|
|
|
160
173
|
### Patch Changes
|
|
161
174
|
|
|
162
|
-
- [`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.
|
|
163
176
|
|
|
164
177
|
## 1.0.0
|
|
165
178
|
|
|
166
179
|
### Major Changes
|
|
167
180
|
|
|
168
|
-
- [`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.
|
|
169
182
|
|
|
170
183
|
P.S. The reason for the change is to aid package deduplication in the product.
|
|
171
184
|
|
|
@@ -173,31 +186,31 @@
|
|
|
173
186
|
|
|
174
187
|
### Minor Changes
|
|
175
188
|
|
|
176
|
-
- [`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)
|
|
177
190
|
|
|
178
191
|
## 0.15.3
|
|
179
192
|
|
|
180
193
|
### Patch Changes
|
|
181
194
|
|
|
182
|
-
- [`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
|
|
183
196
|
|
|
184
197
|
## 0.15.2
|
|
185
198
|
|
|
186
199
|
### Patch Changes
|
|
187
200
|
|
|
188
|
-
- [`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.
|
|
189
202
|
|
|
190
203
|
## 0.15.1
|
|
191
204
|
|
|
192
205
|
### Patch Changes
|
|
193
206
|
|
|
194
|
-
- [`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.
|
|
195
208
|
|
|
196
209
|
## 0.15.0
|
|
197
210
|
|
|
198
211
|
### Minor Changes
|
|
199
212
|
|
|
200
|
-
- [`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.
|
|
201
214
|
|
|
202
215
|
Additionally:
|
|
203
216
|
|
|
@@ -208,31 +221,31 @@
|
|
|
208
221
|
|
|
209
222
|
### Patch Changes
|
|
210
223
|
|
|
211
|
-
- [`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.
|
|
212
225
|
|
|
213
226
|
## 0.14.2
|
|
214
227
|
|
|
215
228
|
### Patch Changes
|
|
216
229
|
|
|
217
|
-
- [`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.
|
|
218
231
|
|
|
219
232
|
## 0.14.1
|
|
220
233
|
|
|
221
234
|
### Patch Changes
|
|
222
235
|
|
|
223
|
-
- [`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.
|
|
224
237
|
|
|
225
238
|
## 0.14.0
|
|
226
239
|
|
|
227
240
|
### Minor Changes
|
|
228
241
|
|
|
229
|
-
- [`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.
|
|
230
243
|
|
|
231
244
|
## 0.13.0
|
|
232
245
|
|
|
233
246
|
### Minor Changes
|
|
234
247
|
|
|
235
|
-
- [`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.
|
|
236
249
|
- BREAKING: Removes the `xxl` breakpoint from all media queries (should be unused).
|
|
237
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.
|
|
238
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.
|
|
@@ -241,76 +254,76 @@
|
|
|
241
254
|
|
|
242
255
|
### Patch Changes
|
|
243
256
|
|
|
244
|
-
- [`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.
|
|
245
258
|
|
|
246
259
|
## 0.12.5
|
|
247
260
|
|
|
248
261
|
### Patch Changes
|
|
249
262
|
|
|
250
|
-
- [`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.
|
|
251
264
|
- Updated dependencies
|
|
252
265
|
|
|
253
266
|
## 0.12.4
|
|
254
267
|
|
|
255
268
|
### Patch Changes
|
|
256
269
|
|
|
257
|
-
- [`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.
|
|
258
271
|
|
|
259
272
|
## 0.12.3
|
|
260
273
|
|
|
261
274
|
### Patch Changes
|
|
262
275
|
|
|
263
|
-
- [`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.
|
|
264
277
|
- Updated dependencies
|
|
265
278
|
|
|
266
279
|
## 0.12.2
|
|
267
280
|
|
|
268
281
|
### Patch Changes
|
|
269
282
|
|
|
270
|
-
- [`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.
|
|
271
284
|
|
|
272
285
|
## 0.12.1
|
|
273
286
|
|
|
274
287
|
### Patch Changes
|
|
275
288
|
|
|
276
|
-
- [`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.
|
|
277
290
|
|
|
278
291
|
## 0.12.0
|
|
279
292
|
|
|
280
293
|
### Minor Changes
|
|
281
294
|
|
|
282
|
-
- [`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.
|
|
283
296
|
|
|
284
297
|
## 0.11.0
|
|
285
298
|
|
|
286
299
|
### Minor Changes
|
|
287
300
|
|
|
288
|
-
- [`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.
|
|
289
302
|
|
|
290
303
|
## 0.10.1
|
|
291
304
|
|
|
292
305
|
### Patch Changes
|
|
293
306
|
|
|
294
|
-
- [`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.
|
|
295
308
|
`display: grid` is now accepted for `xcss`.
|
|
296
309
|
|
|
297
310
|
## 0.10.0
|
|
298
311
|
|
|
299
312
|
### Minor Changes
|
|
300
313
|
|
|
301
|
-
- [`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.
|
|
302
315
|
|
|
303
316
|
## 0.9.5
|
|
304
317
|
|
|
305
318
|
### Patch Changes
|
|
306
319
|
|
|
307
|
-
- [`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
|
|
308
321
|
|
|
309
322
|
## 0.9.4
|
|
310
323
|
|
|
311
324
|
### Patch Changes
|
|
312
325
|
|
|
313
|
-
- [`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.
|
|
314
327
|
- [`4c4dcc3d571`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c4dcc3d571) - Updates primitives internal style map.
|
|
315
328
|
- Updated dependencies
|
|
316
329
|
|
|
@@ -318,26 +331,26 @@
|
|
|
318
331
|
|
|
319
332
|
### Patch Changes
|
|
320
333
|
|
|
321
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
322
|
-
- [`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.
|
|
323
336
|
|
|
324
337
|
## 0.9.2
|
|
325
338
|
|
|
326
339
|
### Patch Changes
|
|
327
340
|
|
|
328
|
-
- [`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`
|
|
329
342
|
|
|
330
343
|
## 0.9.1
|
|
331
344
|
|
|
332
345
|
### Patch Changes
|
|
333
346
|
|
|
334
|
-
- [`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.
|
|
335
348
|
|
|
336
349
|
## 0.9.0
|
|
337
350
|
|
|
338
351
|
### Minor Changes
|
|
339
352
|
|
|
340
|
-
- [`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
|
|
341
354
|
|
|
342
355
|
### Patch Changes
|
|
343
356
|
|
|
@@ -347,62 +360,62 @@
|
|
|
347
360
|
|
|
348
361
|
### Patch Changes
|
|
349
362
|
|
|
350
|
-
- [`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.
|
|
351
364
|
|
|
352
365
|
## 0.8.8
|
|
353
366
|
|
|
354
367
|
### Patch Changes
|
|
355
368
|
|
|
356
|
-
- [`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.
|
|
357
370
|
|
|
358
371
|
## 0.8.7
|
|
359
372
|
|
|
360
373
|
### Patch Changes
|
|
361
374
|
|
|
362
|
-
- [`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
|
|
363
376
|
|
|
364
377
|
## 0.8.6
|
|
365
378
|
|
|
366
379
|
### Patch Changes
|
|
367
380
|
|
|
368
|
-
- [`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.
|
|
369
382
|
|
|
370
383
|
## 0.8.5
|
|
371
384
|
|
|
372
385
|
### Patch Changes
|
|
373
386
|
|
|
374
|
-
- [`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.
|
|
375
388
|
|
|
376
389
|
## 0.8.4
|
|
377
390
|
|
|
378
391
|
### Patch Changes
|
|
379
392
|
|
|
380
|
-
- [`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.
|
|
381
394
|
|
|
382
395
|
## 0.8.3
|
|
383
396
|
|
|
384
397
|
### Patch Changes
|
|
385
398
|
|
|
386
|
-
- [`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.
|
|
387
400
|
|
|
388
401
|
## 0.8.2
|
|
389
402
|
|
|
390
403
|
### Patch Changes
|
|
391
404
|
|
|
392
|
-
- [`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.
|
|
393
406
|
|
|
394
407
|
## 0.8.1
|
|
395
408
|
|
|
396
409
|
### Patch Changes
|
|
397
410
|
|
|
398
|
-
- [`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
|
|
399
412
|
|
|
400
413
|
## 0.8.0
|
|
401
414
|
|
|
402
415
|
### Minor Changes
|
|
403
416
|
|
|
404
|
-
- [`ac4c8695d3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac4c8695d3f) - Constrain CSS values of flex-direction to account for accessibility considerations.
|
|
405
|
-
- [`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**:
|
|
406
419
|
|
|
407
420
|
- `space` prop now accepts values in the form `space.XXX`. For example: `space="space.100"`.
|
|
408
421
|
- `rowSpace` prop now accepts values in the form `space.XXX`. For example: `rowSpace="space.100"`.
|
|
@@ -415,13 +428,13 @@
|
|
|
415
428
|
|
|
416
429
|
### Patch Changes
|
|
417
430
|
|
|
418
|
-
- [`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
|
|
419
432
|
|
|
420
433
|
## 0.7.0
|
|
421
434
|
|
|
422
435
|
### Minor Changes
|
|
423
436
|
|
|
424
|
-
- [`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:
|
|
425
438
|
|
|
426
439
|
- Add xcss prop to enable token powered styling.
|
|
427
440
|
|
|
@@ -429,97 +442,97 @@
|
|
|
429
442
|
|
|
430
443
|
### Minor Changes
|
|
431
444
|
|
|
432
|
-
- [`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.
|
|
433
446
|
|
|
434
447
|
## 0.5.0
|
|
435
448
|
|
|
436
449
|
### Minor Changes
|
|
437
450
|
|
|
438
|
-
- [`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.
|
|
439
452
|
|
|
440
453
|
## 0.4.2
|
|
441
454
|
|
|
442
455
|
### Patch Changes
|
|
443
456
|
|
|
444
|
-
- [`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`.
|
|
445
458
|
|
|
446
459
|
## 0.4.1
|
|
447
460
|
|
|
448
461
|
### Patch Changes
|
|
449
462
|
|
|
450
|
-
- [`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.
|
|
451
464
|
|
|
452
465
|
## 0.4.0
|
|
453
466
|
|
|
454
467
|
### Minor Changes
|
|
455
468
|
|
|
456
|
-
- [`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`.
|
|
457
470
|
|
|
458
471
|
## 0.3.3
|
|
459
472
|
|
|
460
473
|
### Patch Changes
|
|
461
474
|
|
|
462
|
-
- [`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.
|
|
463
476
|
|
|
464
477
|
## 0.3.2
|
|
465
478
|
|
|
466
479
|
### Patch Changes
|
|
467
480
|
|
|
468
|
-
- [`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.
|
|
469
482
|
|
|
470
483
|
## 0.3.1
|
|
471
484
|
|
|
472
485
|
### Patch Changes
|
|
473
486
|
|
|
474
|
-
- [`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.
|
|
475
488
|
|
|
476
489
|
## 0.3.0
|
|
477
490
|
|
|
478
491
|
### Minor Changes
|
|
479
492
|
|
|
480
|
-
- [`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.
|
|
481
494
|
|
|
482
495
|
## 0.2.2
|
|
483
496
|
|
|
484
497
|
### Patch Changes
|
|
485
498
|
|
|
486
|
-
- [`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
|
|
487
500
|
|
|
488
501
|
## 0.2.1
|
|
489
502
|
|
|
490
503
|
### Patch Changes
|
|
491
504
|
|
|
492
|
-
- [`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.
|
|
493
506
|
|
|
494
507
|
## 0.2.0
|
|
495
508
|
|
|
496
509
|
### Minor Changes
|
|
497
510
|
|
|
498
|
-
- [`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.
|
|
499
512
|
|
|
500
513
|
## 0.1.1
|
|
501
514
|
|
|
502
515
|
### Patch Changes
|
|
503
516
|
|
|
504
|
-
- [`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.
|
|
505
518
|
- Updated dependencies
|
|
506
519
|
|
|
507
520
|
## 0.1.0
|
|
508
521
|
|
|
509
522
|
### Minor Changes
|
|
510
523
|
|
|
511
|
-
- [`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
|
|
512
525
|
- Create `Inline` component
|
|
513
526
|
|
|
514
527
|
## 0.0.2
|
|
515
528
|
|
|
516
529
|
### Patch Changes
|
|
517
530
|
|
|
518
|
-
- [`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.
|
|
519
532
|
- Updated dependencies
|
|
520
533
|
|
|
521
534
|
## 0.0.1
|
|
522
535
|
|
|
523
536
|
### Patch Changes
|
|
524
537
|
|
|
525
|
-
- [`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
|
|