@saasquatch/mint-components 2.0.0-45 → 2.0.0-47
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-banking-info-form_10.cjs.entry.js +1 -4
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +0 -1
- package/dist/collection/components/sqm-hero/sqm-hero.js +4 -4
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +1 -3
- package/dist/esm/sqm-banking-info-form_10.entry.js +1 -4
- package/dist/esm/sqm-tax-and-cash.entry.js +0 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-7d23f71a.system.entry.js → p-43a9fb8e.system.entry.js} +1 -1
- package/dist/mint-components/{p-f8e0684f.entry.js → p-5f05a0e4.entry.js} +2 -2
- package/dist/mint-components/{p-a898d088.entry.js → p-75c569f7.entry.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/{p-3c8c9226.system.entry.js → p-ce26148d.system.entry.js} +1 -1
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
- package/dist/types/components.d.ts +8 -8
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/shoelace/assets/icons/twitter-x.svg +4 -0
|
@@ -20,9 +20,9 @@ export declare class Hero {
|
|
|
20
20
|
*/
|
|
21
21
|
minHeight: number;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Splash image or background color (for use in the left column)
|
|
24
24
|
*
|
|
25
|
-
* @uiName
|
|
25
|
+
* @uiName Splash image
|
|
26
26
|
* @uiWidget Background
|
|
27
27
|
*/
|
|
28
28
|
background?: string;
|
|
@@ -33,9 +33,9 @@ export declare class Hero {
|
|
|
33
33
|
*/
|
|
34
34
|
paddingSize: "none" | "small" | "medium" | "large";
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Content background color or image (for use in the right column)
|
|
37
37
|
*
|
|
38
|
-
* @uiName
|
|
38
|
+
* @uiName Content background
|
|
39
39
|
* @uiWidget Background
|
|
40
40
|
*/
|
|
41
41
|
secondaryBackground?: string;
|
|
@@ -1024,8 +1024,8 @@ export namespace Components {
|
|
|
1024
1024
|
}
|
|
1025
1025
|
interface SqmHero {
|
|
1026
1026
|
/**
|
|
1027
|
-
*
|
|
1028
|
-
* @uiName
|
|
1027
|
+
* Splash image or background color (for use in the left column)
|
|
1028
|
+
* @uiName Splash image
|
|
1029
1029
|
* @uiWidget Background
|
|
1030
1030
|
*/
|
|
1031
1031
|
"background"?: string;
|
|
@@ -1054,8 +1054,8 @@ export namespace Components {
|
|
|
1054
1054
|
*/
|
|
1055
1055
|
"paddingSize": "none" | "small" | "medium" | "large";
|
|
1056
1056
|
/**
|
|
1057
|
-
*
|
|
1058
|
-
* @uiName
|
|
1057
|
+
* Content background color or image (for use in the right column)
|
|
1058
|
+
* @uiName Content background
|
|
1059
1059
|
* @uiWidget Background
|
|
1060
1060
|
*/
|
|
1061
1061
|
"secondaryBackground"?: string;
|
|
@@ -8731,8 +8731,8 @@ declare namespace LocalJSX {
|
|
|
8731
8731
|
}
|
|
8732
8732
|
interface SqmHero {
|
|
8733
8733
|
/**
|
|
8734
|
-
*
|
|
8735
|
-
* @uiName
|
|
8734
|
+
* Splash image or background color (for use in the left column)
|
|
8735
|
+
* @uiName Splash image
|
|
8736
8736
|
* @uiWidget Background
|
|
8737
8737
|
*/
|
|
8738
8738
|
"background"?: string;
|
|
@@ -8761,8 +8761,8 @@ declare namespace LocalJSX {
|
|
|
8761
8761
|
*/
|
|
8762
8762
|
"paddingSize"?: "none" | "small" | "medium" | "large";
|
|
8763
8763
|
/**
|
|
8764
|
-
*
|
|
8765
|
-
* @uiName
|
|
8764
|
+
* Content background color or image (for use in the right column)
|
|
8765
|
+
* @uiName Content background
|
|
8766
8766
|
* @uiWidget Background
|
|
8767
8767
|
*/
|
|
8768
8768
|
"secondaryBackground"?: string;
|
package/docs/docs.docx
CHANGED
|
Binary file
|