@momo-webplatform/mobase 0.2.92 → 0.2.94

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.
@@ -1348,15 +1348,15 @@ declare const DropdownMenuShortcut: {
1348
1348
 
1349
1349
  interface HowItWorksData {
1350
1350
  /**
1351
- * Image banner or icon of the how it works.
1351
+ * Image banner `src` or icon (`svg` string or React `svg` element) of the step.
1352
1352
  */
1353
- image?: string;
1353
+ image?: string | React.ReactElement;
1354
1354
  /**
1355
- * Title of the how it works.
1355
+ * Title of the step.
1356
1356
  */
1357
1357
  title: string;
1358
1358
  /**
1359
- * Description of the how it works.
1359
+ * Description of the step.
1360
1360
  */
1361
1361
  description?: string;
1362
1362
  }
@@ -1364,7 +1364,7 @@ interface HowItWorksSectionProps extends SectionBlockProps {
1364
1364
  /**
1365
1365
  * The template of the section.
1366
1366
  */
1367
- template?: 1 | 2;
1367
+ template?: 1 | 2 | 3;
1368
1368
  /**
1369
1369
  * The data heading of the section.
1370
1370
  */
@@ -1348,15 +1348,15 @@ declare const DropdownMenuShortcut: {
1348
1348
 
1349
1349
  interface HowItWorksData {
1350
1350
  /**
1351
- * Image banner or icon of the how it works.
1351
+ * Image banner `src` or icon (`svg` string or React `svg` element) of the step.
1352
1352
  */
1353
- image?: string;
1353
+ image?: string | React.ReactElement;
1354
1354
  /**
1355
- * Title of the how it works.
1355
+ * Title of the step.
1356
1356
  */
1357
1357
  title: string;
1358
1358
  /**
1359
- * Description of the how it works.
1359
+ * Description of the step.
1360
1360
  */
1361
1361
  description?: string;
1362
1362
  }
@@ -1364,7 +1364,7 @@ interface HowItWorksSectionProps extends SectionBlockProps {
1364
1364
  /**
1365
1365
  * The template of the section.
1366
1366
  */
1367
- template?: 1 | 2;
1367
+ template?: 1 | 2 | 3;
1368
1368
  /**
1369
1369
  * The data heading of the section.
1370
1370
  */