@entur/chip 0.6.22 → 0.6.23
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 +47 -42
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--eds-chip: 1;
|
|
3
|
-
}
|
|
3
|
+
}
|
|
4
|
+
/* DO NOT CHANGE!*/
|
|
4
5
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
5
6
|
.eds-chip {
|
|
6
7
|
background: #ebebf1;
|
|
@@ -29,7 +30,8 @@
|
|
|
29
30
|
}
|
|
30
31
|
.eds-chip--trailing-icon .eds-icon {
|
|
31
32
|
margin-left: 0.5rem;
|
|
32
|
-
}
|
|
33
|
+
}
|
|
34
|
+
/* DO NOT CHANGE!*/
|
|
33
35
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
34
36
|
.eds-choice-chip {
|
|
35
37
|
cursor: pointer;
|
|
@@ -100,7 +102,47 @@
|
|
|
100
102
|
opacity: 1;
|
|
101
103
|
border-color: #8285a8;
|
|
102
104
|
color: #babbcf;
|
|
103
|
-
}
|
|
105
|
+
}
|
|
106
|
+
/* DO NOT CHANGE!*/
|
|
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!*/
|
|
104
146
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
105
147
|
.eds-tag-chip {
|
|
106
148
|
cursor: default;
|
|
@@ -139,45 +181,8 @@
|
|
|
139
181
|
}
|
|
140
182
|
.eds-contrast .eds-tag-chip__close-button:focus {
|
|
141
183
|
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
142
|
-
}/* DO NOT CHANGE!*/
|
|
143
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
144
|
-
.eds-action-chip {
|
|
145
|
-
cursor: pointer;
|
|
146
|
-
}
|
|
147
|
-
.eds-action-chip:focus {
|
|
148
|
-
outline: none;
|
|
149
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
150
|
-
outline-offset: 0.125rem;
|
|
151
|
-
}
|
|
152
|
-
.eds-contrast .eds-action-chip:focus {
|
|
153
|
-
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
154
|
-
}
|
|
155
|
-
.eds-action-chip:hover {
|
|
156
|
-
border-color: #181c56;
|
|
157
|
-
}
|
|
158
|
-
.eds-contrast .eds-action-chip:hover {
|
|
159
|
-
background-color: #54568c;
|
|
160
|
-
border-color: #54568c;
|
|
161
184
|
}
|
|
162
|
-
|
|
163
|
-
background: #d1d4e3;
|
|
164
|
-
}
|
|
165
|
-
.eds-contrast .eds-action-chip:active {
|
|
166
|
-
background-color: #292b6a;
|
|
167
|
-
border-color: #292b6a;
|
|
168
|
-
}
|
|
169
|
-
.eds-action-chip--disabled {
|
|
170
|
-
opacity: 0.5;
|
|
171
|
-
pointer-events: none;
|
|
172
|
-
}
|
|
173
|
-
.eds-action-chip--disabled__wrapper {
|
|
174
|
-
cursor: not-allowed;
|
|
175
|
-
width: -moz-fit-content;
|
|
176
|
-
width: fit-content;
|
|
177
|
-
}
|
|
178
|
-
.eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
|
|
179
|
-
background-color: #ffffff;
|
|
180
|
-
}/* DO NOT CHANGE!*/
|
|
185
|
+
/* DO NOT CHANGE!*/
|
|
181
186
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
182
187
|
.eds-filter-chip {
|
|
183
188
|
cursor: pointer;
|
|
@@ -262,4 +267,4 @@
|
|
|
262
267
|
100% {
|
|
263
268
|
stroke-dashoffset: 0;
|
|
264
269
|
}
|
|
265
|
-
}
|
|
270
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/chip",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.23",
|
|
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": "^5.4.
|
|
31
|
-
"@entur/icons": "^5.8.
|
|
32
|
-
"@entur/loader": "^0.4.
|
|
30
|
+
"@entur/form": "^5.4.20",
|
|
31
|
+
"@entur/icons": "^5.8.1",
|
|
32
|
+
"@entur/loader": "^0.4.23",
|
|
33
33
|
"@entur/tokens": "^3.8.0",
|
|
34
34
|
"@entur/utils": "^0.5.5",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
|
|
38
38
|
}
|