@entur/table 4.5.24-alpha.0 → 4.5.25

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,7 +3,11 @@
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.24-alpha.0](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.23...@entur/table@4.5.24-alpha.0) (2022-10-20)
6
+ ## [4.5.25](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.24...@entur/table@4.5.25) (2022-10-20)
7
+
8
+ **Note:** Version bump only for package @entur/table
9
+
10
+ ## [4.5.24](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.23...@entur/table@4.5.24) (2022-10-20)
7
11
 
8
12
  **Note:** Version bump only for package @entur/table
9
13
 
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;
@@ -289,4 +282,11 @@
289
282
  }
290
283
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
291
284
  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.24-alpha.0",
3
+ "version": "4.5.25",
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.5-alpha.0",
31
- "@entur/expand": "^3.3.22-alpha.0",
32
- "@entur/form": "^5.4.6-alpha.0",
33
- "@entur/utils": "^0.4.6-alpha.0",
30
+ "@entur/button": "^2.10.4",
31
+ "@entur/expand": "^3.3.23",
32
+ "@entur/form": "^5.4.7",
33
+ "@entur/utils": "^0.4.5",
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": "497df350c3af082f714f461c7089a1fec1b4f8c9"
41
+ "gitHead": "77a4311927a9215106a9aae13c6e92e5f0f7f614"
42
42
  }