@entur/table 4.5.30 → 4.5.32

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.5.31](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.30...@entur/table@4.5.31) (2023-01-19)
7
+
8
+ **Note:** Version bump only for package @entur/table
9
+
6
10
  ## [4.5.30](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.27...@entur/table@4.5.30) (2022-12-09)
7
11
 
8
12
  **Note:** Version bump only for package @entur/table
package/dist/styles.css CHANGED
@@ -108,73 +108,6 @@
108
108
  border-color: #393d79;
109
109
  }/* DO NOT CHANGE!*/
110
110
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
111
- .eds-table__header-cell {
112
- color: #656782;
113
- font-size: 0.875rem;
114
- font-weight: 500;
115
- text-align: left;
116
- height: 3rem;
117
- padding: 0 1.5rem;
118
- }
119
- .eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
120
- padding: 0 1rem;
121
- }
122
- .eds-contrast .eds-table__header-cell {
123
- color: #aeb7e2;
124
- border-bottom-color: #393d79;
125
- }
126
- .eds-table__header-cell--padding-checkbox {
127
- width: 3rem;
128
- padding: 0 0 1rem 1.25rem;
129
- }
130
- .eds-table__header-cell--padding-radio {
131
- width: 3rem;
132
- padding: 0 0 1rem 1.25rem;
133
- }
134
- .eds-table__header-cell--padding-overflow-menu {
135
- width: 3rem;
136
- padding: 1rem 0.75rem;
137
- }
138
- .eds-table__header-cell--sortable:focus {
139
- outline: none;
140
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
141
- outline-offset: 0.125rem;
142
- }
143
- .eds-table__header-cell-button {
144
- position: relative;
145
- text-align: left;
146
- height: 100%;
147
- width: 100%;
148
- padding: 0;
149
- cursor: pointer;
150
- -webkit-appearance: none;
151
- -moz-appearance: none;
152
- appearance: none;
153
- border: none;
154
- background: none;
155
- color: inherit;
156
- font-size: inherit;
157
- font-weight: inherit;
158
- font-family: inherit;
159
- }
160
- .eds-table__header-cell-button-icon {
161
- position: absolute;
162
- margin-left: 0.25rem;
163
- }
164
- .eds-table__header-cell-button:focus {
165
- outline: 2px solid #181c56;
166
- }
167
- .eds-contrast .eds-table__header-cell-button:focus {
168
- outline: 2px solid #ffffff;
169
- }/* DO NOT CHANGE!*/
170
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
171
- .eds-expand-row-button__icon {
172
- transition: transform ease-in-out 0.2s;
173
- }
174
- .eds-expand-row-button--open .eds-expand-row-button__icon {
175
- transform: rotate(180deg);
176
- }/* DO NOT CHANGE!*/
177
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
178
111
  .eds-editable-cell {
179
112
  padding: 0.25rem 0.75rem;
180
113
  }
@@ -289,4 +222,71 @@
289
222
  }
290
223
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
291
224
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
225
+ }/* DO NOT CHANGE!*/
226
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
227
+ .eds-table__header-cell {
228
+ color: #656782;
229
+ font-size: 0.875rem;
230
+ font-weight: 500;
231
+ text-align: left;
232
+ height: 3rem;
233
+ padding: 0 1.5rem;
234
+ }
235
+ .eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
236
+ padding: 0 1rem;
237
+ }
238
+ .eds-contrast .eds-table__header-cell {
239
+ color: #aeb7e2;
240
+ border-bottom-color: #393d79;
241
+ }
242
+ .eds-table__header-cell--padding-checkbox {
243
+ width: 3rem;
244
+ padding: 0 0 1rem 1.25rem;
245
+ }
246
+ .eds-table__header-cell--padding-radio {
247
+ width: 3rem;
248
+ padding: 0 0 1rem 1.25rem;
249
+ }
250
+ .eds-table__header-cell--padding-overflow-menu {
251
+ width: 3rem;
252
+ padding: 1rem 0.75rem;
253
+ }
254
+ .eds-table__header-cell--sortable:focus {
255
+ outline: none;
256
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
257
+ outline-offset: 0.125rem;
258
+ }
259
+ .eds-table__header-cell-button {
260
+ position: relative;
261
+ text-align: left;
262
+ height: 100%;
263
+ width: 100%;
264
+ padding: 0;
265
+ cursor: pointer;
266
+ -webkit-appearance: none;
267
+ -moz-appearance: none;
268
+ appearance: none;
269
+ border: none;
270
+ background: none;
271
+ color: inherit;
272
+ font-size: inherit;
273
+ font-weight: inherit;
274
+ font-family: inherit;
275
+ }
276
+ .eds-table__header-cell-button-icon {
277
+ position: absolute;
278
+ margin-left: 0.25rem;
279
+ }
280
+ .eds-table__header-cell-button:focus {
281
+ outline: 2px solid #181c56;
282
+ }
283
+ .eds-contrast .eds-table__header-cell-button:focus {
284
+ outline: 2px solid #ffffff;
285
+ }/* DO NOT CHANGE!*/
286
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
287
+ .eds-expand-row-button__icon {
288
+ transition: transform ease-in-out 0.2s;
289
+ }
290
+ .eds-expand-row-button--open .eds-expand-row-button__icon {
291
+ transform: rotate(180deg);
292
292
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.5.30",
3
+ "version": "4.5.32",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -19,7 +19,7 @@
19
19
  "scripts": {
20
20
  "start": "dts watch --noClean",
21
21
  "build": "dts build",
22
- "test": "dts test --env=jsdom",
22
+ "test": "dts test",
23
23
  "lint": "dts lint"
24
24
  },
25
25
  "peerDependencies": {
@@ -27,16 +27,18 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^2.10.7",
31
- "@entur/expand": "^3.3.28",
32
- "@entur/form": "^5.4.12",
33
- "@entur/utils": "^0.4.8",
30
+ "@entur/button": "^2.10.9",
31
+ "@entur/expand": "^3.3.30",
32
+ "@entur/form": "^5.4.14",
33
+ "@entur/icons": "^5.4.2",
34
+ "@entur/tooltip": "^2.6.1",
35
+ "@entur/utils": "^0.5.0",
34
36
  "@types/lodash.get": "^4.4.6",
35
37
  "classnames": "^2.3.1",
36
38
  "lodash.get": "^4.4.2"
37
39
  },
38
40
  "devDependencies": {
39
- "@entur/tokens": "^3.4.3"
41
+ "@entur/tokens": "^3.4.4"
40
42
  },
41
- "gitHead": "103844c30bdc32296f3998a360cf6066492173e9"
43
+ "gitHead": "36772ae4f2d8375622acff19736c07d15435cb95"
42
44
  }