@entur/table 4.5.26-beta.0 → 4.5.26-beta.3

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.
Files changed (2) hide show
  1. package/dist/styles.css +60 -60
  2. package/package.json +7 -9
package/dist/styles.css CHANGED
@@ -108,66 +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
111
  .eds-editable-cell {
172
112
  padding: 0.25rem 0.75rem;
173
113
  }
@@ -289,4 +229,64 @@
289
229
  }
290
230
  .eds-expand-row-button--open .eds-expand-row-button__icon {
291
231
  transform: rotate(180deg);
232
+ }/* DO NOT CHANGE!*/
233
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
234
+ .eds-table__header-cell {
235
+ color: #656782;
236
+ font-size: 0.875rem;
237
+ font-weight: 500;
238
+ text-align: left;
239
+ height: 3rem;
240
+ padding: 0 1.5rem;
241
+ }
242
+ .eds-table--middle .eds-table__header-cell, .eds-table--small .eds-table__header-cell {
243
+ padding: 0 1rem;
244
+ }
245
+ .eds-contrast .eds-table__header-cell {
246
+ color: #aeb7e2;
247
+ border-bottom-color: #393d79;
248
+ }
249
+ .eds-table__header-cell--padding-checkbox {
250
+ width: 3rem;
251
+ padding: 0 0 1rem 1.25rem;
252
+ }
253
+ .eds-table__header-cell--padding-radio {
254
+ width: 3rem;
255
+ padding: 0 0 1rem 1.25rem;
256
+ }
257
+ .eds-table__header-cell--padding-overflow-menu {
258
+ width: 3rem;
259
+ padding: 1rem 0.75rem;
260
+ }
261
+ .eds-table__header-cell--sortable:focus {
262
+ outline: none;
263
+ box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
264
+ outline-offset: 0.125rem;
265
+ }
266
+ .eds-table__header-cell-button {
267
+ position: relative;
268
+ text-align: left;
269
+ height: 100%;
270
+ width: 100%;
271
+ padding: 0;
272
+ cursor: pointer;
273
+ -webkit-appearance: none;
274
+ -moz-appearance: none;
275
+ appearance: none;
276
+ border: none;
277
+ background: none;
278
+ color: inherit;
279
+ font-size: inherit;
280
+ font-weight: inherit;
281
+ font-family: inherit;
282
+ }
283
+ .eds-table__header-cell-button-icon {
284
+ position: absolute;
285
+ margin-left: 0.25rem;
286
+ }
287
+ .eds-table__header-cell-button:focus {
288
+ outline: 2px solid #181c56;
289
+ }
290
+ .eds-contrast .eds-table__header-cell-button:focus {
291
+ outline: 2px solid #ffffff;
292
292
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/table",
3
- "version": "4.5.26-beta.0",
3
+ "version": "4.5.26-beta.3",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/table.esm.js",
@@ -19,8 +19,6 @@
19
19
  "scripts": {
20
20
  "start": "yarn run dts watch --noClean",
21
21
  "build": "yarn run dts build",
22
- "prepack": "yarn run build",
23
- "prepublish": "yarn run test && yarn run lint",
24
22
  "test": "yarn run dts test --env=jsdom",
25
23
  "lint": "yarn run dts lint"
26
24
  },
@@ -29,19 +27,19 @@
29
27
  "react-dom": ">=16.8.0"
30
28
  },
31
29
  "dependencies": {
32
- "@entur/button": "^2.10.5-beta.0",
33
- "@entur/expand": "^3.3.24-beta.0",
34
- "@entur/form": "^5.4.8-beta.0",
35
- "@entur/utils": "^0.4.6-beta.0",
30
+ "@entur/button": "^2.10.5-beta.3",
31
+ "@entur/expand": "^3.3.24-beta.3",
32
+ "@entur/form": "^5.4.8-beta.3",
33
+ "@entur/utils": "^0.4.6-beta.2",
36
34
  "@types/lodash.get": "^4.4.6",
37
35
  "classnames": "^2.3.1",
38
36
  "lodash.get": "^4.4.2"
39
37
  },
40
38
  "devDependencies": {
41
- "@entur/tokens": "^3.4.2-beta.0",
39
+ "@entur/tokens": "^3.4.2-beta.2",
42
40
  "dts-cli": "^1.1.6",
43
41
  "jest-watch-typeahead": "^2.2.0",
44
42
  "ts-jest": "^27.0.0"
45
43
  },
46
- "gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1"
44
+ "gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
47
45
  }