@atlaskit/forge-react-types 0.10.0 → 0.11.0
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 +80 -31
- package/dist/cjs/components/__generated__/CheckboxGroupProps.codegen.js +1 -0
- package/dist/es2019/components/__generated__/CheckboxGroupProps.codegen.js +0 -0
- package/dist/esm/components/__generated__/CheckboxGroupProps.codegen.js +0 -0
- package/dist/types/components/__generated__/CheckboxGroupProps.codegen.d.ts +21 -0
- package/dist/types/components/__generated__/index.d.ts +1 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types-ts4.5/components/__generated__/CheckboxGroupProps.codegen.d.ts +21 -0
- package/dist/types-ts4.5/components/__generated__/index.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/package.json +16 -16
- package/src/components/__generated__/CheckboxGroupProps.codegen.tsx +17 -0
- package/src/components/__generated__/index.ts +2 -1
- package/src/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,160 +1,209 @@
|
|
|
1
1
|
# @atlaskit/forge-react-types
|
|
2
2
|
|
|
3
|
+
## 0.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#93340](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93340)
|
|
8
|
+
[`51927c4876c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/51927c4876c9) -
|
|
9
|
+
Add checkboxGroup component for UI Kit
|
|
10
|
+
|
|
11
|
+
## 0.10.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 0.10.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
6
20
|
|
|
7
|
-
-
|
|
21
|
+
- [#95210](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95210)
|
|
22
|
+
[`93c93ee71c2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/93c93ee71c2f) -
|
|
23
|
+
export has been added for the new banner component in forge ui kit
|
|
8
24
|
|
|
9
25
|
### Patch Changes
|
|
10
26
|
|
|
11
|
-
-
|
|
27
|
+
- Updated dependencies
|
|
12
28
|
|
|
13
29
|
## 0.9.0
|
|
14
30
|
|
|
15
31
|
### Minor Changes
|
|
16
32
|
|
|
17
|
-
-
|
|
33
|
+
- [#92742](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92742)
|
|
34
|
+
[`940b5ee54a41`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/940b5ee54a41) -
|
|
35
|
+
Created List Component
|
|
18
36
|
|
|
19
37
|
## 0.8.3
|
|
20
38
|
|
|
21
39
|
### Patch Changes
|
|
22
40
|
|
|
23
|
-
-
|
|
41
|
+
- Updated dependencies
|
|
24
42
|
|
|
25
43
|
## 0.8.2
|
|
26
44
|
|
|
27
45
|
### Patch Changes
|
|
28
46
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
47
|
+
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
|
|
48
|
+
[`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
|
|
49
|
+
Migrated to the new button component
|
|
50
|
+
- Updated dependencies
|
|
31
51
|
|
|
32
52
|
## 0.8.1
|
|
33
53
|
|
|
34
54
|
### Patch Changes
|
|
35
55
|
|
|
36
|
-
-
|
|
37
|
-
-
|
|
56
|
+
- [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
|
|
57
|
+
[`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
|
|
58
|
+
Bump adf-schema to 35.9.2 to support table alignment options
|
|
59
|
+
- Updated dependencies
|
|
38
60
|
|
|
39
61
|
## 0.8.0
|
|
40
62
|
|
|
41
63
|
### Minor Changes
|
|
42
64
|
|
|
43
|
-
-
|
|
65
|
+
- [#80869](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80869)
|
|
66
|
+
[`ba240057876f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba240057876f) -
|
|
67
|
+
Add primaryColor and secondaryColor props for Icon component
|
|
44
68
|
|
|
45
69
|
### Patch Changes
|
|
46
70
|
|
|
47
|
-
-
|
|
71
|
+
- Updated dependencies
|
|
48
72
|
|
|
49
73
|
## 0.7.1
|
|
50
74
|
|
|
51
75
|
### Patch Changes
|
|
52
76
|
|
|
53
|
-
-
|
|
77
|
+
- Updated dependencies
|
|
54
78
|
|
|
55
79
|
## 0.7.0
|
|
56
80
|
|
|
57
81
|
### Minor Changes
|
|
58
82
|
|
|
59
|
-
-
|
|
83
|
+
- [#83443](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83443)
|
|
84
|
+
[`3571db765403`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3571db765403) -
|
|
85
|
+
Add code generated Banner for UI Kit 2
|
|
60
86
|
|
|
61
87
|
## 0.6.1
|
|
62
88
|
|
|
63
89
|
### Patch Changes
|
|
64
90
|
|
|
65
|
-
-
|
|
66
|
-
-
|
|
91
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
92
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
93
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
94
|
+
- Updated dependencies
|
|
67
95
|
|
|
68
96
|
## 0.6.0
|
|
69
97
|
|
|
70
98
|
### Minor Changes
|
|
71
99
|
|
|
72
|
-
-
|
|
100
|
+
- [#80613](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80613)
|
|
101
|
+
[`83fc29f5e92c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83fc29f5e92c) -
|
|
102
|
+
Add href prop to Tag component
|
|
73
103
|
|
|
74
104
|
### Patch Changes
|
|
75
105
|
|
|
76
|
-
-
|
|
106
|
+
- Updated dependencies
|
|
77
107
|
|
|
78
108
|
## 0.5.6
|
|
79
109
|
|
|
80
110
|
### Patch Changes
|
|
81
111
|
|
|
82
|
-
-
|
|
112
|
+
- Updated dependencies
|
|
83
113
|
|
|
84
114
|
## 0.5.5
|
|
85
115
|
|
|
86
116
|
### Patch Changes
|
|
87
117
|
|
|
88
|
-
-
|
|
118
|
+
- [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
|
|
119
|
+
[`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
|
|
120
|
+
Revert input border change from the previous version
|
|
89
121
|
|
|
90
122
|
## 0.5.4
|
|
91
123
|
|
|
92
124
|
### Patch Changes
|
|
93
125
|
|
|
94
|
-
-
|
|
126
|
+
- [#81281](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81281)
|
|
127
|
+
[`3a0d03ab0b76`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a0d03ab0b76) -
|
|
128
|
+
Updated form props
|
|
95
129
|
|
|
96
130
|
## 0.5.3
|
|
97
131
|
|
|
98
132
|
### Patch Changes
|
|
99
133
|
|
|
100
|
-
-
|
|
101
|
-
-
|
|
134
|
+
- [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
|
|
135
|
+
[`6fa3baec6116`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6fa3baec6116) -
|
|
136
|
+
[ux] Update input field border from 2px to 1px with darker color to meet 3:1 contrast
|
|
137
|
+
requirement
|
|
138
|
+
- Updated dependencies
|
|
102
139
|
|
|
103
140
|
## 0.5.2
|
|
104
141
|
|
|
105
142
|
### Patch Changes
|
|
106
143
|
|
|
107
|
-
-
|
|
144
|
+
- Updated dependencies
|
|
108
145
|
|
|
109
146
|
## 0.5.1
|
|
110
147
|
|
|
111
148
|
### Patch Changes
|
|
112
149
|
|
|
113
|
-
-
|
|
150
|
+
- Updated dependencies
|
|
114
151
|
|
|
115
152
|
## 0.5.0
|
|
116
153
|
|
|
117
154
|
### Minor Changes
|
|
118
155
|
|
|
119
|
-
-
|
|
156
|
+
- [#76719](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76719)
|
|
157
|
+
[`938f20d0d68e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/938f20d0d68e) -
|
|
158
|
+
Make spacing and animated properties optional in UIKit ProgressTracker component
|
|
120
159
|
|
|
121
160
|
## 0.4.0
|
|
122
161
|
|
|
123
162
|
### Minor Changes
|
|
124
163
|
|
|
125
|
-
-
|
|
164
|
+
- [#75522](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75522)
|
|
165
|
+
[`202e7032a684`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/202e7032a684) -
|
|
166
|
+
Reduce XCSS support scope on border-radius and border-width props
|
|
126
167
|
|
|
127
168
|
### Patch Changes
|
|
128
169
|
|
|
129
|
-
-
|
|
170
|
+
- Updated dependencies
|
|
130
171
|
|
|
131
172
|
## 0.3.0
|
|
132
173
|
|
|
133
174
|
### Minor Changes
|
|
134
175
|
|
|
135
|
-
-
|
|
176
|
+
- [#74137](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74137)
|
|
177
|
+
[`7e2066b045f7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7e2066b045f7) -
|
|
178
|
+
Update types for event handler
|
|
136
179
|
|
|
137
180
|
## 0.2.1
|
|
138
181
|
|
|
139
182
|
### Patch Changes
|
|
140
183
|
|
|
141
|
-
-
|
|
184
|
+
- [#73546](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73546)
|
|
185
|
+
[`99cb74ecf428`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/99cb74ecf428) -
|
|
186
|
+
Update eslint level for signed-source violation to warn for UIKit2 codegen
|
|
142
187
|
|
|
143
188
|
## 0.2.0
|
|
144
189
|
|
|
145
190
|
### Minor Changes
|
|
146
191
|
|
|
147
|
-
-
|
|
192
|
+
- [#72888](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72888)
|
|
193
|
+
[`3bf03a46894c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3bf03a46894c) -
|
|
194
|
+
Add icon props to ButtonProps
|
|
148
195
|
|
|
149
196
|
### Patch Changes
|
|
150
197
|
|
|
151
|
-
-
|
|
198
|
+
- Updated dependencies
|
|
152
199
|
|
|
153
200
|
## 0.1.1
|
|
154
201
|
|
|
155
202
|
### Patch Changes
|
|
156
203
|
|
|
157
|
-
-
|
|
204
|
+
- [#72257](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72257)
|
|
205
|
+
[`08729b392d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08729b392d3b) -
|
|
206
|
+
Export all UI Kit 2 code generated component types.
|
|
158
207
|
|
|
159
208
|
## 0.1.0
|
|
160
209
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* Extract component prop types from UIKit 2 components - CheckboxGroupProps
|
|
5
|
+
*
|
|
6
|
+
* @codegen <<SignedSource::a1d69094fb2df291d7091bf99ee72993>>
|
|
7
|
+
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkboxgroup/index.tsx <<SignedSource::a209d8dcdd1d500b0c7d52145ad41040>>
|
|
9
|
+
*/
|
|
10
|
+
export interface CheckboxGroupProps {
|
|
11
|
+
name: string;
|
|
12
|
+
options: {
|
|
13
|
+
label: string;
|
|
14
|
+
value: string;
|
|
15
|
+
isDisabled?: boolean;
|
|
16
|
+
}[];
|
|
17
|
+
value?: string[];
|
|
18
|
+
onChange?: (values: string[]) => void;
|
|
19
|
+
defaultValue?: string[];
|
|
20
|
+
isDisabled?: boolean;
|
|
21
|
+
}
|
|
@@ -5,6 +5,7 @@ export type { BoxProps } from './BoxProps.codegen';
|
|
|
5
5
|
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
6
6
|
export type { ButtonProps } from './ButtonProps.codegen';
|
|
7
7
|
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
8
|
+
export type { CheckboxGroupProps } from './CheckboxGroupProps.codegen';
|
|
8
9
|
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
9
10
|
export type { CodeProps } from './CodeProps.codegen';
|
|
10
11
|
export type { DatePickerProps } from './DatePickerProps.codegen';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { BadgeProps, BannerProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CheckboxProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, ListProps, ListItemProps, LoadingButtonProps, LozengeProps, ModalBodyProps, ModalFooterProps, ModalHeaderProps, ModalProps, ModalTitleProps, ModalTransitionProps, ProgressBarProps, ProgressTrackerProps, RadioGroupProps, RadioProps, RangeProps, SectionMessageActionProps, SectionMessageProps, SelectProps, SpinnerProps, StackProps, TabListProps, TabPanelProps, TabProps, TabsProps, TagGroupProps, TagProps, TextAreaProps, TextfieldProps, ToggleProps, TooltipProps, ValidMessageProps, } from './components/__generated__';
|
|
1
|
+
export type { BadgeProps, BannerProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CheckboxProps, CheckboxGroupProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, ListProps, ListItemProps, LoadingButtonProps, LozengeProps, ModalBodyProps, ModalFooterProps, ModalHeaderProps, ModalProps, ModalTitleProps, ModalTransitionProps, ProgressBarProps, ProgressTrackerProps, RadioGroupProps, RadioProps, RangeProps, SectionMessageActionProps, SectionMessageProps, SelectProps, SpinnerProps, StackProps, TabListProps, TabPanelProps, TabProps, TabsProps, TagGroupProps, TagProps, TextAreaProps, TextfieldProps, ToggleProps, TooltipProps, ValidMessageProps, } from './components/__generated__';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* Extract component prop types from UIKit 2 components - CheckboxGroupProps
|
|
5
|
+
*
|
|
6
|
+
* @codegen <<SignedSource::a1d69094fb2df291d7091bf99ee72993>>
|
|
7
|
+
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkboxgroup/index.tsx <<SignedSource::a209d8dcdd1d500b0c7d52145ad41040>>
|
|
9
|
+
*/
|
|
10
|
+
export interface CheckboxGroupProps {
|
|
11
|
+
name: string;
|
|
12
|
+
options: {
|
|
13
|
+
label: string;
|
|
14
|
+
value: string;
|
|
15
|
+
isDisabled?: boolean;
|
|
16
|
+
}[];
|
|
17
|
+
value?: string[];
|
|
18
|
+
onChange?: (values: string[]) => void;
|
|
19
|
+
defaultValue?: string[];
|
|
20
|
+
isDisabled?: boolean;
|
|
21
|
+
}
|
|
@@ -5,6 +5,7 @@ export type { BoxProps } from './BoxProps.codegen';
|
|
|
5
5
|
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
6
6
|
export type { ButtonProps } from './ButtonProps.codegen';
|
|
7
7
|
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
8
|
+
export type { CheckboxGroupProps } from './CheckboxGroupProps.codegen';
|
|
8
9
|
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
9
10
|
export type { CodeProps } from './CodeProps.codegen';
|
|
10
11
|
export type { DatePickerProps } from './DatePickerProps.codegen';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { BadgeProps, BannerProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CheckboxProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, ListProps, ListItemProps, LoadingButtonProps, LozengeProps, ModalBodyProps, ModalFooterProps, ModalHeaderProps, ModalProps, ModalTitleProps, ModalTransitionProps, ProgressBarProps, ProgressTrackerProps, RadioGroupProps, RadioProps, RangeProps, SectionMessageActionProps, SectionMessageProps, SelectProps, SpinnerProps, StackProps, TabListProps, TabPanelProps, TabProps, TabsProps, TagGroupProps, TagProps, TextAreaProps, TextfieldProps, ToggleProps, TooltipProps, ValidMessageProps, } from './components/__generated__';
|
|
1
|
+
export type { BadgeProps, BannerProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CheckboxProps, CheckboxGroupProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, ListProps, ListItemProps, LoadingButtonProps, LozengeProps, ModalBodyProps, ModalFooterProps, ModalHeaderProps, ModalProps, ModalTitleProps, ModalTransitionProps, ProgressBarProps, ProgressTrackerProps, RadioGroupProps, RadioProps, RangeProps, SectionMessageActionProps, SectionMessageProps, SelectProps, SpinnerProps, StackProps, TabListProps, TabPanelProps, TabProps, TabsProps, TagGroupProps, TagProps, TextAreaProps, TextfieldProps, ToggleProps, TooltipProps, ValidMessageProps, } from './components/__generated__';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/forge-react-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Component types for Forge UI Kit React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,29 +28,29 @@
|
|
|
28
28
|
"@atlaskit/badge": "^16.1.0",
|
|
29
29
|
"@atlaskit/banner": "^12.3.0",
|
|
30
30
|
"@atlaskit/button": "^17.14.0",
|
|
31
|
-
"@atlaskit/checkbox": "^13.
|
|
31
|
+
"@atlaskit/checkbox": "^13.3.0",
|
|
32
32
|
"@atlaskit/code": "^15.1.0",
|
|
33
33
|
"@atlaskit/dynamic-table": "^14.16.0",
|
|
34
34
|
"@atlaskit/form": "^9.3.0",
|
|
35
35
|
"@atlaskit/heading": "^2.2.0",
|
|
36
36
|
"@atlaskit/lozenge": "^11.7.0",
|
|
37
|
-
"@atlaskit/modal-dialog": "^12.
|
|
38
|
-
"@atlaskit/primitives": "^5.
|
|
39
|
-
"@atlaskit/progress-bar": "2.0
|
|
37
|
+
"@atlaskit/modal-dialog": "^12.13.0",
|
|
38
|
+
"@atlaskit/primitives": "^5.7.0",
|
|
39
|
+
"@atlaskit/progress-bar": "2.1.0",
|
|
40
40
|
"@atlaskit/progress-tracker": "8.5.10",
|
|
41
|
-
"@atlaskit/radio": "^6.
|
|
42
|
-
"@atlaskit/range": "^7.
|
|
43
|
-
"@atlaskit/section-message": "^6.
|
|
44
|
-
"@atlaskit/select": "^17.
|
|
45
|
-
"@atlaskit/spinner": "^16.
|
|
41
|
+
"@atlaskit/radio": "^6.3.0",
|
|
42
|
+
"@atlaskit/range": "^7.2.0",
|
|
43
|
+
"@atlaskit/section-message": "^6.5.0",
|
|
44
|
+
"@atlaskit/select": "^17.8.0",
|
|
45
|
+
"@atlaskit/spinner": "^16.1.0",
|
|
46
46
|
"@atlaskit/tabs": "^16.0.0",
|
|
47
|
-
"@atlaskit/tag": "^12.
|
|
48
|
-
"@atlaskit/tag-group": "^10.
|
|
49
|
-
"@atlaskit/textarea": "^5.
|
|
50
|
-
"@atlaskit/textfield": "^6.
|
|
47
|
+
"@atlaskit/tag": "^12.1.0",
|
|
48
|
+
"@atlaskit/tag-group": "^10.3.0",
|
|
49
|
+
"@atlaskit/textarea": "^5.3.0",
|
|
50
|
+
"@atlaskit/textfield": "^6.3.0",
|
|
51
51
|
"@atlaskit/toggle": "^13.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^1.
|
|
53
|
-
"@atlaskit/tooltip": "^18.
|
|
52
|
+
"@atlaskit/tokens": "^1.45.0",
|
|
53
|
+
"@atlaskit/tooltip": "^18.3.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* Extract component prop types from UIKit 2 components - CheckboxGroupProps
|
|
5
|
+
*
|
|
6
|
+
* @codegen <<SignedSource::a1d69094fb2df291d7091bf99ee72993>>
|
|
7
|
+
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkboxgroup/index.tsx <<SignedSource::a209d8dcdd1d500b0c7d52145ad41040>>
|
|
9
|
+
*/
|
|
10
|
+
export interface CheckboxGroupProps {
|
|
11
|
+
name: string;
|
|
12
|
+
options: { label: string; value: string; isDisabled?: boolean }[];
|
|
13
|
+
value?: string[];
|
|
14
|
+
onChange?: (values: string[]) => void;
|
|
15
|
+
defaultValue?: string[];
|
|
16
|
+
isDisabled?: boolean;
|
|
17
|
+
}
|
|
@@ -5,6 +5,7 @@ export type { BoxProps } from './BoxProps.codegen';
|
|
|
5
5
|
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
6
6
|
export type { ButtonProps } from './ButtonProps.codegen';
|
|
7
7
|
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
8
|
+
export type { CheckboxGroupProps } from './CheckboxGroupProps.codegen';
|
|
8
9
|
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
9
10
|
export type { CodeProps } from './CodeProps.codegen';
|
|
10
11
|
export type { DatePickerProps } from './DatePickerProps.codegen';
|
|
@@ -52,4 +53,4 @@ export type { TextAreaProps } from './TextAreaProps.codegen';
|
|
|
52
53
|
export type { TextfieldProps } from './TextfieldProps.codegen';
|
|
53
54
|
export type { ToggleProps } from './ToggleProps.codegen';
|
|
54
55
|
export type { TooltipProps } from './TooltipProps.codegen';
|
|
55
|
-
export type { ValidMessageProps } from './ValidMessageProps.codegen';
|
|
56
|
+
export type { ValidMessageProps } from './ValidMessageProps.codegen';
|