@entur/table 4.5.37 → 4.5.39

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 +76 -75
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  /* DO NOT CHANGE!*/
3
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
4
3
  :root {
@@ -78,7 +77,7 @@
78
77
  .eds-table__body > .eds-table__row {
79
78
  border-bottom: 0.125rem solid #e9e9e9;
80
79
  }
81
- .eds-contrast .eds-table__body > .eds-table__row  {
80
+ .eds-contrast .eds-table__body > .eds-table__row {
82
81
  border-color: #393d79;
83
82
  }
84
83
  .eds-table__body > .eds-table__row:focus {
@@ -87,14 +86,14 @@
87
86
  .eds-table__body > .eds-table__row--hover:hover {
88
87
  background: #f3f3f3;
89
88
  }
90
- .eds-contrast .eds-table__body > .eds-table__row--hover:hover  {
89
+ .eds-contrast .eds-table__body > .eds-table__row--hover:hover {
91
90
  background: #292b6a;
92
91
  }
93
92
  .eds-table__body > .eds-table__row--active {
94
93
  background: #ebebf1;
95
94
  border: 0.125rem solid #d1d4e3;
96
95
  }
97
- .eds-contrast .eds-table__body > .eds-table__row--active  {
96
+ .eds-contrast .eds-table__body > .eds-table__row--active {
98
97
  border-color: #393d79;
99
98
  background: #393d79;
100
99
  }
@@ -105,76 +104,9 @@
105
104
  .eds-table__head {
106
105
  border-bottom: 0.125rem solid #e9e9e9;
107
106
  }
108
- .eds-contrast .eds-table__head  {
107
+ .eds-contrast .eds-table__head {
109
108
  border-color: #393d79;
110
- }/* DO NOT CHANGE!*/
111
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
112
- .eds-table__header-cell {
113
- color: #656782;
114
- font-size: 0.875rem;
115
- font-weight: 500;
116
- text-align: left;
117
- height: 3rem;
118
- padding: 0 1.5rem;
119
- }
120
- .eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
121
- padding: 0 1rem;
122
- }
123
- .eds-contrast .eds-table__header-cell {
124
- color: #aeb7e2;
125
- border-bottom-color: #393d79;
126
- }
127
- .eds-table__header-cell--padding-checkbox {
128
- width: 3rem;
129
- padding: 0 0 1rem 1.25rem;
130
109
  }
131
- .eds-table__header-cell--padding-radio {
132
- width: 3rem;
133
- padding: 0 0 1rem 1.25rem;
134
- }
135
- .eds-table__header-cell--padding-overflow-menu {
136
- width: 3rem;
137
- padding: 1rem 0.75rem;
138
- }
139
- .eds-table__header-cell--sortable:focus {
140
- outline: none;
141
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
142
- outline-offset: 0.125rem;
143
- }
144
- .eds-table__header-cell-button {
145
- position: relative;
146
- text-align: left;
147
- height: 100%;
148
- width: 100%;
149
- padding: 0;
150
- cursor: pointer;
151
- -webkit-appearance: none;
152
- -moz-appearance: none;
153
- appearance: none;
154
- border: none;
155
- background: none;
156
- color: inherit;
157
- font-size: inherit;
158
- font-weight: inherit;
159
- font-family: inherit;
160
- }
161
- .eds-table__header-cell-button-icon {
162
- position: absolute;
163
- margin-left: 0.25rem;
164
- }
165
- .eds-table__header-cell-button:focus {
166
- outline: 2px solid #181c56;
167
- }
168
- .eds-contrast .eds-table__header-cell-button:focus {
169
- outline: 2px solid #ffffff;
170
- }/* DO NOT CHANGE!*/
171
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
172
- .eds-expand-row-button__icon {
173
- transition: transform ease-in-out 0.2s;
174
- }
175
- .eds-expand-row-button--open .eds-expand-row-button__icon {
176
- transform: rotate(180deg);
177
- }@charset "UTF-8";
178
110
  /* DO NOT CHANGE!*/
179
111
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
180
112
  .eds-editable-cell {
@@ -190,7 +122,7 @@
190
122
  border-color: #d1d3d3;
191
123
  background: #ffffff;
192
124
  }
193
- .eds-contrast .eds-editable-cell.eds-editable-cell--outlined .eds-form-control-wrapper  {
125
+ .eds-contrast .eds-editable-cell.eds-editable-cell--outlined .eds-form-control-wrapper {
194
126
  border-color: #393d79;
195
127
  color: #181c56;
196
128
  }
@@ -236,7 +168,7 @@
236
168
  .eds-contrast .eds-table__row:hover .eds-editable-cell .eds-form-control-wrapper:active, .eds-contrast .eds-table__row:hover .eds-editable-cell .eds-form-control-wrapper:focus-within {
237
169
  border-color: #aeb7e2;
238
170
  }
239
- .eds-contrast .eds-table__row:hover .eds-editable-cell .eds-form-control-wrapper  {
171
+ .eds-contrast .eds-table__row:hover .eds-editable-cell .eds-form-control-wrapper {
240
172
  border-color: #393d79;
241
173
  color: #181c56;
242
174
  }
@@ -291,4 +223,73 @@
291
223
  }
292
224
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
293
225
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
294
- }
226
+ }
227
+ /* DO NOT CHANGE!*/
228
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
229
+ .eds-table__header-cell {
230
+ color: #656782;
231
+ font-size: 0.875rem;
232
+ font-weight: 500;
233
+ text-align: left;
234
+ height: 3rem;
235
+ padding: 0 1.5rem;
236
+ }
237
+ .eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
238
+ padding: 0 1rem;
239
+ }
240
+ .eds-contrast .eds-table__header-cell {
241
+ color: #aeb7e2;
242
+ border-bottom-color: #393d79;
243
+ }
244
+ .eds-table__header-cell--padding-checkbox {
245
+ width: 3rem;
246
+ padding: 0 0 1rem 1.25rem;
247
+ }
248
+ .eds-table__header-cell--padding-radio {
249
+ width: 3rem;
250
+ padding: 0 0 1rem 1.25rem;
251
+ }
252
+ .eds-table__header-cell--padding-overflow-menu {
253
+ width: 3rem;
254
+ padding: 1rem 0.75rem;
255
+ }
256
+ .eds-table__header-cell--sortable:focus {
257
+ outline: none;
258
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
259
+ outline-offset: 0.125rem;
260
+ }
261
+ .eds-table__header-cell-button {
262
+ position: relative;
263
+ text-align: left;
264
+ height: 100%;
265
+ width: 100%;
266
+ padding: 0;
267
+ cursor: pointer;
268
+ -webkit-appearance: none;
269
+ -moz-appearance: none;
270
+ appearance: none;
271
+ border: none;
272
+ background: none;
273
+ color: inherit;
274
+ font-size: inherit;
275
+ font-weight: inherit;
276
+ font-family: inherit;
277
+ }
278
+ .eds-table__header-cell-button-icon {
279
+ position: absolute;
280
+ margin-left: 0.25rem;
281
+ }
282
+ .eds-table__header-cell-button:focus {
283
+ outline: 2px solid #181c56;
284
+ }
285
+ .eds-contrast .eds-table__header-cell-button:focus {
286
+ outline: 2px solid #ffffff;
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.37",
3
+ "version": "4.5.39",
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.14",
31
- "@entur/expand": "^3.3.35",
32
- "@entur/form": "^5.4.19",
33
- "@entur/icons": "^5.8.0",
30
+ "@entur/button": "^3.0.0",
31
+ "@entur/expand": "^3.3.37",
32
+ "@entur/form": "^6.0.0",
33
+ "@entur/icons": "^6.0.0",
34
34
  "@entur/tokens": "^3.8.0",
35
- "@entur/tooltip": "^2.6.6",
35
+ "@entur/tooltip": "^2.6.8",
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": "3b97ecb2ab0cba40d9f353d936dc0a87a6253108"
41
+ "gitHead": "48cdba2e353c9311d52550a98c6b025deb7b8270"
42
42
  }