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.
Files changed (57) hide show
  1. package/ButtonSelect/cjs/index.js +2 -2
  2. package/ButtonSelect/cjs/index.js.map +1 -1
  3. package/ButtonSelect/index.js +2 -2
  4. package/ButtonSelect/index.js.map +1 -1
  5. package/CalendarHeaderWithSelect/cjs/index.js +2 -2
  6. package/CalendarHeaderWithSelect/cjs/index.js.map +1 -1
  7. package/CalendarHeaderWithSelect/index.js +2 -2
  8. package/CalendarHeaderWithSelect/index.js.map +1 -1
  9. package/InputDropdown/cjs/index.js +1 -1
  10. package/InputDropdown/cjs/index.js.map +1 -1
  11. package/InputDropdown/index.js +1 -1
  12. package/InputDropdown/index.js.map +1 -1
  13. package/InputMultiSelect/cjs/index.js +2 -2
  14. package/InputMultiSelect/cjs/index.js.map +1 -1
  15. package/InputMultiSelect/index.js +2 -2
  16. package/InputMultiSelect/index.js.map +1 -1
  17. package/InputSelect/cjs/index.js +2 -2
  18. package/InputSelect/cjs/index.js.map +1 -1
  19. package/InputSelect/index.js +2 -2
  20. package/InputSelect/index.js.map +1 -1
  21. package/InputSelectBase/cjs/index.js +2 -2
  22. package/InputSelectBase/cjs/index.js.map +1 -1
  23. package/InputSelectBase/index.js +2 -2
  24. package/InputSelectBase/index.js.map +1 -1
  25. package/InputSelectDropdown/cjs/index.js +1 -1
  26. package/InputSelectDropdown/cjs/index.js.map +1 -1
  27. package/InputSelectDropdown/index.js +1 -1
  28. package/InputSelectDropdown/index.js.map +1 -1
  29. package/InputSelectWithController/cjs/index.js +2 -2
  30. package/InputSelectWithController/cjs/index.js.map +1 -1
  31. package/InputSelectWithController/index.js +2 -2
  32. package/InputSelectWithController/index.js.map +1 -1
  33. package/InputWithAutocomplete/cjs/index.js +2 -2
  34. package/InputWithAutocomplete/cjs/index.js.map +1 -1
  35. package/InputWithAutocomplete/index.js +2 -2
  36. package/InputWithAutocomplete/index.js.map +1 -1
  37. package/InputWithDatePicker/cjs/index.js +2 -2
  38. package/InputWithDatePicker/cjs/index.js.map +1 -1
  39. package/InputWithDatePicker/index.js +2 -2
  40. package/InputWithDatePicker/index.js.map +1 -1
  41. package/SelectMonth/cjs/index.js +6 -5
  42. package/SelectMonth/cjs/index.js.map +1 -1
  43. package/SelectMonth/index.js +6 -5
  44. package/SelectMonth/index.js.map +1 -1
  45. package/SelectYear/cjs/index.js +6 -5
  46. package/SelectYear/cjs/index.js.map +1 -1
  47. package/SelectYear/index.js +6 -5
  48. package/SelectYear/index.js.map +1 -1
  49. package/TestForm/cjs/index.js +6 -5
  50. package/TestForm/cjs/index.js.map +1 -1
  51. package/TestForm/index.js +6 -5
  52. package/TestForm/index.js.map +1 -1
  53. package/cjs/index.js +3 -3
  54. package/cjs/index.js.map +1 -1
  55. package/index.js +3 -3
  56. package/index.js.map +1 -1
  57. package/package.json +1 -1
package/cjs/index.js CHANGED
@@ -248,7 +248,7 @@ var InputDropdown = React.forwardRef(function (props, ref) {
248
248
  };
249
249
  return (jsxRuntime.jsx(StyledTooltip, __assign({ fullWidth: true, open: isOpen, onChange: handleChange, toggleMethod: "controlled", strategy: strategy || "fixed", placement: "bottom", className: className, withShift: false, content: jsxRuntime.jsxs(StyledDropdown$2, __assign({ "data-testid": "input_dropdown", container: true, ref: forwardedRef }, otherProps, { children: [jsxRuntime.jsx(StyledWrapper$8, __assign({ isScrollable: isScrollable }, { children: jsxRuntime.jsx(ScrollingContainer, __assign({ isScrollable: isScrollable, className: "KUI-InputDropdown_scroll" }, { children: children })) })), endComponent] })) }, { children: input })));
250
250
  });
251
- var StyledTooltip = styled__default["default"](kuiBasic.Tooltip)(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"])));
251
+ var StyledTooltip = styled__default["default"](kuiBasic.Tooltip)(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"])));
252
252
  var StyledDropdown$2 = styled__default["default"](kuiBasic.Grid)(templateObject_2$n || (templateObject_2$n = __makeTemplateObject(["\n width: 100%;\n user-select: none;\n"], ["\n width: 100%;\n user-select: none;\n"])));
253
253
  var StyledWrapper$8 = styled__default["default"].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) {
254
254
  var isScrollable = _a.isScrollable;
@@ -308,7 +308,7 @@ var InputSelectBase = React.forwardRef(function (_a, ref) {
308
308
  ] }, iconProps))) })) }))] }));
309
309
  });
310
310
  var Wrapper$6 = styled__default["default"].div(templateObject_1$B || (templateObject_1$B = __makeTemplateObject(["\n position: relative;\n text-align: left;\n"], ["\n position: relative;\n text-align: left;\n"])));
311
- var StyledInput$3 = styled__default["default"](kuiBasic.InputWithAdornments)(templateObject_2$l || (templateObject_2$l = __makeTemplateObject(["\n cursor: pointer;\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n }\n }\n }\n input,\n label {\n cursor: pointer !important;\n }\n .KUI-InputMessage {\n opacity: ", ";\n }\n"], ["\n cursor: pointer;\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n }\n }\n }\n input,\n label {\n cursor: pointer !important;\n }\n .KUI-InputMessage {\n opacity: ", ";\n }\n"])), function (_a) {
311
+ var StyledInput$3 = styled__default["default"](kuiBasic.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) {
312
312
  var isDropdownOpen = _a.isDropdownOpen;
313
313
  return (isDropdownOpen ? 0 : 1);
314
314
  });
@@ -1399,7 +1399,7 @@ function InputWithAutocomplete(_a) {
1399
1399
  }
1400
1400
  var StyledLoadingWrapper = styled__default["default"].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"])));
1401
1401
  var StyledWrapper$3 = styled__default["default"].div(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
1402
- var StyledInput$2 = styled__default["default"](InputWithController)(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["\n .KUI-InputMessage {\n opacity: ", ";\n }\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n }\n }\n }\n"], ["\n .KUI-InputMessage {\n opacity: ", ";\n }\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n > div {\n width: 100%;\n }\n }\n }\n"])), function (_a) {
1402
+ var StyledInput$2 = styled__default["default"](InputWithController)(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["\n .KUI-InputMessage {\n opacity: ", ";\n }\n"], ["\n .KUI-InputMessage {\n opacity: ", ";\n }\n"])), function (_a) {
1403
1403
  var isDropdownOpen = _a.isDropdownOpen;
1404
1404
  return (isDropdownOpen ? 0 : 1);
1405
1405
  });