@atlaskit/tabs 18.2.0 → 18.2.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,11 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 18.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.2.0
4
10
 
5
11
  ### Minor Changes
@@ -33,7 +33,7 @@ var Tab = /*#__PURE__*/(0, _react.forwardRef)(function Tab(_ref, ref) {
33
33
  tabIndex = _useTab.tabIndex;
34
34
  return (
35
35
  /*#__PURE__*/
36
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
36
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
37
37
  _react.default.createElement(_compiled.Focusable, {
38
38
  as: "div",
39
39
  isInset: true,
@@ -24,7 +24,7 @@ var tabsStyles = null;
24
24
  var analyticsAttributes = {
25
25
  componentName: 'tabs',
26
26
  packageName: "@atlaskit/tabs",
27
- packageVersion: "18.1.12"
27
+ packageVersion: "0.0.0-development"
28
28
  };
29
29
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
30
30
  var tabPanel = _ref.tabPanel,
@@ -27,7 +27,7 @@ const Tab = /*#__PURE__*/forwardRef(function Tab({
27
27
  } = useTab();
28
28
  return (
29
29
  /*#__PURE__*/
30
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
30
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
31
31
  React.createElement(Focusable, {
32
32
  as: "div",
33
33
  isInset: true,
@@ -10,7 +10,7 @@ const tabsStyles = null;
10
10
  const analyticsAttributes = {
11
11
  componentName: 'tabs',
12
12
  packageName: "@atlaskit/tabs",
13
- packageVersion: "18.1.12"
13
+ packageVersion: "0.0.0-development"
14
14
  };
15
15
  const getTabPanelWithContext = ({
16
16
  tabPanel,
@@ -25,7 +25,7 @@ var Tab = /*#__PURE__*/forwardRef(function Tab(_ref, ref) {
25
25
  tabIndex = _useTab.tabIndex;
26
26
  return (
27
27
  /*#__PURE__*/
28
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
28
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
29
29
  React.createElement(Focusable, {
30
30
  as: "div",
31
31
  isInset: true,
@@ -15,7 +15,7 @@ var tabsStyles = null;
15
15
  var analyticsAttributes = {
16
16
  componentName: 'tabs',
17
17
  packageName: "@atlaskit/tabs",
18
- packageVersion: "18.1.12"
18
+ packageVersion: "0.0.0-development"
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.0",
3
+ "version": "18.2.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/"
@@ -34,9 +34,9 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
36
  "@atlaskit/focus-ring": "^3.0.0",
37
- "@atlaskit/primitives": "^14.15.0",
37
+ "@atlaskit/primitives": "^15.0.0",
38
38
  "@atlaskit/theme": "^21.0.0",
39
- "@atlaskit/tokens": "^6.4.0",
39
+ "@atlaskit/tokens": "^6.5.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.18.3"
42
42
  },
@@ -47,8 +47,8 @@
47
47
  "@af/accessibility-testing": "workspace:^",
48
48
  "@af/integration-testing": "workspace:^",
49
49
  "@af/visual-regression": "workspace:^",
50
- "@atlaskit/button": "^23.4.0",
51
- "@atlaskit/css": "^0.14.0",
50
+ "@atlaskit/button": "^23.5.0",
51
+ "@atlaskit/css": "^0.15.0",
52
52
  "@atlaskit/docs": "^11.1.0",
53
53
  "@atlaskit/ds-lib": "^5.1.0",
54
54
  "@atlaskit/link": "^3.2.0",