@atlaskit/ads-mcp 0.19.2 → 0.19.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 +6 -0
- package/dist/cjs/tools/get-all-components/components.codegen.js +2 -2
- package/dist/cjs/tools/get-all-components/components.js +1 -1
- package/dist/es2019/tools/get-all-components/components.codegen.js +2 -2
- package/dist/es2019/tools/get-all-components/components.js +1 -1
- package/dist/esm/tools/get-all-components/components.codegen.js +2 -2
- package/dist/esm/tools/get-all-components/components.js +1 -1
- package/dist/types/tools/get-all-components/components.codegen.d.ts +1 -1
- package/dist/types-ts4.5/tools/get-all-components/components.codegen.d.ts +1 -1
- package/package.json +2 -2
|
@@ -3118,7 +3118,7 @@ export var components = [{
|
|
|
3118
3118
|
}, {
|
|
3119
3119
|
name: 'size',
|
|
3120
3120
|
description: 'Text size.',
|
|
3121
|
-
type: '"small" | "large" | "medium"
|
|
3121
|
+
type: '"small" | "large" | "medium"'
|
|
3122
3122
|
}, {
|
|
3123
3123
|
name: 'weight',
|
|
3124
3124
|
description: 'The [HTML `font-weight` attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight).',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Structured content components from design-system *.docs.tsx files
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::18b8254ef184bd32e1ba88b25bbce029>>
|
|
7
7
|
* @codegenCommand yarn workspace @af/ads-ai-tooling codegen:structured-docs-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::
|
|
6
|
+
* @codegen <<SignedSource::18b8254ef184bd32e1ba88b25bbce029>>
|
|
7
7
|
* @codegenCommand yarn workspace @af/ads-ai-tooling codegen:structured-docs-components
|
|
8
8
|
*/
|
|
9
9
|
import type { ComponentMcpPayload } from './types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/ads-mcp",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/icon": "^34.0.0",
|
|
38
38
|
"@atlaskit/icon-lab": "^6.4.0",
|
|
39
39
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/tokens": "^13.0.0",
|
|
41
41
|
"@axe-core/playwright": "^4.11.1",
|
|
42
42
|
"@axe-core/puppeteer": "^4.11.1",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|