@zohodesk/dot 1.0.0-temp-181.1 → 1.0.0-temp-181.3

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 (102) hide show
  1. package/.cli/UnValidatedFiles.html +101 -0
  2. package/.cli/propValidation_report.html +1 -1
  3. package/README.md +5 -0
  4. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  5. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  6. package/coverage/ExternalLink/index.html +1 -1
  7. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  8. package/coverage/ExternalLink/props/index.html +1 -1
  9. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  10. package/coverage/IconButton/IconButton.js.html +1 -1
  11. package/coverage/IconButton/IconButton.module.css.html +1 -1
  12. package/coverage/IconButton/index.html +1 -1
  13. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  14. package/coverage/IconButton/props/index.html +1 -1
  15. package/coverage/IconButton/props/propTypes.js.html +1 -1
  16. package/coverage/Image/Image.js.html +1 -1
  17. package/coverage/Image/Image.module.css.html +1 -1
  18. package/coverage/Image/index.html +1 -1
  19. package/coverage/Image/props/defaultProps.js.html +1 -1
  20. package/coverage/Image/props/index.html +1 -1
  21. package/coverage/Image/props/propTypes.js.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  23. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  26. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  27. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  28. package/coverage/index.html +1 -1
  29. package/es/common/dot_boxShadow.module.css +0 -2
  30. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +4 -4
  31. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +9 -0
  32. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +9 -2
  33. package/es/form/fields/TagsMultiSelectField/props/defaultProps.js +3 -1
  34. package/es/form/fields/TagsMultiSelectField/props/propTypes.js +5 -1
  35. package/es/v1/DotWrapper/DotWrapper.js +9 -2
  36. package/es/v1/DotWrapper/libraryChunks/appearance/desk-components/DarkMode_DeskComponent.js +1 -0
  37. package/es/v1/DotWrapper/libraryChunks/appearance/desk-components/LightMode_DeskComponent.js +1 -0
  38. package/es/v1/DotWrapper/libraryChunks/appearance/desk-components/PureDarkMode_DeskComponent.js +1 -0
  39. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_Dark_DeskComponent.js +1 -0
  40. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_Light_DeskComponent.js +1 -0
  41. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_PureDark_DeskComponent.js +1 -0
  42. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_Dark_DeskComponent.js +1 -0
  43. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_Light_DeskComponent.js +1 -0
  44. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_PureDark_DeskComponent.js +1 -0
  45. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_Dark_DeskComponent.js +1 -0
  46. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_Light_DeskComponent.js +1 -0
  47. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_PureDark_DeskComponent.js +1 -0
  48. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_Dark_DeskComponent.js +1 -0
  49. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_Light_DeskComponent.js +1 -0
  50. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_PureDark_DeskComponent.js +1 -0
  51. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_Dark_DeskComponent.js +1 -0
  52. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_Light_DeskComponent.js +1 -0
  53. package/es/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_PureDark_DeskComponent.js +1 -0
  54. package/es/v1/DotWrapper/props/propTypes.js +2 -1
  55. package/es/v1/DotWrapper/utils/appearanceProperties.js +15 -1
  56. package/es/v1/DotWrapper/utils/themeProperties.js +73 -1
  57. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +42 -13
  58. package/es/v1/form/fields/TagsMultiSelect/props/defaultProps.js +4 -1
  59. package/es/v1/form/fields/TagsMultiSelect/props/propTypes.js +10 -1
  60. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +9 -2
  61. package/es/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +3 -1
  62. package/es/v1/form/fields/TagsMultiSelectField/props/propTypes.js +5 -1
  63. package/es/v1/form/layout/Section/Section.js +3 -2
  64. package/lib/common/dot_boxShadow.module.css +0 -2
  65. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -5
  66. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +9 -0
  67. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +9 -2
  68. package/lib/form/fields/TagsMultiSelectField/props/defaultProps.js +3 -1
  69. package/lib/form/fields/TagsMultiSelectField/props/propTypes.js +5 -1
  70. package/lib/v1/DotWrapper/DotWrapper.js +16 -3
  71. package/lib/v1/DotWrapper/libraryChunks/appearance/desk-components/DarkMode_DeskComponent.js +3 -0
  72. package/lib/v1/DotWrapper/libraryChunks/appearance/desk-components/LightMode_DeskComponent.js +3 -0
  73. package/lib/v1/DotWrapper/libraryChunks/appearance/desk-components/PureDarkMode_DeskComponent.js +3 -0
  74. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_Dark_DeskComponent.js +3 -0
  75. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_Light_DeskComponent.js +3 -0
  76. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_PureDark_DeskComponent.js +3 -0
  77. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_Dark_DeskComponent.js +3 -0
  78. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_Light_DeskComponent.js +3 -0
  79. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_PureDark_DeskComponent.js +3 -0
  80. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_Dark_DeskComponent.js +3 -0
  81. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_Light_DeskComponent.js +3 -0
  82. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_PureDark_DeskComponent.js +3 -0
  83. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_Dark_DeskComponent.js +3 -0
  84. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_Light_DeskComponent.js +3 -0
  85. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_PureDark_DeskComponent.js +3 -0
  86. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_Dark_DeskComponent.js +3 -0
  87. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_Light_DeskComponent.js +3 -0
  88. package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_PureDark_DeskComponent.js +3 -0
  89. package/lib/v1/DotWrapper/props/propTypes.js +2 -1
  90. package/lib/v1/DotWrapper/utils/appearanceProperties.js +20 -0
  91. package/lib/v1/DotWrapper/utils/themeProperties.js +102 -0
  92. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +45 -13
  93. package/lib/v1/form/fields/TagsMultiSelect/props/defaultProps.js +4 -1
  94. package/lib/v1/form/fields/TagsMultiSelect/props/propTypes.js +10 -1
  95. package/lib/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +9 -2
  96. package/lib/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +3 -1
  97. package/lib/v1/form/fields/TagsMultiSelectField/props/propTypes.js +5 -1
  98. package/lib/v1/form/layout/Section/Section.js +3 -4
  99. package/package.json +10 -9
  100. package/prePublish.js +70 -0
  101. package/propValidationArg.json +8 -4
  102. package/result.json +1 -1
