@entur/table 4.5.19 → 4.5.21

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.20](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.19...@entur/table@4.5.20) (2022-08-31)
7
+
8
+ **Note:** Version bump only for package @entur/table
9
+
6
10
  ## [4.5.19](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.18...@entur/table@4.5.19) (2022-08-24)
7
11
 
8
12
  ### Bug Fixes
package/dist/styles.css CHANGED
@@ -108,33 +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-expand-row-button {
112
- background: #ffffff;
113
- border: none;
114
- border-radius: 50%;
115
- font-family: inherit;
116
- cursor: pointer;
117
- height: 1.5rem;
118
- width: 1.5rem;
119
- padding: 0.25rem;
120
- }
121
- .eds-expand-row-button:focus {
122
- outline: none;
123
- box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
124
- }
125
- .eds-contrast .eds-expand-row-button:focus {
126
- box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
127
- }
128
- .eds-contrast .eds-expand-row-button {
129
- background: #181c56;
130
- }
131
- .eds-expand-row-button--open .eds-expand-row-button__icon {
132
- transform: rotate(90deg);
133
- }
134
- .eds-expand-row-button__icon {
135
- transition: transform ease-in-out 0.2s;
136
- }/* DO NOT CHANGE!*/
137
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
138
111
  .eds-table__header-cell {
139
112
  color: #656782;
140
113
  font-size: 0.875rem;
@@ -309,4 +282,31 @@
309
282
  }
310
283
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
311
284
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
285
+ }/* DO NOT CHANGE!*/
286
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
287
+ .eds-expand-row-button {
288
+ background: #ffffff;
289
+ border: none;
290
+ border-radius: 50%;
291
+ font-family: inherit;
292
+ cursor: pointer;
293
+ height: 1.5rem;
294
+ width: 1.5rem;
295
+ padding: 0.25rem;
296
+ }
297
+ .eds-expand-row-button:focus {
298
+ outline: none;
299
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
300
+ }
301
+ .eds-contrast .eds-expand-row-button:focus {
302
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
303
+ }
304
+ .eds-contrast .eds-expand-row-button {
305
+ background: #181c56;
306
+ }
307
+ .eds-expand-row-button--open .eds-expand-row-button__icon {
308
+ transform: rotate(90deg);
309
+ }
310
+ .eds-expand-row-button__icon {
311
+ transition: transform ease-in-out 0.2s;
312
312
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.5.19",
3
+ "version": "4.5.21",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -27,9 +27,9 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/expand": "^3.3.18",
31
- "@entur/form": "^5.4.2",
32
- "@entur/utils": "^0.4.4",
30
+ "@entur/expand": "^3.3.20",
31
+ "@entur/form": "^5.4.4",
32
+ "@entur/utils": "^0.4.5",
33
33
  "@types/lodash.get": "^4.4.6",
34
34
  "classnames": "^2.3.1",
35
35
  "lodash.get": "^4.4.2"
@@ -37,5 +37,5 @@
37
37
  "devDependencies": {
38
38
  "@entur/tokens": "^3.4.1"
39
39
  },
40
- "gitHead": "1dabe0c64e98a7de3a47a29fc24fd46e74dc0d7c"
40
+ "gitHead": "c1318d134c4097efd550872cabf41b1e67940eae"
41
41
  }