@entur/table 4.5.37 → 4.5.38
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 +17 -16
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
/* DO NOT CHANGE!*/
|
|
3
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
4
3
|
:root {
|
|
@@ -78,7 +77,7 @@
|
|
|
78
77
|
.eds-table__body > .eds-table__row {
|
|
79
78
|
border-bottom: 0.125rem solid #e9e9e9;
|
|
80
79
|
}
|
|
81
|
-
.eds-contrast .eds-table__body > .eds-table__row
|
|
80
|
+
.eds-contrast .eds-table__body > .eds-table__row {
|
|
82
81
|
border-color: #393d79;
|
|
83
82
|
}
|
|
84
83
|
.eds-table__body > .eds-table__row:focus {
|
|
@@ -87,14 +86,14 @@
|
|
|
87
86
|
.eds-table__body > .eds-table__row--hover:hover {
|
|
88
87
|
background: #f3f3f3;
|
|
89
88
|
}
|
|
90
|
-
.eds-contrast .eds-table__body > .eds-table__row--hover:hover
|
|
89
|
+
.eds-contrast .eds-table__body > .eds-table__row--hover:hover {
|
|
91
90
|
background: #292b6a;
|
|
92
91
|
}
|
|
93
92
|
.eds-table__body > .eds-table__row--active {
|
|
94
93
|
background: #ebebf1;
|
|
95
94
|
border: 0.125rem solid #d1d4e3;
|
|
96
95
|
}
|
|
97
|
-
.eds-contrast .eds-table__body > .eds-table__row--active
|
|
96
|
+
.eds-contrast .eds-table__body > .eds-table__row--active {
|
|
98
97
|
border-color: #393d79;
|
|
99
98
|
background: #393d79;
|
|
100
99
|
}
|
|
@@ -105,9 +104,18 @@
|
|
|
105
104
|
.eds-table__head {
|
|
106
105
|
border-bottom: 0.125rem solid #e9e9e9;
|
|
107
106
|
}
|
|
108
|
-
.eds-contrast .eds-table__head
|
|
107
|
+
.eds-contrast .eds-table__head {
|
|
109
108
|
border-color: #393d79;
|
|
110
|
-
}
|
|
109
|
+
}
|
|
110
|
+
/* DO NOT CHANGE!*/
|
|
111
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
112
|
+
.eds-expand-row-button__icon {
|
|
113
|
+
transition: transform ease-in-out 0.2s;
|
|
114
|
+
}
|
|
115
|
+
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
116
|
+
transform: rotate(180deg);
|
|
117
|
+
}
|
|
118
|
+
/* DO NOT CHANGE!*/
|
|
111
119
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
112
120
|
.eds-table__header-cell {
|
|
113
121
|
color: #656782;
|
|
@@ -167,14 +175,7 @@
|
|
|
167
175
|
}
|
|
168
176
|
.eds-contrast .eds-table__header-cell-button:focus {
|
|
169
177
|
outline: 2px solid #ffffff;
|
|
170
|
-
}/* DO NOT CHANGE!*/
|
|
171
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
172
|
-
.eds-expand-row-button__icon {
|
|
173
|
-
transition: transform ease-in-out 0.2s;
|
|
174
178
|
}
|
|
175
|
-
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
176
|
-
transform: rotate(180deg);
|
|
177
|
-
}@charset "UTF-8";
|
|
178
179
|
/* DO NOT CHANGE!*/
|
|
179
180
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
180
181
|
.eds-editable-cell {
|
|
@@ -190,7 +191,7 @@
|
|
|
190
191
|
border-color: #d1d3d3;
|
|
191
192
|
background: #ffffff;
|
|
192
193
|
}
|
|
193
|
-
.eds-contrast .eds-editable-cell.eds-editable-cell--outlined .eds-form-control-wrapper
|
|
194
|
+
.eds-contrast .eds-editable-cell.eds-editable-cell--outlined .eds-form-control-wrapper {
|
|
194
195
|
border-color: #393d79;
|
|
195
196
|
color: #181c56;
|
|
196
197
|
}
|
|
@@ -236,7 +237,7 @@
|
|
|
236
237
|
.eds-contrast .eds-table__row:hover .eds-editable-cell .eds-form-control-wrapper:active, .eds-contrast .eds-table__row:hover .eds-editable-cell .eds-form-control-wrapper:focus-within {
|
|
237
238
|
border-color: #aeb7e2;
|
|
238
239
|
}
|
|
239
|
-
.eds-contrast .eds-table__row:hover .eds-editable-cell .eds-form-control-wrapper
|
|
240
|
+
.eds-contrast .eds-table__row:hover .eds-editable-cell .eds-form-control-wrapper {
|
|
240
241
|
border-color: #393d79;
|
|
241
242
|
color: #181c56;
|
|
242
243
|
}
|
|
@@ -291,4 +292,4 @@
|
|
|
291
292
|
}
|
|
292
293
|
.eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
|
|
293
294
|
padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
|
|
294
|
-
}
|
|
295
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.38",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/table.esm.js",
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/button": "^2.10.
|
|
31
|
-
"@entur/expand": "^3.3.
|
|
32
|
-
"@entur/form": "^5.4.
|
|
33
|
-
"@entur/icons": "^5.8.
|
|
30
|
+
"@entur/button": "^2.10.15",
|
|
31
|
+
"@entur/expand": "^3.3.36",
|
|
32
|
+
"@entur/form": "^5.4.20",
|
|
33
|
+
"@entur/icons": "^5.8.1",
|
|
34
34
|
"@entur/tokens": "^3.8.0",
|
|
35
|
-
"@entur/tooltip": "^2.6.
|
|
35
|
+
"@entur/tooltip": "^2.6.7",
|
|
36
36
|
"@entur/utils": "^0.5.5",
|
|
37
37
|
"@types/lodash.get": "^4.4.6",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"lodash.get": "^4.4.2"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
|
|
42
42
|
}
|