@atlaskit/ads-mcp 1.1.0 → 1.2.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.
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Structured content components from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::9a2dd503a8c88989c93926372eaa84c1>>
6
+ * @codegen <<SignedSource::c074026b3760583a882b411542329528>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:atlaskit-components
8
8
  */
9
9
  /* eslint-disable @repo/internal/react/boolean-prop-naming-convention -- not our types */
@@ -678,6 +678,14 @@ export var atlaskitComponents = [{
678
678
  name: 'portalProviderAPI',
679
679
  type: 'PortalProviderAPI',
680
680
  isRequired: true
681
+ }, {
682
+ name: 'prebuiltEditorState',
683
+ type: 'EditorState',
684
+ description: "Pre-built EditorState from ReactEditorView's ssrDeps.\nWhen provided, skips internal EditorState creation to avoid double work."
685
+ }, {
686
+ name: 'prebuiltPMPlugins',
687
+ type: 'SafePlugin<any>[]',
688
+ description: "Pre-built SafePlugins from ReactEditorView's ssrDeps.\nWhen provided, skips internal PM plugin creation to avoid double work."
681
689
  }, {
682
690
  name: 'schema',
683
691
  type: 'Schema<any, any>',
@@ -957,6 +965,10 @@ export var atlaskitComponents = [{
957
965
  name: 'customMessages',
958
966
  type: '{ linkLabel?: MessageDescriptor; linkAriaLabel?: MessageDescriptor; linkPlaceholder?: MessageDescriptor; linkTextLabel?: MessageDescriptor; linkTextPlaceholder?: MessageDescriptor; linkHelperTextLabel?: MessageDescriptor; submitButtonLabel?: MessageDescriptor; }',
959
967
  description: 'Allows for customisation of text in the link picker.'
968
+ }, {
969
+ name: 'disableManualUrlInsert',
970
+ type: 'boolean',
971
+ description: 'When true, disables the Insert button when the user has manually typed a URL but no search\nresult has been selected. This prevents inserting external/manual links when only\nresult-based links are desired.'
960
972
  }, {
961
973
  name: 'disableWidth',
962
974
  type: 'boolean',
@@ -1159,6 +1171,10 @@ export var atlaskitComponents = [{
1159
1171
  }, {
1160
1172
  name: 'getExtensionHeight',
1161
1173
  type: '(node: PMNode) => string'
1174
+ }, {
1175
+ name: 'headingIdPrefix',
1176
+ type: 'string',
1177
+ description: 'Optional prefix to prepend to all generated heading IDs.\nUsed by nested renderers to namespace heading IDs and avoid collisions with the host page.'
1162
1178
  }, {
1163
1179
  name: 'includeNodesCountInStats',
1164
1180
  type: 'boolean'
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Structured content components from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::ca027fa25ebfebe972ae3a385e13319e>>
6
+ * @codegen <<SignedSource::5de3314ebec8c2ace33afef70122e6bd>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:ads-components
8
8
  */
9
9
  import type { ComponentMcpPayload } from './types';
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Structured content components from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::9a2dd503a8c88989c93926372eaa84c1>>
6
+ * @codegen <<SignedSource::c074026b3760583a882b411542329528>>
7
7
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:atlaskit-components
8
8
  */
9
9
  import type { ComponentMcpPayload } from '../get-all-components/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
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",