kui-complex 0.0.115 → 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/ButtonSelect/cjs/index.js +2 -2
- package/ButtonSelect/cjs/index.js.map +1 -1
- package/ButtonSelect/index.js +2 -2
- package/ButtonSelect/index.js.map +1 -1
- package/CalendarHeaderWithSelect/cjs/index.js +2 -2
- package/CalendarHeaderWithSelect/cjs/index.js.map +1 -1
- package/CalendarHeaderWithSelect/index.js +2 -2
- package/CalendarHeaderWithSelect/index.js.map +1 -1
- package/InputDropdown/cjs/index.js +1 -1
- package/InputDropdown/cjs/index.js.map +1 -1
- package/InputDropdown/index.js +1 -1
- package/InputDropdown/index.js.map +1 -1
- package/InputMultiSelect/cjs/index.js +2 -2
- package/InputMultiSelect/cjs/index.js.map +1 -1
- package/InputMultiSelect/index.js +2 -2
- package/InputMultiSelect/index.js.map +1 -1
- package/InputSelect/cjs/index.js +2 -2
- package/InputSelect/cjs/index.js.map +1 -1
- package/InputSelect/index.js +2 -2
- package/InputSelect/index.js.map +1 -1
- package/InputSelectBase/cjs/index.js +2 -2
- package/InputSelectBase/cjs/index.js.map +1 -1
- package/InputSelectBase/index.js +2 -2
- package/InputSelectBase/index.js.map +1 -1
- package/InputSelectDropdown/cjs/index.js +1 -1
- package/InputSelectDropdown/cjs/index.js.map +1 -1
- package/InputSelectDropdown/index.js +1 -1
- package/InputSelectDropdown/index.js.map +1 -1
- package/InputSelectWithController/cjs/index.js +2 -2
- package/InputSelectWithController/cjs/index.js.map +1 -1
- package/InputSelectWithController/index.js +2 -2
- package/InputSelectWithController/index.js.map +1 -1
- package/InputWithAutocomplete/cjs/index.js +2 -2
- package/InputWithAutocomplete/cjs/index.js.map +1 -1
- package/InputWithAutocomplete/index.js +2 -2
- package/InputWithAutocomplete/index.js.map +1 -1
- package/InputWithDatePicker/cjs/index.js +2 -2
- package/InputWithDatePicker/cjs/index.js.map +1 -1
- package/InputWithDatePicker/index.js +2 -2
- package/InputWithDatePicker/index.js.map +1 -1
- package/SelectMonth/cjs/index.js +6 -5
- package/SelectMonth/cjs/index.js.map +1 -1
- package/SelectMonth/index.js +6 -5
- package/SelectMonth/index.js.map +1 -1
- package/SelectYear/cjs/index.js +6 -5
- package/SelectYear/cjs/index.js.map +1 -1
- package/SelectYear/index.js +6 -5
- package/SelectYear/index.js.map +1 -1
- package/TestForm/cjs/index.js +6 -5
- package/TestForm/cjs/index.js.map +1 -1
- package/TestForm/index.js +6 -5
- package/TestForm/index.js.map +1 -1
- package/cjs/index.js +3 -3
- package/cjs/index.js.map +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -216,7 +216,7 @@ var InputDropdown = forwardRef(function (props, ref) {
|
|
|
216
216
|
};
|
|
217
217
|
return (jsx(StyledTooltip, __assign({ fullWidth: true, open: isOpen, onChange: handleChange, toggleMethod: "controlled", strategy: strategy || "fixed", placement: "bottom", className: className, withShift: false, content: jsxs$1(StyledDropdown$2, __assign({ "data-testid": "input_dropdown", container: true, ref: forwardedRef }, otherProps, { children: [jsx(StyledWrapper$8, __assign({ isScrollable: isScrollable }, { children: jsx(ScrollingContainer, __assign({ isScrollable: isScrollable, className: "KUI-InputDropdown_scroll" }, { children: children })) })), endComponent] })) }, { children: input })));
|
|
218
218
|
});
|
|
219
|
-
var StyledTooltip = styled(Tooltip$1)(templateObject_1$D || (templateObject_1$D = __makeTemplateObject(["\n .KUI-Popper {\n max-width: unset;\n > div {\n user-select: none;\n padding: 0;\n border-radius: 0 0 8px 8px;\n box-shadow: 0px 26px 34px 0px #0000001a;\n }\n }\n"], ["\n .KUI-Popper {\n max-width: unset;\n > div {\n user-select: none;\n padding: 0;\n border-radius: 0 0 8px 8px;\n box-shadow: 0px 26px 34px 0px #0000001a;\n }\n }\n"])));
|
|
219
|
+
var StyledTooltip = styled(Tooltip$1)(templateObject_1$D || (templateObject_1$D = __makeTemplateObject(["\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n }\n }\n }\n .KUI-Popper {\n max-width: unset;\n > div {\n user-select: none;\n padding: 0;\n border-radius: 0 0 8px 8px;\n box-shadow: 0px 26px 34px 0px #0000001a;\n }\n }\n"], ["\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n }\n }\n }\n .KUI-Popper {\n max-width: unset;\n > div {\n user-select: none;\n padding: 0;\n border-radius: 0 0 8px 8px;\n box-shadow: 0px 26px 34px 0px #0000001a;\n }\n }\n"])));
|
|
220
220
|
var StyledDropdown$2 = styled(Grid)(templateObject_2$n || (templateObject_2$n = __makeTemplateObject(["\n width: 100%;\n user-select: none;\n"], ["\n width: 100%;\n user-select: none;\n"])));
|
|
221
221
|
var StyledWrapper$8 = styled.div(templateObject_3$a || (templateObject_3$a = __makeTemplateObject(["\n width: 100%;\n box-sizing: border-box;\n padding: ", ";\n"], ["\n width: 100%;\n box-sizing: border-box;\n padding: ", ";\n"])), function (_a) {
|
|
222
222
|
var isScrollable = _a.isScrollable;
|
|
@@ -276,7 +276,7 @@ var InputSelectBase = forwardRef(function (_a, ref) {
|
|
|
276
276
|
] }, iconProps))) })) }))] }));
|
|
277
277
|
});
|
|
278
278
|
var Wrapper$6 = styled.div(templateObject_1$B || (templateObject_1$B = __makeTemplateObject(["\n position: relative;\n text-align: left;\n"], ["\n position: relative;\n text-align: left;\n"])));
|
|
279
|
-
var StyledInput$3 = styled(InputWithAdornments)(templateObject_2$l || (templateObject_2$l = __makeTemplateObject(["\n cursor: pointer;\n
|
|
279
|
+
var StyledInput$3 = styled(InputWithAdornments)(templateObject_2$l || (templateObject_2$l = __makeTemplateObject(["\n cursor: pointer;\n input,\n label {\n cursor: pointer !important;\n }\n .KUI-InputMessage {\n opacity: ", ";\n }\n"], ["\n cursor: pointer;\n input,\n label {\n cursor: pointer !important;\n }\n .KUI-InputMessage {\n opacity: ", ";\n }\n"])), function (_a) {
|
|
280
280
|
var isDropdownOpen = _a.isDropdownOpen;
|
|
281
281
|
return (isDropdownOpen ? 0 : 1);
|
|
282
282
|
});
|
|
@@ -1367,7 +1367,7 @@ function InputWithAutocomplete(_a) {
|
|
|
1367
1367
|
}
|
|
1368
1368
|
var StyledLoadingWrapper = styled.div(templateObject_1$5 || (templateObject_1$5 = __makeTemplateObject(["\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n z-index: 1;\n"], ["\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n z-index: 1;\n"])));
|
|
1369
1369
|
var StyledWrapper$3 = styled.div(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
|
|
1370
|
-
var StyledInput$2 = styled(InputWithController)(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["\n .KUI-InputMessage {\n opacity: ", ";\n }\n
|
|
1370
|
+
var StyledInput$2 = styled(InputWithController)(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["\n .KUI-InputMessage {\n opacity: ", ";\n }\n"], ["\n .KUI-InputMessage {\n opacity: ", ";\n }\n"])), function (_a) {
|
|
1371
1371
|
var isDropdownOpen = _a.isDropdownOpen;
|
|
1372
1372
|
return (isDropdownOpen ? 0 : 1);
|
|
1373
1373
|
});
|