@atlaskit/forge-react-types 0.14.0 → 0.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +94 -83
  2. package/LICENSE.md +6 -8
  3. package/dist/cjs/components/__generated__/BoxProps.codegen.js +2 -2
  4. package/dist/es2019/components/__generated__/BoxProps.codegen.js +2 -2
  5. package/dist/esm/components/__generated__/BoxProps.codegen.js +2 -2
  6. package/dist/types/components/__generated__/BoxProps.codegen.d.ts +2 -2
  7. package/dist/types/components/__generated__/ButtonProps.codegen.d.ts +1 -1
  8. package/dist/types/components/__generated__/CheckboxGroupProps.codegen.d.ts +2 -2
  9. package/dist/types/components/__generated__/DatePickerProps.codegen.d.ts +1 -1
  10. package/dist/types/components/__generated__/FormProps.codegen.d.ts +2 -2
  11. package/dist/types/components/__generated__/IconProps.codegen.d.ts +2 -2
  12. package/dist/types/components/__generated__/ListItemProps.codegen.d.ts +2 -2
  13. package/dist/types/components/__generated__/ListProps.codegen.d.ts +2 -2
  14. package/dist/types/components/__generated__/types.codegen.d.ts +2 -2
  15. package/dist/types-ts4.5/components/__generated__/BoxProps.codegen.d.ts +2 -2
  16. package/dist/types-ts4.5/components/__generated__/ButtonProps.codegen.d.ts +1 -1
  17. package/dist/types-ts4.5/components/__generated__/CheckboxGroupProps.codegen.d.ts +2 -2
  18. package/dist/types-ts4.5/components/__generated__/DatePickerProps.codegen.d.ts +1 -1
  19. package/dist/types-ts4.5/components/__generated__/FormProps.codegen.d.ts +2 -2
  20. package/dist/types-ts4.5/components/__generated__/IconProps.codegen.d.ts +2 -2
  21. package/dist/types-ts4.5/components/__generated__/ListItemProps.codegen.d.ts +2 -2
  22. package/dist/types-ts4.5/components/__generated__/ListProps.codegen.d.ts +2 -2
  23. package/dist/types-ts4.5/components/__generated__/types.codegen.d.ts +2 -2
  24. package/package.json +71 -73
  25. package/scripts/codegen/codeGenerator.ts +306 -347
  26. package/scripts/codegen/componentPropTypes.ts +167 -212
  27. package/scripts/codegen-runner.ts +4 -4
  28. package/src/components/__generated__/BoxProps.codegen.tsx +2 -2
  29. package/src/components/__generated__/ButtonProps.codegen.tsx +358 -358
  30. package/src/components/__generated__/CheckboxGroupProps.codegen.tsx +8 -8
  31. package/src/components/__generated__/DatePickerProps.codegen.tsx +12 -12
  32. package/src/components/__generated__/FormProps.codegen.tsx +4 -4
  33. package/src/components/__generated__/IconProps.codegen.tsx +364 -364
  34. package/src/components/__generated__/ListItemProps.codegen.tsx +3 -3
  35. package/src/components/__generated__/ListProps.codegen.tsx +4 -4
  36. package/src/components/__generated__/types.codegen.ts +20 -20
  37. package/src/index.ts +58 -58
package/CHANGELOG.md CHANGED
@@ -1,255 +1,266 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.14.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.14.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.14.0
4
16
 
5
17
  ### Minor Changes
6
18
 
