fleetcor-lwc 3.8.1 → 3.8.3

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,14 @@ 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.3
669
+
670
+ - Bug fix visiability of `flt-picklist`
671
+
672
+ - v.3.8.2
673
+
674
+ - Bug fix visiability of `flt-input-phone`
675
+
668
676
  - v.3.8.1
669
677
 
670
678
  - 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
 
@@ -160,8 +160,11 @@
160
160
 
161
161
  &__modal-header-close-button {
162
162
  padding: 4px;
163
- width: 16px;
164
- height: 16px;
163
+ width: 22px;
164
+ height: 22px;
165
+ flex-shrink: 0;
166
+ box-sizing: border-box;
167
+ cursor: pointer;
165
168
  }
166
169
 
167
170
  &__modal-header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.8.1",
3
+ "version": "3.8.3",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",