@saasquatch/mint-components 1.11.1-64 → 1.11.1-65
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/sqm-pagination_3.cjs.entry.js +0 -2
- package/dist/collection/components/sqm-referral-codes/sqm-referral-codes.js +0 -8
- package/dist/esm/sqm-pagination_3.entry.js +0 -2
- package/dist/types/components/sqm-referral-codes/sqm-referral-codes.d.ts +0 -2
- package/dist/types/components.d.ts +0 -4
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -339,8 +339,6 @@ const ReferralCodes = class {
|
|
|
339
339
|
this.emptyStateDescriptionText = "Please contact our program support team to let them know you’re out of codes.";
|
|
340
340
|
/**
|
|
341
341
|
* @uiName Empty State Image URL
|
|
342
|
-
* @format url
|
|
343
|
-
* @uiWidget ImageUpload
|
|
344
342
|
*/
|
|
345
343
|
this.emptyStateImageUrl = "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png";
|
|
346
344
|
stencilHooks_module.h$1(this);
|
|
@@ -27,8 +27,6 @@ export class ReferralCodes {
|
|
|
27
27
|
this.emptyStateDescriptionText = "Please contact our program support team to let them know you’re out of codes.";
|
|
28
28
|
/**
|
|
29
29
|
* @uiName Empty State Image URL
|
|
30
|
-
* @format url
|
|
31
|
-
* @uiWidget ImageUpload
|
|
32
30
|
*/
|
|
33
31
|
this.emptyStateImageUrl = "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png";
|
|
34
32
|
withHooks(this);
|
|
@@ -134,12 +132,6 @@ export class ReferralCodes {
|
|
|
134
132
|
"tags": [{
|
|
135
133
|
"text": "Empty State Image URL",
|
|
136
134
|
"name": "uiName"
|
|
137
|
-
}, {
|
|
138
|
-
"text": "url",
|
|
139
|
-
"name": "format"
|
|
140
|
-
}, {
|
|
141
|
-
"text": "ImageUpload",
|
|
142
|
-
"name": "uiWidget"
|
|
143
135
|
}],
|
|
144
136
|
"text": ""
|
|
145
137
|
},
|
|
@@ -335,8 +335,6 @@ const ReferralCodes = class {
|
|
|
335
335
|
this.emptyStateDescriptionText = "Please contact our program support team to let them know you’re out of codes.";
|
|
336
336
|
/**
|
|
337
337
|
* @uiName Empty State Image URL
|
|
338
|
-
* @format url
|
|
339
|
-
* @uiWidget ImageUpload
|
|
340
338
|
*/
|
|
341
339
|
this.emptyStateImageUrl = "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png";
|
|
342
340
|
h$1(this);
|
|
@@ -2659,8 +2659,6 @@ export namespace Components {
|
|
|
2659
2659
|
"emptyStateHeaderText"?: string;
|
|
2660
2660
|
/**
|
|
2661
2661
|
* @uiName Empty State Image URL
|
|
2662
|
-
* @format url
|
|
2663
|
-
* @uiWidget ImageUpload
|
|
2664
2662
|
*/
|
|
2665
2663
|
"emptyStateImageUrl"?: string;
|
|
2666
2664
|
/**
|
|
@@ -8613,8 +8611,6 @@ declare namespace LocalJSX {
|
|
|
8613
8611
|
"emptyStateHeaderText"?: string;
|
|
8614
8612
|
/**
|
|
8615
8613
|
* @uiName Empty State Image URL
|
|
8616
|
-
* @format url
|
|
8617
|
-
* @uiWidget ImageUpload
|
|
8618
8614
|
*/
|
|
8619
8615
|
"emptyStateImageUrl"?: string;
|
|
8620
8616
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|