dhre-ui-kit 0.0.114 → 0.0.116
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/lib/index.js +3 -10
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -10
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -651,7 +651,7 @@ const styles$B = reactNative.StyleSheet.create({
|
|
|
651
651
|
rightIconStyle: { marginLeft: 8 }
|
|
652
652
|
});
|
|
653
653
|
|
|
654
|
-
var _path$
|
|
654
|
+
var _path$2;
|
|
655
655
|
function _extends$3() { return _extends$3 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$3.apply(null, arguments); }
|
|
656
656
|
var SvgCrossIcon = function SvgCrossIcon(props) {
|
|
657
657
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3({
|
|
@@ -659,13 +659,12 @@ var SvgCrossIcon = function SvgCrossIcon(props) {
|
|
|
659
659
|
width: 24,
|
|
660
660
|
height: 25,
|
|
661
661
|
fill: "none"
|
|
662
|
-
}, props), _path$
|
|
662
|
+
}, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
663
663
|
fill: "#fff",
|
|
664
664
|
d: "M17.657 8.032a.686.686 0 0 0-.97-.97L12 11.749 7.313 7.062a.686.686 0 1 0-.97.97l4.687 4.687-4.687 4.687a.686.686 0 1 0 .97.97L12 13.688l4.687 4.688a.686.686 0 1 0 .97-.97l-4.687-4.687z"
|
|
665
665
|
})));
|
|
666
666
|
};
|
|
667
667
|
|
|
668
|
-
var _path$2;
|
|
669
668
|
function _extends$2() { return _extends$2 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$2.apply(null, arguments); }
|
|
670
669
|
var SvgCaretLeft = function SvgCaretLeft(props) {
|
|
671
670
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
|
|
@@ -673,13 +672,7 @@ var SvgCaretLeft = function SvgCaretLeft(props) {
|
|
|
673
672
|
width: 24,
|
|
674
673
|
height: 24,
|
|
675
674
|
fill: "none"
|
|
676
|
-
}, props)
|
|
677
|
-
stroke: "#fff",
|
|
678
|
-
strokeLinecap: "round",
|
|
679
|
-
strokeLinejoin: "round",
|
|
680
|
-
strokeWidth: 1.5,
|
|
681
|
-
d: "M15 19.5 7.5 12 15 4.5"
|
|
682
|
-
})));
|
|
675
|
+
}, props));
|
|
683
676
|
};
|
|
684
677
|
|
|
685
678
|
var _path$1, _path2;
|