veylan-component-library 1.1.2 → 1.2.1
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/ColorStyles.vue.d.ts +2 -0
- package/dist/fusion-component-library.es.js +459 -436
- package/dist/fusion-component-library.es.js.map +1 -1
- package/dist/fusion-component-library.umd.js +1 -1
- package/dist/fusion-component-library.umd.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/veylan-component-library.css +1 -1
- package/package.json +2 -2
- package/tailwind.config.js +47 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as w, createElementBlock as
|
|
2
|
-
import { ChevronDown as U, Share2 as
|
|
1
|
+
import { defineComponent as w, createElementBlock as n, createCommentVNode as s, openBlock as o, withModifiers as M, createElementVNode as e, renderSlot as A, toDisplayString as g, normalizeStyle as N, normalizeClass as z, createBlock as k, createTextVNode as c, Fragment as m, renderList as C, createVNode as B, createStaticVNode as b, ref as S, computed as V, withDirectives as P, vModelText as E } from "vue";
|
|
2
|
+
import { ChevronDown as U, Share2 as G, ArrowRight as O, ArrowLeft as W, MoreHorizontal as R, ToyBrick as Z, MessageSquare as $, Home as Q } from "lucide-vue-next";
|
|
3
3
|
const K = /* @__PURE__ */ w({
|
|
4
4
|
__name: "BaseModal",
|
|
5
5
|
props: {
|
|
@@ -9,72 +9,72 @@ const K = /* @__PURE__ */ w({
|
|
|
9
9
|
secondaryButtonText: { type: String, required: !1, default: "Cancel" }
|
|
10
10
|
},
|
|
11
11
|
emits: ["close", "primary", "secondary"],
|
|
12
|
-
setup(
|
|
13
|
-
|
|
14
|
-
const
|
|
15
|
-
|
|
12
|
+
setup(i, { expose: t, emit: l }) {
|
|
13
|
+
t();
|
|
14
|
+
const a = i, x = l, u = { props: a, emit: x, handleClose: () => {
|
|
15
|
+
x("close");
|
|
16
16
|
}, handlePrimary: () => {
|
|
17
|
-
|
|
17
|
+
x("primary");
|
|
18
18
|
}, handleSecondary: () => {
|
|
19
|
-
|
|
19
|
+
x("secondary");
|
|
20
20
|
} };
|
|
21
|
-
return Object.defineProperty(
|
|
21
|
+
return Object.defineProperty(u, "__isScriptSetup", { enumerable: !1, value: !0 }), u;
|
|
22
22
|
}
|
|
23
|
-
}),
|
|
24
|
-
const
|
|
25
|
-
for (const [
|
|
26
|
-
|
|
27
|
-
return
|
|
28
|
-
}, Y = { class: "bg-white rounded-2xl w-full max-w-[630px] p-8 shadow-xl" }, J = {
|
|
29
|
-
class: "text-2xl font-bold text-black mb-8",
|
|
23
|
+
}), y = (i, t) => {
|
|
24
|
+
const l = i.__vccOpts || i;
|
|
25
|
+
for (const [a, x] of t)
|
|
26
|
+
l[a] = x;
|
|
27
|
+
return l;
|
|
28
|
+
}, Y = { class: "bg-veylan-white rounded-2xl w-full max-w-[630px] p-8 shadow-xl" }, J = {
|
|
29
|
+
class: "text-2xl font-bold text-veylan-black mb-8",
|
|
30
30
|
style: { "letter-spacing": "0" }
|
|
31
31
|
}, X = { class: "flex gap-4 pt-6" };
|
|
32
|
-
function ee(
|
|
33
|
-
return
|
|
32
|
+
function ee(i, t, l, a, x, v) {
|
|
33
|
+
return l.isOpen ? (o(), n("div", {
|
|
34
34
|
key: 0,
|
|
35
|
-
class: "fixed inset-0 bg-black/50 flex items-center justify-center z-50 p-4",
|
|
36
|
-
onClick:
|
|
35
|
+
class: "fixed inset-0 bg-veylan-black/50 flex items-center justify-center z-50 p-4",
|
|
36
|
+
onClick: M(a.handleClose, ["self"])
|
|
37
37
|
}, [
|
|
38
38
|
e("div", Y, [
|
|
39
|
-
|
|
39
|
+
s(" Header "),
|
|
40
40
|
e(
|
|
41
41
|
"h2",
|
|
42
42
|
J,
|
|
43
|
-
|
|
43
|
+
g(l.title),
|
|
44
44
|
1
|
|
45
45
|
/* TEXT */
|
|
46
46
|
),
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
s(" Content Slot "),
|
|
48
|
+
A(i.$slots, "default"),
|
|
49
|
+
s(" Action Buttons "),
|
|
50
50
|
e("div", X, [
|
|
51
51
|
e(
|
|
52
52
|
"button",
|
|
53
53
|
{
|
|
54
|
-
onClick:
|
|
55
|
-
class: "flex-1 h-8 flex items-center justify-center px-4 text-gray-800 rounded-xl hover:bg-gray-
|
|
54
|
+
onClick: a.handleSecondary,
|
|
55
|
+
class: "flex-1 h-8 flex items-center justify-center px-4 text-veylan-gray-800 rounded-xl hover:bg-veylan-gray-300 transition-colors font-medium",
|
|
56
56
|
style: { "font-size": "12px" }
|
|
57
57
|
},
|
|
58
|
-
|
|
58
|
+
g(l.secondaryButtonText),
|
|
59
59
|
1
|
|
60
60
|
/* TEXT */
|
|
61
61
|
),
|
|
62
62
|
e(
|
|
63
63
|
"button",
|
|
64
64
|
{
|
|
65
|
-
onClick:
|
|
66
|
-
class: "flex-1 h-8 px-4 bg-black text-white rounded-xl hover:bg-gray-
|
|
65
|
+
onClick: a.handlePrimary,
|
|
66
|
+
class: "flex-1 h-8 px-4 bg-veylan-black text-veylan-white rounded-xl hover:bg-veylan-gray-900 transition-colors font-medium",
|
|
67
67
|
style: { "font-size": "12px" }
|
|
68
68
|
},
|
|
69
|
-
|
|
69
|
+
g(l.primaryButtonText),
|
|
70
70
|
1
|
|
71
71
|
/* TEXT */
|
|
72
72
|
)
|
|
73
73
|
])
|
|
74
74
|
])
|
|
75
|
-
])) :
|
|
75
|
+
])) : s("v-if", !0);
|
|
76
76
|
}
|
|
77
|
-
const
|
|
77
|
+
const Nt = /* @__PURE__ */ y(K, [["render", ee], ["__file", "/root/app/code/src/components/BaseModal.vue"]]), te = /* @__PURE__ */ w({
|
|
78
78
|
__name: "ButtonComponent",
|
|
79
79
|
props: {
|
|
80
80
|
variant: { type: String, required: !1, default: "primary" },
|
|
@@ -83,77 +83,77 @@ const Ft = /* @__PURE__ */ g(K, [["render", ee], ["__file", "/root/app/code/src/
|
|
|
83
83
|
disabled: { type: Boolean, required: !1, default: !1 }
|
|
84
84
|
},
|
|
85
85
|
emits: ["click"],
|
|
86
|
-
setup(
|
|
87
|
-
|
|
88
|
-
const
|
|
89
|
-
|
|
86
|
+
setup(i, { expose: t, emit: l }) {
|
|
87
|
+
t();
|
|
88
|
+
const a = l, v = { emit: a, handleClick: () => {
|
|
89
|
+
a("click");
|
|
90
90
|
}, get ArrowLeft() {
|
|
91
|
-
return R;
|
|
92
|
-
}, get ArrowRight() {
|
|
93
91
|
return W;
|
|
94
|
-
}, get
|
|
92
|
+
}, get ArrowRight() {
|
|
95
93
|
return O;
|
|
94
|
+
}, get Share2() {
|
|
95
|
+
return G;
|
|
96
96
|
}, get ChevronDown() {
|
|
97
97
|
return U;
|
|
98
98
|
} };
|
|
99
|
-
return Object.defineProperty(
|
|
99
|
+
return Object.defineProperty(v, "__isScriptSetup", { enumerable: !1, value: !0 }), v;
|
|
100
100
|
}
|
|
101
101
|
}), le = ["disabled"];
|
|
102
|
-
function
|
|
103
|
-
return
|
|
104
|
-
onClick:
|
|
105
|
-
disabled:
|
|
106
|
-
class:
|
|
102
|
+
function se(i, t, l, a, x, v) {
|
|
103
|
+
return o(), n("button", {
|
|
104
|
+
onClick: a.handleClick,
|
|
105
|
+
disabled: l.disabled || l.variant === "disabled",
|
|
106
|
+
class: z([
|
|
107
107
|
"flex items-center justify-center gap-3 h-8 rounded-lg font-medium text-sm transition-all duration-200",
|
|
108
108
|
{
|
|
109
|
-
"bg-black text-white hover:bg-gray-
|
|
110
|
-
"bg-white text-black hover:bg-gray-
|
|
111
|
-
"bg-transparent text-black":
|
|
112
|
-
"cursor-not-allowed":
|
|
109
|
+
"bg-veylan-black text-veylan-white hover:bg-veylan-gray-900": l.variant === "primary" && !l.disabled,
|
|
110
|
+
"bg-veylan-white text-veylan-black hover:bg-veylan-gray-300": l.variant === "outlined" && !l.disabled,
|
|
111
|
+
"bg-transparent text-veylan-black": l.variant === "text" && !l.disabled,
|
|
112
|
+
"cursor-not-allowed": l.variant === "disabled" || l.disabled
|
|
113
113
|
}
|
|
114
114
|
]),
|
|
115
|
-
style:
|
|
116
|
-
paddingLeft:
|
|
117
|
-
paddingRight:
|
|
118
|
-
...
|
|
119
|
-
...
|
|
115
|
+
style: N({
|
|
116
|
+
paddingLeft: l.rightIcon === "dropdown" ? "16px" : "24px",
|
|
117
|
+
paddingRight: l.rightIcon === "dropdown" ? "8px" : "24px",
|
|
118
|
+
...l.variant === "outlined" && !l.disabled && l.rightIcon === "dropdown" ? { borderWidth: "1px", borderColor: "#BDBDBD" } : l.variant === "outlined" && !l.disabled ? { borderWidth: "1px", borderColor: "#000000" } : {},
|
|
119
|
+
...l.variant === "disabled" || l.disabled ? { backgroundColor: "#DDDDDD", color: "#7D7D7D" } : {}
|
|
120
120
|
})
|
|
121
121
|
}, [
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
s(" Left Icon "),
|
|
123
|
+
l.leftIcon === "arrow" ? (o(), k(a.ArrowLeft, {
|
|
124
124
|
key: 0,
|
|
125
125
|
size: 20,
|
|
126
126
|
"stroke-width": 1.5
|
|
127
|
-
})) :
|
|
127
|
+
})) : l.leftIcon === "share" ? (o(), k(a.Share2, {
|
|
128
128
|
key: 1,
|
|
129
129
|
size: 20,
|
|
130
130
|
"stroke-width": 1.5
|
|
131
|
-
})) :
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
131
|
+
})) : s("v-if", !0),
|
|
132
|
+
s(" Text Slot "),
|
|
133
|
+
A(i.$slots, "default", {}, () => [
|
|
134
|
+
t[0] || (t[0] = c(
|
|
135
135
|
"Button",
|
|
136
136
|
-1
|
|
137
137
|
/* CACHED */
|
|
138
138
|
))
|
|
139
139
|
]),
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
s(" Right Icon "),
|
|
141
|
+
l.rightIcon === "arrow" ? (o(), k(a.ArrowRight, {
|
|
142
142
|
key: 2,
|
|
143
143
|
size: 20,
|
|
144
144
|
"stroke-width": 1.5
|
|
145
|
-
})) :
|
|
145
|
+
})) : l.rightIcon === "share" ? (o(), k(a.Share2, {
|
|
146
146
|
key: 3,
|
|
147
147
|
size: 20,
|
|
148
148
|
"stroke-width": 1.5
|
|
149
|
-
})) :
|
|
149
|
+
})) : l.rightIcon === "dropdown" ? (o(), k(a.ChevronDown, {
|
|
150
150
|
key: 4,
|
|
151
151
|
size: 20,
|
|
152
152
|
"stroke-width": 1.5
|
|
153
|
-
})) :
|
|
153
|
+
})) : s("v-if", !0)
|
|
154
154
|
], 14, le);
|
|
155
155
|
}
|
|
156
|
-
const
|
|
156
|
+
const Vt = /* @__PURE__ */ y(te, [["render", se], ["__file", "/root/app/code/src/components/ButtonComponent.vue"]]), ae = /* @__PURE__ */ w({
|
|
157
157
|
__name: "CampaignCard",
|
|
158
158
|
props: {
|
|
159
159
|
showImage: { type: Boolean, required: !1, default: !0 },
|
|
@@ -174,111 +174,111 @@ const jt = /* @__PURE__ */ g(te, [["render", oe], ["__file", "/root/app/code/src
|
|
|
174
174
|
cardClasses: { type: String, required: !1, default: "" }
|
|
175
175
|
},
|
|
176
176
|
emits: ["menu-click", "add-click"],
|
|
177
|
-
setup(
|
|
178
|
-
|
|
179
|
-
const
|
|
180
|
-
return Object.defineProperty(
|
|
177
|
+
setup(i, { expose: t }) {
|
|
178
|
+
t();
|
|
179
|
+
const a = { props: i };
|
|
180
|
+
return Object.defineProperty(a, "__isScriptSetup", { enumerable: !1, value: !0 }), a;
|
|
181
181
|
}
|
|
182
|
-
}),
|
|
182
|
+
}), oe = { class: "absolute inset-0" }, ne = ["src", "alt"], re = { class: "relative flex justify-between items-start w-full" }, ie = {
|
|
183
183
|
key: 0,
|
|
184
184
|
class: "flex items-center gap-2"
|
|
185
185
|
}, de = {
|
|
186
186
|
key: 0,
|
|
187
|
-
class: "flex h-6 px-2.5 justify-center items-center rounded-lg bg-white text-black font-medium",
|
|
187
|
+
class: "flex h-6 px-2.5 justify-center items-center rounded-lg bg-veylan-white text-veylan-black font-medium",
|
|
188
188
|
style: { gap: "10px", "line-height": "24px", "font-size": "10px" }
|
|
189
189
|
}, ce = {
|
|
190
190
|
key: 1,
|
|
191
|
-
class: "flex h-6 px-2.5 justify-center items-center rounded-lg bg-black text-white font-medium",
|
|
191
|
+
class: "flex h-6 px-2.5 justify-center items-center rounded-lg bg-veylan-black text-veylan-white font-medium",
|
|
192
192
|
style: { gap: "10px", "line-height": "24px", "font-size": "10px" }
|
|
193
|
-
},
|
|
193
|
+
}, xe = {
|
|
194
194
|
style: { width: "18px", height: "18px" },
|
|
195
195
|
viewBox: "0 0 18 18",
|
|
196
196
|
fill: "none",
|
|
197
197
|
xmlns: "http://www.w3.org/2000/svg"
|
|
198
|
-
},
|
|
198
|
+
}, ge = {
|
|
199
199
|
key: 1,
|
|
200
200
|
class: "flex flex-col",
|
|
201
201
|
style: { padding: "0 16px", gap: "8px", margin: "0" }
|
|
202
|
-
},
|
|
202
|
+
}, ue = {
|
|
203
203
|
key: 0,
|
|
204
|
-
class: "text-black",
|
|
204
|
+
class: "text-veylan-black",
|
|
205
205
|
style: { "font-size": "16px", "font-weight": "600", "line-height": "20px" }
|
|
206
|
-
},
|
|
206
|
+
}, ve = {
|
|
207
207
|
key: 1,
|
|
208
|
-
class: "text-black",
|
|
208
|
+
class: "text-veylan-black",
|
|
209
209
|
style: { "font-size": "12px", "font-weight": "400", "line-height": "18px" }
|
|
210
210
|
}, pe = {
|
|
211
211
|
key: 2,
|
|
212
212
|
class: "flex items-end",
|
|
213
213
|
style: { padding: "0 16px", gap: "4px" }
|
|
214
|
-
},
|
|
214
|
+
}, fe = {
|
|
215
215
|
class: "flex justify-between items-end flex-1",
|
|
216
216
|
style: { height: "24px" }
|
|
217
|
-
},
|
|
217
|
+
}, ye = {
|
|
218
218
|
key: 0,
|
|
219
219
|
class: "flex items-center",
|
|
220
220
|
style: { gap: "4px" }
|
|
221
|
-
},
|
|
221
|
+
}, me = {
|
|
222
222
|
class: "absolute left-0 top-0 flex items-center justify-center text-white",
|
|
223
223
|
style: { width: "24px", height: "24px", "font-size": "8px", "font-weight": "500", "line-height": "24px", "letter-spacing": "-0.08px" }
|
|
224
|
-
},
|
|
224
|
+
}, he = {
|
|
225
225
|
style: { width: "12px", height: "12px" },
|
|
226
226
|
viewBox: "0 0 12 12",
|
|
227
227
|
fill: "none",
|
|
228
228
|
xmlns: "http://www.w3.org/2000/svg"
|
|
229
229
|
};
|
|
230
|
-
function be(
|
|
231
|
-
return
|
|
230
|
+
function be(i, t, l, a, x, v) {
|
|
231
|
+
return o(), n(
|
|
232
232
|
"div",
|
|
233
233
|
{
|
|
234
|
-
class:
|
|
234
|
+
class: z(["flex flex-col bg-veylan-white rounded-2xl shadow-card w-full", l.cardClasses]),
|
|
235
235
|
style: { gap: "16px", padding: "16px 0 24px 0" }
|
|
236
236
|
},
|
|
237
237
|
[
|
|
238
|
-
|
|
239
|
-
|
|
238
|
+
s(" Card Image Section "),
|
|
239
|
+
l.showImage ? (o(), n(
|
|
240
240
|
"div",
|
|
241
241
|
{
|
|
242
242
|
key: 0,
|
|
243
|
-
class:
|
|
243
|
+
class: z(["relative flex-shrink-0 overflow-hidden rounded-t-2xl", l.imageClasses]),
|
|
244
244
|
style: { height: "126px", margin: "-16px 0 0 0", padding: "16px 16px 0 16px", display: "flex", "justify-content": "space-between", "align-items": "flex-start", width: "100%" }
|
|
245
245
|
},
|
|
246
246
|
[
|
|
247
|
-
|
|
248
|
-
e("div",
|
|
247
|
+
s(" Background Image "),
|
|
248
|
+
e("div", oe, [
|
|
249
249
|
e("img", {
|
|
250
|
-
src:
|
|
251
|
-
alt:
|
|
250
|
+
src: l.imageSrc,
|
|
251
|
+
alt: l.imageAlt,
|
|
252
252
|
class: "w-full h-full object-cover"
|
|
253
|
-
}, null, 8,
|
|
253
|
+
}, null, 8, ne)
|
|
254
254
|
]),
|
|
255
|
-
|
|
256
|
-
e("div",
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
255
|
+
s(" Card Header Overlay "),
|
|
256
|
+
e("div", re, [
|
|
257
|
+
s(" Labels/Pills "),
|
|
258
|
+
l.showLabels ? (o(), n("div", ie, [
|
|
259
|
+
l.label1 ? (o(), n(
|
|
260
260
|
"div",
|
|
261
261
|
de,
|
|
262
|
-
|
|
262
|
+
g(l.label1),
|
|
263
263
|
1
|
|
264
264
|
/* TEXT */
|
|
265
|
-
)) :
|
|
266
|
-
|
|
265
|
+
)) : s("v-if", !0),
|
|
266
|
+
l.label2 ? (o(), n(
|
|
267
267
|
"div",
|
|
268
268
|
ce,
|
|
269
|
-
|
|
269
|
+
g(l.label2),
|
|
270
270
|
1
|
|
271
271
|
/* TEXT */
|
|
272
|
-
)) :
|
|
273
|
-
])) :
|
|
274
|
-
|
|
275
|
-
|
|
272
|
+
)) : s("v-if", !0)
|
|
273
|
+
])) : s("v-if", !0),
|
|
274
|
+
s(" Menu Button "),
|
|
275
|
+
l.showMenu ? (o(), n("button", {
|
|
276
276
|
key: 1,
|
|
277
|
-
onClick:
|
|
278
|
-
class: "flex justify-center items-center flex-shrink-0 rounded-full bg-white hover:bg-gray-
|
|
277
|
+
onClick: t[0] || (t[0] = (r) => i.$emit("menu-click")),
|
|
278
|
+
class: "flex justify-center items-center flex-shrink-0 rounded-full bg-veylan-white hover:bg-veylan-gray-300 transition-colors",
|
|
279
279
|
style: { width: "32px", height: "32px" }
|
|
280
280
|
}, [
|
|
281
|
-
(
|
|
281
|
+
(o(), n("svg", xe, t[2] || (t[2] = [
|
|
282
282
|
e(
|
|
283
283
|
"path",
|
|
284
284
|
{
|
|
@@ -319,43 +319,43 @@ function be(r, l, t, s, f, m) {
|
|
|
319
319
|
/* CACHED */
|
|
320
320
|
)
|
|
321
321
|
])))
|
|
322
|
-
])) :
|
|
322
|
+
])) : s("v-if", !0)
|
|
323
323
|
])
|
|
324
324
|
],
|
|
325
325
|
2
|
|
326
326
|
/* CLASS */
|
|
327
|
-
)) :
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
327
|
+
)) : s("v-if", !0),
|
|
328
|
+
s(" Content Section "),
|
|
329
|
+
l.showContent ? (o(), n("div", ge, [
|
|
330
|
+
l.title ? (o(), n(
|
|
331
331
|
"h3",
|
|
332
|
-
|
|
333
|
-
|
|
332
|
+
ue,
|
|
333
|
+
g(l.title),
|
|
334
334
|
1
|
|
335
335
|
/* TEXT */
|
|
336
|
-
)) :
|
|
337
|
-
|
|
336
|
+
)) : s("v-if", !0),
|
|
337
|
+
l.description ? (o(), n(
|
|
338
338
|
"p",
|
|
339
|
-
|
|
340
|
-
|
|
339
|
+
ve,
|
|
340
|
+
g(l.description),
|
|
341
341
|
1
|
|
342
342
|
/* TEXT */
|
|
343
|
-
)) :
|
|
344
|
-
])) :
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
e("div",
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
(
|
|
351
|
-
|
|
343
|
+
)) : s("v-if", !0)
|
|
344
|
+
])) : s("v-if", !0),
|
|
345
|
+
s(" Footer Section "),
|
|
346
|
+
l.showFooter ? (o(), n("div", pe, [
|
|
347
|
+
e("div", fe, [
|
|
348
|
+
s(" Member Avatars "),
|
|
349
|
+
l.showMembers ? (o(), n("div", ye, [
|
|
350
|
+
(o(!0), n(
|
|
351
|
+
m,
|
|
352
352
|
null,
|
|
353
|
-
|
|
353
|
+
C(l.members, (r, d) => (o(), n("div", {
|
|
354
354
|
key: d,
|
|
355
355
|
class: "relative",
|
|
356
356
|
style: { width: "24px", height: "24px" }
|
|
357
357
|
}, [
|
|
358
|
-
|
|
358
|
+
t[3] || (t[3] = e(
|
|
359
359
|
"svg",
|
|
360
360
|
{
|
|
361
361
|
class: "absolute left-0 top-0",
|
|
@@ -378,8 +378,8 @@ function be(r, l, t, s, f, m) {
|
|
|
378
378
|
)),
|
|
379
379
|
e(
|
|
380
380
|
"div",
|
|
381
|
-
|
|
382
|
-
|
|
381
|
+
me,
|
|
382
|
+
g(r),
|
|
383
383
|
1
|
|
384
384
|
/* TEXT */
|
|
385
385
|
)
|
|
@@ -387,15 +387,15 @@ function be(r, l, t, s, f, m) {
|
|
|
387
387
|
128
|
|
388
388
|
/* KEYED_FRAGMENT */
|
|
389
389
|
))
|
|
390
|
-
])) :
|
|
391
|
-
|
|
392
|
-
|
|
390
|
+
])) : s("v-if", !0),
|
|
391
|
+
s(" Add Button "),
|
|
392
|
+
l.showAddButton ? (o(), n("button", {
|
|
393
393
|
key: 1,
|
|
394
|
-
onClick:
|
|
395
|
-
class: "flex justify-center items-center flex-shrink-0 rounded-full bg-black hover:bg-gray-
|
|
394
|
+
onClick: t[1] || (t[1] = (r) => i.$emit("add-click")),
|
|
395
|
+
class: "flex justify-center items-center flex-shrink-0 rounded-full bg-veylan-black hover:bg-veylan-gray-900 transition-colors",
|
|
396
396
|
style: { width: "32px", height: "32px" }
|
|
397
397
|
}, [
|
|
398
|
-
(
|
|
398
|
+
(o(), n("svg", he, t[4] || (t[4] = [
|
|
399
399
|
e(
|
|
400
400
|
"path",
|
|
401
401
|
{
|
|
@@ -423,15 +423,15 @@ function be(r, l, t, s, f, m) {
|
|
|
423
423
|
/* CACHED */
|
|
424
424
|
)
|
|
425
425
|
])))
|
|
426
|
-
])) :
|
|
426
|
+
])) : s("v-if", !0)
|
|
427
427
|
])
|
|
428
|
-
])) :
|
|
428
|
+
])) : s("v-if", !0)
|
|
429
429
|
],
|
|
430
430
|
2
|
|
431
431
|
/* CLASS */
|
|
432
432
|
);
|
|
433
433
|
}
|
|
434
|
-
const
|
|
434
|
+
const Pt = /* @__PURE__ */ y(ae, [["render", be], ["__file", "/root/app/code/src/components/CampaignCard.vue"]]), we = /* @__PURE__ */ w({
|
|
435
435
|
__name: "CardComponents",
|
|
436
436
|
props: {
|
|
437
437
|
showImage: { type: Boolean, required: !1, default: !0 },
|
|
@@ -452,48 +452,48 @@ const Vt = /* @__PURE__ */ g(se, [["render", be], ["__file", "/root/app/code/src
|
|
|
452
452
|
cardClasses: { type: String, required: !1, default: "" }
|
|
453
453
|
},
|
|
454
454
|
emits: ["menu-click", "add-click"],
|
|
455
|
-
setup(
|
|
456
|
-
|
|
457
|
-
const
|
|
458
|
-
return
|
|
455
|
+
setup(i, { expose: t }) {
|
|
456
|
+
t();
|
|
457
|
+
const a = { props: i, get MoreHorizontal() {
|
|
458
|
+
return R;
|
|
459
459
|
} };
|
|
460
|
-
return Object.defineProperty(
|
|
460
|
+
return Object.defineProperty(a, "__isScriptSetup", { enumerable: !1, value: !0 }), a;
|
|
461
461
|
}
|
|
462
462
|
}), _e = { class: "absolute inset-0" }, ke = ["src", "alt"], Ce = { class: "relative flex justify-between items-start w-full" }, ze = {
|
|
463
463
|
key: 0,
|
|
464
464
|
class: "flex items-center gap-2"
|
|
465
465
|
}, Se = {
|
|
466
466
|
key: 0,
|
|
467
|
-
class: "flex h-6 px-2.5 justify-center items-center rounded-lg bg-white text-black font-medium",
|
|
467
|
+
class: "flex h-6 px-2.5 justify-center items-center rounded-lg bg-veylan-white text-veylan-black font-medium",
|
|
468
468
|
style: { gap: "10px", "line-height": "24px", "font-size": "10px" }
|
|
469
469
|
}, Me = {
|
|
470
470
|
key: 1,
|
|
471
|
-
class: "flex h-6 px-2.5 justify-center items-center rounded-lg bg-black text-white font-medium",
|
|
471
|
+
class: "flex h-6 px-2.5 justify-center items-center rounded-lg bg-veylan-black text-veylan-white font-medium",
|
|
472
472
|
style: { gap: "10px", "line-height": "24px", "font-size": "10px" }
|
|
473
|
-
},
|
|
473
|
+
}, Be = {
|
|
474
474
|
key: 1,
|
|
475
475
|
class: "flex flex-col",
|
|
476
476
|
style: { padding: "0 16px", gap: "8px", margin: "0" }
|
|
477
|
-
},
|
|
477
|
+
}, Ie = {
|
|
478
478
|
key: 0,
|
|
479
|
-
class: "text-black",
|
|
479
|
+
class: "text-veylan-black",
|
|
480
480
|
style: { "font-size": "16px", "font-weight": "600", "line-height": "20px" }
|
|
481
|
-
},
|
|
481
|
+
}, De = {
|
|
482
482
|
key: 1,
|
|
483
|
-
class: "text-black",
|
|
483
|
+
class: "text-veylan-black",
|
|
484
484
|
style: { "font-size": "12px", "font-weight": "400", "line-height": "18px" }
|
|
485
|
-
},
|
|
485
|
+
}, Ae = {
|
|
486
486
|
key: 2,
|
|
487
487
|
class: "flex items-end mt-auto",
|
|
488
488
|
style: { padding: "0 16px", gap: "4px" }
|
|
489
489
|
}, qe = {
|
|
490
490
|
class: "flex justify-between items-end flex-1",
|
|
491
491
|
style: { height: "24px" }
|
|
492
|
-
},
|
|
492
|
+
}, Le = {
|
|
493
493
|
key: 0,
|
|
494
494
|
class: "flex items-center",
|
|
495
495
|
style: { gap: "4px" }
|
|
496
|
-
},
|
|
496
|
+
}, He = {
|
|
497
497
|
class: "absolute left-0 top-0 flex items-center justify-center text-white",
|
|
498
498
|
style: { width: "24px", height: "24px", "font-size": "8px", "font-weight": "500", "line-height": "24px", "letter-spacing": "-0.08px" }
|
|
499
499
|
}, Fe = {
|
|
@@ -502,99 +502,99 @@ const Vt = /* @__PURE__ */ g(se, [["render", be], ["__file", "/root/app/code/src
|
|
|
502
502
|
fill: "none",
|
|
503
503
|
xmlns: "http://www.w3.org/2000/svg"
|
|
504
504
|
};
|
|
505
|
-
function
|
|
506
|
-
return
|
|
505
|
+
function Te(i, t, l, a, x, v) {
|
|
506
|
+
return o(), n(
|
|
507
507
|
"div",
|
|
508
508
|
{
|
|
509
|
-
class:
|
|
509
|
+
class: z(["flex flex-col bg-veylan-white rounded-2xl shadow-card w-full", l.cardClasses]),
|
|
510
510
|
style: { gap: "16px", padding: "16px 0 24px 0" }
|
|
511
511
|
},
|
|
512
512
|
[
|
|
513
|
-
|
|
514
|
-
|
|
513
|
+
s(" Card Image Section "),
|
|
514
|
+
l.showImage ? (o(), n(
|
|
515
515
|
"div",
|
|
516
516
|
{
|
|
517
517
|
key: 0,
|
|
518
|
-
class:
|
|
518
|
+
class: z(["relative flex-shrink-0 overflow-hidden rounded-t-2xl", l.imageClasses]),
|
|
519
519
|
style: { height: "126px", margin: "-16px 0 0 0", padding: "16px 16px 0 16px", display: "flex", "justify-content": "space-between", "align-items": "flex-start", width: "100%" }
|
|
520
520
|
},
|
|
521
521
|
[
|
|
522
|
-
|
|
522
|
+
s(" Background Image "),
|
|
523
523
|
e("div", _e, [
|
|
524
524
|
e("img", {
|
|
525
|
-
src:
|
|
526
|
-
alt:
|
|
525
|
+
src: l.imageSrc,
|
|
526
|
+
alt: l.imageAlt,
|
|
527
527
|
class: "w-full h-full object-cover"
|
|
528
528
|
}, null, 8, ke)
|
|
529
529
|
]),
|
|
530
|
-
|
|
530
|
+
s(" Card Header Overlay "),
|
|
531
531
|
e("div", Ce, [
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
532
|
+
s(" Labels/Pills "),
|
|
533
|
+
l.showLabels ? (o(), n("div", ze, [
|
|
534
|
+
l.label1 ? (o(), n(
|
|
535
535
|
"div",
|
|
536
536
|
Se,
|
|
537
|
-
|
|
537
|
+
g(l.label1),
|
|
538
538
|
1
|
|
539
539
|
/* TEXT */
|
|
540
|
-
)) :
|
|
541
|
-
|
|
540
|
+
)) : s("v-if", !0),
|
|
541
|
+
l.label2 ? (o(), n(
|
|
542
542
|
"div",
|
|
543
543
|
Me,
|
|
544
|
-
|
|
544
|
+
g(l.label2),
|
|
545
545
|
1
|
|
546
546
|
/* TEXT */
|
|
547
|
-
)) :
|
|
548
|
-
])) :
|
|
549
|
-
|
|
550
|
-
|
|
547
|
+
)) : s("v-if", !0)
|
|
548
|
+
])) : s("v-if", !0),
|
|
549
|
+
s(" Menu Button "),
|
|
550
|
+
l.showMenu ? (o(), n("button", {
|
|
551
551
|
key: 1,
|
|
552
|
-
onClick:
|
|
553
|
-
class: "flex justify-center items-center flex-shrink-0 rounded-full bg-white hover:bg-gray-
|
|
552
|
+
onClick: t[0] || (t[0] = (r) => i.$emit("menu-click")),
|
|
553
|
+
class: "flex justify-center items-center flex-shrink-0 rounded-full bg-veylan-white hover:bg-veylan-gray-300 transition-colors",
|
|
554
554
|
style: { width: "24px", height: "24px" }
|
|
555
555
|
}, [
|
|
556
|
-
|
|
556
|
+
B(a.MoreHorizontal, {
|
|
557
557
|
size: 16,
|
|
558
|
-
color: "
|
|
558
|
+
color: "#000000",
|
|
559
559
|
"stroke-width": 2
|
|
560
560
|
})
|
|
561
|
-
])) :
|
|
561
|
+
])) : s("v-if", !0)
|
|
562
562
|
])
|
|
563
563
|
],
|
|
564
564
|
2
|
|
565
565
|
/* CLASS */
|
|
566
|
-
)) :
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
566
|
+
)) : s("v-if", !0),
|
|
567
|
+
s(" Content Section "),
|
|
568
|
+
l.showContent ? (o(), n("div", Be, [
|
|
569
|
+
l.title ? (o(), n(
|
|
570
570
|
"h3",
|
|
571
|
-
|
|
572
|
-
|
|
571
|
+
Ie,
|
|
572
|
+
g(l.title),
|
|
573
573
|
1
|
|
574
574
|
/* TEXT */
|
|
575
|
-
)) :
|
|
576
|
-
|
|
575
|
+
)) : s("v-if", !0),
|
|
576
|
+
l.description ? (o(), n(
|
|
577
577
|
"p",
|
|
578
|
-
|
|
579
|
-
|
|
578
|
+
De,
|
|
579
|
+
g(l.description),
|
|
580
580
|
1
|
|
581
581
|
/* TEXT */
|
|
582
|
-
)) :
|
|
583
|
-
])) :
|
|
584
|
-
|
|
585
|
-
|
|
582
|
+
)) : s("v-if", !0)
|
|
583
|
+
])) : s("v-if", !0),
|
|
584
|
+
s(" Footer Section "),
|
|
585
|
+
l.showFooter ? (o(), n("div", Ae, [
|
|
586
586
|
e("div", qe, [
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
(
|
|
590
|
-
|
|
587
|
+
s(" Member Avatars "),
|
|
588
|
+
l.showMembers ? (o(), n("div", Le, [
|
|
589
|
+
(o(!0), n(
|
|
590
|
+
m,
|
|
591
591
|
null,
|
|
592
|
-
|
|
592
|
+
C(l.members, (r, d) => (o(), n("div", {
|
|
593
593
|
key: d,
|
|
594
594
|
class: "relative",
|
|
595
595
|
style: { width: "24px", height: "24px" }
|
|
596
596
|
}, [
|
|
597
|
-
|
|
597
|
+
t[2] || (t[2] = e(
|
|
598
598
|
"svg",
|
|
599
599
|
{
|
|
600
600
|
class: "absolute left-0 top-0",
|
|
@@ -617,8 +617,8 @@ function je(r, l, t, s, f, m) {
|
|
|
617
617
|
)),
|
|
618
618
|
e(
|
|
619
619
|
"div",
|
|
620
|
-
|
|
621
|
-
|
|
620
|
+
He,
|
|
621
|
+
g(r),
|
|
622
622
|
1
|
|
623
623
|
/* TEXT */
|
|
624
624
|
)
|
|
@@ -626,15 +626,15 @@ function je(r, l, t, s, f, m) {
|
|
|
626
626
|
128
|
|
627
627
|
/* KEYED_FRAGMENT */
|
|
628
628
|
))
|
|
629
|
-
])) :
|
|
630
|
-
|
|
631
|
-
|
|
629
|
+
])) : s("v-if", !0),
|
|
630
|
+
s(" Add Button "),
|
|
631
|
+
l.showAddButton ? (o(), n("button", {
|
|
632
632
|
key: 1,
|
|
633
|
-
onClick:
|
|
634
|
-
class: "flex justify-center items-center flex-shrink-0 rounded-full bg-black hover:bg-gray-
|
|
633
|
+
onClick: t[1] || (t[1] = (r) => i.$emit("add-click")),
|
|
634
|
+
class: "flex justify-center items-center flex-shrink-0 rounded-full bg-veylan-black hover:bg-veylan-gray-900 transition-colors",
|
|
635
635
|
style: { width: "24px", height: "24px" }
|
|
636
636
|
}, [
|
|
637
|
-
(
|
|
637
|
+
(o(), n("svg", Fe, t[3] || (t[3] = [
|
|
638
638
|
e(
|
|
639
639
|
"path",
|
|
640
640
|
{
|
|
@@ -662,15 +662,37 @@ function je(r, l, t, s, f, m) {
|
|
|
662
662
|
/* CACHED */
|
|
663
663
|
)
|
|
664
664
|
])))
|
|
665
|
-
])) :
|
|
665
|
+
])) : s("v-if", !0)
|
|
666
666
|
])
|
|
667
|
-
])) :
|
|
667
|
+
])) : s("v-if", !0)
|
|
668
668
|
],
|
|
669
669
|
2
|
|
670
670
|
/* CLASS */
|
|
671
671
|
);
|
|
672
672
|
}
|
|
673
|
-
const
|
|
673
|
+
const Et = /* @__PURE__ */ y(we, [["render", Te], ["__file", "/root/app/code/src/components/CardComponents.vue"]]), je = /* @__PURE__ */ w({
|
|
674
|
+
__name: "ColorStyles",
|
|
675
|
+
setup(i, { expose: t }) {
|
|
676
|
+
t();
|
|
677
|
+
const l = {};
|
|
678
|
+
return Object.defineProperty(l, "__isScriptSetup", { enumerable: !1, value: !0 }), l;
|
|
679
|
+
}
|
|
680
|
+
}), Ne = { class: "flex flex-col gap-12 w-full" };
|
|
681
|
+
function Ve(i, t, l, a, x, v) {
|
|
682
|
+
return o(), n("div", Ne, [
|
|
683
|
+
s(" Neutrals "),
|
|
684
|
+
t[0] || (t[0] = b('<div class="flex flex-col gap-4"><h3 class="text-lg font-semibold text-gray-900">Neutrals</h3><div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-7 gap-4"><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-black border border-gray-200"></div><p class="text-xs font-medium">Black</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-black</code><code class="text-xs text-gray-600">#000000</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-white border border-gray-200"></div><p class="text-xs font-medium">White</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-white</code><code class="text-xs text-gray-600">#FFFFFF</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-gray-900"></div><p class="text-xs font-medium">Gray 900</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-gray-900</code><code class="text-xs text-gray-600">#2D2D2D</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-gray-800"></div><p class="text-xs font-medium">Gray 800</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-gray-800</code><code class="text-xs text-gray-600">#3D3D3D</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-gray-700"></div><p class="text-xs font-medium">Gray 700</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-gray-700</code><code class="text-xs text-gray-600">#5D5D5D</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-gray-600"></div><p class="text-xs font-medium">Gray 600</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-gray-600</code><code class="text-xs text-gray-600">#7D7D7D</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-gray-500"></div><p class="text-xs font-medium">Gray 500</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-gray-500</code><code class="text-xs text-gray-600">#9D9D9D</code></div></div><div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-7 gap-4"><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-gray-400"></div><p class="text-xs font-medium">Gray 400</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-gray-400</code><code class="text-xs text-gray-600">#BDBDBD</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-gray-300 border border-gray-200"></div><p class="text-xs font-medium">Gray 300</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-gray-300</code><code class="text-xs text-gray-600">#DDDDDD</code></div></div></div>', 1)),
|
|
685
|
+
s(" Green/Lime Palette "),
|
|
686
|
+
t[1] || (t[1] = b('<div class="flex flex-col gap-4"><h3 class="text-lg font-semibold text-gray-900">Green/Lime</h3><div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-7 gap-4"><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-green-900"></div><p class="text-xs font-medium">Green 900</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-green-900</code><code class="text-xs text-gray-600">#3D5A00</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-green-800"></div><p class="text-xs font-medium">Green 800</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-green-800</code><code class="text-xs text-gray-600">#527A00</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-green-700"></div><p class="text-xs font-medium">Green 700</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-green-700</code><code class="text-xs text-gray-600">#6A9A00</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-green-600"></div><p class="text-xs font-medium">Green 600</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-green-600</code><code class="text-xs text-gray-600">#85BA00</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-green-500"></div><p class="text-xs font-medium">Green 500</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-green-500</code><code class="text-xs text-gray-600">#A2DA00</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-green-400"></div><p class="text-xs font-medium">Green 400</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-green-400</code><code class="text-xs text-gray-600">#BFEA60</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-green-300"></div><p class="text-xs font-medium">Green 300</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-green-300</code><code class="text-xs text-gray-600">#DFF5A0</code></div></div></div>', 1)),
|
|
687
|
+
s(" Cyan/Turquoise Palette "),
|
|
688
|
+
t[2] || (t[2] = b('<div class="flex flex-col gap-4"><h3 class="text-lg font-semibold text-gray-900">Cyan/Turquoise</h3><div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-7 gap-4"><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-cyan-900"></div><p class="text-xs font-medium">Cyan 900</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-cyan-900</code><code class="text-xs text-gray-600">#005A5A</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-cyan-800"></div><p class="text-xs font-medium">Cyan 800</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-cyan-800</code><code class="text-xs text-gray-600">#007A7A</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-cyan-700"></div><p class="text-xs font-medium">Cyan 700</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-cyan-700</code><code class="text-xs text-gray-600">#009A9A</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-cyan-600"></div><p class="text-xs font-medium">Cyan 600</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-cyan-600</code><code class="text-xs text-gray-600">#00BABA</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-cyan-500"></div><p class="text-xs font-medium">Cyan 500</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-cyan-500</code><code class="text-xs text-gray-600">#00DADA</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-cyan-400"></div><p class="text-xs font-medium">Cyan 400</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-cyan-400</code><code class="text-xs text-gray-600">#60EAEA</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-cyan-300"></div><p class="text-xs font-medium">Cyan 300</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-cyan-300</code><code class="text-xs text-gray-600">#A0F5F5</code></div></div></div>', 1)),
|
|
689
|
+
s(" Accent Colors "),
|
|
690
|
+
t[3] || (t[3] = b('<div class="flex flex-col gap-4"><h3 class="text-lg font-semibold text-gray-900">Accent Colors</h3><div class="grid grid-cols-2 md:grid-cols-4 gap-4"><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-accent-cyan"></div><p class="text-xs font-medium">Accent Cyan</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-accent-cyan</code><code class="text-xs text-gray-600">#00DADA</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-accent-lime"></div><p class="text-xs font-medium">Accent Lime</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-accent-lime</code><code class="text-xs text-gray-600">#A2DA00</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-accent-yellow"></div><p class="text-xs font-medium">Accent Yellow</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-accent-yellow</code><code class="text-xs text-gray-600">#FFD700</code></div><div class="flex flex-col gap-2"><div class="w-full h-20 rounded-lg bg-veylan-accent-orange"></div><p class="text-xs font-medium">Accent Orange</p><code class="text-xs bg-gray-100 px-2 py-1 rounded">bg-veylan-accent-orange</code><code class="text-xs text-gray-600">#FF6B35</code></div></div></div>', 1)),
|
|
691
|
+
s(" Usage Examples "),
|
|
692
|
+
t[4] || (t[4] = b('<div class="flex flex-col gap-4"><h3 class="text-lg font-semibold text-gray-900">Usage Examples</h3><div class="grid grid-cols-1 md:grid-cols-2 gap-6"><div class="bg-white border border-gray-200 rounded-lg p-6"><h4 class="text-sm font-semibold mb-3">Background Colors</h4><div class="space-y-2 text-sm"><code class="block bg-gray-100 px-3 py-2 rounded">className="bg-veylan-cyan-500"</code><code class="block bg-gray-100 px-3 py-2 rounded">className="bg-veylan-green-600"</code><code class="block bg-gray-100 px-3 py-2 rounded">className="bg-veylan-accent-lime"</code></div></div><div class="bg-white border border-gray-200 rounded-lg p-6"><h4 class="text-sm font-semibold mb-3">Text Colors</h4><div class="space-y-2 text-sm"><code class="block bg-gray-100 px-3 py-2 rounded">className="text-veylan-cyan-500"</code><code class="block bg-gray-100 px-3 py-2 rounded">className="text-veylan-green-600"</code><code class="block bg-gray-100 px-3 py-2 rounded">className="text-veylan-accent-lime"</code></div></div><div class="bg-white border border-gray-200 rounded-lg p-6"><h4 class="text-sm font-semibold mb-3">Border Colors</h4><div class="space-y-2 text-sm"><code class="block bg-gray-100 px-3 py-2 rounded">className="border-veylan-cyan-500"</code><code class="block bg-gray-100 px-3 py-2 rounded">className="border-veylan-green-600"</code><code class="block bg-gray-100 px-3 py-2 rounded">className="border-veylan-accent-lime"</code></div></div><div class="bg-white border border-gray-200 rounded-lg p-6"><h4 class="text-sm font-semibold mb-3">Hover States</h4><div class="space-y-2 text-sm"><code class="block bg-gray-100 px-3 py-2 rounded">className="hover:bg-veylan-cyan-600"</code><code class="block bg-gray-100 px-3 py-2 rounded">className="hover:text-veylan-green-700"</code><code class="block bg-gray-100 px-3 py-2 rounded">className="hover:border-veylan-accent-lime"</code></div></div></div></div>', 1))
|
|
693
|
+
]);
|
|
694
|
+
}
|
|
695
|
+
const Ut = /* @__PURE__ */ y(je, [["render", Ve], ["__file", "/root/app/code/src/components/ColorStyles.vue"]]), Pe = /* @__PURE__ */ w({
|
|
674
696
|
__name: "InviteCollaboratorsModalV2",
|
|
675
697
|
props: {
|
|
676
698
|
isOpen: { type: Boolean, required: !1, default: !1 },
|
|
@@ -678,69 +700,69 @@ const Dt = /* @__PURE__ */ g(we, [["render", je], ["__file", "/root/app/code/src
|
|
|
678
700
|
initialCollaborators: { type: Array, required: !1, default: () => [] }
|
|
679
701
|
},
|
|
680
702
|
emits: ["close", "add"],
|
|
681
|
-
setup(
|
|
682
|
-
|
|
683
|
-
const
|
|
684
|
-
const
|
|
685
|
-
if (!d.value) return
|
|
686
|
-
const
|
|
687
|
-
return
|
|
688
|
-
})),
|
|
689
|
-
const
|
|
690
|
-
|
|
691
|
-
}, F = (
|
|
692
|
-
const
|
|
693
|
-
|
|
694
|
-
},
|
|
695
|
-
const
|
|
696
|
-
|
|
697
|
-
},
|
|
698
|
-
|
|
699
|
-
},
|
|
700
|
-
|
|
703
|
+
setup(i, { expose: t, emit: l }) {
|
|
704
|
+
t();
|
|
705
|
+
const a = i, x = l, v = S(null), r = S(!1), d = S(""), u = S([]), _ = S([...a.initialCollaborators]), q = V(() => a.availableUsersList.filter((p) => {
|
|
706
|
+
const f = !_.value.some((j) => j.email === p.email);
|
|
707
|
+
if (!d.value) return f;
|
|
708
|
+
const h = d.value.toLowerCase();
|
|
709
|
+
return f && (p.name.toLowerCase().includes(h) || p.email.toLowerCase().includes(h));
|
|
710
|
+
})), L = (p) => u.value.some((f) => f.email === p.email), H = (p) => {
|
|
711
|
+
const f = u.value.findIndex((h) => h.email === p.email);
|
|
712
|
+
f > -1 ? u.value.splice(f, 1) : u.value.push(p), d.value = "";
|
|
713
|
+
}, F = (p) => {
|
|
714
|
+
const f = u.value.findIndex((h) => h.email === p.email);
|
|
715
|
+
f > -1 && u.value.splice(f, 1);
|
|
716
|
+
}, T = (p) => {
|
|
717
|
+
const f = _.value.findIndex((h) => h.email === p.email);
|
|
718
|
+
f > -1 && _.value.splice(f, 1);
|
|
719
|
+
}, I = () => {
|
|
720
|
+
v.value?.focus();
|
|
721
|
+
}, D = { props: a, emit: x, hiddenInput: v, showDropdown: r, searchQuery: d, selectedUsers: u, collaborators: _, availableUsers: q, isUserSelected: L, toggleUser: H, removeUser: F, removeCollaborator: T, focusInput: I, toggleDropdown: () => {
|
|
722
|
+
r.value = !r.value, r.value && I();
|
|
701
723
|
}, handleBlur: () => {
|
|
702
724
|
setTimeout(() => {
|
|
703
|
-
|
|
725
|
+
r.value = !1;
|
|
704
726
|
}, 200);
|
|
705
727
|
}, closeModal: () => {
|
|
706
|
-
|
|
728
|
+
x("close"), u.value = [], d.value = "", r.value = !1;
|
|
707
729
|
}, addCollaborators: () => {
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
}),
|
|
730
|
+
u.value.length > 0 && (u.value.forEach((p) => {
|
|
731
|
+
_.value.some((f) => f.email === p.email) || _.value.push(p);
|
|
732
|
+
}), x("add", u.value, _.value), u.value = [], d.value = "", r.value = !1), x("close");
|
|
711
733
|
} };
|
|
712
|
-
return Object.defineProperty(
|
|
734
|
+
return Object.defineProperty(D, "__isScriptSetup", { enumerable: !1, value: !0 }), D;
|
|
713
735
|
}
|
|
714
|
-
}),
|
|
736
|
+
}), Ee = { class: "bg-veylan-white rounded-2xl w-full max-w-[630px] p-8 shadow-xl" }, Ue = { class: "relative mb-6" }, Ge = { class: "flex flex-wrap gap-2 flex-1" }, Oe = ["onClick"], We = {
|
|
715
737
|
key: 0,
|
|
716
|
-
class: "absolute top-full left-0 right-0 mt-2 bg-white border border-gray-
|
|
717
|
-
},
|
|
738
|
+
class: "absolute top-full left-0 right-0 mt-2 bg-veylan-white border border-veylan-gray-400 rounded-xl shadow-lg max-h-64 overflow-y-auto z-10"
|
|
739
|
+
}, Re = ["onMousedown"], Ze = { class: "flex-1" }, $e = { class: "text-sm font-semibold text-veylan-black" }, Qe = { class: "text-sm text-gray-600" }, Ke = {
|
|
718
740
|
key: 0,
|
|
719
|
-
class: "w-5 h-5 flex items-center justify-center text-black"
|
|
720
|
-
},
|
|
721
|
-
class: "font-semibold text-black",
|
|
741
|
+
class: "w-5 h-5 flex items-center justify-center text-veylan-black"
|
|
742
|
+
}, Ye = { class: "collaborators-list mb-8 max-h-96 overflow-y-auto" }, Je = {
|
|
743
|
+
class: "font-semibold text-veylan-black",
|
|
722
744
|
style: { "font-size": "14px" }
|
|
723
|
-
},
|
|
724
|
-
class: "text-black",
|
|
745
|
+
}, Xe = {
|
|
746
|
+
class: "text-veylan-black",
|
|
725
747
|
style: { "font-size": "14px" }
|
|
726
|
-
},
|
|
727
|
-
function
|
|
728
|
-
return
|
|
748
|
+
}, et = ["onClick"];
|
|
749
|
+
function tt(i, t, l, a, x, v) {
|
|
750
|
+
return l.isOpen ? (o(), n("div", {
|
|
729
751
|
key: 0,
|
|
730
|
-
class: "fixed inset-0 bg-black/50 flex items-center justify-center z-50 p-4",
|
|
731
|
-
onClick:
|
|
752
|
+
class: "fixed inset-0 bg-veylan-black/50 flex items-center justify-center z-50 p-4",
|
|
753
|
+
onClick: M(a.closeModal, ["self"])
|
|
732
754
|
}, [
|
|
733
|
-
e("div",
|
|
734
|
-
|
|
735
|
-
|
|
755
|
+
e("div", Ee, [
|
|
756
|
+
s(" Header "),
|
|
757
|
+
t[3] || (t[3] = e(
|
|
736
758
|
"h2",
|
|
737
|
-
{ class: "text-2xl font-bold text-black mb-8" },
|
|
759
|
+
{ class: "text-2xl font-bold text-veylan-black mb-8" },
|
|
738
760
|
"Invite Collaborators",
|
|
739
761
|
-1
|
|
740
762
|
/* CACHED */
|
|
741
763
|
)),
|
|
742
|
-
|
|
743
|
-
|
|
764
|
+
s(" Users Label "),
|
|
765
|
+
t[4] || (t[4] = e(
|
|
744
766
|
"label",
|
|
745
767
|
{
|
|
746
768
|
class: "block font-normal text-gray-500 mb-3",
|
|
@@ -750,133 +772,133 @@ function Je(r, l, t, s, f, m) {
|
|
|
750
772
|
-1
|
|
751
773
|
/* CACHED */
|
|
752
774
|
)),
|
|
753
|
-
|
|
754
|
-
e("div",
|
|
775
|
+
s(" Multi-select Input "),
|
|
776
|
+
e("div", Ue, [
|
|
755
777
|
e("div", {
|
|
756
|
-
class: "flex items-center gap-2 w-full px-4 py-2 border border-gray-
|
|
757
|
-
onClick:
|
|
778
|
+
class: "flex items-center gap-2 w-full px-4 py-2 border border-veylan-gray-400 rounded-xl bg-veylan-white focus-within:border-veylan-gray-500 focus-within:outline-none transition-colors cursor-text min-h-[40px]",
|
|
779
|
+
onClick: a.focusInput
|
|
758
780
|
}, [
|
|
759
|
-
|
|
781
|
+
s(" Plus Icon "),
|
|
760
782
|
e("button", {
|
|
761
783
|
type: "button",
|
|
762
|
-
class: "flex-shrink-0 text-gray-800 text-xl font-light",
|
|
763
|
-
onClick:
|
|
784
|
+
class: "flex-shrink-0 text-veylan-gray-800 text-xl font-light",
|
|
785
|
+
onClick: a.toggleDropdown
|
|
764
786
|
}, " + "),
|
|
765
|
-
|
|
766
|
-
e("div",
|
|
767
|
-
(
|
|
768
|
-
|
|
787
|
+
s(" Selected User Pills "),
|
|
788
|
+
e("div", Ge, [
|
|
789
|
+
(o(!0), n(
|
|
790
|
+
m,
|
|
769
791
|
null,
|
|
770
|
-
|
|
771
|
-
key:
|
|
772
|
-
class: "inline-flex items-center gap-2 px-3 py-1.5 bg-gray-
|
|
792
|
+
C(a.selectedUsers, (r) => (o(), n("span", {
|
|
793
|
+
key: r.email,
|
|
794
|
+
class: "inline-flex items-center gap-2 px-3 py-1.5 bg-veylan-gray-300 rounded-lg text-sm font-normal text-veylan-black"
|
|
773
795
|
}, [
|
|
774
796
|
c(
|
|
775
|
-
|
|
797
|
+
g(r.display) + " ",
|
|
776
798
|
1
|
|
777
799
|
/* TEXT */
|
|
778
800
|
),
|
|
779
801
|
e("button", {
|
|
780
|
-
onClick:
|
|
781
|
-
class: "text-gray-600 hover:text-black transition-colors"
|
|
782
|
-
}, " × ", 8,
|
|
802
|
+
onClick: M((d) => a.removeUser(r), ["stop"]),
|
|
803
|
+
class: "text-veylan-gray-600 hover:text-veylan-black transition-colors"
|
|
804
|
+
}, " × ", 8, Oe)
|
|
783
805
|
]))),
|
|
784
806
|
128
|
|
785
807
|
/* KEYED_FRAGMENT */
|
|
786
808
|
)),
|
|
787
|
-
|
|
809
|
+
s(" Hidden Input for Focus "),
|
|
788
810
|
P(e(
|
|
789
811
|
"input",
|
|
790
812
|
{
|
|
791
813
|
ref: "hiddenInput",
|
|
792
814
|
type: "text",
|
|
793
|
-
class: "flex-1 min-w-[100px] outline-none bg-transparent text-black placeholder-gray-400",
|
|
815
|
+
class: "flex-1 min-w-[100px] outline-none bg-transparent text-veylan-black placeholder-gray-400",
|
|
794
816
|
placeholder: "",
|
|
795
|
-
onFocus:
|
|
796
|
-
onBlur:
|
|
797
|
-
"onUpdate:modelValue":
|
|
817
|
+
onFocus: t[0] || (t[0] = (r) => a.showDropdown = !0),
|
|
818
|
+
onBlur: a.handleBlur,
|
|
819
|
+
"onUpdate:modelValue": t[1] || (t[1] = (r) => a.searchQuery = r)
|
|
798
820
|
},
|
|
799
821
|
null,
|
|
800
822
|
544
|
|
801
823
|
/* NEED_HYDRATION, NEED_PATCH */
|
|
802
824
|
), [
|
|
803
|
-
[E,
|
|
825
|
+
[E, a.searchQuery]
|
|
804
826
|
])
|
|
805
827
|
])
|
|
806
828
|
]),
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
(
|
|
810
|
-
|
|
829
|
+
s(" Dropdown "),
|
|
830
|
+
a.showDropdown ? (o(), n("div", We, [
|
|
831
|
+
(o(!0), n(
|
|
832
|
+
m,
|
|
811
833
|
null,
|
|
812
|
-
|
|
813
|
-
key:
|
|
834
|
+
C(a.availableUsers, (r) => (o(), n("button", {
|
|
835
|
+
key: r.email,
|
|
814
836
|
type: "button",
|
|
815
|
-
class: "w-full px-4 py-3 text-left hover:bg-gray-
|
|
816
|
-
onMousedown:
|
|
837
|
+
class: "w-full px-4 py-3 text-left hover:bg-veylan-gray-300 transition-colors flex items-center justify-between group",
|
|
838
|
+
onMousedown: M((d) => a.toggleUser(r), ["prevent"])
|
|
817
839
|
}, [
|
|
818
|
-
e("div",
|
|
840
|
+
e("div", Ze, [
|
|
819
841
|
e(
|
|
820
842
|
"div",
|
|
821
|
-
|
|
822
|
-
|
|
843
|
+
$e,
|
|
844
|
+
g(r.name),
|
|
823
845
|
1
|
|
824
846
|
/* TEXT */
|
|
825
847
|
),
|
|
826
848
|
e(
|
|
827
849
|
"div",
|
|
828
|
-
|
|
829
|
-
|
|
850
|
+
Qe,
|
|
851
|
+
g(r.email),
|
|
830
852
|
1
|
|
831
853
|
/* TEXT */
|
|
832
854
|
)
|
|
833
855
|
]),
|
|
834
|
-
|
|
835
|
-
], 40,
|
|
856
|
+
a.isUserSelected(r) ? (o(), n("div", Ke, " ✓ ")) : s("v-if", !0)
|
|
857
|
+
], 40, Re))),
|
|
836
858
|
128
|
|
837
859
|
/* KEYED_FRAGMENT */
|
|
838
860
|
))
|
|
839
|
-
])) :
|
|
861
|
+
])) : s("v-if", !0)
|
|
840
862
|
]),
|
|
841
|
-
|
|
842
|
-
e("div",
|
|
843
|
-
(
|
|
844
|
-
|
|
863
|
+
s(" Collaborators List "),
|
|
864
|
+
e("div", Ye, [
|
|
865
|
+
(o(!0), n(
|
|
866
|
+
m,
|
|
845
867
|
null,
|
|
846
|
-
|
|
847
|
-
key:
|
|
848
|
-
class: "grid grid-cols-[1fr_1.5fr_auto] gap-4 items-center py-4 border-b border-gray-
|
|
868
|
+
C(a.collaborators, (r) => (o(), n("div", {
|
|
869
|
+
key: r.email,
|
|
870
|
+
class: "grid grid-cols-[1fr_1.5fr_auto] gap-4 items-center py-4 border-b border-veylan-gray-400"
|
|
849
871
|
}, [
|
|
850
872
|
e(
|
|
851
873
|
"div",
|
|
852
|
-
|
|
853
|
-
|
|
874
|
+
Je,
|
|
875
|
+
g(r.name),
|
|
854
876
|
1
|
|
855
877
|
/* TEXT */
|
|
856
878
|
),
|
|
857
879
|
e(
|
|
858
880
|
"div",
|
|
859
|
-
|
|
860
|
-
|
|
881
|
+
Xe,
|
|
882
|
+
g(r.email),
|
|
861
883
|
1
|
|
862
884
|
/* TEXT */
|
|
863
885
|
),
|
|
864
886
|
e("button", {
|
|
865
|
-
onClick: (d) =>
|
|
866
|
-
class: "text-gray-800 hover:text-black transition-colors text-2xl leading-none"
|
|
867
|
-
}, " × ", 8,
|
|
887
|
+
onClick: (d) => a.removeCollaborator(r),
|
|
888
|
+
class: "text-veylan-gray-800 hover:text-veylan-black transition-colors text-2xl leading-none"
|
|
889
|
+
}, " × ", 8, et)
|
|
868
890
|
]))),
|
|
869
891
|
128
|
|
870
892
|
/* KEYED_FRAGMENT */
|
|
871
893
|
))
|
|
872
894
|
]),
|
|
873
|
-
|
|
895
|
+
s(" Action Buttons "),
|
|
874
896
|
e("div", { class: "flex gap-4 pt-6" }, [
|
|
875
897
|
e("button", {
|
|
876
|
-
onClick:
|
|
877
|
-
class: "flex-1 h-8 flex items-center justify-center gap-2 px-4 text-gray-800 rounded-xl hover:bg-gray-
|
|
898
|
+
onClick: a.closeModal,
|
|
899
|
+
class: "flex-1 h-8 flex items-center justify-center gap-2 px-4 text-veylan-gray-800 rounded-xl hover:bg-veylan-gray-300 transition-colors font-medium",
|
|
878
900
|
style: { "font-size": "12px" }
|
|
879
|
-
},
|
|
901
|
+
}, t[2] || (t[2] = [
|
|
880
902
|
e(
|
|
881
903
|
"svg",
|
|
882
904
|
{
|
|
@@ -904,15 +926,15 @@ function Je(r, l, t, s, f, m) {
|
|
|
904
926
|
)
|
|
905
927
|
])),
|
|
906
928
|
e("button", {
|
|
907
|
-
onClick:
|
|
908
|
-
class: "flex-1 h-8 px-4 bg-black text-white rounded-xl hover:bg-gray-
|
|
929
|
+
onClick: a.addCollaborators,
|
|
930
|
+
class: "flex-1 h-8 px-4 bg-veylan-black text-veylan-white rounded-xl hover:bg-veylan-gray-900 transition-colors font-medium",
|
|
909
931
|
style: { "font-size": "12px" }
|
|
910
932
|
}, " Add Collaborators ")
|
|
911
933
|
])
|
|
912
934
|
])
|
|
913
|
-
])) :
|
|
935
|
+
])) : s("v-if", !0);
|
|
914
936
|
}
|
|
915
|
-
const
|
|
937
|
+
const Gt = /* @__PURE__ */ y(Pe, [["render", tt], ["__scopeId", "data-v-f6014a35"], ["__file", "/root/app/code/src/components/InviteCollaboratorsModalV2.vue"]]), lt = /* @__PURE__ */ w({
|
|
916
938
|
__name: "NavigationSidebar",
|
|
917
939
|
props: {
|
|
918
940
|
items: { type: Array, required: !1, default: () => [
|
|
@@ -925,112 +947,112 @@ const Nt = /* @__PURE__ */ g(Ve, [["render", Je], ["__scopeId", "data-v-f6014a35
|
|
|
925
947
|
activeItem: { type: Number, required: !1, default: 0 }
|
|
926
948
|
},
|
|
927
949
|
emits: ["item-click"],
|
|
928
|
-
setup(
|
|
929
|
-
|
|
930
|
-
const
|
|
931
|
-
|
|
932
|
-
}, getIconColor: (d) => d ? "#
|
|
933
|
-
return $;
|
|
934
|
-
}, get MessageSquare() {
|
|
950
|
+
setup(i, { expose: t, emit: l }) {
|
|
951
|
+
t();
|
|
952
|
+
const a = l, r = { emit: a, handleItemClick: (d) => {
|
|
953
|
+
a("item-click", d);
|
|
954
|
+
}, getIconColor: (d) => d ? "#A2DA00" : "#FFFFFF", get Home() {
|
|
935
955
|
return Q;
|
|
956
|
+
}, get MessageSquare() {
|
|
957
|
+
return $;
|
|
936
958
|
}, get ToyBrick() {
|
|
937
|
-
return
|
|
959
|
+
return Z;
|
|
938
960
|
} };
|
|
939
|
-
return Object.defineProperty(
|
|
961
|
+
return Object.defineProperty(r, "__isScriptSetup", { enumerable: !1, value: !0 }), r;
|
|
940
962
|
}
|
|
941
|
-
}),
|
|
942
|
-
function
|
|
943
|
-
return
|
|
944
|
-
|
|
963
|
+
}), st = { class: "sidebar-nav group bg-veylan-black flex flex-col justify-between shadow-md" }, at = { class: "pt-10 px-2 flex flex-col gap-8" }, ot = { class: "flex flex-col gap-4" }, nt = ["onClick"], rt = { class: "nav-label text-sm text-gray-300 whitespace-nowrap" }, it = { class: "flex flex-col items-start px-4 pb-8 gap-4" }, dt = { class: "profile-section flex items-center gap-3 w-full" }, ct = { class: "profile-text flex-1 min-w-0" }, xt = { class: "text-sm text-white font-medium whitespace-nowrap" }, gt = { class: "text-[10px] text-gray-400 whitespace-nowrap" };
|
|
964
|
+
function ut(i, t, l, a, x, v) {
|
|
965
|
+
return o(), n(
|
|
966
|
+
m,
|
|
945
967
|
null,
|
|
946
968
|
[
|
|
947
|
-
|
|
948
|
-
e("aside",
|
|
949
|
-
|
|
950
|
-
e("div",
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
e("div",
|
|
955
|
-
(
|
|
956
|
-
|
|
969
|
+
s(" Expandable Sidebar Navigation "),
|
|
970
|
+
e("aside", st, [
|
|
971
|
+
s(" Top Section "),
|
|
972
|
+
e("div", at, [
|
|
973
|
+
s(" Logo "),
|
|
974
|
+
t[0] || (t[0] = b('<div class="px-2" data-v-4c3eb68c><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-4c3eb68c><path d="M0 11.8333V0L11.8333 11.8333H0Z" fill="white" data-v-4c3eb68c></path><path d="M11.8333 12.166V23.9994L0 12.166H11.8333Z" fill="white" data-v-4c3eb68c></path><path d="M24 11.8333V0L12.1667 11.8333H24Z" fill="white" data-v-4c3eb68c></path><path d="M12.1665 12.166H23.9998L12.1665 23.9994V12.166Z" fill="white" data-v-4c3eb68c></path></svg></div>', 1)),
|
|
975
|
+
s(" Navigation Items "),
|
|
976
|
+
e("div", ot, [
|
|
977
|
+
(o(!0), n(
|
|
978
|
+
m,
|
|
957
979
|
null,
|
|
958
|
-
|
|
980
|
+
C(l.items, (r, d) => (o(), n("div", {
|
|
959
981
|
key: d,
|
|
960
|
-
onClick: (
|
|
961
|
-
class:
|
|
982
|
+
onClick: (u) => a.handleItemClick(d),
|
|
983
|
+
class: z(["nav-item flex items-center gap-[18px] px-2.5 py-2 rounded-lg cursor-pointer transition-colors duration-200", l.activeItem === d ? "bg-veylan-gray-900" : "hover:bg-veylan-gray-900"])
|
|
962
984
|
}, [
|
|
963
|
-
|
|
964
|
-
|
|
985
|
+
s(" Dashboard Icon "),
|
|
986
|
+
r.icon === "dashboard" ? (o(), k(a.Home, {
|
|
965
987
|
key: 0,
|
|
966
988
|
class: "flex-shrink-0",
|
|
967
989
|
size: 20,
|
|
968
990
|
"stroke-width": 1.5,
|
|
969
|
-
color:
|
|
970
|
-
}, null, 8, ["color"])) :
|
|
971
|
-
|
|
991
|
+
color: a.getIconColor(l.activeItem === d)
|
|
992
|
+
}, null, 8, ["color"])) : r.icon === "conversations" ? (o(), n(
|
|
993
|
+
m,
|
|
972
994
|
{ key: 1 },
|
|
973
995
|
[
|
|
974
|
-
|
|
975
|
-
|
|
996
|
+
s(" Conversations Icon "),
|
|
997
|
+
B(a.MessageSquare, {
|
|
976
998
|
class: "flex-shrink-0",
|
|
977
999
|
size: 20,
|
|
978
1000
|
"stroke-width": 1.5,
|
|
979
|
-
color:
|
|
1001
|
+
color: a.getIconColor(l.activeItem === d)
|
|
980
1002
|
}, null, 8, ["color"])
|
|
981
1003
|
],
|
|
982
1004
|
2112
|
|
983
1005
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
984
|
-
)) :
|
|
985
|
-
|
|
1006
|
+
)) : r.icon === "templates" ? (o(), n(
|
|
1007
|
+
m,
|
|
986
1008
|
{ key: 2 },
|
|
987
1009
|
[
|
|
988
|
-
|
|
989
|
-
|
|
1010
|
+
s(" Templates Icon "),
|
|
1011
|
+
B(a.ToyBrick, {
|
|
990
1012
|
class: "flex-shrink-0",
|
|
991
1013
|
size: 20,
|
|
992
1014
|
"stroke-width": 1.5,
|
|
993
|
-
color:
|
|
1015
|
+
color: a.getIconColor(l.activeItem === d)
|
|
994
1016
|
}, null, 8, ["color"])
|
|
995
1017
|
],
|
|
996
1018
|
2112
|
|
997
1019
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
998
|
-
)) :
|
|
1020
|
+
)) : s("v-if", !0),
|
|
999
1021
|
e(
|
|
1000
1022
|
"span",
|
|
1001
|
-
|
|
1002
|
-
|
|
1023
|
+
rt,
|
|
1024
|
+
g(r.name),
|
|
1003
1025
|
1
|
|
1004
1026
|
/* TEXT */
|
|
1005
1027
|
)
|
|
1006
|
-
], 10,
|
|
1028
|
+
], 10, nt))),
|
|
1007
1029
|
128
|
|
1008
1030
|
/* KEYED_FRAGMENT */
|
|
1009
1031
|
))
|
|
1010
1032
|
])
|
|
1011
1033
|
]),
|
|
1012
|
-
|
|
1013
|
-
e("div",
|
|
1014
|
-
|
|
1015
|
-
e("div",
|
|
1016
|
-
|
|
1017
|
-
e("div",
|
|
1034
|
+
s(" Bottom Section - Profile "),
|
|
1035
|
+
e("div", it, [
|
|
1036
|
+
s(" User Profile "),
|
|
1037
|
+
e("div", dt, [
|
|
1038
|
+
t[1] || (t[1] = b('<div class="relative flex-shrink-0" data-v-4c3eb68c><svg width="32" height="32" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-4c3eb68c><circle cx="20" cy="20" r="20" fill="#5D5D5D" data-v-4c3eb68c></circle></svg><svg class="absolute top-2 left-2" width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-4c3eb68c><path d="M15.8332 17.5V15.8333C15.8332 14.9493 15.482 14.1014 14.8569 13.4763C14.2317 12.8512 13.3839 12.5 12.4998 12.5H7.49984C6.61578 12.5 5.76794 12.8512 5.14281 13.4763C4.51769 14.1014 4.1665 14.9493 4.1665 15.8333V17.5M13.3332 5.83333C13.3332 7.67428 11.8408 9.16667 9.99984 9.16667C8.15889 9.16667 6.6665 7.67428 6.6665 5.83333C6.6665 3.99238 8.15889 2.5 9.99984 2.5C11.8408 2.5 13.3332 3.99238 13.3332 5.83333Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-4c3eb68c></path></svg></div>', 1)),
|
|
1039
|
+
e("div", ct, [
|
|
1018
1040
|
e(
|
|
1019
1041
|
"div",
|
|
1020
|
-
|
|
1021
|
-
|
|
1042
|
+
xt,
|
|
1043
|
+
g(l.userName),
|
|
1022
1044
|
1
|
|
1023
1045
|
/* TEXT */
|
|
1024
1046
|
),
|
|
1025
1047
|
e(
|
|
1026
1048
|
"div",
|
|
1027
|
-
|
|
1028
|
-
|
|
1049
|
+
gt,
|
|
1050
|
+
g(l.userVersion),
|
|
1029
1051
|
1
|
|
1030
1052
|
/* TEXT */
|
|
1031
1053
|
)
|
|
1032
1054
|
]),
|
|
1033
|
-
|
|
1055
|
+
t[2] || (t[2] = b('<button class="profile-menu flex-shrink-0" data-v-4c3eb68c><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-4c3eb68c><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0007 1.66797C10.4427 1.66797 10.8666 1.84356 11.1792 2.15612C11.4917 2.46868 11.6673 2.89261 11.6673 3.33464C11.6673 3.77666 11.4917 4.20059 11.1792 4.51315C10.8666 4.82571 10.4427 5.0013 10.0007 5.0013C9.55862 5.0013 9.1347 4.82571 8.82214 4.51315C8.50958 4.20059 8.33398 3.77666 8.33398 3.33464C8.33398 2.89261 8.50958 2.46868 8.82214 2.15612C9.1347 1.84356 9.55862 1.66797 10.0007 1.66797Z" fill="white" data-v-4c3eb68c></path><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0007 8.33203C10.4427 8.33203 10.8666 8.50763 11.1792 8.82019C11.4917 9.13275 11.6673 9.55667 11.6673 9.9987C11.6673 10.4407 11.4917 10.8646 11.1792 11.1772C10.8666 11.4898 10.4427 11.6654 10.0007 11.6654C9.55862 11.6654 9.1347 11.4898 8.82214 11.1772C8.50958 10.8646 8.33398 10.4407 8.33398 9.9987C8.33398 9.55667 8.50958 9.13275 8.82214 8.82019C9.1347 8.50763 9.55862 8.33203 10.0007 8.33203Z" fill="white" data-v-4c3eb68c></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.99967 15C10.4417 15 10.8656 15.1756 11.1782 15.4882C11.4907 15.8007 11.6663 16.2246 11.6663 16.6667C11.6663 17.1087 11.4907 17.5326 11.1782 17.8452C10.8656 18.1577 10.4417 18.3333 9.99967 18.3333C9.55765 18.3333 9.13372 18.1577 8.82116 17.8452C8.5086 17.5326 8.33301 17.1087 8.33301 16.6667C8.33301 16.2246 8.5086 15.8007 8.82116 15.4882C9.13372 15.1756 9.55765 15 9.99967 15Z" fill="white" data-v-4c3eb68c></path></svg></button>', 1))
|
|
1034
1056
|
])
|
|
1035
1057
|
])
|
|
1036
1058
|
])
|
|
@@ -1039,18 +1061,18 @@ function ct(r, l, t, s, f, m) {
|
|
|
1039
1061
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
1040
1062
|
);
|
|
1041
1063
|
}
|
|
1042
|
-
const
|
|
1064
|
+
const Ot = /* @__PURE__ */ y(lt, [["render", ut], ["__scopeId", "data-v-4c3eb68c"], ["__file", "/root/app/code/src/components/NavigationSidebar.vue"]]), vt = /* @__PURE__ */ w({
|
|
1043
1065
|
__name: "TextStyles",
|
|
1044
|
-
setup(
|
|
1045
|
-
|
|
1046
|
-
const
|
|
1047
|
-
return Object.defineProperty(
|
|
1066
|
+
setup(i, { expose: t }) {
|
|
1067
|
+
t();
|
|
1068
|
+
const l = {};
|
|
1069
|
+
return Object.defineProperty(l, "__isScriptSetup", { enumerable: !1, value: !0 }), l;
|
|
1048
1070
|
}
|
|
1049
|
-
}),
|
|
1050
|
-
function
|
|
1051
|
-
return
|
|
1052
|
-
|
|
1053
|
-
|
|
1071
|
+
}), pt = { class: "flex flex-col gap-12 w-full" };
|
|
1072
|
+
function ft(i, t, l, a, x, v) {
|
|
1073
|
+
return o(), n("div", pt, [
|
|
1074
|
+
s(" h1 "),
|
|
1075
|
+
t[0] || (t[0] = e(
|
|
1054
1076
|
"div",
|
|
1055
1077
|
{ class: "flex flex-col gap-3" },
|
|
1056
1078
|
[
|
|
@@ -1067,8 +1089,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1067
1089
|
-1
|
|
1068
1090
|
/* CACHED */
|
|
1069
1091
|
)),
|
|
1070
|
-
|
|
1071
|
-
|
|
1092
|
+
s(" h2 "),
|
|
1093
|
+
t[1] || (t[1] = e(
|
|
1072
1094
|
"div",
|
|
1073
1095
|
{ class: "flex flex-col gap-3" },
|
|
1074
1096
|
[
|
|
@@ -1085,8 +1107,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1085
1107
|
-1
|
|
1086
1108
|
/* CACHED */
|
|
1087
1109
|
)),
|
|
1088
|
-
|
|
1089
|
-
|
|
1110
|
+
s(" h3 "),
|
|
1111
|
+
t[2] || (t[2] = e(
|
|
1090
1112
|
"div",
|
|
1091
1113
|
{ class: "flex flex-col gap-3" },
|
|
1092
1114
|
[
|
|
@@ -1103,8 +1125,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1103
1125
|
-1
|
|
1104
1126
|
/* CACHED */
|
|
1105
1127
|
)),
|
|
1106
|
-
|
|
1107
|
-
|
|
1128
|
+
s(" Card Headline Copy "),
|
|
1129
|
+
t[3] || (t[3] = e(
|
|
1108
1130
|
"div",
|
|
1109
1131
|
{ class: "flex flex-col gap-3" },
|
|
1110
1132
|
[
|
|
@@ -1121,8 +1143,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1121
1143
|
-1
|
|
1122
1144
|
/* CACHED */
|
|
1123
1145
|
)),
|
|
1124
|
-
|
|
1125
|
-
|
|
1146
|
+
s(" Body Text (Large) - Header "),
|
|
1147
|
+
t[4] || (t[4] = e(
|
|
1126
1148
|
"div",
|
|
1127
1149
|
{ class: "flex flex-col gap-3" },
|
|
1128
1150
|
[
|
|
@@ -1139,8 +1161,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1139
1161
|
-1
|
|
1140
1162
|
/* CACHED */
|
|
1141
1163
|
)),
|
|
1142
|
-
|
|
1143
|
-
|
|
1164
|
+
s(" Body Text (Large) "),
|
|
1165
|
+
t[5] || (t[5] = e(
|
|
1144
1166
|
"div",
|
|
1145
1167
|
{ class: "flex flex-col gap-3" },
|
|
1146
1168
|
[
|
|
@@ -1157,8 +1179,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1157
1179
|
-1
|
|
1158
1180
|
/* CACHED */
|
|
1159
1181
|
)),
|
|
1160
|
-
|
|
1161
|
-
|
|
1182
|
+
s(" Body Text (Small) - Header "),
|
|
1183
|
+
t[6] || (t[6] = e(
|
|
1162
1184
|
"div",
|
|
1163
1185
|
{ class: "flex flex-col gap-3" },
|
|
1164
1186
|
[
|
|
@@ -1175,8 +1197,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1175
1197
|
-1
|
|
1176
1198
|
/* CACHED */
|
|
1177
1199
|
)),
|
|
1178
|
-
|
|
1179
|
-
|
|
1200
|
+
s(" Body Text (Small) "),
|
|
1201
|
+
t[7] || (t[7] = e(
|
|
1180
1202
|
"div",
|
|
1181
1203
|
{ class: "flex flex-col gap-3" },
|
|
1182
1204
|
[
|
|
@@ -1193,8 +1215,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1193
1215
|
-1
|
|
1194
1216
|
/* CACHED */
|
|
1195
1217
|
)),
|
|
1196
|
-
|
|
1197
|
-
|
|
1218
|
+
s(" Text Links (Default) "),
|
|
1219
|
+
t[8] || (t[8] = e(
|
|
1198
1220
|
"div",
|
|
1199
1221
|
{ class: "flex flex-col gap-3" },
|
|
1200
1222
|
[
|
|
@@ -1214,8 +1236,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1214
1236
|
-1
|
|
1215
1237
|
/* CACHED */
|
|
1216
1238
|
)),
|
|
1217
|
-
|
|
1218
|
-
|
|
1239
|
+
s(" Text Links (Active/ON) "),
|
|
1240
|
+
t[9] || (t[9] = e(
|
|
1219
1241
|
"div",
|
|
1220
1242
|
{ class: "flex flex-col gap-3" },
|
|
1221
1243
|
[
|
|
@@ -1235,8 +1257,8 @@ function xt(r, l, t, s, f, m) {
|
|
|
1235
1257
|
-1
|
|
1236
1258
|
/* CACHED */
|
|
1237
1259
|
)),
|
|
1238
|
-
|
|
1239
|
-
|
|
1260
|
+
s(" Labels "),
|
|
1261
|
+
t[10] || (t[10] = e(
|
|
1240
1262
|
"div",
|
|
1241
1263
|
{ class: "flex flex-col gap-3" },
|
|
1242
1264
|
[
|
|
@@ -1255,14 +1277,14 @@ function xt(r, l, t, s, f, m) {
|
|
|
1255
1277
|
))
|
|
1256
1278
|
]);
|
|
1257
1279
|
}
|
|
1258
|
-
const
|
|
1280
|
+
const Wt = /* @__PURE__ */ y(vt, [["render", ft], ["__file", "/root/app/code/src/components/TextStyles.vue"]]), yt = {}, mt = {
|
|
1259
1281
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1260
1282
|
width: "20",
|
|
1261
1283
|
height: "20",
|
|
1262
1284
|
fill: "currentColor"
|
|
1263
1285
|
};
|
|
1264
|
-
function
|
|
1265
|
-
return
|
|
1286
|
+
function ht(i, t) {
|
|
1287
|
+
return o(), n("svg", mt, t[0] || (t[0] = [
|
|
1266
1288
|
e(
|
|
1267
1289
|
"path",
|
|
1268
1290
|
{ d: "M15 4a1 1 0 1 0 0 2V4zm0 11v-1a1 1 0 0 0-1 1h1zm0 4l-.707.707A1 1 0 0 0 16 19h-1zm-4-4l.707-.707A1 1 0 0 0 11 14v1zm-4.707-1.293a1 1 0 0 0-1.414 1.414l1.414-1.414zm-.707.707l-.707-.707.707.707zM9 11v-1a1 1 0 0 0-.707.293L9 11zm-4 0h1a1 1 0 0 0-1-1v1zm0 4H4a1 1 0 0 0 1.707.707L5 15zm10-9h2V4h-2v2zm2 0a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2zm1 1v6h2V7h-2zm0 6a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2zm-1 1h-2v2h2v-2zm-3 1v4h2v-4h-2zm1.707 3.293l-4-4-1.414 1.414 4 4 1.414-1.414zM11 14H7v2h4v-2zm-4 0c-.276 0-.525-.111-.707-.293l-1.414 1.414C5.42 15.663 6.172 16 7 16v-2zm-.707 1.121l3.414-3.414-1.414-1.414-3.414 3.414 1.414 1.414zM9 12h4v-2H9v2zm4 0a3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1v2zm3-3V3h-2v6h2zm0-6a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2zm-3-3H3v2h10V0zM3 0a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1V0zM0 3v6h2V3H0zm0 6a3 3 0 0 0 3 3v-2a1 1 0 0 1-1-1H0zm3 3h2v-2H3v2zm1-1v4h2v-4H4zm1.707 4.707l.586-.586-1.414-1.414-.586.586 1.414 1.414z" },
|
|
@@ -1272,14 +1294,14 @@ function mt(r, l) {
|
|
|
1272
1294
|
)
|
|
1273
1295
|
]));
|
|
1274
1296
|
}
|
|
1275
|
-
const
|
|
1297
|
+
const Rt = /* @__PURE__ */ y(yt, [["render", ht], ["__file", "/root/app/code/src/components/icons/IconCommunity.vue"]]), bt = {}, wt = {
|
|
1276
1298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1277
1299
|
width: "20",
|
|
1278
1300
|
height: "17",
|
|
1279
1301
|
fill: "currentColor"
|
|
1280
1302
|
};
|
|
1281
|
-
function
|
|
1282
|
-
return
|
|
1303
|
+
function _t(i, t) {
|
|
1304
|
+
return o(), n("svg", wt, t[0] || (t[0] = [
|
|
1283
1305
|
e(
|
|
1284
1306
|
"path",
|
|
1285
1307
|
{ d: "M11 2.253a1 1 0 1 0-2 0h2zm-2 13a1 1 0 1 0 2 0H9zm.447-12.167a1 1 0 1 0 1.107-1.666L9.447 3.086zM1 2.253L.447 1.42A1 1 0 0 0 0 2.253h1zm0 13H0a1 1 0 0 0 1.553.833L1 15.253zm8.447.833a1 1 0 1 0 1.107-1.666l-1.107 1.666zm0-14.666a1 1 0 1 0 1.107 1.666L9.447 1.42zM19 2.253h1a1 1 0 0 0-.447-.833L19 2.253zm0 13l-.553.833A1 1 0 0 0 20 15.253h-1zm-9.553-.833a1 1 0 1 0 1.107 1.666L9.447 14.42zM9 2.253v13h2v-13H9zm1.553-.833C9.203.523 7.42 0 5.5 0v2c1.572 0 2.961.431 3.947 1.086l1.107-1.666zM5.5 0C3.58 0 1.797.523.447 1.42l1.107 1.666C2.539 2.431 3.928 2 5.5 2V0zM0 2.253v13h2v-13H0zm1.553 13.833C2.539 15.431 3.928 15 5.5 15v-2c-1.92 0-3.703.523-5.053 1.42l1.107 1.666zM5.5 15c1.572 0 2.961.431 3.947 1.086l1.107-1.666C9.203 13.523 7.42 13 5.5 13v2zm5.053-11.914C11.539 2.431 12.928 2 14.5 2V0c-1.92 0-3.703.523-5.053 1.42l1.107 1.666zM14.5 2c1.573 0 2.961.431 3.947 1.086l1.107-1.666C18.203.523 16.421 0 14.5 0v2zm3.5.253v13h2v-13h-2zm1.553 12.167C18.203 13.523 16.421 13 14.5 13v2c1.573 0 2.961.431 3.947 1.086l1.107-1.666zM14.5 13c-1.92 0-3.703.523-5.053 1.42l1.107 1.666C11.539 15.431 12.928 15 14.5 15v-2z" },
|
|
@@ -1289,14 +1311,14 @@ function yt(r, l) {
|
|
|
1289
1311
|
)
|
|
1290
1312
|
]));
|
|
1291
1313
|
}
|
|
1292
|
-
const
|
|
1314
|
+
const Zt = /* @__PURE__ */ y(bt, [["render", _t], ["__file", "/root/app/code/src/components/icons/IconDocumentation.vue"]]), kt = {}, Ct = {
|
|
1293
1315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1294
1316
|
width: "18",
|
|
1295
1317
|
height: "20",
|
|
1296
1318
|
fill: "currentColor"
|
|
1297
1319
|
};
|
|
1298
|
-
function
|
|
1299
|
-
return
|
|
1320
|
+
function zt(i, t) {
|
|
1321
|
+
return o(), n("svg", Ct, t[0] || (t[0] = [
|
|
1300
1322
|
e(
|
|
1301
1323
|
"path",
|
|
1302
1324
|
{ d: "M11.447 8.894a1 1 0 1 0-.894-1.789l.894 1.789zm-2.894-.789a1 1 0 1 0 .894 1.789l-.894-1.789zm0 1.789a1 1 0 1 0 .894-1.789l-.894 1.789zM7.447 7.106a1 1 0 1 0-.894 1.789l.894-1.789zM10 9a1 1 0 1 0-2 0h2zm-2 2.5a1 1 0 1 0 2 0H8zm9.447-5.606a1 1 0 1 0-.894-1.789l.894 1.789zm-2.894-.789a1 1 0 1 0 .894 1.789l-.894-1.789zm2 .789a1 1 0 1 0 .894-1.789l-.894 1.789zm-1.106-2.789a1 1 0 1 0-.894 1.789l.894-1.789zM18 5a1 1 0 1 0-2 0h2zm-2 2.5a1 1 0 1 0 2 0h-2zm-5.447-4.606a1 1 0 1 0 .894-1.789l-.894 1.789zM9 1l.447-.894a1 1 0 0 0-.894 0L9 1zm-2.447.106a1 1 0 1 0 .894 1.789l-.894-1.789zm-6 3a1 1 0 1 0 .894 1.789L.553 4.106zm2.894.789a1 1 0 1 0-.894-1.789l.894 1.789zm-2-.789a1 1 0 1 0-.894 1.789l.894-1.789zm1.106 2.789a1 1 0 1 0 .894-1.789l-.894 1.789zM2 5a1 1 0 1 0-2 0h2zM0 7.5a1 1 0 1 0 2 0H0zm8.553 12.394a1 1 0 1 0 .894-1.789l-.894 1.789zm-1.106-2.789a1 1 0 1 0-.894 1.789l.894-1.789zm1.106 1a1 1 0 1 0 .894 1.789l-.894-1.789zm2.894.789a1 1 0 1 0-.894-1.789l.894 1.789zM8 19a1 1 0 1 0 2 0H8zm2-2.5a1 1 0 1 0-2 0h2zm-7.447.394a1 1 0 1 0 .894-1.789l-.894 1.789zM1 15H0a1 1 0 0 0 .553.894L1 15zm1-2.5a1 1 0 1 0-2 0h2zm12.553 2.606a1 1 0 1 0 .894 1.789l-.894-1.789zM17 15l.447.894A1 1 0 0 0 18 15h-1zm1-2.5a1 1 0 1 0-2 0h2zm-7.447-5.394l-2 1 .894 1.789 2-1-.894-1.789zm-1.106 1l-2-1-.894 1.789 2 1 .894-1.789zM8 9v2.5h2V9H8zm8.553-4.894l-2 1 .894 1.789 2-1-.894-1.789zm.894 0l-2-1-.894 1.789 2 1 .894-1.789zM16 5v2.5h2V5h-2zm-4.553-3.894l-2-1-.894 1.789 2 1 .894-1.789zm-2.894-1l-2 1 .894 1.789 2-1L8.553.106zM1.447 5.894l2-1-.894-1.789-2 1 .894 1.789zm-.894 0l2 1 .894-1.789-2-1-.894 1.789zM0 5v2.5h2V5H0zm9.447 13.106l-2-1-.894 1.789 2 1 .894-1.789zm0 1.789l2-1-.894-1.789-2 1 .894 1.789zM10 19v-2.5H8V19h2zm-6.553-3.894l-2-1-.894 1.789 2 1 .894-1.789zM2 15v-2.5H0V15h2zm13.447 1.894l2-1-.894-1.789-2 1 .894 1.789zM18 15v-2.5h-2V15h2z" },
|
|
@@ -1306,14 +1328,14 @@ function _t(r, l) {
|
|
|
1306
1328
|
)
|
|
1307
1329
|
]));
|
|
1308
1330
|
}
|
|
1309
|
-
const
|
|
1331
|
+
const $t = /* @__PURE__ */ y(kt, [["render", zt], ["__file", "/root/app/code/src/components/icons/IconEcosystem.vue"]]), St = {}, Mt = {
|
|
1310
1332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1311
1333
|
width: "20",
|
|
1312
1334
|
height: "20",
|
|
1313
1335
|
fill: "currentColor"
|
|
1314
1336
|
};
|
|
1315
|
-
function
|
|
1316
|
-
return
|
|
1337
|
+
function Bt(i, t) {
|
|
1338
|
+
return o(), n("svg", Mt, t[0] || (t[0] = [
|
|
1317
1339
|
e(
|
|
1318
1340
|
"path",
|
|
1319
1341
|
{ d: "M10 3.22l-.61-.6a5.5 5.5 0 0 0-7.666.105 5.5 5.5 0 0 0-.114 7.665L10 18.78l8.39-8.4a5.5 5.5 0 0 0-.114-7.665 5.5 5.5 0 0 0-7.666-.105l-.61.61z" },
|
|
@@ -1323,7 +1345,7 @@ function zt(r, l) {
|
|
|
1323
1345
|
)
|
|
1324
1346
|
]));
|
|
1325
1347
|
}
|
|
1326
|
-
const
|
|
1348
|
+
const Qt = /* @__PURE__ */ y(St, [["render", Bt], ["__file", "/root/app/code/src/components/icons/IconSupport.vue"]]), It = {}, Dt = {
|
|
1327
1349
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1328
1350
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
1329
1351
|
"aria-hidden": "true",
|
|
@@ -1334,8 +1356,8 @@ const Rt = /* @__PURE__ */ g(kt, [["render", zt], ["__file", "/root/app/code/src
|
|
|
1334
1356
|
preserveAspectRatio: "xMidYMid meet",
|
|
1335
1357
|
viewBox: "0 0 24 24"
|
|
1336
1358
|
};
|
|
1337
|
-
function
|
|
1338
|
-
return
|
|
1359
|
+
function At(i, t) {
|
|
1360
|
+
return o(), n("svg", Dt, t[0] || (t[0] = [
|
|
1339
1361
|
e(
|
|
1340
1362
|
"path",
|
|
1341
1363
|
{
|
|
@@ -1348,19 +1370,20 @@ function It(r, l) {
|
|
|
1348
1370
|
)
|
|
1349
1371
|
]));
|
|
1350
1372
|
}
|
|
1351
|
-
const
|
|
1373
|
+
const Kt = /* @__PURE__ */ y(It, [["render", At], ["__file", "/root/app/code/src/components/icons/IconTooling.vue"]]);
|
|
1352
1374
|
export {
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
Ut as
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1375
|
+
Nt as BaseModal,
|
|
1376
|
+
Vt as ButtonComponent,
|
|
1377
|
+
Pt as CampaignCard,
|
|
1378
|
+
Et as CardComponents,
|
|
1379
|
+
Ut as ColorStyles,
|
|
1380
|
+
Rt as IconCommunity,
|
|
1381
|
+
Zt as IconDocumentation,
|
|
1382
|
+
$t as IconEcosystem,
|
|
1383
|
+
Qt as IconSupport,
|
|
1384
|
+
Kt as IconTooling,
|
|
1385
|
+
Gt as InviteCollaboratorsModalV2,
|
|
1386
|
+
Ot as NavigationSidebar,
|
|
1387
|
+
Wt as TextStyles
|
|
1365
1388
|
};
|
|
1366
1389
|
//# sourceMappingURL=fusion-component-library.es.js.map
|