@nice-digital/nds-horizontal-nav 1.1.9-alpha.0 → 1.1.12

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.
@@ -20,7 +20,7 @@ require("./../scss/horizontal-nav.scss");
20
20
  var _excluded = ["className", "children"],
21
21
  _excluded2 = ["title", "isCurrent", "destination", "elementType", "children", "className", "method"];
22
22
 
23
- var _jsxFileName = "/Users/warren/Web/nice-design-system/components/nds-horizontal-nav/src/HorizontalNav.js",
23
+ var _jsxFileName = "C:\\_dev\\nice-design-system\\components\\nds-horizontal-nav\\src\\HorizontalNav.js",
24
24
  _this = void 0;
25
25
 
26
26
  var HorizontalNav = function HorizontalNav(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-digital/nds-horizontal-nav",
3
- "version": "1.1.9-alpha.0",
3
+ "version": "1.1.12",
4
4
  "description": "Horizontal navigation component for the NICE Design System",
5
5
  "keywords": [
6
6
  "navigation"
@@ -34,7 +34,7 @@
34
34
  "url": "https://github.com/nice-digital/nice-design-system/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@nice-digital/nds-core": "^1.2.9-alpha.0",
37
+ "@nice-digital/nds-core": "^1.2.12",
38
38
  "classnames": "^2.2.6",
39
39
  "prop-types": "^15.7.2"
40
40
  },
@@ -45,5 +45,5 @@
45
45
  "devDependencies": {
46
46
  "@babel/cli": "^7.5.0"
47
47
  },
48
- "gitHead": "fa23b2fc7945fcef9712eb52fa7b119e2cf93d3e"
48
+ "gitHead": "70d5237c684b38532174d7e7b81e0d859867b222"
49
49
  }