@popmenu/common-ui 0.42.0 → 0.43.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,130 +157,164 @@ function __rest(s, e) {
157
157
  return t;
158
158
  }
159
159
 
160
- var _g;
160
+ var _g$17, _defs$I;
161
161
 
162
- function _extends$6() { _extends$6 = 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$6.apply(this, arguments); }
162
+ function _extends$25() { _extends$25 = 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$25.apply(this, arguments); }
163
163
 
164
164
  function SvgCheckCircle(props) {
165
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
165
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$25({
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), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
172
+ }, props), _g$17 || (_g$17 = /*#__PURE__*/React__namespace.createElement("g", {
173
+ clipPath: "url(#check-circle_svg__clip0_8_5831)",
173
174
  stroke: "currentColor"
174
175
  }, /*#__PURE__*/React__namespace.createElement("path", {
175
176
  d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
176
177
  }), /*#__PURE__*/React__namespace.createElement("path", {
177
178
  d: "M14.667 2.667L8 9.34l-2-2"
178
- }))));
179
+ }))), _defs$I || (_defs$I = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
180
+ id: "check-circle_svg__clip0_8_5831"
181
+ }, /*#__PURE__*/React__namespace.createElement("path", {
182
+ fill: "currentColor",
183
+ d: "M0 0h16v16H0z"
184
+ })))));
179
185
  }
180
186
 
181
- var _path$5;
187
+ var _g$Z, _defs$A;
182
188
 
183
- function _extends$5() { _extends$5 = 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$5.apply(this, arguments); }
189
+ 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); }
184
190
 
185
191
  function SvgInfo(props) {
186
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
192
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1T({
187
193
  viewBox: "0 0 16 16",
188
194
  fill: "none",
189
195
  strokeLinecap: "round",
190
196
  strokeLinejoin: "round",
191
197
  width: "1em",
192
198
  height: "1em"
193
- }, props), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
194
- d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-4V8m0-2.667h.007",
199
+ }, props), _g$Z || (_g$Z = /*#__PURE__*/React__namespace.createElement("g", {
200
+ clipPath: "url(#info_svg__clip0_8_5377)",
195
201
  stroke: "currentColor"
196
- })));
202
+ }, /*#__PURE__*/React__namespace.createElement("path", {
203
+ d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-4V8m0-2.667h.007"
204
+ }))), _defs$A || (_defs$A = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
205
+ id: "info_svg__clip0_8_5377"
206
+ }, /*#__PURE__*/React__namespace.createElement("path", {
207
+ fill: "currentColor",
208
+ d: "M0 0h16v16H0z"
209
+ })))));
197
210
  }
198
211
 
199
- var _path$4;
212
+ var _g$V, _defs$z;
200
213
 
201
- function _extends$4() { _extends$4 = 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$4.apply(this, arguments); }
214
+ 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); }
202
215
 
203
216
  function SvgMinusCircle(props) {
204
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
217
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1J({
205
218
  viewBox: "0 0 16 16",
206
219
  fill: "none",
207
220
  strokeLinecap: "round",
208
221
  strokeLinejoin: "round",
209
222
  width: "1em",
210
223
  height: "1em"
211
- }, props), _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
212
- d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334",
224
+ }, props), _g$V || (_g$V = /*#__PURE__*/React__namespace.createElement("g", {
225
+ clipPath: "url(#minus-circle_svg__clip0_8_5970)",
213
226
  stroke: "currentColor"
214
- })));
227
+ }, /*#__PURE__*/React__namespace.createElement("path", {
228
+ d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334"
229
+ }))), _defs$z || (_defs$z = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
230
+ id: "minus-circle_svg__clip0_8_5970"
231
+ }, /*#__PURE__*/React__namespace.createElement("path", {
232
+ fill: "currentColor",
233
+ d: "M0 0h16v16H0z"
234
+ })))));
215
235
  }
216
236
 
217
- var _path$3;
237
+ var _g$U, _defs$y;
218
238
 
219
- function _extends$3() { _extends$3 = 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$3.apply(this, arguments); }
239
+ function _extends$1F() { _extends$1F = 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$1F.apply(this, arguments); }
220
240
 
