@saasquatch/mint-components 2.1.8-25 → 2.1.8-27
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-247ccfa4.js → ShadowViewAddon-e1e20b3a.js} +7 -4
- 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 +38 -38
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +7 -4
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +114 -114
- package/dist/esm/{ShadowViewAddon-e7e73e36.js → ShadowViewAddon-abfb02b8.js} +7 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_45.entry.js +38 -38
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/{ShadowViewAddon-e7e73e36.js → ShadowViewAddon-abfb02b8.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/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-365363b5.entry.js → p-38491d20.entry.js} +2 -2
- package/dist/mint-components/p-4b365f1f.system.js +1 -1
- package/dist/mint-components/{p-c7f4a587.entry.js → p-5167f62c.entry.js} +1 -1
- package/dist/mint-components/{p-4aede05c.system.entry.js → p-608be5f4.system.entry.js} +1 -1
- package/dist/mint-components/{p-0a02a7a5.system.js → p-95304aa0.system.js} +1 -1
- package/dist/mint-components/{p-3be90659.js → p-97b2aabc.js} +1 -1
- package/dist/mint-components/{p-f62812ff.system.entry.js → p-d36f7dcf.system.entry.js} +1 -1
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +37 -37
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -100,51 +100,61 @@ export declare class ShareLink {
|
|
|
100
100
|
*/
|
|
101
101
|
allowCustomization?: boolean;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* Text for the cancel button in editing mode
|
|
104
104
|
*
|
|
105
|
-
* @uiName
|
|
105
|
+
* @uiName Cancel button label
|
|
106
106
|
* @uiType string
|
|
107
107
|
* @uiGroup Customizable Vanity Link
|
|
108
108
|
* @requiredFlavor impact
|
|
109
109
|
*/
|
|
110
|
-
|
|
110
|
+
cancelLabelText?: string;
|
|
111
111
|
/**
|
|
112
|
-
*
|
|
112
|
+
* Tooltip text shown when link customization is disabled
|
|
113
113
|
*
|
|
114
|
-
* @uiName
|
|
114
|
+
* @uiName Customize disabled tooltip
|
|
115
115
|
* @uiType string
|
|
116
116
|
* @uiGroup Customizable Vanity Link
|
|
117
117
|
* @requiredFlavor impact
|
|
118
118
|
*/
|
|
119
|
-
|
|
119
|
+
customizeDisabledTooltip?: string;
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* Displayed below the share link.
|
|
122
122
|
*
|
|
123
|
-
* @uiName
|
|
123
|
+
* @uiName Customize link button label
|
|
124
124
|
* @uiType string
|
|
125
125
|
* @uiGroup Customizable Vanity Link
|
|
126
126
|
* @requiredFlavor impact
|
|
127
127
|
*/
|
|
128
|
-
|
|
128
|
+
customizeLinkButtonLabel?: string;
|
|
129
129
|
/**
|
|
130
|
-
*
|
|
130
|
+
* Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
|
|
131
131
|
*
|
|
132
|
-
* @uiName
|
|
132
|
+
* @uiName Edit limit reached text
|
|
133
133
|
* @uiType string
|
|
134
|
+
* @uiWidget textarea
|
|
134
135
|
* @uiGroup Customizable Vanity Link
|
|
135
136
|
* @requiredFlavor impact
|
|
136
137
|
*/
|
|
137
|
-
|
|
138
|
+
editLimitReachedText?: string;
|
|
138
139
|
/**
|
|
139
|
-
*
|
|
140
|
+
* Subtext shown while the user is customizing their URL.
|
|
140
141
|
*
|
|
141
|
-
* @uiName
|
|
142
|
+
* @uiName Edit limit text
|
|
143
|
+
* @uiType string
|
|
144
|
+
* @uiGroup Customizable Vanity Link
|
|
145
|
+
* @requiredFlavor impact
|
|
146
|
+
*/
|
|
147
|
+
editLimitText?: string;
|
|
148
|
+
/**
|
|
149
|
+
* Description text shown when the link contains invalid special characters.
|
|
150
|
+
*
|
|
151
|
+
* @uiName Invalid characters error description
|
|
142
152
|
* @uiType string
|
|
143
153
|
* @uiWidget textarea
|
|
144
154
|
* @uiGroup Customizable Vanity Link
|
|
145
155
|
* @requiredFlavor impact
|
|
146
156
|
*/
|
|
147
|
-
|
|
157
|
+
invalidCharactersErrorDescription?: string;
|
|
148
158
|
/**
|
|
149
159
|
* Title of the error message shown when the link contains invalid special characters.
|
|
150
160
|
*
|
|
@@ -155,24 +165,24 @@ export declare class ShareLink {
|
|
|
155
165
|
*/
|
|
156
166
|
invalidCharactersErrorTitle?: string;
|
|
157
167
|
/**
|
|
158
|
-
* Description text shown when the link
|
|
168
|
+
* Description text shown when the link has already been taken
|
|
159
169
|
*
|
|
160
|
-
* @uiName
|
|
170
|
+
* @uiName Link taken error message
|
|
161
171
|
* @uiType string
|
|
162
172
|
* @uiWidget textarea
|
|
163
173
|
* @uiGroup Customizable Vanity Link
|
|
164
174
|
* @requiredFlavor impact
|
|
165
175
|
*/
|
|
166
|
-
|
|
176
|
+
linkTakenErrorDescription?: string;
|
|
167
177
|
/**
|
|
168
|
-
* Title of the error message shown when the link
|
|
178
|
+
* Title of the error message shown when the link has already been taken
|
|
169
179
|
*
|
|
170
|
-
* @uiName
|
|
180
|
+
* @uiName Link taken error title
|
|
171
181
|
* @uiType string
|
|
172
182
|
* @uiGroup Customizable Vanity Link
|
|
173
183
|
* @requiredFlavor impact
|
|
174
184
|
*/
|
|
175
|
-
|
|
185
|
+
linkTakenErrorTitle?: string;
|
|
176
186
|
/**
|
|
177
187
|
* Description text shown when the link contains profanity or brand names.
|
|
178
188
|
*
|
|
@@ -184,24 +194,23 @@ export declare class ShareLink {
|
|
|
184
194
|
*/
|
|
185
195
|
restrictedWordsErrorDescription?: string;
|
|
186
196
|
/**
|
|
187
|
-
*
|
|
197
|
+
* Title of the error message shown when the link contains profanity or brand names.
|
|
188
198
|
*
|
|
189
|
-
* @uiName
|
|
199
|
+
* @uiName Restricted words error title
|
|
190
200
|
* @uiType string
|
|
191
201
|
* @uiGroup Customizable Vanity Link
|
|
192
202
|
* @requiredFlavor impact
|
|
193
203
|
*/
|
|
194
|
-
|
|
204
|
+
restrictedWordsErrorTitle?: string;
|
|
195
205
|
/**
|
|
196
|
-
*
|
|
206
|
+
* Text for the save button in editing mode
|
|
197
207
|
*
|
|
198
|
-
* @uiName
|
|
208
|
+
* @uiName Save button label
|
|
199
209
|
* @uiType string
|
|
200
|
-
* @uiWidget textarea
|
|
201
210
|
* @uiGroup Customizable Vanity Link
|
|
202
211
|
* @requiredFlavor impact
|
|
203
212
|
*/
|
|
204
|
-
|
|
213
|
+
saveLabelText?: string;
|
|
205
214
|
/**
|
|
206
215
|
* Display text for the support link in the edit limit reached message
|
|
207
216
|
*
|
|
@@ -211,15 +220,6 @@ export declare class ShareLink {
|
|
|
211
220
|
* @requiredFlavor impact
|
|
212
221
|
*/
|
|
213
222
|
supportLinkText?: string;
|
|
214
|
-
/**
|
|
215
|
-
* Tooltip text shown when link customization is disabled
|
|
216
|
-
*
|
|
217
|
-
* @uiName Customize disabled tooltip
|
|
218
|
-
* @uiType string
|
|
219
|
-
* @uiGroup Customizable Vanity Link
|
|
220
|
-
* @requiredFlavor impact
|
|
221
|
-
*/
|
|
222
|
-
customizeDisabledTooltip?: string;
|
|
223
223
|
/**
|
|
224
224
|
* @undocumented
|
|
225
225
|
* @uiType object
|
package/docs/docs.docx
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasquatch/mint-components",
|
|
3
3
|
"title": "Mint Components",
|
|
4
|
-
"version": "2.1.8-
|
|
4
|
+
"version": "2.1.8-27",
|
|
5
5
|
"description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
|
|
6
6
|
"icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
|
|
7
7
|
"raisins": "docs/raisins.json",
|