@atlaskit/ads-mcp 0.17.5 → 0.18.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/ads-mcp
2
2
 
3
+ ## 0.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1cd0ae6738030`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1cd0ae6738030) -
8
+ remove feature gate to use the most up to date components documentation
9
+
10
+ ## 0.18.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`44a9ad271ff5d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/44a9ad271ff5d) -
15
+ [ux] Update ADS Structured content. Now includes guidelines, lint rules, components, Icon lab
16
+
3
17
  ## 0.17.5
4
18
 
5
19
  ### Patch Changes
@@ -4,13 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.loadAllComponents = loadAllComponents;
7
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
8
- var _components = require("./components");
9
- var _components2 = require("./components.codegen");
7
+ var _components = require("./components.codegen");
10
8
  function loadAllComponents() {
11
- var mcpComponents = _components.components;
12
- if ((0, _platformFeatureFlags.fg)('design_system_mcp_structured_content')) {
13
- mcpComponents = _components2.components;
14
- }
15
- return mcpComponents;
9
+ return _components.components;
16
10
  }
@@ -1,10 +1,4 @@
1
- import { fg } from '@atlaskit/platform-feature-flags';
2
- import { components } from './components';
3
- import { components as componentsStructuredContent } from './components.codegen';
1
+ import { components } from './components.codegen';
4
2
  export function loadAllComponents() {
5
- let mcpComponents = components;
6
- if (fg('design_system_mcp_structured_content')) {
7
- mcpComponents = componentsStructuredContent;
8
- }
9
- return mcpComponents;
3
+ return components;
10
4
  }
@@ -1,10 +1,4 @@
1
- import { fg } from '@atlaskit/platform-feature-flags';
2
- import { components } from './components';
3
- import { components as componentsStructuredContent } from './components.codegen';
1
+ import { components } from './components.codegen';
4
2
  export function loadAllComponents() {
5
- var mcpComponents = components;
6
- if (fg('design_system_mcp_structured_content')) {
7
- mcpComponents = componentsStructuredContent;
8
- }
9
- return mcpComponents;
3
+ return components;
10
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "0.17.5",
3
+ "version": "0.18.1",
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": "^33.1.0",
38
38
  "@atlaskit/icon-lab": "^6.2.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
- "@atlaskit/tokens": "^11.2.0",
40
+ "@atlaskit/tokens": "^11.3.0",
41
41
  "@axe-core/playwright": "^4.8.0",
42
42
  "@axe-core/puppeteer": "^4.7.3",
43
43
  "@babel/runtime": "^7.0.0",