@zohodesk/dot 1.0.0-temp-163 → 1.0.0-temp-165

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 (122) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/propValidation_report.html +1 -1
  3. package/README.md +17 -1
  4. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +297 -297
  5. package/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css +9 -9
  6. package/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css +9 -9
  7. package/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css +9 -9
  8. package/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css +9 -9
  9. package/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css +9 -9
  10. package/assets/Appearance/light/mode/Dot_LightMode.module.css +295 -295
  11. package/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css +9 -9
  12. package/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css +9 -9
  13. package/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css +9 -9
  14. package/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css +9 -9
  15. package/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css +9 -9
  16. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +297 -297
  17. package/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css +9 -9
  18. package/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css +9 -9
  19. package/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css +9 -9
  20. package/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css +9 -9
  21. package/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css +9 -9
  22. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  23. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  24. package/coverage/ExternalLink/index.html +1 -1
  25. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  26. package/coverage/ExternalLink/props/index.html +1 -1
  27. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  28. package/coverage/IconButton/IconButton.js.html +1 -1
  29. package/coverage/IconButton/IconButton.module.css.html +1 -1
  30. package/coverage/IconButton/index.html +1 -1
  31. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  32. package/coverage/IconButton/props/index.html +1 -1
  33. package/coverage/IconButton/props/propTypes.js.html +1 -1
  34. package/coverage/Image/Image.js.html +1 -1
  35. package/coverage/Image/Image.module.css.html +1 -1
  36. package/coverage/Image/index.html +1 -1
  37. package/coverage/Image/props/defaultProps.js.html +1 -1
  38. package/coverage/Image/props/index.html +1 -1
  39. package/coverage/Image/props/propTypes.js.html +1 -1
  40. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  41. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  42. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  43. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  44. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  45. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  46. package/coverage/coverage-final.json +16 -16
  47. package/coverage/coverage-summary.json +16 -16
  48. package/coverage/index.html +1 -1
  49. package/es/Attachment/Attachment.module.css +2 -2
  50. package/es/AttachmentViewer/AttachmentViewer.module.css +1 -1
  51. package/es/ImportantNotes/ImportantNotes.module.css +6 -2
  52. package/es/ToastMessage/ToastMessage.module.css +2 -2
  53. package/es/Upload/Upload.module.css +1 -1
  54. package/es/alert/AlertLookup/AlertLookup.module.css +1 -1
  55. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  56. package/es/errorstate/EmptyStates.module.css +3 -3
  57. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  58. package/es/form/fields/Fields.module.css +1 -1
  59. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
  60. package/es/list/status/StatusListItem/StatusListItem.module.css +1 -1
  61. package/es/lookup/header/Close/LookupClose.module.css +1 -1
  62. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +1 -1
  63. package/es/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
  64. package/es/v1/alert/AlertHeader/AlertHeader.js +2 -1
  65. package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -3
  66. package/es/v1/notification/DesktopNotification/props/defaultProps.js +15 -0
  67. package/es/v1/notification/DesktopNotification/props/propTypes.js +42 -0
  68. package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +5 -4
  69. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +5 -0
  70. package/es/v1/notification/DesktopNotificationHeader/props/propTypes.js +12 -0
  71. package/es/v1/setup/header/Button/Button.js +17 -29
  72. package/es/v1/setup/header/Link/Link.js +23 -35
  73. package/es/v1/setup/header/Search/Search.js +43 -69
  74. package/es/v1/setup/header/Views/Views.js +27 -39
  75. package/es/v1/setup/helptips/Description/Description.js +8 -20
  76. package/es/v1/setup/helptips/Link/Link.js +20 -32
  77. package/es/v1/setup/helptips/ListGroup/ListGroup.js +18 -30
  78. package/es/v1/setup/helptips/Title/Title.js +8 -20
  79. package/es/version2/GlobalNotification/GlobalNotification.module.css +1 -1
  80. package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
  81. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
  82. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
  83. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -2
  84. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +3 -3
  85. package/lib/Attachment/Attachment.module.css +2 -2
  86. package/lib/AttachmentViewer/AttachmentViewer.module.css +1 -1
  87. package/lib/ImportantNotes/ImportantNotes.module.css +6 -2
  88. package/lib/ToastMessage/ToastMessage.module.css +2 -2
  89. package/lib/Upload/Upload.module.css +1 -1
  90. package/lib/alert/AlertLookup/AlertLookup.module.css +1 -1
  91. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  92. package/lib/errorstate/EmptyStates.module.css +3 -3
  93. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  94. package/lib/form/fields/Fields.module.css +1 -1
  95. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
  96. package/lib/list/status/StatusListItem/StatusListItem.module.css +1 -1
  97. package/lib/lookup/header/Close/LookupClose.module.css +1 -1
  98. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +1 -1
  99. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
  100. package/lib/v1/alert/AlertHeader/AlertHeader.js +2 -1
  101. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +7 -10
  102. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +22 -0
  103. package/lib/v1/notification/DesktopNotification/props/propTypes.js +54 -0
  104. package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +7 -12
  105. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +12 -0
  106. package/lib/v1/notification/DesktopNotificationHeader/props/propTypes.js +23 -0
  107. package/lib/v1/setup/header/Button/Button.js +17 -63
  108. package/lib/v1/setup/header/Link/Link.js +23 -69
  109. package/lib/v1/setup/header/Search/Search.js +57 -89
  110. package/lib/v1/setup/header/Views/Views.js +27 -73
  111. package/lib/v1/setup/helptips/Description/Description.js +8 -53
  112. package/lib/v1/setup/helptips/Link/Link.js +23 -69
  113. package/lib/v1/setup/helptips/ListGroup/ListGroup.js +26 -72
  114. package/lib/v1/setup/helptips/Title/Title.js +8 -53
  115. package/lib/version2/GlobalNotification/GlobalNotification.module.css +1 -1
  116. package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
  117. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
  118. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
  119. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -2
  120. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +3 -3
  121. package/package.json +9 -9
  122. package/result.json +1 -1
