@luminati-io/uikit 6.3.117 → 6.3.118

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.
@@ -61665,8 +61665,8 @@ var scrollbars = function scrollbars(theme) {
61665
61665
  // skip it in code here
61666
61666
  var add_scrollbar_css = browser != 'safari';
61667
61667
  return {
61668
- thin: (0,styled_components__WEBPACK_IMPORTED_MODULE_0__.css)(["", " &::-webkit-scrollbar{width:4px;height:4px;}&::-webkit-scrollbar-track{background-color:", ";}&::-webkit-scrollbar-thumb{background-color:", ";border-radius:2px;}&::-webkit-scrollbar-corner{background-color:", ";}"], add_scrollbar_css ? "\n scrollbar-width: thin;\n scrollbar-color: ".concat(theme.color.bg, " ").concat(theme.color.scroll, ";\n ") : '', theme.color.bg, theme.color.scroll, theme.color.bg),
61669
- auto: (0,styled_components__WEBPACK_IMPORTED_MODULE_0__.css)(["", " &::-webkit-scrollbar{width:10px;height:10px;}&::-webkit-scrollbar-track{background-color:", ";}&::-webkit-scrollbar-thumb{background-color:", ";border-radius:4px;}&::-webkit-scrollbar-corner{background-color:", ";}"], add_scrollbar_css ? "\n scrollbar-width: auto;\n scrollbar-color: ".concat(theme.color.bg, " ").concat(theme.color.scroll, ";\n ") : '', theme.color.bg, theme.color.scroll, theme.color.bg)
61668
+ thin: (0,styled_components__WEBPACK_IMPORTED_MODULE_0__.css)(["", " &::-webkit-scrollbar{width:4px;height:4px;}&::-webkit-scrollbar-track{background-color:", ";}&::-webkit-scrollbar-thumb{background-color:", ";border-radius:2px;}&::-webkit-scrollbar-corner{background-color:", ";}"], add_scrollbar_css ? "\n scrollbar-width: thin;\n scrollbar-color: ".concat(theme.color.scroll, " ").concat(theme.color.bg, ";\n ") : '', theme.color.bg, theme.color.scroll, theme.color.bg),
61669
+ auto: (0,styled_components__WEBPACK_IMPORTED_MODULE_0__.css)(["", " &::-webkit-scrollbar{width:10px;height:10px;}&::-webkit-scrollbar-track{background-color:", ";}&::-webkit-scrollbar-thumb{background-color:", ";border-radius:4px;}&::-webkit-scrollbar-corner{background-color:", ";}"], add_scrollbar_css ? "\n scrollbar-width: auto;\n scrollbar-color: ".concat(theme.color.scroll, " ").concat(theme.color.bg, ";\n ") : '', theme.color.bg, theme.color.scroll, theme.color.bg)
61670
61670
  };
61671
61671
  };
61672
61672
  var chartPalette = ['#AA99EC', '#3DB9CF', '#E58FB1', '#EBBC00', '#94BA2C', '#D09E72', '#0091FF', '#E5484D', '#12A594', '#FFB224'];