@ptsecurity/mosaic 15.2.0 → 15.2.1
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/_theming.scss +6 -3
- package/checkbox/_checkbox-theme.scss +4 -2
- package/datepicker/calendar.component.d.ts +3 -2
- package/esm2020/core/version.mjs +2 -2
- package/esm2020/datepicker/calendar.component.mjs +7 -4
- package/esm2020/datepicker/datepicker-input.directive.mjs +6 -4
- package/fesm2015/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +11 -6
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +11 -6
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/input/_input-theme.scss +2 -1
- package/package.json +2 -2
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
@@ -2071,7 +2071,7 @@ const validationTooltipShowDelay = 10;
|
|
2071
2071
|
const validationTooltipHideDelay = 3000;
|
2072
2072
|
const MC_VALIDATION = new InjectionToken('McUseValidation', { factory: () => ({ useValidation: true }) });
|
2073
2073
|
|
2074
|
-
const VERSION = new Version('15.2.
|
2074
|
+
const VERSION = new Version('15.2.1+sha-318c900');
|
2075
2075
|
|
2076
2076
|
/**
|
2077
2077
|
* Generated bundle index. Do not edit.
|