@ututrust/web-components 2.1.6 → 2.1.7

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/dist/index.js CHANGED
@@ -47211,7 +47211,7 @@
47211
47211
  var getTargetHumanReadableToDisplay = function getTargetHumanReadableToDisplay() {
47212
47212
  var targetHumanReadableToReturn;
47213
47213
  switch (targetType) {
47214
- case 'address':
47214
+ case "address":
47215
47215
  targetHumanReadableToReturn = targetUuid;
47216
47216
  break;
47217
47217
  default:
@@ -47235,7 +47235,7 @@
47235
47235
  className: "mobile-view"
47236
47236
  }, targetType ? v$2("div", {
47237
47237
  className: "target-human-readable"
47238
- }, "Signal Type: ", targetType, " ( ", targetHumanReadableToDisplay, " )") : '', v$2(RecordVideo, __assign({}, props, {
47238
+ }, "Give feedback for: ", targetType, " ( ", targetHumanReadableToDisplay, " )") : "", v$2(RecordVideo, __assign({}, props, {
47239
47239
  setVideoVisibility: props.setVideoVisibility
47240
47240
  })), v$2(StarRatingInput, __assign({}, props)), v$2(Badges, __assign({}, props)), v$2(FeedbackTextInput, __assign({}, props)), v$2(EndorsementForm, __assign({}, props)), v$2("section", {
47241
47241
  className: "logo-section-mobile"
@@ -47247,7 +47247,11 @@
47247
47247
  className: "desktop-view-block-1 desktop-view-block-1-" + (isDark ? "dark" : "light")
47248
47248
  }, targetType ? v$2("div", {
47249
47249
  className: "target-human-readable"
47250
- }, "Signal Type: ", targetType, " ( ", targetHumanReadableToDisplay, " )") : '', v$2("div", {
47250
+ }, v$2("p", null, " Give feedback for: ( ", targetHumanReadableToDisplay, " )"), v$2("p", {
47251
+ style: {
47252
+ textAlign: "center"
47253
+ }
47254
+ }, "Signal type: ", targetType)) : "", v$2("div", {
47251
47255
  className: "x-utu-feedback-form-video-stars"
47252
47256
  }, v$2(RecordVideo, __assign({}, props, {
47253
47257
  setVideoVisibility: props.setVideoVisibility
@@ -48047,16 +48051,16 @@
48047
48051
  return v$2("div", {
48048
48052
  className: "placeholder-card_wrapper"
48049
48053
  }, v$2("div", {
48050
- className: "x-utu-description"
48054
+ className: "placeholder-card"
48051
48055
  }, v$2("div", {
48052
- className: "x-utu-icon x-utu-skeleton"
48053
- }), v$2("div", {
48054
- className: "x-utu-details"
48056
+ className: "placeholder-icon"
48057
+ }, v$2(SadPenguin, null)), v$2("div", {
48058
+ className: "placeholder-text-wrap"
48055
48059
  }, v$2("div", {
48056
- className: "x-utu-title x-utu-skeleton"
48057
- }), v$2("div", {
48058
- className: "x-utu-information x-utu-skeleton"
48059
- }))));
48060
+ className: "placeholder-text-title"
48061
+ }, "Oops! Signal not found."), v$2("div", {
48062
+ className: "placeholder-text-body"
48063
+ }, "When people in your network leave reviews for this entity they will appear here."))));
48060
48064
  case SubmitStatus.success:
48061
48065
  return children;
48062
48066
  default:
@@ -48209,7 +48213,7 @@
48209
48213
  className: "placeholder-text-body"
48210
48214
  }, "When people in your network leave star ratings for this entity they will appear here."))) : v$2("section", {
48211
48215
  className: "stars-section"
48212
- }, v$2("p", null, v$2("b", null, "star ratings from people in your network")), v$2("div", {
48216
+ }, v$2("p", null, v$2("b", null, "Star ratings from people in your network.")), v$2("div", {
48213
48217
  className: "stars-section-align"
48214
48218
  }, v$2(_default, {
48215
48219
  count: 5,
@@ -57815,7 +57819,7 @@
57815
57819
  className: "badge-section",
57816
57820
  excludeBootstrap: true,
57817
57821
  excludeFonts: true
57818
- }, v$2("p", null, v$2("b", null, " Badges from people in your network"), " "), (fbBadges === null || fbBadges === void 0 ? void 0 : fbBadges.assignments) === undefined || Object.keys(fbBadges === null || fbBadges === void 0 ? void 0 : fbBadges.assignments).length === 0 ? v$2("section", {
57822
+ }, v$2("p", null, v$2("b", null, " Badges from people in your network."), " "), (fbBadges === null || fbBadges === void 0 ? void 0 : fbBadges.assignments) === undefined || Object.keys(fbBadges === null || fbBadges === void 0 ? void 0 : fbBadges.assignments).length === 0 ? v$2("section", {
57819
57823
  className: "badge-section-content x-utu-section x-utu-section-" + envCondition
57820
57824
  }, v$2("div", {
57821
57825
  className: "badge-section-badges-no-data"
@@ -57953,7 +57957,7 @@
57953
57957
  className: "video-section"
57954
57958
  }, v$2("section", {
57955
57959
  className: "avatar-img-top-video"
57956
- }, v$2("p", null, " ", v$2("b", null, "video from people in your network ")), v$2("div", {
57960
+ }, v$2("p", null, " ", v$2("b", null, "Video from people in your network. ")), v$2("div", {
57957
57961
  className: "avatar-img-top-video-container"
57958
57962
  }, v$2("div", null, v$2("div", {
57959
57963
  className: "avatar-img-top-video-profile"
@@ -57996,7 +58000,7 @@
57996
58000
  className: "review-section",
57997
58001
  excludeBootstrap: true,
57998
58002
  excludeFonts: true
57999
- }, v$2("p", null, v$2("b", null, " text from people in your network")), !textReview || false || textReview.length <= 0 ? v$2("div", {
58003
+ }, v$2("p", null, v$2("b", null, " Text review from people in your network.")), !textReview || false || textReview.length <= 0 ? v$2("div", {
58000
58004
  className: "placeholder-card"
58001
58005
  }, v$2("div", {
58002
58006
  className: "placeholder-icon"
@@ -58065,7 +58069,7 @@
58065
58069
  className: "x-utu-feedback-details"
58066
58070
  }, v$2("div", {
58067
58071
  className: "x-utu-feedback-details_title"
58068
- }, v$2("p", null, "Giving feedback for ( ", targetHumanReadableToDisplay, " )", targetType ? v$2("p", null, "Signal Type: ", targetType) : "")), v$2("div", {
58072
+ }, v$2("p", null, "Showing feedback for ( ", targetHumanReadableToDisplay, " )", targetType ? v$2("p", null, "Signal Type: ", targetType) : "")), v$2("div", {
58069
58073
  className: "x-utu-feedback-details_body_1"
58070
58074
  }, v$2(VideoShow, __assign({}, props, {
58071
58075
  feedbackSummary: feedbackSummary,