@atlaskit/icon-object 7.4.0 → 7.4.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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 7.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.4.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.confluence.json",
2
+ "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.jira.json",
2
+ "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.products.json",
2
+ "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
package/docs/0-intro.tsx CHANGED
@@ -4,7 +4,7 @@ import { md } from '@atlaskit/docs';
4
4
  import Link from '@atlaskit/link';
5
5
  import SectionMessage from '@atlaskit/section-message';
6
6
 
7
- export default md`
7
+ const _default_1: any = md`
8
8
  ${(
9
9
  <SectionMessage appearance="information">
10
10
  This component is now documented on{' '}
@@ -12,3 +12,4 @@ ${(
12
12
  </SectionMessage>
13
13
  )}
14
14
  `;
15
+ export default _default_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
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/"
@@ -40,8 +40,8 @@
40
40
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
41
41
  },
42
42
  "dependencies": {
43
- "@atlaskit/icon": "^29.1.0",
44
- "@atlaskit/icon-lab": "^5.12.0",
43
+ "@atlaskit/icon": "^30.0.0",
44
+ "@atlaskit/icon-lab": "^5.14.0",
45
45
  "@atlaskit/object": "^1.0.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@babel/runtime": "^7.0.0"
@@ -53,9 +53,9 @@
53
53
  "@af/formatting": "workspace:^",
54
54
  "@af/icon-build-process": "workspace:^",
55
55
  "@af/visual-regression": "workspace:^",
56
- "@atlaskit/css": "^0.17.0",
56
+ "@atlaskit/css": "^0.19.0",
57
57
  "@atlaskit/textfield": "^8.2.0",
58
- "@atlaskit/tooltip": "^20.11.0",
58
+ "@atlaskit/tooltip": "^20.14.0",
59
59
  "@atlassian/codegen": "^0.1.0",
60
60
  "fs-extra": "^4.0.2",
61
61
  "pkg-dir": "^4.2.0",
@@ -1,23 +0,0 @@
1
- {
2
- "extends": "../tsconfig",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "paths": {}
7
- },
8
- "include": [
9
- "../src/**/*.ts",
10
- "../src/**/*.tsx"
11
- ],
12
- "exclude": [
13
- "../src/**/__tests__/*",
14
- "../src/**/*.test.*",
15
- "../src/**/test.*",
16
- "../src/**/examples.*",
17
- "../src/**/examples/*",
18
- "../src/**/examples/**/*",
19
- "../src/**/*.stories.*",
20
- "../src/**/stories/*",
21
- "../src/**/stories/**/*"
22
- ]
23
- }