@atlaskit/tabs 18.1.4 → 18.1.6
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 +13 -0
- package/dist/cjs/components/tab.js +1 -1
- package/dist/cjs/components/tabs.js +1 -1
- package/dist/es2019/components/tab.js +1 -1
- package/dist/es2019/components/tabs.js +1 -1
- package/dist/esm/components/tab.js +1 -1
- package/dist/esm/components/tabs.js +1 -1
- package/dist/types/components/tab.d.ts +1 -1
- package/dist/types-ts4.5/components/tab.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/tabs
|
|
2
2
|
|
|
3
|
+
## 18.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4f9c3d070e96f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f9c3d070e96f) -
|
|
8
|
+
Add support for tab-based Atlaskit documentation
|
|
9
|
+
|
|
10
|
+
## 18.1.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 18.1.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -12,7 +12,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
12
12
|
/**
|
|
13
13
|
* __Tab__
|
|
14
14
|
*
|
|
15
|
-
* Tab represents an
|
|
15
|
+
* Tab represents an individual Tab displayed in a TabList.
|
|
16
16
|
*
|
|
17
17
|
* - [Examples](https://atlassian.design/components/tabs/examples)
|
|
18
18
|
* - [Code](https://atlassian.design/components/tabs/code)
|
|
@@ -24,7 +24,7 @@ var tabsStyles = null;
|
|
|
24
24
|
var analyticsAttributes = {
|
|
25
25
|
componentName: 'tabs',
|
|
26
26
|
packageName: "@atlaskit/tabs",
|
|
27
|
-
packageVersion: "18.1.
|
|
27
|
+
packageVersion: "18.1.5"
|
|
28
28
|
};
|
|
29
29
|
var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
|
|
30
30
|
var tabPanel = _ref.tabPanel,
|
|
@@ -4,7 +4,7 @@ import { useTab } from '../hooks';
|
|
|
4
4
|
/**
|
|
5
5
|
* __Tab__
|
|
6
6
|
*
|
|
7
|
-
* Tab represents an
|
|
7
|
+
* Tab represents an individual Tab displayed in a TabList.
|
|
8
8
|
*
|
|
9
9
|
* - [Examples](https://atlassian.design/components/tabs/examples)
|
|
10
10
|
* - [Code](https://atlassian.design/components/tabs/code)
|
|
@@ -4,7 +4,7 @@ import { useTab } from '../hooks';
|
|
|
4
4
|
/**
|
|
5
5
|
* __Tab__
|
|
6
6
|
*
|
|
7
|
-
* Tab represents an
|
|
7
|
+
* Tab represents an individual Tab displayed in a TabList.
|
|
8
8
|
*
|
|
9
9
|
* - [Examples](https://atlassian.design/components/tabs/examples)
|
|
10
10
|
* - [Code](https://atlassian.design/components/tabs/code)
|
|
@@ -15,7 +15,7 @@ var tabsStyles = null;
|
|
|
15
15
|
var analyticsAttributes = {
|
|
16
16
|
componentName: 'tabs',
|
|
17
17
|
packageName: "@atlaskit/tabs",
|
|
18
|
-
packageVersion: "18.1.
|
|
18
|
+
packageVersion: "18.1.5"
|
|
19
19
|
};
|
|
20
20
|
var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
|
|
21
21
|
var tabPanel = _ref.tabPanel,
|
|
@@ -3,7 +3,7 @@ import { type TabProps } from '../types';
|
|
|
3
3
|
/**
|
|
4
4
|
* __Tab__
|
|
5
5
|
*
|
|
6
|
-
* Tab represents an
|
|
6
|
+
* Tab represents an individual Tab displayed in a TabList.
|
|
7
7
|
*
|
|
8
8
|
* - [Examples](https://atlassian.design/components/tabs/examples)
|
|
9
9
|
* - [Code](https://atlassian.design/components/tabs/code)
|
|
@@ -3,7 +3,7 @@ import { type TabProps } from '../types';
|
|
|
3
3
|
/**
|
|
4
4
|
* __Tab__
|
|
5
5
|
*
|
|
6
|
-
* Tab represents an
|
|
6
|
+
* Tab represents an individual Tab displayed in a TabList.
|
|
7
7
|
*
|
|
8
8
|
* - [Examples](https://atlassian.design/components/tabs/examples)
|
|
9
9
|
* - [Code](https://atlassian.design/components/tabs/code)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tabs",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.6",
|
|
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,9 +35,9 @@
|
|
|
35
35
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
36
36
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/primitives": "^14.
|
|
38
|
+
"@atlaskit/primitives": "^14.11.0",
|
|
39
39
|
"@atlaskit/theme": "^19.0.0",
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/tokens": "^6.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@compiled/react": "^0.18.3"
|
|
43
43
|
},
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"@af/accessibility-testing": "workspace:^",
|
|
49
49
|
"@af/integration-testing": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/button": "^23.
|
|
51
|
+
"@atlaskit/button": "^23.3.0",
|
|
52
52
|
"@atlaskit/css": "^0.12.0",
|
|
53
53
|
"@atlaskit/docs": "^11.0.0",
|
|
54
|
-
"@atlaskit/ds-lib": "^
|
|
54
|
+
"@atlaskit/ds-lib": "^5.0.0",
|
|
55
55
|
"@atlaskit/link": "^3.2.0",
|
|
56
|
-
"@atlaskit/section-message": "^8.
|
|
57
|
-
"@atlaskit/spinner": "^
|
|
56
|
+
"@atlaskit/section-message": "^8.5.0",
|
|
57
|
+
"@atlaskit/spinner": "^19.0.0",
|
|
58
58
|
"@atlaskit/ssr": "workspace:^",
|
|
59
|
-
"@atlaskit/tooltip": "^20.
|
|
59
|
+
"@atlaskit/tooltip": "^20.4.0",
|
|
60
60
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
61
61
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
62
62
|
"@testing-library/react": "^13.4.0",
|