labsense-ui-kit 1.2.4 → 1.2.5

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.
@@ -14944,8 +14944,1598 @@ var PageInput$1$1$1$1$1 = styled.input(_templateObject$l$1$1$1$1$1 || (_template
14944
14944
  var theme = _ref3.theme;
14945
14945
  return theme.text.dark;
14946
14946
  });
14947
- var _templateObject$m$1$1$1$1$1, _templateObject2$i$1$1$1$1$1, _templateObject3$c$1$1$1$1$1, _templateObject4$9$1$1$1$1$1, _templateObject5$8$1$1$1$1$1;
14948
- var SidebarContainer = styled.div(_templateObject$m$1$1$1$1$1 || (_templateObject$m$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
14947
+ function _taggedTemplateLiteralLoose$1$1$1$1$1$1(e, t) {
14948
+ return t || (t = e.slice(0)), e.raw = t, e;
14949
+ }
14950
+ var _templateObject$m$1$1$1$1$1, _templateObject2$i$1$1$1$1$1;
14951
+ var ModalOverlay$1$1$1$1$1$1 = styled.div(_templateObject$m$1$1$1$1$1 || (_templateObject$m$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: flex;\n align-items: center;\n justify-content: center;\n font-family: NotoSans, sans-serif;\n z-index: 9999;\n backdrop-filter: blur(4px);\n"])));
14952
+ var ModalContainer$1$1$1$1$1$1 = styled.div(_templateObject2$i$1$1$1$1$1 || (_templateObject2$i$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n background: ", ";\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n max-height: 100vh;\n max-width: ", ";\n overflow: visible;\n"])), function (_ref) {
14953
+ var theme = _ref.theme;
14954
+ return theme.accent.light_1;
14955
+ }, function (_ref2) {
14956
+ var $maxWidth = _ref2.$maxWidth;
14957
+ return $maxWidth ? $maxWidth : '400px';
14958
+ });
14959
+ var _templateObject$1$1$1$1$1$1$1, _templateObject2$1$1$1$1$1$1$1;
14960
+ var Container$4$1$1$1$1$1 = styled.div(_templateObject$1$1$1$1$1$1$1 || (_templateObject$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex: ", ";\n flex-wrap: ", ";\n flex-direction: ", ";\n justify-content: ", ";\n align-items: ", "; \n gap: ", ";\n font-weight: ", ";\n height: ", ";\n min-height: ", ";\n max-height: ", ";\n width: ", ";\n min-width: ", ";\n max-width: ", ";\n padding: ", ";\n background: ", ";\n object-fit:", ";\n margin: ", ";\n border-radius: ", ";\n border-top-left-radius: ", ";\n border-top-right-radius: ", ";\n border-bottom-right-radius: ", ";\n border-bottom-left-radius: ", ";\n cursor: ", ";\n font-size: ", ";\n opacity: ", ";\n pointer-events: ", ";\n position: ", ";\n top: ", ";\n bottom: ", ";\n left: ", ";\n right: ", ";\n text-align: ", "; \n color: ", "; \n overflow: ", ";\n overflow-y: ", ";\n z-index: ", "; \n scrollbar-width: ", ";\n border: ", "; \n border-top: ", ";\n border-bottom: ", ";\n border-left: ", ";\n transition: ", ";\n box-shadow: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
14961
+ var $flex = _ref.$flex;
14962
+ return $flex;
14963
+ }, function (_ref2) {
14964
+ var $flexWrap = _ref2.$flexWrap;
14965
+ return $flexWrap;
14966
+ }, function (_ref3) {
14967
+ var $flexDirection = _ref3.$flexDirection;
14968
+ return $flexDirection;
14969
+ }, function (_ref4) {
14970
+ var $justifyContent = _ref4.$justifyContent;
14971
+ return $justifyContent;
14972
+ }, function (_ref5) {
14973
+ var $alignItems = _ref5.$alignItems;
14974
+ return $alignItems;
14975
+ }, function (_ref6) {
14976
+ var $gap = _ref6.$gap;
14977
+ return $gap;
14978
+ }, function (_ref7) {
14979
+ var $fontWeight = _ref7.$fontWeight;
14980
+ return $fontWeight;
14981
+ }, function (_ref8) {
14982
+ var $height = _ref8.$height;
14983
+ return $height;
14984
+ }, function (_ref9) {
14985
+ var $minHeight = _ref9.$minHeight;
14986
+ return $minHeight;
14987
+ }, function (_ref10) {
14988
+ var $maxHeight = _ref10.$maxHeight;
14989
+ return $maxHeight;
14990
+ }, function (_ref11) {
14991
+ var $width = _ref11.$width;
14992
+ return $width;
14993
+ }, function (_ref12) {
14994
+ var $minWidth = _ref12.$minWidth;
14995
+ return $minWidth;
14996
+ }, function (_ref13) {
14997
+ var $maxWidth = _ref13.$maxWidth;
14998
+ return $maxWidth;
14999
+ }, function (_ref14) {
15000
+ var $padding = _ref14.$padding;
15001
+ return $padding;
15002
+ }, function (_ref15) {
15003
+ var $background = _ref15.$background;
15004
+ return $background;
15005
+ }, function (_ref16) {
15006
+ var $objectfit = _ref16.$objectfit;
15007
+ return $objectfit;
15008
+ }, function (_ref17) {
15009
+ var $margin = _ref17.$margin;
15010
+ return $margin;
15011
+ }, function (_ref18) {
15012
+ var $borderRadius = _ref18.$borderRadius;
15013
+ return $borderRadius;
15014
+ }, function (_ref19) {
15015
+ var $borderTopLeftRadius = _ref19.$borderTopLeftRadius;
15016
+ return $borderTopLeftRadius;
15017
+ }, function (_ref20) {
15018
+ var $borderTopRightRadius = _ref20.$borderTopRightRadius;
15019
+ return $borderTopRightRadius;
15020
+ }, function (_ref21) {
15021
+ var $borderBottomRightRadius = _ref21.$borderBottomRightRadius;
15022
+ return $borderBottomRightRadius;
15023
+ }, function (_ref22) {
15024
+ var $borderBottomLeftRadius = _ref22.$borderBottomLeftRadius;
15025
+ return $borderBottomLeftRadius;
15026
+ }, function (_ref23) {
15027
+ var $cursor = _ref23.$cursor;
15028
+ return $cursor;
15029
+ }, function (_ref24) {
15030
+ var $fontSize = _ref24.$fontSize;
15031
+ return $fontSize;
15032
+ }, function (_ref25) {
15033
+ var $opacity = _ref25.$opacity;
15034
+ return $opacity;
15035
+ }, function (_ref26) {
15036
+ var $pointerEvents = _ref26.$pointerEvents;
15037
+ return $pointerEvents;
15038
+ }, function (_ref27) {
15039
+ var $position = _ref27.$position;
15040
+ return $position;
15041
+ }, function (_ref28) {
15042
+ var $top = _ref28.$top;
15043
+ return $top;
15044
+ }, function (_ref29) {
15045
+ var $bottom = _ref29.$bottom;
15046
+ return $bottom;
15047
+ }, function (_ref30) {
15048
+ var $left = _ref30.$left;
15049
+ return $left;
15050
+ }, function (_ref31) {
15051
+ var $right = _ref31.$right;
15052
+ return $right;
15053
+ }, function (_ref32) {
15054
+ var $textAlign = _ref32.$textAlign;
15055
+ return $textAlign;
15056
+ }, function (_ref33) {
15057
+ var $color = _ref33.$color;
15058
+ return $color;
15059
+ }, function (_ref34) {
15060
+ var $overflow = _ref34.$overflow;
15061
+ return $overflow || 'visible';
15062
+ }, function (_ref35) {
15063
+ var $overflowY = _ref35.$overflowY;
15064
+ return $overflowY;
15065
+ }, function (_ref36) {
15066
+ var $zIndex = _ref36.$zIndex;
15067
+ return $zIndex;
15068
+ }, function (_ref37) {
15069
+ var $scrollbarWidth = _ref37.$scrollbarWidth;
15070
+ return $scrollbarWidth;
15071
+ }, function (_ref38) {
15072
+ var $border = _ref38.$border;
15073
+ return $border;
15074
+ }, function (_ref39) {
15075
+ var $borderTop = _ref39.$borderTop;
15076
+ return $borderTop;
15077
+ }, function (_ref40) {
15078
+ var $borderBottom = _ref40.$borderBottom;
15079
+ return $borderBottom;
15080
+ }, function (_ref41) {
15081
+ var $borderLeft = _ref41.$borderLeft;
15082
+ return $borderLeft;
15083
+ }, function (_ref42) {
15084
+ var $transition = _ref42.$transition;
15085
+ return $transition;
15086
+ }, function (_ref43) {
15087
+ var $boxShadow = _ref43.$boxShadow;
15088
+ return $boxShadow;
15089
+ }, function (_ref44) {
15090
+ var $hoverBackground = _ref44.$hoverBackground;
15091
+ return $hoverBackground;
15092
+ }, function (_ref45) {
15093
+ var $hoverColor = _ref45.$hoverColor;
15094
+ return $hoverColor;
15095
+ });
15096
+ var Span$1$1$1$1$1$1 = styled.span(_templateObject2$1$1$1$1$1$1$1 || (_templateObject2$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n font-style: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n"])), function (_ref46) {
15097
+ var $fontFamily = _ref46.$fontFamily;
15098
+ return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
15099
+ }, function (_ref47) {
15100
+ var $fontWeight = _ref47.$fontWeight;
15101
+ return $fontWeight ? $fontWeight : '500';
15102
+ }, function (_ref48) {
15103
+ var $fontSize = _ref48.$fontSize;
15104
+ return $fontSize ? $fontSize : '16px';
15105
+ }, function (_ref49) {
15106
+ var $fontStyle = _ref49.$fontStyle;
15107
+ return $fontStyle ? $fontStyle : 'normal';
15108
+ }, function (_ref50) {
15109
+ var $color = _ref50.$color,
15110
+ theme = _ref50.theme;
15111
+ return $color ? $color : theme.text.medium;
15112
+ }, function (_ref51) {
15113
+ var $lineHeight = _ref51.$lineHeight;
15114
+ return $lineHeight ? $lineHeight : '100%';
15115
+ }, function (_ref52) {
15116
+ var $textAlign = _ref52.$textAlign;
15117
+ return $textAlign ? $textAlign : 'center';
15118
+ }, function (_ref53) {
15119
+ var $minWidth = _ref53.$minWidth;
15120
+ return $minWidth;
15121
+ }, function (_ref54) {
15122
+ var $width = _ref54.$width;
15123
+ return $width;
15124
+ }, function (_ref55) {
15125
+ var $overflowWrap = _ref55.$overflowWrap;
15126
+ return $overflowWrap;
15127
+ });
15128
+ var light$1$1$1$1$1$1 = {
15129
+ brand: {
15130
+ primary: '#4C9EEB',
15131
+ secondary: '#14171A',
15132
+ light: '#FFFFFF'
15133
+ },
15134
+ accent: {
15135
+ light_1: '#E1E8ED',
15136
+ light_2: '#F5F8FA',
15137
+ light_3: '#F0F3F5',
15138
+ light_4: '#ECF0F4',
15139
+ light_5: '#F0F0F3',
15140
+ softBlue: '#D4EEFF',
15141
+ extraSoftBlue: '#E4F4FF',
15142
+ boldTransparent: '#5E5E5E80',
15143
+ transparent: '#5E5E5E4D',
15144
+ lightTransparent: '#5E5E5E23'
15145
+ },
15146
+ "default": {
15147
+ primary: '#78B6F0',
15148
+ secondary: '#C2C2C2',
15149
+ tertiary: 'transparent',
15150
+ error: '#F44336',
15151
+ success: '#4CAF50',
15152
+ warning: '#FF9800',
15153
+ info: '#2159F3'
15154
+ },
15155
+ disabled: {
15156
+ primary: '#B9DCF7',
15157
+ secondary: '#DADADA',
15158
+ error: '#FFEBEE',
15159
+ success: '#E8F5E9',
15160
+ warning: '#FFF3E0',
15161
+ info: '#E3F2FD'
15162
+ },
15163
+ hover: {
15164
+ primary: '#4C9EEB',
15165
+ secondary: '#A3A3A3',
15166
+ tertiary: 'transparent',
15167
+ error: '#D32F2F',
15168
+ success: '#388E3C',
15169
+ warning: '#F57C00',
15170
+ info: '#193ED2'
15171
+ },
15172
+ border: {
15173
+ extraBold: '#657786',
15174
+ bold: '#BFBFBF',
15175
+ medium: '#CBCED0',
15176
+ light: '#DCDCDC',
15177
+ extraLight: '#E6E3E3'
15178
+ },
15179
+ text: {
15180
+ dark: '#14171A',
15181
+ medium: '#657786',
15182
+ light: '#98A2AA',
15183
+ white: '#FFFFFF',
15184
+ success: '#1B5E20',
15185
+ error: '#B71C1C',
15186
+ info: '#0D30A1',
15187
+ warning: '#E65100'
15188
+ },
15189
+ badge: {
15190
+ lavender: '#E8DAFF',
15191
+ papayaWhip: '#FFEDD5',
15192
+ water: '#C7E3FF',
15193
+ paleBlue: '#B0F0E4',
15194
+ teaGreen: '#D5F7C2',
15195
+ lightBlue: '#ADD8E6'
15196
+ }
15197
+ };
15198
+ var dark$1$1$1$1$1$1 = {
15199
+ brand: {
15200
+ primary: '#4C9EEB',
15201
+ secondary: '#E1E8ED',
15202
+ light: '#1A1A1A'
15203
+ },
15204
+ accent: {
15205
+ light_1: '#2A2E33',
15206
+ light_2: '#1F2327',
15207
+ light_3: '#0F1214',
15208
+ light_4: '#101417',
15209
+ light_5: '#0F0F0C',
15210
+ softBlue: '#2C3E50',
15211
+ extraSoftBlue: '#34495E',
15212
+ boldTransparent: '#D3D3D380',
15213
+ transparent: '#D3D3D34D',
15214
+ lightTransparent: '#D3D3D323'
15215
+ },
15216
+ "default": {
15217
+ primary: '#78B6F0',
15218
+ secondary: '#4F4F4F',
15219
+ tertiary: 'transparent',
15220
+ error: '#EF5350',
15221
+ success: '#66BB6A',
15222
+ warning: '#FFB74D',
15223
+ info: '#42A5F5'
15224
+ },
15225
+ disabled: {
15226
+ primary: '#3B4A58',
15227
+ secondary: '#3E3E3E',
15228
+ error: '#5B1B1B',
15229
+ success: '#1B3C1B',
15230
+ warning: '#5A3C1B',
15231
+ info: '#1A3C5A'
15232
+ },
15233
+ hover: {
15234
+ primary: '#5CA6F0',
15235
+ secondary: '#7A7A7A',
15236
+ tertiary: 'transparent',
15237
+ error: '#D32F2F',
15238
+ success: '#388E3C',
15239
+ warning: '#F57C00',
15240
+ info: '#1976D2'
15241
+ },
15242
+ border: {
15243
+ extraBold: '#8899A6',
15244
+ bold: '#5E5E5E',
15245
+ medium: '#4A4A4A',
15246
+ light: '#3A3A3A',
15247
+ extraLight: '#2B2B2B'
15248
+ },
15249
+ text: {
15250
+ dark: '#FFFFFF',
15251
+ medium: '#AAB8C2',
15252
+ light: '#8899A6',
15253
+ white: '#14171A',
15254
+ success: '#81C784',
15255
+ error: '#E57373',
15256
+ info: '#64B5F6',
15257
+ warning: '#FFB74D'
15258
+ },
15259
+ badge: {
15260
+ lavender: '#7B5FA1',
15261
+ papayaWhip: '#A46A3E',
15262
+ water: '#5CA6F0',
15263
+ paleBlue: '#4BC9BC',
15264
+ teaGreen: '#7FBF7F',
15265
+ lightBlue: '#5DADE2'
15266
+ }
15267
+ };
15268
+ var getCurrentTheme$1$1$1$1$1$1 = function getCurrentTheme() {
15269
+ if (typeof document !== 'undefined') {
15270
+ var isDarkClass = document.documentElement.classList.contains('dark');
15271
+ return isDarkClass ? 'dark' : 'light';
15272
+ }
15273
+ return 'light';
15274
+ };
15275
+ var colorVariables$1$1$1$1$1$1 = new Proxy({}, {
15276
+ get: function get(_, prop) {
15277
+ var currentThemeName = getCurrentTheme$1$1$1$1$1$1();
15278
+ var currentTheme = themes$1$1$1$1$1$1[currentThemeName];
15279
+ return currentTheme[prop];
15280
+ }
15281
+ });
15282
+ var themes$1$1$1$1$1$1 = {
15283
+ light: light$1$1$1$1$1$1,
15284
+ dark: dark$1$1$1$1$1$1
15285
+ };
15286
+ var _templateObject$2$1$1$1$1$1$1, _templateObject2$2$1$1$1$1$1$1, _templateObject3$c$1$1$1$1$1;
15287
+ var wrapperCss$1$1$1$1$1$1 = css(_templateObject$2$1$1$1$1$1$1 || (_templateObject$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n svg {\n overflow: visible;\n vector-effect: non-scaling-stroke;\n line,\n path,\n circle,\n ellipse,\n foreignObject,\n polygon,\n polyline,\n rect,\n text,\n textPath,\n tspan {\n vector-effect: non-scaling-stroke;\n }\n }\n"])));
15288
+ var IconWrapper$2$1$1$1$1$1 = styled.div(_templateObject2$2$1$1$1$1$1$1 || (_templateObject2$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: max-content;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: ", ";\n ", ";\n"])), function (_ref) {
15289
+ var $clickable = _ref.$clickable;
15290
+ return $clickable ? 'pointer' : 'default';
15291
+ }, wrapperCss$1$1$1$1$1$1);
15292
+ var IconWrapperForSVG$1$1$1$1$1$1 = styled.g(_templateObject3$c$1$1$1$1$1 || (_templateObject3$c$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n ", ";\n"])), wrapperCss$1$1$1$1$1$1);
15293
+ var _templateObject$3$1$1$1$1$1$1, _templateObject2$3$1$1$1$1$1$1;
15294
+ var TooltipWrapper$2$1$1$1$1$1 = styled.div(_templateObject$3$1$1$1$1$1$1 || (_templateObject$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n\n svg {\n cursor: pointer;\n }\n"])));
15295
+ var TooltipText$1$1$1$1$1$1 = styled.span(_templateObject2$3$1$1$1$1$1$1 || (_templateObject2$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n visibility: ", ";\n opacity: ", ";\n transition: opacity 0.2s ease-in-out;\n background-color: ", ";\n color: ", ";\n border: ", ";\n border-radius: 8px;\n padding: 8px 16px;\n font-size: ", ";\n font-weight: ", ";\n max-width: 300px;\n width: max-content;\n position: fixed;\n z-index: 999;\n pointer-events: none;\n"])), function (_ref) {
15296
+ var $visible = _ref.$visible;
15297
+ return $visible ? 'visible' : 'hidden';
15298
+ }, function (_ref2) {
15299
+ var $visible = _ref2.$visible;
15300
+ return $visible ? 1 : 0;
15301
+ }, function (_ref3) {
15302
+ var $bgColor = _ref3.$bgColor,
15303
+ theme = _ref3.theme;
15304
+ return $bgColor || theme.brand.light;
15305
+ }, function (_ref4) {
15306
+ var $color = _ref4.$color,
15307
+ theme = _ref4.theme;
15308
+ return $color != null ? $color : theme.text.medium;
15309
+ }, function (_ref5) {
15310
+ var $border = _ref5.$border;
15311
+ return $border != null ? $border : 'none';
15312
+ }, function (_ref6) {
15313
+ var $fontSize = _ref6.$fontSize;
15314
+ return $fontSize != null ? $fontSize : '12px';
15315
+ }, function (_ref7) {
15316
+ var $fontWeight = _ref7.$fontWeight;
15317
+ return $fontWeight != null ? $fontWeight : '500';
15318
+ });
15319
+ var _templateObject$4$1$1$1$1$1$1, _templateObject2$4$1$1$1$1$1$1, _templateObject3$1$1$1$1$1$1$1, _templateObject4$9$1$1$1$1$1, _templateObject5$8$1$1$1$1$1, _templateObject6$7$1$1$1$1$1, _templateObject7$5$1$1$1$1$1, _templateObject8$4$1$1$1$1$1, _templateObject9$4$1$1$1$1$1, _templateObject10$4$1$1$1$1$1, _templateObject11$3$1$1$1$1$1, _templateObject12$2$1$1$1$1$1;
15320
+ var TooltipContainer$1$1$1$1$1$1 = styled.div(_templateObject$4$1$1$1$1$1$1 || (_templateObject$4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n position: absolute;\n z-index: 10;\n align-items: center;\n justify-content: center;\n visibility: hidden;\n opacity: 0;\n transition: opacity 0.3s;\n border-radius: ", ";\n padding: 6px 8px;\n border: ", ";\n min-width: ", ";\n min-width: ", ";\n background-color: ", ";\n gap: ", ";\n\n ", "\n\n &::after {\n content: '';\n position: absolute;\n width: 16px;\n height: 8px;\n background-color: ", ";\n clip-path: polygon(50% 0%, 0% 100%, 100% 100%);\n\n ", "\n }\n"])), function (_ref) {
15321
+ var $borderRadius = _ref.$borderRadius;
15322
+ return $borderRadius != null ? $borderRadius : '4px';
15323
+ }, function (_ref2) {
15324
+ var $border = _ref2.$border;
15325
+ return $border;
15326
+ }, function (_ref3) {
15327
+ var $minWidth = _ref3.$minWidth;
15328
+ return $minWidth != null ? $minWidth : 'auto';
15329
+ }, function (_ref4) {
15330
+ var $maxWidth = _ref4.$maxWidth;
15331
+ return $maxWidth != null ? $maxWidth : 'auto';
15332
+ }, function (_ref5) {
15333
+ var $background = _ref5.$background,
15334
+ theme = _ref5.theme;
15335
+ return $background != null ? $background : theme.accent.light_1;
15336
+ }, function (_ref6) {
15337
+ var $gap = _ref6.$gap;
15338
+ return $gap != null ? $gap : '16px';
15339
+ }, function (_ref7) {
15340
+ var $tooltipPosition = _ref7.$tooltipPosition,
15341
+ $iconSize = _ref7.$iconSize,
15342
+ $tooltipTop = _ref7.$tooltipTop;
15343
+ var vertical = $tooltipPosition.startsWith('top') ? "bottom: " + ($tooltipTop != null ? $tooltipTop : "calc(50% + " + ($iconSize + 2) + "px)") + ";" : "top: " + ($tooltipTop != null ? $tooltipTop : "calc(50% + " + ($iconSize + 2) + "px)") + ";";
15344
+ var horizontal = $tooltipPosition.endsWith('Left') ? css(_templateObject2$4$1$1$1$1$1$1 || (_templateObject2$4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["left: calc(100% + 10px); transform: translateX(-99%);"]))) : $tooltipPosition.endsWith('Center') ? css(_templateObject3$1$1$1$1$1$1$1 || (_templateObject3$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["left: 50%; transform: translateX(-50%);"]))) : css(_templateObject4$9$1$1$1$1$1 || (_templateObject4$9$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["right: calc(100% + 10px); transform: translateX(99%);"])));
15345
+ return css(_templateObject5$8$1$1$1$1$1 || (_templateObject5$8$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["", " ", ";"])), vertical, horizontal);
15346
+ }, function (_ref8) {
15347
+ var $background = _ref8.$background,
15348
+ theme = _ref8.theme;
15349
+ return $background != null ? $background : theme.accent.light_1;
15350
+ }, function (_ref9) {
15351
+ var $tooltipPosition = _ref9.$tooltipPosition;
15352
+ if ($tooltipPosition.startsWith('top')) {
15353
+ return $tooltipPosition.endsWith('Left') ? css(_templateObject6$7$1$1$1$1$1 || (_templateObject6$7$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["top: 100%; right: 10px; transform: rotate(180deg);"]))) : $tooltipPosition.endsWith('Right') ? css(_templateObject7$5$1$1$1$1$1 || (_templateObject7$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["top: 100%; left: 10px; transform: rotate(180deg);"]))) : css(_templateObject8$4$1$1$1$1$1 || (_templateObject8$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["top: 100%; left: 50%; transform: translateX(-50%) rotate(180deg);"])));
15354
+ } else {
15355
+ return $tooltipPosition.endsWith('Left') ? css(_templateObject9$4$1$1$1$1$1 || (_templateObject9$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["bottom: 100%; right: 10px;"]))) : $tooltipPosition.endsWith('Right') ? css(_templateObject10$4$1$1$1$1$1 || (_templateObject10$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["bottom: 100%; left: 10px;"]))) : css(_templateObject11$3$1$1$1$1$1 || (_templateObject11$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["bottom: 100%; left: 50%; transform: translateX(-50%);"])));
15356
+ }
15357
+ });
15358
+ var TooltipWrapper$1$1$1$1$1$1$1 = styled.div(_templateObject12$2$1$1$1$1$1 || (_templateObject12$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n position: relative;\n align-items: center;\n cursor: pointer;\n\n &:hover ", " {\n visibility: visible;\n opacity: 1;\n }\n"])), TooltipContainer$1$1$1$1$1$1);
15359
+ var _templateObject$5$1$1$1$1$1$1;
15360
+ var BreadCrum$1$1$1$1$1$1 = styled.span(_templateObject$5$1$1$1$1$1$1 || (_templateObject$5$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-weight: 400;\n font-size: 12px;\n color: ", ";\n line-height: 100%;\n text-align: center;\n opacity: ", ";\n \n &:hover {\n text-decoration: ", ";\n cursor: ", ";\n color: ", ";\n }\n"])), function (_ref) {
15361
+ var $color = _ref.$color,
15362
+ theme = _ref.theme;
15363
+ return $color ? $color : theme.text.medium;
15364
+ }, function (_ref2) {
15365
+ var $disabled = _ref2.$disabled;
15366
+ return $disabled ? '0.6' : '1';
15367
+ }, function (_ref3) {
15368
+ var $hover = _ref3.$hover,
15369
+ $disabled = _ref3.$disabled;
15370
+ return $hover && !$disabled && 'underline';
15371
+ }, function (_ref4) {
15372
+ var $hover = _ref4.$hover,
15373
+ $disabled = _ref4.$disabled;
15374
+ return $hover && !$disabled ? 'pointer' : 'default';
15375
+ }, function (_ref5) {
15376
+ var $hover = _ref5.$hover,
15377
+ $disabled = _ref5.$disabled,
15378
+ theme = _ref5.theme;
15379
+ return $hover && !$disabled && theme["default"].primary;
15380
+ });
15381
+ var _templateObject$6$1$1$1$1$1$1;
15382
+ var fontFaces$1$1$1$1$1$1 = css(_templateObject$6$1$1$1$1$1$1 || (_templateObject$6$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n @font-face {\n font-family: 'NotoSans';\n font-weight: 200;\n font-style: normal;\n src: url('./NotoSans-ExtraLight.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 300;\n font-style: normal;\n src: url('./NotoSans-Light.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 400;\n font-style: normal;\n src: url('./NotoSans-Regular.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 400;\n font-style: italic;\n src: url('./NotoSans-italic.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 500;\n font-style: normal;\n src: url('./NotoSans-Medium.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 600;\n font-style: normal;\n src: url('./NotoSans-SemiBold.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 700;\n font-style: normal;\n src: url('./NotoSans-Bold.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 800;\n font-style: normal;\n src: url('./NotoSans-ExtraBold.woff') format('woff');\n font-display: fallback;\n }\n"])));
15383
+ var GlobalFonts$1$1$1$1$1$1 = {
15384
+ bold: 'NotoSans, sans-serif',
15385
+ regular: 'NotoSans, sans-serif',
15386
+ light: 'NotoSans, sans-serif'
15387
+ };
15388
+ var _templateObject$7$1$1$1$1$1$1, _templateObject2$5$1$1$1$1$1$1, _templateObject3$2$1$1$1$1$1$1, _templateObject4$1$1$1$1$1$1$1, _templateObject5$1$1$1$1$1$1$1, _templateObject6$1$1$1$1$1$1$1;
15389
+ var spin$3$1$1$1$1$1 = keyframes(_templateObject$7$1$1$1$1$1$1 || (_templateObject$7$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
15390
+ var Spinner$2$1$1$1$1$1 = styled.div(_templateObject2$5$1$1$1$1$1$1 || (_templateObject2$5$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: ", "px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: fadeIn 0.3s ease-in-out forwards, ", " 1s linear infinite;\n"])), function (_ref) {
15391
+ var $size = _ref.$size;
15392
+ return $size;
15393
+ }, function (_ref2) {
15394
+ var $size = _ref2.$size;
15395
+ return $size;
15396
+ }, function (_ref3) {
15397
+ var $size = _ref3.$size;
15398
+ return $size / 4;
15399
+ }, function (_ref4) {
15400
+ var $color = _ref4.$color;
15401
+ return $color;
15402
+ }, spin$3$1$1$1$1$1);
15403
+ var LoaderWrapper$1$1$1$1$1$1 = styled.div(_templateObject3$2$1$1$1$1$1$1 || (_templateObject3$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n margin-left: ", ";\n margin-right: ", ";\n transition: opacity 0.3s ease-in-out;\n"])), function (_ref5) {
15404
+ var $loaderPosition = _ref5.$loaderPosition;
15405
+ return $loaderPosition === 'right' ? '4px' : '0';
15406
+ }, function (_ref6) {
15407
+ var $loaderPosition = _ref6.$loaderPosition;
15408
+ return $loaderPosition === 'left' ? '4px' : '0';
15409
+ });
15410
+ var Container$1$1$1$1$1$1$1 = styled.div(_templateObject4$1$1$1$1$1$1$1 || (_templateObject4$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: ", ";\n gap: ", ";\n svg {\n cursor: ", ";\n }\n"])), function (_ref7) {
15411
+ var $iconPosition = _ref7.$iconPosition;
15412
+ return $iconPosition === 'right' ? 'row-reverse' : 'row';
15413
+ }, function (_ref8) {
15414
+ var gap = _ref8.gap;
15415
+ return gap || '4px';
15416
+ }, function (_ref9) {
15417
+ var cursor = _ref9.cursor;
15418
+ return cursor;
15419
+ });
15420
+ var StyledButton$1$1$1$1$1$1 = styled.button(_templateObject5$1$1$1$1$1$1$1 || (_templateObject5$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n pointer-events: ", ";\n cursor: ", ";\n height: max-content;\n min-height: max-content;\n width: ", ";\n box-sizing: border-box;\n border-radius: ", ";\n outline: none;\n transition: all 0.2s;\n display: flex;\n align-items: center;\n justify-content: center;\n\n padding: ", ";\n\n &:focus {\n outline: none;\n }\n\n ", "\n color: ", "; \n"])), function (_ref10) {
15421
+ var $disabled = _ref10.$disabled;
15422
+ return $disabled ? 'none' : 'auto';
15423
+ }, function (_ref11) {
15424
+ var $disabled = _ref11.$disabled;
15425
+ return $disabled ? 'not-allowed' : 'pointer';
15426
+ }, function (_ref12) {
15427
+ var $buttonWidth = _ref12.$buttonWidth;
15428
+ return $buttonWidth;
15429
+ }, function (_ref13) {
15430
+ var $borderRadius = _ref13.$borderRadius;
15431
+ return $borderRadius || '8px';
15432
+ }, function (_ref14) {
15433
+ var $size = _ref14.$size,
15434
+ $padding = _ref14.$padding;
15435
+ return $size === 'small' ? '8px 12.2px' : $size === 'medium' ? '10px 19px' : $size === 'large' ? '12px 24.5px' : $size === 'custom' ? $padding : '10px 16px';
15436
+ }, function (_ref15) {
15437
+ var _$borderHover$match;
15438
+ var $variant = _ref15.$variant,
15439
+ $disabled = _ref15.$disabled,
15440
+ $borderHover = _ref15.$borderHover,
15441
+ $borderDefault = _ref15.$borderDefault,
15442
+ $background = _ref15.$background,
15443
+ $color = _ref15.$color,
15444
+ $colorHover = _ref15.$colorHover,
15445
+ theme = _ref15.theme;
15446
+ switch ($variant) {
15447
+ case 'primary':
15448
+ return "\n background: " + ($disabled ? theme.disabled.primary : theme["default"].primary) + ";\n color: " + theme.text.white + ";\n border: " + ($disabled ? "1px solid " + theme.disabled.primary : "1px solid " + theme["default"].primary) + ";\n &:hover {\n background: " + theme.hover.primary + ";\n border: 1px solid " + theme.hover.primary + ";\n }\n ";
15449
+ case 'secondary':
15450
+ return "\n background: " + ($disabled ? theme.disabled.secondary : theme["default"].secondary) + "; \n color: " + theme.text.white + ";\n border: " + ($disabled ? "1px solid " + theme.disabled.secondary : "1px solid " + theme["default"].secondary) + ";\n &:hover{\n background: " + theme.hover.secondary + ";\n border: 1px solid " + theme.hover.secondary + ";\n }\n ";
15451
+ case 'tertiary':
15452
+ return "\n background: " + theme["default"].tertiary + ";\n color: " + ($disabled ? theme.disabled.primary : theme["default"].primary) + ";\n border: " + ($borderDefault ? "" + $borderDefault : "1px solid " + theme["default"].tertiary) + ";\n &:hover {\n color: " + (!$disabled && $borderHover ? (_$borderHover$match = $borderHover.match(/#\w+/)) === null || _$borderHover$match === void 0 ? void 0 : _$borderHover$match[0] : theme.hover.primary) + ";\n border: " + ($borderHover ? $borderHover : "1px solid " + theme.hover.primary) + ";\n }\n ";
15453
+ case 'error':
15454
+ return "\n background: " + ($disabled ? theme.disabled.error : theme["default"].error) + "; \n color: " + theme.text.white + ";\n border: " + ($disabled ? "1px solid " + theme.disabled.error : "1px solid " + theme["default"].error) + ";\n &:hover{\n background: " + theme.hover.error + ";\n border: 1px solid " + theme.hover.error + ";\n }\n ";
15455
+ case 'outline-primary':
15456
+ return "\n background: " + theme["default"].tertiary + ";\n color: " + ($disabled ? theme.disabled.primary : theme["default"].primary) + ";\n border: " + ($disabled ? "1px solid " + theme.disabled.primary : "1px solid " + theme["default"].primary) + ";\n &:hover{\n border: 1px solid " + theme.hover.primary + ";\n color: " + theme.text.white + ";\n background: " + theme.hover.primary + ";\n }\n ";
15457
+ case 'outline-secondary':
15458
+ return "\n background: " + theme["default"].tertiary + ";\n color: " + ($disabled ? theme.disabled.secondary : theme["default"].secondary) + ";\n border: " + ($disabled ? "1px solid " + theme.disabled.secondary : "1px solid " + theme["default"].secondary) + ";\n &:hover{\n border: 1px solid " + theme.hover.secondary + ";\n color: " + theme.text.white + ";\n background: " + theme.hover.secondary + ";\n }\n ";
15459
+ case 'outline-error':
15460
+ return "\n background: " + theme["default"].tertiary + ";\n color: " + ($disabled ? theme.disabled.error : theme["default"].error) + ";\n border: " + ($disabled ? "1px solid " + theme.disabled.error : "1px solid " + theme["default"].error) + ";\n &:hover{\n border: 1px solid " + theme.hover.error + ";\n color: " + theme.text.white + ";\n background: " + theme.hover.error + ";\n }\n ";
15461
+ case 'custom':
15462
+ return "\n background: " + $background + ";\n color: " + $color + ";\n border: " + ("1px solid " + $borderDefault) + ";\n &:hover{\n border: 1px solid " + $borderHover + ";\n color: " + $colorHover + ";\n background: " + $borderHover + ";\n }\n ";
15463
+ default:
15464
+ return '';
15465
+ }
15466
+ }, function (_ref16) {
15467
+ var color = _ref16.color;
15468
+ return color;
15469
+ });
15470
+ var ButtonText$1$1$1$1$1$1 = styled.span(_templateObject6$1$1$1$1$1$1$1 || (_templateObject6$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-family: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n white-space: nowrap;\n"])), function (_ref17) {
15471
+ var $fontFamily = _ref17.$fontFamily;
15472
+ return $fontFamily ? $fontFamily : GlobalFonts$1$1$1$1$1$1.bold;
15473
+ }, function (_ref18) {
15474
+ var $size = _ref18.$size,
15475
+ $fontSize = _ref18.$fontSize;
15476
+ return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
15477
+ }, function (_ref19) {
15478
+ var $fontWeight = _ref19.$fontWeight,
15479
+ $size = _ref19.$size;
15480
+ return $size === 'custom' && $fontWeight || '500';
15481
+ }, function (_ref20) {
15482
+ var $size = _ref20.$size,
15483
+ $fontSize = _ref20.$fontSize;
15484
+ return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
15485
+ });
15486
+ var _templateObject$8$1$1$1$1$1$1;
15487
+ var InnerContent$1$1$1$1$1$1 = styled.div(_templateObject$8$1$1$1$1$1$1 || (_templateObject$8$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n gap: 12px;\n overflow-x: auto;\n scroll-behavior: smooth;\n scrollbar-width: none;\n ms-overflow-style: none;\n white-space: nowrap;\n padding: ", "; \n margin: 0 10px;\n"])), function (_ref) {
15488
+ var $isScrollable = _ref.$isScrollable;
15489
+ return $isScrollable ? '0 12px' : '0';
15490
+ });
15491
+ var _templateObject$9$1$1$1$1$1$1, _templateObject2$6$1$1$1$1$1$1, _templateObject3$3$1$1$1$1$1$1, _templateObject4$2$1$1$1$1$1$1, _templateObject5$2$1$1$1$1$1$1, _templateObject6$2$1$1$1$1$1$1, _templateObject7$1$1$1$1$1$1$1, _templateObject8$1$1$1$1$1$1$1, _templateObject9$1$1$1$1$1$1$1, _templateObject10$1$1$1$1$1$1$1, _templateObject11$1$1$1$1$1$1$1, _templateObject12$1$1$1$1$1$1$1, _templateObject13$1$1$1$1$1$1, _templateObject14$1$1$1$1$1$1, _templateObject15$1$1$1$1$1$1, _templateObject16$1$1$1$1$1$1, _templateObject17$1$1$1$1$1$1, _templateObject18$1$1$1$1$1$1, _templateObject19$1$1$1$1$1$1, _templateObject20$1$1$1$1$1$1, _templateObject21$1$1$1$1$1$1;
15492
+ var DatePickerContainer$1$1$1$1$1$1 = styled.div(_templateObject$9$1$1$1$1$1$1 || (_templateObject$9$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n"])));
15493
+ var CalendarContainer$1$1$1$1$1$1 = styled.div(_templateObject2$6$1$1$1$1$1$1 || (_templateObject2$6$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n overflow: auto;\n display: flex;\n flex-direction: row;\n background: ", ";\n position: absolute;\n border: ", ";\n height: auto;\n width: auto;\n border-radius: 10px;\n z-index: 10;\n padding: 10px;\n top: 0px;\n right: 0px;\n gap: 16px;\n"])), function (_ref) {
15494
+ var theme = _ref.theme;
15495
+ return theme.accent.light_2;
15496
+ }, function (_ref2) {
15497
+ var theme = _ref2.theme;
15498
+ return "1px solid " + theme.border.medium;
15499
+ });
15500
+ var Calendar$1$1$1$1$1$1$1 = styled.div(_templateObject3$3$1$1$1$1$1$1 || (_templateObject3$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1([""])));
15501
+ var CalendarTime$1$1$1$1$1$1 = styled.div(_templateObject4$2$1$1$1$1$1$1 || (_templateObject4$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n border: ", ";\n border-radius: 4px;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n padding: 8px;\n"])), function (_ref3) {
15502
+ var theme = _ref3.theme;
15503
+ return "1px solid " + theme.border.medium;
15504
+ });
15505
+ var StartDate$1$1$1$1$1$1 = styled.div(_templateObject5$2$1$1$1$1$1$1 || (_templateObject5$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n padding-bottom: 4px;\n"])));
15506
+ var SelectedStart$1$1$1$1$1$1 = styled.div(_templateObject6$2$1$1$1$1$1$1 || (_templateObject6$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n gap: 4px;\n color: ", ";\n"])), function (_ref4) {
15507
+ var theme = _ref4.theme;
15508
+ return theme.text.medium;
15509
+ });
15510
+ var CurrentDate$1$1$1$1$1$1 = styled.p(_templateObject7$1$1$1$1$1$1$1 || (_templateObject7$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 12px;\n"])));
15511
+ var CurrentTime$1$1$1$1$1$1 = styled.div(_templateObject8$1$1$1$1$1$1$1 || (_templateObject8$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 14px;\n color: ", ";\n"])), function (_ref5) {
15512
+ var theme = _ref5.theme;
15513
+ return theme.text.medium;
15514
+ });
15515
+ var Selectedtime$1$1$1$1$1$1 = styled.div(_templateObject9$1$1$1$1$1$1$1 || (_templateObject9$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n color: ", ";\n gap: 8px;\n"])), function (_ref6) {
15516
+ var theme = _ref6.theme;
15517
+ return theme.text.medium;
15518
+ });
15519
+ var Line$1$1$1$1$1$1 = styled.div(_templateObject10$1$1$1$1$1$1$1 || (_templateObject10$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n padding-top: 10px;\n padding-bottom: 10px;\n"])));
15520
+ var Zones$1$1$1$1$1$1 = styled.div(_templateObject11$1$1$1$1$1$1$1 || (_templateObject11$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n"])));
15521
+ var CalendarHeader$1$1$1$1$1$1 = styled.div(_templateObject12$1$1$1$1$1$1$1 || (_templateObject12$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 10px;\n"])));
15522
+ var CalendarMonthYear$1$1$1$1$1$1 = styled.span(_templateObject13$1$1$1$1$1$1 || (_templateObject13$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n color: ", ";\n justify-content: center;\n align-items: center;\n"])), function (_ref7) {
15523
+ var theme = _ref7.theme;
15524
+ return theme.text.medium;
15525
+ });
15526
+ var CalendarContent$1$1$1$1$1$1 = styled.div(_templateObject14$1$1$1$1$1$1 || (_templateObject14$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n gap: 5px;\n padding: 10px;\n"])));
15527
+ var Button$1$1$1$1$1$1 = styled.div(_templateObject15$1$1$1$1$1$1 || (_templateObject15$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n background: ", ";\n color: ", ";\n border: none;\n border-radius: 5px;\n padding: 5px 10px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n height: ", ";\n\n svg {\n cursor: pointer;\n }\n"])), function (_ref8) {
15528
+ var theme = _ref8.theme;
15529
+ return theme["default"].secondary;
15530
+ }, function (_ref9) {
15531
+ var theme = _ref9.theme;
15532
+ return theme.text.white;
15533
+ }, function (_ref10) {
15534
+ var $size = _ref10.$size;
15535
+ return $size ? $size + "px" : '30px';
15536
+ }, function (_ref11) {
15537
+ var $size = _ref11.$size;
15538
+ return $size ? $size + "px" : '30px';
15539
+ });
15540
+ var CalendarDates$1$1$1$1$1$1 = styled.div(_templateObject16$1$1$1$1$1$1 || (_templateObject16$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n cursor: ", "; \n font-size: 12px;\n opacity: ", "; \n\n background-color: ", ";\n\n color: ", ";\n\n &:hover {\n background-color: ", ";\n }\n"])), function (_ref12) {
15541
+ var $size = _ref12.$size;
15542
+ return $size ? $size + "px" : '30px';
15543
+ }, function (_ref13) {
15544
+ var $size = _ref13.$size;
15545
+ return $size ? $size + "px" : '30px';
15546
+ }, function (_ref14) {
15547
+ var $isFuture = _ref14.$isFuture,
15548
+ $futureDateTime = _ref14.$futureDateTime;
15549
+ return !$futureDateTime && $isFuture ? 'default' : 'pointer';
15550
+ }, function (_ref15) {
15551
+ var $isFuture = _ref15.$isFuture,
15552
+ $futureDateTime = _ref15.$futureDateTime;
15553
+ return !$futureDateTime && $isFuture ? 0.5 : 1;
15554
+ }, function (_ref16) {
15555
+ var $selected = _ref16.$selected,
15556
+ $inRange = _ref16.$inRange,
15557
+ theme = _ref16.theme;
15558
+ return $selected ? theme["default"].primary : $inRange ? theme["default"].primary : theme["default"].tertiary;
15559
+ }, function (_ref17) {
15560
+ var $selected = _ref17.$selected,
15561
+ $inRange = _ref17.$inRange,
15562
+ theme = _ref17.theme;
15563
+ return $selected ? theme.text.white : $inRange ? theme.text.white : theme.text.medium;
15564
+ }, function (_ref18) {
15565
+ var $selected = _ref18.$selected,
15566
+ $inRange = _ref18.$inRange,
15567
+ $isFuture = _ref18.$isFuture,
15568
+ $futureDateTime = _ref18.$futureDateTime,
15569
+ theme = _ref18.theme;
15570
+ return !$futureDateTime && $isFuture ? 'transparent' : $selected ? theme.disabled.primary : $inRange ? theme.disabled.primary : theme.disabled.primary;
15571
+ });
15572
+ var Year$1$1$1$1$1$1 = styled.div(_templateObject17$1$1$1$1$1$1 || (_templateObject17$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 12px;\n"])));
15573
+ var Month$1$1$1$1$1$1 = styled.div(_templateObject18$1$1$1$1$1$1 || (_templateObject18$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 600;\n font-size: 14px;\n"])));
15574
+ var InputWrapper$2$1$1$1$1$1 = styled.div(_templateObject19$1$1$1$1$1$1 || (_templateObject19$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n gap: 24px;\n"])));
15575
+ var TimeInputWrapper$1$1$1$1$1$1 = styled.div(_templateObject20$1$1$1$1$1$1 || (_templateObject20$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n"])));
15576
+ var StyledInput$1$1$1$1$1$1 = styled.input(_templateObject21$1$1$1$1$1$1 || (_templateObject21$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n outline: none;\n width: 60px;\n height: 30px;\n text-align: center;\n font-size: 16px;\n border-radius: 5px;\n background: ", ";\n border: ", ";\n color: ", ";\n"])), function (_ref19) {
15577
+ var theme = _ref19.theme;
15578
+ return theme.text.white;
15579
+ }, function (_ref20) {
15580
+ var theme = _ref20.theme;
15581
+ return "1px solid " + theme.border.extraBold;
15582
+ }, function (_ref21) {
15583
+ var theme = _ref21.theme;
15584
+ return theme.text.dark;
15585
+ });
15586
+ var _templateObject$a$1$1$1$1$1$1, _templateObject2$7$1$1$1$1$1$1, _templateObject3$4$1$1$1$1$1$1, _templateObject4$3$1$1$1$1$1$1, _templateObject5$3$1$1$1$1$1$1, _templateObject6$3$1$1$1$1$1$1;
15587
+ var OptionContainer$2$1$1$1$1$1 = styled.div(_templateObject$a$1$1$1$1$1$1 || (_templateObject$a$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1([""])));
15588
+ var OptionItem$2$1$1$1$1$1 = styled.div(_templateObject2$7$1$1$1$1$1$1 || (_templateObject2$7$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n border-bottom: ", ";\n"])), function (_ref) {
15589
+ var $optionBorder = _ref.$optionBorder,
15590
+ $isborder = _ref.$isborder,
15591
+ theme = _ref.theme;
15592
+ return $isborder ? $optionBorder || "1px solid " + theme.border.extraLight : '';
15593
+ });
15594
+ var OptionLabel$2$1$1$1$1$1 = styled.label(_templateObject3$4$1$1$1$1$1$1 || (_templateObject3$4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n cursor: pointer;\n display: flex;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n color: ", ";\n"])), function (_ref2) {
15595
+ var $optionColor = _ref2.$optionColor,
15596
+ theme = _ref2.theme;
15597
+ switch ($optionColor) {
15598
+ case 'dark':
15599
+ return theme.text.dark;
15600
+ case 'medium':
15601
+ return theme.text.medium;
15602
+ case 'light':
15603
+ return theme.text.light;
15604
+ case 'white':
15605
+ return theme.text.white;
15606
+ case 'warning':
15607
+ return theme["default"].warning;
15608
+ case 'info':
15609
+ return theme["default"].info;
15610
+ case 'success':
15611
+ return theme["default"].success;
15612
+ case 'error':
15613
+ return theme["default"].error;
15614
+ default:
15615
+ return $optionColor || theme.text.medium;
15616
+ }
15617
+ });
15618
+ var SearchContainer$4$1$1$1$1$1 = styled.div(_templateObject4$3$1$1$1$1$1$1 || (_templateObject4$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border-bottom: ", ";\n border-radius: ", ";\n padding: 8px 8px;\n display: flex;\n align-items: center;\n gap: 8px;\n"])), function (_ref3) {
15619
+ var $background = _ref3.$background,
15620
+ theme = _ref3.theme;
15621
+ switch ($background) {
15622
+ case 'dark':
15623
+ return theme.text.dark;
15624
+ case 'medium':
15625
+ return theme.text.medium;
15626
+ case 'light':
15627
+ return theme.text.light;
15628
+ case 'white':
15629
+ return theme.text.white;
15630
+ case 'warning':
15631
+ return theme["default"].warning;
15632
+ case 'info':
15633
+ return theme["default"].info;
15634
+ case 'success':
15635
+ return theme["default"].success;
15636
+ case 'error':
15637
+ return theme["default"].error;
15638
+ default:
15639
+ return $background;
15640
+ }
15641
+ }, function (_ref4) {
15642
+ var $borderBottom = _ref4.$borderBottom;
15643
+ return $borderBottom || 'none';
15644
+ }, function (_ref5) {
15645
+ var $borderRadius = _ref5.$borderRadius;
15646
+ return $borderRadius || '8px';
15647
+ });
15648
+ var SearchBar$4$1$1$1$1$1 = styled.input(_templateObject5$3$1$1$1$1$1$1 || (_templateObject5$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 14px;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), function (_ref6) {
15649
+ var theme = _ref6.theme;
15650
+ return theme["default"].tertiary;
15651
+ }, function (_ref7) {
15652
+ var $inputColor = _ref7.$inputColor,
15653
+ theme = _ref7.theme;
15654
+ switch ($inputColor) {
15655
+ case 'dark':
15656
+ return theme.text.dark;
15657
+ case 'medium':
15658
+ return theme.text.medium;
15659
+ case 'light':
15660
+ return theme.text.light;
15661
+ case 'white':
15662
+ return theme.text.white;
15663
+ case 'warning':
15664
+ return theme["default"].warning;
15665
+ case 'info':
15666
+ return theme["default"].info;
15667
+ case 'success':
15668
+ return theme["default"].success;
15669
+ case 'error':
15670
+ return theme["default"].error;
15671
+ default:
15672
+ return $inputColor;
15673
+ }
15674
+ }, function (_ref8) {
15675
+ var $placeholderColor = _ref8.$placeholderColor,
15676
+ theme = _ref8.theme;
15677
+ switch ($placeholderColor) {
15678
+ case 'dark':
15679
+ return theme.text.dark;
15680
+ case 'medium':
15681
+ return theme.text.medium;
15682
+ case 'light':
15683
+ return theme.text.light;
15684
+ case 'white':
15685
+ return theme.text.white;
15686
+ case 'warning':
15687
+ return theme["default"].warning;
15688
+ case 'info':
15689
+ return theme["default"].info;
15690
+ case 'success':
15691
+ return theme["default"].success;
15692
+ case 'error':
15693
+ return theme["default"].error;
15694
+ default:
15695
+ return $placeholderColor;
15696
+ }
15697
+ });
15698
+ var Text$1$1$1$1$1$1 = styled.span(_templateObject6$3$1$1$1$1$1$1 || (_templateObject6$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n word-break: break-word;\n"])));
15699
+ var _templateObject$b$1$1$1$1$1$1, _templateObject2$8$1$1$1$1$1$1, _templateObject3$5$1$1$1$1$1$1, _templateObject4$4$1$1$1$1$1$1, _templateObject5$4$1$1$1$1$1$1, _templateObject6$4$1$1$1$1$1$1, _templateObject7$2$1$1$1$1$1$1, _templateObject8$2$1$1$1$1$1$1, _templateObject9$2$1$1$1$1$1$1, _templateObject10$2$1$1$1$1$1$1, _templateObject11$2$1$1$1$1$1$1;
15700
+ var DropdownContainer$2$1$1$1$1$1 = styled.div(_templateObject$b$1$1$1$1$1$1 || (_templateObject$b$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n max-width: 100%;\n position: relative;\n max-height: ", ";\n"])), function (_ref) {
15701
+ var $width = _ref.$width;
15702
+ return $width || '100%';
15703
+ }, function (_ref2) {
15704
+ var $height = _ref2.$height;
15705
+ return $height || '100%';
15706
+ }, function (_ref3) {
15707
+ var $replaceLabel = _ref3.$replaceLabel;
15708
+ return $replaceLabel ? 'calc(100% - 22px)' : '';
15709
+ });
15710
+ var DropdownButton$2$1$1$1$1$1 = styled.div(_templateObject2$8$1$1$1$1$1$1 || (_templateObject2$8$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n overflow: ", ";\n padding: ", ";\n gap: 8px;\n box-sizing: border-box;\n transition: all 0.3s ease;\n width: ", ";\n height: ", ";\n border: ", ";\n border-radius: ", ";\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n background: ", ";\n color: ", ";\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref4) {
15711
+ var $replaceLabel = _ref4.$replaceLabel;
15712
+ return $replaceLabel ? 'auto' : '';
15713
+ }, function (_ref5) {
15714
+ var $size = _ref5.$size;
15715
+ switch ($size) {
15716
+ case 'small':
15717
+ return '9px 12px';
15718
+ case 'large':
15719
+ return '24px 12px';
15720
+ default:
15721
+ return '14px 12px';
15722
+ }
15723
+ }, function (_ref6) {
15724
+ var $width = _ref6.$width;
15725
+ return $width ? $width : '100%';
15726
+ }, function (_ref7) {
15727
+ var $height = _ref7.$height;
15728
+ return $height || '100%';
15729
+ }, function (_ref8) {
15730
+ var $border = _ref8.$border,
15731
+ $isOpen = _ref8.$isOpen,
15732
+ theme = _ref8.theme;
15733
+ return $isOpen ? "1px solid " + theme.text.dark : $border || "1px solid " + theme.border.light;
15734
+ }, function (_ref9) {
15735
+ var $borderRadius = _ref9.$borderRadius;
15736
+ return $borderRadius || '8px';
15737
+ }, function (_ref10) {
15738
+ var $disabled = _ref10.$disabled;
15739
+ return $disabled ? 'not-allowed' : 'pointer';
15740
+ }, function (_ref11) {
15741
+ var $background = _ref11.$background,
15742
+ $disabled = _ref11.$disabled,
15743
+ theme = _ref11.theme;
15744
+ switch ($background) {
15745
+ case 'dark':
15746
+ return $disabled ? theme.disabled.secondary : theme.text.dark;
15747
+ case 'medium':
15748
+ return $disabled ? theme.disabled.secondary : theme.text.medium;
15749
+ case 'light':
15750
+ return $disabled ? theme.disabled.secondary : theme.text.light;
15751
+ case 'white':
15752
+ return $disabled ? theme.disabled.secondary : theme.text.white;
15753
+ case 'warning':
15754
+ return $disabled ? theme.disabled.secondary : theme["default"].warning;
15755
+ case 'info':
15756
+ return $disabled ? theme.disabled.secondary : theme["default"].info;
15757
+ case 'success':
15758
+ return $disabled ? theme.disabled.secondary : theme["default"].success;
15759
+ case 'error':
15760
+ return $disabled ? theme.disabled.secondary : theme["default"].error;
15761
+ default:
15762
+ return $disabled ? theme.disabled.secondary : $background;
15763
+ }
15764
+ }, function (_ref12) {
15765
+ var $color = _ref12.$color,
15766
+ theme = _ref12.theme;
15767
+ return $color || theme.text.medium;
15768
+ }, function (_ref13) {
15769
+ var $size = _ref13.$size;
15770
+ switch ($size) {
15771
+ case 'small':
15772
+ return '12px';
15773
+ case 'large':
15774
+ return '16px';
15775
+ default:
15776
+ return '14px';
15777
+ }
15778
+ }, function (_ref14) {
15779
+ var $size = _ref14.$size;
15780
+ switch ($size) {
15781
+ case 'small':
15782
+ return '12px';
15783
+ case 'large':
15784
+ return '16px';
15785
+ default:
15786
+ return '14px';
15787
+ }
15788
+ });
15789
+ var TitleText$2$1$1$1$1$1 = styled.div(_templateObject3$5$1$1$1$1$1$1 || (_templateObject3$5$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: max-content;\n position: relative;\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n\n color: ", ";\n"])), function (_ref15) {
15790
+ var $titleWeight = _ref15.$titleWeight;
15791
+ return $titleWeight != null ? $titleWeight : '500';
15792
+ }, function (_ref16) {
15793
+ var $titleSize = _ref16.$titleSize,
15794
+ $size = _ref16.$size;
15795
+ return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
15796
+ }, function (_ref17) {
15797
+ var $titleSize = _ref17.$titleSize,
15798
+ $size = _ref17.$size;
15799
+ return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
15800
+ }, function (_ref18) {
15801
+ var $titleColor = _ref18.$titleColor,
15802
+ theme = _ref18.theme;
15803
+ switch ($titleColor) {
15804
+ case 'dark':
15805
+ return theme.text.dark;
15806
+ case 'medium':
15807
+ return theme.text.medium;
15808
+ case 'light':
15809
+ return theme.text.light;
15810
+ case 'white':
15811
+ return theme.text.white;
15812
+ case 'warning':
15813
+ return theme["default"].warning;
15814
+ case 'info':
15815
+ return theme["default"].info;
15816
+ case 'success':
15817
+ return theme["default"].success;
15818
+ case 'error':
15819
+ return theme["default"].error;
15820
+ default:
15821
+ return $titleColor;
15822
+ }
15823
+ });
15824
+ var Container$2$1$1$1$1$1$1 = styled.div(_templateObject4$4$1$1$1$1$1$1 || (_templateObject4$4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n"])));
15825
+ var LabelText$2$1$1$1$1$1 = styled.div(_templateObject5$4$1$1$1$1$1$1 || (_templateObject5$4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-size: 14px;\n font-weight: 400;\n font-style:", ";\n color: ", ";\n"])), function (_ref19) {
15826
+ var $labelStyle = _ref19.$labelStyle;
15827
+ return $labelStyle;
15828
+ }, function (_ref20) {
15829
+ var theme = _ref20.theme;
15830
+ return theme.text.medium;
15831
+ });
15832
+ var DropdownMenu$2$1$1$1$1$1 = styled.div(_templateObject6$4$1$1$1$1$1$1 || (_templateObject6$4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n max-height: 156px;\n padding: 4px;\n box-sizing: border-box;\n border: ", ";\n border-radius: ", ";\n width: ", ";\n background: ", ";\n display: flex;\n flex-direction: column;\n gap: 4px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n margin-top: 8px;\n overflow-y: auto;\n position: absolute;\n z-index: 2;\n scrollbar-width: thin;\n"])), function (_ref21) {
15833
+ var theme = _ref21.theme;
15834
+ return "1px solid " + theme.border.light;
15835
+ }, function (_ref22) {
15836
+ var $optionsBorderRadius = _ref22.$optionsBorderRadius;
15837
+ return $optionsBorderRadius || '8px';
15838
+ }, function (_ref23) {
15839
+ var $width = _ref23.$width;
15840
+ return $width ? $width : 'max-content';
15841
+ }, function (_ref24) {
15842
+ var $menuBackground = _ref24.$menuBackground,
15843
+ theme = _ref24.theme;
15844
+ return $menuBackground || theme.accent.light_2;
15845
+ });
15846
+ var SelectedOptionsWrapper$2$1$1$1$1$1 = styled.div(_templateObject7$2$1$1$1$1$1$1 || (_templateObject7$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n height: 100%;\n"])));
15847
+ var SelectedOptionDiv$2$1$1$1$1$1 = styled.div(_templateObject8$2$1$1$1$1$1$1 || (_templateObject8$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-family: NotoSans, sans-serif;\n font-style: normal;\n font-weight: 400;\n font-size: 12px;\n line-height: 12px;\n color: ", ";\n"])), function (_ref25) {
15848
+ var $selectedOptionBackground = _ref25.$selectedOptionBackground,
15849
+ $disabled = _ref25.$disabled,
15850
+ theme = _ref25.theme;
15851
+ switch ($selectedOptionBackground) {
15852
+ case 'dark':
15853
+ return theme.text.dark;
15854
+ case 'medium':
15855
+ return theme.text.medium;
15856
+ case 'light':
15857
+ return theme.text.light;
15858
+ case 'white':
15859
+ return theme.text.white;
15860
+ case 'warning':
15861
+ return $disabled ? theme.disabled.warning : theme["default"].warning;
15862
+ case 'info':
15863
+ return $disabled ? theme.disabled.info : theme["default"].info;
15864
+ case 'success':
15865
+ return $disabled ? theme.disabled.success : theme["default"].success;
15866
+ case 'error':
15867
+ return $disabled ? theme.disabled.error : theme["default"].error;
15868
+ default:
15869
+ return $selectedOptionBackground || theme.accent.light_2;
15870
+ }
15871
+ }, function (_ref26) {
15872
+ var $selectedOptionColor = _ref26.$selectedOptionColor,
15873
+ theme = _ref26.theme;
15874
+ switch ($selectedOptionColor) {
15875
+ case 'dark':
15876
+ return theme.text.dark;
15877
+ case 'medium':
15878
+ return theme.text.medium;
15879
+ case 'light':
15880
+ return theme.text.light;
15881
+ case 'white':
15882
+ return theme.text.white;
15883
+ case 'warning':
15884
+ return theme["default"].warning;
15885
+ case 'info':
15886
+ return theme["default"].info;
15887
+ case 'success':
15888
+ return theme["default"].success;
15889
+ case 'error':
15890
+ return theme["default"].error;
15891
+ default:
15892
+ return $selectedOptionColor;
15893
+ }
15894
+ });
15895
+ var RemoveIcon$2$1$1$1$1$1 = styled.div(_templateObject9$2$1$1$1$1$1$1 || (_templateObject9$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 14px;\n height: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: ", ";\n border-radius: 50%;\n box-sizing: border-box;\n background: ", ";\n > div {\n cursor: ", ";\n }\n"])), function (_ref27) {
15896
+ var $disabled = _ref27.$disabled;
15897
+ return $disabled ? 'not-allowed' : 'pointer';
15898
+ }, function (_ref28) {
15899
+ var removeIconBackground = _ref28.removeIconBackground,
15900
+ $type = _ref28.$type,
15901
+ theme = _ref28.theme;
15902
+ return removeIconBackground ? removeIconBackground : $type === 'remove' ? '#5E5E5E24' : theme.disabled.primary;
15903
+ }, function (_ref29) {
15904
+ var $disabled = _ref29.$disabled;
15905
+ return $disabled ? 'not-allowed' : 'pointer';
15906
+ });
15907
+ var TextWrapper$1$1$1$1$1$1 = styled.div(_templateObject10$2$1$1$1$1$1$1 || (_templateObject10$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 4px;\n"])));
15908
+ var Asterisk$2$1$1$1$1$1 = styled.span(_templateObject11$2$1$1$1$1$1$1 || (_templateObject11$2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), function (_ref30) {
15909
+ var theme = _ref30.theme;
15910
+ return theme["default"].error;
15911
+ });
15912
+ var _templateObject$c$1$1$1$1$1$1, _templateObject2$9$1$1$1$1$1$1, _templateObject3$6$1$1$1$1$1$1, _templateObject4$5$1$1$1$1$1$1, _templateObject5$5$1$1$1$1$1$1, _templateObject6$5$1$1$1$1$1$1, _templateObject7$3$1$1$1$1$1$1, _templateObject8$3$1$1$1$1$1$1, _templateObject9$3$1$1$1$1$1$1, _templateObject10$3$1$1$1$1$1$1;
15913
+ var TitleText$1$1$1$1$1$1$1 = styled.label(_templateObject$c$1$1$1$1$1$1 || (_templateObject$c$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: relative;\n width: max-content;\n white-space: nowrap;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
15914
+ var $titleWeight = _ref.$titleWeight;
15915
+ return $titleWeight || 500;
15916
+ }, function (_ref2) {
15917
+ var $size = _ref2.$size;
15918
+ switch ($size) {
15919
+ case 'small':
15920
+ return "\n font-size: 12px;\n line-height: 12px;\n ";
15921
+ case 'medium':
15922
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
15923
+ case 'large':
15924
+ return "\n font-size: 16px;\n line-height: 16px;\n ";
15925
+ default:
15926
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
15927
+ }
15928
+ }, function (_ref3) {
15929
+ var $titlecolor = _ref3.$titlecolor,
15930
+ theme = _ref3.theme;
15931
+ switch ($titlecolor) {
15932
+ case 'dark':
15933
+ return theme.text.dark;
15934
+ case 'medium':
15935
+ return theme.text.medium;
15936
+ case 'light':
15937
+ return theme.text.light;
15938
+ case 'white':
15939
+ return theme.text.white;
15940
+ case 'warning':
15941
+ return theme["default"].warning;
15942
+ case 'info':
15943
+ return theme["default"].info;
15944
+ case 'success':
15945
+ return theme["default"].success;
15946
+ case 'error':
15947
+ return theme["default"].error;
15948
+ default:
15949
+ return $titlecolor;
15950
+ }
15951
+ });
15952
+ var DropdownContainer$1$1$1$1$1$1$1 = styled.div(_templateObject2$9$1$1$1$1$1$1 || (_templateObject2$9$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", ";\n max-width: 100%;\n position: relative;\n gap: 8px;\n display: flex;\n"])), function (_ref4) {
15953
+ var $width = _ref4.$width;
15954
+ return $width || '100%';
15955
+ });
15956
+ var DropdownButton$1$1$1$1$1$1$1 = styled.div(_templateObject3$6$1$1$1$1$1$1 || (_templateObject3$6$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n transition: all 0.3s ease;\n border: ", ";\n gap: 6px;\n padding: ", ";\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref5) {
15957
+ var $disabled = _ref5.$disabled;
15958
+ return $disabled ? 'not-allowed' : 'pointer';
15959
+ }, function (_ref6) {
15960
+ var $width = _ref6.$width;
15961
+ return $width ? $width : '100%';
15962
+ }, function (_ref7) {
15963
+ var $selectHeight = _ref7.$selectHeight;
15964
+ return $selectHeight || 'auto';
15965
+ }, function (_ref8) {
15966
+ var $borderRadius = _ref8.$borderRadius;
15967
+ return $borderRadius || '8px';
15968
+ }, function (_ref9) {
15969
+ var $border = _ref9.$border,
15970
+ $isOpen = _ref9.$isOpen,
15971
+ theme = _ref9.theme;
15972
+ return $isOpen ? "1px solid " + theme.text.dark : $border || "1px solid " + theme.border.light;
15973
+ }, function (_ref10) {
15974
+ var $size = _ref10.$size;
15975
+ switch ($size) {
15976
+ case 'small':
15977
+ return '9px 12px';
15978
+ case 'large':
15979
+ return '24px 12px';
15980
+ default:
15981
+ return '13px 12px';
15982
+ }
15983
+ }, function (_ref11) {
15984
+ var $background = _ref11.$background,
15985
+ $disabled = _ref11.$disabled,
15986
+ theme = _ref11.theme;
15987
+ return $disabled ? theme.border.light : $background || theme.accent.light_2;
15988
+ }, function (_ref12) {
15989
+ var $size = _ref12.$size;
15990
+ switch ($size) {
15991
+ case 'small':
15992
+ return '12px';
15993
+ case 'large':
15994
+ return '16px';
15995
+ default:
15996
+ return '14px';
15997
+ }
15998
+ }, function (_ref13) {
15999
+ var $size = _ref13.$size;
16000
+ switch ($size) {
16001
+ case 'small':
16002
+ return '12px';
16003
+ case 'large':
16004
+ return '16px';
16005
+ default:
16006
+ return '14px';
16007
+ }
16008
+ });
16009
+ var Options$1$1$1$1$1$1 = styled.div(_templateObject4$5$1$1$1$1$1$1 || (_templateObject4$5$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n padding: 5px 10px;\n width: 100%;\n font-size: ", ";\n font-weight: ", ";\n background-color: ", ";\n\n \n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n\n"])), function (_ref14) {
16010
+ var $optionColor = _ref14.$optionColor,
16011
+ $optionSelected = _ref14.$optionSelected,
16012
+ theme = _ref14.theme;
16013
+ return $optionSelected ? theme.text.white : $optionColor || theme.text.medium;
16014
+ }, function (_ref15) {
16015
+ var $optionFontSize = _ref15.$optionFontSize;
16016
+ return $optionFontSize || '14px';
16017
+ }, function (_ref16) {
16018
+ var $optionFontWeight = _ref16.$optionFontWeight;
16019
+ return $optionFontWeight || 400;
16020
+ }, function (_ref17) {
16021
+ var $optionBackgroundColor = _ref17.$optionBackgroundColor,
16022
+ $optionSelected = _ref17.$optionSelected,
16023
+ theme = _ref17.theme;
16024
+ return $optionSelected ? theme["default"].primary : $optionBackgroundColor || theme["default"].tertiary;
16025
+ }, function (_ref18) {
16026
+ var theme = _ref18.theme;
16027
+ return theme.hover.primary;
16028
+ }, function (_ref19) {
16029
+ var theme = _ref19.theme;
16030
+ return theme.text.white;
16031
+ });
16032
+ var LabelText$1$1$1$1$1$1$1 = styled.div(_templateObject5$5$1$1$1$1$1$1 || (_templateObject5$5$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-size: ", ";\n line-height: ", ";\n font-style: ", ";\n color: ", ";\n"])), function (_ref20) {
16033
+ var $size = _ref20.$size;
16034
+ switch ($size) {
16035
+ case 'small':
16036
+ return '14px';
16037
+ case 'large':
16038
+ return '16px';
16039
+ default:
16040
+ return '14px';
16041
+ }
16042
+ }, function (_ref21) {
16043
+ var $size = _ref21.$size;
16044
+ switch ($size) {
16045
+ case 'small':
16046
+ return '12px';
16047
+ case 'large':
16048
+ return '16px';
16049
+ default:
16050
+ return '14px';
16051
+ }
16052
+ }, function (_ref22) {
16053
+ var $fontStyle = _ref22.$fontStyle;
16054
+ return $fontStyle || '';
16055
+ }, function (_ref23) {
16056
+ var $color = _ref23.$color,
16057
+ $disabled = _ref23.$disabled,
16058
+ theme = _ref23.theme;
16059
+ return $disabled ? theme.text.medium : $color || theme.text.medium;
16060
+ });
16061
+ var NoOptions$1$1$1$1$1$1 = styled(Span$1$1$1$1$1$1)(_templateObject6$5$1$1$1$1$1$1 || (_templateObject6$5$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 100%;\n padding: 12px;\n font-size: 14px;\n font-weight: 400;\n"])));
16062
+ var DropdownMenu$1$1$1$1$1$1$1 = styled.div(_templateObject7$3$1$1$1$1$1$1 || (_templateObject7$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n height: auto;\n max-height: 170px;\n border: ", ";\n border-radius: ", ";\n min-width: 100%;\n width: ", ";\n background: ", ";\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n overflow: hidden; \n position: absolute;\n z-index: 1;\n ", "\n ", "\n z-index: 2;\n"])), function (_ref24) {
16063
+ var theme = _ref24.theme;
16064
+ return "1px solid " + theme.border.light;
16065
+ }, function (_ref25) {
16066
+ var $optionsBorderRadius = _ref25.$optionsBorderRadius;
16067
+ return $optionsBorderRadius || '8px';
16068
+ }, function (_ref26) {
16069
+ var $width = _ref26.$width;
16070
+ return $width ? $width : 'max-content';
16071
+ }, function (_ref27) {
16072
+ var $menuBackground = _ref27.$menuBackground,
16073
+ theme = _ref27.theme;
16074
+ return $menuBackground || theme.accent.light_2;
16075
+ }, function (_ref28) {
16076
+ var $top = _ref28.$top;
16077
+ return $top && "top: " + $top + ";";
16078
+ }, function (_ref29) {
16079
+ var $bottom = _ref29.$bottom;
16080
+ return $bottom && "bottom: " + $bottom + ";";
16081
+ });
16082
+ var OptionsWrapper$2$1$1$1$1$1 = styled.div(_templateObject8$3$1$1$1$1$1$1 || (_templateObject8$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n max-height: 150px; \n overflow-y: auto;\n scrollbar-width: thin;\n width: 100%;\n"])));
16083
+ var SearchContainer$1$1$1$1$1$1$1 = styled.div(_templateObject9$3$1$1$1$1$1$1 || (_templateObject9$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n background: ", ";\n border: ", ";\n border-bottom: ", ";\n border-radius: ", ";\n padding: 10px 12px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n position: sticky;\n top: 0;\n z-index: 10; \n"])), function (_ref30) {
16084
+ var $background = _ref30.$background,
16085
+ theme = _ref30.theme;
16086
+ return $background || theme.accent.light_2;
16087
+ }, function (_ref31) {
16088
+ var $border = _ref31.$border;
16089
+ return $border || 'none';
16090
+ }, function (_ref32) {
16091
+ var theme = _ref32.theme;
16092
+ return "1px solid " + theme.border.light;
16093
+ }, function (_ref33) {
16094
+ var $borderRadius = _ref33.$borderRadius;
16095
+ return $borderRadius || '8px 8px 0 0';
16096
+ });
16097
+ var SearchBar$1$1$1$1$1$1$1 = styled.input(_templateObject10$3$1$1$1$1$1$1 || (_templateObject10$3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: transparent;\n color: ", ";\n outline: none;\n \n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), function (_ref34) {
16098
+ var $inputColor = _ref34.$inputColor,
16099
+ theme = _ref34.theme;
16100
+ return $inputColor || theme.text.medium;
16101
+ }, function (_ref35) {
16102
+ var $placeholderColor = _ref35.$placeholderColor,
16103
+ theme = _ref35.theme;
16104
+ return $placeholderColor || theme.text.light;
16105
+ });
16106
+ var _templateObject$d$1$1$1$1$1$1, _templateObject2$a$1$1$1$1$1$1, _templateObject3$7$1$1$1$1$1$1;
16107
+ var SelectedOptionsWrapper$1$1$1$1$1$1$1 = styled.div(_templateObject$d$1$1$1$1$1$1 || (_templateObject$d$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n"])));
16108
+ var SelectedOptionDiv$1$1$1$1$1$1$1 = styled.div(_templateObject2$a$1$1$1$1$1$1 || (_templateObject2$a$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-family: NotoSans, sans-serif;\n font-style: normal;\n font-weight: 400;\n font-size: 12px;\n line-height: 12px;\n color: ", ";\n"])), function (_ref) {
16109
+ var $selectedOptionBackground = _ref.$selectedOptionBackground,
16110
+ $type = _ref.$type,
16111
+ theme = _ref.theme;
16112
+ return $selectedOptionBackground || $type === 'remove' ? theme.disabled.error : theme.accent.softBlue;
16113
+ }, function (_ref2) {
16114
+ var $selectedOptionColor = _ref2.$selectedOptionColor,
16115
+ $type = _ref2.$type,
16116
+ theme = _ref2.theme;
16117
+ return $selectedOptionColor || $type === 'remove' ? theme["default"].error : theme.brand.primary;
16118
+ });
16119
+ var RemoveIcon$1$1$1$1$1$1$1 = styled.div(_templateObject3$7$1$1$1$1$1$1 || (_templateObject3$7$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 14px;\n height: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border-radius: 50%;\n box-sizing: border-box;\n background: ", ";\n"])), function (_ref3) {
16120
+ var $removeIconBackground = _ref3.$removeIconBackground,
16121
+ $type = _ref3.$type,
16122
+ theme = _ref3.theme;
16123
+ return $removeIconBackground || $type === 'remove' ? '#5E5E5E24' : theme.disabled.primary;
16124
+ });
16125
+ var _templateObject$e$1$1$1$1$1$1, _templateObject2$b$1$1$1$1$1$1;
16126
+ var SearchContainer$2$1$1$1$1$1$1 = styled.div(_templateObject$e$1$1$1$1$1$1 || (_templateObject$e$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n // cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: ", ";\n }\n"])), function (_ref) {
16127
+ var $background = _ref.$background,
16128
+ theme = _ref.theme;
16129
+ return $background || theme["default"].tertiary;
16130
+ }, function (_ref2) {
16131
+ var $border = _ref2.$border,
16132
+ theme = _ref2.theme;
16133
+ return $border || "1px solid " + theme.border.light;
16134
+ }, function (_ref3) {
16135
+ var $borderRadius = _ref3.$borderRadius;
16136
+ return $borderRadius || '8px';
16137
+ }, function (_ref4) {
16138
+ var $disabled = _ref4.$disabled;
16139
+ return $disabled ? 'not-allowed' : 'pointer';
16140
+ }, function (_ref5) {
16141
+ var theme = _ref5.theme;
16142
+ return "1px solid " + theme.text.dark;
16143
+ });
16144
+ var SearchBar$2$1$1$1$1$1$1 = styled.input(_templateObject2$b$1$1$1$1$1$1 || (_templateObject2$b$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n line-height: 100%;\n }\n"])), function (_ref6) {
16145
+ var theme = _ref6.theme;
16146
+ return theme["default"].tertiary;
16147
+ }, function (_ref7) {
16148
+ var $inputColor = _ref7.$inputColor,
16149
+ theme = _ref7.theme;
16150
+ return $inputColor || theme.text.medium;
16151
+ }, function (_ref8) {
16152
+ var $placeholderColor = _ref8.$placeholderColor,
16153
+ theme = _ref8.theme;
16154
+ return $placeholderColor || theme.text.light;
16155
+ });
16156
+ var _templateObject$f$1$1$1$1$1$1, _templateObject2$c$1$1$1$1$1$1, _templateObject3$8$1$1$1$1$1$1, _templateObject4$6$1$1$1$1$1$1, _templateObject5$6$1$1$1$1$1$1;
16157
+ var Label$2$1$1$1$1$1 = styled.label(_templateObject$f$1$1$1$1$1$1 || (_templateObject$f$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n white-space: nowrap;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
16158
+ var $fontWeight = _ref.$fontWeight;
16159
+ return $fontWeight != null ? $fontWeight : '500';
16160
+ }, function (_ref2) {
16161
+ var $size = _ref2.$size;
16162
+ switch ($size) {
16163
+ case 'small':
16164
+ return "\n font-size: 12px;\n line-height: 12px;\n ";
16165
+ case 'medium':
16166
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
16167
+ case 'large':
16168
+ return "\n font-size: 16px;\n line-height: 16px;\n ";
16169
+ default:
16170
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
16171
+ }
16172
+ }, function (_ref3) {
16173
+ var $titlecolor = _ref3.$titlecolor,
16174
+ theme = _ref3.theme;
16175
+ switch ($titlecolor) {
16176
+ case 'dark':
16177
+ return theme.text.dark;
16178
+ case 'medium':
16179
+ return theme.text.medium;
16180
+ case 'light':
16181
+ return theme.text.light;
16182
+ case 'white':
16183
+ return theme.text.white;
16184
+ case 'warning':
16185
+ return theme["default"].warning;
16186
+ case 'info':
16187
+ return theme["default"].info;
16188
+ case 'success':
16189
+ return theme["default"].success;
16190
+ case 'error':
16191
+ return theme["default"].error;
16192
+ default:
16193
+ return $titlecolor;
16194
+ }
16195
+ });
16196
+ var Input$1$1$1$1$1$1 = styled.input(_templateObject2$c$1$1$1$1$1$1 || (_templateObject2$c$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n border: ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n pointer-events: ", ";\n\n ", "\n\n &:focus {\n border: 1px solid\n ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), function (_ref4) {
16197
+ var theme = _ref4.theme;
16198
+ return "1px solid " + theme.border.light;
16199
+ }, function (_ref5) {
16200
+ var $disabled = _ref5.$disabled;
16201
+ return $disabled ? 'not-allowed' : 'auto';
16202
+ }, function (_ref6) {
16203
+ var $disabled = _ref6.$disabled,
16204
+ $background = _ref6.$background,
16205
+ theme = _ref6.theme;
16206
+ return $disabled ? theme.disabled.secondary : $background;
16207
+ }, function (_ref7) {
16208
+ var $color = _ref7.$color;
16209
+ return $color;
16210
+ }, function (_ref8) {
16211
+ var $disabled = _ref8.$disabled;
16212
+ return $disabled ? 'none' : 'auto';
16213
+ }, function (_ref9) {
16214
+ var $size = _ref9.$size,
16215
+ $type = _ref9.$type;
16216
+ switch ($size) {
16217
+ case 'small':
16218
+ return "\n font-size: 12px;\n padding: " + ($type === 'password' ? '5px 38px 5px 10px' : '5px 10px') + ";\n ";
16219
+ case 'medium':
16220
+ return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '9.5px 38px 9.5px 12px' : '9.5px 12px') + ";\n ";
16221
+ case 'large':
16222
+ return "\n font-size: 16px;\n padding: " + ($type === 'password' ? '9px 38px 9px 14px' : '9px 14px') + ";\n ";
16223
+ default:
16224
+ return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '7px 38px 7px 12px' : '7px 12px') + ";\n ";
16225
+ }
16226
+ }, function (_ref10) {
16227
+ var $color = _ref10.$color,
16228
+ theme = _ref10.theme;
16229
+ switch ($color) {
16230
+ case 'dark':
16231
+ return theme.text.dark;
16232
+ case 'medium':
16233
+ return theme.text.medium;
16234
+ case 'light':
16235
+ return theme.text.light;
16236
+ case 'white':
16237
+ return theme.text.white;
16238
+ case 'warning':
16239
+ return theme["default"].warning;
16240
+ case 'info':
16241
+ return theme["default"].info;
16242
+ case 'success':
16243
+ return theme["default"].success;
16244
+ case 'error':
16245
+ return theme["default"].error;
16246
+ default:
16247
+ return $color;
16248
+ }
16249
+ }, function (_ref11) {
16250
+ var theme = _ref11.theme;
16251
+ return theme.text.light;
16252
+ });
16253
+ var InputWrapper$1$1$1$1$1$1$1 = styled.div(_templateObject3$8$1$1$1$1$1$1 || (_templateObject3$8$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
16254
+ var IconWrapper$1$1$1$1$1$1$1 = styled.div(_templateObject4$6$1$1$1$1$1$1 || (_templateObject4$6$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref12) {
16255
+ var $disabled = _ref12.$disabled;
16256
+ return $disabled ? 'not-allowed' : 'pointer';
16257
+ });
16258
+ var Asterisk$1$1$1$1$1$1$1 = styled.span(_templateObject5$6$1$1$1$1$1$1 || (_templateObject5$6$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), function (_ref13) {
16259
+ var theme = _ref13.theme;
16260
+ return theme["default"].error;
16261
+ });
16262
+ var _templateObject$g$1$1$1$1$1$1, _templateObject2$d$1$1$1$1$1$1, _templateObject3$9$1$1$1$1$1$1;
16263
+ var Container$3$1$1$1$1$1$1 = styled.div(_templateObject$g$1$1$1$1$1$1 || (_templateObject$g$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
16264
+ var $padding = _ref.$padding;
16265
+ return $padding;
16266
+ });
16267
+ var Label$1$1$1$1$1$1$1 = styled.label(_templateObject2$d$1$1$1$1$1$1 || (_templateObject2$d$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
16268
+ var $fontWeight = _ref2.$fontWeight;
16269
+ return $fontWeight != null ? $fontWeight : '500';
16270
+ }, function (_ref3) {
16271
+ var $size = _ref3.$size;
16272
+ switch ($size) {
16273
+ case 'small':
16274
+ return 'font-size: 12px; line-height: 12px;';
16275
+ case 'medium':
16276
+ return 'font-size: 14px; line-height: 14px;';
16277
+ case 'large':
16278
+ return 'font-size: 16px; line-height: 16px;';
16279
+ default:
16280
+ return 'font-size: 14px; line-height: 14px;';
16281
+ }
16282
+ }, function (_ref4) {
16283
+ var $titlecolor = _ref4.$titlecolor,
16284
+ theme = _ref4.theme;
16285
+ return $titlecolor || theme.text.dark;
16286
+ });
16287
+ var TextAreaComponent$1$1$1$1$1$1 = styled.textarea(_templateObject3$9$1$1$1$1$1$1 || (_templateObject3$9$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n border: ", ";\n border-radius: 8px;\n cursor: ", ";\n background: ", ";\n transition: all 0.3s ease;\n color: ", ";\n resize: none;\n height: 100%;\n \n ", "\n\n &:focus {\n border-color: ", ";\n }\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-family: NotoSans, sans-serif;\n }\n"])), function (_ref5) {
16288
+ var theme = _ref5.theme;
16289
+ return "1px solid " + theme.border.light;
16290
+ }, function (_ref6) {
16291
+ var $disabled = _ref6.$disabled;
16292
+ return $disabled ? 'not-allowed' : 'auto';
16293
+ }, function (_ref7) {
16294
+ var $disabled = _ref7.$disabled,
16295
+ $background = _ref7.$background,
16296
+ theme = _ref7.theme;
16297
+ return $disabled ? theme.disabled.secondary : $background;
16298
+ }, function (_ref8) {
16299
+ var $color = _ref8.$color;
16300
+ return $color;
16301
+ }, function (_ref9) {
16302
+ var $size = _ref9.$size;
16303
+ switch ($size) {
16304
+ case 'small':
16305
+ return 'font-size: 12px; padding: 5px 10px;';
16306
+ case 'medium':
16307
+ return 'font-size: 14px; padding: 9px 12px;';
16308
+ case 'large':
16309
+ return 'font-size: 16px; padding: 9px 14px;';
16310
+ default:
16311
+ return 'font-size: 14px; padding: 7px 12px;';
16312
+ }
16313
+ }, function (_ref10) {
16314
+ var $color = _ref10.$color,
16315
+ theme = _ref10.theme;
16316
+ return $color || theme.text.dark;
16317
+ }, function (_ref11) {
16318
+ var theme = _ref11.theme;
16319
+ return theme.text.light;
16320
+ });
16321
+ var _templateObject$h$1$1$1$1$1$1, _templateObject2$e$1$1$1$1$1$1, _templateObject3$a$1$1$1$1$1$1, _templateObject4$7$1$1$1$1$1$1, _templateObject5$7$1$1$1$1$1$1, _templateObject6$6$1$1$1$1$1$1, _templateObject7$4$1$1$1$1$1$1;
16322
+ var OptionContainer$1$1$1$1$1$1$1 = styled.div(_templateObject$h$1$1$1$1$1$1 || (_templateObject$h$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), function (_ref) {
16323
+ var theme = _ref.theme;
16324
+ return theme.text.white;
16325
+ });
16326
+ var OptionItem$1$1$1$1$1$1$1 = styled.div(_templateObject2$e$1$1$1$1$1$1 || (_templateObject2$e$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref2) {
16327
+ var $optionSelected = _ref2.$optionSelected,
16328
+ theme = _ref2.theme;
16329
+ return $optionSelected ? theme.text.white : theme.text.medium;
16330
+ }, function (_ref3) {
16331
+ var $optionSelected = _ref3.$optionSelected,
16332
+ theme = _ref3.theme;
16333
+ return $optionSelected ? theme["default"].primary : theme.text.white;
16334
+ }, function (_ref4) {
16335
+ var theme = _ref4.theme;
16336
+ return theme.hover.primary;
16337
+ }, function (_ref5) {
16338
+ var theme = _ref5.theme;
16339
+ return theme.text.white;
16340
+ });
16341
+ var TotalOptionsHeader$1$1$1$1$1$1 = styled.div(_templateObject3$a$1$1$1$1$1$1 || (_templateObject3$a$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: ", ";\n font-size:12px;\n"])), function (_ref6) {
16342
+ var theme = _ref6.theme;
16343
+ return theme.text.white;
16344
+ }, function (_ref7) {
16345
+ var theme = _ref7.theme;
16346
+ return theme.text.light;
16347
+ }, function (_ref8) {
16348
+ var theme = _ref8.theme;
16349
+ return "1px solid " + theme.text.light;
16350
+ });
16351
+ var OptionLabel$1$1$1$1$1$1$1 = styled.label(_templateObject4$7$1$1$1$1$1$1 || (_templateObject4$7$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
16352
+ var SearchContainer$3$1$1$1$1$1$1 = styled.div(_templateObject5$7$1$1$1$1$1$1 || (_templateObject5$7$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref9) {
16353
+ var $background = _ref9.$background,
16354
+ theme = _ref9.theme;
16355
+ switch ($background) {
16356
+ case 'dark':
16357
+ return theme.text.dark;
16358
+ case 'medium':
16359
+ return theme.text.medium;
16360
+ case 'light':
16361
+ return theme.text.light;
16362
+ case 'white':
16363
+ return theme.text.white;
16364
+ case 'warning':
16365
+ return theme["default"].warning;
16366
+ case 'info':
16367
+ return theme["default"].info;
16368
+ case 'success':
16369
+ return theme["default"].success;
16370
+ case 'error':
16371
+ return theme["default"].error;
16372
+ default:
16373
+ return $background;
16374
+ }
16375
+ }, function (_ref10) {
16376
+ var $borderBottom = _ref10.$borderBottom;
16377
+ return $borderBottom || 'none';
16378
+ }, function (_ref11) {
16379
+ var $borderRadius = _ref11.$borderRadius;
16380
+ return $borderRadius || '8px';
16381
+ });
16382
+ var SearchBar$3$1$1$1$1$1$1 = styled.input(_templateObject6$6$1$1$1$1$1$1 || (_templateObject6$6$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), function (_ref12) {
16383
+ var theme = _ref12.theme;
16384
+ return theme["default"].tertiary;
16385
+ }, function (_ref13) {
16386
+ var $inputColor = _ref13.$inputColor,
16387
+ theme = _ref13.theme;
16388
+ switch ($inputColor) {
16389
+ case 'dark':
16390
+ return theme.text.dark;
16391
+ case 'medium':
16392
+ return theme.text.medium;
16393
+ case 'light':
16394
+ return theme.text.light;
16395
+ case 'white':
16396
+ return theme.text.white;
16397
+ case 'warning':
16398
+ return theme["default"].warning;
16399
+ case 'info':
16400
+ return theme["default"].info;
16401
+ case 'success':
16402
+ return theme["default"].success;
16403
+ case 'error':
16404
+ return theme["default"].error;
16405
+ default:
16406
+ return $inputColor;
16407
+ }
16408
+ }, function (_ref14) {
16409
+ var $placeholderColor = _ref14.$placeholderColor,
16410
+ theme = _ref14.theme;
16411
+ switch ($placeholderColor) {
16412
+ case 'dark':
16413
+ return theme.text.dark;
16414
+ case 'medium':
16415
+ return theme.text.medium;
16416
+ case 'light':
16417
+ return theme.text.light;
16418
+ case 'white':
16419
+ return theme.text.white;
16420
+ case 'warning':
16421
+ return theme["default"].warning;
16422
+ case 'info':
16423
+ return theme["default"].info;
16424
+ case 'success':
16425
+ return theme["default"].success;
16426
+ case 'error':
16427
+ return theme["default"].error;
16428
+ default:
16429
+ return $placeholderColor;
16430
+ }
16431
+ });
16432
+ var OptionsWrapper$1$1$1$1$1$1$1 = styled.div(_templateObject7$4$1$1$1$1$1$1 || (_templateObject7$4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", ";\n"])), function (_ref15) {
16433
+ var theme = _ref15.theme;
16434
+ return theme.text.white;
16435
+ });
16436
+ var _templateObject$i$1$1$1$1$1$1, _templateObject2$f$1$1$1$1$1$1;
16437
+ var StyledCheckBox$1$1$1$1$1$1 = styled.input(_templateObject$i$1$1$1$1$1$1 || (_templateObject$i$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: ", ";\n border-width: 0 0.2em 0.2em 0;\n transform: rotate(45deg);\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n"])), function (_ref) {
16438
+ var $checkboxSize = _ref.$checkboxSize;
16439
+ return $checkboxSize + "px";
16440
+ }, function (_ref2) {
16441
+ var $checkboxSize = _ref2.$checkboxSize;
16442
+ return $checkboxSize + "px";
16443
+ }, function (_ref3) {
16444
+ var $checked = _ref3.$checked,
16445
+ $borderSize = _ref3.$borderSize,
16446
+ theme = _ref3.theme;
16447
+ return $checked ? $borderSize + "px solid " + theme["default"].primary : $borderSize + "px solid " + theme.border.extraBold;
16448
+ }, function (_ref4) {
16449
+ var $checked = _ref4.$checked,
16450
+ theme = _ref4.theme;
16451
+ return $checked ? theme["default"].primary : theme.text.white;
16452
+ }, function (_ref5) {
16453
+ var $checkboxSize = _ref5.$checkboxSize;
16454
+ return $checkboxSize / 1.4 + "px";
16455
+ }, function (_ref6) {
16456
+ var $checkboxSize = _ref6.$checkboxSize;
16457
+ return "calc(100% - " + $checkboxSize / 1.4 + "px)";
16458
+ }, function (_ref7) {
16459
+ var $checkboxSize = _ref7.$checkboxSize;
16460
+ return "calc(100% - " + $checkboxSize / 1.8 + "px)";
16461
+ }, function (_ref8) {
16462
+ var $checkboxSize = _ref8.$checkboxSize;
16463
+ return $checkboxSize / 5 + "px";
16464
+ }, function (_ref9) {
16465
+ var $checkboxSize = _ref9.$checkboxSize;
16466
+ return $checkboxSize / 2.4 + "px";
16467
+ }, function (_ref10) {
16468
+ var theme = _ref10.theme;
16469
+ return "solid " + theme.text.white;
16470
+ });
16471
+ var LabelSpan$1$1$1$1$1$1 = styled(Span$1$1$1$1$1$1)(_templateObject2$f$1$1$1$1$1$1 || (_templateObject2$f$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
16472
+ var _templateObject$j$1$1$1$1$1$1, _templateObject2$g$1$1$1$1$1$1, _templateObject3$b$1$1$1$1$1$1, _templateObject4$8$1$1$1$1$1$1;
16473
+ var spin$1$1$1$1$1$1$1 = keyframes(_templateObject$j$1$1$1$1$1$1 || (_templateObject$j$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
16474
+ var getDotPosition$1$1$1$1$1$1 = function getDotPosition(index, size) {
16475
+ var angle = index * 360 / 8;
16476
+ var radius = size / 2.5;
16477
+ var x = radius * Math.cos(angle * Math.PI / 180);
16478
+ var y = radius * Math.sin(angle * Math.PI / 180);
16479
+ return "translate(" + x + "px, " + y + "px)";
16480
+ };
16481
+ var SpinnerContainer$1$1$1$1$1$1 = styled.div(_templateObject2$g$1$1$1$1$1$1 || (_templateObject2$g$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
16482
+ var $size = _ref.$size;
16483
+ return $size;
16484
+ }, function (_ref2) {
16485
+ var $size = _ref2.$size;
16486
+ return $size;
16487
+ });
16488
+ var Dot$1$1$1$1$1$1 = styled.div.attrs(function (_ref3) {
16489
+ var $index = _ref3.$index,
16490
+ $size = _ref3.$size;
16491
+ return {
16492
+ style: {
16493
+ transform: getDotPosition$1$1$1$1$1$1($index, $size)
16494
+ }
16495
+ };
16496
+ })(_templateObject3$b$1$1$1$1$1$1 || (_templateObject3$b$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
16497
+ var $dotSize = _ref4.$dotSize;
16498
+ return $dotSize;
16499
+ }, function (_ref5) {
16500
+ var $dotSize = _ref5.$dotSize;
16501
+ return $dotSize;
16502
+ }, function (_ref6) {
16503
+ var $color = _ref6.$color;
16504
+ return $color;
16505
+ }, spin$1$1$1$1$1$1$1, function (_ref7) {
16506
+ var $speed = _ref7.$speed;
16507
+ return $speed;
16508
+ }, function (_ref8) {
16509
+ var $index = _ref8.$index,
16510
+ $speed = _ref8.$speed;
16511
+ return $index * $speed / 8;
16512
+ });
16513
+ var SpinnerWrapper$1$1$1$1$1$1 = styled.div(_templateObject4$8$1$1$1$1$1$1 || (_templateObject4$8$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
16514
+ var _templateObject$k$1$1$1$1$1$1, _templateObject2$h$1$1$1$1$1$1;
16515
+ var spin$2$1$1$1$1$1$1 = keyframes(_templateObject$k$1$1$1$1$1$1 || (_templateObject$k$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
16516
+ var Spinner$1$1$1$1$1$1$1 = styled.div(_templateObject2$h$1$1$1$1$1$1 || (_templateObject2$h$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
16517
+ var $size = _ref.$size;
16518
+ return $size;
16519
+ }, function (_ref2) {
16520
+ var $size = _ref2.$size;
16521
+ return $size;
16522
+ }, function (_ref3) {
16523
+ var $color = _ref3.$color;
16524
+ return $color;
16525
+ }, spin$2$1$1$1$1$1$1);
16526
+ var _templateObject$l$1$1$1$1$1$1;
16527
+ var PageInput$1$1$1$1$1$1 = styled.input(_templateObject$l$1$1$1$1$1$1 || (_templateObject$l$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: ", ";\n border-radius: 8px;\n padding: 4px;\n color: ", ";\n text-align: center;\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"])), function (_ref) {
16528
+ var theme = _ref.theme;
16529
+ return theme.accent.light_2;
16530
+ }, function (_ref2) {
16531
+ var theme = _ref2.theme;
16532
+ return "1px solid " + theme.border.light;
16533
+ }, function (_ref3) {
16534
+ var theme = _ref3.theme;
16535
+ return theme.text.dark;
16536
+ });
16537
+ var _templateObject$m$1$1$1$1$1$1, _templateObject2$i$1$1$1$1$1$1, _templateObject3$c$1$1$1$1$1$1, _templateObject4$9$1$1$1$1$1$1, _templateObject5$8$1$1$1$1$1$1;
16538
+ var SidebarContainer = styled.div(_templateObject$m$1$1$1$1$1$1 || (_templateObject$m$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
14949
16539
  var $isExpanded = _ref.$isExpanded;
14950
16540
  return $isExpanded ? '225px' : '68px';
14951
16541
  }, function (_ref2) {
@@ -14953,20 +16543,20 @@ var SidebarContainer = styled.div(_templateObject$m$1$1$1$1$1 || (_templateObjec
14953
16543
  theme = _ref2.theme;
14954
16544
  return $background || theme.accent.softBlue;
14955
16545
  });
14956
- var SidebarLink = styled(NavLink)(_templateObject2$i$1$1$1$1$1 || (_templateObject2$i$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
16546
+ var SidebarLink = styled(NavLink)(_templateObject2$i$1$1$1$1$1$1 || (_templateObject2$i$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
14957
16547
  var theme = _ref3.theme;
14958
16548
  return theme.text.medium;
14959
16549
  }, function (_ref4) {
14960
16550
  var theme = _ref4.theme;
14961
16551
  return theme["default"].primary;
14962
16552
  });
14963
- var IconWrapper$2$1$1$1$1$1 = styled.div(_templateObject3$c$1$1$1$1$1 || (_templateObject3$c$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
16553
+ var IconWrapper$2$1$1$1$1$1$1 = styled.div(_templateObject3$c$1$1$1$1$1$1 || (_templateObject3$c$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
14964
16554
  var $selected = _ref5.$selected,
14965
16555
  theme = _ref5.theme;
14966
16556
  return $selected ? theme["default"].primary : theme["default"].tertiary;
14967
16557
  });
14968
- var Logo = styled.div(_templateObject4$9$1$1$1$1$1 || (_templateObject4$9$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
14969
- var TextContainer = styled.span(_templateObject5$8$1$1$1$1$1 || (_templateObject5$8$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
16558
+ var Logo = styled.div(_templateObject4$9$1$1$1$1$1$1 || (_templateObject4$9$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
16559
+ var TextContainer = styled.span(_templateObject5$8$1$1$1$1$1$1 || (_templateObject5$8$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
14970
16560
  var $padding = _ref6.$padding;
14971
16561
  return $padding;
14972
16562
  }, function (_ref7) {
@@ -14987,13 +16577,13 @@ var TextContainer = styled.span(_templateObject5$8$1$1$1$1$1 || (_templateObject
14987
16577
  return $isExpanded ? 'visible' : 'hidden';
14988
16578
  });
14989
16579
  var _templateObject$n, _templateObject2$j, _templateObject3$d, _templateObject4$a;
14990
- var ContainerWrapper = styled.div(_templateObject$n || (_templateObject$n = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
16580
+ var ContainerWrapper = styled.div(_templateObject$n || (_templateObject$n = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
14991
16581
  return props.$width || 'auto';
14992
16582
  }, function (_ref) {
14993
16583
  var $minHeight = _ref.$minHeight;
14994
16584
  return $minHeight;
14995
16585
  });
14996
- var CellContainer = styled.div(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
16586
+ var CellContainer = styled.div(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
14997
16587
  return props.$align;
14998
16588
  }, function (props) {
14999
16589
  return props.$width || 'auto';
@@ -15004,14 +16594,14 @@ var CellContainer = styled.div(_templateObject2$j || (_templateObject2$j = _tagg
15004
16594
  }, function (props) {
15005
16595
  return props.$padding;
15006
16596
  });
15007
- var MainText = styled.div(_templateObject3$d || (_templateObject3$d = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
16597
+ var MainText = styled.div(_templateObject3$d || (_templateObject3$d = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15008
16598
  return props.$mtc;
15009
16599
  }, function (props) {
15010
16600
  return props.$mtfs;
15011
16601
  }, function (props) {
15012
16602
  return props.$mtw;
15013
16603
  });
15014
- var SubText = styled.div(_templateObject4$a || (_templateObject4$a = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
16604
+ var SubText = styled.div(_templateObject4$a || (_templateObject4$a = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15015
16605
  return props.$stc;
15016
16606
  }, function (props) {
15017
16607
  return props.$stfs;
@@ -15019,13 +16609,13 @@ var SubText = styled.div(_templateObject4$a || (_templateObject4$a = _taggedTemp
15019
16609
  return props.$stw;
15020
16610
  });
15021
16611
  var _templateObject$o;
15022
- var TableRowContainer = styled$1.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
15023
- var _templateObject$p, _templateObject2$k, _templateObject3$e, _templateObject4$b, _templateObject5$9, _templateObject6$7$1$1$1$1$1;
15024
- var TableContainer = styled.div(_templateObject$p || (_templateObject$p = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
16612
+ var TableRowContainer = styled$1.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
16613
+ var _templateObject$p, _templateObject2$k, _templateObject3$e, _templateObject4$b, _templateObject5$9, _templateObject6$7$1$1$1$1$1$1;
16614
+ var TableContainer = styled.div(_templateObject$p || (_templateObject$p = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
15025
16615
  var theme = _ref.theme;
15026
16616
  return theme.brand.light;
15027
16617
  });
15028
- var TableHeader = styled.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
16618
+ var TableHeader = styled.div(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
15029
16619
  var $hbcolor = _ref2.$hbcolor,
15030
16620
  theme = _ref2.theme;
15031
16621
  return $hbcolor || theme["default"].tertiary;
@@ -15034,24 +16624,24 @@ var TableHeader = styled.div(_templateObject2$k || (_templateObject2$k = _tagged
15034
16624
  theme = _ref3.theme;
15035
16625
  return $tcolor || theme.text.white;
15036
16626
  });
15037
- var TableContent = styled.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
15038
- var TableData = styled.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
16627
+ var TableContent = styled.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
16628
+ var TableData = styled.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
15039
16629
  var $isLegends = _ref4.$isLegends;
15040
16630
  return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
15041
16631
  });
15042
- var LegendDivider = styled.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
16632
+ var LegendDivider = styled.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
15043
16633
  var theme = _ref5.theme;
15044
16634
  return theme.border.extraLight;
15045
16635
  }, function (_ref6) {
15046
16636
  var $marginRight = _ref6.$marginRight;
15047
16637
  return $marginRight != null ? $marginRight : '0px';
15048
16638
  });
15049
- var Divider = styled.div(_templateObject6$7$1$1$1$1$1 || (_templateObject6$7$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
16639
+ var Divider = styled.div(_templateObject6$7$1$1$1$1$1$1 || (_templateObject6$7$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
15050
16640
  var theme = _ref7.theme;
15051
16641
  return theme.border.extraLight;
15052
16642
  });
15053
16643
  var _templateObject$q, _templateObject2$l, _templateObject3$f, _templateObject4$c, _templateObject5$a, _templateObject6$8;
15054
- var Container$4$1$1$1$1$1 = styled.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
16644
+ var Container$4$1$1$1$1$1$1 = styled.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
15055
16645
  var $overflow = _ref.$overflow;
15056
16646
  return $overflow || 'visible';
15057
16647
  }, function (_ref2) {
@@ -15061,7 +16651,7 @@ var Container$4$1$1$1$1$1 = styled.div(_templateObject$q || (_templateObject$q =
15061
16651
  var $border = _ref3.$border;
15062
16652
  return $border;
15063
16653
  });
15064
- var FirstContainer = styled.div(_templateObject2$l || (_templateObject2$l = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
16654
+ var FirstContainer = styled.div(_templateObject2$l || (_templateObject2$l = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
15065
16655
  var $bordeBottom = _ref4.$bordeBottom,
15066
16656
  theme = _ref4.theme;
15067
16657
  return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
@@ -15069,7 +16659,7 @@ var FirstContainer = styled.div(_templateObject2$l || (_templateObject2$l = _tag
15069
16659
  var $headerPadding = _ref5.$headerPadding;
15070
16660
  return $headerPadding ? $headerPadding : '0px';
15071
16661
  });
15072
- var TabContainer = styled.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
16662
+ var TabContainer = styled.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
15073
16663
  var $disabled = _ref6.$disabled;
15074
16664
  return $disabled ? 'not-allowed' : 'pointer';
15075
16665
  }, function (_ref7) {
@@ -15085,7 +16675,7 @@ var TabContainer = styled.div(_templateObject3$f || (_templateObject3$f = _tagge
15085
16675
  var $disabled = _ref10.$disabled;
15086
16676
  return $disabled ? 'not-allowed' : 'pointer';
15087
16677
  });
15088
- var TabItemContainer = styled.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
16678
+ var TabItemContainer = styled.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
15089
16679
  var $headerHeight = _ref11.$headerHeight;
15090
16680
  return $headerHeight ? $headerHeight : '34px';
15091
16681
  }, function (props) {
@@ -15094,15 +16684,15 @@ var TabItemContainer = styled.div(_templateObject4$c || (_templateObject4$c = _t
15094
16684
  var theme = _ref12.theme;
15095
16685
  return theme["default"].primary;
15096
16686
  });
15097
- var DetailsFirstContainer = styled.div(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
16687
+ var DetailsFirstContainer = styled.div(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
15098
16688
  var $active = _ref13.$active,
15099
16689
  theme = _ref13.theme;
15100
16690
  return $active ? theme["default"].primary : theme.text.medium;
15101
16691
  });
15102
- var TabItemsWrapper = styled.div(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
16692
+ var TabItemsWrapper = styled.div(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
15103
16693
  var _templateObject$r, _templateObject2$m;
15104
- var shimmer = keyframes(_templateObject$r || (_templateObject$r = _taggedTemplateLiteralLoose$1$1$1$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
15105
- var AnimatedProgress = styled.div(_templateObject2$m || (_templateObject2$m = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
16694
+ var shimmer = keyframes(_templateObject$r || (_templateObject$r = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
16695
+ var AnimatedProgress = styled.div(_templateObject2$m || (_templateObject2$m = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
15106
16696
  var width = _ref.width;
15107
16697
  return width;
15108
16698
  }, function (_ref2) {
@@ -15110,7 +16700,7 @@ var AnimatedProgress = styled.div(_templateObject2$m || (_templateObject2$m = _t
15110
16700
  return color;
15111
16701
  }, shimmer);
15112
16702
  var _templateObject$s, _templateObject2$n, _templateObject3$g, _templateObject4$d, _templateObject5$b;
15113
- var SidebarContainer$1 = styled.div(_templateObject$s || (_templateObject$s = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
16703
+ var SidebarContainer$1 = styled.div(_templateObject$s || (_templateObject$s = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
15114
16704
  var $isExpanded = _ref.$isExpanded;
15115
16705
  return $isExpanded ? '225px' : '68px';
15116
16706
  }, function (_ref2) {
@@ -15118,20 +16708,20 @@ var SidebarContainer$1 = styled.div(_templateObject$s || (_templateObject$s = _t
15118
16708
  theme = _ref2.theme;
15119
16709
  return $background || theme.accent.softBlue;
15120
16710
  });
15121
- var SidebarLink$1 = styled(NavLink)(_templateObject2$n || (_templateObject2$n = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
16711
+ var SidebarLink$1 = styled(NavLink)(_templateObject2$n || (_templateObject2$n = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
15122
16712
  var theme = _ref3.theme;
15123
16713
  return theme.text.medium;
15124
16714
  }, function (_ref4) {
15125
16715
  var theme = _ref4.theme;
15126
16716
  return theme["default"].primary;
15127
16717
  });
15128
- var IconWrapper$3 = styled.div(_templateObject3$g || (_templateObject3$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
16718
+ var IconWrapper$3 = styled.div(_templateObject3$g || (_templateObject3$g = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
15129
16719
  var $selected = _ref5.$selected,
15130
16720
  theme = _ref5.theme;
15131
16721
  return $selected ? theme["default"].primary : theme["default"].tertiary;
15132
16722
  });
15133
- var Logo$1 = styled.div(_templateObject4$d || (_templateObject4$d = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
15134
- var TextContainer$1 = styled.span(_templateObject5$b || (_templateObject5$b = _taggedTemplateLiteralLoose$1$1$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
16723
+ var Logo$1 = styled.div(_templateObject4$d || (_templateObject4$d = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
16724
+ var TextContainer$1 = styled.span(_templateObject5$b || (_templateObject5$b = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
15135
16725
  var $padding = _ref6.$padding;
15136
16726
  return $padding;
15137
16727
  }, function (_ref7) {
@@ -15152,13 +16742,13 @@ var TextContainer$1 = styled.span(_templateObject5$b || (_templateObject5$b = _t
15152
16742
  return $isExpanded ? 'visible' : 'hidden';
15153
16743
  });
15154
16744
  var _templateObject$t, _templateObject2$o, _templateObject3$h, _templateObject4$e;
15155
- var ContainerWrapper$1 = styled.div(_templateObject$t || (_templateObject$t = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
16745
+ var ContainerWrapper$1 = styled.div(_templateObject$t || (_templateObject$t = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
15156
16746
  return props.$width || 'auto';
15157
16747
  }, function (_ref) {
15158
16748
  var $minHeight = _ref.$minHeight;
15159
16749
  return $minHeight;
15160
16750
  });
15161
- var CellContainer$1 = styled.div(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
16751
+ var CellContainer$1 = styled.div(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
15162
16752
  return props.$align;
15163
16753
  }, function (props) {
15164
16754
  return props.$width || 'auto';
@@ -15169,14 +16759,14 @@ var CellContainer$1 = styled.div(_templateObject2$o || (_templateObject2$o = _ta
15169
16759
  }, function (props) {
15170
16760
  return props.$padding;
15171
16761
  });
15172
- var MainText$1 = styled.div(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
16762
+ var MainText$1 = styled.div(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15173
16763
  return props.$mtc;
15174
16764
  }, function (props) {
15175
16765
  return props.$mtfs;
15176
16766
  }, function (props) {
15177
16767
  return props.$mtw;
15178
16768
  });
15179
- var SubText$1 = styled.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
16769
+ var SubText$1 = styled.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15180
16770
  return props.$stc;
15181
16771
  }, function (props) {
15182
16772
  return props.$stfs;
@@ -15184,13 +16774,13 @@ var SubText$1 = styled.div(_templateObject4$e || (_templateObject4$e = _taggedTe
15184
16774
  return props.$stw;
15185
16775
  });
15186
16776
  var _templateObject$u;
15187
- var TableRowContainer$1 = styled$1.div(_templateObject$u || (_templateObject$u = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
16777
+ var TableRowContainer$1 = styled$1.div(_templateObject$u || (_templateObject$u = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
15188
16778
  var _templateObject$v, _templateObject2$p, _templateObject3$i, _templateObject4$f, _templateObject5$c, _templateObject6$9;
15189
- var TableContainer$1 = styled.div(_templateObject$v || (_templateObject$v = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
16779
+ var TableContainer$1 = styled.div(_templateObject$v || (_templateObject$v = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
15190
16780
  var theme = _ref.theme;
15191
16781
  return theme.brand.light;
15192
16782
  });
15193
- var TableHeader$1 = styled.div(_templateObject2$p || (_templateObject2$p = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
16783
+ var TableHeader$1 = styled.div(_templateObject2$p || (_templateObject2$p = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
15194
16784
  var $hbcolor = _ref2.$hbcolor,
15195
16785
  theme = _ref2.theme;
15196
16786
  return $hbcolor || theme["default"].tertiary;
@@ -15199,24 +16789,24 @@ var TableHeader$1 = styled.div(_templateObject2$p || (_templateObject2$p = _tagg
15199
16789
  theme = _ref3.theme;
15200
16790
  return $tcolor || theme.text.white;
15201
16791
  });
15202
- var TableContent$1 = styled.div(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
15203
- var TableData$1 = styled.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
16792
+ var TableContent$1 = styled.div(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
16793
+ var TableData$1 = styled.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
15204
16794
  var $isLegends = _ref4.$isLegends;
15205
16795
  return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
15206
16796
  });
15207
- var LegendDivider$1 = styled.div(_templateObject5$c || (_templateObject5$c = _taggedTemplateLiteralLoose$1$1$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
16797
+ var LegendDivider$1 = styled.div(_templateObject5$c || (_templateObject5$c = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
15208
16798
  var theme = _ref5.theme;
15209
16799
  return theme.border.extraLight;
15210
16800
  }, function (_ref6) {
15211
16801
  var $marginRight = _ref6.$marginRight;
15212
16802
  return $marginRight != null ? $marginRight : '0px';
15213
16803
  });
15214
- var Divider$1 = styled.div(_templateObject6$9 || (_templateObject6$9 = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
16804
+ var Divider$1 = styled.div(_templateObject6$9 || (_templateObject6$9 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
15215
16805
  var theme = _ref7.theme;
15216
16806
  return theme.border.extraLight;
15217
16807
  });
15218
16808
  var _templateObject$w, _templateObject2$q, _templateObject3$j, _templateObject4$g, _templateObject5$d, _templateObject6$a;
15219
- var Container$5 = styled.div(_templateObject$w || (_templateObject$w = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
16809
+ var Container$5 = styled.div(_templateObject$w || (_templateObject$w = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
15220
16810
  var $overflow = _ref.$overflow;
15221
16811
  return $overflow || 'visible';
15222
16812
  }, function (_ref2) {
@@ -15226,7 +16816,7 @@ var Container$5 = styled.div(_templateObject$w || (_templateObject$w = _taggedTe
15226
16816
  var $border = _ref3.$border;
15227
16817
  return $border;
15228
16818
  });
15229
- var FirstContainer$1 = styled.div(_templateObject2$q || (_templateObject2$q = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
16819
+ var FirstContainer$1 = styled.div(_templateObject2$q || (_templateObject2$q = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
15230
16820
  var $bordeBottom = _ref4.$bordeBottom,
15231
16821
  theme = _ref4.theme;
15232
16822
  return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
@@ -15234,7 +16824,7 @@ var FirstContainer$1 = styled.div(_templateObject2$q || (_templateObject2$q = _t
15234
16824
  var $headerPadding = _ref5.$headerPadding;
15235
16825
  return $headerPadding ? $headerPadding : '0px';
15236
16826
  });
15237
- var TabContainer$1 = styled.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
16827
+ var TabContainer$1 = styled.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
15238
16828
  var $disabled = _ref6.$disabled;
15239
16829
  return $disabled ? 'not-allowed' : 'pointer';
15240
16830
  }, function (_ref7) {
@@ -15250,7 +16840,7 @@ var TabContainer$1 = styled.div(_templateObject3$j || (_templateObject3$j = _tag
15250
16840
  var $disabled = _ref10.$disabled;
15251
16841
  return $disabled ? 'not-allowed' : 'pointer';
15252
16842
  });
15253
- var TabItemContainer$1 = styled.div(_templateObject4$g || (_templateObject4$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
16843
+ var TabItemContainer$1 = styled.div(_templateObject4$g || (_templateObject4$g = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
15254
16844
  var $headerHeight = _ref11.$headerHeight;
15255
16845
  return $headerHeight ? $headerHeight : '34px';
15256
16846
  }, function (props) {
@@ -15259,15 +16849,15 @@ var TabItemContainer$1 = styled.div(_templateObject4$g || (_templateObject4$g =
15259
16849
  var theme = _ref12.theme;
15260
16850
  return theme["default"].primary;
15261
16851
  });
15262
- var DetailsFirstContainer$1 = styled.div(_templateObject5$d || (_templateObject5$d = _taggedTemplateLiteralLoose$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
16852
+ var DetailsFirstContainer$1 = styled.div(_templateObject5$d || (_templateObject5$d = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
15263
16853
  var $active = _ref13.$active,
15264
16854
  theme = _ref13.theme;
15265
16855
  return $active ? theme["default"].primary : theme.text.medium;
15266
16856
  });
15267
- var TabItemsWrapper$1 = styled.div(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
16857
+ var TabItemsWrapper$1 = styled.div(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
15268
16858
  var _templateObject$x, _templateObject2$r;
15269
- var shimmer$1 = keyframes(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose$1$1$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
15270
- var AnimatedProgress$1 = styled.div(_templateObject2$r || (_templateObject2$r = _taggedTemplateLiteralLoose$1$1$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
16859
+ var shimmer$1 = keyframes(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose$1$1$1$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
16860
+ var AnimatedProgress$1 = styled.div(_templateObject2$r || (_templateObject2$r = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
15271
16861
  var width = _ref.width;
15272
16862
  return width;
15273
16863
  }, function (_ref2) {
@@ -15275,7 +16865,7 @@ var AnimatedProgress$1 = styled.div(_templateObject2$r || (_templateObject2$r =
15275
16865
  return color;
15276
16866
  }, shimmer$1);
15277
16867
  var _templateObject$y, _templateObject2$s, _templateObject3$k, _templateObject4$h, _templateObject5$e;
15278
- var SidebarContainer$2 = styled.div(_templateObject$y || (_templateObject$y = _taggedTemplateLiteralLoose$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
16868
+ var SidebarContainer$2 = styled.div(_templateObject$y || (_templateObject$y = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
15279
16869
  var $isExpanded = _ref.$isExpanded;
15280
16870
  return $isExpanded ? '225px' : '68px';
15281
16871
  }, function (_ref2) {
@@ -15283,20 +16873,20 @@ var SidebarContainer$2 = styled.div(_templateObject$y || (_templateObject$y = _t
15283
16873
  theme = _ref2.theme;
15284
16874
  return $background || theme.accent.softBlue;
15285
16875
  });
15286
- var SidebarLink$2 = styled(NavLink)(_templateObject2$s || (_templateObject2$s = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
16876
+ var SidebarLink$2 = styled(NavLink)(_templateObject2$s || (_templateObject2$s = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
15287
16877
  var theme = _ref3.theme;
15288
16878
  return theme.text.medium;
15289
16879
  }, function (_ref4) {
15290
16880
  var theme = _ref4.theme;
15291
16881
  return theme["default"].primary;
15292
16882
  });
15293
- var IconWrapper$4 = styled.div(_templateObject3$k || (_templateObject3$k = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
16883
+ var IconWrapper$4 = styled.div(_templateObject3$k || (_templateObject3$k = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
15294
16884
  var $selected = _ref5.$selected,
15295
16885
  theme = _ref5.theme;
15296
16886
  return $selected ? theme["default"].primary : theme["default"].tertiary;
15297
16887
  });
15298
- var Logo$2 = styled.div(_templateObject4$h || (_templateObject4$h = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
15299
- var TextContainer$2 = styled.span(_templateObject5$e || (_templateObject5$e = _taggedTemplateLiteralLoose$1$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
16888
+ var Logo$2 = styled.div(_templateObject4$h || (_templateObject4$h = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
16889
+ var TextContainer$2 = styled.span(_templateObject5$e || (_templateObject5$e = _taggedTemplateLiteralLoose$1$1$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
15300
16890
  var $padding = _ref6.$padding;
15301
16891
  return $padding;
15302
16892
  }, function (_ref7) {
@@ -15317,13 +16907,13 @@ var TextContainer$2 = styled.span(_templateObject5$e || (_templateObject5$e = _t
15317
16907
  return $isExpanded ? 'visible' : 'hidden';
15318
16908
  });
15319
16909
  var _templateObject$z, _templateObject2$t, _templateObject3$l, _templateObject4$i;
15320
- var ContainerWrapper$2 = styled.div(_templateObject$z || (_templateObject$z = _taggedTemplateLiteralLoose$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
16910
+ var ContainerWrapper$2 = styled.div(_templateObject$z || (_templateObject$z = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
15321
16911
  return props.$width || 'auto';
15322
16912
  }, function (_ref) {
15323
16913
  var $minHeight = _ref.$minHeight;
15324
16914
  return $minHeight;
15325
16915
  });
15326
- var CellContainer$2 = styled.div(_templateObject2$t || (_templateObject2$t = _taggedTemplateLiteralLoose$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
16916
+ var CellContainer$2 = styled.div(_templateObject2$t || (_templateObject2$t = _taggedTemplateLiteralLoose$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
15327
16917
  return props.$align;
15328
16918
  }, function (props) {
15329
16919
  return props.$width || 'auto';
@@ -15334,14 +16924,14 @@ var CellContainer$2 = styled.div(_templateObject2$t || (_templateObject2$t = _ta
15334
16924
  }, function (props) {
15335
16925
  return props.$padding;
15336
16926
  });
15337
- var MainText$2 = styled.div(_templateObject3$l || (_templateObject3$l = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
16927
+ var MainText$2 = styled.div(_templateObject3$l || (_templateObject3$l = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15338
16928
  return props.$mtc;
15339
16929
  }, function (props) {
15340
16930
  return props.$mtfs;
15341
16931
  }, function (props) {
15342
16932
  return props.$mtw;
15343
16933
  });
15344
- var SubText$2 = styled.div(_templateObject4$i || (_templateObject4$i = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
16934
+ var SubText$2 = styled.div(_templateObject4$i || (_templateObject4$i = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15345
16935
  return props.$stc;
15346
16936
  }, function (props) {
15347
16937
  return props.$stfs;
@@ -15349,13 +16939,13 @@ var SubText$2 = styled.div(_templateObject4$i || (_templateObject4$i = _taggedTe
15349
16939
  return props.$stw;
15350
16940
  });
15351
16941
  var _templateObject$A;
15352
- var TableRowContainer$2 = styled$1.div(_templateObject$A || (_templateObject$A = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
16942
+ var TableRowContainer$2 = styled$1.div(_templateObject$A || (_templateObject$A = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
15353
16943
  var _templateObject$B, _templateObject2$u, _templateObject3$m, _templateObject4$j, _templateObject5$f, _templateObject6$b;
15354
- var TableContainer$2 = styled.div(_templateObject$B || (_templateObject$B = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
16944
+ var TableContainer$2 = styled.div(_templateObject$B || (_templateObject$B = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
15355
16945
  var theme = _ref.theme;
15356
16946
  return theme.brand.light;
15357
16947
  });
15358
- var TableHeader$2 = styled.div(_templateObject2$u || (_templateObject2$u = _taggedTemplateLiteralLoose$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
16948
+ var TableHeader$2 = styled.div(_templateObject2$u || (_templateObject2$u = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
15359
16949
  var $hbcolor = _ref2.$hbcolor,
15360
16950
  theme = _ref2.theme;
15361
16951
  return $hbcolor || theme["default"].tertiary;
@@ -15364,24 +16954,24 @@ var TableHeader$2 = styled.div(_templateObject2$u || (_templateObject2$u = _tagg
15364
16954
  theme = _ref3.theme;
15365
16955
  return $tcolor || theme.text.white;
15366
16956
  });
15367
- var TableContent$2 = styled.div(_templateObject3$m || (_templateObject3$m = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
15368
- var TableData$2 = styled.div(_templateObject4$j || (_templateObject4$j = _taggedTemplateLiteralLoose$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
16957
+ var TableContent$2 = styled.div(_templateObject3$m || (_templateObject3$m = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
16958
+ var TableData$2 = styled.div(_templateObject4$j || (_templateObject4$j = _taggedTemplateLiteralLoose$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
15369
16959
  var $isLegends = _ref4.$isLegends;
15370
16960
  return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
15371
16961
  });
15372
- var LegendDivider$2 = styled.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose$1$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
16962
+ var LegendDivider$2 = styled.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose$1$1$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
15373
16963
  var theme = _ref5.theme;
15374
16964
  return theme.border.extraLight;
15375
16965
  }, function (_ref6) {
15376
16966
  var $marginRight = _ref6.$marginRight;
15377
16967
  return $marginRight != null ? $marginRight : '0px';
15378
16968
  });
15379
- var Divider$2 = styled.div(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose$1$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
16969
+ var Divider$2 = styled.div(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
15380
16970
  var theme = _ref7.theme;
15381
16971
  return theme.border.extraLight;
15382
16972
  });
15383
16973
  var _templateObject$C, _templateObject2$v, _templateObject3$n, _templateObject4$k, _templateObject5$g, _templateObject6$c;
15384
- var Container$6 = styled.div(_templateObject$C || (_templateObject$C = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
16974
+ var Container$6 = styled.div(_templateObject$C || (_templateObject$C = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
15385
16975
  var $overflow = _ref.$overflow;
15386
16976
  return $overflow || 'visible';
15387
16977
  }, function (_ref2) {
@@ -15391,7 +16981,7 @@ var Container$6 = styled.div(_templateObject$C || (_templateObject$C = _taggedTe
15391
16981
  var $border = _ref3.$border;
15392
16982
  return $border;
15393
16983
  });
15394
- var FirstContainer$2 = styled.div(_templateObject2$v || (_templateObject2$v = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
16984
+ var FirstContainer$2 = styled.div(_templateObject2$v || (_templateObject2$v = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
15395
16985
  var $bordeBottom = _ref4.$bordeBottom,
15396
16986
  theme = _ref4.theme;
15397
16987
  return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
@@ -15399,7 +16989,7 @@ var FirstContainer$2 = styled.div(_templateObject2$v || (_templateObject2$v = _t
15399
16989
  var $headerPadding = _ref5.$headerPadding;
15400
16990
  return $headerPadding ? $headerPadding : '0px';
15401
16991
  });
15402
- var TabContainer$2 = styled.div(_templateObject3$n || (_templateObject3$n = _taggedTemplateLiteralLoose$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
16992
+ var TabContainer$2 = styled.div(_templateObject3$n || (_templateObject3$n = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
15403
16993
  var $disabled = _ref6.$disabled;
15404
16994
  return $disabled ? 'not-allowed' : 'pointer';
15405
16995
  }, function (_ref7) {
@@ -15415,7 +17005,7 @@ var TabContainer$2 = styled.div(_templateObject3$n || (_templateObject3$n = _tag
15415
17005
  var $disabled = _ref10.$disabled;
15416
17006
  return $disabled ? 'not-allowed' : 'pointer';
15417
17007
  });
15418
- var TabItemContainer$2 = styled.div(_templateObject4$k || (_templateObject4$k = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
17008
+ var TabItemContainer$2 = styled.div(_templateObject4$k || (_templateObject4$k = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
15419
17009
  var $headerHeight = _ref11.$headerHeight;
15420
17010
  return $headerHeight ? $headerHeight : '34px';
15421
17011
  }, function (props) {
@@ -15424,15 +17014,15 @@ var TabItemContainer$2 = styled.div(_templateObject4$k || (_templateObject4$k =
15424
17014
  var theme = _ref12.theme;
15425
17015
  return theme["default"].primary;
15426
17016
  });
15427
- var DetailsFirstContainer$2 = styled.div(_templateObject5$g || (_templateObject5$g = _taggedTemplateLiteralLoose$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
17017
+ var DetailsFirstContainer$2 = styled.div(_templateObject5$g || (_templateObject5$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
15428
17018
  var $active = _ref13.$active,
15429
17019
  theme = _ref13.theme;
15430
17020
  return $active ? theme["default"].primary : theme.text.medium;
15431
17021
  });
15432
- var TabItemsWrapper$2 = styled.div(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
17022
+ var TabItemsWrapper$2 = styled.div(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
15433
17023
  var _templateObject$D, _templateObject2$w;
15434
- var shimmer$2 = keyframes(_templateObject$D || (_templateObject$D = _taggedTemplateLiteralLoose$1$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
15435
- var AnimatedProgress$2 = styled.div(_templateObject2$w || (_templateObject2$w = _taggedTemplateLiteralLoose$1$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
17024
+ var shimmer$2 = keyframes(_templateObject$D || (_templateObject$D = _taggedTemplateLiteralLoose$1$1$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
17025
+ var AnimatedProgress$2 = styled.div(_templateObject2$w || (_templateObject2$w = _taggedTemplateLiteralLoose$1$1$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
15436
17026
  var width = _ref.width;
15437
17027
  return width;
15438
17028
  }, function (_ref2) {
@@ -15440,7 +17030,7 @@ var AnimatedProgress$2 = styled.div(_templateObject2$w || (_templateObject2$w =
15440
17030
  return color;
15441
17031
  }, shimmer$2);
15442
17032
  var _templateObject$E, _templateObject2$x, _templateObject3$o, _templateObject4$l, _templateObject5$h;
15443
- var SidebarContainer$3 = styled.div(_templateObject$E || (_templateObject$E = _taggedTemplateLiteralLoose$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
17033
+ var SidebarContainer$3 = styled.div(_templateObject$E || (_templateObject$E = _taggedTemplateLiteralLoose$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
15444
17034
  var $isExpanded = _ref.$isExpanded;
15445
17035
  return $isExpanded ? '225px' : '68px';
15446
17036
  }, function (_ref2) {
@@ -15448,20 +17038,20 @@ var SidebarContainer$3 = styled.div(_templateObject$E || (_templateObject$E = _t
15448
17038
  theme = _ref2.theme;
15449
17039
  return $background || theme.accent.softBlue;
15450
17040
  });
15451
- var SidebarLink$3 = styled(NavLink)(_templateObject2$x || (_templateObject2$x = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
17041
+ var SidebarLink$3 = styled(NavLink)(_templateObject2$x || (_templateObject2$x = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
15452
17042
  var theme = _ref3.theme;
15453
17043
  return theme.text.medium;
15454
17044
  }, function (_ref4) {
15455
17045
  var theme = _ref4.theme;
15456
17046
  return theme["default"].primary;
15457
17047
  });
15458
- var IconWrapper$5 = styled.div(_templateObject3$o || (_templateObject3$o = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
17048
+ var IconWrapper$5 = styled.div(_templateObject3$o || (_templateObject3$o = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
15459
17049
  var $selected = _ref5.$selected,
15460
17050
  theme = _ref5.theme;
15461
17051
  return $selected ? theme["default"].primary : theme["default"].tertiary;
15462
17052
  });
15463
- var Logo$3 = styled.div(_templateObject4$l || (_templateObject4$l = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
15464
- var TextContainer$3 = styled.span(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
17053
+ var Logo$3 = styled.div(_templateObject4$l || (_templateObject4$l = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
17054
+ var TextContainer$3 = styled.span(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose$1$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
15465
17055
  var $padding = _ref6.$padding;
15466
17056
  return $padding;
15467
17057
  }, function (_ref7) {
@@ -15482,13 +17072,13 @@ var TextContainer$3 = styled.span(_templateObject5$h || (_templateObject5$h = _t
15482
17072
  return $isExpanded ? 'visible' : 'hidden';
15483
17073
  });
15484
17074
  var _templateObject$F, _templateObject2$y, _templateObject3$p, _templateObject4$m;
15485
- var ContainerWrapper$3 = styled.div(_templateObject$F || (_templateObject$F = _taggedTemplateLiteralLoose$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
17075
+ var ContainerWrapper$3 = styled.div(_templateObject$F || (_templateObject$F = _taggedTemplateLiteralLoose$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
15486
17076
  return props.$width || 'auto';
15487
17077
  }, function (_ref) {
15488
17078
  var $minHeight = _ref.$minHeight;
15489
17079
  return $minHeight;
15490
17080
  });
15491
- var CellContainer$3 = styled.div(_templateObject2$y || (_templateObject2$y = _taggedTemplateLiteralLoose$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
17081
+ var CellContainer$3 = styled.div(_templateObject2$y || (_templateObject2$y = _taggedTemplateLiteralLoose$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
15492
17082
  return props.$align;
15493
17083
  }, function (props) {
15494
17084
  return props.$width || 'auto';
@@ -15499,14 +17089,14 @@ var CellContainer$3 = styled.div(_templateObject2$y || (_templateObject2$y = _ta
15499
17089
  }, function (props) {
15500
17090
  return props.$padding;
15501
17091
  });
15502
- var MainText$3 = styled.div(_templateObject3$p || (_templateObject3$p = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
17092
+ var MainText$3 = styled.div(_templateObject3$p || (_templateObject3$p = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15503
17093
  return props.$mtc;
15504
17094
  }, function (props) {
15505
17095
  return props.$mtfs;
15506
17096
  }, function (props) {
15507
17097
  return props.$mtw;
15508
17098
  });
15509
- var SubText$3 = styled.div(_templateObject4$m || (_templateObject4$m = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
17099
+ var SubText$3 = styled.div(_templateObject4$m || (_templateObject4$m = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15510
17100
  return props.$stc;
15511
17101
  }, function (props) {
15512
17102
  return props.$stfs;
@@ -15514,13 +17104,13 @@ var SubText$3 = styled.div(_templateObject4$m || (_templateObject4$m = _taggedTe
15514
17104
  return props.$stw;
15515
17105
  });
15516
17106
  var _templateObject$G;
15517
- var TableRowContainer$3 = styled$1.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
17107
+ var TableRowContainer$3 = styled$1.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
15518
17108
  var _templateObject$H, _templateObject2$z, _templateObject3$q, _templateObject4$n, _templateObject5$i, _templateObject6$d;
15519
- var TableContainer$3 = styled.div(_templateObject$H || (_templateObject$H = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
17109
+ var TableContainer$3 = styled.div(_templateObject$H || (_templateObject$H = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
15520
17110
  var theme = _ref.theme;
15521
17111
  return theme.brand.light;
15522
17112
  });
15523
- var TableHeader$3 = styled.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
17113
+ var TableHeader$3 = styled.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
15524
17114
  var $hbcolor = _ref2.$hbcolor,
15525
17115
  theme = _ref2.theme;
15526
17116
  return $hbcolor || theme["default"].tertiary;
@@ -15529,24 +17119,24 @@ var TableHeader$3 = styled.div(_templateObject2$z || (_templateObject2$z = _tagg
15529
17119
  theme = _ref3.theme;
15530
17120
  return $tcolor || theme.text.white;
15531
17121
  });
15532
- var TableContent$3 = styled.div(_templateObject3$q || (_templateObject3$q = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
15533
- var TableData$3 = styled.div(_templateObject4$n || (_templateObject4$n = _taggedTemplateLiteralLoose$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
17122
+ var TableContent$3 = styled.div(_templateObject3$q || (_templateObject3$q = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
17123
+ var TableData$3 = styled.div(_templateObject4$n || (_templateObject4$n = _taggedTemplateLiteralLoose$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
15534
17124
  var $isLegends = _ref4.$isLegends;
15535
17125
  return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
15536
17126
  });
15537
- var LegendDivider$3 = styled.div(_templateObject5$i || (_templateObject5$i = _taggedTemplateLiteralLoose$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
17127
+ var LegendDivider$3 = styled.div(_templateObject5$i || (_templateObject5$i = _taggedTemplateLiteralLoose$1$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
15538
17128
  var theme = _ref5.theme;
15539
17129
  return theme.border.extraLight;
15540
17130
  }, function (_ref6) {
15541
17131
  var $marginRight = _ref6.$marginRight;
15542
17132
  return $marginRight != null ? $marginRight : '0px';
15543
17133
  });
15544
- var Divider$3 = styled.div(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
17134
+ var Divider$3 = styled.div(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose$1$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
15545
17135
  var theme = _ref7.theme;
15546
17136
  return theme.border.extraLight;
15547
17137
  });
15548
17138
  var _templateObject$I, _templateObject2$A, _templateObject3$r, _templateObject4$o, _templateObject5$j, _templateObject6$e;
15549
- var Container$7 = styled.div(_templateObject$I || (_templateObject$I = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
17139
+ var Container$7 = styled.div(_templateObject$I || (_templateObject$I = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
15550
17140
  var $overflow = _ref.$overflow;
15551
17141
  return $overflow || 'visible';
15552
17142
  }, function (_ref2) {
@@ -15556,7 +17146,7 @@ var Container$7 = styled.div(_templateObject$I || (_templateObject$I = _taggedTe
15556
17146
  var $border = _ref3.$border;
15557
17147
  return $border;
15558
17148
  });
15559
- var FirstContainer$3 = styled.div(_templateObject2$A || (_templateObject2$A = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
17149
+ var FirstContainer$3 = styled.div(_templateObject2$A || (_templateObject2$A = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
15560
17150
  var $bordeBottom = _ref4.$bordeBottom,
15561
17151
  theme = _ref4.theme;
15562
17152
  return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
@@ -15564,7 +17154,7 @@ var FirstContainer$3 = styled.div(_templateObject2$A || (_templateObject2$A = _t
15564
17154
  var $headerPadding = _ref5.$headerPadding;
15565
17155
  return $headerPadding ? $headerPadding : '0px';
15566
17156
  });
15567
- var TabContainer$3 = styled.div(_templateObject3$r || (_templateObject3$r = _taggedTemplateLiteralLoose$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
17157
+ var TabContainer$3 = styled.div(_templateObject3$r || (_templateObject3$r = _taggedTemplateLiteralLoose$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
15568
17158
  var $disabled = _ref6.$disabled;
15569
17159
  return $disabled ? 'not-allowed' : 'pointer';
15570
17160
  }, function (_ref7) {
@@ -15580,7 +17170,7 @@ var TabContainer$3 = styled.div(_templateObject3$r || (_templateObject3$r = _tag
15580
17170
  var $disabled = _ref10.$disabled;
15581
17171
  return $disabled ? 'not-allowed' : 'pointer';
15582
17172
  });
15583
- var TabItemContainer$3 = styled.div(_templateObject4$o || (_templateObject4$o = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
17173
+ var TabItemContainer$3 = styled.div(_templateObject4$o || (_templateObject4$o = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
15584
17174
  var $headerHeight = _ref11.$headerHeight;
15585
17175
  return $headerHeight ? $headerHeight : '34px';
15586
17176
  }, function (props) {
@@ -15589,15 +17179,15 @@ var TabItemContainer$3 = styled.div(_templateObject4$o || (_templateObject4$o =
15589
17179
  var theme = _ref12.theme;
15590
17180
  return theme["default"].primary;
15591
17181
  });
15592
- var DetailsFirstContainer$3 = styled.div(_templateObject5$j || (_templateObject5$j = _taggedTemplateLiteralLoose$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
17182
+ var DetailsFirstContainer$3 = styled.div(_templateObject5$j || (_templateObject5$j = _taggedTemplateLiteralLoose$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
15593
17183
  var $active = _ref13.$active,
15594
17184
  theme = _ref13.theme;
15595
17185
  return $active ? theme["default"].primary : theme.text.medium;
15596
17186
  });
15597
- var TabItemsWrapper$3 = styled.div(_templateObject6$e || (_templateObject6$e = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
17187
+ var TabItemsWrapper$3 = styled.div(_templateObject6$e || (_templateObject6$e = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
15598
17188
  var _templateObject$J, _templateObject2$B;
15599
- var shimmer$3 = keyframes(_templateObject$J || (_templateObject$J = _taggedTemplateLiteralLoose$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
15600
- var AnimatedProgress$3 = styled.div(_templateObject2$B || (_templateObject2$B = _taggedTemplateLiteralLoose$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
17189
+ var shimmer$3 = keyframes(_templateObject$J || (_templateObject$J = _taggedTemplateLiteralLoose$1$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
17190
+ var AnimatedProgress$3 = styled.div(_templateObject2$B || (_templateObject2$B = _taggedTemplateLiteralLoose$1$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
15601
17191
  var width = _ref.width;
15602
17192
  return width;
15603
17193
  }, function (_ref2) {
@@ -15605,7 +17195,7 @@ var AnimatedProgress$3 = styled.div(_templateObject2$B || (_templateObject2$B =
15605
17195
  return color;
15606
17196
  }, shimmer$3);
15607
17197
  var _templateObject$K, _templateObject2$C, _templateObject3$s, _templateObject4$p, _templateObject5$k;
15608
- var SidebarContainer$4 = styled.div(_templateObject$K || (_templateObject$K = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
17198
+ var SidebarContainer$4 = styled.div(_templateObject$K || (_templateObject$K = _taggedTemplateLiteralLoose$1$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
15609
17199
  var $isExpanded = _ref.$isExpanded;
15610
17200
  return $isExpanded ? '225px' : '68px';
15611
17201
  }, function (_ref2) {
@@ -15613,20 +17203,20 @@ var SidebarContainer$4 = styled.div(_templateObject$K || (_templateObject$K = _t
15613
17203
  theme = _ref2.theme;
15614
17204
  return $background || theme.accent.softBlue;
15615
17205
  });
15616
- var SidebarLink$4 = styled(NavLink)(_templateObject2$C || (_templateObject2$C = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
17206
+ var SidebarLink$4 = styled(NavLink)(_templateObject2$C || (_templateObject2$C = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
15617
17207
  var theme = _ref3.theme;
15618
17208
  return theme.text.medium;
15619
17209
  }, function (_ref4) {
15620
17210
  var theme = _ref4.theme;
15621
17211
  return theme["default"].primary;
15622
17212
  });
15623
- var IconWrapper$6 = styled.div(_templateObject3$s || (_templateObject3$s = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
17213
+ var IconWrapper$6 = styled.div(_templateObject3$s || (_templateObject3$s = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
15624
17214
  var $selected = _ref5.$selected,
15625
17215
  theme = _ref5.theme;
15626
17216
  return $selected ? theme["default"].primary : theme["default"].tertiary;
15627
17217
  });
15628
- var Logo$4 = styled.div(_templateObject4$p || (_templateObject4$p = _taggedTemplateLiteralLoose$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
15629
- var TextContainer$4 = styled.span(_templateObject5$k || (_templateObject5$k = _taggedTemplateLiteralLoose$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
17218
+ var Logo$4 = styled.div(_templateObject4$p || (_templateObject4$p = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
17219
+ var TextContainer$4 = styled.span(_templateObject5$k || (_templateObject5$k = _taggedTemplateLiteralLoose$1$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
15630
17220
  var $padding = _ref6.$padding;
15631
17221
  return $padding;
15632
17222
  }, function (_ref7) {
@@ -15647,13 +17237,13 @@ var TextContainer$4 = styled.span(_templateObject5$k || (_templateObject5$k = _t
15647
17237
  return $isExpanded ? 'visible' : 'hidden';
15648
17238
  });
15649
17239
  var _templateObject$L, _templateObject2$D, _templateObject3$t, _templateObject4$q;
15650
- var ContainerWrapper$4 = styled.div(_templateObject$L || (_templateObject$L = _taggedTemplateLiteralLoose$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
17240
+ var ContainerWrapper$4 = styled.div(_templateObject$L || (_templateObject$L = _taggedTemplateLiteralLoose$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
15651
17241
  return props.$width || 'auto';
15652
17242
  }, function (_ref) {
15653
17243
  var $minHeight = _ref.$minHeight;
15654
17244
  return $minHeight;
15655
17245
  });
15656
- var CellContainer$4 = styled.div(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
17246
+ var CellContainer$4 = styled.div(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
15657
17247
  return props.$align;
15658
17248
  }, function (props) {
15659
17249
  return props.$width || 'auto';
@@ -15664,14 +17254,14 @@ var CellContainer$4 = styled.div(_templateObject2$D || (_templateObject2$D = _ta
15664
17254
  }, function (props) {
15665
17255
  return props.$padding;
15666
17256
  });
15667
- var MainText$4 = styled.div(_templateObject3$t || (_templateObject3$t = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
17257
+ var MainText$4 = styled.div(_templateObject3$t || (_templateObject3$t = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15668
17258
  return props.$mtc;
15669
17259
  }, function (props) {
15670
17260
  return props.$mtfs;
15671
17261
  }, function (props) {
15672
17262
  return props.$mtw;
15673
17263
  });
15674
- var SubText$4 = styled.div(_templateObject4$q || (_templateObject4$q = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
17264
+ var SubText$4 = styled.div(_templateObject4$q || (_templateObject4$q = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
15675
17265
  return props.$stc;
15676
17266
  }, function (props) {
15677
17267
  return props.$stfs;
@@ -15679,13 +17269,13 @@ var SubText$4 = styled.div(_templateObject4$q || (_templateObject4$q = _taggedTe
15679
17269
  return props.$stw;
15680
17270
  });
15681
17271
  var _templateObject$M;
15682
- var TableRowContainer$4 = styled$1.div(_templateObject$M || (_templateObject$M = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
17272
+ var TableRowContainer$4 = styled$1.div(_templateObject$M || (_templateObject$M = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
15683
17273
  var _templateObject$N, _templateObject2$E, _templateObject3$u, _templateObject4$r, _templateObject5$l, _templateObject6$f;
15684
- var TableContainer$4 = styled.div(_templateObject$N || (_templateObject$N = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
17274
+ var TableContainer$4 = styled.div(_templateObject$N || (_templateObject$N = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
15685
17275
  var theme = _ref.theme;
15686
17276
  return theme.brand.light;
15687
17277
  });
15688
- var TableHeader$4 = styled.div(_templateObject2$E || (_templateObject2$E = _taggedTemplateLiteralLoose$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
17278
+ var TableHeader$4 = styled.div(_templateObject2$E || (_templateObject2$E = _taggedTemplateLiteralLoose$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
15689
17279
  var $hbcolor = _ref2.$hbcolor,
15690
17280
  theme = _ref2.theme;
15691
17281
  return $hbcolor || theme["default"].tertiary;
@@ -15694,24 +17284,24 @@ var TableHeader$4 = styled.div(_templateObject2$E || (_templateObject2$E = _tagg
15694
17284
  theme = _ref3.theme;
15695
17285
  return $tcolor || theme.text.white;
15696
17286
  });
15697
- var TableContent$4 = styled.div(_templateObject3$u || (_templateObject3$u = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
15698
- var TableData$4 = styled.div(_templateObject4$r || (_templateObject4$r = _taggedTemplateLiteralLoose$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
17287
+ var TableContent$4 = styled.div(_templateObject3$u || (_templateObject3$u = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
17288
+ var TableData$4 = styled.div(_templateObject4$r || (_templateObject4$r = _taggedTemplateLiteralLoose$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
15699
17289
  var $isLegends = _ref4.$isLegends;
15700
17290
  return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
15701
17291
  });
15702
- var LegendDivider$4 = styled.div(_templateObject5$l || (_templateObject5$l = _taggedTemplateLiteralLoose$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
17292
+ var LegendDivider$4 = styled.div(_templateObject5$l || (_templateObject5$l = _taggedTemplateLiteralLoose$1$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
15703
17293
  var theme = _ref5.theme;
15704
17294
  return theme.border.extraLight;
15705
17295
  }, function (_ref6) {
15706
17296
  var $marginRight = _ref6.$marginRight;
15707
17297
  return $marginRight != null ? $marginRight : '0px';
15708
17298
  });
15709
- var Divider$4 = styled.div(_templateObject6$f || (_templateObject6$f = _taggedTemplateLiteralLoose$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
17299
+ var Divider$4 = styled.div(_templateObject6$f || (_templateObject6$f = _taggedTemplateLiteralLoose$1$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
15710
17300
  var theme = _ref7.theme;
15711
17301
  return theme.border.extraLight;
15712
17302
  });
15713
17303
  var _templateObject$O, _templateObject2$F, _templateObject3$v, _templateObject4$s, _templateObject5$m, _templateObject6$g;
15714
- var Container$8 = styled.div(_templateObject$O || (_templateObject$O = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
17304
+ var Container$8 = styled.div(_templateObject$O || (_templateObject$O = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
15715
17305
  var $overflow = _ref.$overflow;
15716
17306
  return $overflow || 'visible';
15717
17307
  }, function (_ref2) {
@@ -15721,7 +17311,7 @@ var Container$8 = styled.div(_templateObject$O || (_templateObject$O = _taggedTe
15721
17311
  var $border = _ref3.$border;
15722
17312
  return $border;
15723
17313
  });
15724
- var FirstContainer$4 = styled.div(_templateObject2$F || (_templateObject2$F = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
17314
+ var FirstContainer$4 = styled.div(_templateObject2$F || (_templateObject2$F = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
15725
17315
  var $bordeBottom = _ref4.$bordeBottom,
15726
17316
  theme = _ref4.theme;
15727
17317
  return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
@@ -15729,7 +17319,7 @@ var FirstContainer$4 = styled.div(_templateObject2$F || (_templateObject2$F = _t
15729
17319
  var $headerPadding = _ref5.$headerPadding;
15730
17320
  return $headerPadding ? $headerPadding : '0px';
15731
17321
  });
15732
- var TabContainer$4 = styled.div(_templateObject3$v || (_templateObject3$v = _taggedTemplateLiteralLoose$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
17322
+ var TabContainer$4 = styled.div(_templateObject3$v || (_templateObject3$v = _taggedTemplateLiteralLoose$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
15733
17323
  var $disabled = _ref6.$disabled;
15734
17324
  return $disabled ? 'not-allowed' : 'pointer';
15735
17325
  }, function (_ref7) {
@@ -15745,7 +17335,7 @@ var TabContainer$4 = styled.div(_templateObject3$v || (_templateObject3$v = _tag
15745
17335
  var $disabled = _ref10.$disabled;
15746
17336
  return $disabled ? 'not-allowed' : 'pointer';
15747
17337
  });
15748
- var TabItemContainer$4 = styled.div(_templateObject4$s || (_templateObject4$s = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
17338
+ var TabItemContainer$4 = styled.div(_templateObject4$s || (_templateObject4$s = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
15749
17339
  var $headerHeight = _ref11.$headerHeight;
15750
17340
  return $headerHeight ? $headerHeight : '34px';
15751
17341
  }, function (props) {
@@ -15754,22 +17344,187 @@ var TabItemContainer$4 = styled.div(_templateObject4$s || (_templateObject4$s =
15754
17344
  var theme = _ref12.theme;
15755
17345
  return theme["default"].primary;
15756
17346
  });
15757
- var DetailsFirstContainer$4 = styled.div(_templateObject5$m || (_templateObject5$m = _taggedTemplateLiteralLoose$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
17347
+ var DetailsFirstContainer$4 = styled.div(_templateObject5$m || (_templateObject5$m = _taggedTemplateLiteralLoose$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
15758
17348
  var $active = _ref13.$active,
15759
17349
  theme = _ref13.theme;
15760
17350
  return $active ? theme["default"].primary : theme.text.medium;
15761
17351
  });
15762
- var TabItemsWrapper$4 = styled.div(_templateObject6$g || (_templateObject6$g = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
15763
-
17352
+ var TabItemsWrapper$4 = styled.div(_templateObject6$g || (_templateObject6$g = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
15764
17353
  var _templateObject$P, _templateObject2$G;
15765
- var shimmer$4 = keyframes(_templateObject$P || (_templateObject$P = _taggedTemplateLiteralLoose(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
15766
- var AnimatedProgress$4 = styled.div(_templateObject2$G || (_templateObject2$G = _taggedTemplateLiteralLoose(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
17354
+ var shimmer$4 = keyframes(_templateObject$P || (_templateObject$P = _taggedTemplateLiteralLoose$1(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
17355
+ var AnimatedProgress$4 = styled.div(_templateObject2$G || (_templateObject2$G = _taggedTemplateLiteralLoose$1(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
15767
17356
  var width = _ref.width;
15768
17357
  return width;
15769
17358
  }, function (_ref2) {
15770
17359
  var color = _ref2.color;
15771
17360
  return color;
15772
17361
  }, shimmer$4);
17362
+ var _templateObject$Q, _templateObject2$H, _templateObject3$w, _templateObject4$t, _templateObject5$n;
17363
+ var SidebarContainer$5 = styled.div(_templateObject$Q || (_templateObject$Q = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
17364
+ var $isExpanded = _ref.$isExpanded;
17365
+ return $isExpanded ? '225px' : '68px';
17366
+ }, function (_ref2) {
17367
+ var $background = _ref2.$background,
17368
+ theme = _ref2.theme;
17369
+ return $background || theme.accent.softBlue;
17370
+ });
17371
+ var SidebarLink$5 = styled(NavLink)(_templateObject2$H || (_templateObject2$H = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
17372
+ var theme = _ref3.theme;
17373
+ return theme.text.medium;
17374
+ }, function (_ref4) {
17375
+ var theme = _ref4.theme;
17376
+ return theme["default"].primary;
17377
+ });
17378
+ var IconWrapper$7 = styled.div(_templateObject3$w || (_templateObject3$w = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
17379
+ var $selected = _ref5.$selected,
17380
+ theme = _ref5.theme;
17381
+ return $selected ? theme["default"].primary : theme["default"].tertiary;
17382
+ });
17383
+ var Logo$5 = styled.div(_templateObject4$t || (_templateObject4$t = _taggedTemplateLiteralLoose$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
17384
+ var TextContainer$5 = styled.span(_templateObject5$n || (_templateObject5$n = _taggedTemplateLiteralLoose$1(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
17385
+ var $padding = _ref6.$padding;
17386
+ return $padding;
17387
+ }, function (_ref7) {
17388
+ var $fontSize = _ref7.$fontSize;
17389
+ return $fontSize || '20px';
17390
+ }, function (_ref8) {
17391
+ var $fontWeight = _ref8.$fontWeight;
17392
+ return $fontWeight || '500';
17393
+ }, function (_ref9) {
17394
+ var $color = _ref9.$color,
17395
+ theme = _ref9.theme;
17396
+ return $color || theme["default"].primary;
17397
+ }, function (_ref10) {
17398
+ var $isExpanded = _ref10.$isExpanded;
17399
+ return $isExpanded ? 1 : 0;
17400
+ }, function (_ref11) {
17401
+ var $isExpanded = _ref11.$isExpanded;
17402
+ return $isExpanded ? 'visible' : 'hidden';
17403
+ });
17404
+ var _templateObject$R, _templateObject2$I, _templateObject3$x, _templateObject4$u;
17405
+ var ContainerWrapper$5 = styled.div(_templateObject$R || (_templateObject$R = _taggedTemplateLiteralLoose$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
17406
+ return props.$width || 'auto';
17407
+ }, function (_ref) {
17408
+ var $minHeight = _ref.$minHeight;
17409
+ return $minHeight;
17410
+ });
17411
+ var CellContainer$5 = styled.div(_templateObject2$I || (_templateObject2$I = _taggedTemplateLiteralLoose$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
17412
+ return props.$align;
17413
+ }, function (props) {
17414
+ return props.$width || 'auto';
17415
+ }, function (props) {
17416
+ return props.$minWidth;
17417
+ }, function (props) {
17418
+ return props.$background || 'inherit';
17419
+ }, function (props) {
17420
+ return props.$padding;
17421
+ });
17422
+ var MainText$5 = styled.div(_templateObject3$x || (_templateObject3$x = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
17423
+ return props.$mtc;
17424
+ }, function (props) {
17425
+ return props.$mtfs;
17426
+ }, function (props) {
17427
+ return props.$mtw;
17428
+ });
17429
+ var SubText$5 = styled.div(_templateObject4$u || (_templateObject4$u = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
17430
+ return props.$stc;
17431
+ }, function (props) {
17432
+ return props.$stfs;
17433
+ }, function (props) {
17434
+ return props.$stw;
17435
+ });
17436
+ var _templateObject$S;
17437
+ var TableRowContainer$5 = styled$1.div(_templateObject$S || (_templateObject$S = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
17438
+ var _templateObject$T, _templateObject2$J, _templateObject3$y, _templateObject4$v, _templateObject5$o, _templateObject6$h;
17439
+ var TableContainer$5 = styled.div(_templateObject$T || (_templateObject$T = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
17440
+ var theme = _ref.theme;
17441
+ return theme.brand.light;
17442
+ });
17443
+ var TableHeader$5 = styled.div(_templateObject2$J || (_templateObject2$J = _taggedTemplateLiteralLoose$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
17444
+ var $hbcolor = _ref2.$hbcolor,
17445
+ theme = _ref2.theme;
17446
+ return $hbcolor || theme["default"].tertiary;
17447
+ }, function (_ref3) {
17448
+ var $tcolor = _ref3.$tcolor,
17449
+ theme = _ref3.theme;
17450
+ return $tcolor || theme.text.white;
17451
+ });
17452
+ var TableContent$5 = styled.div(_templateObject3$y || (_templateObject3$y = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
17453
+ var TableData$5 = styled.div(_templateObject4$v || (_templateObject4$v = _taggedTemplateLiteralLoose$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
17454
+ var $isLegends = _ref4.$isLegends;
17455
+ return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
17456
+ });
17457
+ var LegendDivider$5 = styled.div(_templateObject5$o || (_templateObject5$o = _taggedTemplateLiteralLoose$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
17458
+ var theme = _ref5.theme;
17459
+ return theme.border.extraLight;
17460
+ }, function (_ref6) {
17461
+ var $marginRight = _ref6.$marginRight;
17462
+ return $marginRight != null ? $marginRight : '0px';
17463
+ });
17464
+ var Divider$5 = styled.div(_templateObject6$h || (_templateObject6$h = _taggedTemplateLiteralLoose$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
17465
+ var theme = _ref7.theme;
17466
+ return theme.border.extraLight;
17467
+ });
17468
+ var _templateObject$U, _templateObject2$K, _templateObject3$z, _templateObject4$w, _templateObject5$p, _templateObject6$i;
17469
+ var Container$9 = styled.div(_templateObject$U || (_templateObject$U = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
17470
+ var $overflow = _ref.$overflow;
17471
+ return $overflow || 'visible';
17472
+ }, function (_ref2) {
17473
+ var $gap = _ref2.$gap;
17474
+ return $gap;
17475
+ }, function (_ref3) {
17476
+ var $border = _ref3.$border;
17477
+ return $border;
17478
+ });
17479
+ var FirstContainer$5 = styled.div(_templateObject2$K || (_templateObject2$K = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
17480
+ var $bordeBottom = _ref4.$bordeBottom,
17481
+ theme = _ref4.theme;
17482
+ return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
17483
+ }, function (_ref5) {
17484
+ var $headerPadding = _ref5.$headerPadding;
17485
+ return $headerPadding ? $headerPadding : '0px';
17486
+ });
17487
+ var TabContainer$5 = styled.div(_templateObject3$z || (_templateObject3$z = _taggedTemplateLiteralLoose$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
17488
+ var $disabled = _ref6.$disabled;
17489
+ return $disabled ? 'not-allowed' : 'pointer';
17490
+ }, function (_ref7) {
17491
+ var $disabled = _ref7.$disabled;
17492
+ return $disabled ? '0.6' : '1';
17493
+ }, function (_ref8) {
17494
+ var theme = _ref8.theme;
17495
+ return theme.text.medium;
17496
+ }, function (_ref9) {
17497
+ var $headerHeight = _ref9.$headerHeight;
17498
+ return $headerHeight ? $headerHeight : '34px';
17499
+ }, function (_ref10) {
17500
+ var $disabled = _ref10.$disabled;
17501
+ return $disabled ? 'not-allowed' : 'pointer';
17502
+ });
17503
+ var TabItemContainer$5 = styled.div(_templateObject4$w || (_templateObject4$w = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
17504
+ var $headerHeight = _ref11.$headerHeight;
17505
+ return $headerHeight ? $headerHeight : '34px';
17506
+ }, function (props) {
17507
+ return props.$active ? 'block' : 'none';
17508
+ }, function (_ref12) {
17509
+ var theme = _ref12.theme;
17510
+ return theme["default"].primary;
17511
+ });
17512
+ var DetailsFirstContainer$5 = styled.div(_templateObject5$p || (_templateObject5$p = _taggedTemplateLiteralLoose$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
17513
+ var $active = _ref13.$active,
17514
+ theme = _ref13.theme;
17515
+ return $active ? theme["default"].primary : theme.text.medium;
17516
+ });
17517
+ var TabItemsWrapper$5 = styled.div(_templateObject6$i || (_templateObject6$i = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
17518
+
17519
+ var _templateObject$V, _templateObject2$L;
17520
+ var shimmer$5 = keyframes(_templateObject$V || (_templateObject$V = _taggedTemplateLiteralLoose(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
17521
+ var AnimatedProgress$5 = styled.div(_templateObject2$L || (_templateObject2$L = _taggedTemplateLiteralLoose(["\n height: 100%;\n width: ", ";\n background: ", ";\n background-size: 300% 100%;\n // background-repeat: no-repeat;\n animation: ", " 2s linear infinite;\n transition: width 0.5s ease-in-out;\n"])), function (_ref) {
17522
+ var width = _ref.width;
17523
+ return width;
17524
+ }, function (_ref2) {
17525
+ var color = _ref2.color;
17526
+ return color;
17527
+ }, shimmer$5);
15773
17528
  var ProgressBar = function ProgressBar(_ref3) {
15774
17529
  var threshold = _ref3.threshold,
15775
17530
  totalCapacity = _ref3.totalCapacity,
@@ -15800,7 +17555,7 @@ var ProgressBar = function ProgressBar(_ref3) {
15800
17555
  "$background": trackColor != null ? trackColor : themeColors.accent.softBlue,
15801
17556
  "$overflow": 'hidden',
15802
17557
  "$position": 'relative'
15803
- }, animate ? React.createElement(AnimatedProgress$4, {
17558
+ }, animate ? React.createElement(AnimatedProgress$5, {
15804
17559
  width: progress + "%",
15805
17560
  color: progressColor != null ? progressColor : themeColors["default"].primary
15806
17561
  }) : React.createElement(Container$4, {
@@ -15815,8 +17570,8 @@ var ProgressBar = function ProgressBar(_ref3) {
15815
17570
  }));
15816
17571
  };
15817
17572
 
15818
- var _templateObject$Q, _templateObject2$H, _templateObject3$w, _templateObject4$t, _templateObject5$n;
15819
- var SidebarContainer$5 = styled.div(_templateObject$Q || (_templateObject$Q = _taggedTemplateLiteralLoose(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
17573
+ var _templateObject$W, _templateObject2$M, _templateObject3$A, _templateObject4$x, _templateObject5$q;
17574
+ var SidebarContainer$6 = styled.div(_templateObject$W || (_templateObject$W = _taggedTemplateLiteralLoose(["\n width: ", ";\n height: 100vh;\n background: ", ";\n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
15820
17575
  var $isExpanded = _ref.$isExpanded;
15821
17576
  return $isExpanded ? '225px' : '68px';
15822
17577
  }, function (_ref2) {
@@ -15824,20 +17579,20 @@ var SidebarContainer$5 = styled.div(_templateObject$Q || (_templateObject$Q = _t
15824
17579
  theme = _ref2.theme;
15825
17580
  return $background || theme.accent.softBlue;
15826
17581
  });
15827
- var SidebarLink$5 = styled(NavLink)(_templateObject2$H || (_templateObject2$H = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
17582
+ var SidebarLink$6 = styled(NavLink)(_templateObject2$M || (_templateObject2$M = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n text-decoration: none;\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), function (_ref3) {
15828
17583
  var theme = _ref3.theme;
15829
17584
  return theme.text.medium;
15830
17585
  }, function (_ref4) {
15831
17586
  var theme = _ref4.theme;
15832
17587
  return theme["default"].primary;
15833
17588
  });
15834
- var IconWrapper$7 = styled.div(_templateObject3$w || (_templateObject3$w = _taggedTemplateLiteralLoose(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
17589
+ var IconWrapper$8 = styled.div(_templateObject3$A || (_templateObject3$A = _taggedTemplateLiteralLoose(["\n background: ", ";\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref5) {
15835
17590
  var $selected = _ref5.$selected,
15836
17591
  theme = _ref5.theme;
15837
17592
  return $selected ? theme["default"].primary : theme["default"].tertiary;
15838
17593
  });
15839
- var Logo$5 = styled.div(_templateObject4$t || (_templateObject4$t = _taggedTemplateLiteralLoose(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
15840
- var TextContainer$5 = styled.span(_templateObject5$n || (_templateObject5$n = _taggedTemplateLiteralLoose(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
17594
+ var Logo$6 = styled.div(_templateObject4$x || (_templateObject4$x = _taggedTemplateLiteralLoose(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: center;\n gap: 10px;\n"])));
17595
+ var TextContainer$6 = styled.span(_templateObject5$q || (_templateObject5$q = _taggedTemplateLiteralLoose(["\n white-space: nowrap;\n padding: ", ";\n font-size: ", ";\n font-weight: ", ";\n color: ", ";\n opacity: ", ";\n visibility: ", ";\n transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;\n"])), function (_ref6) {
15841
17596
  var $padding = _ref6.$padding;
15842
17597
  return $padding;
15843
17598
  }, function (_ref7) {
@@ -15865,7 +17620,7 @@ var Sidebar = function Sidebar(_ref12) {
15865
17620
  _ref12$isExpanded = _ref12.isExpanded,
15866
17621
  isExpanded = _ref12$isExpanded === void 0 ? false : _ref12$isExpanded,
15867
17622
  setIsExpanded = _ref12.setIsExpanded;
15868
- var themeColors = useTheme();
17623
+ var themeColors = useTheme$1();
15869
17624
  var location = useLocation();
15870
17625
  var _useState = useState({}),
15871
17626
  openMenus = _useState[0],
@@ -15892,17 +17647,17 @@ var Sidebar = function Sidebar(_ref12) {
15892
17647
  "$gap": '10px'
15893
17648
  }, children.map(function (child) {
15894
17649
  var active = location.pathname.startsWith(child.url || '');
15895
- return React.createElement(SidebarLink$5, {
17650
+ return React.createElement(SidebarLink$6, {
15896
17651
  to: child.url || '#',
15897
17652
  key: child.id
15898
- }, React.createElement(IconWrapper$7, {
17653
+ }, React.createElement(IconWrapper$8, {
15899
17654
  "$selected": active
15900
17655
  }, React.createElement(Icon, {
15901
17656
  icon: child.icon,
15902
17657
  size: 18,
15903
17658
  weight: child.iconWeight,
15904
17659
  color: active ? themeColors.text.white : themeColors.text.medium
15905
- })), React.createElement(TextContainer$5, {
17660
+ })), React.createElement(TextContainer$6, {
15906
17661
  "$isExpanded": isExpanded,
15907
17662
  "$fontSize": '12px',
15908
17663
  "$padding": '0px 10px 0px 0px',
@@ -15910,7 +17665,7 @@ var Sidebar = function Sidebar(_ref12) {
15910
17665
  }, child.label));
15911
17666
  }));
15912
17667
  };
15913
- return React.createElement(SidebarContainer$5, {
17668
+ return React.createElement(SidebarContainer$6, {
15914
17669
  "$background": background,
15915
17670
  "$isExpanded": isExpanded,
15916
17671
  onMouseEnter: function onMouseEnter() {
@@ -15923,13 +17678,18 @@ var Sidebar = function Sidebar(_ref12) {
15923
17678
  "$flexDirection": 'column',
15924
17679
  "$gap": '28px',
15925
17680
  "$width": '100%'
15926
- }, logo && React.createElement(Logo$5, null, React.createElement(Icon, {
17681
+ }, logo && (logo.icon ? React.createElement(Logo$6, null, React.createElement(Icon, {
15927
17682
  icon: logo.icon,
15928
17683
  color: logo.iconColor
15929
- }), React.createElement(TextContainer$5, {
17684
+ }), React.createElement(TextContainer$6, {
15930
17685
  "$isExpanded": isExpanded,
15931
17686
  "$fontWeight": '700'
15932
- }, logo.name)), React.createElement(Container, {
17687
+ }, logo.name)) : logo.imageDetails && React.createElement(Logo$6, null, React.createElement("img", {
17688
+ src: logo.imageDetails.url,
17689
+ alt: logo.imageDetails.altText,
17690
+ width: logo.imageDetails.width,
17691
+ height: logo.imageDetails.height
17692
+ }))), React.createElement(Container, {
15933
17693
  "$flexDirection": 'column',
15934
17694
  "$gap": '16px',
15935
17695
  "$width": '100%'
@@ -15948,14 +17708,14 @@ var Sidebar = function Sidebar(_ref12) {
15948
17708
  onClick: function onClick() {
15949
17709
  return hasChildren && toggleMenu(item.id);
15950
17710
  }
15951
- }, React.createElement(IconWrapper$7, {
17711
+ }, React.createElement(IconWrapper$8, {
15952
17712
  "$selected": !!active
15953
17713
  }, React.createElement(Icon, {
15954
17714
  icon: item.icon,
15955
17715
  size: 20,
15956
17716
  weight: item.iconWeight,
15957
17717
  color: active ? themeColors.text.white : themeColors.text.medium
15958
- })), React.createElement(TextContainer$5, {
17718
+ })), React.createElement(TextContainer$6, {
15959
17719
  "$isExpanded": isExpanded,
15960
17720
  "$fontSize": '14px',
15961
17721
  "$padding": '0px 10px 0px 0px',
@@ -15966,7 +17726,7 @@ var Sidebar = function Sidebar(_ref12) {
15966
17726
  color: themeColors.border.extraBold,
15967
17727
  onClick: function onClick() {}
15968
17728
  }));
15969
- return item.url ? React.createElement(SidebarLink$5, {
17729
+ return item.url ? React.createElement(SidebarLink$6, {
15970
17730
  key: item.id,
15971
17731
  to: item.url
15972
17732
  }, ContentLayout) : React.createElement(Container, {
@@ -15978,14 +17738,14 @@ var Sidebar = function Sidebar(_ref12) {
15978
17738
  }))), ProfileContent);
15979
17739
  };
15980
17740
 
15981
- var _templateObject$R, _templateObject2$I, _templateObject3$x, _templateObject4$u;
15982
- var ContainerWrapper$5 = styled.div(_templateObject$R || (_templateObject$R = _taggedTemplateLiteralLoose(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
17741
+ var _templateObject$X, _templateObject2$N, _templateObject3$B, _templateObject4$y;
17742
+ var ContainerWrapper$6 = styled.div(_templateObject$X || (_templateObject$X = _taggedTemplateLiteralLoose(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
15983
17743
  return props.$width || 'auto';
15984
17744
  }, function (_ref) {
15985
17745
  var $minHeight = _ref.$minHeight;
15986
17746
  return $minHeight;
15987
17747
  });
15988
- var CellContainer$5 = styled.div(_templateObject2$I || (_templateObject2$I = _taggedTemplateLiteralLoose(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
17748
+ var CellContainer$6 = styled.div(_templateObject2$N || (_templateObject2$N = _taggedTemplateLiteralLoose(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
15989
17749
  return props.$align;
15990
17750
  }, function (props) {
15991
17751
  return props.$width || 'auto';
@@ -15996,14 +17756,14 @@ var CellContainer$5 = styled.div(_templateObject2$I || (_templateObject2$I = _ta
15996
17756
  }, function (props) {
15997
17757
  return props.$padding;
15998
17758
  });
15999
- var MainText$5 = styled.div(_templateObject3$x || (_templateObject3$x = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
17759
+ var MainText$6 = styled.div(_templateObject3$B || (_templateObject3$B = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
16000
17760
  return props.$mtc;
16001
17761
  }, function (props) {
16002
17762
  return props.$mtfs;
16003
17763
  }, function (props) {
16004
17764
  return props.$mtw;
16005
17765
  });
16006
- var SubText$5 = styled.div(_templateObject4$u || (_templateObject4$u = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
17766
+ var SubText$6 = styled.div(_templateObject4$y || (_templateObject4$y = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
16007
17767
  return props.$stc;
16008
17768
  }, function (props) {
16009
17769
  return props.$stfs;
@@ -16032,31 +17792,31 @@ var TableCell = function TableCell(_ref2) {
16032
17792
  CustomFunction = _ref2.CustomFunction,
16033
17793
  padding = _ref2.padding,
16034
17794
  minHeight = _ref2.minHeight;
16035
- return React.createElement(ContainerWrapper$5, {
17795
+ return React.createElement(ContainerWrapper$6, {
16036
17796
  "$width": width,
16037
17797
  "$minHeight": minHeight
16038
- }, CustomFunction ? React.createElement(CellContainer$5, {
17798
+ }, CustomFunction ? React.createElement(CellContainer$6, {
16039
17799
  "$align": alignment,
16040
17800
  "$width": width,
16041
17801
  "$minWidth": minWidth
16042
- }, CustomFunction) : React.createElement(CellContainer$5, {
17802
+ }, CustomFunction) : React.createElement(CellContainer$6, {
16043
17803
  "$align": alignment,
16044
17804
  "$width": width,
16045
17805
  "$minWidth": minWidth,
16046
17806
  "$padding": padding
16047
- }, React.createElement(MainText$5, {
17807
+ }, React.createElement(MainText$6, {
16048
17808
  "$mtc": maintextcolor,
16049
17809
  "$mtfs": maintextfontsize,
16050
17810
  "$mtw": maintextweight
16051
- }, maintext), subtext && React.createElement(SubText$5, {
17811
+ }, maintext), subtext && React.createElement(SubText$6, {
16052
17812
  "$stc": subtextcolor,
16053
17813
  "$stfs": subtextfontsize,
16054
17814
  "$stw": subtextweight
16055
17815
  }, subtext)));
16056
17816
  };
16057
17817
 
16058
- var _templateObject$S;
16059
- var TableRowContainer$5 = styled$1.div(_templateObject$S || (_templateObject$S = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
17818
+ var _templateObject$Y;
17819
+ var TableRowContainer$6 = styled$1.div(_templateObject$Y || (_templateObject$Y = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
16060
17820
  var TableRow = function TableRow(_ref) {
16061
17821
  var rowconfig = _ref.rowconfig,
16062
17822
  tableheaderconfig = _ref.tableheaderconfig,
@@ -16069,7 +17829,7 @@ var TableRow = function TableRow(_ref) {
16069
17829
  }
16070
17830
  };
16071
17831
  return React.createElement(Container, null, rowconfig.map(function (data, Index) {
16072
- return React.createElement(TableRowContainer$5, {
17832
+ return React.createElement(TableRowContainer$6, {
16073
17833
  key: Index
16074
17834
  }, tableheaderconfig.isAllSelectable && React.createElement(Container, {
16075
17835
  "$padding": '0px 16px 0px 0px',
@@ -16106,12 +17866,12 @@ var TableRow = function TableRow(_ref) {
16106
17866
  }));
16107
17867
  };
16108
17868
 
16109
- var _templateObject$T, _templateObject2$J, _templateObject3$y, _templateObject4$v, _templateObject5$o, _templateObject6$h;
16110
- var TableContainer$5 = styled.div(_templateObject$T || (_templateObject$T = _taggedTemplateLiteralLoose(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
17869
+ var _templateObject$Z, _templateObject2$O, _templateObject3$C, _templateObject4$z, _templateObject5$r, _templateObject6$j;
17870
+ var TableContainer$6 = styled.div(_templateObject$Z || (_templateObject$Z = _taggedTemplateLiteralLoose(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
16111
17871
  var theme = _ref.theme;
16112
17872
  return theme.brand.light;
16113
17873
  });
16114
- var TableHeader$5 = styled.div(_templateObject2$J || (_templateObject2$J = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
17874
+ var TableHeader$6 = styled.div(_templateObject2$O || (_templateObject2$O = _taggedTemplateLiteralLoose(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (_ref2) {
16115
17875
  var $hbcolor = _ref2.$hbcolor,
16116
17876
  theme = _ref2.theme;
16117
17877
  return $hbcolor || theme["default"].tertiary;
@@ -16120,19 +17880,19 @@ var TableHeader$5 = styled.div(_templateObject2$J || (_templateObject2$J = _tagg
16120
17880
  theme = _ref3.theme;
16121
17881
  return $tcolor || theme.text.white;
16122
17882
  });
16123
- var TableContent$5 = styled.div(_templateObject3$y || (_templateObject3$y = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
16124
- var TableData$5 = styled.div(_templateObject4$v || (_templateObject4$v = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
17883
+ var TableContent$6 = styled.div(_templateObject3$C || (_templateObject3$C = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
17884
+ var TableData$6 = styled.div(_templateObject4$z || (_templateObject4$z = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
16125
17885
  var $isLegends = _ref4.$isLegends;
16126
17886
  return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
16127
17887
  });
16128
- var LegendDivider$5 = styled.div(_templateObject5$o || (_templateObject5$o = _taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
17888
+ var LegendDivider$6 = styled.div(_templateObject5$r || (_templateObject5$r = _taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
16129
17889
  var theme = _ref5.theme;
16130
17890
  return theme.border.extraLight;
16131
17891
  }, function (_ref6) {
16132
17892
  var $marginRight = _ref6.$marginRight;
16133
17893
  return $marginRight != null ? $marginRight : '0px';
16134
17894
  });
16135
- var Divider$5 = styled.div(_templateObject6$h || (_templateObject6$h = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
17895
+ var Divider$6 = styled.div(_templateObject6$j || (_templateObject6$j = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
16136
17896
  var theme = _ref7.theme;
16137
17897
  return theme.border.extraLight;
16138
17898
  });
@@ -16191,7 +17951,7 @@ var Table = function Table(_ref8) {
16191
17951
  });
16192
17952
  setIsAllSelected(allChecked);
16193
17953
  }, [rowconfig]);
16194
- return React.createElement(TableContainer$5, null, React.createElement(TableContent$5, null, React.createElement(TableHeader$5, {
17954
+ return React.createElement(TableContainer$6, null, React.createElement(TableContent$6, null, React.createElement(TableHeader$6, {
16195
17955
  "$hbcolor": tableheaderconfig.headercolor,
16196
17956
  "$tcolor": tableheaderconfig.textcolor
16197
17957
  }, tableheaderconfig.isAllSelectable && React.createElement(Container, {
@@ -16231,14 +17991,14 @@ var Table = function Table(_ref8) {
16231
17991
  "$fontWeight": '400',
16232
17992
  "$width": 'max-content',
16233
17993
  "$lineHeight": 'normal'
16234
- }, currentGroupTitle), React.createElement(LegendDivider$5, null)) : React.createElement(LegendDivider$5, {
17994
+ }, currentGroupTitle), React.createElement(LegendDivider$6, null)) : React.createElement(LegendDivider$6, {
16235
17995
  "$marginRight": currentGroupTitle !== (((_allCols = allCols[index + 1]) === null || _allCols === void 0 ? void 0 : _allCols.groupTitle) || '') ? '8px' : '0px'
16236
17996
  })) : null), React.createElement(TableCell, {
16237
17997
  maintext: (_columndata$maintext = columndata.maintext) != null ? _columndata$maintext : '',
16238
17998
  width: columndata.width,
16239
17999
  alignment: columndata.alignment
16240
18000
  }));
16241
- })), React.createElement(Divider$5, null), loading ? React.createElement(Container, {
18001
+ })), React.createElement(Divider$6, null), loading ? React.createElement(Container, {
16242
18002
  "$flexDirection": 'column',
16243
18003
  "$alignItems": 'center',
16244
18004
  "$justifyContent": 'center',
@@ -16250,7 +18010,7 @@ var Table = function Table(_ref8) {
16250
18010
  "$alignItems": 'center',
16251
18011
  "$padding": '24px 24px',
16252
18012
  "$justifyContent": 'center'
16253
- }, React.createElement(Span, null, noDataText)) : filter ? React.createElement(TableData$5, {
18013
+ }, React.createElement(Span, null, noDataText)) : filter ? React.createElement(TableData$6, {
16254
18014
  "$isLegends": tableheaderconfig.headerdata.some(function (col) {
16255
18015
  return !!col.groupTitle;
16256
18016
  })
@@ -16285,9 +18045,9 @@ var Table = function Table(_ref8) {
16285
18045
  rowconfig: [row],
16286
18046
  tableheaderconfig: tableheaderconfig,
16287
18047
  selectCallback: tableObject.selectCallback
16288
- }), rows.length > 1 && index < rows.length - 1 && React.createElement(Divider$5, null));
18048
+ }), rows.length > 1 && index < rows.length - 1 && React.createElement(Divider$6, null));
16289
18049
  }));
16290
- })) : React.createElement(TableData$5, {
18050
+ })) : React.createElement(TableData$6, {
16291
18051
  "$isLegends": tableheaderconfig.headerdata.some(function (col) {
16292
18052
  return !!col.groupTitle;
16293
18053
  })
@@ -16298,12 +18058,12 @@ var Table = function Table(_ref8) {
16298
18058
  rowconfig: [row],
16299
18059
  tableheaderconfig: tableheaderconfig,
16300
18060
  selectCallback: tableObject.selectCallback
16301
- }), filteredRows.length > 1 && index < filteredRows.length - 1 && React.createElement(Divider$5, null));
18061
+ }), filteredRows.length > 1 && index < filteredRows.length - 1 && React.createElement(Divider$6, null));
16302
18062
  }))));
16303
18063
  };
16304
18064
 
16305
- var _templateObject$U, _templateObject2$K, _templateObject3$z, _templateObject4$w, _templateObject5$p, _templateObject6$i;
16306
- var Container$9 = styled.div(_templateObject$U || (_templateObject$U = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
18065
+ var _templateObject$_, _templateObject2$P, _templateObject3$D, _templateObject4$A, _templateObject5$s, _templateObject6$k;
18066
+ var Container$a = styled.div(_templateObject$_ || (_templateObject$_ = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: ", ";\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
16307
18067
  var $overflow = _ref.$overflow;
16308
18068
  return $overflow || 'visible';
16309
18069
  }, function (_ref2) {
@@ -16313,7 +18073,7 @@ var Container$9 = styled.div(_templateObject$U || (_templateObject$U = _taggedTe
16313
18073
  var $border = _ref3.$border;
16314
18074
  return $border;
16315
18075
  });
16316
- var FirstContainer$5 = styled.div(_templateObject2$K || (_templateObject2$K = _taggedTemplateLiteralLoose(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
18076
+ var FirstContainer$6 = styled.div(_templateObject2$P || (_templateObject2$P = _taggedTemplateLiteralLoose(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: ", ";\n padding: ", ";\n justify-content: space-between;\n align-items: center;\n height: max-content;\n"])), function (_ref4) {
16317
18077
  var $bordeBottom = _ref4.$bordeBottom,
16318
18078
  theme = _ref4.theme;
16319
18079
  return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
@@ -16321,7 +18081,7 @@ var FirstContainer$5 = styled.div(_templateObject2$K || (_templateObject2$K = _t
16321
18081
  var $headerPadding = _ref5.$headerPadding;
16322
18082
  return $headerPadding ? $headerPadding : '0px';
16323
18083
  });
16324
- var TabContainer$5 = styled.div(_templateObject3$z || (_templateObject3$z = _taggedTemplateLiteralLoose(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
18084
+ var TabContainer$6 = styled.div(_templateObject3$D || (_templateObject3$D = _taggedTemplateLiteralLoose(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref6) {
16325
18085
  var $disabled = _ref6.$disabled;
16326
18086
  return $disabled ? 'not-allowed' : 'pointer';
16327
18087
  }, function (_ref7) {
@@ -16337,7 +18097,7 @@ var TabContainer$5 = styled.div(_templateObject3$z || (_templateObject3$z = _tag
16337
18097
  var $disabled = _ref10.$disabled;
16338
18098
  return $disabled ? 'not-allowed' : 'pointer';
16339
18099
  });
16340
- var TabItemContainer$5 = styled.div(_templateObject4$w || (_templateObject4$w = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
18100
+ var TabItemContainer$6 = styled.div(_templateObject4$A || (_templateObject4$A = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: '';\n display: ", ";\n width: 100%;\n min-height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref11) {
16341
18101
  var $headerHeight = _ref11.$headerHeight;
16342
18102
  return $headerHeight ? $headerHeight : '34px';
16343
18103
  }, function (props) {
@@ -16346,12 +18106,12 @@ var TabItemContainer$5 = styled.div(_templateObject4$w || (_templateObject4$w =
16346
18106
  var theme = _ref12.theme;
16347
18107
  return theme["default"].primary;
16348
18108
  });
16349
- var DetailsFirstContainer$5 = styled.div(_templateObject5$p || (_templateObject5$p = _taggedTemplateLiteralLoose(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
18109
+ var DetailsFirstContainer$6 = styled.div(_templateObject5$s || (_templateObject5$s = _taggedTemplateLiteralLoose(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n white-space: nowrap;\n"])), function (_ref13) {
16350
18110
  var $active = _ref13.$active,
16351
18111
  theme = _ref13.theme;
16352
18112
  return $active ? theme["default"].primary : theme.text.medium;
16353
18113
  });
16354
- var TabItemsWrapper$5 = styled.div(_templateObject6$i || (_templateObject6$i = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
18114
+ var TabItemsWrapper$6 = styled.div(_templateObject6$k || (_templateObject6$k = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
16355
18115
  var Tabs = function Tabs(_ref14) {
16356
18116
  var tabItems = _ref14.tabItems,
16357
18117
  _ref14$disabled = _ref14.disabled,
@@ -16366,22 +18126,22 @@ var Tabs = function Tabs(_ref14) {
16366
18126
  bordeBottom = _ref14.bordeBottom,
16367
18127
  tabRightNode = _ref14.tabRightNode;
16368
18128
  var themeColors = useTheme();
16369
- return React.createElement(Container$9, {
18129
+ return React.createElement(Container$a, {
16370
18130
  "$gap": gap,
16371
18131
  "$border": border,
16372
18132
  "$overflow": overflow
16373
- }, React.createElement(FirstContainer$5, {
18133
+ }, React.createElement(FirstContainer$6, {
16374
18134
  "$headerPadding": headerPadding,
16375
18135
  "$bordeBottom": bordeBottom
16376
- }, React.createElement(TabItemsWrapper$5, null, tabItems.map(function (tab, index) {
16377
- return React.createElement(TabContainer$5, {
18136
+ }, React.createElement(TabItemsWrapper$6, null, tabItems.map(function (tab, index) {
18137
+ return React.createElement(TabContainer$6, {
16378
18138
  key: index,
16379
18139
  onClick: function onClick() {
16380
18140
  if (!disabled && tab.onClick) tab.onClick();
16381
18141
  },
16382
18142
  "$disabled": disabled,
16383
18143
  "$headerHeight": headerHeight
16384
- }, React.createElement(TabItemContainer$5, {
18144
+ }, React.createElement(TabItemContainer$6, {
16385
18145
  "$active": activeTab === tab.title,
16386
18146
  "$headerHeight": headerHeight
16387
18147
  }, tab.icon && React.createElement(Icon, {
@@ -16389,11 +18149,11 @@ var Tabs = function Tabs(_ref14) {
16389
18149
  icon: tab.icon,
16390
18150
  size: tab.iconSize,
16391
18151
  weight: tab.iconWeight
16392
- }), React.createElement(DetailsFirstContainer$5, {
18152
+ }), React.createElement(DetailsFirstContainer$6, {
16393
18153
  "$active": activeTab === tab.title
16394
18154
  }, tab.title)));
16395
18155
  })), tabRightNode === null || tabRightNode === void 0 ? void 0 : tabRightNode.node), tabItems.map(function (tab, index) {
16396
- return activeTab === tab.title && React.createElement(Container$9, {
18156
+ return activeTab === tab.title && React.createElement(Container$a, {
16397
18157
  key: index,
16398
18158
  "$overflow": overflow
16399
18159
  }, tab.content);