@@ -236,6 +236,81 @@ var themeImports = {
236
236
  return Promise.resolve().then(function () {
237
237
  return _interopRequireWildcard(require('../libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG'));
238
238
  });
239
+ },
240
+ Lib_Blue_Light_DeskComponent: function Lib_Blue_Light_DeskComponent() {
241
+ return Promise.resolve().then(function () {
242
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/blue/Blue_Light_DeskComponent'));
243
+ });
244
+ },
245
+ Lib_Blue_Dark_DeskComponent: function Lib_Blue_Dark_DeskComponent() {
246
+ return Promise.resolve().then(function () {
247
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/blue/Blue_Dark_DeskComponent'));
248
+ });
249
+ },
250
+ Lib_Blue_PureDark_DeskComponent: function Lib_Blue_PureDark_DeskComponent() {
251
+ return Promise.resolve().then(function () {
252
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/blue/Blue_PureDark_DeskComponent'));
253
+ });
254
+ },
255
+ Lib_Green_Light_DeskComponent: function Lib_Green_Light_DeskComponent() {
256
+ return Promise.resolve().then(function () {
257
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/green/Green_Light_DeskComponent'));
258
+ });
259
+ },
260
+ Lib_Green_Dark_DeskComponent: function Lib_Green_Dark_DeskComponent() {
261
+ return Promise.resolve().then(function () {
262
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/green/Green_Dark_DeskComponent'));
263
+ });
264
+ },
265
+ Lib_Green_PureDark_DeskComponent: function Lib_Green_PureDark_DeskComponent() {
266
+ return Promise.resolve().then(function () {
267
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/green/Green_PureDark_DeskComponent'));
268
+ });
269
+ },
270
+ Lib_Orange_Light_DeskComponent: function Lib_Orange_Light_DeskComponent() {
271
+ return Promise.resolve().then(function () {
272
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/orange/Orange_Light_DeskComponent'));
273
+ });
274
+ },
275
+ Lib_Orange_Dark_DeskComponent: function Lib_Orange_Dark_DeskComponent() {
276
+ return Promise.resolve().then(function () {
277
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/orange/Orange_Dark_DeskComponent'));
278
+ });
279
+ },
280
+ Lib_Orange_PureDark_DeskComponent: function Lib_Orange_PureDark_DeskComponent() {
281
+ return Promise.resolve().then(function () {
282
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/orange/Orange_PureDark_DeskComponent'));
283
+ });
284
+ },
285
+ Lib_Red_Light_DeskComponent: function Lib_Red_Light_DeskComponent() {
286
+ return Promise.resolve().then(function () {
287
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/red/Red_Light_DeskComponent'));
288
+ });
289
+ },
290
+ Lib_Red_Dark_DeskComponent: function Lib_Red_Dark_DeskComponent() {
291
+ return Promise.resolve().then(function () {
292
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/red/Red_Dark_DeskComponent'));
293
+ });
294
+ },
295
+ Lib_Red_PureDark_DeskComponent: function Lib_Red_PureDark_DeskComponent() {
296
+ return Promise.resolve().then(function () {
297
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/red/Red_PureDark_DeskComponent'));
298
+ });
299
+ },
300
+ Lib_Yellow_Light_DeskComponent: function Lib_Yellow_Light_DeskComponent() {
301
+ return Promise.resolve().then(function () {
302
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/yellow/Yellow_Light_DeskComponent'));
303
+ });
304
+ },
305
+ Lib_Yellow_Dark_DeskComponent: function Lib_Yellow_Dark_DeskComponent() {
306
+ return Promise.resolve().then(function () {
307
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/yellow/Yellow_Dark_DeskComponent'));
308
+ });
309
+ },
310
+ Lib_Yellow_PureDark_DeskComponent: function Lib_Yellow_PureDark_DeskComponent() {
311
+ return Promise.resolve().then(function () {
312
+ return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/yellow/Yellow_PureDark_DeskComponent'));
313
+ });
239
314
  }
