@atlaskit/tabs 13.3.13 → 13.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 +10 -0
- package/dist/cjs/components/tabs.js +2 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/tabs.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/tabs.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +11 -11
- package/report.api.md +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/tabs
|
|
2
2
|
|
|
3
|
+
## 13.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 13.3.13
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -17,11 +17,11 @@ var _context = require("../internal/context");
|
|
|
17
17
|
var _styles = require("../internal/styles");
|
|
18
18
|
var _utils = require("../internal/utils");
|
|
19
19
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
20
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
20
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** @jsx jsx */
|
|
21
21
|
var analyticsAttributes = {
|
|
22
22
|
componentName: 'tabs',
|
|
23
23
|
packageName: "@atlaskit/tabs",
|
|
24
|
-
packageVersion: "13.
|
|
24
|
+
packageVersion: "13.4.0"
|
|
25
25
|
};
|
|
26
26
|
var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
|
|
27
27
|
var tabPanel = _ref.tabPanel,
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
|
@@ -15,7 +15,7 @@ import { onMouseDownBlur } from '../internal/utils';
|
|
|
15
15
|
var analyticsAttributes = {
|
|
16
16
|
componentName: 'tabs',
|
|
17
17
|
packageName: "@atlaskit/tabs",
|
|
18
|
-
packageVersion: "13.
|
|
18
|
+
packageVersion: "13.4.0"
|
|
19
19
|
};
|
|
20
20
|
var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
|
|
21
21
|
var tabPanel = _ref.tabPanel,
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tabs",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.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/"
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@atlaskit/analytics-next": "^9.
|
|
27
|
-
"@atlaskit/codemod-utils": "^4.
|
|
28
|
-
"@atlaskit/ds-explorations": "^2.
|
|
29
|
-
"@atlaskit/theme": "^12.
|
|
30
|
-
"@atlaskit/tokens": "^1.
|
|
26
|
+
"@atlaskit/analytics-next": "^9.1.0",
|
|
27
|
+
"@atlaskit/codemod-utils": "^4.2.0",
|
|
28
|
+
"@atlaskit/ds-explorations": "^2.1.0",
|
|
29
|
+
"@atlaskit/theme": "^12.5.0",
|
|
30
|
+
"@atlaskit/tokens": "^1.3.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0",
|
|
32
32
|
"@emotion/react": "^11.7.1"
|
|
33
33
|
},
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"react": "^16.8.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@atlaskit/button": "^16.
|
|
38
|
+
"@atlaskit/button": "^16.7.0",
|
|
39
39
|
"@atlaskit/docs": "*",
|
|
40
|
-
"@atlaskit/ds-lib": "^2.
|
|
41
|
-
"@atlaskit/section-message": "^6.
|
|
42
|
-
"@atlaskit/spinner": "^15.
|
|
40
|
+
"@atlaskit/ds-lib": "^2.2.0",
|
|
41
|
+
"@atlaskit/section-message": "^6.4.0",
|
|
42
|
+
"@atlaskit/spinner": "^15.5.0",
|
|
43
43
|
"@atlaskit/ssr": "*",
|
|
44
|
-
"@atlaskit/tooltip": "^17.
|
|
44
|
+
"@atlaskit/tooltip": "^17.8.0",
|
|
45
45
|
"@atlaskit/visual-regression": "*",
|
|
46
46
|
"@atlaskit/webdriver-runner": "*",
|
|
47
47
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
package/report.api.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
### Table of contents
|
|
9
9
|
|
|
10
10
|
- [Main Entry Types](#main-entry-types)
|
|
11
|
+
- [Peer Dependencies](#peer-dependencies)
|
|
11
12
|
|
|
12
13
|
### Main Entry Types
|
|
13
14
|
|
|
@@ -121,3 +122,15 @@ export const useTabPanel: () => TabPanelAttributesType;
|
|
|
121
122
|
```
|
|
122
123
|
|
|
123
124
|
<!--SECTION END: Main Entry Types-->
|
|
125
|
+
|
|
126
|
+
### Peer Dependencies
|
|
127
|
+
|
|
128
|
+
<!--SECTION START: Peer Dependencies-->
|
|
129
|
+
|
|
130
|
+
```json
|
|
131
|
+
{
|
|
132
|
+
"react": "^16.8.0"
|
|
133
|
+
}
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
<!--SECTION END: Peer Dependencies-->
|