@entur/chip 0.6.37 → 0.6.39
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/styles.css +79 -79
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -3,85 +3,6 @@
|
|
|
3
3
|
}
|
|
4
4
|
/* DO NOT CHANGE!*/
|
|
5
5
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
6
|
-
.eds-tag-chip {
|
|
7
|
-
cursor: default;
|
|
8
|
-
padding-right: 0.25rem;
|
|
9
|
-
width: -moz-fit-content;
|
|
10
|
-
width: fit-content;
|
|
11
|
-
}
|
|
12
|
-
.eds-tag-chip__close-button {
|
|
13
|
-
-webkit-appearance: none;
|
|
14
|
-
-moz-appearance: none;
|
|
15
|
-
appearance: none;
|
|
16
|
-
background: none;
|
|
17
|
-
border: none;
|
|
18
|
-
border-radius: 50%;
|
|
19
|
-
color: #181c56;
|
|
20
|
-
cursor: pointer;
|
|
21
|
-
display: flex;
|
|
22
|
-
font-size: 0.875rem;
|
|
23
|
-
padding: 0.25rem;
|
|
24
|
-
margin-left: 0.25rem;
|
|
25
|
-
transition: box-shadow 0.1s ease-in-out, background 0.1s ease-in-out;
|
|
26
|
-
}
|
|
27
|
-
.eds-contrast .eds-tag-chip__close-button {
|
|
28
|
-
color: #ffffff;
|
|
29
|
-
}
|
|
30
|
-
.eds-tag-chip__close-button:hover {
|
|
31
|
-
background: #babbcf;
|
|
32
|
-
}
|
|
33
|
-
.eds-contrast .eds-tag-chip__close-button:hover {
|
|
34
|
-
background: #54568c;
|
|
35
|
-
}
|
|
36
|
-
.eds-tag-chip__close-button:focus {
|
|
37
|
-
outline-offset: 0.125rem;
|
|
38
|
-
outline: none;
|
|
39
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
40
|
-
}
|
|
41
|
-
.eds-contrast .eds-tag-chip__close-button:focus {
|
|
42
|
-
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
43
|
-
}
|
|
44
|
-
/* DO NOT CHANGE!*/
|
|
45
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
46
|
-
.eds-action-chip {
|
|
47
|
-
cursor: pointer;
|
|
48
|
-
}
|
|
49
|
-
.eds-action-chip:focus {
|
|
50
|
-
outline: none;
|
|
51
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
52
|
-
outline-offset: 0.125rem;
|
|
53
|
-
}
|
|
54
|
-
.eds-contrast .eds-action-chip:focus {
|
|
55
|
-
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
56
|
-
}
|
|
57
|
-
.eds-action-chip:hover {
|
|
58
|
-
border-color: #181c56;
|
|
59
|
-
}
|
|
60
|
-
.eds-contrast .eds-action-chip:hover {
|
|
61
|
-
background-color: #54568c;
|
|
62
|
-
border-color: #54568c;
|
|
63
|
-
}
|
|
64
|
-
.eds-action-chip:active {
|
|
65
|
-
background: #d1d4e3;
|
|
66
|
-
}
|
|
67
|
-
.eds-contrast .eds-action-chip:active {
|
|
68
|
-
background-color: #292b6a;
|
|
69
|
-
border-color: #292b6a;
|
|
70
|
-
}
|
|
71
|
-
.eds-action-chip--disabled {
|
|
72
|
-
opacity: 0.5;
|
|
73
|
-
pointer-events: none;
|
|
74
|
-
}
|
|
75
|
-
.eds-action-chip--disabled__wrapper {
|
|
76
|
-
cursor: not-allowed;
|
|
77
|
-
width: -moz-fit-content;
|
|
78
|
-
width: fit-content;
|
|
79
|
-
}
|
|
80
|
-
.eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
|
|
81
|
-
background-color: #ffffff;
|
|
82
|
-
}
|
|
83
|
-
/* DO NOT CHANGE!*/
|
|
84
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
85
6
|
.eds-chip {
|
|
86
7
|
background: #ebebf1;
|
|
87
8
|
border: 0.0625rem solid #d1d4e3;
|
|
@@ -184,6 +105,45 @@
|
|
|
184
105
|
}
|
|
185
106
|
/* DO NOT CHANGE!*/
|
|
186
107
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
108
|
+
.eds-action-chip {
|
|
109
|
+
cursor: pointer;
|
|
110
|
+
}
|
|
111
|
+
.eds-action-chip:focus {
|
|
112
|
+
outline: none;
|
|
113
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
114
|
+
outline-offset: 0.125rem;
|
|
115
|
+
}
|
|
116
|
+
.eds-contrast .eds-action-chip:focus {
|
|
117
|
+
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
118
|
+
}
|
|
119
|
+
.eds-action-chip:hover {
|
|
120
|
+
border-color: #181c56;
|
|
121
|
+
}
|
|
122
|
+
.eds-contrast .eds-action-chip:hover {
|
|
123
|
+
background-color: #54568c;
|
|
124
|
+
border-color: #54568c;
|
|
125
|
+
}
|
|
126
|
+
.eds-action-chip:active {
|
|
127
|
+
background: #d1d4e3;
|
|
128
|
+
}
|
|
129
|
+
.eds-contrast .eds-action-chip:active {
|
|
130
|
+
background-color: #292b6a;
|
|
131
|
+
border-color: #292b6a;
|
|
132
|
+
}
|
|
133
|
+
.eds-action-chip--disabled {
|
|
134
|
+
opacity: 0.5;
|
|
135
|
+
pointer-events: none;
|
|
136
|
+
}
|
|
137
|
+
.eds-action-chip--disabled__wrapper {
|
|
138
|
+
cursor: not-allowed;
|
|
139
|
+
width: -moz-fit-content;
|
|
140
|
+
width: fit-content;
|
|
141
|
+
}
|
|
142
|
+
.eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
|
|
143
|
+
background-color: #ffffff;
|
|
144
|
+
}
|
|
145
|
+
/* DO NOT CHANGE!*/
|
|
146
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
187
147
|
.eds-filter-chip {
|
|
188
148
|
cursor: pointer;
|
|
189
149
|
-webkit-user-select: none;
|
|
@@ -268,3 +228,43 @@
|
|
|
268
228
|
stroke-dashoffset: 0;
|
|
269
229
|
}
|
|
270
230
|
}
|
|
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.
|
|
3
|
+
"version": "0.6.39",
|
|
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.
|
|
30
|
+
"@entur/form": "^7.0.12",
|
|
31
31
|
"@entur/icons": "^6.3.1",
|
|
32
|
-
"@entur/loader": "^0.4.
|
|
32
|
+
"@entur/loader": "^0.4.34",
|
|
33
33
|
"@entur/tokens": "^3.10.0",
|
|
34
|
-
"@entur/utils": "^0.9.
|
|
34
|
+
"@entur/utils": "^0.9.3",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "9bf0838160519db9fb072af36dc19731dfb5e2dd"
|
|
38
38
|
}
|