@mapvx/website-component 0.14.1 → 0.15.0
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/README.md +2 -0
- package/dist/browser/main.js +76 -76
- package/package.json +12 -11
package/README.md
CHANGED
|
@@ -247,6 +247,7 @@ The web component accepts the following input properties to customize its behavi
|
|
|
247
247
|
| `show-city-filter` | `boolean` | ❌ No | `true` | If `true`, shows city filter |
|
|
248
248
|
| `inherit-font-family` | `boolean` | ❌ No | `false` | If `true`, inherits font family from parent |
|
|
249
249
|
| `hide-deals` | `boolean` | ❌ No | `false` | If `true`, hides deals and promotional content |
|
|
250
|
+
| `show-deal-labels` | `boolean` | ❌ No | `false` | If `true`, shows deal labels over their images on the home screen |
|
|
250
251
|
| `card-width` | `number` | ❌ No | `237` (desktop), `170` (mobile) | Custom card width in pixels for grid view. Affects card size and number of cards per row |
|
|
251
252
|
| `rows-per-page` | `number` | ❌ No | `2` | Maximum number of rows per page (1-10). Shows fewer rows if not enough cards to fill all rows |
|
|
252
253
|
|
|
@@ -268,6 +269,7 @@ The web component accepts the following input properties to customize its behavi
|
|
|
268
269
|
show-category-filters="false"
|
|
269
270
|
show-city-filter="true"
|
|
270
271
|
hide-deals="true"
|
|
272
|
+
show-deal-labels="true"
|
|
271
273
|
card-width="300"
|
|
272
274
|
>
|
|
273
275
|
</mapvx-website>
|