@entur/chip 0.6.10 → 0.6.11-beta.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.
Files changed (3) hide show
  1. package/dist/styles.css +104 -104
  2. package/package.json +14 -9
  3. package/CHANGELOG.md +0 -480
package/dist/styles.css CHANGED
@@ -70,98 +70,44 @@
70
70
  margin-left: 0.5rem;
71
71
  }/* DO NOT CHANGE!*/
72
72
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
73
- .eds-filter-chip {
74
- cursor: pointer;
75
- -webkit-user-select: none;
76
- -moz-user-select: none;
77
- -ms-user-select: none;
78
- user-select: none;
79
- padding-left: 0.25rem;
73
+ .eds-tag-chip {
74
+ cursor: default;
75
+ padding-right: 0.25rem;
80
76
  width: -webkit-fit-content;
81
77
  width: -moz-fit-content;
82
78
  width: fit-content;
83
79
  }
84
- .eds-filter-chip__input {
85
- position: absolute;
86
- opacity: 0;
87
- height: 0;
88
- width: 0;
80
+ .eds-tag-chip__close-button {
81
+ -webkit-appearance: none;
82
+ -moz-appearance: none;
83
+ appearance: none;
84
+ background: none;
85
+ border: none;
86
+ border-radius: 50%;
87
+ color: #181c56;
88
+ cursor: pointer;
89
+ display: flex;
90
+ font-size: 0.875rem;
91
+ padding: 0.25rem;
92
+ margin-left: 0.25rem;
93
+ transition: box-shadow 0.1s ease-in-out, background 0.1s ease-in-out;
89
94
  }
90
- .eds-filter-chip__input:checked + .eds-filter-chip__icon .eds-filter-chip-icon {
91
- visibility: visible;
95
+ .eds-contrast .eds-tag-chip__close-button {
96
+ color: #ffffff;
92
97
  }
93
- .eds-filter-chip__input:checked + .eds-filter-chip__icon .eds-filter-chip-icon__path {
94
- stroke: #181c56;
95
- -webkit-animation: stroke ease-in-out 0.2s 0.1s forwards;
96
- animation: stroke ease-in-out 0.2s 0.1s forwards;
98
+ .eds-tag-chip__close-button:hover {
99
+ background: #babbcf;
97
100
  }
98
- .eds-contrast .eds-filter-chip__input:checked + .eds-filter-chip__icon .eds-filter-chip-icon__path {
99
- stroke: #5ac39a;
101
+ .eds-contrast .eds-tag-chip__close-button:hover {
102
+ background: #54568c;
100
103
  }
101
- .eds-filter-chip[focus-within] {
102
- outline: none;
103
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
104
+ .eds-tag-chip__close-button:focus {
104
105
  outline-offset: 0.125rem;
105
- }
106
- .eds-filter-chip:focus-within {
107
106
  outline: none;
108
107
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
109
- outline-offset: 0.125rem;
110
- }
111
- .eds-contrast .eds-filter-chip[focus-within] {
112
- box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
113
108
  }
114
- .eds-contrast .eds-filter-chip:focus-within {
109
+ .eds-contrast .eds-tag-chip__close-button:focus {
115
110
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
116
- }
117
- .eds-filter-chip:hover {
118
- border-color: #181c56;
119
- }
120
- .eds-contrast .eds-filter-chip:hover {
121
- background-color: #54568c;
122
- border-color: #54568c;
123
- }
124
- .eds-filter-chip__icon {
125
- display: inline-flex;
126
- justify-content: center;
127
- align-items: center;
128
- position: relative;
129
- margin-right: 0.5rem;
130
- height: 1.5rem;
131
- width: 1.5rem;
132
- border: 0.125rem solid transparent;
133
- border-radius: 50%;
134
- background-color: #ffffff;
135
- color: #ffffff;
136
- }
137
- .eds-contrast .eds-filter-chip__icon {
138
- background-color: #181c56;
139
- }
140
- .eds-filter-chip__icon .eds-filter-chip-icon {
141
- height: 1rem;
142
- width: 1rem;
143
- visibility: hidden;
144
- }
145
- .eds-contrast .eds-filter-chip__icon .eds-filter-chip-icon {
146
- color: #ffffff;
147
- }
148
- .eds-filter-chip__icon .eds-filter-chip-icon__path {
149
- transform-origin: 50% 50%;
150
- stroke-dasharray: 48;
151
- stroke-dashoffset: 48;
152
- stroke-width: 0.375rem;
153
- }
154
-
155
- @-webkit-keyframes stroke {
156
- 100% {
157
- stroke-dashoffset: 0;
158
- }
159
- }
160
-
161
- @keyframes stroke {
162
- 100% {
163
- stroke-dashoffset: 0;
164
- }
165
111
  }/* DO NOT CHANGE!*/
166
112
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
167
113
  .eds-choice-chip {
@@ -235,42 +181,96 @@
235
181
  color: #babbcf;
236
182
  }/* DO NOT CHANGE!*/
237
183
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
238
- .eds-tag-chip {
239
- cursor: default;
240
- padding-right: 0.25rem;
184
+ .eds-filter-chip {
185
+ cursor: pointer;
186
+ -webkit-user-select: none;
187
+ -moz-user-select: none;
188
+ -ms-user-select: none;
189
+ user-select: none;
190
+ padding-left: 0.25rem;
241
191
  width: -webkit-fit-content;
242
192
  width: -moz-fit-content;
243
193
  width: fit-content;
244
194
  }
245
- .eds-tag-chip__close-button {
246
- -webkit-appearance: none;
247
- -moz-appearance: none;
248
- appearance: none;
249
- background: none;
250
- border: none;
251
- border-radius: 50%;
252
- color: #181c56;
253
- cursor: pointer;
254
- display: flex;
255
- font-size: 0.875rem;
256
- padding: 0.25rem;
257
- margin-left: 0.25rem;
258
- transition: box-shadow 0.1s ease-in-out, background 0.1s ease-in-out;
195
+ .eds-filter-chip__input {
196
+ position: absolute;
197
+ opacity: 0;
198
+ height: 0;
199
+ width: 0;
259
200
  }
260
- .eds-contrast .eds-tag-chip__close-button {
261
- color: #ffffff;
201
+ .eds-filter-chip__input:checked + .eds-filter-chip__icon .eds-filter-chip-icon {
202
+ visibility: visible;
262
203
  }
263
- .eds-tag-chip__close-button:hover {
264
- background: #babbcf;
204
+ .eds-filter-chip__input:checked + .eds-filter-chip__icon .eds-filter-chip-icon__path {
205
+ stroke: #181c56;
206
+ -webkit-animation: stroke ease-in-out 0.2s 0.1s forwards;
207
+ animation: stroke ease-in-out 0.2s 0.1s forwards;
265
208
  }
266
- .eds-contrast .eds-tag-chip__close-button:hover {
267
- background: #54568c;
209
+ .eds-contrast .eds-filter-chip__input:checked + .eds-filter-chip__icon .eds-filter-chip-icon__path {
210
+ stroke: #5ac39a;
268
211
  }
269
- .eds-tag-chip__close-button:focus {
212
+ .eds-filter-chip[focus-within] {
213
+ outline: none;
214
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
270
215
  outline-offset: 0.125rem;
216
+ }
217
+ .eds-filter-chip:focus-within {
271
218
  outline: none;
272
219
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
220
+ outline-offset: 0.125rem;
273
221
  }
274
- .eds-contrast .eds-tag-chip__close-button:focus {
222
+ .eds-contrast .eds-filter-chip[focus-within] {
275
223
  box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
224
+ }
225
+ .eds-contrast .eds-filter-chip:focus-within {
226
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
227
+ }
228
+ .eds-filter-chip:hover {
229
+ border-color: #181c56;
230
+ }
231
+ .eds-contrast .eds-filter-chip:hover {
232
+ background-color: #54568c;
233
+ border-color: #54568c;
234
+ }
235
+ .eds-filter-chip__icon {
236
+ display: inline-flex;
237
+ justify-content: center;
238
+ align-items: center;
239
+ position: relative;
240
+ margin-right: 0.5rem;
241
+ height: 1.5rem;
242
+ width: 1.5rem;
243
+ border: 0.125rem solid transparent;
244
+ border-radius: 50%;
245
+ background-color: #ffffff;
246
+ color: #ffffff;
247
+ }
248
+ .eds-contrast .eds-filter-chip__icon {
249
+ background-color: #181c56;
250
+ }
251
+ .eds-filter-chip__icon .eds-filter-chip-icon {
252
+ height: 1rem;
253
+ width: 1rem;
254
+ visibility: hidden;
255
+ }
256
+ .eds-contrast .eds-filter-chip__icon .eds-filter-chip-icon {
257
+ color: #ffffff;
258
+ }
259
+ .eds-filter-chip__icon .eds-filter-chip-icon__path {
260
+ transform-origin: 50% 50%;
261
+ stroke-dasharray: 48;
262
+ stroke-dashoffset: 48;
263
+ stroke-width: 0.375rem;
264
+ }
265
+
266
+ @-webkit-keyframes stroke {
267
+ 100% {
268
+ stroke-dashoffset: 0;
269
+ }
270
+ }
271
+
272
+ @keyframes stroke {
273
+ 100% {
274
+ stroke-dashoffset: 0;
275
+ }
276
276
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.6.10",
3
+ "version": "0.6.11-beta.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/chip.esm.js",
@@ -17,20 +17,25 @@
17
17
  "access": "public"
18
18
  },
19
19
  "scripts": {
20
- "start": "dts watch --noClean",
21
- "build": "dts build",
22
- "test": "dts test --env=jsdom",
23
- "lint": "dts lint"
20
+ "start": "yarn run dts watch --noClean",
21
+ "build": "yarn run dts build",
22
+ "test": "yarn run dts test --env=jsdom",
23
+ "lint": "yarn run dts lint"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.8.0",
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^5.4.7",
31
- "@entur/tokens": "^3.4.1",
32
- "@entur/utils": "^0.4.5",
30
+ "@entur/form": "^5.4.8-beta.3",
31
+ "@entur/tokens": "^3.4.2-beta.2",
32
+ "@entur/utils": "^0.4.6-beta.2",
33
33
  "classnames": "^2.3.1"
34
34
  },
35
- "gitHead": "77a4311927a9215106a9aae13c6e92e5f0f7f614"
35
+ "devDependencies": {
36
+ "dts-cli": "^1.1.6",
37
+ "jest-watch-typeahead": "^2.2.0",
38
+ "ts-jest": "^27.0.0"
39
+ },
40
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
36
41
  }
package/CHANGELOG.md DELETED
@@ -1,480 +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
- ## [0.6.10](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.9...@entur/chip@0.6.10) (2022-10-20)
7
-
8
- **Note:** Version bump only for package @entur/chip
9
-
10
- ## [0.6.9](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.8...@entur/chip@0.6.9) (2022-10-20)
11
-
12
- **Note:** Version bump only for package @entur/chip
13
-
14
- ## [0.6.8](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.7...@entur/chip@0.6.8) (2022-10-12)
15
-
16
- **Note:** Version bump only for package @entur/chip
17
-
18
- ## [0.6.6](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.5...@entur/chip@0.6.6) (2022-08-31)
19
-
20
- **Note:** Version bump only for package @entur/chip
21
-
22
- ## [0.6.5](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.4...@entur/chip@0.6.5) (2022-08-24)
23
-
24
- **Note:** Version bump only for package @entur/chip
25
-
26
- ## [0.6.4](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.3...@entur/chip@0.6.4) (2022-08-12)
27
-
28
- ### Bug Fixes
29
-
30
- - **choice chip:** remove opacitiy when chip is disabled ([7412724](https://bitbucket.org/enturas/design-system/commits/741272400dda7ff77aa58b5032dd91f91d3a0393))
31
-
32
- ## [0.6.3](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.2...@entur/chip@0.6.3) (2022-08-09)
33
-
34
- **Note:** Version bump only for package @entur/chip
35
-
36
- ## [0.6.2](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.1...@entur/chip@0.6.2) (2022-08-09)
37
-
38
- **Note:** Version bump only for package @entur/chip
39
-
40
- ## [0.6.1](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.6.0...@entur/chip@0.6.1) (2022-07-05)
41
-
42
- **Note:** Version bump only for package @entur/chip
43
-
44
- # [0.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.8...@entur/chip@0.6.0) (2022-06-28)
45
-
46
- ### Features
47
-
48
- - **action chip:** add aria-loading and aria-label text to action chip when loading ([2eaadbe](https://bitbucket.org/enturas/design-system/commits/2eaadbe743049a57613d0c89cb17fab8128da915))
49
- - **action chip:** add visual disabled indicator to actionChip ([15edd0d](https://bitbucket.org/enturas/design-system/commits/15edd0da4111c79465f620dd008b7047fbf9cee7))
50
- - **tag chip:** add autogenerated aria-label for tag close/remove button ([9e63b0a](https://bitbucket.org/enturas/design-system/commits/9e63b0af9dfb618caa301aab3c954974aecb9bb0))
51
-
52
- ### BREAKING CHANGES
53
-
54
- - **tag chip:** This change will add aria-label to all tag chip close buttons. If you already use this component,
55
- you should check that the accessible text makes sense and if it doesn't, change the text using the
56
- closeButtonAriaLabel prop
57
-
58
- ## [0.5.8](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.7...@entur/chip@0.5.8) (2022-06-24)
59
-
60
- **Note:** Version bump only for package @entur/chip
61
-
62
- ## [0.5.7](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.6...@entur/chip@0.5.7) (2022-06-02)
63
-
64
- **Note:** Version bump only for package @entur/chip
65
-
66
- ## [0.5.6](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.5...@entur/chip@0.5.6) (2022-05-13)
67
-
68
- **Note:** Version bump only for package @entur/chip
69
-
70
- ## [0.5.5](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.4...@entur/chip@0.5.5) (2022-05-04)
71
-
72
- **Note:** Version bump only for package @entur/chip
73
-
74
- ## [0.5.4](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.3...@entur/chip@0.5.4) (2022-04-27)
75
-
76
- **Note:** Version bump only for package @entur/chip
77
-
78
- ## [0.5.3](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.2...@entur/chip@0.5.3) (2022-04-20)
79
-
80
- **Note:** Version bump only for package @entur/chip
81
-
82
- ## [0.5.2](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.1...@entur/chip@0.5.2) (2022-04-19)
83
-
84
- **Note:** Version bump only for package @entur/chip
85
-
86
- ## [0.5.1](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.5.0...@entur/chip@0.5.1) (2022-03-17)
87
-
88
- ### Bug Fixes
89
-
90
- - **ChoiceChip:** add -webkit fallback for Safari ([d19f8c3](https://bitbucket.org/enturas/design-system/commits/d19f8c34b401676283ff5fbc3b10ec0a1f04d3b8))
91
-
92
- # [0.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.24...@entur/chip@0.5.0) (2022-03-14)
93
-
94
- ### Features
95
-
96
- - **action chip:** add loading state to action chip ([290e709](https://bitbucket.org/enturas/design-system/commits/290e709baef2c7513fc3b85e834fabb34697842e))
97
-
98
- ## [0.4.24](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.23...@entur/chip@0.4.24) (2022-03-01)
99
-
100
- **Note:** Version bump only for package @entur/chip
101
-
102
- ## [0.4.23](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.22...@entur/chip@0.4.23) (2022-02-09)
103
-
104
- **Note:** Version bump only for package @entur/chip
105
-
106
- ## [0.4.22](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.21...@entur/chip@0.4.22) (2022-01-21)
107
-
108
- **Note:** Version bump only for package @entur/chip
109
-
110
- ## [0.4.21](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.20...@entur/chip@0.4.21) (2022-01-05)
111
-
112
- **Note:** Version bump only for package @entur/chip
113
-
114
- ## [0.4.20](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.19...@entur/chip@0.4.20) (2021-12-10)
115
-
116
- **Note:** Version bump only for package @entur/chip
117
-
118
- ## [0.4.19](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.18...@entur/chip@0.4.19) (2021-11-17)
119
-
120
- **Note:** Version bump only for package @entur/chip
121
-
122
- ## [0.4.18](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.17...@entur/chip@0.4.18) (2021-10-25)
123
-
124
- **Note:** Version bump only for package @entur/chip
125
-
126
- ## [0.4.17](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.16...@entur/chip@0.4.17) (2021-10-18)
127
-
128
- **Note:** Version bump only for package @entur/chip
129
-
130
- ## [0.4.16](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.15...@entur/chip@0.4.16) (2021-09-23)
131
-
132
- **Note:** Version bump only for package @entur/chip
133
-
134
- ## [0.4.15](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.14...@entur/chip@0.4.15) (2021-09-13)
135
-
136
- **Note:** Version bump only for package @entur/chip
137
-
138
- ## [0.4.14](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.13...@entur/chip@0.4.14) (2021-09-07)
139
-
140
- ### Bug Fixes
141
-
142
- - improve typings ([423e06a](https://bitbucket.org/enturas/design-system/commits/423e06a1048731509fe0d3d6606e3fe390a868e1))
143
- - utilize reworked focus token ([586758f](https://bitbucket.org/enturas/design-system/commits/586758fc86eb5aa52116c63c14ef033eb2e8b12f))
144
-
145
- ## [0.4.13](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.12...@entur/chip@0.4.13) (2021-08-13)
146
-
147
- **Note:** Version bump only for package @entur/chip
148
-
149
- ## [0.4.12](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.11...@entur/chip@0.4.12) (2021-07-16)
150
-
151
- **Note:** Version bump only for package @entur/chip
152
-
153
- ## [0.4.11](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.10...@entur/chip@0.4.11) (2021-06-25)
154
-
155
- ### Bug Fixes
156
-
157
- - update dependencies ([b7f5e2d](https://bitbucket.org/enturas/design-system/commits/b7f5e2dd6ccfd066d61fdda5d1892994ea5b28dd))
158
-
159
- ## [0.4.10](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.9...@entur/chip@0.4.10) (2021-06-04)
160
-
161
- **Note:** Version bump only for package @entur/chip
162
-
163
- ## [0.4.9](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.8...@entur/chip@0.4.9) (2021-05-19)
164
-
165
- **Note:** Version bump only for package @entur/chip
166
-
167
- ## [0.4.8](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.7...@entur/chip@0.4.8) (2021-05-05)
168
-
169
- **Note:** Version bump only for package @entur/chip
170
-
171
- ## [0.4.7](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.6...@entur/chip@0.4.7) (2021-04-23)
172
-
173
- ### Bug Fixes
174
-
175
- - utilize new focus tokens ([17113ef](https://bitbucket.org/enturas/design-system/commits/17113ef3f791c86fa6e19e71680fd5acdbae4990))
176
-
177
- ## [0.4.6](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.5...@entur/chip@0.4.6) (2021-04-09)
178
-
179
- **Note:** Version bump only for package @entur/chip
180
-
181
- ## [0.4.5](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.4...@entur/chip@0.4.5) (2021-03-02)
182
-
183
- **Note:** Version bump only for package @entur/chip
184
-
185
- ## [0.4.4](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.3...@entur/chip@0.4.4) (2021-02-17)
186
-
187
- **Note:** Version bump only for package @entur/chip
188
-
189
- ## [0.4.3](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.2...@entur/chip@0.4.3) (2021-02-05)
190
-
191
- **Note:** Version bump only for package @entur/chip
192
-
193
- ## [0.4.2](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.1...@entur/chip@0.4.2) (2021-01-29)
194
-
195
- **Note:** Version bump only for package @entur/chip
196
-
197
- ## [0.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.4.0...@entur/chip@0.4.1) (2021-01-20)
198
-
199
- ### Bug Fixes
200
-
201
- - **choicechipgroup:** add label prop explicitly to typings ([eace8d6](https://bitbucket.org/enturas/design-system/commits/eace8d6cd2a91dc79003b9a54042d007d8cd5a8c))
202
-
203
- # [0.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.41...@entur/chip@0.4.0) (2021-01-13)
204
-
205
- ### Features
206
-
207
- - **choicechip:** update value type with support for null ([0311c32](https://bitbucket.org/enturas/design-system/commits/0311c329f9a35a8d150c48e26d53bb902e4b3787))
208
-
209
- ## [0.3.41](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.40...@entur/chip@0.3.41) (2021-01-05)
210
-
211
- ### Bug Fixes
212
-
213
- - **actionchip:** improved typings ([66b3acc](https://bitbucket.org/enturas/design-system/commits/66b3accad09a69a2c9cd0f8cd1221f2b32931489))
214
- - **choicechip:** improve typings ([c839400](https://bitbucket.org/enturas/design-system/commits/c839400ca651020bc685840d7a18a5d382d907b0))
215
-
216
- ## [0.3.40](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.39...@entur/chip@0.3.40) (2020-12-04)
217
-
218
- ### Bug Fixes
219
-
220
- - **actionchip:** improve typings ([3999811](https://bitbucket.org/enturas/design-system/commits/399981153891f5131bd7af1e28bb5fc7f8fdf874))
221
- - **choicechip:** improve typings ([17b93c1](https://bitbucket.org/enturas/design-system/commits/17b93c197b05c277cec1b9bc28b0106b7e244be0))
222
- - **filterchip:** improve typings ([c9ad609](https://bitbucket.org/enturas/design-system/commits/c9ad6099243911b427885382dc0f5c1001cdee1d))
223
- - **tagchip:** improve typings ([33b4310](https://bitbucket.org/enturas/design-system/commits/33b431078ac73cde364a40dd27a44c4497f58d89))
224
-
225
- ## [0.3.39](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.38...@entur/chip@0.3.39) (2020-11-26)
226
-
227
- **Note:** Version bump only for package @entur/chip
228
-
229
- ## [0.3.38](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.37...@entur/chip@0.3.38) (2020-11-10)
230
-
231
- ### Bug Fixes
232
-
233
- - **choice chip:** improve typing of onchange prop ([e790234](https://bitbucket.org/enturas/design-system/commits/e79023473e27c2c21016cb6394070a2ce8cd6f89))
234
-
235
- ## [0.3.37](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.36...@entur/chip@0.3.37) (2020-11-05)
236
-
237
- **Note:** Version bump only for package @entur/chip
238
-
239
- ## [0.3.36](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.35...@entur/chip@0.3.36) (2020-10-28)
240
-
241
- **Note:** Version bump only for package @entur/chip
242
-
243
- ## [0.3.35](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.34...@entur/chip@0.3.35) (2020-10-23)
244
-
245
- **Note:** Version bump only for package @entur/chip
246
-
247
- ## [0.3.34](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.33...@entur/chip@0.3.34) (2020-10-16)
248
-
249
- **Note:** Version bump only for package @entur/chip
250
-
251
- ## [0.3.33](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.32...@entur/chip@0.3.33) (2020-10-09)
252
-
253
- **Note:** Version bump only for package @entur/chip
254
-
255
- ## [0.3.32](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.31...@entur/chip@0.3.32) (2020-10-09)
256
-
257
- **Note:** Version bump only for package @entur/chip
258
-
259
- ## [0.3.31](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.30...@entur/chip@0.3.31) (2020-09-25)
260
-
261
- **Note:** Version bump only for package @entur/chip
262
-
263
- ## [0.3.30](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.29...@entur/chip@0.3.30) (2020-09-14)
264
-
265
- **Note:** Version bump only for package @entur/chip
266
-
267
- ## [0.3.29](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.28...@entur/chip@0.3.29) (2020-09-10)
268
-
269
- **Note:** Version bump only for package @entur/chip
270
-
271
- ## [0.3.28](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.27...@entur/chip@0.3.28) (2020-09-02)
272
-
273
- **Note:** Version bump only for package @entur/chip
274
-
275
- ## [0.3.27](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.26...@entur/chip@0.3.27) (2020-08-26)
276
-
277
- **Note:** Version bump only for package @entur/chip
278
-
279
- ## [0.3.26](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.25...@entur/chip@0.3.26) (2020-08-20)
280
-
281
- **Note:** Version bump only for package @entur/chip
282
-
283
- ## [0.3.25](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.24...@entur/chip@0.3.25) (2020-08-19)
284
-
285
- **Note:** Version bump only for package @entur/chip
286
-
287
- ## [0.3.24](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.23...@entur/chip@0.3.24) (2020-08-14)
288
-
289
- **Note:** Version bump only for package @entur/chip
290
-
291
- ## [0.3.23](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.22...@entur/chip@0.3.23) (2020-08-11)
292
-
293
- ### Bug Fixes
294
-
295
- - adjust disabled choicechip styling ([713a2ab](https://bitbucket.org/enturas/design-system/commits/713a2abfc0285f0d78ee4c990e6bd2ee0c2b5e08))
296
-
297
- ## [0.3.22](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.21...@entur/chip@0.3.22) (2020-07-24)
298
-
299
- **Note:** Version bump only for package @entur/chip
300
-
301
- ## [0.3.21](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.20...@entur/chip@0.3.21) (2020-07-22)
302
-
303
- **Note:** Version bump only for package @entur/chip
304
-
305
- ## [0.3.20](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.19...@entur/chip@0.3.20) (2020-07-16)
306
-
307
- **Note:** Version bump only for package @entur/chip
308
-
309
- ## [0.3.19](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.18...@entur/chip@0.3.19) (2020-07-13)
310
-
311
- **Note:** Version bump only for package @entur/chip
312
-
313
- ## [0.3.18](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.17...@entur/chip@0.3.18) (2020-07-09)
314
-
315
- ### Bug Fixes
316
-
317
- - adjust choice chip background color ([0097236](https://bitbucket.org/enturas/design-system/commits/009723686e9ff61e1fe9a24dee8e2c7a38cecb81))
318
-
319
- ## [0.3.17](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.16...@entur/chip@0.3.17) (2020-07-03)
320
-
321
- **Note:** Version bump only for package @entur/chip
322
-
323
- ## [0.3.16](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.15...@entur/chip@0.3.16) (2020-06-17)
324
-
325
- ### Bug Fixes
326
-
327
- - fix wrong definition of forward referencing ([e5cad92](https://bitbucket.org/enturas/design-system/commits/e5cad92c59bc6453ab4dbe9a18c4c7e42dd7e00d))
328
-
329
- ## [0.3.15](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.14...@entur/chip@0.3.15) (2020-05-27)
330
-
331
- **Note:** Version bump only for package @entur/chip
332
-
333
- ## [0.3.14](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.13...@entur/chip@0.3.14) (2020-05-26)
334
-
335
- **Note:** Version bump only for package @entur/chip
336
-
337
- ## [0.3.13](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.12...@entur/chip@0.3.13) (2020-05-20)
338
-
339
- ### Bug Fixes
340
-
341
- - add forward referencing to TagChip ([08d0a57](https://bitbucket.org/enturas/design-system/commits/08d0a579469ce615e2dfbe63d8ddc20e56b490a2))
342
-
343
- ## [0.3.12](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.11...@entur/chip@0.3.12) (2020-04-27)
344
-
345
- **Note:** Version bump only for package @entur/chip
346
-
347
- ## [0.3.11](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.10...@entur/chip@0.3.11) (2020-04-23)
348
-
349
- ### Bug Fixes
350
-
351
- - updated to use new focus styling where applicable ([d0a52c0](https://bitbucket.org/enturas/design-system/commits/d0a52c096b673c6647070a90dd79bef9003ee0ad))
352
-
353
- ## [0.3.10](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.9...@entur/chip@0.3.10) (2020-04-08)
354
-
355
- **Note:** Version bump only for package @entur/chip
356
-
357
- ## [0.3.9](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.7...@entur/chip@0.3.9) (2020-03-25)
358
-
359
- **Note:** Version bump only for package @entur/chip
360
-
361
- ## [0.3.8](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.7...@entur/chip@0.3.8) (2020-03-25)
362
-
363
- **Note:** Version bump only for package @entur/chip
364
-
365
- ## [0.3.7](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.6...@entur/chip@0.3.7) (2020-03-20)
366
-
367
- **Note:** Version bump only for package @entur/chip
368
-
369
- ## [0.3.6](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.5...@entur/chip@0.3.6) (2020-03-18)
370
-
371
- **Note:** Version bump only for package @entur/chip
372
-
373
- ## [0.3.5](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.4...@entur/chip@0.3.5) (2020-03-05)
374
-
375
- **Note:** Version bump only for package @entur/chip
376
-
377
- ## [0.3.4](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.3...@entur/chip@0.3.4) (2020-02-26)
378
-
379
- **Note:** Version bump only for package @entur/chip
380
-
381
- ## [0.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.2...@entur/chip@0.3.3) (2020-02-20)
382
-
383
- **Note:** Version bump only for package @entur/chip
384
-
385
- ## [0.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.1...@entur/chip@0.3.2) (2020-02-14)
386
-
387
- **Note:** Version bump only for package @entur/chip
388
-
389
- ## [0.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.3.0...@entur/chip@0.3.1) (2020-02-12)
390
-
391
- **Note:** Version bump only for package @entur/chip
392
-
393
- # [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.14...@entur/chip@0.3.0) (2020-02-10)
394
-
395
- ### Features
396
-
397
- - add new components: tagchip and filterchip ([9363b20](https://bitbucket.org/enturas/design-system/commits/9363b204f04c8d10a2cee3a8076313b0800e027e))
398
-
399
- ## [0.2.14](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.13...@entur/chip@0.2.14) (2020-02-05)
400
-
401
- ### Bug Fixes
402
-
403
- - remove test-files from build process ([e0b24af](https://bitbucket.org/enturas/design-system/commits/e0b24af05d5c2ad8de4ae587d83c389495235890))
404
-
405
- ## [0.2.13](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.12...@entur/chip@0.2.13) (2020-01-31)
406
-
407
- **Note:** Version bump only for package @entur/chip
408
-
409
- ## [0.2.12](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.11...@entur/chip@0.2.12) (2020-01-28)
410
-
411
- **Note:** Version bump only for package @entur/chip
412
-
413
- ## [0.2.11](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.10...@entur/chip@0.2.11) (2020-01-27)
414
-
415
- ### Bug Fixes
416
-
417
- - **types:** place types in the correct place ([acace09](https://bitbucket.org/enturas/design-system/commits/acace09ec0e258c5cff3a65e13ab29d6603780d9))
418
-
419
- ## [0.2.10](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.9...@entur/chip@0.2.10) (2020-01-20)
420
-
421
- **Note:** Version bump only for package @entur/chip
422
-
423
- ## [0.2.9](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.8...@entur/chip@0.2.9) (2020-01-14)
424
-
425
- **Note:** Version bump only for package @entur/chip
426
-
427
- ## [0.2.8](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.7...@entur/chip@0.2.8) (2020-01-13)
428
-
429
- **Note:** Version bump only for package @entur/chip
430
-
431
- ## [0.2.7](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.6...@entur/chip@0.2.7) (2020-01-10)
432
-
433
- **Note:** Version bump only for package @entur/chip
434
-
435
- ## [0.2.6](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.5...@entur/chip@0.2.6) (2020-01-08)
436
-
437
- ### Bug Fixes
438
-
439
- - warn in development if the developer have forgotten the CSS ([e5c30fc](https://bitbucket.org/enturas/design-system/commits/e5c30fc08624ef22c02773892778abd92205c6b0))
440
-
441
- ## [0.2.5](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.4...@entur/chip@0.2.5) (2020-01-06)
442
-
443
- **Note:** Version bump only for package @entur/chip
444
-
445
- ## [0.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.3...@entur/chip@0.2.4) (2019-12-17)
446
-
447
- **Note:** Version bump only for package @entur/chip
448
-
449
- ## [0.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.2...@entur/chip@0.2.3) (2019-12-10)
450
-
451
- ### Bug Fixes
452
-
453
- - decreasing min-width for chips to 48px ([fe273db](https://bitbucket.org/enturas/design-system/commits/fe273dbd587a31514d852e743da564c2402ef13a))
454
- - fixing label support for choice chips group ([8bebf95](https://bitbucket.org/enturas/design-system/commits/8bebf9503ccb7dadd100fbd177b3da31a9375483))
455
-
456
- ## [0.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.1...@entur/chip@0.2.2) (2019-12-10)
457
-
458
- ### Bug Fixes
459
-
460
- - spreading styles on ChoiceChip-components ([4bdfef8](https://bitbucket.org/enturas/design-system/commits/4bdfef86acdc29e3620a9b20792812672b58bfa6))
461
- - **icon position:** consistent spacing for icons in chips ([f8ab91f](https://bitbucket.org/enturas/design-system/commits/f8ab91f255e70f1945d7145e6aef7c5136232bc1))
462
- - adding default prop as part of documentation ([1ef7510](https://bitbucket.org/enturas/design-system/commits/1ef75107362f6262429d7fe31519b4353eccc8de))
463
-
464
- ## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.2.0...@entur/chip@0.2.1) (2019-11-29)
465
-
466
- ### Bug Fixes
467
-
468
- - using new box shadow tokens ([9ff30bd](https://bitbucket.org/enturas/design-system/commits/9ff30bd52ad2b6e6d770565684a05e15f0b0ba9a))
469
-
470
- # [0.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/chip@0.1.1...@entur/chip@0.2.0) (2019-11-22)
471
-
472
- ### Features
473
-
474
- - **types:** exporting all public types for public components ([4a277ab](https://bitbucket.org/enturas/design-system/commits/4a277ab266fdb32a6760821a07b1c6cc716bac85))
475
-
476
- ## 0.1.1 (2019-11-18)
477
-
478
- ### Bug Fixes
479
-
480
- - fixing improper styling of chips ([eb48017](https://bitbucket.org/enturas/design-system/commits/eb48017876785665900062461470b35ef05a1e9f))