@rebilly/revel 12.32.3 → 12.33.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.32.3](https://github.com/Rebilly/rebilly/compare/revel-v12.32.2...revel-v12.32.3) (2026-05-12)
1
+ ## [12.33.1](https://github.com/Rebilly/rebilly/compare/revel-v12.33.0...revel-v12.33.1) (2026-05-15)
2
2
 
3
3
 
4
4
  ### Bug Fixes
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:** Add CSS vars for toggle sizing and improve responsive styling ([#21488](https://github.com/Rebilly/rebilly/issues/21488)) ([602d6c8](https://github.com/Rebilly/rebilly/commit/602d6c80e43bcd339eb113ec3b1fb3b85ef5cff1))
@@ -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;