@atlaskit/css 0.7.5 → 0.9.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,25 @@
1
1
  # @atlaskit/css
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#116138](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116138)
8
+ [`b50c5d5d65ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b50c5d5d65ae2) -
9
+ Bump to the latest version of @compiled/react
10
+
11
+ ## 0.8.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
16
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
17
+ Update `React` from v16 to v18
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 0.7.5
4
24
 
5
25
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { createStrictAPI } from '@compiled/react';
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.35.0 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { createStrictAPI } from '@compiled/react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/css",
3
- "version": "0.7.5",
3
+ "version": "0.9.0",
4
4
  "description": "Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -48,23 +48,23 @@
48
48
  "./test-utils": "./src/test-utils/index.tsx"
49
49
  },
50
50
  "dependencies": {
51
- "@atlaskit/tokens": "^3.2.0",
51
+ "@atlaskit/tokens": "^3.3.0",
52
52
  "@babel/runtime": "^7.0.0",
53
- "@compiled/react": "^0.18.1"
53
+ "@compiled/react": "^0.18.2"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@af/visual-regression": "*",
60
- "@atlaskit/button": "^20.3.10",
61
- "@atlaskit/ds-lib": "^3.3.0",
62
- "@atlaskit/primitives": "^13.3.8",
60
+ "@atlaskit/button": "^20.5.0",
61
+ "@atlaskit/ds-lib": "^3.5.0",
62
+ "@atlaskit/primitives": "^13.6.0",
63
63
  "@emotion/react": "^11.7.1",
64
- "@testing-library/react": "^12.1.5",
64
+ "@testing-library/react": "^13.4.0",
65
65
  "@types/jscodeshift": "^0.11.0",
66
66
  "jscodeshift": "^0.13.0",
67
- "react-dom": "^16.8.0",
67
+ "react-dom": "^18.2.0",
68
68
  "typescript": "~5.4.2"
69
69
  },
70
70
  "techstack": {