@phila/phila-ui-breadcrumbs 0.2.1 → 0.2.2
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 +11 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Breadcrumbs Component
|
|
2
2
|
|
|
3
|
+
<!-- status-badge-start -->
|
|
4
|
+
|
|
5
|
+
### Component Status
|
|
6
|
+
|
|
7
|
+
| Component | Status |
|
|
8
|
+
| -------------- | ----------------------------------------------------------- |
|
|
9
|
+
| BreadcrumbLink |  |
|
|
10
|
+
| Breadcrumbs |  |
|
|
11
|
+
|
|
12
|
+
<!-- status-badge-end -->
|
|
13
|
+
|
|
3
14
|
A responsive breadcrumb navigation component for Phila UI built with Vue 3 and TypeScript. Features automatic mobile optimization and accessibility support.
|
|
4
15
|
|
|
5
16
|
## Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/phila-ui-breadcrumbs",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A breadcrumb component for Phila UI",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"vue": "^3.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@phila/phila-ui-core": "2.3.
|
|
33
|
-
"@phila/phila-ui-link": "1.0.
|
|
32
|
+
"@phila/phila-ui-core": "2.3.2",
|
|
33
|
+
"@phila/phila-ui-link": "1.0.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|