@entur/table 4.5.15 → 4.5.16
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 +5 -5
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.16](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.15...@entur/table@4.5.16) (2022-08-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/table
|
|
9
|
+
|
|
6
10
|
## [4.5.15](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.14...@entur/table@4.5.15) (2022-07-05)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @entur/table
|
package/dist/styles.css
CHANGED
|
@@ -108,66 +108,6 @@
|
|
|
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. */
|
|
171
111
|
.eds-editable-cell {
|
|
172
112
|
padding: 0.25rem 0.75rem;
|
|
173
113
|
}
|
|
@@ -284,6 +224,66 @@
|
|
|
284
224
|
padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
|
|
285
225
|
}/* DO NOT CHANGE!*/
|
|
286
226
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
227
|
+
.eds-table__header-cell {
|
|
228
|
+
color: #656782;
|
|
229
|
+
font-size: 0.875rem;
|
|
230
|
+
font-weight: 500;
|
|
231
|
+
text-align: left;
|
|
232
|
+
height: 3rem;
|
|
233
|
+
padding: 0 1.5rem;
|
|
234
|
+
}
|
|
235
|
+
.eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
|
|
236
|
+
padding: 0 1rem;
|
|
237
|
+
}
|
|
238
|
+
.eds-contrast .eds-table__header-cell {
|
|
239
|
+
color: #aeb7e2;
|
|
240
|
+
border-bottom-color: #393d79;
|
|
241
|
+
}
|
|
242
|
+
.eds-table__header-cell--padding-checkbox {
|
|
243
|
+
width: 3rem;
|
|
244
|
+
padding: 0 0 1rem 1.25rem;
|
|
245
|
+
}
|
|
246
|
+
.eds-table__header-cell--padding-radio {
|
|
247
|
+
width: 3rem;
|
|
248
|
+
padding: 0 0 1rem 1.25rem;
|
|
249
|
+
}
|
|
250
|
+
.eds-table__header-cell--padding-overflow-menu {
|
|
251
|
+
width: 3rem;
|
|
252
|
+
padding: 1rem 0.75rem;
|
|
253
|
+
}
|
|
254
|
+
.eds-table__header-cell--sortable:focus {
|
|
255
|
+
outline: none;
|
|
256
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
257
|
+
outline-offset: 0.125rem;
|
|
258
|
+
}
|
|
259
|
+
.eds-table__header-cell-button {
|
|
260
|
+
position: relative;
|
|
261
|
+
text-align: left;
|
|
262
|
+
height: 100%;
|
|
263
|
+
width: 100%;
|
|
264
|
+
padding: 0;
|
|
265
|
+
cursor: pointer;
|
|
266
|
+
-webkit-appearance: none;
|
|
267
|
+
-moz-appearance: none;
|
|
268
|
+
appearance: none;
|
|
269
|
+
border: none;
|
|
270
|
+
background: none;
|
|
271
|
+
color: inherit;
|
|
272
|
+
font-size: inherit;
|
|
273
|
+
font-weight: inherit;
|
|
274
|
+
font-family: inherit;
|
|
275
|
+
}
|
|
276
|
+
.eds-table__header-cell-button-icon {
|
|
277
|
+
position: absolute;
|
|
278
|
+
margin-left: 0.25rem;
|
|
279
|
+
}
|
|
280
|
+
.eds-table__header-cell-button:focus {
|
|
281
|
+
outline: 2px solid #181c56;
|
|
282
|
+
}
|
|
283
|
+
.eds-contrast .eds-table__header-cell-button:focus {
|
|
284
|
+
outline: 2px solid #ffffff;
|
|
285
|
+
}/* DO NOT CHANGE!*/
|
|
286
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
287
287
|
.eds-expand-row-button {
|
|
288
288
|
background: #ffffff;
|
|
289
289
|
border: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.16",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/table.esm.js",
|
|
@@ -27,15 +27,15 @@
|
|
|
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.17",
|
|
31
|
+
"@entur/form": "^5.3.10",
|
|
32
32
|
"@entur/utils": "^0.4.3",
|
|
33
33
|
"@types/lodash.get": "^4.4.6",
|
|
34
34
|
"classnames": "^2.3.1",
|
|
35
35
|
"lodash.get": "^4.4.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@entur/tokens": "^3.
|
|
38
|
+
"@entur/tokens": "^3.4.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "82b89b2f52c8530f8d930edfdc507c809ec85f7c"
|
|
41
41
|
}
|