@atlaskit/icon-object 7.5.3 → 7.5.5

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,20 @@
1
1
  # @atlaskit/icon-object
2
2
 
3
+ ## 7.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.5.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
14
+ Enrol all Design System UI packages into the React Compiler with platform gating via
15
+ isReactCompilerActivePlatform.
16
+ - Updated dependencies
17
+
3
18
  ## 7.5.3
4
19
 
5
20
  ### Patch Changes
@@ -21,7 +21,7 @@ Object icons can be in:
21
21
 
22
22
  ## Anatomy
23
23
 
24
- ![Icon Object Anatomy](images/icon-object-anatomy.png)
24
+ ![Icon Object Anatomy](./images/icon-object-anatomy.png)
25
25
 
26
26
  ## Best practices
27
27
 
@@ -32,7 +32,7 @@ the object icon.
32
32
 
33
33
  ## Accessibility
34
34
 
35
- ![Icon Object with tooltip](images/icon-object-tooltip.png)
35
+ ![Icon Object with tooltip](./images/icon-object-tooltip.png)
36
36
 
37
37
  - Use object icons in combination with a title and meta-information, such as author, creation date,
38
38
  or sub-heading.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-object",
3
- "version": "7.5.3",
3
+ "version": "7.5.5",
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/"
@@ -26,6 +26,13 @@
26
26
  "**/*.compiled.css"
27
27
  ],
28
28
  "atlassian": {
29
+ "react-compiler": {
30
+ "enabled": true,
31
+ "gating": {
32
+ "source": "@atlassian/react-compiler-gating",
33
+ "importSpecifierName": "isReactCompilerActivePlatform"
34
+ }
35
+ },
29
36
  "team": "Design System Team",
30
37
  "website": {
31
38
  "name": "Icon object",
@@ -42,7 +49,7 @@
42
49
  "dependencies": {
43
50
  "@atlaskit/icon": "^34.0.0",
44
51
  "@atlaskit/object": "^1.0.0",
45
- "@atlaskit/tokens": "^11.4.0",
52
+ "@atlaskit/tokens": "^12.0.0",
46
53
  "@babel/runtime": "^7.0.0",
47
54
  "@compiled/react": "^0.20.0"
48
55
  },
@@ -54,9 +61,10 @@
54
61
  "@af/icon-build-process": "workspace:^",
55
62
  "@af/visual-regression": "workspace:^",
56
63
  "@atlaskit/css": "^0.19.0",
57
- "@atlaskit/textfield": "^8.2.0",
64
+ "@atlaskit/textfield": "^8.3.0",
58
65
  "@atlaskit/tooltip": "^21.1.0",
59
66
  "@atlassian/codegen": "^0.1.0",
67
+ "@atlassian/react-compiler-gating": "workspace:^",
60
68
  "fs-extra": "^4.0.2",
61
69
  "pkg-dir": "^4.2.0",
62
70
  "react-dom": "^18.2.0",