odaptos_design_system 2.0.167 → 2.0.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -1
- package/dist/odaptos_design_system.cjs.development.js +0 -24
- 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 +1 -24
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +2 -1
- package/src/index.ts +0 -1
- package/dist/Organisms/JsonInput/JsonInput.d.ts +0 -10
- package/src/Organisms/JsonInput/JsonInput.tsx +0 -34
package/dist/index.d.ts
CHANGED
|
@@ -55,7 +55,6 @@ export * from './Molecules/Tabs/TabsUnderLine';
|
|
|
55
55
|
export * from './Molecules/Thematic/Thematic';
|
|
56
56
|
export * from './Molecules/ToggleTab/ToggleTab';
|
|
57
57
|
export * from './Molecules/UserIndicator/UserIndicator';
|
|
58
|
-
export * from './Organisms/JsonInput/JsonInput';
|
|
59
58
|
export * from './Organisms/DatePicker/DatePicker';
|
|
60
59
|
export * from './Organisms/FormQuestions/FormQuestions';
|
|
61
60
|
export * from './Organisms/Modal/Modal';
|
|
@@ -19,8 +19,6 @@ var Grid = _interopDefault(require('@mui/material/Grid'));
|
|
|
19
19
|
var Marquee = _interopDefault(require('react-fast-marquee'));
|
|
20
20
|
var Tab = _interopDefault(require('@mui/material/Tab'));
|
|
21
21
|
var Tabs$1 = _interopDefault(require('@mui/material/Tabs'));
|
|
22
|
-
var CodeMirror = _interopDefault(require('@uiw/react-codemirror'));
|
|
23
|
-
var langJson = require('@codemirror/lang-json');
|
|
24
22
|
var AdapterDateFnsV3 = require('@mui/x-date-pickers/AdapterDateFnsV3');
|
|
25
23
|
var enUS = require('date-fns/locale/en-US');
|
|
26
24
|
var fr = require('date-fns/locale/fr');
|
|
@@ -15035,27 +15033,6 @@ const UserIndicator = ({
|
|
|
15035
15033
|
}));
|
|
15036
15034
|
};
|
|
15037
15035
|
|
|
15038
|
-
const JsonInput = ({
|
|
15039
|
-
value,
|
|
15040
|
-
onChange,
|
|
15041
|
-
className,
|
|
15042
|
-
id,
|
|
15043
|
-
lineNumbers = true
|
|
15044
|
-
}) => {
|
|
15045
|
-
return /*#__PURE__*/React__default.createElement(CodeMirror, {
|
|
15046
|
-
basicSetup: {
|
|
15047
|
-
lineNumbers
|
|
15048
|
-
},
|
|
15049
|
-
value: value,
|
|
15050
|
-
height: "auto",
|
|
15051
|
-
theme: "dark",
|
|
15052
|
-
extensions: [langJson.json()],
|
|
15053
|
-
onChange: onChange,
|
|
15054
|
-
className: className,
|
|
15055
|
-
id: id
|
|
15056
|
-
});
|
|
15057
|
-
};
|
|
15058
|
-
|
|
15059
15036
|
var css_248z$Q = ".DatePicker-modules_date_picker__ltMIy{min-width:13rem;width:100%}.DatePicker-modules_date_picker__ltMIy label,.DatePicker-modules_date_picker__ltMIy span{font-family:Open Sans;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.03em;line-height:1.3;margin:unset;text-align:left}.DatePicker-modules_date_picker__ltMIy .DatePicker-modules_MuiAutocomplete-endAdornment__a1ZeH{display:flex;gap:.5rem;margin-top:-.35rem!important}.DatePicker-modules_date_picker__ltMIy input{font-family:var(--sdFontFamily \"Open Sans\");font-size:var(--sdTypoTextNoDecorationRegularBase);font-style:normal;font-weight:var(--sdFontWeightRegular);letter-spacing:var(--sdLetterSpacingButtons);line-height:var(--sdLineHeight130);margin:unset;padding:8.5px 14px;text-align:left}.DatePicker-modules_date_picker__ltMIy svg{height:1rem;width:1rem}.DatePicker-modules_input_top_label__n3jgg{margin-bottom:.625rem}.DatePicker-modules_MuiOutlinedInput-root__wFT0C.DatePicker-modules_MuiInputBase-root__8VJD9.DatePicker-modules_MuiInputBase-formControl__R-soq{align-items:center;display:flex;flex-direction:row}.DatePicker-modules_text_below__kaG7V{margin:.25rem .5rem .25rem .75rem}.DatePicker-modules_icon__6Kwu0{height:1rem!important;margin-left:.25rem;width:1rem!important}";
|
|
15060
15037
|
var styles$Q = {"date_picker":"DatePicker-modules_date_picker__ltMIy","MuiAutocomplete-endAdornment":"DatePicker-modules_MuiAutocomplete-endAdornment__a1ZeH","input_top_label":"DatePicker-modules_input_top_label__n3jgg","MuiOutlinedInput-root":"DatePicker-modules_MuiOutlinedInput-root__wFT0C","MuiInputBase-root":"DatePicker-modules_MuiInputBase-root__8VJD9","MuiInputBase-formControl":"DatePicker-modules_MuiInputBase-formControl__R-soq","text_below":"DatePicker-modules_text_below__kaG7V","icon":"DatePicker-modules_icon__6Kwu0"};
|
|
15061
15038
|
styleInject(css_248z$Q);
|
|
@@ -17914,7 +17891,6 @@ exports.InterviewButton = InterviewButton;
|
|
|
17914
17891
|
exports.InterviewTranscript = InterviewTranscript;
|
|
17915
17892
|
exports.InterviewTranscriptGreen = InterviewTranscriptGreen;
|
|
17916
17893
|
exports.IosIcon = IosIcon;
|
|
17917
|
-
exports.JsonInput = JsonInput;
|
|
17918
17894
|
exports.LanguageIcon = LanguageIcon;
|
|
17919
17895
|
exports.LaptopIcon = LaptopIcon;
|
|
17920
17896
|
exports.LayoutIcon = LayoutIcon;
|