@zendeskgarden/react-tabs 8.76.4 → 8.76.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.
|
@@ -29,7 +29,7 @@ const sizeStyles = _ref2 => {
|
|
|
29
29
|
};
|
|
30
30
|
const StyledTabList = styled.div.attrs({
|
|
31
31
|
'data-garden-id': COMPONENT_ID,
|
|
32
|
-
'data-garden-version': '8.76.
|
|
32
|
+
'data-garden-version': '8.76.6'
|
|
33
33
|
}).withConfig({
|
|
34
34
|
displayName: "StyledTabList",
|
|
35
35
|
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': '8.76.
|
|
21
|
+
'data-garden-version': '8.76.6'
|
|
22
22
|
}).withConfig({
|
|
23
23
|
displayName: "StyledTabPanel",
|
|
24
24
|
componentId: "sc-7lhrmp-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
|
|
|
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': '8.76.
|
|
13
|
+
'data-garden-version': '8.76.6'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledTabs",
|
|
16
16
|
componentId: "sc-1qaor65-0"
|
package/dist/index.cjs.js
CHANGED
|
@@ -64,7 +64,7 @@ const sizeStyles$2 = _ref2 => {
|
|
|
64
64
|
};
|
|
65
65
|
const StyledTab = styled__default.default.div.attrs({
|
|
66
66
|
'data-garden-id': COMPONENT_ID$3,
|
|
67
|
-
'data-garden-version': '8.76.
|
|
67
|
+
'data-garden-version': '8.76.6'
|
|
68
68
|
}).withConfig({
|
|
69
69
|
displayName: "StyledTab",
|
|
70
70
|
componentId: "sc-x2pbow-0"
|
|
@@ -100,7 +100,7 @@ const sizeStyles$1 = _ref2 => {
|
|
|
100
100
|
};
|
|
101
101
|
const StyledTabList = styled__default.default.div.attrs({
|
|
102
102
|
'data-garden-id': COMPONENT_ID$2,
|
|
103
|
-
'data-garden-version': '8.76.
|
|
103
|
+
'data-garden-version': '8.76.6'
|
|
104
104
|
}).withConfig({
|
|
105
105
|
displayName: "StyledTabList",
|
|
106
106
|
componentId: "sc-wa5aaj-0"
|
|
@@ -120,7 +120,7 @@ const sizeStyles = _ref => {
|
|
|
120
120
|
};
|
|
121
121
|
const StyledTabPanel = styled__default.default.div.attrs({
|
|
122
122
|
'data-garden-id': COMPONENT_ID$1,
|
|
123
|
-
'data-garden-version': '8.76.
|
|
123
|
+
'data-garden-version': '8.76.6'
|
|
124
124
|
}).withConfig({
|
|
125
125
|
displayName: "StyledTabPanel",
|
|
126
126
|
componentId: "sc-7lhrmp-0"
|
|
@@ -132,7 +132,7 @@ StyledTabPanel.defaultProps = {
|
|
|
132
132
|
const COMPONENT_ID = 'tabs.tabs';
|
|
133
133
|
const StyledTabs = styled__default.default.div.attrs({
|
|
134
134
|
'data-garden-id': COMPONENT_ID,
|
|
135
|
-
'data-garden-version': '8.76.
|
|
135
|
+
'data-garden-version': '8.76.6'
|
|
136
136
|
}).withConfig({
|
|
137
137
|
displayName: "StyledTabs",
|
|
138
138
|
componentId: "sc-1qaor65-0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-tabs",
|
|
3
|
-
"version": "8.76.
|
|
3
|
+
"version": "8.76.6",
|
|
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>",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"styled-components": "^4.2.0 || ^5.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@zendeskgarden/react-theming": "^8.76.
|
|
37
|
+
"@zendeskgarden/react-theming": "^8.76.6"
|
|
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": "c35c05a5325656b760dc74623c2d42bca8bdaf74"
|
|
50
50
|
}
|