fleetcor-lwc 3.9.6 → 3.9.7

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -727,6 +727,14 @@ You can override them as you wish by global css variables as priority.
727
727
 
728
728
  ## Release Notes:
729
729
 
730
+ - v.3.9.7
731
+
732
+ - Icon component updates to use `--flt-icon-color`
733
+
734
+ - v.3.9.6
735
+
736
+ - Added ability to use `iconLeft` and `iconRight` parameters in options (`flt-radio-group-chips`)
737
+
730
738
  - v.3.9.5
731
739
 
732
740
  - Added new icons: 'discount', 'pin-drop','credit-card','receipt','gear-wheel','app-shortcut','drug-indicator','sell','parking-sign','headset-mic','gas-station','directions-car','local-shipping','public','place'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.9.6",
3
+ "version": "3.9.7",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",