@cfx-dev/ui-components 4.5.7 → 4.5.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/dist/components/Logos/github/Icon.d.ts +5 -0
- package/dist/components/Logos/github/Icon.js +29 -0
- package/dist/components/Logos/github/index.d.ts +1 -0
- package/dist/components/Logos/github/index.js +4 -0
- package/dist/components/Logos/index.d.ts +4 -0
- package/dist/components/Logos/index.js +25 -21
- package/dist/components/Logos/x/Icon.d.ts +5 -0
- package/dist/components/Logos/x/Icon.js +24 -0
- package/dist/components/Logos/x/index.d.ts +1 -0
- package/dist/components/Logos/x/index.js +4 -0
- package/dist/index-Bc4HE9pX.js +8 -0
- package/dist/index-SuteELrX.js +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
function t(l) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 25 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...l,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("g", { clipPath: "url(#clip0_11661_7309)", children: /* @__PURE__ */ C(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M12.805 0C6.05253 0 0.592529 5.5 0.592529 12.305C0.592529 17.745 4.09003 22.3475 8.94253 23.9775C9.55003 24.1 9.77253 23.7125 9.77253 23.3875C9.77253 23.1025 9.75253 22.125 9.75253 21.105C6.35503 21.8375 5.64753 19.6375 5.64753 19.6375C5.10253 18.2125 4.29253 17.845 4.29253 17.845C3.18003 17.0925 4.37253 17.0925 4.37253 17.0925C5.60503 17.175 6.25253 18.355 6.25253 18.355C7.34503 20.23 9.10253 19.7 9.81253 19.3725C9.91253 18.5775 10.2375 18.0275 10.58 17.7225C7.87003 17.4375 5.02003 16.3775 5.02003 11.6525C5.02003 10.3075 5.50503 9.2075 6.27253 8.3525C6.15003 8.0475 5.72753 6.785 6.39503 5.0925C6.39503 5.0925 7.42503 4.7675 9.75253 6.355C10.7475 6.085 11.775 5.9475 12.805 5.9475C13.835 5.9475 14.8875 6.09 15.8575 6.355C18.1825 4.765 19.215 5.0925 19.215 5.0925C19.8825 6.7825 19.4575 8.0475 19.3375 8.3525C20.125 9.2075 20.59 10.3075 20.59 11.6525C20.59 16.38 17.74 17.4175 15.01 17.7225C15.455 18.11 15.84 18.8425 15.84 20.005C15.84 21.655 15.82 22.98 15.82 23.3875C15.82 23.7125 16.0425 24.1 16.65 23.9775C21.5025 22.3475 25 17.745 25 12.305C25.02 5.5 19.54 0 12.8075 0L12.805 0Z",
|
|
18
|
+
fill: "#F1F1E4"
|
|
19
|
+
}
|
|
20
|
+
) }),
|
|
21
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_11661_7309", children: /* @__PURE__ */ C("rect", { width: "24.4075", height: "24", fill: "white", transform: "translate(0.592529)" }) }) })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
const o = i.memo(t);
|
|
27
|
+
export {
|
|
28
|
+
o as default
|
|
29
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Icon } from './Icon';
|
|
@@ -3,6 +3,7 @@ import * as CfxBazaar from './cfxbazaar';
|
|
|
3
3
|
import * as Discord from './discord';
|
|
4
4
|
import * as ESX from './esx';
|
|
5
5
|
import * as FiveM from './fivem';
|
|
6
|
+
import * as Github from './github';
|
|
6
7
|
import * as Google from './google';
|
|
7
8
|
import * as Patreon from './patreon';
|
|
8
9
|
import * as QBcore from './qbcore';
|
|
@@ -11,6 +12,7 @@ import * as RedM from './redm';
|
|
|
11
12
|
import * as Rockstar from './rockstar';
|
|
12
13
|
import * as Tebex from './tebex';
|
|
13
14
|
import * as VorpCore from './vorpcore';
|
|
15
|
+
import * as X from './x';
|
|
14
16
|
export declare const Logos: {
|
|
15
17
|
Cfx: typeof Cfx;
|
|
16
18
|
FiveM: typeof FiveM;
|
|
@@ -25,5 +27,7 @@ export declare const Logos: {
|
|
|
25
27
|
RedemRP: typeof RedemRP;
|
|
26
28
|
Discord: typeof Discord;
|
|
27
29
|
CfxBazaar: typeof CfxBazaar;
|
|
30
|
+
Github: typeof Github;
|
|
31
|
+
X: typeof X;
|
|
28
32
|
};
|
|
29
33
|
export * as LogoNames from './Logos.types';
|
|
@@ -2,32 +2,36 @@ import { C as o } from "../../index-BgyFvlVL.js";
|
|
|
2
2
|
import { C as r } from "../../index-BCMIaGt2.js";
|
|
3
3
|
import { D as m } from "../../index-DwfZyjnS.js";
|
|
4
4
|
import { E as a } from "../../index-CndZSWbO.js";
|
|
5
|
-
import { F as
|
|
6
|
-
import { G as
|
|
7
|
-
import {
|
|
5
|
+
import { F as t } from "../../index-B_NGoq0d.js";
|
|
6
|
+
import { G as s } from "../../index-SuteELrX.js";
|
|
7
|
+
import { G as f } from "../../index-zDYfHjPd.js";
|
|
8
|
+
import { P as i } from "../../index-kbBuAY0m.js";
|
|
8
9
|
import { Q as p } from "../../index-Cy4ZbWBL.js";
|
|
9
|
-
import { R as
|
|
10
|
-
import { R
|
|
11
|
-
import { R } from "../../index-DmiGJpGO.js";
|
|
12
|
-
import { T as
|
|
13
|
-
import { V as
|
|
14
|
-
import {
|
|
15
|
-
|
|
10
|
+
import { R as e } from "../../index-BFDtbr-9.js";
|
|
11
|
+
import { R } from "../../index-Cn_D8a9-.js";
|
|
12
|
+
import { R as x } from "../../index-DmiGJpGO.js";
|
|
13
|
+
import { T as C } from "../../index-Bj7QGXdt.js";
|
|
14
|
+
import { V as c } from "../../index-DXAZagKA.js";
|
|
15
|
+
import { X as G } from "../../index-Bc4HE9pX.js";
|
|
16
|
+
import { L as u } from "../../Logos.types-Bdec3F0Q.js";
|
|
17
|
+
const h = {
|
|
16
18
|
Cfx: o,
|
|
17
|
-
FiveM:
|
|
18
|
-
RedM:
|
|
19
|
-
Rockstar:
|
|
20
|
-
Google:
|
|
21
|
-
Patreon:
|
|
22
|
-
Tebex:
|
|
19
|
+
FiveM: t,
|
|
20
|
+
RedM: R,
|
|
21
|
+
Rockstar: x,
|
|
22
|
+
Google: f,
|
|
23
|
+
Patreon: i,
|
|
24
|
+
Tebex: C,
|
|
23
25
|
QBcore: p,
|
|
24
26
|
ESX: a,
|
|
25
|
-
VorpCore:
|
|
26
|
-
RedemRP:
|
|
27
|
+
VorpCore: c,
|
|
28
|
+
RedemRP: e,
|
|
27
29
|
Discord: m,
|
|
28
|
-
CfxBazaar: r
|
|
30
|
+
CfxBazaar: r,
|
|
31
|
+
Github: s,
|
|
32
|
+
X: G
|
|
29
33
|
};
|
|
30
34
|
export {
|
|
31
|
-
|
|
32
|
-
|
|
35
|
+
u as LogoNames,
|
|
36
|
+
h as Logos
|
|
33
37
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function n(o) {
|
|
4
|
+
return /* @__PURE__ */ L(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 25 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ L(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M14.4923 11.1983L20.6848 4H19.2174L13.8404 10.2502L9.54583 4H4.59253L11.0868 13.4514L4.59253 21H6.06005L11.7383 14.3996L16.2737 21H21.227L14.4919 11.1983H14.4923ZM12.4823 13.5347L11.8243 12.5936L6.58882 5.10473H8.84284L13.068 11.1485L13.726 12.0896L19.2181 19.9455H16.9641L12.4823 13.5351V13.5347Z",
|
|
15
|
+
fill: "#F1F1E4"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const l = t.memo(n);
|
|
22
|
+
export {
|
|
23
|
+
l as default
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Icon } from './Icon';
|