@@ -1,11 +1,9 @@
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"] = void 0;
6
+ exports["default"] = Title;
9
7
 
10
8
  var _react = _interopRequireDefault(require("react"));
11
9
 
@@ -15,54 +13,11 @@ var _HelpTipsTitleModule = _interopRequireDefault(require("../../../../setup/hel
15
13
 
16
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
15
 
18
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
19
-
20
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
21
-
22
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
23
-
24
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
-
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
-
28
- 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); }; }
29
-
30
- 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); }
31
-
32
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
16
+ function Title(props) {
17
+ var text = props.text;
18
+ return /*#__PURE__*/_react["default"].createElement("div", {
19
+ className: _HelpTipsTitleModule["default"].title
20
+ }, text);
21
+ }
33
22
 
34
- 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; } }
35
-
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
-
38
- var Title = /*#__PURE__*/function (_React$Component) {
39
- _inherits(Title, _React$Component);
40
-
41
- var _super = _createSuper(Title);
42
-
43
- function Title(props) {
44
- _classCallCheck(this, Title);
45
-
46
- return _super.call(this, props);
47
- }
48
-
49
- _createClass(Title, [{
50
- key: "render",
51
- value: function render() {
52
- var text = this.props.text;
53
- return /*#__PURE__*/_react["default"].createElement("div", {
54
- className: _HelpTipsTitleModule["default"].title
55
- }, text);
56
- }
57
- }]);
58
-
59
- return Title;
60
- }(_react["default"].Component);
61
-
62
- exports["default"] = Title;
63
- Title.propTypes = _propTypes.propTypes; // if (__DOCS__) {
64
- // Title.docs = {
65
- // componentGroup: 'HelpTips',
66
- // folderName: 'Setup'
67
- // };
68
- // }
23
+ Title.propTypes = _propTypes.propTypes;
@@ -99,7 +99,7 @@
99
99
  font-size: var(--zd_font_size14) ;
100
100
  font-family: var(--zd_semibold);
101
101
  composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
102
- line-height: var(--zd_size20);
102
+ line-height: 1.4286;
103
103
  }
104
104
 
105
105
  [dir=ltr] .text {
@@ -8,7 +8,7 @@
8
8
  font-family: var(--zd_bold);
9
9
  }
10
10
  .desc {
11
- line-height: var(--zd_size22);
11
+ line-height: 1.5714;
12
12
  }
