@popmenu/common-ui 0.39.0 → 0.40.3
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.es.js +12 -12
- package/build/index.es.js.map +1 -1
- package/build/index.js +12 -12
- package/build/index.js.map +1 -1
- package/package.json +3 -3
package/build/index.es.js
CHANGED
|
@@ -90,55 +90,55 @@ function __rest(s, e) {
|
|
|
90
90
|
return t;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
var _path$
|
|
93
|
+
var _path$V;
|
|
94
94
|
|
|
95
|
-
function _extends$
|
|
95
|
+
function _extends$1D() { _extends$1D = 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$1D.apply(this, arguments); }
|
|
96
96
|
|
|
97
97
|
function SvgMinusCircle(props) {
|
|
98
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
98
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1D({
|
|
99
99
|
viewBox: "0 0 16 16",
|
|
100
100
|
fill: "none",
|
|
101
101
|
strokeLinecap: "round",
|
|
102
102
|
strokeLinejoin: "round",
|
|
103
103
|
width: "1em",
|
|
104
104
|
height: "1em"
|
|
105
|
-
}, props), _path$
|
|
105
|
+
}, props), _path$V || (_path$V = /*#__PURE__*/React.createElement("path", {
|
|
106
106
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334",
|
|
107
107
|
stroke: "currentColor"
|
|
108
108
|
})));
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
var _path$
|
|
111
|
+
var _path$R;
|
|
112
112
|
|
|
113
|
-
function _extends$
|
|
113
|
+
function _extends$1z() { _extends$1z = 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$1z.apply(this, arguments); }
|
|
114
114
|
|
|
115
115
|
function SvgPlusCircle(props) {
|
|
116
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
116
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1z({
|
|
117
117
|
viewBox: "0 0 16 16",
|
|
118
118
|
fill: "none",
|
|
119
119
|
strokeLinecap: "round",
|
|
120
120
|
strokeLinejoin: "round",
|
|
121
121
|
width: "1em",
|
|
122
122
|
height: "1em"
|
|
123
|
-
}, props), _path$
|
|
123
|
+
}, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
|
|
124
124
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-9.334v5.334M5.333 8h5.334",
|
|
125
125
|
stroke: "currentColor"
|
|
126
126
|
})));
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
var _path$
|
|
129
|
+
var _path$I;
|
|
130
130
|
|
|
131
|
-
function _extends$
|
|
131
|
+
function _extends$1m() { _extends$1m = 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$1m.apply(this, arguments); }
|
|
132
132
|
|
|
133
133
|
function SvgUser(props) {
|
|
134
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
134
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
135
135
|
viewBox: "0 0 16 16",
|
|
136
136
|
fill: "none",
|
|
137
137
|
strokeLinecap: "round",
|
|
138
138
|
strokeLinejoin: "round",
|
|
139
139
|
width: "1em",
|
|
140
140
|
height: "1em"
|
|
141
|
-
}, props), _path$
|
|
141
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
142
142
|
d: "M13.333 14v-1.333A2.667 2.667 0 0010.667 10H5.333a2.667 2.667 0 00-2.666 2.667V14M8 7.333A2.667 2.667 0 108 2a2.667 2.667 0 000 5.333z",
|
|
143
143
|
stroke: "currentColor"
|
|
144
144
|
})));
|