fleetcor-lwc 2.2.1 → 2.2.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
@@ -195,6 +195,11 @@ $FLT_CHECKBOX_HOVER_BG_COLOR: var(--flt-checkbox-hover-bg-color, #f9fafb);
195
195
 
196
196
  ## Release Notes:
197
197
 
198
+ - v.2.2.2
199
+ - Bug fix checkbox link underline text
200
+
201
+ ---
202
+
198
203
  - v.2.2.1
199
204
  - Bug fix expose flt/checkbox
200
205
 
@@ -79,6 +79,7 @@
79
79
 
80
80
  a {
81
81
  color: inherit;
82
+ text-decoration: underline;
82
83
  }
83
84
  }
84
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",