@entur/table 4.6.8 → 4.6.9
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 +77 -77
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -118,83 +118,6 @@
|
|
|
118
118
|
}
|
|
119
119
|
/* DO NOT CHANGE!*/
|
|
120
120
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
121
|
-
.eds-table__header-cell {
|
|
122
|
-
color: #656782;
|
|
123
|
-
font-size: 0.875rem;
|
|
124
|
-
font-weight: 500;
|
|
125
|
-
text-align: left;
|
|
126
|
-
height: 3rem;
|
|
127
|
-
padding: 0 1.5rem;
|
|
128
|
-
}
|
|
129
|
-
.eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
|
|
130
|
-
padding: 0 1rem;
|
|
131
|
-
}
|
|
132
|
-
.eds-contrast .eds-table__header-cell {
|
|
133
|
-
color: #aeb7e2;
|
|
134
|
-
border-bottom-color: #393d79;
|
|
135
|
-
}
|
|
136
|
-
.eds-table__header-cell--padding-checkbox {
|
|
137
|
-
width: 3rem;
|
|
138
|
-
padding: 0 0 1rem 1.25rem;
|
|
139
|
-
}
|
|
140
|
-
.eds-table__header-cell--padding-radio {
|
|
141
|
-
width: 3rem;
|
|
142
|
-
padding: 0 0 1rem 1.25rem;
|
|
143
|
-
}
|
|
144
|
-
.eds-table__header-cell--padding-overflow-menu {
|
|
145
|
-
width: 3rem;
|
|
146
|
-
padding: 1rem 0.75rem;
|
|
147
|
-
}
|
|
148
|
-
.eds-table__header-cell--sortable: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-table__header-cell-button {
|
|
154
|
-
position: relative;
|
|
155
|
-
text-align: left;
|
|
156
|
-
height: 100%;
|
|
157
|
-
width: 100%;
|
|
158
|
-
padding: 0;
|
|
159
|
-
cursor: pointer;
|
|
160
|
-
-webkit-appearance: none;
|
|
161
|
-
-moz-appearance: none;
|
|
162
|
-
appearance: none;
|
|
163
|
-
border: none;
|
|
164
|
-
background: none;
|
|
165
|
-
color: inherit;
|
|
166
|
-
font-size: inherit;
|
|
167
|
-
font-weight: inherit;
|
|
168
|
-
font-family: inherit;
|
|
169
|
-
}
|
|
170
|
-
.eds-table__header-cell-button-icon {
|
|
171
|
-
position: absolute;
|
|
172
|
-
margin-left: 0.25rem;
|
|
173
|
-
}
|
|
174
|
-
.eds-table__header-cell-button:focus {
|
|
175
|
-
outline: 2px solid #181c56;
|
|
176
|
-
}
|
|
177
|
-
.eds-contrast .eds-table__header-cell-button:focus {
|
|
178
|
-
outline: 2px solid #ffffff;
|
|
179
|
-
}
|
|
180
|
-
.eds-table--sticky-header .eds-table__header-cell {
|
|
181
|
-
background-color: #ffffff;
|
|
182
|
-
position: sticky;
|
|
183
|
-
top: 0;
|
|
184
|
-
}
|
|
185
|
-
.eds-contrast .eds-table--sticky-header .eds-table__header-cell {
|
|
186
|
-
background-color: #181c56;
|
|
187
|
-
}
|
|
188
|
-
/* DO NOT CHANGE!*/
|
|
189
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
190
|
-
.eds-expand-row-button__icon {
|
|
191
|
-
transition: transform ease-in-out 0.2s;
|
|
192
|
-
}
|
|
193
|
-
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
194
|
-
transform: rotate(180deg);
|
|
195
|
-
}
|
|
196
|
-
/* DO NOT CHANGE!*/
|
|
197
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
198
121
|
.eds-editable-cell {
|
|
199
122
|
padding: 0.25rem 0.75rem;
|
|
200
123
|
}
|
|
@@ -310,3 +233,80 @@
|
|
|
310
233
|
.eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
|
|
311
234
|
padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
|
|
312
235
|
}
|
|
236
|
+
/* DO NOT CHANGE!*/
|
|
237
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
238
|
+
.eds-table__header-cell {
|
|
239
|
+
color: #656782;
|
|
240
|
+
font-size: 0.875rem;
|
|
241
|
+
font-weight: 500;
|
|
242
|
+
text-align: left;
|
|
243
|
+
height: 3rem;
|
|
244
|
+
padding: 0 1.5rem;
|
|
245
|
+
}
|
|
246
|
+
.eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
|
|
247
|
+
padding: 0 1rem;
|
|
248
|
+
}
|
|
249
|
+
.eds-contrast .eds-table__header-cell {
|
|
250
|
+
color: #aeb7e2;
|
|
251
|
+
border-bottom-color: #393d79;
|
|
252
|
+
}
|
|
253
|
+
.eds-table__header-cell--padding-checkbox {
|
|
254
|
+
width: 3rem;
|
|
255
|
+
padding: 0 0 1rem 1.25rem;
|
|
256
|
+
}
|
|
257
|
+
.eds-table__header-cell--padding-radio {
|
|
258
|
+
width: 3rem;
|
|
259
|
+
padding: 0 0 1rem 1.25rem;
|
|
260
|
+
}
|
|
261
|
+
.eds-table__header-cell--padding-overflow-menu {
|
|
262
|
+
width: 3rem;
|
|
263
|
+
padding: 1rem 0.75rem;
|
|
264
|
+
}
|
|
265
|
+
.eds-table__header-cell--sortable:focus {
|
|
266
|
+
outline: none;
|
|
267
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
268
|
+
outline-offset: 0.125rem;
|
|
269
|
+
}
|
|
270
|
+
.eds-table__header-cell-button {
|
|
271
|
+
position: relative;
|
|
272
|
+
text-align: left;
|
|
273
|
+
height: 100%;
|
|
274
|
+
width: 100%;
|
|
275
|
+
padding: 0;
|
|
276
|
+
cursor: pointer;
|
|
277
|
+
-webkit-appearance: none;
|
|
278
|
+
-moz-appearance: none;
|
|
279
|
+
appearance: none;
|
|
280
|
+
border: none;
|
|
281
|
+
background: none;
|
|
282
|
+
color: inherit;
|
|
283
|
+
font-size: inherit;
|
|
284
|
+
font-weight: inherit;
|
|
285
|
+
font-family: inherit;
|
|
286
|
+
}
|
|
287
|
+
.eds-table__header-cell-button-icon {
|
|
288
|
+
position: absolute;
|
|
289
|
+
margin-left: 0.25rem;
|
|
290
|
+
}
|
|
291
|
+
.eds-table__header-cell-button:focus {
|
|
292
|
+
outline: 2px solid #181c56;
|
|
293
|
+
}
|
|
294
|
+
.eds-contrast .eds-table__header-cell-button:focus {
|
|
295
|
+
outline: 2px solid #ffffff;
|
|
296
|
+
}
|
|
297
|
+
.eds-table--sticky-header .eds-table__header-cell {
|
|
298
|
+
background-color: #ffffff;
|
|
299
|
+
position: sticky;
|
|
300
|
+
top: 0;
|
|
301
|
+
}
|
|
302
|
+
.eds-contrast .eds-table--sticky-header .eds-table__header-cell {
|
|
303
|
+
background-color: #181c56;
|
|
304
|
+
}
|
|
305
|
+
/* DO NOT CHANGE!*/
|
|
306
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
307
|
+
.eds-expand-row-button__icon {
|
|
308
|
+
transition: transform ease-in-out 0.2s;
|
|
309
|
+
}
|
|
310
|
+
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
311
|
+
transform: rotate(180deg);
|
|
312
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.9",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/table.esm.js",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "0.2.51",
|
|
31
|
-
"@entur/button": "^3.0.
|
|
32
|
-
"@entur/expand": "^3.4.
|
|
33
|
-
"@entur/form": "^7.0.
|
|
31
|
+
"@entur/button": "^3.0.8",
|
|
32
|
+
"@entur/expand": "^3.4.1",
|
|
33
|
+
"@entur/form": "^7.0.9",
|
|
34
34
|
"@entur/icons": "^6.3.0",
|
|
35
35
|
"@entur/tokens": "^3.9.0",
|
|
36
|
-
"@entur/tooltip": "^2.6.
|
|
36
|
+
"@entur/tooltip": "^2.6.19",
|
|
37
37
|
"@entur/utils": "^0.9.0",
|
|
38
38
|
"@types/lodash.get": "^4.4.6",
|
|
39
39
|
"classnames": "^2.3.1",
|
|
40
40
|
"lodash.get": "^4.4.2"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "8f124a94b17be084024892eca96ab800f18ceca2"
|
|
43
43
|
}
|