labsense-ui-kit 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6927,14 +6927,1771 @@ var CircularProgress = function CircularProgress(_ref) {
6927
6927
  }, progress + "%"));
6928
6928
  };
6929
6929
 
6930
- var ProgressBar = function ProgressBar(_ref) {
6931
- var threshold = _ref.threshold,
6932
- totalCapacity = _ref.totalCapacity,
6933
- usedCapacity = _ref.usedCapacity,
6934
- progressColor = _ref.progressColor,
6935
- thresholdColor = _ref.thresholdColor,
6936
- trackColor = _ref.trackColor;
6937
- var themeColors = useTheme();
6930
+ function _taggedTemplateLiteralLoose$1(e, t) {
6931
+ return t || (t = e.slice(0)), e.raw = t, e;
6932
+ }
6933
+ var _templateObject$m, _templateObject2$i;
6934
+ var ModalOverlay$1 = styled__default.div(_templateObject$m || (_templateObject$m = _taggedTemplateLiteralLoose$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"])));
6935
+ var ModalContainer$1 = styled__default.div(_templateObject2$i || (_templateObject2$i = _taggedTemplateLiteralLoose$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) {
6936
+ var theme = _ref.theme;
6937
+ return theme.accent.light_1;
6938
+ }, function (_ref2) {
6939
+ var $maxWidth = _ref2.$maxWidth;
6940
+ return $maxWidth ? $maxWidth : '400px';
6941
+ });
6942
+ var _templateObject$1$1, _templateObject2$1$1;
6943
+ var Container$4 = styled__default.div(_templateObject$1$1 || (_templateObject$1$1 = _taggedTemplateLiteralLoose$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) {
6944
+ var $flex = _ref.$flex;
6945
+ return $flex;
6946
+ }, function (_ref2) {
6947
+ var $flexWrap = _ref2.$flexWrap;
6948
+ return $flexWrap;
6949
+ }, function (_ref3) {
6950
+ var $flexDirection = _ref3.$flexDirection;
6951
+ return $flexDirection;
6952
+ }, function (_ref4) {
6953
+ var $justifyContent = _ref4.$justifyContent;
6954
+ return $justifyContent;
6955
+ }, function (_ref5) {
6956
+ var $alignItems = _ref5.$alignItems;
6957
+ return $alignItems;
6958
+ }, function (_ref6) {
6959
+ var $gap = _ref6.$gap;
6960
+ return $gap;
6961
+ }, function (_ref7) {
6962
+ var $fontWeight = _ref7.$fontWeight;
6963
+ return $fontWeight;
6964
+ }, function (_ref8) {
6965
+ var $height = _ref8.$height;
6966
+ return $height;
6967
+ }, function (_ref9) {
6968
+ var $minHeight = _ref9.$minHeight;
6969
+ return $minHeight;
6970
+ }, function (_ref10) {
6971
+ var $maxHeight = _ref10.$maxHeight;
6972
+ return $maxHeight;
6973
+ }, function (_ref11) {
6974
+ var $width = _ref11.$width;
6975
+ return $width;
6976
+ }, function (_ref12) {
6977
+ var $minWidth = _ref12.$minWidth;
6978
+ return $minWidth;
6979
+ }, function (_ref13) {
6980
+ var $maxWidth = _ref13.$maxWidth;
6981
+ return $maxWidth;
6982
+ }, function (_ref14) {
6983
+ var $padding = _ref14.$padding;
6984
+ return $padding;
6985
+ }, function (_ref15) {
6986
+ var $background = _ref15.$background;
6987
+ return $background;
6988
+ }, function (_ref16) {
6989
+ var $objectfit = _ref16.$objectfit;
6990
+ return $objectfit;
6991
+ }, function (_ref17) {
6992
+ var $margin = _ref17.$margin;
6993
+ return $margin;
6994
+ }, function (_ref18) {
6995
+ var $borderRadius = _ref18.$borderRadius;
6996
+ return $borderRadius;
6997
+ }, function (_ref19) {
6998
+ var $borderTopLeftRadius = _ref19.$borderTopLeftRadius;
6999
+ return $borderTopLeftRadius;
7000
+ }, function (_ref20) {
7001
+ var $borderTopRightRadius = _ref20.$borderTopRightRadius;
7002
+ return $borderTopRightRadius;
7003
+ }, function (_ref21) {
7004
+ var $borderBottomRightRadius = _ref21.$borderBottomRightRadius;
7005
+ return $borderBottomRightRadius;
7006
+ }, function (_ref22) {
7007
+ var $borderBottomLeftRadius = _ref22.$borderBottomLeftRadius;
7008
+ return $borderBottomLeftRadius;
7009
+ }, function (_ref23) {
7010
+ var $cursor = _ref23.$cursor;
7011
+ return $cursor;
7012
+ }, function (_ref24) {
7013
+ var $fontSize = _ref24.$fontSize;
7014
+ return $fontSize;
7015
+ }, function (_ref25) {
7016
+ var $opacity = _ref25.$opacity;
7017
+ return $opacity;
7018
+ }, function (_ref26) {
7019
+ var $pointerEvents = _ref26.$pointerEvents;
7020
+ return $pointerEvents;
7021
+ }, function (_ref27) {
7022
+ var $position = _ref27.$position;
7023
+ return $position;
7024
+ }, function (_ref28) {
7025
+ var $top = _ref28.$top;
7026
+ return $top;
7027
+ }, function (_ref29) {
7028
+ var $bottom = _ref29.$bottom;
7029
+ return $bottom;
7030
+ }, function (_ref30) {
7031
+ var $left = _ref30.$left;
7032
+ return $left;
7033
+ }, function (_ref31) {
7034
+ var $right = _ref31.$right;
7035
+ return $right;
7036
+ }, function (_ref32) {
7037
+ var $textAlign = _ref32.$textAlign;
7038
+ return $textAlign;
7039
+ }, function (_ref33) {
7040
+ var $color = _ref33.$color;
7041
+ return $color;
7042
+ }, function (_ref34) {
7043
+ var $overflow = _ref34.$overflow;
7044
+ return $overflow || 'visible';
7045
+ }, function (_ref35) {
7046
+ var $overflowY = _ref35.$overflowY;
7047
+ return $overflowY;
7048
+ }, function (_ref36) {
7049
+ var $zIndex = _ref36.$zIndex;
7050
+ return $zIndex;
7051
+ }, function (_ref37) {
7052
+ var $scrollbarWidth = _ref37.$scrollbarWidth;
7053
+ return $scrollbarWidth;
7054
+ }, function (_ref38) {
7055
+ var $border = _ref38.$border;
7056
+ return $border;
7057
+ }, function (_ref39) {
7058
+ var $borderTop = _ref39.$borderTop;
7059
+ return $borderTop;
7060
+ }, function (_ref40) {
7061
+ var $borderBottom = _ref40.$borderBottom;
7062
+ return $borderBottom;
7063
+ }, function (_ref41) {
7064
+ var $borderLeft = _ref41.$borderLeft;
7065
+ return $borderLeft;
7066
+ }, function (_ref42) {
7067
+ var $transition = _ref42.$transition;
7068
+ return $transition;
7069
+ }, function (_ref43) {
7070
+ var $boxShadow = _ref43.$boxShadow;
7071
+ return $boxShadow;
7072
+ }, function (_ref44) {
7073
+ var $hoverBackground = _ref44.$hoverBackground;
7074
+ return $hoverBackground;
7075
+ }, function (_ref45) {
7076
+ var $hoverColor = _ref45.$hoverColor;
7077
+ return $hoverColor;
7078
+ });
7079
+ var Span$1 = styled__default.span(_templateObject2$1$1 || (_templateObject2$1$1 = _taggedTemplateLiteralLoose$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) {
7080
+ var $fontFamily = _ref46.$fontFamily;
7081
+ return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
7082
+ }, function (_ref47) {
7083
+ var $fontWeight = _ref47.$fontWeight;
7084
+ return $fontWeight ? $fontWeight : '500';
7085
+ }, function (_ref48) {
7086
+ var $fontSize = _ref48.$fontSize;
7087
+ return $fontSize ? $fontSize : '16px';
7088
+ }, function (_ref49) {
7089
+ var $fontStyle = _ref49.$fontStyle;
7090
+ return $fontStyle ? $fontStyle : 'normal';
7091
+ }, function (_ref50) {
7092
+ var $color = _ref50.$color,
7093
+ theme = _ref50.theme;
7094
+ return $color ? $color : theme.text.medium;
7095
+ }, function (_ref51) {
7096
+ var $lineHeight = _ref51.$lineHeight;
7097
+ return $lineHeight ? $lineHeight : '100%';
7098
+ }, function (_ref52) {
7099
+ var $textAlign = _ref52.$textAlign;
7100
+ return $textAlign ? $textAlign : 'center';
7101
+ }, function (_ref53) {
7102
+ var $minWidth = _ref53.$minWidth;
7103
+ return $minWidth;
7104
+ }, function (_ref54) {
7105
+ var $width = _ref54.$width;
7106
+ return $width;
7107
+ }, function (_ref55) {
7108
+ var $overflowWrap = _ref55.$overflowWrap;
7109
+ return $overflowWrap;
7110
+ });
7111
+ var light$1 = {
7112
+ brand: {
7113
+ primary: '#4C9EEB',
7114
+ secondary: '#14171A',
7115
+ light: '#FFFFFF'
7116
+ },
7117
+ accent: {
7118
+ light_1: '#E1E8ED',
7119
+ light_2: '#F5F8FA',
7120
+ light_3: '#F0F3F5',
7121
+ light_4: '#ECF0F4',
7122
+ light_5: '#F0F0F3',
7123
+ softBlue: '#D4EEFF',
7124
+ extraSoftBlue: '#E4F4FF',
7125
+ boldTransparent: '#5E5E5E80',
7126
+ transparent: '#5E5E5E4D',
7127
+ lightTransparent: '#5E5E5E23'
7128
+ },
7129
+ "default": {
7130
+ primary: '#78B6F0',
7131
+ secondary: '#C2C2C2',
7132
+ tertiary: 'transparent',
7133
+ error: '#F44336',
7134
+ success: '#4CAF50',
7135
+ warning: '#FF9800',
7136
+ info: '#2159F3'
7137
+ },
7138
+ disabled: {
7139
+ primary: '#B9DCF7',
7140
+ secondary: '#DADADA',
7141
+ error: '#FFEBEE',
7142
+ success: '#E8F5E9',
7143
+ warning: '#FFF3E0',
7144
+ info: '#E3F2FD'
7145
+ },
7146
+ hover: {
7147
+ primary: '#4C9EEB',
7148
+ secondary: '#A3A3A3',
7149
+ tertiary: 'transparent',
7150
+ error: '#D32F2F',
7151
+ success: '#388E3C',
7152
+ warning: '#F57C00',
7153
+ info: '#193ED2'
7154
+ },
7155
+ border: {
7156
+ extraBold: '#657786',
7157
+ bold: '#BFBFBF',
7158
+ medium: '#CBCED0',
7159
+ light: '#DCDCDC',
7160
+ extraLight: '#E6E3E3'
7161
+ },
7162
+ text: {
7163
+ dark: '#14171A',
7164
+ medium: '#657786',
7165
+ light: '#98A2AA',
7166
+ white: '#FFFFFF',
7167
+ success: '#1B5E20',
7168
+ error: '#B71C1C',
7169
+ info: '#0D30A1',
7170
+ warning: '#E65100'
7171
+ },
7172
+ badge: {
7173
+ lavender: '#E8DAFF',
7174
+ papayaWhip: '#FFEDD5',
7175
+ water: '#C7E3FF',
7176
+ paleBlue: '#B0F0E4',
7177
+ teaGreen: '#D5F7C2',
7178
+ lightBlue: '#ADD8E6'
7179
+ }
7180
+ };
7181
+ var dark$1 = {
7182
+ brand: {
7183
+ primary: '#4C9EEB',
7184
+ secondary: '#E1E8ED',
7185
+ light: '#1A1A1A'
7186
+ },
7187
+ accent: {
7188
+ light_1: '#2A2E33',
7189
+ light_2: '#1F2327',
7190
+ light_3: '#0F1214',
7191
+ light_4: '#101417',
7192
+ light_5: '#0F0F0C',
7193
+ softBlue: '#2C3E50',
7194
+ extraSoftBlue: '#34495E',
7195
+ boldTransparent: '#D3D3D380',
7196
+ transparent: '#D3D3D34D',
7197
+ lightTransparent: '#D3D3D323'
7198
+ },
7199
+ "default": {
7200
+ primary: '#78B6F0',
7201
+ secondary: '#4F4F4F',
7202
+ tertiary: 'transparent',
7203
+ error: '#EF5350',
7204
+ success: '#66BB6A',
7205
+ warning: '#FFB74D',
7206
+ info: '#42A5F5'
7207
+ },
7208
+ disabled: {
7209
+ primary: '#3B4A58',
7210
+ secondary: '#3E3E3E',
7211
+ error: '#5B1B1B',
7212
+ success: '#1B3C1B',
7213
+ warning: '#5A3C1B',
7214
+ info: '#1A3C5A'
7215
+ },
7216
+ hover: {
7217
+ primary: '#5CA6F0',
7218
+ secondary: '#7A7A7A',
7219
+ tertiary: 'transparent',
7220
+ error: '#D32F2F',
7221
+ success: '#388E3C',
7222
+ warning: '#F57C00',
7223
+ info: '#1976D2'
7224
+ },
7225
+ border: {
7226
+ extraBold: '#8899A6',
7227
+ bold: '#5E5E5E',
7228
+ medium: '#4A4A4A',
7229
+ light: '#3A3A3A',
7230
+ extraLight: '#2B2B2B'
7231
+ },
7232
+ text: {
7233
+ dark: '#FFFFFF',
7234
+ medium: '#AAB8C2',
7235
+ light: '#8899A6',
7236
+ white: '#14171A',
7237
+ success: '#81C784',
7238
+ error: '#E57373',
7239
+ info: '#64B5F6',
7240
+ warning: '#FFB74D'
7241
+ },
7242
+ badge: {
7243
+ lavender: '#7B5FA1',
7244
+ papayaWhip: '#A46A3E',
7245
+ water: '#5CA6F0',
7246
+ paleBlue: '#4BC9BC',
7247
+ teaGreen: '#7FBF7F',
7248
+ lightBlue: '#5DADE2'
7249
+ }
7250
+ };
7251
+ var getCurrentTheme$1 = function getCurrentTheme() {
7252
+ if (typeof document !== 'undefined') {
7253
+ var isDarkClass = document.documentElement.classList.contains('dark');
7254
+ return isDarkClass ? 'dark' : 'light';
7255
+ }
7256
+ return 'light';
7257
+ };
7258
+ var colorVariables$1 = new Proxy({}, {
7259
+ get: function get(_, prop) {
7260
+ var currentThemeName = getCurrentTheme$1();
7261
+ var currentTheme = themes$1[currentThemeName];
7262
+ return currentTheme[prop];
7263
+ }
7264
+ });
7265
+ var themes$1 = {
7266
+ light: light$1,
7267
+ dark: dark$1
7268
+ };
7269
+ var _templateObject$2$1, _templateObject2$2$1, _templateObject3$c;
7270
+ var wrapperCss$1 = styled.css(_templateObject$2$1 || (_templateObject$2$1 = _taggedTemplateLiteralLoose$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"])));
7271
+ var IconWrapper$2 = styled__default.div(_templateObject2$2$1 || (_templateObject2$2$1 = _taggedTemplateLiteralLoose$1(["\n width: max-content;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: ", ";\n ", ";\n"])), function (_ref) {
7272
+ var $clickable = _ref.$clickable;
7273
+ return $clickable ? 'pointer' : 'default';
7274
+ }, wrapperCss$1);
7275
+ var IconWrapperForSVG$1 = styled__default.g(_templateObject3$c || (_templateObject3$c = _taggedTemplateLiteralLoose$1(["\n ", ";\n"])), wrapperCss$1);
7276
+ var _templateObject$3$1, _templateObject2$3$1;
7277
+ var TooltipWrapper$2 = styled__default.div(_templateObject$3$1 || (_templateObject$3$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n\n svg {\n cursor: pointer;\n }\n"])));
7278
+ var TooltipText$1 = styled__default.span(_templateObject2$3$1 || (_templateObject2$3$1 = _taggedTemplateLiteralLoose$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) {
7279
+ var $visible = _ref.$visible;
7280
+ return $visible ? 'visible' : 'hidden';
7281
+ }, function (_ref2) {
7282
+ var $visible = _ref2.$visible;
7283
+ return $visible ? 1 : 0;
7284
+ }, function (_ref3) {
7285
+ var $bgColor = _ref3.$bgColor,
7286
+ theme = _ref3.theme;
7287
+ return $bgColor || theme.brand.light;
7288
+ }, function (_ref4) {
7289
+ var $color = _ref4.$color,
7290
+ theme = _ref4.theme;
7291
+ return $color != null ? $color : theme.text.medium;
7292
+ }, function (_ref5) {
7293
+ var $border = _ref5.$border;
7294
+ return $border != null ? $border : 'none';
7295
+ }, function (_ref6) {
7296
+ var $fontSize = _ref6.$fontSize;
7297
+ return $fontSize != null ? $fontSize : '12px';
7298
+ }, function (_ref7) {
7299
+ var $fontWeight = _ref7.$fontWeight;
7300
+ return $fontWeight != null ? $fontWeight : '500';
7301
+ });
7302
+ var _templateObject$4$1, _templateObject2$4$1, _templateObject3$1$1, _templateObject4$9, _templateObject5$8, _templateObject6$7, _templateObject7$5, _templateObject8$4, _templateObject9$4, _templateObject10$4, _templateObject11$3, _templateObject12$2;
7303
+ var TooltipContainer$1 = styled__default.div(_templateObject$4$1 || (_templateObject$4$1 = _taggedTemplateLiteralLoose$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) {
7304
+ var $borderRadius = _ref.$borderRadius;
7305
+ return $borderRadius != null ? $borderRadius : '4px';
7306
+ }, function (_ref2) {
7307
+ var $border = _ref2.$border;
7308
+ return $border;
7309
+ }, function (_ref3) {
7310
+ var $minWidth = _ref3.$minWidth;
7311
+ return $minWidth != null ? $minWidth : 'auto';
7312
+ }, function (_ref4) {
7313
+ var $maxWidth = _ref4.$maxWidth;
7314
+ return $maxWidth != null ? $maxWidth : 'auto';
7315
+ }, function (_ref5) {
7316
+ var $background = _ref5.$background,
7317
+ theme = _ref5.theme;
7318
+ return $background != null ? $background : theme.accent.light_1;
7319
+ }, function (_ref6) {
7320
+ var $gap = _ref6.$gap;
7321
+ return $gap != null ? $gap : '16px';
7322
+ }, function (_ref7) {
7323
+ var $tooltipPosition = _ref7.$tooltipPosition,
7324
+ $iconSize = _ref7.$iconSize,
7325
+ $tooltipTop = _ref7.$tooltipTop;
7326
+ var vertical = $tooltipPosition.startsWith('top') ? "bottom: " + ($tooltipTop != null ? $tooltipTop : "calc(50% + " + ($iconSize + 2) + "px)") + ";" : "top: " + ($tooltipTop != null ? $tooltipTop : "calc(50% + " + ($iconSize + 2) + "px)") + ";";
7327
+ var horizontal = $tooltipPosition.endsWith('Left') ? styled.css(_templateObject2$4$1 || (_templateObject2$4$1 = _taggedTemplateLiteralLoose$1(["left: calc(100% + 10px); transform: translateX(-99%);"]))) : $tooltipPosition.endsWith('Center') ? styled.css(_templateObject3$1$1 || (_templateObject3$1$1 = _taggedTemplateLiteralLoose$1(["left: 50%; transform: translateX(-50%);"]))) : styled.css(_templateObject4$9 || (_templateObject4$9 = _taggedTemplateLiteralLoose$1(["right: calc(100% + 10px); transform: translateX(99%);"])));
7328
+ return styled.css(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteralLoose$1(["", " ", ";"])), vertical, horizontal);
7329
+ }, function (_ref8) {
7330
+ var $background = _ref8.$background,
7331
+ theme = _ref8.theme;
7332
+ return $background != null ? $background : theme.accent.light_1;
7333
+ }, function (_ref9) {
7334
+ var $tooltipPosition = _ref9.$tooltipPosition;
7335
+ if ($tooltipPosition.startsWith('top')) {
7336
+ return $tooltipPosition.endsWith('Left') ? styled.css(_templateObject6$7 || (_templateObject6$7 = _taggedTemplateLiteralLoose$1(["top: 100%; right: 10px; transform: rotate(180deg);"]))) : $tooltipPosition.endsWith('Right') ? styled.css(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteralLoose$1(["top: 100%; left: 10px; transform: rotate(180deg);"]))) : styled.css(_templateObject8$4 || (_templateObject8$4 = _taggedTemplateLiteralLoose$1(["top: 100%; left: 50%; transform: translateX(-50%) rotate(180deg);"])));
7337
+ } else {
7338
+ return $tooltipPosition.endsWith('Left') ? styled.css(_templateObject9$4 || (_templateObject9$4 = _taggedTemplateLiteralLoose$1(["bottom: 100%; right: 10px;"]))) : $tooltipPosition.endsWith('Right') ? styled.css(_templateObject10$4 || (_templateObject10$4 = _taggedTemplateLiteralLoose$1(["bottom: 100%; left: 10px;"]))) : styled.css(_templateObject11$3 || (_templateObject11$3 = _taggedTemplateLiteralLoose$1(["bottom: 100%; left: 50%; transform: translateX(-50%);"])));
7339
+ }
7340
+ });
7341
+ var TooltipWrapper$1$1 = styled__default.div(_templateObject12$2 || (_templateObject12$2 = _taggedTemplateLiteralLoose$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);
7342
+ var _templateObject$5$1;
7343
+ var BreadCrum$1 = styled__default.span(_templateObject$5$1 || (_templateObject$5$1 = _taggedTemplateLiteralLoose$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) {
7344
+ var $color = _ref.$color,
7345
+ theme = _ref.theme;
7346
+ return $color ? $color : theme.text.medium;
7347
+ }, function (_ref2) {
7348
+ var $disabled = _ref2.$disabled;
7349
+ return $disabled ? '0.6' : '1';
7350
+ }, function (_ref3) {
7351
+ var $hover = _ref3.$hover,
7352
+ $disabled = _ref3.$disabled;
7353
+ return $hover && !$disabled && 'underline';
7354
+ }, function (_ref4) {
7355
+ var $hover = _ref4.$hover,
7356
+ $disabled = _ref4.$disabled;
7357
+ return $hover && !$disabled ? 'pointer' : 'default';
7358
+ }, function (_ref5) {
7359
+ var $hover = _ref5.$hover,
7360
+ $disabled = _ref5.$disabled,
7361
+ theme = _ref5.theme;
7362
+ return $hover && !$disabled && theme["default"].primary;
7363
+ });
7364
+ var _templateObject$6$1;
7365
+ var fontFaces$1 = styled.css(_templateObject$6$1 || (_templateObject$6$1 = _taggedTemplateLiteralLoose$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"])));
7366
+ var GlobalFonts$1 = {
7367
+ bold: 'NotoSans, sans-serif',
7368
+ regular: 'NotoSans, sans-serif',
7369
+ light: 'NotoSans, sans-serif'
7370
+ };
7371
+ var _templateObject$7$1, _templateObject2$5$1, _templateObject3$2$1, _templateObject4$1$1, _templateObject5$1$1, _templateObject6$1$1;
7372
+ var spin$3 = styled.keyframes(_templateObject$7$1 || (_templateObject$7$1 = _taggedTemplateLiteralLoose$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
7373
+ var Spinner$2 = styled__default.div(_templateObject2$5$1 || (_templateObject2$5$1 = _taggedTemplateLiteralLoose$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) {
7374
+ var $size = _ref.$size;
7375
+ return $size;
7376
+ }, function (_ref2) {
7377
+ var $size = _ref2.$size;
7378
+ return $size;
7379
+ }, function (_ref3) {
7380
+ var $size = _ref3.$size;
7381
+ return $size / 4;
7382
+ }, function (_ref4) {
7383
+ var $color = _ref4.$color;
7384
+ return $color;
7385
+ }, spin$3);
7386
+ var LoaderWrapper$1 = styled__default.div(_templateObject3$2$1 || (_templateObject3$2$1 = _taggedTemplateLiteralLoose$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) {
7387
+ var $loaderPosition = _ref5.$loaderPosition;
7388
+ return $loaderPosition === 'right' ? '4px' : '0';
7389
+ }, function (_ref6) {
7390
+ var $loaderPosition = _ref6.$loaderPosition;
7391
+ return $loaderPosition === 'left' ? '4px' : '0';
7392
+ });
7393
+ var Container$1$1 = styled__default.div(_templateObject4$1$1 || (_templateObject4$1$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: ", ";\n gap: ", ";\n svg {\n cursor: ", ";\n }\n"])), function (_ref7) {
7394
+ var $iconPosition = _ref7.$iconPosition;
7395
+ return $iconPosition === 'right' ? 'row-reverse' : 'row';
7396
+ }, function (_ref8) {
7397
+ var gap = _ref8.gap;
7398
+ return gap || '4px';
7399
+ }, function (_ref9) {
7400
+ var cursor = _ref9.cursor;
7401
+ return cursor;
7402
+ });
7403
+ var StyledButton$1 = styled__default.button(_templateObject5$1$1 || (_templateObject5$1$1 = _taggedTemplateLiteralLoose$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) {
7404
+ var $disabled = _ref10.$disabled;
7405
+ return $disabled ? 'none' : 'auto';
7406
+ }, function (_ref11) {
7407
+ var $disabled = _ref11.$disabled;
7408
+ return $disabled ? 'not-allowed' : 'pointer';
7409
+ }, function (_ref12) {
7410
+ var $buttonWidth = _ref12.$buttonWidth;
7411
+ return $buttonWidth;
7412
+ }, function (_ref13) {
7413
+ var $borderRadius = _ref13.$borderRadius;
7414
+ return $borderRadius || '8px';
7415
+ }, function (_ref14) {
7416
+ var $size = _ref14.$size,
7417
+ $padding = _ref14.$padding;
7418
+ return $size === 'small' ? '8px 12.2px' : $size === 'medium' ? '10px 19px' : $size === 'large' ? '12px 24.5px' : $size === 'custom' ? $padding : '10px 16px';
7419
+ }, function (_ref15) {
7420
+ var _$borderHover$match;
7421
+ var $variant = _ref15.$variant,
7422
+ $disabled = _ref15.$disabled,
7423
+ $borderHover = _ref15.$borderHover,
7424
+ $borderDefault = _ref15.$borderDefault,
7425
+ $background = _ref15.$background,
7426
+ $color = _ref15.$color,
7427
+ $colorHover = _ref15.$colorHover,
7428
+ theme = _ref15.theme;
7429
+ switch ($variant) {
7430
+ case 'primary':
7431
+ 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 ";
7432
+ case 'secondary':
7433
+ 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 ";
7434
+ case 'tertiary':
7435
+ 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 ";
7436
+ case 'error':
7437
+ 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 ";
7438
+ case 'outline-primary':
7439
+ 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 ";
7440
+ case 'outline-secondary':
7441
+ 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 ";
7442
+ case 'outline-error':
7443
+ 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 ";
7444
+ case 'custom':
7445
+ 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 ";
7446
+ default:
7447
+ return '';
7448
+ }
7449
+ }, function (_ref16) {
7450
+ var color = _ref16.color;
7451
+ return color;
7452
+ });
7453
+ var ButtonText$1 = styled__default.span(_templateObject6$1$1 || (_templateObject6$1$1 = _taggedTemplateLiteralLoose$1(["\n font-family: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n white-space: nowrap;\n"])), function (_ref17) {
7454
+ var $fontFamily = _ref17.$fontFamily;
7455
+ return $fontFamily ? $fontFamily : GlobalFonts$1.bold;
7456
+ }, function (_ref18) {
7457
+ var $size = _ref18.$size,
7458
+ $fontSize = _ref18.$fontSize;
7459
+ return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
7460
+ }, function (_ref19) {
7461
+ var $fontWeight = _ref19.$fontWeight,
7462
+ $size = _ref19.$size;
7463
+ return $size === 'custom' && $fontWeight || '500';
7464
+ }, function (_ref20) {
7465
+ var $size = _ref20.$size,
7466
+ $fontSize = _ref20.$fontSize;
7467
+ return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
7468
+ });
7469
+ var _templateObject$8$1;
7470
+ var InnerContent$1 = styled__default.div(_templateObject$8$1 || (_templateObject$8$1 = _taggedTemplateLiteralLoose$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) {
7471
+ var $isScrollable = _ref.$isScrollable;
7472
+ return $isScrollable ? '0 12px' : '0';
7473
+ });
7474
+ var _templateObject$9$1, _templateObject2$6$1, _templateObject3$3$1, _templateObject4$2$1, _templateObject5$2$1, _templateObject6$2$1, _templateObject7$1$1, _templateObject8$1$1, _templateObject9$1$1, _templateObject10$1$1, _templateObject11$1$1, _templateObject12$1$1, _templateObject13$1, _templateObject14$1, _templateObject15$1, _templateObject16$1, _templateObject17$1, _templateObject18$1, _templateObject19$1, _templateObject20$1, _templateObject21$1;
7475
+ var DatePickerContainer$1 = styled__default.div(_templateObject$9$1 || (_templateObject$9$1 = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n"])));
7476
+ var CalendarContainer$1 = styled__default.div(_templateObject2$6$1 || (_templateObject2$6$1 = _taggedTemplateLiteralLoose$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) {
7477
+ var theme = _ref.theme;
7478
+ return theme.accent.light_2;
7479
+ }, function (_ref2) {
7480
+ var theme = _ref2.theme;
7481
+ return "1px solid " + theme.border.medium;
7482
+ });
7483
+ var Calendar$1$1 = styled__default.div(_templateObject3$3$1 || (_templateObject3$3$1 = _taggedTemplateLiteralLoose$1([""])));
7484
+ var CalendarTime$1 = styled__default.div(_templateObject4$2$1 || (_templateObject4$2$1 = _taggedTemplateLiteralLoose$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) {
7485
+ var theme = _ref3.theme;
7486
+ return "1px solid " + theme.border.medium;
7487
+ });
7488
+ var StartDate$1 = styled__default.div(_templateObject5$2$1 || (_templateObject5$2$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n padding-bottom: 4px;\n"])));
7489
+ var SelectedStart$1 = styled__default.div(_templateObject6$2$1 || (_templateObject6$2$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n gap: 4px;\n color: ", ";\n"])), function (_ref4) {
7490
+ var theme = _ref4.theme;
7491
+ return theme.text.medium;
7492
+ });
7493
+ var CurrentDate$1 = styled__default.p(_templateObject7$1$1 || (_templateObject7$1$1 = _taggedTemplateLiteralLoose$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 12px;\n"])));
7494
+ var CurrentTime$1 = styled__default.div(_templateObject8$1$1 || (_templateObject8$1$1 = _taggedTemplateLiteralLoose$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 14px;\n color: ", ";\n"])), function (_ref5) {
7495
+ var theme = _ref5.theme;
7496
+ return theme.text.medium;
7497
+ });
7498
+ var Selectedtime$1 = styled__default.div(_templateObject9$1$1 || (_templateObject9$1$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n color: ", ";\n gap: 8px;\n"])), function (_ref6) {
7499
+ var theme = _ref6.theme;
7500
+ return theme.text.medium;
7501
+ });
7502
+ var Line$1 = styled__default.div(_templateObject10$1$1 || (_templateObject10$1$1 = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n padding-top: 10px;\n padding-bottom: 10px;\n"])));
7503
+ var Zones$1 = styled__default.div(_templateObject11$1$1 || (_templateObject11$1$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n justify-content: space-between;\n"])));
7504
+ var CalendarHeader$1 = styled__default.div(_templateObject12$1$1 || (_templateObject12$1$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 10px;\n"])));
7505
+ var CalendarMonthYear$1 = styled__default.span(_templateObject13$1 || (_templateObject13$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n color: ", ";\n justify-content: center;\n align-items: center;\n"])), function (_ref7) {
7506
+ var theme = _ref7.theme;
7507
+ return theme.text.medium;
7508
+ });
7509
+ var CalendarContent$1 = styled__default.div(_templateObject14$1 || (_templateObject14$1 = _taggedTemplateLiteralLoose$1(["\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n gap: 5px;\n padding: 10px;\n"])));
7510
+ var Button$1 = styled__default.div(_templateObject15$1 || (_templateObject15$1 = _taggedTemplateLiteralLoose$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) {
7511
+ var theme = _ref8.theme;
7512
+ return theme["default"].secondary;
7513
+ }, function (_ref9) {
7514
+ var theme = _ref9.theme;
7515
+ return theme.text.white;
7516
+ }, function (_ref10) {
7517
+ var $size = _ref10.$size;
7518
+ return $size ? $size + "px" : '30px';
7519
+ }, function (_ref11) {
7520
+ var $size = _ref11.$size;
7521
+ return $size ? $size + "px" : '30px';
7522
+ });
7523
+ var CalendarDates$1 = styled__default.div(_templateObject16$1 || (_templateObject16$1 = _taggedTemplateLiteralLoose$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) {
7524
+ var $size = _ref12.$size;
7525
+ return $size ? $size + "px" : '30px';
7526
+ }, function (_ref13) {
7527
+ var $size = _ref13.$size;
7528
+ return $size ? $size + "px" : '30px';
7529
+ }, function (_ref14) {
7530
+ var $isFuture = _ref14.$isFuture,
7531
+ $futureDateTime = _ref14.$futureDateTime;
7532
+ return !$futureDateTime && $isFuture ? 'default' : 'pointer';
7533
+ }, function (_ref15) {
7534
+ var $isFuture = _ref15.$isFuture,
7535
+ $futureDateTime = _ref15.$futureDateTime;
7536
+ return !$futureDateTime && $isFuture ? 0.5 : 1;
7537
+ }, function (_ref16) {
7538
+ var $selected = _ref16.$selected,
7539
+ $inRange = _ref16.$inRange,
7540
+ theme = _ref16.theme;
7541
+ return $selected ? theme["default"].primary : $inRange ? theme["default"].primary : theme["default"].tertiary;
7542
+ }, function (_ref17) {
7543
+ var $selected = _ref17.$selected,
7544
+ $inRange = _ref17.$inRange,
7545
+ theme = _ref17.theme;
7546
+ return $selected ? theme.text.white : $inRange ? theme.text.white : theme.text.medium;
7547
+ }, function (_ref18) {
7548
+ var $selected = _ref18.$selected,
7549
+ $inRange = _ref18.$inRange,
7550
+ $isFuture = _ref18.$isFuture,
7551
+ $futureDateTime = _ref18.$futureDateTime,
7552
+ theme = _ref18.theme;
7553
+ return !$futureDateTime && $isFuture ? 'transparent' : $selected ? theme.disabled.primary : $inRange ? theme.disabled.primary : theme.disabled.primary;
7554
+ });
7555
+ var Year$1 = styled__default.div(_templateObject17$1 || (_templateObject17$1 = _taggedTemplateLiteralLoose$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 12px;\n"])));
7556
+ var Month$1 = styled__default.div(_templateObject18$1 || (_templateObject18$1 = _taggedTemplateLiteralLoose$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 600;\n font-size: 14px;\n"])));
7557
+ var InputWrapper$2 = styled__default.div(_templateObject19$1 || (_templateObject19$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n gap: 24px;\n"])));
7558
+ var TimeInputWrapper$1 = styled__default.div(_templateObject20$1 || (_templateObject20$1 = _taggedTemplateLiteralLoose$1(["\n position: relative;\n display: flex;\n align-items: center;\n"])));
7559
+ var StyledInput$1 = styled__default.input(_templateObject21$1 || (_templateObject21$1 = _taggedTemplateLiteralLoose$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) {
7560
+ var theme = _ref19.theme;
7561
+ return theme.text.white;
7562
+ }, function (_ref20) {
7563
+ var theme = _ref20.theme;
7564
+ return "1px solid " + theme.border.extraBold;
7565
+ }, function (_ref21) {
7566
+ var theme = _ref21.theme;
7567
+ return theme.text.dark;
7568
+ });
7569
+ var _templateObject$a$1, _templateObject2$7$1, _templateObject3$4$1, _templateObject4$3$1, _templateObject5$3$1, _templateObject6$3$1;
7570
+ var OptionContainer$2 = styled__default.div(_templateObject$a$1 || (_templateObject$a$1 = _taggedTemplateLiteralLoose$1([""])));
7571
+ var OptionItem$2 = styled__default.div(_templateObject2$7$1 || (_templateObject2$7$1 = _taggedTemplateLiteralLoose$1(["\n border-bottom: ", ";\n"])), function (_ref) {
7572
+ var $optionBorder = _ref.$optionBorder,
7573
+ $isborder = _ref.$isborder,
7574
+ theme = _ref.theme;
7575
+ return $isborder ? $optionBorder || "1px solid " + theme.border.extraLight : '';
7576
+ });
7577
+ var OptionLabel$2 = styled__default.label(_templateObject3$4$1 || (_templateObject3$4$1 = _taggedTemplateLiteralLoose$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) {
7578
+ var $optionColor = _ref2.$optionColor,
7579
+ theme = _ref2.theme;
7580
+ switch ($optionColor) {
7581
+ case 'dark':
7582
+ return theme.text.dark;
7583
+ case 'medium':
7584
+ return theme.text.medium;
7585
+ case 'light':
7586
+ return theme.text.light;
7587
+ case 'white':
7588
+ return theme.text.white;
7589
+ case 'warning':
7590
+ return theme["default"].warning;
7591
+ case 'info':
7592
+ return theme["default"].info;
7593
+ case 'success':
7594
+ return theme["default"].success;
7595
+ case 'error':
7596
+ return theme["default"].error;
7597
+ default:
7598
+ return $optionColor || theme.text.medium;
7599
+ }
7600
+ });
7601
+ var SearchContainer$4 = styled__default.div(_templateObject4$3$1 || (_templateObject4$3$1 = _taggedTemplateLiteralLoose$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) {
7602
+ var $background = _ref3.$background,
7603
+ theme = _ref3.theme;
7604
+ switch ($background) {
7605
+ case 'dark':
7606
+ return theme.text.dark;
7607
+ case 'medium':
7608
+ return theme.text.medium;
7609
+ case 'light':
7610
+ return theme.text.light;
7611
+ case 'white':
7612
+ return theme.text.white;
7613
+ case 'warning':
7614
+ return theme["default"].warning;
7615
+ case 'info':
7616
+ return theme["default"].info;
7617
+ case 'success':
7618
+ return theme["default"].success;
7619
+ case 'error':
7620
+ return theme["default"].error;
7621
+ default:
7622
+ return $background;
7623
+ }
7624
+ }, function (_ref4) {
7625
+ var $borderBottom = _ref4.$borderBottom;
7626
+ return $borderBottom || 'none';
7627
+ }, function (_ref5) {
7628
+ var $borderRadius = _ref5.$borderRadius;
7629
+ return $borderRadius || '8px';
7630
+ });
7631
+ var SearchBar$4 = styled__default.input(_templateObject5$3$1 || (_templateObject5$3$1 = _taggedTemplateLiteralLoose$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) {
7632
+ var theme = _ref6.theme;
7633
+ return theme["default"].tertiary;
7634
+ }, function (_ref7) {
7635
+ var $inputColor = _ref7.$inputColor,
7636
+ theme = _ref7.theme;
7637
+ switch ($inputColor) {
7638
+ case 'dark':
7639
+ return theme.text.dark;
7640
+ case 'medium':
7641
+ return theme.text.medium;
7642
+ case 'light':
7643
+ return theme.text.light;
7644
+ case 'white':
7645
+ return theme.text.white;
7646
+ case 'warning':
7647
+ return theme["default"].warning;
7648
+ case 'info':
7649
+ return theme["default"].info;
7650
+ case 'success':
7651
+ return theme["default"].success;
7652
+ case 'error':
7653
+ return theme["default"].error;
7654
+ default:
7655
+ return $inputColor;
7656
+ }
7657
+ }, function (_ref8) {
7658
+ var $placeholderColor = _ref8.$placeholderColor,
7659
+ theme = _ref8.theme;
7660
+ switch ($placeholderColor) {
7661
+ case 'dark':
7662
+ return theme.text.dark;
7663
+ case 'medium':
7664
+ return theme.text.medium;
7665
+ case 'light':
7666
+ return theme.text.light;
7667
+ case 'white':
7668
+ return theme.text.white;
7669
+ case 'warning':
7670
+ return theme["default"].warning;
7671
+ case 'info':
7672
+ return theme["default"].info;
7673
+ case 'success':
7674
+ return theme["default"].success;
7675
+ case 'error':
7676
+ return theme["default"].error;
7677
+ default:
7678
+ return $placeholderColor;
7679
+ }
7680
+ });
7681
+ var Text$1 = styled__default.span(_templateObject6$3$1 || (_templateObject6$3$1 = _taggedTemplateLiteralLoose$1(["\n word-break: break-word;\n"])));
7682
+ var _templateObject$b$1, _templateObject2$8$1, _templateObject3$5$1, _templateObject4$4$1, _templateObject5$4$1, _templateObject6$4$1, _templateObject7$2$1, _templateObject8$2$1, _templateObject9$2$1, _templateObject10$2$1, _templateObject11$2$1;
7683
+ var DropdownContainer$2 = styled__default.div(_templateObject$b$1 || (_templateObject$b$1 = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n height: ", ";\n max-width: 100%;\n position: relative;\n max-height: ", ";\n"])), function (_ref) {
7684
+ var $width = _ref.$width;
7685
+ return $width || '100%';
7686
+ }, function (_ref2) {
7687
+ var $height = _ref2.$height;
7688
+ return $height || '100%';
7689
+ }, function (_ref3) {
7690
+ var $replaceLabel = _ref3.$replaceLabel;
7691
+ return $replaceLabel ? 'calc(100% - 22px)' : '';
7692
+ });
7693
+ var DropdownButton$2 = styled__default.div(_templateObject2$8$1 || (_templateObject2$8$1 = _taggedTemplateLiteralLoose$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) {
7694
+ var $replaceLabel = _ref4.$replaceLabel;
7695
+ return $replaceLabel ? 'auto' : '';
7696
+ }, function (_ref5) {
7697
+ var $size = _ref5.$size;
7698
+ switch ($size) {
7699
+ case 'small':
7700
+ return '9px 12px';
7701
+ case 'large':
7702
+ return '24px 12px';
7703
+ default:
7704
+ return '14px 12px';
7705
+ }
7706
+ }, function (_ref6) {
7707
+ var $width = _ref6.$width;
7708
+ return $width ? $width : '100%';
7709
+ }, function (_ref7) {
7710
+ var $height = _ref7.$height;
7711
+ return $height || '100%';
7712
+ }, function (_ref8) {
7713
+ var $border = _ref8.$border,
7714
+ $isOpen = _ref8.$isOpen,
7715
+ theme = _ref8.theme;
7716
+ return $isOpen ? "1px solid " + theme.text.dark : $border || "1px solid " + theme.border.light;
7717
+ }, function (_ref9) {
7718
+ var $borderRadius = _ref9.$borderRadius;
7719
+ return $borderRadius || '8px';
7720
+ }, function (_ref10) {
7721
+ var $disabled = _ref10.$disabled;
7722
+ return $disabled ? 'not-allowed' : 'pointer';
7723
+ }, function (_ref11) {
7724
+ var $background = _ref11.$background,
7725
+ $disabled = _ref11.$disabled,
7726
+ theme = _ref11.theme;
7727
+ switch ($background) {
7728
+ case 'dark':
7729
+ return $disabled ? theme.disabled.secondary : theme.text.dark;
7730
+ case 'medium':
7731
+ return $disabled ? theme.disabled.secondary : theme.text.medium;
7732
+ case 'light':
7733
+ return $disabled ? theme.disabled.secondary : theme.text.light;
7734
+ case 'white':
7735
+ return $disabled ? theme.disabled.secondary : theme.text.white;
7736
+ case 'warning':
7737
+ return $disabled ? theme.disabled.secondary : theme["default"].warning;
7738
+ case 'info':
7739
+ return $disabled ? theme.disabled.secondary : theme["default"].info;
7740
+ case 'success':
7741
+ return $disabled ? theme.disabled.secondary : theme["default"].success;
7742
+ case 'error':
7743
+ return $disabled ? theme.disabled.secondary : theme["default"].error;
7744
+ default:
7745
+ return $disabled ? theme.disabled.secondary : $background;
7746
+ }
7747
+ }, function (_ref12) {
7748
+ var $color = _ref12.$color,
7749
+ theme = _ref12.theme;
7750
+ return $color || theme.text.medium;
7751
+ }, function (_ref13) {
7752
+ var $size = _ref13.$size;
7753
+ switch ($size) {
7754
+ case 'small':
7755
+ return '12px';
7756
+ case 'large':
7757
+ return '16px';
7758
+ default:
7759
+ return '14px';
7760
+ }
7761
+ }, function (_ref14) {
7762
+ var $size = _ref14.$size;
7763
+ switch ($size) {
7764
+ case 'small':
7765
+ return '12px';
7766
+ case 'large':
7767
+ return '16px';
7768
+ default:
7769
+ return '14px';
7770
+ }
7771
+ });
7772
+ var TitleText$2 = styled__default.div(_templateObject3$5$1 || (_templateObject3$5$1 = _taggedTemplateLiteralLoose$1(["\n width: max-content;\n position: relative;\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n\n color: ", ";\n"])), function (_ref15) {
7773
+ var $titleWeight = _ref15.$titleWeight;
7774
+ return $titleWeight != null ? $titleWeight : '500';
7775
+ }, function (_ref16) {
7776
+ var $titleSize = _ref16.$titleSize,
7777
+ $size = _ref16.$size;
7778
+ return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
7779
+ }, function (_ref17) {
7780
+ var $titleSize = _ref17.$titleSize,
7781
+ $size = _ref17.$size;
7782
+ return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
7783
+ }, function (_ref18) {
7784
+ var $titleColor = _ref18.$titleColor,
7785
+ theme = _ref18.theme;
7786
+ switch ($titleColor) {
7787
+ case 'dark':
7788
+ return theme.text.dark;
7789
+ case 'medium':
7790
+ return theme.text.medium;
7791
+ case 'light':
7792
+ return theme.text.light;
7793
+ case 'white':
7794
+ return theme.text.white;
7795
+ case 'warning':
7796
+ return theme["default"].warning;
7797
+ case 'info':
7798
+ return theme["default"].info;
7799
+ case 'success':
7800
+ return theme["default"].success;
7801
+ case 'error':
7802
+ return theme["default"].error;
7803
+ default:
7804
+ return $titleColor;
7805
+ }
7806
+ });
7807
+ var Container$2$1 = styled__default.div(_templateObject4$4$1 || (_templateObject4$4$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n"])));
7808
+ var LabelText$2 = styled__default.div(_templateObject5$4$1 || (_templateObject5$4$1 = _taggedTemplateLiteralLoose$1(["\n font-size: 14px;\n font-weight: 400;\n font-style:", ";\n color: ", ";\n"])), function (_ref19) {
7809
+ var $labelStyle = _ref19.$labelStyle;
7810
+ return $labelStyle;
7811
+ }, function (_ref20) {
7812
+ var theme = _ref20.theme;
7813
+ return theme.text.medium;
7814
+ });
7815
+ var DropdownMenu$2 = styled__default.div(_templateObject6$4$1 || (_templateObject6$4$1 = _taggedTemplateLiteralLoose$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) {
7816
+ var theme = _ref21.theme;
7817
+ return "1px solid " + theme.border.light;
7818
+ }, function (_ref22) {
7819
+ var $optionsBorderRadius = _ref22.$optionsBorderRadius;
7820
+ return $optionsBorderRadius || '8px';
7821
+ }, function (_ref23) {
7822
+ var $width = _ref23.$width;
7823
+ return $width ? $width : 'max-content';
7824
+ }, function (_ref24) {
7825
+ var $menuBackground = _ref24.$menuBackground,
7826
+ theme = _ref24.theme;
7827
+ return $menuBackground || theme.accent.light_2;
7828
+ });
7829
+ var SelectedOptionsWrapper$2 = styled__default.div(_templateObject7$2$1 || (_templateObject7$2$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n height: 100%;\n"])));
7830
+ var SelectedOptionDiv$2 = styled__default.div(_templateObject8$2$1 || (_templateObject8$2$1 = _taggedTemplateLiteralLoose$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) {
7831
+ var $selectedOptionBackground = _ref25.$selectedOptionBackground,
7832
+ $disabled = _ref25.$disabled,
7833
+ theme = _ref25.theme;
7834
+ switch ($selectedOptionBackground) {
7835
+ case 'dark':
7836
+ return theme.text.dark;
7837
+ case 'medium':
7838
+ return theme.text.medium;
7839
+ case 'light':
7840
+ return theme.text.light;
7841
+ case 'white':
7842
+ return theme.text.white;
7843
+ case 'warning':
7844
+ return $disabled ? theme.disabled.warning : theme["default"].warning;
7845
+ case 'info':
7846
+ return $disabled ? theme.disabled.info : theme["default"].info;
7847
+ case 'success':
7848
+ return $disabled ? theme.disabled.success : theme["default"].success;
7849
+ case 'error':
7850
+ return $disabled ? theme.disabled.error : theme["default"].error;
7851
+ default:
7852
+ return $selectedOptionBackground || theme.accent.light_2;
7853
+ }
7854
+ }, function (_ref26) {
7855
+ var $selectedOptionColor = _ref26.$selectedOptionColor,
7856
+ theme = _ref26.theme;
7857
+ switch ($selectedOptionColor) {
7858
+ case 'dark':
7859
+ return theme.text.dark;
7860
+ case 'medium':
7861
+ return theme.text.medium;
7862
+ case 'light':
7863
+ return theme.text.light;
7864
+ case 'white':
7865
+ return theme.text.white;
7866
+ case 'warning':
7867
+ return theme["default"].warning;
7868
+ case 'info':
7869
+ return theme["default"].info;
7870
+ case 'success':
7871
+ return theme["default"].success;
7872
+ case 'error':
7873
+ return theme["default"].error;
7874
+ default:
7875
+ return $selectedOptionColor;
7876
+ }
7877
+ });
7878
+ var RemoveIcon$2 = styled__default.div(_templateObject9$2$1 || (_templateObject9$2$1 = _taggedTemplateLiteralLoose$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) {
7879
+ var $disabled = _ref27.$disabled;
7880
+ return $disabled ? 'not-allowed' : 'pointer';
7881
+ }, function (_ref28) {
7882
+ var removeIconBackground = _ref28.removeIconBackground,
7883
+ $type = _ref28.$type,
7884
+ theme = _ref28.theme;
7885
+ return removeIconBackground ? removeIconBackground : $type === 'remove' ? '#5E5E5E24' : theme.disabled.primary;
7886
+ }, function (_ref29) {
7887
+ var $disabled = _ref29.$disabled;
7888
+ return $disabled ? 'not-allowed' : 'pointer';
7889
+ });
7890
+ var TextWrapper$1 = styled__default.div(_templateObject10$2$1 || (_templateObject10$2$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n gap: 4px;\n"])));
7891
+ var Asterisk$2 = styled__default.span(_templateObject11$2$1 || (_templateObject11$2$1 = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), function (_ref30) {
7892
+ var theme = _ref30.theme;
7893
+ return theme["default"].error;
7894
+ });
7895
+ var _templateObject$c$1, _templateObject2$9$1, _templateObject3$6$1, _templateObject4$5$1, _templateObject5$5$1, _templateObject6$5$1, _templateObject7$3$1, _templateObject8$3$1, _templateObject9$3$1, _templateObject10$3$1;
7896
+ var TitleText$1$1 = styled__default.label(_templateObject$c$1 || (_templateObject$c$1 = _taggedTemplateLiteralLoose$1(["\n position: relative;\n width: max-content;\n white-space: nowrap;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
7897
+ var $titleWeight = _ref.$titleWeight;
7898
+ return $titleWeight || 500;
7899
+ }, function (_ref2) {
7900
+ var $size = _ref2.$size;
7901
+ switch ($size) {
7902
+ case 'small':
7903
+ return "\n font-size: 12px;\n line-height: 12px;\n ";
7904
+ case 'medium':
7905
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
7906
+ case 'large':
7907
+ return "\n font-size: 16px;\n line-height: 16px;\n ";
7908
+ default:
7909
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
7910
+ }
7911
+ }, function (_ref3) {
7912
+ var $titlecolor = _ref3.$titlecolor,
7913
+ theme = _ref3.theme;
7914
+ switch ($titlecolor) {
7915
+ case 'dark':
7916
+ return theme.text.dark;
7917
+ case 'medium':
7918
+ return theme.text.medium;
7919
+ case 'light':
7920
+ return theme.text.light;
7921
+ case 'white':
7922
+ return theme.text.white;
7923
+ case 'warning':
7924
+ return theme["default"].warning;
7925
+ case 'info':
7926
+ return theme["default"].info;
7927
+ case 'success':
7928
+ return theme["default"].success;
7929
+ case 'error':
7930
+ return theme["default"].error;
7931
+ default:
7932
+ return $titlecolor;
7933
+ }
7934
+ });
7935
+ var DropdownContainer$1$1 = styled__default.div(_templateObject2$9$1 || (_templateObject2$9$1 = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n max-width: 100%;\n position: relative;\n gap: 8px;\n display: flex;\n"])), function (_ref4) {
7936
+ var $width = _ref4.$width;
7937
+ return $width || '100%';
7938
+ });
7939
+ var DropdownButton$1$1 = styled__default.div(_templateObject3$6$1 || (_templateObject3$6$1 = _taggedTemplateLiteralLoose$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) {
7940
+ var $disabled = _ref5.$disabled;
7941
+ return $disabled ? 'not-allowed' : 'pointer';
7942
+ }, function (_ref6) {
7943
+ var $width = _ref6.$width;
7944
+ return $width ? $width : '100%';
7945
+ }, function (_ref7) {
7946
+ var $selectHeight = _ref7.$selectHeight;
7947
+ return $selectHeight || 'auto';
7948
+ }, function (_ref8) {
7949
+ var $borderRadius = _ref8.$borderRadius;
7950
+ return $borderRadius || '8px';
7951
+ }, function (_ref9) {
7952
+ var $border = _ref9.$border,
7953
+ $isOpen = _ref9.$isOpen,
7954
+ theme = _ref9.theme;
7955
+ return $isOpen ? "1px solid " + theme.text.dark : $border || "1px solid " + theme.border.light;
7956
+ }, function (_ref10) {
7957
+ var $size = _ref10.$size;
7958
+ switch ($size) {
7959
+ case 'small':
7960
+ return '9px 12px';
7961
+ case 'large':
7962
+ return '24px 12px';
7963
+ default:
7964
+ return '13px 12px';
7965
+ }
7966
+ }, function (_ref11) {
7967
+ var $background = _ref11.$background,
7968
+ $disabled = _ref11.$disabled,
7969
+ theme = _ref11.theme;
7970
+ return $disabled ? theme.border.light : $background || theme.accent.light_2;
7971
+ }, function (_ref12) {
7972
+ var $size = _ref12.$size;
7973
+ switch ($size) {
7974
+ case 'small':
7975
+ return '12px';
7976
+ case 'large':
7977
+ return '16px';
7978
+ default:
7979
+ return '14px';
7980
+ }
7981
+ }, function (_ref13) {
7982
+ var $size = _ref13.$size;
7983
+ switch ($size) {
7984
+ case 'small':
7985
+ return '12px';
7986
+ case 'large':
7987
+ return '16px';
7988
+ default:
7989
+ return '14px';
7990
+ }
7991
+ });
7992
+ var Options$1 = styled__default.div(_templateObject4$5$1 || (_templateObject4$5$1 = _taggedTemplateLiteralLoose$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) {
7993
+ var $optionColor = _ref14.$optionColor,
7994
+ $optionSelected = _ref14.$optionSelected,
7995
+ theme = _ref14.theme;
7996
+ return $optionSelected ? theme.text.white : $optionColor || theme.text.medium;
7997
+ }, function (_ref15) {
7998
+ var $optionFontSize = _ref15.$optionFontSize;
7999
+ return $optionFontSize || '14px';
8000
+ }, function (_ref16) {
8001
+ var $optionFontWeight = _ref16.$optionFontWeight;
8002
+ return $optionFontWeight || 400;
8003
+ }, function (_ref17) {
8004
+ var $optionBackgroundColor = _ref17.$optionBackgroundColor,
8005
+ $optionSelected = _ref17.$optionSelected,
8006
+ theme = _ref17.theme;
8007
+ return $optionSelected ? theme["default"].primary : $optionBackgroundColor || theme["default"].tertiary;
8008
+ }, function (_ref18) {
8009
+ var theme = _ref18.theme;
8010
+ return theme.hover.primary;
8011
+ }, function (_ref19) {
8012
+ var theme = _ref19.theme;
8013
+ return theme.text.white;
8014
+ });
8015
+ var LabelText$1$1 = styled__default.div(_templateObject5$5$1 || (_templateObject5$5$1 = _taggedTemplateLiteralLoose$1(["\n font-size: ", ";\n line-height: ", ";\n font-style: ", ";\n color: ", ";\n"])), function (_ref20) {
8016
+ var $size = _ref20.$size;
8017
+ switch ($size) {
8018
+ case 'small':
8019
+ return '14px';
8020
+ case 'large':
8021
+ return '16px';
8022
+ default:
8023
+ return '14px';
8024
+ }
8025
+ }, function (_ref21) {
8026
+ var $size = _ref21.$size;
8027
+ switch ($size) {
8028
+ case 'small':
8029
+ return '12px';
8030
+ case 'large':
8031
+ return '16px';
8032
+ default:
8033
+ return '14px';
8034
+ }
8035
+ }, function (_ref22) {
8036
+ var $fontStyle = _ref22.$fontStyle;
8037
+ return $fontStyle || '';
8038
+ }, function (_ref23) {
8039
+ var $color = _ref23.$color,
8040
+ $disabled = _ref23.$disabled,
8041
+ theme = _ref23.theme;
8042
+ return $disabled ? theme.text.medium : $color || theme.text.medium;
8043
+ });
8044
+ var NoOptions$1 = styled__default(Span$1)(_templateObject6$5$1 || (_templateObject6$5$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n height: 100%;\n padding: 12px;\n font-size: 14px;\n font-weight: 400;\n"])));
8045
+ var DropdownMenu$1$1 = styled__default.div(_templateObject7$3$1 || (_templateObject7$3$1 = _taggedTemplateLiteralLoose$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) {
8046
+ var theme = _ref24.theme;
8047
+ return "1px solid " + theme.border.light;
8048
+ }, function (_ref25) {
8049
+ var $optionsBorderRadius = _ref25.$optionsBorderRadius;
8050
+ return $optionsBorderRadius || '8px';
8051
+ }, function (_ref26) {
8052
+ var $width = _ref26.$width;
8053
+ return $width ? $width : 'max-content';
8054
+ }, function (_ref27) {
8055
+ var $menuBackground = _ref27.$menuBackground,
8056
+ theme = _ref27.theme;
8057
+ return $menuBackground || theme.accent.light_2;
8058
+ }, function (_ref28) {
8059
+ var $top = _ref28.$top;
8060
+ return $top && "top: " + $top + ";";
8061
+ }, function (_ref29) {
8062
+ var $bottom = _ref29.$bottom;
8063
+ return $bottom && "bottom: " + $bottom + ";";
8064
+ });
8065
+ var OptionsWrapper$2 = styled__default.div(_templateObject8$3$1 || (_templateObject8$3$1 = _taggedTemplateLiteralLoose$1(["\n max-height: 150px; \n overflow-y: auto;\n scrollbar-width: thin;\n width: 100%;\n"])));
8066
+ var SearchContainer$1$1 = styled__default.div(_templateObject9$3$1 || (_templateObject9$3$1 = _taggedTemplateLiteralLoose$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) {
8067
+ var $background = _ref30.$background,
8068
+ theme = _ref30.theme;
8069
+ return $background || theme.accent.light_2;
8070
+ }, function (_ref31) {
8071
+ var $border = _ref31.$border;
8072
+ return $border || 'none';
8073
+ }, function (_ref32) {
8074
+ var theme = _ref32.theme;
8075
+ return "1px solid " + theme.border.light;
8076
+ }, function (_ref33) {
8077
+ var $borderRadius = _ref33.$borderRadius;
8078
+ return $borderRadius || '8px 8px 0 0';
8079
+ });
8080
+ var SearchBar$1$1 = styled__default.input(_templateObject10$3$1 || (_templateObject10$3$1 = _taggedTemplateLiteralLoose$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) {
8081
+ var $inputColor = _ref34.$inputColor,
8082
+ theme = _ref34.theme;
8083
+ return $inputColor || theme.text.medium;
8084
+ }, function (_ref35) {
8085
+ var $placeholderColor = _ref35.$placeholderColor,
8086
+ theme = _ref35.theme;
8087
+ return $placeholderColor || theme.text.light;
8088
+ });
8089
+ var _templateObject$d$1, _templateObject2$a$1, _templateObject3$7$1;
8090
+ var SelectedOptionsWrapper$1$1 = styled__default.div(_templateObject$d$1 || (_templateObject$d$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n"])));
8091
+ var SelectedOptionDiv$1$1 = styled__default.div(_templateObject2$a$1 || (_templateObject2$a$1 = _taggedTemplateLiteralLoose$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) {
8092
+ var $selectedOptionBackground = _ref.$selectedOptionBackground,
8093
+ $type = _ref.$type,
8094
+ theme = _ref.theme;
8095
+ return $selectedOptionBackground || $type === 'remove' ? theme.disabled.error : theme.accent.softBlue;
8096
+ }, function (_ref2) {
8097
+ var $selectedOptionColor = _ref2.$selectedOptionColor,
8098
+ $type = _ref2.$type,
8099
+ theme = _ref2.theme;
8100
+ return $selectedOptionColor || $type === 'remove' ? theme["default"].error : theme.brand.primary;
8101
+ });
8102
+ var RemoveIcon$1$1 = styled__default.div(_templateObject3$7$1 || (_templateObject3$7$1 = _taggedTemplateLiteralLoose$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) {
8103
+ var $removeIconBackground = _ref3.$removeIconBackground,
8104
+ $type = _ref3.$type,
8105
+ theme = _ref3.theme;
8106
+ return $removeIconBackground || $type === 'remove' ? '#5E5E5E24' : theme.disabled.primary;
8107
+ });
8108
+ var _templateObject$e$1, _templateObject2$b$1;
8109
+ var SearchContainer$2$1 = styled__default.div(_templateObject$e$1 || (_templateObject$e$1 = _taggedTemplateLiteralLoose$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) {
8110
+ var $background = _ref.$background,
8111
+ theme = _ref.theme;
8112
+ return $background || theme["default"].tertiary;
8113
+ }, function (_ref2) {
8114
+ var $border = _ref2.$border,
8115
+ theme = _ref2.theme;
8116
+ return $border || "1px solid " + theme.border.light;
8117
+ }, function (_ref3) {
8118
+ var $borderRadius = _ref3.$borderRadius;
8119
+ return $borderRadius || '8px';
8120
+ }, function (_ref4) {
8121
+ var $disabled = _ref4.$disabled;
8122
+ return $disabled ? 'not-allowed' : 'pointer';
8123
+ }, function (_ref5) {
8124
+ var theme = _ref5.theme;
8125
+ return "1px solid " + theme.text.dark;
8126
+ });
8127
+ var SearchBar$2$1 = styled__default.input(_templateObject2$b$1 || (_templateObject2$b$1 = _taggedTemplateLiteralLoose$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) {
8128
+ var theme = _ref6.theme;
8129
+ return theme["default"].tertiary;
8130
+ }, function (_ref7) {
8131
+ var $inputColor = _ref7.$inputColor,
8132
+ theme = _ref7.theme;
8133
+ return $inputColor || theme.text.medium;
8134
+ }, function (_ref8) {
8135
+ var $placeholderColor = _ref8.$placeholderColor,
8136
+ theme = _ref8.theme;
8137
+ return $placeholderColor || theme.text.light;
8138
+ });
8139
+ var _templateObject$f$1, _templateObject2$c$1, _templateObject3$8$1, _templateObject4$6$1, _templateObject5$6$1;
8140
+ var Label$2 = styled__default.label(_templateObject$f$1 || (_templateObject$f$1 = _taggedTemplateLiteralLoose$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) {
8141
+ var $fontWeight = _ref.$fontWeight;
8142
+ return $fontWeight != null ? $fontWeight : '500';
8143
+ }, function (_ref2) {
8144
+ var $size = _ref2.$size;
8145
+ switch ($size) {
8146
+ case 'small':
8147
+ return "\n font-size: 12px;\n line-height: 12px;\n ";
8148
+ case 'medium':
8149
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
8150
+ case 'large':
8151
+ return "\n font-size: 16px;\n line-height: 16px;\n ";
8152
+ default:
8153
+ return "\n font-size: 14px;\n line-height: 14px;\n ";
8154
+ }
8155
+ }, function (_ref3) {
8156
+ var $titlecolor = _ref3.$titlecolor,
8157
+ theme = _ref3.theme;
8158
+ switch ($titlecolor) {
8159
+ case 'dark':
8160
+ return theme.text.dark;
8161
+ case 'medium':
8162
+ return theme.text.medium;
8163
+ case 'light':
8164
+ return theme.text.light;
8165
+ case 'white':
8166
+ return theme.text.white;
8167
+ case 'warning':
8168
+ return theme["default"].warning;
8169
+ case 'info':
8170
+ return theme["default"].info;
8171
+ case 'success':
8172
+ return theme["default"].success;
8173
+ case 'error':
8174
+ return theme["default"].error;
8175
+ default:
8176
+ return $titlecolor;
8177
+ }
8178
+ });
8179
+ var Input$1 = styled__default.input(_templateObject2$c$1 || (_templateObject2$c$1 = _taggedTemplateLiteralLoose$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) {
8180
+ var theme = _ref4.theme;
8181
+ return "1px solid " + theme.border.light;
8182
+ }, function (_ref5) {
8183
+ var $disabled = _ref5.$disabled;
8184
+ return $disabled ? 'not-allowed' : 'auto';
8185
+ }, function (_ref6) {
8186
+ var $disabled = _ref6.$disabled,
8187
+ $background = _ref6.$background,
8188
+ theme = _ref6.theme;
8189
+ return $disabled ? theme.disabled.secondary : $background;
8190
+ }, function (_ref7) {
8191
+ var $color = _ref7.$color;
8192
+ return $color;
8193
+ }, function (_ref8) {
8194
+ var $disabled = _ref8.$disabled;
8195
+ return $disabled ? 'none' : 'auto';
8196
+ }, function (_ref9) {
8197
+ var $size = _ref9.$size,
8198
+ $type = _ref9.$type;
8199
+ switch ($size) {
8200
+ case 'small':
8201
+ return "\n font-size: 12px;\n padding: " + ($type === 'password' ? '5px 38px 5px 10px' : '5px 10px') + ";\n ";
8202
+ case 'medium':
8203
+ return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '9.5px 38px 9.5px 12px' : '9.5px 12px') + ";\n ";
8204
+ case 'large':
8205
+ return "\n font-size: 16px;\n padding: " + ($type === 'password' ? '9px 38px 9px 14px' : '9px 14px') + ";\n ";
8206
+ default:
8207
+ return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '7px 38px 7px 12px' : '7px 12px') + ";\n ";
8208
+ }
8209
+ }, function (_ref10) {
8210
+ var $color = _ref10.$color,
8211
+ theme = _ref10.theme;
8212
+ switch ($color) {
8213
+ case 'dark':
8214
+ return theme.text.dark;
8215
+ case 'medium':
8216
+ return theme.text.medium;
8217
+ case 'light':
8218
+ return theme.text.light;
8219
+ case 'white':
8220
+ return theme.text.white;
8221
+ case 'warning':
8222
+ return theme["default"].warning;
8223
+ case 'info':
8224
+ return theme["default"].info;
8225
+ case 'success':
8226
+ return theme["default"].success;
8227
+ case 'error':
8228
+ return theme["default"].error;
8229
+ default:
8230
+ return $color;
8231
+ }
8232
+ }, function (_ref11) {
8233
+ var theme = _ref11.theme;
8234
+ return theme.text.light;
8235
+ });
8236
+ var InputWrapper$1$1 = styled__default.div(_templateObject3$8$1 || (_templateObject3$8$1 = _taggedTemplateLiteralLoose$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
8237
+ var IconWrapper$1$1 = styled__default.div(_templateObject4$6$1 || (_templateObject4$6$1 = _taggedTemplateLiteralLoose$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref12) {
8238
+ var $disabled = _ref12.$disabled;
8239
+ return $disabled ? 'not-allowed' : 'pointer';
8240
+ });
8241
+ var Asterisk$1$1 = styled__default.span(_templateObject5$6$1 || (_templateObject5$6$1 = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), function (_ref13) {
8242
+ var theme = _ref13.theme;
8243
+ return theme["default"].error;
8244
+ });
8245
+ var _templateObject$g$1, _templateObject2$d$1, _templateObject3$9$1;
8246
+ var Container$3$1 = styled__default.div(_templateObject$g$1 || (_templateObject$g$1 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
8247
+ var $padding = _ref.$padding;
8248
+ return $padding;
8249
+ });
8250
+ var Label$1$1 = styled__default.label(_templateObject2$d$1 || (_templateObject2$d$1 = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
8251
+ var $fontWeight = _ref2.$fontWeight;
8252
+ return $fontWeight != null ? $fontWeight : '500';
8253
+ }, function (_ref3) {
8254
+ var $size = _ref3.$size;
8255
+ switch ($size) {
8256
+ case 'small':
8257
+ return 'font-size: 12px; line-height: 12px;';
8258
+ case 'medium':
8259
+ return 'font-size: 14px; line-height: 14px;';
8260
+ case 'large':
8261
+ return 'font-size: 16px; line-height: 16px;';
8262
+ default:
8263
+ return 'font-size: 14px; line-height: 14px;';
8264
+ }
8265
+ }, function (_ref4) {
8266
+ var $titlecolor = _ref4.$titlecolor,
8267
+ theme = _ref4.theme;
8268
+ return $titlecolor || theme.text.dark;
8269
+ });
8270
+ var TextAreaComponent$1 = styled__default.textarea(_templateObject3$9$1 || (_templateObject3$9$1 = _taggedTemplateLiteralLoose$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) {
8271
+ var theme = _ref5.theme;
8272
+ return "1px solid " + theme.border.light;
8273
+ }, function (_ref6) {
8274
+ var $disabled = _ref6.$disabled;
8275
+ return $disabled ? 'not-allowed' : 'auto';
8276
+ }, function (_ref7) {
8277
+ var $disabled = _ref7.$disabled,
8278
+ $background = _ref7.$background,
8279
+ theme = _ref7.theme;
8280
+ return $disabled ? theme.disabled.secondary : $background;
8281
+ }, function (_ref8) {
8282
+ var $color = _ref8.$color;
8283
+ return $color;
8284
+ }, function (_ref9) {
8285
+ var $size = _ref9.$size;
8286
+ switch ($size) {
8287
+ case 'small':
8288
+ return 'font-size: 12px; padding: 5px 10px;';
8289
+ case 'medium':
8290
+ return 'font-size: 14px; padding: 9px 12px;';
8291
+ case 'large':
8292
+ return 'font-size: 16px; padding: 9px 14px;';
8293
+ default:
8294
+ return 'font-size: 14px; padding: 7px 12px;';
8295
+ }
8296
+ }, function (_ref10) {
8297
+ var $color = _ref10.$color,
8298
+ theme = _ref10.theme;
8299
+ return $color || theme.text.dark;
8300
+ }, function (_ref11) {
8301
+ var theme = _ref11.theme;
8302
+ return theme.text.light;
8303
+ });
8304
+ var _templateObject$h$1, _templateObject2$e$1, _templateObject3$a$1, _templateObject4$7$1, _templateObject5$7$1, _templateObject6$6$1, _templateObject7$4$1;
8305
+ var OptionContainer$1$1 = styled__default.div(_templateObject$h$1 || (_templateObject$h$1 = _taggedTemplateLiteralLoose$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) {
8306
+ var theme = _ref.theme;
8307
+ return theme.text.white;
8308
+ });
8309
+ var OptionItem$1$1 = styled__default.div(_templateObject2$e$1 || (_templateObject2$e$1 = _taggedTemplateLiteralLoose$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) {
8310
+ var $optionSelected = _ref2.$optionSelected,
8311
+ theme = _ref2.theme;
8312
+ return $optionSelected ? theme.text.white : theme.text.medium;
8313
+ }, function (_ref3) {
8314
+ var $optionSelected = _ref3.$optionSelected,
8315
+ theme = _ref3.theme;
8316
+ return $optionSelected ? theme["default"].primary : theme.text.white;
8317
+ }, function (_ref4) {
8318
+ var theme = _ref4.theme;
8319
+ return theme.hover.primary;
8320
+ }, function (_ref5) {
8321
+ var theme = _ref5.theme;
8322
+ return theme.text.white;
8323
+ });
8324
+ var TotalOptionsHeader$1 = styled__default.div(_templateObject3$a$1 || (_templateObject3$a$1 = _taggedTemplateLiteralLoose$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) {
8325
+ var theme = _ref6.theme;
8326
+ return theme.text.white;
8327
+ }, function (_ref7) {
8328
+ var theme = _ref7.theme;
8329
+ return theme.text.light;
8330
+ }, function (_ref8) {
8331
+ var theme = _ref8.theme;
8332
+ return "1px solid " + theme.text.light;
8333
+ });
8334
+ var OptionLabel$1$1 = styled__default.label(_templateObject4$7$1 || (_templateObject4$7$1 = _taggedTemplateLiteralLoose$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"])));
8335
+ var SearchContainer$3$1 = styled__default.div(_templateObject5$7$1 || (_templateObject5$7$1 = _taggedTemplateLiteralLoose$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) {
8336
+ var $background = _ref9.$background,
8337
+ theme = _ref9.theme;
8338
+ switch ($background) {
8339
+ case 'dark':
8340
+ return theme.text.dark;
8341
+ case 'medium':
8342
+ return theme.text.medium;
8343
+ case 'light':
8344
+ return theme.text.light;
8345
+ case 'white':
8346
+ return theme.text.white;
8347
+ case 'warning':
8348
+ return theme["default"].warning;
8349
+ case 'info':
8350
+ return theme["default"].info;
8351
+ case 'success':
8352
+ return theme["default"].success;
8353
+ case 'error':
8354
+ return theme["default"].error;
8355
+ default:
8356
+ return $background;
8357
+ }
8358
+ }, function (_ref10) {
8359
+ var $borderBottom = _ref10.$borderBottom;
8360
+ return $borderBottom || 'none';
8361
+ }, function (_ref11) {
8362
+ var $borderRadius = _ref11.$borderRadius;
8363
+ return $borderRadius || '8px';
8364
+ });
8365
+ var SearchBar$3$1 = styled__default.input(_templateObject6$6$1 || (_templateObject6$6$1 = _taggedTemplateLiteralLoose$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) {
8366
+ var theme = _ref12.theme;
8367
+ return theme["default"].tertiary;
8368
+ }, function (_ref13) {
8369
+ var $inputColor = _ref13.$inputColor,
8370
+ theme = _ref13.theme;
8371
+ switch ($inputColor) {
8372
+ case 'dark':
8373
+ return theme.text.dark;
8374
+ case 'medium':
8375
+ return theme.text.medium;
8376
+ case 'light':
8377
+ return theme.text.light;
8378
+ case 'white':
8379
+ return theme.text.white;
8380
+ case 'warning':
8381
+ return theme["default"].warning;
8382
+ case 'info':
8383
+ return theme["default"].info;
8384
+ case 'success':
8385
+ return theme["default"].success;
8386
+ case 'error':
8387
+ return theme["default"].error;
8388
+ default:
8389
+ return $inputColor;
8390
+ }
8391
+ }, function (_ref14) {
8392
+ var $placeholderColor = _ref14.$placeholderColor,
8393
+ theme = _ref14.theme;
8394
+ switch ($placeholderColor) {
8395
+ case 'dark':
8396
+ return theme.text.dark;
8397
+ case 'medium':
8398
+ return theme.text.medium;
8399
+ case 'light':
8400
+ return theme.text.light;
8401
+ case 'white':
8402
+ return theme.text.white;
8403
+ case 'warning':
8404
+ return theme["default"].warning;
8405
+ case 'info':
8406
+ return theme["default"].info;
8407
+ case 'success':
8408
+ return theme["default"].success;
8409
+ case 'error':
8410
+ return theme["default"].error;
8411
+ default:
8412
+ return $placeholderColor;
8413
+ }
8414
+ });
8415
+ var OptionsWrapper$1$1 = styled__default.div(_templateObject7$4$1 || (_templateObject7$4$1 = _taggedTemplateLiteralLoose$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", ";\n"])), function (_ref15) {
8416
+ var theme = _ref15.theme;
8417
+ return theme.text.white;
8418
+ });
8419
+ var _templateObject$i$1, _templateObject2$f$1;
8420
+ var StyledCheckBox$1 = styled__default.input(_templateObject$i$1 || (_templateObject$i$1 = _taggedTemplateLiteralLoose$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) {
8421
+ var $checkboxSize = _ref.$checkboxSize;
8422
+ return $checkboxSize + "px";
8423
+ }, function (_ref2) {
8424
+ var $checkboxSize = _ref2.$checkboxSize;
8425
+ return $checkboxSize + "px";
8426
+ }, function (_ref3) {
8427
+ var $checked = _ref3.$checked,
8428
+ $borderSize = _ref3.$borderSize,
8429
+ theme = _ref3.theme;
8430
+ return $checked ? $borderSize + "px solid " + theme["default"].primary : $borderSize + "px solid " + theme.border.extraBold;
8431
+ }, function (_ref4) {
8432
+ var $checked = _ref4.$checked,
8433
+ theme = _ref4.theme;
8434
+ return $checked ? theme["default"].primary : theme.text.white;
8435
+ }, function (_ref5) {
8436
+ var $checkboxSize = _ref5.$checkboxSize;
8437
+ return $checkboxSize / 1.4 + "px";
8438
+ }, function (_ref6) {
8439
+ var $checkboxSize = _ref6.$checkboxSize;
8440
+ return "calc(100% - " + $checkboxSize / 1.4 + "px)";
8441
+ }, function (_ref7) {
8442
+ var $checkboxSize = _ref7.$checkboxSize;
8443
+ return "calc(100% - " + $checkboxSize / 1.8 + "px)";
8444
+ }, function (_ref8) {
8445
+ var $checkboxSize = _ref8.$checkboxSize;
8446
+ return $checkboxSize / 5 + "px";
8447
+ }, function (_ref9) {
8448
+ var $checkboxSize = _ref9.$checkboxSize;
8449
+ return $checkboxSize / 2.4 + "px";
8450
+ }, function (_ref10) {
8451
+ var theme = _ref10.theme;
8452
+ return "solid " + theme.text.white;
8453
+ });
8454
+ var LabelSpan$1 = styled__default(Span$1)(_templateObject2$f$1 || (_templateObject2$f$1 = _taggedTemplateLiteralLoose$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
8455
+ var _templateObject$j$1, _templateObject2$g$1, _templateObject3$b$1, _templateObject4$8$1;
8456
+ var spin$1$1 = styled.keyframes(_templateObject$j$1 || (_templateObject$j$1 = _taggedTemplateLiteralLoose$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
8457
+ var getDotPosition$1 = function getDotPosition(index, size) {
8458
+ var angle = index * 360 / 8;
8459
+ var radius = size / 2.5;
8460
+ var x = radius * Math.cos(angle * Math.PI / 180);
8461
+ var y = radius * Math.sin(angle * Math.PI / 180);
8462
+ return "translate(" + x + "px, " + y + "px)";
8463
+ };
8464
+ var SpinnerContainer$1 = styled__default.div(_templateObject2$g$1 || (_templateObject2$g$1 = _taggedTemplateLiteralLoose$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
8465
+ var $size = _ref.$size;
8466
+ return $size;
8467
+ }, function (_ref2) {
8468
+ var $size = _ref2.$size;
8469
+ return $size;
8470
+ });
8471
+ var Dot$1 = styled__default.div.attrs(function (_ref3) {
8472
+ var $index = _ref3.$index,
8473
+ $size = _ref3.$size;
8474
+ return {
8475
+ style: {
8476
+ transform: getDotPosition$1($index, $size)
8477
+ }
8478
+ };
8479
+ })(_templateObject3$b$1 || (_templateObject3$b$1 = _taggedTemplateLiteralLoose$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) {
8480
+ var $dotSize = _ref4.$dotSize;
8481
+ return $dotSize;
8482
+ }, function (_ref5) {
8483
+ var $dotSize = _ref5.$dotSize;
8484
+ return $dotSize;
8485
+ }, function (_ref6) {
8486
+ var $color = _ref6.$color;
8487
+ return $color;
8488
+ }, spin$1$1, function (_ref7) {
8489
+ var $speed = _ref7.$speed;
8490
+ return $speed;
8491
+ }, function (_ref8) {
8492
+ var $index = _ref8.$index,
8493
+ $speed = _ref8.$speed;
8494
+ return $index * $speed / 8;
8495
+ });
8496
+ var SpinnerWrapper$1 = styled__default.div(_templateObject4$8$1 || (_templateObject4$8$1 = _taggedTemplateLiteralLoose$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
8497
+ var _templateObject$k$1, _templateObject2$h$1;
8498
+ var spin$2$1 = styled.keyframes(_templateObject$k$1 || (_templateObject$k$1 = _taggedTemplateLiteralLoose$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
8499
+ var Spinner$1$1 = styled__default.div(_templateObject2$h$1 || (_templateObject2$h$1 = _taggedTemplateLiteralLoose$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) {
8500
+ var $size = _ref.$size;
8501
+ return $size;
8502
+ }, function (_ref2) {
8503
+ var $size = _ref2.$size;
8504
+ return $size;
8505
+ }, function (_ref3) {
8506
+ var $color = _ref3.$color;
8507
+ return $color;
8508
+ }, spin$2$1);
8509
+ var _templateObject$l$1;
8510
+ var PageInput$1 = styled__default.input(_templateObject$l$1 || (_templateObject$l$1 = _taggedTemplateLiteralLoose$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) {
8511
+ var theme = _ref.theme;
8512
+ return theme.accent.light_2;
8513
+ }, function (_ref2) {
8514
+ var theme = _ref2.theme;
8515
+ return "1px solid " + theme.border.light;
8516
+ }, function (_ref3) {
8517
+ var theme = _ref3.theme;
8518
+ return theme.text.dark;
8519
+ });
8520
+ var _templateObject$m$1, _templateObject2$i$1, _templateObject3$c$1, _templateObject4$9$1, _templateObject5$8$1;
8521
+ var SidebarContainer = styled__default.div(_templateObject$m$1 || (_templateObject$m$1 = _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) {
8522
+ var $isExpanded = _ref.$isExpanded;
8523
+ return $isExpanded ? '225px' : '68px';
8524
+ }, function (_ref2) {
8525
+ var $background = _ref2.$background,
8526
+ theme = _ref2.theme;
8527
+ return $background || theme.accent.softBlue;
8528
+ });
8529
+ var SidebarLink = styled__default(reactRouterDom.NavLink)(_templateObject2$i$1 || (_templateObject2$i$1 = _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) {
8530
+ var theme = _ref3.theme;
8531
+ return theme.text.medium;
8532
+ }, function (_ref4) {
8533
+ var theme = _ref4.theme;
8534
+ return theme["default"].primary;
8535
+ });
8536
+ var IconWrapper$2$1 = styled__default.div(_templateObject3$c$1 || (_templateObject3$c$1 = _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) {
8537
+ var $selected = _ref5.$selected,
8538
+ theme = _ref5.theme;
8539
+ return $selected ? theme["default"].primary : theme["default"].tertiary;
8540
+ });
8541
+ var Logo = styled__default.div(_templateObject4$9$1 || (_templateObject4$9$1 = _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"])));
8542
+ var TextContainer = styled__default.span(_templateObject5$8$1 || (_templateObject5$8$1 = _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) {
8543
+ var $padding = _ref6.$padding;
8544
+ return $padding;
8545
+ }, function (_ref7) {
8546
+ var $fontSize = _ref7.$fontSize;
8547
+ return $fontSize || '20px';
8548
+ }, function (_ref8) {
8549
+ var $fontWeight = _ref8.$fontWeight;
8550
+ return $fontWeight || '500';
8551
+ }, function (_ref9) {
8552
+ var $color = _ref9.$color,
8553
+ theme = _ref9.theme;
8554
+ return $color || theme["default"].primary;
8555
+ }, function (_ref10) {
8556
+ var $isExpanded = _ref10.$isExpanded;
8557
+ return $isExpanded ? 1 : 0;
8558
+ }, function (_ref11) {
8559
+ var $isExpanded = _ref11.$isExpanded;
8560
+ return $isExpanded ? 'visible' : 'hidden';
8561
+ });
8562
+ var _templateObject$n, _templateObject2$j, _templateObject3$d, _templateObject4$a;
8563
+ var ContainerWrapper = styled__default.div(_templateObject$n || (_templateObject$n = _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) {
8564
+ return props.$width || 'auto';
8565
+ }, function (_ref) {
8566
+ var $minHeight = _ref.$minHeight;
8567
+ return $minHeight;
8568
+ });
8569
+ var CellContainer = styled__default.div(_templateObject2$j || (_templateObject2$j = _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) {
8570
+ return props.$align;
8571
+ }, function (props) {
8572
+ return props.$width || 'auto';
8573
+ }, function (props) {
8574
+ return props.$minWidth;
8575
+ }, function (props) {
8576
+ return props.$background || 'inherit';
8577
+ }, function (props) {
8578
+ return props.$padding;
8579
+ });
8580
+ var MainText = styled__default.div(_templateObject3$d || (_templateObject3$d = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
8581
+ return props.$mtc;
8582
+ }, function (props) {
8583
+ return props.$mtfs;
8584
+ }, function (props) {
8585
+ return props.$mtw;
8586
+ });
8587
+ var SubText = styled__default.div(_templateObject4$a || (_templateObject4$a = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
8588
+ return props.$stc;
8589
+ }, function (props) {
8590
+ return props.$stfs;
8591
+ }, function (props) {
8592
+ return props.$stw;
8593
+ });
8594
+ var _templateObject$o;
8595
+ var TableRowContainer = styled.styled.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
8596
+ var _templateObject$p, _templateObject2$k, _templateObject3$e, _templateObject4$b, _templateObject5$9, _templateObject6$7$1;
8597
+ var TableContainer = styled__default.div(_templateObject$p || (_templateObject$p = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
8598
+ var theme = _ref.theme;
8599
+ return theme.brand.light;
8600
+ });
8601
+ var TableHeader = styled__default.div(_templateObject2$k || (_templateObject2$k = _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) {
8602
+ var $hbcolor = _ref2.$hbcolor,
8603
+ theme = _ref2.theme;
8604
+ return $hbcolor || theme["default"].tertiary;
8605
+ }, function (_ref3) {
8606
+ var $tcolor = _ref3.$tcolor,
8607
+ theme = _ref3.theme;
8608
+ return $tcolor || theme.text.white;
8609
+ });
8610
+ var TableContent = styled__default.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
8611
+ var TableData = styled__default.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
8612
+ var $isLegends = _ref4.$isLegends;
8613
+ return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
8614
+ });
8615
+ var LegendDivider = styled__default.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose$1(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
8616
+ var theme = _ref5.theme;
8617
+ return theme.border.extraLight;
8618
+ }, function (_ref6) {
8619
+ var $marginRight = _ref6.$marginRight;
8620
+ return $marginRight != null ? $marginRight : '0px';
8621
+ });
8622
+ var Divider = styled__default.div(_templateObject6$7$1 || (_templateObject6$7$1 = _taggedTemplateLiteralLoose$1(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
8623
+ var theme = _ref7.theme;
8624
+ return theme.border.extraLight;
8625
+ });
8626
+ var _templateObject$q, _templateObject2$l, _templateObject3$f, _templateObject4$c, _templateObject5$a, _templateObject6$8;
8627
+ var Container$4$1 = styled__default.div(_templateObject$q || (_templateObject$q = _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) {
8628
+ var $overflow = _ref.$overflow;
8629
+ return $overflow || 'visible';
8630
+ }, function (_ref2) {
8631
+ var $gap = _ref2.$gap;
8632
+ return $gap;
8633
+ }, function (_ref3) {
8634
+ var $border = _ref3.$border;
8635
+ return $border;
8636
+ });
8637
+ var FirstContainer = styled__default.div(_templateObject2$l || (_templateObject2$l = _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) {
8638
+ var $bordeBottom = _ref4.$bordeBottom,
8639
+ theme = _ref4.theme;
8640
+ return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
8641
+ }, function (_ref5) {
8642
+ var $headerPadding = _ref5.$headerPadding;
8643
+ return $headerPadding ? $headerPadding : '0px';
8644
+ });
8645
+ var TabContainer = styled__default.div(_templateObject3$f || (_templateObject3$f = _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) {
8646
+ var $disabled = _ref6.$disabled;
8647
+ return $disabled ? 'not-allowed' : 'pointer';
8648
+ }, function (_ref7) {
8649
+ var $disabled = _ref7.$disabled;
8650
+ return $disabled ? '0.6' : '1';
8651
+ }, function (_ref8) {
8652
+ var theme = _ref8.theme;
8653
+ return theme.text.medium;
8654
+ }, function (_ref9) {
8655
+ var $headerHeight = _ref9.$headerHeight;
8656
+ return $headerHeight ? $headerHeight : '34px';
8657
+ }, function (_ref10) {
8658
+ var $disabled = _ref10.$disabled;
8659
+ return $disabled ? 'not-allowed' : 'pointer';
8660
+ });
8661
+ var TabItemContainer = styled__default.div(_templateObject4$c || (_templateObject4$c = _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) {
8662
+ var $headerHeight = _ref11.$headerHeight;
8663
+ return $headerHeight ? $headerHeight : '34px';
8664
+ }, function (props) {
8665
+ return props.$active ? 'block' : 'none';
8666
+ }, function (_ref12) {
8667
+ var theme = _ref12.theme;
8668
+ return theme["default"].primary;
8669
+ });
8670
+ var DetailsFirstContainer = styled__default.div(_templateObject5$a || (_templateObject5$a = _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) {
8671
+ var $active = _ref13.$active,
8672
+ theme = _ref13.theme;
8673
+ return $active ? theme["default"].primary : theme.text.medium;
8674
+ });
8675
+ var TabItemsWrapper = styled__default.div(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
8676
+
8677
+ var _templateObject$r, _templateObject2$m;
8678
+ var shimmer = styled.keyframes(_templateObject$r || (_templateObject$r = _taggedTemplateLiteralLoose(["\n 0% { background-position: 200% 0; }\n 100% { background-position: -100% 0; }\n"])));
8679
+ var AnimatedProgress = styled__default.div(_templateObject2$m || (_templateObject2$m = _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) {
8680
+ var width = _ref.width;
8681
+ return width;
8682
+ }, function (_ref2) {
8683
+ var color = _ref2.color;
8684
+ return color;
8685
+ }, shimmer);
8686
+ var ProgressBar = function ProgressBar(_ref3) {
8687
+ var threshold = _ref3.threshold,
8688
+ totalCapacity = _ref3.totalCapacity,
8689
+ usedCapacity = _ref3.usedCapacity,
8690
+ progressColor = _ref3.progressColor,
8691
+ thresholdColor = _ref3.thresholdColor,
8692
+ trackColor = _ref3.trackColor,
8693
+ animate = _ref3.animate;
8694
+ var themeColors = styled.useTheme();
6938
8695
  var parseVolumeData = function parseVolumeData(threshold, totalCapacity, usedCapacity) {
6939
8696
  var totalCapacityGB = totalCapacity;
6940
8697
  var usedCapacityGB = usedCapacity;
@@ -6949,27 +8706,30 @@ var ProgressBar = function ProgressBar(_ref) {
6949
8706
  progress = _parseVolumeData.progress,
6950
8707
  Processed_threshold = _parseVolumeData.Processed_threshold;
6951
8708
  var thresholdWidth = Math.max((Processed_threshold != null ? Processed_threshold : 100) - progress, 0);
6952
- return React__default.createElement(Container, {
8709
+ return React__default.createElement(Container$4, {
6953
8710
  "$width": '100%',
6954
8711
  "$height": '100%',
6955
8712
  "$borderRadius": '100px',
6956
8713
  "$background": trackColor != null ? trackColor : themeColors.accent.softBlue,
6957
8714
  "$overflow": 'hidden',
6958
8715
  "$position": 'relative'
6959
- }, React__default.createElement(Container, {
8716
+ }, animate ? React__default.createElement(AnimatedProgress, {
8717
+ width: progress + "%",
8718
+ color: progressColor != null ? progressColor : themeColors["default"].primary
8719
+ }) : React__default.createElement(Container$4, {
6960
8720
  "$width": progress + "%",
6961
8721
  "$height": '100%',
6962
8722
  "$background": progressColor != null ? progressColor : themeColors["default"].primary,
6963
8723
  "$transition": 'width 0.5s ease-in-out'
6964
- }), Processed_threshold !== undefined && Processed_threshold > progress && React__default.createElement(Container, {
8724
+ }), Processed_threshold !== undefined && Processed_threshold > progress && React__default.createElement(Container$4, {
6965
8725
  "$width": thresholdWidth + "%",
6966
8726
  "$height": '100%',
6967
8727
  "$background": thresholdColor != null ? thresholdColor : 'rgba(255, 0, 0, 0.2)'
6968
8728
  }));
6969
8729
  };
6970
8730
 
6971
- var _templateObject$m, _templateObject2$i, _templateObject3$c, _templateObject4$9, _templateObject5$8;
6972
- var SidebarContainer = styled__default.div(_templateObject$m || (_templateObject$m = _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) {
8731
+ var _templateObject$s, _templateObject2$n, _templateObject3$g, _templateObject4$d, _templateObject5$b;
8732
+ var SidebarContainer$1 = styled__default.div(_templateObject$s || (_templateObject$s = _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) {
6973
8733
  var $isExpanded = _ref.$isExpanded;
6974
8734
  return $isExpanded ? '225px' : '68px';
6975
8735
  }, function (_ref2) {
@@ -6977,20 +8737,20 @@ var SidebarContainer = styled__default.div(_templateObject$m || (_templateObject
6977
8737
  theme = _ref2.theme;
6978
8738
  return $background || theme.accent.softBlue;
6979
8739
  });
6980
- var SidebarLink = styled__default(reactRouterDom.NavLink)(_templateObject2$i || (_templateObject2$i = _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) {
8740
+ var SidebarLink$1 = styled__default(reactRouterDom.NavLink)(_templateObject2$n || (_templateObject2$n = _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) {
6981
8741
  var theme = _ref3.theme;
6982
8742
  return theme.text.medium;
6983
8743
  }, function (_ref4) {
6984
8744
  var theme = _ref4.theme;
6985
8745
  return theme["default"].primary;
6986
8746
  });
6987
- var IconWrapper$2 = styled__default.div(_templateObject3$c || (_templateObject3$c = _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) {
8747
+ var IconWrapper$3 = styled__default.div(_templateObject3$g || (_templateObject3$g = _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) {
6988
8748
  var $selected = _ref5.$selected,
6989
8749
  theme = _ref5.theme;
6990
8750
  return $selected ? theme["default"].primary : theme["default"].tertiary;
6991
8751
  });
6992
- var Logo = styled__default.div(_templateObject4$9 || (_templateObject4$9 = _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"])));
6993
- var TextContainer = styled__default.span(_templateObject5$8 || (_templateObject5$8 = _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) {
8752
+ var Logo$1 = styled__default.div(_templateObject4$d || (_templateObject4$d = _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"])));
8753
+ var TextContainer$1 = styled__default.span(_templateObject5$b || (_templateObject5$b = _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) {
6994
8754
  var $padding = _ref6.$padding;
6995
8755
  return $padding;
6996
8756
  }, function (_ref7) {
@@ -7045,17 +8805,17 @@ var Sidebar = function Sidebar(_ref12) {
7045
8805
  "$gap": '10px'
7046
8806
  }, children.map(function (child) {
7047
8807
  var active = location.pathname.startsWith(child.url || '');
7048
- return React__default.createElement(SidebarLink, {
8808
+ return React__default.createElement(SidebarLink$1, {
7049
8809
  to: child.url || '#',
7050
8810
  key: child.id
7051
- }, React__default.createElement(IconWrapper$2, {
8811
+ }, React__default.createElement(IconWrapper$3, {
7052
8812
  "$selected": active
7053
8813
  }, React__default.createElement(Icon, {
7054
8814
  icon: child.icon,
7055
8815
  size: 18,
7056
8816
  weight: child.iconWeight,
7057
8817
  color: active ? themeColors.text.white : themeColors.text.medium
7058
- })), React__default.createElement(TextContainer, {
8818
+ })), React__default.createElement(TextContainer$1, {
7059
8819
  "$isExpanded": isExpanded,
7060
8820
  "$fontSize": '12px',
7061
8821
  "$padding": '0px 10px 0px 0px',
@@ -7063,7 +8823,7 @@ var Sidebar = function Sidebar(_ref12) {
7063
8823
  }, child.label));
7064
8824
  }));
7065
8825
  };
7066
- return React__default.createElement(SidebarContainer, {
8826
+ return React__default.createElement(SidebarContainer$1, {
7067
8827
  "$background": background,
7068
8828
  "$isExpanded": isExpanded,
7069
8829
  onMouseEnter: function onMouseEnter() {
@@ -7076,10 +8836,10 @@ var Sidebar = function Sidebar(_ref12) {
7076
8836
  "$flexDirection": 'column',
7077
8837
  "$gap": '28px',
7078
8838
  "$width": '100%'
7079
- }, logo && React__default.createElement(Logo, null, React__default.createElement(Icon, {
8839
+ }, logo && React__default.createElement(Logo$1, null, React__default.createElement(Icon, {
7080
8840
  icon: logo.icon,
7081
8841
  color: logo.iconColor
7082
- }), React__default.createElement(TextContainer, {
8842
+ }), React__default.createElement(TextContainer$1, {
7083
8843
  "$isExpanded": isExpanded,
7084
8844
  "$fontWeight": '700'
7085
8845
  }, logo.name)), React__default.createElement(Container, {
@@ -7101,14 +8861,14 @@ var Sidebar = function Sidebar(_ref12) {
7101
8861
  onClick: function onClick() {
7102
8862
  return hasChildren && toggleMenu(item.id);
7103
8863
  }
7104
- }, React__default.createElement(IconWrapper$2, {
8864
+ }, React__default.createElement(IconWrapper$3, {
7105
8865
  "$selected": !!active
7106
8866
  }, React__default.createElement(Icon, {
7107
8867
  icon: item.icon,
7108
8868
  size: 20,
7109
8869
  weight: item.iconWeight,
7110
8870
  color: active ? themeColors.text.white : themeColors.text.medium
7111
- })), React__default.createElement(TextContainer, {
8871
+ })), React__default.createElement(TextContainer$1, {
7112
8872
  "$isExpanded": isExpanded,
7113
8873
  "$fontSize": '14px',
7114
8874
  "$padding": '0px 10px 0px 0px',
@@ -7119,7 +8879,7 @@ var Sidebar = function Sidebar(_ref12) {
7119
8879
  color: themeColors.border.extraBold,
7120
8880
  onClick: function onClick() {}
7121
8881
  }));
7122
- return item.url ? React__default.createElement(SidebarLink, {
8882
+ return item.url ? React__default.createElement(SidebarLink$1, {
7123
8883
  key: item.id,
7124
8884
  to: item.url
7125
8885
  }, ContentLayout) : React__default.createElement(Container, {
@@ -7131,14 +8891,14 @@ var Sidebar = function Sidebar(_ref12) {
7131
8891
  }))), ProfileContent);
7132
8892
  };
7133
8893
 
7134
- var _templateObject$n, _templateObject2$j, _templateObject3$d, _templateObject4$a;
7135
- var ContainerWrapper = styled__default.div(_templateObject$n || (_templateObject$n = _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) {
8894
+ var _templateObject$t, _templateObject2$o, _templateObject3$h, _templateObject4$e;
8895
+ var ContainerWrapper$1 = styled__default.div(_templateObject$t || (_templateObject$t = _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) {
7136
8896
  return props.$width || 'auto';
7137
8897
  }, function (_ref) {
7138
8898
  var $minHeight = _ref.$minHeight;
7139
8899
  return $minHeight;
7140
8900
  });
7141
- var CellContainer = styled__default.div(_templateObject2$j || (_templateObject2$j = _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) {
8901
+ var CellContainer$1 = styled__default.div(_templateObject2$o || (_templateObject2$o = _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) {
7142
8902
  return props.$align;
7143
8903
  }, function (props) {
7144
8904
  return props.$width || 'auto';
@@ -7149,14 +8909,14 @@ var CellContainer = styled__default.div(_templateObject2$j || (_templateObject2$
7149
8909
  }, function (props) {
7150
8910
  return props.$padding;
7151
8911
  });
7152
- var MainText = styled__default.div(_templateObject3$d || (_templateObject3$d = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
8912
+ var MainText$1 = styled__default.div(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
7153
8913
  return props.$mtc;
7154
8914
  }, function (props) {
7155
8915
  return props.$mtfs;
7156
8916
  }, function (props) {
7157
8917
  return props.$mtw;
7158
8918
  });
7159
- var SubText = styled__default.div(_templateObject4$a || (_templateObject4$a = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
8919
+ var SubText$1 = styled__default.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
7160
8920
  return props.$stc;
7161
8921
  }, function (props) {
7162
8922
  return props.$stfs;
@@ -7185,31 +8945,31 @@ var TableCell = function TableCell(_ref2) {
7185
8945
  CustomFunction = _ref2.CustomFunction,
7186
8946
  padding = _ref2.padding,
7187
8947
  minHeight = _ref2.minHeight;
7188
- return React__default.createElement(ContainerWrapper, {
8948
+ return React__default.createElement(ContainerWrapper$1, {
7189
8949
  "$width": width,
7190
8950
  "$minHeight": minHeight
7191
- }, CustomFunction ? React__default.createElement(CellContainer, {
8951
+ }, CustomFunction ? React__default.createElement(CellContainer$1, {
7192
8952
  "$align": alignment,
7193
8953
  "$width": width,
7194
8954
  "$minWidth": minWidth
7195
- }, CustomFunction) : React__default.createElement(CellContainer, {
8955
+ }, CustomFunction) : React__default.createElement(CellContainer$1, {
7196
8956
  "$align": alignment,
7197
8957
  "$width": width,
7198
8958
  "$minWidth": minWidth,
7199
8959
  "$padding": padding
7200
- }, React__default.createElement(MainText, {
8960
+ }, React__default.createElement(MainText$1, {
7201
8961
  "$mtc": maintextcolor,
7202
8962
  "$mtfs": maintextfontsize,
7203
8963
  "$mtw": maintextweight
7204
- }, maintext), subtext && React__default.createElement(SubText, {
8964
+ }, maintext), subtext && React__default.createElement(SubText$1, {
7205
8965
  "$stc": subtextcolor,
7206
8966
  "$stfs": subtextfontsize,
7207
8967
  "$stw": subtextweight
7208
8968
  }, subtext)));
7209
8969
  };
7210
8970
 
7211
- var _templateObject$o;
7212
- var TableRowContainer = styled.styled.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
8971
+ var _templateObject$u;
8972
+ var TableRowContainer$1 = styled.styled.div(_templateObject$u || (_templateObject$u = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items: center;\n padding: 16px 12px;\n width: 100%;\n"])));
7213
8973
  var TableRow = function TableRow(_ref) {
7214
8974
  var rowconfig = _ref.rowconfig,
7215
8975
  tableheaderconfig = _ref.tableheaderconfig,
@@ -7222,7 +8982,7 @@ var TableRow = function TableRow(_ref) {
7222
8982
  }
7223
8983
  };
7224
8984
  return React__default.createElement(Container, null, rowconfig.map(function (data, Index) {
7225
- return React__default.createElement(TableRowContainer, {
8985
+ return React__default.createElement(TableRowContainer$1, {
7226
8986
  key: Index
7227
8987
  }, tableheaderconfig.isAllSelectable && React__default.createElement(Container, {
7228
8988
  "$padding": '0px 16px 0px 0px',
@@ -7259,12 +9019,12 @@ var TableRow = function TableRow(_ref) {
7259
9019
  }));
7260
9020
  };
7261
9021
 
7262
- var _templateObject$p, _templateObject2$k, _templateObject3$e, _templateObject4$b, _templateObject5$9, _templateObject6$7;
7263
- var TableContainer = styled__default.div(_templateObject$p || (_templateObject$p = _taggedTemplateLiteralLoose(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
9022
+ var _templateObject$v, _templateObject2$p, _templateObject3$i, _templateObject4$f, _templateObject5$c, _templateObject6$9;
9023
+ var TableContainer$1 = styled__default.div(_templateObject$v || (_templateObject$v = _taggedTemplateLiteralLoose(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), function (_ref) {
7264
9024
  var theme = _ref.theme;
7265
9025
  return theme.brand.light;
7266
9026
  });
7267
- var TableHeader = styled__default.div(_templateObject2$k || (_templateObject2$k = _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) {
9027
+ var TableHeader$1 = styled__default.div(_templateObject2$p || (_templateObject2$p = _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) {
7268
9028
  var $hbcolor = _ref2.$hbcolor,
7269
9029
  theme = _ref2.theme;
7270
9030
  return $hbcolor || theme["default"].tertiary;
@@ -7273,19 +9033,19 @@ var TableHeader = styled__default.div(_templateObject2$k || (_templateObject2$k
7273
9033
  theme = _ref3.theme;
7274
9034
  return $tcolor || theme.text.white;
7275
9035
  });
7276
- var TableContent = styled__default.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
7277
- var TableData = styled__default.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
9036
+ var TableContent$1 = styled__default.div(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
9037
+ var TableData$1 = styled__default.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
7278
9038
  var $isLegends = _ref4.$isLegends;
7279
9039
  return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
7280
9040
  });
7281
- var LegendDivider = styled__default.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
9041
+ var LegendDivider$1 = styled__default.div(_templateObject5$c || (_templateObject5$c = _taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background: ", ";\n margin-right: ", ";\n"])), function (_ref5) {
7282
9042
  var theme = _ref5.theme;
7283
9043
  return theme.border.extraLight;
7284
9044
  }, function (_ref6) {
7285
9045
  var $marginRight = _ref6.$marginRight;
7286
9046
  return $marginRight != null ? $marginRight : '0px';
7287
9047
  });
7288
- var Divider = styled__default.div(_templateObject6$7 || (_templateObject6$7 = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
9048
+ var Divider$1 = styled__default.div(_templateObject6$9 || (_templateObject6$9 = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), function (_ref7) {
7289
9049
  var theme = _ref7.theme;
7290
9050
  return theme.border.extraLight;
7291
9051
  });
@@ -7344,7 +9104,7 @@ var Table = function Table(_ref8) {
7344
9104
  });
7345
9105
  setIsAllSelected(allChecked);
7346
9106
  }, [rowconfig]);
7347
- return React__default.createElement(TableContainer, null, React__default.createElement(TableContent, null, React__default.createElement(TableHeader, {
9107
+ return React__default.createElement(TableContainer$1, null, React__default.createElement(TableContent$1, null, React__default.createElement(TableHeader$1, {
7348
9108
  "$hbcolor": tableheaderconfig.headercolor,
7349
9109
  "$tcolor": tableheaderconfig.textcolor
7350
9110
  }, tableheaderconfig.isAllSelectable && React__default.createElement(Container, {
@@ -7384,14 +9144,14 @@ var Table = function Table(_ref8) {
7384
9144
  "$fontWeight": '400',
7385
9145
  "$width": 'max-content',
7386
9146
  "$lineHeight": 'normal'
7387
- }, currentGroupTitle), React__default.createElement(LegendDivider, null)) : React__default.createElement(LegendDivider, {
9147
+ }, currentGroupTitle), React__default.createElement(LegendDivider$1, null)) : React__default.createElement(LegendDivider$1, {
7388
9148
  "$marginRight": currentGroupTitle !== (((_allCols = allCols[index + 1]) === null || _allCols === void 0 ? void 0 : _allCols.groupTitle) || '') ? '8px' : '0px'
7389
9149
  })) : null), React__default.createElement(TableCell, {
7390
9150
  maintext: (_columndata$maintext = columndata.maintext) != null ? _columndata$maintext : '',
7391
9151
  width: columndata.width,
7392
9152
  alignment: columndata.alignment
7393
9153
  }));
7394
- })), React__default.createElement(Divider, null), loading ? React__default.createElement(Container, {
9154
+ })), React__default.createElement(Divider$1, null), loading ? React__default.createElement(Container, {
7395
9155
  "$flexDirection": 'column',
7396
9156
  "$alignItems": 'center',
7397
9157
  "$justifyContent": 'center',
@@ -7403,7 +9163,7 @@ var Table = function Table(_ref8) {
7403
9163
  "$alignItems": 'center',
7404
9164
  "$padding": '24px 24px',
7405
9165
  "$justifyContent": 'center'
7406
- }, React__default.createElement(Span, null, noDataText)) : filter ? React__default.createElement(TableData, {
9166
+ }, React__default.createElement(Span, null, noDataText)) : filter ? React__default.createElement(TableData$1, {
7407
9167
  "$isLegends": tableheaderconfig.headerdata.some(function (col) {
7408
9168
  return !!col.groupTitle;
7409
9169
  })
@@ -7438,9 +9198,9 @@ var Table = function Table(_ref8) {
7438
9198
  rowconfig: [row],
7439
9199
  tableheaderconfig: tableheaderconfig,
7440
9200
  selectCallback: tableObject.selectCallback
7441
- }), rows.length > 1 && index < rows.length - 1 && React__default.createElement(Divider, null));
9201
+ }), rows.length > 1 && index < rows.length - 1 && React__default.createElement(Divider$1, null));
7442
9202
  }));
7443
- })) : React__default.createElement(TableData, {
9203
+ })) : React__default.createElement(TableData$1, {
7444
9204
  "$isLegends": tableheaderconfig.headerdata.some(function (col) {
7445
9205
  return !!col.groupTitle;
7446
9206
  })
@@ -7451,12 +9211,12 @@ var Table = function Table(_ref8) {
7451
9211
  rowconfig: [row],
7452
9212
  tableheaderconfig: tableheaderconfig,
7453
9213
  selectCallback: tableObject.selectCallback
7454
- }), filteredRows.length > 1 && index < filteredRows.length - 1 && React__default.createElement(Divider, null));
9214
+ }), filteredRows.length > 1 && index < filteredRows.length - 1 && React__default.createElement(Divider$1, null));
7455
9215
  }))));
7456
9216
  };
7457
9217
 
7458
- var _templateObject$q, _templateObject2$l, _templateObject3$f, _templateObject4$c, _templateObject5$a, _templateObject6$8;
7459
- var Container$4 = styled__default.div(_templateObject$q || (_templateObject$q = _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) {
9218
+ var _templateObject$w, _templateObject2$q, _templateObject3$j, _templateObject4$g, _templateObject5$d, _templateObject6$a;
9219
+ var Container$5 = styled__default.div(_templateObject$w || (_templateObject$w = _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) {
7460
9220
  var $overflow = _ref.$overflow;
7461
9221
  return $overflow || 'visible';
7462
9222
  }, function (_ref2) {
@@ -7466,7 +9226,7 @@ var Container$4 = styled__default.div(_templateObject$q || (_templateObject$q =
7466
9226
  var $border = _ref3.$border;
7467
9227
  return $border;
7468
9228
  });
7469
- var FirstContainer = styled__default.div(_templateObject2$l || (_templateObject2$l = _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) {
9229
+ var FirstContainer$1 = styled__default.div(_templateObject2$q || (_templateObject2$q = _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) {
7470
9230
  var $bordeBottom = _ref4.$bordeBottom,
7471
9231
  theme = _ref4.theme;
7472
9232
  return $bordeBottom != null ? $bordeBottom : "1px solid " + theme.border.light;
@@ -7474,7 +9234,7 @@ var FirstContainer = styled__default.div(_templateObject2$l || (_templateObject2
7474
9234
  var $headerPadding = _ref5.$headerPadding;
7475
9235
  return $headerPadding ? $headerPadding : '0px';
7476
9236
  });
7477
- var TabContainer = styled__default.div(_templateObject3$f || (_templateObject3$f = _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) {
9237
+ var TabContainer$1 = styled__default.div(_templateObject3$j || (_templateObject3$j = _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) {
7478
9238
  var $disabled = _ref6.$disabled;
7479
9239
  return $disabled ? 'not-allowed' : 'pointer';
7480
9240
  }, function (_ref7) {
@@ -7490,7 +9250,7 @@ var TabContainer = styled__default.div(_templateObject3$f || (_templateObject3$f
7490
9250
  var $disabled = _ref10.$disabled;
7491
9251
  return $disabled ? 'not-allowed' : 'pointer';
7492
9252
  });
7493
- var TabItemContainer = styled__default.div(_templateObject4$c || (_templateObject4$c = _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) {
9253
+ var TabItemContainer$1 = styled__default.div(_templateObject4$g || (_templateObject4$g = _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) {
7494
9254
  var $headerHeight = _ref11.$headerHeight;
7495
9255
  return $headerHeight ? $headerHeight : '34px';
7496
9256
  }, function (props) {
@@ -7499,12 +9259,12 @@ var TabItemContainer = styled__default.div(_templateObject4$c || (_templateObjec
7499
9259
  var theme = _ref12.theme;
7500
9260
  return theme["default"].primary;
7501
9261
  });
7502
- var DetailsFirstContainer = styled__default.div(_templateObject5$a || (_templateObject5$a = _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) {
9262
+ var DetailsFirstContainer$1 = styled__default.div(_templateObject5$d || (_templateObject5$d = _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) {
7503
9263
  var $active = _ref13.$active,
7504
9264
  theme = _ref13.theme;
7505
9265
  return $active ? theme["default"].primary : theme.text.medium;
7506
9266
  });
7507
- var TabItemsWrapper = styled__default.div(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
9267
+ var TabItemsWrapper$1 = styled__default.div(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n gap: 24px;\n // overflow-x: auto;\n scrollbar-width: thin;\n"])));
7508
9268
  var Tabs = function Tabs(_ref14) {
7509
9269
  var tabItems = _ref14.tabItems,
7510
9270
  _ref14$disabled = _ref14.disabled,
@@ -7519,22 +9279,22 @@ var Tabs = function Tabs(_ref14) {
7519
9279
  bordeBottom = _ref14.bordeBottom,
7520
9280
  tabRightNode = _ref14.tabRightNode;
7521
9281
  var themeColors = useTheme();
7522
- return React__default.createElement(Container$4, {
9282
+ return React__default.createElement(Container$5, {
7523
9283
  "$gap": gap,
7524
9284
  "$border": border,
7525
9285
  "$overflow": overflow
7526
- }, React__default.createElement(FirstContainer, {
9286
+ }, React__default.createElement(FirstContainer$1, {
7527
9287
  "$headerPadding": headerPadding,
7528
9288
  "$bordeBottom": bordeBottom
7529
- }, React__default.createElement(TabItemsWrapper, null, tabItems.map(function (tab, index) {
7530
- return React__default.createElement(TabContainer, {
9289
+ }, React__default.createElement(TabItemsWrapper$1, null, tabItems.map(function (tab, index) {
9290
+ return React__default.createElement(TabContainer$1, {
7531
9291
  key: index,
7532
9292
  onClick: function onClick() {
7533
9293
  if (!disabled && tab.onClick) tab.onClick();
7534
9294
  },
7535
9295
  "$disabled": disabled,
7536
9296
  "$headerHeight": headerHeight
7537
- }, React__default.createElement(TabItemContainer, {
9297
+ }, React__default.createElement(TabItemContainer$1, {
7538
9298
  "$active": activeTab === tab.title,
7539
9299
  "$headerHeight": headerHeight
7540
9300
  }, tab.icon && React__default.createElement(Icon, {
@@ -7542,11 +9302,11 @@ var Tabs = function Tabs(_ref14) {
7542
9302
  icon: tab.icon,
7543
9303
  size: tab.iconSize,
7544
9304
  weight: tab.iconWeight
7545
- }), React__default.createElement(DetailsFirstContainer, {
9305
+ }), React__default.createElement(DetailsFirstContainer$1, {
7546
9306
  "$active": activeTab === tab.title
7547
9307
  }, tab.title)));
7548
9308
  })), tabRightNode === null || tabRightNode === void 0 ? void 0 : tabRightNode.node), tabItems.map(function (tab, index) {
7549
- return activeTab === tab.title && React__default.createElement(Container$4, {
9309
+ return activeTab === tab.title && React__default.createElement(Container$5, {
7550
9310
  key: index,
7551
9311
  "$overflow": overflow
7552
9312
  }, tab.content);