@atlaskit/icon-object 6.3.1 → 6.3.3

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,17 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 6.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
8
+
9
+ ## 6.3.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
14
+
3
15
  ## 6.3.1
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "6.3.1",
3
+ "version": "6.3.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "6.3.1",
3
+ "version": "6.3.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "6.3.1",
3
+ "version": "6.3.3",
4
4
  "sideEffects": false
5
5
  }
@@ -0,0 +1 @@
1
+ export { default } from '../metadata';
@@ -0,0 +1 @@
1
+ export { default } from '@atlaskit/icon/base';
@@ -0,0 +1,16 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by the build process.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ *
7
+ * To change the format of this file, modify build/icon/createIconDocs.js.
8
+ * Add synonyms in icon/icons/synonyms.js.
9
+ */
10
+ interface Data {
11
+ keywords: string[];
12
+ componentName: string;
13
+ package: string;
14
+ }
15
+ declare const metaData: Record<string, Data>;
16
+ export default metaData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "6.3.1",
3
+ "version": "6.3.3",
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/"
@@ -54,8 +54,9 @@
54
54
  "@atlaskit/modal-dialog": "^12.5.0",
55
55
  "@atlaskit/section-message": "^6.4.0",
56
56
  "@atlaskit/ssr": "*",
57
- "@atlaskit/textfield": "^5.4.0",
57
+ "@atlaskit/textfield": "^5.5.0",
58
58
  "@atlaskit/theme": "^12.5.0",
59
+ "@atlaskit/tokens": "^1.2.19",
59
60
  "@atlaskit/tooltip": "^17.8.0",
60
61
  "@atlaskit/visual-regression": "*",
61
62
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -74,7 +75,8 @@
74
75
  "design-system": "v1",
75
76
  "dom-events": "use-bind-event-listener",
76
77
  "design-tokens": [
77
- "color"
78
+ "color",
79
+ "spacing"
78
80
  ],
79
81
  "styling": [
80
82
  "emotion"