@atlaskit/ads-mcp 0.17.3 → 0.17.4
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 +9 -0
- package/dist/cjs/tools/get-components/components.js +3 -3
- package/dist/es2019/tools/get-components/components.js +3 -3
- package/dist/esm/tools/get-components/components.js +3 -3
- package/dist/types/tools/get-components/components.d.ts +1 -1
- package/dist/types-ts4.5/tools/get-components/components.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/ads-mcp
|
|
2
2
|
|
|
3
|
+
## 0.17.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`221fe0390240d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/221fe0390240d) -
|
|
8
|
+
Refactor to scripts and auto-generated AI content.
|
|
9
|
+
- [`221fe0390240d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/221fe0390240d) -
|
|
10
|
+
Auto-generate codegen files
|
|
11
|
+
|
|
3
12
|
## 0.17.3
|
|
4
13
|
|
|
5
14
|
### 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::
|
|
12
|
+
* @codegen <<SignedSource::50f91993dda0440c9008527c32b631dc>>
|
|
13
13
|
* @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
|
|
14
14
|
*/
|
|
15
15
|
/* eslint-disable @repo/internal/react/boolean-prop-naming-convention -- not our types */
|
|
@@ -2225,7 +2225,7 @@ var components = exports.components = [{
|
|
|
2225
2225
|
category: 'status-indicators',
|
|
2226
2226
|
description: 'A lozenge is a small visual indicator used to show status, category, or other short text labels.',
|
|
2227
2227
|
status: 'general-availability',
|
|
2228
|
-
examples: ['import Lozenge from \'@atlaskit/lozenge\';\
|
|
2228
|
+
examples: ['import Lozenge from \'@atlaskit/lozenge\';\nconst _default_1: React.JSX.Element[] = [\n\t<Lozenge appearance="success">Done</Lozenge>,\n\t<Lozenge appearance="inprogress" isBold>\n\t\tIn Progress\n\t</Lozenge>,\n];\nexport default _default_1;'],
|
|
2229
2229
|
accessibilityGuidelines: ['Ensure sufficient color contrast for text readability', 'Provide appropriate labels for screen readers', 'Use meaningful colors and appearances', 'Consider color-blind users when choosing colors'],
|
|
2230
2230
|
usageGuidelines: ['Use for status indicators or short labels', 'Choose appropriate appearance variants', 'Keep text concise and meaningful', 'Use consistent styling across similar lozenges', 'Consider color coding for different status types'],
|
|
2231
2231
|
contentGuidelines: ['Use clear, concise text', 'Ensure text is meaningful and descriptive', 'Use consistent terminology across lozenges', 'Consider text length and readability'],
|
|
@@ -3450,7 +3450,7 @@ var components = exports.components = [{
|
|
|
3450
3450
|
category: 'feedback',
|
|
3451
3451
|
description: 'A component for section-level messages.',
|
|
3452
3452
|
status: 'general-availability',
|
|
3453
|
-
examples: ['import { Text } from \'@atlaskit/primitives/compiled\';\nimport SectionMessage, { SectionMessageAction } from \'@atlaskit/section-message\';\
|
|
3453
|
+
examples: ['import { Text } from \'@atlaskit/primitives/compiled\';\nimport SectionMessage, { SectionMessageAction } from \'@atlaskit/section-message\';\nconst _default_1: React.JSX.Element[] = [\n\t<SectionMessage appearance="information" title="Information">\n\t\t<Text>This is an informational message to help users understand something important.</Text>\n\t</SectionMessage>,\n\t<SectionMessage appearance="warning" title="Warning">\n\t\t<Text>Please review your settings before proceeding with this action.</Text>\n\t</SectionMessage>,\n\t<SectionMessage\n\t\tappearance="success"\n\t\ttitle="Success"\n\t\tactions={[\n\t\t\t<SectionMessageAction href="#">View Details</SectionMessageAction>,\n\t\t\t<SectionMessageAction href="#">Share Results</SectionMessageAction>,\n\t\t]}\n\t>\n\t\t<Text>Your changes have been saved successfully!</Text>\n\t</SectionMessage>,\n];\nexport default _default_1;'],
|
|
3454
3454
|
accessibilityGuidelines: ['Ensure section message content is announced by screen readers', 'Use appropriate color contrast for text readability', 'Provide clear, actionable messaging', 'Consider keyboard navigation for interactive section messages'],
|
|
3455
3455
|
usageGuidelines: ['Use for contextual information within sections', 'Choose appropriate appearance variants for message type', 'Keep messaging concise and actionable', 'Position section messages near relevant content', 'Consider dismissibility for non-critical messages'],
|
|
3456
3456
|
contentGuidelines: ['Write clear, concise messages', 'Use action-oriented language when appropriate', 'Ensure messages are relevant to the current context', 'Provide clear next steps when needed'],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates TypeScript components data for AI tooling from offerings.json files
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::50f91993dda0440c9008527c32b631dc>>
|
|
7
7
|
* @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
|
|
8
8
|
*/
|
|
9
9
|
/* eslint-disable @repo/internal/react/boolean-prop-naming-convention -- not our types */
|
|
@@ -2219,7 +2219,7 @@ export const components = [{
|
|
|
2219
2219
|
category: 'status-indicators',
|
|
2220
2220
|
description: 'A lozenge is a small visual indicator used to show status, category, or other short text labels.',
|
|
2221
2221
|
status: 'general-availability',
|
|
2222
|
-
examples: ['import Lozenge from \'@atlaskit/lozenge\';\
|
|
2222
|
+
examples: ['import Lozenge from \'@atlaskit/lozenge\';\nconst _default_1: React.JSX.Element[] = [\n\t<Lozenge appearance="success">Done</Lozenge>,\n\t<Lozenge appearance="inprogress" isBold>\n\t\tIn Progress\n\t</Lozenge>,\n];\nexport default _default_1;'],
|
|
2223
2223
|
accessibilityGuidelines: ['Ensure sufficient color contrast for text readability', 'Provide appropriate labels for screen readers', 'Use meaningful colors and appearances', 'Consider color-blind users when choosing colors'],
|
|
2224
2224
|
usageGuidelines: ['Use for status indicators or short labels', 'Choose appropriate appearance variants', 'Keep text concise and meaningful', 'Use consistent styling across similar lozenges', 'Consider color coding for different status types'],
|
|
2225
2225
|
contentGuidelines: ['Use clear, concise text', 'Ensure text is meaningful and descriptive', 'Use consistent terminology across lozenges', 'Consider text length and readability'],
|
|
@@ -3444,7 +3444,7 @@ export const components = [{
|
|
|
3444
3444
|
category: 'feedback',
|
|
3445
3445
|
description: 'A component for section-level messages.',
|
|
3446
3446
|
status: 'general-availability',
|
|
3447
|
-
examples: ['import { Text } from \'@atlaskit/primitives/compiled\';\nimport SectionMessage, { SectionMessageAction } from \'@atlaskit/section-message\';\
|
|
3447
|
+
examples: ['import { Text } from \'@atlaskit/primitives/compiled\';\nimport SectionMessage, { SectionMessageAction } from \'@atlaskit/section-message\';\nconst _default_1: React.JSX.Element[] = [\n\t<SectionMessage appearance="information" title="Information">\n\t\t<Text>This is an informational message to help users understand something important.</Text>\n\t</SectionMessage>,\n\t<SectionMessage appearance="warning" title="Warning">\n\t\t<Text>Please review your settings before proceeding with this action.</Text>\n\t</SectionMessage>,\n\t<SectionMessage\n\t\tappearance="success"\n\t\ttitle="Success"\n\t\tactions={[\n\t\t\t<SectionMessageAction href="#">View Details</SectionMessageAction>,\n\t\t\t<SectionMessageAction href="#">Share Results</SectionMessageAction>,\n\t\t]}\n\t>\n\t\t<Text>Your changes have been saved successfully!</Text>\n\t</SectionMessage>,\n];\nexport default _default_1;'],
|
|
3448
3448
|
accessibilityGuidelines: ['Ensure section message content is announced by screen readers', 'Use appropriate color contrast for text readability', 'Provide clear, actionable messaging', 'Consider keyboard navigation for interactive section messages'],
|
|
3449
3449
|
usageGuidelines: ['Use for contextual information within sections', 'Choose appropriate appearance variants for message type', 'Keep messaging concise and actionable', 'Position section messages near relevant content', 'Consider dismissibility for non-critical messages'],
|
|
3450
3450
|
contentGuidelines: ['Write clear, concise messages', 'Use action-oriented language when appropriate', 'Ensure messages are relevant to the current context', 'Provide clear next steps when needed'],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates TypeScript components data for AI tooling from offerings.json files
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::50f91993dda0440c9008527c32b631dc>>
|
|
7
7
|
* @codegenCommand yarn workspace @af/ads-ai-tooling codegen:prototyping
|
|
8
8
|
*/
|
|
9
9
|
/* eslint-disable @repo/internal/react/boolean-prop-naming-convention -- not our types */
|
|
@@ -2219,7 +2219,7 @@ export var components = [{
|
|
|
2219
2219
|
category: 'status-indicators',
|
|
2220
2220
|
description: 'A lozenge is a small visual indicator used to show status, category, or other short text labels.',
|
|
2221
2221
|
status: 'general-availability',
|
|
2222
|
-
examples: ['import Lozenge from \'@atlaskit/lozenge\';\
|
|
2222
|
+
examples: ['import Lozenge from \'@atlaskit/lozenge\';\nconst _default_1: React.JSX.Element[] = [\n\t<Lozenge appearance="success">Done</Lozenge>,\n\t<Lozenge appearance="inprogress" isBold>\n\t\tIn Progress\n\t</Lozenge>,\n];\nexport default _default_1;'],
|
|
2223
2223
|
accessibilityGuidelines: ['Ensure sufficient color contrast for text readability', 'Provide appropriate labels for screen readers', 'Use meaningful colors and appearances', 'Consider color-blind users when choosing colors'],
|
|
2224
2224
|
usageGuidelines: ['Use for status indicators or short labels', 'Choose appropriate appearance variants', 'Keep text concise and meaningful', 'Use consistent styling across similar lozenges', 'Consider color coding for different status types'],
|
|
2225
2225
|
contentGuidelines: ['Use clear, concise text', 'Ensure text is meaningful and descriptive', 'Use consistent terminology across lozenges', 'Consider text length and readability'],
|
|
@@ -3444,7 +3444,7 @@ export var components = [{
|
|
|
3444
3444
|
category: 'feedback',
|
|
3445
3445
|
description: 'A component for section-level messages.',
|
|
3446
3446
|
status: 'general-availability',
|
|
3447
|
-
examples: ['import { Text } from \'@atlaskit/primitives/compiled\';\nimport SectionMessage, { SectionMessageAction } from \'@atlaskit/section-message\';\
|
|
3447
|
+
examples: ['import { Text } from \'@atlaskit/primitives/compiled\';\nimport SectionMessage, { SectionMessageAction } from \'@atlaskit/section-message\';\nconst _default_1: React.JSX.Element[] = [\n\t<SectionMessage appearance="information" title="Information">\n\t\t<Text>This is an informational message to help users understand something important.</Text>\n\t</SectionMessage>,\n\t<SectionMessage appearance="warning" title="Warning">\n\t\t<Text>Please review your settings before proceeding with this action.</Text>\n\t</SectionMessage>,\n\t<SectionMessage\n\t\tappearance="success"\n\t\ttitle="Success"\n\t\tactions={[\n\t\t\t<SectionMessageAction href="#">View Details</SectionMessageAction>,\n\t\t\t<SectionMessageAction href="#">Share Results</SectionMessageAction>,\n\t\t]}\n\t>\n\t\t<Text>Your changes have been saved successfully!</Text>\n\t</SectionMessage>,\n];\nexport default _default_1;'],
|
|
3448
3448
|
accessibilityGuidelines: ['Ensure section message content is announced by screen readers', 'Use appropriate color contrast for text readability', 'Provide clear, actionable messaging', 'Consider keyboard navigation for interactive section messages'],
|
|
3449
3449
|
usageGuidelines: ['Use for contextual information within sections', 'Choose appropriate appearance variants for message type', 'Keep messaging concise and actionable', 'Position section messages near relevant content', 'Consider dismissibility for non-critical messages'],
|
|
3450
3450
|
contentGuidelines: ['Write clear, concise messages', 'Use action-oriented language when appropriate', 'Ensure messages are relevant to the current context', 'Provide clear next steps when needed'],
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates TypeScript components data for AI tooling from offerings.json files
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::50f91993dda0440c9008527c32b631dc>>
|
|
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::
|
|
6
|
+
* @codegen <<SignedSource::50f91993dda0440c9008527c32b631dc>>
|
|
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.17.
|
|
3
|
+
"version": "0.17.4",
|
|
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",
|