@zendeskgarden/react-breadcrumbs 9.0.0-next.5 → 9.0.0-next.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.
package/dist/index.cjs.js
CHANGED
|
@@ -39,7 +39,7 @@ var styled__default = /*#__PURE__*/_interopDefault(styled);
|
|
|
39
39
|
const COMPONENT_ID$1 = 'breadcrumbs.list';
|
|
40
40
|
const StyledBreadcrumb = styled__default.default.ol.attrs({
|
|
41
41
|
'data-garden-id': COMPONENT_ID$1,
|
|
42
|
-
'data-garden-version': '9.0.0-next.
|
|
42
|
+
'data-garden-version': '9.0.0-next.6'
|
|
43
43
|
}).withConfig({
|
|
44
44
|
displayName: "StyledBreadcrumb",
|
|
45
45
|
componentId: "sc-11jrinn-0"
|
|
@@ -64,14 +64,14 @@ var SvgChevronRightStroke = function SvgChevronRightStroke(props) {
|
|
|
64
64
|
})));
|
|
65
65
|
};
|
|
66
66
|
|
|
67
|
-
const
|
|
68
|
-
|
|
67
|
+
const StyledChevronIcon = styled__default.default(_ref => {
|
|
68
|
+
let {
|
|
69
|
+
children,
|
|
69
70
|
theme,
|
|
70
|
-
...
|
|
71
|
-
} =
|
|
72
|
-
return React__namespace.default.createElement(SvgChevronRightStroke,
|
|
73
|
-
}
|
|
74
|
-
const StyledChevronIcon = styled__default.default(ValidChevronIcon).attrs({
|
|
71
|
+
...props
|
|
72
|
+
} = _ref;
|
|
73
|
+
return React__namespace.default.createElement(SvgChevronRightStroke, props);
|
|
74
|
+
}).attrs({
|
|
75
75
|
role: 'presentation',
|
|
76
76
|
'aria-hidden': 'true'
|
|
77
77
|
}).withConfig({
|
|
@@ -100,7 +100,7 @@ const linkStyles = _ref => {
|
|
|
100
100
|
};
|
|
101
101
|
const StyledBreadcrumbItem = styled__default.default.li.attrs({
|
|
102
102
|
'data-garden-id': COMPONENT_ID,
|
|
103
|
-
'data-garden-version': '9.0.0-next.
|
|
103
|
+
'data-garden-version': '9.0.0-next.6'
|
|
104
104
|
}).withConfig({
|
|
105
105
|
displayName: "StyledBreadcrumbItem",
|
|
106
106
|
componentId: "sc-r0suq7-0"
|
package/dist/index.esm.js
CHANGED
|
@@ -15,7 +15,7 @@ import { em } from 'polished';
|
|
|
15
15
|
const COMPONENT_ID$1 = 'breadcrumbs.list';
|
|
16
16
|
const StyledBreadcrumb = styled.ol.attrs({
|
|
17
17
|
'data-garden-id': COMPONENT_ID$1,
|
|
18
|
-
'data-garden-version': '9.0.0-next.
|
|
18
|
+
'data-garden-version': '9.0.0-next.6'
|
|
19
19
|
}).withConfig({
|
|
20
20
|
displayName: "StyledBreadcrumb",
|
|
21
21
|
componentId: "sc-11jrinn-0"
|
|
@@ -40,14 +40,14 @@ var SvgChevronRightStroke = function SvgChevronRightStroke(props) {
|
|
|
40
40
|
})));
|
|
41
41
|
};
|
|
42
42
|
|
|
43
|
-
const
|
|
44
|
-
|
|
43
|
+
const StyledChevronIcon = styled(_ref => {
|
|
44
|
+
let {
|
|
45
|
+
children,
|
|
45
46
|
theme,
|
|
46
|
-
...
|
|
47
|
-
} =
|
|
48
|
-
return React__default.createElement(SvgChevronRightStroke,
|
|
49
|
-
}
|
|
50
|
-
const StyledChevronIcon = styled(ValidChevronIcon).attrs({
|
|
47
|
+
...props
|
|
48
|
+
} = _ref;
|
|
49
|
+
return React__default.createElement(SvgChevronRightStroke, props);
|
|
50
|
+
}).attrs({
|
|
51
51
|
role: 'presentation',
|
|
52
52
|
'aria-hidden': 'true'
|
|
53
53
|
}).withConfig({
|
|
@@ -76,7 +76,7 @@ const linkStyles = _ref => {
|
|
|
76
76
|
};
|
|
77
77
|
const StyledBreadcrumbItem = styled.li.attrs({
|
|
78
78
|
'data-garden-id': COMPONENT_ID,
|
|
79
|
-
'data-garden-version': '9.0.0-next.
|
|
79
|
+
'data-garden-version': '9.0.0-next.6'
|
|
80
80
|
}).withConfig({
|
|
81
81
|
displayName: "StyledBreadcrumbItem",
|
|
82
82
|
componentId: "sc-r0suq7-0"
|
|
@@ -5,11 +5,10 @@
|
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import { ThemeProps, DefaultTheme } from 'styled-components';
|
|
9
8
|
/**
|
|
10
9
|
* Accepts all `<svg>` props
|
|
11
10
|
*/
|
|
12
|
-
export declare const StyledChevronIcon: import("styled-components").StyledComponent<React.
|
|
13
|
-
role:
|
|
14
|
-
'aria-hidden':
|
|
11
|
+
export declare const StyledChevronIcon: import("styled-components").StyledComponent<({ children, theme, ...props }: any) => React.JSX.Element, import("styled-components").DefaultTheme, {
|
|
12
|
+
role: string;
|
|
13
|
+
'aria-hidden': string;
|
|
15
14
|
}, "role" | "aria-hidden">;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-breadcrumbs",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.6",
|
|
4
4
|
"description": "Components relating to breadcrumbs in the Garden Design System",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Zendesk Garden <garden@zendesk.com>",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"styled-components": "^5.3.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@zendeskgarden/react-theming": "^9.0.0-next.
|
|
35
|
+
"@zendeskgarden/react-theming": "^9.0.0-next.6",
|
|
36
36
|
"@zendeskgarden/svg-icons": "7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
47
|
"zendeskgarden:src": "src/index.ts",
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "45c56ad1c73af40afba8e5415f529a2c9601c83f"
|
|
49
49
|
}
|