@atlaskit/ads-mcp 0.21.1 → 1.1.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 +37 -0
- package/a11y-fixes/package.json +1 -8
- package/a11y-guidelines/package.json +1 -8
- package/dist/cjs/index.js +27 -1
- package/dist/cjs/tools/get-all-components/components.codegen.js +2 -2
- package/dist/cjs/tools/get-all-components/types.js +5 -1
- package/dist/cjs/tools/get-atlaskit-components/atlaskit-components.codegen.js +19 -6
- package/dist/cjs/tools/get-atlaskit-hooks/atlaskit-hooks.codegen.js +206 -0
- package/dist/cjs/tools/get-atlaskit-hooks/get-atlaskit-hooks-tool.js +40 -0
- package/dist/cjs/tools/get-atlaskit-hooks/list-get-atlaskit-hooks-tool.js +22 -0
- package/dist/cjs/tools/get-atlaskit-hooks/types.js +5 -0
- package/dist/cjs/tools/get-atlaskit-utilities/atlaskit-utilities.codegen.js +836 -0
- package/dist/cjs/tools/get-atlaskit-utilities/get-atlaskit-utilities-tool.js +40 -0
- package/dist/cjs/tools/get-atlaskit-utilities/list-get-atlaskit-utilities-tool.js +22 -0
- package/dist/cjs/tools/get-atlaskit-utilities/types.js +5 -0
- package/dist/cjs/tools/get-guidelines/guidelines-structured-content.codegen.js +4 -4
- package/dist/cjs/tools/get-lint-rules/lint-rules-structured-content.codegen.js +31 -11
- package/dist/cjs/tools/i18n-conversion/guide.js +7 -7
- package/dist/cjs/tools/i18n-conversion/list-i18n-conversion-tool.js +1 -1
- package/dist/cjs/tools/search-atlaskit-hooks/list-search-atlaskit-hooks-tool.js +22 -0
- package/dist/cjs/tools/search-atlaskit-hooks/search-atlaskit-hooks-input-schema.js +11 -0
- package/dist/cjs/tools/search-atlaskit-hooks/search-atlaskit-hooks-tool.js +109 -0
- package/dist/cjs/tools/search-atlaskit-utilities/list-search-atlaskit-utilities-tool.js +22 -0
- package/dist/cjs/tools/search-atlaskit-utilities/search-atlaskit-utilities-input-schema.js +11 -0
- package/dist/cjs/tools/search-atlaskit-utilities/search-atlaskit-utilities-tool.js +111 -0
- package/dist/cjs/tools/types.js +1 -0
- package/dist/es2019/index.js +30 -0
- package/dist/es2019/tools/get-all-components/components.codegen.js +2 -2
- package/dist/es2019/tools/get-all-components/types.js +1 -0
- package/dist/es2019/tools/get-atlaskit-components/atlaskit-components.codegen.js +19 -6
- package/dist/es2019/tools/get-atlaskit-hooks/atlaskit-hooks.codegen.js +200 -0
- package/dist/es2019/tools/get-atlaskit-hooks/get-atlaskit-hooks-tool.js +14 -0
- package/dist/es2019/tools/get-atlaskit-hooks/list-get-atlaskit-hooks-tool.js +21 -0
- package/dist/es2019/tools/get-atlaskit-hooks/types.js +1 -0
- package/dist/es2019/tools/get-atlaskit-utilities/atlaskit-utilities.codegen.js +830 -0
- package/dist/es2019/tools/get-atlaskit-utilities/get-atlaskit-utilities-tool.js +14 -0
- package/dist/es2019/tools/get-atlaskit-utilities/list-get-atlaskit-utilities-tool.js +21 -0
- package/dist/es2019/tools/get-atlaskit-utilities/types.js +1 -0
- package/dist/es2019/tools/get-guidelines/guidelines-structured-content.codegen.js +4 -4
- package/dist/es2019/tools/get-lint-rules/lint-rules-structured-content.codegen.js +31 -11
- package/dist/es2019/tools/i18n-conversion/guide.js +7 -7
- package/dist/es2019/tools/i18n-conversion/list-i18n-conversion-tool.js +1 -1
- package/dist/es2019/tools/search-atlaskit-hooks/list-search-atlaskit-hooks-tool.js +19 -0
- package/dist/es2019/tools/search-atlaskit-hooks/search-atlaskit-hooks-input-schema.js +5 -0
- package/dist/es2019/tools/search-atlaskit-hooks/search-atlaskit-hooks-tool.js +79 -0
- package/dist/es2019/tools/search-atlaskit-utilities/list-search-atlaskit-utilities-tool.js +19 -0
- package/dist/es2019/tools/search-atlaskit-utilities/search-atlaskit-utilities-input-schema.js +5 -0
- package/dist/es2019/tools/search-atlaskit-utilities/search-atlaskit-utilities-tool.js +81 -0
- package/dist/es2019/tools/types.js +0 -0
- package/dist/esm/index.js +27 -1
- package/dist/esm/tools/get-all-components/components.codegen.js +2 -2
- package/dist/esm/tools/get-all-components/types.js +1 -0
- package/dist/esm/tools/get-atlaskit-components/atlaskit-components.codegen.js +19 -6
- package/dist/esm/tools/get-atlaskit-hooks/atlaskit-hooks.codegen.js +200 -0
- package/dist/esm/tools/get-atlaskit-hooks/get-atlaskit-hooks-tool.js +32 -0
- package/dist/esm/tools/get-atlaskit-hooks/list-get-atlaskit-hooks-tool.js +16 -0
- package/dist/esm/tools/get-atlaskit-hooks/types.js +1 -0
- package/dist/esm/tools/get-atlaskit-utilities/atlaskit-utilities.codegen.js +830 -0
- package/dist/esm/tools/get-atlaskit-utilities/get-atlaskit-utilities-tool.js +32 -0
- package/dist/esm/tools/get-atlaskit-utilities/list-get-atlaskit-utilities-tool.js +16 -0
- package/dist/esm/tools/get-atlaskit-utilities/types.js +1 -0
- package/dist/esm/tools/get-guidelines/guidelines-structured-content.codegen.js +4 -4
- package/dist/esm/tools/get-lint-rules/lint-rules-structured-content.codegen.js +31 -11
- package/dist/esm/tools/i18n-conversion/guide.js +7 -7
- package/dist/esm/tools/i18n-conversion/list-i18n-conversion-tool.js +1 -1
- package/dist/esm/tools/search-atlaskit-hooks/list-search-atlaskit-hooks-tool.js +16 -0
- package/dist/esm/tools/search-atlaskit-hooks/search-atlaskit-hooks-input-schema.js +5 -0
- package/dist/esm/tools/search-atlaskit-hooks/search-atlaskit-hooks-tool.js +102 -0
- package/dist/esm/tools/search-atlaskit-utilities/list-search-atlaskit-utilities-tool.js +16 -0
- package/dist/esm/tools/search-atlaskit-utilities/search-atlaskit-utilities-input-schema.js +5 -0
- package/dist/esm/tools/search-atlaskit-utilities/search-atlaskit-utilities-tool.js +106 -0
- package/dist/esm/tools/types.js +0 -0
- package/dist/types/tools/get-all-components/components.codegen.d.ts +1 -1
- package/dist/types/tools/get-all-components/types.d.ts +2 -1
- package/dist/types/tools/get-atlaskit-components/atlaskit-components.codegen.d.ts +1 -1
- package/dist/types/tools/get-atlaskit-hooks/atlaskit-hooks.codegen.d.ts +10 -0
- package/dist/{types-ts4.5/tools/get-all-tokens/get-all-tokens-tool.d.ts → types/tools/get-atlaskit-hooks/get-atlaskit-hooks-tool.d.ts} +1 -1
- package/dist/{types-ts4.5/tools/analyze-a11y/list-analyze-a11y-tool.d.ts → types/tools/get-atlaskit-hooks/list-get-atlaskit-hooks-tool.d.ts} +1 -1
- package/dist/types/tools/get-atlaskit-hooks/types.d.ts +14 -0
- package/dist/types/tools/get-atlaskit-utilities/atlaskit-utilities.codegen.d.ts +10 -0
- package/dist/{types-ts4.5/tools/get-all-components/get-all-components-tool.d.ts → types/tools/get-atlaskit-utilities/get-atlaskit-utilities-tool.d.ts} +1 -1
- package/dist/{types-ts4.5/tools/analyze-a11y/list-analyze-localhost-a11y-tool.d.ts → types/tools/get-atlaskit-utilities/list-get-atlaskit-utilities-tool.d.ts} +1 -1
- package/dist/types/tools/get-atlaskit-utilities/types.d.ts +41 -0
- package/dist/types/tools/get-guidelines/guidelines-structured-content.codegen.d.ts +1 -1
- package/dist/types/tools/get-lint-rules/lint-rules-structured-content.codegen.d.ts +1 -1
- package/dist/{types-ts4.5/tools/get-all-icons/list-get-all-icons-tool.d.ts → types/tools/search-atlaskit-hooks/list-search-atlaskit-hooks-tool.d.ts} +1 -1
- package/dist/{types-ts4.5/tools/search-tokens/search-tokens-input-schema.d.ts → types/tools/search-atlaskit-hooks/search-atlaskit-hooks-input-schema.d.ts} +1 -1
- package/dist/types/tools/search-atlaskit-hooks/search-atlaskit-hooks-tool.d.ts +4 -0
- package/dist/{types-ts4.5/tools/get-a11y-guidelines/list-get-a11y-guidelines-tool.d.ts → types/tools/search-atlaskit-utilities/list-search-atlaskit-utilities-tool.d.ts} +1 -1
- package/dist/{types-ts4.5/tools/search-components/search-components-input-schema.d.ts → types/tools/search-atlaskit-utilities/search-atlaskit-utilities-input-schema.d.ts} +1 -1
- package/dist/types/tools/search-atlaskit-utilities/search-atlaskit-utilities-tool.d.ts +4 -0
- package/dist/types/tools/types.d.ts +12 -0
- 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/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-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/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-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-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-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,42 @@
|
|
|
1
1
|
# @atlaskit/ads-mcp
|
|
2
2
|
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e912dc2ccd014`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e912dc2ccd014) -
|
|
8
|
+
add atlaskit-hooks and atlaskit-utilities
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 1.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
|
|
19
|
+
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
|
|
20
|
+
|
|
21
|
+
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
|
|
22
|
+
|
|
23
|
+
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
|
|
24
|
+
|
|
25
|
+
```diff
|
|
26
|
+
- "typesVersions": {
|
|
27
|
+
- ">=4.5 <4.9": {
|
|
28
|
+
- "*": [
|
|
29
|
+
- "dist/types-ts4.5/*",
|
|
30
|
+
- "dist/types-ts4.5/index.d.ts"
|
|
31
|
+
- ]
|
|
32
|
+
- }
|
|
33
|
+
- },
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies
|
|
39
|
+
|
|
3
40
|
## 0.21.1
|
|
4
41
|
|
|
5
42
|
### 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
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -31,6 +31,10 @@ var _getAllTokensTool = require("./tools/get-all-tokens/get-all-tokens-tool");
|
|
|
31
31
|
var _listGetAllTokensTool = require("./tools/get-all-tokens/list-get-all-tokens-tool");
|
|
32
32
|
var _getAtlaskitComponentsTool = require("./tools/get-atlaskit-components/get-atlaskit-components-tool");
|
|
33
33
|
var _listGetAtlaskitComponentsTool = require("./tools/get-atlaskit-components/list-get-atlaskit-components-tool");
|
|
34
|
+
var _getAtlaskitHooksTool = require("./tools/get-atlaskit-hooks/get-atlaskit-hooks-tool");
|
|
35
|
+
var _listGetAtlaskitHooksTool = require("./tools/get-atlaskit-hooks/list-get-atlaskit-hooks-tool");
|
|
36
|
+
var _getAtlaskitUtilitiesTool = require("./tools/get-atlaskit-utilities/get-atlaskit-utilities-tool");
|
|
37
|
+
var _listGetAtlaskitUtilitiesTool = require("./tools/get-atlaskit-utilities/list-get-atlaskit-utilities-tool");
|
|
34
38
|
var _getGuidelinesInputSchema = require("./tools/get-guidelines/get-guidelines-input-schema");
|
|
35
39
|
var _getGuidelinesTool = require("./tools/get-guidelines/get-guidelines-tool");
|
|
36
40
|
var _listGetGuidelinesTool = require("./tools/get-guidelines/list-get-guidelines-tool");
|
|
@@ -49,6 +53,12 @@ var _planTool = require("./tools/plan/plan-tool");
|
|
|
49
53
|
var _listSearchAtlaskitComponentsTool = require("./tools/search-atlaskit-components/list-search-atlaskit-components-tool");
|
|
50
54
|
var _searchAtlaskitComponentsInputSchema = require("./tools/search-atlaskit-components/search-atlaskit-components-input-schema");
|
|
51
55
|
var _searchAtlaskitComponentsTool = require("./tools/search-atlaskit-components/search-atlaskit-components-tool");
|
|
56
|
+
var _listSearchAtlaskitHooksTool = require("./tools/search-atlaskit-hooks/list-search-atlaskit-hooks-tool");
|
|
57
|
+
var _searchAtlaskitHooksInputSchema = require("./tools/search-atlaskit-hooks/search-atlaskit-hooks-input-schema");
|
|
58
|
+
var _searchAtlaskitHooksTool = require("./tools/search-atlaskit-hooks/search-atlaskit-hooks-tool");
|
|
59
|
+
var _listSearchAtlaskitUtilitiesTool = require("./tools/search-atlaskit-utilities/list-search-atlaskit-utilities-tool");
|
|
60
|
+
var _searchAtlaskitUtilitiesInputSchema = require("./tools/search-atlaskit-utilities/search-atlaskit-utilities-input-schema");
|
|
61
|
+
var _searchAtlaskitUtilitiesTool = require("./tools/search-atlaskit-utilities/search-atlaskit-utilities-tool");
|
|
52
62
|
var _listSearchComponentsTool = require("./tools/search-components/list-search-components-tool");
|
|
53
63
|
var _searchComponentsInputSchema = require("./tools/search-components/search-components-input-schema");
|
|
54
64
|
var _searchComponentsTool = require("./tools/search-components/search-components-tool");
|
|
@@ -139,7 +149,7 @@ var getToolRegistry = exports.getToolRegistry = function getToolRegistry() {
|
|
|
139
149
|
handler: _migrationGuidesTool.migrationGuidesTool,
|
|
140
150
|
inputSchema: _migrationGuidesInputSchema.migrationGuidesInputSchema,
|
|
141
151
|
tool: _listMigrationGuidesTool.listMigrationGuidesTool
|
|
142
|
-
}), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_registry, _listI18nConversionTool.listI18nConversionTool.name, {
|
|
152
|
+
}), (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)(_registry, _listI18nConversionTool.listI18nConversionTool.name, {
|
|
143
153
|
handler: _i18nConversionTool.i18nConversionTool,
|
|
144
154
|
inputSchema: _i18nConversionInputSchema.i18nConversionInputSchema,
|
|
145
155
|
tool: _listI18nConversionTool.listI18nConversionTool
|
|
@@ -167,6 +177,22 @@ var getToolRegistry = exports.getToolRegistry = function getToolRegistry() {
|
|
|
167
177
|
handler: _searchAtlaskitComponentsTool.searchAtlaskitComponentsTool,
|
|
168
178
|
inputSchema: _searchAtlaskitComponentsInputSchema.searchAtlaskitComponentsInputSchema,
|
|
169
179
|
tool: _listSearchAtlaskitComponentsTool.listSearchAtlaskitComponentsTool
|
|
180
|
+
}), _listGetAtlaskitUtilitiesTool.listGetAtlaskitUtilitiesTool.name, {
|
|
181
|
+
handler: _getAtlaskitUtilitiesTool.getAtlaskitUtilitiesTool,
|
|
182
|
+
inputSchema: null,
|
|
183
|
+
tool: _listGetAtlaskitUtilitiesTool.listGetAtlaskitUtilitiesTool
|
|
184
|
+
}), _listSearchAtlaskitUtilitiesTool.listSearchAtlaskitUtilitiesTool.name, {
|
|
185
|
+
handler: _searchAtlaskitUtilitiesTool.searchAtlaskitUtilitiesTool,
|
|
186
|
+
inputSchema: _searchAtlaskitUtilitiesInputSchema.searchAtlaskitUtilitiesInputSchema,
|
|
187
|
+
tool: _listSearchAtlaskitUtilitiesTool.listSearchAtlaskitUtilitiesTool
|
|
188
|
+
}), _listGetAtlaskitHooksTool.listGetAtlaskitHooksTool.name, {
|
|
189
|
+
handler: _getAtlaskitHooksTool.getAtlaskitHooksTool,
|
|
190
|
+
inputSchema: null,
|
|
191
|
+
tool: _listGetAtlaskitHooksTool.listGetAtlaskitHooksTool
|
|
192
|
+
}), (0, _defineProperty2.default)(_registry, _listSearchAtlaskitHooksTool.listSearchAtlaskitHooksTool.name, {
|
|
193
|
+
handler: _searchAtlaskitHooksTool.searchAtlaskitHooksTool,
|
|
194
|
+
inputSchema: _searchAtlaskitHooksInputSchema.searchAtlaskitHooksInputSchema,
|
|
195
|
+
tool: _listSearchAtlaskitHooksTool.listSearchAtlaskitHooksTool
|
|
170
196
|
}));
|
|
171
197
|
return registry;
|
|
172
198
|
};
|