@zohodesk/svg 1.2.1 → 1.2.3
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 +8 -0
- package/es/v1/emptystate/version3/AddFolder.js +101 -0
- package/es/v1/emptystate/version3/Export.js +70 -35
- package/es/v1/emptystate/version3/Import.js +55 -27
- package/es/v1/emptystate/version3/ShareFolder.js +113 -0
- package/lib/v1/emptystate/version3/AddFolder.js +123 -0
- package/lib/v1/emptystate/version3/Export.js +65 -28
- package/lib/v1/emptystate/version3/Import.js +57 -27
- package/lib/v1/emptystate/version3/ShareFolder.js +135 -0
- package/package.json +5 -4
- package/css_layer_config.json +0 -94
package/README.md
CHANGED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
|
+
const svgStyle = {
|
|
6
|
+
fill: 'none'
|
|
7
|
+
};
|
|
8
|
+
export default function AddFolder(props) {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, {
|
|
10
|
+
viewBox: "0 0 500 500",
|
|
11
|
+
name: "addFolder",
|
|
12
|
+
styleName: svgStyle,
|
|
13
|
+
...props
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
opacity: "0.1",
|
|
16
|
+
d: "M217.299 159.074C217.299 159.074 330.998 83.7741 388.598 106.474C446.198 129.174 485.499 319.774 325.399 405.374C165.299 490.974 92.9986 304.874 92.2986 271.874C91.7986 239.874 92.3986 163.774 217.299 159.074Z",
|
|
17
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M419.7 388.574C423.013 388.574 425.7 385.933 425.7 382.674C425.7 379.416 423.013 376.774 419.7 376.774C416.386 376.774 413.7 379.416 413.7 382.674C413.7 385.933 416.386 388.574 419.7 388.574Z",
|
|
20
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
21
|
+
strokeWidth: "3",
|
|
22
|
+
strokeMiterlimit: "10",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M161.999 416.174L171.999 427.474",
|
|
27
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
28
|
+
strokeWidth: "3",
|
|
29
|
+
strokeMiterlimit: "10",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M161.399 426.875L172.599 416.774",
|
|
34
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
35
|
+
strokeWidth: "3",
|
|
36
|
+
strokeMiterlimit: "10",
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
d: "M395.8 92.4741C400.549 92.4741 404.4 88.6239 404.4 83.8743C404.4 79.1246 400.549 75.2742 395.8 75.2742C391.05 75.2742 387.2 79.1246 387.2 83.8743C387.2 88.6239 391.05 92.4741 395.8 92.4741Z",
|
|
41
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
42
|
+
strokeWidth: "3",
|
|
43
|
+
strokeMiterlimit: "10"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M210.499 83.7742C213.316 83.7742 215.599 81.4907 215.599 78.6741C215.599 75.8574 213.316 73.5742 210.499 73.5742C207.682 73.5742 205.399 75.8574 205.399 78.6741C205.399 81.4907 207.682 83.7742 210.499 83.7742Z",
|
|
46
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
47
|
+
strokeWidth: "3",
|
|
48
|
+
strokeMiterlimit: "10"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M70.1997 278.374L69.2998 293.374",
|
|
51
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
52
|
+
strokeWidth: "3",
|
|
53
|
+
strokeMiterlimit: "10",
|
|
54
|
+
strokeLinecap: "round",
|
|
55
|
+
strokeLinejoin: "round"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
d: "M62.1997 285.474L77.2998 286.274",
|
|
58
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
59
|
+
strokeWidth: "3",
|
|
60
|
+
strokeMiterlimit: "10",
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeLinejoin: "round"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
64
|
+
clipPath: "url(#clip0_29668_2081)"
|
|
65
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
d: "M349.292 282.116C326.913 282.781 317.386 287.011 317.386 287.011C278.382 299.805 272.761 325.499 266.955 334.702C217.21 334.676 160.419 332.096 167.597 320.073C187.812 286.186 167.597 222.668 169.524 209.102C171.424 195.537 262.891 191.334 311.026 193.01C332.534 193.755 341.032 208.863 343.882 228.2C344.304 231.073 348.553 255.464 349.292 282.116Z",
|
|
67
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
d: "M318.471 376.888C318.629 359.998 303.139 369.361 298.125 363.722C290.551 355.184 284.982 342.203 301.423 328.798C329.766 305.736 380.039 302.012 390.515 352.311C400.992 402.636 330.003 427.267 313.8 404.604C307.73 396.093 318.392 381.703 318.445 376.888H318.471Z",
|
|
70
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
d: "M279.467 351.327C280.839 345.129 282.475 339.703 284.138 335.102C287.858 324.728 293.902 315.392 301.66 307.625C317.072 292.41 337.445 294.432 337.445 294.432C337.445 294.432 380.751 293.341 397.64 330.952C405.874 349.279 403.71 370.558 393.471 387.821C381.754 407.557 359.349 430.964 315.357 415.776C301.74 411.068 289.231 399.019 282.554 386.198C279.282 379.921 276.959 372.446 277.25 364.121L155.936 361.7",
|
|
73
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
74
|
+
strokeWidth: "3.00476",
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round"
|
|
77
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
d: "M383.601 280.973C384.208 227.908 383.839 178.381 383.839 178.381C363.281 178.381 157.572 175.428 153.64 185.297C149.734 195.165 153.64 315.605 153.64 315.605C153.64 315.605 161.478 360.025 131.103 358.056C111.575 356.78 108.249 337.974 108.381 324.701C108.487 311.083 108.461 297.464 107.642 283.899C104.977 239.372 101.889 156.49 115.454 150.718C134.059 142.818 239.882 143.962 239.882 143.962C239.882 143.962 254.74 118.134 263.554 113.187C272.368 108.24 388.853 106.298 391.782 118.134C391.782 118.134 392.547 281.824 389.513 284.59C383.285 290.282 383.628 280.946 383.628 280.946L383.601 280.973Z",
|
|
79
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
80
|
+
strokeWidth: "3.00476",
|
|
81
|
+
strokeLinecap: "round",
|
|
82
|
+
strokeLinejoin: "round"
|
|
83
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
84
|
+
d: "M337.838 356.726C337.838 356.726 337.231 329.25 342.14 330.473C347.048 331.697 348.42 357.923 348.42 357.923C348.42 357.923 373.676 352.87 373.676 360.424C373.676 366.036 348.051 365.238 348.051 365.238C348.051 365.238 350.373 393.858 344.594 392.954C338.814 392.05 338.471 365.185 338.471 365.185C338.471 365.185 314.272 366.701 313.876 363.403C312.768 354.572 337.812 356.726 337.812 356.726H337.838Z",
|
|
85
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
86
|
+
strokeWidth: "3.00476",
|
|
87
|
+
strokeLinecap: "round",
|
|
88
|
+
strokeLinejoin: "round"
|
|
89
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
90
|
+
id: "clip0_29668_2081"
|
|
91
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
92
|
+
width: "300",
|
|
93
|
+
height: "314",
|
|
94
|
+
fill: "white",
|
|
95
|
+
transform: "translate(104 108)"
|
|
96
|
+
}))));
|
|
97
|
+
}
|
|
98
|
+
AddFolder.propTypes = EmptyStateProps;
|
|
99
|
+
AddFolder.defaultProps = { ...EmptyStateDefaultProps,
|
|
100
|
+
dataId: 'AddFolder'
|
|
101
|
+
};
|
|
@@ -2,43 +2,78 @@ import React from 'react';
|
|
|
2
2
|
import { EmptyStateProps } from "../props/propTypes";
|
|
3
3
|
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
4
|
import SVG from "../../SVG/SVG";
|
|
5
|
+
const fillNone = {
|
|
6
|
+
fill: 'none'
|
|
7
|
+
};
|
|
5
8
|
export default function Export(props) {
|
|
6
9
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
|
-
viewBox: "0 0
|
|
8
|
-
name: "
|
|
9
|
-
...props
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
d: "
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
d: "
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
d: "
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
d: "
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
10
|
+
viewBox: "0 0 500 500",
|
|
11
|
+
name: "Export",
|
|
12
|
+
...props,
|
|
13
|
+
styleName: fillNone
|
|
14
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
15
|
+
"clip-path": "url(#clip0_8054_29303)"
|
|
16
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
opacity: "0.1",
|
|
18
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
|
|
19
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M35 293.249C34.75 293.249 35 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
|
|
22
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
|
|
25
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
|
|
28
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
|
|
31
|
+
fill: "var(--zd_emptysvg_small_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.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
37
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
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.5022 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
|
+
"clip-path": "url(#clip1_8054_29303)"
|
|
44
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M169.27 231.823C169.27 231.823 154.634 241.172 169.858 244.109C185.081 247.047 255.274 244.697 250.012 237.672C244.75 230.648 169.27 231.823 169.27 231.823Z",
|
|
46
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M169.27 276.191C169.27 276.191 154.634 285.54 169.858 288.477C185.081 291.415 255.274 289.065 250.012 282.04C244.75 275.016 169.27 276.191 169.27 276.191Z",
|
|
49
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M167.635 316.496C167.635 316.496 149.627 326.586 168.35 329.728C187.099 332.869 273.587 330.366 267.099 322.78C260.612 315.194 167.635 316.471 167.635 316.471V316.496Z",
|
|
52
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M345.567 293.304C345.567 293.304 348.556 393.969 343.984 399.436C339.437 404.902 115.144 398.542 110.597 402.169C106.051 405.796 112.232 419.027 114.659 406.843C117.085 394.659 110.367 194.53 110.367 194.53L179.333 115.857L179.155 122.626L180.074 181.35C180.074 181.35 117.698 184.542 112.692 184.083C107.685 183.623 180.534 108.961 180.534 108.961L301.455 108.756L322.885 83.622C322.885 83.622 399.514 170.596 400.868 175.168C402.222 179.715 356.244 176.088 356.244 176.088C356.244 176.088 356.704 273.126 357.164 276.778C357.624 280.431 293.409 279.511 293.409 279.511C293.409 279.511 290.216 177.416 292.055 172.001C293.868 166.586 303.447 171.541 306.614 174.734C309.782 177.927 255.171 178.821 247.431 177.467C239.692 176.113 324.367 69.1136 325.618 66.3805C326.87 63.6474 410.779 163.137 410.779 163.137C410.779 163.137 428.097 185.079 425.542 187.199C422.988 189.319 370.855 190.596 370.855 190.596L371.289 237.187",
|
|
55
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
56
|
+
"stroke-width": "2.5543",
|
|
57
|
+
"stroke-linecap": "round",
|
|
58
|
+
"stroke-linejoin": "round"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
+
d: "M300.203 269.907V167.863C300.203 167.863 262.936 173.712 262.936 170.647C262.936 167.582 318.364 90.876 323.294 94.8863C328.223 98.8965 392.592 167.556 390.114 169.114C387.636 170.672 351.927 164.491 351.927 171.566C351.927 178.642 354.712 269.09 350.088 269.907C345.465 270.724 321.455 267.25 316.525 269.907C311.595 272.563 300.203 269.907 300.203 269.907Z",
|
|
61
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
62
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
63
|
+
id: "clip0_8054_29303"
|
|
64
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
65
|
+
width: "450",
|
|
66
|
+
height: "400",
|
|
67
|
+
fill: "white",
|
|
68
|
+
transform: "translate(25 50)"
|
|
69
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
70
|
+
id: "clip1_8054_29303"
|
|
71
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
72
|
+
width: "319.39",
|
|
73
|
+
height: "348.151",
|
|
74
|
+
fill: "white",
|
|
75
|
+
transform: "translate(107.737 65)"
|
|
76
|
+
}))));
|
|
42
77
|
}
|
|
43
78
|
Export.propTypes = EmptyStateProps;
|
|
44
79
|
Export.defaultProps = { ...EmptyStateDefaultProps,
|
|
@@ -2,57 +2,85 @@ import React from 'react';
|
|
|
2
2
|
import { EmptyStateProps } from "../props/propTypes";
|
|
3
3
|
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
4
|
import SVG from "../../SVG/SVG";
|
|
5
|
+
const fillNone = {
|
|
6
|
+
fill: 'none'
|
|
7
|
+
};
|
|
5
8
|
export default function Import(props) {
|
|
6
9
|
return /*#__PURE__*/React.createElement(SVG, {
|
|
7
10
|
viewBox: "0 0 500 500",
|
|
8
11
|
name: "import",
|
|
9
|
-
...props
|
|
12
|
+
...props,
|
|
13
|
+
styleName: fillNone
|
|
10
14
|
}, /*#__PURE__*/React.createElement("g", {
|
|
11
|
-
|
|
15
|
+
"clip-path": "url(#clip0_8054_29261)"
|
|
12
16
|
}, /*#__PURE__*/React.createElement("g", {
|
|
13
|
-
|
|
17
|
+
"clip-path": "url(#clip1_8054_29261)"
|
|
14
18
|
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
-
opacity: 0.1,
|
|
16
|
-
d: "M200.502 140.
|
|
19
|
+
opacity: "0.1",
|
|
20
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
|
|
17
21
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
18
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
-
d: "M35 293.
|
|
23
|
+
d: "M35 293.249C34.75 293.249 35 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
|
|
20
24
|
fill: "var(--zd_emptysvg_plus)"
|
|
21
25
|
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
d: "M44.501 284.
|
|
26
|
+
d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
|
|
23
27
|
fill: "var(--zd_emptysvg_plus)"
|
|
24
28
|
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
-
d: "M428 51.
|
|
29
|
+
d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
|
|
26
30
|
fill: "var(--zd_emptysvg_medium_circle)"
|
|
27
31
|
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
-
d: "
|
|
32
|
+
d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
|
|
33
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
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",
|
|
29
36
|
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
30
37
|
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
|
|
32
|
-
|
|
38
|
+
d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
39
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
opacity: "0.1",
|
|
42
|
+
d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5022 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",
|
|
33
43
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
44
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
45
|
+
"clip-path": "url(#clip2_8054_29261)"
|
|
46
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
d: "M150.052 242.996C150.052 242.996 134.913 252.666 150.66 255.704C166.406 258.743 239.009 256.312 233.566 249.047C228.124 241.781 150.052 242.996 150.052 242.996Z",
|
|
48
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M150.052 288.888C150.052 288.888 134.913 298.558 150.66 301.596C166.406 304.634 239.009 302.204 233.566 294.938C228.124 287.673 150.052 288.888 150.052 288.888Z",
|
|
51
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
34
52
|
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
-
d: "
|
|
53
|
+
d: "M148.361 330.579C148.361 330.579 129.735 341.015 149.101 344.265C168.494 347.514 257.953 344.925 251.242 337.078C244.531 329.232 148.361 330.553 148.361 330.553V330.579Z",
|
|
36
54
|
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
37
55
|
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
d: "
|
|
56
|
+
d: "M330.001 267.859C330.001 267.859 256.05 184.503 254.65 179.8C253.25 175.097 300.806 178.849 300.806 178.849C300.806 178.849 300.331 78.4783 299.855 74.7002C299.38 70.9221 365.8 71.8733 365.8 71.8733C365.8 71.8733 369.103 177.475 367.201 183.076C365.325 188.677 355.417 183.552 352.141 180.249C348.865 176.947 405.351 176.022 413.357 177.422C421.362 178.823 333.779 289.497 332.484 292.324C331.19 295.151 244.399 192.244 244.399 192.244C244.399 192.244 226.486 169.549 229.128 167.356C231.77 165.163 285.694 163.842 285.694 163.842L285.245 115.652L160.171 115.863C160.171 115.863 84.794 193.142 89.9723 193.618C95.1507 194.094 159.669 190.791 159.669 190.791L158.718 130.051L158.903 123.049L87.5945 204.424C87.5945 204.424 94.5431 411.427 92.0331 424.029C89.5232 436.632 83.1559 422.946 87.8323 419.194C92.5087 415.443 324.505 422.021 329.235 416.367C333.937 410.713 330.873 306.591 330.873 306.591",
|
|
39
57
|
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
58
|
+
"stroke-width": "2.64203",
|
|
59
|
+
"stroke-linecap": "round",
|
|
60
|
+
"stroke-linejoin": "round"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
d: "M361.15 82.5718V188.121C361.15 188.121 399.697 182.071 399.697 185.241C399.697 188.411 342.365 267.752 337.266 263.604C332.167 259.456 265.588 188.438 268.151 186.826C270.713 185.215 307.649 191.608 307.649 184.29C307.649 176.972 304.769 83.4172 309.551 82.5718C314.333 81.7263 339.168 85.3195 344.268 82.5718C349.367 79.8241 361.15 82.5718 361.15 82.5718Z",
|
|
63
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
45
64
|
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
46
|
-
id: "
|
|
47
|
-
}, /*#__PURE__*/React.createElement("
|
|
48
|
-
|
|
49
|
-
|
|
65
|
+
id: "clip0_8054_29261"
|
|
66
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
67
|
+
width: "500",
|
|
68
|
+
height: "500",
|
|
69
|
+
fill: "white"
|
|
50
70
|
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
51
|
-
id: "
|
|
52
|
-
}, /*#__PURE__*/React.createElement("
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
71
|
+
id: "clip1_8054_29261"
|
|
72
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
73
|
+
width: "450",
|
|
74
|
+
height: "400",
|
|
75
|
+
fill: "white",
|
|
76
|
+
transform: "translate(25 50)"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
78
|
+
id: "clip2_8054_29261"
|
|
79
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
80
|
+
width: "330.359",
|
|
81
|
+
height: "360.109",
|
|
82
|
+
fill: "white",
|
|
83
|
+
transform: "translate(84.8203 70.4453)"
|
|
56
84
|
}))));
|
|
57
85
|
}
|
|
58
86
|
Import.propTypes = EmptyStateProps;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { EmptyStateProps } from "../props/propTypes";
|
|
3
|
+
import { EmptyStateDefaultProps } from "../props/defaultProps";
|
|
4
|
+
import SVG from "../../SVG/SVG";
|
|
5
|
+
const svgStyle = {
|
|
6
|
+
fill: 'none'
|
|
7
|
+
};
|
|
8
|
+
export default function ShareFolder(props) {
|
|
9
|
+
return /*#__PURE__*/React.createElement(SVG, {
|
|
10
|
+
viewBox: "0 0 500 500",
|
|
11
|
+
name: "shareFolder",
|
|
12
|
+
styleName: svgStyle,
|
|
13
|
+
...props
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
opacity: "0.1",
|
|
16
|
+
d: "M217.099 159.074C217.099 159.074 330.799 83.7741 388.399 106.474C445.999 129.174 485.299 319.774 325.199 405.374C165.099 490.974 92.7989 304.874 92.0989 271.874C91.5989 239.874 92.1989 163.774 217.099 159.074Z",
|
|
17
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M419.5 388.574C422.814 388.574 425.5 385.933 425.5 382.674C425.5 379.416 422.814 376.774 419.5 376.774C416.186 376.774 413.5 379.416 413.5 382.674C413.5 385.933 416.186 388.574 419.5 388.574Z",
|
|
20
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
21
|
+
strokeWidth: "3",
|
|
22
|
+
strokeMiterlimit: "10",
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M161.799 416.174L171.799 427.474",
|
|
27
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
28
|
+
strokeWidth: "3",
|
|
29
|
+
strokeMiterlimit: "10",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M161.199 426.875L172.399 416.774",
|
|
34
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
35
|
+
strokeWidth: "3",
|
|
36
|
+
strokeMiterlimit: "10",
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
d: "M395.6 92.4741C400.35 92.4741 404.2 88.6239 404.2 83.8743C404.2 79.1246 400.35 75.2742 395.6 75.2742C390.85 75.2742 387 79.1246 387 83.8743C387 88.6239 390.85 92.4741 395.6 92.4741Z",
|
|
41
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
42
|
+
strokeWidth: "3",
|
|
43
|
+
strokeMiterlimit: "10"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M210.299 83.7742C213.116 83.7742 215.399 81.4907 215.399 78.6741C215.399 75.8574 213.116 73.5742 210.299 73.5742C207.483 73.5742 205.199 75.8574 205.199 78.6741C205.199 81.4907 207.483 83.7742 210.299 83.7742Z",
|
|
46
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
47
|
+
strokeWidth: "3",
|
|
48
|
+
strokeMiterlimit: "10"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M70 278.374L69.1001 293.374",
|
|
51
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
52
|
+
strokeWidth: "3",
|
|
53
|
+
strokeMiterlimit: "10",
|
|
54
|
+
strokeLinecap: "round",
|
|
55
|
+
strokeLinejoin: "round"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
d: "M62 285.474L77.1001 286.274",
|
|
58
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
59
|
+
strokeWidth: "3",
|
|
60
|
+
strokeMiterlimit: "10",
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeLinejoin: "round"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
64
|
+
clipPath: "url(#clip0_29668_2112)"
|
|
65
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
d: "M354.967 268.421C339.496 274.469 332.281 288.5 332.281 288.5C297.025 291.177 282.918 304.91 277.463 313.487C230.728 313.463 177.372 311.058 184.116 299.853C203.108 268.272 184.116 209.075 185.926 196.433C187.711 183.79 273.645 179.873 318.868 181.435C339.075 182.129 347.058 196.21 349.736 214.231C350.133 216.909 354.273 243.582 354.967 268.421Z",
|
|
67
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
d: "M375.697 380.865C375.746 375.634 370.912 378.535 369.35 376.799C366.994 374.172 365.259 370.156 370.391 366.016C379.217 358.877 394.887 357.736 398.159 373.279C401.432 388.822 379.292 396.457 374.259 389.442C372.374 386.814 375.697 382.352 375.697 380.865Z",
|
|
70
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
d: "M376.935 304.34C376.985 299.109 372.15 302.01 370.588 300.274C368.233 297.647 366.497 293.631 371.63 289.491C380.456 282.352 396.126 281.211 399.398 296.754C402.671 312.297 380.53 319.932 375.497 312.917C373.613 310.289 376.935 305.827 376.935 304.34Z",
|
|
73
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M305.431 349.308C305.505 340.532 297.398 345.391 294.77 342.466C290.803 338.029 287.877 331.286 296.505 324.32C311.356 312.322 337.712 310.389 343.191 336.541C348.67 362.694 311.48 375.51 302.976 363.71C299.803 359.298 305.381 351.812 305.406 349.308H305.431Z",
|
|
76
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
77
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
d: "M368.058 360.314C381.446 351.737 390.546 354.538 396.298 359.471C403.463 365.644 405.645 375.832 402.223 384.657C400.165 389.987 396.942 393.234 393.744 395.217C388.835 398.242 382.76 398.688 377.281 396.878C356.033 389.888 363.62 367.057 363.62 367.057L346.091 355.431C347.777 352.406 348.372 349.704 348.372 349.704C348.372 349.704 350.008 342.02 347.678 329.972",
|
|
79
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
80
|
+
strokeWidth: "3.3329",
|
|
81
|
+
strokeLinecap: "round",
|
|
82
|
+
strokeLinejoin: "round"
|
|
83
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
84
|
+
d: "M362.185 308.306C358.689 297.027 364.862 289.516 364.862 289.516C375.598 272.61 395.21 281.906 395.21 281.906C406.763 287.285 410.755 313.14 393.028 320.106C375.3 327.072 365.656 313.661 365.656 313.661L346.069 323.428C344.482 319.387 341.829 316.313 338.929 314.008C333.053 309.298 324.524 306.15 317.011 306.77C292.664 308.753 286.788 324.667 285.276 336.517C283.887 347.325 287.705 358.306 296.086 365.297C311.854 378.435 331.59 369.238 331.59 369.238C331.59 369.238 341.805 365.941 346.044 355.456",
|
|
85
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
86
|
+
strokeWidth: "3.3329",
|
|
87
|
+
strokeLinecap: "round",
|
|
88
|
+
strokeLinejoin: "round"
|
|
89
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
90
|
+
d: "M269.307 341.103C208.291 340.434 173.158 338.649 173.158 338.649",
|
|
91
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
92
|
+
strokeWidth: "3.3329",
|
|
93
|
+
strokeLinecap: "round",
|
|
94
|
+
strokeLinejoin: "round"
|
|
95
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
96
|
+
d: "M387.053 263.413C387.623 213.959 387.276 167.801 387.276 167.801C367.962 167.801 174.698 165.049 171.004 174.246C167.334 183.443 171.004 295.689 171.004 295.689C171.004 295.689 178.367 337.087 149.83 335.252C131.483 334.063 128.359 316.537 128.483 304.167C128.582 291.475 128.557 278.783 127.789 266.14C125.285 224.643 122.384 147.4 135.128 142.02C152.607 134.658 252.028 135.724 252.028 135.724C252.028 135.724 265.987 111.653 274.268 107.043C282.549 102.432 391.987 100.622 394.739 111.653C394.739 111.653 395.458 264.206 392.607 266.785C386.756 272.089 387.078 263.388 387.078 263.388L387.053 263.413Z",
|
|
97
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
98
|
+
strokeWidth: "3.3329",
|
|
99
|
+
strokeLinecap: "round",
|
|
100
|
+
strokeLinejoin: "round"
|
|
101
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
102
|
+
id: "clip0_29668_2112"
|
|
103
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
104
|
+
width: "282",
|
|
105
|
+
height: "297",
|
|
106
|
+
fill: "white",
|
|
107
|
+
transform: "translate(124.367 102.209)"
|
|
108
|
+
}))));
|
|
109
|
+
}
|
|
110
|
+
ShareFolder.propTypes = EmptyStateProps;
|
|
111
|
+
ShareFolder.defaultProps = { ...EmptyStateDefaultProps,
|
|
112
|
+
dataId: 'ShareFolder'
|
|
113
|
+
};
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = AddFolder;
|
|
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
|
+
var svgStyle = {
|
|
27
|
+
fill: 'none'
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
function AddFolder(props) {
|
|
31
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
32
|
+
viewBox: "0 0 500 500",
|
|
33
|
+
name: "addFolder",
|
|
34
|
+
styleName: svgStyle
|
|
35
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
36
|
+
opacity: "0.1",
|
|
37
|
+
d: "M217.299 159.074C217.299 159.074 330.998 83.7741 388.598 106.474C446.198 129.174 485.499 319.774 325.399 405.374C165.299 490.974 92.9986 304.874 92.2986 271.874C91.7986 239.874 92.3986 163.774 217.299 159.074Z",
|
|
38
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
39
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
+
d: "M419.7 388.574C423.013 388.574 425.7 385.933 425.7 382.674C425.7 379.416 423.013 376.774 419.7 376.774C416.386 376.774 413.7 379.416 413.7 382.674C413.7 385.933 416.386 388.574 419.7 388.574Z",
|
|
41
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
42
|
+
strokeWidth: "3",
|
|
43
|
+
strokeMiterlimit: "10",
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
47
|
+
d: "M161.999 416.174L171.999 427.474",
|
|
48
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
49
|
+
strokeWidth: "3",
|
|
50
|
+
strokeMiterlimit: "10",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
54
|
+
d: "M161.399 426.875L172.599 416.774",
|
|
55
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
56
|
+
strokeWidth: "3",
|
|
57
|
+
strokeMiterlimit: "10",
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
d: "M395.8 92.4741C400.549 92.4741 404.4 88.6239 404.4 83.8743C404.4 79.1246 400.549 75.2742 395.8 75.2742C391.05 75.2742 387.2 79.1246 387.2 83.8743C387.2 88.6239 391.05 92.4741 395.8 92.4741Z",
|
|
62
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
63
|
+
strokeWidth: "3",
|
|
64
|
+
strokeMiterlimit: "10"
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
66
|
+
d: "M210.499 83.7742C213.316 83.7742 215.599 81.4907 215.599 78.6741C215.599 75.8574 213.316 73.5742 210.499 73.5742C207.682 73.5742 205.399 75.8574 205.399 78.6741C205.399 81.4907 207.682 83.7742 210.499 83.7742Z",
|
|
67
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
68
|
+
strokeWidth: "3",
|
|
69
|
+
strokeMiterlimit: "10"
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
71
|
+
d: "M70.1997 278.374L69.2998 293.374",
|
|
72
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
73
|
+
strokeWidth: "3",
|
|
74
|
+
strokeMiterlimit: "10",
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round"
|
|
77
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
78
|
+
d: "M62.1997 285.474L77.2998 286.274",
|
|
79
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
80
|
+
strokeWidth: "3",
|
|
81
|
+
strokeMiterlimit: "10",
|
|
82
|
+
strokeLinecap: "round",
|
|
83
|
+
strokeLinejoin: "round"
|
|
84
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
85
|
+
clipPath: "url(#clip0_29668_2081)"
|
|
86
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
87
|
+
d: "M349.292 282.116C326.913 282.781 317.386 287.011 317.386 287.011C278.382 299.805 272.761 325.499 266.955 334.702C217.21 334.676 160.419 332.096 167.597 320.073C187.812 286.186 167.597 222.668 169.524 209.102C171.424 195.537 262.891 191.334 311.026 193.01C332.534 193.755 341.032 208.863 343.882 228.2C344.304 231.073 348.553 255.464 349.292 282.116Z",
|
|
88
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
89
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
90
|
+
d: "M318.471 376.888C318.629 359.998 303.139 369.361 298.125 363.722C290.551 355.184 284.982 342.203 301.423 328.798C329.766 305.736 380.039 302.012 390.515 352.311C400.992 402.636 330.003 427.267 313.8 404.604C307.73 396.093 318.392 381.703 318.445 376.888H318.471Z",
|
|
91
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
92
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
93
|
+
d: "M279.467 351.327C280.839 345.129 282.475 339.703 284.138 335.102C287.858 324.728 293.902 315.392 301.66 307.625C317.072 292.41 337.445 294.432 337.445 294.432C337.445 294.432 380.751 293.341 397.64 330.952C405.874 349.279 403.71 370.558 393.471 387.821C381.754 407.557 359.349 430.964 315.357 415.776C301.74 411.068 289.231 399.019 282.554 386.198C279.282 379.921 276.959 372.446 277.25 364.121L155.936 361.7",
|
|
94
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
95
|
+
strokeWidth: "3.00476",
|
|
96
|
+
strokeLinecap: "round",
|
|
97
|
+
strokeLinejoin: "round"
|
|
98
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
99
|
+
d: "M383.601 280.973C384.208 227.908 383.839 178.381 383.839 178.381C363.281 178.381 157.572 175.428 153.64 185.297C149.734 195.165 153.64 315.605 153.64 315.605C153.64 315.605 161.478 360.025 131.103 358.056C111.575 356.78 108.249 337.974 108.381 324.701C108.487 311.083 108.461 297.464 107.642 283.899C104.977 239.372 101.889 156.49 115.454 150.718C134.059 142.818 239.882 143.962 239.882 143.962C239.882 143.962 254.74 118.134 263.554 113.187C272.368 108.24 388.853 106.298 391.782 118.134C391.782 118.134 392.547 281.824 389.513 284.59C383.285 290.282 383.628 280.946 383.628 280.946L383.601 280.973Z",
|
|
100
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
101
|
+
strokeWidth: "3.00476",
|
|
102
|
+
strokeLinecap: "round",
|
|
103
|
+
strokeLinejoin: "round"
|
|
104
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
105
|
+
d: "M337.838 356.726C337.838 356.726 337.231 329.25 342.14 330.473C347.048 331.697 348.42 357.923 348.42 357.923C348.42 357.923 373.676 352.87 373.676 360.424C373.676 366.036 348.051 365.238 348.051 365.238C348.051 365.238 350.373 393.858 344.594 392.954C338.814 392.05 338.471 365.185 338.471 365.185C338.471 365.185 314.272 366.701 313.876 363.403C312.768 354.572 337.812 356.726 337.812 356.726H337.838Z",
|
|
106
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
107
|
+
strokeWidth: "3.00476",
|
|
108
|
+
strokeLinecap: "round",
|
|
109
|
+
strokeLinejoin: "round"
|
|
110
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
111
|
+
id: "clip0_29668_2081"
|
|
112
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
113
|
+
width: "300",
|
|
114
|
+
height: "314",
|
|
115
|
+
fill: "white",
|
|
116
|
+
transform: "translate(104 108)"
|
|
117
|
+
}))));
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
AddFolder.propTypes = _propTypes.EmptyStateProps;
|
|
121
|
+
AddFolder.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
122
|
+
dataId: 'AddFolder'
|
|
123
|
+
});
|
|
@@ -23,42 +23,79 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
23
23
|
|
|
24
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
25
|
|
|
26
|
+
var fillNone = {
|
|
27
|
+
fill: 'none'
|
|
28
|
+
};
|
|
29
|
+
|
|
26
30
|
function Export(props) {
|
|
27
31
|
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
28
|
-
viewBox: "0 0
|
|
29
|
-
name: "
|
|
30
|
-
}, props
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
viewBox: "0 0 500 500",
|
|
33
|
+
name: "Export"
|
|
34
|
+
}, props, {
|
|
35
|
+
styleName: fillNone
|
|
36
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
37
|
+
"clip-path": "url(#clip0_8054_29303)"
|
|
38
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
39
|
+
opacity: "0.1",
|
|
40
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
|
|
41
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
42
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
+
d: "M35 293.249C34.75 293.249 35 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
|
|
44
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
46
|
+
d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
|
|
47
|
+
fill: "var(--zd_emptysvg_plus)"
|
|
48
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
|
+
d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
|
|
50
|
+
fill: "var(--zd_emptysvg_medium_circle)"
|
|
51
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
52
|
+
d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
|
|
53
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
54
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
+
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",
|
|
56
|
+
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
36
57
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
37
|
-
|
|
38
|
-
|
|
58
|
+
d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
59
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
39
60
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
-
|
|
41
|
-
d: "
|
|
61
|
+
opacity: "0.1",
|
|
62
|
+
d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5022 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",
|
|
63
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
64
|
+
})), /*#__PURE__*/_react["default"].createElement("g", {
|
|
65
|
+
"clip-path": "url(#clip1_8054_29303)"
|
|
66
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
67
|
+
d: "M169.27 231.823C169.27 231.823 154.634 241.172 169.858 244.109C185.081 247.047 255.274 244.697 250.012 237.672C244.75 230.648 169.27 231.823 169.27 231.823Z",
|
|
68
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
42
69
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
43
|
-
|
|
44
|
-
|
|
70
|
+
d: "M169.27 276.191C169.27 276.191 154.634 285.54 169.858 288.477C185.081 291.415 255.274 289.065 250.012 282.04C244.75 275.016 169.27 276.191 169.27 276.191Z",
|
|
71
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
45
72
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
46
|
-
|
|
47
|
-
|
|
73
|
+
d: "M167.635 316.496C167.635 316.496 149.627 326.586 168.35 329.728C187.099 332.869 273.587 330.366 267.099 322.78C260.612 315.194 167.635 316.471 167.635 316.471V316.496Z",
|
|
74
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
48
75
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
|
-
d: "
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
76
|
+
d: "M345.567 293.304C345.567 293.304 348.556 393.969 343.984 399.436C339.437 404.902 115.144 398.542 110.597 402.169C106.051 405.796 112.232 419.027 114.659 406.843C117.085 394.659 110.367 194.53 110.367 194.53L179.333 115.857L179.155 122.626L180.074 181.35C180.074 181.35 117.698 184.542 112.692 184.083C107.685 183.623 180.534 108.961 180.534 108.961L301.455 108.756L322.885 83.622C322.885 83.622 399.514 170.596 400.868 175.168C402.222 179.715 356.244 176.088 356.244 176.088C356.244 176.088 356.704 273.126 357.164 276.778C357.624 280.431 293.409 279.511 293.409 279.511C293.409 279.511 290.216 177.416 292.055 172.001C293.868 166.586 303.447 171.541 306.614 174.734C309.782 177.927 255.171 178.821 247.431 177.467C239.692 176.113 324.367 69.1136 325.618 66.3805C326.87 63.6474 410.779 163.137 410.779 163.137C410.779 163.137 428.097 185.079 425.542 187.199C422.988 189.319 370.855 190.596 370.855 190.596L371.289 237.187",
|
|
77
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
78
|
+
"stroke-width": "2.5543",
|
|
79
|
+
"stroke-linecap": "round",
|
|
80
|
+
"stroke-linejoin": "round"
|
|
53
81
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
54
|
-
d: "
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
82
|
+
d: "M300.203 269.907V167.863C300.203 167.863 262.936 173.712 262.936 170.647C262.936 167.582 318.364 90.876 323.294 94.8863C328.223 98.8965 392.592 167.556 390.114 169.114C387.636 170.672 351.927 164.491 351.927 171.566C351.927 178.642 354.712 269.09 350.088 269.907C345.465 270.724 321.455 267.25 316.525 269.907C311.595 272.563 300.203 269.907 300.203 269.907Z",
|
|
83
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
84
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
85
|
+
id: "clip0_8054_29303"
|
|
86
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
87
|
+
width: "450",
|
|
88
|
+
height: "400",
|
|
89
|
+
fill: "white",
|
|
90
|
+
transform: "translate(25 50)"
|
|
91
|
+
})), /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
92
|
+
id: "clip1_8054_29303"
|
|
93
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
94
|
+
width: "319.39",
|
|
95
|
+
height: "348.151",
|
|
96
|
+
fill: "white",
|
|
97
|
+
transform: "translate(107.737 65)"
|
|
98
|
+
}))));
|
|
62
99
|
}
|
|
63
100
|
|
|
64
101
|
Export.propTypes = _propTypes.EmptyStateProps;
|
|
@@ -23,56 +23,86 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
23
23
|
|
|
24
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
25
|
|
|
26
|
+
var fillNone = {
|
|
27
|
+
fill: 'none'
|
|
28
|
+
};
|
|
29
|
+
|
|
26
30
|
function Import(props) {
|
|
27
31
|
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
28
32
|
viewBox: "0 0 500 500",
|
|
29
33
|
name: "import"
|
|
30
|
-
}, props
|
|
31
|
-
|
|
34
|
+
}, props, {
|
|
35
|
+
styleName: fillNone
|
|
36
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
37
|
+
"clip-path": "url(#clip0_8054_29261)"
|
|
32
38
|
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
33
|
-
|
|
39
|
+
"clip-path": "url(#clip1_8054_29261)"
|
|
34
40
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
35
|
-
opacity: 0.1,
|
|
36
|
-
d: "M200.502 140.
|
|
41
|
+
opacity: "0.1",
|
|
42
|
+
d: "M200.502 140.5C200.502 140.5 317.252 62.5004 376.252 86.0004C435.252 109.5 475.502 306.75 311.502 395.25C147.502 483.75 73.002 291.25 72.252 257.25C71.752 224 72.252 145.5 200.502 140.5Z",
|
|
37
43
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
38
44
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
39
|
-
d: "M35 293.
|
|
45
|
+
d: "M35 293.249C34.75 293.249 35 293.249 35 293.249C34.25 293.249 33.75 292.499 33.75 291.999L34.75 273.249C34.75 272.499 35.25 271.999 36 271.999C36.75 271.999 37.25 272.499 37.25 273.249L36.25 291.999C36 292.749 35.5 293.249 35 293.249Z",
|
|
40
46
|
fill: "var(--zd_emptysvg_plus)"
|
|
41
47
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
42
|
-
d: "M44.501 284.
|
|
48
|
+
d: "M44.501 284.498L26.001 283.498C25.251 283.498 24.751 282.748 24.751 282.248C24.751 281.498 25.501 280.998 26.001 280.998L44.251 281.998C45.001 281.998 45.501 282.748 45.501 283.248C45.751 283.998 45.251 284.498 44.501 284.498Z",
|
|
43
49
|
fill: "var(--zd_emptysvg_plus)"
|
|
44
50
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
45
|
-
d: "M428 51.
|
|
51
|
+
d: "M428 51.999C421.5 51.999 416.25 57.249 416.25 63.749C416.25 70.249 421.5 75.499 428 75.499C434.5 75.499 439.75 70.249 439.75 63.749C439.75 57.249 434.25 51.999 428 51.999ZM428 73.249C423 73.249 418.75 68.999 418.75 63.749C418.75 58.499 423 54.249 428 54.249C433 54.249 437.25 58.499 437.25 63.749C437.25 68.999 433 73.249 428 73.249Z",
|
|
46
52
|
fill: "var(--zd_emptysvg_medium_circle)"
|
|
47
53
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
48
|
-
d: "
|
|
54
|
+
d: "M311 432.748C306.25 432.748 302.5 436.498 302.5 441.248C302.5 445.998 306.25 449.748 311 449.748C315.75 449.748 319.5 445.998 319.5 441.248C319.5 436.748 315.75 432.748 311 432.748ZM311 447.498C307.75 447.498 305 444.748 305 441.248C305 437.748 307.75 434.998 311 434.998C314.25 434.998 317 437.748 317 441.248C317 444.748 314.25 447.498 311 447.498Z",
|
|
55
|
+
fill: "var(--zd_emptysvg_small_circle)"
|
|
56
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
57
|
+
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",
|
|
49
58
|
fill: "var(--zd_emptysvg_tiny_circle)"
|
|
50
59
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
51
|
-
|
|
52
|
-
|
|
60
|
+
d: "M474.5 324.5C474 324 473.25 324 472.75 324.5L466.75 330L461.5 324C461 323.5 460.25 323.5 459.75 324C459.25 324.5 459.25 325.25 459.75 325.75L465 331.75L459 337.25C458.5 337.75 458.5 338.5 459 339C459.25 339.25 459.5 339.5 460 339.5C460.25 339.5 460.5 339.5 460.75 339.25L466.75 333.75L472 339.75C472.25 340 472.5 340.25 473 340.25C473.25 340.25 473.5 340.25 473.75 340C474.25 339.5 474.25 338.75 473.75 338.25L468.5 332.25L474.5 326.75C475 326 475 325 474.5 324.5Z",
|
|
61
|
+
fill: "var(--zd_emptysvg_cross)"
|
|
62
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
63
|
+
opacity: "0.1",
|
|
64
|
+
d: "M289.502 162.499C289.502 162.499 196.252 100.249 149.002 118.999C101.752 137.749 69.5022 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",
|
|
53
65
|
fill: "var(--zd_emptysvg_primary_fill)"
|
|
66
|
+
})), /*#__PURE__*/_react["default"].createElement("g", {
|
|
67
|
+
"clip-path": "url(#clip2_8054_29261)"
|
|
68
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
69
|
+
d: "M150.052 242.996C150.052 242.996 134.913 252.666 150.66 255.704C166.406 258.743 239.009 256.312 233.566 249.047C228.124 241.781 150.052 242.996 150.052 242.996Z",
|
|
70
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
71
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
72
|
+
d: "M150.052 288.888C150.052 288.888 134.913 298.558 150.66 301.596C166.406 304.634 239.009 302.204 233.566 294.938C228.124 287.673 150.052 288.888 150.052 288.888Z",
|
|
73
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
54
74
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
-
d: "
|
|
75
|
+
d: "M148.361 330.579C148.361 330.579 129.735 341.015 149.101 344.265C168.494 347.514 257.953 344.925 251.242 337.078C244.531 329.232 148.361 330.553 148.361 330.553V330.579Z",
|
|
56
76
|
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
57
77
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
-
d: "
|
|
78
|
+
d: "M330.001 267.859C330.001 267.859 256.05 184.503 254.65 179.8C253.25 175.097 300.806 178.849 300.806 178.849C300.806 178.849 300.331 78.4783 299.855 74.7002C299.38 70.9221 365.8 71.8733 365.8 71.8733C365.8 71.8733 369.103 177.475 367.201 183.076C365.325 188.677 355.417 183.552 352.141 180.249C348.865 176.947 405.351 176.022 413.357 177.422C421.362 178.823 333.779 289.497 332.484 292.324C331.19 295.151 244.399 192.244 244.399 192.244C244.399 192.244 226.486 169.549 229.128 167.356C231.77 165.163 285.694 163.842 285.694 163.842L285.245 115.652L160.171 115.863C160.171 115.863 84.794 193.142 89.9723 193.618C95.1507 194.094 159.669 190.791 159.669 190.791L158.718 130.051L158.903 123.049L87.5945 204.424C87.5945 204.424 94.5431 411.427 92.0331 424.029C89.5232 436.632 83.1559 422.946 87.8323 419.194C92.5087 415.443 324.505 422.021 329.235 416.367C333.937 410.713 330.873 306.591 330.873 306.591",
|
|
59
79
|
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
80
|
+
"stroke-width": "2.64203",
|
|
81
|
+
"stroke-linecap": "round",
|
|
82
|
+
"stroke-linejoin": "round"
|
|
83
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
84
|
+
d: "M361.15 82.5718V188.121C361.15 188.121 399.697 182.071 399.697 185.241C399.697 188.411 342.365 267.752 337.266 263.604C332.167 259.456 265.588 188.438 268.151 186.826C270.713 185.215 307.649 191.608 307.649 184.29C307.649 176.972 304.769 83.4172 309.551 82.5718C314.333 81.7263 339.168 85.3195 344.268 82.5718C349.367 79.8241 361.15 82.5718 361.15 82.5718Z",
|
|
85
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
65
86
|
}))), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
66
|
-
id: "
|
|
67
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
68
|
-
|
|
69
|
-
|
|
87
|
+
id: "clip0_8054_29261"
|
|
88
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
89
|
+
width: "500",
|
|
90
|
+
height: "500",
|
|
91
|
+
fill: "white"
|
|
70
92
|
})), /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
71
|
-
id: "
|
|
72
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
93
|
+
id: "clip1_8054_29261"
|
|
94
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
95
|
+
width: "450",
|
|
96
|
+
height: "400",
|
|
97
|
+
fill: "white",
|
|
98
|
+
transform: "translate(25 50)"
|
|
99
|
+
})), /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
100
|
+
id: "clip2_8054_29261"
|
|
101
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
102
|
+
width: "330.359",
|
|
103
|
+
height: "360.109",
|
|
104
|
+
fill: "white",
|
|
105
|
+
transform: "translate(84.8203 70.4453)"
|
|
76
106
|
}))));
|
|
77
107
|
}
|
|
78
108
|
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = ShareFolder;
|
|
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
|
+
var svgStyle = {
|
|
27
|
+
fill: 'none'
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
function ShareFolder(props) {
|
|
31
|
+
return /*#__PURE__*/_react["default"].createElement(_SVG["default"], _extends({
|
|
32
|
+
viewBox: "0 0 500 500",
|
|
33
|
+
name: "shareFolder",
|
|
34
|
+
styleName: svgStyle
|
|
35
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
36
|
+
opacity: "0.1",
|
|
37
|
+
d: "M217.099 159.074C217.099 159.074 330.799 83.7741 388.399 106.474C445.999 129.174 485.299 319.774 325.199 405.374C165.099 490.974 92.7989 304.874 92.0989 271.874C91.5989 239.874 92.1989 163.774 217.099 159.074Z",
|
|
38
|
+
fill: "var(--zd_emptysvg_primary_fill)"
|
|
39
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
40
|
+
d: "M419.5 388.574C422.814 388.574 425.5 385.933 425.5 382.674C425.5 379.416 422.814 376.774 419.5 376.774C416.186 376.774 413.5 379.416 413.5 382.674C413.5 385.933 416.186 388.574 419.5 388.574Z",
|
|
41
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
42
|
+
strokeWidth: "3",
|
|
43
|
+
strokeMiterlimit: "10",
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
47
|
+
d: "M161.799 416.174L171.799 427.474",
|
|
48
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
49
|
+
strokeWidth: "3",
|
|
50
|
+
strokeMiterlimit: "10",
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
54
|
+
d: "M161.199 426.875L172.399 416.774",
|
|
55
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
56
|
+
strokeWidth: "3",
|
|
57
|
+
strokeMiterlimit: "10",
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
d: "M395.6 92.4741C400.35 92.4741 404.2 88.6239 404.2 83.8743C404.2 79.1246 400.35 75.2742 395.6 75.2742C390.85 75.2742 387 79.1246 387 83.8743C387 88.6239 390.85 92.4741 395.6 92.4741Z",
|
|
62
|
+
stroke: "var(--zd_emptysvg_medium_circle)",
|
|
63
|
+
strokeWidth: "3",
|
|
64
|
+
strokeMiterlimit: "10"
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
66
|
+
d: "M210.299 83.7742C213.116 83.7742 215.399 81.4907 215.399 78.6741C215.399 75.8574 213.116 73.5742 210.299 73.5742C207.483 73.5742 205.199 75.8574 205.199 78.6741C205.199 81.4907 207.483 83.7742 210.299 83.7742Z",
|
|
67
|
+
stroke: "var(--zd_emptysvg_tiny_circle)",
|
|
68
|
+
strokeWidth: "3",
|
|
69
|
+
strokeMiterlimit: "10"
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
71
|
+
d: "M70 278.374L69.1001 293.374",
|
|
72
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
73
|
+
strokeWidth: "3",
|
|
74
|
+
strokeMiterlimit: "10",
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round"
|
|
77
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
78
|
+
d: "M62 285.474L77.1001 286.274",
|
|
79
|
+
stroke: "var(--zd_emptysvg_plus)",
|
|
80
|
+
strokeWidth: "3",
|
|
81
|
+
strokeMiterlimit: "10",
|
|
82
|
+
strokeLinecap: "round",
|
|
83
|
+
strokeLinejoin: "round"
|
|
84
|
+
}), /*#__PURE__*/_react["default"].createElement("g", {
|
|
85
|
+
clipPath: "url(#clip0_29668_2112)"
|
|
86
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
87
|
+
d: "M354.967 268.421C339.496 274.469 332.281 288.5 332.281 288.5C297.025 291.177 282.918 304.91 277.463 313.487C230.728 313.463 177.372 311.058 184.116 299.853C203.108 268.272 184.116 209.075 185.926 196.433C187.711 183.79 273.645 179.873 318.868 181.435C339.075 182.129 347.058 196.21 349.736 214.231C350.133 216.909 354.273 243.582 354.967 268.421Z",
|
|
88
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
89
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
90
|
+
d: "M375.697 380.865C375.746 375.634 370.912 378.535 369.35 376.799C366.994 374.172 365.259 370.156 370.391 366.016C379.217 358.877 394.887 357.736 398.159 373.279C401.432 388.822 379.292 396.457 374.259 389.442C372.374 386.814 375.697 382.352 375.697 380.865Z",
|
|
91
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
92
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
93
|
+
d: "M376.935 304.34C376.985 299.109 372.15 302.01 370.588 300.274C368.233 297.647 366.497 293.631 371.63 289.491C380.456 282.352 396.126 281.211 399.398 296.754C402.671 312.297 380.53 319.932 375.497 312.917C373.613 310.289 376.935 305.827 376.935 304.34Z",
|
|
94
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
95
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
96
|
+
d: "M305.431 349.308C305.505 340.532 297.398 345.391 294.77 342.466C290.803 338.029 287.877 331.286 296.505 324.32C311.356 312.322 337.712 310.389 343.191 336.541C348.67 362.694 311.48 375.51 302.976 363.71C299.803 359.298 305.381 351.812 305.406 349.308H305.431Z",
|
|
97
|
+
fill: "var(--zd_emptysvg_secondary_fill)"
|
|
98
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
99
|
+
d: "M368.058 360.314C381.446 351.737 390.546 354.538 396.298 359.471C403.463 365.644 405.645 375.832 402.223 384.657C400.165 389.987 396.942 393.234 393.744 395.217C388.835 398.242 382.76 398.688 377.281 396.878C356.033 389.888 363.62 367.057 363.62 367.057L346.091 355.431C347.777 352.406 348.372 349.704 348.372 349.704C348.372 349.704 350.008 342.02 347.678 329.972",
|
|
100
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
101
|
+
strokeWidth: "3.3329",
|
|
102
|
+
strokeLinecap: "round",
|
|
103
|
+
strokeLinejoin: "round"
|
|
104
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
105
|
+
d: "M362.185 308.306C358.689 297.027 364.862 289.516 364.862 289.516C375.598 272.61 395.21 281.906 395.21 281.906C406.763 287.285 410.755 313.14 393.028 320.106C375.3 327.072 365.656 313.661 365.656 313.661L346.069 323.428C344.482 319.387 341.829 316.313 338.929 314.008C333.053 309.298 324.524 306.15 317.011 306.77C292.664 308.753 286.788 324.667 285.276 336.517C283.887 347.325 287.705 358.306 296.086 365.297C311.854 378.435 331.59 369.238 331.59 369.238C331.59 369.238 341.805 365.941 346.044 355.456",
|
|
106
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
107
|
+
strokeWidth: "3.3329",
|
|
108
|
+
strokeLinecap: "round",
|
|
109
|
+
strokeLinejoin: "round"
|
|
110
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
111
|
+
d: "M269.307 341.103C208.291 340.434 173.158 338.649 173.158 338.649",
|
|
112
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
113
|
+
strokeWidth: "3.3329",
|
|
114
|
+
strokeLinecap: "round",
|
|
115
|
+
strokeLinejoin: "round"
|
|
116
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
117
|
+
d: "M387.053 263.413C387.623 213.959 387.276 167.801 387.276 167.801C367.962 167.801 174.698 165.049 171.004 174.246C167.334 183.443 171.004 295.689 171.004 295.689C171.004 295.689 178.367 337.087 149.83 335.252C131.483 334.063 128.359 316.537 128.483 304.167C128.582 291.475 128.557 278.783 127.789 266.14C125.285 224.643 122.384 147.4 135.128 142.02C152.607 134.658 252.028 135.724 252.028 135.724C252.028 135.724 265.987 111.653 274.268 107.043C282.549 102.432 391.987 100.622 394.739 111.653C394.739 111.653 395.458 264.206 392.607 266.785C386.756 272.089 387.078 263.388 387.078 263.388L387.053 263.413Z",
|
|
118
|
+
stroke: "var(--zd_emptysvg_primary_stroke)",
|
|
119
|
+
strokeWidth: "3.3329",
|
|
120
|
+
strokeLinecap: "round",
|
|
121
|
+
strokeLinejoin: "round"
|
|
122
|
+
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
123
|
+
id: "clip0_29668_2112"
|
|
124
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
125
|
+
width: "282",
|
|
126
|
+
height: "297",
|
|
127
|
+
fill: "white",
|
|
128
|
+
transform: "translate(124.367 102.209)"
|
|
129
|
+
}))));
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
ShareFolder.propTypes = _propTypes.EmptyStateProps;
|
|
133
|
+
ShareFolder.defaultProps = _objectSpread(_objectSpread({}, _defaultProps.EmptyStateDefaultProps), {}, {
|
|
134
|
+
dataId: 'ShareFolder'
|
|
135
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/svg",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"jsnext:main": "es/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"docs": "react-cli docs",
|
|
35
35
|
"prepublishOnly": "node prePublish.js && npm run customTest && npm run download",
|
|
36
36
|
"postpublish": "node postPublish.js",
|
|
37
|
-
"download": "react-cli clean ./node_modules ./package-lock.json && npm install",
|
|
37
|
+
"download": "react-cli clean ./node_modules ./package-lock.json && npm install && cd ../ && npm run download",
|
|
38
38
|
"test": "react-cli test",
|
|
39
39
|
"test-clean": "react-cli clean coverage",
|
|
40
40
|
"svg-to-reactjs": "node ./svg-to-reactjs/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@zohodesk/variables": "1.1.0",
|
|
59
59
|
"@zohodesk-private/color-variable-preprocessor": "1.2.0",
|
|
60
60
|
"@svgr/cli": "6.2.1",
|
|
61
|
-
"@zohodesk-private/css-variable-migrator": "
|
|
61
|
+
"@zohodesk-private/css-variable-migrator": "1.0.9",
|
|
62
62
|
"@testing-library/jest-dom": "^5.11.9",
|
|
63
63
|
"@testing-library/react": "^11.2.5",
|
|
64
64
|
"@testing-library/react-hooks": "^7.0.2",
|
|
@@ -66,7 +66,8 @@
|
|
|
66
66
|
"@svgr/core": "6.2.1",
|
|
67
67
|
"@svgr/plugin-prettier": "8.1.0",
|
|
68
68
|
"postcss": "^8.5.6",
|
|
69
|
-
"@zohodesk-private/node-plugins": "1.1.
|
|
69
|
+
"@zohodesk-private/node-plugins": "1.1.13",
|
|
70
|
+
"@zohodesk/react-cli": "1.1.27"
|
|
70
71
|
},
|
|
71
72
|
"peerDependencies": {
|
|
72
73
|
"@zohodesk/variables": "1.1.0"
|
package/css_layer_config.json
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
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
|
-
}
|