@entur/table 4.5.5 → 4.5.6

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.6](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.5...@entur/table@4.5.6) (2022-03-14)
7
+
8
+ **Note:** Version bump only for package @entur/table
9
+
6
10
  ## [4.5.5](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.4...@entur/table@4.5.5) (2022-03-01)
7
11
 
8
12
  **Note:** Version bump only for package @entur/table
package/dist/styles.css CHANGED
@@ -122,6 +122,33 @@
122
122
  border-color: #393d79;
123
123
  }/* DO NOT CHANGE!*/
124
124
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
125
+ .eds-expand-row-button {
126
+ background: #ffffff;
127
+ border: none;
128
+ border-radius: 50%;
129
+ font-family: inherit;
130
+ cursor: pointer;
131
+ height: 1.5rem;
132
+ width: 1.5rem;
133
+ padding: 0.25rem;
134
+ }
135
+ .eds-expand-row-button:focus {
136
+ outline: none;
137
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
138
+ }
139
+ .eds-contrast .eds-expand-row-button:focus {
140
+ box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
141
+ }
142
+ .eds-contrast .eds-expand-row-button {
143
+ background: #181c56;
144
+ }
145
+ .eds-expand-row-button--open .eds-expand-row-button__icon {
146
+ transform: rotate(90deg);
147
+ }
148
+ .eds-expand-row-button__icon {
149
+ transition: transform ease-in-out 0.2s;
150
+ }/* DO NOT CHANGE!*/
151
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
125
152
  .eds-table__header-cell {
126
153
  color: #656782;
127
154
  font-size: 0.875rem;
@@ -260,31 +287,4 @@
260
287
  }
261
288
  .eds-table--small .eds-editable-cell .eds-form-control-wrapper .eds-form-control {
262
289
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
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.5",
3
+ "version": "4.5.6",
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.8",
31
- "@entur/form": "^5.2.3",
31
+ "@entur/form": "^5.3.0",
32
32
  "@entur/utils": "^0.4.3",
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.1"
39
39
  },
40
- "gitHead": "bf06a9d451cb7f978946c05ce04bb4e6f63379af"
40
+ "gitHead": "c672c8396ce0c3d436746e4299680137488d579d"
41
41
  }