@entur/table 4.5.35 → 4.5.37
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 +7 -7
- package/package.json +9 -9
package/dist/styles.css
CHANGED
|
@@ -167,6 +167,13 @@
|
|
|
167
167
|
}
|
|
168
168
|
.eds-contrast .eds-table__header-cell-button:focus {
|
|
169
169
|
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
|
+
}
|
|
175
|
+
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
176
|
+
transform: rotate(180deg);
|
|
170
177
|
}@charset "UTF-8";
|
|
171
178
|
/* DO NOT CHANGE!*/
|
|
172
179
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
@@ -284,11 +291,4 @@
|
|
|
284
291
|
}
|
|
285
292
|
.eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
|
|
286
293
|
padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
|
|
287
|
-
}/* DO NOT CHANGE!*/
|
|
288
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
289
|
-
.eds-expand-row-button__icon {
|
|
290
|
-
transition: transform ease-in-out 0.2s;
|
|
291
|
-
}
|
|
292
|
-
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
293
|
-
transform: rotate(180deg);
|
|
294
294
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.37",
|
|
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.
|
|
34
|
-
"@entur/tokens": "^3.
|
|
35
|
-
"@entur/tooltip": "^2.6.
|
|
36
|
-
"@entur/utils": "^0.5.
|
|
30
|
+
"@entur/button": "^2.10.14",
|
|
31
|
+
"@entur/expand": "^3.3.35",
|
|
32
|
+
"@entur/form": "^5.4.19",
|
|
33
|
+
"@entur/icons": "^5.8.0",
|
|
34
|
+
"@entur/tokens": "^3.8.0",
|
|
35
|
+
"@entur/tooltip": "^2.6.6",
|
|
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": "3b97ecb2ab0cba40d9f353d936dc0a87a6253108"
|
|
42
42
|
}
|