@saasquatch/mint-components 2.1.8-24 → 2.1.8-25

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 (32) hide show
  1. package/dist/cjs/{ShadowViewAddon-1ed8faf9.js → ShadowViewAddon-247ccfa4.js} +5 -5
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/mint-components.cjs.js +1 -1
  4. package/dist/cjs/sqm-big-stat_45.cjs.entry.js +41 -37
  5. package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
  6. package/dist/collection/components/sqm-share-link/sqm-share-link.js +92 -76
  7. package/dist/collection/components/sqm-share-link/useShareLink.js +5 -5
  8. package/dist/esm/{ShadowViewAddon-395ab799.js → ShadowViewAddon-e7e73e36.js} +5 -5
  9. package/dist/esm/loader.js +1 -1
  10. package/dist/esm/mint-components.js +1 -1
  11. package/dist/esm/sqm-big-stat_45.entry.js +41 -37
  12. package/dist/esm/sqm-stencilbook.entry.js +1 -1
  13. package/dist/esm-es5/{ShadowViewAddon-395ab799.js → ShadowViewAddon-e7e73e36.js} +1 -1
  14. package/dist/esm-es5/loader.js +1 -1
  15. package/dist/esm-es5/mint-components.js +1 -1
  16. package/dist/esm-es5/sqm-big-stat_45.entry.js +1 -1
  17. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  18. package/dist/mint-components/mint-components.esm.js +1 -1
  19. package/dist/mint-components/{p-d7adb7f3.system.js → p-0a02a7a5.system.js} +1 -1
  20. package/dist/mint-components/{p-ba640335.entry.js → p-365363b5.entry.js} +2 -2
  21. package/dist/mint-components/{p-cd79864c.js → p-3be90659.js} +1 -1
  22. package/dist/mint-components/{p-8e5a6491.system.entry.js → p-4aede05c.system.entry.js} +1 -1
  23. package/dist/mint-components/p-4b365f1f.system.js +1 -1
  24. package/dist/mint-components/{p-e6cf9daa.entry.js → p-c7f4a587.entry.js} +1 -1
  25. package/dist/mint-components/{p-2b108f39.system.entry.js → p-f62812ff.system.entry.js} +1 -1
  26. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +39 -35
  27. package/dist/types/components/sqm-share-link/useShareLink.d.ts +5 -5
  28. package/dist/types/components.d.ts +94 -86
  29. package/docs/docs.docx +0 -0
  30. package/docs/raisins.json +1 -1
  31. package/grapesjs/grapesjs.js +1 -1
  32. package/package.json +1 -1
