@hipay/hipay-material-ui 1.0.0-beta.21 → 1.0.0-beta.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -228,7 +228,8 @@ class HiTableHead extends React.Component {
228
228
  align: column['align'],
229
229
  sticky: firstColumn && sticky,
230
230
  lookedUp: lookupColumns.includes(column.colId),
231
- fixedColumnWidth: fixedColumnWidth
231
+ fixedColumnWidth: fixedColumnWidth,
232
+ translations: translations.headerCell
232
233
  });
233
234
  }
234
235
  }),
@@ -262,7 +263,7 @@ class HiTableHead extends React.Component {
262
263
  columns: columns,
263
264
  orderedColumns: orderedColumns,
264
265
  mandatoryColumnId: mandatoryColumnId,
265
- translations: translations
266
+ translations: translations.orderColumns
266
267
  })
267
268
  )
268
269
  ),
@@ -304,10 +305,7 @@ HiTableHead.defaultProps = {
304
305
  dense: false,
305
306
  sticky: true,
306
307
  translations: {
307
- get_the_n_new_items: 'Get the %s new items',
308
- choose_and_organize_columns: 'Choose & organize columns',
309
- search: 'Search',
310
- time: 'Time'
308
+ get_the_n_new_items: 'Get the %s new items'
311
309
  },
312
310
  view: 'l'
313
311
  };
package/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Material-UI v1.0.0-beta.21
1
+ /** @license Material-UI v1.0.0-beta.22
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Material-UI v1.0.0-beta.21
1
+ /** @license Material-UI v1.0.0-beta.22
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
4
  "author": "HiPay PSYCHE Team",
5
- "version": "1.0.0-beta.21",
5
+ "version": "1.0.0-beta.22",
6
6
  "description": "HiPay Material-UI Style Guide - React components that implement Google's Material Design from Material-UI.",
7
7
  "main": "./index.js",
8
8
  "repository": {