@atlaskit/icon-file-type 6.6.0 → 6.8.0
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 +28 -0
- package/afm-cc/tsconfig.json +1 -2
- package/afm-jira/tsconfig.json +23 -23
- package/afm-post-office/tsconfig.json +23 -23
- package/dist/cjs/entry-points/metadata.js +10 -2
- package/dist/cjs/metadata.js +481 -69
- package/dist/es2019/entry-points/metadata.js +2 -1
- package/dist/es2019/metadata.js +205 -68
- package/dist/esm/entry-points/metadata.js +2 -1
- package/dist/esm/metadata.js +344 -68
- package/dist/types/entry-points/metadata.d.ts +1 -0
- package/dist/types/metadata.d.ts +13 -2
- package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -0
- package/dist/types-ts4.5/metadata.d.ts +13 -2
- package/glyph/archive/16.js +1 -1
- package/glyph/archive/24.js +1 -1
- package/glyph/archive/48.js +1 -1
- package/glyph/audio/16.js +1 -1
- package/glyph/audio/24.js +1 -1
- package/glyph/audio/48.js +1 -1
- package/glyph/document/16.js +1 -1
- package/glyph/document/24.js +1 -1
- package/glyph/document/48.js +1 -1
- package/glyph/excel-spreadsheet/16.js +1 -1
- package/glyph/excel-spreadsheet/24.js +1 -1
- package/glyph/excel-spreadsheet/48.js +1 -1
- package/glyph/executable/16.js +1 -1
- package/glyph/executable/24.js +1 -1
- package/glyph/executable/48.js +1 -1
- package/glyph/figma/16.js +1 -1
- package/glyph/figma/24.js +1 -1
- package/glyph/figma/48.js +1 -1
- package/glyph/folder/16.js +1 -1
- package/glyph/folder/24.js +1 -1
- package/glyph/folder/48.js +1 -1
- package/glyph/generic/16.js +1 -1
- package/glyph/generic/24.js +1 -1
- package/glyph/generic/48.js +1 -1
- package/glyph/gif/16.js +1 -1
- package/glyph/gif/24.js +1 -1
- package/glyph/gif/48.js +1 -1
- package/glyph/google-doc/16.js +1 -1
- package/glyph/google-doc/24.js +1 -1
- package/glyph/google-doc/48.js +1 -1
- package/glyph/google-form/16.js +1 -1
- package/glyph/google-form/24.js +1 -1
- package/glyph/google-form/48.js +1 -1
- package/glyph/google-sheet/16.js +1 -1
- package/glyph/google-sheet/24.js +1 -1
- package/glyph/google-sheet/48.js +1 -1
- package/glyph/google-slide/16.js +1 -1
- package/glyph/google-slide/24.js +1 -1
- package/glyph/google-slide/48.js +1 -1
- package/glyph/image/16.js +1 -1
- package/glyph/image/24.js +1 -1
- package/glyph/image/48.js +1 -1
- package/glyph/pdf-document/16.js +1 -1
- package/glyph/pdf-document/24.js +1 -1
- package/glyph/pdf-document/48.js +1 -1
- package/glyph/powerpoint-presentation/16.js +1 -1
- package/glyph/powerpoint-presentation/24.js +1 -1
- package/glyph/powerpoint-presentation/48.js +1 -1
- package/glyph/presentation/16.js +1 -1
- package/glyph/presentation/24.js +1 -1
- package/glyph/presentation/48.js +1 -1
- package/glyph/sketch/16.js +1 -1
- package/glyph/sketch/24.js +1 -1
- package/glyph/sketch/48.js +1 -1
- package/glyph/source-code/16.js +1 -1
- package/glyph/source-code/24.js +1 -1
- package/glyph/source-code/48.js +1 -1
- package/glyph/spreadsheet/16.js +1 -1
- package/glyph/spreadsheet/24.js +1 -1
- package/glyph/spreadsheet/48.js +1 -1
- package/glyph/video/16.js +1 -1
- package/glyph/video/24.js +1 -1
- package/glyph/video/48.js +1 -1
- package/glyph/word-document/16.js +1 -1
- package/glyph/word-document/24.js +1 -1
- package/glyph/word-document/48.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @atlaskit/icon-file-type
|
|
2
2
|
|
|
3
|
+
## 6.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#171994](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171994)
|
|
8
|
+
[`be58e4bb2e387`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/be58e4bb2e387) -
|
|
9
|
+
Re-building the icons due to UNSAFE types and entrypoints being renamed in the `@atlaskit/icon`
|
|
10
|
+
package.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 6.7.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#155379](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155379)
|
|
21
|
+
[`d703fb68d3059`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d703fb68d3059) -
|
|
22
|
+
Run build-glyphs in icon packages.
|
|
23
|
+
- [#155379](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155379)
|
|
24
|
+
[`d703fb68d3059`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d703fb68d3059) -
|
|
25
|
+
Add static imports for icon metadata.
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
|
|
3
31
|
## 6.6.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
package/afm-cc/tsconfig.json
CHANGED
package/afm-jira/tsconfig.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.jira.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"outDir": "../../../../../tsDist/@atlaskit__icon-file-type/app",
|
|
7
|
+
"rootDir": "../",
|
|
8
|
+
"composite": true
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../../design-system/icon/afm-jira/tsconfig.json"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.post-office.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"outDir": "../../../../../post-office/tsDist/@atlaskit__icon-file-type/app",
|
|
7
|
+
"rootDir": "../",
|
|
8
|
+
"composite": true
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../../design-system/icon/afm-post-office/tsconfig.json"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -10,4 +10,12 @@ Object.defineProperty(exports, "default", {
|
|
|
10
10
|
return _metadata.default;
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
|
-
|
|
13
|
+
Object.defineProperty(exports, "metaDataWithPackageLoader", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _metadata.metaDataWithPackageLoader;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _metadata = _interopRequireWildcard(require("../metadata"));
|
|
20
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
21
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|