@go1/go1-embedding-react-sdk 0.0.62 → 0.0.64

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.
@@ -73,7 +73,7 @@ export type FeatureAttributes = FeatureAttributesAIChat | FeatureAttributesPrevi
73
73
  export interface AdditionalUserInfo {
74
74
  jobTitle: string;
75
75
  }
76
- export declare const features: readonly ["ai-chat", "content-hub", "preview", "library", "search", "wallet", "content-retirement", "my-playlists", "activity-feed", "my-learning", "insights", "essentials-select/library", "essentials-select/learner-content"];
76
+ export declare const features: readonly ["ai-chat", "content-hub", "preview", "library", "search", "wallet", "content-retirement", "my-playlists", "activity-feed", "my-learning", "insights", "essentials-select/library", "essentials-select/my-learning", "essentials-select/learner-content", "essentials-select/search"];
77
77
  export type FeatureType = (typeof features)[number];
78
78
  export interface InitOptions {
79
79
  feature: FeatureType;
@@ -14,5 +14,7 @@ exports.features = [
14
14
  'my-learning',
15
15
  'insights',
16
16
  'essentials-select/library',
17
+ 'essentials-select/my-learning',
17
18
  'essentials-select/learner-content',
19
+ 'essentials-select/search',
18
20
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.0.62",
3
+ "version": "0.0.64",
4
4
  "description": "A React library to embed Go1 content into your website.",
5
5
  "main": "dist/go1-embedding-react-sdk/src/index.js",
6
6
  "files": [