@rebilly/revel 12.49.0 → 12.49.1

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.49.0](https://github.com/Rebilly/rebilly/compare/revel-v12.48.0...revel-v12.49.0) (2026-07-22)
1
+ ## [12.49.1](https://github.com/Rebilly/rebilly/compare/revel-v12.49.0...revel-v12.49.1) (2026-07-28)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **recomm,revel:** Escape reserver characters on paste in filter text ([#23854](https://github.com/Rebilly/rebilly/issues/23854)) ([3688302](https://github.com/Rebilly/rebilly/commit/368830228589da27de2fcf9c433812cf9628e22c))
6
+ * **revel:** Add new icons `expand` and `reduce` ([#24098](https://github.com/Rebilly/rebilly/issues/24098)) ([a1a81fc](https://github.com/Rebilly/rebilly/commit/a1a81fcc5b2a0a0b59fbc11db0471564f0d8d0f6))
@@ -128,6 +128,8 @@ export declare const RIconNames: {
128
128
  trophy: string;
129
129
  'data-tables': string;
130
130
  comments: string;
131
+ expand: string;
132
+ reduce: string;
131
133
  };
132
134
  export declare const RIconColors: {
133
135
  default: string;