@entur/table 4.5.26 → 4.5.28

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 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.28](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.27...@entur/table@4.5.28) (2022-10-31)
7
+
8
+ **Note:** Version bump only for package @entur/table
9
+
10
+ ## [4.5.27](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.26...@entur/table@4.5.27) (2022-10-31)
11
+
12
+ **Note:** Version bump only for package @entur/table
13
+
6
14
  ## [4.5.26](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.25...@entur/table@4.5.26) (2022-10-31)
7
15
 
8
16
  **Note:** Version bump only for package @entur/table
package/dist/styles.css CHANGED
@@ -108,6 +108,13 @@
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. */
111
118
  .eds-table__header-cell {
112
119
  color: #656782;
113
120
  font-size: 0.875rem;
@@ -282,11 +289,4 @@
282
289
  }
283
290
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
284
291
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
285
- }/* DO NOT CHANGE!*/
286
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
287
- .eds-expand-row-button__icon {
288
- transition: transform ease-in-out 0.2s;
289
- }
290
- .eds-expand-row-button--open .eds-expand-row-button__icon {
291
- transform: rotate(180deg);
292
292
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.5.26",
3
+ "version": "4.5.28",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -27,10 +27,10 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^2.10.4",
31
- "@entur/expand": "^3.3.24",
32
- "@entur/form": "^5.4.8",
33
- "@entur/utils": "^0.4.5",
30
+ "@entur/button": "^2.10.5",
31
+ "@entur/expand": "^3.3.26",
32
+ "@entur/form": "^5.4.10",
33
+ "@entur/utils": "^0.4.6",
34
34
  "@types/lodash.get": "^4.4.6",
35
35
  "classnames": "^2.3.1",
36
36
  "lodash.get": "^4.4.2"
@@ -38,5 +38,5 @@
38
38
  "devDependencies": {
39
39
  "@entur/tokens": "^3.4.1"
40
40
  },
41
- "gitHead": "7dfc6f3e46a7bf635e8ec0f0b5ae1d4ba5b8722a"
41
+ "gitHead": "11fde5ffbfd805773572c3a7d999d63f2733e0c7"
42
42
  }