@go1/go1-embedding-react-sdk 0.0.68 → 0.0.69

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
@@ -145,7 +145,9 @@ export interface FeatureAttributesRetirement extends FeatureAttributeCommon {
145
145
  shouldShowNotificationEmailRegisterSwitch?: boolean;
146
146
  }
147
147
 
148
- export interface FeatureAttributesSearch extends FeatureAttributeCommon {}
148
+ export interface FeatureAttributesSearch extends FeatureAttributeCommon {
149
+ searchTerm?: string; // If the embedding search feature includes a search term, the app will initialize with the pre-filled search term.
150
+ }
149
151
  export interface FeatureAttributesMyPlaylists extends FeatureAttributesPreviewCommon {
150
152
  playlistId?: number; // If embedding my-playlists feature with playlistId, the app will initialise with the specified playlistId page.
151
153
  }
package/dist/README.md CHANGED
@@ -145,7 +145,9 @@ export interface FeatureAttributesRetirement extends FeatureAttributeCommon {
145
145
  shouldShowNotificationEmailRegisterSwitch?: boolean;
146
146
  }
147
147
 
148
- export interface FeatureAttributesSearch extends FeatureAttributeCommon {}
148
+ export interface FeatureAttributesSearch extends FeatureAttributeCommon {
149
+ searchTerm?: string; // If the embedding search feature includes a search term, the app will initialize with the pre-filled search term.
150
+ }
149
151
  export interface FeatureAttributesMyPlaylists extends FeatureAttributesPreviewCommon {
150
152
  playlistId?: number; // If embedding my-playlists feature with playlistId, the app will initialise with the specified playlistId page.
151
153
  }
@@ -66,6 +66,7 @@ export interface FeatureAttributesRetirement extends FeatureAttributesPreviewCom
66
66
  shouldShowNotificationEmailRegisterSwitch?: boolean;
67
67
  }
68
68
  export interface FeatureAttributesSearch extends FeatureAttributesPreviewCommon {
69
+ searchTerm?: string;
69
70
  }
70
71
  export interface FeatureAttributesContentHub extends FeatureAttributesPreviewCommon {
71
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
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": [