@rebilly/revel 12.5.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 +2 -2
- package/dist/components/r-icon/r-icon-sprites.d.ts +5 -0
- package/dist/revel.mjs +1038 -1003
- package/dist/revel.umd.js +150 -120
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
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
|
-
* **
|
|
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;
|