@saasquatch/mint-components 2.0.0-2 → 2.0.0-4

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.
@@ -20,9 +20,9 @@ export declare class Hero {
20
20
  */
21
21
  minHeight: number;
22
22
  /**
23
- * Add an image or select a color. Recommended image aspect ratio of 4:5
23
+ * Content background color or image (for use in the left column)
24
24
  *
25
- * @uiName Background
25
+ * @uiName Content background
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
- * Secondary background image or color (for use in the right column)
36
+ * Splash image or background color (for use in the right column)
37
37
  *
38
- * @uiName Secondary background
38
+ * @uiName Splash image
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
- * Add an image or select a color. Recommended image aspect ratio of 4:5
1028
- * @uiName Background
1027
+ * Content background color or image (for use in the left column)
1028
+ * @uiName Content background
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
- * Secondary background image or color (for use in the right column)
1058
- * @uiName Secondary background
1057
+ * Splash image or background color (for use in the right column)
1058
+ * @uiName Splash image
1059
1059
  * @uiWidget Background
1060
1060
  */
1061
1061
  "secondaryBackground"?: string;
@@ -8723,8 +8723,8 @@ declare namespace LocalJSX {
8723
8723
  }
8724
8724
  interface SqmHero {
8725
8725
  /**
8726
- * Add an image or select a color. Recommended image aspect ratio of 4:5
8727
- * @uiName Background
8726
+ * Content background color or image (for use in the left column)
8727
+ * @uiName Content background
8728
8728
  * @uiWidget Background
8729
8729
  */
8730
8730
  "background"?: string;
@@ -8753,8 +8753,8 @@ declare namespace LocalJSX {
8753
8753
  */
8754
8754
  "paddingSize"?: "none" | "small" | "medium" | "large";
8755
8755
  /**
8756
- * Secondary background image or color (for use in the right column)
8757
- * @uiName Secondary background
8756
+ * Splash image or background color (for use in the right column)
8757
+ * @uiName Splash image
8758
8758
  * @uiWidget Background
8759
8759
  */
8760
8760
  "secondaryBackground"?: string;
package/docs/docs.docx CHANGED
Binary file