@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.
@@ -9,7 +9,7 @@ exports.atlaskitComponents = void 0;
9
9
  *
10
10
  * Structured content components from design-system *.docs.tsx files
11
11
  *
12
- * @codegen <<SignedSource::9a2dd503a8c88989c93926372eaa84c1>>
12
+ * @codegen <<SignedSource::c074026b3760583a882b411542329528>>
13
13
  * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:atlaskit-components
14
14
  */
15
15
  /* eslint-disable @repo/internal/react/boolean-prop-naming-convention -- not our types */
@@ -684,6 +684,14 @@ var atlaskitComponents = exports.atlaskitComponents = [{
684
684
  name: 'portalProviderAPI',
685
685
  type: 'PortalProviderAPI',
686
686
  isRequired: true
687
+ }, {
688
+ name: 'prebuiltEditorState',
689
+ type: 'EditorState',
690
+ description: "Pre-built EditorState from ReactEditorView's ssrDeps.\nWhen provided, skips internal EditorState creation to avoid double work."
691
+ }, {
692
+ name: 'prebuiltPMPlugins',
693
+ type: 'SafePlugin<any>[]',
694
+ description: "Pre-built SafePlugins from ReactEditorView's ssrDeps.\nWhen provided, skips internal PM plugin creation to avoid double work."
687
695
  }, {
688
696
  name: 'schema',
689
697
  type: 'Schema<any, any>',
@@ -963,6 +971,10 @@ var atlaskitComponents = exports.atlaskitComponents = [{
963
971
  name: 'customMessages',
964
972
  type: '{ linkLabel?: MessageDescriptor; linkAriaLabel?: MessageDescriptor; linkPlaceholder?: MessageDescriptor; linkTextLabel?: MessageDescriptor; linkTextPlaceholder?: MessageDescriptor; linkHelperTextLabel?: MessageDescriptor; submitButtonLabel?: MessageDescriptor; }',
965
973
  description: 'Allows for customisation of text in the link picker.'
974
+ }, {
975
+ name: 'disableManualUrlInsert',
976
+ type: 'boolean',
977
+ 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.'
966
978
  }, {
967
979
  name: 'disableWidth',
968
980
  type: 'boolean',
@@ -1165,6 +1177,10 @@ var atlaskitComponents = exports.atlaskitComponents = [{
1165
1177
  }, {
1166
1178
  name: 'getExtensionHeight',
1167
1179
  type: '(node: PMNode) => string'
1180
+ }, {
1181
+ name: 'headingIdPrefix',
1182
+ type: 'string',
1183
+ 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.'
1168
1184
  }, {
1169
1185
  name: 'includeNodesCountInStats',
1170
1186
  type: 'boolean'