@atlaskit/storybook-addon-design-system 0.3.4 → 0.3.5

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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.3.4
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/storybook-addon-design-system",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/storybook-addon-design-system",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/storybook-addon-design-system",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
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.4",
3
+ "version": "0.3.5",
4
4
  "description": "Design token storybook addon",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -35,7 +35,7 @@
35
35
  ".": "./src/index.tsx"
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/tokens": "^0.10.0",
38
+ "@atlaskit/tokens": "^0.11.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@storybook/addons": "^6.4.0",
41
41
  "@storybook/api": "^6.4.0",
@@ -55,7 +55,9 @@
55
55
  "dom-events": "use-bind-event-listener",
56
56
  "design-system": "v1",
57
57
  "deprecation": "no-deprecated-imports",
58
- "styling": "emotion"
58
+ "styling": [
59
+ "emotion"
60
+ ]
59
61
  }
60
62
  },
61
63
  "homepage": "https://atlassian.design/components/storybook-addon-design-system",
package/report.api.md CHANGED
@@ -1,11 +1,16 @@
1
- ## API Report File for "@atlaskit/storybook-addon-design-system".
1
+ ## API Report File for "@atlaskit/storybook-addon-design-system"
2
2
 
3
- > Do not edit this file. This report is auto-generated by [API Extractor](https://api-extractor.com/).
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ <!--
6
+ Generated API Report version: 2.0
7
+ -->
4
8
 
5
9
  [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
6
10
 
7
11
  ```ts
8
- export declare const withDesignTokens: (...args: any) => any;
12
+ // @public (undocumented)
13
+ export const withDesignTokens: (...args: any) => any;
9
14
 
10
- export {};
15
+ // (No @packageDocumentation comment for this package)
11
16
  ```
@@ -1 +0,0 @@
1
- export { withDesignTokens } from './tokens';
@@ -1 +0,0 @@
1
- export { default as Tool } from './tool';
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- /**
3
- * __Tool__
4
- *
5
- * ADS Toolbar UI, visible in the topbar of the storybook UI.
6
- */
7
- declare const Tool: () => JSX.Element;
8
- export default Tool;
@@ -1,5 +0,0 @@
1
- export declare const ADDON_ID = "ads-tokens";
2
- export declare const TOOL_ID: string;
3
- export declare const TITLE = "Design Tokens";
4
- export declare const DECORATOR_ID = "withDesignTokens";
5
- export declare const DECORATOR_PARAM = "DesignTokens";
@@ -1,4 +0,0 @@
1
- import '@atlaskit/tokens/css/atlassian-light.css';
2
- import '@atlaskit/tokens/css/atlassian-dark.css';
3
- declare const withDesignTokens: (...args: any) => any;
4
- export default withDesignTokens;
@@ -1 +0,0 @@
1
- export { default as withDesignTokens } from './decorator';
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export declare type Themes = 'light' | 'dark' | 'none' | 'split' | 'stack';