@atlaskit/icon-object 6.3.8 → 6.3.9

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/icon-object
2
2
 
3
+ ## 6.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#64934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64934) [`532734a858a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/532734a858a1) - Update to internal metadata order, following update of @atlaskit/icon-build-process
8
+
3
9
  ## 6.3.8
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,25 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.confluence.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "composite": true,
7
+ "outDir": "../dist",
8
+ "rootDir": "../",
9
+ "baseUrl": "../"
10
+ },
11
+ "include": [
12
+ "../src/**/*.ts",
13
+ "../src/**/*.tsx"
14
+ ],
15
+ "exclude": [
16
+ "../src/**/__tests__/*",
17
+ "../src/**/*.test.*",
18
+ "../src/**/test.*"
19
+ ],
20
+ "references": [
21
+ {
22
+ "path": "../../icon/afm-cc/tsconfig.json"
23
+ }
24
+ ]
25
+ }
package/build/index.tsx CHANGED
@@ -41,5 +41,5 @@ tidy(config16)
41
41
 
42
42
  console.log('@atlaskit-icon-object built');
43
43
 
44
- return fs.outputFile(path.resolve(root!, 'src/metadata.ts'), iconDocs);
44
+ return fs.outputFile(path.resolve(root!, 'src/metadata.tsx'), iconDocs);
45
45
  });
@@ -1,5 +1,10 @@
1
- import IconObjectProps from '!!extract-react-types-loader!../../../icon/src/extract-react-types/glyph-no-color-size.tsx';
1
+ ---
2
+ props:
3
+ packageName: '@atlaskit/icon-object'
4
+ exports:
5
+ - default
6
+ ---
2
7
 
3
8
  ## Props
4
9
 
5
- <PropsTable heading="" props={IconObjectProps} />
10
+ <TSMorphProps packageName="@atlaskit/icon-object" exportName="default" />
@@ -4,7 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- /* eslint-disable global-require */
8
7
  /**
9
8
  * NOTE:
10
9
  *
@@ -1,4 +1,3 @@
1
- /* eslint-disable global-require */
2
1
  /**
3
2
  * NOTE:
4
3
  *
@@ -1,4 +1,3 @@
1
- /* eslint-disable global-require */
2
1
  /**
3
2
  * NOTE:
4
3
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "6.3.8",
3
+ "version": "6.3.9",
4
4
  "description": "An object icon is used to represent an Atlassian-specific content type.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -50,7 +50,7 @@
50
50
  "react": "^16.8.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@af/icon-build-process": "^0.3.0",
53
+ "@af/icon-build-process": "^0.5.0",
54
54
  "@atlaskit/visual-regression": "*",
55
55
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
56
56
  "@emotion/styled": "^11.0.0",
@@ -1,13 +0,0 @@
1
- ## API Report File for "@atlaskit/icon-object"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { default as default_2 } from '@atlaskit/icon/base';
8
-
9
- export default default_2;
10
-
11
- // (No @packageDocumentation comment for this package)
12
-
13
- ```