@zendeskgarden/react-tabs 9.2.0 → 9.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/dist/esm/styled/StyledTab.js +1 -1
- package/dist/esm/styled/StyledTabList.js +1 -1
- package/dist/esm/styled/StyledTabPanel.js +1 -1
- package/dist/esm/styled/StyledTabs.js +1 -1
- package/dist/index.cjs.js +4 -4
- package/dist/typings/styled/StyledTab.d.ts +3 -5
- package/dist/typings/styled/StyledTabList.d.ts +3 -5
- package/dist/typings/styled/StyledTabPanel.d.ts +3 -5
- package/dist/typings/styled/StyledTabs.d.ts +3 -1
- package/package.json +4 -4
|
@@ -35,7 +35,7 @@ const sizeStyles = _ref2 => {
|
|
|
35
35
|
};
|
|
36
36
|
const StyledTabList = styled.div.attrs({
|
|
37
37
|
'data-garden-id': COMPONENT_ID,
|
|
38
|
-
'data-garden-version': '9.
|
|
38
|
+
'data-garden-version': '9.4.0'
|
|
39
39
|
}).withConfig({
|
|
40
40
|
displayName: "StyledTabList",
|
|
41
41
|
componentId: "sc-wa5aaj-0"
|
|
@@ -18,7 +18,7 @@ const sizeStyles = _ref => {
|
|
|
18
18
|
};
|
|
19
19
|
const StyledTabPanel = styled.div.attrs({
|
|
20
20
|
'data-garden-id': COMPONENT_ID,
|
|
21
|
-
'data-garden-version': '9.
|
|
21
|
+
'data-garden-version': '9.4.0'
|
|
22
22
|
}).withConfig({
|
|
23
23
|
displayName: "StyledTabPanel",
|
|
24
24
|
componentId: "sc-7lhrmp-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'tabs.tabs';
|
|
11
11
|
const StyledTabs = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledTabs",
|
|
16
16
|
componentId: "sc-1qaor65-0"
|
package/dist/index.cjs.js
CHANGED
|
@@ -73,7 +73,7 @@ const sizeStyles$2 = _ref2 => {
|
|
|
73
73
|
};
|
|
74
74
|
const StyledTab = styled__default.default.div.attrs({
|
|
75
75
|
'data-garden-id': COMPONENT_ID$3,
|
|
76
|
-
'data-garden-version': '9.
|
|
76
|
+
'data-garden-version': '9.4.0'
|
|
77
77
|
}).withConfig({
|
|
78
78
|
displayName: "StyledTab",
|
|
79
79
|
componentId: "sc-x2pbow-0"
|
|
@@ -112,7 +112,7 @@ const sizeStyles$1 = _ref2 => {
|
|
|
112
112
|
};
|
|
113
113
|
const StyledTabList = styled__default.default.div.attrs({
|
|
114
114
|
'data-garden-id': COMPONENT_ID$2,
|
|
115
|
-
'data-garden-version': '9.
|
|
115
|
+
'data-garden-version': '9.4.0'
|
|
116
116
|
}).withConfig({
|
|
117
117
|
displayName: "StyledTabList",
|
|
118
118
|
componentId: "sc-wa5aaj-0"
|
|
@@ -129,7 +129,7 @@ const sizeStyles = _ref => {
|
|
|
129
129
|
};
|
|
130
130
|
const StyledTabPanel = styled__default.default.div.attrs({
|
|
131
131
|
'data-garden-id': COMPONENT_ID$1,
|
|
132
|
-
'data-garden-version': '9.
|
|
132
|
+
'data-garden-version': '9.4.0'
|
|
133
133
|
}).withConfig({
|
|
134
134
|
displayName: "StyledTabPanel",
|
|
135
135
|
componentId: "sc-7lhrmp-0"
|
|
@@ -138,7 +138,7 @@ const StyledTabPanel = styled__default.default.div.attrs({
|
|
|
138
138
|
const COMPONENT_ID = 'tabs.tabs';
|
|
139
139
|
const StyledTabs = styled__default.default.div.attrs({
|
|
140
140
|
'data-garden-id': COMPONENT_ID,
|
|
141
|
-
'data-garden-version': '9.
|
|
141
|
+
'data-garden-version': '9.4.0'
|
|
142
142
|
}).withConfig({
|
|
143
143
|
displayName: "StyledTabs",
|
|
144
144
|
componentId: "sc-1qaor65-0"
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledTabProps {
|
|
9
8
|
$isSelected?: boolean;
|
|
10
9
|
$isVertical?: boolean;
|
|
11
10
|
}
|
|
12
|
-
export declare const StyledTab: import("styled-components").
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} & IStyledTabProps, "data-garden-id" | "data-garden-version">;
|
|
11
|
+
export declare const StyledTab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
+
}>, never>, IStyledTabProps>> & string;
|
|
16
14
|
export {};
|
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledTabListProps {
|
|
9
8
|
$isVertical?: boolean;
|
|
10
9
|
}
|
|
11
|
-
export declare const StyledTabList: import("styled-components").
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} & IStyledTabListProps, "data-garden-id" | "data-garden-version">;
|
|
10
|
+
export declare const StyledTabList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}>, never>, IStyledTabListProps>> & string;
|
|
15
13
|
export {};
|
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledTabPanelProps {
|
|
9
8
|
$isVertical?: boolean;
|
|
10
9
|
}
|
|
11
|
-
export declare const StyledTabPanel: import("styled-components").
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} & IStyledTabPanelProps, "data-garden-id" | "data-garden-version">;
|
|
10
|
+
export declare const StyledTabPanel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}>, never>, IStyledTabPanelProps>> & string;
|
|
15
13
|
export {};
|
|
@@ -10,5 +10,7 @@ interface IStyledTabsProps {
|
|
|
10
10
|
/**
|
|
11
11
|
* Accepts all `<div>` props
|
|
12
12
|
*/
|
|
13
|
-
export declare const StyledTabs: import("styled-components").
|
|
13
|
+
export declare const StyledTabs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
14
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
15
|
+
}>, IStyledTabsProps>, IStyledTabsProps>> & string;
|
|
14
16
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-tabs",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.0",
|
|
4
4
|
"description": "Components and render prop containers relating to the Garden Design System.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Zendesk Garden <garden@zendesk.com>",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@zendeskgarden/react-theming": ">=9.0.0",
|
|
32
32
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
33
33
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
34
|
-
"styled-components": "^5.3.1"
|
|
34
|
+
"styled-components": "^5.3.1 || ^6.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@zendeskgarden/react-theming": "^9.
|
|
37
|
+
"@zendeskgarden/react-theming": "^9.4.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"components",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"zendeskgarden:src": "src/index.ts",
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "02e3f240b6f0c776fdae785254d6fe90cbfc37e4"
|
|
50
50
|
}
|