@resolveio/client-lib-core 21.0.36 → 21.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.0.36",
3
+ "version": "21.0.37",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1733,7 +1733,7 @@ declare class UserSettingsModule {
1733
1733
  }
1734
1734
 
1735
1735
  declare function rioDatePickerConfigFactory(_account: AccountManagerService): {
1736
- resolveFirstDayOfWeek: () => "S" | "M";
1736
+ resolveFirstDayOfWeek: () => "M" | "S";
1737
1737
  };
1738
1738
  declare class CoreModule {
1739
1739
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;