@hipay/hipay-material-ui 2.0.0-beta.53 → 2.0.0-beta.55

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/HiCell/CellImage.js +16 -4
  2. package/HiCell/CellNumeric.js +1 -2
  3. package/HiCell/CellSentinel.js +33 -109
  4. package/HiCell/CellSentinelScore.js +100 -0
  5. package/HiCell/CellTextStyled.js +71 -0
  6. package/HiCell/index.js +9 -1
  7. package/HiChip/HiChip.js +2 -1
  8. package/HiColoredLabel/HiColoredLabel.js +14 -4
  9. package/HiDatePicker/HiDatePicker.js +1 -1
  10. package/HiDatePicker/HiDateRangePicker.js +349 -420
  11. package/HiDatePicker/HiDateRangeSelector.js +80 -62
  12. package/HiDatePicker/NavBar.js +2 -1
  13. package/HiDatePicker/Overlays/TimePickerOverlay.js +1 -1
  14. package/HiDatePicker/Overlays/YearPickerOverlay.js +3 -3
  15. package/HiForm/HiFormControl.js +5 -4
  16. package/HiSelect/HiSuggestSelect.js +16 -2
  17. package/HiSelectNew/HiSelect.js +4 -1
  18. package/HiSelectableList/HiSelectableListItem.js +3 -1
  19. package/HiSwitch/HiSwitch.js +2 -1
  20. package/HiTable/HiCellBuilder.js +31 -27
  21. package/HiTable/HiTableHeader.js +21 -13
  22. package/HiTable/constants.js +7 -5
  23. package/es/HiCell/CellImage.js +13 -2
  24. package/es/HiCell/CellNumeric.js +1 -2
  25. package/es/HiCell/CellSentinel.js +32 -108
  26. package/es/HiCell/CellSentinelScore.js +60 -0
  27. package/es/HiCell/CellTextStyled.js +57 -0
  28. package/es/HiCell/index.js +2 -1
  29. package/es/HiChip/HiChip.js +2 -1
  30. package/es/HiColoredLabel/HiColoredLabel.js +14 -3
  31. package/es/HiDatePicker/HiDatePicker.js +1 -1
  32. package/es/HiDatePicker/HiDateRangePicker.js +312 -363
  33. package/es/HiDatePicker/HiDateRangeSelector.js +70 -56
  34. package/es/HiDatePicker/NavBar.js +2 -1
  35. package/es/HiDatePicker/Overlays/TimePickerOverlay.js +1 -1
  36. package/es/HiDatePicker/Overlays/YearPickerOverlay.js +3 -3
  37. package/es/HiForm/HiFormControl.js +5 -4
  38. package/es/HiSelect/HiSuggestSelect.js +16 -3
  39. package/es/HiSelectNew/HiSelect.js +4 -1
  40. package/es/HiSelectableList/HiSelectableListItem.js +3 -1
  41. package/es/HiSwitch/HiSwitch.js +2 -1
  42. package/es/HiTable/HiCellBuilder.js +30 -27
  43. package/es/HiTable/HiTableHeader.js +20 -14
  44. package/es/HiTable/constants.js +8 -1
  45. package/es/styles/createPalette.js +3 -3
  46. package/index.es.js +1 -1
  47. package/index.js +1 -1
  48. package/package.json +1 -1
  49. package/styles/createPalette.js +3 -3
  50. package/umd/hipay-material-ui.development.js +9843 -6197
  51. package/umd/hipay-material-ui.production.min.js +2 -2
  52. package/yarn-error.log +0 -110
package/yarn-error.log DELETED
@@ -1,110 +0,0 @@
1
- Arguments:
2
- /usr/local/bin/node /usr/share/yarn/bin/yarn.js publish
3
-
4
- PATH:
5
- /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
6
-
7
- Yarn version:
8
- 1.9.4
9
-
10
- Node version:
11
- 8.12.0
12
-
13
- Platform:
14
- linux x64
15
-
16
- Trace:
17
- Error: canceled
18
- at Interface.<anonymous> (/usr/share/yarn/lib/cli.js:126002:13)
19
- at emitNone (events.js:106:13)
20
- at Interface.emit (events.js:208:7)
21
- at Interface._ttyWrite (readline.js:774:16)
22
- at ReadStream.onkeypress (readline.js:158:10)
23
- at emitTwo (events.js:126:13)
24
- at ReadStream.emit (events.js:214:7)
25
- at emitKeys (internal/readline.js:420:14)
26
- at emitKeys.next (<anonymous>)
27
- at ReadStream.onData (readline.js:1010:36)
28
-
29
- npm manifest:
30
- {
31
- "name": "@hipay/hipay-material-ui",
32
- "private": false,
33
- "author": "HiPay PSYCHE Team",
34
- "version": "2.0.0-beta.53",
35
- "description": "React components that implement Google's Material Design.",
36
- "keywords": [
37
- "react",
38
- "react-component",
39
- "material design",
40
- "material-ui",
41
- "hipay",
42
- "hipay-material-ui"
43
- ],
44
- "repository": {
45
- "type": "git",
46
- "url": "https://gitlab.hipay.org/backend/hipay-material-ui.git"
47
- },
48
- "license": "MIT",
49
- "bugs": {
50
- "url": "https://gitlab.hipay.org/backend/hipay-material-ui/issues"
51
- },
52
- "homepage": "http://materialui.hipay.dev.local/",
53
- "peerDependencies": {
54
- "react": "^16.3.0",
55
- "react-dom": "^16.3.0"
56
- },
57
- "dependencies": {
58
- "@babel/runtime": "7.0.0",
59
- "@material-ui/core": "^3.0.2",
60
- "@material-ui/icons": "^3.0.1",
61
- "@types/jss": "^9.5.3",
62
- "@types/react-transition-group": "^2.0.8",
63
- "brcast": "^3.0.1",
64
- "classnames": "^2.2.5",
65
- "csstype": "^2.5.2",
66
- "debounce": "^1.1.0",
67
- "deepmerge": "^2.0.1",
68
- "dom-helpers": "^3.2.1",
69
- "hoist-non-react-statics": "^2.5.0",
70
- "is-plain-object": "^2.0.4",
71
- "jss": "^9.8.7",
72
- "jss-camel-case": "^6.0.0",
73
- "jss-default-unit": "^8.0.2",
74
- "jss-global": "^3.0.0",
75
- "jss-nested": "^6.0.1",
76
- "jss-props-sort": "^6.0.0",
77
- "jss-vendor-prefixer": "^8.0.1",
78
- "keycode": "^2.1.9",
79
- "mdi-material-ui": "^5.4.0",
80
- "moment": "^2.22.2",
81
- "normalize-scroll-left": "^0.1.2",
82
- "popper.js": "^1.14.1",
83
- "prop-types": "^15.6.0",
84
- "react-custom-scrollbars": "^4.2.1",
85
- "react-day-picker": "^7.2.4",
86
- "react-event-listener": "^0.6.2",
87
- "react-jss": "^8.1.0",
88
- "react-spinners": "^0.4.5",
89
- "react-transition-group": "^2.2.1",
90
- "recompose": "^0.29.0",
91
- "rimraf": "^2.6.2",
92
- "validator": "^10.7.1",
93
- "warning": "^4.0.1"
94
- },
95
- "sideEffects": false,
96
- "publishConfig": {
97
- "access": "public"
98
- },
99
- "engines": {
100
- "node": ">=6.0.0"
101
- },
102
- "main": "./index.js",
103
- "module": "./index.es.js"
104
- }
105
-
106
- yarn manifest:
107
- No manifest
108
-
109
- Lockfile:
110
- No lockfile