ui-kit-ck-consultant 0.5.224 → 0.5.225
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/dist/index.css +6 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -684,7 +684,7 @@
|
|
684
684
|
color: var(--red) !important;
|
685
685
|
}
|
686
686
|
|
687
|
-
._3k6ik{
|
687
|
+
._3k6ik {
|
688
688
|
position: relative;
|
689
689
|
}
|
690
690
|
|
@@ -755,7 +755,6 @@
|
|
755
755
|
position: fixed;
|
756
756
|
display: flex;
|
757
757
|
flex-direction: column;
|
758
|
-
overflow-y: auto;
|
759
758
|
width: 100%;
|
760
759
|
height: 280px;
|
761
760
|
max-height: 450px;
|
@@ -771,12 +770,16 @@
|
|
771
770
|
}
|
772
771
|
|
773
772
|
._oq5Pn > div:not(._HjP3u) {
|
773
|
+
overflow-y: auto;
|
774
|
+
}
|
775
|
+
|
776
|
+
._oq5Pn > div:not(._HjP3u) > div {
|
774
777
|
padding: 8px 16px;
|
775
778
|
transition: 0.3s;
|
776
779
|
cursor: pointer;
|
777
780
|
}
|
778
781
|
|
779
|
-
._oq5Pn > div:
|
782
|
+
._oq5Pn > div:not(._HjP3u) > div:hover {
|
780
783
|
background-color: #eeeeee;
|
781
784
|
}
|
782
785
|
|
package/dist/index.js
CHANGED
@@ -634,7 +634,7 @@ var FormSelectMutiples = /*#__PURE__*/function (_React$Component) {
|
|
634
634
|
width: this.inputRef.current.offsetWidth
|
635
635
|
},
|
636
636
|
className: style$6.form_select_values
|
637
|
-
}, this.props.options.map(function (element, idx) {
|
637
|
+
}, /*#__PURE__*/React__default.createElement("div", null, this.props.options.map(function (element, idx) {
|
638
638
|
return /*#__PURE__*/React__default.createElement("div", {
|
639
639
|
key: idx,
|
640
640
|
onClick: function onClick() {
|
@@ -647,7 +647,7 @@ var FormSelectMutiples = /*#__PURE__*/function (_React$Component) {
|
|
647
647
|
checked: _this2.props.value.includes(element.value),
|
648
648
|
text: element.text
|
649
649
|
}));
|
650
|
-
}), /*#__PURE__*/React__default.createElement("div", {
|
650
|
+
})), /*#__PURE__*/React__default.createElement("div", {
|
651
651
|
className: classNames$1('mt-auto d-flex', style$6.form_select_multiples_bottom)
|
652
652
|
}, /*#__PURE__*/React__default.createElement("span", {
|
653
653
|
onClick: function onClick() {
|