labsense-ui-kit 1.1.11 → 1.1.12
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/Inputs/CheckBox.d.ts +16 -0
- package/dist/Inputs/index.d.ts +2 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2046 -647
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2047 -649
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9416,7 +9416,7 @@ var SearchBar$1$1$1 = styled__default.input(_templateObject10$2$1$1 || (_templat
|
|
|
9416
9416
|
});
|
|
9417
9417
|
var _templateObject$c$1$1, _templateObject2$9$1$1;
|
|
9418
9418
|
var ModalOverlay$1$1 = styled__default.div(_templateObject$c$1$1 || (_templateObject$c$1$1 = _taggedTemplateLiteralLoose$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"])));
|
|
9419
|
-
var ModalContainer$1$1 = styled__default.div(_templateObject2$9$1$1 || (_templateObject2$9$1$1 = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n max-width: ", ";\n"])), colorVariables$1$1.accent.light, function (_ref) {
|
|
9419
|
+
var ModalContainer$1$1 = styled__default.div(_templateObject2$9$1$1 || (_templateObject2$9$1$1 = _taggedTemplateLiteralLoose$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: auto;\n"])), colorVariables$1$1.accent.light, function (_ref) {
|
|
9420
9420
|
var $maxWidth = _ref.$maxWidth;
|
|
9421
9421
|
return $maxWidth ? $maxWidth : '400px';
|
|
9422
9422
|
});
|
|
@@ -13113,8 +13113,8 @@ var SearchBar$1$1$1$1$1$1$1 = styled__default.input(_templateObject10$2$1$1$1$1$
|
|
|
13113
13113
|
var _templateObject$c$1$1$1$1$1$1, _templateObject2$9$1$1$1$1$1$1;
|
|
13114
13114
|
var ModalOverlay$1$1$1$1$1$1 = styled__default.div(_templateObject$c$1$1$1$1$1$1 || (_templateObject$c$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: 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"])));
|
|
13115
13115
|
var ModalContainer$1$1$1$1$1$1 = styled__default.div(_templateObject2$9$1$1$1$1$1$1 || (_templateObject2$9$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n background: ", ";\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n max-width: ", ";\n"])), colorVariables$1$1$1$1$1$1.accent.light, function (_ref) {
|
|
13116
|
-
var maxWidth = _ref
|
|
13117
|
-
return maxWidth ? maxWidth : '400px';
|
|
13116
|
+
var $maxWidth = _ref.$maxWidth;
|
|
13117
|
+
return $maxWidth ? $maxWidth : '400px';
|
|
13118
13118
|
});
|
|
13119
13119
|
var _templateObject$d$1$1$1$1$1$1, _templateObject2$a$1$1$1$1$1$1;
|
|
13120
13120
|
var SearchContainer$2$1$1$1$1$1$1 = styled__default.div(_templateObject$d$1$1$1$1$1$1 || (_templateObject$d$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n 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) {
|
|
@@ -14058,127 +14058,1443 @@ var SearchBar$2$1$1$1$1$1$1$1 = styled__default.input(_templateObject2$a$1$1$1$1
|
|
|
14058
14058
|
var $placeholderColor = _ref5.$placeholderColor;
|
|
14059
14059
|
return $placeholderColor || colorVariables$1$1$1$1$1$1$1.text.light;
|
|
14060
14060
|
});
|
|
14061
|
-
|
|
14062
|
-
|
|
14063
|
-
|
|
14064
|
-
|
|
14065
|
-
|
|
14066
|
-
|
|
14067
|
-
|
|
14068
|
-
|
|
14069
|
-
|
|
14070
|
-
|
|
14071
|
-
|
|
14072
|
-
|
|
14073
|
-
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
-
|
|
14061
|
+
function _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(e, t) {
|
|
14062
|
+
return t || (t = e.slice(0)), e.raw = t, e;
|
|
14063
|
+
}
|
|
14064
|
+
var colorVariables$1$1$1$1$1$1$1$1 = {
|
|
14065
|
+
brand: {
|
|
14066
|
+
primary: '#4C9EEB',
|
|
14067
|
+
secondary: '#14171A',
|
|
14068
|
+
light: '#FFFFFF'
|
|
14069
|
+
},
|
|
14070
|
+
accent: {
|
|
14071
|
+
light: '#E1E8ED',
|
|
14072
|
+
extraLight: '#F5F8FA',
|
|
14073
|
+
softBlue: '#D4EEFF',
|
|
14074
|
+
extraSoftBlue: '#E4F4FF',
|
|
14075
|
+
boldTransparent: '#5E5E5E80',
|
|
14076
|
+
transparent: '#5E5E5E4D',
|
|
14077
|
+
lightTransparent: '#5E5E5E23'
|
|
14078
|
+
},
|
|
14079
|
+
"default": {
|
|
14080
|
+
primary: '#78B6F0',
|
|
14081
|
+
secondary: '#C2C2C2',
|
|
14082
|
+
tertiary: 'transparent',
|
|
14083
|
+
error: '#F44336',
|
|
14084
|
+
success: '#4CAF50',
|
|
14085
|
+
warning: '#FF9800',
|
|
14086
|
+
info: '#2159F3'
|
|
14087
|
+
},
|
|
14088
|
+
disabled: {
|
|
14089
|
+
primary: '#B9DCF7',
|
|
14090
|
+
secondary: '#DADADA',
|
|
14091
|
+
error: '#FFEBEE',
|
|
14092
|
+
success: '#E8F5E9',
|
|
14093
|
+
warning: '#FFF3E0',
|
|
14094
|
+
info: '#E3F2FD'
|
|
14095
|
+
},
|
|
14096
|
+
hover: {
|
|
14097
|
+
primary: '#4C9EEB',
|
|
14098
|
+
secondary: '#A3A3A3',
|
|
14099
|
+
tertiary: 'transparent',
|
|
14100
|
+
error: '#D32F2F',
|
|
14101
|
+
success: '#388E3C',
|
|
14102
|
+
warning: '#F57C00',
|
|
14103
|
+
info: '#193ED2'
|
|
14104
|
+
},
|
|
14105
|
+
border: {
|
|
14106
|
+
extraBold: '#657786',
|
|
14107
|
+
bold: '#BFBFBF',
|
|
14108
|
+
medium: '#CBCED0',
|
|
14109
|
+
light: '#DCDCDC',
|
|
14110
|
+
extraLight: '#E6E3E3'
|
|
14111
|
+
},
|
|
14112
|
+
text: {
|
|
14113
|
+
dark: '#14171A',
|
|
14114
|
+
medium: '#657786',
|
|
14115
|
+
light: '#98A2AA',
|
|
14116
|
+
white: '#FFFFFF',
|
|
14117
|
+
success: '#1B5E20',
|
|
14118
|
+
error: '#B71C1C',
|
|
14119
|
+
info: '#0D30A1',
|
|
14120
|
+
warning: '#E65100'
|
|
14121
|
+
},
|
|
14122
|
+
badge: {
|
|
14123
|
+
lavender: '#E8DAFF',
|
|
14124
|
+
papayaWhip: '#FFEDD5',
|
|
14125
|
+
water: '#C7E3FF',
|
|
14126
|
+
paleBlue: '#B0F0E4',
|
|
14127
|
+
teaGreen: '#D5F7C2',
|
|
14128
|
+
lightBlue: '#ADD8E6'
|
|
14077
14129
|
}
|
|
14130
|
+
};
|
|
14131
|
+
var _templateObject$e$1$1$1$1$1$1$1, _templateObject2$b$1$1$1$1$1$1$1, _templateObject3$7$1$1$1$1$1$1$1;
|
|
14132
|
+
var wrapperCss$1$1$1$1$1$1$1$1 = styled.css(_templateObject$e$1$1$1$1$1$1$1 || (_templateObject$e$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n svg {\n overflow: visible;\n vector-effect: non-scaling-stroke;\n line,\n path,\n circle,\n ellipse,\n foreignObject,\n polygon,\n polyline,\n rect,\n text,\n textPath,\n tspan {\n vector-effect: non-scaling-stroke;\n }\n }\n"])));
|
|
14133
|
+
var IconWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$b$1$1$1$1$1$1$1 || (_templateObject2$b$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: max-content;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: ", ";\n ", ";\n"])), function (_ref) {
|
|
14134
|
+
var $clickable = _ref.$clickable;
|
|
14135
|
+
return $clickable ? 'pointer' : 'default';
|
|
14136
|
+
}, wrapperCss$1$1$1$1$1$1$1$1);
|
|
14137
|
+
var IconWrapperForSVG$1$1$1$1$1$1$1$1 = styled__default.g(_templateObject3$7$1$1$1$1$1$1$1 || (_templateObject3$7$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n ", ";\n"])), wrapperCss$1$1$1$1$1$1$1$1);
|
|
14138
|
+
var _templateObject$1$1$1$1$1$1$1$1$1, _templateObject2$1$1$1$1$1$1$1$1$1;
|
|
14139
|
+
var Container$3$1$1$1$1$1$1$1 = styled__default.div(_templateObject$1$1$1$1$1$1$1$1$1 || (_templateObject$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex: ", ";\n flex-wrap: ", ";\n flex-direction: ", ";\n justify-content: ", ";\n align-items: ", "; \n gap: ", ";\n font-weight: ", ";\n height: ", ";\n min-height: ", ";\n max-height: ", ";\n width: ", ";\n min-width: ", ";\n max-width: ", ";\n padding: ", ";\n background: ", ";\n object-fit:", ";\n margin: ", ";\n border-radius: ", ";\n 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-bottom: ", ";\n border-left: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
|
|
14140
|
+
var $flex = _ref.$flex;
|
|
14141
|
+
return $flex;
|
|
14142
|
+
}, function (_ref2) {
|
|
14143
|
+
var $flexWrap = _ref2.$flexWrap;
|
|
14144
|
+
return $flexWrap;
|
|
14078
14145
|
}, function (_ref3) {
|
|
14079
|
-
var $
|
|
14080
|
-
|
|
14081
|
-
|
|
14082
|
-
|
|
14083
|
-
|
|
14084
|
-
return colorVariables$1$1$1$1$1$1$1.text.medium;
|
|
14085
|
-
case 'light':
|
|
14086
|
-
return colorVariables$1$1$1$1$1$1$1.text.light;
|
|
14087
|
-
case 'white':
|
|
14088
|
-
return colorVariables$1$1$1$1$1$1$1.text.white;
|
|
14089
|
-
case 'warning':
|
|
14090
|
-
return colorVariables$1$1$1$1$1$1$1["default"].warning;
|
|
14091
|
-
case 'info':
|
|
14092
|
-
return colorVariables$1$1$1$1$1$1$1["default"].info;
|
|
14093
|
-
case 'success':
|
|
14094
|
-
return colorVariables$1$1$1$1$1$1$1["default"].success;
|
|
14095
|
-
case 'error':
|
|
14096
|
-
return colorVariables$1$1$1$1$1$1$1["default"].error;
|
|
14097
|
-
default:
|
|
14098
|
-
return $titlecolor;
|
|
14099
|
-
}
|
|
14100
|
-
});
|
|
14101
|
-
var Input = styled__default.input(_templateObject3$7$1$1$1$1$1$1$1 || (_templateObject3$7$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$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\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$1$1.border.light, function (_ref4) {
|
|
14102
|
-
var $disabled = _ref4.$disabled;
|
|
14103
|
-
return $disabled ? 'not-allowed' : 'auto';
|
|
14146
|
+
var $flexDirection = _ref3.$flexDirection;
|
|
14147
|
+
return $flexDirection;
|
|
14148
|
+
}, function (_ref4) {
|
|
14149
|
+
var $justifyContent = _ref4.$justifyContent;
|
|
14150
|
+
return $justifyContent;
|
|
14104
14151
|
}, function (_ref5) {
|
|
14105
|
-
var $
|
|
14106
|
-
|
|
14107
|
-
return $disabled ? colorVariables$1$1$1$1$1$1$1.disabled.secondary : $background;
|
|
14152
|
+
var $alignItems = _ref5.$alignItems;
|
|
14153
|
+
return $alignItems;
|
|
14108
14154
|
}, function (_ref6) {
|
|
14109
|
-
var $
|
|
14110
|
-
return $
|
|
14155
|
+
var $gap = _ref6.$gap;
|
|
14156
|
+
return $gap;
|
|
14111
14157
|
}, function (_ref7) {
|
|
14112
|
-
var $
|
|
14113
|
-
|
|
14114
|
-
case 'small':
|
|
14115
|
-
return "\n font-size: 12px;\n padding: 5px 10px;\n ";
|
|
14116
|
-
case 'medium':
|
|
14117
|
-
return "\n font-size: 14px;\n padding: 9.5px 12px;\n ";
|
|
14118
|
-
case 'large':
|
|
14119
|
-
return "\n font-size: 16px;\n padding: 9px 14px;\n ";
|
|
14120
|
-
default:
|
|
14121
|
-
return "\n font-size: 14px;\n padding: 7px 12px;\n ";
|
|
14122
|
-
}
|
|
14158
|
+
var $fontWeight = _ref7.$fontWeight;
|
|
14159
|
+
return $fontWeight;
|
|
14123
14160
|
}, function (_ref8) {
|
|
14124
|
-
var $
|
|
14125
|
-
|
|
14126
|
-
|
|
14127
|
-
|
|
14128
|
-
|
|
14129
|
-
|
|
14130
|
-
|
|
14131
|
-
|
|
14132
|
-
|
|
14133
|
-
|
|
14134
|
-
|
|
14135
|
-
|
|
14136
|
-
|
|
14137
|
-
|
|
14138
|
-
|
|
14139
|
-
|
|
14140
|
-
|
|
14141
|
-
|
|
14142
|
-
|
|
14143
|
-
return $color;
|
|
14144
|
-
}
|
|
14145
|
-
}, colorVariables$1$1$1$1$1$1$1.text.light);
|
|
14146
|
-
var InputWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject4$5$1$1$1$1$1$1$1 || (_templateObject4$5$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
14147
|
-
var IconWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject5$5$1$1$1$1$1$1$1 || (_templateObject5$5$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref9) {
|
|
14148
|
-
var $disabled = _ref9.$disabled;
|
|
14149
|
-
return $disabled ? 'not-allowed' : 'pointer';
|
|
14150
|
-
});
|
|
14151
|
-
var Asterisk$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject6$5$1$1$1$1$1$1$1 || (_templateObject6$5$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1$1$1$1["default"].error);
|
|
14152
|
-
var _templateObject$f, _templateObject2$c, _templateObject3$8;
|
|
14153
|
-
var Container$4 = styled__default.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
14154
|
-
var $padding = _ref.$padding;
|
|
14161
|
+
var $height = _ref8.$height;
|
|
14162
|
+
return $height;
|
|
14163
|
+
}, function (_ref9) {
|
|
14164
|
+
var $minHeight = _ref9.$minHeight;
|
|
14165
|
+
return $minHeight;
|
|
14166
|
+
}, function (_ref10) {
|
|
14167
|
+
var $maxHeight = _ref10.$maxHeight;
|
|
14168
|
+
return $maxHeight;
|
|
14169
|
+
}, function (_ref11) {
|
|
14170
|
+
var $width = _ref11.$width;
|
|
14171
|
+
return $width;
|
|
14172
|
+
}, function (_ref12) {
|
|
14173
|
+
var $minWidth = _ref12.$minWidth;
|
|
14174
|
+
return $minWidth;
|
|
14175
|
+
}, function (_ref13) {
|
|
14176
|
+
var $maxWidth = _ref13.$maxWidth;
|
|
14177
|
+
return $maxWidth;
|
|
14178
|
+
}, function (_ref14) {
|
|
14179
|
+
var $padding = _ref14.$padding;
|
|
14155
14180
|
return $padding;
|
|
14156
|
-
})
|
|
14157
|
-
var
|
|
14158
|
-
|
|
14159
|
-
|
|
14160
|
-
|
|
14161
|
-
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
|
|
14166
|
-
|
|
14167
|
-
|
|
14168
|
-
|
|
14169
|
-
|
|
14170
|
-
|
|
14171
|
-
|
|
14172
|
-
|
|
14173
|
-
|
|
14174
|
-
|
|
14175
|
-
|
|
14176
|
-
|
|
14177
|
-
|
|
14178
|
-
|
|
14179
|
-
return $
|
|
14180
|
-
}, function (
|
|
14181
|
-
var $
|
|
14181
|
+
}, function (_ref15) {
|
|
14182
|
+
var $background = _ref15.$background;
|
|
14183
|
+
return $background;
|
|
14184
|
+
}, function (_ref16) {
|
|
14185
|
+
var $objectfit = _ref16.$objectfit;
|
|
14186
|
+
return $objectfit;
|
|
14187
|
+
}, function (_ref17) {
|
|
14188
|
+
var $margin = _ref17.$margin;
|
|
14189
|
+
return $margin;
|
|
14190
|
+
}, function (_ref18) {
|
|
14191
|
+
var $borderRadius = _ref18.$borderRadius;
|
|
14192
|
+
return $borderRadius;
|
|
14193
|
+
}, function (_ref19) {
|
|
14194
|
+
var $cursor = _ref19.$cursor;
|
|
14195
|
+
return $cursor;
|
|
14196
|
+
}, function (_ref20) {
|
|
14197
|
+
var $fontSize = _ref20.$fontSize;
|
|
14198
|
+
return $fontSize;
|
|
14199
|
+
}, function (_ref21) {
|
|
14200
|
+
var $opacity = _ref21.$opacity;
|
|
14201
|
+
return $opacity;
|
|
14202
|
+
}, function (_ref22) {
|
|
14203
|
+
var $pointerEvents = _ref22.$pointerEvents;
|
|
14204
|
+
return $pointerEvents;
|
|
14205
|
+
}, function (_ref23) {
|
|
14206
|
+
var $position = _ref23.$position;
|
|
14207
|
+
return $position;
|
|
14208
|
+
}, function (_ref24) {
|
|
14209
|
+
var $top = _ref24.$top;
|
|
14210
|
+
return $top;
|
|
14211
|
+
}, function (_ref25) {
|
|
14212
|
+
var $bottom = _ref25.$bottom;
|
|
14213
|
+
return $bottom;
|
|
14214
|
+
}, function (_ref26) {
|
|
14215
|
+
var $left = _ref26.$left;
|
|
14216
|
+
return $left;
|
|
14217
|
+
}, function (_ref27) {
|
|
14218
|
+
var $right = _ref27.$right;
|
|
14219
|
+
return $right;
|
|
14220
|
+
}, function (_ref28) {
|
|
14221
|
+
var $textAlign = _ref28.$textAlign;
|
|
14222
|
+
return $textAlign;
|
|
14223
|
+
}, function (_ref29) {
|
|
14224
|
+
var $color = _ref29.$color;
|
|
14225
|
+
return $color;
|
|
14226
|
+
}, function (_ref30) {
|
|
14227
|
+
var $overflow = _ref30.$overflow;
|
|
14228
|
+
return $overflow || 'visible';
|
|
14229
|
+
}, function (_ref31) {
|
|
14230
|
+
var $overflowY = _ref31.$overflowY;
|
|
14231
|
+
return $overflowY;
|
|
14232
|
+
}, function (_ref32) {
|
|
14233
|
+
var $zIndex = _ref32.$zIndex;
|
|
14234
|
+
return $zIndex;
|
|
14235
|
+
}, function (_ref33) {
|
|
14236
|
+
var $scrollbarWidth = _ref33.$scrollbarWidth;
|
|
14237
|
+
return $scrollbarWidth;
|
|
14238
|
+
}, function (_ref34) {
|
|
14239
|
+
var $border = _ref34.$border;
|
|
14240
|
+
return $border;
|
|
14241
|
+
}, function (_ref35) {
|
|
14242
|
+
var $borderBottom = _ref35.$borderBottom;
|
|
14243
|
+
return $borderBottom;
|
|
14244
|
+
}, function (_ref36) {
|
|
14245
|
+
var $borderLeft = _ref36.$borderLeft;
|
|
14246
|
+
return $borderLeft;
|
|
14247
|
+
}, function (_ref37) {
|
|
14248
|
+
var $hoverBackground = _ref37.$hoverBackground;
|
|
14249
|
+
return $hoverBackground;
|
|
14250
|
+
}, function (_ref38) {
|
|
14251
|
+
var $hoverColor = _ref38.$hoverColor;
|
|
14252
|
+
return $hoverColor;
|
|
14253
|
+
});
|
|
14254
|
+
var Span$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject2$1$1$1$1$1$1$1$1$1 || (_templateObject2$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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 (_ref39) {
|
|
14255
|
+
var $fontFamily = _ref39.$fontFamily;
|
|
14256
|
+
return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
|
|
14257
|
+
}, function (_ref40) {
|
|
14258
|
+
var $fontWeight = _ref40.$fontWeight;
|
|
14259
|
+
return $fontWeight ? $fontWeight : '500';
|
|
14260
|
+
}, function (_ref41) {
|
|
14261
|
+
var $fontSize = _ref41.$fontSize;
|
|
14262
|
+
return $fontSize ? $fontSize : '16px';
|
|
14263
|
+
}, function (_ref42) {
|
|
14264
|
+
var $color = _ref42.$color;
|
|
14265
|
+
return $color ? $color : colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14266
|
+
}, function (_ref43) {
|
|
14267
|
+
var $lineHeight = _ref43.$lineHeight;
|
|
14268
|
+
return $lineHeight ? $lineHeight : '100%';
|
|
14269
|
+
}, function (_ref44) {
|
|
14270
|
+
var $textAlign = _ref44.$textAlign;
|
|
14271
|
+
return $textAlign ? $textAlign : 'center';
|
|
14272
|
+
}, function (_ref45) {
|
|
14273
|
+
var $minWidth = _ref45.$minWidth;
|
|
14274
|
+
return $minWidth;
|
|
14275
|
+
}, function (_ref46) {
|
|
14276
|
+
var $width = _ref46.$width;
|
|
14277
|
+
return $width;
|
|
14278
|
+
}, function (_ref47) {
|
|
14279
|
+
var $overflowWrap = _ref47.$overflowWrap;
|
|
14280
|
+
return $overflowWrap;
|
|
14281
|
+
});
|
|
14282
|
+
var _templateObject$2$1$1$1$1$1$1$1$1, _templateObject2$2$1$1$1$1$1$1$1$1;
|
|
14283
|
+
var TooltipWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$2$1$1$1$1$1$1$1$1 || (_templateObject$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n svg {\n cursor: pointer;\n } \n"])));
|
|
14284
|
+
var TooltipText$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject2$2$1$1$1$1$1$1$1$1 || (_templateObject2$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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) {
|
|
14285
|
+
var $visible = _ref.$visible;
|
|
14286
|
+
return $visible ? 'visible' : 'hidden';
|
|
14287
|
+
}, function (_ref2) {
|
|
14288
|
+
var $visible = _ref2.$visible;
|
|
14289
|
+
return $visible ? 1 : 0;
|
|
14290
|
+
}, function (_ref3) {
|
|
14291
|
+
var $bgColor = _ref3.$bgColor;
|
|
14292
|
+
return $bgColor || colorVariables$1$1$1$1$1$1$1$1.brand.light;
|
|
14293
|
+
}, colorVariables$1$1$1$1$1$1$1$1.text.medium);
|
|
14294
|
+
var _templateObject$3$1$1$1$1$1$1$1$1;
|
|
14295
|
+
var BreadCrum$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject$3$1$1$1$1$1$1$1$1 || (_templateObject$3$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n font-weight: 400;\n font-size: 12px;\n color: ", ";\n line-height: 100%;\n text-align: center;\n opacity: ", ";\n \n &:hover {\n text-decoration: ", ";\n cursor: ", ";\n color: ", ";\n }\n"])), function (_ref) {
|
|
14296
|
+
var $color = _ref.$color;
|
|
14297
|
+
return $color ? $color : colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14298
|
+
}, function (_ref2) {
|
|
14299
|
+
var $disabled = _ref2.$disabled;
|
|
14300
|
+
return $disabled ? '0.6' : '1';
|
|
14301
|
+
}, function (_ref3) {
|
|
14302
|
+
var $hover = _ref3.$hover,
|
|
14303
|
+
$disabled = _ref3.$disabled;
|
|
14304
|
+
return $hover && !$disabled && 'underline';
|
|
14305
|
+
}, function (_ref4) {
|
|
14306
|
+
var $hover = _ref4.$hover,
|
|
14307
|
+
$disabled = _ref4.$disabled;
|
|
14308
|
+
return $hover && !$disabled ? 'pointer' : 'default';
|
|
14309
|
+
}, function (_ref5) {
|
|
14310
|
+
var $hover = _ref5.$hover,
|
|
14311
|
+
$disabled = _ref5.$disabled;
|
|
14312
|
+
return $hover && !$disabled && colorVariables$1$1$1$1$1$1$1$1["default"].primary;
|
|
14313
|
+
});
|
|
14314
|
+
var _templateObject$4$1$1$1$1$1$1$1$1;
|
|
14315
|
+
var fontFaces$1$1$1$1$1$1$1$1 = styled.css(_templateObject$4$1$1$1$1$1$1$1$1 || (_templateObject$4$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n @font-face {\n font-family: 'NotoSans';\n font-weight: 200;\n font-style: normal;\n src: url('./NotoSans-ExtraLight.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 300;\n font-style: normal;\n src: url('./NotoSans-Light.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 400;\n font-style: normal;\n src: url('./NotoSans-Regular.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 400;\n font-style: italic;\n src: url('./NotoSans-italic.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 500;\n font-style: normal;\n src: url('./NotoSans-Medium.woff') format('woff');\n font-display: fallback;\n }\n\n @font-face {\n font-family: 'NotoSans';\n font-weight: 600;\n font-style: normal;\n src: url('./NotoSans-SemiBold.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 700;\n font-style: normal;\n src: url('./NotoSans-Bold.woff') format('woff');\n font-display: fallback;\n }\n @font-face {\n font-family: 'NotoSans';\n font-weight: 800;\n font-style: normal;\n src: url('./NotoSans-ExtraBold.woff') format('woff');\n font-display: fallback;\n }\n"])));
|
|
14316
|
+
var GlobalFonts$1$1$1$1$1$1$1$1 = {
|
|
14317
|
+
bold: 'NotoSans, sans-serif',
|
|
14318
|
+
regular: 'NotoSans, sans-serif',
|
|
14319
|
+
light: 'NotoSans, sans-serif'
|
|
14320
|
+
};
|
|
14321
|
+
var _templateObject$5$1$1$1$1$1$1$1$1, _templateObject2$3$1$1$1$1$1$1$1$1, _templateObject3$1$1$1$1$1$1$1$1$1, _templateObject4$5$1$1$1$1$1$1$1, _templateObject5$5$1$1$1$1$1$1$1, _templateObject6$5$1$1$1$1$1$1$1;
|
|
14322
|
+
var spin$1$1$1$1$1$1$1$1 = styled.keyframes(_templateObject$5$1$1$1$1$1$1$1$1 || (_templateObject$5$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
14323
|
+
var Spinner$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$3$1$1$1$1$1$1$1$1 || (_templateObject2$3$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: ", "px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: fadeIn 0.3s ease-in-out forwards, ", " 1s linear infinite;\n"])), function (_ref) {
|
|
14324
|
+
var $size = _ref.$size;
|
|
14325
|
+
return $size;
|
|
14326
|
+
}, function (_ref2) {
|
|
14327
|
+
var $size = _ref2.$size;
|
|
14328
|
+
return $size;
|
|
14329
|
+
}, function (_ref3) {
|
|
14330
|
+
var $size = _ref3.$size;
|
|
14331
|
+
return $size / 4;
|
|
14332
|
+
}, function (_ref4) {
|
|
14333
|
+
var $color = _ref4.$color;
|
|
14334
|
+
return $color;
|
|
14335
|
+
}, spin$1$1$1$1$1$1$1$1);
|
|
14336
|
+
var LoaderWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject3$1$1$1$1$1$1$1$1$1 || (_templateObject3$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n margin-left: ", ";\n margin-right: ", ";\n transition: opacity 0.3s ease-in-out;\n"])), function (_ref5) {
|
|
14337
|
+
var $loaderPosition = _ref5.$loaderPosition;
|
|
14338
|
+
return $loaderPosition === 'right' ? '4px' : '0';
|
|
14339
|
+
}, function (_ref6) {
|
|
14340
|
+
var $loaderPosition = _ref6.$loaderPosition;
|
|
14341
|
+
return $loaderPosition === 'left' ? '4px' : '0';
|
|
14342
|
+
});
|
|
14343
|
+
var Container$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject4$5$1$1$1$1$1$1$1 || (_templateObject4$5$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: ", ";\n gap: ", ";\n svg {\n cursor: ", ";\n }\n"])), function (_ref7) {
|
|
14344
|
+
var $iconPosition = _ref7.$iconPosition;
|
|
14345
|
+
return $iconPosition === 'right' ? 'row-reverse' : 'row';
|
|
14346
|
+
}, function (_ref8) {
|
|
14347
|
+
var gap = _ref8.gap;
|
|
14348
|
+
return gap || '4px';
|
|
14349
|
+
}, function (_ref9) {
|
|
14350
|
+
var cursor = _ref9.cursor;
|
|
14351
|
+
return cursor;
|
|
14352
|
+
});
|
|
14353
|
+
var StyledButton$1$1$1$1$1$1$1$1 = styled__default.button(_templateObject5$5$1$1$1$1$1$1$1 || (_templateObject5$5$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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) {
|
|
14354
|
+
var $disabled = _ref10.$disabled;
|
|
14355
|
+
return $disabled ? 'none' : 'auto';
|
|
14356
|
+
}, function (_ref11) {
|
|
14357
|
+
var $disabled = _ref11.$disabled;
|
|
14358
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
14359
|
+
}, function (_ref12) {
|
|
14360
|
+
var $borderRadius = _ref12.$borderRadius;
|
|
14361
|
+
return $borderRadius || '8px';
|
|
14362
|
+
}, function (_ref13) {
|
|
14363
|
+
var $size = _ref13.$size,
|
|
14364
|
+
$padding = _ref13.$padding;
|
|
14365
|
+
return $size === 'small' ? '8px 12.2px' : $size === 'medium' ? '10px 19px' : $size === 'large' ? '12px 24.5px' : $size === 'custom' ? $padding : '10px 16px';
|
|
14366
|
+
}, function (_ref14) {
|
|
14367
|
+
var _$borderHover$match;
|
|
14368
|
+
var $variant = _ref14.$variant,
|
|
14369
|
+
$disabled = _ref14.$disabled,
|
|
14370
|
+
$borderHover = _ref14.$borderHover,
|
|
14371
|
+
$borderDefault = _ref14.$borderDefault,
|
|
14372
|
+
$background = _ref14.$background,
|
|
14373
|
+
$color = _ref14.$color,
|
|
14374
|
+
$colorHover = _ref14.$colorHover;
|
|
14375
|
+
switch ($variant) {
|
|
14376
|
+
case 'primary':
|
|
14377
|
+
return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1$1$1$1["default"].primary) + ";\n color: " + colorVariables$1$1$1$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1$1$1$1.disabled.primary : "1px solid " + colorVariables$1$1$1$1$1$1$1$1["default"].primary) + ";\n &:hover {\n background: " + colorVariables$1$1$1$1$1$1$1$1.hover.primary + ";\n border: 1px solid " + colorVariables$1$1$1$1$1$1$1$1.hover.primary + ";\n }\n ";
|
|
14378
|
+
case 'secondary':
|
|
14379
|
+
return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1["default"].secondary) + "; \n color: " + colorVariables$1$1$1$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : "1px solid " + colorVariables$1$1$1$1$1$1$1$1["default"].secondary) + ";\n &:hover{\n background: " + colorVariables$1$1$1$1$1$1$1$1.hover.secondary + ";\n border: 1px solid " + colorVariables$1$1$1$1$1$1$1$1.hover.secondary + ";\n }\n ";
|
|
14380
|
+
case 'tertiary':
|
|
14381
|
+
return "\n background: " + colorVariables$1$1$1$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1$1$1$1["default"].primary) + ";\n border: " + ($borderDefault ? "" + $borderDefault : "1px solid " + colorVariables$1$1$1$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$1$1$1.hover.primary) + ";\n border: " + ($borderHover ? $borderHover : "1px solid " + colorVariables$1$1$1$1$1$1$1$1.hover.primary) + ";\n }\n ";
|
|
14382
|
+
case 'error':
|
|
14383
|
+
return "\n background: " + ($disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1$1$1$1["default"].error) + "; \n color: " + colorVariables$1$1$1$1$1$1$1$1.text.white + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1$1$1$1.disabled.error : "1px solid " + colorVariables$1$1$1$1$1$1$1$1["default"].error) + ";\n &:hover{\n background: " + colorVariables$1$1$1$1$1$1$1$1.hover.error + ";\n border: 1px solid " + colorVariables$1$1$1$1$1$1$1$1.hover.error + ";\n }\n ";
|
|
14384
|
+
case 'outline-primary':
|
|
14385
|
+
return "\n background: " + colorVariables$1$1$1$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1$1$1$1["default"].primary) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1$1$1$1.disabled.primary : "1px solid " + colorVariables$1$1$1$1$1$1$1$1["default"].primary) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1$1$1$1.hover.primary + ";\n color: " + colorVariables$1$1$1$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1$1$1$1.hover.primary + ";\n }\n ";
|
|
14386
|
+
case 'outline-secondary':
|
|
14387
|
+
return "\n background: " + colorVariables$1$1$1$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1["default"].secondary) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : "1px solid " + colorVariables$1$1$1$1$1$1$1$1["default"].secondary) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1$1$1$1.hover.secondary + ";\n color: " + colorVariables$1$1$1$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1$1$1$1.hover.secondary + ";\n }\n ";
|
|
14388
|
+
case 'outline-error':
|
|
14389
|
+
return "\n background: " + colorVariables$1$1$1$1$1$1$1$1["default"].tertiary + ";\n color: " + ($disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1$1$1$1["default"].error) + ";\n border: " + ($disabled ? "1px solid " + colorVariables$1$1$1$1$1$1$1$1.disabled.error : "1px solid " + colorVariables$1$1$1$1$1$1$1$1["default"].error) + ";\n &:hover{\n border: 1px solid " + colorVariables$1$1$1$1$1$1$1$1.hover.error + ";\n color: " + colorVariables$1$1$1$1$1$1$1$1.text.white + ";\n background: " + colorVariables$1$1$1$1$1$1$1$1.hover.error + ";\n }\n ";
|
|
14390
|
+
case 'custom':
|
|
14391
|
+
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 ";
|
|
14392
|
+
default:
|
|
14393
|
+
return '';
|
|
14394
|
+
}
|
|
14395
|
+
}, function (_ref15) {
|
|
14396
|
+
var color = _ref15.color;
|
|
14397
|
+
return color;
|
|
14398
|
+
});
|
|
14399
|
+
var ButtonText$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject6$5$1$1$1$1$1$1$1 || (_templateObject6$5$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n font-family: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n white-space: nowrap;\n"])), function (_ref16) {
|
|
14400
|
+
var $fontFamily = _ref16.$fontFamily;
|
|
14401
|
+
return $fontFamily ? $fontFamily : GlobalFonts$1$1$1$1$1$1$1$1.bold;
|
|
14402
|
+
}, function (_ref17) {
|
|
14403
|
+
var $size = _ref17.$size,
|
|
14404
|
+
$fontSize = _ref17.$fontSize;
|
|
14405
|
+
return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
|
|
14406
|
+
}, function (_ref18) {
|
|
14407
|
+
var $fontWeight = _ref18.$fontWeight,
|
|
14408
|
+
$size = _ref18.$size;
|
|
14409
|
+
return $size === 'custom' && $fontWeight || '500';
|
|
14410
|
+
}, function (_ref19) {
|
|
14411
|
+
var $size = _ref19.$size,
|
|
14412
|
+
$fontSize = _ref19.$fontSize;
|
|
14413
|
+
return $size === 'small' ? '14px' : $size === 'medium' ? '16px' : $size === 'large' ? '18px' : $size === 'custom' ? $fontSize : '16px';
|
|
14414
|
+
});
|
|
14415
|
+
var _templateObject$6$1$1$1$1$1$1$1$1;
|
|
14416
|
+
var InnerContent$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$6$1$1$1$1$1$1$1$1 || (_templateObject$6$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n gap: 12px;\n overflow-x: auto;\n scroll-behavior: smooth;\n scrollbar-width: none;\n ms-overflow-style: none;\n white-space: nowrap;\n padding: ", "; \n margin: 0 10px;\n"])), function (_ref) {
|
|
14417
|
+
var $isScrollable = _ref.$isScrollable;
|
|
14418
|
+
return $isScrollable ? '0 12px' : '0';
|
|
14419
|
+
});
|
|
14420
|
+
var _templateObject$7$1$1$1$1$1$1$1$1, _templateObject2$4$1$1$1$1$1$1$1$1, _templateObject3$2$1$1$1$1$1$1$1$1, _templateObject4$1$1$1$1$1$1$1$1$1, _templateObject5$1$1$1$1$1$1$1$1$1, _templateObject6$1$1$1$1$1$1$1$1$1, _templateObject7$3$1$1$1$1$1$1$1, _templateObject8$3$1$1$1$1$1$1$1, _templateObject9$3$1$1$1$1$1$1$1, _templateObject10$3$1$1$1$1$1$1$1, _templateObject11$2$1$1$1$1$1$1$1, _templateObject12$1$1$1$1$1$1$1$1, _templateObject13$1$1$1$1$1$1$1$1, _templateObject14$1$1$1$1$1$1$1$1, _templateObject15$1$1$1$1$1$1$1$1, _templateObject16$1$1$1$1$1$1$1$1, _templateObject17$1$1$1$1$1$1$1$1, _templateObject18$1$1$1$1$1$1$1$1, _templateObject19$1$1$1$1$1$1$1$1, _templateObject20$1$1$1$1$1$1$1$1, _templateObject21$1$1$1$1$1$1$1$1;
|
|
14421
|
+
var DatePickerContainer$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$7$1$1$1$1$1$1$1$1 || (_templateObject$7$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 100%;\n display: flex;\n flex-direction: column;\n position: relative;\n"])));
|
|
14422
|
+
var CalendarContainer$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$4$1$1$1$1$1$1$1$1 || (_templateObject2$4$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.border.medium);
|
|
14423
|
+
var Calendar$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject3$2$1$1$1$1$1$1$1$1 || (_templateObject3$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1([""])));
|
|
14424
|
+
var CalendarTime$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject4$1$1$1$1$1$1$1$1$1 || (_templateObject4$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.border.medium);
|
|
14425
|
+
var StartDate$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject5$1$1$1$1$1$1$1$1$1 || (_templateObject5$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n padding-bottom: 4px;\n"])));
|
|
14426
|
+
var SelectedStart$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject6$1$1$1$1$1$1$1$1$1 || (_templateObject6$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.text.medium);
|
|
14427
|
+
var CurrentDate$1$1$1$1$1$1$1$1 = styled__default.p(_templateObject7$3$1$1$1$1$1$1$1 || (_templateObject7$3$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 12px;\n"])));
|
|
14428
|
+
var CurrentTime$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject8$3$1$1$1$1$1$1$1 || (_templateObject8$3$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.text.medium);
|
|
14429
|
+
var Selectedtime$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject9$3$1$1$1$1$1$1$1 || (_templateObject9$3$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.text.medium);
|
|
14430
|
+
var Line$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject10$3$1$1$1$1$1$1$1 || (_templateObject10$3$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 100%;\n padding-top: 10px;\n padding-bottom: 10px;\n"])));
|
|
14431
|
+
var Zones$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject11$2$1$1$1$1$1$1$1 || (_templateObject11$2$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n"])));
|
|
14432
|
+
var CalendarHeader$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject12$1$1$1$1$1$1$1$1 || (_templateObject12$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 10px;\n"])));
|
|
14433
|
+
var CalendarMonthYear$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject13$1$1$1$1$1$1$1$1 || (_templateObject13$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.text.medium);
|
|
14434
|
+
var CalendarContent$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject14$1$1$1$1$1$1$1$1 || (_templateObject14$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n gap: 5px;\n padding: 10px;\n"])));
|
|
14435
|
+
var Button$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject15$1$1$1$1$1$1$1$1 || (_templateObject15$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n background:", ";\n color: ", ";\n border: none;\n border-radius: 5px;\n padding: 5px 10px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n height: ", ";\n\n svg {\n cursor: pointer;\n }\n"])), colorVariables$1$1$1$1$1$1$1$1["default"].secondary, colorVariables$1$1$1$1$1$1$1$1.text.white, function (_ref) {
|
|
14436
|
+
var $size = _ref.$size;
|
|
14437
|
+
return $size ? $size + "px" : '30px';
|
|
14438
|
+
}, function (_ref2) {
|
|
14439
|
+
var $size = _ref2.$size;
|
|
14440
|
+
return $size ? $size + "px" : '30px';
|
|
14441
|
+
});
|
|
14442
|
+
var CalendarDates$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject16$1$1$1$1$1$1$1$1 || (_templateObject16$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 50%;\n cursor: ", "; \n font-size: 12px;\n opacity: ", "; \n\n background-color: ", ";\n\n color: ", ";\n\n &:hover {\n background-color: ", ";\n }\n"])), function (_ref3) {
|
|
14443
|
+
var $size = _ref3.$size;
|
|
14444
|
+
return $size ? $size + "px" : '30px';
|
|
14445
|
+
}, function (_ref4) {
|
|
14446
|
+
var $size = _ref4.$size;
|
|
14447
|
+
return $size ? $size + "px" : '30px';
|
|
14448
|
+
}, function (_ref5) {
|
|
14449
|
+
var $isFuture = _ref5.$isFuture,
|
|
14450
|
+
$futureDateTime = _ref5.$futureDateTime;
|
|
14451
|
+
return !$futureDateTime && $isFuture ? 'default' : 'pointer';
|
|
14452
|
+
}, function (_ref6) {
|
|
14453
|
+
var $isFuture = _ref6.$isFuture,
|
|
14454
|
+
$futureDateTime = _ref6.$futureDateTime;
|
|
14455
|
+
return !$futureDateTime && $isFuture ? 0.5 : 1;
|
|
14456
|
+
}, function (_ref7) {
|
|
14457
|
+
var $selected = _ref7.$selected,
|
|
14458
|
+
$inRange = _ref7.$inRange;
|
|
14459
|
+
return $selected ? colorVariables$1$1$1$1$1$1$1$1["default"].primary : $inRange ? colorVariables$1$1$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1$1$1["default"].tertiary;
|
|
14460
|
+
}, function (_ref8) {
|
|
14461
|
+
var $selected = _ref8.$selected,
|
|
14462
|
+
$inRange = _ref8.$inRange;
|
|
14463
|
+
return $selected ? colorVariables$1$1$1$1$1$1$1$1.text.white : $inRange ? colorVariables$1$1$1$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14464
|
+
}, function (_ref9) {
|
|
14465
|
+
var $selected = _ref9.$selected,
|
|
14466
|
+
$inRange = _ref9.$inRange,
|
|
14467
|
+
$isFuture = _ref9.$isFuture,
|
|
14468
|
+
$futureDateTime = _ref9.$futureDateTime;
|
|
14469
|
+
return !$futureDateTime && $isFuture ? 'transparent' : $selected ? colorVariables$1$1$1$1$1$1$1$1.disabled.primary : $inRange ? colorVariables$1$1$1$1$1$1$1$1.disabled.primary : colorVariables$1$1$1$1$1$1$1$1.disabled.primary;
|
|
14470
|
+
});
|
|
14471
|
+
var Year$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject17$1$1$1$1$1$1$1$1 || (_templateObject17$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 12px;\n"])));
|
|
14472
|
+
var Month$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject18$1$1$1$1$1$1$1$1 || (_templateObject18$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n font-family: NotoSans, sans-serif;\n font-weight: 600;\n font-size: 14px;\n"])));
|
|
14473
|
+
var InputWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject19$1$1$1$1$1$1$1$1 || (_templateObject19$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n gap: 24px;\n"])));
|
|
14474
|
+
var TimeInputWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject20$1$1$1$1$1$1$1$1 || (_templateObject20$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n"])));
|
|
14475
|
+
var StyledInput$1$1$1$1$1$1$1$1 = styled__default.input(_templateObject21$1$1$1$1$1$1$1$1 || (_templateObject21$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n outline: none;\n width: 60px;\n height: 30px;\n text-align: center;\n font-size: 16px;\n border-radius: 5px;\n background: white;\n border: 1px solid ", ";\n color: ", ";\n"])), colorVariables$1$1$1$1$1$1$1$1.border.extraBold, colorVariables$1$1$1$1$1$1$1$1.text.dark);
|
|
14476
|
+
var _templateObject$8$1$1$1$1$1$1$1$1, _templateObject2$5$1$1$1$1$1$1$1$1, _templateObject3$3$1$1$1$1$1$1$1$1, _templateObject4$2$1$1$1$1$1$1$1$1, _templateObject5$2$1$1$1$1$1$1$1$1, _templateObject6$2$1$1$1$1$1$1$1$1;
|
|
14477
|
+
var OptionContainer$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$8$1$1$1$1$1$1$1$1 || (_templateObject$8$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1([""])));
|
|
14478
|
+
var OptionItem$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$5$1$1$1$1$1$1$1$1 || (_templateObject2$5$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n border-bottom: ", ";\n"])), function (_ref) {
|
|
14479
|
+
var $optionBorder = _ref.$optionBorder,
|
|
14480
|
+
$isborder = _ref.$isborder;
|
|
14481
|
+
return $isborder ? $optionBorder || "1px solid " + colorVariables$1$1$1$1$1$1$1$1.border.extraLight : '';
|
|
14482
|
+
});
|
|
14483
|
+
var OptionLabel$1$1$1$1$1$1$1$1 = styled__default.label(_templateObject3$3$1$1$1$1$1$1$1$1 || (_templateObject3$3$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n cursor: pointer;\n display: flex;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans, sans-serif;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n color: ", ";\n"])), function (_ref2) {
|
|
14484
|
+
var $optionColor = _ref2.$optionColor;
|
|
14485
|
+
switch ($optionColor) {
|
|
14486
|
+
case 'dark':
|
|
14487
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14488
|
+
case 'medium':
|
|
14489
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14490
|
+
case 'light':
|
|
14491
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14492
|
+
case 'white':
|
|
14493
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14494
|
+
case 'warning':
|
|
14495
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14496
|
+
case 'info':
|
|
14497
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14498
|
+
case 'success':
|
|
14499
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14500
|
+
case 'error':
|
|
14501
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14502
|
+
default:
|
|
14503
|
+
return $optionColor || colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14504
|
+
}
|
|
14505
|
+
});
|
|
14506
|
+
var SearchContainer$3$1$1$1$1$1$1$1 = styled__default.div(_templateObject4$2$1$1$1$1$1$1$1$1 || (_templateObject4$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border-bottom: ", ";\n border-radius: ", ";\n padding: 8px 8px;\n display: flex;\n align-items: center;\n gap: 8px;\n"])), function (_ref3) {
|
|
14507
|
+
var $background = _ref3.$background;
|
|
14508
|
+
switch ($background) {
|
|
14509
|
+
case 'dark':
|
|
14510
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14511
|
+
case 'medium':
|
|
14512
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14513
|
+
case 'light':
|
|
14514
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14515
|
+
case 'white':
|
|
14516
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14517
|
+
case 'warning':
|
|
14518
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14519
|
+
case 'info':
|
|
14520
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14521
|
+
case 'success':
|
|
14522
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14523
|
+
case 'error':
|
|
14524
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14525
|
+
default:
|
|
14526
|
+
return $background;
|
|
14527
|
+
}
|
|
14528
|
+
}, function (_ref4) {
|
|
14529
|
+
var $borderBottom = _ref4.$borderBottom;
|
|
14530
|
+
return $borderBottom || 'none';
|
|
14531
|
+
}, function (_ref5) {
|
|
14532
|
+
var $borderRadius = _ref5.$borderRadius;
|
|
14533
|
+
return $borderRadius || '8px';
|
|
14534
|
+
});
|
|
14535
|
+
var SearchBar$3$1$1$1$1$1$1$1 = styled__default.input(_templateObject5$2$1$1$1$1$1$1$1$1 || (_templateObject5$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 14px;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), colorVariables$1$1$1$1$1$1$1$1["default"].tertiary, function (_ref6) {
|
|
14536
|
+
var $inputColor = _ref6.$inputColor;
|
|
14537
|
+
switch ($inputColor) {
|
|
14538
|
+
case 'dark':
|
|
14539
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14540
|
+
case 'medium':
|
|
14541
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14542
|
+
case 'light':
|
|
14543
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14544
|
+
case 'white':
|
|
14545
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14546
|
+
case 'warning':
|
|
14547
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14548
|
+
case 'info':
|
|
14549
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14550
|
+
case 'success':
|
|
14551
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14552
|
+
case 'error':
|
|
14553
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14554
|
+
default:
|
|
14555
|
+
return $inputColor;
|
|
14556
|
+
}
|
|
14557
|
+
}, function (_ref7) {
|
|
14558
|
+
var $placeholderColor = _ref7.$placeholderColor;
|
|
14559
|
+
switch ($placeholderColor) {
|
|
14560
|
+
case 'dark':
|
|
14561
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14562
|
+
case 'medium':
|
|
14563
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14564
|
+
case 'light':
|
|
14565
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14566
|
+
case 'white':
|
|
14567
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14568
|
+
case 'warning':
|
|
14569
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14570
|
+
case 'info':
|
|
14571
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14572
|
+
case 'success':
|
|
14573
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14574
|
+
case 'error':
|
|
14575
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14576
|
+
default:
|
|
14577
|
+
return $placeholderColor;
|
|
14578
|
+
}
|
|
14579
|
+
});
|
|
14580
|
+
var Text$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject6$2$1$1$1$1$1$1$1$1 || (_templateObject6$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n word-break: break-word;\n"])));
|
|
14581
|
+
var _templateObject$9$1$1$1$1$1$1$1$1, _templateObject2$6$1$1$1$1$1$1$1$1, _templateObject3$4$1$1$1$1$1$1$1$1, _templateObject4$3$1$1$1$1$1$1$1$1, _templateObject5$3$1$1$1$1$1$1$1$1, _templateObject6$3$1$1$1$1$1$1$1$1, _templateObject7$1$1$1$1$1$1$1$1$1, _templateObject8$1$1$1$1$1$1$1$1$1, _templateObject9$1$1$1$1$1$1$1$1$1, _templateObject10$1$1$1$1$1$1$1$1$1, _templateObject11$1$1$1$1$1$1$1$1$1;
|
|
14582
|
+
var DropdownContainer$2$1$1$1$1$1$1$1 = styled__default.div(_templateObject$9$1$1$1$1$1$1$1$1 || (_templateObject$9$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: ", ";\n height: ", ";\n max-width: 100%;\n position: relative;\n max-height: ", ";\n"])), function (_ref) {
|
|
14583
|
+
var $width = _ref.$width;
|
|
14584
|
+
return $width || '100%';
|
|
14585
|
+
}, function (_ref2) {
|
|
14586
|
+
var $height = _ref2.$height;
|
|
14587
|
+
return $height || '100%';
|
|
14588
|
+
}, function (_ref3) {
|
|
14589
|
+
var $replaceLabel = _ref3.$replaceLabel;
|
|
14590
|
+
return $replaceLabel ? 'calc(100% - 22px)' : '';
|
|
14591
|
+
});
|
|
14592
|
+
var DropdownButton$2$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$6$1$1$1$1$1$1$1$1 || (_templateObject2$6$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n overflow: ", ";\n padding: ", ";\n gap: 8px;\n box-sizing: border-box;\n transition: all 0.3s ease;\n width: ", ";\n height: ", ";\n border: ", ";\n border-radius: ", ";\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n background: ", ";\n color: ", ";\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref4) {
|
|
14593
|
+
var $replaceLabel = _ref4.$replaceLabel;
|
|
14594
|
+
return $replaceLabel ? 'auto' : '';
|
|
14595
|
+
}, function (_ref5) {
|
|
14596
|
+
var $size = _ref5.$size;
|
|
14597
|
+
switch ($size) {
|
|
14598
|
+
case 'small':
|
|
14599
|
+
return '9px 12px';
|
|
14600
|
+
case 'large':
|
|
14601
|
+
return '24px 12px';
|
|
14602
|
+
default:
|
|
14603
|
+
return '14px 12px';
|
|
14604
|
+
}
|
|
14605
|
+
}, function (_ref6) {
|
|
14606
|
+
var $width = _ref6.$width;
|
|
14607
|
+
return $width ? $width : '100%';
|
|
14608
|
+
}, function (_ref7) {
|
|
14609
|
+
var $height = _ref7.$height;
|
|
14610
|
+
return $height || '100%';
|
|
14611
|
+
}, function (_ref8) {
|
|
14612
|
+
var $border = _ref8.$border,
|
|
14613
|
+
$isOpen = _ref8.$isOpen;
|
|
14614
|
+
return $isOpen ? "1px solid " + colorVariables$1$1$1$1$1$1$1$1.text.dark : $border || "1px solid " + colorVariables$1$1$1$1$1$1$1$1.border.light;
|
|
14615
|
+
}, function (_ref9) {
|
|
14616
|
+
var $borderRadius = _ref9.$borderRadius;
|
|
14617
|
+
return $borderRadius || '8px';
|
|
14618
|
+
}, function (_ref10) {
|
|
14619
|
+
var $disabled = _ref10.$disabled;
|
|
14620
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
14621
|
+
}, function (_ref11) {
|
|
14622
|
+
var $background = _ref11.$background,
|
|
14623
|
+
$disabled = _ref11.$disabled;
|
|
14624
|
+
switch ($background) {
|
|
14625
|
+
case 'dark':
|
|
14626
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14627
|
+
case 'medium':
|
|
14628
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14629
|
+
case 'light':
|
|
14630
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14631
|
+
case 'white':
|
|
14632
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14633
|
+
case 'warning':
|
|
14634
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14635
|
+
case 'info':
|
|
14636
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14637
|
+
case 'success':
|
|
14638
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14639
|
+
case 'error':
|
|
14640
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14641
|
+
default:
|
|
14642
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : $background;
|
|
14643
|
+
}
|
|
14644
|
+
}, function (_ref12) {
|
|
14645
|
+
var $color = _ref12.$color;
|
|
14646
|
+
return $color || colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14647
|
+
}, function (_ref13) {
|
|
14648
|
+
var $size = _ref13.$size;
|
|
14649
|
+
switch ($size) {
|
|
14650
|
+
case 'small':
|
|
14651
|
+
return '12px';
|
|
14652
|
+
case 'large':
|
|
14653
|
+
return '16px';
|
|
14654
|
+
default:
|
|
14655
|
+
return '14px';
|
|
14656
|
+
}
|
|
14657
|
+
}, function (_ref14) {
|
|
14658
|
+
var $size = _ref14.$size;
|
|
14659
|
+
switch ($size) {
|
|
14660
|
+
case 'small':
|
|
14661
|
+
return '12px';
|
|
14662
|
+
case 'large':
|
|
14663
|
+
return '16px';
|
|
14664
|
+
default:
|
|
14665
|
+
return '14px';
|
|
14666
|
+
}
|
|
14667
|
+
});
|
|
14668
|
+
var TitleText$2$1$1$1$1$1$1$1 = styled__default.div(_templateObject3$4$1$1$1$1$1$1$1$1 || (_templateObject3$4$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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) {
|
|
14669
|
+
var $titleSize = _ref15.$titleSize,
|
|
14670
|
+
$size = _ref15.$size;
|
|
14671
|
+
return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
|
|
14672
|
+
}, function (_ref16) {
|
|
14673
|
+
var $titleSize = _ref16.$titleSize,
|
|
14674
|
+
$size = _ref16.$size;
|
|
14675
|
+
return $titleSize ? $titleSize + "px" : $size === 'small' ? '14px' : $size === 'large' ? '18px' : '16px';
|
|
14676
|
+
}, function (_ref17) {
|
|
14677
|
+
var $titleColor = _ref17.$titleColor;
|
|
14678
|
+
switch ($titleColor) {
|
|
14679
|
+
case 'dark':
|
|
14680
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14681
|
+
case 'medium':
|
|
14682
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14683
|
+
case 'light':
|
|
14684
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14685
|
+
case 'white':
|
|
14686
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14687
|
+
case 'warning':
|
|
14688
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14689
|
+
case 'info':
|
|
14690
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14691
|
+
case 'success':
|
|
14692
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14693
|
+
case 'error':
|
|
14694
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14695
|
+
default:
|
|
14696
|
+
return $titleColor;
|
|
14697
|
+
}
|
|
14698
|
+
});
|
|
14699
|
+
var Container$2$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject4$3$1$1$1$1$1$1$1$1 || (_templateObject4$3$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n"])));
|
|
14700
|
+
var LabelText$2$1$1$1$1$1$1$1 = styled__default.div(_templateObject5$3$1$1$1$1$1$1$1$1 || (_templateObject5$3$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n font-size: 14px;\n font-weight: 400;\n font-style:", ";\n color: ", ";\n"])), function (_ref18) {
|
|
14701
|
+
var $labelStyle = _ref18.$labelStyle;
|
|
14702
|
+
return $labelStyle;
|
|
14703
|
+
}, colorVariables$1$1$1$1$1$1$1$1.text.light);
|
|
14704
|
+
var DropdownMenu$2$1$1$1$1$1$1$1 = styled__default.div(_templateObject6$3$1$1$1$1$1$1$1$1 || (_templateObject6$3$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.border.light, function (_ref19) {
|
|
14705
|
+
var $optionsBorderRadius = _ref19.$optionsBorderRadius;
|
|
14706
|
+
return $optionsBorderRadius || '8px';
|
|
14707
|
+
}, function (_ref20) {
|
|
14708
|
+
var $width = _ref20.$width;
|
|
14709
|
+
return $width ? $width : 'max-content';
|
|
14710
|
+
}, function (_ref21) {
|
|
14711
|
+
var $menuBackground = _ref21.$menuBackground;
|
|
14712
|
+
return $menuBackground || colorVariables$1$1$1$1$1$1$1$1.accent.extraLight;
|
|
14713
|
+
});
|
|
14714
|
+
var SelectedOptionsWrapper$2$1$1$1$1$1$1$1 = styled__default.div(_templateObject7$1$1$1$1$1$1$1$1$1 || (_templateObject7$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n height: 100%;\n"])));
|
|
14715
|
+
var SelectedOptionDiv$2$1$1$1$1$1$1$1 = styled__default.div(_templateObject8$1$1$1$1$1$1$1$1$1 || (_templateObject8$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-family: NotoSans, sans-serif;\n font-style: normal;\n font-weight: 400;\n font-size: 12px;\n line-height: 12px;\n color: ", ";\n"])), function (_ref22) {
|
|
14716
|
+
var $selectedOptionBackground = _ref22.$selectedOptionBackground,
|
|
14717
|
+
$disabled = _ref22.$disabled;
|
|
14718
|
+
switch ($selectedOptionBackground) {
|
|
14719
|
+
case 'dark':
|
|
14720
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14721
|
+
case 'medium':
|
|
14722
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14723
|
+
case 'light':
|
|
14724
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14725
|
+
case 'white':
|
|
14726
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14727
|
+
case 'warning':
|
|
14728
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.warning : colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14729
|
+
case 'info':
|
|
14730
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.info : colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14731
|
+
case 'success':
|
|
14732
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.success : colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14733
|
+
case 'error':
|
|
14734
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14735
|
+
default:
|
|
14736
|
+
return $selectedOptionBackground || colorVariables$1$1$1$1$1$1$1$1.accent.extraLight;
|
|
14737
|
+
}
|
|
14738
|
+
}, function (_ref23) {
|
|
14739
|
+
var $selectedOptionColor = _ref23.$selectedOptionColor;
|
|
14740
|
+
switch ($selectedOptionColor) {
|
|
14741
|
+
case 'dark':
|
|
14742
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14743
|
+
case 'medium':
|
|
14744
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14745
|
+
case 'light':
|
|
14746
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14747
|
+
case 'white':
|
|
14748
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14749
|
+
case 'warning':
|
|
14750
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14751
|
+
case 'info':
|
|
14752
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14753
|
+
case 'success':
|
|
14754
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14755
|
+
case 'error':
|
|
14756
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14757
|
+
default:
|
|
14758
|
+
return $selectedOptionColor;
|
|
14759
|
+
}
|
|
14760
|
+
});
|
|
14761
|
+
var RemoveIcon$2$1$1$1$1$1$1$1 = styled__default.div(_templateObject9$1$1$1$1$1$1$1$1$1 || (_templateObject9$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 14px;\n height: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: ", ";\n border-radius: 50%;\n box-sizing: border-box;\n background: ", ";\n > div {\n cursor: ", ";\n }\n"])), function (_ref24) {
|
|
14762
|
+
var $disabled = _ref24.$disabled;
|
|
14763
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
14764
|
+
}, function (_ref25) {
|
|
14765
|
+
var removeIconBackground = _ref25.removeIconBackground,
|
|
14766
|
+
$type = _ref25.$type;
|
|
14767
|
+
return removeIconBackground ? removeIconBackground : $type === 'remove' ? '#5E5E5E24' : colorVariables$1$1$1$1$1$1$1$1.disabled.primary;
|
|
14768
|
+
}, function (_ref26) {
|
|
14769
|
+
var $disabled = _ref26.$disabled;
|
|
14770
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
14771
|
+
});
|
|
14772
|
+
var TextWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject10$1$1$1$1$1$1$1$1$1 || (_templateObject10$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n gap: 4px;\n"])));
|
|
14773
|
+
var Asterisk$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject11$1$1$1$1$1$1$1$1$1 || (_templateObject11$1$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1$1$1$1$1["default"].error);
|
|
14774
|
+
var _templateObject$a$1$1$1$1$1$1$1$1, _templateObject2$7$1$1$1$1$1$1$1$1, _templateObject3$5$1$1$1$1$1$1$1$1;
|
|
14775
|
+
var SelectedOptionsWrapper$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$a$1$1$1$1$1$1$1$1 || (_templateObject$a$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n"])));
|
|
14776
|
+
var SelectedOptionDiv$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$7$1$1$1$1$1$1$1$1 || (_templateObject2$7$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n background: ", ";\n border-radius: 4px;\n padding: 6px 8px;\n box-sizing: border-box;\n gap: 6px;\n font-family: NotoSans, sans-serif;\n font-style: normal;\n font-weight: 400;\n font-size: 12px;\n line-height: 12px;\n color: ", ";\n"])), function (_ref) {
|
|
14777
|
+
var $selectedOptionBackground = _ref.$selectedOptionBackground,
|
|
14778
|
+
$type = _ref.$type;
|
|
14779
|
+
return $selectedOptionBackground || $type === 'remove' ? colorVariables$1$1$1$1$1$1$1$1.disabled.error : colorVariables$1$1$1$1$1$1$1$1.accent.softBlue;
|
|
14780
|
+
}, function (_ref2) {
|
|
14781
|
+
var $selectedOptionColor = _ref2.$selectedOptionColor,
|
|
14782
|
+
$type = _ref2.$type;
|
|
14783
|
+
return $selectedOptionColor || $type === 'remove' ? colorVariables$1$1$1$1$1$1$1$1["default"].error : colorVariables$1$1$1$1$1$1$1$1.brand.primary;
|
|
14784
|
+
});
|
|
14785
|
+
var RemoveIcon$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject3$5$1$1$1$1$1$1$1$1 || (_templateObject3$5$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 14px;\n height: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n border-radius: 50%;\n box-sizing: border-box;\n background: ", ";\n"])), function (_ref3) {
|
|
14786
|
+
var $removeIconBackground = _ref3.$removeIconBackground,
|
|
14787
|
+
$type = _ref3.$type;
|
|
14788
|
+
return $removeIconBackground || $type === 'remove' ? '#5E5E5E24' : colorVariables$1$1$1$1$1$1$1$1.disabled.primary;
|
|
14789
|
+
});
|
|
14790
|
+
var _templateObject$b$1$1$1$1$1$1$1$1, _templateObject2$8$1$1$1$1$1$1$1$1, _templateObject3$6$1$1$1$1$1$1$1$1, _templateObject4$4$1$1$1$1$1$1$1$1, _templateObject5$4$1$1$1$1$1$1$1$1, _templateObject6$4$1$1$1$1$1$1$1$1, _templateObject7$2$1$1$1$1$1$1$1$1, _templateObject8$2$1$1$1$1$1$1$1$1, _templateObject9$2$1$1$1$1$1$1$1$1, _templateObject10$2$1$1$1$1$1$1$1$1;
|
|
14791
|
+
var TitleText$1$1$1$1$1$1$1$1$1 = styled__default.label(_templateObject$b$1$1$1$1$1$1$1$1 || (_templateObject$b$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n position: relative;\n width: max-content;\n font-weight: ", ";\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
14792
|
+
var $titleWeight = _ref.$titleWeight;
|
|
14793
|
+
return $titleWeight || 500;
|
|
14794
|
+
}, function (_ref2) {
|
|
14795
|
+
var $size = _ref2.$size;
|
|
14796
|
+
switch ($size) {
|
|
14797
|
+
case 'small':
|
|
14798
|
+
return "\n font-size: 12px;\n line-height: 12px;\n ";
|
|
14799
|
+
case 'medium':
|
|
14800
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
14801
|
+
case 'large':
|
|
14802
|
+
return "\n font-size: 16px;\n line-height: 16px;\n ";
|
|
14803
|
+
default:
|
|
14804
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
14805
|
+
}
|
|
14806
|
+
}, function (_ref3) {
|
|
14807
|
+
var $titlecolor = _ref3.$titlecolor;
|
|
14808
|
+
switch ($titlecolor) {
|
|
14809
|
+
case 'dark':
|
|
14810
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
14811
|
+
case 'medium':
|
|
14812
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14813
|
+
case 'light':
|
|
14814
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14815
|
+
case 'white':
|
|
14816
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
14817
|
+
case 'warning':
|
|
14818
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
14819
|
+
case 'info':
|
|
14820
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
14821
|
+
case 'success':
|
|
14822
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
14823
|
+
case 'error':
|
|
14824
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
14825
|
+
default:
|
|
14826
|
+
return $titlecolor;
|
|
14827
|
+
}
|
|
14828
|
+
});
|
|
14829
|
+
var DropdownContainer$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$8$1$1$1$1$1$1$1$1 || (_templateObject2$8$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: ", ";\n max-width: 100%;\n position: relative;\n gap: 8px;\n display: flex;\n"])), function (_ref4) {
|
|
14830
|
+
var $width = _ref4.$width;
|
|
14831
|
+
return $width || '100%';
|
|
14832
|
+
});
|
|
14833
|
+
var DropdownButton$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject3$6$1$1$1$1$1$1$1$1 || (_templateObject3$6$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n cursor: ", ";\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n width: ", ";\n height: ", ";\n border-radius: ", ";\n border: ", ";\n gap: 6px;\n padding: ", ";\n background: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref5) {
|
|
14834
|
+
var $disabled = _ref5.$disabled;
|
|
14835
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
14836
|
+
}, function (_ref6) {
|
|
14837
|
+
var $width = _ref6.$width;
|
|
14838
|
+
return $width ? $width : '100%';
|
|
14839
|
+
}, function (_ref7) {
|
|
14840
|
+
var $selectHeight = _ref7.$selectHeight;
|
|
14841
|
+
return $selectHeight || 'auto';
|
|
14842
|
+
}, function (_ref8) {
|
|
14843
|
+
var $borderRadius = _ref8.$borderRadius;
|
|
14844
|
+
return $borderRadius || '8px';
|
|
14845
|
+
}, function (_ref9) {
|
|
14846
|
+
var $border = _ref9.$border;
|
|
14847
|
+
return $border || "1px solid " + colorVariables$1$1$1$1$1$1$1$1.border.light;
|
|
14848
|
+
}, function (_ref10) {
|
|
14849
|
+
var $size = _ref10.$size;
|
|
14850
|
+
switch ($size) {
|
|
14851
|
+
case 'small':
|
|
14852
|
+
return '9px 12px';
|
|
14853
|
+
case 'large':
|
|
14854
|
+
return '24px 12px';
|
|
14855
|
+
default:
|
|
14856
|
+
return '13px 12px';
|
|
14857
|
+
}
|
|
14858
|
+
}, function (_ref11) {
|
|
14859
|
+
var $background = _ref11.$background,
|
|
14860
|
+
$disabled = _ref11.$disabled;
|
|
14861
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.border.light : $background || colorVariables$1$1$1$1$1$1$1$1.accent.extraLight;
|
|
14862
|
+
}, function (_ref12) {
|
|
14863
|
+
var $size = _ref12.$size;
|
|
14864
|
+
switch ($size) {
|
|
14865
|
+
case 'small':
|
|
14866
|
+
return '12px';
|
|
14867
|
+
case 'large':
|
|
14868
|
+
return '16px';
|
|
14869
|
+
default:
|
|
14870
|
+
return '14px';
|
|
14871
|
+
}
|
|
14872
|
+
}, function (_ref13) {
|
|
14873
|
+
var $size = _ref13.$size;
|
|
14874
|
+
switch ($size) {
|
|
14875
|
+
case 'small':
|
|
14876
|
+
return '12px';
|
|
14877
|
+
case 'large':
|
|
14878
|
+
return '16px';
|
|
14879
|
+
default:
|
|
14880
|
+
return '14px';
|
|
14881
|
+
}
|
|
14882
|
+
});
|
|
14883
|
+
var Options$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject4$4$1$1$1$1$1$1$1$1 || (_templateObject4$4$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n color: ", ";\n padding: 5px 10px;\n width: 100%;\n font-size: ", ";\n font-weight: ", ";\n background-color: ", ";\n\n \n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n\n }\n\n"])), function (_ref14) {
|
|
14884
|
+
var $optionColor = _ref14.$optionColor,
|
|
14885
|
+
$optionSelected = _ref14.$optionSelected;
|
|
14886
|
+
return $optionSelected ? colorVariables$1$1$1$1$1$1$1$1.text.white : $optionColor || colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14887
|
+
}, function (_ref15) {
|
|
14888
|
+
var $optionFontSize = _ref15.$optionFontSize;
|
|
14889
|
+
return $optionFontSize || '14px';
|
|
14890
|
+
}, function (_ref16) {
|
|
14891
|
+
var $optionFontWeight = _ref16.$optionFontWeight;
|
|
14892
|
+
return $optionFontWeight || 400;
|
|
14893
|
+
}, function (_ref17) {
|
|
14894
|
+
var $optionBackgroundColor = _ref17.$optionBackgroundColor,
|
|
14895
|
+
$optionSelected = _ref17.$optionSelected;
|
|
14896
|
+
return $optionSelected ? colorVariables$1$1$1$1$1$1$1$1["default"].primary : $optionBackgroundColor || colorVariables$1$1$1$1$1$1$1$1["default"].tertiary;
|
|
14897
|
+
}, colorVariables$1$1$1$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1$1$1$1.text.white);
|
|
14898
|
+
var LabelText$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject5$4$1$1$1$1$1$1$1$1 || (_templateObject5$4$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n font-size: ", ";\n line-height: ", ";\n font-style: ", ";\n color: ", ";\n"])), function (_ref18) {
|
|
14899
|
+
var $size = _ref18.$size;
|
|
14900
|
+
switch ($size) {
|
|
14901
|
+
case 'small':
|
|
14902
|
+
return '14px';
|
|
14903
|
+
case 'large':
|
|
14904
|
+
return '16px';
|
|
14905
|
+
default:
|
|
14906
|
+
return '14px';
|
|
14907
|
+
}
|
|
14908
|
+
}, function (_ref19) {
|
|
14909
|
+
var $size = _ref19.$size;
|
|
14910
|
+
switch ($size) {
|
|
14911
|
+
case 'small':
|
|
14912
|
+
return '12px';
|
|
14913
|
+
case 'large':
|
|
14914
|
+
return '16px';
|
|
14915
|
+
default:
|
|
14916
|
+
return '14px';
|
|
14917
|
+
}
|
|
14918
|
+
}, function (_ref20) {
|
|
14919
|
+
var $fontStyle = _ref20.$fontStyle;
|
|
14920
|
+
return $fontStyle || '';
|
|
14921
|
+
}, function (_ref21) {
|
|
14922
|
+
var $color = _ref21.$color,
|
|
14923
|
+
$disabled = _ref21.$disabled;
|
|
14924
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.text.medium : $color || colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14925
|
+
});
|
|
14926
|
+
var NoOptions$1$1$1$1$1$1$1$1 = styled__default(Span$1$1$1$1$1$1$1$1)(_templateObject6$4$1$1$1$1$1$1$1$1 || (_templateObject6$4$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 100%;\n padding: 12px;\n font-size: 14px;\n font-weight: 400;\n"])));
|
|
14927
|
+
var DropdownMenu$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject7$2$1$1$1$1$1$1$1$1 || (_templateObject7$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.border.light, function (_ref22) {
|
|
14928
|
+
var $optionsBorderRadius = _ref22.$optionsBorderRadius;
|
|
14929
|
+
return $optionsBorderRadius || '8px';
|
|
14930
|
+
}, function (_ref23) {
|
|
14931
|
+
var $width = _ref23.$width;
|
|
14932
|
+
return $width ? $width : 'max-content';
|
|
14933
|
+
}, function (_ref24) {
|
|
14934
|
+
var $menuBackground = _ref24.$menuBackground;
|
|
14935
|
+
return $menuBackground || colorVariables$1$1$1$1$1$1$1$1.accent.extraLight;
|
|
14936
|
+
}, function (_ref25) {
|
|
14937
|
+
var $top = _ref25.$top;
|
|
14938
|
+
return $top && "top: " + $top + ";";
|
|
14939
|
+
}, function (_ref26) {
|
|
14940
|
+
var $bottom = _ref26.$bottom;
|
|
14941
|
+
return $bottom && "bottom: " + $bottom + ";";
|
|
14942
|
+
});
|
|
14943
|
+
var OptionsWrapper$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject8$2$1$1$1$1$1$1$1$1 || (_templateObject8$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n max-height: 150px; \n overflow-y: auto; \n width: 100%;\n"])));
|
|
14944
|
+
var SearchContainer$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject9$2$1$1$1$1$1$1$1$1 || (_templateObject9$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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) {
|
|
14945
|
+
var $background = _ref27.$background;
|
|
14946
|
+
return $background || colorVariables$1$1$1$1$1$1$1$1.accent.extraLight;
|
|
14947
|
+
}, function (_ref28) {
|
|
14948
|
+
var $border = _ref28.$border;
|
|
14949
|
+
return $border || 'none';
|
|
14950
|
+
}, colorVariables$1$1$1$1$1$1$1$1.border.light, function (_ref29) {
|
|
14951
|
+
var $borderRadius = _ref29.$borderRadius;
|
|
14952
|
+
return $borderRadius || '8px 8px 0 0';
|
|
14953
|
+
});
|
|
14954
|
+
var SearchBar$1$1$1$1$1$1$1$1$1 = styled__default.input(_templateObject10$2$1$1$1$1$1$1$1$1 || (_templateObject10$2$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: transparent;\n color: ", ";\n outline: none;\n \n &::placeholder {\n color: ", ";\n font-style: italic;\n }\n"])), function (_ref30) {
|
|
14955
|
+
var $inputColor = _ref30.$inputColor;
|
|
14956
|
+
return $inputColor || colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14957
|
+
}, function (_ref31) {
|
|
14958
|
+
var $placeholderColor = _ref31.$placeholderColor;
|
|
14959
|
+
return $placeholderColor || colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14960
|
+
});
|
|
14961
|
+
var _templateObject$c$1$1$1$1$1$1$1$1, _templateObject2$9$1$1$1$1$1$1$1$1;
|
|
14962
|
+
var ModalOverlay$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$c$1$1$1$1$1$1$1$1 || (_templateObject$c$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n display: flex;\n align-items: center;\n justify-content: center;\n font-family: NotoSans, sans-serif;\n z-index: 9999;\n backdrop-filter: blur(4px);\n"])));
|
|
14963
|
+
var ModalContainer$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$9$1$1$1$1$1$1$1$1 || (_templateObject2$9$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n background: ", ";\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border-radius: 8px;\n max-width: ", ";\n"])), colorVariables$1$1$1$1$1$1$1$1.accent.light, function (_ref) {
|
|
14964
|
+
var maxWidth = _ref.maxWidth;
|
|
14965
|
+
return maxWidth ? maxWidth : '400px';
|
|
14966
|
+
});
|
|
14967
|
+
var _templateObject$d$1$1$1$1$1$1$1$1, _templateObject2$a$1$1$1$1$1$1$1$1;
|
|
14968
|
+
var SearchContainer$2$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$d$1$1$1$1$1$1$1$1 || (_templateObject$d$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 100%;\n height: 100%;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 5.5px 8px;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n gap: 8px;\n"])), function (_ref) {
|
|
14969
|
+
var $background = _ref.$background;
|
|
14970
|
+
return $background || colorVariables$1$1$1$1$1$1$1$1["default"].tertiary;
|
|
14971
|
+
}, function (_ref2) {
|
|
14972
|
+
var $border = _ref2.$border;
|
|
14973
|
+
return $border || 'none';
|
|
14974
|
+
}, function (_ref3) {
|
|
14975
|
+
var $borderRadius = _ref3.$borderRadius;
|
|
14976
|
+
return $borderRadius || '8px';
|
|
14977
|
+
});
|
|
14978
|
+
var SearchBar$2$1$1$1$1$1$1$1$1 = styled__default.input(_templateObject2$a$1$1$1$1$1$1$1$1 || (_templateObject2$a$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n border: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-style: normal;\n font-size: 14px;\n line-height: normal;\n background: ", ";\n color: ", ";\n &::placeholder {\n color: ", ";\n font-style: italic;\n position: absolute;\n top: 1px;\n }\n"])), colorVariables$1$1$1$1$1$1$1$1["default"].tertiary, function (_ref4) {
|
|
14979
|
+
var $inputColor = _ref4.$inputColor;
|
|
14980
|
+
return $inputColor || colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
14981
|
+
}, function (_ref5) {
|
|
14982
|
+
var $placeholderColor = _ref5.$placeholderColor;
|
|
14983
|
+
return $placeholderColor || colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
14984
|
+
});
|
|
14985
|
+
var _templateObject$e$1$1$1$1$1$1$1$1, _templateObject2$b$1$1$1$1$1$1$1$1, _templateObject3$7$1$1$1$1$1$1$1$1, _templateObject4$5$1$1$1$1$1$1$1$1, _templateObject5$5$1$1$1$1$1$1$1$1, _templateObject6$5$1$1$1$1$1$1$1$1;
|
|
14986
|
+
var Container$3$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$e$1$1$1$1$1$1$1$1 || (_templateObject$e$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
14987
|
+
var $padding = _ref.$padding;
|
|
14988
|
+
return $padding;
|
|
14989
|
+
});
|
|
14990
|
+
var Label = styled__default.label(_templateObject2$b$1$1$1$1$1$1$1$1 || (_templateObject2$b$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
14991
|
+
var $size = _ref2.$size;
|
|
14992
|
+
switch ($size) {
|
|
14993
|
+
case 'small':
|
|
14994
|
+
return "\n font-size: 12px;\n line-height: 12px;\n ";
|
|
14995
|
+
case 'medium':
|
|
14996
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
14997
|
+
case 'large':
|
|
14998
|
+
return "\n font-size: 16px;\n line-height: 16px;\n ";
|
|
14999
|
+
default:
|
|
15000
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
15001
|
+
}
|
|
15002
|
+
}, function (_ref3) {
|
|
15003
|
+
var $titlecolor = _ref3.$titlecolor;
|
|
15004
|
+
switch ($titlecolor) {
|
|
15005
|
+
case 'dark':
|
|
15006
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15007
|
+
case 'medium':
|
|
15008
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15009
|
+
case 'light':
|
|
15010
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
15011
|
+
case 'white':
|
|
15012
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
15013
|
+
case 'warning':
|
|
15014
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
15015
|
+
case 'info':
|
|
15016
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
15017
|
+
case 'success':
|
|
15018
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
15019
|
+
case 'error':
|
|
15020
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
15021
|
+
default:
|
|
15022
|
+
return $titlecolor;
|
|
15023
|
+
}
|
|
15024
|
+
});
|
|
15025
|
+
var Input = styled__default.input(_templateObject3$7$1$1$1$1$1$1$1$1 || (_templateObject3$7$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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\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$1$1$1.border.light, function (_ref4) {
|
|
15026
|
+
var $disabled = _ref4.$disabled;
|
|
15027
|
+
return $disabled ? 'not-allowed' : 'auto';
|
|
15028
|
+
}, function (_ref5) {
|
|
15029
|
+
var $disabled = _ref5.$disabled,
|
|
15030
|
+
$background = _ref5.$background;
|
|
15031
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : $background;
|
|
15032
|
+
}, function (_ref6) {
|
|
15033
|
+
var $color = _ref6.$color;
|
|
15034
|
+
return $color;
|
|
15035
|
+
}, function (_ref7) {
|
|
15036
|
+
var $size = _ref7.$size;
|
|
15037
|
+
switch ($size) {
|
|
15038
|
+
case 'small':
|
|
15039
|
+
return "\n font-size: 12px;\n padding: 5px 10px;\n ";
|
|
15040
|
+
case 'medium':
|
|
15041
|
+
return "\n font-size: 14px;\n padding: 9.5px 12px;\n ";
|
|
15042
|
+
case 'large':
|
|
15043
|
+
return "\n font-size: 16px;\n padding: 9px 14px;\n ";
|
|
15044
|
+
default:
|
|
15045
|
+
return "\n font-size: 14px;\n padding: 7px 12px;\n ";
|
|
15046
|
+
}
|
|
15047
|
+
}, function (_ref8) {
|
|
15048
|
+
var $color = _ref8.$color;
|
|
15049
|
+
switch ($color) {
|
|
15050
|
+
case 'dark':
|
|
15051
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15052
|
+
case 'medium':
|
|
15053
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15054
|
+
case 'light':
|
|
15055
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
15056
|
+
case 'white':
|
|
15057
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
15058
|
+
case 'warning':
|
|
15059
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
15060
|
+
case 'info':
|
|
15061
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
15062
|
+
case 'success':
|
|
15063
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
15064
|
+
case 'error':
|
|
15065
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
15066
|
+
default:
|
|
15067
|
+
return $color;
|
|
15068
|
+
}
|
|
15069
|
+
}, colorVariables$1$1$1$1$1$1$1$1.text.light);
|
|
15070
|
+
var InputWrapper$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject4$5$1$1$1$1$1$1$1$1 || (_templateObject4$5$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
15071
|
+
var IconWrapper$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject5$5$1$1$1$1$1$1$1$1 || (_templateObject5$5$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref9) {
|
|
15072
|
+
var $disabled = _ref9.$disabled;
|
|
15073
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
15074
|
+
});
|
|
15075
|
+
var Asterisk$1$1$1$1$1$1$1$1$1 = styled__default.span(_templateObject6$5$1$1$1$1$1$1$1$1 || (_templateObject6$5$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1$1$1$1$1["default"].error);
|
|
15076
|
+
var _templateObject$f, _templateObject2$c, _templateObject3$8;
|
|
15077
|
+
var Container$4 = styled__default.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
15078
|
+
var $padding = _ref.$padding;
|
|
15079
|
+
return $padding;
|
|
15080
|
+
});
|
|
15081
|
+
var Label$1 = styled__default.label(_templateObject2$c || (_templateObject2$c = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
15082
|
+
var $size = _ref2.$size;
|
|
15083
|
+
switch ($size) {
|
|
15084
|
+
case 'small':
|
|
15085
|
+
return 'font-size: 12px; line-height: 12px;';
|
|
15086
|
+
case 'medium':
|
|
15087
|
+
return 'font-size: 14px; line-height: 14px;';
|
|
15088
|
+
case 'large':
|
|
15089
|
+
return 'font-size: 16px; line-height: 16px;';
|
|
15090
|
+
default:
|
|
15091
|
+
return 'font-size: 14px; line-height: 14px;';
|
|
15092
|
+
}
|
|
15093
|
+
}, function (_ref3) {
|
|
15094
|
+
var $titlecolor = _ref3.$titlecolor;
|
|
15095
|
+
return $titlecolor || colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15096
|
+
});
|
|
15097
|
+
var TextAreaComponent = styled__default.textarea(_templateObject3$8 || (_templateObject3$8 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.border.light, function (_ref4) {
|
|
15098
|
+
var $disabled = _ref4.$disabled;
|
|
15099
|
+
return $disabled ? 'not-allowed' : 'auto';
|
|
15100
|
+
}, function (_ref5) {
|
|
15101
|
+
var $disabled = _ref5.$disabled,
|
|
15102
|
+
$background = _ref5.$background;
|
|
15103
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : $background;
|
|
15104
|
+
}, function (_ref6) {
|
|
15105
|
+
var $color = _ref6.$color;
|
|
15106
|
+
return $color;
|
|
15107
|
+
}, function (_ref7) {
|
|
15108
|
+
var $size = _ref7.$size;
|
|
15109
|
+
switch ($size) {
|
|
15110
|
+
case 'small':
|
|
15111
|
+
return 'font-size: 12px; padding: 5px 10px;';
|
|
15112
|
+
case 'medium':
|
|
15113
|
+
return 'font-size: 14px; padding: 9px 12px;';
|
|
15114
|
+
case 'large':
|
|
15115
|
+
return 'font-size: 16px; padding: 9px 14px;';
|
|
15116
|
+
default:
|
|
15117
|
+
return 'font-size: 14px; padding: 7px 12px;';
|
|
15118
|
+
}
|
|
15119
|
+
}, function (_ref8) {
|
|
15120
|
+
var $color = _ref8.$color;
|
|
15121
|
+
return $color || colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15122
|
+
}, colorVariables$1$1$1$1$1$1$1$1.text.light);
|
|
15123
|
+
var _templateObject$g, _templateObject2$d, _templateObject3$9, _templateObject4$6, _templateObject5$6, _templateObject6$6, _templateObject7$3$1$1$1$1$1$1$1$1;
|
|
15124
|
+
var OptionContainer$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject$g || (_templateObject$g = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1$1$1$1$1$1$1.text.white);
|
|
15125
|
+
var OptionItem$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$d || (_templateObject2$d = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
|
|
15126
|
+
var $optionSelected = _ref.$optionSelected;
|
|
15127
|
+
return $optionSelected ? colorVariables$1$1$1$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15128
|
+
}, function (_ref2) {
|
|
15129
|
+
var $optionSelected = _ref2.$optionSelected;
|
|
15130
|
+
return $optionSelected ? colorVariables$1$1$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
15131
|
+
}, colorVariables$1$1$1$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1$1$1$1.text.white);
|
|
15132
|
+
var TotalOptionsHeader = styled__default.div(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1$1$1$1$1$1.text.white, colorVariables$1$1$1$1$1$1$1$1.text.light, colorVariables$1$1$1$1$1$1$1$1.text.light);
|
|
15133
|
+
var OptionLabel$1$1$1$1$1$1$1$1$1 = styled__default.label(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
|
|
15134
|
+
var SearchContainer$3$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject5$6 || (_templateObject5$6 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
|
|
15135
|
+
var $background = _ref3.$background;
|
|
15136
|
+
switch ($background) {
|
|
15137
|
+
case 'dark':
|
|
15138
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15139
|
+
case 'medium':
|
|
15140
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15141
|
+
case 'light':
|
|
15142
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
15143
|
+
case 'white':
|
|
15144
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
15145
|
+
case 'warning':
|
|
15146
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
15147
|
+
case 'info':
|
|
15148
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
15149
|
+
case 'success':
|
|
15150
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
15151
|
+
case 'error':
|
|
15152
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
15153
|
+
default:
|
|
15154
|
+
return $background;
|
|
15155
|
+
}
|
|
15156
|
+
}, function (_ref4) {
|
|
15157
|
+
var $borderBottom = _ref4.$borderBottom;
|
|
15158
|
+
return $borderBottom || 'none';
|
|
15159
|
+
}, function (_ref5) {
|
|
15160
|
+
var $borderRadius = _ref5.$borderRadius;
|
|
15161
|
+
return $borderRadius || '8px';
|
|
15162
|
+
});
|
|
15163
|
+
var SearchBar$3$1$1$1$1$1$1$1$1 = styled__default.input(_templateObject6$6 || (_templateObject6$6 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1$1$1$1$1$1["default"].tertiary, function (_ref6) {
|
|
15164
|
+
var $inputColor = _ref6.$inputColor;
|
|
15165
|
+
switch ($inputColor) {
|
|
15166
|
+
case 'dark':
|
|
15167
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15168
|
+
case 'medium':
|
|
15169
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15170
|
+
case 'light':
|
|
15171
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
15172
|
+
case 'white':
|
|
15173
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
15174
|
+
case 'warning':
|
|
15175
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
15176
|
+
case 'info':
|
|
15177
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
15178
|
+
case 'success':
|
|
15179
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
15180
|
+
case 'error':
|
|
15181
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
15182
|
+
default:
|
|
15183
|
+
return $inputColor;
|
|
15184
|
+
}
|
|
15185
|
+
}, function (_ref7) {
|
|
15186
|
+
var $placeholderColor = _ref7.$placeholderColor;
|
|
15187
|
+
switch ($placeholderColor) {
|
|
15188
|
+
case 'dark':
|
|
15189
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15190
|
+
case 'medium':
|
|
15191
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15192
|
+
case 'light':
|
|
15193
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
15194
|
+
case 'white':
|
|
15195
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
15196
|
+
case 'warning':
|
|
15197
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
15198
|
+
case 'info':
|
|
15199
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
15200
|
+
case 'success':
|
|
15201
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
15202
|
+
case 'error':
|
|
15203
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
15204
|
+
default:
|
|
15205
|
+
return $placeholderColor;
|
|
15206
|
+
}
|
|
15207
|
+
});
|
|
15208
|
+
var OptionsWrapper$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject7$3$1$1$1$1$1$1$1$1 || (_templateObject7$3$1$1$1$1$1$1$1$1 = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.text.white);
|
|
15209
|
+
var _templateObject$h, _templateObject2$e, _templateObject3$a, _templateObject4$7;
|
|
15210
|
+
var spin$1$1$1$1$1$1$1$1$1 = styled.keyframes(_templateObject$h || (_templateObject$h = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
15211
|
+
var getDotPosition = function getDotPosition(index, size) {
|
|
15212
|
+
var angle = index * 360 / 8;
|
|
15213
|
+
var radius = size / 2.5;
|
|
15214
|
+
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
15215
|
+
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
15216
|
+
return "translate(" + x + "px, " + y + "px)";
|
|
15217
|
+
};
|
|
15218
|
+
var SpinnerContainer = styled__default.div(_templateObject2$e || (_templateObject2$e = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
|
|
15219
|
+
var $size = _ref.$size;
|
|
15220
|
+
return $size;
|
|
15221
|
+
}, function (_ref2) {
|
|
15222
|
+
var $size = _ref2.$size;
|
|
15223
|
+
return $size;
|
|
15224
|
+
});
|
|
15225
|
+
var Dot = styled__default.div.attrs(function (_ref3) {
|
|
15226
|
+
var $index = _ref3.$index,
|
|
15227
|
+
$size = _ref3.$size;
|
|
15228
|
+
return {
|
|
15229
|
+
style: {
|
|
15230
|
+
transform: getDotPosition($index, $size)
|
|
15231
|
+
}
|
|
15232
|
+
};
|
|
15233
|
+
})(_templateObject3$a || (_templateObject3$a = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
|
|
15234
|
+
var $dotSize = _ref4.$dotSize;
|
|
15235
|
+
return $dotSize;
|
|
15236
|
+
}, function (_ref5) {
|
|
15237
|
+
var $dotSize = _ref5.$dotSize;
|
|
15238
|
+
return $dotSize;
|
|
15239
|
+
}, function (_ref6) {
|
|
15240
|
+
var $color = _ref6.$color;
|
|
15241
|
+
return $color;
|
|
15242
|
+
}, spin$1$1$1$1$1$1$1$1$1, function (_ref7) {
|
|
15243
|
+
var $speed = _ref7.$speed;
|
|
15244
|
+
return $speed;
|
|
15245
|
+
}, function (_ref8) {
|
|
15246
|
+
var $index = _ref8.$index,
|
|
15247
|
+
$speed = _ref8.$speed;
|
|
15248
|
+
return $index * $speed / 8;
|
|
15249
|
+
});
|
|
15250
|
+
var SpinnerWrapper = styled__default.div(_templateObject4$7 || (_templateObject4$7 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
15251
|
+
var _templateObject$i, _templateObject2$f;
|
|
15252
|
+
var spin$2 = styled.keyframes(_templateObject$i || (_templateObject$i = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
15253
|
+
var Spinner$1$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$f || (_templateObject2$f = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
|
|
15254
|
+
var $size = _ref.$size;
|
|
15255
|
+
return $size;
|
|
15256
|
+
}, function (_ref2) {
|
|
15257
|
+
var $size = _ref2.$size;
|
|
15258
|
+
return $size;
|
|
15259
|
+
}, function (_ref3) {
|
|
15260
|
+
var $color = _ref3.$color;
|
|
15261
|
+
return $color;
|
|
15262
|
+
}, spin$2);
|
|
15263
|
+
var _templateObject$j;
|
|
15264
|
+
var PageInput = styled__default.input(_templateObject$j || (_templateObject$j = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.accent.extraLight, colorVariables$1$1$1$1$1$1$1$1.border.light, colorVariables$1$1$1$1$1$1$1$1.text.dark);
|
|
15265
|
+
var _templateObject$k, _templateObject2$g, _templateObject3$b, _templateObject4$8, _templateObject5$7, _templateObject6$7;
|
|
15266
|
+
var SidebarContainer = styled__default.div(_templateObject$k || (_templateObject$k = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
|
|
15267
|
+
var $isExpanded = _ref.$isExpanded;
|
|
15268
|
+
return $isExpanded ? '225px' : '68px';
|
|
15269
|
+
}, function (_ref2) {
|
|
15270
|
+
var $background = _ref2.$background;
|
|
15271
|
+
return $background ? $background : colorVariables$1$1$1$1$1$1$1$1.accent.softBlue;
|
|
15272
|
+
});
|
|
15273
|
+
var SidebarItem = styled__default(reactRouterDom.NavLink)(_templateObject2$g || (_templateObject2$g = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1$1$1$1$1$1.text.medium, colorVariables$1$1$1$1$1$1$1$1["default"].primary);
|
|
15274
|
+
var ContentWrapper = styled__default.div(_templateObject3$b || (_templateObject3$b = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
15275
|
+
var IconWrapper$2 = styled__default.div(_templateObject4$8 || (_templateObject4$8 = _taggedTemplateLiteralLoose$1$1$1$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) {
|
|
15276
|
+
var $selected = _ref3.$selected;
|
|
15277
|
+
return $selected ? colorVariables$1$1$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1$1$1["default"].tertiary;
|
|
15278
|
+
});
|
|
15279
|
+
var Logo = styled__default.div(_templateObject5$7 || (_templateObject5$7 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
|
|
15280
|
+
var TextContainer = styled__default.span(_templateObject6$7 || (_templateObject6$7 = _taggedTemplateLiteralLoose$1$1$1$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) {
|
|
15281
|
+
var $padding = _ref4.$padding;
|
|
15282
|
+
return $padding;
|
|
15283
|
+
}, function (_ref5) {
|
|
15284
|
+
var $fontSize = _ref5.$fontSize;
|
|
15285
|
+
return $fontSize ? $fontSize : '20px';
|
|
15286
|
+
}, function (_ref6) {
|
|
15287
|
+
var $fontWeight = _ref6.$fontWeight;
|
|
15288
|
+
return $fontWeight ? $fontWeight : '500';
|
|
15289
|
+
}, function (_ref7) {
|
|
15290
|
+
var $color = _ref7.$color;
|
|
15291
|
+
return $color ? $color : colorVariables$1$1$1$1$1$1$1$1["default"].primary;
|
|
15292
|
+
}, function (_ref8) {
|
|
15293
|
+
var $isExpanded = _ref8.$isExpanded;
|
|
15294
|
+
return $isExpanded ? 1 : 0;
|
|
15295
|
+
}, function (_ref9) {
|
|
15296
|
+
var $isExpanded = _ref9.$isExpanded;
|
|
15297
|
+
return $isExpanded ? 'visible' : 'hidden';
|
|
15298
|
+
});
|
|
15299
|
+
var _templateObject$l, _templateObject2$h, _templateObject3$c, _templateObject4$9;
|
|
15300
|
+
var ContainerWrapper = styled__default.div(_templateObject$l || (_templateObject$l = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
|
|
15301
|
+
return props.$width || 'auto';
|
|
15302
|
+
}, function (_ref) {
|
|
15303
|
+
var $minHeight = _ref.$minHeight;
|
|
15304
|
+
return $minHeight;
|
|
15305
|
+
});
|
|
15306
|
+
var CellContainer = styled__default.div(_templateObject2$h || (_templateObject2$h = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
|
|
15307
|
+
return props.$align;
|
|
15308
|
+
}, function (props) {
|
|
15309
|
+
return props.$width || 'auto';
|
|
15310
|
+
}, function (props) {
|
|
15311
|
+
return props.$minWidth;
|
|
15312
|
+
}, function (props) {
|
|
15313
|
+
return props.$background || 'inherit';
|
|
15314
|
+
}, function (props) {
|
|
15315
|
+
return props.$padding;
|
|
15316
|
+
});
|
|
15317
|
+
var MainText = styled__default.div(_templateObject3$c || (_templateObject3$c = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
15318
|
+
return props.$mtc;
|
|
15319
|
+
}, function (props) {
|
|
15320
|
+
return props.$mtfs;
|
|
15321
|
+
}, function (props) {
|
|
15322
|
+
return props.$mtw;
|
|
15323
|
+
});
|
|
15324
|
+
var SubText = styled__default.div(_templateObject4$9 || (_templateObject4$9 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
15325
|
+
return props.$stc;
|
|
15326
|
+
}, function (props) {
|
|
15327
|
+
return props.$stfs;
|
|
15328
|
+
}, function (props) {
|
|
15329
|
+
return props.$stw;
|
|
15330
|
+
});
|
|
15331
|
+
var _templateObject$m;
|
|
15332
|
+
var TableRowContainer = styled.styled.div(_templateObject$m || (_templateObject$m = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
|
|
15333
|
+
var _templateObject$n, _templateObject2$i, _templateObject3$d, _templateObject4$a, _templateObject5$8;
|
|
15334
|
+
var TableContainer = styled__default.div(_templateObject$n || (_templateObject$n = _taggedTemplateLiteralLoose$1$1$1$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$1$1$1.brand.light);
|
|
15335
|
+
var TableHeader = styled__default.div(_templateObject2$i || (_templateObject2$i = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
|
|
15336
|
+
return props.$hbcolor || 'transparent';
|
|
15337
|
+
}, function (props) {
|
|
15338
|
+
return props.$tcolor || 'white';
|
|
15339
|
+
});
|
|
15340
|
+
var TableContent = styled__default.div(_templateObject3$d || (_templateObject3$d = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
15341
|
+
var TableData = styled__default.div(_templateObject4$a || (_templateObject4$a = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
15342
|
+
var Divider = styled__default.div(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1$1$1$1$1.border.extraLight);
|
|
15343
|
+
var _templateObject$o, _templateObject2$j, _templateObject3$e, _templateObject4$b, _templateObject5$9;
|
|
15344
|
+
var Container$5 = styled__default.div(_templateObject$o || (_templateObject$o = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
15345
|
+
var $border = _ref.$border;
|
|
15346
|
+
return $border;
|
|
15347
|
+
});
|
|
15348
|
+
var FirstContainer = styled__default.div(_templateObject2$j || (_templateObject2$j = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1$1$1$1$1$1.border.light, function (_ref2) {
|
|
15349
|
+
var $headerPadding = _ref2.$headerPadding;
|
|
15350
|
+
return $headerPadding ? $headerPadding : '0px';
|
|
15351
|
+
});
|
|
15352
|
+
var TabContainer = styled__default.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref3) {
|
|
15353
|
+
var $disabled = _ref3.$disabled;
|
|
15354
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
15355
|
+
}, function (_ref4) {
|
|
15356
|
+
var $disabled = _ref4.$disabled;
|
|
15357
|
+
return $disabled ? '0.6' : '1';
|
|
15358
|
+
}, colorVariables$1$1$1$1$1$1$1$1.text.medium, function (_ref5) {
|
|
15359
|
+
var $headerHeight = _ref5.$headerHeight;
|
|
15360
|
+
return $headerHeight ? $headerHeight : '34px';
|
|
15361
|
+
}, function (_ref6) {
|
|
15362
|
+
var $disabled = _ref6.$disabled;
|
|
15363
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
15364
|
+
});
|
|
15365
|
+
var TabItemContainer = styled__default.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref7) {
|
|
15366
|
+
var $headerHeight = _ref7.$headerHeight;
|
|
15367
|
+
return $headerHeight ? $headerHeight : '34px';
|
|
15368
|
+
}, function (props) {
|
|
15369
|
+
return props.$active ? 'block' : 'none';
|
|
15370
|
+
}, colorVariables$1$1$1$1$1$1$1$1["default"].primary);
|
|
15371
|
+
var DetailsFirstContainer = styled__default.div(_templateObject5$9 || (_templateObject5$9 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
|
|
15372
|
+
return props.$active ? colorVariables$1$1$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15373
|
+
});
|
|
15374
|
+
var _templateObject$p, _templateObject2$k, _templateObject3$f, _templateObject4$c, _templateObject5$a, _templateObject6$8;
|
|
15375
|
+
var Container$6 = styled__default.div(_templateObject$p || (_templateObject$p = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
15376
|
+
var $padding = _ref.$padding;
|
|
15377
|
+
return $padding;
|
|
15378
|
+
});
|
|
15379
|
+
var Label$2 = styled__default.label(_templateObject2$k || (_templateObject2$k = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
15380
|
+
var $size = _ref2.$size;
|
|
15381
|
+
switch ($size) {
|
|
15382
|
+
case 'small':
|
|
15383
|
+
return "\n font-size: 12px;\n line-height: 12px;\n ";
|
|
15384
|
+
case 'medium':
|
|
15385
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
15386
|
+
case 'large':
|
|
15387
|
+
return "\n font-size: 16px;\n line-height: 16px;\n ";
|
|
15388
|
+
default:
|
|
15389
|
+
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
15390
|
+
}
|
|
15391
|
+
}, function (_ref3) {
|
|
15392
|
+
var $titlecolor = _ref3.$titlecolor;
|
|
15393
|
+
switch ($titlecolor) {
|
|
15394
|
+
case 'dark':
|
|
15395
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15396
|
+
case 'medium':
|
|
15397
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15398
|
+
case 'light':
|
|
15399
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
15400
|
+
case 'white':
|
|
15401
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
15402
|
+
case 'warning':
|
|
15403
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
15404
|
+
case 'info':
|
|
15405
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
15406
|
+
case 'success':
|
|
15407
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
15408
|
+
case 'error':
|
|
15409
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
15410
|
+
default:
|
|
15411
|
+
return $titlecolor;
|
|
15412
|
+
}
|
|
15413
|
+
});
|
|
15414
|
+
var Input$1 = styled__default.input(_templateObject3$f || (_templateObject3$f = _taggedTemplateLiteralLoose$1$1$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$1$1$1.border.light, function (_ref4) {
|
|
15415
|
+
var $disabled = _ref4.$disabled;
|
|
15416
|
+
return $disabled ? 'not-allowed' : 'auto';
|
|
15417
|
+
}, function (_ref5) {
|
|
15418
|
+
var $disabled = _ref5.$disabled,
|
|
15419
|
+
$background = _ref5.$background;
|
|
15420
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1$1.disabled.secondary : $background;
|
|
15421
|
+
}, function (_ref6) {
|
|
15422
|
+
var $color = _ref6.$color;
|
|
15423
|
+
return $color;
|
|
15424
|
+
}, function (_ref7) {
|
|
15425
|
+
var $disabled = _ref7.$disabled;
|
|
15426
|
+
return $disabled ? 'none' : 'auto';
|
|
15427
|
+
}, function (_ref8) {
|
|
15428
|
+
var $size = _ref8.$size;
|
|
15429
|
+
switch ($size) {
|
|
15430
|
+
case 'small':
|
|
15431
|
+
return "\n font-size: 12px;\n padding: 5px 10px;\n ";
|
|
15432
|
+
case 'medium':
|
|
15433
|
+
return "\n font-size: 14px;\n padding: 9.5px 12px;\n ";
|
|
15434
|
+
case 'large':
|
|
15435
|
+
return "\n font-size: 16px;\n padding: 9px 14px;\n ";
|
|
15436
|
+
default:
|
|
15437
|
+
return "\n font-size: 14px;\n padding: 7px 12px;\n ";
|
|
15438
|
+
}
|
|
15439
|
+
}, function (_ref9) {
|
|
15440
|
+
var $color = _ref9.$color;
|
|
15441
|
+
switch ($color) {
|
|
15442
|
+
case 'dark':
|
|
15443
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.dark;
|
|
15444
|
+
case 'medium':
|
|
15445
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.medium;
|
|
15446
|
+
case 'light':
|
|
15447
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.light;
|
|
15448
|
+
case 'white':
|
|
15449
|
+
return colorVariables$1$1$1$1$1$1$1$1.text.white;
|
|
15450
|
+
case 'warning':
|
|
15451
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].warning;
|
|
15452
|
+
case 'info':
|
|
15453
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].info;
|
|
15454
|
+
case 'success':
|
|
15455
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].success;
|
|
15456
|
+
case 'error':
|
|
15457
|
+
return colorVariables$1$1$1$1$1$1$1$1["default"].error;
|
|
15458
|
+
default:
|
|
15459
|
+
return $color;
|
|
15460
|
+
}
|
|
15461
|
+
}, colorVariables$1$1$1$1$1$1$1$1.text.light);
|
|
15462
|
+
var InputWrapper$2 = styled__default.div(_templateObject4$c || (_templateObject4$c = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
15463
|
+
var IconWrapper$3 = styled__default.div(_templateObject5$a || (_templateObject5$a = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
|
|
15464
|
+
var $disabled = _ref10.$disabled;
|
|
15465
|
+
return $disabled ? 'not-allowed' : 'pointer';
|
|
15466
|
+
});
|
|
15467
|
+
var Asterisk$2 = styled__default.span(_templateObject6$8 || (_templateObject6$8 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1$1$1$1$1["default"].error);
|
|
15468
|
+
var _templateObject$q, _templateObject2$l, _templateObject3$g;
|
|
15469
|
+
var Container$7 = styled__default.div(_templateObject$q || (_templateObject$q = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
15470
|
+
var $padding = _ref.$padding;
|
|
15471
|
+
return $padding;
|
|
15472
|
+
});
|
|
15473
|
+
var Label$3 = styled__default.label(_templateObject2$l || (_templateObject2$l = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
15474
|
+
var $size = _ref2.$size;
|
|
15475
|
+
switch ($size) {
|
|
15476
|
+
case 'small':
|
|
15477
|
+
return 'font-size: 12px; line-height: 12px;';
|
|
15478
|
+
case 'medium':
|
|
15479
|
+
return 'font-size: 14px; line-height: 14px;';
|
|
15480
|
+
case 'large':
|
|
15481
|
+
return 'font-size: 16px; line-height: 16px;';
|
|
15482
|
+
default:
|
|
15483
|
+
return 'font-size: 14px; line-height: 14px;';
|
|
15484
|
+
}
|
|
15485
|
+
}, function (_ref3) {
|
|
15486
|
+
var $titlecolor = _ref3.$titlecolor;
|
|
15487
|
+
return $titlecolor || colorVariables$1$1$1$1$1$1$1.text.dark;
|
|
15488
|
+
});
|
|
15489
|
+
var TextAreaComponent$1 = styled__default.textarea(_templateObject3$g || (_templateObject3$g = _taggedTemplateLiteralLoose$1$1$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$1$1.border.light, function (_ref4) {
|
|
15490
|
+
var $disabled = _ref4.$disabled;
|
|
15491
|
+
return $disabled ? 'not-allowed' : 'auto';
|
|
15492
|
+
}, function (_ref5) {
|
|
15493
|
+
var $disabled = _ref5.$disabled,
|
|
15494
|
+
$background = _ref5.$background;
|
|
15495
|
+
return $disabled ? colorVariables$1$1$1$1$1$1$1.disabled.secondary : $background;
|
|
15496
|
+
}, function (_ref6) {
|
|
15497
|
+
var $color = _ref6.$color;
|
|
14182
15498
|
return $color;
|
|
14183
15499
|
}, function (_ref7) {
|
|
14184
15500
|
var $size = _ref7.$size;
|
|
@@ -14196,18 +15512,18 @@ var TextAreaComponent = styled__default.textarea(_templateObject3$8 || (_templat
|
|
|
14196
15512
|
var $color = _ref8.$color;
|
|
14197
15513
|
return $color || colorVariables$1$1$1$1$1$1$1.text.dark;
|
|
14198
15514
|
}, colorVariables$1$1$1$1$1$1$1.text.light);
|
|
14199
|
-
var _templateObject$
|
|
14200
|
-
var OptionContainer$
|
|
14201
|
-
var OptionItem$
|
|
15515
|
+
var _templateObject$r, _templateObject2$m, _templateObject3$h, _templateObject4$d, _templateObject5$b, _templateObject6$9, _templateObject7$4;
|
|
15516
|
+
var OptionContainer$2 = styled__default.div(_templateObject$r || (_templateObject$r = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1$1$1$1$1$1.text.white);
|
|
15517
|
+
var OptionItem$2 = styled__default.div(_templateObject2$m || (_templateObject2$m = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
|
|
14202
15518
|
var $optionSelected = _ref.$optionSelected;
|
|
14203
15519
|
return $optionSelected ? colorVariables$1$1$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1$1$1.text.medium;
|
|
14204
15520
|
}, function (_ref2) {
|
|
14205
15521
|
var $optionSelected = _ref2.$optionSelected;
|
|
14206
15522
|
return $optionSelected ? colorVariables$1$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1$1.text.white;
|
|
14207
15523
|
}, colorVariables$1$1$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1$1$1.text.white);
|
|
14208
|
-
var TotalOptionsHeader = styled__default.div(_templateObject3$
|
|
14209
|
-
var OptionLabel$
|
|
14210
|
-
var SearchContainer$
|
|
15524
|
+
var TotalOptionsHeader$1 = styled__default.div(_templateObject3$h || (_templateObject3$h = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1$1$1$1$1.text.white, colorVariables$1$1$1$1$1$1$1.text.light, colorVariables$1$1$1$1$1$1$1.text.light);
|
|
15525
|
+
var OptionLabel$2 = styled__default.label(_templateObject4$d || (_templateObject4$d = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
|
|
15526
|
+
var SearchContainer$4 = styled__default.div(_templateObject5$b || (_templateObject5$b = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
|
|
14211
15527
|
var $background = _ref3.$background;
|
|
14212
15528
|
switch ($background) {
|
|
14213
15529
|
case 'dark':
|
|
@@ -14236,7 +15552,7 @@ var SearchContainer$3$1$1$1$1$1$1$1 = styled__default.div(_templateObject5$6 ||
|
|
|
14236
15552
|
var $borderRadius = _ref5.$borderRadius;
|
|
14237
15553
|
return $borderRadius || '8px';
|
|
14238
15554
|
});
|
|
14239
|
-
var SearchBar$
|
|
15555
|
+
var SearchBar$4 = styled__default.input(_templateObject6$9 || (_templateObject6$9 = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1$1$1$1$1["default"].tertiary, function (_ref6) {
|
|
14240
15556
|
var $inputColor = _ref6.$inputColor;
|
|
14241
15557
|
switch ($inputColor) {
|
|
14242
15558
|
case 'dark':
|
|
@@ -14281,32 +15597,32 @@ var SearchBar$3$1$1$1$1$1$1$1 = styled__default.input(_templateObject6$6 || (_te
|
|
|
14281
15597
|
return $placeholderColor;
|
|
14282
15598
|
}
|
|
14283
15599
|
});
|
|
14284
|
-
var OptionsWrapper$
|
|
14285
|
-
var _templateObject$
|
|
14286
|
-
var spin$
|
|
14287
|
-
var getDotPosition = function getDotPosition(index, size) {
|
|
15600
|
+
var OptionsWrapper$2 = styled__default.div(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteralLoose$1$1$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$1$1.text.white);
|
|
15601
|
+
var _templateObject$s, _templateObject2$n, _templateObject3$i, _templateObject4$e;
|
|
15602
|
+
var spin$3 = styled.keyframes(_templateObject$s || (_templateObject$s = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
15603
|
+
var getDotPosition$1 = function getDotPosition(index, size) {
|
|
14288
15604
|
var angle = index * 360 / 8;
|
|
14289
15605
|
var radius = size / 2.5;
|
|
14290
15606
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
14291
15607
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
14292
15608
|
return "translate(" + x + "px, " + y + "px)";
|
|
14293
15609
|
};
|
|
14294
|
-
var SpinnerContainer = styled__default.div(_templateObject2$
|
|
15610
|
+
var SpinnerContainer$1 = styled__default.div(_templateObject2$n || (_templateObject2$n = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
|
|
14295
15611
|
var $size = _ref.$size;
|
|
14296
15612
|
return $size;
|
|
14297
15613
|
}, function (_ref2) {
|
|
14298
15614
|
var $size = _ref2.$size;
|
|
14299
15615
|
return $size;
|
|
14300
15616
|
});
|
|
14301
|
-
var Dot = styled__default.div.attrs(function (_ref3) {
|
|
15617
|
+
var Dot$1 = styled__default.div.attrs(function (_ref3) {
|
|
14302
15618
|
var $index = _ref3.$index,
|
|
14303
15619
|
$size = _ref3.$size;
|
|
14304
15620
|
return {
|
|
14305
15621
|
style: {
|
|
14306
|
-
transform: getDotPosition($index, $size)
|
|
15622
|
+
transform: getDotPosition$1($index, $size)
|
|
14307
15623
|
}
|
|
14308
15624
|
};
|
|
14309
|
-
})(_templateObject3$
|
|
15625
|
+
})(_templateObject3$i || (_templateObject3$i = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
|
|
14310
15626
|
var $dotSize = _ref4.$dotSize;
|
|
14311
15627
|
return $dotSize;
|
|
14312
15628
|
}, function (_ref5) {
|
|
@@ -14315,7 +15631,7 @@ var Dot = styled__default.div.attrs(function (_ref3) {
|
|
|
14315
15631
|
}, function (_ref6) {
|
|
14316
15632
|
var $color = _ref6.$color;
|
|
14317
15633
|
return $color;
|
|
14318
|
-
}, spin$
|
|
15634
|
+
}, spin$3, function (_ref7) {
|
|
14319
15635
|
var $speed = _ref7.$speed;
|
|
14320
15636
|
return $speed;
|
|
14321
15637
|
}, function (_ref8) {
|
|
@@ -14323,10 +15639,10 @@ var Dot = styled__default.div.attrs(function (_ref3) {
|
|
|
14323
15639
|
$speed = _ref8.$speed;
|
|
14324
15640
|
return $index * $speed / 8;
|
|
14325
15641
|
});
|
|
14326
|
-
var SpinnerWrapper = styled__default.div(_templateObject4$
|
|
14327
|
-
var _templateObject$
|
|
14328
|
-
var spin$
|
|
14329
|
-
var Spinner$
|
|
15642
|
+
var SpinnerWrapper$1 = styled__default.div(_templateObject4$e || (_templateObject4$e = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
15643
|
+
var _templateObject$t, _templateObject2$o;
|
|
15644
|
+
var spin$4 = styled.keyframes(_templateObject$t || (_templateObject$t = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
15645
|
+
var Spinner$2 = styled__default.div(_templateObject2$o || (_templateObject2$o = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
|
|
14330
15646
|
var $size = _ref.$size;
|
|
14331
15647
|
return $size;
|
|
14332
15648
|
}, function (_ref2) {
|
|
@@ -14335,25 +15651,25 @@ var Spinner$1$1$1$1$1$1$1$1 = styled__default.div(_templateObject2$f || (_templa
|
|
|
14335
15651
|
}, function (_ref3) {
|
|
14336
15652
|
var $color = _ref3.$color;
|
|
14337
15653
|
return $color;
|
|
14338
|
-
}, spin$
|
|
14339
|
-
var _templateObject$
|
|
14340
|
-
var PageInput = styled__default.input(_templateObject$
|
|
14341
|
-
var _templateObject$
|
|
14342
|
-
var SidebarContainer = styled__default.div(_templateObject$
|
|
15654
|
+
}, spin$4);
|
|
15655
|
+
var _templateObject$u;
|
|
15656
|
+
var PageInput$1 = styled__default.input(_templateObject$u || (_templateObject$u = _taggedTemplateLiteralLoose$1$1$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$1$1.accent.extraLight, colorVariables$1$1$1$1$1$1$1.border.light, colorVariables$1$1$1$1$1$1$1.text.dark);
|
|
15657
|
+
var _templateObject$v, _templateObject2$p, _templateObject3$j, _templateObject4$f, _templateObject5$c, _templateObject6$a;
|
|
15658
|
+
var SidebarContainer$1 = styled__default.div(_templateObject$v || (_templateObject$v = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
|
|
14343
15659
|
var $isExpanded = _ref.$isExpanded;
|
|
14344
15660
|
return $isExpanded ? '225px' : '68px';
|
|
14345
15661
|
}, function (_ref2) {
|
|
14346
15662
|
var $background = _ref2.$background;
|
|
14347
15663
|
return $background ? $background : colorVariables$1$1$1$1$1$1$1.accent.softBlue;
|
|
14348
15664
|
});
|
|
14349
|
-
var SidebarItem = styled__default(reactRouterDom.NavLink)(_templateObject2$
|
|
14350
|
-
var ContentWrapper = styled__default.div(_templateObject3$
|
|
14351
|
-
var IconWrapper$
|
|
15665
|
+
var SidebarItem$1 = styled__default(reactRouterDom.NavLink)(_templateObject2$p || (_templateObject2$p = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1$1$1$1$1.text.medium, colorVariables$1$1$1$1$1$1$1["default"].primary);
|
|
15666
|
+
var ContentWrapper$1 = styled__default.div(_templateObject3$j || (_templateObject3$j = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
15667
|
+
var IconWrapper$4 = styled__default.div(_templateObject4$f || (_templateObject4$f = _taggedTemplateLiteralLoose$1$1$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) {
|
|
14352
15668
|
var $selected = _ref3.$selected;
|
|
14353
15669
|
return $selected ? colorVariables$1$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1$1["default"].tertiary;
|
|
14354
15670
|
});
|
|
14355
|
-
var Logo = styled__default.div(_templateObject5$
|
|
14356
|
-
var TextContainer = styled__default.span(_templateObject6$
|
|
15671
|
+
var Logo$1 = styled__default.div(_templateObject5$c || (_templateObject5$c = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
|
|
15672
|
+
var TextContainer$1 = styled__default.span(_templateObject6$a || (_templateObject6$a = _taggedTemplateLiteralLoose$1$1$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) {
|
|
14357
15673
|
var $padding = _ref4.$padding;
|
|
14358
15674
|
return $padding;
|
|
14359
15675
|
}, function (_ref5) {
|
|
@@ -14372,14 +15688,14 @@ var TextContainer = styled__default.span(_templateObject6$7 || (_templateObject6
|
|
|
14372
15688
|
var $isExpanded = _ref9.$isExpanded;
|
|
14373
15689
|
return $isExpanded ? 'visible' : 'hidden';
|
|
14374
15690
|
});
|
|
14375
|
-
var _templateObject$
|
|
14376
|
-
var ContainerWrapper = styled__default.div(_templateObject$
|
|
15691
|
+
var _templateObject$w, _templateObject2$q, _templateObject3$k, _templateObject4$g;
|
|
15692
|
+
var ContainerWrapper$1 = styled__default.div(_templateObject$w || (_templateObject$w = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
|
|
14377
15693
|
return props.$width || 'auto';
|
|
14378
15694
|
}, function (_ref) {
|
|
14379
15695
|
var $minHeight = _ref.$minHeight;
|
|
14380
15696
|
return $minHeight;
|
|
14381
15697
|
});
|
|
14382
|
-
var CellContainer = styled__default.div(_templateObject2$
|
|
15698
|
+
var CellContainer$1 = styled__default.div(_templateObject2$q || (_templateObject2$q = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
|
|
14383
15699
|
return props.$align;
|
|
14384
15700
|
}, function (props) {
|
|
14385
15701
|
return props.$width || 'auto';
|
|
@@ -14390,42 +15706,42 @@ var CellContainer = styled__default.div(_templateObject2$h || (_templateObject2$
|
|
|
14390
15706
|
}, function (props) {
|
|
14391
15707
|
return props.$padding;
|
|
14392
15708
|
});
|
|
14393
|
-
var MainText = styled__default.div(_templateObject3$
|
|
15709
|
+
var MainText$1 = styled__default.div(_templateObject3$k || (_templateObject3$k = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
14394
15710
|
return props.$mtc;
|
|
14395
15711
|
}, function (props) {
|
|
14396
15712
|
return props.$mtfs;
|
|
14397
15713
|
}, function (props) {
|
|
14398
15714
|
return props.$mtw;
|
|
14399
15715
|
});
|
|
14400
|
-
var SubText = styled__default.div(_templateObject4$
|
|
15716
|
+
var SubText$1 = styled__default.div(_templateObject4$g || (_templateObject4$g = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
14401
15717
|
return props.$stc;
|
|
14402
15718
|
}, function (props) {
|
|
14403
15719
|
return props.$stfs;
|
|
14404
15720
|
}, function (props) {
|
|
14405
15721
|
return props.$stw;
|
|
14406
15722
|
});
|
|
14407
|
-
var _templateObject$
|
|
14408
|
-
var TableRowContainer = styled.styled.div(_templateObject$
|
|
14409
|
-
var _templateObject$
|
|
14410
|
-
var TableContainer = styled__default.div(_templateObject$
|
|
14411
|
-
var TableHeader = styled__default.div(_templateObject2$
|
|
15723
|
+
var _templateObject$x;
|
|
15724
|
+
var TableRowContainer$1 = styled.styled.div(_templateObject$x || (_templateObject$x = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
|
|
15725
|
+
var _templateObject$y, _templateObject2$r, _templateObject3$l, _templateObject4$h, _templateObject5$d;
|
|
15726
|
+
var TableContainer$1 = styled__default.div(_templateObject$y || (_templateObject$y = _taggedTemplateLiteralLoose$1$1$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$1$1.brand.light);
|
|
15727
|
+
var TableHeader$1 = styled__default.div(_templateObject2$r || (_templateObject2$r = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
|
|
14412
15728
|
return props.$hbcolor || 'transparent';
|
|
14413
15729
|
}, function (props) {
|
|
14414
15730
|
return props.$tcolor || 'white';
|
|
14415
15731
|
});
|
|
14416
|
-
var TableContent = styled__default.div(_templateObject3$
|
|
14417
|
-
var TableData = styled__default.div(_templateObject4$
|
|
14418
|
-
var Divider = styled__default.div(_templateObject5$
|
|
14419
|
-
var _templateObject$
|
|
14420
|
-
var Container$
|
|
15732
|
+
var TableContent$1 = styled__default.div(_templateObject3$l || (_templateObject3$l = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
15733
|
+
var TableData$1 = styled__default.div(_templateObject4$h || (_templateObject4$h = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
15734
|
+
var Divider$1 = styled__default.div(_templateObject5$d || (_templateObject5$d = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1$1$1$1.border.extraLight);
|
|
15735
|
+
var _templateObject$z, _templateObject2$s, _templateObject3$m, _templateObject4$i, _templateObject5$e;
|
|
15736
|
+
var Container$8 = styled__default.div(_templateObject$z || (_templateObject$z = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
14421
15737
|
var $border = _ref.$border;
|
|
14422
15738
|
return $border;
|
|
14423
15739
|
});
|
|
14424
|
-
var FirstContainer = styled__default.div(_templateObject2$
|
|
15740
|
+
var FirstContainer$1 = styled__default.div(_templateObject2$s || (_templateObject2$s = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1$1$1$1$1.border.light, function (_ref2) {
|
|
14425
15741
|
var $headerPadding = _ref2.$headerPadding;
|
|
14426
15742
|
return $headerPadding ? $headerPadding : '0px';
|
|
14427
15743
|
});
|
|
14428
|
-
var TabContainer = styled__default.div(_templateObject3$
|
|
15744
|
+
var TabContainer$1 = styled__default.div(_templateObject3$m || (_templateObject3$m = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref3) {
|
|
14429
15745
|
var $disabled = _ref3.$disabled;
|
|
14430
15746
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
14431
15747
|
}, function (_ref4) {
|
|
@@ -14438,21 +15754,21 @@ var TabContainer = styled__default.div(_templateObject3$e || (_templateObject3$e
|
|
|
14438
15754
|
var $disabled = _ref6.$disabled;
|
|
14439
15755
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
14440
15756
|
});
|
|
14441
|
-
var TabItemContainer = styled__default.div(_templateObject4$
|
|
15757
|
+
var TabItemContainer$1 = styled__default.div(_templateObject4$i || (_templateObject4$i = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref7) {
|
|
14442
15758
|
var $headerHeight = _ref7.$headerHeight;
|
|
14443
15759
|
return $headerHeight ? $headerHeight : '34px';
|
|
14444
15760
|
}, function (props) {
|
|
14445
15761
|
return props.$active ? 'block' : 'none';
|
|
14446
15762
|
}, colorVariables$1$1$1$1$1$1$1["default"].primary);
|
|
14447
|
-
var DetailsFirstContainer = styled__default.div(_templateObject5$
|
|
15763
|
+
var DetailsFirstContainer$1 = styled__default.div(_templateObject5$e || (_templateObject5$e = _taggedTemplateLiteralLoose$1$1$1$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
|
|
14448
15764
|
return props.$active ? colorVariables$1$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1$1.text.medium;
|
|
14449
15765
|
});
|
|
14450
|
-
var _templateObject$
|
|
14451
|
-
var Container$
|
|
15766
|
+
var _templateObject$A, _templateObject2$t, _templateObject3$n, _templateObject4$j, _templateObject5$f, _templateObject6$b;
|
|
15767
|
+
var Container$9 = styled__default.div(_templateObject$A || (_templateObject$A = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
14452
15768
|
var $padding = _ref.$padding;
|
|
14453
15769
|
return $padding;
|
|
14454
15770
|
});
|
|
14455
|
-
var Label$
|
|
15771
|
+
var Label$4 = styled__default.label(_templateObject2$t || (_templateObject2$t = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
14456
15772
|
var $size = _ref2.$size;
|
|
14457
15773
|
switch ($size) {
|
|
14458
15774
|
case 'small':
|
|
@@ -14487,7 +15803,7 @@ var Label$2 = styled__default.label(_templateObject2$k || (_templateObject2$k =
|
|
|
14487
15803
|
return $titlecolor;
|
|
14488
15804
|
}
|
|
14489
15805
|
});
|
|
14490
|
-
var Input$
|
|
15806
|
+
var Input$2 = styled__default.input(_templateObject3$n || (_templateObject3$n = _taggedTemplateLiteralLoose$1$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$1$1.border.light, function (_ref4) {
|
|
14491
15807
|
var $disabled = _ref4.$disabled;
|
|
14492
15808
|
return $disabled ? 'not-allowed' : 'auto';
|
|
14493
15809
|
}, function (_ref5) {
|
|
@@ -14535,18 +15851,18 @@ var Input$1 = styled__default.input(_templateObject3$f || (_templateObject3$f =
|
|
|
14535
15851
|
return $color;
|
|
14536
15852
|
}
|
|
14537
15853
|
}, colorVariables$1$1$1$1$1$1$1.text.light);
|
|
14538
|
-
var InputWrapper$
|
|
14539
|
-
var IconWrapper$
|
|
15854
|
+
var InputWrapper$3 = styled__default.div(_templateObject4$j || (_templateObject4$j = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
15855
|
+
var IconWrapper$5 = styled__default.div(_templateObject5$f || (_templateObject5$f = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref10) {
|
|
14540
15856
|
var $disabled = _ref10.$disabled;
|
|
14541
15857
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
14542
15858
|
});
|
|
14543
|
-
var Asterisk$
|
|
14544
|
-
var _templateObject$
|
|
14545
|
-
var Container$
|
|
15859
|
+
var Asterisk$3 = styled__default.span(_templateObject6$b || (_templateObject6$b = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1$1$1$1$1$1$1["default"].error);
|
|
15860
|
+
var _templateObject$B, _templateObject2$u, _templateObject3$o;
|
|
15861
|
+
var Container$a = styled__default.div(_templateObject$B || (_templateObject$B = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
14546
15862
|
var $padding = _ref.$padding;
|
|
14547
15863
|
return $padding;
|
|
14548
15864
|
});
|
|
14549
|
-
var Label$
|
|
15865
|
+
var Label$5 = styled__default.label(_templateObject2$u || (_templateObject2$u = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
14550
15866
|
var $size = _ref2.$size;
|
|
14551
15867
|
switch ($size) {
|
|
14552
15868
|
case 'small':
|
|
@@ -14562,7 +15878,7 @@ var Label$3 = styled__default.label(_templateObject2$l || (_templateObject2$l =
|
|
|
14562
15878
|
var $titlecolor = _ref3.$titlecolor;
|
|
14563
15879
|
return $titlecolor || colorVariables$1$1$1$1$1$1.text.dark;
|
|
14564
15880
|
});
|
|
14565
|
-
var TextAreaComponent$
|
|
15881
|
+
var TextAreaComponent$2 = styled__default.textarea(_templateObject3$o || (_templateObject3$o = _taggedTemplateLiteralLoose$1$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$1.border.light, function (_ref4) {
|
|
14566
15882
|
var $disabled = _ref4.$disabled;
|
|
14567
15883
|
return $disabled ? 'not-allowed' : 'auto';
|
|
14568
15884
|
}, function (_ref5) {
|
|
@@ -14588,18 +15904,18 @@ var TextAreaComponent$1 = styled__default.textarea(_templateObject3$g || (_templ
|
|
|
14588
15904
|
var $color = _ref8.$color;
|
|
14589
15905
|
return $color || colorVariables$1$1$1$1$1$1.text.dark;
|
|
14590
15906
|
}, colorVariables$1$1$1$1$1$1.text.light);
|
|
14591
|
-
var _templateObject$
|
|
14592
|
-
var OptionContainer$
|
|
14593
|
-
var OptionItem$
|
|
15907
|
+
var _templateObject$C, _templateObject2$v, _templateObject3$p, _templateObject4$k, _templateObject5$g, _templateObject6$c, _templateObject7$5;
|
|
15908
|
+
var OptionContainer$3 = styled__default.div(_templateObject$C || (_templateObject$C = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n z-index: 2;\n border-radius: 8px;\n display: flex;\n flex-direction: column;\n position: absolute;\n padding: 4px;\n top: 40px;\n left: 0px;\n background: ", ";\n max-width: 192px;\n min-width: 192px;\n height: auto;\n max-height: 175px;\n"])), colorVariables$1$1$1$1$1$1.text.white);
|
|
15909
|
+
var OptionItem$3 = styled__default.div(_templateObject2$v || (_templateObject2$v = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n background-color: ", ";\n border-radius: 8px;\n\n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n"])), function (_ref) {
|
|
14594
15910
|
var $optionSelected = _ref.$optionSelected;
|
|
14595
15911
|
return $optionSelected ? colorVariables$1$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1$1.text.medium;
|
|
14596
15912
|
}, function (_ref2) {
|
|
14597
15913
|
var $optionSelected = _ref2.$optionSelected;
|
|
14598
15914
|
return $optionSelected ? colorVariables$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1.text.white;
|
|
14599
15915
|
}, colorVariables$1$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1$1.text.white);
|
|
14600
|
-
var TotalOptionsHeader$
|
|
14601
|
-
var OptionLabel$
|
|
14602
|
-
var SearchContainer$
|
|
15916
|
+
var TotalOptionsHeader$2 = styled__default.div(_templateObject3$p || (_templateObject3$p = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n z-index: 2;\n background: ", ";\n color: ", ";\n height: max-content;\n padding: 8px 4px;\n gap: 4px;\n border-bottom: 1px solid ", ";\n font-size:12px;\n"])), colorVariables$1$1$1$1$1$1.text.white, colorVariables$1$1$1$1$1$1.text.light, colorVariables$1$1$1$1$1$1.text.light);
|
|
15917
|
+
var OptionLabel$3 = styled__default.label(_templateObject4$k || (_templateObject4$k = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n cursor: pointer;\n height: max-content;\n gap: 8px;\n padding: 8px 12px;\n word-break: break-word;\n box-sizing: border-box;\n display: flex;\n align-items: center;\n font-family: NotoSans;\n font-weight: 500;\n font-size: 14px;\n line-height: 14px;\n"])));
|
|
15918
|
+
var SearchContainer$5 = styled__default.div(_templateObject5$g || (_templateObject5$g = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n height: auto;\n background: ", ";\n border: ", ";\n border-radius: ", ";\n padding: 6.5px 8px;\n display: flex;\n align-items: center;\n gap: 6px;\n"])), function (_ref3) {
|
|
14603
15919
|
var $background = _ref3.$background;
|
|
14604
15920
|
switch ($background) {
|
|
14605
15921
|
case 'dark':
|
|
@@ -14628,7 +15944,7 @@ var SearchContainer$4 = styled__default.div(_templateObject5$b || (_templateObje
|
|
|
14628
15944
|
var $borderRadius = _ref5.$borderRadius;
|
|
14629
15945
|
return $borderRadius || '8px';
|
|
14630
15946
|
});
|
|
14631
|
-
var SearchBar$
|
|
15947
|
+
var SearchBar$5 = styled__default.input(_templateObject6$c || (_templateObject6$c = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n border: none;\n outline: none;\n width: 100%;\n font-family: NotoSans, sans-serif;\n font-weight: 400;\n font-size: 14px;\n line-height: 100%;\n background: ", ";\n color: ", ";\n\n &::placeholder {\n color: ", ";\n font-style: italic;\n font-size: 14px;\n }\n"])), colorVariables$1$1$1$1$1$1["default"].tertiary, function (_ref6) {
|
|
14632
15948
|
var $inputColor = _ref6.$inputColor;
|
|
14633
15949
|
switch ($inputColor) {
|
|
14634
15950
|
case 'dark':
|
|
@@ -14673,32 +15989,32 @@ var SearchBar$4 = styled__default.input(_templateObject6$9 || (_templateObject6$
|
|
|
14673
15989
|
return $placeholderColor;
|
|
14674
15990
|
}
|
|
14675
15991
|
});
|
|
14676
|
-
var OptionsWrapper$
|
|
14677
|
-
var _templateObject$
|
|
14678
|
-
var spin$
|
|
14679
|
-
var getDotPosition$
|
|
15992
|
+
var OptionsWrapper$3 = styled__default.div(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1$1$1$1$1$1.text.white);
|
|
15993
|
+
var _templateObject$D, _templateObject2$w, _templateObject3$q, _templateObject4$l;
|
|
15994
|
+
var spin$5 = styled.keyframes(_templateObject$D || (_templateObject$D = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
15995
|
+
var getDotPosition$2 = function getDotPosition(index, size) {
|
|
14680
15996
|
var angle = index * 360 / 8;
|
|
14681
15997
|
var radius = size / 2.5;
|
|
14682
15998
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
14683
15999
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
14684
16000
|
return "translate(" + x + "px, " + y + "px)";
|
|
14685
16001
|
};
|
|
14686
|
-
var SpinnerContainer$
|
|
16002
|
+
var SpinnerContainer$2 = styled__default.div(_templateObject2$w || (_templateObject2$w = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
|
|
14687
16003
|
var $size = _ref.$size;
|
|
14688
16004
|
return $size;
|
|
14689
16005
|
}, function (_ref2) {
|
|
14690
16006
|
var $size = _ref2.$size;
|
|
14691
16007
|
return $size;
|
|
14692
16008
|
});
|
|
14693
|
-
var Dot$
|
|
16009
|
+
var Dot$2 = styled__default.div.attrs(function (_ref3) {
|
|
14694
16010
|
var $index = _ref3.$index,
|
|
14695
16011
|
$size = _ref3.$size;
|
|
14696
16012
|
return {
|
|
14697
16013
|
style: {
|
|
14698
|
-
transform: getDotPosition$
|
|
16014
|
+
transform: getDotPosition$2($index, $size)
|
|
14699
16015
|
}
|
|
14700
16016
|
};
|
|
14701
|
-
})(_templateObject3$
|
|
16017
|
+
})(_templateObject3$q || (_templateObject3$q = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n position: absolute;\n width: ", "px;\n height: ", "px;\n background-color: ", ";\n border-radius: 50%;\n animation: ", " ", "s linear infinite;\n animation-delay: ", "s;\n"])), function (_ref4) {
|
|
14702
16018
|
var $dotSize = _ref4.$dotSize;
|
|
14703
16019
|
return $dotSize;
|
|
14704
16020
|
}, function (_ref5) {
|
|
@@ -14707,7 +16023,7 @@ var Dot$1 = styled__default.div.attrs(function (_ref3) {
|
|
|
14707
16023
|
}, function (_ref6) {
|
|
14708
16024
|
var $color = _ref6.$color;
|
|
14709
16025
|
return $color;
|
|
14710
|
-
}, spin$
|
|
16026
|
+
}, spin$5, function (_ref7) {
|
|
14711
16027
|
var $speed = _ref7.$speed;
|
|
14712
16028
|
return $speed;
|
|
14713
16029
|
}, function (_ref8) {
|
|
@@ -14715,10 +16031,10 @@ var Dot$1 = styled__default.div.attrs(function (_ref3) {
|
|
|
14715
16031
|
$speed = _ref8.$speed;
|
|
14716
16032
|
return $index * $speed / 8;
|
|
14717
16033
|
});
|
|
14718
|
-
var SpinnerWrapper$
|
|
14719
|
-
var _templateObject$
|
|
14720
|
-
var spin$
|
|
14721
|
-
var Spinner$
|
|
16034
|
+
var SpinnerWrapper$2 = styled__default.div(_templateObject4$l || (_templateObject4$l = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
16035
|
+
var _templateObject$E, _templateObject2$x;
|
|
16036
|
+
var spin$6 = styled.keyframes(_templateObject$E || (_templateObject$E = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
16037
|
+
var Spinner$3 = styled__default.div(_templateObject2$x || (_templateObject2$x = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", "px;\n height: ", "px;\n border: 5px solid #ddd;\n border-top-color: ", ";\n border-radius: 50%;\n animation: ", " 1s linear infinite;\n"])), function (_ref) {
|
|
14722
16038
|
var $size = _ref.$size;
|
|
14723
16039
|
return $size;
|
|
14724
16040
|
}, function (_ref2) {
|
|
@@ -14727,25 +16043,25 @@ var Spinner$2 = styled__default.div(_templateObject2$o || (_templateObject2$o =
|
|
|
14727
16043
|
}, function (_ref3) {
|
|
14728
16044
|
var $color = _ref3.$color;
|
|
14729
16045
|
return $color;
|
|
14730
|
-
}, spin$
|
|
14731
|
-
var _templateObject$
|
|
14732
|
-
var PageInput$
|
|
14733
|
-
var _templateObject$
|
|
14734
|
-
var SidebarContainer$
|
|
16046
|
+
}, spin$6);
|
|
16047
|
+
var _templateObject$F;
|
|
16048
|
+
var PageInput$2 = styled__default.input(_templateObject$F || (_templateObject$F = _taggedTemplateLiteralLoose$1$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$1.accent.extraLight, colorVariables$1$1$1$1$1$1.border.light, colorVariables$1$1$1$1$1$1.text.dark);
|
|
16049
|
+
var _templateObject$G, _templateObject2$y, _templateObject3$r, _templateObject4$m, _templateObject5$h, _templateObject6$d;
|
|
16050
|
+
var SidebarContainer$2 = styled__default.div(_templateObject$G || (_templateObject$G = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: ", ";\n height: 100vh;\n background: ", "; \n transition: width 0.3s ease-in-out;\n display: flex;\n flex-direction: column;\n align-items: start;\n padding: 20px;\n position: fixed;\n left: 0;\n top: 0;\n overflow: hidden;\n z-index: 10;\n justify-content: space-between;\n"])), function (_ref) {
|
|
14735
16051
|
var $isExpanded = _ref.$isExpanded;
|
|
14736
16052
|
return $isExpanded ? '225px' : '68px';
|
|
14737
16053
|
}, function (_ref2) {
|
|
14738
16054
|
var $background = _ref2.$background;
|
|
14739
16055
|
return $background ? $background : colorVariables$1$1$1$1$1$1.accent.softBlue;
|
|
14740
16056
|
});
|
|
14741
|
-
var SidebarItem$
|
|
14742
|
-
var ContentWrapper$
|
|
14743
|
-
var IconWrapper$
|
|
16057
|
+
var SidebarItem$2 = styled__default(reactRouterDom.NavLink)(_templateObject2$y || (_templateObject2$y = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n height: 28px;\n width: 100%;\n gap: 10px;\n cursor: pointer;\n border-radius: 4px;\n color: ", ";\n transition: background 0.3s;\n\n &:hover {\n background: ", ";\n }\n"])), colorVariables$1$1$1$1$1$1.text.medium, colorVariables$1$1$1$1$1$1["default"].primary);
|
|
16058
|
+
var ContentWrapper$2 = styled__default.div(_templateObject3$r || (_templateObject3$r = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
16059
|
+
var IconWrapper$6 = styled__default.div(_templateObject4$m || (_templateObject4$m = _taggedTemplateLiteralLoose$1$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) {
|
|
14744
16060
|
var $selected = _ref3.$selected;
|
|
14745
16061
|
return $selected ? colorVariables$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1["default"].tertiary;
|
|
14746
16062
|
});
|
|
14747
|
-
var Logo$
|
|
14748
|
-
var TextContainer$
|
|
16063
|
+
var Logo$2 = styled__default.div(_templateObject5$h || (_templateObject5$h = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n width: 100%;\n min-width: max-content;\n height: 32px;\n align-items: center;\n justify-content: start;\n gap: 10px;\n"])));
|
|
16064
|
+
var TextContainer$2 = styled__default.span(_templateObject6$d || (_templateObject6$d = _taggedTemplateLiteralLoose$1$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) {
|
|
14749
16065
|
var $padding = _ref4.$padding;
|
|
14750
16066
|
return $padding;
|
|
14751
16067
|
}, function (_ref5) {
|
|
@@ -14764,14 +16080,14 @@ var TextContainer$1 = styled__default.span(_templateObject6$a || (_templateObjec
|
|
|
14764
16080
|
var $isExpanded = _ref9.$isExpanded;
|
|
14765
16081
|
return $isExpanded ? 'visible' : 'hidden';
|
|
14766
16082
|
});
|
|
14767
|
-
var _templateObject$
|
|
14768
|
-
var ContainerWrapper$
|
|
16083
|
+
var _templateObject$H, _templateObject2$z, _templateObject3$s, _templateObject4$n;
|
|
16084
|
+
var ContainerWrapper$2 = styled__default.div(_templateObject$H || (_templateObject$H = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n height: auto;\n display: flex;\n align-items: center;\n justify-content: center;\n width: ", ";\n min-height: ", ";\n word-break: break-word;\n"])), function (props) {
|
|
14769
16085
|
return props.$width || 'auto';
|
|
14770
16086
|
}, function (_ref) {
|
|
14771
16087
|
var $minHeight = _ref.$minHeight;
|
|
14772
16088
|
return $minHeight;
|
|
14773
16089
|
});
|
|
14774
|
-
var CellContainer$
|
|
16090
|
+
var CellContainer$2 = styled__default.div(_templateObject2$z || (_templateObject2$z = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n align-items:", ";\n justify-content: center;\n width: ", ";\n min-width: ", ";\n display: flex;\n flex-direction: column;\n background: ", ";\n padding: ", ";\n gap: 4px;\n height: 100%\n"])), function (props) {
|
|
14775
16091
|
return props.$align;
|
|
14776
16092
|
}, function (props) {
|
|
14777
16093
|
return props.$width || 'auto';
|
|
@@ -14782,42 +16098,42 @@ var CellContainer$1 = styled__default.div(_templateObject2$q || (_templateObject
|
|
|
14782
16098
|
}, function (props) {
|
|
14783
16099
|
return props.$padding;
|
|
14784
16100
|
});
|
|
14785
|
-
var MainText$
|
|
16101
|
+
var MainText$2 = styled__default.div(_templateObject3$s || (_templateObject3$s = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
14786
16102
|
return props.$mtc;
|
|
14787
16103
|
}, function (props) {
|
|
14788
16104
|
return props.$mtfs;
|
|
14789
16105
|
}, function (props) {
|
|
14790
16106
|
return props.$mtw;
|
|
14791
16107
|
});
|
|
14792
|
-
var SubText$
|
|
16108
|
+
var SubText$2 = styled__default.div(_templateObject4$n || (_templateObject4$n = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
14793
16109
|
return props.$stc;
|
|
14794
16110
|
}, function (props) {
|
|
14795
16111
|
return props.$stfs;
|
|
14796
16112
|
}, function (props) {
|
|
14797
16113
|
return props.$stw;
|
|
14798
16114
|
});
|
|
14799
|
-
var _templateObject$
|
|
14800
|
-
var TableRowContainer$
|
|
14801
|
-
var _templateObject$
|
|
14802
|
-
var TableContainer$
|
|
14803
|
-
var TableHeader$
|
|
16115
|
+
var _templateObject$I;
|
|
16116
|
+
var TableRowContainer$2 = styled.styled.div(_templateObject$I || (_templateObject$I = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
|
|
16117
|
+
var _templateObject$J, _templateObject2$A, _templateObject3$t, _templateObject4$o, _templateObject5$i;
|
|
16118
|
+
var TableContainer$2 = styled__default.div(_templateObject$J || (_templateObject$J = _taggedTemplateLiteralLoose$1$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$1.brand.light);
|
|
16119
|
+
var TableHeader$2 = styled__default.div(_templateObject2$A || (_templateObject2$A = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n font-size: 14px;\n display: flex;\n background: ", ";\n color: ", ";\n min-height: 36px;\n align-items: center;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n padding: 9px 12px;\n"])), function (props) {
|
|
14804
16120
|
return props.$hbcolor || 'transparent';
|
|
14805
16121
|
}, function (props) {
|
|
14806
16122
|
return props.$tcolor || 'white';
|
|
14807
16123
|
});
|
|
14808
|
-
var TableContent$
|
|
14809
|
-
var TableData$
|
|
14810
|
-
var Divider$
|
|
14811
|
-
var _templateObject$
|
|
14812
|
-
var Container$
|
|
16124
|
+
var TableContent$2 = styled__default.div(_templateObject3$t || (_templateObject3$t = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
16125
|
+
var TableData$2 = styled__default.div(_templateObject4$o || (_templateObject4$o = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
16126
|
+
var Divider$2 = styled__default.div(_templateObject5$i || (_templateObject5$i = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1$1$1.border.extraLight);
|
|
16127
|
+
var _templateObject$K, _templateObject2$B, _templateObject3$u, _templateObject4$p, _templateObject5$j;
|
|
16128
|
+
var Container$b = styled__default.div(_templateObject$K || (_templateObject$K = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
14813
16129
|
var $border = _ref.$border;
|
|
14814
16130
|
return $border;
|
|
14815
16131
|
});
|
|
14816
|
-
var FirstContainer$
|
|
16132
|
+
var FirstContainer$2 = styled__default.div(_templateObject2$B || (_templateObject2$B = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: 100%;\n display: flex;\n font-family: NotoSans, sans-serif;\n font-size: 16px;\n gap: 24px;\n border-bottom: 1px solid ", ";\n padding: ", ";\n"])), colorVariables$1$1$1$1$1$1.border.light, function (_ref2) {
|
|
14817
16133
|
var $headerPadding = _ref2.$headerPadding;
|
|
14818
16134
|
return $headerPadding ? $headerPadding : '0px';
|
|
14819
16135
|
});
|
|
14820
|
-
var TabContainer$
|
|
16136
|
+
var TabContainer$2 = styled__default.div(_templateObject3$u || (_templateObject3$u = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n width: auto;\n display: flex;\n align-items: center;\n cursor: ", ";\n opacity: ", ";\n gap: 8px;\n font-family: NotoSans, sans-serif;\n font-size: 14px;\n font-weight: 500;\n color: ", ";\n height: ", ";\n\n svg {\n cursor: ", ";\n }\n\n"])), function (_ref3) {
|
|
14821
16137
|
var $disabled = _ref3.$disabled;
|
|
14822
16138
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
14823
16139
|
}, function (_ref4) {
|
|
@@ -14830,22 +16146,18 @@ var TabContainer$1 = styled__default.div(_templateObject3$m || (_templateObject3
|
|
|
14830
16146
|
var $disabled = _ref6.$disabled;
|
|
14831
16147
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
14832
16148
|
});
|
|
14833
|
-
var TabItemContainer$
|
|
16149
|
+
var TabItemContainer$2 = styled__default.div(_templateObject4$p || (_templateObject4$p = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref7) {
|
|
14834
16150
|
var $headerHeight = _ref7.$headerHeight;
|
|
14835
16151
|
return $headerHeight ? $headerHeight : '34px';
|
|
14836
16152
|
}, function (props) {
|
|
14837
16153
|
return props.$active ? 'block' : 'none';
|
|
14838
16154
|
}, colorVariables$1$1$1$1$1$1["default"].primary);
|
|
14839
|
-
var DetailsFirstContainer$
|
|
16155
|
+
var DetailsFirstContainer$2 = styled__default.div(_templateObject5$j || (_templateObject5$j = _taggedTemplateLiteralLoose$1$1$1$1$1$1(["\n text-align: center;\n font-size: 14px;\n line-height: 18px;\n font-weight: 500;\n font-family: NotoSans, sans-serif;\n height: 100%;\n display: flex;\n align-items: center;\n color: ", ";\n"])), function (props) {
|
|
14840
16156
|
return props.$active ? colorVariables$1$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1$1.text.medium;
|
|
14841
16157
|
});
|
|
14842
|
-
var _templateObject$
|
|
14843
|
-
var
|
|
14844
|
-
var $
|
|
14845
|
-
return $padding;
|
|
14846
|
-
});
|
|
14847
|
-
var Label$4 = styled__default.label(_templateObject2$t || (_templateObject2$t = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
14848
|
-
var $size = _ref2.$size;
|
|
16158
|
+
var _templateObject$L, _templateObject2$C, _templateObject3$v, _templateObject4$q, _templateObject5$k;
|
|
16159
|
+
var Label$6 = styled__default.label(_templateObject$L || (_templateObject$L = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
16160
|
+
var $size = _ref.$size;
|
|
14849
16161
|
switch ($size) {
|
|
14850
16162
|
case 'small':
|
|
14851
16163
|
return "\n font-size: 12px;\n line-height: 12px;\n ";
|
|
@@ -14856,8 +16168,8 @@ var Label$4 = styled__default.label(_templateObject2$t || (_templateObject2$t =
|
|
|
14856
16168
|
default:
|
|
14857
16169
|
return "\n font-size: 14px;\n line-height: 14px;\n ";
|
|
14858
16170
|
}
|
|
14859
|
-
}, function (
|
|
14860
|
-
var $titlecolor =
|
|
16171
|
+
}, function (_ref2) {
|
|
16172
|
+
var $titlecolor = _ref2.$titlecolor;
|
|
14861
16173
|
switch ($titlecolor) {
|
|
14862
16174
|
case 'dark':
|
|
14863
16175
|
return colorVariables$1$1$1$1$1$1.text.dark;
|
|
@@ -14879,21 +16191,21 @@ var Label$4 = styled__default.label(_templateObject2$t || (_templateObject2$t =
|
|
|
14879
16191
|
return $titlecolor;
|
|
14880
16192
|
}
|
|
14881
16193
|
});
|
|
14882
|
-
var Input$
|
|
14883
|
-
var $disabled =
|
|
16194
|
+
var Input$3 = styled__default.input(_templateObject2$C || (_templateObject2$C = _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$1.border.light, function (_ref3) {
|
|
16195
|
+
var $disabled = _ref3.$disabled;
|
|
14884
16196
|
return $disabled ? 'not-allowed' : 'auto';
|
|
14885
|
-
}, function (
|
|
14886
|
-
var $disabled =
|
|
14887
|
-
$background =
|
|
16197
|
+
}, function (_ref4) {
|
|
16198
|
+
var $disabled = _ref4.$disabled,
|
|
16199
|
+
$background = _ref4.$background;
|
|
14888
16200
|
return $disabled ? colorVariables$1$1$1$1$1$1.disabled.secondary : $background;
|
|
14889
|
-
}, function (
|
|
14890
|
-
var $color =
|
|
16201
|
+
}, function (_ref5) {
|
|
16202
|
+
var $color = _ref5.$color;
|
|
14891
16203
|
return $color;
|
|
14892
|
-
}, function (
|
|
14893
|
-
var $disabled =
|
|
16204
|
+
}, function (_ref6) {
|
|
16205
|
+
var $disabled = _ref6.$disabled;
|
|
14894
16206
|
return $disabled ? 'none' : 'auto';
|
|
14895
|
-
}, function (
|
|
14896
|
-
var $size =
|
|
16207
|
+
}, function (_ref7) {
|
|
16208
|
+
var $size = _ref7.$size;
|
|
14897
16209
|
switch ($size) {
|
|
14898
16210
|
case 'small':
|
|
14899
16211
|
return "\n font-size: 12px;\n padding: 5px 10px;\n ";
|
|
@@ -14904,8 +16216,8 @@ var Input$2 = styled__default.input(_templateObject3$n || (_templateObject3$n =
|
|
|
14904
16216
|
default:
|
|
14905
16217
|
return "\n font-size: 14px;\n padding: 7px 12px;\n ";
|
|
14906
16218
|
}
|
|
14907
|
-
}, function (
|
|
14908
|
-
var $color =
|
|
16219
|
+
}, function (_ref8) {
|
|
16220
|
+
var $color = _ref8.$color;
|
|
14909
16221
|
switch ($color) {
|
|
14910
16222
|
case 'dark':
|
|
14911
16223
|
return colorVariables$1$1$1$1$1$1.text.dark;
|
|
@@ -14927,18 +16239,18 @@ var Input$2 = styled__default.input(_templateObject3$n || (_templateObject3$n =
|
|
|
14927
16239
|
return $color;
|
|
14928
16240
|
}
|
|
14929
16241
|
}, colorVariables$1$1$1$1$1$1.text.light);
|
|
14930
|
-
var InputWrapper$
|
|
14931
|
-
var IconWrapper$
|
|
14932
|
-
var $disabled =
|
|
16242
|
+
var InputWrapper$4 = styled__default.div(_templateObject3$v || (_templateObject3$v = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
16243
|
+
var IconWrapper$7 = styled__default.div(_templateObject4$q || (_templateObject4$q = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref9) {
|
|
16244
|
+
var $disabled = _ref9.$disabled;
|
|
14933
16245
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
14934
16246
|
});
|
|
14935
|
-
var Asterisk$
|
|
14936
|
-
var _templateObject$
|
|
14937
|
-
var Container$
|
|
16247
|
+
var Asterisk$4 = styled__default.span(_templateObject5$k || (_templateObject5$k = _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$1["default"].error);
|
|
16248
|
+
var _templateObject$M, _templateObject2$D, _templateObject3$w;
|
|
16249
|
+
var Container$c = styled__default.div(_templateObject$M || (_templateObject$M = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
14938
16250
|
var $padding = _ref.$padding;
|
|
14939
16251
|
return $padding;
|
|
14940
16252
|
});
|
|
14941
|
-
var Label$
|
|
16253
|
+
var Label$7 = styled__default.label(_templateObject2$D || (_templateObject2$D = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
14942
16254
|
var $size = _ref2.$size;
|
|
14943
16255
|
switch ($size) {
|
|
14944
16256
|
case 'small':
|
|
@@ -14954,7 +16266,7 @@ var Label$5 = styled__default.label(_templateObject2$u || (_templateObject2$u =
|
|
|
14954
16266
|
var $titlecolor = _ref3.$titlecolor;
|
|
14955
16267
|
return $titlecolor || colorVariables$1$1$1$1$1.text.dark;
|
|
14956
16268
|
});
|
|
14957
|
-
var TextAreaComponent$
|
|
16269
|
+
var TextAreaComponent$3 = styled__default.textarea(_templateObject3$w || (_templateObject3$w = _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 (_ref4) {
|
|
14958
16270
|
var $disabled = _ref4.$disabled;
|
|
14959
16271
|
return $disabled ? 'not-allowed' : 'auto';
|
|
14960
16272
|
}, function (_ref5) {
|
|
@@ -14980,18 +16292,18 @@ var TextAreaComponent$2 = styled__default.textarea(_templateObject3$o || (_templ
|
|
|
14980
16292
|
var $color = _ref8.$color;
|
|
14981
16293
|
return $color || colorVariables$1$1$1$1$1.text.dark;
|
|
14982
16294
|
}, colorVariables$1$1$1$1$1.text.light);
|
|
14983
|
-
var _templateObject$
|
|
14984
|
-
var OptionContainer$
|
|
14985
|
-
var OptionItem$
|
|
16295
|
+
var _templateObject$N, _templateObject2$E, _templateObject3$x, _templateObject4$r, _templateObject5$l, _templateObject6$e, _templateObject7$6;
|
|
16296
|
+
var OptionContainer$4 = styled__default.div(_templateObject$N || (_templateObject$N = _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);
|
|
16297
|
+
var OptionItem$4 = styled__default.div(_templateObject2$E || (_templateObject2$E = _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) {
|
|
14986
16298
|
var $optionSelected = _ref.$optionSelected;
|
|
14987
16299
|
return $optionSelected ? colorVariables$1$1$1$1$1.text.white : colorVariables$1$1$1$1$1.text.medium;
|
|
14988
16300
|
}, function (_ref2) {
|
|
14989
16301
|
var $optionSelected = _ref2.$optionSelected;
|
|
14990
16302
|
return $optionSelected ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1.text.white;
|
|
14991
16303
|
}, colorVariables$1$1$1$1$1.hover.primary, colorVariables$1$1$1$1$1.text.white);
|
|
14992
|
-
var TotalOptionsHeader$
|
|
14993
|
-
var OptionLabel$
|
|
14994
|
-
var SearchContainer$
|
|
16304
|
+
var TotalOptionsHeader$3 = styled__default.div(_templateObject3$x || (_templateObject3$x = _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);
|
|
16305
|
+
var OptionLabel$4 = styled__default.label(_templateObject4$r || (_templateObject4$r = _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"])));
|
|
16306
|
+
var SearchContainer$6 = styled__default.div(_templateObject5$l || (_templateObject5$l = _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) {
|
|
14995
16307
|
var $background = _ref3.$background;
|
|
14996
16308
|
switch ($background) {
|
|
14997
16309
|
case 'dark':
|
|
@@ -15020,7 +16332,7 @@ var SearchContainer$5 = styled__default.div(_templateObject5$g || (_templateObje
|
|
|
15020
16332
|
var $borderRadius = _ref5.$borderRadius;
|
|
15021
16333
|
return $borderRadius || '8px';
|
|
15022
16334
|
});
|
|
15023
|
-
var SearchBar$
|
|
16335
|
+
var SearchBar$6 = styled__default.input(_templateObject6$e || (_templateObject6$e = _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) {
|
|
15024
16336
|
var $inputColor = _ref6.$inputColor;
|
|
15025
16337
|
switch ($inputColor) {
|
|
15026
16338
|
case 'dark':
|
|
@@ -15065,32 +16377,32 @@ var SearchBar$5 = styled__default.input(_templateObject6$c || (_templateObject6$
|
|
|
15065
16377
|
return $placeholderColor;
|
|
15066
16378
|
}
|
|
15067
16379
|
});
|
|
15068
|
-
var OptionsWrapper$
|
|
15069
|
-
var _templateObject$
|
|
15070
|
-
var spin$
|
|
15071
|
-
var getDotPosition$
|
|
16380
|
+
var OptionsWrapper$4 = styled__default.div(_templateObject7$6 || (_templateObject7$6 = _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);
|
|
16381
|
+
var _templateObject$O, _templateObject2$F, _templateObject3$y, _templateObject4$s;
|
|
16382
|
+
var spin$7 = styled.keyframes(_templateObject$O || (_templateObject$O = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
16383
|
+
var getDotPosition$3 = function getDotPosition(index, size) {
|
|
15072
16384
|
var angle = index * 360 / 8;
|
|
15073
16385
|
var radius = size / 2.5;
|
|
15074
16386
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
15075
16387
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
15076
16388
|
return "translate(" + x + "px, " + y + "px)";
|
|
15077
16389
|
};
|
|
15078
|
-
var SpinnerContainer$
|
|
16390
|
+
var SpinnerContainer$3 = 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) {
|
|
15079
16391
|
var $size = _ref.$size;
|
|
15080
16392
|
return $size;
|
|
15081
16393
|
}, function (_ref2) {
|
|
15082
16394
|
var $size = _ref2.$size;
|
|
15083
16395
|
return $size;
|
|
15084
16396
|
});
|
|
15085
|
-
var Dot$
|
|
16397
|
+
var Dot$3 = styled__default.div.attrs(function (_ref3) {
|
|
15086
16398
|
var $index = _ref3.$index,
|
|
15087
16399
|
$size = _ref3.$size;
|
|
15088
16400
|
return {
|
|
15089
16401
|
style: {
|
|
15090
|
-
transform: getDotPosition$
|
|
16402
|
+
transform: getDotPosition$3($index, $size)
|
|
15091
16403
|
}
|
|
15092
16404
|
};
|
|
15093
|
-
})(_templateObject3$
|
|
16405
|
+
})(_templateObject3$y || (_templateObject3$y = _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) {
|
|
15094
16406
|
var $dotSize = _ref4.$dotSize;
|
|
15095
16407
|
return $dotSize;
|
|
15096
16408
|
}, function (_ref5) {
|
|
@@ -15099,7 +16411,7 @@ var Dot$2 = styled__default.div.attrs(function (_ref3) {
|
|
|
15099
16411
|
}, function (_ref6) {
|
|
15100
16412
|
var $color = _ref6.$color;
|
|
15101
16413
|
return $color;
|
|
15102
|
-
}, spin$
|
|
16414
|
+
}, spin$7, function (_ref7) {
|
|
15103
16415
|
var $speed = _ref7.$speed;
|
|
15104
16416
|
return $speed;
|
|
15105
16417
|
}, function (_ref8) {
|
|
@@ -15107,10 +16419,10 @@ var Dot$2 = styled__default.div.attrs(function (_ref3) {
|
|
|
15107
16419
|
$speed = _ref8.$speed;
|
|
15108
16420
|
return $index * $speed / 8;
|
|
15109
16421
|
});
|
|
15110
|
-
var SpinnerWrapper$
|
|
15111
|
-
var _templateObject$
|
|
15112
|
-
var spin$
|
|
15113
|
-
var Spinner$
|
|
16422
|
+
var SpinnerWrapper$3 = styled__default.div(_templateObject4$s || (_templateObject4$s = _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"])));
|
|
16423
|
+
var _templateObject$P, _templateObject2$G;
|
|
16424
|
+
var spin$8 = styled.keyframes(_templateObject$P || (_templateObject$P = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
16425
|
+
var Spinner$4 = 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) {
|
|
15114
16426
|
var $size = _ref.$size;
|
|
15115
16427
|
return $size;
|
|
15116
16428
|
}, function (_ref2) {
|
|
@@ -15119,25 +16431,25 @@ var Spinner$3 = styled__default.div(_templateObject2$x || (_templateObject2$x =
|
|
|
15119
16431
|
}, function (_ref3) {
|
|
15120
16432
|
var $color = _ref3.$color;
|
|
15121
16433
|
return $color;
|
|
15122
|
-
}, spin$
|
|
15123
|
-
var _templateObject$
|
|
15124
|
-
var PageInput$
|
|
15125
|
-
var _templateObject$
|
|
15126
|
-
var SidebarContainer$
|
|
16434
|
+
}, spin$8);
|
|
16435
|
+
var _templateObject$Q;
|
|
16436
|
+
var PageInput$3 = styled__default.input(_templateObject$Q || (_templateObject$Q = _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);
|
|
16437
|
+
var _templateObject$R, _templateObject2$H, _templateObject3$z, _templateObject4$t, _templateObject5$m, _templateObject6$f;
|
|
16438
|
+
var SidebarContainer$3 = styled__default.div(_templateObject$R || (_templateObject$R = _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) {
|
|
15127
16439
|
var $isExpanded = _ref.$isExpanded;
|
|
15128
16440
|
return $isExpanded ? '225px' : '68px';
|
|
15129
16441
|
}, function (_ref2) {
|
|
15130
16442
|
var $background = _ref2.$background;
|
|
15131
16443
|
return $background ? $background : colorVariables$1$1$1$1$1.accent.softBlue;
|
|
15132
16444
|
});
|
|
15133
|
-
var SidebarItem$
|
|
15134
|
-
var ContentWrapper$
|
|
15135
|
-
var IconWrapper$
|
|
16445
|
+
var SidebarItem$3 = 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);
|
|
16446
|
+
var ContentWrapper$3 = styled__default.div(_templateObject3$z || (_templateObject3$z = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
16447
|
+
var IconWrapper$8 = styled__default.div(_templateObject4$t || (_templateObject4$t = _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) {
|
|
15136
16448
|
var $selected = _ref3.$selected;
|
|
15137
16449
|
return $selected ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1["default"].tertiary;
|
|
15138
16450
|
});
|
|
15139
|
-
var Logo$
|
|
15140
|
-
var TextContainer$
|
|
16451
|
+
var Logo$3 = styled__default.div(_templateObject5$m || (_templateObject5$m = _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"])));
|
|
16452
|
+
var TextContainer$3 = styled__default.span(_templateObject6$f || (_templateObject6$f = _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) {
|
|
15141
16453
|
var $padding = _ref4.$padding;
|
|
15142
16454
|
return $padding;
|
|
15143
16455
|
}, function (_ref5) {
|
|
@@ -15156,14 +16468,14 @@ var TextContainer$2 = styled__default.span(_templateObject6$d || (_templateObjec
|
|
|
15156
16468
|
var $isExpanded = _ref9.$isExpanded;
|
|
15157
16469
|
return $isExpanded ? 'visible' : 'hidden';
|
|
15158
16470
|
});
|
|
15159
|
-
var _templateObject$
|
|
15160
|
-
var ContainerWrapper$
|
|
16471
|
+
var _templateObject$S, _templateObject2$I, _templateObject3$A, _templateObject4$u;
|
|
16472
|
+
var ContainerWrapper$3 = styled__default.div(_templateObject$S || (_templateObject$S = _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) {
|
|
15161
16473
|
return props.$width || 'auto';
|
|
15162
16474
|
}, function (_ref) {
|
|
15163
16475
|
var $minHeight = _ref.$minHeight;
|
|
15164
16476
|
return $minHeight;
|
|
15165
16477
|
});
|
|
15166
|
-
var CellContainer$
|
|
16478
|
+
var CellContainer$3 = 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) {
|
|
15167
16479
|
return props.$align;
|
|
15168
16480
|
}, function (props) {
|
|
15169
16481
|
return props.$width || 'auto';
|
|
@@ -15174,42 +16486,42 @@ var CellContainer$2 = styled__default.div(_templateObject2$z || (_templateObject
|
|
|
15174
16486
|
}, function (props) {
|
|
15175
16487
|
return props.$padding;
|
|
15176
16488
|
});
|
|
15177
|
-
var MainText$
|
|
16489
|
+
var MainText$3 = styled__default.div(_templateObject3$A || (_templateObject3$A = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
15178
16490
|
return props.$mtc;
|
|
15179
16491
|
}, function (props) {
|
|
15180
16492
|
return props.$mtfs;
|
|
15181
16493
|
}, function (props) {
|
|
15182
16494
|
return props.$mtw;
|
|
15183
16495
|
});
|
|
15184
|
-
var SubText$
|
|
16496
|
+
var SubText$3 = styled__default.div(_templateObject4$u || (_templateObject4$u = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
15185
16497
|
return props.$stc;
|
|
15186
16498
|
}, function (props) {
|
|
15187
16499
|
return props.$stfs;
|
|
15188
16500
|
}, function (props) {
|
|
15189
16501
|
return props.$stw;
|
|
15190
16502
|
});
|
|
15191
|
-
var _templateObject$
|
|
15192
|
-
var TableRowContainer$
|
|
15193
|
-
var _templateObject$
|
|
15194
|
-
var TableContainer$
|
|
15195
|
-
var TableHeader$
|
|
16503
|
+
var _templateObject$T;
|
|
16504
|
+
var TableRowContainer$3 = styled.styled.div(_templateObject$T || (_templateObject$T = _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"])));
|
|
16505
|
+
var _templateObject$U, _templateObject2$J, _templateObject3$B, _templateObject4$v, _templateObject5$n;
|
|
16506
|
+
var TableContainer$3 = styled__default.div(_templateObject$U || (_templateObject$U = _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);
|
|
16507
|
+
var TableHeader$3 = 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) {
|
|
15196
16508
|
return props.$hbcolor || 'transparent';
|
|
15197
16509
|
}, function (props) {
|
|
15198
16510
|
return props.$tcolor || 'white';
|
|
15199
16511
|
});
|
|
15200
|
-
var TableContent$
|
|
15201
|
-
var TableData$
|
|
15202
|
-
var Divider$
|
|
15203
|
-
var _templateObject$
|
|
15204
|
-
var Container$
|
|
16512
|
+
var TableContent$3 = styled__default.div(_templateObject3$B || (_templateObject3$B = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
16513
|
+
var TableData$3 = styled__default.div(_templateObject4$v || (_templateObject4$v = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
16514
|
+
var Divider$3 = styled__default.div(_templateObject5$n || (_templateObject5$n = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1$1.border.extraLight);
|
|
16515
|
+
var _templateObject$V, _templateObject2$K, _templateObject3$C, _templateObject4$w, _templateObject5$o;
|
|
16516
|
+
var Container$d = styled__default.div(_templateObject$V || (_templateObject$V = _taggedTemplateLiteralLoose$1$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
15205
16517
|
var $border = _ref.$border;
|
|
15206
16518
|
return $border;
|
|
15207
16519
|
});
|
|
15208
|
-
var FirstContainer$
|
|
16520
|
+
var FirstContainer$3 = 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 (_ref2) {
|
|
15209
16521
|
var $headerPadding = _ref2.$headerPadding;
|
|
15210
16522
|
return $headerPadding ? $headerPadding : '0px';
|
|
15211
16523
|
});
|
|
15212
|
-
var TabContainer$
|
|
16524
|
+
var TabContainer$3 = styled__default.div(_templateObject3$C || (_templateObject3$C = _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 (_ref3) {
|
|
15213
16525
|
var $disabled = _ref3.$disabled;
|
|
15214
16526
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
15215
16527
|
}, function (_ref4) {
|
|
@@ -15222,17 +16534,17 @@ var TabContainer$2 = styled__default.div(_templateObject3$u || (_templateObject3
|
|
|
15222
16534
|
var $disabled = _ref6.$disabled;
|
|
15223
16535
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
15224
16536
|
});
|
|
15225
|
-
var TabItemContainer$
|
|
16537
|
+
var TabItemContainer$3 = styled__default.div(_templateObject4$w || (_templateObject4$w = _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 (_ref7) {
|
|
15226
16538
|
var $headerHeight = _ref7.$headerHeight;
|
|
15227
16539
|
return $headerHeight ? $headerHeight : '34px';
|
|
15228
16540
|
}, function (props) {
|
|
15229
16541
|
return props.$active ? 'block' : 'none';
|
|
15230
16542
|
}, colorVariables$1$1$1$1$1["default"].primary);
|
|
15231
|
-
var DetailsFirstContainer$
|
|
16543
|
+
var DetailsFirstContainer$3 = styled__default.div(_templateObject5$o || (_templateObject5$o = _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) {
|
|
15232
16544
|
return props.$active ? colorVariables$1$1$1$1$1["default"].primary : colorVariables$1$1$1$1$1.text.medium;
|
|
15233
16545
|
});
|
|
15234
|
-
var _templateObject$
|
|
15235
|
-
var Label$
|
|
16546
|
+
var _templateObject$W, _templateObject2$L, _templateObject3$D, _templateObject4$x, _templateObject5$p;
|
|
16547
|
+
var Label$8 = styled__default.label(_templateObject$W || (_templateObject$W = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
15236
16548
|
var $size = _ref.$size;
|
|
15237
16549
|
switch ($size) {
|
|
15238
16550
|
case 'small':
|
|
@@ -15267,7 +16579,7 @@ var Label$6 = styled__default.label(_templateObject$L || (_templateObject$L = _t
|
|
|
15267
16579
|
return $titlecolor;
|
|
15268
16580
|
}
|
|
15269
16581
|
});
|
|
15270
|
-
var Input$
|
|
16582
|
+
var Input$4 = styled__default.input(_templateObject2$L || (_templateObject2$L = _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$1.border.light, function (_ref3) {
|
|
15271
16583
|
var $disabled = _ref3.$disabled;
|
|
15272
16584
|
return $disabled ? 'not-allowed' : 'auto';
|
|
15273
16585
|
}, function (_ref4) {
|
|
@@ -15315,18 +16627,18 @@ var Input$3 = styled__default.input(_templateObject2$C || (_templateObject2$C =
|
|
|
15315
16627
|
return $color;
|
|
15316
16628
|
}
|
|
15317
16629
|
}, colorVariables$1$1$1$1$1.text.light);
|
|
15318
|
-
var InputWrapper$
|
|
15319
|
-
var IconWrapper$
|
|
16630
|
+
var InputWrapper$5 = styled__default.div(_templateObject3$D || (_templateObject3$D = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
16631
|
+
var IconWrapper$9 = styled__default.div(_templateObject4$x || (_templateObject4$x = _taggedTemplateLiteralLoose$1$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref9) {
|
|
15320
16632
|
var $disabled = _ref9.$disabled;
|
|
15321
16633
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
15322
16634
|
});
|
|
15323
|
-
var Asterisk$
|
|
15324
|
-
var _templateObject$
|
|
15325
|
-
var Container$
|
|
16635
|
+
var Asterisk$5 = styled__default.span(_templateObject5$p || (_templateObject5$p = _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$1["default"].error);
|
|
16636
|
+
var _templateObject$X, _templateObject2$M, _templateObject3$E;
|
|
16637
|
+
var Container$e = styled__default.div(_templateObject$X || (_templateObject$X = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
15326
16638
|
var $padding = _ref.$padding;
|
|
15327
16639
|
return $padding;
|
|
15328
16640
|
});
|
|
15329
|
-
var Label$
|
|
16641
|
+
var Label$9 = styled__default.label(_templateObject2$M || (_templateObject2$M = _taggedTemplateLiteralLoose$1$1$1$1(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
15330
16642
|
var $size = _ref2.$size;
|
|
15331
16643
|
switch ($size) {
|
|
15332
16644
|
case 'small':
|
|
@@ -15342,7 +16654,7 @@ var Label$7 = styled__default.label(_templateObject2$D || (_templateObject2$D =
|
|
|
15342
16654
|
var $titlecolor = _ref3.$titlecolor;
|
|
15343
16655
|
return $titlecolor || colorVariables$1$1$1$1.text.dark;
|
|
15344
16656
|
});
|
|
15345
|
-
var TextAreaComponent$
|
|
16657
|
+
var TextAreaComponent$4 = styled__default.textarea(_templateObject3$E || (_templateObject3$E = _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 (_ref4) {
|
|
15346
16658
|
var $disabled = _ref4.$disabled;
|
|
15347
16659
|
return $disabled ? 'not-allowed' : 'auto';
|
|
15348
16660
|
}, function (_ref5) {
|
|
@@ -15368,18 +16680,18 @@ var TextAreaComponent$3 = styled__default.textarea(_templateObject3$w || (_templ
|
|
|
15368
16680
|
var $color = _ref8.$color;
|
|
15369
16681
|
return $color || colorVariables$1$1$1$1.text.dark;
|
|
15370
16682
|
}, colorVariables$1$1$1$1.text.light);
|
|
15371
|
-
var _templateObject$
|
|
15372
|
-
var OptionContainer$
|
|
15373
|
-
var OptionItem$
|
|
16683
|
+
var _templateObject$Y, _templateObject2$N, _templateObject3$F, _templateObject4$y, _templateObject5$q, _templateObject6$g, _templateObject7$7;
|
|
16684
|
+
var OptionContainer$5 = styled__default.div(_templateObject$Y || (_templateObject$Y = _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);
|
|
16685
|
+
var OptionItem$5 = styled__default.div(_templateObject2$N || (_templateObject2$N = _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) {
|
|
15374
16686
|
var $optionSelected = _ref.$optionSelected;
|
|
15375
16687
|
return $optionSelected ? colorVariables$1$1$1$1.text.white : colorVariables$1$1$1$1.text.medium;
|
|
15376
16688
|
}, function (_ref2) {
|
|
15377
16689
|
var $optionSelected = _ref2.$optionSelected;
|
|
15378
16690
|
return $optionSelected ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1.text.white;
|
|
15379
16691
|
}, colorVariables$1$1$1$1.hover.primary, colorVariables$1$1$1$1.text.white);
|
|
15380
|
-
var TotalOptionsHeader$
|
|
15381
|
-
var OptionLabel$
|
|
15382
|
-
var SearchContainer$
|
|
16692
|
+
var TotalOptionsHeader$4 = styled__default.div(_templateObject3$F || (_templateObject3$F = _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);
|
|
16693
|
+
var OptionLabel$5 = styled__default.label(_templateObject4$y || (_templateObject4$y = _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"])));
|
|
16694
|
+
var SearchContainer$7 = styled__default.div(_templateObject5$q || (_templateObject5$q = _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) {
|
|
15383
16695
|
var $background = _ref3.$background;
|
|
15384
16696
|
switch ($background) {
|
|
15385
16697
|
case 'dark':
|
|
@@ -15408,7 +16720,7 @@ var SearchContainer$6 = styled__default.div(_templateObject5$l || (_templateObje
|
|
|
15408
16720
|
var $borderRadius = _ref5.$borderRadius;
|
|
15409
16721
|
return $borderRadius || '8px';
|
|
15410
16722
|
});
|
|
15411
|
-
var SearchBar$
|
|
16723
|
+
var SearchBar$7 = styled__default.input(_templateObject6$g || (_templateObject6$g = _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) {
|
|
15412
16724
|
var $inputColor = _ref6.$inputColor;
|
|
15413
16725
|
switch ($inputColor) {
|
|
15414
16726
|
case 'dark':
|
|
@@ -15453,32 +16765,32 @@ var SearchBar$6 = styled__default.input(_templateObject6$e || (_templateObject6$
|
|
|
15453
16765
|
return $placeholderColor;
|
|
15454
16766
|
}
|
|
15455
16767
|
});
|
|
15456
|
-
var OptionsWrapper$
|
|
15457
|
-
var _templateObject$
|
|
15458
|
-
var spin$
|
|
15459
|
-
var getDotPosition$
|
|
16768
|
+
var OptionsWrapper$5 = styled__default.div(_templateObject7$7 || (_templateObject7$7 = _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);
|
|
16769
|
+
var _templateObject$Z, _templateObject2$O, _templateObject3$G, _templateObject4$z;
|
|
16770
|
+
var spin$9 = styled.keyframes(_templateObject$Z || (_templateObject$Z = _taggedTemplateLiteralLoose$1$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
16771
|
+
var getDotPosition$4 = function getDotPosition(index, size) {
|
|
15460
16772
|
var angle = index * 360 / 8;
|
|
15461
16773
|
var radius = size / 2.5;
|
|
15462
16774
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
15463
16775
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
15464
16776
|
return "translate(" + x + "px, " + y + "px)";
|
|
15465
16777
|
};
|
|
15466
|
-
var SpinnerContainer$
|
|
16778
|
+
var SpinnerContainer$4 = styled__default.div(_templateObject2$O || (_templateObject2$O = _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) {
|
|
15467
16779
|
var $size = _ref.$size;
|
|
15468
16780
|
return $size;
|
|
15469
16781
|
}, function (_ref2) {
|
|
15470
16782
|
var $size = _ref2.$size;
|
|
15471
16783
|
return $size;
|
|
15472
16784
|
});
|
|
15473
|
-
var Dot$
|
|
16785
|
+
var Dot$4 = styled__default.div.attrs(function (_ref3) {
|
|
15474
16786
|
var $index = _ref3.$index,
|
|
15475
16787
|
$size = _ref3.$size;
|
|
15476
16788
|
return {
|
|
15477
16789
|
style: {
|
|
15478
|
-
transform: getDotPosition$
|
|
16790
|
+
transform: getDotPosition$4($index, $size)
|
|
15479
16791
|
}
|
|
15480
16792
|
};
|
|
15481
|
-
})(_templateObject3$
|
|
16793
|
+
})(_templateObject3$G || (_templateObject3$G = _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) {
|
|
15482
16794
|
var $dotSize = _ref4.$dotSize;
|
|
15483
16795
|
return $dotSize;
|
|
15484
16796
|
}, function (_ref5) {
|
|
@@ -15487,7 +16799,7 @@ var Dot$3 = styled__default.div.attrs(function (_ref3) {
|
|
|
15487
16799
|
}, function (_ref6) {
|
|
15488
16800
|
var $color = _ref6.$color;
|
|
15489
16801
|
return $color;
|
|
15490
|
-
}, spin$
|
|
16802
|
+
}, spin$9, function (_ref7) {
|
|
15491
16803
|
var $speed = _ref7.$speed;
|
|
15492
16804
|
return $speed;
|
|
15493
16805
|
}, function (_ref8) {
|
|
@@ -15495,10 +16807,10 @@ var Dot$3 = styled__default.div.attrs(function (_ref3) {
|
|
|
15495
16807
|
$speed = _ref8.$speed;
|
|
15496
16808
|
return $index * $speed / 8;
|
|
15497
16809
|
});
|
|
15498
|
-
var SpinnerWrapper$
|
|
15499
|
-
var _templateObject$
|
|
15500
|
-
var spin$
|
|
15501
|
-
var Spinner$
|
|
16810
|
+
var SpinnerWrapper$4 = styled__default.div(_templateObject4$z || (_templateObject4$z = _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"])));
|
|
16811
|
+
var _templateObject$_, _templateObject2$P;
|
|
16812
|
+
var spin$a = styled.keyframes(_templateObject$_ || (_templateObject$_ = _taggedTemplateLiteralLoose$1$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
16813
|
+
var Spinner$5 = styled__default.div(_templateObject2$P || (_templateObject2$P = _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) {
|
|
15502
16814
|
var $size = _ref.$size;
|
|
15503
16815
|
return $size;
|
|
15504
16816
|
}, function (_ref2) {
|
|
@@ -15507,25 +16819,25 @@ var Spinner$4 = styled__default.div(_templateObject2$G || (_templateObject2$G =
|
|
|
15507
16819
|
}, function (_ref3) {
|
|
15508
16820
|
var $color = _ref3.$color;
|
|
15509
16821
|
return $color;
|
|
15510
|
-
}, spin$
|
|
15511
|
-
var _templateObject
|
|
15512
|
-
var PageInput$
|
|
15513
|
-
var _templateObject$
|
|
15514
|
-
var SidebarContainer$
|
|
16822
|
+
}, spin$a);
|
|
16823
|
+
var _templateObject$$;
|
|
16824
|
+
var PageInput$4 = styled__default.input(_templateObject$$ || (_templateObject$$ = _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);
|
|
16825
|
+
var _templateObject$10, _templateObject2$Q, _templateObject3$H, _templateObject4$A, _templateObject5$r, _templateObject6$h;
|
|
16826
|
+
var SidebarContainer$4 = styled__default.div(_templateObject$10 || (_templateObject$10 = _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) {
|
|
15515
16827
|
var $isExpanded = _ref.$isExpanded;
|
|
15516
16828
|
return $isExpanded ? '225px' : '68px';
|
|
15517
16829
|
}, function (_ref2) {
|
|
15518
16830
|
var $background = _ref2.$background;
|
|
15519
16831
|
return $background ? $background : colorVariables$1$1$1$1.accent.softBlue;
|
|
15520
16832
|
});
|
|
15521
|
-
var SidebarItem$
|
|
15522
|
-
var ContentWrapper$
|
|
15523
|
-
var IconWrapper$
|
|
16833
|
+
var SidebarItem$4 = styled__default(reactRouterDom.NavLink)(_templateObject2$Q || (_templateObject2$Q = _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);
|
|
16834
|
+
var ContentWrapper$4 = styled__default.div(_templateObject3$H || (_templateObject3$H = _taggedTemplateLiteralLoose$1$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
16835
|
+
var IconWrapper$a = styled__default.div(_templateObject4$A || (_templateObject4$A = _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) {
|
|
15524
16836
|
var $selected = _ref3.$selected;
|
|
15525
16837
|
return $selected ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1["default"].tertiary;
|
|
15526
16838
|
});
|
|
15527
|
-
var Logo$
|
|
15528
|
-
var TextContainer$
|
|
16839
|
+
var Logo$4 = styled__default.div(_templateObject5$r || (_templateObject5$r = _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"])));
|
|
16840
|
+
var TextContainer$4 = styled__default.span(_templateObject6$h || (_templateObject6$h = _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) {
|
|
15529
16841
|
var $padding = _ref4.$padding;
|
|
15530
16842
|
return $padding;
|
|
15531
16843
|
}, function (_ref5) {
|
|
@@ -15544,14 +16856,14 @@ var TextContainer$3 = styled__default.span(_templateObject6$f || (_templateObjec
|
|
|
15544
16856
|
var $isExpanded = _ref9.$isExpanded;
|
|
15545
16857
|
return $isExpanded ? 'visible' : 'hidden';
|
|
15546
16858
|
});
|
|
15547
|
-
var _templateObject$
|
|
15548
|
-
var ContainerWrapper$
|
|
16859
|
+
var _templateObject$11, _templateObject2$R, _templateObject3$I, _templateObject4$B;
|
|
16860
|
+
var ContainerWrapper$4 = styled__default.div(_templateObject$11 || (_templateObject$11 = _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) {
|
|
15549
16861
|
return props.$width || 'auto';
|
|
15550
16862
|
}, function (_ref) {
|
|
15551
16863
|
var $minHeight = _ref.$minHeight;
|
|
15552
16864
|
return $minHeight;
|
|
15553
16865
|
});
|
|
15554
|
-
var CellContainer$
|
|
16866
|
+
var CellContainer$4 = styled__default.div(_templateObject2$R || (_templateObject2$R = _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) {
|
|
15555
16867
|
return props.$align;
|
|
15556
16868
|
}, function (props) {
|
|
15557
16869
|
return props.$width || 'auto';
|
|
@@ -15562,42 +16874,42 @@ var CellContainer$3 = styled__default.div(_templateObject2$I || (_templateObject
|
|
|
15562
16874
|
}, function (props) {
|
|
15563
16875
|
return props.$padding;
|
|
15564
16876
|
});
|
|
15565
|
-
var MainText$
|
|
16877
|
+
var MainText$4 = styled__default.div(_templateObject3$I || (_templateObject3$I = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
15566
16878
|
return props.$mtc;
|
|
15567
16879
|
}, function (props) {
|
|
15568
16880
|
return props.$mtfs;
|
|
15569
16881
|
}, function (props) {
|
|
15570
16882
|
return props.$mtw;
|
|
15571
16883
|
});
|
|
15572
|
-
var SubText$
|
|
16884
|
+
var SubText$4 = styled__default.div(_templateObject4$B || (_templateObject4$B = _taggedTemplateLiteralLoose$1$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
15573
16885
|
return props.$stc;
|
|
15574
16886
|
}, function (props) {
|
|
15575
16887
|
return props.$stfs;
|
|
15576
16888
|
}, function (props) {
|
|
15577
16889
|
return props.$stw;
|
|
15578
16890
|
});
|
|
15579
|
-
var _templateObject$
|
|
15580
|
-
var TableRowContainer$
|
|
15581
|
-
var _templateObject$
|
|
15582
|
-
var TableContainer$
|
|
15583
|
-
var TableHeader$
|
|
16891
|
+
var _templateObject$12;
|
|
16892
|
+
var TableRowContainer$4 = styled.styled.div(_templateObject$12 || (_templateObject$12 = _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"])));
|
|
16893
|
+
var _templateObject$13, _templateObject2$S, _templateObject3$J, _templateObject4$C, _templateObject5$s;
|
|
16894
|
+
var TableContainer$4 = styled__default.div(_templateObject$13 || (_templateObject$13 = _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);
|
|
16895
|
+
var TableHeader$4 = styled__default.div(_templateObject2$S || (_templateObject2$S = _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) {
|
|
15584
16896
|
return props.$hbcolor || 'transparent';
|
|
15585
16897
|
}, function (props) {
|
|
15586
16898
|
return props.$tcolor || 'white';
|
|
15587
16899
|
});
|
|
15588
|
-
var TableContent$
|
|
15589
|
-
var TableData$
|
|
15590
|
-
var Divider$
|
|
15591
|
-
var _templateObject$
|
|
15592
|
-
var Container$
|
|
16900
|
+
var TableContent$4 = styled__default.div(_templateObject3$J || (_templateObject3$J = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
16901
|
+
var TableData$4 = styled__default.div(_templateObject4$C || (_templateObject4$C = _taggedTemplateLiteralLoose$1$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
16902
|
+
var Divider$4 = styled__default.div(_templateObject5$s || (_templateObject5$s = _taggedTemplateLiteralLoose$1$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1$1.border.extraLight);
|
|
16903
|
+
var _templateObject$14, _templateObject2$T, _templateObject3$K, _templateObject4$D, _templateObject5$t;
|
|
16904
|
+
var Container$f = styled__default.div(_templateObject$14 || (_templateObject$14 = _taggedTemplateLiteralLoose$1$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
15593
16905
|
var $border = _ref.$border;
|
|
15594
16906
|
return $border;
|
|
15595
16907
|
});
|
|
15596
|
-
var FirstContainer$
|
|
16908
|
+
var FirstContainer$4 = styled__default.div(_templateObject2$T || (_templateObject2$T = _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 (_ref2) {
|
|
15597
16909
|
var $headerPadding = _ref2.$headerPadding;
|
|
15598
16910
|
return $headerPadding ? $headerPadding : '0px';
|
|
15599
16911
|
});
|
|
15600
|
-
var TabContainer$
|
|
16912
|
+
var TabContainer$4 = styled__default.div(_templateObject3$K || (_templateObject3$K = _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 (_ref3) {
|
|
15601
16913
|
var $disabled = _ref3.$disabled;
|
|
15602
16914
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
15603
16915
|
}, function (_ref4) {
|
|
@@ -15610,17 +16922,17 @@ var TabContainer$3 = styled__default.div(_templateObject3$C || (_templateObject3
|
|
|
15610
16922
|
var $disabled = _ref6.$disabled;
|
|
15611
16923
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
15612
16924
|
});
|
|
15613
|
-
var TabItemContainer$
|
|
16925
|
+
var TabItemContainer$4 = styled__default.div(_templateObject4$D || (_templateObject4$D = _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 (_ref7) {
|
|
15614
16926
|
var $headerHeight = _ref7.$headerHeight;
|
|
15615
16927
|
return $headerHeight ? $headerHeight : '34px';
|
|
15616
16928
|
}, function (props) {
|
|
15617
16929
|
return props.$active ? 'block' : 'none';
|
|
15618
16930
|
}, colorVariables$1$1$1$1["default"].primary);
|
|
15619
|
-
var DetailsFirstContainer$
|
|
16931
|
+
var DetailsFirstContainer$4 = styled__default.div(_templateObject5$t || (_templateObject5$t = _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) {
|
|
15620
16932
|
return props.$active ? colorVariables$1$1$1$1["default"].primary : colorVariables$1$1$1$1.text.medium;
|
|
15621
16933
|
});
|
|
15622
|
-
var _templateObject$
|
|
15623
|
-
var Label$
|
|
16934
|
+
var _templateObject$15, _templateObject2$U, _templateObject3$L, _templateObject4$E, _templateObject5$u;
|
|
16935
|
+
var Label$a = styled__default.label(_templateObject$15 || (_templateObject$15 = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
15624
16936
|
var $size = _ref.$size;
|
|
15625
16937
|
switch ($size) {
|
|
15626
16938
|
case 'small':
|
|
@@ -15655,7 +16967,7 @@ var Label$8 = styled__default.label(_templateObject$W || (_templateObject$W = _t
|
|
|
15655
16967
|
return $titlecolor;
|
|
15656
16968
|
}
|
|
15657
16969
|
});
|
|
15658
|
-
var Input$
|
|
16970
|
+
var Input$5 = styled__default.input(_templateObject2$U || (_templateObject2$U = _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$1.border.light, function (_ref3) {
|
|
15659
16971
|
var $disabled = _ref3.$disabled;
|
|
15660
16972
|
return $disabled ? 'not-allowed' : 'auto';
|
|
15661
16973
|
}, function (_ref4) {
|
|
@@ -15703,18 +17015,18 @@ var Input$4 = styled__default.input(_templateObject2$L || (_templateObject2$L =
|
|
|
15703
17015
|
return $color;
|
|
15704
17016
|
}
|
|
15705
17017
|
}, colorVariables$1$1$1$1.text.light);
|
|
15706
|
-
var InputWrapper$
|
|
15707
|
-
var IconWrapper$
|
|
17018
|
+
var InputWrapper$6 = styled__default.div(_templateObject3$L || (_templateObject3$L = _taggedTemplateLiteralLoose$1$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
17019
|
+
var IconWrapper$b = styled__default.div(_templateObject4$E || (_templateObject4$E = _taggedTemplateLiteralLoose$1$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref9) {
|
|
15708
17020
|
var $disabled = _ref9.$disabled;
|
|
15709
17021
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
15710
17022
|
});
|
|
15711
|
-
var Asterisk$
|
|
15712
|
-
var _templateObject$
|
|
15713
|
-
var Container$
|
|
17023
|
+
var Asterisk$6 = styled__default.span(_templateObject5$u || (_templateObject5$u = _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$1["default"].error);
|
|
17024
|
+
var _templateObject$16, _templateObject2$V, _templateObject3$M;
|
|
17025
|
+
var Container$g = styled__default.div(_templateObject$16 || (_templateObject$16 = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
15714
17026
|
var $padding = _ref.$padding;
|
|
15715
17027
|
return $padding;
|
|
15716
17028
|
});
|
|
15717
|
-
var Label$
|
|
17029
|
+
var Label$b = styled__default.label(_templateObject2$V || (_templateObject2$V = _taggedTemplateLiteralLoose$1$1$1(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
15718
17030
|
var $size = _ref2.$size;
|
|
15719
17031
|
switch ($size) {
|
|
15720
17032
|
case 'small':
|
|
@@ -15730,7 +17042,7 @@ var Label$9 = styled__default.label(_templateObject2$M || (_templateObject2$M =
|
|
|
15730
17042
|
var $titlecolor = _ref3.$titlecolor;
|
|
15731
17043
|
return $titlecolor || colorVariables$1$1$1.text.dark;
|
|
15732
17044
|
});
|
|
15733
|
-
var TextAreaComponent$
|
|
17045
|
+
var TextAreaComponent$5 = styled__default.textarea(_templateObject3$M || (_templateObject3$M = _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 (_ref4) {
|
|
15734
17046
|
var $disabled = _ref4.$disabled;
|
|
15735
17047
|
return $disabled ? 'not-allowed' : 'auto';
|
|
15736
17048
|
}, function (_ref5) {
|
|
@@ -15756,18 +17068,18 @@ var TextAreaComponent$4 = styled__default.textarea(_templateObject3$E || (_templ
|
|
|
15756
17068
|
var $color = _ref8.$color;
|
|
15757
17069
|
return $color || colorVariables$1$1$1.text.dark;
|
|
15758
17070
|
}, colorVariables$1$1$1.text.light);
|
|
15759
|
-
var _templateObject$
|
|
15760
|
-
var OptionContainer$
|
|
15761
|
-
var OptionItem$
|
|
17071
|
+
var _templateObject$17, _templateObject2$W, _templateObject3$N, _templateObject4$F, _templateObject5$v, _templateObject6$i, _templateObject7$8;
|
|
17072
|
+
var OptionContainer$6 = styled__default.div(_templateObject$17 || (_templateObject$17 = _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);
|
|
17073
|
+
var OptionItem$6 = styled__default.div(_templateObject2$W || (_templateObject2$W = _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) {
|
|
15762
17074
|
var $optionSelected = _ref.$optionSelected;
|
|
15763
17075
|
return $optionSelected ? colorVariables$1$1$1.text.white : colorVariables$1$1$1.text.medium;
|
|
15764
17076
|
}, function (_ref2) {
|
|
15765
17077
|
var $optionSelected = _ref2.$optionSelected;
|
|
15766
17078
|
return $optionSelected ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1.text.white;
|
|
15767
17079
|
}, colorVariables$1$1$1.hover.primary, colorVariables$1$1$1.text.white);
|
|
15768
|
-
var TotalOptionsHeader$
|
|
15769
|
-
var OptionLabel$
|
|
15770
|
-
var SearchContainer$
|
|
17080
|
+
var TotalOptionsHeader$5 = styled__default.div(_templateObject3$N || (_templateObject3$N = _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);
|
|
17081
|
+
var OptionLabel$6 = styled__default.label(_templateObject4$F || (_templateObject4$F = _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"])));
|
|
17082
|
+
var SearchContainer$8 = styled__default.div(_templateObject5$v || (_templateObject5$v = _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) {
|
|
15771
17083
|
var $background = _ref3.$background;
|
|
15772
17084
|
switch ($background) {
|
|
15773
17085
|
case 'dark':
|
|
@@ -15796,7 +17108,7 @@ var SearchContainer$7 = styled__default.div(_templateObject5$q || (_templateObje
|
|
|
15796
17108
|
var $borderRadius = _ref5.$borderRadius;
|
|
15797
17109
|
return $borderRadius || '8px';
|
|
15798
17110
|
});
|
|
15799
|
-
var SearchBar$
|
|
17111
|
+
var SearchBar$8 = styled__default.input(_templateObject6$i || (_templateObject6$i = _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) {
|
|
15800
17112
|
var $inputColor = _ref6.$inputColor;
|
|
15801
17113
|
switch ($inputColor) {
|
|
15802
17114
|
case 'dark':
|
|
@@ -15841,32 +17153,32 @@ var SearchBar$7 = styled__default.input(_templateObject6$g || (_templateObject6$
|
|
|
15841
17153
|
return $placeholderColor;
|
|
15842
17154
|
}
|
|
15843
17155
|
});
|
|
15844
|
-
var OptionsWrapper$
|
|
15845
|
-
var _templateObject$
|
|
15846
|
-
var spin$
|
|
15847
|
-
var getDotPosition$
|
|
17156
|
+
var OptionsWrapper$6 = styled__default.div(_templateObject7$8 || (_templateObject7$8 = _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);
|
|
17157
|
+
var _templateObject$18, _templateObject2$X, _templateObject3$O, _templateObject4$G;
|
|
17158
|
+
var spin$b = styled.keyframes(_templateObject$18 || (_templateObject$18 = _taggedTemplateLiteralLoose$1$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
17159
|
+
var getDotPosition$5 = function getDotPosition(index, size) {
|
|
15848
17160
|
var angle = index * 360 / 8;
|
|
15849
17161
|
var radius = size / 2.5;
|
|
15850
17162
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
15851
17163
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
15852
17164
|
return "translate(" + x + "px, " + y + "px)";
|
|
15853
17165
|
};
|
|
15854
|
-
var SpinnerContainer$
|
|
17166
|
+
var SpinnerContainer$5 = styled__default.div(_templateObject2$X || (_templateObject2$X = _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) {
|
|
15855
17167
|
var $size = _ref.$size;
|
|
15856
17168
|
return $size;
|
|
15857
17169
|
}, function (_ref2) {
|
|
15858
17170
|
var $size = _ref2.$size;
|
|
15859
17171
|
return $size;
|
|
15860
17172
|
});
|
|
15861
|
-
var Dot$
|
|
17173
|
+
var Dot$5 = styled__default.div.attrs(function (_ref3) {
|
|
15862
17174
|
var $index = _ref3.$index,
|
|
15863
17175
|
$size = _ref3.$size;
|
|
15864
17176
|
return {
|
|
15865
17177
|
style: {
|
|
15866
|
-
transform: getDotPosition$
|
|
17178
|
+
transform: getDotPosition$5($index, $size)
|
|
15867
17179
|
}
|
|
15868
17180
|
};
|
|
15869
|
-
})(_templateObject3$
|
|
17181
|
+
})(_templateObject3$O || (_templateObject3$O = _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) {
|
|
15870
17182
|
var $dotSize = _ref4.$dotSize;
|
|
15871
17183
|
return $dotSize;
|
|
15872
17184
|
}, function (_ref5) {
|
|
@@ -15875,7 +17187,7 @@ var Dot$4 = styled__default.div.attrs(function (_ref3) {
|
|
|
15875
17187
|
}, function (_ref6) {
|
|
15876
17188
|
var $color = _ref6.$color;
|
|
15877
17189
|
return $color;
|
|
15878
|
-
}, spin$
|
|
17190
|
+
}, spin$b, function (_ref7) {
|
|
15879
17191
|
var $speed = _ref7.$speed;
|
|
15880
17192
|
return $speed;
|
|
15881
17193
|
}, function (_ref8) {
|
|
@@ -15883,10 +17195,10 @@ var Dot$4 = styled__default.div.attrs(function (_ref3) {
|
|
|
15883
17195
|
$speed = _ref8.$speed;
|
|
15884
17196
|
return $index * $speed / 8;
|
|
15885
17197
|
});
|
|
15886
|
-
var SpinnerWrapper$
|
|
15887
|
-
var _templateObject$
|
|
15888
|
-
var spin$
|
|
15889
|
-
var Spinner$
|
|
17198
|
+
var SpinnerWrapper$5 = styled__default.div(_templateObject4$G || (_templateObject4$G = _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"])));
|
|
17199
|
+
var _templateObject$19, _templateObject2$Y;
|
|
17200
|
+
var spin$c = styled.keyframes(_templateObject$19 || (_templateObject$19 = _taggedTemplateLiteralLoose$1$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
17201
|
+
var Spinner$6 = styled__default.div(_templateObject2$Y || (_templateObject2$Y = _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) {
|
|
15890
17202
|
var $size = _ref.$size;
|
|
15891
17203
|
return $size;
|
|
15892
17204
|
}, function (_ref2) {
|
|
@@ -15895,25 +17207,25 @@ var Spinner$5 = styled__default.div(_templateObject2$P || (_templateObject2$P =
|
|
|
15895
17207
|
}, function (_ref3) {
|
|
15896
17208
|
var $color = _ref3.$color;
|
|
15897
17209
|
return $color;
|
|
15898
|
-
}, spin$
|
|
15899
|
-
var _templateObject
|
|
15900
|
-
var PageInput$
|
|
15901
|
-
var _templateObject$
|
|
15902
|
-
var SidebarContainer$
|
|
17210
|
+
}, spin$c);
|
|
17211
|
+
var _templateObject$1a;
|
|
17212
|
+
var PageInput$5 = styled__default.input(_templateObject$1a || (_templateObject$1a = _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);
|
|
17213
|
+
var _templateObject$1b, _templateObject2$Z, _templateObject3$P, _templateObject4$H, _templateObject5$w, _templateObject6$j;
|
|
17214
|
+
var SidebarContainer$5 = styled__default.div(_templateObject$1b || (_templateObject$1b = _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) {
|
|
15903
17215
|
var $isExpanded = _ref.$isExpanded;
|
|
15904
17216
|
return $isExpanded ? '225px' : '68px';
|
|
15905
17217
|
}, function (_ref2) {
|
|
15906
17218
|
var $background = _ref2.$background;
|
|
15907
17219
|
return $background ? $background : colorVariables$1$1$1.accent.softBlue;
|
|
15908
17220
|
});
|
|
15909
|
-
var SidebarItem$
|
|
15910
|
-
var ContentWrapper$
|
|
15911
|
-
var IconWrapper$
|
|
17221
|
+
var SidebarItem$5 = styled__default(reactRouterDom.NavLink)(_templateObject2$Z || (_templateObject2$Z = _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);
|
|
17222
|
+
var ContentWrapper$5 = styled__default.div(_templateObject3$P || (_templateObject3$P = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
17223
|
+
var IconWrapper$c = styled__default.div(_templateObject4$H || (_templateObject4$H = _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) {
|
|
15912
17224
|
var $selected = _ref3.$selected;
|
|
15913
17225
|
return $selected ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1["default"].tertiary;
|
|
15914
17226
|
});
|
|
15915
|
-
var Logo$
|
|
15916
|
-
var TextContainer$
|
|
17227
|
+
var Logo$5 = styled__default.div(_templateObject5$w || (_templateObject5$w = _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"])));
|
|
17228
|
+
var TextContainer$5 = styled__default.span(_templateObject6$j || (_templateObject6$j = _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) {
|
|
15917
17229
|
var $padding = _ref4.$padding;
|
|
15918
17230
|
return $padding;
|
|
15919
17231
|
}, function (_ref5) {
|
|
@@ -15932,14 +17244,14 @@ var TextContainer$4 = styled__default.span(_templateObject6$h || (_templateObjec
|
|
|
15932
17244
|
var $isExpanded = _ref9.$isExpanded;
|
|
15933
17245
|
return $isExpanded ? 'visible' : 'hidden';
|
|
15934
17246
|
});
|
|
15935
|
-
var _templateObject$
|
|
15936
|
-
var ContainerWrapper$
|
|
17247
|
+
var _templateObject$1c, _templateObject2$_, _templateObject3$Q, _templateObject4$I;
|
|
17248
|
+
var ContainerWrapper$5 = styled__default.div(_templateObject$1c || (_templateObject$1c = _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) {
|
|
15937
17249
|
return props.$width || 'auto';
|
|
15938
17250
|
}, function (_ref) {
|
|
15939
17251
|
var $minHeight = _ref.$minHeight;
|
|
15940
17252
|
return $minHeight;
|
|
15941
17253
|
});
|
|
15942
|
-
var CellContainer$
|
|
17254
|
+
var CellContainer$5 = styled__default.div(_templateObject2$_ || (_templateObject2$_ = _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) {
|
|
15943
17255
|
return props.$align;
|
|
15944
17256
|
}, function (props) {
|
|
15945
17257
|
return props.$width || 'auto';
|
|
@@ -15950,42 +17262,42 @@ var CellContainer$4 = styled__default.div(_templateObject2$R || (_templateObject
|
|
|
15950
17262
|
}, function (props) {
|
|
15951
17263
|
return props.$padding;
|
|
15952
17264
|
});
|
|
15953
|
-
var MainText$
|
|
17265
|
+
var MainText$5 = styled__default.div(_templateObject3$Q || (_templateObject3$Q = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
15954
17266
|
return props.$mtc;
|
|
15955
17267
|
}, function (props) {
|
|
15956
17268
|
return props.$mtfs;
|
|
15957
17269
|
}, function (props) {
|
|
15958
17270
|
return props.$mtw;
|
|
15959
17271
|
});
|
|
15960
|
-
var SubText$
|
|
17272
|
+
var SubText$5 = styled__default.div(_templateObject4$I || (_templateObject4$I = _taggedTemplateLiteralLoose$1$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
15961
17273
|
return props.$stc;
|
|
15962
17274
|
}, function (props) {
|
|
15963
17275
|
return props.$stfs;
|
|
15964
17276
|
}, function (props) {
|
|
15965
17277
|
return props.$stw;
|
|
15966
17278
|
});
|
|
15967
|
-
var _templateObject$
|
|
15968
|
-
var TableRowContainer$
|
|
15969
|
-
var _templateObject$
|
|
15970
|
-
var TableContainer$
|
|
15971
|
-
var TableHeader$
|
|
17279
|
+
var _templateObject$1d;
|
|
17280
|
+
var TableRowContainer$5 = styled.styled.div(_templateObject$1d || (_templateObject$1d = _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"])));
|
|
17281
|
+
var _templateObject$1e, _templateObject2$$, _templateObject3$R, _templateObject4$J, _templateObject5$x;
|
|
17282
|
+
var TableContainer$5 = styled__default.div(_templateObject$1e || (_templateObject$1e = _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);
|
|
17283
|
+
var TableHeader$5 = styled__default.div(_templateObject2$$ || (_templateObject2$$ = _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) {
|
|
15972
17284
|
return props.$hbcolor || 'transparent';
|
|
15973
17285
|
}, function (props) {
|
|
15974
17286
|
return props.$tcolor || 'white';
|
|
15975
17287
|
});
|
|
15976
|
-
var TableContent$
|
|
15977
|
-
var TableData$
|
|
15978
|
-
var Divider$
|
|
15979
|
-
var _templateObject$
|
|
15980
|
-
var Container$
|
|
17288
|
+
var TableContent$5 = styled__default.div(_templateObject3$R || (_templateObject3$R = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
17289
|
+
var TableData$5 = styled__default.div(_templateObject4$J || (_templateObject4$J = _taggedTemplateLiteralLoose$1$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
17290
|
+
var Divider$5 = styled__default.div(_templateObject5$x || (_templateObject5$x = _taggedTemplateLiteralLoose$1$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1$1.border.extraLight);
|
|
17291
|
+
var _templateObject$1f, _templateObject2$10, _templateObject3$S, _templateObject4$K, _templateObject5$y;
|
|
17292
|
+
var Container$h = styled__default.div(_templateObject$1f || (_templateObject$1f = _taggedTemplateLiteralLoose$1$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
15981
17293
|
var $border = _ref.$border;
|
|
15982
17294
|
return $border;
|
|
15983
17295
|
});
|
|
15984
|
-
var FirstContainer$
|
|
17296
|
+
var FirstContainer$5 = styled__default.div(_templateObject2$10 || (_templateObject2$10 = _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 (_ref2) {
|
|
15985
17297
|
var $headerPadding = _ref2.$headerPadding;
|
|
15986
17298
|
return $headerPadding ? $headerPadding : '0px';
|
|
15987
17299
|
});
|
|
15988
|
-
var TabContainer$
|
|
17300
|
+
var TabContainer$5 = styled__default.div(_templateObject3$S || (_templateObject3$S = _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 (_ref3) {
|
|
15989
17301
|
var $disabled = _ref3.$disabled;
|
|
15990
17302
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
15991
17303
|
}, function (_ref4) {
|
|
@@ -15998,17 +17310,17 @@ var TabContainer$4 = styled__default.div(_templateObject3$K || (_templateObject3
|
|
|
15998
17310
|
var $disabled = _ref6.$disabled;
|
|
15999
17311
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
16000
17312
|
});
|
|
16001
|
-
var TabItemContainer$
|
|
17313
|
+
var TabItemContainer$5 = styled__default.div(_templateObject4$K || (_templateObject4$K = _taggedTemplateLiteralLoose$1$1$1(["\n display: flex;\n align-items: center;\n position: relative;\n gap: 8px;\n height: 100%;\n max-height: ", ";\n\n &:after {\n content: \"\";\n display: ", ";\n width: 100%;\n height: 3px;\n background: ", ";\n position: absolute;\n bottom: -1px;\n left: 0px;\n }\n"])), function (_ref7) {
|
|
16002
17314
|
var $headerHeight = _ref7.$headerHeight;
|
|
16003
17315
|
return $headerHeight ? $headerHeight : '34px';
|
|
16004
17316
|
}, function (props) {
|
|
16005
17317
|
return props.$active ? 'block' : 'none';
|
|
16006
17318
|
}, colorVariables$1$1$1["default"].primary);
|
|
16007
|
-
var DetailsFirstContainer$
|
|
17319
|
+
var DetailsFirstContainer$5 = styled__default.div(_templateObject5$y || (_templateObject5$y = _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) {
|
|
16008
17320
|
return props.$active ? colorVariables$1$1$1["default"].primary : colorVariables$1$1$1.text.medium;
|
|
16009
17321
|
});
|
|
16010
|
-
var _templateObject$
|
|
16011
|
-
var Label$
|
|
17322
|
+
var _templateObject$1g, _templateObject2$11, _templateObject3$T, _templateObject4$L, _templateObject5$z;
|
|
17323
|
+
var Label$c = styled__default.label(_templateObject$1g || (_templateObject$1g = _taggedTemplateLiteralLoose$1$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
16012
17324
|
var $size = _ref.$size;
|
|
16013
17325
|
switch ($size) {
|
|
16014
17326
|
case 'small':
|
|
@@ -16043,7 +17355,7 @@ var Label$a = styled__default.label(_templateObject$15 || (_templateObject$15 =
|
|
|
16043
17355
|
return $titlecolor;
|
|
16044
17356
|
}
|
|
16045
17357
|
});
|
|
16046
|
-
var Input$
|
|
17358
|
+
var Input$6 = styled__default.input(_templateObject2$11 || (_templateObject2$11 = _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$1.border.light, function (_ref3) {
|
|
16047
17359
|
var $disabled = _ref3.$disabled;
|
|
16048
17360
|
return $disabled ? 'not-allowed' : 'auto';
|
|
16049
17361
|
}, function (_ref4) {
|
|
@@ -16057,16 +17369,17 @@ var Input$5 = styled__default.input(_templateObject2$U || (_templateObject2$U =
|
|
|
16057
17369
|
var $disabled = _ref6.$disabled;
|
|
16058
17370
|
return $disabled ? 'none' : 'auto';
|
|
16059
17371
|
}, function (_ref7) {
|
|
16060
|
-
var $size = _ref7.$size
|
|
17372
|
+
var $size = _ref7.$size,
|
|
17373
|
+
$type = _ref7.$type;
|
|
16061
17374
|
switch ($size) {
|
|
16062
17375
|
case 'small':
|
|
16063
|
-
return "\n font-size: 12px;\n padding: 5px 10px;\n ";
|
|
17376
|
+
return "\n font-size: 12px;\n padding: " + ($type === 'password' ? '5px 38px 5px 10px' : '5px 10px') + ";\n ";
|
|
16064
17377
|
case 'medium':
|
|
16065
|
-
return "\n font-size: 14px;\n padding: 9.5px 12px;\n ";
|
|
17378
|
+
return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '9.5px 38px 9.5px 12px' : '9.5px 12px') + ";\n ";
|
|
16066
17379
|
case 'large':
|
|
16067
|
-
return "\n font-size: 16px;\n padding: 9px 14px;\n ";
|
|
17380
|
+
return "\n font-size: 16px;\n padding: " + ($type === 'password' ? '9px 38px 9px 14px' : '9px 14px') + ";\n ";
|
|
16068
17381
|
default:
|
|
16069
|
-
return "\n font-size: 14px;\n padding: 7px 12px;\n ";
|
|
17382
|
+
return "\n font-size: 14px;\n padding: " + ($type === 'password' ? '7px 38px 7px 12px' : '7px 12px') + ";\n ";
|
|
16070
17383
|
}
|
|
16071
17384
|
}, function (_ref8) {
|
|
16072
17385
|
var $color = _ref8.$color;
|
|
@@ -16091,18 +17404,18 @@ var Input$5 = styled__default.input(_templateObject2$U || (_templateObject2$U =
|
|
|
16091
17404
|
return $color;
|
|
16092
17405
|
}
|
|
16093
17406
|
}, colorVariables$1$1$1.text.light);
|
|
16094
|
-
var InputWrapper$
|
|
16095
|
-
var IconWrapper$
|
|
17407
|
+
var InputWrapper$7 = styled__default.div(_templateObject3$T || (_templateObject3$T = _taggedTemplateLiteralLoose$1$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
17408
|
+
var IconWrapper$d = styled__default.div(_templateObject4$L || (_templateObject4$L = _taggedTemplateLiteralLoose$1$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref9) {
|
|
16096
17409
|
var $disabled = _ref9.$disabled;
|
|
16097
17410
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
16098
17411
|
});
|
|
16099
|
-
var Asterisk$
|
|
16100
|
-
var _templateObject$
|
|
16101
|
-
var Container$
|
|
17412
|
+
var Asterisk$7 = styled__default.span(_templateObject5$z || (_templateObject5$z = _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$1["default"].error);
|
|
17413
|
+
var _templateObject$1h, _templateObject2$12, _templateObject3$U;
|
|
17414
|
+
var Container$i = styled__default.div(_templateObject$1h || (_templateObject$1h = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
16102
17415
|
var $padding = _ref.$padding;
|
|
16103
17416
|
return $padding;
|
|
16104
17417
|
});
|
|
16105
|
-
var Label$
|
|
17418
|
+
var Label$d = styled__default.label(_templateObject2$12 || (_templateObject2$12 = _taggedTemplateLiteralLoose$1$1(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
16106
17419
|
var $size = _ref2.$size;
|
|
16107
17420
|
switch ($size) {
|
|
16108
17421
|
case 'small':
|
|
@@ -16118,7 +17431,7 @@ var Label$b = styled__default.label(_templateObject2$V || (_templateObject2$V =
|
|
|
16118
17431
|
var $titlecolor = _ref3.$titlecolor;
|
|
16119
17432
|
return $titlecolor || colorVariables$1$1.text.dark;
|
|
16120
17433
|
});
|
|
16121
|
-
var TextAreaComponent$
|
|
17434
|
+
var TextAreaComponent$6 = styled__default.textarea(_templateObject3$U || (_templateObject3$U = _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 (_ref4) {
|
|
16122
17435
|
var $disabled = _ref4.$disabled;
|
|
16123
17436
|
return $disabled ? 'not-allowed' : 'auto';
|
|
16124
17437
|
}, function (_ref5) {
|
|
@@ -16144,18 +17457,18 @@ var TextAreaComponent$5 = styled__default.textarea(_templateObject3$M || (_templ
|
|
|
16144
17457
|
var $color = _ref8.$color;
|
|
16145
17458
|
return $color || colorVariables$1$1.text.dark;
|
|
16146
17459
|
}, colorVariables$1$1.text.light);
|
|
16147
|
-
var _templateObject$
|
|
16148
|
-
var OptionContainer$
|
|
16149
|
-
var OptionItem$
|
|
17460
|
+
var _templateObject$1i, _templateObject2$13, _templateObject3$V, _templateObject4$M, _templateObject5$A, _templateObject6$k, _templateObject7$9;
|
|
17461
|
+
var OptionContainer$7 = styled__default.div(_templateObject$1i || (_templateObject$1i = _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);
|
|
17462
|
+
var OptionItem$7 = styled__default.div(_templateObject2$13 || (_templateObject2$13 = _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) {
|
|
16150
17463
|
var $optionSelected = _ref.$optionSelected;
|
|
16151
17464
|
return $optionSelected ? colorVariables$1$1.text.white : colorVariables$1$1.text.medium;
|
|
16152
17465
|
}, function (_ref2) {
|
|
16153
17466
|
var $optionSelected = _ref2.$optionSelected;
|
|
16154
17467
|
return $optionSelected ? colorVariables$1$1["default"].primary : colorVariables$1$1.text.white;
|
|
16155
17468
|
}, colorVariables$1$1.hover.primary, colorVariables$1$1.text.white);
|
|
16156
|
-
var TotalOptionsHeader$
|
|
16157
|
-
var OptionLabel$
|
|
16158
|
-
var SearchContainer$
|
|
17469
|
+
var TotalOptionsHeader$6 = styled__default.div(_templateObject3$V || (_templateObject3$V = _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);
|
|
17470
|
+
var OptionLabel$7 = styled__default.label(_templateObject4$M || (_templateObject4$M = _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"])));
|
|
17471
|
+
var SearchContainer$9 = styled__default.div(_templateObject5$A || (_templateObject5$A = _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) {
|
|
16159
17472
|
var $background = _ref3.$background;
|
|
16160
17473
|
switch ($background) {
|
|
16161
17474
|
case 'dark':
|
|
@@ -16184,7 +17497,7 @@ var SearchContainer$8 = styled__default.div(_templateObject5$v || (_templateObje
|
|
|
16184
17497
|
var $borderRadius = _ref5.$borderRadius;
|
|
16185
17498
|
return $borderRadius || '8px';
|
|
16186
17499
|
});
|
|
16187
|
-
var SearchBar$
|
|
17500
|
+
var SearchBar$9 = styled__default.input(_templateObject6$k || (_templateObject6$k = _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) {
|
|
16188
17501
|
var $inputColor = _ref6.$inputColor;
|
|
16189
17502
|
switch ($inputColor) {
|
|
16190
17503
|
case 'dark':
|
|
@@ -16229,32 +17542,32 @@ var SearchBar$8 = styled__default.input(_templateObject6$i || (_templateObject6$
|
|
|
16229
17542
|
return $placeholderColor;
|
|
16230
17543
|
}
|
|
16231
17544
|
});
|
|
16232
|
-
var OptionsWrapper$
|
|
16233
|
-
var _templateObject$
|
|
16234
|
-
var spin$
|
|
16235
|
-
var getDotPosition$
|
|
17545
|
+
var OptionsWrapper$7 = styled__default.div(_templateObject7$9 || (_templateObject7$9 = _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);
|
|
17546
|
+
var _templateObject$1j, _templateObject2$14, _templateObject3$W, _templateObject4$N;
|
|
17547
|
+
var spin$d = styled.keyframes(_templateObject$1j || (_templateObject$1j = _taggedTemplateLiteralLoose$1$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
17548
|
+
var getDotPosition$6 = function getDotPosition(index, size) {
|
|
16236
17549
|
var angle = index * 360 / 8;
|
|
16237
17550
|
var radius = size / 2.5;
|
|
16238
17551
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
16239
17552
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
16240
17553
|
return "translate(" + x + "px, " + y + "px)";
|
|
16241
17554
|
};
|
|
16242
|
-
var SpinnerContainer$
|
|
17555
|
+
var SpinnerContainer$6 = styled__default.div(_templateObject2$14 || (_templateObject2$14 = _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) {
|
|
16243
17556
|
var $size = _ref.$size;
|
|
16244
17557
|
return $size;
|
|
16245
17558
|
}, function (_ref2) {
|
|
16246
17559
|
var $size = _ref2.$size;
|
|
16247
17560
|
return $size;
|
|
16248
17561
|
});
|
|
16249
|
-
var Dot$
|
|
17562
|
+
var Dot$6 = styled__default.div.attrs(function (_ref3) {
|
|
16250
17563
|
var $index = _ref3.$index,
|
|
16251
17564
|
$size = _ref3.$size;
|
|
16252
17565
|
return {
|
|
16253
17566
|
style: {
|
|
16254
|
-
transform: getDotPosition$
|
|
17567
|
+
transform: getDotPosition$6($index, $size)
|
|
16255
17568
|
}
|
|
16256
17569
|
};
|
|
16257
|
-
})(_templateObject3$
|
|
17570
|
+
})(_templateObject3$W || (_templateObject3$W = _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) {
|
|
16258
17571
|
var $dotSize = _ref4.$dotSize;
|
|
16259
17572
|
return $dotSize;
|
|
16260
17573
|
}, function (_ref5) {
|
|
@@ -16263,7 +17576,7 @@ var Dot$5 = styled__default.div.attrs(function (_ref3) {
|
|
|
16263
17576
|
}, function (_ref6) {
|
|
16264
17577
|
var $color = _ref6.$color;
|
|
16265
17578
|
return $color;
|
|
16266
|
-
}, spin$
|
|
17579
|
+
}, spin$d, function (_ref7) {
|
|
16267
17580
|
var $speed = _ref7.$speed;
|
|
16268
17581
|
return $speed;
|
|
16269
17582
|
}, function (_ref8) {
|
|
@@ -16271,10 +17584,10 @@ var Dot$5 = styled__default.div.attrs(function (_ref3) {
|
|
|
16271
17584
|
$speed = _ref8.$speed;
|
|
16272
17585
|
return $index * $speed / 8;
|
|
16273
17586
|
});
|
|
16274
|
-
var SpinnerWrapper$
|
|
16275
|
-
var _templateObject$
|
|
16276
|
-
var spin$
|
|
16277
|
-
var Spinner$
|
|
17587
|
+
var SpinnerWrapper$6 = styled__default.div(_templateObject4$N || (_templateObject4$N = _taggedTemplateLiteralLoose$1$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
17588
|
+
var _templateObject$1k, _templateObject2$15;
|
|
17589
|
+
var spin$e = styled.keyframes(_templateObject$1k || (_templateObject$1k = _taggedTemplateLiteralLoose$1$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
17590
|
+
var Spinner$7 = styled__default.div(_templateObject2$15 || (_templateObject2$15 = _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) {
|
|
16278
17591
|
var $size = _ref.$size;
|
|
16279
17592
|
return $size;
|
|
16280
17593
|
}, function (_ref2) {
|
|
@@ -16283,25 +17596,25 @@ var Spinner$6 = styled__default.div(_templateObject2$Y || (_templateObject2$Y =
|
|
|
16283
17596
|
}, function (_ref3) {
|
|
16284
17597
|
var $color = _ref3.$color;
|
|
16285
17598
|
return $color;
|
|
16286
|
-
}, spin$
|
|
16287
|
-
var _templateObject$
|
|
16288
|
-
var PageInput$
|
|
16289
|
-
var _templateObject$
|
|
16290
|
-
var SidebarContainer$
|
|
17599
|
+
}, spin$e);
|
|
17600
|
+
var _templateObject$1l;
|
|
17601
|
+
var PageInput$6 = styled__default.input(_templateObject$1l || (_templateObject$1l = _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);
|
|
17602
|
+
var _templateObject$1m, _templateObject2$16, _templateObject3$X, _templateObject4$O, _templateObject5$B, _templateObject6$l;
|
|
17603
|
+
var SidebarContainer$6 = styled__default.div(_templateObject$1m || (_templateObject$1m = _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) {
|
|
16291
17604
|
var $isExpanded = _ref.$isExpanded;
|
|
16292
17605
|
return $isExpanded ? '225px' : '68px';
|
|
16293
17606
|
}, function (_ref2) {
|
|
16294
17607
|
var $background = _ref2.$background;
|
|
16295
17608
|
return $background ? $background : colorVariables$1$1.accent.softBlue;
|
|
16296
17609
|
});
|
|
16297
|
-
var SidebarItem$
|
|
16298
|
-
var ContentWrapper$
|
|
16299
|
-
var IconWrapper$
|
|
17610
|
+
var SidebarItem$6 = styled__default(reactRouterDom.NavLink)(_templateObject2$16 || (_templateObject2$16 = _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);
|
|
17611
|
+
var ContentWrapper$6 = styled__default.div(_templateObject3$X || (_templateObject3$X = _taggedTemplateLiteralLoose$1$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
17612
|
+
var IconWrapper$e = styled__default.div(_templateObject4$O || (_templateObject4$O = _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) {
|
|
16300
17613
|
var $selected = _ref3.$selected;
|
|
16301
17614
|
return $selected ? colorVariables$1$1["default"].primary : colorVariables$1$1["default"].tertiary;
|
|
16302
17615
|
});
|
|
16303
|
-
var Logo$
|
|
16304
|
-
var TextContainer$
|
|
17616
|
+
var Logo$6 = styled__default.div(_templateObject5$B || (_templateObject5$B = _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"])));
|
|
17617
|
+
var TextContainer$6 = styled__default.span(_templateObject6$l || (_templateObject6$l = _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) {
|
|
16305
17618
|
var $padding = _ref4.$padding;
|
|
16306
17619
|
return $padding;
|
|
16307
17620
|
}, function (_ref5) {
|
|
@@ -16320,14 +17633,14 @@ var TextContainer$5 = styled__default.span(_templateObject6$j || (_templateObjec
|
|
|
16320
17633
|
var $isExpanded = _ref9.$isExpanded;
|
|
16321
17634
|
return $isExpanded ? 'visible' : 'hidden';
|
|
16322
17635
|
});
|
|
16323
|
-
var _templateObject$
|
|
16324
|
-
var ContainerWrapper$
|
|
17636
|
+
var _templateObject$1n, _templateObject2$17, _templateObject3$Y, _templateObject4$P;
|
|
17637
|
+
var ContainerWrapper$6 = styled__default.div(_templateObject$1n || (_templateObject$1n = _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) {
|
|
16325
17638
|
return props.$width || 'auto';
|
|
16326
17639
|
}, function (_ref) {
|
|
16327
17640
|
var $minHeight = _ref.$minHeight;
|
|
16328
17641
|
return $minHeight;
|
|
16329
17642
|
});
|
|
16330
|
-
var CellContainer$
|
|
17643
|
+
var CellContainer$6 = styled__default.div(_templateObject2$17 || (_templateObject2$17 = _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) {
|
|
16331
17644
|
return props.$align;
|
|
16332
17645
|
}, function (props) {
|
|
16333
17646
|
return props.$width || 'auto';
|
|
@@ -16338,42 +17651,42 @@ var CellContainer$5 = styled__default.div(_templateObject2$_ || (_templateObject
|
|
|
16338
17651
|
}, function (props) {
|
|
16339
17652
|
return props.$padding;
|
|
16340
17653
|
});
|
|
16341
|
-
var MainText$
|
|
17654
|
+
var MainText$6 = styled__default.div(_templateObject3$Y || (_templateObject3$Y = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
16342
17655
|
return props.$mtc;
|
|
16343
17656
|
}, function (props) {
|
|
16344
17657
|
return props.$mtfs;
|
|
16345
17658
|
}, function (props) {
|
|
16346
17659
|
return props.$mtw;
|
|
16347
17660
|
});
|
|
16348
|
-
var SubText$
|
|
17661
|
+
var SubText$6 = styled__default.div(_templateObject4$P || (_templateObject4$P = _taggedTemplateLiteralLoose$1$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
16349
17662
|
return props.$stc;
|
|
16350
17663
|
}, function (props) {
|
|
16351
17664
|
return props.$stfs;
|
|
16352
17665
|
}, function (props) {
|
|
16353
17666
|
return props.$stw;
|
|
16354
17667
|
});
|
|
16355
|
-
var _templateObject$
|
|
16356
|
-
var TableRowContainer$
|
|
16357
|
-
var _templateObject$
|
|
16358
|
-
var TableContainer$
|
|
16359
|
-
var TableHeader$
|
|
17668
|
+
var _templateObject$1o;
|
|
17669
|
+
var TableRowContainer$6 = styled.styled.div(_templateObject$1o || (_templateObject$1o = _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"])));
|
|
17670
|
+
var _templateObject$1p, _templateObject2$18, _templateObject3$Z, _templateObject4$Q, _templateObject5$C;
|
|
17671
|
+
var TableContainer$6 = styled__default.div(_templateObject$1p || (_templateObject$1p = _taggedTemplateLiteralLoose$1$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1$1.brand.light);
|
|
17672
|
+
var TableHeader$6 = styled__default.div(_templateObject2$18 || (_templateObject2$18 = _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) {
|
|
16360
17673
|
return props.$hbcolor || 'transparent';
|
|
16361
17674
|
}, function (props) {
|
|
16362
17675
|
return props.$tcolor || 'white';
|
|
16363
17676
|
});
|
|
16364
|
-
var TableContent$
|
|
16365
|
-
var TableData$
|
|
16366
|
-
var Divider$
|
|
16367
|
-
var _templateObject$
|
|
16368
|
-
var Container$
|
|
17677
|
+
var TableContent$6 = styled__default.div(_templateObject3$Z || (_templateObject3$Z = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
17678
|
+
var TableData$6 = styled__default.div(_templateObject4$Q || (_templateObject4$Q = _taggedTemplateLiteralLoose$1$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
17679
|
+
var Divider$6 = styled__default.div(_templateObject5$C || (_templateObject5$C = _taggedTemplateLiteralLoose$1$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1$1.border.extraLight);
|
|
17680
|
+
var _templateObject$1q, _templateObject2$19, _templateObject3$_, _templateObject4$R, _templateObject5$D;
|
|
17681
|
+
var Container$j = styled__default.div(_templateObject$1q || (_templateObject$1q = _taggedTemplateLiteralLoose$1$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
16369
17682
|
var $border = _ref.$border;
|
|
16370
17683
|
return $border;
|
|
16371
17684
|
});
|
|
16372
|
-
var FirstContainer$
|
|
17685
|
+
var FirstContainer$6 = styled__default.div(_templateObject2$19 || (_templateObject2$19 = _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 (_ref2) {
|
|
16373
17686
|
var $headerPadding = _ref2.$headerPadding;
|
|
16374
17687
|
return $headerPadding ? $headerPadding : '0px';
|
|
16375
17688
|
});
|
|
16376
|
-
var TabContainer$
|
|
17689
|
+
var TabContainer$6 = styled__default.div(_templateObject3$_ || (_templateObject3$_ = _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 (_ref3) {
|
|
16377
17690
|
var $disabled = _ref3.$disabled;
|
|
16378
17691
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
16379
17692
|
}, function (_ref4) {
|
|
@@ -16386,17 +17699,17 @@ var TabContainer$5 = styled__default.div(_templateObject3$S || (_templateObject3
|
|
|
16386
17699
|
var $disabled = _ref6.$disabled;
|
|
16387
17700
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
16388
17701
|
});
|
|
16389
|
-
var TabItemContainer$
|
|
17702
|
+
var TabItemContainer$6 = styled__default.div(_templateObject4$R || (_templateObject4$R = _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 (_ref7) {
|
|
16390
17703
|
var $headerHeight = _ref7.$headerHeight;
|
|
16391
17704
|
return $headerHeight ? $headerHeight : '34px';
|
|
16392
17705
|
}, function (props) {
|
|
16393
17706
|
return props.$active ? 'block' : 'none';
|
|
16394
17707
|
}, colorVariables$1$1["default"].primary);
|
|
16395
|
-
var DetailsFirstContainer$
|
|
17708
|
+
var DetailsFirstContainer$6 = styled__default.div(_templateObject5$D || (_templateObject5$D = _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) {
|
|
16396
17709
|
return props.$active ? colorVariables$1$1["default"].primary : colorVariables$1$1.text.medium;
|
|
16397
17710
|
});
|
|
16398
|
-
var _templateObject$
|
|
16399
|
-
var Label$
|
|
17711
|
+
var _templateObject$1r, _templateObject2$1a, _templateObject3$$, _templateObject4$S, _templateObject5$E;
|
|
17712
|
+
var Label$e = styled__default.label(_templateObject$1r || (_templateObject$1r = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
16400
17713
|
var $size = _ref.$size;
|
|
16401
17714
|
switch ($size) {
|
|
16402
17715
|
case 'small':
|
|
@@ -16431,7 +17744,7 @@ var Label$c = styled__default.label(_templateObject$1g || (_templateObject$1g =
|
|
|
16431
17744
|
return $titlecolor;
|
|
16432
17745
|
}
|
|
16433
17746
|
});
|
|
16434
|
-
var Input$
|
|
17747
|
+
var Input$7 = styled__default.input(_templateObject2$1a || (_templateObject2$1a = _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$1.border.light, function (_ref3) {
|
|
16435
17748
|
var $disabled = _ref3.$disabled;
|
|
16436
17749
|
return $disabled ? 'not-allowed' : 'auto';
|
|
16437
17750
|
}, function (_ref4) {
|
|
@@ -16480,18 +17793,18 @@ var Input$6 = styled__default.input(_templateObject2$11 || (_templateObject2$11
|
|
|
16480
17793
|
return $color;
|
|
16481
17794
|
}
|
|
16482
17795
|
}, colorVariables$1$1.text.light);
|
|
16483
|
-
var InputWrapper$
|
|
16484
|
-
var IconWrapper$
|
|
17796
|
+
var InputWrapper$8 = styled__default.div(_templateObject3$$ || (_templateObject3$$ = _taggedTemplateLiteralLoose$1(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
17797
|
+
var IconWrapper$f = styled__default.div(_templateObject4$S || (_templateObject4$S = _taggedTemplateLiteralLoose$1(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref9) {
|
|
16485
17798
|
var $disabled = _ref9.$disabled;
|
|
16486
17799
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
16487
17800
|
});
|
|
16488
|
-
var Asterisk$
|
|
16489
|
-
var _templateObject$
|
|
16490
|
-
var Container$
|
|
17801
|
+
var Asterisk$8 = styled__default.span(_templateObject5$E || (_templateObject5$E = _taggedTemplateLiteralLoose$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);
|
|
17802
|
+
var _templateObject$1s, _templateObject2$1b, _templateObject3$10;
|
|
17803
|
+
var Container$k = styled__default.div(_templateObject$1s || (_templateObject$1s = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
16491
17804
|
var $padding = _ref.$padding;
|
|
16492
17805
|
return $padding;
|
|
16493
17806
|
});
|
|
16494
|
-
var Label$
|
|
17807
|
+
var Label$f = styled__default.label(_templateObject2$1b || (_templateObject2$1b = _taggedTemplateLiteralLoose$1(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
16495
17808
|
var $size = _ref2.$size;
|
|
16496
17809
|
switch ($size) {
|
|
16497
17810
|
case 'small':
|
|
@@ -16507,7 +17820,7 @@ var Label$d = styled__default.label(_templateObject2$12 || (_templateObject2$12
|
|
|
16507
17820
|
var $titlecolor = _ref3.$titlecolor;
|
|
16508
17821
|
return $titlecolor || colorVariables$1.text.dark;
|
|
16509
17822
|
});
|
|
16510
|
-
var TextAreaComponent$
|
|
17823
|
+
var TextAreaComponent$7 = styled__default.textarea(_templateObject3$10 || (_templateObject3$10 = _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 (_ref4) {
|
|
16511
17824
|
var $disabled = _ref4.$disabled;
|
|
16512
17825
|
return $disabled ? 'not-allowed' : 'auto';
|
|
16513
17826
|
}, function (_ref5) {
|
|
@@ -16533,18 +17846,18 @@ var TextAreaComponent$6 = styled__default.textarea(_templateObject3$U || (_templ
|
|
|
16533
17846
|
var $color = _ref8.$color;
|
|
16534
17847
|
return $color || colorVariables$1.text.dark;
|
|
16535
17848
|
}, colorVariables$1.text.light);
|
|
16536
|
-
var _templateObject$
|
|
16537
|
-
var OptionContainer$
|
|
16538
|
-
var OptionItem$
|
|
17849
|
+
var _templateObject$1t, _templateObject2$1c, _templateObject3$11, _templateObject4$T, _templateObject5$F, _templateObject6$m, _templateObject7$a;
|
|
17850
|
+
var OptionContainer$8 = styled__default.div(_templateObject$1t || (_templateObject$1t = _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);
|
|
17851
|
+
var OptionItem$8 = styled__default.div(_templateObject2$1c || (_templateObject2$1c = _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) {
|
|
16539
17852
|
var $optionSelected = _ref.$optionSelected;
|
|
16540
17853
|
return $optionSelected ? colorVariables$1.text.white : colorVariables$1.text.medium;
|
|
16541
17854
|
}, function (_ref2) {
|
|
16542
17855
|
var $optionSelected = _ref2.$optionSelected;
|
|
16543
17856
|
return $optionSelected ? colorVariables$1["default"].primary : colorVariables$1.text.white;
|
|
16544
17857
|
}, colorVariables$1.hover.primary, colorVariables$1.text.white);
|
|
16545
|
-
var TotalOptionsHeader$
|
|
16546
|
-
var OptionLabel$
|
|
16547
|
-
var SearchContainer$
|
|
17858
|
+
var TotalOptionsHeader$7 = styled__default.div(_templateObject3$11 || (_templateObject3$11 = _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);
|
|
17859
|
+
var OptionLabel$8 = styled__default.label(_templateObject4$T || (_templateObject4$T = _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"])));
|
|
17860
|
+
var SearchContainer$a = styled__default.div(_templateObject5$F || (_templateObject5$F = _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) {
|
|
16548
17861
|
var $background = _ref3.$background;
|
|
16549
17862
|
switch ($background) {
|
|
16550
17863
|
case 'dark':
|
|
@@ -16573,7 +17886,7 @@ var SearchContainer$9 = styled__default.div(_templateObject5$A || (_templateObje
|
|
|
16573
17886
|
var $borderRadius = _ref5.$borderRadius;
|
|
16574
17887
|
return $borderRadius || '8px';
|
|
16575
17888
|
});
|
|
16576
|
-
var SearchBar$
|
|
17889
|
+
var SearchBar$a = styled__default.input(_templateObject6$m || (_templateObject6$m = _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) {
|
|
16577
17890
|
var $inputColor = _ref6.$inputColor;
|
|
16578
17891
|
switch ($inputColor) {
|
|
16579
17892
|
case 'dark':
|
|
@@ -16618,32 +17931,32 @@ var SearchBar$9 = styled__default.input(_templateObject6$k || (_templateObject6$
|
|
|
16618
17931
|
return $placeholderColor;
|
|
16619
17932
|
}
|
|
16620
17933
|
});
|
|
16621
|
-
var OptionsWrapper$
|
|
16622
|
-
var _templateObject$
|
|
16623
|
-
var spin$
|
|
16624
|
-
var getDotPosition$
|
|
17934
|
+
var OptionsWrapper$8 = styled__default.div(_templateObject7$a || (_templateObject7$a = _taggedTemplateLiteralLoose$1(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables$1.text.white);
|
|
17935
|
+
var _templateObject$1u, _templateObject2$1d, _templateObject3$12, _templateObject4$U;
|
|
17936
|
+
var spin$f = styled.keyframes(_templateObject$1u || (_templateObject$1u = _taggedTemplateLiteralLoose$1(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
17937
|
+
var getDotPosition$7 = function getDotPosition(index, size) {
|
|
16625
17938
|
var angle = index * 360 / 8;
|
|
16626
17939
|
var radius = size / 2.5;
|
|
16627
17940
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
16628
17941
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
16629
17942
|
return "translate(" + x + "px, " + y + "px)";
|
|
16630
17943
|
};
|
|
16631
|
-
var SpinnerContainer$
|
|
17944
|
+
var SpinnerContainer$7 = styled__default.div(_templateObject2$1d || (_templateObject2$1d = _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) {
|
|
16632
17945
|
var $size = _ref.$size;
|
|
16633
17946
|
return $size;
|
|
16634
17947
|
}, function (_ref2) {
|
|
16635
17948
|
var $size = _ref2.$size;
|
|
16636
17949
|
return $size;
|
|
16637
17950
|
});
|
|
16638
|
-
var Dot$
|
|
17951
|
+
var Dot$7 = styled__default.div.attrs(function (_ref3) {
|
|
16639
17952
|
var $index = _ref3.$index,
|
|
16640
17953
|
$size = _ref3.$size;
|
|
16641
17954
|
return {
|
|
16642
17955
|
style: {
|
|
16643
|
-
transform: getDotPosition$
|
|
17956
|
+
transform: getDotPosition$7($index, $size)
|
|
16644
17957
|
}
|
|
16645
17958
|
};
|
|
16646
|
-
})(_templateObject3$
|
|
17959
|
+
})(_templateObject3$12 || (_templateObject3$12 = _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) {
|
|
16647
17960
|
var $dotSize = _ref4.$dotSize;
|
|
16648
17961
|
return $dotSize;
|
|
16649
17962
|
}, function (_ref5) {
|
|
@@ -16652,7 +17965,7 @@ var Dot$6 = styled__default.div.attrs(function (_ref3) {
|
|
|
16652
17965
|
}, function (_ref6) {
|
|
16653
17966
|
var $color = _ref6.$color;
|
|
16654
17967
|
return $color;
|
|
16655
|
-
}, spin$
|
|
17968
|
+
}, spin$f, function (_ref7) {
|
|
16656
17969
|
var $speed = _ref7.$speed;
|
|
16657
17970
|
return $speed;
|
|
16658
17971
|
}, function (_ref8) {
|
|
@@ -16660,10 +17973,10 @@ var Dot$6 = styled__default.div.attrs(function (_ref3) {
|
|
|
16660
17973
|
$speed = _ref8.$speed;
|
|
16661
17974
|
return $index * $speed / 8;
|
|
16662
17975
|
});
|
|
16663
|
-
var SpinnerWrapper$
|
|
16664
|
-
var _templateObject$
|
|
16665
|
-
var spin$
|
|
16666
|
-
var Spinner$
|
|
17976
|
+
var SpinnerWrapper$7 = styled__default.div(_templateObject4$U || (_templateObject4$U = _taggedTemplateLiteralLoose$1(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
17977
|
+
var _templateObject$1v, _templateObject2$1e;
|
|
17978
|
+
var spin$g = styled.keyframes(_templateObject$1v || (_templateObject$1v = _taggedTemplateLiteralLoose$1(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
17979
|
+
var Spinner$8 = styled__default.div(_templateObject2$1e || (_templateObject2$1e = _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) {
|
|
16667
17980
|
var $size = _ref.$size;
|
|
16668
17981
|
return $size;
|
|
16669
17982
|
}, function (_ref2) {
|
|
@@ -16672,25 +17985,25 @@ var Spinner$7 = styled__default.div(_templateObject2$15 || (_templateObject2$15
|
|
|
16672
17985
|
}, function (_ref3) {
|
|
16673
17986
|
var $color = _ref3.$color;
|
|
16674
17987
|
return $color;
|
|
16675
|
-
}, spin$
|
|
16676
|
-
var _templateObject$
|
|
16677
|
-
var PageInput$
|
|
16678
|
-
var _templateObject$
|
|
16679
|
-
var SidebarContainer$
|
|
17988
|
+
}, spin$g);
|
|
17989
|
+
var _templateObject$1w;
|
|
17990
|
+
var PageInput$7 = styled__default.input(_templateObject$1w || (_templateObject$1w = _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);
|
|
17991
|
+
var _templateObject$1x, _templateObject2$1f, _templateObject3$13, _templateObject4$V, _templateObject5$G, _templateObject6$n;
|
|
17992
|
+
var SidebarContainer$7 = styled__default.div(_templateObject$1x || (_templateObject$1x = _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) {
|
|
16680
17993
|
var $isExpanded = _ref.$isExpanded;
|
|
16681
17994
|
return $isExpanded ? '225px' : '68px';
|
|
16682
17995
|
}, function (_ref2) {
|
|
16683
17996
|
var $background = _ref2.$background;
|
|
16684
17997
|
return $background ? $background : colorVariables$1.accent.softBlue;
|
|
16685
17998
|
});
|
|
16686
|
-
var SidebarItem$
|
|
16687
|
-
var ContentWrapper$
|
|
16688
|
-
var IconWrapper$
|
|
17999
|
+
var SidebarItem$7 = styled__default(reactRouterDom.NavLink)(_templateObject2$1f || (_templateObject2$1f = _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);
|
|
18000
|
+
var ContentWrapper$7 = styled__default.div(_templateObject3$13 || (_templateObject3$13 = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
18001
|
+
var IconWrapper$g = styled__default.div(_templateObject4$V || (_templateObject4$V = _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) {
|
|
16689
18002
|
var $selected = _ref3.$selected;
|
|
16690
18003
|
return $selected ? colorVariables$1["default"].primary : colorVariables$1["default"].tertiary;
|
|
16691
18004
|
});
|
|
16692
|
-
var Logo$
|
|
16693
|
-
var TextContainer$
|
|
18005
|
+
var Logo$7 = styled__default.div(_templateObject5$G || (_templateObject5$G = _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"])));
|
|
18006
|
+
var TextContainer$7 = styled__default.span(_templateObject6$n || (_templateObject6$n = _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) {
|
|
16694
18007
|
var $padding = _ref4.$padding;
|
|
16695
18008
|
return $padding;
|
|
16696
18009
|
}, function (_ref5) {
|
|
@@ -16709,14 +18022,14 @@ var TextContainer$6 = styled__default.span(_templateObject6$l || (_templateObjec
|
|
|
16709
18022
|
var $isExpanded = _ref9.$isExpanded;
|
|
16710
18023
|
return $isExpanded ? 'visible' : 'hidden';
|
|
16711
18024
|
});
|
|
16712
|
-
var _templateObject$
|
|
16713
|
-
var ContainerWrapper$
|
|
18025
|
+
var _templateObject$1y, _templateObject2$1g, _templateObject3$14, _templateObject4$W;
|
|
18026
|
+
var ContainerWrapper$7 = styled__default.div(_templateObject$1y || (_templateObject$1y = _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) {
|
|
16714
18027
|
return props.$width || 'auto';
|
|
16715
18028
|
}, function (_ref) {
|
|
16716
18029
|
var $minHeight = _ref.$minHeight;
|
|
16717
18030
|
return $minHeight;
|
|
16718
18031
|
});
|
|
16719
|
-
var CellContainer$
|
|
18032
|
+
var CellContainer$7 = styled__default.div(_templateObject2$1g || (_templateObject2$1g = _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) {
|
|
16720
18033
|
return props.$align;
|
|
16721
18034
|
}, function (props) {
|
|
16722
18035
|
return props.$width || 'auto';
|
|
@@ -16727,42 +18040,42 @@ var CellContainer$6 = styled__default.div(_templateObject2$17 || (_templateObjec
|
|
|
16727
18040
|
}, function (props) {
|
|
16728
18041
|
return props.$padding;
|
|
16729
18042
|
});
|
|
16730
|
-
var MainText$
|
|
18043
|
+
var MainText$7 = styled__default.div(_templateObject3$14 || (_templateObject3$14 = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
16731
18044
|
return props.$mtc;
|
|
16732
18045
|
}, function (props) {
|
|
16733
18046
|
return props.$mtfs;
|
|
16734
18047
|
}, function (props) {
|
|
16735
18048
|
return props.$mtw;
|
|
16736
18049
|
});
|
|
16737
|
-
var SubText$
|
|
18050
|
+
var SubText$7 = styled__default.div(_templateObject4$W || (_templateObject4$W = _taggedTemplateLiteralLoose$1(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
16738
18051
|
return props.$stc;
|
|
16739
18052
|
}, function (props) {
|
|
16740
18053
|
return props.$stfs;
|
|
16741
18054
|
}, function (props) {
|
|
16742
18055
|
return props.$stw;
|
|
16743
18056
|
});
|
|
16744
|
-
var _templateObject$
|
|
16745
|
-
var TableRowContainer$
|
|
16746
|
-
var _templateObject$
|
|
16747
|
-
var TableContainer$
|
|
16748
|
-
var TableHeader$
|
|
18057
|
+
var _templateObject$1z;
|
|
18058
|
+
var TableRowContainer$7 = styled.styled.div(_templateObject$1z || (_templateObject$1z = _taggedTemplateLiteralLoose$1(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
|
|
18059
|
+
var _templateObject$1A, _templateObject2$1h, _templateObject3$15, _templateObject4$X, _templateObject5$H;
|
|
18060
|
+
var TableContainer$7 = styled__default.div(_templateObject$1A || (_templateObject$1A = _taggedTemplateLiteralLoose$1(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables$1.brand.light);
|
|
18061
|
+
var TableHeader$7 = styled__default.div(_templateObject2$1h || (_templateObject2$1h = _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) {
|
|
16749
18062
|
return props.$hbcolor || 'transparent';
|
|
16750
18063
|
}, function (props) {
|
|
16751
18064
|
return props.$tcolor || 'white';
|
|
16752
18065
|
});
|
|
16753
|
-
var TableContent$
|
|
16754
|
-
var TableData$
|
|
16755
|
-
var Divider$
|
|
16756
|
-
var _templateObject$
|
|
16757
|
-
var Container$
|
|
18066
|
+
var TableContent$7 = styled__default.div(_templateObject3$15 || (_templateObject3$15 = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
18067
|
+
var TableData$7 = styled__default.div(_templateObject4$X || (_templateObject4$X = _taggedTemplateLiteralLoose$1(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
18068
|
+
var Divider$7 = styled__default.div(_templateObject5$H || (_templateObject5$H = _taggedTemplateLiteralLoose$1(["\n height: 2px;\n background: ", ";\n"])), colorVariables$1.border.extraLight);
|
|
18069
|
+
var _templateObject$1B, _templateObject2$1i, _templateObject3$16, _templateObject4$Y, _templateObject5$I;
|
|
18070
|
+
var Container$l = styled__default.div(_templateObject$1B || (_templateObject$1B = _taggedTemplateLiteralLoose$1(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
16758
18071
|
var $border = _ref.$border;
|
|
16759
18072
|
return $border;
|
|
16760
18073
|
});
|
|
16761
|
-
var FirstContainer$
|
|
18074
|
+
var FirstContainer$7 = styled__default.div(_templateObject2$1i || (_templateObject2$1i = _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 (_ref2) {
|
|
16762
18075
|
var $headerPadding = _ref2.$headerPadding;
|
|
16763
18076
|
return $headerPadding ? $headerPadding : '0px';
|
|
16764
18077
|
});
|
|
16765
|
-
var TabContainer$
|
|
18078
|
+
var TabContainer$7 = styled__default.div(_templateObject3$16 || (_templateObject3$16 = _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 (_ref3) {
|
|
16766
18079
|
var $disabled = _ref3.$disabled;
|
|
16767
18080
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
16768
18081
|
}, function (_ref4) {
|
|
@@ -16775,18 +18088,18 @@ var TabContainer$6 = styled__default.div(_templateObject3$_ || (_templateObject3
|
|
|
16775
18088
|
var $disabled = _ref6.$disabled;
|
|
16776
18089
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
16777
18090
|
});
|
|
16778
|
-
var TabItemContainer$
|
|
18091
|
+
var TabItemContainer$7 = styled__default.div(_templateObject4$Y || (_templateObject4$Y = _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 (_ref7) {
|
|
16779
18092
|
var $headerHeight = _ref7.$headerHeight;
|
|
16780
18093
|
return $headerHeight ? $headerHeight : '34px';
|
|
16781
18094
|
}, function (props) {
|
|
16782
18095
|
return props.$active ? 'block' : 'none';
|
|
16783
18096
|
}, colorVariables$1["default"].primary);
|
|
16784
|
-
var DetailsFirstContainer$
|
|
18097
|
+
var DetailsFirstContainer$7 = styled__default.div(_templateObject5$I || (_templateObject5$I = _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) {
|
|
16785
18098
|
return props.$active ? colorVariables$1["default"].primary : colorVariables$1.text.medium;
|
|
16786
18099
|
});
|
|
16787
18100
|
|
|
16788
|
-
var _templateObject$
|
|
16789
|
-
var Label$
|
|
18101
|
+
var _templateObject$1C, _templateObject2$1j, _templateObject3$17, _templateObject4$Z, _templateObject5$J;
|
|
18102
|
+
var Label$g = styled__default.label(_templateObject$1C || (_templateObject$1C = _taggedTemplateLiteralLoose(["\n cursor: auto;\n width: 100%;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref) {
|
|
16790
18103
|
var $size = _ref.$size;
|
|
16791
18104
|
switch ($size) {
|
|
16792
18105
|
case 'small':
|
|
@@ -16821,7 +18134,7 @@ var Label$e = styled__default.label(_templateObject$1r || (_templateObject$1r =
|
|
|
16821
18134
|
return $titlecolor;
|
|
16822
18135
|
}
|
|
16823
18136
|
});
|
|
16824
|
-
var Input$
|
|
18137
|
+
var Input$8 = styled__default.input(_templateObject2$1j || (_templateObject2$1j = _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$1.border.light, function (_ref3) {
|
|
16825
18138
|
var $disabled = _ref3.$disabled;
|
|
16826
18139
|
return $disabled ? 'not-allowed' : 'auto';
|
|
16827
18140
|
}, function (_ref4) {
|
|
@@ -16870,12 +18183,12 @@ var Input$7 = styled__default.input(_templateObject2$1a || (_templateObject2$1a
|
|
|
16870
18183
|
return $color;
|
|
16871
18184
|
}
|
|
16872
18185
|
}, colorVariables$1.text.light);
|
|
16873
|
-
var InputWrapper$
|
|
16874
|
-
var IconWrapper$
|
|
18186
|
+
var InputWrapper$9 = styled__default.div(_templateObject3$17 || (_templateObject3$17 = _taggedTemplateLiteralLoose(["\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n"])));
|
|
18187
|
+
var IconWrapper$h = styled__default.div(_templateObject4$Z || (_templateObject4$Z = _taggedTemplateLiteralLoose(["\n position: absolute;\n right: 12px;\n cursor: pointer;\n\n > div {\n cursor: ", ";\n }\n"])), function (_ref9) {
|
|
16875
18188
|
var $disabled = _ref9.$disabled;
|
|
16876
18189
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
16877
18190
|
});
|
|
16878
|
-
var Asterisk$
|
|
18191
|
+
var Asterisk$9 = styled__default.span(_templateObject5$J || (_templateObject5$J = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size: 10px;\n height: fit-content;\n position: absolute;\n top: -2px;\n right: -8px;\n"])), colorVariables$1["default"].error);
|
|
16879
18192
|
var TextField = function TextField(_ref10) {
|
|
16880
18193
|
var _ref10$type = _ref10.type,
|
|
16881
18194
|
type = _ref10$type === void 0 ? 'text' : _ref10$type,
|
|
@@ -16930,11 +18243,11 @@ var TextField = function TextField(_ref10) {
|
|
|
16930
18243
|
"$padding": padding
|
|
16931
18244
|
}, (title || titleRightNode) && React__default.createElement(Container$3, {
|
|
16932
18245
|
"$gap": titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.gap
|
|
16933
|
-
}, title && React__default.createElement(Label$
|
|
18246
|
+
}, title && React__default.createElement(Label$g, {
|
|
16934
18247
|
"$size": size,
|
|
16935
18248
|
htmlFor: title,
|
|
16936
18249
|
"$titlecolor": titlecolor
|
|
16937
|
-
}, title, required && React__default.createElement(Asterisk$
|
|
18250
|
+
}, title, required && React__default.createElement(Asterisk$9, null, "*")), titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.node), React__default.createElement(InputWrapper$9, null, React__default.createElement(Input$8, {
|
|
16938
18251
|
type: inputType || 'text',
|
|
16939
18252
|
"$type": type,
|
|
16940
18253
|
name: title,
|
|
@@ -16952,7 +18265,7 @@ var TextField = function TextField(_ref10) {
|
|
|
16952
18265
|
if (onEnter) onEnter();
|
|
16953
18266
|
}
|
|
16954
18267
|
}
|
|
16955
|
-
}), type === 'password' && inputValue && React__default.createElement(IconWrapper$
|
|
18268
|
+
}), type === 'password' && inputValue && React__default.createElement(IconWrapper$h, {
|
|
16956
18269
|
"$disabled": disabled,
|
|
16957
18270
|
onClick: function onClick() {
|
|
16958
18271
|
if (!disabled) handleShowPassword();
|
|
@@ -16962,7 +18275,7 @@ var TextField = function TextField(_ref10) {
|
|
|
16962
18275
|
size: iconsize,
|
|
16963
18276
|
weight: iconweight,
|
|
16964
18277
|
color: iconcolor || colorVariables$1["default"].primary
|
|
16965
|
-
})), icon && type !== 'password' && React__default.createElement(IconWrapper$
|
|
18278
|
+
})), icon && type !== 'password' && React__default.createElement(IconWrapper$h, {
|
|
16966
18279
|
onClick: handleToggleDisabled
|
|
16967
18280
|
}, React__default.createElement(Icon$1, {
|
|
16968
18281
|
icon: icon,
|
|
@@ -16972,12 +18285,12 @@ var TextField = function TextField(_ref10) {
|
|
|
16972
18285
|
}))));
|
|
16973
18286
|
};
|
|
16974
18287
|
|
|
16975
|
-
var _templateObject$
|
|
16976
|
-
var Container$
|
|
18288
|
+
var _templateObject$1D, _templateObject2$1k, _templateObject3$18;
|
|
18289
|
+
var Container$m = styled__default.div(_templateObject$1D || (_templateObject$1D = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: 8px;\n padding: ", ";\n"])), function (_ref) {
|
|
16977
18290
|
var $padding = _ref.$padding;
|
|
16978
18291
|
return $padding;
|
|
16979
18292
|
});
|
|
16980
|
-
var Label$
|
|
18293
|
+
var Label$h = styled__default.label(_templateObject2$1k || (_templateObject2$1k = _taggedTemplateLiteralLoose(["\n cursor: auto;\n font-weight: 500;\n position: relative;\n width: max-content;\n\n ", "\n\n color: ", ";\n"])), function (_ref2) {
|
|
16981
18294
|
var $size = _ref2.$size;
|
|
16982
18295
|
switch ($size) {
|
|
16983
18296
|
case 'small':
|
|
@@ -16993,7 +18306,7 @@ var Label$f = styled__default.label(_templateObject2$1b || (_templateObject2$1b
|
|
|
16993
18306
|
var $titlecolor = _ref3.$titlecolor;
|
|
16994
18307
|
return $titlecolor || colorVariables.text.dark;
|
|
16995
18308
|
});
|
|
16996
|
-
var TextAreaComponent$
|
|
18309
|
+
var TextAreaComponent$8 = styled__default.textarea(_templateObject3$18 || (_templateObject3$18 = _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 (_ref4) {
|
|
16997
18310
|
var $disabled = _ref4.$disabled;
|
|
16998
18311
|
return $disabled ? 'not-allowed' : 'auto';
|
|
16999
18312
|
}, function (_ref5) {
|
|
@@ -17044,13 +18357,13 @@ var TextArea = function TextArea(_ref9) {
|
|
|
17044
18357
|
React.useEffect(function () {
|
|
17045
18358
|
setIsDisabled(disabled);
|
|
17046
18359
|
}, [disabled]);
|
|
17047
|
-
return React__default.createElement(Container$
|
|
18360
|
+
return React__default.createElement(Container$m, {
|
|
17048
18361
|
"$padding": padding
|
|
17049
|
-
}, title && React__default.createElement(Label$
|
|
18362
|
+
}, title && React__default.createElement(Label$h, {
|
|
17050
18363
|
"$size": size,
|
|
17051
18364
|
htmlFor: title,
|
|
17052
18365
|
"$titlecolor": titlecolor
|
|
17053
|
-
}, title, required && React__default.createElement(Asterisk$
|
|
18366
|
+
}, title, required && React__default.createElement(Asterisk$9, null, "*")), React__default.createElement(TextAreaComponent$8, {
|
|
17054
18367
|
name: title,
|
|
17055
18368
|
id: title,
|
|
17056
18369
|
value: inputValue,
|
|
@@ -17063,18 +18376,18 @@ var TextArea = function TextArea(_ref9) {
|
|
|
17063
18376
|
}));
|
|
17064
18377
|
};
|
|
17065
18378
|
|
|
17066
|
-
var _templateObject$
|
|
17067
|
-
var OptionContainer$
|
|
17068
|
-
var OptionItem$
|
|
18379
|
+
var _templateObject$1E, _templateObject2$1l, _templateObject3$19, _templateObject4$_, _templateObject5$K, _templateObject6$o, _templateObject7$b;
|
|
18380
|
+
var OptionContainer$9 = styled__default.div(_templateObject$1E || (_templateObject$1E = _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);
|
|
18381
|
+
var OptionItem$9 = styled__default.div(_templateObject2$1l || (_templateObject2$1l = _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) {
|
|
17069
18382
|
var $optionSelected = _ref.$optionSelected;
|
|
17070
18383
|
return $optionSelected ? colorVariables.text.white : colorVariables.text.medium;
|
|
17071
18384
|
}, function (_ref2) {
|
|
17072
18385
|
var $optionSelected = _ref2.$optionSelected;
|
|
17073
18386
|
return $optionSelected ? colorVariables["default"].primary : colorVariables.text.white;
|
|
17074
18387
|
}, colorVariables.hover.primary, colorVariables.text.white);
|
|
17075
|
-
var TotalOptionsHeader$
|
|
17076
|
-
var OptionLabel$
|
|
17077
|
-
var SearchContainer$
|
|
18388
|
+
var TotalOptionsHeader$8 = styled__default.div(_templateObject3$19 || (_templateObject3$19 = _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);
|
|
18389
|
+
var OptionLabel$9 = styled__default.label(_templateObject4$_ || (_templateObject4$_ = _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"])));
|
|
18390
|
+
var SearchContainer$b = styled__default.div(_templateObject5$K || (_templateObject5$K = _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) {
|
|
17078
18391
|
var $background = _ref3.$background;
|
|
17079
18392
|
switch ($background) {
|
|
17080
18393
|
case 'dark':
|
|
@@ -17103,7 +18416,7 @@ var SearchContainer$a = styled__default.div(_templateObject5$F || (_templateObje
|
|
|
17103
18416
|
var $borderRadius = _ref5.$borderRadius;
|
|
17104
18417
|
return $borderRadius || '8px';
|
|
17105
18418
|
});
|
|
17106
|
-
var SearchBar$
|
|
18419
|
+
var SearchBar$b = styled__default.input(_templateObject6$o || (_templateObject6$o = _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) {
|
|
17107
18420
|
var $inputColor = _ref6.$inputColor;
|
|
17108
18421
|
switch ($inputColor) {
|
|
17109
18422
|
case 'dark':
|
|
@@ -17148,7 +18461,7 @@ var SearchBar$a = styled__default.input(_templateObject6$m || (_templateObject6$
|
|
|
17148
18461
|
return $placeholderColor;
|
|
17149
18462
|
}
|
|
17150
18463
|
});
|
|
17151
|
-
var OptionsWrapper$
|
|
18464
|
+
var OptionsWrapper$9 = styled__default.div(_templateObject7$b || (_templateObject7$b = _taggedTemplateLiteralLoose(["\n padding: 4px 0px;\n height: 100%;\n overflow-y: auto;\n scrollbar-width: thin;\n background: ", "\n"])), colorVariables.text.white);
|
|
17152
18465
|
var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
17153
18466
|
var options = _ref8.options,
|
|
17154
18467
|
selectedOption = _ref8.selectedOption,
|
|
@@ -17197,7 +18510,7 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
|
17197
18510
|
"$gap": '8px',
|
|
17198
18511
|
"$width": '100%',
|
|
17199
18512
|
"$position": 'relative'
|
|
17200
|
-
}, searchBox && React__default.createElement(SearchContainer$
|
|
18513
|
+
}, searchBox && React__default.createElement(SearchContainer$b, {
|
|
17201
18514
|
"$borderBottom": searchBoxBorder,
|
|
17202
18515
|
"$background": isSearchBarEnabled ? colorVariables.text.white : colorVariables.accent.light,
|
|
17203
18516
|
"$borderRadius": searchBoxBorderRadius,
|
|
@@ -17213,7 +18526,7 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
|
17213
18526
|
onClick: function onClick() {
|
|
17214
18527
|
return setIsSearchBarEnabled(true);
|
|
17215
18528
|
}
|
|
17216
|
-
}, React__default.createElement(SearchBar$
|
|
18529
|
+
}, React__default.createElement(SearchBar$b, {
|
|
17217
18530
|
type: 'text',
|
|
17218
18531
|
placeholder: placeholder,
|
|
17219
18532
|
value: internalSearchQuery,
|
|
@@ -17230,18 +18543,18 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
|
17230
18543
|
setInternalSearchQuery('');
|
|
17231
18544
|
setSearchQuery('');
|
|
17232
18545
|
}
|
|
17233
|
-
}), isSearchBarEnabled && React__default.createElement(OptionContainer$
|
|
18546
|
+
}), isSearchBarEnabled && React__default.createElement(OptionContainer$9, null, options.length > 0 ? React__default.createElement(Container, {
|
|
17234
18547
|
"$flexDirection": 'column',
|
|
17235
18548
|
"$overflow": 'auto'
|
|
17236
|
-
}, React__default.createElement(TotalOptionsHeader$
|
|
18549
|
+
}, React__default.createElement(TotalOptionsHeader$8, null, React__default.createElement(Span, {
|
|
17237
18550
|
"$fontSize": '12px',
|
|
17238
18551
|
"$fontWeight": '400',
|
|
17239
18552
|
"$color": colorVariables.text.light
|
|
17240
|
-
}, t('Showing_results') + " (" + filteredArray.length + " of " + (options === null || options === void 0 ? void 0 : options.length) + ")")), React__default.createElement(OptionsWrapper$
|
|
17241
|
-
return React__default.createElement(OptionItem$
|
|
18553
|
+
}, t('Showing_results') + " (" + filteredArray.length + " of " + (options === null || options === void 0 ? void 0 : options.length) + ")")), React__default.createElement(OptionsWrapper$9, null, filteredArray.length > 0 ? filteredArray.map(function (option) {
|
|
18554
|
+
return React__default.createElement(OptionItem$9, {
|
|
17242
18555
|
key: option.value,
|
|
17243
18556
|
"$optionSelected": option.value === selectedOption
|
|
17244
|
-
}, React__default.createElement(OptionLabel$
|
|
18557
|
+
}, React__default.createElement(OptionLabel$9, {
|
|
17245
18558
|
htmlFor: option.value,
|
|
17246
18559
|
onClick: function onClick() {
|
|
17247
18560
|
setInternalSearchQuery(option.labelText);
|
|
@@ -17263,31 +18576,116 @@ var TextFieldWithDropdown = function TextFieldWithDropdown(_ref8) {
|
|
|
17263
18576
|
}, NoOptionsText)))));
|
|
17264
18577
|
};
|
|
17265
18578
|
|
|
17266
|
-
var _templateObject$
|
|
17267
|
-
var
|
|
17268
|
-
var
|
|
18579
|
+
var _templateObject$1F, _templateObject2$1m;
|
|
18580
|
+
var StyledInput$2 = styled__default.input(_templateObject$1F || (_templateObject$1F = _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) {
|
|
18581
|
+
var $checkboxSize = _ref.$checkboxSize;
|
|
18582
|
+
return $checkboxSize + "px";
|
|
18583
|
+
}, function (_ref2) {
|
|
18584
|
+
var $checkboxSize = _ref2.$checkboxSize;
|
|
18585
|
+
return $checkboxSize + "px";
|
|
18586
|
+
}, function (_ref3) {
|
|
18587
|
+
var $checked = _ref3.$checked,
|
|
18588
|
+
$borderSize = _ref3.$borderSize;
|
|
18589
|
+
return $checked ? $borderSize + "px solid " + colorVariables$1["default"].primary : $borderSize + "px solid " + colorVariables$1.border.extraBold;
|
|
18590
|
+
}, function (_ref4) {
|
|
18591
|
+
var $checked = _ref4.$checked;
|
|
18592
|
+
return $checked ? colorVariables$1["default"].primary : colorVariables$1.text.white;
|
|
18593
|
+
}, function (_ref5) {
|
|
18594
|
+
var $checkboxSize = _ref5.$checkboxSize;
|
|
18595
|
+
return $checkboxSize / 1.4 + "px";
|
|
18596
|
+
}, function (_ref6) {
|
|
18597
|
+
var $checkboxSize = _ref6.$checkboxSize;
|
|
18598
|
+
return "calc(100% - " + $checkboxSize / 1.4 + "px)";
|
|
18599
|
+
}, function (_ref7) {
|
|
18600
|
+
var $checkboxSize = _ref7.$checkboxSize;
|
|
18601
|
+
return "calc(100% - " + $checkboxSize / 1.8 + "px)";
|
|
18602
|
+
}, function (_ref8) {
|
|
18603
|
+
var $checkboxSize = _ref8.$checkboxSize;
|
|
18604
|
+
return $checkboxSize / 5 + "px";
|
|
18605
|
+
}, function (_ref9) {
|
|
18606
|
+
var $checkboxSize = _ref9.$checkboxSize;
|
|
18607
|
+
return $checkboxSize / 2.4 + "px";
|
|
18608
|
+
}, colorVariables$1.text.white);
|
|
18609
|
+
var LabelSpan = styled__default(Span$1)(_templateObject2$1m || (_templateObject2$1m = _taggedTemplateLiteralLoose(["\n font-weight: 500;\n line-height: 1;\n user-select: none;\n"])));
|
|
18610
|
+
var CheckBox = function CheckBox(_ref10) {
|
|
18611
|
+
var label = _ref10.label,
|
|
18612
|
+
_ref10$labelSide = _ref10.labelSide,
|
|
18613
|
+
labelSide = _ref10$labelSide === void 0 ? 'right' : _ref10$labelSide,
|
|
18614
|
+
_ref10$checkboxSize = _ref10.checkboxSize,
|
|
18615
|
+
checkboxSize = _ref10$checkboxSize === void 0 ? 11 : _ref10$checkboxSize,
|
|
18616
|
+
checked = _ref10.checked,
|
|
18617
|
+
_ref10$gap = _ref10.gap,
|
|
18618
|
+
gap = _ref10$gap === void 0 ? '8px' : _ref10$gap,
|
|
18619
|
+
_onChange = _ref10.onChange,
|
|
18620
|
+
_ref10$disabled = _ref10.disabled,
|
|
18621
|
+
disabled = _ref10$disabled === void 0 ? false : _ref10$disabled,
|
|
18622
|
+
_ref10$fontSize = _ref10.fontSize,
|
|
18623
|
+
fontSize = _ref10$fontSize === void 0 ? '14px' : _ref10$fontSize,
|
|
18624
|
+
_ref10$fontWeight = _ref10.fontWeight,
|
|
18625
|
+
fontWeight = _ref10$fontWeight === void 0 ? '500' : _ref10$fontWeight,
|
|
18626
|
+
_ref10$color = _ref10.color,
|
|
18627
|
+
color = _ref10$color === void 0 ? colorVariables$1.text.medium : _ref10$color,
|
|
18628
|
+
_ref10$borderSize = _ref10.borderSize,
|
|
18629
|
+
borderSize = _ref10$borderSize === void 0 ? 1 : _ref10$borderSize;
|
|
18630
|
+
var safeId = React.useId();
|
|
18631
|
+
return React__default.createElement(Container$3, {
|
|
18632
|
+
"$gap": gap,
|
|
18633
|
+
"$cursor": disabled ? 'not-allowed' : 'pointer',
|
|
18634
|
+
"$flexDirection": labelSide === 'right' ? 'row' : 'row-reverse',
|
|
18635
|
+
"$alignItems": 'center',
|
|
18636
|
+
"$justifyContent": 'flex-start'
|
|
18637
|
+
}, React__default.createElement("label", {
|
|
18638
|
+
htmlFor: safeId,
|
|
18639
|
+
style: {
|
|
18640
|
+
height: checkboxSize,
|
|
18641
|
+
display: 'flex'
|
|
18642
|
+
}
|
|
18643
|
+
}, React__default.createElement(StyledInput$2, {
|
|
18644
|
+
type: 'checkbox',
|
|
18645
|
+
id: safeId,
|
|
18646
|
+
"$checkboxSize": checkboxSize,
|
|
18647
|
+
checked: checked,
|
|
18648
|
+
"$checked": checked,
|
|
18649
|
+
onChange: function onChange(e) {
|
|
18650
|
+
return _onChange(e.target.checked);
|
|
18651
|
+
},
|
|
18652
|
+
disabled: disabled,
|
|
18653
|
+
"$borderSize": borderSize
|
|
18654
|
+
})), label && React__default.createElement(LabelSpan, {
|
|
18655
|
+
"$fontSize": fontSize,
|
|
18656
|
+
"$color": color,
|
|
18657
|
+
"$fontWeight": fontWeight,
|
|
18658
|
+
onClick: function onClick() {
|
|
18659
|
+
if (!disabled) _onChange(!checked);
|
|
18660
|
+
}
|
|
18661
|
+
}, label));
|
|
18662
|
+
};
|
|
18663
|
+
|
|
18664
|
+
var _templateObject$1G, _templateObject2$1n, _templateObject3$1a, _templateObject4$$;
|
|
18665
|
+
var spin$h = styled.keyframes(_templateObject$1G || (_templateObject$1G = _taggedTemplateLiteralLoose(["\n 0% { opacity: 1; }\n 100% { opacity: 0.3; }\n"])));
|
|
18666
|
+
var getDotPosition$8 = function getDotPosition(index, size) {
|
|
17269
18667
|
var angle = index * 360 / 8;
|
|
17270
18668
|
var radius = size / 2.5;
|
|
17271
18669
|
var x = radius * Math.cos(angle * Math.PI / 180);
|
|
17272
18670
|
var y = radius * Math.sin(angle * Math.PI / 180);
|
|
17273
18671
|
return "translate(" + x + "px, " + y + "px)";
|
|
17274
18672
|
};
|
|
17275
|
-
var SpinnerContainer$
|
|
18673
|
+
var SpinnerContainer$8 = styled__default.div(_templateObject2$1n || (_templateObject2$1n = _taggedTemplateLiteralLoose(["\n position: relative;\n width: ", "px;\n height: ", "px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])), function (_ref) {
|
|
17276
18674
|
var $size = _ref.$size;
|
|
17277
18675
|
return $size;
|
|
17278
18676
|
}, function (_ref2) {
|
|
17279
18677
|
var $size = _ref2.$size;
|
|
17280
18678
|
return $size;
|
|
17281
18679
|
});
|
|
17282
|
-
var Dot$
|
|
18680
|
+
var Dot$8 = styled__default.div.attrs(function (_ref3) {
|
|
17283
18681
|
var $index = _ref3.$index,
|
|
17284
18682
|
$size = _ref3.$size;
|
|
17285
18683
|
return {
|
|
17286
18684
|
style: {
|
|
17287
|
-
transform: getDotPosition$
|
|
18685
|
+
transform: getDotPosition$8($index, $size)
|
|
17288
18686
|
}
|
|
17289
18687
|
};
|
|
17290
|
-
})(_templateObject3$
|
|
18688
|
+
})(_templateObject3$1a || (_templateObject3$1a = _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) {
|
|
17291
18689
|
var $dotSize = _ref4.$dotSize;
|
|
17292
18690
|
return $dotSize;
|
|
17293
18691
|
}, function (_ref5) {
|
|
@@ -17296,7 +18694,7 @@ var Dot$7 = styled__default.div.attrs(function (_ref3) {
|
|
|
17296
18694
|
}, function (_ref6) {
|
|
17297
18695
|
var $color = _ref6.$color;
|
|
17298
18696
|
return $color;
|
|
17299
|
-
}, spin$
|
|
18697
|
+
}, spin$h, function (_ref7) {
|
|
17300
18698
|
var $speed = _ref7.$speed;
|
|
17301
18699
|
return $speed;
|
|
17302
18700
|
}, function (_ref8) {
|
|
@@ -17304,7 +18702,7 @@ var Dot$7 = styled__default.div.attrs(function (_ref3) {
|
|
|
17304
18702
|
$speed = _ref8.$speed;
|
|
17305
18703
|
return $index * $speed / 8;
|
|
17306
18704
|
});
|
|
17307
|
-
var SpinnerWrapper$
|
|
18705
|
+
var SpinnerWrapper$8 = styled__default.div(_templateObject4$$ || (_templateObject4$$ = _taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n width: max-content;\n"])));
|
|
17308
18706
|
var sizeMap = {
|
|
17309
18707
|
small: {
|
|
17310
18708
|
size: 32
|
|
@@ -17328,13 +18726,13 @@ var CircularLoader = function CircularLoader(_ref9) {
|
|
|
17328
18726
|
text = _ref9.text,
|
|
17329
18727
|
customSize = _ref9.customSize;
|
|
17330
18728
|
var spinnerSize = customSize != null ? customSize : sizeMap[size].size;
|
|
17331
|
-
return React__default.createElement(SpinnerWrapper$
|
|
18729
|
+
return React__default.createElement(SpinnerWrapper$8, null, React__default.createElement(SpinnerContainer$8, {
|
|
17332
18730
|
"$size": spinnerSize,
|
|
17333
18731
|
"aria-label": "Loading animation"
|
|
17334
18732
|
}, Array.from({
|
|
17335
18733
|
length: 8
|
|
17336
18734
|
}).map(function (_, i) {
|
|
17337
|
-
return React__default.createElement(Dot$
|
|
18735
|
+
return React__default.createElement(Dot$8, {
|
|
17338
18736
|
key: i,
|
|
17339
18737
|
"$index": i,
|
|
17340
18738
|
"$size": spinnerSize,
|
|
@@ -17345,9 +18743,9 @@ var CircularLoader = function CircularLoader(_ref9) {
|
|
|
17345
18743
|
})), text && React__default.createElement(React__default.Fragment, null, text));
|
|
17346
18744
|
};
|
|
17347
18745
|
|
|
17348
|
-
var _templateObject$
|
|
17349
|
-
var spin$
|
|
17350
|
-
var Spinner$
|
|
18746
|
+
var _templateObject$1H, _templateObject2$1o;
|
|
18747
|
+
var spin$i = styled.keyframes(_templateObject$1H || (_templateObject$1H = _taggedTemplateLiteralLoose(["\n to {\n transform: rotate(360deg);\n }\n"])));
|
|
18748
|
+
var Spinner$9 = styled__default.div(_templateObject2$1o || (_templateObject2$1o = _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) {
|
|
17351
18749
|
var $size = _ref.$size;
|
|
17352
18750
|
return $size;
|
|
17353
18751
|
}, function (_ref2) {
|
|
@@ -17356,7 +18754,7 @@ var Spinner$8 = styled__default.div(_templateObject2$1e || (_templateObject2$1e
|
|
|
17356
18754
|
}, function (_ref3) {
|
|
17357
18755
|
var $color = _ref3.$color;
|
|
17358
18756
|
return $color;
|
|
17359
|
-
}, spin$
|
|
18757
|
+
}, spin$i);
|
|
17360
18758
|
var Loader = function Loader(_ref4) {
|
|
17361
18759
|
var title = _ref4.title,
|
|
17362
18760
|
_ref4$size = _ref4.size,
|
|
@@ -17372,7 +18770,7 @@ var Loader = function Loader(_ref4) {
|
|
|
17372
18770
|
"$height": '100%',
|
|
17373
18771
|
"$flexDirection": 'column',
|
|
17374
18772
|
"$gap": '12px'
|
|
17375
|
-
}, React__default.createElement(Container, null, React__default.createElement(Spinner$
|
|
18773
|
+
}, React__default.createElement(Container, null, React__default.createElement(Spinner$9, {
|
|
17376
18774
|
"$size": size,
|
|
17377
18775
|
"$color": color
|
|
17378
18776
|
})), title && React__default.createElement(Container, {
|
|
@@ -17388,8 +18786,8 @@ var Loader = function Loader(_ref4) {
|
|
|
17388
18786
|
}, title))));
|
|
17389
18787
|
};
|
|
17390
18788
|
|
|
17391
|
-
var _templateObject$
|
|
17392
|
-
var PageInput$
|
|
18789
|
+
var _templateObject$1I;
|
|
18790
|
+
var PageInput$8 = styled__default.input(_templateObject$1I || (_templateObject$1I = _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);
|
|
17393
18791
|
var Pagination = function Pagination(_ref) {
|
|
17394
18792
|
var totalPages = _ref.totalPages,
|
|
17395
18793
|
currentPage = _ref.currentPage,
|
|
@@ -17447,7 +18845,7 @@ var Pagination = function Pagination(_ref) {
|
|
|
17447
18845
|
}, React__default.createElement(Container, {
|
|
17448
18846
|
"$gap": '4px',
|
|
17449
18847
|
"$alignItems": 'center'
|
|
17450
|
-
}, React__default.createElement(PageInput$
|
|
18848
|
+
}, React__default.createElement(PageInput$8, {
|
|
17451
18849
|
type: 'number',
|
|
17452
18850
|
value: inputPage,
|
|
17453
18851
|
onChange: handleInputChange,
|
|
@@ -17573,22 +18971,22 @@ var ProgressBar = function ProgressBar(_ref) {
|
|
|
17573
18971
|
})));
|
|
17574
18972
|
};
|
|
17575
18973
|
|
|
17576
|
-
var _templateObject$
|
|
17577
|
-
var SidebarContainer$
|
|
18974
|
+
var _templateObject$1J, _templateObject2$1p, _templateObject3$1b, _templateObject4$10, _templateObject5$L, _templateObject6$p;
|
|
18975
|
+
var SidebarContainer$8 = styled__default.div(_templateObject$1J || (_templateObject$1J = _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) {
|
|
17578
18976
|
var $isExpanded = _ref.$isExpanded;
|
|
17579
18977
|
return $isExpanded ? '225px' : '68px';
|
|
17580
18978
|
}, function (_ref2) {
|
|
17581
18979
|
var $background = _ref2.$background;
|
|
17582
18980
|
return $background ? $background : colorVariables.accent.softBlue;
|
|
17583
18981
|
});
|
|
17584
|
-
var SidebarItem$
|
|
17585
|
-
var ContentWrapper$
|
|
17586
|
-
var IconWrapper$
|
|
18982
|
+
var SidebarItem$8 = styled__default(reactRouterDom.NavLink)(_templateObject2$1p || (_templateObject2$1p = _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);
|
|
18983
|
+
var ContentWrapper$8 = styled__default.div(_templateObject3$1b || (_templateObject3$1b = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 16px;\n width: 100%;\n"])));
|
|
18984
|
+
var IconWrapper$i = styled__default.div(_templateObject4$10 || (_templateObject4$10 = _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) {
|
|
17587
18985
|
var $selected = _ref3.$selected;
|
|
17588
18986
|
return $selected ? colorVariables["default"].primary : colorVariables["default"].tertiary;
|
|
17589
18987
|
});
|
|
17590
|
-
var Logo$
|
|
17591
|
-
var TextContainer$
|
|
18988
|
+
var Logo$8 = styled__default.div(_templateObject5$L || (_templateObject5$L = _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"])));
|
|
18989
|
+
var TextContainer$8 = styled__default.span(_templateObject6$p || (_templateObject6$p = _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) {
|
|
17592
18990
|
var $padding = _ref4.$padding;
|
|
17593
18991
|
return $padding;
|
|
17594
18992
|
}, function (_ref5) {
|
|
@@ -17625,7 +19023,7 @@ var Sidebar = function Sidebar(_ref10) {
|
|
|
17625
19023
|
return parts.length > 0 ? "/" + parts[0] + "/" : '/';
|
|
17626
19024
|
};
|
|
17627
19025
|
var topLevelPath = getTopLevelPathWithSlash(location.pathname) || getTopLevelPath(location.pathname);
|
|
17628
|
-
return React__default.createElement(SidebarContainer$
|
|
19026
|
+
return React__default.createElement(SidebarContainer$8, {
|
|
17629
19027
|
"$background": background,
|
|
17630
19028
|
"$isExpanded": isExpanded,
|
|
17631
19029
|
onMouseEnter: function onMouseEnter() {
|
|
@@ -17634,24 +19032,24 @@ var Sidebar = function Sidebar(_ref10) {
|
|
|
17634
19032
|
onMouseLeave: function onMouseLeave() {
|
|
17635
19033
|
return setIsExpanded(false);
|
|
17636
19034
|
}
|
|
17637
|
-
}, logo && React__default.createElement(Logo$
|
|
19035
|
+
}, logo && React__default.createElement(Logo$8, null, React__default.createElement(Icon, {
|
|
17638
19036
|
icon: logo.icon
|
|
17639
|
-
}), React__default.createElement(TextContainer$
|
|
19037
|
+
}), React__default.createElement(TextContainer$8, {
|
|
17640
19038
|
"$isExpanded": isExpanded,
|
|
17641
19039
|
"$fontWeight": "700"
|
|
17642
|
-
}, logo.name)), React__default.createElement(ContentWrapper$
|
|
19040
|
+
}, logo.name)), React__default.createElement(ContentWrapper$8, null, content.map(function (item) {
|
|
17643
19041
|
var isActive = item.url.includes(topLevelPath);
|
|
17644
|
-
return React__default.createElement(SidebarItem$
|
|
19042
|
+
return React__default.createElement(SidebarItem$8, {
|
|
17645
19043
|
to: item.url,
|
|
17646
19044
|
key: item.id
|
|
17647
|
-
}, React__default.createElement(IconWrapper$
|
|
19045
|
+
}, React__default.createElement(IconWrapper$i, {
|
|
17648
19046
|
"$selected": isActive
|
|
17649
19047
|
}, React__default.createElement(Icon, {
|
|
17650
19048
|
icon: item.icon,
|
|
17651
19049
|
size: 20,
|
|
17652
19050
|
weight: item.iconWeight,
|
|
17653
19051
|
color: isActive ? colorVariables.text.white : colorVariables.text.medium
|
|
17654
|
-
})), React__default.createElement(TextContainer$
|
|
19052
|
+
})), React__default.createElement(TextContainer$8, {
|
|
17655
19053
|
"$isExpanded": isExpanded,
|
|
17656
19054
|
"$fontSize": "14px",
|
|
17657
19055
|
"$padding": '0px 10px 0px 0px',
|
|
@@ -17660,14 +19058,14 @@ var Sidebar = function Sidebar(_ref10) {
|
|
|
17660
19058
|
})), ProfileContent);
|
|
17661
19059
|
};
|
|
17662
19060
|
|
|
17663
|
-
var _templateObject$
|
|
17664
|
-
var ContainerWrapper$
|
|
19061
|
+
var _templateObject$1K, _templateObject2$1q, _templateObject3$1c, _templateObject4$11;
|
|
19062
|
+
var ContainerWrapper$8 = styled__default.div(_templateObject$1K || (_templateObject$1K = _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) {
|
|
17665
19063
|
return props.$width || 'auto';
|
|
17666
19064
|
}, function (_ref) {
|
|
17667
19065
|
var $minHeight = _ref.$minHeight;
|
|
17668
19066
|
return $minHeight;
|
|
17669
19067
|
});
|
|
17670
|
-
var CellContainer$
|
|
19068
|
+
var CellContainer$8 = styled__default.div(_templateObject2$1q || (_templateObject2$1q = _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) {
|
|
17671
19069
|
return props.$align;
|
|
17672
19070
|
}, function (props) {
|
|
17673
19071
|
return props.$width || 'auto';
|
|
@@ -17678,14 +19076,14 @@ var CellContainer$7 = styled__default.div(_templateObject2$1g || (_templateObjec
|
|
|
17678
19076
|
}, function (props) {
|
|
17679
19077
|
return props.$padding;
|
|
17680
19078
|
});
|
|
17681
|
-
var MainText$
|
|
19079
|
+
var MainText$8 = styled__default.div(_templateObject3$1c || (_templateObject3$1c = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
17682
19080
|
return props.$mtc;
|
|
17683
19081
|
}, function (props) {
|
|
17684
19082
|
return props.$mtfs;
|
|
17685
19083
|
}, function (props) {
|
|
17686
19084
|
return props.$mtw;
|
|
17687
19085
|
});
|
|
17688
|
-
var SubText$
|
|
19086
|
+
var SubText$8 = styled__default.div(_templateObject4$11 || (_templateObject4$11 = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size:", ";\n font-weight:", ";\n line-height: 100%;\n"])), function (props) {
|
|
17689
19087
|
return props.$stc;
|
|
17690
19088
|
}, function (props) {
|
|
17691
19089
|
return props.$stfs;
|
|
@@ -17714,31 +19112,31 @@ var TableCell = function TableCell(_ref2) {
|
|
|
17714
19112
|
CustomFunction = _ref2.CustomFunction,
|
|
17715
19113
|
padding = _ref2.padding,
|
|
17716
19114
|
minHeight = _ref2.minHeight;
|
|
17717
|
-
return React__default.createElement(ContainerWrapper$
|
|
19115
|
+
return React__default.createElement(ContainerWrapper$8, {
|
|
17718
19116
|
"$width": width,
|
|
17719
19117
|
"$minHeight": minHeight
|
|
17720
|
-
}, CustomFunction ? React__default.createElement(CellContainer$
|
|
19118
|
+
}, CustomFunction ? React__default.createElement(CellContainer$8, {
|
|
17721
19119
|
"$align": alignment,
|
|
17722
19120
|
"$width": width,
|
|
17723
19121
|
"$minWidth": minWidth
|
|
17724
|
-
}, CustomFunction) : React__default.createElement(CellContainer$
|
|
19122
|
+
}, CustomFunction) : React__default.createElement(CellContainer$8, {
|
|
17725
19123
|
"$align": alignment,
|
|
17726
19124
|
"$width": width,
|
|
17727
19125
|
"$minWidth": minWidth,
|
|
17728
19126
|
"$padding": padding
|
|
17729
|
-
}, React__default.createElement(MainText$
|
|
19127
|
+
}, React__default.createElement(MainText$8, {
|
|
17730
19128
|
"$mtc": maintextcolor,
|
|
17731
19129
|
"$mtfs": maintextfontsize,
|
|
17732
19130
|
"$mtw": maintextweight
|
|
17733
|
-
}, maintext), subtext && React__default.createElement(SubText$
|
|
19131
|
+
}, maintext), subtext && React__default.createElement(SubText$8, {
|
|
17734
19132
|
"$stc": subtextcolor,
|
|
17735
19133
|
"$stfs": subtextfontsize,
|
|
17736
19134
|
"$stw": subtextweight
|
|
17737
19135
|
}, subtext)));
|
|
17738
19136
|
};
|
|
17739
19137
|
|
|
17740
|
-
var _templateObject$
|
|
17741
|
-
var TableRowContainer$
|
|
19138
|
+
var _templateObject$1L;
|
|
19139
|
+
var TableRowContainer$8 = styled.styled.div(_templateObject$1L || (_templateObject$1L = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n background: inherit;\n align-items:center;\n padding: 16px 12px;\n width: 100%;\n"])));
|
|
17742
19140
|
var TableRow = function TableRow(_ref) {
|
|
17743
19141
|
var rowconfig = _ref.rowconfig,
|
|
17744
19142
|
tableheaderconfig = _ref.tableheaderconfig;
|
|
@@ -17747,7 +19145,7 @@ var TableRow = function TableRow(_ref) {
|
|
|
17747
19145
|
};
|
|
17748
19146
|
return React__default.createElement(Container, null, rowconfig.map(function (data, Index) {
|
|
17749
19147
|
var _rowconfig$Index;
|
|
17750
|
-
return React__default.createElement(TableRowContainer$
|
|
19148
|
+
return React__default.createElement(TableRowContainer$8, {
|
|
17751
19149
|
key: Index
|
|
17752
19150
|
}, tableheaderconfig.isAllSelectable && React__default.createElement(Container, {
|
|
17753
19151
|
"$padding": '0px 16px 0px 0px',
|
|
@@ -17781,16 +19179,16 @@ var TableRow = function TableRow(_ref) {
|
|
|
17781
19179
|
}));
|
|
17782
19180
|
};
|
|
17783
19181
|
|
|
17784
|
-
var _templateObject$
|
|
17785
|
-
var TableContainer$
|
|
17786
|
-
var TableHeader$
|
|
19182
|
+
var _templateObject$1M, _templateObject2$1r, _templateObject3$1d, _templateObject4$12, _templateObject5$M;
|
|
19183
|
+
var TableContainer$8 = styled__default.div(_templateObject$1M || (_templateObject$1M = _taggedTemplateLiteralLoose(["\n background: ", ";\n width: 100%;\n display: flex;\n overflow: hidden;\n border-radius: 8px;\n"])), colorVariables.brand.light);
|
|
19184
|
+
var TableHeader$8 = styled__default.div(_templateObject2$1r || (_templateObject2$1r = _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) {
|
|
17787
19185
|
return props.$hbcolor || 'transparent';
|
|
17788
19186
|
}, function (props) {
|
|
17789
19187
|
return props.$tcolor || 'white';
|
|
17790
19188
|
});
|
|
17791
|
-
var TableContent$
|
|
17792
|
-
var TableData$
|
|
17793
|
-
var Divider$
|
|
19189
|
+
var TableContent$8 = styled__default.div(_templateObject3$1d || (_templateObject3$1d = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
|
|
19190
|
+
var TableData$8 = styled__default.div(_templateObject4$12 || (_templateObject4$12 = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: calc(100% - 36px);\n"])));
|
|
19191
|
+
var Divider$8 = styled__default.div(_templateObject5$M || (_templateObject5$M = _taggedTemplateLiteralLoose(["\n height: 2px;\n background: ", ";\n"])), colorVariables.border.extraLight);
|
|
17794
19192
|
var Table = function Table(_ref) {
|
|
17795
19193
|
var tableObject = _ref.tableObject,
|
|
17796
19194
|
_ref$filter = _ref.filter,
|
|
@@ -17840,7 +19238,7 @@ var Table = function Table(_ref) {
|
|
|
17840
19238
|
React.useEffect(function () {
|
|
17841
19239
|
setIsAllSelected(false);
|
|
17842
19240
|
}, [rowconfig]);
|
|
17843
|
-
return React__default.createElement(TableContainer$
|
|
19241
|
+
return React__default.createElement(TableContainer$8, null, React__default.createElement(TableContent$8, null, React__default.createElement(TableHeader$8, {
|
|
17844
19242
|
"$hbcolor": tableheaderconfig.headercolor,
|
|
17845
19243
|
"$tcolor": tableheaderconfig.textcolor
|
|
17846
19244
|
}, tableheaderconfig.isAllSelectable && React__default.createElement(Container, {
|
|
@@ -17870,7 +19268,7 @@ var Table = function Table(_ref) {
|
|
|
17870
19268
|
"$alignItems": 'center',
|
|
17871
19269
|
"$padding": '24px 24px',
|
|
17872
19270
|
"$justifyContent": 'center'
|
|
17873
|
-
}, React__default.createElement(Span, null, noDataText)) : filter ? React__default.createElement(TableData$
|
|
19271
|
+
}, React__default.createElement(Span, null, noDataText)) : filter ? React__default.createElement(TableData$8, null, Object.entries(roleGroups).map(function (_ref2) {
|
|
17874
19272
|
var role = _ref2[0],
|
|
17875
19273
|
rows = _ref2[1];
|
|
17876
19274
|
return React__default.createElement(React__default.Fragment, {
|
|
@@ -17900,28 +19298,28 @@ var Table = function Table(_ref) {
|
|
|
17900
19298
|
}, React__default.createElement(TableRow, {
|
|
17901
19299
|
rowconfig: [row],
|
|
17902
19300
|
tableheaderconfig: tableheaderconfig
|
|
17903
|
-
}), rows.length > 1 && index < rows.length - 1 && React__default.createElement(Divider$
|
|
19301
|
+
}), rows.length > 1 && index < rows.length - 1 && React__default.createElement(Divider$8, null));
|
|
17904
19302
|
}));
|
|
17905
|
-
})) : React__default.createElement(TableData$
|
|
19303
|
+
})) : React__default.createElement(TableData$8, null, filteredRows.map(function (row, index) {
|
|
17906
19304
|
return React__default.createElement(React__default.Fragment, {
|
|
17907
19305
|
key: index
|
|
17908
19306
|
}, React__default.createElement(TableRow, {
|
|
17909
19307
|
rowconfig: [row],
|
|
17910
19308
|
tableheaderconfig: tableheaderconfig
|
|
17911
|
-
}), filteredRows.length > 1 && index < filteredRows.length - 1 && React__default.createElement(Divider$
|
|
19309
|
+
}), filteredRows.length > 1 && index < filteredRows.length - 1 && React__default.createElement(Divider$8, null));
|
|
17912
19310
|
}))));
|
|
17913
19311
|
};
|
|
17914
19312
|
|
|
17915
|
-
var _templateObject$
|
|
17916
|
-
var Container$
|
|
19313
|
+
var _templateObject$1N, _templateObject2$1s, _templateObject3$1e, _templateObject4$13, _templateObject5$N;
|
|
19314
|
+
var Container$n = styled__default.div(_templateObject$1N || (_templateObject$1N = _taggedTemplateLiteralLoose(["\n width: 100%;\n height: 100%; \n display: flex;\n flex-direction: column;\n overflow: hidden;\n gap: 24px;\n border: ", ";\n border-radius: 8px;\n"])), function (_ref) {
|
|
17917
19315
|
var $border = _ref.$border;
|
|
17918
19316
|
return $border;
|
|
17919
19317
|
});
|
|
17920
|
-
var FirstContainer$
|
|
19318
|
+
var FirstContainer$8 = styled__default.div(_templateObject2$1s || (_templateObject2$1s = _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 (_ref2) {
|
|
17921
19319
|
var $headerPadding = _ref2.$headerPadding;
|
|
17922
19320
|
return $headerPadding ? $headerPadding : '0px';
|
|
17923
19321
|
});
|
|
17924
|
-
var TabContainer$
|
|
19322
|
+
var TabContainer$8 = styled__default.div(_templateObject3$1e || (_templateObject3$1e = _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 (_ref3) {
|
|
17925
19323
|
var $disabled = _ref3.$disabled;
|
|
17926
19324
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
17927
19325
|
}, function (_ref4) {
|
|
@@ -17934,13 +19332,13 @@ var TabContainer$7 = styled__default.div(_templateObject3$16 || (_templateObject
|
|
|
17934
19332
|
var $disabled = _ref6.$disabled;
|
|
17935
19333
|
return $disabled ? 'not-allowed' : 'pointer';
|
|
17936
19334
|
});
|
|
17937
|
-
var TabItemContainer$
|
|
19335
|
+
var TabItemContainer$8 = styled__default.div(_templateObject4$13 || (_templateObject4$13 = _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 (_ref7) {
|
|
17938
19336
|
var $headerHeight = _ref7.$headerHeight;
|
|
17939
19337
|
return $headerHeight ? $headerHeight : '34px';
|
|
17940
19338
|
}, function (props) {
|
|
17941
19339
|
return props.$active ? 'block' : 'none';
|
|
17942
19340
|
}, colorVariables["default"].primary);
|
|
17943
|
-
var DetailsFirstContainer$
|
|
19341
|
+
var DetailsFirstContainer$8 = styled__default.div(_templateObject5$N || (_templateObject5$N = _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) {
|
|
17944
19342
|
return props.$active ? colorVariables["default"].primary : colorVariables.text.medium;
|
|
17945
19343
|
});
|
|
17946
19344
|
var Tabs = function Tabs(_ref8) {
|
|
@@ -17951,19 +19349,19 @@ var Tabs = function Tabs(_ref8) {
|
|
|
17951
19349
|
headerPadding = _ref8.headerPadding,
|
|
17952
19350
|
activeTab = _ref8.activeTab,
|
|
17953
19351
|
border = _ref8.border;
|
|
17954
|
-
return React__default.createElement(Container$
|
|
19352
|
+
return React__default.createElement(Container$n, {
|
|
17955
19353
|
"$border": border
|
|
17956
|
-
}, React__default.createElement(FirstContainer$
|
|
19354
|
+
}, React__default.createElement(FirstContainer$8, {
|
|
17957
19355
|
"$headerPadding": headerPadding
|
|
17958
19356
|
}, tabItems.map(function (tab, index) {
|
|
17959
|
-
return React__default.createElement(TabContainer$
|
|
19357
|
+
return React__default.createElement(TabContainer$8, {
|
|
17960
19358
|
key: index,
|
|
17961
19359
|
onClick: function onClick() {
|
|
17962
19360
|
if (!disabled && tab.onClick) tab.onClick();
|
|
17963
19361
|
},
|
|
17964
19362
|
"$disabled": disabled,
|
|
17965
19363
|
"$headerHeight": headerHeight
|
|
17966
|
-
}, React__default.createElement(TabItemContainer$
|
|
19364
|
+
}, React__default.createElement(TabItemContainer$8, {
|
|
17967
19365
|
"$active": activeTab === tab.title,
|
|
17968
19366
|
"$headerHeight": headerHeight
|
|
17969
19367
|
}, tab.icon && React__default.createElement(Icon, {
|
|
@@ -17971,11 +19369,11 @@ var Tabs = function Tabs(_ref8) {
|
|
|
17971
19369
|
icon: tab.icon,
|
|
17972
19370
|
size: tab.iconSize,
|
|
17973
19371
|
weight: tab.iconWeight
|
|
17974
|
-
}), React__default.createElement(DetailsFirstContainer$
|
|
19372
|
+
}), React__default.createElement(DetailsFirstContainer$8, {
|
|
17975
19373
|
"$active": activeTab === tab.title
|
|
17976
19374
|
}, tab.title)));
|
|
17977
19375
|
})), tabItems.map(function (tab, index) {
|
|
17978
|
-
return activeTab === tab.title && React__default.createElement(Container$
|
|
19376
|
+
return activeTab === tab.title && React__default.createElement(Container$n, {
|
|
17979
19377
|
key: index
|
|
17980
19378
|
}, tab.content);
|
|
17981
19379
|
}));
|
|
@@ -18020,6 +19418,7 @@ exports.Badge = Badge;
|
|
|
18020
19418
|
exports.Breadcrumbs = Breadcrumbs;
|
|
18021
19419
|
exports.Button = ButtonComponent;
|
|
18022
19420
|
exports.ButtonCarousel = ButtonCarousel;
|
|
19421
|
+
exports.CheckBox = CheckBox;
|
|
18023
19422
|
exports.CircularLoader = CircularLoader;
|
|
18024
19423
|
exports.Container = Container;
|
|
18025
19424
|
exports.DatePicker = DatePicker;
|