@bailierich/booking-components 2.0.0 → 2.1.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.
@@ -1 +1 @@
1
- export { N as animations, V as createEntranceAnimation, U as createStaggerAnimation, J as getAnimationDuration, L as getFadeVariants, K as getSlideVariants, M as getTransitionVariants, Q as shouldReduceMotion } from '../index-DAai7Glf.mjs';
1
+ export { N as animations, V as createEntranceAnimation, U as createStaggerAnimation, J as getAnimationDuration, L as getFadeVariants, K as getSlideVariants, M as getTransitionVariants, Q as shouldReduceMotion } from '../index-CqGdjmIM.mjs';
@@ -1 +1 @@
1
- export { N as animations, V as createEntranceAnimation, U as createStaggerAnimation, J as getAnimationDuration, L as getFadeVariants, K as getSlideVariants, M as getTransitionVariants, Q as shouldReduceMotion } from '../index-DAai7Glf.js';
1
+ export { N as animations, V as createEntranceAnimation, U as createStaggerAnimation, J as getAnimationDuration, L as getFadeVariants, K as getSlideVariants, M as getTransitionVariants, Q as shouldReduceMotion } from '../index-CqGdjmIM.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bailierich/booking-components",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "description": "Shared booking flow components for OVIAH platform",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/types/index.ts CHANGED
@@ -32,7 +32,9 @@ export interface Addon {
32
32
  export interface OptInModule {
33
33
  id: string;
34
34
  label: string;
35
+ description?: string;
35
36
  required: boolean;
37
+ defaultChecked?: boolean;
36
38
  formTitle?: string;
37
39
  formFields?: FormField[];
38
40
  // Optional: custom render function for advanced modules