@assaabloy/gw-group-nav-header
Advanced tools
Comparing version 0.0.2 to 1.0.0
@@ -21,2 +21,2 @@ MIT License | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
SOFTWARE. |
{ | ||
"name": "@assaabloy/gw-group-nav-header", | ||
"version": "0.0.2", | ||
"description": "Web component - Navigation", | ||
"version": "1.0.0", | ||
"description": "Web component - Header navigation", | ||
"type": "module", | ||
"main": "navigation.js", | ||
"module": "navigation.js", | ||
"main": "navHeader.js", | ||
"module": "navHeader.js", | ||
"repository": { | ||
@@ -14,6 +14,6 @@ "type": "git", | ||
"license": "MIT", | ||
"gitHead": "fa89b0e6f68b88f4348e2963919a9d07aba9d6a9", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "a788b6e8b74b2c426a634baffb797b409ff50c75" | ||
} |
![ASSA ABLOY](https://upload.wikimedia.org/wikipedia/commons/e/e8/Assa-Abloy-Logo.svg) | ||
<sup>Global web - web components</sup> | ||
# Navigation | ||
# Header with navigation and language switcher | ||
**Custom HTML element** | ||
```html | ||
<gw-group-nav-header content=""></gw-group-nav-header> | ||
<gw-group-nav-header headerData=""></nav-header> | ||
``` | ||
**Properties** | ||
| Name | Type | Description | | ||
| ------------- | --------- | ----------------------------- | | ||
| content | String | base64 encoded object | | ||
| Name | Type | Description | | ||
| ------------- | --------- | ----------------------------- | | ||
| headerData | Object | base64 encoded | | ||
**content** | ||
**headerData** | ||
```js | ||
{ | ||
"currentPage": { | ||
"name": "ASSA ABLOY Career" | ||
"navigationData": { | ||
"currentPage": { | ||
"name": "ASSA ABLOY Career" | ||
}, | ||
"menuItems": [ | ||
{ | ||
"label": "Open positions", | ||
"url": "#open-positions" | ||
}, | ||
{ | ||
"label": "Diversity & inclusion", | ||
"url": "#diversity-inclusion" | ||
}, | ||
{ | ||
"label": "Students", | ||
"url": "#students" | ||
}, | ||
{ | ||
"label": "Life at ASSA Abloy", | ||
"url": "#life-at-assa-abloy" | ||
}, | ||
{ | ||
"label": "Contact", | ||
"url": "#contact" | ||
} | ||
] | ||
}, | ||
"menuItems": [ | ||
{ | ||
"label": "Open positions", | ||
"url": "/#ppen-positions" | ||
}, | ||
{ | ||
"label": "Diversity & inclusion", | ||
"url": "/#diversit-inclusion" | ||
}, | ||
{ | ||
"label": "Students", | ||
"url": "/#students" | ||
}, | ||
{ | ||
"label": "Life at ASSA Abloy", | ||
"url": "/#life-at-assa-abloy" | ||
}, | ||
{ | ||
"label": "Contact", | ||
"url": "/#contact" | ||
} | ||
] | ||
"languageSwitcherData": { | ||
"currentLanguage": "English", | ||
"languages": [ | ||
{ | ||
"label": "English", | ||
"url": "#en" | ||
}, | ||
{ | ||
"label": "Swedish", | ||
"url": "#se" | ||
}, | ||
{ | ||
"label": "French", | ||
"url": "#fr" | ||
} | ||
] | ||
} | ||
} | ||
``` | ||
**Dependencies** \ | ||
@assaabloy/gw-group-vendor | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19104
1
66
2