240
315
  };
241
316
  exports.themeImports = themeImports;
@@ -320,6 +395,33 @@ var themeMapping = {
320
395
  dark: 'Lib_Yellow_Dark_SVG',
321
396
  pureDark: 'Lib_Yellow_PureDark_SVG'
322
397
  }
398
+ },
399
+ deskComponents: {
400
+ blue: {
401
+ light: 'Lib_Blue_Light_DeskComponent',
402
+ dark: 'Lib_Blue_Dark_DeskComponent',
403
+ pureDark: 'Lib_Blue_PureDark_DeskComponent'
404
+ },
405
+ green: {
406
+ light: 'Lib_Green_Light_DeskComponent',
407
+ dark: 'Lib_Green_Dark_DeskComponent',
408
+ pureDark: 'Lib_Green_PureDark_DeskComponent'
409
+ },
410
+ orange: {
411
+ light: 'Lib_Orange_Light_DeskComponent',
412
+ dark: 'Lib_Orange_Dark_DeskComponent',
413
+ pureDark: 'Lib_Orange_PureDark_DeskComponent'
414
+ },
415
+ red: {
416
+ light: 'Lib_Red_Light_DeskComponent',
417
+ dark: 'Lib_Red_Dark_DeskComponent',
418
+ pureDark: 'Lib_Red_PureDark_DeskComponent'
419
+ },
420
+ yellow: {
421
+ light: 'Lib_Yellow_Light_DeskComponent',
422
+ dark: 'Lib_Yellow_Dark_DeskComponent',
423
+ pureDark: 'Lib_Yellow_PureDark_DeskComponent'
424
+ }
323
425
  }
324
426
  };
325
427
  exports.themeMapping = themeMapping;
