demio-ui 1.0.49 → 1.0.50
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,5 +1,6 @@
|
|
|
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';
|
|
@@ -29,4 +30,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
29
30
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
30
31
|
import WarningIcon from './warning-1.svg';
|
|
31
32
|
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, };
|
|
33
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, 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, };
|
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$u, _g$
|
|
245
|
-
function _extends$
|
|
244
|
+
var _path$u, _g$r;
|
|
245
|
+
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); }
|
|
246
246
|
var SvgAdd = function SvgAdd(props) {
|
|
247
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
247
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
248
248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
249
249
|
width: 24,
|
|
250
250
|
height: 24,
|
|
@@ -262,7 +262,7 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
262
262
|
}, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
263
263
|
fill: "#D9D9D9",
|
|
264
264
|
d: "M0 0h24v24H0z"
|
|
265
|
-
}))), _g$
|
|
265
|
+
}))), _g$r || (_g$r = /*#__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$t, _g$
|
|
274
|
-
function _extends$
|
|
273
|
+
var _path$t, _g$q;
|
|
274
|
+
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); }
|
|
275
275
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
276
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
276
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
277
277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
278
278
|
fill: "none",
|
|
279
279
|
viewBox: "0 0 24 24"
|
|
@@ -290,7 +290,7 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
290
290
|
}, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
291
291
|
fill: "#D9D9D9",
|
|
292
292
|
d: "M0 0h24v24H0z"
|
|
293
|
-
}))), _g$
|
|
293
|
+
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
294
294
|
mask: "url(#keyboard_arrow_down_svg__a)"
|
|
295
295
|
}, /*#__PURE__*/React.createElement("path", {
|
|
296
296
|
fill: "#2C3336",
|
|
@@ -298,6 +298,27 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
298
298
|
}))));
|
|
299
299
|
};
|
|
300
300
|
|
|
301
|
+
var _g$p, _defs;
|
|
302
|
+
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
|
+
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
304
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
305
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
306
|
+
width: 18,
|
|
307
|
+
height: 18,
|
|
308
|
+
fill: "none"
|
|
309
|
+
}, props), _g$p || (_g$p = /*#__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
|
+
|
|
301
322
|
var _path$s, _g$o;
|
|
302
323
|
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); }
|
|
303
324
|
var SvgBlock = function SvgBlock(props) {
|
|
@@ -1076,6 +1097,7 @@ declare namespace index {
|
|
|
1076
1097
|
export {
|
|
1077
1098
|
SvgAdd as AddIcon,
|
|
1078
1099
|
SvgKeyboardArrowDown as ArrowDownIcon,
|
|
1100
|
+
SvgArrowLeft as ArrowLeftIcon,
|
|
1079
1101
|
SvgBlock as BlockIcon,
|
|
1080
1102
|
SvgBlurOn as BlurOnIcon,
|
|
1081
1103
|
SvgCached as CachedIcon,
|