odaptos_design_system 1.4.19 → 1.4.21
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/odaptos_design_system.cjs.development.js +25 -25
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +25 -25
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Buttons/Button.modules.scss +0 -30
- package/src/Interviews/ChatInput.modules.scss +1 -1
- package/src/Interviews/WelcomeMessage.modules.scss +1 -1
- package/src/MultiSelect/MultiSelect.modules.scss +2 -2
- package/src/MultiSelect/MultiSelect.tsx +6 -6
- package/src/SingleSelect/SingleSelect.modules.scss +2 -2
- package/src/SingleSelect/SingleSelect.tsx +6 -6
- package/src/TextInput/TextInput.modules.scss +1 -0
- package/src/TextInput/TextInput.tsx +6 -6
- package/src/Textarea/Textarea.module.scss +1 -1
|
@@ -4125,19 +4125,19 @@ const TextForButton = ({
|
|
|
4125
4125
|
}), text);
|
|
4126
4126
|
};
|
|
4127
4127
|
|
|
4128
|
-
var css_248z$4 = ".SingleSelect-modules_newAutocomplete__AgBoW{min-width:16rem;width:100%}.SingleSelect-modules_newAutocomplete__AgBoW label,.SingleSelect-modules_newAutocomplete__AgBoW span{font-family:
|
|
4128
|
+
var css_248z$4 = ".SingleSelect-modules_newAutocomplete__AgBoW{min-width:16rem;width:100%}.SingleSelect-modules_newAutocomplete__AgBoW label,.SingleSelect-modules_newAutocomplete__AgBoW span{font-family:OpenSans;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.03em;line-height:1.3;margin:unset;text-align:left}.SingleSelect-modules_newAutocomplete__AgBoW .SingleSelect-modules_MuiAutocomplete-endAdornment__3kdFk{display:flex;gap:.5rem;margin-top:-.35rem!important}.SingleSelect-modules_newAutocomplete__AgBoW .SingleSelect-modules_tags-container__bWCQt{display:flex;flex-wrap:nowrap;gap:.5rem;max-width:90%;overflow:scroll;padding:0 .5rem}.SingleSelect-modules_newAutocomplete__AgBoW .SingleSelect-modules_tags-container__bWCQt p{text-overflow:ellipsis;white-space:nowrap}.SingleSelect-modules_input_top_label__a6UdT{margin-bottom:.625rem}.SingleSelect-modules_MuiOutlinedInput-root__RuMrq.SingleSelect-modules_MuiInputBase-root__ByCLC.SingleSelect-modules_MuiInputBase-formControl__5hTna{align-items:center;display:flex;flex-direction:row}.SingleSelect-modules_text_below__9S4k5{margin:.25rem .5rem .25rem .75rem}.SingleSelect-modules_icon__2WnMK{height:1rem!important;margin-left:.25rem;width:1rem!important}";
|
|
4129
4129
|
var styles$4 = {"newAutocomplete":"SingleSelect-modules_newAutocomplete__AgBoW","MuiAutocomplete-endAdornment":"SingleSelect-modules_MuiAutocomplete-endAdornment__3kdFk","tags-container":"SingleSelect-modules_tags-container__bWCQt","input_top_label":"SingleSelect-modules_input_top_label__a6UdT","MuiOutlinedInput-root":"SingleSelect-modules_MuiOutlinedInput-root__RuMrq","MuiInputBase-root":"SingleSelect-modules_MuiInputBase-root__ByCLC","MuiInputBase-formControl":"SingleSelect-modules_MuiInputBase-formControl__5hTna","text_below":"SingleSelect-modules_text_below__9S4k5","icon":"SingleSelect-modules_icon__2WnMK"};
|
|
4130
4130
|
styleInject(css_248z$4);
|
|
4131
4131
|
|
|
4132
4132
|
const CssTextField = /*#__PURE__*/styles$F.styled(material.TextField)({
|
|
4133
4133
|
'& .MuiInputBase-input': {
|
|
4134
4134
|
color: '#26292E',
|
|
4135
|
-
fontFamily: '
|
|
4135
|
+
fontFamily: 'OpenSans !important',
|
|
4136
4136
|
fontSize: '1rem'
|
|
4137
4137
|
},
|
|
4138
4138
|
'& .MuiInputBase-input.Mui-disabled': {
|
|
4139
4139
|
color: '#26292E',
|
|
4140
|
-
fontFamily: '
|
|
4140
|
+
fontFamily: 'OpenSans !important',
|
|
4141
4141
|
fontSize: '1rem'
|
|
4142
4142
|
},
|
|
4143
4143
|
'& .Mui-error': {
|
|
@@ -4161,25 +4161,25 @@ const CssTextField = /*#__PURE__*/styles$F.styled(material.TextField)({
|
|
|
4161
4161
|
},
|
|
4162
4162
|
'& label': {
|
|
4163
4163
|
color: '#26292E',
|
|
4164
|
-
fontFamily: '
|
|
4164
|
+
fontFamily: 'OpenSans !important',
|
|
4165
4165
|
fontSize: '1rem'
|
|
4166
4166
|
},
|
|
4167
4167
|
'& label.Mui-disabled.Mui-error': {
|
|
4168
4168
|
color: '#26292E',
|
|
4169
4169
|
opacity: 0.5,
|
|
4170
|
-
fontFamily: '
|
|
4170
|
+
fontFamily: 'OpenSans !important',
|
|
4171
4171
|
fontSize: '1rem'
|
|
4172
4172
|
},
|
|
4173
4173
|
'& label.Mui-focused': {
|
|
4174
4174
|
color: '#26292E',
|
|
4175
|
-
fontFamily: '
|
|
4175
|
+
fontFamily: 'OpenSans',
|
|
4176
4176
|
fontSize: '1rem',
|
|
4177
4177
|
backgroundColor: '#fff',
|
|
4178
4178
|
marginRight: 5,
|
|
4179
4179
|
paddingRight: 5
|
|
4180
4180
|
},
|
|
4181
4181
|
'& .MuiOutlinedInput-root': {
|
|
4182
|
-
fontFamily: '
|
|
4182
|
+
fontFamily: 'OpenSans',
|
|
4183
4183
|
'& fieldset': {
|
|
4184
4184
|
borderColor: '#96989A'
|
|
4185
4185
|
},
|
|
@@ -4417,19 +4417,19 @@ const Checkbox = ({
|
|
|
4417
4417
|
}));
|
|
4418
4418
|
};
|
|
4419
4419
|
|
|
4420
|
-
var css_248z$6 = ".MultiSelect-modules_newAutocomplete__dsOV3{min-width:16rem;width:100%}.MultiSelect-modules_newAutocomplete__dsOV3 label,.MultiSelect-modules_newAutocomplete__dsOV3 span{font-family:
|
|
4420
|
+
var css_248z$6 = ".MultiSelect-modules_newAutocomplete__dsOV3{min-width:16rem;width:100%}.MultiSelect-modules_newAutocomplete__dsOV3 label,.MultiSelect-modules_newAutocomplete__dsOV3 span{font-family:OpenSans;font-size:.75rem;font-style:normal;font-weight:400;letter-spacing:.03em;line-height:1.3;margin:unset;text-align:left}.MultiSelect-modules_newAutocomplete__dsOV3 .MultiSelect-modules_MuiAutocomplete-endAdornment__FAnRY{display:flex;gap:.5rem}.MultiSelect-modules_newAutocomplete__dsOV3 .MultiSelect-modules_MuiAutocomplete-endAdornment__FAnRY svg{height:1rem;width:1rem}.MultiSelect-modules_newAutocomplete__dsOV3 .MultiSelect-modules_tags_container__zBxat{display:flex;flex-wrap:nowrap;gap:.5rem;max-width:80%;overflow:scroll;padding:0 .25rem}.MultiSelect-modules_newAutocomplete__dsOV3 .MultiSelect-modules_tags_container__zBxat span{font-size:.75rem}.MultiSelect-modules_newAutocomplete__dsOV3 .MultiSelect-modules_tags_container__zBxat p{text-overflow:ellipsis;white-space:nowrap}.MultiSelect-modules_MuiOutlinedInput-root__23gRS.MultiSelect-modules_MuiInputBase-root__Ha7z-.MultiSelect-modules_MuiInputBase-formControl__IJ5Za{align-items:center;display:flex;flex-direction:row}.MultiSelect-modules_no_scrollbar__y-0D5{-ms-overflow-style:none;scrollbar-width:none}.MultiSelect-modules_no_scrollbar__y-0D5::-webkit-scrollbar{display:none}.MultiSelect-modules_input_top_label__AHEc-{margin-bottom:.625rem}.MultiSelect-modules_text_below__F3i4T{margin:.25rem .5rem .25rem .75rem}.MultiSelect-modules_icon__UxL7a{height:1rem!important;margin-left:.25rem;width:1rem!important}";
|
|
4421
4421
|
var styles$6 = {"newAutocomplete":"MultiSelect-modules_newAutocomplete__dsOV3","MuiAutocomplete-endAdornment":"MultiSelect-modules_MuiAutocomplete-endAdornment__FAnRY","tags_container":"MultiSelect-modules_tags_container__zBxat","MuiOutlinedInput-root":"MultiSelect-modules_MuiOutlinedInput-root__23gRS","MuiInputBase-root":"MultiSelect-modules_MuiInputBase-root__Ha7z-","MuiInputBase-formControl":"MultiSelect-modules_MuiInputBase-formControl__IJ5Za","no_scrollbar":"MultiSelect-modules_no_scrollbar__y-0D5","input_top_label":"MultiSelect-modules_input_top_label__AHEc-","text_below":"MultiSelect-modules_text_below__F3i4T","icon":"MultiSelect-modules_icon__UxL7a"};
|
|
4422
4422
|
styleInject(css_248z$6);
|
|
4423
4423
|
|
|
4424
4424
|
const CssTextField$1 = /*#__PURE__*/styles$F.styled(TextField)({
|
|
4425
4425
|
'& .MuiInputBase-input': {
|
|
4426
4426
|
color: '#26292E',
|
|
4427
|
-
fontFamily: '
|
|
4427
|
+
fontFamily: 'OpenSans !important',
|
|
4428
4428
|
fontSize: '1rem'
|
|
4429
4429
|
},
|
|
4430
4430
|
'& .MuiInputBase-input.Mui-disabled': {
|
|
4431
4431
|
color: '#26292E',
|
|
4432
|
-
fontFamily: '
|
|
4432
|
+
fontFamily: 'OpenSans !important',
|
|
4433
4433
|
fontSize: '1rem'
|
|
4434
4434
|
},
|
|
4435
4435
|
'& .Mui-error': {
|
|
@@ -4453,25 +4453,25 @@ const CssTextField$1 = /*#__PURE__*/styles$F.styled(TextField)({
|
|
|
4453
4453
|
},
|
|
4454
4454
|
'& label': {
|
|
4455
4455
|
color: '#26292E',
|
|
4456
|
-
fontFamily: '
|
|
4456
|
+
fontFamily: 'OpenSans !important',
|
|
4457
4457
|
fontSize: '1rem'
|
|
4458
4458
|
},
|
|
4459
4459
|
'& label.Mui-disabled.Mui-error': {
|
|
4460
4460
|
color: '#26292E',
|
|
4461
4461
|
opacity: 0.5,
|
|
4462
|
-
fontFamily: '
|
|
4462
|
+
fontFamily: 'OpenSans !important',
|
|
4463
4463
|
fontSize: '1rem'
|
|
4464
4464
|
},
|
|
4465
4465
|
'& label.Mui-focused': {
|
|
4466
4466
|
color: '#26292E',
|
|
4467
|
-
fontFamily: '
|
|
4467
|
+
fontFamily: 'OpenSans',
|
|
4468
4468
|
fontSize: '1rem',
|
|
4469
4469
|
backgroundColor: '#fff',
|
|
4470
4470
|
marginRight: 5,
|
|
4471
4471
|
paddingRight: 5
|
|
4472
4472
|
},
|
|
4473
4473
|
'& .MuiOutlinedInput-root': {
|
|
4474
|
-
fontFamily: '
|
|
4474
|
+
fontFamily: 'OpenSans',
|
|
4475
4475
|
'& fieldset': {
|
|
4476
4476
|
borderColor: '#96989A'
|
|
4477
4477
|
},
|
|
@@ -4676,7 +4676,7 @@ const Badge = ({
|
|
|
4676
4676
|
}), iconRight && iconRight);
|
|
4677
4677
|
};
|
|
4678
4678
|
|
|
4679
|
-
var css_248z$8 = ".Button-modules_button__sRnp1{align-items:center;cursor:pointer;display:inline-flex;gap:.5rem;justify-content:center}.Button-modules_button_primary__H-HCf{background:var(--color-neutral-basics-black,#00040a);border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_primary__H-HCf:hover{background:var(--color-neutral-dark-shades-900,#32353a);border:1px solid var(--color-neutral-dark-shades-900,#32353a)}.Button-modules_button_primary__H-HCf:active{background:var(--color-neutral-dark-shades-800,#4b4e52);border:1px solid var(--color-neutral-dark-shades-800,#4b4e52)}.Button-modules_button_primary__H-HCf:disabled{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_primary__H-HCf p{color:#fff!important}.Button-modules_button_primary__H-HCf svg{stroke:#fff!important;fill:#fff!important}.Button-modules_button_secondary__qlR87
|
|
4679
|
+
var css_248z$8 = ".Button-modules_button__sRnp1{align-items:center;cursor:pointer;display:inline-flex;gap:.5rem;justify-content:center}.Button-modules_button_primary__H-HCf{background:var(--color-neutral-basics-black,#00040a);border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_primary__H-HCf:hover{background:var(--color-neutral-dark-shades-900,#32353a);border:1px solid var(--color-neutral-dark-shades-900,#32353a)}.Button-modules_button_primary__H-HCf:active{background:var(--color-neutral-dark-shades-800,#4b4e52);border:1px solid var(--color-neutral-dark-shades-800,#4b4e52)}.Button-modules_button_primary__H-HCf:disabled{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_primary__H-HCf p{color:#fff!important}.Button-modules_button_primary__H-HCf svg{stroke:#fff!important;fill:#fff!important}.Button-modules_button_secondary__qlR87{background:transparent;border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_secondary__qlR87:hover{background:var(--color-neutral-clear-shades-200,#e1e1e2);border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_secondary__qlR87:active{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-basics-black,#00040a)}.Button-modules_button_secondary__qlR87:disabled{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_secondary__qlR87:disabled p{color:#96989a!important}.Button-modules_button_secondary__qlR87:disabled svg{stroke:#96989a!important;fill:#96989a!important}.Button-modules_button_secondary__qlR87 p{color:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_secondary__qlR87 svg{stroke:var(--color-neutral-basics-black,#00040a)!important;fill:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary__aBxX8{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary__aBxX8:hover{background:var(--color-neutral-clear-shades-200,#e1e1e2);border:1px solid var(--color-neutral-clear-shades-200,#e1e1e2)}.Button-modules_button_tertiary__aBxX8:active{background:var(--color-neutral-clear-shades-300,#d5d5d6);border:1px solid var(--color-neutral-clear-shades-300,#d5d5d6)}.Button-modules_button_tertiary__aBxX8:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary__aBxX8:disabled p{color:#96989a!important}.Button-modules_button_tertiary__aBxX8:disabled svg{stroke:#96989a!important;fill:#96989a!important}.Button-modules_button_tertiary__aBxX8 p{color:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary__aBxX8 svg{stroke:var(--color-neutral-basics-black,#00040a)!important;fill:var(--color-neutral-basics-black,#00040a)!important}.Button-modules_button_tertiary_alt__Ve3aw{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary_alt__Ve3aw:hover{background:var(--color-neutral-clear-shades-150,#eee);border:1px solid var(--color-neutral-clear-shades-150,#eee)}.Button-modules_button_tertiary_alt__Ve3aw:active{background:var(--color-neutral-clear-shades-100,#fafafa);border:1px solid var(--color-neutral-clear-shades-100,#fafafa)}.Button-modules_button_tertiary_alt__Ve3aw:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_tertiary_alt__Ve3aw:disabled p{color:#99c9ff!important}.Button-modules_button_tertiary_alt__Ve3aw:disabled svg{stroke:#99c9ff!important;fill:#99c9ff!important}.Button-modules_button_tertiary_alt__Ve3aw p{color:#07f!important}.Button-modules_button_tertiary_alt__Ve3aw svg{stroke:#07f!important;fill:#07f!important}.Button-modules_button_alert__yt9Yr{background:transparent;border:1px solid transparent}.Button-modules_button_alert__yt9Yr:hover{background:var(--color-extended-red-50,#fff6f6);border:1px solid var(--color-extended-red-50,#fff6f6)}.Button-modules_button_alert__yt9Yr:active{background:var(--color-extended-red-100,#fddbdb);border:1px solid var(--color-extended-red-100,#fddbdb)}.Button-modules_button_alert__yt9Yr:disabled{background:transparent;border:1px solid transparent}.Button-modules_button_alert__yt9Yr:disabled p{color:#fbb7b7!important}.Button-modules_button_alert__yt9Yr:disabled svg{stroke:#fbb7b7!important;fill:#fbb7b7!important}.Button-modules_button_alert__yt9Yr p{color:#f54c4c!important}.Button-modules_button_alert__yt9Yr svg{stroke:#f54c4c!important;fill:#f54c4c!important}.Button-modules_button_success__vQC8w{background:var(--color-extended-green-400,#7dc984);border:1px solid var(--color-extended-green-400,#7dc984)}.Button-modules_button_success__vQC8w:hover{background:var(--color-extended-green-300,#9dd6a3);border:1px solid var(--color-extended-green-300,#9dd6a3)}.Button-modules_button_success__vQC8w:active{background:var(--color-extended-green-500,#5cbb65);border:1px solid var(--color-extended-green-500,#5cbb65)}.Button-modules_button_success__vQC8w:disabled{background:var(--color-extended-green-200,#d5edd8);border:1px solid var(--color-extended-green-200,#d5edd8)}.Button-modules_button_success__vQC8w p{color:#fff!important}.Button-modules_button_success__vQC8w svg{stroke:#fff!important;fill:#fff!important}.Button-modules_button_sm__uB5fx{border-radius:.375rem;padding:0 1rem}.Button-modules_button_sm__uB5fx svg{height:.75rem;width:.75rem}.Button-modules_button_base__SytaD{border-radius:.5rem;padding:.25rem 1rem}.Button-modules_button_base__SytaD svg{height:1rem;width:1rem}.Button-modules_button_lg__n22vb{border-radius:.5rem;padding:.25rem 1.25rem .375rem}.Button-modules_button_lg__n22vb svg{height:1.25rem;width:1.25rem}";
|
|
4680
4680
|
var styles$8 = {"button":"Button-modules_button__sRnp1","button_primary":"Button-modules_button_primary__H-HCf","button_secondary":"Button-modules_button_secondary__qlR87","button_tertiary":"Button-modules_button_tertiary__aBxX8","button_tertiary_alt":"Button-modules_button_tertiary_alt__Ve3aw","button_alert":"Button-modules_button_alert__yt9Yr","button_success":"Button-modules_button_success__vQC8w","button_sm":"Button-modules_button_sm__uB5fx","button_base":"Button-modules_button_base__SytaD","button_lg":"Button-modules_button_lg__n22vb"};
|
|
4681
4681
|
styleInject(css_248z$8);
|
|
4682
4682
|
|
|
@@ -5903,19 +5903,19 @@ const TabsUnderline = ({
|
|
|
5903
5903
|
})));
|
|
5904
5904
|
};
|
|
5905
5905
|
|
|
5906
|
-
var css_248z$t = ".TextInput-modules_input__3djVU{font-family:var(--sdFontFamilyOpenSans);font-size:var(--sdTypoTextNoDecorationRegularBase);font-style:normal;font-weight:var(--sdFontWeightRegular);letter-spacing:var(--sdLetterSpacingButtons);line-height:var(--sdLineHeight130);margin:unset;text-align:left;width:100%}.TextInput-modules_input__3djVU svg{height:.75rem;width:.75rem}input{font-size:var(--sdTypoTextNoDecorationRegularBase);font-style:normal;font-weight:var(--sdFontWeightRegular);letter-spacing:var(--sdLetterSpacingButtons);line-height:var(--sdLineHeight130);margin:unset;text-align:left}input.TextInput-modules_input__3djVU{height:1rem}.TextInput-modules_MuiInputBase-root-MuiOutlinedInput-root__RL51v{font-family:var(--sdFontFamilyOpenSans);font-size:var(--sdTypoTextNoDecorationRegularBase);font-style:normal;font-weight:var(--sdFontWeightRegular);letter-spacing:var(--sdLetterSpacingButtons);line-height:var(--sdLineHeight130);margin:unset;text-align:left}.TextInput-modules_input_top_label__JRakx{margin-bottom:.625rem}.TextInput-modules_input__3djVU .TextInput-modules_MuiInputBase-input__P8rMx{color:var(--gray-black);font-family:OpenSans;font-size:1rem;padding:.375rem .75rem}.TextInput-modules_text_below__lGHF-{margin:.25rem .5rem .25rem .75rem}";
|
|
5906
|
+
var css_248z$t = ".TextInput-modules_input__3djVU{font-family:var(--sdFontFamilyOpenSans);font-size:var(--sdTypoTextNoDecorationRegularBase);font-style:normal;font-weight:var(--sdFontWeightRegular);letter-spacing:var(--sdLetterSpacingButtons);line-height:var(--sdLineHeight130);margin:unset;text-align:left;width:100%}.TextInput-modules_input__3djVU svg{height:.75rem;width:.75rem}input{font-family:var(--sdFontFamilyOpenSans);font-size:var(--sdTypoTextNoDecorationRegularBase);font-style:normal;font-weight:var(--sdFontWeightRegular);letter-spacing:var(--sdLetterSpacingButtons);line-height:var(--sdLineHeight130);margin:unset;text-align:left}input.TextInput-modules_input__3djVU{height:1rem}.TextInput-modules_MuiInputBase-root-MuiOutlinedInput-root__RL51v{font-family:var(--sdFontFamilyOpenSans);font-size:var(--sdTypoTextNoDecorationRegularBase);font-style:normal;font-weight:var(--sdFontWeightRegular);letter-spacing:var(--sdLetterSpacingButtons);line-height:var(--sdLineHeight130);margin:unset;text-align:left}.TextInput-modules_input_top_label__JRakx{margin-bottom:.625rem}.TextInput-modules_input__3djVU .TextInput-modules_MuiInputBase-input__P8rMx{color:var(--gray-black);font-family:OpenSans;font-size:1rem;padding:.375rem .75rem}.TextInput-modules_text_below__lGHF-{margin:.25rem .5rem .25rem .75rem}";
|
|
5907
5907
|
var styles$t = {"input":"TextInput-modules_input__3djVU","MuiInputBase-root-MuiOutlinedInput-root":"TextInput-modules_MuiInputBase-root-MuiOutlinedInput-root__RL51v","input_top_label":"TextInput-modules_input_top_label__JRakx","MuiInputBase-input":"TextInput-modules_MuiInputBase-input__P8rMx","text_below":"TextInput-modules_text_below__lGHF-"};
|
|
5908
5908
|
styleInject(css_248z$t);
|
|
5909
5909
|
|
|
5910
5910
|
const CssTextField$2 = /*#__PURE__*/styles$F.styled(material.TextField)({
|
|
5911
5911
|
'& .MuiInputBase-input': {
|
|
5912
5912
|
color: '#26292E',
|
|
5913
|
-
fontFamily: '
|
|
5913
|
+
fontFamily: 'OpenSans !important',
|
|
5914
5914
|
fontSize: '1rem'
|
|
5915
5915
|
},
|
|
5916
5916
|
'& .MuiInputBase-input.Mui-disabled': {
|
|
5917
5917
|
color: '#26292E',
|
|
5918
|
-
fontFamily: '
|
|
5918
|
+
fontFamily: 'OpenSans !important',
|
|
5919
5919
|
fontSize: '1rem'
|
|
5920
5920
|
},
|
|
5921
5921
|
'& .Mui-error': {
|
|
@@ -5939,25 +5939,25 @@ const CssTextField$2 = /*#__PURE__*/styles$F.styled(material.TextField)({
|
|
|
5939
5939
|
},
|
|
5940
5940
|
'& label': {
|
|
5941
5941
|
color: '#26292E',
|
|
5942
|
-
fontFamily: '
|
|
5942
|
+
fontFamily: 'OpenSans !important',
|
|
5943
5943
|
fontSize: '1rem'
|
|
5944
5944
|
},
|
|
5945
5945
|
'& label.Mui-disabled.Mui-error': {
|
|
5946
5946
|
color: '#26292E',
|
|
5947
5947
|
opacity: 0.5,
|
|
5948
|
-
fontFamily: '
|
|
5948
|
+
fontFamily: 'OpenSans !important',
|
|
5949
5949
|
fontSize: '1rem'
|
|
5950
5950
|
},
|
|
5951
5951
|
'& label.Mui-focused': {
|
|
5952
5952
|
color: '#26292E',
|
|
5953
|
-
fontFamily: '
|
|
5953
|
+
fontFamily: 'OpenSans',
|
|
5954
5954
|
fontSize: '1rem',
|
|
5955
5955
|
backgroundColor: '#fff',
|
|
5956
5956
|
marginRight: 5,
|
|
5957
5957
|
paddingRight: 5
|
|
5958
5958
|
},
|
|
5959
5959
|
'& .MuiOutlinedInput-root': {
|
|
5960
|
-
fontFamily: '
|
|
5960
|
+
fontFamily: 'OpenSans',
|
|
5961
5961
|
'& fieldset': {
|
|
5962
5962
|
borderColor: '#96989A'
|
|
5963
5963
|
},
|
|
@@ -6086,7 +6086,7 @@ const TextInput = props => {
|
|
|
6086
6086
|
}));
|
|
6087
6087
|
};
|
|
6088
6088
|
|
|
6089
|
-
var css_248z$u = ".Textarea-module_text_area_container__cq5uv{font-family:
|
|
6089
|
+
var css_248z$u = ".Textarea-module_text_area_container__cq5uv{font-family:OpenSans;font-size:1rem;font-style:normal;font-weight:400;line-height:150%;width:100%}.Textarea-module_text_area_container__cq5uv .Textarea-module_helperTexts__1DMgG{display:flex;justify-content:space-between;padding:.25rem .5rem .25rem .75rem}.Textarea-module_text_area_container__cq5uv .Textarea-module_helperTexts__1DMgG .Textarea-module_counter__0nieC{margin-left:auto}";
|
|
6090
6090
|
var styles$u = {"text_area_container":"Textarea-module_text_area_container__cq5uv","helperTexts":"Textarea-module_helperTexts__1DMgG","counter":"Textarea-module_counter__0nieC"};
|
|
6091
6091
|
styleInject(css_248z$u);
|
|
6092
6092
|
|
|
@@ -6382,7 +6382,7 @@ const Chat = ({
|
|
|
6382
6382
|
}));
|
|
6383
6383
|
};
|
|
6384
6384
|
|
|
6385
|
-
var css_248z$y = ".ChatInput-modules_chat_input_container__kI77U{align-items:flex-start;align-self:stretch;background:var(--color-neutral-clear-shades-150,#eee);border-radius:.5rem;display:flex;flex-direction:row;gap:.5rem;margin-top:auto;padding:.625rem .75rem}.ChatInput-modules_chat_input_container__kI77U input{background:var(--color-neutral-clear-shades-150,#eee);border:none;color:var(--color-neutral-dark-shades-950,#26292e);font-family:
|
|
6385
|
+
var css_248z$y = ".ChatInput-modules_chat_input_container__kI77U{align-items:flex-start;align-self:stretch;background:var(--color-neutral-clear-shades-150,#eee);border-radius:.5rem;display:flex;flex-direction:row;gap:.5rem;margin-top:auto;padding:.625rem .75rem}.ChatInput-modules_chat_input_container__kI77U input{background:var(--color-neutral-clear-shades-150,#eee);border:none;color:var(--color-neutral-dark-shades-950,#26292e);font-family:OpenSans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;width:100%}.ChatInput-modules_chat_input_container__kI77U input:focus{outline:none}.ChatInput-modules_chat_input_container__kI77U input::-moz-placeholder{color:var(--color-neutral-dark-shades-550,#8a8b8e);opacity:1}.ChatInput-modules_chat_input_container__kI77U input::placeholder{color:var(--color-neutral-dark-shades-550,#8a8b8e);opacity:1}";
|
|
6386
6386
|
var styles$y = {"chat_input_container":"ChatInput-modules_chat_input_container__kI77U"};
|
|
6387
6387
|
styleInject(css_248z$y);
|
|
6388
6388
|
|
|
@@ -6639,7 +6639,7 @@ const StartInterview = ({
|
|
|
6639
6639
|
}));
|
|
6640
6640
|
};
|
|
6641
6641
|
|
|
6642
|
-
var css_248z$E = ".WelcomeMessage-modules_welcome_container__qLgMv{align-items:flex-start;align-self:stretch;background:var(--color-extended-green-100,#e8f5ea);border:1px solid var(--color-extended-green-300,#9dd6a3);border-radius:.5rem;display:flex;flex-direction:column;max-width:30rem;padding:.5rem .75rem .75rem}.WelcomeMessage-modules_welcome_container__qLgMv .WelcomeMessage-modules_welcome_title__gX34Q{border-bottom:1px solid var(--color-extended-green-300,#9dd6a3);margin-bottom:.5rem;padding-bottom:.35rem}.WelcomeMessage-modules_welcome_container__qLgMv .WelcomeMessage-modules_welcome_description__a2HnZ{font-family:
|
|
6642
|
+
var css_248z$E = ".WelcomeMessage-modules_welcome_container__qLgMv{align-items:flex-start;align-self:stretch;background:var(--color-extended-green-100,#e8f5ea);border:1px solid var(--color-extended-green-300,#9dd6a3);border-radius:.5rem;display:flex;flex-direction:column;max-width:30rem;padding:.5rem .75rem .75rem}.WelcomeMessage-modules_welcome_container__qLgMv .WelcomeMessage-modules_welcome_title__gX34Q{border-bottom:1px solid var(--color-extended-green-300,#9dd6a3);margin-bottom:.5rem;padding-bottom:.35rem}.WelcomeMessage-modules_welcome_container__qLgMv .WelcomeMessage-modules_welcome_description__a2HnZ{font-family:OpenSans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.225rem}.WelcomeMessage-modules_welcome_container__qLgMv .WelcomeMessage-modules_welcome_description__a2HnZ ol{letter-spacing:-.0019rem;margin:unset;margin-top:.5625rem;padding-inline-start:1.5rem}";
|
|
6643
6643
|
var styles$E = {"welcome_container":"WelcomeMessage-modules_welcome_container__qLgMv","welcome_title":"WelcomeMessage-modules_welcome_title__gX34Q","welcome_description":"WelcomeMessage-modules_welcome_description__a2HnZ"};
|
|
6644
6644
|
styleInject(css_248z$E);
|
|
6645
6645
|
|