@saasquatch/mint-components 2.1.9 → 2.1.10-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 (54) hide show
  1. package/dist/cjs/{ShadowViewAddon-1798acd3.js → ShadowViewAddon-c97e80de.js} +39 -22
  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 +62 -2
  5. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  6. package/dist/cjs/{sqm-portal-container-view-70a47420.js → sqm-portal-container-view-757f921b.js} +5 -6
  7. package/dist/cjs/sqm-stencilbook.cjs.entry.js +6 -2
  8. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +6 -7
  9. package/dist/collection/components/sqm-share-link/ShareLink.stories.js +4 -0
  10. package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +16 -16
  11. package/dist/collection/components/sqm-share-link/sqm-share-link.js +247 -18
  12. package/dist/collection/components/sqm-share-link/useShareLink.js +22 -5
  13. package/dist/esm/{ShadowViewAddon-44c263e0.js → ShadowViewAddon-33f1a8f7.js} +39 -22
  14. package/dist/esm/loader.js +1 -1
  15. package/dist/esm/mint-components.js +1 -1
  16. package/dist/esm/sqm-big-stat_45.entry.js +62 -2
  17. package/dist/esm/sqm-empty_4.entry.js +1 -1
  18. package/dist/esm/{sqm-portal-container-view-a8c708cd.js → sqm-portal-container-view-200c9df8.js} +6 -7
  19. package/dist/esm/sqm-stencilbook.entry.js +6 -2
  20. package/dist/esm-es5/{ShadowViewAddon-44c263e0.js → ShadowViewAddon-33f1a8f7.js} +1 -1
  21. package/dist/esm-es5/loader.js +1 -1
  22. package/dist/esm-es5/mint-components.js +1 -1
  23. package/dist/esm-es5/sqm-big-stat_45.entry.js +1 -1
  24. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  25. package/dist/esm-es5/sqm-portal-container-view-200c9df8.js +1 -0
  26. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  27. package/dist/mint-components/mint-components.esm.js +1 -1
  28. package/dist/mint-components/{p-eab25269.js → p-08930b83.js} +4 -4
  29. package/dist/mint-components/p-0b1e90fe.system.js +1 -0
  30. package/dist/mint-components/{p-b04289d6.entry.js → p-76271ec4.entry.js} +2 -2
  31. package/dist/mint-components/{p-df073770.system.js → p-78b40f71.system.js} +1 -1
  32. package/dist/mint-components/{p-d2e8359a.entry.js → p-8784539d.entry.js} +10 -10
  33. package/dist/mint-components/{p-058aefe1.entry.js → p-af407cce.entry.js} +1 -1
  34. package/dist/mint-components/{p-a171767a.system.entry.js → p-c3c8d4ee.system.entry.js} +1 -1
  35. package/dist/mint-components/p-ca098be1.system.js +1 -1
  36. package/dist/mint-components/{p-4900c740.system.entry.js → p-dd12c32a.system.entry.js} +1 -1
  37. package/dist/mint-components/p-e30abc44.js +1 -0
  38. package/dist/mint-components/{p-aefc6c4f.system.entry.js → p-e9485160.system.entry.js} +1 -1
  39. package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +4 -0
  40. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +56 -1
  41. package/dist/types/components/sqm-share-link/useShareLink.d.ts +6 -0
  42. package/dist/types/components.d.ts +100 -2
  43. package/docs/docs.docx +0 -0
  44. package/docs/raisins.json +1 -1
  45. package/docs/stats.json +122783 -0
  46. package/grapesjs/grapesjs.js +1 -1
  47. package/package.json +2 -2
  48. package/dist/esm-es5/sqm-portal-container-view-a8c708cd.js +0 -1
  49. package/dist/mint-components/p-b699f76e.system.js +0 -1
  50. package/dist/mint-components/p-b6a1e2ac.js +0 -1
  51. package/dist/types/global/android.d.ts +0 -7
  52. package/dist/types/global/demo.d.ts +0 -2
  53. package/dist/types/stories/features.d.ts +0 -4
  54. package/dist/types/stories/templates.d.ts +0 -4