13
13
  .large .errorState {
14
14
  width: var(--zd_size450) ;
@@ -55,7 +55,7 @@
55
55
  .title {
56
56
  color: var(--zdt_alertlookupnew_text);
57
57
  font-size: var(--zd_font_size18) ;
58
- line-height: var(--zd_size22);
58
+ line-height: 1.2222;
59
59
  font-family: var(--zd_bold);
60
60
  composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
61
61
  vertical-align: middle;
@@ -5,7 +5,7 @@
5
5
  .innerSection {
6
6
  color: var(--zdt_alertlookupnew_text);
7
7
  font-size: var(--zd_font_size14) ;
8
- line-height: var(--zd_size18);
8
+ line-height: 1.428;
9
9
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
10
10
  padding: var(--zd_size17) var(--zd_size30) var(--zd_size30) ;
11
11
  }
@@ -102,7 +102,7 @@
102
102
 
103
103
  .subTitle {
104
104
  font-size: var(--zd_font_size15) ;
105
- line-height: var(--zd_size20);
105
+ line-height: 1.3333;
106
106
  font-family: var(--zd_semibold);
107
107
  composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
108
108
  }
@@ -113,7 +113,7 @@
113
113
 
114
114
  .infoText {
115
115
  font-size: var(--zd_font_size14) ;
116
- line-height: var(--zd_size18);
116
+ line-height: 1.2857;
117
117
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
118
118
  }
119
119
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  .title {
16
16
  font-size: var(--zd_font_size18) ;
17
- line-height: var(--zd_size22);
17
+ line-height: 1.2222;
18
18
  font-family: var(--zd_bold);
19
19
  composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
20
20
  }
@@ -70,7 +70,7 @@
70
70
  }
71
71
 
72
72
  .primary .infoText {
73
- line-height: var(--zd_size18);
73
+ line-height: 1;
74
74
  }
75
75
 
76
76
  .primary .close {
@@ -99,7 +99,7 @@
99
99
  }
100
100
 
101
101
  .secondary .infoText {
102
- line-height: var(--zd_size20);
102
+ line-height: 1.4286;
103
103
  }
104
104
 
105
105
  .secondary .iconContainer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-163",
3
+ "version": "1.0.0-temp-165",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -36,7 +36,7 @@
36
36
  "sstest": "react-cli sstest",
37
37
  "common_package_build": "cd ../common && npm run build && cd ../dot",
38
38
  "docs": "npm run dubCheck && review:props && react-cli docs",
39
- "prepublishOnly": "node prePublish.js && npm run review:props && npm run test",
39
+ "prepublishOnly": "node prePublish.js && npm run download && npm run test && npm run review:props",
40
40
  "postpublish": "node postPublish.js",
41
41
  "download": "react-cli clean ./node_modules ./package-lock.json && npm install",
42
42
  "expublish": "npm publish --tag experimental-version",
@@ -49,12 +49,12 @@
49
49
  "devDependencies": {
50
50
  "@zohodesk-private/css-variable-migrator": "^1.0.7",
51
51
  "@zohodesk-private/node-plugins": "^1.0.0",
52
- "@zohodesk-private/color-variable-preprocessor": "1.0.6",
52
+ "@zohodesk-private/color-variable-preprocessor": "1.1.0",
53
53
  "@zohodesk-private/react-prop-validator": "1.1.0",
54
- "@zohodesk/components": "1.2.13",
54
+ "@zohodesk/components": "1.2.18",
55
55
  "@zohodesk/a11y": "2.1.0",
56
- "@zohodesk/icons": "1.0.10",
57
- "@zohodesk/svg": "1.1.4",
56
+ "@zohodesk/icons": "1.0.19",
57
+ "@zohodesk/svg": "1.1.6",
58
58
  "@zohodesk/variables": "1.0.0",
59
59
  "@zohodesk/virtualizer": "1.0.3",
60
60
  "react-sortable-hoc": "^0.8.3",
@@ -69,9 +69,9 @@
69
69
  "peerDependencies": {
70
70
  "velocity-react": "1.4.3",
71
71
  "@zohodesk/variables": "1.0.0",
72
- "@zohodesk/components": "1.2.13",
73
- "@zohodesk/icons": "1.0.10",
74
- "@zohodesk/svg": "1.1.4",
72
+ "@zohodesk/components": "1.2.18",
73
+ "@zohodesk/icons": "1.0.19",
74
+ "@zohodesk/svg": "1.1.6",
75
75
  "@zohodesk/virtualizer": "1.0.3",
76
76
  "react-sortable-hoc": "^0.8.3",
77
77
  "@zohodesk/hooks": "2.0.2",
package/result.json CHANGED
@@ -1 +1 @@
1
- {"jobDetails":{"isRunByLocal":true,"hostName":"prakash-zt376","platForm":"Darwin","branchName":"i18n_remove"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1700112393631,"startTime":1700112389404,"coverageDetail":{"codeCoveragePercentage":84.23,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/prakash-zt376/Works/React/LibraryDesk/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/prakash-zt376/Works/React/LibraryDesk/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/prakash-zt376/Works/React/LibraryDesk/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/prakash-zt376/Works/React/LibraryDesk/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":"mari-zt368","platForm":"Darwin","branchName":"lineHeightAutomation"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1701251880579,"startTime":1701251875670,"coverageDetail":{"codeCoveragePercentage":84.23,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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/mari-zt368/React_Package/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":[]}}]}}}