@zohodesk/svg 1.3.6 → 1.3.8

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/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This Bundle Contains EmptyState Images.
4
4
 
5
+ # 1.3.8
6
+
7
+ - v1 => DifferentiationLayers SVG added.
8
+
9
+ # 1.3.7
10
+
11
+ - v1 => ContentPrivacy svg added.
12
+
5
13
  # 1.3.6
6
14
 
7
15
  - v1 => AgentChat svg added.
package/cbt.config.js CHANGED
@@ -1,11 +1,20 @@
1
1
 
2
2
  const path = require('path');
3
+ const jsx_attribute_wrapper = require('@zohodesk/jsx_attribute_wrapper');
4
+ const {
5
+ getJsxAttributeWrapperPlugins
6
+ } = require('../common_cbt.config');
3
7
 
4
8
  exports.config = {
5
9
  preProcess: {
6
10
  enable: true,
7
11
  runner: './preprocess/index.js'
8
12
  },
13
+ babelCustomizations: {
14
+ plugins: [
15
+ ...getJsxAttributeWrapperPlugins(jsx_attribute_wrapper)
16
+ ]
17
+ },
9
18
  css: {
10
19
  plugins: {
11
20
  rtl: {
@@ -26,16 +35,16 @@ exports.config = {
26
35
  ]
27
36
  }
28
37
  },
29
- customPlugins: [
38
+ customPlugins: [
30
39
  {
31
40
  plugin: (options) =>
32
41
  require('postcss-discard-comments')({
33
42
  remove: (c) => { return c.includes('rtl:') }
34
- }),
43
+ }),
35
44
  patterns: ['**/assets/**/*.css'],
36
45
  enable: true
37
46
  }
38
47
  ]
39
48
  }
40
-
49
+
41
50
  };
