@zohodesk/dot 1.4.6 → 1.4.8

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.
Files changed (72) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +11 -0
  3. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  4. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  5. package/coverage/ExternalLink/index.html +1 -1
  6. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  7. package/coverage/ExternalLink/props/index.html +1 -1
  8. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  9. package/coverage/IconButton/IconButton.js.html +7 -7
  10. package/coverage/IconButton/IconButton.module.css.html +1 -1
  11. package/coverage/IconButton/index.html +11 -11
  12. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  13. package/coverage/IconButton/props/index.html +1 -1
  14. package/coverage/IconButton/props/propTypes.js.html +1 -1
  15. package/coverage/Image/Image.js.html +1 -1
  16. package/coverage/Image/Image.module.css.html +1 -1
  17. package/coverage/Image/index.html +1 -1
  18. package/coverage/Image/props/defaultProps.js.html +1 -1
  19. package/coverage/Image/props/index.html +1 -1
  20. package/coverage/Image/props/propTypes.js.html +1 -1
  21. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  23. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  26. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  27. package/coverage/coverage-final.json +1 -1
  28. package/coverage/coverage-summary.json +2 -2
  29. package/coverage/index.html +11 -11
  30. package/es/Drawer/Drawer.js +6 -3
  31. package/es/Drawer/props/defaultProps.js +2 -1
  32. package/es/Drawer/props/propTypes.js +2 -1
  33. package/es/Hooks/Dragger/useDragger.js +4 -3
  34. package/es/IconButton/IconButton.js +2 -2
  35. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  36. package/es/list/status/StatusDropdown/StatusDropdown.js +2 -1
  37. package/es/list/status/StatusListItem/StatusListItem.js +12 -5
  38. package/es/list/status/StatusListItem/props/defaultProps.js +2 -1
  39. package/es/list/status/StatusListItem/props/propTypes.js +3 -1
  40. package/es/lookup/Lookup/Lookup.js +6 -3
  41. package/es/v1/Drawer/Drawer.js +6 -3
  42. package/es/v1/Drawer/props/defaultProps.js +2 -1
  43. package/es/v1/Drawer/props/propTypes.js +2 -1
  44. package/es/v1/IconButton/IconButton.js +2 -2
  45. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -1
  46. package/es/v1/list/status/StatusListItem/StatusListItem.js +12 -5
  47. package/es/v1/list/status/StatusListItem/props/defaultProps.js +2 -1
  48. package/es/v1/list/status/StatusListItem/props/propTypes.js +3 -1
  49. package/es/v1/lookup/Lookup/Lookup.js +6 -3
  50. package/lib/Drawer/Drawer.js +6 -3
  51. package/lib/Drawer/props/defaultProps.js +2 -1
  52. package/lib/Drawer/props/propTypes.js +2 -1
  53. package/lib/Hooks/Dragger/useDragger.js +4 -3
  54. package/lib/IconButton/IconButton.js +2 -2
  55. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
  56. package/lib/list/status/StatusDropdown/StatusDropdown.js +2 -1
  57. package/lib/list/status/StatusListItem/StatusListItem.js +12 -5
  58. package/lib/list/status/StatusListItem/props/defaultProps.js +2 -1
  59. package/lib/list/status/StatusListItem/props/propTypes.js +3 -1
  60. package/lib/lookup/Lookup/Lookup.js +14 -3
  61. package/lib/v1/Drawer/Drawer.js +6 -3
  62. package/lib/v1/Drawer/props/defaultProps.js +2 -1
  63. package/lib/v1/Drawer/props/propTypes.js +2 -1
  64. package/lib/v1/IconButton/IconButton.js +2 -2
  65. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -1
  66. package/lib/v1/list/status/StatusListItem/StatusListItem.js +12 -5
  67. package/lib/v1/list/status/StatusListItem/props/defaultProps.js +2 -1
  68. package/lib/v1/list/status/StatusListItem/props/propTypes.js +3 -1
  69. package/lib/v1/lookup/Lookup/Lookup.js +11 -6
  70. package/package.json +5 -5
  71. package/result.json +1 -1
  72. package/unittest/index.html +1 -1
