@zohodesk/components 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/.cli/PropLessFiles.html +1 -1
  2. package/.cli/PropValidationExcludeFilesArray.js +1 -2
  3. package/.cli/propValidation_report.html +1 -1
  4. package/README.md +6 -0
  5. package/coverage/Button/Button.js.html +15 -3
  6. package/coverage/Button/css/Button.module.css.html +1 -1
  7. package/coverage/Button/css/cssJSLogic.js.html +1 -1
  8. package/coverage/Button/css/index.html +1 -1
  9. package/coverage/Button/index.html +1 -1
  10. package/coverage/Button/props/defaultProps.js.html +6 -3
  11. package/coverage/Button/props/index.html +1 -1
  12. package/coverage/Button/props/propTypes.js.html +1 -1
  13. package/coverage/Buttongroup/Buttongroup.js.html +1 -1
  14. package/coverage/Buttongroup/Buttongroup.module.css.html +1 -1
  15. package/coverage/Buttongroup/index.html +1 -1
  16. package/coverage/Buttongroup/props/defaultProps.js.html +1 -1
  17. package/coverage/Buttongroup/props/index.html +1 -1
  18. package/coverage/Buttongroup/props/propTypes.js.html +1 -1
  19. package/coverage/coverage-final.json +10 -10
  20. package/coverage/coverage-summary.json +10 -10
  21. package/coverage/index.html +1 -1
  22. package/coverage/utils/dummyFunction.js.html +1 -1
  23. package/coverage/utils/index.html +1 -1
  24. package/es/Button/Button.js +6 -2
  25. package/es/Button/props/defaultProps.js +2 -1
  26. package/es/Heading/Heading.module.css +1 -1
  27. package/es/Label/Label.js +7 -2
  28. package/es/Label/props/propTypes.js +3 -0
  29. package/es/TextBox/TextBox.js +3 -3
  30. package/lib/Button/Button.js +6 -2
  31. package/lib/Button/props/defaultProps.js +2 -1
  32. package/lib/Heading/Heading.module.css +1 -1
  33. package/lib/Label/Label.js +6 -2
  34. package/lib/Label/props/propTypes.js +3 -0
  35. package/lib/TextBox/TextBox.js +10 -10
  36. package/package.json +2 -2
  37. package/result.json +1 -1
@@ -45,7 +45,7 @@
45
45
  <body>
46
46
  <div id="table-container"></div>
47
47
  <script>
48
- const jsonData = {"DateWidget":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DateWidget.js"},"AdvancedGroupMultiSelectComponent":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/AdvancedGroupMultiSelect.js"},"MultiSelect":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/MultiSelect.js"},"Popup":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Popup/Popup.js"},"LibraryContext":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Provider/LibraryContextInit.js"},"addGlobalId":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Provider/NumberGenerator/NumberGenerator.js"},"decreaseGlobalIds":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Provider/NumberGenerator/NumberGenerator.js"},"GroupSelect":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Select/GroupSelect.js"},"Select":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Select/Select.js"},"SelectWithIconComponent":{"filePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Select/SelectWithIcon.js"}}
48
+ const jsonData = {"DateWidget":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DateWidget.js"},"AdvancedGroupMultiSelectComponent":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/AdvancedGroupMultiSelect.js"},"MultiSelect":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/MultiSelect.js"},"MultiSelectWithAvatar":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/MultiSelectWithAvatar.js"},"Popup":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Popup/Popup.js"},"LibraryContext":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Provider/LibraryContextInit.js"},"addGlobalId":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Provider/NumberGenerator/NumberGenerator.js"},"decreaseGlobalIds":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Provider/NumberGenerator/NumberGenerator.js"},"GroupSelect":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Select/GroupSelect.js"},"Select":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Select/Select.js"},"SelectWithIconComponent":{"filePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Select/SelectWithIcon.js"}}
49
49
  const tableContainer = document.getElementById('table-container');
50
50
  const table = document.createElement('table');
51
51
  const thead = document.createElement('thead');
@@ -1,3 +1,2 @@
1
1
  ["src/Layout/Box.js", "src/Layout/Container.js","src/Select/SelectWithAvatar.js",
2
- "src/MultiSelect/AdvancedMultiSelect.js",
3
- "src/MultiSelect/MultiSelectWithAvatar.js","src/DropDown/DropDown.js"]
2
+ "src/MultiSelect/AdvancedMultiSelect.js"]
@@ -68,7 +68,7 @@
68
68
  <body>
69
69
  <div id="table-container"></div>
70
70
  <script>
