@entur/chip 0.6.49 → 0.6.51
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 +42 -42
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -102,6 +102,45 @@
|
|
|
102
102
|
}
|
|
103
103
|
/* DO NOT CHANGE!*/
|
|
104
104
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
105
|
+
.eds-action-chip {
|
|
106
|
+
cursor: pointer;
|
|
107
|
+
}
|
|
108
|
+
.eds-action-chip:focus {
|
|
109
|
+
outline: none;
|
|
110
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
111
|
+
outline-offset: 0.125rem;
|
|
112
|
+
}
|
|
113
|
+
.eds-contrast .eds-action-chip:focus {
|
|
114
|
+
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
115
|
+
}
|
|
116
|
+
.eds-action-chip:hover {
|
|
117
|
+
border-color: #181c56;
|
|
118
|
+
}
|
|
119
|
+
.eds-contrast .eds-action-chip:hover {
|
|
120
|
+
background-color: #54568c;
|
|
121
|
+
border-color: #54568c;
|
|
122
|
+
}
|
|
123
|
+
.eds-action-chip:active {
|
|
124
|
+
background: #d1d4e3;
|
|
125
|
+
}
|
|
126
|
+
.eds-contrast .eds-action-chip:active {
|
|
127
|
+
background-color: #292b6a;
|
|
128
|
+
border-color: #292b6a;
|
|
129
|
+
}
|
|
130
|
+
.eds-action-chip--disabled {
|
|
131
|
+
opacity: 0.5;
|
|
132
|
+
pointer-events: none;
|
|
133
|
+
}
|
|
134
|
+
.eds-action-chip--disabled__wrapper {
|
|
135
|
+
cursor: not-allowed;
|
|
136
|
+
width: -moz-fit-content;
|
|
137
|
+
width: fit-content;
|
|
138
|
+
}
|
|
139
|
+
.eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
|
|
140
|
+
background-color: #ffffff;
|
|
141
|
+
}
|
|
142
|
+
/* DO NOT CHANGE!*/
|
|
143
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
105
144
|
.eds-tag-chip {
|
|
106
145
|
cursor: default;
|
|
107
146
|
padding-right: 0.25rem;
|
|
@@ -142,45 +181,6 @@
|
|
|
142
181
|
}
|
|
143
182
|
/* DO NOT CHANGE!*/
|
|
144
183
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
145
|
-
.eds-action-chip {
|
|
146
|
-
cursor: pointer;
|
|
147
|
-
}
|
|
148
|
-
.eds-action-chip:focus {
|
|
149
|
-
outline: none;
|
|
150
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
151
|
-
outline-offset: 0.125rem;
|
|
152
|
-
}
|
|
153
|
-
.eds-contrast .eds-action-chip:focus {
|
|
154
|
-
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
155
|
-
}
|
|
156
|
-
.eds-action-chip:hover {
|
|
157
|
-
border-color: #181c56;
|
|
158
|
-
}
|
|
159
|
-
.eds-contrast .eds-action-chip:hover {
|
|
160
|
-
background-color: #54568c;
|
|
161
|
-
border-color: #54568c;
|
|
162
|
-
}
|
|
163
|
-
.eds-action-chip:active {
|
|
164
|
-
background: #d1d4e3;
|
|
165
|
-
}
|
|
166
|
-
.eds-contrast .eds-action-chip:active {
|
|
167
|
-
background-color: #292b6a;
|
|
168
|
-
border-color: #292b6a;
|
|
169
|
-
}
|
|
170
|
-
.eds-action-chip--disabled {
|
|
171
|
-
opacity: 0.5;
|
|
172
|
-
pointer-events: none;
|
|
173
|
-
}
|
|
174
|
-
.eds-action-chip--disabled__wrapper {
|
|
175
|
-
cursor: not-allowed;
|
|
176
|
-
width: -moz-fit-content;
|
|
177
|
-
width: fit-content;
|
|
178
|
-
}
|
|
179
|
-
.eds-contrast .eds-action-chip__loading-dots .eds-loading-dots__dot {
|
|
180
|
-
background-color: #ffffff;
|
|
181
|
-
}
|
|
182
|
-
/* DO NOT CHANGE!*/
|
|
183
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
184
184
|
.eds-filter-chip {
|
|
185
185
|
cursor: pointer;
|
|
186
186
|
-webkit-user-select: none;
|
|
@@ -265,6 +265,9 @@
|
|
|
265
265
|
stroke-dashoffset: 0;
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
|
+
:root {
|
|
269
|
+
--eds-chip: 1;
|
|
270
|
+
}
|
|
268
271
|
/* DO NOT CHANGE!*/
|
|
269
272
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
270
273
|
:where(.eds-choice-chips-group) {
|
|
@@ -272,6 +275,3 @@
|
|
|
272
275
|
row-gap: 0.5rem;
|
|
273
276
|
flex-wrap: wrap;
|
|
274
277
|
}
|
|
275
|
-
:root {
|
|
276
|
-
--eds-chip: 1;
|
|
277
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/chip",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.51",
|
|
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.
|
|
31
|
-
"@entur/icons": "^6.
|
|
32
|
-
"@entur/loader": "^0.4.
|
|
30
|
+
"@entur/form": "^7.0.23",
|
|
31
|
+
"@entur/icons": "^6.11.0",
|
|
32
|
+
"@entur/loader": "^0.4.44",
|
|
33
33
|
"@entur/tokens": "^3.10.0",
|
|
34
34
|
"@entur/utils": "^0.9.5",
|
|
35
35
|
"classnames": "^2.3.1"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "d1d2a7c625523120a8b4a7fca83794fd827104a4"
|
|
38
38
|
}
|