@igamingcareer/igaming-components 1.0.127 → 1.0.128
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/index.js +15 -15
- package/dist/index.mjs +62 -61
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2390,6 +2390,18 @@ const ne = ce.forwardRef(
|
|
|
2390
2390
|
)
|
|
2391
2391
|
);
|
|
2392
2392
|
ne.displayName = "Input";
|
|
2393
|
+
const ut = ce.forwardRef(({ className: t, ...a }, n) => /* @__PURE__ */ e(
|
|
2394
|
+
"textarea",
|
|
2395
|
+
{
|
|
2396
|
+
className: ue(
|
|
2397
|
+
"flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
2398
|
+
t
|
|
2399
|
+
),
|
|
2400
|
+
ref: n,
|
|
2401
|
+
...a
|
|
2402
|
+
}
|
|
2403
|
+
));
|
|
2404
|
+
ut.displayName = "Textarea";
|
|
2393
2405
|
/**
|
|
2394
2406
|
* @license lucide-react v0.451.0 - ISC
|
|
2395
2407
|
*
|
|
@@ -15505,7 +15517,7 @@ const kx = o("MessageSquareX", [
|
|
|
15505
15517
|
* This source code is licensed under the ISC license.
|
|
15506
15518
|
* See the LICENSE file in the root directory of this source tree.
|
|
15507
15519
|
*/
|
|
15508
|
-
const
|
|
15520
|
+
const mt = o("MessageSquare", [
|
|
15509
15521
|
["path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z", key: "1lielz" }]
|
|
15510
15522
|
]);
|
|
15511
15523
|
/**
|
|
@@ -25184,7 +25196,7 @@ const CP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
25184
25196
|
MessageCircleReply: tx,
|
|
25185
25197
|
MessageCircleWarning: ax,
|
|
25186
25198
|
MessageCircleX: nx,
|
|
25187
|
-
MessageSquare:
|
|
25199
|
+
MessageSquare: mt,
|
|
25188
25200
|
MessageSquareCode: rx,
|
|
25189
25201
|
MessageSquareDashed: ix,
|
|
25190
25202
|
MessageSquareDiff: sx,
|
|
@@ -28767,7 +28779,7 @@ const SP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
28767
28779
|
LucideMessageCircleReply: tx,
|
|
28768
28780
|
LucideMessageCircleWarning: ax,
|
|
28769
28781
|
LucideMessageCircleX: nx,
|
|
28770
|
-
LucideMessageSquare:
|
|
28782
|
+
LucideMessageSquare: mt,
|
|
28771
28783
|
LucideMessageSquareCode: rx,
|
|
28772
28784
|
LucideMessageSquareDashed: ix,
|
|
28773
28785
|
LucideMessageSquareDiff: sx,
|
|
@@ -29582,7 +29594,7 @@ const SP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
29582
29594
|
MessageCircleWarningIcon: ax,
|
|
29583
29595
|
MessageCircleX: nx,
|
|
29584
29596
|
MessageCircleXIcon: nx,
|
|
29585
|
-
MessageSquare:
|
|
29597
|
+
MessageSquare: mt,
|
|
29586
29598
|
MessageSquareCode: rx,
|
|
29587
29599
|
MessageSquareCodeIcon: rx,
|
|
29588
29600
|
MessageSquareDashed: ix,
|
|
@@ -29593,7 +29605,7 @@ const SP = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
29593
29605
|
MessageSquareDotIcon: ox,
|
|
29594
29606
|
MessageSquareHeart: lx,
|
|
29595
29607
|
MessageSquareHeartIcon: lx,
|
|
29596
|
-
MessageSquareIcon:
|
|
29608
|
+
MessageSquareIcon: mt,
|
|
29597
29609
|
MessageSquareLock: cx,
|
|
29598
29610
|
MessageSquareLockIcon: cx,
|
|
29599
29611
|
MessageSquareMore: dx,
|
|
@@ -33641,7 +33653,7 @@ function ET({
|
|
|
33641
33653
|
/* @__PURE__ */ e("span", { children: m })
|
|
33642
33654
|
] }),
|
|
33643
33655
|
/* @__PURE__ */ r("div", { className: "flex items-center text-gray-600", children: [
|
|
33644
|
-
/* @__PURE__ */ e(
|
|
33656
|
+
/* @__PURE__ */ e(mt, { className: "h-6 w-6 mr-3" }),
|
|
33645
33657
|
/* @__PURE__ */ e("span", { children: y })
|
|
33646
33658
|
] })
|
|
33647
33659
|
] })
|
|
@@ -34236,7 +34248,7 @@ function nR({ initialMessages: t }) {
|
|
|
34236
34248
|
{
|
|
34237
34249
|
onClick: () => n(!0),
|
|
34238
34250
|
className: "bg-yellow-600 text-white p-4 rounded-full shadow-lg hover:bg-yellow-700 transition-colors",
|
|
34239
|
-
children: /* @__PURE__ */ e(
|
|
34251
|
+
children: /* @__PURE__ */ e(mt, { className: "h-6 w-6" })
|
|
34240
34252
|
}
|
|
34241
34253
|
) });
|
|
34242
34254
|
}
|
|
@@ -41191,19 +41203,7 @@ const QD = (t) => {
|
|
|
41191
41203
|
isFeatured: !0,
|
|
41192
41204
|
link: "https://example.com/events/payments-fraud-expo"
|
|
41193
41205
|
}
|
|
41194
|
-
],
|
|
41195
|
-
"textarea",
|
|
41196
|
-
{
|
|
41197
|
-
className: ue(
|
|
41198
|
-
"flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
41199
|
-
t
|
|
41200
|
-
),
|
|
41201
|
-
ref: n,
|
|
41202
|
-
...a
|
|
41203
|
-
}
|
|
41204
|
-
));
|
|
41205
|
-
mt.displayName = "Textarea";
|
|
41206
|
-
const Mt = ce.forwardRef(({ className: t, ...a }, n) => /* @__PURE__ */ e(
|
|
41206
|
+
], Mt = ce.forwardRef(({ className: t, ...a }, n) => /* @__PURE__ */ e(
|
|
41207
41207
|
v9.Root,
|
|
41208
41208
|
{
|
|
41209
41209
|
className: ue(
|
|
@@ -41464,7 +41464,7 @@ const r_ = ["C-level", "B2B", "Regulators", "Affiliates", "Tech", "Operators", "
|
|
|
41464
41464
|
/* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: "(min 20 characters)" })
|
|
41465
41465
|
] }),
|
|
41466
41466
|
/* @__PURE__ */ e(
|
|
41467
|
-
|
|
41467
|
+
ut,
|
|
41468
41468
|
{
|
|
41469
41469
|
placeholder: "Describe the event, topics covered, who should attend...",
|
|
41470
41470
|
value: M,
|
|
@@ -44673,7 +44673,7 @@ const Mz = (t) => {
|
|
|
44673
44673
|
] }),
|
|
44674
44674
|
/* @__PURE__ */ r("div", { className: "space-y-2", children: [
|
|
44675
44675
|
/* @__PURE__ */ e(B, { children: "Why should we add this market? *" }),
|
|
44676
|
-
/* @__PURE__ */ e(
|
|
44676
|
+
/* @__PURE__ */ e(ut, { placeholder: "Tell us about the iGaming activity in this market...", value: d, onChange: (v) => h(v.target.value), rows: 3, maxLength: 500 })
|
|
44677
44677
|
] }),
|
|
44678
44678
|
/* @__PURE__ */ r("div", { className: "space-y-2", children: [
|
|
44679
44679
|
/* @__PURE__ */ r(B, { children: [
|
|
@@ -45694,7 +45694,7 @@ const Mz = (t) => {
|
|
|
45694
45694
|
/* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: "(min 30 characters)" })
|
|
45695
45695
|
] }),
|
|
45696
45696
|
/* @__PURE__ */ e(
|
|
45697
|
-
|
|
45697
|
+
ut,
|
|
45698
45698
|
{
|
|
45699
45699
|
placeholder: "Provide detailed information about your complaint, including dates, communications, and any evidence...",
|
|
45700
45700
|
value: d,
|
|
@@ -46096,7 +46096,7 @@ const Mz = (t) => {
|
|
|
46096
46096
|
/* @__PURE__ */ e(it, { children: /* @__PURE__ */ e(R, { variant: "accent", onClick: S, className: "w-full", children: "Done" }) })
|
|
46097
46097
|
] }) : /* @__PURE__ */ r(be, { children: [
|
|
46098
46098
|
/* @__PURE__ */ r(Ve, { children: [
|
|
46099
|
-
/* @__PURE__ */ e("div", { className: "w-12 h-12 rounded-xl bg-gradient-to-br from-accent/20 to-primary/20 flex items-center justify-center mb-2", children: /* @__PURE__ */ e(
|
|
46099
|
+
/* @__PURE__ */ e("div", { className: "w-12 h-12 rounded-xl bg-gradient-to-br from-accent/20 to-primary/20 flex items-center justify-center mb-2", children: /* @__PURE__ */ e(mt, { className: "w-6 h-6 text-accent" }) }),
|
|
46100
46100
|
/* @__PURE__ */ e(Te, { children: "Write a Review" }),
|
|
46101
46101
|
/* @__PURE__ */ e(lt, { children: "Share your experience with an iGaming company. All reviews are moderated before publishing." })
|
|
46102
46102
|
] }),
|
|
@@ -46156,7 +46156,7 @@ const Mz = (t) => {
|
|
|
46156
46156
|
/* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: "(min 20 characters)" })
|
|
46157
46157
|
] }),
|
|
46158
46158
|
/* @__PURE__ */ e(
|
|
46159
|
-
|
|
46159
|
+
ut,
|
|
46160
46160
|
{
|
|
46161
46161
|
placeholder: "Share details about your experience...",
|
|
46162
46162
|
value: u,
|
|
@@ -46172,7 +46172,7 @@ const Mz = (t) => {
|
|
|
46172
46172
|
/* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: "(optional)" })
|
|
46173
46173
|
] }),
|
|
46174
46174
|
/* @__PURE__ */ e(
|
|
46175
|
-
|
|
46175
|
+
ut,
|
|
46176
46176
|
{
|
|
46177
46177
|
placeholder: "What did you like?",
|
|
46178
46178
|
value: y,
|
|
@@ -46188,7 +46188,7 @@ const Mz = (t) => {
|
|
|
46188
46188
|
/* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: "(optional)" })
|
|
46189
46189
|
] }),
|
|
46190
46190
|
/* @__PURE__ */ e(
|
|
46191
|
-
|
|
46191
|
+
ut,
|
|
46192
46192
|
{
|
|
46193
46193
|
placeholder: "What could be improved?",
|
|
46194
46194
|
value: p,
|
|
@@ -46453,12 +46453,12 @@ const Mz = (t) => {
|
|
|
46453
46453
|
/* @__PURE__ */ r("main", { className: "container mx-auto px-4 py-8", children: [
|
|
46454
46454
|
/* @__PURE__ */ r("div", { className: "mb-8", children: [
|
|
46455
46455
|
/* @__PURE__ */ r("div", { className: "flex items-center gap-3 mb-2", children: [
|
|
46456
|
-
/* @__PURE__ */ e("div", { className: "w-10 h-10 rounded-xl bg-accent/10 flex items-center justify-center", children: /* @__PURE__ */ e(
|
|
46456
|
+
/* @__PURE__ */ e("div", { className: "w-10 h-10 rounded-xl bg-accent/10 flex items-center justify-center", children: /* @__PURE__ */ e(mt, { className: "w-5 h-5 text-accent" }) }),
|
|
46457
46457
|
/* @__PURE__ */ e("h1", { className: "text-3xl font-bold text-foreground", children: "iGaming Reviews" })
|
|
46458
46458
|
] }),
|
|
46459
46459
|
/* @__PURE__ */ e("p", { className: "text-muted-foreground max-w-2xl", children: "See what others are saying. Read honest reviews from employees, clients, and partners across the iGaming industry. Find trusted companies and share your own experience." }),
|
|
46460
46460
|
/* @__PURE__ */ r(R, { variant: "accent", size: "sm", className: "mt-3 gap-1.5", onClick: () => g(!0), children: [
|
|
46461
|
-
/* @__PURE__ */ e(
|
|
46461
|
+
/* @__PURE__ */ e(mt, { className: "w-4 h-4" }),
|
|
46462
46462
|
"Add review"
|
|
46463
46463
|
] })
|
|
46464
46464
|
] }),
|
|
@@ -46509,7 +46509,7 @@ const Mz = (t) => {
|
|
|
46509
46509
|
k.length !== 1 ? "s" : ""
|
|
46510
46510
|
] }),
|
|
46511
46511
|
v.length === 0 ? /* @__PURE__ */ e(V, { children: /* @__PURE__ */ r(U, { className: "py-16 text-center", children: [
|
|
46512
|
-
/* @__PURE__ */ e(
|
|
46512
|
+
/* @__PURE__ */ e(mt, { className: "w-12 h-12 text-muted-foreground/30 mx-auto mb-3" }),
|
|
46513
46513
|
/* @__PURE__ */ e("p", { className: "text-muted-foreground", children: "No reviews found matching your criteria." })
|
|
46514
46514
|
] }) }) : /* @__PURE__ */ e("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-4", children: v.map((N) => /* @__PURE__ */ e(aq, { review: N, relationshipLabels: x }, N.id)) }),
|
|
46515
46515
|
f > 1 && /* @__PURE__ */ e("div", { className: "flex justify-center gap-2 mt-8", children: Array.from({ length: f }, (N, M) => /* @__PURE__ */ e(
|
|
@@ -46659,7 +46659,7 @@ const nq = {
|
|
|
46659
46659
|
" Follow market"
|
|
46660
46660
|
] }),
|
|
46661
46661
|
/* @__PURE__ */ r(R, { variant: "secondary", size: "sm", className: "gap-1.5", children: [
|
|
46662
|
-
/* @__PURE__ */ e(
|
|
46662
|
+
/* @__PURE__ */ e(mt, { className: "w-4 h-4" }),
|
|
46663
46663
|
" I work here"
|
|
46664
46664
|
] })
|
|
46665
46665
|
] })
|
|
@@ -49436,7 +49436,7 @@ const PB = ({ candidateData: t }) => {
|
|
|
49436
49436
|
"Share"
|
|
49437
49437
|
] }),
|
|
49438
49438
|
/* @__PURE__ */ r(R, { variant: "accent", size: "sm", children: [
|
|
49439
|
-
/* @__PURE__ */ e(
|
|
49439
|
+
/* @__PURE__ */ e(mt, { className: "w-4 h-4 mr-2" }),
|
|
49440
49440
|
"Contact"
|
|
49441
49441
|
] })
|
|
49442
49442
|
] })
|
|
@@ -49562,7 +49562,7 @@ const PB = ({ candidateData: t }) => {
|
|
|
49562
49562
|
] }),
|
|
49563
49563
|
/* @__PURE__ */ e(wr, {}),
|
|
49564
49564
|
/* @__PURE__ */ r(R, { variant: "accent", className: "w-full", children: [
|
|
49565
|
-
/* @__PURE__ */ e(
|
|
49565
|
+
/* @__PURE__ */ e(mt, { className: "w-4 h-4 mr-2" }),
|
|
49566
49566
|
"Send Message"
|
|
49567
49567
|
] }),
|
|
49568
49568
|
((d = i.resume) == null ? void 0 : d.url) && /* @__PURE__ */ r(R, { variant: "outline", className: "w-full", children: [
|
|
@@ -51134,7 +51134,7 @@ const oA = ({
|
|
|
51134
51134
|
/* @__PURE__ */ r("div", { className: "grid gap-2", children: [
|
|
51135
51135
|
/* @__PURE__ */ e(B, { htmlFor: "message", children: "Additional Information (Optional)" }),
|
|
51136
51136
|
/* @__PURE__ */ e(
|
|
51137
|
-
|
|
51137
|
+
ut,
|
|
51138
51138
|
{
|
|
51139
51139
|
id: "message",
|
|
51140
51140
|
placeholder: "Any additional context to help verify your claim...",
|
|
@@ -52002,14 +52002,14 @@ const Vq = ({
|
|
|
52002
52002
|
};
|
|
52003
52003
|
return /* @__PURE__ */ e(st, { open: i, onOpenChange: w, children: /* @__PURE__ */ e(et, { className: "sm:max-w-[520px]", children: b ? /* @__PURE__ */ r(be, { children: [
|
|
52004
52004
|
/* @__PURE__ */ r(Ve, { className: "text-center", children: [
|
|
52005
|
-
/* @__PURE__ */ e("div", { className: "w-16 h-16 rounded-full bg-gaming-success/10 flex items-center justify-center mx-auto mb-4", children: /* @__PURE__ */ e(
|
|
52005
|
+
/* @__PURE__ */ e("div", { className: "w-16 h-16 rounded-full bg-gaming-success/10 flex items-center justify-center mx-auto mb-4", children: /* @__PURE__ */ e(mt, { className: "w-8 h-8 text-gaming-success" }) }),
|
|
52006
52006
|
/* @__PURE__ */ e(Te, { children: "Review Submitted!" }),
|
|
52007
52007
|
/* @__PURE__ */ e(lt, { className: "text-center", children: "Thank you for your review. It will be published after moderation (usually within 24-48 hours)." })
|
|
52008
52008
|
] }),
|
|
52009
52009
|
/* @__PURE__ */ e(it, { children: /* @__PURE__ */ e(R, { variant: "accent", onClick: w, className: "w-full", children: "Done" }) })
|
|
52010
52010
|
] }) : /* @__PURE__ */ r(be, { children: [
|
|
52011
52011
|
/* @__PURE__ */ r(Ve, { children: [
|
|
52012
|
-
/* @__PURE__ */ e("div", { className: "w-12 h-12 rounded-xl bg-gradient-to-br from-accent/20 to-primary/20 flex items-center justify-center mb-2", children: /* @__PURE__ */ e(
|
|
52012
|
+
/* @__PURE__ */ e("div", { className: "w-12 h-12 rounded-xl bg-gradient-to-br from-accent/20 to-primary/20 flex items-center justify-center mb-2", children: /* @__PURE__ */ e(mt, { className: "w-6 h-6 text-accent" }) }),
|
|
52013
52013
|
/* @__PURE__ */ r(Te, { children: [
|
|
52014
52014
|
"Review ",
|
|
52015
52015
|
t
|
|
@@ -52064,7 +52064,7 @@ const Vq = ({
|
|
|
52064
52064
|
/* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: "(min 20 characters)" })
|
|
52065
52065
|
] }),
|
|
52066
52066
|
/* @__PURE__ */ e(
|
|
52067
|
-
|
|
52067
|
+
ut,
|
|
52068
52068
|
{
|
|
52069
52069
|
placeholder: "Share details about your experience...",
|
|
52070
52070
|
value: m,
|
|
@@ -52080,7 +52080,7 @@ const Vq = ({
|
|
|
52080
52080
|
/* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: "(optional)" })
|
|
52081
52081
|
] }),
|
|
52082
52082
|
/* @__PURE__ */ e(
|
|
52083
|
-
|
|
52083
|
+
ut,
|
|
52084
52084
|
{
|
|
52085
52085
|
placeholder: "What did you like?",
|
|
52086
52086
|
value: g,
|
|
@@ -52096,7 +52096,7 @@ const Vq = ({
|
|
|
52096
52096
|
/* @__PURE__ */ e("span", { className: "text-xs text-muted-foreground", children: "(optional)" })
|
|
52097
52097
|
] }),
|
|
52098
52098
|
/* @__PURE__ */ e(
|
|
52099
|
-
|
|
52099
|
+
ut,
|
|
52100
52100
|
{
|
|
52101
52101
|
placeholder: "What could be improved?",
|
|
52102
52102
|
value: k,
|
|
@@ -52152,7 +52152,7 @@ const Vq = ({
|
|
|
52152
52152
|
/* @__PURE__ */ e(re, { children: /* @__PURE__ */ r("div", { className: "flex items-center justify-between", children: [
|
|
52153
52153
|
/* @__PURE__ */ e(le, { children: "Reviews" }),
|
|
52154
52154
|
/* @__PURE__ */ r(R, { variant: "accent", size: "sm", className: "gap-1.5", onClick: () => y(!0), children: [
|
|
52155
|
-
/* @__PURE__ */ e(
|
|
52155
|
+
/* @__PURE__ */ e(mt, { className: "w-4 h-4" }),
|
|
52156
52156
|
"Add review"
|
|
52157
52157
|
] })
|
|
52158
52158
|
] }) }),
|
|
@@ -52176,7 +52176,7 @@ const Vq = ({
|
|
|
52176
52176
|
] })
|
|
52177
52177
|
] }),
|
|
52178
52178
|
g.length === 0 ? /* @__PURE__ */ e(V, { children: /* @__PURE__ */ r(U, { className: "py-12 text-center", children: [
|
|
52179
|
-
/* @__PURE__ */ e(
|
|
52179
|
+
/* @__PURE__ */ e(mt, { className: "w-12 h-12 text-muted-foreground/30 mx-auto mb-3" }),
|
|
52180
52180
|
/* @__PURE__ */ e("p", { className: "text-muted-foreground", children: "No reviews yet. Be the first to share your experience!" }),
|
|
52181
52181
|
/* @__PURE__ */ e(R, { variant: "accent", size: "sm", className: "mt-4", onClick: () => y(!0), children: "Write a review" })
|
|
52182
52182
|
] }) }) : /* @__PURE__ */ e("div", { className: "space-y-4", children: g.map((p) => /* @__PURE__ */ e(
|
|
@@ -52478,7 +52478,7 @@ const dj = (t) => oj.map((a) => {
|
|
|
52478
52478
|
{ value: "jobs", label: "Jobs", icon: Ie },
|
|
52479
52479
|
{ value: "news", label: "News", icon: za },
|
|
52480
52480
|
{ value: "events", label: "Events", icon: _a },
|
|
52481
|
-
...$ ? [{ value: "reviews", label: "Reviews", icon:
|
|
52481
|
+
...$ ? [{ value: "reviews", label: "Reviews", icon: mt }] : [],
|
|
52482
52482
|
{
|
|
52483
52483
|
value: "insights",
|
|
52484
52484
|
label: "Insights",
|
|
@@ -53190,7 +53190,7 @@ const wj = [
|
|
|
53190
53190
|
] }),
|
|
53191
53191
|
a && /* @__PURE__ */ r("div", { className: "space-y-2", children: [
|
|
53192
53192
|
/* @__PURE__ */ e(
|
|
53193
|
-
|
|
53193
|
+
ut,
|
|
53194
53194
|
{
|
|
53195
53195
|
value: c,
|
|
53196
53196
|
onChange: (k) => d(k.target.value),
|
|
@@ -53533,7 +53533,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
53533
53533
|
/* @__PURE__ */ r("div", { children: [
|
|
53534
53534
|
/* @__PURE__ */ e(B, { children: "Description" }),
|
|
53535
53535
|
/* @__PURE__ */ e(
|
|
53536
|
-
|
|
53536
|
+
ut,
|
|
53537
53537
|
{
|
|
53538
53538
|
rows: 4,
|
|
53539
53539
|
value: s.description,
|
|
@@ -53743,7 +53743,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
53743
53743
|
/* @__PURE__ */ r("div", { children: [
|
|
53744
53744
|
/* @__PURE__ */ e(B, { children: "Description" }),
|
|
53745
53745
|
/* @__PURE__ */ e(
|
|
53746
|
-
|
|
53746
|
+
ut,
|
|
53747
53747
|
{
|
|
53748
53748
|
rows: 4,
|
|
53749
53749
|
value: s.description,
|
|
@@ -53754,7 +53754,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
53754
53754
|
/* @__PURE__ */ r("div", { children: [
|
|
53755
53755
|
/* @__PURE__ */ e(B, { children: "Requirements" }),
|
|
53756
53756
|
/* @__PURE__ */ e(
|
|
53757
|
-
|
|
53757
|
+
ut,
|
|
53758
53758
|
{
|
|
53759
53759
|
rows: 4,
|
|
53760
53760
|
value: s.requirements,
|
|
@@ -54042,7 +54042,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
54042
54042
|
/* @__PURE__ */ r("div", { children: [
|
|
54043
54043
|
/* @__PURE__ */ e(B, { children: "Excerpt" }),
|
|
54044
54044
|
/* @__PURE__ */ e(
|
|
54045
|
-
|
|
54045
|
+
ut,
|
|
54046
54046
|
{
|
|
54047
54047
|
rows: 3,
|
|
54048
54048
|
value: g.excerpt,
|
|
@@ -54053,7 +54053,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
54053
54053
|
/* @__PURE__ */ r("div", { children: [
|
|
54054
54054
|
/* @__PURE__ */ e(B, { children: "Content" }),
|
|
54055
54055
|
/* @__PURE__ */ e(
|
|
54056
|
-
|
|
54056
|
+
ut,
|
|
54057
54057
|
{
|
|
54058
54058
|
rows: 5,
|
|
54059
54059
|
value: g.content,
|
|
@@ -54178,7 +54178,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
54178
54178
|
/* @__PURE__ */ r("div", { className: "space-y-2 md:col-span-2", children: [
|
|
54179
54179
|
/* @__PURE__ */ e(B, { htmlFor: "shortDescription", children: "Short Description" }),
|
|
54180
54180
|
i ? /* @__PURE__ */ e(
|
|
54181
|
-
|
|
54181
|
+
ut,
|
|
54182
54182
|
{
|
|
54183
54183
|
id: "shortDescription",
|
|
54184
54184
|
rows: 3,
|
|
@@ -54190,7 +54190,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
54190
54190
|
/* @__PURE__ */ r("div", { className: "space-y-2 md:col-span-2", children: [
|
|
54191
54191
|
/* @__PURE__ */ e(B, { htmlFor: "longDescription", children: "Long Description" }),
|
|
54192
54192
|
i ? /* @__PURE__ */ e(
|
|
54193
|
-
|
|
54193
|
+
ut,
|
|
54194
54194
|
{
|
|
54195
54195
|
id: "longDescription",
|
|
54196
54196
|
rows: 6,
|
|
@@ -54484,7 +54484,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
54484
54484
|
/* @__PURE__ */ r("div", { children: [
|
|
54485
54485
|
/* @__PURE__ */ e(B, { children: "Description" }),
|
|
54486
54486
|
/* @__PURE__ */ e(
|
|
54487
|
-
|
|
54487
|
+
ut,
|
|
54488
54488
|
{
|
|
54489
54489
|
rows: 4,
|
|
54490
54490
|
value: s.description,
|
|
@@ -55107,7 +55107,7 @@ const zj = ({ open: t, onClose: a, onSave: n, existingEvent: i }) => {
|
|
|
55107
55107
|
/* @__PURE__ */ r("div", { className: "grid gap-2", children: [
|
|
55108
55108
|
/* @__PURE__ */ e(B, { htmlFor: "admin-company-description", children: "Short description" }),
|
|
55109
55109
|
/* @__PURE__ */ e(
|
|
55110
|
-
|
|
55110
|
+
ut,
|
|
55111
55111
|
{
|
|
55112
55112
|
id: "admin-company-description",
|
|
55113
55113
|
rows: 4,
|
|
@@ -56369,7 +56369,7 @@ function MF({
|
|
|
56369
56369
|
/* @__PURE__ */ e("p", { className: "text-xs text-muted-foreground", children: "Views this week" })
|
|
56370
56370
|
] }),
|
|
56371
56371
|
/* @__PURE__ */ r("div", { className: "text-center p-3 bg-background rounded-lg", children: [
|
|
56372
|
-
/* @__PURE__ */ e("div", { className: "flex items-center justify-center gap-1 text-muted-foreground mb-1", children: /* @__PURE__ */ e(
|
|
56372
|
+
/* @__PURE__ */ e("div", { className: "flex items-center justify-center gap-1 text-muted-foreground mb-1", children: /* @__PURE__ */ e(mt, { className: "h-4 w-4" }) }),
|
|
56373
56373
|
/* @__PURE__ */ e("p", { className: "text-2xl font-bold", children: a.inquiries }),
|
|
56374
56374
|
/* @__PURE__ */ e("p", { className: "text-xs text-muted-foreground", children: "Inquiries" })
|
|
56375
56375
|
] }),
|
|
@@ -57525,7 +57525,7 @@ function cO({ open: t, onClose: a, onAdded: n, existingExperience: i, onUpdated:
|
|
|
57525
57525
|
/* @__PURE__ */ r("div", { children: [
|
|
57526
57526
|
/* @__PURE__ */ e(B, { children: "Summary (optional)" }),
|
|
57527
57527
|
/* @__PURE__ */ e(
|
|
57528
|
-
|
|
57528
|
+
ut,
|
|
57529
57529
|
{
|
|
57530
57530
|
placeholder: "e.g., Led product roadmap for iGaming platform",
|
|
57531
57531
|
value: d.summary,
|
|
@@ -57536,7 +57536,7 @@ function cO({ open: t, onClose: a, onAdded: n, existingExperience: i, onUpdated:
|
|
|
57536
57536
|
/* @__PURE__ */ r("div", { children: [
|
|
57537
57537
|
/* @__PURE__ */ e(B, { children: "Tags (comma-separated)" }),
|
|
57538
57538
|
/* @__PURE__ */ e(
|
|
57539
|
-
|
|
57539
|
+
ut,
|
|
57540
57540
|
{
|
|
57541
57541
|
placeholder: "e.g., Product Strategy, iGaming, Agile",
|
|
57542
57542
|
value: d.tags,
|
|
@@ -59411,7 +59411,7 @@ function CO({
|
|
|
59411
59411
|
/* @__PURE__ */ r("div", { className: "space-y-2", children: [
|
|
59412
59412
|
/* @__PURE__ */ e(B, { htmlFor: "bio", children: "Short Bio (150–300 chars)" }),
|
|
59413
59413
|
/* @__PURE__ */ e(
|
|
59414
|
-
|
|
59414
|
+
ut,
|
|
59415
59415
|
{
|
|
59416
59416
|
id: "bio",
|
|
59417
59417
|
placeholder: "Tell clients what you do best...",
|
|
@@ -61379,7 +61379,7 @@ function eH({
|
|
|
61379
61379
|
/* @__PURE__ */ e("p", { className: "font-medium", children: "John Smith" }),
|
|
61380
61380
|
/* @__PURE__ */ e("p", { className: "text-sm text-muted-foreground", children: "Senior Developer • Today 2:00 PM" })
|
|
61381
61381
|
] }),
|
|
61382
|
-
/* @__PURE__ */ e(R, { size: "sm", variant: "ghost", children: /* @__PURE__ */ e(
|
|
61382
|
+
/* @__PURE__ */ e(R, { size: "sm", variant: "ghost", children: /* @__PURE__ */ e(mt, { className: "h-4 w-4" }) })
|
|
61383
61383
|
] }),
|
|
61384
61384
|
/* @__PURE__ */ r("div", { className: "flex items-start gap-3 p-3 rounded-lg bg-muted/50", children: [
|
|
61385
61385
|
/* @__PURE__ */ e("div", { className: "p-2 rounded-lg bg-primary/10", children: /* @__PURE__ */ e(Bt, { className: "h-4 w-4 text-primary" }) }),
|
|
@@ -61387,7 +61387,7 @@ function eH({
|
|
|
61387
61387
|
/* @__PURE__ */ e("p", { className: "font-medium", children: "Sarah Johnson" }),
|
|
61388
61388
|
/* @__PURE__ */ e("p", { className: "text-sm text-muted-foreground", children: "Product Manager • Tomorrow 10:00 AM" })
|
|
61389
61389
|
] }),
|
|
61390
|
-
/* @__PURE__ */ e(R, { size: "sm", variant: "ghost", children: /* @__PURE__ */ e(
|
|
61390
|
+
/* @__PURE__ */ e(R, { size: "sm", variant: "ghost", children: /* @__PURE__ */ e(mt, { className: "h-4 w-4" }) })
|
|
61391
61391
|
] }),
|
|
61392
61392
|
/* @__PURE__ */ r("div", { className: "flex items-start gap-3 p-3 rounded-lg bg-muted/50", children: [
|
|
61393
61393
|
/* @__PURE__ */ e("div", { className: "p-2 rounded-lg bg-primary/10", children: /* @__PURE__ */ e(Bt, { className: "h-4 w-4 text-primary" }) }),
|
|
@@ -61395,7 +61395,7 @@ function eH({
|
|
|
61395
61395
|
/* @__PURE__ */ e("p", { className: "font-medium", children: "Mike Chen" }),
|
|
61396
61396
|
/* @__PURE__ */ e("p", { className: "text-sm text-muted-foreground", children: "UX Designer • Feb 8, 3:00 PM" })
|
|
61397
61397
|
] }),
|
|
61398
|
-
/* @__PURE__ */ e(R, { size: "sm", variant: "ghost", children: /* @__PURE__ */ e(
|
|
61398
|
+
/* @__PURE__ */ e(R, { size: "sm", variant: "ghost", children: /* @__PURE__ */ e(mt, { className: "h-4 w-4" }) })
|
|
61399
61399
|
] })
|
|
61400
61400
|
] }) })
|
|
61401
61401
|
] })
|
|
@@ -62077,7 +62077,7 @@ const lH = ({
|
|
|
62077
62077
|
"Share"
|
|
62078
62078
|
] }),
|
|
62079
62079
|
/* @__PURE__ */ r(R, { variant: "accent", size: "sm", onClick: b, children: [
|
|
62080
|
-
/* @__PURE__ */ e(
|
|
62080
|
+
/* @__PURE__ */ e(mt, { className: "w-4 h-4 mr-2" }),
|
|
62081
62081
|
"Contact"
|
|
62082
62082
|
] })
|
|
62083
62083
|
] })
|
|
@@ -62370,7 +62370,7 @@ const lH = ({
|
|
|
62370
62370
|
] }),
|
|
62371
62371
|
/* @__PURE__ */ r("div", { className: "space-y-2 pt-2", children: [
|
|
62372
62372
|
/* @__PURE__ */ r(R, { onClick: b, className: "w-full", variant: "accent", children: [
|
|
62373
|
-
/* @__PURE__ */ e(
|
|
62373
|
+
/* @__PURE__ */ e(mt, { className: "w-4 h-4 mr-2" }),
|
|
62374
62374
|
"Send Message"
|
|
62375
62375
|
] }),
|
|
62376
62376
|
(t.type === "mentor" || t.type === "coach") && /* @__PURE__ */ r(R, { className: "w-full", variant: "outline", children: [
|
|
@@ -65996,6 +65996,7 @@ export {
|
|
|
65996
65996
|
nV as TaxonomySuggestionDetail,
|
|
65997
65997
|
aV as TaxonomySuggestionTable,
|
|
65998
65998
|
XT as Testimonials,
|
|
65999
|
+
ut as Textarea,
|
|
65999
66000
|
wR as TrustSignals,
|
|
66000
66001
|
aS as UserIdentityMenu,
|
|
66001
66002
|
bR as ValueProposition,
|
package/package.json
CHANGED