@atlaskit/object 1.0.13 → 1.0.15

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/object
2
2
 
3
+ ## 1.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.0.14
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
  ## 1.0.13
4
19
 
5
20
  ### Patch Changes
@@ -8,6 +8,6 @@ import { ObjectExplorer } from '@af/design-system-docs-ui';
8
8
 
9
9
  Make a selection to view usage and import details.
10
10
 
11
- For usage examples, see the [Object component documentation](/components/object/).
11
+ For usage examples, see the [Object component documentation](/components/object).
12
12
 
13
13
  <ObjectExplorer />
@@ -10,6 +10,6 @@ import { ObjectTileExplorer } from '@af/design-system-docs-ui';
10
10
 
11
11
  Make a selection to view usage and import details.
12
12
 
13
- For usage examples, see the [Object Tile component documentation](/components/object/object-tile/).
13
+ For usage examples, see the [Object Tile component documentation](/components/object/object-tile).
14
14
 
15
15
  <ObjectTileExplorer />
package/package.json CHANGED
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "atlassian": {
3
+ "react-compiler": {
4
+ "enabled": true,
5
+ "gating": {
6
+ "source": "@atlassian/react-compiler-gating",
7
+ "importSpecifierName": "isReactCompilerActivePlatform"
8
+ }
9
+ },
3
10
  "team": "Design System Team",
4
11
  "website": {
5
12
  "name": "Object",
@@ -27,10 +34,10 @@
27
34
  "dependencies": {
28
35
  "@atlaskit/css": "^0.19.0",
29
36
  "@atlaskit/icon": "^34.0.0",
30
- "@atlaskit/icon-lab": "^6.2.0",
37
+ "@atlaskit/icon-lab": "^6.4.0",
31
38
  "@atlaskit/primitives": "^18.1.0",
32
39
  "@atlaskit/tile": "^1.0.0",
33
- "@atlaskit/tokens": "^11.4.0",
40
+ "@atlaskit/tokens": "^12.0.0",
34
41
  "@babel/runtime": "^7.0.0",
35
42
  "@compiled/react": "^0.20.0",
36
43
  "tiny-invariant": "^1.2.0"
@@ -42,9 +49,10 @@
42
49
  "@af/accessibility-testing": "workspace:^",
43
50
  "@af/formatting": "workspace:^",
44
51
  "@af/visual-regression": "workspace:^",
45
- "@atlaskit/ds-lib": "^6.0.0",
52
+ "@atlaskit/ds-lib": "^7.0.0",
46
53
  "@atlaskit/ssr": "workspace:^",
47
54
  "@atlassian/codegen": "^0.1.0",
55
+ "@atlassian/react-compiler-gating": "workspace:^",
48
56
  "@atlassian/structured-docs-types": "workspace:^",
49
57
  "@atlassian/testing-library": "^0.5.0",
50
58
  "fs-extra": "^4.0.2",
@@ -91,7 +99,7 @@
91
99
  }
92
100
  },
93
101
  "name": "@atlaskit/object",
94
- "version": "1.0.13",
102
+ "version": "1.0.15",
95
103
  "description": "An object is an icon that represents an Atlassian-specific content type.",
96
104
  "author": "Atlassian Pty Ltd",
97
105
  "license": "Apache-2.0",