@bikematrix/web-components 1.1.38 → 1.1.40
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/bm_core.es.js +494 -490
- package/dist/bm_core.js +20 -20
- package/dist/bm_core.umd.js +20 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -397,6 +397,7 @@ Displays the currently selected bike.
|
|
|
397
397
|
```html
|
|
398
398
|
<bikematrix-bikeselectorbanner
|
|
399
399
|
data-title="Bike Selector Banner"
|
|
400
|
+
data-mobile-title="Bike Selector Banner"
|
|
400
401
|
data-color="#000000"
|
|
401
402
|
data-full-width="false"
|
|
402
403
|
data-font-color="#ffffff"
|
|
@@ -407,6 +408,7 @@ Displays the currently selected bike.
|
|
|
407
408
|
Attributes:
|
|
408
409
|
|
|
409
410
|
- `data-title`: Banner title
|
|
411
|
+
- `data-mobile-title`: Banner title when viewed on mobile
|
|
410
412
|
- `data-color`: Background color
|
|
411
413
|
- `data-full-width`: Whether banner spans full width
|
|
412
414
|
- `data-font-color`: Text color
|