@atlaskit/tabs 18.1.5 → 18.1.7

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,18 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 18.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.1.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [`4f9c3d070e96f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f9c3d070e96f) -
14
+ Add support for tab-based Atlaskit documentation
15
+
3
16
  ## 18.1.5
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 indivudal Tab displayed in a TabList.
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.4"
27
+ packageVersion: "18.1.6"
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 indivudal Tab displayed in a TabList.
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)
@@ -10,7 +10,7 @@ const tabsStyles = null;
10
10
  const analyticsAttributes = {
11
11
  componentName: 'tabs',
12
12
  packageName: "@atlaskit/tabs",
13
- packageVersion: "18.1.4"
13
+ packageVersion: "18.1.6"
14
14
  };
15
15
  const getTabPanelWithContext = ({
16
16
  tabPanel,
@@ -4,7 +4,7 @@ import { useTab } from '../hooks';
4
4
  /**
5
5
  * __Tab__
6
6
  *
7
- * Tab represents an indivudal Tab displayed in a TabList.
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.4"
18
+ packageVersion: "18.1.6"
19
19
  };
20
20
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
21
21
  var tabPanel = _ref.tabPanel,
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TabListProps } from '../types';
3
2
  /**
4
3
  * __TabList__
@@ -3,7 +3,7 @@ import { type TabProps } from '../types';
3
3
  /**
4
4
  * __Tab__
5
5
  *
6
- * Tab represents an indivudal Tab displayed in a TabList.
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)
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TabsProps } from '../types';
3
2
  /**
4
3
  * __Tabs__
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TabAttributesType, type TabListAttributesType, type TabPanelAttributesType } from '../types';
3
2
  export declare const TabContext: import("react").Context<TabAttributesType | null>;
4
3
  export declare const TabListContext: import("react").Context<TabListAttributesType | null>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TabListProps } from '../types';
3
2
  /**
4
3
  * __TabList__
@@ -3,7 +3,7 @@ import { type TabProps } from '../types';
3
3
  /**
4
4
  * __Tab__
5
5
  *
6
- * Tab represents an indivudal Tab displayed in a TabList.
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)
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TabsProps } from '../types';
3
2
  /**
4
3
  * __Tabs__
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TabAttributesType, type TabListAttributesType, type TabPanelAttributesType } from '../types';
3
2
  export declare const TabContext: import("react").Context<TabAttributesType | null>;
4
3
  export declare const TabListContext: import("react").Context<TabListAttributesType | null>;
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/hooks.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/hooks.d.ts"
14
14
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "18.1.5",
3
+ "version": "18.1.7",
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.11.0",
39
- "@atlaskit/theme": "^19.0.0",
40
- "@atlaskit/tokens": "^6.0.0",
38
+ "@atlaskit/primitives": "^14.12.0",
39
+ "@atlaskit/theme": "^20.0.0",
40
+ "@atlaskit/tokens": "^6.1.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@compiled/react": "^0.18.3"
43
43
  },
@@ -48,23 +48,22 @@
48
48
  "@af/accessibility-testing": "workspace:^",
49
49
  "@af/integration-testing": "workspace:^",
50
50
  "@af/visual-regression": "workspace:^",
51
- "@atlaskit/button": "^23.3.0",
51
+ "@atlaskit/button": "^23.4.0",
52
52
  "@atlaskit/css": "^0.12.0",
53
53
  "@atlaskit/docs": "^11.0.0",
54
54
  "@atlaskit/ds-lib": "^5.0.0",
55
55
  "@atlaskit/link": "^3.2.0",
56
- "@atlaskit/section-message": "^8.5.0",
56
+ "@atlaskit/section-message": "^8.6.0",
57
57
  "@atlaskit/spinner": "^19.0.0",
58
58
  "@atlaskit/ssr": "workspace:^",
59
59
  "@atlaskit/tooltip": "^20.4.0",
60
60
  "@atlaskit/visually-hidden": "^3.0.0",
61
- "@atlassian/ssr-tests": "^0.2.0",
61
+ "@atlassian/ssr-tests": "^0.3.0",
62
62
  "@testing-library/react": "^13.4.0",
63
63
  "@testing-library/user-event": "^14.4.3",
64
64
  "react-dom": "^18.2.0",
65
65
  "react-lorem-component": "^0.13.0",
66
- "storybook-addon-performance": "^0.17.3",
67
- "typescript": "~5.4.2"
66
+ "storybook-addon-performance": "^0.17.3"
68
67
  },
69
68
  "techstack": {
70
69
  "@atlassian/frontend": {
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/types.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/types.d.ts"
14
14
  ]