@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.
- package/HiCell/CellImage.js +16 -4
- package/HiCell/CellNumeric.js +1 -2
- package/HiCell/CellSentinel.js +33 -109
- package/HiCell/CellSentinelScore.js +100 -0
- package/HiCell/CellTextStyled.js +71 -0
- package/HiCell/index.js +9 -1
- package/HiChip/HiChip.js +2 -1
- package/HiColoredLabel/HiColoredLabel.js +14 -4
- package/HiDatePicker/HiDatePicker.js +1 -1
- package/HiDatePicker/HiDateRangePicker.js +349 -420
- package/HiDatePicker/HiDateRangeSelector.js +80 -62
- package/HiDatePicker/NavBar.js +2 -1
- package/HiDatePicker/Overlays/TimePickerOverlay.js +1 -1
- package/HiDatePicker/Overlays/YearPickerOverlay.js +3 -3
- package/HiForm/HiFormControl.js +5 -4
- package/HiSelect/HiSuggestSelect.js +16 -2
- package/HiSelectNew/HiSelect.js +4 -1
- package/HiSelectableList/HiSelectableListItem.js +3 -1
- package/HiSwitch/HiSwitch.js +2 -1
- package/HiTable/HiCellBuilder.js +31 -27
- package/HiTable/HiTableHeader.js +21 -13
- package/HiTable/constants.js +7 -5
- package/es/HiCell/CellImage.js +13 -2
- package/es/HiCell/CellNumeric.js +1 -2
- package/es/HiCell/CellSentinel.js +32 -108
- package/es/HiCell/CellSentinelScore.js +60 -0
- package/es/HiCell/CellTextStyled.js +57 -0
- package/es/HiCell/index.js +2 -1
- package/es/HiChip/HiChip.js +2 -1
- package/es/HiColoredLabel/HiColoredLabel.js +14 -3
- package/es/HiDatePicker/HiDatePicker.js +1 -1
- package/es/HiDatePicker/HiDateRangePicker.js +312 -363
- package/es/HiDatePicker/HiDateRangeSelector.js +70 -56
- package/es/HiDatePicker/NavBar.js +2 -1
- package/es/HiDatePicker/Overlays/TimePickerOverlay.js +1 -1
- package/es/HiDatePicker/Overlays/YearPickerOverlay.js +3 -3
- package/es/HiForm/HiFormControl.js +5 -4
- package/es/HiSelect/HiSuggestSelect.js +16 -3
- package/es/HiSelectNew/HiSelect.js +4 -1
- package/es/HiSelectableList/HiSelectableListItem.js +3 -1
- package/es/HiSwitch/HiSwitch.js +2 -1
- package/es/HiTable/HiCellBuilder.js +30 -27
- package/es/HiTable/HiTableHeader.js +20 -14
- package/es/HiTable/constants.js +8 -1
- package/es/styles/createPalette.js +3 -3
- package/index.es.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/styles/createPalette.js +3 -3
- package/umd/hipay-material-ui.development.js +9843 -6197
- package/umd/hipay-material-ui.production.min.js +2 -2
- 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
|