demio-ui 1.0.49 → 1.0.51
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.
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import AddIcon from './add.svg';
|
|
2
2
|
import ArrowDownIcon from './keyboard_arrow_down.svg';
|
|
3
|
+
import ArrowLeftIcon from './arrow-left.svg';
|
|
3
4
|
import BlockIcon from './block.svg';
|
|
4
5
|
import BlurOnIcon from './blur_on.svg';
|
|
5
6
|
import CachedIcon from './cached.svg';
|
|
7
|
+
import CalendarIcon from './calendar.svg';
|
|
6
8
|
import CheckboxIcon from './checkbox.svg';
|
|
7
9
|
import CheckboxUncheckIcon from './checkbox_uncheck.svg';
|
|
8
10
|
import CheckCircleIcon from './check_circle.svg';
|
|
@@ -29,4 +31,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
29
31
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
30
32
|
import WarningIcon from './warning-1.svg';
|
|
31
33
|
import WarningSolidIcon from './warning.svg';
|
|
32
|
-
export { AddIcon, ArrowDownIcon, BlockIcon, BlurOnIcon, CachedIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, DeleteIcon, EventDetailsIcon, InfoIcon, InfoSolidIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
34
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, DeleteIcon, EventDetailsIcon, InfoIcon, InfoSolidIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
package/dist/types.d.ts
CHANGED
|
@@ -241,10 +241,10 @@ type Props = {
|
|
|
241
241
|
};
|
|
242
242
|
declare const Popover: FC<Props>;
|
|
243
243
|
|
|
244
|
-
var _path$
|
|
245
|
-
function _extends$
|
|
244
|
+
var _path$v, _g$s;
|
|
245
|
+
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : 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$w.apply(this, arguments); }
|
|
246
246
|
var SvgAdd = function SvgAdd(props) {
|
|
247
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
247
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
248
248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
249
249
|
width: 24,
|
|
250
250
|
height: 24,
|
|
@@ -259,10 +259,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
259
259
|
style: {
|
|
260
260
|
maskType: "alpha"
|
|
261
261
|
}
|
|
262
|
-
}, _path$
|
|
262
|
+
}, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
263
263
|
fill: "#D9D9D9",
|
|
264
264
|
d: "M0 0h24v24H0z"
|
|
265
|
-
}))), _g$
|
|
265
|
+
}))), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
|
|
266
266
|
mask: "url(#add_svg__a)"
|
|
267
267
|
}, /*#__PURE__*/React.createElement("path", {
|
|
268
268
|
fill: "#2C3336",
|
|
@@ -270,10 +270,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
270
270
|
}))));
|
|
271
271
|
};
|
|
272
272
|
|
|
273
|
-
var _path$
|
|
274
|
-
function _extends$
|
|
273
|
+
var _path$u, _g$r;
|
|
274
|
+
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : 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$v.apply(this, arguments); }
|
|
275
275
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
276
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
276
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
277
277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
278
278
|
fill: "none",
|
|
279
279
|
viewBox: "0 0 24 24"
|
|
@@ -287,10 +287,10 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
287
287
|
style: {
|
|
288
288
|
maskType: "alpha"
|
|
289
289
|
}
|
|
290
|
-
}, _path$
|
|
290
|
+
}, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
291
291
|
fill: "#D9D9D9",
|
|
292
292
|
d: "M0 0h24v24H0z"
|
|
293
|
-
}))), _g$
|
|
293
|
+
}))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
|
|
294
294
|
mask: "url(#keyboard_arrow_down_svg__a)"
|
|
295
295
|
}, /*#__PURE__*/React.createElement("path", {
|
|
296
296
|
fill: "#2C3336",
|
|
@@ -298,10 +298,31 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
298
298
|
}))));
|
|
299
299
|
};
|
|
300
300
|
|
|
301
|
-
var
|
|
302
|
-
function _extends$
|
|
301
|
+
var _g$q, _defs;
|
|
302
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : 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$u.apply(this, arguments); }
|
|
303
|
+
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
304
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
305
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
306
|
+
width: 18,
|
|
307
|
+
height: 18,
|
|
308
|
+
fill: "none"
|
|
309
|
+
}, props), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
310
|
+
clipPath: "url(#arrow-left_svg__a)"
|
|
311
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
312
|
+
fill: "#2C3336",
|
|
313
|
+
d: "m9.207 16.57.696-.697a.422.422 0 0 0 0-.596L4.45 9.823h12.003a.422.422 0 0 0 .422-.422v-.984a.422.422 0 0 0-.422-.422H4.45l5.453-5.454a.422.422 0 0 0 0-.596l-.696-.696a.422.422 0 0 0-.596 0L1.249 8.61a.422.422 0 0 0 0 .596L8.61 16.57a.422.422 0 0 0 .596 0Z"
|
|
314
|
+
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
315
|
+
id: "arrow-left_svg__a"
|
|
316
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
317
|
+
fill: "#fff",
|
|
318
|
+
d: "M0 0h18v18H0z"
|
|
319
|
+
})))));
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
var _path$t, _g$p;
|
|
323
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : 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$t.apply(this, arguments); }
|
|
303
324
|
var SvgBlock = function SvgBlock(props) {
|
|
304
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
325
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
305
326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
306
327
|
width: 24,
|
|
307
328
|
height: 24,
|
|
@@ -316,10 +337,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
316
337
|
style: {
|
|
317
338
|
maskType: "alpha"
|
|
318
339
|
}
|
|
319
|
-
}, _path$
|
|
340
|
+
}, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
320
341
|
fill: "#D9D9D9",
|
|
321
342
|
d: "M0 0h24v24H0z"
|
|
322
|
-
}))), _g$
|
|
343
|
+
}))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
323
344
|
mask: "url(#block_svg__a)"
|
|
324
345
|
}, /*#__PURE__*/React.createElement("path", {
|
|
325
346
|
fill: "#42454B",
|
|
@@ -327,10 +348,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
327
348
|
}))));
|
|
328
349
|
};
|
|
329
350
|
|
|
330
|
-
var _path$
|
|
331
|
-
function _extends$
|
|
351
|
+
var _path$s, _g$o;
|
|
352
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : 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$s.apply(this, arguments); }
|
|
332
353
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
333
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
354
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
334
355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
335
356
|
width: 24,
|
|
336
357
|
height: 24,
|
|
@@ -345,10 +366,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
345
366
|
style: {
|
|
346
367
|
maskType: "alpha"
|
|
347
368
|
}
|
|
348
|
-
}, _path$
|
|
369
|
+
}, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
349
370
|
fill: "#D9D9D9",
|
|
350
371
|
d: "M0 0h24v24H0z"
|
|
351
|
-
}))), _g$
|
|
372
|
+
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
352
373
|
mask: "url(#blur_on_svg__a)"
|
|
353
374
|
}, /*#__PURE__*/React.createElement("path", {
|
|
354
375
|
fill: "#2C3336",
|
|
@@ -356,10 +377,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
356
377
|
}))));
|
|
357
378
|
};
|
|
358
379
|
|
|
359
|
-
var _path$
|
|
360
|
-
function _extends$
|
|
380
|
+
var _path$r, _g$n;
|
|
381
|
+
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : 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$r.apply(this, arguments); }
|
|
361
382
|
var SvgCached = function SvgCached(props) {
|
|
362
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
383
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
363
384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
364
385
|
width: 24,
|
|
365
386
|
height: 24,
|
|
@@ -374,10 +395,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
374
395
|
style: {
|
|
375
396
|
maskType: "alpha"
|
|
376
397
|
}
|
|
377
|
-
}, _path$
|
|
398
|
+
}, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
378
399
|
fill: "#D9D9D9",
|
|
379
400
|
d: "M0 0h24v24H0z"
|
|
380
|
-
}))), _g$
|
|
401
|
+
}))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
381
402
|
mask: "url(#cached_svg__a)"
|
|
382
403
|
}, /*#__PURE__*/React.createElement("path", {
|
|
383
404
|
fill: "#2C3336",
|
|
@@ -385,6 +406,36 @@ var SvgCached = function SvgCached(props) {
|
|
|
385
406
|
}))));
|
|
386
407
|
};
|
|
387
408
|
|
|
409
|
+
var _path$q, _g$m;
|
|
410
|
+
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : 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$q.apply(this, arguments); }
|
|
411
|
+
var SvgCalendar = function SvgCalendar(props) {
|
|
412
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
413
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
414
|
+
width: 24,
|
|
415
|
+
height: 24,
|
|
416
|
+
fill: "none",
|
|
417
|
+
viewBox: "0 0 32 32"
|
|
418
|
+
}, props), /*#__PURE__*/React.createElement("mask", {
|
|
419
|
+
id: "calendar_svg__a",
|
|
420
|
+
width: 32,
|
|
421
|
+
height: 32,
|
|
422
|
+
x: 0,
|
|
423
|
+
y: 0,
|
|
424
|
+
maskUnits: "userSpaceOnUse",
|
|
425
|
+
style: {
|
|
426
|
+
maskType: "alpha"
|
|
427
|
+
}
|
|
428
|
+
}, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
429
|
+
fill: "#D9D9D9",
|
|
430
|
+
d: "M0 0h32v32H0z"
|
|
431
|
+
}))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
432
|
+
mask: "url(#calendar_svg__a)"
|
|
433
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
434
|
+
fill: "#11B06E",
|
|
435
|
+
d: "M6.667 29.333a2.568 2.568 0 0 1-1.884-.783A2.568 2.568 0 0 1 4 26.666V8c0-.734.261-1.361.783-1.883a2.568 2.568 0 0 1 1.884-.784H8V4c0-.378.128-.695.383-.95a1.29 1.29 0 0 1 .95-.383c.378 0 .695.127.95.383.256.255.384.572.384.95v1.333h10.666V4c0-.378.128-.695.384-.95a1.29 1.29 0 0 1 .95-.383c.377 0 .694.127.95.383.255.255.383.572.383.95v1.333h1.333c.734 0 1.361.261 1.884.784.522.522.783 1.15.783 1.883v18.666c0 .734-.261 1.362-.783 1.884a2.568 2.568 0 0 1-1.884.783H6.667Zm0-2.666h18.666V13.332H6.667v13.333Zm9.333-8a1.29 1.29 0 0 1-.95-.384 1.29 1.29 0 0 1-.383-.95c0-.378.127-.694.383-.95A1.29 1.29 0 0 1 16 16c.378 0 .694.128.95.383.256.256.383.572.383.95s-.127.695-.383.95a1.29 1.29 0 0 1-.95.383Zm-5.333 0a1.29 1.29 0 0 1-.95-.384 1.29 1.29 0 0 1-.384-.95c0-.378.128-.694.384-.95a1.29 1.29 0 0 1 .95-.383c.377 0 .694.128.95.383.255.256.383.572.383.95s-.128.695-.383.95a1.29 1.29 0 0 1-.95.383Zm10.666 0a1.29 1.29 0 0 1-.95-.384 1.29 1.29 0 0 1-.383-.95c0-.378.128-.694.383-.95a1.29 1.29 0 0 1 .95-.383c.378 0 .695.128.95.383.256.256.384.572.384.95s-.128.695-.384.95a1.29 1.29 0 0 1-.95.383ZM16 24a1.29 1.29 0 0 1-.95-.384 1.29 1.29 0 0 1-.383-.95c0-.377.127-.694.383-.95a1.29 1.29 0 0 1 .95-.383c.378 0 .694.128.95.384.256.255.383.572.383.95 0 .377-.127.694-.383.95A1.29 1.29 0 0 1 16 24Zm-5.333 0a1.29 1.29 0 0 1-.95-.384 1.29 1.29 0 0 1-.384-.95c0-.377.128-.694.384-.95a1.29 1.29 0 0 1 .95-.383c.377 0 .694.128.95.384.255.255.383.572.383.95 0 .377-.128.694-.383.95a1.29 1.29 0 0 1-.95.383Zm10.666 0a1.29 1.29 0 0 1-.95-.384 1.29 1.29 0 0 1-.383-.95c0-.377.128-.694.383-.95a1.29 1.29 0 0 1 .95-.383c.378 0 .695.128.95.384.256.255.384.572.384.95 0 .377-.128.694-.384.95a1.29 1.29 0 0 1-.95.383Z"
|
|
436
|
+
}))));
|
|
437
|
+
};
|
|
438
|
+
|
|
388
439
|
var _path$p, _g$l;
|
|
389
440
|
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : 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$p.apply(this, arguments); }
|
|
390
441
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
@@ -1076,9 +1127,11 @@ declare namespace index {
|
|
|
1076
1127
|
export {
|
|
1077
1128
|
SvgAdd as AddIcon,
|
|
1078
1129
|
SvgKeyboardArrowDown as ArrowDownIcon,
|
|
1130
|
+
SvgArrowLeft as ArrowLeftIcon,
|
|
1079
1131
|
SvgBlock as BlockIcon,
|
|
1080
1132
|
SvgBlurOn as BlurOnIcon,
|
|
1081
1133
|
SvgCached as CachedIcon,
|
|
1134
|
+
SvgCalendar as CalendarIcon,
|
|
1082
1135
|
SvgCheckCircle as CheckCircleIcon,
|
|
1083
1136
|
SvgCheckbox as CheckboxIcon,
|
|
1084
1137
|
SvgCheckboxUncheck as CheckboxUncheckIcon,
|