@access-ci/ui 0.5.0-beta3 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,9 +24,11 @@ The library includes functions for rendering common ACCESS user interface compon
24
24
  - `universalMenus`: Universal navigation menus
25
25
  - `header`: Logo header
26
26
  - `siteMenus`: Site-specific navigation menus
27
+ - `breadcrumbs`: Breadcrumb navigation
27
28
  - `tableOfContents`: Page table of contents
28
29
  - `footerMenus`: Site-specific navigation menus above the footer
29
30
  - `footer`: Universal footer
31
+ - `resourceCatalog`: ACCESS resource catalog
30
32
 
31
33
  ## Example
32
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@access-ci/ui",
3
- "version": "0.5.0-beta3",
3
+ "version": "0.5.0",
4
4
  "description": "User interface components for ACCESS CI",
5
5
  "repository": "github:access-ci-org/access-ci-ui",
6
6
  "license": "Apache-2.0",