@@ -33,6 +33,8 @@ var _ResponsiveDropBox = _interopRequireDefault(require("@zohodesk/components/es
33
33
 
34
34
  var _CustomResponsive = require("@zohodesk/components/es/v1/Responsive/CustomResponsive");
35
35
 
36
+ var _MultiSelectHeader = _interopRequireDefault(require("@zohodesk/components/es/v1/MultiSelect/MultiSelectHeader"));
37
+
36
38
  var _General = require("../../../../utils/General");
37
39
 
38
40
  var _Common = require("@zohodesk/components/es/utils/Common.js");
@@ -41,6 +43,8 @@ var _TagsMultiSelectModule = _interopRequireDefault(require("../../../../form/fi
41
43
 
42
44
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
43
45
 
46
+ 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); }
47
+
44
48
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
45
49
 
46
50
  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); } }
@@ -200,11 +204,28 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
200
204
  boxSize = _this$props3.boxSize,
201
205
  onSelectTag = _this$props3.onSelectTag,
202
206
  clickableTag = _this$props3.clickableTag,
203
- dataSelectorId = _this$props3.dataSelectorId;
207
+ dataSelectorId = _this$props3.dataSelectorId,
208
+ handleSelectAll = _this$props3.handleSelectAll,
209
+ selectAllText = _this$props3.selectAllText,
210
+ needSelectAll = _this$props3.needSelectAll,
211
+ customClass = _this$props3.customClass,
212
+ customProps = _this$props3.customProps;
204
213
  var showAll = this.state.showAll;
205
214
  var chipLimit = !isPopupReady ? showAll ? tagsList.length : chipNeedToShow : tagsList.length;
215
+ var _customClass$tagCusto = customClass.tagCustomClass,
216
+ tagCustomClass = _customClass$tagCusto === void 0 ? '' : _customClass$tagCusto,
217
+ _customClass$listItem = customClass.listItemClass,
218
+ listItemClass = _customClass$listItem === void 0 ? '' : _customClass$listItem,
219
+ _customClass$textBoxI = customClass.textBoxIconWrapperClass,
220
+ textBoxIconWrapperClass = _customClass$textBoxI === void 0 ? '' : _customClass$textBoxI;
221
+ var _customProps$TextBoxI = customProps.TextBoxIconProps,
222
+ TextBoxIconProps = _customProps$TextBoxI === void 0 ? {} : _customProps$TextBoxI,
223
+ _customProps$TagWrapp = customProps.TagWrapperProps,
224
+ TagWrapperProps = _customProps$TagWrapp === void 0 ? {} : _customProps$TagWrapp,
225
+ _customProps$TagProps = customProps.TagProps,
226
+ TagProps = _customProps$TagProps === void 0 ? {} : _customProps$TagProps;
206
227
  return /*#__PURE__*/_react["default"].createElement("div", {
207
- className: " ".concat(!isReadOnly ? " ".concat(needBorder ? _TagsMultiSelectModule["default"].hasBorder : '', "\n ").concat(needBorder ? _TagsMultiSelectModule["default"]["borderColor_".concat(borderColor)] : _TagsMultiSelectModule["default"].borderColor_transparent, " ").concat(isPopupReady && needBorder ? _TagsMultiSelectModule["default"].active : '') : '', " ").concat(className),
228
+ className: "".concat(_TagsMultiSelectModule["default"].container, " ").concat(!isReadOnly ? " ".concat(needBorder ? _TagsMultiSelectModule["default"].hasBorder : '', "\n ").concat(needBorder ? _TagsMultiSelectModule["default"]["borderColor_".concat(borderColor)] : _TagsMultiSelectModule["default"].borderColor_transparent, " ").concat(isPopupReady && needBorder ? _TagsMultiSelectModule["default"].active : '') : '', " ").concat(className),
208
229
  onClick: _General.stopBubbling,
209
230
  "data-id": "".concat(dataId, "_tagsContainer"),
210
231
  "data-test-id": "".concat(dataId, "_tagsContainer"),
@@ -213,26 +234,29 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
213
234
  alignBox: "row",
214
235
  align: "vertical",
215
236
  isCover: false,
216
- className: _TagsMultiSelectModule["default"].tagDiv,
237
+ className: "".concat(_TagsMultiSelectModule["default"].tagDiv, " ").concat(textBoxIconWrapperClass),
217
238
  wrap: "wrap",
218
239
  eleRef: getTargetRef,
219
240
  scroll: "vertical"
220
241
  }, tagsList.length ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, tagsList.map(function (tag, index) {
221
242
  var name = tag.name,
222
243
  tagType = tag.tagType,
223
- id = tag.id;
224
- return index < chipLimit ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
244
+ id = tag.id,
245
+ boxCustomProps = tag.boxCustomProps,
246
+ tagCustomProps = tag.tagCustomProps;
247
+ return index < chipLimit ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, _extends({
225
248
  className: _TagsMultiSelectModule["default"].tag,
226
249
  key: index
227
- }, /*#__PURE__*/_react["default"].createElement(_Tag["default"], {
250
+ }, TagWrapperProps, boxCustomProps), /*#__PURE__*/_react["default"].createElement(_Tag["default"], _extends({
228
251
  id: id,
229
252
  text: name,
230
253
  onRemove: isReadOnly ? null : deleteTag.bind(_this3, name),
231
254
  closeTitle: i18nKeys.deleteText,
232
255
  palette: clickableTag ? 'defaultLink' : tagType === 'SYSTEM' ? 'primary' : 'default',
233
256
  isReadOnly: isReadOnly,
234
- onSelectTag: onSelectTag ? onSelectTag : undefined
235
- })) : null;
257
+ onSelectTag: onSelectTag ? onSelectTag : undefined,
258
+ customClass: tagCustomClass
259
+ }, TagProps, tagCustomProps))) : null;
236
260
  }), tagsList.length > chipNeedToShow && !isPopupReady ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
