@atlaskit/icon 30.0.0 → 30.0.1
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
|
@@ -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.
|
|
3
|
+
"version": "30.0.1",
|
|
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/"
|
|
@@ -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"
|