@saasquatch/mint-components 2.1.8-27 → 2.1.8-28
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-e1e20b3a.js → ShadowViewAddon-363fcb59.js} +4 -3
- 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 +10 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -1
- package/dist/cjs/useShareLink-94e077a4.js +454 -0
- package/dist/collection/components/sqm-share-link/ShareLink.stories.js +1 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +3 -2
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +41 -3
- package/dist/collection/components/sqm-share-link/useShareLink.js +1 -1
- package/dist/esm/{ShadowViewAddon-abfb02b8.js → ShadowViewAddon-667b4e9b.js} +4 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_45.entry.js +10 -2
- package/dist/esm/sqm-stencilbook.entry.js +2 -1
- package/dist/esm/useShareLink-416a856a.js +451 -0
- package/dist/esm-es5/{ShadowViewAddon-abfb02b8.js → ShadowViewAddon-667b4e9b.js} +1 -1
- 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/esm-es5/useShareLink-416a856a.js +1 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-5167f62c.entry.js → p-154642b1.entry.js} +2 -2
- package/dist/mint-components/{p-97b2aabc.js → p-17ebb16a.js} +2 -2
- package/dist/mint-components/{p-608be5f4.system.entry.js → p-33caf964.system.entry.js} +1 -1
- package/dist/mint-components/p-4b365f1f.system.js +1 -1
- package/dist/mint-components/{p-95304aa0.system.js → p-609d0fc4.system.js} +1 -1
- package/dist/mint-components/{p-d36f7dcf.system.entry.js → p-627789fa.system.entry.js} +1 -1
- package/dist/mint-components/{p-38491d20.entry.js → p-7db028eb.entry.js} +2 -2
- package/dist/mint-components/useShareLink-416a856a.js +451 -0
- package/dist/mint-components/useShareLink-af6ede83.system.js +1 -0
- package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +1 -0
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +7 -0
- package/dist/types/components/sqm-share-link/useShareLink.d.ts +1 -0
- package/dist/types/components.d.ts +14 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -5023,6 +5023,13 @@ export namespace Components {
|
|
|
5023
5023
|
* @requiredFlavor impact
|
|
5024
5024
|
*/
|
|
5025
5025
|
"linkTakenErrorTitle"?: string;
|
|
5026
|
+
/**
|
|
5027
|
+
* @uiName Min characters text
|
|
5028
|
+
* @uiType string
|
|
5029
|
+
* @uiGroup Customizable Vanity Link
|
|
5030
|
+
* @requiredFlavor impact
|
|
5031
|
+
*/
|
|
5032
|
+
"minCharactersText"?: string;
|
|
5026
5033
|
/**
|
|
5027
5034
|
* The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
|
|
5028
5035
|
* @uiName Program ID
|
|
@@ -13033,6 +13040,13 @@ declare namespace LocalJSX {
|
|
|
13033
13040
|
* @requiredFlavor impact
|
|
13034
13041
|
*/
|
|
13035
13042
|
"linkTakenErrorTitle"?: string;
|
|
13043
|
+
/**
|
|
13044
|
+
* @uiName Min characters text
|
|
13045
|
+
* @uiType string
|
|
13046
|
+
* @uiGroup Customizable Vanity Link
|
|
13047
|
+
* @requiredFlavor impact
|
|
13048
|
+
*/
|
|
13049
|
+
"minCharactersText"?: string;
|
|
13036
13050
|
/**
|
|
13037
13051
|
* The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded.
|
|
13038
13052
|
* @uiName Program ID
|
package/docs/docs.docx
CHANGED
|
Binary file
|