@atlaskit/forge-react-types 0.14.0 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/CHANGELOG.md +88 -83
  2. package/LICENSE.md +6 -8
  3. package/dist/types/components/__generated__/ButtonProps.codegen.d.ts +1 -1
  4. package/dist/types/components/__generated__/CheckboxGroupProps.codegen.d.ts +2 -2
  5. package/dist/types/components/__generated__/DatePickerProps.codegen.d.ts +1 -1
  6. package/dist/types/components/__generated__/FormProps.codegen.d.ts +2 -2
  7. package/dist/types/components/__generated__/IconProps.codegen.d.ts +2 -2
  8. package/dist/types/components/__generated__/ListItemProps.codegen.d.ts +2 -2
  9. package/dist/types/components/__generated__/ListProps.codegen.d.ts +2 -2
  10. package/dist/types/components/__generated__/types.codegen.d.ts +2 -2
  11. package/dist/types-ts4.5/components/__generated__/ButtonProps.codegen.d.ts +1 -1
  12. package/dist/types-ts4.5/components/__generated__/CheckboxGroupProps.codegen.d.ts +2 -2
  13. package/dist/types-ts4.5/components/__generated__/DatePickerProps.codegen.d.ts +1 -1
  14. package/dist/types-ts4.5/components/__generated__/FormProps.codegen.d.ts +2 -2
  15. package/dist/types-ts4.5/components/__generated__/IconProps.codegen.d.ts +2 -2
  16. package/dist/types-ts4.5/components/__generated__/ListItemProps.codegen.d.ts +2 -2
  17. package/dist/types-ts4.5/components/__generated__/ListProps.codegen.d.ts +2 -2
  18. package/dist/types-ts4.5/components/__generated__/types.codegen.d.ts +2 -2
  19. package/package.json +7 -9
  20. package/scripts/codegen/codeGenerator.ts +306 -347
  21. package/scripts/codegen/componentPropTypes.ts +167 -212
  22. package/scripts/codegen-runner.ts +4 -4
  23. package/src/components/__generated__/ButtonProps.codegen.tsx +358 -358
  24. package/src/components/__generated__/CheckboxGroupProps.codegen.tsx +8 -8
  25. package/src/components/__generated__/DatePickerProps.codegen.tsx +12 -12
  26. package/src/components/__generated__/FormProps.codegen.tsx +4 -4
  27. package/src/components/__generated__/IconProps.codegen.tsx +364 -364
  28. package/src/components/__generated__/ListItemProps.codegen.tsx +3 -3
  29. package/src/components/__generated__/ListProps.codegen.tsx +4 -4
  30. package/src/components/__generated__/types.codegen.ts +20 -20
  31. package/src/index.ts +58 -58
package/CHANGELOG.md CHANGED
@@ -1,255 +1,260 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.14.0
4
10
 
5
11
  ### Minor Changes
