@zohodesk/dot 1.0.0-temp-181.1 → 1.0.0-temp-181.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.
- package/.cli/propValidation_report.html +1 -1
- 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/index.html +1 -1
- package/es/common/dot_boxShadow.module.css +0 -2
- package/es/v1/DotWrapper/DotWrapper.js +5 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/desk-components/DarkMode_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/desk-components/LightMode_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/desk-components/PureDarkMode_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_Dark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_Light_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_PureDark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_Dark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_Light_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_PureDark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_Dark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_Light_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_PureDark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_Dark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_Light_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_PureDark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_Dark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_Light_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_PureDark_DeskComponent.js +1 -0
- package/es/v1/DotWrapper/props/propTypes.js +2 -1
- package/es/v1/DotWrapper/utils/appearanceProperties.js +15 -1
- package/es/v1/DotWrapper/utils/themeProperties.js +73 -1
- package/lib/common/dot_boxShadow.module.css +0 -2
- package/lib/v1/DotWrapper/DotWrapper.js +9 -2
- package/lib/v1/DotWrapper/libraryChunks/appearance/desk-components/DarkMode_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/desk-components/LightMode_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/desk-components/PureDarkMode_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_Dark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_Light_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/blue/Blue_PureDark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_Dark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_Light_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/green/Green_PureDark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_Dark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_Light_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/orange/Orange_PureDark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_Dark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_Light_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/red/Red_PureDark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_Dark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_Light_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/desk-components/yellow/Yellow_PureDark_DeskComponent.js +3 -0
- package/lib/v1/DotWrapper/props/propTypes.js +2 -1
- package/lib/v1/DotWrapper/utils/appearanceProperties.js +20 -0
- package/lib/v1/DotWrapper/utils/themeProperties.js +102 -0
- package/package.json +5 -4
- package/prePublish.js +70 -0
- package/result.json +1 -1
|
@@ -10,9 +10,10 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
11
|
|
|
12
12
|
var propTypes = {
|
|
13
|
+
children: _propTypes["default"].oneOfType([_propTypes["default"].element, _propTypes["default"].arrayOf(_propTypes["default"].element)]),
|
|
13
14
|
appearance: _propTypes["default"].oneOf(['light', 'dark', 'pureDark']),
|
|
14
15
|
theme: _propTypes["default"].oneOf(['blue', 'green', 'orange', 'red', 'yellow']),
|
|
15
|
-
library: _propTypes["default"].arrayOf(_propTypes["default"].oneOf(['component', 'dot', 'svg'])),
|
|
16
|
+
library: _propTypes["default"].arrayOf(_propTypes["default"].oneOf(['component', 'dot', 'svg', 'deskComponents'])),
|
|
16
17
|
baseZoomSize: _propTypes["default"].number,
|
|
17
18
|
baseFontSize: _propTypes["default"].number,
|
|
18
19
|
className: _propTypes["default"].string
|
|
@@ -56,6 +56,21 @@ var appearanceImports = {
|
|
|
56
56
|
return Promise.resolve().then(function () {
|
|
57
57
|
return _interopRequireWildcard(require('../libraryChunks/appearance/svg/PureDarkMode_SVG'));
|
|
58
58
|
});
|
|
59
|
+
},
|
|
60
|
+
Lib_LightMode_DeskComponent: function Lib_LightMode_DeskComponent() {
|
|
61
|
+
return Promise.resolve().then(function () {
|
|
62
|
+
return _interopRequireWildcard(require('../libraryChunks/appearance/desk-components/LightMode_DeskComponent'));
|
|
63
|
+
});
|
|
64
|
+
},
|
|
65
|
+
Lib_DarkMode_DeskComponent: function Lib_DarkMode_DeskComponent() {
|
|
66
|
+
return Promise.resolve().then(function () {
|
|
67
|
+
return _interopRequireWildcard(require('../libraryChunks/appearance/desk-components/DarkMode_DeskComponent'));
|
|
68
|
+
});
|
|
69
|
+
},
|
|
70
|
+
Lib_PureDarkMode_DeskComponent: function Lib_PureDarkMode_DeskComponent() {
|
|
71
|
+
return Promise.resolve().then(function () {
|
|
72
|
+
return _interopRequireWildcard(require('../libraryChunks/appearance/desk-components/PureDarkMode_DeskComponent'));
|
|
73
|
+
});
|
|
59
74
|
}
|
|
60
75
|
};
|
|
61
76
|
exports.appearanceImports = appearanceImports;
|
|
@@ -74,6 +89,11 @@ var appearanceMapping = {
|
|
|
74
89
|
light: 'Lib_LightMode_SVG',
|
|
75
90
|
dark: 'Lib_DarkMode_SVG',
|
|
76
91
|
pureDark: 'Lib_PureDarkMode_SVG'
|
|
92
|
+
},
|
|
93
|
+
deskComponents: {
|
|
94
|
+
light: 'Lib_LightMode_DeskComponent',
|
|
95
|
+
dark: 'Lib_DarkMode_DeskComponent',
|
|
96
|
+
pureDark: 'Lib_PureDarkMode_DeskComponent'
|
|
77
97
|
}
|
|
78
98
|
};
|
|
79
99
|
exports.appearanceMapping = appearanceMapping;
|
|
@@ -236,6 +236,81 @@ var themeImports = {
|
|
|
236
236
|
return Promise.resolve().then(function () {
|
|
237
237
|
return _interopRequireWildcard(require('../libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG'));
|
|
238
238
|
});
|
|
239
|
+
},
|
|
240
|
+
Lib_Blue_Light_DeskComponent: function Lib_Blue_Light_DeskComponent() {
|
|
241
|
+
return Promise.resolve().then(function () {
|
|
242
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/blue/Blue_Light_DeskComponent'));
|
|
243
|
+
});
|
|
244
|
+
},
|
|
245
|
+
Lib_Blue_Dark_DeskComponent: function Lib_Blue_Dark_DeskComponent() {
|
|
246
|
+
return Promise.resolve().then(function () {
|
|
247
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/blue/Blue_Dark_DeskComponent'));
|
|
248
|
+
});
|
|
249
|
+
},
|
|
250
|
+
Lib_Blue_PureDark_DeskComponent: function Lib_Blue_PureDark_DeskComponent() {
|
|
251
|
+
return Promise.resolve().then(function () {
|
|
252
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/blue/Blue_PureDark_DeskComponent'));
|
|
253
|
+
});
|
|
254
|
+
},
|
|
255
|
+
Lib_Green_Light_DeskComponent: function Lib_Green_Light_DeskComponent() {
|
|
256
|
+
return Promise.resolve().then(function () {
|
|
257
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/green/Green_Light_DeskComponent'));
|
|
258
|
+
});
|
|
259
|
+
},
|
|
260
|
+
Lib_Green_Dark_DeskComponent: function Lib_Green_Dark_DeskComponent() {
|
|
261
|
+
return Promise.resolve().then(function () {
|
|
262
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/green/Green_Dark_DeskComponent'));
|
|
263
|
+
});
|
|
264
|
+
},
|
|
265
|
+
Lib_Green_PureDark_DeskComponent: function Lib_Green_PureDark_DeskComponent() {
|
|
266
|
+
return Promise.resolve().then(function () {
|
|
267
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/green/Green_PureDark_DeskComponent'));
|
|
268
|
+
});
|
|
269
|
+
},
|
|
270
|
+
Lib_Orange_Light_DeskComponent: function Lib_Orange_Light_DeskComponent() {
|
|
271
|
+
return Promise.resolve().then(function () {
|
|
272
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/orange/Orange_Light_DeskComponent'));
|
|
273
|
+
});
|
|
274
|
+
},
|
|
275
|
+
Lib_Orange_Dark_DeskComponent: function Lib_Orange_Dark_DeskComponent() {
|
|
276
|
+
return Promise.resolve().then(function () {
|
|
277
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/orange/Orange_Dark_DeskComponent'));
|
|
278
|
+
});
|
|
279
|
+
},
|
|
280
|
+
Lib_Orange_PureDark_DeskComponent: function Lib_Orange_PureDark_DeskComponent() {
|
|
281
|
+
return Promise.resolve().then(function () {
|
|
282
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/orange/Orange_PureDark_DeskComponent'));
|
|
283
|
+
});
|
|
284
|
+
},
|
|
285
|
+
Lib_Red_Light_DeskComponent: function Lib_Red_Light_DeskComponent() {
|
|
286
|
+
return Promise.resolve().then(function () {
|
|
287
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/red/Red_Light_DeskComponent'));
|
|
288
|
+
});
|
|
289
|
+
},
|
|
290
|
+
Lib_Red_Dark_DeskComponent: function Lib_Red_Dark_DeskComponent() {
|
|
291
|
+
return Promise.resolve().then(function () {
|
|
292
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/red/Red_Dark_DeskComponent'));
|
|
293
|
+
});
|
|
294
|
+
},
|
|
295
|
+
Lib_Red_PureDark_DeskComponent: function Lib_Red_PureDark_DeskComponent() {
|
|
296
|
+
return Promise.resolve().then(function () {
|
|
297
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/red/Red_PureDark_DeskComponent'));
|
|
298
|
+
});
|
|
299
|
+
},
|
|
300
|
+
Lib_Yellow_Light_DeskComponent: function Lib_Yellow_Light_DeskComponent() {
|
|
301
|
+
return Promise.resolve().then(function () {
|
|
302
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/yellow/Yellow_Light_DeskComponent'));
|
|
303
|
+
});
|
|
304
|
+
},
|
|
305
|
+
Lib_Yellow_Dark_DeskComponent: function Lib_Yellow_Dark_DeskComponent() {
|
|
306
|
+
return Promise.resolve().then(function () {
|
|
307
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/yellow/Yellow_Dark_DeskComponent'));
|
|
308
|
+
});
|
|
309
|
+
},
|
|
310
|
+
Lib_Yellow_PureDark_DeskComponent: function Lib_Yellow_PureDark_DeskComponent() {
|
|
311
|
+
return Promise.resolve().then(function () {
|
|
312
|
+
return _interopRequireWildcard(require('../libraryChunks/themes/desk-components/yellow/Yellow_PureDark_DeskComponent'));
|
|
313
|
+
});
|
|
239
314
|
}
|
|
240
315
|
};
|
|
241
316
|
exports.themeImports = themeImports;
|
|
@@ -320,6 +395,33 @@ var themeMapping = {
|
|
|
320
395
|
dark: 'Lib_Yellow_Dark_SVG',
|
|
321
396
|
pureDark: 'Lib_Yellow_PureDark_SVG'
|
|
322
397
|
}
|
|
398
|
+
},
|
|
399
|
+
deskComponents: {
|
|
400
|
+
blue: {
|
|
401
|
+
light: 'Lib_Blue_Light_DeskComponent',
|
|
402
|
+
dark: 'Lib_Blue_Dark_DeskComponent',
|
|
403
|
+
pureDark: 'Lib_Blue_PureDark_DeskComponent'
|
|
404
|
+
},
|
|
405
|
+
green: {
|
|
406
|
+
light: 'Lib_Green_Light_DeskComponent',
|
|
407
|
+
dark: 'Lib_Green_Dark_DeskComponent',
|
|
408
|
+
pureDark: 'Lib_Green_PureDark_DeskComponent'
|
|
409
|
+
},
|
|
410
|
+
orange: {
|
|
411
|
+
light: 'Lib_Orange_Light_DeskComponent',
|
|
412
|
+
dark: 'Lib_Orange_Dark_DeskComponent',
|
|
413
|
+
pureDark: 'Lib_Orange_PureDark_DeskComponent'
|
|
414
|
+
},
|
|
415
|
+
red: {
|
|
416
|
+
light: 'Lib_Red_Light_DeskComponent',
|
|
417
|
+
dark: 'Lib_Red_Dark_DeskComponent',
|
|
418
|
+
pureDark: 'Lib_Red_PureDark_DeskComponent'
|
|
419
|
+
},
|
|
420
|
+
yellow: {
|
|
421
|
+
light: 'Lib_Yellow_Light_DeskComponent',
|
|
422
|
+
dark: 'Lib_Yellow_Dark_DeskComponent',
|
|
423
|
+
pureDark: 'Lib_Yellow_PureDark_DeskComponent'
|
|
424
|
+
}
|
|
323
425
|
}
|
|
324
426
|
};
|
|
325
427
|
exports.themeMapping = themeMapping;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/dot",
|
|
3
|
-
"version": "1.0.0-temp-181.
|
|
3
|
+
"version": "1.0.0-temp-181.2",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"private": false,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"test": "react-cli test",
|
|
36
36
|
"sstest": "react-cli sstest",
|
|
37
37
|
"common_package_build": "cd ../common && npm run build && cd ../dot",
|
|
38
|
-
"docs": "npm run css:review && react-cli docs",
|
|
38
|
+
"docs": "npm run css:review && review:props && react-cli docs",
|
|
39
39
|
"prepublishOnly": "node prePublish.js && npm run download && npm run test && npm run css:review",
|
|
40
40
|
"postpublish": "node postPublish.js",
|
|
41
41
|
"download": "react-cli clean ./node_modules ./package-lock.json && npm install",
|
|
@@ -58,10 +58,11 @@
|
|
|
58
58
|
"@testing-library/user-event": "^13.0.10",
|
|
59
59
|
"@zohodesk-private/color-variable-preprocessor": "1.2.0",
|
|
60
60
|
"@zohodesk-private/css-variable-migrator": "^1.0.7",
|
|
61
|
+
"@zohodesk-private/desk-components": "1.1.14",
|
|
61
62
|
"@zohodesk-private/node-plugins": "1.1.6",
|
|
62
63
|
"@zohodesk-private/react-prop-validator": "1.2.1",
|
|
63
64
|
"@zohodesk/a11y": "2.2.0",
|
|
64
|
-
"@zohodesk/components": "1.
|
|
65
|
+
"@zohodesk/components": "1.0.0-temp-189.1",
|
|
65
66
|
"@zohodesk/hooks": "2.0.3",
|
|
66
67
|
"@zohodesk/icons": "1.0.32",
|
|
67
68
|
"@zohodesk/react-cli": "1.1.14",
|
|
@@ -75,7 +76,7 @@
|
|
|
75
76
|
"peerDependencies": {
|
|
76
77
|
"velocity-react": "1.4.3",
|
|
77
78
|
"@zohodesk/variables": "1.0.0",
|
|
78
|
-
"@zohodesk/components": "1.
|
|
79
|
+
"@zohodesk/components": "1.0.0-temp-189.1",
|
|
79
80
|
"@zohodesk/icons": "1.0.32",
|
|
80
81
|
"@zohodesk/svg": "1.1.10",
|
|
81
82
|
"@zohodesk/virtualizer": "1.0.3",
|
package/prePublish.js
CHANGED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
const readline = require('readline');
|
|
2
|
+
const { exec } = require('child_process');
|
|
3
|
+
|
|
4
|
+
const rl = readline.createInterface({
|
|
5
|
+
input: process.stdin,
|
|
6
|
+
output: process.stdout
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
console.log('\nNode.js version:', process.version);
|
|
10
|
+
|
|
11
|
+
function runConsole(command, callback) {
|
|
12
|
+
exec(command, (error, stdout, stderr) => {
|
|
13
|
+
if (error) {
|
|
14
|
+
console.error('Error:', error.message);
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
if (stderr) {
|
|
19
|
+
console.error('Error:', stderr);
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
const npmVersion = stdout.trim();
|
|
24
|
+
console.log('\n' + command, npmVersion);
|
|
25
|
+
callback && callback();
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
function askQuestion1() {
|
|
30
|
+
rl.question('\nHave you updated the changelog in README.md? (yes/no): ', (answer) => {
|
|
31
|
+
if (answer.toLowerCase() === 'yes') {
|
|
32
|
+
console.log('\nGreat! Proceeding...');
|
|
33
|
+
askQuestion2();
|
|
34
|
+
// rl.close();
|
|
35
|
+
// Call the function or code to proceed further here.
|
|
36
|
+
} else if (answer.toLowerCase() === 'no') {
|
|
37
|
+
rl.close();
|
|
38
|
+
console.log('\nPlease Update the ChangeLog in README.md, then try again');
|
|
39
|
+
//throw new Error('\nPlease Update the ChangeLog in README.md, then try again');
|
|
40
|
+
process.exitCode = 1; // Exit the Node.js process with a success code.
|
|
41
|
+
} else {
|
|
42
|
+
console.log('\nInvalid answer. Please enter "yes" or "no".');
|
|
43
|
+
askQuestion1(); // Ask the question again if the input is not "yes" or "no".
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
function askQuestion2() {
|
|
49
|
+
rl.question('\nHave you verified the test snapshot? (yes/no): ', (answer) => {
|
|
50
|
+
if (answer.toLowerCase() === 'yes') {
|
|
51
|
+
console.log('\nGreat! Proceeding...');
|
|
52
|
+
rl.close();
|
|
53
|
+
// Call the function or code to proceed further here.
|
|
54
|
+
} else if (answer.toLowerCase() === 'no') {
|
|
55
|
+
rl.close();
|
|
56
|
+
//throw new Error('\nPlease Verify the snapshot results, then try again');
|
|
57
|
+
console.log('\nPlease Verify the snapshot results, then try again');
|
|
58
|
+
process.exitCode = 1; // Exit the Node.js process with a success code.
|
|
59
|
+
} else {
|
|
60
|
+
console.log('\nInvalid answer. Please enter "yes" or "no".');
|
|
61
|
+
askQuestion2(); // Ask the question again if the input is not "yes" or "no".
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function getReactCliVersion() {
|
|
67
|
+
runConsole('react-cli --version', askQuestion1);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
runConsole('npm --version', getReactCliVersion);
|
package/result.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"jobDetails":{"isRunByLocal":true,"hostName":"karuppiah-19823","platForm":"Darwin","branchName":"ComponentPkg"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1711113651796,"startTime":1711113645800,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}
|
|
1
|
+
{"jobDetails":{"isRunByLocal":true,"hostName":"karuppiah-19823","platForm":"Darwin","branchName":"ComponentPkg"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1711614140002,"startTime":1711614134826,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}
|