@@ -0,0 +1 @@
1
+ import{h as a}from"./p-083180bf.js";import{c as t}from"./p-cef45012.js";function n(n){const s=t({LabelContainer:{"margin-bottom":"none"===n.labelMargin?n.labelMargin:`var(--sl-spacing-${n.labelMargin})`},SectionContainer:{textAlign:n.textAlign||"left",padding:"none"===n.padding?"0":`var(--sl-spacing-${n.padding})`}}),r=s.toString();return a("div",{class:s.classes.SectionContainer,part:"sqm-base"},a("style",{type:"text/css"},r),a("div",{class:s.classes.LabelContainer,part:"sqm-label"},n.label),n.content)}function s(n,s){const r=t({Container:{boxSizing:"border-box",display:n.display||"grid",flexWrap:n.flexWrap||"wrap","grid-template-columns":"row"===n.direction?`repeat(auto-fill, minmax(${n.minWidth}, auto))`:"100%","grid-gap":`var(--sl-spacing-${n.gap})`,padding:"none"===n.padding?"0":`var(--sl-spacing-${n.padding})`,maxWidth:n.maxWidth,margin:n.center&&"auto",justifyContent:n.justifyContent,backgroundColor:n.backgroundColor||"var(--sqm-portal-background)"}}),o=r.toString();return a("div",{class:r.classes.Container,part:"sqm-base"},a("style",{type:"text/css"},"\n :host{\n width: 100%;\n display: block;\n }",o),s)}export{s as P,n as a}
@@ -1 +1 @@
1
- var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var e,n=1,s=arguments.length;n<s;n++){e=arguments[n];for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i))t[i]=e[i]}return t};return __assign.apply(this,arguments)};System.register(["./p-641f968d.system.js","./p-7265bbcb.system.js","./p-b6504987.system.js","./p-30c1ef36.system.js","./p-6333265f.system.js","./p-1a673057.system.js","./p-a43a9fa9.system.js","./p-b699f76e.system.js"],(function(t){"use strict";var e,n,s,i,o,a,r,l,m;return{setters:[function(t){e=t.h;n=t.r;s=t.c},function(t){i=t.i},function(t){o=t.n},function(){},function(t){a=t.g},function(){},function(t){r=t.o},function(t){l=t.P;m=t.a}],execute:function(){function p(t){var n=t.emptyStateHeader,s=t.emptyStateImage,o=t.emptyStateText,a=t.supportText,l=t.missingFeature,m=l===void 0?"":l;return e("sqm-portal-container",{padding:"large",gap:"medium",part:"sqm-base"},e("img",{style:{height:"100px",margin:"auto"},src:r(s,{height:200}),decoding:"async"}),e("sqm-titled-section",{style:{maxHeight:"400px"},"label-margin":"xxx-small","text-align":"center"},e("sqm-text",{slot:"label"},e("p",{part:"header-text"},n)),e("sqm-text",{slot:"content"},e("p",{part:"description-text"},i.formatMessage({id:"emptyStateText",defaultMessage:o},{supportText:e("a",{target:"_blank",href:"mailto:saasquatch-support@impact.com?subject=Next steps for "+m+" feature&body=Hi Support Team, %0D%0A\n %0D%0A \n I am interested to learn more about the "+m+" feature. Please let me know the next steps to access this feature, including any necessary plan upgrades.%0D%0A\n %0D%0A \n - Feature Interested In: "+m+"%0D%0A\n - Company Name: [Please fill out your company name here]%0D%0A\n %0D%0A\n Thank you"},a)})))))}var c=t("sqm_empty",function(){function t(t){n(this,t)}t.prototype.render=function(){return e(s,{slot:"empty"},e(p,{emptyStateImage:this.emptyStateImage||"https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png",emptyStateHeader:this.emptyStateHeader,emptyStateText:this.emptyStateText,supportText:this.supportText}))};return t}());var f=t("sqm_portal_container",function(){function t(t){n(this,t);this.ignored=true;this.direction="column";this.gap="xxx-large";this.display="grid";this.maxWidth="100%";this.flexWrap="wrap";o(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){return e(l,Object.assign({},a(this)),e("slot",null))};return t}());var h=t("sqm_text",function(){function t(t){n(this,t);this.ignored=true;o(this)}t.prototype.disconnectedCallback=function(){};t.prototype.componentWillLoad=function(){};t.prototype.render=function(){var t="\n sqm-text {\n display: block;\n color: "+(this.textColor||"var(--sqm-text)")+";\n }\n\n sqm-text h1 {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-xxx-large)")+";\n font-weight: var(--sl-font-weight-semibold);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text h2 {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-xx-large)")+";\n font-weight: var(--sl-font-weight-semibold);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text h3 {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-x-large)")+";\n font-weight: var(--sl-font-weight-semibold);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text h4 {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-large)")+";\n font-weight: var(--sl-font-weight-bold);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text p {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-medium)")+";\n font-weight: var(--sl-font-weight-normal);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text sub {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-small)")+";\n font-weight: var(--sl-font-weight-normal);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n ";return e("div",null,e("style",null,t),e("slot",null))};return t}());var u=t("sqm_titled_section",function(){function t(t){n(this,t);this.textAlign="left";this.labelMargin="small";this.padding="none";o(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=e("slot",{name:"label"},this.label);var n=e("slot",{name:"content"});return e(m,Object.assign({},__assign(__assign({},a(this)),{label:t,content:n})))};return t}())}}}));
1
+ var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var e,n=1,s=arguments.length;n<s;n++){e=arguments[n];for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i))t[i]=e[i]}return t};return __assign.apply(this,arguments)};System.register(["./p-641f968d.system.js","./p-7265bbcb.system.js","./p-b6504987.system.js","./p-30c1ef36.system.js","./p-6333265f.system.js","./p-1a673057.system.js","./p-a43a9fa9.system.js","./p-0b1e90fe.system.js"],(function(t){"use strict";var e,n,s,i,o,a,r,l,m;return{setters:[function(t){e=t.h;n=t.r;s=t.c},function(t){i=t.i},function(t){o=t.n},function(){},function(t){a=t.g},function(){},function(t){r=t.o},function(t){l=t.P;m=t.a}],execute:function(){function p(t){var n=t.emptyStateHeader,s=t.emptyStateImage,o=t.emptyStateText,a=t.supportText,l=t.missingFeature,m=l===void 0?"":l;return e("sqm-portal-container",{padding:"large",gap:"medium",part:"sqm-base"},e("img",{style:{height:"100px",margin:"auto"},src:r(s,{height:200}),decoding:"async"}),e("sqm-titled-section",{style:{maxHeight:"400px"},"label-margin":"xxx-small","text-align":"center"},e("sqm-text",{slot:"label"},e("p",{part:"header-text"},n)),e("sqm-text",{slot:"content"},e("p",{part:"description-text"},i.formatMessage({id:"emptyStateText",defaultMessage:o},{supportText:e("a",{target:"_blank",href:"mailto:saasquatch-support@impact.com?subject=Next steps for "+m+" feature&body=Hi Support Team, %0D%0A\n %0D%0A \n I am interested to learn more about the "+m+" feature. Please let me know the next steps to access this feature, including any necessary plan upgrades.%0D%0A\n %0D%0A \n - Feature Interested In: "+m+"%0D%0A\n - Company Name: [Please fill out your company name here]%0D%0A\n %0D%0A\n Thank you"},a)})))))}var c=t("sqm_empty",function(){function t(t){n(this,t)}t.prototype.render=function(){return e(s,{slot:"empty"},e(p,{emptyStateImage:this.emptyStateImage||"https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png",emptyStateHeader:this.emptyStateHeader,emptyStateText:this.emptyStateText,supportText:this.supportText}))};return t}());var f=t("sqm_portal_container",function(){function t(t){n(this,t);this.ignored=true;this.direction="column";this.gap="xxx-large";this.display="grid";this.maxWidth="100%";this.flexWrap="wrap";o(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){return e(l,Object.assign({},a(this)),e("slot",null))};return t}());var h=t("sqm_text",function(){function t(t){n(this,t);this.ignored=true;o(this)}t.prototype.disconnectedCallback=function(){};t.prototype.componentWillLoad=function(){};t.prototype.render=function(){var t="\n sqm-text {\n display: block;\n color: "+(this.textColor||"var(--sqm-text)")+";\n }\n\n sqm-text h1 {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-xxx-large)")+";\n font-weight: var(--sl-font-weight-semibold);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text h2 {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-xx-large)")+";\n font-weight: var(--sl-font-weight-semibold);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text h3 {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-x-large)")+";\n font-weight: var(--sl-font-weight-semibold);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text h4 {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-large)")+";\n font-weight: var(--sl-font-weight-bold);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text p {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-medium)")+";\n font-weight: var(--sl-font-weight-normal);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n\n sqm-text sub {\n font-size: "+(this.fontSize?this.fontSize+"px":"var(--sl-font-size-small)")+";\n font-weight: var(--sl-font-weight-normal);\n color: "+(this.textColor||"var(--sqm-text)")+";\n margin: 0;\n }\n ";return e("div",null,e("style",null,t),e("slot",null))};return t}());var u=t("sqm_titled_section",function(){function t(t){n(this,t);this.textAlign="left";this.labelMargin="small";this.padding="none";o(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=e("slot",{name:"label"},this.label);var n=e("slot",{name:"content"});return e(m,Object.assign({},__assign(__assign({},a(this)),{label:t,content:n})))};return t}())}}}));
@@ -10,7 +10,11 @@ export interface ShareLinkViewProps {
10
10
  allowCustomization: boolean;
11
11
  customizeLinkLabel: string;
12
12
  saveLabelText: string;
13
+ savingLabelText: string;
13
14
  cancelLabelText: string;
15
+ editLabelText: string;
16
+ charactersRemainingText: string;
17
+ validatingLabelText: string;
14
18
  isEditing: boolean;
15
19
  editValue: string;
16
20
  domainPrefix: string;
@@ -96,6 +96,7 @@ export declare class ShareLink {
96
96
  * @uiName Allow customization
97
97
  * @uiType boolean
98
98
  * @uiGroup Customizable Vanity Link
99
+ * @uiWidget CustomLinkSwitch
99
100
  * @requiredFlavor impact
100
101
  */
101
102
  allowCustomization?: boolean;
@@ -211,6 +212,42 @@ export declare class ShareLink {
211
212
  * @requiredFlavor impact
212
213
  */
213
214
  saveLabelText?: string;
215
+ /**
216
+ * Text for the save button while saving is in progress
217
+ *
218
+ * @uiName Saving button label
219
+ * @uiType string
220
+ * @uiGroup Customizable Vanity Link
221
+ * @requiredFlavor impact
222
+ */
223
+ savingLabelText?: string;
224
+ /**
225
+ * Label shown above the link input while editing
226
+ *
227
+ * @uiName Edit input label
228
+ * @uiType string
229
+ * @uiGroup Customizable Vanity Link
230
+ * @requiredFlavor impact
231
+ */
232
+ editLabelText?: string;
233
+ /**
234
+ * Text shown when nearing the character limit. Use {charactersRemaining} as a placeholder for the count.
235
+ *
236
+ * @uiName Characters remaining text
237
+ * @uiType string
238
+ * @uiGroup Customizable Vanity Link
239
+ * @requiredFlavor impact
240
+ */
241
+ charactersRemainingText?: string;
242
+ /**
243
+ * Text shown while the link is being validated
244
+ *
245
+ * @uiName Validating label
246
+ * @uiType string
247
+ * @uiGroup Customizable Vanity Link
248
+ * @requiredFlavor impact
249
+ */
250
+ validatingLabelText?: string;
214
251
  /**
215
252
  * @uiName Min characters text
216
253
  * @uiType string
@@ -227,12 +264,30 @@ export declare class ShareLink {
227
264
  * @requiredFlavor impact
228
265
  */
229
266
  supportLinkText?: string;
267
+ /**
268
+ * Title shown when saving fails with an unknown error
269
+ *
270
+ * @uiName Save error title
271
+ * @uiType string
272
+ * @uiGroup Customizable Vanity Link
273
+ * @requiredFlavor impact
274
+ */
275
+ saveErrorTitle?: string;
276
+ /**
277
+ * Description shown when saving fails with an unknown error
278
+ *
279
+ * @uiName Save error description
280
+ * @uiType string
281
+ * @uiWidget textarea
282
+ * @uiGroup Customizable Vanity Link
283
+ * @requiredFlavor impact
284
+ */
285
+ saveErrorDescription?: string;
230
286
  /**
231
287
  * @undocumented
232
288
  * @uiType object
233
289
  */
234
290
  demoData?: DemoData<ShareLinkViewProps>;
235
- editsRemaining?: number;
236
291
  constructor();
237
292
  disconnectedCallback(): void;
238
293
  render(): any;
@@ -8,7 +8,11 @@ export interface ShareLinkProps {
8
8
  customizeUrlText?: string;
9
9
  customizeLinkButtonLabel?: string;
10
10
  saveLabelText?: string;
11
+ savingLabelText?: string;
11
12
  cancelLabelText?: string;
13
+ editLabelText?: string;
14
+ charactersRemainingText?: string;
15
+ validatingLabelText?: string;
12
16
  textAlign?: "left" | "center" | "right";
13
17
  buttonStyle?: "icon" | "button-outside" | "button-below";
14
18
  backgroundColor?: string;
@@ -28,5 +32,7 @@ export interface ShareLinkProps {
28
32
  supportLinkText?: string;
29
33
  customizeDisabledTooltip?: string;
30
34
  minCharactersText?: string;
35
+ saveErrorTitle?: string;
36
+ saveErrorDescription?: string;
31
37
  }
32
38
  export declare function useShareLink(props: ShareLinkProps): ShareLinkViewProps;
@@ -4899,6 +4899,7 @@ export namespace Components {
4899
4899
  * @uiName Allow customization
4900
4900
  * @uiType boolean
4901
4901
  * @uiGroup Customizable Vanity Link
4902
+ * @uiWidget CustomLinkSwitch
4902
4903
  * @requiredFlavor impact
4903
4904
  */
4904
4905
  "allowCustomization"?: boolean;
@@ -4951,6 +4952,14 @@ export namespace Components {
4951
4952
  * @requiredFlavor impact
4952
4953
  */
4953
4954
  "cancelLabelText"?: string;
4955
+ /**
4956
+ * Text shown when nearing the character limit. Use {charactersRemaining} as a placeholder for the count.
4957
+ * @uiName Characters remaining text
4958
+ * @uiType string
4959
+ * @uiGroup Customizable Vanity Link
4960
+ * @requiredFlavor impact
4961
+ */
4962
+ "charactersRemainingText"?: string;
4954
4963
  /**
4955
4964
  * @uiName Copy button label
4956
4965
  */
@@ -4976,6 +4985,14 @@ export namespace Components {
4976
4985
  * @uiType object
4977
4986
  */
4978
4987
  "demoData"?: DemoData<ShareLinkViewProps>;
4988
+ /**
4989
+ * Label shown above the link input while editing
4990
+ * @uiName Edit input label
4991
+ * @uiType string
4992
+ * @uiGroup Customizable Vanity Link
4993
+ * @requiredFlavor impact
4994
+ */
4995
+ "editLabelText"?: string;
4979
4996
  /**
4980
4997
  * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
4981
4998
  * @uiName Edit limit reached text
@@ -4993,7 +5010,6 @@ export namespace Components {
4993
5010
  * @requiredFlavor impact
4994
5011
  */
4995
5012
  "editLimitText"?: string;
4996
- "editsRemaining"?: number;
4997
5013
  /**
4998
5014
  * Description text shown when the link contains invalid special characters.
4999
5015
  * @uiName Invalid characters error description
@@ -5058,6 +5074,23 @@ export namespace Components {
5058
5074
  * @requiredFlavor impact
5059
5075
  */
5060
5076
  "restrictedWordsErrorTitle"?: string;
5077
+ /**
5078
+ * Description shown when saving fails with an unknown error
5079
+ * @uiName Save error description
5080
+ * @uiType string
5081
+ * @uiWidget textarea
5082
+ * @uiGroup Customizable Vanity Link
5083
+ * @requiredFlavor impact
5084
+ */
5085
+ "saveErrorDescription"?: string;
5086
+ /**
5087
+ * Title shown when saving fails with an unknown error
5088
+ * @uiName Save error title
5089
+ * @uiType string
5090
+ * @uiGroup Customizable Vanity Link
5091
+ * @requiredFlavor impact
5092
+ */
5093
+ "saveErrorTitle"?: string;
5061
5094
  /**
5062
5095
  * Text for the save button in editing mode
5063
5096
  * @uiName Save button label
@@ -5066,6 +5099,14 @@ export namespace Components {
5066
5099
  * @requiredFlavor impact
5067
5100
  */
5068
5101
  "saveLabelText"?: string;
5102
+ /**
5103
+ * Text for the save button while saving is in progress
5104
+ * @uiName Saving button label
5105
+ * @uiType string
5106
+ * @uiGroup Customizable Vanity Link
5107
+ * @requiredFlavor impact
5108
+ */
5109
+ "savingLabelText"?: string;
5069
5110
  /**
5070
5111
  * Display text for the support link in the edit limit reached message
5071
5112
  * @uiName Support link text
@@ -5101,6 +5142,14 @@ export namespace Components {
5101
5142
  * @uiName Tooltip text
5102
5143
  */
5103
5144
  "tooltiptext": string;
5145
+ /**
5146
+ * Text shown while the link is being validated
5147
+ * @uiName Validating label
5148
+ * @uiType string
5149
+ * @uiGroup Customizable Vanity Link
5150
+ * @requiredFlavor impact
5151
+ */
5152
+ "validatingLabelText"?: string;
5104
5153
  }
5105
5154
  interface SqmSkeleton {
5106
5155
  /**
@@ -12921,6 +12970,7 @@ declare namespace LocalJSX {
12921
12970
  * @uiName Allow customization
12922
12971
  * @uiType boolean
12923
12972
  * @uiGroup Customizable Vanity Link
12973
+ * @uiWidget CustomLinkSwitch
12924
12974
  * @requiredFlavor impact
12925
12975
  */
12926
12976
  "allowCustomization"?: boolean;
@@ -12973,6 +13023,14 @@ declare namespace LocalJSX {
12973
13023
  * @requiredFlavor impact
12974
13024
  */
12975
13025
  "cancelLabelText"?: string;
13026
+ /**
13027
+ * Text shown when nearing the character limit. Use {charactersRemaining} as a placeholder for the count.
13028
+ * @uiName Characters remaining text
13029
+ * @uiType string
13030
+ * @uiGroup Customizable Vanity Link
13031
+ * @requiredFlavor impact
13032
+ */
13033
+ "charactersRemainingText"?: string;
12976
13034
  /**
12977
13035
  * @uiName Copy button label
12978
13036
  */
@@ -12998,6 +13056,14 @@ declare namespace LocalJSX {
12998
13056
  * @uiType object
12999
13057
  */
13000
13058
  "demoData"?: DemoData<ShareLinkViewProps>;
13059
+ /**
13060
+ * Label shown above the link input while editing
13061
+ * @uiName Edit input label
13062
+ * @uiType string
13063
+ * @uiGroup Customizable Vanity Link
13064
+ * @requiredFlavor impact
13065
+ */
13066
+ "editLabelText"?: string;
13001
13067
  /**
13002
13068
  * Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
13003
13069
  * @uiName Edit limit reached text
@@ -13015,7 +13081,6 @@ declare namespace LocalJSX {
13015
13081
  * @requiredFlavor impact
13016
13082
  */
13017
13083
  "editLimitText"?: string;
13018
- "editsRemaining"?: number;
13019
13084
  /**
13020
13085
  * Description text shown when the link contains invalid special characters.
13021
13086
  * @uiName Invalid characters error description
@@ -13080,6 +13145,23 @@ declare namespace LocalJSX {
13080
13145
  * @requiredFlavor impact
13081
13146
  */
13082
13147
  "restrictedWordsErrorTitle"?: string;
13148
+ /**
13149
+ * Description shown when saving fails with an unknown error
13150
+ * @uiName Save error description
13151
+ * @uiType string
13152
+ * @uiWidget textarea
13153
+ * @uiGroup Customizable Vanity Link
13154
+ * @requiredFlavor impact
13155
+ */
13156
+ "saveErrorDescription"?: string;
13157
+ /**
13158
+ * Title shown when saving fails with an unknown error
13159
+ * @uiName Save error title
13160
+ * @uiType string
13161
+ * @uiGroup Customizable Vanity Link
13162
+ * @requiredFlavor impact
13163
+ */
13164
+ "saveErrorTitle"?: string;
13083
13165
  /**
13084
13166
  * Text for the save button in editing mode
13085
13167
  * @uiName Save button label
@@ -13088,6 +13170,14 @@ declare namespace LocalJSX {
13088
13170
  * @requiredFlavor impact
13089
13171
  */
13090
13172
  "saveLabelText"?: string;
13173
+ /**
13174
+ * Text for the save button while saving is in progress
13175
+ * @uiName Saving button label
13176
+ * @uiType string
13177
+ * @uiGroup Customizable Vanity Link
13178
+ * @requiredFlavor impact
13179
+ */
13180
+ "savingLabelText"?: string;
13091
13181
  /**
13092
13182
  * Display text for the support link in the edit limit reached message
13093
13183
  * @uiName Support link text
@@ -13123,6 +13213,14 @@ declare namespace LocalJSX {
13123
13213
  * @uiName Tooltip text
13124
13214
  */
13125
13215
  "tooltiptext"?: string;
13216
+ /**
13217
+ * Text shown while the link is being validated
13218
+ * @uiName Validating label
13219
+ * @uiType string
13220
+ * @uiGroup Customizable Vanity Link
13221
+ * @requiredFlavor impact
13222
+ */
13223
+ "validatingLabelText"?: string;
13126
13224
  }
13127
13225
  interface SqmSkeleton {
13128
13226
  /**
package/docs/docs.docx CHANGED
Binary file