@atlaskit/forge-react-types 0.12.0 → 0.12.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
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - DatePickerProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::d04d3ce6574c309a5c0469b43a1891ff>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/datepicker/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/datepicker/__generated__/index.partial.tsx <<SignedSource::c81073870b6e0df94ccfaf046550c325>>
|
|
9
9
|
*/
|
|
10
10
|
export interface FieldProps {
|
|
11
11
|
id: string;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - DatePickerProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::d04d3ce6574c309a5c0469b43a1891ff>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/datepicker/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/datepicker/__generated__/index.partial.tsx <<SignedSource::c81073870b6e0df94ccfaf046550c325>>
|
|
9
9
|
*/
|
|
10
10
|
export interface FieldProps {
|
|
11
11
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/forge-react-types",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"description": "Component types for Forge UI Kit React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"@atlaskit/calendar": "^14.2.1",
|
|
32
32
|
"@atlaskit/checkbox": "^13.3.0",
|
|
33
33
|
"@atlaskit/code": "^15.2.0",
|
|
34
|
-
"@atlaskit/dynamic-table": "^14.
|
|
35
|
-
"@atlaskit/form": "^10.
|
|
34
|
+
"@atlaskit/dynamic-table": "^14.17.0",
|
|
35
|
+
"@atlaskit/form": "^10.1.0",
|
|
36
36
|
"@atlaskit/heading": "^2.3.0",
|
|
37
37
|
"@atlaskit/lozenge": "^11.7.0",
|
|
38
38
|
"@atlaskit/modal-dialog": "^12.13.0",
|
|
39
39
|
"@atlaskit/primitives": "^6.1.0",
|
|
40
40
|
"@atlaskit/progress-bar": "2.1.0",
|
|
41
|
-
"@atlaskit/progress-tracker": "8.
|
|
41
|
+
"@atlaskit/progress-tracker": "8.6.0",
|
|
42
42
|
"@atlaskit/radio": "^6.3.0",
|
|
43
43
|
"@atlaskit/range": "^7.2.0",
|
|
44
44
|
"@atlaskit/section-message": "^6.5.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@atlaskit/textfield": "^6.3.0",
|
|
52
52
|
"@atlaskit/toggle": "^13.1.0",
|
|
53
53
|
"@atlaskit/tokens": "^1.48.0",
|
|
54
|
-
"@atlaskit/tooltip": "^18.
|
|
54
|
+
"@atlaskit/tooltip": "^18.4.0",
|
|
55
55
|
"@babel/runtime": "^7.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - DatePickerProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::d04d3ce6574c309a5c0469b43a1891ff>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/datepicker/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/datepicker/__generated__/index.partial.tsx <<SignedSource::c81073870b6e0df94ccfaf046550c325>>
|
|
9
9
|
*/
|
|
10
10
|
export interface FieldProps {
|
|
11
11
|
id: string;
|