@aslaluroba/help-center 4.0.0 → 4.0.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/README.md CHANGED
@@ -283,7 +283,6 @@ export class AppComponent {
283
283
  | currentLang | Language | No | 'en' | UI language ('en' \| 'ar') |
284
284
  | showArrow | boolean | No | true | Show/hide floating arrow |
285
285
  | messageLabel | string | No | null | Custom message for the help button |
286
- | isIntroScreenEnabled | boolean | No | false | Enable/disable intro screen |
287
286
  | primaryColor | string | No | '#ad49e1' | Primary color for theming (hex format) |
288
287
  | logoUrl | string | No | '/logo.svg' | URL path to custom logo image |
289
288
 
@@ -304,7 +303,7 @@ export class AppComponent {
304
303
  ### With All Options
305
304
 
306
305
  ```html
307
- <app-help-center-widget [getToken]="getToken" [helpScreenId]="helpScreenId" [currentLang]="'en'" [showArrow]="true" [messageLabel]="'Need help?'" [isIntroScreenEnabled]="true" [primaryColor]="'#3b82f6'" [logoUrl]="'/my-logo.png'"> </app-help-center-widget>
306
+ <app-help-center-widget [getToken]="getToken" [helpScreenId]="helpScreenId" [currentLang]="'en'" [showArrow]="true" [messageLabel]="'Need help?'" [primaryColor]="'#3b82f6'" [logoUrl]="'/my-logo.png'"> </app-help-center-widget>
308
307
  ```
309
308
 
310
309
  ## Troubleshooting