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