@icanbwell/composite 1.710.0 → 1.712.0

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/473.index.js CHANGED
@@ -760,19 +760,22 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
760
760
  query GetDataConnectionsAssetsConfig($clientSlug: String!) {
761
761
  clientConfiguration(clientSlug: $clientSlug) {
762
762
  mfeDataConnectionsAssets {
763
- selectCardDirectIcon
764
- selectCardDirectIconSmall
765
- statusFailureIcon
766
- statusSuccessIcon
767
- successDocIcon
768
763
  buildingIcon
769
764
  doctorIcon
770
- medicinesIcon
765
+ healthSystemConnectionIcon
771
766
  insuranceConnectionIcon
772
- providerConnectionIcon
773
767
  laboratoryConnectionIcon
774
- healthSystemConnectionIcon
768
+ medicinesIcon
769
+ needHelpModalSlideOne
770
+ needHelpModalSlideTwo
771
+ needHelpModalSlideThree
775
772
  pharmacyConnectionIcon
773
+ providerConnectionIcon
774
+ selectCardDirectIcon
775
+ selectCardDirectIconSmall
776
+ statusFailureIcon
777
+ statusSuccessIcon
778
+ successDocIcon
776
779
  }
777
780
  }
778
781
  }
@@ -3174,19 +3177,22 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
3174
3177
  query GetDataConnectionsAssetsConfig($clientSlug: String!) {
3175
3178
  clientConfiguration(clientSlug: $clientSlug) {
3176
3179
  mfeDataConnectionsAssets {
3177
- selectCardDirectIcon
3178
- selectCardDirectIconSmall
3179
- statusFailureIcon
3180
- statusSuccessIcon
3181
- successDocIcon
3182
3180
  buildingIcon
3183
3181
  doctorIcon
3184
- medicinesIcon
3182
+ healthSystemConnectionIcon
3185
3183
  insuranceConnectionIcon
3186
- providerConnectionIcon
3187
3184
  laboratoryConnectionIcon
3188
- healthSystemConnectionIcon
3185
+ medicinesIcon
3186
+ needHelpModalSlideOne
3187
+ needHelpModalSlideTwo
3188
+ needHelpModalSlideThree
3189
3189
  pharmacyConnectionIcon
3190
+ providerConnectionIcon
3191
+ selectCardDirectIcon
3192
+ selectCardDirectIconSmall
3193
+ statusFailureIcon
3194
+ statusSuccessIcon
3195
+ successDocIcon
3190
3196
  }
3191
3197
  }
3192
3198
  }