@popmenu/common-ui 0.25.1 → 0.26.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/CHANGELOG.md +415 -0
- package/build/index.es.js +28 -28
- package/build/index.es.js.map +1 -1
- package/build/index.js +28 -28
- package/build/index.js.map +1 -1
- package/package.json +2 -3
package/build/index.js
CHANGED
|
@@ -155,12 +155,12 @@ function __rest(s, e) {
|
|
|
155
155
|
return t;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
var _path$
|
|
158
|
+
var _path$3f;
|
|
159
159
|
|
|
160
|
-
function _extends$
|
|
160
|
+
function _extends$3v() { _extends$3v = 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$3v.apply(this, arguments); }
|
|
161
161
|
|
|
162
162
|
function SvgMinusCircle(props) {
|
|
163
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
163
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3v({
|
|
164
164
|
viewBox: "0 0 16 16",
|
|
165
165
|
strokeLinecap: "round",
|
|
166
166
|
strokeLinejoin: "round",
|
|
@@ -168,17 +168,17 @@ function SvgMinusCircle(props) {
|
|
|
168
168
|
width: "1em",
|
|
169
169
|
height: "1em",
|
|
170
170
|
fill: "none"
|
|
171
|
-
}, props), _path$
|
|
172
|
-
d: "M8 14.667A6.667 6.667 0 108 1.
|
|
171
|
+
}, props), _path$3f || (_path$3f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
172
|
+
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334"
|
|
173
173
|
})));
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
var _path$
|
|
176
|
+
var _path$37;
|
|
177
177
|
|
|
178
|
-
function _extends$
|
|
178
|
+
function _extends$3n() { _extends$3n = 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$3n.apply(this, arguments); }
|
|
179
179
|
|
|
180
180
|
function SvgPlusCircle(props) {
|
|
181
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
181
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3n({
|
|
182
182
|
viewBox: "0 0 16 16",
|
|
183
183
|
strokeLinecap: "round",
|
|
184
184
|
strokeLinejoin: "round",
|
|
@@ -186,17 +186,17 @@ function SvgPlusCircle(props) {
|
|
|
186
186
|
width: "1em",
|
|
187
187
|
height: "1em",
|
|
188
188
|
fill: "none"
|
|
189
|
-
}, props), _path$
|
|
190
|
-
d: "M8 14.667A6.667 6.667 0 108 1.
|
|
189
|
+
}, props), _path$37 || (_path$37 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
190
|
+
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-9.334v5.334M5.333 8h5.334"
|
|
191
191
|
})));
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
var _path$
|
|
194
|
+
var _path$2P;
|
|
195
195
|
|
|
196
|
-
function _extends$
|
|
196
|
+
function _extends$33() { _extends$33 = 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$33.apply(this, arguments); }
|
|
197
197
|
|
|
198
198
|
function SvgUser(props) {
|
|
199
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
199
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$33({
|
|
200
200
|
viewBox: "0 0 16 16",
|
|
201
201
|
strokeLinecap: "round",
|
|
202
202
|
strokeLinejoin: "round",
|
|
@@ -204,12 +204,12 @@ function SvgUser(props) {
|
|
|
204
204
|
width: "1em",
|
|
205
205
|
height: "1em",
|
|
206
206
|
fill: "none"
|
|
207
|
-
}, props), _path$
|
|
207
|
+
}, props), _path$2P || (_path$2P = /*#__PURE__*/React__namespace.createElement("path", {
|
|
208
208
|
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"
|
|
209
209
|
})));
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
var _path$
|
|
212
|
+
var _path$1l;
|
|
213
213
|
|
|
214
214
|
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); }
|
|
215
215
|
|
|
@@ -222,12 +222,12 @@ function SvgPause(props) {
|
|
|
222
222
|
width: "1em",
|
|
223
223
|
height: "1em",
|
|
224
224
|
fill: "none"
|
|
225
|
-
}, props), _path$
|
|
226
|
-
d: "M6.667 2.667H4v10.666h2.667V2.
|
|
225
|
+
}, props), _path$1l || (_path$1l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
226
|
+
d: "M6.667 2.667H4v10.666h2.667V2.666zm5.333 0H9.333v10.666H12V2.666z"
|
|
227
227
|
})));
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
var _path$
|
|
230
|
+
var _path$1j;
|
|
231
231
|
|
|
232
232
|
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); }
|
|
233
233
|
|
|
@@ -240,12 +240,12 @@ function SvgPlay(props) {
|
|
|
240
240
|
width: "1em",
|
|
241
241
|
height: "1em",
|
|
242
242
|
fill: "none"
|
|
243
|
-
}, props), _path$
|
|
243
|
+
}, props), _path$1j || (_path$1j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
244
244
|
d: "M3.333 2l9.334 6-9.334 6V2z"
|
|
245
245
|
})));
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
var _path$
|
|
248
|
+
var _path$16;
|
|
249
249
|
|
|
250
250
|
function _extends$1a() { _extends$1a = 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$1a.apply(this, arguments); }
|
|
251
251
|
|
|
@@ -258,12 +258,12 @@ function SvgVolumeDown(props) {
|
|
|
258
258
|
width: "1em",
|
|
259
259
|
height: "1em",
|
|
260
260
|
fill: "none"
|
|
261
|
-
}, props), _path$
|
|
262
|
-
d: "M8.999 3.333L5.665 6H3v4h2.666L9 12.667V3.333zm3.026 2.307a3.333 3.333 0 010 4.
|
|
261
|
+
}, props), _path$16 || (_path$16 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
262
|
+
d: "M8.999 3.333L5.665 6H3v4h2.666L9 12.667V3.333zm3.026 2.307a3.333 3.333 0 010 4.714"
|
|
263
263
|
})));
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
var _path
|
|
266
|
+
var _path$15;
|
|
267
267
|
|
|
268
268
|
function _extends$19() { _extends$19 = 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$19.apply(this, arguments); }
|
|
269
269
|
|
|
@@ -276,12 +276,12 @@ function SvgVolumeMute(props) {
|
|
|
276
276
|
width: "1em",
|
|
277
277
|
height: "1em",
|
|
278
278
|
fill: "none"
|
|
279
|
-
}, props), _path
|
|
279
|
+
}, props), _path$15 || (_path$15 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
280
280
|
d: "M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333z"
|
|
281
281
|
})));
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
var _path$
|
|
284
|
+
var _path$14;
|
|
285
285
|
|
|
286
286
|
function _extends$18() { _extends$18 = 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$18.apply(this, arguments); }
|
|
287
287
|
|
|
@@ -294,12 +294,12 @@ function SvgVolumeOff(props) {
|
|
|
294
294
|
width: "1em",
|
|
295
295
|
height: "1em",
|
|
296
296
|
fill: "none"
|
|
297
|
-
}, props), _path$
|
|
297
|
+
}, props), _path$14 || (_path$14 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
298
298
|
d: "M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zm8 2.667l-4 4m0-4l4 4"
|
|
299
299
|
})));
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
var _path$
|
|
302
|
+
var _path$13;
|
|
303
303
|
|
|
304
304
|
function _extends$17() { _extends$17 = 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$17.apply(this, arguments); }
|
|
305
305
|
|
|
@@ -312,7 +312,7 @@ function SvgVolumeUp(props) {
|
|
|
312
312
|
width: "1em",
|
|
313
313
|
height: "1em",
|
|
314
314
|
fill: "none"
|
|
315
|
-
}, props), _path$
|
|
315
|
+
}, props), _path$13 || (_path$13 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
316
316
|
d: "M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zm5.38-.046a6.667 6.667 0 010 9.426M10.36 5.64a3.333 3.333 0 010 4.713"
|
|
317
317
|
})));
|
|
318
318
|
}
|