@rebilly/revel 12.34.3 → 12.34.5

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [12.34.3](https://github.com/Rebilly/rebilly/compare/revel-v12.34.2...revel-v12.34.3) (2026-05-26)
1
+ ## [12.34.5](https://github.com/Rebilly/rebilly/compare/revel-v12.34.4...revel-v12.34.5) (2026-05-27)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **revel:** Update tabs styles ([#21887](https://github.com/Rebilly/rebilly/issues/21887)) ([3dc501e](https://github.com/Rebilly/rebilly/commit/3dc501e189b7ce3d192d5915523684c11d060119))
6
+ * **recomm:** Add Revel tab indicator style for Recomm grids ([#21939](https://github.com/Rebilly/rebilly/issues/21939)) ([37c07db](https://github.com/Rebilly/rebilly/commit/37c07db6213496f48ef7e6e97b6fbe8451e827e7))
@@ -85,6 +85,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
85
85
  } | undefined;
86
86
  goingToSameRoute(to?: Tab["to"]): boolean;
87
87
  addItemToTabsList(tab: Tab): void;
88
+ removeItemFromTabsList(tabId: string): void;
88
89
  bootstrap(): void;
89
90
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "tab-selected"[], "tab-selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
90
91
  /**
@@ -144,6 +145,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
144
145
  tooltip: import("vue").Directive<import("../../directives/r-tooltip/r-tooltip.ts").ToolTipTarget>;
145
146
  }, string, () => {
146
147
  addItemToTabsList: (tab: Tab) => void;
148
+ removeItemFromTabsList: (tabId: string) => void;
147
149
  visibleTabs: import("vue").ComputedRef<{
148
150
  tabId: string;
149
151
  tabPanelId: string;