@atlaskit/icon-object 8.0.1 → 8.1.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 +26 -1
- package/afm-cc/tsconfig.json +2 -2
- package/afm-products/tsconfig.json +2 -2
- package/compass.yml +38 -0
- package/package.json +13 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,36 @@
|
|
|
1
1
|
# @atlaskit/icon-object
|
|
2
2
|
|
|
3
|
+
## 8.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2712bee5409a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2712bee5409a5) -
|
|
8
|
+
Adding deprecation status to package.json
|
|
9
|
+
|
|
10
|
+
## 8.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
15
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
16
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
17
|
+
|
|
18
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
19
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
20
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
21
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
22
|
+
corrected dependency.
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
|
|
3
28
|
## 8.0.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
6
31
|
|
|
7
32
|
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
8
|
-
Add @
|
|
33
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
9
34
|
gating.
|
|
10
35
|
- Updated dependencies
|
|
11
36
|
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"path": "../../object/afm-cc/tsconfig.json"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"path": "
|
|
32
|
+
"path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"path": "
|
|
35
|
+
"path": "../../tokens/afm-cc/tsconfig.json"
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
}
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"path": "../../object/afm-products/tsconfig.json"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
"path": "
|
|
32
|
+
"path": "../../../react-compiler/react-compiler-gating/afm-products/tsconfig.json"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"path": "
|
|
35
|
+
"path": "../../tokens/afm-products/tsconfig.json"
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
}
|
package/compass.yml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
configVersion: 1
|
|
2
|
+
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/dce97305-6f2c-47df-b200-8a0fe33e2995
|
|
3
|
+
name: '@atlaskit/icon-object'
|
|
4
|
+
ownerId: ari:cloud:identity::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
|
|
5
|
+
labels:
|
|
6
|
+
- platform-code
|
|
7
|
+
- platform-afm
|
|
8
|
+
typeId: OTHER
|
|
9
|
+
fields:
|
|
10
|
+
tier: 4
|
|
11
|
+
lifecycle: Active
|
|
12
|
+
isMonorepoProject: true
|
|
13
|
+
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
|
+
- name: Slack Channel
|
|
18
|
+
type: CHAT_CHANNEL
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/CFJ9DU39U # #help-design-system
|
|
20
|
+
- name: Icon Object
|
|
21
|
+
type: REPOSITORY
|
|
22
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/design-system/icon-object
|
|
23
|
+
customFields:
|
|
24
|
+
- name: Department
|
|
25
|
+
type: text
|
|
26
|
+
value: Eng - Design System Fundamentals
|
|
27
|
+
- name: Technical Owner
|
|
28
|
+
type: user
|
|
29
|
+
value: ari:cloud:identity::user/557058:86a9b692-7997-49cb-9984-080801b1de91 # Jared Crowe
|
|
30
|
+
- name: Required Reviewers Opt In
|
|
31
|
+
type: boolean
|
|
32
|
+
value: true
|
|
33
|
+
- name: Reviewer Selection Mechanism
|
|
34
|
+
type: text
|
|
35
|
+
value: random(3)
|
|
36
|
+
- name: Required Reviewer Approvals
|
|
37
|
+
type: number
|
|
38
|
+
value: 1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.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,14 +14,12 @@
|
|
|
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": [
|
|
18
|
-
"**/*.compiled.css"
|
|
19
|
-
],
|
|
17
|
+
"sideEffects": ["**/*.compiled.css"],
|
|
20
18
|
"atlassian": {
|
|
21
19
|
"react-compiler": {
|
|
22
20
|
"enabled": true,
|
|
23
21
|
"gating": {
|
|
24
|
-
"source": "@
|
|
22
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
25
23
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
26
24
|
}
|
|
27
25
|
},
|
|
@@ -29,6 +27,7 @@
|
|
|
29
27
|
"website": {
|
|
30
28
|
"name": "Icon object",
|
|
31
29
|
"category": "Images and icons",
|
|
30
|
+
"deprecated": "This package is deprecated. Use [object](https://atlassian.design/components/object/examples) instead.",
|
|
32
31
|
"status": {
|
|
33
32
|
"type": "deprecated",
|
|
34
33
|
"description": "This package is deprecated.\n\nUse [object](https://atlassian.design/components/object/examples) instead."
|
|
@@ -39,10 +38,10 @@
|
|
|
39
38
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
40
39
|
},
|
|
41
40
|
"dependencies": {
|
|
42
|
-
"@atlaskit/icon": "^36.
|
|
43
|
-
"@atlaskit/object": "^2.
|
|
44
|
-
"@atlaskit/
|
|
45
|
-
"@
|
|
41
|
+
"@atlaskit/icon": "^36.2.0",
|
|
42
|
+
"@atlaskit/object": "^2.1.0",
|
|
43
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
44
|
+
"@atlaskit/tokens": "^15.4.0",
|
|
46
45
|
"@babel/runtime": "^7.0.0",
|
|
47
46
|
"@compiled/react": "^0.20.0"
|
|
48
47
|
},
|
|
@@ -54,8 +53,8 @@
|
|
|
54
53
|
"@af/icon-build-process": "workspace:^",
|
|
55
54
|
"@af/visual-regression": "workspace:^",
|
|
56
55
|
"@atlaskit/css": "^1.0.0",
|
|
57
|
-
"@atlaskit/textfield": "^9.
|
|
58
|
-
"@atlaskit/tooltip": "^23.
|
|
56
|
+
"@atlaskit/textfield": "^9.1.0",
|
|
57
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
59
58
|
"@atlassian/codegen": "^0.2.0",
|
|
60
59
|
"fs-extra": "^4.0.2",
|
|
61
60
|
"pkg-dir": "^4.2.0",
|
|
@@ -63,21 +62,13 @@
|
|
|
63
62
|
"react-dom": "^18.2.0",
|
|
64
63
|
"ts-node": "^10.9.1"
|
|
65
64
|
},
|
|
66
|
-
"keywords": [
|
|
67
|
-
"atlaskit",
|
|
68
|
-
"ui"
|
|
69
|
-
],
|
|
65
|
+
"keywords": ["atlaskit", "ui"],
|
|
70
66
|
"techstack": {
|
|
71
67
|
"@repo/internal": {
|
|
72
68
|
"design-system": "v1",
|
|
73
69
|
"dom-events": "use-bind-event-listener",
|
|
74
|
-
"design-tokens": [
|
|
75
|
-
|
|
76
|
-
"spacing"
|
|
77
|
-
],
|
|
78
|
-
"styling": [
|
|
79
|
-
"compiled"
|
|
80
|
-
],
|
|
70
|
+
"design-tokens": ["color", "spacing"],
|
|
71
|
+
"styling": ["compiled"],
|
|
81
72
|
"deprecation": "no-deprecated-imports"
|
|
82
73
|
}
|
|
83
74
|
}
|