fleetcor-lwc 3.8.1 → 3.8.2

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
@@ -665,6 +665,10 @@ You can override them as you wish by global css variables as priority.
665
665
 
666
666
  ## Release Notes:
667
667
 
668
+ - v.3.8.2
669
+
670
+ - Bug fix visiability of `flt-input-phone`
671
+
668
672
  - v.3.8.1
669
673
 
670
674
  - Bug fix visiability of `flt-picklist`
@@ -90,6 +90,7 @@
90
90
  width: 24px;
91
91
  height: 24px;
92
92
  border-radius: 100%;
93
+ flex-shrink: 0;
93
94
  object-fit: cover;
94
95
  }
95
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",