@daryasidorovich/modsen-datepicker 1.0.14 → 1.0.15
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.cjs +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -789,8 +789,8 @@ var SvgClear = function SvgClear(props) {
|
|
|
789
789
|
})));
|
|
790
790
|
};
|
|
791
791
|
|
|
792
|
-
var css$9 = ".theme-light .
|
|
793
|
-
var modules_efc4e723$9 = {"wrapper":"
|
|
792
|
+
var css$9 = ".theme-light .styles_module_wrapper__d43831f0 {\n color: #333333;\n background-color: #ffffff;\n}\n.theme-dark .styles_module_wrapper__d43831f0 {\n color: #ffffff;\n background-color: #333333;\n}\n.styles_module_wrapper__d43831f0 {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: 2px;\n width: 100%;\n}\n\n.styles_module_label__d43831f0 {\n font-size: 15px;\n font-weight: 600;\n margin-bottom: 8px;\n}\n\n.theme-light .styles_module_inputWrapper__d43831f0 {\n color: #333333;\n background-color: #ffffff;\n border-color: #e1e1e1;\n}\n.theme-dark .styles_module_inputWrapper__d43831f0 {\n color: #ffffff;\n background-color: #333333;\n border-color: #aaaaaa;\n}\n.styles_module_inputWrapper__d43831f0 {\n border-style: solid;\n border-width: 1px;\n padding: 8px 15px;\n border-radius: 8px;\n display: flex;\n gap: 8px;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n box-sizing: border-box;\n}\n\n.theme-light .styles_module_errorWrapper__d43831f0 {\n border-color: #ff383c;\n}\n.theme-dark .styles_module_errorWrapper__d43831f0 {\n border-color: #ff383c;\n}\n\n.styles_module_input__d43831f0 {\n border: none;\n outline: none;\n background-color: transparent;\n width: 100%;\n}\n.theme-light .styles_module_input__d43831f0 {\n color: #333333;\n}\n.theme-dark .styles_module_input__d43831f0 {\n color: #ffffff;\n}\n.theme-light .styles_module_input__d43831f0::placeholder {\n color: #e1e1e1;\n}\n.theme-dark .styles_module_input__d43831f0::placeholder {\n color: #aaaaaa;\n}\n\n.styles_module_clear__d43831f0 {\n border: none;\n background-color: transparent;\n width: max-content;\n padding: 0;\n}\n\n.theme-light .styles_module_icon__d43831f0 {\n color: #aaaaaa;\n}\n.theme-dark .styles_module_icon__d43831f0 {\n color: #aaaaaa;\n}\n\n.theme-light .styles_module_error__d43831f0 {\n color: #ff383c;\n}\n.theme-dark .styles_module_error__d43831f0 {\n color: #ff383c;\n}\n.styles_module_error__d43831f0 {\n height: 15px;\n}";
|
|
793
|
+
var modules_efc4e723$9 = {"wrapper":"styles_module_wrapper__d43831f0","label":"styles_module_label__d43831f0","inputWrapper":"styles_module_inputWrapper__d43831f0","errorWrapper":"styles_module_errorWrapper__d43831f0","input":"styles_module_input__d43831f0","clear":"styles_module_clear__d43831f0","icon":"styles_module_icon__d43831f0","error":"styles_module_error__d43831f0"};
|
|
794
794
|
n$1(css$9,{});
|
|
795
795
|
|
|
796
796
|
const Input = ({ label, error, className = '', id, onReset, placeholder, type = 'text', isDateInput = false, ref = null, ...restProps }) => {
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -769,8 +769,8 @@ var SvgClear = function SvgClear(props) {
|
|
|
769
769
|
})));
|
|
770
770
|
};
|
|
771
771
|
|
|
772
|
-
var css$9 = ".theme-light .
|
|
773
|
-
var modules_efc4e723$9 = {"wrapper":"
|
|
772
|
+
var css$9 = ".theme-light .styles_module_wrapper__d43831f0 {\n color: #333333;\n background-color: #ffffff;\n}\n.theme-dark .styles_module_wrapper__d43831f0 {\n color: #ffffff;\n background-color: #333333;\n}\n.styles_module_wrapper__d43831f0 {\n display: flex;\n flex-direction: column;\n align-items: start;\n gap: 2px;\n width: 100%;\n}\n\n.styles_module_label__d43831f0 {\n font-size: 15px;\n font-weight: 600;\n margin-bottom: 8px;\n}\n\n.theme-light .styles_module_inputWrapper__d43831f0 {\n color: #333333;\n background-color: #ffffff;\n border-color: #e1e1e1;\n}\n.theme-dark .styles_module_inputWrapper__d43831f0 {\n color: #ffffff;\n background-color: #333333;\n border-color: #aaaaaa;\n}\n.styles_module_inputWrapper__d43831f0 {\n border-style: solid;\n border-width: 1px;\n padding: 8px 15px;\n border-radius: 8px;\n display: flex;\n gap: 8px;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n box-sizing: border-box;\n}\n\n.theme-light .styles_module_errorWrapper__d43831f0 {\n border-color: #ff383c;\n}\n.theme-dark .styles_module_errorWrapper__d43831f0 {\n border-color: #ff383c;\n}\n\n.styles_module_input__d43831f0 {\n border: none;\n outline: none;\n background-color: transparent;\n width: 100%;\n}\n.theme-light .styles_module_input__d43831f0 {\n color: #333333;\n}\n.theme-dark .styles_module_input__d43831f0 {\n color: #ffffff;\n}\n.theme-light .styles_module_input__d43831f0::placeholder {\n color: #e1e1e1;\n}\n.theme-dark .styles_module_input__d43831f0::placeholder {\n color: #aaaaaa;\n}\n\n.styles_module_clear__d43831f0 {\n border: none;\n background-color: transparent;\n width: max-content;\n padding: 0;\n}\n\n.theme-light .styles_module_icon__d43831f0 {\n color: #aaaaaa;\n}\n.theme-dark .styles_module_icon__d43831f0 {\n color: #aaaaaa;\n}\n\n.theme-light .styles_module_error__d43831f0 {\n color: #ff383c;\n}\n.theme-dark .styles_module_error__d43831f0 {\n color: #ff383c;\n}\n.styles_module_error__d43831f0 {\n height: 15px;\n}";
|
|
773
|
+
var modules_efc4e723$9 = {"wrapper":"styles_module_wrapper__d43831f0","label":"styles_module_label__d43831f0","inputWrapper":"styles_module_inputWrapper__d43831f0","errorWrapper":"styles_module_errorWrapper__d43831f0","input":"styles_module_input__d43831f0","clear":"styles_module_clear__d43831f0","icon":"styles_module_icon__d43831f0","error":"styles_module_error__d43831f0"};
|
|
774
774
|
n$1(css$9,{});
|
|
775
775
|
|
|
776
776
|
const Input = ({ label, error, className = '', id, onReset, placeholder, type = 'text', isDateInput = false, ref = null, ...restProps }) => {
|