fleetcor-lwc 3.6.2 → 3.6.3

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
@@ -486,6 +486,7 @@ You can override them as you wish by global css variables as priority.
486
486
  --flt-button-border-radius: 32px;
487
487
  --flt-button-padding: 0 24px;
488
488
  --flt-button-gap: 16px;
489
+ --flt-button-fw: 700;
489
490
  --flt-checkbox-border-color: #6b7280;
490
491
  --flt-checkbox-bg-color: #ffffff;
491
492
  --flt-checkbox-agree-color: #59eb9c;
@@ -546,6 +547,10 @@ You can override them as you wish by global css variables as priority.
546
547
 
547
548
  ## Release Notes:
548
549
 
550
+ - v.3.6.3
551
+
552
+ - Updated `flt-button` componentm styles
553
+
549
554
  - v.3.6.2
550
555
 
551
556
  - Updated `flt-radio-group-chips` componentm styles
@@ -87,7 +87,7 @@ button {
87
87
  display: flex;
88
88
  align-items: center;
89
89
  font-family: inherit;
90
- font-weight: 700;
90
+ font-weight: var(--flt-button-fw, 700);
91
91
  border-radius: $FLT_BUTTON_BORDER_RADIUS;
92
92
  box-sizing: border-box;
93
93
  padding: $FLT_BUTTON_PADDING;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.6.2",
3
+ "version": "3.6.3",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",