@atlaskit/tabs 18.3.3 → 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
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 18.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.3.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.3.3
4
16
 
5
17
  ### Patch Changes
@@ -24,7 +24,7 @@ var tabsStyles = null;
24
24
  var analyticsAttributes = {
25
25
  componentName: 'tabs',
26
26
  packageName: "@atlaskit/tabs",
27
- packageVersion: "18.3.2"
27
+ packageVersion: "0.0.0-development"
28
28
  };
29
29
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
30
30
  var tabPanel = _ref.tabPanel,
@@ -10,7 +10,7 @@ const tabsStyles = null;
10
10
  const analyticsAttributes = {
11
11
  componentName: 'tabs',
12
12
  packageName: "@atlaskit/tabs",
13
- packageVersion: "18.3.2"
13
+ packageVersion: "0.0.0-development"
14
14
  };
15
15
  const getTabPanelWithContext = ({
16
16
  tabPanel,
@@ -15,7 +15,7 @@ var tabsStyles = null;
15
15
  var analyticsAttributes = {
16
16
  componentName: 'tabs',
17
17
  packageName: "@atlaskit/tabs",
18
- packageVersion: "18.3.2"
18
+ packageVersion: "0.0.0-development"
19
19
  };
20
20
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
21
21
  var tabPanel = _ref.tabPanel,
@@ -1,3 +1,3 @@
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
+ 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("react").Context<TabAttributesType | null>;
3
- export declare const TabListContext: import("react").Context<TabListAttributesType | null>;
4
- export declare const TabPanelContext: import("react").Context<TabPanelAttributesType | null>;
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("./types").TabAttributesType;
2
- export declare const useTabList: () => import("./types").TabListAttributesType;
3
- export declare const useTabPanel: () => import("./types").TabPanelAttributesType;
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("react").Context<TabAttributesType | null>;
3
- export declare const TabListContext: import("react").Context<TabListAttributesType | null>;
4
- export declare const TabPanelContext: import("react").Context<TabPanelAttributesType | null>;
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",
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/"
@@ -34,9 +34,9 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
- "@atlaskit/primitives": "^17.1.0",
38
- "@atlaskit/theme": "^21.0.0",
39
- "@atlaskit/tokens": "^10.0.0",
37
+ "@atlaskit/primitives": "^18.0.0",
38
+ "@atlaskit/theme": "^22.0.0",
39
+ "@atlaskit/tokens": "^11.0.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.18.6"
42
42
  },
@@ -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.9.0",
51
+ "@atlaskit/button": "^23.10.0",
52
52
  "@atlaskit/css": "^0.19.0",
53
- "@atlaskit/docs": "^11.3.0",
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",