@entur/icons 5.1.0 → 5.1.2-beta.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/dist/index.d.ts +2 -1
- package/dist/index.esm.js +5 -7
- package/dist/index.esm.native.js +3 -3
- package/dist/index.js +5 -7
- package/package.json +8 -7
- package/CHANGELOG.md +0 -515
package/dist/index.d.ts
CHANGED
|
@@ -253,6 +253,7 @@ export declare const PurposeIcon: React.FC<IconProps>;
|
|
|
253
253
|
export declare const QuestionIcon: React.FC<IconProps>;
|
|
254
254
|
export declare const QuitIcon: React.FC<IconProps>;
|
|
255
255
|
export declare const RSSIcon: React.FC<IconProps>;
|
|
256
|
+
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
256
257
|
export declare const ReportsIcon: React.FC<IconProps>;
|
|
257
258
|
export declare const RowHeightDefaultIcon: React.FC<IconProps>;
|
|
258
259
|
export declare const RowHeightMiddleIcon: React.FC<IconProps>;
|
|
@@ -290,4 +291,4 @@ export declare const ThermometerIcon: React.FC<IconProps>;
|
|
|
290
291
|
export declare const UmbrellaIcon: React.FC<IconProps>;
|
|
291
292
|
export declare const WindIcon: React.FC<IconProps>;
|
|
292
293
|
export declare const ZoomInIcon: React.FC<IconProps>;
|
|
293
|
-
export declare const ZoomOutIcon: React.FC<IconProps>;
|
|
294
|
+
export declare const ZoomOutIcon: React.FC<IconProps>;
|
package/dist/index.esm.js
CHANGED
|
@@ -362,6 +362,7 @@ function UndoIcon(props) {
|
|
|
362
362
|
|
|
363
363
|
function UnsortedIcon(props) {
|
|
364
364
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
365
|
+
"data-name": "Layer 1",
|
|
365
366
|
viewBox: "0 0 16 16",
|
|
366
367
|
width: props.width || props.size || '1em',
|
|
367
368
|
height: props.height || props.size || '1em',
|
|
@@ -369,10 +370,9 @@ function UnsortedIcon(props) {
|
|
|
369
370
|
inline: undefined,
|
|
370
371
|
color: props.color || 'currentColor'
|
|
371
372
|
}), /*#__PURE__*/createElement("path", {
|
|
372
|
-
fill: "
|
|
373
|
+
fill: "#181c56",
|
|
373
374
|
fillRule: "evenodd",
|
|
374
|
-
d: "M8.
|
|
375
|
-
clipRule: "evenodd"
|
|
375
|
+
d: "M8.69 11.77V4.32l2.1 2.1.9-.9-3.18-3.18-.08-.07a.626.626 0 00-.82.07L4.43 5.52l.9.9 2.1-2.1v7.45l-2.1-2.1-.9.9 3.18 3.18.08.07c.25.18.6.16.82-.07l3.18-3.18-.9-.9-2.1 2.1z"
|
|
376
376
|
}));
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -4365,12 +4365,10 @@ function RSSIcon(props) {
|
|
|
4365
4365
|
}));
|
|
4366
4366
|
}
|
|
4367
4367
|
|
|
4368
|
-
|
|
4369
|
-
/**
|
|
4370
|
-
* @deprecated This icon is deprecated
|
|
4371
|
-
*/
|
|
4368
|
+
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
4372
4369
|
|
|
4373
4370
|
function ReportsIcon(props) {
|
|
4371
|
+
console.warn('Design system warning: ReportsIcon is deprecated; use CopyIcon instead');
|
|
4374
4372
|
return /*#__PURE__*/createElement("svg", _extends({}, props, {
|
|
4375
4373
|
viewBox: "0 0 16 16",
|
|
4376
4374
|
width: props.width || props.size || '1em',
|
package/dist/index.esm.native.js
CHANGED
|
@@ -321,15 +321,15 @@ function UndoIcon(props) {
|
|
|
321
321
|
|
|
322
322
|
function UnsortedIcon(props) {
|
|
323
323
|
return /*#__PURE__*/createElement(Svg, _extends({}, props, {
|
|
324
|
+
"data-name": "Layer 1",
|
|
324
325
|
viewBox: "0 0 16 16",
|
|
325
326
|
width: props.width || props.size || 16,
|
|
326
327
|
height: props.height || props.size || 16,
|
|
327
328
|
color: props.color || '#181C56'
|
|
328
329
|
}), /*#__PURE__*/createElement(Path, {
|
|
329
|
-
fill: "
|
|
330
|
+
fill: "#181c56",
|
|
330
331
|
fillRule: "evenodd",
|
|
331
|
-
d: "M8.
|
|
332
|
-
clipRule: "evenodd"
|
|
332
|
+
d: "M8.69 11.77V4.32l2.1 2.1.9-.9-3.18-3.18-.08-.07a.626.626 0 00-.82.07L4.43 5.52l.9.9 2.1-2.1v7.45l-2.1-2.1-.9.9 3.18 3.18.08.07c.25.18.6.16.82-.07l3.18-3.18-.9-.9-2.1 2.1z"
|
|
333
333
|
}));
|
|
334
334
|
}
|
|
335
335
|
|
package/dist/index.js
CHANGED
|
@@ -366,6 +366,7 @@ function UndoIcon(props) {
|
|
|
366
366
|
|
|
367
367
|
function UnsortedIcon(props) {
|
|
368
368
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
369
|
+
"data-name": "Layer 1",
|
|
369
370
|
viewBox: "0 0 16 16",
|
|
370
371
|
width: props.width || props.size || '1em',
|
|
371
372
|
height: props.height || props.size || '1em',
|
|
@@ -373,10 +374,9 @@ function UnsortedIcon(props) {
|
|
|
373
374
|
inline: undefined,
|
|
374
375
|
color: props.color || 'currentColor'
|
|
375
376
|
}), /*#__PURE__*/React.createElement("path", {
|
|
376
|
-
fill: "
|
|
377
|
+
fill: "#181c56",
|
|
377
378
|
fillRule: "evenodd",
|
|
378
|
-
d: "M8.
|
|
379
|
-
clipRule: "evenodd"
|
|
379
|
+
d: "M8.69 11.77V4.32l2.1 2.1.9-.9-3.18-3.18-.08-.07a.626.626 0 00-.82.07L4.43 5.52l.9.9 2.1-2.1v7.45l-2.1-2.1-.9.9 3.18 3.18.08.07c.25.18.6.16.82-.07l3.18-3.18-.9-.9-2.1 2.1z"
|
|
380
380
|
}));
|
|
381
381
|
}
|
|
382
382
|
|
|
@@ -4369,12 +4369,10 @@ function RSSIcon(props) {
|
|
|
4369
4369
|
}));
|
|
4370
4370
|
}
|
|
4371
4371
|
|
|
4372
|
-
|
|
4373
|
-
/**
|
|
4374
|
-
* @deprecated This icon is deprecated
|
|
4375
|
-
*/
|
|
4372
|
+
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
4376
4373
|
|
|
4377
4374
|
function ReportsIcon(props) {
|
|
4375
|
+
console.warn('Design system warning: ReportsIcon is deprecated; use CopyIcon instead');
|
|
4378
4376
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
4379
4377
|
viewBox: "0 0 16 16",
|
|
4380
4378
|
width: props.width || props.size || '1em',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "5.1.0",
|
|
3
|
+
"version": "5.1.2-beta.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -20,9 +20,8 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"postbuild": "rimraf tmp"
|
|
23
|
+
"build": "yarn run rimraf dist native tmp && node bin/build.js && rollup -c && yarn run rimraf tmp",
|
|
24
|
+
"prepack": "yarn run build"
|
|
26
25
|
},
|
|
27
26
|
"peerDependencies": {
|
|
28
27
|
"react": ">=16.8.0",
|
|
@@ -40,13 +39,15 @@
|
|
|
40
39
|
"@svgr/plugin-svgo": "^5.0.1",
|
|
41
40
|
"@types/fs-extra": "^8.0.0",
|
|
42
41
|
"case": "^1.6.2",
|
|
42
|
+
"dts-cli": "^1.1.6",
|
|
43
43
|
"fs-extra": "9.0.0",
|
|
44
|
+
"node-sass": "^7.0.3",
|
|
44
45
|
"rimraf": "3.0.2",
|
|
45
46
|
"rollup": "2.6.1"
|
|
46
47
|
},
|
|
47
48
|
"dependencies": {
|
|
48
|
-
"@entur/tokens": "^3.4.
|
|
49
|
-
"@entur/utils": "^0.4.
|
|
49
|
+
"@entur/tokens": "^3.4.2-beta.0",
|
|
50
|
+
"@entur/utils": "^0.4.6-beta.0"
|
|
50
51
|
},
|
|
51
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
|
|
52
53
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,515 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [5.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@5.0.0...@entur/icons@5.1.0) (2022-10-20)
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
- **unsorted icon:** fix error in unsorted icon svg file ([2dbe52b](https://bitbucket.org/enturas/design-system/commits/2dbe52b0b7b039c8bd0b2f133bf2ef84bd3e16e6))
|
|
11
|
-
|
|
12
|
-
### Features
|
|
13
|
-
|
|
14
|
-
- **icons:** add sami flag icon ([ff84edf](https://bitbucket.org/enturas/design-system/commits/ff84edf6626deb77b608d6ab99280f6cbecb8f47))
|
|
15
|
-
|
|
16
|
-
# [5.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.3...@entur/icons@5.0.0) (2022-10-12)
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
- **ReportsIcon:** add deprecation warning for ReportsIcon. Icon is replaced with CopyIcon ([4f996fc](https://bitbucket.org/enturas/design-system/commits/4f996fc455613ebd98abdb44b7f2562d3a6e9228))
|
|
21
|
-
- **ReportsIcon, CopyIcon:** change copy icon to look like reportsicon and rename existing copy icon ([4adbd49](https://bitbucket.org/enturas/design-system/commits/4adbd4917caabbfc6c4fdb1538470b52b03c67c1))
|
|
22
|
-
- **sortable table:** add icon to indicate that a column is sortable ([5b3c164](https://bitbucket.org/enturas/design-system/commits/5b3c1645ba70b85cd4fc5bc2c2ca8c429430182a))
|
|
23
|
-
|
|
24
|
-
### BREAKING CHANGES
|
|
25
|
-
|
|
26
|
-
- **ReportsIcon, CopyIcon:** If you used CopyIcon then the icon will change to look like ReportsIcon
|
|
27
|
-
- **ReportsIcon:** ReportsIcon is now deprecated in favor of the new name CopyIcon
|
|
28
|
-
|
|
29
|
-
## [4.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.2...@entur/icons@4.3.3) (2022-08-31)
|
|
30
|
-
|
|
31
|
-
**Note:** Version bump only for package @entur/icons
|
|
32
|
-
|
|
33
|
-
## [4.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.1...@entur/icons@4.3.2) (2022-08-24)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @entur/icons
|
|
36
|
-
|
|
37
|
-
## [4.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.3.0...@entur/icons@4.3.1) (2022-08-09)
|
|
38
|
-
|
|
39
|
-
**Note:** Version bump only for package @entur/icons
|
|
40
|
-
|
|
41
|
-
# [4.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.2.0...@entur/icons@4.3.0) (2022-07-05)
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- **validation exclamation icon:** fix icon colours for validation exclamation icon in react native ([4e64eb8](https://bitbucket.org/enturas/design-system/commits/4e64eb86fd1b98731b47ac040ce578e8ee0aa956))
|
|
46
|
-
|
|
47
|
-
### Features
|
|
48
|
-
|
|
49
|
-
- **icons:** add seat capacity icons to facility group ([25265da](https://bitbucket.org/enturas/design-system/commits/25265da52f929a9e830419b98f28f2fd22617612))
|
|
50
|
-
|
|
51
|
-
# [4.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.2...@entur/icons@4.2.0) (2022-06-24)
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
- **icons:** update Brakar logo icon and add Brakar without text icon ([1ccd821](https://bitbucket.org/enturas/design-system/commits/1ccd821d5ee9684573ee25e008f95e1d14ec0bce))
|
|
56
|
-
|
|
57
|
-
## [4.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.1...@entur/icons@4.1.2) (2022-05-04)
|
|
58
|
-
|
|
59
|
-
### Bug Fixes
|
|
60
|
-
|
|
61
|
-
- **validation exclamation icon:** fix incorrect exclamation mark color for non-contrast validation ([22deff9](https://bitbucket.org/enturas/design-system/commits/22deff9cac4f867a26a14ec51197f1c3be13d403))
|
|
62
|
-
|
|
63
|
-
## [4.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.1.0...@entur/icons@4.1.1) (2022-04-27)
|
|
64
|
-
|
|
65
|
-
**Note:** Version bump only for package @entur/icons
|
|
66
|
-
|
|
67
|
-
# [4.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@4.0.0...@entur/icons@4.1.0) (2022-04-20)
|
|
68
|
-
|
|
69
|
-
### Features
|
|
70
|
-
|
|
71
|
-
- **icons:** add conductor and calculator icon ([2efc907](https://bitbucket.org/enturas/design-system/commits/2efc9074f769575a31a94fbc4f2b9eb1f2e29d47))
|
|
72
|
-
|
|
73
|
-
# [4.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.5.0...@entur/icons@4.0.0) (2022-04-19)
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
|
|
77
|
-
- **cableway icon:** fix color of cableway icon, and fix color prop in native package ([73cc942](https://bitbucket.org/enturas/design-system/commits/73cc942cf85bce77f8815e208853d64983e96d4d))
|
|
78
|
-
- **cableway icon:** update cableway icon to more correct size ([e0007e4](https://bitbucket.org/enturas/design-system/commits/e0007e471e2382be36390b0aa8caa39babf815fd))
|
|
79
|
-
|
|
80
|
-
### BREAKING CHANGES
|
|
81
|
-
|
|
82
|
-
- **cableway icon:** Icon is visualy larger, but not physically, watch out for unintended visual effect caused by this
|
|
83
|
-
|
|
84
|
-
# [3.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.4.1...@entur/icons@3.5.0) (2022-03-01)
|
|
85
|
-
|
|
86
|
-
### Features
|
|
87
|
-
|
|
88
|
-
- **icons:** add new CityBike icon ([ec8288e](https://bitbucket.org/enturas/design-system/commits/ec8288ed5d9dc122361e95362a6dab5f18acad7b))
|
|
89
|
-
|
|
90
|
-
## [3.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.4.0...@entur/icons@3.4.1) (2022-02-09)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @entur/icons
|
|
93
|
-
|
|
94
|
-
# [3.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.3.0...@entur/icons@3.4.0) (2021-11-17)
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
- add correspondence icon ([ee07d31](https://bitbucket.org/enturas/design-system/commits/ee07d31857ccfe0ce57be30556a2a8377bc8eb53))
|
|
99
|
-
- add ZoneIcon ([e52f648](https://bitbucket.org/enturas/design-system/commits/e52f64831b3b3a311cb85b12bce5d01b794a75b5))
|
|
100
|
-
|
|
101
|
-
# [3.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.2.0...@entur/icons@3.3.0) (2021-09-23)
|
|
102
|
-
|
|
103
|
-
### Bug Fixes
|
|
104
|
-
|
|
105
|
-
- **switch:** fix switchicon color bug ([e41f8a9](https://bitbucket.org/enturas/design-system/commits/e41f8a9721a648c2a49e674cbf8b65b1329e7558))
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
- add couchette icon ([7c6c6a3](https://bitbucket.org/enturas/design-system/commits/7c6c6a3ba5712b9f7546c9d20cc9451e1a0372fc))
|
|
110
|
-
- add WaterTapIcon ([80d9439](https://bitbucket.org/enturas/design-system/commits/80d9439b0f6f759f42f2c99a2e0fc8812ba81cd7))
|
|
111
|
-
- add ZvippIcon (mobility partner) ([9e9374c](https://bitbucket.org/enturas/design-system/commits/9e9374c22b806ab549430ff3ee9b123cb6a4210c))
|
|
112
|
-
|
|
113
|
-
# [3.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.1.0...@entur/icons@3.2.0) (2021-09-13)
|
|
114
|
-
|
|
115
|
-
### Features
|
|
116
|
-
|
|
117
|
-
- add CloseSmallIcon ([c606324](https://bitbucket.org/enturas/design-system/commits/c606324e3800fa99605c6ff818bd4120adf3e89e))
|
|
118
|
-
- add outlined validation icons ([403622c](https://bitbucket.org/enturas/design-system/commits/403622c9750e955b8bb8140e75266df6b9c8e973))
|
|
119
|
-
|
|
120
|
-
# [3.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@3.0.0...@entur/icons@3.1.0) (2021-09-07)
|
|
121
|
-
|
|
122
|
-
### Features
|
|
123
|
-
|
|
124
|
-
- **weather:** add weather icons ([1e7c585](https://bitbucket.org/enturas/design-system/commits/1e7c5856a4387578a046b8959662d96a40a05566))
|
|
125
|
-
- add MoveAbout icon ([e336ddb](https://bitbucket.org/enturas/design-system/commits/e336ddb443a402e8de4f41ec8d777b2ff12f4d0e))
|
|
126
|
-
|
|
127
|
-
# [3.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@2.0.2...@entur/icons@3.0.0) (2021-07-16)
|
|
128
|
-
|
|
129
|
-
### Bug Fixes
|
|
130
|
-
|
|
131
|
-
- **calendar icon:** rename from calender to calendar icon ([0177fb9](https://bitbucket.org/enturas/design-system/commits/0177fb9b89c4a1bae4f62bb42e73081ae87f78db))
|
|
132
|
-
|
|
133
|
-
### BREAKING CHANGES
|
|
134
|
-
|
|
135
|
-
- **calendar icon:** change all CalenderIcon to CalendarIcon
|
|
136
|
-
|
|
137
|
-
## [2.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@2.0.1...@entur/icons@2.0.2) (2021-06-25)
|
|
138
|
-
|
|
139
|
-
### Bug Fixes
|
|
140
|
-
|
|
141
|
-
- **switch:** make icon symmetric ([057053c](https://bitbucket.org/enturas/design-system/commits/057053cbb816278e77882a589f6785428baf3f17))
|
|
142
|
-
|
|
143
|
-
## [2.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@2.0.0...@entur/icons@2.0.1) (2021-05-05)
|
|
144
|
-
|
|
145
|
-
### Bug Fixes
|
|
146
|
-
|
|
147
|
-
- **addcard:** update add card icon look ([4282657](https://bitbucket.org/enturas/design-system/commits/4282657e7a2343eb096cc54c52c887be38e2580d))
|
|
148
|
-
- fix corrent colors for mobility partners ([c24c7ec](https://bitbucket.org/enturas/design-system/commits/c24c7ec4ab10ef7dfdd434e508a93a07501b5cb9))
|
|
149
|
-
- update card icon ([6a8156b](https://bitbucket.org/enturas/design-system/commits/6a8156bc2a8572621c1a6bd0bad6bec4742804ca))
|
|
150
|
-
|
|
151
|
-
# [2.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.20.0...@entur/icons@2.0.0) (2021-04-23)
|
|
152
|
-
|
|
153
|
-
### Bug Fixes
|
|
154
|
-
|
|
155
|
-
- change name for unvalid ticket icon ([8f5148f](https://bitbucket.org/enturas/design-system/commits/8f5148f06974236dc44cf7016990bd60762c747b))
|
|
156
|
-
- use correct colors on mobility partner icons ([90b3408](https://bitbucket.org/enturas/design-system/commits/90b340885fce4cd803042965cbed162ce0cc53df))
|
|
157
|
-
|
|
158
|
-
### BREAKING CHANGES
|
|
159
|
-
|
|
160
|
-
- UnvalidTicketIcon -> InvalidTicketIcon
|
|
161
|
-
|
|
162
|
-
# [1.20.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.19.0...@entur/icons@1.20.0) (2021-04-09)
|
|
163
|
-
|
|
164
|
-
### Features
|
|
165
|
-
|
|
166
|
-
- add mobility partner icons ([9898249](https://bitbucket.org/enturas/design-system/commits/98982497ed78bdb61fd08d83fbe80008df443d92))
|
|
167
|
-
|
|
168
|
-
# [1.19.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.18.0...@entur/icons@1.19.0) (2021-02-17)
|
|
169
|
-
|
|
170
|
-
### Features
|
|
171
|
-
|
|
172
|
-
- add accessibility icon ([3c71aac](https://bitbucket.org/enturas/design-system/commits/3c71aac995d0912bc6ab0c85875ce89b0701924f))
|
|
173
|
-
|
|
174
|
-
# [1.18.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.17.0...@entur/icons@1.18.0) (2021-01-29)
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
- add bookmark icon ([97f3fc5](https://bitbucket.org/enturas/design-system/commits/97f3fc51e1d262b75884d067fe1bc8ce6703369d))
|
|
179
|
-
|
|
180
|
-
# [1.17.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.16.0...@entur/icons@1.17.0) (2021-01-20)
|
|
181
|
-
|
|
182
|
-
### Features
|
|
183
|
-
|
|
184
|
-
- add cloud download icon ([7707066](https://bitbucket.org/enturas/design-system/commits/770706614fb07e4727d3ef29714ac64f0731e321))
|
|
185
|
-
|
|
186
|
-
# [1.16.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.15.2...@entur/icons@1.16.0) (2021-01-13)
|
|
187
|
-
|
|
188
|
-
### Bug Fixes
|
|
189
|
-
|
|
190
|
-
- update delete icon look ([b939ffb](https://bitbucket.org/enturas/design-system/commits/b939ffb20cae652dd8ae3c92ceb9b12500df5c76))
|
|
191
|
-
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
- add admin and privacy icon ([b6c891d](https://bitbucket.org/enturas/design-system/commits/b6c891d7246f447fffaf351e1c6e376ab6f8d8d7))
|
|
195
|
-
|
|
196
|
-
## [1.15.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.15.1...@entur/icons@1.15.2) (2020-12-04)
|
|
197
|
-
|
|
198
|
-
### Bug Fixes
|
|
199
|
-
|
|
200
|
-
- remove unused typings ([156a31d](https://bitbucket.org/enturas/design-system/commits/156a31d8015de3c88291f6620bafeb3d200f16f1))
|
|
201
|
-
|
|
202
|
-
## [1.15.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.15.0...@entur/icons@1.15.1) (2020-11-05)
|
|
203
|
-
|
|
204
|
-
### Bug Fixes
|
|
205
|
-
|
|
206
|
-
- **typings:** add number as possibility for size, width and height props ([a22081f](https://bitbucket.org/enturas/design-system/commits/a22081fdc6360be9d98649586d4e94573dc8c235))
|
|
207
|
-
|
|
208
|
-
# [1.15.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.14.0...@entur/icons@1.15.0) (2020-10-23)
|
|
209
|
-
|
|
210
|
-
### Features
|
|
211
|
-
|
|
212
|
-
- **icon:** add skyss icon ([42bbd50](https://bitbucket.org/enturas/design-system/commits/42bbd5027059579f0ba3b082a92dc0dfabf979f7))
|
|
213
|
-
|
|
214
|
-
# [1.14.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.13.1...@entur/icons@1.14.0) (2020-10-16)
|
|
215
|
-
|
|
216
|
-
### Bug Fixes
|
|
217
|
-
|
|
218
|
-
- **types:** add prop spread fix in typings ([58d08f4](https://bitbucket.org/enturas/design-system/commits/58d08f40897ebeac3876feb756d356ce69344dd8))
|
|
219
|
-
- fix colors for payment icons ([63a90db](https://bitbucket.org/enturas/design-system/commits/63a90db49d347e434c4a46faf08e6516edaf6569))
|
|
220
|
-
|
|
221
|
-
### Features
|
|
222
|
-
|
|
223
|
-
- add vippslogo icon ([a703253](https://bitbucket.org/enturas/design-system/commits/a703253ba99e812be2d838bf7d9c063de3b39a12))
|
|
224
|
-
- **icons:** add typings for all icons ([e55d644](https://bitbucket.org/enturas/design-system/commits/e55d644c1f961e8655b2817fd1347b5289c0b652))
|
|
225
|
-
- add animalfree icon ([a3fabde](https://bitbucket.org/enturas/design-system/commits/a3fabdeacd6fe2d91802a2d52ee429a8c08cb1b0))
|
|
226
|
-
- add mastercard icon ([3404b64](https://bitbucket.org/enturas/design-system/commits/3404b64163783bb081ac61e91307ae1c4a03095a))
|
|
227
|
-
- add vipps icon ([fc068db](https://bitbucket.org/enturas/design-system/commits/fc068dbda207722e323229975227f8d6340e68d8))
|
|
228
|
-
- add visa icon ([b2689d7](https://bitbucket.org/enturas/design-system/commits/b2689d70ff9fb1f086dcc0d7ccf7829dbf1c133b))
|
|
229
|
-
|
|
230
|
-
## [1.13.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.13.0...@entur/icons@1.13.1) (2020-10-09)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @entur/icons
|
|
233
|
-
|
|
234
|
-
# [1.13.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.12.2...@entur/icons@1.13.0) (2020-09-25)
|
|
235
|
-
|
|
236
|
-
### Features
|
|
237
|
-
|
|
238
|
-
- **@entur/icons:** add GitHub icon ([fa47eee](https://bitbucket.org/enturas/design-system/commits/fa47eeef111f0c3a1a4d0a71d58e8f834d84f198))
|
|
239
|
-
|
|
240
|
-
## [1.12.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.12.1...@entur/icons@1.12.2) (2020-09-14)
|
|
241
|
-
|
|
242
|
-
### Bug Fixes
|
|
243
|
-
|
|
244
|
-
- **validationerror:** fix casing in icon fill ([cdbe209](https://bitbucket.org/enturas/design-system/commits/cdbe2091498d123a78ffea0a14556ec37122eae3))
|
|
245
|
-
|
|
246
|
-
## [1.12.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.12.0...@entur/icons@1.12.1) (2020-09-02)
|
|
247
|
-
|
|
248
|
-
**Note:** Version bump only for package @entur/icons
|
|
249
|
-
|
|
250
|
-
# [1.12.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.11.0...@entur/icons@1.12.0) (2020-08-26)
|
|
251
|
-
|
|
252
|
-
### Bug Fixes
|
|
253
|
-
|
|
254
|
-
- **extend icon:** rename new icon from expand to extend ([a592d49](https://bitbucket.org/enturas/design-system/commits/a592d49baabe9daa3a6fc9171411578e88b1ddb9))
|
|
255
|
-
|
|
256
|
-
### Features
|
|
257
|
-
|
|
258
|
-
- **icons:** add expand and minimize icons ([709daea](https://bitbucket.org/enturas/design-system/commits/709daea5bccd77aa7581ce023949bd891be4a441))
|
|
259
|
-
- **new icon:** add icon for draggable ([e356e60](https://bitbucket.org/enturas/design-system/commits/e356e6007b59aab0ab38edc23d8d35d347dc75df))
|
|
260
|
-
|
|
261
|
-
# [1.11.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.10.0...@entur/icons@1.11.0) (2020-08-19)
|
|
262
|
-
|
|
263
|
-
### Bug Fixes
|
|
264
|
-
|
|
265
|
-
- **validation error icon:** adjust internal padding in svg ([608f45e](https://bitbucket.org/enturas/design-system/commits/608f45ed7bd00fd241e3134b2f8b32c9851a1cbe))
|
|
266
|
-
|
|
267
|
-
### Features
|
|
268
|
-
|
|
269
|
-
- add baby icon ([4ece207](https://bitbucket.org/enturas/design-system/commits/4ece207c25e096a0731d8db0ce67b62cc0854f39))
|
|
270
|
-
|
|
271
|
-
# [1.10.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.9.1...@entur/icons@1.10.0) (2020-08-11)
|
|
272
|
-
|
|
273
|
-
### Features
|
|
274
|
-
|
|
275
|
-
- add new icons for travel and misc ([fbb4074](https://bitbucket.org/enturas/design-system/commits/fbb40741aa9e68f16e0d725ca210cfc2aee52bf0))
|
|
276
|
-
|
|
277
|
-
## [1.9.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.9.0...@entur/icons@1.9.1) (2020-07-22)
|
|
278
|
-
|
|
279
|
-
### Bug Fixes
|
|
280
|
-
|
|
281
|
-
- avoid color change on icons with special colors ([f227105](https://bitbucket.org/enturas/design-system/commits/f2271051e74c137cc536b27ad0d9fcc67caa5d64))
|
|
282
|
-
- center norway flag icon position ([fff28b3](https://bitbucket.org/enturas/design-system/commits/fff28b317eed0e2628b0d798e3c158f663f0cffb))
|
|
283
|
-
- use differential and not white fill ([9ae8221](https://bitbucket.org/enturas/design-system/commits/9ae8221888ecdfa35b5ee32f452df60c726df9d9))
|
|
284
|
-
|
|
285
|
-
# [1.9.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.8.0...@entur/icons@1.9.0) (2020-07-16)
|
|
286
|
-
|
|
287
|
-
### Features
|
|
288
|
-
|
|
289
|
-
- color prop for icons works with transport icons ([1baa125](https://bitbucket.org/enturas/design-system/commits/1baa125039ef2f430fe5ea18cc9f3ea0e53031ab))
|
|
290
|
-
|
|
291
|
-
# [1.8.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.7.0...@entur/icons@1.8.0) (2020-07-03)
|
|
292
|
-
|
|
293
|
-
### Bug Fixes
|
|
294
|
-
|
|
295
|
-
- update BusIcon with new BusIcon color ([46e3448](https://bitbucket.org/enturas/design-system/commits/46e34489965f93c81eb1b8b986df3f61fd0b07bd))
|
|
296
|
-
|
|
297
|
-
### Features
|
|
298
|
-
|
|
299
|
-
- add database icon ([d96d016](https://bitbucket.org/enturas/design-system/commits/d96d016ced80e4ab5e57b04b17d6a1676c5c4f4d))
|
|
300
|
-
- add linkedin icon ([8fd0488](https://bitbucket.org/enturas/design-system/commits/8fd04880866ceefff2fde49a67c1ce67d457289f))
|
|
301
|
-
- add power icon ([a4b75cd](https://bitbucket.org/enturas/design-system/commits/a4b75cdd3dd48a116f7d0c7f2287134ee0f858b0))
|
|
302
|
-
- add select and hand pointer icons ([d1fd1d1](https://bitbucket.org/enturas/design-system/commits/d1fd1d16c0502fc7a837f4495c4fc4e3d391b65f))
|
|
303
|
-
- add standard and quiet hearing icon ([d525ac7](https://bitbucket.org/enturas/design-system/commits/d525ac792d64811f9887cc1e879bcc381cfffd72))
|
|
304
|
-
|
|
305
|
-
# [1.7.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.6.1...@entur/icons@1.7.0) (2020-06-17)
|
|
306
|
-
|
|
307
|
-
### Features
|
|
308
|
-
|
|
309
|
-
- add contrast support for travel icons ([4c1c56a](https://bitbucket.org/enturas/design-system/commits/4c1c56a4d12aee4b6a2a7a9054075335bf2a4495))
|
|
310
|
-
|
|
311
|
-
## [1.6.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.6.0...@entur/icons@1.6.1) (2020-05-27)
|
|
312
|
-
|
|
313
|
-
**Note:** Version bump only for package @entur/icons
|
|
314
|
-
|
|
315
|
-
# [1.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.5.2...@entur/icons@1.6.0) (2020-05-26)
|
|
316
|
-
|
|
317
|
-
### Features
|
|
318
|
-
|
|
319
|
-
- new icon for partner: farte ([52b991b](https://bitbucket.org/enturas/design-system/commits/52b991ba4c59ab50d7752d324ffbeb8a4f9bf324))
|
|
320
|
-
|
|
321
|
-
## [1.5.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.5.1...@entur/icons@1.5.2) (2020-05-20)
|
|
322
|
-
|
|
323
|
-
**Note:** Version bump only for package @entur/icons
|
|
324
|
-
|
|
325
|
-
## [1.5.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.5.0...@entur/icons@1.5.1) (2020-04-27)
|
|
326
|
-
|
|
327
|
-
### Bug Fixes
|
|
328
|
-
|
|
329
|
-
- fix coloring of kolumbus icon ([fa5876e](https://bitbucket.org/enturas/design-system/commits/fa5876e18e19e934afb700f86446108af7fd85c9))
|
|
330
|
-
|
|
331
|
-
# [1.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.4.0...@entur/icons@1.5.0) (2020-04-23)
|
|
332
|
-
|
|
333
|
-
### Bug Fixes
|
|
334
|
-
|
|
335
|
-
- change 1em to 16 for native icons ([a97b97d](https://bitbucket.org/enturas/design-system/commits/a97b97d8669bfd2f6a885a4985c0e858debe0f18))
|
|
336
|
-
|
|
337
|
-
### Features
|
|
338
|
-
|
|
339
|
-
- add purpose icon ([7b02c4e](https://bitbucket.org/enturas/design-system/commits/7b02c4e36c6428958a8ff775a2003bb92f36c2df))
|
|
340
|
-
- add value icon ([324b918](https://bitbucket.org/enturas/design-system/commits/324b918d344dd38ff51aea65a0c1174eb408616f))
|
|
341
|
-
- add vertical switch icon ([dd3eec3](https://bitbucket.org/enturas/design-system/commits/dd3eec34413d525c029ad3281af7c6e7a3212a08))
|
|
342
|
-
- add width and height props for icons ([8881baa](https://bitbucket.org/enturas/design-system/commits/8881baaabd96e41294b186cee248016057313ecc))
|
|
343
|
-
|
|
344
|
-
# [1.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.3.0...@entur/icons@1.4.0) (2020-04-08)
|
|
345
|
-
|
|
346
|
-
### Features
|
|
347
|
-
|
|
348
|
-
- add quit icon ([7311322](https://bitbucket.org/enturas/design-system/commits/73113222eaff3c89d89e032aab4583a03d52bfa0))
|
|
349
|
-
- adding partner icons ([84501ea](https://bitbucket.org/enturas/design-system/commits/84501ea98c109a897c643fc0faf9df3f4203b4d6))
|
|
350
|
-
|
|
351
|
-
# [1.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.0.0...@entur/icons@1.3.0) (2020-03-25)
|
|
352
|
-
|
|
353
|
-
### Bug Fixes
|
|
354
|
-
|
|
355
|
-
- change the tram icon to have correct color according to tokens ([251dacc](https://bitbucket.org/enturas/design-system/commits/251daccb629a7e7a6a8cbd953e681e4bf9a3429a))
|
|
356
|
-
- use currentColor for transport colors for native ([7358f14](https://bitbucket.org/enturas/design-system/commits/7358f148bda0ce8e7cba479cb650e5be39707f48))
|
|
357
|
-
|
|
358
|
-
### Features
|
|
359
|
-
|
|
360
|
-
- adding row-height icons ([ccca7ed](https://bitbucket.org/enturas/design-system/commits/ccca7eda14df5fb1a9182c36bfe359fcc885b27b))
|
|
361
|
-
- **channel icon:** and update settings and timeline icon ([dcb80b4](https://bitbucket.org/enturas/design-system/commits/dcb80b431a9738c315ddc0b705c7b3fd8328fd17))
|
|
362
|
-
- changed import module for native config ([d9c3c5f](https://bitbucket.org/enturas/design-system/commits/d9c3c5f99b0e2e76fccea3847958660f12c3bd42))
|
|
363
|
-
|
|
364
|
-
# [1.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.0.0...@entur/icons@1.2.0) (2020-03-25)
|
|
365
|
-
|
|
366
|
-
### Bug Fixes
|
|
367
|
-
|
|
368
|
-
- change the tram icon to have correct color according to tokens ([251dacc](https://bitbucket.org/enturas/design-system/commits/251daccb629a7e7a6a8cbd953e681e4bf9a3429a))
|
|
369
|
-
- use currentColor for transport colors for native ([7358f14](https://bitbucket.org/enturas/design-system/commits/7358f148bda0ce8e7cba479cb650e5be39707f48))
|
|
370
|
-
|
|
371
|
-
### Features
|
|
372
|
-
|
|
373
|
-
- adding row-height icons ([ccca7ed](https://bitbucket.org/enturas/design-system/commits/ccca7eda14df5fb1a9182c36bfe359fcc885b27b))
|
|
374
|
-
- **channel icon:** and update settings and timeline icon ([dcb80b4](https://bitbucket.org/enturas/design-system/commits/dcb80b431a9738c315ddc0b705c7b3fd8328fd17))
|
|
375
|
-
- changed import module for native config ([d9c3c5f](https://bitbucket.org/enturas/design-system/commits/d9c3c5f99b0e2e76fccea3847958660f12c3bd42))
|
|
376
|
-
|
|
377
|
-
# [1.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.0.0...@entur/icons@1.1.0) (2020-03-18)
|
|
378
|
-
|
|
379
|
-
### Bug Fixes
|
|
380
|
-
|
|
381
|
-
- change the tram icon to have correct color according to tokens ([251dacc](https://bitbucket.org/enturas/design-system/commits/251daccb629a7e7a6a8cbd953e681e4bf9a3429a))
|
|
382
|
-
- use currentColor for transport colors for native ([7358f14](https://bitbucket.org/enturas/design-system/commits/7358f148bda0ce8e7cba479cb650e5be39707f48))
|
|
383
|
-
|
|
384
|
-
### Features
|
|
385
|
-
|
|
386
|
-
- **channel icon:** and update settings and timeline icon ([dcb80b4](https://bitbucket.org/enturas/design-system/commits/dcb80b431a9738c315ddc0b705c7b3fd8328fd17))
|
|
387
|
-
- changed import module for native config ([d9c3c5f](https://bitbucket.org/enturas/design-system/commits/d9c3c5f99b0e2e76fccea3847958660f12c3bd42))
|
|
388
|
-
|
|
389
|
-
# [1.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.11.0...@entur/icons@1.0.0) (2020-03-05)
|
|
390
|
-
|
|
391
|
-
### Bug Fixes
|
|
392
|
-
|
|
393
|
-
- remove unused icon ([bced335](https://bitbucket.org/enturas/design-system/commits/bced335fac86c7be383468ca30adcfb6b02ed515))
|
|
394
|
-
- remove unused icons ([1199864](https://bitbucket.org/enturas/design-system/commits/1199864b81188338aa8ad4d8bdda98ffdd5096c7))
|
|
395
|
-
|
|
396
|
-
### Features
|
|
397
|
-
|
|
398
|
-
- adding new validation icons ([854644a](https://bitbucket.org/enturas/design-system/commits/854644a5dfb27d475681aa6a3a1c5f3bcc44999d))
|
|
399
|
-
- supports setting size for native icons ([74a7855](https://bitbucket.org/enturas/design-system/commits/74a7855710ab9157489615bf114ce4558e62f1aa))
|
|
400
|
-
- **icons:** changing all icons to outline styling ([2a346d0](https://bitbucket.org/enturas/design-system/commits/2a346d0873c690569d473c7f21f1a454bc088bc6))
|
|
401
|
-
|
|
402
|
-
### BREAKING CHANGES
|
|
403
|
-
|
|
404
|
-
- Removed icons: company, fineticket, periode, rescue, sanntid, salesplace, and location
|
|
405
|
-
- **icons:** Name changes for icon (old-new): standard-expand, teddy-playroom, company-city, ticket-validticket
|
|
406
|
-
|
|
407
|
-
ISSUES CLOSED: DS-269
|
|
408
|
-
|
|
409
|
-
# [0.11.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.10.0...@entur/icons@0.11.0) (2020-02-26)
|
|
410
|
-
|
|
411
|
-
### Features
|
|
412
|
-
|
|
413
|
-
- add icon for UK ([f896e51](https://bitbucket.org/enturas/design-system/commits/f896e5164db7f70dd9bc74429eebd3df4d536c08))
|
|
414
|
-
|
|
415
|
-
# [0.10.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.9.0...@entur/icons@0.10.0) (2020-02-20)
|
|
416
|
-
|
|
417
|
-
### Features
|
|
418
|
-
|
|
419
|
-
- add sleepicon ([018acf9](https://bitbucket.org/enturas/design-system/commits/018acf9ffa4b56f89f5d90cff18cf5c8117e7207))
|
|
420
|
-
|
|
421
|
-
# [0.9.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.8.0...@entur/icons@0.9.0) (2020-02-14)
|
|
422
|
-
|
|
423
|
-
### Bug Fixes
|
|
424
|
-
|
|
425
|
-
- update look for teddy icon ([45a2fc2](https://bitbucket.org/enturas/design-system/commits/45a2fc206ca8ccc5a004968e2c566bd1c28c6a23))
|
|
426
|
-
|
|
427
|
-
### Features
|
|
428
|
-
|
|
429
|
-
- new icons ([f50efb3](https://bitbucket.org/enturas/design-system/commits/f50efb3c7fd37c95464a362dd563dfa64126004f))
|
|
430
|
-
|
|
431
|
-
# [0.8.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.7.0...@entur/icons@0.8.0) (2020-02-12)
|
|
432
|
-
|
|
433
|
-
### Features
|
|
434
|
-
|
|
435
|
-
- add new icon: turnable ([3025950](https://bitbucket.org/enturas/design-system/commits/30259503234ee9351aa8f2416c37af15a1adae84))
|
|
436
|
-
|
|
437
|
-
# [0.7.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.6.0...@entur/icons@0.7.0) (2020-02-05)
|
|
438
|
-
|
|
439
|
-
### Features
|
|
440
|
-
|
|
441
|
-
- adding new icon: rulesicon ([07c63d7](https://bitbucket.org/enturas/design-system/commits/07c63d7cd59ee4e7fc43585edfc7f0bc4d744085))
|
|
442
|
-
|
|
443
|
-
# [0.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.5.0...@entur/icons@0.6.0) (2020-01-27)
|
|
444
|
-
|
|
445
|
-
### Features
|
|
446
|
-
|
|
447
|
-
- add redo and undo icon ([de1a001](https://bitbucket.org/enturas/design-system/commits/de1a00128e6bed5f6366b6d200789176517552d3))
|
|
448
|
-
|
|
449
|
-
# [0.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.5...@entur/icons@0.5.0) (2020-01-14)
|
|
450
|
-
|
|
451
|
-
### Bug Fixes
|
|
452
|
-
|
|
453
|
-
- **icons:** fix inline icon styles ([a454c62](https://bitbucket.org/enturas/design-system/commits/a454c621e87a807efa5b39605d16cc0578d49e38))
|
|
454
|
-
- include the "native" folder in the npm package ([02f398c](https://bitbucket.org/enturas/design-system/commits/02f398c2a4a489b79a2002cb745ae1fda077201a))
|
|
455
|
-
|
|
456
|
-
### Features
|
|
457
|
-
|
|
458
|
-
- **icons:** add react-native icons ([962f1a5](https://bitbucket.org/enturas/design-system/commits/962f1a543567f5a0a7b76d6b0c53f48c81343e69))
|
|
459
|
-
|
|
460
|
-
## [0.4.5](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.4...@entur/icons@0.4.5) (2020-01-13)
|
|
461
|
-
|
|
462
|
-
### Bug Fixes
|
|
463
|
-
|
|
464
|
-
- fix listview icon rotation ([7940940](https://bitbucket.org/enturas/design-system/commits/7940940d8629422ac72346f926ec84f2040fb529))
|
|
465
|
-
|
|
466
|
-
## [0.4.4](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.3...@entur/icons@0.4.4) (2020-01-08)
|
|
467
|
-
|
|
468
|
-
### Bug Fixes
|
|
469
|
-
|
|
470
|
-
- warn in development if the developer have forgotten the CSS ([e5c30fc](https://bitbucket.org/enturas/design-system/commits/e5c30fc08624ef22c02773892778abd92205c6b0))
|
|
471
|
-
|
|
472
|
-
## [0.4.3](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.2...@entur/icons@0.4.3) (2020-01-06)
|
|
473
|
-
|
|
474
|
-
### Bug Fixes
|
|
475
|
-
|
|
476
|
-
- **SubtractIcon, VerticalDotsIcon:** fix two rotated icons ([9cd49ee](https://bitbucket.org/enturas/design-system/commits/9cd49ee0ad24c11675c0e4ca0082aecbaef4f0d7))
|
|
477
|
-
|
|
478
|
-
## [0.4.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.1...@entur/icons@0.4.2) (2019-11-22)
|
|
479
|
-
|
|
480
|
-
**Note:** Version bump only for package @entur/icons
|
|
481
|
-
|
|
482
|
-
## [0.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.4.0...@entur/icons@0.4.1) (2019-11-14)
|
|
483
|
-
|
|
484
|
-
### Bug Fixes
|
|
485
|
-
|
|
486
|
-
- **class prefix:** fixing final class name prefixes ([bdcd590](https://bitbucket.org/enturas/design-system/commits/bdcd590407c0f3cc4a9cc02d294edcce6b106cc7))
|
|
487
|
-
- **css classnames:** fixing naming collisions with CSS classes ([a93ca43](https://bitbucket.org/enturas/design-system/commits/a93ca435d3a01d61d8f02694a672686b9e943a66))
|
|
488
|
-
|
|
489
|
-
# [0.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.3.0...@entur/icons@0.4.0) (2019-10-22)
|
|
490
|
-
|
|
491
|
-
### Bug Fixes
|
|
492
|
-
|
|
493
|
-
- **icons:** upgrade tsdx to avoid custom config for icons ([712f1cc](https://bitbucket.org/enturas/design-system/commits/712f1cccfd3f0242f3287c21b45c8d5c9ad92084))
|
|
494
|
-
|
|
495
|
-
### Features
|
|
496
|
-
|
|
497
|
-
- **icons:** Add inline and extra class support ([50dc694](https://bitbucket.org/enturas/design-system/commits/50dc694063585c4c39618bf38f1c0d2a87a3319e))
|
|
498
|
-
|
|
499
|
-
# [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.2.0...@entur/icons@0.3.0) (2019-10-07)
|
|
500
|
-
|
|
501
|
-
### Bug Fixes
|
|
502
|
-
|
|
503
|
-
- **icons:** update the ParkAndRide icon ([49ca013](https://bitbucket.org/enturas/design-system/commits/49ca013))
|
|
504
|
-
|
|
505
|
-
### Features
|
|
506
|
-
|
|
507
|
-
- **icons:** add new icon: SourceCodeIcon ([4409eaf](https://bitbucket.org/enturas/design-system/commits/4409eaf))
|
|
508
|
-
- **icons:** add premium seat icon, update question icon ([8d19723](https://bitbucket.org/enturas/design-system/commits/8d19723))
|
|
509
|
-
|
|
510
|
-
# 0.2.0 (2019-09-25)
|
|
511
|
-
|
|
512
|
-
### Features
|
|
513
|
-
|
|
514
|
-
- **icons:** add new package icons ([48500ae](https://bitbucket.org/enturas/design-system/commits/48500ae))
|
|
515
|
-
- add UI and transport icons ([5a5f10a](https://bitbucket.org/enturas/design-system/commits/5a5f10a))
|