@@ -51,7 +51,9 @@ function StatusListItem(props) {
51
51
  getRef = props.getRef,
52
52
  id = props.id,
53
53
  onClick = props.onClick,
54
- onMouseEnter = props.onMouseEnter;
54
+ onMouseEnter = props.onMouseEnter,
55
+ customClass = props.customClass,
56
+ children = props.children;
55
57
  var options = {};
56
58
  var role = a11y.role,
57
59
  ariaSelected = a11y.ariaSelected,
@@ -84,7 +86,7 @@ function StatusListItem(props) {
84
86
  isCover: false,
85
87
  align: "baseline",
86
88
  alignBox: "row",
87
- className: "".concat(_StatusListItemModule["default"].list, " ").concat(_StatusListItemModule["default"][size], " ").concat(_StatusListItemModule["default"][palette], " ").concat(active ? _StatusListItemModule["default"].active : highlight && !isDisabled ? _StatusListItemModule["default"].hover : '', " ").concat(autoHover && !isDisabled ? _StatusListItemModule["default"].effect : '', " ").concat(needTick ? _StatusListItemModule["default"].withTick : '', " ").concat(isDisabled ? (0, _CssProvider["default"])('isDisable') : '', " ").concat(needBorder ? _StatusListItemModule["default"].withBorder : ''),
89
+ className: "".concat(_StatusListItemModule["default"].list, " ").concat(_StatusListItemModule["default"][size], " ").concat(_StatusListItemModule["default"][palette], " ").concat(active ? _StatusListItemModule["default"].active : highlight && !isDisabled ? _StatusListItemModule["default"].hover : '', " ").concat(autoHover && !isDisabled ? _StatusListItemModule["default"].effect : '', " ").concat(needTick ? _StatusListItemModule["default"].withTick : '', " ").concat(isDisabled ? (0, _CssProvider["default"])('isDisable') : '', " ").concat(needBorder ? _StatusListItemModule["default"].withBorder : '', " ").concat(customClass),
88
90
  dataId: String(value).replace("'", '_'),
89
91
  onClick: !isDisabled && handleClick,
90
92
  onMouseEnter: handleMouseEnter,
@@ -92,14 +94,19 @@ function StatusListItem(props) {
92
94
  tagName: isLink ? 'a' : 'li',
93
95
  "data-title": isDisabled ? disableTitle : null,
94
96
  tabindex: isDisabled ? '-1' : '0'
95
- }, options), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
97
+ }, options, a11y), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
96
98
  className: "".concat(_StatusListItemModule["default"].statusType, " ").concat(_StatusListItemModule["default"][bulletColor])
97
99
  }), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
98
- "data-title": isDisabled ? null : title,
99
100
  flexible: true,
101
+ shrink: true
102
+ }, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
103
+ alignBox: "row",
104
+ align: needMultiLineText ? 'top' : 'vertical'
105
+ }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
106
+ "data-title": isDisabled ? null : title,
100
107
  shrink: true,
101
108
  className: needMultiLineText ? _StatusListItemModule["default"].multiLineValue : _StatusListItemModule["default"].value
102
- }, value), needTick && active ? /*#__PURE__*/_react["default"].createElement("div", {
109
+ }, value), /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, children && children))), needTick && active ? /*#__PURE__*/_react["default"].createElement("div", {
103
110
  className: _StatusListItemModule["default"].tickIcon,
104
111
  "aria-hidden": ariaHidden
105
112
  }, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
@@ -17,6 +17,7 @@ var defaultProps = {
17
17
  needBorder: true,
18
18
  bulletColor: 'black',
19
19
  a11y: {},
20
- needMultiLineText: false
20
+ needMultiLineText: false,
21
+ customClass: ''
21
22
  };
22
23
  exports.defaultProps = defaultProps;
@@ -35,6 +35,8 @@ var propTypes = {
35
35
  role: _propTypes["default"].string,
36
36
  ariaSelected: _propTypes["default"].bool,
37
37
  ariaHidden: _propTypes["default"].bool
38
- })
38
+ }),
39
+ customClass: _propTypes["default"].string,
40
+ children: _propTypes["default"].node
39
41
  };
40
42
  exports.propTypes = propTypes;
