@saasquatch/mint-components 1.9.2-0 → 1.9.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.
Files changed (33) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/mint-components.cjs.js +1 -1
  3. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +15 -2
  4. package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
  5. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +36 -2
  6. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +1 -1
  7. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +30 -0
  8. package/dist/esm/loader.js +1 -1
  9. package/dist/esm/mint-components.js +1 -1
  10. package/dist/esm/sqm-banking-info-form_16.entry.js +15 -2
  11. package/dist/esm/sqm-stencilbook.entry.js +1 -1
  12. package/dist/esm-es5/loader.js +1 -1
  13. package/dist/esm-es5/mint-components.js +1 -1
  14. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  15. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  16. package/dist/mint-components/mint-components.esm.js +1 -1
  17. package/dist/mint-components/{p-e680ae37.entry.js → p-0a0ec6a8.entry.js} +1 -1
  18. package/dist/mint-components/{p-2c2dfdb3.system.entry.js → p-2574a651.system.entry.js} +1 -1
  19. package/dist/mint-components/p-6ffed27b.system.js +1 -1
  20. package/dist/mint-components/{p-f48a6a82.entry.js → p-b14c6382.entry.js} +1 -1
  21. package/dist/mint-components/{p-8d34ff00.system.entry.js → p-b8650778.system.entry.js} +1 -1
  22. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +8 -1
  23. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +1 -0
  24. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +6 -0
  25. package/dist/types/components.d.ts +28 -2
  26. package/docs/docs.docx +0 -0
  27. package/docs/raisins.json +1 -1
  28. package/grapesjs/grapesjs.js +1 -1
  29. package/package.json +1 -1
  30. package/dist/types/global/android.d.ts +0 -7
  31. package/dist/types/global/demo.d.ts +0 -2
  32. package/dist/types/stories/features.d.ts +0 -4
  33. package/dist/types/stories/templates.d.ts +0 -4
@@ -83,12 +83,19 @@ export declare class TaxAndCashMonolith {
83
83
  */
84
84
  step1_personalInformation: string;
85
85
  /**
86
- * The text link that appears in the terms and conditions checkbox
86
+ * The text link label that appears in the terms and conditions checkbox
87
87
  * @uiName Terms and conditions text
88
88
  * @uiGroup Step 1 Properties
89
89
  * @uiWidget textArea
90
90
  */
91
91
  step1_termsAndConditionsLabel: string;
92
+ /**
93
+ * The text link that appears in the terms and conditions checkbox
94
+ * @uiName Terms and conditions text link
95
+ * @uiGroup Step 1 Properties
96
+ * @uiWidget textArea
97
+ */
98
+ step1_termsAndConditionsLink: string;
92
99
  /**
93
100
  * Placeholder text displayed in the currency search dropdown
94
101
  * @uiName Currency field placeholder text
@@ -93,6 +93,7 @@ export interface UserInfoFormViewProps {
93
93
  isPartnerAlertHeader: string;
94
94
  isPartnerAlertDescription: string;
95
95
  termsAndConditionsLabel: string;
96
+ termsAndConditionsLink: string;
96
97
  taxAndPayoutsDescription: string;
97
98
  error: {
98
99
  generalTitle: string;
@@ -105,6 +105,12 @@ export declare class TaxForm {
105
105
  * @uiWidget textArea
106
106
  */
107
107
  termsAndConditionsLabel: string;
108
+ /**
109
+ * The text link that appears in the terms and conditions checkbox
110
+ * @uiName Terms and conditions text
111
+ * @uiWidget textArea
112
+ */
113
+ termsAndConditionsLink: string;
108
114
  /**
109
115
  * Placeholder text displayed in the country search dropdown
110
116
  * @uiName Country field placeholder text
@@ -4171,12 +4171,19 @@ export namespace Components {
4171
4171
  */
4172
4172
  "step1_state": string;
4173
4173
  /**
4174
- * The text link that appears in the terms and conditions checkbox
4174
+ * The text link label that appears in the terms and conditions checkbox
4175
4175
  * @uiName Terms and conditions text
4176
4176
  * @uiGroup Step 1 Properties
4177
4177
  * @uiWidget textArea
4178
4178
  */
4179
4179
  "step1_termsAndConditionsLabel": string;
4180
+ /**
4181
+ * The text link that appears in the terms and conditions checkbox
4182
+ * @uiName Terms and conditions text link
4183
+ * @uiGroup Step 1 Properties
4184
+ * @uiWidget textArea
4185
+ */
4186
+ "step1_termsAndConditionsLink": string;
4180
4187
  /**
4181
4188
  * Communicate that after this step, only Support can change personal and indirect tax information.
4182
4189
  * @uiName Submission confirmation alert
@@ -5053,6 +5060,12 @@ export namespace Components {
5053
5060
  * @uiWidget textArea
5054
5061
  */
5055
5062
  "termsAndConditionsLabel": string;
5063
+ /**
5064
+ * The text link that appears in the terms and conditions checkbox
5065
+ * @uiName Terms and conditions text
5066
+ * @uiWidget textArea
5067
+ */
5068
+ "termsAndConditionsLink": string;
5056
5069
  }
5057
5070
  interface SqmUserName {
5058
5071
  /**
@@ -9924,12 +9937,19 @@ declare namespace LocalJSX {
9924
9937
  */
9925
9938
  "step1_state"?: string;
9926
9939
  /**
9927
- * The text link that appears in the terms and conditions checkbox
9940
+ * The text link label that appears in the terms and conditions checkbox
9928
9941
  * @uiName Terms and conditions text
9929
9942
  * @uiGroup Step 1 Properties
9930
9943
  * @uiWidget textArea
9931
9944
  */
9932
9945
  "step1_termsAndConditionsLabel"?: string;
9946
+ /**
9947
+ * The text link that appears in the terms and conditions checkbox
9948
+ * @uiName Terms and conditions text link
9949
+ * @uiGroup Step 1 Properties
9950
+ * @uiWidget textArea
9951
+ */
9952
+ "step1_termsAndConditionsLink"?: string;
9933
9953
  /**
9934
9954
  * Communicate that after this step, only Support can change personal and indirect tax information.
9935
9955
  * @uiName Submission confirmation alert
@@ -10805,6 +10825,12 @@ declare namespace LocalJSX {
10805
10825
  * @uiWidget textArea
10806
10826
  */
10807
10827
  "termsAndConditionsLabel"?: string;
10828
+ /**
10829
+ * The text link that appears in the terms and conditions checkbox
10830
+ * @uiName Terms and conditions text
10831
+ * @uiWidget textArea
10832
+ */
10833
+ "termsAndConditionsLink"?: string;
10808
10834
  }
10809
10835
  interface SqmUserName {
10810
10836
  /**
package/docs/docs.docx CHANGED
Binary file