@atlaskit/tabs 16.3.1 → 16.4.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,27 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 16.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 16.3.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 16.3.1
4
26
 
5
27
  ### Patch Changes
@@ -32,7 +32,7 @@ var tabsStyles = (0, _styles.getTabsStyles)();
32
32
  var analyticsAttributes = {
33
33
  componentName: 'tabs',
34
34
  packageName: "@atlaskit/tabs",
35
- packageVersion: "16.3.1"
35
+ packageVersion: "16.4.0"
36
36
  };
37
37
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
38
38
  var tabPanel = _ref.tabPanel,
@@ -23,7 +23,7 @@ const tabsStyles = getTabsStyles();
23
23
  const analyticsAttributes = {
24
24
  componentName: 'tabs',
25
25
  packageName: "@atlaskit/tabs",
26
- packageVersion: "16.3.1"
26
+ packageVersion: "16.4.0"
27
27
  };
28
28
  const getTabPanelWithContext = ({
29
29
  tabPanel,
@@ -28,7 +28,7 @@ var tabsStyles = getTabsStyles();
28
28
  var analyticsAttributes = {
29
29
  componentName: 'tabs',
30
30
  packageName: "@atlaskit/tabs",
31
- packageVersion: "16.3.1"
31
+ packageVersion: "16.4.0"
32
32
  };
33
33
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
34
34
  var tabPanel = _ref.tabPanel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "16.3.1",
3
+ "version": "16.4.0",
4
4
  "description": "Tabs are used to organize content by grouping similar information on the same page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,26 +35,26 @@
35
35
  "runReact18": true
36
36
  },
37
37
  "dependencies": {
38
- "@atlaskit/analytics-next": "^10.0.0",
38
+ "@atlaskit/analytics-next": "^10.1.0",
39
39
  "@atlaskit/codemod-utils": "^4.2.0",
40
- "@atlaskit/focus-ring": "^1.5.0",
40
+ "@atlaskit/focus-ring": "^1.6.0",
41
41
  "@atlaskit/platform-feature-flags": "^0.3.0",
42
- "@atlaskit/primitives": "^11.1.0",
43
- "@atlaskit/theme": "^12.11.0",
44
- "@atlaskit/tokens": "^1.57.0",
42
+ "@atlaskit/primitives": "^12.0.0",
43
+ "@atlaskit/theme": "^12.12.0",
44
+ "@atlaskit/tokens": "^1.58.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1"
47
47
  },
48
48
  "peerDependencies": {
49
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
49
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@af/accessibility-testing": "*",
53
53
  "@af/integration-testing": "*",
54
54
  "@af/visual-regression": "*",
55
- "@atlaskit/ds-lib": "^2.3.0",
55
+ "@atlaskit/ds-lib": "^2.4.0",
56
56
  "@atlaskit/ssr": "*",
57
- "@atlaskit/tooltip": "^18.5.0",
57
+ "@atlaskit/tooltip": "^18.7.0",
58
58
  "@atlaskit/visual-regression": "*",
59
59
  "@testing-library/react": "^12.1.5",
60
60
  "jscodeshift": "^0.13.0",