@clayui/breadcrumb 3.47.0 → 3.52.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/README.md +19 -0
- package/package.json +4 -4
- package/README.mdx +0 -12
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# `@clayui/breadcrumb`
|
|
2
|
+
|
|
3
|
+
Breadcrumb is a secondary navigation pattern that identifies the page position inside a hierarchy.
|
|
4
|
+
|
|
5
|
+
- [Documentation](https://clayui.com/docs/components/breadcrumb.html)
|
|
6
|
+
- [Changelog](./CHANGELOG.md)
|
|
7
|
+
- [Breaking change schedule](./BREAKING.md)
|
|
8
|
+
|
|
9
|
+
## Install
|
|
10
|
+
|
|
11
|
+
Run `yarn`
|
|
12
|
+
|
|
13
|
+
```shell
|
|
14
|
+
yarn add @clayui/breadcrumb
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Contribute
|
|
18
|
+
|
|
19
|
+
We'd love to get contributions from you! Please, check our [Contributing Guidelines](https://github.com/liferay/clay/blob/master/CONTRIBUTING.md) to see how you can help us improve.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clayui/breadcrumb",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.52.0",
|
|
4
4
|
"description": "ClayBreadcrumb component",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"repository": "https://github.com/liferay/clay",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@clayui/button": "^3.40.0",
|
|
30
|
-
"@clayui/drop-down": "^3.
|
|
30
|
+
"@clayui/drop-down": "^3.52.0",
|
|
31
31
|
"@clayui/icon": "^3.40.0",
|
|
32
32
|
"@clayui/link": "^3.45.0",
|
|
33
|
-
"@clayui/shared": "^3.
|
|
33
|
+
"@clayui/shared": "^3.52.0",
|
|
34
34
|
"classnames": "^2.2.6",
|
|
35
35
|
"warning": "^4.0.3"
|
|
36
36
|
},
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"browserslist": [
|
|
43
43
|
"extends browserslist-config-clay"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "eb7c98d6c746294376f10554c68cc48c30d8bd0e"
|
|
46
46
|
}
|
package/README.mdx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: 'Breadcrumb'
|
|
3
|
-
description: 'Breadcrumb is a secondary navigation pattern that identifies the page position inside a hierarchy.'
|
|
4
|
-
lexiconDefinition: 'https://liferay.design/lexicon/core-components/navigation/breadcrumb/'
|
|
5
|
-
packageNpm: '@clayui/breadcrumb'
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
import {Breadcrumb} from '$packages/clay-breadcrumb/docs/index';
|
|
9
|
-
|
|
10
|
-
Breadcrumbs are a navigation aid for your site, use them when you need to provide a quick way to jump back to previously viewed pages or sections.
|
|
11
|
-
|
|
12
|
-
<Breadcrumb />
|