@atlaskit/ads-mcp 0.21.1 → 1.0.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.
- package/CHANGELOG.md +26 -0
- package/a11y-fixes/package.json +1 -8
- package/a11y-guidelines/package.json +1 -8
- package/i18n-conversion-guide/package.json +1 -8
- package/migration-registry/package.json +1 -8
- package/package.json +5 -13
- package/tools/analyze-a11y/package.json +1 -8
- package/tools/get-a11y-guidelines/package.json +1 -8
- package/tools/get-all-components/package.json +1 -8
- package/tools/get-all-icons/package.json +1 -8
- package/tools/get-all-tokens/package.json +1 -8
- package/tools/get-guidelines/package.json +1 -8
- package/tools/get-lint-rules/package.json +1 -8
- package/tools/i18n-conversion/package.json +1 -8
- package/tools/migration-guides/package.json +1 -8
- package/tools/plan/package.json +1 -8
- package/tools/search-components/package.json +1 -8
- package/tools/search-icons/package.json +1 -8
- package/tools/search-tokens/package.json +1 -8
- package/tools/suggest-a11y-fixes/package.json +1 -8
- package/dist/types-ts4.5/entry-points/a11y-fixes.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/a11y-guidelines.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/analyze-a11y.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/get-a11y-guidelines.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/get-all-components.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/get-all-icons.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/get-all-tokens.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/get-atlaskit-components.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/get-guidelines.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/get-lint-rules.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/i18n-conversion-guide.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/i18n-conversion.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/migration-guides.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/migration-registry.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/plan.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/search-atlaskit-components.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/search-components.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/search-icons.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/search-tokens.d.ts +0 -3
- package/dist/types-ts4.5/entry-points/suggest-a11y-fixes.d.ts +0 -3
- package/dist/types-ts4.5/helpers/agent.d.ts +0 -3
- package/dist/types-ts4.5/helpers/analytics.d.ts +0 -21
- package/dist/types-ts4.5/helpers/clean-query.d.ts +0 -1
- package/dist/types-ts4.5/helpers/compute-multi-term-fuse-allocation.d.ts +0 -14
- package/dist/types-ts4.5/helpers/config-path.d.ts +0 -7
- package/dist/types-ts4.5/helpers/fuse-multi-term.d.ts +0 -26
- package/dist/types-ts4.5/helpers/index.d.ts +0 -3
- package/dist/types-ts4.5/helpers/send-operational-event.d.ts +0 -13
- package/dist/types-ts4.5/helpers/staff-id.d.ts +0 -1
- package/dist/types-ts4.5/helpers/validation.d.ts +0 -26
- package/dist/types-ts4.5/helpers/zod-to-json-schema.d.ts +0 -3
- package/dist/types-ts4.5/index.d.ts +0 -7
- package/dist/types-ts4.5/instructions.d.ts +0 -1
- package/dist/types-ts4.5/tools/analyze-a11y/analyze-a11y-input-schema.d.ts +0 -17
- package/dist/types-ts4.5/tools/analyze-a11y/analyze-a11y-localhost-input-schema.d.ts +0 -17
- package/dist/types-ts4.5/tools/analyze-a11y/analyze-a11y-tool.d.ts +0 -8
- package/dist/types-ts4.5/tools/analyze-a11y/analyze-localhost-a11y-tool.d.ts +0 -8
- package/dist/types-ts4.5/tools/analyze-a11y/generate-ads-fix-for-violation.d.ts +0 -1
- package/dist/types-ts4.5/tools/analyze-a11y/list-analyze-a11y-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/analyze-a11y/list-analyze-localhost-a11y-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/get-a11y-guidelines/get-a11y-guidelines-input-schema.d.ts +0 -8
- package/dist/types-ts4.5/tools/get-a11y-guidelines/get-a11y-guidelines-tool.d.ts +0 -8
- package/dist/types-ts4.5/tools/get-a11y-guidelines/guidelines.d.ts +0 -102
- package/dist/types-ts4.5/tools/get-a11y-guidelines/list-get-a11y-guidelines-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/get-all-components/components.codegen.d.ts +0 -10
- package/dist/types-ts4.5/tools/get-all-components/components.d.ts +0 -10
- package/dist/types-ts4.5/tools/get-all-components/get-all-components-tool.d.ts +0 -6
- package/dist/types-ts4.5/tools/get-all-components/list-get-all-components-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/get-all-components/load-all-components.d.ts +0 -2
- package/dist/types-ts4.5/tools/get-all-components/types.d.ts +0 -26
- package/dist/types-ts4.5/tools/get-all-icons/get-all-icons-tool.d.ts +0 -6
- package/dist/types-ts4.5/tools/get-all-icons/icons.d.ts +0 -11
- package/dist/types-ts4.5/tools/get-all-icons/list-get-all-icons-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/get-all-tokens/get-all-tokens-tool.d.ts +0 -6
- package/dist/types-ts4.5/tools/get-all-tokens/list-get-all-tokens-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/get-atlaskit-components/atlaskit-components.codegen.d.ts +0 -10
- package/dist/types-ts4.5/tools/get-atlaskit-components/get-atlaskit-components-tool.d.ts +0 -6
- package/dist/types-ts4.5/tools/get-atlaskit-components/list-get-atlaskit-components-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/get-guidelines/get-guidelines-input-schema.d.ts +0 -5
- package/dist/types-ts4.5/tools/get-guidelines/get-guidelines-tool.d.ts +0 -8
- package/dist/types-ts4.5/tools/get-guidelines/guidelines-structured-content.codegen.d.ts +0 -13
- package/dist/types-ts4.5/tools/get-guidelines/list-get-guidelines-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/get-lint-rules/get-lint-rules-input-schema.d.ts +0 -6
- package/dist/types-ts4.5/tools/get-lint-rules/get-lint-rules-tool.d.ts +0 -4
- package/dist/types-ts4.5/tools/get-lint-rules/lint-rules-structured-content.codegen.d.ts +0 -13
- package/dist/types-ts4.5/tools/get-lint-rules/list-get-lint-rules-tool.d.ts +0 -19
- package/dist/types-ts4.5/tools/i18n-conversion/guide.d.ts +0 -5
- package/dist/types-ts4.5/tools/i18n-conversion/i18n-conversion-input-schema.d.ts +0 -10
- package/dist/types-ts4.5/tools/i18n-conversion/i18n-conversion-tool.d.ts +0 -8
- package/dist/types-ts4.5/tools/i18n-conversion/list-i18n-conversion-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/i18n-conversion/types.d.ts +0 -22
- package/dist/types-ts4.5/tools/migration-guides/get-available-migration-ids.d.ts +0 -12
- package/dist/types-ts4.5/tools/migration-guides/get-available-migrations-description.d.ts +0 -13
- package/dist/types-ts4.5/tools/migration-guides/list-migration-guides-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/migration-guides/migration-guides-input-schema.d.ts +0 -15
- package/dist/types-ts4.5/tools/migration-guides/migration-guides-tool.d.ts +0 -8
- package/dist/types-ts4.5/tools/migration-guides/migration-registry.d.ts +0 -2
- package/dist/types-ts4.5/tools/migration-guides/migrations/onboarding-jira-spotlight.d.ts +0 -2
- package/dist/types-ts4.5/tools/migration-guides/migrations/onboarding-multi-step.d.ts +0 -2
- package/dist/types-ts4.5/tools/migration-guides/migrations/onboarding-single-step.d.ts +0 -2
- package/dist/types-ts4.5/tools/migration-guides/migrations/onboarding-with-motion.d.ts +0 -2
- package/dist/types-ts4.5/tools/migration-guides/types.d.ts +0 -23
- package/dist/types-ts4.5/tools/plan/list-plan-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/plan/plan-input-schema.d.ts +0 -20
- package/dist/types-ts4.5/tools/plan/plan-tool.d.ts +0 -15
- package/dist/types-ts4.5/tools/search-atlaskit-components/list-search-atlaskit-components-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/search-atlaskit-components/search-atlaskit-components-input-schema.d.ts +0 -11
- package/dist/types-ts4.5/tools/search-atlaskit-components/search-atlaskit-components-tool.d.ts +0 -4
- package/dist/types-ts4.5/tools/search-components/list-search-components-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/search-components/search-components-input-schema.d.ts +0 -11
- package/dist/types-ts4.5/tools/search-components/search-components-tool.d.ts +0 -4
- package/dist/types-ts4.5/tools/search-icons/list-search-icons-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/search-icons/search-icons-input-schema.d.ts +0 -11
- package/dist/types-ts4.5/tools/search-icons/search-icons-tool.d.ts +0 -4
- package/dist/types-ts4.5/tools/search-tokens/list-search-tokens-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/search-tokens/search-tokens-input-schema.d.ts +0 -11
- package/dist/types-ts4.5/tools/search-tokens/search-tokens-tool.d.ts +0 -4
- package/dist/types-ts4.5/tools/suggest-a11y-fixes/fixes.d.ts +0 -17
- package/dist/types-ts4.5/tools/suggest-a11y-fixes/keywords.d.ts +0 -12
- package/dist/types-ts4.5/tools/suggest-a11y-fixes/list-suggest-a11y-fixes-tool.d.ts +0 -2
- package/dist/types-ts4.5/tools/suggest-a11y-fixes/suggest-a11y-fixes-input-schema.d.ts +0 -17
- package/dist/types-ts4.5/tools/suggest-a11y-fixes/suggest-a11y-fixes-tool.d.ts +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @atlaskit/ads-mcp
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
|
|
8
|
+
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
|
|
9
|
+
|
|
10
|
+
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
|
|
11
|
+
|
|
12
|
+
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
|
|
13
|
+
|
|
14
|
+
```diff
|
|
15
|
+
- "typesVersions": {
|
|
16
|
+
- ">=4.5 <4.9": {
|
|
17
|
+
- "*": [
|
|
18
|
+
- "dist/types-ts4.5/*",
|
|
19
|
+
- "dist/types-ts4.5/index.d.ts"
|
|
20
|
+
- ]
|
|
21
|
+
- }
|
|
22
|
+
- },
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
|
|
3
29
|
## 0.21.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/a11y-fixes/package.json
CHANGED
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/a11y-fixes.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/a11y-fixes.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/a11y-fixes.js",
|
|
6
|
-
"types": "../dist/types/entry-points/a11y-fixes.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../dist/types-ts4.5/entry-points/a11y-fixes.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../dist/types/entry-points/a11y-fixes.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/a11y-guidelines.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/a11y-guidelines.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/a11y-guidelines.js",
|
|
6
|
-
"types": "../dist/types/entry-points/a11y-guidelines.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../dist/types-ts4.5/entry-points/a11y-guidelines.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../dist/types/entry-points/a11y-guidelines.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/i18n-conversion-guide.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/i18n-conversion-guide.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/i18n-conversion-guide.js",
|
|
6
|
-
"types": "../dist/types/entry-points/i18n-conversion-guide.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../dist/types-ts4.5/entry-points/i18n-conversion-guide.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../dist/types/entry-points/i18n-conversion-guide.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../dist/cjs/entry-points/migration-registry.js",
|
|
4
4
|
"module": "../dist/esm/entry-points/migration-registry.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/entry-points/migration-registry.js",
|
|
6
|
-
"types": "../dist/types/entry-points/migration-registry.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../dist/types-ts4.5/entry-points/migration-registry.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../dist/types/entry-points/migration-registry.d.ts"
|
|
14
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/ads-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.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",
|
|
@@ -19,20 +19,12 @@
|
|
|
19
19
|
"bin": "index.js",
|
|
20
20
|
"main": "dist/cjs/index.js",
|
|
21
21
|
"types": "dist/types/index.d.ts",
|
|
22
|
-
"typesVersions": {
|
|
23
|
-
">=4.5 <5.4": {
|
|
24
|
-
"*": [
|
|
25
|
-
"dist/types-ts4.5/*",
|
|
26
|
-
"dist/types-ts4.5/index.d.ts"
|
|
27
|
-
]
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
22
|
"atlaskit:src": "src/index.tsx",
|
|
31
23
|
"dependencies": {
|
|
32
|
-
"@atlaskit/icon": "^
|
|
33
|
-
"@atlaskit/icon-lab": "^
|
|
34
|
-
"@atlaskit/platform-feature-flags": "^
|
|
35
|
-
"@atlaskit/tokens": "^
|
|
24
|
+
"@atlaskit/icon": "^36.0.0",
|
|
25
|
+
"@atlaskit/icon-lab": "^7.0.0",
|
|
26
|
+
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
27
|
+
"@atlaskit/tokens": "^14.0.0",
|
|
36
28
|
"@axe-core/playwright": "^4.11.1",
|
|
37
29
|
"@axe-core/puppeteer": "^4.11.1",
|
|
38
30
|
"@babel/runtime": "^7.0.0",
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/analyze-a11y.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/analyze-a11y.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/analyze-a11y.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/analyze-a11y.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/analyze-a11y.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/analyze-a11y.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/get-a11y-guidelines.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/get-a11y-guidelines.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/get-a11y-guidelines.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/get-a11y-guidelines.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/get-a11y-guidelines.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/get-a11y-guidelines.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/get-all-components.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/get-all-components.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/get-all-components.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/get-all-components.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/get-all-components.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/get-all-components.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/get-all-icons.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/get-all-icons.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/get-all-icons.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/get-all-icons.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/get-all-icons.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/get-all-icons.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/get-all-tokens.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/get-all-tokens.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/get-all-tokens.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/get-all-tokens.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/get-all-tokens.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/get-all-tokens.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/get-guidelines.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/get-guidelines.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/get-guidelines.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/get-guidelines.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/get-guidelines.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/get-guidelines.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/get-lint-rules.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/get-lint-rules.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/get-lint-rules.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/get-lint-rules.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/get-lint-rules.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/get-lint-rules.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/i18n-conversion.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/i18n-conversion.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/i18n-conversion.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/i18n-conversion.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/i18n-conversion.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/i18n-conversion.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/migration-guides.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/migration-guides.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/migration-guides.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/migration-guides.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/migration-guides.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/migration-guides.d.ts"
|
|
14
7
|
}
|
package/tools/plan/package.json
CHANGED
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/plan.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/plan.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/plan.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/plan.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/plan.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/plan.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/search-components.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/search-components.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/search-components.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/search-components.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/search-components.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/search-components.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/search-icons.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/search-icons.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/search-icons.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/search-icons.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/search-icons.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/search-icons.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/search-tokens.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/search-tokens.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/search-tokens.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/search-tokens.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/search-tokens.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/search-tokens.d.ts"
|
|
14
7
|
}
|
|
@@ -3,12 +3,5 @@
|
|
|
3
3
|
"main": "../../dist/cjs/entry-points/suggest-a11y-fixes.js",
|
|
4
4
|
"module": "../../dist/esm/entry-points/suggest-a11y-fixes.js",
|
|
5
5
|
"module:es2019": "../../dist/es2019/entry-points/suggest-a11y-fixes.js",
|
|
6
|
-
"types": "../../dist/types/entry-points/suggest-a11y-fixes.d.ts"
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/entry-points/suggest-a11y-fixes.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
"types": "../../dist/types/entry-points/suggest-a11y-fixes.d.ts"
|
|
14
7
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { accessibilityFixes } from '../tools/suggest-a11y-fixes/fixes';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { accessibilityGuidelines } from '../tools/get-a11y-guidelines/guidelines';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { analyzeA11yInputSchema } from '../tools/analyze-a11y/analyze-a11y-input-schema';
|
|
2
|
-
export { listAnalyzeA11yTool } from '../tools/analyze-a11y/list-analyze-a11y-tool';
|
|
3
|
-
export { analyzeA11yLocalhostInputSchema } from '../tools/analyze-a11y/analyze-a11y-localhost-input-schema';
|
|
4
|
-
export { listAnalyzeLocalhostA11yTool } from '../tools/analyze-a11y/list-analyze-localhost-a11y-tool';
|
|
5
|
-
export { analyzeA11yTool } from '../tools/analyze-a11y/analyze-a11y-tool';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { getA11yGuidelinesInputSchema } from '../tools/get-a11y-guidelines/get-a11y-guidelines-input-schema';
|
|
2
|
-
export { listGetA11yGuidelinesTool } from '../tools/get-a11y-guidelines/list-get-a11y-guidelines-tool';
|
|
3
|
-
export { getA11yGuidelinesTool } from '../tools/get-a11y-guidelines/get-a11y-guidelines-tool';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { i18nConversionGuide } from '../tools/i18n-conversion/guide';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { i18nConversionInputSchema } from '../tools/i18n-conversion/i18n-conversion-input-schema';
|
|
2
|
-
export { listI18nConversionTool } from '../tools/i18n-conversion/list-i18n-conversion-tool';
|
|
3
|
-
export { i18nConversionTool } from '../tools/i18n-conversion/i18n-conversion-tool';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { migrationGuidesInputSchema } from '../tools/migration-guides/migration-guides-input-schema';
|
|
2
|
-
export { listMigrationGuidesTool } from '../tools/migration-guides/list-migration-guides-tool';
|
|
3
|
-
export { migrationGuidesTool } from '../tools/migration-guides/migration-guides-tool';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { migrationRegistry } from '../tools/migration-guides/migration-registry';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { searchAtlaskitComponentsInputSchema } from '../tools/search-atlaskit-components/search-atlaskit-components-input-schema';
|
|
2
|
-
export { listSearchAtlaskitComponentsTool } from '../tools/search-atlaskit-components/list-search-atlaskit-components-tool';
|
|
3
|
-
export { searchAtlaskitComponentsTool } from '../tools/search-atlaskit-components/search-atlaskit-components-tool';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { searchComponentsInputSchema } from '../tools/search-components/search-components-input-schema';
|
|
2
|
-
export { listSearchComponentsTool } from '../tools/search-components/list-search-components-tool';
|
|
3
|
-
export { searchComponentsTool } from '../tools/search-components/search-components-tool';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { suggestA11yFixesInputSchema } from '../tools/suggest-a11y-fixes/suggest-a11y-fixes-input-schema';
|
|
2
|
-
export { listSuggestA11yFixesTool } from '../tools/suggest-a11y-fixes/list-suggest-a11y-fixes-tool';
|
|
3
|
-
export { suggestA11yFixesTool } from '../tools/suggest-a11y-fixes/suggest-a11y-fixes-tool';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This is a user-passed value via environment to define what agent we may be running in.
|
|
3
|
-
* This could be anything, do not rely on it!
|
|
4
|
-
* @default `'unknown'`
|
|
5
|
-
*/
|
|
6
|
-
type AGENT = 'cursor' | 'vscode' | 'rovodev' | 'codelassian' | string;
|
|
7
|
-
export declare const agent: AGENT;
|
|
8
|
-
interface OperationalEventOptions {
|
|
9
|
-
action: string;
|
|
10
|
-
actionSubject: string;
|
|
11
|
-
actionSubjectId?: string;
|
|
12
|
-
attributes?: Record<string, any>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Send an operational event to analytics
|
|
16
|
-
* Wraps the analytics client and handles errors gracefully
|
|
17
|
-
* If analytics client is not available, this function is a no-op
|
|
18
|
-
*/
|
|
19
|
-
export declare function sendOperationalEvent({ action, actionSubject, actionSubjectId, attributes, }: OperationalEventOptions): void;
|
|
20
|
-
export { staffId } from './staff-id';
|
|
21
|
-
export { configPath } from './config-path';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const cleanQuery: (query: string) => string;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare function computeMultiTermFuseAllocation(limit: number, termCount: number): {
|
|
2
|
-
/**
|
|
3
|
-
* The amount token by each term, minimum of 1.
|
|
4
|
-
*/
|
|
5
|
-
perTermTake: number;
|
|
6
|
-
/**
|
|
7
|
-
* Hits to take from the spaced combined query.
|
|
8
|
-
*/
|
|
9
|
-
combinedTake: number;
|
|
10
|
-
/**
|
|
11
|
-
* The total amount of hits to take, minimum of 1.
|
|
12
|
-
*/
|
|
13
|
-
totalTake: number;
|
|
14
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The path to the MCP config file that is being used to run the MCP server
|
|
3
|
-
* e.g. 'mcp.json', 'jira/.cursor/mcp.json', 'platform/.vscode/mcp.json' or 'unknown'
|
|
4
|
-
* This could be anything, do not rely on it!
|
|
5
|
-
* @default `'unknown'`
|
|
6
|
-
*/
|
|
7
|
-
export declare const configPath: string;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export type FuseHit<T> = {
|
|
2
|
-
item: T;
|
|
3
|
-
/**
|
|
4
|
-
* Fuse score when `includeScore` is enabled; lower is a better match.
|
|
5
|
-
*/
|
|
6
|
-
score?: number;
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* Runs `search` for each term (top `perTermTake`) and for `terms.join(' ')` (top `combinedTake`),
|
|
10
|
-
* merges pools, sorts globally by Fuse score, then returns the first `limit` **distinct** keys
|
|
11
|
-
* (later duplicate keys are skipped).
|
|
12
|
-
*
|
|
13
|
-
* Default `tokenKey` uses `item.name` when present; pass an explicit `tokenKey` for types without
|
|
14
|
-
* `name` (e.g. icons keyed by `componentName`).
|
|
15
|
-
*/
|
|
16
|
-
export declare function mergeMultiTermFuseResults<T>({ searchTerms, limit, search, tokenKey, searchTermsJoin, }: {
|
|
17
|
-
searchTerms: string[];
|
|
18
|
-
limit: number;
|
|
19
|
-
search: (query: string) => FuseHit<T>[];
|
|
20
|
-
tokenKey?: (item: T) => string;
|
|
21
|
-
/**
|
|
22
|
-
* Join the search terms when querying with this separator, eg. `color.text` vs. `color text`
|
|
23
|
-
*/
|
|
24
|
-
searchTermsJoin?: ' ' | '.';
|
|
25
|
-
}): T[];
|
|
26
|
-
export { computeMultiTermFuseAllocation } from './compute-multi-term-fuse-allocation';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
interface OperationalEventOptions {
|
|
2
|
-
action: string;
|
|
3
|
-
actionSubject: string;
|
|
4
|
-
actionSubjectId?: string;
|
|
5
|
-
attributes?: Record<string, any>;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Send an operational event to analytics
|
|
9
|
-
* Wraps the analytics client and handles errors gracefully
|
|
10
|
-
* If analytics client is not available, this function is a no-op
|
|
11
|
-
*/
|
|
12
|
-
export declare function sendOperationalEvent({ action, actionSubject, actionSubjectId, attributes, }: OperationalEventOptions): void;
|
|
13
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const staffId: string;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
|
|
2
|
-
import type { z } from 'zod';
|
|
3
|
-
export interface ValidationErrorResult extends CallToolResult {
|
|
4
|
-
content: [
|
|
5
|
-
{
|
|
6
|
-
isError: true;
|
|
7
|
-
type: 'text';
|
|
8
|
-
text: string;
|
|
9
|
-
}
|
|
10
|
-
];
|
|
11
|
-
}
|
|
12
|
-
export type ValidationResult<T> = {
|
|
13
|
-
success: true;
|
|
14
|
-
data: T;
|
|
15
|
-
} | {
|
|
16
|
-
success: false;
|
|
17
|
-
error: ValidationErrorResult;
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* Validates arguments against a Zod schema and returns a discriminated union result.
|
|
21
|
-
*
|
|
22
|
-
* @param schema - The Zod schema to validate against
|
|
23
|
-
* @param args - The arguments to validate
|
|
24
|
-
* @returns { success: true; data: T } if validation succeeds, { success: false; error: ValidationErrorResult } if validation fails
|
|
25
|
-
*/
|
|
26
|
-
export declare function validateToolArguments<T>(schema: z.ZodSchema<T>, args: unknown): ValidationResult<T>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
2
|
-
import { zodToJsonSchema as zodToJsonSchemaHelper } from 'zod-to-json-schema';
|
|
3
|
-
export declare const zodToJsonSchema: <T = Tool["inputSchema"]>(schema: Parameters<typeof zodToJsonSchemaHelper>[0], options?: Parameters<typeof zodToJsonSchemaHelper>[1]) => T;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const instructions = "\nYou are an expert in the Atlassian Design System (ADS).\nYou can search for tokens, icons, and components and return guidance on how to build user interfaces.\nYou have special accessibility knowledge and can ensure interfaces built with ADS components are accessible to all users.\nYou can analyze code for accessibility violations, provide specific fix suggestions, and offer guidance on accessibility best practices.\nFor org-wide standards alongside ADS tools: pair Context Engine `get_accessibility_docs` with `ads_get_a11y_guidelines`, `get_content_standards_docs` with `ads_get_guidelines`, and `get_i18n_docs` with `ads_i18n_conversion_guide` (Traduki/i18n policy plus the bundled formatMessage refactor guide).\nThese tools will support you, but for deep research you may also fetch https://atlassian.design/llms.txt, https://atlassian.design/llms-a11y.txt, or https://atlassian.design/ directly.\n";
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
export declare const analyzeA11yInputSchema: z.ZodObject<{
|
|
3
|
-
code: z.ZodString;
|
|
4
|
-
componentName: z.ZodOptional<z.ZodString>;
|
|
5
|
-
context: z.ZodOptional<z.ZodString>;
|
|
6
|
-
includePatternAnalysis: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
7
|
-
}, 'strip', z.ZodTypeAny, {
|
|
8
|
-
code: string;
|
|
9
|
-
componentName?: string | undefined;
|
|
10
|
-
context?: string | undefined;
|
|
11
|
-
includePatternAnalysis?: boolean | undefined;
|
|
12
|
-
}, {
|
|
13
|
-
code: string;
|
|
14
|
-
componentName?: string | undefined;
|
|
15
|
-
context?: string | undefined;
|
|
16
|
-
includePatternAnalysis?: boolean | undefined;
|
|
17
|
-
}>;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
export declare const analyzeA11yLocalhostInputSchema: z.ZodObject<{
|
|
3
|
-
url: z.ZodString;
|
|
4
|
-
componentName: z.ZodOptional<z.ZodString>;
|
|
5
|
-
context: z.ZodOptional<z.ZodString>;
|
|
6
|
-
selector: z.ZodOptional<z.ZodString>;
|
|
7
|
-
}, 'strip', z.ZodTypeAny, {
|
|
8
|
-
url: string;
|
|
9
|
-
componentName?: string | undefined;
|
|
10
|
-
context?: string | undefined;
|
|
11
|
-
selector?: string | undefined;
|
|
12
|
-
}, {
|
|
13
|
-
url: string;
|
|
14
|
-
componentName?: string | undefined;
|
|
15
|
-
context?: string | undefined;
|
|
16
|
-
selector?: string | undefined;
|
|
17
|
-
}>;
|