237
261
  className: _TagsMultiSelectModule["default"].moreLess,
238
262
  dataId: "".concat(dataId, "_tagsMore"),
@@ -244,7 +268,7 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
244
268
  className: _TagsMultiSelectModule["default"].inputWrapper
245
269
  }, /*#__PURE__*/_react["default"].createElement("span", {
246
270
  className: _TagsMultiSelectModule["default"].custmSpan
247
- }, name), /*#__PURE__*/_react["default"].createElement(_TextBoxIcon["default"], {
271
+ }, name), /*#__PURE__*/_react["default"].createElement(_TextBoxIcon["default"], _extends({
248
272
  htmlId: htmlId,
249
273
  dataId: "".concat(dataId, "_tagInp"),
250
274
  value: name,
@@ -261,7 +285,7 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
261
285
  },
262
286
  size: "xsmall",
263
287
  inputRef: this.textInputRef
264
- }, getTextBoxChildren ? getTextBoxChildren() : null))), isPopupOpen ? /*#__PURE__*/_react["default"].createElement(_CustomResponsive.ResponsiveReceiver, {
288
+ }, TextBoxIconProps), getTextBoxChildren ? getTextBoxChildren() : null))), isPopupOpen ? /*#__PURE__*/_react["default"].createElement(_CustomResponsive.ResponsiveReceiver, {
265
289
  query: this.responsiveFunc,
266
290
  responsiveId: "Helmet"
267
291
  }, function (_ref2) {
@@ -283,7 +307,12 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
283
307
  alignBox: "row"
284
308
  }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
285
309
  flexible: true
286
- }, isTagListLoading ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
310
+ }, needSelectAll ? /*#__PURE__*/_react["default"].createElement(_MultiSelectHeader["default"], {
311
+ onSelect: handleSelectAll,
312
+ selectAllText: selectAllText,
313
+ suggestions: searchList,
314
+ dataId: "".concat(dataId, "_selectAll")
315
+ }) : null, isTagListLoading ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
287
316
  align: "both",
288
317
  className: "".concat(tabletMode ? '' : _TagsMultiSelectModule["default"].viewpopNew)
289
318
  }, /*#__PURE__*/_react["default"].createElement(_Loader["default"], null)) : /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
@@ -296,7 +325,8 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
296
325
  shrink: true
