@zohodesk/dot 1.0.0-temp-163 → 1.0.0-temp-165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cli/PropLessFiles.html +1 -1
- package/.cli/propValidation_report.html +1 -1
- package/README.md +17 -1
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +297 -297
- package/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css +9 -9
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +295 -295
- package/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css +9 -9
- package/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css +9 -9
- package/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css +9 -9
- package/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css +9 -9
- package/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css +9 -9
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +297 -297
- package/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css +9 -9
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +1 -1
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +16 -16
- package/coverage/index.html +1 -1
- package/es/Attachment/Attachment.module.css +2 -2
- package/es/AttachmentViewer/AttachmentViewer.module.css +1 -1
- package/es/ImportantNotes/ImportantNotes.module.css +6 -2
- package/es/ToastMessage/ToastMessage.module.css +2 -2
- package/es/Upload/Upload.module.css +1 -1
- package/es/alert/AlertLookup/AlertLookup.module.css +1 -1
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
- package/es/errorstate/EmptyStates.module.css +3 -3
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
- package/es/form/fields/Fields.module.css +1 -1
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
- package/es/list/status/StatusListItem/StatusListItem.module.css +1 -1
- package/es/lookup/header/Close/LookupClose.module.css +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +1 -1
- package/es/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
- package/es/v1/alert/AlertHeader/AlertHeader.js +2 -1
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -3
- package/es/v1/notification/DesktopNotification/props/defaultProps.js +15 -0
- package/es/v1/notification/DesktopNotification/props/propTypes.js +42 -0
- package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +5 -4
- package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +5 -0
- package/es/v1/notification/DesktopNotificationHeader/props/propTypes.js +12 -0
- package/es/v1/setup/header/Button/Button.js +17 -29
- package/es/v1/setup/header/Link/Link.js +23 -35
- package/es/v1/setup/header/Search/Search.js +43 -69
- package/es/v1/setup/header/Views/Views.js +27 -39
- package/es/v1/setup/helptips/Description/Description.js +8 -20
- package/es/v1/setup/helptips/Link/Link.js +20 -32
- package/es/v1/setup/helptips/ListGroup/ListGroup.js +18 -30
- package/es/v1/setup/helptips/Title/Title.js +8 -20
- package/es/version2/GlobalNotification/GlobalNotification.module.css +1 -1
- package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -2
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +3 -3
- package/lib/Attachment/Attachment.module.css +2 -2
- package/lib/AttachmentViewer/AttachmentViewer.module.css +1 -1
- package/lib/ImportantNotes/ImportantNotes.module.css +6 -2
- package/lib/ToastMessage/ToastMessage.module.css +2 -2
- package/lib/Upload/Upload.module.css +1 -1
- package/lib/alert/AlertLookup/AlertLookup.module.css +1 -1
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
- package/lib/errorstate/EmptyStates.module.css +3 -3
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
- package/lib/form/fields/Fields.module.css +1 -1
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +4 -4
- package/lib/list/status/StatusListItem/StatusListItem.module.css +1 -1
- package/lib/lookup/header/Close/LookupClose.module.css +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +1 -1
- package/lib/setup/helptips/Description/HelpTipsDescription.module.css +1 -1
- package/lib/v1/alert/AlertHeader/AlertHeader.js +2 -1
- package/lib/v1/notification/DesktopNotification/DesktopNotification.js +7 -10
- package/lib/v1/notification/DesktopNotification/props/defaultProps.js +22 -0
- package/lib/v1/notification/DesktopNotification/props/propTypes.js +54 -0
- package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +7 -12
- package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +12 -0
- package/lib/v1/notification/DesktopNotificationHeader/props/propTypes.js +23 -0
- package/lib/v1/setup/header/Button/Button.js +17 -63
- package/lib/v1/setup/header/Link/Link.js +23 -69
- package/lib/v1/setup/header/Search/Search.js +57 -89
- package/lib/v1/setup/header/Views/Views.js +27 -73
- package/lib/v1/setup/helptips/Description/Description.js +8 -53
- package/lib/v1/setup/helptips/Link/Link.js +23 -69
- package/lib/v1/setup/helptips/ListGroup/ListGroup.js +26 -72
- package/lib/v1/setup/helptips/Title/Title.js +8 -53
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +1 -1
- package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +1 -1
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +1 -1
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +2 -2
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +3 -3
- package/package.json +9 -9
- package/result.json +1 -1
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
|
-
exports["default"] =
|
|
6
|
+
exports["default"] = Title;
|
|
9
7
|
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
9
|
|
|
@@ -15,54 +13,11 @@ var _HelpTipsTitleModule = _interopRequireDefault(require("../../../../setup/hel
|
|
|
15
13
|
|
|
16
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
15
|
|
|
18
|
-
function
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
25
|
-
|
|
26
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
27
|
-
|
|
28
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
29
|
-
|
|
30
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
31
|
-
|
|
32
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
16
|
+
function Title(props) {
|
|
17
|
+
var text = props.text;
|
|
18
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
19
|
+
className: _HelpTipsTitleModule["default"].title
|
|
20
|
+
}, text);
|
|
21
|
+
}
|
|
33
22
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
37
|
-
|
|
38
|
-
var Title = /*#__PURE__*/function (_React$Component) {
|
|
39
|
-
_inherits(Title, _React$Component);
|
|
40
|
-
|
|
41
|
-
var _super = _createSuper(Title);
|
|
42
|
-
|
|
43
|
-
function Title(props) {
|
|
44
|
-
_classCallCheck(this, Title);
|
|
45
|
-
|
|
46
|
-
return _super.call(this, props);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
_createClass(Title, [{
|
|
50
|
-
key: "render",
|
|
51
|
-
value: function render() {
|
|
52
|
-
var text = this.props.text;
|
|
53
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
54
|
-
className: _HelpTipsTitleModule["default"].title
|
|
55
|
-
}, text);
|
|
56
|
-
}
|
|
57
|
-
}]);
|
|
58
|
-
|
|
59
|
-
return Title;
|
|
60
|
-
}(_react["default"].Component);
|
|
61
|
-
|
|
62
|
-
exports["default"] = Title;
|
|
63
|
-
Title.propTypes = _propTypes.propTypes; // if (__DOCS__) {
|
|
64
|
-
// Title.docs = {
|
|
65
|
-
// componentGroup: 'HelpTips',
|
|
66
|
-
// folderName: 'Setup'
|
|
67
|
-
// };
|
|
68
|
-
// }
|
|
23
|
+
Title.propTypes = _propTypes.propTypes;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
.title {
|
|
56
56
|
color: var(--zdt_alertlookupnew_text);
|
|
57
57
|
font-size: var(--zd_font_size18) ;
|
|
58
|
-
line-height:
|
|
58
|
+
line-height: 1.2222;
|
|
59
59
|
font-family: var(--zd_bold);
|
|
60
60
|
composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
61
61
|
vertical-align: middle;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
.innerSection {
|
|
6
6
|
color: var(--zdt_alertlookupnew_text);
|
|
7
7
|
font-size: var(--zd_font_size14) ;
|
|
8
|
-
line-height:
|
|
8
|
+
line-height: 1.428;
|
|
9
9
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
10
10
|
padding: var(--zd_size17) var(--zd_size30) var(--zd_size30) ;
|
|
11
11
|
}
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
.subTitle {
|
|
104
104
|
font-size: var(--zd_font_size15) ;
|
|
105
|
-
line-height:
|
|
105
|
+
line-height: 1.3333;
|
|
106
106
|
font-family: var(--zd_semibold);
|
|
107
107
|
composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
108
108
|
}
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
|
|
114
114
|
.infoText {
|
|
115
115
|
font-size: var(--zd_font_size14) ;
|
|
116
|
-
line-height:
|
|
116
|
+
line-height: 1.2857;
|
|
117
117
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
118
118
|
}
|
|
119
119
|
|
package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
.title {
|
|
16
16
|
font-size: var(--zd_font_size18) ;
|
|
17
|
-
line-height:
|
|
17
|
+
line-height: 1.2222;
|
|
18
18
|
font-family: var(--zd_bold);
|
|
19
19
|
composes: ftsmooth wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
20
20
|
}
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.primary .infoText {
|
|
73
|
-
line-height:
|
|
73
|
+
line-height: 1;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.primary .close {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.secondary .infoText {
|
|
102
|
-
line-height:
|
|
102
|
+
line-height: 1.4286;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.secondary .iconContainer {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/dot",
|
|
3
|
-
"version": "1.0.0-temp-
|
|
3
|
+
"version": "1.0.0-temp-165",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"private": false,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"sstest": "react-cli sstest",
|
|
37
37
|
"common_package_build": "cd ../common && npm run build && cd ../dot",
|
|
38
38
|
"docs": "npm run dubCheck && review:props && react-cli docs",
|
|
39
|
-
"prepublishOnly": "node prePublish.js && npm run
|
|
39
|
+
"prepublishOnly": "node prePublish.js && npm run download && npm run test && npm run review:props",
|
|
40
40
|
"postpublish": "node postPublish.js",
|
|
41
41
|
"download": "react-cli clean ./node_modules ./package-lock.json && npm install",
|
|
42
42
|
"expublish": "npm publish --tag experimental-version",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@zohodesk-private/css-variable-migrator": "^1.0.7",
|
|
51
51
|
"@zohodesk-private/node-plugins": "^1.0.0",
|
|
52
|
-
"@zohodesk-private/color-variable-preprocessor": "1.0
|
|
52
|
+
"@zohodesk-private/color-variable-preprocessor": "1.1.0",
|
|
53
53
|
"@zohodesk-private/react-prop-validator": "1.1.0",
|
|
54
|
-
"@zohodesk/components": "1.2.
|
|
54
|
+
"@zohodesk/components": "1.2.18",
|
|
55
55
|
"@zohodesk/a11y": "2.1.0",
|
|
56
|
-
"@zohodesk/icons": "1.0.
|
|
57
|
-
"@zohodesk/svg": "1.1.
|
|
56
|
+
"@zohodesk/icons": "1.0.19",
|
|
57
|
+
"@zohodesk/svg": "1.1.6",
|
|
58
58
|
"@zohodesk/variables": "1.0.0",
|
|
59
59
|
"@zohodesk/virtualizer": "1.0.3",
|
|
60
60
|
"react-sortable-hoc": "^0.8.3",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"velocity-react": "1.4.3",
|
|
71
71
|
"@zohodesk/variables": "1.0.0",
|
|
72
|
-
"@zohodesk/components": "1.2.
|
|
73
|
-
"@zohodesk/icons": "1.0.
|
|
74
|
-
"@zohodesk/svg": "1.1.
|
|
72
|
+
"@zohodesk/components": "1.2.18",
|
|
73
|
+
"@zohodesk/icons": "1.0.19",
|
|
74
|
+
"@zohodesk/svg": "1.1.6",
|
|
75
75
|
"@zohodesk/virtualizer": "1.0.3",
|
|
76
76
|
"react-sortable-hoc": "^0.8.3",
|
|
77
77
|
"@zohodesk/hooks": "2.0.2",
|
package/result.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"jobDetails":{"isRunByLocal":true,"hostName":"
|
|
1
|
+
{"jobDetails":{"isRunByLocal":true,"hostName":"mari-zt368","platForm":"Darwin","branchName":"lineHeightAutomation"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1701251880579,"startTime":1701251875670,"coverageDetail":{"codeCoveragePercentage":84.23,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/mari-zt368/React_Package/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}
|