fleetcor-lwc 3.12.0 → 3.12.1
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 +6 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -908,6 +908,12 @@ You can override them as you wish by global css variables as priority.
|
|
|
908
908
|
<details>
|
|
909
909
|
<summary>Click to expand/collapse</summary>
|
|
910
910
|
|
|
911
|
+
v.3.12.1
|
|
912
|
+
|
|
913
|
+
- Bugfix `flt-alert-info`
|
|
914
|
+
|
|
915
|
+
---
|
|
916
|
+
|
|
911
917
|
v.3.12.0
|
|
912
918
|
|
|
913
919
|
- Added icons for component `flt-icon` : `question`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fleetcor-lwc",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.1",
|
|
4
4
|
"description": "LWC framework by Fleetcor",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
],
|
|
27
27
|
"expose": [
|
|
28
|
+
"flt/alertInfo",
|
|
28
29
|
"flt/button",
|
|
29
30
|
"flt/checkbox",
|
|
30
31
|
"flt/card",
|