labsense-ui-kit 1.1.28 → 1.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1834 -462
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1834 -462
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4582,7 +4582,7 @@ var SelectedOption = function SelectedOption(_ref4) {
|
|
|
4582
4582
|
};
|
|
4583
4583
|
|
|
4584
4584
|
var _templateObject$b, _templateObject2$8, _templateObject3$6, _templateObject4$4, _templateObject5$4, _templateObject6$4, _templateObject7$2, _templateObject8$2, _templateObject9$2, _templateObject10$2;
|
|
4585
|
-
var TitleText$1 = styled__default.label(_templateObject$b || (_templateObject$b = _taggedTemplateLiteralLoose(["\n position: relative;\n width: max-content;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
4585
|
+
var TitleText$1 = styled__default.label(_templateObject$b || (_templateObject$b = _taggedTemplateLiteralLoose(["\n position: relative;\n width: max-content;\n white-space: nowrap;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
4586
4586
|
var $titleWeight = _ref.$titleWeight;
|
|
4587
4587
|
return $titleWeight || 500;
|
|
4588
4588
|
}, function (_ref2) {
|
|
@@ -11201,7 +11201,7 @@ var Container$2$1$1$1$1 = styled__default.div(_templateObject4$3$1$1$1$1 || (_te
|
|
|
11201
11201
|
var LabelText$2$1$1$1 = styled__default.div(_templateObject5$3$1$1$1$1 || (_templateObject5$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-size: 14px;\n font-weight: 400;\n font-style:", ";\n color: ", ";\n"])), function (_ref18) {
|
|
11202
11202
|
var $labelStyle = _ref18.$labelStyle;
|
|
11203
11203
|
return $labelStyle;
|
|
11204
|
-
}, colorVariables$1$1$1$1.text.
|
|
11204
|
+
}, colorVariables$1$1$1$1.text.medium);
|
|
11205
11205
|
var DropdownMenu$2$1$1$1 = styled__default.div(_templateObject6$3$1$1$1$1 || (_templateObject6$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1(["\n max-height: 156px;\n padding: 4px;\n box-sizing: border-box;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1.border.light, function (_ref19) {
|
|
11206
11206
|
var $optionsBorderRadius = _ref19.$optionsBorderRadius;
|
|
11207
11207
|
return $optionsBorderRadius || '8px';
|
|
@@ -11331,7 +11331,7 @@ var DropdownContainer$1$1$1$1$1 = styled__default.div(_templateObject2$8$1$1$1$1
|
|
|
11331
11331
|
var $width = _ref4.$width;
|
|
11332
11332
|
return $width || '100%';
|
|
11333
11333
|
});
|
|
11334
|
-
var DropdownButton$1$1$1$1$1 = styled__default.div(_templateObject3$6$1$1$1$1 || (_templateObject3$6$1$1$1$1 = _taggedTemplateLiteralLoose$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 border: ", ";\n gap: 6px;\n padding: ", ";\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref5) {
|
|
11334
|
+
var DropdownButton$1$1$1$1$1 = styled__default.div(_templateObject3$6$1$1$1$1 || (_templateObject3$6$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
11335
11335
|
var $disabled = _ref5.$disabled;
|
|
11336
11336
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
11337
11337
|
}, function (_ref6) {
|
|
@@ -11344,8 +11344,9 @@ var DropdownButton$1$1$1$1$1 = styled__default.div(_templateObject3$6$1$1$1$1 ||
|
|
|
11344
11344
|
var $borderRadius = _ref8.$borderRadius;
|
|
11345
11345
|
return $borderRadius || '8px';
|
|
11346
11346
|
}, function (_ref9) {
|
|
11347
|
-
var $border = _ref9.$border
|
|
11348
|
-
|
|
11347
|
+
var $border = _ref9.$border,
|
|
11348
|
+
$isOpen = _ref9.$isOpen;
|
|
11349
|
+
return $isOpen ? "1px solid " + colorVariables$1$1$1$1.text.dark : $border || "1px solid " + colorVariables$1$1$1$1.border.light;
|
|
11349
11350
|
}, function (_ref10) {
|
|
11350
11351
|
var $size = _ref10.$size;
|
|
11351
11352
|
switch ($size) {
|
|
@@ -11465,26 +11466,1464 @@ var ModalContainer$1$1$1$1 = styled__default.div(_templateObject2$9$1$1$1$1 || (
|
|
|
11465
11466
|
var $maxWidth = _ref.$maxWidth;
|
|
11466
11467
|
return $maxWidth ? $maxWidth : '400px';
|
|
11467
11468
|
});
|
|
11468
|
-
|
|
11469
|
-
|
|
11469
|
+
function _taggedTemplateLiteralLoose$1$1$1$1$1(e, t) {
|
|
11470
|
+
return t || (t = e.slice(0)), e.raw = t, e;
|
|
11471
|
+
}
|
|
11472
|
+
var colorVariables$1$1$1$1$1 = {
|
|
11473
|
+
brand: {
|
|
11474
|
+
primary: '#4C9EEB',
|
|
11475
|
+
secondary: '#14171A',
|
|
11476
|
+
light: '#FFFFFF'
|
|
11477
|
+
},
|
|
11478
|
+
accent: {
|
|
11479
|
+
light: '#E1E8ED',
|
|
11480
|
+
extraLight: '#F5F8FA',
|
|
11481
|
+
softBlue: '#D4EEFF',
|
|
11482
|
+
extraSoftBlue: '#E4F4FF',
|
|
11483
|
+
boldTransparent: '#5E5E5E80',
|
|
11484
|
+
transparent: '#5E5E5E4D',
|
|
11485
|
+
lightTransparent: '#5E5E5E23'
|
|
11486
|
+
},
|
|
11487
|
+
"default": {
|
|
11488
|
+
primary: '#78B6F0',
|
|
11489
|
+
secondary: '#C2C2C2',
|
|
11490
|
+
tertiary: 'transparent',
|
|
11491
|
+
error: '#F44336',
|
|
11492
|
+
success: '#4CAF50',
|
|
11493
|
+
warning: '#FF9800',
|
|
11494
|
+
info: '#2159F3'
|
|
11495
|
+
},
|
|
11496
|
+
disabled: {
|
|
11497
|
+
primary: '#B9DCF7',
|
|
11498
|
+
secondary: '#DADADA',
|
|
11499
|
+
error: '#FFEBEE',
|
|
11500
|
+
success: '#E8F5E9',
|
|
11501
|
+
warning: '#FFF3E0',
|
|
11502
|
+
info: '#E3F2FD'
|
|
11503
|
+
},
|
|
11504
|
+
hover: {
|
|
11505
|
+
primary: '#4C9EEB',
|
|
11506
|
+
secondary: '#A3A3A3',
|
|
11507
|
+
tertiary: 'transparent',
|
|
11508
|
+
error: '#D32F2F',
|
|
11509
|
+
success: '#388E3C',
|
|
11510
|
+
warning: '#F57C00',
|
|
11511
|
+
info: '#193ED2'
|
|
11512
|
+
},
|
|
11513
|
+
border: {
|
|
11514
|
+
extraBold: '#657786',
|
|
11515
|
+
bold: '#BFBFBF',
|
|
11516
|
+
medium: '#CBCED0',
|
|
11517
|
+
light: '#DCDCDC',
|
|
11518
|
+
extraLight: '#E6E3E3'
|
|
11519
|
+
},
|
|
11520
|
+
text: {
|
|
11521
|
+
dark: '#14171A',
|
|
11522
|
+
medium: '#657786',
|
|
11523
|
+
light: '#98A2AA',
|
|
11524
|
+
white: '#FFFFFF',
|
|
11525
|
+
success: '#1B5E20',
|
|
11526
|
+
error: '#B71C1C',
|
|
11527
|
+
info: '#0D30A1',
|
|
11528
|
+
warning: '#E65100'
|
|
11529
|
+
},
|
|
11530
|
+
badge: {
|
|
11531
|
+
lavender: '#E8DAFF',
|
|
11532
|
+
papayaWhip: '#FFEDD5',
|
|
11533
|
+
water: '#C7E3FF',
|
|
11534
|
+
paleBlue: '#B0F0E4',
|
|
11535
|
+
teaGreen: '#D5F7C2',
|
|
11536
|
+
lightBlue: '#ADD8E6'
|
|
11537
|
+
}
|
|
11538
|
+
};
|
|
11539
|
+
var _templateObject$d$1$1$1$1, _templateObject2$a$1$1$1$1, _templateObject3$7$1$1$1$1;
|
|
11540
|
+
var wrapperCss$1$1$1$1$1 = styled.css(_templateObject$d$1$1$1$1 || (_templateObject$d$1$1$1$1 = _taggedTemplateLiteralLoose$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"])));
|
|
11541
|
+
var IconWrapper$1$1$1$1$1 = styled__default.div(_templateObject2$a$1$1$1$1 || (_templateObject2$a$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
11542
|
+
var $clickable = _ref.$clickable;
|
|
11543
|
+
return $clickable ? 'pointer' : 'default';
|
|
11544
|
+
}, wrapperCss$1$1$1$1$1);
|
|
11545
|
+
var IconWrapperForSVG$1$1$1$1$1 = styled__default.g(_templateObject3$7$1$1$1$1 || (_templateObject3$7$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n ", ";\n"])), wrapperCss$1$1$1$1$1);
|
|
11546
|
+
var _templateObject$1$1$1$1$1$1, _templateObject2$1$1$1$1$1$1;
|
|
11547
|
+
var Container$3$1$1$1$1 = styled__default.div(_templateObject$1$1$1$1$1$1 || (_templateObject$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$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 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) {
|
|
11548
|
+
var $flex = _ref.$flex;
|
|
11549
|
+
return $flex;
|
|
11550
|
+
}, function (_ref2) {
|
|
11551
|
+
var $flexWrap = _ref2.$flexWrap;
|
|
11552
|
+
return $flexWrap;
|
|
11553
|
+
}, function (_ref3) {
|
|
11554
|
+
var $flexDirection = _ref3.$flexDirection;
|
|
11555
|
+
return $flexDirection;
|
|
11556
|
+
}, function (_ref4) {
|
|
11557
|
+
var $justifyContent = _ref4.$justifyContent;
|
|
11558
|
+
return $justifyContent;
|
|
11559
|
+
}, function (_ref5) {
|
|
11560
|
+
var $alignItems = _ref5.$alignItems;
|
|
11561
|
+
return $alignItems;
|
|
11562
|
+
}, function (_ref6) {
|
|
11563
|
+
var $gap = _ref6.$gap;
|
|
11564
|
+
return $gap;
|
|
11565
|
+
}, function (_ref7) {
|
|
11566
|
+
var $fontWeight = _ref7.$fontWeight;
|
|
11567
|
+
return $fontWeight;
|
|
11568
|
+
}, function (_ref8) {
|
|
11569
|
+
var $height = _ref8.$height;
|
|
11570
|
+
return $height;
|
|
11571
|
+
}, function (_ref9) {
|
|
11572
|
+
var $minHeight = _ref9.$minHeight;
|
|
11573
|
+
return $minHeight;
|
|
11574
|
+
}, function (_ref10) {
|
|
11575
|
+
var $maxHeight = _ref10.$maxHeight;
|
|
11576
|
+
return $maxHeight;
|
|
11577
|
+
}, function (_ref11) {
|
|
11578
|
+
var $width = _ref11.$width;
|
|
11579
|
+
return $width;
|
|
11580
|
+
}, function (_ref12) {
|
|
11581
|
+
var $minWidth = _ref12.$minWidth;
|
|
11582
|
+
return $minWidth;
|
|
11583
|
+
}, function (_ref13) {
|
|
11584
|
+
var $maxWidth = _ref13.$maxWidth;
|
|
11585
|
+
return $maxWidth;
|
|
11586
|
+
}, function (_ref14) {
|
|
11587
|
+
var $padding = _ref14.$padding;
|
|
11588
|
+
return $padding;
|
|
11589
|
+
}, function (_ref15) {
|
|
11590
|
+
var $background = _ref15.$background;
|
|
11591
|
+
return $background;
|
|
11592
|
+
}, function (_ref16) {
|
|
11593
|
+
var $objectfit = _ref16.$objectfit;
|
|
11594
|
+
return $objectfit;
|
|
11595
|
+
}, function (_ref17) {
|
|
11596
|
+
var $margin = _ref17.$margin;
|
|
11597
|
+
return $margin;
|
|
11598
|
+
}, function (_ref18) {
|
|
11599
|
+
var $borderRadius = _ref18.$borderRadius;
|
|
11600
|
+
return $borderRadius;
|
|
11601
|
+
}, function (_ref19) {
|
|
11602
|
+
var $borderTopLeftRadius = _ref19.$borderTopLeftRadius;
|
|
11603
|
+
return $borderTopLeftRadius;
|
|
11604
|
+
}, function (_ref20) {
|
|
11605
|
+
var $borderTopRightRadius = _ref20.$borderTopRightRadius;
|
|
11606
|
+
return $borderTopRightRadius;
|
|
11607
|
+
}, function (_ref21) {
|
|
11608
|
+
var $cursor = _ref21.$cursor;
|
|
11609
|
+
return $cursor;
|
|
11610
|
+
}, function (_ref22) {
|
|
11611
|
+
var $fontSize = _ref22.$fontSize;
|
|
11612
|
+
return $fontSize;
|
|
11613
|
+
}, function (_ref23) {
|
|
11614
|
+
var $opacity = _ref23.$opacity;
|
|
11615
|
+
return $opacity;
|
|
11616
|
+
}, function (_ref24) {
|
|
11617
|
+
var $pointerEvents = _ref24.$pointerEvents;
|
|
11618
|
+
return $pointerEvents;
|
|
11619
|
+
}, function (_ref25) {
|
|
11620
|
+
var $position = _ref25.$position;
|
|
11621
|
+
return $position;
|
|
11622
|
+
}, function (_ref26) {
|
|
11623
|
+
var $top = _ref26.$top;
|
|
11624
|
+
return $top;
|
|
11625
|
+
}, function (_ref27) {
|
|
11626
|
+
var $bottom = _ref27.$bottom;
|
|
11627
|
+
return $bottom;
|
|
11628
|
+
}, function (_ref28) {
|
|
11629
|
+
var $left = _ref28.$left;
|
|
11630
|
+
return $left;
|
|
11631
|
+
}, function (_ref29) {
|
|
11632
|
+
var $right = _ref29.$right;
|
|
11633
|
+
return $right;
|
|
11634
|
+
}, function (_ref30) {
|
|
11635
|
+
var $textAlign = _ref30.$textAlign;
|
|
11636
|
+
return $textAlign;
|
|
11637
|
+
}, function (_ref31) {
|
|
11638
|
+
var $color = _ref31.$color;
|
|
11639
|
+
return $color;
|
|
11640
|
+
}, function (_ref32) {
|
|
11641
|
+
var $overflow = _ref32.$overflow;
|
|
11642
|
+
return $overflow || 'visible';
|
|
11643
|
+
}, function (_ref33) {
|
|
11644
|
+
var $overflowY = _ref33.$overflowY;
|
|
11645
|
+
return $overflowY;
|
|
11646
|
+
}, function (_ref34) {
|
|
11647
|
+
var $zIndex = _ref34.$zIndex;
|
|
11648
|
+
return $zIndex;
|
|
11649
|
+
}, function (_ref35) {
|
|
11650
|
+
var $scrollbarWidth = _ref35.$scrollbarWidth;
|
|
11651
|
+
return $scrollbarWidth;
|
|
11652
|
+
}, function (_ref36) {
|
|
11653
|
+
var $border = _ref36.$border;
|
|
11654
|
+
return $border;
|
|
11655
|
+
}, function (_ref37) {
|
|
11656
|
+
var $borderTop = _ref37.$borderTop;
|
|
11657
|
+
return $borderTop;
|
|
11658
|
+
}, function (_ref38) {
|
|
11659
|
+
var $borderBottom = _ref38.$borderBottom;
|
|
11660
|
+
return $borderBottom;
|
|
11661
|
+
}, function (_ref39) {
|
|
11662
|
+
var $borderLeft = _ref39.$borderLeft;
|
|
11663
|
+
return $borderLeft;
|
|
11664
|
+
}, function (_ref40) {
|
|
11665
|
+
var $transition = _ref40.$transition;
|
|
11666
|
+
return $transition;
|
|
11667
|
+
}, function (_ref41) {
|
|
11668
|
+
var $boxShadow = _ref41.$boxShadow;
|
|
11669
|
+
return $boxShadow;
|
|
11670
|
+
}, function (_ref42) {
|
|
11671
|
+
var $hoverBackground = _ref42.$hoverBackground;
|
|
11672
|
+
return $hoverBackground;
|
|
11673
|
+
}, function (_ref43) {
|
|
11674
|
+
var $hoverColor = _ref43.$hoverColor;
|
|
11675
|
+
return $hoverColor;
|
|
11676
|
+
});
|
|
11677
|
+
var Span$1$1$1$1$1 = styled__default.span(_templateObject2$1$1$1$1$1$1 || (_templateObject2$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n"])), function (_ref44) {
|
|
11678
|
+
var $fontFamily = _ref44.$fontFamily;
|
|
11679
|
+
return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
|
|
11680
|
+
}, function (_ref45) {
|
|
11681
|
+
var $fontWeight = _ref45.$fontWeight;
|
|
11682
|
+
return $fontWeight ? $fontWeight : '500';
|
|
11683
|
+
}, function (_ref46) {
|
|
11684
|
+
var $fontSize = _ref46.$fontSize;
|
|
11685
|
+
return $fontSize ? $fontSize : '16px';
|
|
11686
|
+
}, function (_ref47) {
|
|
11687
|
+
var $color = _ref47.$color;
|
|
11688
|
+
return $color ? $color : colorVariables$1$1$1$1$1.text.medium;
|
|
11689
|
+
}, function (_ref48) {
|
|
11690
|
+
var $lineHeight = _ref48.$lineHeight;
|
|
11691
|
+
return $lineHeight ? $lineHeight : '100%';
|
|
11692
|
+
}, function (_ref49) {
|
|
11693
|
+
var $textAlign = _ref49.$textAlign;
|
|
11694
|
+
return $textAlign ? $textAlign : 'center';
|
|
11695
|
+
}, function (_ref50) {
|
|
11696
|
+
var $minWidth = _ref50.$minWidth;
|
|
11697
|
+
return $minWidth;
|
|
11698
|
+
}, function (_ref51) {
|
|
11699
|
+
var $width = _ref51.$width;
|
|
11700
|
+
return $width;
|
|
11701
|
+
}, function (_ref52) {
|
|
11702
|
+
var $overflowWrap = _ref52.$overflowWrap;
|
|
11703
|
+
return $overflowWrap;
|
|
11704
|
+
});
|
|
11705
|
+
var _templateObject$2$1$1$1$1$1, _templateObject2$2$1$1$1$1$1;
|
|
11706
|
+
var TooltipWrapper$1$1$1$1$1 = styled__default.div(_templateObject$2$1$1$1$1$1 || (_templateObject$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n svg {\n cursor: pointer;\n } \n"])));
|
|
11707
|
+
var TooltipText$1$1$1$1$1 = styled__default.span(_templateObject2$2$1$1$1$1$1 || (_templateObject2$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n visibility: ", ";\n opacity: ", ";\n width: max-content;\n max-width: 300px;\n background-color: ", ";\n color: ", ";\n text-align: start;\n border-radius: 8px;\n padding:8px 16px;\n transition: opacity 0.2s ease-in-out;\n font-size: 12px;\n\n // position: absolute;\n // left: 0;\n // bottom: 150%;\n // white-space: pre-line;\n // position: fixed;\n // z-index: 99999;\n // transition: opacity 0.2s ease-in-out;\n // font-size: 12px;\n // pointer-events: auto;\n"])), function (_ref) {
|
|
11708
|
+
var $visible = _ref.$visible;
|
|
11709
|
+
return $visible ? 'visible' : 'hidden';
|
|
11710
|
+
}, function (_ref2) {
|
|
11711
|
+
var $visible = _ref2.$visible;
|
|
11712
|
+
return $visible ? 1 : 0;
|
|
11713
|
+
}, function (_ref3) {
|
|
11714
|
+
var $bgColor = _ref3.$bgColor;
|
|
11715
|
+
return $bgColor || colorVariables$1$1$1$1$1.brand.light;
|
|
11716
|
+
}, colorVariables$1$1$1$1$1.text.medium);
|
|
11717
|
+
var _templateObject$3$1$1$1$1$1;
|
|
11718
|
+
var BreadCrum$1$1$1$1$1 = styled__default.span(_templateObject$3$1$1$1$1$1 || (_templateObject$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
11719
|
+
var $color = _ref.$color;
|
|
11720
|
+
return $color ? $color : colorVariables$1$1$1$1$1.text.medium;
|
|
11721
|
+
}, function (_ref2) {
|
|
11722
|
+
var $disabled = _ref2.$disabled;
|
|
11723
|
+
return $disabled ? '0.6' : '1';
|
|
11724
|
+
}, function (_ref3) {
|
|
11725
|
+
var $hover = _ref3.$hover,
|
|
11726
|
+
$disabled = _ref3.$disabled;
|
|
11727
|
+
return $hover && !$disabled && 'underline';
|
|
11728
|
+
}, function (_ref4) {
|
|
11729
|
+
var $hover = _ref4.$hover,
|
|
11730
|
+
$disabled = _ref4.$disabled;
|
|
11731
|
+
return $hover && !$disabled ? 'pointer' : 'default';
|
|
11732
|
+
}, function (_ref5) {
|
|
11733
|
+
var $hover = _ref5.$hover,
|
|
11734
|
+
$disabled = _ref5.$disabled;
|
|
11735
|
+
return $hover && !$disabled && colorVariables$1$1$1$1$1["default"].primary;
|
|
11736
|
+
});
|
|
11737
|
+
var _templateObject$4$1$1$1$1$1;
|
|
11738
|
+
var fontFaces$1$1$1$1$1 = styled.css(_templateObject$4$1$1$1$1$1 || (_templateObject$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])));
|
|
11739
|
+
var GlobalFonts$1$1$1$1$1 = {
|
|
11740
|
+
bold: 'NotoSans, sans-serif',
|
|
11741
|
+
regular: 'NotoSans, sans-serif',
|
|
11742
|
+
light: 'NotoSans, sans-serif'
|
|
11743
|
+
};
|
|
11744
|
+
var _templateObject$5$1$1$1$1$1, _templateObject2$3$1$1$1$1$1, _templateObject3$1$1$1$1$1$1, _templateObject4$5$1$1$1$1, _templateObject5$5$1$1$1$1, _templateObject6$5$1$1$1$1;
|
|
11745
|
+
var spin$1$1$1$1$1 = styled.keyframes(_templateObject$5$1$1$1$1$1 || (_templateObject$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
11746
|
+
var Spinner$1$1$1$1$1 = styled__default.div(_templateObject2$3$1$1$1$1$1 || (_templateObject2$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
11747
|
+
var $size = _ref.$size;
|
|
11748
|
+
return $size;
|
|
11749
|
+
}, function (_ref2) {
|
|
11750
|
+
var $size = _ref2.$size;
|
|
11751
|
+
return $size;
|
|
11752
|
+
}, function (_ref3) {
|
|
11753
|
+
var $size = _ref3.$size;
|
|
11754
|
+
return $size / 4;
|
|
11755
|
+
}, function (_ref4) {
|
|
11756
|
+
var $color = _ref4.$color;
|
|
11757
|
+
return $color;
|
|
11758
|
+
}, spin$1$1$1$1$1);
|
|
11759
|
+
var LoaderWrapper$1$1$1$1$1 = styled__default.div(_templateObject3$1$1$1$1$1$1 || (_templateObject3$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
11760
|
+
var $loaderPosition = _ref5.$loaderPosition;
|
|
11761
|
+
return $loaderPosition === 'right' ? '4px' : '0';
|
|
11762
|
+
}, function (_ref6) {
|
|
11763
|
+
var $loaderPosition = _ref6.$loaderPosition;
|
|
11764
|
+
return $loaderPosition === 'left' ? '4px' : '0';
|
|
11765
|
+
});
|
|
11766
|
+
var Container$1$1$1$1$1$1 = styled__default.div(_templateObject4$5$1$1$1$1 || (_templateObject4$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: ", ";\n gap: ", ";\n svg {\n cursor: ", ";\n }\n"])), function (_ref7) {
|
|
11767
|
+
var $iconPosition = _ref7.$iconPosition;
|
|
11768
|
+
return $iconPosition === 'right' ? 'row-reverse' : 'row';
|
|
11769
|
+
}, function (_ref8) {
|
|
11770
|
+
var gap = _ref8.gap;
|
|
11771
|
+
return gap || '4px';
|
|
11772
|
+
}, function (_ref9) {
|
|
11773
|
+
var cursor = _ref9.cursor;
|
|
11774
|
+
return cursor;
|
|
11775
|
+
});
|
|
11776
|
+
var StyledButton$1$1$1$1$1 = styled__default.button(_templateObject5$5$1$1$1$1 || (_templateObject5$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n pointer-events: ", ";\n cursor: ", ";\n height: max-content;\n min-height: max-content;\n width: max-content;\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) {
|
|
11777
|
+
var $disabled = _ref10.$disabled;
|
|
11778
|
+
return $disabled ? 'none' : 'auto';
|
|
11779
|
+
}, function (_ref11) {
|
|
11780
|
+
var $disabled = _ref11.$disabled;
|
|
11781
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
11782
|
+
}, function (_ref12) {
|
|
11783
|
+
var $borderRadius = _ref12.$borderRadius;
|
|
11784
|
+
return $borderRadius || '8px';
|
|
11785
|
+
}, function (_ref13) {
|
|
11786
|
+
var $size = _ref13.$size,
|
|
11787
|
+
$padding = _ref13.$padding;
|
|
11788
|
+
return $size === 'small' ? '8px 12.2px' : $size === 'medium' ? '10px 19px' : $size === 'large' ? '12px 24.5px' : $size === 'custom' ? $padding : '10px 16px';
|
|
11789
|
+
}, function (_ref14) {
|
|
11790
|
+
var _$borderHover$match;
|
|
11791
|
+
var $variant = _ref14.$variant,
|
|
11792
|
+
$disabled = _ref14.$disabled,
|
|
11793
|
+
$borderHover = _ref14.$borderHover,
|
|
11794
|
+
$borderDefault = _ref14.$borderDefault,
|
|
11795
|
+
$background = _ref14.$background,
|
|
11796
|
+
$color = _ref14.$color,
|
|
11797
|
+
$colorHover = _ref14.$colorHover;
|
|
11798
|
+
switch ($variant) {
|
|
11799
|
+
case 'primary':
|
|
11800
|
+
return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1["default"].primary) + ";\n color: " + colorVariables$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.primary : "1px solid " + colorVariables$1$1$1$1$1["default"].primary) + ";\n &:hover {\n background: " + colorVariables$1$1$1$1$1.hover.primary + ";\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.primary + ";\n }\n ";
|
|
11801
|
+
case 'secondary':
|
|
11802
|
+
return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].secondary) + "; \n color: " + colorVariables$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.secondary : "1px solid " + colorVariables$1$1$1$1$1["default"].secondary) + ";\n &:hover{\n background: " + colorVariables$1$1$1$1$1.hover.secondary + ";\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.secondary + ";\n }\n ";
|
|
11803
|
+
case 'tertiary':
|
|
11804
|
+
return "\n background: " + colorVariables$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1["default"].primary) + ";\n border: " + ($borderDefault ? "" + $borderDefault : "1px solid " + colorVariables$1$1$1$1$1["default"].tertiary) + ";\n &:hover {\n color: " + (!$disabled && $borderHover ? (_$borderHover$match = $borderHover.match(/#\w+/)) === null || _$borderHover$match === void 0 ? void 0 : _$borderHover$match[0] : colorVariables$1$1$1$1$1.hover.primary) + ";\n border: " + ($borderHover ? $borderHover : "1px solid " + colorVariables$1$1$1$1$1.hover.primary) + ";\n }\n ";
|
|
11805
|
+
case 'error':
|
|
11806
|
+
return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1["default"].error) + "; \n color: " + colorVariables$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.error : "1px solid " + colorVariables$1$1$1$1$1["default"].error) + ";\n &:hover{\n background: " + colorVariables$1$1$1$1$1.hover.error + ";\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.error + ";\n }\n ";
|
|
11807
|
+
case 'outline-primary':
|
|
11808
|
+
return "\n background: " + colorVariables$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1["default"].primary) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.primary : "1px solid " + colorVariables$1$1$1$1$1["default"].primary) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.primary + ";\n color: " + colorVariables$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1.hover.primary + ";\n }\n ";
|
|
11809
|
+
case 'outline-secondary':
|
|
11810
|
+
return "\n background: " + colorVariables$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].secondary) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.secondary : "1px solid " + colorVariables$1$1$1$1$1["default"].secondary) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.secondary + ";\n color: " + colorVariables$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1.hover.secondary + ";\n }\n ";
|
|
11811
|
+
case 'outline-error':
|
|
11812
|
+
return "\n background: " + colorVariables$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1["default"].error) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1.disabled.error : "1px solid " + colorVariables$1$1$1$1$1["default"].error) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1.hover.error + ";\n color: " + colorVariables$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1.hover.error + ";\n }\n ";
|
|
11813
|
+
case 'custom':
|
|
11814
|
+
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 ";
|
|
11815
|
+
default:
|
|
11816
|
+
return '';
|
|
11817
|
+
}
|
|
11818
|
+
}, function (_ref15) {
|
|
11819
|
+
var color = _ref15.color;
|
|
11820
|
+
return color;
|
|
11821
|
+
});
|
|
11822
|
+
var ButtonText$1$1$1$1$1 = styled__default.span(_templateObject6$5$1$1$1$1 || (_templateObject6$5$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n white-space: nowrap;\n"])), function (_ref16) {
|
|
11823
|
+
var $fontFamily = _ref16.$fontFamily;
|
|
11824
|
+
return $fontFamily ? $fontFamily : GlobalFonts$1$1$1$1$1.bold;
|
|
11825
|
+
}, function (_ref17) {
|
|
11826
|
+
var $size = _ref17.$size,
|
|
11827
|
+
$fontSize = _ref17.$fontSize;
|
|
11828
|
+
return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
|
|
11829
|
+
}, function (_ref18) {
|
|
11830
|
+
var $fontWeight = _ref18.$fontWeight,
|
|
11831
|
+
$size = _ref18.$size;
|
|
11832
|
+
return $size === 'custom' && $fontWeight || '500';
|
|
11833
|
+
}, function (_ref19) {
|
|
11834
|
+
var $size = _ref19.$size,
|
|
11835
|
+
$fontSize = _ref19.$fontSize;
|
|
11836
|
+
return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
|
|
11837
|
+
});
|
|
11838
|
+
var _templateObject$6$1$1$1$1$1;
|
|
11839
|
+
var InnerContent$1$1$1$1$1 = styled__default.div(_templateObject$6$1$1$1$1$1 || (_templateObject$6$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
11840
|
+
var $isScrollable = _ref.$isScrollable;
|
|
11841
|
+
return $isScrollable ? '0 12px' : '0';
|
|
11842
|
+
});
|
|
11843
|
+
var _templateObject$7$1$1$1$1$1, _templateObject2$4$1$1$1$1$1, _templateObject3$2$1$1$1$1$1, _templateObject4$1$1$1$1$1$1, _templateObject5$1$1$1$1$1$1, _templateObject6$1$1$1$1$1$1, _templateObject7$3$1$1$1$1, _templateObject8$3$1$1$1$1, _templateObject9$3$1$1$1$1, _templateObject10$3$1$1$1$1, _templateObject11$2$1$1$1$1, _templateObject12$1$1$1$1$1, _templateObject13$1$1$1$1$1, _templateObject14$1$1$1$1$1, _templateObject15$1$1$1$1$1, _templateObject16$1$1$1$1$1, _templateObject17$1$1$1$1$1, _templateObject18$1$1$1$1$1, _templateObject19$1$1$1$1$1, _templateObject20$1$1$1$1$1, _templateObject21$1$1$1$1$1;
|
|
11844
|
+
var DatePickerContainer$1$1$1$1$1 = styled__default.div(_templateObject$7$1$1$1$1$1 || (_templateObject$7$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n"])));
|
|
11845
|
+
var CalendarContainer$1$1$1$1$1 = styled__default.div(_templateObject2$4$1$1$1$1$1 || (_templateObject2$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n overflow: auto;\n display: flex;\n flex-direction: row;\n background: rgba(245, 248, 250, .95); \n position: absolute;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1$1.border.medium);
|
|
11846
|
+
var Calendar$1$1$1$1$1$1 = styled__default.div(_templateObject3$2$1$1$1$1$1 || (_templateObject3$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1([""])));
|
|
11847
|
+
var CalendarTime$1$1$1$1$1 = styled__default.div(_templateObject4$1$1$1$1$1$1 || (_templateObject4$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n border: 1px solid ", ";\n border-radius: 4px;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n padding: 8px;\n"])), colorVariables$1$1$1$1$1.border.medium);
|
|
11848
|
+
var StartDate$1$1$1$1$1 = styled__default.div(_templateObject5$1$1$1$1$1$1 || (_templateObject5$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n padding-bottom: 4px;\n"])));
|
|
11849
|
+
var SelectedStart$1$1$1$1$1 = styled__default.div(_templateObject6$1$1$1$1$1$1 || (_templateObject6$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n gap: 4px;\n color: ", ";\n"])), colorVariables$1$1$1$1$1.text.medium);
|
|
11850
|
+
var CurrentDate$1$1$1$1$1 = styled__default.p(_templateObject7$3$1$1$1$1 || (_templateObject7$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 12px;\n"])));
|
|
11851
|
+
var CurrentTime$1$1$1$1$1 = styled__default.div(_templateObject8$3$1$1$1$1 || (_templateObject8$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 14px;\n color: ", ";\n"])), colorVariables$1$1$1$1$1.text.medium);
|
|
11852
|
+
var Selectedtime$1$1$1$1$1 = styled__default.div(_templateObject9$3$1$1$1$1 || (_templateObject9$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n color: ", ";\n gap: 8px;\n"])), colorVariables$1$1$1$1$1.text.medium);
|
|
11853
|
+
var Line$1$1$1$1$1 = styled__default.div(_templateObject10$3$1$1$1$1 || (_templateObject10$3$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n padding-top: 10px;\n padding-bottom: 10px;\n"])));
|
|
11854
|
+
var Zones$1$1$1$1$1 = styled__default.div(_templateObject11$2$1$1$1$1 || (_templateObject11$2$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n"])));
|
|
11855
|
+
var CalendarHeader$1$1$1$1$1 = styled__default.div(_templateObject12$1$1$1$1$1 || (_templateObject12$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 10px;\n"])));
|
|
11856
|
+
var CalendarMonthYear$1$1$1$1$1 = styled__default.span(_templateObject13$1$1$1$1$1 || (_templateObject13$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n color: ", ";\n justify-content: center;\n align-items: center;\n"])), colorVariables$1$1$1$1$1.text.medium);
|
|
11857
|
+
var CalendarContent$1$1$1$1$1 = styled__default.div(_templateObject14$1$1$1$1$1 || (_templateObject14$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n gap: 5px;\n padding: 10px;\n"])));
|
|
11858
|
+
var Button$1$1$1$1$1 = styled__default.div(_templateObject15$1$1$1$1$1 || (_templateObject15$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1$1$1$1["default"].secondary, colorVariables$1$1$1$1$1.text.white, function (_ref) {
|
|
11859
|
+
var $size = _ref.$size;
|
|
11860
|
+
return $size ? $size + "px" : '30px';
|
|
11861
|
+
}, function (_ref2) {
|
|
11862
|
+
var $size = _ref2.$size;
|
|
11863
|
+
return $size ? $size + "px" : '30px';
|
|
11864
|
+
});
|
|
11865
|
+
var CalendarDates$1$1$1$1$1 = styled__default.div(_templateObject16$1$1$1$1$1 || (_templateObject16$1$1$1$1$1 = _taggedTemplateLiteralLoose$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 (_ref3) {
|
|
11866
|
+
var $size = _ref3.$size;
|
|
11867
|
+
return $size ? $size + "px" : '30px';
|
|
11868
|
+
}, function (_ref4) {
|
|
11869
|
+
var $size = _ref4.$size;
|
|
11870
|
+
return $size ? $size + "px" : '30px';
|
|
11871
|
+
}, function (_ref5) {
|
|
11872
|
+
var $isFuture = _ref5.$isFuture,
|
|
11873
|
+
$futureDateTime = _ref5.$futureDateTime;
|
|
11874
|
+
return !$futureDateTime && $isFuture ? 'default' : 'pointer';
|
|
11875
|
+
}, function (_ref6) {
|
|
11876
|
+
var $isFuture = _ref6.$isFuture,
|
|
11877
|
+
$futureDateTime = _ref6.$futureDateTime;
|
|
11878
|
+
return !$futureDateTime && $isFuture ? 0.5 : 1;
|
|
11879
|
+
}, function (_ref7) {
|
|
11880
|
+
var $selected = _ref7.$selected,
|
|
11881
|
+
$inRange = _ref7.$inRange;
|
|
11882
|
+
return $selected ? colorVariables$1$1$1$1$1["default"].primary : $inRange ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1["default"].tertiary;
|
|
11883
|
+
}, function (_ref8) {
|
|
11884
|
+
var $selected = _ref8.$selected,
|
|
11885
|
+
$inRange = _ref8.$inRange;
|
|
11886
|
+
return $selected ? colorVariables$1$1$1$1$1.text.white : $inRange ? colorVariables$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1.text.medium;
|
|
11887
|
+
}, function (_ref9) {
|
|
11888
|
+
var $selected = _ref9.$selected,
|
|
11889
|
+
$inRange = _ref9.$inRange,
|
|
11890
|
+
$isFuture = _ref9.$isFuture,
|
|
11891
|
+
$futureDateTime = _ref9.$futureDateTime;
|
|
11892
|
+
return !$futureDateTime && $isFuture ? 'transparent' : $selected ? colorVariables$1$1$1$1$1.disabled.primary : $inRange ? colorVariables$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1.disabled.primary;
|
|
11893
|
+
});
|
|
11894
|
+
var Year$1$1$1$1$1 = styled__default.div(_templateObject17$1$1$1$1$1 || (_templateObject17$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 12px;\n"])));
|
|
11895
|
+
var Month$1$1$1$1$1 = styled__default.div(_templateObject18$1$1$1$1$1 || (_templateObject18$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 600;\n font-size: 14px;\n"])));
|
|
11896
|
+
var InputWrapper$1$1$1$1$1 = styled__default.div(_templateObject19$1$1$1$1$1 || (_templateObject19$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n gap: 24px;\n"])));
|
|
11897
|
+
var TimeInputWrapper$1$1$1$1$1 = styled__default.div(_templateObject20$1$1$1$1$1 || (_templateObject20$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n"])));
|
|
11898
|
+
var StyledInput$1$1$1$1$1 = styled__default.input(_templateObject21$1$1$1$1$1 || (_templateObject21$1$1$1$1$1 = _taggedTemplateLiteralLoose$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: white;\n border: 1px solid ", ";\n color: ", ";\n"])), colorVariables$1$1$1$1$1.border.extraBold, colorVariables$1$1$1$1$1.text.dark);
|
|
11899
|
+
var _templateObject$8$1$1$1$1$1, _templateObject2$5$1$1$1$1$1, _templateObject3$3$1$1$1$1$1, _templateObject4$2$1$1$1$1$1, _templateObject5$2$1$1$1$1$1, _templateObject6$2$1$1$1$1$1;
|
|
11900
|
+
var OptionContainer$1$1$1$1$1 = styled__default.div(_templateObject$8$1$1$1$1$1 || (_templateObject$8$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1([""])));
|
|
11901
|
+
var OptionItem$1$1$1$1$1 = styled__default.div(_templateObject2$5$1$1$1$1$1 || (_templateObject2$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n border-bottom: ", ";\n"])), function (_ref) {
|
|
11902
|
+
var $optionBorder = _ref.$optionBorder,
|
|
11903
|
+
$isborder = _ref.$isborder;
|
|
11904
|
+
return $isborder ? $optionBorder || "1px solid " + colorVariables$1$1$1$1$1.border.extraLight : '';
|
|
11905
|
+
});
|
|
11906
|
+
var OptionLabel$1$1$1$1$1 = styled__default.label(_templateObject3$3$1$1$1$1$1 || (_templateObject3$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
11907
|
+
var $optionColor = _ref2.$optionColor;
|
|
11908
|
+
switch ($optionColor) {
|
|
11909
|
+
case 'dark':
|
|
11910
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
11911
|
+
case 'medium':
|
|
11912
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
11913
|
+
case 'light':
|
|
11914
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
11915
|
+
case 'white':
|
|
11916
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
11917
|
+
case 'warning':
|
|
11918
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
11919
|
+
case 'info':
|
|
11920
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
11921
|
+
case 'success':
|
|
11922
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
11923
|
+
case 'error':
|
|
11924
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
11925
|
+
default:
|
|
11926
|
+
return $optionColor || colorVariables$1$1$1$1$1.text.medium;
|
|
11927
|
+
}
|
|
11928
|
+
});
|
|
11929
|
+
var SearchContainer$2$1$1$1$1 = styled__default.div(_templateObject4$2$1$1$1$1$1 || (_templateObject4$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
11930
|
+
var $background = _ref3.$background;
|
|
11931
|
+
switch ($background) {
|
|
11932
|
+
case 'dark':
|
|
11933
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
11934
|
+
case 'medium':
|
|
11935
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
11936
|
+
case 'light':
|
|
11937
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
11938
|
+
case 'white':
|
|
11939
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
11940
|
+
case 'warning':
|
|
11941
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
11942
|
+
case 'info':
|
|
11943
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
11944
|
+
case 'success':
|
|
11945
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
11946
|
+
case 'error':
|
|
11947
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
11948
|
+
default:
|
|
11949
|
+
return $background;
|
|
11950
|
+
}
|
|
11951
|
+
}, function (_ref4) {
|
|
11952
|
+
var $borderBottom = _ref4.$borderBottom;
|
|
11953
|
+
return $borderBottom || 'none';
|
|
11954
|
+
}, function (_ref5) {
|
|
11955
|
+
var $borderRadius = _ref5.$borderRadius;
|
|
11956
|
+
return $borderRadius || '8px';
|
|
11957
|
+
});
|
|
11958
|
+
var SearchBar$2$1$1$1$1 = styled__default.input(_templateObject5$2$1$1$1$1$1 || (_templateObject5$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1$1$1$1["default"].tertiary, function (_ref6) {
|
|
11959
|
+
var $inputColor = _ref6.$inputColor;
|
|
11960
|
+
switch ($inputColor) {
|
|
11961
|
+
case 'dark':
|
|
11962
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
11963
|
+
case 'medium':
|
|
11964
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
11965
|
+
case 'light':
|
|
11966
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
11967
|
+
case 'white':
|
|
11968
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
11969
|
+
case 'warning':
|
|
11970
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
11971
|
+
case 'info':
|
|
11972
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
11973
|
+
case 'success':
|
|
11974
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
11975
|
+
case 'error':
|
|
11976
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
11977
|
+
default:
|
|
11978
|
+
return $inputColor;
|
|
11979
|
+
}
|
|
11980
|
+
}, function (_ref7) {
|
|
11981
|
+
var $placeholderColor = _ref7.$placeholderColor;
|
|
11982
|
+
switch ($placeholderColor) {
|
|
11983
|
+
case 'dark':
|
|
11984
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
11985
|
+
case 'medium':
|
|
11986
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
11987
|
+
case 'light':
|
|
11988
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
11989
|
+
case 'white':
|
|
11990
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
11991
|
+
case 'warning':
|
|
11992
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
11993
|
+
case 'info':
|
|
11994
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
11995
|
+
case 'success':
|
|
11996
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
11997
|
+
case 'error':
|
|
11998
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
11999
|
+
default:
|
|
12000
|
+
return $placeholderColor;
|
|
12001
|
+
}
|
|
12002
|
+
});
|
|
12003
|
+
var Text$1$1$1$1$1 = styled__default.span(_templateObject6$2$1$1$1$1$1 || (_templateObject6$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n word-break: break-word;\n"])));
|
|
12004
|
+
var _templateObject$9$1$1$1$1$1, _templateObject2$6$1$1$1$1$1, _templateObject3$4$1$1$1$1$1, _templateObject4$3$1$1$1$1$1, _templateObject5$3$1$1$1$1$1, _templateObject6$3$1$1$1$1$1, _templateObject7$1$1$1$1$1$1, _templateObject8$1$1$1$1$1$1, _templateObject9$1$1$1$1$1$1, _templateObject10$1$1$1$1$1$1, _templateObject11$1$1$1$1$1$1;
|
|
12005
|
+
var DropdownContainer$2$1$1$1$1 = styled__default.div(_templateObject$9$1$1$1$1$1 || (_templateObject$9$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n max-width: 100%;\n position: relative;\n max-height: ", ";\n"])), function (_ref) {
|
|
12006
|
+
var $width = _ref.$width;
|
|
12007
|
+
return $width || '100%';
|
|
12008
|
+
}, function (_ref2) {
|
|
12009
|
+
var $height = _ref2.$height;
|
|
12010
|
+
return $height || '100%';
|
|
12011
|
+
}, function (_ref3) {
|
|
12012
|
+
var $replaceLabel = _ref3.$replaceLabel;
|
|
12013
|
+
return $replaceLabel ? 'calc(100% - 22px)' : '';
|
|
12014
|
+
});
|
|
12015
|
+
var DropdownButton$2$1$1$1$1 = styled__default.div(_templateObject2$6$1$1$1$1$1 || (_templateObject2$6$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
12016
|
+
var $replaceLabel = _ref4.$replaceLabel;
|
|
12017
|
+
return $replaceLabel ? 'auto' : '';
|
|
12018
|
+
}, function (_ref5) {
|
|
12019
|
+
var $size = _ref5.$size;
|
|
12020
|
+
switch ($size) {
|
|
12021
|
+
case 'small':
|
|
12022
|
+
return '9px 12px';
|
|
12023
|
+
case 'large':
|
|
12024
|
+
return '24px 12px';
|
|
12025
|
+
default:
|
|
12026
|
+
return '14px 12px';
|
|
12027
|
+
}
|
|
12028
|
+
}, function (_ref6) {
|
|
12029
|
+
var $width = _ref6.$width;
|
|
12030
|
+
return $width ? $width : '100%';
|
|
12031
|
+
}, function (_ref7) {
|
|
12032
|
+
var $height = _ref7.$height;
|
|
12033
|
+
return $height || '100%';
|
|
12034
|
+
}, function (_ref8) {
|
|
12035
|
+
var $border = _ref8.$border,
|
|
12036
|
+
$isOpen = _ref8.$isOpen;
|
|
12037
|
+
return $isOpen ? "1px solid " + colorVariables$1$1$1$1$1.text.dark : $border || "1px solid " + colorVariables$1$1$1$1$1.border.light;
|
|
12038
|
+
}, function (_ref9) {
|
|
12039
|
+
var $borderRadius = _ref9.$borderRadius;
|
|
12040
|
+
return $borderRadius || '8px';
|
|
12041
|
+
}, function (_ref10) {
|
|
12042
|
+
var $disabled = _ref10.$disabled;
|
|
12043
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
12044
|
+
}, function (_ref11) {
|
|
12045
|
+
var $background = _ref11.$background,
|
|
12046
|
+
$disabled = _ref11.$disabled;
|
|
12047
|
+
switch ($background) {
|
|
12048
|
+
case 'dark':
|
|
12049
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1.text.dark;
|
|
12050
|
+
case 'medium':
|
|
12051
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1.text.medium;
|
|
12052
|
+
case 'light':
|
|
12053
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1.text.light;
|
|
12054
|
+
case 'white':
|
|
12055
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1.text.white;
|
|
12056
|
+
case 'warning':
|
|
12057
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].warning;
|
|
12058
|
+
case 'info':
|
|
12059
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].info;
|
|
12060
|
+
case 'success':
|
|
12061
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].success;
|
|
12062
|
+
case 'error':
|
|
12063
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1["default"].error;
|
|
12064
|
+
default:
|
|
12065
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : $background;
|
|
12066
|
+
}
|
|
12067
|
+
}, function (_ref12) {
|
|
12068
|
+
var $color = _ref12.$color;
|
|
12069
|
+
return $color || colorVariables$1$1$1$1$1.text.medium;
|
|
12070
|
+
}, function (_ref13) {
|
|
12071
|
+
var $size = _ref13.$size;
|
|
12072
|
+
switch ($size) {
|
|
12073
|
+
case 'small':
|
|
12074
|
+
return '12px';
|
|
12075
|
+
case 'large':
|
|
12076
|
+
return '16px';
|
|
12077
|
+
default:
|
|
12078
|
+
return '14px';
|
|
12079
|
+
}
|
|
12080
|
+
}, function (_ref14) {
|
|
12081
|
+
var $size = _ref14.$size;
|
|
12082
|
+
switch ($size) {
|
|
12083
|
+
case 'small':
|
|
12084
|
+
return '12px';
|
|
12085
|
+
case 'large':
|
|
12086
|
+
return '16px';
|
|
12087
|
+
default:
|
|
12088
|
+
return '14px';
|
|
12089
|
+
}
|
|
12090
|
+
});
|
|
12091
|
+
var TitleText$2$1$1$1$1 = styled__default.div(_templateObject3$4$1$1$1$1$1 || (_templateObject3$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: max-content;\n position: relative;\n font-weight: 500;\n font-size: ", ";\n line-height: ", ";\n\n color: ", ";\n"])), function (_ref15) {
|
|
12092
|
+
var $titleSize = _ref15.$titleSize,
|
|
12093
|
+
$size = _ref15.$size;
|
|
12094
|
+
return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
|
|
12095
|
+
}, function (_ref16) {
|
|
12096
|
+
var $titleSize = _ref16.$titleSize,
|
|
12097
|
+
$size = _ref16.$size;
|
|
12098
|
+
return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
|
|
12099
|
+
}, function (_ref17) {
|
|
12100
|
+
var $titleColor = _ref17.$titleColor;
|
|
12101
|
+
switch ($titleColor) {
|
|
12102
|
+
case 'dark':
|
|
12103
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12104
|
+
case 'medium':
|
|
12105
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12106
|
+
case 'light':
|
|
12107
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12108
|
+
case 'white':
|
|
12109
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12110
|
+
case 'warning':
|
|
12111
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
12112
|
+
case 'info':
|
|
12113
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
12114
|
+
case 'success':
|
|
12115
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
12116
|
+
case 'error':
|
|
12117
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
12118
|
+
default:
|
|
12119
|
+
return $titleColor;
|
|
12120
|
+
}
|
|
12121
|
+
});
|
|
12122
|
+
var Container$2$1$1$1$1$1 = styled__default.div(_templateObject4$3$1$1$1$1$1 || (_templateObject4$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n"])));
|
|
12123
|
+
var LabelText$2$1$1$1$1 = styled__default.div(_templateObject5$3$1$1$1$1$1 || (_templateObject5$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-size: 14px;\n font-weight: 400;\n font-style:", ";\n color: ", ";\n"])), function (_ref18) {
|
|
12124
|
+
var $labelStyle = _ref18.$labelStyle;
|
|
12125
|
+
return $labelStyle;
|
|
12126
|
+
}, colorVariables$1$1$1$1$1.text.light);
|
|
12127
|
+
var DropdownMenu$2$1$1$1$1 = styled__default.div(_templateObject6$3$1$1$1$1$1 || (_templateObject6$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n max-height: 156px;\n padding: 4px;\n box-sizing: border-box;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1$1.border.light, function (_ref19) {
|
|
12128
|
+
var $optionsBorderRadius = _ref19.$optionsBorderRadius;
|
|
12129
|
+
return $optionsBorderRadius || '8px';
|
|
12130
|
+
}, function (_ref20) {
|
|
12131
|
+
var $width = _ref20.$width;
|
|
12132
|
+
return $width ? $width : 'max-content';
|
|
12133
|
+
}, function (_ref21) {
|
|
12134
|
+
var $menuBackground = _ref21.$menuBackground;
|
|
12135
|
+
return $menuBackground || colorVariables$1$1$1$1$1.accent.extraLight;
|
|
12136
|
+
});
|
|
12137
|
+
var SelectedOptionsWrapper$2$1$1$1$1 = styled__default.div(_templateObject7$1$1$1$1$1$1 || (_templateObject7$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n height: 100%;\n"])));
|
|
12138
|
+
var SelectedOptionDiv$2$1$1$1$1 = styled__default.div(_templateObject8$1$1$1$1$1$1 || (_templateObject8$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$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 (_ref22) {
|
|
12139
|
+
var $selectedOptionBackground = _ref22.$selectedOptionBackground,
|
|
12140
|
+
$disabled = _ref22.$disabled;
|
|
12141
|
+
switch ($selectedOptionBackground) {
|
|
12142
|
+
case 'dark':
|
|
12143
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12144
|
+
case 'medium':
|
|
12145
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12146
|
+
case 'light':
|
|
12147
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12148
|
+
case 'white':
|
|
12149
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12150
|
+
case 'warning':
|
|
12151
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.warning : colorVariables$1$1$1$1$1["default"].warning;
|
|
12152
|
+
case 'info':
|
|
12153
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.info : colorVariables$1$1$1$1$1["default"].info;
|
|
12154
|
+
case 'success':
|
|
12155
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.success : colorVariables$1$1$1$1$1["default"].success;
|
|
12156
|
+
case 'error':
|
|
12157
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1["default"].error;
|
|
12158
|
+
default:
|
|
12159
|
+
return $selectedOptionBackground || colorVariables$1$1$1$1$1.accent.extraLight;
|
|
12160
|
+
}
|
|
12161
|
+
}, function (_ref23) {
|
|
12162
|
+
var $selectedOptionColor = _ref23.$selectedOptionColor;
|
|
12163
|
+
switch ($selectedOptionColor) {
|
|
12164
|
+
case 'dark':
|
|
12165
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12166
|
+
case 'medium':
|
|
12167
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12168
|
+
case 'light':
|
|
12169
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12170
|
+
case 'white':
|
|
12171
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12172
|
+
case 'warning':
|
|
12173
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
12174
|
+
case 'info':
|
|
12175
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
12176
|
+
case 'success':
|
|
12177
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
12178
|
+
case 'error':
|
|
12179
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
12180
|
+
default:
|
|
12181
|
+
return $selectedOptionColor;
|
|
12182
|
+
}
|
|
12183
|
+
});
|
|
12184
|
+
var RemoveIcon$2$1$1$1$1 = styled__default.div(_templateObject9$1$1$1$1$1$1 || (_templateObject9$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$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 (_ref24) {
|
|
12185
|
+
var $disabled = _ref24.$disabled;
|
|
12186
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
12187
|
+
}, function (_ref25) {
|
|
12188
|
+
var removeIconBackground = _ref25.removeIconBackground,
|
|
12189
|
+
$type = _ref25.$type;
|
|
12190
|
+
return removeIconBackground ? removeIconBackground : $type === 'remove' ? '#5E5E5E24' : colorVariables$1$1$1$1$1.disabled.primary;
|
|
12191
|
+
}, function (_ref26) {
|
|
12192
|
+
var $disabled = _ref26.$disabled;
|
|
12193
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
12194
|
+
});
|
|
12195
|
+
var TextWrapper$1$1$1$1$1 = styled__default.div(_templateObject10$1$1$1$1$1$1 || (_templateObject10$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 4px;\n"])));
|
|
12196
|
+
var Asterisk$1$1$1$1$1 = styled__default.span(_templateObject11$1$1$1$1$1$1 || (_templateObject11$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1$1$1$1["default"].error);
|
|
12197
|
+
var _templateObject$a$1$1$1$1$1, _templateObject2$7$1$1$1$1$1, _templateObject3$5$1$1$1$1$1;
|
|
12198
|
+
var SelectedOptionsWrapper$1$1$1$1$1$1 = styled__default.div(_templateObject$a$1$1$1$1$1 || (_templateObject$a$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n"])));
|
|
12199
|
+
var SelectedOptionDiv$1$1$1$1$1$1 = styled__default.div(_templateObject2$7$1$1$1$1$1 || (_templateObject2$7$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
12200
|
+
var $selectedOptionBackground = _ref.$selectedOptionBackground,
|
|
12201
|
+
$type = _ref.$type;
|
|
12202
|
+
return $selectedOptionBackground || $type === 'remove' ? colorVariables$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1.accent.softBlue;
|
|
12203
|
+
}, function (_ref2) {
|
|
12204
|
+
var $selectedOptionColor = _ref2.$selectedOptionColor,
|
|
12205
|
+
$type = _ref2.$type;
|
|
12206
|
+
return $selectedOptionColor || $type === 'remove' ? colorVariables$1$1$1$1$1["default"].error : colorVariables$1$1$1$1$1.brand.primary;
|
|
12207
|
+
});
|
|
12208
|
+
var RemoveIcon$1$1$1$1$1$1 = styled__default.div(_templateObject3$5$1$1$1$1$1 || (_templateObject3$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$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) {
|
|
12209
|
+
var $removeIconBackground = _ref3.$removeIconBackground,
|
|
12210
|
+
$type = _ref3.$type;
|
|
12211
|
+
return $removeIconBackground || $type === 'remove' ? '#5E5E5E24' : colorVariables$1$1$1$1$1.disabled.primary;
|
|
12212
|
+
});
|
|
12213
|
+
var _templateObject$b$1$1$1$1$1, _templateObject2$8$1$1$1$1$1, _templateObject3$6$1$1$1$1$1, _templateObject4$4$1$1$1$1$1, _templateObject5$4$1$1$1$1$1, _templateObject6$4$1$1$1$1$1, _templateObject7$2$1$1$1$1$1, _templateObject8$2$1$1$1$1$1, _templateObject9$2$1$1$1$1$1, _templateObject10$2$1$1$1$1$1;
|
|
12214
|
+
var TitleText$1$1$1$1$1$1 = styled__default.label(_templateObject$b$1$1$1$1$1 || (_templateObject$b$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: relative;\n width: max-content;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
12215
|
+
var $titleWeight = _ref.$titleWeight;
|
|
12216
|
+
return $titleWeight || 500;
|
|
12217
|
+
}, function (_ref2) {
|
|
12218
|
+
var $size = _ref2.$size;
|
|
12219
|
+
switch ($size) {
|
|
12220
|
+
case 'small':
|
|
12221
|
+
return "\n font-size: 12px;\n line-height: 12px;\n ";
|
|
12222
|
+
case 'medium':
|
|
12223
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
12224
|
+
case 'large':
|
|
12225
|
+
return "\n font-size: 16px;\n line-height: 16px;\n ";
|
|
12226
|
+
default:
|
|
12227
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
12228
|
+
}
|
|
12229
|
+
}, function (_ref3) {
|
|
12230
|
+
var $titlecolor = _ref3.$titlecolor;
|
|
12231
|
+
switch ($titlecolor) {
|
|
12232
|
+
case 'dark':
|
|
12233
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12234
|
+
case 'medium':
|
|
12235
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12236
|
+
case 'light':
|
|
12237
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12238
|
+
case 'white':
|
|
12239
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12240
|
+
case 'warning':
|
|
12241
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
12242
|
+
case 'info':
|
|
12243
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
12244
|
+
case 'success':
|
|
12245
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
12246
|
+
case 'error':
|
|
12247
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
12248
|
+
default:
|
|
12249
|
+
return $titlecolor;
|
|
12250
|
+
}
|
|
12251
|
+
});
|
|
12252
|
+
var DropdownContainer$1$1$1$1$1$1 = styled__default.div(_templateObject2$8$1$1$1$1$1 || (_templateObject2$8$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: ", ";\n max-width: 100%;\n position: relative;\n gap: 8px;\n display: flex;\n"])), function (_ref4) {
|
|
12253
|
+
var $width = _ref4.$width;
|
|
12254
|
+
return $width || '100%';
|
|
12255
|
+
});
|
|
12256
|
+
var DropdownButton$1$1$1$1$1$1 = styled__default.div(_templateObject3$6$1$1$1$1$1 || (_templateObject3$6$1$1$1$1$1 = _taggedTemplateLiteralLoose$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 border: ", ";\n gap: 6px;\n padding: ", ";\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref5) {
|
|
12257
|
+
var $disabled = _ref5.$disabled;
|
|
12258
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
12259
|
+
}, function (_ref6) {
|
|
12260
|
+
var $width = _ref6.$width;
|
|
12261
|
+
return $width ? $width : '100%';
|
|
12262
|
+
}, function (_ref7) {
|
|
12263
|
+
var $selectHeight = _ref7.$selectHeight;
|
|
12264
|
+
return $selectHeight || 'auto';
|
|
12265
|
+
}, function (_ref8) {
|
|
12266
|
+
var $borderRadius = _ref8.$borderRadius;
|
|
12267
|
+
return $borderRadius || '8px';
|
|
12268
|
+
}, function (_ref9) {
|
|
12269
|
+
var $border = _ref9.$border;
|
|
12270
|
+
return $border || "1px solid " + colorVariables$1$1$1$1$1.border.light;
|
|
12271
|
+
}, function (_ref10) {
|
|
12272
|
+
var $size = _ref10.$size;
|
|
12273
|
+
switch ($size) {
|
|
12274
|
+
case 'small':
|
|
12275
|
+
return '9px 12px';
|
|
12276
|
+
case 'large':
|
|
12277
|
+
return '24px 12px';
|
|
12278
|
+
default:
|
|
12279
|
+
return '13px 12px';
|
|
12280
|
+
}
|
|
12281
|
+
}, function (_ref11) {
|
|
12282
|
+
var $background = _ref11.$background,
|
|
12283
|
+
$disabled = _ref11.$disabled;
|
|
12284
|
+
return $disabled ? colorVariables$1$1$1$1$1.border.light : $background || colorVariables$1$1$1$1$1.accent.extraLight;
|
|
12285
|
+
}, function (_ref12) {
|
|
12286
|
+
var $size = _ref12.$size;
|
|
12287
|
+
switch ($size) {
|
|
12288
|
+
case 'small':
|
|
12289
|
+
return '12px';
|
|
12290
|
+
case 'large':
|
|
12291
|
+
return '16px';
|
|
12292
|
+
default:
|
|
12293
|
+
return '14px';
|
|
12294
|
+
}
|
|
12295
|
+
}, function (_ref13) {
|
|
12296
|
+
var $size = _ref13.$size;
|
|
12297
|
+
switch ($size) {
|
|
12298
|
+
case 'small':
|
|
12299
|
+
return '12px';
|
|
12300
|
+
case 'large':
|
|
12301
|
+
return '16px';
|
|
12302
|
+
default:
|
|
12303
|
+
return '14px';
|
|
12304
|
+
}
|
|
12305
|
+
});
|
|
12306
|
+
var Options$1$1$1$1$1 = styled__default.div(_templateObject4$4$1$1$1$1$1 || (_templateObject4$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$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\n"])), function (_ref14) {
|
|
12307
|
+
var $optionColor = _ref14.$optionColor,
|
|
12308
|
+
$optionSelected = _ref14.$optionSelected;
|
|
12309
|
+
return $optionSelected ? colorVariables$1$1$1$1$1.text.white : $optionColor || colorVariables$1$1$1$1$1.text.medium;
|
|
12310
|
+
}, function (_ref15) {
|
|
12311
|
+
var $optionFontSize = _ref15.$optionFontSize;
|
|
12312
|
+
return $optionFontSize || '14px';
|
|
12313
|
+
}, function (_ref16) {
|
|
12314
|
+
var $optionFontWeight = _ref16.$optionFontWeight;
|
|
12315
|
+
return $optionFontWeight || 400;
|
|
12316
|
+
}, function (_ref17) {
|
|
12317
|
+
var $optionBackgroundColor = _ref17.$optionBackgroundColor,
|
|
12318
|
+
$optionSelected = _ref17.$optionSelected;
|
|
12319
|
+
return $optionSelected ? colorVariables$1$1$1$1$1["default"].primary : $optionBackgroundColor || colorVariables$1$1$1$1$1["default"].tertiary;
|
|
12320
|
+
}, colorVariables$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1.text.white);
|
|
12321
|
+
var LabelText$1$1$1$1$1$1 = styled__default.div(_templateObject5$4$1$1$1$1$1 || (_templateObject5$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-size: ", ";\n line-height: ", ";\n font-style: ", ";\n color: ", ";\n"])), function (_ref18) {
|
|
12322
|
+
var $size = _ref18.$size;
|
|
12323
|
+
switch ($size) {
|
|
12324
|
+
case 'small':
|
|
12325
|
+
return '14px';
|
|
12326
|
+
case 'large':
|
|
12327
|
+
return '16px';
|
|
12328
|
+
default:
|
|
12329
|
+
return '14px';
|
|
12330
|
+
}
|
|
12331
|
+
}, function (_ref19) {
|
|
12332
|
+
var $size = _ref19.$size;
|
|
12333
|
+
switch ($size) {
|
|
12334
|
+
case 'small':
|
|
12335
|
+
return '12px';
|
|
12336
|
+
case 'large':
|
|
12337
|
+
return '16px';
|
|
12338
|
+
default:
|
|
12339
|
+
return '14px';
|
|
12340
|
+
}
|
|
12341
|
+
}, function (_ref20) {
|
|
12342
|
+
var $fontStyle = _ref20.$fontStyle;
|
|
12343
|
+
return $fontStyle || '';
|
|
12344
|
+
}, function (_ref21) {
|
|
12345
|
+
var $color = _ref21.$color,
|
|
12346
|
+
$disabled = _ref21.$disabled;
|
|
12347
|
+
return $disabled ? colorVariables$1$1$1$1$1.text.medium : $color || colorVariables$1$1$1$1$1.text.medium;
|
|
12348
|
+
});
|
|
12349
|
+
var NoOptions$1$1$1$1$1 = styled__default(Span$1$1$1$1$1)(_templateObject6$4$1$1$1$1$1 || (_templateObject6$4$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])));
|
|
12350
|
+
var DropdownMenu$1$1$1$1$1$1 = styled__default.div(_templateObject7$2$1$1$1$1$1 || (_templateObject7$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: auto;\n max-height: 170px;\n border: 1px solid ", ";\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 \n"])), colorVariables$1$1$1$1$1.border.light, function (_ref22) {
|
|
12351
|
+
var $optionsBorderRadius = _ref22.$optionsBorderRadius;
|
|
12352
|
+
return $optionsBorderRadius || '8px';
|
|
12353
|
+
}, function (_ref23) {
|
|
12354
|
+
var $width = _ref23.$width;
|
|
12355
|
+
return $width ? $width : 'max-content';
|
|
12356
|
+
}, function (_ref24) {
|
|
12357
|
+
var $menuBackground = _ref24.$menuBackground;
|
|
12358
|
+
return $menuBackground || colorVariables$1$1$1$1$1.accent.extraLight;
|
|
12359
|
+
}, function (_ref25) {
|
|
12360
|
+
var $top = _ref25.$top;
|
|
12361
|
+
return $top && "top: " + $top + ";";
|
|
12362
|
+
}, function (_ref26) {
|
|
12363
|
+
var $bottom = _ref26.$bottom;
|
|
12364
|
+
return $bottom && "bottom: " + $bottom + ";";
|
|
12365
|
+
});
|
|
12366
|
+
var OptionsWrapper$1$1$1$1$1 = styled__default.div(_templateObject8$2$1$1$1$1$1 || (_templateObject8$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n max-height: 150px; \n overflow-y: auto;\n scrollbar-width: thin;\n width: 100%;\n"])));
|
|
12367
|
+
var SearchContainer$1$1$1$1$1$1 = styled__default.div(_templateObject9$2$1$1$1$1$1 || (_templateObject9$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n background: ", ";\n border: ", ";\n border-bottom: 1px solid ", ";\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 (_ref27) {
|
|
12368
|
+
var $background = _ref27.$background;
|
|
12369
|
+
return $background || colorVariables$1$1$1$1$1.accent.extraLight;
|
|
12370
|
+
}, function (_ref28) {
|
|
12371
|
+
var $border = _ref28.$border;
|
|
12372
|
+
return $border || 'none';
|
|
12373
|
+
}, colorVariables$1$1$1$1$1.border.light, function (_ref29) {
|
|
12374
|
+
var $borderRadius = _ref29.$borderRadius;
|
|
12375
|
+
return $borderRadius || '8px 8px 0 0';
|
|
12376
|
+
});
|
|
12377
|
+
var SearchBar$1$1$1$1$1$1 = styled__default.input(_templateObject10$2$1$1$1$1$1 || (_templateObject10$2$1$1$1$1$1 = _taggedTemplateLiteralLoose$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 (_ref30) {
|
|
12378
|
+
var $inputColor = _ref30.$inputColor;
|
|
12379
|
+
return $inputColor || colorVariables$1$1$1$1$1.text.medium;
|
|
12380
|
+
}, function (_ref31) {
|
|
12381
|
+
var $placeholderColor = _ref31.$placeholderColor;
|
|
12382
|
+
return $placeholderColor || colorVariables$1$1$1$1$1.text.light;
|
|
12383
|
+
});
|
|
12384
|
+
var _templateObject$c$1$1$1$1$1, _templateObject2$9$1$1$1$1$1;
|
|
12385
|
+
var ModalOverlay$1$1$1$1$1 = styled__default.div(_templateObject$c$1$1$1$1$1 || (_templateObject$c$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])));
|
|
12386
|
+
var ModalContainer$1$1$1$1$1 = styled__default.div(_templateObject2$9$1$1$1$1$1 || (_templateObject2$9$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1$1$1$1.accent.light, function (_ref) {
|
|
12387
|
+
var $maxWidth = _ref.$maxWidth;
|
|
12388
|
+
return $maxWidth ? $maxWidth : '400px';
|
|
12389
|
+
});
|
|
12390
|
+
var _templateObject$d$1$1$1$1$1, _templateObject2$a$1$1$1$1$1;
|
|
12391
|
+
var SearchContainer$2$1$1$1$1$1 = styled__default.div(_templateObject$d$1$1$1$1$1 || (_templateObject$d$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])), function (_ref) {
|
|
12392
|
+
var $background = _ref.$background;
|
|
12393
|
+
return $background || colorVariables$1$1$1$1$1["default"].tertiary;
|
|
12394
|
+
}, function (_ref2) {
|
|
12395
|
+
var $border = _ref2.$border;
|
|
12396
|
+
return $border || 'none';
|
|
12397
|
+
}, function (_ref3) {
|
|
12398
|
+
var $borderRadius = _ref3.$borderRadius;
|
|
12399
|
+
return $borderRadius || '8px';
|
|
12400
|
+
});
|
|
12401
|
+
var SearchBar$2$1$1$1$1$1 = styled__default.input(_templateObject2$a$1$1$1$1$1 || (_templateObject2$a$1$1$1$1$1 = _taggedTemplateLiteralLoose$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 position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1$1$1["default"].tertiary, function (_ref4) {
|
|
12402
|
+
var $inputColor = _ref4.$inputColor;
|
|
12403
|
+
return $inputColor || colorVariables$1$1$1$1$1.text.medium;
|
|
12404
|
+
}, function (_ref5) {
|
|
12405
|
+
var $placeholderColor = _ref5.$placeholderColor;
|
|
12406
|
+
return $placeholderColor || colorVariables$1$1$1$1$1.text.light;
|
|
12407
|
+
});
|
|
12408
|
+
var _templateObject$e, _templateObject2$b, _templateObject3$7$1$1$1$1$1, _templateObject4$5$1$1$1$1$1, _templateObject5$5$1$1$1$1$1;
|
|
12409
|
+
var Label = styled__default.label(_templateObject$e || (_templateObject$e = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
12410
|
+
var $fontWeight = _ref.$fontWeight;
|
|
12411
|
+
return $fontWeight != null ? $fontWeight : '500';
|
|
12412
|
+
}, function (_ref2) {
|
|
12413
|
+
var $size = _ref2.$size;
|
|
12414
|
+
switch ($size) {
|
|
12415
|
+
case 'small':
|
|
12416
|
+
return "\n font-size: 12px;\n line-height: 12px;\n ";
|
|
12417
|
+
case 'medium':
|
|
12418
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
12419
|
+
case 'large':
|
|
12420
|
+
return "\n font-size: 16px;\n line-height: 16px;\n ";
|
|
12421
|
+
default:
|
|
12422
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
12423
|
+
}
|
|
12424
|
+
}, function (_ref3) {
|
|
12425
|
+
var $titlecolor = _ref3.$titlecolor;
|
|
12426
|
+
switch ($titlecolor) {
|
|
12427
|
+
case 'dark':
|
|
12428
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12429
|
+
case 'medium':
|
|
12430
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12431
|
+
case 'light':
|
|
12432
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12433
|
+
case 'white':
|
|
12434
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12435
|
+
case 'warning':
|
|
12436
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
12437
|
+
case 'info':
|
|
12438
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
12439
|
+
case 'success':
|
|
12440
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
12441
|
+
case 'error':
|
|
12442
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
12443
|
+
default:
|
|
12444
|
+
return $titlecolor;
|
|
12445
|
+
}
|
|
12446
|
+
});
|
|
12447
|
+
var Input = styled__default.input(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1$1.border.light, function (_ref4) {
|
|
12448
|
+
var $disabled = _ref4.$disabled;
|
|
12449
|
+
return $disabled ? 'not-allowed' : 'auto';
|
|
12450
|
+
}, function (_ref5) {
|
|
12451
|
+
var $disabled = _ref5.$disabled,
|
|
12452
|
+
$background = _ref5.$background;
|
|
12453
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : $background;
|
|
12454
|
+
}, function (_ref6) {
|
|
12455
|
+
var $color = _ref6.$color;
|
|
12456
|
+
return $color;
|
|
12457
|
+
}, function (_ref7) {
|
|
12458
|
+
var $disabled = _ref7.$disabled;
|
|
12459
|
+
return $disabled ? 'none' : 'auto';
|
|
12460
|
+
}, function (_ref8) {
|
|
12461
|
+
var $size = _ref8.$size,
|
|
12462
|
+
$type = _ref8.$type;
|
|
12463
|
+
switch ($size) {
|
|
12464
|
+
case 'small':
|
|
12465
|
+
return "\n font-size: 12px;\n padding: " + ($type === 'password' ? '5px 38px 5px 10px' : '5px 10px') + ";\n ";
|
|
12466
|
+
case 'medium':
|
|
12467
|
+
return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '9.5px 38px 9.5px 12px' : '9.5px 12px') + ";\n ";
|
|
12468
|
+
case 'large':
|
|
12469
|
+
return "\n font-size: 16px;\n padding: " + ($type === 'password' ? '9px 38px 9px 14px' : '9px 14px') + ";\n ";
|
|
12470
|
+
default:
|
|
12471
|
+
return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '7px 38px 7px 12px' : '7px 12px') + ";\n ";
|
|
12472
|
+
}
|
|
12473
|
+
}, function (_ref9) {
|
|
12474
|
+
var $color = _ref9.$color;
|
|
12475
|
+
switch ($color) {
|
|
12476
|
+
case 'dark':
|
|
12477
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12478
|
+
case 'medium':
|
|
12479
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12480
|
+
case 'light':
|
|
12481
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12482
|
+
case 'white':
|
|
12483
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12484
|
+
case 'warning':
|
|
12485
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
12486
|
+
case 'info':
|
|
12487
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
12488
|
+
case 'success':
|
|
12489
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
12490
|
+
case 'error':
|
|
12491
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
12492
|
+
default:
|
|
12493
|
+
return $color;
|
|
12494
|
+
}
|
|
12495
|
+
}, colorVariables$1$1$1$1$1.text.light);
|
|
12496
|
+
var InputWrapper$1$1$1$1$1$1 = styled__default.div(_templateObject3$7$1$1$1$1$1 || (_templateObject3$7$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
12497
|
+
var IconWrapper$1$1$1$1$1$1 = styled__default.div(_templateObject4$5$1$1$1$1$1 || (_templateObject4$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
|
|
12498
|
+
var $disabled = _ref10.$disabled;
|
|
12499
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
12500
|
+
});
|
|
12501
|
+
var Asterisk$1$1$1$1$1$1 = styled__default.span(_templateObject5$5$1$1$1$1$1 || (_templateObject5$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1$1$1$1["default"].error);
|
|
12502
|
+
var _templateObject$f, _templateObject2$c, _templateObject3$8;
|
|
12503
|
+
var Container$3$1$1$1$1$1 = styled__default.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
12504
|
+
var $padding = _ref.$padding;
|
|
12505
|
+
return $padding;
|
|
12506
|
+
});
|
|
12507
|
+
var Label$1 = styled__default.label(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteralLoose$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) {
|
|
12508
|
+
var $fontWeight = _ref2.$fontWeight;
|
|
12509
|
+
return $fontWeight != null ? $fontWeight : '500';
|
|
12510
|
+
}, function (_ref3) {
|
|
12511
|
+
var $size = _ref3.$size;
|
|
12512
|
+
switch ($size) {
|
|
12513
|
+
case 'small':
|
|
12514
|
+
return 'font-size: 12px; line-height: 12px;';
|
|
12515
|
+
case 'medium':
|
|
12516
|
+
return 'font-size: 14px; line-height: 14px;';
|
|
12517
|
+
case 'large':
|
|
12518
|
+
return 'font-size: 16px; line-height: 16px;';
|
|
12519
|
+
default:
|
|
12520
|
+
return 'font-size: 14px; line-height: 14px;';
|
|
12521
|
+
}
|
|
12522
|
+
}, function (_ref4) {
|
|
12523
|
+
var $titlecolor = _ref4.$titlecolor;
|
|
12524
|
+
return $titlecolor || colorVariables$1$1$1$1$1.text.dark;
|
|
12525
|
+
});
|
|
12526
|
+
var TextAreaComponent = styled__default.textarea(_templateObject3$8 || (_templateObject3$8 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1$1.border.light, function (_ref5) {
|
|
12527
|
+
var $disabled = _ref5.$disabled;
|
|
12528
|
+
return $disabled ? 'not-allowed' : 'auto';
|
|
12529
|
+
}, function (_ref6) {
|
|
12530
|
+
var $disabled = _ref6.$disabled,
|
|
12531
|
+
$background = _ref6.$background;
|
|
12532
|
+
return $disabled ? colorVariables$1$1$1$1$1.disabled.secondary : $background;
|
|
12533
|
+
}, function (_ref7) {
|
|
12534
|
+
var $color = _ref7.$color;
|
|
12535
|
+
return $color;
|
|
12536
|
+
}, function (_ref8) {
|
|
12537
|
+
var $size = _ref8.$size;
|
|
12538
|
+
switch ($size) {
|
|
12539
|
+
case 'small':
|
|
12540
|
+
return 'font-size: 12px; padding: 5px 10px;';
|
|
12541
|
+
case 'medium':
|
|
12542
|
+
return 'font-size: 14px; padding: 9px 12px;';
|
|
12543
|
+
case 'large':
|
|
12544
|
+
return 'font-size: 16px; padding: 9px 14px;';
|
|
12545
|
+
default:
|
|
12546
|
+
return 'font-size: 14px; padding: 7px 12px;';
|
|
12547
|
+
}
|
|
12548
|
+
}, function (_ref9) {
|
|
12549
|
+
var $color = _ref9.$color;
|
|
12550
|
+
return $color || colorVariables$1$1$1$1$1.text.dark;
|
|
12551
|
+
}, colorVariables$1$1$1$1$1.text.light);
|
|
12552
|
+
var _templateObject$g, _templateObject2$d, _templateObject3$9, _templateObject4$6, _templateObject5$6, _templateObject6$5$1$1$1$1$1, _templateObject7$3$1$1$1$1$1;
|
|
12553
|
+
var OptionContainer$1$1$1$1$1$1 = styled__default.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1$1$1$1.text.white);
|
|
12554
|
+
var OptionItem$1$1$1$1$1$1 = styled__default.div(_templateObject2$d || (_templateObject2$d = _taggedTemplateLiteralLoose$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 (_ref) {
|
|
12555
|
+
var $optionSelected = _ref.$optionSelected;
|
|
12556
|
+
return $optionSelected ? colorVariables$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1.text.medium;
|
|
12557
|
+
}, function (_ref2) {
|
|
12558
|
+
var $optionSelected = _ref2.$optionSelected;
|
|
12559
|
+
return $optionSelected ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1.text.white;
|
|
12560
|
+
}, colorVariables$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1.text.white);
|
|
12561
|
+
var TotalOptionsHeader = styled__default.div(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteralLoose$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: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1$1$1.text.white, colorVariables$1$1$1$1$1.text.light, colorVariables$1$1$1$1$1.text.light);
|
|
12562
|
+
var OptionLabel$1$1$1$1$1$1 = styled__default.label(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteralLoose$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"])));
|
|
12563
|
+
var SearchContainer$3 = styled__default.div(_templateObject5$6 || (_templateObject5$6 = _taggedTemplateLiteralLoose$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 (_ref3) {
|
|
12564
|
+
var $background = _ref3.$background;
|
|
12565
|
+
switch ($background) {
|
|
12566
|
+
case 'dark':
|
|
12567
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12568
|
+
case 'medium':
|
|
12569
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12570
|
+
case 'light':
|
|
12571
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12572
|
+
case 'white':
|
|
12573
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12574
|
+
case 'warning':
|
|
12575
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
12576
|
+
case 'info':
|
|
12577
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
12578
|
+
case 'success':
|
|
12579
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
12580
|
+
case 'error':
|
|
12581
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
12582
|
+
default:
|
|
12583
|
+
return $background;
|
|
12584
|
+
}
|
|
12585
|
+
}, function (_ref4) {
|
|
12586
|
+
var $borderBottom = _ref4.$borderBottom;
|
|
12587
|
+
return $borderBottom || 'none';
|
|
12588
|
+
}, function (_ref5) {
|
|
12589
|
+
var $borderRadius = _ref5.$borderRadius;
|
|
12590
|
+
return $borderRadius || '8px';
|
|
12591
|
+
});
|
|
12592
|
+
var SearchBar$3 = styled__default.input(_templateObject6$5$1$1$1$1$1 || (_templateObject6$5$1$1$1$1$1 = _taggedTemplateLiteralLoose$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 color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1$1$1["default"].tertiary, function (_ref6) {
|
|
12593
|
+
var $inputColor = _ref6.$inputColor;
|
|
12594
|
+
switch ($inputColor) {
|
|
12595
|
+
case 'dark':
|
|
12596
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12597
|
+
case 'medium':
|
|
12598
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12599
|
+
case 'light':
|
|
12600
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12601
|
+
case 'white':
|
|
12602
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12603
|
+
case 'warning':
|
|
12604
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
12605
|
+
case 'info':
|
|
12606
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
12607
|
+
case 'success':
|
|
12608
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
12609
|
+
case 'error':
|
|
12610
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
12611
|
+
default:
|
|
12612
|
+
return $inputColor;
|
|
12613
|
+
}
|
|
12614
|
+
}, function (_ref7) {
|
|
12615
|
+
var $placeholderColor = _ref7.$placeholderColor;
|
|
12616
|
+
switch ($placeholderColor) {
|
|
12617
|
+
case 'dark':
|
|
12618
|
+
return colorVariables$1$1$1$1$1.text.dark;
|
|
12619
|
+
case 'medium':
|
|
12620
|
+
return colorVariables$1$1$1$1$1.text.medium;
|
|
12621
|
+
case 'light':
|
|
12622
|
+
return colorVariables$1$1$1$1$1.text.light;
|
|
12623
|
+
case 'white':
|
|
12624
|
+
return colorVariables$1$1$1$1$1.text.white;
|
|
12625
|
+
case 'warning':
|
|
12626
|
+
return colorVariables$1$1$1$1$1["default"].warning;
|
|
12627
|
+
case 'info':
|
|
12628
|
+
return colorVariables$1$1$1$1$1["default"].info;
|
|
12629
|
+
case 'success':
|
|
12630
|
+
return colorVariables$1$1$1$1$1["default"].success;
|
|
12631
|
+
case 'error':
|
|
12632
|
+
return colorVariables$1$1$1$1$1["default"].error;
|
|
12633
|
+
default:
|
|
12634
|
+
return $placeholderColor;
|
|
12635
|
+
}
|
|
12636
|
+
});
|
|
12637
|
+
var OptionsWrapper$1$1$1$1$1$1 = styled__default.div(_templateObject7$3$1$1$1$1$1 || (_templateObject7$3$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1$1$1.text.white);
|
|
12638
|
+
var _templateObject$h, _templateObject2$e;
|
|
12639
|
+
var StyledInput$1$1$1$1$1$1 = styled__default.input(_templateObject$h || (_templateObject$h = _taggedTemplateLiteralLoose$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: solid ", ";\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) {
|
|
12640
|
+
var $checkboxSize = _ref.$checkboxSize;
|
|
12641
|
+
return $checkboxSize + "px";
|
|
12642
|
+
}, function (_ref2) {
|
|
12643
|
+
var $checkboxSize = _ref2.$checkboxSize;
|
|
12644
|
+
return $checkboxSize + "px";
|
|
12645
|
+
}, function (_ref3) {
|
|
12646
|
+
var $checked = _ref3.$checked,
|
|
12647
|
+
$borderSize = _ref3.$borderSize;
|
|
12648
|
+
return $checked ? $borderSize + "px solid " + colorVariables$1$1$1$1$1["default"].primary : $borderSize + "px solid " + colorVariables$1$1$1$1$1.border.extraBold;
|
|
12649
|
+
}, function (_ref4) {
|
|
12650
|
+
var $checked = _ref4.$checked;
|
|
12651
|
+
return $checked ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1.text.white;
|
|
12652
|
+
}, function (_ref5) {
|
|
12653
|
+
var $checkboxSize = _ref5.$checkboxSize;
|
|
12654
|
+
return $checkboxSize / 1.4 + "px";
|
|
12655
|
+
}, function (_ref6) {
|
|
12656
|
+
var $checkboxSize = _ref6.$checkboxSize;
|
|
12657
|
+
return "calc(100% - " + $checkboxSize / 1.4 + "px)";
|
|
12658
|
+
}, function (_ref7) {
|
|
12659
|
+
var $checkboxSize = _ref7.$checkboxSize;
|
|
12660
|
+
return "calc(100% - " + $checkboxSize / 1.8 + "px)";
|
|
12661
|
+
}, function (_ref8) {
|
|
12662
|
+
var $checkboxSize = _ref8.$checkboxSize;
|
|
12663
|
+
return $checkboxSize / 5 + "px";
|
|
12664
|
+
}, function (_ref9) {
|
|
12665
|
+
var $checkboxSize = _ref9.$checkboxSize;
|
|
12666
|
+
return $checkboxSize / 2.4 + "px";
|
|
12667
|
+
}, colorVariables$1$1$1$1$1.text.white);
|
|
12668
|
+
var LabelSpan = styled__default(Span$1$1$1$1$1)(_templateObject2$e || (_templateObject2$e = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
|
|
12669
|
+
var _templateObject$i, _templateObject2$f, _templateObject3$a, _templateObject4$7;
|
|
12670
|
+
var spin$1$1$1$1$1$1 = styled.keyframes(_templateObject$i || (_templateObject$i = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
12671
|
+
var getDotPosition = function getDotPosition(index, size) {
|
|
12672
|
+
var angle = index * 360 / 8;
|
|
12673
|
+
var radius = size / 2.5;
|
|
12674
|
+
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
12675
|
+
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
12676
|
+
return "translate(" + x + "px, " + y + "px)";
|
|
12677
|
+
};
|
|
12678
|
+
var SpinnerContainer = styled__default.div(_templateObject2$f || (_templateObject2$f = _taggedTemplateLiteralLoose$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) {
|
|
12679
|
+
var $size = _ref.$size;
|
|
12680
|
+
return $size;
|
|
12681
|
+
}, function (_ref2) {
|
|
12682
|
+
var $size = _ref2.$size;
|
|
12683
|
+
return $size;
|
|
12684
|
+
});
|
|
12685
|
+
var Dot = styled__default.div.attrs(function (_ref3) {
|
|
12686
|
+
var $index = _ref3.$index,
|
|
12687
|
+
$size = _ref3.$size;
|
|
12688
|
+
return {
|
|
12689
|
+
style: {
|
|
12690
|
+
transform: getDotPosition($index, $size)
|
|
12691
|
+
}
|
|
12692
|
+
};
|
|
12693
|
+
})(_templateObject3$a || (_templateObject3$a = _taggedTemplateLiteralLoose$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) {
|
|
12694
|
+
var $dotSize = _ref4.$dotSize;
|
|
12695
|
+
return $dotSize;
|
|
12696
|
+
}, function (_ref5) {
|
|
12697
|
+
var $dotSize = _ref5.$dotSize;
|
|
12698
|
+
return $dotSize;
|
|
12699
|
+
}, function (_ref6) {
|
|
12700
|
+
var $color = _ref6.$color;
|
|
12701
|
+
return $color;
|
|
12702
|
+
}, spin$1$1$1$1$1$1, function (_ref7) {
|
|
12703
|
+
var $speed = _ref7.$speed;
|
|
12704
|
+
return $speed;
|
|
12705
|
+
}, function (_ref8) {
|
|
12706
|
+
var $index = _ref8.$index,
|
|
12707
|
+
$speed = _ref8.$speed;
|
|
12708
|
+
return $index * $speed / 8;
|
|
12709
|
+
});
|
|
12710
|
+
var SpinnerWrapper = styled__default.div(_templateObject4$7 || (_templateObject4$7 = _taggedTemplateLiteralLoose$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"])));
|
|
12711
|
+
var _templateObject$j, _templateObject2$g;
|
|
12712
|
+
var spin$2 = styled.keyframes(_templateObject$j || (_templateObject$j = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
12713
|
+
var Spinner$1$1$1$1$1$1 = styled__default.div(_templateObject2$g || (_templateObject2$g = _taggedTemplateLiteralLoose$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) {
|
|
12714
|
+
var $size = _ref.$size;
|
|
12715
|
+
return $size;
|
|
12716
|
+
}, function (_ref2) {
|
|
12717
|
+
var $size = _ref2.$size;
|
|
12718
|
+
return $size;
|
|
12719
|
+
}, function (_ref3) {
|
|
12720
|
+
var $color = _ref3.$color;
|
|
12721
|
+
return $color;
|
|
12722
|
+
}, spin$2);
|
|
12723
|
+
var _templateObject$k;
|
|
12724
|
+
var PageInput = styled__default.input(_templateObject$k || (_templateObject$k = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1$1.accent.extraLight, colorVariables$1$1$1$1$1.border.light, colorVariables$1$1$1$1$1.text.dark);
|
|
12725
|
+
var _templateObject$l, _templateObject2$h, _templateObject3$b, _templateObject4$8, _templateObject5$7, _templateObject6$6;
|
|
12726
|
+
var SidebarContainer = styled__default.div(_templateObject$l || (_templateObject$l = _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) {
|
|
12727
|
+
var $isExpanded = _ref.$isExpanded;
|
|
12728
|
+
return $isExpanded ? '225px' : '68px';
|
|
12729
|
+
}, function (_ref2) {
|
|
12730
|
+
var $background = _ref2.$background;
|
|
12731
|
+
return $background ? $background : colorVariables$1$1$1$1$1.accent.softBlue;
|
|
12732
|
+
});
|
|
12733
|
+
var SidebarItem = styled__default(reactRouterDom.NavLink)(_templateObject2$h || (_templateObject2$h = _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 transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1$1$1.text.medium, colorVariables$1$1$1$1$1["default"].primary);
|
|
12734
|
+
var ContentWrapper = styled__default.div(_templateObject3$b || (_templateObject3$b = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
12735
|
+
var IconWrapper$2 = styled__default.div(_templateObject4$8 || (_templateObject4$8 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
|
|
12736
|
+
var $selected = _ref3.$selected;
|
|
12737
|
+
return $selected ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1["default"].tertiary;
|
|
12738
|
+
});
|
|
12739
|
+
var Logo = styled__default.div(_templateObject5$7 || (_templateObject5$7 = _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"])));
|
|
12740
|
+
var TextContainer = styled__default.span(_templateObject6$6 || (_templateObject6$6 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\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 (_ref4) {
|
|
12741
|
+
var $padding = _ref4.$padding;
|
|
12742
|
+
return $padding;
|
|
12743
|
+
}, function (_ref5) {
|
|
12744
|
+
var $fontSize = _ref5.$fontSize;
|
|
12745
|
+
return $fontSize ? $fontSize : '20px';
|
|
12746
|
+
}, function (_ref6) {
|
|
12747
|
+
var $fontWeight = _ref6.$fontWeight;
|
|
12748
|
+
return $fontWeight ? $fontWeight : '500';
|
|
12749
|
+
}, function (_ref7) {
|
|
12750
|
+
var $color = _ref7.$color;
|
|
12751
|
+
return $color ? $color : colorVariables$1$1$1$1$1["default"].primary;
|
|
12752
|
+
}, function (_ref8) {
|
|
12753
|
+
var $isExpanded = _ref8.$isExpanded;
|
|
12754
|
+
return $isExpanded ? 1 : 0;
|
|
12755
|
+
}, function (_ref9) {
|
|
12756
|
+
var $isExpanded = _ref9.$isExpanded;
|
|
12757
|
+
return $isExpanded ? 'visible' : 'hidden';
|
|
12758
|
+
});
|
|
12759
|
+
var _templateObject$m, _templateObject2$i, _templateObject3$c, _templateObject4$9;
|
|
12760
|
+
var ContainerWrapper = styled__default.div(_templateObject$m || (_templateObject$m = _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) {
|
|
12761
|
+
return props.$width || 'auto';
|
|
12762
|
+
}, function (_ref) {
|
|
12763
|
+
var $minHeight = _ref.$minHeight;
|
|
12764
|
+
return $minHeight;
|
|
12765
|
+
});
|
|
12766
|
+
var CellContainer = styled__default.div(_templateObject2$i || (_templateObject2$i = _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) {
|
|
12767
|
+
return props.$align;
|
|
12768
|
+
}, function (props) {
|
|
12769
|
+
return props.$width || 'auto';
|
|
12770
|
+
}, function (props) {
|
|
12771
|
+
return props.$minWidth;
|
|
12772
|
+
}, function (props) {
|
|
12773
|
+
return props.$background || 'inherit';
|
|
12774
|
+
}, function (props) {
|
|
12775
|
+
return props.$padding;
|
|
12776
|
+
});
|
|
12777
|
+
var MainText = styled__default.div(_templateObject3$c || (_templateObject3$c = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
12778
|
+
return props.$mtc;
|
|
12779
|
+
}, function (props) {
|
|
12780
|
+
return props.$mtfs;
|
|
12781
|
+
}, function (props) {
|
|
12782
|
+
return props.$mtw;
|
|
12783
|
+
});
|
|
12784
|
+
var SubText = styled__default.div(_templateObject4$9 || (_templateObject4$9 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
12785
|
+
return props.$stc;
|
|
12786
|
+
}, function (props) {
|
|
12787
|
+
return props.$stfs;
|
|
12788
|
+
}, function (props) {
|
|
12789
|
+
return props.$stw;
|
|
12790
|
+
});
|
|
12791
|
+
var _templateObject$n;
|
|
12792
|
+
var TableRowContainer = styled.styled.div(_templateObject$n || (_templateObject$n = _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"])));
|
|
12793
|
+
var _templateObject$o, _templateObject2$j, _templateObject3$d, _templateObject4$a, _templateObject5$8;
|
|
12794
|
+
var TableContainer = styled__default.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1$1$1$1.brand.light);
|
|
12795
|
+
var TableHeader = styled__default.div(_templateObject2$j || (_templateObject2$j = _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 (props) {
|
|
12796
|
+
return props.$hbcolor || 'transparent';
|
|
12797
|
+
}, function (props) {
|
|
12798
|
+
return props.$tcolor || 'white';
|
|
12799
|
+
});
|
|
12800
|
+
var TableContent = styled__default.div(_templateObject3$d || (_templateObject3$d = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
12801
|
+
var TableData = styled__default.div(_templateObject4$a || (_templateObject4$a = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
12802
|
+
var Divider = styled__default.div(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1$1.border.extraLight);
|
|
12803
|
+
var _templateObject$p, _templateObject2$k, _templateObject3$e, _templateObject4$b, _templateObject5$9;
|
|
12804
|
+
var Container$4 = styled__default.div(_templateObject$p || (_templateObject$p = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
12805
|
+
var $gap = _ref.$gap;
|
|
12806
|
+
return $gap;
|
|
12807
|
+
}, function (_ref2) {
|
|
12808
|
+
var $border = _ref2.$border;
|
|
12809
|
+
return $border;
|
|
12810
|
+
});
|
|
12811
|
+
var FirstContainer = styled__default.div(_templateObject2$k || (_templateObject2$k = _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: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1$1$1.border.light, function (_ref3) {
|
|
12812
|
+
var $headerPadding = _ref3.$headerPadding;
|
|
12813
|
+
return $headerPadding ? $headerPadding : '0px';
|
|
12814
|
+
});
|
|
12815
|
+
var TabContainer = styled__default.div(_templateObject3$e || (_templateObject3$e = _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 (_ref4) {
|
|
12816
|
+
var $disabled = _ref4.$disabled;
|
|
12817
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
12818
|
+
}, function (_ref5) {
|
|
12819
|
+
var $disabled = _ref5.$disabled;
|
|
12820
|
+
return $disabled ? '0.6' : '1';
|
|
12821
|
+
}, colorVariables$1$1$1$1$1.text.medium, function (_ref6) {
|
|
12822
|
+
var $headerHeight = _ref6.$headerHeight;
|
|
12823
|
+
return $headerHeight ? $headerHeight : '34px';
|
|
12824
|
+
}, function (_ref7) {
|
|
12825
|
+
var $disabled = _ref7.$disabled;
|
|
12826
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
12827
|
+
});
|
|
12828
|
+
var TabItemContainer = styled__default.div(_templateObject4$b || (_templateObject4$b = _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 height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
|
|
12829
|
+
var $headerHeight = _ref8.$headerHeight;
|
|
12830
|
+
return $headerHeight ? $headerHeight : '34px';
|
|
12831
|
+
}, function (props) {
|
|
12832
|
+
return props.$active ? 'block' : 'none';
|
|
12833
|
+
}, colorVariables$1$1$1$1$1["default"].primary);
|
|
12834
|
+
var DetailsFirstContainer = styled__default.div(_templateObject5$9 || (_templateObject5$9 = _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"])), function (props) {
|
|
12835
|
+
return props.$active ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1.text.medium;
|
|
12836
|
+
});
|
|
12837
|
+
var colorVariables$1$1$1$1$1$1 = {
|
|
12838
|
+
brand: {
|
|
12839
|
+
primary: 'var(--brand-primary)',
|
|
12840
|
+
secondary: 'var(--brand-secondary)',
|
|
12841
|
+
light: 'var(--brand-light)'
|
|
12842
|
+
},
|
|
12843
|
+
accent: {
|
|
12844
|
+
light: 'var(--accent-light)',
|
|
12845
|
+
extraLight: 'var(--accent-extraLight)',
|
|
12846
|
+
softBlue: 'var(--accent-softBlue)',
|
|
12847
|
+
extraSoftBlue: 'var(--accent-extraSoftBlue)',
|
|
12848
|
+
boldTransparent: 'var(--accent-boldTransparent)',
|
|
12849
|
+
transparent: 'var(--accent-transparent)',
|
|
12850
|
+
lightTransparent: 'var(--accent-lightTransparent)'
|
|
12851
|
+
},
|
|
12852
|
+
"default": {
|
|
12853
|
+
primary: 'var(--default-primary)',
|
|
12854
|
+
secondary: 'var(--default-secondary)',
|
|
12855
|
+
tertiary: 'var(--default-tertiary)',
|
|
12856
|
+
error: 'var(--default-error)',
|
|
12857
|
+
success: 'var(--default-success)',
|
|
12858
|
+
warning: 'var(--default-warning)',
|
|
12859
|
+
info: 'var(--default-info)'
|
|
12860
|
+
},
|
|
12861
|
+
disabled: {
|
|
12862
|
+
primary: 'var(--disabled-primary)',
|
|
12863
|
+
secondary: 'var(--disabled-secondary)',
|
|
12864
|
+
error: 'var(--disabled-error)',
|
|
12865
|
+
success: 'var(--disabled-success)',
|
|
12866
|
+
warning: 'var(--disabled-warning)',
|
|
12867
|
+
info: 'var(--disabled-info)'
|
|
12868
|
+
},
|
|
12869
|
+
hover: {
|
|
12870
|
+
primary: 'var(--hover-primary)',
|
|
12871
|
+
secondary: 'var(--hover-secondary)',
|
|
12872
|
+
tertiary: 'var(--hover-tertiary)',
|
|
12873
|
+
error: 'var(--hover-error)',
|
|
12874
|
+
success: 'var(--hover-success)',
|
|
12875
|
+
warning: 'var(--hover-warning)',
|
|
12876
|
+
info: 'var(--hover-info)'
|
|
12877
|
+
},
|
|
12878
|
+
border: {
|
|
12879
|
+
extraBold: 'var(--border-extraBold)',
|
|
12880
|
+
bold: 'var(--border-bold)',
|
|
12881
|
+
medium: 'var(--border-medium)',
|
|
12882
|
+
light: 'var(--border-light)',
|
|
12883
|
+
extraLight: 'var(--border-extraLight)'
|
|
12884
|
+
},
|
|
12885
|
+
text: {
|
|
12886
|
+
dark: 'var(--text-dark)',
|
|
12887
|
+
medium: 'var(--text-medium)',
|
|
12888
|
+
light: 'var(--text-light)',
|
|
12889
|
+
white: 'var(--text-white)',
|
|
12890
|
+
success: 'var(--text-success)',
|
|
12891
|
+
error: 'var(--text-error)',
|
|
12892
|
+
info: 'var(--text-info)',
|
|
12893
|
+
warning: 'var(--text-warning)'
|
|
12894
|
+
},
|
|
12895
|
+
badge: {
|
|
12896
|
+
lavender: 'var(--badge-lavender)',
|
|
12897
|
+
papayaWhip: 'var(--badge-papayaWhip)',
|
|
12898
|
+
water: 'var(--badge-water)',
|
|
12899
|
+
paleBlue: 'var(--badge-paleBlue)',
|
|
12900
|
+
teaGreen: 'var(--badge-teaGreen)',
|
|
12901
|
+
lightBlue: 'var(--badge-lightBlue)'
|
|
12902
|
+
}
|
|
12903
|
+
};
|
|
12904
|
+
var _templateObject$q, _templateObject2$l;
|
|
12905
|
+
var SearchContainer$4 = styled__default.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose$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: 1px solid ", ";\n }\n"])), function (_ref) {
|
|
11470
12906
|
var $background = _ref.$background;
|
|
11471
|
-
return $background || colorVariables$1$1$1$1["default"].tertiary;
|
|
12907
|
+
return $background || colorVariables$1$1$1$1$1$1["default"].tertiary;
|
|
11472
12908
|
}, function (_ref2) {
|
|
11473
12909
|
var $border = _ref2.$border;
|
|
11474
|
-
return $border ||
|
|
12910
|
+
return $border || "1px solid " + colorVariables$1$1$1$1$1$1.border.light;
|
|
11475
12911
|
}, function (_ref3) {
|
|
11476
12912
|
var $borderRadius = _ref3.$borderRadius;
|
|
11477
12913
|
return $borderRadius || '8px';
|
|
12914
|
+
}, function (_ref4) {
|
|
12915
|
+
var $disabled = _ref4.$disabled;
|
|
12916
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
12917
|
+
}, colorVariables$1$1$1$1$1$1.text.dark);
|
|
12918
|
+
var SearchBar$4 = styled__default.input(_templateObject2$l || (_templateObject2$l = _taggedTemplateLiteralLoose$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 position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1$1$1$1["default"].tertiary, function (_ref5) {
|
|
12919
|
+
var $inputColor = _ref5.$inputColor;
|
|
12920
|
+
return $inputColor || colorVariables$1$1$1$1$1$1.text.medium;
|
|
12921
|
+
}, function (_ref6) {
|
|
12922
|
+
var $placeholderColor = _ref6.$placeholderColor;
|
|
12923
|
+
return $placeholderColor || colorVariables$1$1$1$1$1$1.text.light;
|
|
11478
12924
|
});
|
|
11479
|
-
var
|
|
11480
|
-
|
|
11481
|
-
return $inputColor || colorVariables$1$1$1$1.text.medium;
|
|
11482
|
-
}, function (_ref5) {
|
|
11483
|
-
var $placeholderColor = _ref5.$placeholderColor;
|
|
11484
|
-
return $placeholderColor || colorVariables$1$1$1$1.text.light;
|
|
11485
|
-
});
|
|
11486
|
-
var _templateObject$e, _templateObject2$b, _templateObject3$7$1$1$1$1, _templateObject4$5$1$1$1$1, _templateObject5$5$1$1$1$1;
|
|
11487
|
-
var Label = styled__default.label(_templateObject$e || (_templateObject$e = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
12925
|
+
var _templateObject$r, _templateObject2$m, _templateObject3$f, _templateObject4$c, _templateObject5$a;
|
|
12926
|
+
var Label$2 = styled__default.label(_templateObject$r || (_templateObject$r = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
11488
12927
|
var $fontWeight = _ref.$fontWeight;
|
|
11489
12928
|
return $fontWeight != null ? $fontWeight : '500';
|
|
11490
12929
|
}, function (_ref2) {
|
|
@@ -11522,7 +12961,7 @@ var Label = styled__default.label(_templateObject$e || (_templateObject$e = _tag
|
|
|
11522
12961
|
return $titlecolor;
|
|
11523
12962
|
}
|
|
11524
12963
|
});
|
|
11525
|
-
var Input = styled__default.input(_templateObject2$
|
|
12964
|
+
var Input$1 = styled__default.input(_templateObject2$m || (_templateObject2$m = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1.border.light, function (_ref4) {
|
|
11526
12965
|
var $disabled = _ref4.$disabled;
|
|
11527
12966
|
return $disabled ? 'not-allowed' : 'auto';
|
|
11528
12967
|
}, function (_ref5) {
|
|
@@ -11571,18 +13010,18 @@ var Input = styled__default.input(_templateObject2$b || (_templateObject2$b = _t
|
|
|
11571
13010
|
return $color;
|
|
11572
13011
|
}
|
|
11573
13012
|
}, colorVariables$1$1$1$1.text.light);
|
|
11574
|
-
var InputWrapper$
|
|
11575
|
-
var IconWrapper$
|
|
13013
|
+
var InputWrapper$2 = styled__default.div(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
13014
|
+
var IconWrapper$3 = styled__default.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
|
|
11576
13015
|
var $disabled = _ref10.$disabled;
|
|
11577
13016
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
11578
13017
|
});
|
|
11579
|
-
var Asterisk$
|
|
11580
|
-
var _templateObject$
|
|
11581
|
-
var Container$
|
|
13018
|
+
var Asterisk$2 = styled__default.span(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1["default"].error);
|
|
13019
|
+
var _templateObject$s, _templateObject2$n, _templateObject3$g;
|
|
13020
|
+
var Container$5 = styled__default.div(_templateObject$s || (_templateObject$s = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
11582
13021
|
var $padding = _ref.$padding;
|
|
11583
13022
|
return $padding;
|
|
11584
13023
|
});
|
|
11585
|
-
var Label$
|
|
13024
|
+
var Label$3 = styled__default.label(_templateObject2$n || (_templateObject2$n = _taggedTemplateLiteralLoose$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) {
|
|
11586
13025
|
var $fontWeight = _ref2.$fontWeight;
|
|
11587
13026
|
return $fontWeight != null ? $fontWeight : '500';
|
|
11588
13027
|
}, function (_ref3) {
|
|
@@ -11601,7 +13040,7 @@ var Label$1 = styled__default.label(_templateObject2$c || (_templateObject2$c =
|
|
|
11601
13040
|
var $titlecolor = _ref4.$titlecolor;
|
|
11602
13041
|
return $titlecolor || colorVariables$1$1$1$1.text.dark;
|
|
11603
13042
|
});
|
|
11604
|
-
var TextAreaComponent = styled__default.textarea(_templateObject3$
|
|
13043
|
+
var TextAreaComponent$1 = styled__default.textarea(_templateObject3$g || (_templateObject3$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1.border.light, function (_ref5) {
|
|
11605
13044
|
var $disabled = _ref5.$disabled;
|
|
11606
13045
|
return $disabled ? 'not-allowed' : 'auto';
|
|
11607
13046
|
}, function (_ref6) {
|
|
@@ -11627,18 +13066,18 @@ var TextAreaComponent = styled__default.textarea(_templateObject3$8 || (_templat
|
|
|
11627
13066
|
var $color = _ref9.$color;
|
|
11628
13067
|
return $color || colorVariables$1$1$1$1.text.dark;
|
|
11629
13068
|
}, colorVariables$1$1$1$1.text.light);
|
|
11630
|
-
var _templateObject$
|
|
11631
|
-
var OptionContainer$
|
|
11632
|
-
var OptionItem$
|
|
13069
|
+
var _templateObject$t, _templateObject2$o, _templateObject3$h, _templateObject4$d, _templateObject5$b, _templateObject6$7, _templateObject7$4;
|
|
13070
|
+
var OptionContainer$2 = styled__default.div(_templateObject$t || (_templateObject$t = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1$1$1.text.white);
|
|
13071
|
+
var OptionItem$2 = styled__default.div(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose$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 (_ref) {
|
|
11633
13072
|
var $optionSelected = _ref.$optionSelected;
|
|
11634
13073
|
return $optionSelected ? colorVariables$1$1$1$1.text.white : colorVariables$1$1$1$1.text.medium;
|
|
11635
13074
|
}, function (_ref2) {
|
|
11636
13075
|
var $optionSelected = _ref2.$optionSelected;
|
|
11637
13076
|
return $optionSelected ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1.text.white;
|
|
11638
13077
|
}, colorVariables$1$1$1$1.hover.primary, colorVariables$1$1$1$1.text.white);
|
|
11639
|
-
var TotalOptionsHeader = styled__default.div(_templateObject3$
|
|
11640
|
-
var OptionLabel$
|
|
11641
|
-
var SearchContainer$
|
|
13078
|
+
var TotalOptionsHeader$1 = styled__default.div(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose$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: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1$1.text.white, colorVariables$1$1$1$1.text.light, colorVariables$1$1$1$1.text.light);
|
|
13079
|
+
var OptionLabel$2 = styled__default.label(_templateObject4$d || (_templateObject4$d = _taggedTemplateLiteralLoose$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"])));
|
|
13080
|
+
var SearchContainer$5 = styled__default.div(_templateObject5$b || (_templateObject5$b = _taggedTemplateLiteralLoose$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 (_ref3) {
|
|
11642
13081
|
var $background = _ref3.$background;
|
|
11643
13082
|
switch ($background) {
|
|
11644
13083
|
case 'dark':
|
|
@@ -11667,7 +13106,7 @@ var SearchContainer$3 = styled__default.div(_templateObject5$6 || (_templateObje
|
|
|
11667
13106
|
var $borderRadius = _ref5.$borderRadius;
|
|
11668
13107
|
return $borderRadius || '8px';
|
|
11669
13108
|
});
|
|
11670
|
-
var SearchBar$
|
|
13109
|
+
var SearchBar$5 = styled__default.input(_templateObject6$7 || (_templateObject6$7 = _taggedTemplateLiteralLoose$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 color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1$1["default"].tertiary, function (_ref6) {
|
|
11671
13110
|
var $inputColor = _ref6.$inputColor;
|
|
11672
13111
|
switch ($inputColor) {
|
|
11673
13112
|
case 'dark':
|
|
@@ -11712,9 +13151,9 @@ var SearchBar$3 = styled__default.input(_templateObject6$5$1$1$1$1 || (_template
|
|
|
11712
13151
|
return $placeholderColor;
|
|
11713
13152
|
}
|
|
11714
13153
|
});
|
|
11715
|
-
var OptionsWrapper$
|
|
11716
|
-
var _templateObject$
|
|
11717
|
-
var StyledInput$
|
|
13154
|
+
var OptionsWrapper$2 = styled__default.div(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteralLoose$1$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1$1.text.white);
|
|
13155
|
+
var _templateObject$u, _templateObject2$p;
|
|
13156
|
+
var StyledInput$2 = styled__default.input(_templateObject$u || (_templateObject$u = _taggedTemplateLiteralLoose$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: solid ", ";\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) {
|
|
11718
13157
|
var $checkboxSize = _ref.$checkboxSize;
|
|
11719
13158
|
return $checkboxSize + "px";
|
|
11720
13159
|
}, function (_ref2) {
|
|
@@ -11743,32 +13182,32 @@ var StyledInput$1$1$1$1$1 = styled__default.input(_templateObject$h || (_templat
|
|
|
11743
13182
|
var $checkboxSize = _ref9.$checkboxSize;
|
|
11744
13183
|
return $checkboxSize / 2.4 + "px";
|
|
11745
13184
|
}, colorVariables$1$1$1$1.text.white);
|
|
11746
|
-
var LabelSpan = styled__default(Span$1$1$1$1)(_templateObject2$
|
|
11747
|
-
var _templateObject$
|
|
11748
|
-
var spin$
|
|
11749
|
-
var getDotPosition = function getDotPosition(index, size) {
|
|
13185
|
+
var LabelSpan$1 = styled__default(Span$1$1$1$1)(_templateObject2$p || (_templateObject2$p = _taggedTemplateLiteralLoose$1$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
|
|
13186
|
+
var _templateObject$v, _templateObject2$q, _templateObject3$i, _templateObject4$e;
|
|
13187
|
+
var spin$3 = styled.keyframes(_templateObject$v || (_templateObject$v = _taggedTemplateLiteralLoose$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
13188
|
+
var getDotPosition$1 = function getDotPosition(index, size) {
|
|
11750
13189
|
var angle = index * 360 / 8;
|
|
11751
13190
|
var radius = size / 2.5;
|
|
11752
13191
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
11753
13192
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
11754
13193
|
return "translate(" + x + "px, " + y + "px)";
|
|
11755
13194
|
};
|
|
11756
|
-
var SpinnerContainer = styled__default.div(_templateObject2$
|
|
13195
|
+
var SpinnerContainer$1 = styled__default.div(_templateObject2$q || (_templateObject2$q = _taggedTemplateLiteralLoose$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) {
|
|
11757
13196
|
var $size = _ref.$size;
|
|
11758
13197
|
return $size;
|
|
11759
13198
|
}, function (_ref2) {
|
|
11760
13199
|
var $size = _ref2.$size;
|
|
11761
13200
|
return $size;
|
|
11762
13201
|
});
|
|
11763
|
-
var Dot = styled__default.div.attrs(function (_ref3) {
|
|
13202
|
+
var Dot$1 = styled__default.div.attrs(function (_ref3) {
|
|
11764
13203
|
var $index = _ref3.$index,
|
|
11765
13204
|
$size = _ref3.$size;
|
|
11766
13205
|
return {
|
|
11767
13206
|
style: {
|
|
11768
|
-
transform: getDotPosition($index, $size)
|
|
13207
|
+
transform: getDotPosition$1($index, $size)
|
|
11769
13208
|
}
|
|
11770
13209
|
};
|
|
11771
|
-
})(_templateObject3$
|
|
13210
|
+
})(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose$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) {
|
|
11772
13211
|
var $dotSize = _ref4.$dotSize;
|
|
11773
13212
|
return $dotSize;
|
|
11774
13213
|
}, function (_ref5) {
|
|
@@ -11777,7 +13216,7 @@ var Dot = styled__default.div.attrs(function (_ref3) {
|
|
|
11777
13216
|
}, function (_ref6) {
|
|
11778
13217
|
var $color = _ref6.$color;
|
|
11779
13218
|
return $color;
|
|
11780
|
-
}, spin$
|
|
13219
|
+
}, spin$3, function (_ref7) {
|
|
11781
13220
|
var $speed = _ref7.$speed;
|
|
11782
13221
|
return $speed;
|
|
11783
13222
|
}, function (_ref8) {
|
|
@@ -11785,10 +13224,10 @@ var Dot = styled__default.div.attrs(function (_ref3) {
|
|
|
11785
13224
|
$speed = _ref8.$speed;
|
|
11786
13225
|
return $index * $speed / 8;
|
|
11787
13226
|
});
|
|
11788
|
-
var SpinnerWrapper = styled__default.div(_templateObject4$
|
|
11789
|
-
var _templateObject$
|
|
11790
|
-
var spin$
|
|
11791
|
-
var Spinner$
|
|
13227
|
+
var SpinnerWrapper$1 = styled__default.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose$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"])));
|
|
13228
|
+
var _templateObject$w, _templateObject2$r;
|
|
13229
|
+
var spin$4 = styled.keyframes(_templateObject$w || (_templateObject$w = _taggedTemplateLiteralLoose$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
13230
|
+
var Spinner$2 = styled__default.div(_templateObject2$r || (_templateObject2$r = _taggedTemplateLiteralLoose$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) {
|
|
11792
13231
|
var $size = _ref.$size;
|
|
11793
13232
|
return $size;
|
|
11794
13233
|
}, function (_ref2) {
|
|
@@ -11797,25 +13236,25 @@ var Spinner$1$1$1$1$1 = styled__default.div(_templateObject2$g || (_templateObje
|
|
|
11797
13236
|
}, function (_ref3) {
|
|
11798
13237
|
var $color = _ref3.$color;
|
|
11799
13238
|
return $color;
|
|
11800
|
-
}, spin$
|
|
11801
|
-
var _templateObject$
|
|
11802
|
-
var PageInput = styled__default.input(_templateObject$
|
|
11803
|
-
var _templateObject$
|
|
11804
|
-
var SidebarContainer = styled__default.div(_templateObject$
|
|
13239
|
+
}, spin$4);
|
|
13240
|
+
var _templateObject$x;
|
|
13241
|
+
var PageInput$1 = styled__default.input(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\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"])), colorVariables$1$1$1$1.accent.extraLight, colorVariables$1$1$1$1.border.light, colorVariables$1$1$1$1.text.dark);
|
|
13242
|
+
var _templateObject$y, _templateObject2$s, _templateObject3$j, _templateObject4$f, _templateObject5$c, _templateObject6$8;
|
|
13243
|
+
var SidebarContainer$1 = 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) {
|
|
11805
13244
|
var $isExpanded = _ref.$isExpanded;
|
|
11806
13245
|
return $isExpanded ? '225px' : '68px';
|
|
11807
13246
|
}, function (_ref2) {
|
|
11808
13247
|
var $background = _ref2.$background;
|
|
11809
13248
|
return $background ? $background : colorVariables$1$1$1$1.accent.softBlue;
|
|
11810
13249
|
});
|
|
11811
|
-
var SidebarItem = styled__default(reactRouterDom.NavLink)(_templateObject2$
|
|
11812
|
-
var ContentWrapper = styled__default.div(_templateObject3$
|
|
11813
|
-
var IconWrapper$
|
|
13250
|
+
var SidebarItem$1 = 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 transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1$1.text.medium, colorVariables$1$1$1$1["default"].primary);
|
|
13251
|
+
var ContentWrapper$1 = styled__default.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
13252
|
+
var IconWrapper$4 = styled__default.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose$1$1$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
|
|
11814
13253
|
var $selected = _ref3.$selected;
|
|
11815
13254
|
return $selected ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1["default"].tertiary;
|
|
11816
13255
|
});
|
|
11817
|
-
var Logo = styled__default.div(_templateObject5$
|
|
11818
|
-
var TextContainer = styled__default.span(_templateObject6$
|
|
13256
|
+
var Logo$1 = styled__default.div(_templateObject5$c || (_templateObject5$c = _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"])));
|
|
13257
|
+
var TextContainer$1 = styled__default.span(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\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 (_ref4) {
|
|
11819
13258
|
var $padding = _ref4.$padding;
|
|
11820
13259
|
return $padding;
|
|
11821
13260
|
}, function (_ref5) {
|
|
@@ -11834,14 +13273,14 @@ var TextContainer = styled__default.span(_templateObject6$6 || (_templateObject6
|
|
|
11834
13273
|
var $isExpanded = _ref9.$isExpanded;
|
|
11835
13274
|
return $isExpanded ? 'visible' : 'hidden';
|
|
11836
13275
|
});
|
|
11837
|
-
var _templateObject$
|
|
11838
|
-
var ContainerWrapper = styled__default.div(_templateObject$
|
|
13276
|
+
var _templateObject$z, _templateObject2$t, _templateObject3$k, _templateObject4$g;
|
|
13277
|
+
var ContainerWrapper$1 = 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) {
|
|
11839
13278
|
return props.$width || 'auto';
|
|
11840
13279
|
}, function (_ref) {
|
|
11841
13280
|
var $minHeight = _ref.$minHeight;
|
|
11842
13281
|
return $minHeight;
|
|
11843
13282
|
});
|
|
11844
|
-
var CellContainer = styled__default.div(_templateObject2$
|
|
13283
|
+
var CellContainer$1 = 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) {
|
|
11845
13284
|
return props.$align;
|
|
11846
13285
|
}, function (props) {
|
|
11847
13286
|
return props.$width || 'auto';
|
|
@@ -11852,45 +13291,45 @@ var CellContainer = styled__default.div(_templateObject2$i || (_templateObject2$
|
|
|
11852
13291
|
}, function (props) {
|
|
11853
13292
|
return props.$padding;
|
|
11854
13293
|
});
|
|
11855
|
-
var MainText = styled__default.div(_templateObject3$
|
|
13294
|
+
var MainText$1 = styled__default.div(_templateObject3$k || (_templateObject3$k = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
11856
13295
|
return props.$mtc;
|
|
11857
13296
|
}, function (props) {
|
|
11858
13297
|
return props.$mtfs;
|
|
11859
13298
|
}, function (props) {
|
|
11860
13299
|
return props.$mtw;
|
|
11861
13300
|
});
|
|
11862
|
-
var SubText = styled__default.div(_templateObject4$
|
|
13301
|
+
var SubText$1 = styled__default.div(_templateObject4$g || (_templateObject4$g = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
11863
13302
|
return props.$stc;
|
|
11864
13303
|
}, function (props) {
|
|
11865
13304
|
return props.$stfs;
|
|
11866
13305
|
}, function (props) {
|
|
11867
13306
|
return props.$stw;
|
|
11868
13307
|
});
|
|
11869
|
-
var _templateObject$
|
|
11870
|
-
var TableRowContainer = styled.styled.div(_templateObject$
|
|
11871
|
-
var _templateObject$
|
|
11872
|
-
var TableContainer = styled__default.div(_templateObject$
|
|
11873
|
-
var TableHeader = styled__default.div(_templateObject2$
|
|
13308
|
+
var _templateObject$A;
|
|
13309
|
+
var TableRowContainer$1 = 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"])));
|
|
13310
|
+
var _templateObject$B, _templateObject2$u, _templateObject3$l, _templateObject4$h, _templateObject5$d;
|
|
13311
|
+
var TableContainer$1 = 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"])), colorVariables$1$1$1$1.brand.light);
|
|
13312
|
+
var TableHeader$1 = 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 (props) {
|
|
11874
13313
|
return props.$hbcolor || 'transparent';
|
|
11875
13314
|
}, function (props) {
|
|
11876
13315
|
return props.$tcolor || 'white';
|
|
11877
13316
|
});
|
|
11878
|
-
var TableContent = styled__default.div(_templateObject3$
|
|
11879
|
-
var TableData = styled__default.div(_templateObject4$
|
|
11880
|
-
var Divider = styled__default.div(_templateObject5$
|
|
11881
|
-
var _templateObject$
|
|
11882
|
-
var Container$
|
|
13317
|
+
var TableContent$1 = styled__default.div(_templateObject3$l || (_templateObject3$l = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
13318
|
+
var TableData$1 = styled__default.div(_templateObject4$h || (_templateObject4$h = _taggedTemplateLiteralLoose$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
13319
|
+
var Divider$1 = styled__default.div(_templateObject5$d || (_templateObject5$d = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1.border.extraLight);
|
|
13320
|
+
var _templateObject$C, _templateObject2$v, _templateObject3$m, _templateObject4$i, _templateObject5$e;
|
|
13321
|
+
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: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
11883
13322
|
var $gap = _ref.$gap;
|
|
11884
13323
|
return $gap;
|
|
11885
13324
|
}, function (_ref2) {
|
|
11886
13325
|
var $border = _ref2.$border;
|
|
11887
13326
|
return $border;
|
|
11888
13327
|
});
|
|
11889
|
-
var FirstContainer = styled__default.div(_templateObject2$
|
|
13328
|
+
var FirstContainer$1 = 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: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1$1.border.light, function (_ref3) {
|
|
11890
13329
|
var $headerPadding = _ref3.$headerPadding;
|
|
11891
13330
|
return $headerPadding ? $headerPadding : '0px';
|
|
11892
13331
|
});
|
|
11893
|
-
var TabContainer = styled__default.div(_templateObject3$
|
|
13332
|
+
var TabContainer$1 = styled__default.div(_templateObject3$m || (_templateObject3$m = _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 (_ref4) {
|
|
11894
13333
|
var $disabled = _ref4.$disabled;
|
|
11895
13334
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
11896
13335
|
}, function (_ref5) {
|
|
@@ -11903,16 +13342,16 @@ var TabContainer = styled__default.div(_templateObject3$e || (_templateObject3$e
|
|
|
11903
13342
|
var $disabled = _ref7.$disabled;
|
|
11904
13343
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
11905
13344
|
});
|
|
11906
|
-
var TabItemContainer = styled__default.div(_templateObject4$
|
|
13345
|
+
var TabItemContainer$1 = styled__default.div(_templateObject4$i || (_templateObject4$i = _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 height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
|
|
11907
13346
|
var $headerHeight = _ref8.$headerHeight;
|
|
11908
13347
|
return $headerHeight ? $headerHeight : '34px';
|
|
11909
13348
|
}, function (props) {
|
|
11910
13349
|
return props.$active ? 'block' : 'none';
|
|
11911
13350
|
}, colorVariables$1$1$1$1["default"].primary);
|
|
11912
|
-
var DetailsFirstContainer = styled__default.div(_templateObject5$
|
|
13351
|
+
var DetailsFirstContainer$1 = styled__default.div(_templateObject5$e || (_templateObject5$e = _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"])), function (props) {
|
|
11913
13352
|
return props.$active ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1.text.medium;
|
|
11914
13353
|
});
|
|
11915
|
-
var colorVariables$
|
|
13354
|
+
var colorVariables$2 = {
|
|
11916
13355
|
brand: {
|
|
11917
13356
|
primary: 'var(--brand-primary)',
|
|
11918
13357
|
secondary: 'var(--brand-secondary)',
|
|
@@ -11979,29 +13418,29 @@ var colorVariables$1$1$1$1$1 = {
|
|
|
11979
13418
|
lightBlue: 'var(--badge-lightBlue)'
|
|
11980
13419
|
}
|
|
11981
13420
|
};
|
|
11982
|
-
var _templateObject$
|
|
11983
|
-
var SearchContainer$
|
|
13421
|
+
var _templateObject$D, _templateObject2$w;
|
|
13422
|
+
var SearchContainer$6 = styled__default.div(_templateObject$D || (_templateObject$D = _taggedTemplateLiteralLoose$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: 1px solid ", ";\n }\n"])), function (_ref) {
|
|
11984
13423
|
var $background = _ref.$background;
|
|
11985
|
-
return $background || colorVariables$
|
|
13424
|
+
return $background || colorVariables$2["default"].tertiary;
|
|
11986
13425
|
}, function (_ref2) {
|
|
11987
13426
|
var $border = _ref2.$border;
|
|
11988
|
-
return $border || "1px solid " + colorVariables$
|
|
13427
|
+
return $border || "1px solid " + colorVariables$2.border.light;
|
|
11989
13428
|
}, function (_ref3) {
|
|
11990
13429
|
var $borderRadius = _ref3.$borderRadius;
|
|
11991
13430
|
return $borderRadius || '8px';
|
|
11992
13431
|
}, function (_ref4) {
|
|
11993
13432
|
var $disabled = _ref4.$disabled;
|
|
11994
13433
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
11995
|
-
}, colorVariables$
|
|
11996
|
-
var SearchBar$
|
|
13434
|
+
}, colorVariables$2.text.dark);
|
|
13435
|
+
var SearchBar$6 = styled__default.input(_templateObject2$w || (_templateObject2$w = _taggedTemplateLiteralLoose$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 position: absolute;\n top: 1px;\n }\n"])), colorVariables$2["default"].tertiary, function (_ref5) {
|
|
11997
13436
|
var $inputColor = _ref5.$inputColor;
|
|
11998
|
-
return $inputColor || colorVariables$
|
|
13437
|
+
return $inputColor || colorVariables$2.text.medium;
|
|
11999
13438
|
}, function (_ref6) {
|
|
12000
13439
|
var $placeholderColor = _ref6.$placeholderColor;
|
|
12001
|
-
return $placeholderColor || colorVariables$
|
|
13440
|
+
return $placeholderColor || colorVariables$2.text.light;
|
|
12002
13441
|
});
|
|
12003
|
-
var _templateObject$
|
|
12004
|
-
var Label$
|
|
13442
|
+
var _templateObject$E, _templateObject2$x, _templateObject3$n, _templateObject4$j, _templateObject5$f;
|
|
13443
|
+
var Label$4 = styled__default.label(_templateObject$E || (_templateObject$E = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
12005
13444
|
var $fontWeight = _ref.$fontWeight;
|
|
12006
13445
|
return $fontWeight != null ? $fontWeight : '500';
|
|
12007
13446
|
}, function (_ref2) {
|
|
@@ -12039,7 +13478,7 @@ var Label$2 = styled__default.label(_templateObject$r || (_templateObject$r = _t
|
|
|
12039
13478
|
return $titlecolor;
|
|
12040
13479
|
}
|
|
12041
13480
|
});
|
|
12042
|
-
var Input$
|
|
13481
|
+
var Input$2 = styled__default.input(_templateObject2$x || (_templateObject2$x = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1.border.light, function (_ref4) {
|
|
12043
13482
|
var $disabled = _ref4.$disabled;
|
|
12044
13483
|
return $disabled ? 'not-allowed' : 'auto';
|
|
12045
13484
|
}, function (_ref5) {
|
|
@@ -12088,18 +13527,18 @@ var Input$1 = styled__default.input(_templateObject2$m || (_templateObject2$m =
|
|
|
12088
13527
|
return $color;
|
|
12089
13528
|
}
|
|
12090
13529
|
}, colorVariables$1$1$1.text.light);
|
|
12091
|
-
var InputWrapper$
|
|
12092
|
-
var IconWrapper$
|
|
13530
|
+
var InputWrapper$3 = styled__default.div(_templateObject3$n || (_templateObject3$n = _taggedTemplateLiteralLoose$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
13531
|
+
var IconWrapper$5 = styled__default.div(_templateObject4$j || (_templateObject4$j = _taggedTemplateLiteralLoose$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
|
|
12093
13532
|
var $disabled = _ref10.$disabled;
|
|
12094
13533
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
12095
13534
|
});
|
|
12096
|
-
var Asterisk$
|
|
12097
|
-
var _templateObject$
|
|
12098
|
-
var Container$
|
|
13535
|
+
var Asterisk$3 = styled__default.span(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1["default"].error);
|
|
13536
|
+
var _templateObject$F, _templateObject2$y, _templateObject3$o;
|
|
13537
|
+
var Container$7 = styled__default.div(_templateObject$F || (_templateObject$F = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
12099
13538
|
var $padding = _ref.$padding;
|
|
12100
13539
|
return $padding;
|
|
12101
13540
|
});
|
|
12102
|
-
var Label$
|
|
13541
|
+
var Label$5 = styled__default.label(_templateObject2$y || (_templateObject2$y = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
12103
13542
|
var $fontWeight = _ref2.$fontWeight;
|
|
12104
13543
|
return $fontWeight != null ? $fontWeight : '500';
|
|
12105
13544
|
}, function (_ref3) {
|
|
@@ -12118,7 +13557,7 @@ var Label$3 = styled__default.label(_templateObject2$n || (_templateObject2$n =
|
|
|
12118
13557
|
var $titlecolor = _ref4.$titlecolor;
|
|
12119
13558
|
return $titlecolor || colorVariables$1$1$1.text.dark;
|
|
12120
13559
|
});
|
|
12121
|
-
var TextAreaComponent$
|
|
13560
|
+
var TextAreaComponent$2 = styled__default.textarea(_templateObject3$o || (_templateObject3$o = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1$1$1.border.light, function (_ref5) {
|
|
12122
13561
|
var $disabled = _ref5.$disabled;
|
|
12123
13562
|
return $disabled ? 'not-allowed' : 'auto';
|
|
12124
13563
|
}, function (_ref6) {
|
|
@@ -12144,18 +13583,18 @@ var TextAreaComponent$1 = styled__default.textarea(_templateObject3$g || (_templ
|
|
|
12144
13583
|
var $color = _ref9.$color;
|
|
12145
13584
|
return $color || colorVariables$1$1$1.text.dark;
|
|
12146
13585
|
}, colorVariables$1$1$1.text.light);
|
|
12147
|
-
var _templateObject$
|
|
12148
|
-
var OptionContainer$
|
|
12149
|
-
var OptionItem$
|
|
13586
|
+
var _templateObject$G, _templateObject2$z, _templateObject3$p, _templateObject4$k, _templateObject5$g, _templateObject6$9, _templateObject7$5;
|
|
13587
|
+
var OptionContainer$3 = styled__default.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1$1.text.white);
|
|
13588
|
+
var OptionItem$3 = styled__default.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose$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 (_ref) {
|
|
12150
13589
|
var $optionSelected = _ref.$optionSelected;
|
|
12151
13590
|
return $optionSelected ? colorVariables$1$1$1.text.white : colorVariables$1$1$1.text.medium;
|
|
12152
13591
|
}, function (_ref2) {
|
|
12153
13592
|
var $optionSelected = _ref2.$optionSelected;
|
|
12154
13593
|
return $optionSelected ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1.text.white;
|
|
12155
13594
|
}, colorVariables$1$1$1.hover.primary, colorVariables$1$1$1.text.white);
|
|
12156
|
-
var TotalOptionsHeader$
|
|
12157
|
-
var OptionLabel$
|
|
12158
|
-
var SearchContainer$
|
|
13595
|
+
var TotalOptionsHeader$2 = styled__default.div(_templateObject3$p || (_templateObject3$p = _taggedTemplateLiteralLoose$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: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1.text.white, colorVariables$1$1$1.text.light, colorVariables$1$1$1.text.light);
|
|
13596
|
+
var OptionLabel$3 = styled__default.label(_templateObject4$k || (_templateObject4$k = _taggedTemplateLiteralLoose$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"])));
|
|
13597
|
+
var SearchContainer$7 = styled__default.div(_templateObject5$g || (_templateObject5$g = _taggedTemplateLiteralLoose$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 (_ref3) {
|
|
12159
13598
|
var $background = _ref3.$background;
|
|
12160
13599
|
switch ($background) {
|
|
12161
13600
|
case 'dark':
|
|
@@ -12184,7 +13623,7 @@ var SearchContainer$5 = styled__default.div(_templateObject5$b || (_templateObje
|
|
|
12184
13623
|
var $borderRadius = _ref5.$borderRadius;
|
|
12185
13624
|
return $borderRadius || '8px';
|
|
12186
13625
|
});
|
|
12187
|
-
var SearchBar$
|
|
13626
|
+
var SearchBar$7 = styled__default.input(_templateObject6$9 || (_templateObject6$9 = _taggedTemplateLiteralLoose$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 color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1["default"].tertiary, function (_ref6) {
|
|
12188
13627
|
var $inputColor = _ref6.$inputColor;
|
|
12189
13628
|
switch ($inputColor) {
|
|
12190
13629
|
case 'dark':
|
|
@@ -12229,9 +13668,9 @@ var SearchBar$5 = styled__default.input(_templateObject6$7 || (_templateObject6$
|
|
|
12229
13668
|
return $placeholderColor;
|
|
12230
13669
|
}
|
|
12231
13670
|
});
|
|
12232
|
-
var OptionsWrapper$
|
|
12233
|
-
var _templateObject$
|
|
12234
|
-
var StyledInput$
|
|
13671
|
+
var OptionsWrapper$3 = styled__default.div(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteralLoose$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1.text.white);
|
|
13672
|
+
var _templateObject$H, _templateObject2$A;
|
|
13673
|
+
var StyledInput$3 = styled__default.input(_templateObject$H || (_templateObject$H = _taggedTemplateLiteralLoose$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: solid ", ";\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) {
|
|
12235
13674
|
var $checkboxSize = _ref.$checkboxSize;
|
|
12236
13675
|
return $checkboxSize + "px";
|
|
12237
13676
|
}, function (_ref2) {
|
|
@@ -12260,32 +13699,32 @@ var StyledInput$2 = styled__default.input(_templateObject$u || (_templateObject$
|
|
|
12260
13699
|
var $checkboxSize = _ref9.$checkboxSize;
|
|
12261
13700
|
return $checkboxSize / 2.4 + "px";
|
|
12262
13701
|
}, colorVariables$1$1$1.text.white);
|
|
12263
|
-
var LabelSpan$
|
|
12264
|
-
var _templateObject$
|
|
12265
|
-
var spin$
|
|
12266
|
-
var getDotPosition$
|
|
13702
|
+
var LabelSpan$2 = styled__default(Span$1$1$1)(_templateObject2$A || (_templateObject2$A = _taggedTemplateLiteralLoose$1$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
|
|
13703
|
+
var _templateObject$I, _templateObject2$B, _templateObject3$q, _templateObject4$l;
|
|
13704
|
+
var spin$5 = styled.keyframes(_templateObject$I || (_templateObject$I = _taggedTemplateLiteralLoose$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
13705
|
+
var getDotPosition$2 = function getDotPosition(index, size) {
|
|
12267
13706
|
var angle = index * 360 / 8;
|
|
12268
13707
|
var radius = size / 2.5;
|
|
12269
13708
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
12270
13709
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
12271
13710
|
return "translate(" + x + "px, " + y + "px)";
|
|
12272
13711
|
};
|
|
12273
|
-
var SpinnerContainer$
|
|
13712
|
+
var SpinnerContainer$2 = styled__default.div(_templateObject2$B || (_templateObject2$B = _taggedTemplateLiteralLoose$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) {
|
|
12274
13713
|
var $size = _ref.$size;
|
|
12275
13714
|
return $size;
|
|
12276
13715
|
}, function (_ref2) {
|
|
12277
13716
|
var $size = _ref2.$size;
|
|
12278
13717
|
return $size;
|
|
12279
13718
|
});
|
|
12280
|
-
var Dot$
|
|
13719
|
+
var Dot$2 = styled__default.div.attrs(function (_ref3) {
|
|
12281
13720
|
var $index = _ref3.$index,
|
|
12282
13721
|
$size = _ref3.$size;
|
|
12283
13722
|
return {
|
|
12284
13723
|
style: {
|
|
12285
|
-
transform: getDotPosition$
|
|
13724
|
+
transform: getDotPosition$2($index, $size)
|
|
12286
13725
|
}
|
|
12287
13726
|
};
|
|
12288
|
-
})(_templateObject3$
|
|
13727
|
+
})(_templateObject3$q || (_templateObject3$q = _taggedTemplateLiteralLoose$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) {
|
|
12289
13728
|
var $dotSize = _ref4.$dotSize;
|
|
12290
13729
|
return $dotSize;
|
|
12291
13730
|
}, function (_ref5) {
|
|
@@ -12294,7 +13733,7 @@ var Dot$1 = styled__default.div.attrs(function (_ref3) {
|
|
|
12294
13733
|
}, function (_ref6) {
|
|
12295
13734
|
var $color = _ref6.$color;
|
|
12296
13735
|
return $color;
|
|
12297
|
-
}, spin$
|
|
13736
|
+
}, spin$5, function (_ref7) {
|
|
12298
13737
|
var $speed = _ref7.$speed;
|
|
12299
13738
|
return $speed;
|
|
12300
13739
|
}, function (_ref8) {
|
|
@@ -12302,10 +13741,10 @@ var Dot$1 = styled__default.div.attrs(function (_ref3) {
|
|
|
12302
13741
|
$speed = _ref8.$speed;
|
|
12303
13742
|
return $index * $speed / 8;
|
|
12304
13743
|
});
|
|
12305
|
-
var SpinnerWrapper$
|
|
12306
|
-
var _templateObject$
|
|
12307
|
-
var spin$
|
|
12308
|
-
var Spinner$
|
|
13744
|
+
var SpinnerWrapper$2 = styled__default.div(_templateObject4$l || (_templateObject4$l = _taggedTemplateLiteralLoose$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
13745
|
+
var _templateObject$J, _templateObject2$C;
|
|
13746
|
+
var spin$6 = styled.keyframes(_templateObject$J || (_templateObject$J = _taggedTemplateLiteralLoose$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
13747
|
+
var Spinner$3 = styled__default.div(_templateObject2$C || (_templateObject2$C = _taggedTemplateLiteralLoose$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) {
|
|
12309
13748
|
var $size = _ref.$size;
|
|
12310
13749
|
return $size;
|
|
12311
13750
|
}, function (_ref2) {
|
|
@@ -12314,25 +13753,25 @@ var Spinner$2 = styled__default.div(_templateObject2$r || (_templateObject2$r =
|
|
|
12314
13753
|
}, function (_ref3) {
|
|
12315
13754
|
var $color = _ref3.$color;
|
|
12316
13755
|
return $color;
|
|
12317
|
-
}, spin$
|
|
12318
|
-
var _templateObject$
|
|
12319
|
-
var PageInput$
|
|
12320
|
-
var _templateObject$
|
|
12321
|
-
var SidebarContainer$
|
|
13756
|
+
}, spin$6);
|
|
13757
|
+
var _templateObject$K;
|
|
13758
|
+
var PageInput$2 = styled__default.input(_templateObject$K || (_templateObject$K = _taggedTemplateLiteralLoose$1$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\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"])), colorVariables$1$1$1.accent.extraLight, colorVariables$1$1$1.border.light, colorVariables$1$1$1.text.dark);
|
|
13759
|
+
var _templateObject$L, _templateObject2$D, _templateObject3$r, _templateObject4$m, _templateObject5$h, _templateObject6$a;
|
|
13760
|
+
var SidebarContainer$2 = styled__default.div(_templateObject$L || (_templateObject$L = _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) {
|
|
12322
13761
|
var $isExpanded = _ref.$isExpanded;
|
|
12323
13762
|
return $isExpanded ? '225px' : '68px';
|
|
12324
13763
|
}, function (_ref2) {
|
|
12325
13764
|
var $background = _ref2.$background;
|
|
12326
13765
|
return $background ? $background : colorVariables$1$1$1.accent.softBlue;
|
|
12327
13766
|
});
|
|
12328
|
-
var SidebarItem$
|
|
12329
|
-
var ContentWrapper$
|
|
12330
|
-
var IconWrapper$
|
|
13767
|
+
var SidebarItem$2 = styled__default(reactRouterDom.NavLink)(_templateObject2$D || (_templateObject2$D = _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 transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1.text.medium, colorVariables$1$1$1["default"].primary);
|
|
13768
|
+
var ContentWrapper$2 = styled__default.div(_templateObject3$r || (_templateObject3$r = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
13769
|
+
var IconWrapper$6 = styled__default.div(_templateObject4$m || (_templateObject4$m = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
|
|
12331
13770
|
var $selected = _ref3.$selected;
|
|
12332
13771
|
return $selected ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1["default"].tertiary;
|
|
12333
13772
|
});
|
|
12334
|
-
var Logo$
|
|
12335
|
-
var TextContainer$
|
|
13773
|
+
var Logo$2 = styled__default.div(_templateObject5$h || (_templateObject5$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"])));
|
|
13774
|
+
var TextContainer$2 = styled__default.span(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\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 (_ref4) {
|
|
12336
13775
|
var $padding = _ref4.$padding;
|
|
12337
13776
|
return $padding;
|
|
12338
13777
|
}, function (_ref5) {
|
|
@@ -12351,14 +13790,14 @@ var TextContainer$1 = styled__default.span(_templateObject6$8 || (_templateObjec
|
|
|
12351
13790
|
var $isExpanded = _ref9.$isExpanded;
|
|
12352
13791
|
return $isExpanded ? 'visible' : 'hidden';
|
|
12353
13792
|
});
|
|
12354
|
-
var _templateObject$
|
|
12355
|
-
var ContainerWrapper$
|
|
13793
|
+
var _templateObject$M, _templateObject2$E, _templateObject3$s, _templateObject4$n;
|
|
13794
|
+
var ContainerWrapper$2 = styled__default.div(_templateObject$M || (_templateObject$M = _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) {
|
|
12356
13795
|
return props.$width || 'auto';
|
|
12357
13796
|
}, function (_ref) {
|
|
12358
13797
|
var $minHeight = _ref.$minHeight;
|
|
12359
13798
|
return $minHeight;
|
|
12360
13799
|
});
|
|
12361
|
-
var CellContainer$
|
|
13800
|
+
var CellContainer$2 = styled__default.div(_templateObject2$E || (_templateObject2$E = _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) {
|
|
12362
13801
|
return props.$align;
|
|
12363
13802
|
}, function (props) {
|
|
12364
13803
|
return props.$width || 'auto';
|
|
@@ -12369,45 +13808,45 @@ var CellContainer$1 = styled__default.div(_templateObject2$t || (_templateObject
|
|
|
12369
13808
|
}, function (props) {
|
|
12370
13809
|
return props.$padding;
|
|
12371
13810
|
});
|
|
12372
|
-
var MainText$
|
|
13811
|
+
var MainText$2 = styled__default.div(_templateObject3$s || (_templateObject3$s = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
12373
13812
|
return props.$mtc;
|
|
12374
13813
|
}, function (props) {
|
|
12375
13814
|
return props.$mtfs;
|
|
12376
13815
|
}, function (props) {
|
|
12377
13816
|
return props.$mtw;
|
|
12378
13817
|
});
|
|
12379
|
-
var SubText$
|
|
13818
|
+
var SubText$2 = styled__default.div(_templateObject4$n || (_templateObject4$n = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
12380
13819
|
return props.$stc;
|
|
12381
13820
|
}, function (props) {
|
|
12382
13821
|
return props.$stfs;
|
|
12383
13822
|
}, function (props) {
|
|
12384
13823
|
return props.$stw;
|
|
12385
13824
|
});
|
|
12386
|
-
var _templateObject$
|
|
12387
|
-
var TableRowContainer$
|
|
12388
|
-
var _templateObject$
|
|
12389
|
-
var TableContainer$
|
|
12390
|
-
var TableHeader$
|
|
13825
|
+
var _templateObject$N;
|
|
13826
|
+
var TableRowContainer$2 = styled.styled.div(_templateObject$N || (_templateObject$N = _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"])));
|
|
13827
|
+
var _templateObject$O, _templateObject2$F, _templateObject3$t, _templateObject4$o, _templateObject5$i;
|
|
13828
|
+
var TableContainer$2 = styled__default.div(_templateObject$O || (_templateObject$O = _taggedTemplateLiteralLoose$1$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1$1.brand.light);
|
|
13829
|
+
var TableHeader$2 = styled__default.div(_templateObject2$F || (_templateObject2$F = _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 (props) {
|
|
12391
13830
|
return props.$hbcolor || 'transparent';
|
|
12392
13831
|
}, function (props) {
|
|
12393
13832
|
return props.$tcolor || 'white';
|
|
12394
13833
|
});
|
|
12395
|
-
var TableContent$
|
|
12396
|
-
var TableData$
|
|
12397
|
-
var Divider$
|
|
12398
|
-
var _templateObject$
|
|
12399
|
-
var Container$
|
|
13834
|
+
var TableContent$2 = styled__default.div(_templateObject3$t || (_templateObject3$t = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
13835
|
+
var TableData$2 = styled__default.div(_templateObject4$o || (_templateObject4$o = _taggedTemplateLiteralLoose$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
13836
|
+
var Divider$2 = styled__default.div(_templateObject5$i || (_templateObject5$i = _taggedTemplateLiteralLoose$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1.border.extraLight);
|
|
13837
|
+
var _templateObject$P, _templateObject2$G, _templateObject3$u, _templateObject4$p, _templateObject5$j;
|
|
13838
|
+
var Container$8 = styled__default.div(_templateObject$P || (_templateObject$P = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
12400
13839
|
var $gap = _ref.$gap;
|
|
12401
13840
|
return $gap;
|
|
12402
13841
|
}, function (_ref2) {
|
|
12403
13842
|
var $border = _ref2.$border;
|
|
12404
13843
|
return $border;
|
|
12405
13844
|
});
|
|
12406
|
-
var FirstContainer$
|
|
13845
|
+
var FirstContainer$2 = styled__default.div(_templateObject2$G || (_templateObject2$G = _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: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1.border.light, function (_ref3) {
|
|
12407
13846
|
var $headerPadding = _ref3.$headerPadding;
|
|
12408
13847
|
return $headerPadding ? $headerPadding : '0px';
|
|
12409
13848
|
});
|
|
12410
|
-
var TabContainer$
|
|
13849
|
+
var TabContainer$2 = styled__default.div(_templateObject3$u || (_templateObject3$u = _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 (_ref4) {
|
|
12411
13850
|
var $disabled = _ref4.$disabled;
|
|
12412
13851
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
12413
13852
|
}, function (_ref5) {
|
|
@@ -12420,105 +13859,38 @@ var TabContainer$1 = styled__default.div(_templateObject3$m || (_templateObject3
|
|
|
12420
13859
|
var $disabled = _ref7.$disabled;
|
|
12421
13860
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
12422
13861
|
});
|
|
12423
|
-
var TabItemContainer$
|
|
13862
|
+
var TabItemContainer$2 = styled__default.div(_templateObject4$p || (_templateObject4$p = _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 height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
|
|
12424
13863
|
var $headerHeight = _ref8.$headerHeight;
|
|
12425
13864
|
return $headerHeight ? $headerHeight : '34px';
|
|
12426
13865
|
}, function (props) {
|
|
12427
13866
|
return props.$active ? 'block' : 'none';
|
|
12428
13867
|
}, colorVariables$1$1$1["default"].primary);
|
|
12429
|
-
var DetailsFirstContainer$
|
|
13868
|
+
var DetailsFirstContainer$2 = 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"])), function (props) {
|
|
12430
13869
|
return props.$active ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1.text.medium;
|
|
12431
13870
|
});
|
|
12432
|
-
var
|
|
12433
|
-
|
|
12434
|
-
primary: 'var(--brand-primary)',
|
|
12435
|
-
secondary: 'var(--brand-secondary)',
|
|
12436
|
-
light: 'var(--brand-light)'
|
|
12437
|
-
},
|
|
12438
|
-
accent: {
|
|
12439
|
-
light: 'var(--accent-light)',
|
|
12440
|
-
extraLight: 'var(--accent-extraLight)',
|
|
12441
|
-
softBlue: 'var(--accent-softBlue)',
|
|
12442
|
-
extraSoftBlue: 'var(--accent-extraSoftBlue)',
|
|
12443
|
-
boldTransparent: 'var(--accent-boldTransparent)',
|
|
12444
|
-
transparent: 'var(--accent-transparent)',
|
|
12445
|
-
lightTransparent: 'var(--accent-lightTransparent)'
|
|
12446
|
-
},
|
|
12447
|
-
"default": {
|
|
12448
|
-
primary: 'var(--default-primary)',
|
|
12449
|
-
secondary: 'var(--default-secondary)',
|
|
12450
|
-
tertiary: 'var(--default-tertiary)',
|
|
12451
|
-
error: 'var(--default-error)',
|
|
12452
|
-
success: 'var(--default-success)',
|
|
12453
|
-
warning: 'var(--default-warning)',
|
|
12454
|
-
info: 'var(--default-info)'
|
|
12455
|
-
},
|
|
12456
|
-
disabled: {
|
|
12457
|
-
primary: 'var(--disabled-primary)',
|
|
12458
|
-
secondary: 'var(--disabled-secondary)',
|
|
12459
|
-
error: 'var(--disabled-error)',
|
|
12460
|
-
success: 'var(--disabled-success)',
|
|
12461
|
-
warning: 'var(--disabled-warning)',
|
|
12462
|
-
info: 'var(--disabled-info)'
|
|
12463
|
-
},
|
|
12464
|
-
hover: {
|
|
12465
|
-
primary: 'var(--hover-primary)',
|
|
12466
|
-
secondary: 'var(--hover-secondary)',
|
|
12467
|
-
tertiary: 'var(--hover-tertiary)',
|
|
12468
|
-
error: 'var(--hover-error)',
|
|
12469
|
-
success: 'var(--hover-success)',
|
|
12470
|
-
warning: 'var(--hover-warning)',
|
|
12471
|
-
info: 'var(--hover-info)'
|
|
12472
|
-
},
|
|
12473
|
-
border: {
|
|
12474
|
-
extraBold: 'var(--border-extraBold)',
|
|
12475
|
-
bold: 'var(--border-bold)',
|
|
12476
|
-
medium: 'var(--border-medium)',
|
|
12477
|
-
light: 'var(--border-light)',
|
|
12478
|
-
extraLight: 'var(--border-extraLight)'
|
|
12479
|
-
},
|
|
12480
|
-
text: {
|
|
12481
|
-
dark: 'var(--text-dark)',
|
|
12482
|
-
medium: 'var(--text-medium)',
|
|
12483
|
-
light: 'var(--text-light)',
|
|
12484
|
-
white: 'var(--text-white)',
|
|
12485
|
-
success: 'var(--text-success)',
|
|
12486
|
-
error: 'var(--text-error)',
|
|
12487
|
-
info: 'var(--text-info)',
|
|
12488
|
-
warning: 'var(--text-warning)'
|
|
12489
|
-
},
|
|
12490
|
-
badge: {
|
|
12491
|
-
lavender: 'var(--badge-lavender)',
|
|
12492
|
-
papayaWhip: 'var(--badge-papayaWhip)',
|
|
12493
|
-
water: 'var(--badge-water)',
|
|
12494
|
-
paleBlue: 'var(--badge-paleBlue)',
|
|
12495
|
-
teaGreen: 'var(--badge-teaGreen)',
|
|
12496
|
-
lightBlue: 'var(--badge-lightBlue)'
|
|
12497
|
-
}
|
|
12498
|
-
};
|
|
12499
|
-
var _templateObject$D, _templateObject2$w;
|
|
12500
|
-
var SearchContainer$6 = styled__default.div(_templateObject$D || (_templateObject$D = _taggedTemplateLiteralLoose$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: 1px solid ", ";\n }\n"])), function (_ref) {
|
|
13871
|
+
var _templateObject$Q, _templateObject2$H;
|
|
13872
|
+
var SearchContainer$8 = styled__default.div(_templateObject$Q || (_templateObject$Q = _taggedTemplateLiteralLoose$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: 1px solid ", ";\n }\n"])), function (_ref) {
|
|
12501
13873
|
var $background = _ref.$background;
|
|
12502
|
-
return $background || colorVariables$
|
|
13874
|
+
return $background || colorVariables$1$1$1["default"].tertiary;
|
|
12503
13875
|
}, function (_ref2) {
|
|
12504
13876
|
var $border = _ref2.$border;
|
|
12505
|
-
return $border || "1px solid " + colorVariables$
|
|
13877
|
+
return $border || "1px solid " + colorVariables$1$1$1.border.light;
|
|
12506
13878
|
}, function (_ref3) {
|
|
12507
13879
|
var $borderRadius = _ref3.$borderRadius;
|
|
12508
13880
|
return $borderRadius || '8px';
|
|
12509
13881
|
}, function (_ref4) {
|
|
12510
13882
|
var $disabled = _ref4.$disabled;
|
|
12511
13883
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
12512
|
-
}, colorVariables$
|
|
12513
|
-
var SearchBar$
|
|
13884
|
+
}, colorVariables$1$1$1.text.dark);
|
|
13885
|
+
var SearchBar$8 = styled__default.input(_templateObject2$H || (_templateObject2$H = _taggedTemplateLiteralLoose$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 position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1["default"].tertiary, function (_ref5) {
|
|
12514
13886
|
var $inputColor = _ref5.$inputColor;
|
|
12515
|
-
return $inputColor || colorVariables$
|
|
13887
|
+
return $inputColor || colorVariables$1$1$1.text.medium;
|
|
12516
13888
|
}, function (_ref6) {
|
|
12517
13889
|
var $placeholderColor = _ref6.$placeholderColor;
|
|
12518
|
-
return $placeholderColor || colorVariables$
|
|
13890
|
+
return $placeholderColor || colorVariables$1$1$1.text.light;
|
|
12519
13891
|
});
|
|
12520
|
-
var _templateObject$
|
|
12521
|
-
var Label$
|
|
13892
|
+
var _templateObject$R, _templateObject2$I, _templateObject3$v, _templateObject4$q, _templateObject5$k;
|
|
13893
|
+
var Label$6 = styled__default.label(_templateObject$R || (_templateObject$R = _taggedTemplateLiteralLoose$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
12522
13894
|
var $fontWeight = _ref.$fontWeight;
|
|
12523
13895
|
return $fontWeight != null ? $fontWeight : '500';
|
|
12524
13896
|
}, function (_ref2) {
|
|
@@ -12556,7 +13928,7 @@ var Label$4 = styled__default.label(_templateObject$E || (_templateObject$E = _t
|
|
|
12556
13928
|
return $titlecolor;
|
|
12557
13929
|
}
|
|
12558
13930
|
});
|
|
12559
|
-
var Input$
|
|
13931
|
+
var Input$3 = styled__default.input(_templateObject2$I || (_templateObject2$I = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1$1.border.light, function (_ref4) {
|
|
12560
13932
|
var $disabled = _ref4.$disabled;
|
|
12561
13933
|
return $disabled ? 'not-allowed' : 'auto';
|
|
12562
13934
|
}, function (_ref5) {
|
|
@@ -12605,18 +13977,18 @@ var Input$2 = styled__default.input(_templateObject2$x || (_templateObject2$x =
|
|
|
12605
13977
|
return $color;
|
|
12606
13978
|
}
|
|
12607
13979
|
}, colorVariables$1$1.text.light);
|
|
12608
|
-
var InputWrapper$
|
|
12609
|
-
var IconWrapper$
|
|
13980
|
+
var InputWrapper$4 = styled__default.div(_templateObject3$v || (_templateObject3$v = _taggedTemplateLiteralLoose$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
13981
|
+
var IconWrapper$7 = styled__default.div(_templateObject4$q || (_templateObject4$q = _taggedTemplateLiteralLoose$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
|
|
12610
13982
|
var $disabled = _ref10.$disabled;
|
|
12611
13983
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
12612
13984
|
});
|
|
12613
|
-
var Asterisk$
|
|
12614
|
-
var _templateObject$
|
|
12615
|
-
var Container$
|
|
13985
|
+
var Asterisk$4 = styled__default.span(_templateObject5$k || (_templateObject5$k = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1["default"].error);
|
|
13986
|
+
var _templateObject$S, _templateObject2$J, _templateObject3$w;
|
|
13987
|
+
var Container$9 = styled__default.div(_templateObject$S || (_templateObject$S = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
12616
13988
|
var $padding = _ref.$padding;
|
|
12617
13989
|
return $padding;
|
|
12618
13990
|
});
|
|
12619
|
-
var Label$
|
|
13991
|
+
var Label$7 = styled__default.label(_templateObject2$J || (_templateObject2$J = _taggedTemplateLiteralLoose$1$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
12620
13992
|
var $fontWeight = _ref2.$fontWeight;
|
|
12621
13993
|
return $fontWeight != null ? $fontWeight : '500';
|
|
12622
13994
|
}, function (_ref3) {
|
|
@@ -12635,7 +14007,7 @@ var Label$5 = styled__default.label(_templateObject2$y || (_templateObject2$y =
|
|
|
12635
14007
|
var $titlecolor = _ref4.$titlecolor;
|
|
12636
14008
|
return $titlecolor || colorVariables$1$1.text.dark;
|
|
12637
14009
|
});
|
|
12638
|
-
var TextAreaComponent$
|
|
14010
|
+
var TextAreaComponent$3 = styled__default.textarea(_templateObject3$w || (_templateObject3$w = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1$1.border.light, function (_ref5) {
|
|
12639
14011
|
var $disabled = _ref5.$disabled;
|
|
12640
14012
|
return $disabled ? 'not-allowed' : 'auto';
|
|
12641
14013
|
}, function (_ref6) {
|
|
@@ -12661,18 +14033,18 @@ var TextAreaComponent$2 = styled__default.textarea(_templateObject3$o || (_templ
|
|
|
12661
14033
|
var $color = _ref9.$color;
|
|
12662
14034
|
return $color || colorVariables$1$1.text.dark;
|
|
12663
14035
|
}, colorVariables$1$1.text.light);
|
|
12664
|
-
var _templateObject$
|
|
12665
|
-
var OptionContainer$
|
|
12666
|
-
var OptionItem$
|
|
14036
|
+
var _templateObject$T, _templateObject2$K, _templateObject3$x, _templateObject4$r, _templateObject5$l, _templateObject6$b, _templateObject7$6;
|
|
14037
|
+
var OptionContainer$4 = styled__default.div(_templateObject$T || (_templateObject$T = _taggedTemplateLiteralLoose$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"])), colorVariables$1$1.text.white);
|
|
14038
|
+
var OptionItem$4 = styled__default.div(_templateObject2$K || (_templateObject2$K = _taggedTemplateLiteralLoose$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 (_ref) {
|
|
12667
14039
|
var $optionSelected = _ref.$optionSelected;
|
|
12668
14040
|
return $optionSelected ? colorVariables$1$1.text.white : colorVariables$1$1.text.medium;
|
|
12669
14041
|
}, function (_ref2) {
|
|
12670
14042
|
var $optionSelected = _ref2.$optionSelected;
|
|
12671
14043
|
return $optionSelected ? colorVariables$1$1["default"].primary : colorVariables$1$1.text.white;
|
|
12672
14044
|
}, colorVariables$1$1.hover.primary, colorVariables$1$1.text.white);
|
|
12673
|
-
var TotalOptionsHeader$
|
|
12674
|
-
var OptionLabel$
|
|
12675
|
-
var SearchContainer$
|
|
14045
|
+
var TotalOptionsHeader$3 = styled__default.div(_templateObject3$x || (_templateObject3$x = _taggedTemplateLiteralLoose$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: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1.text.white, colorVariables$1$1.text.light, colorVariables$1$1.text.light);
|
|
14046
|
+
var OptionLabel$4 = styled__default.label(_templateObject4$r || (_templateObject4$r = _taggedTemplateLiteralLoose$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"])));
|
|
14047
|
+
var SearchContainer$9 = styled__default.div(_templateObject5$l || (_templateObject5$l = _taggedTemplateLiteralLoose$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 (_ref3) {
|
|
12676
14048
|
var $background = _ref3.$background;
|
|
12677
14049
|
switch ($background) {
|
|
12678
14050
|
case 'dark':
|
|
@@ -12701,7 +14073,7 @@ var SearchContainer$7 = styled__default.div(_templateObject5$g || (_templateObje
|
|
|
12701
14073
|
var $borderRadius = _ref5.$borderRadius;
|
|
12702
14074
|
return $borderRadius || '8px';
|
|
12703
14075
|
});
|
|
12704
|
-
var SearchBar$
|
|
14076
|
+
var SearchBar$9 = styled__default.input(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose$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 color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1["default"].tertiary, function (_ref6) {
|
|
12705
14077
|
var $inputColor = _ref6.$inputColor;
|
|
12706
14078
|
switch ($inputColor) {
|
|
12707
14079
|
case 'dark':
|
|
@@ -12746,9 +14118,9 @@ var SearchBar$7 = styled__default.input(_templateObject6$9 || (_templateObject6$
|
|
|
12746
14118
|
return $placeholderColor;
|
|
12747
14119
|
}
|
|
12748
14120
|
});
|
|
12749
|
-
var OptionsWrapper$
|
|
12750
|
-
var _templateObject$
|
|
12751
|
-
var StyledInput$
|
|
14121
|
+
var OptionsWrapper$4 = styled__default.div(_templateObject7$6 || (_templateObject7$6 = _taggedTemplateLiteralLoose$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1.text.white);
|
|
14122
|
+
var _templateObject$U, _templateObject2$L;
|
|
14123
|
+
var StyledInput$4 = styled__default.input(_templateObject$U || (_templateObject$U = _taggedTemplateLiteralLoose$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: solid ", ";\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) {
|
|
12752
14124
|
var $checkboxSize = _ref.$checkboxSize;
|
|
12753
14125
|
return $checkboxSize + "px";
|
|
12754
14126
|
}, function (_ref2) {
|
|
@@ -12777,32 +14149,32 @@ var StyledInput$3 = styled__default.input(_templateObject$H || (_templateObject$
|
|
|
12777
14149
|
var $checkboxSize = _ref9.$checkboxSize;
|
|
12778
14150
|
return $checkboxSize / 2.4 + "px";
|
|
12779
14151
|
}, colorVariables$1$1.text.white);
|
|
12780
|
-
var LabelSpan$
|
|
12781
|
-
var _templateObject$
|
|
12782
|
-
var spin$
|
|
12783
|
-
var getDotPosition$
|
|
14152
|
+
var LabelSpan$3 = styled__default(Span$1$1)(_templateObject2$L || (_templateObject2$L = _taggedTemplateLiteralLoose$1$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
|
|
14153
|
+
var _templateObject$V, _templateObject2$M, _templateObject3$y, _templateObject4$s;
|
|
14154
|
+
var spin$7 = styled.keyframes(_templateObject$V || (_templateObject$V = _taggedTemplateLiteralLoose$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
14155
|
+
var getDotPosition$3 = function getDotPosition(index, size) {
|
|
12784
14156
|
var angle = index * 360 / 8;
|
|
12785
14157
|
var radius = size / 2.5;
|
|
12786
14158
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
12787
14159
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
12788
14160
|
return "translate(" + x + "px, " + y + "px)";
|
|
12789
14161
|
};
|
|
12790
|
-
var SpinnerContainer$
|
|
14162
|
+
var SpinnerContainer$3 = styled__default.div(_templateObject2$M || (_templateObject2$M = _taggedTemplateLiteralLoose$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) {
|
|
12791
14163
|
var $size = _ref.$size;
|
|
12792
14164
|
return $size;
|
|
12793
14165
|
}, function (_ref2) {
|
|
12794
14166
|
var $size = _ref2.$size;
|
|
12795
14167
|
return $size;
|
|
12796
14168
|
});
|
|
12797
|
-
var Dot$
|
|
14169
|
+
var Dot$3 = styled__default.div.attrs(function (_ref3) {
|
|
12798
14170
|
var $index = _ref3.$index,
|
|
12799
14171
|
$size = _ref3.$size;
|
|
12800
14172
|
return {
|
|
12801
14173
|
style: {
|
|
12802
|
-
transform: getDotPosition$
|
|
14174
|
+
transform: getDotPosition$3($index, $size)
|
|
12803
14175
|
}
|
|
12804
14176
|
};
|
|
12805
|
-
})(_templateObject3$
|
|
14177
|
+
})(_templateObject3$y || (_templateObject3$y = _taggedTemplateLiteralLoose$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) {
|
|
12806
14178
|
var $dotSize = _ref4.$dotSize;
|
|
12807
14179
|
return $dotSize;
|
|
12808
14180
|
}, function (_ref5) {
|
|
@@ -12811,7 +14183,7 @@ var Dot$2 = styled__default.div.attrs(function (_ref3) {
|
|
|
12811
14183
|
}, function (_ref6) {
|
|
12812
14184
|
var $color = _ref6.$color;
|
|
12813
14185
|
return $color;
|
|
12814
|
-
}, spin$
|
|
14186
|
+
}, spin$7, function (_ref7) {
|
|
12815
14187
|
var $speed = _ref7.$speed;
|
|
12816
14188
|
return $speed;
|
|
12817
14189
|
}, function (_ref8) {
|
|
@@ -12819,10 +14191,10 @@ var Dot$2 = styled__default.div.attrs(function (_ref3) {
|
|
|
12819
14191
|
$speed = _ref8.$speed;
|
|
12820
14192
|
return $index * $speed / 8;
|
|
12821
14193
|
});
|
|
12822
|
-
var SpinnerWrapper$
|
|
12823
|
-
var _templateObject$
|
|
12824
|
-
var spin$
|
|
12825
|
-
var Spinner$
|
|
14194
|
+
var SpinnerWrapper$3 = styled__default.div(_templateObject4$s || (_templateObject4$s = _taggedTemplateLiteralLoose$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
14195
|
+
var _templateObject$W, _templateObject2$N;
|
|
14196
|
+
var spin$8 = styled.keyframes(_templateObject$W || (_templateObject$W = _taggedTemplateLiteralLoose$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
14197
|
+
var Spinner$4 = styled__default.div(_templateObject2$N || (_templateObject2$N = _taggedTemplateLiteralLoose$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) {
|
|
12826
14198
|
var $size = _ref.$size;
|
|
12827
14199
|
return $size;
|
|
12828
14200
|
}, function (_ref2) {
|
|
@@ -12831,25 +14203,25 @@ var Spinner$3 = styled__default.div(_templateObject2$C || (_templateObject2$C =
|
|
|
12831
14203
|
}, function (_ref3) {
|
|
12832
14204
|
var $color = _ref3.$color;
|
|
12833
14205
|
return $color;
|
|
12834
|
-
}, spin$
|
|
12835
|
-
var _templateObject$
|
|
12836
|
-
var PageInput$
|
|
12837
|
-
var _templateObject$
|
|
12838
|
-
var SidebarContainer$
|
|
14206
|
+
}, spin$8);
|
|
14207
|
+
var _templateObject$X;
|
|
14208
|
+
var PageInput$3 = styled__default.input(_templateObject$X || (_templateObject$X = _taggedTemplateLiteralLoose$1$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\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"])), colorVariables$1$1.accent.extraLight, colorVariables$1$1.border.light, colorVariables$1$1.text.dark);
|
|
14209
|
+
var _templateObject$Y, _templateObject2$O, _templateObject3$z, _templateObject4$t, _templateObject5$m, _templateObject6$c;
|
|
14210
|
+
var SidebarContainer$3 = styled__default.div(_templateObject$Y || (_templateObject$Y = _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) {
|
|
12839
14211
|
var $isExpanded = _ref.$isExpanded;
|
|
12840
14212
|
return $isExpanded ? '225px' : '68px';
|
|
12841
14213
|
}, function (_ref2) {
|
|
12842
14214
|
var $background = _ref2.$background;
|
|
12843
14215
|
return $background ? $background : colorVariables$1$1.accent.softBlue;
|
|
12844
14216
|
});
|
|
12845
|
-
var SidebarItem$
|
|
12846
|
-
var ContentWrapper$
|
|
12847
|
-
var IconWrapper$
|
|
14217
|
+
var SidebarItem$3 = styled__default(reactRouterDom.NavLink)(_templateObject2$O || (_templateObject2$O = _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 transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1.text.medium, colorVariables$1$1["default"].primary);
|
|
14218
|
+
var ContentWrapper$3 = styled__default.div(_templateObject3$z || (_templateObject3$z = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
14219
|
+
var IconWrapper$8 = styled__default.div(_templateObject4$t || (_templateObject4$t = _taggedTemplateLiteralLoose$1$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
|
|
12848
14220
|
var $selected = _ref3.$selected;
|
|
12849
14221
|
return $selected ? colorVariables$1$1["default"].primary : colorVariables$1$1["default"].tertiary;
|
|
12850
14222
|
});
|
|
12851
|
-
var Logo$
|
|
12852
|
-
var TextContainer$
|
|
14223
|
+
var Logo$3 = styled__default.div(_templateObject5$m || (_templateObject5$m = _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"])));
|
|
14224
|
+
var TextContainer$3 = styled__default.span(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\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 (_ref4) {
|
|
12853
14225
|
var $padding = _ref4.$padding;
|
|
12854
14226
|
return $padding;
|
|
12855
14227
|
}, function (_ref5) {
|
|
@@ -12868,14 +14240,14 @@ var TextContainer$2 = styled__default.span(_templateObject6$a || (_templateObjec
|
|
|
12868
14240
|
var $isExpanded = _ref9.$isExpanded;
|
|
12869
14241
|
return $isExpanded ? 'visible' : 'hidden';
|
|
12870
14242
|
});
|
|
12871
|
-
var _templateObject$
|
|
12872
|
-
var ContainerWrapper$
|
|
14243
|
+
var _templateObject$Z, _templateObject2$P, _templateObject3$A, _templateObject4$u;
|
|
14244
|
+
var ContainerWrapper$3 = styled__default.div(_templateObject$Z || (_templateObject$Z = _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) {
|
|
12873
14245
|
return props.$width || 'auto';
|
|
12874
14246
|
}, function (_ref) {
|
|
12875
14247
|
var $minHeight = _ref.$minHeight;
|
|
12876
14248
|
return $minHeight;
|
|
12877
14249
|
});
|
|
12878
|
-
var CellContainer$
|
|
14250
|
+
var CellContainer$3 = styled__default.div(_templateObject2$P || (_templateObject2$P = _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) {
|
|
12879
14251
|
return props.$align;
|
|
12880
14252
|
}, function (props) {
|
|
12881
14253
|
return props.$width || 'auto';
|
|
@@ -12886,45 +14258,45 @@ var CellContainer$2 = styled__default.div(_templateObject2$E || (_templateObject
|
|
|
12886
14258
|
}, function (props) {
|
|
12887
14259
|
return props.$padding;
|
|
12888
14260
|
});
|
|
12889
|
-
var MainText$
|
|
14261
|
+
var MainText$3 = styled__default.div(_templateObject3$A || (_templateObject3$A = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
12890
14262
|
return props.$mtc;
|
|
12891
14263
|
}, function (props) {
|
|
12892
14264
|
return props.$mtfs;
|
|
12893
14265
|
}, function (props) {
|
|
12894
14266
|
return props.$mtw;
|
|
12895
14267
|
});
|
|
12896
|
-
var SubText$
|
|
14268
|
+
var SubText$3 = styled__default.div(_templateObject4$u || (_templateObject4$u = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
12897
14269
|
return props.$stc;
|
|
12898
14270
|
}, function (props) {
|
|
12899
14271
|
return props.$stfs;
|
|
12900
14272
|
}, function (props) {
|
|
12901
14273
|
return props.$stw;
|
|
12902
14274
|
});
|
|
12903
|
-
var _templateObject$
|
|
12904
|
-
var TableRowContainer$
|
|
12905
|
-
var _templateObject
|
|
12906
|
-
var TableContainer$
|
|
12907
|
-
var TableHeader$
|
|
14275
|
+
var _templateObject$_;
|
|
14276
|
+
var TableRowContainer$3 = styled.styled.div(_templateObject$_ || (_templateObject$_ = _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"])));
|
|
14277
|
+
var _templateObject$$, _templateObject2$Q, _templateObject3$B, _templateObject4$v, _templateObject5$n;
|
|
14278
|
+
var TableContainer$3 = styled__default.div(_templateObject$$ || (_templateObject$$ = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1.brand.light);
|
|
14279
|
+
var TableHeader$3 = styled__default.div(_templateObject2$Q || (_templateObject2$Q = _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 (props) {
|
|
12908
14280
|
return props.$hbcolor || 'transparent';
|
|
12909
14281
|
}, function (props) {
|
|
12910
14282
|
return props.$tcolor || 'white';
|
|
12911
14283
|
});
|
|
12912
|
-
var TableContent$
|
|
12913
|
-
var TableData$
|
|
12914
|
-
var Divider$
|
|
12915
|
-
var _templateObject$
|
|
12916
|
-
var Container$
|
|
14284
|
+
var TableContent$3 = styled__default.div(_templateObject3$B || (_templateObject3$B = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
14285
|
+
var TableData$3 = styled__default.div(_templateObject4$v || (_templateObject4$v = _taggedTemplateLiteralLoose$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
14286
|
+
var Divider$3 = styled__default.div(_templateObject5$n || (_templateObject5$n = _taggedTemplateLiteralLoose$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1.border.extraLight);
|
|
14287
|
+
var _templateObject$10, _templateObject2$R, _templateObject3$C, _templateObject4$w, _templateObject5$o;
|
|
14288
|
+
var Container$a = styled__default.div(_templateObject$10 || (_templateObject$10 = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
12917
14289
|
var $gap = _ref.$gap;
|
|
12918
14290
|
return $gap;
|
|
12919
14291
|
}, function (_ref2) {
|
|
12920
14292
|
var $border = _ref2.$border;
|
|
12921
14293
|
return $border;
|
|
12922
14294
|
});
|
|
12923
|
-
var FirstContainer$
|
|
14295
|
+
var FirstContainer$3 = styled__default.div(_templateObject2$R || (_templateObject2$R = _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: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1.border.light, function (_ref3) {
|
|
12924
14296
|
var $headerPadding = _ref3.$headerPadding;
|
|
12925
14297
|
return $headerPadding ? $headerPadding : '0px';
|
|
12926
14298
|
});
|
|
12927
|
-
var TabContainer$
|
|
14299
|
+
var TabContainer$3 = styled__default.div(_templateObject3$C || (_templateObject3$C = _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 (_ref4) {
|
|
12928
14300
|
var $disabled = _ref4.$disabled;
|
|
12929
14301
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
12930
14302
|
}, function (_ref5) {
|
|
@@ -12937,17 +14309,17 @@ var TabContainer$2 = styled__default.div(_templateObject3$u || (_templateObject3
|
|
|
12937
14309
|
var $disabled = _ref7.$disabled;
|
|
12938
14310
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
12939
14311
|
});
|
|
12940
|
-
var TabItemContainer$
|
|
14312
|
+
var TabItemContainer$3 = styled__default.div(_templateObject4$w || (_templateObject4$w = _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 height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
|
|
12941
14313
|
var $headerHeight = _ref8.$headerHeight;
|
|
12942
14314
|
return $headerHeight ? $headerHeight : '34px';
|
|
12943
14315
|
}, function (props) {
|
|
12944
14316
|
return props.$active ? 'block' : 'none';
|
|
12945
14317
|
}, colorVariables$1$1["default"].primary);
|
|
12946
|
-
var DetailsFirstContainer$
|
|
14318
|
+
var DetailsFirstContainer$3 = styled__default.div(_templateObject5$o || (_templateObject5$o = _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"])), function (props) {
|
|
12947
14319
|
return props.$active ? colorVariables$1$1["default"].primary : colorVariables$1$1.text.medium;
|
|
12948
14320
|
});
|
|
12949
|
-
var _templateObject$
|
|
12950
|
-
var SearchContainer$
|
|
14321
|
+
var _templateObject$11, _templateObject2$S;
|
|
14322
|
+
var SearchContainer$a = styled__default.div(_templateObject$11 || (_templateObject$11 = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: ", ";\n transition: all 0.3s ease;\n\n &:focus-within {\n border: 1px solid ", ";\n }\n"])), function (_ref) {
|
|
12951
14323
|
var $background = _ref.$background;
|
|
12952
14324
|
return $background || colorVariables$1$1["default"].tertiary;
|
|
12953
14325
|
}, function (_ref2) {
|
|
@@ -12960,15 +14332,15 @@ var SearchContainer$8 = styled__default.div(_templateObject$Q || (_templateObjec
|
|
|
12960
14332
|
var $disabled = _ref4.$disabled;
|
|
12961
14333
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
12962
14334
|
}, colorVariables$1$1.text.dark);
|
|
12963
|
-
var SearchBar$
|
|
14335
|
+
var SearchBar$a = styled__default.input(_templateObject2$S || (_templateObject2$S = _taggedTemplateLiteralLoose$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1["default"].tertiary, function (_ref5) {
|
|
12964
14336
|
var $inputColor = _ref5.$inputColor;
|
|
12965
14337
|
return $inputColor || colorVariables$1$1.text.medium;
|
|
12966
14338
|
}, function (_ref6) {
|
|
12967
14339
|
var $placeholderColor = _ref6.$placeholderColor;
|
|
12968
14340
|
return $placeholderColor || colorVariables$1$1.text.light;
|
|
12969
14341
|
});
|
|
12970
|
-
var _templateObject$
|
|
12971
|
-
var Label$
|
|
14342
|
+
var _templateObject$12, _templateObject2$T, _templateObject3$D, _templateObject4$x, _templateObject5$p;
|
|
14343
|
+
var Label$8 = styled__default.label(_templateObject$12 || (_templateObject$12 = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n width: 100%;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
12972
14344
|
var $fontWeight = _ref.$fontWeight;
|
|
12973
14345
|
return $fontWeight != null ? $fontWeight : '500';
|
|
12974
14346
|
}, function (_ref2) {
|
|
@@ -13006,7 +14378,7 @@ var Label$6 = styled__default.label(_templateObject$R || (_templateObject$R = _t
|
|
|
13006
14378
|
return $titlecolor;
|
|
13007
14379
|
}
|
|
13008
14380
|
});
|
|
13009
|
-
var Input$
|
|
14381
|
+
var Input$4 = styled__default.input(_templateObject2$T || (_templateObject2$T = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1.border.light, function (_ref4) {
|
|
13010
14382
|
var $disabled = _ref4.$disabled;
|
|
13011
14383
|
return $disabled ? 'not-allowed' : 'auto';
|
|
13012
14384
|
}, function (_ref5) {
|
|
@@ -13055,18 +14427,18 @@ var Input$3 = styled__default.input(_templateObject2$I || (_templateObject2$I =
|
|
|
13055
14427
|
return $color;
|
|
13056
14428
|
}
|
|
13057
14429
|
}, colorVariables$1.text.light);
|
|
13058
|
-
var InputWrapper$
|
|
13059
|
-
var IconWrapper$
|
|
14430
|
+
var InputWrapper$5 = styled__default.div(_templateObject3$D || (_templateObject3$D = _taggedTemplateLiteralLoose$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
14431
|
+
var IconWrapper$9 = styled__default.div(_templateObject4$x || (_templateObject4$x = _taggedTemplateLiteralLoose$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
|
|
13060
14432
|
var $disabled = _ref10.$disabled;
|
|
13061
14433
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13062
14434
|
});
|
|
13063
|
-
var Asterisk$
|
|
13064
|
-
var _templateObject$
|
|
13065
|
-
var Container$
|
|
14435
|
+
var Asterisk$5 = styled__default.span(_templateObject5$p || (_templateObject5$p = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1["default"].error);
|
|
14436
|
+
var _templateObject$13, _templateObject2$U, _templateObject3$E;
|
|
14437
|
+
var Container$b = styled__default.div(_templateObject$13 || (_templateObject$13 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
13066
14438
|
var $padding = _ref.$padding;
|
|
13067
14439
|
return $padding;
|
|
13068
14440
|
});
|
|
13069
|
-
var Label$
|
|
14441
|
+
var Label$9 = styled__default.label(_templateObject2$U || (_templateObject2$U = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
13070
14442
|
var $fontWeight = _ref2.$fontWeight;
|
|
13071
14443
|
return $fontWeight != null ? $fontWeight : '500';
|
|
13072
14444
|
}, function (_ref3) {
|
|
@@ -13085,7 +14457,7 @@ var Label$7 = styled__default.label(_templateObject2$J || (_templateObject2$J =
|
|
|
13085
14457
|
var $titlecolor = _ref4.$titlecolor;
|
|
13086
14458
|
return $titlecolor || colorVariables$1.text.dark;
|
|
13087
14459
|
});
|
|
13088
|
-
var TextAreaComponent$
|
|
14460
|
+
var TextAreaComponent$4 = styled__default.textarea(_templateObject3$E || (_templateObject3$E = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables$1.border.light, function (_ref5) {
|
|
13089
14461
|
var $disabled = _ref5.$disabled;
|
|
13090
14462
|
return $disabled ? 'not-allowed' : 'auto';
|
|
13091
14463
|
}, function (_ref6) {
|
|
@@ -13111,18 +14483,18 @@ var TextAreaComponent$3 = styled__default.textarea(_templateObject3$w || (_templ
|
|
|
13111
14483
|
var $color = _ref9.$color;
|
|
13112
14484
|
return $color || colorVariables$1.text.dark;
|
|
13113
14485
|
}, colorVariables$1.text.light);
|
|
13114
|
-
var _templateObject$
|
|
13115
|
-
var OptionContainer$
|
|
13116
|
-
var OptionItem$
|
|
14486
|
+
var _templateObject$14, _templateObject2$V, _templateObject3$F, _templateObject4$y, _templateObject5$q, _templateObject6$d, _templateObject7$7;
|
|
14487
|
+
var OptionContainer$5 = styled__default.div(_templateObject$14 || (_templateObject$14 = _taggedTemplateLiteralLoose$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1.text.white);
|
|
14488
|
+
var OptionItem$5 = styled__default.div(_templateObject2$V || (_templateObject2$V = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
|
|
13117
14489
|
var $optionSelected = _ref.$optionSelected;
|
|
13118
14490
|
return $optionSelected ? colorVariables$1.text.white : colorVariables$1.text.medium;
|
|
13119
14491
|
}, function (_ref2) {
|
|
13120
14492
|
var $optionSelected = _ref2.$optionSelected;
|
|
13121
14493
|
return $optionSelected ? colorVariables$1["default"].primary : colorVariables$1.text.white;
|
|
13122
14494
|
}, colorVariables$1.hover.primary, colorVariables$1.text.white);
|
|
13123
|
-
var TotalOptionsHeader$
|
|
13124
|
-
var OptionLabel$
|
|
13125
|
-
var SearchContainer$
|
|
14495
|
+
var TotalOptionsHeader$4 = styled__default.div(_templateObject3$F || (_templateObject3$F = _taggedTemplateLiteralLoose$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1.text.white, colorVariables$1.text.light, colorVariables$1.text.light);
|
|
14496
|
+
var OptionLabel$5 = styled__default.label(_templateObject4$y || (_templateObject4$y = _taggedTemplateLiteralLoose$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
|
|
14497
|
+
var SearchContainer$b = styled__default.div(_templateObject5$q || (_templateObject5$q = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
|
|
13126
14498
|
var $background = _ref3.$background;
|
|
13127
14499
|
switch ($background) {
|
|
13128
14500
|
case 'dark':
|
|
@@ -13151,7 +14523,7 @@ var SearchContainer$9 = styled__default.div(_templateObject5$l || (_templateObje
|
|
|
13151
14523
|
var $borderRadius = _ref5.$borderRadius;
|
|
13152
14524
|
return $borderRadius || '8px';
|
|
13153
14525
|
});
|
|
13154
|
-
var SearchBar$
|
|
14526
|
+
var SearchBar$b = styled__default.input(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1["default"].tertiary, function (_ref6) {
|
|
13155
14527
|
var $inputColor = _ref6.$inputColor;
|
|
13156
14528
|
switch ($inputColor) {
|
|
13157
14529
|
case 'dark':
|
|
@@ -13196,9 +14568,9 @@ var SearchBar$9 = styled__default.input(_templateObject6$b || (_templateObject6$
|
|
|
13196
14568
|
return $placeholderColor;
|
|
13197
14569
|
}
|
|
13198
14570
|
});
|
|
13199
|
-
var OptionsWrapper$
|
|
13200
|
-
var _templateObject$
|
|
13201
|
-
var StyledInput$
|
|
14571
|
+
var OptionsWrapper$5 = styled__default.div(_templateObject7$7 || (_templateObject7$7 = _taggedTemplateLiteralLoose$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1.text.white);
|
|
14572
|
+
var _templateObject$15, _templateObject2$W;
|
|
14573
|
+
var StyledInput$5 = styled__default.input(_templateObject$15 || (_templateObject$15 = _taggedTemplateLiteralLoose$1(["\n width: ", ";\n height: ", ";\n appearance: none;\n border: ", ";\n border-radius: 4px;\n background-color: ", ";\n cursor: pointer;\n display: inline-block;\n position: relative;\n transition: all 0.2s ease;\n font-size: ", "; // for em units\n\n &:checked::after {\n content: '';\n position: absolute;\n top: ", ";\n right: ", ";\n width: ", ";\n height: ", ";\n border: solid ", ";\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) {
|
|
13202
14574
|
var $checkboxSize = _ref.$checkboxSize;
|
|
13203
14575
|
return $checkboxSize + "px";
|
|
13204
14576
|
}, function (_ref2) {
|
|
@@ -13227,32 +14599,32 @@ var StyledInput$4 = styled__default.input(_templateObject$U || (_templateObject$
|
|
|
13227
14599
|
var $checkboxSize = _ref9.$checkboxSize;
|
|
13228
14600
|
return $checkboxSize / 2.4 + "px";
|
|
13229
14601
|
}, colorVariables$1.text.white);
|
|
13230
|
-
var LabelSpan$
|
|
13231
|
-
var _templateObject$
|
|
13232
|
-
var spin$
|
|
13233
|
-
var getDotPosition$
|
|
14602
|
+
var LabelSpan$4 = styled__default(Span$1)(_templateObject2$W || (_templateObject2$W = _taggedTemplateLiteralLoose$1(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
|
|
14603
|
+
var _templateObject$16, _templateObject2$X, _templateObject3$G, _templateObject4$z;
|
|
14604
|
+
var spin$9 = styled.keyframes(_templateObject$16 || (_templateObject$16 = _taggedTemplateLiteralLoose$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
14605
|
+
var getDotPosition$4 = function getDotPosition(index, size) {
|
|
13234
14606
|
var angle = index * 360 / 8;
|
|
13235
14607
|
var radius = size / 2.5;
|
|
13236
14608
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
13237
14609
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
13238
14610
|
return "translate(" + x + "px, " + y + "px)";
|
|
13239
14611
|
};
|
|
13240
|
-
var SpinnerContainer$
|
|
14612
|
+
var SpinnerContainer$4 = styled__default.div(_templateObject2$X || (_templateObject2$X = _taggedTemplateLiteralLoose$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
|
|
13241
14613
|
var $size = _ref.$size;
|
|
13242
14614
|
return $size;
|
|
13243
14615
|
}, function (_ref2) {
|
|
13244
14616
|
var $size = _ref2.$size;
|
|
13245
14617
|
return $size;
|
|
13246
14618
|
});
|
|
13247
|
-
var Dot$
|
|
14619
|
+
var Dot$4 = styled__default.div.attrs(function (_ref3) {
|
|
13248
14620
|
var $index = _ref3.$index,
|
|
13249
14621
|
$size = _ref3.$size;
|
|
13250
14622
|
return {
|
|
13251
14623
|
style: {
|
|
13252
|
-
transform: getDotPosition$
|
|
14624
|
+
transform: getDotPosition$4($index, $size)
|
|
13253
14625
|
}
|
|
13254
14626
|
};
|
|
13255
|
-
})(_templateObject3$
|
|
14627
|
+
})(_templateObject3$G || (_templateObject3$G = _taggedTemplateLiteralLoose$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
|
|
13256
14628
|
var $dotSize = _ref4.$dotSize;
|
|
13257
14629
|
return $dotSize;
|
|
13258
14630
|
}, function (_ref5) {
|
|
@@ -13261,7 +14633,7 @@ var Dot$3 = styled__default.div.attrs(function (_ref3) {
|
|
|
13261
14633
|
}, function (_ref6) {
|
|
13262
14634
|
var $color = _ref6.$color;
|
|
13263
14635
|
return $color;
|
|
13264
|
-
}, spin$
|
|
14636
|
+
}, spin$9, function (_ref7) {
|
|
13265
14637
|
var $speed = _ref7.$speed;
|
|
13266
14638
|
return $speed;
|
|
13267
14639
|
}, function (_ref8) {
|
|
@@ -13269,10 +14641,10 @@ var Dot$3 = styled__default.div.attrs(function (_ref3) {
|
|
|
13269
14641
|
$speed = _ref8.$speed;
|
|
13270
14642
|
return $index * $speed / 8;
|
|
13271
14643
|
});
|
|
13272
|
-
var SpinnerWrapper$
|
|
13273
|
-
var _templateObject$
|
|
13274
|
-
var spin$
|
|
13275
|
-
var Spinner$
|
|
14644
|
+
var SpinnerWrapper$4 = styled__default.div(_templateObject4$z || (_templateObject4$z = _taggedTemplateLiteralLoose$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
14645
|
+
var _templateObject$17, _templateObject2$Y;
|
|
14646
|
+
var spin$a = styled.keyframes(_templateObject$17 || (_templateObject$17 = _taggedTemplateLiteralLoose$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
14647
|
+
var Spinner$5 = styled__default.div(_templateObject2$Y || (_templateObject2$Y = _taggedTemplateLiteralLoose$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
|
|
13276
14648
|
var $size = _ref.$size;
|
|
13277
14649
|
return $size;
|
|
13278
14650
|
}, function (_ref2) {
|
|
@@ -13281,25 +14653,25 @@ var Spinner$4 = styled__default.div(_templateObject2$N || (_templateObject2$N =
|
|
|
13281
14653
|
}, function (_ref3) {
|
|
13282
14654
|
var $color = _ref3.$color;
|
|
13283
14655
|
return $color;
|
|
13284
|
-
}, spin$
|
|
13285
|
-
var _templateObject$
|
|
13286
|
-
var PageInput$
|
|
13287
|
-
var _templateObject$
|
|
13288
|
-
var SidebarContainer$
|
|
14656
|
+
}, spin$a);
|
|
14657
|
+
var _templateObject$18;
|
|
14658
|
+
var PageInput$4 = styled__default.input(_templateObject$18 || (_templateObject$18 = _taggedTemplateLiteralLoose$1(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\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"])), colorVariables$1.accent.extraLight, colorVariables$1.border.light, colorVariables$1.text.dark);
|
|
14659
|
+
var _templateObject$19, _templateObject2$Z, _templateObject3$H, _templateObject4$A, _templateObject5$r, _templateObject6$e;
|
|
14660
|
+
var SidebarContainer$4 = styled__default.div(_templateObject$19 || (_templateObject$19 = _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) {
|
|
13289
14661
|
var $isExpanded = _ref.$isExpanded;
|
|
13290
14662
|
return $isExpanded ? '225px' : '68px';
|
|
13291
14663
|
}, function (_ref2) {
|
|
13292
14664
|
var $background = _ref2.$background;
|
|
13293
14665
|
return $background ? $background : colorVariables$1.accent.softBlue;
|
|
13294
14666
|
});
|
|
13295
|
-
var SidebarItem$
|
|
13296
|
-
var ContentWrapper$
|
|
13297
|
-
var IconWrapper$
|
|
14667
|
+
var SidebarItem$4 = styled__default(reactRouterDom.NavLink)(_templateObject2$Z || (_templateObject2$Z = _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 transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1.text.medium, colorVariables$1["default"].primary);
|
|
14668
|
+
var ContentWrapper$4 = styled__default.div(_templateObject3$H || (_templateObject3$H = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
14669
|
+
var IconWrapper$a = styled__default.div(_templateObject4$A || (_templateObject4$A = _taggedTemplateLiteralLoose$1(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
|
|
13298
14670
|
var $selected = _ref3.$selected;
|
|
13299
14671
|
return $selected ? colorVariables$1["default"].primary : colorVariables$1["default"].tertiary;
|
|
13300
14672
|
});
|
|
13301
|
-
var Logo$
|
|
13302
|
-
var TextContainer$
|
|
14673
|
+
var Logo$4 = styled__default.div(_templateObject5$r || (_templateObject5$r = _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"])));
|
|
14674
|
+
var TextContainer$4 = styled__default.span(_templateObject6$e || (_templateObject6$e = _taggedTemplateLiteralLoose$1(["\n width: 100%;\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 (_ref4) {
|
|
13303
14675
|
var $padding = _ref4.$padding;
|
|
13304
14676
|
return $padding;
|
|
13305
14677
|
}, function (_ref5) {
|
|
@@ -13318,14 +14690,14 @@ var TextContainer$3 = styled__default.span(_templateObject6$c || (_templateObjec
|
|
|
13318
14690
|
var $isExpanded = _ref9.$isExpanded;
|
|
13319
14691
|
return $isExpanded ? 'visible' : 'hidden';
|
|
13320
14692
|
});
|
|
13321
|
-
var _templateObject$
|
|
13322
|
-
var ContainerWrapper$
|
|
14693
|
+
var _templateObject$1a, _templateObject2$_, _templateObject3$I, _templateObject4$B;
|
|
14694
|
+
var ContainerWrapper$4 = styled__default.div(_templateObject$1a || (_templateObject$1a = _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) {
|
|
13323
14695
|
return props.$width || 'auto';
|
|
13324
14696
|
}, function (_ref) {
|
|
13325
14697
|
var $minHeight = _ref.$minHeight;
|
|
13326
14698
|
return $minHeight;
|
|
13327
14699
|
});
|
|
13328
|
-
var CellContainer$
|
|
14700
|
+
var CellContainer$4 = styled__default.div(_templateObject2$_ || (_templateObject2$_ = _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) {
|
|
13329
14701
|
return props.$align;
|
|
13330
14702
|
}, function (props) {
|
|
13331
14703
|
return props.$width || 'auto';
|
|
@@ -13336,45 +14708,45 @@ var CellContainer$3 = styled__default.div(_templateObject2$P || (_templateObject
|
|
|
13336
14708
|
}, function (props) {
|
|
13337
14709
|
return props.$padding;
|
|
13338
14710
|
});
|
|
13339
|
-
var MainText$
|
|
14711
|
+
var MainText$4 = styled__default.div(_templateObject3$I || (_templateObject3$I = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
13340
14712
|
return props.$mtc;
|
|
13341
14713
|
}, function (props) {
|
|
13342
14714
|
return props.$mtfs;
|
|
13343
14715
|
}, function (props) {
|
|
13344
14716
|
return props.$mtw;
|
|
13345
14717
|
});
|
|
13346
|
-
var SubText$
|
|
14718
|
+
var SubText$4 = styled__default.div(_templateObject4$B || (_templateObject4$B = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
13347
14719
|
return props.$stc;
|
|
13348
14720
|
}, function (props) {
|
|
13349
14721
|
return props.$stfs;
|
|
13350
14722
|
}, function (props) {
|
|
13351
14723
|
return props.$stw;
|
|
13352
14724
|
});
|
|
13353
|
-
var _templateObject$
|
|
13354
|
-
var TableRowContainer$
|
|
13355
|
-
var _templateObject
|
|
13356
|
-
var TableContainer$
|
|
13357
|
-
var TableHeader$
|
|
14725
|
+
var _templateObject$1b;
|
|
14726
|
+
var TableRowContainer$4 = styled.styled.div(_templateObject$1b || (_templateObject$1b = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
|
|
14727
|
+
var _templateObject$1c, _templateObject2$$, _templateObject3$J, _templateObject4$C, _templateObject5$s;
|
|
14728
|
+
var TableContainer$4 = styled__default.div(_templateObject$1c || (_templateObject$1c = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1.brand.light);
|
|
14729
|
+
var TableHeader$4 = styled__default.div(_templateObject2$$ || (_templateObject2$$ = _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 (props) {
|
|
13358
14730
|
return props.$hbcolor || 'transparent';
|
|
13359
14731
|
}, function (props) {
|
|
13360
14732
|
return props.$tcolor || 'white';
|
|
13361
14733
|
});
|
|
13362
|
-
var TableContent$
|
|
13363
|
-
var TableData$
|
|
13364
|
-
var Divider$
|
|
13365
|
-
var _templateObject$
|
|
13366
|
-
var Container$
|
|
14734
|
+
var TableContent$4 = styled__default.div(_templateObject3$J || (_templateObject3$J = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
14735
|
+
var TableData$4 = styled__default.div(_templateObject4$C || (_templateObject4$C = _taggedTemplateLiteralLoose$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
14736
|
+
var Divider$4 = styled__default.div(_templateObject5$s || (_templateObject5$s = _taggedTemplateLiteralLoose$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1.border.extraLight);
|
|
14737
|
+
var _templateObject$1d, _templateObject2$10, _templateObject3$K, _templateObject4$D, _templateObject5$t;
|
|
14738
|
+
var Container$c = styled__default.div(_templateObject$1d || (_templateObject$1d = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
13367
14739
|
var $gap = _ref.$gap;
|
|
13368
14740
|
return $gap;
|
|
13369
14741
|
}, function (_ref2) {
|
|
13370
14742
|
var $border = _ref2.$border;
|
|
13371
14743
|
return $border;
|
|
13372
14744
|
});
|
|
13373
|
-
var FirstContainer$
|
|
14745
|
+
var FirstContainer$4 = styled__default.div(_templateObject2$10 || (_templateObject2$10 = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1.border.light, function (_ref3) {
|
|
13374
14746
|
var $headerPadding = _ref3.$headerPadding;
|
|
13375
14747
|
return $headerPadding ? $headerPadding : '0px';
|
|
13376
14748
|
});
|
|
13377
|
-
var TabContainer$
|
|
14749
|
+
var TabContainer$4 = styled__default.div(_templateObject3$K || (_templateObject3$K = _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 (_ref4) {
|
|
13378
14750
|
var $disabled = _ref4.$disabled;
|
|
13379
14751
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13380
14752
|
}, function (_ref5) {
|
|
@@ -13387,18 +14759,18 @@ var TabContainer$3 = styled__default.div(_templateObject3$C || (_templateObject3
|
|
|
13387
14759
|
var $disabled = _ref7.$disabled;
|
|
13388
14760
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13389
14761
|
});
|
|
13390
|
-
var TabItemContainer$
|
|
14762
|
+
var TabItemContainer$4 = styled__default.div(_templateObject4$D || (_templateObject4$D = _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 height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
|
|
13391
14763
|
var $headerHeight = _ref8.$headerHeight;
|
|
13392
14764
|
return $headerHeight ? $headerHeight : '34px';
|
|
13393
14765
|
}, function (props) {
|
|
13394
14766
|
return props.$active ? 'block' : 'none';
|
|
13395
14767
|
}, colorVariables$1["default"].primary);
|
|
13396
|
-
var DetailsFirstContainer$
|
|
14768
|
+
var DetailsFirstContainer$4 = styled__default.div(_templateObject5$t || (_templateObject5$t = _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"])), function (props) {
|
|
13397
14769
|
return props.$active ? colorVariables$1["default"].primary : colorVariables$1.text.medium;
|
|
13398
14770
|
});
|
|
13399
14771
|
|
|
13400
|
-
var _templateObject$
|
|
13401
|
-
var SearchContainer$
|
|
14772
|
+
var _templateObject$1e, _templateObject2$11;
|
|
14773
|
+
var SearchContainer$c = styled__default.div(_templateObject$1e || (_templateObject$1e = _taggedTemplateLiteralLoose(["\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: 1px solid ", ";\n }\n"])), function (_ref) {
|
|
13402
14774
|
var $background = _ref.$background;
|
|
13403
14775
|
return $background || colorVariables$1["default"].tertiary;
|
|
13404
14776
|
}, function (_ref2) {
|
|
@@ -13411,7 +14783,7 @@ var SearchContainer$a = styled__default.div(_templateObject$11 || (_templateObje
|
|
|
13411
14783
|
var $disabled = _ref4.$disabled;
|
|
13412
14784
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13413
14785
|
}, colorVariables$1.text.dark);
|
|
13414
|
-
var SearchBar$
|
|
14786
|
+
var SearchBar$c = styled__default.input(_templateObject2$11 || (_templateObject2$11 = _taggedTemplateLiteralLoose(["\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 position: absolute;\n top: 1px;\n }\n"])), colorVariables$1["default"].tertiary, function (_ref5) {
|
|
13415
14787
|
var $inputColor = _ref5.$inputColor;
|
|
13416
14788
|
return $inputColor || colorVariables$1.text.medium;
|
|
13417
14789
|
}, function (_ref6) {
|
|
@@ -13435,7 +14807,7 @@ var SearchBox = function SearchBox(_ref7) {
|
|
|
13435
14807
|
var _useState = React.useState(false),
|
|
13436
14808
|
isFocused = _useState[0],
|
|
13437
14809
|
setIsFocused = _useState[1];
|
|
13438
|
-
return React__default.createElement(SearchContainer$
|
|
14810
|
+
return React__default.createElement(SearchContainer$c, {
|
|
13439
14811
|
className: isFocused ? 'active' : '',
|
|
13440
14812
|
"$border": border,
|
|
13441
14813
|
"$background": background,
|
|
@@ -13445,7 +14817,7 @@ var SearchBox = function SearchBox(_ref7) {
|
|
|
13445
14817
|
size: iconSize,
|
|
13446
14818
|
color: iconColor,
|
|
13447
14819
|
weight: '0px'
|
|
13448
|
-
}), React__default.createElement(SearchBar$
|
|
14820
|
+
}), React__default.createElement(SearchBar$c, {
|
|
13449
14821
|
type: 'text',
|
|
13450
14822
|
placeholder: placeholder,
|
|
13451
14823
|
value: value,
|
|
@@ -13461,8 +14833,8 @@ var SearchBox = function SearchBox(_ref7) {
|
|
|
13461
14833
|
}));
|
|
13462
14834
|
};
|
|
13463
14835
|
|
|
13464
|
-
var _templateObject$
|
|
13465
|
-
var Label$
|
|
14836
|
+
var _templateObject$1f, _templateObject2$12, _templateObject3$L, _templateObject4$E, _templateObject5$u;
|
|
14837
|
+
var Label$a = styled__default.label(_templateObject$1f || (_templateObject$1f = _taggedTemplateLiteralLoose(["\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) {
|
|
13466
14838
|
var $fontWeight = _ref.$fontWeight;
|
|
13467
14839
|
return $fontWeight != null ? $fontWeight : '500';
|
|
13468
14840
|
}, function (_ref2) {
|
|
@@ -13500,7 +14872,7 @@ var Label$8 = styled__default.label(_templateObject$12 || (_templateObject$12 =
|
|
|
13500
14872
|
return $titlecolor;
|
|
13501
14873
|
}
|
|
13502
14874
|
});
|
|
13503
|
-
var Input$
|
|
14875
|
+
var Input$5 = styled__default.input(_templateObject2$12 || (_templateObject2$12 = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables.border.light, function (_ref4) {
|
|
13504
14876
|
var $disabled = _ref4.$disabled;
|
|
13505
14877
|
return $disabled ? 'not-allowed' : 'auto';
|
|
13506
14878
|
}, function (_ref5) {
|
|
@@ -13549,12 +14921,12 @@ var Input$4 = styled__default.input(_templateObject2$T || (_templateObject2$T =
|
|
|
13549
14921
|
return $color;
|
|
13550
14922
|
}
|
|
13551
14923
|
}, colorVariables.text.light);
|
|
13552
|
-
var InputWrapper$
|
|
13553
|
-
var IconWrapper$
|
|
14924
|
+
var InputWrapper$6 = styled__default.div(_templateObject3$L || (_templateObject3$L = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
14925
|
+
var IconWrapper$b = styled__default.div(_templateObject4$E || (_templateObject4$E = _taggedTemplateLiteralLoose(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
|
|
13554
14926
|
var $disabled = _ref10.$disabled;
|
|
13555
14927
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
13556
14928
|
});
|
|
13557
|
-
var Asterisk$
|
|
14929
|
+
var Asterisk$6 = styled__default.span(_templateObject5$u || (_templateObject5$u = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables["default"].error);
|
|
13558
14930
|
var TextField = function TextField(_ref11) {
|
|
13559
14931
|
var _ref11$type = _ref11.type,
|
|
13560
14932
|
type = _ref11$type === void 0 ? 'text' : _ref11$type,
|
|
@@ -13610,12 +14982,12 @@ var TextField = function TextField(_ref11) {
|
|
|
13610
14982
|
"$padding": padding
|
|
13611
14983
|
}, (title || titleRightNode) && React__default.createElement(Container, {
|
|
13612
14984
|
"$gap": titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.gap
|
|
13613
|
-
}, title && React__default.createElement(Label$
|
|
14985
|
+
}, title && React__default.createElement(Label$a, {
|
|
13614
14986
|
"$size": size,
|
|
13615
14987
|
"$fontWeight": titleWeight,
|
|
13616
14988
|
htmlFor: title,
|
|
13617
14989
|
"$titlecolor": titlecolor
|
|
13618
|
-
}, title, required && React__default.createElement(Asterisk$
|
|
14990
|
+
}, title, required && React__default.createElement(Asterisk$6, null, "*")), titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.node), React__default.createElement(InputWrapper$6, null, React__default.createElement(Input$5, {
|
|
13619
14991
|
type: inputType || 'text',
|
|
13620
14992
|
"$type": type,
|
|
13621
14993
|
name: title,
|
|
@@ -13633,7 +15005,7 @@ var TextField = function TextField(_ref11) {
|
|
|
13633
15005
|
if (onEnter) onEnter();
|
|
13634
15006
|
}
|
|
13635
15007
|
}
|
|
13636
|
-
}), type === 'password' && inputValue && React__default.createElement(IconWrapper$
|
|
15008
|
+
}), type === 'password' && inputValue && React__default.createElement(IconWrapper$b, {
|
|
13637
15009
|
"$disabled": disabled,
|
|
13638
15010
|
onClick: function onClick() {
|
|
13639
15011
|
if (!disabled) handleShowPassword();
|
|
@@ -13643,7 +15015,7 @@ var TextField = function TextField(_ref11) {
|
|
|
13643
15015
|
size: iconsize,
|
|
13644
15016
|
weight: iconweight,
|
|
13645
15017
|
color: iconcolor || colorVariables["default"].primary
|
|
13646
|
-
})), icon && type !== 'password' && React__default.createElement(IconWrapper$
|
|
15018
|
+
})), icon && type !== 'password' && React__default.createElement(IconWrapper$b, {
|
|
13647
15019
|
onClick: handleToggleDisabled
|
|
13648
15020
|
}, React__default.createElement(Icon, {
|
|
13649
15021
|
icon: icon,
|
|
@@ -13653,12 +15025,12 @@ var TextField = function TextField(_ref11) {
|
|
|
13653
15025
|
}))));
|
|
13654
15026
|
};
|
|
13655
15027
|
|
|
13656
|
-
var _templateObject$
|
|
13657
|
-
var Container$
|
|
15028
|
+
var _templateObject$1g, _templateObject2$13, _templateObject3$M;
|
|
15029
|
+
var Container$d = styled__default.div(_templateObject$1g || (_templateObject$1g = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
13658
15030
|
var $padding = _ref.$padding;
|
|
13659
15031
|
return $padding;
|
|
13660
15032
|
});
|
|
13661
|
-
var Label$
|
|
15033
|
+
var Label$b = styled__default.label(_templateObject2$13 || (_templateObject2$13 = _taggedTemplateLiteralLoose(["\n cursor: auto;\n font-weight: ", ";\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
13662
15034
|
var $fontWeight = _ref2.$fontWeight;
|
|
13663
15035
|
return $fontWeight != null ? $fontWeight : '500';
|
|
13664
15036
|
}, function (_ref3) {
|
|
@@ -13677,7 +15049,7 @@ var Label$9 = styled__default.label(_templateObject2$U || (_templateObject2$U =
|
|
|
13677
15049
|
var $titlecolor = _ref4.$titlecolor;
|
|
13678
15050
|
return $titlecolor || colorVariables.text.dark;
|
|
13679
15051
|
});
|
|
13680
|
-
var TextAreaComponent$
|
|
15052
|
+
var TextAreaComponent$5 = styled__default.textarea(_templateObject3$M || (_templateObject3$M = _taggedTemplateLiteralLoose(["\n width: 100%;\n border: 1px solid ", ";\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"])), colorVariables.border.light, function (_ref5) {
|
|
13681
15053
|
var $disabled = _ref5.$disabled;
|
|
13682
15054
|
return $disabled ? 'not-allowed' : 'auto';
|
|
13683
15055
|
}, function (_ref6) {
|
|
@@ -13729,14 +15101,14 @@ var TextArea = function TextArea(_ref10) {
|
|
|
13729
15101
|
React.useEffect(function () {
|
|
13730
15102
|
setIsDisabled(disabled);
|
|
13731
15103
|
}, [disabled]);
|
|
13732
|
-
return React__default.createElement(Container$
|
|
15104
|
+
return React__default.createElement(Container$d, {
|
|
13733
15105
|
"$padding": padding
|
|
13734
|
-
}, title && React__default.createElement(Label$
|
|
15106
|
+
}, title && React__default.createElement(Label$b, {
|
|
13735
15107
|
"$size": size,
|
|
13736
15108
|
"$fontWeight": titleWeight,
|
|
13737
15109
|
htmlFor: title,
|
|
13738
15110
|
"$titlecolor": titlecolor
|
|
13739
|
-
}, title, required && React__default.createElement(Asterisk$
|
|
15111
|
+
}, title, required && React__default.createElement(Asterisk$6, null, "*")), React__default.createElement(TextAreaComponent$5, {
|
|
13740
15112
|
name: title,
|
|
13741
15113
|
id: title,
|
|
13742
15114
|
value: inputValue,
|
|
@@ -13749,18 +15121,18 @@ var TextArea = function TextArea(_ref10) {
|
|
|
13749
15121
|
}));
|
|
13750
15122
|
};
|
|
13751
15123
|
|
|
13752
|
-
var _templateObject$
|
|
13753
|
-
var OptionContainer$
|
|
13754
|
-
var OptionItem$
|
|
15124
|
+
var _templateObject$1h, _templateObject2$14, _templateObject3$N, _templateObject4$F, _templateObject5$v, _templateObject6$f, _templateObject7$8;
|
|
15125
|
+
var OptionContainer$6 = styled__default.div(_templateObject$1h || (_templateObject$1h = _taggedTemplateLiteralLoose(["\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"])), colorVariables.text.white);
|
|
15126
|
+
var OptionItem$6 = styled__default.div(_templateObject2$14 || (_templateObject2$14 = _taggedTemplateLiteralLoose(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
|
|
13755
15127
|
var $optionSelected = _ref.$optionSelected;
|
|
13756
15128
|
return $optionSelected ? colorVariables.text.white : colorVariables.text.medium;
|
|
13757
15129
|
}, function (_ref2) {
|
|
13758
15130
|
var $optionSelected = _ref2.$optionSelected;
|
|
13759
15131
|
return $optionSelected ? colorVariables["default"].primary : colorVariables.text.white;
|
|
13760
15132
|
}, colorVariables.hover.primary, colorVariables.text.white);
|
|
13761
|
-
var TotalOptionsHeader$
|
|
13762
|
-
var OptionLabel$
|
|
13763
|
-
var SearchContainer$
|
|
15133
|
+
var TotalOptionsHeader$5 = styled__default.div(_templateObject3$N || (_templateObject3$N = _taggedTemplateLiteralLoose(["\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: 1px solid ", ";\n font-size:12px;\n"])), colorVariables.text.white, colorVariables.text.light, colorVariables.text.light);
|
|
15134
|
+
var OptionLabel$6 = styled__default.label(_templateObject4$F || (_templateObject4$F = _taggedTemplateLiteralLoose(["\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"])));
|
|
15135
|
+
var SearchContainer$d = styled__default.div(_templateObject5$v || (_templateObject5$v = _taggedTemplateLiteralLoose(["\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 (_ref3) {
|
|
13764
15136
|
var $background = _ref3.$background;
|
|
13765
15137
|
switch ($background) {
|
|
13766
15138
|
case 'dark':
|
|
@@ -13789,7 +15161,7 @@ var SearchContainer$b = styled__default.div(_templateObject5$q || (_templateObje
|
|
|
13789
15161
|
var $borderRadius = _ref5.$borderRadius;
|
|
13790
15162
|
return $borderRadius || '8px';
|
|
13791
15163
|
});
|
|
13792
|
-
var SearchBar$
|
|
15164
|
+
var SearchBar$d = styled__default.input(_templateObject6$f || (_templateObject6$f = _taggedTemplateLiteralLoose(["\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 color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables["default"].tertiary, function (_ref6) {
|
|
13793
15165
|
var $inputColor = _ref6.$inputColor;
|
|
13794
15166
|
switch ($inputColor) {
|
|
13795
15167
|
case 'dark':
|
|
@@ -13834,7 +15206,7 @@ var SearchBar$b = styled__default.input(_templateObject6$d || (_templateObject6$
|
|
|
13834
15206
|
return $placeholderColor;
|
|
13835
15207
|
}
|
|
13836
15208
|
});
|
|
13837
|
-
var OptionsWrapper$
|
|
15209
|
+
var OptionsWrapper$6 = styled__default.div(_templateObject7$8 || (_templateObject7$8 = _taggedTemplateLiteralLoose(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables.text.white);
|
|
13838
15210
|
var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
13839
15211
|
var options = _ref8.options,
|
|
13840
15212
|
selectedOption = _ref8.selectedOption,
|
|
@@ -13883,7 +15255,7 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
|
13883
15255
|
"$gap": '8px',
|
|
13884
15256
|
"$width": '100%',
|
|
13885
15257
|
"$position": 'relative'
|
|
13886
|
-
}, searchBox && React__default.createElement(SearchContainer$
|
|
15258
|
+
}, searchBox && React__default.createElement(SearchContainer$d, {
|
|
13887
15259
|
"$borderBottom": searchBoxBorder,
|
|
13888
15260
|
"$background": isSearchBarEnabled ? colorVariables.text.white : colorVariables.accent.light,
|
|
13889
15261
|
"$borderRadius": searchBoxBorderRadius,
|
|
@@ -13899,7 +15271,7 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
|
13899
15271
|
onClick: function onClick() {
|
|
13900
15272
|
return setIsSearchBarEnabled(true);
|
|
13901
15273
|
}
|
|
13902
|
-
}, React__default.createElement(SearchBar$
|
|
15274
|
+
}, React__default.createElement(SearchBar$d, {
|
|
13903
15275
|
type: 'text',
|
|
13904
15276
|
placeholder: placeholder,
|
|
13905
15277
|
value: internalSearchQuery,
|
|
@@ -13916,18 +15288,18 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
|
13916
15288
|
setInternalSearchQuery('');
|
|
13917
15289
|
setSearchQuery('');
|
|
13918
15290
|
}
|
|
13919
|
-
}), isSearchBarEnabled && React__default.createElement(OptionContainer$
|
|
15291
|
+
}), isSearchBarEnabled && React__default.createElement(OptionContainer$6, null, options.length > 0 ? React__default.createElement(Container, {
|
|
13920
15292
|
"$flexDirection": 'column',
|
|
13921
15293
|
"$overflow": 'auto'
|
|
13922
|
-
}, React__default.createElement(TotalOptionsHeader$
|
|
15294
|
+
}, React__default.createElement(TotalOptionsHeader$5, null, React__default.createElement(Span, {
|
|
13923
15295
|
"$fontSize": '12px',
|
|
13924
15296
|
"$fontWeight": '400',
|
|
13925
15297
|
"$color": colorVariables.text.light
|
|
13926
|
-
}, t('Showing_results') + " (" + filteredArray.length + " of " + (options === null || options === void 0 ? void 0 : options.length) + ")")), React__default.createElement(OptionsWrapper$
|
|
13927
|
-
return React__default.createElement(OptionItem$
|
|
15298
|
+
}, t('Showing_results') + " (" + filteredArray.length + " of " + (options === null || options === void 0 ? void 0 : options.length) + ")")), React__default.createElement(OptionsWrapper$6, null, filteredArray.length > 0 ? filteredArray.map(function (option) {
|
|
15299
|
+
return React__default.createElement(OptionItem$6, {
|
|
13928
15300
|
key: option.value,
|
|
13929
15301
|
"$optionSelected": option.value === selectedOption
|
|
13930
|
-
}, React__default.createElement(OptionLabel$
|
|
15302
|
+
}, React__default.createElement(OptionLabel$6, {
|
|
13931
15303
|
htmlFor: option.value,
|
|
13932
15304
|
onClick: function onClick() {
|
|
13933
15305
|
setInternalSearchQuery(option.labelText);
|
|
@@ -13949,8 +15321,8 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
|
13949
15321
|
}, NoOptionsText)))));
|
|
13950
15322
|
};
|
|
13951
15323
|
|
|
13952
|
-
var _templateObject$
|
|
13953
|
-
var StyledInput$
|
|
15324
|
+
var _templateObject$1i, _templateObject2$15;
|
|
15325
|
+
var StyledInput$6 = styled__default.input(_templateObject$1i || (_templateObject$1i = _taggedTemplateLiteralLoose(["\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: solid ", ";\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) {
|
|
13954
15326
|
var $checkboxSize = _ref.$checkboxSize;
|
|
13955
15327
|
return $checkboxSize + "px";
|
|
13956
15328
|
}, function (_ref2) {
|
|
@@ -13979,7 +15351,7 @@ var StyledInput$5 = styled__default.input(_templateObject$15 || (_templateObject
|
|
|
13979
15351
|
var $checkboxSize = _ref9.$checkboxSize;
|
|
13980
15352
|
return $checkboxSize / 2.4 + "px";
|
|
13981
15353
|
}, colorVariables.text.white);
|
|
13982
|
-
var LabelSpan$
|
|
15354
|
+
var LabelSpan$5 = styled__default(Span)(_templateObject2$15 || (_templateObject2$15 = _taggedTemplateLiteralLoose(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
|
|
13983
15355
|
var CheckBox = function CheckBox(_ref10) {
|
|
13984
15356
|
var label = _ref10.label,
|
|
13985
15357
|
_ref10$labelSide = _ref10.labelSide,
|
|
@@ -14013,7 +15385,7 @@ var CheckBox = function CheckBox(_ref10) {
|
|
|
14013
15385
|
height: checkboxSize,
|
|
14014
15386
|
display: 'flex'
|
|
14015
15387
|
}
|
|
14016
|
-
}, React__default.createElement(StyledInput$
|
|
15388
|
+
}, React__default.createElement(StyledInput$6, {
|
|
14017
15389
|
type: 'checkbox',
|
|
14018
15390
|
id: safeId,
|
|
14019
15391
|
"$checkboxSize": checkboxSize,
|
|
@@ -14024,7 +15396,7 @@ var CheckBox = function CheckBox(_ref10) {
|
|
|
14024
15396
|
},
|
|
14025
15397
|
disabled: disabled,
|
|
14026
15398
|
"$borderSize": borderSize
|
|
14027
|
-
})), label && React__default.createElement(LabelSpan$
|
|
15399
|
+
})), label && React__default.createElement(LabelSpan$5, {
|
|
14028
15400
|
"$fontSize": fontSize,
|
|
14029
15401
|
"$color": color,
|
|
14030
15402
|
"$fontWeight": fontWeight,
|
|
@@ -14034,31 +15406,31 @@ var CheckBox = function CheckBox(_ref10) {
|
|
|
14034
15406
|
}, label));
|
|
14035
15407
|
};
|
|
14036
15408
|
|
|
14037
|
-
var _templateObject$
|
|
14038
|
-
var spin$
|
|
14039
|
-
var getDotPosition$
|
|
15409
|
+
var _templateObject$1j, _templateObject2$16, _templateObject3$O, _templateObject4$G;
|
|
15410
|
+
var spin$b = styled.keyframes(_templateObject$1j || (_templateObject$1j = _taggedTemplateLiteralLoose(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
15411
|
+
var getDotPosition$5 = function getDotPosition(index, size) {
|
|
14040
15412
|
var angle = index * 360 / 8;
|
|
14041
15413
|
var radius = size / 2.5;
|
|
14042
15414
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
14043
15415
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
14044
15416
|
return "translate(" + x + "px, " + y + "px)";
|
|
14045
15417
|
};
|
|
14046
|
-
var SpinnerContainer$
|
|
15418
|
+
var SpinnerContainer$5 = styled__default.div(_templateObject2$16 || (_templateObject2$16 = _taggedTemplateLiteralLoose(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
|
|
14047
15419
|
var $size = _ref.$size;
|
|
14048
15420
|
return $size;
|
|
14049
15421
|
}, function (_ref2) {
|
|
14050
15422
|
var $size = _ref2.$size;
|
|
14051
15423
|
return $size;
|
|
14052
15424
|
});
|
|
14053
|
-
var Dot$
|
|
15425
|
+
var Dot$5 = styled__default.div.attrs(function (_ref3) {
|
|
14054
15426
|
var $index = _ref3.$index,
|
|
14055
15427
|
$size = _ref3.$size;
|
|
14056
15428
|
return {
|
|
14057
15429
|
style: {
|
|
14058
|
-
transform: getDotPosition$
|
|
15430
|
+
transform: getDotPosition$5($index, $size)
|
|
14059
15431
|
}
|
|
14060
15432
|
};
|
|
14061
|
-
})(_templateObject3$
|
|
15433
|
+
})(_templateObject3$O || (_templateObject3$O = _taggedTemplateLiteralLoose(["\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) {
|
|
14062
15434
|
var $dotSize = _ref4.$dotSize;
|
|
14063
15435
|
return $dotSize;
|
|
14064
15436
|
}, function (_ref5) {
|
|
@@ -14067,7 +15439,7 @@ var Dot$4 = styled__default.div.attrs(function (_ref3) {
|
|
|
14067
15439
|
}, function (_ref6) {
|
|
14068
15440
|
var $color = _ref6.$color;
|
|
14069
15441
|
return $color;
|
|
14070
|
-
}, spin$
|
|
15442
|
+
}, spin$b, function (_ref7) {
|
|
14071
15443
|
var $speed = _ref7.$speed;
|
|
14072
15444
|
return $speed;
|
|
14073
15445
|
}, function (_ref8) {
|
|
@@ -14075,7 +15447,7 @@ var Dot$4 = styled__default.div.attrs(function (_ref3) {
|
|
|
14075
15447
|
$speed = _ref8.$speed;
|
|
14076
15448
|
return $index * $speed / 8;
|
|
14077
15449
|
});
|
|
14078
|
-
var SpinnerWrapper$
|
|
15450
|
+
var SpinnerWrapper$5 = styled__default.div(_templateObject4$G || (_templateObject4$G = _taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
14079
15451
|
var sizeMap = {
|
|
14080
15452
|
small: {
|
|
14081
15453
|
size: 32
|
|
@@ -14099,13 +15471,13 @@ var CircularLoader = function CircularLoader(_ref9) {
|
|
|
14099
15471
|
text = _ref9.text,
|
|
14100
15472
|
customSize = _ref9.customSize;
|
|
14101
15473
|
var spinnerSize = customSize != null ? customSize : sizeMap[size].size;
|
|
14102
|
-
return React__default.createElement(SpinnerWrapper$
|
|
15474
|
+
return React__default.createElement(SpinnerWrapper$5, null, React__default.createElement(SpinnerContainer$5, {
|
|
14103
15475
|
"$size": spinnerSize,
|
|
14104
15476
|
"aria-label": "Loading animation"
|
|
14105
15477
|
}, Array.from({
|
|
14106
15478
|
length: 8
|
|
14107
15479
|
}).map(function (_, i) {
|
|
14108
|
-
return React__default.createElement(Dot$
|
|
15480
|
+
return React__default.createElement(Dot$5, {
|
|
14109
15481
|
key: i,
|
|
14110
15482
|
"$index": i,
|
|
14111
15483
|
"$size": spinnerSize,
|
|
@@ -14116,9 +15488,9 @@ var CircularLoader = function CircularLoader(_ref9) {
|
|
|
14116
15488
|
})), text && React__default.createElement(React__default.Fragment, null, text));
|
|
14117
15489
|
};
|
|
14118
15490
|
|
|
14119
|
-
var _templateObject$
|
|
14120
|
-
var spin$
|
|
14121
|
-
var Spinner$
|
|
15491
|
+
var _templateObject$1k, _templateObject2$17;
|
|
15492
|
+
var spin$c = styled.keyframes(_templateObject$1k || (_templateObject$1k = _taggedTemplateLiteralLoose(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
15493
|
+
var Spinner$6 = styled__default.div(_templateObject2$17 || (_templateObject2$17 = _taggedTemplateLiteralLoose(["\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) {
|
|
14122
15494
|
var $size = _ref.$size;
|
|
14123
15495
|
return $size;
|
|
14124
15496
|
}, function (_ref2) {
|
|
@@ -14127,7 +15499,7 @@ var Spinner$5 = styled__default.div(_templateObject2$Y || (_templateObject2$Y =
|
|
|
14127
15499
|
}, function (_ref3) {
|
|
14128
15500
|
var $color = _ref3.$color;
|
|
14129
15501
|
return $color;
|
|
14130
|
-
}, spin$
|
|
15502
|
+
}, spin$c);
|
|
14131
15503
|
var Loader = function Loader(_ref4) {
|
|
14132
15504
|
var title = _ref4.title,
|
|
14133
15505
|
_ref4$size = _ref4.size,
|
|
@@ -14143,7 +15515,7 @@ var Loader = function Loader(_ref4) {
|
|
|
14143
15515
|
"$height": '100%',
|
|
14144
15516
|
"$flexDirection": 'column',
|
|
14145
15517
|
"$gap": '12px'
|
|
14146
|
-
}, React__default.createElement(Container, null, React__default.createElement(Spinner$
|
|
15518
|
+
}, React__default.createElement(Container, null, React__default.createElement(Spinner$6, {
|
|
14147
15519
|
"$size": size,
|
|
14148
15520
|
"$color": color
|
|
14149
15521
|
})), title && React__default.createElement(Container, {
|
|
@@ -14159,8 +15531,8 @@ var Loader = function Loader(_ref4) {
|
|
|
14159
15531
|
}, title))));
|
|
14160
15532
|
};
|
|
14161
15533
|
|
|
14162
|
-
var _templateObject$
|
|
14163
|
-
var PageInput$
|
|
15534
|
+
var _templateObject$1l;
|
|
15535
|
+
var PageInput$5 = styled__default.input(_templateObject$1l || (_templateObject$1l = _taggedTemplateLiteralLoose(["\n width: 40px;\n height: 32px;\n background-color: ", ";\n border: 1px solid ", ";\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"])), colorVariables.accent.extraLight, colorVariables.border.light, colorVariables.text.dark);
|
|
14164
15536
|
var Pagination = function Pagination(_ref) {
|
|
14165
15537
|
var totalPages = _ref.totalPages,
|
|
14166
15538
|
currentPage = _ref.currentPage,
|
|
@@ -14218,7 +15590,7 @@ var Pagination = function Pagination(_ref) {
|
|
|
14218
15590
|
}, React__default.createElement(Container, {
|
|
14219
15591
|
"$gap": '4px',
|
|
14220
15592
|
"$alignItems": 'center'
|
|
14221
|
-
}, React__default.createElement(PageInput$
|
|
15593
|
+
}, React__default.createElement(PageInput$5, {
|
|
14222
15594
|
type: 'number',
|
|
14223
15595
|
value: inputPage,
|
|
14224
15596
|
onChange: handleInputChange,
|
|
@@ -14344,22 +15716,22 @@ var ProgressBar = function ProgressBar(_ref) {
|
|
|
14344
15716
|
})));
|
|
14345
15717
|
};
|
|
14346
15718
|
|
|
14347
|
-
var _templateObject$
|
|
14348
|
-
var SidebarContainer$
|
|
15719
|
+
var _templateObject$1m, _templateObject2$18, _templateObject3$P, _templateObject4$H, _templateObject5$w, _templateObject6$g;
|
|
15720
|
+
var SidebarContainer$5 = styled__default.div(_templateObject$1m || (_templateObject$1m = _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) {
|
|
14349
15721
|
var $isExpanded = _ref.$isExpanded;
|
|
14350
15722
|
return $isExpanded ? '225px' : '68px';
|
|
14351
15723
|
}, function (_ref2) {
|
|
14352
15724
|
var $background = _ref2.$background;
|
|
14353
15725
|
return $background ? $background : colorVariables.accent.softBlue;
|
|
14354
15726
|
});
|
|
14355
|
-
var SidebarItem$
|
|
14356
|
-
var ContentWrapper$
|
|
14357
|
-
var IconWrapper$
|
|
15727
|
+
var SidebarItem$5 = styled__default(reactRouterDom.NavLink)(_templateObject2$18 || (_templateObject2$18 = _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 transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables.text.medium, colorVariables["default"].primary);
|
|
15728
|
+
var ContentWrapper$5 = styled__default.div(_templateObject3$P || (_templateObject3$P = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
15729
|
+
var IconWrapper$c = styled__default.div(_templateObject4$H || (_templateObject4$H = _taggedTemplateLiteralLoose(["\n background: ", "; \n font-weight: bold;\n padding: 4px;\n border-radius: 4px;\n width: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n\n > div:first-child {\n cursor: pointer;\n }\n"])), function (_ref3) {
|
|
14358
15730
|
var $selected = _ref3.$selected;
|
|
14359
15731
|
return $selected ? colorVariables["default"].primary : colorVariables["default"].tertiary;
|
|
14360
15732
|
});
|
|
14361
|
-
var Logo$
|
|
14362
|
-
var TextContainer$
|
|
15733
|
+
var Logo$5 = styled__default.div(_templateObject5$w || (_templateObject5$w = _taggedTemplateLiteralLoose(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
|
|
15734
|
+
var TextContainer$5 = styled__default.span(_templateObject6$g || (_templateObject6$g = _taggedTemplateLiteralLoose(["\n width: 100%;\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 (_ref4) {
|
|
14363
15735
|
var $padding = _ref4.$padding;
|
|
14364
15736
|
return $padding;
|
|
14365
15737
|
}, function (_ref5) {
|
|
@@ -14396,7 +15768,7 @@ var Sidebar = function Sidebar(_ref10) {
|
|
|
14396
15768
|
return parts.length > 0 ? "/" + parts[0] + "/" : '/';
|
|
14397
15769
|
};
|
|
14398
15770
|
var topLevelPath = getTopLevelPathWithSlash(location.pathname) || getTopLevelPath(location.pathname);
|
|
14399
|
-
return React__default.createElement(SidebarContainer$
|
|
15771
|
+
return React__default.createElement(SidebarContainer$5, {
|
|
14400
15772
|
"$background": background,
|
|
14401
15773
|
"$isExpanded": isExpanded,
|
|
14402
15774
|
onMouseEnter: function onMouseEnter() {
|
|
@@ -14405,24 +15777,24 @@ var Sidebar = function Sidebar(_ref10) {
|
|
|
14405
15777
|
onMouseLeave: function onMouseLeave() {
|
|
14406
15778
|
return setIsExpanded(false);
|
|
14407
15779
|
}
|
|
14408
|
-
}, logo && React__default.createElement(Logo$
|
|
15780
|
+
}, logo && React__default.createElement(Logo$5, null, React__default.createElement(Icon, {
|
|
14409
15781
|
icon: logo.icon
|
|
14410
|
-
}), React__default.createElement(TextContainer$
|
|
15782
|
+
}), React__default.createElement(TextContainer$5, {
|
|
14411
15783
|
"$isExpanded": isExpanded,
|
|
14412
15784
|
"$fontWeight": "700"
|
|
14413
|
-
}, logo.name)), React__default.createElement(ContentWrapper$
|
|
15785
|
+
}, logo.name)), React__default.createElement(ContentWrapper$5, null, content.map(function (item) {
|
|
14414
15786
|
var isActive = item.url.includes(topLevelPath);
|
|
14415
|
-
return React__default.createElement(SidebarItem$
|
|
15787
|
+
return React__default.createElement(SidebarItem$5, {
|
|
14416
15788
|
to: item.url,
|
|
14417
15789
|
key: item.id
|
|
14418
|
-
}, React__default.createElement(IconWrapper$
|
|
15790
|
+
}, React__default.createElement(IconWrapper$c, {
|
|
14419
15791
|
"$selected": isActive
|
|
14420
15792
|
}, React__default.createElement(Icon, {
|
|
14421
15793
|
icon: item.icon,
|
|
14422
15794
|
size: 20,
|
|
14423
15795
|
weight: item.iconWeight,
|
|
14424
15796
|
color: isActive ? colorVariables.text.white : colorVariables.text.medium
|
|
14425
|
-
})), React__default.createElement(TextContainer$
|
|
15797
|
+
})), React__default.createElement(TextContainer$5, {
|
|
14426
15798
|
"$isExpanded": isExpanded,
|
|
14427
15799
|
"$fontSize": "14px",
|
|
14428
15800
|
"$padding": '0px 10px 0px 0px',
|
|
@@ -14431,14 +15803,14 @@ var Sidebar = function Sidebar(_ref10) {
|
|
|
14431
15803
|
})), ProfileContent);
|
|
14432
15804
|
};
|
|
14433
15805
|
|
|
14434
|
-
var _templateObject$
|
|
14435
|
-
var ContainerWrapper$
|
|
15806
|
+
var _templateObject$1n, _templateObject2$19, _templateObject3$Q, _templateObject4$I;
|
|
15807
|
+
var ContainerWrapper$5 = styled__default.div(_templateObject$1n || (_templateObject$1n = _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) {
|
|
14436
15808
|
return props.$width || 'auto';
|
|
14437
15809
|
}, function (_ref) {
|
|
14438
15810
|
var $minHeight = _ref.$minHeight;
|
|
14439
15811
|
return $minHeight;
|
|
14440
15812
|
});
|
|
14441
|
-
var CellContainer$
|
|
15813
|
+
var CellContainer$5 = styled__default.div(_templateObject2$19 || (_templateObject2$19 = _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) {
|
|
14442
15814
|
return props.$align;
|
|
14443
15815
|
}, function (props) {
|
|
14444
15816
|
return props.$width || 'auto';
|
|
@@ -14449,14 +15821,14 @@ var CellContainer$4 = styled__default.div(_templateObject2$_ || (_templateObject
|
|
|
14449
15821
|
}, function (props) {
|
|
14450
15822
|
return props.$padding;
|
|
14451
15823
|
});
|
|
14452
|
-
var MainText$
|
|
15824
|
+
var MainText$5 = styled__default.div(_templateObject3$Q || (_templateObject3$Q = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
14453
15825
|
return props.$mtc;
|
|
14454
15826
|
}, function (props) {
|
|
14455
15827
|
return props.$mtfs;
|
|
14456
15828
|
}, function (props) {
|
|
14457
15829
|
return props.$mtw;
|
|
14458
15830
|
});
|
|
14459
|
-
var SubText$
|
|
15831
|
+
var SubText$5 = styled__default.div(_templateObject4$I || (_templateObject4$I = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
14460
15832
|
return props.$stc;
|
|
14461
15833
|
}, function (props) {
|
|
14462
15834
|
return props.$stfs;
|
|
@@ -14485,31 +15857,31 @@ var TableCell = function TableCell(_ref2) {
|
|
|
14485
15857
|
CustomFunction = _ref2.CustomFunction,
|
|
14486
15858
|
padding = _ref2.padding,
|
|
14487
15859
|
minHeight = _ref2.minHeight;
|
|
14488
|
-
return React__default.createElement(ContainerWrapper$
|
|
15860
|
+
return React__default.createElement(ContainerWrapper$5, {
|
|
14489
15861
|
"$width": width,
|
|
14490
15862
|
"$minHeight": minHeight
|
|
14491
|
-
}, CustomFunction ? React__default.createElement(CellContainer$
|
|
15863
|
+
}, CustomFunction ? React__default.createElement(CellContainer$5, {
|
|
14492
15864
|
"$align": alignment,
|
|
14493
15865
|
"$width": width,
|
|
14494
15866
|
"$minWidth": minWidth
|
|
14495
|
-
}, CustomFunction) : React__default.createElement(CellContainer$
|
|
15867
|
+
}, CustomFunction) : React__default.createElement(CellContainer$5, {
|
|
14496
15868
|
"$align": alignment,
|
|
14497
15869
|
"$width": width,
|
|
14498
15870
|
"$minWidth": minWidth,
|
|
14499
15871
|
"$padding": padding
|
|
14500
|
-
}, React__default.createElement(MainText$
|
|
15872
|
+
}, React__default.createElement(MainText$5, {
|
|
14501
15873
|
"$mtc": maintextcolor,
|
|
14502
15874
|
"$mtfs": maintextfontsize,
|
|
14503
15875
|
"$mtw": maintextweight
|
|
14504
|
-
}, maintext), subtext && React__default.createElement(SubText$
|
|
15876
|
+
}, maintext), subtext && React__default.createElement(SubText$5, {
|
|
14505
15877
|
"$stc": subtextcolor,
|
|
14506
15878
|
"$stfs": subtextfontsize,
|
|
14507
15879
|
"$stw": subtextweight
|
|
14508
15880
|
}, subtext)));
|
|
14509
15881
|
};
|
|
14510
15882
|
|
|
14511
|
-
var _templateObject$
|
|
14512
|
-
var TableRowContainer$
|
|
15883
|
+
var _templateObject$1o;
|
|
15884
|
+
var TableRowContainer$5 = styled.styled.div(_templateObject$1o || (_templateObject$1o = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
|
|
14513
15885
|
var TableRow = function TableRow(_ref) {
|
|
14514
15886
|
var rowconfig = _ref.rowconfig,
|
|
14515
15887
|
tableheaderconfig = _ref.tableheaderconfig;
|
|
@@ -14518,7 +15890,7 @@ var TableRow = function TableRow(_ref) {
|
|
|
14518
15890
|
};
|
|
14519
15891
|
return React__default.createElement(Container, null, rowconfig.map(function (data, Index) {
|
|
14520
15892
|
var _rowconfig$Index;
|
|
14521
|
-
return React__default.createElement(TableRowContainer$
|
|
15893
|
+
return React__default.createElement(TableRowContainer$5, {
|
|
14522
15894
|
key: Index
|
|
14523
15895
|
}, tableheaderconfig.isAllSelectable && React__default.createElement(Container, {
|
|
14524
15896
|
"$padding": '0px 16px 0px 0px',
|
|
@@ -14552,16 +15924,16 @@ var TableRow = function TableRow(_ref) {
|
|
|
14552
15924
|
}));
|
|
14553
15925
|
};
|
|
14554
15926
|
|
|
14555
|
-
var _templateObject$
|
|
14556
|
-
var TableContainer$
|
|
14557
|
-
var TableHeader$
|
|
15927
|
+
var _templateObject$1p, _templateObject2$1a, _templateObject3$R, _templateObject4$J, _templateObject5$x;
|
|
15928
|
+
var TableContainer$5 = styled__default.div(_templateObject$1p || (_templateObject$1p = _taggedTemplateLiteralLoose(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables.brand.light);
|
|
15929
|
+
var TableHeader$5 = styled__default.div(_templateObject2$1a || (_templateObject2$1a = _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 (props) {
|
|
14558
15930
|
return props.$hbcolor || 'transparent';
|
|
14559
15931
|
}, function (props) {
|
|
14560
15932
|
return props.$tcolor || 'white';
|
|
14561
15933
|
});
|
|
14562
|
-
var TableContent$
|
|
14563
|
-
var TableData$
|
|
14564
|
-
var Divider$
|
|
15934
|
+
var TableContent$5 = styled__default.div(_templateObject3$R || (_templateObject3$R = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
15935
|
+
var TableData$5 = styled__default.div(_templateObject4$J || (_templateObject4$J = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
15936
|
+
var Divider$5 = styled__default.div(_templateObject5$x || (_templateObject5$x = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), colorVariables.border.extraLight);
|
|
14565
15937
|
var Table = function Table(_ref) {
|
|
14566
15938
|
var tableObject = _ref.tableObject,
|
|
14567
15939
|
_ref$filter = _ref.filter,
|
|
@@ -14611,7 +15983,7 @@ var Table = function Table(_ref) {
|
|
|
14611
15983
|
React.useEffect(function () {
|
|
14612
15984
|
setIsAllSelected(false);
|
|
14613
15985
|
}, [rowconfig]);
|
|
14614
|
-
return React__default.createElement(TableContainer$
|
|
15986
|
+
return React__default.createElement(TableContainer$5, null, React__default.createElement(TableContent$5, null, React__default.createElement(TableHeader$5, {
|
|
14615
15987
|
"$hbcolor": tableheaderconfig.headercolor,
|
|
14616
15988
|
"$tcolor": tableheaderconfig.textcolor
|
|
14617
15989
|
}, tableheaderconfig.isAllSelectable && React__default.createElement(Container, {
|
|
@@ -14641,7 +16013,7 @@ var Table = function Table(_ref) {
|
|
|
14641
16013
|
"$alignItems": 'center',
|
|
14642
16014
|
"$padding": '24px 24px',
|
|
14643
16015
|
"$justifyContent": 'center'
|
|
14644
|
-
}, React__default.createElement(Span, null, noDataText)) : filter ? React__default.createElement(TableData$
|
|
16016
|
+
}, React__default.createElement(Span, null, noDataText)) : filter ? React__default.createElement(TableData$5, null, Object.entries(roleGroups).map(function (_ref2) {
|
|
14645
16017
|
var role = _ref2[0],
|
|
14646
16018
|
rows = _ref2[1];
|
|
14647
16019
|
return React__default.createElement(React__default.Fragment, {
|
|
@@ -14671,31 +16043,31 @@ var Table = function Table(_ref) {
|
|
|
14671
16043
|
}, React__default.createElement(TableRow, {
|
|
14672
16044
|
rowconfig: [row],
|
|
14673
16045
|
tableheaderconfig: tableheaderconfig
|
|
14674
|
-
}), rows.length > 1 && index < rows.length - 1 && React__default.createElement(Divider$
|
|
16046
|
+
}), rows.length > 1 && index < rows.length - 1 && React__default.createElement(Divider$5, null));
|
|
14675
16047
|
}));
|
|
14676
|
-
})) : React__default.createElement(TableData$
|
|
16048
|
+
})) : React__default.createElement(TableData$5, null, filteredRows.map(function (row, index) {
|
|
14677
16049
|
return React__default.createElement(React__default.Fragment, {
|
|
14678
16050
|
key: index
|
|
14679
16051
|
}, React__default.createElement(TableRow, {
|
|
14680
16052
|
rowconfig: [row],
|
|
14681
16053
|
tableheaderconfig: tableheaderconfig
|
|
14682
|
-
}), filteredRows.length > 1 && index < filteredRows.length - 1 && React__default.createElement(Divider$
|
|
16054
|
+
}), filteredRows.length > 1 && index < filteredRows.length - 1 && React__default.createElement(Divider$5, null));
|
|
14683
16055
|
}))));
|
|
14684
16056
|
};
|
|
14685
16057
|
|
|
14686
|
-
var _templateObject$
|
|
14687
|
-
var Container$
|
|
16058
|
+
var _templateObject$1q, _templateObject2$1b, _templateObject3$S, _templateObject4$K, _templateObject5$y;
|
|
16059
|
+
var Container$e = styled__default.div(_templateObject$1q || (_templateObject$1q = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: visible;\n gap: ", ";\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
14688
16060
|
var $gap = _ref.$gap;
|
|
14689
16061
|
return $gap;
|
|
14690
16062
|
}, function (_ref2) {
|
|
14691
16063
|
var $border = _ref2.$border;
|
|
14692
16064
|
return $border;
|
|
14693
16065
|
});
|
|
14694
|
-
var FirstContainer$
|
|
16066
|
+
var FirstContainer$5 = styled__default.div(_templateObject2$1b || (_templateObject2$1b = _taggedTemplateLiteralLoose(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables.border.light, function (_ref3) {
|
|
14695
16067
|
var $headerPadding = _ref3.$headerPadding;
|
|
14696
16068
|
return $headerPadding ? $headerPadding : '0px';
|
|
14697
16069
|
});
|
|
14698
|
-
var TabContainer$
|
|
16070
|
+
var TabContainer$5 = styled__default.div(_templateObject3$S || (_templateObject3$S = _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 (_ref4) {
|
|
14699
16071
|
var $disabled = _ref4.$disabled;
|
|
14700
16072
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
14701
16073
|
}, function (_ref5) {
|
|
@@ -14708,13 +16080,13 @@ var TabContainer$4 = styled__default.div(_templateObject3$K || (_templateObject3
|
|
|
14708
16080
|
var $disabled = _ref7.$disabled;
|
|
14709
16081
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
14710
16082
|
});
|
|
14711
|
-
var TabItemContainer$
|
|
16083
|
+
var TabItemContainer$5 = styled__default.div(_templateObject4$K || (_templateObject4$K = _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 height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref8) {
|
|
14712
16084
|
var $headerHeight = _ref8.$headerHeight;
|
|
14713
16085
|
return $headerHeight ? $headerHeight : '34px';
|
|
14714
16086
|
}, function (props) {
|
|
14715
16087
|
return props.$active ? 'block' : 'none';
|
|
14716
16088
|
}, colorVariables["default"].primary);
|
|
14717
|
-
var DetailsFirstContainer$
|
|
16089
|
+
var DetailsFirstContainer$5 = styled__default.div(_templateObject5$y || (_templateObject5$y = _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"])), function (props) {
|
|
14718
16090
|
return props.$active ? colorVariables["default"].primary : colorVariables.text.medium;
|
|
14719
16091
|
});
|
|
14720
16092
|
var Tabs = function Tabs(_ref9) {
|
|
@@ -14727,20 +16099,20 @@ var Tabs = function Tabs(_ref9) {
|
|
|
14727
16099
|
border = _ref9.border,
|
|
14728
16100
|
_ref9$gap = _ref9.gap,
|
|
14729
16101
|
gap = _ref9$gap === void 0 ? '24px' : _ref9$gap;
|
|
14730
|
-
return React__default.createElement(Container$
|
|
16102
|
+
return React__default.createElement(Container$e, {
|
|
14731
16103
|
"$gap": gap,
|
|
14732
16104
|
"$border": border
|
|
14733
|
-
}, React__default.createElement(FirstContainer$
|
|
16105
|
+
}, React__default.createElement(FirstContainer$5, {
|
|
14734
16106
|
"$headerPadding": headerPadding
|
|
14735
16107
|
}, tabItems.map(function (tab, index) {
|
|
14736
|
-
return React__default.createElement(TabContainer$
|
|
16108
|
+
return React__default.createElement(TabContainer$5, {
|
|
14737
16109
|
key: index,
|
|
14738
16110
|
onClick: function onClick() {
|
|
14739
16111
|
if (!disabled && tab.onClick) tab.onClick();
|
|
14740
16112
|
},
|
|
14741
16113
|
"$disabled": disabled,
|
|
14742
16114
|
"$headerHeight": headerHeight
|
|
14743
|
-
}, React__default.createElement(TabItemContainer$
|
|
16115
|
+
}, React__default.createElement(TabItemContainer$5, {
|
|
14744
16116
|
"$active": activeTab === tab.title,
|
|
14745
16117
|
"$headerHeight": headerHeight
|
|
14746
16118
|
}, tab.icon && React__default.createElement(Icon, {
|
|
@@ -14748,11 +16120,11 @@ var Tabs = function Tabs(_ref9) {
|
|
|
14748
16120
|
icon: tab.icon,
|
|
14749
16121
|
size: tab.iconSize,
|
|
14750
16122
|
weight: tab.iconWeight
|
|
14751
|
-
}), React__default.createElement(DetailsFirstContainer$
|
|
16123
|
+
}), React__default.createElement(DetailsFirstContainer$5, {
|
|
14752
16124
|
"$active": activeTab === tab.title
|
|
14753
16125
|
}, tab.title)));
|
|
14754
16126
|
})), tabItems.map(function (tab, index) {
|
|
14755
|
-
return activeTab === tab.title && React__default.createElement(Container$
|
|
16127
|
+
return activeTab === tab.title && React__default.createElement(Container$e, {
|
|
14756
16128
|
key: index
|
|
14757
16129
|
}, tab.content);
|
|
14758
16130
|
}));
|