@hipay/hipay-material-ui 2.0.0-beta.51 → 2.0.0-beta.53
Sign up to get free protection for your applications and to get access to all the features.
- package/HiCheckbox/HiCheckbox.js +3 -3
- package/HiChip/HiChip.js +10 -3
- package/HiColoredLabel/HiColoredLabel.js +3 -2
- package/HiPin/HiPin.js +1 -1
- package/HiSelectNew/HiNestedSelectContent.js +13 -75
- package/HiSelectableList/HiSelectableListItem.js +18 -5
- package/HiTable/HiTableRow.js +11 -4
- package/es/HiCheckbox/HiCheckbox.js +1 -1
- package/es/HiChip/HiChip.js +10 -3
- package/es/HiColoredLabel/HiColoredLabel.js +3 -2
- package/es/HiPin/HiPin.js +1 -1
- package/es/HiSelectNew/HiNestedSelectContent.js +5 -64
- package/es/HiSelectableList/HiSelectableListItem.js +14 -3
- package/es/HiTable/HiTableRow.js +10 -4
- package/es/styles/createPalette.js +11 -3
- package/index.es.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -1
- package/styles/createPalette.js +12 -3
- package/umd/hipay-material-ui.development.js +51 -21
- package/umd/hipay-material-ui.production.min.js +2 -2
- package/yarn-error.log +110 -0
package/yarn-error.log
ADDED
@@ -0,0 +1,110 @@
|
|
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
|