@atlaskit/ads-mcp 0.20.4 → 0.21.1
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 +24 -0
- package/a11y-fixes/package.json +14 -0
- package/a11y-guidelines/package.json +14 -0
- package/dist/cjs/entry-points/a11y-fixes.js +12 -0
- package/dist/cjs/entry-points/a11y-guidelines.js +12 -0
- package/dist/cjs/entry-points/i18n-conversion-guide.js +12 -0
- package/dist/cjs/entry-points/migration-registry.js +12 -0
- package/dist/cjs/helpers/analytics.js +1 -0
- package/dist/cjs/index.js +23 -23
- package/dist/cjs/tools/analyze-a11y/analyze-a11y-tool.js +10 -10
- package/dist/cjs/tools/analyze-a11y/analyze-localhost-a11y-tool.js +28 -28
- package/dist/cjs/tools/get-a11y-guidelines/get-a11y-guidelines-tool.js +4 -4
- package/dist/cjs/tools/get-all-components/components.codegen.js +3 -3
- package/dist/cjs/tools/get-all-components/get-all-components-tool.js +1 -1
- package/dist/cjs/tools/get-all-icons/get-all-icons-tool.js +1 -1
- package/dist/cjs/tools/get-all-tokens/get-all-tokens-tool.js +1 -1
- package/dist/cjs/tools/get-atlaskit-components/atlaskit-components.codegen.js +633 -629
- package/dist/cjs/tools/get-atlaskit-components/get-atlaskit-components-tool.js +2 -2
- package/dist/cjs/tools/get-guidelines/get-guidelines-tool.js +4 -4
- package/dist/cjs/tools/get-lint-rules/get-lint-rules-tool.js +6 -6
- package/dist/cjs/tools/i18n-conversion/i18n-conversion-tool.js +1 -1
- package/dist/cjs/tools/migration-guides/migration-guides-tool.js +4 -4
- package/dist/cjs/tools/plan/plan-tool.js +6 -6
- package/dist/cjs/tools/search-atlaskit-components/search-atlaskit-components-tool.js +6 -6
- package/dist/cjs/tools/search-components/search-components-tool.js +6 -6
- package/dist/cjs/tools/search-icons/search-icons-tool.js +6 -6
- package/dist/cjs/tools/search-tokens/search-tokens-tool.js +6 -6
- package/dist/cjs/tools/suggest-a11y-fixes/suggest-a11y-fixes-tool.js +4 -4
- package/dist/es2019/entry-points/a11y-fixes.js +1 -0
- package/dist/es2019/entry-points/a11y-guidelines.js +1 -0
- package/dist/es2019/entry-points/i18n-conversion-guide.js +1 -0
- package/dist/es2019/entry-points/migration-registry.js +1 -0
- package/dist/es2019/helpers/analytics.js +1 -0
- package/dist/es2019/tools/get-all-components/components.codegen.js +3 -3
- package/dist/es2019/tools/get-atlaskit-components/atlaskit-components.codegen.js +633 -629
- package/dist/esm/entry-points/a11y-fixes.js +1 -0
- package/dist/esm/entry-points/a11y-guidelines.js +1 -0
- package/dist/esm/entry-points/i18n-conversion-guide.js +1 -0
- package/dist/esm/entry-points/migration-registry.js +1 -0
- package/dist/esm/helpers/analytics.js +1 -0
- package/dist/esm/index.js +23 -23
- package/dist/esm/tools/analyze-a11y/analyze-a11y-tool.js +10 -10
- package/dist/esm/tools/analyze-a11y/analyze-localhost-a11y-tool.js +28 -28
- package/dist/esm/tools/get-a11y-guidelines/get-a11y-guidelines-tool.js +4 -4
- package/dist/esm/tools/get-all-components/components.codegen.js +3 -3
- package/dist/esm/tools/get-all-components/get-all-components-tool.js +1 -1
- package/dist/esm/tools/get-all-icons/get-all-icons-tool.js +1 -1
- package/dist/esm/tools/get-all-tokens/get-all-tokens-tool.js +1 -1
- package/dist/esm/tools/get-atlaskit-components/atlaskit-components.codegen.js +633 -629
- package/dist/esm/tools/get-atlaskit-components/get-atlaskit-components-tool.js +2 -2
- package/dist/esm/tools/get-guidelines/get-guidelines-tool.js +4 -4
- package/dist/esm/tools/get-lint-rules/get-lint-rules-tool.js +6 -6
- package/dist/esm/tools/i18n-conversion/i18n-conversion-tool.js +1 -1
- package/dist/esm/tools/migration-guides/migration-guides-tool.js +4 -4
- package/dist/esm/tools/plan/plan-tool.js +6 -6
- package/dist/esm/tools/search-atlaskit-components/search-atlaskit-components-tool.js +6 -6
- package/dist/esm/tools/search-components/search-components-tool.js +6 -6
- package/dist/esm/tools/search-icons/search-icons-tool.js +6 -6
- package/dist/esm/tools/search-tokens/search-tokens-tool.js +6 -6
- package/dist/esm/tools/suggest-a11y-fixes/suggest-a11y-fixes-tool.js +4 -4
- package/dist/types/entry-points/a11y-fixes.d.ts +1 -0
- package/dist/types/entry-points/a11y-guidelines.d.ts +1 -0
- package/dist/types/entry-points/i18n-conversion-guide.d.ts +1 -0
- package/dist/types/entry-points/migration-registry.d.ts +1 -0
- package/dist/types/tools/get-all-components/components.codegen.d.ts +2 -2
- package/dist/types/tools/get-atlaskit-components/atlaskit-components.codegen.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/a11y-fixes.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/a11y-guidelines.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/i18n-conversion-guide.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/migration-registry.d.ts +1 -0
- package/dist/types-ts4.5/tools/get-all-components/components.codegen.d.ts +2 -2
- package/dist/types-ts4.5/tools/get-atlaskit-components/atlaskit-components.codegen.d.ts +2 -2
- package/i18n-conversion-guide/package.json +14 -0
- package/migration-registry/package.json +14 -0
- package/package.json +4 -4
- package/dist/cjs/tools/migration-guides/registry.js +0 -38
- package/dist/es2019/tools/migration-guides/registry.js +0 -25
- package/dist/esm/tools/migration-guides/registry.js +0 -27
- package/dist/types/tools/migration-guides/registry.d.ts +0 -18
- package/dist/types-ts4.5/tools/migration-guides/registry.d.ts +0 -18
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Migration registry - central place to register all available migrations
|
|
3
|
-
*
|
|
4
|
-
* To add a new migration:
|
|
5
|
-
* 1. Create a new file in ./migrations/ with your MigrationGuide(s)
|
|
6
|
-
* 2. Import and add to the registry below
|
|
7
|
-
* 3. The tool will automatically include it in the available options
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* Get all available migration IDs for use in the tool schema
|
|
11
|
-
*/
|
|
12
|
-
export declare const getAvailableMigrationIds: () => string[];
|
|
13
|
-
/**
|
|
14
|
-
* Get a formatted list of available migrations with descriptions
|
|
15
|
-
* Useful for tool descriptions and help text
|
|
16
|
-
*/
|
|
17
|
-
export declare const getAvailableMigrationsDescription: () => string[];
|
|
18
|
-
export { migrationRegistry } from './migration-registry';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Migration registry - central place to register all available migrations
|
|
3
|
-
*
|
|
4
|
-
* To add a new migration:
|
|
5
|
-
* 1. Create a new file in ./migrations/ with your MigrationGuide(s)
|
|
6
|
-
* 2. Import and add to the registry below
|
|
7
|
-
* 3. The tool will automatically include it in the available options
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* Get all available migration IDs for use in the tool schema
|
|
11
|
-
*/
|
|
12
|
-
export declare const getAvailableMigrationIds: () => string[];
|
|
13
|
-
/**
|
|
14
|
-
* Get a formatted list of available migrations with descriptions
|
|
15
|
-
* Useful for tool descriptions and help text
|
|
16
|
-
*/
|
|
17
|
-
export declare const getAvailableMigrationsDescription: () => string[];
|
|
18
|
-
export { migrationRegistry } from './migration-registry';
|