@atlaskit/tabs 16.3.2 → 16.4.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,27 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 16.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
14
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
15
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
16
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
17
+
18
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
19
+ dependency range for `react` and `react-dom` for `/platform` packages.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 16.3.2
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.2"
35
+ packageVersion: "16.4.1"
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.2"
26
+ packageVersion: "16.4.1"
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.2"
31
+ packageVersion: "16.4.1"
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.2",
3
+ "version": "16.4.1",
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
42
  "@atlaskit/primitives": "^12.0.0",
43
- "@atlaskit/theme": "^12.11.0",
44
- "@atlaskit/tokens": "^1.57.0",
43
+ "@atlaskit/theme": "^13.0.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.6.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",