@rebilly/revel 12.14.0 → 12.15.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.15.0](https://github.com/Rebilly/rebilly/compare/revel-v12.14.0...revel-v12.15.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:** replace period-selector with r-date-range component ([#18123](https://github.com/Rebilly/rebilly/issues/18123)) ([86b76d7](https://github.com/Rebilly/rebilly/commit/86b76d772becfcbce30dfbac1472eb9d5a083bb3))
@@ -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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "12.14.0",
3
+ "version": "12.15.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"