@saasquatch/mint-components 1.11.1-38 → 1.11.1-39
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 +1 -1
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +2 -2
- package/dist/esm/sqm-pagination_3.entry.js +1 -1
- package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- 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/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -180,7 +180,7 @@ const ReferralCode = class {
|
|
|
180
180
|
/**
|
|
181
181
|
* Change the text alignment
|
|
182
182
|
*
|
|
183
|
-
* @uiName
|
|
183
|
+
* @uiName Referral code alignment
|
|
184
184
|
* @uiType string
|
|
185
185
|
* @uiEnum ["left", "center", "right"]
|
|
186
186
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
@@ -39,7 +39,7 @@ export class ReferralCode {
|
|
|
39
39
|
/**
|
|
40
40
|
* Change the text alignment
|
|
41
41
|
*
|
|
42
|
-
* @uiName
|
|
42
|
+
* @uiName Referral code alignment
|
|
43
43
|
* @uiType string
|
|
44
44
|
* @uiEnum ["left", "center", "right"]
|
|
45
45
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
@@ -190,7 +190,7 @@ export class ReferralCode {
|
|
|
190
190
|
"optional": false,
|
|
191
191
|
"docs": {
|
|
192
192
|
"tags": [{
|
|
193
|
-
"text": "
|
|
193
|
+
"text": "Referral code alignment",
|
|
194
194
|
"name": "uiName"
|
|
195
195
|
}, {
|
|
196
196
|
"text": "string",
|
|
@@ -176,7 +176,7 @@ const ReferralCode = class {
|
|
|
176
176
|
/**
|
|
177
177
|
* Change the text alignment
|
|
178
178
|
*
|
|
179
|
-
* @uiName
|
|
179
|
+
* @uiName Referral code alignment
|
|
180
180
|
* @uiType string
|
|
181
181
|
* @uiEnum ["left", "center", "right"]
|
|
182
182
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
@@ -2623,7 +2623,7 @@ export namespace Components {
|
|
|
2623
2623
|
"showNotificationText": boolean;
|
|
2624
2624
|
/**
|
|
2625
2625
|
* Change the text alignment
|
|
2626
|
-
* @uiName
|
|
2626
|
+
* @uiName Referral code alignment
|
|
2627
2627
|
* @uiType string
|
|
2628
2628
|
* @uiEnum ["left", "center", "right"]
|
|
2629
2629
|
* @uiEnumNames ["Left", "Center", "Right"]
|
|
@@ -8560,7 +8560,7 @@ declare namespace LocalJSX {
|
|
|
8560
8560
|
"showNotificationText"?: boolean;
|
|
8561
8561
|
/**
|
|
8562
8562
|
* Change the text alignment
|
|
8563
|
-
* @uiName
|
|
8563
|
+
* @uiName Referral code alignment
|
|
8564
8564
|
* @uiType string
|
|
8565
8565
|
* @uiEnum ["left", "center", "right"]
|
|
8566
8566
|
* @uiEnumNames ["Left", "Center", "Right"]
|
package/docs/docs.docx
CHANGED
|
Binary file
|