fleetcor-lwc 3.4.1 → 3.4.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
@@ -489,6 +489,9 @@ You can override them as you wish by global css variables as priority.
489
489
 
490
490
  ## Release Notes:
491
491
 
492
+ - v.3.4.2
493
+ - Bug fix with modal component
494
+
492
495
  - v.3.4.1
493
496
  - Bug fix with modal component
494
497
 
@@ -20,7 +20,5 @@
20
20
 
21
21
  &__container {
22
22
  position: relative;
23
- width: 100%;
24
- height: 100%;
25
23
  }
26
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",