@entur/table 4.5.38 → 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 +69 -69
  2. package/package.json +7 -7
package/dist/styles.css CHANGED
@@ -109,75 +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
- .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
- /* DO NOT CHANGE!*/
180
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
181
112
  .eds-editable-cell {
182
113
  padding: 0.25rem 0.75rem;
183
114
  }
@@ -293,3 +224,72 @@
293
224
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
294
225
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
295
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.38",
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.15",
31
- "@entur/expand": "^3.3.36",
32
- "@entur/form": "^5.4.20",
33
- "@entur/icons": "^5.8.1",
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.7",
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": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
41
+ "gitHead": "48cdba2e353c9311d52550a98c6b025deb7b8270"
42
42
  }