@@ -23,17 +23,19 @@ var _FocusScope = _interopRequireDefault(require("@zohodesk/a11y/es/FocusScope/F
23
23
 
24
24
  var _LookupModule = _interopRequireDefault(require("../../../lookup/Lookup/Lookup.module.css"));
25
25
 
26
+ var _excluded = ["role", "ariaLabelledby", "ariaDescribedby", "ariaLabel", "ariaModal"];
27
+
26
28
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
27
29
 
28
30
  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
31
 
30
32
  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
33
 
32
- /*** Libraries ***/
34
+ 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
35
 
34
- /*** Components ***/
36
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
35
37
 
36
- /*** CSS ***/
38
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
37
39
 
38
40
  /*eslint-disable react/forbid-component-props */
39
41
  function Lookup(props) {
@@ -52,13 +54,16 @@ function Lookup(props) {
52
54
  customProps = props.customProps,
53
55
  onKeyDown = props.onKeyDown,
54
56
  isMinHeight = props.isMinHeight;
57
+
55
58
  var _a11y$role = a11y.role,
56
59
  role = _a11y$role === void 0 ? 'dialog' : _a11y$role,
57
60
  ariaLabelledby = a11y.ariaLabelledby,
58
61
  ariaDescribedby = a11y.ariaDescribedby,
59
62
  ariaLabel = a11y.ariaLabel,
60
63
  _a11y$ariaModal = a11y.ariaModal,
61
- ariaModal = _a11y$ariaModal === void 0 ? isActive ? true : undefined : _a11y$ariaModal;
64
+ ariaModal = _a11y$ariaModal === void 0 ? isActive ? true : undefined : _a11y$ariaModal,
65
+ a11yAttributes = _objectWithoutProperties(a11y, _excluded);
66
+
62
67
  var _customProps$focusSco = customProps.focusScopeProps,
63
68
  focusScopeProps = _customProps$focusSco === void 0 ? {} : _customProps$focusSco;
64
69
  var _focusScopeProps$need = focusScopeProps.needAutoFocus,
@@ -88,7 +93,7 @@ function Lookup(props) {
88
93
  };
89
94
  }, []);
90
95
 
91
- var content = /*#__PURE__*/_react["default"].createElement("div", {
96
+ var content = /*#__PURE__*/_react["default"].createElement("div", _extends({
92
97
  ref: createRef,
93
98
  tabIndex: "-1",
94
99
  "data-a11y-need-focus-style": "false",
@@ -101,7 +106,7 @@ function Lookup(props) {
101
106
  className: "".concat(_LookupModule["default"].box, " ").concat(_LookupModule["default"]["".concat(size, "Size")]),
102
107
  "data-id": dataId,
103
108
  "data-test-id": dataId
104
- }, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
109
+ }, a11yAttributes), /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
105
110
  "data-drag-container": "true",
106
111
  isCover: false,
107
112
  className: isMinHeight ? "".concat(_LookupModule["default"].wrapper) : "".concat(_LookupModule["default"].coverwrap)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.4.6",
3
+ "version": "1.4.8",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -60,8 +60,8 @@
60
60
  "@zohodesk-private/css-variable-migrator": "^1.0.7",
61
61
  "@zohodesk-private/node-plugins": "1.1.6",
62
62
  "@zohodesk-private/react-prop-validator": "1.2.1",
63
- "@zohodesk/a11y": "2.1.2",
64
- "@zohodesk/components": "1.2.19",
63
+ "@zohodesk/a11y": "2.2.0",
64
+ "@zohodesk/components": "1.2.23",
65
65
  "@zohodesk/hooks": "2.0.2",
66
66
  "@zohodesk/icons": "1.0.27",
67
67
  "@zohodesk/svg": "1.1.10",
@@ -74,13 +74,13 @@
74
74
  "peerDependencies": {
75
75
  "velocity-react": "1.4.3",
76
76
  "@zohodesk/variables": "1.0.0",
77
- "@zohodesk/components": "1.2.22",
77
+ "@zohodesk/components": "1.2.23",
78
78
  "@zohodesk/icons": "1.0.27",
79
79
  "@zohodesk/svg": "1.1.10",
80
80
  "@zohodesk/virtualizer": "1.0.3",
81
81
  "react-sortable-hoc": "^0.8.3",
82
82
  "@zohodesk/hooks": "2.0.2",
83
83
  "@zohodesk/utils": "1.3.13",
84
- "@zohodesk/a11y": "2.1.2"
84
+ "@zohodesk/a11y": "2.2.0"
85
85
  }
86
86
  }
package/result.json CHANGED
@@ -1 +1 @@
1
- {"jobDetails":{"isRunByLocal":true,"hostName":"bharathi-19811","platForm":"Darwin","branchName":"lookUpcontainer_lib"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1706778237992,"startTime":1706778234095,"coverageDetail":{"codeCoveragePercentage":84.23,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}
1
+ {"jobDetails":{"isRunByLocal":true,"hostName":"bharathi-19811","platForm":"Darwin","branchName":"lookUpcontainer_lib"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1707484268518,"startTime":1707484264659,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-19811/git/library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}
@@ -31,7 +31,7 @@
31
31
  </tr>
32
32
 
33
33
  </table>
34
- <br/>COVERAGE <span class="green">84.23%</span> <br/> less than 60% consider failure
34
+ <br/>COVERAGE <span class="green">84.5%</span> <br/> less than 60% consider failure
35
35
  </body>
36
36
  </html>
37
37