@entur/table 4.5.0 → 4.5.1

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.1](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.0...@entur/table@4.5.1) (2021-12-10)
7
+
8
+ **Note:** Version bump only for package @entur/table
9
+
6
10
  # [4.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.4.1...@entur/table@4.5.0) (2021-11-17)
7
11
 
8
12
  ### Bug Fixes
package/dist/styles.css CHANGED
@@ -214,33 +214,6 @@
214
214
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
215
215
  }/* DO NOT CHANGE!*/
216
216
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
217
- .eds-expand-row-button {
218
- background: #ffffff;
219
- border: none;
220
- border-radius: 50%;
221
- font-family: inherit;
222
- cursor: pointer;
223
- height: 1.5rem;
224
- width: 1.5rem;
225
- padding: 0.25rem;
226
- }
227
- .eds-expand-row-button:focus {
228
- outline: none;
229
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
230
- }
231
- .eds-contrast .eds-expand-row-button:focus {
232
- box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
233
- }
234
- .eds-contrast .eds-expand-row-button {
235
- background: #181c56;
236
- }
237
- .eds-expand-row-button--open .eds-expand-row-button__icon {
238
- transform: rotate(90deg);
239
- }
240
- .eds-expand-row-button__icon {
241
- transition: transform ease-in-out 0.2s;
242
- }/* DO NOT CHANGE!*/
243
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
244
217
  .eds-table__header-cell {
245
218
  color: #656782;
246
219
  font-size: 0.875rem;
@@ -287,4 +260,31 @@
287
260
  }
288
261
  .eds-contrast .eds-table__header-cell-button:focus {
289
262
  outline: 2px solid #ffffff;
263
+ }/* DO NOT CHANGE!*/
264
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
265
+ .eds-expand-row-button {
266
+ background: #ffffff;
267
+ border: none;
268
+ border-radius: 50%;
269
+ font-family: inherit;
270
+ cursor: pointer;
271
+ height: 1.5rem;
272
+ width: 1.5rem;
273
+ padding: 0.25rem;
274
+ }
275
+ .eds-expand-row-button:focus {
276
+ outline: none;
277
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
278
+ }
279
+ .eds-contrast .eds-expand-row-button:focus {
280
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
281
+ }
282
+ .eds-contrast .eds-expand-row-button {
283
+ background: #181c56;
284
+ }
285
+ .eds-expand-row-button--open .eds-expand-row-button__icon {
286
+ transform: rotate(90deg);
287
+ }
288
+ .eds-expand-row-button__icon {
289
+ transition: transform ease-in-out 0.2s;
290
290
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@entur/expand": "^3.3.6",
31
- "@entur/form": "^5.1.4",
31
+ "@entur/form": "^5.1.5",
32
32
  "@entur/utils": "^0.4.2",
33
33
  "@types/lodash.get": "^4.4.6",
34
34
  "classnames": "^2.3.1",
@@ -37,5 +37,5 @@
37
37
  "devDependencies": {
38
38
  "@entur/tokens": "^3.3.0"
39
39
  },
40
- "gitHead": "6255452bbbb124b6569095cf08f96143873a7f8e"
40
+ "gitHead": "4344fc544585636bf5e7f20a1783cb1807082081"
41
41
  }