@atlaskit/ads-mcp 1.5.0 → 1.5.2

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,8 +3,8 @@
3
3
  *
4
4
  * Structured content hooks from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::fef352249d4955ee39f3c228cea0cbee>>
7
- * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:atlaskit-hooks
6
+ * @codegen <<SignedSource::6dabb671a6717bc397909b3b1ab56c2a>>
7
+ * @codegenCommand yarn workspace @af/ads-ai-tooling codegen
8
8
  */
9
9
  /* eslint-disable @repo/internal/react/boolean-prop-naming-convention -- not our types */
10
10
 
@@ -3,8 +3,8 @@
3
3
  *
4
4
  * Structured content utilities from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::967196502e12df47cd3e9e9a05dcdaea>>
7
- * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:atlaskit-utilities
6
+ * @codegen <<SignedSource::c05de6655ec62194b079f00b4d923914>>
7
+ * @codegenCommand yarn workspace @af/ads-ai-tooling codegen
8
8
  */
9
9
  /* eslint-disable @repo/internal/react/boolean-prop-naming-convention -- not our types */
10
10
 
@@ -3,8 +3,8 @@
3
3
  *
4
4
  * Structured content components from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::68018ad5cc8ec70b36dfe2da36ec942b>>
7
- * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:ads-components
6
+ * @codegen <<SignedSource::42f7beaa051f5dd6af68a415c436530b>>
7
+ * @codegenCommand yarn workspace @af/ads-ai-tooling codegen
8
8
  */
9
9
  import type { ComponentMcpPayload } from './types';
10
10
  export declare const components: ComponentMcpPayload[];
@@ -3,8 +3,8 @@
3
3
  *
4
4
  * Structured content components from *.docs.tsx files outside of design-system
5
5
  *
6
- * @codegen <<SignedSource::a1fadd09a34244bc1eb4df7d042370e3>>
7
- * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:atlaskit-components
6
+ * @codegen <<SignedSource::bfbc8b9682b06ec63d7ba45d39d9572c>>
7
+ * @codegenCommand yarn workspace @af/ads-ai-tooling codegen
8
8
  */
9
9
  import type { ComponentMcpPayload } from '../get-all-components/types';
10
10
  export declare const atlaskitComponents: ComponentMcpPayload[];
@@ -3,8 +3,8 @@
3
3
  *
4
4
  * Structured content hooks from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::fef352249d4955ee39f3c228cea0cbee>>
7
- * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:atlaskit-hooks
6
+ * @codegen <<SignedSource::6dabb671a6717bc397909b3b1ab56c2a>>
7
+ * @codegenCommand yarn workspace @af/ads-ai-tooling codegen
8
8
  */
9
9
  import type { HookMcpPayload } from './types';
10
10
  export declare const atlaskitHooks: HookMcpPayload[];
@@ -3,8 +3,8 @@
3
3
  *
4
4
  * Structured content utilities from design-system *.docs.tsx files
5
5
  *
6
- * @codegen <<SignedSource::967196502e12df47cd3e9e9a05dcdaea>>
7
- * @codegenCommand yarn workspace @af/ads-ai-tooling codegen:atlaskit-utilities
6
+ * @codegen <<SignedSource::c05de6655ec62194b079f00b4d923914>>
7
+ * @codegenCommand yarn workspace @af/ads-ai-tooling codegen
8
8
  */
9
9
  import type { UtilityMcpPayload } from './types';
10
10
  export declare const atlaskitUtilities: UtilityMcpPayload[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
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",
@@ -24,7 +24,7 @@
24
24
  "@atlaskit/icon": "^36.2.0",
25
25
  "@atlaskit/icon-lab": "^7.3.0",
26
26
  "@atlaskit/platform-feature-flags": "^2.0.0",
27
- "@atlaskit/tokens": "^15.4.0",
27
+ "@atlaskit/tokens": "^15.5.0",
28
28
  "@axe-core/playwright": "^4.11.1",
29
29
  "@axe-core/puppeteer": "^4.11.1",
30
30
  "@babel/runtime": "^7.0.0",