@mxenabled/connect-widget 0.5.1 → 0.5.3

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
@@ -42,7 +42,7 @@ const App = () => {
42
42
  | `onAnalyticPageview` | [`AnalyticContextType`](./typings/connectProps.d.ts) | The connect widget provides a way to track events and pageviews using your own analytics provider. [More details](./docs/ANALYTICS.md#onanalyticpageview) | `null` |
43
43
  | `onPostMessage` | [`PostMessageContextType`](./typings/connectProps.d.ts) | The connect widget uses post messages to communicate with the parent window. [More details](./docs/POST_MESSAGES.md) | `null` |
44
44
  | `profiles` | [`ProfilesTypes`](./typings/connectProps.d.ts) | The connect widget uses the profiles to set the initial state of the widget. [More details](./docs/PROFILES.md) | See more details |
45
- | `userFeatures` | [`UserFeaturesType`](./typings/connectProps.d.ts) | The connect widget uses user features to determine the behavior of the widget. [More details](./docs/USER_FEATURES.md) | See more details |
45
+ | `userFeatures` | [`UserFeatureType`](./typings/connectProps.d.ts#L104)[] | The connect widget uses user features to determine the behavior of the widget. [More details](./docs/USER_FEATURES.md) | See more details |
46
46
  | `showTooSmallDialog` | `boolean` | The connect widget can show a warning when the widget size is below the supported 320px. | `true` |
47
47
 
48
48
  ## ApiProvider
package/dist/index.es.js CHANGED
@@ -56417,7 +56417,8 @@ const ClientLogo = ({
56417
56417
  {
56418
56418
  alt,
56419
56419
  className: `${dist.css({
56420
- borderRadius: tokens.BorderRadius.Large
56420
+ borderRadius: tokens.BorderRadius.Large,
56421
+ backgroundColor: tokens.Color.NeutralWhite
56421
56422
  })} ${className}`,
56422
56423
  height: size,
56423
56424
  onError: (e) => e.target.src = backUpSrc,