@atlaskit/tabs 18.2.4 → 18.2.5

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,13 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 18.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a60a82196851a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a60a82196851a) -
8
+ Internal refactors to remove unused variables. No functional or public changes.
9
+ - Updated dependencies
10
+
3
11
  ## 18.2.4
4
12
 
5
13
  ### Patch Changes
@@ -24,7 +24,7 @@ var tabsStyles = null;
24
24
  var analyticsAttributes = {
25
25
  componentName: 'tabs',
26
26
  packageName: "@atlaskit/tabs",
27
- packageVersion: "18.2.3"
27
+ packageVersion: "18.2.4"
28
28
  };
29
29
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
30
30
  var tabPanel = _ref.tabPanel,
@@ -10,7 +10,7 @@ const tabsStyles = null;
10
10
  const analyticsAttributes = {
11
11
  componentName: 'tabs',
12
12
  packageName: "@atlaskit/tabs",
13
- packageVersion: "18.2.3"
13
+ packageVersion: "18.2.4"
14
14
  };
15
15
  const getTabPanelWithContext = ({
16
16
  tabPanel,
@@ -15,7 +15,7 @@ var tabsStyles = null;
15
15
  var analyticsAttributes = {
16
16
  componentName: 'tabs',
17
17
  packageName: "@atlaskit/tabs",
18
- packageVersion: "18.2.3"
18
+ packageVersion: "18.2.4"
19
19
  };
20
20
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
21
21
  var tabPanel = _ref.tabPanel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "18.2.4",
3
+ "version": "18.2.5",
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/"
@@ -33,10 +33,9 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
- "@atlaskit/focus-ring": "^3.0.0",
37
- "@atlaskit/primitives": "^16.1.0",
36
+ "@atlaskit/primitives": "^16.4.0",
38
37
  "@atlaskit/theme": "^21.0.0",
39
- "@atlaskit/tokens": "^8.0.0",
38
+ "@atlaskit/tokens": "^8.4.0",
40
39
  "@babel/runtime": "^7.0.0",
41
40
  "@compiled/react": "^0.18.6"
42
41
  },
@@ -48,14 +47,13 @@
48
47
  "@af/integration-testing": "workspace:^",
49
48
  "@af/visual-regression": "workspace:^",
50
49
  "@atlaskit/button": "^23.6.0",
51
- "@atlaskit/css": "^0.15.0",
50
+ "@atlaskit/css": "^0.17.0",
52
51
  "@atlaskit/docs": "^11.2.0",
53
- "@atlaskit/ds-lib": "^5.2.0",
52
+ "@atlaskit/ds-lib": "^5.3.0",
54
53
  "@atlaskit/link": "^3.2.0",
55
54
  "@atlaskit/section-message": "^8.9.0",
56
55
  "@atlaskit/spinner": "^19.0.0",
57
- "@atlaskit/ssr": "workspace:^",
58
- "@atlaskit/tooltip": "^20.8.0",
56
+ "@atlaskit/tooltip": "^20.11.0",
59
57
  "@atlaskit/visually-hidden": "^3.0.0",
60
58
  "@atlassian/ssr-tests": "workspace:^",
61
59
  "@testing-library/react": "^13.4.0",