@atlaskit/icon-object 8.1.0 → 8.2.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/compass.yml +38 -0
  3. package/package.json +9 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 8.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2f56c78f969b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f56c78f969b8) -
8
+ Update i18n NPM package versions for teamwork-graph (Group 16)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 8.1.1
15
+
16
+ ### Patch Changes
17
+
18
+ - [`2712bee5409a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2712bee5409a5) -
19
+ Adding deprecation status to package.json
20
+
3
21
  ## 8.1.0
4
22
 
5
23
  ### Minor Changes
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.1.0",
3
+ "version": "8.2.0",
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,9 +14,7 @@
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,
@@ -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.1.0",
43
- "@atlaskit/object": "^2.1.0",
41
+ "@atlaskit/icon": "^36.2.0",
42
+ "@atlaskit/object": "^2.2.0",
44
43
  "@atlaskit/react-compiler-gating": "^0.2.0",
45
- "@atlaskit/tokens": "^15.1.0",
44
+ "@atlaskit/tokens": "^15.5.0",
46
45
  "@babel/runtime": "^7.0.0",
47
46
  "@compiled/react": "^0.20.0"
48
47
  },
@@ -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
- "color",
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
  }