@entur/table 4.6.10 → 4.6.12

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.
Files changed (2) hide show
  1. package/dist/styles.css +8 -8
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -187,14 +187,6 @@
187
187
  }
188
188
  /* DO NOT CHANGE!*/
189
189
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
190
- .eds-expand-row-button__icon {
191
- transition: transform ease-in-out 0.2s;
192
- }
193
- .eds-expand-row-button--open .eds-expand-row-button__icon {
194
- transform: rotate(180deg);
195
- }
196
- /* DO NOT CHANGE!*/
197
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
198
190
  .eds-editable-cell {
199
191
  padding: 0.25rem 0.75rem;
200
192
  }
@@ -310,3 +302,11 @@
310
302
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
311
303
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
312
304
  }
305
+ /* DO NOT CHANGE!*/
306
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
307
+ .eds-expand-row-button__icon {
308
+ transition: transform ease-in-out 0.2s;
309
+ }
310
+ .eds-expand-row-button--open .eds-expand-row-button__icon {
311
+ transform: rotate(180deg);
312
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.6.10",
3
+ "version": "4.6.12",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -28,16 +28,16 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@entur/a11y": "0.2.51",
31
- "@entur/button": "^3.0.9",
32
- "@entur/expand": "^3.4.2",
33
- "@entur/form": "^7.0.10",
31
+ "@entur/button": "^3.0.11",
32
+ "@entur/expand": "^3.4.4",
33
+ "@entur/form": "^7.0.12",
34
34
  "@entur/icons": "^6.3.1",
35
35
  "@entur/tokens": "^3.10.0",
36
- "@entur/tooltip": "^2.6.20",
37
- "@entur/utils": "^0.9.1",
36
+ "@entur/tooltip": "^2.6.22",
37
+ "@entur/utils": "^0.9.3",
38
38
  "@types/lodash.get": "^4.4.6",
39
39
  "classnames": "^2.3.1",
40
40
  "lodash.get": "^4.4.2"
41
41
  },
42
- "gitHead": "de2304501aabbda4457d9dbfe30671786b91474e"
42
+ "gitHead": "9bf0838160519db9fb072af36dc19731dfb5e2dd"
43
43
  }