@resolveio/client-lib-core 21.3.11 → 21.3.12

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.3.11",
3
+ "version": "21.3.12",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1715,7 +1715,7 @@ declare class AiTerminalModule {
1715
1715
  }
1716
1716
 
1717
1717
  declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
1718
- resolveFirstDayOfWeek: () => "M" | "S";
1718
+ resolveFirstDayOfWeek: () => "S" | "M";
1719
1719
  resolveTimezone: () => any;
1720
1720
  };
1721
1721
  declare class CoreServicesModule {