@@ -0,0 +1,102 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from "../props/propTypes";
5
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
6
+ import SVG from "../../SVG/SVG";
7
+ export default function ContentPrivacy(props) {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 500 500",
10
+ name: "contentPrivacy",
11
+ styleName: {
12
+ fill: 'none'
13
+ }
14
+ }, props), /*#__PURE__*/React.createElement("g", {
15
+ clipPath: "url(#clip0_32490_1818)"
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ opacity: "0.1",
18
+ d: "M200.502 140.499C200.502 140.499 317.252 62.4994 376.252 85.9994C435.252 109.499 475.502 306.749 311.502 395.249C147.502 483.749 73.0016 291.249 72.2516 257.249C71.7516 223.999 72.2516 145.499 200.502 140.499Z",
19
+ fill: "var(--zd_emptysvg_primary_fill)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M35 293.252C34.75 293.252 35 293.252 35 293.252C34.25 293.252 33.75 292.502 33.75 292.002L34.75 273.252C34.75 272.502 35.25 272.002 36 272.002C36.75 272.002 37.25 272.502 37.25 273.252L36.25 292.002C36 292.752 35.5 293.252 35 293.252Z",
22
+ fill: "var(--zd_emptysvg_plus)"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M44.501 284.5L26.001 283.5C25.251 283.5 24.751 282.75 24.751 282.25C24.751 281.5 25.501 281 26.001 281L44.251 282C45.001 282 45.501 282.75 45.501 283.25C45.751 284 45.251 284.5 44.501 284.5Z",
25
+ fill: "var(--zd_emptysvg_plus)"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M428 52.002C421.5 52.002 416.25 57.252 416.25 63.752C416.25 70.252 421.5 75.502 428 75.502C434.5 75.502 439.75 70.252 439.75 63.752C439.75 57.252 434.25 52.002 428 52.002ZM428 73.252C423 73.252 418.75 69.002 418.75 63.752C418.75 58.502 423 54.252 428 54.252C433 54.252 437.25 58.502 437.25 63.752C437.25 69.002 433 73.252 428 73.252Z",
28
+ fill: "var(--zd_emptysvg_medium_circle)"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M311 432.754C306.25 432.754 302.5 436.504 302.5 441.254C302.5 446.004 306.25 449.754 311 449.754C315.75 449.754 319.5 446.004 319.5 441.254C319.5 436.754 315.75 432.754 311 432.754ZM311 447.504C307.75 447.504 305 444.754 305 441.254C305 437.754 307.75 435.004 311 435.004C314.25 435.004 317 437.754 317 441.254C317 444.754 314.25 447.504 311 447.504Z",
31
+ fill: "var(--zd_emptysvg_medium_circle)"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
34
+ fill: "var(--zd_emptysvg_tiny_circle)"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M474.5 324.498C474 323.998 473.25 323.998 472.75 324.498L466.75 329.998L461.5 323.998C461 323.498 460.25 323.498 459.75 323.998C459.25 324.498 459.25 325.248 459.75 325.748L465 331.748L459 337.248C458.5 337.748 458.5 338.498 459 338.998C459.25 339.248 459.5 339.498 460 339.498C460.25 339.498 460.5 339.498 460.75 339.248L466.75 333.748L472 339.748C472.25 339.998 472.5 340.248 473 340.248C473.25 340.248 473.5 340.248 473.75 339.998C474.25 339.498 474.25 338.748 473.75 338.248L468.5 332.248L474.5 326.748C475 325.998 475 324.998 474.5 324.498Z",
37
+ fill: "var(--zd_emptysvg_tiny_circle)"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ opacity: "0.1",
40
+ d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5017 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
41
+ fill: "var(--zd_emptysvg_primary_fill)"
42
+ })), /*#__PURE__*/React.createElement("g", {
43
+ clipPath: "url(#clip1_32490_1818)"
44
+ }, /*#__PURE__*/React.createElement("path", {
45
+ d: "M335.52 371.183C335.52 371.183 344.271 376.531 348.893 369.534C353.515 362.536 343.1 358.744 339.541 363.599C335.998 368.455 341.76 373.788 342.777 374.959C343.793 376.146 342.376 390.819 344.502 391.528C346.628 392.237 351.959 393.301 352.436 387.736C352.914 382.172 352.436 376.13 352.436 376.13C352.436 376.13 357.998 373.171 355.394 364.771C352.791 356.371 342.499 357.434 340.358 358.02C338.232 358.606 329.496 350.437 328.248 342.715C328.248 342.715 319.929 307.465 346.613 307.85C372.265 308.22 368.089 343.47 368.089 343.47C368.089 343.47 316.046 342.221 310.331 345.967C304.599 349.697 306.094 405.492 308.343 407.989C310.577 410.486 379.336 411.211 386.777 407.989C394.342 404.722 390.444 345.412 388.21 344.425C385.976 343.424 379.814 342.977 379.814 342.977C379.814 342.977 385.314 297.585 346.644 296.151C320.345 295.18 315.954 321.167 316.093 340.248C316.093 340.248 306.063 341.774 304.692 348.094C302.396 358.683 302.966 375.344 302.966 375.344C302.966 375.344 159.671 376.624 144.033 376.284C128.396 375.945 129.151 358.883 129.151 358.883C129.305 299.912 129.875 107.463 130.861 104.01C132.032 99.9258 136.315 93.7913 143.063 94.7161C149.811 95.6409 189.359 94.3308 189.359 94.3308L189.051 69.9471C189.051 69.9471 151.413 73.9546 137.517 56.6764C123.635 39.3827 139.735 48.8464 139.15 53.5475C138.564 58.2485 126.285 72.9219 88.7705 70.2708L89.2481 127.962C89.2481 127.962 90.8042 168.915 127.04 178.703",
46
+ stroke: "var(--zd_emptysvg_primary_stroke)",
47
+ strokeWidth: "2.5",
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M377.827 400.314C377.827 400.314 384.436 355.431 377.827 352.132C371.218 348.819 319.745 347.647 317.156 352.132C314.553 356.618 311.733 398.434 314.799 401.963C317.865 405.508 376.872 407.651 377.842 400.314H377.827Z",
52
+ fill: "var(--zd_emptysvg_secondary_fill)"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M201.022 94.2702C201.022 94.2702 348.585 89.1992 351.112 95.1179C353.639 101.037 355.765 289.694 355.765 289.694",
55
+ stroke: "var(--zd_emptysvg_primary_stroke)",
56
+ strokeWidth: "2.5",
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round"
59
+ }), /*#__PURE__*/React.createElement("path", {
60
+ d: "M229.708 132.449H160.41C158.716 132.449 157.344 133.822 157.344 135.516C157.344 137.21 158.716 138.584 160.41 138.584H229.708C231.401 138.584 232.774 137.21 232.774 135.516C232.774 133.822 231.401 132.449 229.708 132.449Z",
61
+ fill: "var(--zd_emptysvg_secondary_fill)"
62
+ }), /*#__PURE__*/React.createElement("path", {
63
+ d: "M247.873 126.528C251.046 126.034 312.657 123.275 321.423 126.959C330.189 130.643 324.489 144.114 318.819 144.114C313.15 144.114 251.062 143.821 246.578 141.432C242.095 139.043 244.699 127.021 247.873 126.528Z",
64
+ fill: "var(--zd_emptysvg_secondary_fill)"
65
+ }), /*#__PURE__*/React.createElement("path", {
66
+ d: "M291.21 231.94C294.384 231.446 311.316 228.687 320.082 232.371C328.848 236.055 323.148 249.526 317.478 249.526C311.809 249.526 294.4 249.233 289.916 246.844C285.433 244.455 288.037 232.433 291.21 231.94Z",
67
+ fill: "var(--zd_emptysvg_secondary_fill)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M160.949 171.506C160.949 171.506 157.868 169.563 158.515 166.65C159.162 163.737 167.589 165.032 167.589 165.032C167.589 165.032 322.471 162.103 325.814 167.128C325.814 167.128 330.605 166.989 330.374 169.533C329.573 178.441 160.949 171.506 160.949 171.506Z",
70
+ fill: "var(--zd_emptysvg_secondary_fill)"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M160.949 282.527C160.949 282.527 157.868 280.585 158.515 277.672C159.162 274.759 167.589 276.053 167.589 276.053C167.589 276.053 322.471 273.125 325.814 278.15C325.814 278.15 330.605 278.011 330.374 280.554C329.573 289.463 160.949 282.527 160.949 282.527Z",
73
+ fill: "var(--zd_emptysvg_secondary_fill)"
74
+ }), /*#__PURE__*/React.createElement("path", {
75
+ d: "M197.324 196.059C200.498 195.566 312.656 192.807 321.423 196.49C330.189 200.174 324.489 213.645 318.819 213.645C313.149 213.645 200.498 213.352 196.03 210.963C191.562 208.574 194.15 196.552 197.324 196.059Z",
76
+ fill: "var(--zd_emptysvg_secondary_fill)"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ d: "M157.453 317.069C160.626 316.575 272.785 313.816 281.552 317.5C290.318 321.184 284.618 334.655 278.948 334.655C273.278 334.655 160.626 334.362 156.159 331.973C151.691 329.584 154.279 317.562 157.453 317.069Z",
79
+ fill: "var(--zd_emptysvg_secondary_fill)"
80
+ }), /*#__PURE__*/React.createElement("path", {
81
+ d: "M160.949 241.035C160.949 241.035 157.868 239.093 158.515 236.18C159.162 233.267 167.589 234.561 167.589 234.561C167.589 234.561 264.82 231.633 268.163 236.657C268.163 236.657 272.954 236.519 272.723 239.062C271.922 247.971 160.949 241.035 160.949 241.035Z",
82
+ fill: "var(--zd_emptysvg_secondary_fill)"
83
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
84
+ id: "clip0_32490_1818"
85
+ }, /*#__PURE__*/React.createElement("rect", {
86
+ width: "450",
87
+ height: "400",
88
+ fill: "white",
89
+ transform: "translate(25 50)"
90
+ })), /*#__PURE__*/React.createElement("clipPath", {
91
+ id: "clip1_32490_1818"
92
+ }, /*#__PURE__*/React.createElement("rect", {
93
+ width: "304",
94
+ height: "365",
95
+ fill: "white",
96
+ transform: "translate(88 45.918)"
97
+ }))));
98
+ }
99
+ ContentPrivacy.propTypes = EmptyStateProps;
100
+ ContentPrivacy.defaultProps = { ...EmptyStateDefaultProps,
101
+ dataId: 'contentPrivacy'
102
+ };
@@ -0,0 +1,82 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { EmptyStateProps } from "../props/propTypes";
5
+ import { EmptyStateDefaultProps } from "../props/defaultProps";
6
+ import SVG from "../../SVG/SVG";
7
+ export default function DifferentiationLayers(props) {
8
+ return /*#__PURE__*/React.createElement(SVG, _extends({
9
+ viewBox: "0 0 148 148",
10
+ name: "differentiationLayers",
11
+ styleName: {
12
+ fill: 'none'
13
+ }
14
+ }, props), /*#__PURE__*/React.createElement("g", {
15
+ clipPath: "url(#clip0_1462_36934)"
16
+ }, /*#__PURE__*/React.createElement("g", {
17
+ clipPath: "url(#clip1_1462_36934)"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ opacity: "0.1",
20
+ d: "M59.3479 41.5888C59.3479 41.5888 93.9059 18.5008 111.37 25.4568C128.834 32.4128 140.748 90.7988 92.2038 116.995C43.6599 143.191 21.6079 86.2108 21.3859 76.1468C21.2379 66.3048 21.3859 43.0688 59.3479 41.5888Z",
21
+ fill: "var(--zd_emptysvg_primary_fill)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M10.36 86.8037C10.286 86.8037 10.36 86.8037 10.36 86.8037C10.138 86.8037 9.98999 86.5817 9.98999 86.4337L10.286 80.8837C10.286 80.6617 10.434 80.5137 10.656 80.5137C10.878 80.5137 11.026 80.6617 11.026 80.8837L10.73 86.4337C10.656 86.6557 10.508 86.8037 10.36 86.8037Z",
24
+ fill: "var(--zd_emptysvg_plus)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M13.1719 84.2137L7.69593 83.9177C7.47393 83.9177 7.32593 83.6957 7.32593 83.5477C7.32593 83.3257 7.54793 83.1777 7.69593 83.1777L13.0979 83.4737C13.3199 83.4737 13.4679 83.6957 13.4679 83.8437C13.5419 84.0657 13.3939 84.2137 13.1719 84.2137Z",
27
+ fill: "var(--zd_emptysvg_plus)"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M126.688 15.3926C124.764 15.3926 123.21 16.9466 123.21 18.8706C123.21 20.7946 124.764 22.3486 126.688 22.3486C128.612 22.3486 130.166 20.7946 130.166 18.8706C130.166 16.9466 128.538 15.3926 126.688 15.3926ZM126.688 21.6826C125.208 21.6826 123.95 20.4246 123.95 18.8706C123.95 17.3166 125.208 16.0586 126.688 16.0586C128.168 16.0586 129.426 17.3166 129.426 18.8706C129.426 20.4246 128.168 21.6826 126.688 21.6826Z",
30
+ fill: "var(--zd_emptysvg_medium_circle)"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "M92.056 128.094C90.65 128.094 89.54 129.204 89.54 130.61C89.54 132.016 90.65 133.126 92.056 133.126C93.462 133.126 94.572 132.016 94.572 130.61C94.572 129.278 93.462 128.094 92.056 128.094ZM92.056 132.46C91.094 132.46 90.28 131.646 90.28 130.61C90.28 129.574 91.094 128.76 92.056 128.76C93.018 128.76 93.832 129.574 93.832 130.61C93.832 131.646 93.018 132.46 92.056 132.46Z",
33
+ fill: "var(--zd_emptysvg_medium_circle)"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M59.866 14.8008C58.608 14.8008 57.646 15.8368 57.646 17.0208C57.646 18.2048 58.608 19.2408 59.866 19.2408C61.124 19.2408 62.086 18.2048 62.086 17.0208C62.086 15.8368 61.124 14.8008 59.866 14.8008ZM59.866 18.5748C59.052 18.5748 58.386 17.9088 58.386 17.0948C58.386 16.2808 59.052 15.6148 59.866 15.6148C60.68 15.6148 61.346 16.2808 61.346 17.0948C61.346 17.9088 60.68 18.5748 59.866 18.5748Z",
36
+ fill: "var(--zd_emptysvg_tiny_circle)"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M140.452 96.052C140.304 95.904 140.082 95.904 139.934 96.052L138.158 97.68L136.604 95.904C136.456 95.756 136.234 95.756 136.086 95.904C135.938 96.052 135.938 96.274 136.086 96.422L137.64 98.198L135.864 99.826C135.716 99.974 135.716 100.196 135.864 100.344C135.938 100.418 136.012 100.492 136.16 100.492C136.234 100.492 136.308 100.492 136.382 100.418L138.158 98.79L139.712 100.566C139.786 100.64 139.86 100.714 140.008 100.714C140.082 100.714 140.156 100.714 140.23 100.64C140.378 100.492 140.378 100.27 140.23 100.122L138.676 98.346L140.452 96.718C140.6 96.496 140.6 96.2 140.452 96.052Z",
39
+ fill: "var(--zd_emptysvg_tiny_circle)"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ opacity: "0.1",
42
+ d: "M85.6919 48.1017C85.6919 48.1017 58.0899 29.6757 44.1039 35.2257C30.1179 40.7757 20.5719 87.4697 59.4219 108.412C98.2719 129.354 115.884 83.7697 116.032 75.7037C116.18 67.8597 116.032 49.2117 85.6919 48.1017Z",
43
+ fill: "var(--zd_emptysvg_primary_fill)"
44
+ }), /*#__PURE__*/React.createElement("g", {
45
+ clipPath: "url(#clip2_1462_36934)"
46
+ }, /*#__PURE__*/React.createElement("path", {
47
+ d: "M30.2661 58.1645C30.2661 58.1645 16.5021 52.3925 18.2781 50.6165C20.0541 48.8405 69.7081 22.7185 72.8161 24.9385C75.9241 27.1585 116.254 47.1385 115.81 49.3585C115.366 51.5785 67.0441 75.1105 63.9361 73.7785C60.8281 72.4465 34.1881 61.3465 37.7401 60.9025C41.2921 60.4585 72.7421 74.6665 72.7421 74.6665C72.7421 74.6665 94.0541 63.1225 96.2741 64.0105C98.4941 64.8985 119.806 74.2225 117.586 75.5545C115.366 76.8865 67.9321 103.526 67.0441 100.862C66.1561 98.1245 17.8341 78.1445 19.1661 75.4805C20.4981 72.8165 40.4781 64.3805 41.3661 66.1565C42.2541 67.9325 23.9761 75.6285 23.9761 75.6285L43.6601 85.4705C43.6601 85.4705 17.3161 98.1245 19.4621 99.8265C21.5341 101.602 64.7501 122.618 66.8221 122.618C68.8941 122.618 119.436 101.898 115.958 97.0145C112.48 92.1305 100.492 89.3185 100.492 89.3185C100.492 89.3185 107.67 96.1265 119.14 95.3125C130.61 94.4985 130.61 94.4245 130.61 94.4245",
48
+ stroke: "var(--zd_emptysvg_primary_stroke)",
49
+ strokeWidth: "0.74",
50
+ strokeMiterlimit: "10",
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ opacity: "0.2",
55
+ d: "M31.228 49.8027C31.228 49.8027 77.256 27.6027 81.696 28.6387C86.136 29.6747 111.74 45.3627 110.704 49.4327C109.668 53.5027 74.888 67.4887 72.816 67.1927C70.744 66.8967 31.228 49.8027 31.228 49.8027Z",
56
+ fill: "var(--zd_emptysvg_secondary_fill)"
57
+ })))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
58
+ id: "clip0_1462_36934"
59
+ }, /*#__PURE__*/React.createElement("rect", {
60
+ width: "148",
61
+ height: "148",
62
+ fill: "white"
63
+ })), /*#__PURE__*/React.createElement("clipPath", {
64
+ id: "clip1_1462_36934"
65
+ }, /*#__PURE__*/React.createElement("rect", {
66
+ width: "133.2",
67
+ height: "118.4",
68
+ fill: "white",
69
+ transform: "translate(7.3999 14.8008)"
70
+ })), /*#__PURE__*/React.createElement("clipPath", {
71
+ id: "clip2_1462_36934"
72
+ }, /*#__PURE__*/React.createElement("rect", {
73
+ width: "113.22",
74
+ height: "98.642",
75
+ fill: "white",
76
+ transform: "translate(17.76 24.4199)"
77
+ }))));
78
+ }
79
+ DifferentiationLayers.propTypes = EmptyStateProps;
80
+ DifferentiationLayers.defaultProps = { ...EmptyStateDefaultProps,
81
+ dataId: 'differentiationLayers'
82
+ };
@@ -0,0 +1,122 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = ContentPrivacy;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _propTypes = require("../props/propTypes");
11
+
12
+ var _defaultProps = require("../props/defaultProps");
13
+
14
+ var _SVG = _interopRequireDefault(require("../../SVG/SVG"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
19
+
20
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21
+
22
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
23
+
24
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
25
+
26
+ function ContentPrivacy(props) {
27
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
28
+ viewBox: "0 0 500 500",
29
+ name: "contentPrivacy",
30
+ styleName: {
31
+ fill: 'none'
32
+ }
33
+ }, props), /*#__PURE__*/_react["default"].createElement("g", {
34
+ clipPath: "url(#clip0_32490_1818)"
35
+ }, /*#__PURE__*/_react["default"].createElement("path", {
36
+ opacity: "0.1",
37
+ d: "M200.502 140.499C200.502 140.499 317.252 62.4994 376.252 85.9994C435.252 109.499 475.502 306.749 311.502 395.249C147.502 483.749 73.0016 291.249 72.2516 257.249C71.7516 223.999 72.2516 145.499 200.502 140.499Z",
38
+ fill: "var(--zd_emptysvg_primary_fill)"
39
+ }), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M35 293.252C34.75 293.252 35 293.252 35 293.252C34.25 293.252 33.75 292.502 33.75 292.002L34.75 273.252C34.75 272.502 35.25 272.002 36 272.002C36.75 272.002 37.25 272.502 37.25 273.252L36.25 292.002C36 292.752 35.5 293.252 35 293.252Z",
41
+ fill: "var(--zd_emptysvg_plus)"
42
+ }), /*#__PURE__*/_react["default"].createElement("path", {
43
+ d: "M44.501 284.5L26.001 283.5C25.251 283.5 24.751 282.75 24.751 282.25C24.751 281.5 25.501 281 26.001 281L44.251 282C45.001 282 45.501 282.75 45.501 283.25C45.751 284 45.251 284.5 44.501 284.5Z",
44
+ fill: "var(--zd_emptysvg_plus)"
45
+ }), /*#__PURE__*/_react["default"].createElement("path", {
46
+ d: "M428 52.002C421.5 52.002 416.25 57.252 416.25 63.752C416.25 70.252 421.5 75.502 428 75.502C434.5 75.502 439.75 70.252 439.75 63.752C439.75 57.252 434.25 52.002 428 52.002ZM428 73.252C423 73.252 418.75 69.002 418.75 63.752C418.75 58.502 423 54.252 428 54.252C433 54.252 437.25 58.502 437.25 63.752C437.25 69.002 433 73.252 428 73.252Z",
47
+ fill: "var(--zd_emptysvg_medium_circle)"
48
+ }), /*#__PURE__*/_react["default"].createElement("path", {
49
+ d: "M311 432.754C306.25 432.754 302.5 436.504 302.5 441.254C302.5 446.004 306.25 449.754 311 449.754C315.75 449.754 319.5 446.004 319.5 441.254C319.5 436.754 315.75 432.754 311 432.754ZM311 447.504C307.75 447.504 305 444.754 305 441.254C305 437.754 307.75 435.004 311 435.004C314.25 435.004 317 437.754 317 441.254C317 444.754 314.25 447.504 311 447.504Z",
50
+ fill: "var(--zd_emptysvg_medium_circle)"
51
+ }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ d: "M202.251 50C198.001 50 194.751 53.5 194.751 57.5C194.751 61.5 198.001 65 202.251 65C206.501 65 209.751 61.5 209.751 57.5C209.751 53.5 206.501 50 202.251 50ZM202.251 62.75C199.501 62.75 197.251 60.5 197.251 57.75C197.251 55 199.501 52.75 202.251 52.75C205.001 52.75 207.251 55 207.251 57.75C207.251 60.5 205.001 62.75 202.251 62.75Z",
53
+ fill: "var(--zd_emptysvg_tiny_circle)"
54
+ }), /*#__PURE__*/_react["default"].createElement("path", {
55
+ d: "M474.5 324.498C474 323.998 473.25 323.998 472.75 324.498L466.75 329.998L461.5 323.998C461 323.498 460.25 323.498 459.75 323.998C459.25 324.498 459.25 325.248 459.75 325.748L465 331.748L459 337.248C458.5 337.748 458.5 338.498 459 338.998C459.25 339.248 459.5 339.498 460 339.498C460.25 339.498 460.5 339.498 460.75 339.248L466.75 333.748L472 339.748C472.25 339.998 472.5 340.248 473 340.248C473.25 340.248 473.5 340.248 473.75 339.998C474.25 339.498 474.25 338.748 473.75 338.248L468.5 332.248L474.5 326.748C475 325.998 475 324.998 474.5 324.498Z",
56
+ fill: "var(--zd_emptysvg_tiny_circle)"
57
+ }), /*#__PURE__*/_react["default"].createElement("path", {
58
+ opacity: "0.1",
59
+ d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5017 295.499 200.752 366.249C332.002 436.999 391.502 282.999 392.002 255.749C392.502 229.249 392.002 166.249 289.502 162.499Z",
60
+ fill: "var(--zd_emptysvg_primary_fill)"
61
+ })), /*#__PURE__*/_react["default"].createElement("g", {
62
+ clipPath: "url(#clip1_32490_1818)"
63
+ }, /*#__PURE__*/_react["default"].createElement("path", {
64
+ d: "M335.52 371.183C335.52 371.183 344.271 376.531 348.893 369.534C353.515 362.536 343.1 358.744 339.541 363.599C335.998 368.455 341.76 373.788 342.777 374.959C343.793 376.146 342.376 390.819 344.502 391.528C346.628 392.237 351.959 393.301 352.436 387.736C352.914 382.172 352.436 376.13 352.436 376.13C352.436 376.13 357.998 373.171 355.394 364.771C352.791 356.371 342.499 357.434 340.358 358.02C338.232 358.606 329.496 350.437 328.248 342.715C328.248 342.715 319.929 307.465 346.613 307.85C372.265 308.22 368.089 343.47 368.089 343.47C368.089 343.47 316.046 342.221 310.331 345.967C304.599 349.697 306.094 405.492 308.343 407.989C310.577 410.486 379.336 411.211 386.777 407.989C394.342 404.722 390.444 345.412 388.21 344.425C385.976 343.424 379.814 342.977 379.814 342.977C379.814 342.977 385.314 297.585 346.644 296.151C320.345 295.18 315.954 321.167 316.093 340.248C316.093 340.248 306.063 341.774 304.692 348.094C302.396 358.683 302.966 375.344 302.966 375.344C302.966 375.344 159.671 376.624 144.033 376.284C128.396 375.945 129.151 358.883 129.151 358.883C129.305 299.912 129.875 107.463 130.861 104.01C132.032 99.9258 136.315 93.7913 143.063 94.7161C149.811 95.6409 189.359 94.3308 189.359 94.3308L189.051 69.9471C189.051 69.9471 151.413 73.9546 137.517 56.6764C123.635 39.3827 139.735 48.8464 139.15 53.5475C138.564 58.2485 126.285 72.9219 88.7705 70.2708L89.2481 127.962C89.2481 127.962 90.8042 168.915 127.04 178.703",
65
+ stroke: "var(--zd_emptysvg_primary_stroke)",
66
+ strokeWidth: "2.5",
67
+ strokeLinecap: "round",
68
+ strokeLinejoin: "round"
69
+ }), /*#__PURE__*/_react["default"].createElement("path", {
70
+ d: "M377.827 400.314C377.827 400.314 384.436 355.431 377.827 352.132C371.218 348.819 319.745 347.647 317.156 352.132C314.553 356.618 311.733 398.434 314.799 401.963C317.865 405.508 376.872 407.651 377.842 400.314H377.827Z",
71
+ fill: "var(--zd_emptysvg_secondary_fill)"
72
+ }), /*#__PURE__*/_react["default"].createElement("path", {
73
+ d: "M201.022 94.2702C201.022 94.2702 348.585 89.1992 351.112 95.1179C353.639 101.037 355.765 289.694 355.765 289.694",
74
+ stroke: "var(--zd_emptysvg_primary_stroke)",
75
+ strokeWidth: "2.5",
76
+ strokeLinecap: "round",
77
+ strokeLinejoin: "round"
78
+ }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ d: "M229.708 132.449H160.41C158.716 132.449 157.344 133.822 157.344 135.516C157.344 137.21 158.716 138.584 160.41 138.584H229.708C231.401 138.584 232.774 137.21 232.774 135.516C232.774 133.822 231.401 132.449 229.708 132.449Z",
80
+ fill: "var(--zd_emptysvg_secondary_fill)"
81
+ }), /*#__PURE__*/_react["default"].createElement("path", {
82
+ d: "M247.873 126.528C251.046 126.034 312.657 123.275 321.423 126.959C330.189 130.643 324.489 144.114 318.819 144.114C313.15 144.114 251.062 143.821 246.578 141.432C242.095 139.043 244.699 127.021 247.873 126.528Z",
83
+ fill: "var(--zd_emptysvg_secondary_fill)"
84
+ }), /*#__PURE__*/_react["default"].createElement("path", {
85
+ d: "M291.21 231.94C294.384 231.446 311.316 228.687 320.082 232.371C328.848 236.055 323.148 249.526 317.478 249.526C311.809 249.526 294.4 249.233 289.916 246.844C285.433 244.455 288.037 232.433 291.21 231.94Z",
86
+ fill: "var(--zd_emptysvg_secondary_fill)"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "M160.949 171.506C160.949 171.506 157.868 169.563 158.515 166.65C159.162 163.737 167.589 165.032 167.589 165.032C167.589 165.032 322.471 162.103 325.814 167.128C325.814 167.128 330.605 166.989 330.374 169.533C329.573 178.441 160.949 171.506 160.949 171.506Z",
89
+ fill: "var(--zd_emptysvg_secondary_fill)"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ d: "M160.949 282.527C160.949 282.527 157.868 280.585 158.515 277.672C159.162 274.759 167.589 276.053 167.589 276.053C167.589 276.053 322.471 273.125 325.814 278.15C325.814 278.15 330.605 278.011 330.374 280.554C329.573 289.463 160.949 282.527 160.949 282.527Z",
92
+ fill: "var(--zd_emptysvg_secondary_fill)"
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ d: "M197.324 196.059C200.498 195.566 312.656 192.807 321.423 196.49C330.189 200.174 324.489 213.645 318.819 213.645C313.149 213.645 200.498 213.352 196.03 210.963C191.562 208.574 194.15 196.552 197.324 196.059Z",
95
+ fill: "var(--zd_emptysvg_secondary_fill)"
96
+ }), /*#__PURE__*/_react["default"].createElement("path", {
97
+ d: "M157.453 317.069C160.626 316.575 272.785 313.816 281.552 317.5C290.318 321.184 284.618 334.655 278.948 334.655C273.278 334.655 160.626 334.362 156.159 331.973C151.691 329.584 154.279 317.562 157.453 317.069Z",
98
+ fill: "var(--zd_emptysvg_secondary_fill)"
99
+ }), /*#__PURE__*/_react["default"].createElement("path", {
100
+ d: "M160.949 241.035C160.949 241.035 157.868 239.093 158.515 236.18C159.162 233.267 167.589 234.561 167.589 234.561C167.589 234.561 264.82 231.633 268.163 236.657C268.163 236.657 272.954 236.519 272.723 239.062C271.922 247.971 160.949 241.035 160.949 241.035Z",
101
+ fill: "var(--zd_emptysvg_secondary_fill)"
102
+ })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
103
+ id: "clip0_32490_1818"
104
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
105
+ width: "450",
106
+ height: "400",
107
+ fill: "white",
108
+ transform: "translate(25 50)"
109
+ })), /*#__PURE__*/_react["default"].createElement("clipPath", {
110
+ id: "clip1_32490_1818"
111
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
112
+ width: "304",
113
+ height: "365",
114
+ fill: "white",
115
+ transform: "translate(88 45.918)"
116
+ }))));
117
+ }
118
+
119
+ ContentPrivacy.propTypes = _propTypes.EmptyStateProps;
120
+ ContentPrivacy.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
121
+ dataId: 'contentPrivacy'
122
+ });
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = DifferentiationLayers;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _propTypes = require("../props/propTypes");
11
+
12
+ var _defaultProps = require("../props/defaultProps");
13
+
14
+ var _SVG = _interopRequireDefault(require("../../SVG/SVG"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+
18
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
19
+
20
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21
+
22
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
23
+
24
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
25
+
26
+ function DifferentiationLayers(props) {
27
+ return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
28
+ viewBox: "0 0 148 148",
29
+ name: "differentiationLayers",
30
+ styleName: {
31
+ fill: 'none'
32
+ }
33
+ }, props), /*#__PURE__*/_react["default"].createElement("g", {
34
+ clipPath: "url(#clip0_1462_36934)"
35
+ }, /*#__PURE__*/_react["default"].createElement("g", {
36
+ clipPath: "url(#clip1_1462_36934)"
37
+ }, /*#__PURE__*/_react["default"].createElement("path", {
38
+ opacity: "0.1",
39
+ d: "M59.3479 41.5888C59.3479 41.5888 93.9059 18.5008 111.37 25.4568C128.834 32.4128 140.748 90.7988 92.2038 116.995C43.6599 143.191 21.6079 86.2108 21.3859 76.1468C21.2379 66.3048 21.3859 43.0688 59.3479 41.5888Z",
40
+ fill: "var(--zd_emptysvg_primary_fill)"
41
+ }), /*#__PURE__*/_react["default"].createElement("path", {
42
+ d: "M10.36 86.8037C10.286 86.8037 10.36 86.8037 10.36 86.8037C10.138 86.8037 9.98999 86.5817 9.98999 86.4337L10.286 80.8837C10.286 80.6617 10.434 80.5137 10.656 80.5137C10.878 80.5137 11.026 80.6617 11.026 80.8837L10.73 86.4337C10.656 86.6557 10.508 86.8037 10.36 86.8037Z",
43
+ fill: "var(--zd_emptysvg_plus)"
44
+ }), /*#__PURE__*/_react["default"].createElement("path", {
45
+ d: "M13.1719 84.2137L7.69593 83.9177C7.47393 83.9177 7.32593 83.6957 7.32593 83.5477C7.32593 83.3257 7.54793 83.1777 7.69593 83.1777L13.0979 83.4737C13.3199 83.4737 13.4679 83.6957 13.4679 83.8437C13.5419 84.0657 13.3939 84.2137 13.1719 84.2137Z",
46
+ fill: "var(--zd_emptysvg_plus)"
47
+ }), /*#__PURE__*/_react["default"].createElement("path", {
48
+ d: "M126.688 15.3926C124.764 15.3926 123.21 16.9466 123.21 18.8706C123.21 20.7946 124.764 22.3486 126.688 22.3486C128.612 22.3486 130.166 20.7946 130.166 18.8706C130.166 16.9466 128.538 15.3926 126.688 15.3926ZM126.688 21.6826C125.208 21.6826 123.95 20.4246 123.95 18.8706C123.95 17.3166 125.208 16.0586 126.688 16.0586C128.168 16.0586 129.426 17.3166 129.426 18.8706C129.426 20.4246 128.168 21.6826 126.688 21.6826Z",
49
+ fill: "var(--zd_emptysvg_medium_circle)"
50
+ }), /*#__PURE__*/_react["default"].createElement("path", {
51
+ d: "M92.056 128.094C90.65 128.094 89.54 129.204 89.54 130.61C89.54 132.016 90.65 133.126 92.056 133.126C93.462 133.126 94.572 132.016 94.572 130.61C94.572 129.278 93.462 128.094 92.056 128.094ZM92.056 132.46C91.094 132.46 90.28 131.646 90.28 130.61C90.28 129.574 91.094 128.76 92.056 128.76C93.018 128.76 93.832 129.574 93.832 130.61C93.832 131.646 93.018 132.46 92.056 132.46Z",
52
+ fill: "var(--zd_emptysvg_medium_circle)"
53
+ }), /*#__PURE__*/_react["default"].createElement("path", {
54
+ d: "M59.866 14.8008C58.608 14.8008 57.646 15.8368 57.646 17.0208C57.646 18.2048 58.608 19.2408 59.866 19.2408C61.124 19.2408 62.086 18.2048 62.086 17.0208C62.086 15.8368 61.124 14.8008 59.866 14.8008ZM59.866 18.5748C59.052 18.5748 58.386 17.9088 58.386 17.0948C58.386 16.2808 59.052 15.6148 59.866 15.6148C60.68 15.6148 61.346 16.2808 61.346 17.0948C61.346 17.9088 60.68 18.5748 59.866 18.5748Z",
55
+ fill: "var(--zd_emptysvg_tiny_circle)"
56
+ }), /*#__PURE__*/_react["default"].createElement("path", {
57
+ d: "M140.452 96.052C140.304 95.904 140.082 95.904 139.934 96.052L138.158 97.68L136.604 95.904C136.456 95.756 136.234 95.756 136.086 95.904C135.938 96.052 135.938 96.274 136.086 96.422L137.64 98.198L135.864 99.826C135.716 99.974 135.716 100.196 135.864 100.344C135.938 100.418 136.012 100.492 136.16 100.492C136.234 100.492 136.308 100.492 136.382 100.418L138.158 98.79L139.712 100.566C139.786 100.64 139.86 100.714 140.008 100.714C140.082 100.714 140.156 100.714 140.23 100.64C140.378 100.492 140.378 100.27 140.23 100.122L138.676 98.346L140.452 96.718C140.6 96.496 140.6 96.2 140.452 96.052Z",
58
+ fill: "var(--zd_emptysvg_tiny_circle)"
59
+ }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ opacity: "0.1",
61
+ d: "M85.6919 48.1017C85.6919 48.1017 58.0899 29.6757 44.1039 35.2257C30.1179 40.7757 20.5719 87.4697 59.4219 108.412C98.2719 129.354 115.884 83.7697 116.032 75.7037C116.18 67.8597 116.032 49.2117 85.6919 48.1017Z",
62
+ fill: "var(--zd_emptysvg_primary_fill)"
63
+ }), /*#__PURE__*/_react["default"].createElement("g", {
64
+ clipPath: "url(#clip2_1462_36934)"
65
+ }, /*#__PURE__*/_react["default"].createElement("path", {
66
+ d: "M30.2661 58.1645C30.2661 58.1645 16.5021 52.3925 18.2781 50.6165C20.0541 48.8405 69.7081 22.7185 72.8161 24.9385C75.9241 27.1585 116.254 47.1385 115.81 49.3585C115.366 51.5785 67.0441 75.1105 63.9361 73.7785C60.8281 72.4465 34.1881 61.3465 37.7401 60.9025C41.2921 60.4585 72.7421 74.6665 72.7421 74.6665C72.7421 74.6665 94.0541 63.1225 96.2741 64.0105C98.4941 64.8985 119.806 74.2225 117.586 75.5545C115.366 76.8865 67.9321 103.526 67.0441 100.862C66.1561 98.1245 17.8341 78.1445 19.1661 75.4805C20.4981 72.8165 40.4781 64.3805 41.3661 66.1565C42.2541 67.9325 23.9761 75.6285 23.9761 75.6285L43.6601 85.4705C43.6601 85.4705 17.3161 98.1245 19.4621 99.8265C21.5341 101.602 64.7501 122.618 66.8221 122.618C68.8941 122.618 119.436 101.898 115.958 97.0145C112.48 92.1305 100.492 89.3185 100.492 89.3185C100.492 89.3185 107.67 96.1265 119.14 95.3125C130.61 94.4985 130.61 94.4245 130.61 94.4245",
67
+ stroke: "var(--zd_emptysvg_primary_stroke)",
68
+ strokeWidth: "0.74",
69
+ strokeMiterlimit: "10",
70
+ strokeLinecap: "round",
71
+ strokeLinejoin: "round"
72
+ }), /*#__PURE__*/_react["default"].createElement("path", {
73
+ opacity: "0.2",
74
+ d: "M31.228 49.8027C31.228 49.8027 77.256 27.6027 81.696 28.6387C86.136 29.6747 111.74 45.3627 110.704 49.4327C109.668 53.5027 74.888 67.4887 72.816 67.1927C70.744 66.8967 31.228 49.8027 31.228 49.8027Z",
75
+ fill: "var(--zd_emptysvg_secondary_fill)"
76
+ })))), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
77
+ id: "clip0_1462_36934"
78
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
79
+ width: "148",
80
+ height: "148",
81
+ fill: "white"
82
+ })), /*#__PURE__*/_react["default"].createElement("clipPath", {
83
+ id: "clip1_1462_36934"
84
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
85
+ width: "133.2",
86
+ height: "118.4",
87
+ fill: "white",
88
+ transform: "translate(7.3999 14.8008)"
89
+ })), /*#__PURE__*/_react["default"].createElement("clipPath", {
90
+ id: "clip2_1462_36934"
91
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
92
+ width: "113.22",
93
+ height: "98.642",
94
+ fill: "white",
95
+ transform: "translate(17.76 24.4199)"
96
+ }))));
97
+ }
98
+
99
+ DifferentiationLayers.propTypes = _propTypes.EmptyStateProps;
100
+ DifferentiationLayers.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
101
+ dataId: 'differentiationLayers'
102
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/svg",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -37,9 +37,9 @@
37
37
  "svg-to-reactjs": "node ./svg-to-reactjs/index.js",
