magneto365.ui 2.75.3 → 2.75.4
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/dist/assets/3902798854486529.svg +17 -0
- package/dist/assets/8540be01bc6bd408.svg +19 -0
- package/dist/cjs/index.js +8 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/constants/icons.constants.d.ts +2 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/constants/icons.constants.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#000" stroke-width="2">
|
|
2
|
+
<rect x="4" y="8" width="56" height="40" rx="4" fill="none"/>
|
|
3
|
+
|
|
4
|
+
<circle cx="10" cy="14" r="2"/>
|
|
5
|
+
<circle cx="18" cy="14" r="2"/>
|
|
6
|
+
<circle cx="26" cy="14" r="2"/>
|
|
7
|
+
|
|
8
|
+
<rect x="14" y="24" width="16" height="12" rx="2"/>
|
|
9
|
+
<text x="22" y="33" font-size="8" text-anchor="middle" font-family="Arial" fill="black">AD</text>
|
|
10
|
+
|
|
11
|
+
<line x1="34" y1="26" x2="50" y2="26" stroke-linecap="round"/>
|
|
12
|
+
<line x1="34" y1="30" x2="50" y2="30" stroke-linecap="round"/>
|
|
13
|
+
<line x1="34" y1="34" x2="44" y2="34" stroke-linecap="round"/>
|
|
14
|
+
|
|
15
|
+
<line x1="14" y1="42" x2="30" y2="42" stroke-linecap="round"/>
|
|
16
|
+
<circle cx="22" cy="42" r="2.5" fill="black"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
|
|
3
|
+
<rect x="4" y="8" width="56" height="40" rx="4" fill="#66C1EA"/>
|
|
4
|
+
|
|
5
|
+
<circle cx="10" cy="14" r="2" fill="white"/>
|
|
6
|
+
<circle cx="18" cy="14" r="2" fill="white"/>
|
|
7
|
+
<circle cx="26" cy="14" r="2" fill="white"/>
|
|
8
|
+
|
|
9
|
+
<rect x="14" y="24" width="16" height="12" rx="2" fill="white"/>
|
|
10
|
+
<text x="22" y="33" font-size="8" text-anchor="middle" font-family="Arial" fill="#66C1EA" font-weight="bold">AD</text>
|
|
11
|
+
|
|
12
|
+
<line x1="34" y1="26" x2="50" y2="26" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
13
|
+
<line x1="34" y1="30" x2="50" y2="30" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
14
|
+
<line x1="34" y1="34" x2="44" y2="34" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<line x1="14" y1="42" x2="30" y2="42" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
18
|
+
<circle cx="22" cy="42" r="2.5" fill="white"/>
|
|
19
|
+
</svg>
|
package/dist/cjs/index.js
CHANGED
|
@@ -661,6 +661,10 @@ var Youtube = "https://static.magneto365.com/lib/assets/f78dbede1bdf3dd0.svg";
|
|
|
661
661
|
|
|
662
662
|
var YoutubeSolid = "https://static.magneto365.com/lib/assets/cdcc07646d43bd9d.svg";
|
|
663
663
|
|
|
664
|
+
var AdvertisementOutline = "https://static.magneto365.com/lib/assets/3902798854486529.svg";
|
|
665
|
+
|
|
666
|
+
var AdvertisementBold = "https://static.magneto365.com/lib/assets/8540be01bc6bd408.svg";
|
|
667
|
+
|
|
664
668
|
var Component$3d = function (_a) {
|
|
665
669
|
var userImage = _a.userImage, fallbackImage = _a.fallbackImage, onClick = _a.onClick;
|
|
666
670
|
var _b = React.useState(false), imageError = _b[0], setImageError = _b[1];
|
|
@@ -7977,6 +7981,10 @@ var navMenuAnalystIcons = {
|
|
|
7977
7981
|
plans: {
|
|
7978
7982
|
normal: DollarCircleWhiteOutline,
|
|
7979
7983
|
active: DollarCircleBlueBold
|
|
7984
|
+
},
|
|
7985
|
+
socialMediaRecruiting: {
|
|
7986
|
+
normal: AdvertisementOutline,
|
|
7987
|
+
active: AdvertisementBold
|
|
7980
7988
|
}
|
|
7981
7989
|
};
|
|
7982
7990
|
|