react-bootstrap
Advanced tools
Comparing version 2.9.2 to 2.10.0
@@ -56,2 +56,3 @@ "use strict"; | ||
dialogAs: Dialog = _ModalDialog.default, | ||
'data-bs-theme': dataBsTheme, | ||
'aria-labelledby': ariaLabelledby, | ||
@@ -211,2 +212,3 @@ 'aria-describedby': ariaDescribedby, | ||
onMouseUp: handleMouseUp, | ||
"data-bs-theme": dataBsTheme, | ||
"aria-label": ariaLabel, | ||
@@ -213,0 +215,0 @@ "aria-labelledby": ariaLabelledby, |
@@ -23,5 +23,6 @@ "use strict"; | ||
linkClassName, | ||
as = _Anchor.default, | ||
...props | ||
}, ref) => { | ||
const Component = active || disabled ? 'span' : _Anchor.default; | ||
const Component = active || disabled ? 'span' : as; | ||
return /*#__PURE__*/(0, _jsxRuntime.jsx)("li", { | ||
@@ -28,0 +29,0 @@ ref: ref, |
@@ -50,2 +50,3 @@ "use client"; | ||
dialogAs: Dialog = ModalDialog, | ||
'data-bs-theme': dataBsTheme, | ||
'aria-labelledby': ariaLabelledby, | ||
@@ -205,2 +206,3 @@ 'aria-describedby': ariaDescribedby, | ||
onMouseUp: handleMouseUp, | ||
"data-bs-theme": dataBsTheme, | ||
"aria-label": ariaLabel, | ||
@@ -207,0 +209,0 @@ "aria-labelledby": ariaLabelledby, |
@@ -16,5 +16,6 @@ /* eslint-disable react/no-multi-comp */ | ||
linkClassName, | ||
as = Anchor, | ||
...props | ||
}, ref) => { | ||
const Component = active || disabled ? 'span' : Anchor; | ||
const Component = active || disabled ? 'span' : as; | ||
return /*#__PURE__*/_jsx("li", { | ||
@@ -21,0 +22,0 @@ ref: ref, |
{ | ||
"name": "react-bootstrap", | ||
"version": "2.9.2", | ||
"version": "2.10.0", | ||
"description": "Bootstrap 5 components built with React", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -21,3 +21,3 @@ # React-Bootstrap | ||
| v5.x | 2.x | [Link][v5-documentation] | | ||
| v4.x | 1.x | [Link][v4-documentation] | | ||
| v4.x | 1.x (not maintained) | [Link][v4-documentation] | | ||
| v3.x | 0.33.x (not maintained) | [Link][v3-documentation] | | ||
@@ -24,0 +24,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1467458
31812