@rebilly/revel 12.6.0 → 12.7.0

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.6.0](https://github.com/Rebilly/rebilly/compare/revel-v12.5.0...revel-v12.6.0) (2025-11-11)
1
+ ## [12.7.0](https://github.com/Rebilly/rebilly/compare/revel-v12.6.0...revel-v12.7.0) (2025-11-12)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **replay-elements:** Add game list grid layout components ([#16347](https://github.com/Rebilly/rebilly/issues/16347)) ([00d7fc1](https://github.com/Rebilly/rebilly/commit/00d7fc1b55cb913654a466d01ed89f3696d5dc22))
6
+ * **revel:** Add new game related icons ([#16521](https://github.com/Rebilly/rebilly/issues/16521)) ([02a3ecf](https://github.com/Rebilly/rebilly/commit/02a3ecf21aca39b8ad08030af4674c2dfb053cb8))
@@ -122,6 +122,11 @@ export declare const RIconNames: {
122
122
  moon: string;
123
123
  upload: string;
124
124
  camera: string;
125
+ casino: string;
126
+ slot: string;
127
+ casinoChip: string;
128
+ betRules: string;
129
+ games: string;
125
130
  };
126
131
  export declare const RIconColors: {
127
132
  default: string;