@atlaskit/help-article 6.0.0 → 6.0.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,13 @@
1
1
  # @atlaskit/help-article
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#141987](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/141987)
8
+ [`f410194e60135`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f410194e60135) -
9
+ Updated sideEffects and techstack in package.json
10
+
3
11
  ## 6.0.0
4
12
 
5
13
  ### Major Changes
@@ -9,7 +9,7 @@ export declare const ArticleContentInner: ({ children }: {
9
9
  export declare const ArticleContentTitle: ({ children }: {
10
10
  children: React.ReactNode;
11
11
  }) => JSX.Element;
12
- export declare const ArticleContentTitleLink: ({ href, target, children }: {
12
+ export declare const ArticleContentTitleLink: ({ href, target, children, }: {
13
13
  href: string;
14
14
  target: string;
15
15
  children: React.ReactNode;
@@ -9,7 +9,7 @@ export declare const ArticleContentInner: ({ children }: {
9
9
  export declare const ArticleContentTitle: ({ children }: {
10
10
  children: React.ReactNode;
11
11
  }) => JSX.Element;
12
- export declare const ArticleContentTitleLink: ({ href, target, children }: {
12
+ export declare const ArticleContentTitleLink: ({ href, target, children, }: {
13
13
  href: string;
14
14
  target: string;
15
15
  children: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-article",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "A cross-product help-article component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,7 +21,7 @@
21
21
  }
22
22
  },
23
23
  "sideEffects": [
24
- "*.compiled.css"
24
+ "**/*.compiled.css"
25
25
  ],
26
26
  "atlaskit:src": "src/index.ts",
27
27
  "af:exports": {
@@ -65,6 +65,9 @@
65
65
  "design-tokens": [
66
66
  "color",
67
67
  "spacing"
68
+ ],
69
+ "styling": [
70
+ "compiled"
68
71
  ]
69
72
  }
70
73
  }