71
- const jsonData = {"Accordion":{"props":["selectedItem","onSelect","disableInternalState","className","height","unMount","a11y","dataId","dataSelectorId","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Accordion/Accordion.js"},"AccordionItem":{"props":["equalityCheck","selectedItem","id","selectMenu","className","children","dataId","dataSelectorId","unMount","unMountItem","a11y","innerClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Accordion/AccordionItem.js"},"Animation":{"props":["name","enterDuration","exitDuration","children","isActive","unmountOnExit","onEntered","onExit","delayClassName"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Animation/Animation.js"},"AppContainer":{"props":["eleRef","needTooltip","className","children","tagName","dataId","dataSelectorId","tooltipClass","tooltipParentClass","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/AppContainer/AppContainer.js"},"Avatar":{"props":["src","alternateSrc","name","size","palette","onClick","title","shape","needTitle","dataId","initial","needBorder","borderOnActive","borderOnHover","textPalette","customClass","isAnimate","dataSelectorId","customProps","needInnerBorder","needDefaultBorder"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Avatar/Avatar.js"},"AvatarTeam":{"props":["src","name","size","palette","textPalette","onClick","title","isFilled","dataId","needTitle","customClass","borderOnActive","borderOnHover","dataSelectorId","customProps","needInnerBorder","needBorder","needDefaultBorder"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/AvatarTeam/AvatarTeam.js"},"Button":{"props":["customClass","needAppearance","isBold","rounded","size","children","palette","status","text","disabled","onClick","dataId","getRef","title","dataSelectorId","customProps","customStyle"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/Button.js"},"Buttongroup":{"props":["children","type","buttonPosition","customClass","dataId","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/Buttongroup.js"},"Card":{"innerComponent":{"CardHeader":{"props":["isScroll","children","dataId","dataSelectorId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/Card.js"},"CardContent":{"props":["onScroll","eleRef","children","scroll","isScrollAttribute","dataId","dataSelectorId","shrink","customClass","preventParentScroll"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/Card.js"},"Card":{"props":["from","limit","onScroll","fetchData","noMoreData","scrollAt","noNeedUpScroll","isPercentageScroll","onClick","children","isScrollAttribute","dataId","eleRef","customClass","htmlId","a11y","childTypes"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/Card.js"},"CardFooter":{"props":["children","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/Card.js"}}},"CheckBox":{"props":["onChange","checked","id","disabled","isReadOnly","disabledTitle","title","palette","text","size","labelPalette","labelSize","isFilled","isClipped","getRef","variant","active","dataId","name","activeStyle","a11y","customClass","customProps","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/CheckBox/CheckBox.js"},"CalendarView":{"innerComponent":{"CalendarView":{"props":["onSelect","date","year","month","dataId","needBorder","dayNames","dayNamesShort","todayMonth","todayDate","todayYear"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/CalendarView.js"},"Span":{"props":["handleSelect","incremday","userSeeMonth","userSeeYear","tdclass","i","dataId","isActive","isToday"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/CalendarView.js"}}},"DateTime":{"props":["i18nKeys","value","isActive","is24Hour","timeZone","defaultTime","needDefaultTime","isDateTimeField","min","max","dateFormat","customDateFormat","onError","onSelect","minErrorText","maxErrorText","onChange","onClear","onDateSelect","getMethods","position","isReady","getRef","onClick","dataId","needResponsive","isAbsolute","isAnimate","needAction","boxSize","className","innerClass","isPadding","isDefaultPosition","positionsOffset","targetOffset","isRestrictScroll","dropBoxPortalId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DateTime.js"},"DateTimePopupFooter":{"props":["submitText","onSubmit","cancelText","onCancel","dataId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DateTimePopupFooter.js"},"DateTimePopupHeader":{"props":["onOpenYearView","showMonthTxt","isYearView","prevMonthTitleText","nextMonthTitleText","onModifyCalendar"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DateTimePopupHeader.js"},"DaysRow":{"props":["dayNames","dayNamesShort"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/DaysRow.js"},"Time":{"props":["timeText","dataId","hourSuggestions","onHourSelect","hours","hourEmptyText","needResponsive","minSuggestions","onMinutesSelect","mins","minuteEmptyText","ampmSuggestions","onAmPmSelect","amPm","is24Hour"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/Time.js"},"YearView":{"props":["viewedYear","onSelectMonth","onSelectYear","viewedMonth","monthNamesShort","isMonthOpen"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/YearView.js"},"DropBox":{"props":["isActive","needAutoZindex","right","left","top","arrowRight","arrowLeft","arrowTop","arrowBottom","bottom","isModel","direction","isAnimate","isArrow","size","isRadius","animationStyle","isBoxPaddingNeed","isPadding","customClass","positionsOffset","targetOffset","zIndexStyle","customInlineStyle","children","arrowPosition","boxPosition","onClick","dataId","dataSelectorId","isAbsolutePositioningNeeded","tourId","htmlId","a11y","tabIndex","palette","subContainerRef","customStyle","getRef","forwardRef","needResponsive","portalId","isRestrictScroll","needFocusScope","onClose","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropBox/DropBox.js"},"DropBoxElement":{"props":["right","left","top","arrowRight","arrowLeft","arrowTop","arrowBottom","bottom","isModel","direction","isAnimate","isArrow","size","isRadius","animationStyle","isActive","isBoxPaddingNeed","isPadding","customClass","positionsOffset","targetOffset","zIndexStyle","customInlineStyle","children","arrowPosition","boxPosition","onClick","dataId","dataSelectorId","isAbsolutePositioningNeeded","tourId","htmlId","a11y","tabIndex","palette","subContainerRef","customStyle","getRef","forwardRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropBox/DropBoxElement/DropBoxElement.js"},"DropDownHeading":{"props":["text","title","children","customClass","palette","htmlId","a11y","dataId","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDownHeading.js"},"DropDownItem":{"props":["index","getRef","onClick","id","value","onHover","active","children","hightlight","dataId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDownItem.js"},"DropDownSearch":{"props":["getRef","name","id","maxLength","onKeyDown","onChange","value","onBlur","size","textBoxSize","placeHolder","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDownSearch.js"},"DropDownSeparator":{"props":["customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/DropDownSeparator.js"},"Heading":{"props":["tagName","className","onClick","onDoubleClick","title","dataTitle","dataId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Heading/Heading.js"},"Label":{"props":["text","type","palette","size","clipped","htmlFor","title","onClick","dataId","dataSelectorId","variant","customClass","id"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Label/Label.js"},"ListContainer":{"props":["size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","onClick","onMouseEnter","onMouseOver","eleRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListContainer.js"},"ListItem":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItem.js"},"ListItemWithAvatar":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","name","imgSrc","autoHover","isTeam","palette","title","needTick","dataId","dataSelectorId","initial","isDisabled","needBorder","disableTitle","needAvatarTitle","avatarPalette","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItemWithAvatar.js"},"ListItemWithCheckBox":{"props":["index","getRef","onClick","id","value","onHover","size","active","highlight","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItemWithCheckBox.js"},"ListItemWithIcon":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","iconName","iconSize","autoHover","palette","iconClass","dataId","dataSelectorId","title","needTick","isLink","href","target","needBorder","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItemWithIcon.js"},"ListItemWithRadio":{"props":["index","getRef","onClick","id","value","onHover","size","active","highlight","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/ListItem/ListItemWithRadio.js"},"Modal":{"props":["portalId","isActive","autoZIndexNeeded","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Modal/Modal.js"},"EmptyState":{"props":["emptyMessage","isLoading","noMoreOptionsMessage","options","searchEmptyMessage","searchString","suggestions","dataId","getCustomEmptyState","palette","i18nKeys","htmlId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/EmptyState.js"},"MultiSelectHeader":{"props":["dataId","needSelectAll","onSelect","selectAllText","suggestions"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/MultiSelectHeader.js"},"SelectedOptions":{"props":["selectedOptions","highLightedSelectOptions","isReadOnly","getRef","onRemove","onSelect","size","palette"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/SelectedOptions.js"},"Suggestions":{"props":["suggestions","getRef","hoverOption","onClick","onMouseEnter","needTick","needBorder","selectedOptions","activeId","hoverId","dataId","listItemSize","className","avatarPalette","palette","htmlId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/Suggestions.js"},"PopOver":{"innerComponent":{"PopOver":{"props":["isPopupOpen","onPopupOpen","onPopupClose","getTargetRef","getContainerRef","togglePopup","boxPosition","children","removeClose","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","isAnimate","isArrow","arrowPosition","position","size","onClick","isPopupReady"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/PopOver/PopOver.js"},"PopOverTarget":{"props":["getRef","children","togglePopup"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/PopOver/PopOver.js"},"PopOverContainer":{"props":["getRef","onClick","removeClose","children","isPopupOpen","isAnimate","isArrow","size","arrowPosition","boxPosition","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","animationStyle"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/PopOver/PopOver.js"}}},"LibraryContextProvider":{"props":["isReducedMotion","direction","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Provider/LibraryContext.js"},"Radio":{"props":["onChange","value","id","name","checked","disabled","isReadOnly","palette","disabledTitle","title","text","labelPalette","size","labelSize","variant","active","isFilled","customClass","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Radio/Radio.js"},"CustomResponsive":{"innerComponent":{"ResponsiveSender":{"props":["children","domRefKey","responsiveId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/CustomResponsive.js"},"ResponsiveReceiver":{"props":["children","responsiveId","query","eleRef","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/CustomResponsive.js"}}},"DOMRefWrapper":{"props":["children","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/RefWrapper.js"},"ResizeComponent":{"props":["wrapperDivRef","childrenList","resizeId","moreDivRef","getData","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/ResizeComponent.js"},"Responsive":{"innerComponent":{"ResponsiveSender":{"props":["children","domRefKey","responsiveId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/Responsive.js"},"ResponsiveReceiver":{"props":["children","responsiveId","hiddenSizes","eleRef","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Responsive/Responsive.js"}}},"Ribbon":{"props":["type","text","children","palette","size","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Ribbon/Ribbon.js"},"RippleEffect":{"props":["children","isActive","isDisabled","palette","hoverType","isNeedEffect","needBorder","isCopyTextEnabled"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/RippleEffect/RippleEffect.js"},"Stencils":{"props":["shape","size","palette","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Stencils/Stencils.js"},"Switch":{"props":["onChange","checked","id","name","value","disabled","isReadOnly","size","text","labelSize","labelPalette","title","disableTitle","dataId","dataSelectorId","customClass","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Switch/Switch.js"},"Tab":{"props":["id","style","text","children","className","dataId","dataSelectorId","title","titlePosition","activeClass","href","isLink","isDisabled","tourId","onClick","isActive","getTabRef","onSelect","type","isAnimate","needBorder","needAppearance","align","isVirtual","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/Tab.js"},"TabContent":{"props":["children","scroll","dataId","id","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/TabContent.js"},"TabContentWrapper":{"props":["style","className","children","dataId","selectedTab","onScroll","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/TabContentWrapper.js"},"TabWrapper":{"props":["defaultTab","hookToDisableInternalState","onSelect","type","isAnimate","needTabBorder","needBorder","needPadding","needAppearance","align","dataId","children","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/TabWrapper.js"},"Tabs":{"props":["align","children","childType","selectedTab","isAnimate","needTabBorder","isResponsive","maxTabsCount","minTabsCount","onSelect","onScroll","boxPosition","togglePopup","removeClose","moreButtonClass","moreButtonActiveClass","moreBoxClass","menuItemClass","itemClass","itemActiveClass","iconName","isPopupReady","isPopupOpen","getContainerRef","showTitleInMoreOptions","moreContainerClass","type","needAppearance","iconSize","getTargetRef","position","customProps","getCustomDropBoxHeaderPlaceHolder","dataSelectorId","style","className","dataId","highlightClass","needBorder","needPadding","containerClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/Tabs.js"},"Tag":{"props":["id","onSelectTag","onRemove","getRef","imageURL","hasAvatar","text","initial","active","size","rounded","palette","disabled","closePalette","closeTitle","dataId","dataSelectorId","iconName","iconSize","tooltip","avatarPalette","customClass","a11y","needEffect","isReadOnly"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tag/Tag.js"},"Textbox":{"props":["id","value","name","onFocus","onBlur","inputRef","onChange","isReadOnly","type","maxLength","placeHolder","size","onKeyUp","isDisabled","onKeyDown","variant","onClick","needBorder","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/TextBox/TextBox.js"},"TextBoxIcon":{"props":["id","value","name","onFocus","onBlur","inputRef","onChange","isReadOnly","type","maxLength","placeHolder","size","onKeyUp","isDisabled","onKeyDown","variant","onClick","needBorder","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onClear","children","iconRotated","title","showClearIcon","i18nKeys","iconOnHover","onClearMouseDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/TextBoxIcon/TextBoxIcon.js"},"Textarea":{"props":["onChange","onBlur","onKeyDown","size","placeHolder","needBorder","text","isDisabled","resize","maxLength","animated","variant","getRef","onFocus","dataId","dataSelectorId","isReadOnly","needAppearance","needReadOnlyStyle","borderColor","needEffect","autoFocus","htmlId","a11y","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Textarea/Textarea.js"},"Tooltip":{"props":["dataId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tooltip/Tooltip.js"},"VelocityAnimation":{"props":["children","name","duration","isActive","runOnMount","delay","isCustomized","needUIPack","isFlex"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/VelocityAnimation/VelocityAnimation/VelocityAnimation.js"},"VelocityAnimationGroup":{"props":["children","enterName","exitName","enterDuration","exitDuration","isActive","component","runOnMount","enterShowStyle","enterHideStyle","exitDelay","isFlex","enterDelay","isCustomized","name","needUIPack"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js"},"PortalLayer":{"innerComponent":{"RefElement":{"props":["Element","elementProps","renderChildren","isChildrenRestrictionNeeded","isActive"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/deprecated/PortalLayer/PortalLayer.js"},"PortalLayer":{"props":["initialState","isActive","saveUpdateFunction","saveGetFunction","name","children","renderChildren","portalId","autoZIndexNeeded","isChildrenRestrictionNeeded"],"unusedPropsInFile":[],"notValidatedProps":["isActive","name"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/deprecated/PortalLayer/PortalLayer.js"}}},"semantic-Button":{"props":["value","type","text","title","name","autoFocus","disabled","ref","dataId","onClick","children","customClass","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/semantic/Button/Button.js"},"v1-Ribbon":{"props":["type","text","children","palette","size","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/v1/Ribbon/Ribbon.js"},"v1-Tag":{"props":["imageURL","hasAvatar","text","onRemove","initial","active","size","rounded","palette","disabled","closePalette","onSelectTag","closeTitle","dataId","dataSelectorId","iconName","iconSize","tooltip","avatarPalette","customClass","a11y","needEffect","isReadOnly","id","getRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/v1/Tag/Tag.js"},"v1-Textbox":{"props":["type","name","id","maxLength","placeHolder","size","onKeyUp","isReadOnly","isDisabled","onKeyDown","variant","onClick","needBorder","value","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onFocus","onBlur","onChange","inputRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/v1/TextBox/TextBox.js"},"v1-TextBoxIcon":{"props":["type","name","id","maxLength","placeHolder","size","onKeyUp","isReadOnly","isDisabled","onKeyDown","variant","onClick","needBorder","value","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onFocus","onBlur","onChange","inputRef","children","iconRotated","onClear","title","showClearIcon","i18nKeys","iconOnHover","onClearMouseDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/v1/TextBoxIcon/TextBoxIcon.js"},"v1-Textarea":{"props":["size","placeHolder","needBorder","text","isDisabled","resize","maxLength","animated","variant","getRef","onFocus","dataId","dataSelectorId","isReadOnly","needAppearance","needReadOnlyStyle","borderColor","needEffect","autoFocus","htmlId","a11y","customClass","onChange","onBlur","onKeyDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/v1/Textarea/Textarea.js"}};
71
+ const jsonData = {"Accordion":{"props":["selectedItem","onSelect","disableInternalState","className","height","unMount","a11y","dataId","dataSelectorId","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Accordion/Accordion.js"},"AccordionItem":{"props":["equalityCheck","selectedItem","id","selectMenu","className","children","dataId","dataSelectorId","unMount","unMountItem","a11y","innerClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Accordion/AccordionItem.js"},"Animation":{"props":["name","enterDuration","exitDuration","children","isActive","unmountOnExit","onEntered","onExit","delayClassName"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Animation/Animation.js"},"AppContainer":{"props":["eleRef","needTooltip","className","children","tagName","dataId","dataSelectorId","tooltipClass","tooltipParentClass","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/AppContainer/AppContainer.js"},"Avatar":{"props":["src","alternateSrc","name","size","palette","onClick","title","shape","needTitle","dataId","initial","needBorder","borderOnActive","borderOnHover","textPalette","customClass","isAnimate","dataSelectorId","customProps","needInnerBorder","needDefaultBorder"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Avatar/Avatar.js"},"AvatarTeam":{"props":["src","name","size","palette","textPalette","onClick","title","isFilled","dataId","needTitle","customClass","borderOnActive","borderOnHover","dataSelectorId","customProps","needInnerBorder","needBorder","needDefaultBorder"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/AvatarTeam/AvatarTeam.js"},"Button":{"props":["customClass","needAppearance","isBold","rounded","size","children","palette","status","text","disabled","onClick","dataId","getRef","title","dataSelectorId","customProps","customStyle","a11y","id"],"unusedPropsInFile":[],"notValidatedProps":["a11y","id"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/Button.js"},"Buttongroup":{"props":["children","type","buttonPosition","customClass","dataId","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/Buttongroup.js"},"Card":{"innerComponent":{"CardHeader":{"props":["isScroll","children","dataId","dataSelectorId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Card/Card.js"},"CardContent":{"props":["onScroll","eleRef","children","scroll","isScrollAttribute","dataId","dataSelectorId","shrink","customClass","preventParentScroll"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Card/Card.js"},"Card":{"props":["from","limit","onScroll","fetchData","noMoreData","scrollAt","noNeedUpScroll","isPercentageScroll","onClick","children","isScrollAttribute","dataId","eleRef","customClass","htmlId","a11y","childTypes"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Card/Card.js"},"CardFooter":{"props":["children","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Card/Card.js"}}},"CheckBox":{"props":["onChange","checked","id","disabled","isReadOnly","disabledTitle","title","palette","text","size","labelPalette","labelSize","isFilled","isClipped","getRef","variant","active","dataId","name","activeStyle","a11y","customClass","customProps","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/CheckBox/CheckBox.js"},"CalendarView":{"innerComponent":{"CalendarView":{"props":["onSelect","date","year","month","dataId","needBorder","dayNames","dayNamesShort","todayMonth","todayDate","todayYear"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/CalendarView.js"},"Span":{"props":["handleSelect","incremday","userSeeMonth","userSeeYear","tdclass","i","dataId","isActive","isToday"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/CalendarView.js"}}},"DateTime":{"props":["i18nKeys","value","isActive","is24Hour","timeZone","defaultTime","needDefaultTime","isDateTimeField","min","max","dateFormat","customDateFormat","onError","onSelect","minErrorText","maxErrorText","onChange","onClear","onDateSelect","getMethods","position","isReady","getRef","onClick","dataId","needResponsive","isAbsolute","isAnimate","needAction","boxSize","className","innerClass","isPadding","isDefaultPosition","positionsOffset","targetOffset","isRestrictScroll","dropBoxPortalId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DateTime.js"},"DateTimePopupFooter":{"props":["submitText","onSubmit","cancelText","onCancel","dataId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DateTimePopupFooter.js"},"DateTimePopupHeader":{"props":["onOpenYearView","showMonthTxt","isYearView","prevMonthTitleText","nextMonthTitleText","onModifyCalendar"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DateTimePopupHeader.js"},"DaysRow":{"props":["dayNames","dayNamesShort"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/DaysRow.js"},"Time":{"props":["timeText","dataId","hourSuggestions","onHourSelect","hours","hourEmptyText","needResponsive","minSuggestions","onMinutesSelect","mins","minuteEmptyText","ampmSuggestions","onAmPmSelect","amPm","is24Hour"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/Time.js"},"YearView":{"props":["viewedYear","onSelectMonth","onSelectYear","viewedMonth","monthNamesShort","isMonthOpen"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DateTime/YearView.js"},"DropBox":{"props":["isActive","needAutoZindex","right","left","top","arrowRight","arrowLeft","arrowTop","arrowBottom","bottom","isModel","direction","isAnimate","isArrow","size","isRadius","animationStyle","isBoxPaddingNeed","isPadding","customClass","positionsOffset","targetOffset","zIndexStyle","customInlineStyle","children","arrowPosition","boxPosition","onClick","dataId","dataSelectorId","isAbsolutePositioningNeeded","tourId","htmlId","a11y","tabIndex","palette","subContainerRef","customStyle","getRef","forwardRef","needResponsive","portalId","isRestrictScroll","needFocusScope","onClose","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropBox/DropBox.js"},"DropBoxElement":{"props":["right","left","top","arrowRight","arrowLeft","arrowTop","arrowBottom","bottom","isModel","direction","isAnimate","isArrow","size","isRadius","animationStyle","isActive","isBoxPaddingNeed","isPadding","customClass","positionsOffset","targetOffset","zIndexStyle","customInlineStyle","children","arrowPosition","boxPosition","onClick","dataId","dataSelectorId","isAbsolutePositioningNeeded","tourId","htmlId","a11y","tabIndex","palette","subContainerRef","customStyle","getRef","forwardRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropBox/DropBoxElement/DropBoxElement.js"},"DropDown":{"innerComponent":{"DropDown":{"props":["isPopupOpen","onPopupOpen","onPopupClose","getTargetRef","getContainerRef","togglePopup","boxPosition","children","removeClose","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","isAnimate","isArrow","arrowPosition","position","size","onClick","isPopupReady","getRef","animationStyle"],"unusedPropsInFile":[],"notValidatedProps":["getRef","animationStyle"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownTarget":{"props":["children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownContainer":{"props":["children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDown.js"},"DropDownItemContainer":{"props":["onScroll","getRef","children","dataId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDown.js"}}},"DropDownHeading":{"props":["text","title","children","customClass","palette","htmlId","a11y","dataId","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDownHeading.js"},"DropDownItem":{"props":["index","getRef","onClick","id","value","onHover","active","children","hightlight","dataId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDownItem.js"},"DropDownSearch":{"props":["getRef","name","id","maxLength","onKeyDown","onChange","value","onBlur","size","textBoxSize","placeHolder","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDownSearch.js"},"DropDownSeparator":{"props":["customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/DropDown/DropDownSeparator.js"},"Heading":{"props":["tagName","className","onClick","onDoubleClick","title","dataTitle","dataId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Heading/Heading.js"},"Label":{"props":["text","type","palette","size","clipped","htmlFor","title","onClick","dataId","dataSelectorId","variant","customClass","id","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Label/Label.js"},"ListContainer":{"props":["size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","onClick","onMouseEnter","onMouseOver","eleRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListContainer.js"},"ListItem":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItem.js"},"ListItemWithAvatar":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","name","imgSrc","autoHover","isTeam","palette","title","needTick","dataId","dataSelectorId","initial","isDisabled","needBorder","disableTitle","needAvatarTitle","avatarPalette","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItemWithAvatar.js"},"ListItemWithCheckBox":{"props":["index","getRef","onClick","id","value","onHover","size","active","highlight","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItemWithCheckBox.js"},"ListItemWithIcon":{"props":["index","getRef","id","onClick","value","onMouseEnter","size","active","highlight","iconName","iconSize","autoHover","palette","iconClass","dataId","dataSelectorId","title","needTick","isLink","href","target","needBorder","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItemWithIcon.js"},"ListItemWithRadio":{"props":["index","getRef","onClick","id","value","onHover","size","active","highlight","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/ListItem/ListItemWithRadio.js"},"Modal":{"props":["portalId","isActive","autoZIndexNeeded","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Modal/Modal.js"},"EmptyState":{"props":["emptyMessage","isLoading","noMoreOptionsMessage","options","searchEmptyMessage","searchString","suggestions","dataId","getCustomEmptyState","palette","i18nKeys","htmlId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/EmptyState.js"},"MultiSelectHeader":{"props":["dataId","needSelectAll","onSelect","selectAllText","suggestions"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/MultiSelectHeader.js"},"SelectedOptions":{"props":["selectedOptions","highLightedSelectOptions","isReadOnly","getRef","onRemove","onSelect","size","palette"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/SelectedOptions.js"},"Suggestions":{"props":["suggestions","getRef","hoverOption","onClick","onMouseEnter","needTick","needBorder","selectedOptions","activeId","hoverId","dataId","listItemSize","className","avatarPalette","palette","htmlId","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/MultiSelect/Suggestions.js"},"PopOver":{"innerComponent":{"PopOver":{"props":["isPopupOpen","onPopupOpen","onPopupClose","getTargetRef","getContainerRef","togglePopup","boxPosition","children","removeClose","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","isAnimate","isArrow","arrowPosition","position","size","onClick","isPopupReady"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/PopOver/PopOver.js"},"PopOverTarget":{"props":["getRef","children","togglePopup"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/PopOver/PopOver.js"},"PopOverContainer":{"props":["getRef","onClick","removeClose","children","isPopupOpen","isAnimate","isArrow","size","arrowPosition","boxPosition","right","left","top","bottom","arrowRight","arrowLeft","arrowTop","arrowBottom","animationStyle"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/PopOver/PopOver.js"}}},"LibraryContextProvider":{"props":["isReducedMotion","direction","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Provider/LibraryContext.js"},"Radio":{"props":["onChange","value","id","name","checked","disabled","isReadOnly","palette","disabledTitle","title","text","labelPalette","size","labelSize","variant","active","isFilled","customClass","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Radio/Radio.js"},"CustomResponsive":{"innerComponent":{"ResponsiveSender":{"props":["children","domRefKey","responsiveId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/CustomResponsive.js"},"ResponsiveReceiver":{"props":["children","responsiveId","query","eleRef","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/CustomResponsive.js"}}},"DOMRefWrapper":{"props":["children","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/RefWrapper.js"},"ResizeComponent":{"props":["wrapperDivRef","childrenList","resizeId","moreDivRef","getData","children"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":true,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/ResizeComponent.js"},"Responsive":{"innerComponent":{"ResponsiveSender":{"props":["children","domRefKey","responsiveId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/Responsive.js"},"ResponsiveReceiver":{"props":["children","responsiveId","hiddenSizes","eleRef","domRefKey"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Responsive/Responsive.js"}}},"Ribbon":{"props":["type","text","children","palette","size","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Ribbon/Ribbon.js"},"RippleEffect":{"props":["children","isActive","isDisabled","palette","hoverType","isNeedEffect","needBorder","isCopyTextEnabled"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/RippleEffect/RippleEffect.js"},"Stencils":{"props":["shape","size","palette","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Stencils/Stencils.js"},"Switch":{"props":["onChange","checked","id","name","value","disabled","isReadOnly","size","text","labelSize","labelPalette","title","disableTitle","dataId","dataSelectorId","customClass","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Switch/Switch.js"},"Tab":{"props":["id","style","text","children","className","dataId","dataSelectorId","title","titlePosition","activeClass","href","isLink","isDisabled","tourId","onClick","isActive","getTabRef","onSelect","type","isAnimate","needBorder","needAppearance","align","isVirtual","customProps"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/Tab.js"},"TabContent":{"props":["children","scroll","dataId","id","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/TabContent.js"},"TabContentWrapper":{"props":["style","className","children","dataId","selectedTab","onScroll","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/TabContentWrapper.js"},"TabWrapper":{"props":["defaultTab","hookToDisableInternalState","onSelect","type","isAnimate","needTabBorder","needBorder","needPadding","needAppearance","align","dataId","children","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/TabWrapper.js"},"Tabs":{"props":["align","children","childType","selectedTab","isAnimate","needTabBorder","isResponsive","maxTabsCount","minTabsCount","onSelect","onScroll","boxPosition","togglePopup","removeClose","moreButtonClass","moreButtonActiveClass","moreBoxClass","menuItemClass","itemClass","itemActiveClass","iconName","isPopupReady","isPopupOpen","getContainerRef","showTitleInMoreOptions","moreContainerClass","type","needAppearance","iconSize","getTargetRef","position","customProps","getCustomDropBoxHeaderPlaceHolder","dataSelectorId","style","className","dataId","highlightClass","needBorder","needPadding","containerClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tab/Tabs.js"},"Tag":{"props":["id","onSelectTag","onRemove","getRef","imageURL","hasAvatar","text","initial","active","size","rounded","palette","disabled","closePalette","closeTitle","dataId","dataSelectorId","iconName","iconSize","tooltip","avatarPalette","customClass","a11y","needEffect","isReadOnly"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tag/Tag.js"},"TextBox":{"props":["id","value","name","onFocus","onBlur","inputRef","onChange","isReadOnly","type","maxLength","placeHolder","size","onKeyUp","isDisabled","onKeyDown","variant","onClick","needBorder","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/TextBox/TextBox.js"},"TextBoxIcon":{"props":["id","value","name","onFocus","onBlur","inputRef","onChange","isReadOnly","type","maxLength","placeHolder","size","onKeyUp","isDisabled","onKeyDown","variant","onClick","needBorder","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onClear","children","iconRotated","title","showClearIcon","i18nKeys","iconOnHover","onClearMouseDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/TextBoxIcon/TextBoxIcon.js"},"Textarea":{"props":["onChange","onBlur","onKeyDown","size","placeHolder","needBorder","text","isDisabled","resize","maxLength","animated","variant","getRef","onFocus","dataId","dataSelectorId","isReadOnly","needAppearance","needReadOnlyStyle","borderColor","needEffect","autoFocus","htmlId","a11y","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Textarea/Textarea.js"},"Tooltip":{"props":["dataId","customClass"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Tooltip/Tooltip.js"},"VelocityAnimation":{"props":["children","name","duration","isActive","runOnMount","delay","isCustomized","needUIPack","isFlex"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/VelocityAnimation/VelocityAnimation/VelocityAnimation.js"},"VelocityAnimationGroup":{"props":["children","enterName","exitName","enterDuration","exitDuration","isActive","component","runOnMount","enterShowStyle","enterHideStyle","exitDelay","isFlex","enterDelay","isCustomized","name","needUIPack"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js"},"PortalLayer":{"innerComponent":{"RefElement":{"props":["Element","elementProps","renderChildren","isChildrenRestrictionNeeded","isActive"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/deprecated/PortalLayer/PortalLayer.js"},"PortalLayer":{"props":["initialState","isActive","saveUpdateFunction","saveGetFunction","name","children","renderChildren","portalId","autoZIndexNeeded","isChildrenRestrictionNeeded"],"unusedPropsInFile":[],"notValidatedProps":["isActive","name"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/deprecated/PortalLayer/PortalLayer.js"}}},"semantic-Button":{"props":["value","type","text","title","name","autoFocus","disabled","ref","dataId","onClick","children","customClass","a11y"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/semantic/Button/Button.js"},"v1-CheckBox":{"props":["id","checked","disabled","isReadOnly","disabledTitle","title","palette","text","size","labelPalette","labelSize","isFilled","isClipped","getRef","variant","active","dataId","name","activeStyle","a11y","customClass","customProps","dataSelectorId","onChange"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/CheckBox/CheckBox.js"},"v1-ListContainer":{"props":["size","active","highlight","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","onClick","onMouseEnter","onMouseOver","eleRef","mobileToTab","isTouchDevice"],"unusedPropsInFile":[],"notValidatedProps":["mobileToTab","isTouchDevice"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListContainer.js"},"v1-ListItem":{"props":["size","active","highlight","value","autoHover","palette","title","disableTitle","needTick","isLink","href","target","needBorder","isDisabled","children","dataId","dataSelectorId","a11y","customClass","customProps","needMultiLineText","getRef","index","id","onClick","onMouseEnter","replace"],"unusedPropsInFile":[],"notValidatedProps":["replace"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItem.js"},"v1-ListItemWithAvatar":{"props":["size","active","highlight","value","name","imgSrc","autoHover","isTeam","palette","title","needTick","dataId","dataSelectorId","initial","isDisabled","needBorder","disableTitle","needAvatarTitle","avatarPalette","a11y","customClass","customProps","needMultiLineText","index","id","getRef","onClick","onMouseEnter"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItemWithAvatar.js"},"v1-ListItemWithCheckBox":{"props":["size","active","highlight","value","checked","autoHover","palette","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText","id","index","onHover","onClick","getRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItemWithCheckBox.js"},"v1-ListItemWithIcon":{"props":["size","active","highlight","value","iconName","iconSize","autoHover","palette","iconClass","dataId","dataSelectorId","title","needTick","isLink","href","target","needBorder","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText","getRef","onClick","onMouseEnter","index","id","replace"],"unusedPropsInFile":[],"notValidatedProps":["replace"],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItemWithIcon.js"},"v1-ListItemWithRadio":{"props":["size","active","highlight","value","checked","autoHover","palette","id","dataId","dataSelectorId","title","isDisabled","disableTitle","a11y","customClass","customProps","needMultiLineText","getRef","onClick","onHover","index"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/ListItem/ListItemWithRadio.js"},"v1-Radio":{"props":["id","name","value","checked","disabled","isReadOnly","palette","disabledTitle","title","text","labelPalette","size","labelSize","variant","active","isFilled","customClass","a11y","onChange"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Radio/Radio.js"},"v1-Ribbon":{"props":["type","text","children","palette","size","dataId","customClass","dataSelectorId"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Ribbon/Ribbon.js"},"v1-Switch":{"props":["id","name","value","checked","disabled","isReadOnly","size","text","labelSize","labelPalette","title","disableTitle","dataId","dataSelectorId","customClass","customProps","onChange"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Switch/Switch.js"},"v1-Tag":{"props":["imageURL","hasAvatar","text","onRemove","initial","active","size","rounded","palette","disabled","closePalette","onSelectTag","closeTitle","dataId","dataSelectorId","iconName","iconSize","tooltip","avatarPalette","customClass","a11y","needEffect","isReadOnly","id","getRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Tag/Tag.js"},"Textbox":{"props":["type","name","id","maxLength","placeHolder","size","onKeyUp","isReadOnly","isDisabled","onKeyDown","variant","onClick","needBorder","value","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onFocus","onBlur","onChange","inputRef"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/TextBox/TextBox.js"},"v1-TextBoxIcon":{"props":["type","name","id","maxLength","placeHolder","size","onKeyUp","isReadOnly","isDisabled","onKeyDown","variant","onClick","needBorder","value","dataId","autofocus","needReadOnlyStyle","needAppearance","isClickable","onKeyPress","needEffect","autoComplete","borderColor","onMouseDown","htmlId","a11y","customClass","isFocus","customProps","dataSelectorId","onFocus","onBlur","onChange","inputRef","children","iconRotated","onClear","title","showClearIcon","i18nKeys","iconOnHover","onClearMouseDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/TextBoxIcon/TextBoxIcon.js"},"v1-Textarea":{"props":["size","placeHolder","needBorder","text","isDisabled","resize","maxLength","animated","variant","getRef","onFocus","dataId","dataSelectorId","isReadOnly","needAppearance","needReadOnlyStyle","borderColor","needEffect","autoFocus","htmlId","a11y","customClass","onChange","onBlur","onKeyDown"],"unusedPropsInFile":[],"notValidatedProps":[],"UnUsedValidatedProps":[],"noSeperatePropsFile":false,"FilePath":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/v1/Textarea/Textarea.js"}};
72
72
  const tableContainer = document.getElementById( 'table-container' );
73
73
  const table = document.createElement( 'table' );
74
74
  const thead = document.createElement( 'thead' );
package/README.md CHANGED
@@ -32,6 +32,12 @@ In this Package, we Provide Some Basic Components to Build Web App
32
32
  - TextBoxIcon
33
33
  - Tooltip
34
34
 
35
+ # 1.2.2
36
+
37
+ - **Button** id attribute has been added
38
+
39
+ - **Heading** a11y prop has been added
40
+
35
41
  # 1.2.1
36
42
 
37
43
  - Proptypes and PlayGround Validated
@@ -135,7 +135,13 @@
135
135
  <a name='L70'></a><a href='#L70'>70</a>
136
136
  <a name='L71'></a><a href='#L71'>71</a>
137
137
  <a name='L72'></a><a href='#L72'>72</a>
138
- <a name='L73'></a><a href='#L73'>73</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
138
+ <a name='L73'></a><a href='#L73'>73</a>
139
+ <a name='L74'></a><a href='#L74'>74</a>
140
+ <a name='L75'></a><a href='#L75'>75</a>
141
+ <a name='L76'></a><a href='#L76'>76</a>
142
+ <a name='L77'></a><a href='#L77'>77</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
143
+ <span class="cline-any cline-neutral">&nbsp;</span>
144
+ <span class="cline-any cline-neutral">&nbsp;</span>
139
145
  <span class="cline-any cline-neutral">&nbsp;</span>
140
146
  <span class="cline-any cline-neutral">&nbsp;</span>
141
147
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -197,6 +203,8 @@
197
203
  <span class="cline-any cline-neutral">&nbsp;</span>
198
204
  <span class="cline-any cline-neutral">&nbsp;</span>
199
205
  <span class="cline-any cline-neutral">&nbsp;</span>
206
+ <span class="cline-any cline-neutral">&nbsp;</span>
207
+ <span class="cline-any cline-neutral">&nbsp;</span>
200
208
  <span class="cline-any cline-yes">1x</span>
201
209
  <span class="cline-any cline-neutral">&nbsp;</span>
202
210
  <span class="cline-any cline-yes">1x</span>
@@ -232,7 +240,9 @@ export default function Button(props) {
232
240
  title,
233
241
  dataSelectorId,
234
242
  customProps,
235
- customStyle
243
+ customStyle,
244
+ a11y,
245
+ id
236
246
  } = props;
237
247
  &nbsp;
238
248
  const finalStyle = mergeStyle(style, customStyle);
@@ -256,6 +266,8 @@ export default function Button(props) {
256
266
  ref={getRef}
257
267
  data-selector-id={dataSelectorId}
258
268
  {...customProps}
269
+ {...a11y}
270
+ id={id}
259
271
  &gt;
260
272
  {children ? <span class="branch-0 cbranch-no" title="branch not covered" >children </span>: text}
261
273
  {statusLower !== 'none' &amp;&amp; needAppearance &amp;&amp; (
@@ -286,7 +298,7 @@ Button.propTypes = propTypes;
286
298
  <div class='footer quiet pad2 space-top1 center small'>
287
299
  Code coverage generated by
288
300
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289
- at 2023-08-11T17:46:20.575Z
301
+ at 2023-08-16T17:22:35.940Z
290
302
  </div>
291
303
  <script src="../prettify.js"></script>
292
304
  <script>
@@ -1426,7 +1426,7 @@
1426
1426
  <div class='footer quiet pad2 space-top1 center small'>
1427
1427
  Code coverage generated by
1428
1428
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1429
- at 2023-08-11T17:46:20.575Z
1429
+ at 2023-08-16T17:22:35.940Z
1430
1430
  </div>
1431
1431
  <script src="../../prettify.js"></script>
1432
1432
  <script>
@@ -199,7 +199,7 @@ export default function cssJSLogic({ props, style }) {
199
199
  <div class='footer quiet pad2 space-top1 center small'>
200
200
  Code coverage generated by
201
201
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
202
- at 2023-08-11T17:46:20.575Z
202
+ at 2023-08-16T17:22:35.940Z
203
203
  </div>
204
204
  <script src="../../prettify.js"></script>
205
205
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-11T17:46:20.575Z
119
+ at 2023-08-16T17:22:35.940Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2023-08-11T17:46:20.575Z
104
+ at 2023-08-16T17:22:35.940Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
@@ -81,7 +81,8 @@
81
81
  <a name='L16'></a><a href='#L16'>16</a>
82
82
  <a name='L17'></a><a href='#L17'>17</a>
83
83
  <a name='L18'></a><a href='#L18'>18</a>
84
- <a name='L19'></a><a href='#L19'>19</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
84
+ <a name='L19'></a><a href='#L19'>19</a>
85
+ <a name='L20'></a><a href='#L20'>20</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
85
86
  <span class="cline-any cline-neutral">&nbsp;</span>
86
87
  <span class="cline-any cline-yes">1x</span>
87
88
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -99,6 +100,7 @@
99
100
  <span class="cline-any cline-neutral">&nbsp;</span>
100
101
  <span class="cline-any cline-neutral">&nbsp;</span>
101
102
  <span class="cline-any cline-neutral">&nbsp;</span>
103
+ <span class="cline-any cline-neutral">&nbsp;</span>
102
104
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { dummyFunction } from '../../utils/dummyFunction';
103
105
  &nbsp;
104
106
  export const defaultProps = {
@@ -115,7 +117,8 @@ export const defaultProps = {
115
117
  status: 'none',
116
118
  text: 'Button',
117
119
  customClass: {},
118
- customProps: {}
120
+ customProps: {},
121
+ a11y: {}
119
122
  };
120
123
  &nbsp;</pre></td></tr></table></pre>
121
124
 
@@ -124,7 +127,7 @@ export const defaultProps = {
124
127
  <div class='footer quiet pad2 space-top1 center small'>
125
128
  Code coverage generated by
126
129
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
127
- at 2023-08-11T17:46:20.575Z
130
+ at 2023-08-16T17:22:35.940Z
128
131
  </div>
129
132
  <script src="../../prettify.js"></script>
130
133
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-11T17:46:20.575Z
119
+ at 2023-08-16T17:22:35.940Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -187,7 +187,7 @@ export default propTypes;
187
187
  <div class='footer quiet pad2 space-top1 center small'>
188
188
  Code coverage generated by
189
189
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
190
- at 2023-08-11T17:46:20.575Z
190
+ at 2023-08-16T17:22:35.940Z
191
191
  </div>
192
192
  <script src="../../prettify.js"></script>
193
193
  <script>
@@ -205,7 +205,7 @@ Buttongroup.propTypes = propTypes;
205
205
  <div class='footer quiet pad2 space-top1 center small'>
206
206
  Code coverage generated by
207
207
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
208
- at 2023-08-11T17:46:20.575Z
208
+ at 2023-08-16T17:22:35.940Z
209
209
  </div>
210
210
  <script src="../prettify.js"></script>
211
211
  <script>
@@ -283,7 +283,7 @@
283
283
  <div class='footer quiet pad2 space-top1 center small'>
284
284
  Code coverage generated by
285
285
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
286
- at 2023-08-11T17:46:20.575Z
286
+ at 2023-08-16T17:22:35.940Z
287
287
  </div>
288
288
  <script src="../prettify.js"></script>
289
289
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-11T17:46:20.575Z
119
+ at 2023-08-16T17:22:35.940Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -88,7 +88,7 @@
88
88
  <div class='footer quiet pad2 space-top1 center small'>
89
89
  Code coverage generated by
90
90
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
91
- at 2023-08-11T17:46:20.575Z
91
+ at 2023-08-16T17:22:35.940Z
92
92
  </div>
93
93
  <script src="../../prettify.js"></script>
94
94
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-08-11T17:46:20.575Z
119
+ at 2023-08-16T17:22:35.940Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -100,7 +100,7 @@ export const propTypes = {
100
100
  <div class='footer quiet pad2 space-top1 center small'>
101
101
  Code coverage generated by
102
102
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
103
- at 2023-08-11T17:46:20.575Z
103
+ at 2023-08-16T17:22:35.940Z
104
104
  </div>
105
105
  <script src="../../prettify.js"></script>
106
106
  <script>
@@ -1,11 +1,11 @@
1
- {"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/Button.js": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/Button.js","statementMap":{"0":{"start":{"line":27,"column":6},"end":{"line":27,"column":11}},"1":{"start":{"line":29,"column":21},"end":{"line":29,"column":51}},"2":{"start":{"line":31,"column":63},"end":{"line":34,"column":4}},"3":{"start":{"line":36,"column":20},"end":{"line":36,"column":40}},"4":{"start":{"line":38,"column":2},"end":{"line":60,"column":4}},"5":{"start":{"line":63,"column":0},"end":{"line":63,"column":35}},"6":{"start":{"line":65,"column":0},"end":{"line":65,"column":29}}},"fnMap":{"0":{"name":"Button","decl":{"start":{"line":13,"column":24},"end":{"line":13,"column":30}},"loc":{"start":{"line":13,"column":38},"end":{"line":61,"column":1}},"line":13}},"branchMap":{"0":{"loc":{"start":{"line":41,"column":15},"end":{"line":41,"column":55}},"type":"cond-expr","locations":[{"start":{"line":41,"column":26},"end":{"line":41,"column":46}},{"start":{"line":41,"column":49},"end":{"line":41,"column":55}}],"line":41},"1":{"loc":{"start":{"line":42,"column":20},"end":{"line":42,"column":60}},"type":"cond-expr","locations":[{"start":{"line":42,"column":31},"end":{"line":42,"column":51}},{"start":{"line":42,"column":54},"end":{"line":42,"column":60}}],"line":42},"2":{"loc":{"start":{"line":43,"column":16},"end":{"line":43,"column":53}},"type":"binary-expr","locations":[{"start":{"line":43,"column":16},"end":{"line":43,"column":24}},{"start":{"line":43,"column":28},"end":{"line":43,"column":53}}],"line":43},"3":{"loc":{"start":{"line":51,"column":7},"end":{"line":51,"column":33}},"type":"cond-expr","locations":[{"start":{"line":51,"column":18},"end":{"line":51,"column":26}},{"start":{"line":51,"column":29},"end":{"line":51,"column":33}}],"line":51},"4":{"loc":{"start":{"line":52,"column":7},"end":{"line":58,"column":7}},"type":"binary-expr","locations":[{"start":{"line":52,"column":7},"end":{"line":52,"column":29}},{"start":{"line":52,"column":33},"end":{"line":52,"column":47}},{"start":{"line":53,"column":8},"end":{"line":57,"column":14}}],"line":52}},"s":{"0":28,"1":28,"2":28,"3":28,"4":28,"5":1,"6":1},"f":{"0":28},"b":{"0":[1,27],"1":[1,27],"2":[28,27],"3":[0,28],"4":[28,4,4]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"310a4b7515bf58d5b5c5a6c3385c20b18de908f5"}
2
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/css/Button.module.css": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/css/Button.module.css","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":45,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"inputSourceMap":null,"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"757cb7a39d2ebd54158da84009e5f917f03507cf"}
3
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/css/cssJSLogic.js": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/css/cssJSLogic.js","statementMap":{"0":{"start":{"line":4,"column":90},"end":{"line":4,"column":95}},"1":{"start":{"line":6,"column":72},"end":{"line":6,"column":83}},"2":{"start":{"line":8,"column":21},"end":{"line":8,"column":42}},"3":{"start":{"line":9,"column":20},"end":{"line":9,"column":40}},"4":{"start":{"line":11,"column":20},"end":{"line":21,"column":4}},"5":{"start":{"line":23,"column":26},"end":{"line":28,"column":4}},"6":{"start":{"line":30,"column":25},"end":{"line":36,"column":4}},"7":{"start":{"line":38,"column":2},"end":{"line":42,"column":4}}},"fnMap":{"0":{"name":"cssJSLogic","decl":{"start":{"line":3,"column":24},"end":{"line":3,"column":34}},"loc":{"start":{"line":3,"column":53},"end":{"line":43,"column":1}},"line":3}},"branchMap":{"0":{"loc":{"start":{"line":6,"column":8},"end":{"line":6,"column":25}},"type":"default-arg","locations":[{"start":{"line":6,"column":23},"end":{"line":6,"column":25}}],"line":6},"1":{"loc":{"start":{"line":6,"column":27},"end":{"line":6,"column":44}},"type":"default-arg","locations":[{"start":{"line":6,"column":42},"end":{"line":6,"column":44}}],"line":6},"2":{"loc":{"start":{"line":6,"column":46},"end":{"line":6,"column":67}},"type":"default-arg","locations":[{"start":{"line":6,"column":65},"end":{"line":6,"column":67}}],"line":6},"3":{"loc":{"start":{"line":16,"column":21},"end":{"line":16,"column":46}},"type":"binary-expr","locations":[{"start":{"line":16,"column":21},"end":{"line":16,"column":35}},{"start":{"line":16,"column":39},"end":{"line":16,"column":46}}],"line":16},"4":{"loc":{"start":{"line":17,"column":33},"end":{"line":17,"column":60}},"type":"binary-expr","locations":[{"start":{"line":17,"column":33},"end":{"line":17,"column":47}},{"start":{"line":17,"column":51},"end":{"line":17,"column":60}}],"line":17},"5":{"loc":{"start":{"line":18,"column":27},"end":{"line":18,"column":53}},"type":"binary-expr","locations":[{"start":{"line":18,"column":27},"end":{"line":18,"column":41}},{"start":{"line":18,"column":45},"end":{"line":18,"column":53}}],"line":18},"6":{"loc":{"start":{"line":19,"column":42},"end":{"line":19,"column":79}},"type":"binary-expr","locations":[{"start":{"line":19,"column":42},"end":{"line":19,"column":56}},{"start":{"line":19,"column":60},"end":{"line":19,"column":68}},{"start":{"line":19,"column":72},"end":{"line":19,"column":79}}],"line":19},"7":{"loc":{"start":{"line":20,"column":20},"end":{"line":20,"column":62}},"type":"binary-expr","locations":[{"start":{"line":20,"column":20},"end":{"line":20,"column":36}},{"start":{"line":20,"column":40},"end":{"line":20,"column":62}}],"line":20}},"s":{"0":28,"1":28,"2":28,"3":28,"4":28,"5":28,"6":28,"7":28},"f":{"0":28},"b":{"0":[27],"1":[26],"2":[27],"3":[28,27],"4":[28,27],"5":[28,27],"6":[28,27,0],"7":[28,27]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"83ad9e91c5b73e460148a0b9ce6a7423978e4318"}
4
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/props/defaultProps.js": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/props/defaultProps.js","statementMap":{"0":{"start":{"line":3,"column":28},"end":{"line":18,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"30f00c83c709a3736fe88c4ca4c861619f9978bc"}
5
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/props/propTypes.js": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/props/propTypes.js","statementMap":{"0":{"start":{"line":3,"column":25},"end":{"line":37,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"f3de2e041524dc4074e4f39435d99dd99f4b2f6f"}
6
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/Buttongroup.js": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/Buttongroup.js","statementMap":{"0":{"start":{"line":9,"column":82},"end":{"line":9,"column":92}},"1":{"start":{"line":10,"column":19},"end":{"line":10,"column":21}},"2":{"start":{"line":11,"column":4},"end":{"line":15,"column":9}},"3":{"start":{"line":13,"column":23},"end":{"line":13,"column":67}},"4":{"start":{"line":14,"column":8},"end":{"line":14,"column":32}},"5":{"start":{"line":16,"column":4},"end":{"line":25,"column":6}},"6":{"start":{"line":29,"column":0},"end":{"line":29,"column":40}},"7":{"start":{"line":30,"column":0},"end":{"line":30,"column":34}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":8,"column":2},"end":{"line":8,"column":3}},"loc":{"start":{"line":8,"column":11},"end":{"line":26,"column":3}},"line":8},"1":{"name":"(anonymous_1)","decl":{"start":{"line":12,"column":23},"end":{"line":12,"column":24}},"loc":{"start":{"line":12,"column":34},"end":{"line":15,"column":7}},"line":12}},"branchMap":{"0":{"loc":{"start":{"line":11,"column":4},"end":{"line":15,"column":8}},"type":"binary-expr","locations":[{"start":{"line":11,"column":4},"end":{"line":11,"column":12}},{"start":{"line":12,"column":6},"end":{"line":15,"column":8}}],"line":11},"1":{"loc":{"start":{"line":18,"column":58},"end":{"line":18,"column":88}},"type":"cond-expr","locations":[{"start":{"line":18,"column":72},"end":{"line":18,"column":83}},{"start":{"line":18,"column":86},"end":{"line":18,"column":88}}],"line":18}},"s":{"0":8,"1":8,"2":8,"3":21,"4":21,"5":8,"6":1,"7":1},"f":{"0":8,"1":21},"b":{"0":[8,7],"1":[1,7]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"106d519187109ea7b47a3fb793a79dd3a570ef24"}
7
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/Buttongroup.module.css": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/Buttongroup.module.css","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":10,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"inputSourceMap":null,"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"b19a853c5ee33a27215725a96c4e52b463fb5a91"}
8
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/props/defaultProps.js": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/props/defaultProps.js","statementMap":{"0":{"start":{"line":1,"column":28},"end":{"line":6,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"f95e882a39620189c3ae2039de92b99d750f1b9b"}
9
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/props/propTypes.js": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/props/propTypes.js","statementMap":{"0":{"start":{"line":3,"column":25},"end":{"line":10,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"93f1808b20e9dbecc64cad1b0a940262dbc7c706"}
10
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/dummyFunction.js": {"path":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/dummyFunction.js","statementMap":{"0":{"start":{"line":1,"column":29},"end":{"line":1,"column":37}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":1,"column":29},"end":{"line":1,"column":30}},"loc":{"start":{"line":1,"column":35},"end":{"line":1,"column":37}},"line":1}},"branchMap":{},"s":{"0":1},"f":{"0":0},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"76fdc276dc63ea851de40e04f7a68b9fa37819f0"}
1
+ {"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/Button.js": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/Button.js","statementMap":{"0":{"start":{"line":29,"column":6},"end":{"line":29,"column":11}},"1":{"start":{"line":31,"column":21},"end":{"line":31,"column":51}},"2":{"start":{"line":33,"column":63},"end":{"line":36,"column":4}},"3":{"start":{"line":38,"column":20},"end":{"line":38,"column":40}},"4":{"start":{"line":40,"column":2},"end":{"line":64,"column":4}},"5":{"start":{"line":67,"column":0},"end":{"line":67,"column":35}},"6":{"start":{"line":69,"column":0},"end":{"line":69,"column":29}}},"fnMap":{"0":{"name":"Button","decl":{"start":{"line":13,"column":24},"end":{"line":13,"column":30}},"loc":{"start":{"line":13,"column":38},"end":{"line":65,"column":1}},"line":13}},"branchMap":{"0":{"loc":{"start":{"line":43,"column":15},"end":{"line":43,"column":55}},"type":"cond-expr","locations":[{"start":{"line":43,"column":26},"end":{"line":43,"column":46}},{"start":{"line":43,"column":49},"end":{"line":43,"column":55}}],"line":43},"1":{"loc":{"start":{"line":44,"column":20},"end":{"line":44,"column":60}},"type":"cond-expr","locations":[{"start":{"line":44,"column":31},"end":{"line":44,"column":51}},{"start":{"line":44,"column":54},"end":{"line":44,"column":60}}],"line":44},"2":{"loc":{"start":{"line":45,"column":16},"end":{"line":45,"column":53}},"type":"binary-expr","locations":[{"start":{"line":45,"column":16},"end":{"line":45,"column":24}},{"start":{"line":45,"column":28},"end":{"line":45,"column":53}}],"line":45},"3":{"loc":{"start":{"line":55,"column":7},"end":{"line":55,"column":33}},"type":"cond-expr","locations":[{"start":{"line":55,"column":18},"end":{"line":55,"column":26}},{"start":{"line":55,"column":29},"end":{"line":55,"column":33}}],"line":55},"4":{"loc":{"start":{"line":56,"column":7},"end":{"line":62,"column":7}},"type":"binary-expr","locations":[{"start":{"line":56,"column":7},"end":{"line":56,"column":29}},{"start":{"line":56,"column":33},"end":{"line":56,"column":47}},{"start":{"line":57,"column":8},"end":{"line":61,"column":14}}],"line":56}},"s":{"0":28,"1":28,"2":28,"3":28,"4":28,"5":1,"6":1},"f":{"0":28},"b":{"0":[1,27],"1":[1,27],"2":[28,27],"3":[0,28],"4":[28,4,4]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"75a968a3612dc64eb7260481a0d9ace6c96d264e"}
2
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/css/Button.module.css": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/css/Button.module.css","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":45,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"inputSourceMap":null,"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"e5604752eed76e88e634a0fa510bc2fe05cd2301"}
3
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/css/cssJSLogic.js": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/css/cssJSLogic.js","statementMap":{"0":{"start":{"line":4,"column":90},"end":{"line":4,"column":95}},"1":{"start":{"line":6,"column":72},"end":{"line":6,"column":83}},"2":{"start":{"line":8,"column":21},"end":{"line":8,"column":42}},"3":{"start":{"line":9,"column":20},"end":{"line":9,"column":40}},"4":{"start":{"line":11,"column":20},"end":{"line":21,"column":4}},"5":{"start":{"line":23,"column":26},"end":{"line":28,"column":4}},"6":{"start":{"line":30,"column":25},"end":{"line":36,"column":4}},"7":{"start":{"line":38,"column":2},"end":{"line":42,"column":4}}},"fnMap":{"0":{"name":"cssJSLogic","decl":{"start":{"line":3,"column":24},"end":{"line":3,"column":34}},"loc":{"start":{"line":3,"column":53},"end":{"line":43,"column":1}},"line":3}},"branchMap":{"0":{"loc":{"start":{"line":6,"column":8},"end":{"line":6,"column":25}},"type":"default-arg","locations":[{"start":{"line":6,"column":23},"end":{"line":6,"column":25}}],"line":6},"1":{"loc":{"start":{"line":6,"column":27},"end":{"line":6,"column":44}},"type":"default-arg","locations":[{"start":{"line":6,"column":42},"end":{"line":6,"column":44}}],"line":6},"2":{"loc":{"start":{"line":6,"column":46},"end":{"line":6,"column":67}},"type":"default-arg","locations":[{"start":{"line":6,"column":65},"end":{"line":6,"column":67}}],"line":6},"3":{"loc":{"start":{"line":16,"column":21},"end":{"line":16,"column":46}},"type":"binary-expr","locations":[{"start":{"line":16,"column":21},"end":{"line":16,"column":35}},{"start":{"line":16,"column":39},"end":{"line":16,"column":46}}],"line":16},"4":{"loc":{"start":{"line":17,"column":33},"end":{"line":17,"column":60}},"type":"binary-expr","locations":[{"start":{"line":17,"column":33},"end":{"line":17,"column":47}},{"start":{"line":17,"column":51},"end":{"line":17,"column":60}}],"line":17},"5":{"loc":{"start":{"line":18,"column":27},"end":{"line":18,"column":53}},"type":"binary-expr","locations":[{"start":{"line":18,"column":27},"end":{"line":18,"column":41}},{"start":{"line":18,"column":45},"end":{"line":18,"column":53}}],"line":18},"6":{"loc":{"start":{"line":19,"column":42},"end":{"line":19,"column":79}},"type":"binary-expr","locations":[{"start":{"line":19,"column":42},"end":{"line":19,"column":56}},{"start":{"line":19,"column":60},"end":{"line":19,"column":68}},{"start":{"line":19,"column":72},"end":{"line":19,"column":79}}],"line":19},"7":{"loc":{"start":{"line":20,"column":20},"end":{"line":20,"column":62}},"type":"binary-expr","locations":[{"start":{"line":20,"column":20},"end":{"line":20,"column":36}},{"start":{"line":20,"column":40},"end":{"line":20,"column":62}}],"line":20}},"s":{"0":28,"1":28,"2":28,"3":28,"4":28,"5":28,"6":28,"7":28},"f":{"0":28},"b":{"0":[27],"1":[26],"2":[27],"3":[28,27],"4":[28,27],"5":[28,27],"6":[28,27,0],"7":[28,27]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"b548b361bf00eb60e5307467230f405825d3e76c"}
4
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/props/defaultProps.js": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/props/defaultProps.js","statementMap":{"0":{"start":{"line":3,"column":28},"end":{"line":19,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"c02901860ca61abb3d7574f6cc6d0a970d6a14a9"}
5
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/props/propTypes.js": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/props/propTypes.js","statementMap":{"0":{"start":{"line":3,"column":25},"end":{"line":37,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"498097d56a476cbe2342bdda8dc681fc045eb3ab"}
6
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/Buttongroup.js": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/Buttongroup.js","statementMap":{"0":{"start":{"line":9,"column":82},"end":{"line":9,"column":92}},"1":{"start":{"line":10,"column":19},"end":{"line":10,"column":21}},"2":{"start":{"line":11,"column":4},"end":{"line":15,"column":9}},"3":{"start":{"line":13,"column":23},"end":{"line":13,"column":67}},"4":{"start":{"line":14,"column":8},"end":{"line":14,"column":32}},"5":{"start":{"line":16,"column":4},"end":{"line":25,"column":6}},"6":{"start":{"line":29,"column":0},"end":{"line":29,"column":40}},"7":{"start":{"line":30,"column":0},"end":{"line":30,"column":34}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":8,"column":2},"end":{"line":8,"column":3}},"loc":{"start":{"line":8,"column":11},"end":{"line":26,"column":3}},"line":8},"1":{"name":"(anonymous_1)","decl":{"start":{"line":12,"column":23},"end":{"line":12,"column":24}},"loc":{"start":{"line":12,"column":34},"end":{"line":15,"column":7}},"line":12}},"branchMap":{"0":{"loc":{"start":{"line":11,"column":4},"end":{"line":15,"column":8}},"type":"binary-expr","locations":[{"start":{"line":11,"column":4},"end":{"line":11,"column":12}},{"start":{"line":12,"column":6},"end":{"line":15,"column":8}}],"line":11},"1":{"loc":{"start":{"line":18,"column":58},"end":{"line":18,"column":88}},"type":"cond-expr","locations":[{"start":{"line":18,"column":72},"end":{"line":18,"column":83}},{"start":{"line":18,"column":86},"end":{"line":18,"column":88}}],"line":18}},"s":{"0":8,"1":8,"2":8,"3":21,"4":21,"5":8,"6":1,"7":1},"f":{"0":8,"1":21},"b":{"0":[8,7],"1":[1,7]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"83c758954d25fb97cde58ce78816f53e5d360381"}
7
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/Buttongroup.module.css": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/Buttongroup.module.css","statementMap":{"0":{"start":{"line":1,"column":0},"end":{"line":10,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"inputSourceMap":null,"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"27478b0145e68bcbde4953657af8e69ec1cf5cfe"}
8
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/props/defaultProps.js": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/props/defaultProps.js","statementMap":{"0":{"start":{"line":1,"column":28},"end":{"line":6,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"fdcb590d0af9876189f5a440569d4dbcd016fe90"}
9
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/props/propTypes.js": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/props/propTypes.js","statementMap":{"0":{"start":{"line":3,"column":25},"end":{"line":10,"column":1}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"841fb9e440acad3e856bb5a18b97b519d3b3ab95"}
10
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/utils/dummyFunction.js": {"path":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/utils/dummyFunction.js","statementMap":{"0":{"start":{"line":1,"column":29},"end":{"line":1,"column":37}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":1,"column":29},"end":{"line":1,"column":30}},"loc":{"start":{"line":1,"column":35},"end":{"line":1,"column":37}},"line":1}},"branchMap":{},"s":{"0":1},"f":{"0":0},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"4d435a149edc5c67e3bf9c9a7a3f047818cf7bbf"}
11
11
  }
@@ -1,12 +1,12 @@
1
1
  {"total": {"lines":{"total":30,"covered":30,"skipped":0,"pct":100},"statements":{"total":30,"covered":30,"skipped":0,"pct":100},"functions":{"total":5,"covered":4,"skipped":0,"pct":80},"branches":{"total":29,"covered":27,"skipped":0,"pct":93.1},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}
2
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/Button.js": {"lines":{"total":7,"covered":7,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":7,"covered":7,"skipped":0,"pct":100},"branches":{"total":11,"covered":10,"skipped":0,"pct":90.9}}
3
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/css/Button.module.css": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
4
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/css/cssJSLogic.js": {"lines":{"total":8,"covered":8,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":8,"covered":8,"skipped":0,"pct":100},"branches":{"total":14,"covered":13,"skipped":0,"pct":92.85}}
5
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/props/defaultProps.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
6
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/props/propTypes.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
7
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/Buttongroup.js": {"lines":{"total":8,"covered":8,"skipped":0,"pct":100},"functions":{"total":2,"covered":2,"skipped":0,"pct":100},"statements":{"total":8,"covered":8,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}}
8
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/Buttongroup.module.css": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
9
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/props/defaultProps.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
10
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/props/propTypes.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
11
- ,"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/dummyFunction.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":1,"covered":0,"skipped":0,"pct":0},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
2
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/Button.js": {"lines":{"total":7,"covered":7,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":7,"covered":7,"skipped":0,"pct":100},"branches":{"total":11,"covered":10,"skipped":0,"pct":90.9}}
3
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/css/Button.module.css": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
4
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/css/cssJSLogic.js": {"lines":{"total":8,"covered":8,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":8,"covered":8,"skipped":0,"pct":100},"branches":{"total":14,"covered":13,"skipped":0,"pct":92.85}}
5
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/props/defaultProps.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
6
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/props/propTypes.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
7
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/Buttongroup.js": {"lines":{"total":8,"covered":8,"skipped":0,"pct":100},"functions":{"total":2,"covered":2,"skipped":0,"pct":100},"statements":{"total":8,"covered":8,"skipped":0,"pct":100},"branches":{"total":4,"covered":4,"skipped":0,"pct":100}}
8
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/Buttongroup.module.css": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
9
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/props/defaultProps.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
10
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/props/propTypes.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":0,"covered":0,"skipped":0,"pct":100},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
11
+ ,"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/utils/dummyFunction.js": {"lines":{"total":1,"covered":1,"skipped":0,"pct":100},"functions":{"total":1,"covered":0,"skipped":0,"pct":0},"statements":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":0,"covered":0,"skipped":0,"pct":100}}
12
12
  }
@@ -176,7 +176,7 @@
176
176
  <div class='footer quiet pad2 space-top1 center small'>
177
177
  Code coverage generated by
178
178
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
179
- at 2023-08-11T17:46:20.575Z
179
+ at 2023-08-16T17:22:35.940Z
180
180
  </div>
181
181
  <script src="prettify.js"></script>
182
182
  <script>
@@ -73,7 +73,7 @@
73
73
  <div class='footer quiet pad2 space-top1 center small'>
74
74
  Code coverage generated by
75
75
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
76
- at 2023-08-11T17:46:20.575Z
76
+ at 2023-08-16T17:22:35.940Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2023-08-11T17:46:20.575Z
104
+ at 2023-08-16T17:22:35.940Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
@@ -27,7 +27,9 @@ export default function Button(props) {
27
27
  title,
28
28
  dataSelectorId,
29
29
  customProps,
30
- customStyle
30
+ customStyle,
31
+ a11y,
32
+ id
31
33
  } = props;
32
34
  const finalStyle = mergeStyle(style, customStyle);
33
35
  const {
@@ -49,7 +51,9 @@ export default function Button(props) {
49
51
  type: "button",
50
52
  ref: getRef,
51
53
  "data-selector-id": dataSelectorId
52
- }, customProps), children ? children : text, statusLower !== 'none' && needAppearance && /*#__PURE__*/React.createElement("div", {
54
+ }, customProps, a11y, {
55
+ id: id
56
+ }), children ? children : text, statusLower !== 'none' && needAppearance && /*#__PURE__*/React.createElement("div", {
53
57
  className: finalStyle.overlay
54
58
  }, /*#__PURE__*/React.createElement("div", {
55
59
  className: loaderParentClass
@@ -13,5 +13,6 @@ export const defaultProps = {
13
13
  status: 'none',
14
14
  text: 'Button',
15
15
  customClass: {},
16
- customProps: {}
16
+ customProps: {},
17
+ a11y: {}
17
18
  };
@@ -1,5 +1,5 @@
1
1
  .reset {
2
- font-size: initial ;
2
+ font-size: inherit ;
3
3
  font-weight: initial;
4
4
  margin: initial ;
5
5
  }
package/es/Label/Label.js CHANGED
@@ -21,8 +21,12 @@ export default class Label extends React.Component {
21
21
  dataSelectorId,
22
22
  variant,
23
23
  customClass,
24
- id
24
+ id,
25
+ a11y = {}
25
26
  } = this.props;
27
+ const {
28
+ tabIndex
29
+ } = a11y;
26
30
  return /*#__PURE__*/React.createElement("label", {
27
31
  className: `${style.label} ${style[type]} ${style[size]} ${colors[palette]} ${style[`font_${variant}`]}
28
32
  ${clipped ? style.dotted : ''} ${onClick ? style.pointer : style.cursor} ${customClass} `,
@@ -32,7 +36,8 @@ export default class Label extends React.Component {
32
36
  "data-test-id": dataId,
33
37
  "data-selector-id": dataSelectorId,
34
38
  onClick: onClick,
35
- id: id
39
+ id: id,
40
+ tabIndex: tabIndex
36
41
  }, text);
37
42
  }
38
43
 
@@ -12,5 +12,8 @@ export const propTypes = {
12
12
  type: PropTypes.oneOf(['title', 'subtitle']),
13
13
  variant: PropTypes.oneOf(['primary', 'default']),
14
14
  customClass: PropTypes.string,
15
+ a11y: PropTypes.shape({
16
+ tabIndex: PropTypes.string
17
+ }),
15
18
  id: PropTypes.string
16
19
  };
@@ -6,7 +6,7 @@ import { propTypes } from './props/propTypes';
6
6
  /* eslint css-modules/no-unused-class: [2, { markAsUsed: ['xmedium', 'medium', 'small', 'default', 'primary', 'secondary'] }] */
7
7
 
8
8
  import style from './TextBox.module.css';
9
- export default class Textbox extends React.PureComponent {
9
+ export default class TextBox extends React.PureComponent {
10
10
  constructor(props) {
11
11
  super(props);
12
12
  this.onChange = this.onChange.bind(this);
@@ -171,8 +171,8 @@ export default class Textbox extends React.PureComponent {
171
171
  }
172
172
 
173
173
  }
174
- Textbox.defaultProps = defaultProps;
175
- Textbox.propTypes = propTypes; // if (__DOCS__) {
174
+ TextBox.defaultProps = defaultProps;
175
+ TextBox.propTypes = propTypes; // if (__DOCS__) {
176
176
  // Textbox.docs = {
177
177
  // componentGroup: 'Form Elements',
178
178
  // folderName: 'Style Guide',
@@ -40,7 +40,9 @@ function Button(props) {
40
40
  title = props.title,
41
41
  dataSelectorId = props.dataSelectorId,
42
42
  customProps = props.customProps,
43
- customStyle = props.customStyle;
43
+ customStyle = props.customStyle,
44
+ a11y = props.a11y,
45
+ id = props.id;
44
46
  var finalStyle = (0, _utils.mergeStyle)(_ButtonModule["default"], customStyle);
45
47
 
46
48
  var _cssJSLogic = (0, _cssJSLogic2["default"])({
@@ -62,7 +64,9 @@ function Button(props) {
62
64
  type: "button",
63
65
  ref: getRef,
64
66
  "data-selector-id": dataSelectorId
65
- }, customProps), children ? children : text, statusLower !== 'none' && needAppearance && /*#__PURE__*/_react["default"].createElement("div", {
67
+ }, customProps, a11y, {
68
+ id: id
69
+ }), children ? children : text, statusLower !== 'none' && needAppearance && /*#__PURE__*/_react["default"].createElement("div", {
66
70
  className: finalStyle.overlay
67
71
  }, /*#__PURE__*/_react["default"].createElement("div", {
68
72
  className: loaderParentClass
@@ -21,6 +21,7 @@ var defaultProps = {
21
21
  status: 'none',
22
22
  text: 'Button',
23
23
  customClass: {},
24
- customProps: {}
24
+ customProps: {},
25
+ a11y: {}
25
26
  };
26
27
  exports.defaultProps = defaultProps;
@@ -1,5 +1,5 @@
1
1
  .reset {
2
- font-size: initial ;
2
+ font-size: inherit ;
3
3
  font-weight: initial;
4
4
  margin: initial ;
5
5
  }
@@ -66,7 +66,10 @@ var Label = /*#__PURE__*/function (_React$Component) {
66
66
  dataSelectorId = _this$props.dataSelectorId,
67
67
  variant = _this$props.variant,
68
68
  customClass = _this$props.customClass,
69
- id = _this$props.id;
69
+ id = _this$props.id,
70
+ _this$props$a11y = _this$props.a11y,
71
+ a11y = _this$props$a11y === void 0 ? {} : _this$props$a11y;
72
+ var tabIndex = a11y.tabIndex;
70
73
  return /*#__PURE__*/_react["default"].createElement("label", {
71
74
  className: "".concat(_LabelModule["default"].label, " ").concat(_LabelModule["default"][type], " ").concat(_LabelModule["default"][size], " ").concat(_LabelColorsModule["default"][palette], " ").concat(_LabelModule["default"]["font_".concat(variant)], "\n ").concat(clipped ? _LabelModule["default"].dotted : '', " ").concat(onClick ? _LabelModule["default"].pointer : _LabelModule["default"].cursor, " ").concat(customClass, " "),
72
75
  htmlFor: htmlFor,
@@ -75,7 +78,8 @@ var Label = /*#__PURE__*/function (_React$Component) {
75
78
  "data-test-id": dataId,
76
79
  "data-selector-id": dataSelectorId,
77
80
  onClick: onClick,
78
- id: id
81
+ id: id,
82
+ tabIndex: tabIndex
79
83
  }, text);
80
84
  }
81
85
  }]);
@@ -22,6 +22,9 @@ var propTypes = {
22
22
  type: _propTypes["default"].oneOf(['title', 'subtitle']),
23
23
  variant: _propTypes["default"].oneOf(['primary', 'default']),
24
24
  customClass: _propTypes["default"].string,
25
+ a11y: _propTypes["default"].shape({
26
+ tabIndex: _propTypes["default"].string
27
+ }),
25
28
  id: _propTypes["default"].string
26
29
  };
27
30
  exports.propTypes = propTypes;
@@ -39,15 +39,15 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
39
39
 
40
40
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
41
41
 
42
- var Textbox = /*#__PURE__*/function (_React$PureComponent) {
43
- _inherits(Textbox, _React$PureComponent);
42
+ var TextBox = /*#__PURE__*/function (_React$PureComponent) {
43
+ _inherits(TextBox, _React$PureComponent);
44
44
 
45
- var _super = _createSuper(Textbox);
45
+ var _super = _createSuper(TextBox);
46
46
 
47
- function Textbox(props) {
47
+ function TextBox(props) {
48
48
  var _this;
49
49
 
50
- _classCallCheck(this, Textbox);
50
+ _classCallCheck(this, TextBox);
51
51
 
52
52
  _this = _super.call(this, props);
53
53
  _this.onChange = _this.onChange.bind(_assertThisInitialized(_this));
@@ -58,7 +58,7 @@ var Textbox = /*#__PURE__*/function (_React$PureComponent) {
58
58
  return _this;
59
59
  }
60
60
 
61
- _createClass(Textbox, [{
61
+ _createClass(TextBox, [{
62
62
  key: "handleFocus",
63
63
  value: function handleFocus() {
64
64
  var _this$props = this.props,
@@ -210,12 +210,12 @@ var Textbox = /*#__PURE__*/function (_React$PureComponent) {
210
210
  }
211
211
  }]);
212
212
 
213
- return Textbox;
213
+ return TextBox;
214
214
  }(_react["default"].PureComponent);
215
215
 
216
- exports["default"] = Textbox;
217
- Textbox.defaultProps = _defaultProps.defaultProps;
218
- Textbox.propTypes = _propTypes.propTypes; // if (__DOCS__) {
216
+ exports["default"] = TextBox;
217
+ TextBox.defaultProps = _defaultProps.defaultProps;
218
+ TextBox.propTypes = _propTypes.propTypes; // if (__DOCS__) {
219
219
  // Textbox.docs = {
220
220
  // componentGroup: 'Form Elements',
221
221
  // folderName: 'Style Guide',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -90,4 +90,4 @@
90
90
  "@zohodesk/utils": "1.3.13",
91
91
  "@zohodesk/a11y": "1.3.7"
92
92
  }
93
- }
93
+ }
package/result.json CHANGED
@@ -1 +1 @@
1
- {"jobDetails":{"isRunByLocal":true,"hostName":"bharathi-zt93","platForm":"Darwin","branchName":"testcase_gowtham"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":2,"endTime":1691775980589,"startTime":1691775978032,"coverageDetail":{"codeCoveragePercentage":98.86,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Popup/__tests__/Popup.spec.js","CaseList":{"passedCaseList":["should click same popup with removeClose","should open popup and close popup","should close another popup already one opened","should click document close opened popup","should click same popup with out removeClose","should click document close opened popup","should press esc key opened popup close"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/TextBox/__tests__/TextBox.spec.js","CaseList":{"passedCaseList":["should text propertly entered","should placeHolder propertly entered","Check onchange works","Check onBlur works","Check onFocus works"],"failedCaseList":["should display size small","should display size medium","should display size xmedium","should display size small - primary","should display size medium - primary","should display size xmedium - primary","should display size small - secondary","should display size medium - secondary","should display size xmedium - secondary"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Textarea/__tests__/Textarea.spec.js","CaseList":{"passedCaseList":["should text propertly entered","should placeHolder propertly entered","Check border applied","Check border removed","Check check onchange works"],"failedCaseList":["should display size xsmall","should display size xsmall - primary","should display size small","should display size small - primary","should display size medium","should display size medium - primary","should display size large","should display size large - primary"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Layout/__tests__/Container.spec.js","CaseList":{"passedCaseList":["Should contains the data-scroll is true","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Avatar/__tests__/Avatar.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["should display initial","should display avatar image and initial while avatar loading...","should display initial if invalid url","should display image valid url","should the palette is default","should the palette is secondary","should the palette is info","should the shape is square","should the size is small","should the size is xsmall","should the size is xmedium","should the size is large","should the size is xlarge","should have title","should no need title"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Label/__tests__/Label.spec.js","CaseList":{"passedCaseList":["Display proper text","Check if clipped style is applied","Check if clipped style is not applied","Check for the prop title"],"failedCaseList":["Check for the prop name","should be having palette default","should be having palette primary","should be having palette secondary","should be having palette danger","should be having palette mandatory","should be having size small","should be having size medium","should be having size large","should be having type title","should be having type subtitle"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Ribbon/__tests__/Ribbon.spec.js","CaseList":{"passedCaseList":["should display text"],"failedCaseList":["should the palette is default","should the palette is danger","should the palette is secondary","should the palette is info","should the palette is primary","should the palette is dark","should the size is small","should the size is medium","should the size is large","should the size is xlarge","should the type is dafault","should the type is flag","should the type is plain","should the type is ribbon","should the type is box","should the type is stamp","should the type is sticker","should the type is tag"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Layout/__tests__/Box.spec.js","CaseList":{"passedCaseList":["Should contains the data-scroll is true","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/TextBoxIcon/__tests__/TextBoxIcon.spec.js","CaseList":{"passedCaseList":["should text propertly entered","should placeHolder propertly entered","Check onchange works","Check onBlur works","Check onFocus works"],"failedCaseList":["should display size small","should display size medium","should display size xmedium","should display size small - primary","should display size medium - primary","should display size xmedium - primary","should display size small - secondary","should display size medium - secondary","should display size xmedium - secondary"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/__tests__/Tab.spec.js","CaseList":{"passedCaseList":["Is Contains alpha class","Is Contains beta class","Is Contains gamma class","Is Contains delta class","Is Contains active class","Is Contains border class","Is call onClick","is render text span"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Accordion/__tests__/Accordion.spec.js","CaseList":{"passedCaseList":["open accordion item id 1 ","open accordion item id 1 ","accordion item 2 click check","accordion click callback check "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropBox/__tests__/DropBox.spec.js","CaseList":{"passedCaseList":["Should Arrow element disable","Should call onclick container function"],"failedCaseList":["Should Arrow element visible","Should check render proper class name(hidden)","Should check render proper class name(size)","Should check render proper class name(boxPosition)","Should check render proper class name(isAnimate & isActive)","Should check render proper class name(isAnimate & isActive)","Should check render proper class name(arrowPosition)"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tooltip/__tests__/Tooltip.spec.js","CaseList":{"passedCaseList":["Is HandleOver Executed","Is reset Executed","Is click & mouseUp Declared"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/AvatarTeam/__tests__/AvatarTeam.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["should display initial","should is filled","should the palette is secondary","should the palette is info","should the size is small","should the size is xsmall","should the size is xmedium","should the size is large","should the size is xlarge"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/__test__/Buttongroup.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["should the type is footer","should the type is header","should the button position is left","should the button position is right","should the button position is center"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/__tests__/TabWrapper.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["is Tab rendered","is onSelect called","is disable State internally","change selectedTab id"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Stencils/__tests__/Stencils.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["should the palette is primary","should the palette is secondary","should the size is small","should the size is medium","should the size is large","should the size is default","should the shape is rect","should the shape is circle"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/__tests__/TabContentWrapper.spec.js","CaseList":{"passedCaseList":["is children rendered class","is only selected TabContent rendered "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownItem.spec.js","CaseList":{"passedCaseList":["Should check render proper class name(hightlight)","Should onClick method get called","Should onHover method get called"],"failedCaseList":["Should check render proper class name(active)"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/__tests__/Tabs.spec.js","CaseList":{"passedCaseList":["isResponsive called"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/__tests__/Card.spec.js","CaseList":{"passedCaseList":["should display text"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDown.spec.js","CaseList":{"passedCaseList":["Should onScroll method get called","Should render children element in DropDownItemContainer","Should render children element in DropDownContainer","Should render children element in DropDownTarget"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/__tests__/debounce.spec.js","CaseList":{"passedCaseList":["should call immediate","should call two times but it invoke multiple times","should call one time but it invoke multiple times"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/__tests__/getInitial.spec.js","CaseList":{"passedCaseList":["first name alone","last name alone","first name and last name alone","last name with single character","first name and last name pattern","last name and first name pattern"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/__tests__/CalendarView.spec.js","CaseList":{"passedCaseList":["Should set date onSelecting date"],"failedCaseList":["Should call handleSelect with specified arguments"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Radio/__tests__/Radiospec.js","CaseList":{"passedCaseList":["Should display Text","Should call onChange"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/PopOver/__tests__/PopOver.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/__tests__/constructFullName.spec.js","CaseList":{"passedCaseList":["firstname, lastname pattern","lastname firstname pattern"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tag/__tests__/Tag.spec.js","CaseList":{"passedCaseList":["Select Tag","Remove Tag"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Animation/__tests__/Animation.spec.js","CaseList":{"passedCaseList":["Animation component mount testcases"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/__tests__/TabContent.spec.js","CaseList":{"passedCaseList":["render TabContent"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Select/__tests__/Select.spec.js","CaseList":{"passedCaseList":["Select component with down arrow","Select component without down arrow","Select component with search box","Select component without search box","Should Show empty message","Should render suggestions, When popup open","Should not render suggestions, When popup close","Should popup open, When click textBox","Should popup open, When down arrow press","Should not popup open, When is readOnly component","Should not popup open, When is disabled component","Should Show search empty message","Should show loading and hide loading","Should call onChange, When select list item","Should not call onChange func, When is readonly component","Should call getNextOptions, When on reach boundary and isNextOptions is true","Should not call getNextOptions, When on reach boundary and isNextOptions is false","Should ignore excludeOptions","Should select defaultValue","Should not select defaultValue","Should active selected value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/CheckBox/__tests__/CheckBox.spec.js","CaseList":{"passedCaseList":["should display"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/__tests__/DropDownSearch.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["Should check render proper class name(size)"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/__tests__/DateTime.spec.js","CaseList":{"passedCaseList":["Should call handleSelect onSetting date","Should call handleSelect onClearing date","Should display Time field if isDateTimeField is true","Should not display Time field if isDateTimeField is false"],"failedCaseList":["Should navigate to prevYear onClicking prevYear(<<)","Should navigate to prevMonth onClicking prevMonth(<)","Should navigate to nextMonth onClicking nextMonth(>)","Should navigate to nextYear onClicking nextYear(>>)"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/__tests__/MultiSelect.spec.js","CaseList":{"passedCaseList":["Should show loading and hide loading","Should display searchEmptyMessage","Should display noOptionsMessage","Should display noMoreOptionsMessage","Should display clear icon","Should not display clear icon, When is readonly field","Should not display clear icon, When is selected option is one","Should display select all option, When suggestions are more than 1","Should not display select all option"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DateTime/__tests__/DateWidget.spec.js","CaseList":{"passedCaseList":["Should not render dateTime if isReadOnly is true","Should render children if children is given","Should not render children if children is not given"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Textarea/___tests__/Textarea.spec.js","CaseList":{"passedCaseList":["should text propertly entered","should placeHolder propertly entered","Check border applied","Check border removed","Check check onchange works"],"failedCaseList":["should display size xsmall","should display size xsmall - primary","should display size small","should display size small - primary","should display size medium","should display size medium - primary","should display size large","should display size large - primary"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/TextBox/___tests__/TextBox.spec.js","CaseList":{"passedCaseList":["should text propertly entered","should placeHolder propertly entered","Check onchange works","Check onBlur works","Check onFocus works"],"failedCaseList":["should display size small","should display size medium","should display size xmedium","should display size small - primary","should display size medium - primary","should display size xmedium - primary","should display size small - secondary","should display size medium - secondary","should display size xmedium - secondary"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Avatar/___tests__/Avatar.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["should display initial","should display avatar image and initial while avatar loading...","should display initial if invalid url","should display image valid url","should the palette is default","should the palette is secondary","should the palette is info","should the shape is square","should the size is small","should the size is xsmall","should the size is xmedium","should the size is large","should the size is xlarge","should have title","should no need title"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Popup/___tests__/Popup.spec.js","CaseList":{"passedCaseList":["should click same popup with removeClose","should open popup and close popup","should close another popup already one opened","should click document close opened popup","should click same popup with out removeClose","should click document close opened popup","should press esc key opened popup close"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Ribbon/___tests__/Ribbon.spec.js","CaseList":{"passedCaseList":["should display text"],"failedCaseList":["should the palette is default","should the palette is danger","should the palette is secondary","should the palette is info","should the palette is primary","should the palette is dark","should the size is small","should the size is medium","should the size is large","should the size is xlarge","should the type is dafault","should the type is flag","should the type is plain","should the type is ribbon","should the type is box","should the type is stamp","should the type is sticker","should the type is tag"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Layout/___tests__/Container.spec.js","CaseList":{"passedCaseList":["Should contains the data-scroll is true","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Label/___tests__/Label.spec.js","CaseList":{"passedCaseList":["Display proper text","Check if clipped style is applied","Check if clipped style is not applied","Check for the prop title"],"failedCaseList":["Check for the prop name","should be having palette default","should be having palette primary","should be having palette secondary","should be having palette danger","should be having palette mandatory","should be having size small","should be having size medium","should be having size large","should be having type title","should be having type subtitle"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Layout/___tests__/Box.spec.js","CaseList":{"passedCaseList":["Should contains the data-scroll is true","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class","Should contains the default class"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/TextBoxIcon/___tests__/TextBoxIcon.spec.js","CaseList":{"passedCaseList":["should text propertly entered","should placeHolder propertly entered","Check onchange works","Check onBlur works","Check onFocus works"],"failedCaseList":["should display size small","should display size medium","should display size xmedium","should display size small - primary","should display size medium - primary","should display size xmedium - primary","should display size small - secondary","should display size medium - secondary","should display size xmedium - secondary"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Accordion/___tests__/Accordion.spec.js","CaseList":{"passedCaseList":["open accordion item id 1 ","open accordion item id 1 ","accordion item 2 click check","accordion click callback check "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/___tests__/Tab.spec.js","CaseList":{"passedCaseList":["Is Contains alpha class","Is Contains beta class","Is Contains gamma class","Is Contains delta class","Is Contains active class","Is Contains border class","Is call onClick","is render text span"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/AvatarTeam/___tests__/AvatarTeam.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["should display initial","should is filled","should the palette is secondary","should the palette is info","should the size is small","should the size is xsmall","should the size is xmedium","should the size is large","should the size is xlarge"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tooltip/___tests__/Tooltip.spec.js","CaseList":{"passedCaseList":["Is HandleOver Executed","Is reset Executed","Is click & mouseUp Declared"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/___test__/Buttongroup.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["should the type is footer","should the type is header","should the button position is left","should the button position is right","should the button position is center"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Stencils/___tests__/Stencils.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["should the palette is primary","should the palette is secondary","should the size is small","should the size is medium","should the size is large","should the size is default","should the shape is rect","should the shape is circle"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/___tests__/TabContentWrapper.spec.js","CaseList":{"passedCaseList":["is children rendered class","is only selected TabContent rendered "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropBox/___tests__/DropBox.spec.js","CaseList":{"passedCaseList":["Should Arrow element disable","Should call onclick container function"],"failedCaseList":["Should Arrow element visible","Should check render proper class name(hidden)","Should check render proper class name(size)","Should check render proper class name(boxPosition)","Should check render proper class name(isAnimate & isActive)","Should check render proper class name(isAnimate & isActive)","Should check render proper class name(arrowPosition)"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/___tests__/DropDownItem.spec.js","CaseList":{"passedCaseList":["Should check render proper class name(hightlight)","Should onClick method get called","Should onHover method get called"],"failedCaseList":["Should check render proper class name(active)"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/__tests__/debounce.spec.js","CaseList":{"passedCaseList":["should call immediate","should call two times but it invoke multiple times","should call one time but it invoke multiple times"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/__tests__/getInitial.spec.js","CaseList":{"passedCaseList":["first name alone","last name alone","first name and last name alone","last name with single character","first name and last name pattern","last name and first name pattern"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Card/___tests__/Card.spec.js","CaseList":{"passedCaseList":["should display text"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/___tests__/DropDown.spec.js","CaseList":{"passedCaseList":["Should onScroll method get called","Should render children element in DropDownItemContainer","Should render children element in DropDownContainer","Should render children element in DropDownTarget"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/utils/__tests__/constructFullName.spec.js","CaseList":{"passedCaseList":["firstname, lastname pattern","lastname firstname pattern"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tag/___tests__/Tag.spec.js","CaseList":{"passedCaseList":["Select Tag","Remove Tag"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/___tests__/Tabs.spec.js","CaseList":{"passedCaseList":["isResponsive called"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Animation/___tests__/Animation.spec.js","CaseList":{"passedCaseList":["Animation component mount testcases"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/___tests__/TabWrapper.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["is Tab rendered","is onSelect called","is disable State internally","change selectedTab id"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Tab/___tests__/TabContent.spec.js","CaseList":{"passedCaseList":["render TabContent"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/DropDown/___tests__/DropDownSearch.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["Should check render proper class name(size)"]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/CheckBox/___tests__/CheckBox.spec.js","CaseList":{"passedCaseList":["should display"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/PopOver/___tests__/PopOver.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/MultiSelect/___tests__/MultiSelect.spec.js","CaseList":{"passedCaseList":["Should show loading and hide loading","Should display searchEmptyMessage","Should display noOptionsMessage","Should display noMoreOptionsMessage","Should display clear icon","Should not display clear icon, When is readonly field","Should not display clear icon, When is selected option is one","Should display select all option, When suggestions are more than 1","Should not display select all option"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Select/___tests__/Select.spec.js","CaseList":{"passedCaseList":["Select component with down arrow","Select component without down arrow","Select component with search box","Select component without search box","Should Show empty message","Should render suggestions, When popup open","Should not render suggestions, When popup close","Should popup open, When click textBox","Should popup open, When down arrow press","Should not popup open, When is readOnly component","Should not popup open, When is disabled component","Should Show search empty message","Should show loading and hide loading","Should call onChange, When select list item","Should not call onChange func, When is readonly component","Should call getNextOptions, When on reach boundary and isNextOptions is true","Should not call getNextOptions, When on reach boundary and isNextOptions is false","Should ignore excludeOptions","Should select defaultValue","Should not select defaultValue","Should active selected value"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/__tests__/Buttongroup.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the \"buttonPosition\" to - left","rendering the \"buttonPosition\" to - right","rendering the \"buttonPosition\" to - center","Checking the \"customclass\"","rendering the \"type\" - footer","rendering the \"type\" - header","rendering the \"type\" - tab"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/__tests__/Buttongroup.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the \"buttonPosition\" to - left","rendering the \"buttonPosition\" to - right","rendering the \"buttonPosition\" to - center","Checking the \"customclass\"","rendering the \"type\" - footer","rendering the \"type\" - header","rendering the \"type\" - tab"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Buttongroup/__tests__/Buttongroup.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the \"buttonPosition\" to - left","rendering the \"buttonPosition\" to - right","rendering the \"buttonPosition\" to - center","Checking the \"customclass\"","rendering the \"type\" - footer","rendering the \"type\" - header","rendering the \"type\" - tab"],"failedCaseList":[]}},{"fileName":"/Users/bharathi-zt93/git/library/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}}]}}}
1
+ {"jobDetails":{"isRunByLocal":true,"hostName":"lakshmi-zt257","platForm":"Darwin","branchName":"Selva_Accessibility_Desk_Library"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":2,"endTime":1692206555965,"startTime":1692206551873,"coverageDetail":{"codeCoveragePercentage":98.86,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Buttongroup/__tests__/Buttongroup.spec.js","CaseList":{"passedCaseList":["rendering the default props","rendering the \"buttonPosition\" to - left","rendering the \"buttonPosition\" to - right","rendering the \"buttonPosition\" to - center","Checking the \"customclass\"","rendering the \"type\" - footer","rendering the \"type\" - header","rendering the \"type\" - tab"],"failedCaseList":[]}},{"fileName":"/Users/lakshmi-zt257/Documents/Git/LibraryCheck/jsapps/dot/components/src/Button/__tests__/Button.spec.js","CaseList":{"passedCaseList":["Should be render with the basic set of default props","Should render palette of buttons - plainPrimary","Should render palette of buttons - plainSecondary","Should render palette of buttons - primary","Should render palette of buttons - primaryFilled","Should render palette of buttons - dangerFilled","Should render palette of buttons - secondary","Should render palette of buttons - secondaryFilled","Should render palette of buttons - successFilled","Should render palette of buttons - info","Should render palette of buttons - tertiaryFilled","Should render Sizes of buttons - small","Should render Sizes of buttons - medium","Should render Sizes of buttons - large","Should render Sizes of buttons - xlarge","Should render Status of buttons - loading","Should render Status of buttons - success","Should render Status of buttons - none","Should render CustomStatusclassname of buttons - loading","Should render CustomStatusclassname of buttons - success","Should be render with the basic set of default props with disabled is true","Should be render with the basic set of default props with isBold is false","Should be render with the basic set of default props with rounded is true","Should be render with the basic set of default props with needAppearance is false","Should be render with the basic set customButtonclass with buttonClass ","Should be render with the basic set customstatusSize props with buttonClass ","Should be render with the basic set customstyle ","Should be render with the customstyle with medium "],"failedCaseList":[]}}]}}}