@atlaskit/tabs 18.3.4 → 18.3.5
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
package/dist/types/hooks.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const useTab: () => import(
|
|
2
|
-
export declare const useTabList: () => import(
|
|
3
|
-
export declare const useTabPanel: () => import(
|
|
1
|
+
export declare const useTab: () => import('./types').TabAttributesType;
|
|
2
|
+
export declare const useTabList: () => import('./types').TabListAttributesType;
|
|
3
|
+
export declare const useTabPanel: () => import('./types').TabPanelAttributesType;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { type TabAttributesType, type TabListAttributesType, type TabPanelAttributesType } from '../types';
|
|
2
|
-
export declare const TabContext: import(
|
|
3
|
-
export declare const TabListContext: import(
|
|
4
|
-
export declare const TabPanelContext: import(
|
|
2
|
+
export declare const TabContext: import('react').Context<TabAttributesType | null>;
|
|
3
|
+
export declare const TabListContext: import('react').Context<TabListAttributesType | null>;
|
|
4
|
+
export declare const TabPanelContext: import('react').Context<TabPanelAttributesType | null>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const useTab: () => import(
|
|
2
|
-
export declare const useTabList: () => import(
|
|
3
|
-
export declare const useTabPanel: () => import(
|
|
1
|
+
export declare const useTab: () => import('./types').TabAttributesType;
|
|
2
|
+
export declare const useTabList: () => import('./types').TabListAttributesType;
|
|
3
|
+
export declare const useTabPanel: () => import('./types').TabPanelAttributesType;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { type TabAttributesType, type TabListAttributesType, type TabPanelAttributesType } from '../types';
|
|
2
|
-
export declare const TabContext: import(
|
|
3
|
-
export declare const TabListContext: import(
|
|
4
|
-
export declare const TabPanelContext: import(
|
|
2
|
+
export declare const TabContext: import('react').Context<TabAttributesType | null>;
|
|
3
|
+
export declare const TabListContext: import('react').Context<TabListAttributesType | null>;
|
|
4
|
+
export declare const TabPanelContext: import('react').Context<TabPanelAttributesType | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tabs",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.5",
|
|
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,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
36
36
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
37
37
|
"@atlaskit/primitives": "^18.0.0",
|
|
38
|
-
"@atlaskit/theme": "^
|
|
38
|
+
"@atlaskit/theme": "^22.0.0",
|
|
39
39
|
"@atlaskit/tokens": "^11.0.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@compiled/react": "^0.18.6"
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@af/integration-testing": "workspace:^",
|
|
49
49
|
"@af/suppress-react-warnings": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/button": "^23.
|
|
51
|
+
"@atlaskit/button": "^23.10.0",
|
|
52
52
|
"@atlaskit/css": "^0.19.0",
|
|
53
|
-
"@atlaskit/docs": "^11.
|
|
53
|
+
"@atlaskit/docs": "^11.5.0",
|
|
54
54
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
55
55
|
"@atlaskit/link": "^3.3.0",
|
|
56
56
|
"@atlaskit/section-message": "^8.12.0",
|