@entur/table 4.5.1 → 4.5.2

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.2](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.1...@entur/table@4.5.2) (2022-01-05)
7
+
8
+ **Note:** Version bump only for package @entur/table
9
+
6
10
  ## [4.5.1](https://bitbucket.org/enturas/design-system/compare/@entur/table@4.5.0...@entur/table@4.5.1) (2021-12-10)
7
11
 
8
12
  **Note:** Version bump only for package @entur/table
package/dist/styles.css CHANGED
@@ -122,6 +122,54 @@
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-table__header-cell {
126
+ color: #656782;
127
+ font-size: 0.875rem;
128
+ font-weight: 500;
129
+ text-align: left;
130
+ }
131
+ .eds-contrast .eds-table__header-cell {
132
+ color: #aeb7e2;
133
+ }
134
+ .eds-table__header-cell--padding-checkbox {
135
+ width: 3rem;
136
+ padding: 0 0 1rem 1.25rem;
137
+ }
138
+ .eds-table__header-cell--padding-radio {
139
+ width: 3rem;
140
+ padding: 0 0 1rem 1.25rem;
141
+ }
142
+ .eds-table__header-cell--padding-overflow-menu {
143
+ width: 3rem;
144
+ padding: 1rem 0.75rem;
145
+ }
146
+ .eds-table__header-cell-button {
147
+ appearance: none;
148
+ border: none;
149
+ background: none;
150
+ color: inherit;
151
+ cursor: pointer;
152
+ font-size: inherit;
153
+ font-weight: inherit;
154
+ font-family: inherit;
155
+ height: 100%;
156
+ padding: 0;
157
+ text-align: left;
158
+ position: relative;
159
+ width: 100%;
160
+ }
161
+ .eds-table__header-cell-button-icon {
162
+ position: absolute;
163
+ top: 0.75rem;
164
+ margin-left: 0.25rem;
165
+ }
166
+ .eds-table__header-cell-button:focus {
167
+ outline: 2px solid #181c56;
168
+ }
169
+ .eds-contrast .eds-table__header-cell-button:focus {
170
+ outline: 2px solid #ffffff;
171
+ }/* DO NOT CHANGE!*/
172
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
125
173
  .eds-editable-cell {
126
174
  padding: 0.25rem 0.75rem;
127
175
  }
@@ -214,54 +262,6 @@
214
262
  padding: calc(0.25rem - 0.125rem) calc(0.5rem - 0.0625rem);
215
263
  }/* DO NOT CHANGE!*/
216
264
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
217
- .eds-table__header-cell {
218
- color: #656782;
219
- font-size: 0.875rem;
220
- font-weight: 500;
221
- text-align: left;
222
- }
223
- .eds-contrast .eds-table__header-cell {
224
- color: #aeb7e2;
225
- }
226
- .eds-table__header-cell--padding-checkbox {
227
- width: 3rem;
228
- padding: 0 0 1rem 1.25rem;
229
- }
230
- .eds-table__header-cell--padding-radio {
231
- width: 3rem;
232
- padding: 0 0 1rem 1.25rem;
233
- }
234
- .eds-table__header-cell--padding-overflow-menu {
235
- width: 3rem;
236
- padding: 1rem 0.75rem;
237
- }
238
- .eds-table__header-cell-button {
239
- appearance: none;
240
- border: none;
241
- background: none;
242
- color: inherit;
243
- cursor: pointer;
244
- font-size: inherit;
245
- font-weight: inherit;
246
- font-family: inherit;
247
- height: 100%;
248
- padding: 0;
249
- text-align: left;
250
- position: relative;
251
- width: 100%;
252
- }
253
- .eds-table__header-cell-button-icon {
254
- position: absolute;
255
- top: 0.75rem;
256
- margin-left: 0.25rem;
257
- }
258
- .eds-table__header-cell-button:focus {
259
- outline: 2px solid #181c56;
260
- }
261
- .eds-contrast .eds-table__header-cell-button:focus {
262
- outline: 2px solid #ffffff;
263
- }/* DO NOT CHANGE!*/
264
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
265
265
  .eds-expand-row-button {
266
266
  background: #ffffff;
267
267
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.5.1",
3
+ "version": "4.5.2",
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.5",
31
+ "@entur/form": "^5.2.0",
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": "4344fc544585636bf5e7f20a1783cb1807082081"
40
+ "gitHead": "7862498307d864c5f0265d657f49f76cd0afa8db"
41
41
  }