@aslaluroba/help-center 3.0.12 → 3.0.14

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/index.d.ts CHANGED
@@ -223,7 +223,7 @@ declare class HelpCenterWidgetComponent implements OnInit, OnDestroy, OnChanges
223
223
  handleShowHelpScreenData(): void;
224
224
  handleHideHelpScreenData(): void;
225
225
  private scrollToBottom;
226
- getDirection(): "rtl" | "ltr";
226
+ getDirection(): "ltr" | "rtl";
227
227
  get helpScreenDataList(): any;
228
228
  navigateToUrl(url: string): void;
229
229
  static ɵfac: i0.ɵɵFactoryDeclaration<HelpCenterWidgetComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aslaluroba/help-center",
3
- "version": "3.0.12",
3
+ "version": "3.0.14",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -13,9 +13,9 @@
13
13
  "zone.js": ">=0.15.0"
14
14
  },
15
15
  "dependencies": {
16
- "ably": "^2.13.0",
16
+ "ably": "^2.14.0",
17
17
  "clsx": "^2.1.1",
18
- "marked": "^16.3.0",
18
+ "marked": "^16.4.1",
19
19
  "prismjs": "^1.30.0",
20
20
  "tslib": "^2.8.1"
21
21
  },
@@ -53,4 +53,4 @@
53
53
  "default": "./fesm2022/aslaluroba-help-center.mjs"
54
54
  }
55
55
  }
56
- }
56
+ }