fleetcor-lwc 3.9.9 → 3.10.0

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 +6 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -867,6 +867,12 @@ You can override them as you wish by global css variables as priority.
867
867
  <details>
868
868
  <summary>Click to expand/collapse</summary>
869
869
 
870
+ v.3.10.0
871
+
872
+ - Added expose for component `flt-collapsible-section`
873
+
874
+ ---
875
+
870
876
  v.3.9.9
871
877
 
872
878
  - Added component `flt-collapsible-section`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.9.9",
3
+ "version": "3.10.0",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,6 +33,7 @@
33
33
  "flt/inputText",
34
34
  "flt/inputEmail",
35
35
  "flt/inputPhone",
36
+ "flt/collapsibleSection",
36
37
  "flt/inputWithPicklist",
37
38
  "flt/picklist",
38
39
  "flt/modal",