@entur/icons 6.15.1 → 6.15.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/dist/index.esm.js CHANGED
@@ -4354,8 +4354,9 @@ function CheckFilledIcon(props) {
4354
4354
  inline: undefined,
4355
4355
  color: props.color || 'currentColor'
4356
4356
  }), /*#__PURE__*/React.createElement("path", {
4357
- fill: "currentColor",
4358
- d: "M15.002 3.907l-8.225 8.298a1 1 0 01-1.42 0L1.003 7.812l1.42-1.408 3.644 3.676 7.514-7.58 1.42 1.407z"
4357
+ stroke: "currentColor",
4358
+ strokeWidth: 2,
4359
+ d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
4359
4360
  }));
4360
4361
  }
4361
4362
 
@@ -4455,6 +4456,7 @@ function CloseFilledIcon(props) {
4455
4456
 
4456
4457
  function CloseSmallIcon(props) {
4457
4458
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
4459
+ fill: "none",
4458
4460
  viewBox: "0 0 16 16",
4459
4461
  width: props.width || props.size || '1em',
4460
4462
  height: props.height || props.size || '1em',
@@ -4463,10 +4465,7 @@ function CloseSmallIcon(props) {
4463
4465
  color: props.color || 'currentColor'
4464
4466
  }), /*#__PURE__*/React.createElement("path", {
4465
4467
  fill: "currentColor",
4466
- d: "M3.004 3.934l.93-.93 9.07 9.069-.93.93z"
4467
- }), /*#__PURE__*/React.createElement("path", {
4468
- fill: "currentColor",
4469
- d: "M3.004 12.073l9.07-9.07.93.93-9.069 9.07z"
4468
+ d: "M7.15 8L4 11.15l.849.848 3.15-3.15 3.15 3.15.85-.848L8.847 8l3.15-3.151L11.15 4 8 7.15 4.848 4 4 4.849l3.15 3.15z"
4470
4469
  }));
4471
4470
  }
4472
4471
 
@@ -3903,8 +3903,9 @@ function CheckFilledIcon(props) {
3903
3903
  height: props.height || props.size || 16,
3904
3904
  color: props.color || '#181C56'
3905
3905
  }), /*#__PURE__*/React.createElement(Path, {
3906
- fill: "currentColor",
3907
- d: "M15.002 3.907l-8.225 8.298a1 1 0 01-1.42 0L1.003 7.812l1.42-1.408 3.644 3.676 7.514-7.58 1.42 1.407z"
3906
+ stroke: "currentColor",
3907
+ strokeWidth: 2,
3908
+ d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
3908
3909
  }));
3909
3910
  }
3910
3911
 
@@ -3992,16 +3993,14 @@ function CloseFilledIcon(props) {
3992
3993
 
3993
3994
  function CloseSmallIcon(props) {
3994
3995
  return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
3996
+ fill: "none",
3995
3997
  viewBox: "0 0 16 16",
3996
3998
  width: props.width || props.size || 16,
3997
3999
  height: props.height || props.size || 16,
3998
4000
  color: props.color || '#181C56'
3999
4001
  }), /*#__PURE__*/React.createElement(Path, {
4000
4002
  fill: "currentColor",
4001
- d: "M3.004 3.934l.93-.93 9.07 9.069-.93.93z"
4002
- }), /*#__PURE__*/React.createElement(Path, {
4003
- fill: "currentColor",
4004
- d: "M3.004 12.073l9.07-9.07.93.93-9.069 9.07z"
4003
+ d: "M7.15 8L4 11.15l.849.848 3.15-3.15 3.15 3.15.85-.848L8.847 8l3.15-3.151L11.15 4 8 7.15 4.848 4 4 4.849l3.15 3.15z"
4005
4004
  }));
4006
4005
  }
4007
4006
 
package/dist/index.js CHANGED
@@ -4378,8 +4378,9 @@ function CheckFilledIcon(props) {
4378
4378
  inline: undefined,
4379
4379
  color: props.color || 'currentColor'
4380
4380
  }), /*#__PURE__*/React__namespace.createElement("path", {
4381
- fill: "currentColor",
4382
- d: "M15.002 3.907l-8.225 8.298a1 1 0 01-1.42 0L1.003 7.812l1.42-1.408 3.644 3.676 7.514-7.58 1.42 1.407z"
4381
+ stroke: "currentColor",
4382
+ strokeWidth: 2,
4383
+ d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
4383
4384
  }));
4384
4385
  }
4385
4386
 
@@ -4479,6 +4480,7 @@ function CloseFilledIcon(props) {
4479
4480
 
4480
4481
  function CloseSmallIcon(props) {
4481
4482
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
4483
+ fill: "none",
4482
4484
  viewBox: "0 0 16 16",
4483
4485
  width: props.width || props.size || '1em',
4484
4486
  height: props.height || props.size || '1em',
@@ -4487,10 +4489,7 @@ function CloseSmallIcon(props) {
4487
4489
  color: props.color || 'currentColor'
4488
4490
  }), /*#__PURE__*/React__namespace.createElement("path", {
4489
4491
  fill: "currentColor",
4490
- d: "M3.004 3.934l.93-.93 9.07 9.069-.93.93z"
4491
- }), /*#__PURE__*/React__namespace.createElement("path", {
4492
- fill: "currentColor",
4493
- d: "M3.004 12.073l9.07-9.07.93.93-9.069 9.07z"
4492
+ d: "M7.15 8L4 11.15l.849.848 3.15-3.15 3.15 3.15.85-.848L8.847 8l3.15-3.151L11.15 4 8 7.15 4.848 4 4 4.849l3.15 3.15z"
4494
4493
  }));
