@entur/table 4.5.38 → 4.5.40

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the different Table components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.org/komponenter/layout-and-surfaces/tables)?
5
+ > 💡 Looking for the [documentation](https://design.entur.no/komponenter/layout-and-surfaces/tables)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/table
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.org/komponenter/layout-and-surfaces/tables) for usage information.
17
+ Please refer to the [documentation](https://design.entur.no/komponenter/layout-and-surfaces/tables) for usage information.
package/dist/styles.css CHANGED
@@ -109,14 +109,6 @@
109
109
  }
110
110
  /* DO NOT CHANGE!*/
111
111
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
112
- .eds-expand-row-button__icon {
113
- transition: transform ease-in-out 0.2s;
114
- }
115
- .eds-expand-row-button--open .eds-expand-row-button__icon {
116
- transform: rotate(180deg);
117
- }
118
- /* DO NOT CHANGE!*/
119
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
120
112
  .eds-table__header-cell {
121
113
  color: #656782;
122
114
  font-size: 0.875rem;
@@ -293,3 +285,11 @@
293
285
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
294
286
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
295
287
  }
288
+ /* DO NOT CHANGE!*/
289
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
290
+ .eds-expand-row-button__icon {
291
+ transition: transform ease-in-out 0.2s;
292
+ }
293
+ .eds-expand-row-button--open .eds-expand-row-button__icon {
294
+ transform: rotate(180deg);
295
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.5.38",
3
+ "version": "4.5.40",
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.15",
31
- "@entur/expand": "^3.3.36",
32
- "@entur/form": "^5.4.20",
33
- "@entur/icons": "^5.8.1",
34
- "@entur/tokens": "^3.8.0",
35
- "@entur/tooltip": "^2.6.7",
30
+ "@entur/button": "^3.0.1",
31
+ "@entur/expand": "^3.3.38",
32
+ "@entur/form": "^6.0.1",
33
+ "@entur/icons": "^6.0.1",
34
+ "@entur/tokens": "^3.8.1",
35
+ "@entur/tooltip": "^2.6.9",
36
36
  "@entur/utils": "^0.5.5",
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": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
41
+ "gitHead": "1e78a655ffc4c4ca80d8e54495768282dc374201"
42
42
  }