enwawa-ui 1.1.1 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # (Fri Sep 22 2023)
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cfc863d: change spelling of property and widtrh of button
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/lib/index.d.ts CHANGED
@@ -2894,6 +2894,7 @@ export interface IFormStep {
2894
2894
  formInitialItems?: _IFormData1;
2895
2895
  form?: OrFormProps['form'];
2896
2896
  onFinish?: (e: any) => void;
2897
+ cancelBtnIcon?: ReactNode;
2897
2898
  }
2898
2899
  export interface TmCrudPageProps {
2899
2900
  /**
@@ -3319,7 +3320,7 @@ export interface TmRechargePageProps {
3319
3320
  /**
3320
3321
  * terms and conditions disclaimer
3321
3322
  */
3322
- temsDisclaimer?: string;
3323
+ termsDisclaimer?: string;
3323
3324
  /**
3324
3325
  * terms and conditions change
3325
3326
  */
@@ -3462,7 +3463,7 @@ export interface OrPaymentMethodsProps {
3462
3463
  /**
3463
3464
  * Form Steps info
3464
3465
  */
3465
- currentPaymentSelectedFields: IFormStep;
3466
+ currentPaymentSelectedFields?: IFormStep;
3466
3467
  /**
3467
3468
  * on value change function
3468
3469
  */
@@ -3478,7 +3479,7 @@ export interface OrPaymentMethodsProps {
3478
3479
  /**
3479
3480
  * terms and conditions disclaimer
3480
3481
  */
3481
- temsDisclaimer?: string;
3482
+ termsDisclaimer?: string;
3482
3483
  /**
3483
3484
  * terms and conditions change
3484
3485
  */