dhre-ui-kit 0.0.175 → 0.0.176
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 +1 -19
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +201 -219
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -39,7 +39,6 @@ function _interopNamespace(e) {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
42
|
-
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
43
42
|
var Tooltip__default = /*#__PURE__*/_interopDefaultLegacy(Tooltip);
|
|
44
43
|
var Pdf__default = /*#__PURE__*/_interopDefaultLegacy(Pdf);
|
|
45
44
|
var Progress__namespace = /*#__PURE__*/_interopNamespace(Progress);
|
|
@@ -3369,22 +3368,6 @@ const styles$8 = reactNative.StyleSheet.create({
|
|
|
3369
3368
|
}
|
|
3370
3369
|
});
|
|
3371
3370
|
|
|
3372
|
-
var _path;
|
|
3373
|
-
function _extends() { return _extends = 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.apply(null, arguments); }
|
|
3374
|
-
var SvgDropDownArrow = function SvgDropDownArrow(props) {
|
|
3375
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3376
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3377
|
-
width: 24,
|
|
3378
|
-
height: 24,
|
|
3379
|
-
fill: "none"
|
|
3380
|
-
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3381
|
-
stroke: "#000",
|
|
3382
|
-
strokeLinecap: "round",
|
|
3383
|
-
strokeLinejoin: "round",
|
|
3384
|
-
d: "M19.5 9 12 16.5 4.5 9"
|
|
3385
|
-
})));
|
|
3386
|
-
};
|
|
3387
|
-
|
|
3388
3371
|
const CustomDropdown = ({
|
|
3389
3372
|
data,
|
|
3390
3373
|
labelField = "label",
|
|
@@ -3457,8 +3440,7 @@ const CustomDropdown = ({
|
|
|
3457
3440
|
itemTextStyle,
|
|
3458
3441
|
containerStyle: menuContainerStyle,
|
|
3459
3442
|
activeColor,
|
|
3460
|
-
itemContainerStyle: [styles$7.itemListStyle, itemContainerStyle]
|
|
3461
|
-
renderRightIcon: () => /* @__PURE__ */ React__default["default"].createElement(SvgDropDownArrow, null)
|
|
3443
|
+
itemContainerStyle: [styles$7.itemListStyle, itemContainerStyle]
|
|
3462
3444
|
}
|
|
3463
3445
|
));
|
|
3464
3446
|
};
|