@entur/table 4.6.1 → 4.6.3
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 +8 -8
- package/package.json +8 -8
package/dist/styles.css
CHANGED
|
@@ -187,6 +187,14 @@
|
|
|
187
187
|
}
|
|
188
188
|
/* DO NOT CHANGE!*/
|
|
189
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. */
|
|
190
198
|
.eds-editable-cell {
|
|
191
199
|
padding: 0.25rem 0.75rem;
|
|
192
200
|
}
|
|
@@ -302,11 +310,3 @@
|
|
|
302
310
|
.eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
|
|
303
311
|
padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
|
|
304
312
|
}
|
|
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.3",
|
|
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": "^3.0.
|
|
31
|
-
"@entur/expand": "^3.3.
|
|
32
|
-
"@entur/form": "^7.0.
|
|
33
|
-
"@entur/icons": "^6.
|
|
30
|
+
"@entur/button": "^3.0.3",
|
|
31
|
+
"@entur/expand": "^3.3.42",
|
|
32
|
+
"@entur/form": "^7.0.3",
|
|
33
|
+
"@entur/icons": "^6.2.0",
|
|
34
34
|
"@entur/tokens": "^3.8.1",
|
|
35
|
-
"@entur/tooltip": "^2.6.
|
|
36
|
-
"@entur/utils": "^0.
|
|
35
|
+
"@entur/tooltip": "^2.6.13",
|
|
36
|
+
"@entur/utils": "^0.7.0",
|
|
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": "402d010ee77f4ff809e3b709b0a29865c04cc1f4"
|
|
42
42
|
}
|