@popmenu/common-ui 0.32.0 → 0.35.0
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.
package/build/index.js
CHANGED
|
@@ -34,6 +34,7 @@ var InputAdornment = require('@material-ui/core/InputAdornment');
|
|
|
34
34
|
var LinearProgress = require('@material-ui/core/LinearProgress');
|
|
35
35
|
var List = require('@material-ui/core/List');
|
|
36
36
|
var ListItem = require('@material-ui/core/ListItem');
|
|
37
|
+
var ListItemAvatar = require('@material-ui/core/ListItemAvatar');
|
|
37
38
|
var ListItemIcon = require('@material-ui/core/ListItemIcon');
|
|
38
39
|
var ListItemSecondaryAction = require('@material-ui/core/ListItemSecondaryAction');
|
|
39
40
|
var ListItemText = require('@material-ui/core/ListItemText');
|
|
@@ -102,6 +103,7 @@ var InputAdornment__default = /*#__PURE__*/_interopDefaultLegacy(InputAdornment)
|
|
|
102
103
|
var LinearProgress__default = /*#__PURE__*/_interopDefaultLegacy(LinearProgress);
|
|
103
104
|
var List__default = /*#__PURE__*/_interopDefaultLegacy(List);
|
|
104
105
|
var ListItem__default = /*#__PURE__*/_interopDefaultLegacy(ListItem);
|
|
106
|
+
var ListItemAvatar__default = /*#__PURE__*/_interopDefaultLegacy(ListItemAvatar);
|
|
105
107
|
var ListItemIcon__default = /*#__PURE__*/_interopDefaultLegacy(ListItemIcon);
|
|
106
108
|
var ListItemSecondaryAction__default = /*#__PURE__*/_interopDefaultLegacy(ListItemSecondaryAction);
|
|
107
109
|
var ListItemText__default = /*#__PURE__*/_interopDefaultLegacy(ListItemText);
|
|
@@ -157,10 +159,10 @@ function __rest(s, e) {
|
|
|
157
159
|
|
|
158
160
|
var _path$S;
|
|
159
161
|
|
|
160
|
-
function _extends$
|
|
162
|
+
function _extends$1t() { _extends$1t = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1t.apply(this, arguments); }
|
|
161
163
|
|
|
162
164
|
function SvgMinusCircle(props) {
|
|
163
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
165
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1t({
|
|
164
166
|
viewBox: "0 0 16 16",
|
|
165
167
|
fill: "none",
|
|
166
168
|
strokeLinecap: "round",
|
|
@@ -175,10 +177,10 @@ function SvgMinusCircle(props) {
|
|
|
175
177
|
|
|
176
178
|
var _path$O;
|
|
177
179
|
|
|
178
|
-
function _extends$
|
|
180
|
+
function _extends$1p() { _extends$1p = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1p.apply(this, arguments); }
|
|
179
181
|
|
|
180
182
|
function SvgPlusCircle(props) {
|
|
181
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
183
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1p({
|
|
182
184
|
viewBox: "0 0 16 16",
|
|
183
185
|
fill: "none",
|
|
184
186
|
strokeLinecap: "round",
|
|
@@ -193,10 +195,10 @@ function SvgPlusCircle(props) {
|
|
|
193
195
|
|
|
194
196
|
var _path$F;
|
|
195
197
|
|
|
196
|
-
function _extends$
|
|
198
|
+
function _extends$1c() { _extends$1c = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1c.apply(this, arguments); }
|
|
197
199
|
|
|
198
200
|
function SvgUser(props) {
|
|
199
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
201
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1c({
|
|
200
202
|
viewBox: "0 0 16 16",
|
|
201
203
|
fill: "none",
|
|
202
204
|
strokeLinecap: "round",
|
|
@@ -1244,6 +1246,12 @@ Object.defineProperty(exports, 'ListItem', {
|
|
|
1244
1246
|
return ListItem__default['default'];
|
|
1245
1247
|
}
|
|
1246
1248
|
});
|
|
1249
|
+
Object.defineProperty(exports, 'ListItemAvatar', {
|
|
1250
|
+
enumerable: true,
|
|
1251
|
+
get: function () {
|
|
1252
|
+
return ListItemAvatar__default['default'];
|
|
1253
|
+
}
|
|
1254
|
+
});
|
|
1247
1255
|
Object.defineProperty(exports, 'ListItemIcon', {
|
|
1248
1256
|
enumerable: true,
|
|
1249
1257
|
get: function () {
|