@@ -91,29 +91,29 @@ export declare class ShareLink {
91
91
  */
92
92
  buttonStyle?: "icon" | "button-outside" | "button-below";
93
93
  /**
94
- * Enable users to customize their referral link
94
+ * Let advocates customize their share links up to 5 times.
95
95
  *
96
- * @uiName Customize URL
96
+ * @uiName Allow customization
97
97
  * @uiType boolean
98
- * @uiGroup Customize Vanity Link
98
+ * @uiGroup Customizable Vanity Link
99
99
  * @requiredFlavor impact
100
100
  */
101
101
  allowCustomization?: boolean;
102
102
  /**
103
- * Text shown below the share link input to trigger customization
103
+ * Displayed below the share link.
104
104
  *
105
- * @uiName Customize link label
105
+ * @uiName Customize link button label
106
106
  * @uiType string
107
- * @uiGroup Customize Vanity Link
107
+ * @uiGroup Customizable Vanity Link
108
108
  * @requiredFlavor impact
109
109
  */
110
- customizeLinkLabel?: string;
110
+ customizeLinkButtonLabel?: string;
111
111
  /**
112
112
  * Text for the save button in editing mode
113
113
  *
114
114
  * @uiName Save button label
115
115
  * @uiType string
116
- * @uiGroup Customize Vanity Link
116
+ * @uiGroup Customizable Vanity Link
117
117
  * @requiredFlavor impact
118
118
  */
119
119
  saveLabelText?: string;
@@ -122,79 +122,83 @@ export declare class ShareLink {
122
122
  *
123
123
  * @uiName Cancel button label
124
124
  * @uiType string
125
- * @uiGroup Customize Vanity Link
125
+ * @uiGroup Customizable Vanity Link
126
126
  * @requiredFlavor impact
127
127
  */
128
128
  cancelLabelText?: string;
129
129
  /**
130
- * Title text shown when the custom link is already taken
130
+ * Title of the error message shown when the link has already been taken
131
131
  *
132
- * @uiName Existing code conflict error title
132
+ * @uiName Link taken error title
133
133
  * @uiType string
134
- * @uiGroup Customize Vanity Link
134
+ * @uiGroup Customizable Vanity Link
135
135
  * @requiredFlavor impact
136
136
  */
137
- existingCodeConflictErrorTitle?: string;
137
+ linkTakenErrorTitle?: string;
138
138
  /**
139
- * Description text shown when the custom link is already taken
139
+ * Description text shown when the link has already been taken
140
140
  *
141
- * @uiName Existing code conflict error description
141
+ * @uiName Link taken error message
142
142
  * @uiType string
143
- * @uiGroup Customize Vanity Link
143
+ * @uiWidget textarea
144
+ * @uiGroup Customizable Vanity Link
144
145
  * @requiredFlavor impact
145
146
  */
146
- existingCodeConflictErrorDescription?: string;
147
+ linkTakenErrorDescription?: string;
147
148
  /**
148
- * Title text shown when the link contains invalid characters
149
+ * Title of the error message shown when the link contains invalid special characters.
149
150
  *
150
151
  * @uiName Invalid characters error title
151
152
  * @uiType string
152
- * @uiGroup Customize Vanity Link
153
+ * @uiGroup Customizable Vanity Link
153
154
  * @requiredFlavor impact
154
155
  */
155
156
  invalidCharactersErrorTitle?: string;
156
157
  /**
157
- * Description text shown when the link contains invalid characters
158
+ * Description text shown when the link contains invalid special characters.
158
159
  *
159
160
  * @uiName Invalid characters error description
160
161
  * @uiType string
161
- * @uiGroup Customize Vanity Link
162
+ * @uiWidget textarea
163
+ * @uiGroup Customizable Vanity Link
162
164
  * @requiredFlavor impact
163
165
  */
164
166
  invalidCharactersErrorDescription?: string;
165
167
  /**
166
- * Title text shown when the link contains profanity
168
+ * Title of the error message shown when the link contains profanity or brand names.
167
169
  *
168
- * @uiName Profanity error title
170
+ * @uiName Restricted words error title
169
171
  * @uiType string
170
- * @uiGroup Customize Vanity Link
172
+ * @uiGroup Customizable Vanity Link
171
173
  * @requiredFlavor impact
172
174
  */
173
- profanityErrorTitle?: string;
175
+ restrictedWordsErrorTitle?: string;
174
176
  /**
175
- * Description text shown when the link contains profanity
177
+ * Description text shown when the link contains profanity or brand names.
176
178
  *
177
- * @uiName Profanity error description
179
+ * @uiName Restricted words error description
178
180
  * @uiType string
179
- * @uiGroup Customize Vanity Link
181
+ * @uiWidget textarea
182
+ * @uiGroup Customizable Vanity Link
180
183
  * @requiredFlavor impact
181
184
  */
182
- profanityErrorDescription?: string;
185
+ restrictedWordsErrorDescription?: string;
183
186
  /**
184
- * Text describing the edit limit
187
+ * Subtext shown while the user is customizing their URL.
185
188
  *
186
189
  * @uiName Edit limit text
187
190
  * @uiType string
188
- * @uiGroup Customize Vanity Link
191
+ * @uiGroup Customizable Vanity Link
189
192
  * @requiredFlavor impact
190
193
  */
191
194
  editLimitText?: string;
192
195
  /**
193
- * Message shown when the edit limit has been reached. Use {supportLink} as a placeholder for the support link.
196
+ * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
194
197
  *
195
198
  * @uiName Edit limit reached text
196
199
  * @uiType string
197
- * @uiGroup Customize Vanity Link
200
+ * @uiWidget textarea
201
+ * @uiGroup Customizable Vanity Link
198
202
  * @requiredFlavor impact
199
203
  */
200
204
  editLimitReachedText?: string;
@@ -203,7 +207,7 @@ export declare class ShareLink {
203
207
  *
204
208
  * @uiName Support link text
205
209
  * @uiType string
206
- * @uiGroup Customize Vanity Link
210
+ * @uiGroup Customizable Vanity Link
207
211
  * @requiredFlavor impact
208
212
  */
209
213
  supportLinkText?: string;
@@ -212,7 +216,7 @@ export declare class ShareLink {
212
216
  *
213
217
  * @uiName Customize disabled tooltip
214
218
  * @uiType string
215
- * @uiGroup Customize Vanity Link
219
+ * @uiGroup Customizable Vanity Link
216
220
  * @requiredFlavor impact
217
221
  */
218
222
  customizeDisabledTooltip?: string;
@@ -6,7 +6,7 @@ export interface ShareLinkProps {
6
6
  linkOverride?: string;
7
7
  allowCustomization?: boolean;
8
8
  customizeUrlText?: string;
9
- customizeLinkLabel?: string;
9
+ customizeLinkButtonLabel?: string;
10
10
  saveLabelText?: string;
11
11
  cancelLabelText?: string;
12
12
  textAlign?: "left" | "center" | "right";
@@ -17,12 +17,12 @@ export interface ShareLinkProps {
17
17
  buttonType?: "primary" | "secondary";
18
18
  copyButtonLabel?: string;
19
19
  borderColor?: string;
20
- existingCodeConflictErrorTitle?: string;
21
- existingCodeConflictErrorDescription?: string;
20
+ linkTakenErrorTitle?: string;
21
+ linkTakenErrorDescription?: string;
22
22
  invalidCharactersErrorTitle?: string;
23
23
  invalidCharactersErrorDescription?: string;
24
- profanityErrorTitle?: string;
25
- profanityErrorDescription?: string;
24
+ restrictedWordsErrorTitle?: string;
25
+ restrictedWordsErrorDescription?: string;
26
26
  editLimitText?: string;
27
27
  editLimitReachedText?: string;
28
28
  supportLinkText?: string;
@@ -4890,10 +4890,10 @@ export namespace Components {
4890
4890
  }
4891
4891
  interface SqmShareLink {
4892
4892
  /**
4893
- * Enable users to customize their referral link
4894
- * @uiName Customize URL
4893
+ * Let advocates customize their share links up to 5 times.
4894
+ * @uiName Allow customization
4895
4895
  * @uiType boolean
4896
- * @uiGroup Customize Vanity Link
4896
+ * @uiGroup Customizable Vanity Link
4897
4897
  * @requiredFlavor impact
4898
4898
  */
4899
4899
  "allowCustomization"?: boolean;
@@ -4942,7 +4942,7 @@ export namespace Components {
4942
4942
  * Text for the cancel button in editing mode
4943
4943
  * @uiName Cancel button label
4944
4944
  * @uiType string
4945
- * @uiGroup Customize Vanity Link
4945
+ * @uiGroup Customizable Vanity Link
4946
4946
  * @requiredFlavor impact
4947
4947
  */
4948
4948
  "cancelLabelText"?: string;
@@ -4954,99 +4954,103 @@ export namespace Components {
4954
4954
  * Tooltip text shown when link customization is disabled
4955
4955
  * @uiName Customize disabled tooltip
4956
4956
  * @uiType string
4957
- * @uiGroup Customize Vanity Link
4957
+ * @uiGroup Customizable Vanity Link
4958
4958
  * @requiredFlavor impact
4959
4959
  */
4960
4960
  "customizeDisabledTooltip"?: string;
4961
4961
  /**
4962
- * Text shown below the share link input to trigger customization
4963
- * @uiName Customize link label
4962
+ * Displayed below the share link.
4963
+ * @uiName Customize link button label
4964
4964
  * @uiType string
4965
- * @uiGroup Customize Vanity Link
4965
+ * @uiGroup Customizable Vanity Link
4966
4966
  * @requiredFlavor impact
4967
4967
  */
4968
- "customizeLinkLabel"?: string;
4968
+ "customizeLinkButtonLabel"?: string;
4969
4969
  /**
4970
4970
  * @undocumented
4971
4971
  * @uiType object
4972
4972
  */
4973
4973
  "demoData"?: DemoData<ShareLinkViewProps>;
4974
4974
  /**
4975
- * Message shown when the edit limit has been reached. Use {supportLink} as a placeholder for the support link.
4975
+ * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
4976
4976
  * @uiName Edit limit reached text
4977
4977
  * @uiType string
4978
- * @uiGroup Customize Vanity Link
4978
+ * @uiWidget textarea
4979
+ * @uiGroup Customizable Vanity Link
4979
4980
  * @requiredFlavor impact
4980
4981
  */
4981
4982
  "editLimitReachedText"?: string;
4982
4983
  /**
4983
- * Text describing the edit limit
4984
+ * Subtext shown while the user is customizing their URL.
4984
4985
  * @uiName Edit limit text
4985
4986
  * @uiType string
4986
- * @uiGroup Customize Vanity Link
4987
+ * @uiGroup Customizable Vanity Link
4987
4988
  * @requiredFlavor impact
4988
4989
  */
4989
4990
  "editLimitText"?: string;
4990
4991
  "editsRemaining"?: number;
4991
4992
  /**
4992
- * Description text shown when the custom link is already taken
4993
- * @uiName Existing code conflict error description
4994
- * @uiType string
4995
- * @uiGroup Customize Vanity Link
4996
- * @requiredFlavor impact
4997
- */
4998
- "existingCodeConflictErrorDescription"?: string;
4999
- /**
5000
- * Title text shown when the custom link is already taken
5001
- * @uiName Existing code conflict error title
5002
- * @uiType string
5003
- * @uiGroup Customize Vanity Link
5004
- * @requiredFlavor impact
5005
- */
5006
- "existingCodeConflictErrorTitle"?: string;
5007
- /**
5008
- * Description text shown when the link contains invalid characters
4993
+ * Description text shown when the link contains invalid special characters.
5009
4994
  * @uiName Invalid characters error description
5010
4995
  * @uiType string
5011
- * @uiGroup Customize Vanity Link
4996
+ * @uiWidget textarea
4997
+ * @uiGroup Customizable Vanity Link
5012
4998
  * @requiredFlavor impact
5013
4999
  */
5014
5000
  "invalidCharactersErrorDescription"?: string;
5015
5001
  /**
5016
- * Title text shown when the link contains invalid characters
5002
+ * Title of the error message shown when the link contains invalid special characters.
5017
5003
  * @uiName Invalid characters error title
5018
5004
  * @uiType string
5019
- * @uiGroup Customize Vanity Link
5005
+ * @uiGroup Customizable Vanity Link
5020
5006
  * @requiredFlavor impact
5021
5007
  */
5022
5008
  "invalidCharactersErrorTitle"?: string;
5023
5009
  /**
5024
- * Description text shown when the link contains profanity
5025
- * @uiName Profanity error description
5010
+ * Description text shown when the link has already been taken
5011
+ * @uiName Link taken error message
5026
5012
  * @uiType string
5027
- * @uiGroup Customize Vanity Link
5013
+ * @uiWidget textarea
5014
+ * @uiGroup Customizable Vanity Link
5028
5015
  * @requiredFlavor impact
5029
5016
  */
5030
- "profanityErrorDescription"?: string;
5017
+ "linkTakenErrorDescription"?: string;
5031
5018
  /**
5032
- * Title text shown when the link contains profanity
5033
- * @uiName Profanity error title
5019
+ * Title of the error message shown when the link has already been taken
5020
+ * @uiName Link taken error title
5034
5021
  * @uiType string
5035
- * @uiGroup Customize Vanity Link
5022
+ * @uiGroup Customizable Vanity Link
5036
5023
  * @requiredFlavor impact
5037
5024
  */
5038
- "profanityErrorTitle"?: string;
5025
+ "linkTakenErrorTitle"?: string;
5039
5026
  /**
5040
5027
  * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
5041
5028
  * @uiName Program ID
5042
5029
  * @uiWidget programSelector
5043
5030
  */
5044
5031
  "programId"?: string;
5032
+ /**
5033
+ * Description text shown when the link contains profanity or brand names.
5034
+ * @uiName Restricted words error description
5035
+ * @uiType string
5036
+ * @uiWidget textarea
5037
+ * @uiGroup Customizable Vanity Link
5038
+ * @requiredFlavor impact
5039
+ */
5040
+ "restrictedWordsErrorDescription"?: string;
5041
+ /**
5042
+ * Title of the error message shown when the link contains profanity or brand names.
5043
+ * @uiName Restricted words error title
5044
+ * @uiType string
5045
+ * @uiGroup Customizable Vanity Link
5046
+ * @requiredFlavor impact
5047
+ */
5048
+ "restrictedWordsErrorTitle"?: string;
5045
5049
  /**
5046
5050
  * Text for the save button in editing mode
5047
5051
  * @uiName Save button label
5048
5052
  * @uiType string
5049
- * @uiGroup Customize Vanity Link
5053
+ * @uiGroup Customizable Vanity Link
5050
5054
  * @requiredFlavor impact
5051
5055
  */
5052
5056
  "saveLabelText"?: string;
@@ -5054,7 +5058,7 @@ export namespace Components {
5054
5058
  * Display text for the support link in the edit limit reached message
5055
5059
  * @uiName Support link text
5056
5060
  * @uiType string
5057
- * @uiGroup Customize Vanity Link
5061
+ * @uiGroup Customizable Vanity Link
5058
5062
  * @requiredFlavor impact
5059
5063
  */
5060
5064
  "supportLinkText"?: string;
@@ -12896,10 +12900,10 @@ declare namespace LocalJSX {
12896
12900
  }
12897
12901
  interface SqmShareLink {
12898
12902
  /**
12899
- * Enable users to customize their referral link
12900
- * @uiName Customize URL
12903
+ * Let advocates customize their share links up to 5 times.
12904
+ * @uiName Allow customization
12901
12905
  * @uiType boolean
12902
- * @uiGroup Customize Vanity Link
12906
+ * @uiGroup Customizable Vanity Link
12903
12907
  * @requiredFlavor impact
12904
12908
  */
12905
12909
  "allowCustomization"?: boolean;
@@ -12948,7 +12952,7 @@ declare namespace LocalJSX {
12948
12952
  * Text for the cancel button in editing mode
12949
12953
  * @uiName Cancel button label
12950
12954
  * @uiType string
12951
- * @uiGroup Customize Vanity Link
12955
+ * @uiGroup Customizable Vanity Link
12952
12956
  * @requiredFlavor impact
12953
12957
  */
12954
12958
  "cancelLabelText"?: string;
@@ -12960,99 +12964,103 @@ declare namespace LocalJSX {
12960
12964
  * Tooltip text shown when link customization is disabled
12961
12965
  * @uiName Customize disabled tooltip
12962
12966
  * @uiType string
12963
- * @uiGroup Customize Vanity Link
12967
+ * @uiGroup Customizable Vanity Link
12964
12968
  * @requiredFlavor impact
12965
12969
  */
12966
12970
  "customizeDisabledTooltip"?: string;
12967
12971
  /**
12968
- * Text shown below the share link input to trigger customization
12969
- * @uiName Customize link label
12972
+ * Displayed below the share link.
12973
+ * @uiName Customize link button label
12970
12974
  * @uiType string
12971
- * @uiGroup Customize Vanity Link
12975
+ * @uiGroup Customizable Vanity Link
12972
12976
  * @requiredFlavor impact
12973
12977
  */
12974
- "customizeLinkLabel"?: string;
12978
+ "customizeLinkButtonLabel"?: string;
12975
12979
  /**
12976
12980
  * @undocumented
12977
12981
  * @uiType object
12978
12982
  */
12979
12983
  "demoData"?: DemoData<ShareLinkViewProps>;
12980
12984
  /**
12981
- * Message shown when the edit limit has been reached. Use {supportLink} as a placeholder for the support link.
12985
+ * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
12982
12986
  * @uiName Edit limit reached text
12983
12987
  * @uiType string
12984
- * @uiGroup Customize Vanity Link
12988
+ * @uiWidget textarea
12989
+ * @uiGroup Customizable Vanity Link
12985
12990
  * @requiredFlavor impact
12986
12991
  */
12987
12992
  "editLimitReachedText"?: string;
12988
12993
  /**
12989
- * Text describing the edit limit
12994
+ * Subtext shown while the user is customizing their URL.
12990
12995
  * @uiName Edit limit text
12991
12996
  * @uiType string
12992
- * @uiGroup Customize Vanity Link
12997
+ * @uiGroup Customizable Vanity Link
12993
12998
  * @requiredFlavor impact
12994
12999
  */
12995
13000
  "editLimitText"?: string;
12996
13001
  "editsRemaining"?: number;
12997
13002
  /**
12998
- * Description text shown when the custom link is already taken
12999
- * @uiName Existing code conflict error description
13000
- * @uiType string
13001
- * @uiGroup Customize Vanity Link
13002
- * @requiredFlavor impact
13003
- */
13004
- "existingCodeConflictErrorDescription"?: string;
13005
- /**
13006
- * Title text shown when the custom link is already taken
13007
- * @uiName Existing code conflict error title
13008
- * @uiType string
13009
- * @uiGroup Customize Vanity Link
13010
- * @requiredFlavor impact
13011
- */
13012
- "existingCodeConflictErrorTitle"?: string;
13013
- /**
13014
- * Description text shown when the link contains invalid characters
13003
+ * Description text shown when the link contains invalid special characters.
13015
13004
  * @uiName Invalid characters error description
13016
13005
  * @uiType string
13017
- * @uiGroup Customize Vanity Link
13006
+ * @uiWidget textarea
13007
+ * @uiGroup Customizable Vanity Link
13018
13008
  * @requiredFlavor impact
13019
13009
  */
13020
13010
  "invalidCharactersErrorDescription"?: string;
13021
13011
  /**
13022
- * Title text shown when the link contains invalid characters
13012
+ * Title of the error message shown when the link contains invalid special characters.
13023
13013
  * @uiName Invalid characters error title
13024
13014
  * @uiType string
13025
- * @uiGroup Customize Vanity Link
13015
+ * @uiGroup Customizable Vanity Link
13026
13016
  * @requiredFlavor impact
13027
13017
  */
13028
13018
  "invalidCharactersErrorTitle"?: string;
13029
13019
  /**
13030
- * Description text shown when the link contains profanity
13031
- * @uiName Profanity error description
13020
+ * Description text shown when the link has already been taken
13021
+ * @uiName Link taken error message
13032
13022
  * @uiType string
13033
- * @uiGroup Customize Vanity Link
13023
+ * @uiWidget textarea
13024
+ * @uiGroup Customizable Vanity Link
13034
13025
  * @requiredFlavor impact
13035
13026
  */
13036
- "profanityErrorDescription"?: string;
13027
+ "linkTakenErrorDescription"?: string;
13037
13028
  /**
13038
- * Title text shown when the link contains profanity
13039
- * @uiName Profanity error title
13029
+ * Title of the error message shown when the link has already been taken
13030
+ * @uiName Link taken error title
13040
13031
  * @uiType string
13041
- * @uiGroup Customize Vanity Link
13032
+ * @uiGroup Customizable Vanity Link
13042
13033
  * @requiredFlavor impact
13043
13034
  */
13044
- "profanityErrorTitle"?: string;
13035
+ "linkTakenErrorTitle"?: string;
13045
13036
  /**
13046
13037
  * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
13047
13038
  * @uiName Program ID
13048
13039
  * @uiWidget programSelector
13049
13040
  */
13050
13041
  "programId"?: string;
13042
+ /**
13043
+ * Description text shown when the link contains profanity or brand names.
13044
+ * @uiName Restricted words error description
13045
+ * @uiType string
13046
+ * @uiWidget textarea
13047
+ * @uiGroup Customizable Vanity Link
13048
+ * @requiredFlavor impact
13049
+ */
13050
+ "restrictedWordsErrorDescription"?: string;
13051
+ /**
13052
+ * Title of the error message shown when the link contains profanity or brand names.
13053
+ * @uiName Restricted words error title
13054
+ * @uiType string
13055
+ * @uiGroup Customizable Vanity Link
13056
+ * @requiredFlavor impact
13057
+ */
13058
+ "restrictedWordsErrorTitle"?: string;
13051
13059
  /**
13052
13060
  * Text for the save button in editing mode
13053
13061
  * @uiName Save button label
13054
13062
  * @uiType string
13055
- * @uiGroup Customize Vanity Link
13063
+ * @uiGroup Customizable Vanity Link
13056
13064
  * @requiredFlavor impact
13057
13065
  */
13058
13066
  "saveLabelText"?: string;
@@ -13060,7 +13068,7 @@ declare namespace LocalJSX {
13060
13068
  * Display text for the support link in the edit limit reached message
13061
13069
  * @uiName Support link text
13062
13070
  * @uiType string
13063
- * @uiGroup Customize Vanity Link
13071
+ * @uiGroup Customizable Vanity Link
13064
13072
  * @requiredFlavor impact
13065
13073
  */
13066
13074
  "supportLinkText"?: string;
package/docs/docs.docx CHANGED
Binary file