@atlaskit/ds-explorations 3.2.4 → 3.2.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,12 @@
1
1
  # @atlaskit/ds-explorations
2
2
 
3
+ ## 3.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#79770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79770) [`542e29efe0ad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/542e29efe0ad) - Update imports from @atlaskit/tokens
8
+ - Updated dependencies
9
+
3
10
  ## 3.2.4
4
11
 
5
12
  ### Patch Changes
@@ -224,6 +224,7 @@ var lineHeightMap = {
224
224
  /**
225
225
  * @codegenEnd
226
226
  */
227
+
227
228
  /**
228
229
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
229
230
  * @codegen <<SignedSource::95d4f240e36e302a634e8633a0782cba>>
@@ -215,6 +215,7 @@ const lineHeightMap = {
215
215
  /**
216
216
  * @codegenEnd
217
217
  */
218
+
218
219
  /**
219
220
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
220
221
  * @codegen <<SignedSource::95d4f240e36e302a634e8633a0782cba>>
@@ -218,6 +218,7 @@ var lineHeightMap = {
218
218
  /**
219
219
  * @codegenEnd
220
220
  */
221
+
221
222
  /**
222
223
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
223
224
  * @codegen <<SignedSource::95d4f240e36e302a634e8633a0782cba>>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "An experimental package for exploration and validation of spacing / typography foundations.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,7 +25,7 @@
25
25
  "prepare": "yarn ak-postbuild"
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/tokens": "^1.39.0",
28
+ "@atlaskit/tokens": "^1.40.0",
29
29
  "@babel/runtime": "^7.0.0",
30
30
  "@emotion/react": "^11.7.1",
31
31
  "tiny-invariant": "^1.2.0"
@@ -1,10 +1,10 @@
1
1
  import prettier from 'prettier';
2
2
  import parserTypeScript from 'prettier/parser-typescript';
3
3
 
4
- // eslint-disable-next-line @atlassian/tangerine/import/entry-points
5
- import legacyTokens from '@atlaskit/tokens/src/artifacts/tokens-raw/atlassian-legacy-light';
6
- // eslint-disable-next-line @atlassian/tangerine/import/entry-points
7
- import tokens from '@atlaskit/tokens/src/artifacts/tokens-raw/atlassian-light';
4
+ import {
5
+ legacyLightTokens as legacyTokens,
6
+ light as tokens,
7
+ } from '@atlaskit/tokens/tokens-raw';
8
8
 
9
9
  import {
10
10
  capitalize,
@@ -1,8 +1,7 @@
1
1
  import prettier from 'prettier';
2
2
  import parserTypeScript from 'prettier/parser-typescript';
3
3
 
4
- // eslint-disable-next-line @atlassian/tangerine/import/entry-points
5
- import tokens from '@atlaskit/tokens/src/artifacts/tokens-raw/atlassian-light';
4
+ import { light as tokens } from '@atlaskit/tokens/tokens-raw';
6
5
 
7
6
  import { compose, isAccent, not, pick } from './utils';
8
7
 
@@ -1,8 +1,7 @@
1
1
  import prettier from 'prettier';
2
2
  import parserTypeScript from 'prettier/parser-typescript';
3
3
 
4
- // eslint-disable-next-line @atlassian/tangerine/import/entry-points
5
- import tokens from '@atlaskit/tokens/src/artifacts/tokens-raw/atlassian-light';
4
+ import { light as tokens } from '@atlaskit/tokens/tokens-raw';
6
5
 
7
6
  import {
8
7
  capitalize,