@atlaskit/icon 30.0.0 → 30.0.2

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,18 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 30.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 30.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`5217ed510493f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5217ed510493f) -
14
+ Remove af:export
15
+
3
16
  ## 30.0.0
4
17
 
5
18
  ### Major Changes
@@ -40,7 +40,7 @@ function buildToken(j: core.JSCodeshift, tokenId: string = '', fallback: string)
40
40
  return callExpr;
41
41
  }
42
42
 
43
- export default function transformer(file: FileInfo, api: API) {
43
+ export default function transformer(file: FileInfo, api: API): string {
44
44
  const j = api.jscodeshift;
45
45
  const source = j(file.source);
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "30.0.0",
3
+ "version": "30.0.2",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/tile": "^1.0.0",
39
- "@atlaskit/tokens": "^10.1.0",
39
+ "@atlaskit/tokens": "^11.0.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.18.6"
42
42
  },
@@ -60,7 +60,7 @@
60
60
  "@atlaskit/logo": "^19.10.0",
61
61
  "@atlaskit/menu": "^8.4.0",
62
62
  "@atlaskit/modal-dialog": "^14.10.0",
63
- "@atlaskit/primitives": "^17.1.0",
63
+ "@atlaskit/primitives": "^18.0.0",
64
64
  "@atlaskit/section-message": "^8.12.0",
65
65
  "@atlaskit/textfield": "^8.2.0",
66
66
  "@atlaskit/theme": "^21.0.0",
@@ -110,19 +110,6 @@
110
110
  }
111
111
  },
112
112
  "homepage": "https://atlassian.design/components/icon/",
113
- "af:exports": {
114
- "./base": "./src/entry-points/base.tsx",
115
- "./base-new": "./src/entry-points/base-new.tsx",
116
- "./migration-map": "./src/entry-points/migration-map.tsx",
117
- "./constants": "./src/entry-points/constants.tsx",
118
- "./deprecated-map": "./src/entry-points/deprecated-map.tsx",
119
- "./metadata": "./src/entry-points/metadata.tsx",
120
- "./svg": "./src/entry-points/svg.tsx",
121
- "./types": "./src/entry-points/types.tsx",
122
- "./glyph": "./glyph",
123
- "./core": "./core",
124
- ".": "./src/index.tsx"
125
- },
126
113
  "platform-feature-flags": {
127
114
  "platform-visual-refresh-icons": {
128
115
  "type": "boolean"