@saasquatch/mint-components 2.1.8-8 → 2.1.8-9

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 (39) hide show
  1. package/dist/cjs/{ShadowViewAddon-032ec191.js → ShadowViewAddon-64549c19.js} +31 -28
  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 +17 -17
  5. package/dist/cjs/sqm-stencilbook.cjs.entry.js +9 -9
  6. package/dist/collection/components/sqm-share-link/ShareLink.stories.js +6 -6
  7. package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +1 -1
  8. package/dist/collection/components/sqm-share-link/sqm-share-link.js +39 -39
  9. package/dist/collection/components/sqm-share-link/useShareLink.js +29 -27
  10. package/dist/esm/{ShadowViewAddon-c416da17.js → ShadowViewAddon-c6a80259.js} +32 -29
  11. package/dist/esm/loader.js +1 -1
  12. package/dist/esm/mint-components.js +1 -1
  13. package/dist/esm/sqm-big-stat_45.entry.js +17 -17
  14. package/dist/esm/sqm-stencilbook.entry.js +9 -9
  15. package/dist/esm-es5/ShadowViewAddon-c6a80259.js +1 -0
  16. package/dist/esm-es5/loader.js +1 -1
  17. package/dist/esm-es5/mint-components.js +1 -1
  18. package/dist/esm-es5/sqm-big-stat_45.entry.js +1 -1
  19. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  20. package/dist/mint-components/mint-components.esm.js +1 -1
  21. package/dist/mint-components/p-29545716.js +503 -0
  22. package/dist/mint-components/p-37619dff.system.js +1 -0
  23. package/dist/mint-components/{p-f81a82ef.system.entry.js → p-68a350d0.system.entry.js} +1 -1
  24. package/dist/mint-components/{p-fae169d4.system.entry.js → p-6f114e7e.system.entry.js} +1 -1
  25. package/dist/mint-components/{p-b2d6964f.entry.js → p-8c8b9246.entry.js} +2 -2
  26. package/dist/mint-components/{p-ac41bf4f.entry.js → p-b9b132d5.entry.js} +2 -2
  27. package/dist/mint-components/p-ca098be1.system.js +1 -1
  28. package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +2 -2
  29. package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +1 -1
  30. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +16 -16
  31. package/dist/types/components/sqm-share-link/useShareLink.d.ts +6 -6
  32. package/dist/types/components.d.ts +46 -46
  33. package/docs/docs.docx +0 -0
  34. package/docs/raisins.json +1 -1
  35. package/grapesjs/grapesjs.js +1 -1
  36. package/package.json +1 -1
  37. package/dist/esm-es5/ShadowViewAddon-c416da17.js +0 -1
  38. package/dist/mint-components/p-79d1f59e.js +0 -503
  39. package/dist/mint-components/p-d9d0cc60.system.js +0 -1
