@atlaskit/icon-object 6.3.2 → 6.3.4
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 +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +7 -12
- package/tmp/api-report-tmp.d.ts +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/icon-object
|
|
2
2
|
|
|
3
|
+
## 6.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8a5ce2c105e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5ce2c105e) - This package is now onboarded onto the product push model.Th
|
|
8
|
+
|
|
9
|
+
## 6.3.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`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.
|
|
14
|
+
|
|
3
15
|
## 6.3.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.4",
|
|
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/"
|
|
@@ -25,7 +25,10 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"atlassian": {
|
|
27
27
|
"team": "Design System Team",
|
|
28
|
-
"
|
|
28
|
+
"productPushConsumption": [
|
|
29
|
+
"jira"
|
|
30
|
+
],
|
|
31
|
+
"releaseModel": "continuous",
|
|
29
32
|
"website": {
|
|
30
33
|
"name": "Icon object",
|
|
31
34
|
"category": "Components"
|
|
@@ -48,15 +51,6 @@
|
|
|
48
51
|
},
|
|
49
52
|
"devDependencies": {
|
|
50
53
|
"@af/icon-build-process": "^0.3.0",
|
|
51
|
-
"@af/icon-explorer": "^0.0.24",
|
|
52
|
-
"@atlaskit/button": "^16.7.0",
|
|
53
|
-
"@atlaskit/docs": "*",
|
|
54
|
-
"@atlaskit/modal-dialog": "^12.5.0",
|
|
55
|
-
"@atlaskit/section-message": "^6.4.0",
|
|
56
|
-
"@atlaskit/ssr": "*",
|
|
57
|
-
"@atlaskit/textfield": "^5.4.0",
|
|
58
|
-
"@atlaskit/theme": "^12.5.0",
|
|
59
|
-
"@atlaskit/tooltip": "^17.8.0",
|
|
60
54
|
"@atlaskit/visual-regression": "*",
|
|
61
55
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
62
56
|
"@emotion/styled": "^11.0.0",
|
|
@@ -74,7 +68,8 @@
|
|
|
74
68
|
"design-system": "v1",
|
|
75
69
|
"dom-events": "use-bind-event-listener",
|
|
76
70
|
"design-tokens": [
|
|
77
|
-
"color"
|
|
71
|
+
"color",
|
|
72
|
+
"spacing"
|
|
78
73
|
],
|
|
79
74
|
"styling": [
|
|
80
75
|
"emotion"
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
```
|