@atlaskit/icon-object 8.2.0 → 8.2.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 +6 -0
- package/compass.yml +10 -1
- package/package.json +16 -6
package/CHANGELOG.md
CHANGED
package/compass.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
configVersion: 1
|
|
2
2
|
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/dce97305-6f2c-47df-b200-8a0fe33e2995
|
|
3
3
|
name: '@atlaskit/icon-object'
|
|
4
|
-
ownerId: ari:cloud:
|
|
4
|
+
ownerId: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
|
|
5
5
|
labels:
|
|
6
6
|
- platform-code
|
|
7
7
|
- platform-afm
|
|
@@ -27,6 +27,9 @@ customFields:
|
|
|
27
27
|
- name: Technical Owner
|
|
28
28
|
type: user
|
|
29
29
|
value: ari:cloud:identity::user/557058:86a9b692-7997-49cb-9984-080801b1de91 # Jared Crowe
|
|
30
|
+
- name: Reviewer Team
|
|
31
|
+
type: text
|
|
32
|
+
value: ari:cloud:teams::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
|
|
30
33
|
- name: Required Reviewers Opt In
|
|
31
34
|
type: boolean
|
|
32
35
|
value: true
|
|
@@ -36,3 +39,9 @@ customFields:
|
|
|
36
39
|
- name: Required Reviewer Approvals
|
|
37
40
|
type: number
|
|
38
41
|
value: 1
|
|
42
|
+
- name: Trusted Committers
|
|
43
|
+
type: text
|
|
44
|
+
value: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
|
|
45
|
+
- name: Trusted Reviewer Teams
|
|
46
|
+
type: text
|
|
47
|
+
value: ari:cloud:teams::team/42f4416b-e028-4daa-b2a5-afe213ac75e1 # Design System Designers
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.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/"
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
"module": "dist/esm/index.js",
|
|
15
15
|
"module:es2019": "dist/es2019/index.js",
|
|
16
16
|
"types": "dist/types/index.d.ts",
|
|
17
|
-
"sideEffects": [
|
|
17
|
+
"sideEffects": [
|
|
18
|
+
"**/*.compiled.css"
|
|
19
|
+
],
|
|
18
20
|
"atlassian": {
|
|
19
21
|
"react-compiler": {
|
|
20
22
|
"enabled": true,
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
39
41
|
},
|
|
40
42
|
"dependencies": {
|
|
41
|
-
"@atlaskit/icon": "^
|
|
43
|
+
"@atlaskit/icon": "^37.0.0",
|
|
42
44
|
"@atlaskit/object": "^2.2.0",
|
|
43
45
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
44
46
|
"@atlaskit/tokens": "^15.5.0",
|
|
@@ -62,13 +64,21 @@
|
|
|
62
64
|
"react-dom": "^18.2.0",
|
|
63
65
|
"ts-node": "^10.9.1"
|
|
64
66
|
},
|
|
65
|
-
"keywords": [
|
|
67
|
+
"keywords": [
|
|
68
|
+
"atlaskit",
|
|
69
|
+
"ui"
|
|
70
|
+
],
|
|
66
71
|
"techstack": {
|
|
67
72
|
"@repo/internal": {
|
|
68
73
|
"design-system": "v1",
|
|
69
74
|
"dom-events": "use-bind-event-listener",
|
|
70
|
-
"design-tokens": [
|
|
71
|
-
|
|
75
|
+
"design-tokens": [
|
|
76
|
+
"color",
|
|
77
|
+
"spacing"
|
|
78
|
+
],
|
|
79
|
+
"styling": [
|
|
80
|
+
"compiled"
|
|
81
|
+
],
|
|
72
82
|
"deprecation": "no-deprecated-imports"
|
|
73
83
|
}
|
|
74
84
|
}
|