@rebilly/revel 12.45.1 → 12.47.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.45.1](https://github.com/Rebilly/rebilly/compare/revel-v12.45.0...revel-v12.45.1) (2026-07-14)
1
+ ## [12.47.0](https://github.com/Rebilly/rebilly/compare/revel-v12.46.0...revel-v12.47.0) (2026-07-14)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **revel:** r-badge icon should be shown when it's very long ([#23583](https://github.com/Rebilly/rebilly/issues/23583)) ([7e199a2](https://github.com/Rebilly/rebilly/commit/7e199a24285a890de8e5cc5c91d0c727bed9b992))
6
+ * **casino-social:** Sync SSE changes from balance PRs ([#23586](https://github.com/Rebilly/rebilly/issues/23586)) ([dcc842d](https://github.com/Rebilly/rebilly/commit/dcc842d01c7a50a11dc1cbaf4943c7618fbc85de))
@@ -28,6 +28,7 @@ export { default as RPopper } from './r-popper/r-popper.vue';
28
28
  export { default as RRadio } from './r-radio/r-radio.vue';
29
29
  export { default as RRepeater } from './r-repeater/r-repeater.vue';
30
30
  export { default as RSelect } from './r-select/r-select.vue';
31
+ export type { OptionItem, ComplexOptionItem, Options } from './r-select/types';
31
32
  export { default as RTab } from './r-tabs/r-tab.vue';
32
33
  export { default as RTabs } from './r-tabs/r-tabs.vue';
33
34
  export { default as RTile } from './r-tile/r-tile.vue';
package/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export * from './directives';
7
7
  export { createRToastManager };
8
8
  export { tokens, icons };
9
9
  export type { IconNames } from './components/r-icon/r-icon-sprites';
10
+ export type { ApiError, ValidationState, ErrorObject } from './types';
10
11
  /**
11
12
  * This plugin registers all revel components and directives
12
13
  * install can be imported and called as a named import or as a default import (for plugin mode)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "12.45.1",
3
+ "version": "12.47.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"