fleetcor-lwc 3.13.4 → 3.13.5
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
CHANGED
|
@@ -604,6 +604,7 @@ This component fully extends from `Input Text`
|
|
|
604
604
|
| @api variables | type | values | required | description |
|
|
605
605
|
| ---------------------- | ------ | ------ | -------- | --------------------------------------------------------------------------------------------- |
|
|
606
606
|
| name | string | | + | |
|
|
607
|
+
| input-label | string | | - | |
|
|
607
608
|
| error-message | string | | - | |
|
|
608
609
|
| value | string | | - | |
|
|
609
610
|
| required | bool | | - | |
|
|
@@ -946,6 +947,12 @@ You can override them as you wish by global css variables as priority.
|
|
|
946
947
|
<details>
|
|
947
948
|
<summary>Click to expand/collapse</summary>
|
|
948
949
|
|
|
950
|
+
v.3.13.5
|
|
951
|
+
|
|
952
|
+
- Update `flt-input-phone` component
|
|
953
|
+
|
|
954
|
+
---
|
|
955
|
+
|
|
949
956
|
v.3.13.4
|
|
950
957
|
|
|
951
958
|
- Bug fix `flt-input-text` component
|