@entur/table 4.5.28 → 4.5.30
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 +8 -0
- package/dist/styles.css +7 -7
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.30](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.27...@entur/table@4.5.30) (2022-12-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/table
|
|
9
|
+
|
|
10
|
+
## [4.5.29](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.28...@entur/table@4.5.29) (2022-11-24)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @entur/table
|
|
13
|
+
|
|
6
14
|
## [4.5.28](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.27...@entur/table@4.5.28) (2022-10-31)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @entur/table
|
package/dist/styles.css
CHANGED
|
@@ -108,13 +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-expand-row-button__icon {
|
|
112
|
-
transition: transform ease-in-out 0.2s;
|
|
113
|
-
}
|
|
114
|
-
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
115
|
-
transform: rotate(180deg);
|
|
116
|
-
}/* DO NOT CHANGE!*/
|
|
117
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
118
111
|
.eds-table__header-cell {
|
|
119
112
|
color: #656782;
|
|
120
113
|
font-size: 0.875rem;
|
|
@@ -175,6 +168,13 @@
|
|
|
175
168
|
outline: 2px solid #ffffff;
|
|
176
169
|
}/* DO NOT CHANGE!*/
|
|
177
170
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
171
|
+
.eds-expand-row-button__icon {
|
|
172
|
+
transition: transform ease-in-out 0.2s;
|
|
173
|
+
}
|
|
174
|
+
.eds-expand-row-button--open .eds-expand-row-button__icon {
|
|
175
|
+
transform: rotate(180deg);
|
|
176
|
+
}/* DO NOT CHANGE!*/
|
|
177
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
178
178
|
.eds-editable-cell {
|
|
179
179
|
padding: 0.25rem 0.75rem;
|
|
180
180
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/table",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.30",
|
|
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/utils": "^0.4.
|
|
30
|
+
"@entur/button": "^2.10.7",
|
|
31
|
+
"@entur/expand": "^3.3.28",
|
|
32
|
+
"@entur/form": "^5.4.12",
|
|
33
|
+
"@entur/utils": "^0.4.8",
|
|
34
34
|
"@types/lodash.get": "^4.4.6",
|
|
35
35
|
"classnames": "^2.3.1",
|
|
36
36
|
"lodash.get": "^4.4.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@entur/tokens": "^3.4.
|
|
39
|
+
"@entur/tokens": "^3.4.3"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "103844c30bdc32296f3998a360cf6066492173e9"
|
|
42
42
|
}
|