@atlaskit/icon-file-type 6.4.2 → 6.4.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,11 @@
1
1
  # @atlaskit/icon-file-type
2
2
 
3
+ ## 6.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`48e4a655534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e4a655534) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
8
+
3
9
  ## 6.4.2
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-file-type",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "description": "A file type icon is used to represent specific types of content used across Atlassian products.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,7 +25,7 @@
25
25
  "atlassian": {
26
26
  "team": "Media Experience",
27
27
  "inPublicMirror": true,
28
- "releaseModel": "scheduled",
28
+ "releaseModel": "continuous",
29
29
  "website": {
30
30
  "name": "Icon File Type"
31
31
  }
@@ -50,11 +50,11 @@
50
50
  "@atlaskit/button": "^16.7.0",
51
51
  "@atlaskit/docs": "*",
52
52
  "@atlaskit/media-test-helpers": "^33.0.0",
53
- "@atlaskit/modal-dialog": "^12.5.0",
53
+ "@atlaskit/modal-dialog": "^12.6.0",
54
54
  "@atlaskit/ssr": "*",
55
- "@atlaskit/textfield": "^5.4.0",
55
+ "@atlaskit/textfield": "^5.5.0",
56
56
  "@atlaskit/theme": "^12.5.0",
57
- "@atlaskit/tokens": "^1.4.0",
57
+ "@atlaskit/tokens": "^1.5.0",
58
58
  "@atlaskit/tooltip": "^17.8.0",
59
59
  "@atlaskit/visual-regression": "*",
60
60
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
@@ -73,7 +73,8 @@
73
73
  "techstack": {
74
74
  "@repo/internal": {
75
75
  "design-tokens": [
76
- "color"
76
+ "color",
77
+ "spacing"
77
78
  ]
78
79
  }
79
80
  },
@@ -0,0 +1,13 @@
1
+ ## API Report File for "@atlaskit/icon-file-type"
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
+ ```