monkey-front-core 21.0.41 → 21.2.0

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.
Binary file
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "21.0.41",
3
+ "version": "21.2.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^21.1.0",
6
- "@angular/core": "^21.1.0",
7
- "@angular/cdk": "^21.1.0",
8
- "@angular/animations": "^21.1.0",
9
- "@angular/platform-browser": "^21.1.0",
10
- "@angular/router": "^21.1.0",
11
- "@angular/forms": "^21.1.0",
12
- "rxjs": "~7.8.2",
13
- "date-fns": "^4.1.0"
14
- },
15
- "dependencies": {
16
- "tslib": "^2.8.1",
17
- "@datadog/browser-logs": "^6.25.3",
18
- "@datadog/browser-rum": "^6.25.3",
19
- "launchdarkly-js-client-sdk": "^3.9.0",
20
- "@angular/service-worker": "^21.1.0",
5
+ "@angular/common": "^21.2.4",
6
+ "@angular/core": "^21.2.4",
7
+ "@angular/cdk": "^21.2.4",
8
+ "@angular/animations": "^21.2.4",
9
+ "@angular/platform-browser": "^21.2.4",
10
+ "@angular/router": "^21.2.4",
11
+ "@angular/forms": "^21.2.4",
12
+ "@angular/service-worker": "^21.2.4",
13
+ "@datadog/browser-logs": "^6.31.0",
14
+ "@datadog/browser-rum": "^6.31.0",
21
15
  "@ngrx/data": "^21.0.1",
22
16
  "@ngrx/effects": "^21.0.1",
23
17
  "@ngrx/entity": "^21.0.1",
24
18
  "@ngrx/store": "^21.0.1",
25
- "ngx-cookie-service": "^21.1.0"
19
+ "ngx-cookie-service": "^21.3.1",
20
+ "launchdarkly-js-client-sdk": "^3.9.0",
21
+ "rxjs": "~7.8.2",
22
+ "date-fns": "^4.1.0"
23
+ },
24
+ "dependencies": {
25
+ "tslib": "^2.8.1"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "module": "fesm2022/monkey-front-core.mjs",
@@ -702,6 +702,19 @@ interface MonkeyEcxWhiteLabel {
702
702
  key: string;
703
703
  };
704
704
  alert?: MonkeyEcxAlert;
705
+ sso?: {
706
+ provider: string;
707
+ name: string;
708
+ redirectUserSettings: string;
709
+ options: {
710
+ icon: string;
711
+ label: string;
712
+ type: string;
713
+ title: string;
714
+ hideRegister: boolean;
715
+ hideCantAccess: boolean;
716
+ }[];
717
+ };
705
718
  }
706
719
  interface MonkeyEcxStyleColor {
707
720
  main: string;
Binary file