@zohodesk/svg 1.1.31 → 1.2.0

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 (39) hide show
  1. package/README.md +4 -0
  2. package/assets/Appearance/dark/mode/SVG_DarkMode.module.css +3 -1
  3. package/assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css +3 -1
  4. package/assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css +3 -1
  5. package/assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css +3 -1
  6. package/assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css +3 -1
  7. package/assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css +3 -1
  8. package/assets/Appearance/light/mode/SVG_LightMode.module.css +3 -1
  9. package/assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css +3 -1
  10. package/assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css +3 -1
  11. package/assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css +3 -1
  12. package/assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css +3 -1
  13. package/assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css +3 -1
  14. package/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css +3 -1
  15. package/assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css +3 -1
  16. package/assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css +3 -1
  17. package/assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css +3 -1
  18. package/assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css +3 -1
  19. package/assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css +3 -1
  20. package/css_layer_config.json +94 -0
  21. package/es/Loader/LoaderSvg.module.css +3 -1
  22. package/es/SVG/SVG.module.css +2 -0
  23. package/es/css/EmptyStateVariables.module.css +3 -1
  24. package/es/svg_layer.module.css +1 -0
  25. package/es/v1/Loader/V1_LoaderSvg.module.css +3 -1
  26. package/lib/Loader/LoaderSvg.module.css +3 -1
  27. package/lib/SVG/SVG.module.css +2 -0
  28. package/lib/css/EmptyStateVariables.module.css +3 -1
  29. package/lib/svg_layer.module.css +1 -0
  30. package/lib/v1/Loader/V1_LoaderSvg.module.css +3 -1
  31. package/package.json +17 -7
  32. package/css_error.log +0 -0
  33. package/deprecated/13_sep_2024/SvgLoader.js +0 -26
  34. package/install.md +0 -11
  35. package/postPublish.js +0 -8
  36. package/prePublish.js +0 -70
  37. package/react-cli.config.js +0 -20
  38. package/result.json +0 -1
  39. package/unittest/index.html +0 -37
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This Bundle Contains EmptyState Images.
4
4
 
5
+ # 1.2.0
6
+
7
+ - Css Layer introduced.
8
+
5
9
  # 1.1.31
6
10
 
