@entur/table 4.8.24 → 4.8.25-alpha.0

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 +23 -23
  2. package/package.json +9 -9
package/dist/styles.css CHANGED
@@ -1,5 +1,28 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ .eds-editable-cell {
4
+ padding: 0.25rem 0.75rem;
5
+ }
6
+ .eds-table--middle .eds-editable-cell {
7
+ padding: 0.25rem 0.5rem;
8
+ }
9
+ .eds-table--small .eds-editable-cell {
10
+ padding: 0.125rem 0.5rem;
11
+ }
12
+ .eds-editable-cell .eds-form-control-wrapper:not(.eds-datepicker__datefield) {
13
+ min-height: 0;
14
+ }
15
+ .eds-editable-cell .eds-form-control-wrapper:not(.eds-datepicker__datefield) .eds-form-control {
16
+ padding: 0.75rem;
17
+ }
18
+ .eds-table--middle .eds-editable-cell .eds-form-control-wrapper:not(.eds-datepicker__datefield) .eds-form-control {
19
+ padding: 0.25rem calc(0.5rem - 0.0625rem);
20
+ }
21
+ .eds-table--small .eds-editable-cell .eds-form-control-wrapper:not(.eds-datepicker__datefield) .eds-form-control {
22
+ padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
23
+ }
24
+ /* DO NOT CHANGE!*/
25
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
26
  .eds-table__header-cell {
4
27
  color: var(--components-table-standard-text);
5
28
  font-size: 1rem;
@@ -74,29 +97,6 @@
74
97
  }
75
98
  /* DO NOT CHANGE!*/
76
99
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
77
- .eds-editable-cell {
78
- padding: 0.25rem 0.75rem;
79
- }
80
- .eds-table--middle .eds-editable-cell {
81
- padding: 0.25rem 0.5rem;
82
- }
83
- .eds-table--small .eds-editable-cell {
84
- padding: 0.125rem 0.5rem;
85
- }
86
- .eds-editable-cell .eds-form-control-wrapper:not(.eds-datepicker__datefield) {
87
- min-height: 0;
88
- }
89
- .eds-editable-cell .eds-form-control-wrapper:not(.eds-datepicker__datefield) .eds-form-control {
90
- padding: 0.75rem;
91
- }
92
- .eds-table--middle .eds-editable-cell .eds-form-control-wrapper:not(.eds-datepicker__datefield) .eds-form-control {
93
- padding: 0.25rem calc(0.5rem - 0.0625rem);
94
- }
95
- .eds-table--small .eds-editable-cell .eds-form-control-wrapper:not(.eds-datepicker__datefield) .eds-form-control {
96
- padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
97
- }
98
- /* DO NOT CHANGE!*/
99
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
100
100
  .eds-expand-row-button__icon {
101
101
  transition: transform ease-in-out 0.2s;
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.8.24",
3
+ "version": "4.8.25-alpha.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -27,18 +27,18 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.93",
31
- "@entur/button": "^3.2.36",
32
- "@entur/expand": "^3.5.25",
33
- "@entur/form": "^8.1.7",
30
+ "@entur/a11y": "^0.2.94-alpha.0",
31
+ "@entur/button": "^3.2.37-alpha.0",
32
+ "@entur/expand": "^3.5.26-alpha.0",
33
+ "@entur/form": "^8.1.8-alpha.0",
34
34
  "@entur/icons": "^7.5.0",
35
- "@entur/layout": "^2.3.20",
35
+ "@entur/layout": "^2.3.21-alpha.0",
36
36
  "@entur/tokens": "^3.17.3",
37
- "@entur/tooltip": "^5.1.3",
38
- "@entur/utils": "^0.12.1",
37
+ "@entur/tooltip": "^5.1.4-alpha.0",
38
+ "@entur/utils": "^1.0.0-alpha.0",
39
39
  "@types/lodash.get": "^4.4.6",
40
40
  "classnames": "^2.3.1",
41
41
  "lodash.get": "^4.4.2"
42
42
  },
43
- "gitHead": "7b67c7eded2ea9495ba4e21a9bef33c1a82d4a43"
43
+ "gitHead": "b653c119e54372ec210ed20aa99ded642f114c69"
44
44
  }