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