@maltjoy/mcp-server 0.1.2 → 0.3.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/README.md +34 -3
- package/dist/doc/VJoyAvailability/JoyAvailability.types.ts +1 -0
- package/dist/doc/VJoyAvatar/JoyAvatar.types.ts +6 -0
- package/dist/doc/VJoyAvatar/metadata.json +1 -1
- package/dist/doc/VJoyBadge/JoyBadge.types.ts +3 -0
- package/dist/doc/VJoyBadge/metadata.json +0 -14
- package/dist/doc/VJoyBadgeLevel/JoyBadgeLevel.types.ts +15 -0
- package/dist/doc/VJoyButton/JoyButton.types.ts +10 -0
- package/dist/doc/VJoyButton/metadata.json +1 -1
- package/dist/doc/VJoyCollapseItem/JoyCollapseItem.types.ts +8 -0
- package/dist/doc/VJoyCollapseItem/metadata.json +1 -1
- package/dist/doc/VJoyCompanyAvatar/JoyCompanyAvatar.types.ts +3 -0
- package/dist/doc/VJoyDialog/JoyDialog.types.ts +3 -0
- package/dist/doc/VJoyDot/VJoyDot.types.ts +1 -0
- package/dist/doc/VJoyDot/metadata.json +13 -14
- package/dist/doc/VJoyDrawer/JoyDrawer.types.ts +1 -0
- package/dist/doc/VJoyDropdown/JoyDropdown.types.ts +21 -0
- package/dist/doc/VJoyDropdownList/JoyDropdownList.types.ts +3 -0
- package/dist/doc/VJoyDropzone/metadata.json +11 -0
- package/dist/doc/VJoyFormError/metadata.json +16 -0
- package/dist/doc/VJoyFunnel/JoyFunnel.types.ts +5 -0
- package/dist/doc/VJoyHighlight/JoyHighlight.types.ts +4 -0
- package/dist/doc/VJoyHighlight/metadata.json +1 -1
- package/dist/doc/VJoyIcon/JoyIcon.types.ts +8 -0
- package/dist/doc/VJoyIcon/metadata.json +1 -1
- package/dist/doc/VJoyIndicators/JoyIndicators.types.ts +1 -0
- package/dist/doc/VJoyInput/JoyInput.types.ts +36 -0
- package/dist/doc/VJoyInput/metadata.json +7 -5
- package/dist/doc/VJoyLabel/JoyLabel.types.ts +3 -0
- package/dist/doc/VJoyLink/JoyLink.types.ts +2 -0
- package/dist/doc/VJoyLink/metadata.json +1 -1
- package/dist/doc/VJoyListItem/metadata.json +1 -1
- package/dist/doc/VJoyMenu/JoyMenu.types.ts +14 -0
- package/dist/doc/VJoyMenu/metadata.json +14 -4
- package/dist/doc/VJoyMenuItem/metadata.json +2 -2
- package/dist/doc/VJoyPanel/JoyPanel.types.ts +6 -0
- package/dist/doc/VJoyProductTour/JoyProductTour.types.ts +45 -0
- package/dist/doc/VJoyProductTour/metadata.json +1 -1
- package/dist/doc/VJoyProgressBar/JoyProgressBar.types.ts +3 -0
- package/dist/doc/VJoyRadio/JoyRadio.types.ts +1 -0
- package/dist/doc/VJoyRadio/metadata.json +16 -0
- package/dist/doc/VJoyRadioGroup/JoyRadioGroup.types.ts +1 -0
- package/dist/doc/VJoyRadioGroup/metadata.json +16 -0
- package/dist/doc/VJoyRatingStars/JoyRatingStars.types.ts +3 -0
- package/dist/doc/VJoyScreenLoader/VJoyScreenLoader.types.ts +1 -0
- package/dist/doc/VJoySelect/JoySelect.types.ts +3 -0
- package/dist/doc/VJoySelectableItem/VJoySelectableItem.types.ts +10 -0
- package/dist/doc/VJoySelectableItem/metadata.json +1 -1
- package/dist/doc/VJoySeparator/JoySeparator.types.ts +4 -0
- package/dist/doc/VJoySnackbar/JoySnackbar.types.ts +23 -0
- package/dist/doc/VJoySpinner/JoySpinner.types.ts +1 -0
- package/dist/doc/VJoyStep/TJoyStep.types.ts +1 -0
- package/dist/doc/VJoyTag/JoyTag.types.ts +19 -0
- package/dist/doc/VJoyTag/metadata.json +10 -9
- package/dist/doc/VJoyTagsInput/JoyTagsInput.types.ts +4 -0
- package/dist/doc/VJoyTagsInput/metadata.json +1 -0
- package/dist/doc/VJoyTagsList/JoyTagsList.types.ts +5 -0
- package/dist/doc/VJoyTagsList/metadata.json +112 -110
- package/dist/doc/VJoyTemplate/JoyTemplate.types.ts +1 -0
- package/dist/doc/VJoyText/JoyText.types.ts +14 -0
- package/dist/doc/VJoyWalkthrough/metadata.json +1 -1
- package/dist/doc/VJoyWalkthroughTrigger/metadata.json +1 -1
- package/dist/doc/VJoyWrapper/JoyWrapper.types.ts +9 -0
- package/dist/doc/css-classes.json +12 -0
- package/dist/doc/design-tokens.json +150 -148
- package/dist/doc/index.json +8 -8
- package/dist/index.js +15 -2
- package/dist/index.js.map +1 -1
- package/dist/tools/get-component-types.d.ts +31 -0
- package/dist/tools/get-component-types.d.ts.map +1 -0
- package/dist/tools/get-component-types.js +60 -0
- package/dist/tools/get-component-types.js.map +1 -0
- package/dist/tools/list-design-tokens.d.ts +8 -8
- package/dist/tools/list-design-tokens.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"possibleValues": [
|
|
12
12
|
"secondary",
|
|
13
13
|
"primary",
|
|
14
|
+
"empty",
|
|
14
15
|
"important",
|
|
15
16
|
"inactive",
|
|
16
17
|
"pending",
|
|
@@ -79,8 +80,8 @@
|
|
|
79
80
|
{
|
|
80
81
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
81
82
|
"range": [
|
|
82
|
-
|
|
83
|
-
|
|
83
|
+
796,
|
|
84
|
+
811
|
|
84
85
|
]
|
|
85
86
|
}
|
|
86
87
|
],
|
|
@@ -104,8 +105,8 @@
|
|
|
104
105
|
{
|
|
105
106
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
106
107
|
"range": [
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
820,
|
|
109
|
+
840
|
|
109
110
|
]
|
|
110
111
|
}
|
|
111
112
|
],
|
|
@@ -132,8 +133,8 @@
|
|
|
132
133
|
{
|
|
133
134
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
134
135
|
"range": [
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
849,
|
|
137
|
+
875
|
|
137
138
|
]
|
|
138
139
|
}
|
|
139
140
|
],
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
"undefined",
|
|
145
146
|
"\"secondary\"",
|
|
146
147
|
"\"primary\"",
|
|
148
|
+
"\"empty\"",
|
|
147
149
|
"\"important\"",
|
|
148
150
|
"\"inactive\"",
|
|
149
151
|
"\"pending\"",
|
|
@@ -165,8 +167,8 @@
|
|
|
165
167
|
{
|
|
166
168
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
167
169
|
"range": [
|
|
168
|
-
|
|
169
|
-
|
|
170
|
+
1003,
|
|
171
|
+
1023
|
|
170
172
|
]
|
|
171
173
|
}
|
|
172
174
|
],
|
|
@@ -191,8 +193,8 @@
|
|
|
191
193
|
{
|
|
192
194
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
193
195
|
"range": [
|
|
194
|
-
|
|
195
|
-
|
|
196
|
+
1082,
|
|
197
|
+
1102
|
|
196
198
|
]
|
|
197
199
|
}
|
|
198
200
|
],
|
|
@@ -209,8 +211,8 @@
|
|
|
209
211
|
{
|
|
210
212
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
211
213
|
"range": [
|
|
212
|
-
|
|
213
|
-
|
|
214
|
+
1111,
|
|
215
|
+
1130
|
|
214
216
|
]
|
|
215
217
|
}
|
|
216
218
|
],
|
|
@@ -227,8 +229,8 @@
|
|
|
227
229
|
{
|
|
228
230
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
229
231
|
"range": [
|
|
230
|
-
|
|
231
|
-
|
|
232
|
+
1224,
|
|
233
|
+
1245
|
|
232
234
|
]
|
|
233
235
|
}
|
|
234
236
|
],
|
|
@@ -245,8 +247,8 @@
|
|
|
245
247
|
{
|
|
246
248
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
247
249
|
"range": [
|
|
248
|
-
|
|
249
|
-
|
|
250
|
+
1312,
|
|
251
|
+
1327
|
|
250
252
|
]
|
|
251
253
|
}
|
|
252
254
|
],
|
|
@@ -263,8 +265,8 @@
|
|
|
263
265
|
{
|
|
264
266
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
265
267
|
"range": [
|
|
266
|
-
|
|
267
|
-
|
|
268
|
+
1420,
|
|
269
|
+
1444
|
|
268
270
|
]
|
|
269
271
|
}
|
|
270
272
|
],
|
|
@@ -289,8 +291,8 @@
|
|
|
289
291
|
{
|
|
290
292
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
291
293
|
"range": [
|
|
292
|
-
|
|
293
|
-
|
|
294
|
+
1497,
|
|
295
|
+
1521
|
|
294
296
|
]
|
|
295
297
|
}
|
|
296
298
|
],
|
|
@@ -307,8 +309,8 @@
|
|
|
307
309
|
{
|
|
308
310
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
309
311
|
"range": [
|
|
310
|
-
|
|
311
|
-
|
|
312
|
+
1530,
|
|
313
|
+
1549
|
|
312
314
|
]
|
|
313
315
|
}
|
|
314
316
|
],
|
|
@@ -325,13 +327,59 @@
|
|
|
325
327
|
{
|
|
326
328
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/VJoyTag.vue",
|
|
327
329
|
"range": [
|
|
328
|
-
|
|
329
|
-
|
|
330
|
+
1558,
|
|
331
|
+
1570
|
|
330
332
|
]
|
|
331
333
|
}
|
|
332
334
|
],
|
|
333
335
|
"schema": "string | undefined"
|
|
334
336
|
},
|
|
337
|
+
"onRemove": {
|
|
338
|
+
"name": "onRemove",
|
|
339
|
+
"global": false,
|
|
340
|
+
"description": "",
|
|
341
|
+
"tags": [],
|
|
342
|
+
"required": false,
|
|
343
|
+
"type": "((value: IJoyTagRemoved) => any) | undefined",
|
|
344
|
+
"declarations": [],
|
|
345
|
+
"schema": {
|
|
346
|
+
"kind": "enum",
|
|
347
|
+
"type": "((value: IJoyTagRemoved) => any) | undefined",
|
|
348
|
+
"schema": [
|
|
349
|
+
"undefined",
|
|
350
|
+
{
|
|
351
|
+
"kind": "event",
|
|
352
|
+
"type": "(value: IJoyTagRemoved): any",
|
|
353
|
+
"schema": [
|
|
354
|
+
{
|
|
355
|
+
"kind": "object",
|
|
356
|
+
"type": "IJoyTagRemoved",
|
|
357
|
+
"schema": {
|
|
358
|
+
"value": {
|
|
359
|
+
"name": "value",
|
|
360
|
+
"global": false,
|
|
361
|
+
"description": "",
|
|
362
|
+
"tags": [],
|
|
363
|
+
"required": true,
|
|
364
|
+
"type": "string | number | undefined",
|
|
365
|
+
"declarations": [
|
|
366
|
+
{
|
|
367
|
+
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/JoyTag.types.ts",
|
|
368
|
+
"range": [
|
|
369
|
+
503,
|
|
370
|
+
532
|
|
371
|
+
]
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"schema": "string | number | undefined"
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
]
|
|
379
|
+
}
|
|
380
|
+
]
|
|
381
|
+
}
|
|
382
|
+
},
|
|
335
383
|
"onClick": {
|
|
336
384
|
"name": "onClick",
|
|
337
385
|
"global": false,
|
|
@@ -385,8 +433,8 @@
|
|
|
385
433
|
{
|
|
386
434
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/JoyTag.types.ts",
|
|
387
435
|
"range": [
|
|
388
|
-
|
|
389
|
-
|
|
436
|
+
409,
|
|
437
|
+
427
|
|
390
438
|
]
|
|
391
439
|
}
|
|
392
440
|
],
|
|
@@ -410,54 +458,8 @@
|
|
|
410
458
|
{
|
|
411
459
|
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/JoyTag.types.ts",
|
|
412
460
|
"range": [
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
]
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"schema": "string | number | undefined"
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
]
|
|
423
|
-
}
|
|
424
|
-
]
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
"onRemove": {
|
|
428
|
-
"name": "onRemove",
|
|
429
|
-
"global": false,
|
|
430
|
-
"description": "",
|
|
431
|
-
"tags": [],
|
|
432
|
-
"required": false,
|
|
433
|
-
"type": "((value: IJoyTagRemoved) => any) | undefined",
|
|
434
|
-
"declarations": [],
|
|
435
|
-
"schema": {
|
|
436
|
-
"kind": "enum",
|
|
437
|
-
"type": "((value: IJoyTagRemoved) => any) | undefined",
|
|
438
|
-
"schema": [
|
|
439
|
-
"undefined",
|
|
440
|
-
{
|
|
441
|
-
"kind": "event",
|
|
442
|
-
"type": "(value: IJoyTagRemoved): any",
|
|
443
|
-
"schema": [
|
|
444
|
-
{
|
|
445
|
-
"kind": "object",
|
|
446
|
-
"type": "IJoyTagRemoved",
|
|
447
|
-
"schema": {
|
|
448
|
-
"value": {
|
|
449
|
-
"name": "value",
|
|
450
|
-
"global": false,
|
|
451
|
-
"description": "",
|
|
452
|
-
"tags": [],
|
|
453
|
-
"required": true,
|
|
454
|
-
"type": "string | number | undefined",
|
|
455
|
-
"declarations": [
|
|
456
|
-
{
|
|
457
|
-
"file": "/home/kevincarnaille/dev/design-system/packages/core-vue/src/components/JoyTag/JoyTag.types.ts",
|
|
458
|
-
"range": [
|
|
459
|
-
493,
|
|
460
|
-
522
|
|
461
|
+
432,
|
|
462
|
+
461
|
|
461
463
|
]
|
|
462
464
|
}
|
|
463
465
|
],
|
|
@@ -479,10 +481,10 @@
|
|
|
479
481
|
"type": "PropertyKey | undefined",
|
|
480
482
|
"declarations": [
|
|
481
483
|
{
|
|
482
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
484
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
483
485
|
"range": [
|
|
484
|
-
|
|
485
|
-
|
|
486
|
+
65064,
|
|
487
|
+
65082
|
|
486
488
|
]
|
|
487
489
|
}
|
|
488
490
|
],
|
|
@@ -506,10 +508,10 @@
|
|
|
506
508
|
"type": "VNodeRef | undefined",
|
|
507
509
|
"declarations": [
|
|
508
510
|
{
|
|
509
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
511
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
510
512
|
"range": [
|
|
511
|
-
|
|
512
|
-
|
|
513
|
+
65087,
|
|
514
|
+
65102
|
|
513
515
|
]
|
|
514
516
|
}
|
|
515
517
|
],
|
|
@@ -537,10 +539,10 @@
|
|
|
537
539
|
"type": "boolean | undefined",
|
|
538
540
|
"declarations": [
|
|
539
541
|
{
|
|
540
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
542
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
541
543
|
"range": [
|
|
542
|
-
|
|
543
|
-
|
|
544
|
+
65107,
|
|
545
|
+
65125
|
|
544
546
|
]
|
|
545
547
|
}
|
|
546
548
|
],
|
|
@@ -555,10 +557,10 @@
|
|
|
555
557
|
"type": "string | undefined",
|
|
556
558
|
"declarations": [
|
|
557
559
|
{
|
|
558
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
560
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
559
561
|
"range": [
|
|
560
|
-
|
|
561
|
-
|
|
562
|
+
65130,
|
|
563
|
+
65147
|
|
562
564
|
]
|
|
563
565
|
}
|
|
564
566
|
],
|
|
@@ -573,10 +575,10 @@
|
|
|
573
575
|
"type": "VNodeMountHook | VNodeMountHook[] | undefined",
|
|
574
576
|
"declarations": [
|
|
575
577
|
{
|
|
576
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
578
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
577
579
|
"range": [
|
|
578
|
-
|
|
579
|
-
|
|
580
|
+
65152,
|
|
581
|
+
65207
|
|
580
582
|
]
|
|
581
583
|
}
|
|
582
584
|
],
|
|
@@ -625,10 +627,10 @@
|
|
|
625
627
|
"type": "VNodeMountHook | VNodeMountHook[] | undefined",
|
|
626
628
|
"declarations": [
|
|
627
629
|
{
|
|
628
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
630
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
629
631
|
"range": [
|
|
630
|
-
|
|
631
|
-
|
|
632
|
+
65212,
|
|
633
|
+
65263
|
|
632
634
|
]
|
|
633
635
|
}
|
|
634
636
|
],
|
|
@@ -643,10 +645,10 @@
|
|
|
643
645
|
"type": "VNodeUpdateHook | VNodeUpdateHook[] | undefined",
|
|
644
646
|
"declarations": [
|
|
645
647
|
{
|
|
646
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
648
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
647
649
|
"range": [
|
|
648
|
-
|
|
649
|
-
|
|
650
|
+
65268,
|
|
651
|
+
65326
|
|
650
652
|
]
|
|
651
653
|
}
|
|
652
654
|
],
|
|
@@ -683,10 +685,10 @@
|
|
|
683
685
|
"type": "VNodeUpdateHook | VNodeUpdateHook[] | undefined",
|
|
684
686
|
"declarations": [
|
|
685
687
|
{
|
|
686
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
688
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
687
689
|
"range": [
|
|
688
|
-
|
|
689
|
-
|
|
690
|
+
65331,
|
|
691
|
+
65384
|
|
690
692
|
]
|
|
691
693
|
}
|
|
692
694
|
],
|
|
@@ -701,10 +703,10 @@
|
|
|
701
703
|
"type": "VNodeMountHook | VNodeMountHook[] | undefined",
|
|
702
704
|
"declarations": [
|
|
703
705
|
{
|
|
704
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
706
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
705
707
|
"range": [
|
|
706
|
-
|
|
707
|
-
|
|
708
|
+
65389,
|
|
709
|
+
65446
|
|
708
710
|
]
|
|
709
711
|
}
|
|
710
712
|
],
|
|
@@ -719,10 +721,10 @@
|
|
|
719
721
|
"type": "VNodeMountHook | VNodeMountHook[] | undefined",
|
|
720
722
|
"declarations": [
|
|
721
723
|
{
|
|
722
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
724
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
723
725
|
"range": [
|
|
724
|
-
|
|
725
|
-
|
|
726
|
+
65451,
|
|
727
|
+
65504
|
|
726
728
|
]
|
|
727
729
|
}
|
|
728
730
|
],
|
|
@@ -737,10 +739,10 @@
|
|
|
737
739
|
"type": "unknown",
|
|
738
740
|
"declarations": [
|
|
739
741
|
{
|
|
740
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
742
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
741
743
|
"range": [
|
|
742
|
-
|
|
743
|
-
|
|
744
|
+
72189,
|
|
745
|
+
72205
|
|
744
746
|
]
|
|
745
747
|
}
|
|
746
748
|
],
|
|
@@ -755,10 +757,10 @@
|
|
|
755
757
|
"type": "unknown",
|
|
756
758
|
"declarations": [
|
|
757
759
|
{
|
|
758
|
-
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.
|
|
760
|
+
"file": "/home/kevincarnaille/dev/design-system/node_modules/.pnpm/@vue+runtime-core@3.5.25/node_modules/@vue/runtime-core/dist/runtime-core.d.ts",
|
|
759
761
|
"range": [
|
|
760
|
-
|
|
761
|
-
|
|
762
|
+
72210,
|
|
763
|
+
72226
|
|
762
764
|
]
|
|
763
765
|
}
|
|
764
766
|
],
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TJoyTemplateSidebarSide = 'left' | 'right';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {PRIMARY_FONT_SIZES, SECONDARY_FONT_SIZES, PRIMARY_FONT_SIZES_BOLD, FontsFamilies} from '../../types';
|
|
2
|
+
|
|
3
|
+
const JOY_TEXT_FONT_PRIMARY_PRESET = PRIMARY_FONT_SIZES.map((s) => 'primary-' + s);
|
|
4
|
+
const JOY_TEXT_FONT_PRIMARY_BOLD_PRESET = PRIMARY_FONT_SIZES_BOLD;
|
|
5
|
+
const JOY_TEXT_FONT_SECONDARY_PRESET = SECONDARY_FONT_SIZES.map((s) => 'secondary-' + s);
|
|
6
|
+
|
|
7
|
+
export const JOY_TEXT_FONT_PRESET = [...JOY_TEXT_FONT_PRIMARY_PRESET, ...JOY_TEXT_FONT_PRIMARY_BOLD_PRESET, ...JOY_TEXT_FONT_SECONDARY_PRESET];
|
|
8
|
+
|
|
9
|
+
export type TJoyTextFontPreset =
|
|
10
|
+
| `${FontsFamilies.PRIMARY}-${(typeof PRIMARY_FONT_SIZES)[number]}`
|
|
11
|
+
| `${FontsFamilies.SECONDARY}-${(typeof SECONDARY_FONT_SIZES)[number]}`
|
|
12
|
+
| `${FontsFamilies.PRIMARY}-${(typeof PRIMARY_FONT_SIZES_BOLD)[number]}`;
|
|
13
|
+
|
|
14
|
+
export type TJoyTextTagName = 'p' | 'span' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'strong';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type TJoyWrapperJustify = 'center' | 'space-between' | 'flex-start' | 'flex-end';
|
|
2
|
+
|
|
3
|
+
export type TJoyWrapperAlign = 'center' | 'flex-start' | 'flex-end' | 'stretch';
|
|
4
|
+
|
|
5
|
+
export type TJoyWrapperDirection = 'row' | 'column';
|
|
6
|
+
|
|
7
|
+
export type TJoyWrapperWrap = 'nowrap' | 'wrap';
|
|
8
|
+
|
|
9
|
+
export type TJoyWrapperGap = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
|
|
@@ -52,6 +52,8 @@
|
|
|
52
52
|
".joy-bgcolor-brand-secondary-50",
|
|
53
53
|
".joy-color-brand-secondary-70",
|
|
54
54
|
".joy-bgcolor-brand-secondary-70",
|
|
55
|
+
".joy-color-neutral-0",
|
|
56
|
+
".joy-bgcolor-neutral-0",
|
|
55
57
|
".joy-color-neutral-10",
|
|
56
58
|
".joy-bgcolor-neutral-10",
|
|
57
59
|
".joy-color-neutral-20",
|
|
@@ -116,6 +118,16 @@
|
|
|
116
118
|
".joy-bgcolor-ai-gradient-100"
|
|
117
119
|
],
|
|
118
120
|
"spacing": [
|
|
121
|
+
".joy-m-0",
|
|
122
|
+
".joy-mt-0",
|
|
123
|
+
".joy-mb-0",
|
|
124
|
+
".joy-ml-0",
|
|
125
|
+
".joy-mr-0",
|
|
126
|
+
".joy-p-0",
|
|
127
|
+
".joy-pt-0",
|
|
128
|
+
".joy-pb-0",
|
|
129
|
+
".joy-pl-0",
|
|
130
|
+
".joy-pr-0",
|
|
119
131
|
".joy-m-1",
|
|
120
132
|
".joy-mt-1",
|
|
121
133
|
".joy-mb-1",
|