@atlaskit/tokens 0.10.34 → 0.10.35

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/tokens
2
2
 
3
+ ## 0.10.35
4
+
5
+ ### Patch Changes
6
+
7
+ - [`44c1c98c87a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44c1c98c87a) - Export CSSTokenMap
8
+
3
9
  ## 0.10.34
4
10
 
5
11
  ### Patch Changes
@@ -14,7 +14,7 @@ var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
14
14
  var _constants = require("./constants");
15
15
 
16
16
  var name = "@atlaskit/tokens";
17
- var version = "0.10.34";
17
+ var version = "0.10.35";
18
18
 
19
19
  /**
20
20
  * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.34",
3
+ "version": "0.10.35",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
4
4
  const name = "@atlaskit/tokens";
5
- const version = "0.10.34";
5
+ const version = "0.10.35";
6
6
 
7
7
  /**
8
8
  * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.34",
3
+ "version": "0.10.35",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -2,7 +2,7 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';
2
2
  import tokens from './artifacts/token-names';
3
3
  import { TOKEN_NOT_FOUND_CSS_VAR } from './constants';
4
4
  var name = "@atlaskit/tokens";
5
- var version = "0.10.34";
5
+ var version = "0.10.35";
6
6
 
7
7
  /**
8
8
  * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.34",
3
+ "version": "0.10.35",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -1,2 +1,2 @@
1
1
  export { default } from '../artifacts/token-names';
2
- export type { CSSToken } from '../artifacts/token-names';
2
+ export type { CSSToken, CSSTokenMap } from '../artifacts/token-names';
@@ -1,2 +1,2 @@
1
1
  export { default } from '../artifacts/token-names';
2
- export type { CSSToken } from '../artifacts/token-names';
2
+ export type { CSSToken, CSSTokenMap } from '../artifacts/token-names';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.34",
3
+ "version": "0.10.35",
4
4
  "author": "Atlassian Pty Ltd",
5
5
  "description": "Design tokens are the single source of truth to name and store design decisions.",
6
6
  "license": "Apache-2.0",