@atlaskit/lozenge 11.12.7 → 11.13.1

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/lozenge
2
2
 
3
+ ## 11.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.13.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
14
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
15
+ Update `React` from v16 to v18
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 11.12.7
4
22
 
5
23
  ### Patch Changes
@@ -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.0 */
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.0 */
2
2
  import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -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.0 */
2
2
  import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/lozenge",
3
- "version": "11.12.7",
3
+ "version": "11.13.1",
4
4
  "description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@atlaskit/codemod-utils": "^4.2.0",
42
- "@atlaskit/css": "^0.7.0",
43
- "@atlaskit/platform-feature-flags": "^0.3.0",
44
- "@atlaskit/primitives": "^13.3.0",
45
- "@atlaskit/theme": "^14.0.0",
46
- "@atlaskit/tokens": "^3.1.0",
42
+ "@atlaskit/css": "^0.8.0",
43
+ "@atlaskit/platform-feature-flags": "^1.0.0",
44
+ "@atlaskit/primitives": "^13.4.0",
45
+ "@atlaskit/theme": "^14.1.0",
46
+ "@atlaskit/tokens": "^3.3.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@compiled/react": "^0.18.1",
49
49
  "@emotion/react": "^11.7.1"
@@ -55,13 +55,13 @@
55
55
  "@af/accessibility-testing": "*",
56
56
  "@af/integration-testing": "*",
57
57
  "@af/visual-regression": "*",
58
- "@atlaskit/ds-lib": "^3.3.0",
59
- "@atlaskit/heading": "^4.0.0",
58
+ "@atlaskit/ds-lib": "^3.5.0",
59
+ "@atlaskit/heading": "^4.1.0",
60
60
  "@atlaskit/ssr": "*",
61
61
  "@atlaskit/visual-regression": "*",
62
- "@testing-library/react": "^12.1.5",
62
+ "@testing-library/react": "^13.4.0",
63
63
  "jscodeshift": "^0.13.0",
64
- "react-dom": "^16.8.0",
64
+ "react-dom": "^18.2.0",
65
65
  "typescript": "~5.4.2"
66
66
  },
67
67
  "techstack": {
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
-
3
- import Lozenge from '../src';
4
-
5
- export default () => <Lozenge isBold>Default bold</Lozenge>;