@open-rlb/ng-bootstrap 3.1.36 → 3.1.37

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-bootstrap",
3
- "version": "3.1.36",
3
+ "version": "3.1.37",
4
4
  "peerDependencies": {
5
5
  "bootstrap": ">=5.3.0",
6
6
  "@types/bootstrap": ">5.2.0",
@@ -2159,6 +2159,7 @@ interface SidebarNavigableItem extends NavigableItem {
2159
2159
  title?: string;
2160
2160
  badgeCounter?: number;
2161
2161
  externalUrl?: string;
2162
+ action?: string;
2162
2163
  }
2163
2164
 
2164
2165
  interface SearchModalInput {