@rebilly/revel 12.22.0 → 12.22.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.22.0](https://github.com/Rebilly/rebilly/compare/revel-v12.21.2...revel-v12.22.0) (2026-03-14)
1
+ ## [12.22.1](https://github.com/Rebilly/rebilly/compare/revel-v12.22.0...revel-v12.22.1) (2026-03-19)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **storefront-payment-form:** Add amplitude tracking to dcc page ([#19491](https://github.com/Rebilly/rebilly/issues/19491)) ([60e7365](https://github.com/Rebilly/rebilly/commit/60e73656e157112be02a68df4e3f457eca2d5944))
6
+ * **revel:** Add new icon `trophy` ([#19849](https://github.com/Rebilly/rebilly/issues/19849)) ([67dde76](https://github.com/Rebilly/rebilly/commit/67dde76109ca7cb82d51f10903456823b68ee0c5))
@@ -128,6 +128,7 @@ export declare const RIconNames: {
128
128
  betRules: string;
129
129
  games: string;
130
130
  dice: string;
131
+ trophy: string;
131
132
  };
132
133
  export declare const RIconMinorNames: {
133
134
  copy: string;
package/dist/revel.mjs CHANGED
@@ -12978,7 +12978,8 @@ const JR = (M, b) => ({
12978
12978
  casinoChip: "casino-chip",
12979
12979
  betRules: "bet-rules",
12980
12980
  games: "games",
12981
- dice: "dice"
12981
+ dice: "dice",
12982
+ trophy: "trophy"
12982
12983
  }, v1 = {
12983
12984
  copy: "copy",
12984
12985
  "external-link": "external-link",
@@ -14041,6 +14042,12 @@ const JR = (M, b) => ({
14041
14042
  <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15 1C17.2091 1 19 2.79086 19 5V15C19 17.14 17.3194 18.8879 15.2061 18.9951L15 19H5L4.79395 18.9951C2.7488 18.8913 1.10865 17.2512 1.00488 15.2061L1 15V5C1 2.79086 2.79086 1 5 1H15ZM5 3C3.89543 3 3 3.89543 3 5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V5C17 3.89543 16.1046 3 15 3H5ZM6 12C7.10457 12 8 12.8954 8 14C8 15.1046 7.10457 16 6 16C4.89543 16 4 15.1046 4 14C4 12.8954 4.89543 12 6 12ZM14 12C15.1046 12 16 12.8954 16 14C16 15.1046 15.1046 16 14 16C12.8954 16 12 15.1046 12 14C12 12.8954 12.8954 12 14 12ZM10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10C8 8.89543 8.89543 8 10 8ZM6 4C7.10457 4 8 4.89543 8 6C8 7.10457 7.10457 8 6 8C4.89543 8 4 7.10457 4 6C4 4.89543 4.89543 4 6 4ZM14 4C15.1046 4 16 4.89543 16 6C16 7.10457 15.1046 8 14 8C12.8954 8 12 7.10457 12 6C12 4.89543 12.8954 4 14 4Z"/></svg>
14042
14043
  </symbol>
14043
14044
  </svg>
14045
+ <!-- Trophy icon -->
14046
+ <svg xmlns="http://www.w3.org/2000/svg">
14047
+ <symbol id="icon-${w.trophy}">
14048
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4.406 10H4c-.265 0-.52-.106-.707-.292l-3-3A1 1 0 0 1 0 6V3a1 1 0 0 1 1-1h3V1a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v3c0 .266-.105.52-.293.708l-3 3A1 1 0 0 1 14 10h-.406c-.385 1.008-1.134 2.128-2.594 2.67V14a1.996 1.996 0 0 1 2 2v2H5v-2a2 2 0 0 1 2-2v-1.33c-1.46-.542-2.21-1.662-2.594-2.67M4 4H2v1.586l2 2zm10 0v3.586l2-2V4zm-2-2H6v6s0 3 3 3 3-3 3-3z"/></svg>
14049
+ </symbol>
14050
+ </svg>
14044
14051
  <!------------------------------------------------->
14045
14052
  <!------------------ Minor icons ------------------>
14046
14053
  <!------------------------------------------------->