@rebilly/revel 12.32.3 → 12.33.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.32.3](https://github.com/Rebilly/rebilly/compare/revel-v12.32.2...revel-v12.32.3) (2026-05-12)
1
+ ## [12.33.0](https://github.com/Rebilly/rebilly/compare/revel-v12.32.3...revel-v12.33.0) (2026-05-15)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **storefront-payment-form:** Payout request did not require address in instruments config ([#21355](https://github.com/Rebilly/rebilly/issues/21355)) ([2194f00](https://github.com/Rebilly/rebilly/commit/2194f00512f4a7f398e1221fd44c2fb7ca277bd7))
6
+ * **revel, fe apps:** Update color system to v2 ([#21410](https://github.com/Rebilly/rebilly/issues/21410)) ([848f94b](https://github.com/Rebilly/rebilly/commit/848f94b043bdeaca3d902dda2537532d6886c38f))
@@ -131,6 +131,7 @@ export declare const RIconNames: {
131
131
  export declare const RIconColors: {
132
132
  default: string;
133
133
  'on-surface': string;
134
+ 'on-color': string;
134
135
  primary: string;
135
136
  success: string;
136
137
  warning: string;