221
241
  function SvgPlusCircle(props) {
222
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$3({
242
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1F({
223
243
  viewBox: "0 0 16 16",
224
244
  fill: "none",
225
245
  strokeLinecap: "round",
226
246
  strokeLinejoin: "round",
227
247
  width: "1em",
228
248
  height: "1em"
229
- }, props), _path$3 || (_path$3 = /*#__PURE__*/React__namespace.createElement("path", {
230
- d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-9.334v5.334M5.333 8h5.334",
249
+ }, props), _g$U || (_g$U = /*#__PURE__*/React__namespace.createElement("g", {
250
+ clipPath: "url(#plus-circle_svg__clip0_8_5870)",
231
251
  stroke: "currentColor"
232
- })));
252
+ }, /*#__PURE__*/React__namespace.createElement("path", {
253
+ d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-9.334v5.334M5.333 8h5.334"
254
+ }))), _defs$y || (_defs$y = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
255
+ id: "plus-circle_svg__clip0_8_5870"
256
+ }, /*#__PURE__*/React__namespace.createElement("path", {
257
+ fill: "currentColor",
258
+ d: "M0 0h16v16H0z"
259
+ })))));
233
260
  }
234
261
 
235
- var _path$2;
262
+ var _path$F;
236
263
 
237
- function _extends$2() { _extends$2 = 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$2.apply(this, arguments); }
264
+ function _extends$1s() { _extends$1s = 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$1s.apply(this, arguments); }
238
265
 
239
266
  function SvgUser(props) {
240
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
267
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1s({
241
268
  viewBox: "0 0 16 16",
242
269
  fill: "none",
243
270
  strokeLinecap: "round",
244
271
  strokeLinejoin: "round",
245
272
  width: "1em",
246
273
  height: "1em"
247
- }, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
274
+ }, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
248
275
  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",
249
276
  stroke: "currentColor"
250
277
  })));
251
278
  }
252
279
 
253
- var _path$1;
280
+ var _g$K, _defs$r;
254
281
 
255
- function _extends$1() { _extends$1 = 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$1.apply(this, arguments); }
282
+ function _extends$1o() { _extends$1o = 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$1o.apply(this, arguments); }
256
283
 
257
284
  function SvgError(props) {
258
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
285
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1o({
259
286
  viewBox: "0 0 16 16",
260
287
  fill: "none",
261
288
  strokeLinecap: "round",
262
289
  strokeLinejoin: "round",
263
290
  width: "1em",
264
291
  height: "1em"
265
- }, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
266
- d: "M5.24 1.333h5.52l3.907 3.907v5.52l-3.907 3.907H5.24L1.333 10.76V5.24L5.24 1.333zm2.76 4V8m0 2.666h.008",
292
+ }, props), _g$K || (_g$K = /*#__PURE__*/React__namespace.createElement("g", {
293
+ clipPath: "url(#error_svg__clip0_8_5411)",
267
294
  stroke: "currentColor"
268
- })));
295
+ }, /*#__PURE__*/React__namespace.createElement("path", {
296
+ d: "M5.24 1.333h5.52l3.907 3.907v5.52l-3.907 3.907H5.24L1.333 10.76V5.24L5.24 1.333zm2.76 4V8m0 2.666h.008"
297
+ }))), _defs$r || (_defs$r = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
298
+ id: "error_svg__clip0_8_5411"
299
+ }, /*#__PURE__*/React__namespace.createElement("path", {
300
+ fill: "currentColor",
301
+ d: "M0 0h16v16H0z"
302
+ })))));
269
303
  }
270
304
 
271
- var _path;
305
+ var _path$C;
272
306
 
273
- function _extends() { _extends = 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.apply(this, arguments); }
307
+ 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); }
274
308
 
275
309
  function SvgWarning(props) {
276
- return /*#__PURE__*/React__namespace.createElement("svg", _extends({
310
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$1n({
277
311
  viewBox: "0 0 16 16",
278
312
  fill: "none",
279
313
  strokeLinecap: "round",
280
314
  strokeLinejoin: "round",
281
315
  width: "1em",
282
316
  height: "1em"
283
- }, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
317
+ }, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
284
318
  d: "M6.86 2.573L1.213 12a1.334 1.334 0 001.14 2h11.294a1.332 1.332 0 001.14-2L9.14 2.573a1.333 1.333 0 00-2.28 0v0zM8 6v2.667m0 2.667h.007",
285
319
  stroke: "currentColor"
286
320
  })));