@zohodesk/dot 1.3.0 → 1.3.2
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/.cli/PropLessFiles.html +1 -1
- package/.cli/PropValidationExcludeFilesArray.js +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/README.md +21 -12
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +163 -553
- package/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css +3 -12
- package/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css +3 -12
- package/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css +3 -12
- package/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css +3 -12
- package/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css +3 -12
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +163 -553
- package/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css +3 -12
- package/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css +3 -12
- package/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css +3 -12
- package/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css +3 -12
- package/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css +3 -12
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +163 -553
- package/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css +3 -12
- package/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css +3 -12
- package/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css +3 -12
- package/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css +3 -12
- package/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css +3 -12
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +466 -0
- package/coverage/IconButton/IconButton.module.css.html +151 -0
- package/coverage/IconButton/index.html +131 -0
- package/coverage/IconButton/props/defaultProps.js.html +136 -0
- package/coverage/IconButton/props/index.html +131 -0
- package/coverage/IconButton/props/propTypes.js.html +187 -0
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +4 -0
- package/coverage/coverage-summary.json +5 -1
- package/coverage/index.html +40 -10
- package/es/IconButton/__tests__/IconButton.spec.js +148 -0
- package/es/IconButton/__tests__/__snapshots__/IconButton.spec.js.snap +316 -0
- package/es/form/fields/FieldContainer/props/propTypes.js +1 -1
- package/es/v1/ActionButton/ActionButton.js +2 -2
- package/es/v1/AlphabeticList/AlphabeticList.js +6 -2
- package/es/v1/Attachment/Attachment.js +78 -75
- package/es/v1/AttachmentViewer/AttachmentImage.js +44 -63
- package/es/v1/Image/Image.js +26 -33
- package/es/v1/Loader/Loader.js +12 -18
- package/es/v1/Message/Message.js +16 -42
- package/es/v1/PlusIcon/PlusIcon.js +25 -37
- package/es/v1/Separator/Separator.js +40 -47
- package/es/v1/Upload/Upload.js +59 -66
- package/es/v1/alert/AlertHeader/AlertHeader.js +5 -4
- package/es/v1/alert/AlertHeader/props/defaultProps.js +12 -0
- package/es/v1/alert/AlertHeader/props/propTypes.js +20 -0
- package/es/v1/alert/AlertLookup/AlertLookup.js +6 -4
- package/es/v1/alert/AlertLookup/props/defaultProps.js +13 -0
- package/es/v1/alert/AlertLookup/props/propTypes.js +36 -0
- package/es/v1/avatar/AvatarClose/AvatarClose.js +32 -43
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +41 -52
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +38 -43
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +52 -63
- package/es/v1/avatar/AvatarThread/AvatarThread.js +62 -69
- package/es/v1/avatar/AvatarUser/AvatarUser.js +93 -100
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +81 -88
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +6 -6
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +6 -6
- package/es/v1/form/fields/DateField/DateField.js +6 -6
- package/es/v1/form/fields/FieldContainer/FieldContainer.js +6 -6
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +6 -6
- package/es/v1/form/fields/PhoneField/PhoneField.js +6 -6
- package/es/v1/form/fields/RadioField/RadioField.js +89 -97
- package/es/v1/form/fields/SelectField/SelectField.js +139 -154
- package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +154 -197
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +108 -124
- package/es/v1/list/SecondaryText/AccountName.js +61 -69
- package/es/v1/list/SecondaryText/ContactName.js +66 -74
- package/es/v1/list/SecondaryText/DepartmentText.js +15 -27
- package/es/v1/list/SecondaryText/Email.js +32 -40
- package/es/v1/list/SecondaryText/HappinessRating.js +17 -25
- package/es/v1/list/SecondaryText/PhoneNumber.js +36 -44
- package/es/v1/list/SecondaryText/PriorityText.js +16 -28
- package/es/v1/list/SecondaryText/SecondaryText.js +21 -33
- package/es/v1/list/SecondaryText/StatusText.js +17 -29
- package/es/v1/list/SecondaryText/TicketId.js +33 -45
- package/es/v1/list/SecondaryText/Website.js +22 -30
- package/es/v1/list/SecondryPanel/SecondryPanel.js +66 -83
- package/es/v1/list/SentimentStatus/SentimentStatus.js +18 -29
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/es/v1/list/status/StatusListItem/StatusListItem.js +75 -100
- package/es/v1/lookup/EmptyPage/EmptyPage.js +15 -26
- package/es/v1/lookup/Section/Section.js +14 -20
- package/es/v1/svg/PlusIcon.js +20 -27
- package/es/v1/svg/SnippetIcon.js +22 -29
- package/es/v1/svg/TemplateIcon.js +23 -30
- package/lib/IconButton/__tests__/IconButton.spec.js +156 -0
- package/lib/IconButton/__tests__/__snapshots__/IconButton.spec.js.snap +316 -0
- package/lib/form/fields/FieldContainer/props/propTypes.js +1 -1
- package/lib/v1/ActionButton/ActionButton.js +2 -2
- package/lib/v1/AlphabeticList/AlphabeticList.js +7 -3
- package/lib/v1/Attachment/Attachment.js +77 -112
- package/lib/v1/AttachmentViewer/AttachmentImage.js +61 -96
- package/lib/v1/Image/Image.js +26 -71
- package/lib/v1/Loader/Loader.js +12 -55
- package/lib/v1/Message/Message.js +23 -80
- package/lib/v1/PlusIcon/PlusIcon.js +25 -71
- package/lib/v1/Separator/Separator.js +44 -85
- package/lib/v1/Upload/Upload.js +58 -103
- package/lib/v1/alert/AlertHeader/AlertHeader.js +5 -4
- package/lib/v1/alert/AlertHeader/props/defaultProps.js +19 -0
- package/lib/v1/alert/AlertHeader/props/propTypes.js +31 -0
- package/lib/v1/alert/AlertLookup/AlertLookup.js +6 -4
- package/lib/v1/alert/AlertLookup/props/defaultProps.js +20 -0
- package/lib/v1/alert/AlertLookup/props/propTypes.js +47 -0
- package/lib/v1/avatar/AvatarClose/AvatarClose.js +32 -77
- package/lib/v1/avatar/AvatarCollision/AvatarCollision.js +41 -86
- package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +37 -80
- package/lib/v1/avatar/AvatarStatus/AvatarStatus.js +52 -97
- package/lib/v1/avatar/AvatarThread/AvatarThread.js +61 -106
- package/lib/v1/avatar/AvatarUser/AvatarUser.js +95 -140
- package/lib/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +85 -130
- package/lib/v1/form/fields/CheckBoxField/CheckBoxField.js +6 -6
- package/lib/v1/form/fields/CurrencyField/CurrencyField.js +6 -6
- package/lib/v1/form/fields/DateField/DateField.js +6 -6
- package/lib/v1/form/fields/FieldContainer/FieldContainer.js +6 -6
- package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +6 -6
- package/lib/v1/form/fields/PhoneField/PhoneField.js +6 -6
- package/lib/v1/form/fields/RadioField/RadioField.js +91 -137
- package/lib/v1/form/fields/SelectField/SelectField.js +149 -200
- package/lib/v1/layout/SetupDetailLayout/SetupDetailLayout.js +160 -253
- package/lib/v1/layout/SubtabLayout/SubtabLayout.js +107 -206
- package/lib/v1/list/SecondaryText/AccountName.js +63 -113
- package/lib/v1/list/SecondaryText/ContactName.js +67 -117
- package/lib/v1/list/SecondaryText/DepartmentText.js +16 -66
- package/lib/v1/list/SecondaryText/Email.js +32 -82
- package/lib/v1/list/SecondaryText/HappinessRating.js +21 -68
- package/lib/v1/list/SecondaryText/PhoneNumber.js +36 -86
- package/lib/v1/list/SecondaryText/PriorityText.js +16 -66
- package/lib/v1/list/SecondaryText/SecondaryText.js +19 -69
- package/lib/v1/list/SecondaryText/StatusText.js +17 -67
- package/lib/v1/list/SecondaryText/TicketId.js +33 -83
- package/lib/v1/list/SecondaryText/Website.js +29 -72
- package/lib/v1/list/SecondryPanel/SecondryPanel.js +69 -168
- package/lib/v1/list/SentimentStatus/SentimentStatus.js +19 -64
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/lib/v1/list/status/StatusListItem/StatusListItem.js +81 -137
- package/lib/v1/lookup/EmptyPage/EmptyPage.js +43 -93
- package/lib/v1/lookup/Section/Section.js +14 -58
- package/lib/v1/svg/PlusIcon.js +20 -65
- package/lib/v1/svg/SnippetIcon.js +22 -67
- package/lib/v1/svg/TemplateIcon.js +23 -68
- package/package.json +12 -12
- package/result.json +1 -1
- package/unittest/index.html +1 -1
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
|
-
exports["default"] =
|
|
6
|
+
exports["default"] = ContactName;
|
|
9
7
|
|
|
10
|
-
var _react =
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
9
|
|
|
12
10
|
var _defaultProps = require("../../../list/SecondaryText/props/defaultProps");
|
|
13
11
|
|
|
@@ -25,120 +23,72 @@ var _SecondaryTextModule = _interopRequireDefault(require("../../../list/Seconda
|
|
|
25
23
|
|
|
26
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
27
25
|
|
|
28
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
29
|
-
|
|
30
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
31
|
-
|
|
32
26
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
33
27
|
|
|
34
|
-
function
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
28
|
+
function ContactName(props) {
|
|
29
|
+
var dataTitle = props.dataTitle,
|
|
30
|
+
dataId = props.dataId,
|
|
31
|
+
isPaidUser = props.isPaidUser,
|
|
32
|
+
urlName = props.urlName,
|
|
33
|
+
urlData = props.urlData,
|
|
34
|
+
onClick = props.onClick,
|
|
35
|
+
sentimentType = props.sentimentType,
|
|
36
|
+
isLink = props.isLink,
|
|
37
|
+
className = props.className,
|
|
38
|
+
text = props.text,
|
|
39
|
+
href = props.href,
|
|
40
|
+
_props$notAccessible = props.notAccessible,
|
|
41
|
+
notAccessible = _props$notAccessible === void 0 ? false : _props$notAccessible,
|
|
42
|
+
fontWeight = props.fontWeight,
|
|
43
|
+
i18nKeys = props.i18nKeys,
|
|
44
|
+
customProps = props.customProps;
|
|
45
|
+
var _i18nKeys$sentimentTi = i18nKeys.sentimentTitles,
|
|
46
|
+
sentimentTitles = _i18nKeys$sentimentTi === void 0 ? {
|
|
47
|
+
positive: 'Positive',
|
|
48
|
+
negative: 'Negative',
|
|
49
|
+
neutral: 'Neutral'
|
|
50
|
+
} : _i18nKeys$sentimentTi,
|
|
51
|
+
_i18nKeys$paidTitle = i18nKeys.paidTitle,
|
|
52
|
+
paidTitle = _i18nKeys$paidTitle === void 0 ? 'Paid User' : _i18nKeys$paidTitle;
|
|
53
|
+
var sentimentDataTitle = sentimentTitles[sentimentType];
|
|
54
|
+
var _customProps$LinkProp = customProps.LinkProps,
|
|
55
|
+
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
56
|
+
_customProps$TextProp = customProps.TextProps,
|
|
57
|
+
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
58
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
59
|
+
alignBox: "row",
|
|
60
|
+
align: "baseline",
|
|
61
|
+
isCover: false,
|
|
62
|
+
dataId: dataId
|
|
63
|
+
}, isPaidUser && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
64
|
+
className: _SecondaryTextModule["default"].paidUserIcon,
|
|
65
|
+
title: paidTitle,
|
|
66
|
+
"aria-label": "Paid user"
|
|
67
|
+
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
68
|
+
name: "ZD-paiduser",
|
|
69
|
+
iconClass: _SecondaryTextModule["default"].icon
|
|
70
|
+
})), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
71
|
+
flexible: true
|
|
72
|
+
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
73
|
+
urlName: urlName,
|
|
74
|
+
href: href,
|
|
75
|
+
urlData: urlData,
|
|
76
|
+
onClick: onClick,
|
|
77
|
+
title: dataTitle,
|
|
78
|
+
dataId: "".concat(dataId, "_link"),
|
|
79
|
+
className: _SecondaryTextModule["default"].link
|
|
80
|
+
}, LinkProps, {
|
|
81
|
+
ariaLabel: "Contact Name ".concat(text)
|
|
82
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
83
|
+
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
84
|
+
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
85
|
+
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '', " ").concat(notAccessible ? _SecondaryTextModule["default"].disable : ''),
|
|
86
|
+
"data-title": dataTitle
|
|
87
|
+
}, TextProps), text)), sentimentType && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_SentimentStatus["default"], {
|
|
88
|
+
type: sentimentType,
|
|
89
|
+
dataTitle: sentimentDataTitle
|
|
90
|
+
})));
|
|
91
|
+
}
|
|
47
92
|
|
|
48
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
49
|
-
|
|
50
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
51
|
-
|
|
52
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
53
|
-
|
|
54
|
-
var ContactName = /*#__PURE__*/function (_Component) {
|
|
55
|
-
_inherits(ContactName, _Component);
|
|
56
|
-
|
|
57
|
-
var _super = _createSuper(ContactName);
|
|
58
|
-
|
|
59
|
-
function ContactName() {
|
|
60
|
-
_classCallCheck(this, ContactName);
|
|
61
|
-
|
|
62
|
-
return _super.apply(this, arguments);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
_createClass(ContactName, [{
|
|
66
|
-
key: "render",
|
|
67
|
-
value: function render() {
|
|
68
|
-
var _this$props = this.props,
|
|
69
|
-
dataTitle = _this$props.dataTitle,
|
|
70
|
-
dataId = _this$props.dataId,
|
|
71
|
-
isPaidUser = _this$props.isPaidUser,
|
|
72
|
-
urlName = _this$props.urlName,
|
|
73
|
-
urlData = _this$props.urlData,
|
|
74
|
-
onClick = _this$props.onClick,
|
|
75
|
-
sentimentType = _this$props.sentimentType,
|
|
76
|
-
isLink = _this$props.isLink,
|
|
77
|
-
className = _this$props.className,
|
|
78
|
-
text = _this$props.text,
|
|
79
|
-
href = _this$props.href,
|
|
80
|
-
_this$props$notAccess = _this$props.notAccessible,
|
|
81
|
-
notAccessible = _this$props$notAccess === void 0 ? false : _this$props$notAccess,
|
|
82
|
-
fontWeight = _this$props.fontWeight,
|
|
83
|
-
i18nKeys = _this$props.i18nKeys,
|
|
84
|
-
customProps = _this$props.customProps;
|
|
85
|
-
var _i18nKeys$sentimentTi = i18nKeys.sentimentTitles,
|
|
86
|
-
sentimentTitles = _i18nKeys$sentimentTi === void 0 ? {
|
|
87
|
-
positive: 'Positive',
|
|
88
|
-
negative: 'Negative',
|
|
89
|
-
neutral: 'Neutral'
|
|
90
|
-
} : _i18nKeys$sentimentTi,
|
|
91
|
-
_i18nKeys$paidTitle = i18nKeys.paidTitle,
|
|
92
|
-
paidTitle = _i18nKeys$paidTitle === void 0 ? 'Paid User' : _i18nKeys$paidTitle;
|
|
93
|
-
var sentimentDataTitle = sentimentTitles[sentimentType];
|
|
94
|
-
var _customProps$LinkProp = customProps.LinkProps,
|
|
95
|
-
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
96
|
-
_customProps$TextProp = customProps.TextProps,
|
|
97
|
-
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
98
|
-
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
99
|
-
alignBox: "row",
|
|
100
|
-
align: "baseline",
|
|
101
|
-
isCover: false,
|
|
102
|
-
dataId: dataId
|
|
103
|
-
}, isPaidUser && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
104
|
-
className: _SecondaryTextModule["default"].paidUserIcon,
|
|
105
|
-
title: paidTitle,
|
|
106
|
-
"aria-label": "Paid user"
|
|
107
|
-
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
108
|
-
name: "ZD-paiduser",
|
|
109
|
-
iconClass: _SecondaryTextModule["default"].icon
|
|
110
|
-
})), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
111
|
-
flexible: true
|
|
112
|
-
}, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
113
|
-
urlName: urlName,
|
|
114
|
-
href: href,
|
|
115
|
-
urlData: urlData,
|
|
116
|
-
onClick: onClick,
|
|
117
|
-
title: dataTitle,
|
|
118
|
-
dataId: "".concat(dataId, "_link"),
|
|
119
|
-
className: _SecondaryTextModule["default"].link
|
|
120
|
-
}, LinkProps, {
|
|
121
|
-
ariaLabel: "Contact Name ".concat(text)
|
|
122
|
-
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
123
|
-
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
124
|
-
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
125
|
-
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '', " ").concat(notAccessible ? _SecondaryTextModule["default"].disable : ''),
|
|
126
|
-
"data-title": dataTitle
|
|
127
|
-
}, TextProps), text)), sentimentType && /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, /*#__PURE__*/_react["default"].createElement(_SentimentStatus["default"], {
|
|
128
|
-
type: sentimentType,
|
|
129
|
-
dataTitle: sentimentDataTitle
|
|
130
|
-
})));
|
|
131
|
-
}
|
|
132
|
-
}]);
|
|
133
|
-
|
|
134
|
-
return ContactName;
|
|
135
|
-
}(_react.Component);
|
|
136
|
-
|
|
137
|
-
exports["default"] = ContactName;
|
|
138
93
|
ContactName.propTypes = _propTypes.ContactName_propTypes;
|
|
139
|
-
ContactName.defaultProps = _defaultProps.ContactName_defaultProps;
|
|
140
|
-
// ContactName.docs = {
|
|
141
|
-
// folderName: 'List',
|
|
142
|
-
// componentGroup: 'ContactName'
|
|
143
|
-
// };
|
|
144
|
-
// }
|
|
94
|
+
ContactName.defaultProps = _defaultProps.ContactName_defaultProps;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
|
-
exports["default"] =
|
|
6
|
+
exports["default"] = DepartmentText;
|
|
9
7
|
|
|
10
|
-
var _react =
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
9
|
|
|
12
10
|
var _propTypes = require("../../../list/SecondaryText/props/propTypes");
|
|
13
11
|
|
|
@@ -15,65 +13,17 @@ var _SecondaryTextModule = _interopRequireDefault(require("../../../list/Seconda
|
|
|
15
13
|
|
|
16
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
15
|
|
|
18
|
-
function
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
33
|
-
|
|
34
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
35
|
-
|
|
36
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
|
-
|
|
38
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
39
|
-
|
|
40
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
41
|
-
|
|
42
|
-
var DepartmentText = /*#__PURE__*/function (_Component) {
|
|
43
|
-
_inherits(DepartmentText, _Component);
|
|
44
|
-
|
|
45
|
-
var _super = _createSuper(DepartmentText);
|
|
46
|
-
|
|
47
|
-
function DepartmentText(props) {
|
|
48
|
-
_classCallCheck(this, DepartmentText);
|
|
49
|
-
|
|
50
|
-
return _super.call(this, props);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
_createClass(DepartmentText, [{
|
|
54
|
-
key: "render",
|
|
55
|
-
value: function render() {
|
|
56
|
-
var _this$props = this.props,
|
|
57
|
-
className = _this$props.className,
|
|
58
|
-
text = _this$props.text,
|
|
59
|
-
dataTitle = _this$props.dataTitle,
|
|
60
|
-
dataId = _this$props.dataId;
|
|
61
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
62
|
-
className: "".concat(_SecondaryTextModule["default"].departmentText, " ").concat(className ? className : ''),
|
|
63
|
-
"data-title": dataTitle,
|
|
64
|
-
"data-id": dataId,
|
|
65
|
-
"data-test-id": dataId
|
|
66
|
-
}, text);
|
|
67
|
-
}
|
|
68
|
-
}]);
|
|
69
|
-
|
|
70
|
-
return DepartmentText;
|
|
71
|
-
}(_react.Component);
|
|
72
|
-
|
|
73
|
-
exports["default"] = DepartmentText;
|
|
74
|
-
DepartmentText.propTypes = _propTypes.DepartmentText_propTypes; // if (__DOCS__) {
|
|
75
|
-
// DepartmentText.docs = {
|
|
76
|
-
// folderName: 'List',
|
|
77
|
-
// componentGroup: 'DepartmentText'
|
|
78
|
-
// };
|
|
79
|
-
// }
|
|
16
|
+
function DepartmentText(props) {
|
|
17
|
+
var className = props.className,
|
|
18
|
+
text = props.text,
|
|
19
|
+
dataTitle = props.dataTitle,
|
|
20
|
+
dataId = props.dataId;
|
|
21
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
22
|
+
className: "".concat(_SecondaryTextModule["default"].departmentText, " ").concat(className ? className : ''),
|
|
23
|
+
"data-title": dataTitle,
|
|
24
|
+
"data-id": dataId,
|
|
25
|
+
"data-test-id": dataId
|
|
26
|
+
}, text);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
DepartmentText.propTypes = _propTypes.DepartmentText_propTypes;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
|
-
exports["default"] =
|
|
6
|
+
exports["default"] = Email;
|
|
9
7
|
|
|
10
|
-
var _react =
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
9
|
|
|
12
10
|
var _defaultProps = require("../../../list/SecondaryText/props/defaultProps");
|
|
13
11
|
|
|
@@ -19,85 +17,37 @@ var _SecondaryTextModule = _interopRequireDefault(require("../../../list/Seconda
|
|
|
19
17
|
|
|
20
18
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
19
|
|
|
22
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
|
-
|
|
24
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
|
-
|
|
26
20
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
27
21
|
|
|
28
|
-
function
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
22
|
+
function Email(props) {
|
|
23
|
+
var text = props.text,
|
|
24
|
+
urlData = props.urlData,
|
|
25
|
+
urlName = props.urlName,
|
|
26
|
+
className = props.className,
|
|
27
|
+
title = props.title,
|
|
28
|
+
href = props.href,
|
|
29
|
+
isLink = props.isLink,
|
|
30
|
+
target = props.target,
|
|
31
|
+
fontWeight = props.fontWeight,
|
|
32
|
+
customProps = props.customProps;
|
|
33
|
+
var _customProps$LinkProp = customProps.LinkProps,
|
|
34
|
+
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
35
|
+
_customProps$TextProp = customProps.TextProps,
|
|
36
|
+
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
37
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
38
|
+
href: href,
|
|
39
|
+
title: title,
|
|
40
|
+
urlData: urlData,
|
|
41
|
+
urlName: urlName,
|
|
42
|
+
target: target,
|
|
43
|
+
className: _SecondaryTextModule["default"].link
|
|
44
|
+
}, LinkProps), /*#__PURE__*/_react["default"].createElement("div", {
|
|
45
|
+
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
46
|
+
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
47
|
+
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : ''),
|
|
48
|
+
"data-title": title
|
|
49
|
+
}, TextProps), text));
|
|
50
|
+
}
|
|
41
51
|
|
|
42
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
43
|
-
|
|
44
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
45
|
-
|
|
46
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
47
|
-
|
|
48
|
-
var Email = /*#__PURE__*/function (_Component) {
|
|
49
|
-
_inherits(Email, _Component);
|
|
50
|
-
|
|
51
|
-
var _super = _createSuper(Email);
|
|
52
|
-
|
|
53
|
-
function Email() {
|
|
54
|
-
_classCallCheck(this, Email);
|
|
55
|
-
|
|
56
|
-
return _super.apply(this, arguments);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
_createClass(Email, [{
|
|
60
|
-
key: "render",
|
|
61
|
-
value: function render() {
|
|
62
|
-
var _this$props = this.props,
|
|
63
|
-
text = _this$props.text,
|
|
64
|
-
urlData = _this$props.urlData,
|
|
65
|
-
urlName = _this$props.urlName,
|
|
66
|
-
className = _this$props.className,
|
|
67
|
-
title = _this$props.title,
|
|
68
|
-
href = _this$props.href,
|
|
69
|
-
isLink = _this$props.isLink,
|
|
70
|
-
target = _this$props.target,
|
|
71
|
-
fontWeight = _this$props.fontWeight,
|
|
72
|
-
customProps = _this$props.customProps;
|
|
73
|
-
var _customProps$LinkProp = customProps.LinkProps,
|
|
74
|
-
LinkProps = _customProps$LinkProp === void 0 ? {} : _customProps$LinkProp,
|
|
75
|
-
_customProps$TextProp = customProps.TextProps,
|
|
76
|
-
TextProps = _customProps$TextProp === void 0 ? {} : _customProps$TextProp;
|
|
77
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isLink ? /*#__PURE__*/_react["default"].createElement(_Link["default"], _extends({
|
|
78
|
-
href: href,
|
|
79
|
-
title: title,
|
|
80
|
-
urlData: urlData,
|
|
81
|
-
urlName: urlName,
|
|
82
|
-
target: target,
|
|
83
|
-
className: _SecondaryTextModule["default"].link
|
|
84
|
-
}, LinkProps), /*#__PURE__*/_react["default"].createElement("div", {
|
|
85
|
-
className: "".concat(_SecondaryTextModule["default"].textStyle, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : '')
|
|
86
|
-
}, text)) : /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
87
|
-
className: "".concat(_SecondaryTextModule["default"].secondaryText, " ").concat(_SecondaryTextModule["default"]["font_".concat(fontWeight)], " ").concat(className ? className : ''),
|
|
88
|
-
"data-title": title
|
|
89
|
-
}, TextProps), text));
|
|
90
|
-
}
|
|
91
|
-
}]);
|
|
92
|
-
|
|
93
|
-
return Email;
|
|
94
|
-
}(_react.Component);
|
|
95
|
-
|
|
96
|
-
exports["default"] = Email;
|
|
97
52
|
Email.propTypes = _propTypes.Email_propTypes;
|
|
98
|
-
Email.defaultProps = _defaultProps.Email_defaultProps;
|
|
99
|
-
// Email.docs = {
|
|
100
|
-
// folderName: 'List',
|
|
101
|
-
// componentGroup: 'EmailText'
|
|
102
|
-
// };
|
|
103
|
-
// }
|
|
53
|
+
Email.defaultProps = _defaultProps.Email_defaultProps;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
|
-
exports["default"] =
|
|
6
|
+
exports["default"] = HappinessRating;
|
|
9
7
|
|
|
10
|
-
var _react =
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
9
|
|
|
12
10
|
var _propTypes = require("../../../list/SecondaryText/props/propTypes");
|
|
13
11
|
|
|
@@ -15,67 +13,22 @@ var _SecondaryTextModule = _interopRequireDefault(require("../../../list/Seconda
|
|
|
15
13
|
|
|
16
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
15
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
39
|
-
|
|
40
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
41
|
-
|
|
42
|
-
var HappinessRating = /*#__PURE__*/function (_Component) {
|
|
43
|
-
_inherits(HappinessRating, _Component);
|
|
44
|
-
|
|
45
|
-
var _super = _createSuper(HappinessRating);
|
|
46
|
-
|
|
47
|
-
function HappinessRating() {
|
|
48
|
-
_classCallCheck(this, HappinessRating);
|
|
49
|
-
|
|
50
|
-
return _super.apply(this, arguments);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
_createClass(HappinessRating, [{
|
|
54
|
-
key: "render",
|
|
55
|
-
value: function render() {
|
|
56
|
-
var _this$props = this.props,
|
|
57
|
-
text = _this$props.text,
|
|
58
|
-
className = _this$props.className,
|
|
59
|
-
src = _this$props.src;
|
|
60
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
61
|
-
className: "".concat(_SecondaryTextModule["default"].happinessContainer, " ").concat(className ? className : '')
|
|
62
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
63
|
-
className: "".concat(_SecondaryTextModule["default"].happinessImg),
|
|
64
|
-
src: src
|
|
65
|
-
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
66
|
-
className: _SecondaryTextModule["default"].ratingText,
|
|
67
|
-
"data-title": text
|
|
68
|
-
}, "".concat(text, "%")));
|
|
69
|
-
}
|
|
70
|
-
}]);
|
|
71
|
-
|
|
72
|
-
return HappinessRating;
|
|
73
|
-
}(_react.Component);
|
|
74
|
-
|
|
75
|
-
exports["default"] = HappinessRating;
|
|
76
|
-
HappinessRating.propTypes = _propTypes.HappinessRating_propTypes; // if (__DOCS__) {
|
|
77
|
-
// HappinessRating.docs = {
|
|
78
|
-
// folderName: 'List',
|
|
79
|
-
// componentGroup: 'HappinessRating'
|
|
80
|
-
// };
|
|
81
|
-
// }
|
|
16
|
+
/**** Libraries ****/
|
|
17
|
+
|
|
18
|
+
/**** CSS ****/
|
|
19
|
+
function HappinessRating(props) {
|
|
20
|
+
var text = props.text,
|
|
21
|
+
className = props.className,
|
|
22
|
+
src = props.src;
|
|
23
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
24
|
+
className: "".concat(_SecondaryTextModule["default"].happinessContainer, " ").concat(className ? className : '')
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
26
|
+
className: "".concat(_SecondaryTextModule["default"].happinessImg),
|
|
27
|
+
src: src
|
|
28
|
+
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
29
|
+
className: _SecondaryTextModule["default"].ratingText,
|
|
30
|
+
"data-title": text
|
|
31
|
+
}, "".concat(text, "%")));
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
HappinessRating.propTypes = _propTypes.HappinessRating_propTypes;
|