enwawa-ui 2.0.14 → 2.0.16

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,5 +1,16 @@
1
1
  # (Fri Sep 22 2023)
2
2
 
3
+ ## 2.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - ac0d1a7: adding empty case for rental quote page
8
+ - ac0d1a7: adding download link to upload component
9
+ - ac0d1a7: fixing styles on rental quote page
10
+ - ac0d1a7: info component in OrFormInlineItems as array too
11
+ - ac0d1a7: fixing extra info
12
+ - ac0d1a7: adding message below form in rental form
13
+
3
14
  ## 2.0.12
4
15
 
5
16
  ### Patch Changes
package/lib/index.d.ts CHANGED
@@ -4034,7 +4034,7 @@ export interface TmRentalsPageProps<FormType = any> {
4034
4034
  /**
4035
4035
  * Disclaimer message
4036
4036
  */
4037
- disclaimerMessage?: React.ReactNode;
4037
+ disclaimerMessage?: React.ReactElement;
4038
4038
  }
4039
4039
  export const TmRentalsPage: <FormType extends Store>({ formSteps, onValuesChange, currentFormStep, disabledButtons, showFormStepper, $backgroundSrc, disclaimerMessage, }: TmRentalsPageProps<FormType>) => import("react/jsx-runtime").JSX.Element;
4040
4040
  export interface PaymentMethod {