@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.js
CHANGED
|
@@ -157,55 +157,55 @@ function __rest(s, e) {
|
|
|
157
157
|
return t;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
var _path$
|
|
160
|
+
var _path$V;
|
|
161
161
|
|
|
162
|
-
function _extends$
|
|
162
|
+
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); }
|
|
163
163
|
|
|
164
164
|
function SvgMinusCircle(props) {
|
|
165
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
165
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1D({
|
|
166
166
|
viewBox: "0 0 16 16",
|
|
167
167
|
fill: "none",
|
|
168
168
|
strokeLinecap: "round",
|
|
169
169
|
strokeLinejoin: "round",
|
|
170
170
|
width: "1em",
|
|
171
171
|
height: "1em"
|
|
172
|
-
}, props), _path$
|
|
172
|
+
}, props), _path$V || (_path$V = /*#__PURE__*/React__namespace.createElement("path", {
|
|
173
173
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334",
|
|
174
174
|
stroke: "currentColor"
|
|
175
175
|
})));
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
var _path$
|
|
178
|
+
var _path$R;
|
|
179
179
|
|
|
180
|
-
function _extends$
|
|
180
|
+
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); }
|
|
181
181
|
|
|
182
182
|
function SvgPlusCircle(props) {
|
|
183
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
183
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1z({
|
|
184
184
|
viewBox: "0 0 16 16",
|
|
185
185
|
fill: "none",
|
|
186
186
|
strokeLinecap: "round",
|
|
187
187
|
strokeLinejoin: "round",
|
|
188
188
|
width: "1em",
|
|
189
189
|
height: "1em"
|
|
190
|
-
}, props), _path$
|
|
190
|
+
}, props), _path$R || (_path$R = /*#__PURE__*/React__namespace.createElement("path", {
|
|
191
191
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-9.334v5.334M5.333 8h5.334",
|
|
192
192
|
stroke: "currentColor"
|
|
193
193
|
})));
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
var _path$
|
|
196
|
+
var _path$I;
|
|
197
197
|
|
|
198
|
-
function _extends$
|
|
198
|
+
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); }
|
|
199
199
|
|
|
200
200
|
function SvgUser(props) {
|
|
201
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
201
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1m({
|
|
202
202
|
viewBox: "0 0 16 16",
|
|
203
203
|
fill: "none",
|
|
204
204
|
strokeLinecap: "round",
|
|
205
205
|
strokeLinejoin: "round",
|
|
206
206
|
width: "1em",
|
|
207
207
|
height: "1em"
|
|
208
|
-
}, props), _path$
|
|
208
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
|
|
209
209
|
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",
|
|
210
210
|
stroke: "currentColor"
|
|
211
211
|
})));
|