@atlaskit/storybook-addon-design-system 0.3.6 → 0.3.7

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,11 @@
1
1
  # @atlaskit/storybook-addon-design-system
2
2
 
3
+ ## 0.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.3.6
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/storybook-addon-design-system",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/storybook-addon-design-system",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/storybook-addon-design-system",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/storybook-addon-design-system",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Design token storybook addon",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -13,7 +13,9 @@
13
13
  "website": {
14
14
  "name": "Storybook addon",
15
15
  "category": "Tooling",
16
- "draft": true
16
+ "status": {
17
+ "type": "alpha"
18
+ }
17
19
  }
18
20
  },
19
21
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
@@ -35,7 +37,7 @@
35
37
  ".": "./src/index.tsx"
36
38
  },
37
39
  "dependencies": {
38
- "@atlaskit/tokens": "^0.11.0",
40
+ "@atlaskit/tokens": "^0.12.0",
39
41
  "@babel/runtime": "^7.0.0",
40
42
  "@storybook/addons": "^6.4.0",
41
43
  "@storybook/api": "^6.4.0",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/storybook-addon-design-system"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
4
9
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
10
+ - [Main Entry Types](#main-entry-types)
8
11
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  // @public (undocumented)
@@ -14,3 +19,5 @@ export const withDesignTokens: (...args: any) => any;
14
19
 
15
20
  // (No @packageDocumentation comment for this package)
16
21
  ```
22
+
23
+ <!--SECTION END: Main Entry Types-->