@entur/table 4.8.17 → 4.8.19
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
|
@@ -74,14 +74,6 @@
|
|
|
74
74
|
}
|
|
75
75
|
/* DO NOT CHANGE!*/
|
|
76
76
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
77
|
-
.eds-expand-row-button__icon {
|
|
78
|
-
transition: transform ease-in-out 0.2s;
|
|
79
|
-
}
|
|
80
|
-
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
81
|
-
transform: rotate(180deg);
|
|
82
|
-
}
|
|
83
|
-
/* DO NOT CHANGE!*/
|
|
84
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
85
77
|
.eds-editable-cell {
|
|
86
78
|
padding: 0.25rem 0.75rem;
|
|
87
79
|
}
|
|
@@ -105,6 +97,14 @@
|
|
|
105
97
|
}
|
|
106
98
|
/* DO NOT CHANGE!*/
|
|
107
99
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
100
|
+
.eds-expand-row-button__icon {
|
|
101
|
+
transition: transform ease-in-out 0.2s;
|
|
102
|
+
}
|
|
103
|
+
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
104
|
+
transform: rotate(180deg);
|
|
105
|
+
}
|
|
106
|
+
/* DO NOT CHANGE!*/
|
|
107
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
108
108
|
/* DO NOT CHANGE!*/
|
|
109
109
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
110
110
|
/* DO NOT CHANGE!*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.19",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/table.esm.js",
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/a11y": "^0.2.90",
|
|
31
|
-
"@entur/button": "^3.2.
|
|
32
|
-
"@entur/expand": "^3.5.
|
|
33
|
-
"@entur/form": "^8.1.
|
|
34
|
-
"@entur/icons": "^7.
|
|
35
|
-
"@entur/layout": "^2.3.
|
|
31
|
+
"@entur/button": "^3.2.32",
|
|
32
|
+
"@entur/expand": "^3.5.21",
|
|
33
|
+
"@entur/form": "^8.1.2",
|
|
34
|
+
"@entur/icons": "^7.4.0",
|
|
35
|
+
"@entur/layout": "^2.3.16",
|
|
36
36
|
"@entur/tokens": "^3.17.0",
|
|
37
|
-
"@entur/tooltip": "^4.0.
|
|
37
|
+
"@entur/tooltip": "^4.0.1",
|
|
38
38
|
"@entur/utils": "^0.11.2",
|
|
39
39
|
"@types/lodash.get": "^4.4.6",
|
|
40
40
|
"classnames": "^2.3.1",
|
|
41
41
|
"lodash.get": "^4.4.2"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "65cfc261417f26cadf2be3d5cfa4786ecf262a18"
|
|
44
44
|
}
|