@soubiran/ui 0.1.3 → 0.2.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.
@@ -0,0 +1,3 @@
1
+ import "markdown-it-github-alerts/styles/github-colors-light.css";
2
+ import "markdown-it-github-alerts/styles/github-colors-dark-class.css";
3
+ import "markdown-it-github-alerts/styles/github-base.css";
package/dist/alerts.js ADDED
@@ -0,0 +1,3 @@
1
+ import "markdown-it-github-alerts/styles/github-colors-light.css";
2
+ import "markdown-it-github-alerts/styles/github-colors-dark-class.css";
3
+ import "markdown-it-github-alerts/styles/github-base.css";
package/dist/index.d.ts CHANGED
@@ -1,20 +1,20 @@
1
- import * as vue9 from "vue";
1
+ import * as vue4 from "vue";
2
2
  import { FunctionalComponent, SVGAttributes } from "vue";
3
- import * as tailwind_variants15 from "tailwind-variants";
3
+ import * as tailwind_variants10 from "tailwind-variants";
4
4
 
5
5
  //#region src/components/Container.vue.d.ts
6
- declare const container: tailwind_variants15.TVReturnType<{
6
+ declare const container: tailwind_variants10.TVReturnType<{
7
7
  [key: string]: {
8
- [key: string]: tailwind_variants15.ClassValue | {
9
- base?: tailwind_variants15.ClassValue;
10
- inner?: tailwind_variants15.ClassValue;
8
+ [key: string]: tailwind_variants10.ClassValue | {
9
+ base?: tailwind_variants10.ClassValue;
10
+ inner?: tailwind_variants10.ClassValue;
11
11
  };
12
12
  };
13
13
  } | {
14
14
  [x: string]: {
15
- [x: string]: tailwind_variants15.ClassValue | {
16
- base?: tailwind_variants15.ClassValue;
17
- inner?: tailwind_variants15.ClassValue;
15
+ [x: string]: tailwind_variants10.ClassValue | {
16
+ base?: tailwind_variants10.ClassValue;
17
+ inner?: tailwind_variants10.ClassValue;
18
18
  };
19
19
  };
20
20
  } | {}, {
@@ -22,15 +22,15 @@ declare const container: tailwind_variants15.TVReturnType<{
22
22
  inner: string;
23
23
  }, undefined, {
24
24
  [key: string]: {
25
- [key: string]: tailwind_variants15.ClassValue | {
26
- base?: tailwind_variants15.ClassValue;
27
- inner?: tailwind_variants15.ClassValue;
25
+ [key: string]: tailwind_variants10.ClassValue | {
26
+ base?: tailwind_variants10.ClassValue;
27
+ inner?: tailwind_variants10.ClassValue;
28
28
  };
29
29
  };
30
30
  } | {}, {
31
31
  base: string;
32
32
  inner: string;
33
- }, tailwind_variants15.TVReturnType<unknown, {
33
+ }, tailwind_variants10.TVReturnType<unknown, {
34
34
  base: string;
35
35
  inner: string;
36
36
  }, undefined, unknown, unknown, undefined>>;
@@ -42,7 +42,7 @@ interface ContainerSlots {
42
42
  default: (props: any) => any;
43
43
  }
44
44
  declare const _default: typeof __VLS_export$10;
45
- declare const __VLS_export$10: __VLS_WithSlots$10<vue9.DefineComponent<ContainerProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, ContainerSlots>;
45
+ declare const __VLS_export$10: __VLS_WithSlots$10<vue4.DefineComponent<ContainerProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, ContainerSlots>;
46
46
  type __VLS_WithSlots$10<T, S> = T & {
47
47
  new (): {
48
48
  $slots: S;
@@ -50,29 +50,29 @@ type __VLS_WithSlots$10<T, S> = T & {
50
50
  };
51
51
  //#endregion
52
52
  //#region src/components/Feedback.vue.d.ts
53
- declare const feedback: tailwind_variants15.TVReturnType<{
53
+ declare const feedback: tailwind_variants10.TVReturnType<{
54
54
  [key: string]: {
55
- [key: string]: tailwind_variants15.ClassValue | {
56
- base?: tailwind_variants15.ClassValue;
55
+ [key: string]: tailwind_variants10.ClassValue | {
56
+ base?: tailwind_variants10.ClassValue;
57
57
  };
58
58
  };
59
59
  } | {
60
60
  [x: string]: {
61
- [x: string]: tailwind_variants15.ClassValue | {
62
- base?: tailwind_variants15.ClassValue;
61
+ [x: string]: tailwind_variants10.ClassValue | {
62
+ base?: tailwind_variants10.ClassValue;
63
63
  };
64
64
  };
65
65
  } | {}, {
66
66
  base: string;
67
67
  }, undefined, {
68
68
  [key: string]: {
69
- [key: string]: tailwind_variants15.ClassValue | {
70
- base?: tailwind_variants15.ClassValue;
69
+ [key: string]: tailwind_variants10.ClassValue | {
70
+ base?: tailwind_variants10.ClassValue;
71
71
  };
72
72
  };
73
73
  } | {}, {
74
74
  base: string;
75
- }, tailwind_variants15.TVReturnType<unknown, {
75
+ }, tailwind_variants10.TVReturnType<unknown, {
76
76
  base: string;
77
77
  }, undefined, unknown, unknown, undefined>>;
78
78
  interface FeedbackProps {
@@ -82,7 +82,7 @@ interface FeedbackProps {
82
82
  }
83
83
  interface FeedbackSlots {}
84
84
  declare const _default$1: typeof __VLS_export$9;
85
- declare const __VLS_export$9: __VLS_WithSlots$9<vue9.DefineComponent<FeedbackProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<FeedbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, FeedbackSlots>;
85
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue4.DefineComponent<FeedbackProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<FeedbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, FeedbackSlots>;
86
86
  type __VLS_WithSlots$9<T, S> = T & {
87
87
  new (): {
88
88
  $slots: S;
@@ -90,30 +90,30 @@ type __VLS_WithSlots$9<T, S> = T & {
90
90
  };
91
91
  //#endregion
92
92
  //#region src/components/FeedbackCard.vue.d.ts
93
- declare const feedbackCard: tailwind_variants15.TVReturnType<{
93
+ declare const feedbackCard: tailwind_variants10.TVReturnType<{
94
94
  [key: string]: {
95
- [key: string]: tailwind_variants15.ClassValue | {
96
- base?: tailwind_variants15.ClassValue;
97
- successfullySentOverlay?: tailwind_variants15.ClassValue;
98
- successfullySentContent?: tailwind_variants15.ClassValue;
99
- successfullySentIcon?: tailwind_variants15.ClassValue;
100
- input?: tailwind_variants15.ClassValue;
101
- radioGroup?: tailwind_variants15.ClassValue;
102
- radioGroupItem?: tailwind_variants15.ClassValue;
103
- radioGroupLabel?: tailwind_variants15.ClassValue;
95
+ [key: string]: tailwind_variants10.ClassValue | {
96
+ base?: tailwind_variants10.ClassValue;
97
+ successfullySentOverlay?: tailwind_variants10.ClassValue;
98
+ successfullySentContent?: tailwind_variants10.ClassValue;
99
+ successfullySentIcon?: tailwind_variants10.ClassValue;
100
+ input?: tailwind_variants10.ClassValue;
101
+ radioGroup?: tailwind_variants10.ClassValue;
102
+ radioGroupItem?: tailwind_variants10.ClassValue;
103
+ radioGroupLabel?: tailwind_variants10.ClassValue;
104
104
  };
105
105
  };
106
106
  } | {
107
107
  [x: string]: {
108
- [x: string]: tailwind_variants15.ClassValue | {
109
- base?: tailwind_variants15.ClassValue;
110
- successfullySentOverlay?: tailwind_variants15.ClassValue;
111
- successfullySentContent?: tailwind_variants15.ClassValue;
112
- successfullySentIcon?: tailwind_variants15.ClassValue;
113
- input?: tailwind_variants15.ClassValue;
114
- radioGroup?: tailwind_variants15.ClassValue;
115
- radioGroupItem?: tailwind_variants15.ClassValue;
116
- radioGroupLabel?: tailwind_variants15.ClassValue;
108
+ [x: string]: tailwind_variants10.ClassValue | {
109
+ base?: tailwind_variants10.ClassValue;
110
+ successfullySentOverlay?: tailwind_variants10.ClassValue;
111
+ successfullySentContent?: tailwind_variants10.ClassValue;
112
+ successfullySentIcon?: tailwind_variants10.ClassValue;
113
+ input?: tailwind_variants10.ClassValue;
114
+ radioGroup?: tailwind_variants10.ClassValue;
115
+ radioGroupItem?: tailwind_variants10.ClassValue;
116
+ radioGroupLabel?: tailwind_variants10.ClassValue;
117
117
  };
118
118
  };
119
119
  } | {}, {
@@ -127,15 +127,15 @@ declare const feedbackCard: tailwind_variants15.TVReturnType<{
127
127
  radioGroupLabel: string;
128
128
  }, undefined, {
129
129
  [key: string]: {
130
- [key: string]: tailwind_variants15.ClassValue | {
131
- base?: tailwind_variants15.ClassValue;
132
- successfullySentOverlay?: tailwind_variants15.ClassValue;
133
- successfullySentContent?: tailwind_variants15.ClassValue;
134
- successfullySentIcon?: tailwind_variants15.ClassValue;
135
- input?: tailwind_variants15.ClassValue;
136
- radioGroup?: tailwind_variants15.ClassValue;
137
- radioGroupItem?: tailwind_variants15.ClassValue;
138
- radioGroupLabel?: tailwind_variants15.ClassValue;
130
+ [key: string]: tailwind_variants10.ClassValue | {
131
+ base?: tailwind_variants10.ClassValue;
132
+ successfullySentOverlay?: tailwind_variants10.ClassValue;
133
+ successfullySentContent?: tailwind_variants10.ClassValue;
134
+ successfullySentIcon?: tailwind_variants10.ClassValue;
135
+ input?: tailwind_variants10.ClassValue;
136
+ radioGroup?: tailwind_variants10.ClassValue;
137
+ radioGroupItem?: tailwind_variants10.ClassValue;
138
+ radioGroupLabel?: tailwind_variants10.ClassValue;
139
139
  };
140
140
  };
141
141
  } | {}, {
@@ -147,7 +147,7 @@ declare const feedbackCard: tailwind_variants15.TVReturnType<{
147
147
  radioGroup: string;
148
148
  radioGroupItem: string;
149
149
  radioGroupLabel: string;
150
- }, tailwind_variants15.TVReturnType<unknown, {
150
+ }, tailwind_variants10.TVReturnType<unknown, {
151
151
  base: string;
152
152
  successfullySentOverlay: string;
153
153
  successfullySentContent: string;
@@ -164,21 +164,21 @@ interface FeedbackCardProps {
164
164
  }
165
165
  interface FeedbackCardSlots {}
166
166
  declare const _default$2: typeof __VLS_export$8;
167
- declare const __VLS_export$8: __VLS_WithSlots$8<vue9.DefineComponent<FeedbackCardProps & {
167
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue4.DefineComponent<FeedbackCardProps & {
168
168
  content: string;
169
169
  rating: string;
170
- }, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {
170
+ }, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {
171
171
  "update:content": (value: string) => any;
172
172
  "update:rating": (value: string) => any;
173
173
  success: (args_0: void) => any;
174
- }, string, vue9.PublicProps, Readonly<FeedbackCardProps & {
174
+ }, string, vue4.PublicProps, Readonly<FeedbackCardProps & {
175
175
  content: string;
176
176
  rating: string;
177
177
  }> & Readonly<{
178
178
  "onUpdate:content"?: ((value: string) => any) | undefined;
179
179
  "onUpdate:rating"?: ((value: string) => any) | undefined;
180
180
  onSuccess?: ((args_0?: void | undefined) => any) | undefined;
181
- }>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, FeedbackCardSlots>;
181
+ }>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, FeedbackCardSlots>;
182
182
  type __VLS_WithSlots$8<T, S> = T & {
183
183
  new (): {
184
184
  $slots: S;
@@ -186,18 +186,18 @@ type __VLS_WithSlots$8<T, S> = T & {
186
186
  };
187
187
  //#endregion
188
188
  //#region src/components/Header.vue.d.ts
189
- declare const header: tailwind_variants15.TVReturnType<{
189
+ declare const header: tailwind_variants10.TVReturnType<{
190
190
  [key: string]: {
191
- [key: string]: tailwind_variants15.ClassValue | {
192
- base?: tailwind_variants15.ClassValue;
193
- link?: tailwind_variants15.ClassValue;
191
+ [key: string]: tailwind_variants10.ClassValue | {
192
+ base?: tailwind_variants10.ClassValue;
193
+ link?: tailwind_variants10.ClassValue;
194
194
  };
195
195
  };
196
196
  } | {
197
197
  [x: string]: {
198
- [x: string]: tailwind_variants15.ClassValue | {
199
- base?: tailwind_variants15.ClassValue;
200
- link?: tailwind_variants15.ClassValue;
198
+ [x: string]: tailwind_variants10.ClassValue | {
199
+ base?: tailwind_variants10.ClassValue;
200
+ link?: tailwind_variants10.ClassValue;
201
201
  };
202
202
  };
203
203
  } | {}, {
@@ -205,15 +205,15 @@ declare const header: tailwind_variants15.TVReturnType<{
205
205
  link: string;
206
206
  }, undefined, {
207
207
  [key: string]: {
208
- [key: string]: tailwind_variants15.ClassValue | {
209
- base?: tailwind_variants15.ClassValue;
210
- link?: tailwind_variants15.ClassValue;
208
+ [key: string]: tailwind_variants10.ClassValue | {
209
+ base?: tailwind_variants10.ClassValue;
210
+ link?: tailwind_variants10.ClassValue;
211
211
  };
212
212
  };
213
213
  } | {}, {
214
214
  base: string;
215
215
  link: string;
216
- }, tailwind_variants15.TVReturnType<unknown, {
216
+ }, tailwind_variants10.TVReturnType<unknown, {
217
217
  base: string;
218
218
  link: string;
219
219
  }, undefined, unknown, unknown, undefined>>;
@@ -228,7 +228,7 @@ interface HeaderProps {
228
228
  }
229
229
  interface HeaderSlots {}
230
230
  declare const _default$3: typeof __VLS_export$7;
231
- declare const __VLS_export$7: __VLS_WithSlots$7<vue9.DefineComponent<HeaderProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<HeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, HeaderSlots>;
231
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue4.DefineComponent<HeaderProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<HeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, HeaderSlots>;
232
232
  type __VLS_WithSlots$7<T, S> = T & {
233
233
  new (): {
234
234
  $slots: S;
@@ -236,28 +236,28 @@ type __VLS_WithSlots$7<T, S> = T & {
236
236
  };
237
237
  //#endregion
238
238
  //#region src/components/Page.vue.d.ts
239
- declare const page: tailwind_variants15.TVReturnType<{
239
+ declare const page: tailwind_variants10.TVReturnType<{
240
240
  [key: string]: {
241
- [key: string]: tailwind_variants15.ClassValue | {
242
- base?: tailwind_variants15.ClassValue;
243
- header?: tailwind_variants15.ClassValue;
244
- headerInner?: tailwind_variants15.ClassValue;
245
- content?: tailwind_variants15.ClassValue;
246
- contentInner?: tailwind_variants15.ClassValue;
247
- right?: tailwind_variants15.ClassValue;
248
- rightInner?: tailwind_variants15.ClassValue;
241
+ [key: string]: tailwind_variants10.ClassValue | {
242
+ base?: tailwind_variants10.ClassValue;
243
+ content?: tailwind_variants10.ClassValue;
244
+ header?: tailwind_variants10.ClassValue;
245
+ headerInner?: tailwind_variants10.ClassValue;
246
+ contentInner?: tailwind_variants10.ClassValue;
247
+ right?: tailwind_variants10.ClassValue;
248
+ rightInner?: tailwind_variants10.ClassValue;
249
249
  };
250
250
  };
251
251
  } | {
252
252
  [x: string]: {
253
- [x: string]: tailwind_variants15.ClassValue | {
254
- base?: tailwind_variants15.ClassValue;
255
- header?: tailwind_variants15.ClassValue;
256
- headerInner?: tailwind_variants15.ClassValue;
257
- content?: tailwind_variants15.ClassValue;
258
- contentInner?: tailwind_variants15.ClassValue;
259
- right?: tailwind_variants15.ClassValue;
260
- rightInner?: tailwind_variants15.ClassValue;
253
+ [x: string]: tailwind_variants10.ClassValue | {
254
+ base?: tailwind_variants10.ClassValue;
255
+ content?: tailwind_variants10.ClassValue;
256
+ header?: tailwind_variants10.ClassValue;
257
+ headerInner?: tailwind_variants10.ClassValue;
258
+ contentInner?: tailwind_variants10.ClassValue;
259
+ right?: tailwind_variants10.ClassValue;
260
+ rightInner?: tailwind_variants10.ClassValue;
261
261
  };
262
262
  };
263
263
  } | {}, {
@@ -270,14 +270,14 @@ declare const page: tailwind_variants15.TVReturnType<{
270
270
  rightInner: string;
271
271
  }, undefined, {
272
272
  [key: string]: {
273
- [key: string]: tailwind_variants15.ClassValue | {
274
- base?: tailwind_variants15.ClassValue;
275
- header?: tailwind_variants15.ClassValue;
276
- headerInner?: tailwind_variants15.ClassValue;
277
- content?: tailwind_variants15.ClassValue;
278
- contentInner?: tailwind_variants15.ClassValue;
279
- right?: tailwind_variants15.ClassValue;
280
- rightInner?: tailwind_variants15.ClassValue;
273
+ [key: string]: tailwind_variants10.ClassValue | {
274
+ base?: tailwind_variants10.ClassValue;
275
+ content?: tailwind_variants10.ClassValue;
276
+ header?: tailwind_variants10.ClassValue;
277
+ headerInner?: tailwind_variants10.ClassValue;
278
+ contentInner?: tailwind_variants10.ClassValue;
279
+ right?: tailwind_variants10.ClassValue;
280
+ rightInner?: tailwind_variants10.ClassValue;
281
281
  };
282
282
  };
283
283
  } | {}, {
@@ -288,7 +288,7 @@ declare const page: tailwind_variants15.TVReturnType<{
288
288
  contentInner: string;
289
289
  right: string;
290
290
  rightInner: string;
291
- }, tailwind_variants15.TVReturnType<unknown, {
291
+ }, tailwind_variants10.TVReturnType<unknown, {
292
292
  base: string;
293
293
  header: string;
294
294
  headerInner: string;
@@ -308,7 +308,7 @@ interface PageSlots {
308
308
  bottom: (props: any) => any;
309
309
  }
310
310
  declare const _default$4: typeof __VLS_export$6;
311
- declare const __VLS_export$6: __VLS_WithSlots$6<vue9.DefineComponent<PageProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<PageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, PageSlots>;
311
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue4.DefineComponent<PageProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<PageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, PageSlots>;
312
312
  type __VLS_WithSlots$6<T, S> = T & {
313
313
  new (): {
314
314
  $slots: S;
@@ -316,29 +316,29 @@ type __VLS_WithSlots$6<T, S> = T & {
316
316
  };
317
317
  //#endregion
318
318
  //#region src/components/PageHeader.vue.d.ts
319
- declare const pageHeader: tailwind_variants15.TVReturnType<{
319
+ declare const pageHeader: tailwind_variants10.TVReturnType<{
320
320
  [key: string]: {
321
- [key: string]: tailwind_variants15.ClassValue | {
322
- base?: tailwind_variants15.ClassValue;
321
+ [key: string]: tailwind_variants10.ClassValue | {
322
+ base?: tailwind_variants10.ClassValue;
323
323
  };
324
324
  };
325
325
  } | {
326
326
  [x: string]: {
327
- [x: string]: tailwind_variants15.ClassValue | {
328
- base?: tailwind_variants15.ClassValue;
327
+ [x: string]: tailwind_variants10.ClassValue | {
328
+ base?: tailwind_variants10.ClassValue;
329
329
  };
330
330
  };
331
331
  } | {}, {
332
332
  base: string;
333
333
  }, undefined, {
334
334
  [key: string]: {
335
- [key: string]: tailwind_variants15.ClassValue | {
336
- base?: tailwind_variants15.ClassValue;
335
+ [key: string]: tailwind_variants10.ClassValue | {
336
+ base?: tailwind_variants10.ClassValue;
337
337
  };
338
338
  };
339
339
  } | {}, {
340
340
  base: string;
341
- }, tailwind_variants15.TVReturnType<unknown, {
341
+ }, tailwind_variants10.TVReturnType<unknown, {
342
342
  base: string;
343
343
  }, undefined, unknown, unknown, undefined>>;
344
344
  interface PageHeaderProps {
@@ -350,7 +350,7 @@ interface PageHeaderSlots {
350
350
  after: (props: any) => any;
351
351
  }
352
352
  declare const _default$5: typeof __VLS_export$5;
353
- declare const __VLS_export$5: __VLS_WithSlots$5<vue9.DefineComponent<PageHeaderProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<PageHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, PageHeaderSlots>;
353
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue4.DefineComponent<PageHeaderProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<PageHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, PageHeaderSlots>;
354
354
  type __VLS_WithSlots$5<T, S> = T & {
355
355
  new (): {
356
356
  $slots: S;
@@ -358,29 +358,29 @@ type __VLS_WithSlots$5<T, S> = T & {
358
358
  };
359
359
  //#endregion
360
360
  //#region src/components/PageTitle.vue.d.ts
361
- declare const pageTitle: tailwind_variants15.TVReturnType<{
361
+ declare const pageTitle: tailwind_variants10.TVReturnType<{
362
362
  [key: string]: {
363
- [key: string]: tailwind_variants15.ClassValue | {
364
- base?: tailwind_variants15.ClassValue;
363
+ [key: string]: tailwind_variants10.ClassValue | {
364
+ base?: tailwind_variants10.ClassValue;
365
365
  };
366
366
  };
367
367
  } | {
368
368
  [x: string]: {
369
- [x: string]: tailwind_variants15.ClassValue | {
370
- base?: tailwind_variants15.ClassValue;
369
+ [x: string]: tailwind_variants10.ClassValue | {
370
+ base?: tailwind_variants10.ClassValue;
371
371
  };
372
372
  };
373
373
  } | {}, {
374
374
  base: string;
375
375
  }, undefined, {
376
376
  [key: string]: {
377
- [key: string]: tailwind_variants15.ClassValue | {
378
- base?: tailwind_variants15.ClassValue;
377
+ [key: string]: tailwind_variants10.ClassValue | {
378
+ base?: tailwind_variants10.ClassValue;
379
379
  };
380
380
  };
381
381
  } | {}, {
382
382
  base: string;
383
- }, tailwind_variants15.TVReturnType<unknown, {
383
+ }, tailwind_variants10.TVReturnType<unknown, {
384
384
  base: string;
385
385
  }, undefined, unknown, unknown, undefined>>;
386
386
  interface PageTitleProps {
@@ -390,7 +390,7 @@ interface PageTitleProps {
390
390
  }
391
391
  interface PageTitleSlots {}
392
392
  declare const _default$6: typeof __VLS_export$4;
393
- declare const __VLS_export$4: __VLS_WithSlots$4<vue9.DefineComponent<PageTitleProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<PageTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, PageTitleSlots>;
393
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue4.DefineComponent<PageTitleProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<PageTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, PageTitleSlots>;
394
394
  type __VLS_WithSlots$4<T, S> = T & {
395
395
  new (): {
396
396
  $slots: S;
@@ -398,20 +398,20 @@ type __VLS_WithSlots$4<T, S> = T & {
398
398
  };
399
399
  //#endregion
400
400
  //#region src/components/Socials.vue.d.ts
401
- declare const socials: tailwind_variants15.TVReturnType<{
401
+ declare const socials: tailwind_variants10.TVReturnType<{
402
402
  [key: string]: {
403
- [key: string]: tailwind_variants15.ClassValue | {
404
- base?: tailwind_variants15.ClassValue;
405
- link?: tailwind_variants15.ClassValue;
406
- icon?: tailwind_variants15.ClassValue;
403
+ [key: string]: tailwind_variants10.ClassValue | {
404
+ base?: tailwind_variants10.ClassValue;
405
+ link?: tailwind_variants10.ClassValue;
406
+ icon?: tailwind_variants10.ClassValue;
407
407
  };
408
408
  };
409
409
  } | {
410
410
  [x: string]: {
411
- [x: string]: tailwind_variants15.ClassValue | {
412
- base?: tailwind_variants15.ClassValue;
413
- link?: tailwind_variants15.ClassValue;
414
- icon?: tailwind_variants15.ClassValue;
411
+ [x: string]: tailwind_variants10.ClassValue | {
412
+ base?: tailwind_variants10.ClassValue;
413
+ link?: tailwind_variants10.ClassValue;
414
+ icon?: tailwind_variants10.ClassValue;
415
415
  };
416
416
  };
417
417
  } | {}, {
@@ -420,17 +420,17 @@ declare const socials: tailwind_variants15.TVReturnType<{
420
420
  icon: string;
421
421
  }, undefined, {
422
422
  [key: string]: {
423
- [key: string]: tailwind_variants15.ClassValue | {
424
- base?: tailwind_variants15.ClassValue;
425
- link?: tailwind_variants15.ClassValue;
426
- icon?: tailwind_variants15.ClassValue;
423
+ [key: string]: tailwind_variants10.ClassValue | {
424
+ base?: tailwind_variants10.ClassValue;
425
+ link?: tailwind_variants10.ClassValue;
426
+ icon?: tailwind_variants10.ClassValue;
427
427
  };
428
428
  };
429
429
  } | {}, {
430
430
  base: string;
431
431
  link: string;
432
432
  icon: string;
433
- }, tailwind_variants15.TVReturnType<unknown, {
433
+ }, tailwind_variants10.TVReturnType<unknown, {
434
434
  base: string;
435
435
  link: string;
436
436
  icon: string;
@@ -441,7 +441,7 @@ interface SocialsProps {
441
441
  }
442
442
  interface SocialsSlots {}
443
443
  declare const _default$7: typeof __VLS_export$3;
444
- declare const __VLS_export$3: __VLS_WithSlots$3<vue9.DefineComponent<SocialsProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<SocialsProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, SocialsSlots>;
444
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue4.DefineComponent<SocialsProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<SocialsProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, SocialsSlots>;
445
445
  type __VLS_WithSlots$3<T, S> = T & {
446
446
  new (): {
447
447
  $slots: S;
@@ -449,18 +449,18 @@ type __VLS_WithSlots$3<T, S> = T & {
449
449
  };
450
450
  //#endregion
451
451
  //#region src/components/Sponsors.vue.d.ts
452
- declare const sponsors: tailwind_variants15.TVReturnType<{
452
+ declare const sponsors: tailwind_variants10.TVReturnType<{
453
453
  [key: string]: {
454
- [key: string]: tailwind_variants15.ClassValue | {
455
- base?: tailwind_variants15.ClassValue;
456
- img?: tailwind_variants15.ClassValue;
454
+ [key: string]: tailwind_variants10.ClassValue | {
455
+ base?: tailwind_variants10.ClassValue;
456
+ img?: tailwind_variants10.ClassValue;
457
457
  };
458
458
  };
459
459
  } | {
460
460
  [x: string]: {
461
- [x: string]: tailwind_variants15.ClassValue | {
462
- base?: tailwind_variants15.ClassValue;
463
- img?: tailwind_variants15.ClassValue;
461
+ [x: string]: tailwind_variants10.ClassValue | {
462
+ base?: tailwind_variants10.ClassValue;
463
+ img?: tailwind_variants10.ClassValue;
464
464
  };
465
465
  };
466
466
  } | {}, {
@@ -468,15 +468,15 @@ declare const sponsors: tailwind_variants15.TVReturnType<{
468
468
  img: string;
469
469
  }, undefined, {
470
470
  [key: string]: {
471
- [key: string]: tailwind_variants15.ClassValue | {
472
- base?: tailwind_variants15.ClassValue;
473
- img?: tailwind_variants15.ClassValue;
471
+ [key: string]: tailwind_variants10.ClassValue | {
472
+ base?: tailwind_variants10.ClassValue;
473
+ img?: tailwind_variants10.ClassValue;
474
474
  };
475
475
  };
476
476
  } | {}, {
477
477
  base: string;
478
478
  img: string;
479
- }, tailwind_variants15.TVReturnType<unknown, {
479
+ }, tailwind_variants10.TVReturnType<unknown, {
480
480
  base: string;
481
481
  img: string;
482
482
  }, undefined, unknown, unknown, undefined>>;
@@ -486,7 +486,7 @@ interface SponsorsProps {
486
486
  }
487
487
  interface SponsorsSlots {}
488
488
  declare const _default$8: typeof __VLS_export$2;
489
- declare const __VLS_export$2: __VLS_WithSlots$2<vue9.DefineComponent<SponsorsProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<SponsorsProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, SponsorsSlots>;
489
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue4.DefineComponent<SponsorsProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<SponsorsProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, SponsorsSlots>;
490
490
  type __VLS_WithSlots$2<T, S> = T & {
491
491
  new (): {
492
492
  $slots: S;
@@ -494,22 +494,22 @@ type __VLS_WithSlots$2<T, S> = T & {
494
494
  };
495
495
  //#endregion
496
496
  //#region src/components/TableOfContents.vue.d.ts
497
- declare const tableOfContents: tailwind_variants15.TVReturnType<{
497
+ declare const tableOfContents: tailwind_variants10.TVReturnType<{
498
498
  [key: string]: {
499
- [key: string]: tailwind_variants15.ClassValue | {
500
- title?: tailwind_variants15.ClassValue;
501
- base?: tailwind_variants15.ClassValue;
502
- link?: tailwind_variants15.ClassValue;
503
- list?: tailwind_variants15.ClassValue;
499
+ [key: string]: tailwind_variants10.ClassValue | {
500
+ base?: tailwind_variants10.ClassValue;
501
+ link?: tailwind_variants10.ClassValue;
502
+ title?: tailwind_variants10.ClassValue;
503
+ list?: tailwind_variants10.ClassValue;
504
504
  };
505
505
  };
506
506
  } | {
507
507
  [x: string]: {
508
- [x: string]: tailwind_variants15.ClassValue | {
509
- title?: tailwind_variants15.ClassValue;
510
- base?: tailwind_variants15.ClassValue;
511
- link?: tailwind_variants15.ClassValue;
512
- list?: tailwind_variants15.ClassValue;
508
+ [x: string]: tailwind_variants10.ClassValue | {
509
+ base?: tailwind_variants10.ClassValue;
510
+ link?: tailwind_variants10.ClassValue;
511
+ title?: tailwind_variants10.ClassValue;
512
+ list?: tailwind_variants10.ClassValue;
513
513
  };
514
514
  };
515
515
  } | {}, {
@@ -519,11 +519,11 @@ declare const tableOfContents: tailwind_variants15.TVReturnType<{
519
519
  link: string;
520
520
  }, undefined, {
521
521
  [key: string]: {
522
- [key: string]: tailwind_variants15.ClassValue | {
523
- title?: tailwind_variants15.ClassValue;
524
- base?: tailwind_variants15.ClassValue;
525
- link?: tailwind_variants15.ClassValue;
526
- list?: tailwind_variants15.ClassValue;
522
+ [key: string]: tailwind_variants10.ClassValue | {
523
+ base?: tailwind_variants10.ClassValue;
524
+ link?: tailwind_variants10.ClassValue;
525
+ title?: tailwind_variants10.ClassValue;
526
+ list?: tailwind_variants10.ClassValue;
527
527
  };
528
528
  };
529
529
  } | {}, {
@@ -531,7 +531,7 @@ declare const tableOfContents: tailwind_variants15.TVReturnType<{
531
531
  title: string;
532
532
  list: string;
533
533
  link: string;
534
- }, tailwind_variants15.TVReturnType<unknown, {
534
+ }, tailwind_variants10.TVReturnType<unknown, {
535
535
  base: string;
536
536
  title: string;
537
537
  list: string;
@@ -550,7 +550,7 @@ interface TableOfContentsProps {
550
550
  }
551
551
  interface TableOfContentsSlots {}
552
552
  declare const _default$9: typeof __VLS_export$1;
553
- declare const __VLS_export$1: __VLS_WithSlots$1<vue9.DefineComponent<TableOfContentsProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<TableOfContentsProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, TableOfContentsSlots>;
553
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue4.DefineComponent<TableOfContentsProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<TableOfContentsProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, TableOfContentsSlots>;
554
554
  type __VLS_WithSlots$1<T, S> = T & {
555
555
  new (): {
556
556
  $slots: S;
@@ -558,18 +558,18 @@ type __VLS_WithSlots$1<T, S> = T & {
558
558
  };
559
559
  //#endregion
560
560
  //#region src/components/ViewersCounter.vue.d.ts
561
- declare const viewersCounter: tailwind_variants15.TVReturnType<{
561
+ declare const viewersCounter: tailwind_variants10.TVReturnType<{
562
562
  [key: string]: {
563
- [key: string]: tailwind_variants15.ClassValue | {
564
- base?: tailwind_variants15.ClassValue;
565
- dot?: tailwind_variants15.ClassValue;
563
+ [key: string]: tailwind_variants10.ClassValue | {
564
+ base?: tailwind_variants10.ClassValue;
565
+ dot?: tailwind_variants10.ClassValue;
566
566
  };
567
567
  };
568
568
  } | {
569
569
  [x: string]: {
570
- [x: string]: tailwind_variants15.ClassValue | {
571
- base?: tailwind_variants15.ClassValue;
572
- dot?: tailwind_variants15.ClassValue;
570
+ [x: string]: tailwind_variants10.ClassValue | {
571
+ base?: tailwind_variants10.ClassValue;
572
+ dot?: tailwind_variants10.ClassValue;
573
573
  };
574
574
  };
575
575
  } | {}, {
@@ -577,15 +577,15 @@ declare const viewersCounter: tailwind_variants15.TVReturnType<{
577
577
  dot: string;
578
578
  }, undefined, {
579
579
  [key: string]: {
580
- [key: string]: tailwind_variants15.ClassValue | {
581
- base?: tailwind_variants15.ClassValue;
582
- dot?: tailwind_variants15.ClassValue;
580
+ [key: string]: tailwind_variants10.ClassValue | {
581
+ base?: tailwind_variants10.ClassValue;
582
+ dot?: tailwind_variants10.ClassValue;
583
583
  };
584
584
  };
585
585
  } | {}, {
586
586
  base: string;
587
587
  dot: string;
588
- }, tailwind_variants15.TVReturnType<unknown, {
588
+ }, tailwind_variants10.TVReturnType<unknown, {
589
589
  base: string;
590
590
  dot: string;
591
591
  }, undefined, unknown, unknown, undefined>>;
@@ -595,7 +595,7 @@ interface ViewersCounterProps {
595
595
  }
596
596
  interface ViewersCounterSlots {}
597
597
  declare const _default$10: typeof __VLS_export;
598
- declare const __VLS_export: __VLS_WithSlots<vue9.DefineComponent<ViewersCounterProps, {}, {}, {}, {}, vue9.ComponentOptionsMixin, vue9.ComponentOptionsMixin, {}, string, vue9.PublicProps, Readonly<ViewersCounterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue9.ComponentProvideOptions, false, {}, any>, ViewersCounterSlots>;
598
+ declare const __VLS_export: __VLS_WithSlots<vue4.DefineComponent<ViewersCounterProps, {}, {}, {}, {}, vue4.ComponentOptionsMixin, vue4.ComponentOptionsMixin, {}, string, vue4.PublicProps, Readonly<ViewersCounterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue4.ComponentProvideOptions, false, {}, any>, ViewersCounterSlots>;
599
599
  type __VLS_WithSlots<T, S> = T & {
600
600
  new (): {
601
601
  $slots: S;
@@ -606,7 +606,7 @@ type __VLS_WithSlots<T, S> = T & {
606
606
  declare function _useTableOfContents(): {
607
607
  setActive: (id: string) => void;
608
608
  unsetActive: (id: string) => void;
609
- activeHeadings: Readonly<vue9.Ref<readonly string[], readonly string[]>>;
609
+ activeHeadings: Readonly<vue4.Ref<readonly string[], readonly string[]>>;
610
610
  };
611
611
  declare const _default$11: typeof _useTableOfContents;
612
612
  //#endregion
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soubiran/ui",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.2.0",
5
5
  "author": "Estéban Soubiran <esteban@soubiran.dev>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/Barbapapazes",
@@ -24,6 +24,10 @@
24
24
  "types": "./dist/resolver.d.mts",
25
25
  "import": "./dist/resolver.mjs"
26
26
  },
27
+ "./alerts": {
28
+ "types": "./dist/alerts.d.ts",
29
+ "import": "./dist/alerts.js"
30
+ },
27
31
  "./styles.css": {
28
32
  "import": "./dist/styles.css"
29
33
  },
@@ -42,6 +46,7 @@
42
46
  "@pinia/colada": "^0.17.9",
43
47
  "@vue/compiler-sfc": "^3.5.26",
44
48
  "@vueuse/core": "^13.9.0",
49
+ "markdown-it-github-alerts": "^1.0.0",
45
50
  "motion-v": "^1.7.4",
46
51
  "ofetch": "^1.5.1",
47
52
  "partysocket": "^1.1.6",