7
- - [#98693](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98693)
8
- [`a278560b9ca0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a278560b9ca0) -
9
- Added patch fix to List component to comply with design standards
19
+ - [#98693](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98693)
20
+ [`a278560b9ca0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a278560b9ca0) -
21
+ Added patch fix to List component to comply with design standards
10
22
 
11
23
  ## 0.13.0
12
24
 
13
25
  ### Minor Changes
14
26
 
15
- - [#100583](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100583)
16
- [`61afef7676a3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/61afef7676a3) -
17
- Added EmptyState component via codegen to UI Kit
27
+ - [#100583](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100583)
28
+ [`61afef7676a3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/61afef7676a3) -
29
+ Added EmptyState component via codegen to UI Kit
18
30
 
19
31
  ### Patch Changes
20
32
 
21
- - Updated dependencies
33
+ - Updated dependencies
22
34
 
23
35
  ## 0.12.1
24
36
 
25
37
  ### Patch Changes
26
38
 
27
- - Updated dependencies
39
+ - Updated dependencies
28
40
 
29
41
  ## 0.12.0
30
42
 
31
43
  ### Minor Changes
32
44
 
33
- - [#98956](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98956)
34
- [`90fe0e7d1f6a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/90fe0e7d1f6a) -
35
- Add calendar codegen component to UI Kit 2
45
+ - [#98956](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98956)
46
+ [`90fe0e7d1f6a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/90fe0e7d1f6a) -
47
+ Add calendar codegen component to UI Kit 2
36
48
 
37
49
  ## 0.11.2
38
50
 
39
51
  ### Patch Changes
40
52
 
41
- - Updated dependencies
53
+ - Updated dependencies
42
54
 
43
55
  ## 0.11.1
44
56
 
45
57
  ### Patch Changes
46
58
 
47
- - Updated dependencies
59
+ - Updated dependencies
48
60
 
49
61
  ## 0.11.0
50
62
 
51
63
  ### Minor Changes
52
64
 
53
- - [#93340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93340)
54
- [`51927c4876c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/51927c4876c9) -
55
- Add checkboxGroup component for UI Kit
65
+ - [#93340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93340)
66
+ [`51927c4876c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/51927c4876c9) -
67
+ Add checkboxGroup component for UI Kit
56
68
 
57
69
  ## 0.10.1
58
70
 
59
71
  ### Patch Changes
60
72
 
61
- - Updated dependencies
73
+ - Updated dependencies
62
74
 
63
75
  ## 0.10.0
64
76
 
65
77
  ### Minor Changes
66
78
 
67
- - [#95210](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95210)
68
- [`93c93ee71c2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93c93ee71c2f) -
69
- export has been added for the new banner component in forge ui kit
79
+ - [#95210](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95210)
80
+ [`93c93ee71c2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93c93ee71c2f) -
81
+ export has been added for the new banner component in forge ui kit
70
82
 
71
83
  ### Patch Changes
72
84
 
73
- - Updated dependencies
85
+ - Updated dependencies
74
86
 
75
87
  ## 0.9.0
76
88
 
77
89
  ### Minor Changes
78
90
 
79
- - [#92742](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92742)
80
- [`940b5ee54a41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/940b5ee54a41) -
81
- Created List Component
91
+ - [#92742](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92742)
92
+ [`940b5ee54a41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/940b5ee54a41) -
93
+ Created List Component
82
94
 
83
95
  ## 0.8.3
84
96
 
85
97
  ### Patch Changes
86
98
 
87
- - Updated dependencies
99
+ - Updated dependencies
88
100
 
89
101
  ## 0.8.2
90
102
 
91
103
  ### Patch Changes
92
104
 
93
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
94
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
95
- Migrated to the new button component
96
- - Updated dependencies
105
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
106
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
107
+ Migrated to the new button component
108
+ - Updated dependencies
97
109
 
98
110
  ## 0.8.1
99
111
 
100
112
  ### Patch Changes
101
113
 
102
- - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
103
- [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
104
- Bump adf-schema to 35.9.2 to support table alignment options
105
- - Updated dependencies
114
+ - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
115
+ [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
116
+ Bump adf-schema to 35.9.2 to support table alignment options
117
+ - Updated dependencies
106
118
 
107
119
  ## 0.8.0
108
120
 
109
121
  ### Minor Changes
110
122
 
111
- - [#80869](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80869)
112
- [`ba240057876f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba240057876f) -
113
- Add primaryColor and secondaryColor props for Icon component
123
+ - [#80869](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80869)
124
+ [`ba240057876f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba240057876f) -
125
+ Add primaryColor and secondaryColor props for Icon component
114
126
 
115
127
  ### Patch Changes
116
128
 
117
- - Updated dependencies
129
+ - Updated dependencies
118
130
 
119
131
  ## 0.7.1
120
132
 
121
133
  ### Patch Changes
122
134
 
123
- - Updated dependencies
135
+ - Updated dependencies
124
136
 
125
137
  ## 0.7.0
126
138
 
127
139
  ### Minor Changes
128
140
 
129
- - [#83443](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83443)
130
- [`3571db765403`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3571db765403) -
131
- Add code generated Banner for UI Kit 2
141
+ - [#83443](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83443)
142
+ [`3571db765403`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3571db765403) -
143
+ Add code generated Banner for UI Kit 2
132
144
 
133
145
  ## 0.6.1
134
146
 
135
147
  ### Patch Changes
136
148
 
137
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
138
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
139
- Upgrade Typescript from `4.9.5` to `5.4.2`
140
- - Updated dependencies
149
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
150
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
151
+ Upgrade Typescript from `4.9.5` to `5.4.2`
152
+ - Updated dependencies
141
153
 
142
154
  ## 0.6.0
143
155
 
144
156
  ### Minor Changes
145
157
 
146
- - [#80613](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80613)
147
- [`83fc29f5e92c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83fc29f5e92c) -
148
- Add href prop to Tag component
158
+ - [#80613](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80613)
159
+ [`83fc29f5e92c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83fc29f5e92c) -
160
+ Add href prop to Tag component
149
161
 
150
162
  ### Patch Changes
151
163
 
152
- - Updated dependencies
164
+ - Updated dependencies
153
165
 
154
166
  ## 0.5.6
155
167
 
156
168
  ### Patch Changes
157
169
 
158
- - Updated dependencies
170
+ - Updated dependencies
159
171
 
160
172
  ## 0.5.5
161
173
 
162
174
  ### Patch Changes
163
175
 
164
- - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
165
- [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
166
- Revert input border change from the previous version
176
+ - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
177
+ [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
178
+ Revert input border change from the previous version
167
179
 
168
180
  ## 0.5.4
169
181
 
170
182
  ### Patch Changes
171
183
 
172
- - [#81281](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81281)
173
- [`3a0d03ab0b76`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a0d03ab0b76) -
174
- Updated form props
184
+ - [#81281](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81281)
185
+ [`3a0d03ab0b76`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a0d03ab0b76) -
186
+ Updated form props
175
187
 
176
188
  ## 0.5.3
177
189
 
178
190
  ### Patch Changes
179
191
 
180
- - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
181
- [`6fa3baec6116`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6fa3baec6116) -
182
- [ux] Update input field border from 2px to 1px with darker color to meet 3:1 contrast
183
- requirement
184
- - Updated dependencies
192
+ - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
193
+ [`6fa3baec6116`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6fa3baec6116) -
194
+ [ux] Update input field border from 2px to 1px with darker color to meet 3:1 contrast requirement
195
+ - Updated dependencies
185
196
 
186
197
  ## 0.5.2
187
198
 
188
199
  ### Patch Changes
189
200
 
190
- - Updated dependencies
201
+ - Updated dependencies
191
202
 
192
203
  ## 0.5.1
193
204
 
194
205
  ### Patch Changes
195
206
 
196
- - Updated dependencies
207
+ - Updated dependencies
197
208
 
198
209
  ## 0.5.0
199
210
 
200
211
  ### Minor Changes
201
212
 
202
- - [#76719](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76719)
203
- [`938f20d0d68e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/938f20d0d68e) -
204
- Make spacing and animated properties optional in UIKit ProgressTracker component
213
+ - [#76719](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76719)
214
+ [`938f20d0d68e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/938f20d0d68e) -
215
+ Make spacing and animated properties optional in UIKit ProgressTracker component
205
216
 
206
217
  ## 0.4.0
207
218
 
208
219
  ### Minor Changes
209
220
 
210
- - [#75522](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75522)
211
- [`202e7032a684`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/202e7032a684) -
212
- Reduce XCSS support scope on border-radius and border-width props
221
+ - [#75522](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75522)
222
+ [`202e7032a684`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/202e7032a684) -
223
+ Reduce XCSS support scope on border-radius and border-width props
213
224
 
214
225
  ### Patch Changes
215
226
 
216
- - Updated dependencies
227
+ - Updated dependencies
217
228
 
218
229
  ## 0.3.0
219
230
 
220
231
  ### Minor Changes
221
232
 
222
- - [#74137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74137)
223
- [`7e2066b045f7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7e2066b045f7) -
224
- Update types for event handler
233
+ - [#74137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74137)
234
+ [`7e2066b045f7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7e2066b045f7) -
235
+ Update types for event handler
225
236
 
226
237
  ## 0.2.1
227
238
 
228
239
  ### Patch Changes
229
240
 
230
- - [#73546](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73546)
231
- [`99cb74ecf428`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/99cb74ecf428) -
232
- Update eslint level for signed-source violation to warn for UIKit2 codegen
241
+ - [#73546](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73546)
242
+ [`99cb74ecf428`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/99cb74ecf428) -
243
+ Update eslint level for signed-source violation to warn for UIKit2 codegen
233
244
 
234
245
  ## 0.2.0
235
246
 
236
247
  ### Minor Changes
237
248
 
238
- - [#72888](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72888)
239
- [`3bf03a46894c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3bf03a46894c) -
240
- Add icon props to ButtonProps
249
+ - [#72888](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72888)
250
+ [`3bf03a46894c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3bf03a46894c) -
251
+ Add icon props to ButtonProps
241
252
 
242
253
  ### Patch Changes
243
254
 
244
- - Updated dependencies
255
+ - Updated dependencies
245
256
 
246
257
  ## 0.1.1
247
258
 
248
259
  ### Patch Changes
249
260
 
250
- - [#72257](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72257)
251
- [`08729b392d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08729b392d3b) -
252
- Export all UI Kit 2 code generated component types.
261
+ - [#72257](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72257)
262
+ [`08729b392d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08729b392d3b) -
263
+ Export all UI Kit 2 code generated component types.
253
264
 
254
265
  ## 0.1.0
255
266
 
package/LICENSE.md CHANGED
@@ -1,13 +1,11 @@
1
1
  Copyright 2023 Atlassian Pty Ltd
2
2
 
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
3
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
4
+ compliance with the License. You may obtain a copy of the License at
6
5
 
7
6
  http://www.apache.org/licenses/LICENSE-2.0
8
7
 
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
13
- limitations under the License.
8
+ Unless required by applicable law or agreed to in writing, software distributed under the License is
9
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10
+ implied. See the License for the specific language governing permissions and limitations under the
11
+ License.
@@ -8,9 +8,9 @@ Object.defineProperty(exports, "__esModule", {
8
8
  *
9
9
  * Extract component prop types from UIKit 2 components - BoxProps
10
10
  *
11
- * @codegen <<SignedSource::ab40887994d5e0d0b8bb3a7e7144bccf>>
11
+ * @codegen <<SignedSource::ff889836988991365ebf829e9793e10d>>
12
12
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
13
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::890eea4f597d519fa80c16c24d302cbe>>
13
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::c2e0a3f5394718d7a9864acb3ffccd00>>
14
14
  */
15
15
  /* eslint-disable @atlaskit/design-system/ensure-design-token-usage/preview */
16
16
 
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - BoxProps
5
5
  *
6
- * @codegen <<SignedSource::ab40887994d5e0d0b8bb3a7e7144bccf>>
6
+ * @codegen <<SignedSource::ff889836988991365ebf829e9793e10d>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::890eea4f597d519fa80c16c24d302cbe>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::c2e0a3f5394718d7a9864acb3ffccd00>>
9
9
  */
10
10
  /* eslint-disable @atlaskit/design-system/ensure-design-token-usage/preview */
11
11
 
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - BoxProps
5
5
  *
6
- * @codegen <<SignedSource::ab40887994d5e0d0b8bb3a7e7144bccf>>
6
+ * @codegen <<SignedSource::ff889836988991365ebf829e9793e10d>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::890eea4f597d519fa80c16c24d302cbe>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::c2e0a3f5394718d7a9864acb3ffccd00>>
9
9
  */
10
10
  /* eslint-disable @atlaskit/design-system/ensure-design-token-usage/preview */
11
11
 
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - BoxProps
5
5
  *
6
- * @codegen <<SignedSource::ab40887994d5e0d0b8bb3a7e7144bccf>>
6
+ * @codegen <<SignedSource::ff889836988991365ebf829e9793e10d>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::890eea4f597d519fa80c16c24d302cbe>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::c2e0a3f5394718d7a9864acb3ffccd00>>
9
9
  */
10
10
  import React from 'react';
11
11
  import { Box as PlatformBox } from '@atlaskit/primitives';
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - ButtonProps
5
5
  *
6
- * @codegen <<SignedSource::c8b639542a1ac17b57ed17013b628b20>>
6
+ * @codegen <<SignedSource::6271e900653e03de3aabeafe1aee7550>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
8
  * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/button/__generated__/index.partial.tsx <<SignedSource::ba9900971d8df011d2104ed65b11e169>>
9
9
  */
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - CheckboxGroupProps
5
5
  *
6
- * @codegen <<SignedSource::a1d69094fb2df291d7091bf99ee72993>>
6
+ * @codegen <<SignedSource::21fc9f2e0d144686e4795ed4c64f0798>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkboxgroup/index.tsx <<SignedSource::a209d8dcdd1d500b0c7d52145ad41040>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkboxgroup/index.tsx <<SignedSource::e4f95cf79182924e927523227eebf6fc>>
9
9
  */
10
10
  export interface CheckboxGroupProps {
11
11
  name: string;
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - DatePickerProps
5
5
  *
6
- * @codegen <<SignedSource::d04d3ce6574c309a5c0469b43a1891ff>>
6
+ * @codegen <<SignedSource::f4e6b9ae946e8fe8074d89a3ff2ac52e>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
8
  * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/datepicker/__generated__/index.partial.tsx <<SignedSource::c81073870b6e0df94ccfaf046550c325>>
9
9
  */
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - FormProps
5
5
  *
6
- * @codegen <<SignedSource::7c9522c55d4584b6a3d4cc6e9366fd61>>
6
+ * @codegen <<SignedSource::60c6f9204123afe2dc47c6bd0bf1bcfe>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::c7d435cba1e3502a0d409b3723afeece>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::0799b151ffba2039603ebfc2a56c8794>>
9
9
  */
10
10
  import type { ReactNode } from 'react';
11
11
  export type FormProps = {
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - IconProps
5
5
  *
6
- * @codegen <<SignedSource::477f520a31beead1cc862f2fce171f28>>
6
+ * @codegen <<SignedSource::4d0c52e2f5b493b2a69427f8d9c93290>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/icon/index.tsx <<SignedSource::ba2cdf67b8b7de6957e6563dd0fc974f>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/icon/index.tsx <<SignedSource::390ca92f2159c8c2eb1673e94d2d7711>>
9
9
  */
10
10
  import type { ActiveTokens } from '@atlaskit/tokens';
11
11
  export type Icon = 'activity' | 'add' | 'add-circle' | 'add-item' | 'addon' | 'app-access' | 'app-switcher' | 'archive' | 'arrow-down' | 'arrow-down-circle' | 'arrow-left' | 'arrow-left-circle' | 'arrow-right' | 'arrow-right-circle' | 'arrow-up' | 'arrow-up-circle' | 'attachment' | 'audio' | 'audio-circle' | 'backlog' | 'billing' | 'billing-filled' | 'bitbucket-branches' | 'bitbucket-builds' | 'bitbucket-clone' | 'bitbucket-commits' | 'bitbucket-compare' | 'bitbucket-forks' | 'bitbucket-output' | 'bitbucket-pipelines' | 'bitbucket-pullrequests' | 'bitbucket-repos' | 'bitbucket-snippets' | 'bitbucket-source' | 'board' | 'book' | 'bullet-list' | 'calendar' | 'calendar-filled' | 'camera' | 'camera-filled' | 'camera-rotate' | 'camera-take-picture' | 'canvas' | 'check' | 'check-circle' | 'check-circle-outline' | 'checkbox' | 'checkbox-indeterminate' | 'chevron-down' | 'chevron-down-circle' | 'chevron-left' | 'chevron-left-circle' | 'chevron-left-large' | 'chevron-right' | 'chevron-right-circle' | 'chevron-right-large' | 'chevron-up' | 'chevron-up-circle' | 'child-issues' | 'code' | 'comment' | 'component' | 'copy' | 'creditcard' | 'creditcard-filled' | 'cross' | 'cross-circle' | 'dashboard' | 'decision' | 'department' | 'detail-view' | 'discover' | 'discover-filled' | 'document' | 'document-filled' | 'documents' | 'download' | 'drag-handler' | 'dropbox' | 'edit' | 'edit-filled' | 'editor-add' | 'editor-addon' | 'editor-advanced' | 'editor-align-center' | 'editor-align-image-center' | 'editor-align-image-left' | 'editor-align-image-right' | 'editor-align-left' | 'editor-align-right' | 'editor-attachment' | 'editor-background-color' | 'editor-bold' | 'editor-bullet-list' | 'editor-close' | 'editor-code' | 'editor-collapse' | 'editor-date' | 'editor-decision' | 'editor-divider' | 'editor-done' | 'editor-edit' | 'editor-emoji' | 'editor-error' | 'editor-expand' | 'editor-feedback' | 'editor-file' | 'editor-file-preview' | 'editor-help' | 'editor-hint' | 'editor-horizontal-rule' | 'editor-image' | 'editor-image-border' | 'editor-image-resize' | 'editor-indent' | 'editor-info' | 'editor-italic' | 'editor-layout-single' | 'editor-layout-three-equal' | 'editor-layout-three-with-sidebars' | 'editor-layout-two-equal' | 'editor-layout-two-left-sidebar' | 'editor-layout-two-right-sidebar' | 'editor-link' | 'editor-media-center' | 'editor-media-full-width' | 'editor-media-wide' | 'editor-media-wrap-left' | 'editor-media-wrap-right' | 'editor-mention' | 'editor-more' | 'editor-note' | 'editor-number-list' | 'editor-open' | 'editor-outdent' | 'editor-panel' | 'editor-photo' | 'editor-quote' | 'editor-recent' | 'editor-redo' | 'editor-remove' | 'editor-remove-emoji' | 'editor-search' | 'editor-settings' | 'editor-strikethrough' | 'editor-success' | 'editor-table' | 'editor-table-display-options' | 'editor-task' | 'editor-text-color' | 'editor-text-style' | 'editor-underline' | 'editor-undo' | 'editor-unlink' | 'editor-warning' | 'email' | 'emoji' | 'emoji-add' | 'emoji-activity' | 'emoji-atlassian' | 'emoji-custom' | 'emoji-emoji' | 'emoji-flags' | 'emoji-food' | 'emoji-frequent' | 'emoji-keyboard' | 'emoji-nature' | 'emoji-objects' | 'emoji-people' | 'emoji-productivity' | 'emoji-symbols' | 'emoji-travel' | 'error' | 'export' | 'feedback' | 'file' | 'filter' | 'flag-filled' | 'folder' | 'folder-filled' | 'followers' | 'following' | 'googledrive' | 'graph-bar' | 'graph-line' | 'gsuite' | 'highlights' | 'hipchat-audio-only' | 'hipchat-chevron-double-down' | 'hipchat-chevron-double-up' | 'hipchat-chevron-down' | 'hipchat-chevron-up' | 'hipchat-dial-out' | 'hipchat-lobby' | 'hipchat-media-attachment-count' | 'hipchat-outgoing-sound' | 'hipchat-sd-video' | 'home' | 'home-circle' | 'image' | 'image-border' | 'image-resize' | 'info' | 'invite-team' | 'issue' | 'issue-raise' | 'issues' | 'jira-capture' | 'jira-failed-build-status' | 'jira-labs' | 'jira-test-session' | 'label' | 'lightbulb' | 'lightbulb-filled' | 'like' | 'link' | 'link-filled' | 'list' | 'location' | 'lock' | 'lock-circle' | 'lock-filled' | 'marketplace' | 'media-services-actual-size' | 'media-services-add-comment' | 'media-services-annotate' | 'media-services-arrow' | 'media-services-audio' | 'media-services-blur' | 'media-services-brush' | 'media-services-button-option' | 'media-services-code' | 'media-services-document' | 'media-services-filter' | 'media-services-fit-to-page' | 'media-services-full-screen' | 'media-services-grid' | 'media-services-image' | 'media-services-line' | 'media-services-line-thickness' | 'media-services-no-image' | 'media-services-open-mediaviewer' | 'media-services-oval' | 'media-services-pdf' | 'media-services-preselected' | 'media-services-presentation' | 'media-services-rectangle' | 'media-services-scale-large' | 'media-services-scale-small' | 'media-services-spreadsheet' | 'media-services-text' | 'media-services-unknown' | 'media-services-video' | 'media-services-zip' | 'media-services-zoom-in' | 'media-services-zoom-out' | 'mention' | 'menu' | 'menu-expand' | 'mobile' | 'more' | 'more-vertical' | 'notification' | 'notification-all' | 'notification-direct' | 'office-building' | 'office-building-filled' | 'open' | 'overview' | 'page' | 'page-filled' | 'pdf' | 'people' | 'people-group' | 'person' | 'person-circle' | 'person-with-circle' | 'person-with-cross' | 'person-with-tick' | 'portfolio' | 'preferences' | 'premium' | 'presence-active' | 'presence-busy' | 'presence-unavailable' | 'question' | 'question-circle' | 'questions' | 'queues' | 'quote' | 'radio' | 'recent' | 'redo' | 'refresh' | 'retry' | 'roadmap' | 'room-menu' | 'schedule' | 'schedule-filled' | 'screen' | 'search' | 'select-clear' | 'send' | 'settings' | 'share' | 'ship' | 'shortcut' | 'sign-in' | 'sign-out' | 'sprint' | 'star' | 'star-filled' | 'star-large' | 'status' | 'stopwatch' | 'subtask' | 'suitcase' | 'switcher' | 'table' | 'task' | 'teams' | 'trash' | 'tray' | 'undo' | 'unlink' | 'unlock' | 'unlock-circle' | 'unlock-filled' | 'upload' | 'user-avatar-circle' | 'vid-audio-muted' | 'vid-audio-on' | 'vid-backward' | 'vid-camera-off' | 'vid-camera-on' | 'vid-connection-circle' | 'vid-forward' | 'vid-full-screen-off' | 'vid-full-screen-on' | 'vid-hang-up' | 'vid-hd-circle' | 'vid-pause' | 'vid-play' | 'vid-raised-hand' | 'vid-share-screen' | 'vid-speaking-circle' | 'vid-volume-full' | 'vid-volume-half' | 'vid-volume-muted' | 'video-circle' | 'video-filled' | 'warning' | 'watch' | 'watch-filled' | 'world' | 'world-small';
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - ListItemProps
5
5
  *
6
- * @codegen <<SignedSource::f8b0481037b4b94448b5c0efe56d3c59>>
6
+ * @codegen <<SignedSource::eea5642654758c70eb31a2606729b463>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/list/listitem.tsx <<SignedSource::3ba118d6120d4962f681835e3deb7269>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/list/listitem.tsx <<SignedSource::e93278695325427d667307c6aefd8eea>>
9
9
  */
10
10
  import React from 'react';
11
11
  export interface ListItemProps {
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - ListProps
5
5
  *
6
- * @codegen <<SignedSource::80f168be93a61bc21c0b297b2d10885d>>
6
+ * @codegen <<SignedSource::fd5b4a75262f77b460d434e1c57d8ba1>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/list/list.tsx <<SignedSource::7f49ec36996a3c002f6eed821ae9e6b1>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/list/list.tsx <<SignedSource::5bb6824f9a98335ce4b0fcdd02f71802>>
9
9
  */
10
10
  import React from 'react';
11
11
  export interface ListProps {
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Shared types file from UIKit 2
5
5
  *
6
- * @codegen <<SignedSource::c561f6f4e9b302f67dba090188fadfd4>>
6
+ * @codegen <<SignedSource::65d194d117930d36350ecd1b5f0bab19>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::673c66c74d1dcb5e919b6232d69247f9>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::ead448842d74cb269e35940f951e298f>>
9
9
  */
10
10
  export type SerialisableEvent = {
11
11
  bubbles: boolean;
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - BoxProps
5
5
  *
6
- * @codegen <<SignedSource::ab40887994d5e0d0b8bb3a7e7144bccf>>
6
+ * @codegen <<SignedSource::ff889836988991365ebf829e9793e10d>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::890eea4f597d519fa80c16c24d302cbe>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/box/__generated__/index.partial.tsx <<SignedSource::c2e0a3f5394718d7a9864acb3ffccd00>>
9
9
  */
10
10
  import React from 'react';
11
11
  import { Box as PlatformBox } from '@atlaskit/primitives';
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - ButtonProps
5
5
  *
6
- * @codegen <<SignedSource::c8b639542a1ac17b57ed17013b628b20>>
6
+ * @codegen <<SignedSource::6271e900653e03de3aabeafe1aee7550>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
8
  * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/button/__generated__/index.partial.tsx <<SignedSource::ba9900971d8df011d2104ed65b11e169>>
9
9
  */
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - CheckboxGroupProps
5
5
  *
6
- * @codegen <<SignedSource::a1d69094fb2df291d7091bf99ee72993>>
6
+ * @codegen <<SignedSource::21fc9f2e0d144686e4795ed4c64f0798>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkboxgroup/index.tsx <<SignedSource::a209d8dcdd1d500b0c7d52145ad41040>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkboxgroup/index.tsx <<SignedSource::e4f95cf79182924e927523227eebf6fc>>
9
9
  */
10
10
  export interface CheckboxGroupProps {
11
11
  name: string;
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - DatePickerProps
5
5
  *
6
- * @codegen <<SignedSource::d04d3ce6574c309a5c0469b43a1891ff>>
6
+ * @codegen <<SignedSource::f4e6b9ae946e8fe8074d89a3ff2ac52e>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
8
  * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/datepicker/__generated__/index.partial.tsx <<SignedSource::c81073870b6e0df94ccfaf046550c325>>
9
9
  */
@@ -3,9 +3,9 @@
3
3
  *
4
4
  * Extract component prop types from UIKit 2 components - FormProps
5
5
  *
6
- * @codegen <<SignedSource::7c9522c55d4584b6a3d4cc6e9366fd61>>
6
+ * @codegen <<SignedSource::60c6f9204123afe2dc47c6bd0bf1bcfe>>
7
7
  * @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
8
- * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::c7d435cba1e3502a0d409b3723afeece>>
8
+ * @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::0799b151ffba2039603ebfc2a56c8794>>
9
9
  */
10
10
  import type { ReactNode } from 'react';
11
11
  export type FormProps = {