@saasquatch/mint-components 2.1.8-7 → 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.
- package/dist/cjs/{ShadowViewAddon-75404e1f.js → ShadowViewAddon-64549c19.js} +29 -26
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat_45.cjs.entry.js +17 -17
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +9 -9
- package/dist/collection/components/sqm-share-link/ShareLink.stories.js +6 -6
- package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +1 -1
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +39 -39
- package/dist/collection/components/sqm-share-link/useShareLink.js +29 -26
- package/dist/esm/{ShadowViewAddon-2e9a1655.js → ShadowViewAddon-c6a80259.js} +30 -27
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_45.entry.js +17 -17
- package/dist/esm/sqm-stencilbook.entry.js +9 -9
- package/dist/esm-es5/ShadowViewAddon-c6a80259.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_45.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-29545716.js +503 -0
- package/dist/mint-components/p-37619dff.system.js +1 -0
- package/dist/mint-components/{p-20cb8ce8.system.entry.js → p-68a350d0.system.entry.js} +1 -1
- package/dist/mint-components/{p-e0d31cf0.system.entry.js → p-6f114e7e.system.entry.js} +1 -1
- package/dist/mint-components/{p-82477dee.entry.js → p-8c8b9246.entry.js} +2 -2
- package/dist/mint-components/{p-b3b9dc4a.entry.js → p-b9b132d5.entry.js} +2 -2
- package/dist/mint-components/p-ca098be1.system.js +1 -1
- package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +2 -2
- package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +1 -1
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +16 -16
- package/dist/types/components/sqm-share-link/useShareLink.d.ts +6 -6
- package/dist/types/components.d.ts +46 -46
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/ShadowViewAddon-2e9a1655.js +0 -1
- package/dist/mint-components/p-09216bf4.system.js +0 -1
- package/dist/mint-components/p-0965bb80.js +0 -503
|
@@ -4976,47 +4976,47 @@ export namespace Components {
|
|
|
4976
4976
|
*/
|
|
4977
4977
|
"editLimitText"?: string;
|
|
4978
4978
|
/**
|
|
4979
|
-
* Description text shown when the link
|
|
4980
|
-
* @uiName
|
|
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
|
-
"
|
|
4983
|
+
"existingCodeConflictErrorDescription"?: string;
|
|
4984
4984
|
/**
|
|
4985
|
-
* Title text shown when the link
|
|
4986
|
-
* @uiName
|
|
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
|
-
"
|
|
4989
|
+
"existingCodeConflictErrorTitle"?: string;
|
|
4990
4990
|
/**
|
|
4991
|
-
* Description text shown when the
|
|
4992
|
-
* @uiName
|
|
4991
|
+
* Description text shown when the link contains invalid characters
|
|
4992
|
+
* @uiName Invalid characters error description
|
|
4993
4993
|
* @uiType string
|
|
4994
4994
|
*/
|
|
4995
|
-
"
|
|
4995
|
+
"invalidCharactersErrorDescription"?: string;
|
|
4996
4996
|
/**
|
|
4997
|
-
* Title text shown when the
|
|
4998
|
-
* @uiName
|
|
4997
|
+
* Title text shown when the link contains invalid characters
|
|
4998
|
+
* @uiName Invalid characters error title
|
|
4999
4999
|
* @uiType string
|
|
5000
5000
|
*/
|
|
5001
|
-
"
|
|
5001
|
+
"invalidCharactersErrorTitle"?: string;
|
|
5002
5002
|
/**
|
|
5003
|
-
*
|
|
5004
|
-
* @uiName
|
|
5005
|
-
* @
|
|
5003
|
+
* Description text shown when the link contains profanity
|
|
5004
|
+
* @uiName Profanity error description
|
|
5005
|
+
* @uiType string
|
|
5006
5006
|
*/
|
|
5007
|
-
"
|
|
5007
|
+
"profanityErrorDescription"?: string;
|
|
5008
5008
|
/**
|
|
5009
|
-
*
|
|
5010
|
-
* @uiName
|
|
5009
|
+
* Title text shown when the link contains profanity
|
|
5010
|
+
* @uiName Profanity error title
|
|
5011
5011
|
* @uiType string
|
|
5012
5012
|
*/
|
|
5013
|
-
"
|
|
5013
|
+
"profanityErrorTitle"?: string;
|
|
5014
5014
|
/**
|
|
5015
|
-
*
|
|
5016
|
-
* @uiName
|
|
5017
|
-
* @
|
|
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
|
-
"
|
|
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
|
|
12963
|
-
* @uiName
|
|
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
|
-
"
|
|
12966
|
+
"existingCodeConflictErrorDescription"?: string;
|
|
12967
12967
|
/**
|
|
12968
|
-
* Title text shown when the link
|
|
12969
|
-
* @uiName
|
|
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
|
-
"
|
|
12972
|
+
"existingCodeConflictErrorTitle"?: string;
|
|
12973
12973
|
/**
|
|
12974
|
-
* Description text shown when the
|
|
12975
|
-
* @uiName
|
|
12974
|
+
* Description text shown when the link contains invalid characters
|
|
12975
|
+
* @uiName Invalid characters error description
|
|
12976
12976
|
* @uiType string
|
|
12977
12977
|
*/
|
|
12978
|
-
"
|
|
12978
|
+
"invalidCharactersErrorDescription"?: string;
|
|
12979
12979
|
/**
|
|
12980
|
-
* Title text shown when the
|
|
12981
|
-
* @uiName
|
|
12980
|
+
* Title text shown when the link contains invalid characters
|
|
12981
|
+
* @uiName Invalid characters error title
|
|
12982
12982
|
* @uiType string
|
|
12983
12983
|
*/
|
|
12984
|
-
"
|
|
12984
|
+
"invalidCharactersErrorTitle"?: string;
|
|
12985
12985
|
/**
|
|
12986
|
-
*
|
|
12987
|
-
* @uiName
|
|
12988
|
-
* @
|
|
12986
|
+
* Description text shown when the link contains profanity
|
|
12987
|
+
* @uiName Profanity error description
|
|
12988
|
+
* @uiType string
|
|
12989
12989
|
*/
|
|
12990
|
-
"
|
|
12990
|
+
"profanityErrorDescription"?: string;
|
|
12991
12991
|
/**
|
|
12992
|
-
*
|
|
12993
|
-
* @uiName
|
|
12992
|
+
* Title text shown when the link contains profanity
|
|
12993
|
+
* @uiName Profanity error title
|
|
12994
12994
|
* @uiType string
|
|
12995
12995
|
*/
|
|
12996
|
-
"
|
|
12996
|
+
"profanityErrorTitle"?: string;
|
|
12997
12997
|
/**
|
|
12998
|
-
*
|
|
12999
|
-
* @uiName
|
|
13000
|
-
* @
|
|
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
|
-
"
|
|
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
|