@atlaskit/forge-react-types 0.13.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.
- package/CHANGELOG.md +93 -80
- package/LICENSE.md +6 -8
- package/dist/types/components/__generated__/ButtonProps.codegen.d.ts +1 -1
- package/dist/types/components/__generated__/CheckboxGroupProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/DatePickerProps.codegen.d.ts +1 -1
- package/dist/types/components/__generated__/FormProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/IconProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/ListItemProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/ListProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/types.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/ButtonProps.codegen.d.ts +1 -1
- package/dist/types-ts4.5/components/__generated__/CheckboxGroupProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/DatePickerProps.codegen.d.ts +1 -1
- package/dist/types-ts4.5/components/__generated__/FormProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/IconProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/ListItemProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/ListProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/types.codegen.d.ts +2 -2
- package/package.json +8 -10
- package/scripts/codegen/codeGenerator.ts +306 -347
- package/scripts/codegen/componentPropTypes.ts +167 -212
- package/scripts/codegen-runner.ts +4 -4
- package/src/components/__generated__/ButtonProps.codegen.tsx +358 -358
- package/src/components/__generated__/CheckboxGroupProps.codegen.tsx +8 -8
- package/src/components/__generated__/DatePickerProps.codegen.tsx +12 -12
- package/src/components/__generated__/FormProps.codegen.tsx +4 -4
- package/src/components/__generated__/IconProps.codegen.tsx +364 -364
- package/src/components/__generated__/ListItemProps.codegen.tsx +3 -3
- package/src/components/__generated__/ListProps.codegen.tsx +4 -4
- package/src/components/__generated__/types.codegen.ts +20 -20
- package/src/index.ts +58 -58
package/CHANGELOG.md
CHANGED
|
@@ -1,247 +1,260 @@
|
|
|
1
1
|
# @atlaskit/forge-react-types
|
|
2
2
|
|
|
3
|
+
## 0.14.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 0.14.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
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
|
|
16
|
+
|
|
3
17
|
## 0.13.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
6
20
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
|
10
24
|
|
|
11
25
|
### Patch Changes
|
|
12
26
|
|
|
13
|
-
-
|
|
27
|
+
- Updated dependencies
|
|
14
28
|
|
|
15
29
|
## 0.12.1
|
|
16
30
|
|
|
17
31
|
### Patch Changes
|
|
18
32
|
|
|
19
|
-
-
|
|
33
|
+
- Updated dependencies
|
|
20
34
|
|
|
21
35
|
## 0.12.0
|
|
22
36
|
|
|
23
37
|
### Minor Changes
|
|
24
38
|
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
|
28
42
|
|
|
29
43
|
## 0.11.2
|
|
30
44
|
|
|
31
45
|
### Patch Changes
|
|
32
46
|
|
|
33
|
-
-
|
|
47
|
+
- Updated dependencies
|
|
34
48
|
|
|
35
49
|
## 0.11.1
|
|
36
50
|
|
|
37
51
|
### Patch Changes
|
|
38
52
|
|
|
39
|
-
-
|
|
53
|
+
- Updated dependencies
|
|
40
54
|
|
|
41
55
|
## 0.11.0
|
|
42
56
|
|
|
43
57
|
### Minor Changes
|
|
44
58
|
|
|
45
|
-
-
|
|
46
|
-
|
|
47
|
-
|
|
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
|
|
48
62
|
|
|
49
63
|
## 0.10.1
|
|
50
64
|
|
|
51
65
|
### Patch Changes
|
|
52
66
|
|
|
53
|
-
-
|
|
67
|
+
- Updated dependencies
|
|
54
68
|
|
|
55
69
|
## 0.10.0
|
|
56
70
|
|
|
57
71
|
### Minor Changes
|
|
58
72
|
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
|
62
76
|
|
|
63
77
|
### Patch Changes
|
|
64
78
|
|
|
65
|
-
-
|
|
79
|
+
- Updated dependencies
|
|
66
80
|
|
|
67
81
|
## 0.9.0
|
|
68
82
|
|
|
69
83
|
### Minor Changes
|
|
70
84
|
|
|
71
|
-
-
|
|
72
|
-
|
|
73
|
-
|
|
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
|
|
74
88
|
|
|
75
89
|
## 0.8.3
|
|
76
90
|
|
|
77
91
|
### Patch Changes
|
|
78
92
|
|
|
79
|
-
-
|
|
93
|
+
- Updated dependencies
|
|
80
94
|
|
|
81
95
|
## 0.8.2
|
|
82
96
|
|
|
83
97
|
### Patch Changes
|
|
84
98
|
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
-
|
|
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
|
|
89
103
|
|
|
90
104
|
## 0.8.1
|
|
91
105
|
|
|
92
106
|
### Patch Changes
|
|
93
107
|
|
|
94
|
-
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
-
|
|
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
|
|
98
112
|
|
|
99
113
|
## 0.8.0
|
|
100
114
|
|
|
101
115
|
### Minor Changes
|
|
102
116
|
|
|
103
|
-
-
|
|
104
|
-
|
|
105
|
-
|
|
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
|
|
106
120
|
|
|
107
121
|
### Patch Changes
|
|
108
122
|
|
|
109
|
-
-
|
|
123
|
+
- Updated dependencies
|
|
110
124
|
|
|
111
125
|
## 0.7.1
|
|
112
126
|
|
|
113
127
|
### Patch Changes
|
|
114
128
|
|
|
115
|
-
-
|
|
129
|
+
- Updated dependencies
|
|
116
130
|
|
|
117
131
|
## 0.7.0
|
|
118
132
|
|
|
119
133
|
### Minor Changes
|
|
120
134
|
|
|
121
|
-
-
|
|
122
|
-
|
|
123
|
-
|
|
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
|
|
124
138
|
|
|
125
139
|
## 0.6.1
|
|
126
140
|
|
|
127
141
|
### Patch Changes
|
|
128
142
|
|
|
129
|
-
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
-
|
|
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
|
|
133
147
|
|
|
134
148
|
## 0.6.0
|
|
135
149
|
|
|
136
150
|
### Minor Changes
|
|
137
151
|
|
|
138
|
-
-
|
|
139
|
-
|
|
140
|
-
|
|
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
|
|
141
155
|
|
|
142
156
|
### Patch Changes
|
|
143
157
|
|
|
144
|
-
-
|
|
158
|
+
- Updated dependencies
|
|
145
159
|
|
|
146
160
|
## 0.5.6
|
|
147
161
|
|
|
148
162
|
### Patch Changes
|
|
149
163
|
|
|
150
|
-
-
|
|
164
|
+
- Updated dependencies
|
|
151
165
|
|
|
152
166
|
## 0.5.5
|
|
153
167
|
|
|
154
168
|
### Patch Changes
|
|
155
169
|
|
|
156
|
-
-
|
|
157
|
-
|
|
158
|
-
|
|
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
|
|
159
173
|
|
|
160
174
|
## 0.5.4
|
|
161
175
|
|
|
162
176
|
### Patch Changes
|
|
163
177
|
|
|
164
|
-
-
|
|
165
|
-
|
|
166
|
-
|
|
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
|
|
167
181
|
|
|
168
182
|
## 0.5.3
|
|
169
183
|
|
|
170
184
|
### Patch Changes
|
|
171
185
|
|
|
172
|
-
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
- 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
|
|
177
190
|
|
|
178
191
|
## 0.5.2
|
|
179
192
|
|
|
180
193
|
### Patch Changes
|
|
181
194
|
|
|
182
|
-
-
|
|
195
|
+
- Updated dependencies
|
|
183
196
|
|
|
184
197
|
## 0.5.1
|
|
185
198
|
|
|
186
199
|
### Patch Changes
|
|
187
200
|
|
|
188
|
-
-
|
|
201
|
+
- Updated dependencies
|
|
189
202
|
|
|
190
203
|
## 0.5.0
|
|
191
204
|
|
|
192
205
|
### Minor Changes
|
|
193
206
|
|
|
194
|
-
-
|
|
195
|
-
|
|
196
|
-
|
|
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
|
|
197
210
|
|
|
198
211
|
## 0.4.0
|
|
199
212
|
|
|
200
213
|
### Minor Changes
|
|
201
214
|
|
|
202
|
-
-
|
|
203
|
-
|
|
204
|
-
|
|
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
|
|
205
218
|
|
|
206
219
|
### Patch Changes
|
|
207
220
|
|
|
208
|
-
-
|
|
221
|
+
- Updated dependencies
|
|
209
222
|
|
|
210
223
|
## 0.3.0
|
|
211
224
|
|
|
212
225
|
### Minor Changes
|
|
213
226
|
|
|
214
|
-
-
|
|
215
|
-
|
|
216
|
-
|
|
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
|
|
217
230
|
|
|
218
231
|
## 0.2.1
|
|
219
232
|
|
|
220
233
|
### Patch Changes
|
|
221
234
|
|
|
222
|
-
-
|
|
223
|
-
|
|
224
|
-
|
|
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
|
|
225
238
|
|
|
226
239
|
## 0.2.0
|
|
227
240
|
|
|
228
241
|
### Minor Changes
|
|
229
242
|
|
|
230
|
-
-
|
|
231
|
-
|
|
232
|
-
|
|
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
|
|
233
246
|
|
|
234
247
|
### Patch Changes
|
|
235
248
|
|
|
236
|
-
-
|
|
249
|
+
- Updated dependencies
|
|
237
250
|
|
|
238
251
|
## 0.1.1
|
|
239
252
|
|
|
240
253
|
### Patch Changes
|
|
241
254
|
|
|
242
|
-
-
|
|
243
|
-
|
|
244
|
-
|
|
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.
|
|
245
258
|
|
|
246
259
|
## 0.1.0
|
|
247
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
|
-
|
|
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
|
|
11
|
-
|
|
12
|
-
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
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::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::ead448842d74cb269e35940f951e298f>>
|
|
9
9
|
*/
|
|
10
10
|
export type SerialisableEvent = {
|
|
11
11
|
bubbles: boolean;
|