@rebilly/revel 6.22.4 → 6.22.6

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,3 +1,12 @@
1
+ ## [6.22.6](https://github.com/Rebilly/rebilly/compare/revel-v6.22.5...revel-v6.22.6) (2024-04-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **revel:** Remove deprecated tokens ([#4475](https://github.com/Rebilly/rebilly/issues/4475)) ([21bfcb3](https://github.com/Rebilly/rebilly/commit/21bfcb35b1fe2d7f06c4bea0ec5a22f29bd9e464))
7
+
8
+ ## [6.22.5](https://github.com/Rebilly/rebilly/compare/revel-v6.22.4...revel-v6.22.5) (2024-04-02)
9
+
1
10
  ## [6.22.4](https://github.com/Rebilly/rebilly/compare/revel-v6.22.3...revel-v6.22.4) (2024-03-28)
2
11
 
3
12
 
@@ -116,6 +116,8 @@ export declare const RIconNames: {
116
116
  meter: string;
117
117
  reports: string;
118
118
  allowlists: string;
119
+ 'collapse-layout': string;
120
+ 'rebilly-icon': string;
119
121
  };
120
122
  export declare const RIconColors: {
121
123
  default: null;