7
11
  - v1 => AgentRoom svg added.
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='dark'] {
2
3
  /* default palette */
3
4
  --zdt_svg_default_primary_fill: var(--zdt_svgcta_primary_fill);
@@ -34,4 +35,5 @@
34
35
  --zdt_svg_danger_tiny_circle: hsla(133, 48.36%, calc(52.16% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
35
36
  --zdt_svg_danger_small_circle: hsla(0, 100.00%, calc(70.98% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
36
37
  --zdt_svg_danger_circle_fill: hsla(0, 0.00%, calc(100.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
37
- }
38
+ }
39
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='dark'][data-theme='blue'] {
2
3
  --zdt_svgcta_primary_fill: rgb(130,137,148);
3
4
  --zdt_svgcta_primary_stroke: hsla(212, 100.00%, calc(63.92% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(212, 100.00%, calc(63.92% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(213, 34.19%, calc(30.39% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(213, 34.19%, calc(30.39% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='dark'][data-theme='green'] {
2
3
  --zdt_svgcta_primary_fill: rgb(69,161,89);
3
4
  --zdt_svgcta_primary_stroke: hsla(133, 40.00%, calc(45.10% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(133, 40.00%, calc(45.10% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(133, 40.00%, calc(45.10% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(133, 40.00%, calc(45.10% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='dark'][data-theme='orange'] {
2
3
  --zdt_svgcta_primary_fill: rgb(255,128,31);
3
4
  --zdt_svgcta_primary_stroke: hsla(26, 100.00%, calc(56.08% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(26, 100.00%, calc(56.08% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(26, 100.00%, calc(56.08% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(26, 100.00%, calc(56.08% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='dark'][data-theme='red'] {
2
3
  --zdt_svgcta_primary_fill: rgb(233,79,79);
3
4
  --zdt_svgcta_primary_stroke: hsla(0, 77.78%, calc(61.18% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(0, 77.78%, calc(61.18% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(0, 77.78%, calc(61.18% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(0, 77.78%, calc(61.18% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='dark'][data-theme='yellow'] {
2
3
  --zdt_svgcta_primary_fill: rgb(215,152,53);
3
4
  --zdt_svgcta_primary_stroke: hsla(37, 66.94%, calc(52.55% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(37, 66.94%, calc(52.55% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(37, 66.94%, calc(52.55% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(37, 66.94%, calc(52.55% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='light'] {
2
3
  /* default palette */
3
4
  --zdt_svg_default_primary_fill: var(--zdt_svgcta_primary_fill);
@@ -34,4 +35,5 @@
34
35
  --zdt_svg_danger_tiny_circle: hsla(163, 44.89%, calc(55.88% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
35
36
  --zdt_svg_danger_small_circle: hsla(0, 0.00%, calc(0.39% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
36
37
  --zdt_svg_danger_circle_fill: hsla(0, 0.00%, calc(100.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
37
- }
38
+ }
39
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='light'][data-theme='blue'] {
2
3
  --zdt_svgcta_primary_fill: rgb(10,115,235);
3
4
  --zdt_svgcta_primary_stroke: hsla(0, 4.62%, calc(12.75% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(0, 0.00%, calc(100.00% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(216, 48.78%, calc(48.24% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(216, 48.78%, calc(48.24% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='light'][data-theme='green'] {
2
3
  --zdt_svgcta_primary_fill: rgb(38,169,66);
3
4
  --zdt_svgcta_primary_stroke: hsla(0, 0.00%, calc(0.39% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(0, 0.00%, calc(100.00% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(133, 63.29%, calc(40.59% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(133, 63.29%, calc(40.59% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='light'][data-theme='orange'] {
2
3
  --zdt_svgcta_primary_fill: rgb(229,119,23);
3
4
  --zdt_svgcta_primary_stroke: hsla(0, 0.00%, calc(0.39% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(0, 0.00%, calc(100.00% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(28, 81.75%, calc(49.41% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(28, 81.75%, calc(49.41% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='light'][data-theme='red'] {
2
3
  --zdt_svgcta_primary_fill: rgb(222,53,53);
3
4
  --zdt_svgcta_primary_stroke: hsla(0, 0.00%, calc(0.39% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(0, 0.00%, calc(100.00% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(0, 71.91%, calc(53.92% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(0, 71.91%, calc(53.92% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='light'][data-theme='yellow'] {
2
3
  --zdt_svgcta_primary_fill: rgb(232,185,35);
3
4
  --zdt_svgcta_primary_stroke: hsla(0, 0.00%, calc(0.39% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(0, 0.00%, calc(100.00% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(46, 81.07%, calc(52.35% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(46, 81.07%, calc(52.35% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='pureDark'] {
2
3
  /* default palette */
3
4
  --zdt_svg_default_primary_fill: var(--zdt_svgcta_primary_fill);
@@ -34,4 +35,5 @@
34
35
  --zdt_svg_danger_tiny_circle: hsla(133, 48.36%, calc(52.16% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
35
36
  --zdt_svg_danger_small_circle: hsla(0, 100.00%, calc(70.98% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
36
37
  --zdt_svg_danger_circle_fill: hsla(0, 0.00%, calc(100.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
37
- }
38
+ }
39
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='pureDark'][data-theme='blue'] {
2
3
  --zdt_svgcta_primary_fill: rgb(130,137,148);
3
4
  --zdt_svgcta_primary_stroke: hsla(212, 100.00%, calc(63.92% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(212, 100.00%, calc(63.92% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(213, 34.19%, calc(30.39% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(213, 34.19%, calc(30.39% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='pureDark'][data-theme='green'] {
2
3
  --zdt_svgcta_primary_fill: rgb(69,161,89);
3
4
  --zdt_svgcta_primary_stroke: hsla(128, 79.71%, calc(27.06% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(134, 78.63%, calc(25.69% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(133, 40.00%, calc(45.10% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(133, 40.00%, calc(45.10% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='pureDark'][data-theme='orange'] {
2
3
  --zdt_svgcta_primary_fill: rgb(255,128,31);
3
4
  --zdt_svgcta_primary_stroke: hsla(29, 100.00%, calc(32.94% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(29, 100.00%, calc(32.94% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(26, 100.00%, calc(56.08% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(26, 100.00%, calc(56.08% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='pureDark'][data-theme='red'] {
2
3
  --zdt_svgcta_primary_fill: rgb(168,17,17);
3
4
  --zdt_svgcta_primary_stroke: hsla(0, 77.78%, calc(61.18% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(0, 81.62%, calc(36.27% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(0, 77.78%, calc(61.18% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(0, 77.78%, calc(61.18% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.theme {
1
2
  [data-mode='pureDark'][data-theme='yellow'] {
2
3
  --zdt_svgcta_primary_fill: rgb(215,152,53);
3
4
  --zdt_svgcta_primary_stroke: hsla(39, 90.18%, calc(31.96% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
@@ -7,4 +8,5 @@
7
8
  --zdt_svgcta_primary_dark_stroke: hsla(39, 90.18%, calc(31.96% + var(--zdc_default_inverse_low)), calc(1 + var(--zdc_alpha_low)));
8
9
  --zdt_svgcta_secondary_dark_fill: hsla(37, 66.94%, calc(52.55% + var(--zdc_default)), calc( 0.25 + var(--zdc_alpha_high)));
9
10
  --zdt_svgcta_secondary_dark_plainfill: hsla(37, 66.94%, calc(52.55% + var(--zdc_default)), calc(1 + var(--zdc_alpha_high)));
10
- }
11
+ }
12
+ }
@@ -0,0 +1,94 @@
1
+ {
2
+ "prefix": "dot-svg",
3
+ "configs": [
4
+ {
5
+ "layer": "theme",
6
+ "path": "assets/Appearance/dark/mode/SVG_DarkMode.module.css"
7
+ },
8
+ {
9
+ "layer": "theme",
10
+ "path": "assets/Appearance/dark/themes/blue/blue_SVGTheme_DarkTheme.module.css"
11
+ },
12
+ {
13
+ "layer": "theme",
14
+ "path": "assets/Appearance/dark/themes/green/green_SVGTheme_DarkTheme.module.css"
15
+ },
16
+ {
17
+ "layer": "theme",
18
+ "path": "assets/Appearance/dark/themes/orange/orange_SVGTheme_DarkTheme.module.css"
19
+ },
20
+ {
21
+ "layer": "theme",
22
+ "path": "assets/Appearance/dark/themes/red/red_SVGTheme_DarkTheme.module.css"
23
+ },
24
+ {
25
+ "layer": "theme",
26
+ "path": "assets/Appearance/dark/themes/yellow/yellow_SVGTheme_DarkTheme.module.css"
27
+ },
28
+ {
29
+ "layer": "theme",
30
+ "path": "assets/Appearance/light/mode/SVG_LightMode.module.css"
31
+ },
32
+ {
33
+ "layer": "theme",
34
+ "path": "assets/Appearance/light/themes/blue/blue_SVGTheme_LightTheme.module.css"
35
+ },
36
+ {
37
+ "layer": "theme",
38
+ "path": "assets/Appearance/light/themes/green/green_SVGTheme_LightTheme.module.css"
39
+ },
40
+ {
41
+ "layer": "theme",
42
+ "path": "assets/Appearance/light/themes/orange/orange_SVGTheme_LightTheme.module.css"
43
+ },
44
+ {
45
+ "layer": "theme",
46
+ "path": "assets/Appearance/light/themes/red/red_SVGTheme_LightTheme.module.css"
47
+ },
48
+ {
49
+ "layer": "theme",
50
+ "path": "assets/Appearance/light/themes/yellow/yellow_SVGTheme_LightTheme.module.css"
51
+ },
52
+ {
53
+ "layer": "theme",
54
+ "path": "assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css"
55
+ },
56
+ {
57
+ "layer": "theme",
58
+ "path": "assets/Appearance/pureDark/themes/blue/blue_SVGTheme_PureDarkTheme.module.css"
59
+ },
60
+ {
61
+ "layer": "theme",
62
+ "path": "assets/Appearance/pureDark/themes/green/green_SVGTheme_PureDarkTheme.module.css"
63
+ },
64
+ {
65
+ "layer": "theme",
66
+ "path": "assets/Appearance/pureDark/themes/orange/orange_SVGTheme_PureDarkTheme.module.css"
67
+ },
68
+ {
69
+ "layer": "theme",
70
+ "path": "assets/Appearance/pureDark/themes/red/red_SVGTheme_PureDarkTheme.module.css"
71
+ },
72
+ {
73
+ "layer": "theme",
74
+ "path": "assets/Appearance/pureDark/themes/yellow/yellow_SVGTheme_PureDarkTheme.module.css"
75
+ },
76
+ {
77
+ "layer": "variables",
78
+ "path": "src/css/EmptyStateVariables.module.css"
79
+ },
80
+ {
81
+ "layer": "base",
82
+ "path": "src/SVG/SVG.module.css"
83
+ },
84
+ {
85
+ "layer": "molecule",
86
+ "path": "src/Loader/LoaderSvg.module.css"
87
+ },
88
+ {
89
+ "layer": "molecule",
90
+ "path": "src/v1/Loader/V1_LoaderSvg.module.css"
91
+ }
92
+ ],
93
+ "ignore":["src/svg_layer.module.css"]
94
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.molecule {
1
2
  [dir=ltr] .container > svg{
2
3
  animation: loaderone-ltr 2s linear infinite;
3
4
  }[dir=rtl] .container > svg{
@@ -25,4 +26,5 @@
25
26
  @keyframes outerCircleAnimation{to{stroke-dashoffset:-82}}
26
27
  @keyframes innerCircleAnimation{to{stroke-dashoffset:-50}}
27
28
  @keyframes loaderone-ltr{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}
28
- @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
29
+ @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
30
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.base {
1
2
  .cover {
2
3
  height: 100% ;
3
4
  }
@@ -32,3 +33,4 @@
32
33
  height: 100% ;
33
34
  composes: loader
34
35
  }
36
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.variables {
1
2
  .default {
2
3
  /* empty svg default palette variables */
3
4
  --zd_emptysvg_primary_fill: var(--zdt_svg_default_primary_fill);
@@ -36,4 +37,5 @@
36
37
  --zd_emptysvg_tiny_circle: var(--zdt_svg_danger_tiny_circle);
37
38
  --zd_emptysvg_small_circle: var(--zdt_svg_danger_small_circle);
38
39
  --zd_emptysvg_circle_fill: var(--zdt_svg_danger_circle_fill);
39
- }
40
+ }
41
+ }
@@ -0,0 +1 @@
1
+ @layer dot-svg, dot-svg.theme, dot-svg.variables, dot-svg.base, dot-svg.molecule;
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.molecule {
1
2
  [dir=ltr] .container > svg{
2
3
  animation: loaderone-ltr 2s linear infinite;
3
4
  }[dir=rtl] .container > svg{
@@ -25,4 +26,5 @@
25
26
  @keyframes outerCircleAnimation{to{stroke-dashoffset:-82}}
26
27
  @keyframes innerCircleAnimation{to{stroke-dashoffset:-50}}
27
28
  @keyframes loaderone-ltr{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}
28
- @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
29
+ @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
30
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.molecule {
1
2
  [dir=ltr] .container > svg{
2
3
  animation: loaderone-ltr 2s linear infinite;
3
4
  }[dir=rtl] .container > svg{
@@ -25,4 +26,5 @@
25
26
  @keyframes outerCircleAnimation{to{stroke-dashoffset:-82}}
26
27
  @keyframes innerCircleAnimation{to{stroke-dashoffset:-50}}
27
28
  @keyframes loaderone-ltr{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}
28
- @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
29
+ @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
30
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.base {
1
2
  .cover {
2
3
  height: 100% ;
3
4
  }
@@ -32,3 +33,4 @@
32
33
  height: 100% ;
33
34
  composes: loader
34
35
  }
36
+ }
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.variables {
1
2
  .default {
2
3
  /* empty svg default palette variables */
3
4
  --zd_emptysvg_primary_fill: var(--zdt_svg_default_primary_fill);
@@ -36,4 +37,5 @@
36
37
  --zd_emptysvg_tiny_circle: var(--zdt_svg_danger_tiny_circle);
37
38
  --zd_emptysvg_small_circle: var(--zdt_svg_danger_small_circle);
38
39
  --zd_emptysvg_circle_fill: var(--zdt_svg_danger_circle_fill);
39
- }
40
+ }
41
+ }
@@ -0,0 +1 @@
1
+ @layer dot-svg, dot-svg.theme, dot-svg.variables, dot-svg.base, dot-svg.molecule;
@@ -1,3 +1,4 @@
1
+ @layer dot-svg.molecule {
1
2
  [dir=ltr] .container > svg{
2
3
  animation: loaderone-ltr 2s linear infinite;
3
4
  }[dir=rtl] .container > svg{
@@ -25,4 +26,5 @@
25
26
  @keyframes outerCircleAnimation{to{stroke-dashoffset:-82}}
26
27
  @keyframes innerCircleAnimation{to{stroke-dashoffset:-50}}
27
28
  @keyframes loaderone-ltr{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}
28
- @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
29
+ @keyframes loaderone-rtl{0%{transform:rotate(0deg)}to{transform:rotate(-359deg)}}
30
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/svg",
3
- "version": "1.1.31",
3
+ "version": "1.2.0",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -25,14 +25,14 @@
25
25
  "build:local": " npm run build && npm run rtl && npm run cssVariableConvert",
26
26
  "build:watch": "npm run clean && npm run build:variables && npm run build && npm run build:es --module:mode=dev -- -w",
27
27
  "rtl:watch": "react-cli rtl ./src ./es -w",
28
- "prepare": "npm run init && npm run build && npm run rtl && npm run cssVariableConvert",
28
+ "prepare": "npm run init && npm run css:build ",
29
29
  "init": "npm run clean && npm run build:variables",
30
30
  "build:variables": "react-cli clean ./assets && node ./preprocess/index",
31
31
  "rtl": "react-cli rtl ./src ./lib && react-cli rtl ./src ./es",
32
32
  "lint": "react-cli lint",
33
33
  "common_package_build": "cd ../common && npm run build && cd ../svg",
34
34
  "docs": "react-cli docs",
35
- "prepublishOnly": "node prePublish.js && npm run test && npm run download",
35
+ "prepublishOnly": "node prePublish.js && npm run customTest && npm run download",
36
36
  "postpublish": "node postPublish.js",
37
37
  "download": "react-cli clean ./node_modules ./package-lock.json && npm install",
38
38
  "test": "react-cli test",
@@ -43,11 +43,19 @@
43
43
  "cssVariableConvert": "react-cli variableConverter ./lib ./lib && react-cli variableConverter ./es ./es",
44
44
  "variable:addignore": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableIgnore.js ./src",
45
45
  "variable:convert": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/pxParserPostcss.js ./src",
46
- "variable:check": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableErrorCheck.js ./src ./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json"
46
+ "variable:check": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableErrorCheck.js ./src ./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json",
47
+ "css:layer_config_generate": "node ./node_modules/@zohodesk-private/node-plugins/es/css_layer_generator/scan_css_generate_json.js ./src ./assets css_layer_config.json",
48
+ "css:layer_wrap_es": "node ./node_modules/@zohodesk-private/node-plugins/es/css_layer_generator/write_layer_in_css.js ./es ./assets css_layer_config.json --rewrite=src=es --rewrite=assets=assets --skip-existing-layer",
49
+ "css:layer_wrap_lib": "node ./node_modules/@zohodesk-private/node-plugins/es/css_layer_generator/write_layer_in_css.js ./lib ./assets css_layer_config.json --rewrite=src=lib --rewrite=assets=assets --skip-existing-layer",
50
+ "css:layer_generate_order": "node ./node_modules/@zohodesk-private/node-plugins/es/css_layer_generator/generate_layer_order.js css_layer_config.json ./src/svg_layer.module.css",
51
+ "css:layer_config_validate": "node ./node_modules/@zohodesk-private/node-plugins/es/css_layer_generator/validate.js css_layer_config.json ./src/ ./assets",
52
+ "css:build": "npm run css:layer_config_validate && npm run css:layer_generate_order && npm run build && npm run rtl && npm run cssVariableConvert && npm run css:layer_wrap_es && npm run css:layer_wrap_lib",
53
+ "css:layer_remove": "node ./node_modules/@zohodesk-private/node-plugins/es/css_layer_generator/remove_layer.js ./es ./assets css_layer_config.json --rewrite=src=es --rewrite=assets=assets",
54
+ "customTest": "node ./__testUtils__/runTest.js"
47
55
  },
48
56
  "dependencies": {},
49
57
  "devDependencies": {
50
- "@zohodesk/variables": "1.0.0",
58
+ "@zohodesk/variables": "1.1.0",
51
59
  "@zohodesk-private/color-variable-preprocessor": "1.2.0",
52
60
  "@svgr/cli": "6.2.1",
53
61
  "@zohodesk-private/css-variable-migrator": "^1.0.8",
@@ -56,9 +64,11 @@
56
64
  "@testing-library/react-hooks": "^7.0.2",
57
65
  "@testing-library/user-event": "^13.0.10",
58
66
  "@svgr/core": "6.2.1",
59
- "@svgr/plugin-prettier": "8.1.0"
67
+ "@svgr/plugin-prettier": "8.1.0",
68
+ "postcss": "^8.5.6",
69
+ "@zohodesk-private/node-plugins": "1.1.12"
60
70
  },
61
71
  "peerDependencies": {
62
- "@zohodesk/variables": "1.0.0"
72
+ "@zohodesk/variables": "1.1.0"
63
73
  }
64
74
  }
package/css_error.log DELETED
File without changes
@@ -1,26 +0,0 @@
1
- import React, { useEffect, useState } from 'react';
2
-
3
- export default function SvgLoader(props) {
4
- let uiProps = {};
5
- Object.keys(props)
6
- .filter((prop) => prop != 'imageUrl')
7
- .map((prop) => {
8
- uiProps[prop] = props[prop];
9
- });
10
- let image = require(`./images/${props.imageUrl}`);
11
- return <image xlinkHref={image} {...uiProps} />;
12
- }
13
-
14
- export function StaticSvg(props) {
15
- let uiProps = {},
16
- [image, setImage] = useState(null);
17
- Object.keys(props)
18
- .filter((prop) => prop != 'getImage')
19
- .map((prop) => {
20
- uiProps[prop] = props[prop];
21
- });
22
- useEffect(() => {
23
- props.getImage().then((image) => setImage(image));
24
- }, [props.getImage]);
25
- return image ? <image xlinkHref={image.default} {...uiProps} /> : null;
26
- }
package/install.md DELETED
@@ -1,11 +0,0 @@
1
- - For New :
2
-
3
- # npm i
4
- # npm run common_package_build
5
-
6
- For Update:
7
-
8
- # npm run download
9
- # npm run common_package_build
10
-
11
-
package/postPublish.js DELETED
@@ -1,8 +0,0 @@
1
- const { execSync } = require('child_process');
2
- const { version, name } = require('./package.json');
3
- const tagName = `${name}@${version}`;
4
- // const tagName = `${name.replace(/^@/g, "").replace(/\//g, "-")}-v-${version}}@${version}`;
5
- console.log(`going to add git tag... ${tagName}`);
6
-
7
- execSync(`git tag -a ${tagName} -m ${tagName}`, { stdio: 'inherit' });
8
- execSync(`git push origin ${tagName}`, { stdio: 'inherit' });
package/prePublish.js DELETED
@@ -1,70 +0,0 @@
1
- const readline = require('readline');
2
- const { exec } = require('child_process');
3
-
4
- const rl = readline.createInterface({
5
- input: process.stdin,
6
- output: process.stdout
7
- });
8
-
9
- console.log('\nNode.js version:', process.version);
10
-
11
- function runConsole(command, callback) {
12
- exec(command, (error, stdout, stderr) => {
13
- if (error) {
14
- console.error('Error:', error.message);
15
- return;
16
- }
17
-
18
- if (stderr) {
19
- console.error('Error:', stderr);
20
- return;
21
- }
22
-
23
- const npmVersion = stdout.trim();
24
- console.log('\n' + command, npmVersion);
25
- callback && callback();
26
- });
27
- }
28
-
29
- function askQuestion1() {
30
- rl.question('\nHave you updated the changelog in README.md? (yes/no): ', (answer) => {
31
- if (answer.toLowerCase() === 'yes') {
32
- console.log('\nGreat! Proceeding...');
33
- askQuestion2();
34
- // rl.close();
35
- // Call the function or code to proceed further here.
36
- } else if (answer.toLowerCase() === 'no') {
37
- rl.close();
38
- console.log('\nPlease Update the ChangeLog in README.md, then try again');
39
- // throw new Error('\nPlease Update the ChangeLog in README.md, then try again');
40
- process.exitCode = 1; // Exit the Node.js process with a success code.
41
- } else {
42
- console.log('\nInvalid answer. Please enter "yes" or "no".');
43
- askQuestion1(); // Ask the question again if the input is not "yes" or "no".
44
- }
45
- });
46
- }
47
-
48
- function askQuestion2() {
49
- rl.question('\nHave you verified the test snapshot? (yes/no): ', (answer) => {
50
- if (answer.toLowerCase() === 'yes') {
51
- console.log('\nGreat! Proceeding...');
52
- rl.close();
53
- // Call the function or code to proceed further here.
54
- } else if (answer.toLowerCase() === 'no') {
55
- rl.close();
56
- //throw new Error('\nPlease Verify the snapshot results, then try again');
57
- console.log('\nPlease Verify the snapshot results, then try again');
58
- process.exitCode = 1; // Exit the Node.js process with a success code.
59
- } else {
60
- console.log('\nInvalid answer. Please enter "yes" or "no".');
61
- askQuestion2(); // Ask the question again if the input is not "yes" or "no".
62
- }
63
- });
64
- }
65
-
66
- function getReactCliVersion() {
67
- runConsole('react-cli --version', askQuestion1);
68
- }
69
-
70
- runConsole('npm --version', getReactCliVersion);
@@ -1,20 +0,0 @@
1
- exports.config= {
2
- "preprocess": {
3
- "runner": "./preprocess/index.js"
4
- },
5
- "css": {
6
- "plugins": {
7
- "hasRTL": true,
8
- "cssVariableReplacement": true
9
- },
10
- "patterns": {
11
- "cssVariableReplacement": [
12
- "**/src/**",
13
- "**/lib/**",
14
- "**/es/**",
15
- "!**/node_modules/**"
16
- ]
17
- },
18
- "cssVariableReplacementConfig": "./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json"
19
- }
20
- }
package/result.json DELETED
@@ -1 +0,0 @@
1
- {"jobDetails":{"isRunByLocal":true,"hostName":"karuppiah-19823","platForm":"Darwin","branchName":"svg_ui"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":120,"numberOfFails":0,"numberOfCases":120,"numberOfSuites":8,"endTime":1753789712803,"startTime":1753789699390,"coverageDetail":{"codeCoveragePercentage":24.74,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version2/__tests__/version2.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version1/__tests__/version1.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version1/__tests__/version1.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/SVG/__tests__/SVG.spec.js","CaseList":{"passedCaseList":["sholud render the basic strucutr of svg","Should render palette of svg - default","Should render palette of svg - dark","Should render palette of svg - danger","Should render size of svg - small","Should render size of svg - large","sholud render alignHorizontal is false in svg","sholud render alignHorizontal is false in svg","sholud render isFluid is true in svg ","sholud render isFluid is true in svg with symbol","sholud render isRender is false in svg","sholud render isSymbol is true in svg","sholud render Name in svg","sholud render viewBox in svg","sholud render className in svg","should render styleName in SVG"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version2/__tests__/version2.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version2 ErrorState EmptyUnauthorizedLogin","Rendering all svgs in version2 ErrorState EmptyWillBeRightBack"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version3/__tests__/version3.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version3 ErrorState ErrorInconvenience","Rendering all svgs in version3 ErrorState ErrorOopsSomethingMiss","Rendering all svgs in version3 ErrorState ErrorUnableToProcessRequest","Rendering all svgs in version3 ErrorState ErrorUnauthorizedLogin","Rendering all svgs in version3 ErrorState ErrorUrlNotFound","Rendering all svgs in version3 ErrorState ErrorWillBeRightBack"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["sholud render the basic strucutr of Loader"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version3/__tests__/version3.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version3 emptystate AuditLog","Rendering all svgs in version3 emptystate Contract","Rendering all svgs in version3 emptystate CustomModule","Rendering all svgs in version3 emptystate EmptyAccounts","Rendering all svgs in version3 emptystate EmptyActiveCalls","Rendering all svgs in version3 emptystate EmptyActivity","Rendering all svgs in version3 emptystate EmptyAgent","Rendering all svgs in version3 emptystate EmptyAgentQueue","Rendering all svgs in version3 emptystate EmptyApplechat","Rendering all svgs in version3 emptystate EmptyApproval","Rendering all svgs in version3 emptystate EmptyArchived","Rendering all svgs in version3 emptystate EmptyArticle","Rendering all svgs in version3 emptystate EmptyAsapchat","Rendering all svgs in version3 emptystate EmptyAttach","Rendering all svgs in version3 emptystate EmptyBlueprint","Rendering all svgs in version3 emptystate EmptyCallHistory","Rendering all svgs in version3 emptystate EmptyCanned","Rendering all svgs in version3 emptystate EmptyChat","Rendering all svgs in version3 emptystate EmptyCollision","Rendering all svgs in version3 emptystate EmptyColumn","Rendering all svgs in version3 emptystate EmptyContact","Rendering all svgs in version3 emptystate EmptyContract","Rendering all svgs in version3 emptystate EmptyConversation","Rendering all svgs in version3 emptystate EmptyCrm","Rendering all svgs in version3 emptystate EmptyCrmNotes","Rendering all svgs in version3 emptystate EmptyCrmPotential","Rendering all svgs in version3 emptystate EmptyDashboard","Rendering all svgs in version3 emptystate EmptyDelete","Rendering all svgs in version3 emptystate EmptyDepartment","Rendering all svgs in version3 emptystate EmptyError","Rendering all svgs in version3 emptystate EmptyFeed","Rendering all svgs in version3 emptystate EmptyFollowers","Rendering all svgs in version3 emptystate EmptyFrame","Rendering all svgs in version3 emptystate EmptyHappiness","Rendering all svgs in version3 emptystate EmptyHistory","Rendering all svgs in version3 emptystate EmptyInstagram","Rendering all svgs in version3 emptystate EmptyInstantmessage","Rendering all svgs in version3 emptystate EmptyInvoice","Rendering all svgs in version3 emptystate EmptyLine","Rendering all svgs in version3 emptystate EmptyMessenger","Rendering all svgs in version3 emptystate EmptyNoData","Rendering all svgs in version3 emptystate EmptyNotification","Rendering all svgs in version3 emptystate EmptyPreference","Rendering all svgs in version3 emptystate EmptyProducts","Rendering all svgs in version3 emptystate EmptyReply","Rendering all svgs in version3 emptystate EmptyReports","Rendering all svgs in version3 emptystate EmptySandbox","Rendering all svgs in version3 emptystate EmptySchedule","Rendering all svgs in version3 emptystate EmptySearch","Rendering all svgs in version3 emptystate EmptySkills","Rendering all svgs in version3 emptystate EmptySla","Rendering all svgs in version3 emptystate EmptySnippet","Rendering all svgs in version3 emptystate EmptyTag","Rendering all svgs in version3 emptystate EmptyTask","Rendering all svgs in version3 emptystate EmptyTeams","Rendering all svgs in version3 emptystate EmptyTelegram","Rendering all svgs in version3 emptystate EmptyTemplate","Rendering all svgs in version3 emptystate EmptyTicket","Rendering all svgs in version3 emptystate EmptyTimeEntry","Rendering all svgs in version3 emptystate EmptyTimeline","Rendering all svgs in version3 emptystate EmptyTopic","Rendering all svgs in version3 emptystate EmptyTwilio","Rendering all svgs in version3 emptystate EmptyWechat","Rendering all svgs in version3 emptystate EmptyWhatsapp","Rendering all svgs in version3 emptystate Export","Rendering all svgs in version3 emptystate Extensions","Rendering all svgs in version3 emptystate Extractor","Rendering all svgs in version3 emptystate GCBot","Rendering all svgs in version3 emptystate GCConversation","Rendering all svgs in version3 emptystate Import","Rendering all svgs in version3 emptystate KBBot","Rendering all svgs in version3 emptystate Multilingual","Rendering all svgs in version3 emptystate NetworkError","Rendering all svgs in version3 emptystate Predictor","Rendering all svgs in version3 emptystate ReadRecipients","Rendering all svgs in version3 emptystate SupportPlan","Rendering all svgs in version3 emptystate Variable","Rendering all svgs in version3 emptystate ZiaAnamoly"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version3/__tests__/version3.spec.js","CaseList":{"passedCaseList":[],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/SVG/__tests__/SVG.spec.js","CaseList":{"passedCaseList":["sholud render the basic strucutr of svg","Should render palette of svg - default","Should render palette of svg - dark","Should render palette of svg - danger","Should render size of svg - small","Should render size of svg - large","sholud render alignHorizontal is false in svg","sholud render alignHorizontal is false in svg","sholud render isFluid is true in svg ","sholud render isFluid is true in svg with symbol","sholud render isRender is false in svg","sholud render isSymbol is true in svg","sholud render Name in svg","sholud render viewBox in svg","sholud render className in svg","should render styleName in SVG"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version1/__tests__/version1.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version1 emptystate EmptyCustomDomain"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version2/__tests__/version2.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version2 ErrorState EmptyUnauthorizedLogin","Rendering all svgs in version2 ErrorState EmptyWillBeRightBack"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version1/__tests__/version1.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version1 ErrorState EmptyInconvenience","Rendering all svgs in version1 ErrorState NoRequestFound","Rendering all svgs in version1 ErrorState PageNotFound","Rendering all svgs in version1 ErrorState UnableToProcessRequest","Rendering all svgs in version1 ErrorState UnauthorizedLogin","Rendering all svgs in version1 ErrorState UrlNotFound","Rendering all svgs in version1 ErrorState WillBeRightBack"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version2/__tests__/version2.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version2 emptystate EmptyBusinessHoliday","Rendering all svgs in version2 emptystate EmptyBusinessHour","Rendering all svgs in version2 emptystate EmptyFromAddress","Rendering all svgs in version2 emptystate EmptyImportHistory","Rendering all svgs in version2 emptystate EmptyNetwork","Rendering all svgs in version2 emptystate EmptyRecycleBin","Rendering all svgs in version2 emptystate EmptyRoles","Rendering all svgs in version2 emptystate EmptyWebhook","Rendering all svgs in version2 emptystate FailureLog"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["sholud render the basic strucutr of Loader"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version3/__tests__/version3.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version3 emptystate AuditLog","Rendering all svgs in version3 emptystate Contract","Rendering all svgs in version3 emptystate CustomModule","Rendering all svgs in version3 emptystate EmptyAccounts","Rendering all svgs in version3 emptystate EmptyActiveCalls","Rendering all svgs in version3 emptystate EmptyActivity","Rendering all svgs in version3 emptystate EmptyAgent","Rendering all svgs in version3 emptystate EmptyAgentQueue","Rendering all svgs in version3 emptystate EmptyApplechat","Rendering all svgs in version3 emptystate EmptyApproval","Rendering all svgs in version3 emptystate EmptyArchived","Rendering all svgs in version3 emptystate EmptyArticle","Rendering all svgs in version3 emptystate EmptyAsapchat","Rendering all svgs in version3 emptystate EmptyAttach","Rendering all svgs in version3 emptystate EmptyBlueprint","Rendering all svgs in version3 emptystate EmptyCallHistory","Rendering all svgs in version3 emptystate EmptyCanned","Rendering all svgs in version3 emptystate EmptyChat","Rendering all svgs in version3 emptystate EmptyCollision","Rendering all svgs in version3 emptystate EmptyColumn","Rendering all svgs in version3 emptystate EmptyContact","Rendering all svgs in version3 emptystate EmptyContract","Rendering all svgs in version3 emptystate EmptyConversation","Rendering all svgs in version3 emptystate EmptyCrm","Rendering all svgs in version3 emptystate EmptyCrmNotes","Rendering all svgs in version3 emptystate EmptyCrmPotential","Rendering all svgs in version3 emptystate EmptyDashboard","Rendering all svgs in version3 emptystate EmptyDelete","Rendering all svgs in version3 emptystate EmptyDepartment","Rendering all svgs in version3 emptystate EmptyError","Rendering all svgs in version3 emptystate EmptyFeed","Rendering all svgs in version3 emptystate EmptyFollowers","Rendering all svgs in version3 emptystate EmptyFrame","Rendering all svgs in version3 emptystate EmptyHappiness","Rendering all svgs in version3 emptystate EmptyHistory","Rendering all svgs in version3 emptystate EmptyInstagram","Rendering all svgs in version3 emptystate EmptyInstantmessage","Rendering all svgs in version3 emptystate EmptyInvoice","Rendering all svgs in version3 emptystate EmptyLine","Rendering all svgs in version3 emptystate EmptyMessenger","Rendering all svgs in version3 emptystate EmptyNoData","Rendering all svgs in version3 emptystate EmptyNotification","Rendering all svgs in version3 emptystate EmptyPreference","Rendering all svgs in version3 emptystate EmptyProducts","Rendering all svgs in version3 emptystate EmptyReply","Rendering all svgs in version3 emptystate EmptyReports","Rendering all svgs in version3 emptystate EmptySandbox","Rendering all svgs in version3 emptystate EmptySchedule","Rendering all svgs in version3 emptystate EmptySearch","Rendering all svgs in version3 emptystate EmptySkills","Rendering all svgs in version3 emptystate EmptySla","Rendering all svgs in version3 emptystate EmptySnippet","Rendering all svgs in version3 emptystate EmptyTag","Rendering all svgs in version3 emptystate EmptyTask","Rendering all svgs in version3 emptystate EmptyTeams","Rendering all svgs in version3 emptystate EmptyTelegram","Rendering all svgs in version3 emptystate EmptyTemplate","Rendering all svgs in version3 emptystate EmptyTicket","Rendering all svgs in version3 emptystate EmptyTimeEntry","Rendering all svgs in version3 emptystate EmptyTimeline","Rendering all svgs in version3 emptystate EmptyTopic","Rendering all svgs in version3 emptystate EmptyTwilio","Rendering all svgs in version3 emptystate EmptyWechat","Rendering all svgs in version3 emptystate EmptyWhatsapp","Rendering all svgs in version3 emptystate Export","Rendering all svgs in version3 emptystate Extensions","Rendering all svgs in version3 emptystate Extractor","Rendering all svgs in version3 emptystate GCBot","Rendering all svgs in version3 emptystate GCConversation","Rendering all svgs in version3 emptystate Import","Rendering all svgs in version3 emptystate KBBot","Rendering all svgs in version3 emptystate Multilingual","Rendering all svgs in version3 emptystate NetworkError","Rendering all svgs in version3 emptystate Predictor","Rendering all svgs in version3 emptystate ReadRecipients","Rendering all svgs in version3 emptystate SupportPlan","Rendering all svgs in version3 emptystate Variable","Rendering all svgs in version3 emptystate ZiaAnamoly"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/SVG/__tests__/SVG.spec.js","CaseList":{"passedCaseList":["sholud render the basic strucutr of svg","Should render palette of svg - default","Should render palette of svg - dark","Should render palette of svg - danger","Should render size of svg - small","Should render size of svg - large","sholud render alignHorizontal is false in svg","sholud render alignHorizontal is false in svg","sholud render isFluid is true in svg ","sholud render isFluid is true in svg with symbol","sholud render isRender is false in svg","sholud render isSymbol is true in svg","sholud render Name in svg","sholud render viewBox in svg","sholud render className in svg","should render styleName in SVG"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version1/__tests__/version1.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version1 emptystate EmptyCustomDomain"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version2/__tests__/version2.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version2 ErrorState EmptyUnauthorizedLogin","Rendering all svgs in version2 ErrorState EmptyWillBeRightBack"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version1/__tests__/version1.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version1 ErrorState EmptyInconvenience","Rendering all svgs in version1 ErrorState NoRequestFound","Rendering all svgs in version1 ErrorState PageNotFound","Rendering all svgs in version1 ErrorState UnableToProcessRequest","Rendering all svgs in version1 ErrorState UnauthorizedLogin","Rendering all svgs in version1 ErrorState UrlNotFound","Rendering all svgs in version1 ErrorState WillBeRightBack"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/errorstate/version3/__tests__/version3.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version3 ErrorState ErrorInconvenience","Rendering all svgs in version3 ErrorState ErrorOopsSomethingMiss","Rendering all svgs in version3 ErrorState ErrorUnableToProcessRequest","Rendering all svgs in version3 ErrorState ErrorUnauthorizedLogin","Rendering all svgs in version3 ErrorState ErrorUrlNotFound","Rendering all svgs in version3 ErrorState ErrorWillBeRightBack"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version2/__tests__/version2.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version2 emptystate EmptyBusinessHoliday","Rendering all svgs in version2 emptystate EmptyBusinessHour","Rendering all svgs in version2 emptystate EmptyFromAddress","Rendering all svgs in version2 emptystate EmptyImportHistory","Rendering all svgs in version2 emptystate EmptyNetwork","Rendering all svgs in version2 emptystate EmptyRecycleBin","Rendering all svgs in version2 emptystate EmptyRoles","Rendering all svgs in version2 emptystate EmptyWebhook","Rendering all svgs in version2 emptystate FailureLog"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/Loader/__tests__/Loader.spec.js","CaseList":{"passedCaseList":["sholud render the basic strucutr of Loader"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/DeskLib/jsapps/dot/svg/src/emptystate/version3/__tests__/version3.spec.js","CaseList":{"passedCaseList":["Rendering all svgs in version3 emptystate AuditLog","Rendering all svgs in version3 emptystate Contract","Rendering all svgs in version3 emptystate CustomModule","Rendering all svgs in version3 emptystate EmptyAccounts","Rendering all svgs in version3 emptystate EmptyActiveCalls","Rendering all svgs in version3 emptystate EmptyActivity","Rendering all svgs in version3 emptystate EmptyAgent","Rendering all svgs in version3 emptystate EmptyAgentQueue","Rendering all svgs in version3 emptystate EmptyApplechat","Rendering all svgs in version3 emptystate EmptyApproval","Rendering all svgs in version3 emptystate EmptyArchived","Rendering all svgs in version3 emptystate EmptyArticle","Rendering all svgs in version3 emptystate EmptyAsapchat","Rendering all svgs in version3 emptystate EmptyAttach","Rendering all svgs in version3 emptystate EmptyBlueprint","Rendering all svgs in version3 emptystate EmptyCallHistory","Rendering all svgs in version3 emptystate EmptyCanned","Rendering all svgs in version3 emptystate EmptyChat","Rendering all svgs in version3 emptystate EmptyCollision","Rendering all svgs in version3 emptystate EmptyColumn","Rendering all svgs in version3 emptystate EmptyContact","Rendering all svgs in version3 emptystate EmptyContract","Rendering all svgs in version3 emptystate EmptyConversation","Rendering all svgs in version3 emptystate EmptyCrm","Rendering all svgs in version3 emptystate EmptyCrmNotes","Rendering all svgs in version3 emptystate EmptyCrmPotential","Rendering all svgs in version3 emptystate EmptyDashboard","Rendering all svgs in version3 emptystate EmptyDelete","Rendering all svgs in version3 emptystate EmptyDepartment","Rendering all svgs in version3 emptystate EmptyError","Rendering all svgs in version3 emptystate EmptyFeed","Rendering all svgs in version3 emptystate EmptyFollowers","Rendering all svgs in version3 emptystate EmptyFrame","Rendering all svgs in version3 emptystate EmptyHappiness","Rendering all svgs in version3 emptystate EmptyHistory","Rendering all svgs in version3 emptystate EmptyInstagram","Rendering all svgs in version3 emptystate EmptyInstantmessage","Rendering all svgs in version3 emptystate EmptyInvoice","Rendering all svgs in version3 emptystate EmptyLine","Rendering all svgs in version3 emptystate EmptyMessenger","Rendering all svgs in version3 emptystate EmptyNoData","Rendering all svgs in version3 emptystate EmptyNotification","Rendering all svgs in version3 emptystate EmptyPreference","Rendering all svgs in version3 emptystate EmptyProducts","Rendering all svgs in version3 emptystate EmptyReply","Rendering all svgs in version3 emptystate EmptyReports","Rendering all svgs in version3 emptystate EmptySandbox","Rendering all svgs in version3 emptystate EmptySchedule","Rendering all svgs in version3 emptystate EmptySearch","Rendering all svgs in version3 emptystate EmptySkills","Rendering all svgs in version3 emptystate EmptySla","Rendering all svgs in version3 emptystate EmptySnippet","Rendering all svgs in version3 emptystate EmptyTag","Rendering all svgs in version3 emptystate EmptyTask","Rendering all svgs in version3 emptystate EmptyTeams","Rendering all svgs in version3 emptystate EmptyTelegram","Rendering all svgs in version3 emptystate EmptyTemplate","Rendering all svgs in version3 emptystate EmptyTicket","Rendering all svgs in version3 emptystate EmptyTimeEntry","Rendering all svgs in version3 emptystate EmptyTimeline","Rendering all svgs in version3 emptystate EmptyTopic","Rendering all svgs in version3 emptystate EmptyTwilio","Rendering all svgs in version3 emptystate EmptyWechat","Rendering all svgs in version3 emptystate EmptyWhatsapp","Rendering all svgs in version3 emptystate Export","Rendering all svgs in version3 emptystate Extensions","Rendering all svgs in version3 emptystate Extractor","Rendering all svgs in version3 emptystate GCBot","Rendering all svgs in version3 emptystate GCConversation","Rendering all svgs in version3 emptystate Import","Rendering all svgs in version3 emptystate KBBot","Rendering all svgs in version3 emptystate Multilingual","Rendering all svgs in version3 emptystate NetworkError","Rendering all svgs in version3 emptystate Predictor","Rendering all svgs in version3 emptystate ReadRecipients","Rendering all svgs in version3 emptystate SupportPlan","Rendering all svgs in version3 emptystate Variable","Rendering all svgs in version3 emptystate ZiaAnamoly"],"failedCaseList":[]}}]}}}
@@ -1,37 +0,0 @@
1
- <html>
2
- <head>
3
- <style>
4
- .red{
5
- font-weight:bold;
6
- color:red;
7
- }
8
- .green{
9
- font-weight:bold;
10
- color:green;
11
- }
12
- table
13
- {
14
- font-family: arial, sans-serif;
15
- border-collapse: collapse;
16
- }
17
-
18
- td, th
19
- {
20
- border: 1px solid #dddddd;
21
- padding: 8px;
22
- }
23
- </style>
24
- </head>
25
- <body>
26
- <table>
27
- <tr>
28
- <th>Title</th>
29
- <th>FullName</th>
30
- <th>Test Case Path</th>
31
- </tr>
32
-
33
- </table>
34
- <br/>COVERAGE <span class="red">24.74%</span> <br/> less than 60% consider failure
35
- </body>
36
- </html>
37
-