@entur/table 4.5.7 → 4.5.8
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/CHANGELOG.md +4 -0
- package/dist/styles.css +60 -60
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.5.8](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.7...@entur/table@4.5.8) (2022-04-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/table
|
|
9
|
+
|
|
6
10
|
## [4.5.7](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.6...@entur/table@4.5.7) (2022-04-19)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/dist/styles.css
CHANGED
|
@@ -108,6 +108,66 @@
|
|
|
108
108
|
border-color: #393d79;
|
|
109
109
|
}/* DO NOT CHANGE!*/
|
|
110
110
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
111
|
+
.eds-table__header-cell {
|
|
112
|
+
color: #656782;
|
|
113
|
+
font-size: 0.875rem;
|
|
114
|
+
font-weight: 500;
|
|
115
|
+
text-align: left;
|
|
116
|
+
height: 3rem;
|
|
117
|
+
padding: 0 1.5rem;
|
|
118
|
+
}
|
|
119
|
+
.eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
|
|
120
|
+
padding: 0 1rem;
|
|
121
|
+
}
|
|
122
|
+
.eds-contrast .eds-table__header-cell {
|
|
123
|
+
color: #aeb7e2;
|
|
124
|
+
border-bottom-color: #393d79;
|
|
125
|
+
}
|
|
126
|
+
.eds-table__header-cell--padding-checkbox {
|
|
127
|
+
width: 3rem;
|
|
128
|
+
padding: 0 0 1rem 1.25rem;
|
|
129
|
+
}
|
|
130
|
+
.eds-table__header-cell--padding-radio {
|
|
131
|
+
width: 3rem;
|
|
132
|
+
padding: 0 0 1rem 1.25rem;
|
|
133
|
+
}
|
|
134
|
+
.eds-table__header-cell--padding-overflow-menu {
|
|
135
|
+
width: 3rem;
|
|
136
|
+
padding: 1rem 0.75rem;
|
|
137
|
+
}
|
|
138
|
+
.eds-table__header-cell--sortable:focus {
|
|
139
|
+
outline: none;
|
|
140
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
141
|
+
outline-offset: 0.125rem;
|
|
142
|
+
}
|
|
143
|
+
.eds-table__header-cell-button {
|
|
144
|
+
position: relative;
|
|
145
|
+
text-align: left;
|
|
146
|
+
height: 100%;
|
|
147
|
+
width: 100%;
|
|
148
|
+
padding: 0;
|
|
149
|
+
cursor: pointer;
|
|
150
|
+
-webkit-appearance: none;
|
|
151
|
+
-moz-appearance: none;
|
|
152
|
+
appearance: none;
|
|
153
|
+
border: none;
|
|
154
|
+
background: none;
|
|
155
|
+
color: inherit;
|
|
156
|
+
font-size: inherit;
|
|
157
|
+
font-weight: inherit;
|
|
158
|
+
font-family: inherit;
|
|
159
|
+
}
|
|
160
|
+
.eds-table__header-cell-button-icon {
|
|
161
|
+
position: absolute;
|
|
162
|
+
margin-left: 0.25rem;
|
|
163
|
+
}
|
|
164
|
+
.eds-table__header-cell-button:focus {
|
|
165
|
+
outline: 2px solid #181c56;
|
|
166
|
+
}
|
|
167
|
+
.eds-contrast .eds-table__header-cell-button:focus {
|
|
168
|
+
outline: 2px solid #ffffff;
|
|
169
|
+
}/* DO NOT CHANGE!*/
|
|
170
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
111
171
|
.eds-editable-cell {
|
|
112
172
|
padding: 0.25rem 0.75rem;
|
|
113
173
|
}
|
|
@@ -249,64 +309,4 @@
|
|
|
249
309
|
}
|
|
250
310
|
.eds-expand-row-button__icon {
|
|
251
311
|
transition: transform ease-in-out 0.2s;
|
|
252
|
-
}/* DO NOT CHANGE!*/
|
|
253
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
254
|
-
.eds-table__header-cell {
|
|
255
|
-
color: #656782;
|
|
256
|
-
font-size: 0.875rem;
|
|
257
|
-
font-weight: 500;
|
|
258
|
-
text-align: left;
|
|
259
|
-
height: 3rem;
|
|
260
|
-
padding: 0 1.5rem;
|
|
261
|
-
}
|
|
262
|
-
.eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
|
|
263
|
-
padding: 0 1rem;
|
|
264
|
-
}
|
|
265
|
-
.eds-contrast .eds-table__header-cell {
|
|
266
|
-
color: #aeb7e2;
|
|
267
|
-
border-bottom-color: #393d79;
|
|
268
|
-
}
|
|
269
|
-
.eds-table__header-cell--padding-checkbox {
|
|
270
|
-
width: 3rem;
|
|
271
|
-
padding: 0 0 1rem 1.25rem;
|
|
272
|
-
}
|
|
273
|
-
.eds-table__header-cell--padding-radio {
|
|
274
|
-
width: 3rem;
|
|
275
|
-
padding: 0 0 1rem 1.25rem;
|
|
276
|
-
}
|
|
277
|
-
.eds-table__header-cell--padding-overflow-menu {
|
|
278
|
-
width: 3rem;
|
|
279
|
-
padding: 1rem 0.75rem;
|
|
280
|
-
}
|
|
281
|
-
.eds-table__header-cell--sortable:focus {
|
|
282
|
-
outline: none;
|
|
283
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
284
|
-
outline-offset: 0.125rem;
|
|
285
|
-
}
|
|
286
|
-
.eds-table__header-cell-button {
|
|
287
|
-
position: relative;
|
|
288
|
-
text-align: left;
|
|
289
|
-
height: 100%;
|
|
290
|
-
width: 100%;
|
|
291
|
-
padding: 0;
|
|
292
|
-
cursor: pointer;
|
|
293
|
-
-webkit-appearance: none;
|
|
294
|
-
-moz-appearance: none;
|
|
295
|
-
appearance: none;
|
|
296
|
-
border: none;
|
|
297
|
-
background: none;
|
|
298
|
-
color: inherit;
|
|
299
|
-
font-size: inherit;
|
|
300
|
-
font-weight: inherit;
|
|
301
|
-
font-family: inherit;
|
|
302
|
-
}
|
|
303
|
-
.eds-table__header-cell-button-icon {
|
|
304
|
-
position: absolute;
|
|
305
|
-
margin-left: 0.25rem;
|
|
306
|
-
}
|
|
307
|
-
.eds-table__header-cell-button:focus {
|
|
308
|
-
outline: 2px solid #181c56;
|
|
309
|
-
}
|
|
310
|
-
.eds-contrast .eds-table__header-cell-button:focus {
|
|
311
|
-
outline: 2px solid #ffffff;
|
|
312
312
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.8",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/table.esm.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/expand": "^3.3.
|
|
31
|
-
"@entur/form": "^5.3.
|
|
30
|
+
"@entur/expand": "^3.3.10",
|
|
31
|
+
"@entur/form": "^5.3.2",
|
|
32
32
|
"@entur/utils": "^0.4.3",
|
|
33
33
|
"@types/lodash.get": "^4.4.6",
|
|
34
34
|
"classnames": "^2.3.1",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@entur/tokens": "^3.3.1"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "c10b4f0f9ecda0126bc916b80ca694cf8d58e399"
|
|
41
41
|
}
|