@1024pix/epreuves-components 4.5.0 → 4.6.0
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/{Button.ce-DNrjLa1r.js → Button.ce-C-lBihdF.js} +1 -1
- package/dist/{ButtonTooltip.ce-DQ8QAvUM.js → ButtonTooltip.ce-B071jWM0.js} +1 -1
- package/dist/{Cross.ce.vue_vue_type_script_setup_true_lang-CUc-5ZVt.js → Cross.ce.vue_vue_type_script_setup_true_lang-Cc1FblLh.js} +1 -1
- package/dist/{Feedback.ce-MqHV98f3.js → Feedback.ce-CeyQhenY.js} +1 -1
- package/dist/{FocusManager.ce-CwF5pnqR.js → FocusManager.ce-Cb8fkfeb.js} +2 -2
- package/dist/Icon.ce-AUDpzQic.js +50 -0
- package/dist/{LLMMessage.ce-Duki08xd.js → LLMMessage.ce-DBorHEa1.js} +2 -2
- package/dist/{Loading.ce-D7CUjrcI.js → Loading.ce-D7EpPBBD.js} +1 -1
- package/dist/Modal.ce-CRJ7RcAX.js +86 -0
- package/dist/{NavigationButton.ce-17UL0Mwu.js → NavigationButton.ce-DqFqWt9V.js} +2 -2
- package/dist/{PixMailMessage.ce-CNULZecQ.js → PixMailMessage.ce-Cqrs9R3i.js} +13 -13
- package/dist/{Popin.ce-VvQiVxjk.js → Popin.ce-D1V8wzxE.js} +3 -3
- package/dist/{Retry-CGkQcck5.js → Retry-fzluiEoj.js} +3 -3
- package/dist/{Stepper.ce-gx2YaVCo.js → Stepper.ce-cG0al2pY.js} +1 -1
- package/dist/{_plugin-vue_export-helper-DROOAHrz.js → _plugin-vue_export-helper-DJlRxzRH.js} +9 -9
- package/dist/components/analyse-mails-phishing.ce.js.js +16 -16
- package/dist/components/autocompletion-mdp.ce.js.js +256 -0
- package/dist/components/button.ce.js.js +2 -2
- package/dist/components/calcul-impact.ce.js.js +7 -7
- package/dist/components/capacity-calculation.ce.js.js +7 -7
- package/dist/components/clickable-image.ce.js.js +1 -1
- package/dist/components/complete-phrase.ce.js.js +3 -3
- package/dist/components/feedback.ce.js.js +2 -2
- package/dist/components/flip-cards.ce.js.js +5 -5
- package/dist/components/generate-mdp.ce.js.js +81 -150
- package/dist/components/image-quiz.ce.js.js +3 -3
- package/dist/components/image-quizzes.ce.js.js +3 -3
- package/dist/components/llm-compare-messages.ce.js.js +3 -3
- package/dist/components/llm-messages.ce.js.js +6 -6
- package/dist/components/llm-prompt-select.ce.js.js +1 -1
- package/dist/components/mdp-classement.ce.js.js +6 -6
- package/dist/components/message-conversation.ce.js.js +6 -6
- package/dist/components/mobile-shell.ce.js.js +1 -1
- package/dist/components/notification-antivirus.ce.js.js +4 -4
- package/dist/components/phishing-message.ce.js.js +2 -2
- package/dist/components/phishing-notification.ce.js.js +18 -18
- package/dist/components/pix-anonymisation.ce.js.js +6 -6
- package/dist/components/pix-article.ce.js.js +2 -2
- package/dist/components/pix-carousel.ce.js.js +4 -4
- package/dist/components/pix-combinaisons.ce.js.js +5 -5
- package/dist/components/pix-cursor.ce.js.js +6 -6
- package/dist/components/pix-mail-message.ce.js.js +3 -3
- package/dist/components/proteger-mail-spam.ce.js.js +9 -9
- package/dist/components/qcm-deepfake.ce.js.js +23 -23
- package/dist/components/quiz-stepper.ce.js.js +6 -6
- package/dist/components/select-conversation.ce.js.js +2 -2
- package/dist/components/template-mail.ce.js.js +3 -3
- package/dist/components/test-top-mdp.ce.js.js +2 -2
- package/dist/components/trouver-mdp-rs.ce.js.js +15 -15
- package/dist/components/usages-donnees.ce.js.js +3 -3
- package/dist/{i18n-BVfGnSnP.js → i18n-C0iMUvqX.js} +1 -1
- package/dist/{i18n-lite-V7Z5qwB2.js → i18n-lite-X2ADNonj.js} +1 -1
- package/dist/{image-quiz.ce-DLpB-rde.js → image-quiz.ce-BaKLPvSS.js} +8 -8
- package/dist/{index-BgVc_wZ5.js → index-Ck6CFpiq.js} +1 -1
- package/dist/index.js +2 -1
- package/dist/metadata.js +29 -25
- package/dist/props.examples.js +115 -113
- package/dist/schema.js +55 -53
- package/dist/{shadow-dom-4LHwwhYa.js → shadow-dom-Dh5hLXcx.js} +1 -1
- package/package.json +1 -1
- package/dist/Icon.ce-O_y_jvjK.js +0 -50
package/dist/schema.js
CHANGED
|
@@ -32,9 +32,11 @@ const m = e.object({
|
|
|
32
32
|
}), g = e.object({
|
|
33
33
|
titleLevel: e.number().optional()
|
|
34
34
|
}), b = e.object({
|
|
35
|
+
titleLevel: e.number().optional()
|
|
36
|
+
}), q = e.object({
|
|
35
37
|
titleLevel: e.number().optional(),
|
|
36
38
|
capacityImage: e.string().required()
|
|
37
|
-
}),
|
|
39
|
+
}), p = e.object({
|
|
38
40
|
image: e.object({
|
|
39
41
|
src: e.string().required(),
|
|
40
42
|
alt: e.string().required(),
|
|
@@ -55,7 +57,7 @@ const m = e.object({
|
|
|
55
57
|
info: e.string().required(),
|
|
56
58
|
tooltipPosition: e.string().empty("").valid("bottom").optional()
|
|
57
59
|
}).required()).required().min(1)
|
|
58
|
-
}),
|
|
60
|
+
}), _ = e.object({
|
|
59
61
|
titleLevel: e.number().optional(),
|
|
60
62
|
listOfProbabilityBarsLists: e.array().items(
|
|
61
63
|
e.array().items(
|
|
@@ -68,7 +70,7 @@ const m = e.object({
|
|
|
68
70
|
userMessage: e.string().required(),
|
|
69
71
|
llmMessage: e.string().required(),
|
|
70
72
|
wordsToAdd: e.array().items(e.string()).required()
|
|
71
|
-
}),
|
|
73
|
+
}), j = e.object({
|
|
72
74
|
titleLevel: e.number().optional(),
|
|
73
75
|
name: e.string().required(),
|
|
74
76
|
cardList: e.array().items(
|
|
@@ -79,7 +81,7 @@ const m = e.object({
|
|
|
79
81
|
image: e.string().required()
|
|
80
82
|
})
|
|
81
83
|
).required()
|
|
82
|
-
}),
|
|
84
|
+
}), v = e.object({
|
|
83
85
|
titleLevel: e.number().optional()
|
|
84
86
|
}), c = e.object({
|
|
85
87
|
name: e.string().required(),
|
|
@@ -100,7 +102,7 @@ const m = e.object({
|
|
|
100
102
|
).required()
|
|
101
103
|
}).required(), h = e.object({
|
|
102
104
|
quizzes: e.array().items(c).required()
|
|
103
|
-
}).required(),
|
|
105
|
+
}).required(), y = e.object({
|
|
104
106
|
passwords: e.array().items(e.string()).required()
|
|
105
107
|
}), i = {
|
|
106
108
|
userName: e.string().required(),
|
|
@@ -108,7 +110,7 @@ const m = e.object({
|
|
|
108
110
|
}, t = e.object({
|
|
109
111
|
src: e.string().required(),
|
|
110
112
|
alt: e.string().required()
|
|
111
|
-
}).unknown(!0),
|
|
113
|
+
}).unknown(!0), x = e.object({
|
|
112
114
|
conversationTitle: e.string().empty("").optional(),
|
|
113
115
|
messages: e.array().items(e.alternatives().conditional(".type", {
|
|
114
116
|
switch: [
|
|
@@ -140,9 +142,9 @@ const m = e.object({
|
|
|
140
142
|
]
|
|
141
143
|
})).required(),
|
|
142
144
|
animationSpeed: e.number().optional()
|
|
143
|
-
}).required(),
|
|
145
|
+
}).required(), f = e.object({
|
|
144
146
|
titleLevel: e.number().optional()
|
|
145
|
-
}),
|
|
147
|
+
}), L = e.object({
|
|
146
148
|
titleLevel: e.number().optional()
|
|
147
149
|
}), w = e.object({
|
|
148
150
|
notifications: e.array().items(e.object({
|
|
@@ -161,17 +163,17 @@ const m = e.object({
|
|
|
161
163
|
}).required(),
|
|
162
164
|
informationMessage: e.string().required(),
|
|
163
165
|
titleLevel: e.number().optional()
|
|
164
|
-
}),
|
|
166
|
+
}), k = e.object({
|
|
165
167
|
content: e.string().required(),
|
|
166
168
|
isAnonymizable: e.boolean().optional()
|
|
167
|
-
}),
|
|
168
|
-
fullSentence: e.array().items(
|
|
169
|
+
}), S = e.object({
|
|
170
|
+
fullSentence: e.array().items(k),
|
|
169
171
|
rephrase: e.string().required(),
|
|
170
172
|
feedback: e.string().required()
|
|
171
|
-
}), S = e.object({
|
|
172
|
-
titleLevel: e.number().optional(),
|
|
173
|
-
steps: e.array().items(k)
|
|
174
173
|
}), I = e.object({
|
|
174
|
+
titleLevel: e.number().optional(),
|
|
175
|
+
steps: e.array().items(S)
|
|
176
|
+
}), z = e.object({
|
|
175
177
|
titleLevel: e.number().optional(),
|
|
176
178
|
articleTitle: e.string().required(),
|
|
177
179
|
author: e.string().required(),
|
|
@@ -179,11 +181,11 @@ const m = e.object({
|
|
|
179
181
|
paragraphs: e.array().items(e.string().required()),
|
|
180
182
|
highlightedSentence: e.string().empty("").optional(),
|
|
181
183
|
colorOfHighlightSentence: e.string().empty("").optional()
|
|
182
|
-
}),
|
|
184
|
+
}), A = e.object({
|
|
183
185
|
name: e.string().allow("").required(),
|
|
184
186
|
attribution: e.string().allow("").required(),
|
|
185
187
|
url: e.string().allow("").required()
|
|
186
|
-
}),
|
|
188
|
+
}), C = e.object({
|
|
187
189
|
title: e.string().required(),
|
|
188
190
|
description: e.string().allow("").required(),
|
|
189
191
|
displayWidth: e.number().min(0).optional(),
|
|
@@ -191,12 +193,12 @@ const m = e.object({
|
|
|
191
193
|
src: e.string().required(),
|
|
192
194
|
alt: e.string().allow("").required()
|
|
193
195
|
}).required(),
|
|
194
|
-
license:
|
|
195
|
-
}),
|
|
196
|
+
license: A.optional()
|
|
197
|
+
}), T = e.object({
|
|
196
198
|
title: e.string().required(),
|
|
197
199
|
description: e.string().allow("").required(),
|
|
198
200
|
text: e.string().required()
|
|
199
|
-
}),
|
|
201
|
+
}), M = e.object({
|
|
200
202
|
title: e.string().required(),
|
|
201
203
|
description: e.string().allow("").required(),
|
|
202
204
|
text: e.string().required(),
|
|
@@ -204,13 +206,13 @@ const m = e.object({
|
|
|
204
206
|
src: e.string().required(),
|
|
205
207
|
alt: e.string().allow("").required()
|
|
206
208
|
}).required()
|
|
207
|
-
}),
|
|
209
|
+
}), P = e.object({
|
|
208
210
|
type: e.string().valid("image", "image-text", "text").required(),
|
|
209
211
|
slides: e.alternatives().conditional("type", {
|
|
210
212
|
switch: [
|
|
211
|
-
{ is: "image", then: e.array().items(
|
|
212
|
-
{ is: "image-text", then: e.array().items(
|
|
213
|
-
{ is: "text", then: e.array().items(
|
|
213
|
+
{ is: "image", then: e.array().items(C) },
|
|
214
|
+
{ is: "image-text", then: e.array().items(M) },
|
|
215
|
+
{ is: "text", then: e.array().items(T) }
|
|
214
216
|
]
|
|
215
217
|
}).required(),
|
|
216
218
|
randomSlides: e.boolean().optional(),
|
|
@@ -219,9 +221,9 @@ const m = e.object({
|
|
|
219
221
|
disableStyleAroundImage: e.boolean().optional(),
|
|
220
222
|
enableLoop: e.boolean().optional(),
|
|
221
223
|
imageTextDisplay: e.string().empty("").optional()
|
|
222
|
-
}).meta({ title: "pix-carousel" }).required(),
|
|
224
|
+
}).meta({ title: "pix-carousel" }).required(), N = e.object({
|
|
223
225
|
titleLevel: e.number().optional()
|
|
224
|
-
}),
|
|
226
|
+
}), O = e.object({
|
|
225
227
|
options: e.array().items(e.object({
|
|
226
228
|
label: e.string().required(),
|
|
227
229
|
feedback: e.object({
|
|
@@ -232,25 +234,25 @@ const m = e.object({
|
|
|
232
234
|
}), o = e.object({
|
|
233
235
|
title: e.string().required(),
|
|
234
236
|
llmName: e.string().required()
|
|
235
|
-
}).required(),
|
|
237
|
+
}).required(), $ = e.object({
|
|
236
238
|
direction: e.string().valid("inbound").required(),
|
|
237
239
|
content: e.string().required()
|
|
238
|
-
}).required(),
|
|
240
|
+
}).required(), F = e.object({
|
|
239
241
|
direction: e.string().valid("outbound").required(),
|
|
240
242
|
content: e.string().required()
|
|
241
|
-
}).required(),
|
|
243
|
+
}).required(), D = e.object({
|
|
242
244
|
conversation1: o,
|
|
243
245
|
conversation2: o,
|
|
244
246
|
userName: e.string().required(),
|
|
245
247
|
messages: e.array().items(
|
|
246
|
-
e.alternatives(
|
|
248
|
+
e.alternatives(F, e.array().items($).min(2).max(2).required())
|
|
247
249
|
).required()
|
|
248
250
|
}).required(), l = e.object({
|
|
249
251
|
direction: e.string().valid("inbound", "outbound").required(),
|
|
250
252
|
content: e.string().required()
|
|
251
|
-
}),
|
|
253
|
+
}), V = e.object({
|
|
252
254
|
messages: e.array().items(l.required()).required()
|
|
253
|
-
}).required(),
|
|
255
|
+
}).required(), B = e.object({
|
|
254
256
|
speed: e.number().default(20).min(0).optional(),
|
|
255
257
|
messages: e.array().items(l).required(),
|
|
256
258
|
prompts: e.array().items(
|
|
@@ -259,7 +261,7 @@ const m = e.object({
|
|
|
259
261
|
response: e.string().required()
|
|
260
262
|
}).required()
|
|
261
263
|
).required()
|
|
262
|
-
}).required(), r = e.string().valid("enabled", "disabled", "hidden").empty("").optional(),
|
|
264
|
+
}).required(), r = e.string().valid("enabled", "disabled", "hidden").empty("").optional(), E = e.object({
|
|
263
265
|
title: e.string().required(),
|
|
264
266
|
description: e.string().required(),
|
|
265
267
|
actions: e.object({
|
|
@@ -290,31 +292,31 @@ const m = e.object({
|
|
|
290
292
|
minutes: e.number().negative().optional()
|
|
291
293
|
}).required()
|
|
292
294
|
}).required()
|
|
293
|
-
}), E = e.object({
|
|
294
|
-
titleLevel: e.number().optional(),
|
|
295
|
-
steps: e.array().items(B).required()
|
|
296
295
|
}), G = e.object({
|
|
296
|
+
titleLevel: e.number().optional(),
|
|
297
|
+
steps: e.array().items(E).required()
|
|
298
|
+
}), H = e.object({
|
|
297
299
|
titleLevel: e.number().optional(),
|
|
298
300
|
successImage: e.string().required(),
|
|
299
301
|
failImage: e.string().required(),
|
|
300
302
|
infoImage: e.string().required(),
|
|
301
303
|
searchImage: e.string().required()
|
|
302
|
-
}),
|
|
304
|
+
}), J = e.object({
|
|
303
305
|
success: e.string().required(),
|
|
304
306
|
failed: e.string().required()
|
|
305
307
|
}), n = e.object({
|
|
306
308
|
title: e.string().optional(),
|
|
307
309
|
content: e.string().optional(),
|
|
308
310
|
isGoodAnswer: e.boolean().optional()
|
|
309
|
-
}),
|
|
311
|
+
}), U = e.object({
|
|
310
312
|
question: e.string().required(),
|
|
311
|
-
feedback:
|
|
313
|
+
feedback: J.required(),
|
|
312
314
|
choice1: n.required(),
|
|
313
315
|
choice2: n.required()
|
|
314
|
-
}), U = e.object({
|
|
315
|
-
titleLevel: e.number().optional(),
|
|
316
|
-
steps: e.array().items(J)
|
|
317
316
|
}), W = e.object({
|
|
317
|
+
titleLevel: e.number().optional(),
|
|
318
|
+
steps: e.array().items(U)
|
|
319
|
+
}), K = e.object({
|
|
318
320
|
titleLevel: e.number().optional(),
|
|
319
321
|
incomingMessage: e.object({
|
|
320
322
|
username: e.string().required(),
|
|
@@ -330,7 +332,7 @@ const m = e.object({
|
|
|
330
332
|
goodIdea: e.boolean().required(),
|
|
331
333
|
feedback: e.string().required()
|
|
332
334
|
})).required()
|
|
333
|
-
}),
|
|
335
|
+
}), Q = e.object({
|
|
334
336
|
titleLevel: e.number().optional(),
|
|
335
337
|
subject: e.string().required(),
|
|
336
338
|
mailAddress: e.string().required(),
|
|
@@ -352,7 +354,7 @@ const m = e.object({
|
|
|
352
354
|
}), s = e.object({
|
|
353
355
|
title: e.string().required(),
|
|
354
356
|
content: e.string().required()
|
|
355
|
-
}),
|
|
357
|
+
}), R = e.object({
|
|
356
358
|
titleLevel: e.number().optional(),
|
|
357
359
|
passwords: e.array().items(e.string().required()).required(),
|
|
358
360
|
expectedPassword: e.string().required(),
|
|
@@ -360,30 +362,30 @@ const m = e.object({
|
|
|
360
362
|
success: s.required(),
|
|
361
363
|
failed: s.required()
|
|
362
364
|
}).required()
|
|
363
|
-
}),
|
|
365
|
+
}), X = e.object({
|
|
364
366
|
date: e.string().isoDate().required(),
|
|
365
367
|
content: e.string().required()
|
|
366
|
-
}),
|
|
368
|
+
}), Y = e.object({
|
|
367
369
|
userName: e.string().required(),
|
|
368
370
|
tag: e.string().required(),
|
|
369
371
|
bio: e.string().required(),
|
|
370
372
|
location: e.string().required(),
|
|
371
|
-
publications: e.array().items(
|
|
373
|
+
publications: e.array().items(X).required()
|
|
372
374
|
}), a = e.object({
|
|
373
375
|
title: e.string().required(),
|
|
374
376
|
content: e.string().required()
|
|
375
|
-
}),
|
|
377
|
+
}), Z = e.object({
|
|
376
378
|
password: e.string().required(),
|
|
377
379
|
user: e.string().required()
|
|
378
|
-
}),
|
|
380
|
+
}), ee = e.object({
|
|
379
381
|
titleLevel: e.number().optional(),
|
|
380
|
-
validations:
|
|
382
|
+
validations: Z.required(),
|
|
381
383
|
feedback: e.object({
|
|
382
384
|
success: a.required(),
|
|
383
385
|
failed: a.required()
|
|
384
386
|
}).required(),
|
|
385
|
-
userProfile:
|
|
386
|
-
}),
|
|
387
|
+
userProfile: Y.required()
|
|
388
|
+
}), re = e.object({
|
|
387
389
|
localeChoices: e.array().items(e.object({
|
|
388
390
|
label: e.string().required(),
|
|
389
391
|
hasValue: e.boolean().optional()
|
|
@@ -392,10 +394,10 @@ const m = e.object({
|
|
|
392
394
|
label: e.string().required(),
|
|
393
395
|
hasValue: e.boolean().optional()
|
|
394
396
|
}))
|
|
395
|
-
}),
|
|
397
|
+
}), ie = /* @__PURE__ */ Object.assign({ "./analyse-mails-phishing/analyse-mails-phishing.schema.js": m, "./autocompletion-mdp/autocompletion-mdp.schema.js": g, "./calcul-impact/calcul-impact.schema.js": b, "./capacity-calculation/capacity-calculation.schema.js": q, "./clickable-image/clickable-image.schema.js": p, "./complete-phrase/complete-phrase.schema.js": _, "./flip-cards/flip-cards.schema.js": j, "./generate-mdp/generate-mdp.schema.js": v, "./image-quiz/image-quiz.schema.js": c, "./image-quiz/image-quizzes.schema.js": h, "./mdp-classement/mdp-classement.schema.js": y, "./message-conversation/message-conversation.schema.js": x, "./notification-antivirus/notification-antivirus.schema.js": f, "./phishing-message/phishing-message.schema.js": L, "./phishing-notification/phishing-notification.schema.js": w, "./pix-anonymisation/pix-anonymisation.schema.js": I, "./pix-article/pix-article.schema.js": z, "./pix-carousel/pix-carousel.schema.js": P, "./pix-combinaisons/pix-combinaisons.schema.js": N, "./pix-cursor/pix-cursor.schema.js": O, "./pix-llm/llm-compare-messages.schema.js": D, "./pix-llm/llm-messages.schema.js": V, "./pix-llm/llm-prompt-select.schema.js": B, "./proteger-mail-spam/proteger-mail-spam.schema.js": G, "./qcm-deepfake/qcm-deepfake.schema.js": H, "./quiz-stepper/quiz-stepper.schema.js": W, "./select-conversation/select-conversation.schema.js": K, "./template-mail/template-mail.schema.js": Q, "./test-top-mdp/test-top-mdp.schema.js": R, "./trouver-mdp-rs/trouver-mdp-rs.schema.js": ee, "./usages-donnees/usages-donnees.schema.js": re }), oe = Object.fromEntries(Object.entries(ie).map(([u, d]) => [
|
|
396
398
|
u.replace(/^.*\/([^/]+)\.schema\.js$/, "$1"),
|
|
397
399
|
d
|
|
398
400
|
]));
|
|
399
401
|
export {
|
|
400
|
-
|
|
402
|
+
oe as schema
|
|
401
403
|
};
|
package/package.json
CHANGED
package/dist/Icon.ce-O_y_jvjK.js
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { b as e, h as b, o as d, c as n, t as l, q as i, _ as s, B as f } from "./_plugin-vue_export-helper-DROOAHrz.js";
|
|
2
|
-
const p = ["aria-disabled"], m = /* @__PURE__ */ e({
|
|
3
|
-
__name: "Button.ce",
|
|
4
|
-
props: {
|
|
5
|
-
isDisabled: { type: Boolean },
|
|
6
|
-
variant: { default: "primary", type: String }
|
|
7
|
-
},
|
|
8
|
-
setup(a, { expose: t }) {
|
|
9
|
-
const o = b("button");
|
|
10
|
-
function c(r) {
|
|
11
|
-
a.isDisabled && r.stopPropagation();
|
|
12
|
-
}
|
|
13
|
-
function u() {
|
|
14
|
-
o.value.focus();
|
|
15
|
-
}
|
|
16
|
-
return t({
|
|
17
|
-
buttonElement: o,
|
|
18
|
-
focus: u
|
|
19
|
-
}), (r, k) => (d(), n("button", {
|
|
20
|
-
ref: "button",
|
|
21
|
-
"aria-disabled": a.isDisabled,
|
|
22
|
-
class: l({
|
|
23
|
-
"is-disabled": a.isDisabled,
|
|
24
|
-
[a.variant]: !0
|
|
25
|
-
}),
|
|
26
|
-
type: "button",
|
|
27
|
-
onClickCapture: c
|
|
28
|
-
}, [
|
|
29
|
-
i(r.$slots, "default", {}, void 0, !0)
|
|
30
|
-
], 42, p));
|
|
31
|
-
}
|
|
32
|
-
}), v = "button[data-v-9cf4d21b]{padding:8px 24px;border-radius:12px;border:none;color:#fff;font-size:.875rem;font-weight:700}button.primary[data-v-9cf4d21b]{background:#155dfc;cursor:pointer}button.primary[aria-disabled=true][data-v-9cf4d21b]{opacity:.5;cursor:not-allowed}button.primary[data-v-9cf4d21b]:hover:not([aria-disabled=true]){background:#0d3897}button.primary[data-v-9cf4d21b]:focus:not([aria-disabled=true]){background:#0d3897;border-radius:12px;outline:1px solid #fafafa;outline-offset:-3px}button.primary[data-v-9cf4d21b]:active:not([aria-disabled=true]){background:#041332;outline:none}button.primary-bis[data-v-9cf4d21b]{cursor:pointer;background:#141514}button.primary-bis[aria-disabled=true][data-v-9cf4d21b]{opacity:.5;cursor:not-allowed}button.primary-bis[data-v-9cf4d21b]:hover:not([aria-disabled=true]){background:#3d3e3d}button.primary-bis[data-v-9cf4d21b]:focus:not([aria-disabled=true]){background:#3d3e3d;border-radius:12px;outline:1px solid #fafafa;outline-offset:-3px}button.primary-bis[data-v-9cf4d21b]:active:not([aria-disabled=true]){background:#dcdddc;outline:none}", x = /* @__PURE__ */ s(m, [["styles", [v]], ["__scopeId", "data-v-9cf4d21b"]]), y = /* @__PURE__ */ e({
|
|
33
|
-
__name: "Icon.ce",
|
|
34
|
-
props: {
|
|
35
|
-
backgroundColor: { type: String }
|
|
36
|
-
},
|
|
37
|
-
setup(a) {
|
|
38
|
-
return (t, o) => (d(), n("div", {
|
|
39
|
-
style: f({ "--background-color": a.backgroundColor }),
|
|
40
|
-
"aria-hidden": "true",
|
|
41
|
-
class: "rounded-icon"
|
|
42
|
-
}, [
|
|
43
|
-
i(t.$slots, "default", {}, void 0, !0)
|
|
44
|
-
], 4));
|
|
45
|
-
}
|
|
46
|
-
}), g = ".rounded-icon[data-v-27f5c215]{display:flex;align-items:center;background-color:var(--background-color);border-radius:50%;aspect-ratio:1;width:fit-content;padding:8px}", h = /* @__PURE__ */ s(y, [["styles", [g]], ["__scopeId", "data-v-27f5c215"]]);
|
|
47
|
-
export {
|
|
48
|
-
x as B,
|
|
49
|
-
h as I
|
|
50
|
-
};
|