6
12
 
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
13
+ - [#98693](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98693)
14
+ [`a278560b9ca0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a278560b9ca0) -
15
+ Added patch fix to List component to comply with design standards
10
16
 
11
17
  ## 0.13.0
12
18
 
13
19
  ### Minor Changes
14
20
 
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
21
+ - [#100583](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100583)
22
+ [`61afef7676a3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/61afef7676a3) -
23
+ Added EmptyState component via codegen to UI Kit
18
24
 
19
25
  ### Patch Changes
20
26
 
21
- - Updated dependencies
27
+ - Updated dependencies
22
28
 
23
29
  ## 0.12.1
24
30
 
25
31
  ### Patch Changes
26
32
 
27
- - Updated dependencies
33
+ - Updated dependencies
28
34
 
29
35
  ## 0.12.0
30
36
 
31
37
  ### Minor Changes
32
38
 
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
39
+ - [#98956](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98956)
40
+ [`90fe0e7d1f6a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/90fe0e7d1f6a) -
41
+ Add calendar codegen component to UI Kit 2
36
42
 
37
43
  ## 0.11.2
38
44
 
39
45
  ### Patch Changes
40
46
 
41
- - Updated dependencies
47
+ - Updated dependencies
42
48
 
43
49
  ## 0.11.1
44
50
 
45
51
  ### Patch Changes
46
52
 
47
- - Updated dependencies
53
+ - Updated dependencies
48
54
 
49
55
  ## 0.11.0
50
56
 
51
57
  ### Minor Changes
52
58
 
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
59
+ - [#93340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93340)
60
+ [`51927c4876c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/51927c4876c9) -
61
+ Add checkboxGroup component for UI Kit
56
62
 
57
63
  ## 0.10.1
58
64
 
59
65
  ### Patch Changes
60
66
 
61
- - Updated dependencies
67
+ - Updated dependencies
62
68
 
63
69
  ## 0.10.0
64
70
 
65
71
  ### Minor Changes
66
72
 
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
73
+ - [#95210](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95210)
74
+ [`93c93ee71c2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93c93ee71c2f) -
75
+ export has been added for the new banner component in forge ui kit
70
76
 
71
77
  ### Patch Changes
72
78
 
73
- - Updated dependencies
79
+ - Updated dependencies
74
80
 
75
81
  ## 0.9.0
76
82
 
77
83
  ### Minor Changes
78
84
 
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
85
+ - [#92742](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92742)
86
+ [`940b5ee54a41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/940b5ee54a41) -
87
+ Created List Component
82
88
 
83
89
  ## 0.8.3
84
90
 
85
91
  ### Patch Changes
86
92
 
87
- - Updated dependencies
93
+ - Updated dependencies
88
94
 
89
95
  ## 0.8.2
90
96
 
91
97
  ### Patch Changes
92
98
 
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
99
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
100
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
101
+ Migrated to the new button component
102
+ - Updated dependencies
97
103
 
98
104
  ## 0.8.1
99
105
 
100
106
  ### Patch Changes
101
107
 
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
108
+ - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
109
+ [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
110
+ Bump adf-schema to 35.9.2 to support table alignment options
111
+ - Updated dependencies
106
112
 
107
113
  ## 0.8.0
108
114
 
109
115
  ### Minor Changes
110
116
 
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
117
+ - [#80869](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80869)
118
+ [`ba240057876f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba240057876f) -
119
+ Add primaryColor and secondaryColor props for Icon component
114
120
 
115
121
  ### Patch Changes
116
122
 
117
- - Updated dependencies
123
+ - Updated dependencies
118
124
 
119
125
  ## 0.7.1
120
126
 
121
127
  ### Patch Changes
122
128
 
123
- - Updated dependencies
129
+ - Updated dependencies
124
130
 
125
131
  ## 0.7.0
126
132
 
127
133
  ### Minor Changes
128
134
 
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
135
+ - [#83443](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83443)
136
+ [`3571db765403`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3571db765403) -
137
+ Add code generated Banner for UI Kit 2
132
138
 
133
139
  ## 0.6.1
134
140
 
135
141
  ### Patch Changes
136
142
 
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
143
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
144
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
145
+ Upgrade Typescript from `4.9.5` to `5.4.2`
146
+ - Updated dependencies
141
147
 
142
148
  ## 0.6.0
143
149
 
144
150
  ### Minor Changes
145
151
 
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
152
+ - [#80613](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80613)
153
+ [`83fc29f5e92c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83fc29f5e92c) -
154
+ Add href prop to Tag component
149
155
 
150
156
  ### Patch Changes
151
157
 
152
- - Updated dependencies
158
+ - Updated dependencies
153
159
 
154
160
  ## 0.5.6
155
161
 
156
162
  ### Patch Changes
157
163
 
158
- - Updated dependencies
164
+ - Updated dependencies
159
165
 
160
166
  ## 0.5.5
161
167
 
162
168
  ### Patch Changes
163
169
 
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
170
+ - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
171
+ [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
172
+ Revert input border change from the previous version
167
173
 
168
174
  ## 0.5.4
169
175
 
170
176
  ### Patch Changes
171
177
 
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
178
+ - [#81281](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81281)
179
+ [`3a0d03ab0b76`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a0d03ab0b76) -
180
+ Updated form props
175
181
 
176
182
  ## 0.5.3
177
183
 
178
184
  ### Patch Changes
179
185
 
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
186
+ - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
187
+ [`6fa3baec6116`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6fa3baec6116) -
188
+ [ux] Update input field border from 2px to 1px with darker color to meet 3:1 contrast requirement
189
+ - Updated dependencies
185
190
 
186
191
  ## 0.5.2
187
192
 
188
193
  ### Patch Changes
189
194
 
190
- - Updated dependencies
195
+ - Updated dependencies
191
196
 
192
197
  ## 0.5.1
193
198
 
194
199
  ### Patch Changes
195
200
 
196
- - Updated dependencies
201
+ - Updated dependencies
197
202
 
198
203
  ## 0.5.0
199
204
 
200
205
  ### Minor Changes
201
206
 
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
207
+ - [#76719](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76719)
208
+ [`938f20d0d68e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/938f20d0d68e) -
209
+ Make spacing and animated properties optional in UIKit ProgressTracker component
205
210
 
206
211
  ## 0.4.0
207
212
 
208
213
  ### Minor Changes
209
214
 
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
215
+ - [#75522](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75522)
216
+ [`202e7032a684`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/202e7032a684) -
217
+ Reduce XCSS support scope on border-radius and border-width props
213
218
 
214
219
  ### Patch Changes
215
220
 
216
- - Updated dependencies
221
+ - Updated dependencies
217
222
 
218
223
  ## 0.3.0
219
224
 
220
225
  ### Minor Changes
221
226
 
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
227
+ - [#74137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74137)
228
+ [`7e2066b045f7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7e2066b045f7) -
229
+ Update types for event handler
225
230
 
226
231
  ## 0.2.1
227
232
 
228
233
  ### Patch Changes
229
234
 
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
235
+ - [#73546](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73546)
236
+ [`99cb74ecf428`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/99cb74ecf428) -
237
+ Update eslint level for signed-source violation to warn for UIKit2 codegen
233
238
 
234
239
  ## 0.2.0
235
240
 
236
241
  ### Minor Changes
237
242
 
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
243
+ - [#72888](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72888)
244
+ [`3bf03a46894c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3bf03a46894c) -
245
+ Add icon props to ButtonProps
241
246
 
242
247
  ### Patch Changes
243
248
 
244
- - Updated dependencies
249
+ - Updated dependencies
245
250
 
246
251
  ## 0.1.1
247
252
 
248
253
  ### Patch Changes
249
254
 
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.
255
+ - [#72257](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72257)
256
+ [`08729b392d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08729b392d3b) -
257
+ Export all UI Kit 2 code generated component types.
253
258
 
254
259
  ## 0.1.0
255
260
 
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.
@@ -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::261df5a503c9bfb32074e9bee15f6050>>
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::7353d54ee8643fc5069490017c1da01f>>
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::88bd33364e6b1b51b0f4029d67f57638>>
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::57e321a70e722fdc469452b50f6365de>>
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,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::261df5a503c9bfb32074e9bee15f6050>>
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::7353d54ee8643fc5069490017c1da01f>>
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::88bd33364e6b1b51b0f4029d67f57638>>
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::57e321a70e722fdc469452b50f6365de>>
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;