fleetcor-lwc 3.6.0 → 3.6.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 +4 -90
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -538,6 +538,10 @@ You can override them as you wish by global css variables as priority.
|
|
|
538
538
|
|
|
539
539
|
## Release Notes:
|
|
540
540
|
|
|
541
|
+
- v.3.6.1
|
|
542
|
+
|
|
543
|
+
- Bug fix visiability of `flt-loader`
|
|
544
|
+
|
|
541
545
|
- v.3.6.0
|
|
542
546
|
|
|
543
547
|
- Added new component `flt-loader`
|
|
@@ -774,93 +778,3 @@ You can override them as you wish by global css variables as priority.
|
|
|
774
778
|
- Added CheckboxElement class
|
|
775
779
|
- Added hgv icon
|
|
776
780
|
- Added $FLT_BUTTON_LABEL_PADDING constant
|
|
777
|
-
|
|
778
|
-
---
|
|
779
|
-
|
|
780
|
-
- v.1.7.0
|
|
781
|
-
- Updated Button component: Added `@api size` parameter
|
|
782
|
-
- Small refactoring in all components
|
|
783
|
-
|
|
784
|
-
---
|
|
785
|
-
|
|
786
|
-
- v.1.6.0
|
|
787
|
-
- Added new extendable components: `BaseElement` and `LightningDomElement`
|
|
788
|
-
|
|
789
|
-
---
|
|
790
|
-
|
|
791
|
-
- v.1.5.0
|
|
792
|
-
- Added new icons: plus, plus-small, document, close
|
|
793
|
-
|
|
794
|
-
---
|
|
795
|
-
|
|
796
|
-
- v.1.4.7
|
|
797
|
-
- Added new icons: diesel, hydrogen, signature
|
|
798
|
-
|
|
799
|
-
---
|
|
800
|
-
|
|
801
|
-
- v.1.4.6
|
|
802
|
-
- Bug fix at mobile Safari tooltip
|
|
803
|
-
|
|
804
|
-
---
|
|
805
|
-
|
|
806
|
-
- v.1.4.5
|
|
807
|
-
- Tooltip text align centred
|
|
808
|
-
|
|
809
|
-
---
|
|
810
|
-
|
|
811
|
-
- v.1.4.4
|
|
812
|
-
- Bug fix tooltip mobile positions
|
|
813
|
-
|
|
814
|
-
---
|
|
815
|
-
|
|
816
|
-
- v.1.4.3
|
|
817
|
-
- Bug fix at tooltip corner attribute
|
|
818
|
-
|
|
819
|
-
---
|
|
820
|
-
|
|
821
|
-
- v.1.4.2
|
|
822
|
-
- Bug fix selectors conflicts
|
|
823
|
-
|
|
824
|
-
---
|
|
825
|
-
|
|
826
|
-
- v.1.4.1
|
|
827
|
-
- Bug fix with empty content and svg max width
|
|
828
|
-
|
|
829
|
-
---
|
|
830
|
-
|
|
831
|
-
- v.1.4.0
|
|
832
|
-
- Added Component `flt-tooltip`
|
|
833
|
-
|
|
834
|
-
---
|
|
835
|
-
|
|
836
|
-
- v.1.3.0
|
|
837
|
-
- Added Component `flt-icon`
|
|
838
|
-
|
|
839
|
-
---
|
|
840
|
-
|
|
841
|
-
- v.1.2.1
|
|
842
|
-
- Update button 'link' type ui
|
|
843
|
-
- Bug fix. Button constants
|
|
844
|
-
|
|
845
|
-
---
|
|
846
|
-
|
|
847
|
-
- v.1.1.0
|
|
848
|
-
- Added new button type 'link'
|
|
849
|
-
|
|
850
|
-
---
|
|
851
|
-
|
|
852
|
-
- v.1.0.2
|
|
853
|
-
- Bug fix. Update loader
|
|
854
|
-
|
|
855
|
-
---
|
|
856
|
-
|
|
857
|
-
- v.1.0.1
|
|
858
|
-
- Bug fix. Update shrink for button's icons
|
|
859
|
-
|
|
860
|
-
---
|
|
861
|
-
|
|
862
|
-
- v.1.0.0
|
|
863
|
-
- Setup project
|
|
864
|
-
- Added Component `flt-button`
|
|
865
|
-
|
|
866
|
-
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fleetcor-lwc",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "LWC framework by Fleetcor",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"flt/button",
|
|
29
29
|
"flt/checkbox",
|
|
30
30
|
"flt/card",
|
|
31
|
+
"flt/loader",
|
|
31
32
|
"flt/icon",
|
|
32
33
|
"flt/inputText",
|
|
33
34
|
"flt/inputEmail",
|