magneto365.ui 2.43.1 → 2.43.2
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/esm/index.js
CHANGED
|
@@ -3758,7 +3758,7 @@ var fixArrayDate = function (array) {
|
|
|
3758
3758
|
return dateArray.setArray(array).fixMonth().getArray();
|
|
3759
3759
|
};
|
|
3760
3760
|
|
|
3761
|
-
var styles$Q = {"date-input":"mg_date_input_date-
|
|
3761
|
+
var styles$Q = {"date-input":"mg_date_input_date-input_1o5wy","date-input__input":"mg_date_input_date-input_input_1o5wy","date-input__separator":"mg_date_input_date-input_separator_1o5wy","date-input__separator--filled":"mg_date_input_date-input_separator--filled_1o5wy","date-input--fit":"mg_date_input_date-input--fit_1o5wy","date-input--error":"mg_date_input_date-input--error_1o5wy","date-input__left":"mg_date_input_date-input_left_1o5wy","date-input__right":"mg_date_input_date-input_right_1o5wy"};
|
|
3762
3762
|
|
|
3763
3763
|
// placeholder to every input.
|
|
3764
3764
|
var placeholder = ['D', 'D', 'M', 'M', 'A', 'A', 'A', 'A'];
|
package/package.json
CHANGED