@saasquatch/mint-components 2.1.8-16 → 2.1.8-18

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.
@@ -4934,6 +4934,8 @@ export namespace Components {
4934
4934
  * Text for the cancel button in editing mode
4935
4935
  * @uiName Cancel button label
4936
4936
  * @uiType string
4937
+ * @uiGroup Customize Vanity Link
4938
+ * @requiredFlavor impact
4937
4939
  */
4938
4940
  "cancelLabelText"?: string;
4939
4941
  /**
@@ -4944,18 +4946,24 @@ export namespace Components {
4944
4946
  * Tooltip text shown when link customization is disabled
4945
4947
  * @uiName Customize disabled tooltip
4946
4948
  * @uiType string
4949
+ * @uiGroup Customize Vanity Link
4950
+ * @requiredFlavor impact
4947
4951
  */
4948
4952
  "customizeDisabledTooltip"?: string;
4949
4953
  /**
4950
4954
  * Text shown below the share link input to trigger customization
4951
4955
  * @uiName Customize link label
4952
4956
  * @uiType string
4957
+ * @uiGroup Customize Vanity Link
4958
+ * @requiredFlavor impact
4953
4959
  */
4954
4960
  "customizeLinkLabel"?: string;
4955
4961
  /**
4956
4962
  * Enable users to customize their referral link
4957
4963
  * @uiName Customize URL
4958
4964
  * @uiType boolean
4965
+ * @uiGroup Customize Vanity Link
4966
+ * @requiredFlavor impact
4959
4967
  */
4960
4968
  "customizeUrl"?: boolean;
4961
4969
  /**
@@ -4967,48 +4975,64 @@ export namespace Components {
4967
4975
  * Message shown when the edit limit has been reached. Use {supportLink} as a placeholder for the support link.
4968
4976
  * @uiName Edit limit reached text
4969
4977
  * @uiType string
4978
+ * @uiGroup Customize Vanity Link
4979
+ * @requiredFlavor impact
4970
4980
  */
4971
4981
  "editLimitReachedText"?: string;
4972
4982
  /**
4973
4983
  * Text describing the edit limit
4974
4984
  * @uiName Edit limit text
4975
4985
  * @uiType string
4986
+ * @uiGroup Customize Vanity Link
4987
+ * @requiredFlavor impact
4976
4988
  */
4977
4989
  "editLimitText"?: string;
4978
4990
  /**
4979
4991
  * Description text shown when the custom link is already taken
4980
4992
  * @uiName Existing code conflict error description
4981
4993
  * @uiType string
4994
+ * @uiGroup Customize Vanity Link
4995
+ * @requiredFlavor impact
4982
4996
  */
4983
4997
  "existingCodeConflictErrorDescription"?: string;
4984
4998
  /**
4985
4999
  * Title text shown when the custom link is already taken
4986
5000
  * @uiName Existing code conflict error title
4987
5001
  * @uiType string
5002
+ * @uiGroup Customize Vanity Link
5003
+ * @requiredFlavor impact
4988
5004
  */
4989
5005
  "existingCodeConflictErrorTitle"?: string;
4990
5006
  /**
4991
5007
  * Description text shown when the link contains invalid characters
4992
5008
  * @uiName Invalid characters error description
4993
5009
  * @uiType string
5010
+ * @uiGroup Customize Vanity Link
5011
+ * @requiredFlavor impact
4994
5012
  */
4995
5013
  "invalidCharactersErrorDescription"?: string;
4996
5014
  /**
4997
5015
  * Title text shown when the link contains invalid characters
4998
5016
  * @uiName Invalid characters error title
4999
5017
  * @uiType string
5018
+ * @uiGroup Customize Vanity Link
5019
+ * @requiredFlavor impact
5000
5020
  */
5001
5021
  "invalidCharactersErrorTitle"?: string;
5002
5022
  /**
5003
5023
  * Description text shown when the link contains profanity
5004
5024
  * @uiName Profanity error description
5005
5025
  * @uiType string
5026
+ * @uiGroup Customize Vanity Link
5027
+ * @requiredFlavor impact
5006
5028
  */
5007
5029
  "profanityErrorDescription"?: string;
5008
5030
  /**
5009
5031
  * Title text shown when the link contains profanity
5010
5032
  * @uiName Profanity error title
5011
5033
  * @uiType string
5034
+ * @uiGroup Customize Vanity Link
5035
+ * @requiredFlavor impact
5012
5036
  */
5013
5037
  "profanityErrorTitle"?: string;
5014
5038
  /**
@@ -5021,12 +5045,16 @@ export namespace Components {
5021
5045
  * Text for the save button in editing mode
5022
5046
  * @uiName Save button label
5023
5047
  * @uiType string
5048
+ * @uiGroup Customize Vanity Link
5049
+ * @requiredFlavor impact
5024
5050
  */
5025
5051
  "saveLabelText"?: string;
5026
5052
  /**
5027
5053
  * Display text for the support link in the edit limit reached message
5028
5054
  * @uiName Support link text
5029
5055
  * @uiType string
5056
+ * @uiGroup Customize Vanity Link
5057
+ * @requiredFlavor impact
5030
5058
  */
5031
5059
  "supportLinkText"?: string;
5032
5060
  /**
@@ -12911,6 +12939,8 @@ declare namespace LocalJSX {
12911
12939
  * Text for the cancel button in editing mode
12912
12940
  * @uiName Cancel button label
12913
12941
  * @uiType string
12942
+ * @uiGroup Customize Vanity Link
12943
+ * @requiredFlavor impact
12914
12944
  */
12915
12945
  "cancelLabelText"?: string;
12916
12946
  /**
@@ -12921,18 +12951,24 @@ declare namespace LocalJSX {
12921
12951
  * Tooltip text shown when link customization is disabled
12922
12952
  * @uiName Customize disabled tooltip
12923
12953
  * @uiType string
12954
+ * @uiGroup Customize Vanity Link
12955
+ * @requiredFlavor impact
12924
12956
  */
12925
12957
  "customizeDisabledTooltip"?: string;
12926
12958
  /**
12927
12959
  * Text shown below the share link input to trigger customization
12928
12960
  * @uiName Customize link label
12929
12961
  * @uiType string
12962
+ * @uiGroup Customize Vanity Link
12963
+ * @requiredFlavor impact
12930
12964
  */
12931
12965
  "customizeLinkLabel"?: string;
12932
12966
  /**
12933
12967
  * Enable users to customize their referral link
12934
12968
  * @uiName Customize URL
12935
12969
  * @uiType boolean
12970
+ * @uiGroup Customize Vanity Link
12971
+ * @requiredFlavor impact
12936
12972
  */
12937
12973
  "customizeUrl"?: boolean;
12938
12974
  /**
@@ -12944,48 +12980,64 @@ declare namespace LocalJSX {
12944
12980
  * Message shown when the edit limit has been reached. Use {supportLink} as a placeholder for the support link.
12945
12981
  * @uiName Edit limit reached text
12946
12982
  * @uiType string
12983
+ * @uiGroup Customize Vanity Link
12984
+ * @requiredFlavor impact
12947
12985
  */
12948
12986
  "editLimitReachedText"?: string;
12949
12987
  /**
12950
12988
  * Text describing the edit limit
12951
12989
  * @uiName Edit limit text
12952
12990
  * @uiType string
12991
+ * @uiGroup Customize Vanity Link
12992
+ * @requiredFlavor impact
12953
12993
  */
12954
12994
  "editLimitText"?: string;
12955
12995
  /**
12956
12996
  * Description text shown when the custom link is already taken
12957
12997
  * @uiName Existing code conflict error description
12958
12998
  * @uiType string
12999
+ * @uiGroup Customize Vanity Link
13000
+ * @requiredFlavor impact
12959
13001
  */
12960
13002
  "existingCodeConflictErrorDescription"?: string;
12961
13003
  /**
12962
13004
  * Title text shown when the custom link is already taken
12963
13005
  * @uiName Existing code conflict error title
12964
13006
  * @uiType string
13007
+ * @uiGroup Customize Vanity Link
13008
+ * @requiredFlavor impact
12965
13009
  */
12966
13010
  "existingCodeConflictErrorTitle"?: string;
12967
13011
  /**
12968
13012
  * Description text shown when the link contains invalid characters
12969
13013
  * @uiName Invalid characters error description
12970
13014
  * @uiType string
13015
+ * @uiGroup Customize Vanity Link
13016
+ * @requiredFlavor impact
12971
13017
  */
12972
13018
  "invalidCharactersErrorDescription"?: string;
12973
13019
  /**
12974
13020
  * Title text shown when the link contains invalid characters
12975
13021
  * @uiName Invalid characters error title
12976
13022
  * @uiType string
13023
+ * @uiGroup Customize Vanity Link
13024
+ * @requiredFlavor impact
12977
13025
  */
12978
13026
  "invalidCharactersErrorTitle"?: string;
12979
13027
  /**
12980
13028
  * Description text shown when the link contains profanity
12981
13029
  * @uiName Profanity error description
12982
13030
  * @uiType string
13031
+ * @uiGroup Customize Vanity Link
13032
+ * @requiredFlavor impact
12983
13033
  */
12984
13034
  "profanityErrorDescription"?: string;
12985
13035
  /**
12986
13036
  * Title text shown when the link contains profanity
12987
13037
  * @uiName Profanity error title
12988
13038
  * @uiType string
13039
+ * @uiGroup Customize Vanity Link
13040
+ * @requiredFlavor impact
12989
13041
  */
12990
13042
  "profanityErrorTitle"?: string;
12991
13043
  /**
@@ -12998,12 +13050,16 @@ declare namespace LocalJSX {
12998
13050
  * Text for the save button in editing mode
12999
13051
  * @uiName Save button label
13000
13052
  * @uiType string
13053
+ * @uiGroup Customize Vanity Link
13054
+ * @requiredFlavor impact
13001
13055
  */
13002
13056
  "saveLabelText"?: string;
13003
13057
  /**
13004
13058
  * Display text for the support link in the edit limit reached message
13005
13059
  * @uiName Support link text
13006
13060
  * @uiType string
13061
+ * @uiGroup Customize Vanity Link
13062
+ * @requiredFlavor impact
13007
13063
  */
13008
13064
  "supportLinkText"?: string;
13009
13065
  /**
package/docs/docs.docx CHANGED
Binary file