@@ -4976,47 +4976,47 @@ export namespace Components {
4976
4976
  */
4977
4977
  "editLimitText"?: string;
4978
4978
  /**
4979
- * Description text shown when the link contains invalid symbols
4980
- * @uiName Invalid symbols error description
4979
+ * Description text shown when the custom link is already taken
4980
+ * @uiName Existing code conflict error description
4981
4981
  * @uiType string
4982
4982
  */
4983
- "invalidSymbolsErrorDescription"?: string;
4983
+ "existingCodeConflictErrorDescription"?: string;
4984
4984
  /**
4985
- * Title text shown when the link contains invalid symbols
4986
- * @uiName Invalid symbols error title
4985
+ * Title text shown when the custom link is already taken
4986
+ * @uiName Existing code conflict error title
4987
4987
  * @uiType string
4988
4988
  */
4989
- "invalidSymbolsErrorTitle"?: string;
4989
+ "existingCodeConflictErrorTitle"?: string;
4990
4990
  /**
4991
- * Description text shown when the custom link is already taken
4992
- * @uiName Link taken error description
4991
+ * Description text shown when the link contains invalid characters
4992
+ * @uiName Invalid characters error description
4993
4993
  * @uiType string
4994
4994
  */
4995
- "linkTakenErrorDescription"?: string;
4995
+ "invalidCharactersErrorDescription"?: string;
4996
4996
  /**
4997
- * Title text shown when the custom link is already taken
4998
- * @uiName Link taken error title
4997
+ * Title text shown when the link contains invalid characters
4998
+ * @uiName Invalid characters error title
4999
4999
  * @uiType string
5000
5000
  */
5001
- "linkTakenErrorTitle"?: string;
5001
+ "invalidCharactersErrorTitle"?: string;
5002
5002
  /**
5003
- * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
5004
- * @uiName Program ID
5005
- * @uiWidget programSelector
5003
+ * Description text shown when the link contains profanity
5004
+ * @uiName Profanity error description
5005
+ * @uiType string
5006
5006
  */
5007
- "programId"?: string;
5007
+ "profanityErrorDescription"?: string;
5008
5008
  /**
5009
- * Description text shown when the link contains a restricted word
5010
- * @uiName Restricted word error description
5009
+ * Title text shown when the link contains profanity
5010
+ * @uiName Profanity error title
5011
5011
  * @uiType string
5012
5012
  */
5013
- "restrictedWordErrorDescription"?: string;
5013
+ "profanityErrorTitle"?: string;
5014
5014
  /**
5015
- * Title text shown when the link contains a restricted word
5016
- * @uiName Restricted word error title
5017
- * @uiType string
5015
+ * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
5016
+ * @uiName Program ID
5017
+ * @uiWidget programSelector
5018
5018
  */
5019
- "restrictedWordErrorTitle"?: string;
5019
+ "programId"?: string;
5020
5020
  /**
5021
5021
  * Text for the save button in editing mode
5022
5022
  * @uiName Save button label
@@ -12959,47 +12959,47 @@ declare namespace LocalJSX {
12959
12959
  */
12960
12960
  "editLimitText"?: string;
12961
12961
  /**
12962
- * Description text shown when the link contains invalid symbols
12963
- * @uiName Invalid symbols error description
12962
+ * Description text shown when the custom link is already taken
12963
+ * @uiName Existing code conflict error description
12964
12964
  * @uiType string
12965
12965
  */
12966
- "invalidSymbolsErrorDescription"?: string;
12966
+ "existingCodeConflictErrorDescription"?: string;
12967
12967
  /**
12968
- * Title text shown when the link contains invalid symbols
12969
- * @uiName Invalid symbols error title
12968
+ * Title text shown when the custom link is already taken
12969
+ * @uiName Existing code conflict error title
12970
12970
  * @uiType string
12971
12971
  */
12972
- "invalidSymbolsErrorTitle"?: string;
12972
+ "existingCodeConflictErrorTitle"?: string;
12973
12973
  /**
12974
- * Description text shown when the custom link is already taken
12975
- * @uiName Link taken error description
12974
+ * Description text shown when the link contains invalid characters
12975
+ * @uiName Invalid characters error description
12976
12976
  * @uiType string
12977
12977
  */
12978
- "linkTakenErrorDescription"?: string;
12978
+ "invalidCharactersErrorDescription"?: string;
12979
12979
  /**
12980
- * Title text shown when the custom link is already taken
12981
- * @uiName Link taken error title
12980
+ * Title text shown when the link contains invalid characters
12981
+ * @uiName Invalid characters error title
12982
12982
  * @uiType string
12983
12983
  */
12984
- "linkTakenErrorTitle"?: string;
12984
+ "invalidCharactersErrorTitle"?: string;
12985
12985
  /**
12986
- * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
12987
- * @uiName Program ID
12988
- * @uiWidget programSelector
12986
+ * Description text shown when the link contains profanity
12987
+ * @uiName Profanity error description
12988
+ * @uiType string
12989
12989
  */
12990
- "programId"?: string;
12990
+ "profanityErrorDescription"?: string;
12991
12991
  /**
12992
- * Description text shown when the link contains a restricted word
12993
- * @uiName Restricted word error description
12992
+ * Title text shown when the link contains profanity
12993
+ * @uiName Profanity error title
12994
12994
  * @uiType string
12995
12995
  */
12996
- "restrictedWordErrorDescription"?: string;
12996
+ "profanityErrorTitle"?: string;
12997
12997
  /**
12998
- * Title text shown when the link contains a restricted word
12999
- * @uiName Restricted word error title
13000
- * @uiType string
12998
+ * The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
12999
+ * @uiName Program ID
13000
+ * @uiWidget programSelector
13001
13001
  */
13002
- "restrictedWordErrorTitle"?: string;
13002
+ "programId"?: string;
13003
13003
  /**
13004
13004
  * Text for the save button in editing mode
13005
13005
  * @uiName Save button label
package/docs/docs.docx CHANGED
Binary file