@atlaskit/ads-mcp 0.7.2 → 0.7.3

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
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/ads-mcp
2
2
 
3
+ ## 0.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1e36a2d0fe31e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e36a2d0fe31e) -
8
+ Tiny update to form component types
9
+
3
10
  ## 0.7.2
4
11
 
5
12
  ### Patch Changes
@@ -9,7 +9,7 @@ exports.components = void 0;
9
9
  *
10
10
  * Generates TypeScript components data for AI tooling from offerings.json files
11
11
  *
12
- * @codegen <<SignedSource::d39d38cf9fe44e75308cd943349942d1>>
12
+ * @codegen <<SignedSource::1792e8b918fbdc85769f6ddf38970c58>>
13
13
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
14
14
  */
15
15
 
@@ -1695,7 +1695,7 @@ var components = exports.components = [{
1695
1695
  type: '"off" | "on"'
1696
1696
  }, {
1697
1697
  name: 'children',
1698
- description: 'The contents rendered inside of the form. This is a function where the props will be passed from the form. The function props you can access are `dirty`, `submitting` and `disabled`.\n You can read more about these props in [react-final form documentation](https://final-form.org/docs/final-form/types/FormState).',
1698
+ description: 'The contents rendered inside of the form. This is a function where the props will be passed from the form. The function props you can access are `dirty`, `submitting` and `disabled`.\nYou can read more about these props in [react-final form documentation](https://final-form.org/docs/final-form/types/FormState).\n\nIf you are only spreading `formProps` onto the HTML `<form>` element and not using any of the other props (like `submitting`, etc.), `children` can be plain JSX. All of the children will be wrapped within an HTML `<form>` element that includes all necessary props, including those provided on the form component.',
1699
1699
  type: '(() => void) | React.ReactNode | ((args: FormChildrenArgs<FormValues>) => React.ReactNode)'
1700
1700
  }, {
1701
1701
  name: 'formProps',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates TypeScript components data for AI tooling from offerings.json files
5
5
  *
6
- * @codegen <<SignedSource::d39d38cf9fe44e75308cd943349942d1>>
6
+ * @codegen <<SignedSource::1792e8b918fbdc85769f6ddf38970c58>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
8
8
  */
9
9
 
@@ -1689,7 +1689,7 @@ export const components = [{
1689
1689
  type: '"off" | "on"'
1690
1690
  }, {
1691
1691
  name: 'children',
1692
- description: 'The contents rendered inside of the form. This is a function where the props will be passed from the form. The function props you can access are `dirty`, `submitting` and `disabled`.\n You can read more about these props in [react-final form documentation](https://final-form.org/docs/final-form/types/FormState).',
1692
+ description: 'The contents rendered inside of the form. This is a function where the props will be passed from the form. The function props you can access are `dirty`, `submitting` and `disabled`.\nYou can read more about these props in [react-final form documentation](https://final-form.org/docs/final-form/types/FormState).\n\nIf you are only spreading `formProps` onto the HTML `<form>` element and not using any of the other props (like `submitting`, etc.), `children` can be plain JSX. All of the children will be wrapped within an HTML `<form>` element that includes all necessary props, including those provided on the form component.',
1693
1693
  type: '(() => void) | React.ReactNode | ((args: FormChildrenArgs<FormValues>) => React.ReactNode)'
1694
1694
  }, {
1695
1695
  name: 'formProps',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates TypeScript components data for AI tooling from offerings.json files
5
5
  *
6
- * @codegen <<SignedSource::d39d38cf9fe44e75308cd943349942d1>>
6
+ * @codegen <<SignedSource::1792e8b918fbdc85769f6ddf38970c58>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
8
8
  */
9
9
 
@@ -1689,7 +1689,7 @@ export var components = [{
1689
1689
  type: '"off" | "on"'
1690
1690
  }, {
1691
1691
  name: 'children',
1692
- description: 'The contents rendered inside of the form. This is a function where the props will be passed from the form. The function props you can access are `dirty`, `submitting` and `disabled`.\n You can read more about these props in [react-final form documentation](https://final-form.org/docs/final-form/types/FormState).',
1692
+ description: 'The contents rendered inside of the form. This is a function where the props will be passed from the form. The function props you can access are `dirty`, `submitting` and `disabled`.\nYou can read more about these props in [react-final form documentation](https://final-form.org/docs/final-form/types/FormState).\n\nIf you are only spreading `formProps` onto the HTML `<form>` element and not using any of the other props (like `submitting`, etc.), `children` can be plain JSX. All of the children will be wrapped within an HTML `<form>` element that includes all necessary props, including those provided on the form component.',
1693
1693
  type: '(() => void) | React.ReactNode | ((args: FormChildrenArgs<FormValues>) => React.ReactNode)'
1694
1694
  }, {
1695
1695
  name: 'formProps',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates TypeScript components data for AI tooling from offerings.json files
5
5
  *
6
- * @codegen <<SignedSource::d39d38cf9fe44e75308cd943349942d1>>
6
+ * @codegen <<SignedSource::1792e8b918fbdc85769f6ddf38970c58>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
8
8
  */
9
9
  import type { Component } from './types';
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generates TypeScript components data for AI tooling from offerings.json files
5
5
  *
6
- * @codegen <<SignedSource::d39d38cf9fe44e75308cd943349942d1>>
6
+ * @codegen <<SignedSource::1792e8b918fbdc85769f6ddf38970c58>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
8
8
  */
9
9
  import type { Component } from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "The official Atlassian Design System MCP server to develop apps and user interfaces matching the Atlassian style.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",