@popmenu/common-ui 0.37.0 → 0.38.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
@@ -157,55 +157,55 @@ function __rest(s, e) {
157
157
  return t;
158
158
  }
159
159
 
160
- var _path$S;
160
+ var _path$U;
161
161
 
162
- function _extends$1x() { _extends$1x = 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$1x.apply(this, arguments); }
162
+ 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); }
163
163
 
164
164
  function SvgMinusCircle(props) {
165
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$1x({
165
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1C({
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$S || (_path$S = /*#__PURE__*/React__namespace.createElement("path", {
172
+ }, props), _path$U || (_path$U = /*#__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$O;
178
+ var _path$Q;
179
179
 
180
- 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); }
180
+ function _extends$1y() { _extends$1y = 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$1y.apply(this, arguments); }
181
181
 
182
182
  function SvgPlusCircle(props) {
183
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$1t({
183
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1y({
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$O || (_path$O = /*#__PURE__*/React__namespace.createElement("path", {
190
+ }, props), _path$Q || (_path$Q = /*#__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$F;
196
+ var _path$H;
197
197
 
198
- function _extends$1g() { _extends$1g = 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$1g.apply(this, arguments); }
198
+ function _extends$1l() { _extends$1l = 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$1l.apply(this, arguments); }
199
199
 
200
200
  function SvgUser(props) {
201
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$1g({
201
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1l({
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$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
208
+ }, props), _path$H || (_path$H = /*#__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
  })));