4495
4494
  }
4496
4495
 
package/dist/styles.css CHANGED
@@ -1,5 +1,5 @@
1
- /* DO NOT CHANGE!*/
2
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
1
+ @import '~@entur/tokens/dist/base.css';
2
+ @import '~@entur/tokens/dist/transport.css';
3
3
  :root {
4
4
  --eds-icons: 1;
5
5
  }
@@ -14,45 +14,87 @@ p .eds-icon {
14
14
  fill: currentColor;
15
15
  }
16
16
 
17
+ .eds-icon__metro {
18
+ color: var(--basecolors-shape-metro-default);
19
+ }
17
20
  .eds-contrast .eds-icon__metro {
18
- color: #f08901;
21
+ color: var(--basecolors-shape-metro-contrast);
22
+ }
23
+ .eds-icon__bus {
24
+ color: var(--basecolors-shape-bus-default);
19
25
  }
20
26
  .eds-contrast .eds-icon__bus {
21
- color: #ff6392;
27
+ color: var(--basecolors-shape-bus-contrast);
28
+ }
29
+ .eds-icon__plane {
30
+ color: var(--basecolors-shape-plane-default);
22
31
  }
23
32
  .eds-contrast .eds-icon__plane {
24
- color: #fbafea;
33
+ color: var(--basecolors-shape-plane-contrast);
34
+ }
35
+ .eds-icon__helicopter {
36
+ color: var(--basecolors-shape-helicopter-default);
25
37
  }
26
38
  .eds-contrast .eds-icon__helicopter {
27
- color: #e258c3;
39
+ color: var(--basecolors-shape-helicopter-contrast);
40
+ }
41
+ .eds-icon__tram {
42
+ color: var(--basecolors-shape-tram-default);
28
43
  }
29
44
  .eds-contrast .eds-icon__tram {
30
- color: #b482fb;
45
+ color: var(--basecolors-shape-tram-contrast);
46
+ }
47
+ .eds-icon__funicular {
48
+ color: var(--basecolors-shape-funicular-default);
31
49
  }
32
50
  .eds-contrast .eds-icon__funicular {
33
- color: #a476e5;
51
+ color: var(--basecolors-shape-funicular-contrast);
52
+ }
53
+ .eds-icon__cableway {
54
+ color: var(--basecolors-shape-cableway-default);
34
55
  }
35
56
  .eds-contrast .eds-icon__cableway {
36
- color: #a476e5;
57
+ color: var(--basecolors-shape-cableway-contrast);
58
+ }
59
+ .eds-icon__taxi {
60
+ color: var(--basecolors-shape-taxi-default);
37
61
  }
38
62
  .eds-contrast .eds-icon__taxi {
39
- color: #ffe082;
63
+ color: var(--basecolors-shape-taxi-contrast);
64
+ }
65
+ .eds-icon__bicycle {
66
+ color: var(--basecolors-shape-bicycle-default);
40
67
  }
41
68
  .eds-contrast .eds-icon__bicycle {
42
- color: #ffffff;
69
+ color: var(--basecolors-shape-bicycle-contrast);
70
+ }
71
+ .eds-icon__walk {
72
+ color: var(--basecolors-shape-walk-default);
43
73
  }
44
74
  .eds-contrast .eds-icon__walk {
45
- color: #8284ab;
75
+ color: var(--basecolors-shape-walk-contrast);
76
+ }
77
+ .eds-icon__train {
78
+ color: var(--basecolors-shape-train-default);
46
79
  }
47
80
  .eds-contrast .eds-icon__train {
48
- color: #42a5f5;
81
+ color: var(--basecolors-shape-train-contrast);
82
+ }
83
+ .eds-icon__ferry {
84
+ color: var(--basecolors-shape-ferry-default);
49
85
  }
50
86
  .eds-contrast .eds-icon__ferry {
51
- color: #6fdfff;
87
+ color: var(--basecolors-shape-ferry-contrast);
88
+ }
89
+ .eds-icon__carferry {
90
+ color: var(--basecolors-shape-carferry-default);
52
91
  }
53
92
  .eds-contrast .eds-icon__carferry {
54
- color: #6fdfff;
93
+ color: var(--basecolors-shape-carferry-contrast);
94
+ }
95
+ .eds-icon__mobility {
96
+ color: var(--basecolors-shape-mobility-default);
55
97
  }
56
98
  .eds-contrast .eds-icon__mobility {
57
- color: #00db9b;
99
+ color: var(--basecolors-shape-mobility-contrast);
58
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "6.15.1",
3
+ "version": "6.15.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -46,7 +46,7 @@
46
46
  "rollup": "^2.66.0"
47
47
  },
48
48
  "dependencies": {
49
- "@entur/tokens": "^3.13.0"
49
+ "@entur/tokens": "^3.13.2"
50
50
  },
51
- "gitHead": "907373a47cc81ae12be266bac1d10522033f8b49"
51
+ "gitHead": "427e66ba68d33b8d1839714a48517b52afd5c2db"
52
52
  }