@atlaskit/tabs 17.2.2 → 17.2.4
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 +12 -0
- package/dist/cjs/components/tab-list.js +1 -1
- package/dist/cjs/components/tabs.js +2 -2
- package/dist/es2019/components/tab-list.js +1 -1
- package/dist/es2019/components/tabs.js +2 -2
- package/dist/esm/components/tab-list.js +1 -1
- package/dist/esm/components/tabs.js +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* tabs.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* tabs.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -25,7 +25,7 @@ var tabsStyles = null;
|
|
|
25
25
|
var analyticsAttributes = {
|
|
26
26
|
componentName: 'tabs',
|
|
27
27
|
packageName: "@atlaskit/tabs",
|
|
28
|
-
packageVersion: "17.2.
|
|
28
|
+
packageVersion: "17.2.4"
|
|
29
29
|
};
|
|
30
30
|
var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
|
|
31
31
|
var tabPanel = _ref.tabPanel,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* tabs.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* tabs.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import "./tabs.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -10,7 +10,7 @@ const tabsStyles = null;
|
|
|
10
10
|
const analyticsAttributes = {
|
|
11
11
|
componentName: 'tabs',
|
|
12
12
|
packageName: "@atlaskit/tabs",
|
|
13
|
-
packageVersion: "17.2.
|
|
13
|
+
packageVersion: "17.2.4"
|
|
14
14
|
};
|
|
15
15
|
const getTabPanelWithContext = ({
|
|
16
16
|
tabPanel,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* tabs.tsx generated by @compiled/babel-plugin v0.36.
|
|
1
|
+
/* tabs.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _toArray from "@babel/runtime/helpers/toArray";
|
|
4
4
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
@@ -15,7 +15,7 @@ var tabsStyles = null;
|
|
|
15
15
|
var analyticsAttributes = {
|
|
16
16
|
componentName: 'tabs',
|
|
17
17
|
packageName: "@atlaskit/tabs",
|
|
18
|
-
packageVersion: "17.2.
|
|
18
|
+
packageVersion: "17.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": "17.2.
|
|
3
|
+
"version": "17.2.4",
|
|
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/"
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
38
38
|
"@atlaskit/css": "^0.8.0",
|
|
39
39
|
"@atlaskit/focus-ring": "^2.1.0",
|
|
40
|
-
"@atlaskit/platform-feature-flags": "^1.
|
|
41
|
-
"@atlaskit/primitives": "^13.
|
|
42
|
-
"@atlaskit/theme": "^
|
|
40
|
+
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
42
|
+
"@atlaskit/theme": "^16.0.0",
|
|
43
43
|
"@atlaskit/tokens": "^3.3.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.18.1"
|