@entur/chip 0.6.33 → 0.6.34

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 (2) hide show
  1. package/dist/styles.css +40 -40
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -105,6 +105,46 @@
105
105
  }
106
106
  /* DO NOT CHANGE!*/
107
107
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
108
+ .eds-tag-chip {
109
+ cursor: default;
110
+ padding-right: 0.25rem;
111
+ width: -moz-fit-content;
112
+ width: fit-content;
113
+ }
114
+ .eds-tag-chip__close-button {
115
+ -webkit-appearance: none;
116
+ -moz-appearance: none;
117
+ appearance: none;
118
+ background: none;
119
+ border: none;
120
+ border-radius: 50%;
121
+ color: #181c56;
122
+ cursor: pointer;
123
+ display: flex;
124
+ font-size: 0.875rem;
125
+ padding: 0.25rem;
126
+ margin-left: 0.25rem;
127
+ transition: box-shadow 0.1s ease-in-out, background 0.1s ease-in-out;
128
+ }
129
+ .eds-contrast .eds-tag-chip__close-button {
130
+ color: #ffffff;
131
+ }
132
+ .eds-tag-chip__close-button:hover {
133
+ background: #babbcf;
134
+ }
135
+ .eds-contrast .eds-tag-chip__close-button:hover {
136
+ background: #54568c;
137
+ }
138
+ .eds-tag-chip__close-button:focus {
139
+ outline-offset: 0.125rem;
140
+ outline: none;
141
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
142
+ }
143
+ .eds-contrast .eds-tag-chip__close-button:focus {
144
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
145
+ }
146
+ /* DO NOT CHANGE!*/
147
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
108
148
  .eds-action-chip {
109
149
  cursor: pointer;
110
150
  }
@@ -228,43 +268,3 @@
228
268
  stroke-dashoffset: 0;
229
269
  }
230
270
  }
231
- /* DO NOT CHANGE!*/
232
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
233
- .eds-tag-chip {
234
- cursor: default;
235
- padding-right: 0.25rem;
236
- width: -moz-fit-content;
237
- width: fit-content;
238
- }
239
- .eds-tag-chip__close-button {
240
- -webkit-appearance: none;
241
- -moz-appearance: none;
242
- appearance: none;
243
- background: none;
244
- border: none;
245
- border-radius: 50%;
246
- color: #181c56;
247
- cursor: pointer;
248
- display: flex;
249
- font-size: 0.875rem;
250
- padding: 0.25rem;
251
- margin-left: 0.25rem;
252
- transition: box-shadow 0.1s ease-in-out, background 0.1s ease-in-out;
253
- }
254
- .eds-contrast .eds-tag-chip__close-button {
255
- color: #ffffff;
256
- }
257
- .eds-tag-chip__close-button:hover {
258
- background: #babbcf;
259
- }
260
- .eds-contrast .eds-tag-chip__close-button:hover {
261
- background: #54568c;
262
- }
263
- .eds-tag-chip__close-button:focus {
264
- outline-offset: 0.125rem;
265
- outline: none;
266
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
267
- }
268
- .eds-contrast .eds-tag-chip__close-button:focus {
269
- box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
270
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.6.33",
3
+ "version": "0.6.34",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^7.0.6",
31
- "@entur/icons": "^6.2.0",
32
- "@entur/loader": "^0.4.29",
33
- "@entur/tokens": "^3.8.1",
30
+ "@entur/form": "^7.0.7",
31
+ "@entur/icons": "^6.2.1",
32
+ "@entur/loader": "^0.4.30",
33
+ "@entur/tokens": "^3.9.0",
34
34
  "@entur/utils": "^0.9.0",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "02c9d76ac36b3357b91ee60ac3e0f66eb111c9c2"
37
+ "gitHead": "be029b3d6a7f40e805697a28daf0c5df55a6177d"
38
38
  }