@luminati-io/uikit 1.9.2 → 1.9.3
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/uikit.umd.js +8 -2
- package/dist/uikit.umd.js.map +1 -1
- package/dist/uikit.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/uikit.umd.js
CHANGED
|
@@ -26906,7 +26906,7 @@ var ItemsWrapper = styled_components__WEBPACK_IMPORTED_MODULE_2___default().div.
|
|
|
26906
26906
|
componentId: "sc-1uptv2h-1"
|
|
26907
26907
|
})(["width:100%;display:flex;flex-direction:column;gap:2px;box-sizing:border-box;", ""], function (props) {
|
|
26908
26908
|
if (props.maxMenuHeight > 0) {
|
|
26909
|
-
return (0,styled_components__WEBPACK_IMPORTED_MODULE_2__.css)(["max-height:", ";overflow-y:auto;
|
|
26909
|
+
return (0,styled_components__WEBPACK_IMPORTED_MODULE_2__.css)(["max-height:", ";overflow-y:auto;", ""], (0,_utils__WEBPACK_IMPORTED_MODULE_10__.toPixel)(props.maxMenuHeight), _theme__WEBPACK_IMPORTED_MODULE_7__["default"].scrollbars.thin);
|
|
26910
26910
|
}
|
|
26911
26911
|
});
|
|
26912
26912
|
var CustomizeButtonPopover = function CustomizeButtonPopover(props) {
|
|
@@ -28644,7 +28644,7 @@ Table.propTypes = {
|
|
|
28644
28644
|
var TableWrapper = styled_components__WEBPACK_IMPORTED_MODULE_3___default().div.withConfig({
|
|
28645
28645
|
displayName: "TableWrapper",
|
|
28646
28646
|
componentId: "sc-ebeoik-0"
|
|
28647
|
-
})(["width:100%;border:1px solid ", ";border-radius:4px;overflow-x:auto;
|
|
28647
|
+
})(["width:100%;border:1px solid ", ";border-radius:4px;overflow-x:auto;", ""], _theme__WEBPACK_IMPORTED_MODULE_5__["default"].color.gray_3, _theme__WEBPACK_IMPORTED_MODULE_5__["default"].scrollbars.thin);
|
|
28648
28648
|
TableWrapper.displayName = 'TableWrapper';
|
|
28649
28649
|
var StyledTable = styled_components__WEBPACK_IMPORTED_MODULE_3___default().div.withConfig({
|
|
28650
28650
|
displayName: "StyledTable",
|
|
@@ -29089,10 +29089,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29089
29089
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
29090
29090
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
29091
29091
|
/* harmony export */ });
|
|
29092
|
+
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! styled-components */ "styled-components");
|
|
29093
|
+
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_0__);
|
|
29092
29094
|
// LICENSE_CODE ZON
|
|
29093
29095
|
|
|
29094
29096
|
|
|
29095
29097
|
/*jslint react:true*/
|
|
29098
|
+
|
|
29096
29099
|
var theme = {
|
|
29097
29100
|
color: {
|
|
29098
29101
|
blue_1: '#FBFDFF',
|
|
@@ -29208,6 +29211,9 @@ var theme = {
|
|
|
29208
29211
|
sm: '0px 0px 2px rgba(0, 0, 0, 0.04),' + '0px 4px 24px rgba(0, 0, 0, 0.04)',
|
|
29209
29212
|
md: '0px 0px 2px rgba(0, 0, 0, 0.08),' + '0px 8px 24px rgba(0, 0, 0, 0.08)',
|
|
29210
29213
|
lg: '0px 0px 2px rgba(0, 0, 0, 0.12),' + '0px 0px 96px rgba(0, 0, 0, 0.16)'
|
|
29214
|
+
},
|
|
29215
|
+
scrollbars: {
|
|
29216
|
+
thin: (0,styled_components__WEBPACK_IMPORTED_MODULE_0__.css)(["scrollbar-color:#FFFFFF #DFE3E6;scrollbar-width:thin;&::-webkit-scrollbar{width:4px;height:4px;}&::-webkit-scrollbar-track{background-color:#FFFFFF;}&::-webkit-scrollbar-thumb{background-color:#DFE3E6;border-radius:2px;}"])
|
|
29211
29217
|
}
|
|
29212
29218
|
};
|
|
29213
29219
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (theme);
|