38
38
  "snap-update": "npm run test-clean && npm run test -- -u",
39
39
  "expublish": "node ../publish.js -- exp",
40
- "variable:addignore": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableIgnore.js ./src",
41
- "variable:convert": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/pxParserPostcss.js ./src",
42
- "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",
40
+ "variable:addignore": "npx css-variable-migrator addignore ./src",
41
+ "variable:convert": "npx css-variable-migrator convert ./src",
42
+ "variable:check": "npx css-variable-migrator check ./src",
43
43
  "css:layer_config_generate": "npx z-node-plugins css:scan ./src ./assets css_layer_config.json",
44
44
  "css:layer_wrap_es": "npx z-node-plugins css:layer_wrap ./es ./assets css_layer_config.json --rewrite=src=es --rewrite=assets=assets --skip-existing-layer",
45
45
  "css:layer_wrap_lib": "npx z-node-plugins css:layer_wrap ./lib ./assets css_layer_config.json --rewrite=src=lib --rewrite=assets=assets --skip-existing-layer",
@@ -55,10 +55,9 @@
55
55
  "dependencies": {},
56
56
  "devDependencies": {
57
57
  "postcss-discard-comments": "^7.0.5",
58
- "@zohodesk/variables": "1.3.1",
59
- "@zohodesk-private/color-variable-preprocessor": "1.3.1",
60
- "@svgr/cli": "6.2.1",
61
- "@zohodesk-private/css-variable-migrator": "1.0.9",
58
+ "@zohodesk/variables": "1.3.2",
59
+ "@zohodesk-private/color-variable-preprocessor": "1.3.3",
60
+ "@zohodesk-private/css-variable-migrator": "1.0.11",
62
61
  "@testing-library/jest-dom": "^5.11.9",
63
62
  "@testing-library/react": "^11.2.5",
64
63
  "@testing-library/react-hooks": "^7.0.2",
@@ -68,11 +67,12 @@
68
67
  "postcss": "^8.5.6",
69
68
  "@zohodesk-private/node-plugins": "1.1.14",
70
69
  "@zohodesk/react-cli": "1.1.27",
71
- "@zohodesk/client_build_tool": "0.0.20",
70
+ "@zohodesk/client_build_tool": "0.0.23",
71
+ "@zohodesk/jsx_attribute_wrapper": "1.0.0",
72
72
  "@dot-system/css-utility": "0.1.1"
73
73
  },
74
74
  "peerDependencies": {
75
- "@zohodesk/variables": "1.3.1",
75
+ "@zohodesk/variables": "1.3.2",
76
76
  "@dot-system/css-utility": "0.1.1"
77
77
  }
78
78
  }