@atlaskit/rovo-agent-components 1.16.0 → 1.17.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 1.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 1.16.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 1.16.0
4
22
 
5
23
  ### Minor Changes
@@ -23,6 +23,7 @@ var conversationStarterPillStyles = (0, _primitives.xcss)({
23
23
  borderBottomRightRadius: "var(--ds-border-radius-050, 2px)",
24
24
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
25
25
  fontWeight: "var(--ds-font-weight-medium, 500)",
26
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
26
27
  lineHeight: '16px',
27
28
  textOverflow: 'ellipsis',
28
29
  whiteSpace: 'nowrap',
@@ -43,6 +44,7 @@ var buttonStyles = (0, _primitives.xcss)({
43
44
  borderBottomRightRadius: "var(--ds-border-radius-050, 2px)",
44
45
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
45
46
  fontWeight: "var(--ds-font-weight-medium, 500)",
47
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
46
48
  lineHeight: '16px',
47
49
  textOverflow: 'ellipsis',
48
50
  whiteSpace: 'nowrap',
@@ -13,6 +13,7 @@ const conversationStarterPillStyles = xcss({
13
13
  borderBottomRightRadius: "var(--ds-border-radius-050, 2px)",
14
14
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
15
15
  fontWeight: "var(--ds-font-weight-medium, 500)",
16
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
16
17
  lineHeight: '16px',
17
18
  textOverflow: 'ellipsis',
18
19
  whiteSpace: 'nowrap',
@@ -33,6 +34,7 @@ const buttonStyles = xcss({
33
34
  borderBottomRightRadius: "var(--ds-border-radius-050, 2px)",
34
35
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
35
36
  fontWeight: "var(--ds-font-weight-medium, 500)",
37
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
36
38
  lineHeight: '16px',
37
39
  textOverflow: 'ellipsis',
38
40
  whiteSpace: 'nowrap',
@@ -16,6 +16,7 @@ var conversationStarterPillStyles = xcss({
16
16
  borderBottomRightRadius: "var(--ds-border-radius-050, 2px)",
17
17
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
18
18
  fontWeight: "var(--ds-font-weight-medium, 500)",
19
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
19
20
  lineHeight: '16px',
20
21
  textOverflow: 'ellipsis',
21
22
  whiteSpace: 'nowrap',
@@ -36,6 +37,7 @@ var buttonStyles = xcss({
36
37
  borderBottomRightRadius: "var(--ds-border-radius-050, 2px)",
37
38
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
38
39
  fontWeight: "var(--ds-font-weight-medium, 500)",
40
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
39
41
  lineHeight: '16px',
40
42
  textOverflow: 'ellipsis',
41
43
  whiteSpace: 'nowrap',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,19 +36,19 @@
36
36
  ".": "./src/index.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/analytics-next": "10.2.1",
40
- "@atlaskit/avatar": "^21.17.0",
41
- "@atlaskit/button": "^20.3.0",
42
- "@atlaskit/dropdown-menu": "^12.23.0",
43
- "@atlaskit/heading": "^4.0.0",
44
- "@atlaskit/icon": "^23.1.0",
45
- "@atlaskit/legacy-custom-icons": "^0.20.0",
46
- "@atlaskit/logo": "^15.1.0",
39
+ "@atlaskit/analytics-next": "10.3.0",
40
+ "@atlaskit/avatar": "^21.18.0",
41
+ "@atlaskit/button": "^20.4.0",
42
+ "@atlaskit/dropdown-menu": "^12.26.0",
43
+ "@atlaskit/heading": "^4.1.0",
44
+ "@atlaskit/icon": "^23.5.0",
45
+ "@atlaskit/legacy-custom-icons": "^0.21.0",
46
+ "@atlaskit/logo": "^15.2.0",
47
47
  "@atlaskit/platform-feature-flags": "^0.3.0",
48
- "@atlaskit/primitives": "^13.3.0",
49
- "@atlaskit/skeleton": "^1.0.0",
50
- "@atlaskit/tokens": "^2.5.0",
51
- "@atlaskit/tooltip": "^19.0.0",
48
+ "@atlaskit/primitives": "^13.4.0",
49
+ "@atlaskit/skeleton": "^1.1.0",
50
+ "@atlaskit/tokens": "^3.3.0",
51
+ "@atlaskit/tooltip": "^19.1.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "react-intl-next": "npm:react-intl@^5.18.1",
54
54
  "react-magnetic-di": "^3.1.4"
@@ -61,11 +61,11 @@
61
61
  "@af/visual-regression": "*",
62
62
  "@atlaskit/ssr": "*",
63
63
  "@atlaskit/visual-regression": "*",
64
- "@atlassian/feature-flags-test-utils": "^0.2.0",
65
- "@testing-library/react": "^12.1.5",
64
+ "@atlassian/feature-flags-test-utils": "^0.3.0",
65
+ "@testing-library/react": "^13.4.0",
66
66
  "@testing-library/react-hooks": "^8.0.1",
67
67
  "@testing-library/user-event": "^14.4.3",
68
- "react-dom": "^16.8.0",
68
+ "react-dom": "^18.2.0",
69
69
  "typescript": "~5.4.2",
70
70
  "wait-for-expect": "^1.2.0"
71
71
  },