@rebilly/revel 12.14.0 → 12.16.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.14.0](https://github.com/Rebilly/rebilly/compare/revel-v12.13.0...revel-v12.14.0) (2026-01-23)
1
+ ## [12.16.0](https://github.com/Rebilly/rebilly/compare/revel-v12.15.0...revel-v12.16.0) (2026-01-26)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **revel:** add dark mode preview toggle to example sections ([#18125](https://github.com/Rebilly/rebilly/issues/18125)) ([aaf3a58](https://github.com/Rebilly/rebilly/commit/aaf3a58a529646e2e3c6865903f2abc9a60bd033))
6
+ * **recomm:** Add games section to the main menu. ([#18146](https://github.com/Rebilly/rebilly/issues/18146)) ([bd1973d](https://github.com/Rebilly/rebilly/commit/bd1973d5cde8a57006bc6759f0a5449f25ebfc41))
@@ -7,6 +7,7 @@ export { default as RButtonGroup } from './r-button-group/r-button-group.vue';
7
7
  export { default as RCheckbox } from './r-checkbox/r-checkbox.vue';
8
8
  export { default as RDateInput } from './r-date-input/r-date-input.vue';
9
9
  export { default as RDateRange } from './r-date-range/r-date-range.vue';
10
+ export type { DateRange } from './r-date-range/types';
10
11
  export { default as RFileUpload } from './r-file-upload/r-file-upload.vue';
11
12
  export { default as RFlex } from './r-flex/r-flex.vue';
12
13
  export { default as RFlexItem } from './r-flex/r-flex-item.vue';
@@ -127,6 +127,7 @@ export declare const RIconNames: {
127
127
  casinoChip: string;
128
128
  betRules: string;
129
129
  games: string;
130
+ dice: string;
130
131
  };
131
132
  export declare const RIconColors: {
132
133
  default: string;
package/dist/revel.mjs CHANGED
@@ -12811,7 +12811,8 @@ const xR = (M, b) => ({
12811
12811
  slot: "slot",
12812
12812
  casinoChip: "casino-chip",
12813
12813
  betRules: "bet-rules",
12814
- games: "games"
12814
+ games: "games",
12815
+ dice: "dice"
12815
12816
  }, dm = {
12816
12817
  default: "default",
12817
12818
  "on-surface": "on-surface",
@@ -13859,6 +13860,12 @@ const xR = (M, b) => ({
13859
13860
  <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path d="M17 18H1a1 1 0 0 1-1-1V1c0-.553.447-1 1-1h16c.553 0 1 .447 1 1v16a1 1 0 0 1-1 1M10 2H2v14h8zM6 7.5a1.5 1.5 0 0 1 3 0C9 9.828 6 12 6 12S3 9.829 3 7.5a1.5 1.5 0 0 1 3 0M13 2h-1v14h1zm2 14h1V2h-1z"/></svg>
13860
13861
  </symbol>
13861
13862
  </svg>
13863
+ <!-- Dice icon -->
13864
+ <svg xmlns="http://www.w3.org/2000/svg">
13865
+ <symbol id="icon-${w.dice}">
13866
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" 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" fill="#484848"/></svg>
13867
+ </symbol>
13868
+ </svg>
13862
13869
  `;
13863
13870
  function Wo(M = document.body) {
13864
13871
  if (!M?.querySelector(