@entur/table 4.6.36-beta.0 → 4.6.36

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 +69 -69
  2. package/package.json +8 -8
package/dist/styles.css CHANGED
@@ -1,5 +1,74 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ .eds-table__header-cell {
4
+ color: #656782;
5
+ font-size: 0.875rem;
6
+ font-weight: 500;
7
+ text-align: left;
8
+ height: 3rem;
9
+ padding: 0 1.5rem;
10
+ }
11
+ .eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
12
+ padding: 0 1rem;
13
+ }
14
+ .eds-contrast .eds-table__header-cell {
15
+ color: #aeb7e2;
16
+ border-bottom-color: #393d79;
17
+ }
18
+ .eds-table__header-cell--padding-checkbox {
19
+ width: 3rem;
20
+ padding: 0 0 1rem 1.25rem;
21
+ }
22
+ .eds-table__header-cell--padding-radio {
23
+ width: 3rem;
24
+ padding: 0 0 1rem 1.25rem;
25
+ }
26
+ .eds-table__header-cell--padding-overflow-menu {
27
+ width: 3rem;
28
+ padding: 1rem 0.75rem;
29
+ }
30
+ .eds-table__header-cell--sortable:focus {
31
+ outline: none;
32
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
33
+ outline-offset: 0.125rem;
34
+ }
35
+ .eds-table__header-cell-button {
36
+ position: relative;
37
+ text-align: left;
38
+ height: 100%;
39
+ width: 100%;
40
+ padding: 0;
41
+ cursor: pointer;
42
+ -webkit-appearance: none;
43
+ -moz-appearance: none;
44
+ appearance: none;
45
+ border: none;
46
+ background: none;
47
+ color: inherit;
48
+ font-size: inherit;
49
+ font-weight: inherit;
50
+ font-family: inherit;
51
+ }
52
+ .eds-table__header-cell-button-icon {
53
+ position: absolute;
54
+ margin-left: 0.25rem;
55
+ }
56
+ .eds-table__header-cell-button:focus {
57
+ outline: 2px solid #181c56;
58
+ }
59
+ .eds-contrast .eds-table__header-cell-button:focus {
60
+ outline: 2px solid #ffffff;
61
+ }
62
+ .eds-table--sticky-header .eds-table__header-cell {
63
+ background-color: #ffffff;
64
+ position: sticky;
65
+ top: 0;
66
+ }
67
+ .eds-contrast .eds-table--sticky-header .eds-table__header-cell {
68
+ background-color: #181c56;
69
+ }
70
+ /* DO NOT CHANGE!*/
71
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
72
  .eds-editable-cell {
4
73
  padding: 0.25rem 0.75rem;
5
74
  }
@@ -117,75 +186,6 @@
117
186
  }
118
187
  /* DO NOT CHANGE!*/
119
188
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
120
- .eds-table__header-cell {
121
- color: #656782;
122
- font-size: 0.875rem;
123
- font-weight: 500;
124
- text-align: left;
125
- height: 3rem;
126
- padding: 0 1.5rem;
127
- }
128
- .eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
129
- padding: 0 1rem;
130
- }
131
- .eds-contrast .eds-table__header-cell {
132
- color: #aeb7e2;
133
- border-bottom-color: #393d79;
134
- }
135
- .eds-table__header-cell--padding-checkbox {
136
- width: 3rem;
137
- padding: 0 0 1rem 1.25rem;
138
- }
139
- .eds-table__header-cell--padding-radio {
140
- width: 3rem;
141
- padding: 0 0 1rem 1.25rem;
142
- }
143
- .eds-table__header-cell--padding-overflow-menu {
144
- width: 3rem;
145
- padding: 1rem 0.75rem;
146
- }
147
- .eds-table__header-cell--sortable:focus {
148
- outline: none;
149
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
150
- outline-offset: 0.125rem;
151
- }
152
- .eds-table__header-cell-button {
153
- position: relative;
154
- text-align: left;
155
- height: 100%;
156
- width: 100%;
157
- padding: 0;
158
- cursor: pointer;
159
- -webkit-appearance: none;
160
- -moz-appearance: none;
161
- appearance: none;
162
- border: none;
163
- background: none;
164
- color: inherit;
165
- font-size: inherit;
166
- font-weight: inherit;
167
- font-family: inherit;
168
- }
169
- .eds-table__header-cell-button-icon {
170
- position: absolute;
171
- margin-left: 0.25rem;
172
- }
173
- .eds-table__header-cell-button:focus {
174
- outline: 2px solid #181c56;
175
- }
176
- .eds-contrast .eds-table__header-cell-button:focus {
177
- outline: 2px solid #ffffff;
178
- }
179
- .eds-table--sticky-header .eds-table__header-cell {
180
- background-color: #ffffff;
181
- position: sticky;
182
- top: 0;
183
- }
184
- .eds-contrast .eds-table--sticky-header .eds-table__header-cell {
185
- background-color: #181c56;
186
- }
187
- /* DO NOT CHANGE!*/
188
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
189
189
  .eds-expand-row-button__icon {
190
190
  transition: transform ease-in-out 0.2s;
191
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.6.36-beta.0",
3
+ "version": "4.6.36",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -27,17 +27,17 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.75-beta.0",
31
- "@entur/button": "^3.2.7-beta.0",
32
- "@entur/expand": "^3.4.22-beta.0",
33
- "@entur/form": "^7.0.34-beta.0",
30
+ "@entur/a11y": "^0.2.75",
31
+ "@entur/button": "^3.2.7",
32
+ "@entur/expand": "^3.4.22",
33
+ "@entur/form": "^7.0.34",
34
34
  "@entur/icons": "^6.13.2",
35
35
  "@entur/tokens": "^3.12.0",
36
- "@entur/tooltip": "^2.6.43-beta.0",
37
- "@entur/utils": "^1.0.0-beta.0",
36
+ "@entur/tooltip": "^2.6.43",
37
+ "@entur/utils": "^0.10.0",
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": "4e2a54a5b8402cf439cd91487f569e775bf53691"
42
+ "gitHead": "55899d49a6bab285199abb7c6709da8088e5a2e3"
43
43
  }