297
326
  }, searchList.map(function (item, index) {
298
327
  var name = item.name,
299
- isNew = item.isNew;
328
+ isNew = item.isNew,
329
+ listItemProps = item.listItemProps;
300
330
  return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, searchList.length > 1 && isNew ? /*#__PURE__*/_react["default"].createElement(_DropDownSeparator["default"], null) : null, /*#__PURE__*/_react["default"].createElement(_ListItem["default"], {
301
331
  key: index,
302
332
  index: index,
@@ -307,7 +337,9 @@ var TagsMultiSelect = /*#__PURE__*/function (_React$Component) {
307
337
  needTick: true,
308
338
  highlight: selectSearchIndex === index,
309
339
  getRef: _this3.getSelectedItemRef,
310
- isDisabled: listDisabled
340
+ isDisabled: listDisabled,
341
+ customProps: listItemProps,
342
+ customClass: listItemClass
311
343
  }, isNew ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
312
344
  alignBox: "row",
313
345
  align: "vertical"
@@ -13,6 +13,9 @@ var defaultProps = {
13
13
  dataId: '',
14
14
  boxSize: 'default',
15
15
  clickableTag: false,
16
- dataSelectorId: 'tagsMultiSelectField'
16
+ dataSelectorId: 'tagsMultiSelectField',
17
+ needSelectAll: false,
18
+ customClass: {},
19
+ customProps: {}
17
20
  };
18
21
  exports.defaultProps = defaultProps;
@@ -50,6 +50,15 @@ var propTypes = {
50
50
  boxSize: _propTypes["default"].string,
51
51
  onSelectTag: _propTypes["default"].func,
52
52
  clickableTag: _propTypes["default"].bool,
53
- dataSelectorId: _propTypes["default"].string
53
+ dataSelectorId: _propTypes["default"].string,
54
+ handleSelectAll: _propTypes["default"].func,
55
+ selectAllText: _propTypes["default"].string,
56
+ needSelectAll: _propTypes["default"].bool,
57
+ customClass: _propTypes["default"].object,
58
+ customProps: _propTypes["default"].shape({
59
+ TextBoxIconProps: _propTypes["default"].object,
60
+ TagWrapperProps: _propTypes["default"].object,
61
+ TagProps: _propTypes["default"].object
62
+ })
54
63
  };
55
64
  exports.propTypes = propTypes;
@@ -117,7 +117,11 @@ var TagsMultiSelectField = function TagsMultiSelectField(props) {
117
117
  value = fieldProperties.value,
118
118
  selectedValueCount = fieldProperties.selectedValueCount,
119
119
  validationMessage = fieldProperties.validationMessage,
120
- options = fieldProperties.options;
120
+ options = fieldProperties.options,
121
+ infoText = fieldProperties.infoText,
122
+ isLocked = fieldProperties.isLocked,
123
+ lockedInfoText = fieldProperties.lockedInfoText,
124
+ alignField = fieldProperties.alignField;
121
125
  options = options || [];
122
126
 
123
127
  var handleKeyUp = function handleKeyUp(event) {
@@ -230,7 +234,10 @@ var TagsMultiSelectField = function TagsMultiSelectField(props) {
230
234
  "data-selector-id": dataSelectorId
231
235
  }, labelName && /*#__PURE__*/_react["default"].createElement(_FieldContainer["default"], {
232
236
  ePhiData: ePhiData,
233
- alignContainer: "baseline",
237
+ alignContainer: alignField,
238
+ infoText: infoText,
239
+ isLocked: isLocked,
240
+ lockedInfoText: lockedInfoText,
234
241
  renderProps: {
235
242
  end: renderEnd
236
243
  }
@@ -16,7 +16,9 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
16
16
  var defaultProps = _objectSpread({
17
17
  fieldProperties: {
18
18
  isDisabled: false,
19
- isMandatory: false
19
+ isMandatory: false,
20
+ isLocked: false,
21
+ alignField: 'baseline'
20
22
  },
21
23
  styleProperties: {
22
24
  containerClass: '',
@@ -22,7 +22,11 @@ var propTypes = {
22
22
  selectedValueCount: _propTypes["default"].string,
23
23
  validationMessage: _propTypes["default"].string,
24
24
  options: _propTypes["default"].array,
25
- clickableTag: _propTypes["default"].bool
25
+ clickableTag: _propTypes["default"].bool,
26
+ infoText: _propTypes["default"].string,
27
+ isLocked: _propTypes["default"].bool,
28
+ lockedInfoText: _propTypes["default"].string,
29
+ alignField: _propTypes["default"].oneOf(['vertical', 'baseline'])
26
30
  }),
27
31
  styleProperties: _propTypes["default"].shape({
28
32
  labelSize: _propTypes["default"].string,
@@ -11,8 +11,6 @@ var _propTypes = require("./props/propTypes");
11
11
 
12
12
  var _ModuleFormSectionModule = _interopRequireDefault(require("../../../../form/layout/Section/ModuleFormSection.module.css"));
13
13
 
14
- var _this = void 0;
15
-
16
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
15
 
18
16
  var Section = function Section(props) {
@@ -22,7 +20,8 @@ var Section = function Section(props) {
22
20
  titleClass = props.titleClass,
23
21
  className = props.className,
24
22
  column = props.column,
25
- formName = props.formName;
23
+ formName = props.formName,
24
+ children = props.children;
26
25
  return /*#__PURE__*/_react["default"].createElement("div", {
27
26
  "data-id": dataId,
28
27
  "data-test-id": dataId,
@@ -33,7 +32,7 @@ var Section = function Section(props) {
33
32
  className: "".concat(className ? className : '', " ").concat(column == 'single' ? _ModuleFormSectionModule["default"].singleColumn : ''),
34
33
  "data-id": formName && formName,
35
34
  "data-test-id": formName && formName
36
- }, _this.props.children));
35
+ }, children));
37
36
  };
38
37
 
39
38
  var _default = Section;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-181.1",
3
+ "version": "1.0.0-temp-181.3",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -35,7 +35,7 @@
35
35
  "test": "react-cli test",
36
36
  "sstest": "react-cli sstest",
37
37
  "common_package_build": "cd ../common && npm run build && cd ../dot",
38
- "docs": "npm run css:review && react-cli docs",
38
+ "docs": "npm run css:review && review:props && react-cli docs",
39
39
  "prepublishOnly": "node prePublish.js && npm run download && npm run test && npm run css:review",
40
40
  "postpublish": "node postPublish.js",
41
41
  "download": "react-cli clean ./node_modules ./package-lock.json && npm install",
@@ -58,14 +58,15 @@
58
58
  "@testing-library/user-event": "^13.0.10",
59
59
  "@zohodesk-private/color-variable-preprocessor": "1.2.0",
60
60
  "@zohodesk-private/css-variable-migrator": "^1.0.7",
61
+ "@zohodesk-private/desk-components": "1.1.14",
61
62
  "@zohodesk-private/node-plugins": "1.1.6",
62
- "@zohodesk-private/react-prop-validator": "1.2.1",
63
+ "@zohodesk-private/react-prop-validator": "1.2.3",
63
64
  "@zohodesk/a11y": "2.2.0",
64
- "@zohodesk/components": "1.2.25",
65
+ "@zohodesk/components": "1.0.0-temp-189.1",
65
66
  "@zohodesk/hooks": "2.0.3",
66
- "@zohodesk/icons": "1.0.32",
67
+ "@zohodesk/icons": "1.0.35",
67
68
  "@zohodesk/react-cli": "1.1.14",
68
- "@zohodesk/svg": "1.1.10",
69
+ "@zohodesk/svg": "1.1.11",
69
70
  "@zohodesk/utils": "1.3.13",
70
71
  "@zohodesk/variables": "1.0.0",
71
72
  "@zohodesk/virtualizer": "1.0.3",
@@ -75,9 +76,9 @@
75
76
  "peerDependencies": {
76
77
  "velocity-react": "1.4.3",
77
78
  "@zohodesk/variables": "1.0.0",
78
- "@zohodesk/components": "1.2.25",
79
- "@zohodesk/icons": "1.0.32",
80
- "@zohodesk/svg": "1.1.10",
79
+ "@zohodesk/components": "1.0.0-temp-189.1",
80
+ "@zohodesk/icons": "1.0.35",
81
+ "@zohodesk/svg": "1.1.11",
81
82
  "@zohodesk/virtualizer": "1.0.3",
82
83
  "react-sortable-hoc": "^0.8.3",
83
84
  "@zohodesk/hooks": "2.0.3",
package/prePublish.js CHANGED
@@ -0,0 +1,70 @@
1
+ const readline = require('readline');
2
+ const { exec } = require('child_process');
3
+
4
+ const rl = readline.createInterface({
5
+ input: process.stdin,
6
+ output: process.stdout
7
+ });
8
+
9
+ console.log('\nNode.js version:', process.version);
10
+
11
+ function runConsole(command, callback) {
12
+ exec(command, (error, stdout, stderr) => {
13
+ if (error) {
14
+ console.error('Error:', error.message);
15
+ return;
16
+ }
17
+
18
+ if (stderr) {
19
+ console.error('Error:', stderr);
20
+ return;
21
+ }
22
+
23
+ const npmVersion = stdout.trim();
24
+ console.log('\n' + command, npmVersion);
25
+ callback && callback();
26
+ });
27
+ }
28
+
29
+ function askQuestion1() {
30
+ rl.question('\nHave you updated the changelog in README.md? (yes/no): ', (answer) => {
31
+ if (answer.toLowerCase() === 'yes') {
32
+ console.log('\nGreat! Proceeding...');
33
+ askQuestion2();
34
+ // rl.close();
35
+ // Call the function or code to proceed further here.
36
+ } else if (answer.toLowerCase() === 'no') {
37
+ rl.close();
38
+ console.log('\nPlease Update the ChangeLog in README.md, then try again');
39
+ //throw new Error('\nPlease Update the ChangeLog in README.md, then try again');
40
+ process.exitCode = 1; // Exit the Node.js process with a success code.
41
+ } else {
42
+ console.log('\nInvalid answer. Please enter "yes" or "no".');
43
+ askQuestion1(); // Ask the question again if the input is not "yes" or "no".
44
+ }
45
+ });
46
+ }
47
+
48
+ function askQuestion2() {
49
+ rl.question('\nHave you verified the test snapshot? (yes/no): ', (answer) => {
50
+ if (answer.toLowerCase() === 'yes') {
51
+ console.log('\nGreat! Proceeding...');
52
+ rl.close();
53
+ // Call the function or code to proceed further here.
54
+ } else if (answer.toLowerCase() === 'no') {
55
+ rl.close();
56
+ //throw new Error('\nPlease Verify the snapshot results, then try again');
57
+ console.log('\nPlease Verify the snapshot results, then try again');
58
+ process.exitCode = 1; // Exit the Node.js process with a success code.
59
+ } else {
60
+ console.log('\nInvalid answer. Please enter "yes" or "no".');
61
+ askQuestion2(); // Ask the question again if the input is not "yes" or "no".
62
+ }
63
+ });
64
+ }
65
+
66
+ function getReactCliVersion() {
67
+ runConsole('react-cli --version', askQuestion1);
68
+ }
69
+
70
+ runConsole('npm --version', getReactCliVersion);
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "inputDir": "./src",
3
3
  "outputDir": "./.cli",
4
- "excludeDir":"./.cli",
5
- "propUnifiExcludeDir":"./.cli",
6
- "propUnifiReport":true,
7
- "strictMode":true
4
+ "excludeDir": "./.cli",
5
+ "propUnifiExcludeDir": "./.cli",
6
+ "enable": true,
7
+ "need_report": true,
8
+ "prop_validation_strict_mode": true,
9
+ "prop_validation_log": false,
10
+ "prop_unification_strict_mode": true,
11
+ "prop_unification_log": false
8
12
  }
package/result.json CHANGED
@@ -1 +1 @@
1
- {"jobDetails":{"isRunByLocal":true,"hostName":"karuppiah-19823","platForm":"Darwin","branchName":"ComponentPkg"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1711113651796,"startTime":1711113645800,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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":"karuppiah-19823","platForm":"Darwin","branchName":"ComponentPkg"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1711720779715,"startTime":1711720774456,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/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":[]}}]}}}