fleetcor-lwc 2.4.1 → 2.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
@@ -253,6 +253,10 @@ $FLT_RADIO_GROUP_CIRCLE_DISABLED_SELECTED_BG_COLOR: var(
253
253
 
254
254
  ## Release Notes:
255
255
 
256
+ - v.2.4.2
257
+ - Bug fix at `flt-radio-group`
258
+
259
+ ---
256
260
  - v.2.4.1
257
261
  - Change margin for items at `flt-radio-group`
258
262
 
@@ -76,7 +76,7 @@ $FLT_RADIO_GROUP_CIRCLE_DISABLED_COLOR: var(--flt-radio-group-circle-disabled-co
76
76
  $FLT_RADIO_GROUP_CIRCLE_DISABLED_BG_COLOR: var(--flt-radio-group-circle-disabled-bg-color, #e5e7eb);
77
77
  $FLT_RADIO_GROUP_CIRCLE_SELECTED_HOVER_COLOR: var(
78
78
  --flt-radio-group-circle-selected-hover-color,
79
- 52d990
79
+ #52d990
80
80
  );
81
81
  $FLT_RADIO_GROUP_CIRCLE_SELECTED_COLOR: var(--flt-radio-group-circle-selected-color, #59eb9c);
82
82
  $FLT_RADIO_GROUP_CIRCLE_DISABLED_SELECTED_COLOR: var(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",