@rsuite/document-nav
Advanced tools
Comparing version 1.0.14-alpha to 1.0.14-alpha.2
@@ -41,2 +41,4 @@ 'use strict'; | ||
var _innerText = require('./utils/innerText'); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -198,3 +200,3 @@ | ||
if (/^H[1-6]/.test(type)) { | ||
var _title = node.innerText || ''; | ||
var _title = (0, _innerText.getInnerText)(node) || ''; | ||
var _anchor = node.id || _title; | ||
@@ -201,0 +203,0 @@ node.id = _anchor; |
{ | ||
"name": "@rsuite/document-nav", | ||
"version": "1.0.14-alpha", | ||
"version": "1.0.14-alpha.2", | ||
"description": "Document navigation is automatically generated based on the HTML title (h1-h6) tag", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
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
54192
27
1264