fleetcor-lwc 2.13.0 → 2.14.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.
package/README.md CHANGED
@@ -257,7 +257,7 @@ const pathConstants = 'frontend/common/mixins.scss';
257
257
 
258
258
  | @api variables | type | values | required | description |
259
259
  | -------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- | ----------- |
260
- | icon | string | `arrow-left, ev, carwash, car, van, unleaded, fuel, driver, vehicle, both, shared-card, ev-and-fuel, oil, key, blocked, multiple-users,arrow-right, diesel, hydrogen, signature, plus, plus-small, document, close, hgv, eye` | - | |
260
+ | icon | string | `arrow-left, ev, carwash, car, van, unleaded, fuel, driver, vehicle, both, shared-card, ev-and-fuel, oil, key, blocked, multiple-users,arrow-right, diesel, hydrogen, signature, plus, plus-small, document, close, hgv, eye, sign` | - | |
261
261
 
262
262
  ### Tooltip
263
263
 
@@ -428,8 +428,12 @@ $FLT_RADIO_GROUP_CIRCLE_DISABLED_SELECTED_BG_COLOR: var(
428
428
 
429
429
  ## Release Notes:
430
430
 
431
+ - v.2.14.0
432
+ - Added new icon version `sign`
433
+
434
+ ---
431
435
  - v.2.13.0
432
- - Added new icon version `EYE`
436
+ - Added new icon version `eye`
433
437
 
434
438
  ---
435
439
  - v.2.12.0
@@ -33,6 +33,7 @@ import TMPL_HGV from './icons/tmpl-hgv.html'
33
33
  import TMPL_WORLD from './icons/tmpl-world.html'
34
34
  import TMPL_MAP_PIN from './icons/tmpl-map-pin.html'
35
35
  import TMPL_EYE from './icons/tmpl-eye.html'
36
+ import TMPL_SIGN from './icons/tmpl-sign.html'
36
37
 
37
38
  /**
38
39
  * @class Icon
@@ -82,6 +83,7 @@ const ICONS = {
82
83
  'world': TMPL_WORLD,
83
84
  'map-pin': TMPL_MAP_PIN,
84
85
  'eye': TMPL_EYE,
86
+ 'sign': TMPL_SIGN,
85
87
  }
86
88
 
87
89
  export const ICONS_LIST = Object.keys(ICONS);
@@ -1,6 +1,6 @@
1
1
  <template lwc:render-mode="light">
2
2
  <svg
3
- class="flt-icon flt-icon__world"
3
+ class="flt-icon flt-icon__eye"
4
4
  width="20"
5
5
  height="21"
6
6
  viewBox="0 0 20 21"
@@ -0,0 +1,13 @@
1
+ <template lwc:render-mode="light">
2
+ <svg
3
+ class="flt-icon flt-icon__sign"
4
+ width="20"
5
+ height="20"
6
+ viewBox="0 0 20 20"
7
+ fill="none"
8
+ xmlns="http://www.w3.org/2000/svg">
9
+ <path
10
+ class="flt-icon__path-fill"
11
+ d="M15.9183 8.65833L16.8016 7.775C17.4516 7.125 17.4516 6.06667 16.8016 5.41667L15.6266 4.24167C14.9766 3.59167 13.9183 3.59167 13.2683 4.24167L12.385 5.125L15.9183 8.65833ZM11.2016 6.3L3.65996 13.8417C3.58496 13.9167 3.54329 14.025 3.54329 14.1333V17.0833C3.54329 17.3167 3.72663 17.5 3.95996 17.5H6.90996C7.01829 17.5 7.12663 17.4583 7.20163 17.375L14.7433 9.83333L11.2016 6.3ZM16.0433 14.5833C16.0433 16.4083 13.9266 17.5 11.8766 17.5C11.4183 17.5 11.0433 17.125 11.0433 16.6667C11.0433 16.2083 11.4183 15.8333 11.8766 15.8333C13.16 15.8333 14.3766 15.225 14.3766 14.5833C14.3766 14.1917 13.9766 13.8583 13.3516 13.5833L14.585 12.35C15.4766 12.875 16.0433 13.575 16.0433 14.5833ZM4.02663 11.125C3.21829 10.6583 2.70996 10.05 2.70996 9.16667C2.70996 7.66667 4.28496 6.975 5.67663 6.36667C6.53496 5.98333 7.70996 5.46667 7.70996 5C7.70996 4.65833 7.05996 4.16667 6.04329 4.16667C4.99329 4.16667 4.54329 4.675 4.51829 4.7C4.22663 5.04167 3.70163 5.08333 3.35163 4.8C3.00996 4.51667 2.94329 4.00833 3.22663 3.65C3.31829 3.53333 4.17663 2.5 6.04329 2.5C7.90996 2.5 9.37663 3.6 9.37663 5C9.37663 6.55833 7.76829 7.26667 6.34329 7.89167C5.55996 8.23333 4.37663 8.75 4.37663 9.16667C4.37663 9.425 4.73496 9.66667 5.26829 9.88333L4.02663 11.125Z"></path>
12
+ </svg>
13
+ </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",
@@ -76,4 +76,4 @@
76
76
  "d": "^1.0.1",
77
77
  "loader-utils": "^2.0.0"
78
78
  }
79
- }
79
+ }