@rsuite/document-nav
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -31,3 +31,3 @@ 'use strict'; | ||
index: parentIndex ? parentIndex + '.1' : '1', | ||
rtl: true | ||
rtl: rtl | ||
}); | ||
@@ -63,3 +63,3 @@ } | ||
key: key + ' ' + _item.anchor, | ||
rtl: true | ||
rtl: rtl | ||
})); | ||
@@ -77,3 +77,3 @@ i = nextIndex; | ||
key: _key + ' ' + _item.anchor, | ||
rtl: true | ||
rtl: rtl | ||
})); | ||
@@ -80,0 +80,0 @@ break; |
{ | ||
"name": "@rsuite/document-nav", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Document navigation is automatically generated based on the HTML title (h1-h6) tag", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -25,3 +25,3 @@ // @flow | ||
index={parentIndex ? `${parentIndex}.1` : '1'} | ||
rtl | ||
rtl={rtl} | ||
/> | ||
@@ -59,3 +59,3 @@ ); | ||
key={`${key} ${item.anchor}`} | ||
rtl | ||
rtl={rtl} | ||
/> | ||
@@ -75,3 +75,3 @@ ); | ||
key={`${key} ${item.anchor}`} | ||
rtl | ||
rtl={rtl} | ||
/> | ||
@@ -78,0 +78,0 @@ ); |
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
52870